/* BOOKSNONSTOP */
@import "./helpers/icons.css";
@import "./helpers/buttons.css";
@import "./helpers/inputs.css";
@import "./helpers/main.css";
@import "./flag-icon.css";

body {
    /*background-color: #f6f7fb;*/
    font-family: Montserrat;
    color:#38495b;
    font-size: 14px;
    /*padding-left: 25px;*/
    /*padding-right: 25px;*/
    /*padding: 0;*/
    /*margin-top:6 90px;*/
}

::-webkit-scrollbar {
    width: 10px;
    background: #f6f7fb;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: 0 2px 3px 0 #f6f7fb;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    border: solid 1px #6de6e4;
    background-color: #6de6e4;
}

.main-container {
    padding-top: 70px;
    min-height: calc(100vh - 435px);
}

.navbar {
    height:50px;
}

nav.navbar {
    place-items: center;
    display: flex;
}

h1 {
    font-family: Montserrat;
    font-weight: bold;
    font-size: 36px;
}
.navbar-header {
    display: flex;
    place-items: center;
    font-family: Ubuntu;
    font-weight: bold;
    color: #38495b;
    font-size: 24px;
    width: 350px;
}

.navbar .dropdown-menu {
    right: 0;
    left: initial !important;
}

.navbar .avatar {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    margin-right: 10px;
}

.navbar a {
    color: #38495b !important;
    text-decoration: none;
    /*font-size: 16px;*/
}

.navbar a.listItemLink {
    font-size: 16px;
}

.blue-border {
    padding: 25px;
    border-radius: 5px;
    border: 1px solid #3068c5;
}

.border-blue-left {
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: rgb(48, 104, 197);
}

.shadow-border {
    box-shadow: 1px 1px 5px -2px #909db2;
    /*border: 1px solid rgba(204, 204, 204, 0.5);*/
}

a.desc:after {
    content: "\f078";
    color: #3068c5;
}

a.asc:after {
    content: "\f077";
    color: #3068c5;
}

.flex-vertical {
    /*height: 100%;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.listItem.phonelink {
    background-position-y: 50%;
    padding-left: 10px;
    background-image: url(./icons/phone.png);
    background-repeat: no-repeat;
}

div.second-menu .btn.btn-primary:hover {
    filter: drop-shadow(1px 1px 2px #38495b);
}
div.second-menu .btn.btn-default:hover {
    filter: drop-shadow(1px 1px 2px #38495b);
    background-color: white;
}
div.second-menu .btn.btn-link:hover {
    color: #3068c5;
    border-bottom: 2px solid #3068c5;
}
div.footer-links a:hover {
    color: #3068c5;

}

.notifications.top-right {
    right: 10px;
    top: 145px !important;
}

.navbar-brand {
    font-size: 24px;
    padding: 7px;
}

.navbar-nav {
    margin: auto;
}

.card {
    padding: 0;
    transition: all 0.5s ease;
}

.card:hover {
    padding: 0;
    /*margin-top: -5px;*/
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2);
}

.card:hover > .cardback {
    background-color: #000000aa;
    color: white;
    transition: all 0.3s;
}

.brand-small {
    display: block;
    font-family: Ubuntu;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 10px;
    color: #38495b;
    letter-spacing: -0.5pt;
}

nav div.navbar-collapse {
    display: flex !important;
    place-content: flex-end;
    width: 100%;
}

nav div.collapse.navbar-collapse {
    display: flex !important;
    display: -webkit-flex !important;
}

#redactor-droparea-placeholder > input {
    display: inline-block;
}

h2 {
    font-size: 18px;
}

div.format-shop h2, div.format-self h2 {
    margin-top: 30px;
    margin-bottom: 30px;
}

h2.title {
    margin-top: 0px;
}

h2.title::after {
    content: ' ';
    display:block;
    margin-top: 5px;
    margin-bottom: 20px;
    width: 66px;
    height: 7px;
    border-radius: 3.5px;
    background-color: #3068c5;
}

