/* 
 Theme Name:     Bare bones for Divi
 Author:         Divi theme examples
 Author URI:     http://www.divithemeexamples.com 
 Template:       Divi
 Version:        1.0 
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 


/**** footer ****/
a {
	color: #034DA2;
}
#logo {
	max-height: 100%;
	max-width: 133px;
}

.cart_button {
	margin-left: 22px;
	border-left: 1px solid gray;
	padding-left: 23px;
	font-size: 25px !important;
}

li.user-menu-nav > a > span.glyphicon {
	font-size: 20px;
}

li.user-menu-nav > a > span.badge {
	position: relative;
	top: -12px;
	right: 5px;
}

#nav_cart_details {
	float: left;
	width: 340px;
	overflow: visible;
	z-index: 2;
	height: auto;
	position: absolute;
	right: 0;
	background: #fff;
	top: 94%;
	border: 1px solid #bebebe;
	padding: 10px;
	/*August 16, 2019 - changes for view cart dropdown*/
	overflow: hidden;
    height: 380px;
    overflow-y: scroll;
}

.cart_button > .badge {
	display: block;
	position: absolute;
	top: -6px;
	right: -10px;
	line-height: 16px;
	height: 16px;
	padding: 0 5px;
	color: white;
	text-shadow: 0 1px rgba(0, 0, 0, 0.25);
	
	border-width: 1px;
	border-style: solid;
	border-radius: 10px;
	border-color: gray;
	background-color: #7f8c8d;
  }

.et_header_style_left #et-top-navigation nav > ul > li > a {
	padding-bottom: 12px !important;
	text-transform: uppercase;
	font-size: 14px;
}
.et_header_style_left #et-top-navigation {
	position: relative;
	padding-top: 0;
	padding-left: 0 !important;
	float: right;
}
#main-header {
	padding: 10px 0;
	z-index: 999;
}
.et_header_style_left #main-header .logo_container {
	max-width: 150px;
	position: relative;
	float: left;
}
#footer-widgets .footer-widget ul li {
	width: 50%;
	float: left;
	list-style: none;
	padding-left: 0;
}
#footer-widgets .footer-widget li::before {
	content: unset;
}
.et_pb_gutters3.et_pb_footer_columns4 .footer-widget:nth-child(1) {
	width: 28%;
}
#footer-widgets .footer-widget ul li a {
	color: #fff;
	display: block;
	padding: 0px 0;
	text-decoration: none;
	font-size: 14px;
	line-height: 20px;
	font-family: 'Open Sans', sans-serif;
}
.footer-widget h4.title {
	width: 100%;
	float: left;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 30px;
	font-weight: bold;
}
#footer-widgets {
	padding: 4% 0 0;
}
.footer-widget a.white_text {
	color: #fff;
	font-size: 15px;
}
.footer_text {
	width: 100%;
	float: left;
	color: #fff;
	margin-bottom: 17px;
	font-size: 15px;
	line-height: 28px;
}
.container {
	width: 90%;
	max-width: 1110px;
}
body.et_pb_gutters3.et_pb_footer_columns4 .footer-widget:nth-child(2) {
/* 	width: 20%; */
	margin-right: 2%;
}
body.et_pb_gutters3.et_pb_footer_columns4 .footer-widget:nth-child(3) {
	margin-top: 8%;
}
body.et_pb_gutters3.et_pb_footer_columns4 .footer-widget:nth-last-child(1) {
	margin-bottom: 0;
	margin-top: 6%;
/* 	width: 15%; */
}
#main-footer {
	background-color: #505050;
}
#footer-bottom {
	background-color: #505050;
}
.copyright {
	width: 100%;
	float: left;
	color: #bcbcbc;
	font-size: 12px;
	text-align: center;
	margin-bottom: 20px;
}
.et_pb_gutters3.et_pb_footer_columns4 .footer-widget {
	margin-bottom: 2%;
}
#homepage_banner {
	height: 661px;
}
/*** 25 Mar ***/
#homepage_products .et_pb_column_1_4 {
	border: 2px solid #bebebe;
	border-radius: 12px;
	padding: 15px 6px;
	width: 23%;
	margin-right: 25px;
}
.home_right_link a {
	color: #93c751;
	text-decoration: underline;
	margin-left: 30px;
}
.slider_top_content_inner {
	float: right;
}
.banner_logo_section {
	float: right;
}

