@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:500&display=swap');
@font-face {
    font-family: "Futura-Light";
    src: url("fonts/futura-light.ttf");
}
@font-face {
    font-family: "Futura";
    src: url("fonts/futura-medium.ttf");
}
@font-face {
    font-family: "Futura-Bold";
    src: url("fonts/futura-bold.ttf");
}
@font-face {
  font-family: 'FontAwesome';
  src: url('css/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('css/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('css/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('css/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('css/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('css/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*Bootstarp CSS*/
*, ::after, ::before {
    box-sizing: border-box;
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.bg-white {
    background-color: #fff!important;
}
.justify-content-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
footer, header, nav, section {
    display: block;
}
.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
.pl-0, .px-0 {
    padding-left: 0!important;
}
.pr-0, .px-0 {
    padding-right: 0!important;
}
.pb-0, .py-0 {
    padding-bottom: 0!important;
}
.pt-0, .py-0 {
    padding-top: 0!important;
}
.pt-1, .py-1 {
    padding-top: .25rem!important;
}
.pb-4, .py-4 {
    padding-bottom: 1.5rem!important;
}
.pl-4, .px-4 {
    padding-left: 1.5rem!important;
}
.pr-4, .px-4 {
    padding-right: 1.5rem!important;
}
.pt-4, .py-4 {
    padding-top: 1.5rem!important;
}
.pb-2, .py-2 {
    padding-bottom: .5rem!important;
}
.pt-2, .py-2 {
    padding-top: .5rem!important;
}
.pl-3, .px-3 {
    padding-left: 1rem!important;
}
.pr-3, .px-3 {
    padding-right: 1rem!important;
}
.pb-3, .py-3 {
    padding-bottom: 1rem!important;
}
.pt-3, .py-3 {
    padding-top: 1rem!important;
}
.pl-2, .px-2 {
    padding-left: .5rem!important;
}
.pr-2, .px-2 {
    padding-right: .5rem!important;
}
.pl-1, .px-1 {
    padding-left: .25rem!important;
}
.p-0 {
    padding: 0!important;
}
.p-1 {
    padding: .25rem!important;
}
.p-2 {
    padding: .5rem!important;
}
.p-3 {
    padding: 1rem!important;
}
.pt-5, .py-5 {
    padding-top: 3rem!important;
}
.pb-1, .py-1 {
    padding-bottom: .25rem!important;
}
.flex-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
.text-white {
    color: #fff!important;
}
.text-right {
    text-align: right!important;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.rounded-circle {
    border-radius: 50%!important;
}
.w-auto {
    width: auto!important;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.pr-1, .px-1 {
    padding-right: .25rem!important;
}
.ml-auto, .mx-auto {
    margin-left: auto!important;
}
.mr-auto, .mx-auto {
    margin-right: auto!important;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem!important;
}
.mt-4, .my-4 {
    margin-top: 1.5rem!important;
}
.mt-5, .my-5 {
  margin-top: 3rem !important;
}
.mt-3, .my-3 {
    margin-top: 1rem!important;
}
.mr-1, .mx-1 {
    margin-right: .25rem!important;
}
.mb-0, .my-0 {
    margin-bottom: 0!important;
}
.ml-4, .mx-4 {
    margin-left: 1.5rem!important;
}
.mr-4, .mx-4 {
    margin-right: 1.5rem!important;
}
.mr-2, .mx-2 {
    margin-right: .5rem!important;
}
.mt-2, .my-2 {
    margin-top: .5rem!important;
}
.ml-1, .mx-1 {
    margin-left: .25rem!important;
}
.mt-1, .my-1 {
    margin-top: .25rem!important;
}
.mb-1, .my-1 {
    margin-bottom: .25rem!important;
}
.mb-2, .my-2 {
    margin-bottom: .5rem!important;
}
.d-inline-block {
    display: inline-block!important;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.float-right {
    float: right!important;
}
.float-left {
    float: left!important;
}
.align-middle {
    vertical-align: middle!important;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
img {
    vertical-align: middle;
    border-style: none;
}
.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
}
.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9);
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}
.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
}
.position-absolute {
    position: absolute!important;
}
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.border-0 {
    border: 0!important;
}
.bg-transparent {
    background-color: transparent!important;
}
.collapse:not(.show) {
    display: none;
}
.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}
.ml-3, .mx-3 {
    margin-left: 1rem!important;
}
.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5);
}
.nav-link {
    display: block;
    padding: .5rem 1rem;
}
.position-relative {
    position: relative!important;
}
.w-100 {
    width: 100%!important;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
.d-none {
    display: none!important;
}
.d-block {
    display: block!important;
}
.shadow-none {
    box-shadow: none!important;
}
[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
select {
    word-wrap: normal;
}
button, select {
    text-transform: none;
}
button, input {
    overflow: visible;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.text-center {
    text-align: center!important;
}
.rounded-circle {
    border-radius: 50%!important;
}
.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0;
}
.mr-auto, .mx-auto {
    margin-right: auto!important;
}
.text-left {
    text-align: left!important;
}
.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}
.mr-3, .mx-3 {
    margin-right: 1rem!important;
}
.h1, h1 {
    font-size: 2.5rem;
}
.h2, h2 {
    font-size: 2rem;
}
.h4, h4 {
    font-size: 1.5rem;
}
.h5, h5 {
    font-size: 1.25rem;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/";
}
.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.dropdown-menu.show {
    display: block;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media-body {
    -ms-flex: 1;
    flex: 1;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}
.position-fixed {
    position: fixed!important;
}
/*Custom CSS*/
body.noScroll, body.no-scroll {
    overflow: hidden;
}
body{
    font-family: 'Lato', sans-serif;
    padding-top: 118px;
}
body {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
a, a:hover, button {
    text-decoration: none !important;
    box-shadow: none !important;
}
a, a *, button, button * {
    outline: none !important;
}
input, input:focus {
    box-shadow: none!important;
}
#headerWrapper {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.22);
}
.bg-red {
    background-color: #ec5459;
}
#headerWrapper .header-top h4, #headerWrapper .header-top .redtopbanner {
    margin: 7px 0;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.2;
}
#headerWrapper .header-top h4 a, #headerWrapper .header-top .redtopbanner a {
    font-size: 14px;
}
#headerWrapper .mobile-hamburger {
    left: -17px;
}
.mobile-hamburger .navbar-toggler-icon {
    background-image: url(images-v1/hamburger-menu.svg);
    background-size: 16px 13px;
}
.youtubethumbnailimg{
    background-image: url(images/youtube-play.png);
}
#headerWrapper .header-nav-links {
    margin-top: 10px;
}
#headerWrapper .header-nav-links li {
    margin-bottom: -9px;
    padding-top: 5px;
    padding-bottom: 5px;
}
#headerWrapper .header-nav-links .mainHeader-link-hover a.nav-link {
    padding-bottom: 31px;
    margin: 0 8px -9px !important;
}
#headerWrapper li a.nav-link {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
}
.text-black {
    color: #000 !important;
}
.header-links-dropdown {
    display: none;
    position: fixed;
    z-index: 2000;
    top: 118px;
    left: 0;
    right: 0;
    box-shadow: 0px 4px 4px -3px #b1aeae;
}
.header-links-dropdown .header-sub-links .col-md-2 {
    flex: 0 0 20%;
    max-width: 20%;
}
.header-links-dropdown .header-sub-links a {
    font-size: 14px;
    letter-spacing: 0.1px;
    color: #171717;
}
#headerWrapper .header-nav-links .mainHeader-link-hover a.nav-link:hover, #headerWrapper .header-nav-links li.mainHeader-link-hover a.nav-link.active {
    padding-bottom: 26px;
    border-bottom: 3px solid #ffc509;
    margin: 0 8px -12px !important;
}
.header-links-dropdown .header-sub-links a.mainlink.current {
    color: #ec5459!important;
    font-size: 16px!important;
    font-weight: 500!important;
    margin: 0!important;
    cursor: initial;
}
.header-links-dropdown .header-sub-links .subchildul.list-unstyled {
    margin-top: 10px;
}
.header-links-dropdown .header-sub-links .subchildul.list-unstyled li {
    margin-top: 8px;
}
.header-links-dropdown .header-sub-links .subchildul.list-unstyled li a {
    margin: 0px!important;
}
#headerWrapper .header-icons-list li:not(:last-child) a {
    margin: 0px 32px 0px 0px;
}
#searchbar-desktop {
    /* opacity: 0; */
    transform: translateX(0vh);
    position: absolute;
    /* width: 300px; */
    height: 50px;
    line-height: 40px;
    top: -7px;
    right: -25px;
    padding: 4px 15px;
    cursor: default;
    background: none;
    z-index: 999;
}
#searchbar-desktop #s, #searchbar-desktop #st {
    outline: none;
    width: 0;
    padding: 0 12px;
    border: 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    transition: width .55s;
}
#s, #st {
    outline: none;
    width: 270px;
    padding: 0 12px;
    border: 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
