/* **********************************************************
*************************************************************
*********************** Estilos viejos **********************
*************************************************************
*************************************************************
************************************************************* */

.stillYellow {
    max-width: 100% !important;
}

#description h6+ul {
    height: 205px;
    overflow: hidden;
    transition: height .2s;
}

#moreLess {
    margin-left: 30px;
    font-size: 15px;
    color: blue;
    font-weight: 700;
}

.info ul {
    padding-left: 15px;
}

.brandModelInfo span {
    padding: 0 20px 0 0;
    vertical-align: middle;
}

.row-header {
    float: left;
    width: 100%;
    /*border-bottom: 1px solid #999;*/
    padding: 0;
    position: relative;
}

.row-header__title {
    float: left;
    margin: 0;
    padding-bottom: 3px;
    margin-bottom: -4px;
}

.row-header__text {
    float: left;
    color: #000;
    /*border-bottom: 4px solid #FF0000;*/
    font-weight: 500;
    margin-bottom: 0;
}

.slick-t .slick-slide {
    border: 1px solid #ccc;
    margin-bottom: 5px;
}

.slick-thumbs {
    width: 350px;
    height: 90px;
    margin: 0 auto;
}

.slick-thumbs img {
    border: 1px solid #EEE;
    border-radius: 8px;
    margin: 5px;
    padding: 0;
}

.slick-thumbs img.selected {
    border: 1px solid #000;
}

.slick-thumbs .slick-current {
    background-color: #FFF;
}

.slick-thumbs .slick-list.draggable {
    padding: 0px !important;
    height: auto !important;
}

.slick-thumbs .slick-track {
    height: auto !important;
}


html {
    scroll-behavior: smooth;
}

@keyframes goDown {
    0% {
        bottom: 0px;
    }

    50% {
        bottom: 10px;
    }

    100% {
        bottom: 0px;
    }
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 0;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 0;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 0;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 0;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #000000;
    background: #000000;
}

/*#description h4 {display:none;}*/
#description h3 {
    font-size: 18px;
    padding: 15px 10px;
    font-weight: 700;
    border-bottom: 1px solid #eee;
}

#description ul {
    margin: 14px;
}

#description li {
    line-height: 22px;
}

#tabs-3 img {
    background-image: url(https://ferreteriavidri.com/public/images/bar.png);
    background-position: 100% 0;
    background-repeat: no-repeat;
    margin: 0 10px 0 5px;
}

.rating_bar {
    /*this class creats 5 stars bar with empty stars */
    /*each star is 16 px, it means 5 stars will make 80px together */
    width: 120px;
    /*height of empty star*/
    height: 27px;
    /*background image with stars */
    background: url(https://ferreteriavidri.com/public/images/stars_05.png);
    /*which will be repeated horizontally */
    background-repeat: repeat-x;
    /* as we are using sprite image, we need to position it to use right star, 
//0 0 is for empty */
    background-position: 0 0;
    /* align inner div to the left */
    text-align: left;
    /*display: block;*/
    float: left;
}

.rating {
    /* height of full star is the same, we won't specify width here */
    height: 27px;
    /* background image with stars */
    background: url(https://ferreteriavidri.com/public/images/stars_05.png);
    /* now we will position background image to use 16px from top, 
//which means use full stars */
    background-position: 0 -28px;
    /* and repeat them horizontally */
    background-repeat: repeat-x;
}

.productImage_large {
    width: calc(100% - 400px);
    height: auto;
    float: left;
    position: relative;
    /*padding-left:15px;*/
}

.info {
    width: 385px;
    min-height: 400px;
    float: left;
    padding-left: 15px;
}

.productCTA {
    width: 350px;
    float: left;
    border: 1px solid rgb(218, 218, 218);
    padding: 32px 24px 24px;
    border-radius: 8px;
}

@media screen and (max-width: 1920px) {
    .productImage_large {
        width: calc(100% - 450px);
        height: auto;
        float: left;
        /*padding-left:15px;*/
    }

    .info {
        width: 385px;
        min-height: 400px;
        float: left;
        padding-left: 15px;
    }

    .productCTA {
        width: 400px;
        float: left;
        border: 1px solid rgb(218, 218, 218);
        padding: 32px 24px 24px;
        border-radius: 8px;
    }
}



button.slick-prev:focus,
button.slick-next:focus,
button.slick-prev:hover,
button.slick-next:hover {
    color: #636363;
}

button.slick-prev:before,
button.slick-next:before {
    content: "";
}

button.slick-next {
    left: auto;
    right: -6px;
}

button.slick-prev {
    left: -40px;
}

button.slick-next {
    right: -40px;
}

#progressbar {
    width: 40%;
    background-color: #EEE;
    border-radius: 2px;
    padding: 2px;
}

#progressbar>div {
    background-color: #FED813;
    width: 50%;
    height: 4px;
    border-radius: 2px;
}

.modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    z-index: 99;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.modal__overlay .lds-ellipsis div {
    background-color: #fff
}

.modal__overlay--show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.modal__load--hide {
    display: none
}

.modal__window {
    position: relative;
    padding: 10px;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.modal__window--show {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.modal__window--show .modal__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.modal__window--showAvailability {
    width: 450px;
    height: 550px;
    background-color: #fff;
    border: #ccc solid 1px
}

.modal__close {
    display: none;
    font-size: 16px;
    width: 30px;
    height: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    border-radius: 50%;
    border: #ccc solid 1px;
    top: -15px;
    right: -15px;
    padding: 6px;
    background-color: #fff;
    cursor: pointer;
    color: #000;
}

.availability {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.availability__title {
    color: #333;
    font-size: 1.5em;
    border-bottom: 1px solid #333;
    font-weight: 700;
    margin: 10px 0
}

.availability__body,
.availability__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.availability__header {
    background-color: #dedede;
    padding: 10px;
    text-align: center;
    font-weight: 700;
    font-size: 1.2em
}

.availability__body {
    border-bottom: 1px dotted #ccc;
    padding: 5px;
    font-size: 1.1em;
    flex-direction: initial;
}

.availability__body:hover {
    background-color: #f3f3f3
}

.availability__left {
    width: 80%
}

.availability__rigth {
    width: 20%;
    text-align: center
}

.stillContainer {
    width: 150px;
    height: 7px;
    margin-bottom: 30px;
    display: block;
}

.stillGray {
    width: 100%;
    height: 100%;
    background-color: #EEEEEE;
    padding: 2px;
    border-radius: 0;
}

.stillYellow {
    background-color: black;
    height: 100%;
    border-radius: 0;
}

.stillText {
    font-size: 0.85em;
    margin-top: 2px;
    font-weight: 500;
    margin-left: 5px;
    text-align: center;
}

.ca-button {
    bottom: 230px !important;
}



.buttonBg {
    width: 100%;
    height: 40px;
    display: flex;
    border: none;
    position: relative;
}

.buttonAddToCart {
    background: #f00;
    width: 85%;
    display: flex;
    border: none;
    color: #fff;
    font-size: 12px;
    border-radius: 5px;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
    margin-left: 7px;
}

.selectedContainer {
    width: 15%;
    height: auto;
    display: flex;
}

.selectOption {
    width: 60px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 5px;
    transition: fade 0.3s;
    display: flex;
    text-align: center;
}


.inputOption {
    width: 55px;
    height: 35px;
    border: 1px solid #ccc;
    border-radius: 5px;
    transition: fade 0.3s;
    outline: none;
    text-align: center;
    color: #000;
    display: none;
}

.addtoCart__FooterTitle {
    color: #000000;
    letter-spacing: 0.6px;
    font-family: commuters-sans, sans-serif !important;
    font-size: 18px;
    font-weight: 300;
    border-bottom: 3px solid red;
    text-transform: capitalize !important;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.addtoCart__Footer {
    font-size: 12px;
    color: #000000;
    letter-spacing: 0.6px;
    font-family: commuters-sans, sans-serif !important;
    font-weight: 400;
    text-transform: uppercase;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 15px;
}

.addtoCart__Footer .Footer__Products {
    font-size: 12px;
    color: #000000;
    letter-spacing: 0.6px;
    font-family: commuters-sans, sans-serif !important;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    box-sizing: border-box;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    margin-bottom: 10px;
    width: 80%;
    height: auto;
    display: block;
}

p.addtoCart__FooterTitle {
    margin-block-start: 0em !important;
}

.addtoCart__Footer .Footer__ProductsImg {
    width: 100px;
    height: 100px;
}

#collage {
    border: 0;
    padding: 0;
    margin: 0;
}

.cd-breadcrumb.custom-separator li::after,
.cd-multi-steps.custom-separator li::after {
    width: 4px;
}

@media only screen and (min-width: 768px) {

    .cd-breadcrumb li>*,
    .cd-multi-steps li>* {
        font-size: 11px;
    }
}

@import url("https://use.typekit.net/rtj7wgb.css");

body {
    font-family: commuters-sans, sans-serif;
    font-weight: normal;
}

.slick-dots li img:nth-child(1) {
    display: block;
}

.slick-dots li img:nth-child(2) {
    display: none;
}

.slick-dots li.slick-active img:nth-child(1) {
    display: none;
}

.slick-dots li.slick-active img:nth-child(2) {
    display: block;
}

/* Nosto temporal */
#productpage-nosto-1>div>ul>div>div>li>a>div>img.nosto-main-image {
    border-radius: 15px;
}

#productpage-nosto-1>div>ul>div>div>li>a>div {
    display: flex !important;
    justify-content: center;
}

#productpage-nosto-1 .nosto-product-name {
    text-transform: lowercase;
}

