/*-----------------------------------------------------------------
Project: Aeyes
Version: v1.4.1
------------------------------------------------------------------*/

/*/////[ FONT ]//////////////////////////////////////////////////*/

@font-face {
    font-family: Poppins-Regular;
    src: url('../fonts/Poppins/Poppins-Regular.ttf');
}

@font-face {
    font-family: Poppins-Light;
    src: url('../fonts/Poppins/Poppins-Light.ttf');
}

@font-face {
    font-family: Poppins-ExtraLight;
    src: url('../fonts/Poppins/Poppins-ExtraLight.ttf');
}

@font-face {
    font-family: Poppins-Medium;
    src: url('../fonts/Poppins/Poppins-Medium.ttf');
}

@font-face {
    font-family: Poppins-Italic;
    src: url('../fonts/Poppins/Poppins-Italic.ttf');
}

@font-face {
    font-family: Poppins-SemiBold;
    src: url('../fonts/Poppins/Poppins-SemiBold.ttf');
}

@font-face {
    font-family: Poppins-Bold;
    src: url('../fonts/Poppins/Poppins-Bold.ttf');
}

@font-face {
    font-family: Poppins-Black;
    src: url('../fonts/Poppins/Poppins-Black.ttf');
}


/*---------------------------------------------*/
@font-face {
    font-family: PlayfairDisplay-Regular;
    src: url('../fonts/PlayfairDisplay/PlayfairDisplay-Regular.ttf');
}

@font-face {
    font-family: PlayfairDisplay-Bold;
    src: url('../fonts/PlayfairDisplay/PlayfairDisplay-Bold.ttf');
}

/*---------------------------------------------*/
@font-face {
    font-family: Montserrat-Regular;
    src: url('../fonts/Montserrat/Montserrat-Regular.ttf');
}

@font-face {
    font-family: Montserrat-Bold;
    src: url('../fonts/Montserrat/Montserrat-Bold.ttf');
}



button:disabled {
    cursor: not-allowed;
    pointer-events: all !important;
}

/*/////[ RS PLUGIN ]///////////////////////////////////////////////*/



/*[ Slick2 ]*/
.slick-slide {
    outline: none !important;
}

/*[ End Slick2 ]*/

/*//////////////////////////////////////////////////////////////////
[ LOADDING ]*/
.animsition-loading-1 {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.loadingss {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    margin: -60px 0 0 -60px;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

.spin-icon {
    font-family: "Font Awesome\ 5 Free" !important;
    font-weight: 900 !important;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

.spin-icon::before {
    content: "\f110" !important;
}

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
}

.loader {
    display: block;
    margin: auto;
    height: 32px;
    width: 32px;
    clip: rect(16px, 32px, 32px, 0);
    -webkit-animation: loader 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
    animation: loader 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes loader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 32px;
    width: 32px;
    border: 3px solid transparent;
    border-top: 3px solid #FFF;
    border-radius: 50%;
    -webkit-animation: loader-3 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
    animation: loader-3 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}

@-webkit-keyframes loader-3 {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes loader-3 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 32px;
    width: 32px;
    border: 3px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
}

@-webkit-keyframes load2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}



/*//////////////////////////////////////////////////////////////////
[ Header ]*/

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[ Header Desktop ]*/

.container-menu-desktop {
    height: auto;
    width: 100%;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.header-v2 .container-menu-desktop {
    height: 84px;
}

.header-v3 .container-menu-desktop {
    height: auto;
}

.header-v4 .container-menu-desktop {
    height: 124px;
}



/*==================================================================
[ Menu ]*/

.wrap-menu-desktop {
    position: fixed;
    z-index: 1000;
    background-color: transparent;
    width: 100%;
    height: 84px;
    top: 40px;
    left: 0px;

    -webkit-transition: height 0.3s, background-color 0.3s;
    -o-transition: height 0.3s, background-color 0.3s;
    -moz-transition: height 0.3s, background-color 0.3s;
    transition: height 0.3s, background-color 0.3s;
}

.header-v2 .wrap-menu-desktop {
    background-color: #fff;
    top: 0;
}

.header-v3 .wrap-menu-desktop {
    background-color: transparent;
    top: 0;
}

.header-v4 .wrap-menu-desktop {
    background-color: #fff;
}


/*---------------------------------------------*/
.limiter-menu-desktop {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    background-color: transparent;
}



/*------------------------------------------------------------------
[ Logo ]*/
.logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 50%;
    margin-right: 55px;
}

.logo img {
    max-width: 100%;
    max-height: 100%;
}



/*------------------------------------------------------------------
[ Menu ]*/

.menu-desktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 100%;
}

