/* Mega Menu*/
/**common dropdown of template**/
.dropdown-menu{
    min-width: 180px;
    border: 0px;
    padding: 0px;
    background: #333;
    border-radius: 0px;
}

.dropdown-menu>li>a{
	padding: 9px 20px;
    color: #ccc;
    border-bottom:1px solid #444;
    text-transform:capitalize;
    &:hover{
        background: #222;
        color: #fff;
    }
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    right: 100%;
    margin-top: -0;
    margin-left: -1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0 ;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

ul.dropdown-menu.top-search {
    padding: 10px;
    .form-control{
        border-radius: 0px;
        border: 0px;
        background: #444;
        color: #fff;
        box-shadow: none;
    }
}

.mega-dropdown {
  position: static !important;
}

.mega-dropdown-menu {
  padding: 0px 0px;
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.mega-dropdown-menu{
       background: #333;
    .mega-dropdown-inner{
        background: #333;
        padding: 10px;
        .mega-menu-item{
            .mega-header{
                color: #fff;
                text-transform: uppercase;
                font-size: 15px;
                padding: 15px 10px;
            }
            >li>a{
                padding: 7px 10px;
                color: #ccc;
                display: block;
                font-size: 14px;
                text-transform: capitalize;
            }
        }
    }
}

.mega-dropdown-menu form {
  margin: 3px 20px;
}

.mega-dropdown-menu .form-group {
  margin-bottom: 3px;
}


.mega-dropdown-menu .mega-dropdown-inner{
	 background: #333;
        padding: 10px;
}
.mega-dropdown-menu .mega-dropdown-inner .mega-menu-item  .mega-header{
	 			color: #fff;
                text-transform: uppercase;
                font-size: 15px;
                padding: 15px 10px;
}
.mega-dropdown-menu .mega-dropdown-inner .mega-menu-item li>a
{
	 padding: 7px 10px;
                color: #ccc;
                display: block;
                font-size: 14px;
                text-transform: capitalize;
}
.mega-dropdown-menu .mega-dropdown-inner .mega-menu-item li>a:hover
{
	 background-color: #333;
}
.header.fixed
{
	background:#ed1c24;
	 position: fixed;
    border-bottom: rgba(0,0,0,0.08) 1px solid;
	 padding:0px;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1000;

 
    -webkit-transition: all .800s;
    -moz-transition: all .800s;
    -o-transition: all .800s;
    transition: all .800s;
}

.header-v4.fixed
{
	background:#ed1c24;
	 position: fixed;
    border-bottom: rgba(0,0,0,0.08) 1px solid;
	 padding:0px;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1000;

 
    -webkit-transition: all .800s;
    -moz-transition: all .800s;
    -o-transition: all .800s;
    transition: all .800s;
}
.navbar.fixed {
    position: fixed;
    border-bottom: rgba(0,0,0,0.08) 1px solid;
}

.navbar {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1000;

 
    -webkit-transition: all .800s;
    -moz-transition: all .800s;
    -o-transition: all .800s;
    transition: all .800s;
}

.navbar-default.fixed .navbar-nav > li > a {
    color: #600013;
    font-weight: 700;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}
.navbar-inverse.fixed .navbar-nav > li > a {
	 padding-top: 20px;
    padding-bottom: 20px;
}
@media (min-width: 767px)
{
.fixed .navbar-brand {
    padding: 3px 15px;
}
}
@media (max-width: 991px) {
	#header .navbar-default {
     padding-top: 0px;
	 margin-bottom:0px;
}
	.nav-second-main{display:block;}
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

   .navbar-collapse.collapse.in {  /* NEW */
        display: block!important; 
    }
} 
.col-2 .project-post {
    width: 50%;
    padding: 15px;
}
.page-bread {
    padding: 40px 0;
    background: url(../images/charity/bread.jpg) no-repeat;
}
.page-bread h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 800;
    margin: 0px;
}
.page-comes {
    font-weight: 500;
    color: #000;
    padding: 10px 0;
    text-transform: capitalize;
    background: #ebebeb;
}
.page-comes ul {
    margin: 0px;
}

