/*
/*
* ===================================================
*     SETTINGS
* ===================================================
*/











h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
    font-family: 'PT Sans', sans-serif;
}

body {
    background-color: #ffffff;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1rem;
}

.modal-content {
    background-color: #ffffff;
}

.text-base {
    font-size: 1rem;
}

.mainmenu_font_size {
    font-size: 0.8rem;
}

/*
* ===================================================
*     COLORS
* ===================================================
*/

footer, .text-powered-by a, .text-powered-by a:hover {
    background-color: #2e3037;
    color: #ffffff;
}

.block-toggler, .block-toggler:focus, .block-toggler:hover, .block-toggler[aria-expanded="true"] {
    color: #ffffff;
}

.block-toggler:hover .block-toggler-icon:before, .block-toggler[aria-expanded="true"] .block-toggler-icon:before, .block-toggler .block-toggler-icon:after, .block-toggler .block-toggler-icon:before, .block-toggler:hover .block-toggler-icon:after, .block-toggler[aria-expanded="true"] .block-toggler-icon:after {
    background-color: #ffffff;
}

.top-bar {
    background: #01a383;
    color: #ffffff;
}

.navbar-bg {
    background-color: #2e3037
}

a:hover, .navbar-checkout-btn:hover, .product-btn-addcart:hover, .detail-nav-link.nav-link:hover, .product-before-price {
    opacity: 0.7;
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .active > .nav-link:focus, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .active > .nav-link:hover, .navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link:hover {
    color: #ffffff;
}

.navbar-light {
    background-color: #ffffff;
}

.slider_pt_0 {
    padding-top: 0px !important;
}

.slider_mt_0 {
    margin-top: 0px !important;
}

.navbar-checkout-btn, .product-btn-addcart {
    color: #ffffff;
    background: #01a383;
    transition: all 0.2s ease-in-out;
}

.navbar-checkout-btn:hover, .product-btn-addcart:hover {
    color: #ffffff;
    background: #01a383;
}

.detail-nav-link.nav-link.active {
    border-color: transparent transparent #222222 !important;
}

.footer-textcolor, .footer-textcolor:hover {
    color: #ffffff;
}

.footer-textcolor::after {
    background: #ffffff;
}

.img-logo {
    max-height: 80px;
}

.hr-text:after {
    background-color: #ffffff;
}

.product-grid-header-show.active, .dropdown-item.active {
    font-weight: bold;
}

.dropdown-submenu .dropdown-menu-alignright {
        left: 100%;
        top: 0;
        margin-top: -.5rem;
    }

body, .fa-star-o:before, .form-label, .color-text-base:hover, .color-text-base:focus, .color-text-base, .btn-inverse, .btn-inverse:hover, .color-text-base:hover, .link-animated:after, .primary-bg, a, a:hover, .nav-link, .product-grid-header-show.active, .navbar-icon, .breadcrumb-item a, .product-before-price, .breadcrumb-item+.breadcrumb-item::before, .breadcrumb-item.active, .detail-nav-link.nav-link, .close, .table {
    color: #222222;
}

.wishlist-btn.wishlist-add {
    color: #222222 !important;
}

.color-dark, .dropdown-item.active {
    color: #222222;
}

.swiper-pagination-bullet-active {
    background: #222222;
}

.text-soldout, .product-price, .nav-link.active, .color-primary, .nav-link.active, .product-grid-header-show.active, a, .product-grid-header-show.active:hover {
    color: #01a383;
}

.icon-count {
    background: #01a383;
}

@media(min-width:768px) {
    .manual-product-height {
        height: 400px !important;
        width: auto !important;
    }
}

.property_values {
    font-size: 0.8rem;
}

.property_values br {
    display: none;
}


/* toggle dropdown icon rotate */

.rotate {
  transform: rotate(-90deg);
  padding-right: 10px;
}

/*
* ===================================================
*     SWIFT SPECIFIC
* ===================================================
*/
.main-top-menu a {
    padding-left: 0px;
}

.btn {
    letter-spacing: 0;
}

.btn-cta, .btn-cta:hover, .btn-cta:focus, .btn-cta:active {
    background-color: #01a383;
    color: #ffffff;
}

.btn-ordinary, .btn-ordinary:hover, .btn-ordinary:focus, .btn-ordinary:active {
    background-color: #f5f7f9;
    color: #222222;
} 

.sidefont-1 {
    font-size: 0.7rem;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}

.sidefont-2 {
    font-size: 0.8rem;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
}

.sidefont-3 {
    font-size: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.sidefont-4 {
    font-size: 1.2rem;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
}

.sidefont-5 {
    font-size: 1.4rem;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
}

.btn-shop {
    padding: .45rem .2rem;
    font-size: .6rem;
}

.container .swiper-outside-nav .swiper-button-next {
    right: 0;
}

.container .swiper-outside-nav .swiper-button-prev {
    left: 0;
}

.search-wrapper {
    border: 1px solid rgba(34, 34, 34, 0.1);
}

.product-stars {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
}

.sidebar {
    
}

@media(min-width:992px) {
    .sidebar {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    
    .main-content {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
}

@media(min-width:1200px) {
    .sidebar {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    
    .main-content {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
    }
}

.breadcrumb {
    padding: 0rem 1rem .75rem 1rem;
}

.side-newsletter {
    font-size: 0.8rem;
}

@media (min-width: 1310px) {
.container {
    max-width: 1280px;
}
}

.productlist-title {
    font-size: 1.1rem;
}

.modal-header .close {
    margin: -1rem auto -1rem auto;
}

.outline-none {
    outline: none;
}

@media (max-width: 576px) {
    .productsort, .productfilter {
        width: 100%;
        margin-bottom: 0.8rem;
    }
}

#description iframe {
    max-width: 100%;
}