/* .content{
    margin-left: 150px;
} */
.container-xxl{
    max-width: 1520px;
}
.form-control{
    appearance: auto;
}
footer{
    width: 100%;
    position: relative;
    bottom: 0;
}
.product-price-block {
    font-size: 1.5rem;
}

.product-price {
    font-size: 1.5rem;
}

.product-old-price {
    text-decoration: line-through;
    font-size: 1rem;
}

.border-top-light-custom{
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

@media (min-width: 34em) {
    .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
    
}

@media (min-width: 62em) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}

ul.errorlist  {
    list-style-type: none;
    margin: 5px 0;
    padding: 0;
    font-size: 13px;
    color: red;
    display: block;
}

ul.errorlist li {
    display: block;
    font-weight: bold;
}

/*
@media (min-width: 48em) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}


@media (min-width: 62em) {
    .card-columns {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }
}

@media (min-width: 75em) {
    .card-columns {
        -webkit-column-count: 5;
        -moz-column-count: 5;
        column-count: 5;
    }
}
*/
.form-group textarea {
    width: 100%;
}
.nav-cart, .nav-cart a {
    color: #fff;
    text-decoration: none;
}
.cart-img {
    max-width: 150px;
}

.table-curved {
    /* border: solid #ccc 1px; */
    border-collapse: separate;
    width:100%;
    border-spacing:0px;
    border-radius: 6px;
    border-left:0px;
}

.table-curved thead tr {
    position: relative;
    border-radius: 26px;
    border-collapse:seperate;
    border-spacing:0;
    background:#f8f8f8;
    background-position-x: 10px;
    padding:10px 0;
    transition:background .1s;
}
.table-curved tbody tr {
    position: relative;
    border-radius: 26px;
    border-collapse:seperate;
    border-spacing:0;
    background:#f8f8f8;
    background-position-x: 10px;
    padding:10px 0;
    transition:background .1s;
}
.table-curved tr:hover {
    background:#eee;
}
.table-curved th {
    border-top: none;
}
tr td:first-child{ border-top-left-radius: 10px; }
tr td:last-child { border-top-right-radius: 10px; }

tr td:first-child { border-bottom-left-radius: 10px; }
tr td:last-child { border-bottom-right-radius: 10px; }

tr th:first-child{ border-top-left-radius: 10px; }
tr th:last-child { border-top-right-radius: 10px; }

tr th:first-child { border-bottom-left-radius: 10px; }
tr th:last-child { border-bottom-right-radius: 10px; }

.table-curved thead td:first-child:before {
    content: "";
    display: block;
    width: 10px;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 6px 0 0 6px;
    position: absolute;
}

.table-curved td:first-child{
    padding-left: 15px;
}
.table-curved td{
    position: relative;
    border-spacing: 0px;
    padding: 10px;
}

table td{
    border-bottom: 1px solid #dee2e6;
}
a{
    text-decoration: none;
    color: rgba(var(--bs-primary-rgb));
}
.table-responsive{
    padding-left: 0.25rem;
}
.logo{
    /* font-size: 30px; */
    margin: 0;
    padding: 0;
    line-height: 1;
    /* text-transform: uppercase; */
}
.section-title{
    text-align: center;
}

.section-title h2::after {
    content: "";
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    display: block;
    width: 40px;
    height: 3px;
    background: #47b2e4;
    
}
.img-livro{
    
    max-height: 400px;
}
.footer-bottom{
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}
.rounded-start-4{
    border-top-left-radius: var(--bs-border-radius-xl) !important;
    border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}
.rounded-end-4{
    border-top-right-radius: var(--bs-border-radius-xl) !important;
    border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}
