/* Table Content
    Title Font : font-family: 'Varela Round', sans-serif;
    Body Fonts : font-family: 'Arimo', sans-serif;
*/
*:focus { outline: none; }
body { position: relative; margin: 0px; padding: 0px; font-family: 'Arimo', sans-serif; font-weight: 400; font-size: 16px; color: #333333; line-height: 24px; overflow-x: hidden; background-color: #fff2f2; }
p { margin-bottom: 15px; }
b, strong { font-weight: 700; }
small { color: #999; font-size: 14px; }
a { color: #ae6099; text-decoration: none; outline: none; transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; }
a:hover { color: #ed6578; text-decoration: none; }
img { max-width: 100%; }
h1, h2, h3, h4, h5, h6 { font-family: 'Varela Round', sans-serif; font-weight: 400; margin: 0px; padding: 0px; color: #ed6578; line-height: 1.1; letter-spacing: -1px; }
h1, h2 { font-size: 36px; margin-bottom: 20px; }
h3 { font-size: 24px; margin-bottom: 15px; }
h4 { font-size: 18px; margin-bottom: 15px; }
h5 { font-size: 18px; margin-bottom: 15px; }
h6 { font-size: 16px; margin-bottom: 20px; }
ol, ul { margin: 0px; padding: 0px; list-style: none; }
input[type="submit"], input[type="button"], button[type="submit"], button[type="button"] { outline: none; }
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; -moz-appearance: none; appearance: none; margin: 0; }
input[type="text"], input[type="email"], input[type="password"], input[type="number"], textarea, input[type="tel"], input[type="search"], select { box-shadow: 0px !important; -webkit-box-shadow: 0px !important; -ms-box-shadow: 0px !important; -moz-box-shadow: 0px !important; -webkit-appearance: none; -moz-appearance: none; appearance: none; outline: 0px; }
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
input[type=number]::-moz-outer-spin-button, input[type=number]::-moz-inner-spin-button { -webkit-appearance: none; margin: 0; }
.form-control, .input-text, select.orderby, input[type=date] { display: block; width: 100%; height: auto; padding: 14px 25px; color: #000; background-color: #fff; background-image: none; border: 1px solid #dddddd; border-radius: 25px; -webkit-border-radius: 25px; -moz-border-radius: 25px; -ms-border-radius: 25px; box-shadow: none; line-height: 1; text-overflow: ellipsis; }
select.form-control, select.input-text, .woocommerce .woocommerce-ordering select { background-image: url(../images/arrow.svg); background-repeat: no-repeat; background-position: calc(100% - 20px) 50%; }
.form-group { margin-bottom: 20px; }
.form-control:focus, .input-text:focus, input[type=date]:focus { background-color: #fff; border-color: #ed6578; outline: 0; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; box-shadow: none; }
textarea.form-control, textarea.input-text, .woocommerce form .form-row textarea { border-radius: 15px; height: 100px; }
.form-control::-webkit-input-placeholder { color: #999; }
.form-control::-moz-placeholder { color: #999; }
.form-control:-ms-input-placeholder { color: #999; }
.form-control::-ms-input-placeholder { color: #999; }
.form-control::placeholder { color: #999; }
.form-control:focus::-webkit-input-placeholder { color: #000; }
.form-control:focus::-moz-placeholder { color: #000; }
.form-control:focus:-ms-input-placeholder { color: #000; }
.form-control:focus::-ms-input-placeholder { color: #000; }
.form-control:focus::placeholder { color: #000; }
label { display: inline-block; max-width: 100%; margin-bottom: 5px; font-weight: 700; color: #5b5b5b; }
sup { font-size: 16px; color: #000; top: -1px; left: 1px; }
textarea.form-control { resize: none; height: 100px; }
button:focus { outline: none; }
.btn-theme, .woocommerce button.button, .woocommerce a.button { background-color: #ae6099; padding: 15px 65px 15px 30px; font-size: 18px; text-align: center; display: inline-block; outline: 0px; border-radius: 25px; -webkit-border-radius: 25px; -moz-border-radius: 25px; -ms-border-radius: 25px; color: #fff; font-weight: 700; letter-spacing: 0.5px; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; position: relative; line-height: 1; overflow: hidden; z-index: 0; vertical-align: top; border: none; cursor: pointer; font-family: 'Arimo', sans-serif; }
.btn-theme::before, .woocommerce button.button::before, .woocommerce a.button::before { position: absolute; left: -5px; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; top: -5px; width: 0px; height: 115%; background-color: #ed6578; content: ''; z-index: -1; opacity: 0; }
.btn-theme::after, .woocommerce button.button::after, .woocommerce a.button::after { position: absolute; right: 38px; font-size: 14px; font-family: 'Font Awesome 5 Free'; font-weight: 900; content: "\f30b"; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; top: 52%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.btn-theme:hover, .woocommerce button.button:hover, .woocommerce a.button:hover { color: #fff; }
.btn-theme:hover::after, .woocommerce button.button:hover::after, .woocommerce a.button:hover::after { right: 32px; }
.btn-theme:hover::before, .woocommerce button.button:hover::before, .woocommerce a.button:hover::before { width: 110%; opacity: 1; }
.btn-theme input[type="submit"] { background-color: transparent; border: none; color: #fff; font-size: 18px; font-weight: 700; font-family: 'Arimo', sans-serif; }
.circleiconbtn { background-color: transparent; border: 1px solid #ed6578; color: #ed6578; font-size: 15px; border-radius: 50%; width: 35px; height: 35px; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; text-align: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.circleiconbtn:hover { color: #FFF; background-color: #ed6578; }
.btn-link-arrow, .edit { display: inline-block; font-weight: 700; font-size: 16px; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; position: relative; line-height: 1; padding-right: 25px; }
.btn-link-arrow::after, .edit::after { position: absolute; right: 0px; font-size: 16px; font-family: 'Font Awesome 5 Free'; font-weight: 900; content: "\f30b"; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; top: 1px; }
.btn-link-arrow:hover::after, .edit:hover::after { right: -5px; color: #ed6578; }
input[type="radio"], input[type="checkbox"] { cursor: pointer; }
.mr-10 { margin-right: 10px; }
.mt-10 { margin-top: 10px; }
.mt-15 { margin-top: 15px; }
.mb-10 { margin-bottom: 10px; }
.mb-15 { margin-bottom: 15px; }
.mb-20 { margin-bottom: 20px; }
.mb-25 { margin-bottom: 25px; }
.mb-30 { margin-bottom: 30px; }
.mb-40 { margin-bottom: 40px; }
.mb-60 { margin-bottom: 60px; }
.mb-50 { margin-bottom: 50px; }
.mb-70 { margin-bottom: 70px; }
.mb-80 { margin-bottom: 80px; }
.mb-90 { margin-bottom: 90px; }
.mb-100 { margin-bottom: 100px; }
.mb-120 { margin-bottom: 120px; }
.mb-150 { margin-bottom: 150px; }
.mt-30 { margin-top: 30px; }
.pb-15 { padding-bottom: 15px; }
.pb-20 { padding-bottom: 20px; }
.pb-25 { padding-bottom: 25px; }
.pb-30 { padding-bottom: 30px; }
.pb-40 { padding-bottom: 40px; }
.pb-50 { padding-bottom: 50px; }
.pb-70 { padding-bottom: 70px; }
.pb-80 { padding-bottom: 80px; }
.pb-90 { padding-bottom: 90px; }
.pb-100 { padding-bottom: 100px; }
.pb-120 { padding-bottom: 120px; }
.pb-150 { padding-bottom: 150px; }
ul { margin-bottom: 15px; }
ul li { position: relative; padding-left: 20px; margin-bottom: 8px; }
ul li::before { content: ''; background: #ae6099; position: absolute; left: 0px; width: 7px; height: 7px; top: 8px; border-radius: 50%; }
.help-block-error { color: red; }
.txt-right { text-align: right; }
.headblack { color: #000; }
.whiteboxcol { background-color: #fff; }
.titlepurple h1, .titlepurple h2, .titlepurple h3, .titlepurple h4, .titlepurple h5, .titlepurple h6 { color: #ae6099; }
.main { width: 100%; display: block; overflow: hidden; position: relative; }
.mainheader { width: 100%; position: fixed; top: 0px; z-index: 10; padding: 5px 0px 0px; -webkit-transition: all ease 0.3s; -o-transition: all ease 0.3s; transition: all ease 0.3s; }
.mainheader.sticky { background-color: #fff; top: -50px }
.mainheader.headerwhite { background-color: #fff; }
.logo { width: 128px; margin-bottom: 15px; }
.logo a { display: block; }
.mainheader .logo img { transition: all 0.3s ease; width: 128px; }
.mainheader.sticky .logo img { width: 100px; }
.topoffset { padding-top: 100px; }
.rightheader { display: flex; align-items: center; flex-wrap: wrap; margin-bottom: 15px; }
.rightheader a { margin-left: 10px; }
.rightheader a svg { fill: #EB6578; }
.rightheader a:hover svg { fill: #fff; }
.topheaderlink { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; font-size: 12px; border-bottom: 1px solid #f4bdc5; padding-bottom: 5px; display: -webkit-box; display: -ms-flexbox; display: flex; align-items: center; }
.topheaderlink span { padding: 0px 5px; color: #f4bdc5; }
.topheaderlink span.mnumheader { line-height: 1; color: #333333; padding: 0px; }
.offer-banner { background-color: #ed6578; text-align: center; border-bottom: none; margin-top: -5px; font-family: 'Varela Round', sans-serif; margin-bottom: 10px; font-size: 14px; color: #fff; padding: 10px 0px; }
.offer-banner p { margin-bottom: 0px; line-height: 1; }
.headermenu { padding: 15px 0px 0px; }
.offer-banner p a { color: #fff; }
.myaccdrop { position: relative; }
.myaccdrop ul { display: none; background-color: #fff; border-radius: 5px; position: absolute; right: -55px; width: 150px; padding: 17px 20px 10px; top: 100%; box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); }
.myaccdrop ul li { padding: 0px; }
.myaccdrop ul li a { margin: 0px; color: #333; }
.myaccdrop ul li a:hover { color: #EB6578; }
.myaccdrop ul li::before { display: none; }
.myaccdrop:hover ul { display: block; }
.mainheader nav { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-left: 30px; }
.black-overlay, .side-overlay, .review-overlay { z-index: 50; background-color: rgba(174, 96, 153, 0.85); content: ''; position: fixed; right: 0px; height: 100%; width: 100%; top: 0px; display: none; }
.megamenu-overlay { z-index: 5; background-color: rgba(174, 96, 153, 0.5); content: ''; position: fixed; right: 0px; height: 100%; width: 100%; top: 0px; display: none; }
.navmenu > ul { margin: 0px; padding: 0px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.navmenu > ul > li { position: relative; list-style: none; padding: 0px 25px 15px; margin-bottom: 0px; -webkit-transition: all ease 0.3s; -o-transition: all ease 0.3s; transition: all ease 0.3s; width: initial; }
.navmenu > ul > li::before { display: none; }
.navmenu > ul > li  a { color: #444444; display: block; letter-spacing: 0.5px; }
.navmenu > ul > li  a i { margin-left: 5px; margin-top: -1px; display: inline-block; vertical-align: middle; font-size: 12px; }
.navmenu > ul > li > a:hover, .navmenu > ul > li.current-menu-item > a { color: #ed6578; }
.navmenu > ul > li:hover > a { color: #ed6578; }
.navmenu > ul > li  ul { left: 0%; display: none; position: absolute; top: 100%; width: 285px; margin: 0px; background: #fff; padding: 0px 20px; box-shadow: 0px 3px 7px -2px rgba(0, 0, 0, 0.05) }
.navmenu > ul > li ul li ul { top: 0px; left: 100%; margin-left: 20px; }
.navmenu > ul > li > ul li { padding: 15px 0px 15px 20px; border-bottom: 1px solid #ddd; margin-bottom: 0px; }
.navmenu > ul > li > ul li:last-child { border: none; }
.navmenu > ul > li > ul li::before { top: 25px; }
.navmenu > ul > li > ul li a { display: block; color: #000; position: relative; padding-right: 10px }
.navmenu > ul > li > ul li a::after { font-size: 12px; font-family: 'Font Awesome 5 Free'; font-weight: 900; content: "\f061"; color: #ed6578; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; position: absolute; right: 5px; opacity: 0; }
.navmenu > ul > li > ul li a:hover::after, .navmenu > ul > li > ul li.current-menu-item a:hover::after { right: 0px; opacity: 1; }
.navmenu > ul > li > ul li a i { position: absolute; right: 20px; top: 14px; }
.navmenu > ul > li > ul li a:hover { color: #ed6578; }
.navmenu > ul > li > a:hover, .navmenu > ul > li.current-menu-item > a, .navmenu > ul > li.current-menu-ancestor > a, .navmenu > ul > li.current-menu-ancestor ul > li.current-menu-item > a, .navmenu > ul > li > ul > li:hover > a { color: #ed6578; }
.navmenu > ul > li:hover > ul, .navmenu > ul > li ul li:hover > ul { display: flex; flex-wrap: wrap; }
.navmenu > ul > li:last-child i { color: #ed6578; margin-right: 5px; display: inline-block; margin-top: -2px; }
.navmenu>ul>li.megamenu { position: static; }
.navmenu>ul>li.megamenu>ul::before, .navmenu>ul>li.megamenu>ul::after { background-color: #fff; content: ''; position: absolute; top: 0px; width: 52%; height: 100%; }
.navmenu>ul>li.megamenu>ul::before { left: -50%; }
.navmenu>ul>li.megamenu>ul::after { right: -50%; }
.navmenu>ul>li.megamenu>ul { width: 100%; max-width: 1410px; left: 50%; transform: translateX(-50%); padding: 20px 15px 30px; margin-left: 0px; }
.navmenu>ul>li.megamenu>ul>li { width: 20%; padding: 0px 15px; border: none; text-align: center; vertical-align: middle; }
.navmenu>ul>li.megamenu>ul>li::before { display: none; }
.navmenu>ul>li.megamenu>ul>li.menu-item-has-children>ul { display: block; position: relative; left: auto; right: auto; top: auto; bottom: auto; width: auto; padding: 0; margin-top: 10px; box-shadow: none; }
.navmenu>ul>li.megamenu>ul>li.menu-item-has-children>ul>li { padding: 5px 0px 5px 20px; position: relative; }
.navmenu>ul>li.megamenu>ul>li a { font-size: 18px; display: inline-block; padding-right: 0px; font-family: 'Varela Round', sans-serif; font-weight: 400; letter-spacing: -0.5px; }
.navmenu > ul > li.megamenu > ul li a::after { display: none; }
.navmenu>ul>li.megamenu>ul { align-items: flex-start; }
.navmenu>ul>li.megamenu>ul>li a:hover { color: #ed6578; }
.navmenu>ul>li.megamenu .prodmenuimg { padding: 0px 40px 15px; }
.mobilemenu ul li::before { display: none; }
.mobilemenu ul { margin-bottom: 0px; }
.mobilemenu ul li { padding-left: 0px; }
.mobilemenu ul li a { color: #333333; }
.mobilemenu ul li > a:hover, .mobilemenu ul li.current-menu-item > a { color: #ae6099; }
a.mobile-menu-icon { display: none; }
.headerclose, .navbartoggle, .menucallaction { display: none; }
.menucallaction { padding: 0px 50px 50px; width: 100%; }
.calltoactioncol { display: inline-block; vertical-align: top; margin-right: 60px; }
.calltoactioncol span { color: #999; display: block; }
.overflowhide { overflow: hidden; }
.sub-menu-arrow { display: none; }
.tallfree { display: inline-block; vertical-align: top; width: 100%; margin-top: 20px; }
.tallfree span { font-size: 18px; display: block; margin-bottom: 5px; }
.tallfree a { font-size: 20px; color: #ed6578; }
.tallfree a:hover { color: #ae6099; }
.slidermainrow { padding: 300px 0px 150px; }
.slidermaincol { position: absolute; top: 0px; width: 73%; right: 0px; }
.slick-dotted.slick-slider { margin-bottom: 0px; padding-bottom: 30px; }
.mainslidertext.slick-dotted.slick-slider { padding-bottom: 45px; }
.textlarge { font-size: 90px; color: #ed6578; line-height: 1; font-family: 'Varela Round', sans-serif; margin-bottom: 10px; letter-spacing: -1px; }
.textlarge span { font-size: 60px; display: block; color: #ae6099; }
.mainslidertext p { font-size: 22px; margin-bottom: 30px; }
.powerfullwhitecol { background-color: #fff; padding: 100px 0px; position: relative; display: inline-block; vertical-align: top; }
.left-object-leaf { position: absolute; bottom: 0px; left: 0px; }
.painreliefmachinerow h2 span { font-size: 70px; color: #ed6578; display: block; }
.playicon { width: 103px; height: 103px; background-color: #4dbbc2; position: absolute; left: -25px; bottom: 105px; border-radius: 50%; text-align: center; transition: all 0.5s ease-in; transform: scale(1.1); padding: 25px; }
a.playicon:hover { background-color: #ae6099; transform: scale(1); animation-iteration-count: 0; animation-name: initial; }
.thunderwelmerow { position: relative; }
.thunderwelmeimg { position: relative; width: 100%; display: inline-block; vertical-align: top; }
.captionimg { opacity: 0; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; transition: all 0.3 ease-in; text-align: center; padding: 0px 50px; background-color: rgba(174, 96, 153, 0.95); transition: all 0.5s ease; }
.captionimg p { font-size: 24px; color: #fff; line-height: 1.4; }
.thunderwelmeimg:hover .captionimg { opacity: 1; }
.thunderwelmecol .row [class*="col-"]:first-child { margin-top: -60px; }
.thunderwelmecol .row [class*="col-"]:last-child { margin-top: 60px; }
.thunderleftobject { position: absolute; top: -140px; left: -15px; }
.welmebenefitsrow { text-align: center; }
.welmebenefitsrow h2 { margin-bottom: 40px; }
.welmebenefitsrow .row [class*="col-"] { margin-bottom: 50px; }
.welmebenefitsrow .row [class*="col-"] span { display: block; }
.welmebenefitsrow .row [class*="col-"] img { margin-bottom: 20px; }
.giftingcolbg { background: url(../images/gifting-welme-bg.jpg) center center no-repeat; padding: 100px 0px; }
.giftingcolbg h2 span { font-size: 70px; display: block; }
.lovebeingrow { position: relative; }
.lovebeingobjectleft { left: -100px; bottom: -100px; }
.lovebeingobjectright { right: -30px; top: 0px; transform: rotate3d(0, 1, 0, 150deg); }
.blogthumbhome { margin-bottom: 20px; overflow: hidden; }
.blogthumbhome a img { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); transition: all 0.3s ease; }
.blogthumbhome a:hover img { transform: scale(1.1); -webkit-transform: scale(1.1); -ms-transform: scale(1.1); }
.blogcol  h3 { font-size: 18px; }
a.blogtitlehome { color: #333333; line-height: 24px; }
a.blogtitlehome:hover { color: #ed6578; }
.bloghomerow .row [class*="col-"]:first-child { margin-top: 110px; }
.bloghomerow .row [class*="col-"] { margin-top: 80px; }
.bloghomerow .row [class*="col-"]:last-child { margin-top: 0px; }
.blogcol small { color: #ed6578; }
.countercol { font-family: 'Varela Round', sans-serif; font-size: 120px; color: #ed6578; width: 46%; letter-spacing: 5px; padding: 0px 15px; }
.countercol span { font-size: 320px; letter-spacing: -20px; line-height: 256px; margin-left: -10px; margin-right: 10px; }
.countertitle { width: 54%; padding: 0px 15px; margin-top: 35px; }
.counterbg { padding: 95px 0px; background: url(../images/counterbg.webp) center bottom no-repeat; width: 100%; }
.counntersectionrow h2 { color: #333; }
.followbtn a.instalink { font-size: 20px; color: #555555; margin-right: 10px; display: inline-block; vertical-align: middle; }
.followbtn a.instalink:hover { color: #ed6578; }
.followbtn .btn-theme { padding: 8px 25px; vertical-align: middle; }
.followbtn .btn-theme::after, .topheaderlink .btn-theme::after { display: none; }
.instatitle h2 { margin-bottom: 0px; }
.instatitle { margin-bottom: 20px; }
.topheaderlink .btn-theme { font-size: 12px; padding: 8px 20px; vertical-align: middle; font-weight: 400; }
.footermain { vertical-align: top; position: relative; }
.socialcol { margin-bottom: 25px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0px 15px; }
.socialcol ul { margin-bottom: 0px; display: flex; justify-content: center; }
.socialcol li { margin: 0px 10px; padding: 0px; }
.socialcol li::before { display: none; }
.socialcol a { color: #ae6099; font-size: 18px; }
.socialcol a:hover { color: #ed6578; }
.copyright p { margin-bottom: 0px; }
.footercolborder { border-bottom: 1px solid #ddd; padding-bottom: 30px; margin-bottom: 30px; }
.footerlink ul { display: flex; flex-wrap: wrap; width: inherit; margin-bottom: 30px; justify-content: center; text-align: center; }
.footerlink ul li { padding: 0px 15px; }
.footerlink ul li::before { display: none; }
.footerlink ul li::after { content: '|'; position: absolute; right: -2px; color: #ed6578; }
.footerlink ul li:last-child::after { content: ''; }
.footerlink ul li { margin-bottom: 0px; }
.footerlink ul li a { color: #333333; }
.footerlink ul li a:hover { color: #ed6578; }
.btnsubmit { display: inline-block; position: relative; }
.btnsubmit .btn-theme { background-image: url(../images/long-arrow-right.svg); background-position: center right 30px; background-repeat: no-repeat; }
.btnsubmit .btn-theme:hover { background-image: url(../images/long-arrow-right-white.svg); background-position: center right 25px; background-repeat: no-repeat; }
.btnsubmit .btn-theme::after { display: none; }
.subscriberfrom { margin-bottom: 30px; }
.subscriberfrom label { font-size: 18px; margin-bottom: 15px; }
.subscriberfrom button { color: #ae6099; position: absolute; right: 0px; top: 0px; height: 46px; background-color: transparent; text-align: center; border: none; padding: 0px 22px; }
.subscriberfrom button:hover { color: #ed6578; }
.copyright { text-align: center; }
.copyright p { margin-bottom: 0px; }
.copyright a { color: #999999; }
.copyright a:hover { color: #ae6099; }
.footerobject { bottom: -85px; right: -70px; position: absolute; }
.header-top-img { position: absolute; top: 0px; right: 0px; width: 73%; }
.inner-header-breadcrumb-main { padding: 150px 0px 25px; position: relative; z-index: 1; }
.inner-header-breadcrumb-main ul { margin-bottom: 0px; padding: 0px; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; background-color: transparent; }
.inner-header-breadcrumb-main ul li { font-size: 14px; padding-right: 10px; text-transform: capitalize; color: #ec6478; padding-left: 0px; margin-bottom: 0px; }
.inner-header-breadcrumb-main ul li a { color: #ae6099; }
.inner-header-breadcrumb-main ul li:last-child { padding-right: 0px; }
.inner-header-breadcrumb-main ul li:first-child::before { display: none; }
.inner-header-breadcrumb-main ul li::before { content: '/'; top: 0px; padding-right: 10px; color: #ae6099; position: relative; background-color: transparent; width: initial; height: initial; }
.sidebarmenu { background-color: #fff; padding: 35px 40px 100px; position: relative; }
.sidebarmenu ul { margin-bottom: 0px; }
.sidebarmenu ul li { padding: 0px 20px 15px 0px; border-bottom: 1px solid #ddd; margin-bottom: 15px; }
.sidebarmenu ul li::before { display: none; }
.sidebarmenu ul li:last-child { border: none; padding-bottom: 0px; margin-bottom: 0px; }
.sidebarmenu ul li a { font-weight: 700; color: #333333; }
.sidebarmenu ul li a::before { top: 0px; transition: all 0.3s ease; color: #ae6099; position: absolute; opacity: 0; right: 10px; font-family: 'Font Awesome 5 Free'; font-weight: 900; content: "\f30b"; }
.sidebarmenu ul li a:hover::before, .sidebarmenu ul li.current-menu-item a::before, .sidebarmenu ul li.is-active a::before { right: 0px; opacity: 1; }
.sidebarmenu ul li.current-menu-item a, .sidebarmenu ul li a:hover, .sidebarmenu ul li.is-active a { color: #ae6099; }
.contentblockcol { background-color: #fff; padding: 50px 120px; }
.blogfullcol { margin-bottom: 70px; }
.blogthumblist { margin-bottom: 25px; overflow: hidden; }
.blogthumblist a { display: block; }
.blogthumblist a img { transform: scale(1); transition: all 0.3s ease; }
.blogthumblist a:hover img { transform: scale(1.1); transition: all 0.3s ease; }
.bloglistcontent { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.bloglistcontent small, .blogtitledetail small { color: #ed6578; }
.bloglistcontent h1 { margin-bottom: 0px; }
.bloglistcontent h1 a { color: #333333; display: block; }
.bloglistcontent h1 a:hover { color: #ed6578; }
.blogtitlelist { width: 70%; }
.bloglistcontent .btn-theme { margin-top: 30px; }
.blogcolhalf .blogtitlelist { width: 100%; }
.blogcolhalf h2 { font-size: 18px; }
.blogcolhalf h2 a { color: #333333; display: block; }
.blogcolhalf h2 a:hover { color: #ed6578; }
.blogcolhalf { margin-bottom: 50px; }
.sidebarblog { background-color: #fff; padding: 40px 40px 100px; position: relative; }
.sidebarblog h3 { margin-bottom: 20px; }
.catagorieslist ul { margin-bottom: 0px; }
.catagorieslist ul li { padding: 0px 20px 15px 0px; border-bottom: 1px solid #ddd; margin-bottom: 15px; }
.catagorieslist ul li::before { display: none; }
.catagorieslist ul li:last-child { border: none; padding-bottom: 0px; margin-bottom: 0px; }
.catagorieslist ul li a { font-weight: 700; color: #333333; }
.catagorieslist ul li a::before { top: 0px; transition: all 0.3s ease; position: absolute; opacity: 0; right: 10px; font-family: 'Font Awesome 5 Free'; font-weight: 900; content: "\f30b"; color: #ae6099; }
.catagorieslist ul li a:hover::before, .catagorieslist ul li.active-menu-item a::before { right: 0px; opacity: 1; }
.catagorieslist ul li.active-menu-item a, .catagorieslist ul li a:hover { color: #ae6099; }
.search-form { position: relative; }
.searchbarblog button { position: absolute; right: 1px; top: 1px; background-color: #fff; border: none; padding: 10px 20px; color: #ae6099; border-radius: 22px; }
.searchbarblog button:hover { color: #ed6578; }
.searchbarblog .form-control { padding-right: 40px; }
.tagslist a { font-size: 14px; color: #999999; border: 1px solid #dddddd; border-radius: 22px; padding: 5px 20px; display: inline-block; vertical-align: top; margin-right: 3px; margin-bottom: 10px; font-weight: 700; position: relative; overflow: hidden; z-index: 0; }
.tagslist a::before { position: absolute; left: 0px; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; top: 0px; width: 0px; height: 100px; background-color: #ed6578; content: ''; z-index: -1; opacity: 0; }
.tagslist a:hover::before { opacity: 1; width: 110%; }
.tagslist a:hover { color: #fff; border-color: #ed6578; }
.sidebarblog .left-object-leaf { left: auto; right: 0px; -webkit-transform: rotate3d(0, 1, 0, 180deg); transform: rotate3d(0, 1, 0, 180deg); }
.popular-blog { border-bottom: 1px solid #dddddd; padding: 0px 0px 20px; align-items: center; margin-bottom: 20px; }
.popular-blog:last-child { margin-bottom: 0px; }
.blogImg { max-width: 100px; margin-right: 10px; overflow: hidden; }
.blogImg img { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
.blogImg a:hover img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }
.blogTitle { width: 51%; line-height: 20px; }
.blogTitle a { color: #333; font-weight: 700; }
.blogTitle a:hover { color: #ed6578; }
.blogtitledetail h1 { color: #333; }
.blogdetailrow ul ul { margin: 0; }
.blogdetailrow ul li:last-child { margin-bottom: 0px; }
.blogdetailrow ol { counter-reset: item; }
.blogdetailrow ol { margin-bottom: 20px; counter-reset: item; }
.blogdetailrow ol ol { padding-left: 20px; margin: 0px; }
.blogdetailrow ol li::before { content: counters(item, ".") ". "; counter-increment: item; }
.comments-area { margin: 50px 0px 0px; background-color: #fff; padding: 50px; }
.blogdetailrow .comments-area > ol { padding-left: 0px; margin: 30px 0px 50px; counter-reset: none; list-style: none !important; }
.blogdetailrow .comments-area > ol li::before { content: none; counter-increment: none; }
.blogdetailrow .comments-area > ol > li ol li, .comments-area > ol > li { list-style: outside none none; margin-bottom: 20px; }
.blogdetailrow .comments-area > ol > li { background: transparent none repeat scroll 0 0; border-bottom: 1px solid #ddd; list-style: outside none none; padding: 0 0 20px; }
.blogdetailrow .comments-area > ol > li ol { padding-left: 50px; padding-top: 30px; }
.blogdetailrow .comments-area .comment-author > img { margin-right: 20px; margin-bottom: 10px; }
.blogdetailrow .comments-area .comment-author b.fn, .blogdetailrow .comments-area .comment-author b.fn a { font-weight: 600; text-transform: capitalize; }
.blogdetailrow .comments-area .comment-author b.fn, .blogdetailrow .comments-area .comment-author span.says { display: inline-block; margin: 5px 0 0; vertical-align: top; }
.blogdetailrow .comments-area footer .comment-metadata a { color: #999; font-size: 14px; }
.blogdetailrow .comments-area .comment-content p { margin: 7px 0 7px 0; }
.blogdetailrow .comments-area .reply a { font-weight: 600; }
.blogdetailrow .comments-area h2 { font-size: 24px; }
.blogdetailrow .comments-area h2 small { display: inline-block; vertical-align: middle; margin-left: 10px; margin-bottom: 0px; font-weight: 700; }
.blogdetailrow .comments-area ol li .comment-respond { margin-top: 20px; }
.blogdetailrow .comment-meta { display: flex; flex-wrap: wrap; }
.blogdetailrow .comment-metadata { width: 100%; margin-top: -50px; display: block; margin-left: 85px; }
.comment-respond .comment-form p.comment-form-url { display: none; }
.comment-respond label { font-weight: 700; display: block; }
.comment-respond textarea { width: 100%; padding: 15px 20px; border: 1px solid #cccccc; resize: none; font-size: 14px; color: #444444; background: #fff; border-radius: 10px; height: 100px; outline: none; display: inline-block; vertical-align: top; }
.comment-respond textarea:focus, .comment-respond p.comment-form-author input:focus, .comment-respond p.comment-form-email input:focus { border: 1px solid #ed6578; }
.comment-respond p.comment-form-author input, .comment-respond p.comment-form-email input { width: 100%; border: 1px solid #cccccc; font-size: 14px; color: #444444; background: #fff; border-radius: 25px; padding: 10px 22px; outline: none; }
.comment-respond .comment-form p.comment-form-author { margin-right: 2%; float: left; width: 48%; }
.comment-respond .comment-form p.comment-form-email { float: right; width: 48%; }
.comment-respond p.comment-form-cookies-consent { clear: both; }
.comment-respond  p.comment-form-cookies-consent label { display: block; margin-left: 20px; line-height: 19px; font-size: 15px; font-weight: 400; text-transform: none; margin-bottom: 0px; }
.comment-respond  p.comment-form-cookies-consent input { float: left; margin-top: 3px; }
.comment-respond .btn-common { padding: 7px 31px 6px; }
.comment-respond .required { color: #f5821f; }
.comment-respond p.form-submit { z-index: 0; margin-bottom: 0px; margin-top: 15px; overflow: hidden; padding: 0px; display: inline-block; background-color: #ae6099; position: relative; border-radius: 25px; }
.comment-respond p.form-submit::before { position: absolute; left: -5px; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; top: -5px; width: 0px; height: 100px; background-color: #ed6578; content: ''; z-index: -1; opacity: 0; }
.comment-respond p.form-submit::after { position: absolute; right: 30px; font-size: 14px; font-family: 'Font Awesome 5 Free'; font-weight: 900; content: "\f30b"; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; top: 52%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); color: #fff; cursor: pointer; }
.comment-respond p.form-submit:hover::after { right: 25px; }
.comment-respond p.form-submit:hover::before { width: 110%; opacity: 1; }
.comment-respond p.form-submit input[type="submit"], .woocommerce #respond input#submit { border-radius: 22px; line-height: 1; border: none; width: 100%; background: none; font-size: 18px; color: #fff; font-weight: 600; letter-spacing: 0.5px; padding: 15px 55px 15px 30px; -webkit-transition: all ease 0.3s; -o-transition: all ease 0.3s; transition: all ease 0.3s; }
.comment-respond p.form-submit input[type="submit"]:hover, .woocommerce #respond input#submit:hover { color: #fff; background-color: transparent; }
.comment-respond small { margin-left: 5px; }
.blogdetailrow .blogImg { max-width: 100%; margin-bottom: 10px; margin-right: 0px; }
.blogdetailrow .blogTitle { width: 100%; }
.blogdetailrow .blogfullcol { margin-bottom: 0px; }
.faqtitlecontent { width: 80%; }
.card { margin-bottom: 0px; border: none; border-bottom: 1px solid #ddd; padding: 17px 0px; }
.card-header:first-child, .card-header, .card { border-radius: 0px; }
.card-header { border-bottom: none; background-color: transparent; padding: 0px; }
.card-body { padding: 10px 0px 0px 60px; }
.card-header a { color: #ed6578; font-size: 18px; display: block; border-radius: 10px; cursor: pointer; padding: 10px 30px 10px 60px; font-family: 'Varela Round', sans-serif; }
.card-header a.collapsed { color: #ae6099; background-color: transparent; }
.card-header a::before { color: #ed6578; content: "\f068"; border: 1px solid #ed6578; border-radius: 50%; font-family: 'Font Awesome 5 Free'; font-size: 12px; font-weight: 900; position: absolute; left: 0px; width: 33px; height: 33px; line-height: 32px; text-align: center; margin-top: -5px; }
.card-header a.collapsed::before { content: "\f067"; }
.card-header a:hover { color: #ed6578; }
.card-body h5 { margin-bottom: 15px; }
.faq-content { margin-bottom: 30px; }
.faq-content h3 { margin-bottom: 0px; }
.faqrow .contentblockcol { padding: 90px 120px 170px; position: relative; }
.faqboxobject { position: absolute; right: 0px; bottom: 0px; }
.errorpagerow { padding: 300px 0px 200px; }
.errorpagerow h1 span { color: #ed6578; font-size: 90px; display: block; }
.thakyourow { padding: 250px 0px 50px; }
.footerobjetrow .footerobject { bottom: 0px; width: 500px; }
.smilyemoji { font-size: 40px; margin-bottom: 20px; color: #ed6578; }
.woocommerce-account .inner-header-breadcrumb-main { display: none; }
.woocommerce-account.logged-in .inner-header-breadcrumb-main { display: inline-block; vertical-align: top; width: 100%; }
.woocommerce { position: relative; }
.woocommerce form .form-row::after, .woocommerce form .form-row::before, .woocommerce-page form .form-row::after, .woocommerce-page form .form-row::before, .woocommerce-privacy-policy-text, .show-password-input, li.select2-results__option::before, .woocommerce table.my_account_orders a.button::before, .woocommerce ul.order_details li::before, .woocommerce-cart table.cart td.actions .coupon .button::before, .checkout_coupon button.button::before, .woocommerce-error li::before, .woocommerce-info li::before, .woocommerce-message li::before, .woocommerce ul#shipping_method li::before, .woocommerce-shipping-destination, .woocommerce-shipping-calculator { display: none; }
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { background-color: #ae6099; }
.woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit:disabled[disabled]:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button:disabled[disabled]:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover { background-color: #ae6099; color: #fff; }
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register { margin: 0px; }
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled], .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled] { padding: 15px 65px 15px 30px; color: #fff; opacity: 0.6; }
.myaccwhitebox { background-color: #fff; padding: 100px 0px; position: relative; }
.woocommerce #customer_login input.input-text { padding-left: 60px; }
.myaccountrow { padding: 197px 0px 0px; }
.myaccountrow h3 { font-size: 20px; margin-bottom: 20px; letter-spacing: 0px; }
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register { border: none; padding: 0px; }
.woocommerce form .password-input, .woocommerce-page form .password-input { width: 100%; }
.woocommerce form .form-row { margin-bottom: 20px; padding: 0px; position: relative; }
.woocommerce form .form-row label { line-height: 24px; }
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit { float: none; margin-right: 0px; }
.woocommerce-error, .woocommerce-info, .woocommerce-message { background-color: #fff; color: #333; border-top-width: 2px; }
.woocommerce-error, .woocommerce-info, .woocommerce-message { border-color: #ed6578; }
.woocommerce-notices-wrapper ul li { margin-bottom: 0px; }
.woocommerce-notices-wrapper ul li::before { display: none; }
.myaccwhitebox #customer_login label { display: none; }
.myaccwhitebox #customer_login .checkpasscol label { display: inline-block; margin-bottom: 0px; }
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before { color: #ed6578; }
.checkpasscol { align-items: center; justify-content: space-between; }
.checkpasscol a { color: #333; }
.checkpasscol a:hover { color: #ed6578; }
.checkpasscol label span { margin-left: 7px; }
.iconfrm { position: absolute; left: 0px; top: 0px; padding: 12px 0px 12px 25px; color: #c7c7c7; font-size: 16px; }
.woocommerce-password-strength { background-color: #fff2f2 !important; margin-top: 5px; text-align: left; font-size: 14px; padding: 4px 10px; }
.loginbottomimg { position: absolute; right: 0px; bottom: 0px; }
.myaccountboxwhite { background-color: #fff; padding: 45px 50px 50px; }
.dashboardcol p:last-child { margin-bottom: 0px; }
.myaccountdetailrow { display: inline-block; vertical-align: top; }
.woocommerce form .form-row .required { color: #ed6578; }
.woocommerce-account .myaccountdetailrow { margin-bottom: 225px; }
.woocommerce-account .myaccountdetailrow .myaccountboxwhite table tbody tr.woocommerce-table__product-purchase-note { display: none; }
.woocommerce-account .instagramrow.d-flex { display: none !important; }
.woocommerce-edit-account .myaccountdetailrow, .woocommerce-edit-address .myaccountdetailrow { margin-bottom: 100px; }
.woocommerce table.my_account_orders { font-size: initial; }
table, table td, table th { border: 1px solid #ddd; border-collapse: collapse; }
table td, table th, .woocommerce table.shop_table th, .woocommerce table.shop_table td, .woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th { padding: 11px 20px; }
table thead tr { background-color: #fff; }
table tbody tr:nth-of-type(odd) { background-color: #fff5f4; }
table tbody tr:nth-of-type(even) { background-color: #fff; }
table tfoot tr:nth-of-type(odd) { background-color: #fff; }
table tfoot tr:nth-of-type(even) { background-color: #fff5f4; }
.woocommerce table.shop_table { border: inherit; border-radius: inherit; border-collapse: collapse; margin-bottom: 20px; }
.woocommerce table.shop_table td { border-top: inherit; }
.woocommerce table.shop_table th, .woocommerce table.shop_table thead th { color: #ae6099; }
.woocommerce table.shop_table tfoot th, .woocommerce table.shop_table td a { color: #333; }
.woocommerce table.shop_table td a:hover { color: #ed6578; }
.edit-account { width: 76%; display: flex; flex-wrap: wrap; align-items: flex-start; }
.edit-account fieldset { width: 100%; display: flex; flex-wrap: wrap; margin-top: 30px }
.myaccountboxwhite h2 { margin-bottom: 27px; }
.woocommerce form.edit-account p, .woocommerce-address-fields p.form-row, .woocommerce-billing-fields p.form-row, .woocommerce-shipping-fields p.form-row { width: 50%; padding: 0px 15px; }
.woocommerce form.edit-account legend { padding-left: 15px; margin-bottom: 5px; }
.woocommerce-Address { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; }
.woocommerce .row .woocommerce-Address:last-child { margin-left: 50px }
span.woocommerce-input-wrapper { width: 100% }
span.woocommerce-input-wrapper strong { padding: 12px 0px; display: block; }
.woocommerce-address-fields .row { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }
.select2-container--default .select2-selection--single { line-height: 1; border: 1px solid #dddddd; padding: 9px 25px; border-radius: 25px; margin: 0px; height: auto; font-size: 16px; }
.select2-container .select2-selection--single .select2-selection__rendered { padding: 0px; }
.select2-container--default .select2-selection--single .select2-selection__arrow { height: 48px; width: 30px; text-align: center; line-height: 48px; right: 17px; }
.select2-container--default .select2-selection--single .select2-selection__arrow b { border: none; margin: 0px; position: relative; top: 0px; left: 0px; }
.select2-container--default .select2-selection--single .select2-selection__arrow b::before { font-family: 'Font Awesome 5 Free'; font-weight: 900; content: "\f078"; right: 0px; font-size: 13px; }
.woocommerce table.my_account_orders a.button, .woocommerce table.order_details a.button.alt { border-radius: 0px; color: #ae6099; text-align: left; margin-right: 20px; display: inline-block; vertical-align: middle; background-color: transparent; padding: 0px; font-size: 14px; width: 18px; height: 18px; line-height: 18px; font-size: 0px; }
.woocommerce table.my_account_orders a.button:hover, .woocommerce table.order_details a.button.alt:hover { color: #ed6578; background-color: transparent; }
.woocommerce table.my_account_orders a.button::after, .woocommerce table.order_details a.button.alt::after { position: relative; right: 0px; top: 0px; transform: translate(0); }
.woocommerce-orders .myaccountboxwhite  h2 { margin-bottom: 35px; }
.woocommerce table.my_account_orders a.button.view { float: left; margin-top: 4px; }
.woocommerce table.my_account_orders a.button.cancel, .woocommerce table.my_account_orders a.button.pay { margin-left: -3px; }
.woocommerce table.my_account_orders a.button.cancel::after { content: '\f00d'; }
.woocommerce table.my_account_orders a.button.view::after { content: '\f06e'; }
.woocommerce table.my_account_orders a.button.pay::after { content: '\f09d'; }
.woocommerce a.button.alt.woocommerce-MyAccount-downloads-file { letter-spacing: 0px; }
.woocommerce a.button.alt.woocommerce-MyAccount-downloads-file::after { content: '\f019' }
.woocommerce .woocommerce-customer-details address { border: none; padding: 0px }
.woocommerce .woocommerce-customer-details { width: 35%; margin-bottom: 0px; }
.checkoutorderview .woocommerce-order { background-color: #fff; padding: 50px; }
.checkoutorderview .myaccountboxwhite { padding: 0px; margin-bottom: 0px; }
.checkoutorderview .myaccountboxwhite table tbody tr.woocommerce-table__product-purchase-note { display: none; }
.woocommerce ul.order_details { margin-bottom: 15px; }
.woocommerce ul.order_details li { padding-right: 15px; margin-right: 15px; }
.woocommerce ul.order_details li { font-size: 13px; font-weight: 600; color: #ae6099; }
.woocommerce ul.order_details li strong { font-weight: 600; font-size: 16px; color: #333; }
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before { content: '\f879'; font-weight: 900; font-family: "Font Awesome 5 Free"; font-size: 14px; color: #EB6578; }
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before { content: '\f0e0'; font-weight: 900; font-family: "Font Awesome 5 Free"; font-size: 14px; color: #EB6578; }
.woocommerce .woocommerce-customer-details, .woocommerce .woocommerce-order-downloads { margin-bottom: 0px; }
.woocommerce .woocommerce-order-details { margin-bottom: 50px; }
.woocommerce-lost-password .myaccwhitebox { padding: 60px; }
.woocommerce-lost-password .myaccountrow.mb-150 { margin-bottom: 190px; }
.woocommerce form.lost_reset_password .form-row:last-child { margin-bottom: 0px; }
.woocommerce-cart .woocommerce-notices-wrapper, .woocommerce-checkout .woocommerce-notices-wrapper { width: 100%; padding: 0px 15px; margin: 0 auto; }
.cartpagerow { margin-bottom: 225px; }
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img { max-width: 100%; width: auto; }
#add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail { min-width: 90px; max-width: 90px }
.cart-collaterals, .checkoutcoltotal { background-color: #fff; padding: 40px 40px 90px; position: relative; }
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button { font-size: 18px; background-color: #ae6099; padding: 15px 30px 15px 30px; margin-bottom: 0px; }
#add_payment_method .wc-proceed-to-checkout, .woocommerce-cart .wc-proceed-to-checkout, .woocommerce-checkout .wc-proceed-to-checkout { padding-bottom: 0px; }
.woocommerce-cart .wc-proceed-to-checkout a.button::after { position: relative; right: -10px; }
.woocommerce-cart .wc-proceed-to-checkout a.button:hover::after { right: -15px; }
.woocommerce .cart-collaterals table.shop_table td strong, td.product-subtotal { color: #ec6478; font-weight: 700; }
.woocommerce .quantity .qty { border: none; background-color: transparent; padding: 0px; }
.woocommerce .cart-collaterals table tbody tr:nth-of-type(odd) { background-color: #fff; }
.woocommerce .cart-collaterals table.shop_table tr th, .woocommerce .cart-collaterals table.shop_table tr td { border: none; border-bottom: 1px solid #ddd; }
.woocommerce .cart-collaterals table.shop_table tr:first-child th, .woocommerce .cart-collaterals table.shop_table tr:first-child td, .woocommerce .checkoutcoltotal table.shop_table thead th { padding: 0px 0px 17px 0px; }
.woocommerce .cart-collaterals table.shop_table th, .woocommerce .cart-collaterals table.shop_table td { padding: 17px 0px; }
.woocommerce .cart-collaterals table.shop_table td, .woocommerce .checkoutcoltotal table.shop_table tr td:last-child, .woocommerce .checkoutcoltotal table.shop_table tr th:last-child { text-align: right; }
.woocommerce .cart-collaterals table.shop_table td a.woocommerce-remove-coupon, .woocommerce .checkoutcoltotal table.shop_table td a.woocommerce-remove-coupon { display: block; font-size: 14px; color: #ae6099; }
.coupon { width: 50%; position: relative; float: left; }
.woocommerce .cart .coupon .button { margin-top: 0px !important; display: inline-block; }
.woocommerce a.remove { background-color: transparent !important; color: #ae6099 !important; }
.woocommerce a.remove:hover, .woocommerce .cart-collaterals table.shop_table td a.woocommerce-remove-coupon:hover { color: #ec6478 !important; }
.woocommerce-cart table.cart td.actions { padding-bottom: 20px; }
.woocommerce-cart table.cart td.actions .button { float: right; margin-top: 30px; }
.woocommerce .cart_totals table.shop_table th { font-weight: 400; color: #333; }
.woocommerce table.shop_table.cart tr th:last-child { max-width: 85px; }
.woocommerce-Price-currencySymbol { font-weight: 400; }
.woocommerce-cart table.cart td.actions .coupon label { display: block; }
.cuponcolrel { position: relative; display: inline-block; }
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text, .checkout_coupon .input-text { padding: 14px 25px; display: inline-block; max-width: 300px; vertical-align: top; }
.woocommerce-cart table.cart td.actions .coupon .button, .checkout_coupon button.button { color: #ae6099; position: absolute; top: 0px; right: 0px; font-size: 14px; padding: 16px 45px 17px 0px; background-color: transparent; }
.woocommerce-cart table.cart td.actions .coupon .button:hover, .checkout_coupon button.button:hover { color: #ec6478; background-color: transparent; }
.woocommerce-cart table.cart td.actions .coupon .button::after, .checkout_coupon button.button::after { right: 25px; }
.woocommerce-cart table.cart td.actions .coupon .button:hover::after, .checkout_coupon button.button:hover::after { right: 20px; }
.woocommerce-billing-fields .input-text { text-overflow: ellipsis; }
.chekoutcouponcol { padding: 30px 50px; background-color: #fff; width: 100%; display: inline-block; vertical-align: top; margin-bottom: 20px; }
.woocommerce-checkout .woocommerce-info { margin-bottom: 20px; }
.woocommerce .checkoutcoltotal table.shop_table th, .woocommerce .checkoutcoltotal table.shop_table td { border: none; border-bottom: 1px solid #ddd; }
.woocommerce .checkoutcoltotal table tr:nth-of-type(odd), .woocommerce .checkoutcoltotal table tfoot tr:nth-of-type(even) { background-color: #fff; }
.woocommerce .checkoutcoltotal table.shop_table td, .woocommerce .checkoutcoltotal table.shop_table th { padding: 17px 0px; }
.woocommerce .checkoutcoltotal table.shop_table tfoot td strong { color: #ec6478; }
.woocommerce table.shop_table tfoot th, .woocommerce table.shop_table tfoot td { font-weight: 400 }
.woocommerce-billing-fields .row { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }
.woocommerce form .woocommerce-additional-fields .form-row { margin-bottom: 0px; }
.checkoutcoltotal h3 { margin-bottom: 25px; }
.woocommerce .place-order button.button.alt { width: 100%; font-size: 18px; background-color: #ae6099; padding: 15px 30px 15px 30px; margin-bottom: 0px; text-transform: capitalize; }
.woocommerce .place-order button.button.alt::after { position: relative; right: -10px; top: 0px; transform: translateY(0); }
.woocommerce .place-order button.button.alt:hover::after { right: -15px; }
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment, #add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods { background-color: transparent; padding: 0px; }
.woocommerce-checkout #payment ul.payment_methods { padding: 17px 0px 10px }
ul.payment_methods li { padding-left: 0px; }
#add_payment_method #payment ul.payment_methods li::before, .woocommerce-cart #payment ul.payment_methods li::before, .woocommerce-checkout #payment ul.payment_methods li::before { display: none !important; }
#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row { margin: 0px; padding: 17px 0px 0px; }
#add_payment_method .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table th { width: initial; }
.woocommerce form .chekoutcouponcol .form-row { margin-bottom: 0px; }
.woocommerce-checkout .woocommerce form.login { background-color: #fff; padding: 30px 50px; margin-bottom: 20px; }
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme { margin-bottom: 0px; font-weight: 400; }
.woocommerce-checkout .woocommerce-shipping-fields h3 label { font-weight: 400; font-size: 18px; }
.woocommerce-checkout .woocommerce-shipping-fields h3 label span { padding-left: 10px; }
.woocommerce-checkout .woocommerce-shipping-fields .row { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }
.woocommerce ul#shipping_method li { padding-left: 0px; margin-bottom: 2px; }
.woocommerce ul#shipping_method li label { font-weight: 400; }
.woocommerce ul#shipping_method { min-width: 110px; }
#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li { margin-bottom: 5px; }
#add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input { margin-right: 8px; float: left; margin-top: 3px; }
.woocommerce-cart #payment ul.payment_methods li label, .woocommerce-checkout #payment ul.payment_methods li label { margin-bottom: 5px; line-height: 1.2; display: block; font-weight: 400; }
.woocommerce-checkout .myaccountboxwhite h2 { margin-bottom: 20px; }
.woocommerce .quantity .qty { margin: 0px; display: inline-block; width: 35px; pointer-events: none; -webkit-appearance: textfield; -moz-appearance: textfield; appearance: textfield; outline: 0px; }
.woocommerce .quantity button { background-color: transparent; border: none; font-size: 12px; color: #ae6099; }
.woocommerce table.shop_table td.product-quantity { min-width: 130px; }
.woocommerce ul#shipping_method li input { margin-top: 4px; }
.checkpasscol label { color: #333 }
.ywsl-label { position: relative; text-align: center; color: #333; margin-bottom: 20px; }
.ywsl-label span { background-color: #fff; display: inline-block; padding: 0 10px; position: relative; }
.ywsl-label:before { background-color: #ddd; content: ''; position: absolute; width: 100%; height: 1px; left: 0; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.socials-list { margin-bottom: 25px }
.socials-list a.ywsl-social { margin-right: 20px }
.socials-list a.ywsl-social:last-child { margin-right: 0px }
.contctfrmrow form { display: block; }
.conatctinfocol { padding: 0px 75px; }
.conatctinfocol a { color: #333333; }
.conatctinfocol a:hover { color: #ed6578; }
.contactdetailrow p { margin-bottom: 0px; }
.iconcol { margin-bottom: 25px; }
div.wpcf7 .ajax-loader { position: absolute; right: -25px; margin-top: 3px }
.wpcf7 form.sent .wpcf7-response-output { background: #dff0d8; border: 1px solid #c3e6cb; margin: 30px 0 0; padding: 7px 15px; color: #155724; position: relative; z-index: 1; border-radius: 5px; font-size: 16px; }
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output { background: #f8d7da; border: 1px solid #f5c6cb; margin: 30px 0 0; padding: 7px 15px; color: #721c24; position: relative; z-index: 1; border-radius: 5px; font-size: 16px; }
form.invalid span.wpcf7-not-valid-tip { color: #ed1c24; position: relative; text-align: left; font-size: 13px; font-weight: 500; }
.wpcf7 .btn-theme { overflow: visible; }
.wpcf7 .btn-theme::before { left: 0px; top: 0px; height: 100%; border-radius: 25px; }
.wpcf7 .btn-theme:hover::before { width: 100% }
.topaboutsection { padding: 100px 0px; }
.topaboutsection [class*="col-"] >:last-child { margin-bottom: 0px; }
.aboutcamexcenter { position: relative; }
.aboutcamexcenter .lovebeingobjectright { top: -70px; }
.wellnesscentertext { text-align: center; margin-bottom: 60px; }
.welmetechnologyrow { position: relative; }
.welmetechnologyrow .titlepurple h2 { color: #ed6578; margin-bottom: 15px; }
.welmeproleft { position: absolute; left: 0px; top: -80px; }
.technologoicon img { margin-bottom: 20px; }
.technologoicon [class*="col-"] { margin-bottom: 15px; }
.aboutadjustobjectleft { left: -20px; bottom: -120px; }
.lovebeingrow  .playicon { bottom: auto; right: 50px; left: inherit; top: 48%; }
.woocommerce span.onsale, .woocommerce div.product p.stock, .woocommerce div.product .product_meta { display: none; }
.paintmonthlyrow .technologoicon { align-items: flex-end; }
.videobackrow { overflow: hidden; position: relative; height: 800px; text-align: center; }
.videobackrow video { position: absolute; top: 50%; left: 50%; min-width: 100%; min-height: 100%; width: auto; height: auto; z-index: 0; -ms-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); -webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); }
.reviewfaqsection .card { background-color: transparent; }
.reviewfaqsection .card:first-child { padding-top: 0px; }
.review-wrap { max-height: 500px; overflow: auto; margin-bottom: 30px; }
.review-wrap .review { border-bottom: 1px solid #ddd; margin-bottom: 20px; padding-bottom: 5px; }
.review-wrap .review-title { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: start; margin-bottom: 5px; }
.review-wrap .review-title .testimonial-star-rating { margin-bottom: 0; margin-right: 10px; }
.review-wrap .review:last-child { margin-bottom: 0px; }
.star-rating { overflow: hidden; position: relative; height: 1.618em; line-height: 1.618; font-size: 1em; width: 5.55em; }
.star-rating:before, .star-rating span:before { content: "\f005\f005\f005\f005\f005" !important; top: 0; left: 0; position: absolute; font-size: 14px; letter-spacing: 2px; font-family: "Font Awesome 5 Free"; font-weight: 900; }
.star-rating:before { color: #bbb; }
.star-rating span:before { color: #ffb400; }
.star-rating span { overflow: hidden; float: left; top: 0; left: 0; position: absolute; padding-top: 1.5em; color: #2c2d33; }
.review-wrap .star-rating span:last-child { margin-bottom: 0; }
.review-wrap .review-title strong { color: #333; margin: 0 10px; }
.review-wrap .review-title p { color: #ed6578; margin: 0 10px; }
.single-productbox { background-color: #fff;/*padding: 50px 35px;*/ padding: 50px; }
.woocommerce div.product { display: flex; flex-wrap: wrap; justify-content: space-between; }
.woocommerce div.product div.images.woocommerce-product-gallery { width: 47%; padding: 0px 15px; margin-bottom: 0px; }
.woocommerce div.product div.summary { width: 46%; padding: 0px 15px; margin-bottom: 0px; }
.woocommerce .single-productbox div.product form.cart div.quantity { display: block; margin-bottom: 20px; float: none; margin-right: 0px; }
.woocommerce .woocommerce-product-details__short-description { margin-bottom: 15px; display: inline-block; width: 100%; vertical-align: top; }
.woocommerce .woocommerce-product-details__short-description h2 { color: #ae6099; font-size: 27px; margin-bottom: 10px; margin-top: 10px; }
.quantitybox { background-color: #fff; border: 1px solid #ddd; padding: 10px 25px; display: inline-block; border-radius: 25px; vertical-align: top; }
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins { font-weight: 400; color: #333; text-decoration: none; }
.woocommerce div.product .woocommerce-Price-currencySymbol { font-weight: 500; opacity: 1 !important; }
.woocommerce div.product p.price, .woocommerce div.product span.price { font-size: 28px; font-weight: 400; color: #333; }
.price del { color: #999999 !important; font-size: 20px; margin-right: 3px; }
.price ins { color: #333; font-size: 28px; }
.woocommerce div.product .woocommerce-product-rating { margin-bottom: 5px; }
.woocommerce div.product .woocommerce-product-rating a { color: #333; }
.woocommerce div.product .woocommerce-product-rating a:hover { color: #ed6578; }
.reviewmenu { -webkit-transition: right 0.6s; -o-transition: right 0.6s; transition: right 0.6s; position: fixed; right: -100%; width: 42%; max-width: 100%; top: 0px; display: inline-block; height: 100%; z-index: 52; overflow: auto; padding: 100px 100px 100px 95px; background: #fff; }
.reviewmenuclose { position: absolute; top: 20px; right: 20px; padding: 10px 15px; color: #ae6099; font-size: 14px; }
.reviewmenuclose:hover { color: #ed6578; }
.reviewmenu.slide { right: 0px; }
.woocommerce #respond .button-common.form-submit { padding: 0; margin-top: 5px; }
.woocommerce-Reviews .comment-respond .comment-form p textarea, .woocommerce-Reviews .comment-respond .comment-form p.comment-form-author input, .woocommerce-Reviews .comment-respond .comment-form p.comment-form-email input { display: block; width: 100%; height: auto; padding: 14px 25px; color: #000; background-color: #fff; background-image: none; border: 1px solid #dddddd; border-radius: 0px; -webkit-box-shadow: none; box-shadow: none; font-size: 14px; line-height: 1.2; border-radius: 25px; -webkit-border-radius: 25px; -moz-border-radius: 25px; -ms-border-radius: 25px; }
.woocommerce-Reviews .comment-respond .comment-form p textarea, .woocommerce #reviews #comment { resize: none; height: 100px; border-radius: 15px; -webkit-border-radius: 15px; -moz-border-radius: 15px; -ms-border-radius: 15px; }
.woocommerce-Reviews .comment-respond .comment-form p textarea:focus, .woocommerce-Reviews .comment-respond .comment-form p.comment-form-author input:focus, .woocommerce-Reviews .comment-respond .comment-form p.comment-form-email input:focus { background-color: #fff; border-color: #ed6578; -webkit-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; box-shadow: none; }
.woocommerce-Reviews .comment-respond .comment-form p.comment-form-cookies-consent { clear: both; }
.woocommerce-Reviews .comment-respond .comment-form p.comment-form-cookies-consent label { color: inherit; font-size: inherit; font-weight: inherit; font-family: inherit; text-transform: initial; display: block; margin-left: 22px; }
.woocommerce-Reviews .comment-respond .comment-form p.comment-form-cookies-consent input { margin-top: 3px; float: left; }
.woocommerce-Reviews .comment-respond p.comment-notes, .woocommerce-Reviews .comment-respond .comment-form p.comment-form-cookies-consent, .woocommerce-Reviews .comment-respond .comment-form p.comment-form-author, .woocommerce-Reviews .comment-respond .comment-form p.comment-form-email, .woocommerce #review_form #respond p { margin: 0 0 15px; }
.woocommerce-Reviews .comment-respond .comment-form p.comment-form-author, .woocommerce-Reviews .comment-respond .comment-form p.comment-form-email { width: 48%; }
.woocommerce-Reviews .comment-respond .comment-form p.comment-form-author { float: left; }
.woocommerce-Reviews .comment-respond .comment-form p.comment-form-email { float: right; }
.reviewmenu-object { position: absolute; right: 0; bottom: 0; z-index: -1; }
.comment-form-rating p.stars { display: inline-block; vertical-align: top; }
.woocommerce p.stars a::before, .woocommerce p.stars.selected a.active~a::before { content: "\e020"; color: #bbbbbb; }
.woocommerce p.stars.selected a:not(.active)::before { content: "\e020"; color: #ffb400; }
.woocommerce p.stars:hover a::before, .woocommerce p.stars.selected a.active::before { content: "\e020"; color: #ffb400; }
.woocommerce p.stars a:hover ~ a::before { content: "\e020"; color: #bbb; }
.woocommerce #review_form #respond p.form-submit { margin-top: 15px; }
.fnewslt input[type="submit"] { border: none; border-radius: 0; background-image: url('../images/paper-planes.svg'); background-repeat: no-repeat; background-position: center; background-color: transparent; height: 48px; width: 50px; position: absolute; right: 0; top: 0; text-indent: -9999px; padding: 0px; }
.fnewslt input[type="submit"]:hover { background-image: url('../images/paper-planes-hover.svg'); }
.fnewslt .ajax-loader { top: 17px; }
.fnewslt .wpcf7 form.invalid .wpcf7-response-output { margin: 0px; }
.contctfrmrow .btn-theme input[type="submit"] { padding: 15px 65px 15px 30px; }
.contctfrmrow .btn-theme { padding: 0px; }
.single-product-main .iconic-woothumbs-all-images-wrap { margin-bottom: 0px; }
.con-details { display: flex; flex-wrap: wrap; margin-bottom: 15px; }
.con-icon { margin-right: 15px; width: 18px; text-align: center; color: #ae6099; }
.con-content a { color: #333333; }
.con-content a:hover { color: #ae6099; }
.con-content { width: 80%; }
.aboutcamexcenter .wellnesscentertext { margin-bottom: 0px; }
.rightheader a { position: relative; }
.cartcount { position: absolute; top: -7px; right: -12px; background: #ae6099; border-radius: 100%; width: 22px; height: 22px; line-height: 22px; font-size: 10px; text-align: center; color: #fff; }
.woocommerce-billing-fields p.form-row.mailchimp-newsletter { padding-left: 0px }
.relproductslider { margin: 0px -15px; }
.relproductslider .slick-slide { padding: 0px 15px; }
.relproductslider .slick-arrow { top: 50%; transform: translateY(-50%); }
.relproductslider .slick-prev { left: -20px; }
.relproductslider .slick-next { left: auto; right: -20px; }
.productcontent h3 { min-height: 46px; font-size: 20px; margin-bottom: 10px; }
.productbox { background-color: #fff; padding: 0px 20px 20px; text-align: center; }
.productbox div.price ins, .productbox .price ins, .productbox div.price span { font-weight: 400; color: #333; text-decoration: none; font-size: 20px; }
.btnaddtocart { margin-bottom: 15px; }
.productbox .price { margin-bottom: 15px; }
.productbox .price del span { color: #999999; font-size: 18px; margin-right: 3px; }
.productbox a.button { padding: 10px 50px 10px 25px; font-size: 16px; }
.productbox a.button::after { right: 25px; }
.productbox a.button:hover::after { right: 20px; }
.productbox a.button.added:hover::after { right: 25px; }
.productbox a.added_to_cart { margin-left: 10px; text-transform: uppercase; font-size: 13px; vertical-align: middle; }
.whislistcol a { color: #ed6578; }
.whislistcol a:hover { color: #ae6099; }
.whislistcol i { font-size: 13px; margin-top: -3px; vertical-align: middle; margin-right: 4px; }
.relproductslider .slick-dots { text-align: center; }
.productbox .product-img > a { padding: 20px 0px; display: block; }
.single-product .relatedproductrow .productimg { padding: 20px 0px; }
.woocommerce .products ul, .woocommerce ul.products { display: flex; flex-wrap: wrap; margin: 0px -15px; }
.woocommerce .products ul li, .woocommerce ul.products li { margin-bottom: 30px; }
.woocommerce .products ul li::before, .woocommerce ul.products li::before { background: transparent; }
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 { font-size: 20px; padding: 0px; margin-bottom: 10px; line-height: 1.1; }
ul.products li.product .tinvwl_add_to_wishlist_button { margin-top: 0em; line-height: 1; }
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before, .woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before, .woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button:before, a.wishlist_products_counter.top_wishlist-heart:before, span.wishlist_products_counter.top_wishlist-heart:before, a.sidr-class-wishlist_products_counter.sidr-class-top_wishlist-heart:before { vertical-align: top; font-size: 18px; margin-top: 2px; }
.woocommerce ul.products li .productbox .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart::before { margin-top: -2px; }
.productbox .tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button { margin-top: 0px; }
.woocommerce .woocommerce-ordering select { height: auto; max-width: 250px; }
.woocommerce .woocommerce-result-count { margin: 10px 10px 0px 0px; }
.woocommerce .woocommerce-ordering { margin: 0px; }
.woocommerce ul.products li.product .price { color: inherit; margin-bottom: 15px; }
.woocommerce ul.products li.product .button { margin-top: 0px; }
.woocommerce ul.products a.added_to_cart { margin-top: 9px; padding: 0px; }
.woocommerce ul.products li.product a img { margin-bottom: 0px; }
.resultsortingrow .woocommerce-notices-wrapper { width: 100%; }
.resultsortingrow { display: flex; flex-wrap: wrap; justify-content: flex-end; }
.titleresultsortingmain { margin-bottom: 30px; display: block; }
.titleresultsortingmain h1 { margin-bottom: 0px; }
.tinvwl-input-group .form-control { height: auto; }
.tinv-wishlist .product-action .button { padding: 10px 50px 10px 25px; font-size: 15px; min-width: 165px; }
.tinv-wishlist .product-action .button::after { right: 25px; }
.tinv-wishlist .product-action .button:hover::after { right: 20px; }
.woocommerce #respond input#submit.loading::after, .woocommerce a.button.loading::after, .woocommerce button.button.loading::after, .woocommerce input.button.loading::after { animation: none; -webkit-animation: none; right: 18px; top: 19px; }
.icon_big_heart_check { color: #ed6578; }
.tinv-wishlist .product-remove button { background-color: transparent !important; color: #ae6099; font-size: 1.5em; }
.tinv-wishlist .product-remove button:hover { color: #ec6478; }
.tinv-wishlist .product-stock i { margin-right: 5px; color: #ae6099; font-size: 14px; }
.tinv-wishlist table td, .tinv-wishlist table th { padding: 11px 20px; }
.tinv-wishlist table th { color: #ae6099; }
.product-stock .tinvwl-txt { color: #ae6099; }
.tinv-wishlist .product-action .button { width: initial; }
.tinv-wishlist .social-buttons li { padding: 0px; margin: 0px; }
.tinv-wishlist .social-buttons li:before { display: none; }
.tinv-wishlist .social-buttons li a.social { font-size: 16px; }
.tinv-wishlist table.tinvwl-table-manage-list { border: none; }
.tinv-wishlist td.product-price { color: #333; font-size: 18px; }
.tinv-wishlist  del { color: #999999 !important; margin-right: 3px; font-size: 16px; }
.tinv-wishlist  ins { color: #333; text-decoration: none; }
.tinv-wraper.tinv-wishlist { display: inline-block; margin-left: 15px; }
.tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button { color: #ed6578; }
.tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button:hover { color: #ae6099; }
.single-productbox .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before { margin-top: 1px; }
#pickrr-tracking-radio-group label { margin-bottom: 0px; margin-right: 10px; }
#pickrr-tracking-input { max-width: 120px; }
#pickrr-tracking-radio-group input[type="radio"] { margin: 5px 5px 0px; display: inline-block; vertical-align: top; }
#pickrr-tracking-input:hover, #pickrr-tracking-input:focus { border-color: #ed6578 !important; box-shadow: none !important; }
.paginav { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; }
.paginav span, .paginav a { color: #ed6578; margin-right: 10px; width: 36px; height: 36px; border-radius: 100%; border: 1px solid #ed6578; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.paginav a:hover, .paginav span.current { background-color: #ed6578; color: #fff; }
.period-times-row .blogthumblist { margin-bottom: 0px; }
.period-times-row .blogtitlelist h2, .pts-slider .blogtitlelist h2 { min-height: 40px; }
.period-times-row .bloglistcontent, .pts-slider .bloglistcontent { background-color: #fff; padding: 20px; border-radius: 0px 0px 10px 10px; }
.pts-category-sec  .btn-theme { padding: 8px 25px; margin: 0px 5px; font-size: 16px; font-weight: 600; background-color: #fff; color: #ae6099; }
.pts-category-sec  .btn-theme::before { background-color: #ae6099; }
.pts-category-sec .btn-theme::after { right: 20px; top: 50%; display: none; }
.pts-category-sec .btn-theme:hover::after { right: 15px; }
.pts-category-sec .btn-theme.active { color: #fff; pointer-events: none; }
.pts-category-sec .btn-theme.active::before { color: #fff; width: 110%; opacity: 1; background-color: #ae6099; }
.pts-category-sec .btn-theme.active::after { right: 20px !important; }
.pts-category-sec .btn-theme:hover { color: #fff; }
.pts-sec-title-con img { margin-bottom: 20px; }
.toparticalrow { margin-bottom: 30px; }
.pts-category-sec.mb-50 { margin-bottom: 20px; }
.relproductslider  .tinv-wraper.tinv-wishlist { margin-left: 0px; }
.pts-slider { margin: 0px -15px; }
.pts-slider .slick-slide { padding: 0px 15px; }
.pts-slider .blogcolhalf, .pts-slider .blogthumblist { margin-bottom: 0px; }
.pts-slider .slick-prev { left: -40px; }
.pts-slider .slick-next { left: auto; right: -40px; }
.pts-slider .slick-prev, .pts-slider .slick-next { border: 1px solid #ed6578; width: 30px; height: 30px; border-radius: 100%; }
.pts-slider .slick-prev:before, .pts-slider .slick-next:before { width: 10px; height: 14px; }
.pts-slider .slick-prev:hover, .pts-slider .slick-next:hover { background-color: #ed6578; }
.slick-prev:hover:before, .slick-next:hover:before { color: #fff; }
.pts-slider .slick-dots { text-align: center; }
.videocaption { position: relative; }
.videolink { padding-bottom: 55%; position: relative; display: block; overflow: hidden; background-color: #444444; border-radius: 10px; }
.videocol iframe { width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; }
.videocaption { position: absolute; top: 0%; left: 0px; width: 100%; text-align: center; color: #fff; font-size: 22px; height: 100%; overflow: hidden; }
.videocontent { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.videocontent .playicon { position: relative; display: flex; align-items: center; justify-content: center; bottom: 0px; left: 0px; }
.whiteboxslide { background-color: #fff; position: relative; display: flex; flex-wrap: wrap; overflow: hidden; }
.slidercorusal .slick-slide { padding: 0px 15px; }
.slidercorusal { margin-right: -360px; margin-left: -15px; }
.leftvectorimg { width: 45%; display: flex; align-items: flex-end; padding-left: 30px; }
.periodcontent { position: relative; padding: 10px 40px 30px 50px; margin-top: 35px; width: 55%; }
.numbericon { position: absolute; top: 0px; left: 0px; color: #fff; font-size: 40px; background-color: #d4b2dc; width: 40px; height: 40px; font-weight: 800; border-radius: 50%; display: flex; justify-content: center; align-items: flex-end; }
.periodcontent h3 { color: #ae6099; margin-bottom: 10px; }
.periodcontent ul { width: 100%; margin-bottom: 0px; }
.periodcontent ul li::before { display: none; }
.periodcontent ul li { padding-left: 0px; display: flex; align-items: center; flex-wrap: wrap; }
.periodcontent ul li i { margin-right: 10px; width: 40px; }
.textrightcol { width: 85%; }
.slidercorusal .slick-prev, .slidercorusal .slick-next { top: auto; transform: translate(0px); left: 15px; bottom: -50px; width: 36px; height: 36px; border: 1px solid #ed6578; border-radius: 100%; }
.slidercorusal .slick-next { right: auto; left: 60px; }
.slick-prev:before, .slick-next:before { line-height: 14px; width: auto; height: auto; }
.slidercorusal .slick-prev:hover, .slidercorusal .slick-next:hover { background-color: #ed6578; }
.upcomingtext { border-bottom: 1px solid #ddd; margin-bottom: 20px; }
.upcomingtext small { color: #555; font-size: 16px; display: block; margin-bottom: 10px; }
.other-period-times-cta-row .btn-theme { padding: 15px 30px 15px 30px; }
.other-period-times-cta-row .btn-theme::after { display: none; }
.other-period-times-cta-row { font-size: 20px; }
.upcoming-period-times-row .form-control { border-color: #f9c6c3; }
.upcoming-period-times-row .form-control:focus { border-color: #ae6099; }
.upcoming-period-times-row .counterbg { background-color: #fff; }
.logoslider a.noLink { cursor: default; }
.logoslider { text-align: center; margin: 0px -15px; }
.logoslider .slick-slide { padding: 0px 15px; }
.logoslider a { background-color: #fff; padding: 50px; display: inline-block; }
.logoslider a img { transform: scale(1); transition: all 0.3s ease; }
.logoslider a:hover img { transform: scale(0.9); }
.logoslider .slick-prev, .logoslider .slick-next { width: 36px; height: 36px; border: 1px solid #ed6578; border-radius: 100%; }
.logoslider .slick-next { right: -40px; }
.logoslider .slick-prev { left: -40px; }
.logoslider .slick-prev:hover, .logoslider .slick-next:hover { background-color: #ed6578; }
.logoslider .slick-dots { text-align: center; display: none; bottom: -20px; }
.slick-dotted.slick-slider.logoslider { padding-bottom: 10px; }
.blogimgtopcol { justify-content: space-between; margin-top: 50px; background-color: #fff; }
.blogcontetnimgcol { padding-left: 15px; width: 52%; text-align: right; }
.blogcaptioncol { width: 45%; padding: 70px 15px 60px 100px; }
.textleftcapts { font-family: 'Varela Round', sans-serif; font-weight: 400; }
.textleftcapts span { font-size: 33px; color: #ae6099; line-height: 1; }
.textleftcapts strong { font-size: 50px; display: block; color: #ed6578; line-height: 1; font-weight: 400; }
.blogcaptioncol .btn-theme { padding: 10px 25px; vertical-align: middle; }
.blogcaptioncol  .btn-theme::after { display: none; }
.videothumbslider { margin: 0px -15px; }
.videothumbslider .slick-prev, .videothumbslider .slick-next { width: 36px; height: 36px; border: 1px solid #ed6578; border-radius: 100%; }
.videothumbslider .slick-next { right: -40px; }
.videothumbslider .slick-prev { left: -40px; }
.videothumbslider .slick-prev:hover, .videothumbslider .slick-next:hover { background-color: #ed6578; }
.videothumbslider .slick-slide { padding: 0px 15px; }
.videothumbslider .slick-dots { text-align: center; }
.videocol { text-align: left; }
.videocol h3 { margin-bottom: 0; font-size: 18px; letter-spacing: 0px; }
.videothumb { margin-bottom: 15px; position: relative; overflow: hidden; }
.videothumb::after { content: ''; background-color: rgba(174, 96, 153, 0.80); top: 0px; left: 0px; bottom: 0px; right: 0px; position: absolute; opacity: 0; transition: all 0.3s ease; }
.videocol a .videothumb > img { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); transition: all 0.3s ease; }
.videocol a:hover .videothumb > img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }
.playicnvideo { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 1; opacity: 0; transition: all 0.3s ease; }
.videocol a:hover .playicnvideo, .videocol a:hover .videothumb::after { opacity: 1; }
.fancybox-button.fancybox-button--close { margin-top: 0px; }
.fancybox-toolbar { margin-top: 10px; }
.videogallerypop .fancybox-slide--video .fancybox-content { max-width: 422px; max-height: 750px; margin: 0; }
.prdregisterrow { padding: 0px; }
.prdfrmcol { padding: 30px; border-radius: 10px; }
.prdregititle { margin-bottom: 20px; }
.prdregititle h1 { margin-bottom: 5px; margin-left: -1px; }
.prdregititle:last-child { margin-bottom: 0px; }
.prdfrmcol form p:empty { display: none; }
.prdfrmcol .wpcf7-list-item-label p:nth-last-child(2) { margin-bottom: 0px; }
.prdfrmcol .checkboxcol label { margin: 0px; font-weight: 400; }
.prdfrmcol span.wpcf7-list-item { margin: 0px; }
.prdfrmcol .checkboxcol input[type="checkbox"] { float: left; margin-top: 5px; }
.prdfrmcol .checkboxcol .wpcf7-list-item-label { display: block; margin-left: 25px; font-size: 14px; line-height: 20px; }
.prdregisterrow .message-response { margin-top: 10px; }

/* 24-11-23 update product detail */
.woocommerce div.product form.cart { margin-bottom: 0px; }
.productreport { margin-top: -100px; position: relative; }
.productreport .counterbg { padding-top: 50px; }
/*.productreport h2 { color: #000; }*/
.productreport .btn-theme { margin-top: 10px; }
.revimagecol { margin-bottom: 10px; }
.revimagecol a { margin-right: 10px; margin-bottom: 10px; }
.amzrevslider { border-bottom: 1px solid #999; }
.amzrevslider .slick-slide, .amzrevslider .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] { opacity: 0.60; transition: opacity 0.3s; }
.amzrevslider .slick-center, .amzrevslider .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] { opacity: 1; }

/*.amzrevslider::before{background-color: #999;left: 0px;right: 0px;height: 1px;bottom: 0px;position: absolute;content: '';z-index: 1;}*/

/* .amzrevborder{vertical-align: top;display: inline-block;width: 100%;} */
.amzrevslider img { width: 100%; }
.amzrevslider  .slick-slide { padding: 0px 10px; }
.amzrevslider .slick-prev { left: -40px; }
.amzrevslider .slick-next { right: -40px; }
.amzrevslider .slick-prev, .amzrevslider .slick-next { border: 1px solid #ed6578; width: 30px; height: 30px; border-radius: 100%; }
.amzrevslider .slick-prev:before, .amzrevslider .slick-next:before { width: 10px; height: 14px; }
.amzrevslider .slick-prev:hover, .amzrevslider .slick-next:hover { background-color: #ed6578; }
.amzrevslider .slick-dots { text-align: center; }
.acf-input { width: 100%; display: inline-block; vertical-align: top; }
.acf-repeater > table { border-collapse: initial; margin-bottom: 15px; }
@-webkit-keyframes pulse {
	0% { -webkit-transform: scale(1); transform: scale(1); }
	50% { -webkit-transform: scale(1.1); transform: scale(1.1); }
	100% { -webkit-transform: scale(1); transform: scale(1); }
}
@keyframes pulse {
	0% { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
	50% { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }
	100% { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
}
@keyframes pulsehover {
	0% { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
	50% { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
	100% { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
}
@-webkit-keyframes pulsehover {
	0% { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
	50% { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
	100% { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
}
.pulse { -webkit-animation-name: pulse; animation-name: pulse; animation-iteration-count: infinite; -webkit-animation-duration: 1.5s; animation-duration: 1.5s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
@-webkit-keyframes spinner {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}
@keyframes spinner {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}
@keyframes rev-ani-mouse {
	0% { top: -3px; }
	50% { top: 1px; }
	100% { top: -3px; }
}
@keyframes sliderfadeInLeft {
	0% { opacity: 0; -webkit-transform: translateX(-1000px); -ms-transform: translateX(-1000px); transform: translateX(-1000px); }
	100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}
.animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both }
.animated.hinge { -webkit-animation-duration: 2s; animation-duration: 2s }
@-webkit-keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
@keyframes fadeIn {
	0% { opacity: 0 }
	100% { opacity: 1; }
}
.fadeIn { -webkit-animation-name: fadeIn; animation-name: fadeIn }
@-webkit-keyframes fadeInDown {
	0% { opacity: 0; -webkit-transform: translateY(-20px); transform: translateY(-20px); }
	100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
}
@keyframes fadeInDown {
	0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
	100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
.fadeInDown { -webkit-animation-name: fadeInDown; animation-name: fadeInDown }
@-webkit-keyframes fadeInLeft {
	0% { opacity: 0; -webkit-transform: translateX(-20px); transform: translateX(-20px); }
	100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); }
}
@keyframes fadeInLeft {
	0% { opacity: 0; -webkit-transform: translateX(-20px); -ms-transform: translateX(-20px); transform: translateX(-20px); }
	100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}
.fadeInLeft { -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft; }
@-webkit-keyframes fadeInRight {
	0% { opacity: 0; -webkit-transform: translateX(20px); transform: translateX(20px); }
	100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); }
}
@keyframes fadeInRight {
	0% { opacity: 0; -webkit-transform: translateX(20px); -ms-transform: translateX(20px); transform: translateX(20px); }
	100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}
.fadeInRight { -webkit-animation-name: fadeInRight; animation-name: fadeInRight; }
@-webkit-keyframes fadeInUp {
	0% { opacity: 0; -webkit-transform: translateY(20px); transform: translateY(20px); }
	100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
}
@keyframes fadeInUp {
	0% { opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); }
	100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
.fadeInUp { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; }
@-webkit-keyframes slideInLeft {
	from { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); visibility: visible; opacity: 0; }
	to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; }
}
@keyframes slideInLeft {
	from { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); visibility: visible; opacity: 0; }
	to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; }
}
.slideInLeft { -webkit-animation-name: slideInLeft; animation-name: slideInLeft; }
@-webkit-keyframes slideInRight {
	from { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); visibility: visible; opacity: 0; }
	to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; }
}
@keyframes slideInRight {
	from { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); opacity: 0; visibility: visible; }
	to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; }
}
.slideInRight { -webkit-animation-name: slideInRight; animation-name: slideInRight; }
@-webkit-keyframes zoomOut {
	from { opacity: 1; }
	50% { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); }
	to { opacity: 0; }
}
@keyframes zoomOut {
	from { opacity: 1; }
	50% { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); }
	to { opacity: 0; }
}
.zoomOut { -webkit-animation-name: zoomOut; animation-name: zoomOut; }
@-webkit-keyframes zoomIn {
	from { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); }
	50% { opacity: 1; }
}
@keyframes zoomIn {
	from { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); }
	50% { opacity: 1; }
}
.zoomIn { -webkit-animation-name: zoomIn; animation-name: zoomIn; }
.instagramrow { position: relative; }
.mc4wp-response .mc4wp-alert.mc4wp-success { background: #dff0d8; border: 1px solid #c3e6cb; margin: 10px 0 0; padding: 7px 15px; color: #155724; position: relative; z-index: 1; border-radius: 5px; font-size: 16px; }
.mc4wp-response .mc4wp-alert.mc4wp-success p, .mc4wp-response .mc4wp-alert.mc4wp-error p { margin: 0px; }
.mc4wp-response .mc4wp-alert.mc4wp-error { background: #f8d7da; border: 1px solid #f5c6cb; margin: 10px 0 0; padding: 7px 15px; color: #721c24; position: relative; z-index: 1; border-radius: 5px; font-size: 16px; }
.myaccwhitebox #customer_login form.woocommerce-form.woocommerce-form-register.register p.mailchimp-newsletter label, .woocommerce form .woocommerce-billing-fields .form-row label.inline { display: inline-block; line-height: 1; vertical-align: middle; margin: 0px; }
.myaccwhitebox #customer_login form.woocommerce-form.woocommerce-form-register.register p.mailchimp-newsletter input, .woocommerce form .woocommerce-billing-fields .form-row .input-checkbox { margin-top: 0px; }
.whatsAppIcon { position: fixed; right: 20px; bottom: 20px; z-index: 10; }
.woocommerce form .woocommerce-billing-fields .form-row label.inline span { padding-left: 5px; }
.payment_method_paytm label img { max-width: 110px; display: block; margin: 5px 0px 0px !important; }
.PaymentOrderReceipt  button { background-color: #ae6099; padding: 8px 25px; font-size: 18px; text-align: center; display: inline-block; outline: 0px; border-radius: 25px; -webkit-border-radius: 25px; -moz-border-radius: 25px; -ms-border-radius: 25px; color: #fff; font-weight: 700; letter-spacing: 0.5px; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; position: relative; line-height: 1; overflow: hidden; z-index: 0; vertical-align: top; border: none; cursor: pointer; font-family: 'Arimo', sans-serif; }
.PaymentOrderReceipt button::before { position: absolute; left: -5px; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; top: -5px; width: 0px; height: 115%; background-color: #ed6578; content: ''; z-index: -1; opacity: 0; }
.PaymentOrderReceipt button:hover::before { width: 110%; opacity: 1; }
.payment_method_paytm label { margin-left: 22px; }
.homepopup-main { position: fixed; width: 100%; height: 100%; background-color: rgba(174, 96, 153, 0.8); z-index: 999; left: 0; top: 0; overflow: auto; }
.homepopup-inner { position: absolute; top: 50%; transform: translateY(-50%); left: 0; width: 100%; padding: 20px; font-size: 20px; }
.homepopup-text { max-width: 500px; margin: 0 auto; background: #fff; padding: 80px 80px 120px; position: relative; }
.homepopup-close { position: absolute; top: 0px; right: 0px; font-size: 18px; color: #ae6099; padding: 15px 20px; }
.popleftimg { left: 0px; bottom: 0px; max-width: 275px; }
.poprightimg { right: 0px; bottom: 0px; max-width: 150px; }
.homepopup-title, .popupFrm-title { font-size: 36px; margin-bottom: 15px; font-family: 'Varela Round', sans-serif; font-weight: 400; color: #ed6578; line-height: 1.1; letter-spacing: -1px; }
.homepopup-title span { color: #ae6099; display: block; }
.homepopup-text .btn-theme { margin-top: 10px; }
.couponpromotext .couponpromo span#texttocopy_1 { border: 1px dashed #ae6099; padding: 5px 18px; border-radius: 20px; font-size: 22px; color: #ae6099; font-weight: 700; display: inline-block; }
.codebtn { background-color: transparent; color: #EB6578; vertical-align: middle; margin: -5px 0px 0px 5px; font-size: 20px; border: none; }
.codebtn:hover { color: #ae6099; }
.cpfline strong { color: #EB6578; }
.couponcopysuccess { font-size: 13px; margin-left: 5px; }
table.my_account_orders a.button.pi_cancel_request_form::after { content: '\f00d'; }
.pi-corw-container .mt-5 { margin-top: 1rem !important; }
.pi-corw-container h4 { letter-spacing: 0px }
.pi-corw-container { width: 400px; }
.pi-corw-container .button.pi-cancel-request-submit-button { background-color: #ae6099; padding: 15px 30px 15px 30px; font-size: 16px; text-align: center; display: inline-block; outline: 0px; border-radius: 25px; -webkit-border-radius: 25px; -moz-border-radius: 25px; -ms-border-radius: 25px; color: #fff; font-weight: 700; letter-spacing: 0.5px; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; position: relative; line-height: 1; overflow: hidden; z-index: 0; vertical-align: top; border: none; cursor: pointer; font-family: 'Arimo', sans-serif; }
.pi-corw-container .button.pi-cancel-request-submit-button:hover { background-color: #ed6578; }
.pi-corw-container textarea { padding: 14px 25px; color: #000; background-color: #fff; background-image: none; border: 1px solid #dddddd; border-radius: 10px; box-shadow: none; resize: none; }
.boxpackreverserow .row { flex-direction: row-reverse; }
ul.nav-pills { justify-content: center; margin-bottom: 20px; }
ul.nav-pills li { padding-left: 0px; margin: 0px 10px; }
.nav-pills .nav-link { color: #ae6099; position: relative; border: 1px solid #ae6099; border-radius: 25px; padding: 10px 40px; font-weight: 700; font-size: 18px; letter-spacing: 1px; }
.nav-pills .nav-link.active, .nav-pills .show>.nav-link, .nav-link:hover { color: #fff; background-color: #ae6099; }
ul.nav-pills li::before { display: none }
ul.nav-pills li .nav-link::before { width: 0; height: 0; position: absolute; left: 50%; transform: translateX(-50%); bottom: -7px; content: ''; border-left: 7px solid transparent; border-right: 7px solid transparent; border-top: 6px solid #ae6099; opacity: 0; }
ul.nav-pills li .nav-link.active::before { opacity: 1; }
.tabsectionrow { position: relative; }
.tabsectionrow .playicon { left: auto; right: 0px; bottom: 75px; }
.shippingiconcol { display: flex; flex-wrap: wrap; align-items: flex-start; width: 100%; margin-bottom: 10px; margin-top: 10px; text-align: center; }
.iconprocol { margin-right: 20px; }
.iconprocol img { margin-bottom: 15px; }
.iconprocol strong { display: block; font-weight: 400; }
#pageloader { top: 0px; position: fixed; width: 100%; height: 100%; z-index: 9999; background: #fff2f2; }
.ploader { width: 100%; text-align: center; top: 50%; position: absolute; transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); -webkit-transform: translateY(-50%); }
.ploader .st0 { fill: none; stroke: #EC6477; stroke-width: 2.3px; stroke-dasharray: 1353px; stroke-dashoffset: 1353px; animation: move 3s linear infinite; }
@keyframes move {
	100% { stroke-dashoffset: 0; }
}
.footerobject {  max-width: 350px; bottom: 0px; }
.homepopup-text-second { padding: 0px !important; }
.custom-product-note-main.text-center { background: #ed6578; padding: 10px; color: #fff; }
.homepopup-main.video-popup .homepopup-video-text { max-width: 1280px; margin: 0px auto; overflow: hidden; position: relative; }
.homepopup-main.video-popup .homepopup-video-text .homepopup-video iframe { width: 100%; position: absolute; top: 0px; left: 0px; }
.homepopup-main.video-popup .homepopup-video-text .homepopup-video iframe, .homepopup-main.video-popup .homepopup-video-text .homepopup-video-thumb, .homepopup-main.video-popup .homepopup-video-text { height: 535px; }
.homepopup-main.video-popup .homepopup-video-text .homepopup-video-thumb { position: absolute; top: 0%; left: 0px; width: 100%; text-align: center; overflow: hidden; }
.homepopup-main.video-popup .homepopup-video-text .homepopup-video-play { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; text-align: center; color: #fff; }
.homepopup-main.video-popup .homepopup-video-text .homepopup-video-thumb::before { top: 0px; left: 0px; bottom: 0px; right: 0px; position: absolute; content: ''; background-color: rgba(0, 0, 0, 0.25); }
.homepopup-main.video-popup .homepopup-video-text a.homepopup-video-close.popupclose-video { position: absolute; right: 10px; z-index: 99; top: 10px; }
.homepopup-main.video-popup .homepopup-video-text .homepopup-video-thumb > img { width: 100%; height: 535px; object-fit: cover; }
.titleVideoSlider .slick-dots { left: 8.33%; display: none; }
.valentine-offer-banner { background-color: #ae6099; margin-bottom: 0px; font-size: 16px; transition: 0.3s ease all; text-align: left; font-family: 'Arimo', sans-serif; }
.valentine-offer-banner .row { align-items: center; justify-content: space-between; }
.valentine-offer-banner .row > * { padding: 0px 15px; }
.valentine-offer-banner.topheaderlink span.mnumheader { font-size: 12px; color: #fff; }
.valentine-offer-banner.topheaderlink span { color: #fff; }
.valentine-offer-col .mnumheader a { color: #fff; }
.valentineHeader.mainheader.sticky { top: 0px !important; }
.valentine-offer-banner.topheaderlink .btn-theme { background-color: #ed6578; }
.valentine-offer-banner.topheaderlink .btn-theme:before { background-color: #fff; top: -3px; }
.valentine-offer-banner.topheaderlink .btn-theme:hover { color: #ed6578; }
.valentineSticky { opacity: 0; transition: 0.3s ease all; position: absolute; top: 50%; transform: translateY(-50%); left: 0px; width: 100%; }
.valentineHeader.mainheader.sticky .valentineSticky { opacity: 1; }
.valentineHeader.mainheader.sticky .stickyhide { opacity: 0; }
.valentineHeader.mainheader.sticky .stickyhide .col-right { display: none; }
.stickyhide { position: relative; z-index: 1 }
.brand-by { margin-bottom: 30px; }
.brand-by p { margin-bottom: 5px; }
.popupFrm-img-text { padding: 0px !important; }
.popupFrmText { padding: 30px 30px 120px; }
.popupFrm-img-text span.wpcf7-list-item { margin-left: 0px }
.popupFrm-img-text .wpcf7-list-item-label { font-size: 18px; vertical-align: middle; display: inline-block; margin-left: 10px; }
.offer-popup-frm-input { margin-bottom: 20px }
.popupFrm-img-text .btn-theme { margin-top: 0px }
.popupFrm-title { font-size: 22px }
.popupPromoCodeText { padding: 10px; display: inline-block; width: 100%; }
.popupPromoCodeText p { margin-bottom: 0px; text-align: center; font-size: 30px; }
.popupPromoCodeText #texttocopy_1 { border: 2px dashed #ae6099; padding: 10px 15px; border-radius: 23px; display: inline-block; color: #ae6099; }
.popupPromoCodeText .couponcopysuccess { display: block; margin-top: 5px }
.popupPromoCodeText .codebtn { font-size: 16px; }
.homepopup-close.popupFrmClose { padding: 5px 10px; }
.woocommerce .checkoutcol form.checkout .form-row .digcon ul li:before { display: none; }
.woocommerce .checkoutcol form.login .form-row .digcon { width: 100%; }
.woocommerce .checkoutcol form.login .loginViaContainer { text-align: left; }
.woocommerce .checkoutcol form.login .loginViaContainer .dig_wc_mobileLogin { width: auto; }
.myaccountdetailrow .woocommerce-MyAccount-content .digcon ul li::before { display: none; }
.cst_order .welme_emailrow { order: 1; }
.cst_order .woocommerce-FormRow { order: 2; }
.cst_order .welme_fnamerow { order: 3; }
.cst_order .welme_lnamerow { order: 4; }
.cst_order .welme_dispnamerow { order: 5; }
.checkoutorderview .intrkt_confirm-action { width: 100%; justify-content: flex-start; margin-bottom: 15px; }
.checkoutorderview .intrkt_cod_action,
.myaccountdetailrow .intrkt_cod_action { background-color: #ae6099 !important; padding: 15px 30px 15px 30px; font-size: 18px; text-align: center; display: inline-block; outline: 0px; border-radius: 25px; -webkit-border-radius: 25px; -moz-border-radius: 25px; -ms-border-radius: 25px; color: #fff; font-weight: 700; letter-spacing: .5px; -webkit-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; position: relative; line-height: 1; overflow: hidden; z-index: 0; vertical-align: top; border: none !important; cursor: pointer; font-family: 'Arimo', sans-serif; }
.checkoutorderview #intrkt_action_confirm { background-color: #ae6099; border: none; color: white; }
.checkoutorderview input#intrkt_action_cancel:before { position: absolute; left: -5px; -webkit-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; top: -5px; width: 0; height: 115%; background-color: red; content: ''; z-index: -1; opacity: 0; }
.checkoutorderview input#intrkt_action_cancel { background-color: #ed6578; }
.checkoutorderview input#intrkt_action_cancel:hover { background-color: #ae6099; }
.checkoutorderview #intrkt_action_confirm:hover,
.myaccountdetailrow #intrkt_action_confirm:hover { background-color: #ed6578 !important; }
.giftcomfort-section h2 span, .giftcomfort-section .textfix { font-size: 70px; color: #ed6578; line-height: 1.1; }

/*.giftcomfort-section .textfix,.giftcomfort-section .textanimation{display: inline-block;}
.giftcomfort-section h2 span {margin-left: 15px;}*/
.textanimation span { left: 0%; position: absolute; opacity: 0; color: #000; transform: translateY(150px); transition: transform 0.5s ease; }
.textanimation span.active { opacity: 1; transform: translateX(0px); }
.animatedText { position: relative; z-index: 1; display: flex; flex-wrap: wrap; transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1); transform: translateY(0px); visibility: visible; opacity: 1; }
.textanimation { min-width: 400px; position: relative; overflow: hidden; margin-left: 20px; }
.giftcomfort-section { background-color: #fedfdc; }
.giftcomfort-section-inner { padding: 140px 0px; background-repeat: no-repeat;background-position: right top;overflow: hidden;}
.giftcomfort-section-inner p{font-size: 18px;}
.giftcomfort-section .container { position: relative; }
.giftcomfort-section .giftcomfort-img { position: absolute; right: 150px; top: 50%; transform: translateY(-50%); }
.giftcomfort-vector { position: absolute; top: 0; left: -140px; }
.giftcomfort-section { background-image: url(../images/welme-giftcomfort-background.png); background-position: center right; background-repeat: no-repeat; }
.checkoutorderview .intrkt_confirm-action #intrkt_action_cancel, 
.myaccountdetailrow .intrkt_confirm-action #intrkt_action_cancel{display:none;}
.checkoutorderview .intrkt_confirm-action #intrkt_action_confirm,
.myaccountdetailrow .intrkt_confirm-action #intrkt_action_confirm{margin-left: 0px;}
.myaccountdetailrow .intrkt_confirm-action {justify-content: flex-start;}
.giftcomfort-img-mobile{display: none;}
.cartpagerow .wc-proceed-to-checkout #btn-1cc {padding: 15px 45px 15px 20px;font-size: 13px;}
.cartpagerow .wc-proceed-to-checkout #btn-1cc:after{right: 28px;}
.cartpagerow .wc-proceed-to-checkout #btn-1cc:hover:after{right: 22px;}

.offerLogin .homepopup-inner{font-size: 16px;}
.offerLogin .homepopup-inner label{font-size: 16px;}
.offerLogin .checkboxcol input[type="checkbox"]{margin-right: 10px;margin-top: 5px}
.offerLogin .checkboxcol label{font-weight: 400;display: flex;align-items: flex-start;}
.sec-thankyoumsg strong{color: #ed6578;}

.offerLogin .cust-checkbox span.wpcf7-list-item-label {
  display: none;
}

.offerLogin .homepopup-text .btn-theme{margin-top: 0px;}
.offerLogin .checkboxcol span.wpcf7-list-item{margin-left: 0px}
.grecaptcha-badge{visibility: visible !important;}

.whatsAppIcon {bottom: 100px;}


.offerLogin .checkboxcol.form-group { display: flex; position: relative; margin-bottom: 10px; padding-bottom: 25px; }
.offerLogin span.wpcf7-form-control-wrap.whatsapp-update { position: static; }
.whatsapp-update span.wpcf7-not-valid-tip {
  position: absolute !important;
  left: 0px;
  bottom: 0px;
}