/*** 25 Mar ***/

#et_top_search {
	display: none;
}

.et-cart-info {
	display: none;
}

.top_links .menu li {
	float: left;
	display: inline-block;
	padding-right: 10px;
}
.top_links p {
	float: left;
	width: auto;
	padding-right: 15px;
	text-transform: uppercase;
}
.inner_div .menu-header-top-menu-container {
	float: right;
	width: 380px;
	text-align: right;
}
.top_links li a {
    text-transform: uppercase;
	font-size: 14px;
	color: #636363;
}
.top_links {
	width: 685px;
	float: right;
}
nav#top-menu-nav {
    float: right;
    margin-top: 19px;
}
.top_links .menu li:last-child {
    padding-right: 0;
}
.et_header_style_left .et-fixed-header #et-top-navigation {
	padding-top: 0;
}
#top-menu li.top_number a {
    color: #034DA2;
	font-size: 16px !important;
	font-weight: bold;
}
.inner_div {
    float: left;
	width: 50%;
	text-align: right;
}
.banner_logo_section img:last-child {
	margin-right: 0;
}
.top_links p span {
    color: #034DA2;
    font-weight: bold;
}
#homepage_banner .et_pb_module {
	float: left;
	width: 100%;
}
#top-menu li.current-menu-item > a {
    color: #034DA2;
}
.banner_author {
	float: right;
}
.box_class {
    box-shadow: 0px 2px 18px 0px #e9ecf0;
}
.title_sec {
	float: left;
	width: 50%;
	text-align: left;
}
.innerpage_banner {
	float: left;
	width: 100%;
	background: #034da2;
	padding: 62px 0;
	position: relative;
	z-index: 1;
}
.header_cart {
	float: right;
	width: 50%;
	text-align: right;
}
.et_pb_text_0 h1 {
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
	font-weight: 800;
	font-size: 34px;
	color: #ffffff !important;
	text-align: center;
}
.title_sec h1 {
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
	font-weight: 800;
	font-size: 34px;
	color: #ffffff !important;
	text-align: center;
	text-transform: uppercase;
	line-height: 66px;
	padding-bottom: 0;
	text-align: left;
}
.cart_text {
	font-size: 18px;
	color: #fff;
	font-weight: 700;
}
.cart_count {
	color: #8fb9e8;
	font-size: 14px;
	font-weight: 600;
}
.header_cart_inner {
	text-align: left;
	border: 1px solid #2ea3f2;
	border-radius: 5px;
	padding: 10px;
	float: right;
	width: 200px;
	position: relative;
}
#et-main-area {
    float: left;
    width: 100%;
}
#homepage_two_sections .et_pb_column.et_pb_column_1_2:nth-child(1) {
	background: #eeeeee;
	padding: 30px 20px 20px;
	width: 50%;
	margin: 0;
}
#homepage_two_sections .et_pb_column.et_pb_column_1_2:nth-child(2){
	background: #034da2;
	padding: 30px 20px 20px;
	width: 50%;
}
a.cart-contents {
	background: url("images/hdr_cart_icon.png") no-repeat left center / 36px auto;
	padding-left: 60px;
	float: left;
	width: 100%;
	color: #333;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
}
.contact_right li {
    list-style: none;
}
.contact_right ul {
    padding-left: 0;
}
.contact_form .wpcf7-form-control.wpcf7-text {
	width: 73%;
	float: right;
	padding: 7px 10px;
	border: 1px solid #bbb;
}
.contact_form  .wpcf7-form-control.wpcf7-textarea {
	width: 73%;
	float: right;
	padding: 6px 10px;
	border: 1px solid #bbb;
	font-size: 13px;
}
.upr_box {
    float: left;
    width: 100%;
}
.contact_form .contact_btn {
	float: right;
	margin-top: 20px;
	background: #A2CD61;
	border: none;
	padding: 10px 22px;
	color: #034DA2;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
}
.column_left {
	border: 2px solid #bbb;
	padding: 25px 30px;
}
.contact_form p {
    margin-bottom: 12px;
}
.form_fields {
	float: left;
	width: 100%;
	margin: 0 0 30px;
	position: relative;
	z-index: 99;
}
div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
	float: left;
	width: 100%;
	text-align: center;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	border: 2px solid #f7e700;
	float: left;
	width: 100%;
	text-align: center;
}
.form_footer {
    float: left;
    width: 100%;
}
.contact_form .contact_btn:hover {
    color: #A2CD61;
    background: #034DA2;
}
.home.et_header_style_left #main-header .logo_container {
    max-width: 100%;
    position: relative;
    float: left;
    width: 20%;
}
.et_header_style_left #et-top-navigation {
	float: right;
	width: 80%;
}
.inner_buttons {
    float: right;
}
.inner_buttons span.logs {
   background: #ABD267;
color: #034DA2;
text-transform: uppercase;
padding: 10px 43px;
top: 25px;
position: relative;
margin-right: 18px;
font-weight: 900;
font-size: 17px;
border-radius: 5px;
}
.inner_buttons a.top_no {
  color: #034DA2;
text-transform: uppercase;
top: 25px;
position: relative;
font-size: 21px;
font-weight: 700;
}
/*.page-template-default.et_pb_gutters3.et_pb_footer_columns4 .footer-widget:nth-child(1) {*/
/*	display: none;*/
/*}*/
/*.page-template-default.et_pb_gutters3.et_pb_footer_columns4 .footer-widget:nth-child(2) {*/
/*	display: block;*/
/*	width: 36%;*/
/*}*/
/*.page-template-default.et_pb_gutters3.et_pb_footer_columns4 .footer-widget:nth-child(3) {*/
/*	display: block;*/
/*	width: 36%;*/
/*}*/
/*.page-template-default.et_pb_gutters3.et_pb_footer_columns4 .footer-widget:nth-child(4) {*/
/*	display: block;*/
/*	width: 20%;*/
/*}*/
/*.home.logged-in.et_pb_gutters3.et_pb_footer_columns4 .footer-widget:nth-child(1),*/
/*.page-template-default.logged-in.et_pb_gutters3.et_pb_footer_columns4 .footer-widget:nth-child(1){*/
/*	display: block;*/
/*}*/
/*.home.logged-in.et_pb_gutters3.et_pb_footer_columns4 .footer-widget:nth-child(3),*/
/*.page-template-default.logged-in.et_pb_gutters3.et_pb_footer_columns4 .footer-widget:nth-child(2){*/
/*	display: block;*/
/*	width: 20%;*/
/*}*/
/*.home.logged-in.et_pb_gutters3.et_pb_footer_columns4 .footer-widget:nth-child(3),*/
/*.page-template-default.logged-in.et_pb_gutters3.et_pb_footer_columns4 .footer-widget:nth-child(3){*/
/*	display: block;*/
/*	width: 20.875%;*/
/*}*/
/*.home.logged-in.et_pb_gutters3.et_pb_footer_columns4 .footer-widget:nth-child(4),*/
/*.page-template-default.logged-in.et_pb_gutters3.et_pb_footer_columns4 .footer-widget:nth-child(4){*/
/*	display: block;*/
/*	width: 15%;*/
/*}*/

