@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");

@font-face {
    font-family: 'Interstate regular';
    src: url('/font/Interstate-regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Interstate light';
    src: url('/font/Interstate-light.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Interstate bold';
    src: url('/font/Interstate-bold.ttf');
    font-weight: normal;
    font-style: normal;
}

body {
    background: #F7F7FA;
    margin: 0;
    padding: 0;
    font-family: 'Interstate regular';
}

p {
    margin: 0px;
    padding: 0;
    font-family: 'Interstate regular';
    line-height: 24px;
    font-size: 16px;
}

input {
    outline: none;
    text-indent: 12px;
}

::placeholder {
    font-family: 'Interstate regular';
    color: #4a4a49;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
}

label {
    margin: 0px;
    padding: 0;
    font-family: 'Interstate light';
    line-height: 16px;
    font-size: 13px;
    font-weight: normal;
}

input[type=text], input[type=email] {
    height: 50px;
    width: auto;
    border: 1px solid #A6A8A9;
    border-radius: 5px;
    background-color: #F9FAFB;
    font-family: 'Interstate regular';
}

input[type=checkbox], input[type=radio] {
    width: 23px;
    height: 23px;
    vertical-align: middle;
}

ul {
    padding: 0;
    margin: 0;
}

    ul li {
        list-style: none;
        padding: 0;
        margin: 0;
    }

button {
    height: auto;
    width: auto;
    padding: 5px 10px;
    border-radius: 3px;
    background-color: #0F265C;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.23);
    border: none;
    color: #fff;
}

    button:focus {
        outline: none;
    }

.btn-org {
    background-color: #EE5340;
    line-height: 1;
    padding: 20px 33px;
    border-radius: 18px;
    font-size: 16px;
    color: #fff;
}

.btn-blu {
    background-color: #0F265C;
    line-height: 1;
    padding: 20px 33px;
    border-radius: 18px;
    font-size: 16px;
    color: #fff;
}

.btn-wht {
    background-color: #fff;
    line-height: 1;
    padding: 20px 33px;
    border-radius: 18px;
    font-size: 16px;
    color: #0F265C;
}

a {
    text-decoration: none;
    font-size: 16px;
    color: #0F265C;
    cursor: pointer;
}

    a:hover {
        text-decoration: underline;
    }

hr {
    height: 3px;
    width: 100%;
    background-color: rgba(0,0,0,0.05);
    border: none;
}

.form-control:focus {
    box-shadow: none;
}

/* heading styles */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Interstate regular';
    margin: 0;
    padding: 0;
    color: #0F265C;
}

h1 {
    font-size: 40px;
    font-weight: bold;
}

h2 {
    font-size: 32px;
    font-weight: bold;
}

h3 {
    font-size: 24px;
    font-weight: bold;
}

h4 {
    font-size: 16px;
    font-weight: bold;
}


/* text styles */
.sml-text, .mid-text, .lrg-text {
    color: rgba(0,0,0,0.6);
    font-family: 'Interstate regular';
    font-weight: 600;
    letter-spacing: 0;
    line-height: 16px;
    font-size: 11px;
}

.mid-text {
    font-size: 12px;
}

.lrg-text {
    font-size: 13px;
}

.col-pd-0 {
    padding: 0
}

.col-lt-50 {
    padding-left: 50px;
}

.pdv-24 {
    padding-top: 24px;
    padding-bottom: 24px;
}

.mrt-8 {
    margin-top: 8px;
}

.mrt-12 {
    margin-top: 12px;
}

.mrt-18 {
    margin-top: 18px;
}

.mrt-24 {
    margin-top: 24px;
}

.mrt-40 {
    margin-top: 40px;
}

.mrt-80 {
    margin-top: 80px;
}

.mrb-30 {
    margin-bottom: 32px;
}

.mrb-32 {
    margin-bottom: 32px;
}

.mrb-24 {
    margin-bottom: 24px;
}

.mrb-18 {
    margin-bottom: 18px;
}

.mrb-8 {
    margin-bottom: 8px;
}

.mrb-40 {
    margin-bottom: 40px;
}

.btn-primary {
    height: 52px;
    width: 52px;
    background-color: #EE5340;
    border: none;
    border-radius: 30px;
    position: absolute;
    top: 50%;
}

.btn-next {
    left: 16px
}

.btn-pre {
    right: 16px;
}

    .btn-next .bi-chevron-left::before, .btn-pre .bi-chevron-right::before {
        font-size: 30px;
        padding-top: 5px;
    }

a.back-link {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #0F265C;
    display: inline-block;
}

/**-------- Header CSS Here ------ */
.header {
    width: 100%;
    height: 125px;
    background-color: #fff;
    display: block;
    padding-top: 0;
}

.header-top {
    height: 32px;
    width: 100%;
    background-color: #0A2047;
    padding-top: 6px;
    color: #fff;
    margin-bottom: 18px;
    font-family: 'Interstate light';
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 15px;
}

    .header-top img {
        width: 18px;
        height: 18px;
        margin-right: 8px;
    }

    .header-top a {
        font-size: 13px;
        margin-right: 45px;
        color: #fff;
    }

    .header-top .lang-top {
        text-align: right;
    }

        .header-top .lang-top .country {
            width: auto;
        }

        .header-top .lang-top .country a {
          margin-right:0;
          font-weight:bold;
        }

            .header-top .lang-top .country a:hover {
                text-decoration:none;
            }

.header-top .lang-top ul.sub {
    display: none;
    
}

.header-top .lang-top .show {
    display: block !important;
    border-radius: 0 0 16px 16px;
    background-color: #FDFDFD;
    box-shadow: 0 4px 12px 0 rgb(74 74 73 / 10%);
    border: 0;
    top: 26px;
    width: auto;
    position: absolute;
    right: -20px;
    /* text-align: left; */
    z-index: 99999;
}

        .header-top .lang-top .show li{
            padding: 10px 25px;
            text-align: left;
        }

    .header-top .lang-top .show a {
        color: #4A4A49;
        margin: 0;
    }

    .logo {
        width: auto;
        height: 53px;
        display: inline-grid;
        position: relative;
        top: 0px;
    }

    .logo a {
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 0 0 20px 0;
        text-align: right;
        padding: 1px 5px 0 0;
    }

.search-box {
    height: auto;
    width: 500px;
    display: inline-grid;
    margin-left: 70px;
}

    .search-box .form-control {
        border: 0;
        border-bottom: 1px solid #D7D9E4;
        width: 100%;
        background: none;
        border-radius: 0;
        color: #000;
        font-size: 14px;
        padding: 0;
        height: auto;
        text-indent:0;
    }

    .search-box .input-group-append {
        margin-left: 0;
        position: absolute;
        right: 1px;
        top: 1px;
        z-index: 3;
    }

    .search-box .btn-serch {
        height: auto;
        width: auto;
        border-radius: 0 !important;
        background: none;
        line-height: 1;
        padding: 0;
        box-shadow: none;
    }

.btn-back {
    display: none;
}

.header-right-wapper {
    display: inline-block;
    width: auto;
    text-align: right;
    float: right;
    padding-top: 16px;
}

.reach-us {
    display: none;
}

.my-account, .shopping-cart {
    height: auto;
    width: auto;
    display: inline-block;
}

.shopping-cart {
    margin-left: 25px;
    margin-right: 0;
}

    .my-account a, .shopping-cart a {
        width: auto;
        color: #4A4A49;
        font-size: 16px;
        font-weight: bold;
        position: relative;
    }

    .my-account img, .shopping-cart img {
        margin-left: 12px;
    }

    .shopping-cart a span {
        font-size: 12px;
        font-weight: 100;
        line-height: 1;
        position: absolute;
        top: -12px;
        right: 5px;
    }

.reach-us a.mr-lt {
    margin-left: 86px;
}

.btn-searchbox-mob {
    display: none;
}

#autocompleteResultsHeader, #autocompleteResultsCatalog {
    z-index: 16;
    background: #fff;
    padding: 16px;
    border-radius: 0 0 0 18px;
}

    #autocompleteResultsHeader ul li, #autocompleteResultsCatalog ul li {
        padding: 8px 0;
    }

        #autocompleteResultsHeader ul li a, #autocompleteResultsCatalog ul li a {
            font-size: 16px;
            line-height: 24px;
        }
