
body{
    background: #fff;
    color: var(--blue-color);
    font-size: 15px;
    margin: 0;
    overflow-x: hidden;
    font-weight: bold;
    line-height: 1.7
}
.language_select{
    background: var(--blue-color);
    color: white;
    padding-top: .1rem;
    padding-left: 0px;
    height: 50px;
    width: 100%;
    padding-right: 9px;
}


a.account_link{
    color: #0e7cb8;
    text-decoration: none;
    -webkit-text-decoration-skip: objects
}

.input-group {
    box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
}



 .block_error{
    width: 100%;
    height: calc(100vh - 549px);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 20px;
    min-height: 422px;
}
.error {
    font-size: 13rem;
    font-family: ui-rounded;
    letter-spacing: 20px;
}
.error + p{
    font-size: 30px;
    width: 511px;
    text-align: center;
    margin: 20px 0px;
}
.error > .first-letter{
    transform: rotate(-20deg) translateY(50px);
    display: inline-block;
}
.error > .last-letter{
    transform: rotate(20deg) translateY(50px);
    display: inline-block;
}


.size_body_content_image_plans{
    height: 0px;
    box-sizing: content-box;
    border-bottom: 30px solid white;
    transition: all .5s;
    overflow: hidden;

}

.size_body_content_user_connected{
    height: 0px;
    box-sizing: content-box;
    border-bottom: 30px solid white;
    transition: all .5s;
    overflow: hidden;

}
.images_not_found{
    height: calc(100vh - 84px - 337px);
}



.address_block{
    background: rgba(150, 190, 221, 0.4);
    width: 94%;
    height: max-content;
    margin: 10px 3%;
}
.address_block .right_side{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-basis: 130px;
    align-items: end;

}
input[name="address"] + label + label{
    position: relative;
    width: 50px;
    height: 25px;
    border-radius: 20px;
    background-color: white;
    cursor: pointer;
}
input[name="address"]:checked + label + label::before{
    content: "";
    position: absolute;
    left: 26px;
    top: 1px;
    width: 23px;
    height: 23px;
    background-color: var(--blue-color);
    border-radius: 50%;

}
input[name="address"] + label + label::before{
    content: "";
    position: absolute;
    left: 2px;
    top: 1px;
    width: 23px;
    height: 23px;
    background-color: #849ca999;
    border-radius: 50%;
    transition: all .5s;
}


.trash_icon{
    color: var(--red-color);
    transform: scale(1.2);
    cursor: pointer;
}
.show_details, .hide_details{
    text-decoration: underline;
    color:#134A75;
    font-weight: bold;
}

.new_address_btn{
    width: max-content;
    padding: 10px;
}


.btn-custom {

    color: #fff;
    cursor: pointer;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    border-radius: .2rem;
    font-family: Poppins, sans-serif


}


.featured-category ul li a {
    background: rgb(33 78 116);
    color: #fff;
    padding: 4px 12px;
    border-radius: 2px;
    font-size: 13px;
    letter-spacing: .5px;
    transition: all .4s;
    border: 2px solid #214e74;
    border-radius: 5px;
    margin-bottom: 3px;

}

.featured-category ul li{

    margin-bottom: 10px;
}



.featured-category ul li a.slider-tags {
    background: rgba(255, 255, 255, .15);
    color: #fff;
    border: 2px solid transparent;


}


.featured-category ul li a.slider-tags:focus, .featured-category ul li a.slider-tags:hover {
    background: var(--blue-color);
    color: #fff
}

.featured-category ul li a:focus, .featured-category ul li a:hover {
    background: rgba(255, 255, 255, .15);
    color: #040404;
    border: 2px solid #214e74;
    border-radius: 5px;
}


.bg_blur{
    background: #1010107a;
    z-index: 0 !important;
    width: 100%;
    height: 100%;
    position: absolute;
}

