/**
* Theme Name: Axtra Child
* Description: This is a child theme of Axtra, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/crowdyflow">Crowdyflow</a>
* Template: axtra
* Version: 1.1
*/

html,body{
	overflow-x: hidden!important;
}

/* Fixing the anchor redirection issue */
html {
    scroll-behavior: unset!important;
}

/*Woo message*/
.woocommerce-message {
    border-top-color: #2022DD;
}
.woocommerce-message::before {
    color: #2022DD;
}


/*Removing confliction of the modal popup on every pages other than product page*/
.xoo-cp-modal{
	display: none!important;
}
.xoo-cp-opac{
	opacity: 0!important;
  position: inherit!important;
}
/*Remove above style from the single product*/
.single-product .xoo-cp-modal{
	display: block!important;
}
.single-product .xoo-cp-opac{
	opacity: 0.6!important;
  position: fixed!important;
}


