* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", serif;
    letter-spacing: .5px;
}

a {
    color: #000;
    text-decoration: none;
    outline: 0
}

a::after {
    text-decoration: none;
    outline: 0
}

a::active {
    text-decoration: none;
    outline: 0
}

a:hover {
    text-decoration: none
}

a:active,
a:focus,
a:visited {
    text-decoration: none;
    outline: 0
}

button:focus,
input:focus,
select:focus {
    outline: 0
}

.section {
    padding: 50px 0px;
}
header{
    position: sticky;
    top:0;
    width: 100%;
    z-index: 111;
    background-color: #fff;
    box-shadow: 0 0 10px #eee;
}
a.navbar-brand {
    font-size: 40px;
    font-weight: 700;
    padding: 0;
    margin: 0;
}
ul.navbar-nav .nav-link {
    font-size: 14px;
    padding: 0 15px !important;
    color: #000;
}
form.d-flex a {
    text-transform: uppercase;
    font-size: 14px;
    color: #666967;
}
form.d-flex a span {
    background: #000;
    margin-left: 6px;
    color: #fff;
    display: inline-block;
    padding: 0 3px;
}
ul.lastest-post-card {
    display: flex;
    padding: 0;
    margin: 0;
    gap: 30px;
    flex-flow: row wrap;
}
ul.lastest-post-card li {
    flex: 0 0 31.5%;
    list-style: none;
    text-align: center;
}
ul.lastest-post-card li img {
    width: 100%;
}
ul.lastest-post-card li figure {
    margin: 0;
}
ul.lastest-post-card li h3 {
    margin: 15px 0;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 24px;
}
.main-heading h2 {
    font-size: 24px;
    margin: 0 0 30px;
    font-weight: 600;
}
ul.lastest-post-card.lastest-post-card2 li {
    flex: 0 0 22.8%;
}
ul.lastest-post-card.lastest-post-card2 {
    margin: 20px 0 0;
}
header.sticky {
    position: fixed;
    width: 100%;
    z-index: 99;
    transition: all .6s ease;
    box-shadow: 0 0 8px 0 rgba(51, 51, 51, .31);
    background: #fff;
    top: 0;
}
.black-friday-clothing-sale {
    width: 100%;
    margin: 30px 0;
}
.home-category-sec {
    display: flex;
    gap: 30px;
    flex-flow: row wrap;
}
.home-category-sec figure img {
    width: 100%;
}
.home-category-sec figure {
    flex: 0 0 22%;
}
.home-category-sec-right {
    flex: 0 0 22%;
    position: relative;
}
.home-category-sec-right h3 {
    position: absolute;
    top: 103px;
    max-width: 160px;
    left: 65px;
    font-weight: 800;
}
.home-category-sec-right h3 a {
    color: #fff;
    font-size: 33px;
    text-transform: uppercase;
}
.home-category-sec-right img{
    width: 100%;
}

.home-category-sec-box {
    flex: 0 0 51%;
}
.container {
    max-width: 1280px !important;
}
.home-category-sec-box h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 0 25px;
    font-weight: 400;
}
.home-category-sec-box p {
    font-size: 15px;
    font-weight: 400;
    color: #3f3f3f;
}
img.real-good-product {
    width: 100%;
    margin: 30px 0;
}
.home-category-sec {
    display: flex;
    gap: 30px;
    flex-flow: row wrap;
    margin: 0 0 20px;
}
ul.lastest-post-card.lastest-post-card3 li {
    position: relative;
}
ul.lastest-post-card.lastest-post-card3 li h3 {
    position: absolute;
    left: 24%;
    font-size: 24px;
    letter-spacing: 5px;
    font-weight: 800;
    top: 28%;
    border: 4px solid #fff;
    padding: 16px 52px;
    margin: 0;
    color: #fff;
}
ul.lastest-post-card.lastest-post-card4 {
    gap: 10px;
}
ul.lastest-post-card.lastest-post-card4 li {
    flex: 0 0 19.3%;
}
ul.lastest-post-card.lastest-post-card3 li figure img {
    max-height: 220px;
    object-fit: cover;
}
li.nav-item {
    position: relative;
}
nav ul li ul.sub-menu {
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 999999;
    width: 200px;
    top: 50px;
    right: 0;
    transform: scale(1, .5);
    -webkit-transform: scale(1, .5);
    -moz-transform: scale(1, .5);
    transform-origin: top;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease;
    background: #fff;
    text-align: left;
        padding: 15px 5px 15px 30px;
    box-shadow: 0 0 16px 0 #5a5a5a;
}

