/*
Theme Name: Pricom - Child
Theme URI: https://harutheme.com/pricom
Author: HaruTheme
Author URI: https://harutheme.com/
Description: This is child theme of Pricom
Template: pricom
Version: 1.0.0
*/

/*---------------------------------
  	Write your css code from here
------------------------------------*/

/*mega menu */

@media only screen and (max-width:1024px) and (min-width:767px){
	#mega_menu h6 {
    font-size: 12px;
}
}


/*product page */
.single-product .single-product-bottom {
    display: none;
}

.single-product .slick-slide img {
    width:675px !important;
}

.single-product p br {
    display: none !important;
}

.back-to-top.in {
    display: none !important;
}


/*top_bar_form*/

@media only screen and (min-width:767px){

#wpforms-form-18741 {
    display: flex;
    align-items: center;
}
#wpforms-submit-18741 {
    position: relative;
    left: 20px;
    bottom: 13px;
	background-color: black;
    font-size: 16px;
}

#wpforms-confirmation-18741 {
    height: 50px !important;
}

#top_bar{
	height:55px !important;
}
}


@media only screen and (max-width:767px){
#wpforms-submit-18741 {
    position: relative;
    left: 0px;
    bottom: 30px;
	background-color: black;
	width:100% !important;
}
	
	
#top_col {
    height: 100px;
}
	
#wpforms-form-18741 {
	position:relative;
	top:8px;
}	
}