/**-------- Header CSS End ------ */

/**-------- TopNavBar CSS start ------ */
.topNav {
    width: 100%;
    height: 60px;
    background-color: #fff;
    margin-bottom: 32px;
}

    .topNav .navbar {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }

.navbar-nav {
    width: 100%;
}

.navbar-expand-lg .navbar-nav .nav-item {
    min-width:initial;
    padding-right: 5%;
    position: relative;
}

.menucount .navbar-nav .nav-item

{
    min-width: initial;
}

.navbar-expand-lg .navbar-nav .nav-item:first-child {
    margin-left: 0;
    padding-left: 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #4A4A49;
    font-family: 'Interstate regular';
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px;
    padding-left: 0;
    padding-right: 0;
}

    .navbar-expand-lg .navbar-nav .nav-link:hover {
        color:#EE5340;
    }


    .dropdown-toggle::after {
        display: none;
    }
.dropdown-menu {
    border-radius: 0 0 16px 16px;
    background-color: #FDFDFD;
    box-shadow: 0 4px 12px 0 rgba(74,74,73,0.1);
    border: 0;
    top:50px;
}

.dropdown-item {
    color: #4A4A49;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom:24px;
}

    .dropdown-item:hover {
        color: #0F265C;
    }

.mob-only {
    display: none;
}

/**-------- TopNavBar CSS End ------ */
/**-------- Carousel CSS  ------ */
#home-carousel {
    width: 1108px;
    height: 470px;
    display: block;
    clear: both;
    margin: 0 auto;
}

    #home-carousel .carousel-inner {
        height: 400px;
        border: 1px;
        border-radius: 0 0 68px 0;
        background-color: #FFFFFF;
        box-shadow: 0 4px 12px 0 rgba(74,74,73,0.1);
    }

        #home-carousel .carousel-inner img {
            width: 100%;
            height: 400px;
        }

    #home-carousel .product-section-btm {
        position: absolute;
        background: #fff;
        width: 100%;
        height: auto;
        padding: 24px 45px 24px 24px;
        font-size: 40px;
        font-weight: bold;
        text-align: left;
        color: #EE5340;
        left: 0;
        bottom: 0;
    }

        #home-carousel .product-section-btm .btn-org {
            float: right;
        }

    #home-carousel .product-section-center {
        position: absolute;
        background: #009BAC;
        width: 488px;
        height: 299px;
        padding: 24px 45px 24px 24px;
        font-size: 40px;
        font-weight: bold;
        text-align: left;
        color: #fff;
        left: 20px;
        top: 50px;
        border-radius: 0 0 68px 0;
    }

        #home-carousel .product-section-center .btn-white {
            background-color: #fff;
            padding: 16px 46px;
            border-radius: 18px;
            font-size: 16px;
            color: #0F265C;
            float: left;
            font-weight: bold;
            margin-top: 35px;
        }

