@media only screen and (min-width: 1700px) {
    .sequra-home img {
        position: absolute;
        top: 50%;
        right: 20px;
        margin-top: -75px;
    }
}
@media only screen and (max-width: 1399px) {
    .header-right-box {
        width: 100%;
        justify-content: center;
    }
    #product .button-box img {
        width: 10px;
    }
    #product .swiper-slide .title {
        font-size: 16px;
        line-height: 16px;
        min-height: 70px;
        display: inline-block;
    }
    #product .swiper-slide .product-info .content-info .title {
        min-height: unset;
    }
    #product .swiper-slide .content > div:nth-child(2) {
        min-height: 105px;
    }
    #product-features {
        margin-left: calc( calc(100vw - 1140px) / -2);
    }
}
@media only screen and (min-width: 1200px) {
    .show-under-1199 {
        display: none!important;
    }
}

@media only screen and (max-width: 1199px) {
    .hide-under-1199 {
        display: none!important;
    }
    #navbar a {
        font-size: 14px;
    }
    #product .swiper-slide .button-box .btn {
        font-size: 0;
    }
    #product .swiper-slide .button-box .btn i {
        font-size: 10px;
        line-height: 0;
    }
    #product .swiper-slide .button-box .btn:hover i {
        color: white;
    }
    #category-description .product-cat-slider .product-cat-reg {
        width: 25%;
    }    
    #product-features {
        margin-left: calc( calc(100vw - 960px) / -2);
    }
    .header-right-box .contact-box {
        margin-left: 10px;
    }
    .header-right-box .contact-box a {
        white-space: nowrap;
    }
    #category-body .order-box .right-box > div {
        white-space: nowrap;
    }
    #category-body .order-box .left-box label {
        white-space: nowrap;
    }
    #category-body .filter-box .title {
        align-items: flex-start;
    }
    #product-header .colu::before {
        display: none;
    }
    #product-header .free-shipping {
        text-align: center;
    }
    #product-accessories {
        margin-bottom: 0;
        height: auto;
    }
}
@media only screen and (min-width: 992px) {
    .show-under-991 {
        display: none!important;
    }
    
}
@media only screen and (max-width: 991px) {
    .hide-under-991 {
        display: none!important;
    }
    #topbar {
        height: 50px;
    }
    #topbar .contact-box {
        display: flex;
        align-items: center;
    }
    #topbar .contact-box p {
        margin: 0;
    }
    #topbar .contact-box i {
        color: #008c25;
    }
    #header .header-right-box {
        width: auto;
        justify-content: flex-end;
        padding-right: 15px;
    }
    #header .header-right-box a {
        font-size: 0;
    }
    #header .popup-cart .cart-buttons a {
        font-size: 14px;
        margin-top: 10px;
    }
    #header #logo {
        display: flex;
        align-items: center;
        padding-left: 40px;
    }
    .mobile-nav-toggle {
        position: absolute;
        top: -58px;
    }
    #header.sticky .mobile-nav-toggle {
        top: -45px;
    }
    #megamenu .menu .submenu li:hover > img {
        display: none;
    }
    #navbar.navbar-mobile a {
        color: #234e60;
    }
    #megamenu .product-menu .submenu {
        display: block;
        width: auto;
        position: unset;
    }
    #megamenu .column-left .menu {
        overflow: auto;
    }
    #info .info-col {
        margin: 10px 0;
    }
    #info .info-col img { 
        width: 55px;
    }
    #product .swiper-slide .button-box .btn i {
        font-size: 16px;
        padding-right: 5px;
    }
    #product .swiper-slide .button-box .btn {
        font-size: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
    }
    #product .button-box img {
        width: 16px;
        padding-right: 5px;
    }
    #product .swiper-slide {
        padding: 25px;
    }
    #product .swiper-slide .content > div:first-child img {
        width: 150px;
        /*max-height: 100px;*/
        max-width: 100%;
        float: unset;
        display: block;
        margin: 0 auto;
    }
    #product .swiper-slide .content > div:first-child img.brand-logo {
        width: 50px;
        max-height: 50px;
        float: unset;
        margin-bottom: 10px;
    }

    #testimonials .header > div:nth-child(2) > div {
        text-align: left;
        margin-top: 10px;
    }
    #testimonials .resume-testimonies {
        display: none;
    }

    #prod_cat .header img {
        width: 65px;
        float: right;
    }
    #prod_cat .header > div:nth-child(2) {
        text-align: left;
        margin-top: 10px;
        margin-bottom: 30px;
    }
    #prod_cat .cat-list .cat-reg {
        padding: 0px 75px;
    }
    #prod_cat2 .header img {
        width: 65px;
        float: right;
    }
    #prod_cat2 .header > div:nth-child(2) {
        text-align: left;
        margin-top: 10px;
        margin-bottom: 30px;
    }
    #prod_cat2 .cat-list .cat-reg {
        padding: 0px 75px;
    }

    #banner-middle img {
        width: 100%;
    }
    #news .header img {
        float: right;
    }
    #news .header > div:nth-child(2) {
        text-align: left;
    }
    #news .news-content {
        background: white;
    }
    #support {
        background: linear-gradient(180deg, #234E60 50%, #ebe8e6 50%);
    }
    #support .support-lady {
        max-height: 86%;
    }
    #newsletter .title {
        margin: 15px 0;
    }
    #newsletter .text {
        margin-bottom: 15px;
    }
    #footer .column-1 ul {
        columns: 1;
    }
    #footer > .container > div:last-child {
        flex-direction: column-reverse;
    }
    #footer .payment-methods {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #footer .payment-methods img {
        margin-top: 5px;
    }
    #footer .copyright {
        text-align: center;
    }
    #banner .banner-box .image-box {
        padding: 0;
    }
    #banner .banner-box .image-box img {
        max-width: 100%;
    }
    #banner .banner-title-1 {
        font-size: 24px;
        line-height: 30px; 
    }
    #banner .promo-date {
        font-size: 16px;
    }
    .btn {
        padding: 0px 10px;
        font-size: 12px;
    }
    .btn-big {
        font-size: 18px;
        padding: 2px 15px 5px 15px;
        line-height: 22px;
    }
    #megamenu .product-menu .submenu {
        background: white;
        background-image: none!important;
    }
    #category-body .product-list .product-reg {
        width: 100%;
    }
    #banner .banner-box {
        height: auto;
        padding: 0;
        background-image: none!important;
    }
    #banner .divided .banner-box {
        height: auto;
        padding: 0;
        background-image: none!important;
    }
    #banner .banner-box > img {
        display: block;
    }
    #banner .banner-box .banner-content {
        display: none;
    }
    #search-box {
        position: absolute;
        bottom: -46px;
        z-index: 1;
        width: 100%;
        display: none;
    }
    #navbar .has-megamenu {
        background-color: unset;
    }
    #navbar ul li:first-child > a {
        background-color: #478036;
    }
    #category-description .product-cat-slider .product-cat-reg {
        width: 33%;
    }
    #product-features {
        margin-left: calc( calc(100vw - 720px) / -2);
    }
}
@media only screen and (min-width: 768px) {
    .show-under-767 {
        display: none!important;
    }    
}
@media only screen and (max-width: 767px) {
    .hide-under-767 {
        display: none!important;
    }
    .mobile-nav-toggle {
        top: -44px;
    }
    #header.sticky .mobile-nav-toggle {
        top: -40px;
    }
    #topbar > div {
        justify-content: space-between !important;
    }
    #topbar > div > div:first-child {
        max-width: 50%;
    }
    #product {
        padding-bottom: 0;
    }
    #product .swiper-slide .button-box .btn {
        white-space: nowrap;
    }
    #product .swiper-slide .button-box .btn i {
        font-size: 0;
    }
    #product .button-box img {
        height: 10px;
        width: auto;
        padding-right: 2px;
    }
    #support .header > div:nth-child(2) a {
        white-space: nowrap;
    }
    #product .swiper-slide .title {
        min-height: unset;
    }
    #product .swiper-slide .product-info > img {
        max-height: unset;
        max-width: 25px;
    }
    #product .swiper-slide .product-info {
        margin-top: 10px;
    }
    #product .swiper-slide .title {
        font-size: 12px;
        line-height: 15px;
    }
    #product .swiper-slide .product-price {
        font-size: 14px;
    }
    #product .swiper-slide .button-box .col-sm-4 {
        width: 33.33%;
        padding: 0 2px;
    }
    #product .tab-content {
        padding: 0;
        padding-top: 20px;
    }
    #prod_cat .header .title {
        font-size: 16px;
    }
    #prod_cat2 .header .title {
        font-size: 16px;
    }
    #prod_cat .header .row {
        align-items: center;
    }
    #prod_cat2 .header .row {
        align-items: center;
    }
    #prod_cat .cat-list .cat-reg {
        padding: 0px 55px;
    }
    #prod_cat2 .cat-list .cat-reg {
        padding: 0px 55px;
    }
    #news .header .title {
        font-size: 15px;
        margin-top: 8px;
    }
    #news .header img {
        width: 40px;
    }
    #category-description {
        background: #ece8e7;
    }
    #category-description .product-cat-slider { 
        margin-top: 30px;
    }
    #category-description .product-cat-slider .swiper-slide {
        background: white;
    }
    #category-brands {
        /*display: none;*/
    }
    #category-body #filter-section {
        display: none;
        position: fixed;
        width: 100vw;
        height: 100vh;
        top: 0;
        left: 0;
        overflow: auto;
        z-index: 999;
        background: white;
        margin: 0;
        padding: 0;
    }
    #category-body #filter-section .filter-header {
        display: block;
    }
    #category-body .container-filter {
        transform: unset;
    }
    #category-body .order-box {
        display: none;
    }
    #category-body .product-inline .product-reg .product-title {
        line-height: 25px;
    }
    #category-body .product-inline .product-reg .row-buttons {
        padding: 0 40px;
    }
    #category-body .product-inline .product-reg .row-buttons .btn {
        padding: 5px 0;
        margin-top: 10px;
    }
    #category-body .price-mobile {
        margin-top: 20px;
    }
    #category-body .price-mobile .price {
        color: #478036;
        font-size: 25px;
        font-weight: bold;
        line-height: 25px;
    }
    #category-body .price-mobile .promo-price {
        color: #979797;
        font-size: 16px;
        line-height: 30px;
        position: relative;
    }
    #category-body .price-mobile .promo-price span {
        position: relative;
    }
    #category-body .price-mobile .promo-price span::after {
        content: ' ';
        position: absolute;
        width: 100%;
        height: 1px;
        background: #979797;
        top: 50%;
        left: 0;
    }
    #category-body .price-mobile .promo-date {
        color: #be0613;
        font-size: 12px;
        margin-bottom: 15px;
        line-height: 14px;
    }
    #category-body .product-inline .product-reg .available-icon {
        width: 20px;
        height: 20px;
        margin-top: 40px;
    }
    #category-body .product-grid.active {
        display: none;
    }
    #category-body #product-box-inline {
        display: block;
    }
    #support2 {
        background: #ebe8e6;
    }
    #support2 .left-column {
        padding: 25px 0;
        background: #234e60;
    }
    #support2 .m-top-50 {
        margin: 0;
    }
    #support2 .category-text {
        margin-bottom: 20px;
    }
    #best-sellers .best-sellers-slider {
        padding: 0 20px;
    }
    #best-sellers .best-sellers-slider .swiper-button-prev, #best-sellers .best-sellers-slider .swiper-button-next {
        background-color: transparent;
    }

    #breadcrumb .breadcrumb-list > * {
        display: none;
    }
    #breadcrumb .breadcrumb-list > *:first-child,
    #breadcrumb .breadcrumb-list > *:nth-child(2),
    #breadcrumb .breadcrumb-list > *:nth-child(3) {
        display: unset;
    }
    #product-header .product-supplier {
        display: flex;
        align-items: center;
        margin: 10px 0;
        width: 100%;
        max-width: 245px;
        flex-wrap: wrap; /*Adicionado posteriormente A.M */
        flex: 2; /*Adicionado posteriormente A.M */
        text-align: center; /*Adicionado posteriormente A.M */
    }
    #product-header .product-supplier > img {
        margin-left: 20px;
    }
    #product-header .product-discount-date {
        padding-top: 0;
    }
    #product-header .product-quantity {
        margin-top: 14px;
    }
    #product-header .select-mounted {
        margin-top: 14px;
    }
    #product-header .btn-add-to-cart .btn {
        margin-top: 12px;
        padding: 6px 10px;
      }
    #product-header .buttons-mobile {
        margin-top: 20px;
    }
    #product-header .buttons-mobile a {
        width: 100%;
        border-radius: 5px;
        margin-bottom: 10px;
        padding: 2px 0;
    }
    #product-header .buttons-mobile a img {
        margin-right: 10px;
    }
    #product-header .stock-info {
        justify-content: flex-start;
        margin-top: 10px;
    }
    #product-header .stock-info .in-stock {
        width: auto;
        padding: 0 10px;
    }
    #product-header .product-quantity input {
        font-size: 12px;
        width: 40%;
        line-height: 28px;
    }
    #product-header .product-quantity button {
        width: 30%
    }
    #product-accessories {
        padding-bottom: 60px;
        margin-bottom: 0;
    }
    #product-accessories .body {
        position: relative;
        background: transparent;
        padding: 0;
    }
    #product-accessories .body .list-products {
        background: white;
    }
    #product-accessories .body .list-products .box .price {
        font-size: 11px;
    }
    #product-accessories .body .list-products .box .promo {
        font-size: 10px;
    }
    #product-accessories .body .list-products .box::after {
        font-size: 30px;
        height: 25px;
        line-height: 25px;
        width: 25px;
        right: -23px;
    }
    #product-accessories .body .list-products > div:last-child .box::after {
        display: block;
    }
    #product-accessories .body .resume {
        text-align: left;
        margin-top: 20px;
    }
    #product-accessories .body .resume .title {
        font-size: 14px;
    }
    #product-accessories .body .resume .subtitle {
        font-size: 11px;
    }
    #product-accessories .body .resume .button {
        text-align: right;
    }
    #product-tabs .select-tab-headers {
        width: 100%;
        padding: 20px;
        font-weight: bold;
        font-size: 14px;
        background: #234e60;
        color: white;
        cursor: pointer;

        -moz-appearance:none; /* Firefox */
        -webkit-appearance:none; /* Safari and Chrome */
        appearance:none;
    }
    #product-tabs .select-tab-placeholder { 
        position: relative;
    }
    #product-tabs .select-tab-placeholder i { 
        position: absolute;
        right: 50px;
        top: 11px;
        color: white;
        font-size: 28px;
        height: 0;
        width: 0;
        pointer-events: none;
    }
    #product-tabs .description-text .description-thumbnail-slider img {
        max-width: 100%;
    }
    #product-features .features-img {
        text-align: center;
        margin-bottom: 20px;
    }
    #product-features .features-img img {
        max-width: 80%;
    }
    #product-features .feature-row table td:first-child {
        font-size: 11px;
    }
    #product-features .feature-row table td:last-child {
        font-size: 11px;
    }
    #product-features .feature-row table td {
        padding: 4px 10px;
    }
    #product-features .feature-row > .container > .row {
        display: flex;
        flex-direction: column-reverse;
    }
    #product-features .feature-row .body-box {
        margin-bottom: 20px;
    }
    #product-compare-similar .current-product {
        background: #cbdab8;
        position: relative;
        border-top: 1px solid transparent;
    }
    #product-compare-similar .current-product::after {
        content: 'Produto Atual';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background: #478036;
        padding: 5px 0;
        color: white;
        font-weight: bold;
        text-align: center;
    }
    #product-compare-similar .mobile-row .compare-slider .swiper-button-next {
        background: transparent;
        display: flex;
    }
    #product-compare-similar .compare-slider .swiper-button-next::after {
        color: white;
        font-size: 14px;
        font-weight: bold;
        background: #478036b3;
        padding: 5px 9px;
        border-radius: 7px;
    }
    #product-compare-similar .mobile-row > div:first-child {
        padding-right: 0;
    }
    #product-compare-similar .mobile-row > div:last-child {
        padding-left: 0;
    }
    #product-compare-similar .compare-slider table {
        border-top: 1px solid #cecece;
    }
    #product-similar .similar-slider .swiper-button-next {
        background: transparent;
    }
    #product-similar .similar-slider .swiper-button-next::after {
        color: white;
        font-size: 14px;
        font-weight: bold;
        background: #478036b3;
        padding: 5px 9px;
        border-radius: 7px;
    }
    #product-similar .product-grid .product-reg .title {
        font-size: 12px;
        line-height: 14px;
        min-height: 65px;
        margin-bottom: 0;
    }
    #product-similar .product-grid .product-reg a {
        width: 90%;
        font-size: 9px;
    }
    #product-tabs .search-forum input[type="text"] {
        font-size: 12px;
    }
    #product-tabs .search-forum button {
        font-size: 12px;
        display: flex;
        align-items: center;
    }
    #product-tabs .search-forum button i {
        margin-right: 5px;
    }    
    #product-tabs .evaluation-add-question {
        margin-top: 30px;
    }
    #product-tabs .verified-client {
        justify-content: flex-start;
        margin-bottom: 10px;
    }
    #product-tabs .evaluation-record .usefull-evaluation .recomended {
        width: 100%;
        display: block;
        margin-left: 0;
        margin-top: 20px;
    }    
    #product-similar .swiper-button-next {
        display: flex;
    }
    #account-breadcrumb #account-menu .main-menu {
        display: none;
    }
    #account-breadcrumb #account-menu .main-menu.selected {
        display: block;
    }
    #my-orders .order-date {
        font-size: 12px;
    }
    #cart-products .table .table-head {
        display: none;
    }
    #cart-products .table .table-body {
        margin: 0 10px;
    }
    #checkout-form > .container > .row {
        flex-direction: column-reverse;
    }
    #checkout-form > .container > .row > div:last-child{
        margin-bottom: 50px;
    }
    #contact-header > .container > .row > div {
        margin-bottom: 20px;
    }
    #contact-content #plk-contact-form {
        margin-top: 30px;
    }
    #product-features {
        margin-left: calc( calc(100vw - 540px) / -2);
    }


}
@media only screen and (max-width: 759px) {
    #product-accessories {
        height: auto;
    }
}
@media only screen and (max-width: 575px) {
    #product .swiper-slide > img {
        width: 60px;
    }
    #support .m-top-50 {
        margin: 0;
    }
    #support .title {
        font-size: 16px;
    }
    #support .subtitle {
        font-size: 15px;
    }
    #support .support-info .title {
        font-size: 12px;
        margin-top: 10px;
    }
    #support .support-info .bold {
        font-size: 15px;
    }
    #support .support-info .text {
        font-size: 14px;
    }
    #support .support-info i {
        font-size: 20px;
    }
    #support .support-info img {
        width: 20px;
        margin-top: 12px;
    }
    #support .header {
        margin-top: 120px;
        padding-left: 0;
    }
    #support .header > .align-right {
        text-align: center;
        margin-top: 20px;
    }
    #category-body .product-inline .product-reg .product-info .product-feature img {
        max-width: 20px;
    }
    .swiper-wrapper .product-info {
        width: 50%;
    }
    #support .video-box {
        margin-left: 0;
    }
    #product-features {
        margin-left: 0;
        width: 100%;
    }

    /*
    .add-to-cart-box {
        background: #ece8e7;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }*/

    #product-header .product-quantity {background: #ece8e7;width: 100%;max-width: 100%; margin-bottom:14px; }
    #product-header .product-quantity button {max-width: 40px;margin: 10px 0 ;}
    #product-header .product-quantity input {max-width: 42px;margin: 10px 0 ; }

    
    .add-to-cart-box.visible .btn-add-to-cart > div:first-child {
        position: fixed;
        bottom: 0;
        left: 0;
        margin: 0;
        z-index: 9999999999;
        right: 0;
        width: fit-content;
        margin: 0 auto;
    }
    .mounted-box {
        position: relative;
        z-index: 1;
    }
    .mounted-box.visible {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        margin: 0;
        z-index: 99999999991;
    }
    .add-to-cart-box .product-quantity {
        z-index: 2;
    }
    #product-header .free-shipping {
        position: absolute;
       /* top: 22px;*/
        text-align: left;
    }
    #product-header .free-shipping .delivery-free-list {
        text-align: left;
    }
}
@media only screen and (max-width: 404px) {
    #topbar > div > div:first-child {
        font-size: 12px;
    }
    #category-description .product-cat-slider .product-cat-reg {
        width: 50%;
    }
}

