#product {
    font-family: "Foco", sans-serif;
}

#product.container {
    background-color: #ffffff;
    margin-top: 60px;
}

#glb-brdcrmbs {
    padding: 0 0 16px 0;
}

.row.prdctrow {
    max-width: 1217px;
    background: linear-gradient(90deg, rgba(255, 248, 235, 1) 50%, rgba(2, 0, 36, 1) 50%, rgba(255, 253, 250, 1) 50%);
}

#prdimgs {
    flex: 0 0 54%;
    width: 54%;
    box-sizing: border-box;
    border-right: 1px solid #F3F3F3;
    padding: 30px 30px 30px 15px;
    background-color: #FFF8EB;
}

#glb-brdcrmbs .row {
    padding: 0;
}

#prdimgs ul {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 20px 0 0 0;
    display: flex;
    order: 0;
}

#prdimgs ul img {
    cursor: pointer;
}

#prdimgs ul.thumbnails li {
    margin-right: 10px;
}

#prdimgs .cvr {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    text-align: center;
    order: 1;
    position: relative;
}

.free-shipping {
    display: flex;
    align-items: center;
    background-color: green;
    position: absolute;
    top: 0;
    left: 20%;
    padding: 7px 15px;
}

.free-shipping span {
    font-size: 12px;
    color: white;
    margin-left: 11px;
}

#prdimgs .cvr img {
    max-width: 100%;
    cursor: pointer;
}

#prdinf {
    flex: 0 0 46%;
    width: 46%;
    position: relative;
    padding: 30px 25px 80px 60px;
    box-sizing: border-box;
    background-color: #FFFDFA;
}

#prdinf .sku {
    color: #888888;
    font-size: 16px;
    margin-bottom: 10px;
}

#prdinf h1 {
    letter-spacing: -0.64px;
    color: #494949;
    margin-bottom: 5px;
    padding: 0;
    font-size: 22px;
    font-weight: bold;
}

#prdinf h3 {
    margin: 0 0 10px 0;
}

#prdinf h3 a {
    color: #AEAEAE;
    font-size: 15px;
    font-weight: 400;
}

#prdinf .description-label, #prdinf .specs-label, #prdinf .spec-label {
    position: relative;
}

#prdinf .description-label h4,
#prdinf .specs-label h4,
#prdinf .spec-label h4 {
    background: white;
    padding-right: 15px;
    position: relative;
    z-index: 2;
    display: inline-block;
    letter-spacing: 0.49px;
    font-size: 12px;
    font-weight: 300;
}

#prdinf .spec-label h4,
#prdinf .spec-label span {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -0.43px;
    color: #494949;
}

#prdinf .prcs .spec-label.availproduct {
    position: relative;
    color: red;
    padding-left: 30px;
    font-size: 15px;
    letter-spacing: -0.43px;
}

#prdinf .prcs .spec-label.availproduct.in_stock {
    padding-left: 30px;
    display: flex;
    position: relative;
    color: #7BBD48;
    align-content: center;
    flex-wrap: wrap;
}

#prdinf .prcs .spec-label.availproduct.in_stock:before {
    content: '';
    position: absolute;
    border-top: 2px solid #7BBD48;
    height: 10px;
    width: 10px;
    transform: rotate(-45deg);
    top: 8px;
    left: 20px;
}

#prdinf .prcs .spec-label.availproduct.in_stock:after {
    content: '';
    position: absolute;
    border-top: 2px solid #7BBD48;
    height: 5px;
    width: 5px;
    transform: rotate(45deg);
    top: 11px;
    left: 12px;
}

.spec-label span, .spec-label span {
    font-size: 12px;
    letter-spacing: -0.12px;
}

.spec-label.availability {
    margin-top: 21px;
}

#prdinf .specs {
    font-family: "Foco", sans-serif !important;
}

/*#prdinf .description-label:after, #prdinf .specs-label:after, #prdinf .spec-label:after {*/
/*    content: "";*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: 1px;*/
/*    background: #E5E5E5;*/
/*    position: absolute;*/
/*    bottom: 50%;*/
/*    transform: translateY(50%);*/

/*}*/

h4 {
    margin: 0 0 10px 0;
}

#product_brdcrmbs {
    font-size: 12px;
    line-height: 1.16em;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 25px;
}

