@font-face {
    font-family: "dancingscript-regular";
    src: url("../fonts/DancingScript-Regular.otf");
}
html, body{
    height: 100%;
    margin: 0;
    padding: 0;
}
body{
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}
a[disabled]{
    cursor: not-allowed;
    opacity: 0.8;
}
.errorMessage{
    font-size: 12px;
    margin-top: 5px;
}
ul.yiiPager a:link, ul.yiiPager a:visited {
    display: inline-block;
    padding: 5px 14px;
    border: 1px solid #dddddd;
    border-radius: 15px;
}
.clearfix::after{
    content: "";
    display: block;
    clear: both;
}
.select2-container .select2-selection--single{
    height: 40px;
}
.select2-container--default .select2-selection--single{
    border-radius: 2px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 40px;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    padding-left: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 40px;
}
.img-responsive3 {
    width: 100%;
    height: auto;
}


header .search.open .search-open{
    opacity: 1 !important;
}

.content-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  left: 0px;
  width: 100%;
  height: 80px;
  color: #444;
  transition: 1s;
}

.fixed-header .content-header{
    height: 70px;
}
.show-in-mobile{
    display: none;
}
.content-header .dropdown-menu {
    left: -140px !important;
}

.content-header.header-fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    height: 70px;
    transition: all 0.3s ease-out;
}
.content-header .container-fluid, .content-header .container {
    height: 100%;
}

