/*
 Theme Name: School Uniform Child
 Theme URI: https://www.sktthemes.org/shop/uniform-store-wordpress-theme/
 Description: Child theme for School Uniform WordPress Theme
 Author: SKT Themes (Modified by You)
 Author URI: https://www.sktthemes.org
 Template: school-uniform
 Version: 1.0.0
 Text Domain: school-uniform-child
*/

/* Import parent theme styles */
@import url("../school-uniform/style.css");

.head-info-area .center{
    background-color: rgb(23 38 71) !important;
    color: #fff;
}
.topmenu-bar .center::before, .topmenu-bar .center::after, .topmenu-bar::after{
    background: rgb(23 38 71) !important;
}
.head-info-area a{
    color: #fff;
}
#topmenu ul li a{
    color: #172647 !important;
    font-weight:600;
}
#topmenu ul li a:hover{
    color: #bca329 !important;
}
#topmenu ul li.current-menu-item a{
    color: #bca329 !important;
}
div#footer{
	background-color:#14212a;
}
.footer-infobox .footer-logo-img{
	width:120px;
}
.cattitle_wrap h1{
	font-weight: 700;
    color: #fff;
}
#footer .footercols1 h3, #footer .footercols2 h3, #footer .footercols3 h3, #footer .footercols3 p, #footer .footercols4 h3,#footer .footercols4, .footmenu li a{
	color:#fff;
}
#copyright .left{
	text-align: center;
    float: none;
    color: #fff;
}
.woocommerce.single-product .product .yith-ywraq-add-to-quote{
	  margin-top: 0px;
}
.woocommerce div.product form.cart .button{
	 padding: 16px 35px;
}
#footer .footercols3:nth-child(3) {
  padding-left: 100px;
}
.slider-main .nivo-caption .nivo-caption-content .title{
	font-size:50px !important;
	color:#fff;
}
.slider-main .nivo-caption .nivo-caption-content .slidedesc{
	font-size:25px !important;
	color:#fff;
	font-weight:600;
}
.skt-product-img{
	height: auto;
	padding-top: 0px !important;
}
@media (max-width: 768px)
{
	.logo img {
		max-width: 100px;
	}
	.logo{
		margin-top: 0px !important;
	}
	#simple-menu{
		color: #172647;
	}
	#footer .footercols3:nth-child(3) {
  		padding-left: 0px;
	}
}