@keyframes fadeinAlert {
    from {
        opacity: 0;
        top: 140px;
    }
    to {
        opacity: 1;
        top: 95px;
    }
}

@-webkit-keyframes fadeinAlert {
    from {
        opacity: 0;
        top: 140px;
    }
    to {
        opacity: 1;
        top: 95px;
    }
}

@keyframes fadeoutAlert {
    from {
        opacity: 1;
        top: 95px;
    }
    to {
        opacity: 0;
        top: 140px;
    }
}

@-webkit-keyframes fadeoutAlert {
    from {
        opacity: 1;
        top: 95px;
    }
    to {
        opacity: 0;
        top: 140px;
    }
}

body {
    background: white;
}

.alert {
    position: fixed;
    z-index: 99999;
    top: 95px;
    right: 20px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.136);
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #fff;
    max-width: 275px;
    padding: 20px;
    text-align: center;
    margin: 0;
    font-size: 16px;
    font-family: ConduitLight, Helvetica, sans-serif;
    color: #222;
    outline: none;
    -webkit-animation: fadeinAlert 0.5s;
    animation: fadeinAlert 0.5s;
    overflow: hidden;
}

.alert.alert-danger {
    color: rgb(255, 0, 0);
}

.alert.alert-success {
    color: #88af30;
}

.alert a {
    text-decoration: underline;
    color: #222;
    font-family: ConduitBold, Helvetica, sans-serif;
}

.alert i {
    font-size: 20px;
    position: relative;
    width: auto;
    color: #222;
    text-align: left;
    padding: 0;
    float: left;
}

.alert.alert-danger i {
    color: rgb(255, 0, 0);
}

.alert.alert-success i {
    color: #88af30;
}

.alert button {
    display: none;
}

.alert.fade-out {
    top: 140px;
    opacity: 0;
    -webkit-animation: fadeoutAlert 0.5s;
    animation: fadeoutAlert 0.5s;
}

.btn-primary {
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 0 15px;
    color: #fff;
    background-color: #88af30;
    background-image: none;
    border: none;
    border-radius: 3px;
    height: 35px;
    line-height: 35px;
    font-weight: 500;
    font-size: 16px;
    font-family: ConduitLight, Helvetica, sans-serif;
    outline: none;
    box-shadow: none;
    text-shadow: none;
}

.btn-primary:hover {
    outline: none;
    box-shadow: none;
    text-shadow: none;
    opacity: 0.8;
    background-image: none;
    background-color: #88af30;
    color: #fff;
}

.no-products-found {
    display: inline-block;
    width: 100%;
    height: auto;
    line-height: 1;
    color: #666;
    font-weight: 500;
    font-size: 18px;
    font-family: ConduitLight, Helvetica, sans-serif;
    position: relative;
    text-align: center;
    margin: 0;
    padding: 40px 0;
}

.products-on-page {
    display: inline-block;
    color: #666;
    font-weight: 500;
    font-size: 18px;
    font-family: ConduitLight, Helvetica, sans-serif;
    position: relative;
    text-align: right;
    line-height: 35px;
}

.pagination {
    border-radius: 0;
    display: inline-block;
    width: 100%;
}

.pagination li {
    margin-right: 5px;
    display: inline-block;
    float: left;
}

.pagination li.active span {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    padding: 0;
    border: 1px solid #222222;
    border-radius: 0;
    font-weight: 500;
    font-size: 18px;
    font-family: ConduitBold, Helvetica, sans-serif;
    background-color: #222222;
    background-image: none;
}

.pagination li.active span:hover {
    background-color: #222222;
}

.pagination li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    padding: 0;
    border-radius: 0 !important;
    font-weight: 500;
    font-size: 18px;
    font-family: ConduitBold, Helvetica, sans-serif;
    background-color: transparent;
    background-image: none;
    color: #88af30;
    border: 1px solid #88af30;
}

.pagination li a:hover {
    color: #ffffff;
    background-color: #88af30;
    outline: none;
    box-shadow: none;
}

header {
    position: relative;
    z-index: 999;
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 0 15px -10px rgba(0, 0, 0, 0.75);
}

header .top {
    display: inline-block;
    float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    background-color: #222;
    position: relative;
}

header .top .social {
    display: inline-block;
    float: left;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

header .top .social li {
    display: inline-block;
    float: left;
    width: auto;
    height: auto;
    margin: 0 15px 0 0;
    padding: 0;
}

header .top .social li a {
    display: inline-block;
    float: left;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-family: ConduitLight, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
}

header .top .social li:nth-child(2) {
    margin-right: 50px;
}

header .top .social li:first-child a i,
header .top .social li:nth-child(2) a i {
    display: inline-block;
    float: left;
    width: auto;
    margin: 0 7.5px 0 0;
    line-height: 40px;
}

header .top .action {
    display: inline-block;
    float: right;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

header .top .action li {
    display: inline-block;
    float: left;
    width: auto;
    height: auto;
    margin: 0 0 0 15px;
    padding: 0;
}

header .top .action li form {
    position: relative;
    display: inline-block;
    float: left;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}

header .top .action li form>button {
    background-color: transparent;
    background-image: none;
    border: none;
    box-shadow: none;
    outline: none;
    font-family: ConduitLight, Helvetica, sans-serif;
    line-height: 40px;
    font-size: 16px;
    font-weight: 500;
    padding: 0;
    color: #fff;
}

header .top .action li form>button:hover {
    color: #88af30;
}

header .top .action li form ul {
    padding: 0;
    margin: 0;
    top: 40px;
    right: 0;
    background-color: #ffffff;
    max-width: 380px;
    border-radius: 0;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.136);
    border-color: #dddddd;
    list-style-type: none;
    left: auto;
}

header .top .action li form ul li {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #ddd;
}

header .top .action li form ul li:last-child {
    border-bottom: none;
}

header .top .action li form ul li button {
    display: inline-block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    text-align: left;
    float: left;
    outline: none;
    box-shadow: none;
    background-color: transparent;
    border: none;
    text-decoration: none;
    outline: none;
}

header .top .action li form ul li button:focus,
header .top .action li form ul li button:hover {
    background-color: #222222;
    color: #fff;
    box-shadow: none;
    outline: none;
    border: none !important;
    text-decoration: none;
    border-radius: 0;
}

header .top .action li a {
    display: inline-block;
    float: left;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-family: ConduitLight, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
}

header .top .action li a i {
    display: inline-block;
    float: left;
    width: auto;
    margin: 0 7.5px 0 0;
    line-height: 40px;
}

header .top .social li a:hover,
header .top .action li a:hover {
    color: #88af30;
}

header .top .action #cart {
    display: inline-block;
    float: left;
    margin: 0;
    width: auto;
    font-family: ConduitLight, Helvetica, sans-serif;
}

