@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family:"SVN-Gilroy Bold";
    src: url("../fonts/Gilroy/SVN-Gilroy\ Bold.otf") format("OpenType");
    font-display: swap;
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family:"SVN-Gilroy SemiBold";
    src: url("../fonts/Gilroy/SVN-Gilroy\ SemiBold.otf") format("OpenType");
    font-display: swap;
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family:"SVN-Gilroy Medium";
    src: url("../fonts/Gilroy/SVN-Gilroy\ Medium.otf") format("OpenType");
    font-display: swap;
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family:"SVN-Gilroy";
    src: url("../fonts/Gilroy/SVN-Gilroy\ Regular.otf") format("OpenType");
    font-display: swap;
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family:"SVN-Gilroy Light";
    src: url("../fonts/Gilroy/SVN-Gilroy\ Light.otf") format("OpenType");
    font-display: swap;
    font-weight: 300;
    font-style: normal;
}

body::-webkit-scrollbar {
    width: 8px;
}
body::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
body::-webkit-scrollbar-thumb {
    background: #050912;
    border-radius: 10px;
}
body::-webkit-scrollbar-thumb:hover {
    background: #890202;
}

header, body {
    font-family: -apple-system, 'SVN-Gilroy', sans-serif; 
    font-weight: normal; 
    font-style: normal; 
    font-size: 16px; 
    line-height: 1.9; 
    color: #050912;
}
input {
    font-family: -apple-system, 'SVN-Gilroy', sans-serif; 
}
body {
    background-color: #EDEFF2;
}
html {
    scroll-padding-top: 78px; /* height of sticky header */
}

.container-extra {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container-lg-extra {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
/* Typography */
h1, h2, h3, h4, h5, h6{
    font-family:'SVN-Gilroy SemiBold', sans-serif;
    font-weight: normal;
    margin-bottom: 10px;
    color: #050912;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }
h1 { font-size: 50px; font-style: normal; line-height: 70px; font-weight: 700;}
h2 { font-size: 36px; font-style: normal; line-height: 46px; font-weight: 600;}
h3 { font-size: 30px; font-style: normal; line-height: 36px; font-weight: 500;}
h4 { font-size: 24px; font-style: normal; font-weight: 500; line-height: 30px; }
h5 { font-size: 20px; font-style: normal; font-weight: 500; line-height: 26px; }
h6 { font-size: 18px; font-style: normal; line-height: 24px;}
ul { margin: 0px; padding: 0px; }
u { text-decoration-style: wavy;}
p { font-size: 16px }

a:focus, a:hover { 
    color: #000; 
    text-decoration: none !important; 
}
a {
    color:#fff;
}

/* Icon Flat */
@font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.eot");
    src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
         url("../fonts/Flaticon.woff") format("woff"),
         url("../fonts/Flaticon.ttf") format("truetype"),
         url("../fonts/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Flaticon";
        src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
        font-display: swap;
    }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
    font-family: Flaticon;
    font-style: normal;
}

.flaticon-email:before { content: "\f100"; }
.flaticon-call:before { content: "\f101"; }
.flaticon-location:before { content: "\f102"; }
.flaticon-play-button:before { content: "\f103"; }
.flaticon-user:before { content: "\f104"; }
.flaticon-check:before { content: "\f105"; }
.flaticon-development:before { content: "\f106"; }
.flaticon-like:before { content: "\f107"; }
.flaticon-checked:before { content: "\f108"; }
.flaticon-tick:before { content: "\f109"; }
.flaticon-tick-a:after { content: "\f109"; }
.flaticon-plus:before { content: "\f10a"; }
.flaticon-more:before { content: "\f10b"; }
.flaticon-quotation:before { content: "\f10c"; }
.flaticon-upload:before { content: "\f10d"; }

/* Scroll to top */
#back-to-top {
    position: fixed; 
    height:40px; 
    width:40px; 
    right: 0;
    bottom: 100px;
    z-index: 9999;
    border-width: 1px 0px 0px 1px;
    border-style: solid none none dashed;
    border-color: transparent;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
#back-to-top a {
    /* padding:0px 8px 0px 8px; */
    text-decoration: none;
}
#back-to-top a i {
    font-size:20px;
    color:#000;
    /* padding: 12px 0px 10px 8px; */
}

/* Facebook plugin */
#fb-root iframe:first-child {
    margin: 0 !important;
    right: 0 !important;
    bottom: 20px !important;
}

/* Header */
.header {
    position: absolute; 
    top: 0; 
    width: 100%; 
    z-index: 1200;
    /* -webkit-box-shadow: 0px 0px 5px 0px #888888;
    box-shadow: 0px 0px 5px 0px #888888;
    -moz-box-shadow: 0px 0px 5px 0px #888888; */
    background-color: rgb(255, 255, 255);
}
.header.header-transparent {
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-box-shadow: none;
    background-color: transparent;
}
#header-wrap {
    padding: 0;
    width: 100%;
}
#header-wrap.fixed-header {
    position: fixed; 
    top:0; 
    left:0; 
    width: 100%; 
    z-index: 999 !important; 
    background: #ffffff !important;
    -webkit-box-shadow:  0px 0px 5px 0px #888888;
    box-shadow:  0px 0px 5px 0px #888888;
    -moz-box-shadow:  0px 0px 5px 0px #888888;
}
.logo, .logo-footer{
    flex-grow: 1;
    font-family: 'Playfair Display', serif;
}
.logo img {
    height: 55px;
}
#header-wrap.fixed-header .logo img {
    height: 55px;
}

/* Navigation */
.navbar{padding: 0;}
.dropdown-menu{
    border-radius: 0px;
    border-width: 2px 0px 0px 0px;
    border-style: solid;
    border-color:#1976D2;
}
.navbar-nav .nav-item.dropdown .dropdown-menu{
    padding: 10px; 
    background: rgb(255, 255, 255) ; 
    top: 120%; 
    margin-top: 0;
}
.navbar-brand{
    margin-right: 0; 
    padding: 0;
}
.nav-item.dropdown .dropdown-menu a{
    padding: 10px 20px; 
    display: block; 
    white-space: nowrap; 
    position: relative; 
    background: none; 
    color: #274684; 
    font-size: 14px; 
    font-weight: 400;
}
.nav-item.dropdown .dropdown-menu li:hover{
    background:#1976D2; 
    color: #ffffff;
}

.nav-item.dropdown .dropdown-menu:after {
    position: absolute; 
    left: 0; 
    top: 0; 
    height: 100%; 
    width: 100%; 
    padding: 10px;
    outline-offset: -10px; 
    content: "";
    z-index: -1;
}
.navbar-nav .dropdown-menu .dropdown-submenu .dropdown-menu {
    left: 100%; 
    margin: 0; 
    right: auto; 
    top: 0;
}
.navbar-nav .dropdown-submenu {
    display: block; 
    position: relative;
}
.navbar-nav .dropdown-submenu .dropdown-toggle::after {
    border-top: .3em solid transparent; 
    border-bottom: .3em solid transparent; 
    border-right: none; 
    border-left: .3em solid; 
    position: absolute; 
    right: 1em; 
    margin: 0; 
    vertical-align: middle; 
    top: 50%; 
    transform: translateY(-50%);
}
.navbar-brand{
    margin-right: 0;
    margin-top: -15px;
}
.navbar-nav .nav-item{margin: 0 15px}
.navbar-nav .nav-link {
    color: #9DA7B9; 
    font-weight: 500; 
    padding: 15px 25px !important;
    border-radius: 0; 
    text-transform: uppercase;
    overflow: hidden; 
    position: relative;
    font-family: 'SVN-Gilroy Medium', sans-serif;
    font-size: 18px;
}
.navbar-nav .nav-link, .navbar-nav .nav-item .nav-link, .hover-title {
    position: relative;
}
.navbar-nav .nav-link::before, .navbar-nav .nav-item .nav-link::before {
    position: absolute;
    content: " ";
    left: 25%;
    bottom: 0;
    width: 0%;
    transition: width 0.5s;
    -webkit-transition: width 0.5s;
    background-color: #890202;
    height: 3px;
}
.navbar-nav .nav-link:hover::before, .navbar-nav .nav-item .nav-link.active::before {
    width: 50%;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-item .nav-link.active {
    color:#050912;
}
.navbar-nav .nav-link:hover:before, .navbar-nav .nav-item .nav-link.active:before{opacity: 1;}
.main-nav-content {
    padding: 30px 10px; 
}
.main-nav-footer {
    padding: 30px 25px; 
}
#main-nav .container {
    height: 80%;
    overflow: scroll;
}
.main-nav-footer {
    background: #FAFAFA;
    height: 20%;
}
.main-nav-footer p {
    color: #9DA7B9 !important;
    margin-bottom: 0;
}
#main-nav {
    position: fixed;
    top: 0; 
    bottom: 0; 
    left: -100%; 
    width: 85%; 
    height: 100%; 
    overflow-y: scroll; 
    background: #ffffff; 
    z-index: 99999; 
    visibility: hidden; 
    opacity: 0; 
    -webkit-transition: all 0.5s linear; 
    -moz-transition: all 0.5s linear; 
    -ms-transition: all 0.5s linear; 
    -o-transition: all 0.5s linear; 
    transition: all 0.5s linear; 
}
#main-nav .nav-toggle {
    position: absolute; 
    top: 0px; 
    left: 0px; 
    padding: 20px; 
    height: 44px; 
    width: 44px; 
    line-height: 0; 
    padding: 0 !important; 
    visibility: hidden; 
    opacity: 0; 
    -webkit-transition: 0.3s; 
    -o-transition: 0.3s; 
    transition: 0.3s;
}
#main-nav .nav-toggle span{top: 18px !important; left: 0 !important; margin: 0 !important; padding: 0 !important; line-height: 0; text-indent: 0;}
#main-nav .nav-toggle.show {visibility: visible; opacity: 1;}
#main-nav .nav-toggle.active.show span::before, #main-nav .nav-toggle.active.show span::after {width: 20px;}
#main-nav .nav-toggle.active.show {
    height: 20px;
    width: 20px;
    top: 0px;
    left: 0px;
}
#main-nav .nav-toggle span{width: 40px;}
.nav-toggle {cursor: pointer; text-decoration: none;}
.nav-toggle:hover, .nav-toggle:focus, .nav-toggle:active {outline: none; border-bottom: none !important;}
.header:not(.header-transparent) .nav-toggle span, .header:not(.header-transparent) .nav-toggle span::before,
 .header:not(.header-transparent) .nav-toggle span::after{
    background: #050912;
}
.header:not(.header-transparent) .nav-toggle.active span {
    background: transparent;
}
.header.header-transparent .nav-toggle span, 
.header.header-transparent .nav-toggle span::before, .header.header-transparent .nav-toggle span::after{
    background: #fff;
}
.nav-toggle span {
    position: relative; 
    display: -moz-inline-stack; 
    display: inline-block; 
    zoom: 1; 
    width: 25px; 
    height: 2px; 
    text-transform: uppercase; 
    text-indent: -55px; 
     -webkit-transition: all .2s ease-out; 
     -o-transition: all .2s ease-out; 
     transition: all .2s ease-out;
}
.menu-show .nav-toggle span {background: transparent;}
.nav-toggle span::before, .nav-toggle span::after {
    content: ''; 
    width: 25px; 
    height: 2px; 
    position: absolute; 
    right: 0; 
    -webkit-transition: 0.1s; 
    -o-transition: 0.1s; 
    transition: 0.1s;
}
.nav-toggle span::before {top: -7px;}
.nav-toggle span::after {bottom: -7px;}
.nav-toggle.active span {background: transparent;}
.menu-show .nav-toggle span::before, .menu-show .nav-toggle span::after {background: transparent;}
.nav-toggle.active span::before {
    top: 0; 
    -webkit-transform: rotateZ(45deg); 
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg); 
    transform: rotateZ(45deg);
    width: 40px; 
}
.nav-toggle.active span::after {
    bottom: 0; 
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg); 
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg); 
    transform: rotateZ(-45deg);
    width: 40px; 
}
.nav-toggle {
    float: right;
    z-index: 1003; 
    position: relative; 
    display: none; 
    cursor: pointer; 
    margin-top: 0;
}
.menu-show #main-nav {
    visibility: visible; 
    opacity: 1; 
    left: 0;
}
#main-nav ul {
    list-style: none;
}
#main-nav ul {
    margin-left: -15px;
}
#main-nav ul li {
    padding: 7px 15px;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
}
#main-nav ul li span:first-child {
    width: 100%;
    text-align: left;
    color: #050912;
}
#main-nav ul li span:last-child {
    text-align: right;
}
/* #main-nav ul>li a {
    
} */
#main-nav ul>li a {
    color: #050912;
}
#main-nav ul>li .plus-light, #main-nav ul>li .chevron-right {
    margin-top: 5px;
    margin-left: auto;
}
#main-nav ul>li:hover {
    background-color: #888888;
    color: rgb(255, 255, 255);
}
#main-nav ul>li:hover i {
    color: rgb(255, 255, 255);
}
#main-nav .logo-sidenav img {
    height: 30px;
}

