@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

/* Navigation Css */
#mobile-nav {
    display: none;
}

#top-header {
    background: #444444;
    border-radius: 0!important;
    padding-top: 15px;
    padding-bottom: 15px;
}

#top-header .container {
    display: block;
    max-width: 1270px;
    width: 100%;
}

#top-header i.fa {
    color: #F34B80;
    font-size: 16px;
    margin-right: 30px;
}

#top-header i.fa:hover {
    color: #fff!important;
}

#top-header i.fa.fa-phone {
    color: #F34B80;
    font-size: 18px;
    margin-right: 10px;
    margin-top: 20px;
    margin-left: -5px;
}

#top-header a:hover i.fa.fa-phone {
    color: #fff!important;
}

#top-header a:hover span {
    text-decoration: underline!important;
}


#top-header img.navigation-logo {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 190px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#top-header span {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}

#top-header .right-header span {
    color: #fff;
    font-weight: 500;
    font-size: 11px;
}

#top-header .right-header i.fa.fa-heart {
    color: #F34B80;
    font-size: 13px;
    margin-right: 10px;
}

#top-header .right-header a:hover i.fa.fa-heart {
    color: #fff!important;
}

#top-header .right-header i.fa.fa-shopping-bag {
    color: #F34B80;
    font-size: 13px;
    margin-right: 10px;
}

#top-header .right-header a:hover i.fa.fa-shopping-bag {
    color: #fff!important;
}

#top-header .right-header .col {
    text-align: right;
}

#top-header .dropdown-link-currency {
    color: #fff;
    font-size: 12px;
    border: none;
    letter-spacing: 2px;
    font-weight: 500;
    text-decoration: none;
}

#top-header .dropdown-currency {
    position: relative;
    display: inline-block;
}

#top-header .dropdown-content-currency {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 80px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 9999;
    padding: 10px;
}

#top-header .dropdown-content-currency a {
    color: #232323;
    padding: 5px;
    text-decoration: none;
    display: block;
    font-weight: 400;
    text-align: center;
    font-size: 12px;
}

#top-header .dropdown-content-currency a:hover {
    text-decoration: underline;
    color: #5d5d5d;
}

#top-header .dropdown-currency:hover .dropdown-content-currency {
    display: block;
}

#top-header .dropdown-currency:hover .dropdown-link-currency, #top-header .dropdown-link-currency:hover {
    color: #ffffff;
    text-decoration: none;
}

#top-header .input-search {
    height: 44px;
    line-height: 44px;
    width: 250px;
    padding-left: 15px;
    font-size: 13px;
    outline: none;
    border: none;
}

#top-header input {
    color: #666;
    font-weight: 600;
}

#top-header  i.fa.fa-search {
    color: #F34B80;
    font-size: 18px;
}

#top-header i.fa.fa-search:hover {
    color: #000!important;
}

#top-header button {
    height: 44px;
    border: none;
    outline: none;
    width: 44px;
    margin-left: -5px;
    background: #fff;
    white-space: nowrap;
}

#top-header .search {
    text-align: right;
    margin-top: 16px;
}

#main-navigation {
    background: #232323;
    border-radius: 0;
    padding-top: 15px;
}

#main-navigation .dropdown-link {
    color: #fff;
    font-size: 16px;
    border: none;
    letter-spacing: 2px;
    font-weight: 500;
    text-decoration: none;
    margin-right: 36px;
    margin-left: 36px;
    cursor: pointer;
}

#main-navigation .dropdown {
    position: relative;
    display: inline-block;
}

#main-navigation .dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 315px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 9999;
    padding: 20px 10px;
}

#main-navigation .dropdown-content a {
    color: #8d8d8d;
    padding: 5px;
    text-decoration: none;
    display: block;
    font-weight: 600;
    text-align: center;
}

#main-navigation .dropdown-content a:hover {
    text-decoration: underline;
    color: #5d5d5d;
}

#main-navigation .dropdown:hover .dropdown-content {
    display: block;
}