#searchbar-desktop .sbtn {
    display: block;
    position: absolute;
    right: 19px;
    top: 6px;
    background: none;
    border: none;
    color: #bcbcbc;
    cursor: pointer;
}
.sbtn {
    display: block;
    position: absolute;
    right: 22px;
    top: 17px;
    background: none;
    border: none;
    color: #bcbcbc;
    cursor: pointer;
}
.badge.badge-red {
    background-color: #ec5459;
    font-size: 10px;
    min-width: 17px;
    top: 1px;
    right: -9px;
    padding: 4px 5px;
    height: 17px;
}
.font-weight-700 {
    font-weight: 700 !important;
}
#headerWrapper .searchbarTag:hover #searchbar-desktop #s, #headerWrapper .searchbarTag #searchbar-desktop #s:focus, #headerWrapper .searchbarTag:hover #searchbar-desktop #st, #headerWrapper .searchbarTag #searchbar-desktop #st:focus {
    width: 270px;
    background-color: #eee;
}
#headerWrapper .searchbarTag:hover  #searchbar-desktop{
    /*opacity:1;*/
    visibility: visible;
    transition: all .2s ease-in-out;
    transform: translateX(0vh);
}
#mc_embed_signup .button {
    clear: both;
    background-color: #aaa;
    border: 0 none;
    border-radius: 4px;
    transition: all 0.23s ease-in-out 0s;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    height: 32px;
    line-height: 32px;
    margin: 0 5px 10px 0;
    padding: 0 22px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
}
#mc_embed_signup .button{
    border-radius: 5px!important;
    background-color: #fff!important;
    color: #000!important;
    padding: 0!important;
    margin: 0!important;
    font-weight: bold!important;
    font-size: 16px!important;  
    height: 46px!important; 
    line-height: 22px!important;    
}
#mc_embed_signup div#mce-responses {
    float: left;
    top: -1.4em;
    overflow: hidden;
    width: 90%;
    margin: 0!important;
    padding: 0!important;
    clear: both;
}
#mc_embed_signup .clear {
    clear: both;
}
#mc_embed_signup div.response{
    margin: 1em 0;
    float: left;
    top: -1.5em;
    z-index: 1;
    padding: 0!important;   
    font-size: 14px!important;
    font-weight: normal!important;
}
#mc_embed_signup #mce-success-response {
    color: #529214;
    display: none;
}
#mc_embed_signup #mce-success-response{
    color: #ffffff;
    width: initial;
    padding-left: 12px!important;
}
#mc_embed_signup #mce-error-response{
    display: none;
    width: initial;
    padding-left: 12px!important;
}
#mc_embed_signup form {
    display: block;
    position: relative;
    text-align: left;
    padding: 0 !important;
}
input[type=search]::-ms-clear { display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal { display: none; width : 0; height: 0; }
/* clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }
#searchbar{
    display: none;
    position: absolute;
    width: 300px;
    min-height: 50px;
    line-height: 40px;
    top: 100%;
    right: 10%;
    padding: 4px 15px;
    cursor: default;
    background: #fff;
    z-index: 999;
}
#searchbar.search-bar .sbtn {
    display: none;
}
#stopClickingLayer {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1100;
}
#mobileMainMenu::-webkit-scrollbar { width: 0 !important }
#mobileMainMenu { overflow: -moz-scrollbars-none; }
#mobileMainMenu { -ms-overflow-style: none; }
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
#mobileMainMenu {
    position: fixed;
    z-index: 1200;
    top: 0;
    bottom: 0;
    width: 83%;
    overflow-y: auto;
    box-shadow: 2px 3px 4px #6b6b6b;
}
#mobileMainMenu .mob-head-link a.nav-link.active .sprite-black-down-chevron-2, .mobile-main-menu, #mobileMainMenu .mob-head-link a .sprite-red-up-chevron, #mobileMainMenu .mob-head-link a[aria-expanded="true"] .sprite-black-down-chevron-2, #mobileMainMenu .sub-head-link a .sprite-red-up-chevron-small, #mobileMainMenu .sub-head-link a[aria-expanded="true"] .sprite-grey-down-chevron-small {
    display: none;
}
#mobileMainMenu .mobile-menu-welcome {
    background-color: #ec5459;
    padding: 13px 16px;
}
.font-size-12p {
    font-size: 12px;
}
#mobileMainMenu .mobile-menu-list li.mob-head-link {
    border-bottom: 1px solid rgba(151, 151, 151,0.25);
}
#mobileMainMenu .mob-head-link a.nav-link.active, #mobileMainMenu .mob-head-link a.nav-link[aria-expanded="true"], #mobileMainMenu .mob-head-link .sub-head-link a.nav-link[aria-expanded="true"] {
    color: #ec5459;
}
#mobileMainMenu .mob-head-link a.nav-link.active, #mobileMainMenu .mob-head-link a[aria-expanded="true"] {
    background-color: rgba(205, 212, 216, 0.3);
}
#mobileMainMenu .mob-head-link a.nav-link.active .sprite-red-up-chevron, #mobileMainMenu .mob-head-link a[aria-expanded="true"] .sprite-red-up-chevron, #mobileMainMenu .sub-head-link a[aria-expanded="true"] .sprite-red-up-chevron-small {
    display: block;
}
#mobileMainMenu .mob-head-link .sub-head-link a {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: rgba(0,0,0,0.73);
}
#mobileMainMenu .mobile-menu-list li a.nav-link {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #000000;
}
#mobileMainMenu .mob-head-link a.mainlink.current {
    color: #ec5459!important;
    font-size: 14px!important;
    font-weight: 700!important;
    margin: 0!important;
}
.text-red {
    color: #ec5459 !important;
}
.font-size-15p {
    font-size: 15px !important;
}
#mobileMainMenu .conatct-hrs {
    font-size: 13px;
    color: #9b9b9b;
}
.bg-yellow {
    background-color: #ffc30a;
}
#mc_embed_signup input {
    border: 1px solid #ABB0B2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#mc-embedded-subscribe {
    clear: both;
    width: auto;
    display: block;
    margin: 1em 0 1em 5%;
}
#subscribeForm input {
    padding: 10px 24px 12px!important;
    height: 46px;
}
.border-bottom-grey {
    border-bottom: 1px solid rgba(151, 151, 151,0.22);
}
#copy-writes h5 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 20px;
}
#mobile-view-copywrites h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
}
#copy-writes #mobile-view-copywrites .down-arrow-icon img {
    transition: 0.5s;
}
#copy-writes #mobile-view-copywrites .accordion-body .accordion-toggl.active img, #copy-writes #mobile-view-copywrites .accordion-body [aria-expanded="true"] img {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: 0.5s;
}
#mobile-view-copywrites .copy-write-links .main-link-footer {
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    color: #ec5459;
}
#more-menu p, #mobile-view-copywrites .copy-write-links ul li a {
    font-size: 12px;
    line-height: 128%;
    color: #747474;
}
#mobile-view-copywrites h2 {
    font-size: 18px;
}
.kd-contact-details a {
    color: #ec5459;
}
#copy-writes .working-times {
    color: #1e1e1e;
    font-weight: 500;
}
.kd-payment-details h6 {
    color: #1e1e1e;
    font-size: 12px;
    font-weight: 600;
}
#copy-writes .copy-rights p {
    font-size: 16px;
    color: #000000;
}
#pageBreadcrumb .breadcrumb li a, #pageBreadcrumb .breadcrumb li, .text-on-line span {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #000000;
}
#pageBreadcrumb .breadcrumb li.active {
    font-weight: 900;
}
#pageBreadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "";
    background-image: url(images-v1/black-right-chevron.png);
    width: 6px;
    height: 13px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 7px 11px;
    margin-right: 7px;
}
.section-head {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 25px;
}
.grey-border {
    border: solid 1px #dfdfdf !important;
}
.border-radius-5p {
    border-radius: 5px !important;
}
.text-on-line {
    margin-top: -27px;
    margin-bottom: 10px;
    margin-left: -8px;
}
.text-on-line span {
    font-size: 20px;
}
#productGalleryWrapper .product-checkout-options .heart-icon {
    right: 5px;
    top: -8px;
}
.add-wishlist {
    outline: none;
}
.add-wishlist i {
    background-image: url(images-v1/heart.svg);
    background-repeat: no-repeat;
    display: block;
    width: 18px;
    height: 17px;
}
.add-wishlist i.heart-active {
    background-image: url(images-new/heart-red.png);
}
.final-price {
    font-size: 20px;
    font-weight: 900;
}
.woocommerce-Price-currencySymbol {
    padding-right: 5px;
}
.product-discount, #productGalleryWrapper .price-discount-block p {
    font-size: 13px;
    color: #000;
}
.product-options .row {
    margin-top: 20px;
    margin-bottom: 20px;
}
.product-options .product-options-item {
    margin-bottom: 0;
}
.surprise-details-item {
    display: inline-block;
}
.product-options-description {
    background-repeat: no-repeat;
    background-position: left top;
    min-width: 37px;
    min-height: 37px;
    padding-left: 46px;
}
.product-options-description p {
    font-size: 12px;
    color: #000000;
    margin-bottom: 0px;
    font-weight: 500;
    /* width: 85px; */
}
.product-options-description span {
    font-size: 9px;
    color: #91a1ac;
}
.in-stock {
    display: none;
}
.single-product-view .cart .quantity, .single-product-view .cart .cw_qty, .mobile-add-to-cart .cw_qty, .m_add_btn.btn_visible .cw_qty {
    display: none;
}
.product-options .product-options-item:nth-child(3), .product-options .product-options-item:nth-child(4), .product-options .product-options-item:nth-child(5) {
    margin-top: 28px;
}
button.btn.payment-btn.single_add_to_cart_button,
.button.btn.payment-btn.single_add_to_cart_button {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 15px;
    border: 1px solid #ec5459;
    background-color: #ec5459;
    border-radius: 5px !important;
    color: #fff!important;
    padding: .5rem!important;
    margin-bottom: 0rem!important;
    margin-top: 1rem!important;
    width: 100%!important;
}
#productInfo {
    padding: 20px 0 15px;
}
#productInfo #accordionProductInfo {
    border: 1px solid #D0D3D7;
    border-radius: 4px;
}
#productInfo .productInfo-block {
    border: none;
    border-bottom: 1px solid rgba(151, 151, 151,0.22);
    padding: 4px;
    border-radius: 0;
}
#productInfo .productInfo-block:last-child{
    border-bottom: none;
}
#productInfo h2 a {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #1d1d1d;
}
#productInfo h2 a.productInfoTrigger{
    padding: 16px;
}
#productInfo .productInfo-block p, #productInfo .productInfo-block li, #productInfo .productInfo-block a {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.42;
    color: #1d1d1d;
    font-family: 'Lato', sans-serif;
}
#productInfo .productInfo-block h2 a.active, #productInfo .productInfo-block h2 a[aria-expanded="true"] {
    color: #ec5459;
}
#productInfo .productInfo-block .nav-link .block-icon{
    width: 31px;
    display: inline-block;
}
#productInfo #accordionProductInfo h2 a.active .sprite-grey-down-chevron-small-2, #productInfo #accordionProductInfo h2 a[aria-expanded="true"] .sprite-grey-down-chevron-small-2, #productInfo #accordionProductInfo h2 .sprite-red-up-chevron {
    display: none;
}
#productInfo #accordionProductInfo h2 a.active .sprite-red-up-chevron, #productInfo #accordionProductInfo h2 a[aria-expanded="true"] .sprite-red-up-chevron {
    display: block;
}
.fixed-cart-btn {
    padding: 12px 16px;
    box-shadow: 0 -3px 5px 0 rgba(0, 0, 0, 0.11);
}
.mobile-add-to-cart button.btn.payment-btn.single_add_to_cart_button,
.mobile-add-to-cart .button.btn.payment-btn.single_add_to_cart_button {
    margin-top: 0!important;
    margin-bottom: 0!important;
}
.common-items-slider .product-block {
    cursor: pointer;
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.14);
    border: none !important;
    border-radius: 5px;
}
.common-items-slider .card.product-block .card-body {
    border: 1px solid rgba(151, 151, 151,0.3);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.common-items-slider .product-block h5 {
    color: #1d1d1d;
    min-height: 38px;
}
.common-items-slider .product-block h5, .price-text {
    font-size: 16px;
    font-weight: 700;
}
.common-items-slider .product-block p {
    font-size: 12px;
    color: #8c8f91;
    line-height: 16px;
    margin-bottom: 0;
    min-height: 60px;
}
.common-items-slider .product-block .card-border {
    border-top: 1px solid rgba(151, 151, 151,0.23);
}
.common-items-slider .product-block h5, .price-text {
    font-size: 16px;
    font-weight: 700;
}
.actual-price {
    font-size: 13px;
    color: #999999;
    text-decoration: line-through!important;
}
.common-items-slider .best-seller-carousel-two, #socialSpecialsWrapper .social-blocks {
    padding: 35px 0;
}
.recently-viewed-row {
    margin: 35px 0;
}
.recently-viewed-row .recently-viewed-items {
    padding-left: 8px;
    padding-right: 8px;
}
#recentlyViewedWrapper .splide__arrow{
    background-color: transparent;
}
#recentlyViewedWrapper .splide__arrow--prev{
    left: -5%;
}
#recentlyViewedWrapper .splide__arrow--next{
    right: -5%;
}
.bg-grey-color {
    background-color: #f8f8f8;
}
.happiness-and-safe-wrapper h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 18px;
}
.happiness-and-safe-wrapper h6 {
    font-size: 13px;
    color: rgba(0,0,0,0.65);
}
#openedDropDown{
    left: auto;
    right: 0;
}
.notify-message.alert-success {
    color: #fff;
    background-color: #00a79d;
    border-color: #00a79d;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 15px;
    border-radius: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.notify-message.alert-success .close{
    display: none;
}
.notify-message.alert-success a,
.notify-message.alert-success a:hover{
    color: #ffc509;
    text-decoration: none;
}
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}
.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-50px);
    transform: translate(0,-50px);
}
/* The Close Button */
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
#surpriseDetailsModal ul {
    padding-left: 22px;
}
.close:hover,
.close:focus {
  text-decoration: none;
  cursor: pointer;
}
#surpriseDetailsModal {
    z-index: 10500;
}
.enter-city-next-day-delivery .modal-dialog {
    max-width: 380px;
}
.modal.fade .modal-dialog {
     transition: -webkit-transform .3s ease-out; 
     transition: transform .3s ease-out; 
     transition: transform .3s ease-out,-webkit-transform .3s ease-out; 
     -webkit-transform: translate(0,-50px); 
     transform: translate(0,-50px); 
}
.modal.show .modal-dialog {
     -webkit-transform: none; 
     transform: none; 
}
.enter-city-next-day-delivery .modal-header {
    border: none;
}
.enter-city-next-day-delivery .modal-title {
    font-size: 18px;
    color: #1d1d1d;
}
.enter-city-next-day-delivery .close {
    right: 15px;
    top: 6px;
    opacity: 1 !important;
    position: absolute;
    padding: 0;
    margin: 0;
}
#nextDayDeliveryModal.enter-city-next-day-delivery .submit-btn {
    border: 1px solid #ec5459!important;
    background-color: #ec5459!important;
    color: #fff!important;
}
.next-day-delivery-unavailable, .next-day-delivery-unavailable h6 {
    font-size: 14px;
    color: #ec5459;
}
.enterPincode, .next-day-delivery-unavailable, .color-red, .pincodeAvailable {
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    letter-spacing: normal;
    color: #ec5459;
    line-height: 1.2;
    margin-bottom: .5rem;
}
.next-day-delivery-unavailable, .enterPincode, .pincodeAvailable {
    display: none;
}
.form-group {
    margin-bottom: 1rem;
}
/*#primary-slider.splide--fade>.splide__track>.splide__list>.splide__slide.is-active{
    background-size: contain!important;
}*/
.btn.payment-btn {
    border-radius: 5px;
    background-color: #ec5459;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    display: block;
    margin: 20px 0;
    padding: 10px 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.splide--nav>.splide__track>.splide__list>.splide__slide.is-active {
    border: solid 2px #ec5459!important;
}
#productGalleryWrapper .share-product-icon {
    right: 10%;
    top: 10px;
    z-index: 1000;
}
.btn-green {
    background-color: #00a79d !important;
    border: 1px solid #00a79d !important;
}
.btn.payment-btn.btn-green {
    padding: .5rem!important;
    margin-bottom: 0rem!important;
    margin-top: .5rem!important;
}
.slideshow-container {
    position: relative;
}
.slideshowInner{
    position: relative;
    width: 100%;
    overflow: hidden;
}
#single-product-section .woocommerce-message{
    display: block;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0,0,0,0.5);
    left: 0;
    top: 0;
}
#single-product-section .woocommerce-message .custom-add-to-cart-message{
    position: absolute;
    background-color: #fff !important;
    border: 1px solid #000 !important;
    bottom: 15px;
    z-index: 99;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 8px 6px;
    color: #000;
    border-radius: 10px;
}
.custom-display-message{
    overflow: hidden;
}
#single-product-section .woocommerce-message a{
    display: none;
}
#bannerCarousel .slideshowInner .mySlides {
    background-color: rgba(0, 0, 0, 0);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 15%;
    padding-bottom: 15%;
    position: relative;
    float: left;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
}

