
#homepage-slider .slick-prev,
#homepage-slider .slick-next {
    background: #fff;
}

#homepage-slider .slick-prev {
    left: 0;
}

#homepage-slider .slick-next {
    right: 0;
}

#Section2 {
    background: #f9f9f9;
}

.note-box:hover .name:before {
    width: 100px;
}

.note-box .name:before {
    position: absolute;
    top: 0;
    left: 50%;
    height: 2px;
    width: 0;
    content: '';
    background: #000;
    transform: translateX(-50%);
    transition: .3s all linear;
}

.note-box .name {
    margin-top: 1rem;
    position: relative;
    padding-top: 1rem;
    font-size: 1.1rem;
}

.note-box .img img {
    transition: .3s all linear;
}

.note-box:hover .img img {
    transform: translateY(-10px);
}

#brandSlider .brand-box img {
    border: 1px solid #ddd;
    padding: .5rem;
    transition: .3s all linear;
}

#brandSlider .brand-box:hover img {
    border-color: #000;
}

#brandSlider.slick-slider {
    padding-bottom: 1rem;
}

.cat-box {
    margin: 0 1rem 2rem 1rem;
    transition: .3s all linear;
}

    .cat-box .cat-name {
        font-size: 1.1rem;
    }

    .cat-box .img {
        overflow: hidden;
    }

    .cat-box:hover {
        box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
    }

    .cat-box .img img {
        transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    .cat-box:hover .img img {
        -webkit-transform: scale(1.21);
        -ms-transform: scale(1.21);
        transform: scale(1.21);
    }

#Section3 .section, #Section6 .section {
    padding-bottom: 0;
}

#Section2 .section, #Section4 .section, #Section5 .section {
    padding-bottom: 1.5rem;
}

.why-box .img img {
    max-height: 160px;
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;
    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;
    transition: 0.6s;
    transform-style: preserve-3d;
}

.why-box .img:hover img {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.testi-box .quotes {
    width: 200px;
    margin-right: 2rem;
}

.testi-box .testi-info .testi-quote {
    font-size: 1.5rem;
}

.testi-box .testi-info .img {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    margin-right: 1rem;
    background-position: center;
    background-repeat: no-repeat;
}


.testi-box .testi-info .name {
    margin-bottom: 0;
    font-size: 1.1rem;
}

.testi-box .testi-info .location {
    font-size: .9rem;
    margin-bottom: 0;
}

.testi-box .testi-info .cust-details {
    margin-top: 2rem;
    padding-top: 2rem;
    position: relative;
}

    .testi-box .testi-info .cust-details:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 150px;
        height: 2px;
        background: #999;
    }


.slider {
    margin: 0;
    padding: 0;
}

.slider-box {
    position: relative;
}


    .slider-box .fixed-link,
    .product-box .fixed-link {
        position: absolute;
        top: 0;
        right: 1rem;
        z-index: 9;
        text-align: center;
    }



        .slider-box .fixed-link .review-favourite-wrap,
        .product-box .fixed-link .review-favourite-wrap {
            position: relative;
        }

    .slider-box .cart,
    .product-box .hover-div {
        position: absolute;
        bottom: 1rem;
        left: 50%;
        transform: translate(-50%, 0%);
        width: 100%;
    }

    .slider-box .fixed-link a,
    .product-box .fixed-link a {
        font-size: 1.2rem;
    }



/*Media Query*/
@media screen and (min-width:768px) {
}

@media screen and (min-width:992px) {
    .homepageslider.slick-dotted.slick-slider {
        padding-bottom: 1rem;
    }

    .cat-box {
        width: 21.8%;
    }

    .slider-box .cart,
    .product-box .hover-div {
        bottom: -2rem;
        opacity: 0;
        visibility: hidden;
        transition: .3s all linear;
        -webkit-transition: .3s all linear;
    }

    .slider-box:hover .cart,
    .product-box:hover .hover-div {
        opacity: 1;
        visibility: visible;
        bottom: 1rem;
    }

    .slider-box:hover .image-wrap img,
    .product-box:hover .product-image img {
        opacity: .5;
    }
}