.carousel-indicators li {
    height: 16px;
    width: 16px;
    background-color: #0F265C;
    border-radius: 50px;
    border: 1px solid #D7D9E4;
}
/**-------- Carousel CSS  end ------ */

/** reuseable CSS comp*******/


.round-corner {
    width: 32%;
    height: 410px;
    float: left;
    position: relative;
    border: 1px;
    border-radius: 0 0 48px 0;
    background-color: #FFFFFF;
    box-shadow: 0 4px 12px 0 rgba(74,74,73,0.1);
    margin-right: 2%;
    vertical-align: top;
    overflow: hidden;
}

    .round-corner:last-child {
        margin-right: 0px;
    }

    .round-corner img {
        max-width: 100%;
        height: 100%;
    }

.item {
    width: 23.5%;
    border-radius: 0 0 38px 0;
    background-color: #FFFFFF;
    box-shadow: 0 4px 12px 0 rgba(74,74,73,0.1);
    float: left;
    margin-right: 2%;
    vertical-align: top;
    position:relative;
}

    .item:last-child {
        margin-right: 0px;
    }

    .item .imgTitle {
        position: relative;
        border-radius: 0 0 18px 18px;
        background-color: #FFFFFF;
        box-shadow: 0 4px 12px 0 rgba(74,74,73,0.1);
        text-align: center;
        padding: 12px 20px 0 20px;
        margin-bottom: 12px;
    }

        .item .imgTitle img {
            height: 156px;
            width: auto;
        }

    .item .imgText {
        padding-left: 16px;
        padding-right: 16px;
        height: auto;
    }

    .item h3 {
        color: #0F265C;
        text-transform: uppercase;
        line-height: 32px;
        margin-bottom: 4px;
        height: 66px;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 20px;
    }

    .item p {
        min-height: 120px;
        text-overflow: ellipsis;
        display: block;
        overflow: hidden;
    }

    .item .desde {
        font-family: 'Interstate light';
        color: #4A4A49;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 16px;
        margin-top: 12px;
        margin-bottom: 12px;
    }

        .item .desde span {
            margin-left: 8px;
        }

            .item .desde span.amount {
                color: #EE5340;
                font-size: 18px;
                font-weight: bold;
                line-height: 24px;
            }

    .item .btn-org {
        width: 100%;
        margin-bottom: 24px;
    }

/** useable CSS comp end*******/

.encuentra-job {
    display: block;
    clear: both;
}

.text-box {
    z-index: 1;
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255,255,255,0.29) 79.17%, rgba(255,255,255,0) 100%);
    box-shadow: 0 4px 12px 0 rgba(74,74,73,0.1);
    padding: 30px 24px;
}

.jobst-setion .text-box {
    background-color: #fff;
}
/******************/
.enalas-size {
    display: block;
    clear: both;
    overflow: auto;
}

.sizeBox {
    width: 259px;
    height: auto;
    float: left;
    display: inline-block;
    position: relative;
    border: 1px;
    border-radius: 0 0 28px 0;
    margin-right: 24px;
    vertical-align: top;
    padding: 15px 24px;
    color: #fff;
    background-color: #fff;
}

    .sizeBox h2 {
        color: #FFFFFF;
    }

    .sizeBox p {
        color: #FFFFFF;
        font-size: 24px;
        line-height: 32px;
        margin-top: 10px;
    }

.lgreen {
    background-color: #00AADB;
}

.blue {
    background-color: #008675;
}

.dgreen {
    background-color: #009BAC;
}

.purple {
    background-color: #470A68;
    margin-right: 0;
}

    .lgreen p, .blue p, .dgreen p, .purple p {
        color: #fff;
    }
/***************************************/
.delivery-pross {
    height: auto;
    width: 100%;
    background-color: #0F265C;
    padding-top: 60px;
    padding-bottom: 60px;
}

.delivery-box {
    width: 90%;
    text-align: center;
    margin: 0 auto;
}

.icon-box {
    height: auto;
    width: auto;
    border-radius: 0 0 18px 0;
    background-color: #FFFFFF;
    text-align: center;
    padding: 24px 18px;
    display: inline-block;
}

.delivery-box h2 {
    color: #FFFFFF;
    margin: 30px 0;
}

.delivery-box p {
    color: #FFFFFF;
    line-height: 24px;
}

/**-------- CSS  end ------ */