#productpage-nosto-1 .nosto-product-name:first-letter {
    text-transform: uppercase;
}

.nosto-main.image {
    width: 100%;
    max-width: 200px;
}

.btn-addToCart {
    padding: 10px !important;
}

.nostoBundle__totalField {
    height: 100% !important;
}

.nosto-checkbox:before {
    background: none !important;
}

.nosto-bundle-template-1 {
    margin-top: 20px !important;
}

/* #dynamic-productpage-nosto-1 {
background: rgb(249, 249, 249) !important;
} */
.nostoBundle__totalField p {
    padding-top: 20px !important;
}

.nostoBundle__totalField h2 {
    margin-top: 20px !important;
}

.nosto-bundle-template-1 .ca-item {
    min-height: auto !important;
}

.nosto-bundle-template-1 .row-header__text {
    font-weight: 500;
}

.nosto-bundle-template-1 ul {
    font-size: 12px;
}

.ca-item {
    min-height: 305px !important;
    background-color: #FFF;
    box-shadow: rgb(0 0 0 / 8%) 0px 2px 4px 0px;
    border: 1px solid rgb(238, 238, 238);
    transition: box-shadow 275ms cubic-bezier(0.46, 0.03, 0.52, 0.96) 0s;
}


/* **********************************************************
*************************************************************
******************** Fin Estilos viejos *********************
*************************************************************
*************************************************************
************************************************************* */

*{
    font-family: Work-Sans;
}

.infoKit-mainContainer{
    width: 25%;
    border: 1px solid #d3d3d3;
    padding: 30px 40px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    height: fit-content;
}

.infoKit-kitId{
    border: 1px solid #d3d3d3;
    display: initial;
    padding: 5px;
    border-radius: 5px;
    font-weight: 700;
    width: fit-content;
}

.infoKit-kitName{
    font-size: 22px;
    font-weight: 500;
}

.infoKit-price{
    font-size: 25px;
    font-weight: 600;
    color: #0263b5;
}

