.custom-checkbox input{display:none}.custom-checkbox label{position:relative;cursor:pointer}.custom-checkbox label:before{content:"";width:20px;height:20px;border:1px solid #d9d9d9;display:inline-block;vertical-align:middle;position:relative;top:-2px;margin-right:10px}.custom-checkbox input:checked+label:before{border:1px solid #b09455;background-color:rgba(176,148,85,.2)}.custom-checkbox input:checked+label:after{content:"";display:inline-block;position:absolute;left:4px;top:4px;background-image:url(/images/check.svg);background-repeat:no-repeat;background-size:cover;width:12px;height:12px}@keyframes slideInFromRight{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes slideOutToRight{0%{transform:translateX(0)}to{transform:translateX(100%)}}@keyframes slideInFromBottom{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes slideOutToBottom{0%{transform:translateY(0)}to{transform:translateY(100%)}}.modalSlideInRight{animation:slideInFromRight .5s ease-out forwards}.modalSlideOutRight{animation:slideOutToRight .5s ease-in forwards}.modalSlideInRight,.modalSlideOutRight{position:fixed;z-index:10001;width:100%;height:100%;background-color:#ffffff}.plp_express_delivery_modal{top:0;right:0;max-width:522px}.plp_filter_modal{top:0;right:0;max-width:429px}@media screen and (max-width:767px){.modalSlideInRight{animation:slideInFromBottom .5s ease-out forwards}.modalSlideOutRight{animation:slideOutToBottom .5s ease-in forwards}.modalSlideInRight,.modalSlideOutRight{top:auto;bottom:0;height:auto}.plp_express_delivery_modal{max-width:100%}}