@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

.animated-background,
.search-main .products-view-grid .htw-product-block-item .product-img a.image-resize img:not(.loaded) {
    animation-duration: 1.25s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f6f6;
    background: linear-gradient(to right, #f6f6f6 8%, #f0f0f0 18%, #f6f6f6 33%);
    background-size: 700px 104px;
    position: relative;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 0;
}

.no-padding-right {
    padding-right: 0 !important;
}

.no-padding-left {
    padding-left: 0;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color: #363f4d;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="password"],
textarea.form-control,
select.form-control {
    border-radius: 0px;
    color: #5e5e78;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #c8c8d4;
}

    input[type="text"]:focus,
    input[type="email"]:focus,
    input[type="number"]:focus,
    input[type="tel"]:focus,
    input[type="password"]:focus,
    textarea.form-control:focus,
    select.form-control:focus {
        outline: none;
        box-shadow: none;
    }

a:hover,
a:focus {
    text-decoration: none;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

@media (max-width: 480px) {
    .row {
        margin-right: -7px;
        margin-left: -7px;
    }
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    padding-left: 10px;
    padding-right: 10px;
}

@media (max-width: 480px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-xs-1,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9 {
        padding-left: 7px;
        padding-right: 7px;
    }
}

.container,
.container-fluid {
    padding-left: 10px;
    padding-right: 10px;
}

@media (max-width: 480px) {
    .container,
    .container-fluid {
        padding-left: 7px;
        padding-right: 7px;
    }
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

@media (max-width: 480px) {
    .col-xs-15,
    .col-sm-15,
    .col-md-15,
    .col-lg-15 {
        padding-left: 7px;
        padding-right: 7px;
    }
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.page-404 h1 {
    color: #333;
    font-size: 28px;
}

.page-404 .land {
    color: #888;
}

.page-404 .mt-5 .btn-success {
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    background-color: #51aa1b;
    border-color: #51aa1b;
    color: #fff;
    border-radius: 2px;
    text-transform: uppercase;
}

    .page-404 .mt-5 .btn-success:hover,
    .page-404 .mt-5 .btn-success:focus {
        color: #fff;
        background-color: #479418;
        border-color: #479418;
    }

.btn-blues,
#btnnewreview,
.htw-button {
    position: relative;
    display: inline-block;
    padding: 8px 28px;
    line-height: normal;
    border: 1px solid #51aa1b;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    font-style: normal;
    background-color: transparent;
    -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: 1;
    -webkit-tap-highlight-color: initial;
    color: #fff;
}

@media (max-width: 480px) {
    .btn-blues,
    #btnnewreview,
    .htw-button {
        padding: 7px 15px;
    }
}

.btn-blues strong,
#btnnewreview strong,
.htw-button strong {
    font-weight: 400;
}

.btn-blues::before,
#btnnewreview::before,
.htw-button::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    background-color: #51aa1b;
}

.btn-blues:hover,
.btn-blues:focus,
#btnnewreview:hover,
#btnnewreview:focus,
.htw-button:hover,
.htw-button:focus {
    color: #51aa1b;
    border-color: #51aa1b;
}

    .btn-blues:hover::before,
    .btn-blues:focus::before,
    #btnnewreview:hover::before,
    #btnnewreview:focus::before,
    .htw-button:hover::before,
    .htw-button:focus::before {
        -webkit-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
    }

.table-order p {
    margin-bottom: 0;
}

.required {
    font-size: 13px;
    color: red;
}

.search-main form.htw-search-form {
    z-index: 1;
    position: relative;
}

    .search-main form.htw-search-form input {
        border: 1px solid #e5e5e5;
        border-radius: 0;
    }

    .search-main form.htw-search-form button {
        color: #fff;
        background-color: #51aa1b;
        border-radius: 3px;
    }

        .search-main form.htw-search-form button:hover,
        .search-main form.htw-search-form button:focus {
            color: #fff;
            background-color: #3c7e14;
        }

.search-main .title-head {
    font-size: 22px;
    line-height: 28px;
    margin: 0;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}

@media (min-width: 1024px) {
    .search-main .products-view-grid .row .col-xs-6:nth-child(5n + 1) {
        clear: left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .search-main .products-view-grid .row .col-xs-6:nth-child(3n + 1) {
        clear: left;
    }
}

@media (max-width: 767px) {
    .search-main .products-view-grid .row .col-xs-6:nth-child(2n + 1) {
        clear: left;
    }
}

@media (max-width: 480px) {
    .search-main .products-view-grid .row .col-xs-6:nth-child(2n + 1) {
        padding-right: 3.5px;
    }

    .search-main .products-view-grid .row .col-xs-6:nth-child(2n + 2) {
        padding-left: 3.5px;
    }
}

@media (max-width: 480px) {
    .search-main .products-view-grid .htw-product-block-item {
        margin-bottom: 7px;
    }
}

.search-main .products-view-grid .htw-product-block-item .product-img a.image-resize {
    display: block;
    position: relative;
    height: 214px;
}

@media (max-width: 1024px) {
    .search-main .products-view-grid .htw-product-block-item .product-img a.image-resize {
        height: 174px;
    }
}

@media (max-width: 991px) {
    .search-main .products-view-grid .htw-product-block-item .product-img a.image-resize {
        height: 230px;
    }
}

@media (max-width: 767px) {
    .search-main .products-view-grid .htw-product-block-item .product-img a.image-resize {
        height: 348px;
    }
}

@media (max-width: 668px) {
    .search-main .products-view-grid .htw-product-block-item .product-img a.image-resize {
        height: 314px;
    }
}

@media (max-width: 569px) {
    .search-main .products-view-grid .htw-product-block-item .product-img a.image-resize {
        height: 264px;
    }
}

@media (max-width: 480px) {
    .search-main .products-view-grid .htw-product-block-item .product-img a.image-resize {
        height: 197px;
    }
}

@media (max-width: 376px) {
    .search-main .products-view-grid .htw-product-block-item .product-img a.image-resize {
        height: 177px;
    }
}

@media (max-width: 321px) {
    .search-main .products-view-grid .htw-product-block-item .product-img a.image-resize {
        height: 150px;
    }
}

.search-main .products-view-grid .htw-product-block-item .product-img a.image-resize img {
    width: auto !important;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

    .search-main .products-view-grid .htw-product-block-item .product-img a.image-resize img:not(.loaded) {
        width: 100% !important;
        height: 100% !important;
        opacity: 0.2;
    }

.bread-crumb {
    padding: 10px 0;
    margin: 0;
    border-bottom: 1px solid #f5f5f5;
    border-top: 1px solid #f5f5f5;
    margin-top: 165px;
}

    .bread-crumb .title {
        font-size: 2rem;
        color: #13a441;
        font-family: 'Roboto Slab', serif;
        text-align: center;
        display: block;
        margin: 20px;
        text-transform: uppercase;
    }

@media (max-width: 991px) {
    .bread-crumb {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .bread-crumb {
        margin-bottom: 10px !important;
    }
}

.bread-crumb h4 {
    margin-top: 0;
    text-transform: uppercase;
    color: #36424b;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 3px;
}

.bread-crumb .breadcrumb {
    background: transparent;
    color: rgba(112, 126, 137, 0.5);
    padding: 0;
}

    .bread-crumb .breadcrumb a {
        color: #707e89;
    }

.search-more {
    margin-top: 0;
}

.grecaptcha-badge {
    display: none !important;
}

.total_address a {
    color: #51aa1b;
}

.htw-search-bar {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    position: relative;
    transition: 0.2s all;
    height: 0;
    overflow: hidden;
}

    .htw-search-bar form {
        display: flex;
        align-items: center;
        position: relative;
        margin-bottom: 0;
        min-width: 500px;
    }

@media (min-width: 768px) and (max-width: 991px) {
    .htw-search-bar form {
        min-width: 450px;
        max-width: 450px;
    }
}

@media (max-width: 767px) {
    .htw-search-bar form {
        min-width: 210px;
        max-width: 210px;
    }
}

.htw-search-bar form .input-group {
    width: 100%;
}

    .htw-search-bar form .input-group input {
        border: none;
        outline: none;
        font-size: 16px;
        background: none;
    }

@media (max-width: 767px) {
    .htw-search-bar form .input-group input {
        padding: 0 10px;
        font-size: 14px;
    }
}

.htw-search-bar form .input-group button {
    border: 0;
    padding: 0;
    outline: none;
    cursor: pointer;
    background: none;
    font-size: 16px;
    color: #1c1c1c;
}

.htw-search-bar .site-header__search {
    width: 30px;
    height: 30px;
    line-height: 45px;
    text-align: center;
    position: absolute;
    right: 20px;
    background: none;
    outline: none;
    border: 0;
    padding: 0;
    cursor: pointer;
}

@media (max-width: 767px) {
    .htw-search-bar .site-header__search {
        right: 10px;
    }
}

.show-search .htw-search-bar {
    height: 70px;
    overflow: visible;
}

.backdrop__body-backdrop___1rvky {
    visibility: hidden;
    position: fixed;
    opacity: 0;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.55);
    z-index: 999;
    transition: opacity 0.5s ease;
}

@media (max-width: 480px) {
    .backdrop__body-backdrop___1rvky {
        z-index: 2;
    }
}

.backdrop__body-backdrop___1rvky.active {
    transition: opacity 0.5s ease;
    visibility: visible;
    opacity: 1;
}

header.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: 100px;
    background: transparent;
    background-image: linear-gradient(to bottom,rgba(81,170,27,.5) 30%,rgba(255,255,255,0) 100%);
    background-image: -moz-linear-gradient(to bottom,rgba(81,170,27,.5) 30%,rgba(255,255,255,0) 100%);
    background-image: -webkit-linear-gradient(to bottom,rgba(81,170,27,.5) 30%,rgba(255,255,255,0) 100%);
    z-index: 99;
}

    header.header .htw-top-header {
        background-color: #428b16;
        padding: 4px 0;
    }

        header.header .htw-top-header .slogan p {
            font-weight: 500;
            color: #fff;
            font-size: 12px;
            margin: 5px 0;
        }

.htw-header-logo-search-cart {
    padding: 10px 0;
}

.header .navbar .navbar-header {
    display: none;
}

.header .navbar {
    background-color: #51aa1b;
    padding: 0;
    z-index: 9;
    border-radius: 40px;
    margin: 0;
    min-height: auto;
}

    .header .navbar .navigation li a {
        display: block;
        color: #fff;
        text-transform: inherit;
        font-weight: 700;
        font-size: 14px;
        padding: 10px 15px;
        text-align: left;
        cursor: pointer;
    }

    .header .navbar .menu-collapse {
        padding: 0px 30px;
    }

    .header .navbar .navigation li.active {
        background-color: #3f8515;
    }

    .header .navbar .navigation li a:hover, .header .navbar .navigation li a:focus {
        background-color: #3f8515;
        color: #fff;
    }

    .header .navbar .navigation li .dropdown-menu {
        border-radius: 0;
        margin: 0;
        padding: 0;
        border: 0;
        background-color: rgba(81,170,27,.8);
        box-shadow: none;
    }

        .header .navbar .navigation li .dropdown-menu li a {
            display: block;
            font-size: 14px;
            padding: 10px;
            text-transform: initial;
        }

header .nav-item ul.dropdown-menu li {
    width: 100%;
    border: none;
}

    header .nav-item ul.dropdown-menu li a {
        text-align: left;
    }

.navbar-navs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

@media (min-width: 992px) {
    .navbar-expand-lg .menu-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-expand-lg .navbar-navs {
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media (max-width: 991px) {
    header.header .htw-top-header .slogan {
        text-align: center;
    }

    header.header {
        padding: 0;
        position: initial;
        background: #51aa1b;
    }

    .htw-header-logo-search-cart {
        display: none;
    }

    .header .navbar {
        background: none;
        border-radius: 0;
    }

        .header .navbar .navbar-header {
            padding: 5px 0;
            width: 100%;
            display: flex;
            align-items: center;
        }

            .header .navbar .navbar-header li {
                width: calc(100%/3);
            }

                .header .navbar .navbar-header li:last-child {
                    text-align: right;
                }

                .header .navbar .navbar-header li .logo-mobile img {
                    max-height: 55px;
                    margin: 0 auto;
                    display: block;
                }

        .header .navbar .navigation li .dropdown-menu {
            background-color: #3f8515;
            position: static;
            width: 100%;
        }

            .header .navbar .navigation li .dropdown-menu li a {
                padding: 8px 10px;
                padding-left: 25px;
            }
}

.ringing-phone {
    float: right;
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    border-radius: 50%;
    background-color: #e6af0a;
    box-shadow: 0 0 0 #fff;
    animation: pulse 1.5s ease infinite;
    -moz-animation: pulse 1.5s ease infinite;
    -webkit-animation: pulse 1.5s ease infinite;
}

    .ringing-phone i {
        -webkit-animation: ring 4s .7s ease-in-out infinite;
        -webkit-transform-origin: 50% 4px;
        -moz-animation: ring 4s .7s ease-in-out infinite;
        -moz-transform-origin: 50% 4px;
        animation: ring 4s .7s ease-in-out infinite;
        transform-origin: 50% 4px;
    }

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
}

    .navbar-toggler .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        margin: 4px 0;
        background-color: #fff;
    }

        .navbar-toggler .icon-bar:nth-of-type(1) {
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transform-origin: 10% 10%;
            -ms-transform-origin: 10% 10%;
            transform-origin: 10% 10%;
        }

    .navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    .navbar-toggler .icon-bar:nth-of-type(2) {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .navbar-toggler .icon-bar:nth-of-type(3) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 10% 90%;
        -ms-transform-origin: 10% 90%;
        transform-origin: 10% 90%;
    }

    .navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

@keyframes pulse {
    70% {
        box-shadow: 0 0 0 10px rgba(25, 123, 186, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(25, 123, 186, 0);
    }
}

@keyframes ring {
    0% {
        transform: rotate(0);
    }

    1% {
        transform: rotate(30deg);
    }

    3% {
        transform: rotate(-28deg);
    }

    5% {
        transform: rotate(34deg);
    }

    7% {
        transform: rotate(-32deg);
    }

    9% {
        transform: rotate(30deg);
    }

    11% {
        transform: rotate(-28deg);
    }

    13% {
        transform: rotate(26deg);
    }

    15% {
        transform: rotate(-24deg);
    }

    17% {
        transform: rotate(22deg);
    }

    19% {
        transform: rotate(-20deg);
    }

    21% {
        transform: rotate(18deg);
    }

    23% {
        transform: rotate(-16deg);
    }

    25% {
        transform: rotate(14deg);
    }

    27% {
        transform: rotate(-12deg);
    }

    29% {
        transform: rotate(10deg);
    }

    31% {
        transform: rotate(-8deg);
    }

    33% {
        transform: rotate(6deg);
    }

    35% {
        transform: rotate(-4deg);
    }

    37% {
        transform: rotate(2deg);
    }

    39% {
        transform: rotate(-1deg);
    }

    41% {
        transform: rotate(1deg);
    }

    43% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(0);
    }
}

header.header .htw-top-header .htw-account ul {
    text-align: right;
}

    header.header .htw-top-header .htw-account ul li {
        display: inline-block;
    }

        header.header .htw-top-header .htw-account ul li + li {
            border-left: 1px solid rgba(255, 255, 255, 0.4);
            margin-left: 4px;
            padding-left: 8px;
        }

        header.header .htw-top-header .htw-account ul li a {
            text-transform: uppercase;
            font-weight: 500;
            color: #fff;
            font-size: 12px;
            margin: 5px 0;
            display: inline-block;
        }

            header.header .htw-top-header .htw-account ul li a:hover,
            header.header .htw-top-header .htw-account ul li a:focus {
                color: #f9c938;
            }

header.header .htw-header-logo-search-cart .row {
    display: flex;
    align-items: center;
    height: 70px;
    margin: 10px 0;
}

@media (max-width: 991px) {
    header.header .htw-header-logo-search-cart .row {
        display: block;
        height: auto;
    }
}

@media (max-width: 767px) {
    header.header .htw-header-logo-search-cart .row {
        margin: 5px 0;
    }
}

header.header .htw-header-logo-search-cart .row .logo img {
    /*max-height: 65px;*/
}

@media (max-width: 767px) {
    header.header .htw-header-logo-search-cart .row .logo img {
        max-height: 55px;
    }
}

header.header .htw-header-logo-search-cart .row .htw-header-search form {
    margin-bottom: 0;
}

    header.header .htw-header-logo-search-cart .row .htw-header-search form .input-group {
        width: 100%;
    }

        header.header .htw-header-logo-search-cart .row .htw-header-search form .input-group input {
            color: #333;
            border: 1px solid #fff;
            background-color: #fff;
            padding: 0 50px 0 15px;
            border-radius: 20px;
            height: 40px;
        }

        header.header .htw-header-logo-search-cart .row .htw-header-search form .input-group button {
            background-color: transparent;
            color: #333;
            border: none;
            position: absolute;
            right: 0;
            top: 0;
            z-index: 3;
        }

header.header .htw-header-logo-search-cart .row .htw-header-hotline-cart {
    text-align: right;
}

    header.header .htw-header-logo-search-cart .row .htw-header-hotline-cart .hotline {
        position: relative;
        padding-left: 20px;
        display: inline-block;
    }

        header.header .htw-header-logo-search-cart .row .htw-header-hotline-cart .hotline i {
            font-size: 23px;
            color: #fff;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translate(0, -50%);
        }

        header.header .htw-header-logo-search-cart .row .htw-header-hotline-cart .hotline a {
            display: inline-block;
            color: #fff;
            padding-left: 7px;
            margin-left: 7px;
            border-left: 1px solid #eee;
            line-height: 1.2;
        }

            header.header .htw-header-logo-search-cart .row .htw-header-hotline-cart .hotline a span {
                display: block;
            }

                header.header .htw-header-logo-search-cart .row .htw-header-hotline-cart .hotline a span.htw-hotline {
                    font-weight: 600;
                    font-size: 15px;
                }

            header.header .htw-header-logo-search-cart .row .htw-header-hotline-cart .hotline a:hover,
            header.header .htw-header-logo-search-cart .row .htw-header-hotline-cart .hotline a:focus {
                color: #f9c938;
            }

    header.header .htw-header-logo-search-cart .row .htw-header-hotline-cart .htw-cart {
        display: inline-block;
        margin-left: 20px;
        position: relative;
    }

        header.header .htw-header-logo-search-cart .row .htw-header-hotline-cart .htw-cart:before {
            content: "";
            position: absolute;
            left: 0;
            bottom: -17px;
            width: 110%;
            height: 25px;
            background: 0 0;
            display: none;
            z-index: 99;
        }

        header.header .htw-header-logo-search-cart .row .htw-header-hotline-cart .htw-cart > a {
            position: relative;
        }

            header.header .htw-header-logo-search-cart .row .htw-header-hotline-cart .htw-cart > a .count_item_pr {
                position: absolute;
                height: 20px;
                width: 20px;
                border-radius: 50%;
                text-align: center;
                line-height: 20px;
                color: #fff;
                background-color: #f9c938;
                top: -20px;
                right: -10px;
            }

.htw-header-hotline-cart .flag {
    float: right;
    padding-right: 20px;
}

.htw-header-hotline-cart .hotline {
    float: right;
}

.htw-header-hotline-cart .flag img {
    width: 25px !important;
    padding-top: 10px;
}

header.header .htw-main-nav {
    background-color: #428b16;
}

    header.header .htw-main-nav .nav {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
    }

@media (max-width: 991px) {
    header.header .htw-main-nav {
        padding: 0;
        height: 100vh;
        background: #fff;
        color: #1c1c1c;
        -webkit-transform: translateX(calc(-100vw + 65px));
        transform: translateX(calc(-100vw + 65px));
        position: fixed;
        top: 0 !important;
        left: 0;
        visibility: hidden;
        width: 300px;
        z-index: 9999;
        -webkit-transition: visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
        -webkit-box-shadow: none;
        box-shadow: none;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        overflow-y: scroll;
    }

        header.header .htw-main-nav .container {
            width: 100%;
        }

        header.header .htw-main-nav .row {
            margin: 0;
        }

            header.header .htw-main-nav .row .col-md-12 {
                padding: 0;
            }

        header.header .htw-main-nav #nav {
            display: block;
            border: none;
            padding: 0;
            margin-bottom: 0;
            margin-left: 0;
        }

            header.header .htw-main-nav #nav > li {
                border-bottom: 1px solid rgba(92, 92, 92, 0.1);
                width: 100%;
            }

                header.header .htw-main-nav #nav > li > a {
                    text-align: left;
                    font-size: 13px;
                    text-transform: capitalize;
                    color: #1c1c1c;
                    letter-spacing: 1px;
                }

                    header.header .htw-main-nav #nav > li > a > .fa {
                        height: 20px;
                        position: relative;
                        top: 4px;
                        margin-right: 0;
                    }

                header.header .htw-main-nav #nav > li.active > a {
                    color: #51aa1b;
                }

                    header.header .htw-main-nav #nav > li.active > a > .fa:before {
                        content: "\f106";
                    }

                header.header .htw-main-nav #nav > li.has-childs .dropdown-menu {
                    position: relative;
                    top: 0;
                    min-width: unset;
                    width: 100%;
                    box-shadow: none;
                    margin: 0;
                }

                    header.header .htw-main-nav #nav > li.has-childs .dropdown-menu li {
                        width: 100%;
                    }

                        header.header .htw-main-nav #nav > li.has-childs .dropdown-menu li a {
                            text-align: left;
                            font-size: 12px;
                            text-transform: capitalize;
                            color: #1c1c1c;
                            letter-spacing: 1px;
                            padding-left: 20px;
                            white-space: inherit;
                            padding-right: 10px;
                        }

                        header.header .htw-main-nav #nav > li.has-childs .dropdown-menu li.active > a {
                            color: #51aa1b;
                            font-weight: 500;
                        }

                            header.header .htw-main-nav #nav > li.has-childs .dropdown-menu li.active > a > .fa:before {
                                content: "\f106";
                            }

                        header.header .htw-main-nav #nav > li.has-childs .dropdown-menu li.has-childs2 > .nav-link > .fa {
                            height: 20px;
                            position: relative;
                            top: 4px;
                            margin-right: 0;
                            right: 0;
                        }

                            header.header .htw-main-nav #nav > li.has-childs .dropdown-menu li.has-childs2 > .nav-link > .fa:before {
                                content: "\f107";
                            }

                        header.header .htw-main-nav #nav > li.has-childs .dropdown-menu li.has-childs2 .dropdown-menu {
                            left: 0;
                            display: none;
                        }

                            header.header .htw-main-nav #nav > li.has-childs .dropdown-menu li.has-childs2 .dropdown-menu li a {
                                padding-left: 30px;
                            }

                        header.header .htw-main-nav #nav > li.has-childs .dropdown-menu li.has-childs2.active .dropdown-menu {
                            display: block;
                        }

                header.header .htw-main-nav #nav > li.has-childs.active .dropdown-menu {
                    display: block;
                }

                header.header .htw-main-nav #nav > li.has-childs.active .mega-content {
                    display: block;
                    position: relative;
                    top: 0;
                    min-width: unset;
                    width: 100%;
                    box-shadow: none;
                    margin: 0;
                    padding: 0;
                    max-height: unset;
                    overflow-y: unset;
                }

                    header.header .htw-main-nav #nav > li.has-childs.active .mega-content .level0 {
                        display: block;
                    }

                        header.header .htw-main-nav #nav > li.has-childs.active .mega-content .level0 .level1 {
                            padding: 0;
                            width: 100%;
                            margin-bottom: 0;
                        }

                            header.header .htw-main-nav #nav > li.has-childs.active .mega-content .level0 .level1 .hmega {
                                text-align: left;
                                font-size: 12px;
                                text-transform: capitalize;
                                color: #5c5c5c;
                                letter-spacing: 1px;
                                padding: 10px 20px;
                                white-space: inherit;
                                font-weight: 400;
                                display: block;
                                width: 100%;
                                border-bottom: 1px solid #f7f7f7;
                                margin-bottom: 0;
                                position: relative;
                                padding-right: 10px;
                            }

                                header.header .htw-main-nav #nav > li.has-childs.active .mega-content .level0 .level1 .hmega:hover {
                                    color: #51aa1b;
                                }

                                header.header .htw-main-nav #nav > li.has-childs.active .mega-content .level0 .level1 .hmega > .fa {
                                    height: 20px;
                                    position: relative;
                                    top: 4px;
                                    right: 0;
                                    float: right;
                                    line-height: 22px;
                                    width: 40px;
                                    text-align: center;
                                    transform: translateY(-5px);
                                    -webkit-transform: translateY(-5px);
                                    -moz-transform: translateY(-5px);
                                }

                            header.header .htw-main-nav #nav > li.has-childs.active .mega-content .level0 .level1 .level1 {
                                display: none;
                            }

                                header.header .htw-main-nav #nav > li.has-childs.active .mega-content .level0 .level1 .level1 li {
                                    border-bottom: 1px solid #f7f7f7;
                                }

                                    header.header .htw-main-nav #nav > li.has-childs.active .mega-content .level0 .level1 .level1 li a {
                                        padding: 10px 10px;
                                        text-align: left;
                                        font-size: 12px;
                                        text-transform: capitalize;
                                        color: #5c5c5c;
                                        letter-spacing: 1px;
                                        padding-left: 30px;
                                        white-space: inherit;
                                        font-weight: 400;
                                        display: block;
                                        width: 100%;
                                    }

                                        header.header .htw-main-nav #nav > li.has-childs.active .mega-content .level0 .level1 .level1 li a:hover {
                                            color: #51aa1b;
                                        }

                                        header.header .htw-main-nav #nav > li.has-childs.active .mega-content .level0 .level1 .level1 li a > .fa {
                                            height: 20px;
                                            position: relative;
                                            top: 4px;
                                            right: 0;
                                            float: right;
                                            line-height: 22px;
                                            width: 40px;
                                            text-align: center;
                                            transform: translateY(-5px);
                                            -webkit-transform: translateY(-5px);
                                            -moz-transform: translateY(-5px);
                                        }

                                    header.header .htw-main-nav #nav > li.has-childs.active .mega-content .level0 .level1 .level1 li .level-4 {
                                        display: none;
                                    }

                                    header.header .htw-main-nav #nav > li.has-childs.active .mega-content .level0 .level1 .level1 li.active a > .fa:before {
                                        content: "\f106";
                                    }

                                    header.header .htw-main-nav #nav > li.has-childs.active .mega-content .level0 .level1 .level1 li.active .level-4 {
                                        display: block;
                                    }

                            header.header .htw-main-nav #nav > li.has-childs.active .mega-content .level0 .level1.active .level1 {
                                display: block;
                            }

                            header.header .htw-main-nav #nav > li.has-childs.active .mega-content .level0 .level1:last-child .hmega {
                                border-bottom: none;
                            }

        header.header .htw-main-nav.active {
            visibility: visible;
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }

        header.header .htw-main-nav .mobile-main-menu {
            padding-top: 10px;
        }

            header.header .htw-main-nav .mobile-main-menu .drawer-header {
                margin: 0 10px;
                position: relative;
            }

                header.header .htw-main-nav .mobile-main-menu .drawer-header #close-nav {
                    position: absolute;
                    height: 40px;
                    width: 40px;
                    right: 0;
                    top: 0;
                    text-align: center;
                    line-height: 45px;
                }

                header.header .htw-main-nav .mobile-main-menu .drawer-header .logo-wrapper img {
                    max-height: 45px;
                }

                header.header .htw-main-nav .mobile-main-menu .drawer-header .logo-wrapper + a {
                    text-align: center;
                    color: #000;
                    text-transform: uppercase;
                    letter-spacing: 1.5px;
                    display: block;
                    font-weight: 500;
                    margin-top: 10px;
                }

            header.header .htw-main-nav .mobile-main-menu .ul-first-menu {
                margin-top: 15px;
                border: 1px solid #f5f5f5;
                border-left: none;
                border-right: none;
                display: flex;
                justify-content: space-between;
                align-items: center;
            }

                header.header .htw-main-nav .mobile-main-menu .ul-first-menu a {
                    flex-grow: 1;
                    flex-basis: 0;
                    text-align: center;
                    color: #000;
                    padding: 10px 0;
                    font-weight: 500;
                }

                    header.header .htw-main-nav .mobile-main-menu .ul-first-menu a + a {
                        border-left: 1px solid #f5f5f5;
                    }
}

