﻿@media screen and (max-width:992px) {
    .web-view {
        display: none;
    }

    .mob-view {
        display: block;
    }

    h1, h2 {
        font-size: 24px;
    }

    .mrt-80 {
        margin-top: 45px;
    }

    .btn-primary {
        height: 35px;
        width: 35px;
    }

    .btn-pre {
        right: 0 !important;
        z-index: 99999;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .btn-next {
        display:none;
        left: 0 !important;
        z-index: 99999;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .btn-pre .bi-chevron-right::before {
        font-size: 20px;
        padding-top: 2px;
        /* padding-right: 8px; */
        right: 5px;
        position: absolute;
    }

    .btn-next .bi-chevron-left::before {
        font-size: 20px;
        padding-top: 2px;
        /* padding-right: 8px; */
        left: 5px;
        position: absolute;
    }

    .mb-3 {
        margin: 0 5px;
    }

    /********* Header CSS for mobile ************/

    .header {
        padding-top: 0px;
        height: auto;
        padding-bottom: 14px;
        margin-bottom: 18px;
    }

        .header .header-top {
            margin-bottom: 12px;
        }

            .header .header-top span {
                display: none;
            }



    .header-top .lang-top .country a{
        margin-right:0;
    }

    .header-top img {
        margin-right: 16px;
    }

    .header .logo {
        width: 34%;
        height: auto;
        margin-left: -15px;
        vertical-align: top;
        float: left;
    }


        .header .logo a img {
            width: 100%;
            height: 100%;
        }

    .header-right-wapper {
        padding-top: 0;
        float: left;
        vertical-align: top;
        margin-right: 10%;
        margin-top: 6px;
        width: 27%;
    }

    .reach-us, .my-account, .shopping-cart {
        margin-left: 0;
    }

        .reach-us a, .my-account a, .shopping-cart a {
            margin-left: 24px;
        }

    .header .reach-us {
        display: none;
    }

    .header .shopping-cart a {
        display: none;
    }

        .header .shopping-cart a.mr-lt {
            display: block;
        }

    .btn-searchbox-mob {
        display: inline-block;
        margin-left: 5%;
        margin-top: 5px;
        float: left;
        width: 25%;
        text-align: right;
    }

        .btn-searchbox-mob .btn-searchbox, .btn-back {
            height: auto;
            width: auto;
            border-radius: 0 !important;
            background: none;
            line-height: 1;
            padding: 0;
            box-shadow: none;
            vertical-align: top;
        }

    .btn-back {
        display: block;
        position: absolute;
        top: 12px;
        left: 15px;
    }

        .btn-back .bi-arrow-left::before {
            color: #000;
        }

    .search-box {
        display: none;
    }

    .searchboxarea-show {
        display: block;
        position: absolute;
        width: 100%;
        padding-left: 43px;
        height: auto;
        top: -5px;
        background: #fff;
        z-index: 999999;
        margin: 0;
        left: 0px;
        height: 47px;
    }



    .search-box .form-control {
        height: 36px;
    }

    .my-account img, .shopping-cart img {
        margin: 0;
        vertical-align: top;
    }

    .search-box .input-group-append {  
        right: 8px;
        top: 8px;     
    }
    /******** Top nav ***************/
    .topNav {
        background: none;
        width: auto;
        position: absolute;
        top: 6%;
        right: 1px;
        z-index: 999;
        height: auto;
        margin: 0;
    }

        .topNav .navbar {
            padding: 0;
        }

    .navbar-toggler {
        background: none;
        border: 0;
        box-shadow: none;
        padding: 0;
        display: block;
        width: 100%;
        /* float: right; */
        text-align: right;
        margin-right: 8px;
    }

    .navbar-collapse {
        margin-top: 13px;
        border-radius: 0 0 0 18px;
        background-color: #FDFDFD;
        box-shadow: 0 4px 12px 0 rgba(74,74,73,0.1);
    }

    .navbar-toggler-icon {
        padding: 0;
        width: auto;
        height: auto;
    }

    .navbar-toggler .bi-list::before, .navbar-toggler .bi-x::before {
        color: #000;
        font-size: 32px;
    }

    .navbar-toggler.collapsed .close-icon {
        display: none;
    }

    .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
        display: none;
    }

    .py-1 {
        color: #000;
        padding: 0 !important;
        font-size: 22px;
    }

    .navbar-expand-lg .navbar-nav .nav-item {
        padding-left: 16px !important;
        padding-right: 60px;
    }

    .noshow-mob {
        display: none;
    }

    .mob-only {
        display: block;
    }

        .mob-only a img {
            margin-right: 16px;
        }
    /** Home Carousel**/

    #home-carousel {
        width: 100%;
        height: 420px;
        margin-top: 24px;
    }

        #home-carousel .carousel-inner {
            height: 375px;
        }

        #home-carousel .product-section-btm, #home-carousel .product-section-center {
            font-size: 24px;
            text-align: center;
        }

            #home-carousel .product-section-btm .btn-org, #home-carousel .product-section-center .btn-org {
                float: none;
                display: inline-block;
                overflow: auto;
                margin: 24px auto;
                width: 90%;
            }

        #home-carousel .product-section-center {
            width: 90%;
            padding: 21px 8px;
            height: auto;
            bottom: auto;
            top: 16px;
        }


    .encuentra-job .round-corner {
        width: 100%;
    }

    .product {
        position: relative;
    }

        .product .btn-pre, .product .btn-next {
            top: 45%;
        }

    .sizeBox {
        width: 95%;
        float: none;
        display: block;
    }

    .jobst-setion .round-corner {
        width: 100%;
        margin: 0 0 32px;
    }

    .item{
        width:100%;
    }
    /****** Rating css******/
    .rating {
        height: auto;
        width: 100%;
        overflow:hidden;
      
    }

        .rating .carousel {
            width: 100%;
            background: #fff;
        }

    .rating-left, .rating-right {
        width: 100%;
        height:auto;
        box-shadow:none;
    }

    .rating .rating-right .rating-box {
        width: 100%;
    }

    /**** Productos-JOBST *******/

    .product-mob {
        position: relative;
    }

    .Productos-JOBST {
        margin-top: 0;
    }

        .Productos-JOBST .item {
            width: 100%;
        }

            .Productos-JOBST .item:last-child {
                display: block;
            }

    .item .imgTitle img {
        height: auto;
    }

    .brand-site {
        border: 0;
        background: #fff;
        border-radius: 0 0 28px 0;
    }

        .brand-site li a.nav-link {
            border: none !important;
            padding: 20px 16px;
            background:none !important;
          
        }
    /*********************/
    .product-tab {
        margin-bottom: 32px;
    }

        .product-tab li, .product ul.brand-site li {
            width: 100%;
            margin: 0;
            display: none;
            position: relative;
        }

            .product-tab li a:hover, .product-tab li a.active {
                border-bottom: 0px solid #EE5340;
                color: #EE5340;
                font-weight: bold;
                text-decoration: none;
            }


            .product-tab li.show-li, .product ul.brand-site li.show-li {
                display: block;
            }

            .product-tab li a {
                padding: 16px 24px 16px;
            }


    .select-category {
        position: relative;
        width: 25px;
        height: 25px;
        z-index: 99999;
        right: -90%;
        top: 38px;
    }

        .select-category span, span.show-down {
            height: 24px;
            width: 20px;
            z-index: 99999;
            position: absolute;
            /* background: aquamarine; */
            cursor: pointer;
        }

            .select-category span:before, .select-category span.active:before {
                color: #EE5340;
                content: '\f107'; /* You should use \ and not /*/
                font-family: "FontAwesome"; /* This is the correct font-family*/
                font-style: normal;
                font-size: 32px;
            }

            .select-category span.active:before {
                content: '\f106'; /* You should use \ and not /*/
            }

    .product-tab li.show , .product ul.brand-site li.show{
        display: block;
    }

        .product-tab li.show span {
            display: block;
        }

    .product-tab li span.arrow-down:before, .product-tab li span.arrow-down:after {
        background: #EE5340;
    }

    .product-tab li.show-subscriber {
        display: block;
    }



    /********************/

    .product-filter {
        padding: 16px 24px;
    }

    .product-list {
        display: block;
        width: 100%;
        margin-top: 32px;
    }

        .product-list .item {
            width: 100%;
            margin-bottom: 24px;
        }


    .dropdown-filter {
        display: none;
    }

    .show-drop {
        display: block;
    }

    .product-filter span.show-text {
        color: #4A4A49;
        font-weight: normal;
        font-size: 24px;
        line-height: 1.2;
    }

    .product-filter span.hide-text {
        display: none;
    }

    .product-filter span.show-filter {
        height: 24px;
        width: 20px;
        z-index: 99999;
        position: absolute;
        right: 40px;
        /* background: aquamarine; */
        top: 10px;
        cursor: pointer;
    }


        .product-filter span.show-filter:before, .product-filter span.active:before {
            color: #EE5340;
            content: '\f107'; /* You should use \ and not /*/
            font-family: "FontAwesome"; /* This is the correct font-family*/
            font-style: normal;
            font-size: 32px;
        }

    .product-filter span.active:before {
        content: '\f106'; /* You should use \ and not /*/
    }

    /********************************/


    .product-details #FeatureBigImage{
        width:100%;
        height:auto;
    }

    .product-discript{
        margin-top:32px;
    }

        .product-discript h1     {           
            margin-bottom: 50px;
        }

    .social-link{right:0;}

    .product-discript .product-type .sizeBox {
        width: auto;
        min-width: inherit;
        float: left;
        padding: 15px 32px 15px 5px;
        font-size: 12px;
        min-height: inherit;
    }

        .product-discript .product-type .sizeBox p{font-size:12px;}

        .product-discript .product-type .sizeBox img {
            width: auto;
            height: auto;
            margin: 5px 0;
            display: block;
        }

        .product-discript .product-type .sizeBox .color-cir {
            display: block;
            margin: 16px 0 0 0;          
        }

    .product-discript #ProductColor .sizeBox {
        padding: 15px 32px 15px 5px;
    }

    /***** subscribe ******** */
    .subscribe .form-group {
        margin-right: 0;
    }

    .subscribe h4 {
        font-size: 22px;
    }

    .subscribe .input-control {
        width: 100%;
        margin-left: 0;
        margin-bottom:10px;
    }

    .check-block .checkbox {
        width: auto;
    }


    .hide-subscriber {
        display: none;
    }

    .show-subscriber {
        display: block;
        margin-top: 24px;
    }

    .registrarte, .check-block {
        margin-left: 0;
    }

    .subscribe .btn-white {
        width: 100%;
    }

    .arrow-down {
        width: 100%;
        height: 100%;
        position: absolute;
        top: -30px;
        right: 0;
    }

        .arrow-down.active {
            background: none;
        }

        .arrow-down:before, .arrow-down:after {
            content: "";
            display: block;
            width: 20px;
            height: 5px;
            background: white;
            position: absolute;
            top: 20px;
            transition: transform .5s;
        }

        .arrow-down:before {
            right: 21px;
            border-top-left-radius: 10px;
            border-bottom-left-radius: 10px;
            transform: rotate(45deg);
        }

        .arrow-down:after {
            right: 10px;
            transform: rotate(-45deg);
        }

        .arrow-down.active:before {
            transform: rotate(-45deg);
        }

        .arrow-down.active:after {
            transform: rotate(45deg);
        }

    .delivery-pross {
        padding-left: 15px;
        padding-right: 15px;
    }

    /******* footer **********/
    .footer .pd-V-30 {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }

        .footer .pd-V-30 .col-lg-6 {
            width: 30%;
        }

            .footer .pd-V-30 .col-lg-6:last-child {
                width: 70%;
            }

    .foo-nav {
        display: none
    }

    .open-foo-nav {
        display: block;
        margin-top: 35px;
        position: relative;
        z-index: 5;
    }

    .footer-link .links {
        width: 100%;
        border: 0;
        border-bottom: 1px solid rgba(0,0,0,0.23);
        padding: 24px 0;
        min-height: inherit;
    }

    a.foo-link-head {
        margin-bottom: 0;
    }

    .footer-link .col-lg-3:last-child .links {
        width: 100%;
    }

    .links .arrow-down {
        right: 10px;
        top: 20px;
    }

        .links .arrow-down:before, .links .arrow-down:after {
            width: 15px;
            height: 1px;
            background: #4A4A49;
        }

    /******** FAQ PAGE mobile CSS below*********/

    .Faq {
        margin: 40px 0;
        position: relative;
    }

    .faq-banner {
        margin-top: 32px;
        height: 241px;
        position: relative;
        border-radius: 0 0 38px 0;
    }

        .faq-banner .search-faq {
            width: 100%;
            left: 0;
            /* position: relative; */
            top: auto;
            bottom: 0;
            height: 151px;
            padding-top: 20px;
            border-radius: 0;
            padding: 20px 16px 0;
        }

            .faq-banner .search-faq a.btn-wht {
                width: 100%;
                margin: 0;
                min-width: auto;
            }

    .nav-tabs {
        display: block;
    }

    .Faq a.nav-item {
        width: 100%;
    }

    .round-corner {
        width: 100%;
        margin-top: 24px;
    }

    .rating-right .rating-box span {       
        right: 24px;
        bottom:8px;
    }

    .Faq .nav-tabs .nav-link.active {
        color: #495057;
        background: #fff !important;
        border-color: #dee2e6 #dee2e6 #fff;
    }

    .Faq .nav-tabs .nav-link.currentab {
        background-color: rgba(74,74,73,0.1) !important;
    }

    .umb-grid .grid-section .column iframe{width:100%;}

    .desktop-banner-faq{display:none;}
    .mobile-banner-faq {
        display: block;
    }
    .mobile-banner-faq .faq-banner img{
        width:100%;
        height:240px;
    }
    .newbtn-serch {
        margin-top: 0px;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .header-right-wapper {
        padding-top: 0;
        float: left;
        vertical-align: top;
        margin-right: 40px;
        margin-top: 18px;
        width: 100px;
    }

    .btn-searchbox-mob {
        display: inline-block;
        margin-left: 5%;
        margin-top: 20px;
        float: left;
        width: 42%;
        text-align: right;
    }

    .Productos-JOBST .item {
        width:49%;
    }

    .product-list .item .imgTitle{
        width:40%;
        float:left;
    }

    .product-list .item .imgText {
        width: 60%;
        float: left;
        padding-top:32px;
    }

        .product-list .item .imgText h3{height:70px;}
        .product-list .item .imgText p {min-height: 90px;}

    .product-details .Productos-JOBST .item {
        width: 100%;
    }
        
    .product-details .item .imgTitle {
        width: 40%;
        float: left;
    }
    .product-details .item .imgText {
        width: 60%;
        float: left;
        padding-top: 32px;
    }

    .rating .rating-right .rating-box {
        width: 49%;
    }
 }