.content-header a {
    transition: 0.2s;
    font-size: 16px;
}
.content-header a:hover, .content-header a.active{
    color: #00a0e9 !important;
}
.content-header a:hover .fa {
    color: #00a0e9 !important;
}
.content-header .btn:hover .fa {
    color: #00a0e9 !important;
}
.btn.search-open .fa{
    color: #444 !important;
}
.content-header .fa {
    cursor: pointer;
    color: #202121;
    font-size: 16px;
}
.fixed-header .content-header .fa, header.fixed-header .cart .dropdown-toggle .icon {
    color: #202121;
}
.content-header .fa:hover{
    color: #00a0e9 !important;
    transition: 0.2s ease-in-out;
}
.content-header .cart .dropdown-toggle .icon:hover{
    color: #00a0e9 !important;
    transition: 0.2s ease-in-out;
}
.content-header .search-dropdown {
    position: absolute;
    left: 0;
    width: 0;
    height: 100%;
    padding: 10px;
    display: flex !important;
    align-items: center;
    background: #fff;
    opacity: 0;
    transition: all 0.3s ease-out;
    z-index: -1;
}
.content-header .search-dropdown.show {
    width: 100%;
    opacity: 1;
    z-index: 5;
}
.content-header .search-dropdown .search-form {
    flex-grow: 1;
    padding: 10px 5px;
}
.content-header .search-dropdown .search-form button {
    margin-left: 5px;
}
.content-header .search-dropdown .search-form .fa {
    color: #444;
}
.content-header .search-dropdown .search-close {
    margin-left: 10px;
    padding: 10px 15px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0px 0px 2px 1px #d6d6d6;
    transition: all 0.3s ease-out;
}
.content-header .search-dropdown .search-close:hover {
    opacity: 0.7;
}
.content-header .search-dropdown .search-close .fa {
    color: #444;
}
.content-header .search-dropdown button > i{
    display: none;
    color: #fff !important;
}
.content-header .menu-view {
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.content-header ul.menu-header {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
    margin: 0;
}
.content-header ul.menu-header li {
    list-style-type: none;
    margin: 5px calc(100%/50);
    margin-bottom: 0px;
}
.content-header .menu-header li.js-item-tag.parent li{
    margin-left: 20px;
}
.content-header ul.menu-header li a {
    text-transform: uppercase;
    font-weight: 600;
    color: #202121;
    font-size: 15px;
}
.content-header ul.menu-header li > ul li a{
    color: #202121;
}
.fixed-header .content-header ul.menu-header li a{
    color: #202121;
}
.content-header ul.menu-header > li.item-menu{
    display: flex;
    align-items: center;
    height: 100%;
}
.content-header ul.menu-header > li.item-menu.dropdown:hover .dropdown-menu{
    margin-top: -10px;
}
.content-header ul.menu-header > li.item-menu.dropdown:hover .dropdown-menu{
    display: block;
}

header .search.open .search-open{
    opacity: 1 !important;
}

.item-menu.dropdown .dropdown-menu{
    margin-top: -15px !important;
}
.header-desktop .btn {
    background: #6d6d6d;
}
.third-slides .slide-item-caption-info{
    padding: 0 4% !important;
}
.second-slides .slide-item-caption-info h2{
    font-size: 2em;
}
.second-slides .slide-item-caption-info p{
    margin-bottom: 15px;
}
.second-slides .slide-item-caption-info .btn{
    height: 40px;
}
.carousel .keterangan-banner, .related-carousel .keterangan-banner{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.carousel .keterangan-banner h2, .carousel .keterangan-banner p, .related-carousel .keterangan-banner h2, .related-carousel .keterangan-banner p{
    font-family: dancingscript-regular,dancing script,cursive;
    color: #fff;
}
.carousel .keterangan-banner h2, .related-carousel .keterangan-banner h2{
    font-size: 4em;
    line-height: 65px;
}
.carousel .keterangan-banner p, .related-carousel .keterangan-banner p{
    font-size: 1.5em;
}
.carousel .keterangan-banner .btn, .related-carousel .keterangan-banner .btn{
    margin-top: 25px;
    background-color: transparent;
    border: solid rgba(255, 255, 255, 1) 2px;
    cursor: pointer !important;
}
.carousel .keterangan-banner .btn:hover, .related-carousel .keterangan-banner .btn:hover{
    background-color: #fff;
    color: #202121;
}

.content-productspesial{
    background: #ffef98;
}
.content-productspesial .product-img{
    margin-left: -15px;
    margin-right: -15px;
}
.content-productspesial .product-desc{
    padding: 4em 2em 1em 3em;
    text-align: justify;
}
.content-productspesial .row:first-child .product-desc{
    padding: 3em 2em 1em 3em;
}
.content-productspesial .product-desc .card-title{
    font-size: 1.5em;
    text-align: left;
}
.content-productspesial .product-desc .card-text{
    margin-bottom: 2em;
}

.product-list .product-listing{
    margin-top: -35px;
}

.product-list .btn{
    height: 45px;
}
.lead-time{
    margin-right: .3em;
    padding: .2em .5em .1em;
    background: #e4e4e4;
    color: #444444e0;
}
.info-multiple-price {
  font-size: initial;
  cursor: pointer;
}

.before-diskon{
    font-size: .85em;
    font-weight: 200;
    text-transform: uppercase;
    margin: .4em 0;
}
.before-diskon .diskon{
    margin-right: .3em;
    padding: .2em .5em .1em;
    border-radius: 2px;
    background: #e4e4e4;
    color: #444444e0;
}
.before-diskon .harga{
    text-decoration: line-through #444444bf;
    color: #444444bf;
}
.product-info .before-diskon{
    font-size: 16px;
    display: inline-block;
}
.unit-price .before-diskon{
    font-size: .55em;
}

.keterangan-banner-content{
    width: 85%;
    padding: 10px 20px;
    background: #0000001c;
}
.list-menu-view.menu-left {
    width: 20%;
    height: 100%;
    display: flex;
    align-items: center;
}
.list-menu-view.menu-left a {
    display: block;
    border-radius: 2px;
    font-style: italic;
    font-weight: bold;
    color: #fff;
    background: white;
    z-index: 1;
}
.list-menu-view.menu-left a:hover {
    opacity: 0.8;
    transition: 0.2s;
}
.list-menu-view.menu-left a img{
    max-width: 260px;
}
.list-menu-view.menu-center {
    width: 60%;
    height: 100%;
    display: flex;
    align-items: center;
}
.list-menu-view.menu-right {
    width: 15%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 10px;
}
.list-menu-view.menu-right div {
    padding: 3px;
}
header .cart{
    top: -15px;
}

a {
    text-decoration: none !important;
    cursor: pointer;
}

.btn {
    transition: all 0.3s ease-out;
}
.btn:hover {
    background: #444;
    border-color: #444;
}
.btn-slider{
    top: -70px !important;
}
#content{
    position: relative;
    padding-top: unset !important;
}

/* .tt-product-page__tabs{
    margin-bottom: 40px;
} */
.footer-content-center{
    width: 100%;
    text-align: inherit !important;
    background: #00a0e9;
    color: #fff;
    padding: 40px 40px 80px !important;
}
.isotop_showmore_js{
    margin-top: 50px;
    display: none;
}


header div{
    vertical-align: baseline !important;
}
header .cart .dropdown-toggle .icon{
    top: 4px !important;
    font-size: 20px !important;
}

header .cart .dropdown-toggle .badge{
    width: 15px !important;
    height: 15px !important;
    font-size: 11px !important;
    top: 15px !important;
    line-height: 16px !important;
}

header .cart .badge-cart{
    top: 12px !important;
}
header .cart .dropdown-toggle .dropdown-label{
    display: none !important;
}

li.item-menu.dropdown:hover > ul.dropdown-menu{
    display: block !important;
}

ul.list-tags {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
}
li.js-item-tag {
    color: #202121;
}
span.menu-parent{
    background: #e2e2e2;
}

footer a {
    color: #fff !important;
    transition: .2s;
}
footer a:hover {
    color: #333333 !important;
}
footer .info a {
    height: auto !important;
    padding: 10px !important;
}

.carousel-slide img{
    height: 350px !important;
    padding: 0 5px !important;
}
.carousel-slide a.btn-absolute{
    position: absolute;
    top: 150px;
    left: 5px;
    background: white;
    color: black;
    width: 95%;
    border-radius: 0px;
    transition: 0.3s ease-in-out;
}
.carousel-slide a.btn-absolute:hover{
    background: rgb(213, 191, 94);
    color: white;
}
.carousel-slide .slick-dots{
    bottom: -10%;
}
.carousel-slide .slick-dots li{
    margin: 0 2px;
}
.carousel-slide .slick-dots li button{
    height: 5px;
    padding: 0 3px;
}
.carousel-slide .slick-dots li button:before{
    top: -6px;
    left: -6px;
    height: 15px;
    width: 15px;
}

.banner-footer{
    width: 100%;
    min-height: 200px;
    max-height: 450px;
    overflow: hidden;
}
.banner-footer img{
    width: 100%;
    max-height: 450px;
}
.footer-menu ul li a{
    font-size: 14px;
}
.container-fluid{
    margin-top: unset !important;
}
.content .container, .main-content-wrap .container{
    margin-top: 0px !important;
}

.main-content-wrap .container.top-space{
    margin-top: 20px !important;
}
.content-productseries img{
    width: 100%;
    max-height: 450px;
}

.related-banner-detail{
    width: 100%;
    margin-bottom: 10px;
}
.related-banner-detail picture, .related-banner-detail img{
    display: block;
    width: 100%;
    height: auto;
    min-height: 100px;
}
.content-series{
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: white;
}
.content-series picture, .content-series img{
    display: block;
    width: 100%;
    min-height: 100px;
}
.content-series img.lazy{
    min-height: 250px;
}
@media screen and (min-width: 1024px) {
    .header-banner.content-series img.lazy{
        min-height: 500px;
    }
}
.content-series .series-desc{
    position: absolute;
    width: 80%;
    padding: 20px;
    text-align: center;
    background: #0000001c;
    border-radius: 2px;
    font-size: 14px;
    color: white;
}
.content-series .series-desc h1{
    font-size: 24px;
    line-height: unset;
    padding-bottom: unset;
    color: white;
}
.content-series .series-link{
    display: block;
    text-align: center;
    padding: 15px;
    border-radius: 2px;
    margin-top: -31px;
    z-index: 10;
}

.content-center .product-img {
    position: relative;
    min-height: 250px;
    max-height: 400px;
    overflow: hidden;
    margin: 0 -15px !important;
    text-align: center;
}
.content-center .product-img:hover img {
    transform: scale(1.1);
}
.content-center .product-img:hover .mask {
    opacity: 1;
}

.content-center .product-img:hover p {
    opacity: 1;
    transform: translateY(20px);
}

.content-center .product-img:hover .tools {
    opacity: 1;
    transform: translateY(calc(100% + 70%));
}

.content-center .product-img img {
    position: relative;
    width: 100%;
    min-height: 300px;
    display: block;
    transition: all 0.3s ease-out;
}
.content-center .product-img .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(167, 167, 167, 0.5);
    transition: all 0.3s ease-out;
}
.content-center .product-img p {
    position: relative;
    transform: translateY(200px);
    opacity: 0;
    transition: all .2s linear;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s ease-out;
}

