:root {
    /* Colors */
    --c-green: #19571f;
    --c-green-light: rgba(25, 87, 31, .1);

    /* Other */
    --anim: 300ms ease-in-out
}

main {
    margin: 1rem auto;
    max-width: 800px;
}

table.cart-tbl tbody tr {
    height: 55px;
}
.container {
    margin: auto;
    overflow: hidden;
}
.content {
    margin-left: 6%;
}
.title {
    margin-left: 0;
    border-bottom: 1px solid #b0b0b0;
    padding-bottom: 4px;
    margin-bottom: 14px;
    line-height: 21px;
    background: none;
    color: #282828;
    font-size: 26px;
    font-family: Arial, Helvetica, sans-serif;
    height: auto;
}
.cart-tbl {
    border-collapse: collapse;
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
}
.cart-prod {
    border-bottom: 1px solid #dbdbdb;
}
.cartPillName {
    font-size: 16px;
    padding-left: 10px;
}
a:-webkit-any-link {
    color: inherit;
}

a.nextRangPack {
    color: #5e81bd;
    text-decoration: underline;
    font-size: 11px;
}
.cartSum {
    text-align: center;
    padding: 0 10px;
    white-space: nowrap;
    font-size: 14px;
}
.quant-minus {
    border: 1px solid #bebebe;
    height: 24px;
    width: 22px;
    background: #f6f6f6 url(/modules/pharma/views/imgs/minus.png) no-repeat center;
    cursor: pointer;
    vertical-align: middle;
}
input, select, textarea {
    font-size: 13px;
    color: #464646;
}
.quant {
    border: 0;
    border-bottom: 1px solid #bebebe;
    border-top: 1px solid #bebebe;
    height: 24px;
    width: 30px;
    text-align: center;
    vertical-align: middle;
}
.quant-plus {
    border: 1px solid #bebebe;
    height: 24px;
    width: 22px;
    background: #f6f6f6 url(/modules/pharma/views/imgs/plus.png) no-repeat center;
    cursor: pointer;
    vertical-align: middle;
}
tr.cart-ship {
    font-size: 14px;
    background-color: var(--c-green-light);
}
.cart-ship .ship-block, .insurance-tr td {
    padding-top: 10px;
    padding-bottom: 10px;
}
.ship-block {
    padding-left: 20px;
    height: 50px;
}
.shipping-title {
    display: inline-block;
    margin-right: 15px;
}
.shipping-elem {
    display: inline-block;
    text-align: center;
    margin-right: 5px;
}
.shipping-elem-name {
    border: 1px solid #2b93e2;
    padding: 5px 10px;
    background-color: #fff;
    display: block;
    cursor: pointer;
    font-size: 13px;
}
.shipping-elem-name * {
    vertical-align: middle;
}
tr.total-sum td {
    height: 50px;
    font-weight: bold;
    font-size: 15px;
}
.cart_nav {
    margin-top: 12px;
}
.cart-checkout {
    height: 37px;
    color: var(--c-green);
    font-size: 14px;
    background-color: var(--c-green-light);
    border: 1px solid #dbdbdb;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-left: 20px;
}
.cart-cont-shopping {
    height: 37px;
    color: #323232;
    font-size: 14px;
    background-color: #f6f7f7;
    border: 1px solid #dcdcdc;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
[name="form_shipping"]:checked{
    background-color: rgb(43, 147, 226); color: rgb(255, 255, 255);
}
/* ****** */
/* Loader */
/* ****** */
@keyframes lds-blocks {
    0% {
        background: #376888;
    }
    12.5% {
        background: #376888;
    }
    12.625% {
        background: #8cd0e5;
    }
    100% {
        background: #8cd0e5;
    }
}
@-webkit-keyframes lds-blocks {
    0% {
        background: #376888;
    }
    12.5% {
        background: #376888;
    }
    12.625% {
        background: #8cd0e5;
    }
    100% {
        background: #8cd0e5;
    }
}
.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
    display: none;
}
.loader.loading {
    display: flex;
}
.lds-blocks {
    position: relative;
}
.lds-blocks div {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #8cd0e5;
    -webkit-animation: lds-blocks 1s linear infinite;
    animation: lds-blocks 1s linear infinite;
}
.lds-blocks {
    width: 60px !important;
    height: 60px !important;
    -webkit-transform: translate(-30px, -30px) scale(0.3) translate(30px, 30px);
    transform: translate(-30px, -30px) scale(0.3) translate(30px, 30px);
}
.pill-tabs-top + .pill-tabs {
    margin-top: 0;
}

