/* ------------------------------------------------------------------
Project: Insee
Place here your custom CSS styles
------------------------------------------------------------------ */

.footer-menu {
    text-align: right;
    margin-top: 15px;
}

@media only screen and (max-width: 768px) {
    .footer-menu {
        text-align: center;
    }
    
    .works-grid.works-grid-gut .work-item {
        padding: 0 0 10px 0px;
    }
}

.scroll-up i {
    color: #FFF;
}

.footer-menu ul li {
    list-style-type: none;
    display: inline;
    margin-left: 10px;
}

.B_crumbBox {
    background: transparent none repeat scroll 0 0;
    border-radius: 0;
    padding: 0;
}

.B_crumbBox li {
    display: inline;
}

#map-section {
    height: 350px !important;
}

.policy, .policy a {
    color: #cacaca;
}

.policy a:hover {
    color: #000;
}

#works-grid {
    width: 1300px;
    margin: 0px auto;
}

#works-grid {
    max-width: 100%;
}

.listing-page-flex {
    display: flex;
}

.footer-area, .footer-bg-color {
    background: #f8f8f8 none repeat scroll 0 0;
}

.login-buttons {
    margin-top: 10px;
    font-style: italic;
}

.notifications {
    margin-bottom: 20px;
    position: relative;
    padding: 10px;
    width: 100%;
    background: rgba(25, 25, 25, 0.95);
    opacity: 1;
    visibility: visible;
    z-index: 99999;
    z-index: -9;
    -webkit-transition: 0.5s ease-out 0s;
    -moz-transition: 0.5s ease-out 0s;
    -ms-transition: 0.5s ease-out 0s;
    -o-transition: 0.5s ease-out 0s;
    transition: 0.5s ease-out 0s;
    -webkit-box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
}

.notifications p {
    font-size: 14px;
    margin: 0;
}

.notifications p.error {
    color: #f6644F;
}

.notifications p.success {
    color: #47BB8F;
}

.account-form button {
    font-size: 13px;
    padding: 14px 52px;
}

@media screen and (max-width: 768px) {
    .listing-page-flex {
        display: block;
    }
}

.listing-page-flex-content {
    display: flex; align-items: center;
}

@media screen and (max-width: 768px) {
    .listing-page-flex-content {
        display: block;
    }
}

.seperate-shipping {
    display: none;
}

.show-seperate-shipping {
    display: block;
}

.ship_to_billing {
    margin-bottom: 20px;
    display: block;
}

.profile-form {
    margin-bottom: 60px;
}

.accountMenu {
    text-align: center;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.accountMenu li {
    display: inline-block;
    list-style-type: none;
    padding: 5px 0;
    margin: 0 25px;
}

.accountMenu li.active {
    text-transform: uppercase;
    font-weight: bold;
}

.accountMenu li.active a {
    color: rgba(102, 102, 102, 1);
}

.accountMenu li:not(.active) a:hover {
    color: rgba(102, 102, 102, 1);
}

.accountMenu li a {
    color: rgba(102, 102, 102, 0.5);
    font-size: 14px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
}

.modal {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background-color: rgba(0,0,0,.65);
    display: none;
    padding: 2rem;
    overflow-y: auto
}
.modal__container {
    height: 100%;
    display: table;
    width: 100%
}
.modal__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 100%
}
.modal__inner {
    width: 100%;
    max-width: 1064px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 70px rgba(0,0,0,.3);
    background-color: #fff;
    margin-top: 0;
}
.modal .productInfo {
    position: relative;
    width: 100%;
    float: left;
}

.modal .productInfo .left {
    width: 50%;
    float: left;
    text-align: center;
}

.modal .productInfo .left img {
    max-height: 676px;
}

.modal .productInfo .right {
    width: 37%;
    float: left;
    text-align: center;
    position: absolute;
    height: 100%;
    right: 13%;
    top: 0;
    bottom: 0;
}

.modal .productInfo .right .rightWrapperOuter {
    position: relative;
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
    text-align: center;
}

.modal .productInfo .right .rightWrapperInner {
    position: relative;
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}

.modal .productInfo .right h2 {
    font-size: 30px;
    margin-top: 35px;
}