#product_brdcrmbs .row {
    padding: 0;
}

#product_brdcrmbs .brdcrm {
    padding-top: 5px;
}

#product_brdcrmbs a {
    letter-spacing: -0.35px;
    padding-right: 20px;
    position: relative;
    color: #494949;
}

#product_brdcrmbs a:last-of-type {
    font-weight: bold;
}

#product_brdcrmbs a:last-child:before {
    display: none;
}

#product_brdcrmbs a:nth-child(n-2):before {
    content: '';
    border-top: 1px solid #9f9f9f;
    border-right: 1px solid #9f9f9f;
    height: 4px;
    width: 4px;
    position: absolute;
    transform: rotate(45deg);
    top: 4px;
    right: 9px;
}

#prdinf .description-label span, #prdinf .specs-label span {
    color: #4C4C4C;
    position: absolute;
    margin-left: 6px;
    padding-right: 10px;
    cursor: pointer;
    transition: linear 0.25s;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: #fff;
    z-index: 2;
}

/*#prdinf .description-label .more:before, #prdinf .specs-label span:before {*/
/*    content: '';*/
/*    height: 4px;*/
/*    width: 4px;*/
/*    position: absolute;*/
/*    border-right: 2px solid #4c4c4c;*/
/*    border-top: 2px solid #4c4c4c;*/
/*    border-radius: 1px;*/
/*    top: 2px;*/
/*    right: 0;*/
/*    transform: rotate(-45deg);*/
/*    transition: 0.3s;*/
/*}*/

/*#prdinf .description-label .more.active:before, #prdinf .specs-label .more.active:before, .spec-label .more.active:before {*/
/*    transform: rotate(135deg);*/
/*    transition: 0.3s;*/
/*}*/

#prdinf .prdsdesc, #prdinf .specsdesc, #prdinf .availdesc {
    display: none;
    line-height: 1.6em;
    overflow: hidden;
    padding: 0;
    margin: 0;
    color: #888888;
    font-size: 14px;
}

#prdinf .availdesc {
    display: block;
    font-weight: 400;
    font-size: 14px;
}

#prdinf .availdesc span {
    color: #269B26;
}

#prdinf .prdsdesc span {
    font-size: 10px;
    font-weight: 500;
    position: relative;
    margin-left: 6px;
    padding-right: 10px;

}

#prdinf .prdsdesc span:hover {
    padding-right: 12px;
}

#prdinf .prcs {
    display: inline-flex;
    align-items: center;
    padding: 20px 0;
}

#prdinf .prcs strong {
    letter-spacing: -0.81px;
    color: #494949;
    font-size: 28px;
    font-weight: bold;
}

#prdinf .prcs span {
    letter-spacing: -0.55px;
    color: #A6A6A6;
    margin-left: 10px;
    font-size: 28px;
    font-weight: bold;
    text-decoration-line: line-through;
    -webkit-text-decoration-line: line-through;
    text-decoration-color: #A6A6A6;
    -webkit-text-decoration-color: #A6A6A6;
}

#prdinf .prcs.notred span {
    color: black;
}

#prdinf .prcs span.scd {
    color: black;
    font-size: 20px;
    font-weight: bold;
    text-decoration-line: line-through;
    -webkit-text-decoration-line: line-through;
    text-decoration-color: black;
    -webkit-text-decoration-color: black;
}

#prdinf .crt {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    position: relative;
    margin-top: 25px;
    align-items: center;
    justify-content: space-between;
}

#prdinf .crt .qty {
    height: 45px;
    min-width: 100px;
    position: relative;
    border: 1px solid #3C3D3B;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
}

#prdinf .crt .qty span {
    position: absolute;
    right: 0;
    width: 26px;
    text-align: center;
    height: 100%;
    box-sizing: border-box;
    cursor: pointer;
    transition: ease 0.25s;
    display: inline-block;
    font-size: 14px;
    line-height: 42px;
    font-weight: 400;
    color: black;
    background: #ffffff;
    outline: none;
}

#prdinf .crt .qty span.plus {
    top: 0;
}

#prdinf .crt .qty span.minus {
    top: 0;
    left: 0;
}