header .top .action #cart>button {
    background-color: transparent;
    background-image: none;
    border: none;
    box-shadow: none;
    outline: none;
    font-family: ConduitLight, Helvetica, sans-serif;
    line-height: 40px;
    font-size: 16px;
    font-weight: 500;
    padding: 0;
    color: #fff;
}

header .top .action #cart>button:hover {
    color: #88af30;
}

header .top .action #cart .dropdown-menu {
    padding: 0;
    margin: 0;
    top: 40px;
    right: 0;
    background-color: #ffffff;
    max-width: 380px;
    border-radius: 0;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.136);
    border-color: #dddddd;
}

header .top .action #cart .dropdown-menu .cart-content {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
    min-width: 300px;
}

header .top .action #cart .dropdown-menu .cart-content p {
    display: inline-block;
    min-width: 260px;
    width: 100%;
    margin: 0;
    padding: 30px 10px;
    color: #222;
    font-size: 16px;
    border-bottom: 1px solid #dddddd;
    float: left;
    line-height: 20px;
    text-align: center;
}

header .top .action #cart .dropdown-menu .cart-content>a {
    display: inline-block;
    width: calc(100% - 20px);
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 10px;
    background-color: #88af30;
    color: #fff;
    border-radius: 0;
    padding: 0;
    float: left;
}

header .top .action #cart .dropdown-menu .cart-content>a:hover {
    opacity: 0.8;
}

header .top .action #cart .dropdown-menu .cart-content ul {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
    color: #222;
}

header .top .action #cart .dropdown-menu .cart-content ul li {
    width: 100%;
    margin: 0;
    padding: 0 10px;
    float: left;
    min-height: 30px;
    line-height: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

header .top .action #cart .dropdown-menu .cart-content .cart-product {
    max-height: 65vh;
    overflow: auto;
}

header .top .action #cart .dropdown-menu .cart-content .cart-product li {
    display: inline-block;
    width: 50%;
    border-bottom: none;
}

header .top .action #cart .dropdown-menu .cart-content .cart-product li.single {
    margin: 0 25%;
}

header .top .action #cart .dropdown-menu .cart-content .cart-product .image {
    position: relative;
    display: inline-block;
    width: 100%;
    min-width: 50px;
    height: auto;
    float: left;
    margin: 10px 10px 0 0;
    padding: 0;
}

header .top .action #cart .dropdown-menu .cart-content .cart-product .image a {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-flex-align: center;
    -ms-flex-align: center;
    -o-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

header .top .action #cart .dropdown-menu .cart-content .cart-product .image a img {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
}

header .top .action #cart .dropdown-menu .cart-content .cart-product .image button {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    text-align: center;
    padding: 0;
    line-height: 20px;
    position: absolute;
    z-index: 9;
    right: 10px;
    top: 5px;
    outline: none;
    background-image: none;
    background-color: #c00;
    border: none;
    font-weight: 500;
    color: #fff;
}

header .top .action #cart .dropdown-menu .cart-content .cart-product .image button i {
    font-size: 12px;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
}

header .top .action #cart .dropdown-menu .cart-content .cart-product .image button:hover {
    opacity: 0.8;
}

header .top .action #cart .dropdown-menu .cart-content .cart-product .data {
    display: inline-block;
    float: left;
    width: 100%;
    position: relative;
    min-width: 10px;
    padding: 0;
    margin: 0 0 15px;
    text-align: center;
}

header .top .action #cart .dropdown-menu .cart-content .cart-product .data .currency {
    margin-left: 2.5px;
    text-transform: uppercase;
}

header .top .action #cart .dropdown-menu .cart-content .cart-product .data .name {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
}

header .top .action #cart .dropdown-menu .cart-content .cart-product .data .name a {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    line-height: 20px;
    font-size: 16px;
    float: left;
    color: #222;
    font-family: ConduitBold, Helvetica, sans-serif;
}

header .top .action #cart .dropdown-menu .cart-content .cart-product .data .name small {
    float: left;
    display: inline-block;
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-weight: 500;
    font-size: 11px;
}

header .top .action #cart .dropdown-menu .cart-content .cart-product .data .quantity {
    display: inline-block;
    width: auto;
    margin: 0 5px 0 0;
    padding: 0;
    line-height: 20px;
    font-size: 16px;
    font-family: ConduitBold, Helvetica, sans-serif;
}

header .top .action #cart .dropdown-menu .cart-content .cart-product .data .total {
    display: inline-block;
    width: auto;
    margin: 0 5px 0 0;
    padding: 0;
    line-height: 20px;
    border: none;
    font-weight: 500;
    color: #88af30;
    font-size: 16px;
    font-family: ConduitLight, Helvetica, sans-serif;
}

header .top .action #cart .dropdown-menu .cart-content .vouchere {}

header .top .action #cart .dropdown-menu .cart-content .total {
    margin: 0;
    border-top: 1px solid #dddddd;
    padding: 10px 0;
}

header .top .action #cart .dropdown-menu .cart-content .total li {
    width: 60%;
    margin: 0 20%;
    font-family: ConduitBold, Helvetica, sans-serif;
    font-size: 16px;
}

header .top .action #cart .dropdown-menu .cart-content .total li:last-child {
    font-size: 18px;
}

