/* Global */
body {
    font-size: 16px;
    color: var(--body-color);
}
body, .mainSwiper h1 {
    font-family: 'Poppins', sans-serif;
}
h1, h2, h3, h4, h5, h6, .top_menu, .navbar-nav .nav-item a.nav-link, .cta_lg .intro, .mainSwiper.bg h1 {
    font-family: 'Montserrat', sans-serif;
}
.featured.featured_clear h5, .cta_sm h4 {
    font-family: 'Great Vibes', cursive;
}
a, button, img, input, .form-control {
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.dropdown-menu {
    -webkit-box-shadow: 0 0 20px 0.4px rgb(0 0 0 / 10%);
    box-shadow: 0 0 20px 0.4px rgb(0 0 0 / 10%);
}
.flag-icon {
    margin-right: 3px;
}
.lh-2 {
    line-height: 2;
}
.lh-n {
    line-height: normal;
}
.h-100 {
    height: 100%;
}
.fw500 {
    font-weight: 500 !important;
}
.fw600 {
    font-weight: 600 !important;
}
.border {
    border-color: var(--line-light)!important;
}
.text-main {
    color: var (--main)
}
.fs1_5 {
    font-size: 1.5rem;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover {
    background: var(--main-light);
    color: var(--main)
}
footer .dropdown-toggle::after, header .dropdown-toggle::after, .lang_swicher .dropdown-toggle::after {
    content: none!important;
}
/* fadeInDown animation */
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}
/* sticky-bar */
.sticky-bar.stick {
    -webkit-animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    left: 0;
    background-color: #ffffff;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

/* btn */
.btn, #membership-modal input[type="submit"] {
    padding: 14px 40px;
    line-height: 1;
    position: relative;
    overflow: hidden;
}
.btn-sm {
    padding: 12px 30px !important;
}
.btn.noradius, #membership-modal input[type="submit"] {
    border-radius: 0 !important
}
.btn-link, #membership-modal input[type="submit"] {
    text-transform: uppercase;
    color: var(--main);
}
.btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link:focus:active, #membership-modal input[type="submit"] {
    color: var(--body-color);
}
.btn-link.invert {
    text-transform: none;
    color: var(--body-color);
}
.btn-link.invert:hover, .btn-link.invert:focus, .btn-link.invert:active, .btn-link.invert:focus:active {
    color: var(--main);
}
.btn.btn-primary, .btn.btn-outline-primary, .btn.btn-success {
    border-radius: 50px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.btn.btn-primary, .btn.btn-success {
    border: transparent;
    padding: 16px 40px;
    color: #fff;
}
.btn.btn-success {
    background: #198754;
}
.btn.btn-primary {
    background: var(--main);
}
.btn.btn-primary.invert {
    background: var(--body-color);
}
.btn.btn-outline-primary {
    background: transparent;
    border: 2px solid var(--main-dark-3);
    color: var(--main-dark-3);
}
.btn.btn-primary:after, .btn.btn-outline-primary:after, .btn.btn-success:after {
    position: absolute;
    top: 0;
    width: 0;
    left: auto;
    right: 0;
    height: 100%;
    content: '';
    z-index: -1;
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    will-change: width;
}
.btn.btn-primary:after, .btn.btn-primary:active {
    background: var(--body-color);
}
.btn.btn-outline-primary:after, .btn.btn-outline-primary:active, .btn.btn-primary.invert:after, .btn.btn-primary.invert:active {
    background: var(--main);
}
.btn.btn-success:after, .btn.btn-success:active {
    background: #157347;
}
.btn.btn-primary:hover:after, .btn.btn-primary:focus:after,
.btn.btn-outline-primary:hover:after, .btn.btn-outline-primary:focus:after,
.btn.btn-success:hover:after, .btn.btn-success:focus:after {
    width: 100%;
    left: 0;
    right: auto;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active,
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus, .btn.btn-outline-primary:active,
.btn.btn-success:hover, .btn.btn-success:focus, .btn.btn-success:active {
    color: #FFF;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
    border: transparent;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus, .btn.btn-outline-primary:active {
    border: 2px solid var(--main);
}
.btn.back-top {
    padding: 20px;
    float: left;
    display: inline;
    width: 60px;
    text-align: center;
    border-radius: 100%;
}
/* welcome maincat */
.maincat .intro {
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ffffff;
    position: relative;
}
.maincat .intro:before, .maincat .intro:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 3px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: var(--main);
}
.maincat .intro:before {
    left: -67px;
}
.maincat .intro:after {
    right: -67px;
}
.maincat h5 {
    font-size: 38px;
    font-weight: 600;
    margin: 17px 0 40px;
    color: #fff;
    line-height: normal;
}
.maincat.maincat_sm h5 {
    font-size: 36px;
    margin: 0;
}
.maincat.maincat_md h5, .maincat.maincat_all h5 {
    font-size: 22px;
    margin: 17px 0 30px;
}
.maincat.maincat_sm h5, .maincat.maincat_md h5, .maincat.maincat_all h5 {
    color: var(--main-dark-3);
}
@media (max-width: 1024px) {
    .maincat h5 {
        margin: 10px 0 22px;
        font-size: 28px;
    }
    .maincat.maincat_sm h5 {
        font-size: 26px;
    }
}
.maincat .holder-lg, .maincat .holder-sm, .maincat .holder-md, .maincat .holder-clear {
    position: relative;
}
.maincat .holder-lg {
    padding: 15% 0;
}
.maincat .holder-sm {
    padding: 9% 6% 18%;
}
.maincat .holder-md {
    padding: 9% 6%;
}
.maincat .holder-clear {
    padding: 10px 30px 42%;
}
@media (max-width: 1024px) {}
.maincat a {
    display: block;
    overflow: hidden;
    position: relative;
    height: 100%;
}
.maincat .holder-clear a {
    min-height: 300px;
}
.maincat .bg-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    max-height: 380px;
}
.maincat.maincat_sm .bg-overlay, .maincat.maincat_md .bg-overlay {
    max-height: 300px;
}
.maincat a:hover .bg-overlay {
    transform: scale(1.08);
    -moz-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -o-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}
.maincat .cat_block {
    min-height: 340px
}
.maincat .cat_block .holder-text {
    background: #fff;
    position: absolute;
    margin: 20px;
    display: inline-block;
    width: 60%;
    padding: 20px;
    bottom: -20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
.maincat .cat_block .holder-text h5 {
    color: var(--body-color);
    font-size: 19px;
    font-weight: 500;
    margin: 0;
}
.maincat .cat_block:hover .holder-text {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}
/* custom paddings */
@media (min-width: 992px) {
    .pr-5 {
        padding-right: 5px !important
    }
    .pl-5 {
        padding-left: 5px !important
    }
    .maincat .cat_block:nth-child(1), .services_bg .col-12:nth-child(1) {
        padding-right: 7px;
    }
    .maincat .cat_block:nth-child(2) {
        padding-left: 3px;
        padding-right: 3px;
    }
    .services_bg .col-12:nth-child(2), .services_bg .col-12:nth-child(3) {
        padding-left: 5px;
        padding-right: 5px;
    }
    .maincat .cat_block:nth-child(3), .services_bg .col-12:nth-child(4) {
        padding-left: 7px;
    }
    .grid-p .row {
        margin: 0 0 0 -5px;
    }
}
@media (max-width: 991px) {
    .grid-p .row {
        margin: 0 -5px;
    }
}
@media (min-width: 768px) {
    .pr-7 {
        padding-right: 7px !important
    }
    .pl-7 {
        padding-left: 7px !important
    }
}
@media (min-width: 576px) {
    .services_bg .col-12:nth-child(1), .services_bg .col-12:nth-child(3) {
        padding-right: 5px;
    }
    .services_bg .col-12:nth-child(2), .services_bg .col-12:nth-child(4) {
        padding-left: 5px;
    }
}
.grid-p .row .item {
    padding: 0 5px;
}

/* services_block */
@-webkit-keyframes shake {
    0% {
        -webkit-transform: translate(2px, 1px) rotate(0deg);
    }
    10% {
        -webkit-transform: translate(-1px, -2px) rotate(-2deg);
    }
    20% {
        -webkit-transform: translate(-3px, 0px) rotate(3deg);
    }
    30% {
        -webkit-transform: translate(0px, 2px) rotate(0deg);
    }
    40% {
        -webkit-transform: translate(1px, -1px) rotate(1deg);
    }
    50% {
        -webkit-transform: translate(-1px, 2px) rotate(-1deg);
    }
    60% {
        -webkit-transform: translate(-3px, 1px) rotate(0deg);
    }
    70% {
        -webkit-transform: translate(2px, 1px) rotate(-2deg);
    }
    80% {
        -webkit-transform: translate(-1px, -1px) rotate(4deg);
    }
    90% {
        -webkit-transform: translate(2px, 2px) rotate(0deg);
    }
    100% {
        -webkit-transform: translate(1px, -2px) rotate(-1deg);
    }
}
@keyframes shake {
    0% {
        transform: translate(2px, 1px) rotate(0deg);
    }
    10% {
        transform: translate(-1px, -2px) rotate(-2deg);
    }
    20% {
        transform: translate(-3px, 0px) rotate(3deg);
    }
    30% {
        transform: translate(0px, 2px) rotate(0deg);
    }
    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }
    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }
    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }
    70% {
        transform: translate(2px, 1px) rotate(-2deg);
    }
    80% {
        transform: translate(-1px, -1px) rotate(4deg);
    }
    90% {
        transform: translate(2px, 2px) rotate(0deg);
    }
    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}