.subscribe {
    height: auto;
    width: 100%;
    background-color: #009BAC;
    padding: 62px 0;
}

    .subscribe h3, .subscribe h4 {
        color: #FFFFFF;
        font-family: 'Interstate regular';
        font-size: 28px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 34px;
    }

    .subscribe h4 {
        font-size: 23px;
        font-weight: 600;
    }


    .subscribe .input-control {
        width: 272px;
        border: 1px dashed #FFFFFF;
        border-radius: 18px;
        background-color: #FFFFFF;
        padding: 3px 2px;
        height: 56px;
        margin-left: 24px;
    }

    .subscribe .form-group {
        margin-bottom: 1rem;
        display: inline-block;
        margin-right: 28px;
    }

    .subscribe .form-check {
        display: inline-block;
        padding-left: 0;
    }

    .subscribe .btn-white {
        height: 56px;
        width: 174px;
        border-radius: 18px;
        background-color: #FFFFFF;
        color: #0F265C;
        font-size: 16px;
        font-weight: bold;
        line-height: 24px;
    }

.checkbox {
    display: inline-block;
    width: 38%;
}

    .checkbox input[type=radio] {
        height: 24px;
        width: 24px;
        border-radius: 4px;
        background-color: #FFFFFF;
    }

    .checkbox label {
        color: #FFFFFF;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 24px;
        margin-left: 12px;
        float: none;
    }

    .checkbox .form-check-input {
        position: inherit;
        margin: 0;
        vertical-align: top;
    }

.registrarte, .check-block {
    margin-left: 24px;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    margin-top: 24px;
}



.subscribe .gotoTop button {
    height: 49px;
    width: 49px;
    background-color: #EE5340;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 23%);
    border-radius: 50px;
    display: block;
    text-align: center;
    top: 54px;
    position: absolute;
    right: -106px;
    padding-top: 8px;
}

    .subscribe .gotoTop button .bi-chevron-up::before {
        content: "\f286";
        color: #fff;
        font-size: 26px;
        font-weight: bolder !important;
        /* vertical-align: unset; */
    }


/********** jobst-setion *********/

.jobst-setion {
    display: block;
    clear: both;
    margin-top: 54px;
    margin-bottom: 55px;
    position: relative;
}

    .jobst-setion .video {
        width: 100%;
    }

    .jobst-setion .right-corner {
        width: 100%;
    }



/********** rating **************/

.rating {
    height: 283px;
    width: 100%;
    border-radius: 0 0 38px 0;
    background-color: #FFFFFF;
    box-shadow: 0 4px 12px 0 rgba(74,74,73,0.1);
    color: #fff;
}

    .rating .carousel {
        width: 80%;
        margin: 0 auto;
    }

    .rating p {
        color: #0F265C;
        letter-spacing: 0;
        line-height: 24px;
    }

    .rating .star {
        display: block;
        clear: both;
        margin: 16px 0;
    }

.rating-left {
    height: 283px;
    width: 30%;
    border-radius: 0 0 38px 0;
    background-color: #0F265C;
    box-shadow: 0 4px 12px 0 rgb(74 74 73 / 10%);
    display: inline-block;
    float: left;
    padding: 40px 24px;
}

.rating .rating-left h1, .rating .rating-left p {
    color: #fff;
}

.rating-right {
    height: 283px;
    width: 70%;
    border-radius: 0 0 38px 0;
    box-shadow: 0 4px 12px 0 rgb(74 74 73 / 10%);
    display: inline-block;
    position: relative;
}

.rating .rating-right .rating-box {
    display: inline-block;
    height: auto;
    width: 49%;
    padding: 25px 33px 30px;
    vertical-align:top;
    position:relative;
}

    .rating .rating-right .rating-box p{
        height:120px;
        overflow:hidden;
    }

    .rating-right .rating-box span {
        display: block;
        color: #0F265C;
        font-size: 14px;
        letter-spacing: 0;
        line-height: 24px;
        text-align: right;
        position:absolute;
        bottom:0;
        right:0;
    }

.rating .bi-star-fill::before, .rating .bi-star-half::before {
    color: #F7CA42;
    vertical-align: unset;
    font-size: 16px;
}


/***** Productos-JOBST *******/

.Productos-JOBST {
    position: relative;
    margin-top: 20px;
    padding-bottom: 16px;
}

.type {
    display: block;
    clear: both;
    overflow: auto;
    margin: 15px 0px 18px;
    height: 42px;
}

    .type ul li {
        float: left;
        width: auto;
        margin-right: 6px;
        text-align:center;
    }

        .type ul li img {
            width: 24px;
            height: 24px;
        }

        .type ul li span {
            display: block;
            clear: both;
            font-family: 'Interstate light';
            color: #0F265C;
            font-size: 12px;
            font-weight: 300;
            letter-spacing: 0;
            line-height: 16px;
        }

            .type ul li span.no-icon {
                padding-top: 25px;
            }

.Productos-JOBST p {
    height: 70px;
}

.product .btn-next {
    left: -55px
}

.product .btn-pre {
    right: -55px
}

.pricecut {
    text-decoration: line-through;
}
/***** PopUP CSS *******/
.modal-header {
    border-bottom: 0;
}

    .modal-header .close {
        border: 0;
        box-shadow: none;
        font-size: 12px;
        color: #000;
        text-shadow: none;
        opacity: 1;
    }

.modal-body {
    margin: 0px auto 30px;
}

    .modal-body h3 {
        font-size: 18px;
        font-family: 'Interstate light';
        color: rgba(0,0,0,0.6);
    }

    .modal-body .bi-telephone-fill::before {
        color: #0F265C;
    }