.main-menu,
.main-menu-r {
    list-style-type: none;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.main-menu>li,
.main-menu-r>li {
    display: block;
    position: relative;
    padding: 0px 0px 5px 0px;
    margin: 0px 15px 0px 14px;
}

/*--line for text--*/
.main-menu>li::after {
    background-color: #fff;
    bottom: 0px;
    content: "";
    height: 2px;
    position: absolute;
    right: 0;
    width: 0;
    transition: width 0.2s ease 0s;
    -webkit-transition: width 0.2s ease 0s;
}

.main-menu>li:hover::after {
    left: 0;
    width: 100%;
}

.main-menu>li.active::after {
    background-color: #fff;
    bottom: 0px;
    content: "";
    height: 2px;
    position: absolute;
    transition: width 0.2s ease 0s;
    -webkit-transition: width 0.2s ease 0s;
    left: 0;
    width: 100%;
}

/*-----------------*/

.main-menu>li>a,
.main-menu-r>li>a {
    font-family: Poppins-bold;
    font-size: 14px;
    color: #333;
    padding: 5px 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.header-v3 .main-menu>li>a {
    color: #fff;
}

/*---------------------------------------------*/
.sub-menu,
.sub-sub-menu {
    list-style-type: none;
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 178px;
    max-width: 225px;
    background-color: #282828;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    padding: 5px 0;
    visibility: hidden;
    opacity: 0;
    border-radius: 10px;
}

.sub-menu {
    margin-top: 20px;
}

.sub-sub-menu {
    margin-left: 20px;
}

.sub-menu:before,
.sub-sub-menu:before,
.sub-menu:after,
.sub-sub-menu:after {
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    border: 10px solid transparent;
}

.sub-menu::before {
    top: -9px;
    left: 12px;
    border-width: 0 13px 9px;
    border-style: solid;
}

.sub-menu::after {
    top: -6px;
    left: 17px;
    border-width: 0 8px 7px;
    border-style: solid;
    border-color: #282828 transparent;
}

.sub-sub-menu::before {
    left: -20px;
    top: 8px;
}

.sub-sub-menu::after {
    left: -17px;
    top: 8px;
    border-right: 10px solid #282828;
}


.main-menu>li>.sub-menu {
    top: 100%;
    left: 0;
}

.sub-menu li,
.sub-sub-menu li {
    position: relative;
    background-color: transparent;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.sub-menu a,
.sub-sub-menu a {
    font-family: Poppins-bold;
    font-size: 14px;
    line-height: 1.5;
    color: #ccc;
    display: block;
    padding: 8px 20px;
    width: 100%;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.main-menu>li:hover>a {
    text-decoration: none;
    color: #ffffff;
}

.main-menu>i {
    display: none !important;
}

.main-menu>li:hover>.sub-menu,
.main-menu>li:hover>.sub-sub-menu {
    visibility: visible;
    opacity: 1;
}

.sub-menu li:hover>.sub-menu,
.sub-menu li:hover>.sub-sub-menu {
    visibility: visible;
    opacity: 1;
}

.sub-menu li:hover,
.sub-sub-menu li:hover {
    background-color: transparent;
}

.sub-menu>li:hover>a,
.sub-sub-menu>li:hover>a {
    color: #fff;
    text-decoration: none;
}

@media (max-width: 1300px) {
    .main-menu>.respon-sub-menu .sub-menu {
        right: 100%;
        left: auto;
    }

    .main-menu>.respon-sub-menu>.sub-menu {
        right: 0px;
        left: auto;
    }
}

/*------------------------------------------------------------------
[ Icon header ]*/
.wrap-icon-header {
    flex-grow: 1;
}

.icon-header-item {
    position: relative;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
}

/*---------------------------------------------*/
.icon-header-noti::after {
    content: attr(data-notify);
    font-family: Poppins-Regular;
    font-size: 12px;
    color: #111111;
    line-height: 15px;
    text-align: center;

    display: block;
    position: absolute;
    top: -7px;
    right: 0;
    min-width: 15px;
    height: 15px;
    padding: 0 3px;
    background-color: #f3cd3d;
    border-radius: 50%
}

/*---------------------------------------------*/

.icon-special::after {
    content: 'Limited';
    color: #f2f2f2;
    background-color: rgb(255, 255, 255, 0.1);
    font-family: Poppins-bold;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 22px;
    padding: 3px 3px;
    text-transform: uppercase;
    border-radius: 2px;
    letter-spacing: 5px;
}

.icon-header-sold::after,
.icon-header-sale::after,
.icon-header-new::after,
.icon-header-limited::after {
    font-family: Poppins-bold;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    min-width: 30px;
    height: 22px;
    padding: 3px 3px;
    text-transform: uppercase;
    margin: 5px 5px 0 0;
    border-radius: 2px
}



.icon-header-sold::after {
    content: 'sold';
    color: #ffd8d8;
    background-color: #c40000;
}

.icon-header-sale::after {
    content: 'sale';
    color: #faeaac;
    background-color: #f3cd3d;
}

.icon-header-new::after {
    content: 'new';
    color: #fff;
    background-color: #4DC247;
}

.icon-header-limited::after {
    content: 'limited';
    color: #ccc;
    background-color: #827d7d;
}

/*---------------------------------------------*/
.wrap-header-mobile .wrap-icon-header {
    flex-grow: unset;
}

/*---------------------------------------------*/

/*------------------------------------------------------------------
[ Modal search ]*/
.modal-search-header {
    position: fixed;
    z-index: 2000;
    width: 100%;
    height: 100%;
    bottom: 101%;
    left: 0;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 50px 15px 100px 15px;
}

.show-modal-search {
    bottom: 0;
}

.container-search-header {
    width: auto;
    max-width: 100%;
    position: relative;
}

/*---------------------------------------------*/
.btn-hide-modal-search {
    position: absolute;
    padding: 5px;
    right: 0;
    top: -45px;
    opacity: 0.8;
}

.btn-hide-modal-search:hover {
    opacity: 1;
}

.wrap-search-header {
    width: 960px;
    max-width: 100%;
    height: 120px;
    border: 2px solid #e6e6e6;
    background: #fff;
}

/*---------------------------------------------*/
.wrap-search-header input {
    font-family: Poppins-ExtraLight;
    font-size: 50px;
    line-height: 1.2;
    color: #333;

    padding: 0px 30px 0px 0px;
    width: calc(100% - 70px);
    height: 100%;
    background-color: transparent;
}

.wrap-search-header button {
    font-size: 50px;
    color: #333;
    width: 70px;
    height: 100%;
}

.wrap-search-header button:hover {
    color: #9d9400;
}

/*---------------------------------------------*/
@media (max-width: 767px) {

    .wrap-search-header input,
    .wrap-search-header button {
        font-size: 30px;
    }

    .wrap-search-header {
        height: 90px;
    }
}

@media (max-width: 575px) {

    .wrap-search-header input,
    .wrap-search-header button {
        font-size: 20px;
    }

    .wrap-search-header button {
        width: 40px;
    }

    .wrap-search-header {
        height: 80px;
    }
}


/*==================================================================
[ Fixed menu desktop ]*/

.fix-menu-desktop .wrap-menu-desktop {
    height: 70px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
}

.header-v2 .fix-menu-desktop.container-menu-desktop {
    height: 70px;
}

.header-v3 .fix-menu-desktop .wrap-menu-desktop {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.9);
}

.header-v4 .fix-menu-desktop.container-menu-desktop {
    height: 110px;
}

/*---------------------------------------------*/
.main-menu>li.active-menu>a {
    color: #f3cd3d;
}



/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[ Header Mobile ]*/

.wrap-header-mobile-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.wrap-header-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 70px;
    background-color: #242526;
    padding: 15px;
    display: none;
    box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
}

/*------------------------------------------------------------------
[ Logo mobile ]*/
.logo-mobile {
    display: block;
    position: relative;
    height: 80%;
    padding-right: 25px;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
}

.logo-mobile img {
    max-width: calc(100% - 20px);
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}



/*------------------------------------------------------------------
[ btn show menu ]*/
.hamburger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 0;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
}

.hamburger:hover {
    opacity: 1;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    background-color: #fff;
}

/*---------------------------------------------*/
@media (max-width: 991px) {
    .wrap-header-mobile {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .container-menu-desktop {
        display: none;
    }
}

/*==================================================================
[ Menu mobile ]*/
.main-menu-icon {
    list-style-type: none;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.main-menu-icon>li {
    display: block;
    padding: 20px 10px 20px 0px;
    margin: 0px 4px 0px 14px;
}

.main-menu-icon>li>a {
    font-family: Poppins-Medium;
    font-size: 14px;
    color: #ccc;
    padding: 5px 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.menu-mobile {
    width: 100%;
    background-color: white;
    display: none;
}

.main-menu-m {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #323232;
}

.main-menu-m>li>a {
    font-family: Poppins-Medium;
    font-size: 14px;
    color: white;
    line-height: 2.8;
    padding: 8px 20px 8px 20px;
}

.main-menu-m>li {
    color: white;
    position: relative;
}

.arrow-main-menu-m {
    font-size: 14px;
    color: #fff;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 10px;
    top: 2px;
    padding: 10px;
    cursor: pointer;
}

.arrow-main-menu-m i {
    transform-origin: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.turn-arrow-main-menu-m i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

/*---------------------------------------------*/
.sub-menu-m {
    background-color: #cfcfcf;
    padding: 10px 15px 10px 32px;
    display: none;
}

.sub-menu-m a {
    font-family: Poppins-Regular;
    font-size: 14px;
    color: #333;
    line-height: 2.5;
    padding: 5px 0 5px 0;
}

.sub-menu-m a:hover {
    text-decoration: none;
    color: #111111;
}

/*---------------------------------------------*/
@media (min-width: 992px) {
    .menu-mobile {
        display: none;
    }
}



/*//////////////////////////////////////////////////////////////////
[ Restyle Select-s2 ]*/

.rs1-select-s2 .select-s2-container {
    display: block;
    max-width: 100% !important;
    width: auto !important;
}

.rs1-select-s2 .select-s2-container .select-s2-select-sion--single {
    height: 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    border: none;
    outline: none;
    background-color: transparent;
    border-radius: 0px;
    position: relative;
}

/*------------------------------------------------------------------
[ in select-s ]*/
.rs1-select-s2 .select-s2-container .select-s2-select-sion--single .select-s2-select-sion__rendered {
    font-family: Poppins-Regular;
    font-size: 13px;
    color: #f3f3f3;
    line-height: 1.2;
    padding-left: 20px;
    background-color: transparent;
}

.rs1-select-s2 .select-s2-container--default .select-s2-select-sion--single .select-s2-select-sion__arrow {
    width: 38px;
    height: 20px;
    top: calc(50% - 10px);
    right: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #989b9d;
}

.rs1-select-s2 .select-s2-container--default .select-s2-select-sion--single .select-s2-select-sion__arrow b {
    display: none;
}

.rs1-select-s2 .select-s2-container--default .select-s2-select-sion--single .select-s2-select-sion__arrow::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    color: #f3f3f3;
}

.rs1-select-s2 .select-s2-container--default .select-s2-select-sion--single .select-s2-select-sion__arrow:hover:after {
    color: #cacccd;
}


/*------------------------------------------------------------------
[ Dropdown option ]*/
.rs1-select-s2 .select-s2-container--open .select-s2-dropdown {
    z-index: 1251;
    width: 100%;
    border: 1px solid #5d6062;
    border-radius: 0px;
    overflow: hidden;
    background-color: #4a4c4e;
    left: 0px;

    box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
}

.rs1-select-s2 .select-s2-dropdown--above {
    top: -2px;
}

.rs1-select-s2 .select-s2-dropdown--below {
    top: 2px;
}

.rs1-select-s2 .select-s2-container .select-s2-results__option[aria-select-sed] {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
}

.rs1-select-s2 .select-s2-container .select-s2-results__option[aria-select-sed="true"] {
    background: #5d6062;
    color: white;
}

.rs1-select-s2 .select-s2-container .select-s2-results__option--highlighted[aria-select-sed] {
    background: #5d6062;
    color: white;
}

.rs1-select-s2 .select-s2-results__options {
    font-family: Poppins-Regular;
    font-size: 13px;
    color: #f3f3f3;
    line-height: 1.2;
}

.rs1-select-s2 .select-s2-search--dropdown .select-s2-search__field {
    border: 1px solid #aaa;
    outline: none;
    font-family: Poppins-Regular;
    font-size: 13px;
    color: #f3f3f3;
    line-height: 1.2;
}

/*------------------------------------------------------------------
[ rs2 ]*/
.rs2-select-s2 .select-s2-container .select-s2-select-sion--single {
    height: 40px;
}

.rs2-select-s2 .select-s2-container .select-s2-select-sion--single .select-s2-select-sion__rendered {
    padding-left: 15px;
}

.rs2-select-s2 .select-s2-container--default .select-s2-select-sion--single .select-s2-select-sion__arrow {
    width: 35px;
    right: 0px;
    border-left: none;
}

.rs2-select-s2 .select-s2-container--default .select-s2-select-sion--single .select-s2-select-sion__arrow::after {
    content: "\f0d7";
}



/*//////////////////////////////////////////////////////////////////
[ Slick1 ]*/
.wrap-slick1 {
    position: relative;
}

.item-slick1 {
    height: calc(100vh - 40px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.rs1-slick1 .item-slick1 {
    height: calc(100vh - 84px);
}

.rs2-slick1 .item-slick1 {
    height: 100vh;
}

@media (max-width: 991px) {
    .item-slick1 {
        height: calc(100vh - 70px) !important;
    }
}

.arrow-slick1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    font-size: 80px;
    color: rgba(0, 0, 0, 0.3);
    position: absolute;
    opacity: 0;

    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

    z-index: 200;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.wrap-slick1:hover .arrow-slick1 {
    opacity: 1;
}

.arrow-slick1:hover {
    color: #f3cd3d;
}

.next-slick1 {
    right: 50px;
    left: auto;
}

.prev-slick1 {
    left: 50px;
    right: auto;
}

@media (max-width: 991px) {
    .next-slick1 {
        right: 15px;
    }

    .prev-slick1 {
        left: 15px;
    }
}

/*---------------------------------------------*/
.rs2-slick1 .arrow-slick1 {
    color: rgba(255, 255, 255, 0.3);
}

.rs2-slick1 .arrow-slick1:hover {
    color: #f3cd3d;
}

.wrap-slick1-dots {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 60px;
}

.slick1-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.slick1-dots li {
    max-width: 190px;
    position: relative;
    cursor: pointer;
}

.slick1-dots li img {
    width: 100%;
}

.caption-dots-slick1 {
    font-family: Poppins-ExtraLight;
    font-size: 16px;
    line-height: 1.3;
    color: #fff;
    text-align: center;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;

    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;
}

.slick1-dots li:hover .caption-dots-slick1 {
    opacity: 1;
}

.slick1-dots li.slick-active .caption-dots-slick1 {
    opacity: 1;
}

@media (max-width: 575px) {
    .caption-dots-slick1 {
        font-size: 13px;
    }

    .wrap-slick1-dots {
        bottom: 25px;
    }
}


/*//////////////////////////////////////////////////////////////////
[ Slick2 ]*/

.wrap-slick2 {
    position: relative;
    margin-right: -15px;
    margin-left: -15px;
}

/* ------------------------------------ */
.arrow-slick2 {
    position: absolute;
    z-index: 100;
    top: calc((100% - 60px) / 2);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 39px;
    color: #ccc;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.arrow-slick2:hover {
    color: #666;
}

.next-slick2 {
    right: -40px;
}

.prev-slick2 {
    left: -40px;
}

@media (max-width: 1300px) {
    .next-slick2 {
        right: 0px;
    }

    .prev-slick2 {
        left: 0px;
    }
}


/*//////////////////////////////////////////////////////////////////
[ Slick3 ]*/
.wrap-slick3 {
    position: relative;
}

/*---------------------------------------------*/
.wrap-slick3-arrows {
    position: absolute;
    z-index: 100;
    width: 83.333333%;
    right: 0;
    top: calc(50% - 20px);
}

.arrow-slick3 {
    font-size: 25px;
    color: #fff;

    position: absolute;
    top: 0;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.arrow-slick3:hover {
    background-color: rgba(0, 0, 0, 0.9);
}

.prev-slick3 {
    left: 0px;
}

.next-slick3 {
    right: 0px;
}

/*---------------------------------------------*/
.wrap-slick3-dots {
    margin-left: 20px;
    width: 11.111111%;
}

.slick3 {
    width: 83.333333%;
}

.slick3-dots li {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.slick3-dots li img {
    width: 100%;
}

@media (max-width: 992px) {
    .wrap-slick3-dots {
        margin-left: 0px;
        margin-top: 10px;
        width: 100%;
    }

    .slick3 {
        width: 100%;
    }

    .slick3-dots li {
        display: inline-block;
        position: relative;
        margin-left: 4%;
        width: 20%;
    }

    .wrap-slick3-arrows {
        position: absolute;
        z-index: 100;
        width: 100%;
        right: 10;
        top: calc(50% - 20px);
    }
}

.slick3-dot-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    border: 2px solid transparent;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.slick3-dot-overlay:hover {
    border-color: #ccc;
}

.slick3-dots .slick-active .slick3-dot-overlay {
    border-color: #ccc;
}



/*//////////////////////////////////////////////////////////////////
[ RS Magnific-Popup ]*/
.mfp-bg {
    z-index: 10000;
    background-color: #000;
    opacity: 0.9;
}

.mfp-wrap {
    z-index: 10000;
}

.mfp-arrow:after,
.mfp-arrow:before {
    display: none;
}

.mfp-arrow {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

button.mfp-arrow-right {
    background-image: url(../images/icons/icon-next.png);
    background-position: center center;
    background-repeat: no-repeat;
}

button.mfp-arrow-left {
    background-image: url(../images/icons/icon-prev.png);
    background-position: center center;
    background-repeat: no-repeat;
}

button.mfp-close {
    width: 75px !important;
    height: 58px !important;
    line-height: 44px;
    position: fixed;
    right: 0;
    top: 0;
    color: transparent !important;
    background-image: url(../images/icons/icon-close.png);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer !important;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

/* overlay at start */
.mfp-fade.mfp-bg {
    opacity: 0;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.9;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}


/*//////////////////////////////////////////////////////////////////
[ Tab01 ]*/
.tab01 .nav-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border: none;
}

.tab01 .nav-tabs .nav-item {
    margin: 0px 15px;
}

.tab01 .nav-link {
    font-family: Poppins-Regular;
    font-size: 15px;
    color: #888;
    line-height: 1.2;

    padding: 0;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid transparent;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.tab01 .nav-link.active {
    color: #333;
    border-color: #797979;
}

.tab01 .nav-link:hover {
    color: #333;
    border-color: #797979;
}



/*//////////////////////////////////////////////////////////////////
[ RS sweet alert ]*/
.swal-overlay {
    overflow-y: auto;
}

.swal-button:focus {
    outline: none;
    box-shadow: none;
}

.swal-button {
    background-color: #f3cd3d;
    font-family: Poppins-Regular;
    font-size: 16px;
    color: white;
    text-transform: uppercase;
    font-weight: unset;
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.swal-button:hover {
    background-color: #333;
}

.swal-button:active {
    background-color: #333;
}

.swal-title {
    font-family: Poppins-Bold;
    color: #333333;
    font-size: 18px;
    line-height: 1.5;
    padding: 0 15px;
}

.swal-text {
    font-family: Poppins-Regular;
    color: #555555;
    font-size: 16px;
    line-height: 1.666667;
    text-align: center;
}

.swal-footer {
    margin-top: 0;
}


/*//////////////////////////////////////////////////////////////////
[ Filter ]*/
.show-search .icon-search,
.show-filter .icon-filter {
    display: none;
}

.show-search .icon-close-search,
.show-filter .icon-close-filter {
    display: unset;
}

.show-search,
.show-filter {
    background-color: #f2f2f2;
    border-color: #e7e7e7;
    position: relative;
}

.show-search::after,
.show-filter::after {
    content: "";
    position: absolute;
    display: block;

    width: 14px;
    height: 14px;
    background-color: #f2f2f2;
    border-left: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;

    transform-origin: center center;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);

    left: calc(50% - 7px);
    bottom: -8px;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.show-search:hover:after,
.show-filter:hover:after {
    background-color: #f3cd3d;
    border-color: #f3cd3d;
}

/*---------------------------------------------*/
.filter-col1 {
    width: 27%;
}

.filter-col2 {
    width: 27%;
}

.filter-col3 {
    width: 26%;
}

.filter-col4 {
    width: 20%;
}

/*---------------------------------------------*/
.filter-link {
    color: #aaa;
    border-bottom: 1px solid transparent;
}

.filter-link:hover {
    color: #9d9400;
    border-bottom: 1px solid #9d9400;
}

.filter-link-active {
    color: #9d9400;
    border-bottom: 1px solid #9d9400;
}

@media (max-width: 767px) {

    .filter-col1,
    .filter-col2,
    .filter-col3,
    .filter-col4 {
        width: 50%;
    }
}

@media (max-width: 575px) {

    .filter-col1,
    .filter-col2,
    .filter-col3,
    .filter-col4 {
        width: 100%;
    }
}



/*//////////////////////////////////////////////////////////////////
[ Num Product ]*/
.wrap-num-product {
    width: 140px;
    height: 45px;
    border: 1px solid #5d6062;
    border-radius: 3px;
    overflow: hidden;
}

.btn-num-product-up,
.btn-num-product-down {
    width: 45px;
    height: 100%;
    cursor: pointer;
    background-color: #4a4c4e;
    color: #F5F5F5;
}

.num-product {
    width: calc(100% - 90px);
    height: 100%;
    border-left: 1px solid #5d6062;
    border-right: 1px solid #5d6062;
    background-color: #5d6062;
    color: #ffffff;
}

input.num-product[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

input.num-product[type=number]::-webkit-inner-spin-button,
input.num-product[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

/*//////////////////////////////////////////////////////////////////
[ Tolltip100 ]*/
.tooltip100 {
    position: relative;
}

.tooltip100::after {
    content: attr(data-tooltip);
    font-family: Poppins-Regular;
    font-size: 12px;
    color: #888;
    line-height: 18px;
    white-space: nowrap;

    display: block;
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    height: 20px;
    padding: 0px 8px;
    top: -35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);

    box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
    -o-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
    -ms-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);

    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;

    visibility: hidden;
    opacity: 0;
}

.tooltip100:hover:after {
    visibility: visible;
    opacity: 1;
}


/*//////////////////////////////////////////////////////////////////
[ Modal1 ]*/
.wrap-modal1 {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 9000;
    overflow: auto;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;

    visibility: hidden;
    opacity: 0;
}

.overlay-modal1 {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.8;
}

.show-modal1 {
    visibility: visible;
    opacity: 1;
}

/*//////////////////////////////////////////////////////////////////
[ Table Shopping Cart ]*/

.table-shopping-cart .price-wrap {
    line-height: 1.2;
}

.table-shopping-cart .price-total {
    font-weight: bold;
    display: block;
    color: #f3f3f3;
}

.table-shopping-cart .price-item {
    display: block;
    color: #8e9194;
    margin-top: 3px;
}

.wrap-table-shopping-cart {
    overflow: auto;
}

.table-shopping-cart {
    border-collapse: collapse;
    width: 100%;

}

.table-shopping-cart tr {
    border-bottom: 1px solid #37393a;
}

.table-shopping-cart .table_row {
    height: 100%;
}

.table-shopping-cart .table_row td {
    padding-top: 20px;
    padding-bottom: 20px;
}

.table-shopping-cart .table_head {
    border-radius: 50px;
}

.table-shopping-cart .table_head th {
    font-family: Poppins-Bold;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.6;
    padding-top: 15px;
    padding-bottom: 15px;
}

.table-shopping-cart td {
    font-family: Poppins-Regular;
    color: #555;
    line-height: 1.3;
}

.itemside {
    position: relative;
    display: flex;
    width: 100%;
}

.itemside .aside {
    position: relative;
    flex-shrink: 0;
}


.itemside .aside img {
    width: 50px;
    height: 60px;
    border-radius: 3px;
}

.itemside .info a {
    font-weight: bold;
    padding-left: 15px;
    color: #f3f3f3;
}

.itemside p {
    padding-left: 15px;
    color: #8e9194;
    font-size: 12px;
}

.itemside .title {
    display: block;
    margin-bottom: 5px;
    color: #212529;
}

.itemside a.title:hover {
    color: #ccc;
}

a.itemside {
    color: initial;
}

.items-bordered-wrap .itemside:not(:last-child) {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

/*//////////////////////////////////////////////////////////////////
[ Block1 ]*/
.block1 {
    position: relative;
    border: 1px solid #666666;
}

.block1-txt {
    background-color: rgba(142, 128, 38, 0.0);
}

/*---------------------------------------------*/
.block1-name {
    color: #333;
}

.block1-info {
    color: #555;
}

/*---------------------------------------------*/
.block1-txt-child2 {
    border-bottom: 2px solid #fff;
    overflow: hidden;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
}

.block1-link {
    -webkit-transform: translateY(250%);
    -moz-transform: translateY(250%);
    -ms-transform: translateY(250%);
    -o-transform: translateY(250%);
    transform: translateY(250%);
}

/*---------------------------------------------*/
.block1-txt:hover {
    background-color: rgba(142, 128, 38, 0.8);
}

.block1-txt:hover .block1-txt-child2 {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

.block1-txt:hover .block1-link {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

.block1-txt:hover .block1-name,
.block1-txt:hover .block1-info {
    color: #fff;
}

/*//////////////////////////////////////////////////////////////////
[ Block2 ]*/
.block2-pic {
    position: relative;
    max-height: 380px;
    border-radius: 5px;
}

.block2-btn {
    position: absolute;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.block2-pic:hover .block2-btn {
    bottom: 20px;
}

/*---------------------------------------------*/
.bllock2-txt {
    text-align: center;
}

.block2-txt-child1 {
    width: calc(100% - 30px);
}

.block2-txt-child2 {
    width: 30px;
}

.btn-addwish-b2 .icon-heart2 {
    opacity: 0;
}

.btn-addwish-b2:hover .icon-heart2 {
    opacity: 1;
}

.btn-addwish-b2:hover .icon-heart1 {
    opacity: 0;
}

.js-addedwish-b2 .icon-heart2 {
    opacity: 1;
}

.js-addedwish-b2 .icon-heart1 {
    opacity: 0;
}

/*---------------------------------------------*/
.label-new {
    position: relative;
}

.label-new::after {
    content: attr(data-label);
    font-family: Montserrat-Regular;
    font-size: 12px;
    color: #fff;
    line-height: 1.2;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    min-width: 50px;
    height: 22px;
    border-radius: 11px;
    padding: 0 6px;
    background-color: #66a8a6;
    top: 42px;
    left: 12px;
}



/*==================================================================
    TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT
==================================================================*/
.cl0 {
    color: #fff;
}

.cl1 {
    color: #f3cd3d;
}

.cl2 {
    color: #333;
}

.cl3 {
    color: #666;
}

.cl4 {
    color: #999;
}

.cl5 {
    color: #222;
}

.cl6 {
    color: #888;
}

.cl7 {
    color: #b2b2b2;
}

.cl8 {
    color: #555;
}

.cl9 {
    color: #aaa;
}

.cl10 {
    color: #1d1d1d;
}

.cl11 {
    color: #f3cd3d;
}

.cl12 {
    color: #ccc;
}

.cl14 {
    color: #f3f3f3;
}

/*//////////////////////////////////////////////////////////////////
[ S-Text 0 - 15 ]*/
.stext-101 {
    font-family: Poppins-Medium;
    font-size: 15px;
    line-height: 1.466667;
    text-transform: uppercase;
}

.stext-102 {
    font-family: Poppins-Regular;
    font-size: 14px;
    line-height: 1.7;
}

.stext-103 {
    font-family: Poppins-Regular;
    font-size: 15px;
    line-height: 1.466667;
}

.stext-104 {
    font-family: Poppins-Regular;
    font-size: 14px;
    line-height: 1.466667;
}

.stext-105 {
    font-family: Poppins-Regular;
    font-size: 14px;
    line-height: 1.466667;
    letter-spacing: 1px;
}

.stext-106 {
    font-family: Poppins-Regular;
    font-size: 15px;
    line-height: 1.2;
}

.stext-107 {
    font-family: Poppins-Regular;
    font-size: 13px;
    line-height: 1.923;
}

.stext-108 {
    font-family: Poppins-Light;
    font-size: 14px;
    line-height: 1.7143;
}

.stext-109 {
    font-family: Poppins-Regular;
    font-size: 12px;
    line-height: 1.833333;
}

.stext-110 {
    font-family: Poppins-Medium;
    font-size: 15px;
    line-height: 1.466667;
}

.stext-111 {
    font-family: Poppins-Regular;
    font-size: 13px;
    line-height: 1.6923;
}

.stext-112 {
    font-family: Poppins-Regular;
    font-size: 13px;
    line-height: 1.6923;
    text-transform: uppercase;
}

.stext-113 {
    font-family: Poppins-Light;
    font-size: 14px;
    line-height: 1.7857;
}

.stext-115 {
    font-family: Poppins-Regular;
    font-size: 15px;
    line-height: 1.666667;
}

.stext-116 {
    font-family: Poppins-Regular;
    font-size: 15px;
    line-height: 1.266667;
}

.stext-117 {
    font-family: Poppins-Light;
    font-size: 15px;
    line-height: 1.666667;
}

.stext-118 {
    font-family: Poppins-Bold;
    font-size: 13px;
    line-height: 1.923;
}

.stext-119 {
    font-family: Poppins-Bold;
    font-size: 14px;
    line-height: 1;
}

.stext-120 {
    font-family: Poppins-Regular;
    font-size: 13px;
    line-height: 1.6;
}

/*---------------------------------------------*/
.stext-301 {
    font-family: Montserrat-Bold;
    font-size: 15px;
    line-height: 1.6;
    text-transform: uppercase;
}


/*//////////////////////////////////////////////////////////////////
[ M-Text 16 - 25 ]*/
.mtext-101 {
    font-family: Poppins-Medium;
    font-size: 18px;
    line-height: 1.333333;
}

.mtext-102 {
    font-family: Poppins-SemiBold;
    font-size: 16px;
    line-height: 1.6;
}

.mtext-103 {
    font-family: Poppins-Bold;
    font-size: 18px;
    line-height: 1.333333;
    text-transform: uppercase;
}

.mtext-104 {
    font-family: Poppins-Medium;
    font-size: 16px;
    line-height: 1.6;
}

.mtext-105 {
    font-family: Poppins-Regular;
    font-size: 24px;
    line-height: 1.5;
}

.mtext-106 {
    font-family: Poppins-SemiBold;
    font-size: 18px;
    line-height: 1.388888;
}

.mtext-107 {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 1.625;
}

.mtext-108 {
    font-family: Poppins-Regular;
    font-size: 20px;
    line-height: 1.3;
}

.mtext-109 {
    font-family: Poppins-Bold;
    font-size: 20px;
    line-height: 1.3;
    text-transform: uppercase;
}

.mtext-110 {
    font-family: Poppins-Regular;
    font-size: 18px;
    line-height: 1.222222;
}

.mtext-111 {
    font-family: Poppins-Bold;
    font-size: 25px;
    line-height: 1.2;
}

.mtext-112 {
    font-family: Poppins-Bold;
    font-size: 22px;
    line-height: 1.333333;
}

.mtext-113 {
    font-family: Poppins-Bold;
    font-size: 22px;
    line-height: 1.333333;
    text-transform: uppercase;
}


/*//////////////////////////////////////////////////////////////////
[ L-Text >= 26 ]*/
.ltext-101 {
    font-family: Poppins-Regular;
    font-size: 28px;
    line-height: 1.2857;
}

.ltext-102 {
    font-family: Poppins-Bold;
    font-size: 28px;
    line-height: 1.1;
}

.ltext-103 {
    font-family: Poppins-Bold;
    font-size: 36px;
    line-height: 1.1;
    text-transform: uppercase;
}

.ltext-104 {
    font-family: Poppins-Bold;
    font-size: 60px;
    line-height: 1.1;
    text-transform: uppercase;
}

.ltext-105 {
    font-family: Poppins-Bold;
    font-size: 50px;
    line-height: 1.1;
}

.ltext-106 {
    font-family: Poppins-Bold;
    font-size: 36px;
    line-height: 1.2;
}

.ltext-107 {
    font-family: Poppins-Bold;
    font-size: 30px;
    line-height: 1.1;
}

.ltext-108 {
    font-family: Poppins-Bold;
    font-size: 26px;
    line-height: 1.3846;
}

.ltext-109 {
    font-family: Poppins-Bold;
    font-size: 36px;
    line-height: 1.2;
}


/*---------------------------------------------*/
.ltext-201 {
    font-family: PlayfairDisplay-Bold;
    font-size: 60px;
    line-height: 1.1;
    text-transform: uppercase;
}

.ltext-202 {
    font-family: PlayfairDisplay-Regular;
    font-size: 28px;
    line-height: 1.2857;
}




/*==================================================================
    SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE
==================================================================*/


/*//////////////////////////////////////////////////////////////////
[ Size ]*/
.size-101 {
    min-width: 161px;
    height: 46px;
}

.size-102 {
    min-width: 139px;
    height: 40px;
}

.size-103 {
    min-width: 179px;
    height: 46px;
}

.size-104 {
    min-width: 94px;
    height: 40px;
}

.size-105 {
    min-width: 111px;
    height: 40px;
}

.size-106 {
    width: 88px;
    height: 100%;
}

.size-107 {
    min-width: 145px;
    height: 40px;
}

.size-108 {
    width: 40px;
    height: 40px;
}

.size-109 {
    width: 60px;
    height: 60px;
}

.size-110 {
    width: 100%;
    min-height: 100px;
}

.size-111 {
    width: 100%;
    height: 40px;
}

.size-112 {
    min-width: 134px;
    height: 43px;
}

.size-113 {
    width: 38px;
    height: 60px;
}

.size-114 {
    width: calc(100% - 38px);
    height: 60px;
}

.size-115 {
    min-width: 185px;
    height: 45px;
}

.size-116 {
    width: 100%;
    height: 50px;
}

.size-117 {
    width: 220px;
    height: 45px;
}

.size-118 {
    min-width: 163px;
    height: 45px;
}

.size-119 {
    min-width: 156px;
    height: 45px;
}

.size-120 {
    width: 100%;
    min-height: 199px;
}

.size-121 {
    width: 100%;
    height: 46px;
}

.size-122 {
    width: 55px;
    height: 100%;
}

.size-123 {
    width: 70px;
    min-height: 70px;
}

.size-124 {
    width: 100%;
    min-height: 150px;
}

.size-125 {
    min-width: 180px;
    height: 40px;
}

.size-126 {
    width: 50px;
    height: 30px;
}

/*//////////////////////////////////////////////////////////////////
[ Width ]*/
.size-201 {
    max-width: 270px;
}

.size-202 {
    width: calc(100% / 3);
}

.size-203 {
    width: 105px;
}

.size-204 {
    width: calc(100% - 105px);
}

.size-205 {
    width: 145px;
}

.size-206 {
    width: calc(100% - 145px);
}

.size-207 {
    width: calc(100% - 78px);
}

.size-208 {
    width: 34.5%;
}

.size-209 {
    width: 65.5%;
}

.size-210 {
    width: 50%;
}

.size-211 {
    width: 60px;
}

.size-212 {
    width: calc(100% - 60px);
}

.size-213 {
    max-width: 245px;
}

.size-214 {
    width: 90px;
}

.size-215 {
    width: calc(100% - 110px);
}

.size-216 {
    width: 55px;
}

.size-217 {
    width: calc(100% - 55px);
}

.size-218 {
    max-width: 286px;
}



/*//////////////////////////////////////////////////////////////////
[ Height ]*/
.size-301 {
    min-height: 30px;
}

.size-302 {
    min-height: 80px;
}

.size-303 {
    height: 390px;
}


/*==================================================================
   BACKGROUND BACKGROUND BACKGROUND BACKGROUND BACKGROUND BACKGROUND
==================================================================*/
.bg-none {
    background-color: transparent;
}

.bg0 {
    background-color: #fff;
}

.bg1 {
    background-color: #f3cd3d;
}

.bg2 {
    background-color: #e6e6e6;
}

.bg3 {
    background-color: #222;
}

.bg5 {
    background-color: rgba(0, 0, 0, 0.5);
}

.bg6 {
    background-color: #f2f2f2;
}

.bg7 {
    background-color: #333;
}

.bg8 {
    background-color: #f3f3f3;
}

.bg9 {
    background-color: rgba(255, 255, 255, 0.9);
}

.bg10 {
    background-color: #18191a
}

.bg11 {
    background-color: #242526
}

.bg12 {
    background-color: #3a3b3c
}

.bg13 {
    background-color: #b0b3b8
}

.bg14 {
    background-color: #e4e6eb
}

/* Gradient black to gray */
.bg10g {
    background: #18191a;
    background: -webkit-linear-gradient(to top, #2e2f31, #18191a);
    background: linear-gradient(to top, #2e2f31, #18191a);
}

.bg11g {
    background: #242526;
    background: -webkit-linear-gradient(to top, #37393a, #242526);
    background: linear-gradient(to top, #37393a, #242526);
}

.bg12g {
    background: #3a3b3c;
    background: -webkit-linear-gradient(to top, #4d4f50, #3a3b3c);
    background: linear-gradient(to top, #4d4f50, #3a3b3c);
}


/* Gradient black to yellow */
.bg20g {
    background: #18191a;
    background: -webkit-linear-gradient(to top, #2e2503, #18191a);
    background: linear-gradient(to top, #2e2503, #18191a);
}


.bg30g {
    background: #18191a;
    background: -webkit-linear-gradient(120deg, #dddddd 0%, #ebedee 100%);
    background: linear-gradient(120deg, #dddddd 0%, #ebedee 100%);
}

/*---------------------------------------------*/
.bg-overlay1::before {
    content: "";
    position: absolute;
    z-index: -100;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf000000', endColorstr='#000000', GradientType=0);
}

.bg-overlay2::before {
    content: "";
    position: absolute;
    z-index: -100;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.5;
}

/*---------------------------------------------*/
.bg-img1 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image:
        -moz-box-shadow: inset 0px -80px 50px -30px #242526;
    -webkit-box-shadow: inset 0px -80px 50px -30px #242526;
    box-shadow: inset 0px -80px 50px -30px #242526;
    background-image:
        linear-gradient(45deg, rgba(145, 146, 122, 0.20),
            rgba(217, 91, 132, 0.20)),
        url('../images/bg-about.jpg');
}

.bg-img2 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.bg-img2::before {
    content: "";
    position: absolute;
    z-index: -100;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.5;
}


.header-stories {
    width: 100%;
    height: 600px;
    position: absolute;
}

.header-banner {
    width: 100%;
    height: 380px;
    position: absolute;
}

.header-banner img,
.header-stories img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.header-banner::before,
.header-stories::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -moz-box-shadow: inset 0px -80px 50px -30px #090909;
    -webkit-box-shadow: inset 0px -80px 50px -30px #090909;
    box-shadow: inset 0px -80px 50px -30px #090909;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf000000', endColorstr='#000000', GradientType=0);
}

.banner1,
.banner2,
.banner3 {
    position: relative;
    min-height: 60vh;
    background-size: cover;
    display: flex;
}

.banner1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf000000', endColorstr='#000000', GradientType=0);
}

.banner2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
}

.banner3::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(120deg, #dddddd 0%, #ebedee 100%);
}

/*--- CALON HAPUS ------------------------------------------*/
.headings-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50vh;
    height: calc(var(--vh, 1vh) * 50);
    overflow: hidden;
}

.headings-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.headings-wrap {
    width: 100%;
    height: 50vh;
    height: calc(var(--vh, 1vh) * 50);
    position: relative;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -moz-box-shadow: inset 0px -80px 50px -30px #090909;
    -webkit-box-shadow: inset 0px -80px 50px -30px #090909;
    box-shadow: inset 0px -80px 50px -30px #090909;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf000000', endColorstr='#000000', GradientType=0);
}

/*--- BATAS CALON HAPUS ------------------------------------------*/

/*==================================================================
       BORDER BORDER  BORDER  BORDER  BORDER  BORDER  BORDER  BORDER
==================================================================*/
.bor0 {
    border-radius: 50%;
}

.bor1 {
    border-radius: 0.3rem;
}

.bor2 {
    border-radius: 20px;
}

.bor3 {
    border-bottom: 1px solid transparent;
}

.bor4 {
    border: 1px solid #e6e6e6;
    border-radius: 3px;
}

.bor5 {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.bor6 {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.bor7 {
    border: 1px solid #ccc;
    border-radius: 15px;
}

.bor8 {
    border: 1px solid #5d6062;
    border-radius: 2px;
}

.bor9 {
    border-right: 1px solid #e6e6e6;
}

.bor10 {
    border: 1px solid #e6e6e6;
}

.bor11 {
    border-radius: 21px;
}

.bor12 {
    border-bottom: 1px dashed #d9d9d9;
}

.bor13 {
    border: 1px solid #e6e6e6;
    border-radius: 22px;
}

.bor14 {
    border-radius: 25px;
}

.bor16 {
    border-left: 3px solid #e6e6e6;
}

.bor17 {
    border: 1px solid #e6e6e6;
    border-radius: 25px;
}



/*---------------------------------------------*/
.bor18 {
    border-top: 1px solid #e6e6e6;
}

.bor18:last-child {
    border-bottom: 1px solid #e6e6e6;
}

/*---------------------------------------------*/
.bor19 {
    border: 1px solid #d9d9d9;
    border-radius: 2px;
}

.bor20 {
    border-radius: 5px;
}


.bor21 {
    border: 1px solid #e6e6e6;
    border-radius: 0.3rem;
}

.bor22 {
    border: 2px solid #e6e6e6;
    border-radius: 0.3rem;
}

.bor11g {
    border: 1px solid #414244;
    border-radius: 0.3rem;
}


/*==================================================================
 HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW
==================================================================*/
.plh0::-webkit-input-placeholder {
    color: #999999;
}

.plh0:-moz-placeholder {
    color: #999999;
}

.plh0::-moz-placeholder {
    color: #999999;
}

.plh0:-ms-input-placeholder {
    color: #999999;
}

.plh1::-webkit-input-placeholder {
    color: #b2b2b2;
}

.plh1:-moz-placeholder {
    color: #b2b2b2;
}

.plh1::-moz-placeholder {
    color: #b2b2b2;
}

.plh1:-ms-input-placeholder {
    color: #b2b2b2;
}

.plh2::-webkit-input-placeholder {
    color: #333;
}

.plh2:-moz-placeholder {
    color: #333;
}

.plh2::-moz-placeholder {
    color: #333;
}

.plh2:-ms-input-placeholder {
    color: #333;
}

.plh3::-webkit-input-placeholder {
    color: #555;
}

.plh3:-moz-placeholder {
    color: #555;
}

.plh3::-moz-placeholder {
    color: #555;
}

.plh3:-ms-input-placeholder {
    color: #555;
}

.plh4::-webkit-input-placeholder {
    color: #888;
}

.plh4:-moz-placeholder {
    color: #888;
}

.plh4::-moz-placeholder {
    color: #888;
}

.plh4:-ms-input-placeholder {
    color: #888;
}

/*---------------------------------------------*/
.js-addedwish-detail {
    color: #9d9400;
}

/*---------------------------------------------*/
.label1 {
    position: relative;
}

.label1::after {
    content: attr(data-label1);
    font-family: Poppins-Regular;
    font-size: 10px;
    line-height: 15px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;

    display: block;
    position: absolute;
    top: 3px;
    right: -9px;
    height: 15px;
    min-width: 32px;
    border-radius: 7px;
    padding: 0 4px;
    background-color: #f74877;
}

.label1.rs1::after {
    top: calc(50% - 8px);
    right: auto;
    left: 90%;
}

/*---------------------------------------------*/
.how-active1 {
    background-color: #F3CD3D;
    color: #000;
}

/*---------------------------------------------*/
.wrap-input1 {
    position: relative;
    border-bottom: 2px solid rgba(204, 204, 204, 0.1);
}

.input1 {
    background-color: transparent;
    width: 100%;
}

.focus-input1 {
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: #6774d5;
    left: 0;
    bottom: -2px;
}

.input1:focus+.focus-input1 {
    width: 100%;
}


/*---------------------------------------------*/
.how-pagination1 {
    font-family: Poppins-Regular;
    font-size: 14px;
    color: #808080;

    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #e6e6e6;
}

.how-pagination1:hover {
    background-color: #999;
    border-color: #999;
    color: #fff;
}

.active-pagination1 {
    background-color: #999;
    border-color: #999;
    color: #fff;
}

/*---------------------------------------------*/
.how-shadow1 {
    box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
}

/*---------------------------------------------*/
.how-pos1 {
    position: absolute;
    top: 10px;
    right: 10px;
}

/*---------------------------------------------*/
.how-pos2 {
    padding-left: 10.7%;
    padding-right: 11%;
}

@media (max-width: 991px) {
    .how-pos2 {
        padding-left: 8%;
        padding-right: 8%;
    }
}

/*---------------------------------------------*/
.how-pos3-parent {
    position: relative;
}

.how-pos3 {
    position: absolute;
    top: -35px;
    right: 0px;
}

/*---------------------------------------------*/
.how-pos4-parent {
    position: relative;
}

.how-pos4 {
    position: absolute;
    top: calc(50% - 9px);
    left: 28px;
}

/*---------------------------------------------*/
.how-pos5-parent {
    position: relative;
}

.how-pos5 {
    position: absolute;
    top: 15px;
    left: 10px;
}



/*---------------------------------------------*/
.how-itemcart1 {
    width: 60px;
    position: relative;
    margin-right: 20px;
    cursor: pointer;
}

.how-itemcart1 img {
    width: 100%;
}

.how-itemcart1::after {
    content: '\e870';
    font-family: Linearicons-Free;
    font-size: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    opacity: 0;
}

.how-itemcart1:hover:after {
    opacity: 1;
}

/*---------------------------------------------*/
.how-bor2,
.how-bor1 {
    position: relative;
    z-index: 1;
}

.how-bor2::before,
.how-bor1::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    border: 3px solid #ccc;
}

.how-bor1::before {
    bottom: -21px;
    left: -21px;
}

@media (max-width: 767px) {
    .how-bor1::before {
        bottom: -21px;
        right: -21px;
        left: auto;
    }
}

.how-bor2::before {
    bottom: -21px;
    right: -21px;
}



/*==================================================================
      PSEUDO PSEUDO PSEUDO PSEUDO PSEUDO PSEUDO PSEUDO PSEUDO PSEUDO
==================================================================*/

/*//////////////////////////////////////////////////////////////////
[ Focus ]*/
.focus-in0:focus::-webkit-input-placeholder {
    color: transparent;
}

.focus-in0:focus:-moz-placeholder {
    color: transparent;
}

.focus-in0:focus::-moz-placeholder {
    color: transparent;
}

.focus-in0:focus:-ms-input-placeholder {
    color: transparent;
}




/*//////////////////////////////////////////////////////////////////
[ Hoverrr ]*/

.hov-cl0:hover {
    color: #fff;
}

.hov-cl1:hover {
    color: #d4ab0d;
}

.hov-cl2:hover {
    color: #333;
}

.hov-bg0:hover {
    background-color: #fff;
}

.hov-bg1:hover {
    background-color: #f3cd3d;
}


/*---------------------------------------------*/
.hov-img0 {
    display: block;
    overflow: hidden;
}

.hov-img0 img {
    width: 100%;
    -webkit-transition: transform 0.9s ease;
    -o-transition: transform 0.9s ease;
    -moz-transition: transform 0.9s ease;
    transition: transform 0.9s ease;
}

.hov-img0:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

/*---------------------------------------------*/
.hov-btn1:hover {
    border-color: #222;
    background-color: #222;
    color: #fff;
}

.hov-btn1:hover i {
    color: #fff;
}

/*---------------------------------------------*/
.hov-btn2:hover {
    border-color: #fff;
    background-color: #fff;
    color: #f3cd3d;
}

/*---------------------------------------------*/
.hov-btn3:hover {
    border-color: #f3cd3d;
    background-color: #f3cd3d;
    color: #333;
}

.hov-btn3:hover i {
    color: #333;
}

.hov-btn10:hover {
    border-color: #fff;
    background-color: #fff;
    color: #333;
}

.hov-btn10:focus {
    background-color: #e0e0e0;
}

.hov-btn11:hover {
    border-color: #f1c318;
    background-color: #f1c318;
    color: #333;
}

.hov-btn11:active {
    transform: translateY(1px);
}

.hov-btn12:hover {
    border-color: #ffffff;
    background-color: transparent;
    color: #ffffff;
}

.hov-btn12:active {
    transform: translateY(1px);
}

.hov-btn13:hover {
    border-color: #f1c318;
    background-color: #f1c318;
    color: #333;
}

/*---------------------------------------------*/
.hov-tag1:hover {
    color: #f3f3f3;
    border-color: #f3cd3d;
}


/*---------------------------------------------*/
.hov-ovelay1 {
    position: relative;
}

.hov-ovelay1::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(142, 128, 38, 0.8);
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.hov-ovelay1:hover:after {
    opacity: 1;
}


/*---------------------------------------------*/
.hov1:hover {
    color: #fff;
    border-color: #797979;
}

/*---------------------------------------------*/
.hov2:hover {
    background-color: #f2f2f2;
}

/*---------------------------------------------*/
.hov3 {
    opacity: 0.6;
}

.hov3:hover {
    opacity: 1;
}


.btn-fb {
    background-color: #3B5998;
    font-size: 20px;
}

.btn-fb:hover {
    background-color: #36518a;
    color: #f5f5f5;
}

.btn-google {
    background-color: #fff;
    color: black;
}

.btn-google:hover {
    background-color: #ebebeb;
}

.btn-google img {
    width: 20px;
    height: 20px;
}


.hr-line {
    display: flex;
    flex-basis: 100%;
    align-items: center;
    color: #cccccc;
    margin: 8px 0px;
}

.hr-line:before,
.hr-line:after {
    content: "";
    flex-grow: 1;
    background: #4a4c4e;
    height: 1px;
    font-size: 0px;
    line-height: 0px;
    margin: 0px 0px;
}


/*==================================================================
  RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE
==================================================================*/

/*//////////////////////////////////////////////////////////////////
[ XL ]*/
@media (max-width: 1199px) {
    .m-0-xl {
        margin: 0;
    }

    .m-lr-0-xl {
        margin-left: 0;
        margin-right: 0;
    }

    .m-lr-15-xl {
        margin-left: 15px;
        margin-right: 15px;
    }

    .m-l-0-xl {
        margin-left: 0;
    }

    .m-r-0-xl {
        margin-right: 0;
    }

    .m-l-15-xl {
        margin-left: 15px;
    }

    .m-r-15-xl {
        margin-right: 15px;
    }

    .p-0-xl {
        padding: 0;
    }

    .p-lr-0-xl {
        padding-left: 0;
        padding-right: 0;
    }

    .p-lr-15-xl {
        padding-left: 15px;
        padding-right: 15px;
    }

    .p-l-0-xl {
        padding-left: 0;
    }

    .p-r-0-xl {
        padding-right: 0;
    }

    .p-l-15-xl {
        padding-left: 15px;
    }

    .p-r-15-xl {
        padding-right: 15px;
    }

    .w-full-xl {
        width: 100%;
    }

    .m-b-15-xl {
        margin-bottom: 15px;
    }

    /*---------------------------------------------*/

}


/*//////////////////////////////////////////////////////////////////
[ LG ]*/
@media (max-width: 991px) {
    .m-0-lg {
        margin: 0;
    }

    .m-lr-0-lg {
        margin-left: 0;
        margin-right: 0;
    }

    .m-lr-15-lg {
        margin-left: 15px;
        margin-right: 15px;
    }

    .m-l-0-lg {
        margin-left: 0;
    }

    .m-r-0-lg {
        margin-right: 0;
    }

    .m-l-15-lg {
        margin-left: 15px;
    }

    .m-r-15-lg {
        margin-right: 15px;
    }

    .m-t-20-lg {
        margin-top: 20px;
    }

    .m-t-40-lg {
        margin-top: 40px;
    }

    .m-tb-15-lg {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .m-b-20-lg {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .p-0-lg {
        padding: 0;
    }

    .p-lr-0-lg {
        padding-left: 0;
        padding-right: 0;
    }

    .p-lr-15-lg {
        padding-left: 15px;
        padding-right: 15px;
    }

    .p-l-0-lg {
        padding-left: 0;
    }

    .p-r-0-lg {
        padding-right: 0;
    }

    .p-l-15-lg {
        padding-left: 15px;
    }

    .p-r-15-lg {
        padding-right: 15px;
    }

    .p-tb-15-lg {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .p-all-15-lg {
        padding: 15px !important;
    }

    .w-50-lg {
        width: 50%
    }

    .w-35-lg {
        width: 35%
    }

    .w-full-lg {
        width: 100%;
    }

    .h-auto-lg {
        height: auto !important;
    }

    .p-t-15-lg {
        padding-top: 15px;
    }

    .p-tb-15-lg {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .p-tb-30-lg {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .p-t-100-lg {
        padding-top: 100px;
    }

    .border-radius-10-lg {
        border-radius: 10px !important;
    }

    .border-top-left-radius-lg {
        border-top-left-radius: 10px !important;
    }

    .border-bottom-left-radius-lg {
        border-bottom-left-radius: 10px !important;
    }

    .reg-m-right {
        padding: 50px 0;
        margin: 0;
        text-align: center;
        height: 200px;
    }

    .reg-lg {
        padding: 50px 0;
        margin: 0;
        text-align: center;
        min-height: 200px !important;
    }

    .login-m {
        padding-top: 0;
        margin-top: 0;
    }

    .fs-32-lg {
        font-size: 32px !important;
    }

    .fs-24-lg {
        font-size: 24px !important;
    }

    .fs-14-lg {
        font-size: 14px !important;
    }

    .fs-10-lg {
        font-size: 10px !important;
    }

    .footer-p {}

    /*---------------------------------------------*/
    .respon4 {
        width: 50%;
    }

    /*---------------------------------------------*/
    .respon5 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}


/*//////////////////////////////////////////////////////////////////
[ MD ]*/
@media (max-width: 767px) {
    .m-t-5-md {
        margin-top: 5px;
    }

    .m-b-20-md {
        margin-bottom: 20px;
    }

    .m-t-20-md {
        margin-top: 20px;
    }

    .m-0-md {
        margin: 0;
    }

    .m-lr-0-md {
        margin-left: 0;
        margin-right: 0;
    }

    .m-lr-15-md {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    .m-l-0-md {
        margin-left: 0;
    }

    .m-r-0-md {
        margin-right: 0;
    }

    .m-l-15-md {
        margin-left: 15px;
    }

    .m-r-15-md {
        margin-right: 15px;
    }

    .p-0-md {
        padding: 0;
    }

    .p-lr-0-md {
        padding-left: 0;
        padding-right: 0;
    }

    .p-lr-10-md {
        padding-left: 10px;
        padding-right: 10px;
    }

    .p-lr-15-md {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .p-all-25-md {
        padding: 25px;
    }

    .p-l-0-md {
        padding-left: 0;
    }

    .p-r-0-md {
        padding-right: 0;
    }

    .p-l-15-md {
        padding-left: 15px;
    }

    .p-r-15-md {
        padding-right: 15px;
    }

    .p-t-15-md {
        padding-top: 15px;
    }

    .p-b-15-md {
        padding-bottom: 15px;
    }

    .p-b-20-md {
        padding-bottom: 20px;
    }

    .p-b-20-md {
        padding-bottom: 20px;
    }

    .p-b-10-md {
        padding-bottom: 10px;
    }

    .w-full-md {
        width: 100% !important;
    }

    .h-auto-md {
        height: auto !important;
    }

    .w-80-md {
        width: 80%;
    }

    .w-50-md {
        width: 50%;
    }

    .fs-32-md {
        font-size: 32px !important;
    }

    .fs-24-md {
        font-size: 24px !important;
    }

    .fs-14-md {
        font-size: 14px !important;
    }

    .fs-12-md {
        font-size: 12px !important;
    }

    .fs-10-md {
        font-size: 10px !important;
    }

    /*---------------------------------------------*/
    .respon4 {
        width: 100%;
    }

    .flex-mobile {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
    }

    .display-none-md {
        display: none;
    }

}




/*//////////////////////////////////////////////////////////////////
[ SM ]*/
@media (max-width: 575px) {
    .m-60-t-sm {
        margin-top: 60px;
    }

    .m-0-sm {
        margin: 0;
    }

    .m-lr-0-sm {
        margin-left: 0;
        margin-right: 0;
    }

    .m-lr-15-sm {
        margin-left: 15px;
        margin-right: 15px;
    }

    .m-tb-15-sm {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .m-l-0-sm {
        margin-left: 0;
    }

    .m-r-0-sm {
        margin-right: 0;
    }

    .m-l-15-sm {
        margin-left: 15px;
    }

    .m-r-15-sm {
        margin-right: 15px;
    }

    .p-0-sm {
        padding: 0;
    }

    .p-lr-0-sm {
        padding-left: 0;
        padding-right: 0;
    }

    .p-lr-15-sm {
        padding-left: 15px;
        padding-right: 15px;
    }

    .p-l-0-sm {
        padding-left: 0;
    }

    .p-r-0-sm {
        padding-right: 0;
    }

    .p-l-15-sm {
        padding-left: 15px;
    }

    .p-r-15-sm {
        padding-right: 15px;
    }

    .w-full-sm {
        width: 100%;
    }

    .h-full-sm {
        height: 100%;
    }


    .ecommerce-sm {
        text-align: center;
        padding: 20px;
    }

    /*---------------------------------------------*/
    .respon1 {
        font-size: 40px;
    }

    /*---------------------------------------------*/
    .respon2 {
        font-size: 20px;
    }

    /*---------------------------------------------*/
    .respon6 {
        width: 65px;
    }

    .respon6-next {
        width: calc(100% - 65px);
    }

    /*---------------------------------------------*/
    .respon7 {
        padding-left: 60px;
    }


}


/*//////////////////////////////////////////////////////////////////
[ SSM ]*/
@media (max-width: 480px) {
    .m-100-t-ssm {
        margin-top: 100px;
    }

    .m-0-ssm {
        margin: 0;
    }

    .m-lr-0-ssm {
        margin-left: 0;
        margin-right: 0;
    }

    .m-lr-15-ssm {
        margin-left: 15px;
        margin-right: 15px;
    }

    .m-l-0-ssm {
        margin-left: 0;
    }

    .m-r-0-ssm {
        margin-right: 0;
    }

    .m-l-15-ssm {
        margin-left: 15px;
    }

    .m-r-15-ssm {
        margin-right: 15px;
    }

    .p-0-ssm {
        padding: 0;
    }

    .p-lr-0-ssm {
        padding-left: 0;
        padding-right: 0;
    }

    .p-lr-15-ssm {
        padding-left: 15px;
        padding-right: 15px;
    }

    .p-l-0-ssm {
        padding-left: 0;
    }

    .p-r-0-ssm {
        padding-right: 0;
    }

    .p-l-15-ssm {
        padding-left: 15px;
    }

    .p-r-15-ssm {
        padding-right: 15px;
    }

    .w-full-ssm {
        width: 100% !important;
    }

    /*---------------------------------------------*/
    .respon3 {
        padding: 20px;
    }



}


/*//////////////////////////////////////////////////////////////////
[ REGISTER & LOGIN ]*/
/*---------------------------------------------*/
.form-control {
    font-size: 0.9rem;
    line-height: 1.5;
    display: block;
    width: 100%;
    height: 40px;
    padding: .625rem .75rem;
    transition: all .2s cubic-bezier(.68, -.55, .265, 1.55);
    color: #cccccc;
    border: 1px solid #616264;
    border-radius: .375rem;
    background-color: #4d4f50;
    background-clip: padding-box;
    box-shadow: none;
}

@media screen and (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent;
}

.form-control:focus {
    color: #fff;
    border-color: #747678;
    outline: 0;
    background-color: #6a6c6e;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.form-control:-ms-input-placeholder {
    opacity: 1;
    color: #919495;
}

.form-control::-ms-input-placeholder {
    opacity: 1;
    color: #919495;
}

.form-control::placeholder {
    opacity: 1;
    color: #919495;
}

.form-control:disabled,
.form-control[readonly] {
    opacity: 1;
    background-color: #303132;
    color: #878787;
}

.form-group {
    margin-bottom: 1.5rem;
}


.input-group {
    position: relative;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: stretch;
}

.input-group>.form-control {
    position: relative;
    width: 1%;
    margin-bottom: 0;
    flex: 1 1 auto;
}

.input-group>.form-control+.form-control {
    margin-left: -1px;
}

.input-group>.form-control:focus {
    z-index: 3;
}

.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-prepend {
    display: flex;
}

.input-group-prepend .btn {
    position: relative;
    z-index: 2;
}

.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.input-group-text,
.input-group-prepend .input-group-text+.btn {
    margin-left: -1px;
}

.input-group-prepend {
    margin-right: -1px;
}

.input-group-text {
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
    display: flex;
    margin-bottom: 0;
    padding: 0.375rem 1rem;
    text-align: center;
    white-space: nowrap;
    color: #adb5bd;
    border: 1px solid #616264;
    border-radius: .375rem;
    background-color: #616264;
    align-items: center;
}

.input-group-text input[type='radio'],
.input-group-text input[type='checkbox'] {
    margin-top: 0;
}

.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.75rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background-color: #5e72e4;
    box-shadow: none;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}

.custom-control-input:active~.custom-control-label::before {
    color: #fff;
    background-color: #5e72e4;
    box-shadow: none;
}

.custom-control-input:disabled~.custom-control-label {
    color: #8898aa;
}

.custom-control-input:disabled~.custom-control-label::before {
    background-color: #e9ecef;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
}

.custom-control-label::before {
    position: absolute;
    top: .125rem;
    left: -1.75rem;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    content: '';
    -webkit-user-select-s: none;
    -moz-user-select-s: none;
    -ms-user-select-s: none;
    user-select-s: none;
    pointer-events: none;
    background-color: #4d4f50;
    box-shadow: none;
    border: 1px solid #616264;
}

.custom-control-label::after {
    position: absolute;
    top: .125rem;
    left: -1.75rem;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    content: '';
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    border: 1px solid #616264;
    border-radius: .375rem;
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #f3cd3d;
    border: 1px solid #616264;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    background-color: #f3cd3d;
    box-shadow: none;
    border: 1px solid #616264;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 8 8'%3e%3cpath fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(94, 114, 228, .5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(94, 114, 228, .5);
}

.custom-control-label::before {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


/* 3.19 Dropdown */
.dropdown-menu {
    border: none;
    width: 200px;
    border-radius: 10px;
}

.dropdown-menu.show {
    display: block !important;
}

.dropdown-menu a {
    font-size: 13px;
}

.dropdown-menu .dropdown-title {
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1.5px;
    font-weight: 700;
    color: #191d21 !important;
    padding: 10px 20px;
    line-height: 20px;
}

.dropdown-menu.dropdown-menu-sm a {
    font-size: 14px;
    letter-spacing: normal;
    padding: 10px 20px;
    color: #6c757d;
}

.dropdown-item.has-icon i {
    text-align: center;
    width: 15px;
    font-size: 15px;
    float: left;
    margin-right: 10px;
    margin-top: -1px;
}

a.dropdown-item {
    padding: 10px 20px;
    font-weight: 500;
    line-height: 1.2;
    color: #ccc;
}

a.dropdown-item:focus,
a.dropdown-item:active,
a.dropdown-item.active {
    background-color: #282828;
    color: #fff !important;
}

a.dropdown-item:hover {
    background-color: #282828;
    color: #fff !important;
}

.dropdown-divider {
    border-top-color: #1e1e1e;
}

.dropdown-list {
    width: 350px;
    padding: 0;
}

.dropdown-list .dropdown-item {
    display: inline-block;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 13px;
    border-bottom: 1px solid #1e1e1e;
}

.dropdown-list .dropdown-item.dropdown-item-header:hover {
    background-color: transparent;
}

.dropdown-list .dropdown-item .time {
    margin-top: 10px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: .5px;
}

.dropdown-list .dropdown-item .dropdown-item-avatar {
    float: left;
    width: 40px;
    text-align: right;
    position: relative;
}

.dropdown-list .dropdown-item .dropdown-item-avatar img {
    width: 100%;
}

.dropdown-list .dropdown-item .dropdown-item-avatar .is-online {
    position: absolute;
    bottom: 0;
    right: 0;
}

.dropdown-list .dropdown-item .dropdown-item-desc {
    line-height: 24px;
    white-space: normal;
    color: #c0c0c0;
    margin-left: 60px;
}

.dropdown-list .dropdown-item .dropdown-item-desc b {
    font-weight: 600;
    color: #adadad;
}

.dropdown-list .dropdown-item .dropdown-item-desc p {
    margin-bottom: 0;
}

.dropdown-list .dropdown-item:hover {
    background-color: #37393a;
}

.dropdown-list .dropdown-item:focus {
    background-color: #4a4c4e;
}

.dropdown-list .dropdown-item:focus .dropdown-item-desc {
    color: #fff !important;
}

.dropdown-list .dropdown-item:focus .dropdown-item-desc b {
    color: #fff !important;
}

.dropdown-list .dropdown-item.dropdown-item-unread:active .dropdown-item-desc {
    color: #6c757d;
}

.dropdown-list .dropdown-item.dropdown-item-unread:active .dropdown-item-desc b {
    color: #6c757d;
}

.dropdown-list .dropdown-item:active .dropdown-item-desc {
    color: #fff;
}

.dropdown-list .dropdown-item:active .dropdown-item-desc b {
    color: #fff;
}

.dropdown-list .dropdown-item.dropdown-item-unread {
    background-color: #242526;
    border-bottom-color: #1e1e1e;
}

.dropdown-list .dropdown-item.dropdown-item-unread:focus .dropdown-item-desc {
    color: #6c757d !important;
}

.dropdown-list .dropdown-item.dropdown-item-unread:focus .dropdown-item-desc b {
    color: #6c757d !important;
}

.dropdown-list .dropdown-footer,
.dropdown-list .dropdown-header {
    letter-spacing: .5px;
    font-weight: 600;
    padding: 15px;
}

.dropdown-list .dropdown-footer a,
.dropdown-list .dropdown-header a {
    font-weight: 600;
}

.dropdown-list .dropdown-list-content {
    max-height: 260px;
    overflow-y: auto;
    scroll-behavior: smooth;
}

.dropdown-list .dropdown-list-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #282828;
}

.dropdown-list .dropdown-list-content::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.dropdown-list .dropdown-list-content::-webkit-scrollbar-thumb {
    background-color: #545658;
    border: 2px solid #282828;
}

.dropdown-list .dropdown-list-content::-webkit-scrollbar-thumb:hover {
    background-color: #676a6d;
}

.dropdown-list .dropdown-list-content:not(.is-end):after {
    content: ' ';
    position: absolute;
    bottom: 46px;
    left: 0;
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(24, 25, 26, 0), rgba(24, 25, 26, 0.4), rgba(24, 25, 26, 0.8));
    height: 60px;
}

.dropdown-list .dropdown-list-icons .dropdown-item {
    display: flex;
}

.dropdown-list .dropdown-list-icons .dropdown-item .dropdown-item-icon {
    flex-shrink: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
}

.dropdown-list .dropdown-list-icons .dropdown-item .dropdown-item-icon i {
    margin: 0;
}

.dropdown-list .dropdown-list-icons .dropdown-item .dropdown-item-desc {
    margin-left: 15px;
    line-height: 20px;
}

.dropdown-list .dropdown-list-icons .dropdown-item .dropdown-item-desc .time {
    margin-top: 5px;
}

.dropdown-flag .dropdown-item {
    font-weight: 600;
}

.dropdown-flag .dropdown-item .flag-icon {
    width: 20px;
    height: 13px;
    margin-right: 7px;
    margin-top: -6px;
}

.dropdown-flag .dropdown-item.active {
    background-color: #6777ef;
    color: #fff;
}

@media (max-width: 575.98px) {
    .dropdown-list-toggle {
        position: static;
    }

    .dropdown-list-toggle .dropdown-list {
        left: 10px !important;
        width: calc(100% - 20px);
    }
}


.buttons {
    margin: 0 8px 10px 0;
}


/* 3.10 Pagination */
.page-item .page-link {
    color: #acaeb0;
    border-radius: 3px;
    margin-right: 5px;
}

.page-item.active .page-link {
    background-color: #f3cd3d;
    border-color: #f3cd3d;
    color: #333;
}

.page-item.disabled .page-link {
    border-color: transparent;
    background-color: #f9fafe;
    color: #6777ef;
    opacity: .6;
}

.page-link {
    border-color: transparent;
    background-color: #2e2f30;
    font-weight: 600;
    border-radius: 3px;
    margin-right: 5px;
}

.page-link:hover {
    background-color: #414244;
    color: #fff;
    border-color: transparent;
}

.page-link:focus {
    box-shadow: none;
}


/* 3.10 Dashboard */

.navi a {
    color: #ffffff;
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding: 25px;
    margin-bottom: 10px;
    text-decoration: none;

    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.navi li {
    text-align: center;
}

.navi .active a {
    background: #4d4f50;
    border-radius: 0.3rem;
    color: #f3cd3d;
}

.navi a:hover {
    background: #4d4f50 none repeat scroll 0 0;
    display: block;
    border-radius: 0.3rem;
}

.navi a:active {
    transform: translateY(2px);
}

@media (max-width: 480px) {
    .navi a {
        color: #ffffff;
        display: block;
        font-size: 12px;
        font-weight: 500;
        padding: 10px 10px;
        margin-bottom: 5px;
        text-decoration: none;

        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }
}


.checked-star {
    color: orange;
}



.btn-check {
    position: relative;
    display: inline-block;
    border: 2px solid #ffffff;
    transition: 0s !important;
}

.btn-check input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.btn-check input:checked~.btn {
    border-color: #f3cd3d;
    background-color: #f3cd3d;
    color: #fff;
}

.btn-check:hover:not(.active) {
    border-color: #bbb;
}


.js-check {
    position: relative;
    color: #fff;
}

.js-check .title {
    margin-left: 22px;
}

.js-check input {
    position: absolute;
    top: 21px;
    left: 18px;
}

.js-check.active {
    border-color: #f3cd3d;
    color: #f3cd3d;
}

.js-check:hover:not(.active) {
    border-color: #ccc;
    color: #ccc;
}

.js-check.box {
    width: 100%;
    border-width: 3px;
}

.js-check.disabled,
.js-check:disabled {
    opacity: 0.3;
    pointer-events: none;
}

.txt-dashboard {
    font-family: Poppins-Regular;
    font-size: 32px;
    line-height: 1.2857;
}

span.stock {
    padding: 1px 5px;
    background-color: #f3cd3d;
    border-radius: 3px;
    color: #333;
    font-family: Poppins-Bold;
}


/*/////[ /CHECKOUT PAGE ]//////////////////////////////////////*/


.text-info-s {
    color: #f3f3f3;
    font-size: 16px;
    margin: 15px 0;
    letter-spacing: 5px;
    font-variant: small-caps;
    padding-top: 10px;
}

.text-info-s hr {
    border: 1px solid #f3cd3d;
    width: 50px;
    margin-top: 5px;
}

.info-shipping {
    border: 2px solid #595959;
    border-radius: 8px;
    background-color: #3a3b3c;
}

.info-total {
    font-family: Poppins-Regular;
    border-radius: 5px;
    padding: 15px 20px;
    color: #f3f3f3;
}

.info-total span {
    display: block;
}

.info-total a.link-edit {
    background-color: #dedfe0;
    color: #4a4c4e;
    font-family: Poppins-Bold;
    padding: 0 5px;
    border-radius: 3px;
}

.info-total a.link-edit:hover {
    background-color: #fdfdfd;
    color: #111112;
}


.info-text-head {
    font-size: 18px;
    font-family: Poppins-Bold;
    padding-bottom: 5px;
}

.c-total {
    font-family: Poppins-Bold;
    color: #f3f3f3;
}

.c-total .c-total-right {
    color: #cccccc;
}

.c-total b {
    font-family: Poppins-Bold;
}

.c-total span {
    display: block;
}

.c-total span.o-total {
    font-size: 24px;
}

.c-total .b-edit {
    background-color: #fbeebe;
    color: #e7ba0e;
}

.c-total.b-edit a {
    color: #8b6f09;
}


.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
}


.custom-select-s {
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23fff' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px;
}

.custom-select-s:after {
    background-color: #fff;
}

.select-s-shipping {
    background-color: #3a3b3c;
    color: #f3f3f3;
    overflow: hidden;
    border: 2px solid #595959;
}

.form-control:after {
    background-color: #000;
    color: #ff0000;
}

/* menu dropdown */
.menushipping {
    width: 100%;
    display: inline-block;
    background-color: #3a3b3c;
    border-radius: 10px;
    border: 2px solid #595959;
    transition: all .5s ease;
    position: relative;
    font-size: 14px;
    color: #f3f3f3;
    height: 100%;
    text-align: left padding:10px;
    font-family: Poppins-Regular;
}

.menushipping.is-invalid {
    border-color: #90283b !important;
}

.menushipping .select-s {
    cursor: pointer;
    display: block;
    padding: 20px;
}

.menushipping .select-s span {
    font-size: 18px;
    font-family: Poppins-Bold;
}

.menushipping .select-s>i {
    font-size: 13px;
    color: #888;
    cursor: pointer;
    transition: all .3s ease-in-out;
    float: right;
    line-height: 20px;
    position: absolute;
    top: 20px;
    right: 25px;
}

.menushipping:active {
    background-color: #3a3b3c;
    border-radius: 10px 10px 0 0;
}

.menushipping.active:hover,
.menushipping.active {
    border-radius: 10px 10px 0 0;
    background-color: #3a3b3c;
}

.menushipping.active .select-s>i {
    transform: rotate(-90deg)
}

.menushipping .menushipping-menu {
    position: relative;
    background-color: #3a3b3c;
    width: 100%;
    left: 0;
    border-top: 2px solid #595959;
    margin-top: 1px;
    overflow: hidden;
    display: none;
    max-height: 200px;
    overflow-y: auto;
    z-index: 9;
    padding: 0;
    list-style: none;
    border-radius: 0 0 10px 10px;
}

.menushipping .menushipping-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #282828;
}

.menushipping .menushipping-menu::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.menushipping .menushipping-menu::-webkit-scrollbar-thumb {
    background-color: #545658;
    border: 2px solid #282828;
}

.menushipping .menushipping-menu::-webkit-scrollbar-thumb:hover {
    background-color: #676a6d;
}

.menushipping .menushipping-menu {}

.menushipping .menushipping-menu li {
    padding: 10px 20px;
    transition: all .2s ease-in-out;
    cursor: pointer;
}

.menushipping .menushipping-menu li:hover {
    background-color: #4d4f50;
}

.menushipping .menushipping-menu li:active {
    background-color: #616264;
}

/* end menu dropdown -*/

/* menu courirer */
.namakurir {
    margin: 5px 20px;
    font-size: 16px;
    display: inline-block;
    font-family: Poppins-Bold;
    padding: 2px 0;
    border-bottom: 1px solid #ffffff;
}

span.harga {
    display: none;
    text-decoration: none;
}

.menushipping .select-s span>.harga {
    display: none;
}

.menushipping .select-s span>.row .harga {
    display: none;
}



.menushipping .select-s span>.row .gambar-bank img {
    position: relative;
    top: 0;
    left: 15px;
}

.menushipping .select-s span>.row .gambar-kurir img {
    position: relative;
    top: 0;
    left: 15px;
}

.gambar-bank img {
    width: 45px;
    height: 30px;
    position: relative;
    top: 15px;
    left: 15px;
    margin-right: 30px;
    border-radius: 3px;
    background-color: #fff;
    padding: 0 2px;
    border-radius: 3px;
}

.menushipping .select-s span>.row .gambar-bank img {
    position: relative;
    top: 0;
    left: 15px;
}

.gambar-kurir img {
    width: 45px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 9999px;
    margin-right: 15px;
    background-color: #ffffff;
    padding: 0 2px;
    border-radius: 3px;
}

.menushipping .select-s span>.row .gambar-kurir img {
    position: relative;
    top: 0;
    left: 15px;
}

.select2-container--default .select2-selection--single {
    background-color: #4d4f50;
    border: 1px solid #616264;
}

.select2-container .select2-selection--single {
    height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #cccccc;
    line-height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
}

.select2-dropdown {
    background-color: #4d4f50;
    color: #cccccc;
    border: 1px solid #616264;
    font-size: 0.8rem;
    font-family: Poppins-Regular;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #737678;
    color: #f3f3f3;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f3cd3d;
    color: #333333;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #3c3c3c;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
    background-color: #545658;
    border: 2px solid #3c3c3c;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb:hover {
    background-color: #676a6d;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #6a6d6e;
}

/* end menu courirer */


/*/////[ END /CHECKOUT PAGE ]////////////////////////////////////*/

/*/////[ ETC ]//////////////////////////////////////////////////*/

* {
    outline: 0;
}

/* select hidden none */
.select-none {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

/* end select hidden none */

/* bootstrap */
.container {
    max-width: 1380px;
}

@media (max-width: 1600px) {
    .container {
        max-width: 1200px;
    }
}



/* dot for faq page */
.square li {
    list-style-type: square;
    margin-left: 20px;
}

/* choose file for payment confirmation page */
.choose::-webkit-file-upload-button {
    color: #333333;
    display: inline-block;
    background: #1CB6E0;
    border: none;
    padding: 5px 15px;
    font-weight: 700;
    border-radius: 3px;
    white-space: nowrap;
    cursor: pointer;
    font-size: 12px;
}

/* end choose file for payment confirmation page */

/* parallax for home & login page */
.parallax-home,
.parallax-login {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.parallax-login::before {
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}

.parallax-login::before {
    background-color: rgba(0, 0, 0, 0.55);
}

/* end parallax for home & login page */

/* line yellow for heading or subheading */
hr.lines {
    border: 1px solid #f3cd3d;
    width: 100px;
    margin-top: 25px;
}

/* end line yellow for heading or subheading */

.txt-shadows {
    text-shadow: 1px 2px #000;
}

.font-s1 {
    text-transform: uppercase;
    transform: scaleY(0.7);
    font-family: Poppins-Black;
    line-height: 1.1;
}

.font-s2 {
    transform: scaleY(0.7);
    font-family: Poppins-Black;
    line-height: 1.1;
}


.invoice {
    border: none;
    position: relative;
    margin-bottom: 30px;
    color: #888888 !important;
}

.invoice .invoice-title .invoice-number {
    float: right;
    font-size: 20px;
    font-weight: 700;
    margin-top: -45px;
    color: #F3F3F3;
}

.invoice .order-status {
    font-size: 16px;
    letter-spacing: 0.5px;
}

.invoice hr {
    margin-top: 40px;
    margin-bottom: 40px;
    ;
}

.invoice .invoice-detail-item {
    margin-bottom: 15px;
}

.invoice .invoice-detail-item .invoice-detail-name {
    letter-spacing: .3px;
    color: #f3f3f3;
    font-weight: bold;
    margin-bottom: 4px;
}

.invoice .invoice-detail-item .invoice-detail-value {
    font-size: 18px;
    font-weight: 700;
}

.invoice .invoice-detail-item .invoice-detail-value.invoice-detail-value-lg {
    font-size: 24px;
    color: #F3CD3D;
}

.content-dashboard {
    min-height: 800px;
    border-radius: 0 10px 10px 0;
    padding: 50px 35px;
}

.content-dashboard-outter {
    padding-left: 0;
}

.sidebar-dashboard-outter {
    padding-right: 0;
}

.sidebar-dashboard {
    height: 100%;
    padding: 20px;
    border-radius: 10px 0 0 10px;
}

@media (max-width: 992px) {
    .sidebar-dashboard-outter {
        padding-right: 0px;
        padding-left: 0;
        margin-bottom: 20px;
    }

    .sidebar-dashboard {
        height: 100%;
        padding: 10px;
        border-radius: 5px;
        padding-bottom: 50px;
    }

    .content-dashboard {
        min-height: 800px;
        border-radius: 0px;
        padding: 20px;
    }

    .content-dashboard-outter {
        padding-left: 15px;
    }

    .sidebar-dashboard .navi ul li a {
        float: left;
        display: inline-block;
        width: auto;
        text-align: center;
    }

}

.va-number {
    color: #F3CD3D;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    padding: 10px;
}

.payment-title {
    color: #fff;
    text-align: center;
}

.payment-title img {
    height: 100px;
    width: 100px;
}

.icon-product-locked::after {
    content: "\f023";
    font-weight: 900;
    font-family: 'Font Awesome\ 5 Free';
    font-size: 45px;
    line-height: 15px;
    text-align: center;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 30px;
    height: 22px;
    padding: 3px 3px;
    text-transform: uppercase;
    margin: auto;
    border-radius: 2px;
    /* content: '\f023'; */
    color: #F3CD3D;
    border-color: 2px #030303;
}

.icon-product-locked a::after {
    content: "You have to buy to get the puzzle!";
    font-family: 'Font Awesome\ 5 Free';
    font-size: 10px;
    text-align: center;
    display: block;
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    margin: auto;
    border-radius: 2px;
    opacity: 0;
    /* content: '\f023'; */
    transition: 0.3s;
    color: #000;
    background: #F3CD3D;
    font-weight: bold;
}

.icon-product-locked a:hover::after {
    opacity: 1;
}

.icon-product-locked img {
    filter: blur(2px);
}

#headerrr {
    scroll-behavior: smooth;
}

#headerrr:focus-within {
    scroll-behavior: smooth;
}

html {
    scroll-behavior: smooth;
}

html:focus-within {
    scroll-behavior: smooth;
}


/*/////[ END ETC ]//////////////////////////////////////////////*/



.shopcart,
.trackstat {
    overflow-y: auto;
    scroll-behavior: smooth;
    position: relative;
}

.shopcart {
    max-height: 566px;
}

.trackstat {
    max-height: 380px;
}

.shopcart::-webkit-scrollbar-track,
.trackstat::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #282828;
}

.shopcart::-webkit-scrollbar,
.trackstat::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.shopcart::-webkit-scrollbar-thumb,
.trackstat::-webkit-scrollbar-thumb {
    background-color: #545658;
    border: 2px solid #282828;
}

.shopcart::-webkit-scrollbar-thumb:hover,
.trackstat::-webkit-scrollbar-thumb:hover {
    background-color: #676a6d;
}

.trackstat::-webkit-scrollbar-thumb:hover {
    background-color: #676a6d;
}


.alert {
    font-family: Poppins-Bold;
    font-size: 13px;
}



::-moz-selection {
    /* Code for Firefox */
    color: #111;
    background: rgba(255, 235, 20, .7);
}

::selection {
    color: #111;
    background: rgba(255, 235, 20, .7);
}




.invalid-feedback {
    color: #90283b !important;
}



.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #90283b !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23770000' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23770000' stroke='none'/%3e%3c/svg%3e");
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    border-color: #90283b;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.25);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #90283b;
    padding-right: calc(0.75em + 2.5625rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23222' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23770000' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23770000' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 2rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    border-color: #90283b;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.25);
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
    color: #90283b;
}


.was-validated .custom-control-input:invalid~.custom-control-label,
.custom-control-input.is-invalid~.custom-control-label {
    color: #90283b;
}

.was-validated .custom-control-input:invalid~.custom-control-label::before,
.custom-control-input.is-invalid~.custom-control-label::before {
    border-color: #90283b;
}


.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before {
    border-color: #90283b;
}


.was-validated .custom-file-input:invalid~.custom-file-label,
.custom-file-input.is-invalid~.custom-file-label {
    border-color: #90283b;
}

.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
    border-color: #90283b;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.25);
}





label.is-invalid {
    display: block;
    font-size: 12px;
    color: #BC2A4D;
    letter-spacing: 0.04em;
    padding: 3px;
}


.example {
    color: #858585;
}



.garis {
    font-family: 'Work Sans', sans-serif;
    border-top: 3px solid #d9dadc;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    padding: 5px 0 7px;
    margin: 0;
    color: #26244B;
    text-align: left !important
}

/* 
.garis:before {
    content: "";
    display: inline-block;
    width: 80px;
    height: 3px;
    position: absolute;
    background: #F3CD3D;
    left: 0;
    top: -3px;
    z-index: 1
} */