﻿@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap);

@font-face {
    font-family: Flaticon;
    src: url(../fonts/Flaticon.eot);
    src: url(../fonts/Flaticon.eot?#iefix) format("embedded-opentype"),url(../fonts/Flaticon.woff2) format("woff2"),url(../fonts/Flaticon.woff) format("woff"),url(../fonts/Flaticon.ttf) format("truetype"),url(../fonts/Flaticon.svg#Flaticon) format("svg");
    font-weight: 400;
    font-style: normal
}

ol, ul {
    padding: 0;
    margin: 0
}

a {
    color: #000
}

a:hover {
    text-decoration: none;
    color: #000
}

a:focus {
    outline: 0
}

body {
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #000
}

h1, h2, h3, h4 {
    font-family: 'Playfair Display',serif;
    color: #000;
    font-size: 28px;
    font-weight: 400
}
h1 {
    margin-bottom: 40px;
}
h2{
    font-size:26px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size:22px;
}
h4 {
    font-size: 20px
}

p {
    color: #000;
    line-height: 22px
}

input:focus {
    outline: 0;
    box-shadow: none !important
}

/*----------- header css start here ---------------*/
header {
    float: left;
    clear: both;
    width: 100%;
    z-index: 999;
    background-color: rgba(255,255,255,1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.20);
    border-top: 2px solid #ff7904;
    position: relative;
}
 
.logo {
    max-width: 120px;
    float: left;
    margin: 10px 0;
}

.header-right, .top-right {
    float: right;
}

.header-right {
    width: 78%;
}

ul.top-links {
    float: left;
    margin: 15px 0 0 0;
}

ul.top-links li {
    float: left;
    list-style: none;
    position: relative;
    margin: 0 0px 0 15px;
    padding: 0 0px 0 15px;
}

ul.top-links li a {
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

ul.top-links li:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 3px;
    width: 1px;
    height: 14px;
    background-color: #b7b7b7;
}
ul.top-links li:first-child:after {
    display:none;
}

a.closebtn, .menuicon {
    display: none;
}
.menu {
    float: right;
    width: 100%;
    clear: both;
    border: 0;
    border-top: 1px solid;
    border-image-source: linear-gradient(45deg, rgba(0, 0, 0, 0), #ff7904);
    -webkit-border-image-source: linear-gradient(45deg, rgba(0, 0, 0, 0), #ff7904);
    border-image-slice: 1;
    -webkit-border-image-slice: 1;
    margin: 15px 0 0 0px;
    padding: 15px 0 0 0;
}
ul.navication.accordion-menu {
    /* float: right; */
    margin-left: auto;
}
.menu li {
    list-style: none;
    float: left;
    margin-left: 50px;
}

.menu li a {
    text-transform: uppercase;
    color: #2b1b0b;
    letter-spacing: 1px;
}
.banner {
    clear:both;
    margin-bottom:30px;
}
.cat-box {
    border: 1px solid #eaeaea;
}
.heading {
    text-transform: uppercase;
    margin-bottom: 50px;
    letter-spacing: 1px;
    margin-top: 10px;
    text-align:center;
}
.heading h4 {
    font-size: 25px;
    margin: 0;
}

.new-arrival {
    margin: 80px 0;
}
.trend-img img {
    margin: auto;
}
.trend-text {
    width: 90%;
}
ul.slick-dots {
    text-align: center;
    margin-top: 20px;
}
ul.slick-dots li {
    list-style-type: none;
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: rgba(0,0,0,.15);
    text-indent: -99px;
    overflow: hidden;
    margin: 0 3px;
    cursor: pointer;
    border-radius: 50px;
    font-size: 0;
}
ul.slick-dots li.slick-active {
    background-color: #000;
}
.slick-slide {
    outline: none
}
ul.slick-dots li button {
    opacity:0;
    display:block;
}
.top-sepreter {
    border-top: 1px solid #dcdcdc;
    padding-top: 50px;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 60px;
}
.add-banner {
    position: sticky;
    top: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
footer {
    text-align: center;
    margin: 50px 0 0 0;
    background-color: #f7f7f7;
    padding: 30px 0 10px 0;
}
.logo-footer {
    max-width: 230px;
    margin: auto;
}
.logo-footer {
    max-width: 230px;
    margin: auto;
    margin-bottom: 0;
}
.footer-menu {
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    width: 70%;
    margin: 40px auto 12px;
    padding: 10px 0;
}
.footer-menu li {
    list-style: none;
    display: inline-block;
    margin: 0 30px;
}
.copy-right {
    margin: 0 0 0 0;
}
.copy-right p {
    margin: 0;
}
.cat-box{
    overflow:hidden;
}
.cat-box img {
    transition: 2s;
}
.cat-box:hover img {
    transform: scale(1.1);
}
section.content-section {
    margin: 30px 0 0 0;
}
.content-section ul,.content-section ol{
    padding: 0 0 0 30px;
}
.content-section li {
    margin: 0 0 2px 0;
}
section.content-section img {
    max-width: 100%;
    margin: 15px;
}

/*--- responsive css start here --- */

@media only screen and (max-width: 969px) {
    .logo{
        max-width:100px;
    }
    .header-right {
        width: 85%;
    }
    .menu {
        margin: 10px 0 0 0px;
        padding: 10px 0 0 0;
    }
    .menu li {
        margin-left: 15px;
    }
    .menu li a {
        letter-spacing: 0.2px;
    }
    .top-sepreter {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .new-arrival {
        margin: 30px 0;
    }
    .footer-menu {
        width: 100%;
        margin: 30px auto 12px;
    }
    .footer-menu li {
        margin: 0 10px;
    }
    .logo-footer {
        max-width: 150px;
    }
    .heading h4 {
        font-size: 22px;
    }
    .banner {
        margin-bottom: 10px;
    }
    .trend-text p {
        margin-bottom: 5px;
        line-height: normal;
    }
}
.app-back {
     background-color:#ff7904;
    color:#fff;
    padding:5px 10px;
display:none
}
@media only screen and (max-width: 767px) {
.app-back {
     background-color:#ff7904;
    color:#fff;
    padding:5px 10px;
display:block
}
    h1, h2, h3, h4 {
        font-size:20px;
    }
    .logo {
        max-width: 70px;
    }
    .header-right {
        width: 100%;
    }
    .top-right {
        position: absolute;
        top: 0;
        right: 15px;
        width: 80%;
    }
    ul.top-links li {
        width:100%;
        text-align:right;
        margin:0;
    }
    ul.top-links li a {
        font-size: 11px;
        letter-spacing: 0.2px;
    }
    ul.top-links li:after {
        display:none;
    }
    .menu {
        margin: 0px 0 0 0px;
        padding: 10px 0 10px 0;
    }
    nav {
        box-shadow: 0 0 5px rgb(0 0 0 / 15%);
        padding: 10px 0;
        border-radius: 10px;
    }
    .menu li {
        margin: 5px 0;
        width: 50%;
        text-align: center;
    }
    .heading h4 {
        font-size: 20px;
    }
    .heading {
        margin-bottom:24px;
    }
    h1 {
        margin-bottom: 20px;
    }
    .logo-footer {
        max-width: 90px;
    }
    footer {
        margin: 20px 0 0 0;
        padding: 20px 0 10px 0;
    }
    .footer-menu {
        margin: 20px auto 12px;
    }
    .add-banner {
        text-align: center;
        width: auto;
        margin: 20px 0 0 0;
    }
    ul.navication.accordion-menu {
        float: right;
        margin-left: auto;
        margin: 0;
        width: 100%;
    }
    .cat-box {
        margin-bottom: 15px;
    }
    .content-section iframe {
        width: 100%;
        height: 230px;
        margin: 0 0 0px 0;
    }

}


