/* Custom CSS for MondeMart General Site by Ndee Siswandhi */


/* General */

body {
    font-family: 'Cardo', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #444444;
    background: #fff;
}


/* Button */

a {
    color: #d95844;
}

a:hover {
    text-decoration: none;
    color: #999;
}

.btn,
.btn:hover,
input[type='button'],
input[type='submit'],
input[type='button']:hover,
input[type='submit']:hover {
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.btn.btn-red {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    padding: 15px 20px;
    text-transform: uppercase;
    color: #fff;
    border: 0px solid #000;
    background: #d95844;
    border-radius: 3px;
}

.btn.btn-red:hover {
    color: #fff;
    background: #b13724;
}

.btn.btn-dark {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    padding: 15px 20px;
    text-transform: uppercase;
    color: #fff;
    border: 0px solid #000;
    background: #333333;
    border-radius: 3px;
}

.btn.btn-dark:hover {
    color: #fff;
    background: #111111;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 5px;
    border-radius: 3px;
    background: #fff;
}



/* Header */

header {
    width: 100%;
    position: fixed;
    z-index: 999999;
}

header .h-top {
    background: url(../images/header-bg.png) repeat-x bottom #fff;
}

header .h-bottom {
    background: #d95844;
}

header {
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}

header .logo,
header .account-link {
    padding: 30px 0;
    overflow: hidden;
}

header .logo h1 {
    margin: 0;
}

header ul.contact-list {
    margin: 0;
    padding: 0;
    float: right;
    text-align: right;
    width: 100%;
}

header ul.contact-list li {
    list-style: none;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    font-family: 'Montserrat', sans-serif;
}

header ul.contact-list li i {
    font-size: 18px;
}

header ul.contact-list li:nth-child(1),
header ul.contact-list li:nth-child(2) {
    margin-right: 15px;
}

header ul.contact-list li a {
    margin: 0 2px;
    color: #333;
}

header ul.contact-list li a:hover {
    margin: 0 2px;
    color: #999;
}

header ul.top-menu {
    margin: 10px 0 0 0;
    padding: 0;
    float: right;
    text-align: right;
    width: 100%;
}

header ul.top-menu li {
    list-style: none;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    font-family: 'Montserrat', sans-serif;
    padding: 5px 15px;
    border-left: 1px solid #d0d0d0;
}

header ul.top-menu li i {
    font-size: 18px;
}

header ul.top-menu li:nth-child(1) {
    border-left: none;
}

header ul.top-menu li:nth-child(3) {
    padding-right: 0;
}

header ul.top-menu li a {
    color: #333;
}

header ul.top-menu li a:hover {
    color: #999;
}


header .navbar {
    margin-bottom: 0px;
    border: 0px solid transparent;
}

header .nav>li>a {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}

header .nav>li>a:hover,
header .nav>li>a:focus,
header .nav>li.active>a {
    background-color: #f47f26;
}

header .nav .open>a,
header .nav .open>a:hover,
header .nav .open>a:focus {
    background-color: #f47f26;
    border-color: #d95844;
}

header .dropdown-menu {
    background-color: #f47f26;
    border-top-color: #f47f26;
}

header .dropdown-menu>li>a {
    padding: 5px 20px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

header .navbar span.icon-bar {
    background: #fff;
}

header .navbar-toggle {
    float: left;
}

header .h-bottom .col-sm-9,
header .h-bottom .navbar-collapse {
    padding-left: 0;
}

header .h-bottom .container {
    position: relative;
}

header .search {
    background: #b13724;
}

header .search .form-control {
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    background-color: transparent;
    border: 0px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.form-control:focus {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

header .search .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #f38371;
}

header .search .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #f38371;
}

header .search .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #f38371;
}

header .search .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #f38371;
}

header .search .btn-default {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    font-size: 24px;
    padding: 0;
    border: none;
    border-radius: 0;
}


/* Slide Banner Homepage */

section#slide-banner {
    padding-top: 172px;
    border-bottom: 10px solid #b13724;
}

section#slide-banner .banner-01 {
    background: url(../images/banner/banner01-bg.jpg) no-repeat;
    background-size: cover;
}

section#slide-banner .banner-item img {
    width: 100%;
    padding: 10% 0;
}

section#slide-banner .banner-item h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    margin: 0 0 20px;
}

section#slide-banner .banner-item p {
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 20px;
}

section#slide-banner .banner-item .banner-text {
    padding: 14% 0;
}


/* Product Banner */