.logo .sticky-logo{display: none !important;}

.boxed-view .header{position: inherit;}

/* Menu Mobile */
.menu-mobile {
    display: none;
    width: 100%;
}
.menu-mobile img {
    height: 18px;
    width: auto;
}
.menu-mobile .nav-toggle {
    line-height: 1.5;
}
.menu-mobile .nav-toggle, .menu-mobile .menu-mobile-heart, 
.menu-mobile .menu-mobile-search, .menu-mobile .menu-mobile-bag {
    flex-grow: 1;
}
.menu-mobile .menu-mobile-search, .menu-mobile .menu-mobile-bag {
    text-align: end;
}
.menu-mobile-heart, .menu-mobile-bag {
    text-align: left;
    padding: 7px 0 7px 15px;
}
.menu-mobile-bag a, .menu-mobile-heart a{
    position: relative;
    float: right;
}
.menu-mobile-bag a img, .menu-mobile-heart a img {
    height: 22px;
    width: 22px;
}
.menu-mobile-bag a>span, .menu-mobile-heart a>span {
    position: absolute;
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: #050912 !important;
    color: #fff !important;
    width: 15px;
    height: 15px;
    font-size: 9px;
    top: 0px;
    right: -5px;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
}
/* .header.header-transparent .menu-mobile-bag span, .header.header-transparent .menu-mobile-heart span {
    filter: brightness(0.01);
} */
.header.header-transparent .menu-mobile {
    filter: brightness(100);
}
.menu-mobile .logo-mobile {
    flex-grow: 2;
    font-family: 'Playfair Display', serif;
    text-align: center;
}
.header .menu-mobile .logo-mobile img {
    height: 32px;
    width: 164px;
    margin: auto;
}
.header.header-transparent .menu-mobile .logo-mobile .logo-white {
    display: block;
    margin: auto;
}
.header.header-transparent .menu-mobile .logo-mobile .logo-black {
    display: none;
}
.header:not(.header-transparent) .menu-mobile .logo-mobile .logo-black {
    display: block;
}
.header:not(.header-transparent) .menu-mobile .logo-mobile .logo-white {
    display: none;
}
.menu-mobile .logo-mobile span {
    font-size: 30px;
    line-height: 1;
}

/* Section */
section{
    padding: 40px 0 20px 0;
}

/* Page Content */
.page-content-2 {
    padding-top: 95px;
}

/* Footer */
.footer {
    background-color: #050912;
    padding-top: 70px;
    padding-bottom: 50px;
}
.primary-footer h4, .absolute-footer p, .primary-footer ul>li {
    color: #fff;
    font-size: 14px;
}
.primary-footer h4 {
    font-weight: 600;
}
.primary-footer ul {
    list-style: none;
}
.logo-footer img {
    height: 50px;
    margin-left: -25px;
}
.primary-footer ul>li a:hover {
    color: #1976D2;
}