@media screen and (min-width:992px) and (max-width:1199.98px) {
}


@media screen and (min-width:768px) and (max-width:991.98px) {
    .cat-box {
        width: 20%;
    }
}

@media screen and (max-width:991.98px) {
    .cat-box .cat-name {
        font-size: 1rem;
        padding: .8rem .5rem !important;
    }

    #Section2 .section, #Section3 .section, #Section4 .section, #Section5 .section, #Section6 .section {
        padding-bottom: 0;
    }

    .why-box .name {
        font-size: 1.1rem;
    }

    .why-box .img img {
        max-height: 100px;
    }
}

@media screen and (max-width:767.98px) {
    #Section3 .about {
        margin-top: 5rem;
    }


    #Section6 .btn {
        width: 100%;
    }

    .cat-box {
        margin: 0 .5rem 1rem .5rem;
        width: 45%;
    }
}

body {
    overflow-x: hidden !important;
}

.about-img {
    position: relative;
}

.hashtag {
    position: absolute;
    bottom: 0;
    background: #000;
    color: #fff;
    padding: 10px 18px;
    left: 0;
}

.hashtag-r {
    right: 0;
}

b, strong {
    font-weight: 600 !important;
}


.contact-form h2 {
    color: #000;
}

.contact-group input {
    padding: 20px;
}

.col-inner .spacer {
    padding: 100px 50px;
}

.address-dark-bg {
    background: #000;
}

.col-inner.spacer, .col-inner.spacer a {
    color: #fff;
}

