main {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}
table.cart-tbl tbody tr {
    height: 55px;
}
.container {
    margin: auto;
    overflow: hidden;
    width: 100%;
    padding: 0;
}
/* .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: #ecf5fa;
}
.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: #323232;
    font-size: 14px;
    background-color: #dfecf5;
    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;
    height: 60px;
    -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: #2D7DEA; */
    background: linear-gradient( 0deg, rgba(115, 108, 89, 1) 0%, rgba(184, 174, 150, 1) 100% );
    border-radius: 7px;
    padding: 14px 30px 14px 14px;
    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;
    align-items: center;
}
.pill-tabs-lists p.pill-name {
    padding: 2px 16px;
    color: #fff;
    font-size: 18px;
    line-height: 27px;
    width: 25%;
    text-align: left;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
}
.pill-tabs-top + .pill-tabs .pill-tabs-items {
    padding-right: 0px;
}

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

.pill-tabs-items:nth-child(odd) {
    background-color: #F5FCFF;
    border-radius: 16px;
}

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

.pills-row {
    overflow: auto;
    margin: 0 -10px;
}
.no-gutter > .col {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}
.no-gutter > .col:last-child {
    display: flex;
    justify-content: flex-end;
}

.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-align: left;
}

.pill-tabs-items-theme .pill-info {
    text-transform: uppercase;
}
.pill-tabs-items-theme .pill-info span {
    color: #2C66B5;
    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;
    position: relative;
    margin-top: 40px;
}
.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: #2D7DEA;
}
.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: 140px;
    text-align: center;
    display: block;
    /* background: #2D7DEA; */
    background: #7a735f;
    border-radius: 18px;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    text-transform: uppercase;
    padding: 10px 5px;
    color: #FFFFFF;
    transition: filter 250ms;
}
.add_to_cart_btn:hover {
    filter: saturate(2);
}
.pill-tabs-items-theme .pills-row a img {
    display: none;
}

.container {
    margin: 0 auto;
    position: relative;
}
.custom-btn {
    font-family: "Roboto Condensed", sans-serif;
    min-width: 140px;
    min-height: 40px;
    line-height: 38px;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 18px;
    padding: 9px 20px;
    border-color: transparent;
    font-weight: 500;
    cursor: pointer;
}
#select-dosage {
    /* background-color: #fff; */
    /* background-color: #a2433f; */
    background: #c48735 linear-gradient( 0deg, #c48735 0%, #f89a33 100% );
    /* color: #2D7DEA; */
    color: #fff;

    position: absolute;
    top: 10px;
    right: 30px;
    padding: 7px 20px;
    /* border-color: transparent; */
    border: none;
}

#select-dosage option {
    background: linear-gradient( 0deg, rgba(196, 135, 53, 1) 0%, rgba(248, 154, 51, 1) 100% );
}

.tbl-product .tbl_product_wrap.active {
    display: block;
}
.dosage_tbl {
    display: none;
}
.dosage_tbl.active{
    display: block;
}
/* .add_to_cart_btn img {
    display: none;
} */

.view-all-offers {
    text-align: left;
    padding: 0 30px;
    margin-bottom: 40px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #FFFBF6;
    border-radius: 16px;
    padding: 18px 30px;
}

.view-all-offers__left {
    margin-right: 16px;
    background: url("../imgs/lock2.svg") no-repeat 0 6px;
    padding-left: 50px;
    font-size: 14px;
    color: #454545;
    line-height: 21px;
}

.view-all-offers__strong {
    font-weight: 600;
    text-transform: uppercase;
    color: #598652;
}

.view-all-offers__link {
    background-color: #a2433f;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 1px 20px;
}


/************************************************** 
* ********************* Cart *********************
**************************************************/

.container_cart .content {
    margin-left: 0;
    flex-direction: column;
}


@media screen and (max-width: 1300px) {
    .pill-tabs-lists p.pill-name {
        width: auto;
    }
    .pill-tabs-items-theme .pills-row {
        flex-wrap: wrap;
    }
    .pill-tabs-items-theme .pill-price {
        min-width: inherit;
    }
    .pill-badges ul {
        margin-left: 16px;
    }
}