section#product-banner {
    padding-top: 172px;
    border-bottom: 10px solid #b13724;
    background: url(../images/banner/banner-product-bg.jpg) no-repeat;
    background-size: cover;
}

section#product-banner .banner-01 {}

section#product-banner .banner-item {}

section#product-banner .banner-item img {
    width: 100%;
    padding: 0;
}

section#product-banner .banner-item h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    margin: 0 0 20px;
}

section#product-banner .banner-item p {
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 20px;
}

section#product-banner .banner-item .banner-text {
    padding: 5%;
}


/* Banner Element */

button.slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -75px;
    width: 50px;
    height: 150px;
    z-index: 1;
}

button.slick-prev {
    background: url(../images/banner-left-arrow.png) no-repeat;
    display: block;
    text-indent: -9999px;
    border: none;
    border-radius: 0;
    left: 0;
}

button.slick-next {
    background: url(../images/banner-right-arrow.png) no-repeat;
    display: block;
    text-indent: -9999px;
    border: none;
    border-radius: 0;
    right: 0;
}

ul.slick-dots {
    text-align: center;
    position: absolute;
    bottom: 30px;
    width: 100%;
    margin: 0;
    padding: 0;
}

ul.slick-dots li {
    display: inline-block;
}

ul.slick-dots li button {
    border: none;
    border-radius: 0;
    background: url(../images/banner-dot.png) no-repeat bottom;
    width: 14px;
    height: 14px;
    text-indent: -9999px;
    margin: 0 3px;
}

ul.slick-dots li.slick-active button {
    background-position: top;
}


/* Call To Action */

section#cta {
    padding: 30px 0;
}

section#cta img.img-responsive {
    width: 100%;
}


/* Homepage Product Thumb */

article#home-content .nav-tabs {
    border-bottom: 1px solid #f0bcb4;
}

article#home-content .nav-tabs>li {
    margin-bottom: 0;
    padding: 0;
    background: url(../images/tab-separator.png) no-repeat bottom left;
}

article#home-content .nav-tabs>li:nth-child(1) {
    background: none;
}

article#home-content .nav-tabs>li>a {
    margin-right: 0;
    border: 0px solid transparent;
    border-radius: 0;
    font-family: 'Montserrat', sans-serif;
    color: #333;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    line-height: 46px;
}

article#home-content .nav-tabs>li>a:hover {
    border-color: transparent;
    border-bottom: 0px solid #f0bcb4;
}

article#home-content .nav-tabs>li.active {
    border-bottom: 0px solid #d95844;
}

article#home-content .nav-tabs>li.active>a,
article#home-content .nav-tabs>li.active>a:hover,
article#home-content .nav-tabs>li.active>a:focus {
    cursor: default;
    background-color: transparent;
    border: 0px solid transparent;
    border-bottom-color: transparent;
    background: url(../images/tab-bg-active.png) repeat-x bottom;
}

article#home-content .nav>li>a:hover,
article#home-content .nav>li>a:focus {
    text-decoration: none;
    background-color: #eee;
    background: url(../images/tab-bg-hover.png) repeat-x bottom;
}

article#home-content .tab-content {
    padding: 20px 0;
}


/* Product Thumb */

.product-thumb {
    border-bottom: 1px solid #f0bcb4;
    padding-bottom: 14px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}

.product-thumb:hover {
    border-bottom: 1px solid #d95844;
}

.product-thumb h3 {
    font-size: 16px;
    margin: 0;
    min-height: 40px;
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
    /* overflow: hidden; */
}

.product-thumb p.product-thumb-price {
    font-size: 20px;
    margin: 0;
    color: #d95844;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -1px;
}

.product-thumb p.product-thumb-price span {
    text-decoration: line-through;
    color: #c1c0c0;
    margin-right: 10px;
    font-size: 18px;
    float: left;
}

.product-thumb .modal-custom p.product-thumb-price span {
    float: none;
}

.product-thumb .product-thumb-desc {
    float: left;
    width: calc(100% - 70px);
    min-height: 64px;
}

.product-thumb .product-thumb-add {
    float: right;
}

.product-thumb .product-thumb-add button {
    width: 60px;
    height: 60px;
    padding: 0;
}

.product-thumb .product-thumb-add button i {
    font-size: 22px;
}


/* Product Flag */

.flag-new {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background: url(../images/flag-new.png) no-repeat;
    background-size: cover;
}

.flag-hot {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: url(../images/flag-hotstuff.png) no-repeat;
    background-size: cover;
}

