body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif !important;
}

.icon {
  position: static;
  margin-right: 0px;
  margin-left: 5px;
}

::placeholder {
    color: rgba(89, 90, 92, 0.34) !important;
}

a:hover {
text-decoration: none !important;
}

:focus {
    outline: none !important;
    box-shadow: none !important;
}

/* Navbar css */
nav.navbar.navbar-default.navbar-bg.navbar-fixed-top {
    padding: 0;
    height: 80px;
    background: #fff;
    border: transparent;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 5px rgb(0 0 0 / 8%);
}

.navbar-form.search-form {
    margin-left: auto !important;
    border: transparent !important;
}

.nav.navbar-nav.navlink-item {
    margin-left: auto;
}

.navlink-item>li>a {
    color: #165491 !important;
    font-size: 16px;
    font-weight: 600; 
}

.navbar-default .navbar-nav>.open>a,
.navlink-item>li>a:hover,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: TRANSPARENT !important;
    color: #000000 !important;
}

.dropdown-menu {
    background-color: #FFFFFF !important;
}
.dropdown-menu>li {
    padding: 3px 14px !important;
}
.dropdown-menu>li>a {
    color: #165491 !important;
    border-bottom: 1px solid !important;
    padding: 0 0 10px !important;
}

.dropdown-menu>li:last-child a {
    border-bottom: none !important;
}
.dropdown-menu>li>a:hover {
    background-color: #FFFFFF !important;      
    color: #000000 !important;  
}

.navlink-item li .cart-icon {
    padding: 10px !important;
    color: #165491;
}

/* Hero section css */
.hero-section-container {
    margin: 0px 0;
}
.hero-bg {
    background: url('https://www.jpaulstore.com/ceco/images/hero-sec-image.png') no-repeat center/cover;
    width: 100%;
    height: 440px;
}
.hero-content-margin {
    margin-top: 174px;
    margin-left: 50px;
}
.hero-sec-heading {
    font-size: 36px;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin: 0;
}
.hero-sec-subhead {
    color: #FFFFFF;
    font-size: 26px;
    letter-spacing: 0px;
    margin: 10px 0 0;
}
.hero-sec-btn {
    width: 200px;
    height: 45px;
    background-color: #FFFFFF;
    border-radius: 3px;
    border: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.4px;
    color: #000000;
    text-transform: uppercase;
    margin-top: 25px;
}
.hero-sec-btn:hover {
    background: #FFFFFF;
    color: #000000;
}

/* Category section css */
.category-head {
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #165491;
    bottom: 4px;
}
.category-head::before {
    content: "";
    width: 40%;
    height: 2px;
    background-color: #cfcfcf;
    position: absolute;
    left: 0;
    top: 8px;
}

.category-head::after {
    content: "";
    width: 40%;
    height: 2px;
    background-color: #cfcfcf;
    position: absolute;
    right: 0;
    top: 8px;
}
.card-box-margin {
    margin: 0px 0;
}
.card-box-image {
    position: relative;
    overflow: hidden;
}
.card-box-btn {
    width: 200px;
    height: 45px;
    background: #165491;
    border-radius: 3px;
    border: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.4px;
    color: #FFFFFF;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.card-box-btn:hover {
    background: #FFFFFF;
    color: #000000;
}
.card-box-image img {
    width: 410px;
    max-width: 100%;
}

/* Footer section css */
.footer-container {
    margin-top: 10px;
    background-color: #165491;
}
.footer-items {
    display: flex;
    justify-content: center;
    align-items: center;
   padding: 23px 0;
    margin: 0;
}
.footer-items li {
    list-style: none;
}
.footer-items li a {
    position: relative;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    padding: 0px 25px
}
.footer-items li a::after {
    content: "";
    width: 1px;
    height: 10px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 5px;
}
.footer-items li:last-child a:after {
    display: none;
}




/* Media Query */

@media (min-width: 1300px) {
    .container {
        width: 1290px;
    }
}