header.header .mega-content {
    background: #fff none repeat scroll 0 0;
    display: none;
    margin: 0;
    padding: 10px;
    position: absolute;
    top: 44px;
    left: 0;
    z-index: 999;
    width: 100%;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.33);
    -moz-box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.33);
    box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.33);
    max-height: 600px;
    overflow-y: auto;
}

    header.header .mega-content::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
        border-radius: 5px;
        background-color: #f5f5f5;
    }

    header.header .mega-content::-webkit-scrollbar {
        width: 5px;
        background-color: #f5f5f5;
    }

    header.header .mega-content::-webkit-scrollbar-thumb {
        border-radius: 5px;
        -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
        background-color: #e5e5e5;
    }

    header.header .mega-content .level1.parent a.hmega {
        color: #1c1c1c !important;
        text-transform: uppercase;
        font-weight: 500;
        margin-bottom: 10px;
        display: inline-block;
    }

        header.header .mega-content .level1.parent a.hmega:hover,
        header.header .mega-content .level1.parent a.hmega:focus {
            color: #51aa1b !important;
        }

    header.header .mega-content .level1.parent ul.level1 li {
        line-height: 1.3;
    }

        header.header .mega-content .level1.parent ul.level1 li a {
            text-transform: none !important;
            font-weight: 500;
        }

        header.header .mega-content .level1.parent ul.level1 li + li {
            padding-top: 5px;
        }

    header.header .mega-content .level1.item {
        float: left;
        width: 25%;
        padding: 10px;
    }

        header.header .mega-content .level1.item > a {
            color: #333 !important;
            text-transform: uppercase;
            font-weight: 600;
            margin-bottom: 10px;
            display: inline-block;
        }

            header.header .mega-content .level1.item > a:hover,
            header.header .mega-content .level1.item > a:focus {
                color: #51aa1b !important;
            }

        header.header .mega-content .level1.item h2 {
            font-size: 14px;
            margin-top: 0;
        }

        header.header .mega-content .level1.item ul.level1 {
            margin-bottom: 15px;
        }

            header.header .mega-content .level1.item ul.level1 li a {
                font-weight: normal !important;
                text-transform: none !important;
                color: #333;
            }

                header.header .mega-content .level1.item ul.level1 li a:hover,
                header.header .mega-content .level1.item ul.level1 li a:focus {
                    text-decoration: none;
                    color: #51aa1b;
                }

    header.header .mega-content .level0 {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

@media (min-width: 1025px) {
    header.header .mega-content {
        display: block;
        opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden;
        -moz-transition: 0.2s ease-out;
        -o-transition: 0.2s ease-out;
        -webkit-transition: 0.2s ease-out;
        -ms-transition: 0.2s ease-out;
        transition: 0.2s ease-out;
        -moz-transform: translateY(20px);
        -o-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

footer.footer {
    margin-top: 25px;
}

    footer.footer .block_newsletter {
        background-color: #f9c938;
        padding: 20px 0;
    }

@media (min-width: 992px) {
    footer.footer .block_newsletter .row {
        display: flex;
        align-items: center;
    }
}

@media (max-width: 991px) {
    footer.footer .block_newsletter .row .title-block {
        padding-bottom: 15px;
        text-align: center;
    }
}

footer.footer .block_newsletter .row .title-block .news-icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 58px;
    font-size: 26px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    vertical-align: middle;
}

@media (max-width: 480px) {
    footer.footer .block_newsletter .row .title-block .news-icon {
        display: none;
    }
}

footer.footer .block_newsletter .row .title-block .title-text {
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 991px) {
    footer.footer .block_newsletter .row .title-block .title-text {
        text-align: left;
    }
}

@media (max-width: 480px) {
    footer.footer .block_newsletter .row .title-block .title-text {
        text-align: center;
    }
}

footer.footer .block_newsletter .row .title-block .title-text .h3 {
    font-size: 24px;
    padding: 0 15px;
    color: #222;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    margin: 0;
}

@media (max-width: 480px) {
    footer.footer .block_newsletter .row .title-block .title-text .h3 {
        font-size: 18px;
    }
}

footer.footer .block_newsletter .row .title-block .title-text p {
    display: block;
    padding: 0 15px;
    color: #222;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
}

@media (max-width: 480px) {
    footer.footer .block_newsletter .row .title-block .title-text p {
        font-size: 13px;
    }
}

footer.footer .block_newsletter .row form {
    margin-bottom: 0;
}

    footer.footer .block_newsletter .row form .input-group {
        width: 100%;
    }

        footer.footer .block_newsletter .row form .input-group input {
            background: #fff;
            color: #222;
            font-size: 14px;
            height: 50px;
            line-height: 42px;
            min-width: 0;
            padding-right: 160px;
            text-indent: 15px;
            border-radius: 50px;
            border: none;
            z-index: 0;
        }

@media (max-width: 767px) {
    footer.footer .block_newsletter .row form .input-group input {
        padding-right: 130px;
        border-radius: 30px;
        height: 40px;
        line-height: 32px;
    }
}

footer.footer .block_newsletter .row form .input-group button {
    border: none;
    box-shadow: 0 0 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    height: 100%;
    margin: 0;
    padding: 10px 30px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    line-height: 1.6;
    color: #fff;
    border-radius: 0 50px 50px 0;
    order: 1;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #51aa1b;
    z-index: 2;
}

@media (max-width: 767px) {
    footer.footer .block_newsletter .row form .input-group button {
        border-radius: 0 30px 30px 0;
        padding: 0 20px;
        height: 40px;
        line-height: 40px;
    }
}

footer.footer .block_newsletter .row form .input-group button:hover,
footer.footer .block_newsletter .row form .input-group button:focus {
    color: #fff;
    background-color: #428b16;
}

footer.footer .site-footer {
    background-color: #f5f5f5;
    padding-top: 20px;
}

    footer.footer .site-footer .footer-has-logo img {
        max-width: 200px;
    }

    footer.footer .site-footer .footer-has-logo .footer-description {
        color: #666;
        margin-bottom: 15px;
    }

    footer.footer .site-footer .footer-has-logo .footer-social li {
        display: inline-block;
    }

        footer.footer .site-footer .footer-has-logo .footer-social li + li {
            margin-left: 5px;
            margin-top: 0;
        }

        footer.footer .site-footer .footer-has-logo .footer-social li a {
            font-size: 18px;
            height: 40px;
            width: 40px;
            color: #fff;
            background-color: #51aa1b;
            border-radius: 50%;
            text-align: center;
            line-height: 40px;
            display: block;
        }

            footer.footer .site-footer .footer-has-logo .footer-social li a:hover,
            footer.footer .site-footer .footer-has-logo .footer-social li a:focus {
                color: #fff;
                opacity: 0.8;
            }

        footer.footer .site-footer .footer-has-logo .footer-social li.twitter a {
            background-color: #1da1f2;
        }

        footer.footer .site-footer .footer-has-logo .footer-social li.facebook a {
            background-color: #3b5998;
        }

        footer.footer .site-footer .footer-has-logo .footer-social li.instagram a {
            background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
        }

        footer.footer .site-footer .footer-has-logo .footer-social li.youtube a {
            background-color: #c4302b;
        }

    footer.footer .site-footer .footer-widget h3 {
        color: #222;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: normal;
    }

@media (max-width: 767px) {
    footer.footer .site-footer .footer-widget h3 {
        font-size: 14px;
    }
}

footer.footer .site-footer .footer-widget ul li {
    color: #666;
}

    footer.footer .site-footer .footer-widget ul li + li {
        margin-top: 4px;
    }

    footer.footer .site-footer .footer-widget ul li a {
        color: #666;
    }

        footer.footer .site-footer .footer-widget ul li a:hover,
        footer.footer .site-footer .footer-widget ul li a:focus {
            color: #51aa1b;
        }

footer.footer .site-footer .footer-widget.footer-contact ul li {
    display: table;
}

    footer.footer .site-footer .footer-widget.footer-contact ul li i {
        display: table-cell;
        width: 20px;
    }

@media (max-width: 991px) {
    footer.footer .site-footer .fix-clear:nth-child(2n + 1) {
        clear: left;
    }
}

footer.footer .copyright {
    padding: 10px 0;
    font-size: 13px;
    color: #222;
    background-color: #f5f5f5;
    border-top: 1px solid #e2e2e2;
}

    footer.footer .copyright a {
        color: #222;
    }

        footer.footer .copyright a:hover,
        footer.footer .copyright a:focus {
            color: #51aa1b;
        }

.htw-product-block-item {
    display: block;
    position: relative;
    overflow: hidden;
    height: 100%;
    background: #fff;
    margin-bottom: 30px;
}

    .htw-product-block-item a {
        display: block;
    }

    .htw-product-block-item .product-img {
        text-align: center;
        position: relative;
        overflow: hidden;
    }

        .htw-product-block-item .product-img img {
            -webkit-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
        }

        .htw-product-block-item .product-img .button-add {
            width: 100%;
            opacity: 0;
            visibility: hidden;
            width: 100%;
            position: absolute;
            left: 0;
            bottom: -10%;
            -webkit-transition: all ease 0.5s;
            -o-transition: all ease 0.5s;
            transition: all ease 0.5s;
        }

            .htw-product-block-item .product-img .button-add form {
                margin-bottom: 0;
                display: flex;
                width: 100%;
            }

                .htw-product-block-item .product-img .button-add form button {
                    border-radius: 0;
                    text-transform: uppercase;
                    font-weight: 500;
                    font-size: 11px;
                    border: 0;
                    background: #51aa1b;
                    color: #fff;
                    width: 100%;
                    padding: 8px 5px;
                    outline: none;
                    border: 1px solid #51aa1b;
                }

                    .htw-product-block-item .product-img .button-add form button + button {
                        margin-right: 0;
                        margin-left: 5px;
                    }

                    .htw-product-block-item .product-img .button-add form button:hover,
                    .htw-product-block-item .product-img .button-add form button:focus {
                        background: #fff;
                        color: #51aa1b;
                        border-color: #51aa1b;
                    }

        .htw-product-block-item .product-img .product-sale {
            position: absolute;
            top: 10px;
            font-size: 11px;
            font-weight: 500;
            z-index: 1;
            color: #fff;
            background: #e01212;
            border-radius: 3px;
            height: 25px;
            line-height: 25px;
            left: 10px;
            padding: 0 10px;
        }

    .htw-product-block-item .product-detail {
        padding: 20px 5px;
        text-align: center;
    }

@media (max-width: 767px) {
    .htw-product-block-item .product-detail {
        padding: 5px 3px;
    }
}

.htw-product-block-item .product-detail .box-pro-detail {
    z-index: 9;
    width: 100%;
}

    .htw-product-block-item .product-detail .box-pro-detail h3 {
        margin: 0 0 5px;
        font-size: 14px;
        position: relative;
    }

@media (max-width: 480px) {
    .htw-product-block-item .product-detail .box-pro-detail h3 {
        font-size: 13px;
    }
}

.htw-product-block-item .product-detail .box-pro-detail h3 a {
    color: #333;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

    .htw-product-block-item .product-detail .box-pro-detail h3 a:hover,
    .htw-product-block-item .product-detail .box-pro-detail h3 a:focus {
        color: #51aa1b;
    }

.htw-product-block-item .product-detail .box-pro-detail .box-pro-prices .pro-price {
    font-size: 14px;
    margin: 0;
    font-weight: 600;
    color: #51aa1b;
}

@media (max-width: 480px) {
    .htw-product-block-item .product-detail .box-pro-detail .box-pro-prices .pro-price {
        font-size: 13px;
    }
}

.htw-product-block-item .product-detail .box-pro-detail .box-pro-prices .pro-price .pro-price-del {
    color: #939393;
    font-size: 13px;
    margin-left: 5px;
    font-weight: normal;
}

@media (max-width: 480px) {
    .htw-product-block-item .product-detail .box-pro-detail .box-pro-prices .pro-price .pro-price-del {
        font-size: 12px;
    }
}

@media (min-width: 1025px) {
    .htw-product-block-item:hover .product-img img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -moz-transform: scale(1.1);
    }

    .htw-product-block-item:hover .product-img .button-add {
        opacity: 1;
        visibility: visible;
        bottom: 0;
    }
}

@media (min-width: 768px) {
    .my-account .dashboard .recent-orders .thead-default {
        border-top: 1px solid #e1e1e1;
    }
}

@media (max-width: 991px) {
    .htw-header-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 70px;
    }
}

@media (max-width: 991px) and (max-width: 767px) {
    .htw-header-mobile {
        height: 55px;
    }
}

@media (max-width: 991px) {
    .htw-header-mobile .htw-flexitem {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .htw-header-mobile .htw-flexitem-fill {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .htw-header-mobile .htw-flexitem-fill:last-child {
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            text-align: right;
            min-width: 100px;
        }

            .htw-header-mobile .htw-flexitem-fill:last-child a {
                display: inline-block;
                color: #fff;
                padding: 0 10px;
                position: relative;
                font-size: 16px;
                width: auto;
                height: 25px;
            }

                .htw-header-mobile .htw-flexitem-fill:last-child a .count_item_pr {
                    height: 17px;
                    line-height: 17px;
                    background: #f9c938;
                    color: #fff;
                    font-size: 10px;
                    font-weight: 500;
                    text-align: center;
                    min-width: 17px;
                    border-radius: 50%;
                    display: inline-flex;
                    justify-content: center;
                    align-items: center;
                    position: absolute;
                    top: -10px;
                    right: -6px;
                }

                .htw-header-mobile .htw-flexitem-fill:last-child a.site-header-search i {
                    position: relative;
                    top: -5px;
                }

        .htw-header-mobile .htw-flexitem-fill .logo-wrapper img {
            max-height: 55px;
        }

    .htw-header-mobile #trigger-mobile {
        width: 35px;
        float: left;
        margin: 0;
        padding: 0;
        display: block;
        text-align: left;
        margin-right: 5px;
        max-width: 80px;
    }

        .htw-header-mobile #trigger-mobile .icon-bar {
            background-color: #fff;
            display: block;
            width: 22px;
            height: 2px;
            border-radius: 1px;
        }

            .htw-header-mobile #trigger-mobile .icon-bar.icon-bar {
                margin-top: 4px;
            }

            .htw-header-mobile #trigger-mobile .icon-bar:nth-child(2) {
                width: 15px;
            }
}

@media (max-width: 480px) {
    .s480-f {
        display: block;
        font-size: 0;
        clear: both;
    }

    .col-full {
        width: 100%;
    }
}

.form-signup .errors {
    color: red;
}

.titlepopupContact {
    color: #51aa1b;
    font-size: 32px;
    font-weight: 500;
    margin: 0;
    padding-top: 10px;
    position: relative;
    display: block;
    text-transform: uppercase;
    padding-bottom: 15px;
}

#backgroundPopup {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000000;
    z-index: 10000;
}

#popupContact {
    display: none;
    position: fixed;
    background: transparent;
    /* border: 2px solid #cecece; */
    z-index: 10001;
    padding: 12px;
    font-size: 13px;
    padding-bottom: 25px;
}

#popupContactClose {
    position: absolute;
    top: -15px;
    right: -15px;
}
