﻿

.carousel-item {
    transition: all .5s ease-in-out;
}

.main_slider .carousel-item, .new_product_section .carousel-item {
    width: 100%;
    color: black
}

 .imge-container {
        width: 100px;
        height: 200px
    }

.main_slider .inner_carousel-item {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    min-height: 500px;
    justify-content: center;
    text-align: center
}


.main_slider .carousel-inner h2 {
    font-weight: bolder;
    font-size: 58px;
}

.carousel-inner button {
    width: 20%;
    transition: all .4s ease-in-out
}

@media(max-width:930px){
    .carousel-inner button{
        width:50%
    }
    .main_slider .carousel-inner h2{
        font-size:20px
    }
}


@media(max-width:400px) {

    .main_slider .carousel-inner h2 {
        font-size: 30px
    }

}

@media(max-width:500px) {

    .carousel-indicators {
        display: none !important
    }
}

@media(max-width:991px){
    .new_product_section{
        margin-bottom:0px
    }
}
.carousel-indicators li {
    width: 9px !important;
    height: 9px !important;
    border-radius: 50%;
}

.new_product_section .carousel-indicators li {
    width: 9px !important;
    height: 9px !important;
    border-radius: 50%;
    background-color: #707070
}

.carousel-indicators .active, .new_product_section .carousel-indicators .active {
    opacity: 1;
    background-color: #b88128;
}


a {
    text-decoration: none;
    color: inherit;
}

    a:hover {
        text-decoration: none;
        color: inherit;
    }


.inner_carousel-item .product-card{
    display: inline-block;
}

.new_product_section {
    position: relative
}

.new_product_section .inner_carousel-item {
    display: flex;
    justify-content: center
    
}

    .new_product_section .new_product_arrow_left {
        top: 0;
    }

.new_product_arrow_right {
    right: 0;
    position: absolute;
}

.new_product_section .carousel-control-next-icon, .new_product_section .carousel-control-prev-icon {
    background-color: #b88128;
    border-radius: 50%;
}

.btn {
    transition: all .4s ease-in-out
}

input[type='radio'], input[type=checkbox] {
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    border: 1px solid darkgray;
    border-radius: 50%;
    outline: none;
    box-shadow: 0 0 5px 0px gray inset;
}

input[type=checkbox] {
    border-radius: 0%;
}

    input[type='radio']:hover, input[type=checkbox]:hover {
        box-shadow: 0 0 5px 0px orange inset;
    }

    input[type='radio']:before, input[type=checkbox]:before {
        content: '';
        display: block;
        width: 60%;
        height: 60%;
        margin: 20% auto;
        border-radius: 50%;
    }

    input[type='radio']:checked:before, input[type=checkbox]:checked:before {
        background: #d41e05;
    }

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #f22c2c;
    border: 1px #f22c2c dashed;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}



.page-link {
    color: black !important;
}

.page-item.active .page-link {
    background-color: #b98228 !important;
    border-color: #b98228 !important;
    color: white !important
}


.btn-brown {
    background-color: #be8b34;
    border-color: #be8b34;
    color: white
}

.btn-outline-brown {
    color: black;
    border-color: #be8b34;
}