.content-center .product-img p:hover {
    color: #00a0e9 !important;
}
.content-center .product-img .tools {
    position: relative;
    transform: translateY(-50px);
    opacity: 0;
    transition: all .2s ease-in-out;
    color: #fff;
    text-align: center;
    font-size: 17px;
    padding: 3px;
    margin: 43px 0 0;
}
.content-center .product-img .tools .tools-link {
    margin: 0;
    margin-top: 10px;
    padding: 0;
    width: 100%;
}

.content-center .product-img .tools .tools-link li {
    list-style-type: none;
    display: inline-block;
    white-space: nowrap;
    margin: 0px 4px;
}

.content-center .product-img .tools .tools-link li a {
    text-decoration: none;
}

.content-center .product-img .tools .tools-link li a:hover span {
    max-width: 200px;
    color: #00a0e9 !important;
}

.content-center .product-img .tools .tools-link li a:hover i {
    color: #00a0e9 !important;
}

.content-center .product-img .tools .tools-link li span {
    display: inline-block;
    max-width: 0;
    transition: max-width 500ms ease-out 100ms, opacity 500ms ease-out 100ms;
    overflow: hidden;
    vertical-align: bottom;
}
.content-center .product-img .tools .tools-link i, .content-center .product-img .tools .tools-link span {
    color: #fff;
}

.content-center .product-desc {
    height: 100%;
    color: #1d1d1d;
    margin: 40px 50px 20px 60px;
    text-align: left;
}

.content-center .product-desc h6{
    font-size: 30px;
    font-family: palatino linotype,serif;
    font-weight: 600;
}

.content-center .product-desc a{
    margin: 30px 0 0 0;
    display: inline-table;
    color: black;
    text-decoration: underline !important;
}
.content-center .product-desc a:hover{
    transition: 0.2s ease-in-out;
    color: #444;
}
.product-img img{
    width: 100%;
}
.content-carousel h1, .related-carousel h1{
    font-size: 50px;
    font-family: palatino linotype,serif;
}
.content-carousel .carousel{
    position: relative;
    max-height: 500px;
    width: 100%;
    overflow: hidden;
}
.content-carousel .carousel .slick-list, .related-carousel .slick-list{
    /* height: auto !important; */
}
.content-carousel .carousel .slick-dots{
    bottom: 5% !important;
}
.related-carousel > .content-series:not(:first-child){
    display: none !important;
}
.related-carousel .slick-dots{
    bottom: 17% !important;
}
.content-carousel .carousel img{
    display: block;
    width: 100%;
    margin-top: 10px;
    min-height: 150px;
}
.content-carousel .carousel > div:not(:first-child){
    display: none;
}
.related-carousel img{
    max-height: 500px;
}
.content-carousel .carousel .keterangan-banner, .related-carousel .keterangan-banner{
    transform: translateY(-20px);
    opacity: 0;
}
.content-carousel .carousel:hover .keterangan-banner, .related-carousel:hover .keterangan-banner{
    opacity: 1 !important;
    transform: translateY(0);
    transition: 0.2s ease-in-out;
}
.slick-initialized.slick-dotted {
    margin-bottom: 10px;
}

.slick-initialized .slick-arrow {
    width: 50px !important;
    height: 50px !important;
    z-index: 2;
    opacity: 1;
    background: #0000001c;
    transition: all 0.3s ease-out;
    border-radius: 3px;
    opacity: 0;
}
.slick-initialized .slick-arrow:hover {
    background: #fff;
}
.carousel-photoswipe.slick-initialized .slick-arrow{
    width: 60px !important;
    height: 100px !important;
    background: transparent;
    opacity: 1;
}
.carousel-photoswipe.slick-initialized .slick-arrow::before{
    font-size: 60px;
}

.slick-initialized:hover .slick-prev {
    left: 20px;
    opacity: 1;
}
.carousel-photoswipe.slick-initialized .slick-prev {
    left: -70px;
}
.slick-initialized:hover .slick-next {
    right: 20px;
    opacity: 1;
}
.carousel-photoswipe.slick-initialized .slick-next {
    right: -70px;
}
.carousel-slide.slick-initialized .slick-prev {
    left: -50px;
}

.carousel-slide.slick-initialized:hover .slick-prev {
    left: -70px;
}

.carousel-slide.slick-initialized .slick-next {
    right: -50px;
}

.carousel-slide.slick-initialized:hover .slick-next {
    right: -70px;
}

.btn-slider{
    margin-top: -150px;
    transition: 0.3s ease-in-out;
    background: transparent !important;
    border: 1px solid #fff !important;
}

.btn-slider:hover{
    margin-top: -150px;
    transition: 0.3s ease-in-out;
    background: #fff !important;
    border: 2px solid rgb(17, 17, 17) !important;
    color: black !important;
    transition: 0.2s ease-in-out;
}

.btn-slider.active{
    opacity: 1 !important;
}

