/**
    Created by
    @author Goldwin Japar & Taufik Akbar
    Bluejack 16-1
 */
/* Base Layout */
body {
    overflow-y: hidden;
    padding-top:65px;
}

@media (min-width: 979px) {

    #midCol.affix-top {
        position:fixed;
        width:265px;
        margin-right:10px;

    }

    #midCol.affix {
        position:static;
        width:100%;
    }

}

@media (min-width: 767px) {
    .affix,.affix-top {
        position:fixed;
    }
}

/* Loading */
.loader-container{
    position : absolute;
    height : 100%;
    width : 100%;
    top : 0;
    left : 0;
    right : 0;
    bottom : 0;
    background-color : rgba(0,0,0,0.1);
    z-index: 9999;
}

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}
.loader {
    color: #ffffff;
    font-size: 10px;
    margin: 150px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}
.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.loader:after {
    left: 3.5em;
}
@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}
@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}


/* Customizable Bootstrap 3 */
.filter-container{
    padding-left: 0;
}

.nav-tabs>li>a {
    border: 0;
}

.nav-tabs>li>a:hover, .nav-tabs>li>a:focus {
    border: 0;
    background-color: transparent;
}

.nav-tabs>li.active>a {
    border: 0;
}

.nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    border: 0;
}

/*Modal Blur*/
.modal-open .container {
    -webkit-filter: blur(1.5px);
    -moz-filter: blur(1.5px);
    filter: blur(1.5px);
}

.modal-dialog .modal-content {
    border-radius: 0px;
    background-color: rgba(255, 255, 255, 0.9);
    padding-left: 15px;
    padding-right: 15px;
}

.modal-backdrop {
    background-color: rgba(255, 255, 255, 0.6);
}

/*Modal Center*/
.modal {
    text-align: center;
}
@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}
.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

/*Modal Close Button*/

/*Modal Style*/
.border-black-bold{
    border: 2px solid #000000;
}

/* //Customizable Bootstrap 3 */

/* Our Coffee-Kejtil Style */
body{
    box-sizing: border-box;
    background: url('../img/assets/background-hd-2800x2000.png');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: "Courier New", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #333132;
    /*width: 100%;*/
}
a{
    cursor: pointer;
}
a:focus, a:active{
    outline: none;
    border: none;
    cursor: pointer;
}
textarea{
    resize: none;
}
.container{
    padding-left: 16px;
    margin-left: 16px;
}

.btn-customized{
    outline: none;
    border: none;
    background: none;
    color: #333132;
    font-weight: bold;
    cursor: pointer;
    font-size: 17px;
    padding: 12px 16px;
    text-transform: uppercase;
}

.custom-login-form td{
    padding: 10px;
}

/* Font */
@font-face {
    font-family: "Helvetica Neue Lt Std";
    src: url("../fonts/helvetica-neue-lt-std/HelveticaNeueLTStd-BdCn.otf");
}
@font-face {
    font-family: "F25 Executive";
    src: url("../fonts/f25-executive/F25_Executive.otf");
}

.text-helvetica{
    font-family: "Helvetica Neue Lt Std";
    text-transform: uppercase;
    font-size: 16px;
}

.text-executive{
    font-family: "F25 Executive";
    text-transform: uppercase;
    font-size: 12px;
    background-color: transparent;
}
.text-description{
    font-family: "Courier New";
    font-size: 12px;
    text-transform: none;
    width: 55vh;
}
/* //Font */

/* Navigation */
.navbar-fixed-top {
    min-height: 80px;
    background: none;
    border: none;
}
.navbar-fixed-bottom {
    min-height: 80px;
    background: none;
    border: none;
}

.navbar-header img{
/*     margin-right: 60px; */
}

.navbar-main > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 80px;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 11px;
}

@media (max-width: 767px) {
    .navbar-nav > li > a {
        line-height: 20px;
        padding-top: 10px;
        padding-bottom: 10px;}
}

.nav>li>a:hover{
    background-color: transparent;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #333132;
    background-color: transparent;
}

