.hero{
    min-height: auto !important; 
}
.varian-cortez-ct .black-border-color{
    border: solid 5px transparent !important;
    color: #575757 !important;
}
.varian-cortez-ct .black-border-color-white{
    border: solid 5px rgba(87, 87, 87, 0.3) !important;
    color: #575757 !important;
}
.varian-cortez-ct .black-border-color.active,.varian-cortez-ct .black-border-color-white.active
{
    border: solid 5px #575757 !important;
    color: #575757 !important;
}

.overview__cortez-ct{
    background: #252525;
    padding-top: 50px;
    color: #fff;
}

.overview__cortez-ct .nav-tabs{
    border-bottom: 1px solid rgba(255, 255, 255, 0.411) !important;
}

@media(max-width:640px){
    .overview__cortez-ct .nav-tabs{
        /* width: 100% !important; */
    }
    .overview__cortez-ct .overview__slider__item .img-wrapper{
        height: 225px !important;
    }
}

.overview__cortez-ct .nav-tabs .nav-item .nav-link{
    padding-bottom: 20px;
    color: #fff !important;
    white-space: nowrap;
}

.overview__cortez-ct .nav-tabs .nav-item .nav-link.active{
    background: #252525;
    color: #f64f45 !important;
    border-bottom: solid 3px #f64f45 !important;
}



.section__spec__top{
    margin-top: 50px;
}

.section__spec__top img{
    width: 100%;
    max-width: 100%;
}

.specs__cortez-ct{
    background: #473f3a !important;
    padding-bottom: 50px;
    color: #fff;
    margin-bottom: unset !important;
}

.cortez-ct__heading{
    text-transform: uppercase;
    text-align: center;
    margin: auto;
    margin-bottom: 25px;
    color: #fff;
}

.tab-content__cortez-ct{
    background: #5c524b;
    padding: 25px;
    border-radius: 10px;
}

/* .specs__tab__cortez-ct {
    border-bottom: 1px solid #575757 !important;
} */

.specs__tab__cortez-ct .nav-tabs{
    border-bottom: 1px solid #fff !important;
}

.specs__tab__cortez-ct .nav-tabs .nav-link{
    color: #fff !important;
    border-bottom: 5px solid transparent !important;
}
.specs__tab__cortez-ct .nav-tabs .nav-link.active{
    background: transparent !important;
    box-shadow: unset !important;
    border-bottom: 5px solid #bf0d03 !important;
    color: #fff !important;
}

.tab-content__cortez-ct__child .tab-container{ 
    background: transparent !important;
}

.action__cortez-ct{
    background: #473f3a !important;
    color: #fff;
 }

 .video__slider__item a{
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
 }


 .specification__cortez-ct{
    /* background: #d4dfe1;
    border-radius: 5px; */
    /* padding: 50px 25px; */
}