#main-navigation .dropdown:hover .dropdown-link, #main-navigation .dropdown-link:hover {
    color: #F34B80;
    text-decoration: none;
}

#main-navigation .space {
    padding: 7px;
}

#bottom-header {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dcdcdc;
}

#bottom-header span {
    letter-spacing: 2px;
    color: #666666;
    font-weight: 500;
}

#bottom-header span.span-bold {
    color: #666666;
    font-weight: 700;
    letter-spacing: 2px;
}

/* Footer Css */

#footer-upper {
    background: #444444;
    padding-top: 10px;
    padding-bottom: 10px;
}

#footer-upper i.fa.fa-envelope {
    color: #F34B80;
    font-size: 18px;
    margin-right: 10px;
}

#footer-upper span {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

#footer-upper input[type="email"] {
    height: 44px;
    line-height: 44px;
    width: 250px;
    padding-left: 15px;
    font-size: 13px;
    outline: none;
    border: none;
}

#footer-upper input {
    color: #666;
    font-weight: 600;
}

#footer-upper  .row {
    align-items: center;
}

#footer-upper button {
    height: 44px;
    border: none;
    outline: none;
    width: 44px;
    margin-left: -5px;
    background: #fff;
    white-space: nowrap;
}

#footer-upper i.fa.fa-check {
    color: #F34B80;
    font-size: 18px;
}

#footer-upper i.fa.fa-check:hover {
    color: #000;
}

#footer {
    background: #232323;
    padding-top: 20px;
    padding-bottom: 20px;
}

#footer .upper-text {
    color: #fff;
    font-size: 13px;
}

#footer .footer-title {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

#footer i.fa {
    color: #F34B80;
    font-size: 24px;
    margin-right: 30px;
    margin-top: 20px;
}

#footer i.fa:hover {
    color: #fff;
}

#footer .no-bullet {
    list-style: none;
    padding-left: 0px;
}

#footer .footer-links a {
    color: #b9b9b9;
    line-height: 1.8;
    font-weight: 500;
    font-size: 13px;
}

#footer .col {
    padding-left: 50px;
}

#footer-lower {
    padding-top: 20px;
    padding-bottom: 15px;
}

#footer-lower p, #footer-lower a {
    color: #8d8d8d;
    font-size: 12px;
}

#footer-lower img.footer-cards-img {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
}

#footer-lower .lower-p {
    line-height: 2;
    padding-top: 10px;
}


/* Home Page Css*/
.hero-section {
    margin-top: 30px;
}

.hero-section .container {
    max-width: 1350px;
    padding-left: 50px;
    padding-right: 50px;
    width: 100%;
}

.hero-section .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #f34b80;
    border: 1px solid #f34b80;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 1px;
}

.hero-section .carousel-indicators li {
    font-size: 0;
    background: #ffffff;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    line-height: 0;
    border: 1px solid #dcdcdc;
    letter-spacing: 0;
    margin-bottom: 0;
    padding: 0;
    margin-left: 5px;
    margin-right: 5px;
}

.hero-section .carousel-indicators {
    bottom: 30px;
}

.hero-section .col-lg-12 {
    padding: 0;
}

.hero-section .item:hover {
    opacity: 0.8;
    transition: .5s;
}

#shop .container {
    max-width: 1350px;
    width: 100%;
    padding-left: 43px;
    padding-right: 43px;
}

#shop .col-lg-6 {
    padding: 0;
}

#shop img.shop-img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#shop img.shop-img:hover {
    opacity: 0.8;
    transition: .5s;
}

#buttons .container {
    max-width: 1350px;
    width: 100%;
    margin-top: -7px;
    padding-left: 42px;
    padding-right: 42px;
}

#buttons .col-lg-3 {
    padding: 0;
}

#buttons img.buttons-img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#buttons img.buttons-img:hover {
    opacity: 0.8;
    transition: .5s;
}

#all-mad-beauty .container {
    max-width: 1350px;
    padding-left: 51px;
    padding-right: 51px;
    width: 100%;
}