.nav-tabs a{
    color: #333132;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    background-color: transparent;
}
/* //Navigation */

/* Scrollbar */
::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}
::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}
::-webkit-scrollbar-thumb {
    background: /*#FFFFFF*/ transparent;
    border: 0px none #ffffff;
    border-radius: 50px;
}
::-webkit-scrollbar-track {
    border: 0px none #ffffff;
    border-radius: 50px;
}
::-webkit-scrollbar-corner {
    background: transparent;
}
/* //Scrollbar */

/* Spacing */
.margin-right-2 li{
    margin-right: 24px;
}
/* //Spacing */

/* Flickity */
.carousel {
    background: #EEE;
}

.carousel-cell {
    width: 28%;
    height: 200px;
    margin-right: 10px;
    background: #8C8;
    border-radius: 5px;
    counter-increment: carousel-cell;
}

.carousel-cell.is-selected {
    background: #ED2;
}

/* cell number */
.carousel-cell:before {
    display: block;
    text-align: center;
    content: counter(carousel-cell);
    line-height: 200px;
    font-size: 80px;
    color: white;
}

.grid-item { width: 25%; }
.grid-item--width2 { width: 50%; }

/* //Flickity */

.splash-screen-container{
    padding: 0;
    margin: 0;
}

#logo-image{
    margin-top: -12.5%;
    margin-right: 5%;
}

.entrance-hidden{
    visibility: hidden;
}

.language-chooser{
    margin-top: 128px;
    padding-left: 60px;
    padding-right: 60px;
}

.language-chooser li{
    margin-left: 72px;
    font-size: 24px;
    cursor: pointer;
}

.language-chooser>li>a{
    padding: 0;
}

.filter-container{
    height: 70vh;
    overflow-y: auto;
    overflow-x: hidden;
    direction: rtl;
}
.filter-container ul{
    direction: ltr;
}

.content-container {
    margin-top: 16px;
}

.cart-container{
    position: relative;
    width: 37.5vh;
    height: 100%;
    padding-top: 10px;
    overflow-x: auto;
    white-space: nowrap;
    float: left;
    -webkit-overflow-scrolling: touch;
}

.simply-box{
    width: 50px;
    height: 50px;
    border: 1px solid rgba(0,0,0,.54);
    margin-left: 12px;
    display: inline-block;
    cursor: pointer;
}
.simply-box img{
    object-fit: cover;
}
.simply-box a{

    text-decoration: none;
    text-underline : none;
    color: #ffffff;
}
.simply-box-close {
    position: relative;
    float:right;
    display:inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-top: -8px;
    margin-right: -8px;
    width: 18px;
    height: 18px;
    font-size: 12px;
    font-family: "Courier New";
    background: #000000;
    color: #ffffff;
    border: 1px solid #ccc;
    text-align: center;
}

/*Popup Design*/
.image-container{
    width: 100%;
    min-height: 400px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.text-preview{
    position: absolute;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    font-size: 15px;
    font-weight: 600;
}

#product-name{
    background-color: rgba(255,255,255,0.5);
    padding: 10px;
}

.modal-close{
    float:right;
    display:inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-top:-35px;
    margin-right: -40px;
    width: 40px;
    height: 40px;
    font-size: 25px;
    font-family: "Courier New", serif;
    background-color: rgba(255,255,255,1);
    opacity: 1;
    color: #000000;
    text-align: center;
    z-index: 999;
    border: none;
    outline: none;
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
}
.add-on-title{
    margin-top: 5px;
    text-transform: uppercase;
    text-align:center;
    font-size: 16px;
}
.add-on-option-container{
    width: 100%;
    min-height: 80px;
}
.add-on-option{
    position: relative;
    background-size: cover;
    float: left;
    display: inline-block;
    width: 65px;
    height: 60px;
    margin: 3px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
}
.add-on-option:hover{
    -webkit-filter: sepia(150%); /* Safari */
    filter: sepia(150%);
}

