@media only screen and (min-width:1025px) {
    .style_name {
        width: 250px
    }
}

.ly_header {
    background-color: unset
}

@media only screen and (min-width:1025px) {
    .ly_header {
        background-color: #fff
    } 
}

.ly_header .bl_headerNav {
    background-color: #fff
}

.menu {
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 100000;
    right: 0;
    top: 0;
    visibility: hidden
}

@media only screen and (min-width:1025px) {
    .menu {
        visibility: visible
    }
}

.menu hr {
    display: block;
    margin: 0;
    border: none;
    width: 50%;
    height: 1px;
    background: #645a5a;
    transform-origin: 0 50%;
    position: absolute;
    top: 10px;
    left: 25%;
    transition: .3s;
    opacity: 1
}

.menu hr:nth-of-type(2) {
    top: 20px
}

.menu hr:nth-of-type(3) {
    top: 30px
}

.menu.close hr {
    left: 30%
}

.menu.close hr:nth-of-type(1) {
    transform: rotate(45deg);
    width: 55%
}

.menu.close hr:nth-of-type(2) {
    opacity: 0
}

.menu.close hr:nth-of-type(3) {
    top: 30px;
    transform: rotate(-45deg);
    width: 55%
}

#ly_map {
    width: 50vw;
    max-width: 600px;
    left: 30px;
    bottom: 60px
}






@media (orientation:landscape) and (max-width:950px) {
    #ly_map {
        width: 20vw
    }
}

@media (orientation:portrait) and (min-width:768px) {
    #ly_map {
        width: 25%
    }
}

@media (orientation:landscape) and (min-width:1024px) and (max-device-width:1024px) {
    #ly_map {
        width: 15%
    }
}

@media only screen and (min-width:1025px) {
    #ly_map {
        width: 20%
    }
}

@media only screen and (min-width:1025px) and (-webkit-min-device-pixel-ratio:2) {
    #ly_map {
        bottom: 50px
    }
}

#ly_map .ly_map_header p {
    font-size: .6em;
    transform: scale(.8)
}

@media only screen and (min-width:1025px) {
    #ly_map .ly_map_header p {
        font-size: .8em;
        transform: scale(1)
    }
}


#ly_map.map_center {
    width: 95vw;
 
    max-width: 500px
}


@media (orientation:portrait) and (min-width:768px) {
    #ly_map.map_center {
        width: 500px
    }
}


@media (orientation: landscape) and (max-width: 950px) {
 
    #ly_map.map_center {
        width: 80vh;
        /* bottom: 5%; */
     
       margin-bottom: -7%;
    }

    .ly_map_body{
        display: flex;
        justify-content: center;
        align-items: center;
       
    }

    

}

/* 
@media (orientation: landscape) and (min-width: 896)  and (max-width: 950px) {
    #ly_map.map_center {
        width: 80vh !important;
        bottom: 5% !important;
    }
} */

@media (orientation:landscape) and (min-width:1024px) and (max-device-width:1024px) {
    #ly_map.map_center {
        width: 300px;
        bottom: -15%
    }
}

@media only screen and (min-width:1025px) {
    #ly_map.map_center {
        width: 30%;
        bottom:50px;
    }
}

.modal {
    background-color: hsla(0, 0%, 0%, .25)
}

@media (orientation:landscape) and (max-width:950px) {
    .modal .modal-dialog-centered {
        width: 200px
    }
}

@media (orientation:portrait) and (min-width:768px) {
    .modal .modal-dialog-centered {
        width: 380px
    }
}

@media (orientation:landscape) and (min-width:1024px) and (max-device-width:1024px) {
    .modal .modal-dialog-centered {
        max-width: 380px
    }
}

@media only screen and (min-width:1025px) {
    .modal .modal-dialog-centered {
        max-width: 380px
    }
}

.modal .modal-dialog-centered .modal-content {
    border-radius: unset;
    background-color: #f3f3f3
}

.modal .modal-dialog-centered .modal-header {
    border: unset
}

@media (orientation:landscape) and (max-width:950px) {
    .modal .modal-dialog-centered .modal-header {
        padding: .3rem
    }
}

.modal .modal-dialog-centered .modal-title {
    font-size: 1em;
    font-weight: 700
}

@media only screen and (min-width:1025px) {
    .modal .modal-dialog-centered .modal-title {
        font-size: 1.2em
    }
}

.modal .modal-dialog-centered .modal-body {
    width: 300px;
    margin: 0 auto;
    color: #3a3a37;
    padding: 0
}

@media (orientation:landscape) and (max-width:950px) {
    .modal .modal-dialog-centered .modal-body {
        width: 65%;
        margin: 0 auto
    }
}

@media only screen and (min-width:1025px) {
    .modal .modal-dialog-centered .modal-body {
        margin: 0 40px
    }
}

