/*

 Theme Name:   Milkio

 Theme URI:    http://example.com/twenty-fifteen-child/

 Description:  Twenty Nineteen Child Theme

 Author:       Chiranjit Das

 Author URI:   http://example.com

 Template:     twentynineteen

 Version:      1.0.0

 License:      GNU General Public License v2 or later

 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready

 Text Domain:  twenty-nineteen-child

*/


@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Saira+Condensed:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600&display=swap');
body {
	font-family: 'Poppins', sans-serif;
	/*
	font-family: 'Montserrat', sans-serif;
	font-family: 'Vidaloka', serif;
*/
	font-size: 14px;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

a {
	text-decoration: none;
	outline: none;
	font-family: 'Poppins', sans-serif;
	color: #712168;
}

* {
	margin: 0;
	padding: 0;
}


/*a:hover {
	text-decoration:none
}*/
a:visited{
	color: #712168;
}
a:focus,
a:hover {
	text-decoration: none;
	/* background: 0 0; */
	color: #222;
	outline: none;
}

ol, ul, dl {
	/* list-style-type: none; */
	color: #712168;
	margin: 0;
}
li {
	color: #222;
	font-size: 16px;
}
p {
	font-size: 15px;
	color: #727272;
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	line-height: 24px;
}

h1 {
	color: #222;
	font-size: 22px !important;
	font-family: 'Poppins', sans-serif;
	position: relative;
}

h2 {
	color: #222;
	font-size: 20px !important;
	font-family: 'Poppins', sans-serif;
	position: relative;
	font-weight: 300;
	line-height: 40px;
}

h3 {
    color: #222;
    font-size: 18px !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 600 !important;
    margin-bottom: 7px !important;
    display: block;
}

h4 {
	color: #222;
	font-size: 16px !important;
	font-family: 'Poppins', sans-serif;
	margin: 0 0 20px;
}
h5 {
	color: #222;
	font-size: 14px !important;
	font-family: 'Poppins', sans-serif;
	margin: 0 0 20px;
}
h6 {
	color: #222;
	font-size: 12px !important;
	font-family: 'Poppins', sans-serif;
	margin: 0 0 20px;
}
.clear {
	clear: both;
}


/* Header */


/* navigation */

#myHeader {
	width: 100%;
	padding: 15px 0;
	background: #fff;
	border-bottom: 6px solid #53124c;
}

.fixed-header {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.04);
	padding: 15px 0 !important;
	z-index: 99;
	transition: all 0.4s ease-in-out;
}

.fixed-header .logo img {
	padding: 0 10px;
}


/*
.fixed-header #mainnav ul li a {
	color: #727272;
}
*/


/*.fixed-header .btn-menu span,
.fixed-header .btn-menu::before,
.fixed-header .btn-menu::after {
	background-color: #fcb41e;
}*/

.fixed-header .btn-menu {
	top: 12;
}

.header {
	background: #fff;
	position: relative;
}

.header .header-wrap .logo {
	float: left;
	transition: all 0.3s ease-in-out;
}

.header .header-wrap .logo img {
	height: 55px;
}

.header .header-wrap .nav-wrap {
	position: relative;
	float: right;
	margin: 5px 0 0;
}

#mainnav ul {
	list-style: none;
	margin: 12px 0 0;
	padding: 0;
}

#mainnav ul li {
	position: relative;
	display: inline-block;
}

#mainnav ul li a {
	position: relative;
	display: block;
	font-size: 16px;
	text-decoration: none;
	line-height: 16px;
	outline: none;
	font-family: 'Poppins', sans-serif;
	transition: all 0.3s ease-in-out;
	color: #53124c;
	padding: 8px 16px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
	border-radius: 20px;
}

#mainnav .menu .has-sub:before {
	position: absolute;
	top: 6px;
	right: 6px;
	font-family: "FontAwesome";
	font-size: 14px;
	content: "\f0d7";
	color: #eca52a;
	transition: all 0.3s ease-in-out;
	z-index: 99;
}


/* submenu */

#mainnav ul.submenu {
	position: absolute;
	left: -40px !important;
	top: 150%;
	width: 200px;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 9999;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
	padding: 25px;
	margin: 10px 0 0;
}

#mainnav ul.submenu.mid-big {
	width: 330px;
}

#mainnav ul.submenu::after {
	position: absolute;
	content: '\f0d8';
	top: -40px;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-family: "FontAwesome";
	font-size: 44px;
	color: #222;
	width: 30px;
	text-shadow: 1px -1px 2px rgba(0, 0, 0, 0.1);
	opacity: 0.8;
}

#mainnav a.active+ul.submenu {
	top: 140% !important;
}


/* right sub-menu */

#mainnav ul.right-sub-menu {
	left: auto;
	right: 0;
}

#mainnav ul li:hover ul.submenu {
	top: 150%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: visible;
}

#mainnav ul li ul li {
	margin-bottom: 20px;
	padding: 0;
	display: block;
}

#mainnav ul li ul li:last-child {
	margin: 0
}

#mainnav ul.submenu li.sub-parent:after {
	content: "\f105";
	font-family: "FontAwesome";
	font-size: 14px;
	position: absolute;
	right: 25px;
	top: 11px;
	color: #999;
	transition: all 0.3s ease-in-out;
}

#mainnav ul.submenu li a {
	display: block;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	padding: 0;
	line-height: 15px;
	transition: all 0.3s ease-in-out;
	text-shadow: none;
}

.submenu.last-submenu,
.contact-style .submenu,
.course-style .submenu {
	right: 0 !important;
	left: auto !important;
}

#mainnav ul.submenu li a:hover,
#mainnav-mobi ul li a:hover {
	background: #bd4e64;
}

#mainnav ul.submenu li.sub-parent:hover::after {
	right: 18px;
}

#mainnav ul li a:hover,
#mainnav ul li a.active {
	color: #f0c91e;
}


/* Mobile navigation
---------------------------------------- */

#mainnav-mobi {
	display: block;
	margin: 0 auto;
	width: 100%;
	position: absolute;
	background-color: #e96a83;
	z-index: 1000;
	top: 129px;
}

#mainnav-mobi ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#mainnav-mobi ul li {
	margin: 0;
	position: relative;
	text-align: left;
	border-top: 1px solid #bd4e64;
	cursor: pointer;
}

#mainnav-mobi ul>li>a {
	text-decoration: none;
	height: 50px;
	line-height: 50px;
	padding: 0 30px 0 30px;
	color: #fff;
	display: block;
}

#mainnav-mobi ul.sub-menu {
	top: 100%;
	left: 0;
	z-index: 2000;
	position: relative;
	background-color: #333333;
}

