/* - - - P R O D U C T S   S E C  T I O N - - - */
.center {
    display: -webkit-box;
    -webkit-justify-content: space-around;
    -webkit-align-items: center;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-display: flex;
    align-items: center;
    justify-content: space-around;
}
.mar-top-47 {
    margin-top: 47px !important;
}
.products-section h3 {
    color: #e50000;
    font-size: 38px;
    text-align: center;
}
.products-section {
    width: 90%;
}

.hidden-desktop {
    display: none !important
}
.products-section div.most {
    width: 653px;
    margin: 0px 31px -3px 319px;
}
.products-section p,
.products-section h2 {
    text-align: center;
    font-weight: bold;
}
.products-section .most-popular {
    border: 1px solid #e50000;
    background-color: #e50000;
    color: #fff;
    font-weight: bold;
    margin: 0px auto 0px 1px;
    width: auto;
    text-align: center;
}
.products-section .most-popular2 {
    border: 1px solid #ffda01;
    background-color: #ffda01;
    margin: 0 auto 0px -11px;
    width: 330px;
    color: #000000;
}
.most-orange{
    border: 1px solid #ffda01 !important;
    background-color: #ffda01 !important;
    color: #000000 !important;
    margin: -2px -4px 0px !important;
}
.most-red{
    margin: 0 -6px !important;
}
.margin-custom{
    margin-top: 35px !important;
}
.width-67p{ width: 67%; }
.products-section .most-popular p {
    font-size: 23px !important;
    padding: 5px;
    margin: 0px;
}
.products-section .border-div-pro {
    border: 2px solid #e5e5e5;
    padding: 0px;
    margin: 0px;
}
.border-red {
    border-left: 5px solid #ffdad8 !important;
    box-shadow: 0px 0px 0px 0px !important;
    border-bottom: 5px solid #ffdad8 !important;
    border-right: 5px solid #ffdad8 !important;
    border-top: 0px !important;
}
.products-section .products-header {
    background-color: #f7f6f6;
}
.products-section .products-body {
    background-color: #f7f6f6;
    padding-top: 20px;
    padding-bottom: 10px;
}
.products-section .products-footer {
    background-color: #f7f6f6;
    padding: 10px 0px;
}
.products-section .products-body p,
.loyalty {
    margin: 10px auto 0px;
}
.products-section .products-header h2 {
    margin: 0px;
    text-align: center;
    font-size: 22px;
    color: #0844a4;
    line-height: 1.5;
}
.products-section .products-header h2 span {
    font-size: 26px;
    padding: 0 5px;
}
.products-section .products-body .value {
    font-size: 38px !important;
    font-weight: bold;
    line-height: 0.6;
}
.products-section .products-body .value span {
    font-size: 16px !important;
}
.products-section .products-body .shipping {
    font-size: 18px !important;
    font-weight: bold;
    margin-top: 10px;
}
.products-section .product-img {
    margin: 20px auto 10px;
    width: 100%;
}
.products-section .save {
    font-size: 24px !important;
    color: #e50000;
}
.products-section .servings {
    font-size: 16px !important;
}
.products-section .servings {
    font-size: 16px !important;
    height: 30px;
}
.products-section .loyalty {
    font-size: 15px !important;
    color: #0844a4;
    text-decoration: underline;
    margin-bottom: 10px;
}
.add-cart {
    margin: 15px auto;
    width: 80%;
}
.dis-fle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.arrow-products {
    float: right;
    margin: -38px 222px;
    width: 40%;
    position: absolute;
}
.arrow-products img {
    height: 475px;
}
.click-here {
    position: absolute;
    left: 5px;
    top: 15px;
}
.yes-but{
    margin: -20px auto 30px;
    width: 97%;
}
label {
    font-size: 20px;
    line-height: 1.5;
}
.div-check {
    margin: 35px auto;
    width: 90%;
    padding-left: 60px;
     -webkit-justify-content: space-around;
    -webkit-align-items: center;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    text-align: left;
}
.validate-check {
    border: 1px solid #cf8d00;
    background-color: #fdff5c;
    color: #828282;
    padding: 5px;
    font-size: 15px !important;
    margin: 9px 0px -34px 120px;
    max-width: 16%;
}
.decline h3 {
    font-size: 32px;
    text-align: center;
}
.decline span {
    color: #0844a4;
}
/* checkbox aspect */

[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 1.85em;
    height: 1.85em;
    border: 2px solid #0844a4;
    background: #fff;
    border-radius: 4px;
}
/* checked mark aspect */

[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
    content: '✔';
    position: absolute;
    top: 0.6em;
    left: .3em;
    font-size: 1.3em;
    line-height: 0.8;
    color: #0844a4;
    transition: all .2s;
}
/* checked mark aspect changes */

[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}
[type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}
/* disabled checkbox */

[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
    color: #999;
}
[type="checkbox"]:disabled + label {
    color: #aaa;
}
/* Base for label styling */

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 2.85em;
    cursor: pointer;
}
.reason h4 {
    text-align: center;
    text-decoration-line: underline;
    font-size: 24px;
}
.reason h4:before {
    content: "";
    background: url(/__cbsplit_assets/images/LBB2/arrow.png) no-repeat;
    background-size: 45px;
    position: absolute;
    background-position: 1px 3px;
    height: 31px;
    width: 51px;
    margin-left: -54px;
}
.reason ul {
    margin: 0 auto;
    width: 40%;
    padding-left: 0;
}
.reason ul li {
    margin: 0 auto;
    padding-left: 70px;
}
/*END PRODUCTS*/