.right_sec {
    float: left;
    width: 78%;
}
.ftr_btns {
    background: #fff;
text-transform: uppercase;
padding: 15px 28px;
top: 59px;
position: relative;
color: #034DA2;
border-radius: 5px;
font-weight: bold;
}
.last_img {
    float: right;
}
.inner_btn {
    float: none;
width: 74%;
margin: 0px auto;
}
.ftr_btns:first-child {
    margin-right: 45px;
}
.page.page-id-98 .innerpage_banner {
	display: none;
}
.et_pb_gutters3 .et_pb_column_1_4 #landing_prod_title {
	margin-bottom: 0;
}
#landing_products_inner .et_pb_module.et_pb_image {
	margin-bottom: 0;
}
#landing_products_inner .et_pb_module.et_pb_text {
	margin-bottom: 10px;
}
#landing_products .et_pb_column_1_4 {
	border: 2px solid #bebebe;
	border-radius: 12px;
	padding: 15px 6px;
	width: 23%;
	margin-right: 25px;
}
#landing_page_two_sec .et_pb_column.et_pb_column_1_2:nth-child(1) {
	background: #034da2;
	padding: 30px 20px 20px;
	width: 50%;
	margin: 0;
}
#landing_page_two_sec .et_pb_column.et_pb_column_1_2:nth-child(2){
	background: #ABD16A;
	padding: 30px 20px 20px;
	width: 50%;
}
#landing_blue_sec_title {
	margin-bottom: 15px;
}
.xoo-el-action-form button.xoo-el-action-btn {
    min-height: 43px;
    font-weight: bold;
    font-size: 17px;
}
.landing_right_link a {
	color: #034da2;
	text-decoration: underline;
	margin-left: 30px;
}
#landing_blue_sec_content_list h3 {
	background-image: url("images/landing_green_arrow.png");
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 30px;
}