#mainnav-mobi>ul>li>ul>li,
#mainnav-mobi>ul>li>ul>li>ul>li {
	position: relative;
	border-top: 1px solid #f04d46;
}

#mainnav-mobi ul li li a {
	padding-left: 50px;
}

#mainnav-mobi>ul>li>ul>li>ul>li a {
	padding-left: 70px !important;
}

#mainnav-mobi ul.sub-menu>li>a {
	display: block;
	text-decoration: none;
	padding: 0 45px;
	border-top-color: rgba(255, 255, 255, .1);
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

#mainnav-mobi>ul>li>ul>li:first-child a {
	border-top: none;
}

#mainnav-mobi ul.sub-menu>li>a:hover,
#mainnav-mobi>ul>li>ul>li.active>a {
	color: #fff;
}

.btn-menu {
	display: none;
	position: relative;
	background: transparent;
	width: 26px;
	height: 16px;
	transition: all ease .238s;
	top: 12px;
	cursor: pointer;
}

.btn-menu:before,
.btn-menu:after,
.btn-menu span {
	background-color: #963592;
	transition: all ease .238s;
}

.btn-menu:before,
.btn-menu:after {
	content: '';
	position: absolute;
	top: 0;
	height: 2px;
	width: 100%;
	left: 0;
	top: 50%;
	transform-origin: 50% 50%;
}

.btn-menu span {
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	top: 50%;
	overflow: hidden;
	text-indent: 200%;
}

.btn-menu:before {
	-webkit-transform: translate3d(0, -7px, 0);
	transform: translate3d(0, -7px, 0);
}

.btn-menu:after {
	-webkit-transform: translate3d(0, 7px, 0);
	transform: translate3d(0, 7px, 0);
}

.btn-menu.active span {
	opacity: 0;
}

.btn-menu.active:before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}

.btn-menu.active:after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}

.btn-submenu {
	position: absolute;
	right: 0;
	top: 0;
	font: 20px/50px 'FontAwesome';
	text-align: center;
	cursor: pointer;
	width: 70px;
	height: 44px;
	display: none;
}

.btn-submenu:before {
	content: "\f107";
	color: #fff;
}

.btn-submenu.active:before {
	content: "\f106";
}

.btn-menu {
	display: none;
}


/*end header menu css*/

.top_panel_top {
	font-weight: 300;
	font-size: 14px;
	color: #a3a3a6;
	background-color: #fff;
	padding: 8px 0;
	border-bottom: 1px solid #e5e5e5;
}

.top_panel_top a {
	color: #121212;
	font-weight: 400;
	font-size: 22px;
	margin: 0 5px 0 0;
}