h2.title-invert {
    color:white;
}
h2.title-invert::after {
    content: ' ';
    display:block;
    margin-top: 5px;
    margin-bottom: 40px;
    width: 66px;
    height: 7px;
    border-radius: 3.5px;
    background-color: white;
}

h5.author, h5.title {
    font-family: Montserrat;
}

h5.title {
    font-size: 18px;
    font-weight: bold;
}

h5 a {
    color: #38495b;
}

div.flex p {
    margin: 0;
}

.fw {
    width: 100% !important;
}

.coverfw {
    width: 70% !important;
    margin: 0 auto;
    height: auto;
}

.navbar {
    background-color: white;
}

.navbar .container {
    display: flex;
}

.footer {
    background-color: #38495b;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    border: solid 1px #979797;
    color: white;
    height: 94px;
}

.footer i {
    cursor: pointer;
    width: 40px;
    font-size: 24px;
    border: 1px solid white;
    padding: 5px;
}

.footer-flex {
    display: flex;
    align-self: center;
    flex-direction: column;
}

.bigp {
    font-family: Ubuntu;
    font-size: 24px;
    font-weight: bold;
}

.red-link a {
    color: #e93f33 !important;
}

.page-container {
    background: white;
    width: 1050px;
    border-radius: 6px;
    box-shadow: 0 2px 3px 0 #dfe3ed;
    border: solid 1px #f6f7fb;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 40px;
}

.header-container {
    background: white;
    width: 1050px;
    /*border-radius: 6px;*/
    /*box-shadow: 0 2px 3px 0 #dfe3ed;*/
    /*border: solid 1px #f6f7fb;*/
    /*margin-top: 20px;*/
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    /*margin-bottom: 40px;*/
}

.page-container-t {
    background: transparent;
    box-shadow: none;
    border: none;
    padding: 25px 5px;
}

.nav-tabs {
    background: #fff;
    box-shadow: 0 2px 3px 0 #dfe3ed;
    border: solid 1px #f6f7fb;
}
.nav-tabs>li.active>a {
    border-bottom: solid 3px #3068c5 !important;
}

.nav-tabs>li.active > a:hover {
    cursor: pointer !important;
    /*border-bottom: solid 3px #3068c5;*/
}

.nav-tabs>li>a {
    padding: 20px 25px;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 600;
    color: #38495b;
    text-transform: uppercase;
}

.nav-tabs a.disabled {
    cursor: not-allowed;
    color: darkgray !important;
    white-space: nowrap;
}

.second-menu {
    background: white;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*top: 49px !important;*/
    /*left: 29px !important;*/
}

a {
    color: #38495b;
}

a:hover {
    text-decoration: none;
}

.container.second-menu {
    /*padding: 10px 0;*/
    background: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    z-index: 110;
    /* width: 1280px; */
    padding: 5px 30px;
    width: 100%;
}

.second-menu-main {
    margin-top: 49px;
}

div.second-menu .btn {
    height: 40px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    box-shadow: none;
    font-size: 12px;
    font-weight: 600;
    font-family: Montserrat;
}

div.second-menu .btn.btn-primary {
    box-shadow: none;
    background-color: #3068c5;
    border: 1px solid #3068c5;
    font-weight: 800;
    color: white;
}

