/* GLOBAL STYLES */


/* Carousel */

.carousel-example {
    padding: 20px 0 50px 0;
    position: relative;
}

#complicated-content-carousel .carousel-control {
    /* position: absolute; */
    bottom: 0;
    left: 84px;
    /* left: auto; */
    /* bottom: auto; */
    /* width: 14px; */
    /* font-size: 25px; */
    /* color: #3c3c3c !important; */
    /* opacity: 1; */
    /* bottom: 0; */
    top: 467px;
    background-color: #e8334a;
}

#complicated-content-carousel .carousel-control.left,
#complicated-content-carousel .carousel-control.right {
    background-image: none;
}

#complicated-content-carousel .carousel-control.left {
    left: 20px;
}

#complicated-content-carousel .index {
    position: absolute;
    top: -70px;
    right: 0;
    font-size: 16px;
    color: #3c3c3c;
}

#complicated-content-carousel .flex-item {
    position: relative;
    display: inline-block;
    width: 320px;
    height: 400px;
    padding: 16px 13px;
    background-color: #efefef;
    /* border: 6px solid #f5f6f7; */
    padding-top: 35px;
}

#complicated-content-carousel .flex-item:hover,
#complicated-content-carousel .flex-item:focus {
    background-color: #e8334a;
}

#complicated-content-carousel .flex-item:hover .good-image,
#complicated-content-carousel .flex-item:focus .good-image {
    background-color: #fff;
}

.goodHr {
    width: 140px;
    height: 1px;
    color: red;
    background-color: #f8b62a;
    margin: auto;
}

#complicated-content-carousel .flex-item:hover p,
#complicated-content-carousel .flex-item:hover h3,
#complicated-content-carousel .flex-item:hover div,
#complicated-content-carousel .flex-item:focus p,
#complicated-content-carousel .flex-item:focus h3,
#complicated-content-carousel .flex-item:focus div {
    color: #fff;
}

.good-top {
    height: 21px;
}

.good-top-left {
    font-size: 16px;
    color: #424242;
    text-transform: uppercase;
    line-height: 21px;
}

.good-top-right {
    height: 21px;
    text-align: right;
}

.choose-color div {
    display: inline-block;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    letter-spacing: 5px;
    cursor: pointer;
}

.choose-color .blue {
    background-color: #165eb9;
}

.choose-color .yellow {
    background-color: #ffe637;
}

.choose-color .black {
    background-color: #535253;
}

.choose-color .grey {
    background-color: #d3a7ac;
}

.choose-color .dark-blue {
    background-color: #35374c;
}

.choose-color .dark-blue-women {
    background-color: #192b5e;
}

.choose-color .light-blue-women {
    background-color: #1682c4;
}

.good-top-left .fa {
    position: relative;
    top: 2px;
    font-size: 21px;
}

.good-bottom {
    height: 21px;
}

.good-bottom p {
    font-size: 12px;
    color: #f8b62a;
}

.good-bottom h3 {
    font-size: 21px;
    margin: 10px 0;
    letter-spacing: 9px;
}

.good-bottom * {
    margin-top: 0;
    margin-bottom: 0;
    /* border-bottom: 1px solid red; */
}

.good-bottom-left a h4 {
    font-size: 18px;
    color: #3c3c3c;
    text-transform: uppercase;
    line-height: 21px;
}

.good-bottom-right {
    position: relative;
    top: -1px;
    font-size: 22px;
    color: #424242;
    text-transform: uppercase;
    line-height: 21px;
}

.good-top-left,
.good-bottom-left {
    float: left;
    text-align: left;
}

.good-top-right,
.good-bottom-right {
    float: right;
    text-align: right;
}

.good-image {
    height: 151px;
    width: 151px;
    text-align: left;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
    background-color: #f8b62b;
    position: relative;
    margin-bottom: 20px;
}

.good-image:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.good-image img {
    max-height: 141px;
    vertical-align: inherit;
    width: 141px;
    height: 141px;
    border-radius: 50%;
    text-align: left;
    display: block;
    position: absolute;
    top: 0;
    left: ;
}

.size {
    position: absolute;
    padding: 0;
    cursor: pointer;
    transition: all .35s;
}

.size.shown {
    padding: 0 5px 5px 5px;
    background-color: #fff;
    border-radius: 2px;
}

.size.shown .option:hover {
    background-color: #f5f6f7;
}

.carousel-control {
    width: 34px;
    height: 34px;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    /* font-size: 30px; */
    /* text-align: center; */
    /* opacity: 1; */
}

a.carousel-control.left,
a.carousel-control.right {
    background-image: none;
    opacity: 1;
    text-align: center;
    background-color: #e8334a;
}

.good-bottom-top {
    margin-bottom: 20px;
    /* border-bottom: 1px solid #f8b62b; */
}

.good-bottom-bottom p,
.good-bottom-bottom {
    font-size: 13px;
    color: #908c8c;
    line-height: 25px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'ËÎÌå';
    margin-top: 6px;
    font-weight: 700;
}

.hotTel {
    position: absolute;
    bottom: -130px;
    right: 0;
}


/* MEDIA QUERIES */

#simple-content-carousel .carousel-control.left,
#simple-content-carousel .carousel-control.right {
    background-image: none;
    background: rgba(0,0,0,.2);
    width: 40px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#simple-content-carousel .carousel-control.left .fa,
#simple-content-carousel .carousel-control.right .fa {
    margin: 0;
    font-size: 35px;
    font-weight: normal;
    font-family: 'ËÎÌå';
}
#simple-content-carousel .carousel-control.left:hover ,
#simple-content-carousel .carousel-control.left:focus ,
#simple-content-carousel .carousel-control.right:hover,
#simple-content-carousel .carousel-control.left:focus {
    background: rgba(0,0,0,0.5);
}
#simple-content-carousel .carousel-control.left:hover .fa ,
#simple-content-carousel .carousel-control.left:focus .fa,
#simple-content-carousel .carousel-control.right:hover .fa,
#simple-content-carousel .carousel-control.left:focus .fa {
    
}

/* styles for phones' displays */

@media only screen and (max-width: 350px) {
    #complicated-content-carousel .flex-item {
        width: 300px;
    }
}


/* styles for medium size displays */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    #complicated-content-carousel .flex-item {
        width: 300px;
    }
}