.flag-rekomendasi {
    position: absolute;
    bottom: 90px;
    left: 0;
    width: 50px;
    height: 50px;
    background: url(../images/flag-rekomendasi.png) no-repeat;
    background-size: cover;
}

.flag-diskon {
    position: absolute;
    bottom: 90px;
    right: 0;
    width: 50px;
    height: 50px;
    background: url(../images/flag-diskon.png) no-repeat;
    background-size: cover;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 14px;
    padding-top: 12px;
}

.flag-diskon span {
    display: block;
}

#product-image .flag-new {
    width: 70px;
    height: 70px;
}

#product-image .flag-hot {
    width: 70px;
    height: 70px;
}

#product-image .flag-rekomendasi {
    width: 70px;
    height: 70px;
    bottom: 10px;
    left: 10px;
}

#product-image .flag-diskon {
    width: 70px;
    height: 70px;
    bottom: 10px;
    right: 10px;
    font-size: 20px;
    line-height: 20px;
    padding-top: 16px;
}


/* Help */

section#help {
    padding: 35px 0;
    background: #f47f26;
}

section#help ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

section#help ul li {
    /* float:left; */
    border-left: 1px solid #f7a668;
    min-height: 48px;
    padding: 0 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    line-height: 40px;
    color: #fff;
    height: 90px;
    vertical-align: middle;
    display: table-cell;
}

section#help ul li:nth-child(1) {
    border-left: 1px solid transparent
}

section#help ul li span {
    height: 40px;
    width: 40px;
    background: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 20px;
    margin-top: 5px;
    line-height: 40px;
}

section#help ul li a {
    color: white;
}

section#help ul li span i {
    color: #333;
    font-size: 20px;
}

section#help .social-box {
    height: 90px;
    float: none;
    display: table-cell;
    vertical-align: middle;
}

section#help .social-box a span {
    height: 40px;
    width: 40px;
    background: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 20px;
    margin: 5px;
    line-height: 48px;
}

section#help .social-box span i {
    color: #333;
    font-size: 20px;
}

section#help .social-box a:hover span {
    background: #b13724;
}

section#help .social-box a:hover span i {
    color: #fff;
}


/* Category */

.left-pane {
    padding-right: 0px;
}

.main-pane {}

.filter-header {
    background: #f47f26;
    padding: 20px 15px;
}

.filter-header h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    line-height: 20px;
    color: #fff;
    letter-spacing: -1px;
    margin: 0;
    text-transform: uppercase;
}

.cat-breadcrumb {
    background: #efefef;
    padding: 20px 15px;
    min-height: 80px;
    color: #b13724;
}

.cat-breadcrumb strong {
    color: #333;
    font-weight: 700;
}

.left-pane .checkbox-info input[type="checkbox"]:checked+label::before,
.left-pane .checkbox-info input[type="radio"]:checked+label::before {
    background-color: #f47f26;
    border-color: #f47f26;
}

.filter-content {
    background: #f7ebe9;
    padding: 40px 15px 0;
}

.filter-content>div {
    padding-bottom: 40px;
}

.filter-content h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #b13724;
    margin: 0;
    text-transform: uppercase;
    border-bottom: 1px solid #b13724;
}

.checkbox label {
    font-size: 18px;
    line-height: 30px;
}

.filter-ads {
    background: #f1cec8;
    padding: 15px;
}

.cat-header {
    background: #e1e1e1;
    line-height: 40px;
}

.cat-header label {
    margin-bottom: 0px;
    font-weight: 300;
}

.cat-header .form-group select {
    padding: 5px;
    border-radius: 0;
    background: #fff;
    line-height: 40px;
    height: 40px;
}

.cat-paging {
    background: #e1e1e1;
    line-height: 40px;
    margin-top: 15px;
}

.cat-paging a {
    display: inline-block;
    width: 40px;
    height: 40px;
    white-space: nowrap;
    text-align: center;
    color: #333;
    font-weight: 700;
}

.cat-paging a.active,
.cat-paging a:hover {
    color: #d95844;
}

.cat-paging a.paging-prev {
    width: auto;
    padding-right: 15px;
}

.cat-paging a.paging-next {
    width: auto;
    padding-left: 15px;
}


/* Breadcrumb */

.breadcrumb {
    margin: 0 -15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #cccccc;
    background: transparent;
    line-height: 23px;
}

.breadcrumb .fa-home {
    font-size: 18px;
}

.breadcrumb a {
    padding: 0 10px 0 0;
}

.breadcrumb i {
    padding: 0 10px 0 0;
}

.breadcrumb a i {
    padding: 0;
}


/* Product Page */

article#product-content {
    padding-top: 172px;
}

