/* ========== base ========== */
html {scroll-behavior: smooth}
body {margin: 0;font-size: 15px;background-color: #fff}
body.modal-open {padding: 0 !important}
p, li {word-break: keep-all}
ul {margin-bottom: 0}
strong {font-weight: 700}
.color-primary {color: #1b1b1b}
/* 버튼 스타일 */
.btn-more a {position:relative;z-index:1;display:inline-block;overflow:hidden;padding: 9px 25px;font-size: 13px;font-weight: 500;color:#333;border-width: 0 2px 2px 2px;border-style:solid;border-color:#333}
.btn-more a:before, .btn-more a:after {content:"";position:absolute;top:0;height: 2px;background:#333}
.btn-more a:before {left:0;width:7%}
.btn-more a:after {right:0;width:83%;transition: all .5s linear}
.btn-more a:hover:after {width:100%}
.btn-more.btn-more-white a {border-color:#fff;color:#fff}
.btn-more.btn-more-white a:before, .btn-more.btn-more-white a:after {background:#fff}
@media (max-width:767px){
	.btn-more a {padding:6px 20px;font-size:11px}
}

/* shop badge */
.shop-rgba-dark {background:#79616f !important}
.shop-rgba-yellow {background:#eab595 !important}
.shop-rgba-red {background:#d87f81 !important}
.shop-rgba-green {background:#7e9680 !important}
.shop-rgba-purple {background:#ae6378 !important}
/* 마우스오버 애니메이션 */
.hvr-act > a {display: block;position: relative}
.hvr-act > a:after {content: "";display: block;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);background: #fff}
.hvr-act > a:hover:after {animation: hovereffect 1s}
@keyframes hovereffect {
	0% {opacity: 0;width: 80%;height: 80%}
	50% {opacity: .2;width: 100%;height: 100%}
	100% {opacity: 0;width: 100%;height: 100%}
}
/* 편집 버튼 */
.btn-edit-admin {position:fixed;top:230px;right:-1px;width:130px;padding:5px 10px;background:rgba(255, 255, 255, 0.9);box-shadow:0 0 1px rgba(0,0,0,.7);z-index:1100}
/* ========== wrapper ========== */
#hd-h1 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
.to-content a {z-index:1000;position:absolute;top:0;left:0;width:0;height:0;font-size:0;line-height:0;overflow:hidden}
.wrapper {position: relative;overflow: hidden}
.wrapper-inner {background-color: #fff}
.wrapper-inner.box-layout {max-width: 1320px;margin: 0 auto}
/* ========== Header ========== */
.header {position: relative;width: 100%;z-index: 999}
#header-fixed.header-fixed-trans {position: fixed;top: 0;left: 0;width: 100%;box-shadow: 0 4px 6px 0 rgb(12 0 46 /6%)}
#header-space-fixed.header-fixed-trans {height: 80px}
#header-fixed.header.header-shadow {box-shadow: 0 4px 6px 0 rgb(12 0 46 /6%)}
.header-inner {display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;padding: 0 15px;background-color: #fff;box-shadow:0 0 3px rgba(0,0,0,.15)}
@media (min-width:992px){
	.header-inner {padding: 0 30px}
}

/* top bar */
.top-bar {display: flex;flex-wrap:wrap;justify-content: space-between;height: 42px;padding: 10px 15px;background-color: #1b1b1b}
.top-bar ul {display: flex;flex-wrap: wrap}
.top-bar ul > li + li {margin-left: 5px}
.top-bar ul > li > a {font-size: 13px;color: #ddd}
.top-bar .top-bar-right .dropdown-menu {top:10px !important;min-width:120px;padding: 12px 15px;background-color: #222;border:1px solid #555}
.top-bar .top-bar-right .dropdown-menu a {display: block;font-size: 13px;color: #bbb}
.top-bar .top-bar-right .dropdown-menu a + a {margin-top: 3px}
@media (min-width:992px){
	.top-bar {padding: 10px 30px}
	.top-bar .top-bar-left {width: 50%}
	.top-bar .top-bar-right {width: 50%}
	.top-bar .top-bar-right ul {justify-content: flex-end}
	.top-bar ul > li + li {margin-left: 8px}
	.top-bar ul > li > a:hover,
	.top-bar .top-bar-right .dropdown-menu a:hover {color: #fff}
}

/* header logo */
.header-logo {position: relative;padding: 25px 0}
.header-logo a {display: block}
.header-logo a img {display: block;height: 25px;width:auto}
@media (min-width:992px){ 
	.header-logo {display: flex;flex:0 0 auto;justify-content: center}
	.header-logo a img {height: 30px}
}
/* nav-bar */
.gnb-wrap .gnb .gnb-nav {padding: 0;list-style: none}
/* gnb - mobile */
@media (max-width:991px){ 
	.gnb-wrap .gnb {position: fixed;top: 0;right: -100%;z-index: 9999;overflow-y: auto;-webkit-overflow-scrolling: touch;width: 85%;height: 100vh;padding-bottom: 20px;background-color: #fff;box-shadow: 1px 3px 6px rgb(0 0 0 /32%);transition: .3s ease-out}
	.gnb-wrap .gnb.act {right: 0}
	.gnb-wrap .gnb .mobile-box {padding: 20px 25px 5px 30px}
	.gnb-wrap .gnb .mobile-box .mobile-nav-trigger {position: absolute;top: 15px;right: 20px}
	.gnb-wrap .gnb .mobile-box .mobile-nav-trigger a {display: block;width: 30px;height: 30px;line-height: 30px;font-size: 21px;text-align: center}
	.gnb-wrap .gnb .mobile-box .mobile-nav-trigger img {width: 24px}
	.gnb-wrap .gnb .mobile-box .login-box ul {display: flex;flex-wrap: wrap;padding: 0 30px 10px 0;list-style: none;border-bottom: 2px solid #1b1b1b !important}
	.gnb-wrap .gnb .mobile-box .login-box ul li {margin-right: 20px}
	.gnb-wrap .gnb .mobile-box .login-box ul li:last-child {margin-right: 0}
	.gnb-wrap .gnb .mobile-box .login-box ul li a {display: block;position: relative;font-size: 11px}
	.gnb-wrap .gnb .mobile-box .login-box ul li a:after {content: "";display: block;position: absolute;top: 50%;right: -10px;width: 1px;height: 10px;margin-top: -5px;background-color: #f5f5f5}
	.gnb-wrap .gnb .mobile-box .login-box ul li:last-child a:after {display: none}
	.gnb-wrap .gnb .gnb-nav {padding: 0 25px 0 30px}
	.gnb-wrap .gnb .gnb-nav > li:last-child {border-bottom: 0 none}
	.gnb-wrap .gnb .gnb-nav > li > a {display: block;padding: 8px 0;font-size: 13px;font-weight: 700;color:#333}
	.gnb-wrap .gnb .gnb-nav > li > a:after {display: none}
	.gnb-wrap .gnb .gnb-nav > li.active > a {color: #1b1b1b;background: none}
	.gnb-wrap .gnb .gnb-nav > li > .cate-dropdown-open {opacity: .5;position: absolute;top: 1px;right: 0;width: 30px;height: 38px;line-height: 38px;margin: 0;padding: 0;text-align: center;border: 0 none;z-index: 9}
	.gnb-wrap .gnb .gnb-nav > li > .cate-dropdown-open.show {opacity: 1}
	.gnb-wrap .gnb .gnb-nav > li > .cate-dropdown-open:before {content: "";display: block;width: 100%;height: 100%;background-image: url("../image/icons/add-line.png");background-repeat: no-repeat;background-position: center}
	.gnb-wrap .gnb .gnb-nav > li > ul {float: none;position: relative !important;transform: translate(0,0) !important;width: 100%;margin: 0;padding: 0;border: 0 none;box-shadow: none;background-color: #f5f5f5}
	.gnb-wrap .gnb .gnb-nav > li > ul > li {border-bottom: 1px solid #fff}
	.gnb-wrap .gnb .gnb-nav > li > ul > li:last-child {border-bottom: 0 none}
	.gnb-wrap .gnb .gnb-nav > li > ul > li > a {padding: 10px 12px;font-size: 11px;color:#333}
	.gnb-wrap .gnb .gnb-nav > li > ul > li > a:hover {background: none}
	.gnb-wrap .gnb .gnb-nav > li > ul > li.active > a {color: #1b1b1b;background: none}
	.gnb-wrap .gnb .gnb-nav > li > ul > li > ul {display: block !important;float: none;position: relative;width: 100%;padding: 0 20px 10px;margin: 0;border: 0 none;box-shadow: none;background: none}
	.gnb-wrap .gnb .gnb-nav > li > ul > li > ul > li > a {position: relative;padding: 3px 10px 3px 15px;font-size: 11px;color:#333}
	.gnb-wrap .gnb .gnb-nav > li > ul > li > ul > li > a:after {content: "";display: block;position: absolute;top: 50%;left: 2px;transform:translateY(-50%);width: 7px;height: 7px;border-left: 1px solid #777;border-bottom: 1px solid #777}
	.gnb-wrap .gnb .gnb-nav > li > ul > li > ul > li > a:hover, .gnb-wrap .gnb .gnb-nav > li > ul > li > ul > li.active > a {color: #1b1b1b;background: none}
	.gnb-wrap .gnb .category-nav {padding: 0 25px}
}
/* gnb - pc */
@media (min-width:992px){ 
	.gnb-wrap {flex:0 0 auto;margin-left: 30px}
	.gnb-wrap .gnb {position: relative;width: auto}
	.gnb-wrap .mobile-box {display: none}
	.gnb-wrap .gnb .gnb-nav {display: flex;flex-wrap: wrap;justify-content: flex-start;align-items:center;width: 100%}
	.gnb-wrap .gnb .gnb-nav > li {padding: 0 10px}
	.gnb-wrap .gnb .gnb-nav > li > a {display: block;padding:0;line-height: 50px;font-size: 15px;font-weight: 500;color:#333}
	.gnb-wrap .gnb .gnb-nav > li > a.cate-dropdown-open {display: none}
	.gnb-wrap .gnb .gnb-nav > li > a:hover, .gnb-wrap .gnb .gnb-nav > li.active > a {color:#4b636e}
	.gnb-wrap .gnb .gnb-nav > li > a::after {display: none}
	.gnb-wrap .gnb .gnb-nav > li > ul {display: block;left: -5%;opacity: 0;visibility: hidden;min-width: 200px;padding: 10px 30px;background-color: #fff;border: 0 none;-webkit-box-shadow: -1px 2px 19px 3px rgb(14 0 40 /6%);box-shadow: -1px 2px 19px 3px rgb(14 0 40 /6%);-webkit-transform: translateY(20px);-moz-transform: translateY(20px);-o-transform: translateY(20px);-ms-transform: translateY(20px);transform: translateY(20px);-webkit-transition: all 0.25s ease;-moz-transition: all 0.25s ease;-o-transition: all 0.25s ease;-ms-transition: all 0.25s ease;transition: all 0.25s ease}
	.gnb-wrap .gnb .gnb-nav > li:hover > ul {opacity: 1;visibility: visible;-webkit-transform: translateY(0);-moz-transform: translateY(0);-o-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0)}
	.gnb-wrap .gnb .gnb-nav > li > ul > li {position: relative}
	.gnb-wrap .gnb .gnb-nav > li > ul > li > a {padding: 10px 0;font-size: 15px;color:#333;background: none}
	.gnb-wrap .gnb .gnb-nav > li > ul > li:last-child > a {border: 0 none}
	.gnb-wrap .gnb .gnb-nav > li > ul > li > a:hover, .gnb-wrap .gnb .gnb-nav > li > ul > li.active > a {color: #4b636e;background: none}
	.gnb-wrap .gnb .gnb-nav > li > ul > li > a .sub-caret {position: absolute;right: 10px;top: 50%;transform: translateY(-50%);color: #707070}
	.gnb-wrap .gnb .gnb-nav > li > ul > li > ul {display: block !important;position: relative;top: inherit;left: inherit;min-width: 100%;padding: 0 10px 5px;margin-bottom: 10px;border: 0 none;border-left: 1px solid #f5f5f5;background-color: #fff;box-shadow: 0 0 0 #fff}
	.gnb-wrap .gnb .gnb-nav > li > ul > li > ul > li > a {padding: 5px 0 0;font-size: 13px;color:#333;background: none}
	.gnb-wrap .gnb .gnb-nav > li > ul > li > ul > li:last-child > a {border-bottom: 0 none}
	.gnb-wrap .gnb .gnb-nav > li > ul > li > ul > li > a:hover, .gnb-wrap .gnb .gnb-nav > li > ul > li > ul > li.active > a {background: none;color: #4b636e}
	.gnb-wrap .gnb .category-nav {display: none}
}
@media (min-width:1200px){
	.gnb-wrap .gnb .gnb-nav > li {padding: 0 15px}
	.gnb-wrap .gnb .gnb-nav > li > a {font-size: 17px}
}

/* header bar */
.header-bar {margin-left: auto}
.header-bar .header-bar-list {display: flex;flex-wrap: wrap;padding: 20px 0}
.header-bar .header-bar-list li {margin-left: 2px}
.header-bar .header-bar-list li a, 
.header-bar .header-bar-list li button {display:flex;justify-content:center;align-items:center;padding: 0 6px;height: 36px;line-height: 36px;border: 0 none;background-color: #f5f5f5;transition: .3s ease-out;border-radius:18px !important}
.header-bar .header-bar-list li a:hover {background-color: #ddd}
.header-bar .header-bar-list li.last-link a {background-color: #1b1b1b}
.header-bar .header-bar-list li.last-link a:hover {background-color: #4b636e}
.header-bar .header-bar-list li.login-btn a {display: block;padding: 0 11px;font-size: 11px;font-weight: 500;color: #707070}
.header-bar .header-bar-list li.login-btn a:hover {color:#333}
.header-bar .header-bar-list li img {width: 21px}
.header-bar .header-bar-list li.last-link img {width: 19px}
.header-bar .header-bar-list li.btn-cart a span {display: inline-block;width: 18px;height: 18px;line-height: 18px;font-size: 11px;text-align: center;color: #fff;border-radius: 50%;background-color: #1B1B1B}
@media (min-width:992px){ 
	.header-bar {flex:0 0 auto;width: 250px}
	.header-bar .header-bar-list {justify-content: flex-end}
	.header-bar .header-bar-list li {margin-left: 15px}
	.header-bar .header-bar-list li.mobile-nav-trigger {display: none}
	.header-bar .header-bar-list li a, 
	.header-bar .header-bar-list li button {padding: 0 8px}
	.header-bar .header-bar-list li a {font-size: 17px}
	.header-bar .header-bar-list li img {opacity: .8;transition: .3s}
	.header-bar .header-bar-list li a:hover img {opacity: 1}
}

/*---------- Modal ----------*/
.theme-offcanvas .offcanvas-header {margin-bottom: 10px;border-bottom:1px solid #ddd}
/* --- 검색 모달 --- */
/* 입력창 */
.theme-offcanvas .search-contents .input-button {position: relative}
.theme-offcanvas .search-contents .input-button input[type="text"] {width: 100%;padding: 12px 12px;font-size: 15px;color: #707070;background-color: #fff;border: 4px solid #777 !important;transition:.3s}
.theme-offcanvas .search-contents .input-button input[type="text"]:focus {border-color: #1b1b1b !important}
.theme-offcanvas .search-contents .input-button .button {position: absolute;right: 4px;top: 0;padding: 0 12px;height: 52px;line-height: 52px;background: none;border: 0 none}
.theme-offcanvas .search-contents .input-button .button input {position: absolute;top: 0;right: 0;padding: 0;opacity: 0;cursor: pointer}
.theme-offcanvas .search-contents .input-button .button img {max-width: 20px;vertical-align: sub}
@media(max-width:767px) {
	.theme-offcanvas.offcanvas {width:360px}
}
/* 카테고리 메뉴 */
.category-nav {margin-top: 10px}
.category-nav ul {display: flex;flex-wrap: wrap;justify-content:space-between}
.category-nav ul li {flex: 0 0 auto;width: 49%;margin-bottom: 7px}
.category-nav ul li a {display: block;padding: 5px;font-size: 11px;text-align: center;color:#333;background-color: #f5f5f5;border-radius:15px;transition:.3s}
@media (min-width:992px){
	.category-nav {padding: 0}
	.category-nav ul li a:hover {background-color: #ddd}
}
/* --- 멤버 모달 --- */
.theme-offcanvas .member-list {display: flex;justify-content:space-between}
.theme-offcanvas .member-list li {flex:0 0 auto;width:32%}
.theme-offcanvas .member-list li a {display: flex;flex-wrap:wrap;align-items:center;padding: 6px 8px;background-color:#777;transition: .3s}
.theme-offcanvas .member-list li a:hover {background-color:#1b1b1b;box-shadow: 3px 3px 7px rgba(0,0,0,.2)}
.theme-offcanvas .member-list li a img {display: inline-block;width: 16px}
.theme-offcanvas .member-list li a span {display: inline-block;margin-left:7px;padding: 0 7px;font-size: 11px;color: #fff;border-left:1px solid rgba(255,255,255,.5)}
/* --- 최근본상품, 장바구니, 위시리스트 --- */
.theme-offcanvas .shop-member-box {position:relative;margin-bottom:15px}
.theme-offcanvas .shop-member-box .shop-member-box-title {position:relative;padding-bottom:7px;margin:20px 0 15px;font-size: 13px;font-weight: 700;color:#333;border-bottom: 2px solid #ddd}
.theme-offcanvas .shop-member-box .shop-member-box-title span {display: inline-block;width: 20px;height: 20px;line-height: 20px;margin-left: 5px;font-size: 11px;font-weight: 400;text-align: center;color:#fff;background-color:#1b1b1b;border-radius:50%}
.theme-offcanvas .shop-member-box .panel .panel-heading {background-color:transparent;border:0;padding:0}
.theme-offcanvas .shop-member-box .panel .panel-title {position:relative;height:40px;margin:0;font-size:.9375rem;color:#fff;line-height:1.5;background-color:#353535;border:0;padding:10px 26px 10px 60px;cursor:pointer}
.theme-offcanvas .shop-member-box .panel .panel-title .count-num {display:block;position:absolute;top:0;left:0;width:50px;height:40px;line-height:40px;text-align:center;background-color:#000;color:#fb8c00;font-size:.875rem}
.theme-offcanvas .shop-member-box .panel .panel-body {border:0;padding:0}
.theme-offcanvas .shop-member-box .op-area {margin:10px 0}
.theme-offcanvas .shop-member-box .op-area h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.theme-offcanvas .shop-member-box .op-area li {position:relative;min-height:55px;padding-left:65px;margin-bottom:5px}
.theme-offcanvas .shop-member-box .op-area li a {font-size:11px}
.theme-offcanvas .shop-member-box .op-area li .prd-img {position:absolute;top:0;left:0px}
.theme-offcanvas .shop-member-box .op-area li .prd-img img {max-width: 50px;height:auto}
.theme-offcanvas .shop-member-box .op-area li .prd-name {display:block;font-weight:700;font-size:13px}
.theme-offcanvas .shop-member-box .op-area li .prd-cost {display:block;font-weight:700;color:#cc2300;margin:3px 0 0;font-size:11px}
.theme-offcanvas .shop-member-box .op-area .li-empty {padding:30px 0;padding-left:0;color:#959595;border-bottom:0;text-align:center;min-height:inherit}
.theme-offcanvas .shop-member-box #stv {position:relative}
.theme-offcanvas .shop-member-box #stv_pg {display:block;;text-align:center;margin:10px 0 0;line-height:20px;font-size:13px}
.theme-offcanvas .shop-member-box .stv-item {display:none;padding:0 9px;word-break:break-all}
.theme-offcanvas .shop-member-box #up {position:absolute;bottom:5px;left:10px;width:30px;height:20px;overflow:hidden;border:1px solid #c5c5c5}
.theme-offcanvas .shop-member-box #up span {position:absolute;font-size:0;line-height:0;overflow:hidden}
.theme-offcanvas .shop-member-box #down {position:absolute;bottom:5px;right:10px;width:30px;height:20px;overflow:hidden;border:1px solid #c5c5c5}
.theme-offcanvas .shop-member-box #down span {position:absolute;font-size:0;line-height:0;overflow:hidden}

/* ========== footer ========== */
.footer {position: relative;border-top:5px solid #1b1b1b}
.footer-inner {position: relative;overflow:hidden}

.footer-left {padding: 20px 0 30px}
.footer-logo {margin-bottom: 20px}
.footer-logo a {display: block}
.footer-logo a img {max-height: 30px}

.footer-info address {margin-bottom: 20px}
.footer-info address span,
.footer-info address span a {font-size: 13px;color:#707070}

.footer-right {padding: 20px;background-color: #1b1b1b}
.footer-right h4 {margin-bottom: 15px;font-size: 17px;color: #fff}
.footer-right ul li + li {margin-top: 5px}
.footer-right ul li a {font-size: 13px;color: #999}

.copyright {margin-top: 15px;padding-top: 15px;font-size: 13px;color: #999;border-top:1px solid #333}
@media (max-width:767px){
	.footer-right .box + .box {margin-top: 20px}
}
@media (min-width:768px){
	.footer-right-inner {display: flex;flex-wrap:wrap}
	.footer-right-inner .box {width: 50%}
}
@media (min-width:991px){
	.footer-inner {display: flex;flex-wrap:wrap;justify-content: space-between}
	.footer-inner .footer-left {width: calc(100% - 400px);padding: 40px 0}
	.footer-inner .footer-right {width: 380px;padding: 40px 20px}
	.footer-logo a img {max-height: 35px}
	.footer-info address span,
	.footer-right ul li a,
	.copyright {font-size: 15px}
	.footer-info address span a:hover {color:#1b1b1b}
	.footer-right h4 {margin-bottom: 25px;font-size: 19px}
	.footer-right ul li + li {margin-top: 10px}
	.footer-right ul li a:hover {color: #fff}
	.copyright {margin-top: 20px}
}
@media (min-width:991px){
	.footer-inner .footer-left {width: calc(100% - 500px);padding: 40px}
	.footer-inner .footer-right {width: 450px}
}
/* ========== main ========== */
.sub-basic-body {padding: 2.5rem 0;/* 40px */}
@media (min-width:992px){ 
	.sub-basic-body {padding: 3.75rem 0;/* 60px */}
}
/*---------- Page Title ----------*/
.page-title-wrap {position:relative;width:100%;height:70px;padding:0;background:linear-gradient(to right,#1b1b1b,#333)}
.page-title-wrap > .container {position:relative}
.page-title-wrap h2 {margin:0;padding:22px 0;font-size:1.25rem;color:#fff;font-weight:700}
.page-title-wrap .sub-breadcrumb-wrap {display:block;position:absolute;top:25px;right:15px}
.page-title-wrap .sub-breadcrumb {color:#c5c5c5;font-size:.875rem}
.page-title-wrap .sub-breadcrumb:after {content:"";display:block;clear:both}
.page-title-wrap .sub-breadcrumb li {float:left;margin-left:7px}
.page-title-wrap .sub-breadcrumb li:before {content:"/";margin-right:7px}
.page-title-wrap .sub-breadcrumb li:first-child:before {display:none}
.page-title-wrap .sub-breadcrumb a {color:#fff}
/*---------- Offcanvas ----------*/
.offcanvas-backdrop {z-index:1003}
/*---------- Eb BackToTop ----------*/
.eb-backtotop {position:fixed;right:15px;bottom:15px;height:46px;width:46px;cursor:pointer;display:block;-webkit-border-radius:50% !important;-moz-border-radius:50% !important;border-radius:50% !important;box-shadow:inset 0 0 0 2px rgba(255,255,255,0.15);background:#fff;z-index:1003;opacity:0;visibility:hidden;transform:translateY(15px);-webkit-transition:all 0.2s linear;transition:all 0.2s linear}
.eb-backtotop.active-progress {opacity:1;visibility:visible;transform:translateY(0)}
.eb-backtotop:after {position:absolute;content:"\f106";font-family:'Font Awesome\ 5 Free';font-weight:900;text-align:center;font-size:16px;color:#757575;left:0;top:0;height:46px;width:46px;line-height:28px;cursor:pointer;display:block;z-index:1;-webkit-transition:all 0.2s linear;transition:all 0.2s linear}
.eb-backtotop:hover:after {color:#cc2300}
.eb-backtotop svg path {fill:none}
.eb-backtotop svg.backtotop-progress path {stroke:#b5b5b5;stroke-width:4;box-sizing:border-box;-webkit-transition:all 0.2s linear;transition:all 0.2s linear}
.eb-backtotop .progress-count {display:block;position:absolute;bottom:8px;left:0;right:0;font-size:11px;text-align:center;color:#a5a5a5}
.eb-backtotop {box-shadow:inset 0 0 0 2px rgba(0,0,0,0.15)}
.eb-backtotop:after {color:#2b2b2e}
.eb-backtotop svg.backtotop-progress path {stroke:#1b1b1b}

/*---------- Counsel Btn ----------*/
.counsel-btn {display:block;position:fixed;bottom:70px;right:15px;width:45px;height:45px;line-height:45px;text-align:center;background:#3f4678;font-size:1.125rem;color:#fff !important;border:0;border-radius:50%;z-index:1000}