body {
    font-size: 16px;
}

/*
Custom Style
=========================== */
nav {
    border-bottom: solid 1px #efefef;
    min-height: 60px;
    background: #fff;
}

nav .wrap-core-nav-list,
nav .nav-header {
    background: #fff;
}

nav .brand {
    display: block;
    position: relative;
    width: 170px;
    top: 20px;
}

nav .brand img {
    width: 100%;
}

nav .menu li a {
    display: block;
    padding: 20px 25px;
    text-decoration: none;
    color: #3a3a3a;
}

nav .menu li.active > a,
nav .menu li a:hover {
    color: #e74c3c;
}

/*
MEGAMENU STYLE
=========================== */
nav .menu > li.megamenu li.megamenu > a::before{
    margin-left: 10px;
    content: '';
    border-top: solid 5px #6a6a6a;
    border-left: solid 5px transparent;
    border-right: solid 5px transparent;
    float: right;
    position: relative;
    top: 8px;
}

nav .menu li.megamenu.open > a{
    color: #e74c3c;
}

/*
MEGAMENU PRODUCT
=========================== */
.megamenu-product{
    box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
    margin-top: -1px;
}

.nav-row > div{
    padding: 0 !important;
}

.side-tab{
    border-right: solid 1px #efefef;
}

.main-tab{
    border-left: solid 1px #efefef;
    margin-left: -1px;
}

ul.tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: block;
    min-height: 300px;
}

ul.tabs > li{
    display: block;
    padding: 0;
    float: none !important;
}

ul.tabs > li > a{
    border-bottom: solid 1px #efefef !important;
    display: block;
    padding: 20px 20px 20px 50px !important;
    font-weight: 500;
    position: relative;
}

ul.tabs > li > a .feather{
    position: absolute;
    top: 20px;
    left: 20px;
    width: 18px;
    height: 18px;
}

ul.tabs > li.active > a{
    color: #e74c3c
}

.tab-content{
    display: none;
    padding: 25px 30px;
}

.tab-content:after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.tab-content.phone:after{
    background-image: url(./images/themes/light-iphone-mockup.png);
}

.tab-content.camera:after{
    background-image: url(./images/themes/camera.png);
}

.tab-content.active{
    display: block;
}

.tab-content > .nav-row > div{
    padding-left: 0;
    padding-right: 0;
}

.tab-content > .nav-row > div > h5{
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: 1px;
}

.list-product{
    padding: 0;
    margin: 0;
    display: block;
    float: none;
}

.list-product li{
    padding: 0;
    margin: 0;
    display: block;
    float: none !important;
    width: 100%;
}

.list-product li a{
    display: block;
    width: 100%;
    padding: 5px 0 !important;
}

.list-product li a .nav-badge{
    padding: 0 5px;
    color: #fff;
    display: inline-block;
    position: relative;
    border-radius: 2px;
    margin-left: 5px;
}

.list-product li a .nav-badge.red{
    background: #e74c3c;
}

.list-product li a .nav-badge.green{
    background: #2ecc71;
}

.list-product li a .nav-badge.yellow{
    background: #f1c40f;
}

/* =========================== */

nav button {
    background: transparent;
    border: none;
    outline: none;
}

@media (max-width: 992px) {
    nav .full-container,
    nav .nav-container {
        padding-left: 0;
        padding-right: 0;
    }

    nav .nav-header {
        min-height: 60px;
    }

    nav .nav-header .brand {
        margin: 0 auto 5px;
        float: none;
    }

    nav .nav-header .toggle-bar {
        font-size: 18px;
        position: absolute;
        top: 17px;
        left: 15px;
    }

    nav .menu li a {
        padding: 10px 10px;
        border-bottom: solid 1px #efefef;
    }

    nav .menu li:last-child a {
        border-bottom: none;
    }

    .megamenu-product{
        box-shadow: 0 0 0 0;
        margin-top: 0;
        border-top: solid 1px #dfdfdf;
    }

    .tab-content:after{
        display: none;
    }

    .tab-content > .nav-row{
        margin: 0 -15px !important;
    }

    .tab-content > .nav-row > div{
        padding: 0 15px !important;
    }

    .list-product li a{
        border: 0 !important;
    }
}

@media (max-width: 767px) {
    ul.tabs{
        min-height: 0;
    }

    .tab-content > .nav-row > div{
        margin-bottom: 20px;
    }

    .tab-content > .nav-row > div:last-child{
        margin-bottom: 0;
    }
}
/* =========================== */

.form-group {
    margin-bottom: 1rem;
}
.form-group label {
    font-size: 1rem;
    align-items: center;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

figure{
    width:360px;
/*    height:180px; */
    border-radius:4px;
    border:2px solid #ccc;
    position:relative;
    padding:48px 10px 10px
}

figure:before {
    content: attr(data-title);
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-indent: 10px;
    border-bottom: 2px solid #ccc;
}

table td {
 vertical-align:top;

}
table tr {

}
h1 {
 font-size: 20px;
 line-height:normal;
}

@media (max-width: 1023px) {
  td {
    display: block;
  }
}

.table-table {
    display:  table;
    width:auto;
}

.table-row{
    display:table-row;
    width:auto;
    
}

.table-col {
    
        float:left;
        display:table-column;
}