#all-mad-beauty .col-lg-12 {
    padding: 0;
}

#all-mad-beauty img.all-mad-beauty-img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

#all-mad-beauty img.all-mad-beauty-img:hover {
    opacity: 0.8;
    transition: .5s;
}

#all-mad-beauty h3 {
    color: #f34b80;
    font-size: 18px!important;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 20px;
}

#all-mad-beauty p {
    font-size: 16px;
    color: #8d8d8d;
    font-weight: 500;
    font-family: 'Montserrat';
    line-height: 1.5;
    letter-spacing: 1px;
}

#all-mad-beauty .mad-beauty-content {
    padding-top: 40px;
    padding-bottom: 50px;
}

#all-mad-beauty a {
    font-size: 16px;
    color: #8d8d8d;
    font-weight: 500;
    font-family: 'Montserrat';
    text-decoration: underline;
}

#all-mad-beauty a:hover {
    text-decoration: none;
}

/* Products Page Css */
#products {
    padding-top: 50px;
    padding-bottom: 50px;
}

#products .container {
    max-width: 1300px;
    width: 100%;
}

#products h1 {
    font-size: 35px;
    color: #000000;
    letter-spacing: 2px;
    margin-bottom: 50px;
}

#products .item-number {
    font-size: 15px;
    color: #444444;
    font-weight: 700;
}

#products .form-group label {
    width: 68%;
    float: left;
    color: #8d8d8d;
    font-weight: 500;
    padding-top: 8px;
    text-align: right;
}

#products #sort {
    width: 30%;
    margin-left: auto;
    box-shadow: none!important;
    color: #444444;
    font-weight: 700;
    border-color: #dcdcdc;
    border-radius: 0;
}

#products .catalog .accordion-button:not(.collapsed), #products .catalog .accordion-button:focus, #products .catalog .accordion-button, .single-product-container .accordion-button:not(.collapsed), .single-product-container .accordion-button:focus, .single-product-container .accordion-button {
    color: #444444;
    background-color: transparent;
    box-shadow: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3;
    border-bottom: 1px solid #dcdcdc;
    padding-top: 15px;
}

#products .catalog .accordion-item {
    border: none;
}

#products .catalog h2.accordion-header {
    margin-top: -5px;
}

#products .accordion-button::after, .single-product-container .accordion-button::after {
    content: "\2b"!important;
    background-image: none!important;
    transform: none!important;
    font-size: 23px;
    margin-top: -16px;
}

#products .accordion-button:not(.collapsed)::after {
    content: "\2d"!important;
    background-image: none!important;
    transform: none!important;
    font-size: 30px;
    margin-top: -30px;
}

#products .catalog .accordion-body label, .single-product-container .accordion-item label {
    font-weight: 500;
    color: #8d8d8d;
    cursor: pointer;
    font-size: 13px;
    margin-left: 5px;
}

#products .catalog .accordion-body label:hover {
    text-decoration: underline;
}

#products .catalog input[type=checkbox], .single-product-container input[type=checkbox] {
    width: 11px;
    height: 11px;
    border-radius: 0;
    color: #8d8d8d;
}

#products .catalog .icon-square:before {
    content: "\4b";
}

#products img.products-img {
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 30px;
}

#products .products-title {
    font-weight: 500;
    color: #8d8d8d;
    letter-spacing: 1.3px;
}

#products .products-title:hover {
    text-decoration: underline;
}

#products .all-products-container {
    margin-top: 40px;
    min-height: 380px;
}

#products .products-price {
    color: #444444;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 20px;
}

#products .products-btn {
    color: #7b797a;
    border: 1px solid #7b797a;
    text-decoration: none;
    padding: 8px 35px;
    font-size: 13px;
    font-weight: 500;
    margin-right: 10px;
}

#products .products-btn:hover {
    color: #232323;
    border: 1px solid #232323;
}

#products .button-hover {
    display: none;
}

#products i.fa.fa-heart {
    color: #888888;
    font-size: 17px;
}

