/*Add Css Custom Here*/

/*====== Fix bugs Megamenu not showing icon font (26/1/2018) =====*/
@media (min-width: 992px){
	.menu-vertical .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a {  line-height: 24px; height: auto;}
	.menu-vertical .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a i,
	.menu-vertical .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a b {
	    display: inline-block;
	}
	.menu-vertical .container-megamenu.vertical .vertical-wrapper ul.megamenu > li.with-sub-menu > a:before{display: none;}
	.menu-vertical .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a img{position: static; transform: inherit;}

}
.bn a img {
    overflow: hidden;
    border-radius: 20px;
}
.typeheader-1 .log-box > li a {
	color: #007eb8;
    font-weight: bold;
}
.typeheader-1 .wishlist a {
    color: #007eb8;
}
.typeheader-1 .shopping_cart .btn-shopping-cart .top_cart .icon-c svg {
    fill: #007eb8;
}
.typeheader-1 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .text-shopping-cart {
    color: #007eb8;
    font-weight: bold;
}
.typeheader-1 .log-box {
    margin-right: 10px;
}
.log.profile{
    margin-right: 14px;
}
.swal2-shown .swal2-container .swal2-popup {
    font-size: 16px;
    font-family: Roboto, "sans-serif";
}
body .block-popup-login {
    margin-top: 30px;
}
.list-styled li {
    display: block !important;
}
.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.vertical-wrapper .megamenu {
    max-height: 700px;
    overflow-x: scroll;
}

.megamenu li a span strong,
.megamenu li a strong{
    font-weight: bold !important;
}
.so-categories .cat-wrap .content-box .cat-title a {
    font-weight: bold !important;
}
.product-image-container a{
    min-height: 300px;
    width: 100%;
    position: relative;
    display: block;
}
.product-image-container a img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.w-full{
    width:100% !important;
}
.address-card__body {
    font-size: 15px;
    line-height: 18px;
}
.address-card__row-title {
    font-size: 12px;
    color: #999;
}

.mt-lg{
    margin-top: 20px;
}
.mb-lg{
    margin-bottom: 20px;
}
.mt-md{
    margin-top: 10px;
}
.mb-md{
    margin-bottom: 10px;
}
.m-0{
    margin: 0;
}
.size-img-cart + .text-left {
    max-width: 60px;
}
.size-img-cart + .text-left + .text-center {
    padding: 0;
    text-align: center;
}
.size-img-cart + .text-left + .text-center + .text-right + .text-center {
    width: 0px;
    padding: 0;
}

.module.so_filter_wrap .modcontent ul li.so-filter-options {
    padding: 4px 20px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
background-color: #585858;
opacity: 1;
color: #FFF;
}

.card .card-body .card {
    border: solid 1px #333;
    padding: 10px;
    border-radius: 8px;
}
.img-sub {
    position: absolute;
    width: 30%;
    height: 30%;
    z-index: 999;
    bottom: 35px;
    right: 10px;
    border-radius: 100%;
    border: solid 1px #DDD;
}
.label-sub {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #FFF;
    padding: 4px 10px;
    background-color: #ff4157;
    z-index: 9999;
}