@media screen and (max-width: 1100px) {
    .no-gutter > .col {
        width: auto;
    }
    .no-gutter > .col:nth-child(3) {
        display: none;
    }
    .add_to_cart_btn {
        min-width: auto;
        padding: 10px 12px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        width: 50%;
    }

    .view-all-offers {
        flex-direction: column;
    }
    .view-all-offers__left {
        margin-right: 0;
        max-width: none;
        margin-bottom: 16px;
    }
    
    .pill-tabs-items-theme .pills-row {
        padding: 18px 8px;
    }
    .no-gutter > .col {
        padding: 0 8px;
    }
    .no-gutter > .col:first-child {
        margin-right: 8px;
    }
    .no-gutter > .col:last-child {
        width: 85%;
        margin: 16px auto 0;
    }
    .no-gutter > .col:last-child form {
        width: 100%;
    }
    .view-all-offers__link {
        margin: 0 auto;
        width: 85%;
        text-align: center;
        padding: 1px 14px;
    }


    /************************************************** 
    * ******************* Cart 1100 *******************
    **************************************************/
    
    .container_cart tr.cart-ship form {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .container_cart tr.cart-ship .ship-block {
        padding-left: 10px;
        padding-right: 10px;
    }
    .container_cart tr.cart-ship .shipping-title {
        width: 100%;
        margin-bottom: 8px;
    }
    .container_cart tr.cart-ship .shipping-elem {
        flex-grow: 1;
    }
    .container_cart tr.cart-ship .shipping-elem:last-child {
        margin-right: 0;
    }
}

@media screen and (max-width: 991px) {
    .view-all-offers__left {
        max-width: 400px;
    }


    /************************************************** 
    * ******************* Cart 991 *******************
    **************************************************/
    
    .container_cart .title {
        margin-bottom: 0;
    }
    .container_cart .cart-tbl {
        display: block;
    }
    .container_cart .cart-tbl tbody {
        display: block;
    }
    .container_cart .cart-tbl tr {
        display: flex;
        flex-wrap: wrap;
        height: auto;
        padding: 16px 0;
        justify-content: space-between;
    }
    .container_cart .cart-tbl .cart-prod:not(.gift-tr) {
        position: relative;
    }
    .container_cart .cart-tbl td {
        display: flex;
        align-items: center;
        padding: 0 10px;
    }
    .container_cart .cart-tbl .cart-prod:not(.gift-tr) td:last-child {
        position: absolute;
        top: 0;
        right: 0;
    }
    .container_cart .cart-tbl .gift-tr td:last-child {
        display: none;
    }
    .container_cart .cart-tbl .cartPillName {
        width: 100%;
        margin-bottom: 8px;
        flex-direction: column;
        flex-grow: 1;
        align-items: flex-start;
    }
    .container_cart .cart-tbl .cartPillName br {
        display: none;
    }
    .container_cart tr.cart-ship .ship-block {
        height: auto;
        width: 100%;
    }
    .container_cart tr.total-sum {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .container_cart tr.cart-ship {
        height: auto;
    }
    .container_cart tr.cart-ship form {
        flex-direction: column;
        width: 100%;
    }
    .container_cart tr.cart-ship .shipping-elem {
        width: 100%;
        margin-right: 0;
    }
    .container_cart tr.cart-ship .shipping-title {
        margin-right: 0;
    }
    .container_cart tr.cart-ship .shipping-elem-name {
        text-align: left;
    }
    .content__wrapper {
        padding: 0;
    }
}

/* @media screen and (max-width: 767px) {
    .no-gutter > .col {
        width: auto;
    }
    .no-gutter > .col:nth-child(3) {
        display: none;
    }
    .add_to_cart_btn {
        min-width: auto;
        padding: 10px 12px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .view-all-offers {
        flex-direction: column;
    }
    .view-all-offers__left {
        margin-right: 0;
        max-width: none;
        margin-bottom: 16px;
    }
} */

/* @media screen and (max-width: 520px) {
    .pill-tabs-items-theme .pills-row {
        padding: 18px 8px;
    }
    .no-gutter > .col {
        padding: 0 8px;
    }
    .no-gutter > .col:first-child {
        margin-right: 8px;
    }
    .no-gutter > .col:last-child {
        width: 85%;
        margin: 16px auto 0;
    }
    .no-gutter > .col:last-child form {
        width: 100%;
    }
    .add_to_cart_btn {
        width: 100%;
    }
    .view-all-offers__link {
        margin: 0 auto;
        width: 85%;
        text-align: center;
        padding: 1px 14px;
    }
} */

@media screen and (max-width: 420px) {
    .pill-tabs-lists {
        flex-direction: column;
        align-items: center;
        padding-right: 14px;
        padding-bottom: 46px;
    }
    .pill-tabs-lists p.pill-name {
        margin-bottom: 16px;
    }
    .pill-tabs-items-theme .pills-row {
        flex-direction: column;
        align-items: center;
    }
    #select-dosage {
        right: 50%;
        transform: translateX(50%);
        top: 50px;
    }
    .add_to_cart_btn {
        width: 100%;
    }
}



amp-script.amp_script_wrpasp{
	opacity: 1;
}

.shipping-elem-name.active{
	background-color: rgb(43, 147, 226); color: rgb(255, 255, 255);
}
.shipping-elem-name{
	background-color: transparent; color: #000;
}


.loader_1{
	left:38px;
	top:38px;
	animation-delay:0s;
}
.loader_2{
	left:80px;
	top:38px;
	animation-delay:0.125s;
}
.loader_3{
	left:122px;
	top:38px;
	animation-delay:0.25s;
}
.loader_4{
	left:38px;
	top:80px;
	animation-delay:0.875s;
}
.loader_5{
	left:122px;
	top:80px;
	animation-delay:0.375s;
}
.loader_6{
	left:38px;
	top:122px;
	animation-delay:0.75s;
}
.loader_7{
	left:80px;
	top:122px;
	animation-delay:0.625s;
}
.loader_8{
	left:122px;
	top:122px;
	animation-delay:0.5s;
}
.lds-blocks{
	width:100%;
	height:100%;
}
.cartSum form {
    display: flex;
}
