@font-face {
    font-family: 'DancingScript-Bold';
    src: url('fonts/DancingScript-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'DancingScript-Medium';
    src: url('fonts/DancingScript-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'DancingScript-Regular';
    src: url('fonts/DancingScript-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'DancingScript-SemiBold';
    src: url('fonts/DancingScript-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'DancingScript-VariableFont_wght';
    src: url('fonts/DancingScript-VariableFont_wght.ttf') format('truetype');
}

@font-face {
    font-family: 'Amiri-Bold';
    src: url('fonts/Amiri-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Amiri-BoldItalic';
    src: url('fonts/Amiri-BoldItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Amiri-Italic';
    src: url('fonts/Amiri-Italic.ttf') format('truetype');
}

@font-face {
    font-family: 'Amiri-Regular';
    src: url('fonts/Amiri-Regular.ttf') format('truetype');
}



/*===== All Preloader Title Style =====*/
.preloader {
    /* Body Overlay */
    position: fixed;
    top: 0;
    left: 0;
    display: table;
    width: 100%;
    height: 100%;
    /* Change Background Color */
    background: #fdfdfd;
    z-index: 9999;
}

    .preloader .spin {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 40px;
        height: 40px;
    }

        .preloader .spin .cube1, .preloader .spin .cube2 {
            background-color: #fe7865;
            width: 15px;
            height: 15px;
            position: absolute;
            top: 0;
            left: 0;
            -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
            -moz-animation: sk-cubemove 1.8s infinite ease-in-out;
            -o-animation: sk-cubemove 1.8s infinite ease-in-out;
            animation: sk-cubemove 1.8s infinite ease-in-out;
        }

        .preloader .spin .cube2 {
            -webkit-animation-delay: -0.9s;
            -moz-animation-delay: -0.9s;
            -o-animation-delay: -0.9s;
            animation-delay: -0.9s;
        }

/* CSS Keyframe Animation */
@-webkit-keyframes sk-cubemove {
    25% {
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
        -moz-transform: translateX(42px) rotate(-90deg) scale(0.5);
        -ms-transform: translateX(42px) rotate(-90deg) scale(0.5);
        -o-transform: translateX(42px) rotate(-90deg) scale(0.5);
        transform: translateX(42px) rotate(-90deg) scale(0.5);
    }

    50% {
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
        -moz-transform: translateX(42px) translateY(42px) rotate(-180deg);
        -ms-transform: translateX(42px) translateY(42px) rotate(-180deg);
        -o-transform: translateX(42px) translateY(42px) rotate(-180deg);
        transform: translateX(42px) translateY(42px) rotate(-180deg);
    }

    75% {
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
        -moz-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
        -ms-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
        -o-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
        transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes sk-cubemove {
    25% {
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
        -moz-transform: translateX(42px) rotate(-90deg) scale(0.5);
        -ms-transform: translateX(42px) rotate(-90deg) scale(0.5);
        -o-transform: translateX(42px) rotate(-90deg) scale(0.5);
        transform: translateX(42px) rotate(-90deg) scale(0.5);
    }

    50% {
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
        -moz-transform: translateX(42px) translateY(42px) rotate(-180deg);
        -ms-transform: translateX(42px) translateY(42px) rotate(-180deg);
        -o-transform: translateX(42px) translateY(42px) rotate(-180deg);
        transform: translateX(42px) translateY(42px) rotate(-180deg);
    }

    50.1% {
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
        -moz-transform: translateX(42px) translateY(42px) rotate(-180deg);
        -ms-transform: translateX(42px) translateY(42px) rotate(-180deg);
        -o-transform: translateX(42px) translateY(42px) rotate(-180deg);
        transform: translateX(42px) translateY(42px) rotate(-180deg);
    }

    75% {
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
        -moz-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
        -ms-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
        -o-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
        transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
/*===========================
     5.PRODUCT CARD css 
===========================*/
@media (max-width: 767px) {
    .product-area {
        padding-top: 50px;
        padding-bottom: 80px;
    }
}

.collection-menu .collection-tilte {
    background-color: #e5e5e5;
    font-size: 24px;
    font-family: 'DancingScript-Regular';
    font-weight: 600;
    padding: 30px 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .collection-menu .collection-tilte {
        font-size: 20px;
        padding: 15px 10px;
    }
}

@media (max-width: 767px) {
    .collection-menu .collection-tilte {
        font-size: 20px;
        padding: 20px 15px;
    }
}

.collection-menu .nav a {
    border: 1px solid #ddd;
    margin-bottom: -1px;
    font-size: 22px;
    line-height: 58px;
    background: white;
    font-weight: 400;
    color: #c29643;
    font-family: 'DancingScript-Regular';
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

    .collection-menu .nav a.active {
        background-color: #fe7865;
        border-color: #fe7865;
        color: #fff;
    }

.single-product-items .product-item-image {
    position: relative;
    overflow: hidden;
}

    .single-product-items .product-item-image a {
        display: block;
    }

    .single-product-items .product-item-image img {
        width: 100%;
        -webkit-transition: all 0.4s ease-out 0s;
        -moz-transition: all 0.4s ease-out 0s;
        -ms-transition: all 0.4s ease-out 0s;
        -o-transition: all 0.4s ease-out 0s;
        transition: all 0.4s ease-out 0s;
    }

    .single-product-items .product-item-image .product-discount-tag {
        width: 70px;
        height: 70px;
        background-color: #fe7865;
        position: absolute;
        top: 20px;
        right: 20px;
        text-align: center;
        border-radius: 50%;
    }

        .single-product-items .product-item-image .product-discount-tag p {
            color: #fff;
            font-weight: 600;
            font-size: 22px;
            line-height: 70px;
        }

.single-product-items .product-item-content .product-title a {
    font-size: 20px;
    color: #333;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

    .single-product-items .product-item-content .product-title a:hover {
        color: #fe7865;
    }

.single-product-items .product-item-content .rating li {
    color: #fc924b;
    font-size: 12px;
    display: inline-block;
}

.single-product-items .product-item-content span {
    margin: 0 3px;
    font-size: 16px;
    font-weight: 600;
    position: relative;
}

.single-product-items .product-item-content .regular-price {
    color: #fe7865;
}

.single-product-items .product-item-content .discount-price {
    color: #c4c4c4;
}

    .single-product-items .product-item-content .discount-price::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 1px;
        background-color: #222;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.single-product-items:hover .product-item-image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.product-items-active .slick-arrow {
    position: absolute;
    right: -80px;
    z-index: 9;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .product-items-active .slick-arrow {
        right: -40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-items-active .slick-arrow {
        right: -20px;
    }
}

.product-items-active .slick-arrow.prev {
    bottom: 35%;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .product-items-active .slick-arrow.prev {
        bottom: 38%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-items-active .slick-arrow.prev {
        bottom: 40%;
    }
}

.product-items-active .slick-arrow.next {
    top: 35%;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .product-items-active .slick-arrow.next {
        top: 38%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-items-active .slick-arrow.next {
        top: 40%;
    }
}

.product-items-active .slick-arrow i {
    font-size: 18px;
    color: #fe7865;
    width: 50px;
    line-height: 48px;
    border-radius: 50%;
    border: 1px solid #fe7865;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .product-items-active .slick-arrow i {
        width: 40px;
        line-height: 38px;
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-items-active .slick-arrow i {
        width: 30px;
        line-height: 28px;
        font-size: 16px;
    }
}

.product-items-active .slick-arrow i:hover {
    background-color: #fe7865;
    border-color: #fe7865;
    color: #fff;
}

.tab-content .tab-pane {
    display: block;
    overflow: hidden;
    height: 0;
    visibility: hidden;
    max-width: 100%;
    opacity: 0;
}

    .tab-content .tab-pane.active {
        height: auto;
        visibility: visible;
        opacity: 1;
        overflow: visible;
    }