#bannerCarousel .carouselcontrol.left .spriteleftarrow {
    width: 27px;
    height: 45px;
    background: url(images-v1/left-white-chevron.png) no-repeat scroll 0 0;
}
#bannerCarousel .carouselcontrol.right .spriterightarrow {
    width: 27px;
    height: 45px;
    background: url(images-v1/right-white-chevron.png) no-repeat scroll 0 0;
}
#bannerCarousel .carouselcontrol.left {
    left: 15px;
    cursor: pointer;
}
#bannerCarousel .carouselcontrol.right {
    right: 15px;
    cursor: pointer;
}
#bannerCarousel .carouselcontrol {
    top: 45%;
}
#bannerCarousel .splide__slide img{
    width: 100%;
    max-width: 100%;
}
#bannerCarousel .splide__slide{
    position: relative;
}
#bannerCarousel .splide__slide a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.h-100 {
    height: 100%!important;
}
.w-100 {
    width: 100%!important;
}
.w-50 {
    width: 50%!important;
}
.giftTypesWrapper h4 {
    font-size: 16px;
    font-weight: 400;
}
.productInfoPannel blockquote{
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
#mostLovedSurprisesWrapper .black-layer {
    border-radius: 0 0 5px 5px;
}
.black-layer {
    background-color: rgba(0,0,0,0.25);
    bottom: 0;
}
#mostLovedSurprisesWrapper .black-layer h2 {
    font-size: 30px;
}
.font-weight-900 {
    font-weight: 900 !important;
}
.kd-oye-heading {
    background: #ffffff;
}
.kd-oye-heading h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 46px;
    font-weight: 500;
}
.kd-oye-heading h2 {
    font-size: 18px;
    line-height: 140%;
}
.see-more-link, .see-more-link:hover {
    color: #1e1e1e;
    font-size: 18px;
}
.common-items-slider .splide__track {
    padding-bottom: 2px;
}
.common-items-slider .splide__slide .product-block {
    box-shadow: none;
}
#socialSpecialsWrapper .social-blocks, #specialEventsSplide, #clienPictureCarousel, #birthdayGifts, #anniversaryGifts, #experienceGifts, #bestSellingProducts, #newArrivalsProducts, #forHerProducts, #forHimProducts{
    padding: 35px 0;
}
#socialSpecialsWrapper {
    background-color: rgba(216, 216, 216, 0.25);
}
#socialSpecialsWrapper .social-block p.specailDescripion {
    min-height: 54px;
}
#socialSpecialsWrapper .social-block p {
    font-size: 12px;
    color: #fff;
    margin-bottom: 0;
}
#socialSpecialsWrapper .border-top-white {
    border-top: 1px solid rgba(255,255,255,0.4);
}
.relationship-title h2 {
    font-family: 'Roboto', sans-serif;
    color: #1e1e1e;
    font-size: 40px;
    font-weight: 500;
    line-height: 56px;
}
.gifts-for-relations {
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
}
.gifts-for-relations h2 {
    background-color: rgba(255,255,255,0.88);
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    color: #1e1e1e;
}
#shippingDetailsWrapper h4 {
    color: #000000;
    font-size: 16px;
    line-height: 1.36;
}
.shippig-details-on-hover {
    position: absolute;
    top: -16px;
    display: none;
    box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.18);
    border-radius: 0px;
}
#shippingDetailsWrapper .shippig-details-on-hover i {
    position: absolute;
    top: -31px;
    left: 0;
    right: 0;
}
#shippingDetailsWrapper .shippig-details-on-hover h4 {
    font-size: 16px;
    font-weight: 700;
}
#shippingDetailsWrapper .shippig-details-block:hover .shippig-details-on-hover {
    display: block;
}
.shippig-details-on-hover {
    position: absolute;
    top: -16px;
    display: none;
    box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.18);
    border-radius: 0px;
}
#shippingDetailsWrapper .shippig-details-on-hover p {
    font-size: 13px;
    line-height: 1.67;
    text-align: center;
    color: #1d1d1d;
    margin-bottom: 0;
}
#customer-review {
    background-repeat: repeat;
    background-position: center center;
    background-size: cover;
}
#customer-review .section-head {
    font-size: 23px;
}
#customer-review .customers-cities-count {
    padding: 12px 0;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.07);
}
#customer-review .customers-cities-count h5 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 20px;
}
#customer-review .customers-cities-count p {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #171717;
    margin: 0;
}
#customer-review .cast-caorosel-border::after {
    content: "";
    display: block;
    background-color: #ffc30a;
    height: 100%;
    border-left: 1px solid #ffc30a;
}
.border-right-grey::after {
    content: "";
    width: 2px;
    background-color: rgba(151, 151, 151, 0.43);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}