#products .all-products-container a {
    text-decoration: none;
}

#products .all-products-container:hover .button-hover {
    display: block;
}

#products .products-container {
    padding-top: 8px;
}

.dropdown-menu {
  position: relative !important;
  transform: none !important;
  top: 0px;
  left: 0px;
  will-change: transform;
}

.dropdown-menu {
  display: none !important;
}

.dropdown-menu.show {
  display: block !important;
}

/* Breadcrumb */
div.breadcrumb {
  padding: 8px 0;
  margin-bottom: 20px;
  list-style: none;
  border-radius: 4px;
  background-color: #fff;
}

.breadcrumb ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumb ul li {
  font-weight: 500;
}

.breadcrumb ul li {
  margin: 0 0.5rem 0 0;
  padding: 0 0 0.75rem 0;
  font-size: 0.833rem;
  line-height: 1.125rem;
  float: left;
  display: block;
  position: relative;
  white-space: nowrap;
}

.breadcrumb ul li.last a {
  color: #000;
}

.breadcrumb ul li a {
  color: #8d8d8d;
  line-height: 1.125rem;
  white-space: nowrap;
  font-size: 13px;
}

.breadcrumb ul li::after {
  color: #000000;
  padding-left: 0.5rem;
  font-size: 1rem;
  line-height: 1rem;
  content: "›";
}

.breadcrumb ul li.last::after {
    content: "";
}

#product-hero-section {
  margin-top: 10px;
}

.single-product-container .single-product-title {
  font-size: 20px;
}

.single-product-container .single-product-logo {
    max-width: 130px;
}

.single-product-container .single-product-code {
  font-size: 14px
  margin-bottom: 24px;
}

.single-product-container .single-product-price {
  font-size: 28px;
  font-weight: 600;
}

.single-product-container .stock-message {
  color: #8d8d8d;
}

.single-product-container .single-product-desc {
  font-size: 14px;
  margin-bottom: 50px;
}


.single-product-container .accordion-item {
  border: 0;
}

.single-product-container .add-to-basket-button {
  width: 100%;
  padding: 16px 8px;
  background: #000;
  font-size: 22px;
  border-radius: 0;
  border: 1px solid #000;
  margin-top: 30px;
  color: #fff;
  min-height: 65px;
}

.single-product-container .add-to-basket-button:hover {
  background: #fff;
  color: #000;
}

.single-product-container .add-to-wishlist-button {
  width: 100%;
  padding: 16px 8px;
  background: transparent;
  font-size: 18px;
  border-radius: 0;
  border: 1px solid transparent;
  margin-top: 30px;
  color: #000;
  vertical-align: middle;
  display: flex;
  min-height: 65px;
}

.single-product-container .add-to-wishlist-button .fa {
  font-size: 22px;
  margin-right: 8px;
}

.pr-0 {
  padding-right: 0 !important;
}


/* Product Slider */
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

.show {
  width: 100%x;
}


.small-img {
  width: 90%;
  height: 120px;
  margin-top: 10px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.small-img .icon-left, .small-img .icon-right {
  width: 12px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.small-img .icon-left { transform: rotate(180deg) }

.small-img .icon-right { right: 0; }

.small-img .icon-left:hover, .small-img .icon-right:hover { opacity: .5; }

.small-container {
  width: 330px;
  height: 110px;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.small-container div {
  width: 800%;
  position: relative;
}

.small-container .show-small-img {
  width: 105px;
  height: 105px;
  margin-right: 6px;
  cursor: pointer;
  float: left;
}

.small-container .show-small-img:last-of-type { margin-right: 0; }


#show-img {
  width: 100%;
}

.upselling-title {
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 30px;
}


/* Add to Cart Counter */
.quantity {
  display: inline-block; }

.quantity .input-text.qty {
  width: 35px;
  height: 35px;
  padding: 0 5px;
  text-align: center;
  background-color: transparent;
  border: 1px solid #efefef;
}

.quantity.buttons_added {
  text-align: left;
  position: relative;
  white-space: nowrap;
  vertical-align: middle;
}

.quantity.buttons_added input {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  box-shadow: none;
}

.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
  margin: 0;
  padding: 0.5rem;
  border: 1px solid #f0f0f0;
  color: #000000;
  background: #f0f0f0;
  letter-spacing: 0;
  width: 35px;
  height: 35px;
  font-size: 30px;
  line-height: 0;
}

.quantity.buttons_added .minus {
  border-right: 0;
}

.quantity.buttons_added .plus {
  border-left: 0;
}

.quantity.buttons_added .minus:hover,
.quantity.buttons_added .plus:hover {
    border-color: #000000;
    color: #f0f0f0;
    background: #000000;
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}

 .quantity.buttons_added .minus:focus,
.quantity.buttons_added .plus:focus {
  outline: none;
}

/* Checkout Css */
#checkout {
    padding-top: 30px;
    padding-bottom: 30px;
}

