/**
 * https://www.lullabot.com/articles/importing-css-breakpoints-into-javascript
 * These values will not show up in content, but can be
 * queried by JavaScript to know which breakpoint is active.
 * Add or remove as many breakpoints as you like.
 */

body:before {
    content: "smartphone";
    display: none;
    /* Prevent from displaying. */
}

@media (min-width: 550px) {
    body:before {
        content: "smartphone_wide";
    }
}

@media (min-width: 650px) {
    body:before {
        content: "tablet_narrow";
    }
}

@media (min-width: 900px) {
    body:before {
        content: "tablet_wide";
    }
}

@media (min-width: 1100px) {
    body:before {
        content: "desktop";
    }
}

@media (min-width: 1500px) {
    body:before {
        content: "wide";
    }
}


/* No media query since this is the default in Bootstrap */


/* Small devices (landscape phones, 576px and up) */

@media (min-width: 370px) {
    .account .btn-md {
        font-size: 14px;
    }
    .eshop-products .cols-3 .entry-thumb,
    .eshop-products .cols-3 .entry-thumb .owl-carousel .owl-stage-outer .item img {
        height: 270px;
    }
    .eshop-products .cols-4 .entry-thumb,
    .eshop-products .cols-4 .entry-thumb .owl-carousel .owl-stage-outer .item img {
        height: 270px;
    }
}

@media (min-width: 450px) {
    .eshop-products .cols-3 .entry-thumb,
    .eshop-products .cols-3 .entry-thumb .owl-carousel .owl-stage-outer .item img {
        height: 400px;
    }
    .eshop-products .cols-4 .entry-thumb,
    .eshop-products .cols-4 .entry-thumb .owl-carousel .owl-stage-outer .item img {
        height: 400px;
    }
}

@media (min-width: 576px) {
    .img-fill {
        height: calc( 50vw - 30px);
    }
    .entry {
        margin: 0;
    }
    .owl-product-detail-list .owl-item>.entry {
        position: relative;
    }
    .owl-product-detail-list {
        border-left: 1px solid #cb9d80;
    }
    .fix-left,
    .fix-right {
        max-width: 270px;
    }
    .site-logo {
        width: 200px;
    }
    .main-img {
        max-width: 310px;
    }
    .side-img img {
        max-width: 250px;
    }
    .entry h4 {
        margin-bottom: 8px;
        font-size: 20px;
        line-height: 1.3;
    }
    .entry h4 a {
        font-weight: 900;
        font-size: 24px;
        line-height: 30px;
    }
    .entry .entry-title {
        padding: 0;
        margin-bottom: 15px;
        height: auto;
    }
    .entry .entry-content {
        margin-top: 40px;
    }
    .entry .bottom-bar-product {
        display: flex;
    }
    .entry .bottom-bar-product span {
        width: 50%;
    }
    .entry .bottom-bar-product .p-price span {
        width: auto;
    }
    .entry .bottom-bar-product .entry-meta,
    .entry .bottom-bar-product .p30 {
        display: inline-flex;
        padding: 20px 0;
    }
    .btn.btn-md {
        padding: 20px 30px;
        font-size: 18px;
        line-height: 20px;
    }
    .main-text p {
        font-size: 24px;
        line-height: 30px;
    }
    .eshop-products .cols-3 .entry-thumb,
    .eshop-products .cols-3 .entry-thumb .owl-carousel .owl-stage-outer .item img {
        height: 200px;
    }
    .eshop-products .cols-4 .entry-thumb,
    .eshop-products .cols-4 .entry-thumb .owl-carousel .owl-stage-outer .item img {
        height: 200px;
    }
    .owl-product-detail-list .bottom-bar-product {
        max-width: 263px;
        margin: 0 auto;
    }
}


/* Medium devices (tablets, 768px and up)*/

