#info-popup .modal-content {
    border: 5px solid #727272;
    border-radius: 15px;
    background: #3fa239;
    color: #fff;
}

.btns,
.address-list,
.contact-list,
.working-hours,
.card-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.ellipsis {
    white-space: nowrap; /* 1 */
    text-overflow: ellipsis; /* 2 */
    overflow: hidden;
}

/* custom select styles */

.jcf-select {
    display: inline-block;
    vertical-align: top;
    position: relative;
    border: 1px solid transparent;
    background: #fff;
    border-radius: 3px;
    width: 100%;
    height: 40px;
}

.jcf-select.jcf-drop-active {
    border-width: 1px 1px transparent 1px;
    border-style: solid;
    border-color: #29292b;
}

.jcf-select select {
    z-index: 1;
    left: 0;
    top: 0;
}

.jcf-select .jcf-select-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    font-size: 16px;
    line-height: 40px;
    color: #29292b !important;
    margin: 0 40px 0 15px;
}

.jcf-select .jcf-select-opener {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    text-align: center;
    background: #fff;
    border-radius: 0 5px 5px 0;
    width: 30px;
    bottom: 0;
    right: 0;
    top: 0;
}

.jcf-select .jcf-select-opener:after {
    font-family: "icomoon";
    content: "";
    font-weight: normal;
    font-size: 12px;
    line-height: 1;
    color: #29292b !important;
}

body > .jcf-select-drop {
    position: absolute;
    margin: -1px 0 0;
    z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
    margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
    position: absolute;
    margin-top: 0;
    z-index: 9999;
    top: 100%;
    left: -1px;
    right: -1px;
}

.jcf-select .jcf-drop-flipped {
    bottom: 100%;
    top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #29292b;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
}

/* multiple select styles */

.jcf-list-box {
    overflow: hidden;
    display: inline-block;
    border: 1px solid #b8c3c9;
    min-width: 200px;
    margin: 0 15px;
}

/* select options styles */

.jcf-list {
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #fff;
    line-height: 20px;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
}

.jcf-list .jcf-list-content {
    vertical-align: top;
    display: inline-block;
    overflow: auto;
    width: 100%;
}

.jcf-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.jcf-list ul li {
    overflow: hidden;
    display: block;
    border-top: 1px solid #f3f3f3;
}

.jcf-list ul li:hover {
    background: #f3f3f3;
}

.jcf-list .jcf-overflow {
    overflow: auto;
}

.jcf-list .jcf-option {
    overflow: hidden;
    cursor: default;
    display: block;
    padding: 12px 9px;
    color: #29292b;
    height: 1%;
}

.jcf-list .jcf-disabled {
    background: #fff !important;
    color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
    color: #29292b;
    cursor: pointer;
}

.jcf-list .jcf-optgroup-caption {
    white-space: nowrap;
    font-weight: bold;
    display: block;
    padding: 5px 9px;
    cursor: default;
    color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
    padding-left: 30px;
}

/* custom number input styles */

.jcf-number {
    display: inline-block;
    position: relative;
    width: 126px;
    height: 30px;
    text-align: center;
}

.jcf-number input {
    -moz-appearance: textfield;
}

.jcf-number input::-webkit-inner-spin-button,
.jcf-number input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.jcf-number input {
    box-sizing: border-box;
    border: 0;
    padding: 3px;
    margin: 0;
    width: 60px;
    height: 30px;
    outline: none;
    box-shadow: none;
    border-radius: 0;
}

.jcf-number .jcf-btn-dec,
.jcf-number .jcf-btn-inc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    width: 30px;
    height: 30px;
}

.jcf-number .jcf-btn-dec {
    right: auto;
    left: 0;
}

.jcf-number .jcf-btn-dec:hover,
.jcf-number .jcf-btn-inc:hover {
    background: #e6e6e6;
}

.jcf-number.jcf-disabled .jcf-btn-dec:hover,
.jcf-number.jcf-disabled .jcf-btn-inc:hover {
    background: #aaa;
}

.jcf-number .jcf-btn-dec:before,
.jcf-number .jcf-btn-inc:before {
    font-family: "icomoon";
    content: "";
    font-weight: normal;
    font-size: 16px;
    line-height: 1;
    color: #29292b;
}

.jcf-number .jcf-btn-dec:before {
    font-family: "icomoon";
    content: "";
    font-weight: normal;
}

