@font-face {
    font-family: 'Tahoma';
    src: url('../fonts/Tahoma-Bold.eot');
    src: url('../fonts/Tahoma-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Tahoma-Bold.woff2') format('woff2'), url('../fonts/Tahoma-Bold.woff') format('woff'), url('../fonts/Tahoma-Bold.ttf') format('truetype'), url('../fonts/Tahoma-Bold.svg#Tahoma-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tahoma';
    src: url('Tahoma.eot');
    src: url('../fonts/Tahoma.eot?#iefix') format('embedded-opentype'), url('../fonts/Tahoma.woff2') format('woff2'), url('../fonts/Tahoma.woff') format('woff'), url('../fonts/Tahoma.ttf') format('truetype'), url('../fonts/Tahoma.svg#Tahoma') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tw Cen MT';
    src: url('../fonts/TwCenMT-Regular.eot');
    src: url('../fonts/TwCenMT-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/TwCenMT-Regular.woff2') format('woff2'), url('../fonts/TwCenMT-Regular.woff') format('woff'), url('../fonts/TwCenMT-Regular.ttf') format('truetype'), url('../fonts/TwCenMT-Regular.svg#TwCenMT-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tw Cen MT';
    src: url('../fonts/TwCenMT-Bold.eot');
    src: url('../fonts/TwCenMT-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/TwCenMT-Bold.woff2') format('woff2'), url('../fonts/TwCenMT-Bold.woff') format('woff'), url('../fonts/TwCenMT-Bold.ttf') format('truetype'), url('../fonts/TwCenMT-Bold.svg#TwCenMT-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Relation Two';
    src: url('../fonts/RelationTwo.eot');
    src: url('../fonts/RelationTwo.eot?#iefix') format('embedded-opentype'), url('../fonts/RelationTwo.woff2') format('woff2'), url('../fonts/RelationTwo.woff') format('woff'), url('../fonts/RelationTwo.ttf') format('truetype'), url('../fonts/RelationTwo.svg#RelationTwo') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* font-family: 'Alice', serif; */

* {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

a:hover {
    text-decoration: none;
}

body {
    padding: 0;
    margin: 0 auto;
    font-family: 'Tahoma';
    font-weight: normal;
    font-size: 15.4px;
    color: #6d6d6d;
    line-height: 24px;
}

.colorPink {
    color: #e800a6 !important;
    line-height: normal;
}

.fontfamilyAlice {
    font-family: 'Alice', serif !important;
}

.graybg {
    background-color: #ededed !important;
}


/* Top bar */

header.site-header {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    z-index: 1;
    border-bottom: solid 1px #E1E1E1;
    z-index: 9;
}
.carttable {
    margin-top: 30px;
}
.content-area {
    padding-top: 122px;
    min-height: calc(100vh - 366px);
    overflow-x: hidden;
    position: relative;
}

.topbar {
    background: #ededed;
}

.topbar a {
    color: #727272;
    font-size: 14px;
    position: relative;
}

.tobarmanu span {
    float: left;
    padding: 0 0 0 18px;
    color: #727272;
    font-size: 14px;
}

.tobarmanu {
    padding: 6px 0;
}

.logo img {
    min-width: 90px;
    width: 178px;
}

header.site-header.rink-header.fixed-header {
    box-shadow: 0 0 7px rgba(0, 0, 0, .1)!important;
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, .1)!important;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .1)!important;
}

header.site-header.rink-header.fixed-header .logo img {
    width: 90px;
}

header.site-header.rink-header.fixed-header ul.h-menu li a,
header.site-header.rink-header.fixed-header ul.h-menu li button.dropdown-toggle {
    padding-top: 18px;
    padding-bottom: 18px;
}


/* Main menu */

ul.h-menu {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.h-menu li {
    float: left;
    margin-left: 48px;
}

ul.h-menu li button.dropdown-toggle {
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
}

ul.h-menu li .show>.btn-secondary.dropdown-toggle {
    background: transparent !important;
    color: #f41192;
}

ul.h-menu li a {
    color: #727272;
    font-family: 'Tahoma';
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 16px;
    padding: 36px 0;
    position: relative;
    display: inline-block;
}




ul.h-menu li .dropdown-toggle::after {
    content: "^";
    border: 0;
    line-height: 8px;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: scaleY(-1);
    transform: scaleX(-1);
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
    height: 3px;
}

ul.h-menu li button.dropdown-toggle {
    padding-right: 14px;
}

ul.h-menu li:hover .dropdown-menu a {
    display: block;
    padding: 10px 11px !important;
    display: inline-block;
    width: 100%;
    height: auto;
    line-height: normal;
}

ul.h-menu li:hover .dropdown-menu a:before {
    display: none;
}

ul.h-menu li:hover .dropdown-menu a:hover {
    color: #fff;
    background: #f200e0;
}

ul.h-menu li .dropdown>a:after {
    /* content: "\f107";
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    font-weight: 400;
    font-family: "Font Awesome 5 Pro";
    bottom: 0;
    height: 15px;
    margin: auto; */
}

.logo {
    padding: 7px 0;
}

.topbar a:hover,
.topbar a.active {
    color: #f41192;
}

ul.h-menu li a:hover,
ul.h-menu li button.dropdown-toggle:hover {
    color: #f200e0;
}

ul.h-menu li a:before,
ul.h-menu li button.dropdown-toggle:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    width: 0%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6d00ae+0,f200e0+100 */
    background: #6d00ae;
    /* Old browsers */
    background: -moz-linear-gradient(top, #6d00ae 0%, #f200e0 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #6d00ae 0%, #f200e0 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #6d00ae 0%, #f200e0 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6d00ae', endColorstr='#f200e0', GradientType=0);
    /* IE6-9 */
    transition: all 0.2s ease;
}



ul.h-menu li:hover .dropdown-menu.show a:before {
    width: 0;
}

.slider {
    width: 100%;
    height: calc(100vh - 121px);
    position: relative;
}

.slider-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-image {
    width: 100%;
    height: 100%;
}

.slider-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
}

.slider-content .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.slider-content h1 {
    font-size: 55px;
    color: #fff;
    font-family: 'Alice', serif;
}

.slider-content h6 {
    font-family: 'Alice', serif;
    font-size: 21px;
    color: #fff;
}

.slider-content a {
    font-size: 26px;
    color: #fff;
    border: solid 4px #fff;
    padding: 7px 33px;
    margin-top: 39px;
    font-weight: bold;
}

.slider-content a:hover {
    background: #fff;
    color: #f200e0;
    border-color: #fff;
}

ul.h-menu li .btn-secondary:not(:disabled):not(.disabled).active:focus,
ul.h-menu li .btn-secondary:not(:disabled):not(.disabled):active:focus,
ul.h-menu li .btn-secondary:not(:disabled):not(.disabled):active:focus,
ul.h-menu li .btn-secondary:not(:disabled):not(.disabled):active:focus,
ul.h-menu li .show>.btn-secondary.dropdown-toggle:focus {
    background: transparent;
    outline: none;
    box-shadow: none;
    color: #f200e0;
}

ul.h-menu li .dropdown-menu.show {
    background: #f41192;
    padding: 0;
    border-radius: 0;
    margin: 0 0;
    background: #6d00ae;
    background: -moz-linear-gradient(top, #6d00ae 0%, #f200e0 100%);
    background: -webkit-linear-gradient(top, #6d00ae 0%, #f200e0 100%);
    background: linear-gradient(to bottom, #6d00ae 0%, #f200e0 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6d00ae', endColorstr='#f200e0', GradientType=0);
    border: 0;
}

ul.h-menu li .dropdown-menu.show a {
    padding: 10px 14px;
    display: block;
    color: #fff;
    border-bottom: solid 1px #fdfdfd;
}

ul.h-menu li .dropdown-menu.show a:last-child {
    border: 0;
}

ul.h-menu li .dropdown-menu.show a:hover {
    background: #fff;
    color: #f200e0;
}

.bigheading {
    font-size: 51px;
    /* text-transform: uppercase; */
    line-height: normal;
}

.secndhnd {
    background: #6d00ae;
    background: -moz-linear-gradient(top, #6d00ae 0%, #f200e0 100%);
    background: -webkit-linear-gradient(top, #6d00ae 0%, #f200e0 100%);
    background: linear-gradient(to bottom, #6d00ae 0%, #f200e0 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6d00ae', endColorstr='#f200e0', GradientType=0);
    color: #fff;
    display: inline-block;
    font-size: 21px;
    border-radius: 8px;
    padding: 5px 18px;
    margin-top: 18px;
}
.secndhnd a, .secndhnd a:hover{
    color: #fff;
}
.showurproducts {
    padding: 135px 0;
}

.productImage {
    width: 235px;
    padding-bottom: 235px;
    position: relative;
    margin: 57px auto 0;
    border-radius: 33px;
    overflow: hidden;
}

.productImage img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.productDiv {
    text-align: center;
}

.productName {
    color: #f000df;
    font-size: 22px;
    font-weight: normal;
    padding: 9px 27px 0;
    line-height: 22px;
}

.productName a {
    color: #f000df;
}

.productPrice {
    color: #686868;
    font-size: 30px;
    font-family: 'Alice', serif;
    line-height: 22px;
    padding-top: 4px;
}

.womenwant {
    background: url(../images/video-section.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 123px 0;
}

.videocontentheading {
    font-size: 35px;
    color: #fff;
    font-family: 'Alice', serif;
}

.videocontenttext {
    font-size: 20px;
    color: #fff;
    padding: 10px 66px 0 0;
    line-height: 22px;
}

.videocontentlink a {
    font-size: 20px;
    color: #fff;
    border: solid 4px #fff;
    font-weight: bold;
    padding: 8px 26px;
    display: inline-block;
    margin-top: 46px;
}

.videocontentlink a:hover {
    background-color: #fff;
    color: #f000df;
}

.videocontent {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    height: 100%;
}

.womenwant iframe {
    border-radius: 31px;
}

.testimonial {
    background: #f5f5f5;
    padding: 22px;
    margin: 0 13px;
    padding-bottom: 86px;
    position: relative;
    margin-top: 55px;
    height: calc(100% - 44px);
}

.textimonialImage {
    display: inline-block;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    overflow: hidden;
    flex: 0 0 92px;
}

.textimonialContent {
    padding-left: 24px;
    font-size: 12px;
    line-height: 18px;
    color: #666666;
    padding-right: 13px;
    padding-top: 25px;
}

.textimonialText {
    font-style: italic;
}

.textimonialName {
    font-weight: bold;
    padding-top: 14px;
}

.testimonial:before {
    content: url(../images/testimonial-icon.png);
    position: absolute;
    left: 0;
    right: 0;
    top: -20px;
    margin: auto;
    width: 36px;
    height: 40px;
}

.testimonialSection {
    padding: 70px 0 120px;
}

.keyBenefits {
    background: #eda0a8;
    padding: 17px 0 100px;
    background-image: url(../images/pheminate.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
}

.bnfhrdding {
    font-size: 89px;
    color: #fff;
    font-family: 'Alice', serif;
    padding-left: 25px;
    line-height: normal;
}

.bnf .accordion .card {
    background: #f5cbcf;
    margin: 12px 0;
    display: inline-block;
    width: 100%;
    border: 0;
    border-radius: 21px !important;
}

.bnf .accordion .card .card-header {
    background: transparent;
    border: 0;
}

.bnf .accordion .card div.card-header {
    padding: 0;
}

.bnf .accordion .card div.card-header button.btn.btn-link {
    width: 100%;
    text-align: left;
    padding: 0;
    border: 0;
    font-size: 33px;
    color: #f41192;
    font-family: 'Alice', serif;
    padding: 5px 24px;
}

.bnf .accordion .card div.card-header h2.mb-0 {
    line-height: normal;
    font-size: unset;
}

.bnf .accordion .card .card-body {
    color: #727272;
    font-size: 18px;
    padding: 0 24px 22px;
}

.bnf .accordion .card div.card-header button.btn.btn-link:hover {
    text-decoration: none;
}

.bnf div.accordion {
    width: 629px;
}

.bnf .videocontentlink a {
    margin-top: 15px;
}

footer.site-footer {
    background: #e8e8e8;
    padding-top: 52px;
}

.footermenu {
    flex: 0 0 176px;
}

.footerheading {
    color: #f41192;
    font-size: 33px;
    font-family: 'Alice', serif;
    padding-bottom: 13px;
}

.footermenu ul li a {
    color: #727272;
    font-size: 18px;
}

.footermenu ul li a:hover,
.copyright ul li a:hover {
    color: #f41192;
}

.footermenu ul li {
    list-style: none;
    padding: 2px 0;
}

.footermenu ul {
    padding: 0;
    margin: 0;
}

.smrtImage img {
    float: left;
    margin: 0 0 7px 5px;
}

.pmtlog.ml-auto {
    width: 237px;
}

.smrtImage {
    display: inline-block;
    margin-top: 15px;
}

.copyright {
    background: #b2b2b2;
    color: #666666;
    font-size: 18px;
    line-height: 26px;
    padding: 9px 0;
    margin-top: 80px;
}

.copyright ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.copyright ul li {
    float: left;
    color: #8a8a8a;
    margin-left: 11px;
}

.copyright ul li a {
    color: #8a8a8a;
    font-size: 25px;
}

.pagebanner {
    background-image: url(../images/pageBannerImage.jpg);
    height: 497px;
    min-height: 497px;
    background-position: center;
    background-size: cover;
}

.pagebanner h1 {
    font-size: 97px;
    color: #ffffff!important;
    font-family: 'Alice', serif;
    padding-top: 160px;
}

.et_pb_text_inner {
    font-size: 16px;
    background-color: #ffffff;
    position: relative;
    border-radius: 27px 27px 27px 27px;
    overflow: hidden;
    padding-top: 26px!important;
    padding-right: 31px!important;
    padding-bottom: 25px!important;
    padding-left: 31px!important;
    margin-top: -267px!important;
}

.aboutpage {
    padding-top: 36px;
    padding-bottom: 2px;
    margin-top: 2px;
    margin-bottom: 250px;
}

.aboutcontent {
    padding-top: 27px!important;
    padding-right: 34px!important;
    padding-bottom: 27px!important;
    padding-left: 34px!important;
    margin-top: -5px!important;
    margin-right: auto!important;
    margin-left: auto!important;
    padding-top: 27px;
    padding-right: 27px;
    padding-bottom: 27px;
    padding-left: 27px;
    color: #727272;
    font-size: 20px;
    line-height: 24px;
}

span.et_pb_image_wrap {
    width: 225px;
    height: 302px;
    display: inline-block;
    overflow: hidden;
    margin: auto;
    border-radius: 30px;
}

span.et_pb_image_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.et_pb_module_header span {
    color: #e800b0;
    font-size: 24px;
    font-family: 'Alice', serif;
    line-height: 23px;
}

.et_pb_blurb_description p {
    color: #666666;
    font-size: 18px;
}

a.et_pb_button {
    color: #e912aa;
    font-size: 18px;
    font-family: 'Alice', serif;
    border: solid 3px #e912aa;
    padding: 9px 32px;
    display: inline-block;
    margin-top: 9px;
}

a.et_pb_button:hover {
    background: #e912aa;
    color: #ffffff;
}

h4.et_pb_module_header {
    padding-top: 21px;
    margin-bottom: 6px;
}

.et_pb_blurb_content {
    margin-top: 60px;
}

div.abtdetailsection {
    background: #f2f2f2;
    margin-bottom: 290px;
    padding: 98px 0;
    position: relative;
}

div.sjd {
    position: absolute;
    top: -80px;
}

.abtdtlright {
    padding-left: 49px;
    font-size: 18px;
    line-height: 22px;
}

.abtdtlleft {
    flex: 0 0 390px;
}

.abtdtlimage {
    width: 100%;
    height: 536px;
    overflow: hidden;
    border-radius: 52px;
}

.abtdtlimage img {
    width: 100%;
}

.abtdtlright p {
    margin-bottom: 24px;
}

.abtdtlname {
    color: #e800b0;
    font-size: 32px;
    font-family: 'Alice', serif;
    line-height: 32px;
    padding-top: 4px;
    padding-bottom: 11px;
}

.abtdtlposition {
    color: #666666;
    font-size: 21px;
    line-height: 21px;
}

.abtdtlright p:last-child {
    margin: 0;
}

.learnheader {
    background: #3e173b;
    text-align: center;
    padding: 181px 0 169px;
    position: relative;
}

.learnheader h1 {
    font-size: 60px;
    color: #fff;
    line-height: 50px;
    font-family: 'Alice', serif;
    padding: 0 86px;
}
.headerBgimage {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
}

.headerBgimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
}
.lrnsechnd {
    font-size: 27px;
    line-height: 32px;
    color: #fff;
    font-family: 'Alice', serif;
    padding: 8px 125px 0;
}
.notification.d-flex.align-content-center.align-items-center.active {
    width: 100%;
}
.product-name-nowidth {
    min-width: 205px;
}
.hendingshudj {
    color: #e800a6;
    text-align: center;
    font-size: 70px;
    line-height: 58px;
    font-family: 'Alice', serif;
}

.lrn {
    padding: 115px 0 124px;
}

.descoverphimg {
    width: 347px;
    height: 481px;
    flex: 0 0 352px;
    overflow: hidden;
    border-radius: 44px;
}

.descoverphimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.descoverphcont {
    padding-left: 39px;
    color: #6d6d6d;
    font-size: 16px;
    padding-top: 13px;
}

.descoverph {
    padding-top: 45px;
}

.wrl {
    padding: 62px 0;
}

.smlheading {
    font-size: 40px;
    padding-bottom: 9px;
    line-height: normal;
}

.smalcontent {
    width: 130px;
    height: auto;
}

.smlcontentImage {
    margin-bottom: 33px;
}

.bodyInfo .bigheading {
    padding-bottom: 9px;
}

.bodyInfo {
    padding-top: 82px;
}

.estrogen {
    font-size: 28.87px;
    padding: 28px 0 34px;
}

.estrogenAllContent {
    display: flex;
    padding: 74px 0 37px;
    flex-direction: row-reverse;
}

.estrogenAllContentright {
    flex: 0 0 396px;
    border-radius: 24px;
    overflow: hidden;
}

.estrogenAllContentleft {
    flex: 1;
    padding-right: 30px;
}

.estrogenAllContentright img {
    width: 100%;
    border-radius: 22px;
}

.bodyInfo .allcnt .bigheading {
    padding: 24px 0 33px;
}

.etkybnft {
    background: #6d00ae;
    background: -moz-linear-gradient(top, #6d00ae 0%, #f200e0 100%);
    background: -webkit-linear-gradient(top, #6d00ae 0%, #f200e0 100%);
    background: linear-gradient(to bottom, #6d00ae 0%, #f200e0 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6d00ae', endColorstr='#f200e0', GradientType=0);
    color: #fff;
    font-size: 56px;
    line-height: normal;
    padding: 15px 0;
    margin: 45px 0;
}

.kysbnftsection {
    flex: 0 0 237px;
    margin-bottom: 63px;
}

.kysbnftsectionhend {
    font-size: 22px;
    line-height: normal;
    padding: 20px 0 9px;
}

.kysbnftsectionimag {
    text-align: center;
}

.kysbnftsectioncont {
    width: 225px;
}

.graybg.wrl .bigheading.colorPink.fontfamilyAlice {
    padding-bottom: 20px;
}

.twosection {
    display: flex;
}

.imgsml {
    font-size: 25px;
    padding: 17px 0 11px;
}

.cntshu {
    font-style: italic;
    font-size: 16px;
    line-height: 22px;
    color: #676767;
}

p {
    padding-bottom: 7px;
}

.contentwbg {
    background-image: url(../images/menstrual_support.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    padding: 39px 0 33px;
}

.contentwbg .bigheading {
    padding-bottom: 20px;
}

.bigheading.videosection.noradus.hsy video {
    width: 100%;
}

.bigheading.videosection.noradus.hsy {
    padding: 0 8px 48px;
}

.contentwbg.secnd {
    background-image: url(../images/goddess_love_couple.jpg);
    padding: 99px 0 150px;
}

.contentwbg.secnd .bigheading.fontfamilyAlice {
    padding-bottom: 53px;
}

.bigheading video {
    width: 100%;
    border-radius: 45px;
    margin: 34px 6px 25px;
}

.bigheading.videosection {
    width: 100%;
}

.contact-header .lrnsechnd {
    font-size: 21px;
    line-height: 22px;
    padding: 0 0 21px;
}

.contact-header .learnheader, .pagesheaderCommon {
    /* background: #6d00ae;
    background: -moz-linear-gradient(top, #6d00ae 0%, #f200e0 100%);
    background: -webkit-linear-gradient(top, #6d00ae 0%, #f200e0 100%);
    background: linear-gradient(to bottom, #6d00ae 0%, #f200e0 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6d00ae', endColorstr='#f200e0', GradientType=0); */
    background-image: url(../images/contact-bg.png);
    padding: 56px 0 38px;
    background-size: 100% 100%;
}
.pagesheaderCommon .learnheader{
    padding:0;
    background: transparent ;
}
.contact-header .learnheader h1 {
    padding-bottom: 19px;
}

.contact-header-btn a {
    font-size: 26px;
    color: #fff;
    border: solid 4px #fff;
    padding: 14px 24px;
    margin-top: 7px;
    font-weight: bold;
    display: inline-block;
}

.contact-header-btn a:hover {
    background-color: #fff;
}

.contact-header .lrn {
    padding-top: 64px;
    padding-bottom: 50px;
}

.contact-form .form-control {
    font-size: 17px;
    color: #7d7d7d;
    font-weight: normal;
    background: #eeeeee;
    border: 0;
    border-radius: 16px;
    height: 48px;
    padding: 0 18px;
}

.contact-form textarea.form-control {
    height: 155px;
    padding: 9px 18px;
}

.contact-form .form-group {
    margin-bottom: 30px;
}

.contact-address.d-flex {
    border-top: solid 5px #eeeeee;
    padding-top: 44px;
}

.check-box p {
    font-size: 17px;
    color: #7d7d7d;
    padding: 0;
    margin: 0;
}

.check-box p~label {
    margin: 0;
}

.check-box p~label input {
    position: absolute;
    left: -999px;
}

span.chnah input {
    position: absolute;
    left: -99999px;
    z-index: 7;
}

span.chnah input~label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    background: #eeeeee;
    border-radius: 50%;
}

span.chnah input~label {
    position: relative;
    padding: 0 0 0 31px;
    color: #e800a6;
    font-size: 17px;
    line-height: 18px;
    font-weight: 500;
    margin: 12px 0 0;
}

span.chnah input:checked~label:after {
    content: "";
    background: #e800a6;
    width: 8px;
    height: 8px;
    position: absolute;
    border-radius: 50%;
    left: 4px;
    top: 4px;
}

.contact-form .form-calc .form-control {
    max-width: 53px;
    padding: 0;
    text-align: center;
    margin-left: 12px;
}

.form-calc {
    display: flex;
    align-items: center;
    font-size: 22px;
    color: #f000df;
}

.contact-form .form-submit input[type="button"] {
    border: solid 4px #f000df;
    font-size: 14px;
    text-transform: uppercase;
    background: transparent;
    color: #f000df;
    font-weight: bold;
    padding: 8px 10px;
    margin-left: 18px;
}

.contact-form .form-submit input[type="button"]:hover {
    color: #ffffff;
    background: #f000df;
}

.check-box {
    padding-top: 11px;
}

.check-box {
    padding-top: 11px;
}

.contact-address-heading {
    font-size: 29px;
    padding-bottom: 5px;
}

.address-text {
    font-size: 24px;
    line-height: 36px;
    max-width: 322px;
}

.cont-2 {
    margin-left: auto;
    flex: 0 0 397px;
}

.become-loyal-absolute {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
}

.become-loyal-inner {
    position: relative;
    padding: 193px 0 153px;
}

.become-loyal-inner>img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

.big-font {
    font-size: 60px;
    line-height: 50px;
}

.smal-font {
    font-size: 27px;
    line-height: 32px;
    padding: 13px 0 10px;
}

.normalfont {
    font-size: 22px;
    line-height: 30px;
    padding-right: 81px;
}

.become-btn a {
    font-size: 26px;
    border: solid 4px #e800a6;
    display: inline-block;
    color: #e800a6;
    font-weight: bold;
    padding: 12px 29px;
    margin-left: 82px;
    margin-top: 49px;
}

.become-btn a:hover {
    background-color: #e800a6;
    color: #ffffff;
}

.shoppage-product .productImage {
    width: 283px;
    padding-bottom: 283px;
}

.shoppage-infor {
    flex: 0 0 393px;
    background: #f7f7f7;
    padding: 33px 22px;
    margin-left: 36px;
    margin-top: 55px;
}

.contentheading1 {
    font-size: 32px;
    padding-left: 11px;
    padding-bottom: 4px;
}

.content12 {
    font-size: 16px;
    line-height: 26px;
}

.content {
    font-size: 20px;
    line-height: 22px;
    padding-right: 95px;
    padding-bottom: 6px;
}

.content12 a {
    width: 243px;
    height: 46.03px;
    display: inline-block;
    margin: 20px auto 23px;
    border: solid 4px #e800a6;
    text-align: center;
    line-height: 38px;
    font-weight: 900;
    color: #e800a6;
    float: none;
    text-transform: uppercase;
}

.shoppage-infor hr {
    border: solid 2px #e2e2e2;
    margin: 24px 0 13px;
}

.shoppage-header {
    text-align: center;
    background-image: url(../images/bgimage.jpg);
}

.shoppage-header h1.fontfamilyAlice {
    color: #fff;
    font-size: 94px;
    line-height: 74px;
    padding-top: 246px;
    padding-bottom: 60px;
}

.shoppage-product .productName a {
    padding: 0 22px;
    text-align: center;
    display: inline-block;
}

.shoppage-product .productImage {
    margin-top: 37px;
}

.shoppage-product {
    padding-top: 18px;
}

.shoppage-pages .d-flex {
    align-items: end;
}

.shoppage-pages {
    padding-bottom: 85px;
}

.becomeapheministaheader {
    background-image: url(../images/become-a-pHeminista.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 113px 0 111px;
}

.becomeapheministaheader h1 {
    font-size: 78px;
    color: #fff;
    line-height: 78px;
    padding: 0 0 11px;
}

.becomeapheministaheader .lrnsechnd {
    font-size: 31px;
    font-family: 'Tw Cen MT';
    padding: 0 148px 0;
}

.lrnsechnd a {
    border: solid 2px #fff;
    font-size: 31px;
    line-height: 33px;
    color: #fff;
    font-weight: bold;
    padding: 18px 23px;
    display: inline-block;
    text-transform: uppercase;
    margin-top: 44px;
}

.lrnsechnd a:hover {
    background-color: #fff;
    color: #f41192;
}

.bapcontheading {
    font-size: 46px;
}

.bapconttext {
    font-size: 21px;
    line-height: 23px;
    font-family: 'Tw Cen MT';
    padding-top: 13px;
}

.bapimage {
    margin-left: auto;
}

.bapcontent {
    flex: 0 0 575px;
}

.bapcontlink {
    text-align: center;
}

.bapcontlink a {
    width: 231px;
    height: 55px;
    border: solid 2px #e800a6;
    font-family: 'Tw Cen MT';
    font-size: 20px;
    text-transform: uppercase;
    display: inline-block;
    line-height: 51px;
    color: #e800a6;
    margin-top: 0;
    margin-left: 12px;
    margin-right: 12px;
}

.bapcontlink a:hover {
    color: #fff;
    background: #e800a6;
}

.bap-section1 {
    background-image: url(../images/bap-bg1.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 100% 178px;
    padding-top: 45px;
    padding-bottom: 38px;
}

.bap-section1 .d-flex {
    align-items: center;
}

.bap-section1 img {
    height: 410px;
}

.bap-section1 .bapcontent {
    padding-top: 46px;
}

.bap-section1 .bapimage {
    padding-right: 79px;
}

.devie1 {
    background-image: url(../images/bap-bg-dr1.png);
    text-align: center;
    color: #fff;
    padding: 40px 0;
    background-size: auto 100%;
    background-repeat: repeat;
    background-position: center;
}

.bapdhip {
    font-size: 56px;
    line-height: 75px;
    width: 832px;
    margin: auto;
    padding: 46px 0;
}

.bap-section2 {
    padding-top: 113px;
    padding-bottom: 80px;
}

.devie1-inner {
    background: #9f9ec5;
}

.bap-section2 .bapcontent {
    /* padding-right: 34px; */
    margin-left: auto;
}

.bap-section2 img {
    width: 448px;
}

.bap-section2 .bapconttext {
    padding-right: 34px;
}

.bap-section2 .bapcontlink {
    padding-right: 48px;
}

.bap-section2 .bapimage {
    margin-left: 0;
}

.bap-section3 {
    background-image: url(../images/bap-bg-dr2.png);
    padding: 70px 0 50px;
    background-size: auto 100%;
    background-repeat: repeat;
    background-position: center;
}

.bap-section3-inner {
    background-color: #d6f06d;
    padding: 31px 0;
}

.bap-section3-inner .bapcontent {
    padding-right: 50px;
}

.apsop {
    font-size: 30px;
    line-height: 37px;
    font-family: 'Tw Cen MT';
    width: 927px;
    margin: auto;
    padding: 12px 0 44px;
}

.productcot {
    display: flex;
    padding: 25px 0;
}

.productsshown {
    padding-left: 71px;
    padding-top: 75px;
}

.productcottext {
    padding-left: 87px;
    padding-right: 26px;
}

.productcot .bapcontheading {
    padding-top: 55px;
}

.bap-section4 .bapimage {
    margin-left: 0;
}

.bap-section4 .bapcontent {
    flex: 0 0 658px;
}

.bap-section4 .bapcontent .bapconttext {
    padding-left: 20px;
    padding-right: 33px;
}

.bap-section4 .d-flex.justify-content-between {
    align-items: center;
}

.bap-section4 {
    padding-top: 50px;
    padding-bottom: 90px;
}

.devie2 {
    background-image: url(../images/bap-bg-dr3.png);
    text-align: center;
    color: #fff;
    padding: 29px 0;
    background-size: auto 100%;
    background-repeat: repeat;
    background-position: center;
}

.devie2-inner {
    background: #f0c7df;
    padding: 32px 0 32px;
}

.bigh {
    font-size: 72px;
}

.jshua {
    font-size: 29px;
    text-transform: uppercase;
    font-family: 'Tw Cen MT';
    font-weight: bold;
    padding-top: 7px;
}

.ganacc.top {
    color: #585858;
    font-weight: bold;
    font-family: 'Tw Cen MT';
    font-size: 30px;
    text-transform: uppercase;
}

.ganacc.list ul {
    padding: 28px 0 0 75px;
    margin: 0;
    list-style: none;
    font-family: 'Tw Cen MT';
    font-size: 26px;
    line-height: 27px;
}

.ganacc.LINK {
    /* text-align: right; */
    text-align: left;
    padding-top: 26px;
    padding-left: 82px;
}

.ganacc.LINK a {
    color: #e454ab;
    font-size: 31px;
    font-family: 'Tw Cen MT';
    font-style: italic;
}

.bap-section5 {
    padding-top: 79px;
}

.text-center.lisnk a {
    font-size: 20px;
    color: #e23da3;
    border: solid 2px #e23da3;
    font-family: 'Tw Cen MT';
    text-transform: uppercase;
    padding: 16px 24px;
    display: inline-block;
    margin: 38px 0 195px;
}

.text-center.lisnk a:hover {
    color: #fff;
    background: #e23da3;
}

.subscriptionHeader {
    margin-bottom: 50px;
    position: relative;
    padding-bottom: 115px;
}

.advanced {
    background: rgb(194, 25, 101);
    background: -moz-linear-gradient(180deg, rgba(194, 25, 101, 1) 0%, rgba(217, 90, 147, 1) 50%, rgba(243, 167, 200, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(194, 25, 101, 1) 0%, rgba(217, 90, 147, 1) 50%, rgba(243, 167, 200, 1) 100%);
    background: linear-gradient(180deg, rgba(194, 25, 101, 1) 0%, rgba(217, 90, 147, 1) 50%, rgba(243, 167, 200, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#c21965", endColorstr="#f3a7c8", GradientType=1);
}

.elite {
    background: rgb(109, 0, 174);
    background: -moz-linear-gradient(180deg, rgba(109, 0, 174, 1) 0%, rgba(178, 0, 200, 1) 50%, rgba(242, 0, 224, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(109, 0, 174, 1) 0%, rgba(178, 0, 200, 1) 50%, rgba(242, 0, 224, 1) 100%);
    background: linear-gradient(180deg, rgba(109, 0, 174, 1) 0%, rgba(178, 0, 200, 1) 50%, rgba(242, 0, 224, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#6d00ae", endColorstr="#f200e0", GradientType=1);
}

.pro {
    background: rgb(148, 41, 144);
    background: -moz-linear-gradient(180deg, rgba(148, 41, 144, 1) 0%, rgba(191, 103, 188, 1) 50%, rgba(231, 160, 229, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(148, 41, 144, 1) 0%, rgba(191, 103, 188, 1) 50%, rgba(231, 160, 229, 1) 100%);
    background: linear-gradient(180deg, rgba(148, 41, 144, 1) 0%, rgba(191, 103, 188, 1) 50%, rgba(231, 160, 229, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#942990", endColorstr="#e7a0e5", GradientType=1);
}

.starter {
    background: rgb(117, 165, 54);
    background: -moz-linear-gradient(180deg, rgba(117, 165, 54, 1) 0%, rgba(217, 244, 182, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(117, 165, 54, 1) 0%, rgba(217, 244, 182, 1) 100%);
    background: linear-gradient(180deg, rgba(117, 165, 54, 1) 0%, rgba(217, 244, 182, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#75a536", endColorstr="#d9f4b6", GradientType=1);
}

.loyal {
    background: #a0a0a0;
    background: -moz-linear-gradient(180deg, #a0a0a0 0%, #3b3b3b 100%);
    background: -webkit-linear-gradient(180deg, #a0a0a0 0%, #3b3b3b 100%);
    background: linear-gradient(180deg, #a0a0a0 0%, #3b3b3b 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#a0a0a0", endColorstr="#3b3b3b", GradientType=1);
}

.subscriptionHeader h1.fontfamilyAlice {
    font-size: 57px;
    color: #fff;
    margin: 0;
    padding: 76px 0;
}

.subscriptionHeader .logo {
    position: absolute;
    right: 37px;
    bottom: -100px;
    padding: 0;
}

.subscriptionHeader .logo img {
    width: 266px;
    height: 266px;
}

.subscriptionHeader .container {
    position: relative;
}

.subscriptionHeader:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 115px;
    width: 100%;
    background: url(../images/subhesder-bg.png);
    background-size: 100% 100%;
}

.infoBorder {
    border: solid 1px #E1E1E1;
    padding: 20px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    margin-bottom: 0;
    height: 100%;
}
.stockimageslider .infoBorder {
    padding: 12px;
    margin: 0;
}


.subinfoHeading {
    font-family: 'Tw Cen MT';
    font-size: 15px;
    text-transform: uppercase;
    color: #f000df !important;
    padding: 8px 0;
}
.subinfoHeading a{
    color: #f000df !important;
}
.owl-buttons .owl-prev, .owl-buttons .owl-next {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    width: 30px;
    height: 30px;
    text-align: center;
    position: absolute;
    top: calc(50% - 15px);
    left: -7px;
}
.owl-buttons .owl-next {
    right: -7px;
    left: auto;
}

.owl-buttons .owl-prev i, .owl-buttons .owl-next i {
    line-height: 32px;
}

.stockimageslider .item img {width: 100%;height: 100%;object-fit: cover;}

.stockimageslider .item {
    height: 246px;
}

.spamtext {
    font-size: 13px;
    line-height: 32px;
    font-family: 'Tw Cen MT';
}

.sut-page-heading.setet {
    margin: 0;
    margin-top: 26px;
    margin-bottom: 8px;
}
.subinfoText p:last-child {
    padding: 0;
}

.sut-page-heading {
    font-size: 32px;
    line-height: normal;
    color: #F000DF;
    font-family: 'Tw Cen MT';
    font-weight: 800;
    border-bottom: 1px solid #E1E1E1;
    padding-bottom: 6px;
    margin-bottom: 30px;
}

.subinfoImage {
    width: 98px;
    height: 98px;
    margin: 12px auto 0;
}

.subinfoImage img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.subinfoHeading.sectext {
    font-size: 16px;
}

.subinfoText {
    color: #666666;
    font-size: 12px;
    line-height: normal;
    font-weight: normal;
    padding-top: 5px;
}

.brochuresOuter {
    border: solid 2px #cdcdcd;
    background-image: url(../images/brochure-bg-image.png);
    margin: 30px 0;
}

.brochureHeading {
    font-size: 45px;
    padding-bottom: 5px;
    color: #f000df !important;
}

.brochureText {
    font-size: 19px;
    line-height: 18px;
    color: #363636;
    font-family: 'Tw Cen MT';
}

.brochureText a {
    font-weight: bold;
    text-transform: uppercase;
    background: #6d00ae;
    background: -moz-linear-gradient(top, #6d00ae 0%, #f200e0 100%);
    background: -webkit-linear-gradient(top, #6d00ae 0%, #f200e0 100%);
    background: linear-gradient(to bottom, #6d00ae 0%, #f200e0 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6d00ae', endColorstr='#f200e0', GradientType=0);
    color: #fff;
    padding: 19px 26px;
    display: inline-block;
    margin: 19px auto 0;
}

.brochureText a:hover {
    color: #e800a6;
    background: #fff;
    border-color: #fff;
}

.brochuresLeft {
    padding: 23px 26px 0;
    flex: 0 0 521px;
}

.brochuresRight.ml-auto img {
    height: 220px;
}

.brochuresRight {
    padding-right: 46px;
}

.inforLeft .subinfoHeading {
    padding: 0;
}

.ajshu .inforLeft .subinfoHeading {
    margin-bottom: 15px;
}

.ajshu .subinfoText a {
    background: #6d00ae;
    background: -moz-linear-gradient(top, #6d00ae 0%, #f200e0 100%);
    background: -webkit-linear-gradient(top, #6d00ae 0%, #f200e0 100%);
    background: linear-gradient(to bottom, #6d00ae 0%, #f200e0 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6d00ae', endColorstr='#f200e0', GradientType=0);
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Tw Cen MT';
    padding: 11px 11px;
    display: inline-block;
    white-space: nowrap;
    position: relative;
    margin-top: 19px;
}

.ajshu .subinfoText a:before {
    content: "";
    background: #fff;
    height: calc(100% - 4px);
    width: calc(100% - 4px);
    position: absolute;
    left: 2px;
    bottom: 2px;
    transition: 0.3s;
}

.ajshu .subinfoText a span {
    color: #f000df;
    position: relative;
    z-index: 1;
}

.ajshu .subinfoText a:hover:before {
    height: 0;
}

.ajshu .subinfoText a:hover span {
    color: #fff;
}

.ajshu .inforRight {
    flex: 0 0 264px;
    padding-left: 18px;
}

.ajshu .inforRight img {
    width: 100%;
}

.ajshu .inforLeft {
    flex: 0 0 213px;
    display: flex;
    flex-direction: column;
}

.ajshu .inforLeft .subinfoText {
    padding-right: 12px;
    font-size: 16px;
}

.subinfoText ul li {
    color: #f000df;
    list-style: none;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Tw Cen MT';
}
.subinfoText ul li a{
    color: #f000df;
}
.subinfoText ul {
    padding-left: 40px;
    margin-bottom: 0;
    padding-top: 9px;
}

.subinfoText.d-flex {
    align-items: center;
}

.subinfoText.d-flex img {
    padding-right: 23px;
    padding-top: 6px;
}

.infoBorder.isjue {
    padding-bottom: 0;
}

.infor {
    margin-bottom: 98px;
}

.infoBorder-hover {
    position: absolute;
    left: 0;
    top: 100%;
    height: 100%;
    width: 100%;
    padding: 0 17px 0;
}

.infoBorder-hover:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #f4f4f4;
    opacity: 0.85;
}

.contant-slk {
    text-align: center;
    font-size: 19px;
    line-height: 21px;
    color: #f000df;
    position: relative;
}

.infoBorder-hover img {
    width: 121px;
    margin-bottom: 24px;
    position: relative;
}

.infoBorder:hover .infoBorder-hover {
    top: 0;
}

.pheministaplans {
    background: url(../images/plans-bg.jpg);
    padding: 117px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.plan-start-top {
    background: rgba(124, 0, 213, 0.85);
    color: #fff;
    text-align: center;
    padding: 23px 0 15px;
    margin-bottom: 4px;
}

.plan-start-topHeading {
    font-size: 29px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 4px;
}

.plan-start-inn {
    font-family: 'Tw Cen MT';
    flex: 0 0 calc(25% - 4px);
}

.plan-start-topsec {
    font-size: 20px;
    line-height: 21px;
}

.plan-start-prices {
    text-align: center;
    background: rgba(255, 255, 255, 0.75);
    color: #c80063;
    padding: 11px 0 13px;
    margin-bottom: 4px;
}

.plan-start-pricesTop {
    font-size: 45px;
    line-height: 48px;
    font-family: 'Relation Two';
}

.plan-start-pricesBottom {
    font-size: 17px;
    line-height: 19px;
    text-transform: uppercase;
    font-weight: bold;
}

.plan-start-pricelist {
    background: rgba(255, 255, 255, 0.75);
    padding: 8px 14px;
}

.listone {
    font-size: 16px;
    line-height: 44px;
    color: #232323;
    position: relative;
    padding: 0 0 0 10px;
}

.listone:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 4px;
    height: 4px;
    background: #232323;
    border-radius: 50%;
}

.listtop {
    font-size: 14px;
    line-height: 22px;
    color: #232323;
    padding: 0 0 0 16px;
}

.listtwo {
    padding: 0 0 0 15px;
}

.listone.lightcolor {
    color: #585858;
}

.listButton a {
    background: #6d00ae;
    background: -moz-linear-gradient(top, #6d00ae 0%, #f200e0 100%);
    background: -webkit-linear-gradient(top, #6d00ae 0%, #f200e0 100%);
    background: linear-gradient(to bottom, #6d00ae 0%, #f200e0 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6d00ae', endColorstr='#f200e0', GradientType=0);
    color: #fff;
    text-align: center;
    width: 100%;
    display: inline-block;
    font-size: 29px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 12px 0;
    margin-top: 34px;
    margin-bottom: 5px;
}

.listButton a:hover {
    color: #f200e0;
    background: #fff;
}

.modal .modal-dialog {
    max-width: 850px;
}

.modal .modal-body {
    padding: 0;
    border: 0;
    border-radius: 0;
}

.modal .modal-dialog .modal-content {
    border: 0;
    border-radius: 0;
}

.form-section-form {
    flex: 1;
    padding: 30px 37px;
}

.form-section-form .form-heading {
    font-size: 30.31px;
    line-height: 29.56px;
    margin-bottom: 20px;
}

.form-section-form .input-group {
    border: solid 1px #ececec;
    border-radius: 10px;
    box-shadow: none;
    display: flex;
    align-items: center;
    margin: 0 !important;
}

.form-section-form .input-group .input-group-prepend {
    border: 0;
}

.form-section-form .input-group input {
    border: 0;
    background: transparent;
    height: 50px;
}

.form-section-form .input-group .input-group-prepend .input-group-text {
    border: 0;
    width: 44px;
    height: 50px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-section-form .form-group {
    margin: 20px 0;
    display: inline-block;
    width: 100%;
}

.form-check {
    position: relative;
    padding-left: 24px;
}

.form-check input.form-check-input {
    position: absolute !important;
    left: -9999px;
}
.productOption .form-check input.form-check-input~label.form-check-label:before {
    width: 20px;
    height: 20px;
    top: 0;
}

.productOption .form-check {
    padding-left: 28px;
    margin: 8px 0;
}
.productOption .form-check input.form-check-input:checked~label.form-check-label:after{
    left: 3px;
    font-size: 13px;
    top: 3px;
}
.form-check input.form-check-input~label.form-check-label {
    font-size: 16px;
    line-height: 16px;
    font-family: 'Tw Cen MT';
    color: #6d6d6d;
    cursor: pointer;
}

.form-check input.form-check-input~label.form-check-label:before {
    border-radius: 3px;
    border: solid 2px #dddddd;
    width: 14px;
    height: 14px;
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
}

.forget-link a {
    font-size: 16px;
    line-height: 16px;
    color: #6d6d6d;
    font-family: 'Tw Cen MT';
}

.form-check input.form-check-input:checked~label.form-check-label:after {
    position: absolute;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: #e800a6 !important;
    left: 2px;
    font-size: 9px;
    top: 5px;
}

.form-section-form button.btn.btn-primary {
    width: 100%;
    font-size: 30.31px;
    border-radius: 10px;
    border: 0;
    background: #6d00ae;
    background: -moz-linear-gradient(top, #f200e0 0%, #6d00ae 100%);
    background: -webkit-linear-gradient(top, #f200e0 0%, #6d00ae 100%);
    background: linear-gradient(to bottom, #f200e0 0%, #6d00ae 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f200e0', endColorstr='#6d00ae', GradientType=0);
    height: 50px;
    line-height: normal;
    padding: 0;
    text-transform: uppercase;
    margin-top: 46px;
    color: white;
}

.becom-loginlink a {
    background: #ffffff;
    background: -moz-linear-gradient(top, #d8d8d8 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #d8d8d8 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #d8d8d8 0%, #ffffff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#ffffff', GradientType=0);
    display: inline-block;
    width: 100%;
    font-size: 30px;
    border: solid 1px #ececec;
    border-radius: 10px;
    text-align: center;
    height: 50px;
    line-height: 48px;
    margin-top: 28px;
}

.modal button.close {
    position: absolute;
    right: -14px;
    top: -14px;
    width: auto;
    background: #fff;
    border-radius: 50%;
    padding: 4px;
    opacity: 1;
    z-index: 9;
}
.modal button.close:hover{
    opacity: 1 !important;
}
.modal button.close img {
    width: 31px;
}
.pagebanner.application {
    background-image: url(../images/application-bg.jpg);
}

.pagebanner.application h1 {
    font-size: 73px;
}

.aboutpage.application {
    font-family: 'Tw Cen MT';
    margin-bottom: 60px;
}

.aboutpage.application p {
    font-size: 18px;
    line-height: 24px;
}

.filds-outer label {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    color: #5c5c5c;
    font-weight: revert;
}

.subplabsection {
    padding-top: 41px;
}

.filds-outer label span {
    color: #ef0000;
    padding-left: 5px;
}

.application-form .form-control {
    border-color: #6d6d6d;
    height: 40px;
}

.width-half {
    width: 47%;
    flex: 0 0 47%;
}

.width-full {
    width: 100%;
    flex: 0 0 100%;
}

.application-form small.form-text {
    margin: 3px 0 0 5px;
    font-size: 11px;
    line-height: 15px;
}

.filds-outer .form-group input[type="radio"]~label:before {
    content: "";
    width: 15px;
    height: 15px;
    border: solid 1px #5e5e5e;
    position: absolute;
    left: 0;
    top: 4px;
    border-radius: 50%;
}

.filds-outer .form-group input[type="radio"]~label {
    margin-left: 15px;
    line-height: 26px;
}

.filds-outer .form-group input[type="radio"]:checked~label:after {
    content: "";
    width: 7px;
    height: 7px;
    border: solid 1px #5E5E5D;
    position: absolute;
    left: 4px;
    top: 8px;
    border-radius: 50%;
    background: #5e5e5e;
}

.filds-outer label a {
    color: #fd32da;
    text-decoration: underline;
}

.application-form textarea.form-control {
    height: 219px;
}

.application-form .form-submit button.btn {
    width: 100%;
    font-size: 18px;
    border-radius: 5px;
    border: 0;
    background: #6d00ae;
    background: -moz-linear-gradient(top, #f200e0 0%, #6d00ae 100%);
    background: -webkit-linear-gradient(top, #f200e0 0%, #6d00ae 100%);
    background: linear-gradient(to bottom, #f200e0 0%, #6d00ae 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f200e0', endColorstr='#6d00ae', GradientType=0);
    height: 40px;
    line-height: normal;
    padding: 0;
    text-transform: uppercase;
    margin-top: 46px;
    width: 297px;
    margin: auto;
    margin: 0 auto;
    color: #fff;
}

.form-submit {
    /* flex: 0 0 100%; */
    text-align: center;
    /* padding-top: 60px; */
}

.form-group button.btn.dropdown-toggle.btn-light {
    border-color: #6d6d6d;
    height: 46px;
    background: transparent;
    border: 1px solid #BBBBBB;
    padding-top: 10px;
}

ul.parsley-errors-list.filled  li {
    list-style: none;
    color: red;
}

ul.parsley-errors-list.filled {
    padding: 0;
    margin: 0;
}
.lrnphheader.contact-header {
    /* margin-top: 125px; */
}
.pagesheaderCommon .lrnsechnd {
    font-size: 21px;
    padding-bottom: 39px;
    line-height: 22px;
}

.pagesheaderCommon .learnheader h1 {
    font-size: 61px;
}
#login-form span#username_error, #login-form #password_error {position: absolute;top: 100%;}
.forgotPage {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D3CED2;
    border-radius: 5px;
    padding: 30px 26px;
    width: 528px;
    margin: 40px auto;
}

.form-group label, .forgotPage label {
    font-size: 18px;
    line-height: 32px;
    color: #666666;
    margin: 0;
    font-family: 'Tw Cen MT';
    padding-bottom: 3px;
}
.forgotPage label {
    font-size: 19px;
}

form .form-control {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #BBBBBB;
    border-radius: 5px;
    height: auto;
    font-size: 16px;
    line-height: 17px;
    color: #666666;
    font-family: 'Tw Cen MT';
    padding: 0 15px;
    height: 46px;
}
p.no-blogs {
    text-align: center;
    font-weight: bold;
    padding: 37px 0;
    margin: 0;
}
.forgotPage .form-control {
    height: 48px;
}

button.btn.btn-primary {
    border: 4px solid var(--unnamed-color-e800a6);
    background: #F7F7F700 0% 0% no-repeat padding-box;
    border: 4px solid #E800A6;
    border-radius: 5px;
    color: #E800A6;
    font-weight: 700;
    font-size: 15px;
    padding: 14px 20px;
    line-height: 16px;
}
button.btn.btn-primary:hover{
    background: #E800A6;
    color: #ffffff;
}
label span {
    color: red;
}

span.passChk {
    position: absolute;
    right: 12px;
    top: 48px;
    width: 18px;
    height: 18px;
}

.form-group {
    position: relative;
}

span.passChk img {
    width: 18px;
    position: relative;
    z-index: 0;
    float: left;
}

span.passChk input {
    position: absolute;
    width: 18px;
    height: 18px;
    z-index: 1;
    opacity: 0;
}

span.passChk input[type="checkbox"]:checked ~ image.showpass {
    display: block;
}
span.passChk img.hidepass {
    display: none;
}
span.passChk input[type="checkbox"]:checked ~ img.hidepass {
    display: none;
}

.faqSection {
    padding: 40px 0;
    width: 100%;
}

.faqSection li.nav-item {
    flex: 0 0 calc(20% - 12px);
}

.faqSection li.nav-item a{
    text-align: center;
    background: #F9F9F9;
    border: solid 1px #F9F9F9;
    border-radius: 0;
}

.faqSection li.nav-item span {
    display: block;
}

.faqSection ul {
    column-gap: 15px;
    border: 0;
}

.faqSection li.nav-item .active {
    color: #E800A6;
    border: solid 1px #E800A6;
    /* filter: invert(18%) sepia(98%) saturate(4928%) hue-rotate(306deg) brightness(91%) contrast(113%); */
    background: #FEF2FB 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #E800A61A;
    border: 1px solid #E800A6;
}

.faqSection li.nav-item a {
    border-radius: 0;
    padding: 23px 0  10px;
    font-size: 18px;
    color: #666666;
    float: left;
    width:100%;
}

.faqSection li.nav-item .active img {
    filter: invert(18%) sepia(98%) saturate(4928%) hue-rotate(
306deg
) brightness(91%) contrast(113%);
    
}

.faqSection li.nav-item a span {
    font-size: 18px;
    line-height: 51px;
    font-weight: 600;
}

.faqSection li.nav-item img {
    filter: invert(39%) sepia(7%) saturate(0%) hue-rotate(137deg) brightness(102%) contrast(95%);
    max-width: 64px;
    height: 64px;
}


.accrdianTopdata {
    text-align: center;
    padding-bottom: 34px;
}

.accrdianTopdata h2 {
    font-size: 24px;
    line-height: 51px;
    color: #E800A6;
    font-weight: 600;
    padding-top: 50px;
    margin: 0;
}

.accrdianTopseccont {
    color: #BCBCBC;
    font-size: 16px;
    line-height: 24px;
    max-width: 776px;
    margin: auto;
    font-family: 'Tw Cen MT';
    padding: 0 20px;
     
}

.faqSection .card {
    border: 0;
    border-bottom: solid 1px #BCBCBC;
}

.faqSection .card .card-header {
    background: transparent;
    padding: 0;
    border: 0;
}

.faqSection .card .card-header h5 button {
    padding: 22px 0;
    width: 100%;
    text-align: left;
    font-family: 'Tw Cen MT';
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    color: #666666;
    border: 0;
    position: relative;
    padding-left: 29px;
}

.faqSection .card .card-header h5 button:before {content: "";width: 9px;height: 9px;position: absolute;left: 0;top: 29px;background: #666666;border-radius: 50%;}

.faqSection .card .card-header h5 button[aria-expanded="true"] {
    color: #E800A6;
}

.faqSection .card .card-header h5 button[aria-expanded="true"]:before {
    background: #E800A6;
}

.faqSection .card .card-body {
    font-size: 18px;
    line-height: 30px;
    color: #666666;
    padding: 0 0 27px 30px;
    font-family: 'Tw Cen MT';
}

.faqSection .card .card-header h5 button[aria-expanded="true"]:after {
    content: "";
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}

.faqSection .card .card-header h5 button:after {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    position: absolute;
    right: 0;
}
.how-it-work-icon {
    height: 254px;
    text-align: center;
    justify-content: center;
    margin-bottom: 31px;
}

.how-it-work-heading {
    font-size: 18px;
    line-height: 51px;
    font-weight: 600;
}

.how-it-work-content {
    font-size: 17px;
    line-height: 30px;
    font-family: 'Tw Cen MT';
    color: #666666;
}

.how-it-work-block {
    margin-top: 24px;
}
.hiw-iamge img {
    width: 100%;
}
.hiw-content {
    height: 100%;
}
.hiw-iamge {
    margin: 30px 0;
}
.how-it-work-block .how-it-work-content {
    padding: 0 3px;
}
.learnheader h2 {
    color: #fff;
    font-size: 32px;
    margin: 0;
    padding: 42px 0;
}
.userdetail {
    font-size: 24px;
    color: #fff;
    line-height: 51px;
}

.useremail, .usercontact {
    font-size: 16px;
    line-height: 22px;
    margin: 9px 0;
}

.useremail i, .usercontact i {
    margin-right: 9px;
}

.pagesheaderCommon.dashboard {
    padding: 36px 0;
}
.useremail, .usercontact {
    font-size: 16px;
    line-height: 22px;
    margin: 9px 0;
}

.useremail i, .usercontact i {
    margin-right: 9px;
}

.pagesheaderCommon.dashboard {
    padding: 36px 0;
}

.left-sidebar ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.left-sidebar ul li a .menuicon {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.left-sidebar ul li a .menuicon img {
    max-width: 100%;
    max-height: 100%;
}

.menutext {
    color: #666666;
    font-size: 16px;
    line-height: 48px;
    padding-left: 9px;
    font-family: 'Tw Cen MT';
}

.left-sidebar {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D3CED2;
    padding-left: 5px;
    padding-top: 15px;
    margin-bottom: 30px;
}

.left-sidebar ul li a.active .menuicon {
    filter: invert(11%) sepia(99%) saturate(6882%) hue-rotate(311deg) brightness(97%) contrast(102%);
}

.active .menutext {
    font-weight: 600;
    color: #E800A6;
}

.dashboard-content p {
    padding: 0;
    margin-bottom: 12px;
    font-size: 16px;
}

.dashboard-content {
    padding: 27px 0;
}

.dashboard-content a {
    color: #E800A6;
}

.table thead th, .table tfoot th {
    background: transparent linear-gradient(180deg, var(--unnamed-color-e800a6) 0%, #8D0CC6FE 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, #E800A6 0%, #8D0CC6FE 100%) 0% 0% no-repeat padding-box;
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
    color: #fff;
    border: 0 !important;
}

.table tbody td {
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    padding: 11px 10px;
    border-bottom: 1px solid #E1E1E1;
    vertical-align:middle;
}

tbody {
    border-left: 1px solid #E1E1E1;
}

table.dataTable {
    border-left: 1px solid #E1E1E1;
    border-right: 1px solid #E1E1E1;
}
table .table-btn-primary {
    background: transparent;
    font-size: 12px;
    font-weight: 600;
    border: 4px solid #E800A6;
    border-radius: 5px;
    padding: 8px 12px;
    line-height: 15px;
    margin: 0 5px;
    color: #E800A6;
}
.table-product-image {
    width: 40px;
    height: 40px;
    overflow: hidden;
    float: left;
    display: inline-block;
    flex: 0 0 40px;
}

.table-product-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

a.productname {
    display: inline-block;
    font-size: 14px;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 7px;
}
.saved-address {
    padding: 16px 20px;
    border: 1px solid #E1E1E1;
    margin-top: 20px;
    margin-bottom: 30px;
}

.account-second-heading {
    font-size: 18px;
    padding-bottom: 14px;
}

p.address-text {
    line-height: normal;
    font-size: 15px;
    line-height: 32px;
    font-family: 'Tw Cen MT';
    margin: 0;
    color: #666666;
    font-family: 'Tahoma';
}

.dashboard-content .nav-tabs .nav-link {
    border: 0;
    padding: 0 0 11px;
    margin: 0;
    color: #666666;
    font-size: 18px;
    line-height: normal;
    background: transparent;
    border-bottom: solid 3px transparent;
    margin-bottom: -1px;
    margin-right: 31px;
    font-family: 'Tahoma';
}

.dashboard-content .nav-tabs {
    border-color: #666666;
    margin-bottom: 21px;
}

.dashboard-content .nav-tabs .nav-link.active {
    color: #E800A6;
    font-weight: 600;
    border-color: #E800A6;
    border-bottom: solid 4px;
}
.carttable .table tbody td.productname {
    /* display: flex; */
    align-content: center;
    align-items: center;
}
.form-calc {
    white-space: nowrap;
}
.dashboard-content .form-group button.btn.dropdown-toggle.btn-light {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #BBBBBB;
    border-radius: 5px;
    height: auto;
    font-size: 14px;
    /* line-height: 17px; */
    color: #666666;
    font-family: 'Tw Cen MT';
    padding: 11px 15px;
    height: 46px;
}

label.custom-control-label {
    color: #666666;
    font-family: 'Tw Cen MT';
    font-size: 16px;
    line-height: 32px;
    padding-left: 12px;
}

label.custom-control-label:before {
    width: 24px;
    height: 24px;
}

label.custom-control-label:after {
    font-size: 20px;
    background-size: 70%;
    background-position: center;
    width: 24px;
    height: 24px;
}
.btn.btn-update {
    background: transparent linear-gradient(180deg, #C82090 0%, #6A14D1 100%) 0% 0% no-repeat padding-box;
    border-radius: 5px;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 56px;
    font-family: 'Alice', serif;
    margin-top: 15px;
    border: 0;
    position: relative;
}

.custom-control.custom-checkbox {
    margin-bottom: 13px;
}

.btn-update:hover span {
    color: #C82090;
}
.btn-update span{
    position: relative;
    z-index: 1;
    color: #fff;
}
.btn-update:before {content: "";width: calc(100% - 8px);height: calc(100% - 8px);position: absolute;background: #fff;position: absolute;left: 4px;top: 4px;opacity: 0;z-index: 0;}

.btn-update:hover:before {
    opacity: 1;
}
img.card-img {
    width: 55px;
    margin-left: 5px;
}
/* #paymentmethod.table tbody td {
    padding-left: 0;
    padding-right: 0;
} */
.modal .subinfoHeading a {
    color: #f000df !important;
    display: flex;
    align-content: center;
    align-items: center;
}
#paymentmethod.table thead th {padding-left: 0;padding-right: 0;background: transparent;color: #666666;font-family: 'Tw Cen MT';font-size: 16px;padding-top: 0;}

#paymentmethod.table {
    border: 0;
}

img.table-card-img {
    width: 33px;
    margin-right: 8px;
}
textarea#writehere {
    height: 133px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.saved-address.subdetail {
    font-size: 18px;
    color: #666666;
    font-family: 'Tw Cen MT';
    margin-top: 0;
    line-height: 51px;
    padding: 22px;
    padding-top: 10px;
}

.subdetailright {
    color: #E800A6;
}

.dashboard-content a.table-btn-primary {
    border: solid 5px #E800A6;
    background: transparent;
    font-size: 12px;
    font-weight: 600;
    border: 4px solid #E800A6;
    border-radius: 5px;
    padding: 8px 12px;
    line-height: 15px;
    margin: 0 5px;
    font-family: 'Tahoma';
}
.dashboard-content a.table-btn-primary:hover{
    background: #E800A6;
    color: #fff;
}
.notification {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E1E1E1;
    padding: 14px 25px;
    margin: 10px 0;
    float: left;
    padding-right: 14px;
}
.notification.active {
    background: var(--unnamed-color-e800a6) 0% 0% no-repeat padding-box;
    background: rgb(232 0 166 / 10%);
    border: 1px solid #E1E1E1;
}
.notificationButtons {
    white-space: nowrap;
    flex: 0 0 132px;
}

.dashboard-content .notificationButtons a.table-btn-primary {
    margin-left: 20px;
    margin-right: 0;
    font-size: 14px;
    padding: 8px 10px;
}

.notificationContent {
    flex: 1;
}

.notificationsotr {
    display: inline-block;
    width: 100%;
}

.subscribplanimage {
    width: 81px;
    height: 81px;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.subscribplanimage img {
    width: 81%;
    height: 81%;
    object-fit: contain;
    margin: auto;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.subscribplan span {
    color: #ED1E79;
    font-size: 24px;
    padding-left: 16px;
    font-family: 'Alice', serif;
}

.subscribplan {
    margin-bottom: 20px;
}

.product-iamge img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.product-iamge {
    /* height: 482px; */
    width: 100%;
}
.product-name {
    font-family: 'Tw Cen MT';
    font-weight: 600;
    font-size: 24px;
    line-height: normal;
    border-bottom: solid 1px #E1E1E1;
    padding: 3px 0 16px;
}

.product-secdetail {
    font-size: 14px;
    font-family: 'Tw Cen MT';
    padding: 12px 0;
    border-bottom: solid 1px #E1E1E1;
}

.product-sku {
    color: #666666;
}

.product-stockdetail.instock {
    color: #77A464;
    font-weight: 600;
}

.product-detail-price {
    font-size: 32px;
    font-weight: 600;
    border-bottom: solid 1px #E1E1E1;
    padding: 16px 0;
}

.product-cartdetail {
    font-family: 'Tw Cen MT';
}

.product-shortdescription {
    color: #666666;
    padding-top: 11px;
    line-height: 30px;
}

.product-anouns {
    font-weight: bold;
    font-size: 18px;
    align-items: center;
    margin-top: 17px;
}

.product-anouns img {
    width: 24px;
    margin-right: 14px;
}

.product-qty span.qtycont {
    font-size: 18px;
    margin-right: 25px;
}

input#qty {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #BBBBBB;
    border-radius: 5px;
    width: 45px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    color: #666666;
}

.product-qty.d-flex {
    align-items: center;
    padding: 37px 0;
}

.product-qty span.minus, .product-qty span.plus {
    width: 18px;
    display: inline-block;
    margin: 0 12px;
}

.product-qty span.minus img, .product-qty span.plus img {
    width: 100%;
    cursor: pointer;
}
.product-qty span.minus:hover img, .product-qty span.plus:hover img{
    filter: invert(25%) sepia(41%) saturate(5485%) hue-rotate(319deg) brightness(93%) contrast(100%);
}

.addcart-button .btn.btn-update {
    padding: 10px 32px;
    margin: 0;
}

.description {
    box-shadow: 0px 3px 6px #00000029;
}

.description .dashboard-content {
    padding: 24px 30px;
    margin: 57px 0;
}

.product-detail {
    font-family: 'Tw Cen MT';
    padding-top: 30px;
}

.product-detail div.tab-pane {
    font-size: 18px;
    line-height: 30px;
}
.product-producedetail {
    font-size: 18px;
    line-height: 30px;
}

.product-producedetail p {
    margin: 0 0;
}

.product-producedetail p.text-italic {
    font-size: 16px;
    font-style: italic;
    margin-top: 24px;
}

.othrdtl .dashboard-content {
    margin-top: 21px;
    margin-bottom: 30px;
}

.product-detail-otherheading {
    font-size: 20px;
    line-height: 51px;
    font-family: 'Tahoma';
    font-weight: 800;
    padding-bottom: 10px;
}

.relt-product-image {
    width: 100%;
    height: 0;
    padding-top: 100%;
    position: relative;
}

.relt-product-image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.relt-product-name {
    font-size: 20px;
    line-height: 30px;
    padding-top: 12px;
}

.relt-product-price {
    font-size: 18px;
    color: #666666;
    margin-top: 11px;
}

.relt-product {
    margin-bottom: 40px;
}
.carttable table {
    width: 100%;
}

.carttable table img {
    width: 51px;
    height: 54px;
}

.carttable .table tbody td {
    padding: 10px 20px;
    font-family: 'Tw Cen MT';
}

.productname a {
    font-size: 18px;
    padding-left: 16px;
}

.carttable .table tbody td.productqty img {
    width: 12px;
    height: 12px;
    margin-top: -4px;
}
.carttable .table tbody td.productqty img:hover{
    filter: invert(16%) sepia(88%) saturate(6023%) hue-rotate(308deg) brightness(94%) contrast(107%);
}
.carttable .table tbody td.productqty input#qty {
    border: 0;
    width: 32px;
    font-size: 18px;
    line-height: 12px;
    height: 20px;
    padding-top: 0;
}

.carttable .table tbody td.productqty span {
    margin-top: -5px;
    cursor: pointer;
}

.carttable .table tbody td.productprice {
    font-size: 18px;
    color: #E800A6;
}

.carttable .table tbody td.cart-action a {
    background: transparent;
    border: 0;
    padding: 0;
}

.carttable .table tbody td.cart-action a img {height: 24px;width: auto;}
.coupon-code-form .form-group label {
    font-size: 18px;
    margin-right: 18px;
}

.coupon-code-section .coupon-code-form .form-control {
    width: 270px;
    margin-right: 8px;
}

.coupon-code-section {
    margin: 38px 0 40px;
}

.procartlast {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    padding: 20px;
}

.procartlast h4 {
    color: #E800A6;
    font-size: 20px;
    font-family: 'Tw Cen MT';
}

.cartValue {
    font-family: 'Tw Cen MT';
    font-size: 18px;
    color: #666666;
}

.cartValue .lastPrice {
    font-weight: bold;
    color: #E800A6;
    padding-top: 3px;
    padding-bottom: 4px;
    justify-content: space-between;
}

.norprice {
    padding: 13px 0 11px;
}
.procartlast ~ a.btn.btn-update {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 20px;
}
.becomenext-proname {
    color: #E800A6;
    font-size: 30px;
    line-height: 51px;
    font-weight: bold;
    padding: 4px 0;
}

.becomenext-text {
    font-size: 18px;
    font-family: 'Tw Cen MT';
    color: #BCBCBC;
    margin: 8px 0 41px;
}
.number {
    text-align: center;
}
.becomenext .pagesheaderCommon .learnheader h1 {
    font-size: 45px;
    padding: 0;
}

.becomenext .pagesheaderCommon {
    margin-bottom: 30px;
}

section.bgContainer.becomenext {
    padding-bottom: 50px;
}
.registrationpage > .container {
    margin-top: 30px;
    margin-bottom: 40px;
}

.registrationpage .lbBtmTxt {
    font-size: 16px;
    line-height: 16px;
    color: #6d6d6d;
    font-family: 'Tw Cen MT';
}

.registrationpage .lbBtmTxt a {
    color: #E800A6;
}
.registrationpage .loginRight {
    padding: 0 40px;
}
div.scrollmenu {
    position: absolute;
    top: -120px;
}

.bap-section1 div.scrollmenu {
    top: -134px;
}
body.become-a-pHeminista-layout .container {
    position: relative;
}
.pheminista-esuite-advanced-layout .subinfoText p, .pheminista-esuite-elite-layout .subinfoText p, .pheminista-esuite-pro .subinfoText p, .pheminista-esuite-starter .subinfoText p {
    font-size: 14px;
    line-height: 22px;
}
.pheminista-esuite-advanced-layout .infoBorder, .pheminista-esuite-elite-layout .infoBorder, .pheminista-esuite-pro .infoBorder, .pheminista-esuite-starter .infoBorder{
    height: 100%;
    margin: 0;
}
.tobarmanu span#cartCount {
    margin-right: 6px;
    padding: 0;
}
textarea.form-control {
    height: 150px;
    padding-top: 15px;
    padding-bottom: 15px;
}
body .alert p {
    margin: 0 !important;
    padding: 0 !important;
}
body .alert {
    position: fixed !important;
    z-index: 9 !important;
    top: 4px !important;
    width: 350px !important;
    left: auto !important;
    right: 0 !important;
    margin: auto !important;
    text-align: left !important;
    display: flex;
    align-content: center;
    align-items: center;
    color: #fff !important;
}
.alert.alert-danger {
    background: #ff0000c7 !important;
}

.alert.alert-success {
    background: #008000c7 !important;
}

.alert.alert-info {
    background: #00c9ffc7 !important;
}

.alert.alert-warning {
    background: #856404c7 !important;
}

.alert.alert-light {
    background: #818182c7 !important;
}

.alert.alert-dark {
    background: #1b1e21c7 !important;
}

.alert.alert-primary {
    background: #004085c7 !important;
}
img.thumbimage {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-right: 11px;
}
.socialLogin img {
    width: 38px;
}

a.socialLogin {
    width: 38px;
    height: 38px;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.orDiv.text-center {
    position: relative;
    margin: 14px 0;
    font-size: 12px;
    background: #f1f1f1;
    padding: 4px 0;
}
.checkoutpage .form-check input.form-check-input~label.form-check-label {
    font-size: 24px;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}

.checkoutpage .form-check input.form-check-input~label.form-check-label:before {
    top: 7px;
}

.checkoutpage .form-check input.form-check-input:checked~label.form-check-label:after {
    top: 10px;
    left: 3px;
    font-size: 8px;
}

h3.checkoutpage {
    line-height: 29px;
}

.checkout-layout h3 {
    font-size: 22px !important;
    margin-bottom: 23px;
}

.checkout-layout h3.checkoutpage {
    line-height: normal;
}
.checkout-layout h3.checkoutpage .form-check {
    line-height: 26px;
}
.checkoutpayment {
    text-align: left;
    padding: 1em;
    border-bottom: 1px solid #d3ced2;
    margin: 0;
    list-style: none outside;
    background: #ebe9eb;
}
.becomenextImage img {
    width: 100%;
    height: auto;
}
/* body .loginRight .alert {
    position: relative !important;
} */
.cart-layout table.table.dataTable, .cart-layout table.table.dataTable {
    margin: 0;
}
span.nontime {
    width: 100%;
    display: inline-block;
    font-size: 15px;
    color: #666666bf;
}
.emptycart {
    margin: 36px 0 22px;
    padding: 14px 25px;
    background: #efefef;
}















.owl-nav svg {
    width: 21px;
    filter: brightness(0) grayscale(0) invert(1);
    /* opacity: 0.5; */
}

.owl-nav > div {
    background: transparent linear-gradient(
180deg
, #C82090 0%, #6A14D1 100%) 0% 0% no-repeat padding-box !important;
    position: absolute;
    top: calc(50% - 17px);
    left: 0;
    margin: 0 !important;
    opacity: 0.5;
}

.owl-nav > div.owl-next {
    left: auto;
    right: 0;
}

.owl-nav > div:hover {
    opacity: 1;
}
#sync2 .owl-item {
    opacity: 0.5;
}

#sync2 .owl-item.active.current {
    opacity: 1;
}
#sync2 .owl-nav svg {
    width: 10px;
}
.list-of-data li {
    list-style: none;
    display: inline-block;
    width: 100%;
}

.list-of-data {
    margin: 0;
    padding: 0;
}

.list-of-data li p {
    margin: 0;
    display: flex;
    justify-content: space-between;
    background: rgb(232 0 166 / 10%);
    border: 1px solid rgb(225 225 225 / 10%);
    font-size: 18px;
    line-height: 24px;
    color: #666666;
    padding: 18px 25px;
    margin: 5px 0;
    align-items: center;
}

.list-of-data li p button.copyButton {
    border: 4px solid #E800A6;
    border-radius: 5px;
    font-size: 14px;
    color: #E800A6;
    padding: 2px 10px;
}

.list-of-data li p button.copyButton:hover {
    background: #E800A6;
    color: #fff;
}
.commitionboxouter {
    border: 1px solid #E1E1E1;
    margin: 15px 0;
    padding: 15px;
}

.commitionboxHeading {
    font-size: 16px;
    line-height: 32px;
    color: #E800A6;
    font-family: 'Tw Cen MT';
    font-weight: 800;
}

.commitionboxcontent {
    font-size: 20px;
    line-height: 32px;
    color: #666666;
    font-family: 'Tw Cen MT';
    font-weight: 500;
}

.productInformationSection .btn.btn-update {
    margin-top: 15px !important;
}

.yourrankOuter {
    background: transparent linear-gradient(180deg, #6B00AD 0%, #F400E1 100%) 0% 0% no-repeat padding-box;
    padding: 40px;
    color: #fff;
    margin-top: 40px;
    margin-bottom: 50px;
}

.yourranktopcontent.d-flex.justify-content-between {
    font-size: 24px;
    line-height: 18px;
    font-family: 'Tw Cen MT';
    font-weight: 800;
}

.yourrankbottomcontent {
    font-family: 'Tw Cen MT';
    font-weight: 500;
    font-size: 24px;
    line-height: 18px;
    padding-top: 30px;
}
.commitionboxcontent i.fas.fa-check {
    color: #00BE19;
    font-size: 20px;
}

.commitionboxcontent i.fas.fa-times {
    color: #FF0000;
}

.sut-page-heading-sub {
    font-size: 24px;
    line-height: 18px;
    color: #666666;
    font-family: 'Tw Cen MT';
    padding-bottom: 18px;
}

.elite-pro .sut-page-heading, .elite-pro .commitionboxHeading {
    color: #93278F;
}

.elite-pro .btn.btn-update,
.elite-pro .yourrankOuter {
    background: transparent linear-gradient(180deg, #93278F 0%, #E9A3E6 100%) 0% 0% no-repeat padding-box;
}
.elite-pro .btn.btn-update:hover span{
    color: #93278F;
}
/* ======================== */

.elite-starter .sut-page-heading, .elite-starter .commitionboxHeading {
    color: #8CC63F;
}

.elite-starter .btn.btn-update,
.elite-starter .yourrankOuter {
    background: transparent linear-gradient(180deg, #73A434 0%, #DBF5B8 100%) 0% 0% no-repeat padding-box;
}
.elite-starter .btn.btn-update:hover span{
    color: #8CC63F;
}
/* ======================== */
.elite-advanced .sut-page-heading, .elite-advanced .commitionboxHeading {
    color: #ED1E79;
}

.elite-advanced .btn.btn-update,
.elite-advanced .yourrankOuter {
    background: transparent linear-gradient(180deg, #C21965 0%, #F3A7C8 100%) 0% 0% no-repeat padding-box;
}
.elite-advanced .btn.btn-update:hover span{
    color: #ED1E79;
}
/* ======================= */


#newsletterpopup .modal-dialog {
    min-width: 740px;
}

#newsletterpopup .modal-dialog .modal-body.d-flex {
    padding: 0;
    border-radius: 0;
    border: 0;
}

#newsletterpopup .modal-dialog .modal-content {border-radius: 0;border: 0;}

.newsleft {
    padding: 15px;
    flex: 0 0 488px;
}

.newsimage {
    padding: 15px;
    width: 458px;
}

.newstitle {
    padding: 15px;
    padding-bottom: 0;
    font-size: 24px !important;
    padding-bottom: 0 !important;
    font-weight: 600 !important;
    line-height: 1.1em !important;
    color: rgba(0, 0, 0, 0.8);
}

.newstext {
    padding: 15px;
    padding-top: 0;
    color: rgba(0, 0, 0, 0.5);
    line-height: 1.6em;
    font-size: 14px;
    margin-top: 0.5em;
}

.newsright {flex: 1;background-color: #9c30ff !important;display: flex;align-items: center;}

.newsright form {
    padding: 40px 30px;
    width: 100%;
}

.newsright form .form-control {
    background-color: rgba(0,0,0,0.15);
    color: #fff;
    border: 0;
    padding: 10px !important;
    height: auto;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    /* font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif; */
    border-radius: 0;
}

.newsright form button.btn.btn-primary {
    background-color: #ffffff !important;
    padding: 10px;
    /* font-family: 'Open Sans', sans-serif; */
    font-size: 14px;
    border: 0;
    width: 100%;
    color: rgba( 0, 0, 0, 0.7 ) !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
    line-height: 1em;
    letter-spacing: 1px;
    border-radius: 2px;
}

.newsright form .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}

.newsright form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

.newsright form .form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}
#newsletterpopup .modal-dialog .modal-body.d-flex button.close {
    position: absolute;
    /* top: -10px; */
    right: -10px;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 34%);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.34);
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 34%);
    cursor: pointer;
    line-height: 0;
}

#newsletterpopup .modal-dialog .modal-body.d-flex button.close span {
    line-height: 11px;
    display: inline-block;
    margin: -4px 0 0;
}
button:focus {
    outline: none;
    box-shadow: none;
}
div#sync2 {
    margin-top: 25px;
}
.lc-text-field .lc-input, .lc-text-field .lc-textarea {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #BBBBBB;
    border-radius: 5px;
    height: auto;
    font-size: 16px;
    line-height: 17px;
    color: #666666;
    font-family: 'Tw Cen MT';
    padding: 0 15px;
    height: 46px;
    margin: 0;
}

label.lc-field-label {
    font-size: 18px;
    line-height: 32px;
    color: #666666;
    margin: 0;
    font-family: 'Tw Cen MT';
    padding-bottom: 3px;
}
.blogListing {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
    grid-row-start: 1;
grid-row-end:   4;
}
.blogBoxImg {
    width: 100%;
    height: 244px;
    margin-bottom: 17px;
}

.blogBoxImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blogBox:nth-child(1) { 
    grid-column: 1; grid-row: 1; 
}

.blogBox:nth-child(2) {
    grid-column: 2; grid-row: 1;
}
.blogBox:nth-child(3) {
    grid-column: 3; grid-row: 1 / span 2;
}
.blogBox:nth-child(4) {
    grid-column: 1; grid-row: 2; 
}
.blogBox:nth-child(5) {
    grid-column: 2; grid-row: 2; 
}
.blogBox:nth-child(6) {
    grid-column: 1; grid-row: 3 / span 2;
}
.blogBox:nth-child(7) {
    grid-column: 2; grid-row: 3; 
}
.blogBox:nth-child(8) {
    grid-column: 3; grid-row: 3; 
}
.blogBox:nth-child(9) {
    grid-column: 2; grid-row: 4; 
}
.blogBox:nth-child(10) {
    grid-column: 3; grid-row: 4; 
}


.blogBoxText h3 a {
    font-size: 22px;
    line-height: 34px;
    color: #E800A6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blogBoxBottom {
    color: #000000;
    font-size: 14px;
    line-height: 30px;
}

.blogBoxBottom div i {
    margin-right: 9px;
}

.blogBoxBottom .blogby {
    width: 122px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
    margin-right: 11px;
}

.blogBoxText p {
    display: none;
}

.blogview {
    display: none;
}
.blogBox:nth-child(3) .blogBoxImg, .blogBox:nth-child(6) .blogBoxImg {
    height: 641px;
}
.custom-pagination {
    display: block;
    width: 100%;
    text-align: center;
    flex: 1;
    min-width: 100%;
    grid-column: 1 / span 3;
    grid-row: 6;
}

.custom-pagination ul.pagination {
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

.pagination li a {
    display: block;
    width: 36px;
    height: 36px;
    text-align: center;
    border: solid 1px #C82090;
    margin: 0 7px;
    line-height: 34px;
    color: #C82090;
    border-radius: 3px;
}

.pagination li.bounle  a i {
    margin: 0 -2px;
}

.pagination li.ars a, .pagination li.active a, .pagination li a:hover {
    background: transparent linear-gradient(180deg, #C82090 0%, #6A14D1 100%) 0% 0% no-repeat padding-box;
    color: #fff;
}

.pagination li.ars.disabled {
    opacity: 0.5;
}
.blog-image {
    width: 100%;
    height: 533px;
    margin-bottom: 30px;
}

.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-text.blogBox h1 {
    font-size: 26px;
    line-height: 34px;
    color: #E800A6;
}

.blog-text.blogBox .blogBoxBottom {
    font-size: 16px;
    margin: 21px 0 12px;
}
.blog-detail-text {
    color: #666666;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 40px;
}
.newsright ul.parsley-errors-list.filled li {
    color: #eda0a8;
}
.rate {
    float: left;
    height: 0;
    padding: 0 10px;
    height: 29px;
    padding-left: 0;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float: right;
    width: auto;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 19px;
    color: #ccc;
    margin: 0 3px;
}
.rate:not(:checked) > label:before {
    /* content: '★'; */
}
.rate > input:checked ~ label {
    color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}

.top-star .rate-over {
    color: #ffc700;
    position: absolute;
    left: 0;
    top: 0;
}

.top-star {
    font-size: 17px;
    position: relative;
    display: block;
    /* width: 100%; */
}
h4.review-title {
    color: #E800A6;
    font-weight: 600;
    border-color: #E800A6;
    font-size: 20px;
}


.dashboard-content input.btn-submit {
    border: solid 4px #f000df;
    font-size: 14px;
    text-transform: uppercase;
    background: transparent;
    color: #f000df;
    font-weight: bold;
    padding: 8px 29px;
    margin-left: 0;
    margin-top:20px;
}

.dashboard-content input.btn-submit:hover {
    background: #f000df;
    color: #fff;
}

input.form-control {
    font-size: 17px;
    color: #7d7d7d;
    font-weight: normal;
    background: #eeeeee;
    border: 0;
    border-radius: 16px;
    height: 48px;
    padding: 0 18px;
}

.tab-review {
    padding: 15px 0;
    border-bottom: solid 1px #c5c5c5;
}

.tab-review p {
    margin: 0;
}

.tab-review:last-child {
    margin-bottom: 24px !important;
}
.chnagessub .bootstrap-select .dropdown-menu li a:before {content: "";width: 16px;height: 16px;border: solid 1px #bdbdbd;position: absolute;left: 7px;top: 0;bottom: 0;margin: auto;border-radius: 3px;}

.chnagessub .bootstrap-select .dropdown-menu li a {padding: 7px 32px;border-bottom: solid 1px #f1f1f1;}

.chnagessub .bootstrap-select .dropdown-menu li a span {
    color: #666666;
}

.chnagessub .dropdown-menu.show {
    padding: 0;
}

.chnagessub .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    right: auto;
    left: 12px;
    font-size: 11px;
    top: 9px;
    color: E800A6;
}

.ajshu .inforLeft .inforRight .subinfoHeading {
    margin: 9px 0 -9px;
}

.allimageDownload a {
    background: #6d00ae;
    background: -moz-linear-gradient(top, #6d00ae 0%, #f200e0 100%);
    background: -webkit-linear-gradient(top, #6d00ae 0%, #f200e0 100%);
    background: linear-gradient(to bottom, #6d00ae 0%, #f200e0 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6d00ae', endColorstr='#f200e0', GradientType=0);
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Tw Cen MT';
    padding: 11px 35px;
    display: inline-block;
    white-space: nowrap;
    position: relative;
    margin-top: 19px;
}

.allimageDownload a:before {
    content: "";
    background: #fff;
    height: calc(100% - 4px);
    width: calc(100% - 4px);
    position: absolute;
    left: 2px;
    bottom: 2px;
    transition: 0.3s;
}

.allimageDownload a span {
    color: #f000df;
    position: relative;
    z-index: 1;
}
.coupon-code-form {
    margin: -86px 0 0;
    position: absolute;
}
.allimageDownload a:hover:before {
    height: 0;
}

.allimageDownload a:hover span {
    color: #fff;
}
.ajshu .inforLeft .inforRight .subinfoHeading {
    margin: 0;
}
.inforRight .subinfoHeading.sectext {
    padding: 0;
}
.ui-widget-header.ui-corner-all {
    background: #f41192;
    border-color: #f41192;
}

.ui-widget.ui-widget-content.ui-corner-all {
    border-color: #c7c7c7;
}



#ptTimeSelectCntr .ui-state-hover, #ptTimeSelectCntr .ui-widget-content .ui-state-hover, #ptTimeSelectCntr .ui-widget-header .ui-state-hover, #ptTimeSelectCntr .ui-state-focus, #ptTimeSelectCntr .ui-widget-content .ui-state-focus, #ptTimeSelectCntr .ui-widget-header .ui-state-focus, #ptTimeSelectCntr .ui-state-default, #ptTimeSelectCntr .ui-widget-content .ui-state-default, #ptTimeSelectCntr .ui-widget-header .ui-state-default {
    color: #f41192;
    background: #ffe8f5;
    border-color: #ffe8f5;
}


a.ui-corner-all.ui-state-default {
    position: relative;
}

#ptTimeSelectCloseCntr a.ui-corner-all:before {content: "";position: absolute;width: 90%;height: 2px;background: #f41192;left: 0;right: 0;top: 0;bottom: 0;margin: auto;transform: rotate(45deg);}
#ptTimeSelectCloseCntr a.ui-corner-all:after {content: "";position: absolute;width: 90%;height: 2px;background: #f41192;left: 0;right: 0;top: 0;bottom: 0;margin: auto;transform: rotate(-45deg);}


#ptTimeSelectCloseCntr a.ui-corner-all {
    position: relative;
}

i.fas.fa-clock.displayclock {
    position: absolute;
    right: 9px;
    top: 51px;
    color: #000;
    cursor: pointer;
    pointer-events: none;
}
.filds-outer.width-half {
    position: relative;
}
.filds-outer.width-half i.fas.fa-clock.displayclock {
    top: 36px;
    z-index: 1;
}

div#productdetailContent, .product-producedetail,.product-detail div.tab-pane {
    font-family: 'Tw Cen MT' !important;
}
div#productdetailContent img, .product-producedetail img,.product-detail div.tab-pane img{
    max-width: 100%;
}
a.ptTimeSelectHr.ui-state-default.active, a.ptTimeSelectMin.ui-state-default.active {
    background: #f41192 !important;
    color: #fff !important;
}



 /* use display:inline-flex to prevent whitespace issues. alternatively, you can put all the children of .rating-group on a single line */
 .rating-group {
    display: inline-flex;
  }
  
  /* make hover effect work properly in IE */
  .rating__icon {
    pointer-events: none;
  }
  
  /* hide radio inputs */
  .rating__input {
   position: absolute !important;
   left: -9999px !important;
  }
  
  /* hide 'none' input from screenreaders */
  .rating__input--none {
    display: none
  }

  /* set icon padding and size */
  .rating__label {
    cursor: pointer;
    padding: 0 0.1em;
    font-size: 19px;
  }
  
  /* set default star color */
  .rating__icon--star {
    color: orange;
  }

  /* if any input is checked, make its following siblings grey */
  .rating__input:checked ~ .rating__label .rating__icon--star {
    color: #ddd;
  }
  
  /* make all stars orange on rating group hover */
  .rating-group:hover .rating__label .rating__icon--star {
    color: orange;
  }

  /* make hovered input's following siblings grey on hover */
  .rating__input:hover ~ .rating__label .rating__icon--star {
    color: #ddd;
  }

  .loaderCart {
    background: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    display: none;
    z-index: 9;
}

.loaderCart img {
    width: 200px;
    height: 200px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#sync1.owl-carousel .item {
    height: 516px;
}

#sync1.owl-carousel .item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#sync2.owl-carousel .item {
    padding-top: 100%;
    position: relative;
}

#sync2.owl-carousel .item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.textimonialImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bnf .accordion .card div.card-header button.btn.btn-link:focus {
    outline: none;
    box-shadow: none;
}
.textimonialContent iframe {
    width: 100%;
    height: auto;
}
a.btn.btn-danger.Benefit-remove, a.btn.btn-danger.effect-remove {
    float: right;
}
.openmenu{
    display: none;
}
.openmenu.active{
    position: fixed;
    top: 0;
    left: 0;
    width:100%;
    height: 100%;
    background-color: #0003;
    display: block;
}
.blog-layout .custom-pagination ul.pagination {
    margin: 0;
}

.blog-layout footer.site-footer {
    margin-top: 45px;
}
.blog-detail-layout .blogBoxBottom .blogby {
    width: auto;
}

.pmtlog {
    flex: 0 0 242px;
}
.effects_estrogen .smalcontent:last-child {
    margin: 0;
}
.effects_estrogen .smalcontent {
    margin-right: auto;
}
/* .kysbnftsection:nth-child(4n) {
    margin-right: 0;
} */
.closerror {
    position: absolute;
    right: 14px;
    top: 0;
    bottom: 0;
    height: 24px;
    margin: auto;
    cursor: pointer;
}
.couponform {
    display: flex;
}

.couponform input#couponCode {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #BBBBBB;
    border-radius: 5px;
    height: 45px;
    padding: 0 15px;
    margin-right: 6px;
    width: 270px;
}
.usernametype input {
    position: absolute;
    left: -999999px;
}

.usernametype label {
    margin: 0;
    position: relative;
    padding: 0 0 0 25px;
    cursor: pointer;
}

.usernametype label:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 16px;
    height: 16px;
    border: solid 1px #f000df;
    border-radius: 50%;
    bottom: 0;
    margin: auto;
}

.usernametype input:checked ~ label:after {
    content: "";
    position: absolute;
    left: 3px;
    top: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    margin: auto;
    background: #f000df;
    border-radius: 50%;
}
button:active, button:focus, button:visited, button:focus-visible {
    box-shadow: none !important;
    outline: none !important;
}
img, video, iframe {
    max-width: 100%;
}
.checkout_loader {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    z-index: 99;
    background: rgba(255, 255, 255, 0.7);
    display: none;
}
.checkout_loader > .d-flex.justify-center.align-items-center {
    min-width: 100vw;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
#loginpopup span.passChk {
    top: 13px;
}
span.ntCount {
    margin: 0;
    padding: 0;
    background: #e800a6 !important;
    color: #fff;
    font-size: 8px;
    min-width: 14px;
    text-align: center;
    height: 14px;
    line-height: 14px;
    border-radius: 12px;
    position: absolute;
    top: -7px;
    right: -12px;
}
.hm_view_all{
    border: solid 4px #f000df;
    font-size: 14px;
    text-transform: uppercase;
    background: transparent;
    color: #f000df;
    font-weight: bold;
    padding: 8px 10px;
    margin-top: 40px;
    display: inline-block;
}
.hm_view_all:hover{
    color: #ffffff;
    background: #f000df;
}