.modal-m input, .modal-m textarea {
    width: 100%;
    margin-bottom: 16px;
}

.modal-m textarea {
    width: 100%;
    margin-bottom: 16px;
    height: 200px;
    border: 1px solid #A6A8A9;
    border-radius: 5px;
    background-color: #F9FAFB;
    font-family: 'Interstate regular';
   padding:12px 12px 0;
}

.modal-m input[type=checkbox] {
    position: absolute;
    left: 16px;
    width: 20px;
}

.modal-m .col-12 p {
    padding-left: 32px;
}

.modal-m .btn-org {
    min-width: 222px;
    margin: 20px auto;
    display: block;
}

.modal-m .message_box {
    margin: 0;
    text-align: center;
    width: 100%;
}


/**********  Footer CSS  *******/

.footer {
    height: auto;
    width: 100%;
    clear: both;
    background-color: #0F265C;
    color: #fff;
    font-size: 16px;
}

    .footer .pd-V-30 {
        padding-top: 36px;
        padding-bottom: 36px;
    }

.footer-link {
    height: auto;
    width: 100%;
    clear: both;
    background-color: #fff;
    padding: 45px 0;
}

    .footer-link .links {
        width: 85%;
        border-right: 1px solid rgba(0,0,0,0.1);
        min-height: 220px;
    }

    .footer-link .col-lg-3:last-child .links {
        border-right: 0px;
    }

a.foo-link-head {
    display: block;
    color: #4A4A49;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 24px;
}

.footer-link ul li {
    padding-top: 24px;
}

    .footer-link ul li:first-child {
        padding-top: 0px;
    }

    .footer-link ul li a {
        color: #4A4A49;
        font-size: 16px;
        letter-spacing: 0;
        line-height: 24px;
    }

        .footer-link ul li a span {
            display: block;
        }

        .footer-link ul li a:hover {
            color: #0F265C;
            font-weight: bold;
            text-decoration: none;
        }

        .footer-link ul li a img {
            margin-right: 16px;
        }

.footer .sml-text {
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 16px;
    color: #fff;
    font-family: 'Interstate light';
    font-weight: normal;
}

.footer .foo-note {
    margin: 30px 0 50px 0px;
}


.logo-right-img img {
    margin-right: 30px;
}

.mob-view {
    display: none;
}

.panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f106";
    padding-right: 5px;
}

.panel-title > a.collapsed:before {
    float: right !important;
    content: "\f107";
}

.panel-title > a:hover,
.panel-title > a:active,
.panel-title > a:focus {
    text-decoration: none;
}

.panel-group {
    border-bottom: 1px solid #979797;
    margin-bottom: 12px;
    padding-bottom: 20px !important
}


    .panel-group:hover {
        background-color: #F7F7FA;
        box-shadow: 0 4px 12px 0 rgba(74,74,73,0.1);
        border-bottom: 0px solid #979797;
    }

.panel-heading h3 a {
    color: #4A4A49;
    font-size: 22px;
    letter-spacing: 0;
    line-height: 32px;
    font-weight: normal;
}

.accordion-section {
    display: block;
    clear: both;
    width: 100%;
}

.Faq {
    margin: 80px 0;
}

.mobile-banner-faq{display:none;}

.Faq .nav-tabs {
    border-bottom: 0;
}

    .Faq a.nav-item {
        width: 32%;
        height: auto;
        padding: 74px 0px;
        display: inline-block;
        position: relative;
        border: 1px;
        border-radius: 0 0 38px 0;
        background-color: #FFFFFF;
        box-shadow: 0 4px 12px 0 rgb(74 74 73 / 10%);
        margin-right: 22px;
        vertical-align: top;
        overflow: hidden;
        color: #0F265C;
        font-size: 32px;
        font-weight: bold;
    }

        .Faq a.nav-item span {
            display: block;
            width: 100%;
            text-align: center;
        }

        .Faq a.nav-item img {
            display: block;
            width: 60px;
            height: 60px;
            margin: 0 auto;
        }

        .Faq a.nav-item:last-child {
            margin-right: 0;
        }

            .Faq a.nav-item:last-child img {
                width: 140px;
                height: 70px;
            }

    .Faq .nav-tabs .nav-link.active {
        color: #495057;
        background-color: rgba(74,74,73,0.1);
        border-color: #dee2e6 #dee2e6 #fff;
    }

.faq-banner {
    height: 200px;
    border: 1px;
    border-radius: 0 0 68px 0;
    background-color: #FFFFFF;
    box-shadow: 0 4px 12px 0 rgb(74 74 73 / 10%);
    overflow: hidden;
}

    .faq-banner img {
        width: 100%;
    }

    .faq-banner .search-faq {
        width: 515px;
        border-radius: 0 0 58px 0;
        background-color: #008675;
        position: absolute;
        height: 111px;
        top: 44px;
        left: 44px;
        font-size: 28px;
        color: #fff;
        padding: 18px 0 0 16px;
    }

.search-faq p {
    display: block;
    font-size: 28px;
    line-height:34px;
}

.faq-banner .search-faq a.btn-wht {
    margin-left: 16px;
    display: inline-block;
    color: #0F265C;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    text-align: center;
    min-width: 160px;
}