section {
    display: block;
    position: relative;
    /*padding: 80px 0; Removed 18/10/2020 */
    border-bottom: rgba(0,0,0,0.1) 1px solid;
    -webkit-transition: all .400s;
    -moz-transition: all .400s;
    -o-transition: all .400s;
    transition: all .400s;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    background-size: cover !important;
    box-sizing: border-box !important;
}
.mix {
    border-bottom: rgba(0,0,0,0.1) 1px solid;
    margin-bottom: 60px;
    padding-bottom: 60px;
}
.mix-no-border {
   
    margin-bottom: 60px;
    
}
.over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    opacity: 0;
}
.img-desc p {
    color: #333;
    font-size: 16px;
}
.over p {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    margin-top: -10px;
}
div.img:hover .over {
    opacity: 1;
}
div.img {
    position: relative;
    overflow: hidden;
}
section .filter>li>a, section .filter>li.active>a:hover, section .filter>li.active>a {
    color: #111;
}
section .filter>li>a:hover, section .filter>li>a:focus, section .filter>li>a.active, section .filter>li.active>a:hover, section .filter>li.active>a:focus {
    background-color: rgba(0,0,0,0.1) !important;
}
section .filter>li>a {
    padding: 6px 15px;
    margin-bottom: 6px;
    letter-spacing: 1px;
}
.filter {
    padding-left: 15px;
    margin-bottom: 30px;
    text-align: center;
}
.filter li:before {
    content: "/";
    padding-right: 10px;
    color: #bbb;
}
.filter li:first-child:before{
    content: "";
    display: none;
}
.sidebar-widget h4 {
    font-weight: 700;
    text-transform: uppercase;
    color: #444;
    font-size: 14px;
    margin-bottom: 20px;
}
search-widget{
    position: relative;
    
}
.sidebar-widget {
    margin-bottom: 40px;
}
.sidebar-widget .latest-post-list li {
    line-height: 40px;
    border-bottom: 1px solid #ddd;
}
sidebar-widget .latest-post-list li a {
    color: #666;
    transition: all 0.3s ease-in;
}
.tags-list a, .base-button-light {
    /* float: left; */
    font-size: 13px!important;
    margin: 0px 4px 4px 0px;
    display: inline-block;
    position: relative;
    text-transform: capitalize;
    background: #f8f8f8;
    
    border: 1px solid #ddd;
    color: #888;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    padding: 6px 10px;
    width: auto;

}
.list-social li a {
    padding: 3px 8px;
    display: block;
}
.list-social li a i {
    font-size: 30px;
    display: block;
    color: rgba(0,0,0,0.3);
    transition: all 0.3s ease-in;
}
.search-widget {
    position: relative;
}
.search-widget .search-btn{
    border: 0px;
    background-color: transparent;
    position: absolute;
    right: 15px;
top: 10px;
font-size: 20px;
color: #777;
}
.search-widget .search-btn:hover, .search-widget .search-btn:focus{
    color:#0bc8f1;
    outline: 0;
}
.search-widget .form-control{
    box-shadow: none;
    -webkit-box-shadow: none;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    height: 45px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
}
.search-widget .search-btn {
    border: 0px;
    background-color: transparent;
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 20px;
    color: #777;
}
.btn-theme-bg {
    background-color: #e8ca00;
    color: #000;
}
.btn-theme-bg:hover {
    background-color: #000;
    color: #fff;
}
.colored-text {
    color: #e8ca00;
}
.project-detail h4 {
    text-transform: uppercase;
    border-bottom: 2px solid #f5f5f5;
    font-size: 18px;
	line-height: 34px;
	margin-top:30px;
}
.carousel-control span i {
    font-size: 44px;
}
.carousel-control.left, .carousel-control.right {
    background-image: none;
}
.carousel-control {
    top: 50%;
    margin-top: -20px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}
