/*
Theme Name: Webfor99.com Theme
Theme URI: https://webfor99.com
Description: Webfor99 Theme.
Author: WebFor99.com
Author https://webfor99.com
Template: Total
Version: 1.1
*/

/*sonam's css start*/
@media (min-width: 1024px) {
    .header-four {
        display: none;
    }
}
#searchform-dropdown.show {
    visibility: visible;
    opacity: 1;
}

#searchform-dropdown {
    z-index: 10000;
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    padding: 15px;
	width: 260px;
	border-top: 3px solid #000000;
    visibility: hidden;
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 7px rgba(0,0,0,0.1);
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: all 0.25s ease-in-out;
}

/* #searchform-dropdown input[type="search"] {
    display: block;
    outline: 0;
    border: 0;
    width: 100%;
    background: #f4f4f4;
    height: auto;
    line-height: 1.65;
    padding: .7em .8em;
    border-radius: 0;
} */
.aws-container .aws-search-label {
    position: absolute !important;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}
.aws-container .aws-search-form .aws-wrapper {
    flex-grow: 1;
    position: relative;
    vertical-align: top;
    padding: 0;
    width: 100%;
	text-align: left;
}
.wpex-responsive .container {
    max-width: 100%;
}
.wpex-border-b {
    border:none;
}

#popupOverlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0);
    z-index: 9998;
}

#popupContent {
    position: fixed;
    top: 60%; left: 68%;
    transform: translate(-50%, -50%);
    background: #000000;
    color: #ffffff;
    text-align: left;
    padding: 20px 40px 80px 40px;
    z-index: 9999;
    width: 30%;
    border-radius: 10px;
}
button.popup-btns {
    font-size: 20px !important;
	padding: 10px 20px;
    margin-right: 40px;
	font-weight: 800;
    border: 1px solid #000000 !important;
    cursor: pointer;
	background: #ffffff;
    color: #000000;
}
button.popup-btns:hover {
	background: #000000;
    color: #ffffff;
	border: 1px solid #ffffff !important;
}

.popup-headings h2{
	font-size: 22px;
    font-weight: 900;
	color: #ffffff;
}
p.popup-para{
	font-size: 22px;
    font-weight: 900;
	color: #ffffff;
}
.currency-custom {
    display: flex;
    justify-content: end;
}
@media (max-width: 767px){
	#popupContent {
    top: 35%;
    left: 47%;
    padding: 40px 40px;
    width: 80%;
}
p.popup-para {
    font-size: 16px;
}
.popup-headings h2 {
    font-size: 20px;
}
.popup-buttons {
    display: inline-flex;
}
button.popup-btns {
    font-size: 18px !important;
    padding: 8px 10px;
    margin-right: 10px;
    font-weight: 800;
}
}
@media (min-width: 768px) and (max-width: 1025px) {
	#popupContent {
    top: 35%;
    left: 47%;
    padding: 40px 40px;
    width: 50%;
}
p.popup-para {
    font-size: 22px;
}
.popup-headings h2 {
    font-size: 22px;
}
.popup-buttons {
    display: inline-flex;
}
button.popup-btns {
    font-size: 18px !important;
    padding: 8px 10px;
    margin-right: 10px;
    font-weight: 800;
}
}
/*404 page*/
.custom-404-page {
    text-align: center;
}
.custom-404-page h1 {
    font-size: 44px;
}
.custom-404-page p {
    font-size: 18px;
}
.custom-404-page a.back-btn {
    color: #ffffff;
    background-color: #000000;
    padding: 10px 20px;
    text-decoration: none;
	border: 1px solid #000000;
}
.custom-404-page a.back-btn:hover {
    color: #000000;
    background-color: #ffffff;
	border: 1px solid #000000;
}


/*sonam's css end*/
/* primary color 000000 */

/* main menu becomes mobile menu at 767 pixels */

/* FOR THIS PROJECT MOBILE MENU BREAKING POINT IS 560 */

.navbar-style-four .dropdown-menu > li.menu-item {	
	float: none;
	margin: 0 auto;
	text-align: center;
}

#menu-main-nav li:first-child {
	float: left;
}

#menu-main-nav li:last-child {
	float: right; margin-top:7px;
}
.custom_menu_lft li a:hover {
    text-decoration: none;
}
.custom_menu_lft li a {
    color: #000000;
}
.custom_menu_lft {
    list-style: none;
}
@media screen and (max-width: 1040px) {
}
@media screen and (max-width: 920px) {
}
@media screen and (max-width: 720px) {
}
@media screen and (max-width: 420px) {
}


@media screen\0 { /* target only ie 8,9,10 */
}



/* Parent stylesheet should be loaded from functions.php not using @import */

/* gallery of photos title tweaks */
.epa-title.wp-caption{
	border:none;
	background:none;
}
/* [END] gallery of photos title tweaks */