header .top .action #cart .dropdown-menu .cart-content .total .title {
    width: calc(50% - 5px);
    display: inline-block;
    float: left;
    margin: 0 10px 0 0;
    font-weight: 500;
}

header .top .action #cart .dropdown-menu .cart-content .total .text {
    width: calc(50% - 5px);
    display: inline-block;
    float: left;
    margin: 0;
    text-align: right;
    color: #88af30;
    font-weight: 500;
    font-family: ConduitLight, Helvetica, sans-serif;
}

header .top .action #cart .dropdown-menu .cart-content .buttons {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    border-top: 1px solid #dddddd;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

header .top .action #cart .dropdown-menu .cart-content .buttons a:first-child {
    display: none;
}

header .top .action #cart .dropdown-menu .cart-content .buttons a {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 10px 0 10px 10px;
    background-color: #88af30;
    color: #fff;
    border-radius: 0;
    padding: 0 15px;
    float: left;
    white-space: nowrap;
}

header .top .action #cart .dropdown-menu .cart-content .buttons a:first-child {
    display: none;
}

header .top .action #cart .dropdown-menu .cart-content .buttons a:last-child {
    margin-right: 10px;
}

header .top .action #cart .dropdown-menu .cart-content .buttons a:hover {
    opacity: 0.8;
}

header .message {
    display: inline-block;
    float: left;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: #88af30;
    color: #fff;
    font-family: ConduitLight, Helvetica, sans-serif;
    line-height: 40px;
    font-size: 18px;
    font-weight: 500;
}

header .header {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

header .header .col-sm-12 {
    position: inherit;
}

header .header #logo {
    display: inline-block;
    float: left;
    width: auto;
    height: auto;
    margin: 0;
    padding: 10px 0;
}

header .header #logo a {
    display: inline-block;
    float: left;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}

header .header #logo a img {
    display: inline-block;
    float: left;
    width: auto;
    height: auto;
    max-height: 60px;
    margin: 0;
    padding: 0;
}

header .header .navigation {
    display: inline-block;
    float: left;
    width: auto;
    height: auto;
    margin: 0 0 0 50px;
    padding: 0;
    background: transparent;
}

header .header .navigation ul {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: left;
}

header .header .navigation ul li {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0 25px 0 0;
    padding: 0;
    float: left;
}

header .header .navigation ul li>a {
    display: inline-block;
    float: left;
    width: 100%;
    height: auto;
    line-height: 80px;
    margin: 0;
    padding: 0;
    color: #222222;
    font-family: ConduitLight, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 500;
}

header .header .navigation ul li>a.red {
    color: #c00;
    text-transform: uppercase;
}

header .header .navigation ul li .item {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    float: left;
}

header .header .navigation ul li .item>span,
header .header .navigation ul li .item a {
    display: inline-block;
    float: left;
    width: 100%;
    height: auto;
    line-height: 80px;
    margin: 0;
    padding: 0;
    color: #222222;
    font-family: ConduitLight, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 500;
}

header .header .navigation ul li .item button {}

header .header .navigation ul li .submenu {
    position: absolute;
    z-index: 999;
    top: 80px;
    left: 0;
    display: none;
    width: 100%;
    height: auto;
    max-height: 90vh;
    margin: 0;
    padding: 25px 0;
    background-color: #ffffff;
    box-shadow: 0px 0 15px -10px rgba(0, 0, 0, 0.75);
}

header .header .navigation ul li.submenu:hover,
header .header .navigation ul li:hover .submenu,
header .header .navigation ul li.active .submenu {
    display: inline-block;
}

header .header .navigation ul li .submenu .container {
    max-width: 1170px;
}

header .header .navigation ul li .submenu .brand {
    display: inline-block;
    float: left;
    width: calc(20% - 2px);
    height: auto;
    line-height: 25px;
    margin: 0 2.5px 2.5px 0;
    padding: 0 10px;
    color: #666;
    font-weight: 400;
    font-size: 16px;
    font-family: ConduitLight, Helvetica, sans-serif;
    border: 1px solid #666;
    text-align: left;
}

header .header .navigation ul li .submenu .brand:nth-child(5n) {
    margin-right: 0;
}

header .header .navigation ul li .submenu .brand:nth-child(5n+1) {
    clear: both;
}

header .header .navigation ul li .submenu .column {
    display: inline-block;
    float: left;
    width: 25%;
    height: auto;
    margin: 25px 0 0;
    padding: 0;
}

header .header .navigation ul li .submenu .column:nth-child(1),
header .header .navigation ul li .submenu .column:nth-child(2),
header .header .navigation ul li .submenu .column:nth-child(3),
header .header .navigation ul li .submenu .column:nth-child(4) {
    margin-top: 0;
}

header .header .navigation ul li .submenu .column:nth-child(4n+1) {
    clear: both;
}

header .header .navigation ul li .submenu .item {}

header .header .navigation ul li .submenu .item span,
header .header .navigation ul li .submenu .item a {
    display: inline-block;
    width: 100%;
    font-size: 20px;
    color: #222;
    font-weight: 500;
    text-transform: uppercase;
    font-family: ConduitBold, Helvetica, sans-serif;
    line-height: 1;
    margin-bottom: 10px;
}

header .header .navigation ul li .submenu .item button {}

header .header .navigation ul li .submenu ul {}

header .header .navigation ul li .submenu ul li {
    width: 100%;
}

header .header .navigation ul li .submenu ul li a {
    display: inline-block;
    float: left;
    width: 100%;
    height: auto;
    line-height: 25px;
    margin: 0;
    padding: 0;
    color: #666;
    font-weight: 400;
    font-size: 18px;
    font-family: ConduitLight, Helvetica, sans-serif;
}

header .header .navigation ul li .submenu ul li a:hover {
    color: #222222;
}

header .header .navigation ul li .submenu ul li a.see-all {
    color: #88af30;
    margin-top: 10px;
    text-transform: uppercase;
}