/*** 29 Mar ***/

/* #footer-widgets .footer-widget:first-child, 
body.et_pb_gutters3.et_pb_footer_columns4 .footer-widget:nth-child(3),
body.et_pb_gutters3.et_pb_footer_columns4 .footer-widget:nth-child(4) {
	display: none;
} */

/* .logged-in #footer-widgets .footer-widget:first-child, 
body.logged-in.et_pb_gutters3.et_pb_footer_columns4 .footer-widget:nth-child(3),
body.logged-in.et_pb_gutters3.et_pb_footer_columns4 .footer-widget:nth-child(4) {
	display: block;
} */

.top_links ul.menu {
	float: right;
}
.top_links .inner_div p {
	width: 415px;
	padding-right: 0;
}
.et_header_style_left #et-top-navigation nav > ul > li > a:hover {
	color: #034DA2;
	opacity: 1;
}
#cart_details {
	float: left;
	width: 340px;
	overflow: visible;
	z-index: 2;
	height: auto;
	position: absolute;
	right: 0;
	background: #fff;
	top: 94%;
	border: 1px solid #bebebe;
	padding: 10px;
}
#cart_details img {
	max-width: 100px;
	float: left;
	margin-right: 20px;
}
.header_cart_prod_title {
	font-size: 16px;
/* 	text-transform: uppercase; */
	text-transform: unset;
	font-weight: 700;
	color: #333;
	display: table-cell;
	vertical-align: middle;
}
.header_cart_prod_quantity {
	font-size: 16px;
	font-weight: 600;
	color: #333;
	display: table-cell;
	vertical-align: middle;
}
.hdr_cart_prod {
	float: left;
	width: 100%;
/* 	margin: 10px 0; */
	margin: 0;
	display: table;
	height: 80px;
}
.header_cart_total_main {
	float: right;
	width: 100%;
	text-align: right;
	border-top: 1px solid #ddd;
	padding: 10px 0;
	margin: 10px 0;
	border-bottom: 1px solid #ddd;
}
.header_cart_total_main span.header_cart_total_text {
	color: #034DA2;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
}
.cart_link a {
	color: #034DA2;
	font-size: 15px;
	text-decoration: underline;
}
.header_cart_links {
	float: right;
	width: 100%;
	text-align: right;
}
.cart_link a:hover {
	color: #a1ce60;
}
#main-content .container::before {
	background-color: transparent;
}



/*** 29 Mar ***/

.inner_buttons span.logs:hover a {
    color: #ABD267;
}
.inner_buttons span.logs:hover {
    background: #034DA2;
    color: #ABD267;
}
.ftr_btns:hover {
    background: #034DA2;
    color: #fff;
}
.inner_buttons a.top_no:hover {
    color: #ABD267;
}
.et_header_style_left.et_right_sidebar #left-area {
	width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
   float: left;