.jcf-number.jcf-disabled .jcf-btn-dec:before,
.jcf-number.jcf-disabled .jcf-btn-inc:before,
.jcf-number .jcf-btn-dec.jcf-disabled:before,
.jcf-number .jcf-btn-inc.jcf-disabled:before {
    opacity: 0.3;
}

@font-face {
    font-family: "icomoon";
    src: url("../../fonts/icomoon.eot?j0lh5b");
    src: url("../../fonts/icomoon.eot?j0lh5b#iefix") format("embedded-opentype"),
        url("../../fonts/icomoon.ttf?j0lh5b") format("truetype"),
        url("../../fonts/icomoon.woff?j0lh5b") format("woff"),
        url("../../fonts/icomoon.svg?j0lh5b#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-tick:before {
    content: "\e912";
}

.icon-info:before {
    content: "\e914";
}

.icon-user:before {
    content: "\e913";
}

.icon-arrow-down:before {
    content: "\e900";
}

.icon-arrow-right:before {
    content: "\e901";
}

.icon-bidon:before {
    content: "\e902";
}

.icon-calculator:before {
    content: "\e903";
}

.icon-cart:before {
    content: "\e904";
}

.icon-cement:before {
    content: "\e905";
}

.icon-coal:before {
    content: "\e906";
}

.icon-delete:before {
    content: "\e907";
}

.icon-edit:before {
    content: "\e908";
}

.icon-galon:before {
    content: "\e909";
}

.icon-gas:before {
    content: "\e90a";
}

.icon-history:before {
    content: "\e90b";
}

.icon-lock:before {
    content: "\e90c";
}

.icon-minus:before {
    content: "\e90d";
}

.icon-pin:before {
    content: "\e90e";
}

.icon-plus:before {
    content: "\e90f";
}

.icon-truck:before {
    content: "\e910";
}

.icon-wood:before {
    content: "\e911";
}

#header {
    width: 100%;
    padding: 15px 0;
    position: relative;
}

#header .logo {
    width: 160px;
}

#header .logo img {
    display: block;
    width: 100%;
    height: auto;
}

.navbar {
    padding: 0;
}

.navbar .btn {
    min-width: 100px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    padding: 11px 12px;
    margin: 0;
}

.navbar-nav {
    font-size: 15px;
    line-height: 17px;
    font-weight: 500;
    padding: 20px 0;
}

.navbar-nav li {
    padding: 5px 0;
}

.navbar-nav li.active .nav-link {
    color: #3fa239;
}

.navbar-nav li.active .nav-link:after {
    width: 20px;
}

.navbar-nav .nav-link {
    color: #29292b;
    position: relative;
    padding: 5px 0 10px !important;
}

.navbar-nav .nav-link:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    width: 0;
    -webkit-transition: linear 0.3s;
    transition: linear 0.3s;
    background: #3fa239;
}

.navbar-nav .nav-link:hover {
    color: #3fa239;
}

.navbar-nav .nav-link:active {
    border-bottom: 2px solid #3fa239;
}

.navbar-toggler {
    width: 29px;
    height: 18px;
    position: relative;
    display: block;
    z-index: 400;
    z-index: 10;
    margin-left: 20px;
    border: 0;
}

.navbar-toggler:focus {
    outline: none;
}

.navbar-toggler[aria-expanded="true"]:before,
.navbar-toggler[aria-expanded="true"]:after {
    top: 8px;
}

.navbar-toggler[aria-expanded="true"]:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"]:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] span {
    opacity: 0;
    background-image: none;
    width: auto;
}

.navbar-toggler span,
.navbar-toggler:after,
.navbar-toggler:before {
    position: absolute;
    right: 0;
    left: 0;
    top: 9px;
    font-size: 0;
    line-height: 0;
    content: "";
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #3fa239;
    height: 3px;
    display: block;
}

.navbar-toggler span:hover,
.navbar-toggler:after:hover,
.navbar-toggler:before:hover {
    background: #e6e5e5;
}

.navbar-toggler span.navbar-toggler-icon {
    width: auto;
    bottom: auto;
}

.navbar-toggler:before {
    top: 1px;
}

.navbar-toggler:after {
    top: 17px;
}

body {
    min-width: 320px;
    color: #29292b;
}

p {
    margin-bottom: 20px;
}

p:last-child {
    margin-bottom: 0;
}

.title {
    display: block;
    font-weight: 500;
}

table {
    width: 100%;
}

