/*
Theme Name: Up and Hang
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 


.grecaptcha-badge, .quantity {
    display: none !important;
} 

.fpd-mainbar, /*.mspc-accordion .mspc-menu-item,*/ .mspc-horizontal.mspc-variation .mspc-radio.ui.radio.checkbox, .mspc-wrapper.mspc-clearfix.mspc-module-accordion .mspc-clear-selection, .mspc-content.mspc-fpd-module.mspc-fpd-module--images, .fpd-tool-position.fpd-tooltip.tooltipstered, .fpd-tool-transform.fpd-tooltip.tooltipstered, [data-id="color-manipulation"], [data-id="mask"], [data-type="monochrome"], .optioneditor p { 
	display:none !important;
}

/*.mspc-accordion .mspc-content {
	display:block !important;
}*/

/*** FOOTER STUFF **/

.menufooterlist .fl-menu .menu > li {
    margin-right: 10px;
}

/*** BORDER BUTTON **/

.button.alt.yith-wcms-button.next, .button.alt.yith-wcms-button.prev {
    background: #f2f2fa;
    color: #000;
    padding: 20px 30px;
    border-radius: 50px;
    letter-spacing: 1px;
}

.button.alt.yith-wcms-button.next:hover, .button.alt.yith-wcms-button.prev:hover {
    background: #000;
    color: #FFF;
}

/*** YITH POPUP  CART **/

.yith-wacp-content .popup-actions {
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #FFF;
	padding: 10px;
	left: 0;
}

.yith-wacp-content .cart-info {
    padding: 20px 0;
    border-bottom: 1px solid #e0e0e0;
    position: fixed;
    width: 100%;
    padding: 25px 50px;
    bottom: 85px;
    left: 0;
    background: #FFF;
}

#yith-wacp-popup .yith-wacp-message {
	background:#000;
	color:#FFF;
}

#f07c180_field {
    font-size: 18px;
	color:#333 !important;
}

#wc_checkout_add_ons p {
    padding: 3px 0;
}

#ship-to-different-address span {
    margin-left: 8px !important;
}

.yith-wacp-content .popup-actions .button {
	text-transform:none !important;
	border:none !important;
	border-radius:50px !important;
	padding:20px !important;
}

/*** YITH GIFT CARDS **/

.ywgc-manual-amount {
	width:100% !important;
}

h2.gift-this-product-title {
    font-size: 20px;
}

.gift-this-product-main-container {
    border: none !important;
    margin: 20px 0;
    display: inline-block;
}

button#give-as-present {
    background: #000;
    color: #FFF;
    border-radius: 50px;
    padding: 15px 35px;
}


/*** CART MENU **/

.woopack-cart-items .woocommerce-mini-cart__buttons .button, .woopack-cart-items .woocommerce-mini-cart__buttons .button:hover {
    padding: 10px 15px !important;
    margin-left: 3% !important;
}

/*** THANK YOU PAGE MAX-WIDTH **/
.page-id-707 .fl-page-content .fl-content-full {
    margin: 0 auto;
    max-width: 1280px;
}


/*** MSPC **/

.mspc-accordion .mspc-menu-item {
	background: #000 !important;
	color: #FFF !important;
	padding:25px 15px !important;
}

.mspc-horizontal .mspc-text-wrapper {
	width: 65% !important;
	margin-top:10% !important;
	padding:0;
}

.mspc-horizontal.mspc-variation img {
	width:30% !important;
}

.mspc-variation img {
	margin:0 !important;
}

.mspc-accordion .mspc-content {
	padding:0 !important;
}

.mspc-content .mspc-variation.active {
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
	-webkit-transform: scale(1);
	transform:scale(1);
	z-index: 9;
}

/*.fpd-grid>.fpd-item {
	   width: 100%;
    height: 250px;
    max-height: 250px;
}*/

.fpd-shadow-1 {
	box-shadow:none !important;
}

.mspc-wrapper {
	margin:0 0 30px 0;
}

.fpd-product-designer-wrapper {
    background: #F2F2F2;
}

.ui.grid > .column {
	margin-top:0 !important;
	margin-bottom:0 !important;
	padding:0 5% !important;
	background: #F5F6F7;
}