/*Product Profiler CSS*/
@media only screen and (max-width: 657px) {
    .profilerContainer {
        padding: 0px 8px 0px 8px;
    }

    .profilerHeader h2 {
        margin-top: 40px;
        font-size: 18px;
        line-height: 22px;
    }

    .numberQuestion {
        font-size: 14px;
        line-height: 18px;
        padding: 10px 0px;
    }

    .profileSection h3 {
        font-size: 22px;
        line-height: 24px;
    }

    .formContainer {
        padding: 0px 32px;
    }

        .formContainer div {
            width: 100%;
            margin-top: 4px;
            margin-bottom: 0px;
            margin-right: 0px;
            font-size: 0px;
            display: inline-block;
        }

    .buttonContainer .ButtonPrev {
        margin-top: 30px;
    }

    /* .buttonContainer {
        flex-direction: column;
    } */

    .buttonContainer div {
        width: 100%;
        height: 56px;
        margin-top: 20px;
    }

            .buttonContainer div:nth-child(2) {
                margin-top: 24px;
            }


    .profilerWrapper .owl-carousel .owl-item img {
        display: block;
        width: auto;
    }

    .profilerWrapper .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
        display: block;
    }

    .productsshowmobile .item {
        width: 100%;
        height: auto;
    }

    .formContainer .item {
        width: 92%;
        margin-bottom: 16px;
    }

    .formContainer .owl-theme .owl-nav .disabled {
        opacity: .0;
    }

    .buttonContainer {
        width: 100%;
        margin: 0 auto;
        display: block;
    }

    .profilerWrapper .owl-carousel .owl-nav button.owl-next {
        right: -10px;
        background: url(https://jobstmx.vteximg.com.br/arquivos/Next_mov_dev.png);
        height: 32px;
        width: 32px;
    }

        .profilerWrapper .owl-carousel .owl-nav button.owl-next span {
            display: none;
        }

    .profilerWrapper .owl-carousel .owl-nav button.owl-prev span {
        display: none;
    }

   



    .profilerWrapper .owl-carousel .owl-stage {
        padding-left: 2px !important;
    }

   

    .profilerWrapper .owl-carousel .owl-nav button.owl-prev {
        height: 32px;
        width: 32px;
        border: none;
        border-radius: 30px;
        position: absolute;
        top: 41%;
        left: -40px;
        color: #fff;
        font-size: 24px;
        line-height: 16px;
        background-image: url(https://jobstmx.vteximg.com.br/arquivos/Next_mov_dev.png);
        transform: rotate(178deg);
    }


    .formContainer button {
        box-shadow: none;
    }

    .formContainer .owl-theme .owl-dots .owl-dot span {
        width: 16px;
        height: 16px;
    }

    .productsshowmobile .owl-carousel .owl-nav button.owl-next {
        right: -16px;
    }

    .productsshowmobile .owl-carousel .owl-nav button.owl-prev {
        left: -20px;
    }


    .productsshowmobile  .owl-theme .owl-nav .disabled {
        opacity: 0;
        cursor: default;
    }

    .slidretwobtn {
        margin-top: 35px;
        left: 50px;
        width: 60% !important;
    }

    .profilerContainer .profilerError {
        text-align: center;
        padding: 10px 0px;
    }

    .formContainer .headingofprouct {
        font-size: 28px !important;
    }

}

@media screen and (max-width:380px) {
    .btn-searchbox-mob {
        width: auto;
    }

    .header-right-wapper {
        width: auto;
    }

    .header-top a{
        margin-right:0;
    }
}
