* 
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Red Hat Display', sans-serif;
}
/* Start header */
header 
{
    height: 90px;
    width: 100%;
    position: fixed;
    background-color: #fff;
    z-index: 1001;
    margin: 0 auto;
}
.menu 
{
    height: 90px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.menu nav ul li:hover  {
    color: #BA933E;
}
.menu nav ul li:hover i  {
    color: #BA933E;
}
.menu .login nav ul li:hover a{
    color: #BA933E;
}
.login nav ul li:nth-child(3):hover {
    color: #1A1A1A;
}
.logo img 
{
    width: 130px;
    height: 25px;
}
.navbar
{
   text-align: center;
}
.navbar nav ul li:nth-child(1) {
    padding-left: 0px;
}
.navbar nav ul li:nth-child(5) {
    padding-right: 0px;
}
.navbar i {
    display: none;
}
.navbar nav ul 
{
    list-style: none;
}
.navbar nav ul li 
{
    display: inline-block;
    padding: 5px 12px;
    cursor: pointer;
    color: #1A1A1A;
}
.navbar nav ul i {
    display: inline-block;
    color: #1A1A1A;;
}
.navbar nav ul li.active 
{
    color: #BA933E;
}
.navbar nav ul li.active i {
    color: #BA933E;
}
.login 
{
    text-align: right;
}
.login nav ul li:nth-child(7) {
    padding-right: 0px;
}
.login nav ul 
{
    list-style: none;
}
.login nav ul li 
{
    display: inline-block;
    padding: 3px 10px;
    color: #1A1A1A;;
}
.login nav ul li a 
{
    text-decoration: none;
    color: #1A1A1A;;

}
.login nav ul li i {
    font-size: 19px;
    color: #1A1A1A;
}
.login nav ul li:nth-child(3) 
{
    padding-left: 0px;
}
.login nav ul li:nth-child(2) 
{
    display: none;
}
.login nav ul li:nth-child(6) 
{
    display: none;
}
/* End header */

/* Start slidebar */
.background-slidbar {
    width: 100%;
    position: relative;
    top: 90px;
    z-index: 11;
    overflow: hidden;
    margin-bottom: 100px;
}
.background-slidbar:hover .left {
    left: 20px;
}
.background-slidbar:hover .right {
    right: 20px;
}
.left {
    position: absolute;
    top: 50%;
    cursor: pointer;
    transform: translate(0%, -50%);
    background-color: #fff;
    border-radius: 100%;
    left: -60px;
    padding: 7px 20px;
    font-size: 30px;
    transition: .3s ease;
    z-index: 5;
    opacity: 0.6;
}
.left:hover {
    background-color: #BA933E;
    color: #fff;
    opacity: 0.5;
}
.right {
    position: absolute;
    top: 50%;
    cursor: pointer;
    transform: translate(0%, -50%);
    background-color: #fff;
    border-radius: 100%;
    right: -60px;
    padding: 7px 20px;
    font-size: 30px;
    transition: .3s ease;
    z-index: 5;
    opacity: 0.6;
}
.right:hover {
    background-color: #BA933E;
    color: #fff;
    opacity: 0.5;
} 

.background-slidbar img {
    width: 100%;
    height: auto;
}
.slidebar {
   position: absolute;
   top: 0px;
   height: 100%;
   display: flex;
   margin: 0 auto;
   width: 100%;
   max-width: 91rem;
   padding: 0 1rem;
}
.slidebar-content h5 {
    color: #444;
    font-size: 16px;
    font-weight: 800;
    padding-bottom: 20px;
}
.slidebar-content h1 {
    color: #171717;
    font-size: 40px;
    margin-bottom: 35px;
}
.slidebar-content button {
    padding: 10px 30px;
    background-color: #171717;
    color: #DEDEDE;
    border: 1px solid #171717;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}
.slidebar-content button:hover {
    background-color: #BA933E;
    border: 1px solid #BA933E;
}
.slidebar-content button i {
    font-size: 16px;
    padding-left: 10px;
}
.slidebar-content span {
    color: #BA933E;
}


/* Start Products-side */
.theme {
    text-align: center;
}
.theme h1 {
    color: #1A1A1A;
    font-size: 35px;
    padding-bottom: 10px;
}
.theme p {  
    color: #444;
    font-weight: 700;
}
.product-content {
    display: flex;
    height: 700px;
    justify-content: space-between;
    padding-left: 16px ;
    padding-right: 16px;
}
.product-content .product-box {
    height: 500px;
    position: relative;
}
.product-content .product-box img {
    height: 400px;
    width: 100%;
    cursor: pointer;
    
}
.product-content .product-box h2 {
    color: #1A1A1A;
    font-size: 17px;
    padding-top: 10px ;
}
.product-content .product-box  p {
    color: #666;
    padding-top: 10px;
    font-weight: 700;
}
.product-content .product-box span {
    text-decoration: line-through;
}
.product-content .product-box:nth-child(3)  p
{
    color: #BA933E;
} 
.product-content .product-box:nth-child(3) span {
    color: #666;
}
.product-content .product-box:nth-child(4) span {
    color: #666;
}
.product-content .product-box:nth-child(4) p
{  
    color: #BA933E;
} 
.product-content .product-box:nth-child(3)::before {
    content: "Sale";
    position: absolute;
    padding: 5px 15px;
    border-radius: 2px;
    background-color: #BA933E;
    color: #fff;
    font-size: 16px;
    z-index: 10;
    font-weight: 500;
    top: 15px;
    left: 31px;
}
.product-content .product-box:nth-child(4)::before {
    content: "Sale";
    position: absolute;
    padding: 5px 15px;
    border-radius: 2px;
    background-color: #BA933E;
    color: #fff;
    font-size: 16px;
    z-index: 10;
    font-weight: 500;
    top: 15px;
    left: 31px;
}
.product-box i {
    position: absolute;
    padding: 12px;
    background-color: #fff;
    font-size: 20px;
    right: 31px;
    top: 15px;
    display: none;
}
.first:hover ~ i {
    display: block;
}
.product-box img:hover ~ i {
    display: block;
}
.product-box .second {
    top: 70px;
    padding: 11px;
}
.product-box i:hover {
    display: block;
}
.product-box i:hover  {
    background-color: #BA933E;
    color: #fff;
    cursor: pointer;
    display: block;
}
.product-content .product-box .images {
    position: absolute;
    bottom: 30px;
    right: 16px;
}
.product-content .product-box .images nav ul {
    list-style: none;
}
.product-content .product-box .images nav ul li {
    display: inline-block;
    background-color: #F6F6F6;
    border-radius: 100%;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.24);
    cursor: pointer;
}
.product-content .product-box .images nav ul li img {
    width: 25px;
    height: 20px;
    border-radius: 100%;
    padding-top: 3px;
    padding-right: 5px;
    padding-left: 5px;
}

/* Start banner sale */
.banner-sale-back {
    width: 100%;
    position: relative;
    z-index: 11;
    overflow: hidden;
    margin-top: 50px;
}
.banner-sale-back img {
    width: 100%;
    height: auto;
    cursor: pointer;
}
.banner-sale-back  .opacity {
    height: 442px;
    width: 0%;
    background-color: #333;
    position: absolute;
    top: 0px;
    opacity: 0.1;
    transition: .4s ease;
    left: 50%;
    cursor: pointer;
}
.banner-sale-back:hover .opacity {
    width: 100%;
    left: 0;
}


/* Start  Subscribe side*/
.subscribe-background {
    width: 100%;
    height: 500px;
    background-image: url(../images/newsletter-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 50px 2rem;
    text-align: center;
    
}
.subscribe-background .subscribe-box {
    width: 100%;
    max-width: 62rem;
    height: 400px;
    background-color: #fff;
    margin: 0 auto;
    display: flex;
    padding: 90px;
}
.subscribe-background .subscribe-box h2 {
    font-size: 30px;
    color: #303030; 
}
.subscribe-background .subscribe-box p {
    font-size: 18px;
    color: #444; 
    font-weight: 500;
}
.subscribe-background .subscribe-box .input input {
    width: 100%;
    height: 50px;
    padding: 10px;
    border:1px solid #444;
    outline: none;
    border-radius: 3px;
}
.subscribe-background .subscribe-box .input input:focus {
    box-shadow: 0px 0px 5px #ba933e;
    border: 1px solid #BA933E;
}
.subscribe-background .subscribe-box .button button {
    width: 100%;
    padding: 15px 0px;
    color: #fff;
    background-color: #121212;
    cursor: pointer;
    border: none;
    border-radius: 3px;
}
.subscribe-background .subscribe-box .button button:hover {
    background-color: #BA933E;
}


/* Start payement side */
.background-payement {
    height: 300px;
    width: 100%;
    background-color: #F8F8F8;
    text-align: center;
}
.background-payement .payement-main {
    height: 300px;
}
.background-payement .payement-main .payement-box .logo-1 {
    font-size: 45px;
}
.background-payement .payement-main .payement-box h5 {
    font-size: 20px;
    padding-bottom: 10px;
}
.background-payement .payement-main .payement-box p {
    font-size: 16px;
    padding-bottom: 20px;
    color: #444;
}
.background-payement .payement-main .payement-box a {
    font-size: 16px;
    padding-bottom: 20px;
    color: #000;
    text-decoration: none;
    font-weight: 700;
}
.background-payement .payement-main .payement-box i {
    font-size: 20px;
    color: #000;
}
.background-payement .payement-main .payement-box:nth-child(2) {
    border-left: 1px solid rgba(170, 169, 169, 0.336);
    border-right: 1px solid rgba(170, 169, 169, 0.336);
}


/* Start blogs */
.blogs-main {
    height: 750px;
    padding-left: 1rem ;
    padding-right: 1rem ;
}
.blogs-main .blogo-theme {
    text-align: center;
    padding-top: 50px;
}
.blogs-main .blogo-theme h3 {
    font-size: 26px;
    color: #1A1A1A;
    padding-bottom: 15px;
}
.blogs-main .blogo-theme p {
    font-size: 16px;
    color: #444;
}
.blogs-main .blogs-content {
    height: 550px;
}
.blogs-main .blogs-content img {
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
}
.blogs-main .blogs-content .life {
    padding: 5px;
    background-color: #BA933E;
    color: #fff;
    border-radius: 4px;
    font-weight: 700;
    font-size: 12px;
    cursor: pointer;
}
.blogs-main .blogs-content h6 {
    font-size: 13px;
    font-weight: 900;
    padding-top: 20px;
    padding-bottom: 20px;
}
.blogs-main .blogs-content span {
    color: #666;
    font-weight: initial;
}
.blogs-main .blogs-content h3 {
    font-size: 21px;
    color: #1A1A1A;
    padding-bottom: 25px;
}
.blogs-main .blogs-content p {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 30px;
}
.blogs-main .blogs-content .read {
    text-decoration: none;
    color: #1A1A1A;
    padding: 10px 25px;
    border: 2px solid #ddd;
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px;
}
/* Start FOoter */
.background-footer {
    height: 400px;
    background-color: #1A1A1A;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
}
.background-footer .footer {
    height: 400px;
    justify-content: space-between;
}
.background-footer .footer .footer-content {
    height: 250px;
}
.background-footer .footer .footer-content img {
    width: 130px;
    height: 25px;
}
.background-footer .footer .footer-content nav {
    padding-top: 30px;
}
.background-footer .footer .footer-content nav ul {
    list-style: none;
}
.background-footer .footer .footer-content nav ul li {
    display: inline-block;
    padding-right: 15px;
}
.background-footer .footer .footer-content nav ul a {
   text-decoration: none;
   color: #fff;
}
.background-footer .footer .footer-content nav ul i{
    font-size: 22px;
 }
 .background-footer .footer .footer-content nav ul i:hover{
    color: #BA933E;
 }
 .background-footer .footer .footer-content-2 {
    height: 250px;
}
.background-footer .footer .footer-content-2 h3 {
    color: #fff;
    font-weight: 500;
    padding-bottom: 20px;
}
.background-footer .footer .footer-content-2 nav ul  {
    list-style: none;
}
.background-footer .footer .footer-content-2 nav ul li {
    padding-bottom: 5px;
}
.background-footer .footer .footer-content-2 nav ul a {
    text-decoration: none;
    color: #666;
}
.background-footer .footer .footer-content-2 nav ul a:hover {
    color: #BA933E;
}
.background-footer .footer .footer-content-3 {
    height: 250px;
    color: #666;
    position: relative;
}
.background-footer .footer .footer-content-3 h3 {
    color: #fff;
    font-weight: 500;
    padding-bottom: 20px;
}
.background-footer .footer .footer-content-3 .p {
    position: absolute;
    left: 50px;
    top: 45px;
}
.background-footer .footer .footer-content-3 span {
    text-decoration: underline;
} 
.background-footer .footer .footer-content-3 .p-2 {
    position: absolute;
    left: 50px;
    top: 150px;
}
.background-footer .footer .footer-content-3 .p-2:hover {
   color: #BA933E;
   cursor: pointer;
}
.background-footer .footer .footer-content-3 .p:hover {
    color: #BA933E;
    cursor: pointer;
 }
.background-footer .footer .footer-content-3 .logo-footer {
    padding-bottom: 40px;
}

/* Start footer */
.back-footer {
    height: 90px;
    width: 100%;
    border-top: 1px solid rgba(221, 221, 221, 0.062);
    background-color: #1A1A1A;
    overflow: hidden;
}
.back-footer .footer-last {
    height: 90px;
}
.back-footer .footer-last .footer-last-info p {
    color: #666;
}
.back-footer .footer-last .footer-last-info bold {
    color: #fff;
    font-weight: 700;
}
.back-footer .footer-last .footer-last-img {
    text-align: right;
}
@media (max-width:1240px)
{
    header .grid  > [class*="col-"] {
        padding: 0px;
    }
    header {
        padding-right: 46px;
        padding-left: 46px;
    }
    .login nav ul li:nth-child(3) 
    {
        display: none;
    }
    .login nav ul li:nth-child(4) 
    {
        display: none;
    }
    .login nav ul li:nth-child(2) 
    {
        display: inline-block;
        padding: 0px;
    }
    .login nav ul li:nth-child(6) 
    {
        display: inline-block;
        padding: 0px;
    }
    .slidebar-content h5 {
        font-size: 14px;
        padding-bottom: 10px;
    }
    .slidebar-content h1 {
        font-size: 30px;
        margin-bottom: 25px;
    }
    .slidebar-content button {
        padding: 7px 15px;
        font-size: 10px;
    }
    .slidebar-content button i {
        font-size: 14px;
    }
    .product-content .product-box .images {
        display: none;
    }
    .blogs-main {
        height: 800px;
    }
    .blogs-main .blogs-content  {
        height: 650px;
    }
}
@media (max-width:62rem) 
{
    .navbar nav ul li {
        font-size: 14px;
        padding: 5px 5px;
    }
    .product-content {
        height: 550px;
        padding-bottom: 40px;
    }
    .product-content .product-box {
        height: 350px;
    }
    .product-content .product-box img {
        height: 250px;
    }
    .product-content .product-box h2 {
        font-size: 14px;
    }
    .product-content .product-box p {
        font-size: 12px;
    }
    .product-content .product-box i {
        padding: 10px;
        font-size: 15px;
        right: 26px;
        top: 10px;
    }
    .product-content .product-box i:nth-child(3){
        padding: 9px;
        top: 60px;
    }
    .product-content .product-box:nth-child(3)::before {
        padding: 4px 10px;
        font-size: 14px;
    }
    .product-content .product-box:nth-child(4)::before {
        padding: 4px 10px;
        font-size: 14px;
    }
    .product-content-2 {
        height: 1150px;
    }
    .product-content-2 .product-box {
        height: 400px;
    }
    .product-content-2 .product-box h2 {
        font-size: 20px;
    }
    .product-content-2 .product-box p {
        font-size: 14px;
    }
    .product-content-2 .product-box img {
        height: 350px;
    }
    .blogs-main {
        height: 800px;
    }
    .blogs-main .blogs-content  {
        height: 650px;
    }
    .background-footer {
        height: 600px;
    }
    .background-footer .footer {
        height: 600px;
    }
    .background-footer .footer .footer-content nav ul li {
        display: block;
        padding-bottom: 10px ;
    }
    .back-footer .footer-last .place {
        display: none;
    }
}

@media (max-width:48rem)
{
    header {
        height: 80px;
    }
    .menu {
        height: 80px;
    }
    .menu .logo {
        text-align: center;
    }
    .menu .navbar {
        order: -1;
    }
    .menu .navbar nav {
        display: none;
    } 
    .navbar {
        text-align: left;
    }
    .navbar i {
        display: inline-block;
        cursor: pointer;
        font-size: 19px;
        padding-right: 5px ;
    }
    .login nav ul li:nth-child(2) {
        display: none;
    }
    .login nav ul li:nth-child(5) {
        display: none;
    }
    .navbar > i:nth-child(2):hover {
        color: #BA933E;
    }
    .background-slidbar {
        top: 80px;
    }
    .product-content {
        height: 950px;
        padding-bottom: 0px;
    }
    .product-content .product-box {
        height: 360px;
    }
    .product-content .product-box img {
        height: 300px;
    }
    .product-content .product-box h2 {
        font-size: 16px;
    }
    .product-content .product-box p {
        font-size: 14px;
    }
    .product-content .product-box i {
        padding: 12px;
        font-size: 15px;
        right: 26px;
        top: 10px;
    }
    .product-content .product-box i:nth-child(3){
        padding: 11px;
        top: 60px;
    }
    .product-content .product-box:nth-child(3)::before {
        padding: 5px 12px;
        font-size: 15px;
    }
    .product-content .product-box:nth-child(4)::before {
        padding: 5px 12px;
        font-size: 15px;
    }
    .subscribe-background .subscribe-box {
        padding-left: 10px ;
        padding-right: 10px;
    }
    .background-payement {
        height: 650px;
    }
    .background-payement .payement-main {
        height: 650px;
    }
    .background-payement .payement-main .payement-box:nth-child(2) {
        border-left: 0px;
        border-right: 0px;
        border-top: 1px solid rgba(170, 169, 169, 0.336);
        border-bottom: 1px solid rgba(170, 169, 169, 0.336);
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .blogs-main .blogs-content:nth-child(3) {
        display: none;
    }
    .back-footer .footer-last .footer-last-info {
        text-align: center;
    }
    .back-footer .footer-last .footer-last-img {
        text-align: center;
    }
}


@media (max-width:37.5rem) {
    header {
        height: 70px;
        padding-right: 35px;
        padding-left: 35px;
    }
    .menu {
        height: 70px;
    }
    .background-slidbar {
        background-color: #EAEBEF;
    }
    .slidebar-content h1 {
        font-size: 29px;
    }
    .slidebar {
        position: relative;  
        padding-top: 20px ;
        padding-bottom: 20px;
    }
    .slidebar-content h5 {
        padding-bottom: 5px;
    }
    .slidebar-content h1 {
        margin-bottom: 15px;
    }
    .background-slidbar {
        top: 70px;
    }
    .product-content .product-box:nth-child(2){
        display: none;
    }
    .product-content .product-box:nth-child(5){
        display: none;
    }
    .product-content .product-box .first {
        display: none;
    }
    .product-content .product-box .first ~ .second {
        top: 10px;
    }
    .product-content {
        height: 550px;
    }
    .product-content-2 {
        height: 400px;
    }
    .container{
        padding: 0px;
    }
    .product-content-2 .product-box:nth-child(2){
        display: block;
    }
    .product-content-2 .product-box:nth-child(5){
        display: block;
    }
    .product-content-2 {
        height: 900px;
    }
    .subscribe-background .subscribe-box {
        padding-left: 0px ;
        padding-right: 0px;
    }
    .subscribe-background .subscribe-box h2 {
        font-size: 25px;
    }
    .subscribe-background .subscribe-box p {
        font-size: 16px;
    }
    .subscribe-background .subscribe-box .input input {
        height: 40px;
    }
    .subscribe-background .subscribe-box .button button {
        padding: 11px;
    }
    .subscribe-background {
        height: 400px;
        background-attachment: unset;
    }
    .subscribe-background .subscribe-box {
        height: 300px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .background-payement {
        height: 650px;
    }
    .background-payement .payement-main {
        height: 650px;
    }
    .blogs-main {
        height: 870px;
    }
    .blogs-main .blogs-content  {
        height: 650px;
    }
    .background-footer {
        height: 1150px;
        overflow: hidden;
    }
    .background-footer .footer {
        height: 1200px;
    }
}