nav ul li:hover ul.sub-menu{
    opacity: 1;
    visibility: visible;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
}
nav ul li:hover ul.sub-menu li{
    margin: 4px 0;
}
nav ul li:hover ul.sub-menu li a{
    font-size: 13px;
}
footer{
    background-color: #f2f2f2;
    padding: 50px 0;
}
.foot-left h3 {
    font-size: 35px;
    font-weight: 600;
    margin: 0 0 30px;
}

.foot-left input {
    width: 100%;
    max-width: 320px;
    height: 40px;
    background-color: transparent;
    border: 1px solid #ccc;
    padding-left: 15px;
    font-size: 14px;
}
.foot-left {
    text-align: center;
}
.foot-left p {
    font-size: 11px;
    margin: 40px 0 0;
}
.foot-right {
    text-align: center;
}
.foot-right h3 {
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 20px;
}
.foot-right label {
    display: inline-block;
    width: 100%;
    text-align: left;
    padding-left: 148px;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 0 5px;
}
.foot-right input {
    width: 100%;
    max-width: 320px;
    height: 40px;
    background-color: transparent;
    border: 1px solid #ccc;
    padding-left: 15px;
    font-size: 14px;
}
.foot-right button {
    display: block;
    width: 100%;
    max-width: 170px;
    margin: auto;
    margin-top: 20px;
    height: 44px;
    border: none;
    background: #000;
    color: #fff;
    font-size: 14px;
}

.inner-page-bg {
    background-image: url(/images/main-bnr.png);
    background-repeat: no-repeat;
    height: 400px;
    width: 100%;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}
