.carousel .carousel-caption {
    top: 50%;
    transform: translateY(-50%);
    bottom: unset;
}

.carousel .carousel-caption h5 {
    font-size: 30px;
    font-weight: 600;
    color: #EAEFFF;
}

#slider {
    height: 350px;
    padding-top: 100px;
}

#accessories {
    padding-top: 60px;
}

#accessories .item {
	border: 1px solid #E8EAF3;
}

#accessories .item:hover {
	box-shadow: 0px 3px 4px #00000019;
}

#accessories .section-title {
    text-align: center;
}

#accessories .line-bottom {
    border-bottom: 4px solid #FF7815;
    padding-top: 12px;
    width: 125px;
    margin: 0 auto 22px auto;
}

#accessories .default-description {
    text-align: center;
    margin-bottom: 70px;
}

.category {
    border: 1px solid #DDDEDE;
    border-radius: 50px;
    padding: 7px 20px;
    font-weight: 400;
    font-size: 16px;
    color: #565759;
    text-align: center;
    white-space: nowrap;
	cursor: pointer;
}

.category.selected {
    color: #FF7815;
    border-color: #FF7815;
}

#content {
    margin-top: 50px;
}

.item {
    margin-bottom: 30px;
    height: 92%;
}

.item .title {
    font-size: 14px;
    font-weight: 600;
    color: #011C76;
    margin-top: 10px;
}

.item .default-description {
    text-align: left!important;
    margin-bottom: 20px!important;
}

.item .button-area {
    margin-top: 10px;
}

.item .buy-button {
    background-color: #011C76;
    border-radius: 30px;
    padding: 10px 30px;
    font-size: 12px;
    font-weight: 600;
    color: #FF7815;
    text-decoration: none;
    cursor: pointer;
}

.item .buy-button img {
    width: 14px;
    margin-right: 14px;
}

#btn-more {
    background-color: #FF7815;
    border-radius: 30px;
    padding: 20px 60px;
    color: #FFFFFF;
    margin-top: 50px;
    font-size: 16px;
    font-weight: bold;
}

#accessory-modal {
    z-index: 9999;
}

#accessory-modal .name {
    font-size: 20px;
    font-weight: 600;
    color: #011C76;
    margin-bottom: 30px;
}

#accessory-modal .buy-button {
    background-color: #011C76;
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 600;
    color: #FF7815;
    text-decoration: none;
    cursor: pointer;
}

#accessory-modal .buy-button img {
    width: 14px;
    margin-right: 14px;
}

#accessory-modal .close {
	position: absolute;
    top: -32px;
    right: -32px;
}

.btn-whatsapp {
    background-color: #69D85F;
    border-radius: 30px;
    padding: 10px 23px;
    font-weight: bold;
    font-size: 14px;
    color: #011C76;
}

.buy-button:hover {
    color: #FF7815!important;
}

.owl-prev, .owl-next {
	font-size: 35px!important;
    background-color: transparent!important;
    outline: none!important;
    color: #011C76!important;
}

@media(max-width: 1200px) {
	
	#slider {
		height: 450px;
		padding-top: 0;
	}
	
	#accessory-modal .close {
		top: 10px;
		right: 10px;
		z-index: 999999;
	}

    .item .card-body {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .item .default-description {
        text-align: center!important;
    }

    #accessory-modal .main-img {
        margin-bottom: 30px;
    }
}