a {
    -webkit-transition: linear 0.3s;
    transition: linear 0.3s;
}

.btn {
    min-width: 100px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 15px;
}

.btn.btn-lg {
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 14px 20px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
    margin: 0 0 10px;
    font-weight: 700;
}

h1,
.h1 {
    font-size: 24px;
    line-height: 28px;
}

h2,
.h2 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
}

h3,
.h3 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
}

h4,
.h4 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}

#wrapper {
    overflow: hidden;
    position: relative;
}

.banner-section {
    width: 100%;
    position: relative;
    background-image: url(../../images/bg-img02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 2;
}

.banner-section:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: -1;
}

.banner-section .text-area {
    max-width: 560px;
}

.banner-section h1:only-child {
    margin: 0;
}

.login-section {
    width: 100%;
}

.login-section .img-holder {
    display: none;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-image: url(../../images/bg-img01.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.login-section .form-holder {
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center;
    padding: 40px 15px;
}

.login-section form {
    max-width: 300px;
    margin: 0 auto;
}

.login-section .logo {
    display: block;
    width: 300px;
    margin: 0 auto 40px;
}

.login-section .logo img {
    display: block;
    width: 100%;
    height: auto;
}

.login-section .link {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 15px;
    color: #29292b;
}

.login-section .text {
    display: block;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    margin: 0 0 20px;
    color: #29292b;
}

.login-section .text span {
    display: block;
    color: #3fa239;
}

.login-section .text a {
    color: #3fa239;
}

label {
    font-weight: 500;
}

.input-box {
    position: relative;
}

.input-box.has-ico .form-control {
    padding: 10px 15px 10px 36px;
}

.input-box .icon {
    position: absolute;
    top: 11px;
    left: 10px;
    font-size: 18px;
    line-height: 1;
    color: #878787;
}

.input-box .form-control {
    height: 40px;
    font-size: 14px;
    line-height: 18px;
    padding: 10px 15px;
    background: #fff;
}

textarea.form-control {
    min-height: 200px;
    resize: none;
}

.dashboard {
    width: 100%;
    color: #878787;
    position: relative;
}

.dashboard .icon-calculator {
    display: block;
    font-size: 66px;
    line-height: 1;
    margin: 0 0 20px;
    color: #878787;
}

.dashboard .price {
    display: block;
    font-size: 30px;
    line-height: 33px;
    margin: 0 0 15px;
    color: #29292b;
}

.dashboard .text {
    display: block;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 34px;
}

.info-block p {
    margin: 0 0 16px;
}

.info-block .link-holder {
    border-top: 2px solid #f3f3f3;
    padding: 15px 0 0;
}

.info-block .icon {
    display: block;
    font-size: 20px;
    line-height: 1;
}

.info-block .link {
    display: block;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    position: relative;
    color: #3fa239;
    padding: 0 15px 0 0;
}

.info-block .link:after {
    font-family: "icomoon";
    content: "";
    font-weight: normal;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px;
    line-height: 1;
}

.product-holder {
    text-align: center;
}

.product-holder .item-col {
    width: 100%;
    margin: 0 0 15px;
    padding: 20px 15px;
    border-radius: 5px;
    background: #fff;
}

.product-holder .icon {
    display: block;
    font-size: 75px;
    line-height: 1;
    margin: 0 0 10px;
    color: #878787;
}

.product-holder .title {
    display: block;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.table-holder {
    overflow: hidden;
    width: 100%;
    margin: 0 0 20px;
}

table {
    width: 100%;
    table-layout: fixed;
    text-align: left;
}

.responsive-table {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #29292b;
}

.responsive-table thead {
    text-transform: capitalize;
}

.responsive-table thead th {
    padding-top: 25px;
    padding-bottom: 25px;
    font-weight: 500;
    color: #878787;
    background: #f3f3f3;
}

.responsive-table tr {
    border: 0;
}

.responsive-table th,
.responsive-table td {
    width: 100%;
    padding: 12px 0;
    position: relative;
    border-bottom: 2px solid #f3f3f3;
}

.btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.btns li {
    padding: 0 2px;
}

.btns a {
    width: 33px;
    height: 33px;
    font-size: 18px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #878787;
    border-radius: 3px;
    background: #fff;
}

.personal-data {
    position: relative;
}

.personal-data .col-holder {
    position: relative;
}

.personal-data .col-holder:before {
    content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
    height: 2px;
    background: #f3f3f3;
}

.address-section {
    position: relative;
}

.address-section .address-holder {
    position: relative;
}

.address-section .address-holder .btns {
    position: absolute;
    top: 10px;
    right: 6px;
}

.address-section label {
    min-width: 120px;
}

.address-list li {
    margin: 0 0 10px;
}

.address-list .title {
    display: block;
    min-width: 125px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.address-list .text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.contact-section {
    position: relative;
}

.contact-section .text-box {
    font-size: 16px;
    line-height: 20px;
    color: #878787;
}

address .text {
    display: block;
}

.contact-list .title {
    font-weight: 500;
}

.working-hours {
    text-align: left;
}

.working-hours li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.working-hours span {
    padding: 0 0 0 25px;
}

.working-hours span:first-child {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0;
    min-width: 90px;
}

.product-block {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -8px;
}

.product-block .item-col {
    width: calc(50% - 16px);
    margin: 0 8px 15px;
    cursor: pointer;
}

.product-block .item-col .wrap {
    display: block;
    position: relative;
    padding: 20px 15px;
    border-radius: 5px;
    background: #f3f3f3;
}

.product-block .item-col .wrap .img-box {
    display: block;
    margin: 0 0 10px;
}

.product-block .item-col .wrap img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.product-block .item-col .wrap .icon {
    display: block;
    font-size: 75px;
    line-height: 1;
    color: #878787;
}

.product-block .item-col .wrap .icon-info {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    line-height: 1;
    color: #878787;
}

.product-block .item-col .title {
    display: block;
    text-transform: capitalize;
}

.product-block input[type="radio"] {
    display: none;
}

.product-block input[type="radio"]:checked ~ .wrap {
    display: block;
    color: #fff;
    background: #3fa239;
}

.product-block input[type="radio"]:checked ~ .wrap .icon,
.product-block input[type="radio"]:checked ~ .wrap .icon-info {
    color: #fff;
}

.product-block input[type="radio"]:checked ~ .wrap .title {
    color: #fff;
}

.product-block input[type="radio"]:checked ~ .wrap .img-box img {
    background-color: #fff;
}

.product-block.quantity .item-col:first-child .wrap {
    padding: 15px 15px;
    line-height: 16px;
}

.order-summary .box {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0;
}

.order-summary .box:first-child {
    -ms-flex-negative: inherit;
    flex-shrink: inherit;
    padding: 0 10px 0 0;
}

.order-summary p {
    color: #878787;
}

.order-summary .price {
    display: block;
    font-size: 20px;
}

.order-summary .subtotal {
    border-bottom: 2px solid #fff;
}

.order-summary .subtotal .price {
    font-size: 16px;
}

.order-summary .total .title {
    font-size: 20px;
    font-weight: 700;
}

.payment-info {
    position: relative;
    padding: 20px;
    text-align: center;
}

.payment-info .title {
    display: block;
    font-weight: 600;
    color: #7b7b7b;
    margin: 0 0 10px;
}

.card-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.card-list li {
    padding: 0 3px 6px;
}

.card-list li a {
    width: 40px;
    height: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
}

.card-list li img {
    display: block;
    max-width: 100%;
    height: auto;
}

.list strong {
    font-weight: 500;
}

.supplements-order .wrap {
    color: #878787;
}

.supplements-order .wrap.bg-success {
    color: #fff;
}

.supplements-order .wrap.bg-success .title,
.supplements-order .wrap.bg-success .icon {
    color: #fff;
}

.supplements-order .img-box {
    width: 60px;
}

.supplements-order .title {
    color: #29292b;
}

.supplements-order .icon {
    font-size: 60px;
    line-height: 1;
    color: #878787;
}

.address-holder label {
    min-width: 130px;
}

.custom-control-label:before {
    width: 18px;
    height: 18px;
    border-radius: 3px;
}

.payment-prcess .card-list li {
    padding-bottom: 0;
}

.thankyou-text {
    max-width: 400px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin: 0 auto;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #3fa239;
    border-color: #3fa239;
}
.custom-control-input ~ .custom-control-label::before {
    height: 16px;
}
.mb-10 {
    margin-bottom: 10px;
}
@media (min-width: 768px) {
    body {
        line-height: 22px;
    }

    h1,
    .h1 {
        font-size: 30px;
        line-height: 34px;
    }

    h2,
    .h2 {
        font-size: 24px;
        line-height: 28px;
    }

    h3,
    .h3 {
        font-size: 20px;
        line-height: 23px;
    }

    h4,
    .h4 {
        font-size: 18px;
        line-height: 24px;
    }

    .login-section {
        min-height: 100vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .login-section .img-holder {
        display: block;
    }

    .login-section .form-holder {
        width: 360px;
    }

    .info-block .link {
        font-size: 18px;
        line-height: 21px;
    }

    .product-holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 -10px;
    }

    .product-holder .item-col {
        width: calc(33% - 20px);
        margin: 0 10px 20px;
        padding: 25px 15px 20px;
    }

    .address-list li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin: 0 0 5px;
    }

    .product-block {
        margin: 0 -13px;
    }

    .product-block .item-col {
        width: calc(20% - 26px);
        margin: 0 13px 20px;
    }

    .product-block .item-col .wrap {
        padding: 20px 15px 20px;
    }

    .product-block.four-column {
        margin: 0 -13px;
    }

    .product-block.four-column .item-col {
        width: calc(25% - 26px);
        margin: 0 13px 20px;
    }

    .thankyou-text {
        font-size: 20px;
        line-height: 24px;
    }
}

@media (min-width: 992px) {
    .navbar-nav {
        font-size: 14px;
        line-height: 16px;
        padding: 0 10px 0 5px;
    }

    .navbar-nav li {
        padding: 0 10px;
    }

    .navbar-nav li.active .nav-link:after {
        width: 100%;
    }

    .navbar-nav .nav-link {
        padding: 0 !important;
    }

    .navbar-nav .nav-link:after {
        bottom: -28px;
        height: 5px;
    }

    .navbar-nav .nav-link:hover:after {
        width: 100%;
    }

    .navbar-toggler {
        display: none;
    }

    h1,
    .h1 {
        font-size: 36px;
        line-height: 42px;
    }

    .banner-section {
        font-size: 22px;
        line-height: 28px;
    }

    .login-section .form-holder {
        width: 400px;
        padding: 60px 20px;
    }

    .product-holder .item-col {
        width: calc(20% - 20px);
    }

    .responsive-table th,
    .responsive-table td {
        width: 15%;
        padding: 18px 20px;
    }

    .responsive-table th:nth-child(4),
    .responsive-table td:nth-child(4) {
        width: 20%;
    }

    .personal-data {
        font-size: 18px;
        line-height: 24px;
    }

    .product-block {
        margin: 0 -7px;
    }

    .product-block .item-col {
        width: calc(20% - 14px);
        margin: 0 7px 15px;
    }
}

@media (min-width: 1200px) {
    #header .logo {
        width: 199px;
    }

    .navbar .btn {
        min-width: 130px;
    }

    .navbar-nav {
        padding: 0 15px;
    }

    .navbar-nav .nav-link:after {
        bottom: -32px;
    }

    body {
        font-size: 16px;
        line-height: 24px;
    }

    .login-section .form-holder {
        width: 450px;
    }

    .product-holder {
        margin: 0 -15px;
    }

    .product-holder .item-col {
        width: calc(20% - 30px);
        margin: 0 15px 30px;
        padding: 25px 25px 20px;
    }

    .contact-section {
        font-size: 18px;
        line-height: 24px;
    }

    .product-block {
        margin: 0 -13px;
    }

    .product-block .item-col {
        width: calc(20% - 26px);
        margin: 0 13px 20px;
    }

    .supplements-order .icon {
        font-size: 70px;
    }
}

@media (min-width: 1366px) {
    .login-section .form-holder {
        width: 570px;
    }
}

@media (max-width: 1365.98px) {
    .responsive-table {
        font-size: 15px;
        line-height: 20px;
    }
}

@media (max-width: 991.98px) {
    .responsive-table thead,
    .responsive-table tbody {
        display: block;
    }

    .responsive-table thead {
        display: none;
    }

    .responsive-table tr {
        padding: 0;
        display: block;
        overflow: visible;
        border: 0;
    }

    .responsive-table th,
    .responsive-table td {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .responsive-table th:not([data-title]):before,
    .responsive-table th[data-title=""]:before,
    .responsive-table td:not([data-title]):before,
    .responsive-table td[data-title=""]:before {
        content: "";
    }

    .responsive-table th:before,
    .responsive-table td:before {
        width: 100px;
        content: attr(data-title) ": ";
        padding: 0 10px 0 0;
        font-weight: 700;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        text-align: left;
        color: #878787;
    }
}