/* reviews plugin tweaks */
.wpcr3_leave_text{
	font-size:32px;
}
.wpcr3_respond_1.wpcr3_in_content table.wpcr3_table_2{
	color:inherit
}
.wpcr3_div_2{
	width:100%;
}
#id_wpcr3_ftext{
	width:100%;
	min-width:0
}
.wpcr3_button_1{
	font-family:inherit !important;
	/* custom below */
	background:#2bc07e;
	border:none;
	color:#ffffff;
}
.wpcr3_button_1:hover{
	/* custom below */
	background:#20915f;
	color:#ffffff;
}
.wpcr3_item_name{
	font-size:32px !important
}
.wpcr3_aggregateRating_overallText,
.wpcr3_aggregateRating_reviewCount{
	font-size:24px !important
}
.wpcr3_review .wpcr3_item_name,
.wpcr3_aggregateRating,
.wpcr3_review_datePublished,
.wpcr3_review_author{
	font-size:inherit !important
}
.wpcr3_review_title.wpcr3_caps{
	font-size:24px !important;
	margin-top:10px;
	margin-bottom:10px;
}
.wpcr3_table_2 td{
	padding-right:0
}
.wpcr3_table_2 td input[type="text"]{
	width:300px;
}
.wpcr3_table_2 td input[type="text"],
.wpcr3_table_2 td textarea{
	font-size:14px;
}
@media screen and (max-width: 720px) {
.wpcr3_table_2 td input[type="text"]{
	width:100%;
}
}
/* [end] reviews plugin tweaks */



/* top bar telephone */
#top-bar-content span.ticon-volume-control-phone{
	/*
	font-size:18px;
	background:#fff;
	padding:5px 10px;
	border-radius:3px;
	display:inline-block;*/ /* always */
}
/* [end] top bar telephone */






























/* ******************** */
/* custom design blocks */
/* ******************** */
.cust-block,
.cust-block-1-1,
.cust-block-2-2,
.cust-block-3-3,
.cust-block-4-4,
.cust-block-5-5{
	width:100%;
}
.cust-block-1-2{
	width:50%;
}
.cust-block-1-3{
	width:33.33%;
}
.cust-block-2-3{
	width:66.66%;
}
.cust-block-1-4{
	width:25%;
}
.cust-block-2-4{
	width:50%;
}
.cust-block-3-4{
	width:75%;
}
.cust-block-1-5{
	width:20%;
}
.cust-block-2-5{
	width:40%;
}
.cust-block-3-5{
	width:60%;
}
.cust-block-4-5{
	width:80%;
}
.cust-block,
.cust-block-1-1,
.cust-block-1-2,
.cust-block-2-2,
.cust-block-1-3,
.cust-block-2-3,
.cust-block-3-3,
.cust-block-1-4,
.cust-block-2-4,
.cust-block-3-4,
.cust-block-4-4,
.cust-block-1-5,
.cust-block-2-5,
.cust-block-3-5,
.cust-block-4-5,
.cust-block-5-5{
	float:left;
	box-sizing: border-box;
}
@media screen and (max-width: 380px) {
.cust-block-1-2{
	width:100%;
}
.cust-block-1-3{
	width:100%;
}
.cust-block-2-3{
	width:100%;
}
.cust-block-1-4{
	width:100%;
}
.cust-block-2-4{
	width:100%;
}
.cust-block-3-4{
	width:100%;
}
}
@media screen and (min-width: 381px) and (max-width: 720px)  {
.cust-block-1-2{
	width:50%;
}
.cust-block-1-3{
	width:100%;
}
.cust-block-2-3{
	width:100%;
}
.cust-block-1-4{
	width:50%;
}
.cust-block-2-4{
	width:100%;
}
.cust-block-3-4{
	width:100%;
}
}

.cust-block img{
	max-width:100%;
}
/* ******************** */
/* [end] custom design blocks */
/* ******************** */
/* ************************* */
/* custom home page sections */
/* ************************* */
.cust-home-section{
	box-sizing: border-box; 
	padding:80px 0;
	border-bottom:1px dashed #bbbbbb
}
.cust-home-section-inner{
	max-width:1040px;
	margin:auto;
	overflow:hidden;
}
@media screen and (max-width: 720px) {
}
@media screen and (max-width: 920px) {
.cust-home-section{
	padding:40px 20px;
}
}
/* ************************* */
/* [end] custom home page sections */
/* ************************* */
/* ************************* */
/* custom home page sections style */
/* ************************* */
.cust-home-section-title{
	font-size:32px;
	font-weight:bold;
	margin-bottom:50px;
	text-align:center;
	color:#2bc07e; /* green */
	color:#121212;
	color:#1e4d6c; /* azul */
	text-transform:uppercase
}
.cust-home-section-subtitle{
	font-size:24px;
	margin-bottom:50px;
	text-align:center;
	color:#2bc07e; /* green */
	color:#121212;
	color:#1e4d6c; /* azul */
	color:#444444; /* dark gray */
}
.cust-home-section-sub-title,
.cust-block-title{
	font-size:24px;
	font-weight:bold;
	margin-bottom:30px;
}
@media screen and (max-width: 720px) {
}
@media screen and (max-width: 920px) {
.cust-home-section-title{
	font-size:28px;
	margin-bottom:30px;
}
.cust-home-section-subtitle{
	font-size:21px;
	margin-bottom:30px;
}
}

