
#blockpage-loading {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #007b5e;
    top: 0;
    left: 0;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#blockpage-loading img {
    max-width: 300px;
    width: 60vw;
}

.blockpage-hide {
    display: none !important;
}

.owl-stage {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.d-none {
    display: none;
}

.normal-price-strike {
    display: none;
}

.sale-price-strike {
    background-color: red;
    color: #fff;
    padding-left: 2px;
    padding-right: 2px;
}

@media screen and (max-width: 768px) {
    #croco-header .navbar {
      background: #fff;
    }
    
    .nav-hovernya:hover {
        background-color: #fff;
    }
    
    .p-0 {
        padding: 0;
    }
    
    .px-0 {
        padding-left: 0;
        padding-right: 0;
    }
    
    .product-item {
        background-color: #FFF;
    }
    
    .item-desc {
        padding-bottom: 5px;
    }
    
    .item-desc:nth-child(odd) {
        padding-left:0px;
        padding-right:2.5px;
    }
    
    .item-desc:nth-child(even) {
        padding-left:2.5px;
        padding-right:0px;
    }
    
    .height-info-item {
        margin-bottom: 5px;
    }
    
    .mb-home-new {
        color: #4b4b4f;
        margin-bottom: 10px;
        font-size: 18px;
        text-align: left;
    }
    
    .detail-top {
        display: none;
        position: fixed;
        bottom: 80px;
        z-index: 999;
        background: white;
        left: 0;
        border-radius: 30px;
        background: white;
        box-shadow: 0 0px 13px -4px #c4c4c4;
        width: calc(100% - 2rem) !important;
        margin: 0 1rem;
    }
    .summary .detail-info h4, .summary .detail-desc h4 {
        color: #231F20;
        font-size: 16px;
        margin-bottom: 10px;
        border-bottom: 1px solid #D9D9D9;
        padding-bottom: 10px;
    }
    .summary .detail-desc p {
        color: #666;
        font-size: 14px;
    }
    .gallery .full {
        margin-top: 0px;
    }
    .breadcrumb-new {
        margin: 5px 0;
        font-size: 12px;
    }
    .breadcrumb-new .color {
        color: #007b5e !important;
    }
    #wa_button {
        bottom: 22px;
        right: 3%;
    }

    #cd-menu-trigger {
        display: none;
    }
    
    .navbar-center-mb {
        padding-top: 5px;
    }
    
    .mobile-smart-menu {
        margin-bottom:0px;
        margin-top:0px;
        padding-top:0px;
        position: fixed;
        width: 100%;
        top: 50px;
        z-index: 999;
        background-color: #FFF;
    }
    
    .first-sub:hover {
        color: #007b5e !important;
        line-height: 19px;
        border-bottom: 4px solid #007b5e;
    }
    
    #homemenu {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    
    #homemenu ul {
        display: flex;
        justify-content: space-between;
        margin-bottom: 0;
    }
    
    #homemenu ul ul {
        position: fixed;
        top: 78px;
        z-index: 2;
        width: 100%;
        left: 0;
        height: 100%;
        background: #007b5e;
    }
    
    #homemenu ul ul ul {
        position: relative;
        top: 0;
    }
    
    #homemenu ul li {
        width: auto;
    }
    
    #homemenu > ul > li > a, #homemenu ul ul li a {
        padding: 0px 5px;
    }
    
    #homemenu > ul > li > a:before, #homemenu > ul > li > a:after {
        display: none !important;
    }
    
    #homemenu .sub-class2 {
        background-color: #007b5e;
        display: block;
        text-align: left;
        padding: 5px 0rem;
        position: relative;
    }
    
    #homemenu .sub-class2 a {
        color: #FFF;
        font-weight: 800;
        padding-left: calc(2rem + 5px);
    }
     
    #homemenu .sub-class3, #homemenu .sub-class4 {
        display: block;
        text-align: left;
        padding-left: 1rem;
        font-size: 80%;
        position: relative;
    }
    
    #homemenu .sub-class4 {
        background-color: #E7E7E7; 
    }
    
    #homemenu .has-sub .open {
        background-color: #E7E7E7;
    }
    
    #homemenu .open .sub-class3 {
        background-color: #E7E7E7;
    }
    
    #homemenu .sub-class2.open > a {
        color: #007b5e;
    }
    
    #homemenu .sub-class2.open > ul > li > a {
        color: #007b5e;
        font-size: 14px;
    }
    
    #homemenu .sub-class3.open > ul > li > a {
        color: #007b5e;
        font-size: 14px;
    }
    
    #homemenu ul > li.has-sub > a:after {
      position: absolute;
      right: 26px;
      top: 14px !important;
      z-index: 5;
      display: block;
      height: 10px;
      width: 1.5px;
      background: #FFF !important;
      content: "";
      -webkit-transition: all 0.1s ease-out;
      -moz-transition: all 0.1s ease-out;
      -ms-transition: all 0.1s ease-out;
      -o-transition: all 0.1s ease-out;
      transition: all 0.1s ease-out;
    }
    #homemenu ul > li.has-sub > a:before {
      position: absolute;
      right: 22px;
      top: 18px !important;
      display: block;
      width: 10px;
      height: 1.5px;
      background: #FFF !important;
      content: "";
      -webkit-transition: all 0.1s ease-out;
      -moz-transition: all 0.1s ease-out;
      -ms-transition: all 0.1s ease-out;
      -o-transition: all 0.1s ease-out;
      transition: all 0.1s ease-out;
    }
    #homemenu ul > li.has-sub.open > a:after,
    #homemenu ul > li.has-sub.open > a:before {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
    }
    
    .first-sub {
        border-bottom: none;
        font-size: 14px !important;
    }
    
    .navbar-dropdown .mbr-table-cell {
        height: auto;
    }
    
    .icon-shopping-bag-top-white {
        filter: invert(1);
    }
    
    
    /*Overwrite existing*/
    
    .sub-clothing-1 h2 a {
        font-family: Gothan-medium;
        color: #4b4b4f;
    }
    
    .col-md-12 .croco-icocolor.mini {
        font-size: 15px;
        line-height: 0px;
        width: 15px;
        height: 15px;
        margin: 0px 2px;
    }
    
    .croco-icocolor {
        border-radius: 5px;
    }
    
    .croco-icocolor.effect:after {
        top: -1px;
        left: -1px;
        padding: 1px;
        box-shadow: 0 0 0 1.5px #bdbdaf;
        -webkit-transition: -webkit-transform .2s,opacity .2s;
        -webkit-transform: scale(.8);
        -moz-transition: -moz-transform .2s,opacity .2s;
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        transition: transform .2s,opacity .2s;
        transform: scale(.8);
        opacity: 0;
    }
    
    .croco-icocolor:after {
        border-radius: 5px;
    }
    
    .col-md-12 .size-menus {
        text-align: left;
    }
    
    .col-md-12 .size-menus .top-sizes {
        background-color: transparent;
        line-height: 0;
    }
    
    .col-md-12 .menu-size ul.top-sizes li a {
        font-family: Gothan-medium;
        padding-left: 0px!important;
        padding-top: 0px!important;
        padding-right: 0px!important;
        padding-bottom: 0px!important;
        margin-left: 0px;
        margin-right: 0px;
        color: #007b5e! important;
        color: #ccc !important;
        cursor: pointer;
        line-height: 12px;
        font-size: 12px;
        text-decoration: line-through;
    }
    
    .col-md-12 .menu-size ul.top-sizes li {
        margin: 0px 4px 0px 0px !important;
    }
    
    #prd_stock {
        font-weight: bolder;
        color: #007b5e !important;
        text-decoration: none;
    }
    
    .height-info-item-title {
        height: auto;
    }
    
    .sub-clothing-1 .price {
        float: left !important;
    }
    
    .sale-price-strike {
        color: #929292;
        text-decoration: line-through;
        font-size: 11px;
        background-color: transparent;
        /*padding-left: 2px;*/
        /*padding-right: 2px;*/
    }
    
    .normal-price-strike {
        font-size: 13px;
        color: #FF0000;
        font-weight: 800;
        font-family: Gothan-medium;
        display: inline-block;
    }
    
    .mobile-bottom-bar {
        width: 80%;
        /* height: 3.778rem; */
        background: #FFF;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        position: fixed;
        bottom: 0;
        z-index: 999;
        border-radius: 20px 10px 0px 0px;
        padding: 0 1rem 10px 1rem;
        margin-left: 10px;
        z-index: 10;
    }
    
    .mobile-bottom-bar-add {
        width: 100%;
        width: calc(100% - 2rem);
        height: 1.778rem; 
        background: #FFF;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        position: fixed;
        bottom: 0;
        bottom: -1px;
        z-index: 3;
        border-radius: 0px 10px 0px 0px;
        padding: 0 0 0 2rem;
        margin-left: 10px;
        margin-right: 10px;
        /*display: none;*/
    }
    
    .mobile-bottom-bar .footer-link {
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        text-align: center;
        color: #FFF;
        font-size: 0.8125rem;
        font-weight: bold;
        padding: 0rem 0.7rem;
        background-color: transparent;
    }
    
    .mobile-bottom-bar .footer-link i.fa {
        opacity: 1;
        margin-right: auto;
        margin-left: auto;
        font-size: 3rem;
        vertical-align: middle;
        color: #dbdbdb;
        display: block;
    }
    
    .mobile-bottom-bar .footer-text {
        position: relative;
        font-family: 'Gothan-medium';
        font-size: 1.25rem;
        color: #dbdbdb;
    }
    
    .fa-rounded {
        width: 33px !important;
        height: 33px !important;
        line-height: 52px !important;
        background-image: none;
        border-radius: 15px;
    }
    
    #croco-footer {
        background-color: #f1f3f4;
    }
    
    #cd-lateral-nav-2 {
        width: 100%;
        background-color: #f1f3f4;
        z-index: 1;
        -webkit-transform: translateY(100vh);
        -moz-transform: translateY(100vh);
        -ms-transform: translateY(100vh);
        -o-transform: translateY(100vh);
        transform: translateY(100vh);
    }
    
    #cd-menu-trigger-2.is-clicked .icon-shopping-bag-top-white::before {
        z-index: 2;
    }
    
    .icon-shopping-bag-top-white {
        background: none;
    }
    
    #cd-lateral-nav-2.lateral-menu-is-open-2 {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    
    .list-history {
        padding-top: 30px
    }
    
    .shoping-bag-croco {
        background: #FFF;
        border-radius: 10px;
        margin: 0px 20px 15px;
        padding: 5px;
        box-shadow: 0 0px 13px -4px #c4c4c4;
    }
    
    .mobile-list-price {
        padding: 10px;
        margin-top: 10px;
        position: absolute;
        bottom: 85px;
        margin: auto 20px;
        background-color: #FFF;
        border-radius: 10px;
        box-shadow: 0 0px 13px -4px #c4c4c4;
        width: -webkit-fill-available;
    }
    
    label {
        color: #000;
    }
    
    .filter-group {
        position: fixed;
        background: #00000030;
        z-index: 9999;
        top: 0;
        padding: 0;  
        max-height: 100vh;
        overflow: scroll;
    }
    
    .filter-detail {
        padding-top: 83px;
        background: white;
        margin-top: 80px;
        animation: slide-top 1s;
    }
}