.addcartrow {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.addcartrow a {
	font-family: 'Saira Condensed', sans-serif;
}

.addcartsec {
	margin: 0 40px 0 0;
	display: flex;
	align-items: center;
	position: relative;
}

.addcartsec a {
	font-size: 16px;
	font-weight: 500;
	color: #53124c;
	margin: 0 20px 0 0;
}

.addcartsec a i {
	font-size: 22px;
	margin: 0 8px 0 0;
}

.search-icon {
	font-size: 24px !important;
	margin: 0 10px 0 0 !important;
}

.search-icon i {
	font-size: 23px !important;
	transform: rotate(270deg);
}

.loginopt a {
	font-size: 18px;
	color: #53124c;
}

.loginopt a {
	font-size: 18px;
	color: #53124c;
	padding: 0 14px;
	position: relative;
}

.loginopt a::after {
	content: '';
	background: #53124c;
	position: absolute;
	width: 1px;
	height: 15px;
	right: -4px;
	top: 7px;
}

.loginopt a:last-child:after {
	display: none;
}

.main-banner {
	width: 100%;
}

.main-banner img {
	width: 100%;
	max-height: 450px;
	object-fit: cover;
	min-height: 450px;
}

.main-banner .carousel-control-prev-icon,
.main-banner .carousel-control-next-icon {
	background-size: 70% 60%;
	background-color: rgba(0, 0, 0, 0.9);
	border-radius: 50px;
}

.downbtmslider {
	/*background: #963592;*/
	padding: 20px 0;
	background: #6F1F63;
}

.dbs-row {
	display: flex;
	justify-content: center;
}

.dbs-row img {
	height: 100px;
	margin: 0 35px;
}

.section {
	padding: 20px 0 40px;
}

.section h2 {
	text-align: center;
	text-transform: uppercase;
	margin: 30px 0 30px;
}

.tokenhed {
	background: #f0e2ad;
	min-height: 230px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.tokenhed h3 {
	font-size: 36px;
	margin: 0;
	text-align: center;
	padding: 0 20px;
	line-height: 50px;
	font-weight: 600;
}

.prdtcdetails {
	background: #f0e2ad;
	min-height: 230px;
	position: relative;
	padding: 30px 38% 30px 30px;
}

.ptextdtls p {
	color: #222;
	font-size: 18px;
	line-height: 28px;
}

.ptimg {
	position: absolute;
	right: 0%;
	top: 0;
	height: 100%;
	object-fit: cover;
	width: 230px;
	border-radius: 100% 0 0 100%;
	object-position: right;
}

.btnsty {
	background: #e96a83;
	padding: 10px 25px;
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	display: inline-block;
	;
}

.btnsty:hover {
	background: #bd4e64;
	color: #fff;
}

.prdtcdetails-left .ptimg {
	right: auto;
	left: 0%;
	border-radius: 0 100% 100% 0;
	object-position: left;
}

.prdtcdetails-left {
	background: #f0e2ad;
	min-height: 230px;
	position: relative;
	padding: 30px 30px 30px 38%;
}

.spr-row{
	background: #ffffff;
	padding: 15px;
	margin: 0 0 50px;
}


.spr-row-hold {
	display: flex;
	justify-content: space-between;
}
.spr-row img {
	/* height: 75px; */
	width: auto;
	padding: 0 10px;
}

.crtfc-col {
	background: #f0e2ad;
	padding: 20px 40% 20px 20px;
	position: relative;
	margin: 12px 0 12px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.crtfc-col h3 {
	font-size: 30px;
	font-weight: 500;
	margin: 0 0 15px;
}

.crtfc-col p {
	color: #222;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
}

.crtfc-col img {
	position: absolute;
	height: 120px;
	right: 20px;
	/*top: 26px;*/
	width: 140px;
	object-fit: contain;
}

.pp-list {
	text-align: center;
}


.pp-img .overlay h2 {
    color: #63055f !important;
    font-size: 23px !important;
    margin-bottom: 5px;
    margin-top: 15px;
}

.pp-img {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    padding: 10px;
}

.pp-img img {
	height: 190px;
	width: 190px;
	object-fit: contain;
}
	

.product-modal .modal-dialog {
	max-width: 55%;
}

.product-modal .modal-content {
	border: none;
	border-radius: 0;
	font-family: 'Poppins', sans-serif;
}

.product-modal .modal-header {
	padding: 8px 1rem;
	border-bottom: none;
	background: #8d3695;
	border-radius: 0;
}

.product-modal .modal-title {
	font-size: 24px;
	color: #fff;
}

.product-modal .btn-close {
	border-radius: 0;
	background-color: #f4f4f4;
	padding: 5px;
	opacity: 1;
}

.rating-sec i {
    font-size: 12px;
    margin: 1px;
}

.rating-sec {
    margin: 7px 0 7px;
    text-align: center;
}

.pp-list h2 {
    font-size: 15px !important;
    font-weight: 600;
    line-height: 19px;
    color: #000;
    margin: 15px 0;
    text-transform: capitalize;
}

.pp-list .btnsty {
    background: #e96a83;
    padding: 7px 18px;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    border-radius: 3px;
}
.pp-list .yith-wcwl-wishlistaddedbrowse {
    font-size: 13px;
    color: #858585;
}
.subscribe-sec {
	margin: 50px 0 0 0;
	min-height: 300px;
	width: 100%;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	position: relative;
	overflow: hidden;
	background-position: -204px center !important;
}

.subscribe-rtsec {
	background: #6F1F63;
	min-height: 100%;
	max-width: 57%;
	width: 100%;
	position: absolute;
	right: 0;
	padding: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.subscribe-rtsec::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: -124px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 315px 125px;
	border-color: transparent transparent #6F1F63 transparent;
}

.subscribe-rtsec h3 {
	color: #fff;
	font-size: 30px;
	margin: 0 0 16px;
}

.subscribe-rtsec p {
	color: #fff;
	font-weight: 400;
	font-size: 18px;
	margin: 0 0 16px;
}

.sb-form form {
	display: flex;
}

.sb-form .form-control {
    border: 0;
    border-radius: 0;
    height: 45px;
    font-size: 14px;
    margin: 0;
    padding: 0 15px;
}
.mc4wp-form-fields {
    width: 100%;
    display: flex;
}
.mc4wp-form-fields input[type="submit"] {
    background: #997d12;
    border: 0;
    padding: 0 30px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 0;
    font-size: 16px;
}

.sb-form button {
	background: #997d12;
	border: 0;
	padding: 0 30px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 1px;
}

.blog-col {
	margin: 0 0 15px;
	text-align: center;
}

.blog-col img {
	height: 200px;
	object-fit: cover;
	width: 100%;
}

.blog-content {
	background: #f3f3f3;
	padding: 15px;
}

.blog-content h2 {
	color: #222;
	font-size: 20px;
	text-align: left;
	line-height: 25px;
	margin: 0 0 15px;
}

.blog-content p {
	color: #222;
	text-align: left;
	line-height: 30px;
	margin: 0 0 15px;
}

.blog-content .btnsty {
	background: #7a206e;
}

.sustain-sec {
	background: #f0c91e;
	position: relative;
	margin: 40px 0 120px;
	min-height: 200px;
	padding-bottom: 20px;
}

.sustain-sec::after {
	background: url(./images/ss-bg.png) repeat-x;
	position: absolute;
	width: 100%;
	height: 105px;
	content: '';
	bottom: -100px;
	left: 0;
}

.sustain-sec h3 {
	color: #202020;
	font-size: 35px;
	margin: 0 0 15px;
}

.sustain-sec p {
	color: #222;
	line-height: 30px;
}

footer {
	background-color: #fff;
	padding: 50px 0 0;
	position: relative;
}

footer::after {
	background: url('https://milkio.co.nz/wp-content/uploads/2021/11/footer-bg.png') repeat-x;
	position: absolute;
	width: 100%;
	height: 138px;
	content: '';
	bottom: 48px;
	left: 0;
}

.social-sec {
	margin: 0;
}

.social-sec a {
	font-size: 35px;
	margin: 0 2px;
	color: #222;
}

footer h2 {
	font-size: 28px;
	color: #731e6f;
	margin: 0;
	font-weight: 600;
}

.footer-link {
	display: inline-block;
	margin-top: 20px;
}

.footer-link ul {
	display: block;
	float: left;
	padding: 0;
}

.footer-link ul li {
	padding: 0;
	display: block;
	margin: 0 0 20px;
}

.footer-link ul li a {
	color: #8d3695;
	font-size: 16px;
	font-weight: 500;
	position: relative;
	line-height: 20px;
}

.footer-link ul li a::after {
	font-family: 'FontAwesome';
	content: '\f105';
	position: absolute;
	font-size: 22px;
	color: #997d12;
	margin: -1px auto 0 10px;
	display: none;
}

.footeraddct {
	margin: 0 0 10px;
}

.copyright {
	font-size: 14px;
	text-align: center;
	margin: 130px 0 0;
	background-color: #6F1F63;
	padding: 15px 0 10px;
}

.cp-row {
	display: flex;
	align-items: center;
}

.cp-link a {
	color: #fff !important;
	margin: 0 25px 0 0;
	position: relative;
	font-size: 14px;
}

.cp-link a::after {
	position: absolute;
	content: '';
	width: 1px;
	height: 10px;
	background: #fff;
	right: -14px;
	top: 4px;
}

.cp-link a:last-child::after {
	display: none;
}

.cp-row p {
	color: #fff;
	margin: 0 0 0 auto;
	font-size: 14px;
}

/* .banner-inner-page {
	position: relative;
	padding: 25% 0px;
	 background-size: cover !important; 
	background-position: center center !important;
	background-repeat: no-repeat !important;
	text-align: center;
	
} */

.banner-inner-page {
	height: 100%;
	padding: 120px 0 0 0;
}
@-moz-document url-prefix() {
    .banner-inner-page {
		padding: 88px 0px 0px 0px;
	}
}

.banner-inner-page h1 {
	color: #702364;
	font-weight: 500;
	font-weight: 600;
}

/* .innerpg-sec h2 {
	text-align: left;
} */

.innerpg-sec p {
	color: #222222;
}

.innerpg-sec .img-fluid {
	max-width: 100%;
	height: auto;
	width: 100%;
	min-height: 400px;
	object-fit: cover;
}

.product-list-sec {
	padding: 200px 0 40px;
}

.search-box {
	position: relative;
}

.search-box .form-group button {
	padding: 0px 6px;
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: block;
	font-size: 16px;
	color: #ffffff;
	background: #53124c;
	font-weight: normal;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	border: none;
	outline: none;
	cursor: pointer;
}

.search-box .form-group button:hover {
	background: #7b086f;
}

.search-box .form-group input[type="search"] {
	position: relative;
	display: block;
	font-size: 14px;
	color: #555555;
	line-height: 28px;
	padding: 10px 25px;
	padding-right: 25px;
	padding-right: 40px;
	height: 50px;
	width: 100%;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.products-upper-bar-right-text {
	text-align: right;
	position: relative;
	font-size: 16px;
	line-height: 30px;
	color: #222222;
	padding: 10px 0;
}

.products-upper-bar {
	position: relative;
	margin-bottom: 30px;
}

.sidebar-widget {
	position: relative;
	margin-bottom: 40px;
}

.sidebar-title::before {
	position: absolute;
	left: 0;
	bottom: 0px;
	height: 1px;
	width: 60px;
	background-color: #f0c91e;
	content: "";
}

.sidebar-title {
	position: relative;
	padding-bottom: 17px;
	margin-bottom: 35px;
}

.sidebar-title h2 {
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 30px;
	color: #222222;
	text-transform: capitalize;
	font-weight: 600;
	text-align: left;
	margin: 0;
}

.category-list {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
}

.category-list li {
	position: relative;
	border: 1px dashed #cccccc;
	margin-bottom: -1px;
}

.category-list li a {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 15px;
	color: #222222;
	padding: 19px 40px 19px 25px;
	font-weight: 400;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.category-list li a span {
	position: absolute;
	top: 39%;
	right: 20px;
	font-size: 12px;
	color: #666666;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	color: #f0c91e;
	font-weight: 600;
}

.category-list li a:hover span,
.category-list li a:hover {
	color: #53124c;
	text-decoration: none;
}

.related-posts .post {
	position: relative;
	padding-left: 90px;
	min-height: 70px;
	padding-bottom: 30px;
	border-bottom: 1px dashed #cccccc;
	margin-bottom: 30px;
}

.related-posts .post .post-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 70px;
}

.related-posts .post .post-thumb img {
	display: block;
	width: 100%;
	height: 70px;
	object-fit: contain;
}

.related-posts .post h4 {
	top: -2px;
	font-size: 18px;
	line-height: 1.2em;
	font-weight: 500;
	color: #222222;
	text-transform: capitalize;
	position: relative;
	margin: 0 0 5px 0;
}

.related-posts .post h4 a {
	color: #222222;
	font-size: 16px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	font-family: 'Poppins', sans-serif;
}

.related-posts .price {
	position: relative;
	font-size: 14px;
	line-height: 20px;
	color: #f0c91e;
	font-weight: 500;
}

.related-posts .post a:hover {
	color: #53124c;
	text-decoration: none;
}

.product-list-sec .pp-list {
    margin: 0 0 30px;
    background: #ffffff;
    padding: 10px 10px 20px 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

.shop-pagination {
	position: relative;
	margin: 60px 0 0;
}

.shop-pagination ul {
	padding: 0;
	margin: 0;
	position: relative;
	display: inline-block;
}

.shop-pagination ul li {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 10px;
	position: relative;
}

.shop-pagination ul li a {
	position: relative;
	display: block;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 38px;
	font-size: 14px;
	background: #ffffff;
	color: #666666;
	font-weight: 500;
	border: 1px solid #aaaaaa;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}

.shop-pagination ul li a:hover,
.shop-pagination ul li a.active {
	color: #ffffff;
	background-color: #53124c;
	border-color: #53124c;
	text-decoration: none;
}

.shop-pagination ul li a.next,
.shop-pagination ul li a.prev {
	background: #dddddd;
	color: #222222;
	border: 2px solid #dddddd;
}

.shop-pagination ul li a.next:hover,
.shop-pagination ul li a.prev:hover {
	background: #222222;
	color: #ffffff;
	border: 2px solid #222222;
}

.contact-details-sec {}

.contact-details-sec h2 {
	text-align: left;
	text-transform: none;
	font-size: 30px;
	margin: 0 0 15px;
}

.contact-info-con {
	padding-left: 50px;
}

.contact-info-title {
	margin-top: 0;
}

.contact-info-title h2 {
	margin: 0 0 10px 0;
}

.contact-info-title p {
	font-size: 14px;
	color: #222;
	margin: 0 0 30px 0;
	line-height: 24px;
	font-weight: 500;
}

.contact-info {
	position: relative;
	padding: 0;
	margin: 0;
}

.contact-info li {
	position: relative;
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	font-weight: 600;
	padding-left: 70px;
	margin-bottom: 30px;
	min-height: 50px;
}

.contact-info li .icon {
	position: absolute;
	left: 0;
	top: 0;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 48px;
	border: 1px solid #63055f;
	color: #63055f;
	font-size: 20px;
	border-radius: 50%;
}

.contact-info li strong {
	display: block;
	font-size: 16px;
	line-height: 20px;
	color: #222222;
	font-weight: 600;
}

.contact-info li p {
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	font-weight: 500;
}

.social-links h5 {
	display: inline-block;
	font-size: 18px;
	line-height: 30px;
	color: #222222;
	font-weight: 600;
}

.contact-social-icon {
	position: relative;
	display: inline-block;
	padding: 0;
	margin: 0;
}

.contact-social-icon li {
	position: relative;
	display: inline-block;
	margin-left: 15px;
}

.contact-social-icon li a {
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 30px;
	color: #a5a5a5;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.contact-social-icon li a:hover {
	color: #f0c91e;
}

.contact-us-con .form-control {
	padding: 10px 12px;
	border-radius: 15px;
	height: calc(52px + 2px);
}

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

.contact-us-con textarea {
	min-height: 180px;
}

.contact-us-con .btn-default {
	background: #63055f;
	color: #fff;
	font-size: 16px;
	padding: 10px 30px;
	border: 0;
}

.blogpg-sec .blog-col {
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	border-bottom: 4px solid #f3f3f3;
	margin: 0 0 22px;
}

.blogpg-sec .blog-col:hover {
	box-shadow: 1px 1px 7px rgba(0, 0, 0, .4);
	border-color: #7a206e;
}

.blog-left-panel h2 {
	font-size: 24px;
	letter-spacing: 0.8px;
	margin-bottom: 12px;
	text-align: left;
	text-transform: none;
	font-weight: 600;
}

.blog-left-panel p {
	color: #222;
	line-height: 24px;
	margin: 0 0 15px;
	font-size: 14px;
	text-align: justify;
}

.blog-header {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

.blog-details-list,
.blog-socials {
	list-style: none;
	padding-left: 0;
}

.blog-details-list li:not(:last-child) {
	margin-right: 25px;
}

.blog-details-list li {
	display: inline-block;
	color: #222;
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 6px;
	letter-spacing: 0.8px;
}

.blog-details-list li a {
	color: #222;
}

.blog-details-list li a:hover {
	color: #63055f;
}

.blog-details-list li p {
	color: #eca52a;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 14px;
}

.blog-details-list li i {
	color: #eca52a;
	font-size: 14px;
}

.color-yallow {
	color: #eca52a;
	margin: 0 8px 0 0;
}

.bolg-img {
	width: 100%;
	margin-bottom: 20px
}

.wrap-share {
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	padding: 15px 0;
	margin-bottom: 30px;
}

.wrap-share p {
	float: left;
	margin: 0 5px 0 0;
	color: #222;
	font-weight: 500;
}

.blog-socials li {
	display: inline-block;
	margin-right: 12px;
}

.blog-socials li a {
	font-size: 18px;
	color: #eca52a;
}

.blog-socials li a:hover {
	color: #53124c;
}

.blog-comment-wrap {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

.blog-comment-wrap>.media {
	margin-bottom: 25px;
	display: flex;
}

.blog-comment-wrap>.media>img,
.instructor-wrap>.media>img {
	border-radius: 50%;
	margin-right: 20px;
	width: 100px;
	height: 100px;
	object-fit: cover;
}

.blog-comment-wrap .media-body {
	background: #f8f8f8;
	padding: 15px;
	position: relative;
	border-radius: 5px;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
}

.blog-comment-wrap .media-body:after {
	right: 100%;
	top: 25%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-right-color: #f8f8f8;
	border-width: 10px;
	margin-top: -10px;
}

.blog-comment-wrap .media-body h2 {
	font-weight: 500;
	font-size: 20px;
	margin: 0 0 5px;
	margin-top: 0px;
	line-height: 28px;
}

.blog-comment-wrap .media-body h6 {
	font-size: 12px;
	color: #eca52a;
	font-weight: 500;
}

.blog-comment-wrap .media-body p {
	text-align: left;
}

.blog-comment-wrap .media-body p:last-child {
	margin-bottom: 0;
}

.leave-a-reply-wrap {
	margin-top: 30px;
}

.leave-a-reply-wrap .form-outline .form-control,
.blog-right-box-body .form-outline .form-control {
	background: #f8f8f8;
}

.blog-right-panel {
	padding-left: 30px;
}

.blog-right-box {
	border-left: 1px solid #e5e5e5;
}

.blog-right-box-header {
	padding: 10px 0 20px 25px;
	border-left: 3px solid #eca52a;
	margin-left: -2px;
	position: relative;
}

.blog-right-box-header::before {
	width: 50px;
	height: 1px;
	bottom: 10px;
	position: absolute;
	content: "";
	background: #f0c91e;
}

.blog-right-box-header h2 {
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 30px;
	color: #222;
	text-transform: capitalize;
	font-weight: 600;
	text-align: left;
	margin: 0;
}

.blog-right-box-body {
	padding: 15px 0 15px 25px;
}

.tag-cloud {
	padding: 0;
	list-style: none;
}

.tag-cloud li {
	display: inline-block;
	margin: 0 10px 10px 0;
}

.tag-cloud li a {
	background: #f8f8f8;
	border: 1px solid #e5e5e5;
	color: #333;
	font-size: 12px;
	font-weight: 500;
	padding: 7px 15px;
	display: block;
	transition: all 0.3s ease-in-out;
}

.tag-cloud li a:hover,
.tag-cloud li a:focus {
	background: #53124c;
	color: #fff;
}

.leave-a-reply-wrap .form-control {
	background: #f8f8f8;
	height: 50px;
	border-radius: 0px;
	font-size: 14px;
	color: #636363;
	font-weight: 300;
	border: 1px solid #d9d9d9 !important;
}

.leave-a-reply-wrap .form-group {
	margin-bottom: 30px;
}

.leave-a-reply-wrap textarea {
	min-height: 100px;
}

.leave-a-reply-wrap .btnsty {
	border: 0;
}
h1:not(.site-title)::before, h2::before {
	background: none;
	content: "";
	display: none;
	height: 0;
	margin: 0;
	width: 0;
}
.more-link {
	display: none;
}

.product-modal .woocommerce-product-gallery {
    opacity: 1 !important;
}
.product-modal .product_title{
	color: #63055f;
font-size: 24px;
}
.product-modal  .price {
    font-size: 30px;
    font-weight: 600;
    color:#333 ;
}
.product-modal h4 {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 10px;
}
.product-modal h2 {
    text-align: left;
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 10px;
}
.product-modal ul{
	padding: 0;
}
.product-modal .aligncenter{
	margin: 0;
}
.product-modal  .cart {
    display: flex;
    justify-content: space-between;
}

.button{
	background: #7a206e;
padding: 7px 25px;
color: #fff;
font-weight: 501;
font-size: 14px;
border-radius: 0;
}
.button:hover,
.button:focus{
	background:#692b7e;
	color: #fff;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    width: auto;
    right: 0;
    min-width: 200px;
}
/*#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
position: absolute;
min-width: 100vw;
left: -100%;
margin-left: -13%;
}*/
.search-inline {
	width: 100%;
	top: 45px;
	height: 42px;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	background-color: #efefef;
	z-index: 9;
	transition: all .5s ease-in-out;
	width: 270px;
	right: 0px;
}
.search-inline.search-visible {
	opacity: 1;
	visibility: visible;
	animation: fadeInDown 0.4s ease-in-out;
}
.search-inline button[type="submit"] {
	position: absolute;
	background-color: transparent;
	border: 0px;
	top: 0;
	right: 40px;
	padding: 0px;
	cursor: pointer;
	width: 42px;
	height: 99%;
	background: #e96a83;
	color: #fff;
}
.search-inline .form-control {
	border: 0px;
	font-size: 14px;
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	outline: none;
	padding: 0 90px 0 10px;
	border-radius: 0;
	background: transparent;
}
.search-inline .search-close {
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	width: 40px;
	height: 100%;
	text-align: center;
	display: table;
	background: #53124c;
	text-decoration: none;
	margin: 0;
}
.search-inline .search-close i {
	display: table-cell;
	vertical-align: middle;
}
.woocommerce-info {
    background: #7a206e;
}

.single-product .site-main {
    width: 100%;
    max-width: none !important;
}

.single-product .site-main .product_title {
    color: #222;
    font-size: 24px;
    margin: 0 !important;
}
.single-product .site-main .product_title:before{
	display: none;
}
.single-product .site-main .price {
font-size: 30px;
font-weight: 600;
color: #333;
margin: 20px 0 !important;
}

.single-product .site-main h3,
.product-modal h3{
	font-family: 'Poppins', sans-serif;
}
.single-product .site-main ul{
	padding: 0;
}
.single-product .cart{
	justify-content: space-between;
display: flex;
}

.woocommerce-breadcrumb {
    margin: 20px 0 50px;
}
.woocommerce-account .woocommerce-MyAccount-navigation li{
	margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a {
    font-weight: 500;
    background: #cecece;
    padding: 10px 15px;
    margin: 0 !important;
    color: #333;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
    text-decoration: none;
    background: #702364;
    color: #fff;
}

.single-product  .product-list-sec {
    padding: 0 0 40px;
}
.single-product  .product-list-sec h2 {
    text-align: center;
    margin: 0 0 30px;
}
.accordion-button {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 1rem 1.25rem;
	font-size: 1rem;
	color: #712168 !important;
	text-align: left;
	background-color: #fff !important;
	border: 0;
	border-radius: 0;
	overflow-anchor: none;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
.accordion-button:not(.collapsed) {
	color: #712168 !important;
	background-color: #e7f1ff;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.blog-content .btnsty:visited {
	color: #FFF;
}
.description_tab {
    margin:0 5px 17px 0 !important;
}
.description_tab a {
    text-decoration: none;
    font-weight: 500;
    background: #e96a83;
    color: #fff !important;
    padding: 10px 22px;
}
.description_tab.active a {
    box-shadow: none !important;
    background: #7a206e;
}
.banner-inner-page .btnsty{
	position: relative;
	margin: 20px 0 0;
}
.testimonial-sec {
    background: #f3f3f3;
    padding-bottom: 40px;
}

.slider {
        width: 100%;    
    }

    .slick-slide {
      margin: 0px 20px;
    }

    .slick-slide img {
      width: 100%;
    }
      .regular .slick-arrow{
      display: none !important;
    }
    .slick-prev::before, .slick-next::before {
    font-size: 30px !important;

    opacity: 1 !important;
    color: #53124c !important;

}
.slick-dots li button::before {
    font-size: 36px !important;
    opacity: .75 !important;
    color: #6F1F63 !important;
}
.slick-dots li.slick-active button::before {
    opacity: 1 !important;
    color: #6F1F63 !important;
}
.slick-dots {

    bottom: -40px !important;
    }




    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: .2;
    }
    
    .slick-active {
      opacity: .5;
    }

    .slick-current {
      opacity: 1;
    }
    .sin-con {
    text-align: center;
    max-width: 50%;
    margin: 0 auto;
    display: flex !important;
    flex-direction: column;
    align-items: center;
}
.sin-con h3 {
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin: 0 0 20px;
    color: #53124c;
}
.sin-con p {
    font-size: 18px;
   color: #272530;
   margin: 0 0 30px;
}
.sin-con .btnsty {
    max-width: 160px;
}
.tex-left {
    text-align: left !important;
    font-size: 34px;
    text-transform: none !important;
}
.slick-active {
    opacity: 1 !important;
}
.banner-inner-page p {
    font-size: 18px;
    color: #fff;
    position: relative;
    max-width: 50%;
    margin: 30px auto 20px;
}
.inlinesl {
    display: flex;
    justify-content: center;
    margin: 0;
}
.slcol {
    box-shadow: -2px 0px 10px rgba(0,0,0,0.2);
    border-radius: 14px;
    padding: 15px;
    margin: 15px 15px;
    text-align: center;
    flex: 1 1;
}
.slcol img {
    height: 80px;
    margin: 0 0 15px;
}
.slcol h2 {
    font-size: 20px;
    margin: 0 0 10px;
    font-weight: 600;
    line-height: 24px;
}
.slcol p {
    font-size: 14px;
    line-height: 24px;
}
.inlineslst .slcol {
    flex: 1 auto;
}
.inlineslst .slcol:first-child {
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.inlineslst .slcol:first-child img{
	width: 80px;
}
.midpt h2 {
    color: #fff;
    flex-basis: 50%;
    font-size: 30px;
    text-align: left;
    margin: 0;
}
.midpt {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.midpt .btnsty{
	margin: 0
}
.ptdn{
	margin: 60px 0 0;
}

.contact-prtnr .contact-info{
	list-style-type: none;
}
.map-txt {
    font-size: 24px;
    line-height: 20px;
    margin: 0 0 15px !important;
    text-align: left !important;
}
.contact-prtnr .btnsty {
    margin: 0 0 30px;
}
.contact-prtnr h2{
	margin: 0 0 60px;
}
.contact-prtnr {
	background: #f3f3f3;
}
.inlinebtnbn{
	min-width: 150px;
}
.nzsec{
	position: relative;
}
.scrlsec {
    position: absolute;
    height: 100px;
    top: -180px;
    background: #222;
    width: 40px;
    visibility: hidden;
}
.nzsec .slcol span {
    background: #f3f3f3;
    padding: 10px 15px;
    text-align: left;
    display: block;
    margin: 0 0 15px;
}
.nzsec .slcol span h2{
	text-align: left !important; 
}
.inlinecer {
    display: flex;
    justify-content: center;
    margin: 40px 0 ;
    flex-wrap: wrap;
}
.inlinecercol {
    background: #ddcfdb;
flex-basis: 23%;
max-width: 23%;
flex-shrink: 0;
padding: 15px;
margin: 10px 10px;
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.inlinecercol:hover {
	background: #9e9170;
}
.inlinecera .inlinecercol {
	flex-basis: 48%;
	max-width: 45%;
}
.inlinecerb .inlinecercol {
	flex-basis: 30%;
	max-width: 30%;
}
.inlinecerb .inlinecercol img {
    height: 250px;
    width: 100%;
    object-fit: contain;
}
.inlinecera .inlinecercol img{
	height: auto;
	width: 100%;
}
.inlinecercol img {
    height: 120px;
    margin: 0 0 15px;
}
.inlinecercol p {
    color: #222;
    font-weight: 500;
    margin: 0;
}
.header-form {
    max-width: 50%;
    margin: 0 auto;
    position: relative;
    background: #fff;
    padding: 30px;
}
.header-form .form-group{
	margin: 0 0 15px
}
.header-form label {
    font-size: 14px;
    color: #222;
    text-align: left;
    display: block;
    margin: 0 0 5px;
    font-weight: 500;
}

.header-form .form-control {
    border-radius: 0;
    background: #f3f3f3;
    font-size: 14px;
    height: 40px;
}
.header-form h3 {
    color: #63055f;
    font-size: 20px;
    font-family: 'Saira Condensed', sans-serif;
    text-align: left;
    margin: 20px 0 10px;
}
.header-form select {
    appearance: auto;
}
.header-form .chkbox {
    display: flex;
    margin: 0 0 5px;
}
.header-form .chkbox label {
    font-weight: 400;
    margin: 0 0 0 10px;
}
.header-form .btnsty{
	border:0;
	background: #7a206e;
}

.header-form textarea{
	min-height:100px;
}
 .ocp-sec,
 .rvtclr{
 	padding: 40px 0;
 }
.ocp-sec iframe{
	width: 100%;
}
.cat {
    margin: 60px 0 0 6px;
}
.cat ul{
    list-style-type: decimal;
}
.cat h2 {
    text-transform: none !important;
    text-align: left;
    font-size: 30px;
    margin: 0 0 15px;
}
.cat ul li {
    font-weight: 500;
    margin: 0 0 6px;
}
.prsec1{
	margin: 0;
}
.prsec1 .inlinecercol {
    flex-basis: 18%;
    max-width: 18%;
    }

.prsec1 .inlinecercol p {
    margin: 0 0 12px;
    line-height: 20px;
    font-size: 14px;
}
.prsec2{
	margin: 0;
}
.prsec2 .inlinecercol {
    flex-basis: 30%;
    max-width: 30%;
    }
.prsec2 .inlinecercol p {
    margin: 0 0 15px;
}
.prsec2 .inlinecercol img {
    height: auto;
    margin: 0;
    width: 100%;
}
.prsec3 .inlinecercol img{
	margin: 0 0 15px;
}
.prsec3 .inlinecercol p{
	margin: 0
}
.prg-2{
	padding: 5px 5px 0 0;
}
.prgl-2{
	padding: 0 0 0 1px;
}
.lrrow img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.lrrow {
    position: relative;
    max-height: 400px;
    width: 100%;
    display: block;
}
.lrrow h2 {
	position: absolute;
	bottom: 30px;
	left: 0;
	color: #fff;
	text-shadow: 3px 3px 10px #222;
	font-weight: 600;
	margin: 0;
	z-index: 9;
	padding: 0 20px;
	text-align: left;
	line-height: 50px;
}
.lroverlay {
    background: rgba(0,0,0,0);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: .5s ease;
}
.lrrow:hover .lroverlay  {
    background: rgba(0,0,0,.7);
}
.prgl-2 .lrrow {
    max-height: 200px;
    margin: 0 0 1px
}
.prgl-2 .lrrow img {
    height: 200px;
}
.prgl-2 .lrrow h2 {
	padding: 0 15px;
	font-size: 26px;
}
@media (max-width: 1199px) {
	.header .header-wrap .logo img {
    height: 45px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 3px 0px 3px;
    font-size: 14px;
}
	#mainnav ul li a {
		padding: 8px 6px;
	}
	.tokenhed h3 {
		font-size: 28px;
	}
	.product-modal .modal-dialog {
		max-width: 80%;
	}
	.contact-info-con {
		padding-left: 0;
	}
	.main-banner img {
	min-height: auto;
}
}

@media (max-width: 991px) {
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    width: 100%;
}
	.header .header-wrap .logo img {
		height: 45px;
	}
	.fixed-header .logo img {
		padding: 0;
	}
	#myHeader,
	#myHeader.fixed-header {
		padding: 15px 0;
	}
	#myHeader.fixed-header {
		border: 0;
	}
	.mob-hed {
		top: 75px !important;
	}
	#mainnav-mobi {
		position: fixed;
		top: auto;
	}
	.btn-submenu,
	.btn-menu {
		display: block;
	}
	.tokenhed {
		min-height: 120px;
		margin: 0 0 15px;
	}
	.prdtcdetails {
		margin: 0 0 15px;
	}
	.spr-row img {
		height: 50px;
	}
	.crtfc-col img {
		width: 90px;
	}
	.pp-list {
		margin: 0 0 30px;
	}
	.subscribe-sec {
		background-position: -310px center !important;
	}
	.subscribe-rtsec h3 {
		font-size: 26px;
	}
	.subscribe-rtsec p {
		font-size: 14px;
	}
	.subscribe-rtsec {
		padding: 30px 15px;
	}
	.sb-form button {
		padding: 0 18px;
	}
	.blog-content h2 {
		font-size: 16px;
		line-height: 20px;
	}
	.blog-content p {
		line-height: 20px;
		font-size: 14px;
	}
	.cp-row p,
	.cp-link a {
		font-size: 11px;
	}
	.blog-right-panel {
		padding-left: 0px;
		margin-top: 30px;
	}
		.sin-con {
    max-width: 100%;
}
.slick-arrow {
    display: none !important;
}
.banner-inner-page p {
    max-width: 70%;
    }
    .inlinecercol {
    max-width: 22%;
}
.inlinecerb .inlinecercol img {
    height: auto;
    }
    .header-form {
    max-width: 70%;
}
.prsec1 .inlinecercol {
    flex-basis: 30%;
    max-width: 38%;
}
}

@media (max-width: 767px) {
	.header-form {
    max-width: 100%;
}
.prsec1 .inlinecercol,
.prsec2 .inlinecercol {
    flex-basis: 46%;
    max-width: 46%;
}
	.woocommerce-account .woocommerce-MyAccount-navigation li:first-child {
    padding-top: .5rem;
}
	.woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: flex;
flex-wrap: wrap;
justify-content: center;
}

	.woocommerce-account .woocommerce-MyAccount-navigation li {
    border-bottom: 0;
     margin: 0 5px 0 0;
}
	.single-product div.product {
    padding: 0;
}
.single-product .summary.entry-summary{
	margin: 0;
}
.single-product  .wc-tab{
	margin: 0;
}
.single-product  .wc-tab h2 {
    font-size: 20px;
    line-height: 24px;
}
.single-product  .wc-tab ol{
	padding: 0;
}
.woocommerce .content-area .site-main {
    margin: 0;
    padding: 15px;
}
.single-product  .entry .entry-content, 
.single-product  .entry .entry-summary {
    max-width: 100%;
    }
	.product-modal .modal-title {
    font-size: 18px;
    line-height: 20px;
}
	.spr-row img {
    height: 44px;
    padding: 0 5px;
}
	.addcartrow {
		justify-content: center;
		margin: 15px 0 0;
	}
	.top-social {
		text-align: center;
	}
	.ptimg {
		width: 190px;
	}
	.crtfc-sec .col-sm-6 {
		overflow: hidden;
		margin-bottom: 10px;
	}
	.crtfc-col {
		height: 100%;
		padding: 15px;
		justify-content: flex-start;
	}
	.crtfc-col img {
		width: 130px;
		margin: 20px auto 0;
		right: auto;
		position: relative;
	}
	.product-modal .modal-dialog {
		max-width: 95%;
	}
	.sb-form button {
		padding: 0 10px;
		font-size: 10px;
	}
	footer::after {
		bottom: 70px;
	}
	.cp-row {
		flex-direction: column;
	}
	.cp-row p {
		margin: 5px auto 0;
	}
	.innerpg-sec .img-fluid {
		min-height: auto;
	}
	.search-inline {
    right: auto;
}
.banner-inner-page p {
    max-width: 100%;
}
.inlinesl {

    flex-wrap: wrap;
}
.slcol {
    flex-basis: 44%;
}
.midpt {

    flex-direction: column;
}
.midpt h2 {
    margin: 0 0 30px;
    text-align: center;
}
.contact-prtnr h2 {
    margin: 0 0 10px;
    text-align: left;
}
.contact-prtnr .btnsty {
    margin: 0 0 25px;
    display: table;
}
.slcol h2 {
    font-size: 20px !important;
}
.inlinecercol {
    flex-basis: 45%;
    max-width: 45%;
    }
    .inlinecerb .inlinecercol {
    flex-basis: 45%;
    max-width: 45%;
}
.prg-2,
.prgl-2 {
    padding: 0 15px 15px;
}
.prgl-2 .lrrow {
    margin: 0 0 15px;
}
.prgl-2 .lrrow{
	max-height: 250px;
}
.lrrow img, 
.prgl-2 .lrrow img {

    height: 250px;
    }
}

@media (max-width: 576px) {
	.prsec1 .inlinecercol, .prsec2 .inlinecercol {
    flex-basis: 100%;
    max-width: 100%;
}
.inlinecercol,
.inlinecera .inlinecercol,
.inlinecerb .inlinecercol {
    flex-basis: 100%;
    max-width: 100%;
}
.sin-con p {
    font-size: 16px;
    }
    .sin-con h3 {
    font-size: 24px;
}

	.addcartsec {
		margin: 0 6px 0 0;
	}
	.loginopt a {
		font-size: 14px;
		padding: 0 6px;
	}
	.loginopt a::after {
		height: 10px;
	}
	.header .header-wrap .logo img {
		height: 35px;
	}
	.btn-menu {
		top: 8px;
	}
	.mob-hed {
		top: 65px !important;
	}
	.dbs-row img {
		height: 40px;
		margin: 0 10px;
	}
	/*.main-banner img {
		min-height: 280px;
	}*/
	.prdtcdetails {
		padding: 15px;
	}
	.ptimg {
		width: 100%;
		height: 200px;
		margin: 20px 0 0;
		border-radius: 0;
		position: relative;
	}
	.prdtcdetails-left .ptimg {
		border-radius: 0;
		margin: 0 0 20px;
	}
		.spr-row-hold {
    flex-wrap: wrap;
}
.spr-row img {
    height: 40px;
    padding: 0 2px;
    margin: 8px 0;
}
	.section h2 {
		font-size: 30px;
	}
	.pp-list h2 {
		font-size: 20px !important;
	}
	.subscribe-rtsec {
		max-width: 100%;
	}
	.blog-content h2 {
		font-size: 16px !important;
	}
	footer .img-fluid {
		margin: 0 0 20px;
	}
	footer::after {
		bottom: 45px;
	}
	.copyright {
		position: relative;
		z-index: 999;
	}
	.header-section {
		padding: 0; 
	}
	.banner-inner-page h1 {
		font-size: 40px;
	}
	.shop-pagination ul li {
		margin-right: 5px;
	}
	.shop-pagination ul li a {
		height: 30px;
		width: 30px;
		line-height: 28px;
		font-size: 12px;
	}
	.blog-left-panel h1 {
		font-size: 24px;
		line-height: 27px;
	}
}

.section.innerpg-sec h1 {
	color: #222;
}
.wp-block-button__link:active, .wp-block-button__link:focus, .wp-block-button__link:hover, .wp-block-button__link:visited {
	color: #fff;
	background: #712168;
}
.wp-block-button__link {
	background: #222;
}
.partner-form input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
	margin: 10px 0 10px 0;
	padding: 5px;
}
.partner-form {
	background: rgba(0,0,0,0.6);
	padding: 25px;
}
.partner-form .btn-default {
	background: #63055f;
	color: #fff;
	font-size: 16px;
	padding: 10px 30px;
	border: 0;
}
.woocommerce .content-area {
	margin: 10% calc(10% + 30px);
}
.form-row {
	display: block;
}
.socials li i {
	font-size: 16px;
	line-height: 1.2;
}
.cd_lang_section {
    padding: 30px;
    z-index: 9999;
    position: relative;
}
.cd_lang_section .card.card-body {
    max-width: 95%;
    margin: auto;
    overflow-y: scroll;
    padding-top: 15px;
    height: 490px;
}
.cd_lang_section .card.card-body ul.gt-lang-list {
    list-style: none;
}
.cd_lang_section .card.card-body ul.gt-lang-list li {
    width: 24%;
    display: inline-block;
    overflow: hidden;
}




@media screen and (max-width: 900px){
	.cd_lang_section .card.card-body {
		height: 350px;
	}
	.cd_lang_section .card.card-body ul.gt-lang-list li {
		width: 47%;
	}
}



@media screen and (max-width: 767px){
	.header_slider_area {
		margin-top: 122px;
	}
}



@media screen and (max-width: 700px){
	.cd_lang_section {
		padding: 0px 0 15px 0px;
		box-shadow: 0 3px 9px rgba(0,0,0,0.5);
	}
	.cd_lang_section .card.card-body {
		max-width: 100%;
	}
	.cd_lang_section .card.card-body ul.gt-lang-list li {
		width: 48%;
	}
	.cd_lang_section .card.card-body ul.gt-lang-list li a.glink span {
		font-size: 12px;
	}
}
#pmd-accordion-inbox h5 .btn.btn-link:hover, #pmd-accordion-inbox h5 .btn.btn-link:active, #pmd-accordion-inbox h5 .btn.btn-link:focus {
	background: none;
	text-decoration: none;
}
#pmd-accordion-inbox h5 .btn.btn-link {
	color: #000;
	font-size: 20px;
}