.breadcrumb {
    margin: 0 -15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #cccccc;
    background: transparent;
    line-height: 23px;
}

.breadcrumb .fa-home {
    font-size: 18px;
}

.breadcrumb a {
    padding: 0 10px 0 0;
}

.breadcrumb i {
    padding: 0 10px 0 0;
}

.breadcrumb a i {
    padding: 0;
}

#product-image {
    overflow: hidden;
    border: 1px solid #d95844;
    padding: 0;
    position: relative;
}

#product-image .img-responsive {
    width: 100%!important;
    position: relative!important;
}

#product-gallery {
    padding: 0 15px 0 0;
}

#product-gallery .img-responsive {
    width: 100%;
}

#product-gallery .thumbnail {
    padding: 0px;
    margin-bottom: 5px;
    border: 1px solid #5e5e5e;
    border-radius: 0px;
}

#product-gallery a.thumbnail:hover,
#product-gallery a.thumbnail:focus,
#product-gallery a.thumbnail.active {
    border-color: #d95844;
}

article#product-content .prod-container {
    border-bottom: none;
}

.product-detail .prod-star {
    font-size: 18px;
    color: #f47f26;
    line-height: 18px;
}

.product-detail h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #333;
    line-height: 30px;
    margin: 0;
}

.product-detail .prod-tag {
    margin-bottom: 30px;
}

.product-detail .prod-tag a {
    color: #fff;
    line-height: 17px;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 400;
    display: inline-block;
    border-radius: 8px;
    padding: 0 8px;
    margin: 0 2px 0 2px;
    text-transform: uppercase;
}

.product-detail .prod-tag a.tag-brand {
    background: #b13724;
}

.product-detail .prod-tag a.tag-new {
    background: #b82689;
}

.product-detail .prod-tag a.tag-hot {
    background: #f47f26;
}

.product-detail .prod-tag a.tag-rekomendasi {
    background: #2d7387;
}

.product-detail .prod-tag a.tag-diskon {
    background: #32a053;
}

.product-price {
    background: #eeeeee;
    padding: 10px 0px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.product-price p {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 14px;
}

.product-price .price-old {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-decoration: line-through;
    color: #333;
}

.product-price .price-fix {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #d95844;
    text-align: right;
    line-height: 30px;
    letter-spacing: -0.5px;
}

.product-price .price-fix span {
    font-size: 18px;
    color: #a2a0a0;
    text-decoration: line-through;
    margin-right: 10px;
}

.product-info #accordion.panel-group {
    margin: 10px 0 20px;
}

.product-info #accordion .panel {
    margin-bottom: 0px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.product-info #accordion .panel-default>.panel-heading {
    color: #333;
    background-color: transparent;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    padding: 3px 15px;
}

.product-info #accordion .panel-default>.panel-heading:hover {
    background-color: #f9f9f9;
}

.product-info #accordion .panel-title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}

.product-info #accordion .panel-title>a {
    display: block;
}

.product-info #accordion .panel-title>a:focus {
    text-decoration: none;
}

.product-info #accordion .panel-title>i.fa {
    position: absolute;
    top: -5px;
    font-size: 24px;
    right: 0;
    font-weight: 700;
}

.product-info #accordion .panel-heading+.panel-collapse>.panel-body {
    border-top: 0px solid #ddd;
    font-size: 18px;
    line-height: 24px;
}

.product-info #accordion .panel-heading+.panel-collapse>.panel-body p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 18px;
}

.product-qty {
    background: #eeeeee;
    padding: 10px 0px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.product-qty p {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 34px;
    text-transform: uppercase;
}

.product-qty .qty-input .input-group {
    float: left;
    width: 120px;
}

.product-qty .qty-total {
    text-align: right;
}

.product-qty .qty-total span {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #d95844;
    line-height: 34px;
    letter-spacing: -0.5px;
    padding-left: 15px;
    display: inline-block;
    vertical-align: top;
}

.product-button {
    margin: 15px 0 0 0;
}

.product-button .btn-red-big {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    text-align: center;
    background: #d95844;
    line-height: 24px;
    padding: 15px 0;
    display: block;
}

.product-button .btn-black-big {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    text-align: center;
    background: #333;
    line-height: 16px;
    padding: 11px 0;
    display: block;
}

.product-button .product-beli {
    padding-left: 0px;
}

.product-button .product-cart {
    padding-right: 0px;
}

.product-button .btn-red-big:hover {
    background: #b13724;
    transition: all 1s;
}

.product-button .btn-black-big:hover {
    background: #000;
    transition: all 1s;
}

article#product-content .title-box {
    padding-top: 30px;
    clear: both;
}

