.category-page .page-header { text-align: center; position: relative; border: none; }
    .category-page .page-header a { color: #949494; font-size: 15px; }
    .category-page .page-header h1 { font-weight: normal; }
.category-page .filter-wrapper { text-align: center; position: relative; }
    .category-page .filter-wrapper .loading { display: none; position: absolute; width: 100%; height: 100%; left: 0; right: 0; top: 0; margin: auto; background-color: rgba(0, 0, 0, 0.7); color: #fff; font-size: 30px; line-height: 92px; text-transform: uppercase; }
    .category-page .filter-wrapper .field-wrap { border-radius: 25px; display: inline-block; width: 90%; margin: 10px 0; }
        .category-page .filter-wrapper .field-wrap.select-wrap { top: 0; }
            .category-page .filter-wrapper .field-wrap.select-wrap select { padding: 10px; background-image: url("../images/icons/caret-down-orange.png"); border-radius: inherit; transition: box-shadow 0.3s ease; }
                .category-page .filter-wrapper .field-wrap.select-wrap select:focus { box-shadow: 0 0 10px #f74e4b; }
.category-page .products { margin: 30px 0; text-align: center; position: relative; }
    .category-page .products h2 { margin: 20px; padding-bottom: 10px; }
    .category-page .products .item { width: 24%; height: 518px; margin-bottom: 50px; position: relative; display: inline-block; padding: 0 15px; vertical-align: top; }
.category-page .products .item:after { width: calc(100% - 30px); height: 62px; position: absolute; content: ""; display: block; bottom: 0; -webkit-box-shadow: 0px 30px 41px -15px rgba(0, 0, 0, 0.7); -moz-box-shadow: 0px 30px 41px -15px rgba(0, 0, 0, 0.7); box-shadow: 0px 30px 41px -15px rgba(0, 0, 0, 0.7); }
.category-page .products .item .inner { height: 100%; background: #a02237; border: solid 5px white; position: relative; text-align: center; }
    .category-page .products .item .inner .btn-wrap { position: absolute; width: 100%; text-align: center; bottom: -23px; z-index: 1; }
    .category-page .products .item .inner p.title { font-size: 40px; color: white; font-family: "Myriad Pro", 'brandon_grotesquemedium'; line-height: 1em; padding: 20px 58px; background: none; }
    .category-page .products .item .inner .divider { width: 75px; height: 1px; background: rgba(255, 255, 255, 0.3); margin: 10px auto; }
.overlay { position: absolute; left: 0; top: 0; text-align: center; width: 100%; background: #0006; height: 100%; }
input[type='number']::-webkit-inner-spin-button, input[type='number']::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
.donation-options { padding-top: 20px; }
.category-page .products .item .inner .price { color: white; font-size: 25px; margin-top: 0; }
.category-page .products .item .inner .qty label { color: white; font-weight: normal; font-size: 24px; margin: 0; position: relative; top: -4px; }
.category-page .products .item .inner .field-wrap { display: block; width: 95%; margin-left: 2.5%; margin-right: 2.5%; padding: 0 22px; margin-top: 6px; }
    .category-page .products .item .inner .field-wrap.with-label label { width: 100%; text-align: left; color: white; font-size: 14px; font-weight: normal; padding-bottom: 5px; }
    .category-page .products .item .inner .field-wrap.with-label input[type='text'] { width: 100%; margin: 0; }
    .category-page .products .item .inner .field-wrap span { float: left; text-align: left; width: 45%; color: rgba(255, 255, 255, 0.8); font-size: 17px; }
    .category-page .products .item .inner .field-wrap input[type='number'] { width: 50%; margin-left: 3%; padding: 8px 16px; border-radius: 18px; background-color: rgba(255, 255, 255, 0.5); border: none; color: white; position: relative; top: -7px; }

        .category-page .products .item .inner .field-wrap input[type='number'].cur-GBP { background-image: url("../images/pound-white.png"); background-position: 20px center; background-repeat: no-repeat; padding-left: 40px; }
    .category-page .products .item .inner .field-wrap input[type='text'].cur-EUR { background-image: url("../images/euro-white.png"); background-position: 20px center; background-repeat: no-repeat; padding-left: 40px; }
    .category-page .products .item .inner .field-wrap input[type='text'].cur-USD { background-image: url("../images/dollar-white.png"); background-position: 20px center; background-repeat: no-repeat; padding-left: 40px; }
    .category-page .products .item .inner .field-wrap.select-wrap select { padding: 7px 15px; border-radius: 40px; background-color: white; background-image: url("../images/caret-down-purple.png"); }
.category-page .products .item .inner .radio-options { font-size: 15px; margin-bottom: 10px; }
    .category-page .products .item .inner .radio-options span { font-size: 15px; }
    .category-page .products .item .inner .radio-options input[type='radio'] { position: relative; -webkit-appearance: none; }
        .category-page .products .item .inner .radio-options input[type='radio']:before { width: 20px; height: 20px; border: 3px; border-radius: 50%; content: ""; display: block; background: white; }
        .category-page .products .item .inner .radio-options input[type='radio']:focus { outline: none; }
        .category-page .products .item .inner .radio-options input[type='radio']:checked:after { position: absolute; width: 14px; height: 14px; border-radius: 50%; content: ""; display: block; z-index: 1; position: absolute; top: 3px; left: 3px; background: #F74E4B; }
    .category-page .products .item .inner .radio-options .radio-wrap { display: inline-block; width: 30%; margin-bottom: 25px; }
        .category-page .products .item .inner .radio-options .radio-wrap label { display: block; color: white; }
.category-page .products .item .inner .image-wrap { position: relative; overflow: hidden; }
    .category-page .products .item .inner .image-wrap .image { }
.category-page .products .item .inner:hover .image-wrap .image { width: 100%; height: 100%; top: 0%; left: 0%; }
.category-page .products .item.product-feature .image-wrap { height: 250px; }
    .category-page .products .item.product-feature .image-wrap .image { width: 100%; height: 100%; top: 0%; left: 0%; }
    .category-page .products .item.product-feature .image-wrap .overlay { position: absolute; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.3); padding-top: 30px; }
    .category-page .products .item.product-feature .image-wrap p.title { position: relative; z-index: 10; font-size: 40px; line-height: 40px; margin: 0; }
    .category-page .products .item.product-feature .image-wrap p.subtitle { text-transform: uppercase; color: white; font-size: 16px; }
.category-page .products .item.product-feature .inner { height: calc(100% - 250px); }
.category-page .products .item.jerusalem-orphanage-fund { height: 570px; }
.category-page .products .item.orphan { position: relative; }
    .category-page .products .item.orphan .orphan-details { color: white; font-size: 14px; }
    .category-page .products .item.orphan .radio-options { font-size: 15px; }
        .category-page .products .item.orphan .radio-options span { font-size: 15px; }
        .category-page .products .item.orphan .radio-options input[type='radio'] { position: relative; -webkit-appearance: none; }
            .category-page .products .item.orphan .radio-options input[type='radio']:before { width: 20px; height: 20px; border: 3px; border-radius: 50%; content: ""; display: block; background: white; }
            .category-page .products .item.orphan .radio-options input[type='radio']:focus { outline: none; }
            .category-page .products .item.orphan .radio-options input[type='radio']:checked:after { position: absolute; width: 14px; height: 14px; border-radius: 50%; content: ""; display: block; z-index: 1; position: absolute; top: 3px; left: 3px; }
        .category-page .products .item.orphan .radio-options .radio-wrap { display: inline-block; width: 49%; margin-bottom: 10px; padding: 5px; }
            .category-page .products .item.orphan .radio-options .radio-wrap label { display: block; color: white; }
.field-wrap.select-wrap select, .form .field-wrap.select-wrap select { margin: 0; width: 100%; -webkit-appearance: none; -moz-appearance: none; appearance: none; background-image: url(../images/caret-down-white.png); background-position: calc(100% - 15px) center; background-repeat: no-repeat; background-color: rgba(255, 255, 255, 0.25); border: none; padding-right: 20px; position: relative; font-family: 'Lato', sans-serif; font-weight: 400; letter-spacing: 0.05em; outline: none; }
#basket-menu { background: #a02238; background: linear-gradient(to bottom, #a02238 0%, #a02238 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a02238', endColorstr='#a02238',GradientType=0 ); /* IE6-9 */ padding: 15px 30px 15px; z-index: 99999; color: white; border: none; }

@media (min-width: 768px) {
    #basket-menu { padding: 50px 30px 45px; }
}

#basket-menu .edit a { color: white; }
#basket-menu .close-icon { position: absolute; top: 20px; right: 25px; cursor: pointer; zoom: 1; transition: 0.2s; }
    #basket-menu .close-icon:hover { transform: rotate(90deg); }
#basket-menu h2 { font-size: 30px; font-family: 'museo500', sans-serif; text-align: center; font-weight: normal; }

@media (min-width: 992px) {
    #basket-menu h2 { font-size: 50px; }
}

#basket-menu ul.basket-items { padding: 0 20px 0 0; margin: 0; box-shadow: 0px 23px 71px -32px rgba(0, 0, 0, 0.15); height: calc(100% - 30px - 30px - 66px - 105px); overflow: hidden; overflow-y: auto; }

@media (min-width: 768px) {
    #basket-menu ul.basket-items { height: calc(100% - 55px - 40px - 96px - 105px); }
}

#basket-menu ul.basket-items li.item { border-top: solid 1px white; display: block; list-style: none; position: relative; padding: 25px 50px 25px 0; }
#basket-menu ul.basket-items li:first-child { border-top: 0; }
#basket-menu ul.basket-items li.item i { margin-right: 10px; }
#basket-menu ul.basket-items li.item h3 { font-size: 18px; font-family: 'museo700', sans-serif; font-weight: normal; margin: 0; }
#basket-menu ul.basket-items li.item h4 { margin: 10px 0; font-size: 18px; font-family: 'museo300', sans-serif; font-weight: normal; }
#basket-menu ul.basket-items li.item p { font-family: 'Ubuntu', sans-serif; font-weight: lighter; font-size: 15px; position: relative; padding: 10px 0; }
    #basket-menu ul.basket-items li.item p:before { position: absolute; width: 75px; height: 1px; content: ''; display: block; top: 0; background: rgba(255, 255, 255, 0.3); }
#basket-menu ul.basket-items li.item .price { position: absolute; top: 25px; right: 0; }
#basket-menu ul.basket-items li.item .edit { opacity: 0.6; position: absolute; bottom: 35px; right: 0; cursor: pointer; transition: 0.2s; }
    #basket-menu ul.basket-items li.item .edit:hover { opacity: 1; }
#basket-menu .total { border-bottom: solid 1px white; font-family: 'museo500', sans-serif; font-size: 25px; padding: 15px 0; }

@media (min-width: 768px) {
    #basket-menu .total { padding: 30px 0; }
}

#basket-menu .total .col-xs-6 { padding: 0; }
#basket-menu .btn { margin: 30px 0; color: #F74E4B; }
    #basket-menu .btn:hover { color: #662D91; }
.btn.white { border: solid 1px white; background: white; color: #662D91; }

@media (min-width: 768px) {
    .navmenu, .navbar-offcanvas { width: 400px; }
}


.popup-overlay { position: fixed; width: 100%; height: 100%; top: 0; left: 0; display: none; z-index: 5000; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.65) 0%, transparent 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ }
    .popup-overlay.active { display: block; }
    .popup-overlay .btn { display: none; }
    .popup-overlay.show-buttons .btn { max-width: 180px; margin: 0 auto; display: block; }

@media (min-width: 768px) {
    .popup-overlay.show-buttons .btn { margin-top: 0; display: inline-block; }
}

.popup-overlay.show-buttons .btn:nth-of-type(1) { margin-right: auto; margin-bottom: 20px; }

@media (min-width: 768px) {
    .popup-overlay.show-buttons .btn:nth-of-type(1) { margin-bottom: 0; margin-right: 20px; }
}

.popup-overlay .popup { border: solid 3px white; }
.popup-overlay .newsletter-popup-complete, .popup-overlay .contact-complete { position: relative; width: 95%; max-width: 600px; margin: 0 auto; height: 300px; background: #662D91; }
    .popup-overlay .newsletter-popup-complete div.close, .popup-overlay .contact-complete div.close { position: absolute; top: 5px; right: 10px; cursor: pointer; font-size: 20px; transition: 0.5s; opacity: 0.6; }
        .popup-overlay .newsletter-popup-complete div.close:hover, .popup-overlay .contact-complete div.close:hover { opacity: 1; }
    .popup-overlay .newsletter-popup-complete h2, .popup-overlay .contact-complete h2 { color: white; font-family: 'museo700', sans-serif; letter-spacing: 0.05em; text-align: center; width: auto; max-width: 315px; margin: 0 auto; font-size: 25px; }

@media (min-width: 992px) {
    .popup-overlay .newsletter-popup-complete h2, .popup-overlay .contact-complete h2 { font-size: 32px; }
}

.popup-overlay .newsletter-popup-complete .divider-points, .popup-overlay .contact-complete .divider-points { margin: 30px auto; }
.popup-overlay .newsletter-popup-complete p, .popup-overlay .contact-complete p { font-family: 'Ubuntu', sans-serif; font-weight: normal; color: white; font-size: 16px; padding: 0 20px; }

@media (min-width: 768px) {
    .popup-overlay .newsletter-popup-complete p, .popup-overlay .contact-complete p { padding: 0 50px; }
}