.accordion-section .faq-heading {
    margin-bottom: 60px;
}

.accordion-section .panel-group {
    padding-left: 30px;
}


.product-tab {
    width: 100%;
    height: auto;
    border: 1px;
    border-radius: 0 0 38px 0;
    background-color: #FFFFFF;
    box-shadow: 0 4px 12px 0 rgb(74 74 73 / 10%);
    margin-bottom: 50px;
}

    .product-tab li {
        height: auto;
        min-width: 25%;
        margin-right: 5%;
    }

        .product-tab li a {
            display: block;
            color: #4A4A49;
            font-size: 24px;
            letter-spacing: 0;
            line-height: 40px;
            padding: 29px 24px 40px;
        }

            .product-tab li a:hover, .product-tab li a.active {
                border-bottom: 3px solid #EE5340;
                color: #EE5340;
                font-weight: bold;
                text-decoration: none;
            }

.product-filter {
    width: 100%;
    padding: 30px 18px 30px 24px;
    height: auto;
    border: 1px;
    border-radius: 0 0 38px 0;
    background-color: #FFFFFF;
    box-shadow: 0 4px 12px 0 rgb(74 74 73 / 10%);
}

    .product-filter h3 {
        color: #4A4A49;
        font-weight: normal;
    }

    .product-filter h5 {
        color: #4A4A49;
        margin: 20px 0 24px;
        font-size: 18px;
        font-weight: bold;
        line-height: 24px;
    }

    .product-filter .custom-checkbox {
        color: #4A4A49;
        font-size: 16px;
        letter-spacing: 0;
        line-height: 24px;
        padding-bottom: 14px;
        position: relative;
        padding-left: 28px;
    }

        .product-filter .custom-checkbox input {
            height: 16px;
            width: 16px;
            border: 1px dashed #0F265C;
            border-radius: 4px;
            margin-right: 8px;
            vertical-align: sub;
            position: absolute;
            left: 0;
            top: 4px;
        }

.product-list {
    width: 98%;
    margin-left: 2%;
    margin-bottom: 50px;
    display: flex;
}

    .product-list .item {
        width: 32%;
    }

.product-details {
    display: block;
    margin-top: 32px;
}

    .product-details #FeatureBigImage {
        width: 416px;
        height: 416px;
    }

    .product-details .product-img .mySlides {
        display: none;
        width: 100%;
        height: 100%;
        border: 1px;
        background: #FFFFFF;
        box-shadow: 0px 4px 12px rgba(74, 74, 73, 0.1);
        border-radius: 0px 0px 68px 0px;
        overflow: hidden;
    }

    /* Hide the images by default */

    .product-details .product-img .slide-imgs {
        margin-top: 16px;
        width: 100%;
    }

        .product-details .product-img .slide-imgs .column {
            width: 58px;
            height: 58px;
            margin: 24px 13px 0 0px;
            border: 1px;
            border-radius: 0 0 20px 0;
            background-color: #FFFFFF;
            box-shadow: 0 4px 12px 0 rgb(74 74 73 / 10%);
            overflow: hidden;
        }

.product .carousel-loader img{
    width:120px;
    margin: 0 auto;

}
/* Add a pointer when hovering over the thumbnail images */
.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 100%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover,
    .next:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* Container for image text */
.caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Six columns side by side */
.column {
    float: left;
    width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
    opacity: 0.6;
}

    .active,
    .demo:hover {
        opacity: 1;
    }

.product-discript h2 {
    font-size: 36px;
    line-height: 42px;
    letter-spacing: -1px;
    margin-bottom: 8px;
}

.product-discript h3 {
    color: #EE5340;
    margin-bottom: 8px;
}

.icon-prod {
    display: block;
    width: 100%;
    margin: 27px 0 24px;
    clear: both;
    overflow: auto;
}

    .icon-prod .icon {
        width: auto;
        margin-right: 24px;
        float: left;
        font-weight: bold;
        font-size: 18px;
        line-height: 24px;
    }

        .icon-prod .icon img {
            width: 24px;
            height: 24px;
            margin-left: 12px
        }

.product-discript .product-type {
    display: block;
    clear: both;
    margin-top: 24px;
    width: 100%;
    overflow: auto;
}

    .product-discript .product-type h3 {
        color: #0F265C;
        margin-bottom: 0px;
        font-size: 20px;
    }

.product-discript .pro-detail-top {
    width: 100%;
    clear: both;
    display: block;
    margin-top: 18px;
    margin-bottom: 18px;
}

.social-link {
    width: auto;
    padding: 0px 20px;
    border-radius: 50px;
    position: absolute;
    top: 0;
    right: -25%;
    font-size: 14px;
}

    .social-link span {
        font-size: 16px;
    }

    .social-link a {
        margin: 0 1px;
        /* background: #e5e7e7; */
        border: 1px solid #efe7e7;
        border-radius: 100px;
        padding-top: 0px;
        text-align: center;
        width: 25px;
        display: inline-block;
        text-align: center;
        height: 25px;
    }

        .social-link a .fa {
            font-size: 12px;
        }

    .social-link span {
        font-size: 16px;
        display: block;
        margin-right: 0px;
    }



.product-discript span.pro-type {
    margin: 0px 24px 0px 0px;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
}

    .product-discript span.pro-type img {
        margin-left: 12px;
        width: 22px;
        height: 19px;
    }