@media screen and (max-width: 768px) {
    .modal-content {
        animation: slide-top 1s;
        border: 0;
        box-shadow: none;
    }
    
    .modal {
        background: #00000030;
    }
    
    .modal-backdrop {
        background: #ffffff00;
        height: auto !important;
    }
    
    .modal-dialog {
        margin: 0;
        margin-top: 80px;
        position: absolute;
        bottom: 0;
        height: calc(100vh - 80px);
        width: 100%;
        overflow: scroll;
        background: #FFF;
    }
    
    .btn-mdl-close {
        font-size: 40px;
        opacity: 1;
        right: 10px;
        position: absolute;
        top: 45px;
        z-index: 9;
    }

    .price-newsection {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        padding: 10px 20px 0px;
    }
    
    .top-sizes {
        padding: 0px 20px 10px;
        text-align: left;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    
    .top-sizes li {
        border: 1px solid #DADADA;
        border-radius: 10px;
        margin-right: 10px;
        display: flex !important;
        overflow: hidden;
    }
    
    .top-sizes li a {
        padding: 8px 15px !important;
        margin: 0 !important;
        color: #BDAE91;
        font-size: 14px;
    }
    
    .type-color {
        display: flex;
        flex-wrap: wrap;
    }
    
    .type-color a {
        display: flex;
    }
    
    .top-color-desc {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-left: 20px;
        padding-right: 20px;
        align-items: end;
    }
    
    .btndtl-add {
        margin: 10px 20px 20px; 
    }
    
    .btndtl-add .btn {
        border-radius: 10px;
        color: #FFF;
        background-color: #588772;
    }
    
    .btn-croco-green {
        border-radius: 10px;
        color: #FFF;
        background-color: #588772;
    }
    
    .btn-croco-light {
        border-radius: 10px;
        color: #FFF;
    }
    
    .btn-croco-dark {
        border-radius: 10px;
        color: #000;
    }
    
    .summary .detail-top h2 {
        color: #000;
        text-align: left;
        font-weight: 800;
    }
    
    .bg-red-price {
        background-color: transparent;
        color: #FF0909;
        font-size: 20px;
        display: block;
        font-family: 'Gothan-medium';
        margin-bottom: -5px;
    }
    
    .summary .detail-top .price {
        color: #D9D9D9;
        text-align: right;
        margin-bottom: -5px;
    }
    
    .detail-action .review {
        background: transparent;
    }
    
    .detail-action .fitting-product-det {
        display: inline-block;
        width: 18px;
        height: 18px;
        background: url(../img/icon/fitting-product-new.png) no-repeat 0 0;
        background-size: cover;
    }
    
    .icon-model {
        display: inline-block;
        width: 18px;
        height: 18px;
        background: url(../img/icon/icon-model-new.png) no-repeat 0 0;
        background-size: cover;
    }
    
    .icon-bahan {
        display: inline-block;
        width: 18px;
        height: 18px;
        background: url(../img/icon/bahan-new.png) no-repeat 0 0;
        background-size: cover;
    }
    
    .icon-madeproduk {
        display: inline-block;
        width: 18px;
        height: 18px;
        background: url(../img/icon/madeproduk-new.png) no-repeat 0 0;
        background-size: cover;
    }
    
    .col-md-12 .menu-size ul.top-sizes li {
        border: none;
        border-radius: 0;
        margin-right: 0;
    }
    
    #croco-signin-reg h2 {
        font-size: 30px;
        color: #000000;
        margin-bottom: 0;
        font-family: 'Gothan-medium';
        font-weight: 700;
    }
    
    #croco-signin-reg .small-text {
        font-size: 14px;
        color: #000000;
        margin-bottom: 0;
        font-family: 'Gothan-light';
    }
    
    .form-control {
        font-size: 14px;
        height: 50px;
        border: 1px solid #bebeb0;
        border-radius: 10px;
    }
    
    div#bag_input_div .bag-btn-minus, div#bag_input_div .bag-btn-plus {
        background: 0 0;
        border: none;
        font-size: 20px;
        color: #222;
        width: 30px;
        padding: 0;
        margin: 0;
        border: 1px solid #CCC;
        border-radius: 10px;
    }
    
    #bagCount {
        width: 14px;
        border: none;
        font-size: 20px;
        color: #333;
        padding: 0px 10px;
    }
    
    .col-md-12 li .menu-size:hover ul.top-sizes {
        text-align: left;
    }
}

@media screen and (min-width: 769px) {
    .detail-top {
        display: block !important;
    }
}

@keyframes slide-top {
	0% {
		-webkit-transform: translateY(100vh);
        -moz-transform: translateY(100vh);
        -ms-transform: translateY(100vh);
        -o-transform: translateY(100vh);
        transform: translateY(100vh);
	}
	100% {
		-webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
	}
}