div.second-menu .btn.btn-link {
    box-shadow: none;
    color: #38495b;
    text-decoration: none;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.white-invert {
    filter: brightness(0) invert(1);
}

section.content {
    margin-top: 0px;
    padding-top: 10px;
}

div.index {
    padding: 50px 0;
}

.shap_1 > div.row > div.col-md-8 > div > div {
    padding: 0;
}

.shap_1 > div:nth-child(2) > div > div.col-md-4 {
    padding-top: 50px;
}

.shap_1 .print-num, .shap_1 .print-price {
    width: 70px !important;
    border-radius: 3px;
    border: 1px solid #dfe3ed;
    padding: 5px !important;
    font-size: 16px !important;
    text-align: center;
}

.beta {
    top: 40px !important;
    right: -250px !important;
    margin: auto !important;
    position: relative !important;
    width: 73px;
    height: 28px;
    color: white;
    font-size: 20px;
}

.shap8 h4 {
    margin-top: -2px;

}

.shap8 {
    border-right: none !important;
}

.tex_2 {
    border-left: 5px solid blue;
    padding-left: 10px !important
}

.divlogo {
    font-family: Ubuntu;
    font-weight: 700;
}

div.index.about-block {
    background-image: url(../images/background.jpg);
    height: 800px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
}

div.about-box {
    width: 650px;
    background-color: white;
    z-index: 100;
    float: left;
    position: absolute;
    top: 100px;
    padding: 25px;
    margin-top: 100px;
}

div.reg-block {
    padding-bottom: 50px;
    padding-top: 10px;
    background-color: #f6f7fb;
    margin-top: -60px;
}

div.reg-block input {
    height: 50px;
    border-radius: 3px;
    border: 1px solid #dfe3ed;
    background-color: #ffffff;
}

div.reg-block button {
    margin: 20px;
    font-size: 14px;
    text-transform: uppercase;
}

div.print-block {
    padding-bottom: 50px;
    padding-top: 50px;
    background-color: #f6f7fb;
    /*margin-top: -50px;*/
}

div.print-box {
    /*width: 650px;*/
    background-color: white;
    /*z-index: 100;*/
    /*float: left;*/
    /*position: absolute;*/
    /*top: 140px;*/
    padding: 25px;
    /*margin-top: 100px;*/
}

.profile-block {
    background-color: #eef3fa;
    /*padding: 25px;*/
}

.profile-menu-block {
    background-color: #eef3fa;
    /*padding: 25px;*/
}

.comments-item-avatar img, .comments-add-ava img {
    border-radius: 50%;
}

.btn-round {
    border-radius: 50%;
    height: 36px;
    width: 36px;
    padding: 0;
    outline: none !important;
}

select.print-select {
    height: 40px;
    padding: 5px;
    font-size: 16px;
    border-radius: 3px;
    border: 1px solid #dfe3ed;
    background-color: #f6f7fb;
}

.book-list {
    padding: 25px;
    /*border: 1px solid black;*/
    margin-bottom: 40px;
}
.book-list p {
    font-family: Montserrat;
    font-size: 14px;
    color: #3068c5;
}

.book-list p span {
    display: block;
    color: #38495b;
}

.book-list p.author {
    text-transform: uppercase;
    color: #38495b;
    font-size: 12px;
}
.book-list p.title {
    color: #38495b;
    font-size: 22px;
}

span.print {
    position: relative;
    top: -25px;
    /*left: 10px;*/
    border-radius: 2px;
    background-color: #3068c5;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    padding: 2px 5px;
}

h3.step {
    color: #38495b;
    font-family: Montserrat;
    font-weight: bolder;
    font-size: 24px;
    text-transform: uppercase;
    margin-top: 60px;
}

p.step {
    color: #38495b;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
}

div.step-1 {
    background-image: url('../images/step-1.png');
    background-repeat: no-repeat;
    background-position-x: right;
}

div.step-2 {
    background-image: url('../images/step-2.png');
    background-repeat: no-repeat;
    background-position-x: left;
}

div.step-3 {
    background-image: url('../images/step-3.png');
    background-repeat: no-repeat;
    background-position-x: right;
}

div.step-4 {
    background-image: url('../images/step-4.png');
    background-repeat: no-repeat;
    background-position-x: left;
}

img.step-1, img.step-3 {
    float: right!important;
    position: absolute;
    top: 150px;
    left: 470px;
}

img.step-2, img.step-4 {
    float: left!important;
    position: absolute;
    top: 150px;
    left: 0px;
}

img.step-1-curve {
    z-index: 99;
    position: absolute;
    top: 220px;
    left: 548px;
}

img.step-2-curve {
    z-index: 99;
    position: absolute;
    top: 220px;
    left: -200px;
    transform: scalex(-1);
}

.col-md-offset-4 > h3, .col-md-offset-4 > p {
    text-align: right;
}

div.row.step {
    height: 400px;
    margin: 40px 0;
}

div.row.step > div {
    height: inherit;
}

.print-num, .print-price {
    width: 100px;
    margin: auto;
    border-radius: 3px;
    border: 1px solid #dfe3ed;
    padding: 5px;
    font-size: 16px;
    text-align: center;
}
.print-price i {
    font-size: 14px !important;
    font-weight: 400;
}

.grayback {
    background-color: #f6f7fb;
    padding-top: 40px;
    padding-bottom: 20px;
}

.grayback button {
    border-radius: 6px;
    border: 1px solid #658bcc;
    font-weight: 600;
    color: #658bcc;
    /*background-color: #3068c5;*/
}
.grayback button.btn-primary {
    box-shadow: none;
    color: white;
    /*background-color: #3068c5;*/
}

.catalog-books {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-content: flex-start;
    -webkit-align-content: flex-start;
}

.catalog-book {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    /*margin-bottom: 40px;*/
    /*justify-content: space-between;*/
}

.motivate-block {
    background-color: #5e5aa8;
    min-height: 200px;
}

.review {
    background-image: url('../images/review-back.png');
    background-repeat: no-repeat;
    background-size: contain;
    padding: 25px;
    box-shadow: 0 15px 30px #909db2;
}

.review-avatar {
    border-radius: 50%;
    margin-bottom: 40px;
    width: 50%;
    left: 25%;
    position: relative;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    color: #38495b;
    background-color: white;
    border-color: #eaecf4;
    border-bottom: 5px solid #00dbd4;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    min-width: 40px;
    text-align: center;
    float: left;
    padding: 10px 15px
}

.pagination>li>a, .pagination>li>span {
    color: #38495b;
    background-color: #f6f7fb;
    border-color: #eaecf4;
}

.summary {
    color: #38495b;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    text-align: left !important;
    margin-bottom: 20px !important;
}

.book-cover {
    width: 100%;
}

img.book-cover-img {
    width: 100%;
    box-shadow: 0 5px 20px #909db2;
    border: 1px solid rgba(204, 204, 204, 0.5);
}

p.book-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

p.book-author {
    font-size: 16px;
    font-weight: 400;
    color: #7c8c9d;
}

.btn-group > label {
    border-radius: 6px !important;
    margin-right: 30px;
}
.btn-group-goal > label {
    margin-right: 0;
}
.btn-group-format > label {
    height: 7.5em;
    padding: 1.5em !important;
    line-height: 1.5em;
    /*margin-right: 30px;*/
}
.btn-group-disttype > label {
    max-width: 30%;
}
.btn-group-disttype > label,.btn-group-binding > label,.btn-group-color > label {
    overflow-wrap: break-word;
    white-space: initial;
    height: auto;
    /*min-height: 6em;*/
    min-height: 230px;
    padding: 1.5em 10px;
    /*min-width: 10em;*/
    /*max-width: 30%;*/
}

.btn-group-disttype > label > span,.btn-group-binding > label > span {
    font-size: 14px;
    line-height: 18px;
    color: black;
}

.btn-group-disttype > label.active > span,.btn-group-binding > label.active > span {
    /*font-size: 12px;*/
    color: white;
}

.image-preview {
    max-width: 350px;
}

.book-thumbnail {
    max-width: 100px;
    margin: auto;
}

.book-publisher {
    color: #0069c2;
}

.rating-number {
    color: #ff331c;
    font-size: 30px;
    font-weight: 900;
}

.rating-container .caption > span {
    display: none !important;
}

.info-box {
    padding: 20px;
    border-radius: 3px;
    border: 1px solid rgba(199, 206, 221, 0.53);
    background-color: #f6f7fb;
}

.book-tabs>li>a {
    padding: 20px 25px;
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 600;
    color: #38495b;
    text-transform: none !important;
    border:none !important;
}

.book-tabs-content {
    background-color: #f6f7fb;
    padding: 25px;
    font-size: 16px;
}

.cart-block {
    background-color: #eef3fa;
    padding: 25px;
}

.cart-total-box {
    background-color: white;
    padding: 50px;
}

.cart-position {
    background-color: white;
    padding: 25px;
    margin-left: 0px;
    margin-right: 0px;
}

.cart-thumbnail {
    width: 150px;
}

.cart-quantity-decrease,
.cart-quantity-increase {
background-color: white;
    height: 40px;
    border-top:1px solid #dfe3ed;
    border-bottom:1px solid #dfe3ed;
    border-radius: 0px;
    display: inline-block;
}

.count-span {
    border-top:1px solid #dfe3ed;
    border-bottom:1px solid #dfe3ed;
    border-radius: 0px;
    height:40px;
}

.cart-quantity-decrease {
    border-left:1px solid #dfe3ed;
}

.cart-quantity-increase {
    border-right:1px solid #dfe3ed;
}

.position-count {
    width: 40px;
    height: 40px;
    border-top:1px solid #dfe3ed !important;
    border-bottom:1px solid #dfe3ed!important;
    border-left:none!important;
    border-right: none!important;
    border-radius: 0px !important;
    padding: 5px !important;
    padding-right: 1px;
    margin: -4px;
    top: 1px;
    position: relative;
    background-color: white !important;
    display: inline-block;
}

.delivery-box {
    box-shadow: 0 2px 3px #dfe3ed;
    border-radius: 6px;
    border: 1px solid #f6f7fb;
    background-color: #ffffff;
}

.delivery-title {
    font-size: 24px;
}

.delivery-price {
    border: 1px solid #f6f7fb;
    background-color: #f6f7fb;
}

.well {
    background: white;
}

button.buy, a.buy {
    line-height: 35px;
}

.shop-block .catalog-book {
    /*width: 20%;*/
    padding: 20px;
}

.book-title {
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.profile-menu {
    padding: 10px;
    display: flex;
    justify-content: space-between;
}

.flex-align-left {
    justify-content: flex-start;
}

a.tablink {
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
}

.tablink.title {
    border-bottom: 5px solid #3068c5;
}

.order-table {
    background-color: white;
    font-size: 22px;
}

button.buy, a.buy {
    padding: 5px;
    height: 50px;
    width: 100%;
    border-radius: 25px;
    border: 1px solid #e7e7e7;
    background-color: #ffffff;
}

button.buy i.bns, a.buy i.bns {
    height: 32px;
    margin-left: 15px;
    margin-top: 5px;
}

button.buy i, a.buy i {
    line-height: inherit;
    margin-right: 5px;
    font-weight: 100;
}

button.buy {
    outline: none;
}

button.buy:active {
    transform: translateY(1px);
    filter: saturate(150%);
}

div.footer-block {
    /*background: white;*/
}

i.sq {
    border: 1px solid #c7cedd;
    width: 40px;
    padding: 10px;
}

a.black {
    color: black;
    text-decoration: none;
}

.footer-links {
    margin-left: 45px;
}
.footer-links a.black {
    display: block;
    white-space: nowrap;
}

.f24.fa-ruble-sign {
    font-weight: 400;
}

.buy .fa-heart {
    border-right: 1px solid #cccccc;
    padding-right: 10px;
    margin-right: 10px;
}

.notify-modal {
    font-size: 18px !important;
    line-height: 22px !important;
}

.label-beta {
    font-size: 10px;
    margin-left: 5px;
    position: absolute;
    top: 10px;
}


div.video-block {
    background-color: #3068c5;
    background-image: url('../images/video-block-back.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 300px;
}

.video-left {
    margin-top: 20px;
    /*position: relative;*/
    /*right: 150px;*/
    /*overflow: hidden;*/
}

.video-right {
    margin-top: 20px;
    /*position: relative;*/
    /*left: 150px;*/
    /*overflow: hidden;*/
}

span.agree-text {
    color: #38495b;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

h1.about-header {
    margin-top: -25px;
    margin-left: -25px;
    padding-left: 17px;
    padding-top: 20px;
    margin-bottom: 30px;
    border-left: 8px solid red;
    font-size: 24px;
    text-transform: uppercase;
}

h1.reg {
    color: #38495b;
    font-family: Montserrat;
    font-size: 28px;
    font-weight: 600;
}

span.h1-small {
    font-size: 28px;
}

a.about-href {
    color: #3068c5;
    text-decoration: underline;
    font-weight: bold;
}

.page-container p {
    font-family: Montserrat, ProximaNova;
    font-size: 14px;
    line-height: 20px;
    color: #38495b;
}

.modal-title {
    font-family: Montserrat;
    font-weight: 600;
}

.chapters {
    list-style: none;
    background: white;
    width: 100%;
    overflow-y: scroll;
    height: 460px;
    margin-top: 10px;
    padding: 0px 10px;
}

.chapters li {
    padding: 5px;
    border-bottom: 1px solid #dfe3ed;
}

.chapters li span {
    background: #fff;
    padding-right: 5px;
}
.chapters li span:hover {
    background: #FFFFFF;
}
.chapters li i {
    background: #fff;
    padding-left: 5px;
    margin-left: 0 !important;
}

div.chapters li[data-h="h2"] span {
    padding-left: 20px;
    /*color: red;*/
    font-weight: normal;
}

div.chapters li[data-h="h3"] span {
    padding-left: 40px;
    /*color: green;*/
    font-weight: normal;
}

div.chapters li[data-h="h4"] span {
    padding-left: 60px;
    /*color: blue;*/
    font-weight: normal;
}

div.chapters li[data-h="h1"] i.fa-level-up {
    display:none;
}

div.chapters li[data-h="h4"] i.fa-level-down {
    display:none;
}

.fa-chevron-up,.fa-chevron-down {
    padding: 3px;
}
.fa-chevron-up:hover, .fa-chevron-down:hover {
    background-color: #7fe8e3;
}

@media (min-width: 1367px) {
    .shop-container {
        width: 1100px !important;
    }
}

/*@media (min-width: 1200px) {*/
    /*.container {*/
        /*width: 1280px;*/
    /*}*/
/**/
/*}*/

h1.pages-h1 {
    text-align: center;
    font-size: 30px;
}

h2.pages-h2 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.pages-head-img {
  width: 100%;
  max-width: 100%;
}

.page-header {
   border: none;
}

.pages-icon {
    width: 40px;
    height: 40px;
    margin: auto;
    margin-bottom: 20px;
}
.pages-blue-number {
    background-color: #3068c5;
    color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    line-height: 34px;
    font-weight: 600;
    margin: auto;
    margin-bottom: 20px;
    border-style: double;
    border-width: 4px;
}
.pages-divider-big {
    padding-top:100px;
    padding-bottom: 100px;
}
.pages-divider-medium {
    padding-top:50px;
    padding-bottom: 50px;
}
.pages-divider-small {
    padding-top:20px;
    padding-bottom: 20px;
}
.motivate-block img {
    width: 100%;
}
.cart-position .img-thumbnail {
    border: none;
    padding: 0px;
}
i.bns.bns-book-clips {
    margin-right: 5px;
}