.gradient-bg {
    background: linear-gradient( 45deg,#c94b4b,#4b134f);
}

.col-inner .spacer i {
    font-size: 50px;
    margin-bottom: 15px;
}


.contact-shadow {
    box-shadow: 0 0 12px 0 rgb(2 2 2 / 16%);
    border-radius: 0;
    overflow: hidden;
}


.share-product .share ul {
    background: none;
    width: 100%;
}

.bg-width-color {
    background: #e6e6e6;
}

.store-location {
    padding: 60px 76px 90px;
    text-align: center;
}

.store-icon {
    height: 100px;
    width: 100px;
    margin: auto;
    border-radius: 50rem;
    margin-bottom: 30px;
}

.contact-address-wrap {
    display: flex;
    justify-content: center;
    align-content: center;
    position: relative;
}

.contact-form-wrap {
    margin-top: -245px;
    padding: 3rem 4rem;
    background-color: #000;
}

.contact-inner a:hover {
    color: #fff;
}

.contact-inner a {
    color: #000;
}

.form-group label {
    color: #000;
}

.contact-inner {
    color: #000;
    height: 50vh;
    background-repeat: no-repeat;
    background-position: center;
    background: url(https://ulcm.s3.amazonaws.com/perfume-club.ca/images/CustomImages/Editor_132877324825371595.jpg);
    background-size: cover;
}

.store-text h4 {
    font-size: 26px;
    font-weight: bold;
    color: #000;
    line-height: 55px;
}

.store-text ul {
    margin-top: -15px;
    line-height: 30px;
}

.store-box {
    padding: 25px;
    box-shadow: 0 0 12px 0 rgb(2 2 2 / 16%);
}

.store-location {
    padding: 60px 76px 90px;
    text-align: center;
    background: url(https://ulcm.s3.amazonaws.com/perfume-club.ca/images/CustomImages/Editor_132877307435821274.png);
    margin-top: 70px;
}

i.shipping-icon {
    background: #fff;
    transition: all 0.5s;
    color: #000000;
    width: 35px;
    height: 35px;
    padding: 6px;
    border-radius: 20px;
    position: absolute;
    margin-left: 11px;
    margin-top: -7px;
    font-size: 1.3em;
}


#shpping-hidden-table {
    width: 20%;
    padding: 15px 20px 12px;
    background: #333333;
    margin-bottom: 30px;
    color: #fff;
    cursor: pointer;
    margin-left: 27px;
    border-radius: 50px;
}

.shipping-box {
    background: #ededed;
    padding: 22px;
    margin: 60px 25px 35px;
    border-radius: 20% 0;
}

.shipping-img {
    margin-top: -60px;
    padding-bottom: 20px;
}

.hidden-table {
    width: 65%;
    margin-left: 27px;
}

.photo-item .zoom-image {
    display: none;
}

.shipping_method_text h2 {
    font-size: 27px;
    font-weight: 600;
}

.shipping_method_text h5, .shipping_method_text p {
    color: #818181;
}

.privacy-wrap h5:after {
    bottom: 0;
    left: 0;
    content: '';
    height: 1px;
    width: 100px;
    background: #a4a7a8;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
}


.flex-row-details .flex-col-details {
    width: 46%;
}

.flex-col-details.right-col.pl-lg-5 {
    border-left: 0.5px solid #dfdfdf;
}

.zoomLens {
    border: 1px solid rgb(136, 136, 136) !important;
}


@media (max-width: 575.98px) {
    .flex-row-details .flex-col-details {
        width: 100% !important;
    }

    .flex-col-details.right-col {
        border-left: none !important;
    }

    #shpping-hidden-table {
        margin-left: 0;
    }

    .hidden-table {
        width: 100%;
        margin-left: 0px;
    }
}


@media (max-width: 767.98px) {
    .contact-wrap {
        margin-top: 0;
        margin-left: -15px;
    }


    .form-contact-information, .contact-form {
        padding-right: 30px;
        padding-left: 30px;
    }

    .contact-socials {
        padding-top: 15px;
    }

    .contact-info {
        padding-top: 30px;
    }

    .contact-inner p, .contact-inner a {
        color: #fff;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .contact-wrap {
        margin-top: 0;
        margin-left: -15px;
        flex-wrap: unset;
    }

    .product-details .add-to-cart-section {
        margin: 0.94rem -1rem;
    }

    .text.add-to-cart-section a {
        padding: 0.6rem 0.2rem;
    }
}


@media (min-width: 768px) and (max-width:1024px) {
    .contact-wrap {
        margin-top: -200px;
        margin-left: 175px;
    }

    .contact-form-wrap {
        margin-top: -165px;
    }

    .shipping-box {
        margin: 60px 0px 35px !important;
    }

    #shpping-hidden-table {
        width: 45% !important;
        padding: 12px 20px 12px;
    }

    .flex-row-details .flex-col-details {
        width: 100% !important;
    }

    .flex-col-details.right-col {
        border-left: none !important;
    }

    .hidden-table {
        width: 100%;
        margin-left: 0;
    }

    .contact-inner {
        color: #fff;
        height: 32vh;
    }

        .contact-inner a {
            color: #fff;
        }

    .store-location {
        padding: 35px 10px 35px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .contact-form-wrap {
        margin-top: -120px;
    }

    .contact-inner {
        height: 22vh;
        color: #fff;
    }

        .contact-inner p a {
            color: #fff;
        }
}

@media screen and (max-width: 767.98px) {
    .share-product .share ul {
        left: 24% !important;
    }

    .share {
        padding-bottom: 15px;
    }


    .product-top-info .share-product span {
        margin-left: 3px;
        text-align: left;
    }

    .share-product .share ul li {
        margin: 0px 5px;
        display: inline;
    }

    .brand-logo {
        width: 50%;
        float: right;
    }

    .description-text.mb-3 {
        margin-top: -30%;
    }

    #shpping-hidden-table {
        text-align: center;
        width: 100% !important;
    }

    .hidden-table {
        width: 100% !important;
    }

    .bg-width-color {
        margin-bottom: 15px;
    }
}

#mapDiv {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

    #mapDiv:hover {
        -webkit-filter: none;
        filter: none;
    }


@media screen and (max-width: 575.98px) {
    .contact-inner {
        color: #fff;
        height: 65vh;
    }

        .contact-inner a {
            color: #Fff;
        }

    .store-location {
        padding: 0px;
    }
}



span.text-from {
    padding-right: 7px;
    margin-bottom: 8px;
}
