.books-container .books .book-image {
    display: block;
    width: 100%;
    margin: 0 0 15px 0;
    padding: 0;
}
.book {
    flex-wrap: wrap;
    justify-content: center;
}
.books-container .books .book-description {
    text-align: center;
    justify-content: center;
}
.books-container .books .book-description .description {
    line-height: 1.5;
}
.books {
    margin: 0;
}
.blue::after {
    background-color: var(--primary);
}
.green::after {
    background-color: var(--primary);
}
.template .book-description .book-form .price {
    margin: 10px 0;
}
.template .price,
.template .book-description .book-form .price,
.price {
    color: #27818c;
    font-family: 'Oswald';
    font-size: 20px;
    font-weight: normal;
    display: block;
    width: 100%;
}
.order span {
    font-family: 'Montserrat';
    font-size: 9px;
    font-weight: bold;
}
.order {
    padding: 7px 20px;
    margin: 0 auto;
}
.books .book .book-description .title {
    transition: all 0.4s ease;
    text-decoration: none;
}
.books .book .book-description .title:hover {
    color: var(--primary);
}
.books-container > div > .title {
    font-size: 13px;
    font-weight: bold;
    font-family: 'Montserrat';
    margin-bottom: 20px;
}
footer {
    margin-top: 0;
    padding: 0;
}
.courses-container .course-placeholder .course .bg img {
    height: 100%;
    object-fit: cover;
}
.courses-container .course-placeholder .course .bg img:first-of-type {
    filter: blur(6px);
}
.courses-container .course-placeholder .course .bg img:last-of-type {
    z-index: 2;
    position: absolute;
    top: 0;left: 0;
}
.courses-container .course-placeholder .course .bg img.off {
    opacity: 0;
}
.courses-container .course-placeholder {
    padding: 0;
}
.courses-container .course-placeholder:first-child,
.courses-container .course-placeholder:nth-child(2) {
    padding-bottom: 40px;
}
.courses-container > .slider {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.courses-container .slick-track,
.courses-container .slick-list {
    width: 100%;
}
.arrows > div {
    width: 60px;
    background: url('/assets/images/arrow-white.svg') 0%/contain no-repeat;
    height: 60px;
    pointer-events: all;
    transition: all 0.3s ease;
    cursor: pointer;
    transform: translateX(0px);
}
.arrows > div:first-of-type {
    transform: rotate(180deg);
}
.arrows {
    padding: 0 30px;
    width: 100%;
    position: absolute;
    top: 0;left: 0;
    height: 100%;
    pointer-events: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.courses-container .course-placeholder .course {
    height: 100%;
    overflow: hidden;
}
.courses-container .course-placeholder .course a {
    display: block;
}
.courses-container .course-placeholder .course .bg::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(251, 228, 237);
    opacity: 0;
    content: '';
    mix-blend-mode: multiply;
    position: absolute;
    transition: all 0.4s ease;
    will-change: auto;
}
.store .courses-container .course-placeholder .title {
    opacity: 1;
}
.courses-container .course-placeholder .title {
    z-index: 3;
}
.courses-container .course-placeholder .course .bg::before {
    background: rgb(66, 155, 167);
    z-index: 3;
}
.courses-container .course-placeholder .course .bg::after {
    opacity: 1;
    z-index: 2;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 30% ,rgba(39,129,140,1))
}
.courses-container .course-placeholder .course:hover .bg::before,
.courses-container .course-placeholder .course:hover .bg img {
    opacity: 1;
}
.courses-container .course-placeholder .course .plus {
    z-index: 4;
}
.books-container .books .book-image img {
    height: 100%;
}
.books > * {
    padding: 0 10px;
}
.books-container .books .book-description .title {
    font-size: 18px;
    text-align: center;
}
.books-container {
    padding: 50px 0;
}
.books-container .books.container {
    margin-bottom: 0;
    padding: 0;
}
.books-container > div:first-of-type .container.books {
    margin-bottom: 20px;
    padding: 0;
    position: relative;
}

/*****************************/
/********** SIDEBAR **********/
/*****************************/
.template.has-sidebar .sidebar {
    width: 100%;
    padding-top: 60px;
    max-height: 0;
    transition: all 0.6s ease;
}
.template.has-sidebar .sidebar > div {
    padding: 20px;
}
.sidebar-container.on .header::after {
    transform: rotate(180deg);
}
.blog .template.has-sidebar .sidebar-container {
    margin-top: 40px;
    overflow: hidden;
}
.template.has-sidebar .sidebar.white {
	background-color: white;
}

.store .container .rounded, .store .container .rounded::after {
    color: white;
}

.store .container a, .store .container a:hover {
    text-decoration: none;
}

/********** BLOG LISTING SIDEBAR **********/

.blog .template .sidebar .form {
    margin-bottom: 40px;
}

.blog .template .sidebar .form input {
	font-size: .875rem;
	padding: 16px 20px;
	padding-right: 53px;
	border: none;
	background-color: white;
}

.blog .template .sidebar .form [submit] {
	position: absolute;
	width: 53px;
	height: 53px;
	top: 0;right: 0;
}
.blog .template .sidebar .form [submit]::before {
	content: "";
	width: 15px;
	height: 15px;
	position: absolute;
	top: 0;bottom: 0;
	left: 0;right: 0;
	margin: auto;
	background-image: url(/template1/assets/img/lupe.svg)
}

.blog .template .sidebar .h4 {
	color: var(--black);
}

.blog .template .sidebar .container {
    padding: 14px 0 25px 0;
    margin: 0;
}
.blog .template .sidebar .container > * {
    display: flex;
    color: white;
    margin: 11px 0;
    position: relative;
    width: 100%;
}
.blog .template .sidebar .container > * > input {
    display: none;
}
.template.template.has-sidebar.sidebar-right .container > * > label:first-of-type {
    border: 1px solid #f5e8bc;
}
.blog .template .sidebar .container > * > label:first-of-type {
    width: 20px;
    height: 20px;
    border: 1px solid white;
    position: absolute;
    left: 0;top: 0;
    margin-bottom: 0;
}
.checkbox-wrapper > input + label::after,
.blog .template .sidebar .container > * > label:first-of-type::after {
    content: '';
    position: absolute;
    width: 11px;
    height: 10px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -55%);
    opacity: 0;
    background: url(/online-store/assets/images/icons/check.svg) 0/cover no-repeat;
    transition: all .2s ease-in-out;
}

.sidebar .container > * > input:checked + label::after {
    opacity: 1 !important;
}
.blog .template .sidebar .container > * > label:last-of-type {
    cursor: pointer;
    font-size: 14px;
    font-family: 'Montserrat';
    color: white;
    padding: 0;
    margin-left: 30px;
    margin-bottom: 0;
}
.blog .template.has-sidebar .sidebar-container {
    position: relative;
    height: 100%;
    background: var(--primary);
    order: -1;
    width: 100%;
    margin: 0 auto;
}
.blog .template.has-sidebar .h4 {
    font-weight: normal;
    color: #f5e8bc;
    font-size: 20px;
    font-family: 'Oswald';
    margin-bottom: 0;
}
.template.has-sidebar .listing .books > * {
    padding: 25px 0;
}
.template.has-sidebar .container {
    padding: 0 20px;
    max-width: 1084px;
}

.template.has-sidebar .container .product-form .order.rounded::after {
    color: white;
}

.template.has-sidebar .container > div:first-of-type a.book-image {
    position: relative;
    height: 240px;
    display: inline-block;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
}
.template.has-sidebar .container > div:first-of-type a img {
    height: 100%;
    object-fit: contain;
}
.template.has-sidebar .container .book .book-description {
    margin-top: 40px;
    text-align: center;
}
.book .book-description .order {
    display: inline-block;
    color: white;
    text-decoration: none;
}
.listing .pagination ul {
    display: flex;
    list-style: none;
    padding: 0;
}
.listing .pagination ul li {
    position: relative;
}
.listing .pagination ul li:not(.active):not(.disable) {
    cursor: pointer;
}
.listing .pagination ul li a:hover, 
.listing .pagination ul li a:focus, 
.listing .pagination ul li.active a, 
.listing .pagination ul li,
.template .listing .pagination ul li a {
    color: var(--primary);
    text-indent: 0;
}