width: 22%;
border: 1px solid #bbb;
padding: 16px 10px;
}
.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
width: 76%;
border: 1px solid #bbb;
padding: 16px 19px;
}
.woocommerce-MyAccount-navigation li {
padding: 7px 0;
background: url('images/arrow.jpg');
list-style: none;
background-size: 7px 11px;
background-repeat: no-repeat;
padding-left: 28px;
background-position: 14px center;
color: #666;
border-bottom: 1px solid #bbb;
}
.woocommerce-MyAccount-navigation li a {
    color: #666;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
float: left;
width: 22%;
border: 1px solid #bbb;
padding: 0px 0;
}
#left-area ul {
    padding-left: 0;
width: 100%;
padding-bottom: 0;
}
.et_header_style_left.et_right_sidebar #sidebar {
	display: none;
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout {
    border-bottom: none;
}
.account_right {
float: right;
width: 75%;
padding: 0px 19px 0px 0;
margin-bottom: 16px;
}

.inners_div {
float: left;
width: 46%;
background: #f5f5f5;
padding: 10px 0;
}
.woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
    float: left;
    width: 100%;
    margin-top: 50px;
}
.inners_div:nth-child(2) {
    margin-left: 60px;
}
.inners_div ul {
    list-style: inside;
}
.inners_div ul li {
   padding-left: 24px;
line-height: 38px;
}
.inners_div ul li a {
   color: #666;
}
.inners_div h2 {
    padding-left: 24px;
    border-bottom: 1px solid #bbb;
    color: #034DA2;
    font-size: 24px;
}
.woocommerce div.product {
	float: left;
}
.postid-410 .woocommerce-product-gallery { 
	display: none; 
}
.woocommerce.postid-410 div.product div.summary { 
	width: 100%; 
}
/*** 1 Apr ***/
.postid-394 .woocommerce-product-gallery {
	display: none;
}
.woocommerce.postid-394 div.product div.summary {
	width: 100%;
}
body .tc-extra-product-options .cpf-type-select .tmcp-field-wrap label.fullwidth .tmcp-field.tmcp-select {
	float: left;
	width: 100%;
	padding: 10px 10px;
}
.tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap {
	width: 100%;
	position: unset;
}
.tm-extra-product-options .tm-extra-product-options-container {
	  width: 100%;
}
.tm-extra-product-options .cpfclear {
	display: none;
}
/*** 1 Apr ***/

.woocommerce .extra .woocommerce-message {
    margin-top: 0;
}
.woocommerce-MyAccount-content.extra {
    border: none;
    padding-top: 0;
}
.checkout-button.button.alt.wc-forward {
    color: #034DA2;
    background: #A2CD61;
    border: none;
    width: 71%;
    float: right;
    text-transform: uppercase;
    font-weight: bold;
    padding: 8px 7px;
    border-radius: 0;
    font-size: 16px;
}
.woocommerce table.shop_table th {
	color: #034DA2;
}
.woocommerce .woocommerce-info {
    background: #034DA2;
}
.woocommerce-page .quantity input.qty {
    background-color: #fff !important;
    border: 1px solid #bbb !important;
    color: #000 !important;
    border-radius: 0;
    height: auto;
}
#footer-widgets .footer-widget li a:hover {
    color: #A1CF5E;
}
img:hover {
    transform: translate(0, 4px);
}

/*** 3 Apr ***/

.single-product .entry-summary p.price {
	display: none;
}

/*** 3 Apr ***/

/*** 4 Apr ***/

/*.tm-extra-product-options .col-12.cpf-type-select[data-uniqid="5ca20e31632573.46182422"] {
	width: 20%;
}*/

/*** 4 Apr ***/

/*** 5 Apr ***/