.add-on-clicked{
   -webkit-filter: sepia(220%); /* Safari */
    filter: sepia(220%);
}

.add-on-option img{
    width: 100%;
    height: 100%;
}
.add-on-option-text{
    font-family: "Courier New", serif;
    font-size: 9px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding: 5%;
    transform: translate(-50%, -50%);
}
.add-on-option-text:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.add-on-notes{
    width: 100%;
    border: none;
    outline: none;
    margin-top: 5px;
    border-bottom: 1px solid black;
    word-wrap: break-word;
    word-break: break-all;
    background: transparent;
}
.for-search{
    margin-left: 20px;
    margin-top: 28px;
    width: 180px;
}
.order-confirmation{
    margin-top: 8px;
    width: 100%;
    float: right;
}
.order-confirmation a{
    float: right;
    text-decoration: none;
    color: #333132;
}

#checkout .modal-content{
    background: url('../img/assets/popup-sheet-hd-900x1200.png');
    background-size : 100% 100%;
    min-height: 300px;
    border: none;
    padding-top: 12px;
    padding-bottom: 12px;
}

#checkout .modal-content{
    box-shadow: none;
}

.checkout-header{
    margin-bottom: 10px;
}

.checkout-body .detailed-information{
    width: 100%;
    border-top: 2px solid #333132;
    border-bottom: 2px dashed #333132;
    padding: 10px;
    margin-bottom: 12px;
}
.checkout-body .detailed-information td {
    padding: 5px 12px;
}
.grand-information{
    text-align: left;
    width: 100%;
}
.grand-information td{
    padding-left: 30px;
    padding-bottom: 10px;
}
.grand-information .text-align-right{
    padding-left: 113px;
}
.confirm-button{
    background: transparent;
    text-align:center;
    font-size: 20px;
    height: 40px;
    width: 100%;
}
/*************************** UTILITY ***************************/
.bordered-left-right{
    border-right: 2px solid #333132;
    border-left: 2px solid #333132;
}
.float-right{
    float: right;
}
.float-left{
    float: left;
}
.remove-padding{
    padding:0;
}
.remove-margin{
    margin:0;
}
.margin-top-5{
    margin-top: 10px;
}
.padding-10{
    padding-left: 10px;
    padding-right: 10px;
}
/**
    GD Overline Animation (3 Style)
 */
/* Big Overline */
.overline-animation a {
    position: relative;
    color: rgba(0,0,0,.54)/*#000*/;
    text-decoration: none;
}
.overline-animation a:before {
    content: "";
    position: absolute;
    width: 25%;
    height: 3px;
    bottom: 28px;
    left: 2px;
    background-color: #333132/*#fff*/;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.1s ease-in-out 0s;
    transition: all 0.1s ease-in-out 0s;
}
.overline-animation a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
/* //Big Overline */

/* Medium Overline */
.overline-animation-2 a {
    position: relative;
    color: rgba(0,0,0,.54)/*#000*/;
    text-decoration: none;
}
.overline-animation-2 a:before {
    content: "";
    position: absolute;
    width: 25%;
    height: 3px;
    bottom: 52px;
    left: 17px;
    background-color: #333132/*#fff*/;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.1s ease-in-out 0s;
    transition: all 0.1s ease-in-out 0s;
}
.overline-animation-2 .active a:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
/* //Medium Overline */

/* Vertical Overline */
.overline-animation-3 a {
    position: relative;
    color: rgba(0,0,0,.54)/*#000*/;
    text-decoration: none;
}
.overline-animation-3 a:before {
    content: "";
    position: absolute;
    width: 25%;
    height: 3px;
    bottom: 5px;
    left: 33px;
    background-color: #333132/*#fff*/;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.1s ease-in-out 0s;
    transition: all 0.1s ease-in-out 0s;
}
.overline-animation-3 .active a:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
/* //Vertical Overline */


/*tambahan by akbar*/

.quantity-container{
    margin-bottom: 20px;
}

#confirm-checkouting{
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
#confirm-checkouting:hover{
    font-size: 18px;
}

