/*************************Morphing Model Window***************************/

/* ===================================
    Modal window css
====================================== */

.modal-window{
    position: fixed;
    top:0;
    left:0;
    right:0;
    background-color: #5856569c;
    z-index: 11111;
    display: none;
    overflow-y: scroll;
    height: 100vh;
    transition: .5s ease;
}
.morphic-body {
    padding: 5% 0;
}
.modal-view{
    display: block;
}
.modal-body{
    max-width: 1200px;
    margin: 25px auto;
    background-color: #ffffff;
    height: auto;
    opacity: 1;
    display: block;
    animation: .8s fadeIn;
}
.morphic-title{
    padding: 10px;
    padding-left: 20px;
    font-family: 'Oswald', sans-serif;
    color: #FFFFFF;
}
.morphic-title h3{
    font-family: 'Montserrat', sans-serif;
    font-size: 42px;
    font-weight:bold;
    color: #ed2d34;
    text-transform: capitalize;

}
.morphic-title h5{
    font-family:'Montserrat', sans-serif ;
    font-size: 18px;
    font-weight: 600;
    color: #202020;
    margin: 0;
}
.morphic-title p{
    font-family:'Roboto', sans-serif ;
    font-size: 18px;
    font-weight: 300;
    color: #202020;
    margin-top: 50px;
    margin-bottom: 50px;
    line-height: 1.7;
}
.left-arrow-sec a,.right-arrow-sec a{
    display: inline-block;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: solid 1px #202020;
    text-align: center;
    margin-top: 5px;
    transition: .8s ease;
    cursor: pointer;
}
.left-arrow-sec a i,.right-arrow-sec a i{
    color: #202020;
    font-size: 20px;
    margin-top: 9px;
    transition: .8s ease;
}
.left-arrow-sec a:hover,.right-arrow-sec a:hover{
    border: solid 1px #202020;
    background-color: #202020;
    animation: 1s tada;
}
.left-arrow-sec a:hover i,.right-arrow-sec a:hover i{
    color:#ffffff;
}
.morphic-body img{
    height: 100%;
    width: 100%;
}
.morphic-detail h4{
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 3%;
    margin-top: 2%;
}
.morphic-detail p{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 300;
}
.morphic-info{
    margin-top: 5%;
    margin-bottom: 5%;
}
.morphic-info .info{
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #FFFFFF;
}
.morphic-info span{
    color: #FFFFFF;
    margin-right: 4px;
}

.close-modal{
    z-index: 111111;
    position: absolute;
    right: 30px;
    top: 20px;
    height: 30px;
    width: 30px;
    cursor: pointer;
}
.close-modal i{
    display: inline-block;
    height: 2px;
    width: 25px;
    background-color: #202020;
    margin: 0;
    padding: 0;
    transition: .5s ease;
}
.close-modal:hover i {
    background-color: #ed2d34;
}
.close-modal i:first-child{
    transform: rotate(45deg);
    margin-left: 4px;
}
.close-modal i:last-child{
    transform: rotate(-45deg);
    margin-left: -24px;
}

.carousel-indicators {
    position: relative;
    margin-bottom: 2% !important;
    margin-left: 0;
    margin-right: 0;
}
.carousel-indicators li {
    /*height: 100px !important;*/
    /*width: 145px !important;*/
    height: auto !important;
    width: auto !important;
    border-radius: 50%;
    margin-right: 15px;
}

.left-arrow-sec {
    display: flex !important;
    justify-content: space-around;
    padding: 0 8px;
}

.right-arrow-sec {
    display: flex !important;
    justify-content: space-around;
    padding: 0 8px;
}