.fa{
    margin: 0 !important;
}
.grid-load-more{
    margin: 50px 0;
}
.product-list .container{
    margin-top: unset;
}
.list-menu-footer {
    padding-left: unset;
}
.list-menu-footer li{
    display: block;
    list-style-type: none;
}
.list-menu-footer li a{
    color: #fff;
    transition: all 0.3s ease-out;
}
.content-col-footer p{
    margin: unset;
}
.content-col-footer p.content-keterangan-footer{
    margin-top: 40px;
}
.marketplace a{
    display: inline-block;
    max-width: 2.8em;
    max-height: 2.8em;
    margin: 10px 10px 5px 0;
    transition: 0.3s ease-in-out;
}
.marketplace a:hover, .mediasosial a:hover{
    transform: translateY(-10px);
    color: white;
}

.marketplace a img{
    width: 100%;
}

.mediasosial a{
    display: inline-block;
    color: #fff;
    margin: 10px 10px 5px 0;
    transition: 0.3s ease-in-out;
}

.mediasosial p{
    float: left;
    margin-left: 20px;
}

.backtotop{
    margin: 30px 0 10px 14%;
}
.backtotop a{
    color: #fff;
    transition: 0.3s ease-in-out;
}

.backtotop a:hover > .fa{
    color: #fff;
    opacity: 0.7;
}
.backtotop a .fa{
    padding: 5px;
    font-size: 18px;
    background: red;
    border-radius: 50%;
    margin-right: 8px !important;
    transition: 0.3s ease-in-out;
}
.sosialmedia-fixed{
    position: fixed;
    display: block;
    width: 40px;
    top: 40%;
    left: 10px;
}
.sosialmedia-fixed a{
    position: relative;
    display: block;
    margin: 5px 0;
    padding: 8px;
    border-radius: 50%;
    background: black;
    color: white;
    text-align: center;
    overflow: hidden;
}
.sosialmedia-fixed a .fa{
    font-size: 24px !important;
}
.sosialmedia-fixed a img{
    width: 100%;
}

.sosialmedia-fixed a::after{
    content: "";
    position: absolute;
    transform: translateX(-100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.76);
}
.sosialmedia-fixed a:hover::after{
    transform: translateX(0);
    transition: 0.3s ease-in-out;
}
.view-sidebar{
    background: #f7f7f7;
    padding: 30px 0;
    margin-bottom: 10px;
    position: relative;
}
.view-sidebar .filters-row{
    padding: 0 30px;
}
.view-sidebar .filters-row .filters-row_select{
    display: block;
    margin-bottom: 15px;
}
.view-sidebar .form-control{
    border: 1px solid #00000026;
}
.view-sidebar .filters-row .filters-row_select select{
    margin-top: 10px;
}
.view-sidebar h2{
    font-weight: 400;
    font-size: 28px;
    text-align: center;
}
.view-sidebar h2 span{
    font-weight: 500;
}
.view-sidebar ul{
    padding: 0;
    text-align: right;
}
.view-sidebar h6{
    padding: 10px 0;
    position: relative;
    text-align: left;
    padding-left: 30px;
    margin-bottom: 10px;
}
.view-sidebar ul li{
    list-style-type: none;
    text-align: left;
    padding-left: 30px;
    position: relative;
}
.view-sidebar ul li a i{
    float: right;
    margin-top: 3px !important;
    padding-right: 30px;
}
.view-sidebar ul li::after{
    content:"";
    display: block;
    position: absolute;
    width: 0%;
    height: 100%;
    max-height: 48px;
    background: #e6e6e6;
    top:0;
    bottom: 0;
    left: 0;
    z-index: 0;
    transition: 0.5s ease-in-out;
}
.view-sidebar ul li:hover > a, .view-sidebar ul li.active > a{
    color: #00a0e9 !important;
}
.view-sidebar ul li.active > a{
    padding-left: 3%;
}
.view-sidebar ul li:hover::after, .view-sidebar ul li.active::after{
    width: 100%;
}

.view-sidebar ul li:hover > a{
    color: #444;
    transition: 0.5s;
}

.view-sidebar ul li a{
    display: block;
    padding: 10px 0;
    position: relative;
    z-index: 2;
    font-size: 14px;
}

.pagination .tirai ul li a{
    min-width: unset;
    padding: 10px 18px;
}
.btn.btn-product_addtocart .fa{
    padding: 0px 5px !important;
    font-size: 16px;
}

.garis {
    text-align: center;
}
.garis span {
    display: inline-block;
    width: 30px;
    height: 5px;
    border-radius: 2px;
    background: #444;
    transition: all 0.3s ease-out;
}
.garis span:hover {
    background: #00a0e9;
}
.garis span:nth-child(2) {
    width: 10px;
    background: #00a0e9;
}
.garis span:nth-child(2):hover {
    background: #7d7d7d;
}

footer {
    padding: 10px 0 !important;
    margin: 0 !important;
}
footer .info {
    text-align: center;
    margin: 10px 0 30px 0;
}
footer .info a {
    display: inline-block;
    width: 90px;
    padding: 5px 10px;
    border-radius: 2px;
    font-style: italic;
    font-weight: bold;
    background: #fff;
    color: #fff;
    box-shadow: 0 5px 10px -10px rgb(255, 255, 255), 3px 5px 10px -5px rgba(255, 255, 255, 0.6), -3px 5px 10px -5px rgba(255, 255, 255, 0.1);
}
footer .info a:hover{
    opacity: 0.7;
    transition: 0.2s ease-in-out;
}
footer .info a img{
    width: 100%;
}

footer .socialmedia {
    padding: 10px 0;
    text-align: center;
}
footer .socialmedia a {
    display: inline-block;
    width: 45px;
    color: #444;
    padding: 0.4rem;
    border-radius: 5px;
    cursor: pointer;
}
footer .socialmedia a:hover {
    background: #00a0e9;
    color: #fff;
    transition: all 0.3s ease-out;
}

