.no-padding {
    padding: 0!important;
}
.no-padding-left {
    padding-left: 0!important;
}
.no-padding-right {
    padding-right: 0!important;
}
.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 75rem;
}
.heading {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 20px;
}
.heading h2{
    font-size: 24px;
    font-weight: 400;
    line-height: 56px;
}
table tbody tr:nth-child(2n) {
    background-color: #f8f8f8;
}
hr {
    margin: 10px 0;
}
header .infobar {
    border: 0;
    padding: 10px 0;
    margin: 0;
}
header .infobar p, header .infobar a{
    font-size: 12px;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}
header .infobar p i{
    font-size: 18px;
    text-transform: none;
    color:#555;
    margin-right: 5px;
}
header .right-menu .menu li, header .right-menu .menu li a {
    color: #444;
    font-size: 13px;
}
header .right-menu .menu li a i{
    font-size: 36px;
    color:#d1d1d1;
    margin-bottom: 8px;
}
header .header-row {
    padding: 30px 0;
}
header .header-row .search-bar {
    margin-top: 18px;
}
header .header-row .ps-badge {
    position: relative;
}
header .header-row .ps-badge span{
    display: block;
}
header .header-row .ps-badge .badge {
    position: absolute;
    top: 4px;
    line-height: normal;
}
header .header-row .ps-badge.right-badge .badge {
    right: 25px;
}

.breadcrumbs {
    margin-top: 5px;
}

.small-10x-padding .columns,
.small-10x-padding .column{
    padding-left: 10px;
    padding-right: 10px;
}
.small-3x-padding .column,
.small-3x-padding .columns{
    padding-left: 3px;
    padding-right: 3px;
}

/* ---- Footer ---- */
footer {
    background-color:#ebebeb;
}
footer section{
    display: block;
    padding: 20px;
}
footer section .footer-container{
    margin-bottom: 40px;
}
footer section .footer-container h6{
    font-size: 13px;
    font-weight: 600;
}
footer section .secondary-footer-row img{
    margin-bottom: 5px;
}
footer section .secondary-footer-row a {
    margin-bottom: 5px;
}
footer section .secondary-footer-row a.button.small {
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
}
footer section ul.menu li a{
    padding: 5px;
    color:#666;
}
/* ---- Checkout Cart Table Important ----- */
@media screen and (max-width: 780px) {
    footer section .secondary-footer-row .medium-12{
        border-bottom: 0;
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 39.9375em) {
    footer .small-12 {
        border-bottom: 1px solid #e1e1e1;
        margin-bottom: 5px;
    }
    footer .small-12:last-of-type {
        border-bottom: 0;
    }
    footer .small-12 h5 {
        cursor: pointer;
        padding: 0 10px;
    }
    footer .small-12 h5::before{
        content: "+";
        padding-right: 5px;
    }
    footer section {
        padding: 10px 0;
    }
    footer section .columns{
        padding: 0px;
    }
    footer section ul.menu {
        margin-left: 0;
    }
    footer section .toggler-hide {
        display: none;
        background-color: #fff;
    }
    footer section .white-on-small {
        background-color: #fff;
        padding: 10px;
    }

    footer section .secondary-footer-row .row{
        margin-right: 10px;
        margin-left: 10px;
    }
    footer section .secondary-footer-row .row > div{
        border-bottom: 0;
    }
    footer section .secondary-footer-row .row .social {
        text-align: left!important;
        margin-top: 25px;

    }
    footer section .secondary-footer-row .row .trusted {
        text-align: left!important;
        margin-top: 25px;
    }
}

/* ---- OWL Carousel -----
.owl-theme .owl-controls .owl-buttons div {
    padding: 5px 9px;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    -ms-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
}
.owl-theme:hover .owl-controls .owl-buttons div {
    opacity: 1;
}
.owl-theme .owl-controls .owl-buttons .owl-prev{
    left: -20px;
    top: 25%;
}
.owl-theme .owl-controls .owl-buttons .owl-next{
    right: -20px;
    top: 25%;
}
.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    text-align: center;
    color:#666;
    font-size: 24px;
}
*/

.owl-theme .owl-controls .owl-buttons div {
    padding: 5px 10px;
}
.owl-theme:hover .owl-controls .owl-buttons div {

}
.owl-theme .owl-controls .owl-buttons .owl-prev{
    left: -1px;
    top: 25%;
}
.owl-theme .owl-controls .owl-buttons .owl-next{
    right: -1px;
    top: 25%;
}
.owl-theme .owl-controls .owl-buttons div {
    background: rgba(255, 255, 255, 0.75) none repeat scroll 0 0;
    border: 1px solid rgba(238, 238, 238, 0.75);
    border-radius: 3px;
    color: transparent;
    cursor: pointer;
    position: absolute;
    text-align: center;
    color:#444;
    font-size: 24px;
}
.owl-theme .owl-controls .owl-buttons div:hover {
    color:#888;
    background: #fff;
}

/* --- OWL Small list e.g Brands --- */
.owl-theme.small-list  .owl-controls .owl-buttons div {
    background: none transparent;
    border: 0;
}
.owl-theme.small-list  .owl-controls .owl-buttons .owl-prev{
    left: -10px;
    top: 10%;
}

.owl-theme.small-list  .owl-controls .owl-buttons .owl-next{
    right: -10px;
    top: 10%;
}


/* ---- Home OWL ----- */
#owl-home-top .owl-controls .owl-buttons div {
    background: #f0f0f0;
    padding: 10px 5px 10px 0;
    width: 40px;
}
#owl-home-top .owl-controls .owl-buttons .owl-prev{
    left: 10px;
    top: 46%;
}
#owl-home-top .owl-controls .owl-buttons .owl-next{
    right: 10px;
    top: 46%;
    padding: 10px 0 10px 5px;
}

/* --- Media Querys --- */
@media screen and (max-width: 39.9375em) {
    .small-only-text-center {
        text-align: center!important;
    }
    header .header-row {
        padding: 0!important;
    }
    header .header-row .menu {
        float: none!important;
        margin: 0 auto;
        text-align: center;
        width: 200px;
    }
    header .header-row .logo {
        padding: 0!important;
    }
    header .header-row .logo img{
        width: 100%!important;
        margin: 0 auto;
    }
    .owl-theme .owl-controls .owl-buttons {
        display: none;
    }
}

/* Medium and up */
@media screen and (min-width: 40em) {
    .medium-only-text-center {
        text-align: center!important;
    }
    header .header-row .menu {
        float: none!important;
        margin: 0 auto;
        text-align: center;
        width: 310px;
    }
}

/* Rating Stars */

.star-rating {
    font-size: 0;
    white-space: nowrap;
    display: inline-block;
    width: 125px;
    height: 25px;
    overflow: hidden;
    position: relative;
    background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjREREREREIiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=');
    background-size: contain;
}
.star-rating i {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 20%;
    z-index: 1;
    background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjRkZERjg4IiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=');
    background-size: contain;
}
.star-rating input {
    -moz-appearance: none;
    -webkit-appearance: none;
    opacity: 0;
    display: inline-block;
    width: 20%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 2;
    position: relative;
}
.star-rating input:hover + i,
.star-rating input:checked + i {
    opacity: 1;
}
.star-rating i ~ i {
    width: 40%;
}
.star-rating i ~ i ~ i {
    width: 60%;
}
.star-rating i ~ i ~ i ~ i {
    width: 80%;
}
.star-rating i ~ i ~ i ~ i ~ i {
    width: 100%;
}


/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) { }

/* Large and up */
@media screen and (min-width: 64em) {}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {

}