.infoKit-priceAndQty{
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.rating_bar_articles{
    width: 110px;
    height: 25px;
    background-image: url(https://ferreteriavidri.com/public/images/stars_052.png)!important;
    background-repeat: repeat-x;
    background-position: 0 0;
    text-align: left;
    float: left;
    background-size: contain;
}

.rating_articles {
    height: 25px!important;
    background-image: url(https://ferreteriavidri.com/public/images/stars_053.png)!important;
    background-position: 0 0!important;
    background-repeat: repeat-x!important;
    background-size: contain;
}

.infoKit-availabilityNum{
    
    color: #f00;
    padding: 7px 7px 7px 6px;
    border-radius: 4px;
    font-size: 13px;
}

.infoKit-availability{
    font-size: 13px;
    color: #3aae38;
    margin: 15px 0px;
}

.infoKit-few{
    background: #fff2f3;
    border-radius: 5px;

}

.infoKit-few-text{
    color: #f00;
}

.infoKit-many{
 background-color: #3aae38;   
 color: #fff;
}

.infoKit-many-text{
    color:#3aae38; 
}

.infoKit-skuAndModel{
    display: flex;
    gap: 10px;
    font-size: 13px;
    font-weight: 700;
}

.infoKit-model::before{
    content: '|';
    margin-right: 10px;
}

.infoKit-regSave{
    /* margin: 10px 0px; */
    font-size: 13px;
    line-height: 20px;
}

.info-kit-save-decoration{
    text-decoration: line-through;
}

.infoKit-ribbon{
    color: #ff0000;
}

.infoKit-addDisp{
    display: flex;
    justify-content: space-between;
    margin: 15px 0px;
}

.infoKit-add-to{
    padding: 10px 25px;
    background: #fbe900;
    color: #000;
    border-radius: 5px;
    font-weight: 600;
    width: 100%;
    cursor: pointer;
}

.infoKit-aval{
    padding: 10px 25px;
    background: #fff;
    color: #000;
    border-radius: 5px;
    font-weight: 600;
    border: 1px solid;
    width: 100%;
    margin-top:10px;

}

.infoKit-titleManuales{
    font-size: 13px;
    font-weight: 600;
    color: #5c5c5c;
}

.infoKit-mainImage{
    width: 500px;
    max-width: 500px;
}

.infoKit-fichasAndManual{
    display: flex;
    background: #f6f5f5;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    /* width: 100%; */
    width: fit-content;
    margin-top: 15px;
}

.infoKit-manuales{
    display: flex;
    flex-direction: column;
    width: fit-content;
    text-align: center;
    border-right: 1px solid #d0d0d0;
}

.infoKit-fichas{
    width: fit-content;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.infoKit-ficha{
    padding: 5px 10px;
    /* border-left: 1px solid #d0d0d0; */
}

.infoKit-manual{
    padding: 5px 10px;
}

.infoKit-linkIcon{
    vertical-align: bottom;
    padding: 0px 5px;
}

.infoKit-manualesFichaContainer{
    margin-top: 15px;
}

.infoKit-link{
    text-decoration: underline !important;
    text-decoration-color: #0C689B;
    color: #0C689B;
}

.guaranteBtnBase{
    background: none;
    border-bottom: 1px solid #e5e5e5;
    width: 49%;
    padding: 5px 0px;
    cursor: pointer;
}

.infoKit-guaranteeButtons{
    margin-top: 15px;
}

.btnG-active{
    border-bottom: 1px solid #0263b5;
}

.infoKit-pG{
    font-size: 11px;
    text-align: justify;
}

.infoKit-imagesContainer{
    display: flex;
    flex-direction: column;
}

.infoKit-add{
    width: 33%;
    cursor: pointer;
}

.infoKit-Disp{
    width: 65%;
}

.infoKit-childImageText{
    display: flex;
    flex-direction: row;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    padding: 5px;
    margin: 10px;
    cursor: pointer;
}

.infoKit-childImage{
    width: 90px;
}

.infoKit-childTextContainer{
    width: 75%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.infoKit-childImageContainer{
    width: 25%;
}

.infoKit-DesEspRe{
    background: #f9f9f9;
    padding: 40px;
}

.infoKit-sectionMain{
    border-bottom: 1px solid #eee;
    font-size: 20px;
    width: 100%;
    padding: 20px 30px;
}

.infoKit-desList{
    list-style: none;
}

.infoKit-accordionTitle{
    width: 100%;
    display: flex;
    cursor: pointer;
    justify-content: space-between;
}

.infoKit-arrowDown{
    float: right;
}
.infoKit-accordionPanel{
    font-size: 13px;
}

#content > div.infoKit-DesEspRe > div > ul > li > div > ul{
    list-style-type: disc;
}

#content > div.infoKit-DesEspRe > div > ul > li > div > table{
    border: 1px solid #b9b9b9;
    border-radius: 5px;
    width: fit-content !important;
    border-collapse: collapse;
}

#content > div.infoKit-DesEspRe > div > ul > li > div > table, th, td
{
    border: 1px solid #b9b9b9;
}

#content > div.infoKit-DesEspRe > div > ul > li > div > table > tbody > tr:nth-child(1) > td{
    background: #f0f0f0;
}

#content > div.infoKit-DesEspRe > div > ul > li > div > table > tbody > tr > td{
padding: 10px;
text-transform: lowercase;
}

#content > div.infoKit-DesEspRe > div > ul > li > div > table > tbody > tr > td::first-letter{
 
    text-transform: uppercase;
    }

    #formAdd_K1958 > div > div.infoKit-add > div > input[type=button]:nth-child(1){
        cursor: pointer;
    }

    #Qty{
        cursor: pointer;
    }
    #formAdd_K1958 > div > div.infoKit-add > div > input[type=button]:nth-child(3){
        cursor: pointer;
    }