.single form.cart .quantity {
	display: none;
}
.tm-extra-product-options .cpf-section.tm-row.tm-cell.col-12.second_pro_options .tm-cell.col-12 {
	width: 30.33%;
	position: unset;
	margin-bottom: 0;
}
.tm-extra-product-options ul.tm-extra-product-options-fields .tm-extra-product-options-field {
	position: relative;
}
ul.tm-extra-product-options-fields .tm-quantity {
	float: right;
	position: absolute;
	right: 10px;
	top: 35px;
	margin: 0;
}
ul.tm-extra-product-options-fields .tm-quantity .tm-qty {
	background: #fff;
	border: 1px solid #bebebe;
	padding: 10px 10px;
}
body.admin-bar.et_fixed_nav.et_secondary_nav_enabled #main-header, 
body.admin-bar.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_enabled #main-header {
	top: 33px;
}
#product-456 .summary.entry-summary {
	display: none;
}
body.woocommerce.postid-456 .woocommerce-tabs.wc-tabs-wrapper {
	display: none;
}
.postid-456 .tm-extra-product-options .cpf-section.tm-row.tm-cell.col-12.main_sec_leaf {
	width: 37%;
}
.postid-456 .tm-extra-product-options .tm-cell.col-12.iscpfdependson.is-epo-depend.leaf_sec_inner-div {
	/*width: auto;*/
}
.postid-456 .product.content.summary_content.populated.cart {
	width: 100%;
}
.post-456.product.type-product {
	width: 100%;
}
.post-456 .tc-totals-form {
	display: none;
}
.post-456 .composite_price .price {
	display: none;
}

/*** 5 Apr ***/

.woocommerce-page .quantity {
	width: auto;
}
table.cart td.product-quantity .qty {
    padding: 0px 3px;
    width: 35px;
    height: 25px;
    font-size: 14px !important;
}
.actions .button.wecb_emptycart {
    background: #F0F0F0;
    color: #034DA2;
    border: none;
    font-size: 13px;
}
  .woocommerce-page  .actions a.button::after {
 	font-size: 23px;
 }
 .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 23%;
}
.woocommerce table.shop_table {
	border: none;
}
.cart-collaterals .cart_totals h2 {
    display: none;
}
.coupon input::-moz-placeholder {
    color: #000 !important;
     font-size: 13px;
}
.coupon {
    background: #fff;
    border: 1px solid #bbb;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 170px;
margin-right: 10px;
padding: 7px 11px;
height: auto;
background: #fff !important;
color: #000 !important;
font-size: 13px !important;

}
.woocommerce .coupon button.button {
 border: none;
background: #9EDC57;
color: #034DA2;
text-transform: uppercase;
font-size: 13px;
font-weight: bold;
padding: 7px 18px;
border-radius: 0;
}
.woocommerce-page .actions button.button::after{
   margin-left: -3px !important;
   font-size: 23px;
}
.woocommerce-cart table.cart img {
	width: 65px;
}
.entry-content thead th, .entry-content tr th {
    background: #f5f5f5;
}
.woocommerce .actions button.button:disabled, .woocommerce  .actions button.button[disabled]:disabled {
   padding: 6px 20px;
border: none;
color: #034DA2;
background: #9EDC57;
text-transform: uppercase;
font-size: 13px;
font-weight: bold;
}
.woocommerce .cart   .actions .button {
   padding: 6px 20px;
border: none;
color: #034DA2;
background: #9EDC57;
text-transform: uppercase;
font-size: 13px;
font-weight: bold;
}
#content-area .cart_totals table th {
    background: #fff;
    color: #555;
}
.continue a.button {
    background: #034DA2;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}

.continue {
    float: right;
}
.woocommerce .cart_totals  a.button.alt::after {
	font-size: 26px;
}
.woocommerce-page  .continue a.button::after {
   	font-size: 26px;
}
.checkout-button.button.alt.wc-forward:hover {
  background:  #034DA2;
  color:  #A2CD61;
}
.continue:hover {
	    background:  #034DA2;
  color:  #A2CD61;
}
.woocommerce .wishlist_table td.product-add-to-cart a {
    display: inline !important;
    margin: 0;
    text-align: center;
    background: #9EDC57;
    color: #034DA2;
    border: none;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0;
}
.woocommerce .wishlist_table td.product-add-to-cart a:hover  {
	 background: #9EDC57;
    color: #034DA2;
}
/*** 8 Apr ***/
.postid-456 .composite_form h4.step_title_wrapper {
	display: none;
}

.postid-456 .tm-extra-product-options-fields ul.tm-extra-product-options-select li.tmcp-field-wrap .tm-tooltip.tcfa-question-circle, 
.tm-extra-product-options-fields ul.tm-extra-product-options-select li.tmcp-field-wrap .tm-tooltip.tcfa-question-circle {
	font-size: 0;
}
.main_prod_divider_sec .cpf-type-divider {
	display: none;
}

.tc-extra-product-options .tmcp-field-wrap span.price.tc-price span.amount {
	display: none !important;
}
.composite_form:not(.paged) .component.options-style-dropdowns .component_inner {
	padding-bottom: 0;
}
#tm-epo-totals .tm-extra-product-options-totals.tm-custom-price-totals {
	float: right;
	text-align: right;
}
#tm-epo-totals .tm-custom-price-totals .tm-final-totals {
	float: left;
	margin-right: 10px;
	font-size: 22px;
	font-weight: 600;
}
#tm-epo-totals .tm-custom-price-totals .tm-final-totals .price {
	font-weight: 600;
	color: #666;
	font-size: 22px;
}
#tm-epo-totals .tm-custom-price-totals dd.tm-final-totals {
	margin-right: 0;
}
.single-product .composite_wrap .composite_button {
	float: right;
	width: 100%;
}
.single-product .composite_form:not(.paged) .composite_wrap {
	float: right;
}
.woocommerce div.product form.cart .single_add_to_cart_button.composite_add_to_cart_button {
	float: right;
}
.postid-456.woocommerce div.product form.cart .single_add_to_cart_button.composite_add_to_cart_button {
	float: right;
}
.woocommerce nav.woocommerce-breadcrumb {
	float: right;
	text-align: right;
	margin-bottom: 0;
}
.woocommerce nav.woocommerce-breadcrumb a {
	font-size: 14px;
}
.woocommerce nav.woocommerce-breadcrumb a.current_page-breadcrumb {
	color: #034da2;
	font-size: 16px;
	font-weight: 600;
}
.woocommerce .woocommerce-breadcrumb a.parent_breadcrumb:nth-child(3) {
	display: none;
}
.woocommerce .woocommerce-breadcrumb .breadcrumb_separator:nth-child(2) {
	display: none;
}
/*** 8 Apr ***/