.post_media_block:hover .save_icon{
    display: flex;
}
.item{
    cursor: pointer
}
.item p, .gallery-grid-item p{
    display: none;
    position: absolute;
    color: white;
    z-index: 20;
    font-weight: bold;
    font-size: 200%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.item:hover p, .gallery-grid-item:hover p{
    display: block !important;
}

.post_media_block{
    width: 100% !important;
    height: 250px !important;
    overflow: hidden !important;
    border-radius: 5px !important;
    transition: all 0.5s;
}
.lightbox_icon{
    z-index: 1 !important;
    position: absolute !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    right: 8px !important;
    top: 8px !important;
    background: #00000080 !important;
    height: 40px !important;
    width: 40px !important;
    justify-content: center !important;
    border-radius: 50% !important;
    color: white !important;
}
.save_icon{
    z-index: 2 !important;
    position: absolute !important;
    display: none ;
    flex-direction: column !important;
    align-items: center !important;
    right: 8px !important;
    top: 77% !important;
    background: #00000080 !important;
    height: 40px !important;
    width: 40px !important;
    justify-content: center !important;
    border-radius: 50% !important;
    color: white !important;
}
.download_icon{
    z-index: 2 !important;
    position: absolute !important;
    display: flex;
    flex-direction: column !important;
    align-items: center !important;
    right: 8px !important;
    top: 77% !important;
    height: 40px !important;
    width: 40px !important;
    justify-content: center !important;
    border-radius: 50% !important;
    color: white !important;
}
#chevron_rotate{
    transform-origin: center;
}

.rightSiderbar_link:hover{
    font-weight: bold;
}

.exclusiveIcon{
    position: absolute;
    top: 0px;
    z-index:5;
    width: 50px;
    height: 50px;
    background-size: 100% 100%;
}

.collection_name{
    position: absolute;
    color: white;
    font-weight: bold;
    font-size: 1.5rem;
    text-align: center;
    margin: auto;
    left: 0%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    transition: all 0.5s;
}
.collection_name span{
    font-weight: 500;
}
.bg-transparent{
    background: transparent !important;
}
.description_block{
    position: relative;
}
.description_block::after{
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    width: 4px;
    height: 100%;
    background: black;
}
.nav-pills{
    border-bottom: 2px solid #244e74;
}

.cart_select_collection{
    max-height: 500px;
    overflow: auto;
}

.gallery-overly {
    z-index: 19 !important;
}
.save-icon > div, .save-icon > span{
    z-index: 20 !important;
}
.grid-image-zoom > div{
    z-index: 20 !important;
}
.gallery-collection-icon{
    z-index: 20;
}
.gallery-grid-item{
    /*overflow: clip;*/
}


.overflow-unset{
    overflow: unset !important;
}

.ure09w {
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 10px 40px;
    background: #244e74;
    font-weight: 600;
    border-radius: 4px;
    color: white;
    font-weight: 600;
    transition: all .3s;
}
.ure09w:hover {
    background: #557aa3;
    color: white
}


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

    .tabs_media__web {
        display: none !important;
    }
}




.required_filed{

    color: red;
}

@media (min-width:576px) {


	.post-top-meta ul li a span i{
	    transform: scale(1.5) !important;
	}

}


.type-text-input{
    flex-basis: 85%
}
.type-text-input + div{
    flex-basis: 15%;
}

.blog-details + input + label{
    z-index: 1 !important;


}
.nav-menu.nav-menu-social > li.add-listing {
    border-radius: 4px;
    top: 20px;
    position: relative;
    height: 45px;
    line-height: 41px;
    box-sizing: border-box;
}

.nav-menu.nav-menu-social > li.add-listing.registerButton a{
    color: var(--red-color) !important;
}
.nav-menu.nav-menu-social > li.add-listing.registerButton:hover a {
    color: white !important;
}
.nav-menu.nav-menu-social > li.add-listing.registerButton:hover:before {
    content:"";
    position: absolute;
    background: var(--red-color);
    width: 100%;
    height: 100%;
}
.nav-menu.nav-menu-social > li.add-listing.registerButton {
    border: 2px solid var(--red-color) !important;
    color: var(--red-color) !important;
    position: relative;
}

.nav-menu.nav-menu-social > li.add-listing.loginButton {
  border: 2px solid transparent !important;
  color: var(--blue) !important;
  position: relative;
}
.nav-menu.nav-menu-social > li.add-listing.loginButton a{
    color: var(--blue-color) !important;
}

.header {
    background: #fff;
    border-bottom: 3px solid var(--red-color-50);
}
.switchLanguage + label::before{
    content: "";
    position: absolute;
    left: 5px;
    width: 25px;
    height: 25px;
    background: #A0405A;
    box-shadow: 0px 4px 10px 1px rgb(0 0 0 / 25%);
    border-radius: 50%;
    transition: all .15s;
}
.switchLanguage:checked + label::before{
    left: 40px;
}


.switchLanguage + label{
    cursor: pointer;
    position: relative;
    background: rgba(36, 78, 116, 0.14);
    width: 70px;
    height: 35px;
    border-radius: 50px;
    margin-bottom: 0px !important;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: black;
}
.add-listing a{
    padding: 0px 15px !important;
}