.services_block .custom_icon {
    font-size: 45px;
    display: inline-block;
}
.services_block:hover .custom_icon {
    -webkit-animation-name: shake;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -webkit-transform-origin: 50% 100%;
    animation-name: shake;
    animation-duration: 0.8s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    transform-origin: 50% 100%;
}
.services_block h6 {
    font-size: 18px;
    font-weight: 500;
    margin: 18px 0 34px;
    position: relative;
}
.services_block h6:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 50px;
    background-color: var(--line-light);
    left: 0;
    right: 0;
    bottom: -20px;
    margin: auto;
}
.services_block p {
    font-size: 16px;
    color: var(--main-dark-3);
    font-weight: 300;
    line-height: 28px;
    margin: 0;
}

.services_bg .col-12:nth-child(1) .services_block {
    background: var(--bg-light1);
}
.services_bg .col-12:nth-child(2) .services_block {
    background: var(--bg-light);
}
.services_bg .col-12:nth-child(3) .services_block {
    background: var(--bg-light2);
}
.services_bg .col-12:nth-child(4) .services_block {
    background: var(--bg-light3);
}
.services_bg .services_block {
    padding: 20px
}
.services_bg .services_block h6:before {
    content: none;
}
.services_bg .services_block h6 {
    margin: 0 0 3px 0;
}
.services_bg .services_block p {
    font-size: 15px;
    line-height: normal;
}
.services_bg .services_block {
    overflow: hidden;
    height: 100%;
}
.services_bg .services_block .custom_icon, .services_bg .services_block .services_info {
    float: left;
}
.services_bg .services_block .custom_icon {
    margin-right: 15px;
}