.modal .productInfo .right h3 {
    font-size: 22px;
}

.modal .productInfo .right .price {
    display: block;
    margin-bottom: 10px;
}

.modal .productInfo .right p {
    max-width: 330px;
    margin: 0px auto 15px;
}

.product-detail span {
    cursor: pointer;
}

.modal .closeModal {
    position: absolute;
    top: 0;
    right: 0;
    color: #000;
    font-size: 25px;
    padding: 10px;
    cursor: pointer;
}

.modal-favourite .modal__inner {
    max-width: 500px;
}

.modal-favourite .modal__wrapper {
    padding: 30px;
}

.product-buttons {
    margin-top: 8px;
}

.product-buttons a {
    margin: 0 2px;
    display: inline-block;
    cursor: pointer;
    padding: 5px 9px;
    background-color: #000;
    color: #fff;
    border-radius: 3px;
}

.cartResult {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: auto;
    z-index: 9999999;
    border-radius: 2px;
    box-shadow: 0 0 2px 1px #efefef;
    display: none;
}

.cartResult .wrapper {
    padding: 20px;
}

.cartResult .error {
    background-color: red;
}

.cartResult .success {
    background-color: #4BB543;
}

.cartResult p {
    color: #ffffff;
    margin-bottom: 0;
}

.cartResult p a {
    color: #ffffff;
    font-weight: bold;
}

.products-filter {
    margin-bottom: 40px;
}

#works-grid {
    overflow: hidden;
}

.special-offers {
    margin-top: 0;
}

.special-offers .work-item {
    width: 100%;
}

.special-offers .owl-nav {
    margin-top: 20px;
    color: #071e3e;
    font-weight: bold;
}

.special-offers .owl-nav button {
    margin: 0 12px;
    outline: 0;
}

.special-offers .owl-nav .fa {
    font-size: 15px;
}

.special-offers .owl-stage{
    margin: 0 auto;
}

.product-info .work-caption {
    opacity: 1;
    position: relative;
    bottom: 0!important;
    margin-top: 20px;
    text-align: left;
}

.product-info .product-subtitle {
    text-transform: none;
    margin-bottom: 10px;
    min-height: 84px;
}

.product-info .product-price {
    font-weight: bold;
    color: #071e3e !important;
}

.product-info .work-image {
    margin-top: 10px;
}

.product-info .add-item {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 2px;
    cursor: pointer;
    padding: 5px 9px;
    background-color: #000;
    color: #fff;
    border-radius: 3px;
    z-index: 1;
    margin-left: -51px;
    -webkit-transform: translateY(50%);
	   -moz-transform: translateY(50%);
	        transform: translateY(50%);
}

.product-info:hover .add-item {
    display: block;
}

.product-info .tag {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #000;
    border-radius: 3px;
    padding: 4px 6px;
    color: #FFF;
}

.product-info .work-title {
    color: #000;
    font-size: 14px;
    min-height: 57px;
}

.product-info .product-subtitle {
    font-size: 12px;
    color: #666;
}

.cart ul {
    align-items: center;
    padding: 0;
}

.cart ul li {
    list-style-type: none;
}

.cart ul li.remove {
    cursor: pointer;
}

.cart ul li.remove:hover {
    color: red;
}

.cart ul li.image img {
    width: 100px;
}

.cart ul li.quantity input {
    max-width: 60px;
    margin-bottom: 0;
    float: left;
    margin-right: 10px;
    background-color: #FFF;
}

.cart ul li.quantity .button {
    margin-bottom: 0;
}

.cart_titles {
    font-weight: bold;
    text-transform: uppercase;
}

.cart_products {
    padding-top: 10px;
    background-color: #efefef;
}

.cart_products ul {
    display: flex;
}

@media screen and (max-width: 991px) {
    .cart_products ul {    
        display: block;
    }
}
.cart_products .row {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}

.cart_products ul:last-child {
    border: none;
    padding-bottom: 0;
}

.cart .checkout-row {
    display: block;
}

.cart .checkout-row p {
    font-size: 28px;
    color: #000;
    float: right;
    margin-bottom: 0;
    margin-top: 19px;
    width: 220px;
}