.product-discript .product-type .sizeBox {
    width: auto;
    min-width: 142px;
    min-height: 50px;
    margin-right: 22px;
    padding: 0px 24px 0px 10px;
    text-align: left;
    border: 1px solid transparent;
    box-shadow: 0px 4px 12px rgba(74, 74, 73, 0.1);
    border-radius: 0px 0px 28px 0px;
    cursor: pointer;
}

.product-discript #ProductColor .sizeBox {
    padding: 0px 16px 0px 10px;
}

.product-discript .product-type .sizeBox img {
    width: 19px;
    height: 40px;
    margin-left: 34px;
}

.product-discript .product-type .sizeBox .color-cir {
    width: 32px;
    height: 32px;
    border-radius: 50px;
    background: #d39620;
    display: inline-block;
    margin-left: 34px;
    vertical-align: middle;
}

.product-discript .product-type .active {
    background: #f9d1cd;
    border: 1px solid #EE5340;
    color: #009BAC;
}

    .product-discript .product-type .active div p {
        color: #009BAC;
    }

.product-discript .product-type .sizeBox:last-child {
    margin-right: 0;
}

.product-discript .product-type .sizeBox {
    color: #4A4A49;
    font-size: 16px;
    line-height: 24px;
    margin-top:16px;
}

    .product-discript .product-type .sizeBox p {
        color: #fff;
        font-size: 16px;
        line-height: 24px;
        margin-top: 0px;
    }

.product-tab-section {
    width: 100%;
    clear: both;
    margin-top: 80px;
    padding-top: 60px;
    padding-bottom: 60px;
    background: #0F265C;
}

.product-details .product-tab {
    border-radius: 0;
    background-color: #FFFFFF;
    box-shadow: none;
    margin-bottom: 0;
}

    .product-details .product-tab li {
        height: auto;
        min-width: 25%;
        margin-right: 0;
        text-align: center;
    }

.product-details .tab-content {
    border-radius: 0 0 38px 0;
    background-color: #FFFFFF;
    box-shadow: 0 4px 12px 0 rgb(74 74 73 / 10%);
    padding: 50px;
}

    .product-details .tab-content h3 {
        color: #EE5340;
        margin-bottom: 18px;
    }

    .product-details .tab-content img {
        display: block;
    }

.product-details .product-tab li a {
    font-size: 22px;
    display: inline-block;
    padding: 30px 0;
}

.product-details .right-box {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 18px;
}

    .product-details .right-box span {
        width: auto;
        height: auto;
        font-weight: normal;
        color: #fff;
        border-radius: 0 0 25px 0;
        background-color: #EE5340;
        box-shadow: 0 4px 12px 0 rgb(74 74 73 / 10%);
        padding: 12px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 18px
    }

/******** OWl arousel CSS below here **********/

.owl-carousel.owl-drag .owl-item:last-child {
   margin-right:0!important;
}
    .owl-carousel.owl-drag .owl-item .round-corner {
       width:100%;
    }

.owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    display:none;
}

.owl-carousel .owl-nav button.owl-next {
    height: 35px;
    width: 35px;
    background-color: #EE5340;
    border: none;
    border-radius: 30px;
    position: absolute;
    top: 40%;
    right: 0;
    color:#fff;
    font-size:24px;
    line-height:16px;
}