.btn-scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 20px;
    display: none;
    padding: 10px 15px;
    background: #0000001c;
    color: white;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s ease-out;
}
.btn-scroll-to-top:hover {
    color: #444444;
    background: #ececec !important;
}

.header-desktop {
    display: block !important;
    text-align: center;
}

.tt-tabs__content img{
    width: 100%;
}

.content.relatedcategory{
    background: rgb(245, 245, 245);
    padding: 3em 2em;
    margin-top: 3em;
}

.carousel-photoswipe{
    margin-top: .5em;
    padding-bottom: 2em;
}
.carousel-photoswipe > figure:not(:first-child){
    display: none;
}
.carousel-photoswipe .slick-dots{
    bottom: -1%;
}
.carousel-photoswipe .slick-slide{
    width: 400px;
    height: 200px;
    box-sizing: border-box;
}
.carousel-photoswipe .slick-slide > div{
    width: 100%;
    height: 100%;
}
.carousel-photoswipe .slick-slide > div > figure, .carousel-photoswipe .slick-slide > div > figure > div{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.carousel-photoswipe figure.photo{
    padding: 2px;
}
.carousel-photoswipe figure.photo img{
    min-height: 100px;
    border-radius: 2px;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.product-info iframe{
    max-width: 100%;
}

._contentProductlist_{
    margin-bottom: 4em;
}
._contentProductlist_ .grid div[class^="col-"].inline-block{
    float: unset;
    display: inline-block;
}
.btn-load-contentslideindex{
    padding: 0 0 2em 0;
    text-align: center;
}
.btn-arrow-loadmore{
    width: 200px;
    margin: auto;
    padding: 1em 2em;
    border: 2px solid #00a0e9;
    border-radius: 10px;
    font-weight: 600;
    color: #00a0e9;
    background: #fff;
    cursor: pointer;
    transition: .3s;
}
.btn-arrow-loadmore > i{
    display: none;
}
.btn-arrow-loadmore:hover{
    color: #fff;
    background: #00a0e9;
}
.btn-arrow-loadmore.loading{
    animation: uptodown 2s linear 0s infinite alternate;
}
.btn-arrow-loadmore.loading > i{
    display: block;
    position: relative;
}
.btn-arrow-loadmore.loading > span{
    display: none;
}
.h_relatedcategory img{
    width: 100%;
}
@keyframes uptodown {
    0%{transform: translateY(-.5em);}
    100%{transform: translateY(1em);}
}

@media screen and (min-width: 1024px) {
    .md-container{
        width: 90% !important;
        margin: auto;
        margin-top: 20px !important;
    }
    .view-sidebar h2{
        font-size: 30px;
    }

}

@media screen and (max-width: 1024px) {
    body{
        font-size: 14px !important;
    }
    .product-list .col-lg-1, .product-list  .col-lg-10, .product-list  .col-lg-11, .product-list .col-lg-12, .product-list .col-lg-2, .product-list .col-lg-3, .product-list .col-lg-4, .product-list .col-lg-5, .product-list .col-lg-6, .product-list .col-lg-7, .product-list .col-lg-8, .product-list .col-lg-9, .product-list .col-md-1, .product-list .col-md-10, .product-list .col-md-11, .product-list .col-md-12, .product-list .col-md-2, .product-list .col-md-3, .product-list .col-md-4, .product-list .col-md-5, .product-list .col-md-6, .product-list .col-md-7, .product-list .col-md-8, .product-list .col-md-9, .product-list .col-sm-1, .product-list .col-sm-10, .product-list .col-sm-11, .product-list .col-sm-12, .product-list .col-sm-2, .product-list .col-sm-3, .product-list .col-sm-4, .product-list .col-sm-5, .product-list .col-sm-6, .product-list .col-sm-7, .product-list .col-sm-8, .product-list .col-sm-9, .product-list .col-xs-1, .product-list .col-xs-10, .product-list .col-xs-11, .product-list .col-xs-12, .product-list .col-xs-2, .product-list .col-xs-3, .product-list .col-xs-4, .product-list .col-xs-5, .product-list .col-xs-6, .product-list .col-xs-7, .product-list .col-xs-8, .product-list .col-xs-9 {
        padding-left: 5px;
        padding-right: 5px;
    }
    .container{
        width: 80%;
    }
    .md-container{
        width: 80% !important;
        margin: auto;
    }
    .offset-0{
        margin-top: 0 !important;
    }

    .content-productspesial .product-desc{
        padding: 3em 1.5em 1em 2.5em;
    }

    .related-banner-detail{
        padding-right: 10px;
        padding-left: 5px;
    }
    .view-sidebar h6{
        padding-left: 20px;
    }
    .view-sidebar h2{
        font-size: 20px;
        line-height: 30px;
    }
    .header-desktop a{
        font-size: 12px !important;
    }
    .header-desktop .list-menu-view.menu-left{
        justify-content: center;
    }

}

@media screen and (min-width: 769px) {
    .mobile-header {
        display: none !important;
    }
}
@media screen and (max-width: 768px) {
    .list-menu-view.menu-left a img{
        max-width: 150px;
    }
    #list-content-product .col-sm-12{
        padding: unset;
    }
    .related-banner-detail{
        padding-left: 5px;
        padding-right: 5px;
    }
    .md-container{
        margin-top: 15px !important;
    }
    .view-sidebar{
        display: none;
    }
    .header-desktop {
      display: none !important;
    }
    .show-in-mobile{
        position: relative;
        left: -1em;
        display: inline-block;
    }
    .mobile-parent-menu{
        height: 100%;
        padding: 10px 20px 10px 25px;
        align-items: center;
        display: flex;
    }
    .content-header .menu-view .menu-center{
        display: none;
    }
    .content-header .menu-view .menu-left{
        top: 0;
        left: -1em;
    }
    .carousel .keterangan-banner h2{
        font-size: 3.5em;
    }
    .content-productspesial .row:first-child .product-desc, .content-productspesial .product-desc{
        padding: 1em;
    }
    .content-productspesial .product-desc{
        padding-top: 1.5em;
        line-height: 20px;
    }
    .content-productspesial .product-desc a.btn{
        height: 40px;
    }

    .list-menu-footer{
        margin: 13px 5px 5px 5% !important;
    }
    .backtotop {
        margin: 30px 0 10px 10% !important;
    }
    .btn-slider{
        margin-top: -100px !important;
    }
    .related-carousel{
        margin-bottom: 25px !important;
    }

    .related-carousel iframe{
        max-height: 320px !important;
    }
    .content-carousel h1, .related-carousel h1{
        font-size: 3em !important;
    }
    .content-productseries img{
        max-height: 300px;
    }
    .sosialmedia-fixed{
        top: 25%;
    }
    .content-col-footer{
        padding-left: unset;
        padding-right: unset;
    }
    p.content-keterangan-footer{
        padding: 0 15px;
    }
    .product-info iframe {
        max-height: 400px;
    }
    .product-list .product-listing{
        margin-top: 0 !important;
    }
    .content-data .content-item{
        width: 33% !important;
        margin: 5px !important;
    }
    .content-best-product-selling .content-data{
        flex-direction: row;
        flex-wrap: nowrap !important;
        overflow-x: scroll;
        overflow-y: hidden;
        padding-bottom: 1em;
    }

    .content-best-product-selling .before-diskon .harga{
        display: none;
    }
}
@media screen and (max-width: 675px) {
    .product-desc{
        margin-top: 15px;
    }
}
@media screen and (max-width: 550px) {
    .slick-dots li button{
        height: 5px;
        padding: unset;
    }
    .grid-load-more{
        margin: 40px 0;
    }
    .allParentProductSeries{
        display: block;
    }
    .content-productseries{
        padding-top: 0;
    }
    ._contentProductlist_ .container{
        overflow-x: auto;
        overflow-y: hidden;
    }
    ._contentProductlist_ .grid:after {
        content: '';
        display: block;
        clear: both;
    }
    ._contentProductlist_ .grid > .element-item {
        width: 192px;
        height: 410px;
    }
    .content-series .series-link{
        padding: 5px;
        margin-top: -20px;
    }
    .slick-initialized.slick-dotted {
        margin-bottom: 0px;
    }
    .related-carousel{
        margin-bottom: 0px !important;
    }
    .related-carousel .slick-dots{
        bottom: -7% !important;
    }
    .related-banner-detail{
        padding-left: 8px;
        padding-right: 15px;
    }
    .carousel-photoswipe .slick-slide{
        width: 320px;
        height: auto;
        box-sizing: border-box;
    }
    .carousel-photoswipe.slick-initialized .slick-arrow{
        width: 40px !important;
        height: 80px !important;
    }
    .carousel-photoswipe.slick-initialized .slick-arrow::before{
        font-size: 40px;
    }
    .carousel-photoswipe.slick-initialized .slick-prev{
        left: -40px;
    }
    .carousel-photoswipe.slick-initialized .slick-next{
        right: -40px;
    }

}
@media screen and (max-width: 425px) {
    .content-header .search-dropdown .fa {
        font-size: 16px;
    }
    .content-header .search-dropdown button > i{
        display: inline-block;
    }
    .content-header .search-dropdown button > span{
        display: none;
    }
    .content-header .search-dropdown .form-control{
        padding: 10px 15px;
    }
    .content-header .search-dropdown .search-form button{
        margin-top: 1px;
    }
    .content-header .search-dropdown .search-close{
        margin-left: 5px;
    }
    .btn{
        height: 35px !important;
    }
    .btn.btn-lg{
        height: 50px !important;
    }
    .container{
        width: 95%;
    }
    .md-container{
        margin-top: 20px !important;
        width: 100% !important;
    }
    .md-container .product-list{
        margin-bottom: unset;
    }
    .product-list > .container > .row.grid{
        margin-left: -5px !important;
    }
    .md-container .col-sm-9, .md-container .col-sm-12{
        padding: 0 10px !important;
    }
    .keterangan-banner-content{
        width: 70%;
        padding: 10px;
    }
    .carousel .keterangan-banner h2 {
        font-size: 2em;
        margin: 0;
        line-height: 30px;
    }
    .carousel .keterangan-banner p {
        font-size: 16px;
        line-height: 14px;
        margin: 0;
    }
    .carousel .keterangan-banner .btn{
        margin-top: 15px;
        height: 35px !important;
        font-size: 10px;
    }

    .content-productspesial .row:first-child .product-desc, .content-productspesial .product-desc{
        padding: 1em .5em 2em .5em;
    }
    .content-productspesial .product-desc .card-text{
        margin-bottom: 1em;
    }

    .content-productseries img{
        max-height: 230px;
    }
    .product-list .col-xs-6{
        padding: 0 5px !important;
    }
    .product-list .product-listing .col-xs-6{
        padding: 0 10px !important;
    }
    .product .price{
        font-size: 16px !important;
    }
    .list-menu-footer{
        margin-left: 0 !important;
        padding: 0 !important;
    }
    .list-menu-footer li{
        list-style-type: circle;
    }
    .mediasosial p{
        margin-left: unset !important;
    }
    .btn-slider{
        margin-top: -35px !important;
    }
    .slick-dots li{
        margin: 0 5px !important;
    }
    .slick-dots li button{
        height: auto !important;
        padding: 4px !important;
    }
    .content-carousel .carousel .slick-dots {
        bottom: 11% !important;
    }
    .content-carousel h1, .related-carousel h1{
        font-size: 2em !important;
    }
    footer .info a{
        width: 90px;
    }
    .sosialmedia-fixed{
        display: none;
    }
    .content-series{
        padding-bottom: 0px;
    }
    .content-series .series-desc{
        padding: 20px 10px;
    }
    section.content.content-productspesial{
        margin: 0;
        padding-bottom: 0;
        overflow: hidden;
    }
    section.content.content-carousel{
        margin-top: -20px;
    }
    section.product-list, section.content.content-carousel{
        margin-top: 0px;
    }
    .content-keterangan-footer p{
        padding-left: 0;
    }
    .content.relatedcategory .col-sm-12{
        padding: 0 10px;
    }
    .content-col-footer{
        padding-left: 15px;
        padding-right: 15px;
    }
    p.content-keterangan-footer{
        padding-left: unset;
    }
    .content-col-footer p.content-keterangan-footer{
        margin-top: 30px;
    }
    .product-info iframe {
        max-height: 250px;
    }
    .product-info:not(.product-info-big) .product_inside_info_link li{
        display: inline;
    }
    ._contentSildesite_ .carousel-photoswipe .slick-slide{
        height: auto;
    }
    .btn-load-contentslideindex{
        padding-bottom: 1em;
    }
    .btn-arrow-loadmore{
        padding: .5em 1em;
    }
    .mobile-header .mobile-parent-menu > a > img{
        max-width: 100px;
        height: auto;
    }
}

@media screen and (max-width: 375px) {
    .mobile-parent-menu{
        padding: 10px 10px 10px 20px;
    }
    ._contentProductlist_ .grid > .element-item{
        width: 180px;
        margin-left: 3px;
    }
    ._contentProductlist_ .grid > .element-item.inline-block{
        width: 178px;
    }
    p{
        font-size: 12px;
    }
    .content-productseries img{
        max-height: 200px;
    }
    .content-carousel > .container{
        padding-left: 12px;
        padding-right: 10px;
    }
    .product-list > .container > .row.grid{
        margin-left: -10px !important;
        margin-right: -20px !important;
    }
    .product-list > .container{
        padding-left: 3px;
    }
    .content-carousel .carousel {
        max-height: 220px !important;
    }
    .content-carousel .carousel img{
        padding: unset !important;
    }
    .slick-initialized:hover .slick-prev{
        left: 0;
    }
    .slick-initialized:hover .slick-next{
        right: 0;
    }
    .slick-dots li{
        width: 5px !important;
        margin: 0 5px !important;
    }
    .slick-dots li button{
        height: 5px !important;
        padding: 0 3px !important;
    }
    .slick-dots li button:before{
        top: -2px !important;
        width: 10px !important;
        height: 10px !important;
    }
    .content-carousel .carousel .slick-dots {
        bottom: 4% !important;
    }
    .product-list .btn{
        padding: 10px;
    }
    .product .price{
        font-size: 14px !important;
    }
    .product .title {
        font-size: 12px;
        line-height: 18px;
    }
    .section{
        padding: unset;
    }
    .grid-load-more {
        margin: 20px 0;
    }
    .content-series .series-desc{
        width: 90%;
        padding: 10px;
    }
    .content-series .series-desc h1{
        font-size: 18px;
    }
    .content-series .series-desc p{
        margin: unset !important;
    }
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
        padding-left: 5px;
        padding-right: 5px;
    }
    .product-list .product-listing .col-xs-6{
        padding: 0 5px !important;
    }
    .content-col-footer {
        padding: 0 15px !important;
    }
    form .wrapper.row{
        margin-left: unset;
        margin-right: unset;
    }
    .content.relatedcategory {
        padding: 1.5em .5em 1em .5em;
    }
    .carousel-photoswipe.slick-initialized .slick-prev{
        left: 0px;
    }
    .carousel-photoswipe.slick-initialized .slick-next{
        right: 0px;
    }
    .carousel-photoswipe .slick-slide{
        width: 335px;
    }
}
@media screen and (max-width: 360px) {
    ._contentProductlist_ .grid > .element-item{
        width: 170px;
        height: 400px;
        margin-left: 5px;
    }
    ._contentProductlist_ .grid > .element-item.inline-block{
        width: 168px;
    }
    .product{
        margin-top: 20px !important;
    }
    .product .title{
        margin-top: 10px !important;
    }
}
@media screen and (max-width: 320px) {
    .product-info iframe {
        max-height: 200px;
    }
    .product{
        margin-top: 20px !important;
    }
    ._contentProductlist_ .grid > .element-item{
        width: 155px;
        height: 375px;
        margin-left: 3px;
    }
    ._contentProductlist_ .grid > .element-item.inline-block{
        width: 152px;
    }
    .carousel-photoswipe .slick-slide{
        width: 290px;
    }
}