.inner-page-bg::before{
    position: absolute;
    content: '';
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .8;
}
.inner-page-bnr h1 {
    font-size: 70px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    color: #fff;
    height: 350px;
    display: flex
;
    justify-content: center;
    align-items: center;
    position: relative;
}
ul.blog-card {
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    gap: 10px;
}
ul.blog-card li {
    background-color: #ccc;
    height: 260px;
    flex: 0 0 24%;
    list-style: none;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.blog-card li h3 {
    text-align: center;
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 30px;
}
ul.blog-card li h3 a{
    color: #fff;
}
ul.blog-card li:hover {
    background-color: #666;
}
ul.service-card {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 50px;
}
ul.service-card li{
  list-style: none;
  text-align: center;
}
ul.service-card li h3 {
    margin: 0 0 15px;
    font-weight: 400;
    font-size: 26px;
}
.detail-page-top {
    margin: 30px 0 0;
}
.detail-page-top > p {
    text-transform: uppercase;
}
.detail-page-top ul {
    display: flex;
    justify-content: start;
    padding: 0;
    margin: 0;
    gap: 20px;
}
.detail-page-top ul li{
    list-style: none;
}
.detail-page-bnr {
    text-align: left;
    margin: 30px 0 0;
}
.detail-page-bnr h2 {
    font-weight: 400;
    font-size: 28px;
    margin: 25px 0 15px;
}
.detail-page-bnr.detail-page-bnr3 {
    margin: 50px 0;
    text-align: center;
}
.detail-page-bnr.detail-page-bnr3 p {
    text-align: center;
}
.detail-page-bnr h3 {
    font-weight: 400;
    font-size: 28px;
    margin: 25px 0 15px;
}
.detail-page-bnr p {
    text-align: left;
    font-size: 15px;
    color: #3f3f3f;
    line-height: 24px;
}
.detail-page-form h4 {
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
}
.detail-page-form {
    margin: 50px 0 0;
}
.detail-page-form h4 {
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 0 25px;
}
.detail-page-form form input {
    border-radius: 0;
    border-color: #ccc;
}
.detail-page-form {
    margin: 50px 0;
    width: 50%;
}
.detail-page-form .btn.btn-primary {
    border: 0;
    border-radius: 0;
    background: #3f3f3f;
    font-size: 12px;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 500;
}
.detail-page-top figure img {
    width: 100%;
}
.detail-page-top figure {
    margin: 25px 0;
    background: #fff;
    box-shadow: 0 0 10px #e4e0e0;
    padding: 5px;
}
ul.date-time li {
    font-size: 14px;
}
.post-deatail-bg {
    background-image: url(/images/main-bnr.png);
    background-repeat: no-repeat;
    height: 550px;
    width: 100%;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}
.post-deatail-bg::before{
    position: absolute;
    content: '';
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .8;
}

.post-detail-sidebar ul li {
    color: #fff;
    margin: 10px 0;
}
.post-detail-sidebar ul {
    padding: 0 0 0 15px;
}
.post-detail-sidebar {
    background: #000;
    padding: 15px 25px;
    height: 100vh;
    width: 100%;
    position: sticky;
    top: 77px;
}
.up-btn {
    position: fixed;
    right: 1%;
    bottom: 15%;
}
.paragraph a {
    text-decoration: underline;
}
.paragraph a:hover {
    opacity: .7;
}
.up-btn a {
    display: block;
    text-decoration: none;
    font-weight: 600;
    padding: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #000000;
    border: 2px solid #fff;
    border-radius: 2px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border-radius: 50%;
}

.up-btn a i {
    color: #fff;
}
.post-detail-sidebar ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.detail-page-bnr.detail-page-bnr2 .paragraph {
    font-size: 15px;
    line-height: 1.75;
    margin: 0 0 30px;
    color: #3f3f3f !important;
}
h2.wsite-content-title {
    text-align: left !important;
}
li.nav-item span {
    position: absolute;
    right: 0;
    top: 0;
}
li.nav-item span {
    position: absolute;
    right: 0;
    top: 0;
}

li.nav-item span.wsite-menu-title {
    position: static;
}
ul.other-prod-service {
    padding: 0;
    margin: 50px 0;
    display: flex;
    flex-flow: row wrap;
    gap: 20px;
}
ul.other-prod-service li {
    flex: 0 0 23.5%;
    list-style: none;
    position: relative;
}
ul.other-prod-service li figure{
    margin: 0;
}
ul.other-prod-service li h3 {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin:0;
}
ul.other-prod-service li h3 a{
    color: #fff;
}
.detail-page-bnr.detail-page-bnr3 p a {
    text-decoration: underline;
    font-weight: 600;
}
ul.other-prod-service li figure img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}
.other-prod-service-intro {
    position: absolute;
    top: 0;
    width: 100%;
    height: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact__page {
    margin: 50px 0 0;
    background: #fff;
    padding: 50px;
    border: 1px #eee solid;
      width: 100%;
    float: left;
}
.contact__page ul {
    padding: 0;
    margin: 0;
}

.contact__page li input {
    height: 50px;
    border-radius: 4px;
    border-color: #eeee;
}
.contact__page h2 {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
}
.contact__page button {
    background: #000;
    color: #fff;
    border: none;
    padding: 12px 40px;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
}
label.error {
    color: red;
}
.contact__page li {
    margin: 20px 10px;
    list-style: none;
    width: 47%;
    float: left;
}
.contact__page li:nth-child(5){
    width: 96%;
}
.contact-button {
    width: 100%;
    float: left;
}
.sitemap__page__left ul {
    margin: 0;
    padding: 0 0 0 20px;
}
.sitemap__page__left ul li {
    margin: 8px 0;
}
h2.site-map-heading {
    text-align: center;
    margin: 50px 0 30px;
    border-bottom: 1px solid #eee;
    padding: 0 0 20px;
    font-size: 42px;
    font-weight: 600;
}