body {
    font-family: 'Montserrat', sans-serif;
}
#top-bar {
    height: 45px;
    background-color: #f5f5f5;
    text-align: center;
    font-size: 13px;
    color: #888888;
    line-height: 45px;
}
.navbar {
    background-color: #fff;
    height: 80px;
    font-size: 15px;
    margin-bottom: 15px;
}
.copyright {
    font-size: 13px;
    color: #888888;
    line-height: 1.8;
}
.copyright-company {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
}
#footer {
    margin-top: 20px;
    padding: 45px;
    background-color: #f0f0f0;
    font-size: 13px;
}
#footer h4 {
    font-size: 15px;
    font-weight: 700;
    color: #555555;
    line-height: 1.5;
    text-transform: uppercase;
    padding-bottom: 30px;
}
#footer .links-row {
    margin-bottom: 90px;
}
#footer .social-icons {
    padding-top: 30px;
}
#footer .social-icons a {
    padding-right: 20px;
}
#footer a {
    color: #555555;
}
.text-center {
    text-align: center;
}
.footer-link {
    padding-bottom: 10px;
}
#homepage-adverts,
.products-listing {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
}
#homepage-adverts a,
.product-item {
    display: inline-block;
    margin: 0px 10px 20px 10px;
}
.product-item a,
.product-item a img,
#homepage-adverts a,
#homepage-adverts a div,
#homepage-adverts a img
.products-listing a {
    cursor: pointer;
}
#homepage-adverts img {
    max-width: 375px;
}
.row h2 {
    margin-top: 20px;
    margin-bottom: 40px;
    font-weight: bold;
}
.products-listing img {
    max-width: 270px;
}
.products-listing h2 {
    margin-bottom: 60px;
    font-weight: bold;
}
.product-price {
    text-align: left;
}
.product-item a,
.product-item a:active,
.product-item a:focus,
.product-item a:visited {
    font-size: 15px;
    color: #555555;
    line-height: 1.5;
    text-decoration: none;
}
.product-item a:hover {
    text-decoration: none;
    color: #e65540;
}
.product-item {
    text-align: left;
}
.product-item .fixed-size {
    width: 270px;
    height: 270px;
}
.margin-auto {
    margin: auto;
}
.product-title,
.product-price {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 270px;
}
.cart-product-price .sale-price,
.product-price .sale-price {
    font-family: "filson-soft", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #e46f8e;
    padding-right: 8px;
    margin-bottom: 0;
    letter-spacing: 0;
}
.cart-product-price .original-price,
.product-price .original-price {
    color: #6d645d;
    font-family: "filson-soft", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-decoration: line-through;
    padding-right: 8px;
    margin-bottom: 0;
    letter-spacing: 0;
}
.btn-white {
    color: #0275d8 !important;
}
.navbar-brand {
    height: 64px;
    line-height: 64px;
    padding: 0px;
    margin: 0px;
    font-weight: bold;
}
.navbar-nav {
    margin: 0 auto;

    position: relative;
    z-index: 9;
    background: #ffffff;
}
.navbar.navbar-light .navbar-nav .nav-item .nav-link {
    padding-left: 15px;
    padding-right: 15px;
}
.navbar .dropdown-menu a:hover {
    color: #1d1e1f !important;
}
.btn-social {
    position: relative;
    padding-left: 65px;
    padding-right: 20px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.btn-social>:first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 46px;
    line-height: 46px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0,0,0,0.2);
}
.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0,0,0,0.2);
}
.btn-facebook:active,
.btn-facebook:focus,
.btn-facebook:hover {
    color: #fff;
    background-color: #2d4373;
    border-color: rgba(0,0,0,0.2);
}
#cart-form th {
    font-weight: bold;
}
.add-to-wishlist {
    background-color: #cc9999;
}
.price-amount {
    font-size: 30px;
}
.product-description h3 {
    font-size: 16px;
    color: #222222;
    margin-bottom: 15px;
}
.product-description {
    font-size: 13px;
    color: #888888;
}
.variant-option.btn-danger {
    margin: 8px;
}
.variant-option.btn.btn-sm {
    font-size: 12px;
    padding: 6px 25px;
}
.variant-selected.btn-outline-danger,
.variant-selected,
.variant-selected:hover {
    color: #FFF!important;
    background-color: #ff4f5e!important;
    border-color: #ff4f5e;
}
.add-to-cart-alert {
    padding-left: 6px;
    margin-bottom: 0px;
}
.w100p {
    width: 100%;
}
.hide {
	display: none;
}
.img-dsp {
    width: 100%;
    height: auto;
}
.arrows {
    font-size: 40px;
}

@media (max-width: 768px) {
  .products-listing img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.products-listing h2 {
    width: 100%;
}
.products-listing.side-by-side {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
 .products-listing.side-by-side .product-item {
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0 0 20px;
    padding: 0 5px;
}
}
