
.slick-slide {
    margin:  27px;
}
.product1 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    /*  width: 20%;*/
}
.sizeTable img {
   /*// display: block;*/
    margin-left: 50px;
    margin-right: 50px;
    /*  width: 20%;*/
}
.slick-prev:before {
    color: black;
}
.slick-next:before {
    color: black;
}

.product1{
    width: 100%;
}

select {
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    appearance:none;
    outline:0;
    box-shadow:none;
    border:0!important;
    background: #ffffff;
    background-image: none;
    flex: 1;
    padding: 0 .5em;
    color:#fff;
    cursor:pointer;
    font-size: 1em;
    font-family: 'Open Sans', sans-serif;
}
select::-ms-expand {
    display: none;
}
.select {
    position: relative;
    display: flex;
    width: 20em;
    height: 3em;
    line-height: 3;
    background: rgba(241, 184, 196, 0.27);
    overflow: hidden;
    border-radius: .25em;
}
.select::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 1em;
    background: #f1b8c4;
    cursor:pointer;
    pointer-events:none;
    transition:.25s all ease;
}
.select{
    color: #0b0b0b;
}
.select:hover::after {
    color: #192886;
}
.ftco-section {
    padding: 5em 0;
}
.hero-wrap .slider-text .breadcrumbs {
    font-size: 25px;

}
