/* 
Theme Name:  [CHILD] Womens Store
Theme URI:   http: //www.premiumpress.com 
Description:  This is a child theme removed the country aspect out and uses the city location tools instead
Author:     Mark Fail
Author URI:   http: //www.premiumpress.com
Template:    SP9
Version:    1.0
*/

/* ===========
BODY
   ===========*/
   
@import url('https://fonts.googleapis.com/css?family=Raleway&display=swap');

body {
font-family: 'Raleway', sans-serif;
}

/* ===========
COLORS 
   ===========*/
   
a { color:#333333; }
   
.bg-primary, .ppt-home-block-1 .owl-slider .owl-buttons div {
    background: #dc4234 !important;
    color: #fff;
}
.bg-secondary {
    background-color: #dc4234 !important;
}
.text-primary {
    color: #dc4234 !important;
}
.btn-primary, .btn-primary:hover {
    color: #fff;
    background-color: #dc4234;
    border-color: #dc4234;
}
.btn-secondary, .btn-secondary:hover {
    color: #fff;
    background-color: #1d2025 !important;
    border-color: #1d2025 !important;
}

.bg-dark {
    background-color: #1b191d!important;
}
/* ===========
MISC
   ===========*/
   
.home .logo { margin-top:5px; }

.btn { border-radius:0px !important; }
 
@media (min-width: 992px){
	.header-opacity-on .ppt-menu>ul>li>a, .header-transparent-on .ppt-menu>ul>li>a {
		color: #000;
	}
	
	.ctitle3 .h4 {
		font-size: 40px;
	}	
}

.ppt_listing .pricebox {
    background: none !important;
    margin: 0px;
    padding: 0px;
    display: flex;
    list-style: none;
    border: 1px solid #ddd;
    padding: 2px;
}
.ppt_listing .pricebox li {    
    color: #5f5e5e;    
}

.ppt_listing .pricebox li:nth-child(2) { 
    background: #1b191d;
    
}
@media (min-width: 992px){
.header-transparent-on .ppt-menu.separate-line>ul>li:after {
    background: rgba(29, 28, 28, 0.25);
}
}
@media (min-width: 992px){
.ppt-menu.separate-line>ul>li:after {   background: rgba(177, 177, 177, 0.5); }
}

.hero-5 .maincontent {   color: #543f40; }