/* General */

body {
    margin: 0px;
    background-color: #323232;
}

body, td, p, input, textarea, select, label {
    font-family: "Titillium Web", sans-serif;
    font-size: 14px;
}

p {
    margin: 15px 0px;
}

img {
    border: 0px;
}

a {
    color: #0a507e;
    text-decoration: underline;
}

a:hover {
    color: #468ab7;
    text-decoration: none;
}

a.title-link {
    font-weight: bold;
    text-decoration: none; 
}

a.btn-link {
    display: inline-block;
    background-color: #07507f;
    color: #fefefe;
    border-radius: 3px;
    text-align: center;
    padding: 5px 20px;
    font-weight: normal;
    text-decoration: none;
    transition: all .2s ease-in;
}

a.btn-link:hover {
    background-color: #4790ca;
}

.icon {
    cursor: pointer;
}

.popup-content {
    position: relative;
    background: #ffffff;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}

ul.piclinks {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

ul.piclinks li {
    display: inline-block;
    margin: 20px;
    vertical-align: middle;
    width: 150px;
    text-align: center;
}

.tbl {
    width: 100%;
    border-collapse: collapse;
}

.tbl td {
    border: 1px solid #e4e4e4;
    padding: 5px;
}

.tbl .tbl-head {
    background-color: #f4f4f4;
    font-weight: bold;
}

.tbl .tbl-footer {
    background-color: #f8f8f8;
    font-weight: bold;
}

.clear {
    clear: both;
}

/* Layout */

.layout-content {
    background-color: #fefefe;
}

.container {
    width: 95%;
    max-width: 1300px;
    margin: 0px auto;
    box-sizing: border-box;
    position: relative;
}

.container-full {
    width: 100%;
}

.container-box {
    position: relative;
    border: 1px solid #e4e4e4;
    padding: 20px 40px;
    background-color: #ffffff;
    margin-bottom: 20px;
}

.container-box h2 {
    color: #0a507e;
    text-transform: uppercase;
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 18px;
}

.container-page {
    min-height: 300px;
    overflow-x: auto;
}

.container-page img {
    max-width: 100%;
}

.product-list {
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 0px -10px;
    margin-top: 15px;
}

.product-box {
    flex-basis: 20%;
    width: 18%;
    height: 290px;
    border: 1px solid rgb(245, 245, 245);
    background-color: #ffffff;
    margin: 10px;
    display: inline-block;
    cursor: pointer;
    -webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.1), 0 10px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 14px 28px rgba(0,0,0,0.1), 0 10px 10px rgba(0,0,0,0.1);
    box-shadow: 0 14px 28px rgba(0,0,0,0.1), 0 10px 10px rgba(0,0,0,0.1);
}

.product-box:hover {
    -webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    -moz-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.product-box-picture {
    width: 100%;
    height: 200px;
    position: relative;
    margin-top: 10px;
}

.product-box-picture img {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    width: 80%;
    max-width: 180px;
    max-height: 190px;
}

.product-box-title {
    padding: 0px 20px;
    height: 45px;
    overflow: hidden;
}

.product-box-category {
    padding: 0px 20px;
}

.product-box-category a {
    text-decoration: none;
    text-transform: uppercase;
    color: #777777;
    font-size: 12px;
}

.product-list-more {
    text-align: center;
    margin-top: 15px;
}

.product-list-more a {
    font-size: 26px;
    color: #777777;
}

@media only screen and (max-width: 1024px) {

    .product-list {
        flex-wrap: wrap;
    }

    .product-box {
        flex-shrink: 0;
        flex-basis: 160px;
        width: 160px;
        margin: 5px;
    }

}

@media only screen and (max-width: 990px) {

    .product-box {
        flex-basis: 220px;
        width: 220px;
        margin: 10px;
    }

}

@media only screen and (max-width: 400px) {

    .product-box {
        flex-basis: 100%;
        width: 100%;
    }

}

/* Product */

.product-picture {
    position: relative;
    margin-bottom: 15px;
    width: 300px;
}

.product-picture-small {
    position: relative;
    margin-right: 15px;
    margin-bottom: 15px;
    float: left;
    width: 100px;
}

.product-picture-small img.video-play {
    width: 40px !important;
}

.product-picture img, .product-picture-small img {
    _width: 100%;
}

.product-logo {
    margin: 10px 0px;
}

.option-elem {
    margin-bottom: 5px;
}

.option-elem label {
    display: inline-block;
    width: 50px;
}

.option-elem .inp {
    width: 140px;
}

/* Header */

.logo {
    float: left;
    margin: 15px 0px;
    height: 90px;
    width: 45%;
}

.logo img {
    max-width: 100%;
    max-height: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

a.header-title, a.header-title:hover {
    font-size: 36px;
    font-weight: bold;
    text-decoration: none;
    color: #666666;
    line-height: 90px;
}

.burger {
    float: right;
    margin-top: 35px;
    margin-left: 30px;
    text-align: center;
    color: #73a3dc;
    cursor: pointer;
}

.burger div {
    display: inline-block;
    width: 24px;
}

.burger div span {
    display: block;
    height: 2px;
    background-color: #468fca;
    margin: 6px 0px;
}

.burger b {
    display: block;
    font-weight: normal;
    color: #468fca;
    margin-top: -5px;
    text-transform: uppercase;
    font-size: 11px;
}

.burger:hover div span {
    background-color: #68b1ec;
}

.burger:hover b {
    color: #68b1ec;
}

.search {
    position: relative;
    float: right;
    margin-top: 40px;
    display: inline-block;
    border: 1px solid #468fca;
    padding: 5px 22px 5px 10px;
    box-sizing: border-box;
    width: 220px;
}

.search input {
    width: 100%;
    border: 0px;
    outline: 0px;
}

.search i {
    position: absolute;
    right: 4px;
    top: 8px;
    cursor: pointer;
    color: #468fca;
}

@media only screen and (max-width: 1000px) {
    /*
    .logo img {
        height: auto;
        width: 100%;
    }
    */
    .search {
        width: 200px;
    }
}

@media only screen and (max-width: 580px) {
    .logo {
        width: 70%;
    }
    /*
    .logo img {
        height: auto;
        width: 100%;
    }
    */
    .search {
        float: none;
        width: 100%;
        margin: 0px 0px 15px 0px;
    }
}


/*
@media only screen and (max-width: 700px) {

    .logo img {
        height: auto;
        width: 45%;
    }

    .burger {
        margin-top: 25px;
    }

    .search {
        margin-top: 30px;
        width: 200px;
    }

}

@media only screen and (max-width: 580px) {
    .logo img {
        height: 36px;
        width: auto;
    }
    .burger {
        margin-top: 25px;
    }

    .search {
        float: none;
        width: 100%;
        margin: 0px 0px 15px 0px;
    }

}
*/
/* Top Menu */

.menu-bar-container {
    overflow: visible;
}

.top-menu {
    background-color: #0a507e;
    color: #ffffff;
    display: none;
}

.top-menu-toggle {
    display: none;
    padding: 15px 5px;
    text-align: right;
    text-transform: uppercase;
    cursor: pointer;
}

ul.menu-bar li.ext {
    float: right;
}

ul.menu-bar-alt-ext {
    display: none;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    text-align: right;
    background-color: #ffffff;
}

ul.menu-bar-alt-ext li {
    display: inline-block;
    margin-right: 20px;
    padding-bottom: 10px;
}

ul.menu-bar-alt-ext li a {
    text-decoration: none;
}

ul.menu-bar-alt-ext li a:hover {
    text-decoration: none;
}

ul.menu-bar-alt {
    display: none;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    padding-bottom: 15px;
}

ul.menu-bar-alt li a {
    display: block;
    padding: 5px 5px 5px 20px;
    color: #ffffff;
    text-decoration: none;
}

ul.menu-bar-alt li a:hover {
    background-color: #1a1a1a;
}

ul.menu-bar-alt li ul {
    display: none;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

ul.menu-bar-alt li ul li a {
    padding-left: 40px;
    font-weight: normal;
}

@media only screen and (max-width: 1100px) {

    ul.menu-bar {
        display: none;
    }

    .top-menu-toggle, ul.menu-bar-alt-ext {
        display: block;
    }

}

/* Teaser */

.teaser {
    background-color: #000000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    max-height: 650px;
    width: 100%;
    overflow: hidden;
}

.teaser video {
    display: block;
    width: 100%;
}

.teaser-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    color: #fefefe;
}

.teaser-overlay-clear {
    background-color: rgba(0, 0, 0, 0);
    display: none;
}

.teaser-content {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.teaser-content h1 {
    margin: 0px;
    font-weight: bold;
    font-size: 72px;
    line-height: 72px;
}

.teaser-content h2 {
    margin: 15px 0px 0px 0px;
    font-weight: normal;
    font-size: 38px;
    line-height: 38px;
}

.teaser-button {
    margin-top: 20px;
}

.teaser a.btn-link {
    font-weight: bold;
    font-size: 18px;
    padding: 10px 30px;
}

.teaser a.btn-link:hover {
    -webkit-box-shadow: -12px 9px 53px 0px rgba(145, 145, 145, 0.61);
    -moz-box-shadow: -12px 9px 53px 0px rgba(145, 145, 145, 0.61);
    box-shadow: -12px 9px 53px 0px rgba(145, 145, 145, 0.61);
}


@media only screen and (max-width: 800px) {

    .teaser-content h1 {
        font-size: 58px;
        line-height: 58px;
    }

    .teaser-content h2 {
        font-size: 32px;
        line-height: 32px;
    }

}

@media only screen and (max-width: 635px) {

    .teaser-content h1 {
        font-size: 52px;
        line-height: 52px;
    }

    .teaser-content h2 {
        font-size: 28px;
        line-height: 28px;
    }

}

@media only screen and (max-width: 500px) {

    .teaser-content h1 {
        font-size: 38px;
        line-height: 38px;
    }

    .teaser-content h2 {
        font-size: 22px;
        line-height: 22px;
    }

}

/* Banners */

.carousel-item {
    text-align: center;
    overflow: hidden;
}

.carousel-item a {
    display: block;
    text-align: center;
    background-color: #31343b;
    color: #ffffff;
    font-size: 16px;
    padding: 5px 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    transition: all .2s ease-in;
}

.carousel-item {
    cursor: pointer;
}

.carousel-image {
    width: 100%;
    transition: all .2s ease-in;
}

.carousel-item:hover a {
    background-color: #111111;
}

.banners-wrapper {
    background-color: #0c507d;
    padding: 20px 0px;
}

.banners-wrapper-alt {
    background-color: #dfdfdf;
}

.banners-wrapper img {
    filter: grayscale(100%);
}

.banners-wrapper .carousel-item:hover img {
    filter: grayscale(0%);
}

/* Services */

.services-wrapper {
    background-color: #fdfdfd;
    padding: 20px 0px;
}

.services-wrapper img.carousel-image {
    opacity: 0.9;
}

img.video-play {
    opacity: 0.5;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px !important;
    cursor: pointer;
}

.services-wrapper .carousel-item:hover img, .product-picture:hover img.video-play {
    opacity: 1;
}

.services-wrapper .carousel-item a {
    color: #ffffff;
    text-decoration: none;
}

.services-wrapper .carousel-item a:hover {
    color: #ffffff;
    text-decoration: none;
}

.services-wrapper .carousel-item:hover a {
    background-color: #0e507c;
}

/* About Us */

.about-wrapper {
    background-color: #f2f2f2;
    padding: 20px 0px;
}    

.about-wrapper .container-box {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0px;
}

/* Sidebar */

.overlay {
    position: fixed;
    width: 100%; 
    height: 100%; 
    top: 0px; 
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 99999999998;
}

.sidebar {
    position: fixed;
    width: 95%;
    max-width: 235px;
    height: 100%; 
    top: 0px; 
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(26, 26, 26, 0.9);
    color: #ffffff;
    overflow: auto;
    padding: 5px 15px;
    display: none;
    z-index: 99999999999;
}

.sidebar::-webkit-scrollbar {
    width: 0px;  
    background: transparent;  
}

.close {
    position: fixed;
    top: 10px;
    left: 225px;
    display: inline-block;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.close span {
    display: block;
    position: absolute;
    top: 12px;
    left: 0px;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
}

.close span.l {    
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);    
}

.close span.r {    
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);    
}

ul.menu {
    display: none;
}

ul.menu, ul.menu ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

ul.menu {
    margin-bottom: 20px;
}

ul.menu li {
    margin-top: 7px;
}

ul.menu li ul li {
    margin-top: 0px;
}

ul.menu li a {
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
}

ul.menu ul {
    margin-left: 20px;
    display: none;
}

ul.menu ul li a {
    font-weight: normal;
}

ul.menu a:hover {
    color: #dddddd;
}

ul.menu .icon-cat-expand {
    margin-right: 6px;
    cursor: pointer;
}

/* Specials & Featured */

.specials-wrapper {
    background-color: #e8e8e8;
    padding: 20px 0px;
}

/* Products List */

.results-wrapper {
    background-color: #f2f2f2;
    padding: 20px 0px;
}    

.results-wrapper .container-box {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 15px;
}

.list-sidebar {
    float: left;
    width: 250px;
}

ul.filters input[type="checkbox"]:checked + label {
    font-weight: bold;
} 

.list-box {
    margin-left: 265px;
}

ul.filters {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

ul.filters li {
    margin-bottom: 5px;
}

ul.filters li ul {
    display: none;
    margin-left: 10px;
}

ul.filters li ul li {
    margin-bottom: 0px;
}

ul.filters li a, ul.filters li a:hover {
    text-decoration: none;
    color: #000000;
}

.total-items {
    position: relative;
    margin-bottom: 15px;
}

.total-items ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    float: right;
}

.total-items ul li {
    display: inline-block;
    margin-left: 10px;
}

.total-items ul li i {
    font-size: 18px;
}

ul.resp-filters {
    display: none;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    text-align: center;
    background-color: #fafafa;
}

ul.resp-filters li {
    display: inline-block;
    margin: 10px;
}

ul.resp-filters li a {
    text-decoration: none;
}

#found-items {
    text-align: center;
    padding-bottom: 120px
}

.price {
    color: #2a985d;
    font-size: 18px;
    font-weight: bold;
}

.old-price {
    color: #931d1d;
    font-size: 16px;
    font-weight: bold;
    text-decoration: line-through;
    margin-right: 10px;
}

.products-grid-item {
    display: inline-block;
    position: relative;
    width: 217px;
    margin: 10px;
    margin-right: 6px;
    padding: 0px;
    vertical-align: top;
    border: 1px solid #e4e4e4;
    text-align: center;
}

.products-grid-item-logo {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: rgba(255, 255, 255, 0.5);
}

.products-grid-bestseller {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50px;
}

.products-grid-item-image {
    width: 217px;
    height: 210px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.products-grid-item img {
    max-width: 190px;
    max-height: 180px;
}

.products-grid-item-title {
    padding: 5px;
    height: 40px;
    overflow: hidden;
}

.products-grid-item-sublink {
    padding: 0px 5px 10px 5px;
    height: 32px;
    overflow: hidden;
}

.products-grid-item-sublink a {
    text-decoration: none;
    color: #777777;
    text-transform: uppercase;
    font-size: 12px;
}

.products-grid-item-sublink a:hover {
    color: #333333;
}

.products-grid-item-price {
    height: 30px;
    padding: 5px;
    overflow: hidden;
}

.products-grid-item-buttons {
    display: none;
    padding: 10px;
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -120px;
    background: #ffffff;
    z-index: 100;
    border: 1px solid #e4e4e4;
    border-top: 0px;
    -webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.1), 0 10px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 14px 28px rgba(0,0,0,0.1), 0 10px 10px rgba(0,0,0,0.1);
    box-shadow: 0 14px 28px rgba(0,0,0,0.1), 0 10px 10px rgba(0,0,0,0.1);
}

.products-grid-item-buttons a {
    display: block;
    margin-bottom: 5px;
}

@media only screen and (max-width: 630px) {

    .list-sidebar {
        float: none;
        width: 100%;
        display: none;
    }

    .list-box {
        margin-left: 0px;
        padding: 15px;
    }

    ul.resp-filters {
        display: block;
    }

}

.list-item {
    text-align: left;
    padding: 20px;
    margin-bottom: 15px;
    border: 1px solid rgb(245, 245, 245);
}

.list-item-logo {
     margin: 10px 0px;
}

.list-item-bestseller {
     position: absolute;
     top: 0px;
     left: 0px;
     width: 50px;
}

.list-item-image {
    position: relative;
    float: left;
    width: 190px;
    text-align: center;
}

.list-item-image img {
    max-width: 190px;
}

.list-item-content {
    margin-left: 210px;
    margin-right: 160px;
}

.list-item-side-buttons {
    float: right;
    width: 150px;
    text-align: center;
}

.list-item-side-buttons a.btn-link {
    display: block;
}

.list-item-content h3 {
    margin-top: 0px;
    font-size: 16px;
}

.list-item-buttons {
    display: none;
    margin-top: 10px;
}

.list-item-buttons a {
    margin-top: 5px;
}

.load-more {
    text-align: center;
    margin-top: 15px;
}

a.btn-load-more {
    background-color: #cccccc;
    color: #444444;
}

a.btn-load-more:hover {
    background-color: #dddddd;
}

.loading {
    display: none;
}

@media only screen and (max-width: 1100px) {

    .list-item-side-buttons {
        display: none;
    }

    .list-item-content {
        margin-right: 0px;
    }

    .list-item-buttons {
        display: block;
    }

}

@media only screen and (max-width: 1000px) {

    .list-item-image {
        width: 100px;
    }

    .list-item-image img {
        max-width: 100px;
    }

    .list-item-content {
        margin-left: 115px;
    }

    .list-item-bestseller {
        width: 40px;
    }

}

@media only screen and (max-width: 800px) {

    .list-item-image {
        width: 60px;
    }

    .list-item-image img {
        max-width: 60px;
    }

    .list-item-content {
        margin-left: 80px;
    }

    .list-item-desc {
        display: none;
    }

    .list-item-buttons a {
        display: block;
    }

    .list-item-buttons .add-qty {
        display: block;
        margin-bottom: 2px;
        width: 100%;
    }

    .list-item-bestseller {
        width: 28px;
    }
}

/* Similar Products */

.similar-product-list .product-box {
    display: inline-block;
    width: 218px;
}

@media only screen and (max-width: 860px) {

    .similar-product-list {
        text-align: center;
    }

}

/* Threads */

.thread-box {
    margin-right: 265px;
}

.thread-sidebar {
    float: right;
    width: 250px;
}

.thread-sidebar a.btn-link {
    display: block;
}

.thread-item {
    text-align: left;
    border: 1px solid #e4e4e4;
    padding: 20px;
    margin-bottom: 20px;
}

.thread-item-content {
    margin-left: 0px;
}

.thread-item h3 {
    margin-top: 0px;
}

.thread-item-date {
    color: #777777;
}

@media only screen and (max-width: 700px) {

    .thread-sidebar {
        float: none;
        width: 100%;
    }

    .thread-box {
        margin-right: 0px;
    }

    .thread-sidebar .inp {
        max-width: 100%;
    }

    .thread-sidebar a.btn-link {
        display: inline-block;
    }

}

/* Galleries */

.gallery-item {
    display: inline-block;
    position: relative;
    width: 220px;
    height: 260px;
    border: 1px solid #e4e4e4;
    text-align: center;
    margin-right: 15px;
    margin-bottom: 15px;
}

.gallery-item-image {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 220px;
    height: 200px;
    margin: auto;
}

.gallery-item img {
    max-width: 100%
}

.gallery-item-title {
    height: 42px;
    overflow: hidden;
    padding: 0px 5px;
    /*
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    */
}

@media only screen and (max-width: 860px) {

    .gallery-items {
        text-align: center;
    }

}

/* Forms */

.elem {
    margin: 15px 0px;
}

.elem-extra {
    margin: 30px 0px 10px 0px;
}

label {
    margin-right: 10px;
}

.lbl {
    display: block;
    margin-bottom: 5px;
}

.req {
    color: #ff0000;
}

.inp {
    border: 1px solid #e4e4e4;
    border-radius: 2px;
    padding: 5px;
    width: 100%;
    max-width: 500px;
    box-sizing: border-box;
}

.inp:focus {
    outline-color: #afc5e1;
}

textarea.inp {
    height: 80px;
    resize: vertical;
}

/* Quote List */

#quotes {
    display: none;
    position: fixed;
    top: 50%;
    right: 0px;
    text-align: center;
    width: 60px;
    height: 100px;
    padding-top: 10px;
    background-color: rgba(12, 80, 125, .9);
    color: #ffffff;
    border-radius: 10px 0px 0px 10px;
    cursor: pointer;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    -moz-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

/* Shopping Cart */

.icon-cart {
    position: relative;
    margin-right: 10px;
}

.icon-cart span {
    position: absolute;
    top: -10px;
    left: 10px;
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    background-color: #2a985d;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    border-radius: 9px;
    font-style: normal;
    font-family: Arial, sans-serif;
}

.add-qty {
    text-align: center;
    width: 100px;
}

.add-qty-block {
    display: block;
    margin-bottom: 2px;
    width: 100%;
}

.cart {
    display: table;
    width: 100%;
    border-collapse: collapse;
    box-sizing: border-box;
}

.cart-header {
    font-weight: bold;
}

.cart-item {
    display: table-row;
}

.cart-item-block {
    display: table-cell;
    vertical-align: middle;
    padding: 20px;
    border: 1px solid #e4e4e4;
}

.cart-item-image {
    width: 100px;
    text-align: center;
}

.cart-item-details {
    margin-top: 10px;
}

.cart-item-qty, .cart-item-total, .cart-item-remove {
    width: 90px;
    text-align: center;
}

.cart-item-qty {
    width: 80px;
    text-align: center;
}

.cart-item-total {
    width: 100px;
    text-align: right;
}

.cart-item-remove {
    width: 80px;
    text-align: center;
}

.cart-item-qty input {
    width: 100%;
    text-align: center;
}

.cart-item-remove i {
    font-size: 20px;
    color: #777777;
}

.cart-item-remove i:hover {
    color: #999999;
}

.cart-footer {
    font-weight: bold;
}

.cart-buttons {
    margin-top: 20px;
}

.cart-buttons-left {
    float: left;
}

.cart-buttons-right {
    float: right;
}

a.btn-checkout {
    font-size: 16px;
    font-weight: bold;
}

a.btn-checkout-top {
    position: absolute;
    top: 20px;
    right: 40px;
}

.cart-item .resp {
    display: none;
    text-align: right;
}

.cart-item-title .resp {
    margin-top: 20px;
}

@media only screen and (max-width: 800px) {

    .cart-header {
        display: none;
    }

    .cart-item-qty, .cart-item-total, .cart-item-remove {
        display: none;
    }

    .qty {
        display: inline-block;
        width: 80px;
        margin-right: 10px;
    }
    
    .cart-item .resp {
        display: block;
    }

}

@media only screen and (max-width: 600px) {

    a.btn-checkout-top {
        position: static;
        display: block;
        margin-bottom: 10px;
    }

    .cart-item-block {
        padding: 10px;
    }

    .cart-item-image {
        width: 50px;
    }

    .cart-buttons-left, .cart-buttons-right {
        float: none;
    }

    .cart-buttons .btn-link {
        display: block;
        margin-bottom: 5px;
    }

}

/* Customers */

.sign-up-left {
    float: left;
    width: 50%;
}

.sign-up-right {
    float: right;
    width: 50%;
}

@media only screen and (max-width: 1200px) {
    .sign-up-left, .sign-up-right {
        float: none;
        width: 100%;
    }
}

/* Checkout */

.checkout-steps {
    padding-bottom: 0px;
}    

.price-main {
    color: #ff0000;
}

.price-padded {
    margin-left: 10px;
}

.review-box {
    margin-right: 315px;
}

.review-sidebar {
    float: right;
    width: 300px;
}

.review-sidebar a.btn-link {
    display: block;
}

.pay-logo {
    display: none;
}

.paypal-logo {
    text-align: center;
    margin-top: 10px;
}

.paypal-logo img {
    width: 130px;
}

.moneris-logo {
    text-align: center;
    margin-top: 10px;
}

.moneris-logo img {
    width: 130px;
}

.order-history-item ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.order-history-info {
    margin-top: 10px;
}

.order-history-buttons {
    margin-top: 20px;
}

.order-history-address {
    padding-top: 5px;
}

.order-history-billing {
    width: 50%;
    float: left;
    min-width: 300px;
    max-width: 350px;
}

.order-history-shipping {
    width: 50%;
    float: left;
    min-width: 300px;
}

.order-history-cart-resp {
    display: none;
}

.order-history-cart-item {
    margin-bottom: 10px;
}

@media only screen and (max-width: 900px) {

    .review-sidebar {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    .review-box {
        margin-right: 0px;
    }

    .review-sidebar .inp {
        max-width: 100%;
    }

    .review-sidebar a.btn-link {
        display: inline-block;
    }

    .paypal-logo {
        text-align: left;
    }

    .moneris-logo {
        text-align: left;
    }

}

@media only screen and (max-width: 600px) {

    .order-history-cart {
        display: none;
    }

    .order-history-cart-resp {
        display: block;
    }

}

@media only screen and (max-width: 500px) {

    .order-history-buttons a {
        display: block;
        margin-bottom: 5px;
    }

}

@media only screen and (max-width: 400px) {

    .review-sidebar a.btn-link {
        display: block;
    }

    .paypal-logo {
        text-align: center;
    }

}

/* Footer */

.footer a {
    color: #ffffff;
    text-decoration: underline;
}

.footer a:hover {
    color: #e4e4e4;
    text-decoration: none;
}

.contacts-wrapper {
    background-color: #0c507d;
    color: #ffffff;
}

.contacts-wrapper .container {
    padding: 40px 0px;
}

.address {
    float: left;
}

.address p:first-child {
    margin-top: 0px;
}

ul.socials {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    margin-top: 20px;
}

ul.socials li {
    display: inline-block;
    margin: 0px 5px;
}

ul.socials li a {
    text-decoration: none;
    color: #ffffff;
    font-size: 24px;
}

ul.socials li a:hover {
    color: #f2f2f2;
}

.map {
    float: right;
    width: 65%;
    height: 270px;
    background-color: #f2f2f2;
    /*
    -webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    -moz-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    */
}    

.copyrights {
    background-color: #333333;
    color: #ffffff;
}

.copyrights .container {
    padding: 30px;
    text-align: center;
}

.partner-logos {
    margin-bottom: 15px;
}

.copyrights ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.copyrights ul li {
    display: inline-block;
    margin: 5px 5px 0px 5px;
}

.cr {
    font-family: Arial, sans-serif;
}

.icon-up {
    display: none;
    position: fixed;
    right: 5px;
    bottom: 30px;
    font-size: 40px;
    cursor: pointer;
    transition: all 0.5s cubic-bezier(.25,.8,.25,1);
}

@media only screen and (max-width: 630px) {

    .address, .map {
        float: none;
        width: 100%;
    }

    .address {
        text-align: center;
    }

    .map {
        margin-top: 20px;
    }

}

.desc-block {
    margin-top: 15px;
}

.desc-title {
    margin-bottom: 10px;
}

.desc-block ul {
    margin-left: 20px;
}

ul.-menu {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    border-top: 0px solid #cdcdcd;     
    border-bottom: 0px solid #cdcdcd; 
    z-index: 1000000;
    word-spacing: 0px;
    background-color: #0a507e;
}

ul.-menu li {
    display: inline-block;
    border-right: 0px solid #cdcdcd;
    margin-left: -3px;    
}

ul.-menu li a {
    text-decoration: none;
    display: inline-block;
    padding: 15px 20px;
    font-weight: normal;
    font-size: 16px;
    color: #ffffff;
}

ul.-menu li a:hover {
    text-decoration: none;
    color: #ffffff;
}

ul.-menu li ul {
    display: none;
    border: 0px solid #cdcdcd;
    border-top: 0px;
    position: absolute;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    z-index: 10000000;
    background-color: rgba(26, 26, 26, 0.9);
}

ul.-menu ul li {
    display: block;
    border: 0px;
    border-top: 0px solid #cdcdcd;
    margin-left: 0px;
}

ul.-menu ul li a {
    min-width: 150px;
    padding: 10px 25px 10px 12px;
    display: block;
    font-weight: normal;
    font-size: 14px;
}

ul.-menu ul li a:hover {
    color: #ffffff;
    background-color: #0c507d;
}

ul.-menu li.-menu-parent-hover {
    background-color: #1a1a1a;
}

.owl-stage {
    margin: auto;
}

.container-box h2, h2.hometitle {
    color: #0a507e;
    text-transform: uppercase;
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 18px;
}

h2.hometitle {
    margin-left: 40px;
}

.compound-wrapper {
    padding-left: 10px;
    padding-right: 10px;
}

.compound-wrapper .container {
    width: 100%;
}

.compound-wrapper h2.hometitle {
    font-size: 16px;
    margin-left: 0px;
}

.compound-wrapper .container-box .about-wrapper { 
    background-color: #ffffff; 
}

.compound-wrapper .container-box .container-box {
    border: 0px;
    padding: 0px;
}