header .header .navigation ul li .submenu .premium {
    display: inline-block;
    float: left;
    width: 100%;
    height: auto;
    margin: 15px 0 0;
    padding: 15px 0 0;
    border-top: 1px solid #ddd;
}

header .header .navigation ul li .submenu .premium h3 {
    display: inline-block;
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 10px;
    padding: 0;
    font-size: 20px;
    color: #222;
    font-weight: 500;
    text-transform: uppercase;
    font-family: ConduitBold, Helvetica, sans-serif;
    line-height: 1;
}

header .header #search {
    display: inline-block;
    position: relative;
    float: right;
    width: 350px;
    height: auto;
    margin: 20px 15px 0 0;
    padding: 0;
}

header .header #search input {
    display: inline-block;
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-right: 10px;
    font-family: ConduitLight, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    box-shadow: none;
    outline: none;
}

header .header #search input:focus {
    box-shadow: none;
    outline: none;
}

header .header #search button {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    display: inline-block;
    color: #222;
    border: none;
    background-image: none;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-shadow: none;
    font-size: 14px;
    border-radius: 3px;
    font-family: ConduitLight, Helvetica, sans-serif;
    outline: none;
    background-color: transparent;
    width: 40px;
    text-align: center;
    box-shadow: none;
}

header .header #search button i {}

#common-home {
    margin-top: -86px;
}

.product-thumb.product-layout-custom {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 0 0 50px;
    border: none;
    position: relative;
    background-color: #ffffff;
}

.product-thumb.product-layout-custom.out:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.65);
}

.product-thumb.product-layout-custom:hover:not(.out) {
    -webkit-box-shadow: 0 0 15px -5px rgba(0, 0, 0, .25);
    box-shadow: 0 0 15px -5px rgba(0, 0, 0, .25);
    border-radius: 3px;
}

.product-thumb.product-layout-custom .image {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    display: inline-block;
    padding-top: 15px;
}

.product-thumb.product-layout-custom div:not(.image) {
    float: left;
    width: 100%;
    display: inline-block;
}

.product-thumb.product-layout-custom div:not(.image) .caption {
    text-align: center;
    min-height: 1px;
    margin-bottom: 15px;
}

.product-thumb.product-layout-custom div:not(.image) .caption h3 {
    margin: 0;
    padding: 0;
}

.product-thumb.product-layout-custom div:not(.image) .caption h3 a {
    font-size: 16px;
    color: #222;
    font-weight: 500;
    text-transform: uppercase;
    font-family: ConduitBold, Helvetica, sans-serif;
}

.product-thumb.product-layout-custom div:not(.image) .caption h4 {
    margin: 5px 0;
    padding: 0;
    min-height: 35px;
}

.product-thumb.product-layout-custom div:not(.image) .caption h4 a {
    display: inline-block;
    width: 100%;
    text-align: center;
    max-height: 30px;
    overflow: hidden;
    color: #666;
    font-weight: 500;
    font-size: 14px;
    font-family: ConduitLight, Helvetica, sans-serif;
}

.product-thumb.product-layout-custom div:not(.image) .caption h3 a:hover,
.product-thumb.product-layout-custom div:not(.image) .caption h4 a:hover {
    color: #88af30;
}

.product-thumb.product-layout-custom div:not(.image) .caption .price {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    font-family: ConduitLight, Helvetica, sans-serif;
    margin: 10px 0 0;
}

.product-thumb.product-layout-custom div:not(.image) .caption .price .price-new {
    color: #222;
    font-weight: 400;
}

.product-thumb.product-layout-custom div:not(.image) .caption .price .price-old {
    color: #c00;
    text-decoration: none;
    font-weight: 400;
}

.product-thumb.product-layout-custom div:not(.image) .caption .price .price-old b {
    text-decoration: line-through;
    font-weight: 400;
}

.product-thumb.product-layout-custom div:not(.image) .caption .rating {
    margin: 5px 0 0;
    padding: 0;
}

.product-thumb.product-layout-custom div:not(.image) .caption .rating i {
    color: #ccc;
    font-size: 11px;
    margin: 0;
}

.product-thumb.product-layout-custom div:not(.image) .caption .rating i.color {
    color: #88af30;
}

.product-thumb.product-layout-custom div:not(.image) .caption .price .price-tax,
.product-thumb.product-layout-custom div:not(.image) .caption p:not(.price) {
    display: none;
}

.product-thumb.product-layout-custom div:not(.image) .button-group {
    border: none;
    margin: 0;
    padding: 0;
    background: transparent;
}

.product-thumb.product-layout-custom div:not(.image) .button-group button {
    position: absolute;
    z-index: 9;
    right: 10px;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid #9e9e9e;
    color: #9e9e9e;
    margin: 0;
    padding: 0;
    outline: none;
}

.product-thumb.product-layout-custom div:not(.image) .button-group button.add {
    color: #88af30;
    border-color: #88af30;
    line-height: 30px;
}

.product-thumb.product-layout-custom div:not(.image) .button-group button:nth-child(1) {
    top: 10px;
}

.product-thumb.product-layout-custom div:not(.image) .button-group button:nth-child(2) {
    top: 45px;
}

.product-thumb.product-layout-custom div:not(.image) .button-group button:nth-child(3) {
    top: 80px;
}

.product-thumb.product-layout-custom div:not(.image) .button-group button.wishlist {
    line-height: 32px;
}

.product-thumb.product-layout-custom div:not(.image) .button-group button.compare {
    line-height: 30px;
}

.product-thumb.product-layout-custom div:not(.image) .button-group button:hover {
    outline: none;
    color: #ffffff;
    border-color: #88af30;
    background-color: #88af30;
}

.product-thumb.product-layout-custom div:not(.image) .button-group button span {
    display: none;
}

.product-thumb.product-layout-custom div:not(.image) .button-group .price-discount {
    position: absolute;
    z-index: 9;
    top: 30px;
    left: 25px;
    display: inline-block;
    width: auto;
    height: 25px;
    line-height: 23px;
    text-align: center;
    margin: 0;
    padding: 0 10px;
    color: #fff;
    background-color: #c00;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: ConduitBold, Helvetica, sans-serif;
    transform: rotate(-18deg);
    border-radius: 3px;
    white-space: nowrap;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 0 15px -5px rgba(0, 0, 0, .25);
    box-shadow: 0 0 15px -5px rgba(0, 0, 0, .25);
}