#modalLandingPage.in{
    display: flex !important;
    align-items: center;
}

#modalLandingPage.modal:before{
    display: contents;
}

#modalLandingPage .modal-dialog{
    max-width: 1029px;
    height: auto;
    padding: 10px;
    background-color: #ffffff;
    font-family: 'Segoe UI Light', sans-serif;
    font-size: 15pt;
}
#modalLandingPage .modal-header{
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 12px 15px 10px;
    border-radius: 3px;
    z-index: 1;
    background: #ffffff9e;
}
#modalLandingPage .modal-body{
    padding:5px;
}
#modalLandingPage .content-series > a{
    display: block;
    width: 100%;
}
#modalLandingPage img{
    width: 100%;
    height: auto;
    max-height: 500px;
    min-width: 100px;
    min-height: 100px;
}
#modalLandingPage .related-carousel{
    margin-bottom: 0 !important;
}
#modalLandingPage .related-carousel .slick-dots{
    bottom: 8%;
}

.product .seller-info{
    font-size: 12px !important;
    line-height: 20px;
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 10px 0 5px 0;
}
.product .seller-info > *:not(:last-child){
    margin-right: 5px;
}
.product .seller-info .seller-description{
    position: relative;
    height: 20px;
    overflow: hidden;
}
.product .seller-info .seller-description > *{
    margin: 0 !important;
    padding: 0 10px !important;
    max-height: unset !important;
    display: block;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: .2s ease-in-out;
}
.product.hovered .seller-name, .product.hovered .seller-city{
    transform: translateY(-20px);
}

