@font-face {
    font-family: 'Agency FB';
    font-style: normal;
    font-weight: normal;
    src: local('Agency FB'), url('../fonts/AGENCYB.woff') format('woff');
}
.agency-fb-font {
	font-family: 'Agency FB';
}
a {
	transition:all ease 0.2s;
}
p {
	margin:0 0 20px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:700;
	margin-top:0 !important;
	color: #0d2139;
}
h3 {
	font-size:35px;
}
td p:first-child {
    margin-bottom: 0;
}
.t_t_u {
	text-transform:uppercase !important;
}
.btn-primary {
	background-color: #ff8400;
	border-color: #ff8400;
}
.btn-primary:hover {
    background-color: #333333;
    border-color: #222;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.f18 {
	font-size:18px;
}
#package_row { display:none;}

/* .container {
   width: 1440px;
} */
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	background-color: #ff8400;
	color: #ffffff;
}
.woocommerce button.button:hover {
	opacity: 0.7;
	background-color: #ff8400;
	color: #ffffff;
}

header.main_header {
    padding: 10px 0px;
}

header.main_header .header_inner {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}




/*
top_links
*/
.top_links {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 85%;
	padding-left:30px;
}
.top_links ul {
	margin-bottom:0;
}
/* .top_links li {
	border-left:1px solid #fff;
} */
.top_links li:first-child {
	border:0;
}
.top_links a {
	color:#fff;
}
.cart-icon {
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
}
img.cart-icon-img {
    width: 100%;
    max-width: 40px;
	transition: all ease 300ms;
}
img.cart-icon-img:hover {
    transform: scale(0.9);
}
span.cart-class {
    display: none;
}
a.cart-contents {
    text-align: center;
    font-weight: 800;
    color: #fff;
    background: #0454B5;
    padding: 4px;
    border-radius: 30px;
    width: 23px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    position: absolute;
    top: -12px;
    left: 20px;
    font-size: 15px;
    line-height: normal;
    text-decoration: none;
}
.login_signup {
    position: relative;
    border-radius: 20px;
    border: 2px solid #000;
    width: 100%;
    max-width: 100%;
	transition: all ease 300ms;
}
.login_signup img {
    width: 100%;
    max-width: 35px;
    padding: 3px;
}
.login_signup:hover {
	transform: scale(0.9);
}
.right-header-features ul {list-style: none;margin: 0px;padding: 0px;display: flex;align-items: center;justify-content: space-between;}

.right-header-features ul li {
    padding: 0px 8px;
}

.right-header-features ul li:last-child {
	padding-right:0px !important;
}
/*
logo
*/
.logo {
    float: left;
    width: 15%;
}
.logo a {
	display:block;
	padding-top: 4px;
	text-align: center;
}
/* .blob {
    background: black;
    border-radius: 50%;
    margin: 10px;
    height: 20px;
    width: 20px;
} */
.blob {
    background: #32dc34;
    border-radius: 50%;
    margin: 10px;
    height: 15px;
    width: 15px;
    box-shadow: 0 0 0 0 rgb(5 187 2);
    transform: scale(1);
    animation: pulse 2s infinite;
    display: none;
    position: absolute;
    top: -15px;
    left: 12px;
}
body.logged-in .blob {
    display: block !important;
}
.is-search-icon svg {
    width: 35px;
    display: inline;
}
span.is-search-icon {
    height: auto;
    background: transparent;
    border: none;
}
.is-search-icon:hover, form.is-form-style input.is-search-submit:hover {
    background: transparent;
}
/*
main_menu_bar
*/
/* .main_menu_bar {
	font-weight:500;
	letter-spacing:0.2px;
	text-transform:uppercase;
	text-align:center;
	padding-top: 10px;
} */

.main_menu_bar .main_menu_cont {
	position:relative;
	/*top:-10px;*/
}
.main_menu_bar .main_menu_cont ul {
	margin:0;
	padding:0;
	list-style:none;
}
.main_menu_bar .main_menu_cont li {
	position:relative;
}
.main_menu_bar .main_menu_cont > ul > li {
    display: inline-block;
    padding: 0px 10px;
}
.main_menu_bar .main_menu_cont > ul a {
	display:block;
	color:#080f1b;
	padding:4px;
	text-decoration:none;
	font-size:17px;
	line-height:24px;
}
.main_menu_bar .main_menu_cont > ul > li:hover > a,
.main_menu_bar .main_menu_cont .current-menu-item a,
.main_menu_bar .main_menu_cont .current_page_item a,
.main_menu_bar .main_menu_cont .current_page_parent a {
	color:#ff8400;
}


#responsive-menu-container #responsive-menu-additional-content {
	padding:0 !important;
}
#responsive-menu-container .responsive-menu-button {
	font-size: 20px;
	border: 1px solid #fff;
	display: inline-block;
	width: 40px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	position: absolute;
	right: 20px;
	top:20px;
	cursor:pointer;
}
#responsive-menu-container .responsive-menu-button:hover {
	background-color:#ff8400;
}
ul#menu-main-menu li a {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
    font-size: 18px;
}



/*
**************************
submenu
**************************
*/
.main_menu li:hover > ul.sub-menu {
	display:block;
}
.main_menu>li >ul.sub-menu {
	box-shadow: 2px 2px 18px 2px rgba(0,0,0,0.1);
	top: 79px;
	left: 13px;
	padding: 10px 0;
	z-index: 5;
}
.main_menu>li ul.sub-menu {
	background: rgba(255, 135, 77, 0.90);
	border: 2px solid rgba(255, 255, 255, 0.95); /* rgba(26, 53, 75, 0.95); */
	margin: 0;
	position: absolute;
	width: 210px;
	display: none;
}
.main_menu>li >ul.sub-menu ul {
	top:0;
	left:210px;
	margin-left: -4px;
}
.main_menu>li >ul.sub-menu:before {
	content: "";
	position: absolute;
	top: -16px;
	left: 10px;
	border-bottom: 10px solid rgba(255, 255, 255, 0.90);
	border-left: 10px solid rgba(0,0,0,0);
	border-right: 10px solid rgba(0,0,0,0);
	margin: 0px auto;
	width: 16px;
	height: 16px;
	z-index: 2;
}
.no-arrow:before {
	border: 0 !important;
}
.main_menu>li ul.sub-menu li {
	font-size: 14px;
	text-transform: capitalize;
	text-align: left;
	margin: 0px;
}
.main_menu>li ul.sub-menu .menu-item {
	list-style: none;
}
.main_menu>li>ul.sub-menu>li.menu-item-has-children {
	/*display: table-cell;*/
}
.main_menu>li ul.sub-menu li a {
	display: block;
	padding: 9px 11px;
	transition: all 0.4s linear 0s;
	-webkit-transition: all 0.4s linear 0s;
	color: #fff;
	text-decoration: none;
	background-color:transparent !important;
	line-height: 20px;
}
/*.main_menu>li ul.sub-menu > li.menu-item-has-children > a {
	color: #111;
	text-transform: uppercase;
}*/
.main_menu>li ul.sub-menu li:hover > a {
	color: #fff;
	background-color:#1a354b !important;
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
}