#checkout .container {
    max-width: 1250px;
    width: 100%;
}

#checkout .steps-container {
    border: 2px solid #DFDCDC;
    background-color: #f7f7f7;
    padding-top: 14px;
    padding-bottom: 13px;
}

#checkout .checkout-steps {
    max-width: 625px;
    margin-left: auto;
    margin-right: auto;
}

#checkout .numbers {
    background: #9A9A9A;
    padding: 15px;
    color: #fff;
    font-size: 16px;
    margin-right: 8px;
}

#checkout .bottom-checkout {
    margin-top: 20px;
    align-items: center;
}


#checkout .checkout-left a {
    color: #000;
    text-decoration: none;
}

#checkout .checkout-right a.payment-btn{
    background: #449E4D;
    color: #fff;
    padding: 8px 10px;
    border-radius: 3px;
    text-decoration: none;
    margin-left: 10px;
}

#checkout .checkout-right a.paypal-img {
    margin-right: 10px;
}

#checkout .checkout-right {
    text-align: right;
}

#checkout .col-lg-6 {
    padding: 0;
}

#checkout .number-of-items {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

#checkout i.fa.fa-shopping-bag {
    font-size: 20px;
    margin-right: 10px;
    color: #000;
}

#checkout .checkout-tabs {
    border-top: 1px solid #dfdcdc;
    border-bottom: 1px solid #dfdcdc;
    padding: 15px 35px;
    margin-top: 20px;
    align-items: center;
}

#checkout .checkout-tab-title {
    margin-bottom: 0;
    font-weight: 600;
    color: #000;
    text-align: right;
}

#checkout .checkout-details {
    border-bottom: 1px solid #dfdcdc;
}

#checkout .checkout-item {
    width: 100%;
}

#checkout .products-item {
    align-items: center;
}

#checkout .checkout-details {
    align-items: center;
}

#checkout .item-product-title {
    font-weight: 600;
    color: #000;
}

#checkout .product-code {
    margin-bottom: 0;
    margin-top: 20px;
    font-size: 10px;
}

#checkout .products-price {
    margin-bottom: 0;
    padding-right: 20px;
    color: #000;
}

#checkout .products-sub-total {
    margin-bottom: 0;
    margin-right: 10px;
    font-weight: 700;
}

#checkout .close {
    font-size: 16px;
    font-weight: 700;
    color: #E39DA5;
    text-shadow: none;
    opacity: 1;
    border: 2px solid #E39DA5;
    padding-right: 4px;
    padding-left: 4px;
    border-radius: 5px;
    margin-left: 15px;
}

#checkout .total-container {
    margin-top: 30px;
}

#checkout .vat-container {
    margin-top: 10px;
}

#checkout .sub-total, #checkout .vat-total {
    margin-bottom: 0;
    margin-right: 45px;
    font-weight: 700;
}

#checkout .get-shipping {
    color: #000;
    margin-top: 30px;
    margin-right: 45px;
}

#checkout .vat a {
    color: #000;
    text-decoration: underline;
}

#checkout .vat a:hover {
    color: #000;
    text-decoration: none;
}