.cart .checkout-row a {
    margin-top: 20px;
}

.cart .input-text {
    height: 29px;
    width: 44px;
    padding: 7px;
    text-align: center;
    border: none;
    line-height: 16px;
}

.cart .cart-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f4f7f9;
    z-index: 2;
    opacity: 0.7;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    display: none;
}

.cart .cart-loader:after {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    left: calc(50% - 25px);
    top: calc(50% - 25px);
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, .2);
    border-right-color: #000;
    -webkit-animation: fa-spin 1.2s infinite;
    animation: fa-spin 1.2s infinite;
    z-index: 100000;
}
.smallSize {
    font-size: 20px !important;
}

.table-summary .right {
    text-align: right;
}

.table-summary tr td {
    padding: 15px 10px;
}

.right-button {
    float: right;
}

.float-right {
    float: right;
}

@media screen and (max-width: 768px) {
    .cart .image, .cart .price {
        display: none;
    }
    
    #quantityUpdate, .cart .input-text {
        width: 45px;
    }
    
    .footer-menu ul {
        padding: 0;
    }
}

@media screen and (max-width: 600px) {
    .checkout-info {
        margin: 0 3%;
        width: 94%;
    }
    .cart .checkout-row p, .checkout-btn {
        width: 100%;
    }
}

.table-summary tr td {
    padding: 15px 10px;
}

.table-summary .right {
    text-align: right;
}

.cart-summary-title {
    width: 75%;
}

.payment_methods {
    padding: 0 0 0 10px;
}

.payment_methods li {
    list-style-type: none;
}

.payment-btn {
    width: 100%;
}

.age-verification-modal .modal__inner {
    max-width: 500px;
    border-radius: 4px;
}

.age-verification-modal .modal__wrapper {
    text-align: center;
}

.age-verification-modal .modal__wrapper img {
    padding: 20px 0;
    width: 100px;
}

.age-verification-modal .big {
    font-size: 22px;   
}

.age-verification-modal .small {
    font-size: 16px;
}

.age-verification-modal .date {
    text-align: center;
}

.age-verification-modal .date select {
    margin: 0 5px;
    display: inline;
    font-size: 14px;
}

.age-verification-modal .day {
    width: 20%;
}

.age-verification-modal .month {
    width: 30%;
}

.age-verification-modal .year {
    width: 20%;
}

.age-verification-modal button {
    margin: 20px auto;
    max-width: 100%;
    width: 200px;
    background-color: #071e3e;
    color: #FFF;
}

.age-verification-modal .notifications {
    position: unset;
    width: 375px;
    margin: 20px auto;
    max-width: 100%;
}

.navbar-custom .nav li.account-btn > a {
    font-size: 17px;
}

@media screen and (max-width: 768px) {
    .navbar-custom .nav li.account-btn > a {
        font-size: 13px;
    }
}

.navbar {
    min-height: 120px;
}

.navbar-brand {
    padding: 0;
}

.navbar-brand img {
    width: 100px;
}

@media (max-width: 767px) {
    .navbar-custom .navbar-brand {
        margin-left: 5px;
    }
    
    .navbar-brand img {
         width: 75px;
    }
    
    .navbar {
        min-height: 87px;
        height: 87px;
    }
}

.mean-container a.meanmenu-reveal {
    margin-top: -41px;
}

.mean-container .mean-nav {
    margin-top: 31px;
}

.works-grid.works-grid-gut .work-item .product-padding, .special-offers .work-item .product-padding {
    background-color: #f8f8f8;
    padding-bottom: 10px;
}

.filtering {
    max-height: 84vh;
    overflow-y: auto;
}

@media only screen and (max-height: 850px) {
    .filtering {
        max-height: 80vh;
    }
}

@media only screen and (max-height: 700px) {
    .filtering {
        max-height: 75vh;
    }
}

@media only screen and (max-width: 768px) {
    .filtering {
        max-height: unset;
    }
}

.filtering h2 {
    margin-top: 0;
}

.filtering .filter {
    border-bottom: 1px solid #071e3e;
    padding: 0 0 15px 0px;
}

