@import url("https://rsms.me/inter/inter.css");
html { font-family: 'Inter', sans-serif; font-size: 15px; }
a:hover { text-decoration: none; }
.img-wrap { text-align: center; display: block; } .img-wrap img { max-width: 100%; }
.icon-wrap { text-align: center; display: inline-block; }
.price-wrap { letter-spacing: -0.7px; }
.content-body { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; padding: 2rem 2.3rem; }
.icon-xs,
.icon-sm,
.icon-md,
.icon-lg { display: inline-block; text-align: center; -ms-flex-negative: 0; flex-shrink: 0; -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; }
.icon-xs { width: 32px; height: 32px; line-height: 32px !important; font-size: 16px; }
.icon-sm { width: 48px; height: 48px; line-height: 48px !important; font-size: 20px; }
.icon-md { width: 60px; height: 60px; line-height: 60px !important; font-size: 28px; }
.icon-lg { width: 96px; height: 96px; line-height: 96px !important; font-size: 42px; }
.img-xs, .img-sm, .img-md, .img-lg { -o-object-fit: cover; object-fit: cover; -ms-flex-negative: 0; flex-shrink: 0; -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; }
.img-xs { width: 40px; height: 40px; }
.img-sm { width: 80px; height: 80px; }
.img-md { width: 140px; height: 140px; }
.img-lg { width: 250px; height: 250px; }
.center-xy { top: 50%; left: 50%; position: absolute; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.center-y { top: 50%; position: absolute; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.center-x { left: 50%; position: absolute; -webkit-transform: translateX(-50%); transform: translateX(-50%); }
.vh-100 { height: 100vh; }
.overflow-h { overflow: hidden; }
.flip-h { -webkit-transform: scaleX(-1); transform: scaleX(-1); }
.opacity { opacity: .5; }
[class*="hover-"] { -webkit-transition: .5s; transition: .5s; }

.hover-bg:hover { background: #3167eb; background: -webkit-gradient(linear, left top, right bottom, from(#3167eb), to(#3167eb)); background: linear-gradient(to bottom right, #3167eb, #3167eb); -webkit-transition: .5s; transition: .5s; }
.hover-zoom:hover { -webkit-transition: .5s; transition: .5s; -webkit-transform: scaleX(1); transform: scaleX(1); }
.padding-y { padding-top: 40px; padding-bottom: 40px; }
.padding-top { padding-top: 40px; }
.padding-bottom { padding-bottom: 40px; }
.padding-y-lg { padding-top: 80px; padding-bottom: 80px; }
.padding-top-lg { padding-top: 80px; }
.padding-bottom-lg { padding-bottom: 80px; }
.padding-y-sm { padding-top: 20px; padding-bottom: 20px; }
.padding-top-sm { padding-top: 20px; }
.padding-bottom-sm { padding-bottom: 20px; }
.relative { position: relative; }
.absolute { position: absolute; }
var { font-style: normal; }
figure { margin-bottom: 0; }
.form-noborder input,
.form-noborder select,
.form-noborder .btn { border: 0; }
.form-noborder select.form-control-lg:not([size]):not([multiple]) { height: 2.875rem; }

/*------- Loader ----------*/
.be-loading { position: relative; }
.be-loading:after { position: absolute; display: block; visibility: hidden; opacity: 0; content: ""; top: 0; left: 0; height: 100%; width: 100%; background: rgba(255, 255, 255, 0.7); -webkit-transition: all .2s ease; transition: all .2s ease; z-index: 2; }
.be-loading .be-spinner { display: none; }
.be-loading-active:after { visibility: visible; opacity: 1; }
.be-loading-active .be-spinner { display: block; }
.be-loading .be-spinner { position: absolute; top: 50%; right: 50%; margin-top: -20px; margin-right: -20px; z-index: 3; }
.be-spinner svg { -webkit-animation: be-spinner-rotation 1.4s linear infinite; animation: be-spinner-rotation 1.4s linear infinite; stroke: #4b559f; }
.be-spinner svg .circle { stroke-dasharray: 187; stroke-dashoffset: 0; -webkit-transform-origin: center; transform-origin: center; -webkit-animation: be-spinner-turn 1.4s ease-in-out infinite; animation: be-spinner-turn 1.4s ease-in-out infinite; }

@-webkit-keyframes be-spinner-rotation {
	0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
	100% { -webkit-transform: rotate(270deg); transform: rotate(270deg); }
}

@keyframes be-spinner-rotation {
	0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
	100% { -webkit-transform: rotate(270deg); transform: rotate(270deg); }
}

@-webkit-keyframes be-spinner-turn {
	0% { stroke-dashoffset: 187; }
	50% { stroke-dashoffset: 46.75; -webkit-transform: rotate(135deg); transform: rotate(135deg); }
	100% { stroke-dashoffset: 187; -webkit-transform: rotate(450deg); transform: rotate(450deg); }
}

@keyframes be-spinner-turn {
	0% { stroke-dashoffset: 187; }
	50% { stroke-dashoffset: 46.75; -webkit-transform: rotate(135deg); transform: rotate(135deg); }
	100% { stroke-dashoffset: 187; -webkit-transform: rotate(450deg); transform: rotate(450deg); }
}

/* all clearfix */
article:after,
.form-group:after { display: block; clear: both; content: ""; }
.row-sm { margin-right: -7px; margin-left: -7px; display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.row-sm > [class^="col"] { padding-left: 7px; padding-right: 7px; }
.bg { background-color: #f8f9fa; }
.bg-white { background-color: #fff; }
.bg-orange { background-color: #ff9017; }
.bg-green { background-color: #00b517; }
.bg-blue { background-color: #3167eb; }
.bg-red { background-color: #fa3434; }
.bg-gradient-blue { background: rgba(33, 37, 41, 0.4); background: -webkit-gradient(linear, left top, right bottom, from(rgba(49, 103, 235, 0.9)), to(rgba(33, 37, 41, 0.4))); background: linear-gradient(to bottom right, rgba(49, 103, 235, 0.9), rgba(33, 37, 41, 0.4)); -webkit-transition: .5s; transition: .5s; }
.bg-gradient-green { background: rgba(33, 37, 41, 0.4); background: -webkit-gradient(linear, left top, right bottom, from(rgba(0, 181, 23, 0.9)), to(rgba(33, 37, 41, 0.4))); background: linear-gradient(to bottom right, rgba(0, 181, 23, 0.9), rgba(33, 37, 41, 0.4)); /* Standard syntax */ -webkit-transition: .5s; transition: .5s; }
.bg-gradient-orange { background: rgba(33, 37, 41, 0.4); background: -webkit-gradient(linear, left top, right bottom, from(rgba(255, 144, 23, 0.9)), to(rgba(33, 37, 41, 0.4))); background: linear-gradient(to bottom right, rgba(255, 144, 23, 0.9), rgba(33, 37, 41, 0.4)); /* Standard syntax */ -webkit-transition: .5s; transition: .5s; }
.bg-gradient-red { background: rgba(33, 37, 41, 0.4); background: -webkit-gradient(linear, left top, right bottom, from(rgba(250, 52, 52, 0.9)), to(rgba(33, 37, 41, 0.4))); background: linear-gradient(to bottom right, rgba(250, 52, 52, 0.9), rgba(33, 37, 41, 0.4)); /* Standard syntax */ -webkit-transition: .5s; transition: .5s; }
.bg-gradient-pink { background: rgba(33, 37, 41, 0.4); background: -webkit-gradient(linear, left top, right bottom, from(rgba(232, 62, 140, 0.9)), to(rgba(33, 37, 41, 0.4))); background: linear-gradient(to bottom right, rgba(232, 62, 140, 0.9), rgba(33, 37, 41, 0.4)); /* Standard syntax */ -webkit-transition: .5s; transition: .5s; }
.bg-pattern { background-image: url(../images/banners/bg-pattern.svg), linear-gradient(135deg, #3167eb, #545454); background-size: cover, auto; background-repeat: no-repeat, repeat; background-position: 0px 0px, 50% 50%; }
.bg-img { overflow: hidden; background-color: #ddd; background-image: linear-gradient(135deg, rgba(49, 103, 235, 0.8), rgba(84, 84, 84, 0.9)), url("../images/banners/bg-cpu.jpg"); background-position: 0px 0px, 50% 50%; background-size: auto  cover; }
.overlay-gradient { position: relative; } .overlay-gradient:before { position: absolute; content: ""; display: block; top: 0; left: 0; right: 0; bottom: 0; opacity: .6; -webkit-transition: .5s; transition: .5s; background: aqua; background: -webkit-gradient(linear, left top, right bottom, from(#3167eb), to(aqua)); background: linear-gradient(to bottom right, #3167eb, aqua); /* Standard syntax */ } .overlay-gradient:hover:before { opacity: .9; }
.section-heading { margin-bottom: 20px; margin-top: 15px; }
.section-title { color: #212529; }
.title-text { margin-top: 30px; margin-bottom: 10px; font-weight: bold; color: #212529; }
.title-page { color: #212529; }
.b { font-weight: 600; }
.white { color: #fff; }
.dark { color: #212529; }
.black { color: #000; }
p:last-child { margin-bottom: 0; }
.rtl { direction: rtl; }
.ltr { direction: ltr; }
.header-top-light .nav-link { color: #969696; }
.header-top-light .nav-link:hover { color: #212529; }
.header-main { position: relative; padding-top: 1rem; padding-bottom: 1rem; }
.brand-wrap .logo, .navbar-brand .logo { margin-right: 7px; max-height: 42px; display: inline-block; }
.navbar-main .nav-link { font-weight: 600; color: #1c1c1c; } .navbar-main .nav-link:hover { color: #666; }
.widget-header { display: inline-block; vertical-align: middle; position: relative; }
.widget-header a { color: #343a40; }
.widget-header a:hover { color: #3167eb; }
.widget-header i { color: #969696; }
.widget-header form { min-width: 280px; }
.widget-header .title { display: block; }
.widget-header .notify { position: absolute; top: -3px; right: -10px; }
.widget-header:hover i { color: #3167eb; }
.section-footer ul li { margin-bottom: 5px; }
.section-footer ul a { color: inherit; }
.section-footer ul a:hover { color: #3167eb; }
.section-footer .logo-footer { height: 40px; }
.section-footer .title { font-weight: 600; margin-bottom: 16px; color: #212529; }
.footer-bottom { padding-top: 20px; padding-bottom: 20px; }
.footer-copyright { padding-top: 20px; padding-bottom: 20px; }
.box { padding: 20px; background: #fff; border-radius: 0.37rem; border: 1px solid #e4e4e4; }
.box img { max-width: 100%; }
.label-rating { margin-left: 7px; display: inline-block; vertical-align: middle; }
.rating-stars { display: inline-block; vertical-align: middle; list-style: none; margin: 0; padding: 0; position: relative; white-space: nowrap; clear: both; }
.rating-stars i { font-size: 14px; color: #ccc; display: inline; }
.rating-stars li { display: block; text-overflow: clip; white-space: nowrap; z-index: 1; }
.rating-stars li.stars-active { z-index: 2; position: absolute; top: 0; left: 0; overflow: hidden; }
.rating-stars li.stars-active i { color: orange; }
.menu-category { margin: 0; padding: 0; }
.menu-category li { position: relative; display: block; border-bottom: 1px solid #e4e4e4; }
.menu-category li:last-child { border-bottom: 0; }
.menu-category a { color: #212529; }
.menu-category > li > a { display: block; padding: 10px 18px; }
.menu-category .submenu { display: none; margin: 0; padding: 0; -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2); box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2); z-index: 20; position: absolute; left: 100%; top: 0; width: 250px; background: #fff; }
.menu-category .submenu li { list-style: none; }
.menu-category .submenu li a { padding: 10px 16px; display: block; }
.menu-category li:hover { background: #f8f9fa; -webkit-transition: all 0.3s; transition: all 0.3s; }
.menu-category li:hover .submenu { display: block; margin-left: 0px; }
.menu-category .has-submenu > a:after { content: "\203A"; font-size: 24px; color: #999; line-height: 18px; font-weight: bold; float: right; }
.form-inline input[type='number'] { max-width: 100px; }
.input-spinner { width: 120px; -ms-flex-wrap: nowrap; flex-wrap: nowrap; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; vertical-align: middle; }
.input-spinner input.form-control { text-align: center; max-width: 46px; -ms-flex-preferred-size: 46px; flex-basis: 46px; border-color: #e4e4e4; -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; }
.input-spinner .btn { width: 36px; text-align: center; }
.checkbox-btn { position: relative; }
.checkbox-btn input { position: absolute; z-index: -1; opacity: 0; }
.checkbox-btn input:checked ~ .btn { border-color: #3167eb; background-color: #3167eb; color: #fff; }
.section-pagetop { padding: 45px 0; }
.item-option-select { margin-bottom: 1rem; display: inline-block; margin-right: 15px; }
.item-option-select .btn { min-width: 80px; }