#prdinf .crt .qty input {
    height: 45px;
    width: 95px;
    border: none;
    border-right: 1px solid #CFD2D6;
    box-sizing: border-box;
    text-align: center;
    font-size: 15px;
    padding: 0 3px;
    color: #707070;
    background: #ffffff;
}

#prdinf .crt .btn {
    flex-grow: 1;
    margin-left: 20px;
    position: relative;
    max-width: 334px;
    display: flex;
}


#prdinf .crt #button-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3C3D3B;
    border: none;
    color: white;
    font-size: 14px;
    line-height: 25px;
    height: 45px;
    transition: 0.25s linear;
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    letter-spacing: -0.14px;
    flex-grow: 1;
}

#prdinf .crt #button-cart img {
    margin-right: 13px;
}

#prdinf .crt .btn-fav {
    cursor: pointer;
    height: 45px;
    border-radius: 0;
    background: #D8BA81;
    border: none;
    width: 44px;
    justify-content: center;
    align-items: center;
    display: flex;
}

#prdinf .crt .btn-fav:hover {
    transition: 0.25s ease-in-out;
    background: #9d7741;
}

#prdinf .add-fav {
    display: block;
    width: 42px;
    height: 42px;
    margin-left: 30px;

}

#prdinf .add-fav:hover img:first-of-type {
    display: none;
}

#prdinf .add-fav img:last-of-type {
    display: none;
}

#prdinf .add-fav:hover img:last-of-type {
    display: block;
}


#prdinf .add-fav button {
    background: transparent;
    cursor: pointer;
    border: 1px solid white;
    border-radius: 50%;
    font-size: 0;
    padding: 0;

}

#prdinf .crt #button-notify {
    width: 100%;
    background: #F18900;
    color: #fff;
    letter-spacing: 0.48px;
    font-size: 16px;
    text-align: center;
    height: 45px;
    transition: 0.25s ease;
    cursor: pointer;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#prdinf .crt #button-notify img {
    margin: 0 10px 0 0;
}

#prdinf .crt .btn #ntfm {
    position: absolute;
    display: none;
    bottom: 100%;
    width: calc(100% - 13px);
    box-sizing: border-box;
    padding: 15px 15px 30px 15px;
    box-shadow: 0px 0px 6px #00000029;
    background: #fff;
    z-index: 999;
}

#prdinf .crt .btn #ntfm.active {
    display: block !important;
}

#prdinf .crt .btn #ntfm strong {
    display: block;
    font-weight: bold;
    font-size: 14px;
    margin: 0 0 10px 0;
}

#prdinf .crt .btn #ntfm p {
    margin: 0 0 10px 0;
    font-size: 12px;
}

#prdinf .crt .btn #ntfm form input[type=submit] {
    background: #F18900;
    border: 0;
    width: 100px;
    font-size: 12px;
    color: #fff;
    padding: 10px 0;
    box-sizing: border-box;
    margin-left: 20px;
    cursor: pointer;
}

#prdinf .crt .btn #ntfm form input[type=email] {
    width: calc(100% - 123px);
    margin: 0;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 12px;
    height: 39px;
    border: 1px solid #D1D3DA;
    border-radius: 2px;
}


#prdinf ul.mr {
    padding: 0;
    margin: 20px 0;
    list-style: none;
    width: 100%;
}

#prdinf ul.mr li span {
    letter-spacing: 0.22px;
    color: #AEAEAE;
    font-size: 14px;
    margin-right: 8px;
}

#prdinf ul.mr li em {
    letter-spacing: 0.22px;
    font-size: 14px;
    margin-right: 8px;
    font-style: normal;
}

#prdinf .ptsrd {
    margin-bottom: 45px;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
}

#prdinf .ptsrd .lbl {
    font-weight: 700;
    font-size: 15px;
    color: #000;
    padding: 8px 20px 15px 0;
}

#prdinf .ptsrd .rdpts input {
    display: none;
}

#prdinf .ptsrd .rdpts label {
    padding: 7px 17px;
    box-sizing: border-box;
    color: #000;
    font-weight: 700;
    border: 1px solid #CBCBCB;
    border-radius: 20px;
    margin: 0 8px 8px 0;
    letter-spacing: 0.28px;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    white-space: nowrap;
    display: inline-block;
}

#prdinf .ptsrd .rdpts input:not([disabled]) + label:hover {
    border-color: #000;
}