@media screen and (max-width: 550px) {
    #modalLandingPage .content-series{
        margin-bottom: 0;
    }
    #modalLandingPage .related-carousel .slick-dots{
        bottom: 0% !important;
    }

    #modalLandingPage .modal-dialog{
        max-width: 545px;
        padding: 0;
    }

    #modalLandingPage .slick-slide{
        width: 100% !important;
    }
}

@media screen and (max-width: 425px) {
    #modalLandingPage .modal-dialog{
        max-width: 400px;
    }

    #modalLandingPage .slick-slide{
        max-width: 390px;
    }

    .product .seller-info .seller-description{
        max-width: 140px;
    }
}

@media screen and (max-width: 375px) {
    #modalLandingPage .modal-dialog{
        max-width: 350px;
    }

    #modalLandingPage .slick-slide{
        max-width: 340px;
    }

    .product .seller-info .seller-description{
        height: 17px;
        max-width: 130px;
    }
}

@media screen and (max-width: 360px) {
    #modalLandingPage .modal-dialog{
        max-width: 340px;
    }

    #modalLandingPage .slick-slide{
        max-width: 330px;
    }
}

@media screen and (max-width: 320px) {
    #modalLandingPage .modal-dialog{
        max-width: 310px;
    }

    #modalLandingPage .slick-slide{
        max-width: 290px;
    }

    .product .seller-info .seller-description{
        max-width: 100px;
    }
}