/* mainproducts */
.mainproducts h2 {
    font-size: 36px;
    font-weight: 600;
    color: var(--main-dark-3);
    line-height: 1;
    display: inline-block;
    position: relative;
}
.mainproducts h2:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -17px;
    width: 100px;
    height: 2px;
    background-color: var(--main);
}
.card-products .product-image {
    filter: brightness(0.95);
    min-height: 300px;
    background: rgb(242 242 242 / 52%);
    overflow: hidden;
}
@media (min-width: 768px) and (max-width: 991px) {
    .card-products .product-image {
        min-height: 270px;
    }
}
.card-products .product-image img {
    padding: 20px 5px;
}
.card-products h6 {
    font-weight: 600;
    margin: 0 0 5px;
    font-size: 16px;
    color: var(--main-dark-3); line-height: 1.3;
}
.card-products:hover h6, .card-products:focus h6 {
    color: var(--main)
}
.card-products .price {
    font-size: 18px;
    font-weight: 400;
    color: var(--main-dark-2);
}
.card-products .action_call {
    color: #fff;
    background: var(--body-color);
    padding: 9px 10px 10px;
    text-align: center;
    font-size: 15px;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    position: absolute;
    width: 100%;
    bottom: -20px;
    opacity: 0;
    visibility: hidden;
}
.card-products .action_call:hover, .card-products .action_call:focus {
    background: var(--main);
}
.card-products:hover .action_call, .card-products:focus .action_call {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}
.card-products .action_call .custom_icon {
    font-size: 22px;
    margin: 2px;
    vertical-align: text-bottom;
}
.card-products {
    position: relative
}
.card-products.bg-overlay:before {
    position: absolute;
    content: "";
    left: 40px;
    right: 40px;
    top: 40px;
    bottom: 40px;
    background-color: rgba(245, 245, 245, 0.88);
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    z-index: 1;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
}
.card-products:hover.bg-overlay:before {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 1;
    visibility: visible;
}
.card-products.bg-overlay .action_call {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2;
    top: 50%;
    font-size: 16px;
    bottom: auto;
    background: transparent;
    color: var(--body-color);
    text-transform: uppercase;
    -webkit-transform: translateY(-50%) scale(0.7);
    -ms-transform: translateY(-50%) scale(0.7);
    transform: translateY(-50%) scale(0.7);
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    opacity: 0;
    visibility: hidden;
}
.card-products:hover.bg-overlay .action_call {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}
.card-products.bg-overlay .action_call:hover {
    color: var(--main);
}
.card-products.bg-overlay .product-info {
    position: absolute;
    bottom: 40px;
    left: 25px;
    right: 25px;
    z-index: 2;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    opacity: 0;
    visibility: hidden;
}
.card-products:hover.bg-overlay .product-info h6 {
    color: var(--body-color);
}
.card-products.bg-overlay .product-info h6:hover {
    color: var(--main);
}
.card-products:hover.bg-overlay .product-info {
    bottom: 20px;
    opacity: 1;
    visibility: visible;
}

