.page-title {
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

@media (min-width: 992px) {
    .page-title {
        font-size: 112px;
    }
}

#mainNavbarMenu .navbar-nav .nav-item a {
    color: rgba(0, 0, 0, .55) !important;
}

#mainNavbarMenu .navbar-nav .nav-item .dropdown-menu-image a:hover {
    color: #fff !important;
}

#mainNavbarMenu li.has-submenu:hover>a.dropdown-item {
    background-color: #734d3b !important;
    color: #fdf9f5 !important;
}

#mainNavbarMenu .navbar-nav .nav-item a:hover,
#mainNavbarMenu .navbar-nav .dropdown-menu:hover {
    color: #b68d40 !important;
}

#mainNavbarMenu .navbar-nav .nav-item a .create-btn {
    color: #fff;
}

#mainNavbar {
    background-color: #f5f5f5 !important;
}

#mobileNavbar {
    background-color: #f5f5f5 !important;
}

#mainSocial a {
    color: #2C2C22 !important;
}

#mainSocial .btn-social:hover {
    color: #fff !important;
}

#mainSocial .btn-social:hover.social-snapchat {
    color: black !important;
}

#sp-product-gallery img {
    -o-object-fit: contain;
       object-fit: contain;
}

#sp-product-gallery .filter label {
    transition: all 300ms;
    cursor: pointer;
}

#sp-product-gallery .filter label:hover {
    border-color: #56564e !important;
}

#sp-product-gallery .filter label.active {
    border-color: #2c2c22 !important;
    background-color: #2c2c22 !important;
    color: #E3CAA5 !important;
}

#sp-product-gallery [type="radio"] {
    display: none;
}

#sp-product-gallery .sp-img-container {
    background-color: #f8f9fa !important;
}

#sp-product-gallery .sp-img-container:hover {
    background-color: unset !important;
}

@media (min-width: 992px) {

    /* #sp-product-gallery .sp-img-container,
    #sp-product-gallery img {
        height: 500px;
        width: 500px;
    } */

    #sp-product-gallery .item-details {
        position: absolute;
        bottom: -5px;
        left: 0;
        right: 0;
    }
}

.sp-img-container .box-image {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    max-width: 100%;
    aspect-ratio: 1 / 1;
}

.box-type .img-container {
    overflow: hidden;
    position: relative;
    border-radius: 50% !important;
    cursor: pointer;
}

.box-type .img-container::after {
    position: absolute;
    display: block;
    content: "";
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #2c2c22;
    opacity: 0.3;
    border-radius: 50% !important;
}

.box-type img {
    border-radius: 50% !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
    transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
}



.box-type .img-name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    font-weight: 500;
    z-index: 1;
    transition: all 500ms ease-in-out;
    /* -moz-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out; */
}

@media screen and (max-width: 576px) {

    .box-type .img-container,
    .box-type img {
        width: 120px;
        height: 120px;
    }

    .box-type .img-container::after {
        top: 0;
    }
}

@media screen and (min-width: 577px) and (max-width: 768px) {

    .box-type .img-container,
    .box-type img {
        width: 180px;
        height: 180px;
    }

    .box-type .img-container::after {
        top: 0;
    }
}

@media screen and (min-width: 769px) and (max-width: 991px) {

    .box-type .img-container,
    .box-type img {
        width: 200px;
        height: 200px;
    }

    .box-type .img-container::after {
        top: 0;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {

    .box-type .img-container,
    .box-type img {
        width: 230px;
        height: 230px;
    }

    .box-type .img-container:hover img {
        transform: scale(1.2);
        -ms-transform: scale(1.2);
    }

    .box-type .img-container::after {
        top: 80%;
        transition: top 500ms ease-in-out;
        -moz-transition: top 500ms ease-in-out;
        -webkit-transition: top 500ms ease-in-out;
        -o-transition: top 500ms ease-in-out;
        -ms-transition: top 500ms ease-in-out;
    }

    .box-type .img-container:hover::after {
        top: 0;
        transition: top 500ms ease-in-out;
        -moz-transition: top 500ms ease-in-out;
        -webkit-transition: top 500ms ease-in-out;
        -o-transition: top 500ms ease-in-out;
        -ms-transition: top 500ms ease-in-out;
    }

    .box-type .img-name {
        top: 85%;
        bottom: 0;
        font-size: 14px;
    }

    .box-type .img-container:hover .img-name {
        top: 50%;
    }
}

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

    .box-type .img-container,
    .box-type img {
        width: 250px;
        height: 250px;
    }

    .box-type .img-container::after {
        top: 80%;
        transition: top 500ms ease-in-out;
        -moz-transition: top 500ms ease-in-out;
        -webkit-transition: top 500ms ease-in-out;
        -o-transition: top 500ms ease-in-out;
        -ms-transition: top 500ms ease-in-out;
    }

    .box-type .img-container:hover::after {
        top: 0;
        transition: top 500ms ease-in-out;
        -moz-transition: top 500ms ease-in-out;
        -webkit-transition: top 500ms ease-in-out;
        -o-transition: top 500ms ease-in-out;
        -ms-transition: top 500ms ease-in-out;
    }

    .box-type .img-name {
        top: 85%;
        bottom: 0;
        font-size: 14px;
    }

    .box-type .img-container:hover .img-name {
        top: 50%;
    }
}

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

    .box-type .img-container,
    .box-type img {
        width: 300px;
        height: 300px;
    }

    .box-type .img-container::after {
        top: 80%;
        transition: top 500ms ease-in-out;
        -moz-transition: top 500ms ease-in-out;
        -webkit-transition: top 500ms ease-in-out;
        -o-transition: top 500ms ease-in-out;
        -ms-transition: top 500ms ease-in-out;
    }

    .box-type .img-container:hover::after {
        top: 0;
        transition: top 500ms ease-in-out;
        -moz-transition: top 500ms ease-in-out;
        -webkit-transition: top 500ms ease-in-out;
        -o-transition: top 500ms ease-in-out;
        -ms-transition: top 500ms ease-in-out;
    }

    .box-type .img-name {
        top: 85%;
        bottom: 0;
        font-size: 14px;
    }

    .box-type .img-container:hover .img-name {
        top: 50%;
    }
}

.box-type .hide-box-type-images {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 300ms, opacity 300ms linear;
}

.box-type .show-box-type-images {
    visibility: visible !important;
    opacity: 1;
    transition: visibility 0s linear 500ms, opacity 500ms linear;
}

#sp-gallery-items .show-sp-gallery-items {
    visibility: visible !important;
    opacity: 1;
    transition: visibility 0s linear 500ms, opacity 500ms linear;
}

#sp-gallery-items .hide-sp-gallery-items {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 300ms, opacity 300ms linear;
}