.post-meta {
    text-align: center;
    margin-bottom: 25px;
}
.post-meta img {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 5px;
    width: 70px;
    height: auto;
}
.post-meta span {
    display: block;
    padding: 7px 0;
    color: #888;
    border-bottom: 2px solid #f5f5f5;
}
.post {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.comment-box img{
    float: left;
    width:90px;
    height: auto;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    margin-right: 20px;
}
.comments-content{
    overflow: hidden;
}
.comments{
    margin-bottom: 50px;
}
.comments h3{
    margin-bottom: 30px;
}
.comments-content ul{
    margin-bottom: 5px;
}
.post-comment h3{
    margin-bottom: 30px;
}
.post-content .responsive-video {
    margin-bottom: 25px;
}
.responsive-video {
    height: 0;
    padding-top: 1px;
    position: relative;
    padding-bottom: 56.25%;
}
.responsive-video iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
.contact-info-2 i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    float: left;
    background-color: #e8ca00;
    color: #000;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-right: 25px;
    font-size: 22px;
}
.contact-info-2 li {
    padding: 10px;
    background-color: #fff;
    
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
.contact i {
    color: #e8ca00;
    font-size: 45px;
    display: block;
    margin-bottom: 10px;
}

.shape-1{
    border: 1px solid #ddd;
}
.shape-1 span{
    display: block;
    line-height: 45px;
    padding-left: 15px;
}
.shape-1 .form-control{
    border: 0px;
    height: 45px;
    border-left: 1px solid #ddd;
    width: 290px;
    float: right;
    box-shadow: none;
}
.shape-1 form{
    float: right;
    position: relative;
}
.shape-1 form i{
    position: absolute;
    right: 10px;
    top: 15px;
}
.shape-1 a{
    display: block;
    float: right;
    height: 45px;
    line-height: 45px;
    width: 65px;
    text-align: center;
    border-left: 1px solid #ddd;
}
.shape-1 a:hover,.shape-1 a.active{
    background:  #e8ca00;
    color: #fff;
}
.shape-1 a i{
    position: relative;
    font-size: 15px;
}
.category-col{
    margin-bottom: 30px;
}
.category-col h4{
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-top: 15px;
    color: #000;
}
.billing-col{
    padding: 15px;
    border: 1px solid #eee;
    margin-bottom: 15px;
}
.payment-tabs img{
    display: block;
    margin:0 auto;
    margin-bottom: 10px;
}
.payment-tabs li a{
    color: #777;
    padding: 15px 60px;
    display: block;
    text-align: center;
    background: #ddd;
    position: relative;
}
.payment-tabs li.active a:after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -13px;
    margin-left: -20px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #ddd;
}
.product-col{
    margin-bottom: 30px;
}
.product-col .product-thumb{
    position: relative;
    overflow: hidden
}
.product-col .product-thumb img{
    width: 100%;
}
.product-col .product-thumb ul{
    width: 100%;
    height: 10%;
    position: absolute;
    left: 0;
    top: 30%;  
    margin: 0;
    padding: 0;
    text-align: center;
    margin-top: -20px;
    opacity: 0;
}
.product-col .product-thumb ul li a{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #e8ca00;
    color:#fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 3px 3px 1px rgba(0,0,0,0.7);
}
.product-desc{
    padding: 20px 15px;
}
.product-desc h4{
    color:#000;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 700;
}
.product-desc p{
    font-size: 18px;
    margin: 0;
}
.product-desc del{
    color:  #f15b40;
    display: inline-block;
    margin-left: 10px;
}
.rating{
    margin-top: 10px;
}
.rating i{
    font-size: 20px;
    color: #444;
}
.product-col:hover{
    background: #e8ca00;
    color:  #fff;
}
.product-col:hover  .product-thumb ul{
    top: 50%;
    opacity: 1;
}
.product-col:hover .product-desc del{
    color:#000;
}
.product-col:hover .product-desc h4,.product-col:hover .rating i{
    color:#fff;
}
.sidebar-box.border-sidebar{
    padding: 15px;
    border: 1px solid #eee;
}
.categories li a{
    position: relative;
    color: #777;
    text-transform: capitalize;
    padding: 5px 0;
    border-bottom: 1px dashed #eee;
    display: block;
}
.categories li a:before{
    content: "\f101";
    font-family: "FontAwesome";
    margin-right: 5px;

}
.btn-theme{
    background: #0066b3;
    color: #fff;
}
.btn-theme:hover,.btn-theme:focus{
    background-color: #222222;
    color:#fff;
}
.btn-dark{
    background:  #222222;
    color: #fff;
}
.btn-dark:hover,.btn-dark:focus{
    background-color:  #e8ca00;
    color:#fff;
}
.table-responsive {
    overflow-x: hidden;
}
.cart-final-table span {
    color: #e8ca00;
    font-weight: 700;
}
.sidebar-box h3 {
   
    color: #333;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 18px;
}
.product-list h2
{
	margin:0px;
	    margin-bottom: 10px;
}
.product-list h2 a {
    font-size: 22px;
    color: #000;
}