article#product-content .title-box h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #333;
    font-weight: 400;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}



/* Login and Register */

article#logreg-content {
    padding-top: 172px;
}

article#logreg-content .row {
    display: flex;
}

article#logreg-content .login-box-page,
article#logreg-content .register-box-page {
    border-top: 10px solid #d95844;
}

article#logreg-content h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    color: #d95844;
    font-weight: 400;
    margin: 10px 0 15px 0;
}

article#logreg-content .login-sep {
    background: url(../images/grey-bg.jpg) repeat-y top center;
    padding-top: 40px;
}

article#logreg-content .login-sep p {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    color: #333;
    font-weight: 400;
    text-align: center;
    padding: 5px;
    background: #fff;
    margin: 0;
}

article#logreg-content .input-group {
    margin-bottom: 5px;
    width: 100%;
}

article#logreg-content a.forget-link {
    float: right;
    color: #d95844;
    line-height: 44px;
}

article#logreg-content span.input-group-addon {
    width: 40px;
}

.form-control:focus {
    border-color: #d95844;
}


/* Checkout */

section#checkout-steps {
    margin: 0;
    padding: 172px 0 0 0;
}

section#checkout-steps .steps {
    margin: 50px 0 30px 0;
    display: none;
}

section#checkout-steps .steps.active {
    display: block;
}

article#checkout-process #accordion .panel-default>.panel-heading {
    background-color: #eee;
    border-color: transparent;
    border-bottom: 2px solid #f47f26;
    border-radius: 0;
}

article#checkout-process #accordion .panel-title {
    font-size: 14px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
}

article#checkout-process #accordion .panel {
    margin-bottom: 20px;
    border-color: transparent;
}

article#checkout-process #accordion .panel-heading+.panel-collapse>.panel-body {
    font-size: 14px;
}

article#checkout-process .troli-image img.img-responsive {
    border: 1px solid #ddd;
}

article#checkout-process .btn-update {
    text-align: center;
    padding-top: 10px;
}

article#checkout-process .troli-total {
    position: relative;
}

article#checkout-process .troli-total p {
    font-weight: 700;
    text-align: right;
    padding-right: 30px;
}

article#checkout-process .troli-total .del-produk {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    background: #d95844;
    border-radius: 3px;
    text-align: center;
    color: #fff;
}

article#checkout-process .troli-total .del-produk a {
    color: #fff;
}

article#checkout-process .troli-total-all {
    font-weight: 700;
    text-align: right;
    font-size: 20px;
    text-transform: uppercase;
}

article#checkout-process .troli-total-all-price {
    font-weight: 700;
    text-align: right;
    font-size: 20px;
    border-top: 3px solid #333;
}

article#checkout-process .panel-body .container-fluid {
    padding: 0;
}

article#checkout-process h5 {
    font-weight: 700;
}

article#checkout-process .alamat-pilih {
    border-right: 1px solid #ddd;
    margin-bottom: 20px;
}

article#checkout-process .alamat-pilih a.btn {
    width: 100%;
    margin-bottom: 5px;
}

article#checkout-process .alamat-pilih a.btn-red {
    margin-top: 10px;
}

article#checkout-process .alamat-input .nav-tabs {
    border-bottom: 0px solid #ddd;
}

article#checkout-process .alamat-input .nav>li>a {
    position: relative;
    display: block;
    padding: 5px 10px;
}

article#checkout-process .alamat-input .nav>li>a img {
    padding: 2px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

article#checkout-process .alamat-input .nav>li>a:hover img {
    border: 1px solid #ee1715;
}

article#checkout-process .alamat-input .nav-tabs>li.active>a img {
    border: 1px solid #ee1715;
}

article#checkout-process .alamat-input .nav-tabs>li>a:hover {
    border-color: transparent;
}

article#checkout-process .alamat-input .nav-tabs>li.active>a,
article#checkout-process .alamat-input .nav-tabs>li.active>a:hover,
article#checkout-process .alamat-input .nav-tabs>li.active>a:focus {
    border: 0px solid #ddd;
    border-bottom-color: transparent;
}

article#checkout-process .alamat-input .nav>li>a:hover,
article#checkout-process .alamat-input .nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;
}

article#checkout-process .alamat-input .tab-content>.active {
    padding: 15px;
}

article#checkout-process .alamat-input ul#ship-option {
    margin: 0;
    padding: 0;
    list-style: none;
}