/* Social */
.social-icons ul{
    padding:0; 
    margin: 0; 
    line-height: 0;
}
.text-center.social-icons ul{display:inline-block;}
.social-icons li{
    display: inline-block; 
    list-style:none; 
    padding:0; 
    margin:0 8px 0 0;
}
.social-icons li a {
    display: inline-block; 
    height: 40px; 
    width: 40px; 
    line-height: 40px; 
    font-size: 14px; 
    text-align: center; 
    margin:0; 
    border-radius: 4px; 
    border: 0; 
    background: transparent; 
    color: #111121; 
    overflow: hidden; 
    -webkit-transition: all .3s ease; 
    -o-transition: all .3s ease; 
    transition: all .3s ease; 
}
.text-white .social-icons li a{color:#ffffff;}
.social-icons.fullwidth li a{
    width: auto; 
    height: auto; 
    line-height: 20px; 
    padding: 10px 15px;
}
.social-icons.social-colored .social-facebook a,
.social-icons.social-hover .social-facebook a:hover{background-color:#5d82d1;}

.social-icons.social-colored .social-twitter a,
.social-icons.social-hover .social-twitter a:hover{background-color:#40bff5;}

.social-icons.social-colored .social-vimeo a,
.social-icons.social-hover .social-vimeo a:hover{background-color:#35c6ea;}

.social-icons.social-colored .social-youtube a,
.social-icons.social-hover .social-youtube a:hover{background-color:#ef4e41;}

.social-icons.social-colored .social-instagram a,
.social-icons.social-hover .social-instagram a:hover{background-color:#ff48a3;}

.social-icons.social-colored .social-gplus a,
.social-icons.social-hover .social-gplus a:hover{background-color:#db5442;}

.social-icons.social-colored .social-google a,
.social-icons.social-hover .social-google a:hover{background-color:#eb5e4c;}

.social-icons.social-colored .social-skype a,
.social-icons.social-hover .social-skype a:hover{background-color:#13c1f3;}

.social-icons.social-colored .social-linkedin a,
.social-icons.social-hover .social-linkedin a:hover{background-color:#238cc8;}

.social-icons.social-colored .social-flickr a,
.social-icons.social-hover .social-flickr a:hover{background-color:#ff48a3;}

.social-icons.social-colored .social-tumblr a,
.social-icons.social-hover .social-tumblr a:hover{background-color:#426d9b;}

.social-icons.social-colored .social-pinterest a,
.social-icons.social-hover .social-pinterest a:hover{background-color:#e13138;}

.social-icons.social-border li a{border:1px solid #efefef; background:#353C48;}
.social-icons.circle li a{-webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%;}

/* Title Line */
.title {
    position: relative; 
    color: #1c2045; 
    padding-bottom: 20px; 
    margin-bottom: 25px;
}
.title::after, .title::before {
    position:absolute; 
    content: ""; 
    width:100%; 
}
.title::before {
    left: 0; 
    margin:0 auto;
    bottom:0; 
    height: 3px; 
    border-radius: 5px;
    background:#262262;
}
.title::after {
    left: 0; 
    margin:0 auto;
    bottom:0; 
    height: 3px; 
    border-radius: 5px;
    background: #262262;
}

/* Transition */
a, i, .btn, button, img, span, 
.animatedBackground, .navbar-nav .nav-link:before, 
.dropdown-item, .portfolio-item:before, .portfolio-item:after, 
.owl-item, .cases-item, .cases-description,
.featured-item .featured-icon i, .featured-item,
.featured-icon, .price-table, .post .post-desc,
.sidebar-links li a, .team-description {
    -webkit-transition: all 0.5s ease-in-out 0s; 
    -moz-transition: all 0.5s ease-in-out 0s; 
    -ms-transition: all 0.5s ease-in-out 0s; 
    -o-transition: all 0.5s ease-in-out 0s; 
    transition: all 0.5s ease-in-out 0s; 
}
.navbar-nav .dropdown-menu .nav-link:focus, 
.navbar-nav .dropdown-menu .nav-link:hover {
    transform: translateX(5px); 
    -webkit-transform: translateX(5px); 
    -o-transform: translateX(5px); 
    -ms-transform: translateX(5px); 
    -moz-transform: translateX(5px);
}

/* Display */
.mobile-show{display:none}
.window-show{display:block}

/* Pagination */
.pagination, .pagination > li {
    display: inline-block;
    margin-right: 20px;
}
.pagination, .pagination > li:last-child {
    margin-right: 0px;
}
.pagination > li > a, .pagination > li > span {
    width: 30px; 
    height: 30px; 
    line-height: 30px; 
    padding: 0; 
    text-align: center; 
    color: #9DA7B9; 
    font-weight: 500; 
    background-color: transparent;
    border-radius: 50%; 
    border: none;
}
.pagination > li.active .page-link, .page-link:hover, .page-link:focus {
    box-shadow: none; 
    background-color: #050912; 
    color: #ffffff;
}
.pagination .page-item:last-child .page-link {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}
.pagination .page-item:first-child .page-link {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}
.pagination .page-item.disabled .page-link {
    background-color: transparent;
}

/* Carousel */
.carousel-wrap {
    width: 100%;
    margin: auto;
    position: relative;
}
.owl-carousel .owl-nav{
    overflow: hidden;
    height: 0px;
}
.owl-carousel .item {
    text-align: center;
}
.best-seller .owl-carousel .nav-btn,
.product-category .owl-carousel .nav-btn {
    height: 25px;
    position: absolute;
    width: 25px;
    cursor: pointer;
    top: 35%;
    border-radius: 50%;
}
.best-seller .owl-carousel .nav-btn .border-slider-left i, .best-seller .owl-carousel .nav-btn .border-slider-right i,
.product-category .owl-carousel .nav-btn .border-slider-left i, .product-category .owl-carousel .nav-btn .border-slider-right i {
    font-size: 20px;
}
.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.2;
}
.product-category .owl-carousel .prev-slide, 
.category-home .owl-carousel .prev-slide, 
.best-seller .owl-carousel .prev-slide{
    left: -28px;
}
.product .owl-carousel .next-slide,
.product-category .owl-carousel .next-slide, 
.best-seller .owl-carousel .next-slide {
    right: -28px;
}
.owl-dots {
    margin-top: -30px !important;
    z-index: 9;
    position: relative;
}
.owl-theme .owl-dots button:active, .owl-theme .owl-dots button:focus {
    outline: none;
}
.owl-theme .owl-dots .owl-dot span {
    transition: width 0.2s linear;
    -webkit-transition: width 0.2s linear;
    -moz-transition: width 0.2s linear;
    -o-transition: width 0.2s linear;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
    width: 35px;
}
.owl-theme .owl-dots .owl-dot span {
    background: #869791;
}

/* Captcha */
.captcha .btn {
    padding:7px 12px;
    background-color: #b95402;
}
.captcha i{color:white}
.captcha .btn:hover{
    background-color:green
}

/* Support Button Social */
.support-button .middle {
    position: fixed;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    z-index: 9999;
}
.support-button .btn {
    display: block;
    width: 40px;
    height: 40px;
    background: #f1f1f1;
    margin: 5px;
    border-radius: 5px;
    box-shadow: 0 5px 15px -5px #00000070;
    color: #3498db;
    overflow: hidden;
    position: relative;
}
.support-button .btn i {
    font-size: 20px;
    transition: 0.2s linear;
    padding-right: 10px;
    padding-top: 2px;
}
.support-button .btn:hover i {
    transform: scale(1.3);
    color: #f1f1f1;
}
.support-button .btn::before {
    content: "";
    position: absolute;
    width: 120%;
    height: 120%;
    background: #3498db;
    transform: rotate(45deg);
    left: -110%;
    top: 90%;
}
.support-button .btn:hover::before {
    animation: socialAnimation 0.7s 1;
    top: -10%;
    left: -10%;
}

/* Search Bar */
.search-input {
    width: 100%;
    padding: 12px 24px;
    font-size: 14px;
    line-height: 18px;
    color: #9DA7B9;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve' fill='%239DA7B9'%3E%3Cg%3E%3Cg%3E%3Cpath d='M225.474,0C101.151,0,0,101.151,0,225.474c0,124.33,101.151,225.474,225.474,225.474 c124.33,0,225.474-101.144,225.474-225.474C450.948,101.151,349.804,0,225.474,0z M225.474,409.323 c-101.373,0-183.848-82.475-183.848-183.848S124.101,41.626,225.474,41.626s183.848,82.475,183.848,183.848 S326.847,409.323,225.474,409.323z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M505.902,476.472L386.574,357.144c-8.131-8.131-21.299-8.131-29.43,0c-8.131,8.124-8.131,21.306,0,29.43l119.328,119.328 c4.065,4.065,9.387,6.098,14.715,6.098c5.321,0,10.649-2.033,14.715-6.098C514.033,497.778,514.033,484.596,505.902,476.472z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: 0% center;
    border-color: #9DA7B9;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    backface-visibility: hidden;
}
/* .search-input:: */
.search-input::placeholder {
    color: #9DA7B9;
    letter-spacing: 1.5px;
}
.search-input:active, .search-input:focus {
    outline: none;
    color: #050912;
    letter-spacing: 1.5px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve' fill='%23050912'%3E%3Cg%3E%3Cg%3E%3Cpath d='M225.474,0C101.151,0,0,101.151,0,225.474c0,124.33,101.151,225.474,225.474,225.474 c124.33,0,225.474-101.144,225.474-225.474C450.948,101.151,349.804,0,225.474,0z M225.474,409.323 c-101.373,0-183.848-82.475-183.848-183.848S124.101,41.626,225.474,41.626s183.848,82.475,183.848,183.848 S326.847,409.323,225.474,409.323z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M505.902,476.472L386.574,357.144c-8.131-8.131-21.299-8.131-29.43,0c-8.131,8.124-8.131,21.306,0,29.43l119.328,119.328 c4.065,4.065,9.387,6.098,14.715,6.098c5.321,0,10.649-2.033,14.715-6.098C514.033,497.778,514.033,484.596,505.902,476.472z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
    border-color: #050912;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
}
.search-mobile {
    display: none;
}
.suggest-tag {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
}
.suggest-tag a {
    display: inherit;
}
.suggest-tag span {
    border: 1px solid #B2B5C6;
    background-color: #EDEFF2;
    border-radius: 5px;
    color: #9DA7B9;
    font-size: 14px;
    margin: 0px 10px 10px 0px;
    padding: 8px 15px;
}

/* Menu */
.top-header {
    width: 100%;
    text-align: right;
}
.top-header span {
    color: #627FC1;
}

.header .logo .logo-white {
    display: none;
}

.header .logo .logo-black {
    display: block;
}

.header.header-transparent #header-wrap:not(.fixed-header) .logo .logo-black {
    display: none;
}

.header.header-transparent #header-wrap:not(.fixed-header) .logo img {
    display: block;
}



.header.header-transparent #header-wrap:not(.fixed-header) .logo span, .header.header-transparent #header-wrap:not(.fixed-header) .top-header span, .header.header-transparent #header-wrap:not(.fixed-header) .navbar-nav .nav-link {
    color: #fff;
}
.header.header-transparent #header-wrap:not(.fixed-header) .icon-bar_item svg path,
.header.header-transparent #header-wrap:not(.fixed-header) .icon-bar_item svg circle,
.header.header-transparent #header-wrap:not(.fixed-header) .icon-bar_item svg line,
.header.header-transparent #header-wrap:not(.fixed-header) .icon-bar_item svg g{
    stroke: #fff;
}
.header.header-transparent #header-wrap:not(.fixed-header) .icon-user {
    fill: #fff;
}
.header .icon-bar_item svg path,
.header .icon-bar_item svg circle,
.header .icon-bar_item svg line,
.header .icon-bar_item svg g{
    stroke: #000;
}
.search-bar {
    margin-top: -15px;
}
.search-bar, .icon-bar{
    flex-grow: 1;
}
.icon-bar {
    display: flex;
    display: -webkit-flex;
}
.icon-bar .icon-bar_item {
    width: calc(100%/2);
    text-align: right
}
.icon-bar .icon-bar_item i {
    font-size: 18px;
}
.dropbtn {
    color: white;
    border: none;
    position: relative;
}
.dropbtn span {
    position: absolute;
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: #050912;
    color: #fff;
    width: 20px;
    height: 20px;
    font-size: 12px;
    top: -5px;
    right: -15px;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
}
.dropbtn:hover svg, .dropbtn:hover path, .dropbtn:hover circle, .dropbtn:hover line {
    stroke: #890202 !important;
}
.dropbtn:hover span {
    color: #fff;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.icon-bar_item .dropdown {
    position: relative;
    pointer-events: all;
}
.icon-bar_item .dropdown:hover .dropdown-container {
    display: block;
    opacity: 1;
    pointer-events: initial;
    visibility: visible;
    top: 100%;
}
.dropdown-space {
    height: 20px;
    width: 100%;
    background-color: transparent;
}
.dropdown-container {
    min-width: 36vw;
    z-index: 99;
    position: absolute;
    display: block;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    top: 150%;
}
.dropdown-content {
    min-width: 530px;
    border: 1px solid #d4d4d4;
    max-height: 600px;
    background-color: #F7F8FA;
    padding: 20px;
}
.dropdown-search {
    display: none;
    position: absolute;
    z-index: 99;
    width: calc(100% + 100px);
    border: 1px solid #d4d4d4;
    left: -20px;
    max-height: 3200px;
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    width: 99.55vw;
}
.dropdown-search-suggest ul>li, .dropdown-search-history, .dropdown-search-history_keyword {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    padding: 10px 0;
}
.dropdown-search-history {
    flex-wrap: wrap;
}
.dropdown-search-suggest ul>li img {
    width: 4%;
    margin-right: 15px;
}
.dropdown-search p {
    color: #383838;
    display: block;
}
.dropdown-search-history_keyword {
    border-radius: 7px;
    border: 1px solid #9DA7B9;
    background-color: #fff;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 10px;
    cursor: pointer;
}
.dropdown-search-history_keyword span {
    width: 90%;
    margin: auto 10px auto auto;
    color: #383838;
}
.dropdown-search-history_keyword i {
    width: 10%;
    margin: auto;
    cursor: pointer;
    color: #383838;
}
.suggest-product a {
    color: #050912;
}
.suggest-product img {
    width: 20px !important;
    height: auto;
}
.dropdown-container-wishlist {
    right: -75px;
}
.dropdown-container-cart {
    right: 0px;
}
.dropdown-overflow {
    overflow-y: scroll;
    width: 100%;
    max-height: calc(400px - 40px);
}
.dropdown-content a:hover {background-color: #ddd;}
/* .dropdown:hover .dropdown-content {
    display: block;
} */
.dropdown:hover .dropbtn svg{fill: #890202;}
.dropdown-content_count {
    margin-bottom: 20px;
}
.dropdown-content_item-content h4 {
    margin-bottom: 0px;
    font-style: italic;
}
.dropdown-content_item-content h4:nth-child(2) {
    font-style: normal;
}
.dropdown-content_item-content h4:nth-child(1) {
    font-family: 'SVN-Gilroy Medium', sans-serif;
}
.dropdown-content_item-content p {
    text-align: left;
    margin-bottom: 0;
    line-height: 1.4;
}
.dropdown-content_item-content h3 {
    margin-bottom: 0;
    font-size: 20px;
    text-align: left;
}
.dropdown-content_count, .dropdown-content_item-content h4{
    font-size: 16px;
    color:#383838;
    text-align: left;
    line-height: 1.6;
}
.dropdown-content_item {
    display: flex;
    display: -webkit-flex;
    margin-bottom: 20px;
}
.dropdown-content_item-quality, .dropdown-content_item-heart {
    width: 10%;
}
.dropdown-content_item-heart i {
    color: #DE6969;
}
.dropdown-content_item-image {
    width: 30%;
    /* padding: 40px 20px; */
    /* border: 1px solid #DDDDDD; */
    background-color: #F8F8F8;
    margin: 0 20px;
}
.dropdown-content_item-image img {
    border: 1px solid #DDDDDD;
}
.dropdown-content_item-quality, .dropdown-content_item-heart {
    text-align: center;
    margin: auto;
}
.dropdown-content_item-image img {
    width: 100%;
    object-fit: cover;
}
.dropdown-content_item-content {
    width: 60%;
    margin: auto;
}
.dropdown-content_item-content h6 {
    font-size: 14px;
    color: #383838;
    margin-bottom: 0;
    font-family: 'SVN-Gilroy', sans-serif;
}
.dropdown-content_item-price .old-price {
    text-decoration: line-through;
    font-size: 18px;
    color: #9DA7B9;
    line-height: 1.4;
}
.dropdown-content_item-price .new-price {
    font-family: 'SVN-Gilroy Medium', sans-serif;
    color: #050912;
    font-size: 20px;
    line-height: 1.4;
}
.ft-16 {
    font-size: 16px !important;
}
.dropdown-content_item-price, .dropdown-content_item-content h6 {
    text-align: left;
}
.dropdown-visit {
    margin-top: 20px;
}
.visit-cart {
    padding: 7px 60px;
    background-color: #890202;
    border-radius: 30px;
    margin: auto;
    display: table;
}
.visit-cart span {
    color: #fff;
}
.dropdown-overflow::-webkit-scrollbar {
    width: 8px;
}
.dropdown-overflow::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
.dropdown-overflow::-webkit-scrollbar-thumb {
    background: #050912;
    border-radius: 10px;
}
.dropdown-overflow::-webkit-scrollbar-thumb:hover {
    background: #890202;
}

/* Dropdown Feature */
.dropdown-feature {
    width: 100%;
    max-height: 100%;
    border-top: 1px solid #707070;
    padding-top: 30px;
    padding-bottom: 30px;
}
.dropdown-feature {
    background-color: #fff;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 150%;
    width: 99.5vw;
    left: 0;
    transition: top 0.8s ease, visible 0.8s ease, opacity 0.8s ease;
    -webkit-transition: top 0.8s ease, visible 0.8s ease, opacity 0.8s ease;
    -moz-transition: top 0.8s ease, visible 0.8s ease, opacity 0.8s ease;
    -o-transition: top 0.8s ease, visible 0.8s ease, opacity 0.8s ease;
}
.dropdown-feature__content {
    width: 100%;
    margin: 0 10px;
}
.dropdown-feature__content .item, .content-toggle__list .item-list {
    position: relative;
    height: 350px;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.dropdown-feature__content a {
    margin: 0 5px;
}
.content-toggle__list .item-list {
    margin-bottom: 10px;
}
.dropdown-feature__content .item img, .content-toggle__list .item-list img {
    position: relative;
    margin: auto auto 20px auto;
    width: 40%;
}
.dropdown-feature__content .item::before, .content-toggle__list .item-list::before {
    position: absolute;
    content: " ";
    width: 100%;
    height: 100%;
    background-color: #05091275;
}
.dropdown-feature__content a .item:hover::before, .content-toggle__list a .item-list:hover::before {
    background-color: #ffffff41;
}
.dropdown-feature.active {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    top: 100%;
    max-height: 700px;
    overflow: scroll;
    z-index: 99999;
}
.dropdown-feature::-webkit-scrollbar {
    display: none;
}
.dropdown-feature__title h2 {
    font-size: 40px;
    margin-bottom: 15px;
    line-height: 45px;
}
.content-toggle__list {
    display: none;
    padding: 0 10px;
}
.content-toggle__list.content-toggle__list--page {
    display: flex;
    display: -webkit-flex;
    padding: 0 10px;
}
.content-toggle__list .col-6.col-md-4.col-lg-2 {
    padding: 0 5px;
}
/* Progress Slider */
.progress {
    display: block;
    width: 100%;
    height: 5px;
    border-radius: 5px;
    margin-top: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    background-image: linear-gradient(to right, #627FC1, #627FC1);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size .4s ease-in-out;
    -webkit-transition: background-size .4s ease-in-out;
    -moz-transition: background-size .4s ease-in-out;
    -o-transition: background-size .4s ease-in-out;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

/* Home Banner */
.banner-home .item {
    height: 90vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    text-align: left;
    cursor: pointer;
}
/* .banner-home .item::before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.514);
} */
.banner-home .item .container {
    padding-top: 350px;
}
.banner-home .item h1, .banner-home .item h4 {
    color: #fff;
    text-transform: uppercase;
}
.banner-home .item h4 {
    margin-bottom: 40px;
}
.banner-home .item .banner-button {
    border-radius: 30px;
    color: #000;
    padding: 10px 50px;
    background-color: #fff;
    border: none;
}

/* Slick Button */
.slider-relative {
    position: relative;
    padding: 30px 0;
}
.prev-btn, .next-btn {
    position: absolute;
    top: calc(50% - 40px);
}
.prev-btn, .slick-prev {
    left: 20px;
}
.next-btn, .slick-next {
    right: 20px;
}
.next-btn i, .slick-next i, .slick-prev i {
    font-size: 20px;
}
.slick-prev, .slick-next {
    position: absolute;
    top: calc(50% - 40px);
    cursor: pointer;
}
.slick-disabled {
    color: rgba(161, 161, 161, 0.486);
}

/* Home Category */
.category-home, .home-blog {
    padding: 0 35px;
}
.category-home .item {
    padding: 0 7.5px;
    outline: none;
    text-align: center;
}
.category-home .item img {
    width: 100%;
    border-radius: 50%;
}
.category-home .item a:focus, .category-home .item a:active {
    outline: none;
}
.category-home .item h4 {
    margin-top: 20px;
    color: #9DA7B9;
    text-transform: uppercase;
    font-family: 'SVN-Gilroy Medium', sans-serif;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}
.category-home .item:hover h4 {
    color: #050912;
}
.category-home .owl-nav {
    display: block !important;
}

/* Home Brand */
.brand {
    padding: 170px 0;
    cursor: pointer;
    background-position: center;
}
.brand h3, .brand h6, .brand a span, .brand a span i {
    color: #050912;
}
.brand a span i {
    margin-left: 15px;
    font-size: 14px;
}
.brand h3 {
    font-size: 50px;
    margin-bottom: 35px;
}
.brand h6 {
    margin-bottom: 35px;
    font-size: 28px;
    font-family: 'SVN-Gilroy', sans-serif;
}

/* Read more */
.read-more-box {
    width: 100%;
    margin: 30px 0 0 0;
}
.read-more-box_form {
    width: 100%;
    margin: 40px 0 20px 0;
}
.read-more {
    border: 1px solid #050912;
    background-color: transparent;
    border-radius: 30px;
    padding: 10px 35px;
}
.read-more:hover {
    background-color: #fff;
}
.read-more {
    cursor: pointer;
}
.read-more span {
    color:  #050912;
}
.read-more-white:hover span {
    color:  #fff;
}
.read-more-white span {
    color:  #050912;
}
.read-more-white:hover {
    background-color: #050912;
    
}
.read-more-white {
    border: 1px solid #050912;
    background-color: #fff;
    border-radius: 30px;
    padding: 10px 35px;
}
.read-more-light {
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 30px;
    padding: 10px 35px;
}
.read-more-light:hover {
    border: 1px solid #fff;
    background-color: #fff;
}
.read-more-light:hover span {
    color:  #050912;
}
.read-more-light span {
    color:  #050912;
}
.read-more-dark {
    background-color: #050912;
    border-radius: 30px;
    padding: 10px 35px;
    border: 1px solid transparent;
}
.read-more-dark:hover {
    background-color: #fff;
    border: 1px solid #050912;
}
.read-more-dark:hover span {
    color:  #050912;
}
.read-more-dark span {
    color:  #fff;
}
.read-more-red {
    background-color: #890202;
    border-radius: 30px;
    padding: 15px 60px;
    border: 1px solid transparent;
}
.total-box .read-more-red {
    width: 100%;
    padding: 15px 20px;
    color: #fff;
    cursor: pointer;
}
.read-more-red:hover {
    background-color: #fff;
    border: 1px solid #890202;
}
.read-more-red span {
    color:  #fff;
}

/* Item */
.item-content span, .brand-product-box_content span {
    text-decoration: line-through;
    font-size: 18px;
    color: #9DA7B9;
    margin-bottom: 0px;
}
.best-seller-title h2 {
    font-size: 40px;
    margin-bottom: 30px;
    line-height: 45px;
}
.best-seller .item .image-normal {
    display: block;
}
.best-seller .item .image-hover {
    display: none;
}
.best-seller .item:hover .image-normal{
    display: none;
}
.best-seller .item:hover .image-hover {
    display: block;
}
.best-seller, .home-blog, .product-category, .product-collection-full {
    margin-top: 20px;
}
.product-collection-full, .viewed-product-full {
    display: none;
}
.product-collection-full .item, .viewed-product-full .item {
    text-align: center;
    overflow: hidden;
    position: relative;
}
.product-collection-full .item-content p, .viewed-product-full .item-content p{
    color: #9DA7B9;
    margin-bottom: 0px;
    font-style: italic;
}    
.product-collection-full .item-content h4, .product-collection-full .item-content h6, 
.viewed-product-full .item-content h4, .viewed-product-full .item-content h6{
    font-family: 'SVN-Gilroy Medium', sans-serif;
}
.best-seller img, .home-blog img, .product-category img{
    width: 100%;
}
.product-category .item:hover .image-normal, .product-category .item .image-hover{
    display: none !important;
}
.product-category .item:hover .image-hover{
    display: block !important;
}
.best-seller .item-content h6, .best-seller .item-content h4, 
.product-category .item-content h6, .product-category .item-content h4 {
    margin-bottom: 0px;
    font-family: 'SVN-Gilroy Medium', sans-serif;
}
.item-content h6 {
    font-size: 20px;
}
.best-seller .item-content p, .product-category .item-content p {
    color: #9DA7B9;
    margin-bottom: 0px;
    font-style: italic;
}
.home-blog-title h2 {
    font-size: 40px;
    margin-bottom: 30px;
    line-height: 45px;
}
.home-blog {
    outline: none;
}
.home-blog .item:active, .home-blog .item:focus, 
.home-blog a:active, .home-blog a:focus {
    outline: none;
}
.home-blog .item {
    background-color: #fff;
}
.home-blog .item-image {
    height: 220px;
    overflow: hidden;
}
.home-blog .item-image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
}
.home-blog .item:hover .item-image img {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.home-blog .item-content p {
    color: #627FC1;
    margin-bottom: 0px;
    font-size: 16px;
}
.home-blog .item-content h3 {
    font-size: 20px;
    line-height: 25px;
    margin-top: 10px;
    min-height: 50px;
    font-family: 'SVN-Gilroy Medium', sans-serif;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.home-blog .item-time {
    position: relative;
}
.home-blog .item-time p{
    color: #9DA7B9;
    padding: 20px 0;
    line-height: 1.5;
}
.home-blog .item-content, .product-category .item-content {
    padding: 20px;
}
.home-blog .item-time::before {
    content: " ";
    position: absolute;
    width: 40%;
    top: 0;
    left: 30%;
    right: 20%;
    height: 1px;
    background-color: #D4D7DD;
}

/* Home mail */
.home-mail {
    padding: 0 0 20px 0px;
}
.home-mail.contact-mail {
    padding: 40px 0 40px 0;
}
.home-mail h3 {
    color: #050912;
    font-size: 40px;
    margin-bottom: 40px;
    line-height: 45px;
}
.mail-form button:active, .mail-form button:focus,  .mail-form input:active, .mail-form input:focus,
.form-payment input:active, .form-payment input:focus {
    outline: none;
}
.mail-form {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    width: 100%;
}
.mail-form input {
    border: none;
    width: 40%;
    /* margin-right: 20px; */
    background-color: #D4D7DD;
    padding: 0 20px;
    border-radius: 0;
}
/* .mail-form input::placeholder {
    background-color: #D4D7DD;
} */
.mail-form button {
    border: none;
    background-color: transparent;
    color: #000;
    font-size: 22px;
    background-color: #D4D7DD;
    border: 1px solid transparent;
    width: 5%;
    height: 50px;
    /* padding: 10px 20px; */
    /* border-radius: 30px; */
}
.mail-form button:hover {
    background-color: #fff;
    border: 1px solid #D4D7DD;
}
.mail-form input:valid, .mail-form input:focus {
    background-color: #D4D7DD;
    padding: 0 20px;
}
.mail-form input:active, .mail-form input:focus {
    outline: none;
    background-color: #fff;
    color: #000;
    padding: 0 20px;
}
.mail-form input::-ms-input-placeholder {
   color: #fff;
   padding: 10px 20px;
   background-color: #fff;
}
.mail-form-box {
    display: flex;
    display: -webkit-flex;
    margin-top: 20px;
}

/* workspace */
.workspace-slider {
    display: none;
    width: 100%;
}
.workspace-slider .item {
    height: 350px;
    padding: 40px 20px;
    text-align: center;
    margin: 0 10px;
}
.workspace-slider .item h4, .workspace-slider .item h6 {
    color: #fff;
    text-transform: uppercase;
}
.workspace-slider .item h4 {
    font-size: 40px;
    line-height: 45px;
}
.workspace-slider .item h6 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 30px;
}
.workspace-grid {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}
.workspace-grid .grid {
    position: relative;
    width: calc(50% - 5px);
    background-color: #EDEFF2;
    text-align: center;
    height: 600px;
    -moz-background-size: 101% auto;
    -o-background-size: 101% auto;
    background-size: 101% auto;
    -webkit-background-size: 101% auto;
    background-repeat: no-repeat;
    background-position: center;
    padding: 40px 0;
    margin-bottom: 10px;
    -webkit-transition: background-size 1.5s ease;
    -moz-transition: background-size 1.5s ease;
    -o-transition: background-size 1.5s ease;
    transition: background-size 1.5s ease;
    overflow: hidden;
    cursor: pointer;
}
.workspace-grid .grid:hover {
    background-size: 110% auto;
    -webkit-background-size: 110% auto;
    -moz-background-size: 110% auto;
    -o-background-size: 110% auto;
}
.workspace-grid .grid:nth-child(odd) {
    margin-right: 10px;
}
.workspace-grid .grid h4, .workspace-grid .grid h6 {
    color: #fff;
    text-transform: none;
}
.workspace-grid .grid h4 {
    font-size: 40px;
    margin-bottom: 35px;
    font-weight: 600;
}
.workspace-grid .grid h6 {
    margin-bottom: 35px;
    font-size: 26px;
    font-family: 'SVN-Gilroy Light', sans-serif;
}
.workspace-grid .grid i {
    font-size: 16px;
    margin-left: 15px;
}
.workspace-grid .grid a {
    font-size: 18px;
}
.workspace-grid .grid a:hover a {
    color: #1976D2;
}

/* Feature Product */
.feature-product-config {
    margin-top: 20px;
    padding: 0 7.5px;
}
.feature-product h2 {
    color: #050912;
    font-size: 40px;
    text-align: center;
    margin-bottom: 30px;
    line-height: 45px;
}
.feature-product-box {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 20px 20px 0 20px;
    margin-left: -7.5px;
    margin-right: -7.5px;
    position: relative;
}
.feature-product-box:hover::before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.4);
    z-index: 1;
}
.feature-product-box_title {
    width: 60%;
    z-index: 2;
}
.feature-product-box_image {
    width: 40%;
    z-index: 2;
}
.dropdown-feature .feature-product-box_title {
    width: 65%;
}
.dropdown-feature .feature-product-box_image {
    width: 35%;
}
.feature-product-box_image {
    text-align: left;
}
.feature-product-box_title h4 {
    /* mix-blend-mode: difference; */
    text-transform: uppercase;
    font-size: 20px;
    /* filter: contrast(3); */
    font-family: 'SVN-Gilroy Medium', sans-serif;
}
.feature-product-box_image img{
    width: 100%;
    padding: 0;
}

/* Feature Brand */
.feature-brand-list {
    padding: 40px 0;
}
.feature-brand-list h2 {
    color: #050912;
    font-size: 40px;
    text-align: center;
    margin-bottom: 30px;
    line-height: 45px;
}
.feature-brand-box {
    padding: 10px 20px;
    text-align: center;
    background-color: #D4D7DD;
    margin-bottom: 10px;
    position: relative;
}
.feature-brand-box:hover::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
}
.feature-brand-box img {
    height: 100px;
    width: auto;
}
.feature-brand h2 {
    color: #050912;
    font-size: 40px;
    text-align: center;
    margin-bottom: 30px;
    line-height: 45px;
}

/* Home help */
.help {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    padding-top: 40px;
}
.help-box {
    width: 25%;
    padding: 40px 70px;
    background-color: #fff;
}
.help-box_icon {
    height: 60px;
}
.help-box_icon, .help-box_content {
    text-align: center;
}
.help-box_icon img {
    height: 40%;
}
.help-box_content h4{
    color: #050912;
    font-family: 'SVN-Gilroy Medium', sans-serif;
    margin-bottom: 0;
}
.help .help-box {
    border-right: 1px solid #D4D7DD ;
}
.help .help-box:last-child {
    border-right: none;
}

/* Banner */
.banner {
    height: 400px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.banner::before {
    position: absolute;
    content: " ";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0) 100%);
}
.banner-box {
    text-align: center;
    margin-top: 8.5%;
}
.banner-box h2 {
    color: #fff;
    font-size: 60px;
}
.banner-box.banner-filter {
    margin-top: 15%;
}
.banner-box.banner-filter h2 {
    text-transform: uppercase;
}

/* Product category */
.product-title {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    /* line-height: 1; */
}
.product-title h3 {
    font-size: 40px;
    line-height: 45px;
    text-transform: uppercase;
}
.product-title a {
    margin: auto 0 auto auto;
}

.read-more:hover {
    background-color: #fff;
}
.product-title span {
    border: 1px solid #050912;
    background-color: transparent;
    border-radius: 30px;
    padding: 10px 35px;
    color:  #050912;
    display: inline-block;
}
.product-title a:hover span {
    background-color: #fff;
}

.product-banner h2 {
    color: #fff;
    line-height: 400px;
    font-size: 60px;
    text-align: center;
}

/* Detail Product */
.product-brand-image img{
    width: 100%;
}
.product-brand-content span{
    color: #383838;
    margin-top: 15px;
    /* display: block; */
}
.product-brand-content h3 {
    margin-top: 10px;
}
.product-brand-content_intro {
    margin: 20px 0;
}
.product-brand-content_intro p {
    margin-bottom: 0;
}
.product-brand-content_quote p:first-child {
    font-style: italic;
    margin-bottom: 0;
}
.product-brand-content_quote p:last-child {
    text-align: right;
}
.product-brand-content a {
    background-color: #fff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.product-brand-content a:hover {
    background-color: #050912;
    
}
.product-brand-content a:hover span {
    color: #fff;
}
.detail-product-content_title h3 {
    margin-bottom: 0;
}
.detail-product-content_title-code {
    display: flex;
    display: -webkit-flex;
}
.detail-product-content_title-code span:first-child {
    color: #9DA7B9 !important;
    font-style: italic;
}
.detail-product-content_title-code span {
    line-height: 1;
    margin-bottom: 10px;
}
.detail-product-content_title-code span:last-child {
    color: #627FC1;
    margin-left: auto;
}
.detail-product-content_price-old span:first-child {
    text-decoration: line-through;
    color: #9DA7B9;
    margin-right: 20px;
}
.detail-product-content_price-old span:last-child {
    color: #890202;
}
.detail-product-content_price-new h4 {
    font-size: 24px;
}
.detail-product-content_intro p, .detail-product-content_about p, .detail-product-content_info p {
    margin-bottom: 0;
}
.detail-product-content_intro p:first-child {
    font-family: 'SVN-Gilroy SemiBold', sans-serif;
}
.detail-product-content_intro ul {
    margin-left: 20px;
}
.detail-product-content_about p:first-child, .detail-product-content_info p:first-child {
    width: 100%;
    font-family: 'SVN-Gilroy SemiBold', sans-serif;
}
.detail-product-content_about, .detail-product-content_wishlish {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}
.detail-product-content_wishlish .wish_list_product:hover {
    cursor: pointer;
}
.detail-product-content_wishlish .wish_list_product:hover svg path {
    stroke: #DE6969;
    fill: #DE6969;
}
.detail-product-content_wishlish span {
    font-family: 'SVN-Gilroy SemiBold', sans-serif;
}
.detail-product-content_about .detail-product-content_about-box {
    width: calc(100%/3);
}
.detail-product-content_wishlish span {
    width: 50%;
}
.detail-product-content_wishlish span:last-child {
    text-align: right;
    color: #050912;
}
.detail-product-content_about .detail-product-content_about-box {
    padding-right: 15px;
}
.detail-product-content_about-box span {
    font-weight: 500;
    margin-bottom: 0px;
    margin-left: 15px;
    font-size: 16px;
    position: relative;
}
.detail-product-content_about-box span::before {
    content: ".";
    position: absolute;
    left: -15px;
    top: -20px;
    font-size: 40px;
    color: #050912;
    line-height: 1;
}
.detail-product-content_about-box p {
    color: #9DA7B9;
    font-size: 16px;
    font-style: italic;
}
.detail-product-content_about, .detail-product-content_type, .detail-product-content_price, 
.detail-product-content_title, .detail-product-content_wishlish {
    margin-bottom: 8px;
}

/* Select Box */
.select-box {
    position: relative;
    display: block;
    width: 50%;
    font-size: 16px;
    color: #050912;
}
.select-box__current {
    position: relative;
    cursor: pointer;
    outline: none;
}
.select-box__input-text {
    display: none;
    width: 100%;
    margin: 0;
    padding: 7px 20px;
    background-color: #D4D7DD;
}
.sort-action-box .select-box__input-text {
    background-color: #fff;
    border: 1px solid #D4D7DD;
}
.select-box__current:focus + .select-box__list {
    opacity: 1;
    -webkit-animation-name: none;
            animation-name: none;
}
.select-box__current:focus + .select-box__list .select-box__option {
    cursor: pointer;
}
.select-box__current:focus .select-box__icon {
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
}
.select-box__icon {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 12px;
    opacity: 0.3;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}
.select-box__value {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
}
.select-box__input {
    display: none;
}
.select-box__input:checked + .select-box__input-text {
    display: block;
}
.select-box__list {
    border: 1px solid #D4D7DD;
    position: absolute;
    z-index: 999;
    width: 100%;
    padding-top: 5px;
    list-style: none;
    opacity: 0;
    -webkit-animation-name: HideList;
            animation-name: HideList;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: step-start;
            animation-timing-function: step-start;
}
.select-box__list li {
    border-bottom: 1px solid #EDEFF2;
}
.select-box__option {
    display: block;
    padding: 7px 15px;
    background-color: #fff;
    margin-bottom: 0 !important;
    color: #050912;
    font-size: 14px;
}
.select-box__option:hover, .select-box__option:focus {
    color: #fff;
    background-color: #9c9c9c;
}

.detail-product-content_wishlish svg {
    width: auto;
    height: 20px;
    margin-right: 20px;
}
.add-to-cart {
    width: 100%;
    margin-top: auto;
    cursor: pointer;
}
.add-to-cart {
    background-color: #890202;
    border-radius: 10px;
    width: 100%;
    padding: 15px 0;
    color: #fff;
    text-align: center;
    display: block;
}
.add-to-cart:hover {
    background-color: #890202b6;
}
.detail-product-image {
    height: auto;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.swiper-gallery-thumbs {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.detail-product-image .gallery-thumbs {
    width: 16%;
    margin: auto;
}
.detail-product-image .gallery-thumbs .swiper-slide {
    cursor: pointer;
}
.swiper-gallery-thumbs {
    width: 16%;
}
.detail-product-image .gallery-top {
    width: 84%;
    margin: 0 20px;
}
.gallery-top .swiper-pagination {
    display: none;
}
.gallery-top .swiper-pagination-bullet-active {
    border-radius: 8px;
    width: 30px;
    background-color: #9DA7B9;

}
.same-product h2, .view-product h2 {
    font-size: 40px;
    line-height: 45px;
}
.detail-product-image .swiper-container:last-child {
    height: 100%;
}
.detail-product-image .swiper-container .swiper-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.detail-product-image .swiper-container.gallery-top  .swiper-slide {
    /* display: contents; */
    width: 100%;
    object-fit: cover;
}
.detail-product-image .swiper-container .swiper-slide img {
    width: 100%;
}
.swiper-button-next, .swiper-button-prev {
    border-radius: 50%;
}
.swiper-button-next.swiper-button-blue, .swiper-button-prev.swiper-button-blue  {
    background-image: none;
    height: 35px;
    width: 35px;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled svg{
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-next.swiper-button-blue.swiper-down {
    bottom: 0;
    top: auto;
    left: calc(50% - 8px);
}
.swiper-button-next:active,
.swiper-button-next:focus,
.swiper-button-prev:active,
.swiper-button-prev:focus {
    outline: none;
}
.swiper-button-prev.swiper-button-blue.swiper-up {
    top: 20px;
    bottom: auto;
    left: calc(50% - 8px);
}
.gallery-thumbs .swiper-slide {
    position: relative;
}
.gallery-thumbs .swiper-slide:not(.swiper-slide-thumb-active)::before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(77, 76, 76, 0.356);
}

.gallery-thumbs .swiper-slide::before {
    background-color: transparent;
}
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active::before {
    background-color: rgba(77, 76, 76, 0.356);
}

/* Page error */
.page-error {
    padding: 40px 0;
}
.page-error img{
    height: 450px;
    margin: 20px 0;
}
.page-error .back-home {
    display: block;
    margin-top: 40px;
}
.page-error h2 {
    color: #050912;
    font-weight: 500;
    font-size: 40px;
    line-height: 45px;
}
.page-error a {
    color: #fff;
    border-radius: 10px;
    background-color: #050912;
    padding: 15px 80px;
}

/* Breadcrumb */
.breadcrumb_config {
    border-bottom: 1px solid #D4D7DD;
}
.breadcrumb_config ol {
    margin: 0px;
    padding-left: 0px;
}
.breadcrumb-item {
    display: inline-block;
}
.breadcrumb_config span, .breadcrumb_config a {
    color: #9DA7B9;
    font-weight: normal;
}
.breadcrumb_icon i {
    position: relative;
    font-size: 12px;
    color: #9DA7B9;
}

/* Contact */
.contact-us h2 {
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 45px;
}
.contact-us iframe {
    height: 400px;
}
.contact-us-info {
    padding: 0 40px;
}
.contact-us-info p {
    font-size: 20px;
}
.contact-us-info p:nth-child(1) {
    font-weight: 600;
}
.contact-us-info p:nth-child(2) {
    color: #A0A0A0;
}  
.contact-us-info p:nth-child(3), .contact-us-info p:nth-child(4) {
    margin-bottom: 0px;
} 
.contact-us-info p:nth-child(3), .contact-us-info p:nth-child(4) {
    color: #4E73E9;
} 
.contact-us-direct {
    position: relative;
}
.contact-us-direct a {
    font-size: 18px;
    color: #383838;
}
.contact-us-direct::before {
    position: absolute;
    content: " ";
    bottom: 0;
    left: 0;
    width: 30px;
    height: 1px;
    background-color: #383838;
}

/* About*/
.about-luxury-casa h2 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 45px;
}
.brand-detail_image, .brand-detail_content, .brand-detail-2_content, .brand-detail-2_video {
    padding: 0 20px;
}
.brand-detail_image {
    margin-bottom: 20px;
}
.about-luxury-casa_image img, .brand-detail_image img {
    width: 100%;
}
.about-luxury-casa_content p, .brand-detail_content p {
    margin-bottom: 0px;
}
.about-luxury-casa_content-tag, .brand-detail_content-tag {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    margin-top: 20px;
}
.about-luxury-casa_content-box, .brand-detail_content-box {
    min-width: 25%;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 5px 10px;
    border-radius: 10px;
    background-color: #050912;
}
.about-luxury-casa_content-box p, .brand-detail_content-box p {
    color: #D4D7DD;
}
.about-luxury-casa_content-box span, .brand-detail_content-box span {
    font-size: 22px;
    color: #fff;
}
.why-luxury-casa_content ul, .brand-detail-2_content ul{
    padding-left: 20px;
    margin: 30px 0;
}
.why-luxury-casa_content a, .brand-detail-2_content a {
    border-radius: 30px;
    color: #050912;
    border: 1px solid #050912;
    background-color: #fff;
    padding: 15px 100px;
}
.why-luxury-casa_content a:hover, .brand-detail-2_content a:hover {
    color: #fff;
    background-color: #050912;
}

/* Blog */
.feature-blog {
    padding-bottom: 0;
}
.feature-blog h2 {
    font-size: 40px;
    line-height: 45px;
}
.feature-blog-box-2 {
    display: none;
    width: 100%;
}
.feature-blog-box-2 .item {
    margin: 0 10px;
}
.readed-blog-box, .readed-blog-box_content-type, .feature-blog-box_content-info-type {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
}
.readed-blog-box {
    margin-bottom: 30px;
    background-color: #fff;
}
.readed-blog-box_image {
    width: 30%;
    padding: 15px;
    height: 150px;
    overflow: hidden;
}
.readed-blog-box_content {
    width: 70%;
    padding: 10px;
    display: grid;
    display: -moz-grid;
}
.readed-blog-box_content-type span:first-child, .feature-blog-box_content-info-type span:first-child{
    color: #627FC1;
    font-size: 14px;
    text-transform: uppercase;
}
.readed-blog-box_content-type span:last-child, .feature-blog-box_content-info-type span:last-child{
    color: #9DA7B9;
    margin-left: auto;
    font-size: 12px;
}
.readed-blog-box_content-name {
    margin: auto;
    padding: 15px;
}
.readed-blog-box_content-name h3, .feature-blog-box_content-content-info-title h3 {
    margin: auto;
    font-size: 20px;
    line-height: 24px;
    color: #050912;
}
.readed-blog-box_image img {
    width: auto;
    height: 100%;
}
.newest-blog h2 {
    font-size: 40px;
    line-height: 45px;
}
.newest-blog .tab-content>.active {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
}
.tab-content .col-12.col-md-12.col-lg-4, .tab-content .row {
    padding-left: 7.5px;
    padding-right: 7.5px;
}
.newest-blog-box {
    background-color: #fff;
    text-align: center;
    margin-bottom: 15px;
}
.newest-blog-box .item-image {
    height: 220px;
    width: 100%;
    overflow: hidden;
}
.newest-blog-box .item-content {
    min-height: 255px;
}
.newest-blog-box .item-image img {
    width: 100%;
    height: 100%;
    transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
}
.newest-blog-box:hover .item-image img {
    width: 120%;
    height: 120%;
}
.newest-blog-box__mobile .item-content {
    height: 120px;
    overflow: hidden;
}
.newest-blog-box .item-content p {
    color: #627FC1;
    margin-bottom: 0px;
    font-size: 16px;
    text-transform: uppercase;
}
.newest-blog-box .item-content h3 {
    font-size: 20px;
    line-height: 25px;
    margin-top: 10px;
    min-height: 75px;
    text-transform: uppercase;
}
.newest-blog-box .item-time {
    position: relative;
}
.newest-blog-box .item-time p{
    color: #9DA7B9;
    padding: 20px 0;
    line-height: 1.5;
    text-transform: none;
}
/* .newest-blog-box .item-content, .newest-blog-box .item-time {
    padding: 20px;
} */
.newest-blog-box .item-time::before {
    content: " ";
    position: absolute;
    width: 40%;
    top: 0;
    left: 30%;
    height: 1px;
    background-color: #D4D7DD;
}
.newest-blog .nav-pills .nav-link.active, .newest-blog .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #050912;
}
.newest-blog .nav-pills .nav-link {
    border-radius: 30px;
    padding: 10px 35px;
    border: 1px solid #D4D7DD;
    color: #9DA7B9;
    font-size: 20px;
    line-height: 1;
}
.newest-blog .nav-pills .nav-item {
    margin-right: 20px;
}
.feature-blog-box_content-image, .feature-blog-box_content-video {
    position: relative;
    overflow: hidden;
    height: 450px;
}
.feature-blog-box_content-image button {
    display: none;
}
.feature-blog-box_content-video button {
    /* content: " "; */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200' width='120px'%3E%3Ccircle cx='100' cy='100' r='96' stroke='%23fff' stroke-width='4' fill='transparent' /%3E%3Cpolygon points='80,50 150,100 80,150' fill='%23fff' /%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
    width: 120px;
    height: 120px;
    top: calc(50% - 60px);
    left: calc(50% - 60px);
    z-index: 9;
    position: absolute;
}
.modal-dialog {
    max-width: 60vw;
    margin: 50px auto;
}
.modal-body {
    position:relative;
    padding:0px;
}
.close {
    position:absolute;
    right:-30px;
    top:0;
    z-index:999;
    font-size:2rem;
    font-weight: normal;
    color:#fff;
    opacity:1;
}

.feature-blog-box_content-image img, .feature-blog-box_content-video img {
    width: 100%;
    height: 100%;
}
.feature-blog-box_content {
    position: relative;
}
.feature-blog-box_content-content-info-title {
    margin: auto;
}
.feature-blog-box_content-info {
    display: grid;
    padding: 20px;
    position: absolute;
    left: 0px;
    bottom: 50px;
    border-left: 4px solid #627FC1;
    width: 35%;
    height: 140px;
    background-color: #fff;
}
.feature-blog-box_tab ul {
    list-style: none;
}
.feature-blog-box_tab ul>li {
    width: 25%;
    background-color: #fff;
    border-right: 1px solid #d4d4d4;
    border-top: 4px solid transparent;
}
.feature-blog-box_tab ul>li:last-child {
    border-right: none;
}
.feature-blog-box_tab ul  {
    flex-direction: row;
}
.feature-blog-box_tab ul>li {
    float: left;
}
.feature-blog-box_tab ul>li {
    padding: 20px;
    min-height: 125px;
    cursor: pointer;
}
.feature-blog-box_tab ul>li.active, .feature-blog-box_tab ul>li:hover {
    border-top: 4px solid #627FC1;
}
.feature-blog-box_tab ul>li span {
    color: #9DA7B9;
    font-size: 14px;
    text-transform: uppercase;
}
.feature-blog-box_tab ul>li h3 {
    font-size: 16px;
    line-height: 20px;
    color: #9DA7B9;
    min-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.feature-blog-box_tab ul>li.active span, .feature-blog-box_tab ul>li:hover span {
    color: #627FC1;
}
.feature-blog-box_tab ul>li.active h3, .feature-blog-box_tab ul>li:hover h3 {
    color: #050912;
}

/* Blog Detail */
.blog-detail-suggest-mobile {
    display: none;
    width: 100%;
}
.blog-detail-suggest-mobile .item {
    margin: 0 10px;
}

.blog-detail-font-size, .blog-detail-next-top {
    border-bottom: 1px solid #DDDDDD;
    position: relative;
}
.blog-detail-font-size.fixed {
    position: sticky;
    top: 90px;
    z-index: 999;
    background-color: #EDEFF2;
}
.blog-detail-font-size {
    text-align: right;
}
.blog-detail-next-top {
    text-align: left;
}
.blog-detail-next-top span {
    font-size: 20px;
    font-weight: 500;
}
.blog-detail-footer {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
}
.blog-detail-footer_title {
    width: calc(98%/3);
}
.blog-detail-footer .blog-detail-footer_title:nth-child(2) {
    margin-left: 1%;
}
.blog-detail-footer .blog-detail-footer_title:nth-child(2) {
    margin-right: 1%;
}
.blog-detail-footer h3 {
    font-size: 35px;
    font-weight: 600;
    line-height: 40px;
}
.blog-detail-next-top::before, .blog-detail-font-size::before {
    content: " ";
    position: absolute;
    width: 300px;
    height: 4px;
    left: 0px;
    z-index: 1;
}
.blog-detail-next-top::before {
    background-color: #4E73E9;
    bottom: -1px;
}
.blog-detail-font-size::before {
    background-color: #383838;
    bottom: 0px;
}
.blog-detail-font-size span {
    margin-left: 10px;
    color: #9DA7B9;
    cursor: pointer;
}
.blog-detail-font-size span.active, .blog-detail-font-size span:hover {
    color: #4E73E9;
}
.size-small, .size-small p {
    font-size: 14px;
}
.size-normal .size-normal p{
    font-size: 18px;
}
.size-large, .size-large p {
    font-size: 22px;
}
.blog-detail-info, .blog-detail-share, .blog-detail-share, .blog-detail-next-bottom {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    margin: 15px 0;
}
.blog-detail-info span, .blog-detail-next-bottom span {
    font-size: 16px;
}
.blog-detail-info span:first-child, .blog-detail-next-bottom span:first-child {
    color: #627FC1;
}
.blog-detail-info span:last-child, .blog-detail-next-bottom span:last-child {
    margin-left: auto;
    color: #9DA7B9;
}
.blog-detail-content h3 {
    color: #050912;
    font-weight: 700;
}
.blog-detail-content {
    word-break: break-word;
}
.blog-detail-content img {
    width: 100%;
    margin: 20px 0;
    height: auto;
}
.blog-detail-content ul {
    margin-left: 20px;
}
.blog-detail-quote {
    background-color: #D4D7DD;
    padding: 20px;
}
.blog-detail-quote-box {
    border-left: 4px solid #627FC1;
}
.blog-detail-quote-box p {
    margin-bottom: 0px;
    margin-left: 20px;
    word-break: break-all;
}
.blog-detail-quote-box p:first-child {
    font-style: italic;
}
.blog-detail-quote-box p:last-child {
    font-weight: 700;
}
.blog-detail-share {
    border-bottom: 1px solid #D4D7DD;
    padding: 15px 0;
}
.blog-detail-share span {
    color: #9DA7B9;
}
.blog-detail-share-social {
    margin-left: auto;
}
.blog-detail-share-social span {
    margin-left: 5px;
    padding: 5px;
    border: 1px solid #D4D7DD;
    cursor: pointer;
}
.blog-detail-share-social span:last-child {
    padding: 5px 8px;
}
.transfer {
    position: fixed;
    right: 0;
    bottom: 20%;
    z-index: 99;
}
.prev-transfer, .next-transfer {
    padding: 20px;
    display: block;
    background-color: #fff;
    text-align: center;
    pointer-events: none;
}
.prev-transfer span, .next-transfer span, 
.prev-transfer i, .next-transfer i {
    display: block;
    color: #9DA7B9;
}
.prev-transfer.active span, .next-transfer.active span, 
.prev-transfer.active i, .next-transfer.active i {
    color: #050912;
}
.prev-transfer.active, .next-transfer.active {
    pointer-events: all;
}

/* Brand */
.brand-product .row {
    margin-right: -7.5px;
    margin-left: -7.5px;
}
.brand-product .brand-product-box {
    margin-right: -7.5px;
    margin-left: -7.5px;
}
.brand-product-title h2 {
    font-size: 40px;
    line-height: 45px;
}
.brand-detail-over {
    margin-top: -100px;
    padding: 80px 120px;
    background-color: #EDEFF2;
    position: relative;
}
.brand-detail-over h4 {
    font-size: 30px;
    margin-bottom: 20px;
}
.brand-banner a {
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 30px;
    padding: 10px 40px;
}
.brand-banner a:hover {
    background-color: #fff;
}
.brand-banner a:hover span {
    color: #050912;
}
.brand-banner span {
    color: #fff;
}
.brand-product-box {
    margin-bottom: 30px;
}
.brand-product-box_image {
    /* height: 300px; */
    width: 100%;
    overflow: hidden;
}
.brand-product-box_image img {
    width: 100%;
}
.brand-product-box_image .image-hover {
    display: none;
}
.brand-product-box_image:hover .image-normal {
    display: none;
}
.brand-product-box_image:hover .image-hover {
    display: block;
}
.brand-product-box_content {
    text-align: center;
    padding: 20px;
}
.brand-product-box_content p {
    color: #9DA7B9;
    margin-bottom: 0;
    font-style: italic;
}
.brand-product-box_content h4, .brand-product-box_content h6 {
    font-family: 'SVN-Gilroy Medium', sans-serif;
    margin-bottom: 0;
}
.brand-product-box_content h6 {
    font-size: 20px;
}
.sort-action-box {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    width: 100%;
}
.sort-action-result {
    width: 30%;
}
.sort-action-select {
    width: 70%;
}
.sort-action-select .select-box {
    margin-left: auto;
    width: 20%;
    font-size: 14px;
}
.sort-action-result.sort-action-result-full {
    width: 100%;
    margin-top: 20px;
	display: none;
}
.sort-action-result {
    font-size: 14px;
}
.sort-action-result span{
    color: #9DA7B9;
}
.sort-action-select .select-box__input-text, .sort-action-select .select-box__option,
 .filter-category-mobile .select-box__input-text{
    padding: 5px 10px;
    font-size: 14px;
}
.filter-category-mobile .select-box__option {
    padding: 10px 15px;
    font-size: 14px;
}
.filter-category-mobile .select-box__list {
    width: calc(200% + 4px);
}
.filter-category-mobile .select-box__list .select-box__option span {
    float: right;
}
/* Table */
/* .table-cart img {
    width: 100%;
} */
.table-count, .wishlist-count {
    font-size: 18px;
    color: #050912;
    margin-bottom: 10px;
    font-weight: 500;
}
.table-cart .table {
    margin-bottom: 0;
}
.table th {
    padding: 0.4rem .75rem !important;
}
/* .table tbody tr:nth-child(even) td {
    padding: 2.1rem .75rem !important;
} */
.table-cart tbody tr:hover{
    background-color: #D4D7DD;
    color: #fff;
}
.table-cart thead tr th, .table-cart tbody tr td {
    text-align: left;
    vertical-align: middle;
}
.table-cart tbody tr td:nth-child(2) {
    padding: 0.4rem 30px !important;
}
.table-cart thead tr th:nth-child(1), .table-cart tbody tr td:nth-child(1) {
    width: 15%;
}
.table-cart thead tr th:nth-child(2), .table-cart tbody tr td:nth-child(2) {
    width: 35%;
}
.table-cart thead tr th:nth-child(3), .table-cart tbody tr td:nth-child(3) {
    width: 15%;
    text-align: center;
}
.table-cart thead tr th:nth-child(4), .table-cart tbody tr td:nth-child(4) {
    width: 15%;
    text-align: center;
}
.table-cart thead tr th:nth-child(5), .table-cart tbody tr td:nth-child(5) {
    width: 15%;
    text-align: center;
}
.table-cart thead tr th:nth-child(6), .table-cart tbody tr td:nth-child(6) {
    width: 5%;
    text-align: center;
}
.table-cart .img-table {
    background-color: #fff;
    border: 1px solid #DDDDDD;
    overflow: hidden;
}
.img-table {
    text-align: center !important;
    padding: 0 !important;
}
.table-cart tbody tr td:nth-child(2) {
    margin: auto;
}
.table-cart tbody tr td:nth-child(2) span {
    color: #9DA7B9;
    font-size: 14px;
    font-style: italic;
}
.table-cart tbody tr td:nth-child(2) h3 {
    font-size: 22px;
    font-family: 'SVN-Gilroy Medium', sans-serif;
}
.table-cart tbody tr td:nth-child(4) span{
    color: #9DA7B9;
    text-decoration: line-through;
    font-size: 18px;
}
.table-cart tbody tr td:nth-child(4) h4{
    font-size: 18px;
    font-family: 'SVN-Gilroy Medium', sans-serif;
}
.table-cart tbody tr td:nth-child(5) h4{
    font-size: 18px;
}
.table-cart tbody tr td:nth-child(6) {
    font-size: 20px;
}
.times, .plus-light, .chevron-right {
    color: #050912;
    position: relative;
}
.delete .times {
    width: 20px;
    height: 20px;
    float: right;
    display: block;
}
.times::before, .times::after, 
.plus-light::before, .plus-light::after {
    position: absolute;
    content: " ";
    height: 1px;
    background-color: #050912;
    left: 0;
    top: 50%;
}
.chevron-right::after, .chevron-right::before {
    position: absolute;
    content: " ";
    height: 1px;
    background-color: #050912;
    left: 0;
}
.chevron-right::before {
    top: 35%;
}
.chevron-right::after {
    bottom: 35%;
}
.times::before, .times::after {
    width: 20px;
}
.plus-light::before, .plus-light::after {
    width: 15px;
}
.chevron-right::before, .chevron-right::after {
    width: 12px;
}
.times:hover::before, .times:hover::after,
.plus-light:hover::before, .plus-light:hover::after,
.chevron-right:hover::before, .chevron-right:hover::after {
    background-color: #890202;
}
.times::before,
.chevron-right::before {
    transform: rotate(45deg);
}
.times::after,
.chevron-right::after {
    transform: rotate(-45deg);
}
.plus-light::after {
    transform: rotate(-90deg);
}
.td-total span, .total span{
    color: #9DA7B9;
    font-size: 18px;
}
.td-total h4, .total h4{
    font-size: 20px !important;
    font-weight: 500 !important;
}
.total h4{
    font-family: 'SVN-Gilroy Medium', sans-serif;
}
.table .thead-light th {
    color: #383838;
    background-color: #D4D7DD;
    border-color: transparent;
    border-bottom: none;
}
.table td, .table th {
    border-top: transparent;
}
.total-box {
    width: 95%;
    margin-right: auto;
}
.table-button, .total {
    width: 15%;
    margin-left: auto;
    margin-top: 40px;
    padding: 0.4rem .75rem;
    text-align: center;
}

/* Quantity */
input[type="number"] {
    -webkit-appearance: textfield;
      -moz-appearance: textfield;
            appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
}
/* .number-input {
    margin: auto;
} */
.number-input button {
    -webkit-appearance: none;
    background-color: #fff;
    border: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0;
    position: relative;
}
.number-input input[type=number] {
    text-align: center;
}
.md-number-input.number-input {
    width: 120px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    margin: auto;
}
.md-number-input.number-input button {
    outline: none;
    width: 30px;
    height: 30px;
    padding: 0;
}
.md-number-input.number-input input[type=number] {
    max-width: 40px;
    border: none;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    outline: none;
    background-color: #383838;
    color: #fff;
    margin: 0px 5px;
    border-radius: 0;
}
.md-number-input i {
    font-size: 14px;
    font-weight: 600;
}
.minus, .plus {
    position: relative;
}
.minus::before, .plus::before, .plus::after {
    position: absolute;
    content: " ";
    width: 14px;
    height: 1px;
    background-color: #050912;
    top: 50%;
    left: 8px;
}
.plus::after {
    transform: rotate(90deg);
}
@media not all and (min-resolution:.001dpcm) { 
    @supports (-webkit-appearance:none) and (stroke-color:transparent) {
        .number-input.md-number-input.safari_only button:before, 
        .number-input.md-number-input.safari_only button:after {
            margin-top: -.6rem;
        }
    }
}
.cart-mobile, .cart-mobile-count {
    display: none;
}
.cart-mobile-box, .wishlist-box, .wishlist {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
}
.wishlist-box .add-to-cart a {
    padding: 5px 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    vertical-align: middle;
    margin-bottom: 0;
    justify-content: center;
}
.wishlist .wishlist-box {
    width: 49%;
    margin-bottom: 20px;
}
.wishlist .wishlist-box:nth-child(odd) {
    margin-right: 20px;
}
.cart-mobile-image, .wishlist-image {
    width: 40%;
    /* border: 1px solid #D4D7DD; */
    /* height: auto;
    background-color: #fff; */
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.cart-mobile-image img, .wishlist-image img {
    border: 1px solid #D4D7DD;
}
.cart-mobile-content, .wishlist-content {
    width: 50%;
    padding: 0 15px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
}
.cart-mobile-content .number-input {
    margin: 0 0 10px 0;
}
.cart-mobile-action, .wishlist-action {
    width: 10%;
}
.cart-mobile-action {
    padding-top: 12px;
}
.cart-mobile .cart-mobile-box {
    border-bottom: 1px solid #D4D7DD;
    margin-bottom: 20px;
}
.cart-mobile .cart-mobile-box:last-child {
    border-bottom: none !important;
}
.cart-mobile-image img, .wishlist-image img {
    width: 100%;
    margin: auto;
    object-fit: cover;
}

.cart-mobile-content p, .wishlist-content p, .wishlist-count p {
    color: #9DA7B9;
    margin-bottom: 0;
    font-size: 14px;
    font-style: italic;
}
.cart-mobile-count p {
    color: #9DA7B9;
    margin-bottom: 0;
    font-size: 14px;
}
.cart-mobile-content h3, .wishlist-content h3 {
    font-size: 16px;
    color: #050912;
}
.cart-mobile-content h3, .cart-mobile-content h6, .cart-mobile-count h3, .wishlist-content h4 {
    color: #383838;
    font-size: 16px;
    font-family: 'SVN-Gilroy Medium', sans-serif;
}
.cart-mobile-action i, .wishlist-action i {
    color: #9DA7B9;
    font-size: 20px;
}
.cart-mobile-count {
    padding: 25px 15px;
    background-color: #fff;
    margin: 60px -15px;
}
.cart-mobile-count a {
    width: 100%;
    padding: 10px 20px;
    border-radius: 7px;
    color: #fff;
    justify-content: center;
    background-color: #890202;
    display: grid;
}


/* Payment */
.form-payment {
    margin: 20px;
}
.form-payment input, .form-payment .select-box {
    width: 100%;
}
.form-payment input {
    border: none;
    height: 50px;
}
.form-payment-note {
    padding: 20px;
    background-color: #D4D7DD;
    color: #050912;
}
.form-payment input::placeholder, .list-product-discount input::placeholder, .form-payment .select-box__input-text {
    background-color: #fff;
    color: #827e7b;
}
.form-payment input:valid {
    background-color: #fff;
    padding: 0 20px;
}
.form-payment  input:active, .form-payment  input:focus{
    outline: none;
    background-color: #fff;
    color: #000;
    padding: 0 20px;
}
.form-payment  input {
    border-radius: 0;
    line-height: 2.1;
    font-size: 16px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.form-payment input::-ms-input-placeholder {
   color: #fff;
   padding: 10px 20px;
   background-color: #D4D7DD;
}
.list-product {
    background-color: #D4D7DD;
    padding: 20px;
    margin: 20px;
}
.list-product-box, .list-product-discount, .list-product-price-box {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    margin-bottom: 20px;
}
.list-product-box_quantity {
    width: 10%;
    margin: auto;
}
.list-product-box_image {
    width: 30%;
    overflow: hidden;
    /* max-height: 120px; */
    text-align: center;
    margin: auto;
    border: 1px solid #DDDDDD;
    background-color: #fff;
    /* padding: 15px; */
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
}
.list-product-box_image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin: auto;
}
.list-product-box_title {
    width: 60%;
    margin: auto;
    padding: 0 20px;
}
.list-product-box_title span {
    color: #9DA7B9;
    font-size: 14px;
    font-style: italic;
}
.list-product-box_title h3, .list-product-box_title h6 {
    font-family: 'SVN-Gilroy Medium', sans-serif;
}
.list-product-box_title h3 {
    font-size: 16px;
}
.list-product-discount input{
    width: 70%;
    border: 2px dashed #D4D7DD;
    background-color: transparent;
    background-image: url(../images/icon/notice.svg);
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: 95% center;
    backface-visibility: hidden;
}
.list-product-discount input:active, .list-product-discount input:focus {
    outline: none;
    background-color: #fff;
    color: #000;
    padding: 0px 40px 0px 20px;
}
.list-product-discount input::-ms-input-placeholder {
    color: #fff;
    padding: 0px 40px 0px 20px;
    background-color: #D4D7DD;
 }
 .list-product-discount input:valid {
    background-color: #fff;
    padding: 0px 40px 0px 20px;
}
.list-product-discount a{
    width: 28%;
    margin-left: auto;
    background-color: #050912;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid transparent;
}
.list-product-discount a:hover {
    color: #050912;
    background-color: #fff;
    border: 1px solid #050912;
}
.list-product-price-box_name {
    width: 50%;
    color: #9DA7B9;
}
.price-total .list-product-price-box_name span {
    font-size: 18px;
}
.price-total .list-product-price-box_price span {
    font-size: 22px;
}
.list-product-price-box_price {
    width: 50%;
    text-align: right;
}
.list-product button:active, .list-product button:focus {
    outline: none;
}
.list-product button {
    background-color: #890202;
    border-radius: 10px;
    color: #fff;
    padding: 15px 50px;
    border: none;
}
.list-product-button {
    text-align: right;
}

/* Account */
.button-modal {
    cursor: pointer;
}
.config-modal button:active, .config-modal button:focus {
    outline: none;
}
.modal.config-modal {
    background-color: #05091283;
}
.icon-bar_item button {
    padding: 0;
    background-color: transparent;
    border: 0;
    outline: none;
}
.config-modal .modal-content {
    border-radius: 0px;
}
.config-modal .modal-header {
    border-bottom: none;
    margin: auto;
    padding: 1.5rem 1rem;
    display: block;
    text-align: center;
}
.config-modal .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
    position: absolute;
    right: 15px;
    top: 15px;
}
.config-modal .modal-body, .config-modal .modal-header {
    padding: 20px 70px;
}
.config-modal .modal-footer {
    border-top: 0px;
    justify-content: center;
    -ms-flex-pack: center;
}
.config-modal .modal-footer a {
    color: #627FC1;
}
.modal-input {
    margin-bottom: 40px;
}
.config-modal .modal-input input {
    border: none;
    height: 47.39px;
}
.config-modal .modal-input input:valid {
    background-color: transparent !important;
    padding: 0px;
}
.config-modal .modal-input input::placeholder {
    background-color: transparent !important;
}
.config-modal .modal-input input::-ms-input-placeholder {
    color: #fff;
    padding: 0px;
    background-color: transparent !important;
}
.config-modal .modal-input input:active, .config-modal .modal-input input:focus {
    outline: none;
    background-color: transparent !important;
    color: #000;
    padding: 0px;
}
.config-modal .modal-input input:-webkit-autofill,
.config-modal .modal-input input:-webkit-autofill:hover, 
.config-modal .modal-input input:-webkit-autofill:focus,
.config-modal .modal-input textarea:-webkit-autofill,
.config-modal .modal-input textarea:-webkit-autofill:hover,
.config-modal .modal-input textarea:-webkit-autofill:focus,
.config-modal .modal-input select:-webkit-autofill,
.config-modal .modal-input select:-webkit-autofill:hover,
.config-modal .modal-input select:-webkit-autofill:focus {
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    box-shadow: 0 0 0px 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s;
}
.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}
.modal-action a:not(.forget-pass) {
    width: 100%;
    padding: 10px 20px;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 10px;
    color: #fff;
    display: block;
}
.modal-action .forget-pass {
    margin-left: auto;
    width: 100%;
    padding: 10px 20px;
    text-align: right;
    margin-bottom: 20px;
    display: block;
    color: #050912;
    font-size: 16px;
}
.modal-action .login, .modal-action .register, .modal-action .continue {
    background-color: #050912;
}
.modal-action  .login-with-facebook {
    background-color: #125AA0;
    position: relative;
}
.modal-action  .login-with-facebook::before, .modal-action  .login-with-google::before {
    content: " ";
    position: absolute;
    width: 20px;
    height: 20px;
    left: 20px;
    top: calc(50% - 10px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.modal-action  .login-with-facebook::before {
    background-image: url(../images/icon/facebook.svg);
}
.modal-action  .login-with-google::before {
    background-image: url(../images/icon/google-plus.svg);
}
.modal-action  .login-with-google {
    background-color: #EA3122;
    position: relative;
}
.divider-or {
    width: 100%;
    border-bottom: 1px solid #D4D7DD;
    text-align: center;
    margin-bottom: 20px;
}
.divider-or span {
    color:#D4D7DD;
    font-size: 12px;
}
.back-action, .box-input {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
}
.back-action a {
    font-size: 16px;
}
.back-action a:first-child {
    color: #9DA7B9;
}
.back-action a:last-child {
    color: #050912;
    margin-left: auto;
}
.box-input {
    border: 1px solid #D4D7DD;
    margin-bottom: 15px;
}
.box-input .box-input-icon {
    width: 12%;
}
.box-input .box-input-icon svg {
    padding: 12px;
    width: 100%;
    height: 100%;
}
.box-input input {
    width: 76%;
}
.icon-eye-pass, .icon-eye-retype-pass {
    cursor: pointer;
}
.icon-succeed-phone, .icon-succeed-name {
    opacity: 0;
    visibility: hidden;
}
.otp {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    text-align: center;
}
.otp .input-otp {
    width: 24%;
    margin-right: 15px;
}
.otp .input-otp:last-child {
    margin-right: 0px;
}
.otp .input-otp {
    border-width: 0 0 1px 0 !important;
    border-style: solid !important;
    border-color: #D4D7DD !important;
    text-align: center;
    font-size: 25px;
}

/* Search Page */
.product-suggest {
    border-bottom: 1px solid #D4D7DD;
    margin-bottom: 20px;
}
.product-suggest h4 {
    color: #050912;
    font-weight: 600;
}

/* Filter Page */
.filter-tag a {
    border-radius: 30px;
    background-color: #e4e6e7;
    color: #9DA7B9;
    padding: 7px 25px;
    margin-right: 10px;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 10px;
}
.filter-tag a.active, .filter-tag a:hover {
    background-color: #050912;
    color: #fff;
}
.filter-category-mobile {
    display: none;
    width: 49%;
    margin-right: auto;
}
.filter-category ul {
    list-style: none;
    flex-direction: row;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
}
.filter-category ul>li {
    color: #9DA7B9;
    padding: 10px 0 10px 35px;
    cursor: pointer;
    width: 25%;
    font-size: 20px;
    /* text-align: center; */
}
.filter-category ul>li.active, .filter-category ul>li:hover {
    color: #050912;
}
.filter-select input[type=checkbox] + label {
    color: #9DA7B9;
    font-size: 18px;
}
.filter-select input[type=checkbox]:checked + label {
    color: #050912;
}
.filter-select .form-group {
    padding-left: 35px;
}
.wrap-column {
    column-count: 3; 
    column-width: 33%;
}
.wrap-column label, .wrap-column input {
    cursor: pointer;
}
/* Wrap ul>li to multi column with height column */
/* .filter-select ul {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: column wrap; 
    max-height: 150px; 
    list-style: none;
    width: 100%;
}
.filter-select ul ~ .filter-select ul {
    flex-flow: row wrap; 
    max-height: auto;
}
.filter-select ul>li {
    width: calc(100%/3);
} */
.filter-select .form-group, .filter-select label {
    margin-bottom: 0;
}
.hidden-filter ul {
    list-style: none;
}
.hidden-filter .form-group, .hidden-filter .form-group label {
    margin-bottom: 0;
}
.hidden-filter .form-group label {
    font-size: 14px;
}
.hidden-filter ul>li {
    background-color: #fff;
    padding-left: 15px;
    border-bottom: none;
}
.filter-category-mobile .select-box__list {
    max-height: 350px;
    overflow: scroll;
}

/* Hover Product Item */
.blog-detail-suggest h2 {
    font-size: 40px;
    line-height: 45px;
}
.best-seller .item, .home-blog .item, .blog-detail-suggest-mobile .item, .blog-detail-suggest-window .item,
.feature-blog-box-2 .item, .newest-blog-box, .product-category .item, .brand-product-box {
    overflow: hidden;
    position: relative;
}
.home-blog .item {
    margin: 0 7.5px;
    text-align: center;
}
.item, .newest-blog-box, .brand-product-box {
    transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;
}
/* .best-seller .item:hover, .home-blog .item:hover, .blog-detail-suggest-mobile .item:hover, .blog-detail-suggest-window .item:hover,
.feature-blog-box-2 .item:hover, .newest-blog-box:hover, .product-category .item:hover, .brand-product-box:hover {
    background-color: #fff;
} */
.item-content {
    padding: 20px;
}
.wishlist-icon:hover svg, .wishlist-icon:hover path {
    stroke: #DE6969;
    fill: #DE6969;
}
.wishlist-icon.active svg, .wishlist-icon.active path {
    fill: #DE6969;
}
.wishlist-icon {
    position: absolute;
    top: -20%;
    transition: top 0.5s;
    -webkit-transition: top 0.5s;
    height: 25px;
}
.wishlist-icon {
    right: 5%;
    width: 20px;
    cursor: pointer;
}  
.item:hover .wishlist-icon, 
.newest-blog-box:hover .wishlist-icon, 
.brand-product-box:hover .wishlist-icon {
    top: 3%;
}

.search-result h2 {
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 15px;
}
.search-result p {
    font-size: 20px;
    margin-bottom: 25px;
}

/* Preloader */
.preloader, .not-found {
    display: none;
    text-align: center;
    margin-top: 40px;
}
.preloader img {
    width: 50%;
}

.swal-button{
    font-family: 'SVN-Gilroy Medium', sans-serif !important;
    padding: 5px 15px !important;
}
.swal-button--danger{
    background-color: #890202 !important;
}
.swal-title{
    font-family: 'SVN-Gilroy Medium', sans-serif !important;
}
@-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
}  
@keyframes animatezoom {
    from {transform: scale(0)} 
    to {transform: scale(1)}
}

@keyframes socialAnimation {
    0% {
        left: -110%;
        top: 90%;
    } 50% {
        left: 10%;
        top: -30%;
    } 100% {
        top: -10%;
        left: -10%;
    }
}
@keyframes rotating {
    from {
        -ms-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg);
    } to {
        -ms-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        -webkit-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}
@-webkit-keyframes rotating{
    from {
        -webkit-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg);
    } to {
        -webkit-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}
@keyframes clipMe {
    0%, 100% {
        clip: rect(0px, 48px, 2px, 0px);
    }
    25% {
        clip: rect(0px, 2px, 48px, 0px);
    }
    50% {
        clip: rect(36px, 48px, 48px, 0px);
    }
    75% {
        clip: rect(0px, 48px, 48px, 36px);
    }
}
@-webkit-keyframes clipMe {
    0%, 100% {
        clip: rect(0px, 48px, 2px, 0px);
    }
    25% {
        clip: rect(0px, 2px, 48px, 0px);
    }
    50% {
        clip: rect(36px, 48px, 48px, 0px);
    }
    75% {
        clip: rect(0px, 48px, 48px, 36px);
    }
}
@-moz-keyframes clipMe {
    0%, 100% {
        clip: rect(0px, 48px, 2px, 0px);
    }
    25% {
        clip: rect(0px, 2px, 48px, 0px);
    }
    50% {
        clip: rect(36px, 48px, 48px, 0px);
    }
    75% {
        clip: rect(0px, 48px, 48px, 36px);
    }
}
@-o-keyframes clipMe {
    0%, 100% {
        clip: rect(0px, 48px, 2px, 0px);
    }
    25% {
        clip: rect(0px, 2px, 48px, 0px);
    }
    50% {
        clip: rect(36px, 48px, 48px, 0px);
    }
    75% {
        clip: rect(0px, 48px, 48px, 36px);
    }
}
@-webkit-keyframes HideList {
    from {
        -webkit-transform: scaleY(1);
            transform: scaleY(1);
    } to {
        -webkit-transform: scaleY(0);
            transform: scaleY(0);
    }
}
@keyframes HideList {
    from {
        -webkit-transform: scaleY(1);
            transform: scaleY(1);
    } to {
        -webkit-transform: scaleY(0);
            transform: scaleY(0);
    }
}