.pill-tabs {
    margin: 50px 0;
    font-family: 'Open Sans', sans-serif;
}
.pill-tabs-lists {
    background: var(--c-green);
    border-radius: 0px 0px 7px 7px;
    padding: 14px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.pill-tabs-lists p.pill-name {
    margin: 5px 0 0;
    color: #fff;
    font-size: 18px;
    line-height: 27px;
    width: 25%;
    text-align: left;
}
.pill-tabs-lists p.pill-name:nth-child(2) {
    text-align: center;
}
.pill-tabs-lists p.pill-name:nth-child(3) {
    padding-left: 3rem;
}
.pill-tabs-top + .pill-tabs .pill-tabs-items {
    padding-right: 0px;
}

.pill-tabs-items {
    position: relative;
}

.pill-tabs-items-theme .pills-row {
    margin: 0;
    justify-content: space-between;
    padding: 18px 20px;
    align-items: center;
}

.pill-tabs-items-theme .pills-row .col:last-child form {
    display: flex;
    justify-content: flex-end;
}

main section.comments button.send {
    max-width: 400px;
}

.pills-row {
    overflow: auto;
    margin: 0 -10px;
}
.no-gutter > .col {
    padding-left: 0;
    padding-right: 0;
}

.col {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
    max-width: 100%;
    width: 25%;
}
.pill-tabs-items-theme .pill-info {
    min-width: 150px;
    color: #000;
    text-transform: uppercase;
    text-align: left;
    padding: 1rem;
}
.pill-tabs-items-theme .pill-info span {
    color: var(--c-green);
    font-weight: bold;
}
.pill-tabs-items-theme .pill-price {
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase;
    color: #323232;
    min-width: 150px;
}

.pill-tabs.init {
    background-color: #fff;
    padding: 0;
    line-height: 24px;
    font-size: 16px;
    color: #5c5c5c;
    font-family: 'Assistant',sans-serif;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.pill-tabs-items-theme .bns {
    font-size: 14px;
    line-height: 21px;
    color: var(--c-green);
}
.pill-badges ul li {
    list-style: none;
    padding-left: 37px;
    position: relative;
    font-size: 11px;
    line-height: 16px;
    text-transform: uppercase;
    color: #42563B;
    margin-bottom: 7px;
}
.pill-badges ul li:before {
    content: url(/modules/pharma/views/imgs/gift.svg);
    position: absolute;
    top: 0;
    left: 0;
}
.add_to_cart_btn {
    border: none;
    cursor: pointer;
    min-width: 160px;
    text-align: center;
    display: block;
    background: var(--c-green);
    border-radius: 18px;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    text-transform: uppercase;
    padding: 10px 5px;
    color: #FFFFFF;
    opacity: 1;
    transition: opacity var(--anim);
}
.add_to_cart_btn:hover {
    opacity: .9;
}
.pill-tabs-items-theme .pills-row a img {
    display: none;
}


.container {
    margin: 0 auto;
    position: relative;
}
#select-dosage {
    font-size: 20px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    padding: 9px 10px;
    border: 1px solid #787878;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.tbl-product .tbl_product_wrap.active {
    display: block;
}
.dosage_tbl{display: none;}
.dosage_tbl.active{
    display: block;
}
            
.container_cart main{
	margin-left: 0px;
	margin-right: 0px;
	margin-top:40px
}
.container_cart .title {
    padding-bottom: 21px;
}
footer {
    padding: 3rem 16px;
}
header section.menu ul.menu li.sub-menu ul.sub-menu {
    z-index: 1;
}

@media screen and (max-width: 991px) {
    .pill-tabs-lists {
        display: none;
    }
    .no-gutter > .col:nth-child(3) {
        order: 4;
        width: 100%;
    }
    .pill-badges ul {
        margin-left: 1rem;
    }
    .pill-badges ul li:last-child {
        margin-bottom: 0;
    }
    .pill-tabs-items {
        border-bottom: 1px dashed var(--c-green);
    }
    .pill-tabs.init {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 720px) {
    footer {
        flex-direction: column;
    }
    footer .block:last-child p:first-child {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 14px;
    }
    footer .block:last-child p:first-child img {
        padding-left: 0;
        padding-top: 16px;
        box-sizing: content-box;
    }
    .no-gutter > .col {
        width: 100%;
    }
    .no-gutter > .col:last-child {
        margin-bottom: 16px;
    }
    .pill-tabs-items-theme .pill-info {
        text-align: center;
    }
    .pill-tabs-items-theme .pills-row .col:last-child form {
        justify-content: center;
        padding-top: 16px;
    }
    .pill-tabs-items-theme .pills-row {
        padding-top: 0;
    }
    main article div.blockInnerContent figure.product {
        float: none;
    }
    main article img.product {
        float: none;
    }
    main table {
        justify-content: center;
    }
    footer div.block img {
        padding: 0 1.5rem;
        margin-bottom: 16px;
    }
    .cart-tbl {
        display: block;
    }
    .cart-tbl tbody {
        display: block;
    }
    table.cart-tbl tbody tr {
        display: flex;
        flex-wrap: wrap;
        height: auto;
        padding: 8px;
    }
    .container_cart {
        width: 100%;
        padding: 0 16px;
    }
    .cartPillName {
        flex-direction: column;
        padding-left: 0;
        justify-content: flex-start;
        text-align: left;
        width: 60%;
        margin-bottom: 16px;
    }
    .cartPillName br {
        display: none;
    }
    .container_cart .title {
        margin-bottom: 0;
    }
    table.cart-tbl tbody .cart-prod td {
        font-size: 12px;
    }
    table.cart-tbl tbody .cart-prod td:nth-child(2) {
        width: 20%;
        margin-bottom: 16px;
        justify-content: center;
    }
    table.cart-tbl tbody .cart-prod td:nth-child(3) {
        order: 4;
        width: 50%;
        padding: 0;
    }
    table.cart-tbl tbody .cart-prod td:nth-child(4) {
        order: 5;
        width: 50%;
        justify-content: flex-end;
        padding: 0;
    }
    table.cart-tbl tbody .cart-prod td:last-child {
        width: 20%;
        justify-content: flex-end;
    }
    tr.cart-ship form {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    tr.cart-ship .ship-block {
        height: auto;
        padding-left: 0;
        width: 100%;
    }
    tr.cart-ship .ship-block .shipping-title {
        margin-bottom: 16px;
    }
    tr.cart-ship .ship-block .shipping-elem {
        width: 100%;
        text-align: left;
    }
}

@media screen and (max-width: 520px) {
    section.banner {
        float: none;
        max-width: none;
    }
    .cartPillName {
        width: 80%;
    }
    table.cart-tbl tbody .cart-prod td:nth-child(2) {
        order: 4;
        width: 40%;
    }
    table.cart-tbl tbody .cart-prod td:nth-child(3) {
        order: 3;
        width: 30%;
    }
    table.cart-tbl tbody .cart-prod td:nth-child(4) {
        order: 5;
        width: 30%;
    }
}