article#checkout-process .alamat-input ul#ship-option li {
    display: inline-block;
    width: 185px;
}

article#checkout-process .alamat-input .alamat-active {
    padding-top: 15px;
}

article#checkout-process .alamat-add {
    border-left: 1px solid #ddd;
    min-height: 180px;
    margin-bottom: 20px;
}

article#checkout-process .alamat-add .form-control {
    margin-bottom: 5px;
}

article#checkout-process .alamat-add button {
    margin-top: 34px;
    float: right;
}

input[type=radio].with-font {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

input[type=radio].with-font~label:before {
    font-family: FontAwesome;
    display: inline-block;
    content: "\f1db";
    letter-spacing: 10px;
    font-size: 14px;
    color: #535353;
    width: 1.4em;
    float: left;
    padding-top: 6px;
}

input[type=radio].with-font:checked~label:before {
    content: "\f00c";
    font-size: 14px;
    letter-spacing: 5px;
}

article#checkout-process #Selesai p {
    padding: 20px 0;
}

#MetodePembayaran ul#pay-list {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    width: 100%;
}

#MetodePembayaran ul#pay-list li {
    display: inline-block;
    width: 100px;
    float: left;
    margin-right: 15px;
}

#finpay-box {
    margin-bottom: 15px;
}

article#checkout-process .table-striped>tbody>tr:nth-last-of-type(1) {
    background-color: transparent;
}

article#checkout-process .table-striped>tbody>tr:nth-last-of-type(1)>td {
    border-top: none;
}

article#checkout-process .table-striped>tbody>tr:nth-last-of-type(2) {
    background-color: transparent;
}

article#checkout-process .table-striped>tbody>tr:nth-last-of-type(2)>td {
    border-top: none;
}


/* Search Result */

section#search-result {
    margin: 0;
    padding: 172px 0 0 0;
}

.filter-header-search {
    background: #b13724;
    padding: 20px 15px;
}

.filter-header-search h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    line-height: 20px;
    color: #fff;
    letter-spacing: -1px;
    margin: 0;
    text-transform: uppercase;
}

section#search-result .filter-content .form-control {
    margin-top: 15px;
    border: 1px solid #b13724;
    background: #fff;
    border-radius: 0;
}

section#search-result .filter-button .btn {
    width: 100%;
}

section#search-result .cat-breadcrumb {
    background: #efefef;
    padding: 18px 15px;
    min-height: 80px;
    color: #b13724;
    line-height: 20px;
}

section#search-result .cat-breadcrumb strong {
    color: #333;
    font-weight: 700;
}

section#search-result .cat-breadcrumb span {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    line-height: 20px;
    color: #333;
    letter-spacing: -1px;
    margin: 0;
    text-transform: uppercase;
}


/* Article */

article {
    margin: 0;
    padding: 172px 0 0 0;
}

article .side-pane .title-box {
    background: #d95844;
    padding: 5px 15px;
    display: inline-block;
    margin-left: 20px;
}

article .side-pane .title-box h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}

article .side-pane ul.list-group {
    background: #e5e5e5;
    border-radius: 5px;
    margin-top: -10px;
    padding-top: 16px;
}

article .side-pane li.list-group-item {
    background: transparent;
    border: none;
    cursor: pointer;
    color: #333;
}

article .side-pane ul.list-group li a {
    font-size: 18px;
    line-height: 18px;
    color: #333;
}

article .side-pane li.list-group-item i {
    width: 20px;
    text-align: center;
}

article .side-pane li.list-group-item.active {
    background: #e3d0cd;
}

article .side-pane li.list-group-item:hover {
    background: #e3d0cd;
}

article .side-pane .list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

article .main-content h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    line-height: 30px;
    color: #d95844;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

article .main-content h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: 20px;
    color: #333333;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

article .main-content h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    font-weight: 700;
}

article .main-content p.intro {
    font-size: 20px;
    line-height: 24px;
    font-style: italic;
}

article .main-content .form-group {
    margin-left: 0;
    margin-right: 0;
}

article .main-content .panel-body .row {
    margin-left: 0;
    margin-right: 0;
}

article#akun-saya-content .side-pane .title-box {
    background: #f47f26;
}

article#akun-saya-content .side-pane li.list-group-item.active {
    background: #e7d6c9;
}

article#akun-saya-content .side-pane li.list-group-item:hover {
    background: #e7d6c9;
}

article#akun-saya-content .main-content h2 {
    text-transform: capitalize;
}

article#akun-saya-content .main-content .panel-heading h3 {
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    margin: 0;
    text-transform: capitalize;
    display: inline-block;
}

