#mainMenu.menu-lines nav > ul > li.active a:after {
    background-color: #fff;
    width: 100%;
    left: 0%;
}

#mainMenu.menu-lines nav > ul > li.active li.active a {
    color:#D9B844;
}

#topbar .social-icons li.phone-topbar a {
    width:auto;
    height:auto;
    line-height:normal;
    font-size: 1em;
    padding-top:3px;
}

#msMiniCart {
    font-size:1em!important;
}
#msMiniCart .ms2_total_count{
    display:none;
}
#msMiniCart.full .ms2_total_count{
    display:block;
}
.ms2_total_cost{
   font-weight: 400;
   font-size: 14px; 
}

.post-image_hall{
    margin-bottom:0;
}

.btn_tocart{
    border:none;
    transition: bottom .3s ease;
    color: #fff;
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0.7);
    text-align: center;
    cursor:pointer;
    width:100%;
}
.btn_tocart:hover{
    background-color: rgba(0, 0, 0, 1);
}

.cart-product-quantity .minus, .cart-product-quantity .plus{
    cursor:pointer;
}

.add-cart-modal-link{
    display:none;
}

.stock-carousel {
    position:relative;
    z-index:2;
    overflow: hidden;
}
.stock-carousel .owl-carousel .owl-dots {
    margin-bottom: 0;
    position: absolute;
    height: 0;
    bottom:20px;
    width:100%;
    text-align:center;
}

.page-content p{
    font-size: 1.35714286em;
    line-height: 1.68421053em;
    font-family: 'DIN Pro';
    font-weight: 300;
    font-style: normal;
}
.page-content h2{
    font-size: 27px;
    line-height: 56px;
    margin-bottom: 60px;
    font-family: "Intro", sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: -.7px;
    position:relative;
}
.page-content h2:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100px;
    background-color: #D9B844;
    bottom: -30px;
    left: 0;
    right: 0;
}

#pano{
    display:none;
    width:900px;
    height:600px;
    padding:0!important;
}

.post-item-description table{
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    border: 1px solid #ececec;
    border-collapse: collapse;
}
.post-item-description thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    font-weight: 500;
}
.post-item-description thead td, .post-item-description thead th {
    border-bottom-width: 2px;
}
.post-item-description th {
    border: 1px solid #ececec;
    border-left-width: 1px;
    padding: .75rem;
}
.post-item-description td {
    border: 1px solid #ececec;
    border-left-width: 1px;
    padding: .75rem;
}

.btn_cart-remove{
    padding:0!important;
    background:none;
    border:none!important;
}
.btn_cart-remove:hover,.btn_cart-remove:focus{
    background:none!important;
}
.widget-mycart .cart-item .cart-item-remove:hover i{
    color:#dc3545!important;
}

#shop-cart .cart-product-remove .btn_cart-remove{
    color: #565656!important;
    font-size:14px;
    text-align:center;
}
#shop-cart .cart-product-remove .btn_cart-remove:hover{
    color: #D9B844!important;
}

.all-photos{
    display:none;
}

#jGrowl{
    display:none!important;  
}

.menu-filter a.active{
    color:#D9B844;
}

.product-list{
    display:flex;
    justify-content: flex-start;
    flex-wrap:wrap;
}

.product-list .grid-item{
    width:calc(100% / 3);
    float:none;
    padding: 0 20px 20px 0;
}

#mainMenu [rel="m-menu"]{
    display:none;
}

.m-cart-btn{
    display:none;
}

@media (max-width: 991px) {
    #mainMenu nav > ul .badge {
        margin-left: 0;
    }
    #mainMenu [rel="m-menu"]{
        display:inline;
    }
    .address-item{
        margin-top:35px!important;
    }
    
    .m-cart-btn{
        display:flex;
        justify-content:center;
        align-items:center;
        position:fixed;
        bottom:26px;
        left:26px;
        width:39px;
        height:39px;
        border-radius:50%;
        z-index:100;
        background:#dc3545;
        text-align:center;
        opacity:0.7;
    }
    .m-cart-btn i{
        color:#fff;
        font-size:18px;
    }
    .m-cart-btn span{
        position:absolute;
        background:#fff;
        width:13px;
        height:13px;
        border-radius:50%;
        display:flex;
        justify-content:center;
        align-items:center;
        font-size:10px;
        top:5px;
        right:5px;
    }
    .payment-block{
        margin-top:35px;
    }
    
    .order-main-btn{
        float:none!important;
        width:250px;
        margin:0 auto;
        display:block;
    }
}
@media (max-width: 768px) {
    .footer-content{
        text-align:center;
    }
    .footer-content .icon-box{
        text-align:left;
        width:200px;
    }
    .footer-content .icon{
        left:0;
        text-align:left;
    }
    .copyright-text{
        text-align:center!important;
    }
    #footer .social-icons{
        text-align:center!important;
    }
    #footer .social-icons li{
        float:none;
        display:inline-block;
    }
    .inspiro-slider .slide-captions h1, .inspiro-slider .slide-captions h2 {
        font-size: 24px;
    }
    
    .shop-cart .cart-product-thumbnail > a {
        float: none;
        margin-right:0;
    }
    .shop-cart .cart-product-thumbnail .cart-product-thumbnail-name {
        padding: 5px 0 0 0;
    }
    .shop-cart table{
        font-size:12px;
    }
    .cart-product-quantity .minus, .cart-product-quantity .plus {
        padding: 5px 6px;
    }
    .shop-cart .cart-product-thumbnail img {
        max-width: 50px;
    }
    .cart-product-quantity .qty {
        max-width: 30px;
    }
    #topbar .social-icons{
        float:none;
        width:220px;
        margin:0 auto;
    }
}

@media (max-width: 950px) {
    #pano{
        width:100%;
        height:450px;
    }
}