#checkout .dicount-code {
    color: #000;
    margin-top: 20px;
    margin-right: 45px;
    font-weight: 700;
}

#checkout .checkout-footer-img {
    width: 100%;
}

#checkout .checkout-footer .col-lg-3 {
    padding: 5px;
}

#checkout .checkout-footer {
    border-top: 1px solid #dfdcdc;
    margin-top: 20px;
    padding-top: 20px;
}

















/* Mobile Responsiveness */
@media screen and (max-width: 1199px) {
    #checkout .checkout-steps {
        display: block;
        padding-left: 0;
        padding-right: 0;
    }

    #checkout .checkout-steps .col-lg-3 {
        max-width: 155px!important;
        width: 100%!important;
    }
}

@media screen and (max-width: 1024px) {
    [class^="col-"], [class*=" col-"] {
	   flex: 0 0 100%!important;
	   max-width: 100%!important;
	}

    #checkout .col-lg-6.checkout-left {
        text-align: center;
        margin-top: 0;
    }

    #checkout .col-lg-6.checkout-right {
        text-align: center;
        margin-top: 20px;
    }

    #checkout .col-lg-6 {
        padding-left: 15px;
        padding-right: 15px;
    }

    #checkout .numbers {
        display: inline-block;
        width: 40px;
        margin-bottom: 15px;
    }

    #checkout .steps-container {
        padding-bottom: 0;
    }

    #checkout .checkout-tab-title {
        text-align: left;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    #checkout .product-count-column {
        margin-bottom: 5px;
    }

    #checkout .quantity-buttons {
        text-align: left;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #checkout .checkout-tabs {
        padding: 15px;
    }

    #checkout .sub-total, #checkout .vat-total, #checkout .get-shipping, #checkout .dicount-code, #checkout .products-price {    
        text-align: left;
    }
    
    #checkout .bottom-checkout .text-right {
        text-align: center;
    }

    #checkout .checkout-footer .col-lg-3 {
        padding: 10px 15px;
    }

    #checkout .products-sub-total {
        margin-right: 10px;
        font-weight: 700;
        text-align: left;
        margin-bottom: 20px;
        margin-top: 10px;
    }

    #checkout .checkout-right a.paypal-img img {
        margin-right: 0;
        width: 100%;
        margin-bottom: 10px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 200px;
    }

    #checkout .checkout-right a.payment-btn {
        display: block;
        margin-top: 10px;
        margin-left: 0;
        margin-left: auto;
        margin-right: auto;
        max-width: 200px;
    }

    br {
        display: none;
    }

    #top-header i.fa {
        margin-right: 15px;
        margin-left: 15px;
    }

    .hero-section .carousel-indicators {
        bottom: 16px;
    }

    #top-header .col-lg-4 {
        text-align: center;
    }

    #top-header img.navigation-logo {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #top-header .right-header .col {
        text-align: center;
    }

    #top-header .col-lg-4.right-header {
        max-width: 440px!important;
        margin-left: auto;
        margin-right: auto;
    }

    #top-header .search {
        text-align: center;
    }

    #main-navigation .dropdown-link {
        margin-right: 20px;
        margin-left: 20px;
    }

    #bottom-header .col-lg-6 {
        text-align: center!important;
    }

    #bottom-header span {
        letter-spacing: 0;
        font-size: 12px;
    }

    #all-mad-beauty .mad-beauty-content {
        padding-top: 20px;
        padding-bottom: 25px;
    }

    #footer-upper .col-lg-7.text-right {
        text-align: center;
    }

    #footer-upper form {
        text-align: center;
        margin-top: 15px;
    }

    #footer-lower p, #footer-lower a {
        text-align: center;
    }

    #products .col-lg-3 {
        flex: 0 0 25%!important;
        width: 25%!important;
        padding-right: 0;
    }

    #products .col-lg-9 {
        flex: 0 0 75%!important;
        width: 75%!important;
    }

    #products .col-lg-6 {
        flex: 0 0 50%!important;
        width: 50%!important;
    }

    #products .form-group label {
        width: 47%;
    }

    #products #sort {
        width: 50%;
    }

    #products .form-group {
        margin-top: -8px;
    }

    #products .products-container .col-lg-4 {
        flex: 0 0 50%!important;
        width: 50%!important;
    }

    #products img.products-img {
        max-width: 186px;
        margin-bottom: 10px;
    }

    #products .all-products-container {
        min-height: auto;
        padding-left: 30px;
        padding-right: 30px;
    }

    #products {
        padding-top: 20px;
    }

    #products h1 {
        font-size: 30px;
        margin-bottom: 30px;
    }

    
}

