/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

#wrapper {

	background:#ffffff;
    box-shadow:inset 0 1px 0px 0 rgba(0,0,0,.11);
    padding-top:5px;
}

#header .header-top {
     padding-bottom:0px;
}
#header .header-nav {

	margin-bottom: 0px;
	border-bottom: none;
}

.advanced-cms-wrapper.t17 {
    box-shadow: 0px 0px 0px 0px;
    background: white;
    padding: 0;
    color: #878787;
    width: 100%;
}
#advanced_cms_wrapper_1 .anka {

	background-color: #4DAD48;
	color: white;
	padding:30px 0px 20px 10px;
	line-height: 35px;
	 -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
    border-radius: 30px;
}

#header .header-nav .blockcart {
	 -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
    background: #2fb5d2;
    color: #fff;

}
#header .header-nav .cart-preview .shopping-cart {

    color: #fff;

}
@media (min-width: 1200px) {

    .col-md-2 {
        width: 30%;


    }
    .col-md-7 {
        float:none;
        width: 68%;
    }
}
@media (min-width: 576px) and (max-width: 1200px) {

        .col-md-7 {
        float:none;
        width: 60%;
    }
        .col-md-2 {
        width: 40%;


    }
}
@media (max-width: 768px) {
    
    .col-md-7 {
        float:none;
        width: 68%;
    }
            .col-md-2 {
        width: 30%;


    }
}

#header .header-nav .right-nav {

    margin-top: 10px;
    float: none;
}
#desktop_logo {

    margin-top: 5px;
}
.top-logo {

    margin-bottom: 7px;
    margin-top:-10px;
    max-width: 250px;
}
#mobile-logo {
    margin-top:0px;


}
.address-name-header {

    display:none;
}
.main-block {

    padding: 0px;
}
.checkout-block {

    padding:0px;
}

.advanced-cms-wrapper .product-price {
  color:#f39d72;
  font-weight: bold;
}
.featured-products .price {
  color:#f39d72;

}
.advanced-cms-wrapper .old-price {
 text-decoration: line-through;
 font-weight: bold;
 color: #7a7a7a;

}