@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap");

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background: #000;
    color: #fff;
    font-family: Montserrat, sans-serif;
    line-height: 1.4;
}

p {
    font-size: 14px;
    line-height: 24px;
}

ul li {
    line-height: 24px;
}

.main-menu {
    background-color: #000;
    padding: 18px 0 18px;
}

header .logo {
    width: 280px;
}

header.main-menu-sub .logo {
    width: 200px;
}

.hero {
    position: relative;
    background-image: url(../images/tablet-page-bg.jpg);
    /*height: calc(100vh - 20vh);*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-content {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 35px 35px;
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.hero-content .desc {
    font-size: 16px;
    color: #fff;
}

.btn-hero {
    border: 3px solid #db9033;
    padding: 16px 40px;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    border-radius: 30px;
}

.btn-hero:hover {
    background-color: #db9033;
    color: #fff;
    text-decoration: none;
}

.hero__text {
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 55px;
    font-weight: 700;
    text-shadow: 0 2px 2px #333;
}

.login-box .hero__text {
    font-size: 28px;
    margin-bottom: 20px;
}

.login-box.hero-content {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 50vh;
}

.login-box.hero-content input[type="text"],
.login-box.hero-content input[type="password"] {
    background: transparent;
    color: white;
    border-radius: 30px;
}

.login-box .button {
    border: 3px solid #db9033;
    padding: 6px 40px;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border-radius: 30px;
    background-color: #db9033;
    width: 250px;
}

.login-box .button:hover {
    background-color: transparent;
    color: #fff;
    text-decoration: none;
}

.login-box.hero-content input[type="text"]:focus,
.login-box.hero-content input[type="password"]:focus {
    border-color: #db9033;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(219, 144, 51, 0.25);
}

.user-button {
    width: 50px;
    height: 50px;
    display: flex;
    font-size: 25px;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-left: 10px;
}

.user-button:hover {
    color: #db9033;
}

.navbar.navbar-expand-lg.navbar-light {
    padding: 0.5rem 0;
}

.main-menu-sub .navbar.navbar-expand-lg.navbar-light {
    padding: 1rem 0;
}

.search {
    width: 50px;
    height: 50px;
    background: #db9033;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search .icon {
    font-size: 30px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.search .icon:hover {
    text-decoration: none;
}

.search .icon:before {
    content: '\f002';
    font-family: fontAwesome;

}

.search.active .icon:before {
    content: '\f00d';
    font-family: fontAwesome;

}

.search.active {
    width: 100%;
    height: 100vh;
}

.search-form-wrapper {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    display: none;
}

.search-form-wrapper input {
    border: none;
    outline: none;
    font-size: 25px;
    padding: 10px 10px;
    min-width: 400px;
}

.search-form-wrapper button {
    background-color: #fff;
    width: 50px;
    height: 50px;
    border: none;
    font-size: 24px;
}

.search.active .search-form-wrapper {
    display: block;
}

.bg_dark {
    background: #000;
}

.inner-page .title-wrap {
    text-align: center;
    padding: 3rem 0 2rem;
}

.inner-page h1.wide {
    position: relative;
    text-align: center;
    font-weight: bold;
    display: inline-block;
}

.inner-page h1.wide::before {
    content: "";
    position: absolute;
    width: 70%;
    height: 2px;
    background-color: #db9033;
    bottom: -11px;
    left: 15%;
}

.inner-page {
    border-top: 1px solid #ccc;
}

.wrap-bread-crumb {
    text-align: center;
    background-color: #000;
    padding: 3rem 0 2rem;
    color: #fff;
}

.wrap-bread-crumb h1 {
    color: #fff;
    font-weight: bold;
}

.wrap-bread-crumb span {
    padding-right: 4px;
}

.wrap-bread-crumb a {
    color: #fff;
    text-decoration: none;
}

.search-box label {
    font-weight: bold;
}

.search-box #search_input {
    background-color: transparent;
    border-radius: 0;
    border-top: none;
    border-left: 0;
    border-right: 0;
    border-bottom: 2px solid #db9033;
}

.search-box #search_input:focus {
    outline: 0;
    box-shadow: none;
}

.search-box .search-icon::before {
    content: '\f002';
    font-family: fontAwesome;
}

.search-box #search_btn {
    background-color: #db9033;
    border: 1px solid #db9033;
    transition: background-color 0.15s ease-in-out;
    border-radius: 0;
}

.search-box #search_btn:hover {
    background-color: #db9033;
}

.prod-category {
    padding: 2rem 0;
}

.prod-category__item {
    background-color: transparent;
    margin-bottom: 2rem;
    border: 1px solid #db9033;
    padding: 3px;
}

.prod-category__item h3 {
    font-size: 15px;
    min-height: 60px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    text-transform: uppercase;
    padding: 0 7px;
}

.prod-category a h3 {
    color: #fff;
}

.prod-category a:hover {
    text-decoration: none;
}

.no-product-msg {
    padding: 1.2rem 1.25rem;
    width: 100%;
}

.product-list {
    margin: 2rem 0;
    list-style: none;
}

.product-list_item {
    border: 1px solid #db9033;
    margin-bottom: 1rem;
    padding: 4px;
}

.product-list_item h3 {
    margin-top: 12px;
    font-size: 24px;
}

.product-list_item .sku-ean-info {
    list-style: none;
    display: block;
    margin-bottom: 0.5rem;
}

.product-list_item .sku-ean-info li {
    display: block;
    margin-bottom: 10px;
}

.product-list_item ul,
.product-list_item p {
    font-size: 1rem;
}

.readmore-btn {
    background-color: #db9033;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    padding: 0.375rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 30px;
    border: 3px solid #db9033;
    margin-right: 1rem;
    width: 90%;
}

.readmore-btn:hover {
    background-color: transparent;
    color: #fff;
    text-decoration: none;
}

.rating-form-btn:hover {
    background-color: #db9033;
    color: #fff;
    text-decoration: none;
}

.rating-form-btn {
    color: #fff;
    display: inline-block;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    padding: 0.375rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 30px;
    border: 3px solid #db9033;
    margin-right: 1rem;
    width: 90%;
}

.product-list_item .readmore-btn {
    margin-bottom: 0.5rem;
}

.product-detail {
    margin-top: 3rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #db9033;
}

.product-detail h2 {
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 1rem;
}

.product-detail .sku-ean-info {
    list-style: none;
    display: block;
}

.product-detail .sku-ean-info li {
    display: block;
    margin-bottom: 12px;
}

.product-detail .sku-ean-info li,
.product-detail .desc {
    font-size: 1 rem;
}

.product-detail .desc span {
    display: block;
}

.product-detail .desc p {
    font-size: 1rem;
}

.product-detail .desc {
    margin-bottom: 1rem;
}

.product-detail .tab-content {
    padding: 1rem 0;
}

.product-detail .tab-content ul,
.product-detail .tab-content ol {
    padding-left: 25px;
}

.tab-content #video iframe {
    width: 100%;
}

.product-detail .nav-tabs .nav-link.active {
    color: #fff;
    font-weight: bold;
    background-color: transparent;
    border-color: transparent;
    padding: 1rem 0;
}

.product-detail .nav-tabs {
    border-bottom: 1px solid #db9033;
}

.product-detail .price span {
    font-size: 18px;
}

.prod-recomend {
    margin-top: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #db9033;
}

.prod-recomend:last-child {
    border-bottom: none;
}

.prod-recomend h3 {
    font-size: 22px;
    margin-bottom: 20px;
}

.prod-recomend .item h4 {
    font-size: 20px;
}

.prod-recomend .item a h4 {
    color: #fff;
}

.prod-recomend .item a:hover {
    text-decoration: none;
}


.prod-recomend .item {
    border: 1px solid #db9033;
    margin-bottom: 20px;
    padding: 4px;
}

.prod-recomend .item .text-content {
    padding: 10px;
}

.prod-recomend .item .text-content span {
    font-size: 14px;
    color: #666;
}