.cust-home-section-desc{
	font-size:18px;
	margin-bottom:50px;
	overflow:hidden;
	line-height:normal
}
.cust-home-section-desc > div.cust-block-1-2{
	padding-right:40px
}
.cust-home-section-desc > div.cust-block-1-2:last-child{
	padding-right:0
}
@media screen and (max-width: 720px)  {
.cust-home-section-desc > div.cust-block-1-2{
	width:100% !important;
	padding-right:0;
	margin-bottom:20px;
}
.cust-home-section-desc > div.cust-block-1-2:last-child{
	margin-bottom:0
}
}
.cust-home-section-desc-title{
	font-size:24px;
	margin-bottom:20px;
	color:#1e4d6c; /* azul */
}

.cust-home-section-inner-block{
	margin-bottom:50px;
	overflow:hidden;
}

.cust-home-section-inner > div:last-child{
	margin-bottom:0
}
/* ************************* */
/* [end] custom home page sections */
/* ************************* */
/* ************************* */
/* custom other classes */
/* ************************* */
.cust-hide{
	display:none !important
}
/* ************************* */
/* [end] custom other classes */
/* ************************* */
/* ************************* */
/* custom other classes */
/* ************************* */
.cust-txt-center{
	text-align:center !important
}
/* ************************* */
/* [end] custom other classes */
/* ************************* */
/* ********************************** */
/* convert header tags to normal text */
/* ********************************** */
.header-to-normal-text{
	line-height:inherit !important; 
	font-weight:inherit !important; 
	font-family:inherit !important;
	font-size:inherit !important;
	display: inline !important;
	padding:0 !important;
	margin:inherit !important; 
	margin:0 !important;
	color:inherit !important;
}
/* ********************************** */
/* [end] convert header tags to normal text */
/* ********************************** */


















































/* hide extra fields from profile settings, working together with hook in functions.php */
.woocommerce-EditAccountForm.edit-account > .woocommerce-form-row--first,
.woocommerce-EditAccountForm.edit-account > .woocommerce-form-row--last,
.woocommerce-EditAccountForm.edit-account > .woocommerce-form-row--wide {
	display: none;
}






/* THIS NICELY FORMAT AND ALIGN INPUT FIELDS IN BILLING AND SHIPPING ADDRESS IN WC USER ACCOUNT */
.woocommerce-address-fields__field-wrapper > p > label{
	width:250px !important;
	display:block;
	max-width:100%;
}
.woocommerce-address-fields__field-wrapper > p > span{
	width:350px !important;
	display:block;
	max-width:100%;
}
.woocommerce-address-fields__field-wrapper > p > span input{
	width:100% !important;
}











/* wocommerce button borders */
.woocommerce .button,
.shop_table .coupon button,
.wc-proceed-to-checkout a:not(.woocommerce-privacy-policy-link),
.form-row.place-order a:not(.woocommerce-privacy-policy-link),
.single_add_to_cart_button,
.button.add_to_cart_button,
#place_order,
.woocommerce-address-fields p button[type="submit"],
.woocommerce-Button.button,
.woocommerce-mini-cart__buttons.buttons .button.checkout.wc-forward{	
	border:1px solid #000000 !important
}


/* shop and archives button and price */
.button.add_to_cart_button{
	font-size:10px !important;
	border-radius:0 !important;
	padding:5px 10px !important;
}






/* this disables border and leave button gray when a variation needs to be chosen before button becomes active and with stylingg */
.woocommerce .product .summary .single_add_to_cart_button.wc-variation-selection-needed, 
.woocommerce .product .summary .added_to_cart.wc-variation-selection-needed{
	border:0 !important;	
}









/* buttons in login, signup, lost pass forms */
#wpum-submit-login-form input.button,
#wpum-submit-registration-form input.button,
#wpum-submit-password-recovery-form input.button,
#wpum-submit-account-form input[type="submit"]{
	border:1px solid #000000	!important
}







/* other theme buttons */
.theme-button, button, input[type="submit"]{
	border:1px solid #000000	!important
}











/* contact form 7 button */
.wpcf7-form-control.wpcf7-submit{
border:1px solid #000000 !important
}




/* contact form 7 input border color upon submission error */
.wpcf7-not-valid{
	border-color:red !important
}











/* margin between nav menu and content */
body:not(.home) #site-navigation-wrap{
	/*margin-bottom:25px*/
}
body:not(.home) header{
	margin-bottom:30px
}
@media screen and (max-width: 1040px) { /* margin between main content and header in mobile views */
body:not(.home) #main{
	margin-top:20px
}
}








/* phone number color when in mobile */
.cust-phone,
.cust-phone a{
	color:#000000 !important
}
















/* login, signup, lost password forms */
.login-form-wrapper,
.signup-form-wrapper,
.lost-pass-form-wrapper{
	width:45%;
	border:1px solid;
	padding:10px 20px;
}
.lost-pass-form-wrapper{
	margin:auto
}

.login-separator-wrapper{
	width:10%;
	text-align:center;
	font-size:24px;
	padding-top:100px
}
.login-title{
	font-size:24px
}
@media screen and (max-width: 720px) {
.login-form-wrapper,
.signup-form-wrapper{
	width:100%;
}

.login-separator-wrapper{
	width:100%;
	padding:20px 0
}
}
@media screen and (max-width: 380px) {
}
@media screen and (min-width: 721px)  {
}
@media screen and (min-width: 1040px)  {
}