.filtering .filter .title {
    display: block;
    text-align: left;
    font-weight: bold;
}

.filtering .filter .filter-list {
    margin: 0;
    padding: 0;
    font-weight: normal;
    max-height: 242px;
    overflow-y: auto;
}

.filtering .filter .filter-list li {
    text-align: left;
    list-style-type: none;
}

.filtering .filter .filter-list li label {
    /*background: url("../images/checkbox.png") no-repeat 0 center;
    /padding-left: 23px;*/
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 0;
    line-height: 24px;
}

.filtering .filter .filter-list li input {
    background:url("../images/checkbox.png") 0 top no-repeat;
    margin: 6px 6px 0 0;
    float: left;
}

.filtering .filter .filter-list li label:hover {
    font-weight: bold;
}

.bar .dropdown {
    float: right;
    margin-bottom: 10px;
}

.bar .dropdown span {
    font-weight: normal;
    cursor: pointer;
}

.bar .dropdown select {
    height: 29px;
    margin-left: 6px;
    padding: 0 5px;
}

.bar .dropdown span:hover {
    text-decoration: underline;
}

.bar .dropdown span.sortby-active {
    color: #071e3e;
    font-weight: bold;
    text-decoration: underline;
}

.closeFilter {
    display: none;
    position: fixed;
    right: 0;
    top: 83px;
    font-size: 20px;
    padding: 15px;
    z-index: 100;
}

.filter-toggle {
    display: none;
}

#filter {
    padding-top: 130px;
}

.success {
    color: green;
}

.register-success {
    margin-top: 30px;
}

@media only screen and (max-width: 768px) {
    .filtering { 
        position: fixed;
        top: 75px;
        right: 0;
        bottom: 0;
        left: 0;
        display: none;
        z-index: 99;
        background-color: #FFF;
        overflow: scroll;
        margin-top: 0 !important;
    }
    
    .filter-toggle {
        display: inline-block;
    }
    
    .closeFilter {
        display: block;
        right: 15px;
    }
    
    .filtering h2 {
        margin-top: 20px;
    }
    
    .filtering .filter .filter-list {
        max-height: unset;
    }
}

@media only screen and (max-width: 768px) {
    .fixedBar {
        position: fixed;
        left: 0px;
        padding-left: 10px;
        padding-right: 10px;
        right: 0;
        height: 50px;
        z-index: 2;
        background-color: #071e3e;
        top: 87px;
        padding-top: 10px;
        color: #FFF;
    }   
    
    .fixedBar .filter-toggle {
        font-size: 15px;
        text-transform: uppercase;
        background-color: #f5f5f5;
        color: #071e3e;
        border-radius: 3px;
        padding: 0 8px;
        margin-top: 1px;
    }
    
    .fixedBar .dropdown select {
        background-color: #071e3e;
        border: 1px solid #071e3e;
        margin-left: 0px;
        padding: 0 0px;
    }
}

.mobileCart {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 27px;
    right: 80px;
    display: none;
}

.mobileCart li {
    list-style-type: none;
}

.mobileCart li.account-btn:first-child {
    display: none !important;
}

.mobileCart li.account-btn a {
    font-size: 19px;
}

.myOrders {
    margin-top: 45px;
}

.myOrders .cart_products {
    padding-top: 0;
}

.myOrders .cart_products .row {
    height: 50px;
    padding: 0;
    margin: 0;
}

.myOrders .cart_products a {
    background-color: #000;
    color: #fff;
    border-radius: 3px;
    padding: 8px;
}

@media only screen and (max-width: 991px) {
     .paymentAmount, .paymentMethod {
        display: none;
    }
    
    .myOrders .cart_titles {
        margin-bottom: 40px;
    }
    
    .myOrders .cart_products .row {
        padding: 13px;
    }
}

@media only screen and (max-width: 768px) {
    .mobileCart {
        display: block;
    }
}

.errors {
    color: red;
}

.product-price .strike {
    text-decoration: line-through;
    font-size: 12px;
}

.product-price .salePrice {
    color: red;
    font-size: 15px;
}

img.lazy {
    display: block;
}