.MainSlider .SliderContent
{
    display: flex;
    width: 100%;
    height: 600px;
    overflow-x: hidden;
    align-items: stretch;
}

.MainSlider .Slider
{
    display: inline-block;
    height: 100%;
    width: 100%;
    min-width: 100%;
    background-size: cover;
    background-position: center;
}

.MainSlider .SliderMove
{
    /*position: absolute;*/
    z-index: 2;
    /*float: right;
    right: 60px;
    top: 60px;
    padding: 30px;
    padding-bottom:15px;*/
    width: 100px;
    float: right;
    padding-top: 20px;
    margin-right: 113px;
}

.MainSlider .SliderMoveOption
{
    height: 13px;
    width: 13px;
    border: 1px solid white;
    border-radius: 50%;
    display: inline-block;
    margin: 5px;
}

@media only screen and (max-width: 800px) {
    .MainSlider .SliderMoveOption
    {
        margin-right: 10px;
        margin-left: 10px;
        height: 15px;
        width: 15px;
    }

    .MainSlider .SliderDetails
    {
        padding: 10px 25px !important;
        margin-top: -201px;
    }
}

.MainSlider .SliderMoveOption:hover, .MainSlider .SliderMoveOption.Active
{
    cursor: pointer;
    background-color: white;
    transition: all .5s;
}

.MainSlider .SliderDetails
{
    padding: 5px;
    padding-left: 100px;
    color: white;
    padding-top: 20px;
    padding-bottom: 20px;
    max-height: 300px;
    opacity: 0;
    /*margin-left: -100px;*/
}

.MainSlider .SliderDetails .CategoryTitle
{
    font-size: 20px !important;
    text-transform: uppercase;
    padding-bottom: 2px !important;
    letter-spacing: 0.8px;
}

.MainSlider .SliderDetails .row
{
    padding: 8px;
}

.MainSlider .SliderDetails .title
{
    font-family: MontSerrat;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    font-size: 36px !important;
    padding-top: 2px !important;
    letter-spacing: 0.8px;
    padding-bottom: 30px;
    max-width: 425px;
}

.MainSlider .SliderDetails .details
{
    font-family: MontSerrat;
    font-size: 14px !important; 
    max-width: 425px;
}

.MainSlider .SliderDetails .btn
{
    width: 100%;
    margin-top: 15px;
}

.MainSlider .SliderDetails span
{
    font-size: 30px;
}

.MainSlider .d-flex
{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
}

.MainSlider .SliderDetails
{
    flex-grow: 1;
}


.MainSlider .SliderViewProduct
{
    text-align: left;
    padding-left: 0px;
    margin-left: -10px;
    font-family: MontSerrat;
    font-size: 14px;
    font-weight: bold;
    padding-top: 20px;
}

.MainSlider .SliderMove .btn
{
    color: white !important;
    background-color: transparent !important;
    font-size: 40px;
    padding: 0px;
}