/*/----- Topbar Styles Start's here -----/*/
body{
    padding-right: 0px !important;
}
.top-bar{
    text-align: center;
    width: 100%;
    background: #F4EDE3;
    padding: 10px;
}

.top-bar p{
    font-family: "Roboto", serif;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
    color: #1A2D34;
}
/*/----- Topbar Styles End's here -----/*/

/*/----- Header Styles Start's here -----/*/
.nav-wrapper{
    background: #40909D;
}

.nav-wrapper nav{
    padding-top: 0;
    padding-bottom: 0;
}

.nav-wrapper .navbar-nav{
    flex-direction: row;
}

.nav-wrapper .navbar-nav li{
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0px 15px 0px 0px ;
}

.nav-wrapper .navbar-nav li a{
    display: inline-block;
    color: #FFFFFF;
    font-family: "Roboto",serif;
    font-size: 18px;
    font-weight: 400;
    padding: 5px 10px !important;
    border-radius: 18px;
}

.header-login-btn a,  .header-signup-btn a{
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.login-btn {
    background-color: transparent;
    color: #fff;
    border-radius: 20px;
    text-decoration: none;
    padding: 10px 12px !important;
}

.login-btn:hover {
    background-color: #357B83;
}

.nav-wrapper .navbar-nav li .nav-link.active{
    background: #357B83;
    border-radius: 18px;
    color: #FFFFFF;
}

.nav-wrapper .navbar-nav li .nav-link:hover{
    background: #357B83;
    color: #FFFFFF;
}

.navbar-brand img{
    width: 80px;
    height: 80px;
}

.menu-side-links a{
    text-decoration: none;
    padding: 0px 5px;
}

.menu-side-links a img{
    width: 20px;
    height: 20px;
}

.currency-link{
    color: #fff;
    display: flex;
    align-items: center;
}

.currency-link img{
    display: block;
    width: 16px !important;
    height: 16px !important;
}

.currency-link span{
    display: block;
}

.nav-toggle-btn{
    padding-top: 1px;
}

.nav-toggle-btn img{
    width: 16px;
    height: 16px;
}

.nav-toggle-btn svg{
    width: 16px;
    height: 16px;
    fill: white;
}

.offcanvas-header .btn-close{
    background-color: white;
    opacity: 1;
}

.menu-side-links a.loggedin-cart img{
    width: 20px !important;
    height: 20px !important;
}
.menu-side-links a.login-btn.signup-btn img{
    width: 21px !important;
    height: 21px !important;
}
@media(max-width: 992px){
    .offcanvas-lg.top-header-offcanvas{
        background-color: #40909D !important;
    }

    .nav-wrapper .navbar-nav{
        flex-wrap: wrap;
    }

    .nav-wrapper .navbar-nav li{
        width: 100%;
        margin-bottom: 8px;
    }

    .menu-side-links a{
        margin: 0px 10px 0px 10px;
        padding: 5px 0px !important;
    }

    .header-login-btn{
        display: flex;
    }

    .menu-side-links a.login-btn{
        border: 1px solid white;
        padding: 6px 10px !important;
        display: flex;
        align-items: center;
    }

    .menu-side-links a.login-btn span,
    .menu-side-links a.login-btn img{
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .menu-side-links{
        flex-wrap: wrap;
    }

    .menu-side-links a.loggedin-cart{
        border: 1px solid white;
        border-radius: 20px;
        padding: 5px 20px !important;
        margin-right: 0px !important;
        margin-left: 0px !important;
        margin-top: 0px !important;
    }
}
/*/----- Header Styles End's here -----/*/

/*/----- Footer Styles Start's Here -----/*/
.footer-wrapper {
    background-color: #fff;
    margin-top: 40px;
}

.footer-one{
    margin-right: 20px;
}

.footer-one ul li {
    list-style: none;
    background-color: #C8A7A3;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.footer-one ul li:hover{
    background-color: #40909D;
}

.footer-one p{
    color: #000;
    font-size: 16px;
    font-family: "Roboto", serif;
    font-weight: 400;
    line-height: 30px;
}

.footer-link-list ul {
    list-style: none;
    padding-left: 0;
}

.footer-link-list ul li {
    margin-bottom: 16px;
}

.footer-link-list ul li:last-child {
    margin-bottom: 0px;
}

.footer-link-list ul li a {
    text-transform: capitalize;
    color: #000;
    letter-spacing: 0.3px;
    transition: all 0.3s ease-in-out;
    font-weight: 400;
    text-decoration: none !important;
}

.footer-link-list ul li a:hover {
    color: #40909D;
    padding-left: 3px;
}

.blog-footer h4{
    font-size: 16px;
    font-family: "Roboto", serif;
    font-weight: 500;
    line-height: 20px;
}

.blog-footer p{
    font-size: 13px;
    font-family: "Roboto", serif;
    font-weight: 400;
}

.newsletter-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    background-color:rgba(53, 123, 131, 0.25);
    border-radius: 5px;
    padding: 5px 10px;
    margin-bottom: 10px;
}

.newsletter-input::placeholder{
    color: rgba(26, 45, 52, 1) !important;
    font-size: 16px;
}

.newsletter-input {
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    color: rgba(26, 45, 52, 1) !important;
    font-size: 16px;
    font-family: "Roboto", serif;
    font-weight: 400;
    padding: 10px;
}
  
/* Icon Styling */
.newsletter-icon {
    position: absolute;
    right: 10px;
    display: flex;
    align-items: center;
}
  
.newsletter-desc{
    font-size: 14px;
    font-family: "Roboto", serif;
    line-height: 30px;
    font-weight: 300;
}

.footer-bottom{
    border-top: 1px solid rgba(0, 0, 0, 0.5) !important;
    padding: 15px 0px;
} 

.footer-bottom p {
    color: #000;
    font-size: 16px;
    font-family: "Roboto", serif;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0;
}

.footer-link-list h4{
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 15px;
    line-height: 24px;
}


/*/--- responsive css  ---/*/

@media screen  and (max-width:768px){
    .footer-logo{
        padding-bottom: 5px;
    }
    .footer-logo, .footer-contact-wrapper, .follow-us-list {
        display: flex;
        justify-content: start;
        align-items: flex-start;
    }
}

@media screen and (min-width:768px) and (max-width:1023px){

    .footer-contact-wrapper {
        padding-left: 60px !important;
    }
}

@media screen and (min-width:1024px) and (max-width:1320px){

    .footer-contact-wrapper {
        padding-left: 30px !important;
    }
	
}
/*/----- Footer Styles End's Here -----/*/


.cart-quantity-badge{
    font-size: 9px !important;
    right: -10px !important;
    top: 03px;

}

.comp-wrapper{
    z-index: 99;
}


/* pagination style  */

.active>.page-link, .page-link.active {
    z-index: 3;
    color: #fff !important;
    background-color:#357B83 !important;
    border-color: #357B83 !important;
}



.page-item:not(:active) .page-link{
    color: #357B83 !important;
}


.page-item.active .page-link{
    color: #fff !important;
}

.modal-wrapper {
    padding: 0px !important;
    overflow: hidden !important;
}