#prdinf .ptsrd .rdpts input:checked + label {
    border: 2px solid #000;
}

#prdinf .ptsrd .rdpts input:disabled + label {
    color: #CBCBCB;
}

#prdinf .ptsrd .rdpts input:disabled + label:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 8px;
    width: calc(100% - 12px);
    height: 1px;
    background: #cbcbcb;
    transform: rotate(-22.5deg);
}

.content {
    padding-bottom: 30px;
}

.attribute-label {
    padding-top: 13px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -0.41px;
    color: #494949;
}

.attribute-txt {
    padding-bottom: 15px;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: -0.43px;
    color: #494949;
    border-bottom: 1px solid #ECE6DF;
}

.attribute-txt:last-of-type {
    border-bottom: none;
}


#product .dscr {
    width: 100%;
    max-width: 1212px;
    margin: 40px auto 60px auto;
    box-sizing: border-box;
    background-color: #EEEEEE;
}

#product .dscr > ul {
    display: flex;
    justify-content: center;
    list-style: none;
    width: 100%;
    /*border-bottom: 1px solid var(--primary-blue);*/
    padding: 0;
    overflow-x: auto;
    overflow-y: hidden;
}

#product .dscr > ul > li {
    padding: 0 30px;
    letter-spacing: 0.82px;
    font-size: 20px;
    position: relative;
    margin: 0;
    cursor: pointer;
    white-space: nowrap;
    color: #000;
}

/*#product .dscr > ul > li:hover, #product .dscr > ul > li.active {*/
/*    background: var(--primary-blue);*/
/*    font-size: 15px;*/
/*    font-weight: 500;*/
/*    color: #fff;*/
/*    border-radius: 93px 93px 0 0;*/
/*}*/

/*#product .dscr > ul > li:hover:before, #product .dscr > ul > li.active:before {*/
/*    content: '';*/
/*    width: 34px;*/
/*    height: 20px;*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    right: -32px;*/
/*    border-radius: 0 0 0 25px;*/
/*    background: #fff;*/
/*    z-index: 3;*/
/*    box-shadow: -5px 5px 0 var(--primary-blue);*/
/*}*/

/*#product .dscr > ul > li:hover:after, #product .dscr > ul > li.active:after {*/
/*    content: '';*/
/*    width: 34px;*/
/*    height: 20px;*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: -32px;*/
/*    border-radius: 0 0 25px 0;*/
/*    background: #fff;*/
/*    z-index: 3;*/
/*    box-shadow: 5px 5px 0 var(--primary-blue);*/
/*}*/

#product .dscr ul li {
    font-size: 15px;
    font-weight: 500;
    position: relative;
    padding-bottom: 3px;
}

#product .dscr ul li:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #C19D6A;
    transition: width 0.3s ease;
}

#product .dscr ul li.active:before {
    width: 100%;
}


#product .dscr .tabs {
    width: 100%;
    padding: 28px 0;
    text-align: center;
}

#product .dscr .tabs h3 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.46px;
    color: #494949;
    display: inline-flex;
    border-bottom: 3px solid #C19D6A;
}


#product .dscr .tabs .tab {
    display: none;
    overflow: auto;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 991px;
}

#product .dscr .tabs .tab.active {
    text-align: left;
    display: block !important;
}


#product .dscr .tabs .tab.desc {
    letter-spacing: -0.34px;
    font-weight: 300;
    font-size: 14px;
    color: #000000;
    line-height: 25px;
}

#product .csslct {
    display: flex;
    flex-direction: column;
}

#product .csslct label {
    letter-spacing: -0.41px;
    font-weight: bold;
    font-size: 14px;
    color: #494949;
    padding-bottom: 7px;
}

#product .csslct .option-select {
    padding: 15px 15px;
    letter-spacing: -0.43px;
    font-size: 15px;
    color: #494949;
    background: #FFFFFF;
    border: 1px solid #ECE6DF;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #494949 50%), linear-gradient(135deg, #494949 50%, transparent 50%);
    background-position: calc(100% - 23px) calc(1em + 5px), calc(100% - 15px) calc(1em + 5px), calc(100% - 2.5em) 0.5em;
    background-size: 8px 8px, 8px 8px, 1px 1.5em;
    background-repeat: no-repeat;
}

#product .csslct .option-select option {
    outline: none;
}