ul.products.columns-4 {
    display: flex;
    justify-content: center;
}



/*
CTA homepage
*/
.vc_cta3 .vc_btn3 {
	padding:5px 35px !important;
}
.vc_cta3 .vc_btn3.vc_btn3-size-lg {
	font-size:20px;
	font-weight:500;
}



/*
welcome homepage
*/
#home_overlap {
	position:relative;
}
@media (min-width:1200px) {
	#home_overlap .col_right {
		position:absolute;
		right:15px;
		top:0;
		padding-left: 60px;
	}
}




/*
home package row
*/
#package_row .wpb_single_image img {
	visibility:hidden;
}
#package_row .cfwc-custom-field-wrapper {
	visibility:hidden;
}
.home_price,
#package_row .woocommerce .products .price {
	line-height: 80px;
    font-size: 78px;
    color: #fff;
    display: block;
	padding-top:20px;
    font-weight: 700;
	margin:0;
}
.home_price em,
#package_row .woocommerce .products .price em {
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
	position: relative;
	top: -17px;
	left: 4px;
}
#package_row .woocommerce .products h2 {
    font-size: 54px;
    color: #ffffff;
    font-weight: 700;
	margin: 66px 0 10px !important;
	border-left: 6px  #ff8400 solid !important;
	padding: 6px 6px 6px 15px !important;
}

#package_row .woocommerce .products .woocommerce-product-details__short-description {
    font-size: 18px;
    color: #ffffff;
    line-height: 23px;
    text-align: left;
}
#package_row .woocommerce .products .button {
	background-color: #ff8400;
    color: #ffffff;
	text-transform:uppercase;
	margin:0;
	line-height:normal;
	border-radius:0;
}
.vc_btn3 {
	background-image:none !important;
}
.vc_btn3:hover,
#package_row .woocommerce .products .button:hover {
	opacity:0.7;
}
.vc_btn3-size-lg,
#package_row .woocommerce .products .button {
	padding:11px 56px !important;
	font-weight:bold !important;
	font-size:30px !important;
}
.btn_brdr .vc_btn3,
#package_row .woocommerce .products .button {
	border:1px solid #fff !important;
}



/*
exploration homepage
*/
.explore_loop {
	line-height:24px;
}
.explore_loop:not(.inner) {
	color:#fff;
}
.explore_loop:not(.inner) a,
.explore_loop:not(.inner) h4 {
	color:#fff;
	text-decoration:none;
}
.explore_loop .heading {
	font-size:20px;
}
.explore_loop.inner .heading {
	font-size:24px;
}
.explore_loop .image {
	display:block;
	border:2px solid #bcbcbe;
	width:100%;
}
.explore_loop .image {
	margin-bottom:16px;
}
.explore_loop:not(.inner) .explore_loop_cont {
	margin-bottom:35px;
}
.explore_loop.inner .explore_loop_cont {
	margin-bottom:30px;
	padding:15px;
	background-color:#fff;
	outline: 1px solid #ddd;
	box-shadow: 0px 2px 2px #aaa;
}





/*
donate circles homepage
*/
/*.donate_circles .vc_column_container {
	padding-bottom:0 !important;
}*/
.donate_circles .wpb_content_element {
	margin:0 auto !important;
}
.donate_circles .wpb_text_column {
	display:table;
	width:100%;
}
.donate_circles .wpb_text_column > .wpb_wrapper {
	display:table-cell;
	font-size:27px;
	background-color:#ff874d;
	border-radius:200px;
	text-align:center;
	font-weight:bold;
	vertical-align:middle;
}
.donate_circles .vc_column-inner strong {
	font-size:48px;
}


.donate_circles .vc_btn3-container {
	position:relative;
	margin-top:30px;
}
.donate_circles .vc_btn3-size-lg {
	font-size:22px !important;
	font-weight:bold;
}
.donate_circles .vc_btn3-size-lg:before {
	width:20px;
	height:32px;
	content:' ';
	position:absolute;
	left:50%;
	top:-32px;
	margin-left:-15px;
	background-color:#31526d;
}
.donate_circles .vc_btn3-size-lg:hover {
	color:#ff874d !important;
}







/*
--------
Home latest-blogs
------------
*/
.lastes-blog-sec.latest-blogs {
    padding-bottom: 38px;
}
.lastes-blog-sec .latest-blog-title {
    position: relative;
    text-align: center;
    font-size: 35px;
    color: #000;
    text-transform: uppercase;
    padding-bottom: 11px;
}
.lastes-blog-sec .latest-blog-title:before {
    content: '';
    border-bottom: 1px solid #ccc;
    position: absolute;
    width: 100%;
    left: 0px;
    right: 0px;
    margin: auto;
    max-width: 673px;
    bottom: -10px;
}
.lastes-blog-sec .lastest-blogs-para{
	font-size: 15px;
	line-height: 25px;
	width: 100%;
	max-width: 1119px;
	text-align: center;
	padding-top: 25px;
	color:  #000;
	font-weight: 500;
	padding-bottom: 28px;
}
.blog-with-img,.blog-without-img {
    border:  1px solid #c0c0c0;
    width:  100%;
    float: left;
	margin-bottom: 24px;
}
.blog-with-img .img-link{
    display: table-cell;
    float:  left;
	width:50%;
}
.blog-with-img .img-link img {
	width:100%;
}
.blog-with-img .content {
    display:  table-cell;
    padding-left: 15px;
    padding-right:  10px;
    padding-top: 21px;
    padding-bottom: 16px;
}
.blog-with-img .top-link,
.blog-without-img .top-link{
    text-decoration:  none;
	color:  #ff874d;
}
.blog-with-img .top-link:hover,
.blog-without-img .top-link:hover{
    text-decoration:  none;
	color:  #ff874d;
}

.blog-with-img a .title,
.blog-without-img a .title{
    font-size:  20px;
    color:  #ff874d;
    font-weight:  500;
}
.blog-with-img a:hover .title,
.blog-without-img a:hover .title{
	opacity:0.7;
}


