/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 100%;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html,
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    height: 100%;
    background-color: #f7f7f7;
    color: #212121;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block;
}
b,
strong {
    font-weight: bold;
}
img {
    color: transparent;
    font-size: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}
ol,
ul {
    list-style: none;
}
li {
    display: list-item;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
th,
td,
caption {
    font-weight: normal;
    vertical-align: top;
    text-align: left;
}
q {
    quotes: none;
}
q:before,
q:after {
    content: "";
    content: none;
}
sub,
sup,
small {
    font-size: 75%;
}
sub,
sup {
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
svg {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
a {
    color: inherit;
    text-decoration: none;
}
*::selection {
    color: #fff;
    background-color: #2196f3;
}
h1,
.h2-title {
    font-size: 2em;
    text-align: center;
    padding-bottom: 15px;
    font-weight: 900;
    /*text-shadow: 0 1px #cacaca;*/
}
input,
button,
textarea {
    font-family: 'Open Sans', sans-serif;
}
button {
    border: 0;
    margin: 0;
    padding: 0;
    outline: 0;
}

/* ----- Generic Starts ----- */

.wcBox {
    width: 100%;
}
.ofAuto {
    overflow: auto;
}
.wcSmooth {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}
.noScroll {
    overflow: hidden;
}
.posRel {
    position: relative;
}
.fxBx {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.boRd {
    border-radius: 2px;
}
.bgWhite {
    background: #fff;
}

.inpPH::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999;
}
.inpPH::-moz-placeholder { /* Firefox 19+ */
  color: #999;
}
.inpPH:-ms-input-placeholder { /* IE 10+ */
  color: #999;
}
.inpPH:-moz-placeholder { /* Firefox 18- */
  color: #999;
}

.wc-contentWrap {
    margin-top: 52px;
}

@media (min-width: 992px) {
    .wcBox {
        max-width: 960px;
        padding-right: 10px;
        padding-left: 10px;
        margin-right: auto;
        margin-left: auto;
    }

    .wc-contentWrap {
        margin-top: 108px;
    }
}

@media (min-width: 1200px) {
    .wcBox {
        max-width: 1220px;
    }
}

/* ----- Generic Ends ----- */


/* ----- Custom Icons Starts ----- */

[class*="wc-ico"] {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #666;
    box-sizing: border-box;
}
[class*="wc-ico-arrow"] {
    width: 14px;
    height: 14px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-radius: 2px 0 2px 0;
    top: -1px;
}
[class*="wc-ico-arrow-left"] {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
[class*="wc-ico-arrow-up"] {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
[class*="wc-ico-arrow-right"] {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
[class*="wc-ico-arrow-down"] {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

/* ----- Custom Icons Ends ----- */


/* ----- Common Starts ----- */

.wc-breadcrumb {
    display: flex;
    padding: 12px 10px;
    background: #fff;
}
.wc-breadcrumb > li+li {
    padding-left: 15px;
}
.wc-breadcrumb > li {
    position: relative;
    font-size: 13px;
}
.wc-breadcrumb > li+li:after {
    position: absolute;
    content: "/";
    left: 5px;
    top: 0;
}

.btn-eff1 {
    background: -webkit-linear-gradient(top,#fd5e5d,#f15352);
    background: linear-gradient(top,#fd5e5d,#f15352);
    -webkit-box-shadow: inset 0px 1px 0px #ff8988, 0px 3px 0px 0px #d23534, 0px 3px 1px #d44948;
    -moz-box-shadow: inset 0px 1px 0px #ff8988, 0px 3px 0px 0px #d23534, 0px 3px 1px #d44948;
    box-shadow: inset 0px 1px 0px #ff8988, 0px 3px 0px 0px #d23534, 0px 3px 1px #d44948;
}
.btn-eff1:active {
    box-shadow: none;
}

@media (min-width: 992px) {
    .wc-breadcrumb {
        padding: 15px 0;
        background: transparent;
    }
}

/* ----- Common Ends ----- */


/* ----- Coupon Modal Starts ----- */
.df-couponPopup {
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(45,62,80,.7);
}
.df-couponPopup.showDrop {
    opacity: 1;
    z-index: 9999;
    visibility: visible;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}
.df-couponPopup .modal-body {
    position: relative;
    background: #fff;
    width: 95%;
    max-width: 650px;
    height: auto;
    text-align: center;
    border-radius: 6px;
    padding: 30px;
    margin-top: -100px;
}
.df-couponPopup .pu-modal-dismiss {
    position: absolute;
    right: 21px;
    top: 21px;
    font-size: 20px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.df-couponPopup .pu-logo {
    padding: 15px 0;
}
.df-couponPopup .pu-tag {
    font-size: 1.8em;
    font-weight: 900;
    margin-bottom: 10px;
}
.df-couponPopup .pu-title {
    font-size: 1.45em;
    font-weight: 600;
    margin-bottom: 45px;
}
.df-couponPopup .pu-code-box {
    display: flex;
    justify-content: center;
    margin: 0 auto 25px;
    line-height: 38px;
}
.df-couponPopup .pu-code {
    padding: 0 25px;
    text-align: center;
    min-width: 230px;
    background: #f9f9f9;
    border: 1px solid #d8e2ec;
    border-radius: 4px;
    font-size: 1.25em;
    letter-spacing: 1px;
}
.df-couponPopup .pu-copy {
    background: #19bcb9;
    color: #fff;
    padding: 0 18px;
    border-radius: 0 4px 4px 0;
    font-size: 15px;
    white-space: nowrap;
    text-transform: uppercase;
    cursor: pointer;
    margin-left: -2px;
}
.df-couponPopup .pu-code-desc {
    margin-bottom: 25px;
}
.df-couponPopup .pu-code-desc a {
    color: blue;
    text-decoration: underline;
}
/* ----- Coupon Modal Ends ----- */


/* ----- Header Starts ----- */

.wc-mLogoBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #273d59;
    color: #fff;
    padding: 0 10px;
    height: 52px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
.wc-mLogoBox a {
    width: 160px;
    height: 30px;
    outline: 0;
    font-size: 1.95em;
    font-weight: 700;
    line-height: 27px;
    text-align: center;
}
.wc-dLogoBox {
    display: none;
}

.wc-header {
    position: fixed;
    z-index: 99;
    top: 0;
    bottom: 0;
    left: -280px;
    right: 0;
    width: 85%;
    max-width: 280px;
    background: #fff;
    overflow: auto;
    -moz-transition: left 0.5s ease;
    -webkit-transition: left 0.5s ease;
    transition: left 0.5s ease;
}
.wc-header.showMenu {
    left: 0;
}
.wc-navItemsBoBox {
    width: 100%;
    max-width: 100%;
    left: -100%;
    overflow: hidden;
}
.open > .wc-navItemsBoBox {
    left: 0;
}

.wc-srchWrap {
    position: fixed;
    top: -350%;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.wc-srchWrap.active {
    top: 0;
}
.wc-srchFormBox {
    /*border-bottom: 1px solid #ececec;*/
}
.wc-srchFormBox input {
    display: block;
    width: 100%;
    height: 44px;
    padding: 0 30px 0 48px;
    border: 0;
    font-size: 14.3px;
    font-weight: 300;
    outline: 0;
}
.wc-srchFormBox button {
    display: none;
}
.srchClose, .srchFind {
    position: absolute;
    top: 10px;
}
.srchClose {
    left: 12px;
}
.srchFind {
    right: 12px;
}
.wc-srchResWrap {
    background: #fff;
    border-top: 1px solid #ececec;
    height: 100%;
    overflow: hidden auto;
}
.wc-srchResBox {
    padding: 8px 0 56px;
}
.wc-srchResPH {
    padding: 30px;
    text-align: center;
    color: #ddd;
    font-weight: 300;
}
.wc-srchResHd {
    display: flex;
    justify-content: space-between;
    padding: 5px 12px;
    font-size: 13.3px;
    margin-bottom: 5px;
}
.wc-srchResHd a {
    text-decoration: underline;
    color: #24b7e3;
}
.wc-srchResWrap ul {
    display: flex;
    padding: 0 12px;
    margin-bottom: 10px;
}
.wc-srchResWrap ul li {
    font-size: 13.5px;
}
.wc-srchResSt {
    flex-direction: column;
}
.wc-srchResSt li {
    padding: 3px 0;
}
.wc-srchResSt li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f5f6f6;
    padding: 10px 10px 10px;
    border-radius: 3px;
}
.wc-srchResSt b {
    display: block;
    margin-top: 3px;
    color: #8eb55a;
    font-size: 13.3px;
}
.wc-srchResSt span {
    margin-left: 15px;
    font-size: 13.3px;
    color: #c0baba;
}
.wc-srchResCt {
    flex-wrap: wrap;
    margin: 0 -8px;
}
.wc-srchResCt li {
    padding: 0 8px 12px;
}
.wc-srchResCt li a {
    display: block;
    color: #273d59;
    border: 1px solid;
    line-height: 24px;
    padding: 0 12px;
    /*margin: 0 8px 12px;*/
    border-radius: 12px;
}

.wc-macBox {
    background: #273d59;
    padding: 30px 20px;
}
/*.wc-macTitle {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    color: #fff;
    border-bottom: 3px solid;
}
.wc-macTitle > span {
    font-size: 1.2em;
    font-weight: 700;
    margin-left: 10px;
    letter-spacing: .1px;
}
.wc-macTitle > span > small {
    display: block;
    font-size: 13.3px;
    font-weight: 400;
}*/
.wc-macChvn {
    display: none;
}
.wc-macOptions {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 25px;
}
.wc-macOptions > li+li {
    margin-top: 25px;
}
.wc-macOptions li button {
    font-size: 1.1em;
    font-weight: 700;
    width: 160px;
    padding: 9px 18px;
    display: flex;
    align-items: center;
    border-radius: 7px;
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}
.wc-macOptions li button:active {
    background: #fff;
    color: #273d59;
}
.wc-macOptions li svg {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}
.wc-macAuthOptions {
    list-style-type: circle;
    text-indent: 5px;
    margin-left: 34px;
    color: #fff;
    padding-top: 7px;
}
.wc-macAuthOptions > li {
    padding: 5px 0;
}
.wc-macAuthOptions > li a {
    display: inline-block;
    color: #fff;
    padding: 3px 0;
}

.wc-mainNavWrap {
    display: flex;
    flex-direction: column;
    background: #fff;
}
.wc-navItemsPr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 10px 7px 18px;
    /*border-bottom: 1px solid #e8e8e8;*/
    border-bottom: 1px solid #c1dcff;
}
.wc-navItemsPr.haschilds {
    background: #e8e8e8;
}
.wc-navItemsPr .txt {
    font-weight: 700;
    font-size: 1.05em;
}
.wc-navItemsPr .ico-r svg {
    width: 35px;
    height: 35px;
    padding: 10px;
}

.wc-navItemsBox {
    max-height: 0;
    overflow: hidden;
    -moz-transition: max-height .5s ease-in-out;
    -webkit-transition: max-height .5s ease-in-out;
    transition: max-height .5s ease-in-out;
}
.open > .wc-navItemsBox {
    max-height: 2000px;
}

.wc-navItems > li {
    padding: 7px 10px 7px 2px;
    margin-left: 35px;
    border-bottom: 1px solid #d8e2ec;
}
.wc-navItems > li > ul > li {
    display: block;
    font-size: .93em;
    max-height: 0;
    overflow: hidden;
    line-height: 34px;
    -moz-transition: max-height .5s ease;
    -webkit-transition: max-height .5s ease;
    transition: max-height .5s ease;
}
.wc-navItems .niHead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 34px;
}
.wc-navItems .niHead > span, .wc-navItems .niHead > a {
    font-weight: 700;
}
.wc-navItems .niHead svg {
    width: 35px;
    height: 35px;
    padding: 10px;
}
.wc-navItems > li .niHead.open+ul > li {
    max-height: 50px;
}
.wc-navItems > li.wc-navFtr {
    color: #00BCD4;
    margin-left: 0;
    padding-left: 35px;
}
.wc-navFtr a {
    display: block;
    font-weight: 600;
    padding: 5px 0 7px 2px;
}

/*.wc-navTopStrBox {
    display: flex;
    padding: 10px;
    border-top: 1px solid #d8e2ec;
}
.wc-ntsbLogo {
    min-width: 80px;
    max-width: 80px;
    height: 32px;
    margin-right: 10px;
    flex-grow: 0;
    border-radius: 2px;
    overflow: hidden;
}
.wc-ntsbTitle {
    font-size: .93em;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .3px;
}
.wc-ntsbDnSumm {
    width: 100%;
    margin-top: 4px;
    font-size: 13.3px;
    color: #f95958;
    color: #8eb55a;
    font-weight: 700;
}
.wc-ntsbCount {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    font-weight: 300;
    color: #bbb;
}*/

.wc-nbiTabsWrap {
    overflow: auto;
}
.wc-nbiTabs {
    display: inline-flex;
}
.wc-nbiTabs li {
    display: block;
    padding: 12px 10px;
}
.wc-nbiTabs li span {
    display: block;
    color: #273d59;
    padding: 4px 20px;
    border: 1px solid;
    border-radius: 17px;
    white-space: nowrap;
}
.wc-nbiTabs li.active span {
    background: #273d59;
    color: #fff;
}
.wc-nbiTabs li svg {
    display: none;
}
.wc-nbiTabPanes > li {
    display: none;
}
.wc-nbiTabPanes > li:first-child {
    display: block;
}
.wc-nbiTabPanes {
    padding: 10px;
    border-top: 1px solid #d8e2ec;
    overflow: auto;
    position: absolute;
    top: 100px;
    bottom: 0;
}
.wc-nbiTabPanes > ul {
    display: flex;
    flex-wrap: wrap;
}
.wc-nbiTabPanes > ul > li {
    margin-bottom: 15px;
    flex-grow: 1;
}

.wc-nbiCpnTile {
    display: flex;
    flex-direction: column;
    padding: 12px;
    border: 1px solid #d8e2ec;
    border-radius: 2px;
    font-size: .89em;
    letter-spacing: .2px;
}
.wc-nbiCtStrTxt {
    font-size: 100%;
    font-weight: 300;
    color: #bbb;
    text-transform: uppercase;
}
.wc-nbiCtCap {
    font-size: 15px;
    font-weight: 700;
    color: #f79b72;
    margin: 6px 0 5px;
}
.wc-nbiCtTitle {
    /*height: 32px;*/
    /*overflow: hidden;*/
    margin-bottom: 7px;
}
.wc-nbiCtDnSumm {
    font-weight: 700;
    color: #2ba828;
    color: #8eb55a;
    margin-bottom: 10px;
}
.wc-nbiCtDnSumm svg {
    width: 24px;
    margin-right: 10px;
}
.wc-nbiCtStrVa {
    color: #24b7e3;
}

.wc-navBackDrop, 
.wc-backDrop {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(45,62,80,.7);
    width: 100%;
    height: 100%;
    z-index: 97;
    opacity: 0;
    visibility: hidden;
}
.wc-backDrop {
    z-index: 990;
}
.wc-ajaxLoader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 991;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
}
.wc-dnNotWorkModal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 991;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
}
.wc-dnNotWorkBox {
    width: 500px;
    background: #fff;
    border-radius: 2px;
    padding: 35px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.wc-dnNotWorkBox h5 {
    margin-bottom: 15px;
    font-size: 28px;
}
.wc-dnNotWorkBox .dnnwmb-btn {
    background: #000;
    color: #fff;
    padding: 10px 25px;
    margin: 25px 0;
    border-radius: 2px;
    cursor: pointer;
}
.wc-dnNotWorkBox .dnnwmb-link {
    color: #2491ef;
    text-decoration: underline;
}
.wc-navBackDrop.showDrop, 
.wc-backDrop.showDrop, 
.wc-ajaxLoader.showLoader, 
.dnNotWorkModal.showModal {
    opacity: 1;
    visibility: visible;
}

.wc-menuClose {
    position: absolute;
    top: 10px;
    right: 15px;
    display: flex;
    padding: 5px;
}

@media (min-width: 992px) {
    .wc-header {
        max-width: 100%;
        width: 100%;
        bottom: auto;
        left: 0;
        overflow: visible;
        background: #273d59;
        box-shadow: 0 2px 10px 0 rgba(0,0,0,0.11);
    }
    .wc-hdlsmWrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 64px;
        background: #273d59;
    }

    .wc-mLogoBox {
        display: none;
    }
    .wc-dLogoBox {
        display: block;
        color: #ffffff;
        width: 206px;
        height: 44px;
        outline: 0;
    }

    .wc-srchWrap {
        position: relative;
        z-index: 9;
    }
    .wc-srchFormBox {
        display: flex;
    }
    .srchClose, .srchFind {
        display: none;
    }
    .wc-srchFormBox input {
        height: 38px;
        width: 450px;
        border: 0;
        border-radius: 7px;
        padding: 0 18px;
        outline: 0;
    }
    .wc-srchFormBox button {
        display: block;
        border: 2px solid #fff;
        background: #273d59;
        outline: 0;
        color: #fff;
        font-size: 15px;
        font-weight: 500;
        text-transform: uppercase;
        border-radius: 2px;
        padding: 0 20px;
        cursor: pointer;
    }
    .wc-srchResWrap {
        position: absolute;
        top: 38px;
        z-index: 1;
        width: 100%;
        height: auto;
        max-height: 380px;
        padding-bottom: 0;
        display: none;
    }
    .active .wc-srchResWrap {
        display: block;
    }
    .wc-srchResBox {
        border-top: 1px solid #ececec;
        padding-bottom: 0;
    }
    .wc-srchResWrap ul {
        padding: 0 18px;
    }
    .wc-srchResWrap ul li {
        font-size: 15px;
    }
    .wc-srchResHd {
        font-size: 14.3px;
        padding: 7px 18px 5px;
    }
    .wc-srchResSt b {
        font-size: 14.3px;
        letter-spacing: .3px;
    }
    .wc-srchResSt span {
        font-size: 14.3px;
    }
    .srchBD::before {
        content: "";
        background: rgba(0, 0, 0, .5);
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: -1;
        opacity: 0;
        visibility: hidden;
    }
    .active .srchBD::before {
        opacity: 1;
        visibility: visible;
    }

    .wc-macBox {
        position: relative;
        padding: 0;
    }
    /*.wc-macTitle {
        max-width: 260px;
        height: 64px;
        border: 0;
        padding: 0 12px;
        margin: 0;
        background: #11b3b0;
        cursor: pointer;
    }
    .wc-macTitle > span {
        margin-right: 10px;
    }*/
    .wc-macChvn {
        display: block;
    }
    .wc-macOptions {
        flex-direction: row;
        margin: 0;
    }
    .open .wc-macOptions, 
    .wc-macBox:hover .wc-macOptions {
        top: 64px;
        -webkit-box-shadow: 0 12px 40px 0 rgba(0,0,0,.12);
        box-shadow: 0 12px 40px 0 rgba(0,0,0,.12);
    }
    /*.wc-macOptions li {
        width: 100%;
    }*/
    .wc-macOptions > li+li {
        margin-top: 0;
        margin-left: 15px;
    }
    .wc-macOptions li button {
        width: auto;
        padding: 0 12px;
        line-height: 34px;
        cursor: pointer;
    }
    .wc-macOptions li button:hover {
        background: #fff;
        color: #273d59;
    }

    .wc-macAuthOptions {
        background: #fff;
        position: absolute;
        width: 100%;
        z-index: -1;
        border-radius: 0 0 2px 2px;
        margin: 0;
        top: -350%;
        list-style-type: none;
        text-indent: unset;
    }
    .open .wc-macAuthOptions {
        top: 64px;
        -webkit-box-shadow: 0 12px 40px 0 rgba(0,0,0,.12);
        box-shadow: 0 12px 40px 0 rgba(0,0,0,.12);
    }
    .wc-macAuthOptions > li {
        padding: 0;
    }
    .wc-macAuthOptions > li a {
        display: block;
        color: initial;
        padding: 10px 18px;
    }
    .wc-macAuthOptions > li+li a {
        border-top: 1px solid #f3f3f3;
    }

    .wc-mainNavOuter {
        background: #fff;
    }
    .wc-mainNavWrap {
        justify-content: space-between;
        flex-direction: row;
        background: #fff;
        /*position: relative;*/
    }
    .wc-mainNav {
        display: flex;
    }
    .wc-mainNav > li {
        position: relative;
        cursor: pointer;
    }
    .wc-mainNav > li:not(:first-child) {
        margin-left: 18px;
    }
    .wc-mainNav > li:not(:last-child) {
        margin-right: 18px;
    }
    .wc-navItemsPr {
        line-height: 44px;
        padding: 0;
        border: 0;
        cursor: pointer;
    }
    .wc-navItemsPr.haschilds {
        background: transparent;
    }
    .wc-navItemsPr .txt {
        font-size: 1em;
        font-weight: 500;
    }
    .wc-navItemsPr.haschilds .txt:after {
        content: "\25BE";
        padding-left: 6px;
        position: static;
        right: 0;
        font-weight: 400;
    }
    .wc-navItemsPr .ico-r {
        display: none;
    }
    .wc-mainNav > li:hover .wc-navItemsPr .txt {
        color: #00BCD4;
    }
    .wc-navItemsPr .txt::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 3px;
        background-color: transparent;
        left: 0;
        bottom: 0;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        opacity: 0;
        visibility: hidden;
    }
    .wc-mainNav > li:hover .wc-navItemsPr .txt::before {
        opacity: 1;
        visibility: visible;
        background-color: #00BCD4;
    }
    .wc-navItemsPr.haschilds::after {
        content: "";
        position: fixed;
        top: 108px;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.5);
        z-index: -1;
        right: 0;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }
    .wc-mainNav > li:hover .wc-navItemsPr.haschilds::after {
        opacity: 1;
        visibility: visible;
    }

    .wc-navItemsBox {
        position: absolute;
        top: 44px;
        left: 0;
        /* right: 0; */
        /* bottom: unset; */
        /* z-index: -1; */
        /* overflow: hidden; */
        /* width: 100%; */
        padding: 0;
        min-width: 980px;
         max-height: 550px; 
        /* background: transparent; */
         opacity: 0; 
         visibility: hidden; 
        -moz-transition: .5s;
        -webkit-transition: .5s;
        transition: .5s;
    }
    .wc-mainNav > li:hover .wc-navItemsBox {
        top: 44px;
        opacity: 1;
        visibility: visible;
    }

    .wc-navItems {
        display: flex;
        flex-wrap: wrap;
        background-color: #fff;
        padding: 0 10px;
        border-top: 1px solid #d8e2ec;
    }
    .wc-navItems > li.wc-navFtr {
        width: 100%;
        padding: 15px 12px 21px;
        border-top: 1px solid #e8e8e8;
    }
    .wc-navFtr a {
        padding: 0;
    }

    .wc-navItems > li {
        flex-grow: 1;
        padding: 10px;
        border: 0;
        margin: 0;
    }
    .wc-navStrItems .niHead {
        border-bottom: 1px solid #d4e7ff;
        margin-bottom: 5px;
        margin-right: 50px;
    }
    .wc-navItems .niHead svg {
        display: none;
    }
    .wc-navStrItems > li > ul {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        height: 215px;
    }
    .wc-navItems > li > ul > li {
        font-size: 1em;
    }
    .wc-navItems > li > ul > li {
        max-height: 50px;
    }
    .wc-navItems > li > ul > li a {
        display: inline-block;
        line-height: 20px;
        font-size: .91em;
    }
    .wc-navItems > li > ul > li:hover a {
        text-decoration: underline;
    }

    .wc-ntsbLogo {
        min-width: 70px;
        max-width: 70px;
        height: 28px;
    }

    .wc-nbiTabsWrap {
        overflow: hidden;
        width: 170px;
        flex-grow: 0;
    }
    .wc-nbiTabs {
        display: flex;
        flex-direction: column;
    }
    .wc-nbiTabs li {
        display: flex;
        align-items: center;
        padding: 13px 13px 13px 20px;
        cursor: pointer;
    }
    .wc-nbiTabs li+li {
        border-top: 1px solid #d8e2ec;
    }
    .wc-nbiTabs li span {
        border: 0;
        color: inherit;
        font-size: .93em;
        padding: 0;
        flex-grow: 1;
        letter-spacing: .2px;
        background: transparent;
    }
    .wc-nbiTabs li svg {
        display: block;
    }
    .wc-nbiTabs li.active span {
        background: transparent;
        color: inherit;
    }
    .wc-nbiTabs li:hover {
        color: #273d59;
        font-weight: 700;
    }
    .wc-nbiTabPanes {
        position: unset;
        width: 770px;
        border: 0;
        border-left: 1px solid #d8e2ec;
        padding: 12px 12px 0;
    }
    .wc-nbiTabPanes > ul {
        justify-content: space-between;
    }
    .wc-nbiTabPanes > ul > li {
        width: 240px;
        flex-grow: 0;
    }
    .wc-nbiCtTitle {
        height: 48px;
        overflow: hidden;
    }

    .wc-navBackDrop.showDrop {
        opacity: 0;
        visibility: hidden;
    }
    .wc-menuClose {
        display: none;
    }
}

@media (min-width: 1200px) {
    /*.wc-navTopStrBox {
        width: 257px;
    }*/
    .wc-nbiTabsWrap {
        width: 200px;
    }
    .wc-nbiTabPanes {
        width: 920px;
    }
    .wc-nbiTabPanes > ul > li {
        width: 290px;
    }
}

/* ----- Header Ends ----- */


/* ----- Footer Starts ----- */

.wc-footContBox {
    background: #fff;
}
.wc-footCont {
    padding: 24px 12px;
}
.wc-fcSubTitle {
    width: 100%;
    text-transform: uppercase;
    font-size: 15px;
    color: #273d59;
    margin-bottom: 15px;
}
.wc-fcLoDe > * {
    display: block;
    text-align: center;
    margin-bottom: 25px;
}
.wc-fcLogo {
    color: #273d59;
}
.wc-fcDesc {
    font-size: .96em;
    font-weight: 400;
    line-height: 1.4;
}
.wc-fcSocial {
    text-align: center;
    margin-bottom: 30px;
    border-bottom: 1px solid #273d59;
}
.wc-fcQLinksWrap {
    margin-bottom: 30px;
    border-bottom: 1px solid #273d59;
}
.wc-fcSocial ul {
    width: 280px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 30px;
}
.wc-fcSocial a {
    display: block;
    width: 50px;
    height: 50px;
}
.wc-fcQLinks {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.wc-fcQLinks > li ul li {
    margin-top: 21px;
    font-size: .91em;
    font-weight: 400;
}
.wc-footCopyRit {
    background: #273d59;
    color: #fff;
}
.wc-fcrWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 30px 12px;
}
.wc-fcrWrap > * {
    font-size: .9em;
    text-align: center;
}
.wc-fcrWrap > *:not(:last-child) {
    margin-bottom: 25px;
}
.wc-fcrLinks {
    display: flex;
    font-weight: 600;
    font-size: 1em!important;
}
.wc-fcrLinks li+li {
    border-left: 2px solid;
    margin: 0 0 0 15px;
    padding-left: 15px;
}

.wc-footSubsBox {
    background: #00BCD4;
    padding: 30px;
}

@media (min-width: 992px) {
    .wc-footCont {
        display: flex;
        justify-content: space-between;
        padding: 50px 0;
    }
    .wc-footCont > * {
        flex-grow: 1;
    }
    .wc-fcLoDe {
        width: 25%;
        max-width: 370px;
        margin-right: 50px;
        order: 1;
    }
    .wc-fcLoDe > * {
        text-align: left;
    }
    .wc-fcQLinksWrap {
        order: 2;
        max-width: 360px;
        margin: 0;
        border: 0;
    }
    .wc-fcSocial {
        order: 3;
        flex-grow: 0;
        width: 280px;
        text-align: left;
        border: 0;
        margin-left: 50px;
    }
    .wc-fcSocial ul {
        margin: 0;
    }
    .wc-fcrWrap {
        /*justify-content: space-between;*/
        padding: 20px 0;
    }
    .wc-fcrLinks {
        margin: 0!important;
    }
}

/* ----- Footer Ends ----- */


/* ----- Home Page Starts ----- */

.wc-hmDbanner {
    padding-bottom: 5px;
}
.wc-hmDbanner .owl-dots {
    padding: 5px;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    display: none;
}
.wc-hmSliderBox {
    margin-bottom: 25px;
    margin-top: 15px;
}
.wc-hmSliderWrp {
    overflow-x: auto;
    padding: 12px 15px;
}
.wc-hmSlider {
    display: inline-flex;
}
.wc-hmSlider li {
    width: 270px;
    cursor: pointer;
    border-radius: 7px;
    overflow: hidden;
    position: relative;
}
.wc-hmSlider li+li {
    margin-left: 15px;
}
.wc-hmSliderBar {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    padding: 22px 12px 16px;
}
.wc-hmSliderBar .img {
    position: absolute;
    top: -30px;
    left: 12px;
    width: 100px;
    height: 40px;
    padding: 0px;
    border-radius: 3px;
    overflow: hidden;
    background: rgb(34, 34, 34);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.wc-hmSliderBar .cap {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.wc-hmSliderBar .ttl {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wc-hmH2Box {
    padding: 30px 10px;
}
.wc-hmH2 {
    font-size: 17px;
    line-height: 24px;
    padding: 0;
    letter-spacing: .2px;
    margin: 0 auto 8px;
    text-align: center;
}
.wc-hmH2Sub {
    font-weight: 300;
    text-align: center;
    margin-bottom: 25px;
}

.wc-hmHiwHead {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .3px;
    margin-bottom: 15px;
}
.wc-hmDnHiwStepsWrap {
    overflow-x: auto;
    overflow-y: hidden;
}
.wc-hmDnHiwSteps {
    display: inline-flex;
    width: 1200px;
}
.wc-hmDnHiwSteps li {
    min-width: 296px;
    min-height: 112px;
    background: #f5f6f6;
    background: #f7f7f7;
    padding: 22px 15px 32px 15px;
}
.wc-hmDnHiwSteps li:first-child {
    min-width: 245px;
}
.wc-hmDnHiwSteps > li span {
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}
.wc-hmDnHiwSteps li p {
    font-size: 14.3px;
    padding-left: 3px;
}
.wc-hmDnHiwSteps > li span b {
    font-size: 21px;
    font-style: italic;
}
.wc-hmDnHiwSteps li+li {
    padding-left: 48px;
    position: relative;
}
.wc-hmDnHiwSteps li:last-child {
    background: #f95958;
    color: #fff;
}
.wc-hmDnHiwSteps li+li::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 74px solid transparent;
    border-left: 37px solid #fff;
    border-bottom: 74px solid transparent;
    position: absolute;
    top: -14px;
    left: -7px;
}
.wc-hmDnHiwSteps li+li::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 74px solid transparent;
    /*border-left: 37px solid #f5f6f6;*/
    border-left: 37px solid #f7f7f7;
    border-bottom: 74px solid transparent;
    position: absolute;
    top: -14px;
    left: -14px;
    border-radius: 0;
}
.wc-hmDnHiwSteps li:not(:last-child) {
    padding-right: 0;
}
.wc-hmHbJust {
    font-size: 16px;
    line-height: 1.4em;
    text-align: center;
    margin-top: 15px;
    font-weight: 500;
    color: #4FC3F7;
}
.wc-hmDnLmBox {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.wc-hmDnLmBox li {
    background: #f95958;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 36px;
    padding: 0 25px;
    border-radius: 4px;
    letter-spacing: .3px;
    text-transform: uppercase;
    cursor: pointer;
}
.wc-hmDnLmBox li:active {
    box-shadow: none;
}

.wc-hmH3 {
    font-size: 20px;
    line-height: 24px;
    padding: 0 10px;
    margin-bottom: 12px;
    text-align: center;
    letter-spacing: .3px;
}
.wc-hmFtStrsWrap {
    padding: 25px 0;
    margin-bottom: 25px;
}
.wc-hmFtStrsBox {
    overflow: auto;
    padding: 0 10px;
}
.wc-hmFtStrsLs {
    display: inline-flex;
    flex-wrap: wrap;
    width: 220%;
    max-width: 971px;
}
.wc-hmFtStrsLs > li {
    width: 16.66%;
    padding: 6px 5px;
}
.wc-hmFtStrsLs a {
    display: block;
    background: #fff;
    border: 1px solid #e8e8e8;
    padding: 7px 7px;
    border-radius: 7px;
}

.wc-hmTpCatsWrap {
    /*margin-bottom: 30px;*/
}
.wc-hmTpCatsBox {
    padding: 25px 5px;
}
.wc-hmTpCatsLs {
    display: flex;
    flex-wrap: wrap;
    max-width: 430px;
    margin: 0 auto;
}
.wc-hmTpCatsLs > li {
    width: 50%;
    padding: 5px;
}
.wc-hmTpCatsLs > li:first-child {
    width: 100%;
}
.wc-hmTpCatsLs a {
    display: block;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.wc-hmTpCatsLs a::before {
    content: "";
    background: rgba(0, 0, 0, .4);
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 36px;
}
.wc-hmTpCatsLs a img {
    width: 100%;
}
.wc-hmTpCatsLs a span {
    position: absolute;
    bottom: 8px;
    left: 15px;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
}

.wc-hmTpOfLs {
    margin: 0 5px 18px;
}
.wc-hmTpOfLs li {
    padding: 5px;
}
.wc-hmTpOfLs:not(.active) > li:nth-child(n+19) {
    /*display: none;*/
}
.wc-hmTpOfLsBtn {
    width: 110px;
    background: #f95958;
    color: #fff;
    text-align: center;
    padding: 0 12px;
    line-height: 32px;
    font-size: 15px;
    border-radius: 2px;
    margin: 0 auto 35px;
    cursor: pointer;
}

.wc-hmCpnBox {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 15px;
    font-size: 13.3px;
    background: #fff;
    /*border: 1px solid #e2e2e2;*/
    border-radius: 7px;
    box-shadow: 0 1px 4px 0 rgba(17,19,35,.08);
    position: relative;
}
.wc-hmCpnBxHd {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    align-items: center;
    margin-top: 22px;
}
.wc-hmCpnBxHd > img {
    width: 85px;
    height: 36px;
    box-shadow: 0 0 0 1px #e8e8e8;
    border-radius: 7px;
}
.wc-hmCpnBxHd > p {
    font-size: 18px;
    font-weight: 700;
    /*color: #f79b72;*/
    color: #8bc34a;
    color: #00BCD4;
}
.wc-hmCpnBox > h3 {
    font-weight: 400;
    margin-bottom: 5px;
    cursor: pointer;
}
.wc-hmCpnBox > h3:hover {
    text-decoration: underline;
}
.wc-hmCpnBox > a {
    color: #24b7e3;
    font-size: 13.3px;
}
.wc-hmCpnBox > span {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #CDDC39;
    border: 1px solid;
    padding: 0 5px;
    line-height: 18px;
    border-radius: 2px;
    font-size: 12px;
}

.wc-hmAbout {
    padding: 15px 10px;
    font-size: 13.3px;
}
.wc-hmAbout > h2, .wc-hmAbout > h3 {
    font-size: 14.3px;
    line-height: 20px;
    display: inline-block;
    border-left: 3px solid;
    padding-left: 10px;
    margin-bottom: 8px;
}
.wc-hmAbout > p {
    margin: 0 0 14px 15px;
}
@media (min-width: 360px) {
    .wc-hmH2 {
        font-size: 20px;
    }
}
@media (min-width: 375px) {
    .wc-hmH2Sub {
        font-size: 14px;
    }
    .wc-hmDnLmBox {
        margin-top: 25px;
    }
    .wc-hmDnLmBox li {
        font-size: 16px;
        line-height: 39px;
        padding: 0 30px;
    }
}
@media (min-width: 410px) {
    .wc-hmH2 {
        font-size: 23px;
    }
}
@media (min-width: 576px) {
    .wc-hmH2 {
        font-size: 26px;
        max-width: 100%;
    }
    .wc-hmH2Sub {
        max-width: 570px;
    }
    .wc-hmHiwHead {
        font-size: 20px;
    }
}
@media (min-width: 768px) {
    .wc-hmH3 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .wc-hmH2 {
        font-size: 28px;
        line-height: 30px;
    }
    .wc-hmH2Sub {
        font-size: 16px;
        max-width: 570px;
        margin: 0 auto 18px;
    }

    .wc-hmHbJust {
        font-size: 17px;
        margin-top: 25px;
        letter-spacing: .3px;
    }
    .wc-hmDnLnMe {
        margin-top: 25px;
    }

    .wc-hmFtStrsLs {
        width: 100%;
    }

    .wc-hmTpCatsLs {
        max-width: 100%;
        position: relative;
    }
    .wc-hmTpCatsLs > li {
        width: 25%;
    }
    .wc-hmTpCatsLs > li:first-child {
        width: 50%;
    }
    .wc-hmTpCatsLs > li:nth-child(4) {
        position: absolute;
        left: 50%;
        top: 33.33%;
    }
    .wc-hmTpCatsLs > li:nth-child(5) {
        position: absolute;
        left: 75%;
        top: 33.33%;
    }

    .wc-hmTpOfLs {
        display: flex;
        flex-wrap: wrap;
        margin: 0 10px 30px;
    }
    .wc-hmTpOfLs > li {
        width: 50%;
        padding: 7px;
    }

    .wc-hmCpnBox {
        padding: 15px;
    }
    .wc-hmCpnBox > h3 {
        height: 32px;
        overflow: hidden;
    }
}

@media (min-width: 992px) {
    .wc-hmDbanner {
        padding-top: 25px;
    }
    .wc-hmDbanner .owl-dots {
        padding: 12px;
    }
    .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
        display: block;
        background: #fff;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,.22);
        -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.22);
        -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.22);
        position: absolute;
        top: 35%;
    }
    .owl-carousel .owl-nav button.owl-prev span, 
    .owl-carousel .owl-nav button.owl-next span {
        line-height: 24px;
        font-size: 44px;
    }
    .owl-carousel .owl-nav button.owl-prev {
        left: -25px;
    }
    .owl-carousel .owl-nav button.owl-next {
        right: -25px;
    }
    .owl-theme .owl-nav [class*=owl-]:hover {
        background: #fff;
        color: initial;
    }
    .wc-hmSliderBox {
        overflow: hidden;
        padding: 0;
        margin: 40px 0 50px;
    }
    .wc-hmSlider {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .wc-hmSlider li {
        width: 32%;
    }
    .wc-hmSlider:not(.active) li:nth-child(n+5) {
        display: none;
    }
    .wc-hmSlider li+li {
        margin-left: 0;
    }

    .wc-hmH2Box {
        padding: 50px 0;
    }
    .wc-hmH2 {
        font-size: 28px;
        line-height: 40px;
    }
    .wc-hmH2Sub {
        font-size: 18px;
        max-width: none;
        margin-bottom: 40px;
    }

    .wc-hmHiwHead {
        font-size: 22px;
    }

    .wc-hmHbJust {
        font-size: 18px;
    }
    .wc-hmDnLmBox {
        margin-top: 35px;
    }
    .wc-hmDnLmBox li {
        font-size: 18px;
        line-height: 44px;
        padding: 0 40px;
    }

    .wc-hmH3 {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 25px;
    }

    .wc-hmFtStrsWrap {
        margin-bottom: 50px;
    }
    .wc-hmFtStrsBox {
        padding: 0;
    }
    .wc-hmFtStrsLs {
        width: 100%;
        max-width: 100%;
    }
    .wc-hmFtStrsLs > li {
        width: 12.5%;
        padding: 10px 10px;
    }
    .wc-hmFtStrsLs a {
        /*line-height: 90px;*/
        padding: 12px 8px;
    }

    .wc-hmTpCatsWrap {
        /*margin-bottom: 50px;*/
    }
    .wc-hmTpCatsBox {
        padding: 50px 0;
        margin: 0 -5px;
    }

    .wc-hmTpOfLs {
        margin: 0 0 30px;
    }
    .wc-hmTpOfLsBtn {
        margin-bottom: 50px;
    }
    .wc-hmCpnBox {
        font-size: 14.3px;
        /*border-color: #f5f5f5;*/
    }
    .wc-hmCpnBxHd {
        margin-bottom: 25px;
    }
    .wc-hmCpnBxHd > img {
        width: 100px;
        height: 40px;
    }
    .wc-hmCpnBxHd > p {
        font-size: 24px;
    }
    .wc-hmCpnBox > h3 {
        font-size: 15px;
        line-height: 20px;
        height: 40px;
        overflow: hidden;
        margin-bottom: 10px;
    }
    .wc-hmCpnBox > a {
        /*font-weight: 700;*/
        /*letter-spacing: .2px;*/
    }
    .wc-hmCpnBox > span {
        top: 15px;
        right: 15px;
    }

    .wc-hmAbout {
        font-size: 1em;
        padding: 50px 0 45px;
    }
    .wc-hmAbout > h2, .wc-hmAbout > h3 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 15px;
    }
    .wc-hmAbout > p {
        margin-bottom: 25px;
        line-height: 20px;
    }
}

@media (min-width: 1200px) {
    .wc-hmH2 {
        font-size: 32px;
        line-height: 40px;
    }
    .wc-hmH2Sub {
        font-size: 21px;
    }
    .wc-hmH3 {
        font-size: 30px;
    }

    .wc-hmTpCatsLs a::before {
        height: 50px;
    }
    .wc-hmTpCatsLs a span {
        bottom: 15px;
        left: 20px;
        font-size: 22px;
    }

    .wc-hmTpOfLs > li {
        width: 33.33%;
    }
    .wc-hmTpOfLs:not(.active) > li:nth-child(n+17) {
        display: none;
    }
}

/* ----- Home Page Starts ----- */


/* ----- Coupon Box New Starts ----- */

.wc-mpCpnTile {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    -moz-box-shadow: rgba(226, 226, 226, 0.6) 0px 7px 10px -5px;
    -webkit-box-shadow: rgba(226, 226, 226, 0.6) 0px 7px 10px -5px;
    box-shadow: rgba(226, 226, 226, 0.6) 0px 7px 10px -5px;
    overflow: hidden;
}
.wc-mpCpnTile .top {
    padding: 10px;
}
.wc-mpCpnTile .top-l {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}
.wc-mpCpnTile .cap {
    display: flex;
    font-size: 18px;
    font-weight: 700;
    color: #00BCD4;
}
.wc-mpCpnTile .lgo {
    width: 85px;
    height: 36px;
    box-shadow: 0 0 0 1px #e8e8e8;
    border-radius: 7px;
    overflow: hidden;
}
.wc-mpCpnTile .str {
    text-transform: uppercase;
    font-size: .89em;
    color: #a0a0a0;
    margin-bottom: 5px;
}
.wc-mpCpnTile .ttl {
    font-weight: 700;
    line-height: 21px;
    margin-bottom: 5px;
}
.wc-mpCpnTile .top-r {
    display: flex;
    justify-content: flex-end;
}
.wc-mpCpnTile .btn {
    background: #273d59;
    color: #fff;
    font-size: .95em;
    padding: 0 12px;
    line-height: 34px;
    white-space: nowrap;
    border-radius: 17px;
    -moz-box-shadow: 0 2px 4px 0 rgba(157,157,157,.5);
    -webkit-box-shadow: 0 2px 4px 0 rgba(157,157,157,.5);
    box-shadow: 0 2px 4px 0 rgba(157,157,157,.5);
    margin-top: -20px;
}
.wc-mpCpnTile .bot {
    border-top: 1px solid #e0e0e0;
    background: #f7f7f7;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 12px;
}
.wc-mpCpnTile .vtg {
    font-size: .89em;
    font-weight: 700;
}
.wc-mpCpnTile .exp {
    font-size: .83em;
    color: #a0a0a0;
}

.wc-mpCpnTile .det {
    padding: 12px;
    border-top: 1px solid #e0e0e0;
    position: relative;
    display: none;
}
.wc-mpCpnTile .det.active {
    display: block;
}
.wc-mpCpnTile .det .hed {
    font-size: .95em;
    font-weight: 700;
    display: block;
    margin-bottom: 8px;
    letter-spacing: .2px;
}
.wc-mpCpnTile .det .cnt {
    width: 100%;
    font-size: 13.3px;
    line-height: 18px;
}
.wc-mpCpnTile .det .cls {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #ccc;
    border: 2px solid;
    width: 20px;
    line-height: 16px;
    text-align: center;
    border-radius: 50%;
}
.wc-mpCpnTile .det .cnt p {
    margin-bottom: 8px;
}
.wc-mpCpnTile .det .cnt ol, .wc-mpCpnTile .det .cnt ul {
    list-style-type: circle;
    margin-left: 25px;
}
.wc-mpCpnTile .det .cnt li {
    margin-bottom: 8px;
}
.wc-mpCpnTile .det .cnt a {
    color: #273d59;
    text-decoration: underline;
}
.wc-mpCpnTile .det .cnt > table {
  width: 100% !important;
  margin-bottom: 15px;
}
.wc-mpCpnTile .det .cnt > table td {
  border: 1px solid #ddd;
  padding: 5px 10px;
}


.wc-mpCpBx {
    background: #fff;
    padding: 10px;
    border: 1px solid #d8e2ec;
    border-radius: 2px;
    position: relative;
}
.wc-mpCpBx.ontop {
    border-top: 4px solid #ffd700;
}
.wc-mpCpBxCap {
    width: 100%;
    margin: 0 0 5px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    /*color: #f79b72;*/
    color: #8bc34a;
    color: #00BCD4;
}
.wc-mpCpBxCap span {
    text-transform: uppercase;
}
.wc-mpCpBxLCS {
    display: flex;
    flex-wrap: wrap;
}
.wc-mpCpBxStLgo {
    width: 70px;
    margin: 0 5px 8px 0;
}
.wc-mpCpBxStTxt {
    font-size: 12px;
    color: #adadad;
    max-width: 120px;
    line-height: 15px;
}
.wc-CpBxTitle {
    font-size: 15.3px;
    font-weight: 700;
    margin: 0 0 8px;
}
.wc-CpBxRtSm {
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    margin: 7px 0 10px;
    color: #8eb55a;
}
.wc-CpBxRtSm span {
    display: inline-block;
    margin-right: 10px;
}
.wc-CpBxDnSum {
    font-weight: 700;
    color: #2ba828;
    margin-bottom: 10px;
}
.wc-CpBxDnSum svg {
    width: 24px;
    height: 22px;
    margin-right: 6px;
}
.wc-CpBxVrUs {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    margin: 0 0 10px;
}
.wc-CpBxVrUs li {
    display: flex;
    color: #b5b5b5;
}
.wc-CpBxVrUs li.verify {
    color: #8eb55a;
}
.wc-CpBxVrUs li svg {
    width: 15px;
    height: 12px;
    margin-right: 5px;
}
.wc-CpBxVrUs li.verify svg {
    width: 12px;
}
.wc-mpCpBxBSS {
    display: flex;
}
.wc-CpBxBtn {
    flex-grow: 1;
    text-align: center;
    text-transform: uppercase;
    font-size: 14.3px;
    height: 30px;
    line-height: 30px;
    background: #f95958;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
}
.wc-mpCpBxShSv {
    display: flex;
    color: #f95958;
    margin-left: 15px;
}
.wc-mpCpBxShSv > li {
    width: 34px;
    text-align: center;
    line-height: 28px;
    border: 1px solid;
    border-radius: 2px;
}
.wc-mpCpBxShSv > li+li {
    margin-left: 5px;
}
.wc-mpCpBxShSv.pending > li:last-child {
    color: #ccc;
}
.wc-mpCpBxShSv > li:last-child span {
    display: none;
}
.wc-mpCpBxShSv:not(.active) > li:last-child span:first-child, 
.wc-mpCpBxShSv.active > li:last-child span:last-child {
    display: block;
}

.wc-CpBxSCE {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    margin-top: 15px;
}
.wc-CpBxSCE > li {
    display: flex;
    color: #999;
    letter-spacing: -0.1px;
}
.wc-CpBxSCE > li:first-child {
    color: #2491ef;
    text-decoration: underline;
    cursor: pointer;
}
.wc-CpBxSCE > li:nth-child(2) {
    cursor: pointer;
}
.wc-CpBxSCE > li:last-child {
    display: none;
}
.wc-CpBxSCE > li svg {
    margin-right: 3px;
}
.wc-mpCpBxSpTg {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 1px 7px;
    color: #8eb55a;
    color: #CDDC39;
    border: 1px solid;
    border-radius: 2px;
}
.wc-mpCpBxSpTg::before {
    /*content: 'WC Exclusive';*/
}

.wc-mpCpBxDes, .wc-mpCpBxCmt {
    width: 100%;
    border-top: 3px solid #d8e2ec;
    margin-top: 15px;
    padding: 15px 0 5px;
    font-size: 13.3px;
    line-height: 18px;
    position: relative;
    display: none;
}
.wc-mpCpBxDes.active {
    display: block;
}
.wc-mpCpBxDes > b, .wc-mpCpBxCmt > b {
    font-size: 14px;
    display: block;
    margin-bottom: 12px;
    letter-spacing: .2px;
}
.wc-mpCpBxDesClose, .wc-mpCpCmtClose {
    position: absolute;
    top: 12px;
    right: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #ccc;
    border: 2px solid;
    width: 20px;
    line-height: 16px;
    text-align: center;
    border-radius: 50%;
}
.wc-mpCpBxDes p {
    margin-bottom: 8px;
}
/*.wc-mpCpBxDes ol {
    list-style-type: decimal;
}
.wc-mpCpBxDes ul {
    list-style-type: circle;
}*/
.wc-mpCpBxDes ol, .wc-mpCpBxDes ul {
	list-style-type: circle;
    margin-left: 25px;
}
.wc-mpCpBxDes li {
    margin-bottom: 8px;
}
.wc-mpCpBxDes a {
    color: #273d59;
    text-decoration: underline;
}
.wc-mpCpBxDes > table {
  width: 100% !important;
  margin-bottom: 15px;
}
.wc-mpCpBxDes > table td {
  border: 1px solid #ddd;
  padding: 5px 10px;
}

.wc-mpCpBxCmt {
    background: #e5f3f3;
    background: #f1f7f7;
    padding: 12px 10px 0;
    display: none;
}
.wc-mpCpBxCmt.active {
    display: block;
}
.wc-mpCpBxCmt > ul > li {
    font-size: 14px;
    line-height: 20px;
}
.wc-mpCpBxCmt > ul > li+li {
    border-top: 2px solid #d8e2ec;
    margin: 12px auto 0;
    padding-top: 12px;
}
.wc-mpCpCmt > p:last-child {
    font-size: 12.3px;
    color: #819598;
}
.wc-mpCpCmt b {
    letter-spacing: .2px
}
.wc-mpCpCmt span {
    margin-left: 15px;
}
.wc-mpCpCmt .time {
    text-transform: capitalize;
}
.wc-mpCpCmtR {
    position: relative;
    padding-left: 34px;
    margin: 12px auto 0;
}
.wc-mpCpCmtR b {
    color: #f95958;
}
.wc-mpCpCmtR i {
    transform: rotate(180deg);
    position: absolute;
    left: 8px;
    color: #bdbdbd;
}
.wc-mpCpCmtRelpyBx {
    position: relative;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 2px solid #d8e2ec;
}
.wc-mpCpCmtRelpyBx input {
    width: 100%;
    border-radius: 5px;
    background-color: #fff;
    border: 2px solid #d6d8da;
    padding: 6px 12px;
    line-height: 19px;
    letter-spacing: .2px;
    outline: 0;
    margin-bottom: 10px;
}
.wc-mpCpCmtRelpyBx textarea {
    width: 100%;
    resize: vertical;
    border-radius: 5px;
    background-color: #fff;
    border: 2px solid #d6d8da;
    padding: 6px 40px 6px 12px;
    min-height: 40px;
    letter-spacing: .2px;
    outline: 0;
}
.wc-mpCpCmtRelpyBx .sendCmnt {
    position: absolute;
    bottom: 17px;
    right: 12px;
    color: #999;
    width: 24px;
    height: 24px;
    line-height: 20px;
    padding-left: 3px;
    cursor: pointer;
}
.wc-mpCpCmtRelpyBx > p {
    font-size: 15.3px;
    font-weight: 500;
    color: #8BC34A;
    text-align: center;
    padding-bottom: 10px;
}

@media (min-width: 375px) {
    .wc-CpBxSCE > li:last-child {
        display: inherit;
    }
    .wc-CpBxRtSm {
        font-size: 14px;
    }
}
@media (min-width: 768px) {
    .wc-mpCpnTile .top {
        display: flex;
        align-items: start;
        padding: 15px;
    }
    .wc-mpCpnTile .top > *{
        flex-grow: 1;
    }
    .wc-mpCpnTile .top-l {
        flex-direction: column;
        min-width: 130px;
        max-width: 130px;
        margin-right: 15px;
        margin-bottom: 0;
    }
    .wc-mpCpnTile .cap {
        flex-direction: column;
        font-size: 26px;
        line-height: 36px;
        text-align: center;
    }
    .wc-mpCpnTile .lgo {
        margin-top: 12px;
    }
    .wc-mpCpnTile .str {
        font-size: .95em;
    }
    .wc-mpCpnTile .ttl {
        font-size: 1.35em;
        line-height: 28px;
    }
    .wc-mpCpnTile .top-r {
        align-self: center;
    }
    .wc-mpCpnTile .btn {
        padding: 0 40px;
        font-size: 1.05em;
        line-height: 40px;
        border-radius: 20px;
        margin-top: 0;
        margin-left: 25px;
        cursor: pointer;
        -webkit-user-select: none; /* Safari */
        -ms-user-select: none; /* IE 10 and IE 11 */
        user-select: none; /* Standard syntax */
    }
    .wc-mpCpnTile .btn:active {
        box-shadow: none;
        margin-top: 3px;
    }
    .wc-mpCpnTile .bot {
        padding: 10px 18px;
    }
    .wc-mpCpnTile .vtg {
        font-size: .95em;
        font-weight: 600;
        cursor: pointer;
    }
    .wc-mpCpnTile .vtg:hover {
        color: #00BCD4;
    }
    .wc-mpCpnTile .exp {
        font-size: .89em;
    }

    .wc-mpCpnTile .det {
        padding: 18px;
        cursor: pointer;
    }
    .wc-mpCpnTile .det .hed {
        font-size: 1.15em;
    }
    .wc-mpCpnTile .det .cls {
        top: 15px;
        right: 15px;
    }

    .wc-mpCpBx {
        padding: 15px;
        display: flex;
        flex-wrap: wrap;
    }
    .wc-mpCpBxLCS {
        flex-direction: column;
        width: 17%;
        margin-right: 1%;
        text-align: center;
        align-items: center;
        align-self: center;
    }
    .wc-mpCpBxStLgo {
        order: 2;
        margin: 0;
        width: 100px;
    }
    .wc-mpCpBxStTxt {
        position: absolute;
        left: 19.3%;
        top: 42px;
        max-width: 100%;
        font-size: 15px;
        font-weight: 700;
        color: #444;
    }
    .wc-mpCpBxCap {
        font-size: 22px;
        text-align: center;
        margin: 0;
        padding-top: 15px;
    }
    .wc-mpCatCpBx .wc-mpCpBxCap {
        margin-bottom: 15px;
    }
    .wc-mpCpBxCap span {
        display: block;
        font-size: 18px;
        margin-top: 7px;
    }
    .wc-mpCpBxTDS {
        width: 55%;
        margin-right: 1%;
        padding-top: 23px;
    }
    .wc-mpCatCpBx .wc-mpCpBxTDS {
        padding-top: 50px;
    }
    .wc-CpBxTitle {
        font-size: 17px;
        margin: 0;
    }
    .wc-CpBxRtSm {
        font-size: 15px;
    }
    .wc-CpBxDnSum {
        margin: 7px 0 15px;
        font-size: 15px;
    }
    .wc-CpBxVUBSS {
        width: 26%;
        padding: 40px 0 20px;
        align-self: center;
    }
    .wc-CpBxVrUs {
        position: absolute;
        left: 19.3%;
        top: 15px;
        font-size: 13.3px;
        font-weight: 400;
        width: 200px;
        margin: 0;
    }
    .wc-CpBxVrUs li svg {
        width: 18px;
        height: 16px;
    }
    .wc-CpBxVrUs li.verify svg {
        width: 14px;
    }
    .wc-mpCpBxBSS {
        flex-direction: column;
        align-items: flex-end;
    }
    .wc-CpBxBtn {
        padding: 0 20px;
        min-width: 174px;
        box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0), 0 3px 3px rgba(0, 0, 0, 0.15);
        line-height: 36px;
        height: 36px;
        font-size: 15px;
        font-weight: 500;
    }
    .wc-mpCpBxShSv {
        position: absolute;
        bottom: 15px;
        right: 15px;
        /*color: #999;*/
        border: 0;
    }
    .wc-mpCpBxShSv > li {
        width: 40px;
        height: 16px;
        line-height: 16px;
        border: 0;
    }
    .wc-mpCpBxShSv > li+li {
        border-left: 1px solid;
        border-radius: 0;
    }
    .wc-mpCpBxShSv > li span {
        cursor: pointer;
    }

    .wc-CpBxSCE {
        width: 100%;
        max-width: 390px;
        margin: 0 0 0 18%;
        font-size: 13.3px;
    }
    .wc-CpBxSCE > li svg {
        width: 16px;
        height: 16px;
        margin: 1px 5px 0 0;
    }
    .wc-mpCpBxSpTg {
        font-size: 13.3px;
        padding: 2px 9px 3px;
        top: 14px;
        right: 15px;
    }

    .wc-mpCpBxDes, .wc-mpCpBxCmt {
        padding: 15px;
        border: 1px solid #d8e2ec;
        border-radius: 2px;
    }
    .wc-mpCpBxDesClose, .wc-mpCpCmtClose {
        right: 15px;
        cursor: pointer;
    }
}
@media (min-width: 1200px) {
    .wc-mpCpBxCap {
        font-size: 32px;
    }
    .wc-mpCpBxCap span {
        font-size: 28px;
        font-weight: 400;
        margin-top: 16px;
    }
    .wc-mpCpBxStTxt {
        color: #d2d2d2;
        letter-spacing: .3px;
    }
    .wc-mpCpBxTDS {
        width: 59%;
        padding-top: 25px;
    }
    .wc-CpBxVUBSS {
        width: 22%;
    }
    .wc-CpBxTitle {
        font-size: 19px;
        font-weight: 700;
    }
    .wc-CpBxRtSm {
        font-size: 16px;
    }
}

/* ----- Coupon Box New Ends ----- */


/* ----- Main Page Starts ----- */

.wc-mpCpnListWrap, .wc-mpSidebar, .wc-mpLgDescWrap, .wc-mpStrComments {
    padding: 0 10px;
}

.wc-mpStrInfoBx {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 14px 12px 24px;
}
.wc-mpSibLogo {
    width: 200px;
    height: auto;
    border: 1px solid #e8e8e8;
    border-radius: 7px;
    overflow: hidden;
    padding: 7px;
    margin-bottom: 10px;
}
.wc-mpSibRtng {
    margin-bottom: 10px;
}
.wc-mpSibGoto a {
    display: block;
    border-radius: 7px;
    padding: 8px 16px;
    font-size: 1.15em;
    font-weight: 600;
    background: #273d59;
    color: #fff;
}


.wc-mpDCatImg {
    display: none;
}
.wc-mpCatInfoBx {
    background: #fff;
    padding: 10px;
}
.wc-mpCatInfoBx .lgo {
    text-align: center;
    margin-bottom: 10px;
}
.wc-mpCatInfoBx .lgo img {
    width: 120px;
    border-radius: 8px;
}
.wc-mpCatInfoBx .ttl {
    font-size: 1.45em;
}
.wc-mpcatRelCat {
    margin-bottom: 15px;
}
.wc-mpcatRelCat .itms-bx {
    overflow-x: auto;
    margin-top: 10px;
}
.wc-mpcatRelCat ul {
    display: flex;
}
.wc-mpcatRelCat ul li+li {
    margin-left: 15px;
}
.wc-mpcatRelCat ul a {
    display: block;
    color: #00bcd4;
    border: 1px solid;
    white-space: nowrap;
    padding: 1px 12px 3px;
    font-size: 13px;
    line-height: 24px;
    border-radius: 8px;
    text-decoration: underline;
}
.wc-mpCatRelStr .itms-bx {
    overflow-x: auto;
    margin-top: 10px;
}
.wc-mpCatRelStr ul {
    display: flex;
}
.wc-mpCatRelStr ul li+li {
    margin-left: 15px;
}
.wc-mpCatRelStr ul a {
    display: block;
    width: 120px;
    /*height: 90px;*/
    border: 1px solid #d8e2ec;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
}


.wc-mpTpCtUpp {
    display: flex;
    padding: 0 10px 10px;
    position: relative;
}
.wc-mpTpCtUpp.wc-mpHasDn {
    padding-bottom: 95px;
}
.wc-mpLogoBox {
    width: 50%;
    min-width: 120px;
    max-width: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 12px;
    border-radius: 2px;
    overflow: hidden;
}
.wc-mpLogo {
    border: 1px solid #f7f7f7;
    padding: 0 5px;
    margin-bottom: 7px;
    flex-grow: 1;
    display: flex;
    align-items: center;
}
.wc-mpLogoCtaBx {
    display: none;
}
.wc-mpDetailsBox {
     flex-grow: 1;
}

.wc-mpStAlrtBox {
    width: 100%;
    text-align: center;
    cursor: pointer;
}
.wc-mpStAlrtBox > span {
    display: block;
    width: 100%;
    padding: 0;
    line-height: 27px;
    border: 1px solid;
    border-radius: 2px;
    font-size: 13.5px;
    font-weight: 700;
}
.wc-mpStAlrtBox > span:first-child {
    background: #f95958;
    color: #fff;
    border-color: #f95958;
}
.wc-mpStAlrtBox > span:last-child {
    color: #f95958;
    display: none;
}
.wc-mpStAlrtBox span svg {
    margin: -2px 10px 0 0;
}
.wc-mpStAlrtBox.pending > span {
    background: #ccc;
    border-color: #ccc;
}
.wc-mpStAlrtBox.active span:first-child {
    display: none;
}
.wc-mpStAlrtBox.active span:last-child {
    display: block;
}
.wc-mpStAlrtBox.active.pending > span {
    background: #eee;
    border-color: #bbb;
    color: #bbb;
}

.wc-mpTitleBox {
    display: flex;
    flex-direction: column;
}
.wc-mpTitle {
    font-size: 21px;
    padding: 0;
    margin-bottom: 20px;
}
.wc-mpStAlrtBox.desk {
    display: none;
}

.wc-mpRatingBox {
    text-align: left;
}
.wc-mpRating {
  unicode-bidi: bidi-override;
  direction: rtl;
  margin-bottom: 3px;
}
.wc-mpRating input {
    display: none;
}
.wc-mpRating > label {
  display: inline-block;
  position: relative;
  width: 20px;
  line-height: 19px;
  font-size: 23px;
  color: #ddd;
}
.wc-mpRating > label.active {
  color: #ffd700;
}
.wc-mpRating > label:hover:before,
.wc-mpRating > label:hover ~ label:before {
   content: "\2605";
   position: absolute;
}
.wc-mpRating > label+label {
    margin-right: 3px;
}
.wc-mpRatingTxt, .wc-mpRatingThanks {
    font-size: 13px;
    line-height: 15px;
    color: #718184;
    white-space: nowrap;
}
.wc-mpRatingThanks {
    display: none;
}

.wc-mpDnSumBox {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 12px 10px;
    display: none;
}
.wc-mpDnSum {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.wc-mpDnSumIco {
    line-height: 40px;
}
.wc-mpDnSumTxt {
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
    margin-left: 7px;
    color: #f95958;
    letter-spacing: -0.2px;
}
.wc-mpDnSumTxt > div:first-child {
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: normal;
}
.wc-mpDnCtaBx {
    width: 100%;
}
.wc-mpDnCtaBtn {
    background: #f95958;
    color: #fff;
    width: 150px;
    margin: 10px auto 0;
    line-height: 32px;
    text-align: center;
    border-radius: 3px;
}
.wc-mpDnInfo {
    display: flex;
    justify-content: space-between;
    max-width: 405px;
}
.wc-mpDnInfo > * {
    font-size: 13px;
    color: #1289d7;
    cursor: pointer;
    text-decoration: underline;
    line-height: 20px;
}

.wc-mRating {
  unicode-bidi: bidi-override;
  direction: rtl;
}
.wc-mRating > span {
  display: inline-block;
  position: relative;
  width: 1.1em;
}
.wc-mRating > span:hover:before,
.wc-mRating > span:hover ~ span:before {
   content: "\2605";
   position: absolute;
}

.wc-mpTpCtLow {
    padding: 12px 0;
    background: #f7f7f7;
}
.wc-mpCpTyFilter {
    display: flex;
    color: #273d59;
    border: 1px solid;
    border-radius: 8px;
    overflow: hidden;
}
.wc-mpCpTyFilter li {
    flex-grow: 1;
}
.wc-mpCpTyFilter li+li {
    border-left: 1px solid;
}
.wc-mpCpTyFilter li span {
    display: block;
    background: #fff;
    padding: 0 5px;
    font-size: 14px;
    font-weight: 700;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
}
.wc-mpCpTyFilter li.active span {
    background: #273d59;
    color: #fff;
}
.wc-mpCpTyFilter small {
    font-size: 1em;
}

.wc-mpIsCatPg .wc-mpDetailsBox {
    width: 100%;
}
.wc-mpIsCatPg .wc-mpLogoBox {
    display: none;
}
.wc-mpIsCatPg .wc-mpTitleBox {
    border-bottom: 2px solid #d8e2ec;
    padding-bottom: 10px;
    margin: 0;
    flex-wrap: wrap;
}
.wc-mpIsCatPg .wc-mpTitle {
    min-height: 36px;
}
.wc-mpIsCatPg .wc-mpStAlrtBox {
    width: auto;
}
.wc-mpIsCatPg .wc-mpStAlrtBox > span {
    padding: 0 14px 0 12px;
    min-width: 127px;
}

.wc-mpRelCatBox, .wc-mpRelStrBox {
    padding-top: 15px;
    /*margin-bottom: 15px;*/
}
.wc-mpRelCatTxt, .wc-mpRelStrTxt {
    font-size: 13px;
    font-weight: 700;
    line-height: 15px;
    margin-bottom: 8px;
}
.wc-mpRelCats, .wc-mpRelStrs {
    overflow: auto;
}
.wc-mpRelCats ul, .wc-mpRelStrs ul {
    display: flex;
}
.wc-mpRelCats ul li+li, .wc-mpRelStrs ul li+li {
    margin-left: 10px;
}
.wc-mpRelCats ul li a {
    display: block;
    color: #273d59;
    border: 1px solid;
    white-space: nowrap;
    padding: 0 10px;
    font-size: 13px;
    line-height: 24px;
    border-radius: 2px;
    text-decoration: underline;
}
.wc-mpRelStrTile {
    display: block;
    width: 120px;
    height: 90px;
    padding: 5px;
    padding: 15px 5px!important; /*----Temporary---*/
    border: 1px solid #d8e2ec;
    border-radius: 2px;
    font-size: 12px;
}
.wc-mpRelStrTile > div {
    width: 85px;
    margin: 0 auto;
}
.wc-mpRelStrTile span, .wc-mpRelStrTile p {
    display: block;
    text-align: center;
    margin-top: 8px;
}
.wc-mpRelStrTile span {
    color: #2ba828;
    height: 14px;
}
.wc-mpRelStrTile p {
    color: #bbb;
    font-weight: 300;
}

/*-----------------*/

.wc-mpContentWrap {
    /*margin-bottom: 25px;*/
}
.wc-mpDnInfoDesc {
    background-color: #a9b2b5;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/img/site/hm-collage.jpg);
    padding: 12px 10px 15px;
    margin-bottom: 18px;
}
.wc-mpDnInfoDesc > p {
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 18px;
    text-transform: uppercase;
    letter-spacing: .3px;
    word-spacing: 3px;
    line-height: 22px;
    color: #fff;
}
.wc-mpDnInfoDesc > ul {
    display: flex;
    justify-content: space-between;
    max-width: 280px;
    margin: 0 auto;
}
.wc-mpDnInfoDesc > ul li {
    background: #f95958;
    color: #fff;
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 3px;
    background: -webkit-linear-gradient(top,#fd5e5d,#f15352);
    background: linear-gradient(top,#fd5e5d,#f15352);
    -webkit-box-shadow: inset 0px 1px 0px #ff8988, 0px 3px 0px 0px #d23534, 0px 3px 1px #d44948;
    -moz-box-shadow: inset 0px 1px 0px #ff8988, 0px 3px 0px 0px #d23534, 0px 3px 1px #d44948;
    box-shadow: inset 0px 1px 0px #ff8988, 0px 3px 0px 0px #d23534, 0px 3px 1px #d44948;
}
.wc-mpCpnList {
    display: flex;
    flex-wrap: wrap;
}
.wc-mpCpnList > li {
    flex-grow: 1;
    margin-bottom: 15px;
}
.wc-mpCpLsMdH2 h2 {
    font-size: 15px;
}

/*----------------------*/

.wc-mpHowToWrap h2, 
.wc-mpSummTableWrap h2, 
.wc-mpNewsWrap h2, 
.wc-mpLgDescWrap h2 {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
}
.wc-mpHowTo {
    font-size: 13.3px;
    background: #fff;
    border: 1px solid #d8e2ec;
    border-radius: 2px;
    padding: 10px;
    margin-bottom: 20px;
}
.wc-mpHowTo > ol {
    list-style-type: decimal;
    margin-left: 15px;
}
.wc-mpHowTo > ol li {
    margin-bottom: 5px;
}

.wc-mpSummTable {
    font-size: 13.3px;
    background: #fff;
    margin-bottom: 20px;
}
.wc-mpSummTable table {
    width: 100%;
}
.wc-mpSummTable th, .wc-mpSummTable td {
    padding: 3px 5px;
    border: 1px solid #d8e2ec;
}
.wc-mpSummTable th {
    font-weight: 700;
    padding: 5px;
}

.wc-mpLgDesc {
    background: #fff;
    border: 1px solid #d8e2ec;
    border-radius: 2px;
    padding: 10px;
    font-size: 13.3px;
    line-height: 18px;
    overflow: hidden;
    margin-bottom: 20px;
}
.wc-mpLgDesc > h3 {
    font-size: 1.05em;
    margin-bottom: 7px;
}
.wc-mpLgDesc > p {
    margin-bottom: 10px;
}
.wc-mpLgDesc ul {
    list-style-type: disc;
}
.wc-mpLgDesc ol {
    list-style-type: decimal;
}
.wc-mpLgDesc ul, .wc-mpLgDesc ol {
    margin: 0 0 15px 30px;
}
.wc-mpLgDesc ul li, .wc-mpLgDesc ol li {
    margin-bottom: 5px;
}
.wc-mpLgDesc table {
    margin-bottom: 15px;
    display: table;
    width: 100%;
}
.wc-mpLgDesc table td, .wc-mpLgDesc table th {
    border: 1px solid #eee;
    padding: 5px 10px;
}
.wc-mpLgDesc table th {
    font-weight: 700;
}
.wc-mpLgDesc a {
    color: #337ab7;
    text-decoration: underline;
}
.wc-mpLgDesc a:hover {
    color: #23527c;
}

/*----------------------*/

.mpSbStrDesc {
    margin-bottom: 25px;
}
.mpSbStrDesc > p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}
.mpSbStrDesc > div {
    font-size: 13.2px;
    height: 178px;
    overflow: hidden;
    margin-bottom: 5px;
    text-align: justify;
}
.mpSbStrDesc.active > div {
    height: auto;
}
.mpSbStrDesc > span {
    font-size: 14px;
    font-weight: 700;
    color: #00BCD4;
    cursor: pointer;
}

.wc-mpSbLinks {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    align-items: flex-start;
}
.wc-mpSbLinks > p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 12px;
}
.wc-mpSbLinks > a {
    font-size: 14px;
    text-decoration: underline;
    margin-bottom: 10px;
    color: #273d59;
}

@media (min-width: 375px) {
    .wc-mpTitle {
        font-size: 24px;
        line-height: 28px;
        min-height: 56px;
    }

    .wc-mpDnSumIco svg {
        width: 40px;
        height: 40px;
    }
    .wc-mpDnSumTxt {
        font-size: 13.3px;
        margin-left: 10px;
    }
    .wc-mpDnSumTxt > div:first-child {
        font-size: 16px;
    }

    .wc-mpIsCatPg .wc-mpTitle {
        font-size: 24px;
        line-height: 28px;
    }

    .wc-mpDnInfoDesc > p {
        font-size: 15px;
    }
    .wc-mpDnInfoDesc > ul {
        max-width: 300px;
    }
    .wc-mpDnInfoDesc > ul li {
        font-size: 16px;
    }
}
@media (min-width: 425px) {
    .wc-mpLogoBox {
        margin-right: 15px;
    }
    .wc-mpDnSumTxt {
        font-size: 14px;
    }
    .wc-mpDnSumTxt > div:first-child {
        font-size: 18px;
    }

    .wc-mpDnInfoDesc > p {
        font-size: 17px;
    }
    .wc-mpDnInfoDesc > ul {
        max-width: 340px;
    }
    .wc-mpDnInfoDesc > ul li {
        font-size: 18px;
    }
}
@media (min-width: 576px) {
    .wc-mpDnInfoDesc > p {
        font-size: 18px;
        line-height: 26px;
        word-spacing: 4px;
        max-width: 400px;
        margin: 0 auto 18px;
    }
}
@media (min-width: 768px) {
    .wc-mpDnInfoDesc {
        padding: 25px 15px 30px;
    }

    .wc-mpCpLsMdH2 h2 {
        font-size: 17px;
    }
    .wc-mpHowToWrap h2, .wc-mpSummTableWrap h2, .wc-mpNewsWrap h2, .wc-mpLgDescWrap h2 {
        font-size: 17px;
        line-height: 22px;
    }
    .wc-mpHowTo {
        font-size: 14.3px;
        padding: 15px;
        margin-bottom: 25px;
    }
    .wc-mpSummTable {
        font-size: 14.3px;
    }
    .wc-mpSummTable th, .wc-mpSummTable td {
        padding: 7px 15px;
    }
    .wc-mpSummTable th {
        padding: 10px 15px;
        font-size: 15px;
    }
    
    .wc-mpLgDesc {
        font-size: 14.3px;
        margin-bottom: 25px;
    }
}
@media (min-width: 992px) {
    .wc-mpCpnListWrap, .wc-mpSidebar, .wc-mpLgDescWrap, .wc-mpStrComments {
        padding: 0;
    }

    .wc-mpTopCont {
        /*margin-bottom: 25px;*/
        position: relative;
    }
    .wc-mpStrInfoBx {
        position: absolute;
        width: 25%;
        background: #fff;
        border: 1px solid #e8e8e8;
        padding-top: 40px;
        padding-bottom: 35px;
        border-radius: 8px;
    }
    .wc-mpSibLogo {
        margin-bottom: 15px;
    }
    .wc-mpSibRtng {
        margin-bottom: 25px;
    }
    .wc-mpSibTtl {
        position: absolute;
        top: 0;
        left: 100%;
        margin-left: 25px;
        width: 650px;
    }

    .wc-mpCatPg .wc-mpSidebar {
        margin-top: 0;
    }
    .wc-mpCatPg .wc-mpTpCtLow {
        margin-top: 30px;
    }
    .wc-mpDCatImg {
        display: block;
        margin-bottom: 25px;
    }
    .wc-mpDCatImg img {
        width: 100%;
        border-radius: 8px;
    }
    .wc-mpCatInfoBx {
        background: transparent;
        padding: 0;
    }
    .wc-mpCatInfoBx .lgo {
        display: none;
    }
    .wc-mpCatInfoBx .ttl {
        text-align: left;
        font-size: 32px;
        line-height: 28px;
        margin-bottom: 10px;
    }


    .wc-mpTpCtUpp, .wc-mpTpCtUpp.wc-mpHasDn {
        padding: 0 0 8px;
    }
    .wc-mpLogoBox {
        position: absolute;
        width: 22%;
        height: 100px;
        background: #fff;
        padding: 0;
        max-width: none;
        border: 1px solid #f3f3f3;
    }
    .wc-mpHasDn .wc-mpLogoBox {
        height: 158px;
    }
    .wc-mpLogo {
        border: 0;
        padding: 0;
        margin: 0;
        width: 175px;
        height: 70px;
    }
    .wc-mpLogoCtaBx {
        width: 100%;
        display: block;
        padding: 0 15px 15px;
    }
    .wc-mpLcbBtn {
        background: #f95958;
        color: #fff;
        padding: 0 15px;
        line-height: 36px;
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        border-radius: 2px;
        cursor: pointer;
    }
    .wc-mpLcbTxt {
        display: flex;
        color: #8eb55a;
        font-size: 12.3px;
        font-weight: 500;
        margin-top: 15px;
        max-height: 36px;
        overflow: hidden;
    }

    .wc-mpLcbTxt p {
        margin-left: 8px;
        line-height: 18px;
    }
    .wc-mpDetailsBox {
        margin-left: 24%;
    }
    .wc-mpTitleBox {
        margin-bottom: 8px;
        flex-direction: row;
        justify-content: space-between;
    }
    .wc-mpTitle {
        font-size: 32px;
        min-height: auto;
        text-align: left;
        /*line-height: 38px;*/
        margin-bottom: 0;
    }
    .wc-mpStAlrtBox {
        display: none;
    }
    .wc-mpStAlrtBox.desk {
        display: block;
        width: auto;
        margin-bottom: 15px;
    }
    .wc-mpStAlrtBox.desk > span {
        padding: 0 15px;
        line-height: 35px;
        font-size: 17px;
    }
    .wc-mpDnSumBox {
        position: static;
        text-align: left;
        padding: 0;
    }
    .wc-mpRatingBox {
        text-align: right;
    }
    .wc-mpDnCtaBx, .wc-mpDnInfo {
        display: none;
    }
    .wc-mpDnSum {
        margin-bottom: 8px;
        font-size: 22px;
    }
    .wc-mpDnSumIco {
        line-height: 50px;
    }
    .wc-mpDnSumIco svg {
        width: 50px;
        height: 42px;
    }
    .wc-mpDnSumTxt {
        margin-left: 12px;
    }
    .wc-mpDnSumTxt div:first-child {
        font-size: 27px;
        font-weight: 500;
        line-height: 31px;
        margin-bottom: 4px;
    }
    .wc-mpDnSumTxt div:last-child {
        font-size: 14px;
        font-weight: 400;
        line-height: 15px;
    }

    .wc-mpTpCtLow {
        /*background: #19bcb9;*/
        padding: 0;
        margin: 60px 0 30px;
    }
    .wc-mpCpTyFilter {
        /*display: inline-flex;*/
        /*justify-content: space-between;*/
        /*margin-left: 24%;*/
        /*border-radius: 0;*/
    }
    .wc-mpCpTyFilter li {
        /*flex-grow: 0;*/
    }
    .wc-mpCpTyFilter li+li {
        /*margin-left: 25px;*/
    }
    .wc-mpCpTyFilter li span {
        padding: 0 15px;
        font-size: 16px;
        line-height: 38px;
        /*border-radius: 2px;*/
        /*background: #0aa09e;*/
        /*color: #fff;*/
    }
    .wc-mpCpTyFilter li.active span {
        /*background: #fff;*/
        /*color: #19bcb9;*/
    }

    .wc-mpIsCatPg .wc-mpLogoBox {
        display: inherit;
        height: 238px;
        border: 0;
    }
    .wc-mpIsCatPg .wc-mpLogo {
        width: 100%;
        height: 100%;
    }
    .wc-mpIsCatPg .wc-mpLogo img {
        width: 100%;
        height: 100%;
    }
    .wc-mpIsCatPg .wc-mpDetailsBox {
        width: 76%;
    }

    .wc-mpIsCatPg .wc-mpTitleBox {
        border: 0;
        padding: 0;
    }
    .wc-mpIsCatPg .wc-mpTitle {
        font-size: 32px;
    }
    .wc-mpRelCatBox, .wc-mpRelStrBox {
        display: flex;
        align-items: center;
    }
    .wc-mpRelCatTxt, .wc-mpRelStrTxt {
        font-weight: 400;
        margin: 0;
        min-width: 80px;
        max-width: 80px;
    }
    .wc-mpRelCats, .wc-mpRelStrs {
        flex-grow: 1;
        border-left: 1px dashed #d8e2ec;
        margin-left: 10px;
        padding-left: 12px;
        overflow: hidden;
    }
    .wc-mpRelStrTile {
        width: 114.28px;
        padding: 5px 3px;
    }

    /*--------------*/
    .wc-mpContentWrap {
        display: flex;
        justify-content: space-between;
    }
    .wc-mpContent {
        order: 2;
        width: 73%;
    }
    .wc-mpCpnList {
        margin-bottom: 15px;
    }

    /*-------------------*/

    .wc-mpHowToWrap h2, 
    .wc-mpSummTableWrap h2, 
    .wc-mpNewsWrap h2, 
    .wc-mpLgDescWrap h2 {
        font-size: 21px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .wc-mpHowTo {
        font-size: 14.3px;
        line-height: 20px;
        padding: 15px;
        margin-bottom: 30px;
    }

    .wc-mpSummTable {
        font-size: 14.3px;
        line-height: 20px;
        margin-bottom: 30px;
    }
    .wc-mpSummTable th, .wc-mpSummTable td {
        padding: 6px 16px;
    }
    .wc-mpSummTable th {
        font-size: 16px;
        padding: 10px 16px;
        letter-spacing: .3px;
    }

    .wc-mpLgDesc {
        font-size: 14.3px;
        line-height: 20px;
        padding: 15px;
    }
    .wc-mpLgDesc > h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    /*--------------------*/

    .wc-mpSidebar {
        width: 25%;
        margin-top: 310px;
    }
    .wc-mpSidebar.wc-mpHasDn {
        margin-top: 60px;
    }
}
@media (min-width: 1200px) {
    .wc-mpDnInfoDesc > p {
        max-width: 740px;
    }

    .wc-mpLcbTxt {
        font-size: 15px;
    }
    .wc-mpRelStrTile {
        width: 141.64px;
    }
    .wc-mpCpLsMdH2 h2 {
        font-size: 18px;
    }
}

/* ----- Main Page Ends ----- */


/* ----- How it works Starts ----- */

.wc-hiwTitle {
    padding: 15px;
}
.wc-hiwStepWrap {
    padding-top: 40px;
    border-top: 1px solid #f7f7f7;
}
.wc-hiwStepTxt {
    padding: 0 10px;
    text-align: center;
}
.wc-hiwStepTxt > h2 {
    font-size: 26px;
    line-height: 32px;
    color: #273d59;
    margin-bottom: 20px;
    letter-spacing: .2px;
}
.wc-hiwStepTxt > p {
    font-size: 18px;
    max-width: 610px;
    margin: 0 auto 20px;
}
.wc-hiwStepFig {
    text-align: center;
}

@media (min-width: 992px) {
    .wc-hiwStepWrap {
        display: flex;
        justify-content: space-between;
    }
    .wc-hiwStepTxt, .wc-hiwStepFig {
        width: 48%;
    }
    .wc-hiwStepTxt {
        text-align: left;
    }
    .wc-hiwStepFig {
        text-align: right;
    }
    .wc-hiwStepRev .wc-hiwStepTxt {
        order: 2;
    }
    .wc-hiwStepRev .wc-hiwStepFig {
        text-align: left;
    }
    .wc-hiwStepTxt > h2 {
        font-size: 44px;
        font-weight: 400;
        line-height: 48px;
        margin-bottom: 25px;
    }
    .wc-hiwStepTxt > p {
        font-size: 22px;
        line-height: 32px;
    }
}

@media (min-width: 1200px) {
    .wc-hiwStepTxt, .wc-hiwStepFig {
        width: 45%;
    }
    .wc-hiwStepTxt > h2 {
        font-size: 48px;
        line-height: 52px;
        margin-bottom: 30px;
    }
}

/* ----- How it works Ends ----- */


/* ----- Coupon Page Starts ----- */

.wc-cpContentWrap {
    margin-bottom: 100px;
}
.wc-cpGoBackBox {
    width: 100%;
    padding: 15px;
}
.wc-cpGoBackBox a {
    font-size: 14.3px;
}
.wc-cpMainBox {
    background: #fff;
    padding: 30px 10px;
}
.wc-cpLogoBox {
    width: 140px;
    min-width: 140px;
    margin: 0 auto 30px;
}
.wc-cpLogo {
    display: block;
    height: 62px;
    box-shadow: 0 0 0 1px #d8e2ec;
    border-radius: 2px;
    padding: 9px 15px;
    margin: 0 auto 7px;
}
.wc-cpStAlert {
    background: #273d59;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 14.3px;
    font-weight: 700;
    line-height: 26px;
    padding: 0 10px;
    border: 1px solid #273d59;
    border-radius: 2px;
    cursor: pointer;
}
.wc-cpStAlert > span:last-child, 
.wc-cpStAlert.active > span:first-child {
    display: none;
}
.wc-cpStAlert.active > span:last-child {
    display: block;
}
.wc-cpStAlert svg {
    margin-right: 8px;
}
.wc-cpStAlert.pending {
    background: #ccc;
    border-color: #ccc;
}
.wc-cpStAlert.active {
    background: #fff;
    border-color: #273d59;
    color: #273d59;
}
.wc-cpStAlert.active.pending {
    background: #eee;
    border-color: #bbb;
    color: #bbb;
}

.wc-cpTitle {
    font-size: 18px;
    padding-bottom: 22px;
}
.wc-cpCodUseInfo {
    font-size: 12.5px;
    text-align: center;
}
.wc-cpCodeDealBox {
    display: flex;
    line-height: 34px;
    margin: 8px 0 15px;
}
.wc-cpCodeBox, .wc-cpDealBox {
    flex-grow: 1;
    text-align: center;
    background: #f9f9f9;
    border: 1px solid #d8e2ec;
    border-radius: 3px 0 0 3px;
    letter-spacing: 0.5px;
    padding: 0 5px;
    margin-right: 75px;
    position: relative;
    font-size: 14.3px;
}
.wc-cpDealBox {
    margin-right: 15px;
    border-radius: 3px;
}
.wc-cpCopyBtn {
    width: 65px;
    position: absolute;
    background: #273d59;
    color: #fff;
    padding: 1px 5px;
    border-radius: 0 3px 3px 0;
    top: -1px;
    right: -65px;
    font-size: 15px;
    letter-spacing: 0;
    cursor: pointer;
}
.wc-cpCpnSave {
    color: #273d59;
    border: 1px solid;
    border-radius: 3px;
    padding: 0 12px;
    cursor: pointer;
}
.wc-cpCpnSave span {
    display: none;
}
.wc-cpCpnSave:not(.active) span:first-child, 
.wc-cpCpnSave.active span:last-child {
    display: block;
}
.wc-cpCpnSave.pending {
    color: #ccc;
}

.wc-cpCpnDetTog {
    font-size: 12.5px;
    color: #bfbfbf;
    color: #aaa;
    cursor: pointer;
}
.wc-cpCpnDetTog [class*="arrow"] {
    width: 8px;
    height: 8px;
    left: 2px;
    color: inherit;
}
.wc-cpCpnDetTog [class*="arrow-down"] {
    top: -3px;
}
.wc-cpCpnDetTog [class*="arrow-up"] {
    top: 1px;
}
.wc-cpCpnDet {
    border-bottom: 1px dashed #d8e2ec;
}
.wc-cpCpnDet.active {
    display: block;
}
.wc-cpVstStr {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin: 35px 0;
    color: #509cde;
}
.wc-cpVstStr svg {
    width: 22px;
    height: 22px;
    margin-top: -5px;
}
.wc-cpDidCpnWrkd {
    text-align: center;
    margin-bottom: 35px;
}
.wc-cpDidCpnWrkd > span {
    display: inline-block;
    background: #f7f7f7;
    color: #6f6f6f;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 14px;
}
.wc-cpDidCpnWrkd svg {
    cursor: pointer;
}
.wc-cpCpnShrBox > b {
    display: block;
    text-align: center;
    text-transform: uppercase;
}
.wc-cpCpnShr {
    display: flex;
    justify-content: space-between;
    max-width: 220px;
    margin: 10px auto 0;
}
.wc-cpCpnShr a {
    display: block;
    color: #fff;
    width: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
}
.wc-cpCpnShr svg {
    width: 20px;
    height: 20px;
    margin-top: -3px;
}
.wc-cpShrWA svg {
    width: 28px;
    height: 28px;
}
.wc-cpShrFB {
    background: #475993;
}
.wc-cpShrTW {
    background: #03a9f4;
}
.wc-cpShrMA {
    background: #dc4e41;
}
.wc-cpShrWA {
    background: #25d366;
}

.wc-cpDnBlurb {
    background: #f95958;
    color: #fff;
    padding: 18px 10px;
    font-size: 14.3px;
}
.wc-cpDnBlurb > b, .wc-cpSubsBox > b, .wc-cpFollUsBox > b {
    display: inline-block;
    border-left: 4px solid;
    padding-left: 10px;
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
}
.wc-cpDnBlurb > b svg, .wc-cpSubsBox > b svg, .wc-cpFollUsBox > b svg {
    margin-right: 10px;
    vertical-align: top;
}
.wc-cpDnBlurb > p {
    max-width: 300px;
}
.wc-cpDnBlurb > a {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin: 15px 0 0;
    letter-spacing: .2px;
}
.wc-cpSubsBox {
    background: #fff;
    padding: 18px 10px;
    font-size: 14.3px;
}
.wc-cpSubsForm {
    display: flex;
    margin: 15px 0 0;
    max-width: 355px;
}
.wc-cpSubsForm input {
    flex-grow: 1;
    font-size: 13.3px;
    line-height: 32px;
    padding: 0 10px;
    border: 1px solid #19bcb9;
    border-radius: 2px 0 0 2px;
}
.wc-cpSubsForm button {
    background: #19bcb9;
    color: #fff;
    padding: 0 8px;
    font-size: 15px;
    border-radius: 0 2px 2px 0;
}
.wc-cpFollUsBox {
    background: #fff;
    padding: 18px 10px;
    font-size: 14.3px;
    border-top: 1px dashed #d8e2ec;
}
.wc-cpFollUsBox > ul {
    display: flex;
    justify-content: space-between;
    max-width: 240px;
    margin: 15px auto 0;
}
.wc-cpSponSpaceBox {
    display: none;
}

@media(min-width: 768px) {
    .wc-cpCpnDet {
        border-style: solid;
    }
}
@media(min-width: 992px) {
    .wc-cpContentWrap {
        display: flex;
        flex-wrap: wrap;
    }
    .wc-cpGoBackBox {
        padding: 22px 15px;
    }
    .wc-cpGoBackBox a {
        font-size: 15px;
    }
    .wc-cpContent {
        width: 622px;
    }
    .wc-cpSidebar {
        width: 300px;
        margin-left: 18px;
    }
    .wc-cpMainBox {
        padding: 30px 25px;
    }
    .wc-cpLoTtCoBox {
        display: flex;
        align-items: flex-start;
    }
    .wc-cpLogoBox {
        flex-direction: column;
        margin-right: 30px;
    }
    .wc-cpTtCoBox {
        flex-grow: 1;
    }
    .wc-cpLogo {
        margin: 0 0 18px;
    }
    .wc-cpStFav, .wc-cpStAlert {
        line-height: 28px;
        font-size: 14.3px;
        font-weight: 700;
    }
    .wc-cpStFav svg, .wc-cpStAlert svg {
        width: 18px;
        height: 18px;
    }
    .wc-cpStFav svg {
        height: 17px;
    }

    .wc-cpDnBlurb, .wc-cpSubsBox, .wc-cpFollUsBox {
        padding: 18px 15px;
    }
}

@media(min-width: 1200px) {
    .wc-cpContent {
        width: 882px;
    }
    .wc-cpMainBox {
        padding: 40px;
    }
    .wc-cpLogo {
        height: 92px;
        padding: 22px 10px;
    }
    .wc-cpTitle {
        font-size: 22px;
        padding-bottom: 27px;
    }
    .wc-cpCodeBox, .wc-cpDealBox {
        font-size: 18px;
    }
}

/* ----- Coupon Page Ends ----- */


/* ----- Page Starts ----- */

.wc-touContentBox {
    margin-bottom: 50px;
}
.wc-touContent {
    padding: 15px 10px;
}
.wc-touContent h1 {
    border-bottom: 2px solid #d8e2ec;
    font-size: 24px;
    text-align: left;
    text-transform: uppercase;
    padding-bottom: 12px;
    margin-bottom: 21px;
    letter-spacing: .2px;
}
.wc-touContent h2 {
    font-size: 21px;
    padding: 10px 0 8px;
}
.wc-touContent h3 {
    font-size: 17px;
    padding: 10px 0 8px;
}
.wc-touContent ol>li, .wc-touContent p, .wc-touContent ul>li {
    font-size: 13.3px;
    line-height: 1.59;
    letter-spacing: .1px;
    margin-bottom: 8px;
}
.wc-touContent ol {
    list-style-type: decimal;
}
.wc-touContent ul {
    list-style-type: disc;
}
.wc-touContent ol, .wc-touContent ul {
    margin-left: 25px;
}
.wc-touContent a {
    color: #19bcb9;
}

@media(min-width: 992px) {
    .wc-touContent {
        padding: 30px;
    }
    .wc-touContent h1 {
        font-size: 32px;
        margin-bottom: 25px;
    }
    .wc-touContent h2 {
        font-size: 25px;
        padding: 15px 0 10px;
    }
    .wc-touContent h3 {
        font-size: 21px;
        padding: 15px 0 10px;
    }
    .wc-touContent ol>li, .wc-touContent p, .wc-touContent ul>li {
        font-size: 14.3px;
        line-height: 1.79;
    }
}

/* ----- Page Ends ----- */


/* ----- Auth Elem Starts ----- */

.wc-authModalWrap {
    background: #f7f7f7;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 101;
    padding: 35px 12px 30px;
    overflow-x: hidden;
    overflow-y: scroll;
    display: none;
}
.wc-authModalWrap.showModal {
    display: block;
}
.wc-authModalBox {
    max-width: 380px;
    background: #fff;
    margin: 0 auto;
    padding: 18px 15px 25px;
    border-radius: 2px;
    box-shadow: 0 1px 11px 0 rgba(0,0,0,.12);
    position: relative;
}
.wc-authModalClose {
    position: absolute;
    top: -21px;
    right: 12px;
    font-size: 40px;
    font-weight: 300;
    /*background: #19bcb9;*/
    background: #000;
    color: #fff;
    width: 40px;
    height: 36px;
    line-height: 28px;
    text-align: center;
    border-radius: 2px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.08);
    cursor: pointer;
}
.wc-authModalHead > li {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 3px solid #d8e2ec;
    display: none;
}

.wc-authModalHead p {
    font-size: 15px;
    font-weight: 400;
}
.wc-authModalHead a {
    color: #19bcb9;
}
.wc-authTogg > p {
    font-size: 14.3px;
    padding: 7px 0;
    margin-bottom: 15px;
}
.wc-authTogg span {
    color: #19bcb9;
    text-decoration: underline;
    cursor: pointer;
}
.wc-authSocialBox > p, 
.wc-loginBox > p, 
.wc-signupBox > p {
    font-size: 14.3px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 15px;
}
.wc-loginWrap, 
.wc-signupWrap, 
.wc-fgPassWrap {
    display: none;
}
.showLogin .wc-authModalHead > li:nth-child(1), 
.showLogin .wc-loginWrap, 
.showSignup .wc-authModalHead > li:nth-child(2), 
.showSignup .wc-signupWrap, 
.showFgPass .wc-authModalHead > li:nth-child(3), 
.showFgPass .wc-fgPassWrap {
    display: block;
}

.wc-authBtn {
  display: block;
  width: 100%;
  background-color: #19bcb9;
  color: white;
  text-decoration: none;
  margin: 20px 0;
  padding: 14px 15px;
  border-radius: 2px;
  position: relative;
  font-size: 14.3px;
  cursor: pointer;
}
.wc-authBtnSocial::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0), 0 3px 3px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.wc-authBtnSocial:hover::after {
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.2);
}
.wc-authBtnSocial {
  padding-left: 64px;
  position: relative;
  z-index: 1;
}
.wc-authBtnSocial i {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 50px;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.1);
  line-height: 3.2;
  border-radius: 5px 0 0 5px;
}
.wc-authBtnFacebook {
  background-color: #3b5999;
}
.wc-authBtnGoogle {
  background-color: #dd4b39;
}

.wc-authInpGrp {
    margin-bottom: 15px;
}
.wc-authInpGrp > label {
    display: block;
    margin-bottom: 7px;
    font-weight: 600;
    font-size: 14.3px;
}
.wc-authInpGrp > input {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14.3px;
    line-height: 1.8;
    color: #a7b4c9;
    background-color: #fff;
    border: 1px solid #d8e2ec;
    border-radius: 2px;
    -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.wc-authInpGrp > input::-webkit-input-placeholder {
    color: #a3b1c9;
    opacity: 1;
}
.wc-authInpGrp > input::-moz-placeholder {
    color: #a3b1c9;
    opacity: 1;
}
.wc-authInpGrp > input:-ms-input-placeholder {
    color: #a3b1c9;
    opacity: 1;
}
.wc-authInpGrp > input::-ms-input-placeholder {
    color: #a3b1c9;
    opacity: 1;
}

.wc-authBtnGrp button {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
}
.wc-authBtnGrp > p {
    font-size: 13.3px;
    text-align: center;
}
.wc-authBtnGrp a, 
.wc-authBtnGrp span {
    color: #19bcb9;
    text-decoration: underline;
    cursor: pointer;
}
.wc-authErrorBox {
    background: #f95958;
    color: #fff;
    padding: 10px 15px;
    font-size: 14.3px;
    margin-bottom: 12px;
    border-radius: 2px;
    display: none;
}
.wc-authErrorBox ul {
    list-style-type: disc;
    margin-left: 15px;
}

@media(min-width: 992px) {
    .wc-authModalWrap {
        top: 102px;
        z-index: 98;
    }
}

/* ----- Auth Elem Ends ----- */


/* ----- Cause List Starts ----- */

.wc-calContent {
    padding: 10px 0 15px;
}
.wc-calTopSec {
    background: #fff;
    padding: 10px 14px;
    margin: 0 10px;
    border: 1px solid #f3f3f3;
    border-radius: 2px;
}
.wc-calTitleBox {
    display: flex;
    align-items: center;
}
.wc-calTitle {
    margin-left: 15px;
}
.wc-calTitle h1 {
    text-align: left;
    font-size: 23px;
    line-height: 24px;
    padding: 0;
    margin-bottom: 4px;
}
.wc-calTitle p {
    font-size: 14.3px;
    line-height: 17px;
}
.wc-calCauseList {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.wc-calCauseList > li {
    padding: 10px;
}
.wc-calCauseBox {
    max-width: 360px;
}
.wc-calCbDetails {
    background: #fff;
    padding: 15px;
}
.wc-calCbCats {
    margin-bottom: 8px;
    display: flex;
    font-size: 13.3px;
    color: #bbb;
}
.wc-calCbCats > li+li {
    margin-left: 8px;
}
.wc-calCbDetails > h3 {
    font-size: 21px;
    margin-bottom: 8px;
}
.wc-calCbDesc {
    font-size: 14.3px;
    margin-bottom: 12px;
    /*line-height: 1.34;*/
    max-height: 54px;
    overflow: hidden;
    position: relative;
}
.wc-calCbDesc > a {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    font-weight: 700;
    line-height: 18px;
    color: #f95958;
    background: #ffffff;
    padding-left: 10px;
}
.wc-calCbOrganiser {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    font-size: 13.3px;
    line-height: 36px;
    margin-bottom: 12px;
}
.wc-calCbOrganiser .profile span {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    margin-right: 7px;
    background: #f5f6f6;
}
.wc-calCbCaInfo {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #d8e2ec;
}
.wc-calCbCaInfo > li {
    color: #19bcb9;
    padding-top: 15px;
    font-size: 14.3px;
    line-height: 18px;
}
.wc-calCbCaInfo > li:last-child {
    /*text-align: right;*/
}
.wc-calCbCaInfo > li span {
    display: block;
    font-size: 16px;
    font-weight: 700;
}
.wc-calCbCta {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.wc-calCbCta .btn {
    background: #19bcb9;
    color: #fff;
    font-size: 16.8px;
    font-weight: 500;
    line-height: 35px;
    padding: 0 20px;
    border-radius: 4px;
    cursor: pointer;
}

@media(min-width: 768px) {
    .wc-calCauseList > li.featured {
        /*width: 100%;*/
    }
}
@media(min-width: 992px) {
    .wc-calContent {
        padding: 5px 0 25px;
    }
    .wc-calTopSec {
        padding: 12px 18px;
        margin: 0 0 10px;
    }
    .wc-calTitleBox svg {
        width: 52px;
        height: 52px;
    }
    .wc-calTitle {
        margin-left: 25px;
    }
    .wc-calTitle h1 {
        font-size: 28px;
        line-height: 36px;
    }
    .wc-calCauseList {
        margin-left: -10px;
        margin-right: -10px;
        justify-content: normal;
    }
    .wc-calCauseBox {
        max-width: 300px;
    }
    .wc-calCauseBox.featured {
        display: flex;
        max-width: 100%;
    }
    .wc-calCauseBox.featured .wc-calCbDetails > h3 {
        font-size: 24px;
        margin-bottom: 12px;
    }
    .wc-calCbImg {
        display: block;
        height: 194px;
        overflow: hidden;
    }
    .wc-calCauseBox.featured .wc-calCbImg {
        min-width: 570px;
        height: auto;
    }
    .wc-calCbDetails {
        padding: 16px 18px;
    }
    .wc-calCauseBox.featured .wc-calCbDetails {
        padding: 21px 24px 21px 27px;
    }
    /*.wc-calCauseBox.featured .wc-calCbDetails {
        width: 58%;
    }*/
    .wc-calCauseBox.featured .wc-calCbCats {
        font-size: 15px;
    }
    .wc-calCauseBox.featured .wc-calCbDesc {
        max-height: 72px;
    }
    .wc-calCbCaInfo > li span {
        font-size: 18.5px;
    }
}

@media(min-width: 1200px) {
    .wc-calCauseBox {
        max-width: 285px;
    }
    .wc-calCbImg {
        height: 185px;
    }
    /*.wc-calCauseBox.featured .wc-calCbDetails {
        width: 76%;
    }*/
    .wc-calCauseBox.featured .wc-calCbDesc {
        max-height: 108px;
    }
    .wc-calCauseBox.featured .wc-calCbOrganiser {
        margin-bottom: 15px;
    }
    .wc-calCauseBox.featured .wc-calCbCta {
        margin-top: 0;
    }
}

/* ----- Cause List Ends ----- */


/* ----- Cause Details Starts ----- */


.wc-cadBlurbCtaBox {
    background: #fff;
}
.wc-cadGalSlider .owl-dots {
    margin-top: 18px;
}
.wc-cadBlurbCta {
    background: #fff;
    padding: 12px;
    font-size: 14.3px;
}
.wc-cadBcCats {
    margin-bottom: 10px;
    display: flex;
    font-size: 14.3px;
}
.wc-cadBcCats > li+li {
    margin-left: 15px;
}
.wc-cadBcTitle {
    font-size: 24px;
    padding: 0;
    text-align: left;
    margin-bottom: 15px;
}
.wc-cadBcDesc {
    line-height: 20px;
    margin-bottom: 15px;
}
.wc-cadBcOrganiser {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14.3px;
    line-height: 36px;
    margin-bottom: 15px;
}
.wc-cadBcOrganiser .profile span {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    margin-right: 7px;
    background: #f5f6f6;
}
.wc-cadBcCaInfo {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #d8e2ec;
}
.wc-cadBcCaInfo > li {
    color: #19bcb9;
    padding-top: 12px;
    font-size: 15px;
    line-height: 22px;
}
.wc-cadBcCaInfo > li span {
    display: block;
    font-size: 18px;
    font-weight: 700;
}
.wc-cadBcCtaBtn {
    margin: 25px 0;
}
.wc-cadBcCtaBtn .btn {
    background: #f95958;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 0 16px;
    line-height: 38px;
    border: 1px solid #f95958;
    border-radius: 2px;
    margin-bottom: 5px;
    cursor: pointer;
}
.wc-cadBcCtaBtn .btn.active {
    background: #fff;
    color: #f95958;
}
.wc-cadBcCtaBtn .btn.active span:first-child {
    margin-right: 10px;
}
.wc-cadBcCtaBtn > p {
    color: #8BC34A;
}
.wc-cadBcShare > p {
    display: block;
}
.wc-cadBcShare ul {
    display: flex;
    justify-content: space-between;
    max-width: 220px;
    margin: 10px 0 0;
}
.wc-cadBcShare ul li a {
    display: block;
    width: 36px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 2px;
}
.wc-cadBcShare ul li a:hover svg {
    color: #fff;
}
.wc-cadBcShare ul li svg {
    width: 16px;
    height: 16px;
    margin-top: -3px;
}
.wc-cadBcShare ul li a.wc-cadShrWA svg {
    width: 19px;
    height: 19px;
}
.wc-cadShrFB svg {
    color: #475993;
}
.wc-cadShrTW svg {
    color: #03a9f4;
}
.wc-cadShrMA svg {
    color: #dc4e41;
}
.wc-cadShrWA svg {
    color: #25d366;
}
.wc-cadShrFB:hover {
    background: #475993;
}
.wc-cadShrTW:hover {
    background: #03a9f4;
}
.wc-cadShrMA:hover {
    background: #dc4e41;
}
.wc-cadShrWA:hover {
    background: #25d366;
}

.wc-cadDetailsBox {
    background: #fff;
}
.wc-cadDbTabsWrap {
    overflow-x: auto;
    overflow-y: hidden;
}
.wc-cadDbTabs {
    display: flex;
    padding: 10px 12px 0;
    border-bottom: 1px solid #ededed;
    margin-bottom: 22px;
}
.wc-cadDbTabs > li {
    padding: 10px 0;
    font-size: 16px;
    font-weight: 700;
}
.wc-cadDbTabs > li+li {
    margin-left: 50px;
}
.wc-cadDbTabs > li.active {
    color: #19bcb9;
    border-bottom: 2px solid;
}
.wc-cadDbTabs > li span {
    cursor: pointer;
}
.wc-cadDbPane > li {
    padding: 0 12px;
    font-size: 13.3px;
}
.wc-cadDPStory > p {
    margin-bottom: 12px;
}
.wc-cadDPStory a {
    color: #24b7e3;
}

@media(min-width: 992px) {
    .wc-cadBlurbCtaBox {
        display: flex;
        padding-top: 15px;
    }
    .wc-cadGalSlider {
        width: 450px;
    }
    .wc-cadGalSlider .owl-stage-outer {
        height: 280px;
        overflow: hidden;
    }
    .wc-cadGalSlider .owl-dots {
        margin-top: 30px;
    }

    .wc-cadBlurbCta {
        padding: 0 0 0 25px;
        font-size: 15px;
    }
    .wc-cadBcDesc {
        line-height: 22px;
        max-height: 88px;
        overflow: hidden;
    }

    .wc-cadDetailsBox {
        padding: 0 25px 25px;
    }
    .wc-cadDbTabs {
        padding: 0;
    }
    .wc-cadDbTabs > li {
        font-size: 18px;
    }
    .wc-cadDbPane > li {
        padding: 0;
        font-size: 15px;
    }
}

@media(min-width: 1200px) {
    .wc-cadGallery {
        /*width: 570px;*/
    }
    .wc-cadGalSlider {
        width: 570px;
    }
    .wc-cadGalSlider .owl-stage-outer {
        height: 350px;
        overflow: hidden;
    }

    .wc-cadBlurbCtaBox {
        margin-bottom: 30px;
    }
}

/* ----- Cause Details Ends ----- */


/* ----- Shop4Charity Starts ----- */

.wc-s4cHeroBox {
    background-color: #a9b2b5;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/img/site/hm-collage.jpg);
}
.wc-s4cTitle {
    padding: 60px 0 30px;
    color: #fff;
    /*font-family: 'gothamrounded-medium',sans-serif;*/
    font-size: 22px;
}
.wc-s4cTopInfoBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 12px;
    text-align: center;
}
.wc-s4cTopInfoBox > * {
    margin-bottom: 15px;
}
.wc-s4cTopInfoBox h2 {
    font-size: 20px;
    max-width: 320px;
    color: #fff;
}
.wc-s4cTopInfoBox > p {
    width: 100%;
    max-width: 550px;
    color: #fff;
    font-size: 13.8px;
}
.wc-s4cTopInfoBox > a {
    background: #f95958;
    color: #fff;
    padding: 0 15px;
    line-height: 36px;
    font-size: 16.3px;
    border-radius: 4px;
    margin: 15px 0 25px;
}

.wc-s4cStrsLst {
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
    padding: 1px 1px 0 0;
    margin-bottom: 10px;
}
.wc-s4cStrsLst > li {
    width: 33.33%;
}
.wc-s4cStrsLst a {
    display: block;
    background: #fff;
    border: 1px solid #f7f7f7;
    margin-top: -1px;
    margin-right: -1px;
    padding: 0 5px;
    line-height: 60px;
}

.wc-s4cCauseListWrap {
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
}
.wc-s4cCauseList {
    display: flex;
}
.wc-s4cCauseList > li {
    padding: 10px;
}
.wc-s4cCauseBox {
    max-width: 360px;
    min-width: 265px;
}
.wc-s4cCbImg {
    display: block;
}
.wc-s4cCbImg img {
    width: 100%;
}
.wc-s4cCbDetails {
    background: #fff;
    padding: 15px;
}
.wc-s4cCbCats {
    margin-bottom: 8px;
    display: flex;
    font-size: 13.3px;
    color: #bbb;
}
.wc-s4cCbCats > li+li {
    margin-left: 8px;
}
.wc-s4cCbDetails > h3 {
    font-size: 21px;
    margin-bottom: 8px;
}
.wc-s4cCbDesc {
    font-size: 14.3px;
    margin-bottom: 12px;
    /*line-height: 1.34;*/
    height: 54px;
    overflow: hidden;
    position: relative;
}
.wc-s4cCbDesc > a {
    position: absolute;
    top: 36px;
    right: 0;
    display: block;
    font-weight: 700;
    line-height: 18px;
    color: #f95958;
    background: #ffffff;
    padding-left: 10px;
}
.wc-s4cCbOrganiser {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    font-size: 13.3px;
    line-height: 36px;
    margin-bottom: 12px;
}
.wc-s4cCbOrganiser .profile span {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    margin-right: 7px;
    background: #f5f6f6;
}
.wc-s4cCbCaInfo {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #d8e2ec;
}
.wc-s4cCbCaInfo > li {
    color: #19bcb9;
    padding-top: 15px;
    font-size: 14.3px;
    line-height: 18px;
}
.wc-s4cCbCaInfo > li span {
    display: block;
    font-size: 16px;
    font-weight: 700;
}
.wc-s4cCbCta {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.wc-s4cCbCta .btn {
    background: #19bcb9;
    color: #fff;
    font-size: 16.8px;
    font-weight: 500;
    line-height: 35px;
    padding: 0 20px;
    border-radius: 4px;
    cursor: pointer;
}

.wc-s4cBenTitle {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 35px 12px 23px;
    font-size: 17.5px;
}
.wc-s4cBenTitle span {
    margin-right: 7px;
}
.wc-s4cBenLst {
    display: flex;
    flex-flow: wrap;
    margin: 0 1px 10px 1px;
}
.wc-s4cBenLst li {
    flex-basis: 50%;
    padding: 1px;
}
.wc-s4cBenLst li > * {
    background: #fff;
    display: block;
    text-align: center;
    font-size: 14.3px;
}
.wc-s4cBenLst li span {
    line-height: 48px;
    padding-top: 15px;
}
.wc-s4cBenLst li p {
    padding: 15px 15px 0;
    height: 88px;
    font-size: 13.8px;
}

.wc-s4cHiwStepsWrap {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 10px;
}
.wc-s4cHiwSteps {
    display: inline-flex;
    overflow: hidden;
    width: 1200px;
}
.wc-s4cHiwSteps li {
    min-width: 296px;
    min-height: 112px;
    background: #f7f7f7;
    padding: 22px 15px 32px 15px;
}
.wc-s4cHiwSteps li:first-child {
    min-width: 245px;
}
.wc-s4cHiwSteps > li span {
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}
.wc-s4cHiwSteps li p {
    font-size: 14.3px;
    padding-left: 3px;
}
.wc-s4cHiwSteps > li span b {
    font-size: 21px;
    font-style: italic;
}
.wc-s4cHiwSteps li+li {
    padding-left: 45px;
    position: relative;
}
.wc-s4cHiwSteps li:last-child {
    background: #f95958;
    color: #fff;
}
.wc-s4cHiwSteps li+li::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 74px solid transparent;
    border-left: 37px solid #fff;
    border-bottom: 74px solid transparent;
    position: absolute;
    top: -14px;
    left: -7px;
}
.wc-s4cHiwSteps li+li::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 74px solid transparent;
    border-left: 37px solid #f7f7f7;
    border-bottom: 74px solid transparent;
    position: absolute;
    top: -14px;
    left: -14px;
    border-radius: 0;
}
.wc-s4cHiwSteps li:not(:last-child) {
    padding-right: 0;
}
.wc-s4cHiwNote {
    font-size: 16px;
    line-height: 1.4em;
    text-align: center;
    margin: 15px 0 30px;
    font-weight: 500;
    color: #4FC3F7;
}

.wc-s4cDnCta {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
.wc-s4cDnCta li {
    background: #f95958;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 36px;
    padding: 0 25px;
    border-radius: 4px;
    letter-spacing: .3px;
    text-transform: uppercase;
    cursor: pointer;
}
.wc-s4cDnCta li:active {
    box-shadow: none;
}

@media(min-width: 280px) {
    .wc-s4cTitle {
        font-size: 26px;
    }
}
@media(min-width: 320px) {
    .wc-s4cTitle {
        font-size: 29px;
    }
}
@media(min-width: 360px) {
    .wc-s4cTitle {
        font-size: 32px;
    }
}
@media(min-width: 375px) {
    .wc-s4cTitle {
        font-size: 34px;
    }
    .wc-s4cTopInfoBox h2 {
        font-size: 22px;
    }
    .wc-s4cBenTitle {
        font-size: 19.5px;
    }

    .wc-s4cStrsLst a {
        padding: 0 10px;
    }

    .wc-s4cBenLst {
        margin-left: 3px;
        margin-right: 3px;
    }
    .wc-s4cBenLst li {
        padding: 3px;
    }
    .wc-s4cBenLst li p {
        height: 94px;
        font-size: 14.9px;
    }

    .wc-s4cDnCta li {
        font-size: 16px;
        line-height: 39px;
        padding: 0 30px;
    }
}
@media(min-width: 424px) {
    .wc-s4cTitle {
        font-size: 38px;
    }
}
@media(min-width: 576px) {
    .wc-s4cTitle {
        font-size: 42px;
    }
    .wc-s4cTopInfoBox h2 {
        font-size: 24px;
        max-width: initial;
    }

    .wc-s4cStrsLst > li {
        width: 25%;
    }
    .wc-s4cStrsLst a {
        line-height: 70px;
    }

    .wc-s4cBenLst li {
        flex-basis: 33.33%;
    }
}

@media(min-width: 768px) {
    .wc-s4cTitle {
        /*font-family: 'gothamrounded-bold',sans-serif;*/
        font-size: 46px;
    }
    .wc-s4cTopInfoBox h2 {
        max-width: 100%;
    }

    .wc-s4cStrsLst > li {
        width: 16.66%;
    }


    .wc-s4cHiwNote {
        font-size: 17px;
        margin-top: 25px;
        letter-spacing: .3px;
    }

    .wc-s4cBenLst li {
        flex-basis: 25%;
    }
}
@media(min-width: 992px) {
    .wc-s4cTitle {
        font-size: 52px;
    }
    .wc-s4cTopInfoBox {
        padding: 0;
    }
    .wc-s4cTopInfoBox h2 {
        font-size: 36px;
    }
    .wc-s4cTopInfoBox > p {
        max-width: 1080px;
        font-size: 17px;
        line-height: 22px;
    }
    .wc-s4cTopInfoBox > a {
        margin-top: 25px;
        margin-bottom: 50px;
        font-size: 18px;
        font-weight: 500;
        padding: 0 30px;
        line-height: 40px;
    }

    .wc-s4cCauseListWrap {
        overflow: hidden;
    }
    .wc-s4cCauseList {
        margin-left: -10px;
        margin-right: -10px;
    }
    .wc-s4cCauseList > li {
        flex: 1;
    }
    .wc-s4cCauseBox {
        max-width: none;
        min-width: auto;
    }
    .wc-s4cCbDetails {
        padding: 16px 18px;
    }
    .wc-s4cCbDesc {
        max-height: 54px;
        overflow: hidden;
    }
    .wc-s4cCbCaInfo > li span {
        font-size: 18.5px;
    }

    .wc-s4cHiwStepsWrap {
        padding: 0;
    }

    .wc-s4cBenTitle {
        font-size: 26px;
        letter-spacing: .3px;
        padding: 40px 0 30px;
    }
    .wc-s4cBenLst {
        margin: 0 -3px 25px;
    }
    .wc-s4cBenLst li {
        flex-basis: 20%;
    }

    .wc-s4cHiwNote {
        font-size: 18px;
        margin-bottom: 50px;
    }

    .wc-s4cDnCta {
        margin-bottom: 70px;
    }
    .wc-s4cDnCta li {
        font-size: 18px;
        line-height: 44px;
        padding: 0 40px;
    }
}
@media(min-width: 1200px) {
    .wc-s4cTitle {
        padding-top: 70px;
        font-size: 58px;
    }

    .wc-s4cStrsLst a {
        padding: 0 20px;
    }

    .wc-s4cCauseBox {
        max-width: 285px;
    }
    .wc-s4cCbImg {
        height: 185px;
    }

    .wc-s4cBenLst li {
        flex-basis: 20%;
    }
    .wc-s4cBenLst li span {
        padding-top: 20px;
    }
    .wc-s4cBenLst li p {
        padding: 20px 15px 0;
        height: 86px;
    }
}

/* ----- Shop4Charity Ends ----- */


/* ----- Main All Starts ----- */

.wc-allContentBox {
    padding: 12px;
}
.wc-allTitle {
    font-size: 24px;
    padding: 0;
    margin-bottom: 15px;
    text-align: left;
}
.wc-allAlphaFtr {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 12px;
    border-bottom: 1px solid #ccc;
}
.wc-allAlphaFtr li {
    text-transform: uppercase;
    padding: 5px 7px 5px 8px;
    text-align: center;
    margin: 2px;
    background: #fff;
    border-radius: 2px;
    cursor: pointer;
}
.wc-allAlphaFtr li.active {
    background: #273d59;
    color: #fff;
}

.wc-allList {
    display: flex;
    flex-wrap: wrap;
    padding: 25px 0;
}
.wc-allList li {
    width: 50%;
    padding-right: 10px;
    margin-bottom: 14px;
}
.wc-allList a {
    display: inline-block;
}
.wc-allList p {
    font-size: 13.3px;
    color: #777;
}
.wc-allList b {
    display: block;
    font-size: 14.3px;
    letter-spacing: .3px;
    color: initial;
}

@media(min-width: 375px) {
    .wc-allAlphaFtr li {
        padding-left: 10px;
        padding-right: 11px;
    }
}

@media(min-width: 768px) {
    .wc-allList li {
        width: 33.33%;
    }
}

@media(min-width: 992px) {
    .wc-allContentBox {
        padding: 12px 0;
    }
    .wc-allList li {
        width: 25%;
        padding-right: 15px;
    }
    .wc-allList b {
        font-size: 15px;
    }
}

@media(min-width: 1200px) {
    .wc-allAlphaFtr li {
        padding-left: 12px;
        padding-right: 12px;
        margin: 2.5px;
    }

    .wc-allList li {
        width: 20%;
    }
    .wc-allList.wc-allCatList li {
        width: 25%;
    }
}

/* ----- Main All Ends ----- */