/* top bar */
#top-bar-content span.ticon{
	/*font-size:14px;
	color:#000000*/
	font-size:inherit;
	color:inherit;
}
#top-bar-content a:hover{
	text-decoration:none
}












/* aside search form */
#header-two-search{
	border:0px solid red;
	float:left !important;
	margin-top:0;
}
#header-two-search-input{
	/*width:350px !important;*/
	height:50px !important;
	font-size:18px !important;
	color:#121212
}
#header-two-search-submit{
	width:49px !important;
	height:50px !important;
	font-size:18px !important;
	color:#ffffff !important;
	background:#000000 !important
}

@media screen and (max-width: 1040px)  {
#header-two-search-input{
	/*width:250px !important;*/
	min-width:250px !important;
}
#header-aside{
	float:right;
	clear:none
}
}
@media screen and (max-width: 720px) {
#header-two-search{
	float:right !important
}
#header-two-search-input{
	/*width:350px !important;*/
	min-width:350px !important;
}
}
@media screen and (max-width: 480px) {
.header-account{
	margin-left:0px;
}
#header-two-search-input{
	/*width:250px !important;*/
	min-width:250px !important;
}
}
@media screen and (max-width: 360px) {
}


/* aside user actions: my account, avatar, logout, etc */
.header-aside-content.clr{
	float:right
}
.header-user-actions{

}
.header-account{
	float:left;
	font-size:18px;
	padding:10px 15px 11px;
	margin-left:5px;
}
.header-avatar{
	border:0px solid green;
	float:right;
	height:50px;
	margin-left:5px
}
.header-avatar img{
	width:50px !important;
	height:50px !important;
}
.header-logout{
	border:0px solid green;
	float:right;
	background:#000000;
	color:#ffffff;
	font-size:18px;
	padding:11px 15px 12px;
}


.header-account{
	border:1px solid #000000;
	background:#ffffff;
	color:#000000;
}
.header-account:hover{
	background:#000000;
	color:#252525;
}

@media screen and (min-width: 1040px)  {
}
@media screen and (max-width: 920px) {
}
@media screen and (max-width: 720px) {
	#site-logo,
	#header-aside{
		float:none;
		margin:auto;
		border:0px solid red
	}
	#header-two-search{
		width:100%;
		border:0px solid green;
	}
	#header-two-search-input{
		width:100% !important
	}
	#header-two-search-submit{
		float:right;
		margin-top:-50px;
	}
	.header-user-actions, .header-aside-content{
		display:none !important
	}
	
	
	.wpex-inline.free-shipping{
		display:none !important
	}
}
@media screen and (max-width: 480px) {
}
@media screen and (max-width: 380px) {
}




















/* contact form with no names */
.cust-main-form-fields p:not(:last-child){
	margin-bottom:10px;
}
.cust-main-form-fields p input[type="text"],
.cust-main-form-fields p input[type="email"],
.cust-main-form-fields p input[type="tel"],
.cust-main-form-fields p textarea{
	padding:15px;
	font-size:16px;   width:100%;
}
.cust-main-form-fields p textarea{
	height:100px
}
.cust-main-form-fields p input:focus,
.cust-main-form-fields p textarea:focus{
	border-color:red
}
.cust-main-form-fields p input[type="submit"]{
	font-size:24px;
	width:100%;
	padding:10px 20px;
}























/* nav menu social icons */
/* add menu item with class: nav-social nav-facebook (nav-"socialNetwork") */
.sidr-class-nav-social{
	display:none /*don't display on mobile menu */
}
.nav-social a,
.sidr-class-nav-social a{
	border-radius:50%;
	text-align:center !important;
	margin-top:7px !important;
	margin-left:6px !important;
	height:26px !important;
	width:26px !important;
	line-height:0px !important;
	padding:0 !important;
	top:4px;
	color:#ffffff
}
.sidr-class-nav-social a{
	margin-left:20px !important;
	margin-top:0 !important
}
.nav-social a span,
.sidr-class-nav-social a span{
	font:normal normal normal 14px/1 ticons !important; /* initial font size */
	padding:0  !important;
}
.nav-social a span:before,
.sidr-class-nav-social a span:before{
	padding-top:6px !important;
	margin-left:-6px;
}
@media screen\0 { /* target only ie 8,9,10 */
    .nav-social a span:before,
	.sidr-class-nav-social a span:before{
        margin-left:7px;
    }
}
.nav-social.nav-facebook a span,
.sidr-class-nav-social.nav-facebook a span{ /* a little more padding for facebook icon */
	padding-left:2px !important;
}
/* icon size */
/*
.nav-social a{
	height:30px !important;
	width:30px !important;
	line-height:32px !important;
}
.nav-social a span{
	font-size:18px !important;
	padding-left:4px !important;
}
*/