@media (min-width: 768px) {
    h1 {
        font-size: 50px;
        line-height: 60px;
    }
    h2 {
        font-size: 30px;
        line-height: 36px;
    }
    p {
        font-size: 30px;
        line-height: 35px;
    }
    .btn {
        font-size: 20px;
        line-height: 26px;
        padding: 20px 30px;
    }
    .window span.tag-custom {
        font-size: 22px;
        line-height: 29px;
    }
    .entry .bottom-bar-product span,
    .entry button {
        font-size: 18px;
        line-height: 22px;
    }
    .main-img {
        max-width: 100%;
        width: 100%;
        position: absolute;
        z-index: 10;
        text-align: center;
        left: 0;
    }
    .main-img img {
        max-width: 390px;
    }
    .product-info .col-form-label,
    .product-info .col-number-custom .form-control {
        font-size: 20px;
    }
    .product-info .col-form-label {
        height: 57px;
    }
    .side-img {
        position: absolute;
        top: 50px;
        z-index: 10;
        left: 100%;
    }
    .product-info {
        padding-top: 220px;
    }
    .side-img img {
        max-width: 300px;
    }
    .side-img .owl-carousel .owl-stage {
        display: block;
    }
    .side-img .owl-carousel .owl-dots {
        margin-top: 50px;
        text-align: left;
        padding-left: 50px;
    }
    .account .custom-control-label span.text-lg {
        font-size: 20px;
        line-height: 23px;
    }
    .account .text-lg {
        font-size: 20px;
    }
    #orderform .card-body {
        padding: 1.25rem;
    }
    .account .table td {
        padding: .75rem;
    }
    .account table {
        font-size: 20px;
    }
    .account .btn.btn-md.btn-success {
        padding: 20px 31px;
    }
    .account .shopping-cart .product-item .product-title a {
        font-size: 20px;
    }
    .account .shopping-cart .product-item .product-title span {
        font-size: 20px;
    }
    .shopping-cart-footer.edited .column {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .shopping-cart-footer.edited .column .btn {
        width: 380px;
        margin: 12px 0 !important;
    }
    .checkout-steps {
        display: block;
        flex-direction: unset;
    }
    .w-50-custom {
        width: 300px;
    }
    .eshop-products .cols-3 .entry-thumb,
    .eshop-products .cols-3 .entry-thumb .owl-carousel .owl-stage-outer .item img {
        height: 177px;
    }
    .eshop-products .cols-4 .entry-thumb,
    .eshop-products .cols-4 .entry-thumb .owl-carousel .owl-stage-outer .item img {
        height: 177px;
    }
    .wrapp table {
        margin: 0;
    }
    .owl-product-detail-list .bottom-bar-product {
        max-width: 359px;
    }
}


/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
    .entry .bottom-bar-product span,
    .entry button {
        font-size: 20px;
        line-height: 24px;
    }
    .window.pb-custom,
    .window {
        padding: 120px 0;
    }
    .h2,
    h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .article-new h1.h2,
    .article-new h2 {
        font-size: 30px;
        line-height: 36px;
    }
    .img-fill {
        height: 720px;
    }
    .img-fill.h-lg-100 {
        height: 100%;
    }
    .entry {
        padding-top: 0;
    }
    .site-logo {
        width: 240px;
    }
    .fix-right {
        position: absolute;
        right: 0;
        left: auto;
        z-index: 10;
        bottom: 0;
        max-width: 450px;
        margin-top: 0;
    }
    .fix-right.fix-right-top {
        max-width: 550px;
    }
    .height-window {
        height: 500px;
    }
    .fix-left {
        position: absolute;
        left: 0;
        z-index: 10;
        max-width: 450px;
        margin-bottom: 0;
        top: calc( 50% - 195px);
    }
    .window.py-100.pb-custom {
        padding-bottom: 100px;
    }
    .owl-carousel.carousel-1 .owl-dots {
        text-align: left;
    }
    .offcanvas-toggle.cats-toggle,
    .site-menu,
    .toolbar .account {
        display: none;
    }
    h2::after {
        width: 310px;
    }
    .product-info .col-number-custom .form-control {
        font-size: 26px;
        line-height: 35px;
        height: 60px;
    }
    .btn.btn-edited {
        height: 60px;
    }
    .product-info .col-form-label {
        font-size: 26px;
        line-height: 35px;
        height: 75px;
        width: 20px;
    }
    .btn.btn-edited .icon-bag {
        top: -7px;
    }
    .product-info {
        margin-top: 0;
        padding-top: 310px
    }
    .main-img {
        padding-top: 10px;
    }
    .main-img img {
        max-width: 500px;
    }
    .side-img img {
        max-width: 350px;
    }
    .side-img {
        top: 0;
    }
    .btn.btn-edited {
        line-height: 75px;
    }
    .product-info .col-edited.set-height {
        min-height: 400px;
    }
    .wrapp table {
        width: 350px;
        font-size: 20px;
        line-height: 20px;
        margin: 0;
    }
    .wrapp table td:first-child {
        font-size: 35px;
    }
    .wrapp table td {
        padding: 0 15px;
    }
    .wrapp table.table1 tr:first-child td,
    .wrapp table.table2 tr:first-child td,
    .wrapp table.table2 tr:nth-child(2) td {
        font-size: 20px;
        line-height: 20px;
    }
    .o-nas-page p {
        font-size: 20px;
    }
    .o-nas-page .window.py-100 {
        min-height: 720px;
    }
    .shopping-cart-footer.edited .column {
        display: table-cell;
    }
    .shopping-cart-footer.edited .column .btn {
        width: auto;
        margin: 0 !important;
    }
    .w-50-custom {
        width: 400px;
    }
    .move-right {
        right: 20px;
    }
    .eshop-products .cols-3 .entry-thumb,
    .eshop-products .cols-3 .entry-thumb .owl-carousel .owl-stage-outer .item img {
        height: 240px;
    }
    .eshop-products .cols-4 .entry-thumb,
    .eshop-products .cols-4 .entry-thumb .owl-carousel .owl-stage-outer .item img {
        height: 288px;
    }
    .o-nas-page.article-new {
        margin-top: 84px !important;
    }
    .bottom-bar-product span:first-child {
        width: 40%;
    }
    .bottom-bar-product span:last-child {
        width: 60%;
    }
    .bottom-bar-product {
        max-width: 282px;
    }
    .btn.btn-edited {
        padding: 0 15px;
    }
    .owl-product-detail-list .bottom-bar-product {
        max-width: 305px;
    }
}


