/*--------------------------------------------------------------------------
|  Header
--------------------------------------------------------------------------*/
.right-topbar .list-unstyled > li > a:hover {
    color: white;
    text-decoration: underline !important;
}

.right-topbar .list-unstyled > li {
    border-right: 1px solid white;
    padding-right: 10px;
    margin-right: 10px;
}

.right-topbar .list-unstyled > li:last-child {
    border: 0;
    padding: 0;
    right: 0;
}

.setting-menu .menu-container {
    width: calc(100% - 160px);
    float: left;
}

.search-section .input-group>.form-control {
    height: 36px;
}

.logo-section img {
    max-height: 115px;
}

/*--------------------------------------------------------------------------
|  Main
--------------------------------------------------------------------------*/
.abs-ads {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.rti-brand {
    padding-top: 74%;
}

.title-brand:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    border-top: 1px solid #dee2e6;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
}

.title-brand span {
    background: white;
    position: relative;
    padding: 0 15px;
}

.banner-newest-lookbooks a:hover .interactive {
    background-color: rgba(0,0,0,0.2);
}

.interactive {
    padding: 25px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.interactive h4 {
    position: relative;
    -webkit-transition: left .4s ease;
    -o-transition: left .4s ease;
    transition: left .4s ease;
    font-size: 18px;
    margin: 40px 0 0 45px;
    color: white;
    font-weight: bold;
    opacity: 0;
}

.interactive:before, 
.interactive:after {
    position: absolute;
    content: '';
    display: block;
    -webkit-transition: opacity .4s ease, transform .4s ease;
    -o-transition: opacity .4s ease, transform .4s ease;
    transition: opacity .4s ease, transform .4s ease;
    opacity: 0;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

.interactive:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    top: 50px;
    right: 30px;
    bottom: 50px;
    left: 30px;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
}

.banner-newest-lookbooks a:hover .interactive:before, 
.banner-newest-lookbooks a:hover .interactive:after, 
.banner-newest-lookbooks a:hover h4 {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.interactive:after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    top: 30px;
    right: 50px;
    bottom: 30px;
    left: 50px;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
}

.image-ads img {
    webkit-transition: all 0.25s cubic-bezier(0.37, 0.8, 0.76, 0.96);
    -o-transition: all 0.25s cubic-bezier(0.37, 0.8, 0.76, 0.96);
    transition: all 0.25s cubic-bezier(0.37, 0.8, 0.76, 0.96);
}

.image-ads:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.rti-slider {
    padding-top: 35%;
}
.setting-menu.sticky-menu.fix {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}
/*--------------------------------------------------------------------------
|  Footer
--------------------------------------------------------------------------*/
.list-social img {
    width: 39px;
}
/*Button Contact Fixed*/
.contact-fixed {
    z-index: 999;
    right: 20px;
    bottom: 20px;
    position: fixed;
    height: 60px;
    width: 60px;
    background: #e96f3c;
    border-radius: 50%;
    cursor: pointer;
}

.contact-fixed__button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    color: var(--white);
    font-size: 10px;
    line-height: 11px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: ease-in .12s all;
    -o-transition: ease-in .12s all;
    transition: ease-in .12s all;
}

.contact-fixed__button.show {
    -webkit-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
}

.contact-fixed__button i {
    font-size: 24px;
    margin-bottom: 2px;
}

.contact-fixed__pulsation {
    width: 84px;
    height: 84px;
    background-color: #e96f3c;
    border-radius: 50px;
    position: absolute;
    left: -12px;
    top: -12px;
    z-index: -1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation: arcontactus-pulse 2s infinite;
    animation: arcontactus-pulse 2s infinite;
}

.contact-fixed__pulsation:nth-child(2n) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.contact-fixed__close {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    color: var(--white);
    font-size: 24px;
    -webkit-transform: rotate(180deg) scale(0);
    -ms-transform: rotate(180deg) scale(0);
    transform: rotate(180deg) scale(0);
    -webkit-transition: ease-in .12s all;
    -o-transition: ease-in .12s all;
    transition: ease-in .12s all;
}

.contact-fixed__close.show {
    -webkit-transform: rotate(-45deg) scale(1);
    -ms-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
}

.contact-fixed__list {
    background: center no-repeat var(--white);
    box-shadow: 0 0 10px rgb(0 0 0 / 60%);
    width: 235px;
    position: absolute;
    bottom: 80px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 14px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 7px;
    -webkit-transform-origin: 80% 105%;
    -ms-transform-origin: 80% 105%;
    transform-origin: 80% 105%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: ease-out .12s all;
    -o-transition: ease-out .12s all;
    transition: ease-out .12s all;
    z-index: 10000;
}

.contact-fixed__list:before {
    position: absolute;
    bottom: -7px;
    right: 25px;
    left: auto;
    display: inline-block!important;
    border-right: 8px solid transparent;
    border-top: 8px solid #FFF;
    border-left: 8px solid transparent;
    content: '';
}

.contact-fixed__list.show {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.contact-fixed__item {
    display: flex;
    align-items: center;
    padding: 8px 20px;
    width: 100%;
}

.contact-fixed__item:hover {
    background-color: #eeeeee;
    color: var(--color-text);
}

.contact-fixed__item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-right: 12px;
    background-color:#e96f3c;
    border-radius: 50%;
    padding: 8px;
}

.contact-fixed__item-icon img {
    filter: brightness(0) invert(1);
}
@keyframes arcontactus-pulse {
	0% {
		-webkit-transform:scale(0);
		transform:scale(0);
		opacity:1
	}
	50% {
		opacity:.5
	}
	100% {
		-webkit-transform:scale(1);
		transform:scale(1);
		opacity:0
	}
}
/*End Button Contact Fixed*/

/*--------------------------------------------------------------------------
|  Responsive
--------------------------------------------------------------------------*/
@media (max-width: 991px){
    .contact-fixed {
        bottom: 135px;
}
}
@media (max-width: 576px) {
    .is-mobile .entire-action-header .form-dropdown {
        width: 295px;
    }
    
    .w-mb-100>.container>.row>div {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .is-mobile .banner-newest-lookbooks a .interactive {
        background-color: rgba(0,0,0,0.2);
    }
    
    .is-mobile .banner-newest-lookbooks a .interactive:before, 
    .is-mobile .banner-newest-lookbooks a .interactive:after, 
    .is-mobile .banner-newest-lookbooks a h4 {
        opacity: 1;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    
    .is-mobile .slider-bg {
        height: 131px;
    }
}






.footer-right-fixed{
    display: flex;
    flex-direction: column;
    position: fixed;
    right: -70px;
    bottom: 300px;
    z-index:1000;
    background-color: #fff;
}
.footer-right-fixed ul{
    margin: 0;
}
.footer-right-fixed li{
    list-style: none;
    padding: 5px;
    width: 110px;
    transition: all .3s ease-in-out;
    background-color: #fff;
    border: 1px solid #ccc;
    border-bottom: none;
}
.footer-right-fixed li:last-child{
    border-bottom: 1px solid #ccc;
}
.footer-right-fixed li>a{
    display: flex;
    align-items: center;
}
.footer-right-fixed li:hover{
    transform: translateX(-70px);
    border-bottom: 1px solid #ccc;
}
.footer-right-fixed li .fixed-icon{
    margin-right: 5px;
}
.footer-right-fixed li .fixed-icon img{
    height: 30px;
    width: 30px;
}
.footer-right-fixed li>i{
    font-size: 20px;

}
.fixed-mess i{
    font-size: 30px;
    color: #00B2FF;
}
.fixed-youtube i{
    font-size: 26px;
    color: #FF0000;
}
