#product {
    background-color: #FDF7F2;
}

#product .row {
    max-width: 1490px;
}

#product #glb-brdcrmbs {
    margin-bottom: 50px;
}

#prdimgs {
    flex: 0 0 60%;
    width: 560%;
    padding-right: 21px;
    box-sizing: border-box;
    display: flex;
}

#prdimgs ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    order: 0;
    flex-flow: column;
}

#prdimgs ul img {
    cursor: pointer;
}

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

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

#prdimgs .cvr img {
    font-size: 0;
    width: 100%;
    cursor: pointer;
}

#prdinf {
    flex: 0 0 40%;
    width: 40%;
    position: relative;
    padding-top: 40px;
}

#prdinf #color {
    margin: 25px 0;
}

#prdinf #color .box {
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-right: 15px;
    margin-bottom: 10px;
    background: white;
    padding: 3px;
    border: 1px solid #dddddd;
}

#prdinf #color span:first-child {
    display: inline-block;
    font-weight: 700;
    font-size: 15px;
    padding: 8px 20px 15px 0;
}

#prdinf #color .images {
    box-sizing: border-box;
    display: flex;
    flex-flow: row wrap;
}

#prdinf #color .images img {
    width: 80px;
}

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

#prdinf h1 {
    color: #4a4a4a;
    margin: 0 0 14px 0;
    padding: 0;
    font-size: 34px;
    line-height: 1.1em;
    font-weight: 400;
}

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

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

#prdinf .description-label {
    background-color: #FCF0E5;
    padding: 33px 45px;
}

#prdinf .description-label, #prdinf .specs-label, #prdinf .availability-label,
#prdinf .courier-label {
    position: relative;
    /*margin-bottom: 10px;*/
}

#prdinf .specs-label,
#prdinf .courier-label {
    margin-top: 27px;
    background-color: #FCF0E5;
    margin-bottom: 8px;
}

#prdinf .prdsdesc {
    border-top: 1px solid #8E4E14;
    padding-top: 15px;
}


#prdinf .description-label h4, #prdinf .specs-label h4, #prdinf .courier-label h4 {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0;
}

#prdinf .specs-label h4, #prdinf .courier-label h4 {
    padding: 20px 45px;
}

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

#prdinf .description-label .more:before, #prdinf .specs-label span:before, #prdinf .courier-label .more:before {
    content: '';
    height: 10px;
    width: 10px;
    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,
.availability-label .more.active:before,
#prdinf .courier-label .more.active:before {
    transform: rotate(135deg);
    transition: 0.3s;
}

#prdinf .specsdesc, #prdinf .availdesc, #prdinf .courierdesc {
    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 {
    margin-top: 41px;
    margin-bottom: 28px;
}

#prdinf .prcs span {
    font-weight: 300;
    font-size: 22px;
}

#prdinf .prcs span.scd {
    margin-right: 14px;
    font-size: 22px;
    text-decoration-line: line-through;
    -webkit-text-decoration-line: line-through;
    text-decoration-color: #8E5C2E;
    -webkit-text-decoration-color: #8E5C2E;
}

#prdinf .crt {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    position: relative;
    align-items: center;
}

#prdinf .crt .qty {
    height: 56px;
    width: 113px;
    position: relative;
    border: 1px solid #FFFFFF;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    border-radius: 5px;
    background-color: #FFFFFF;
}

/*#prdinf .crt .qty span {*/
/*    position: absolute;*/
/*    right: 0;*/
/*    width: 55px;*/
/*    text-align: center;*/
/*    height: 50%;*/
/*    box-sizing: border-box;*/
/*    cursor: pointer;*/
/*    transition: ease 0.25s;*/
/*    display: inline-block;*/
/*    font-size: 19px;*/
/*    font-weight: 700;*/
/*    color: #000;*/
/*    outline: none;*/
/*    background-color: white;*/
/*}*/

.arr {
    position: absolute;
}


/*.arr.minus::before, .arr.minus::after, .arr.plus::before, .arr.plus::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    border-top-right-radius: 20%;*/
/*    background-color: inherit;*/
/*}*/

/*.arr.minus {*/
/*    transform: rotate(-120deg) skewX(-30deg) scale(1, .866);*/
/*    transform-origin: 30% 45%;*/
/*}*/

/*.arr.plus {*/
/*    transform: rotate(60deg) skewX(-30deg) scale(1, .866);*/
/*    transform-origin: 30% 90%;*/

/*}*/

/*.arr::before {*/
/*    transform: rotate(-135deg) skewX(-45deg) scale(1.414, .707) translate(0, -50%);*/
/*}*/

/*.arr::after {*/
/*    transform: rotate(135deg) skewY(-45deg) scale(.707, 1.414) translate(50%);*/
/*}*/


#prdinf .crt .qty span.plus {
    top: 9px;
    right: 22.5px;
}

#prdinf .crt .qty span.minus {
    bottom: 9px;
    right: 22px;
}