.nav-menus-wrapper .header_accounts {
    height: 87px;
}

.terms_and_conditions_links {
    text-decoration: underline;
    font-weight: 600;
    color: #8e143e;
}


.w-100-percent{
    width: 100% !important;
}

.alert-light-pending{
    color: var(--red-color);
    background-color: #dddddd5e;
    border-color: var(--red-color);
}


@media (min-width: 300px){
    div.search-sidebar{
        height: 100%;
    }
    div.search-sidebar > div.search-sidebar-body{
        overflow-y: scroll;
        height: 100%;
    }
    .sidebar_filter_mobile{
        box-shadow: 2px -8px 18px -13px black;
        position: fixed;
        top: 100vh;
        left: 0px;
        z-index: 100;
        display: block !important;
        transition: all .8s;
        height: 80vh;

    }
    .toggleSidebar{
        top: 20vh !important;

    }
}
@media (min-width: 576px){
    div.search-sidebar{
        height: 100%;
    }
    div.search-sidebar > div.search-sidebar-body{
        overflow-y: scroll;
        height: 100%;
    }
    .sidebar_filter_mobile{
        box-shadow: 2px -8px 18px -13px black;
        position: fixed;
        top: 100vh;
        left: 0px;
        z-index: 100;
        display: block !important;
        transition: all .8s;
        height: 80vh;
    }
    .toggleSidebar{
        top: 20vh !important;
    }
}
@media (min-width: 768px){
    div.search-sidebar{
        height: 100%;
    }
    div.search-sidebar > div.search-sidebar-body{
        overflow-y: scroll;
        height: 100%;
    }
    .sidebar_filter_mobile{
        box-shadow: 2px -8px 18px -13px black;
        position: fixed;
        top: 100vh;
        left: 0px;
        z-index: 100;
        display: block !important;
        transition: all .8s;
        height: 80vh;
    }
    .toggleSidebar{
        top: 20vh !important;
    }
}
@media (min-width: 992px){
    div.search-sidebar{
        height: unset;
    }
    div.search-sidebar > div.search-sidebar-body{
        overflow-y: unset;
        height: unset;
    }
    .sidebar_filter_mobile{
        box-shadow: unset;
        position: unset;
        top: unset;
        left: unset;
        z-index: unset;
        display: unset;
        height: unset;
    }
}

.showSidebarFilter{
    cursor: pointer;
}
.collection_card{
    background-size: 100% 100%;

}
.example-image .collection_name{
    z-index: 29;
    position: absolute;
    width: 100%;
    transition: all .8s;
}
.example-image .bg_blur{
    transition: all .8s;
    position: absolute;
    left: 0px;
    top: 0px;

}

.example-image:hover .bg_blur{
    //left: -100%;
    //top: 100%;
    background: #10101000;
}
.example-image:hover .collection_name{
    //left: 100%;
    transform: rotate(-360deg);
    color: transparent;
}
.feedback-message {
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #8e1536
}


.waiting-spinner{
    display: none;
    position: fixed;
    width: 100px;
    height: 100px;
    left: 50%;
    top: 50%;
    z-index: 10000000000000000;
    transform: translate(-50%, -50%);
    background-size: 50px 50px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('/static/front_office/assets/responsive_grid_gallery/img/icon/loading-video.gif');
}

.custom-option{
    font-weight: 700;

}


.shot_image{

    width: 100%;
}


.btn.btn-counter-blue {
    background: var(--blue-color);
    border-radius: 5px;
    padding: 17px 40px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    transition: all ease .4s;
    box-shadow: 0 0 0 5px rgb(255 255 255 / 30%);
    -webkit-box-shadow: 0 0 0 5px rgb(255 255 255 / 30%)
}


.captcha{
    display: grid;
    grid-template-columns: 100px 1fr 50px;
    grid-template-rows: 1fr 1fr;
    grid-template-areas: "captcha input""error error";
}
.captcha input{
    grid-area: input
}
.captcha p{
    grid-area: error
}

.captcha img{
    align-self: center;
    grid-area: captcha;
    margin-right: 10px;
}


.carousel {
    height: 100%;
}
.carrousel_img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.banner-cover1{
    height: 480px;
    position: relative;
}

.carousel-inner > div{

    height: 100%;
}
.carousel-inner{
    height: 100%;
}
.slider_content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
  outline: none !important;
}


.btn-blue{
    color: #fff;
    background-color: #1a274e;

}

.remove_coupon:hover{
    text-decoration: underline;
}