*{
    word-wrap:break-word;
}
#shippingDescription{
    margin-top: 10px;
}
.window-shares .shares {
	font-size: 20px;
	padding: 10px 30px;
	background: rgba(150,150,150,0.2);
	display: inline-block;
}
.window-shares .titulo {
    text-transform: uppercase;
    font-size: 25px;
    display: inline-block;
}
.window-shares .share-icons {
    display: inline-block;
    margin-left: 20px;
}
.window-shares .item {
    display: inline-block;
    color: #4c4c4c;
    background-color: #c9c9c9;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
    margin-left: 5px;
    cursor: pointer;
}
.window-shares .item i{
	line-height: 30px;
}

.window-shares{
	font-size: 20px;
    padding: 10px 30px;
    background: rgba(150,150,150,0.2);
    display: inline-block;
    margin-top: 80px;
}
.cart-start-buy { margin-bottom: 20px; }
.cart-start-buy h3 {
    color: #3065B3;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    height: 80px;
    border-bottom: 1px dashed #E2E2E2;
    margin-bottom: 50px;
}
.cart-start-buy:hover h3{
    color: #508ee8;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    font-size: 25px !important;
}
.border-top {
    border-top: 4px solid #ddd;
}
.cart-comments {
    background: #f9f9f9;
    min-height: 160px;
}

/* Sweet alert */
@media (max-width: 768px) {
    .swal2-modal h2 {
        font-size: 25px;
        line-height: 35px;
    }
    .swal2-modal button.styled {
        margin-bottom: 5px;
    }
}

.image-container{
    height: 250px;
    display: table;
    width: 100%;
}
.image-container span{
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.image-container .img_full{
    width: inherit;
    max-width: 100%;
    max-height: 250px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    border-radius: 0 !important;
    min-height: 34px !important;
    padding-top: 3px;
}