.product-thumb.product-layout-custom div:not(.image) .button-group .out-of-stock {
    position: absolute;
    z-index: 9;
    top: 90px;
    left: 50%;
    display: inline-block;
    width: auto;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0;
    padding: 0 15px;
    color: #222;
    background-color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: ConduitBold, Helvetica, sans-serif;
    transform: rotate(-18deg) translate(-50%, 0);
    border-radius: 3px;
    white-space: nowrap;
    -webkit-box-shadow: 0 0 15px -5px rgba(0, 0, 0, .25);
    box-shadow: 0 0 15px -5px rgba(0, 0, 0, .25);
}

#product-category {
    padding-top: 10px;
}

#product-category #content {
    border-left: 1px solid #eceaea;
}

#product-category #column-left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
}

#product-category #column-left .list-group,
#product-category #column-left .panel-default {
    width: 100%;
}

#product-category #column-left .filter {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 0 0 10px;
    padding: 0;
}

#product-category #column-left .categories-filters {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 0 0 10px;
    padding: 0;
}

#product-category #column-left .categories-filters h3 {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    text-align: left;
    font-size: 18px;
    color: #222;
    font-weight: 500;
    text-transform: uppercase;
    font-family: ConduitBold, Helvetica, sans-serif;
    outline: none;
    line-height: 30px;
}

#product-category #column-left .categories-filters ul {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 10px 0 0;
    padding: 0;
    list-style-type: none;
}

#product-category #column-left .categories-filters ul li {
    display: inline-block;
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
    padding: 0;
}

#product-category #column-left .categories-filters ul li a {
    display: inline-block;
    width: 100%;
    height: auto;
    line-height: 25px;
    text-align: left;
    border: none;
    overflow: hidden;
    font-family: ConduitLight, Helvetica, sans-serif;
    float: left;
    font-size: 18px;
    padding: 0;
    margin: 0;
    color: #666;
    font-weight: 500;
}

#product-category #column-left .categories-filters ul li a span {
    display: inline-block;
    width: auto;
    margin: 0 0 0 10px;
    padding: 0;
}

#product-category #column-left .categories-filters ul li a:hover {
    color: #000;
}

#product-category #column-left .categories-filters ul li a.active {
    color: #88af30;
}

#product-category #column-left .filter .filter-title {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    text-align: left;
    font-size: 18px;
    color: #222;
    font-weight: 500;
    text-transform: uppercase;
    font-family: ConduitBold, Helvetica, sans-serif;
    outline: none;
    line-height: 30px;
}

#product-category #column-left .filter .filter-title i {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    float: right;
    text-align: center;
    font-size: 30px;
    color: #999;
}

#product-category #column-left .filter .filter-options-search {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 10px 0 0;
}

#product-category #column-left .filter .filter-options-search input {
    display: inline-block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 0 45px 0 15px;
    font-family: ConduitLight, Helvetica, sans-serif;
    font-size: 16px;
}

#product-category #column-left .filter .filter-options-search i {
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    color: #777;
}

#product-category #column-left .filter .filter-options {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 10px 0 0;
    padding: 0;
    list-style-type: none;
}

#product-category #column-left .filter .filter-options li {
    display: inline-block;
    width: calc(25% - 3.75px);
    height: auto;
    float: left;
    margin: 0 5px 5px 0;
    padding: 0;
}

#product-category #column-left .filter .filter-options li:nth-child(4n) {
    margin-right: 0;
}

#product-category #column-left .filter .filter-options li.empty {
    text-align: center;
    font-family: ConduitLight, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 25px;
}

#product-category #column-left .filter .filter-options li label {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

#product-category #column-left .filter .filter-options li label input {
    display: none;
}

#product-category #column-left .filter .filter-options li label span {
    display: inline-block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #eceaea;
    overflow: hidden;
    font-family: ConduitLight, Helvetica, sans-serif;
    font-size: 14px;
}

#product-category #column-left .filter .filter-options li label input:checked+span {
    border-color: #222;
}

#product-category #column-left .filter .filters-apply {
    position: relative;
    display: none;
    width: 100%;
    height: 35px;
    line-height: 35px;
    border: none;
    padding: 0;
    margin: 5px 0 0;
    border-radius: 3px;
    box-shadow: none;
    outline: none;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    font-family: ConduitLight, Helvetica, sans-serif;
    text-shadow: none;
    text-transform: uppercase;
    background-color: #88af30;
    background-image: none;
}

#product-category #column-left .filter .filters-apply i {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
}

#product-category #column-left .filter .filters-apply.price,
#product-category #column-left .filter.select .filters-apply {
    display: inline-block;
}

#product-category #column-left .filter .filters-apply:hover {
    background-color: #222222;
}

#product-category #column-left .filter.collpase .filter-title i:before {
    content: "\f106";
}

#product-category #column-left .filter.collpase .filter-options-search,
#product-category #column-left .filter.collpase .filter-options,
#product-category #column-left .filter.collpase .filters-apply {
    display: none;
}

#product-category #column-left .filter[data-type="colors"] .filter-options li {
    width: calc(20% - 4px);
}

#product-category #column-left .filter[data-type="colors"] .filter-options li:nth-child(4n) {
    margin-right: 5px;
}

#product-category #column-left .filter[data-type="colors"] .filter-options li:nth-child(5n) {
    margin-right: 0;
}

#product-category #column-left .filter[data-type="brand"] .filter-options {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    max-height: 200px;
    overflow: auto;
}

#product-category #column-left .filter[data-type="brand"] .filter-options li {
    width: 100%;
    margin: 0;
    padding: 0;
    height: 25px;
}

#product-category #column-left .filter[data-type="brand"] .filter-options li.hide {
    display: none;
}