/* featured */
.featured h5 {
    font-weight: 600;
    font-size: 30px;
    margin: 10px 0 15px;
    line-height: normal;
}
.featured .price {
    font-size: 25px;
    font-weight: 600;
    color: var(--main);
}
.featured .featured-img {
    max-height: 500px;
}
.featured a:hover .featured-img, .zoom-img:hover {
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    transform: scale(0.88);
    -moz-transform: scale(0.88);
    -webkit-transform: scale(0.88);
    -o-transform: scale(0.88);
    -ms-transform: scale(0.88);
}
.featured.featured_clear .product-info {
    filter: brightness(0.95);
    background: rgb(242 242 242 / 52%);
}
.featured.featured_clear .featured-img {
    max-height: 600px;
}
.featured.featured_clear h5 {
    font-weight: 500;
    font-size: 33px;
    margin: 0 auto;
    line-height: normal;
    padding: 6%;
    text-align: center;
}
@media (min-width: 992px) {
    .featured.featured_clear h5 {
        font-size: 40px;
    }
}
.featured.featured_clear .price {
    font-size: 18px;
    font-weight: 600;
    color: var(--main-dark);
    text-align: center;
}
/* products slider */
.products_slider h2 {
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: .3px;
    font-weight: 600;
}
.products_slider {
    position: relative
}
.products_slider:before {
    background-color: var(--line-light);
    content: "";
    height: 1px;
    left: auto;
    right: 120px;
    position: absolute;
    top: 16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 38%;
    z-index: 1;
}
@media (max-width: 991px) {
    .products_slider:before {
        width: 30%;
    }
}
@media (max-width: 767px) {
    .products_slider:before {
        width: 20%;
        right: 95px;
    }
}
@media (max-width: 470px) {
    .products_slider:before {
        content: none;
    }
}