.retargetingBox {
    background-color: #f9f9f9;
    padding-top: 32px;
}

body>div.retargetingBox>div>h2>span {
    display: inline-block;
    width: auto;
    padding: 0 20px;
    max-width: 860px;
    font-size: 22px;
    font-weight: 700!important;
}

.retargetingWidth {
    width: auto!important;
}

.retargetingStyleBox {
    margin: 10px;
    border: 1px solid #dddada;
    border-radius: 10px;
    text-align: center;
    width: 185px!important;
    min-height: 300px!important;
    padding: 0 10px;
    background-color: #fff;
}

.retargetingImg {
    max-height: fit-content;
    margin: 2px;
    width: 100%;
    max-width: 160px!important;
    max-height: 160px!important;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
}

.textStrong {
    font-weight: 700!important;
}

.customArrowLeft-slick {
    margin: 0;
    position: absolute;
    display: block;
    padding: 0;
    font-size: 0;
    line-height: 0;
    top: 40%;
    transform: translate(0, -50%);
    cursor: pointer;
    color: #ffe72c;
    border: none;
    outline: 0;
    background: none;
    left: -65px;
    right: -40px;
    z-index: 2;
}

.customArrowRight-slick {
    margin: 0;
    position: absolute;
    padding: 0;
    font-size: 0;
    line-height: 0;
    top: 40%;
    transform: translate(0, -50%);
    cursor: pointer;
    color: #ffe72c;
    border: none;
    outline: 0;
    background: none;
    right: -65px;
    z-index: 2;
    display: block !important;
}

.infoKit-accordionPanel > h3{
    text-transform: lowercase;
}

.infoKit-accordionPanel > h3::first-letter{
    text-transform: uppercase;
}

.infoKit-accordionPanel > h4{
    text-transform: lowercase;
}

.infoKit-accordionPanel > h4::first-letter{
    text-transform: uppercase;
}

.infoKit-accordionPanel > ul > li{
    text-transform: lowercase;
}

.infoKit-accordionPanel > ul > li::first-letter{
    text-transform: uppercase;
}