article#akun-saya-content .main-content .panel-heading h4 {
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    color: #333333;
    margin: 0;
    text-transform: capitalize;
    display: inline-block;
}

article#akun-saya-content .main-content .panel-heading a {
    float: right;
}

article#akun-saya-content .main-content .btn-tambah {
    width: 100%;
    margin-bottom: 15px;
}

article#akun-saya-content .main-content .ubah-email p {
    line-height: 38px;
    margin-bottom: 0;
}


/* Riwayat Pesanan */

#riwayat-pesanan .panel-heading {
    font-family: 'Montserrat', sans-serif;
    overflow: hidden;
}

#riwayat-pesanan .panel-heading p {
    margin: 0;
    line-height: 16px;
    font-size: 12px;
}

#riwayat-pesanan .panel-heading a,
#riwayat-pesanan .panel-heading a:focus {
    color: #333;
    float: none!important;
}

#riwayat-pesanan .panel-heading h5 {
    font-size: 18px;
    font-weight: 700;
    color: #950100;
    margin: 0;
    line-height: 36px;
}

#riwayat-pesanan .panel-body .row {
    border-top: 1px solid #ddd;
    margin-top: 15px;
    padding-top: 15px;
}

#riwayat-pesanan .panel-body p {
    line-height: 16px;
}

#riwayat-pesanan .panel-body .row:nth-child(1) {
    border-top: none;
    margin-top: 0px;
    padding-top: 0px;
}

#riwayat-pesanan .panel-body .dl-horizontal dt {
    width: 100px;
}

#riwayat-pesanan .panel-body .dl-horizontal dd {
    margin-left: 120px;
}

#riwayat-pesanan .panel-body .dl-horizontal dt:nth-last-child(2) {
    border-top: 1px solid #ddd;
    margin-top: 5px;
    padding-top: 5px;
}

#riwayat-pesanan .panel-body .dl-horizontal dd:nth-last-child(1) {
    border-top: 1px solid #ddd;
    margin-top: 5px;
    padding-top: 5px;
}


/* Newsletter */

#pengaturan-newsletter input.form-control {
    height: 44px;
}


/* Error 404 */

#error-box {
    padding: 100px 0;
}

#error-box h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    line-height: 30px;
    color: #d95844;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    text-align: center;
}

#error-box .error-msg {
    text-align: center;
    font-size: 60px;
    color: #d95844;
}


/* Lacak Pesanan */

#page-content .lacak-pesanan {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    margin: 0;
}

#page-content .lacak-pesanan input.form-control {
    height: 44px;
}


/* Footer */

footer {
    margin: 0;
    padding: 0;
    color: #fff;
}

footer .f-top {
    background: #b13724;
    padding: 50px 0;
}

footer .f-top h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    line-height: 24px;
    margin: 0 0 10px 0;
}

footer .f-top ul {
    margin: 0;
    padding: 0;
}

footer .f-top ul li {
    list-style: none;
    line-height: 30px;
}

footer .f-top ul li a {
    color: #fff;
}

footer .f-top ul li a:hover {
    color: #999;
}

footer .f-bottom {
    background: #581b12;
    padding: 30px 0;
    text-align: center;
}

footer .f-bottom p {
    margin: 0;
    padding: 0;
}

footer .f-top .input-group {
    margin-bottom: 10px;
}



/* Shop Cart Box */

.shopping-cart {
    display: none;
}

.shopping-cart {
    margin: 15px 0;
    background: #f47f26;
    width: 320px;
    position: absolute;
    border-radius: 18px;
    padding: 10px;
    font-size: 14px;
    color: #fff;
    display: none;
    right: 0;
    top: -35px;
    z-index: 99;
}

.shopping-cart .shopping-content {
    background: #fff;
    border-radius: 9px;
    padding: 20px;
    font-size: 14px;
    color: #333;
}

.shopping-cart .shopping-cart-header {
    font-size: 24px;
    text-transform: uppercase;
    color: #d95844;
    font-family: 'Montserrat', sans-serif;
    border-bottom: 1px solid #f47f26;
    margin-bottom: 20px;
}

.shopping-cart .shopping-cart-header .shopping-cart-total {
    float: right;
}

.shopping-cart .shopping-cart-header .shopping-cart-total .lighter-text {
    color: #bbb;
}

.shopping-cart .shopping-cart-header .shopping-cart-total .main-color-text {
    color: #fff;
}

.shopping-cart .shopping-cart-content {
    text-align: center;
}