/* trick to hide element text but leave generated text visible */
.nav-social a span,
.sidr-class-nav-social a span{	
	text-indent: 4000px !important;
	display: inline-block;
	position:absolute;
}
.nav-social a span:before,
.sidr-class-nav-social a span:before{
	text-indent:0;
	float: left;
}

/* particular icon */
.nav-social.nav-facebook a,
.sidr-class-nav-social.sidr-class-nav-facebook a{
	background:#3b5998 !important;
}
.nav-social.nav-facebook a span:before,
.sidr-class-nav-social.sidr-class-nav-facebook a span:before{
	content:"\f09a";
}
/* particular icon */
.nav-social.nav-twitter a,
.sidr-class-nav-social.sidr-class-nav-twitter a{
	background:#00aced !important;
}
.nav-social.nav-twitter a span:before,
.sidr-class-nav-social.sidr-class-nav-twitter a span:before{
	content:"\f099";
}
/* particular icon */
.nav-social.nav-youtube a,
.sidr-class-nav-social.sidr-class-nav-youtube a{
	background:#C4302B !important;
}
.nav-social.nav-youtube a span:before,
.sidr-class-nav-social.sidr-class-nav-youtube a span:before{
	content:"\f167";
}
/* particular icon */
.nav-social.nav-instagram a,
.sidr-class-nav-social.sidr-class-nav-instagram a{
	background:#305777 !important;
}
.nav-social.nav-instagram a span:before,
.sidr-class-nav-social.sidr-class-nav-instagram a span:before{
	content:"\f16d";
}






















/* header aside content (2 sections) */
#header-aside{
	width:70%;
}
.header-mid-wrapper{
	float:left;
	margin-right:30px;
}
.header-mid-wrapper-inner{
	margin-top:0px
}
.header-right-wrapper{
	float:right
}
.header-right-inner-left{
	float:left
}
.header-right-inner-left img{
	height:60px
}
.header-right-inner-right{
	float:right
}
.header-item{
	font-size:16px;
	line-height:normal;
	color:#bf6828;
	margin-bottom:0px;
}
.header-phone{
	font-size:32px;
	margin-bottom:-4px !important
}

.header-social-profile{
	float:left;
	margin-right:20px;
}
.header-social-profile a{
	color:#bf6828;
	font-size:24px
}

@media screen and (max-width: 920px) {
#header-aside{
	width:auto;
}
.header-right-wrapper{
	float:left !important
}
.header-mid-wrapper-inner{
	margin-top:0
}
}


.header-mid-wrapper.pointer-img{
	margin-right:10px;
}
.header-mid-wrapper.pointer-img img{
	height:56px
}

.header-right-wrapper.telephone-icon{
	margin-right:0px;
}
.header-right-wrapper.telephone-icon span.ticon{
	font-size:52px !important
}








/* main nav menu items font size */
nav#site-navigation .cust-menu-tab-banner img{
	height:50px;
	margin-top:-3px
}









/* header sections */
#top-bar-content{
}
#top-bar-social{
}
#top-bar-social-alt{
}
#header-aside .header-aside-content.clr{
}













/* make top bar left content centered in desktop */
/*
#top-bar{
	text-align:center
}
#top-bar-content{
	float:none !important
}
*/










/* header aside phone email and social icons all in one row */
@media screen and (max-width: 720px) {
#header-aside .header-aside-content.clr{
	/*margin:auto;
	float:none;
	width:350px; */ /* adjust container width to center elements */

}
}
/*
#header-aside .header-aside-content.clr a{
	color:#000000;
	font-size:22px;
	margin-left:15px;
}

#header-aside .header-aside-content.clr .header-aside-social a{
	width:30px;
	height:30px;
	font-size:18px;
	border-radius: 50%;
	display:inline-block;
	text-align:center;
	color:#ffffff;
	margin-left:0;

}
#header-aside .header-aside-content.clr .header-aside-social a.soc-fb{
	background:#3b5998;
}
#header-aside .header-aside-content.clr .header-aside-social a.soc-tw{
	background:#00aced;
}
#header-aside .header-aside-content.clr .header-aside-social a.soc-yt{
	background:#990000;
}
#header-aside .header-aside-content.clr .header-aside-social a.soc-ig{
	background:#305777;
}
*/









/* top bar social different display for mobile */
/* on desktop displays actual phone and email and mobile short version "call" "email" */
/* works for content aside and top bar left content */

.tb-info-mobile{
	display:none;
}
@media screen and (max-width: 1040px) {
}
@media screen and (max-width: 920px) {
}
@media screen and (max-width: 720px) {
#top-bar-content .wpex-inline{
	display:inline-block !important
}
#top-bar-content .wpex-inline:not(:last-child){
	margin-right:20px !important;
}
.tb-info-desktop{
	display:none;
}
.tb-info-mobile{
	display:inline-block !important;
}
}
@media screen and (max-width: 420px) {
	
	.sidr-class-aws-search-form input[type="search"] {width: 80% !important;float: left;margin-left: 20px;border-top-right-radius: 0;border-bottom-right-radius: 0;margin-top: 10px;}
	.sidr-class-aws-search-clear {display: none;}
	.sidr-class-aws-search-btn.sidr-class-aws-form-btn {background: #ededed;width: 10%;	float: left;border-top-right-radius: 3px;border-bottom-right-radius: 3px;
	padding: 7px 3px 0;margin-top: 10px;}
	.sidr-class-mobile-menu-searchform {clear: both;}
	.sidr-class-mobile-menu-searchform {display: none;}
}