/*Cookie Popup*/
@media only screen and (max-width: 1024px) {
    #coockie-popup {
        width: 48rem;
        margin-left: -24rem;
    }
}
@media only screen and (max-width: 767px) {
    #coockie-popup {
        width: 90vw;
        margin-left: -45vw;
    }
    #coockie-popup .cookie-details-nav {
        display: none;
    }
    #coockie-popup .cookie-body .details-body .details-body-content {
        display: block;
        margin-bottom: 20px;
    }
    #coockie-popup .buttons {
        flex-direction: column;
    }
    #coockie-popup .buttons button {
        width: 100%;
        margin-bottom: 20px;
    }
    #coockie-popup .buttons > div:first-child {
        order: 1;
    }
    #coockie-popup .cookie-header {
        text-align: right;
    }
    .product-add-cart-error {font-size:14px !important; margin-bottom: 20px !important;}
}
/*Cookie Popup*/

/*Alteração do megamenu*/
@media only screen and (max-width: 991px) {
    #megamenu .column-left {
        width: 400px;
        max-width: 90%;
    }
    #megamenu .product-menu .submenu {
        display: none;
    }
    #megamenu .product-menu > li:hover {
        background: none;
    }
    #megamenu .product-menu > li:hover .submenu {
        width: 100%;
    }
    #megamenu .product-menu .submenu > li {
        width: 100%;
        padding: 5px 0;
    }
    #megamenu .product-menu .submenu ul a { 
        border-bottom: 1px solid #acacac;
    }
}
/*Alteração do megamenu*/