#customer-review .customers-cities-count::after {
    content: "";
    display: block;
    background: rgba(0,0,0,0.4);
    width: 1px;
    height: 250px;
    position: absolute;
    right: -18px;
    top: -50px;
}
.customer-image {
    left: 0;
    right: 0;
}
#customer-review .splide__slide img {
    width: inherit;
    line-height: 65px;
    height: 90px;
    border-radius: 50%;
}
#customerProductCarousel .splide__slide img,
#customerProductCarousel .splide__slide .name-letter{
    border: 4px solid #f2f2f2;
    height: 95px;
}
#customer-review .product-items-carousel .media-body {
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.07);
}
#customer-review .card h5 {
    font-size: 16px;
}
#customer-review .product-items-carousel a{
    color: #000;
    font-size: 14px;
    line-height: 18px;
}
.rating {
    border: none;
}
.rating > input {
    display: none;
}
#customer-review .product-items-carousel .rating > label {
    float: none;
}
.rating > label.full.checked, .rating > label.half.checked {
    color: #ffc700;
}
.rating > label {
    color: #ddd;
    font-size: 12px;
    float: left;
}
.review-carousel .rating > label:before {
    margin: 5px 3px;
}
.rating > label:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}
#customer-review .card span {
    font-size: 14px;
    color: #9b9b9b;
    margin: 8px 0 0 12px;
}
#customer-review.customerCarousel .card span{
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
#customerProductCarousel .splide__slide .name-letter{
    width: 95px;
    border-radius: 50%;
    text-align: center;
    align-content: center;
    align-items: center;
    background: #ec5459;
}
#customerProductCarousel .splide__slide .name-letter span{
    margin: 0;
    width: 100%;
    color: #fff;
    font-size: 150%;
    font-weight: bold;
}
#customer-review.customerCarousel .card p{
    color: #000
}
#customer-review .card p {
    font-size: 12px;
    line-height: 1.5;
    color: #1d1d1d;
    margin-bottom: 0px;
    min-height: 63px;
}
#client-picture-wrapper, #occasionWrapper {
    background-color: #f5f5f5;
}
.common-items-slider .splide__arrow--next, .review-carousel .splide__arrow--next {
    right: -5%;
}
.common-items-slider .splide__arrow--prev, .review-carousel .splide__arrow--prev {
    left: -5%;
}
.common-items-slider .splide__arrow--next, .common-items-slider .splide__arrow--prev {
    position: absolute;
    top: 45%;
}
.splide__arrow{
    background: transparent;
}
.splide__arrow:disabled svg{
    fill: rgba(0,0,0,.3);
}
.mobile-filter-by-menu {
    display: block;
}
.desktop-side-filter-menu {
    border-right: 1px solid rgba(0,0,0,0.12);
}
#listingMain .main-list-item:not(:last-child), #itemsCategoryMainList {
    border-bottom: 1px solid rgba(0,0,0,0.12);
}
#listingMain .main-list-item {
    padding: 3px 0px;
}
#listingMain .items-category-main-list li a, #listingMain .delivery-city-name, #listingMain .next-day-delivery-text, #listingMain .payment-mode-type-text, #listingMain .back-to-filter-btn span, .desktop-sort-by-button select {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #1d1d1d;
}
#listingMain .desktop-side-filter-menu #itemsCategoryMainList li a.active, #listingMain .sort-by-hidden-section-in li a.active {
    color: #ec5459;
}
#listingMain .main-list-item a.active .black-down-image, #listingMain .main-list-item a .red-down-image {
    display: none;
}
#listingMain .main-list-item a.active .red-down-image, #listingMain .main-list-item a .black-down-image {
    display: inline-block;
}
#fadeoutLayer.active .main-list-item .sprite, #fadeoutLayer .sprite-grey-down-chevron-small-2 {
    display: none;
}
.custom-checkbox {
    display: block;
    position: relative;
    padding-left: 28px;
    margin-bottom: 16px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#listingMain .items-category-sub-list li .sub-list-text {
    font-size: 14px;
    color: rgba(0,0,0,0.6);
}
.custom-checkbox input:checked ~ .checkmark {
    background-color: #ec5459;
    margin-top: 3px;
    border: none;
}
.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
.regular-checkbox {
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #999;
    padding: 0px 7px;
    border-radius: 0px;
    display: inline-block;
    position: relative;
    margin-right: 10px;
    width: 15px;
    height: 15px;
    top: 3px;
}
.custom-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #ffffff;
    margin-top: 3px;
    border: 2px solid rgba(173, 173, 173,0.8);
}
.custom-checkbox input:checked ~ .checkmark:after {
    display: block;
}
.custom-checkbox .checkmark:after {
    left: 7px;
    top: 2px;
    width: 5px;
    height: 11px;
    border: solid #ffffff;
    border-width: 0px 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.custom-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.clearFilters, .price-typefilter {
    font-size: 12px!important;
}
.clearFilters {
    display: none;
}
#listingMain .city-of-delivery, #listingMain .next-day-delivery {
    border-bottom: 1px solid rgba(0,0,0,0.12);
    padding: 12px 16px 12px 0px;
}
#nextdaydelivery-unavilable {
    display: none;
}
#listingMain .filtermenu-enter-pin-form input {
    padding: 2px 7px 6px;
    border: 1px solid rgba(151, 151, 151,0.4);
}
.h-auto {
    height: auto!important;
}
#listingMain .filtermenu-enter-pin-form .submit-btn {
    font-size: 12px;
    padding: 8px 3px;
    border: none;
    height: auto;
}
#listingMain .filtermenu-enter-pin-form .submit-btn {
    background-color: #ec5459!important;
    color: #fff!important;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
