/*
Theme Name: Anvogue Child
Theme URI: https://anvogue.presslayouts.com/landing
Author: PressLayouts Team
Description: This is a child theme for Anvogue
Version: 1.0
Author URI: https://www.presslayouts.com/
Template: anvogue
Text Domain: anvogue-child
*/

.nav-tabs-wrapper{
	display: none !important;
}

.pls-product-sizechart{
	background-color: #cacaef !important;
}

.single-product-content{
	padding-top: 3vh !important;
}

.button.checkout, .pls-compare-btn{
	display: none !important;
}

.wa-order-class:hover{
	transform: none !important;
    box-shadow: none !important;
    transition: none !important;
	background: none !important;
}
.wa-order-button:hover{
	transform: none !important;
    box-shadow: none !important;
    transition: none !important;
	background: white !important;
	color: black !important;
}

.pls-single-product-page:not(.product-type-external) form.cart .button{
	background-color: #A9A9DB;
    color: white;
}

div.summary form.cart .button{
	flex: none !important;
}

.woocommerce div.summary form.variations_form.cart .woocommerce-variation-add-to-cart{
	display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
}

.wa-order-class {
    margin-top: 0vh;
}
@media (max-width: 561px){
  .wa-order-class{
	margin-top: 1vh;
	}
}
@media (min-width: 768px){
  .wa-order-class{
	margin-top: 1vh;
	}
}

.floating_button {
    display: flex;
    justify-content: center;
}