@media (min-width: 768px) {
    .navbar-collapse.collapse.collapse-copy {
        display: flex !important;
        padding-bottom: 0;
        overflow: visible;
        justify-content: space-between;
        align-items: center !important;
        height: 120px !important;
    }
    .cart-mobile {
        display: none !important;
        color: #165491;
    }
}

@media (max-width: 1199px) {
    .navlink-item>li>a,
    .dropdown-menu>li>a {
        font-size: 13px !important;
    }   
    .navlink-item li .cart-icon {
        padding: 13px;
        color: #165491;
    }
    .navlink-item li .cart-icon img {
        width: 15px;
        color: #165491;
    }
}

@media (max-width: 1360px) {
    .hero-bg {
        background: linear-gradient(0deg, rgb(0 0 0 / 25%), rgb(255 255 255 / 45%)),url("./images/hero-sec-image.png") no-repeat center/cover;
    }
    .category-head::before,
    .category-head::after {
        width: 30%;
    }
    .card-box-image {
        margin-bottom: 30px;
    }
    .card-box-image img  {
        width: 100%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .search-form .form-group {
        width: 100%
    }
    .nav.navbar-nav.navlink-item {
        width: 100%;
        margin: 0;
    }
    .navlink-item>li>a,
    .dropdown-menu>li>a {
        font-size: 12px !important;
        padding: 6px !important;
    }   
    .navlink-item li .cart-icon {
        padding: 3px;
        color: #165491;
    }
    .navlink-item li .cart-icon img {
        width: 14px;
        color: #165491;
    }
}


@media (max-width: 767px) {
    .navbar-default .navbar-toggle {
        border: transparent !important;
    }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: transparent !important;
    }
    .navbar-bg .navbar-header {
        display: flex !important;
        flex-direction: row-reverse !important;
        align-items: center !important;
        justify-content: space-between !important;
        width: 100% !important;
    }
    .navbar-default .navbar-toggle {
        margin-right: 0 !important;
        margin-left: auto !important;
    }
    nav.navbar.navbar-default.navbar-bg.navbar-fixed-top { 
        height: 85px !important;
    }
    .navbar-form.search-form {
        border-top: 1px solid #fff !important;
        border-bottom: 1px solid #fff !important;
        margin-left: inherit !important;
    }
    .search-form .form-group {
        width: 100% !important;
    }
    
    .navlink-item>li>a,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        height: auto !important;
        font-size: 16px !important;
        color: #165491 !important;
    }
    .navlink-item li .cart-icon img {
        width: auto !important;
        color: #165491;
    }
    .navbar-collapse.in {
        height: 100% !important;
        background-color: #FFFFFF !important;
    }
    .cart-web {
      display: none !important;
      color: #165491;
    }
}

@media (max-width: 621px) {
    .footer-items li a{
        padding: 0 20px;
    }
}

@media (max-width: 600px) {
    .hero-content-margin {
        margin-top: 100px;
        margin-left: 0px;
        text-align: center;
    }
    .hero-sec-btn {
        margin: 25px auto 0;
    }
    .hero-bg {
        background: linear-gradient(0deg, rgb(0 0 0 / 45%), rgb(255 255 255 / 85%)),url("https://www.jpaulstore.com/ceco/images/hero-sec-image.png") no-repeat center/cover;
        background-position: 60%;
        height: 350px;
    }
    .footer-items li a{ 
        font-size: 10px;
    }
    .footer-items li a::after {
        top: 2px
    }
    .footer-container {
        margin-top: 0;
    }
}

@media (max-width: 509px) {
    .footer-items {
        flex-direction: column;
    }
    .footer-items li {
        margin-bottom: 7px;
    }
    .footer-items li a::after {
        display: none;
    }
    .footer-items li a {
        font-size: 12px;
        padding: 0;
    }
}

@media (max-width: 480px) {
    .category-head::before,
    .category-head::after {
        width: 20%;
    }
    .card-box-btn {
        width: 160px;
        height: 40px;
        font-size: 11px;
    }
}

@media (max-width: 380px) {
    .hero-sec-heading {
        font-size: 30px;
    }
    .hero-sec-subhead {
        font-size: 18px;
    }
}