.lg-container.listing .pagination ul li.active a {
    border: 0px;
    border-radius: 0;
}

.listing .pagination ul li.active::after {
    opacity: 1;
}
.listing .pagination ul li::after {
    position: absolute;
    opacity: 0;
    transition: all 0.4s ease;
    content: '';
    width: 100%;
    height: 35%;
    border-radius: 100%;
    border: 1px solid currentColor;
    background: transparent;
    left: 0;
    top: 0;
    bottom: 0;
    display: inline-block;
    margin: auto;
    pointer-events: none;
}
.template .pagination ul li.active {
    pointer-events: none;
}
.listing .pagination ul li.prev a, 
.listing .pagination ul li.next a {
    width: 20px;
    height: 10px;
    background: url(/online-store/assets/images/icons/arrow-color.svg) 0%/contain no-repeat;
}
.listing .pagination ul li.prev a {
    transform: rotate(180deg);
}
.listing .pagination ul li.prev, 
.listing .pagination ul li.next {
    display: flex;
    align-items: center;
    margin: 0 10px;
}
.listing .pagination ul li:not(.next):not(.prev) {
    align-self: center;
}
.listing .items + .pagination ul li a {
    padding: 6px 11px;
}

.chat-module {
    z-index: 3;
    position: fixed;
    bottom: 0;
    right: 0;
    margin: auto;
    padding: 10px 24px 10px 50px;
    background: var(--primary);
    border-radius: 10px 10px 0 0;
}
.chat-module::after {
    position: absolute;
    top: 0;left: 20px;
    bottom: 0;
    width: 19px;
    height: 20px;
    margin: auto;
    color: white;
    content: '\f075';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.chat-module span {
    font-size: 12px;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
}
.listing .pagination ul li.disabled {
    pointer-events: none;
    opacity: .4;
}

.amount {
    margin: auto 0 auto 0;
    background-color: white;
    max-width: 115px;
    position: relative;
    border-radius: 30px;
    border: solid 2px #198c85;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 7px 12px;
    align-items: center;
}
.amount span {
    color: #27818c;
}
.amount.number span {
    pointer-events: none;
}
span.more {
    right: 7px;
}
span.more,
span.less {
    cursor: pointer;
    width: 10px;
    height: 18px;
    display: block;
    position: relative;
}

span.more::before {
    transform: translate(0%, 0%) rotate(90deg);
}
span.less::before {
    transform: translate(-50%, -50%);
}
span.more::after,
span.more::before,
span.less::after {
    width: 100%;
    height: 2px;
    left: 50%;
    top: 50%;
    background: var(--primary);
    position: absolute;
    content: '';
}

span.more.disabled::before, span.more.disabled::after,
span.less.disabled::before, span.less.disabled::after{
    background: var(--white);
    opacity: 0.5;
}

span.more.disabled,
span.less.disabled{
    pointer-events: none;
}


.details-top {
    display: flex;
    flex-wrap: wrap;
}
.book-details {
    margin-bottom: 40px;
} 
.book-details.book-description .details-top .description {
    color: var(--primary);
}
.details-top .description {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Montserrat';
    color: var(--store-secondary);;
    text-align: left;
}
.module19 .container .button {
    border-radius: 30px;
    font-size: 12px;
    font-weight: bold;
    overflow: visible;
    color: white;
    text-decoration: none;
}
.module19 .container .button::after {
    background: var(--primary);
    position: absolute;
    top: 0;left: 0;width: 100%;height: 100%;
    content: '';
    z-index: -1;
    border-radius: 30px;
    transform: scale(1);
    transition: all 0.4s ease;
}
.module19 .container .button:hover::after {
    transform: scale(1.1);
}
.module19 .container .button:hover span {
    color: white;
}
.template.has-sidebar > .container .container {
    display: block;
}
.template.has-sidebar + .featured.books-container {
    background: transparent;
    padding-top: 0;
}
.template.has-sidebar + .featured.books-container .featured-container {
    margin-bottom: 0;
}
.cart-page .books-container .books > div.arrows {
    justify-content: space-between;
}
.cart-page .books-container .books > div.arrows > * {
    background: url(/assets/images/arrow-black.svg) 0%/contain no-repeat;
    padding: 0;
    opacity: 0.4;
    width: 30px;
    height: 30px;
}
.cart-page .books-container .books > div.arrows > div:last-of-type {
    margin-left: 20px;
}
.books-container .books > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.books-container .books .arrows {
    padding: 0 10px;
}
.books-container .books > div > * {
    padding: 30px 15px;
}
.books-container .books .slider > div {
    margin: 20px 30px;
    padding: 0;
}
.book-details {
    padding: 0 20px;
}
.books-container > * {
    max-width: 1044px;
}
.books-container .container {
    max-width: 100%;
}
.template.has-sidebar .container .book-details .details-top.book a.book-image {
    transform: none;
    left: auto;
    margin: 30px 0;
}
.template.has-sidebar .container .details-top .amount-container {
    margin: 20px 0;
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}
.map.book-details.book-description .details-top .amount-container .coin {
    margin: 0;
}
.template.has-sidebar .container .details-top .amount-container p {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.details-top .order {
    padding: 15px 20px;
    width: 100%;
    text-align: center;
}
.map .details-top .description {
    margin-bottom: 25px;
}
.map .book-form .form {
    margin: -5px;
    width: 100%;
}
.input {
    padding: 5px;
    display: flex;
    flex-direction: column;
    position: relative;
} 
.map .form select {
    -webkit-appearance: none;
}
.book-details.book-description .form .wrapper {
    height: auto;
    padding: 0;
}
.form .wrapper {
    height: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}
.store .row .form > .row  .input input + p {
    padding-bottom: 0;
    margin: 0;
    pointer-events: none;
    color: var(--primary);
}
.store .form > .row  .input p {
    text-align: left;
    margin: 0;
}
.store .form > .row  .input p,
.form select,
.input input {
    padding: 13px 21px; 
}
.input input::-webkit-input-placeholder {
    font-weight: 400;
}
.form select {
    width: 100%;
}
.input.filled select,
.input.filled input {
    font-weight: 600;
    border: solid 1px var(--gold);
}
.promotional input {
    padding: 13px 30px 13px 20px;
    border-radius: 30px;
    outline: 0;
    border: 0;
    width: 100%;
}
select,
.input input {
    width: 100%;
    outline: 0;
    color: var(--primary);
}
.map .form select {
    width: 100%;
}
.map .form select,
.map .form > * input::-webkit-input-placeholder,
.map .form > * input {
    font-size: 14px;
}
.map .form > * input::-webkit-input-placeholder {
    font-weight: normal;
    color: #403f3f;
}
div[type="radio-collection"].not-filled > div > div,
.form select.not-filled,
.input input.not-filled,
.form .sidebar-left.checkout input[type='checkbox'].not-filled + label {
    border: 1px solid rgb(119, 0, 0);
}
.form input[type='checkbox'],
.form input[type='radio'] {
    display: none;
}

.disabled {
    pointer-events: none;
}
.form input[type='checkbox'] + label {
    display: inline-block;
    vertical-align: middle;
    height: 23px;
    width: 23px;
    background-color: white;
    cursor: pointer;
    position: relative;
}
.finalize-order .form .icon-input > div .flex label::before {
    content: '';
}
.form .icon-input > div .flex .label label::before {
    height: 12px;
    width: 12px;
}
.form .icon-input > div .flex label::before,
.form input[type='checkbox'] + label::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-size: .875rem;
    font-weight: 900;
    color: var(--primary);
    line-height: 1;
    width: 14px;
    height: 12px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease;
}
.regist-container .form input[type='checkbox']:checked + label::before,
.map .form input[type='checkbox']:checked + label::before {
    color: var(--primary);
}
.form input[type='radio']:checked + label::before,
.form input[type='checkbox']:checked + label::before {
    opacity: 1;
}
.payments-method > div > div {
    cursor: pointer;
}
.lower {
    margin-top: 20px;
}
.checkbox-wrapper + div {
    font-size: 12px;
    margin: 20px 0;
    color: #8e8e8e;
}
.details-top + .template {
    padding-bottom: 0;
}
.details-top + .template p {
    color: var(--primary);
}
.template {
    padding: 50px 0;
}
.details-top {
    margin-top: 10px;
}
.details-top .map-img {
    margin-bottom: 10px;
}
.map-img img {
    width: 100%;
}
header .top .logo img {
    width: 100%;
	max-width: 536px;
	margin: 0 auto;
}
.cart-container .container {
    max-width: 1126px;
    padding: 0 50px;
}
.cart-container .product .img {
    position: relative;
    width: 100%;
}
.cart-container .product {
    position: relative;
    display: flex;
    flex-direction: column;
}
.cart-container .product .img img {
    height: 100%;
    display: block;
    margin: 0 auto;
    width: 100%;
}
.cart-container .delete::after {
    transform: rotate(45deg);
}
.cart-container .delete::before {
    transform: rotate(-45deg);
}
.cart-container .delete::after,
.cart-container .delete::before {
    position: absolute;
    top: 0;left: 20%;right: 20%;bottom: 0;margin: auto;
    content: '';
    width: 60%;
    height: 1.5px;
    background: white;
    z-index: 3;
}
.cart-container .delete:hover {
    transform: scale(1.1);
}
.cart-container .delete {
    position: absolute;
    transform: scale(1);
    z-index: 2;
    width: 22px;
    height: 22px;
    background-color: var(--primary);
    top: 0;
    left: -36px;
    bottom: 0;
    margin: auto;
    border-radius: 50px;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
section.cart-container {
    margin-top: 40px;
}
.cart-container {
    color: var(--store-secondary);;
}
.cart-container .sidebar-left {
    width: 100%;
    background-color: var(--primary);
    padding: 20px;
    height: 100%;
    margin: 60px auto 10px auto;
}
.cart-container .sidebar-left > div >  p {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
}
/* .cart-container .container {
    display: flex;
    flex-wrap: wrap;
} */

.cart-container .container .form.end{
    width: 100%;
}
.cart-container .title {
    text-transform: initial;
    font-family: 'Oswald';
    font-weight: 400;
    text-align: center;
}
.cart-container .product .description {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-top: 15px;
}
.cart-container .product a {
    cursor: pointer;
    margin-top: auto;
    display: inline-block;
    border-radius: 50px;
    background-color: white;
    color: var(--primary);
    padding: 10px 20px;
    border: 2px solid var(--primary);
    text-transform: capitalize;
    text-align: center;
    font-weight: 700;
    font-size: 11px;
    font-family: 'Montserrat';

    order: -1;
    width: 60%;
    margin: 20px auto;
}
.cart-container .bottom {
    justify-content: space-between;
}
.cart-container .bottom .price {
    display: flex;
    align-items: center;
    order: 1;
    width: auto;
}
.cart-container .bottom > * {
    margin: 10px 0;
}
.cart-container .amount-container {
    width: 115px;
    display: flex;
    order: 1;
}
.cart-container .price {
    width: 100%;
    margin: 0;

    order: -1;
    margin: 8px 0;
    text-align: center;
}
.cart-container hr {
    height: 1px;
    width: 100%;
    background-color: var(--primary); 
    margin-top: 30px;
    opacity: 0.5;
}
.cart-container .bottom {
    display: flex;
    margin-top: auto;
    flex-wrap: wrap;
}
.cart-container .sidebar-left .promotional span {
    color: #949393;
}
.cart-container .sidebar-left hr {
    background-color: #d2e7ea;
    margin: 26px 0 20px 0;
}
.promotional {
    position: relative;
}
.cart-container .sidebar-left .promotional > .input {
    padding: 0;
}
.cart-container .sidebar-left .promotional input {
    border: 0;
    font-size: 11.5px;
}
.cart-container .sidebar-left .promotional input::-webkit-input-placeholder {
    font-size: 11.5px;
    font-weight: 500;
}
.cart-container .sidebar-left .promotional-container p {
    font-size: 12px;
}
.cart-container .sidebar-left .promotional > div.btn {
    margin: 0;
    width: 40px;
}
.cart-container .sidebar-left .promotional > div {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    color: #949393;
    margin-bottom: 20px;
}
.cart-container .sidebar-left > div >  p + .total {
    font-size: 19px;
    text-align: center;
    font-weight: normal;
    font-family: 'Oswald';
    margin: 0 auto;
    display: block;
}
.promotional > .input {
    position: relative;
}
.promotional .btn {
    background: var(--gold);
    border-radius: 100%;
    position: absolute;
    width: 43px;
    top: 0;bottom: 0;right: -1px;
} 
.promotional .btn::after {
    transform: scale(1) rotate(90deg);
}
.promotional .btn::before {
    transform: scale(1);
}
.promotional .btn::after,
.promotional .btn::before {
    position: absolute;
    top: 0;left: 0;right: 0;bottom: 0;margin: auto;
    content: '';
    width: 30%;
    height: 2px;
    background: white;
    transition: all 0.5s ease;
}
.promotional .btn:hover::after {
    transform: scale(1.2) rotate(90deg);
}
.promotional .btn:hover::before {
    transform: scale(1.2);
}
.sidebar-left .total-container {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}
.sidebar-left .total-container span {
    font-family: 'Oswald';
}
.sidebar-left.checkout .total-container span:nth-of-type(2),
.sidebar-left.checkout .total-container span:nth-of-type(4),
.sidebar-left .total-container span:last-of-type {
    font-size: 20px;
}
.sidebar-left .total-container span:first-of-type {
    font-size: 10px;
    font-weight: normal;
    text-transform: uppercase;
    display: flex;
    align-self: center;
    letter-spacing: 1.12px;
}
.sidebar-left .total-container + a {
    width: 100%;
}
.sidebar-left .total-container + a span {
    font-size: 12.5px;
    font-weight: bold;
    font-family: 'Montserrat';
}
section.cart-container {
    margin-bottom: 80px;
}
.cart-container + .books-container {
    background: transparent;
    padding-top: 0;
}
.cart-container .row {
    margin: 0;
}
.map-description {
    margin: 6px 0 12px 0;
    line-height: 1.2;
}
.cart-container .products-list .product .map-description span {
    color: #949393;
    font-weight: 300;
    font-size: 10px;
    font-family: 'Montserrat';
}
.cart-container .products-list .product .map-description span.title {
    color: var(--store-secondary);;
    font-weight: 500;
}
.sidebar-left .sub-text {
    font-size: 10px;
    line-height: 1.3;
    margin-top: 29px;
}
.arrows.off {
    opacity: 0;
}
.cart-page .featured-container .title {
    margin-bottom: 10px;
}
.store .form > h2 {
    margin-bottom: 20px;
    text-align: left;
}
.store .form > .row {
	max-width: 800px;
    margin: 0 auto;
}
.store .form > .row  select {
    -webkit-appearance: none;
}
.store .form > .row  select:focus {
    outline: 0;
}
.form.end .select::before {
    top: 45px;
}
.store .form p {
    font-family: 'Montserrat';
}
.store .form .icon-input {
    cursor: pointer;
}
.store .form .icon-input > div > .flex + p.off {
    opacity: 0;
}
.store .form .icon-input > div > .flex + p {
    font-size: 11px;
    color: #949393;
    padding: 0;
    opacity: 1;
    transition: all 0.4s ease;
}
.store .form .icon-input > div > .flex > .flex > p {
    padding: 0;
}
.store .form .input .flex {
    color: var(--primary);
}
.store .form .input p {
    font-size: 10px;
    font-weight: normal;
}
.store .form > p {
    font-weight: 500;
    color: var(--primary);;
    font-size: 12px; 
}
.store .form > p:first-of-type {
    margin: 30px 0;
}
.store .form .row.icon {
    margin: -10px 0;
}
.store .form > .row > .icon-input {
    transition: all 0.4s ease;
}

.w-100 {
    width: 100%!important;
}

.finalize-order .row.icon.payments-method > div.input.col-12.icon-input.mbway > div > div.details {
    min-width: 460px;
    max-width: 460px;
    margin-left: 36px;
    margin-top: 60px;
    margin-bottom: 20px;
}

.finalize-order .row.icon.payments-method > div.input.col-12.icon-input.mbway > div > div.details label {
    font-size: 14px;
    color: var(--primary);
}


.finalize-order .row.icon.payments-method > div.input.col-12.icon-input.mbway > div > div.details div.input-wrapper {
    padding-top: 12px;
    position: relative;
}

.finalize-order .row.icon.payments-method > div.input.col-12.icon-input.mbway > div > div.details div.input-wrapper input{
    appearance: none;
    -webkit-appearance: none;
    line-height: 1;
    width: 100%;
    padding: 15px 0;
    background-color: transparent;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid var(--primary);
    resize: none;
    transition: var(--transition);
}

.finalize-order .row.icon.payments-method > div.input.col-12.icon-input.mbway > div > div > div.flex > span{
    display: block;
    font-size: 14px;
    margin-top: 10px;
    color: #a9a8a8;
    line-height: 1.5;
    min-width: 460px;
    max-width: 460px;
}

.finalize-order .row.icon.payments-method > div.input.col-12.icon-input.cc > div > div > div.flex > span{
    display: block;
    font-size: 14px;
    margin-top: 10px;
    color: #a9a8a8;
    line-height: 1.5;
    max-width: 460px;
}


.store .form .icon-input > div > label {
    position: absolute;
    top: 0;left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.store .form .icon-input > div .flex {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
}
.my-orders .orders-list .item .ammount {
    font-family: "Oswald";
    font-weight: 300;
}
.store .form .icon-input > div > .flex > .flex {
    padding: 5px 0 7px 23px;
    pointer-events: none;
}
.store .form .icon-input > div .flex {
    position: relative;
    pointer-events: none;
}
.store .form .icon-input > div > .flex > .flex p {
    font-size: 14px;
}
.store .form .icon-input > div .flex .flex p {
    width: 100%;
    margin: 0;
}
.store .form .icon-input > div .flex img {
    margin-left: auto;
    max-height: 39px;
    transition: all 0.4s ease;
}
.store .form .icon-input > div .flex img:nth-last-child(2) {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    z-index: 2;
    max-height: 55px;
    height: 100%;
}
.store .form .icon-input > div.br .flex img:nth-last-child(2) {
    opacity: 1;
}
.store .form .icon-input > div.br .flex img:last-child {
    opacity: 0;
}
.form input:checked ~ .flex label::before {
    opacity: 1;
}
.form input ~ .flex label::before {
    content: '';
    background: var(--primary);
    top: 0;left: 0;bottom: 0;right: 0;
    border-radius: 100%;
    width: 14px;
    height: 14px;
    opacity: 0;
}
.form .icon-input > div .flex .label::after {
    position: absolute;
    content: '';
    top: 0;left: 0;right: 0;bottom: 0;
    margin: auto;
    background: var(--gold-gradient);
    border-radius: 100%;
}
.form .icon-input > div .flex .label {
    position: relative;
    padding: 1px;
}
.form .icon-input > div .flex .label {
    width: 32px;
    height: 32px;
    pointer-events: none;
    border-radius: 100%;
    position: relative;
    margin: 0;
}
.form .icon-input > div .flex .label label {
    position: absolute;
    top: 0;left: 0;right: 0;bottom: 0;
    margin: 3px;
    border-radius: 100%;
    z-index: 1;
    background-color: white;
}
.form .icon-input > div {
    transition: all 0.3s ease;
    padding: 20px 24px;
}
.store .form .icon-input > div {
    padding: 15px 19px;
}
.form .icon-input > div > div > p {
    margin: 20px 0 0 0;
    color: #949393;
    font-size: 14px;
}
.sidebar-left {
    color: white;
}
.cart-container .sidebar-left.checkout {
    max-width: 263px;
}
.sidebar-left.checkout .total-container {
    flex-wrap: wrap;
}
.sidebar-left.checkout .total-container span:first-of-type,
.sidebar-left.checkout .total-container span {
    width: 50%;
    font-size: 12px;
    font-weight: normal;
    font-family: 'Oswald';
    text-transform: uppercase;
    letter-spacing: 0.96px;
}
.sidebar-left.checkout .total-container span:nth-of-type(2),
.sidebar-left.checkout .total-container span:nth-of-type(4),
.sidebar-left.checkout .total-container span:last-of-type {
    font-size: 16px;
    text-align: right;
}
.code {
    margin: 10px 0 5px 0;
}
.sidebar-left.checkout .total-container span:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) {
    margin-bottom: 8px;
}
.form label a,
.sidebar-left.checkout label a {
    color: var(--gold);
    opacity: 1;
    transition: all 0.4s ease;
}
.sidebar-left.checkout label a:hover {
    opacity: 0.6;
}
.sidebar-left .btn {
    width: 100%;
    padding: 14px 20px;
}
.sidebar-left .btn span {
    font-size: 12.5px;
    font-weight: bold;
}
.sidebar-left.checkout .total-container:nth-of-type(2) span {
    margin-bottom: 0;
}
.sidebar-left.checkout .btn-container {
    position: relative;
    padding: 2px;
    height: auto;
}
.sidebar-left.checkout .btn-container::before {
    position: absolute;
    top: 0;left: 0;right: 0;bottom: 0;
    margin: auto;
    background: var(--gold-gradient);
    content: '';
    border-radius: 30px;
}
.sidebar-left.checkout .btn-container {
    margin-top: 11px;
}
.sidebar-left .btn::after {
    background: white;
}
.sidebar-left .btn span {
    color: var(--primary);
}
.form .sidebar-left.checkout input[type='checkbox'] + label {
    background: transparent;
    border: solid 1px #c4dee2;
}
.sidebar-left.checkout .btn:focus {
    outline: 0;
}
[submit]:focus {
    outline: 0;
	box-shadow: 0 0 0 0 rgba(0,123,255,.25);
}
.store .form > h2:nth-of-type(2) {
    margin: 45px 0 20px 0;
}
.store .form > h2:nth-of-type(3) {
    margin-top: 50px;
}
.store .form > h2:nth-of-type(3) + p {
    margin-bottom: 20px;
}
.thank-you .container {
    max-width: 800px;
    width: 100%;
    padding: 50px 20px;
}
.thank-you .container .pay-info {
    margin: 0 auto;
}
.thank-you .container .text {
    text-align: center;
    font-weight: 500;
    font-family: 'Montserrat';
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.5;
}
.thank-you .container .template {
    text-align: center;
    font-weight: 500;
    font-family: 'Montserrat';
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.5;
}


.thank-you .container .template p {
    text-align: center;
    font-weight: 500;
    font-family: 'Montserrat';
    font-size: 14px;
    line-height: 1.5;
}

.thank-you .container .template:first-of-type {
	padding: 0px 0 100px;
}

.thank-you .container .template:last-of-type {
	padding: 0 0 100px 0;
}

.thank-you .container .pay-info,
.thank-you .container .details {
    display: flex;
    font-family: 'Oswald';
} 
.thank-you .container .pay-info {
    margin: 40px auto;
    justify-content: center;
}
.thank-you .container .details {
    flex-wrap: wrap;
    font-size: 16px;
    padding-left: 40px;
}
.thank-you .container .details + img {
    max-width: 100%;
}
.thank-you .container .details > div {
    line-height: 1.94;
    color: #080808;
    width: 100%;
}
.thank-you .container .details > div > span {
    color: var(--gold);
    margin-right: 5px; 
}
.thank-you .container .pay-info img {
    width: 100%;
    display: flex;
    align-self: flex-start;
    padding-top: 10px;
    max-width: 45px;
    padding: 0;
}
.order {
    padding: 15px 25px 15px 25px;
    position: relative;
}
.xs-container {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 20px;
    padding-left: 20px;
    max-width: 552px;
    margin: 0 auto;
} 
.login-container .container h2 {
    font-family: 'Oswald';
    margin-bottom: 20px;
    text-align: center; 
    font-weight: normal;
}
.login-container .login .form p a {
    color: var(--gold);
    transition: all 0.4s ease;
}
.login-container .login .form p a:hover {
    opacity: 0.5;
}
a:hover span {
    color: inherit;
}
.login-container .container .register {
    margin-top: 40px;
}
.login-container .rounded {
    padding: 16px 35px;
}
.rounded.white::after {
    background: white;
}
.rounded.blue-stroke::after {
    border: 1px solid var(--primary);
}
.rounded.blue-stroke span {
    color: var(--primary);
}
.login-container .login .form > p:first-of-type {
    color: #8e8e8e;
    margin: 15px 0 40px 0; 
}
.store .regist-container .form > .row {
    max-width: 100%;
}
h2 {
    font-family: 'Oswald';
    font-size: 22px;
    text-align: center;
    color: var(--primary);
    font-weight: normal;
}
.login-container h2 {
    margin-bottom: 25px;
}
.login-container .register h2 {
    margin: 45px 0 25px 0;
}
.regist-container .form h2 {
    text-align: center;
}
.regist-container .lower {
    width: 100%;
}
.regist-container .lower + a {
    margin-top: 33px;
}
.regist-container .lower label {
    font-size: 12px;
    color: #8e8e8e;
    width: 100%;
}
.regist-container .lower label:first-of-type {
    margin-bottom: 17px;
}
.regist-container .register {
    margin-top: 60px;
}
.regist-container .order {
    padding: 18px 35px;
}
.recover a {
    margin-top: 20px;
}
.lg-container {
    padding: 0 20px;
    max-width: 1064px;
    width: 100%;
    margin: 0 auto;
}
.books-container {
    background: transparent;
}
.template .pagination ul li {
    padding: 0;
}
.account .books.container {
    margin-top: 30px;
}
.account .btns-container > a::after {
    background-color: var(--primary);
}
.account .btns-container > a {
    padding: 22px 28px 22px 58px;
    width: 100%;
}
.account .btns-container {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
}
.account .btns-container > a span {
    color: white;
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 14.5px;
}
.account .btns-container > a:last-of-type::before {
    background: url(/assets/images/icons/cart-white.svg) no-repeat 0%/contain;
}
.account .btns-container > a:first-of-type::before {
    background: url(/online-store/assets/images/icons/pencil.svg) no-repeat 0%/contain;
}
.account .btns-container > a:first-of-type::before,
.account .btns-container > a:last-of-type::before {
    position: absolute;
    top: 0;left: 25px;bottom: 0;
    margin: auto;
    width: 15px;
    content: '';
    z-index: 1;
}
.account .btns-container > a:first-of-type {
    margin-bottom: 15px;
}
.account .btns-container > a::after {
    border-radius: 60px;
}
.book.locked .book-image::before,
.book.locked .book-image::after {
    position: absolute;
    content: '';
    top: 0;left: 0;bottom: 0;right: 0;
    max-width: 27px;
    margin: auto;
    z-index: 1;
    transition: all 0.4s ease;
}
.book.locked .book-image img {
    opacity: 0.6;
}
.book.locked .book-image::before {
    opacity: 1;
    background: url(/online-store/assets/images/icons/locker.svg) 0%/contain no-repeat;
}
.book.locked .book-image:hover::before {
    opacity: 0;
}
.book.locked .book-image:hover::after {
    opacity: 1;
}
.book.locked .book-image::after {
    opacity: 0;
    z-index: 2;
    background: url(/online-store/assets/images/icons/opened-locker.svg) 0%/contain no-repeat;
}
.books-container .books .book {
    max-width: 280px;
    margin: 0 auto;
}
.store .edit-container .form > h2 {
    text-align: center;
}
.edit-container .form + .order {
    margin-top: 10px;
}
input,
select {
    font-size: 12px;
}
.edit-container .form .wrapper {
    padding-top: 10px;
}
.form .select > div::before, 
.form .select > div::after {
    right: 20px;
}
.store .form > .row  .input div + p,
.store .form > .row  .input input + p {
    padding: 5px 28px;
    color: var(--primary);
}
.template h2 {
    text-align: left;
}
.template-module:first-child {
    padding-top: 0;
}
.template-module:last-child {
    padding-bottom: 0;
}
.account-name {
    font-size: 14px;
    font-weight: bold;
    font-family: 'Montserrat';
    text-transform: uppercase;
    color: var(--store-secondary);
    margin-bottom: 20px;
    text-align: center;
}
.rounded {
    padding: 10px 16px;
}
header .menu-container .menu ul {
    padding: 0 20px;
}
header .menu-container .menu ul li {
    text-align: left;
}
.rounded span {
    font-size: 10px;
}
header .menu {
    margin-top: 0;
}
.sticky > * {
    padding: 4px 9px;
}
header .menu-container .menu ul li {
    margin: 20px 0;
}

.banner {
    margin-top: 180px;
}
header .top .logo {
    display: none
}
.template.has-sidebar .book-description .container {
    padding: 0;
}
.sidebar-container > .header {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 10px;
}
.sidebar-container > .header::after {
    position: absolute;
    top: 4px;bottom: 0;right: 0;
    content: '\f0dd';
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
    color: white;
    transition: all 0.4s ease;
    transform: rotate(0);
    transform-origin: center;
}
body.store header .top-container .top .cart-container .store {
    padding: 0 15px;
}
.personal-area .hover {
    display: none;
}
.my-orders {
    margin: 50px 0;
}
.my-orders .row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    padding: 15px 0;
}
.my-orders .d-lg-none {
    width: 100%;
}
.my-orders .sm .orders-list > .item {
    border-top: 1px solid lightblue;
}
.my-orders .orders-list > .item,
.my-orders .item-details .item:not(:last-of-type),
.my-orders .row {
    border-bottom: 1px solid lightblue;
}
.my-orders .orders-list .item-details {
    max-height: 0;
    overflow: hidden;
    width: 100%;
}
.my-orders .row > * {
    flex: 1;
    text-transform: none;
    text-align: left;
    font-size: 14px;
    color: #808080;
    font-weight:100;
    font-family: 'Oswald';
}
.my-orders .orders-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.my-orders .orders-list .item {
    flex-wrap: wrap;
    display: flex;
}
.my-orders .orders-list .item .top-bar {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 15px 0;
}
.my-orders .orders-list .item .top-bar > * {
    flex: 1;
    margin: 0;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 13px;
    flex-direction: column;
}
.my-orders .sm .orders-list .item .item-details .price {
    justify-content: left;
} 
.my-orders .sm .orders-list .item .price {
    justify-content: flex-end;
}
.my-orders .sm .orders-list .item .top-bar > * {
    padding: 0;
}
.my-orders .sm .top-bar > * > * {
    display: block;
    width: 100%; 
    line-height: 1.7;
}
.my-orders .sm .top-bar > .left > * {
    text-align: left;
}
.my-orders .sm .top-bar > .right > * {
    text-align: right;
}
.my-orders .sm .row {
    border-bottom: initial;
}
.my-orders .sm .img ~ div {
    max-width: 80px;
}
.my-orders .sm .img ~ div .description {
    font-size: 11px;
}
.my-orders .sm .orders-list .item .top-bar > .articles {
    width: 100%;
    flex: unset;
    margin: 10px 0;
    position: relative;
}
.my-orders .sm .orders-list .item .top-bar > .articles > span {
    padding: 12px 20px;
    margin: 0 auto;
    max-width: 250px;
}
.cart-container .sidebar-left .promotional-container p.code {
    font-weight: 500;
}
.cart-container .sidebar-left .promotional-container p.code.error,
.my-orders *.pendent {
    color: red;
}

.cart-container .sidebar-left .promotional-container p.code.error,
.my-orders *.process {
	color:#f2d408;
}

.cart-container .sidebar-left .promotional-container p.code.error,
.my-orders *.dispatched {
	color:#f78d13;
}

.cart-container .sidebar-left .promotional-container p.code.sucess,
.my-orders *.released {
    color: green;
}
.my-orders .articles > span::after {
    content: '';
    position: absolute;
    top: 0;left: 0;
    width: 100%;height: 100%;
    border: 1px solid black;
    transform: scale(1);
    border-radius: 30px;
    transition: all 0.5s ease;
}
.my-orders .articles > span:hover::after {
    transform: scale(1.05);
}
.my-orders .articles > span {
    position: relative;
    text-transform: uppercase;
    font-size: 10px;
    border-radius: 30px;
    padding: 10px 20px;
    font-weight: 600;
    cursor: pointer;
}
.my-orders .orders-list .item .img {
    max-width: 90px;
    position: relative;
}
.my-orders .orders-list .item .img img {
    max-width: 100%;
}
.my-orders .orders-list .item-details .item:last-of-type  {
    padding-bottom: 20px;
}
.my-orders .sm .orders-list .item-details .item {
    padding: 20px 0;
    justify-content: center;
}
.my-orders .sm .orders-list .item .img {
    margin-right: 40px;
}
.my-orders .sm .orders-list .item .img ~ div > * {
    line-height: 2;
    width: 100%;
    display: block;
    text-align: left;
}
.my-orders .orders-list .item .description-container .description span {
    font-weight: 500;
    color: black;
    display: inline;
}
.my-orders .sm .orders-list .item .description-container .description {
    line-height: 1.3;
}
.my-orders .sm .orders-list .item .img ~ div .ammount {
    font-size: 14px;
}
.my-orders .sm .orders-list .item-details .item:first-of-type {
    padding-top: 0;
}
.my-orders .sm .orders-list .item-details .close {
    position: relative;
}
.my-orders .orders-list .item-details {
    position: relative;
    transition: all 0.5s ease;
}
.my-orders .orders-list .item-details .item {
    margin: 0 30px;
    position: relative;
}
.my-orders .orders-list .item-details .item .title {
    font-size: 16px;
    text-transform: none;
    font-family: "Oswald";
    font-weight: 400;
    text-align: left;
}
.my-orders .orders-list .item-details .item .price {
    width: auto;
    margin: 0;
}
.my-orders .orders-list .item .ammount,
.my-orders .orders-list .item .price {
    flex-wrap: wrap;
}
.my-orders .orders-list .item .ammount,
.my-orders .orders-list .item .price,
.my-orders .orders-list .item .description-container {
    display: flex;
    justify-content: center;
    align-items: center;
}
.my-orders .orders-list .item .description-container {
    flex-direction: column;
}
.my-orders .orders-list .item .description-container .description {
    display: flex;
    flex-wrap: wrap;
}
.my-orders .orders-list .item-details .close {
    position: absolute;
    width: 40px;
    height: 40px;   
    transition: all 0.5s ease;
    transform: rotate(45deg) scale(1);
    will-change: auto;
    opacity: 0.5;
}
.my-orders .orders-list .item-details .close:hover {
    transform: rotate(45deg) scale(1.05);
}
.my-orders .orders-list .item-details .close::before {
    transform: translate(1px,24px);
}
.my-orders .orders-list .item-details .close::after {
    transform: translate(1px,24px) rotate(90deg);
}
.my-orders .sm .articles .btn.open::before {
    transform: rotate(180deg) translate(0px, -5px);
}
.my-orders .sm .articles .btn::before {
    position: absolute;
    top: 0;bottom: 4px;right: 25px;
    font-size: 15px;
    margin: auto;
    content: '\f0dd';
    display: flex;
    align-items: center;
    color: black;
    transition: all 0.4s ease;
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    transition: all 0.4s ease;
}
.my-orders .orders-list .item-details .close::after,
.my-orders .orders-list .item-details .close::before {
    width: 80%;
    height: 1px;
    background: black;
    content: '';
    position: absolute;
    transition: all 0.5s ease;
}
.my-orders .lg-container > .row {
    flex-direction: column;
    width: 50%;
    height: 100%;
}
.my-orders .lg-container {
    display: flex;
    flex-wrap: wrap;
}
.orders-list .item .top-bar {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.orders-list .item .top-bar > * {
    flex: 1;
}
.template.has-sidebar.sidebar-right .book-details {
    padding: 0;
}

.finalize-order .cart-container .container {
    padding: 0 20px;
}
.finalize-order .cart-container .form.end .row {
    margin: 0 -10px;
}
.details-top a + div,
.details-top .map-img + div {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.map.book-details.book-description .details-top .map-img + div {
    flex-direction: row;
    flex-wrap: wrap;
}
.map.book-details.book-description .details-top .map-img + div p.price {
    flex: 1;
    align-self: center;
}
.map.book-details.book-description .details-top .map-img + div .amount-container {
    width: auto;
    flex: 1;
}

@media screen and (min-width: 768px) {
    .cart-container .container {
        display: flex;
        flex-wrap: wrap;
    }

    .finalize-order .row.icon.payments-method > div.input.col-12.icon-input.cc > div > div > div.flex > span{
        min-width: 460px;
    }

    .store .row .form > .row  .input input + p {
        position: absolute;
        bottom: -16px;
        padding-bottom: 0;
    }

    .store .form .icon-input > div {
        padding: 20px 24px;
    }

    .finalize-order .cart-container .form.end  {
        padding-right: 20px;
    }
    .cart-page .cart-container .bottom {
        flex-direction: column;
        margin-top: 20px;
    }
    .store.cart-page .description {
        margin-top: 0;
    }
    .courses-container .course-placeholder:first-child,
    .courses-container .course-placeholder:nth-child(2) {
        padding-bottom: 0px;
    }
    .cart-container .img {
        margin-right: 25px;
    }
    .cart-container .product {
        flex-direction: row;
    }
    .cart-container .product .img img {
        width: auto;
    }
    .cart-container .product .img {
        height: 175px;
        width: auto;
    }
    .template.has-sidebar .container .listing .items.books {
        display: flex;
        flex-wrap: wrap;
        padding: 0;
    }
    .book-details .order {
        margin: 20px 0 0 0;
        width: auto;
        align-self: baseline;
    }
    .books-container .books .book-description {
        padding: 0 10px;
    }
    .template.has-sidebar .container .details-top .amount-container {
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
    }
    .template.has-sidebar .container .details-top .amount-container p {
        width: auto;
        margin: 0;
    }
    .template.has-sidebar.sidebar-right .book-details {
        padding: 0 20px 0 50px;
    }
    .template.has-sidebar .container .details-top.book,
    .template.has-sidebar .container .book-details:first-of-type .details-top.book a.book-image {
        margin-top: 0;
        flex: 1;
    }
    .blog .template.has-sidebar .sidebar-container {
        max-width: 280px;
    }
    .template.has-sidebar .container > div:first-of-type {
        flex: 1;
    }
    .template.has-sidebar .listing .books > *:first-child {
        padding-top: 0;
    }
    .rounded {
        padding: 10px 20px;
    }
    .recover a {
        margin-top: 40px;
    }
    .account .books-container .books .book-image {
        height: 196px;
    }
    .books-container .books .book-image {
        height: 240px;
    }
    .checkbox-wrapper + div {
        margin: 20px 0 40px 0;
    }
	.content .template.has-sidebar .sidebar {
        margin: 0;
        width: 275px;
	    padding: 45px 30px;
	}

	.blog .template .sidebar .form {
        margin-bottom: 45px;
	}
	
	.blog .template .sidebar ul {
        margin: 0;
        margin-bottom: 3em;
        display: block;
	}
	.blog .template .sidebar ul li {
		max-width: none;
    }
    .template.has-sidebar .sidebar {
        max-height: 100%;
        padding-top: 0;
    }
    .cart-container .products-list {
		width: 100%;
    }
    .cart-container .product a {
        margin: auto auto 0 0;
        width: auto;
    }
    .cart-container .amount-container {
        margin: 20px 0;
    }
    .cart-container .sidebar-left {
        max-width: 215px;
        margin: 90px auto 0 auto;
    }
    .cart-container .container > .row {
        margin: 0;
        width: 100%;
        flex: 1;
    }  
    .cart-container .product .title {
        font-size: 26px;
        text-align: left;
    }
    .books-container .books .slider > div {
        padding: 30px 15px;
        margin: 0;
    }
    .cart-container .sidebar-left {
        margin: 0 auto 0 auto;
    }
    .template.has-sidebar .container {
        padding: 0;
    }
}
@media screen and (min-width:1024px) {
    .details-top a + div,
    .details-top .map-img + div {
        padding-left: 53px;
    }
    .map.book-details.book-description .details-top .map-img + div .amount-container .coin {
        margin-left: 0;
    }
    .store .form > p {
        font-size: 14px;
    }
    .finalize-order .cart-container .form.end  {
        padding-right: 0px;
    }
    .login-container .register h2 {
        margin: 45px 0 35px 0;
    }
    .cart-container .bottom .price {
        margin: 0;
    }
    .cart-page .cart-container .bottom {
        flex-direction: row;
        margin-top: auto;
    }
    .cart-container .amount-container {
        margin: 0 50px;
    }
    .cart-container .img {
        margin-right: 35px;
    }
    .template.has-sidebar .listing .books > * {
        padding: 25px;
    }
    .template.has-sidebar .listing .books > *:first-child {
        padding-top: 25px;
    }
    .cart-container .container > .row  {
        padding-right: 88px;
    }
    .book-details .order {
        margin: 40px 0 0 0;
    }
    .template.has-sidebar.sidebar-right .book-details {
        padding-left: 50px;
    }
    .my-orders .orders-list .item .description-container .description span {
        margin: 0 4px;
    }
    .my-orders .lg-container > .row {
        flex-direction: row;
        width: 100%;
        height: auto;
    }
    .sidebar-container .header {
        display: none;
    }
    .template.has-sidebar .sidebar > div {
        padding: 40px 20px;
    }
    header .top .logo {
        display: block;
    }

    .banner {
        margin-top: 0;
    }
    .details-top .order {
        padding: 15px 25px;
    }
    .details-top .amount-container .price {
        width: auto;
        font-size: 30px;
        margin: 0;  
    }

    .template.has-sidebar .container .book-details .details-top.book a.book-image {
        margin: 0;
    }
    .template.has-sidebar .container > div > .book-details .details-top a.book-image {
        margin: 0 50px;
        height: 320px;
    }
    .book-details {
        padding:0 20px 0 90px;
    }
    .template {
        padding: 100px 0;
    }
    .template {
        padding: 100px 0;
    }
    .template:first-child {
        padding: 0;
    }
    .form .select > div::before, 
    .form .select > div::after {
        right: 30px;
    }
    .books-container .books .book-image img {
        height: 100%;
    }
    .account .btns-container > a {
        cursor: pointer;
        width: auto;
    }
    .account .btns-container > a:first-of-type {
        margin-right: 10px;
        margin-bottom: 0;
    }
    .account .btns-container > a:last-of-type {
        margin-left: 10px;
    }
    .thank-you .container .pay-info {
        margin: 80px auto;
        max-width: 350px;
    }
    .thank-you .container .details {
        font-size: 18px;
    }
    .thank-you .container .text {
        font-size: 16px;
        margin-bottom: 40px;
    }
	.thank-you .container .template {
        font-size: 16px;
        margin-bottom: 40px;
    }
	
	.thank-you .container .template p {
    	font-size: 16px;
		color: #212529;
        margin-bottom: 40px;
    }
    .details-top .book-image + div,
	.details-top .map-img + div {
        margin-top: 50px;
    }
    .map .details-top .form .form {
        margin: 35px -5px;
    }
    .thank-you .container {
        padding: 100px 20px;
    }
    header .top .logo img {
        max-width: 344px;
    }
    .details-top .map-img {
        margin-bottom: 0px;
        max-width: 295px;
        margin-right: auto;
    }
    .details-top {
        margin-top: 0;
    }
    .login-container .container .register {
        margin-top: 80px;
    }
    .login-container .container h2 {
        margin-bottom: 41px;
    }
    .template.has-sidebar .container .details-top .amount-container {
        margin-top: auto;
    }
    .chat-module {
        padding: 15px 24px 15px 50px;
    }
    .template.has-sidebar .container > div:first-of-type a img {
        object-position: left;
    }
}
@media screen and (min-width:1200px) {
    .book-details.book-description .form .wrapper {
        padding: 0;
    }
    .menu-container .menu {
        padding-bottom: 0;
    }
    header .menu-container .menu ul li {
        margin: 0;
    }
    header .menu-container .menu ul {
        padding: 0;
    }
    header .menu-container .menu-items > ul > li {
        padding: 0 7px;
        display: flex;
    }
    .login-container .register h2 {
        margin: 0 0 55px 0;
    }
    .map .details-top .form .form {
        margin: -5px;
    }
    .details-top .book-image + div,
    .details-top .map-img + div {
        margin-top: 0px;
    }
    .template.has-sidebar.sidebar-right .book-details {
        padding: 0 0 0 91px;
    }
    .template.has-sidebar .listing .books > *:first-child {
        padding-top: 40px;
    }
    .books-container > div:first-of-type .container.books {
        padding: 0 20px;
    }
    .cart-container .price {
        order: 1;
        margin: 0;
        text-align: left;
    }
    .cart-container .product .img img {
        height: 100%;
        display: inline-block;
        width: auto;
    }
    .my-orders .orders-list .item .top-bar > * {
        flex-direction: initial;
    }
    .my-orders .orders-list .item .description-container .description {
        margin-top: 10px;
        font-size: 13px;
    }
    .my-orders .orders-list .item .description-container .description > div {
        width: 100%;
        display: block;
    }
    .my-orders .orders-list .item .description-container .description span:first-of-type {
        margin-left: 0;
    }
    .my-orders .orders-list .item .description-container {
        width: 320px;
    }
    .my-orders .orders-list .item-details .close {
        width: 50px;
        height: 50px;
        top: 40px;
        right: 0;
    }
    .my-orders .orders-list .item-details .item .title {
        font-size: 28px;
        width: 100%;
        font-weight: 300;
        text-align: left;
    }
    .my-orders .orders-list .item .img {
        max-width: 100px;
        position: relative;
        margin-right: 100px;
    }
    .my-orders .orders-list .item-details .item:first-of-type {
        padding-top: 70px;
    }
    .my-orders .orders-list .item-details .item:last-of-type  {
        padding-bottom: 70px;
    }
    .my-orders .orders-list .item-details .item {
        margin: 0 130px;
        padding: 30px 0;
    }
    .my-orders .orders-list .item .ammount {
        margin: 0 auto;
        color: #808080;
        font-size: 15px;
        font-weight: 100;
    }
    .my-orders .orders-list .item .ammount span {
        margin-left: 5px;
        color: #27818c;
    }
    .my-orders .row {
        padding: 20px 0; 
    }
    .my-orders .row > * {
        font-size: 16px;
    }
    .account .personal-area.rounded:hover::after {
        transform: scale(1);
    }
    .my-orders .orders-list .item .top-bar {
        padding: 20px 0;
    }
    .my-orders .orders-list .item .top-bar > .price {
        font-size: 20px;
    }
    .template .book-description .book-form .price {
        font-size: 30px;
    }
    .map.book-details.book-description .details-top .map-img + div p.price {
        align-self: auto;
    }
    header .menu-container .menu-items > ul > li {
        padding: 0 14px;
    }
    .book-details {
        padding:0 0 0 90px;
    }
    .book-description .order {
        padding: 18px 30px 18px 60px;
        position: relative;
		color: white;
    }
    .account-name {
        margin-bottom: 30px;
        font-size: 18px;
    }
    .store .form > .row  .input p,
    .form select,
    .input input {
        padding: 13px 28px;
    }
    .store .form > p {
        font-size: 16px;
    } 
    .store .form > h2 {
        margin-bottom: 53px;
    }
    .store .form .icon-input > div > .flex + p {
        font-size: 14px;
    }
    .store .form > .row  .input div + p,
    .store .form > .row  .input input + p {
        padding-top: 7px;
        padding-bottom: 13px;
    }
    .store .form > .row  .icon-input div + p,
    .store .form > .row  .icon-input input + p {
        padding-top: 30px;
        padding-left: 0;
    }
    .edit-container .form + .order {
        margin-top: 80px;
    }
    .account .books .book .book-description .description {
        font-size: 12px;
        line-height: 1.5;
    }
    .account .btns-container > a:first-of-type::before,
    .account .btns-container > a:last-of-type::before {
        width: 23px;
        left: 40px;
        bottom: 4px;    
    }
    .account .btns-container {
        margin-bottom: 80px;
    }
    .account .btns-container > a {
        padding: 32px 42px 32px 92px;
    }
    .account .books.container {
        margin-top: 60px;
    }
    .regist-container .register {
        margin-top: 100px;
    }
    .regist-container .register h2 {
        font-size: 28px;
        margin-bottom: 55px;
    }
    .regist-container .lower label:first-of-type {
        margin-bottom: 26px;
    }
    .regist-container .lower + a {
        margin-top: 66px;
    }
    .regist-container .wrapper {
        margin: -5px 0;
        padding-top: 15px;    
    }
    .login-container .register {
        margin-top: 80px;
    }
    .login-container .form {
        margin: -15px 0;
    }
    .login-container h2 {
        margin-bottom: 55px;
    }
    h2 {
        font-size: 36px;
    }
    input,
    select {
        font-size: 14px;
    }
    .login-container .container h2 {
        font-size: 36px;
    }
    .login-container .container .register h2 {
        font-size: 28px;
        margin-bottom: 55px;
    }
    .xs-container {
        padding-top: 80px;
        padding-bottom: 100px;
    }
	.store .form > .row {
		margin: -15px -10px;  
    }
    .store .cart-container.carrinho .form > .row {
        margin: 0;
    }
    .sidebar-left.checkout .btn-container {
        margin-top: 21px;
    }
    .sidebar-left.checkout .total-container:nth-of-type(2) {
        margin: 20px 0;
    }
    .sidebar-left.checkout .total-container:nth-of-type(2) span:nth-of-type(1) {
        letter-spacing: 1.12px;
        font-size: 14px;
    }
    .sidebar-left.checkout .total-container:nth-of-type(2) span:nth-of-type(2) {
        font-size: 24px;
    }
    .store .form > h2:nth-of-type(3) + p {
        margin-bottom: 50px;
    }
    .store .form > h2:nth-of-type(3) {
        margin-top: 100px;
    }
    .store .form .icon-input > div > .flex > .flex p {
        font-size: 14px;
    }
    .store .form .icon-input > div > .flex > .flex p#portes_ctt {
        margin-top: 8px;
    }
    .form .icon-input > div {
        padding: 47px 24px 35px 31px;
    }
    .payments-method .icon-input > div {
        height: 100%;
        position: relative;
    }
    .store .form > p  {
        font-size: 16px;
    }
    .store .form > p:first-of-type {
        margin: 60px 0;
    }
    .store .form > h2:nth-of-type(2) {
        margin: 90px 0 53px 0;
    }
    .arrows > div:hover:first-of-type {
        transform: translateX(-10px) rotate(180deg);
    }
    .arrows > div:hover {
        transform: translateX(10px);
    }
    .cart-page .books-container .books > div.arrows > * {
        width: 60px;
        height: 60px;
    }
    .cart-container .sidebar-left,
    .map-description {
        margin: 0;
    }
    .map-description > span {
        font-size: 12px;
    }
    .amount {
        padding: 10px 12px;
    }
    .cart-container .amount-container {
        margin: 0 53px 0 auto;
    }
    .product .img {
        padding-right: 0;
    }
    .sidebar-left .total-container {
        margin: 31px 0;
    }
    .sidebar-left .total-container span:first-of-type {
        font-size: 14px;
    }   
    .sidebar-left .total-container span:last-of-type {
        font-size: 24px;
    }
    .cart-container .sidebar-left > div >  p + .total {
        font-size: 29.5px;
    }
    .cart-container .amount .number {
        font-size: 14px;
    }		
    .cart-container .products-list .product .map-description {
        margin-top: 10px;
        font-size: 12px;
    }
    .cart-container .products-list .product .map-description span {
        margin: 0 1px;
        font-size: 12px;
        line-height: 1.7;
    }
    .cart-container .price {
        display: flex;
        align-self: flex-end;
        margin-bottom: 7px;
        width: auto;
    }
    .cart-page .cart-container .price {
        height: 100%;
    }
    .cart-container .amount-container {
        margin: 0 63px 0 auto;
        width: 115px;
    }
    section.cart-container {
        margin: 80px 0 100px 0;
    }
    .cart-container + .books-container {
        padding-top: 0;
    }
    .cart-container .delete {
        margin: auto 20px auto 0;
    }
    .book-details {
        margin-bottom: 120px;
    }
    .book-details .template {
        margin-top: 100px;
    }
    .lower {
        margin-top: 30px;
    }
    .book-details .lower + .price {
        margin-top: 0;
        font-size: 30px;
        line-height:1; 
    }
    .map .details-top .description {
        margin-bottom: 35px;
        text-align: left;
    }   
    .books-container .books > div {
        margin: -30px;
        width: 100%;
    }
    .cart-page .books-container .books > div {
        margin: 0;
        padding: 0;
    }
    .cart-page .books-container .books > div > * {
        padding: 0;
    } 
    .blog .template .sidebar .container > * {
        margin: 16px 0;
    }
    .blog .template .sidebar .container > * > label:last-of-type {
        margin-left: 34px;
    }
    .module19 .container .button {
        padding: 18px 30px;
    }
    .book-details .template .template-module .row {
        margin: 0;
    }
    .details-top .description {
        font-size: 16px;
    }
    .listing .pagination ul li.prev a, 
    .listing .pagination ul li.next a {
        width: 21px;
        height: 16px;
    }
    .listing .pagination ul li.prev {
        margin-right: 30px;
    }
    .listing .pagination ul li.next {
        margin-left: 30px;
    }
    .listing .items + .pagination ul li a {
        padding: 5px 7px;
        margin: 0 5px;
        font-size: 18px;
        transition: all 0.4s ease;
    }
    .listing .items + .pagination ul li a:hover {
        color: #007c8f;
    }
    .listing .pagination {
        margin: 100px 0 0 0;
    }
    .template.has-sidebar .container .listing .items.books {
        padding: 0 0 0 50px;
        margin: 0;
    }
    .template.has-sidebar .listing .books > *:first-child,
    .template.has-sidebar .listing .books > * {
        padding: 40px 30px;
    }
    .template.has-sidebar .container > div:first-of-type a.book-image {
        left: auto;
        top: auto;
        transform: initial;
    }
    .blog .template.has-sidebar .sidebar-container {
        height: 100%;
    }
    .chat-module {
        cursor: pointer;
        left: auto;
        right: 30px;
    }
    .blog .template.has-sidebar .h4 {
        font-size: 30px;
    }
    .books-container .container.book {
        margin-bottom: 50px;
    }
    .books-container .books .book-description .title {
        font-size: 24px;
    }
    .blog .template.has-sidebar .book-details .order::before {
        left: 75px;
    }
    .book-description .order::before {
        position: absolute;
        top: 0;left: 25px;bottom: 0;
        margin: auto;
        width: 15px;
        content: '';
        z-index: 1;
        background: url(/assets/images/icons/cart-white.svg) no-repeat 0%/contain;
    }
    .order span {
        font-size: 12px;
    }
    .books-container {
        padding: 100px 0;
    }
    .books-container > *:first-of-type {
        margin-bottom: 100px;
    }
    .books-container > div > .title {
        font-size: 26px;
        margin-bottom: 72px;
    }
    .book-description h2 {
        font-size: 30px;
    }
    .books .book .book-description h2 a.title {
        text-transform: initial;
        font-size: 30px;
    }
    .books .book .book-description .description {
        margin-bottom: 0; 
        font-size: 14px;
        width: auto;
        line-height: 1.9;
    }
    .template .books .book-description h2,
    .books-container .books .book-description h2 {
        margin-bottom: 11px;
    }
    .template .price,
    .price {
        font-size: 22px;
        margin: 12px 0;
    }
    .books-container .books .book-image {
        margin: 0 auto 33px auto;
        display: inline-block;
        width: auto;
        height: 180px;
    }
    .listing .pagination ul li.prev a:hover {
        transform: rotate(180deg) translateX(10px);
    }
    .listing .pagination ul li.next a:hover {
        transform: translateX(10px);
    }
}