/* limit fluid holder */
.limit_fluid {
    padding: 0 120px;
}
@media (min-width: 1366px) and (max-width: 1600px) {
    .limit_fluid {
        padding: 0 50px;
    }
}
@media (min-width: 1200px) and (max-width: 1365px) {
    .limit_fluid {
        padding: 0 15px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .limit_fluid {
        padding: 0 30px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .limit_fluid {
        padding: 0 40px;
    }
}
@media (max-width: 767px) {
    .limit_fluid {
        padding: 0 15px;
    }
}

/* */

.cta {
    overflow: hidden;
}
.cta h2 {
    font-weight: 700;
}
@media (max-width: 767px) {
    .cta h2 {
        font-size: 2rem;
        line-height: normal;
    }
}
.cta .intro {
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    font-size: 15px;
    display: inline-block;
}
.cta .intro:before, .cta .intro:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 3px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #e97730;
}
.cta .intro:before {
    left: -67px;
}
.cta .intro:after {
    right: -67px;
}
.cta_lg {
    padding: 10% 6%;
}

.cta_md {
    padding: 6% 3%;
}
.cta_sm {
    padding: 3%;
}
.cta_md h2 {
    font-size: 40px;
    font-weight: 600;
}
.cta_colored, .cta_colored h2 {
    color: #fff
}
@media (max-width: 767px) {
    .cta_md {
        margin-top: 1.5rem;
    }
}

.cta_clear h2 {
    font-size: 40px;
    font-weight: 600;
    color: var(--main-dark-3);
}
@media (max-width: 767px) {
    .cta_clear h2 {
        font-size: 30px;
    }
}
@media (min-width: 768px) {
    .cta_clear p {
        margin: 0 auto;
        width: 46%;
    }
}
.cta_clear p {
    color: var(--main-dark);
}

/* */
.title_block {
    position: relative;
    overflow: hidden;
    padding: 8% 0;
    min-height: 180px;
}
.title_block:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: -25px;
    margin: 0 auto;
    width: 350px;
    height: 350px;
    border-radius: 100%;
    background-color: #ffffff;
}
.main_title {
    font-weight: 500;
    font-size: 2.4rem;
}
.sub_title {
    font-size: 1.4rem;
}
@media (min-width: 1401px) and (max-width: 1600px) {
    .title_block:before {
        width: 340px;
        height: 340px;
    }
}
@media (min-width: 1028px) and (max-width: 1400px) {
    .title_block:before {
        width: 280px;
        height: 280px;
    }
}
@media (max-width: 1400px) {
    .main_title {
        font-size: 2.2rem;
    }
    .sub_title {
        font-size: 1.3rem;
    }
}
@media (max-width: 1027px) {
    .title_block:before {
        width: 220px;
        height: 220px;
        bottom: -30px;
    }
}
@media (max-width: 780px) {
    .title_block:before {
        width: 190px;
        height: 190px;
    }
    .main_title {
        font-size: 2rem;
    }
    .sub_title {
        font-size: 1.2rem;
    }
}
.title_block.title_block-sm {
    padding: 3% 0;
}
.title_block.title_block-sm:before {
    width: 180px;
    height: 180px;
}


/* */
.modal-content {
    border-radius: 0;
}

/* */
.form-inline {} 
.fc_limit {
    display: inline;
    width: 88px;
}
#quantity.form-inline .btn {
    height: 51px;
    margin-top: -3px;
}
@media (max-width: 420px) {
    #quantity.form-inline .btn { 
    margin-top: 15px;
    width: 100%;
}
}