#product .text-danger {
    color: #df0000;
    font-weight: 500;
    font-size: 15px;
    margin: 5px 0;
    width: 100%;
}

#product .set-cntr h5 {
    font-size: 15px;
    margin: 20px 0 10px 0;
}


#product .pckgs {
    margin-bottom: 15px;
}

#product .pckgs span {
    color: #000000;
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
    font-weight: 500;
}

#product .pckgs .pckgs-cnt {
    display: flex;
    flex-wrap: wrap;
}

#product .pckgs .pckgs-cnt a {
    font-size: 14px;
    background: #fff;
    border: 1px solid #000;
    padding: 15px 25px;
    border-radius: 3px;
    margin: 0 5px 5px 0;
    line-height: 18px;
    font-weight: 500;
    transition: 0.3s ease-in-out all;
}

#product .pckgs .pckgs-cnt a.active {
    background: #707070;
    border: 1px solid #707070;
    color: #fff;
}

#product .pckgs .pckgs-cnt a:hover {
    background: #000;
    border: 1px solid #000;
    color: #fff;
}

#product .combinations .combinations-hdr {
    position: relative;
    margin: 30px 0 20px 0;
}

#product .combinations .combinations-hdr h4 {
    margin: 0;
    padding: 0 20px 0 0;
    font-size: 22px;
    font-weight: 900;
    background: #fff;
    position: relative;
    display: inline-block;
    z-index: 9;
    font-style: italic;
}

#product .combinations .combinations-hdr::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #DFDFDF;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#product .combinations .combinations-cnt {
    display: flex;
}

#product .combinations .combinations-cnt .glbprdr {
    flex: 0 0 40%;
    padding: 0 10px 0 0;
}

.rltds {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    background: white;
    box-sizing: border-box;
}

.rltds .rltd-hdr {
    position: relative;
    margin: 40px 0 40px 0;
    text-align: center;
}

.rltds .rltd-hdr h4 {
    font-size: 24px;
    font-weight: 300;
    padding: 0 15px;
    color: #000;
    position: relative;
    margin: 0;
    text-align: center;
    background: white;
    z-index: 2;
    display: inline-block;
}


.glbbxs {
    border-top: none !important;
    margin-top: 70px;
}

#product .rltdrow {
    background-color: white;
}

.dimensions {
    width: 100%;
    background: #FFFFFF;
    list-style: none;
    border: 1px solid #ECE6DF;
    border-collapse: collapse;
}

.dimensions th {
    padding: 15px 0;
    font-size: 14px;
    font-weight: bold;
    color: #494949;
}

.dimensions tr {
    text-align: center;
    border-bottom: 1px solid #ECE6DF;
    opacity: 1;
}

.dimensions td {
    padding: 10px 0;
}

.dimensions span {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: -0.43px;
    color: #494949;
}

@media screen and (min-width: 1622px) {
    #product .row.description {
        max-width: initial;
    }
}


@media screen and (max-width: 1070px) {

    .row.prdctrow {
        flex-flow: column;
        background: white;
    }

    #product {
        width: 100%;
        margin: 0 auto;
        max-width: 850px;
    }

    #prdinf {
        flex: initial;
        width: 100%;
        margin-top: 50px;
        padding: 30px;
    }

    #prdinf .crt .btn {
        flex: initial;
        flex-grow: initial;
        width: 100%;
    }

    #prdinf .crt {
        flex-wrap: nowrap;
        justify-content: unset;
    }

    #prdimgs {
        flex: initial;
        width: 100%;
        border: none;
    }

    #prdimgs ul {
        justify-content: center;
    }

    #product_brdcrmbs {
        padding: 25px 0;
    }

    .dimensions,
    .csslct {
        width: 100%;
        max-width: 450px;
    }

}

@media screen and (max-width: 896px) {
    #prdinf h1 {
        font-size: 29px;
        line-height: 33px;
    }

    #product .dscr > ul {
        justify-content: left;
    }
}

@media screen and (max-width: 768px) {
    .prd-row {
        flex-wrap: wrap;
        margin: 20px auto;
    }

    #prdimgs, #prdinf {
        width: 100%;
        flex: 0 0 100%;
    }
}

@media screen and (max-width: 430px) {
    #prdinf .crt #button-cart img {
        display: none;
    }
}