/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 14 2022 | 11:26:29 */
.shopping-cart-widget .cart-summ > a::before {
	color: #ff0000 !important;
	font-weight: 600;
}

.shopping-cart-widget .cart-summ > a {
    padding: 0;
    color: #000;
    font-size: 0;
    position: relative;
}

.shopping-cart-widget .cart-summ .items {
    text-transform: none;
    display: inline-block;
    height: 25px;
    margin: 0 3px;
    font-size: 12px;
    color: #000 !important;
    font-weight: 600;
    position: absolute;
    right: 0px;
    left: 27px;
    bottom: 27px;
}

.toptitles, .toptitles a {
    color: #000 !important;
}

.toptitles hr, .shipingnote {
	display: none;
}

.search .et-mega-search form input[type="text"] {
    margin: 0;
    float: none;
    padding: 2px 11px;
    color: #000;
    border-radius: 0;
    font-size: 13px;
    border: 1px solid #ff0000 !important;
    line-height: 24px;
    height: 30px;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Montserrat';
    font-weight: 600;
}

.links .my-account-link a, .links .logout-link a {
	color: #000 !important;
	font-weight: 600;
}

.links li {
	color: #000 !important;
}

.main-nav .menu > li > a {
    display: block;
    position: relative;
    font-family: 'Montserrat' !important;
    font-size: 13px !important;
    padding: 15px 5px;
    text-transform: uppercase;
    font-weight: 600 !important;
    color: #000000 !important;
    text-decoration: none;
    letter-spacing: 2px;
}

#menu-main-menu-1 {
    display: flex;
    justify-content: space-between;
}

.main-nav {
    background: #ffffff !important;
}

.main-nav .menu > li:hover, .main-nav .menu > li.current-menu-item {
    border-color: #ff0000;
    color: #000000 !important;
}

.header-top {
    background: #020a1b;
    padding: 1em 0;
}

.header-top ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    list-style-type: none;
}

.header-top ul a {
    font-family: 'Montserrat';
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    border-bottom: 1px solid #fff;
    transition: all .5s ease;
}

@media only screen and (max-width: 768px) {
	.hide-mobile {
		display: none;
	}
	
	.shopping-cart-widget .cart-summ > a {
		 right: 35px !important;
    	top: -114px !important;
	}
	
	.page-template-default .shopping-cart-widget .cart-summ .items {
		font-size: 12px !important;
		left: 16px;
		bottom: 0px;
	}
}