/* make left top bar content float left and social content float right */

#top-bar-content{
	float:left !important
}
#top-bar-social{
	float:right !important;
	padding-top:0px !important
}

@media screen and (max-width: 1040px) {
}
@media screen and (max-width: 920px) {
}
@media screen and (max-width: 720px) {
/* make social alt centered */
/*
#top-bar-content{
	float:none !important
}
#top-bar-social-alt {
	float:none !important;
	text-align:center
}
*/
}
@media screen and (max-width: 420px) {
}

















/* further style navigation menu tab with class "menu-button" */
#site-navigation ul li.menu-button a span.link-inner{
	font-size:16px;
	background:#d60000 !important;
	border:1px solid #d60000 !important;
	color:#ffffff;
	text-shadow: 1px 1px #121212;
}
#site-navigation ul li.menu-button a span.link-inner:hover{
	background:#ffffff !important;
	color:#d60000 !important;
	text-shadow:none
}

/*************New Style Css *************************/

.navbar-style-four .dropdown-menu {
	float: none;
	display: table !important;
	width: 100%;
	position: relative;
}

#menu-main-nav li.home-page a {
	padding-left: 0;
}

#menu-main-nav .search-toggle-li a {
	padding-right: 0;
}

#menu-main-nav .home-page {	float: none;text-transform: uppercase; padding-left:10px; text-align: left;}
#menu-main-nav li a {text-transform: uppercase;}
#menu-main-nav .search-toggle-li{float:none; padding-right:10px;}

body:not(.home) #content-wrap {padding: 20px 0;}
.woocommerce .woocommerce-ordering {float: left;}

