/**
 * Theme Name: SDGAuto
 * Version: 1.0
 * Author: Author
 * Description: Wordpress Custom Theme
 * Text Domain: sdgauto
 *
 * See dist/css/frontend.min.css
 */

#wh-widget-send-button.wh-widget-right {
	right: 0;
	/*width: 91px;*/
	/*height: 94px;*/
	height: 60px;
}

#wh-widget-send-button {
	margin: 0 !important;
	padding: 0 !important;
	position: fixed !important;
	z-index: 16000160 !important;
	bottom: 0 !important;
	text-align: center !important;
	height: 90px;
	width: 60px;
	visibility: visible;
	transition: none !important;
}

.wh-messenger-bg-whatsapp {
	background-color: #4dc247 ;
}

.wh-widget-button-icon {
	height: 50px;
	width: 50px;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
	font-size: 28px;
	text-align: center;
	line-height: 50px;
	color: white;
}

.wh-widget-button-icon svg  {
	fill: white;
	width: 41px;
	height: 50px;
}

.wh-widget-button {
	text-decoration: none;
	font-weight: normal;
	margin-top: 14px;
	position: relative;
	outline: none;
}

.single-product .quantity {
	display: none;
}

.swiper-related-products-pagination {
	text-align: center;
}

.swiper-pagination-bullet {
	margin-left: 2px;
	margin-right: 2px;
}

.price del .amount {
	font-size: .7em!important;
}

.products .product .price del {
	position: absolute;
	margin-top: -1em;
}

input.form-controls {
	line-height: normal!important;
}

@media (min-width: 768px) {
	.site-header .site-header-callouts .callouts-menu .callouts-menu__item {
		margin: 0!important;
	}
}

@media (max-width: 768px){
	.swiper-related-products-pagination {
		display: none;
	}

	.js-pwn-swiper-related-products-container .add_to_cart_button,
	.js-pwn-swiper-related-products-container .disabled {
		display: none;
	}

	.single-product .product_title{
		font-size: 28px!important;
	}

	.single-product .js-pwn-swiper-related-products-container .view-more {
		display: none!important;
	}

	.single-product .product-simple-icons {
		font-size: 14px!important;
	}

	.single-product .availability-badges span {
		font-size: 14px!important;
		word-spacing: -0.2px!important;
	}

	.single-product .quantity .quantity-label {
		font-size: 14px!important;
	}

	.stock::before,
	.shipping-days::before {
		margin-right: 3px !important;
	}

	.stock,
	.shipping-days {
		padding:0.24em 0.37em!important;
	}

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