/*** 9 Apr ***/
.postid-456 .woocommerce div.product form.cart {
	margin: 5px 0 39px !important;
}
.xoo-el-modal {
    z-index: 999999;
}
.xoo-aff-options-list label {
    font-weight: 400;
    float: left;
    padding-right: 8px;
}
.hdr_cart_prod.composite-products-hide {
	display: none;
}
.woocommerce div.product form.cart .single_add_to_cart_button.composite_add_to_cart_button:hover {
	width: 145px;
}
.woocommerce div.product form.cart .single_add_to_cart_button.composite_add_to_cart_button:hover::after {
	line-height: 0;
}
#left-area .woocommerce-notices-wrapper .woocommerce-message {
	background: #034da2;
	color: #fff !important;
	text-align: center;
	padding: 10px 20px !important;
	margin: 10px 0 0;
	line-height: 40px;
}
#left-area .woocommerce-notices-wrapper .woocommerce-message .button {
	color: #034da2;
	font-size: 16px;
	text-transform: uppercase;
}
.woocommerce-message .restore-item {
	background: #fff;
	padding: 10px 20px;
	border-radius: 3px;
	font-size: 16px;
	float: right;
	line-height: 20px;
}
.add_checkout_btn {
	float: left;
	width: 130px;
	margin-right: 15px;
}
.woocommerce div.product form.cart .add_checkout_btn .single_checkout_button {
	width: 100%;
	font-size: 14px;
	background: #a1ce60;
	border-color: #a1ce60;
	border-radius: 0;
	color: #034da2;
	text-transform: uppercase;
}
.woocommerce div.product form.cart .add_checkout_btn .single_checkout_button:hover {
	width: 140px;
}
.woocommerce div.product form.cart .add_checkout_btn .single_checkout_button:hover::after {
	line-height: 0;
}
.xoo-aff-label {
	color: #034DA2 !important;
	font-size: 21px;
	margin-bottom: 9px !important;
}
.xoo-aff-radio .xoo-aff-label {
	color: #000 !important;
	font-size: 14px;
	margin-bottom: 0 !important;
}
.xoo-aff-group.onehalf:nth-child(2) label, .xoo-aff-group.onehalf:nth-child(8) label , .xoo-aff-group.onehalf:nth-child(16) label {
	color: #fff !important;
}
/*** 9 Apr ***/