.sidebar-box.border-sidebar{
    padding: 15px;
    border: 1px solid #eee;
}
.categories li a{
    position: relative;
    color: #777;
    text-transform: capitalize;
    padding: 5px 0;
    border-bottom: 1px dashed #eee;
    display: block;
}
.categories li a:before{
    content: "\f101";
    font-family: "FontAwesome";
    margin-right: 5px;

}
.ui-widget-content {
    background: none;
    border: 0;
    border-radius: 10px;
    background-color: #E0E0E0;
    height: 18px;
    clear: both;
}
.price-slider input {
    background-color: transparent;
    border: 0;
    width: 50%;
    margin-bottom: 5px;
    font-size: 18px;
    color: #999999;
    margin-bottom: 10px;
}
.ui-widget-content {
    background: none;
    border: 0;
    border-radius: 10px;
    background-color: #E0E0E0;
    height: 18px;
    clear: both;
}
.ui-slider-range{
    background:  #d34836;
}
.ui-slider .ui-slider-handle {
    border-radius: 50%;
    background: none;
    border: 2px solid #E87169;
    background-color: #FFFFFF;
    top: 0;
    width: 18px;
    height: 18px;
    outline: none;
}
.sidebar-box .checkbox input{
    margin-top: 7px;
}
.sidebar-box .size-list li{
    padding: 0px;
}
.sidebar-box .size-list li a{
    display: block;
    line-height: 35px;
    padding: 0px 15px;
    border: 1px solid #ddd;
    margin-bottom: 4px;
}
.sidebar-box .size-list li a:hover{
    background:  #f15b40;
}
.sidebar-box .colors li a{
    display: block;
    width: 40px;
    height: 40px;    
}
.sidebar-box .colors li a:hover{
    box-shadow: 2px 2px 1px rgba(0,0,0,0.8);
}
.sidebar-box .colors li{
    margin: 0px;
    padding: 0px;
}

.sidebar-box .colors li:nth-child(1) a{
    background-color: #7f5022;
}
.sidebar-box .colors li:nth-child(2) a{
    background-color: #9560f6;
}
.sidebar-box .colors li:nth-child(3) a{
    background-color: #1cbefe;
}
.sidebar-box .colors li:nth-child(4) a{
    background-color: #f9bb04;
}
.sidebar-box .colors li:nth-child(5) a{
    background-color: #d1d9ec;
}
.sidebar-box .colors li:nth-child(6) a{
    background-color: #fc2230;
}
.sidebar-box .colors li:nth-child(7) a{
    background-color: #e50052;
}
.latest-products li{
    margin-bottom: 20px;
}
.latest-products img{
    float: left;
    margin-right: 20px;
}
.latest-products .content{
    overflow: hidden;
}
.latest-products .rating i{
    color: #666;
}
.latest-products .content h4 a{
    color:#555;
}
.latest-products .content h4 a:hover{
    color: #f15b40;
}
.sidebar-box {
    margin-bottom: 30px;
}
.ui-slider-range{
    background:  #d34836;
}
.ui-slider .ui-slider-handle {
    border-radius: 50%;
    background: none;
    border: 2px solid #E87169;
    background-color: #FFFFFF;
    top: 0;
    width: 18px;
    height: 18px;
    outline: none;
}

.product-social li a {
    color: #999;
    font-size: 25px;
}
.btn-link {
    color: #777;
    text-decoration: none;
    font-weight: 400;
    border-bottom: 1px dashed #ddd;
}

.product-social li a{
    color:#999;
    font-size: 25px;

}
.product-social li a:hover{
    color:  #f15b40;
}

.product-tabs{
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
}
.product-tabs li a{
    border-bottom: 4px solid transparent;
    padding: 15px;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    color:#999;
}
.product-tabs li.active a{
    border-bottom-color: #f15b40;
}