#product-category #column-left .filter[data-type="brand"] .filter-options li:last-child {
    border: none;
}

#product-category #column-left .filter[data-type="brand"] .filter-options li label span {
    border: none;
    text-align: left;
    float: left;
    position: relative;
    padding-left: 30px;
}

#product-category #column-left .filter[data-type="brand"] .filter-options li label span:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 3px;
    position: absolute;
    z-index: 9;
    left: 0;
    top: 5px;
    text-align: center;
    line-height: 21px;
}

#product-category #column-left .filter[data-type="brand"] .filter-options li label input:checked+span:before {
    content: "\f00c";
    font-family: FontAwesome;
    color: #222;
    border-color: #222;
}

#product-category #column-left .filter[data-type="price"].collpase .filter-price {
    display: none;
}

#product-category #column-left .filter[data-type="price"] .filter-price .min-amount,
#product-category #column-left .filter[data-type="price"] .filter-price .max-amount {
    font-size: 16px;
    font-weight: 500;
    font-family: ConduitLight, Helvetica, sans-serif;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 5px 0 0;
    color: #88af30;
    font-weight: 500;
}

#product-category #column-left .filter[data-type="price"] .filter-price .slider.slider-horizontal {
    width: calc(100% - 10px);
    height: 40px;
    margin: 0;
    padding: 0;
    float: left;
}

#product-category #column-left .filter[data-type="price"] .filter-price .slider.slider-horizontal .slider-track {
    background-color: #ddd;
    background-image: none;
    border: none;
}

#product-category #column-left .filter[data-type="price"] .filter-price .slider.slider-horizontal .slider-track .slider-selection {
    background-color: #9c9c9c;
    background-image: none;
    border-radius: 0;
}

#product-category #column-left .filter[data-type="price"] .filter-price .slider.slider-horizontal .slider-handle.round {
    width: 10px;
    border-radius: 3px;
    height: 25px;
    background-color: #222222;
    background-image: none;
    top: 7.5px;
}

#product-category .category-header {
    display: -webkit-box;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin: -96px 0 0;
    padding: 0;
    min-height: 300px;
    position: relative;
}

#product-category .category-header img {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

#product-category .category-header h1 {
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 1;
    left: 100px;
    top: 50%;
    font-size: 40px;
    color: #222;
    font-weight: 50;
    font-family: ConduitBold, Helvetica, sans-serif;
    text-transform: uppercase;
    line-height: 1;
}

#product-category .category-list {
    display: -webkit-box;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-flex-align: center;
    -ms-flex-align: center;
    -o-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0;
}

#product-category .category-list .content {
    display: inline-block;
    width: 100%;
    max-width: 1170px;
    height: auto;
    margin: 0;
    padding: 50px 0;
    float: left;
    text-align: center;
}

#product-category .category-product-list {
    display: -webkit-box;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-flex-align: center;
    -ms-flex-align: center;
    -o-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0;
}

#product-category .category-product-list .content {
    display: inline-block;
    width: 100%;
    max-width: 1170px;
    height: auto;
    margin: 0;
    padding: 0;
    float: left;
    text-align: center;
}

#product-category .category-product-list .content #column-left {
    width: 240px;
}

#product-category .category-product-list .content #content {
    width: calc(100% - 240px);
}

#product-category .category-list .content .category {
    display: inline-block;
    width: 25%;
    height: auto;
    margin: 0 0 50px;
    padding: 0;
    float: left;
    text-align: left;
}

#product-category .category-list .content .category:nth-child(4n+1) {
    clear: both;
}

#product-category .category-list .content .category>a {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 0 0 10px;
    padding: 0;
}

#product-category .category-list .content .category>a img {
    max-width: 160px;
    margin-bottom: 15px;
}

#product-category .category-list .content .category>a h3 {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 20px;
    color: #222;
    font-weight: 500;
    text-transform: uppercase;
    font-family: ConduitBold, Helvetica, sans-serif;
    line-height: 1;
}

#product-category .category-list .content .category>ul {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    float: left;
    list-style-type: none;
}

#product-category .category-list .content .category>ul li {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    float: left;
}

#product-category .category-list .content .category>ul li a {
    display: inline-block;
    float: left;
    width: 100%;
    height: auto;
    line-height: 25px;
    margin: 0;
    padding: 0;
    color: #666;
    font-weight: 500;
    font-size: 18px;
    font-family: ConduitLight, Helvetica, sans-serif;
}

#product-category .category-list .content .category>ul li a:hover {
    color: #222222;
}

.custom-title {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 30px;
    margin: 10px 0 5px;
    padding: 0;
    border: none;
    background-color: transparent;
    text-align: left;
    font-size: 26px;
    color: #222;
    font-weight: 500;
    text-transform: uppercase;
    font-family: ConduitBold, Helvetica, sans-serif;
    outline: none;
    line-height: 30px;
    float: left;
}

.custom-line {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 10px 0;
}

.custom-sorting {
    display: inline-block;
    float: left;
    width: auto;
    margin: 0 0 25px;
    padding: 0;
}

.custom-showing {
    display: inline-block;
    float: right;
    width: auto;
    margin: 0 0 25px;
    padding: 0;
}

.custom-sorting label.input-group-addon,
.custom-showing label.input-group-addon {
    display: inline-block;
    width: auto;
    margin: 0 15px 0 0;
    padding: 0;
    border: none;
    background-color: transparent;
    color: #666;
    font-weight: 500;
    font-size: 16px;
    font-family: ConduitLight, Helvetica, sans-serif;
    text-transform: uppercase;
    float: left;
    line-height: 30px;
}

.custom-sorting select.form-control,
.custom-showing select.form-control {
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 0;
    border: 1px solid #88af30;
    background-color: transparent;
    box-shadow: none;
    min-width: 1px;
    color: #88af30;
    font-weight: 500;
    font-size: 16px;
    font-family: ConduitLight, Helvetica, sans-serif;
    border-radius: 3px;
}

.breadcrumb {
    margin: 0;
    display: inline-block;
    width: 100%;
    padding: 0;
    border: none;
    background-color: transparent;
    float: left;
}