.fixheighttwo {
    height: 126px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.reduceheight {
    height: 314px;
}

/*Product Profiler CSS*/
.showslides {
    width: 100% !important;
}

.profilerWrapper {
    background-color: rgb(247 247 250);
}

.profilerContainer {
    max-width: 900px;
    margin: 0px auto;
    padding: 40px 0px 0px 0px;
}



    .profilerHeader h2 {
        font-weight: normal;
        font-size: 24px;
        line-height: 32px;
        color: #0F265C;
    }

.profilerHeader .lineWhite,
.profilerHeader .lineOrange,
.profilerHeader .lineGreen {
    height: 24px;
    background: #FFFFFF;
    box-shadow: 0px 4px 12px rgba(74, 74, 73, 0.1);
    border-radius: 20px;
    margin: 20px 0px;
}

    .profilerHeader .lineOrange {
        background-color: #ee5340;
    }

   

.numberQuestion {
    margin-top: 12px;
    text-align: right;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #4A4A49;
}





.profileSection {
    display: none;
}

    .profileSection.active {
        display: block;
    }

    .profileSection h3 {
        font-weight: bold;
        font-size: 40px;
        line-height: 56px;
        letter-spacing: -1px;
        color: #0F265C;
    }

.formContainer {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

    .formContainer div {
        margin-top: 12px;
        margin-bottom: 24px;
        margin-right: 20px;
        font-size: 0px;
        display: inline-block;
    }

    .formContainer .item {
        width: 30.5%;
        border-radius: 0 0 38px 0;
        background-color: #FFFFFF;
        box-shadow: 0 4px 12px 0 rgb(74 74 73 / 10%);
        float: none;
        margin-right: 2%;
        vertical-align: top;
        position: relative;
    }

    .formContainer .headingofprouct {
        font-size: 48px !important;
        overflow: hidden;
    }

    /*.formContainer  div:nth-child(3n){
	margin-right: 0px;
}*/
    .formContainer div input {
        display: none;
        font-size: 0px;
        height: 0px;
    }

    .formContainer div label {
        width: 100%;
        height: 210px;
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        justify-content: center;
        padding: 48px 8px;
        box-shadow: 0px 4px 12px rgba(74, 74, 73, 0.1);
        border-radius: 0px 0px 38px 0px;
        background-color: #fff;
        font-size: 16px;
        cursor: pointer;
    }

        .formContainer div label img {
            max-height: 100%;
        }

    .formContainer div input:checked + label {
        background: rgba(238, 83, 64, 0.08) !important;
        border: 1px solid #EE5340;
    }

    .formContainer div label p {
        font-weight: bold;
        line-height: normal;
        text-align: center;
        letter-spacing: -1px;
    }

    .formContainer .item span p {
        min-height: 0px;
        text-overflow: ellipsis;
        display: block;
        font-size: 16px;
    }



    .formContainer div label p.nothing {
        font-weight: normal;
        font-size: 30px !important;
        line-height: normal;
        text-align: center;
        letter-spacing: -1px;
        color: #0F265C;
    }

    .formContainer div label .prevt {
        color: #009BAC;
    }

    .formContainer div label .baja {
        color: #00AADB;
    }

    .formContainer div label .media {
        color: #008F81;
    }

    .formContainer div label .alta {
        color: #470A68;
    }

    .formContainer div label span {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }



.profilerError p {
    font-size: 16px;
    color: red;
}

.buttonContainer {
    display: flex;
    justify-content: flex-end;
    width: 93%;
}

    .buttonContainer div {
        width: 208px;
        height: 56px;
        padding: 16px 4px;
        border-radius: 18px;
        font-weight: bold;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        cursor: pointer;
    }

    .buttonContainer .ButtonNext,
    .buttonContainer .ButtonSend {
        background-color: #ee5340;
        color: #FFFFFF;
    }

    .buttonContainer .ButtonPrev {
        margin-right: 24px;
        background-color: #fff;
        border: 1px solid #ee5340;
        color: #ee5340;
    }

.profiler-overlay {
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    background-color: rgba(0,0,0,0.8);
    z-index: 9999;
}

    .profiler-overlay.active {
        display: flex;
    }

.profiler-modal-wrapper {
    width: 90%;
    max-width: 494px;
    height: 340px;
    padding: 32px;
    opacity: 1;
    background: #FFFFFF;
    box-shadow: 0px 4px 12px rgba(74, 74, 73, 0.1);
    border-radius: 0px 0px 38px 0px;
}

.profiler-modal-text h2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    color: #0F265C;
}

.profiler-modal-text p {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #4A4A49;
}

.profiler-modal-button {
    width: 240px;
    height: 56px;
    margin: 60px auto 0px;
    padding: 16px 4px;
    border-radius: 18px;
    background-color: #0f265c;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
}

.formContainer .owl-carousel.owl-hidden {
    opacity: 1;
}

.productsshowmobile {
    margin-top: 10px;
}

.productsshowmobile .owl-carousel {
    display: block;
}

.profileSection .active-box {
    border: 2px solid orange;
}

.profileSection .msg {
    display: none;
}



.ButtonNext {
    display: none;
}

.profileSectionshow {
    display: block;
}

.ButtonNextshow {
    display: block;
}

.productsshowmobile .item {
    width: 100%;
    height: auto;
}


.productsshowmobile .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    /*display: block;*/
}

.productsshowmobile .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    display: block;
}


.productsshowmobile .owl-carousel .owl-nav button.owl-prev {
    height: 35px;
    width: 35px;
    background-color: #EE5340;
    border: none;
    border-radius: 30px;
    position: absolute;
    top: 40%;
    left: -50px;
    transform: rotate(180deg);
    background-image: url(https://jobstmx.vteximg.com.br/arquivos/Next_mov_dev.png);
    background-position: center;
}


    .productsshowmobile .owl-carousel .owl-nav button.owl-prev span {
        display: none;
    }

.productsshowmobile .owl-carousel .owl-nav button.owl-next {
    right: -50px;
    background-image: url(https://jobstmx.vteximg.com.br/arquivos/Next_mov_dev.png);
    background-position: center;
}

    .productsshowmobile .owl-carousel .owl-nav button.owl-next span {
        display: none;
    }

.profilerContainer .profilerError {
    color: red;
    font-weight: bold;
}

.profilerContainer .carousel-loader {
    width: 120px;
    margin: 0 auto;
}

.productsshowmobile .item .imgTitle img {
    margin: 0 auto;
}

.productsshowmobile p {
    height: 70px;
}

.slidretwobtn {
    margin-top: 50px;
    background-color: #fff0 !important;
    left: 98px;
    position:relative;
}

.formContainer input[type="checkbox"] + label,
.formContainer input[type="radio"] + label {
    margin-left: 0px;
}

.newsearch-box {
    box-shadow: none !important;
    height: 24px !important;
    border-radius: 4px !important;
    padding: 20px !important;
}

    .newsearch-box:focus {
        background: white !important;
    }

.newbtn-serch {
    margin-top: 10px;
}

.displayinlineblock {
    display: inline-block !important;
}

.footermarginreduce {
    margin-top: 0px;
}

.childpwhite p {
    color: #fff !important;
}