/*** 10 Apr ***/
.woocommerce div.product form.cart .single_add_to_cart_button.button.alt {
	float: left;
	background: #034da2;
	border-color: #034da2;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	width: 135px;
	border-radius: 0;
}
.woocommerce div.product form.cart .single_add_to_cart_button.button.alt:hover {
	width: 145px;
}
.woocommerce div.product form.cart .single_add_to_cart_button.button.alt:hover::after {
	line-height: 0;
}
/*** 10 Apr ***/

/*** 11 Apr ***/
.product_cat-quick-order .woocommerce-product-gallery {
	display: none;
}
.woocommerce .product_cat-quick-order .summary.entry-summary {
	width: 100%;
}
.woocommerce .product_cat-quick-order .related.products {
	display: none;
}
/*** 11 Apr ***/

/*** 12 Apr ***/
.woocommerce #tm-extra-product-options .tm-cell.col-12.leafstopper_section_main,
.woocommerce #tm-extra-product-options .tm-cell.col-12.accessories_section_main,
.woocommerce #tm-extra-product-options .tm-cell.col-12.otherpros_section_main {
	width: 37%;
	min-width: 1% !important;
	display: block;
	clear: both;
	/*background: #eee;
	margin: 10px 0 20px;
	padding: 10px 0px 10px 20px;
	height: 120px;*/
}
.woocommerce #tm-extra-product-options .tm-cell.col-12 .leaf_sec_inner-div {
	width: 50%;
}
.woocommerce #tm-extra-product-options .col-12.right_side_selection {
	width: 63%;
	min-width: 1% !important;
	/*background: #eee;
	margin: 10px 0 20px;
	padding: 10px 20px 10px 0;
	height: 120px;*/
}
.tm-extra-product-options .tm-cell.col-12.right_side_dropdown {
	width: 30%;
	position: unset;
}
.single-product #main-content .container {
	padding-top: 15px;
}
#left-area .tm-extra-product-options-container ul.tmcp-ul-wrap {
	padding-left: 0;
}
.woocommerce ul.order_details li{
	float: left;
    margin-right: 2em;
    text-transform: uppercase;
    font-size: .715em;
    line-height: 1;
    border-right: 1px dashed #d3ced2;
    padding-right: 2em;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}
/*** 12 Apr ***/

/*** 13 Apr ***/
.woocommerce div.product.product_cat-quick-order form.cart .single_add_to_cart_button.button.alt {
	float: right;
}
.woocommerce div.product.product_cat-quick-order form.cart .tm-epo-totals {
	width: 100%;
	float: right;
	padding-bottom: 0;
}
.tm-has-options .yith-wcwl-add-to-wishlist {
	display: none;
}
.tm-has-options .product_meta {
	display: none;
}
/*** 13 Apr ***/

/*** 15 Apr ***/
.woocommerce #left-area div.product {
	float: left;
	width: 100%;
}
/*** 15 Apr ***/

/*re-captcha (09 Sep)*/
@media only screen and (max-width: 480px){
    .g-recaptcha.wpcf7-recaptcha{
        -webkit-transform: scale(0.70);
        -webkit-transform-origin: 0 0;
        transform: scale(0.70);
        transform-origin: 0 0;
    }
}