.modal .modal-dialog-centered .modal-body .product-image-wrapper {
    padding: 10px;
    height: 300px;
    background-color: #fff
}

@media (orientation:landscape) and (max-width:950px) {
    .modal .modal-dialog-centered .modal-body .product-image-wrapper {
        height: 100%
    }
}

.modal .modal-dialog-centered .modal-body .product-cat {
    font-size: 1em;
    font-weight: 700;
    margin: 10px 0 0 0
}

@media (orientation:landscape) and (max-width:950px) {
    .modal .modal-dialog-centered .modal-body .product-cat {
        font-size: .5em;
        margin: 5px 0 0 0
    }
}

@media only screen and (min-width:1025px) {
    .modal .modal-dialog-centered .modal-body .product-cat {
        font-size: 14px
    }
}

.modal .modal-dialog-centered .modal-body .product-detail,
.modal .modal-dialog-centered .modal-body .product-name,
.modal .modal-dialog-centered .modal-body .product-release {
    font-size: .8em;
    margin: 1rem 0 0 0
}

@media (orientation:landscape) and (max-width:950px) {

    .modal .modal-dialog-centered .modal-body .product-detail,
    .modal .modal-dialog-centered .modal-body .product-name,
    .modal .modal-dialog-centered .modal-body .product-release {
        font-size: .5em;
        margin: .5rem 0 0 0
    }
}

@media only screen and (min-width:1025px) {

    .modal .modal-dialog-centered .modal-body .product-detail,
    .modal .modal-dialog-centered .modal-body .product-name,
    .modal .modal-dialog-centered .modal-body .product-release {
        font-size: 12px
    }
}

.modal .modal-dialog-centered .modal-body .product-detail span.part,
.modal .modal-dialog-centered .modal-body .product-name span.part,
.modal .modal-dialog-centered .modal-body .product-release span.part {
    font-weight: 700
}

.modal .modal-dialog-centered .modal-body img {
    width: 100%
}

.modal .modal-dialog-centered .modal-body .modal-slider-wrapper {
    padding: 0 30px;
    opacity: 0;
    transition: all .3s
}

.modal .modal-dialog-centered .modal-body .modal-slider-wrapper.open {
    opacity: 1
}

.modal .modal-dialog-centered .modal-body .carousel-indicators {
    bottom: 40px
}

.modal .modal-dialog-centered .modal-body .carousel-item p {
    font-size: .7em;
    height: 40px
}

@media only screen and (min-width:1025px) {
    .modal .modal-dialog-centered .modal-body .carousel-item p {
        font-size: .8em
    }
}

.modal .modal-dialog-centered .modal-footer {
    padding: 0;
    margin: 30px 0 30px 0;
    justify-content: center;
    border: unset
}

@media (orientation:landscape) and (max-width:950px) {
    .modal .modal-dialog-centered .modal-footer {
        margin: 5px 0 5px 0
    }
}

.modal .modal-dialog-centered .modal-footer>* {
    margin: 0
}

.modal .modal-dialog-centered .btn-primary {
    background-color: #f30;
    border: unset
}

.modal .modal-dialog-centered .btn-primary:active {
    border: unset
}

.modal .modal-dialog-centered .btn-primary:hover {
    background-color: #c13c1b
}

.modal .modal-dialog-centered .btn-wrapper {
    text-align: center
}

.modal .modal-dialog-centered .btn-product-detail {
    position: relative;
    margin-bottom: 0;
    color: #3a3a37;
    width: 200px;
    height: 40px;
    font-size: 12px;
    border-radius: unset;
    letter-spacing: .2em;
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: unset
}

@media (orientation:landscape) and (max-width:950px) {
    .modal .modal-dialog-centered .btn-product-detail {
        width: 130px;
        height: 30px;
        font-size: 8px
    }
}

.modal .modal-dialog-centered .btn-product-detail::after {
    content: "";
    position: absolute;
    top: 14px;
    right: 20px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #3a3a37;
    border-right: 1px solid #3a3a37;
    transform: rotate(45deg);
    transition: .3s
}

@media (orientation:landscape) and (max-width:950px) {
    .modal .modal-dialog-centered .btn-product-detail::after {
        top: 11px;
        right: 15px;
        width: 6px;
        height: 6px
    }
}

.modal .modal-dialog-centered .btn-product-detail:hover {
    background-color: #3a3a37;
    color: #efedee
}

.modal .modal-dialog-centered .btn-product-detail:hover:after {
    border-top: 1px solid #efedee;
    border-right: 1px solid #efedee
}

.modal .modal-dialog-centered .modalCloseBtn {
    width: 200px;
    height: 100%;
    padding: unset;
    background-color: #7b7b7b;
    border-radius: unset
}

.modal .modal-dialog-centered .modalCloseBtn:hover {
    background-color: #4d4c4c
}

.modal .modal-dialog-centered .btn-close {
    background: transparent url(../assets/close.svg) center/1em auto no-repeat
}