/*
Theme Name: Computer
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
form.cart {
	padding-bottom: 10px;
}

.section-title-normal {
    background: #AA2217!important;
}

.searchform .button.icon {
	background: #AA2217!important;
}
.header-vertical-menu__title {
	color: #AA2217!important;
}
.header-bottom-nav.nav-center li a:hover {
	color: #AA2217!important;
}

.searchform-wrapper input {
	border: 1px solid #AA2217!important;
}
.header-block-block-1 .large-5 .icon-box .icon-box-text {
	color: #AA2217!important;
}

.header:not(.transparent) .header-nav-main.nav > li > a {
	color: #AA2217!important;
}
img.checkout-qr {
    height: 100%;
    width: 30%;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.nav-dark .nav>li>a {
	color: #AA2217!important;

	}
img.checkout-qr {
    height: 100%;
    width: 100%;
}
}