.btn {-webkit-appearance: initial; overflow: hidden;position: -webkit-sticky;position: sticky; z-index: 2; display:inline-block; font-size: 17px; border:2px solid transparent; letter-spacing: .5px; line-height: inherit; border-radius: 0; text-transform:capitalize; width: auto;font-family: 'Poppins', sans-serif; font-weight: 500; -webkit-transition: all .5s ease;-o-transition: all .5s ease !important;transition: all .5s ease !important;}
/*Slightly desaturated orange btn*/
.black-btn{font-size: 12px;font-family: 'Poppins', sans-serif;padding: 10px 25px;color:#FFFFFF;font-weight: 600;background-color:transparent;border:2px solid #FFFFFF;border-radius: 0px;-webkit-transition: .8s ease !important;-o-transition: .8s ease !important;transition: .8s ease !important;}
.black-btn:hover{color: black; ;background-color:#FFFFFF !important; }


/*************************Morphing Model Window end***************************/

/*Model Color Picker*/
.color-picker {
    font-size: 0;
}
.color-selection h6 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #ed2d34;
    font-weight: 300;
}
.color-picker__item {
    display: inline-block;
}
.color-picker__item + .color-picker__item {
    margin-left: 10px;
}
.color-picker__item:hover {
    cursor: pointer;
}
.color-picker__input {
    display: none;
}
.color-picker__input:checked + .color-picker__color:after {
    content: '';
}
.color-picker__input:disabled + .color-picker__color {
    opacity: 0.5;
}
.color-picker__input:disabled + .color-picker__color:hover {
    cursor: not-allowed;
}
.color-picker__color {
    position: relative;
    display: block;
    width: 18px;
    height: 18px;
}
.color-picker__color:hover {
    cursor: pointer;
}
.color-picker__color:after {
    pointer-events: none;
    position: absolute;
    top: -2px;
    left: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    outline: 2px solid black;
    content: none;
}
.color-picker__color--black {
    background: #000000;
}
.color-picker__color--white {
    background: #FFFFFF;
    border: 1px solid gray;
}
.color-picker__color--color1 {
    background: #4777af;
}
.color-picker__color--color2 {
    background: #90cdf0;
}
.color-picker__color--color3 {
    background: #46b064;
}
.color-picker__color--color4 {
    background: #d2dcbb;
}
.color-picker__color--color5 {
    background: #f58357;
}
.color-picker__color--color6 {
    background: #b65689;
}
.color-picker__color--color7 {
    background: #c775b0;
}
.color-picker__color--color8 {
    background: #e4564a;
}

/*Model Quantity*/

.input_plus_mins .qty .count {
    color: #202020;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    font-weight: 300;
    /*line-height: 30px;*/
    padding: 0 2px ;
    min-width: 35px;
    text-align: center;
    margin-bottom: 0;
    font-family: Roboto, sans-serif;
}
.input_plus_mins .qty .plus {
    cursor: pointer;
    display: inline-block;
    vertical-align: center;
    color: #202020;
    width: 26px;
    height: 26px;
    text-align: center;
    position: relative;
    background-color: #ffffff !important;
}

.input_plus_mins .qty .plus i{
    position: absolute;
    top: 48%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 10px;
}

.input_plus_mins .qty .minus {
    cursor: pointer;
    display: inline-block;
    vertical-align: center;
    color: #202020;
    width: 26px;
    height: 26px;
    text-align: center;
    background-clip: padding-box;
    position: relative;
    background-color: #ffffff !important;
}
.input_plus_mins .qty .minus i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 10px;
}

/*Prevent text selection*/
.input_plus_mins span{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.input_plus_mins input{
    border: 0;
    width: 2%;
}
.input_plus_mins nput::-webkit-outer-spin-button,
.input_plus_mins input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.input_plus_mins input:disabled{
    background-color:white;
}

/*Model Size Chooser*/

.size__item {
    display: inline-block;
    cursor: pointer;
}
.size__item h6 {
    font-family:'Roboto', sans-serif ;
    font-size: 18px;
    font-weight: 300;
    color: #202020;
    opacity: .5;
    display: inline;
}
.size__item h6 {
    margin-right: 25px;
}
.size__item h6:active {
    color: red;
}
.price-modal h1 {
    font-family:'Montserrat', sans-serif ;
    font-size: 48px;
    font-weight: bold;
    color: #ed2d34;
    margin: 25px 0;
}
.modal-btn .btn.btn-medium{
    font-family:'Montserrat', sans-serif !important;
    font-size: 18px;
    font-weight: bold;
}
.shoes-list {
    padding-top: 100px;
}