#prdinf .crt .qty input {
    height: 56px;
    width: 57px;
    border: none;
    box-sizing: border-box;
    text-align: center;
    font-size: 15px;
    padding: 0 3px;
    color: var(--primary-color-txt);
}

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

#prdinf .crt #button-cart {
    width: 100%;
    background: #8E5C2E;
    color: #FFFFFF;
    border: 1px solid #8E5C2E;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    height: 56px;
    /* transition: 0.25s linear; */
    cursor: pointer;
    border-radius: 5px;
    /* padding-left: 43px; */
    box-sizing: border-box;
    /* position: relative; */
    /* overflow: hidden; */
}


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

}

#prdinf .weight span {
    color: #D59292;
    font-weight: 300;
}

#prdinf .weight {
    margin-top: 5px;
}


#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: #a9a9a9;
    color: #fff;
    border-radius: 3px;
    letter-spacing: 0.48px;
    font-size: 16px;
    text-align: center;
    height: 58px;
    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: #8E5C2E;
    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: 35px;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
}

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

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

#prdinf .ptsrd .rdpts label {
    padding: 7px 17px;
    box-sizing: border-box;
    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);
}

#product .dscr {
    width: 100%;
    padding: 0 10px;
    margin: 40px auto 60px auto;
    box-sizing: border-box;
}

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

#product .dscr > ul > li {
    /* font-weight: 700; */
    font-size: 20px;
    position: relative;
    /* margin: 0 34px; */
    /* cursor: pointer; */
    white-space: nowrap;
}


#product .dscr ul li {
    font-size: 22px;
    font-weight: 300;
}


#product .dscr .tabs {
    width: 100%;
    margin-top: 17px;
}

#product .dscr .tabs .tab {
    display: none;
    overflow: auto;
}

#product .dscr .tabs .tab.active {
    display: block !important;
}

#product .dscr .tabs .tab.desc {
    font-weight: 200;
    font-size: 20px;
    line-height: 1.6em;
}

#product .dscr .tabs .tab.desc p:first-of-type {
    margin-top: 0;
    padding-top: 0;
}

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

#product .csslct ul {
    list-style-type: none;
    padding: 49px 0 0 0;
    margin: 0;
    position: relative;
    height: 40px;
    overflow-y: visible;
    width: 100%;
    background: #ECEEF4;
    border-top: 1px solid #D1D3DA;
    box-sizing: border-box;
    z-index: 999;
}

#product .csslct ul.open {
    z-index: 1000;
}

#product .csslct ul li {
    display: none;
    box-sizing: border-box;
    width: 100%;
    padding: 15px;
    line-height: 17px;
    font-size: 14px;
    background: #ECEEF4;
    border-bottom: 1px solid #D1D3DA;
    border-right: 1px solid #D1D3DA;
    border-left: 1px solid #D1D3DA;
    cursor: pointer;
    justify-content: space-between;
}

#product .csslct ul li .avl {
    font-size: 14px;
    color: #E3B317;
}

/*#product .csslct ul li:last-child{border:none}*/
#product .csslct ul li.active {
    display: flex !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
}

#product .csslct ul.open li:first-child {
    position: absolute !important;
    top: 0;
    left: 0;
}

#product .csslct ul.open li {
    display: flex !important;
}

#product .csslct ul.open li.active {
    position: unset;
}

#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 {
    box-sizing: border-box;
    background-color: #FFFFFF;
    max-width: 1500px;
    margin: 0 auto;
    margin-bottom: 60px;
    padding: 0 20px;
    width: 100%;
}

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


.rltds .rltd-hdr h3 {
    font-size: 36px;
    font-weight: 300;
    padding: 0 15px;
    margin-top: 6px;
    text-align: center;
    position: relative;
}

.rltds .rltd-hdr h3::after {
    content: '';
    height: 2px;
    width: 99px;
    position: absolute;
    border-radius: 1px;
    bottom: -13px;
    left: 50%;
    background-color: #8E3D2D;
    transform: translateX(-50%);

}


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

.txtimgsuccess {
    display: flex;
    flex-flow: row-reverse;
    align-items: center;
    padding: 10px;
}

.txtimgsuccess img {
    height: 65px;
    width: 65px;
    margin-right: 15px;
    max-width: initial;
}


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

    #prdinf .add-fav {
        order: 2;
    }

    #prdinf .crt .btn {
        flex: 0 0 100%;
        order: 3;
        padding-left: 0;
        padding-top: 20px;
        max-width: 100%;
    }

    #prdimgs {
        flex-flow: column;
    }

    #prdimgs .cvr {
        order: 0;
    }

    #prdimgs ul {
        order: 1;
        flex-flow: row;
    }

    #prdinf {
        flex: 0 0 45%;
        width: 45%;
        padding-right: 0
    }
}

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

}

@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) {

    #prdimgs {
        padding: 0;
    }

    .prd-row {
        flex-wrap: wrap;
        margin: 20px auto;
    }

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

    .rltds .rltd-hdr h3 {
        font-size: 20px;
    }

    .rltds .rltd-hdr img {
        width: 120px;
    }


}