@media (min-width: 768px) {
    form.fixed .inner{
        z-index: 1;
        background: white;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        display: flex;
        justify-content: center;
        box-shadow: 1px 0px 24px 0 rgba(0, 0, 0, 0.1);
    }
    form.fixed .content-inner {
        width: 750px;
        display: flex;
        justify-content: flex-end;
    }
    form.fixed .content-inner .form-control{
        border-color: lightgray;
        background: inherit;
    }
    form.fixed .content-inner > div{
        padding: 15px;
        margin-top: 0 !important;
    }
    form.fixed .content-inner .form-action div[class^="col-"]{
        float: unset;
    }
    form.fixed .content-inner .form-attribute{
        flex-grow: 2;
    }
    form.fixed.form-horizontal .form-group{
        margin-bottom: 10px;
    }
    form.fixed .product_inside_info_link li{
        margin: 0;
    }
    form.fixed .product_inside_info_link li:not(:first-child){
        margin-left: 10px;
    }
    form.fixed .btn-addtocart{
        width: 100%;
        margin-right: 0;
    }
}
@media (min-width: 992px){
    form.fixed .content-inner {
        width: 970px;
    }
}
@media (min-width: 1200px){
    form.fixed .content-inner {
        width: 1170px;
    }
}
@media (max-width: 1024px){
    form.fixed .content-inner{
        flex-wrap: wrap;
    }
    form.fixed .content-inner .form-action{
        flex-grow: 1;
    }
    form.fixed .content-inner .form-action > div{
        display: flex;
    }
}

.content-best-product-selling{
    margin: 3em 0;
}
.content-best-product-selling .text-title {
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    padding: 0;
    margin: 18px 15% 0;
    text-transform: none;
    font-weight: normal;
    height: 58px;
}
.content-best-product-selling .content-header .text-title {
    font-size: 36px;
    display: block;
    position: relative;
    margin: 0;
    color: #333333;
    font-weight: 600;
}
.content-best-product-selling .text-qty {
    margin: .5em 0;
}
.content-best-product-selling .before-diskon {
    margin-top: 1em;
    margin-bottom: -.5em;
}
.content-best-product-selling .text-price {
    overflow: hidden;
    text-align: center;
    margin-top: 15px;
    font-size: 16px;
    line-height: 31px;
    font-weight: 700;
    cursor: default;
    color: #002977;
}
.content-best-product-selling .content-header {
    width: 100%;
    display: block;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1em;
}
.content-best-product-selling .content-header .refresh{
    display: inline-block;
    padding: 5px;
    cursor: pointer;
}
.content-best-product-selling .content-header .refresh:hover{
    color: #e22d62;
}
.content-best-product-selling .content-data{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
    text-align: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.content-data .content-item {
    display: inline-block;
    /* justify-content: space-between;
    align-items: start; */
    width: 25%;
    min-width: 150px;
    padding: 10px 10px 20px 10px;
    margin: 5px -15px;
    background-color: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0 1px 6px 0 rgba(49,53,59,0.12);
    overflow: hidden;
    font-size: .8em;
    line-height: 1em;
    transition: .5s;
}
.content-data a.content-item:hover {
    color: inherit;
    box-shadow: 0 1px 6px 0 rgba(49,53,59,0.22);
}
.content-data img{
    display: block;
    width: 100%;
    min-width: 50px;
    min-height: 50px;
    height: auto;
    object-fit: cover;
    object-position: center;
}
@media screen and (min-width: 1024px) {
    .content-data img{
        height: 200px;
        max-height: 200px;
    }
}
.content-data .content-item .item-image {
    flex: 1;
}
.content-data .content-item .item-description {
    flex: 3;
    line-height: 1em;
    margin-top: 1em;
    transition: .5s;
}
.content-data .content-item .item-description *:hover {
    color: #e22d62;
}

@media (max-width:768px){
    .content-data img{
        height: 100px;
        max-height: 100px;
    }

    .content-best-product-selling .text-price{
        font-size: 12px
    }

    .product .price{
        height: 50px !important;
        font-size: 14px !important;
    }

    .content-col-footer p{
        font-size: 12px;
    }

    .list-menu-footer li a {
        font-size: 12px;
    }

    .marketplace a img{
        max-width: 25px !important;
        max-height: 25px !important;
    }

    .carousel-photoswipe .slick-dots{
        display: flex !important;
    }
    
    .content-best-product-selling .text-title{
        font-size: 10px;
    }

    #contentProductlist .container{
        overflow: hidden;
    }

    .content-best-product-selling .before-diskon{
        margin-top: 0px !important;
        font-size: 10px !important;
    }

}