.specification__cortez-ct .nav-tabs__top{
    border-bottom: unset !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.specification__cortez-ct .nav-tabs__top li{
   margin-right: 5px;
}

.specification__cortez-ct .nav-tabs__top .nav-item .btn-tabs{
    border: 1px solid #fff;
    border-radius: 0;
    padding: 15px 15px;
    color: #fff;
}
.specification__cortez-ct .nav-tabs__top .nav-item .btn-tabs.active{
    border: 1px solid #bf0d03 !important;
}

@media(max-width: 640px){
    .specification__cortez-ct .nav-tabs__top{
        flex-direction: column;
    }
    .specification__cortez-ct .nav-tabs__top li{
        margin-bottom: 15px;
    }
    .overview__cortez-ct .nav-tabs{
        flex-wrap: nowrap !important;
        justify-content: normal !important;
    }
}
html, body {
    width: 100%;
    overflow-x: hidden;
}
.text-center {
    text-align: center;
}

.modal-header h4, .modal-header .h4 {
    font-size: 20px;
    color: #666666;
    font-weight: 300;
    margin-top: 15px;
}

.modal-dialog {
    max-width: 600px !important;
}

.modal-footer {
    justify-content: center;
}

.form-group-bordered {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
    position: relative;
}
.main-products .overview__slider2 .slick-slide img {
    max-width: 100%;
    margin: auto;
}
.main-products .overview__slider2 .slick-arrow {
    position: absolute;
    bottom: 50%;
    margin: auto;
    height: min-content;
    color: transparent;
    font-size: 2rem;
    z-index: 99;
    background-color: transparent;
    border: none;
    outline: transparent;
    cursor: pointer;
}
button.slick-next, button.slick-next:hover, button.slick-next:focus {
    position: absolute;
    /*top: 41%;*/
    right: 15px;
    width: 47px;
    height: 50px;
    background-image: url("../img/placeholder.svg")/*dead:https://wuling.id/img/buttonKanan.png*/;
    background-size: 25px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: top;
    background-color: transparent;
    border: none;
    color: transparent !important;
    outline: transparent;
}
button.slick-prev, button.slick-prev:hover, button.slick-prev:focus {
    position: absolute;
    /*top: 41%;*/
    left: 15px;
    z-index: 1;
    width: 47px;
    height: 50px;
    background-image: url("../img/placeholder.svg")/*dead:https://wuling.id/img/buttonKiri.png*/;
    background-position-x: center;
    background-size: 25px;
    background-position-y: top;
    background-repeat: no-repeat;
    border: none;
    background-color: transparent;
    color: transparent !important;
    outline: transparent;
}
.main-products .action__item{
    margin-bottom: 20px;
}
.main-products .action__wrapper{
    flex-wrap: wrap;

}
.overview__slider2 .slick-dots {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin: 15px 0;
    padding: 0;
}
/*.section__spec__top {*/
/*margin-bottom: 50px;*/
/*}*/
label {
    font-weight: 600;
    color: #666666;
    margin-bottom: 0;
}

.form-control-modal {
    border: 0;
    padding-left: 0;
    font-weight: 300;
}

.form-control:focus {
    outline: none;
    border: 0;
    box-shadow: none;
}

.form-control::placeholder {
    font-weight: 300;
    color: #666666;
}

.pos-arrow-down {
    right: 10px;
    color: #666666;
    top: 5px;
    font-size: 18px;
}

textarea {
    resize: none;
}

.main-products .overview__slider__item .img-wrapper {
    height: 320px;
    width: 580px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-width: unset;
}

.prize .wrapper-detail .head,
.prize .wrapper-detail .total,
.prize .wrapper-detail .coment {
    font-family: unset;
}

.action__item__icon {
    margin: 15px 0 30px;
    height: 50px;
    color: #BD1214;
    font-size: 50px;
    line-height: 1;
}

.hero {
    position: relative;
}

.hero .btn {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
    width: 250px;
}

.action__wrapper .action {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.action__wrapper .action {
    flex-wrap: wrap;
}
.action__wrapper .action .action__item {
    box-shadow: 0 6px 24px 0 rgba(0,0,0,.1);
    background-color: #fff;
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg);
    border-bottom: 5px solid #e6e6e6;
    text-decoration: none;
    transition: all .2s ease-in-out;
    margin: 0 10px 25px;
}
.action__wrapper .action .action__item .action__item__wrapper {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
    padding: 30px;
    width: 195px;
    height: 170px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}
.action__wrapper .action .action__item .action__item__wrapper .action__item__icon {
    margin: 15px 0;
    height: 50px;
    color: #bd1214;
    font-size: 50px;
    line-height: 1;
}
.fa, .fas {
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
}
.fa, .fab, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.icon-rupiah-sign.big-icon {
    font-size: 46px;
    font-weight: 400;
}
.action__wrapper .action .action__item .action__item__wrapper .action__item__caption {
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: .2px;
    text-align: center;
    color: #575757;
}
.action__wrapper .action .action__item:hover {
    border-color: #bf0d03;
}

.main-products .specs__tab .nav.nav-tabs .nav-item.active {
    font-weight: bold;
}

.main-products .action__item__wrapper {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
    padding: 30px 30px;
    width: 195px;
    height: 170px;
}
.main-products.products-cortez .variant__controller .black-border-color:hover, .main-products.products-cortez .variant__controller .black-border-color:focus, .main-products.products-cortez .variant__controller .black-border-color.active {
    border: solid 5px #575757 !important;
}
.main-products .variant__controller .btn-variant:hover, .main-products .variant__controller .btn-variant:focus, .main-products .variant__controller .btn-variant.active {
    letter-spacing: normal;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: solid 5px #575757 !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .hero .btn {
        left: unset;
        right: 15%;
        transform: skew(-15deg) scale(0.7);
    }
}

@media (min-width: 1024px) {
    .hero .btn {
        top: 42%;
        left: unset;
        right: 20%;
    }
}

@media (min-width: 1280px) {
    .hero .btn {
        right: 23%;
    }
}

@media (min-width: 1441px) {
    .hero .btn {
        right: 25%;
    }
}

@media (max-width: 768px) {
    .main-products .overview__slider__item .img-wrapper {
        width: auto !important;
    }
    .main-products .overview__slider__item {
        width: 600px !important;
    }
}

@media (max-width: 768px) {
    .main-products .overview__slider .slick-arrow {
        top: 0;
        bottom: 0;
    }
}

@media (max-width: 375px) {
    .main-products .overview__slider .slick-arrow.slick-prev {
        color: #bf0d03;
    }

    .main-products .overview__slider .slick-arrow.slick-next {
        color: #bf0d03;
    }

    .main-products .overview__slider .slick-dots {
        display: none !important;
    }
    .overview__slider__wrapper img{
        height: 225px;
    }
}

@import url("../img/placeholder.svg")/*dead:http://weloveiconfonts.com/api/?family=maki|openwebicons|zocial*/;

/* maki */
[class*="maki-"]:before {
    font-family: 'maki', sans-serif;
}

/* openwebicons */
[class*="openwebicons-"]:before {
    font-family: 'OpenWeb Icons', sans-serif;
}

/* zocial */
[class*="zocial-"]:before {
    font-family: 'zocial', sans-serif;
}