.breadcrumb li {
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 0;
    text-shadow: none;
    position: relative;
    float: left;
}

.breadcrumb li:after {
    display: none;
}

.breadcrumb li a {
    display: inline-block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #88af30;
    font-weight: 500;
    font-size: 16px;
    font-family: ConduitLight, Helvetica, sans-serif;
    position: relative;
    padding-right: 25px;
}

.breadcrumb li a:after {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    width: 25px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    text-align: center;
    color: #999;
    font-size: 14px;
}

.breadcrumb li:last-child a:after {
    display: none;
}

footer {
    background-color: #222;
    padding: 0;
    margin: 100px 0 0;
}

footer .avatar {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: -50px 0 30px;
    padding: 0;
    float: left;
}

footer .avatar img {
    display: inline-block;
    width: 130px;
    height: 130px;
    float: left;
    margin: 0 25px 0 0;
    padding: 0;
    border-radius: 100px;
}

footer .avatar .data {
    display: inline-block;
    width: calc(100% - 155px);
    margin: 0;
    padding: 50px 0 0;
    float: left;
}

footer .avatar .data h3 {
    display: inline-block;
    float: left;
    width: 100%;
    height: auto;
    line-height: 45px;
    margin: 0;
    padding: 0;
    color: #b8b8b8;
    font-family: ConduitBold, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
}

footer .avatar .data p {
    display: inline-block;
    float: left;
    width: 100%;
    height: auto;
    line-height: 20px;
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-family: ConduitLight, Helvetica, sans-serif;
    font-size: 26px;
    font-weight: 500;
    font-style: italic;
}

footer .avatar .data p a {
    color: #88af30;
}

footer .avatar .data p a:hover {}