.woocommerce .woocommerce-ordering select {font-size: 14px;color: #8b8d94;}
.woocommerce .woocommerce-result-count {	float: right;	color: #b4b5bb;	opacity: 10;	font-family: roboto;}

.wpex-loop-product-images .wpex-loop-product-add-to-cart > .button, .wpex-loop-product-images .wpex-loop-product-add-to-cart > .added_to_cart {	width: auto;float: right; font-size: 14px !important; text-transform: capitalize;}

.products .product:hover .wpex-loop-product-add-to-cart {bottom: 3px;}

.woocommerce .product .summary .price .woocommerce-Price-amount.amount {
	font-size:15px !important;	color: #333;}

.woocommerce .product .summary .price {
    margin: 0;
    font-family: roboto;
    font-weight: 800;
    font-size: 15px;
}

.woocommerce .product .cart .variations label {
	color: #333;	font-weight: 600;	text-transform: uppercase;	font-size: 13px;}


.woocommerce .product .cart .variations {width: 50%;}

.woocommerce .product .cart .variations select {font-size: 14px;color: #8b8d94;}
.woocommerce .product .cart .variations .reset_variations {
	color: #b4b5bb;text-decoration: underline;}

.woocommerce-tabs .tabs li > a {	text-decoration: none;	text-transform: uppercase;
	font-weight: bold;	font-size: 15px; border-top: 3px solid transparent;	line-height: 40px;color: #b4b5bb;}

.woocommerce-tabs .tabs li {	position: relative;	float: left;	padding-top: 20px;
	margin-left: 40px;	list-style: none;}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    border-bottom-color:#333;}

.woocommerce-tabs ul.tabs {
	margin: 0 0 30px;border-top: 1px solid #e8e8e8;border-bottom: none !important;}

.woocommerce-tabs ul.tabs li.active a {border-top: 3px solid #333;border-bottom: 0px; color:#333;}
.woocommerce-tabs ul.tabs li {	margin: 0 40px 0 0;}

.woocommerce .shop_attributes th {
	color: #85868c;	text-transform: capitalize;	font-size: 14px;}

.woocommerce-tabs .tabs li > a:hover{color:#333;}

.woocommerce-product-attributes.shop_attributes {
	background: #f7f7f7;
}

/*
.related.products .wpex-loop-product-images {
	max-width: 100px;
	min-width: 100px;
	margin-right: 20px;
}

.related.products .product-details {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-flex-flow: column wrap;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
}

*/

.related h2 {
	margin-bottom:30px;
	font-size: 15px;
	text-transform: uppercase;
}

.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
	text-transform: uppercase;
}

.up-sells.upsells.products h2 {
	text-transform: uppercase;
}


.woocommerce-checkout #customer_details h3, #place_order, .single-content h2, .single-content h3 {
	text-transform: uppercase;
}

.related .products li h2::after{display:none}
.related .products li h2{margin:0;}
.related h2::after {	position: absolute;	left: 0;	width: 60px;	height: 3px;
	content: "";	background: #333 !important;	margin-top: 40px;}

.woocommerce.single-product .social-share-title.theme-heading {
	font-size: 15px;
	text-transform: uppercase;
	color: #333;
}

table.cart .product-name a {
	color: #000;
	font-size: 13px;
	font-weight: bold;
}

.woocommerce .quantity.buttons_added input[type="number"] {
	margin-right: 0px;
	font-size: 14px;
	font-weight: bold;
	width: 40px;
	line-height: 25px;
	height: 38px;
	color: #8b8d94;
	border-width: 1px;
	border-color: rgba(51,51,51,0.12);
	background-color: #fdfdfd;
	font-weight: bold;
}
.product-subtotal {
	text-align: center;
	font-size: 15px;
}

.product-subtotal .woocommerce-Price-amount.amount {
	color:#000;
	font-size: 15px !important;
	font-weight: bold;
}



table.shop_table th{
	padding:.769em 0.6em !important;
}



table.shop_table th {
	font-weight: bold;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	background: #BCBCBC;
}
@media screen and (max-width: 1040px) {
}
@media screen and (max-width: 920px) {
}
@media screen and (max-width: 720px) {
}
@media screen and (max-width: 420px) {
table.shop_table th {
	font-size: 12px;
}
}


.shop_table.shop_table_responsive {
	color:#000
}

.woocommerce .order-total td {
	color: #000;
	font-weight: bold;
	font-size: 14px;
}
.woocommerce .order-total th {
	background: #BCBCBC;
	font-weight: bold;
	color: #fff;
}
.cart_totals h2 {
	font-size: 20px !important;
	color: #333;
}

.button, button {
	font-size: 14px !important;
}

a.checkout-button {
	font-size: 18px !important;
	background: #BCBCBC;
}

.single-page-content .woocommerce ul.products li.product .woocommerce-loop-product__title, .single-page-content .woocommerce ul.products li.product .woocommerce-loop-category__title {
	font-size: 13px;
	color: #333333;
}

.single-page-content .woocommerce ul.products li.product .price .woocommerce-Price-amount.amount{font-size:16px; color:#000; font-weight:bold; }


.cross-sells h2 {
	text-transform: uppercase;
}

.woocommerce .shop_attributes th {
    text-transform: uppercase;
}

.woocommerce button.disabled, .woocommerce button:disabled, .woocommerce input#submit.disabled, .woocommerce input#submit:disabled, .woocommerce input#submit:disabled[disabled], .woocommerce .button.disabled, .woocommerce .button:disabled, .woocommerce .button:disabled[disabled] {
    background-color: #bcbcbc!important;
    color: #fff !important; opacity:9;
}










/* ADD STATIC CONTENT TO BOTTOM OF PAGE (MOBILE ONLY) */
/* html code was added via hook */
@media screen and (min-width: 920px) {
	.mobile-bottom-content{
		display:none
	}
}
@media screen and (max-width: 920px) {
	#wrap{
		margin-bottom:57px
	}
	.mobile-bottom-content{
		background:#d60000;
		text-align:center;
		color:#ffffff;
		font-size:24px;
		padding:10px 0;
		position:fixed;
		bottom:0;
		width:100%;
		z-index:1000
	}
	.mobile-bottom-content-inner a{
		color:#ffffff
	}
	.mobile-bottom-content-inner a:hover{
		color:#ffffff;
		text-decoration:none
	}
}

/* TOP BAR SOCIAL ALT ICONS */
#top-bar-social-alt{ /* sometimes needed */
	/*padding-top:3px;*/
}
#top-bar-social-alt .wpex-inline.tb-phone:not(:first-child) span.ticon{
	margin-left:15px;
}
#top-bar-social-alt a{
	/*color:#0c447d !important;*/
}
#top-bar-social-alt a:hover{
	text-decoration:none
}
@media screen and (max-width: 1040px) {
}
@media screen and (max-width: 920px) {
}
@media screen and (max-width: 720px) {
}
@media screen and (max-width: 420px) {
#top-bar-social-alt span.ticon{
	font-size:24px;
}
}



/* hide header logo area */
#site-header-inner{
	display:none
}






/* hide products from shop page */

.page-id-150 .archive:not(.tax-product_cat) .woocommerce-ordering,
.page-id-150 .archive:not(.tax-product_cat) .woocommerce-result-count,
.page-id-150 .archive:not(.tax-product_cat) .products,
.page-id-150 .archive:not(.tax-product_cat) .woocommerce-pagination{
	display:none
}

.aws-search-field {
	text-transform: uppercase;
	font-size: 13px !important;
	color: #000 !important;
}


.aws-container .aws-search-form {	
	height: 35px;right: 10px;
	
}
.aws-container .aws-search-form .aws-search-btn{
	height: 35px;
}

.sidr-class-home-page.sidr-class-menu-item.sidr-class-menu-item-type-custom {
	/*display: none;*/
}

.sidr-class-music-player {
	display: none;
}

.sidr-class-mobile-menu-searchform input {	
	text-transform: uppercase;
}







































/* hide default quantity input in single product page to use the one with arrow up/down provided by plugin "SMNTCS WooCommerce Quantity Buttons" */
.wpex-quantity-btns { display: none !important; }
















/* pop up dialog on cart "Proceed to checkout" button */
.ui-dialog{
	background:#000000;
	border-color:#000000 !important;
	border-radius:0
}
.ui-dialog-titlebar{
	padding:0;
	background:#000000;
	border-color:#000000 !important;
}
#dialog-form{
	color:#ffffff;
	font-size:18px;
	font-weight:bold
}

.minus {
	padding-top: 3px;
	padding-bottom: 7px;
	border-bottom-left-radius: 1px;
	border-top-left-radius: 1px;
	background: #fdfdfd;
	border: 1px solid !important;
	border-right: none !important;
	width: 20px;
	height: 38px;
	font-size: 14px;
	color: rgba(139,141,148,0.5);
	border-color: rgba(51,51,51,0.12) !important;
	display: block;
	float: left;
	cursor:pointer;
}
.plus {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-right-radius: 1px;
	border-top-right-radius: 1px;
	background: #fdfdfd;
	border: 1px solid !important;
	border-left: none !important;
	width: 20px;
	height: 38px;
	font-size: 14px;
	color: rgba(139,141,148,0.5);
	border-color: rgba(51,51,51,0.12) !important;
	margin-left: -3px;
	padding-left: 5px;
	cursor:pointer;
}
.minus:hover, .plus:hover {
	color: #8b8d94;
}
.cart_totals h2, .actions .coupon {
	display: none !important;
}

.stock.in-stock {
	color: #000 !important;
}
.single_add_to_cart_button.button {
	line-height: 34px !important;
}
.wpex-social-share .wpex-twitter:hover .ticon, .wpex-social-share .wpex-twitter:hover .wpex-label, .wpex-social-share .wpex-facebook:hover .ticon, .wpex-social-share .wpex-facebook:hover .wpex-label, .wpex-social-share .wpex-linkedin:hover .ticon, .wpex-social-share .wpex-linkedin:hover .wpex-label, .wpex-social-share .wpex-email:hover .ticon, .wpex-social-share .wpex-email:hover .wpex-label, .wpex-social-share .wpex-pinterest:hover .ticon, .wpex-social-share .wpex-pinterest:hover .wpex-label, .wpex-social-share .ticon:hover, .wpex-social-share .wpex-label:hover, .wpex-social-share.style-minimal li.wpex-facebook a:hover, .wpex-social-share.style-minimal li.wpex-twitter a:hover, .wpex-social-share.style-minimal li.wpex-linkedin a:hover, .wpex-social-share.style-minimal li.wpex-email a:hover, .wpex-social-share.style-minimal li.wpex-pinterest a:hover {
	color: #000;
}












/* make the landing page image full width, landing-image added via wp bakery */
.landing-image span{
	width:100%
}






/* mobile menu submit button border remove */
.sidr-class-searchform-submit{
	border:0 !important
}










/* body strange top padding */
body{
	padding-top:0 !important
	
}


.woocommerce.single-product .summary .wpex-social-share .social-share-title.theme-heading {display: none;
}
.actions .button, .wc-proceed-to-checkout .checkout-button {
	text-transform: uppercase !important;
	font-size: 13px !important;
}
.single-product .quantity.buttons_added {
	display: none;
}
.product_meta .t-label, .product_meta a {text-transform: uppercase;}
/* player added via hook wpex_hook_after_body_tag style */
.content_after_body_tag.music-player{
	z-index:1000000; 
	position:absolute; 
	right:20px; 
	top:0px;
	cursor:pointer; 
	color:#fff;
	width:200px;
	text-align:right;
	height:50px;
	padding-top:15px;
	border:0px solid red;
}

/*
#menu-main-nav .home-page.music-player { }
#menu-main-nav .home-page.music-player a .link-inner {font-size: 0px;}
#menu-main-nav .home-page.music-player a .link-inner .ticon{font-size: 15px;} */


.related .product-details h2 {
	font-size: 13px !important;
	font-weight: 800 !important;
}

.related .price .woocommerce-Price-amount.amount {
    font-size:16px !important;
    color: #333;
    font-weight: 800;
}


.woocommerce-message .button.wc-forward {
	background: #000 !important;
	border: 0px !important;
	color: #fff !important;
	padding: 3px 10px;
	font-size: 13px !important;
	line-height: 22px;
}









.woocommerce .cart_totals{
	width:18%
}
.woocommerce .cart_totals th{
	width:32%
}
@media screen and (max-width: 1040px) {
.woocommerce .cart_totals{
	width:26%
}
.woocommerce .cart_totals th{
	width:32%
}
}
@media screen and (max-width: 920px) {



}
@media screen and (max-width: 720px) {
.woocommerce .cart_totals{
	width:100%
}
.woocommerce .cart_totals th{
	width:32%
}
}
@media screen and (max-width: 420px) {
}









@media screen and (max-width: 1040px) {

}
@media screen and (max-width: 920px) {

}
@media screen and (max-width: 560px) {

#main{
	margin-top:50px
}
	
}
@media screen and (max-width: 420px) {
}














#tab-title-reviews, .reviews_tab, .wpex-social-share .wpex-label {
	display: none;
}




@media screen and (min-width: 560px) {
	.content_after_body_tag.music-player{
		display:none
	}
}




.woocs_price_info{
    display: none!important;

}

.custom-menu-search,.sidr-class-aws-search-form{

    display: none!important;
    }