.ui.grid {
	margin:0 !important;
}

.mspc-tab-content.mspc-variations {
    background: #F3F3F3;
}

.mspc-wrapper .mspc-content .mspc-tab-content { 
padding:0 !important;
}

.fpd-mainbar {
    height: 30px;
}

.fpd-grid-columns-1 .fpd-grid > .fpd-item {
	width: 50% !important;
}


.single_add_to_cart_button.button.alt {
    width: 100%;
    padding: 20px 40px;
    border-radius: 50px !important;
    background: #000 !important;
    color: #FFF !important;
    border: none !important;
    font-family: "Poppins", sans-serif !important;
	font-weight:semi-bold !important;
	font-size:16px !important;
}

.single_add_to_cart_button.button.alt:hover {
	background:#F2F2F2;
	color:#000;
}

.woocommerce .woocommerce-message, .woocommerce-page .woocommerce-message, .woocommerce .woocommerce-info, .woocommerce-page .woocommerce-info, .woocommerce .woocommerce-error, .woocommerce-page .woocommerce-error {
	font-weight:600;
	letter-spacing:1px !important:
}

.button.wc-backward {
    padding: 25px 50px !important;
    border-radius: 50px !important;
}

.button.wc-backward:hover {
    background:#F2F2F2 !important;
	color:#000 !important;
}

.woocommerce-page button.alt.disabled {
	padding:20px 40px;
}

/*.mspc-tab-content.mspc-variations {
    max-height: 355px;
    overflow-y: scroll;
}*/

.headeruphang.fl-node-5fb330abc610b > .fl-row-content-wrap {
    z-index: 9;
}

/*** DESKTOP STYLES **/
@media only screen and (min-width: 600px) {
/*** MENU STYLE  **/
	#menu-main-menu li.current-menu-item a {
		border-bottom: 1px solid #000 !important;
		text-decoration: none !important;
		margin: 0 25px;
		padding-bottom: 5px !important;
		padding: 0 0;
	}
	
	.fl-menu .menu > li {
		margin-right: 50px;
	}
	
	li.menu-item a:focus {
		text-decoration: none;
	}
	/*** ADD COUPON **/
	.woocommerce .woocommerce-cart-form table.cart td.actions .coupon .input-text {
		margin: 0 !important;
		border-radius: 0;
		padding: 25px;
		width: 300px;
}
	
	.woocommerce table.cart td.actions .coupon .button, .woocommerce-page table.cart td.actions .coupon .button {
		float: right;    
		margin: 0;
		padding: 26px;
		line-height: 0;
		letter-spacing: 0;
		border-radius: 0 !important;
		background: #000 !important;
		padding: 26px !important;
		color:#FFF !important;
}
	
	#a2abc62_field {
		width: 48%;
		float: left;
	}
	
	#ba7f053_field {
		width: 49%;
		float: left;
		margin-left: 1%;
	}
	
	#b5e718b_field {
		float: left;
		width: 100%;
	}
}




/*** RESPONSIVE **/
@media only screen and (max-width: 600px) {
	.mspc-horizontal .mspc-text-wrapper, .fpd-hide-tabs [data-context="upload"] .fpd-scroll-area {
		display:none;
	}
	
	.ui.grid > .column {
		padding:0 !important;
		width:33% !important;
	}
	
	.mspc-horizontal.mspc-variation img {
		width:100% !important;
	}
	
	.fpd-sc-module-wrapper {
		min-height:100px !important;
	}
	
}

.pp-form-success-message p {
    color: #333 !important;
}

.fl-subscribe-form-inline .fl-form-field {
	padding:0 !important;
}

input[type="text"]::placeholder, input[type="password"]::placeholder, input[type="email"]::placeholder, input[type="tel"]::placeholder, input[type="date"]::placeholder, input[type="month"]::placeholder, input[type="week"]::placeholder, input[type="time"]::placeholder, input[type="number"]::placeholder, input[type="search"]::placeholder, input[type="url"]::placeholder, textarea::placeholder {
	color:#333 !important;
}

.fl-builder-content .fl-node-5fb093ee0df74 .fl-subscribe-form .fl-form-field input {
	padding-top: 23px !important;
	padding-bottom: 20px !important;
	font-weight:normal !important;
}