/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    .container.container-max {
        max-width: calc(99% - 100px);
        width: 99%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .h2::after,
    h2::after {
        padding-top: 40px;
        margin-bottom: 40px;
    }
    .window.py-100 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .o-nas-page p {
        font-size: 24px;
        line-height: 30px;
    }
    .owl-carousel.carousel-1 .owl-dot:not(:last-child) {
        margin-right: 40px;
    }
    .owl-carousel.carousel-1 .owl-dot {
        width: 25px;
        height: 25px;
    }
    .owl-carousel.carousel-1 .owl-dots {
        margin-top: 35px;
    }
    .mt-84,
    .mt-100 {
        margin-top: 0;
    }
    .eshop-products {
        padding: 0;
    }
    .top-produkty {
        padding: 130px 0 50px;
    }
    .top-produkty h2 {
        margin-bottom: 40px;
    }
    .icon-bag {
        padding-right: 10px;
    }
    footer .social {
        margin-top: 0;
    }
    footer .site-logo {
        margin-bottom: 0;
        display: table-cell;
    }
    footer {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    footer h3 {
        margin: 0;
    }
    .add-to-cart .icon-bag {
        top: -8px;
    }
    .hero-slider,
    .hero-slider .owl-stage-outer,
    .hero-slider .owl-carousel,
    .hero-slider .owl-stage,
    .hero-slider .owl-item,
    .hero-slider .item,
    .hero-slider>.owl-carousel .owl-item img {
        height: 600px;
    }
    .hero-slider {
        margin-top: 0;
    }
    .hero-slider>.owl-carousel {
        padding: 0 0px !important;
    }
    .navbar {
        padding: 20px 0 30px;
    }
    .site-logo {
        width: 160px;
    }
    .toolbar,
    .site-branding {
        position: absolute;
    }
    .site-menu {
        display: block;
    }
    .subtotal {
        min-width: 140px;
    }
    .bag-wrapper {
        width: 80px;
    }
    .offcanvas-toggle,
    .toolbar .cart,
    .toolbar .account {
        min-width: 50px;
        height: 50px;
    }
    .navbar.minimized {
        padding: 0;
    }
    .col-xl-2.col-xxl-edited,
    .col-xl-3.col-xxl-edited,
    .col-xl-5.col-xxl-edited {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .info.text-xl-center {
        text-align: left !important;
    }
    footer .facebook {
        margin-right: 20px;
    }
    .fix-right {
        max-width: 520px;
    }
    .fix-left {
        max-width: 520px;
        top: calc( 50% - 260px);
    }
    .col-xl-8.edited {
        -ms-flex: 0 0 84%;
        flex: 0 0 84%;
        max-width: 84%;
    }
    .filter-panel {
        display: block;
    }
    main {
        margin-top: 134px;
    }
    .filter-panel {
        padding-bottom: 30px;
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #ffffff;
        z-index: 900;
    }
    .side-btn {
        display: none;
    }
    .shop-sorting .form-control {
        min-width: 290px;
        padding-left: 35px;
        padding-right: 130px;
        height: 75px !important;
        font-size: 22px;
        line-height: 37px;
    }
    .shop-sorting::before {
        top: 30px;
    }
    .shop-sorting::after {
        right: 75px;
        width: 2px;
        height: 75px;
    }
    .product-info {
        padding-top: 520px;
    }
    .product-info h1,
    .product-info h2 {
        font-size: 50px;
        line-height: 55px;
    }
    .product-info .tags-filter span {
        font-size: 26px;
        line-height: 35px;
        padding-right: 15px;
    }
    .price-wrap span {
        font-size: 26px;
        line-height: 26px;
    }
    .main-img {
        top: 0;
        padding-top: 30px;
    }
    .main-img img {
        max-width: 800px;
    }
    .side-img img {
        max-width: 500px;
    }
    .product-info .main-text h2 {
        font-size: 26px;
        line-height: 35px;
    }
    .entry .entry-title {
        padding: 3px;
        height: 65px;
    }
    .entry-thumb {
        max-height: 509px;
    }
    .wrapp table td {
        padding: 0;
    }
    .wrapp table td:first-child {
        font-size: 40px;
        /*width: 160px;*/
        padding-right: 40px;
        text-align: right;
    }
    .wrapp table td:nth-child(2) {
        /*width: 160px;*/
        padding-left: 20px;
    }
    .wrapp table tr {
        height: 58px;
    }
    .wrapp table {
        width: 100%;
        font-size: 20px;
        line-height: 22px;
    }
    .wrapp table.table1 tr:first-child td,
    .wrapp table.table2 tr:first-child td,
    .wrapp table.table2 tr:nth-child(2) td {
        font-size: 20px;
        line-height: 22px;
        padding-right: 0;
        padding-left: 40px;
    }
    .toolbar-dropdown-group .column .text-right {
        white-space: nowrap;
    }
    .toolbar .account,
    .offcanvas-toggle.cats-toggle {
        display: inline-flex;
    }
    .site-menu>ul>li>a {
        font-size: 17px;
        padding: 0 5px;
    }
    .toolbar .account,
    .toolbar .cart {
        font-size: 17px;
    }
    .site-branding {
        left: 15px;
    }
    .account {
        padding-top: 0;
    }
    .toolbar-dropdown-group .text-lg,
    .dropdown-product-item .dropdown-product-details,
    .dropdown-product-item .dropdown-product-title,
    .toolbar-dropdown>li>a {
        font-size: 18px;
    }
    .account a.list-group-item,
    .account .list-group-item-action {
        font-size: 20px;
    }
    .w-50-custom {
        width: 520px;
    }
    .move-right {
        right: 50px;
    }
    .height-window {
        height: 600px;
    }
    .fix-left {
        top: calc( 50% - 225px);
    }
    .eshop-products .cols-3 .entry-thumb,
    .eshop-products .cols-3 .entry-thumb .owl-carousel .owl-stage-outer .item img {
        height: 290px;
    }
    .eshop-products .cols-4 .entry-thumb,
    .eshop-products .cols-4 .entry-thumb .owl-carousel .owl-stage-outer .item img {
        height: 290px;
    }
    .product-info .col-edited.set-height {
        min-height: 550px;
    }
    .fix-right.fix-right-top {
        max-width: 580px;
    }
    .bottom-bar-product {
        max-width: 342px;
    }
    .btn.btn-edited {
        padding: 0 25px;
    }
    .owl-product-detail-list .bottom-bar-product {
        max-width: 305px;
    }
    .col-number-custom .input-group button,
    .col-number-custom .input-group .form-control {
        width: 75px;
        height: 75px;
    }
    .btn.btn-edited.add_cart_detail {
        height: 75px;
        line-height: 75px;
    }
    .btn.btn-edited,
    .btn.btn-edited.add_cart_detail {
        height: 75px;
        line-height: 75px;
    }
}

@media (min-width: 1300px) {
    .img-fill.h-lg-100,
    .img-fill {
        height: 800px;
    }
    .img-fill.h-lg-100.h-img-custom {
        height: 100%;
    }
}

@media (min-width: 1440px) {
    .fix-right {
        max-width: 560px;
    }
    .fix-left {
        max-width: 560px;
        top: calc( 50% - 280px);
    }
    .account .text-lg {
        font-size: 24px;
    }
    .price-wrap .fwn {
        font-size: 26px;
        line-height: 35px;
    }
    .price-wrap span {
        font-size: 50px;
        line-height: 50px;
    }
    .site-logo {
        width: 220px;
    }
    .site-menu ul>li>a {
        padding: 0 10px;
        font-size: 17px;
    }
    .toolbar .account,
    .toolbar .cart {
        font-size: 19px;
    }
    .toolbar .cart {
        width: auto;
        min-width: 77px;
    }
    .offcanvas-toggle {
        width: 77px;
    }
    .article-new h1.h2,
    .article-new h2 {
        font-size: 35px;
        line-height: 40px;
    }
    .height-window {
        height: 600px;
    }
    .fix-left {
        top: calc( 50% - 242px);
    }
    .eshop-products .cols-3 .entry-thumb,
    .eshop-products .cols-3 .entry-thumb .owl-carousel .owl-stage-outer .item img {
        height: 356px;
    }
    .eshop-products .cols-4 .entry-thumb,
    .eshop-products .cols-4 .entry-thumb .owl-carousel .owl-stage-outer .item img {
        height: 321px;
    }
    .fix-right.fix-right-top {
        max-width: 680px;
    }
    .bottom-bar-product span:first-child {
        width: 100%;
    }
    .bottom-bar-product span:last-child {
        width: 100%;
    }
    .bottom-bar-product {
        max-width: 420px;
    }
    .owl-product-detail-list .bottom-bar-product {
        max-width: 370px;
    }
}

@media (min-width: 1630px) {
    .eshop-products .cols-3 .entry-thumb,
    .eshop-products .cols-3 .entry-thumb .owl-carousel .owl-stage-outer .item img {
        height: 410px;
    }
    .eshop-products .cols-4 .entry-thumb,
    .eshop-products .cols-4 .entry-thumb .owl-carousel .owl-stage-outer .item img {
        height: 368px;
    }
    .fix-right.fix-right-top {
        max-width: 750px;
    }
    .bottom-bar-product {
        max-width: 480px;
    }
}


/* Extra Extra large devices (large desktops, 1680px and up) */

@media (min-width: 1719px) {
    .toolbar .icon-bag {
        display: inline-block;
    }
    .toolbar .cart>.subtotal {
        display: inline-flex;
    }
    .site-logo {
        width: auto;
    }
    .entry h4 a {
        font-size: 36px;
        line-height: 35px;
    }
    .entry .bottom-bar-product span {
        font-size: 26px;
        line-height: 30px;
    }
    .entry button {
        font-size: 26px;
    }
    .window span.tag-custom {
        font-size: 26px;
        line-height: 35px;
    }
    h1 {
        font-size: 100px;
        line-height: 90px;
    }
    .h2,
    h2 {
        font-size: 50px;
        line-height: 60px;
    }
    p {
        font-size: 50px;
        line-height: 60px;
    }
    .btn {
        font-size: 26px;
        padding: 40px 50px;
    }
    footer .facebook {
        margin-right: 35px;
    }
    footer .site-logo {
        position: relative;
        top: -20px;
        width: 302px;
    }
    footer .social {
        position: relative;
        top: -20px;
    }
    footer .info a {
        margin-left: 60px;
    }
    .info.text-xl-center {
        text-align: center !important;
    }
    .window.py-100 {
        min-height: 800px;
    }
    .col-xl-8.edited {
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .img-fill {
        height: 960px;
    }
    .col-xl-2.col-xxl-edited {
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-xl-3.col-xxl-edited {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-5.col-xxl-edited {
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .navbar.minimized {
        padding: 10px 0;
    }
    .fix-right {
        max-width: 680px;
    }
    .fix-left {
        max-width: 700px;
        top: calc( 50% - 350px);
    }
    .filterHeading section .categorywrap {
        width: 235px;
    }
    .filterHeading section:nth-child(4) .categorywrap {
        width: 460px;
    }
    .filterbtn {
        width: 36%;
    }
    .filterHeading.border-show .filterbtn img {
        max-width: 340px;
    }
    .product-info {
        padding-top: 600px;
    }
    .main-img {
        top: 0;
    }
    .side-img img {
        max-width: 700px;
    }
    .main-img img {
        max-width: 950px;
    }
    .hero-slider,
    .hero-slider .owl-stage-outer,
    .hero-slider .owl-carousel,
    .hero-slider .owl-stage,
    .hero-slider .owl-item,
    .hero-slider .item,
    .hero-slider>.owl-carousel .owl-item img {
        height: 960px;
    }
    .top-produkty .entry-thumb {
        height: 505px;
    }
    .o-nas-page .window.py-100 {
        min-height: 800px;
    }
    .site-menu ul>li>a {
        padding: 0px 7px;
        font-size: 20px;
    }
    .toolbar .account,
    .toolbar .cart,
    .toolbar .cart>.subtotal {
        font-size: 20px;
    }
    .w-50-custom {
        width: 700px;
    }
    .move-right {
        right: 130px;
    }
    .height-window.window {
        height: 800px;
        min-height: 1px;
    }
    .fix-left {
        top: calc( 50% - 303px);
    }
    .eshop-products .cols-3 .entry-thumb,
    .eshop-products .cols-3 .entry-thumb .owl-carousel .owl-stage-outer .item img {
        height: 435px;
    }
    .eshop-products .cols-4 .entry-thumb,
    .eshop-products .cols-4 .entry-thumb .owl-carousel .owl-stage-outer .item img {
        height: 390px;
    }
    .fix-right.fix-right-top {
        max-width: 870px;
    }
    .side-img .owl-carousel .owl-dots {
        margin-top: 0px;
    }
    .owl-product-detail-list .bottom-bar-product {
        max-width: 543px;
    }
    .entry .entry-title {
        min-height: 75px;
    }
}


/* Extra Extra large devices (large desktops, 1680px and up) */

@media (min-width: 1918px) {
    .detail-bg .col-10.col-edited,
    .detail-bg .col-lg-10.col-edited {
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .main-img {
        padding-top: 0;
    }
    .side-img img {
        max-width: 100%;
    }
    .o-nas-page .fix-left {
        max-width: 754px;
    }
    .subtotal {
        min-width: 178px;
    }
    .bag-wrapper {
        width: 103px;
    }
    .toolbar .account {
        min-width: 65px;
        height: 65px;
    }
    .toolbar .cart {
        height: 65px;
    }
    .offcanvas-toggle {
        width: 65px;
        height: 65px;
    }
    .site-menu ul>li>a {
        padding: 0 10px;
        font-size: 20px;
    }
    .toolbar .account,
    .toolbar .cart {
        font-size: 20px;
    }
    .mt-custom {
        margin-top: 3rem;
    }
    .article-new h1.h2,
    .article-new h2 {
        font-size: 50px;
        line-height: 55px;
    }
    .toolbar-dropdown-group .text-lg,
    .dropdown-product-item .dropdown-product-details,
    .dropdown-product-item .dropdown-product-title,
    .toolbar-dropdown>li>a {
        font-size: 20px;
    }
    .w-50-custom {
        width: 800px;
    }
    .eshop-products .cols-3 .entry-thumb,
    .eshop-products .cols-3 .entry-thumb .owl-carousel .owl-stage-outer .item img {
        height: 490px;
    }
    .eshop-products .cols-4 .entry-thumb,
    .eshop-products .cols-4 .entry-thumb .owl-carousel .owl-stage-outer .item img {
        height: 436px;
    }
    .fix-right.fix-right-top {
        max-width: 920px;
    }
    .img-fill.h-lg-100.h-fhd-100 {
        height: 100%;
    }
}

@media (min-width: 2000px) {
    .toolbar .account {
        min-width: 77px;
        height: 77px;
    }
    .toolbar .cart {
        height: 77px;
    }
    .offcanvas-toggle {
        width: 77px;
        height: 77px;
    }
    .site-menu ul>li>a {
        padding: 0 10px;
        font-size: 22px;
    }
    .toolbar .cart>.subtotal,
    .toolbar .account,
    .toolbar .cart {
        font-size: 22px;
    }
    .fix-right.fix-right-top {
        max-width: 1000px;
    }
}

@media (min-width: 2300px) {
    .third .owl-carousel .owl-item.active .entry {
        border-left: 1px solid #cb9d80;
    }
    .owl-products .owl-item {
        border: 0;
    }
    .third .owl-carousel .owl-stage-outer {
        border-left: 0;
    }
    .eshop-products .col-lg-4 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .entry-thumb {
        padding: 10px;
    }
    .isotope-grid.cols-3 .grid-sizer,
    .isotope-grid.cols-3 .grid-item {
        width: calc((100% / 4) - 0px);
    }
    .site-menu>ul>li>a {
        padding: 0 15px;
    }
    .container.container-max {
        max-width: calc(100% - 100px);
        width: 100%;
    }
    .main-img img {
        max-width: 100%;
    }
    .product-info {
        padding-top: 890px;
    }
    .eshop-products .cols-3 .entry-thumb,
    .eshop-products .cols-3 .entry-thumb .owl-carousel .owl-stage-outer .item img {
        height: 450px;
    }
    .eshop-products .cols-4 .entry-thumb,
    .eshop-products .cols-4 .entry-thumb .owl-carousel .owl-stage-outer .item img {
        height: 450px;
    }
    .window.py-100 {
        min-height: 1000px;
    }
    .fix-right {
        max-width: 1020px;
    }
    .fix-left {
        max-width: 954px;
        top: 100px;
    }
    .height-window.window {
        height: 1000px;
        min-height: 1px;
    }
    .fix-left {
        top: calc( 50% - 413px);
    }
    .container-swip {
        height: 650px;
    }
}

@media (min-width: 2700px) {
    .isotope-grid.cols-3 .grid-sizer,
    .isotope-grid.cols-3 .grid-item {
        width: calc((100% / 5) - 0px);
    }
    .eshop-products .cols-3 .entry-thumb,
    .eshop-products .cols-3 .entry-thumb .owl-carousel .owl-stage-outer .item img {
        height: 420px;
    }
    .eshop-products .cols-4 .entry-thumb,
    .eshop-products .cols-4 .entry-thumb .owl-carousel .owl-stage-outer .item img {
        height: 420px;
    }
    .img-fill.h-lg-100.h-fhd-100 {
        height: 800px;
    }
}


/* We occasionally use media queries that go in the other direction (the given screen size or smaller) */


/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {}


/* Small devices (landscape phones, less than 768px) */

@media (max-width: 767.98px) {}


/* Medium devices (tablets, less than 992px) */

@media (max-width: 991.98px) {}


/*  Large devices (desktops, less than 1200px) */

@media (max-width: 1198.98px) {
    .filter-panel {
        visibility: visible;
        display: block;
        position: fixed;
        top: 84px;
        left: 0;
        bottom: 0;
        width: 200px;
        z-index: 9005;
        -webkit-transform: translate3d(-200px, 0, 0);
        border-top: 1px solid #cb9d80;
        transform: translate3d(-200px, 0, 0);
    }
    .filter-panel .container {
        height: 100%;
        overflow-y: scroll;
    }
    .filter-panel .collapse {
        display: block;
    }
    .filter-panel.show-filter {
        z-index: 9005;
        top: 84px;
        left: 0;
        bottom: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .filterHeading h3 {
        font-family: 'Arquitecta', Helvetica, Arial, sans-serif;
        font-weight: bold;
        font-size: 18px;
        text-transform: uppercase;
        color: #cb9d80;
        margin: 0;
        margin-top: 10px;
        padding-left: 7px;
    }
    .eshop_left_filter {
        margin-left: 30px;
        margin-top: 10px;
    }
    .account-link {
        background-color: #cb9d80;
        color: #ffffff;
    }
    .account-link h6,
    .account-link i {
        transition: color .3s ease-in-out;
    }
    .account-link h6 {
        font-size: 22px;
        color: #ffffff;
        font-weight: normal;
    }
    .account-link i {
        font-size: 20px;
    }
    .account-link .user-ava {
        width: 28px;
    }
    .account-link:hover i,
    .account-link:hover h6 {
        color: #000000 !important;
    }
    .account-link:hover {
        background-color: #cb9d80;
    }
}


/* Extra large devices (large desktops) No media query since the extra-large breakpoint has no upper bound on its width */


/*There are also media queries and mixins for targeting a single segment of screen sizes using the minimum and maximum breakpoint widths.*/


/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {}


/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) and (max-width: 767.98px) {}


/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) and (max-width: 991.98px) {}


/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) and (max-width: 1199.98px) {}


/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {}