.shopping-cart .shopping-cart-items {
    padding-top: 20px;
    padding-left: 0;
}

.shopping-cart .shopping-cart-items li {
    margin-bottom: 18px;
    list-style: none;
}

.shopping-cart .shopping-cart-items img {
    float: left;
    margin-right: 12px;
    width: 70px;
}

.shopping-cart .shopping-cart-items .item-name {
    display: block;
    padding-top: 0px;
    font-size: 14px;
}

.shopping-cart .shopping-cart-items .item-price {
    color: #fff;
}

.shopping-cart .shopping-cart-items .item-quantity {
    color: #bbb;
    float: right;
    font-size: 12px;
}

.shopping-cart:after {
    bottom: 100%;
    left: 70%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #f47f26;
    border-width: 8px;
    margin-left: -8px;
}

.shopping-cart a {
    width: 100%;
}


/* Login Box */

.login-box {
    display: none;
}

.login-box {
    margin: 15px 0;
    background: #f47f26;
    width: 360px;
    position: absolute;
    border-radius: 18px;
    padding: 30px;
    font-size: 14px;
    color: #fff;
    display: none;
    right: 66px;
    top: -35px;
    z-index: 99;
}

.login-box:after {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #f47f26;
    border-width: 8px;
    margin-left: -8px;
}

.login-box .input-group {
    margin-bottom: 5px;
    width: 100%;
}

.login-box a.forget-link {
    float: right;
    color: #fff;
    line-height: 44px;
}

.login-box span.input-group-addon {
    width: 40px;
}

.login-box .login-box-footer {
    border-top: 1px solid #f7a668;
    padding: 20px 0 0 0;
    text-align: center;
    margin-top: 5px;
}

.login-box .login-box-footer p {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #fff;
    line-height: 18px;
    margin: 0;
}

.login-box .login-box-footer p a {
    color: #fff;
    text-decoration: underline;
}


/* Tambah Alamat */

#TambahAlamat.modal {
    z-index: 999999;
}


/* Profile Box */

.profile-box {
    display: none;
}

.profile-box {
    margin: 15px 0;
    background: #f47f26;
    width: 260px;
    position: absolute;
    border-radius: 18px;
    padding: 30px;
    font-size: 14px;
    color: #fff;
    display: none;
    right: 226px;
    top: -35px;
    z-index: 99;
}

.profile-box:after {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #f47f26;
    border-width: 8px;
    margin-left: -8px;
}

.profile-box ul.list-group {
    margin-bottom: 0;
}

.profile-box li.list-group-item {
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
}

.profile-box li.list-group-item:hover {
    border-color: #b13724;
}

.profile-box li.list-group-item.active {
    background: #d95844;
}

.profile-box li.list-group-item.active:hover {
    border-color: #b13724;
}

.profile-box .list-group-item:first-child {
    border-radius: 0;
}

.profile-box .list-group-item:last-child {
    border-radius: 0;
}

.profile-box ul li i {
    width: 20px;
    text-align: center;
}

.profile-box ul li a {
    color: #fff;
}

/* Added By Rangga */
div#coupon-section input {
    width: 200px;
    float: left;
}

div#coupon-section label{
    float: left;
    line-height: 34px;
    margin-right: 10px;
}

div#coupon-info {
    float: left;
    padding-left: 0px;
    display: block;
    width: 100%;
    font-weight: 700;
}

div#coupon-section {
    float: left;
    width: 100%;
}

span.coupon-info-detail {
    font-size: 14px;
    font-weight: 400;
}

div#myPopupBanner .modal-body {
    padding: 0px;
    text-align: center;
}

div#myPopupBanner .modal-content {
    border-radius: 0px;
    background: none;
    box-shadow: none;
    border: none;
}

div#myPopupBanner .img-responsive {
    display: unset;
}

div#myPopupBanner .modal-dialog{
    max-width: 450px;
}

#myPopupBanner .modal-header {
    border: 0px;
    float: left;
    width: 100%;
    padding: 0px;
}

#myPopupBanner button.close {
    color: white;
    text-shadow: none;
    opacity: 1;
    right: 0px;
    border: 1px solid white;
    border-radius: 25px;
    width: 25px;
    height: 25px;
    margin-bottom: 5px;
}

/* Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {}


/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) and (max-width:1199px) {}


/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) and (max-width:991px) {}

@media (min-width: 481px) and (max-width:767px) {
    div#myPopupBanner .modal-content {
        padding: 40px;
    }
}

@media (max-width: 480px) {
    div#myPopupBanner .modal-content {
        padding: 40px;
    }
}