.shadow-left {
    box-shadow: inset 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.05) !important;
}
.shadow-right {
    box-shadow: inset -0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.05) !important;
}
.text-black-25 {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, 0.25) !important;
}
.transparent{
    background-color: rgba(255, 255, 255, 0.85);
}
.nav{
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.animated{
    animation: up-down 4s ease-in-out infinite alternate-reverse both;
    

}
.animate-ease-in{
    animation: ease-in-out 1.0s ease-in-out ;
}
.animate-ease-in-2{
    animation: ease-in-out-2 1.0s ease-in-out ;
}
.animate-ease-in-right{
    animation: ease-in-out-right 1.0s ease-in-out ;
}
.animate-ease-in-right-2{
    animation: ease-in-out-right-2 1.0s ease-in-out ;
}
.animate-zoom-in{
    animation: zoom-in-out 2s ease-in-out ;
}
@keyframes up-down{
    0%{
        box-shadow: inset 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.5) !important;
        transform: translatey(0rem);
        
    }
    50%{
        box-shadow: inset 0.25rem 0.45rem 0.5rem rgba(0, 0, 0, 0.1) !important;
        transform: translatey(-0.5rem);
        
    }
    100%{
        box-shadow: inset 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.5) !important;
        transform: translatey(0rem);
        
    }
}
@keyframes ease-in-out{
    0%{
        transform: translateX(-5rem);
        opacity: 0;
    }
    100%{
        opacity: 1;
        transform: translate(0rem);
    }
}
@keyframes ease-in-out-2{
    0%{
        transform: translateX(-25rem);
        opacity: 0;
    }
    100%{
        opacity: 1;
        transform: translate(0rem);
    }
}
@keyframes ease-in-out-right{
    0%{
        transform: translateX(5rem);
        opacity: 0;
    }
    100%{
        opacity: 1;
        transform: translate(0rem);
    }
}
@keyframes ease-in-out-right-2{
    0%{
        transform: translateX(25rem);
        opacity: 0;
    }
    100%{
        opacity: 1;
        transform: translate(0rem);
    }
}
@keyframes zoom-in-out{
    0%{
        opacity: 0;
        scale: 0.5;
    }
    100%{
        opacity: 1;
        scale: 1;
    }
}
#landpage-container{
    min-height: 100%;
}
#table span{
    display: none;
}

@media screen and (max-width: 945px) {
	table.mobile-optimised {
		word-wrap:break-word;
	}
	table.mobile-optimised thead {
		position:absolute;
        left:-999em;
        top:-999em;
	}
	table.mobile-optimised td {
		display:block;
		float:left;/* ie9 and under hack */
		width:100%;
		clear:both;
		background:#f8f9fa;
		padding:10px 5px;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
	}
	table.mobile-optimised tbody, table.mobile-optimised tr {
		display:block
	}
	.mobile-optimised td:before {
		content:attr(data-th);
		display:block;
		font-weight:bold;
		margin:0 0 2px;
		color:#000;
	}
	.mobile-optimised tbody tr {
		float:left;width:100%;
        margin-bottom:10px;
	}
    .mobile-optimised tbody td:nth-child(2){
        --bs-btn-padding-x: 0.75rem;
        --bs-btn-padding-y: 0.375rem;
        --bs-btn-font-family: ;
        --bs-btn-font-size: 1rem;
        --bs-btn-font-weight: 400;
        --bs-btn-line-height: 1.5;
        --bs-btn-color: #212529;
        --bs-btn-bg: transparent;
        --bs-btn-border-width: 1px;
        --bs-btn-border-color: transparent;
        --bs-btn-border-radius: 0.375rem;
        --bs-btn-hover-border-color: transparent;
        --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
        --bs-btn-disabled-opacity: 0.65;
        --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
        display: inline-block;
        
        font-family: var(--bs-btn-font-family);
        font-size: var(--bs-btn-font-size);
        font-weight: var(--bs-btn-font-weight);
        line-height: var(--bs-btn-line-height);
        color: var(--bs-btn-color);
        text-align: center;
        text-decoration: none;
        vertical-align: middle;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
        border-radius: var(--bs-btn-border-radius);
        
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        --bs-btn-color: #fff;
        --bs-btn-bg: #0d6efd;
        --bs-btn-border-color: #0d6efd;
        --bs-btn-hover-color: #fff;
        --bs-btn-hover-bg: #0b5ed7;
        --bs-btn-hover-border-color: #0a58ca;
        --bs-btn-focus-shadow-rgb: 49, 132, 253;
        --bs-btn-active-color: #fff;
        --bs-btn-active-bg: #0a58ca;
        --bs-btn-active-border-color: #0a53be;
        --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        --bs-btn-disabled-color: #fff;
        --bs-btn-disabled-bg: #0d6efd;
        --bs-btn-disabled-border-color: #0d6efd;
        color: #fff;

    }
    
}