#listingMain .delivery-pincode {
    font-size: 14px;
    font-weight: 700;
    color: #1d1d1d;
}
.desktop-sort-by-button select {
    width: 175px;
    border: 1px solid rgba(151, 151, 151,0.3);
    border-radius: 3px;
    padding: 8px 15px;
    outline: none;
    -webkit-appearance: none;
}
#fadeoutLayer .sprite-black-down-chevron-2 {
    display: inline-block;
}
#listingMain .sort-by-btn-bg-arrow {
    position: absolute;
    top: 10px;
    right: 32px;
    z-index: -1;
}
#listingMain .payment-mode-list {
    padding: 12px 16px 0px 0px;
}
.listing-page-category-title h1 {
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    font-size: 34px;
    line-height: 43px;
    color: #EC5459;
}
.listing-page-category-title h2 {
    font-size: 14px;
    line-height: 22px;
}
#listingMain .product-block {
    margin-bottom: 35px;
}
.best-seller-tag {
    left: 0;
    top: 0;
}
.more-pages-pagination ul li a, .more-pages-pagination ul li a:hover, .more-pages-pagination ul li a:focus, .more-pages-pagination ul li span.current {
    font-size: 18px !important;
    letter-spacing: 2.3px;
    color: #1d1d1d;
    line-height: 1.06;
    margin: .25rem .5rem;
    font-weight: 700 !important;
    border: 0!important;
    background-color: #fff!important;
}
.more-pages-pagination ul li span.current {
    color: #ec5459;
}
#listingMain .mobile-filter-menu .sort-filter-group {
    box-shadow: 0 -3px 5px 0 rgba(0, 0, 0, 0.09);
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
}
.common-items-slider .product-block .onsale {
    display: none;
}
.sort-filter-group li a {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #92979d;
    padding: 12px 0px;
}
.sort-filter-group .sort-by-btn a {
    border-right: 1px solid #c7c7c7;
}
.sort-filter-group li a b {
    background: #91a1ac;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    line-height: 1.6;
    margin-left: 10px;
    text-align: center;
    width: 22px;
    font-size: 14px;
    font-weight: normal;
    height: 22px;
}
.sort-by-hidden-section {
    display: none;
}
#listingMain .sort-by-hidden-section-in {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1200;
    box-shadow: 0px 0px 5px 0px #848181;
}
#listingMain .sort-by-hidden-section-in h3 {
    font-size: 18px;
    color: rgba(0,0,0,0.4);
}
#listingMain .sort-by-hidden-section-in h3, #listingMain .sort-by-hidden-section-in li:not(:last-child) a {
    border-bottom: 1px solid rgba(151, 151, 151,0.21);
}
#listingMain .sort-by-hidden-section-in li a {
    font-size: 16px;
    color: #000000;
}
#mobileFilterByMenu .back-to-filter-btn {
    position: absolute;
    left: 16px;
    top: 15px;
}
.clear-all-apply-btn-group li a {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #1d1d1d;
}
.clear-all-apply-btn-group .clear-all-btn a {
    border: 1px solid rgba(151, 151, 151,0.25);
}
.clearFilters.clearSortFilter {
    font-size: 14px!important;
    font-family: Futura;
    color: #1d1d1d;
}
.btn-red, .btn-green {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 15px;
    border: 1px solid #ec5459;
}
.single-product-view .splide--ttb>.splide__arrows .splide__arrow--next{
    bottom: -2em;
}
.single-product-view .splide--ttb>.splide__arrows .splide__arrow--prev{
    top: -2em;
}
.single-product-view .splide--ttb>.splide__arrows .splide__arrow--next:disabled,
.single-product-view .splide--ttb>.splide__arrows .splide__arrow--prev:disabled{
    opacity: 0.2;
}
.product-details-icon{
    vertical-align: bottom;
}
.taxSpan{
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #757677;
    vertical-align: text-top;
    margin-left: 4px;
    display: block;
}
.productReviews-card{
    position: absolute;
    right: 8px;
    top: 8px;
}
.productReviews-card .product-rating{
    font-size: 14px;
    width: auto;
    display: block;
    text-align: center;
}
.productReviews-card .product-rating img{
    width: 10px;
    vertical-align: unset;
}
.product-rating img{
    width: 8px;
}
.product-rating{
    background-color: #00A79D;
    padding: 3px 6px;
    font-size: 12px;
    font-weight: 800;
    color: #fff;
    border-radius: 4px;
}
.product-reviews{
    font-size: 14px;
    line-height: 17px;
    color: #000;
}
.productShippmentWrapper h4{
    font-size: 14px;
    font-weight: 600;
}
.productShippmentWrapper p{
    font-size: 12px;
    color: #757677;
    margin-bottom: 0px;
}
.delivery-info-available,
.delivery-info-unavailable,
.delivery-enterPincode{
    display: none;
    font-size: 12px;
    margin-bottom: 0px;
    font-weight: 500;
}
.delivery-info-available{
    color: #00a79d;
}
.delivery-info-unavailable,
.delivery-enterPincode{
    color: #ec5459;
}
#primary-slider .splide__pagination{
    bottom: -5%;
}
#primary-slider .splide__pagination__page{
    background: #BBBBBE;
    width: 7px;
    height: 7px;
}
#primary-slider .splide__pagination__page.is-active{
    background: #ED5E63; 
}
.pincode-check .btn-red,
.pincode-check .pincodeValidate{
 font-size: 16px;
 padding-top: 9px!important;
 padding-bottom: 9px!important;
}
/* up-sell products */
.up-sells-splide{
    padding-top: 35px;
    padding-bottom: 35px;
}