@media screen and (max-width: 991px) {
    .col {
	   flex: 0 0 100%!important;
	   max-width: 100%!important;
	}

    #top-header .right-header .col {
        flex: 0 0 25%!important;
        max-width: 25%!important;
    }

    #main-navigation .dropdown-link {
        margin-right: 15px;
        margin-left: 15px;
    }

    #main-navigation .dropdown-link {
        letter-spacing: 0;
        font-size: 14px;
    }

    #footer {
        text-align: center;
        padding-bottom: 15px;
    }

    #footer .col {
        padding-left: 0;
    }

    #footer i.fa {
        margin-right: 15px;
        margin-left: 15px;
        margin-top: 5px;
        margin-bottom: 20px;
    }
}


@media screen and (max-width: 768px) {
    #products .col-lg-3 {
        flex: 0 0 100%!important;
        width: 100%!important;
        padding-right: 20px;
    }

    #products .col-lg-9 {
        flex: 0 0 100%!important;
        width: 100%!important;
    }

    #products .col-lg-6 {
        margin-top: 30px;
    }

    #products .show {
        display: none!important;
    }

    #products .collapse:not(.show) {
        display: block!important;
    }

    #products .accordion-button::after {
        content: "\2d"!important;
        font-size: 23px;
    }

    #products .accordion-button:not(.collapsed)::after {
        content: "\2b"!important;
        font-size: 24px;
        margin-top: -20px;
    }
}

@media screen and (max-width: 767px) {
    #top-header {
        padding-top: 0px;
        padding-bottom: 15px;
    }

    #top-header .left-header {
        display: none;
    }

    #main-navigation {
        display: none;
    }

    #mobile-nav {
        display: block;
        text-align: center;
        padding: 10px 20px;
        background: #232323;
    }

    #mobile-nav i.fa {
        font-size: 30px!important;
        color: #fff;
    }

    #mobile-nav button:focus {
        outline: none!important;
        box-shadow: none!important;
    }

    #mobile-nav .nav-link {
        text-align: left;
        color: #fff;
        text-decoration: none;
    }

    #mobile-nav .navbar-collapse {
        margin-top: 5px;
    }

    #mobile-nav .navbar-nav>li>a {
        padding-top: 5px;
        padding-bottom: 5px;
        line-height: 20px;
    }
}



@media screen and (max-width: 600px) {
    #products .form-group label {
        width: 34%;
        margin-left: -32px;
    }

    #products #sort {
        width: 70%;
    }

    #products .products-container .col-lg-4 {
        flex: 0 0 100%!important;
        width: 100%!important;
    }

    #products img.products-img {
        max-width: 100%;
    }
}

@media screen and (max-width: 425px) {
    #top-header .col-lg-4.right-header {
        max-width: 371px!important;
    }

    #top-header .right-header .col {
        padding: 0;
    }

    #top-header .my-account {
        padding-left: 14px;
    }

    #top-header .dropdown-link-currency, #top-header .dropdown-content-currency  {
        margin-left: 25px;
    }

    .hero-section .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    #shop .container {
        padding-left: 26px;
        padding-right: 26px;
    }

    #all-mad-beauty .container {
        padding-left: 29px;
        padding-right: 29px;
    }

    .hero-section .carousel-indicators {
        bottom: -27px;
    }

    #products #sort {
        width: 78%;
    }
}