.blog-with-img .date-details,
.blog-without-img .date-details {
    font-size:  15px;
    color:  #000;
	margin-bottom:12px;
	line-height:18px;
}
.blog-with-img .text-excerpt {
    font-size:  15px;
    color: #000;
    line-height:  22px;
    padding-top:  13px;
    margin-bottom: 27px;
}
.blog-with-img .link,
.blog-without-img .link {
    color:  #ff6b56;
    font-size:  13px;
    font-weight:  500;
    position:  relative;
	text-decoration:none;
}
.blog-with-img .link:before,
.blog-without-img .link:before{
    position: absolute;
    width: 100%;
    content: '';
    border-bottom: 1px solid #ffd7c8;
    bottom: -0px;
}
.blog-with-img .link:hover,
.blog-without-img .link:hover{
    color: #ff874d;
}
.blog-with-img .link:hover:before,
.blog-without-img .link:hover:before{
    border-color: #ff874d;
}
.blog-without-img{
    position: relative;
    padding-left: 120px;
	padding-right:14px;
    padding-top: 22px;
    padding-bottom: 23px;
}
.blog-without-img .date {
    position:  absolute;
    left:  0px;
    width: 93px;
    /* height:  100px; */
    text-align:  center;
    font-size:  55px;
    color:  #ff874d;
    font-weight:  bold;
	top: 24px;
}
.blog-without-img .date span {
    display:  block;
    line-height: 45px;
}
.blog-without-img .date .month {
    font-size:  15px;
	letter-spacing:1.5px;
	font-weight:normal;
	line-height: 2.3;
	text-transform:uppercase;
}
/*--------latest-blogs------------*/






/*
---
contact_footer
-----------
*/
.contact_footer {
    background-color: #eeeeee;
    padding: 25px 42px;
    border-radius: 42px;
}
.contact_footer .contact-from-title {
    font-size: 35px;
    font-weight: 400;
    padding-bottom: 17px;
	color:#000;
}
.contact_footer input{
	font-size: 18px;
	height: 46px;
	border: 1px solid #ccc;
	color: #000;
	border-radius: 27px;
	padding-left: 17px;
}
.contact_footer textarea{
	height: 131px;
    border: 1px solid #ccc;
    color: #000;
    border-radius: 31px;
    padding-left: 17px;
    font-size: 18px;
    padding-top: 18px;
	resize: none;
}
.contact_footer input::-webkit-input-placeholder,
.contact_footer textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
.contact_footer input::-moz-placeholder,
.contact_footer textarea::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
.contact_footer input:-ms-input-placeholder,
.contact_footer textarea:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
.contact_footer input:-moz-placeholder,
.contact_footer textarea:-moz-placeholder { /* Firefox 18- */
  color: #000;
}
.contact_footer .btn{
    font-size: 25px;
    color: #fff;
    font-weight: 400;
	border-radius: 38px;
	background:#41c3ac;
	text-transform:uppercase;
	padding:0 25px;
	border:0;
}
.contact_footer .btn:hover {
	opacity:0.7;
}
.contact_footer .btn:focus:active{
	outline: none;
	box-shadow: none;
}

div.wpcf7-validation-errors {
	border: 2px solid rgb(220, 9, 9) !important;
    color: #fff;
    background-color: #ff2a5b;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #40a713;
    color: #fff;
    background-color: #48ab1d;
    padding: 6px;
}
div.wpcf7-mail-sent-ng {
    border: 2px solid #e41111;
    background-color: rgba(224, 59, 89, 0.98);
} 
.contact_footer .form-group{
	margin-bottom: 13px;
}







/*----footer-bottom--------*/
#footer{
	background-color:  #333333;
	color:  #fff;
	padding:26px 0;
}
#footer a {
    color: #fff;
	text-decoration:none;
}

#footer .footer-menu {
    list-style: none;
	margin:0 auto;
	text-align:center;
}
#footer .footer-menu li {
	padding-bottom:10px;
	margin: 0 5px;
}
#footer .footer-menu li a{
	font-size: 17px;
	text-transform: uppercase;
}
#footer .footer-menu li.current_page_item a{
	color:#ff8400;
}
#footer a:hover {
	opacity:0.7;
}

.footer-copyright {
    padding: 5px 0 5px 0;
    display: block;
    font-size: 15px;
}
/*----footer-bottom--------*/




/*
====================================
scroll_top
====================================
*/
.scroll_top, .scroll_top:focus {
	widows:44px;
	height:44px;
	text-align: center;
	color: #444;
	display: none;
	position: fixed;
	right: 40px;
	bottom: 40px;
	z-index: 999;
	opacity: 0.8;
	overflow: hidden;
	outline:0;
	font-size:20px;
}
.scroll_top:hover {
	opacity: 1;
	color: #000;
}