footer .info {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 0 0 30px;
    padding: 20px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

footer .info ul {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-flex-align: center;
    -ms-flex-align: center;
    -o-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

footer .info ul li {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0 25px 0 0;
    padding: 0;
    list-style-type: none;
    float: left;
}

footer .info ul li:last-child {
    margin: 0;
}

footer .info ul li i {
    display: inline-block;
    width: 100px;
    height: 70px;
    float: left;
    border-right: 1px solid #ddd;
    margin: 0 25px 0 0;
    padding: 0 50px 0 0;
    text-align: center;
    line-height: 70px;
    font-size: 50px;
    color: #fff;
}

footer .info ul li div {
    display: inline-block;
    width: calc(100% - 125px);
    margin: 0;
    padding: 0;
    float: left;
}

footer .info ul li div span {
    display: inline-block;
    float: left;
    width: 100%;
    height: auto;
    line-height: 40px;
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-family: ConduitLight, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 500;
}

footer .info ul li div p {
    display: inline-block;
    float: left;
    width: 100%;
    height: auto;
    line-height: 20px;
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-family: ConduitLight, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 500;
}

footer .all-rights {
    display: inline-block;
    float: left;
    width: 100%;
    height: auto;
    line-height: 20px;
    margin: 50px 0 0;
    padding: 15px 0;
    color: #b8b8b8;
    font-family: ConduitLight, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

footer .col-sm-3 h5 {
    display: inline-block;
    float: left;
    width: 100%;
    height: auto;
    line-height: 40px;
    margin: 0 0 10px;
    padding: 0;
    color: #88af30;
    font-family: ConduitBold, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

footer .col-sm-3 ul {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

footer .col-sm-3 ul li {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    float: left;
}

footer .col-sm-3 ul li p {
    display: inline-block;
    float: left;
    width: 100%;
    height: auto;
    line-height: 30px;
    margin: 0;
    padding: 0;
    color: #b8b8b8;
    font-family: ConduitLight, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
}

footer .col-sm-3 ul li p i {
    display: inline-block;
    width: 30px;
    float: left;
    font-size: 16px;
    line-height: 30px;
}

footer .col-sm-3 ul li a {
    font-family: ConduitLight, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #b8b8b8;
    text-align: left;
    display: inline-block;
    float: left;
    line-height: 30px;
}

footer .col-sm-3 ul li p a {
    line-height: 30px;
    float: none;
}

footer .col-sm-3 ul li a:hover {
    color: #88af30;
}

footer .col-sm-3 img {
    max-width: 100%;
    margin-top: 25px;
}

footer .col-sm-3.social ul li {
    width: auto;
    margin-right: 20px;
}

footer .col-sm-3.social ul li:last-child {
    margin: 0;
}

footer .col-sm-3.social ul li a {
    display: inline-block;
    color: #fff;
}

footer .col-sm-3.social ul li a:hover {
    color: #88af30;
}

footer .col-sm-3.social ul li a i {
    font-size: 30px;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #88af30;
}

.related-products {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 50px 0 0;
    padding: 0;
}

.related-products .custom-title {
    text-align: center;
    margin-bottom: 15px;
}

.related-products .related-product {
    display: inline-block;
    float: left;
    width: calc(16.66666666% - 16.66666666px);
    height: auto;
    margin: 0 20px 0 0;
    padding: 0;
}

.related-products .related-product:last-child {
    margin: 0;
}

.module-products {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 50px 0 0;
    padding: 0;
}

.module-products .custom-title {
    text-align: center;
    margin-bottom: 15px;
}

.module-products .module-product {
    display: inline-block;
    float: left;
    width: calc(16.66666666% - 16.66666666px);
    height: auto;
    margin: 0 20px 0 0;
    padding: 0;
}

.module-products .module-product:last-child {
    margin: 0;
}

.custom-title-info {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 30px;
    margin: 30px 0 45px;
    padding: 0;
    border: none;
    background-color: transparent;
    text-align: center;
    font-size: 32px;
    color: #222;
    font-weight: 500;
    text-transform: uppercase;
    font-family: ConduitBold, Helvetica, sans-serif;
    outline: none;
    line-height: 30px;
    float: left;
}

.slideshow-style .swiper-viewport {
    margin: 0;
    background-color: transparent;
    border: none;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
}

.slideshow-style .swiper-viewport .swiper-slide {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.slideshow-style .swiper-viewport .swiper-slide img {
    width: 100%;
}

.slideshow-style .swiper-viewport .swiper-button-next:before,
.slideshow-style .swiper-viewport .swiper-button-prev:before {
    font-family: FontAwesome;
    width: 35px;
    height: 35px;
    font-size: 35px;
    color: #000000;
    text-shadow: none;
}

.slideshow-style .swiper-viewport .swiper-button-next:before {
    content: "\f105";
}

.slideshow-style .swiper-viewport .swiper-button-prev:before {
    content: "\f104";
}

.slideshow-style .swiper-viewport:hover .swiper-button-next,
.slideshow-style .swiper-viewport:hover .swiper-button-prev,
.slideshow-style .swiper-viewport .swiper-button-next,
.slideshow-style .swiper-viewport .swiper-button-prev {
    transform: translate(0, -50%);
    background-color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    border-radius: 3px;
    opacity: 0.7;
    font-weight: 100;
    top: 50%;
    margin: 0;
}

.slideshow-style .swiper-viewport:hover .swiper-button-next,
.slideshow-style .swiper-viewport .swiper-button-next {
    right: 15px
}

.slideshow-style .swiper-viewport:hover .swiper-button-prev,
.slideshow-style .swiper-viewport .swiper-button-prev {
    left: 15px
}

.slideshow-style .swiper-viewport .swiper-button-next:hover,
.slideshow-style .swiper-viewport .swiper-button-prev:hover {
    opacity: 1;
    background-color: #222222;
}

.slideshow-style .swiper-viewport .swiper-button-next:hover:before,
.slideshow-style .swiper-viewport .swiper-button-prev:hover:before {
    color: #ffffff;
}

.slideshow-style .swiper-viewport .swiper-pagination {
    display: none;
}

.banner-style {
    display: inline-block !important;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: center;
}

.banner-style .swiper-container {
    display: block !important;
}

.banner-style .swiper-viewport {
    margin: 0;
    background-color: transparent;
    border: none;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    max-width: 1170px;
    display: inline-block;
}

.banner-style .swiper-viewport .swiper-slide {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 20px 0;
    text-align: center;
}

.banner-style .swiper-viewport .swiper-slide img {
    width: auto;
}

.banner-style .swiper-viewport .swiper-button-next:before,
.banner-style .swiper-viewport .swiper-button-prev:before {
    font-family: FontAwesome;
    width: 35px;
    height: 35px;
    font-size: 35px;
    color: #000000;
    text-shadow: none;
}

.banner-style .swiper-viewport .swiper-button-next:before {
    content: "\f105";
}

.banner-style .swiper-viewport .swiper-button-prev:before {
    content: "\f104";
}

.banner-style .swiper-viewport:hover .swiper-button-next,
.banner-style .swiper-viewport:hover .swiper-button-prev,
.banner-style .swiper-viewport .swiper-button-next,
.banner-style .swiper-viewport .swiper-button-prev {
    transform: translate(0, -50%);
    background-color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    border-radius: 3px;
    opacity: 0.7;
    font-weight: 100;
    top: 50%;
    margin: 0;
}

.banner-style .swiper-viewport:hover .swiper-button-next,
.banner-style .swiper-viewport .swiper-button-next {
    right: 15px
}

.banner-style .swiper-viewport:hover .swiper-button-prev,
.banner-style .swiper-viewport .swiper-button-prev {
    left: 15px
}

.banner-style .swiper-viewport .swiper-button-next:hover,
.banner-style .swiper-viewport .swiper-button-prev:hover {
    opacity: 1;
    background-color: #222222;
}

.banner-style .swiper-viewport .swiper-button-next:hover:before,
.banner-style .swiper-viewport .swiper-button-prev:hover:before {
    color: #ffffff;
}

.banner-style .swiper-viewport .swiper-pagination {
    display: none;
}

.custom-box-search {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 0 0 25px;
    padding: 0;
}

.custom-box-search .custom-title {
    text-align: center;
    margin-bottom: 15px;
}

.custom-box-search .custom-box-search-options {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 0 15px -10px rgba(0, 0, 0, 0.7);
    border-radius: 3px;
}

.custom-box-search .custom-box-search-options input[type="text"] {
    display: inline-block;
    width: auto;
    margin: 2.5px 15px 0 0;
    float: left;
    min-width: 300px;
}

.custom-box-search .custom-box-search-options select {
    display: inline-block;
    width: auto;
    margin: 2.5px 15px 0 0;
    float: left;
}

.custom-box-search .custom-box-search-options .custom-box-search-options-checkbox {
    display: inline-block;
    width: auto;
    margin-right: 15px;
    float: left;
}

.custom-box-search .custom-box-search-options .custom-box-search-options-checkbox label {
    display: inline-block;
    width: 100%;
    margin: 0;
    float: left;
    text-align: left;
}

.custom-box-search .custom-box-search-options input[type="button"] {
    float: right;
    margin: 2.5px 0 0 0;
}

#product-manufacturer .product-layout,
#product-search .product-layout {
    display: inline-block;
    float: left;
    width: calc(20% - 16px);
    height: auto;
    margin: 0 20px 20px 0;
    padding: 0;
}

#product-manufacturer .product-layout .product-thumb.product-layout-custom,
#product-search .product-layout .product-thumb.product-layout-custom {
    margin-bottom: 0;
}

#product-manufacturer .product-layout:nth-child(5n),
#product-search .product-layout:nth-child(5n) {
    margin-right: 0;
}

#product-manufacturer .product-layout:nth-child(5n+1),
#product-search .product-layout:nth-child(5n+1) {
    clear: both;
}

.products-product-list {
    display: -webkit-box;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-flex-align: center;
    -ms-flex-align: center;
    -o-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0;
}

.products-product-list .products-product-list-content {
    display: inline-block;
    width: 100%;
    max-width: 1170px;
    height: auto;
    margin: 0;
    padding: 0;
    float: left;
    text-align: center;
}