/* ( BLOG PAGE CSS ) */
.blogPage .blogBox{margin-bottom:20px; padding-bottom:20px; border-bottom:1px solid #ddd;}

.blogDetail h3 a
.blogBox h3,.blogBox h3 a{font-size:24px;color:#ff874d; text-decoration:none;}
.blogBox h3 a:hover{color:#31526d;}
.blogImage{overflow:hidden;position:relative;margin-bottom:20px; border:1px solid #ff874d; width:250px; float:left; margin-right:20px;}
.blogImage img{width:100%;height:auto;}
.blogImage .blogInfo{position:absolute;left:0;top:0;z-index:1;}
.blogImage .blogDate,
.blogImage .blogComments{color:#fff;text-align:center;overflow:hidden;padding:10px;}
.blogImage .blogDate{background:#ff874d;}
.blogImage .blogDate i,
.blogImage .blogComments i{font-size:12px;font-style:normal;display:block;text-transform:uppercase;letter-spacing:-1px;}
.blogImage .blogDate span,
.blogImage .blogComments span{font-size:20px;font-style:normal;display:block;}
.blogImage .blogComments{background:#31526d;}
.blogImage .blogComments a{color:#fff;}
.blogDesc p{font-size:15px;}
.postDetail-info{list-style:none;margin:0 0 10px 0;padding:0;}
.postDetail-info li{color:#8b8b8b;display:inline-block;font-size:14px;}
.postDetail-info li:before{content:"|";margin:0 5px;}
.postDetail-info li:first-child:before{content:"";margin:0px;}
.postDetail-info a{color:#8b8b8b;}
.postDetail-info a:hover{color:#0082c8;}
.blogListFooter span{display:inline-block;font-style:italic;line-height:normal;color:#1f1f1f;font-size:15px;}
.blogListFooter span:before{width:4px;height:4px;content:"";margin:0 5px;background:#1f1f1f;display:inline-block;vertical-align:middle;border-radius:100%;}
.blogListFooter span:first-child:before{content:"";margin:0;width:0;height:0;}
.blogListFooter span i{margin-right:5px;}
.fancyBox{border:1px solid #d6d6d6;border-left:12px solid #0082c8;margin-bottom:20px;padding:30px;}
.fancyBox p{margin-bottom:0;}

/* .blogSideBar .sideBox1 {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 18px;
    display: block;
} */
.blogSideBar .widget_search { padding:0 !important; border:0 !important; }
.blogSearch{background:#f1f1f1;border:1px solid #dddddd;border-radius:8px;padding:30px 25px;margin-bottom:0;}
.blogSearch form{position:relative;}
.blogSearch input[type="text"]{padding:7px 90px 7px 10px;background:#fff;font-style:normal;}
.blogSearch button[type="submit"]{/*position:absolute;right:0;top:0;*/margin-bottom:0;padding:10px 25px;font-size:15px;line-height:normal;margin:0;color:#fff;background:#0454B5;border:0px solid #fff;outline:0;}
.blogSearch button[type="submit"]:hover{background:#0454B5d6;}
.blogSideBar ul{list-style:none;margin:0px;padding:0;}
.blogSideBar ul li:first-child{border-top:0;padding-top:0;}
.blogSideBar ul li{border-top:1px dashed #b0b0b0;margin-left:2px;font-size:14px;}
.blogSideBar ul li a{color:#323232;display:block;padding:10px 0;line-height: 1.3;}
.blogSideBar ul li a:before{content:"\f0da";margin:0 6px 0 5px;display:inline-block;font-family:'Font Awesome 5 Free'; font-weight:900;}
.blogSideBar ul li a:hover{color:#0454B5;text-decoration:none;}
.blogSideBar h4{padding:0 0 8px;font-size:19px;color:#0454B5;font-weight:bold;text-transform:uppercase;}
.blogPage hr{border-color:#d6d6d6;}
.excerpt-read-more {color:#ff874d;}

.post .entry-header {
	margin-bottom:15px;
}
.single .post .entry-header {
	margin-bottom:25px;
	padding-bottom:15px;
	border-bottom:1px solid #ddd;
}



/* ( PAGINATION CSS ) */
.pagination{display:inline-block;}
.pagination a{display:inline-block;color:#a6a6a6;font-size:15px;border:1px solid #e1e1e1;background:#fff;width:45px;height:41px;text-align:center;line-height:41px;float:left;margin-left:1px; text-decoration:none;}
.pagination a:hover,
.pagination .pagActive a{background:#ff6b56;color:#fff;border-color:#ff6b56;}
.pagination .prevPage a,.pagination .nextPage a{background:#31526d;color:#fff;border-color:#fff;font-size:25px;}
/*.pagination .prevPage{margin-right:10px;}
.pagination .nextPage{margin-left:9px;}*/



body.woocommerce-cart .subheader, 
body.woocommerce-checkout .subheader {
    display: none;
}
body.woocommerce-cart div#primary,
body.woocommerce-checkout div#primary {
    padding-top: 5px;
}
.step-content {
    margin-bottom: 0px !important;
    font-weight: 400;
    font-size: 21px;
    font-family: helvetica;
    color: #fff;
}
.steps-num {
    font-size: 80px;
    font-weight: 400 !important;
    font-family: oswald !important;
    text-align: center !important;
    color: #ff8400 !important;
}

.step-heading {
    font-size: 43px;
    font-weight: 400;
    font-family: 'Oswald' !important;
    text-transform: uppercase;
    color: #fff !important;
}
.subheader {
    background-color: #80b8c8;
    background: url(../images/home_package_bg.jpg);
    background-size: cover;
    padding: 120px 0 22px;
    color: #fff;
}
.subheader h1 {
    margin: 0;
    line-height: normal;
    color: #fff;
    font-size: 62px;
    font-weight: 300;
    text-transform: capitalize;
    letter-spacing: 2px;
}
.breadcrumb {
	background-color:transparent;
	padding:0 !important;
	margin:8px auto 0 !important;
}
.breadcrumb ul {
	padding:0;
	margin:0;
	list-style:none;
}
.breadcrumb a {
	color:#fff;
}
.breadcrumb .current-item {
	color:#ff8400;
}

body:not(.home) .content-area {
	padding:65px 0;
}
body.woocommerce-cart .step-row2, 
body.woocommerce-cart .step-row3 {
    opacity: 0.2;
}
body.woocommerce-checkout .step-row1, 
body.woocommerce-checkout .step-row3 {
    opacity: 0.2;
}



/*
contact page
*/
.contact_page button, .contact_page input, .contact_page  select, .contact_page textarea {
	font-size:17px;
}
.footer-contacts a ,
.footer-contacts p,
.footer-contacts  span.with-icon{
	font-size: 17px;
	display: block;
}
.footer-contacts .with-icon{
	position: relative;
	padding-left: 32px;
	margin-bottom: 13px;
}

.footer-contacts .with-icon:before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    content: "\f095";
    position: absolute;
    left: 0px;
    color: #ff8400;
	font-size: 20px;
}
.footer-top  .with-icon:before {
	color:#fff;
}
.footer-contacts .with-icon.phone:before{
	transform: scaleX(-1);
}
.footer-contacts .with-icon.email:before{
	content: "\f0e0";
	font-weight: 900;
}
.footer-contacts .with-icon.address:before{
	content: "\f041";
}









/*
My Account Left Menu
*/
.woocommerce-MyAccount-navigation ul {
	float: left;
	width:100%;
	padding:0 15px 30px 0;
	list-style-type:none;
}
.woocommerce-MyAccount-navigation ul li {
	float: left;
	width: 100%;
}
.woocommerce-MyAccount-navigation ul li.is-active,
.woocommerce-MyAccount-navigation ul li.is-active a {
	color:#546672 !important;
}
.woocommerce-MyAccount-navigation ul li a {
	float: left;
	width: 100%;
	padding: 7px 10px 7px 28px;
	/*border-top: 1px solid #ccc;*/
	position: relative;
	font-size: 17px;
}
.woocommerce-MyAccount-navigation ul li a:before {
	position: absolute;
	top: 5px;
	font-family: 'Font Awesome 5 Free';
	font-weight:900;
	left: 0;
	font-size: 17px;
}
/*.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a {
	border-bottom: 1px solid #ccc;
}*/
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
	content: "\f3fd";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
	content: "\f274";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
	content: "\f019";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
	content: "\f3c5";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
	content: "\f007";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
	content: "\f2f5";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a::before {
	content: "\f09d";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--subscriptions a::before {
	content: "\f021";
}







/*
woocommerce
*/
.woocommerce-form {
	background:#fafafa;
}
.woocommerce-form-login p.form-row:not(.woocommerce-form-row),
.woocommerce-form-login .woocommerce-LostPassword {
	/*display:inline-block;*/
}
.woocommerce-form-login .woocommerce-form__label-for-checkbox {
	padding-left:10px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	padding:8px;
	border: #ccc 1px solid;
	font-size:17px;
}
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
   /* background-color: #363636; */
	background-color: #ff8400;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
   /* background-color: #ff8400; */
	  background-color: #c58541;
}

/* .woocommerce-cart-form .product-remove,
.woocommerce-cart-form .product-thumbnail,
.woocommerce-cart-form .actions  {
	display:none;
} */

.woocommerce form.checkout .col2-set .col-1,
.woocommerce form.checkout .col2-set .col-2 {
    width: 100% !important;
    margin-bottom: 30px;
}
.woocommerce form.checkout .form-row {
	width: 47%;
	float: left;
	padding: 10px;
	min-height: 100px;
	clear:none;
}
.woocommerce form.checkout .form-row.place-order {
	width:100%;
	float:none;
	clear:both;
}
.woocommerce form.checkout .form-row#billing_address_2_field label {
    position: relative !important;
    width: auto !important;
    overflow: visible !important;
    height: auto !important;
    clip: auto !important;
    clip-path: none !important;
    margin-bottom: 5px !important;
}
.woocommerce form.checkout .form-row .select2-container .select2-selection--single {
	height:38px;
}
.woocommerce form.checkout .form-row .select2-container .select2-selection--single .select2-selection__rendered {
	line-height:38px;
	font-size:17px;
}
.woocommerce form.checkout .form-row .select2-container .select2-selection--single .select2-selection__arrow {
	height:36px;
}
.woocommerce form.checkout .form-row#order_comments_field {
	width:100%;
}
.woocommerce-terms-and-conditions-wrapper .checkbox input[type="checkbox"],
.woocommerce-address-fields .checkbox input[type="checkbox"] {
	position:relative !important;
}





/*
single product
*/
.woocommerce div.product form.cart .variations {
	width:auto !important;
}
.woocommerce div.product form.cart .variations td.label {
	line-height:38px;
}
.woocommerce div.product form.cart .variations label {
	color:#111;
	font-size: 18px;
	font-weight: 600;
}
.woocommerce div.product form.cart .variations select {
	padding: 6px 4px;
	border-radius: 2px;
	border: 1px solid #ccc;
}
.summary .single_variation_wrap .woocommerce-variation {
	margin-bottom: 1em;
}
.woocommerce div.product form.cart .button {
    float: none;
}

/*order received page hide reffer*/
/*.wc-item-meta {
	display:none;
}
*/
.cart_item .referral_field {
	display:none;
}





/*
My Account
*/
.woocommerce table.shop_table tbody:first-child tr:first-child td,
.woocommerce table.shop_table thead th {
	background-color: #eee;
}





.woocommerce-cart-form .actions  {
	display:none;
}
.main_menu_bar {
    display: flex;
    justify-content: end;
    align-items: center;
	width:100%;
}

.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover {
    background-color: #c58541;
	color: #ffffff;
}
.woocommerce table.shop_table tbody:first-child tr:first-child td, .woocommerce table.shop_table thead th {
    background-color: #ff8400;
    color: #ffffff;
}
.woocommerce-checkout h3, .woocommerce-cart h2 {
    color: #ff8400;
}
.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: 1.4em;
	padding: 0px;
	margin-bottom: 10px;
	color: #ff8400;
}
.woocommerce form.checkout .col2-set .col-1, .woocommerce form.checkout .col2-set .col-2 {
    background-color: #f5f5f5;
    padding: 20px;
}
.woocommerce table.shop_table {
	background-color: #f5f5f5;
}
/* .woocommerce ul.products li.product a img, .woocommerce div.product div.images img {
    margin-bottom: 10px;
} */
.woocommerce ul.products li.product .price {
    margin-bottom: 10px;
	font-size: 1em;
	color: #000000;
    font-weight: bold;
}
.woocommerce ul.products li.product .button {
    margin-top: 0px;
}
/* .woocommerce ul.products li.product:hover img, .woocommerce-page ul.products li.product:hover img {
    transform: scale(1.01);
} */
.woocommerce div.product .product_title {
    color: #ff8400;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    font-weight: bold;
}
.woocommerce-orders-table__cell-order-actions {
    display: flex;
    column-gap: 10px;
}
.bundled_product_summary .bundled_product_title .bundled_product_title_link {
    display: none;
}
.woocommerce a.added_to_cart {
    background-color: #ff8400;
    color: #ffffff;
    padding: 9px 35px;
    font-weight: bold;
    margin-left: 10px;
    border-radius: 5px;
}

/********************** My Account page Start **********************/

body.woocommerce-account div#primary {
    padding: 0px;
}
.login-inner-row {
    max-width: 705px;
    width: 100%;
    margin: 0 auto !important;
    padding: 50px 40px;
    margin-right: 4% !important;
}
.login-inner-row h2 {
	position: relative;
    padding-bottom: 10px;
    font-size: 50px;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
}
.login-inner-row h2::after {
    content: " ";
    width: 75px;
    background: #FF8400;
    position: absolute;
    height: 8px;
    left: 0;
    bottom: -20px;
    border-radius: 30px;
}
form.woocommerce-form-login {
    border: none !important;
    padding: 0 !important;
    background: transparent;
}
form.woocommerce-form-login label {
    font-family: helvetica;
    font-weight: 100;
    text-transform: capitalize;
}
form.woocommerce-form-login input {
    background: #F8F8F8;
    padding: 18px !important;
    border: none !important;
    border-radius: 6px;
}
form.woocommerce-form-login button.woocommerce-button.button.woocommerce-form-login__submit {
    width: 100%;
    margin-right: 0px;
    font-size: 24px;
    font-family: oswald;
    font-weight: 300;
    text-transform: uppercase;
    padding: 16px;
    letter-spacing: 3px;
    transition: all ease 500ms;
}
form.woocommerce-form-login label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    width: 100%;
    display: block !important;
    padding-left: 0px;
	border-radius: 6px;
}
form.woocommerce-form-login button.woocommerce-button.button.woocommerce-form-login__submit:hover {
    background: #000 !important;
    letter-spacing: 0px;
    transition: all ease 500ms;
}
form.woocommerce-form-login .show-password-input::after {
    font-family: FontAwesome;
    content: "\f070";
	line-height: 1.8;
}
form.woocommerce-form-login .lost_password a {
    font-family: helvetica;
    font-weight: 700;
    text-transform: capitalize;
    color: #ff8400;
    margin-top: 20px;
    display: block;
	
}
body.logged-in .login-form-col {
    width: 100%;
    flex: 100%;
}
body.logged-in .login-inner-row {
    width: 100%;
    margin: 0 auto !important;
    max-width: 1520px;
    padding: 50px;
}
body.logged-in .account-col-2 {
    display: none !important;
}



/********************** My Account page End **********************/

/********************** Shop Page Product CSS Start ***************/

/* ul.products li img {
    margin-bottom: 0px !important;
    border: none;
}

.woocommerce ul.products li.product .button {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    width: 100%;
    text-align: center;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Oswald';
    padding: 20px 50px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: #000;
    font-size: 35px;
    font-weight: 400;
    padding: 15px 0px;
    margin-bottom: 0px;
}

.woocommerce ul.products li.product .product-excerpt {
    font-family: Helvetica;
    font-size: 17px;
    text-transform: capitalize;
    color: #505050;
    margin-bottom: 20px;
}
span.woocommerce-Price-amount span.subscription-details {
    color: #A6A6A6 !important;
}

.woocommerce ul.products li.product .price .amount {
    font-size: 45px;
    font-family: Helvetica;
    font-weight: 400;
}

.woocommerce ul.products li.product .price {
    margin-top: 15px !important;
    display: inline-block;
}
.woocommerce ul.products li.product .price span.subscription-details {
    color: #ccc;
    font-family: poppins;
    font-size: 25px;
    font-weight: 400;
    text-transform: capitalize;
}

.woocommerce ul.products li.product img {
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
}
.woocommerce ul.products li.product .button:hover {
	background: #000 !important;
    letter-spacing: 0px;
    transition: all ease 500ms;
}
body.post-type-archive-product h1.page-title {
    text-align: center;
    font-size: 53px;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 30px;
    line-height: 35px;
	position:relative;
	margin-bottom: 35px;
}

body.post-type-archive-product h1.page-title::after {
    content: " ";
    width: 125px;
    background: #FF8400;
    position: absolute;
    height: 14px;
    bottom: -15px;
    border-radius: 30px;
    left: 0;
    right: 0;
    margin-inline: auto;
}
p.woocommerce-result-count {
    font-size: 22px;
} */


/****************** Shop Page Product CSS End ***************/

/***************** Single Product Page CSS Start ************/

.custom-images img {
    width: 100%;
    max-width: 360px;
}
.woocommerce-product-details__short-description {
    border-top: 1.2px solid #BDBDBD;
    padding-top: 15px;
}
h3.short-description-heading {
    margin-top: 35px !important;
}
.socialshare-box {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-top: 30px;
}

.socialshare-box img {
    width: 23px;
    margin-right: 10px;
}

.socialshare-box h3 {
    font-size: 18px;
    margin-right: 10px;
    font-family: Helvetica;
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: 4px !important;
}
span.heateor_sss_svg {
    width: 28px !important;
    height: 28px !important;
    margin-right: 5px;
}
.entry-summary p.price .amount {
    font-size: 56px;
    font-family: Helvetica;
    font-weight: 700;
}
.entry-summary p.price span.subscription-details {
    font-size: 31px;
    font-family: Helvetica;
    font-weight: 400;
    text-transform: capitalize;
}
.woocommerce-product-details__short-description {
    font-family: helvetica;
    font-size: 17px;
    font-weight: 400;
}
.woocommerce div.product form.cart button.single_add_to_cart_button {
    background-color: #000000;
    padding: 18px 90px;
    border-radius: 5px;
    transition: all ease 300ms;
    font-size: 21px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Oswald';
    letter-spacing: 2px;
}
.woocommerce div.product form.cart button.single_add_to_cart_button:hover {
    background: #ff8400;
    opacity: 1;
}
.woocommerce div.product .product_title {
    font-size: 52px;
    color: #000;
    font-weight: 400;
    margin-bottom: 35px;
}
body.single-product p.price {
    margin-bottom: 30px !important;
}
/* body.single-product div.product {
    display: flex;
    align-items: center;
    justify-content: space-between;
} */
body.single-product div.product div.images img {
    border-radius: 30px;
}

.woocommerce-product-gallery__image--placeholder {
    border: none !important;
}
.woocommerce-product-details__short-description p {
    margin-bottom: 0px;
}
.related-products {
    width: 100%;
    float: left;
    margin-bottom: 70px;
    margin-top: 40px;
}
.related-products h2.package-title {
    text-align: center;
    font-size: 53px;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 30px;
    line-height: 53px;
    position: relative;
	margin-bottom: 75px;
    margin-top: 50px !important;
}
.related-products h2.package-title::after {
content: " ";
    width: 125px;
    background: #FF8400;
    position: absolute;
    height: 14px;
    bottom: -15px;
    border-radius: 30px;
    left: 0;
    right: 0;
    margin-inline: auto;
}
.custom-product-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.related-products ul li h2 {
    margin-bottom: 0px;
}
.related-products ul li h2 a {
    color: #000;
    font-size: 35px;
    font-weight: 400;
    padding: 15px 0px;
    margin-bottom: 0px;
    display: block;
}
.related-products ul li a.add_to_cart_button img {
    float: left;
    width: 20px !important;
    height: auto !important;
    left: 20px;
    position: relative;
}
/***************** Single Product Page CSS End ************/


/**************** Cart Page CSS Start ********************/

body.woocommerce-cart h2.site-title {
    font-size: 53px;
    font-weight: 400;
    text-transform: capitalize;
    padding-bottom: 30px;
    line-height: 35px;
    position: relative;
    color: #000;
    margin-top: 70px !important;
    margin-left: 20px;
}
body.woocommerce-cart h2.site-title::after {
    content: " ";
    width: 75px;
    background: #FF8400;
    position: absolute;
    height: 10px;
    bottom: -15px;
    border-radius: 30px;
    left: 0;
    right: 0;
}

body.woocommerce-cart table.wc-block-cart-items thead {
    visibility: hidden;
}

body.woocommerce-cart td.wc-block-cart-item__image, td.wc-block-cart-item__total {
    width: 100%;
    max-width: 20%;
}
body.woocommerce-cart td.wc-block-cart-item__product {
    width: 100%;
    max-width: 50%;
}
body.woocommerce-cart a.wc-block-components-product-name {
    font-size: 27px;
    font-weight: 400;
    color: #000;
    font-family: 'Oswald';
}
body.woocommerce-cart .wc-block-components-product-price__value {
    font-family: Helvetica;
    font-size: 32px;
    font-weight: 700;
}

body.woocommerce-cart .wc-block-components-product-price {
	font-family: Helvetica;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 400;
}
body.woocommerce-cart .wc-block-components-product-price__value::after {
    content: "/";
    font-weight: 400;
    padding-left: 6px;
    font-size: 20px;
}
body.woocommerce-cart .wc-block-components-product-metadata__description {
    display: none;
}
body.woocommerce-cart button.wc-block-cart-item__remove-link {
    position: relative;
    color: #EB5757 !important;
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    text-decoration: none !important;
}
body.woocommerce-cart button.wc-block-cart-item__remove-link:hover {
    color: #a9a9a9 !important;
    text-decoration: underline !important;
}
body.woocommerce-cart button.wc-block-cart-item__remove-link::before {
    content: "\f2ed";
    font-weight: 900;
    font-family: FontAwesome;
    margin-right: 10px;
    font-size: 16px;
}
body.woocommerce-cart tr.wc-block-cart-items__row:first-child td {
    border-top: none !important;
}
body.woocommerce-cart table.wc-block-cart-items {
    border-bottom: none !important;
}
body.woocommerce-cart td.wc-block-cart-item__total .wc-block-components-product-price {
    font-family: helvetica;
    font-weight: 700;
    font-size: 14px;
    text-transform: capitalize;
    color: #1B1B1B !important;
}
body.woocommerce-cart td.wc-block-cart-item__total .wc-block-components-product-price {
    font-family: helvetica;
    font-weight: 700;
    font-size: 14px;
    text-transform: capitalize;
    color: #1B1B1B !important;
}

body.woocommerce-cart td.wc-block-cart-item__total span.wc-black-formatted-money-amount {
    font-size: 16px !important;
}
body.woocommerce-cart td.wc-block-cart-item__total .wc-block-components-formatted-money-amount {
    font-size: 24px;
    color: #FF8400;
    float: left;
    width: 100%;
}

body.woocommerce-cart td.wc-block-cart-item__total .wc-block-components-formatted-money-amount::after {
    display: none;
}

body.woocommerce-cart .cart-display-none.wc-block-cart__totals-title {
    display: none;
}
body.woocommerce-cart .wp-block-woocommerce-cart-order-summary-totals-block {
    display: none;
}
body.woocommerce-cart .cart-display-block {
    padding: 15px !important;
    font-size: 37px !important;
    text-transform: capitalize !important;
    font-weight: 400 !important;
    font-family: oswald !important;
}
body.woocommerce-cart .wp-block-woocommerce-cart-totals-block {
    background: #F8F8F8;
    padding: 25px;
    border: 1px solid #DFDFDF;
    border-radius: 15px;
}
body.woocommerce-cart .wc-block-components-totals-wrapper {
    border: none;
}
body.woocommerce-cart .wc-block-components-totals-footer-item {
    background-image: linear-gradient(to right, #ababab 33%, rgb(255 255 255 / 0%) 0%);
    background-position: bottom;
    background-size: 20px 2px;
    background-repeat: repeat-x;
    padding-bottom: 30px;
}
body.woocommerce-cart .wc-block-components-totals-coupon__form {
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 9px;
	align-items:center;
}
body.woocommerce-cart button.wc-block-components-button {
    background: #ff8400;
    border: none;
    border-radius: 5px;
    color: #fff;
}

body.woocommerce-cart button.wc-block-components-button:hover {
    background: #000;
}
body.woocommerce-cart button.wc-block-components-panel__button {
    font-family: helvetica;
    color: #7E8492;
    font-size: 15px;
}
body.woocommerce-cart .wp-element-button.wc-block-cart__submit-button {
    background: #FF8400;
    color: #fff;
    font-family: 'Oswald';
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 3px;
    min-height: auto !important;
    padding: 20px 15px;
    border-radius: 6px;
    text-decoration: none !important;
    transition: all ease 500ms;
}

body.woocommerce-cart .wp-element-button.wc-block-cart__submit-button:hover {
    transition: all ease 500ms;
    background: #000;
    letter-spacing: 2px !important;
}
body.woocommerce-cart .badges-img {
    padding: 0px 25px;
}
body.woocommerce-cart .wc-block-components-sidebar-layout {
    display: flex;
    align-items: start;
}
body.woocommerce-cart .wc-block-components-totals-item__description {font-family: helvetica;}

body.woocommerce-cart .wc-block-components-totals-item {
    font-family: helvetica;
}
body.woocommerce-cart .wc-block-components-totals-item__label {
    font-weight: 700;
    font-family: helvetica;
    text-transform: capitalize;
}
/**************** Cart Page CSS End ********************/

/**************** Checkout Page CSS Start ********************/


body.woocommerce-checkout h2.site-title {
    font-size: 53px;
    font-weight: 400;
    text-transform: capitalize;
    padding-bottom: 30px;
    line-height: 35px;
    position: relative;
    color: #000;
    margin-top: 70px !important;
}
body.woocommerce-checkout h2.site-title::after {
    content: " ";
    width: 75px;
    background: #FF8400;
    position: absolute;
    height: 10px;
    bottom: -15px;
    border-radius: 30px;
    left: 0;
    right: 0;
}
body.woocommerce-checkout div#content {
    width: 100%;
    background: linear-gradient(90deg, #ffffff 70%, #F8F8F8 30%);
}
/* body.woocommerce-checkout div#primary {
    width: 75% !important;
    margin: 0 auto;
} */
body.woocommerce-checkout h2.site-title {
    width: 75% !important;
    margin: 0 auto;
}
.wp-block-woocommerce-checkout {
    width: 75% !important;
    margin: 0 auto !important;
}
body.woocommerce-checkout div#content {
    width: 100%;
    background: linear-gradient(90deg, #ffffff 58%, #F8F8F8 42%);
}
body.woocommerce-checkout .wc-block-components-main {
    padding-right: 10.528302%;
}
body.woocommerce-checkout .wc-block-components-checkout-step__heading::before {
    content: " ";
    transform: rotate(180deg);
    height: 1px;
    background: #d6d6d6;
    position: absolute;
    width: 100%;
    bottom: 0;
    top: 13px;
}

body.woocommerce-checkout h2.wc-block-components-title {
    font-family: helvetica;
    text-transform: capitalize;
    font-weight: 400;
    position: relative;
    padding-bottom: 3px !important;
    display: inline-block;
    background: #fff;
    padding-right: 30px !important;
}
body.woocommerce-checkout .wc-block-components-checkout-step__heading {
    position: relative;
}
body.woocommerce-checkout div#billing select {
    height: auto;
    font-family: helvetica;
    line-height: 35px;
    padding-bottom: 15px !important;
}
body.woocommerce-checkout button.wc-block-components-address-form__address_2-toggle {
    font-family: helvetica;
    text-transform: capitalize;
}
body.woocommerce-checkout p.wc-block-components-checkout-step__description {
    display: none;
}
body.woocommerce-checkout .wc-blocks-components-select__container {
    margin-top: 16px;
    margin-bottom: 35px;
}
body.woocommerce-checkout div#billing input, div#billing select, .woocommerce-checkout input#email, .woocommerce-checkout input[type="password"] {
    border: none !important;
    background: #F8F8F8 !important;
    padding: 30px !important;
    height: auto !important;
	font-family: helvetica !important;
}

body.woocommerce-checkout .wc-blocks-components-select__container {
    border: none !important;
}

body.woocommerce-checkout .wc-block-components-text-input label {
    left: 1.5625em;
    line-height: 2.5;
    font-family: helvetica !important;
}
body.woocommerce-checkout .wc-blocks-components-select__label {
    left: 1.6em;
    top: 8px;
    font-family: helvetica;
}
body.woocommerce-checkout .wc-block-components-radio-control-accordion-option {
    box-shadow: none !important;
    border-radius: 0px !important;
    background: #f8f8f8;
    padding: 15px;
}
body.woocommerce-checkout  span#radio-control-wc-payment-method-options-stripe__label {
    font-family: helvetica;
}

body.woocommerce-checkout .wc-block-components-radio-control-accordion-content p {
    font-family: helvetica;
    font-size: 16px;
}
body.woocommerce-checkout .wc-block-components-radio-control--highlight-checked {
	border-radius: 5px;
    box-shadow: inset 0 0 0 1px #ccc;
	background: #f8f8f8;
    padding: 15px;
}
body.woocommerce-checkout button.wc-block-components-panel__button {
    display: none;
}
body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
    border: none !important;
}
body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-coupon-form-block {
    padding: 0px;
    border: none;
}
body.woocommerce-checkout .wc-block-components-totals-wrapper {
    border: none !important;
}
body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-totals-block {
    border: none;
    background-image: linear-gradient(to right, #ababab 33%, rgb(255 255 255 / 0%) 0%);
    background-position: bottom;
    background-size: 19px 2px;
    background-repeat: repeat-x;
    padding-bottom: 30px;
}
body.woocommerce-checkout .wc-block-components-checkout-place-order-button {
    border: none;
    font-family: 'Oswald';
    text-transform: uppercase;
    font-weight: 500;
    font-size: 30px;
    letter-spacing: 2px;
    color: #fff;
    transition: all ease 500ms !important;
    background: #FF8400;
    padding: 14px 20px !important;
    line-height: normal !important;
    height: auto !important;
    border-radius: 5px;
}
body.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover {
    background: #000 !important;
    letter-spacing: 0px !important;
}
body.woocommerce-checkout .wc-block-components-product-metadata__description {
    display: none;
}
body.woocommerce-checkout .wc-block-components-order-summary-item__image {
    margin-top: 10px;
    padding-bottom: 16px;
    position: relative;
    width: 35%;
}
body.woocommerce-checkout .wc-block-components-order-summary-item__image>img {
    max-width: 100% !important;
    width: 100% !important;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
}
body.woocommerce-checkout .wc-block-components-order-summary-item__total-price {
    display: none;
}
body.woocommerce-checkout .wc-block-components-product-name {
    font-size: 27px;
    overflow-wrap: anywhere;
    word-break: break-word;
    font-weight: 400;
    font-family: 'Oswald' !important;
}
body.woocommerce-checkout .wc-block-components-product-price__value {
    font-family: Helvetica;
    font-size: 32px;
    font-weight: 700;
}

body.woocommerce-checkout .wc-block-components-product-price {
    font-family: Helvetica;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    margin-top: 15px;
}
body.woocommerce-checkout .wc-block-components-product-price__value::after {
    content: "/";
    font-weight: 400;
    padding-left: 6px;
    font-size: 20px;
}
body.woocommerce-checkout .wc-block-components-order-summary-item__quantity {
    background: #ff8400 !important;
    min-width: 30px !important;
    min-height: 30px !important;
    border-radius: 60px !important;
    border: none !important;
    color: #fff !important;
    font-size: 18px !important;
}
body.woocommerce-checkout .wc-block-components-totals-footer-item {
    padding-top: 15px !important;
}
body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
    margin-top: 25px;
}
body.woocommerce-checkout .wc-block-components-totals-item__description {font-family: helvetica;}

body.woocommerce-checkout .wc-block-components-totals-item {
    font-family: helvetica;
}
body.woocommerce-checkout .wc-block-components-totals-item__label {
    font-weight: 700;
    font-family: helvetica;
    text-transform: capitalize;
}
/**************** Checkout Page CSS End ********************/








/**************** All Pages CSS Start ********************/
body.woocommerce-order-received div#content {
    background: #ffffff;
}
body.woocommerce-order-received .step-row1, body.woocommerce-order-received .step-row2 {
    opacity: 0.2;
}
body.woocommerce-order-received .step-row3 {
    opacity: 1;
}
body.woocommerce-order-received ul.order_details {
    display: flex;
    justify-content: center;
}
body.woocommerce-order-received .woocommerce-thankyou-order-received {
    font-size: 30px;
    font-weight: 600;
	margin-top: 50px;
    margin-bottom: 40px;
    color: #ff8400;
    text-align: center;
}
body.woocommerce-order-received h2.site-title {
	display: none;
}
body.woocommerce-order-received .woocommerce-order-details h2 {
    margin-bottom: 10px !important;
}
body.woocommerce-checkout .wc-block-components-radio-control--highlight-checked label {
    box-shadow: none !important;
}
body.woocommerce-order-received .woocommerce-order .product-name a, body.woocommerce-order-received .woocommerce-order .subscription-id a {
	color: #ff8400;
}
.ddwcaf-affiliate-statistics-container>a {
    box-shadow: 0 0 3px 0 #ff8400 !important;
}
.ddwcaf-affiliate-statistics-container>a:hover {
    box-shadow: inset 0 0 4px 0 #ff8400 !important;
}
ul.ddwcaf-dashboard-navigation .ddwcaf-dashboard-navigation-item:nth-child(2), 
ul.ddwcaf-dashboard-navigation .ddwcaf-dashboard-navigation-item:nth-child(3), 
ul.ddwcaf-dashboard-navigation .ddwcaf-dashboard-navigation-item:nth-child(6), 
ul.ddwcaf-dashboard-navigation .ddwcaf-dashboard-navigation-item:nth-child(7), 
ul.ddwcaf-dashboard-navigation .ddwcaf-dashboard-navigation-item:nth-child(8) {
    display: none;
}
.ddwcaf-affiliate-statistics-container>a:nth-child(1), 
.ddwcaf-affiliate-statistics-container>a:nth-child(2), 
.ddwcaf-affiliate-statistics-container>a:nth-child(3) {
    display: none;
}
.ddwcaf-commissions-table thead th:last-child {
    display: none;
}
.ddwcaf-commissions-table tbody td:last-child {
    display: none;
}
.ddwcaf-affiliate-dashboard table.shop_table_responsive, 
.ddwcaf-affiliate-dashboard table.shop_table_responsive th, 
.ddwcaf-affiliate-dashboard table.shop_table_responsive td {
    border: 1px solid #ccc;
    padding: 5px;
}
.ddwcaf-affiliate-dashboard table.shop_table_responsive {
    width: 100%;
}
div.dt-buttons:before {
    content: "Export: ";
}









@media screen and (max-width: 1199px) {
ul#menu-main-menu {
  position: absolute;
  background: #383838;
  display: none;
  z-index: 9999999;
}
ul#menu-main-menu li {
  padding: 15px 15px;
  border-bottom: 1px dotted #ffffff;
  width: 100%;
}
/* .toggle-wrap {
  margin-top: -50px;
  margin-bottom: 50px;
  padding: 10px;
  position: relative;
  cursor: pointer;
  float: right;
  
  -webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
} */
.toggle-bar,
.toggle-bar::before,
.toggle-bar::after,
.toggle-wrap.active .toggle-bar,
.toggle-wrap.active .toggle-bar::before,
.toggle-wrap.active .toggle-bar::after {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.toggle-bar {
	width: 38px;
	margin: 10px 0;
	position: relative;
	border-top: 6px solid #303030;
	display: block;
}
.toggle-bar::before,
.toggle-bar::after {
	content: "";
	display: block;
	background: #303030;
	height: 6px;
	width: 38px;
	position: absolute;
	top: -16px;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-ms-transform-origin: 13%;
	-webkit-transform-origin: 13%;
	transform-origin: 13%;
}
.toggle-bar::after {
  top: 4px;
}
.toggle-wrap.active .toggle-bar {
  border-top: 6px solid transparent;
}
.toggle-wrap.active .toggle-bar::before {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.toggle-wrap.active .toggle-bar::after {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
	.main_menu_bar .main_menu_cont > ul a {
	color:#ffffff;
}
}











