.title-head {
    width: 100%;
    float: left;
    font-weight: 700;
    color: #333;
    text-decoration: none;
    margin: 0
}

.title-head a {
    color: #333
}

.title-head a:hover {
    color: #2878d7
}

.product-box {
    width: 100%;
    float: left;
    text-align: left;
    position: relative;
    overflow: hidden;
    background: #fff
}

@media (min-width: 992px) {
    .product-box:hover .product-thumbnail img {
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.product-box .product-thumbnail {
    overflow: hidden;
    position: relative;
    width: 100%;
    float: left;
    background: #fff
}

.product-box .product-thumbnail>a {
    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;
    text-align: center
}

.product-box .product-thumbnail .product-image {
    max-height: 100%;
    -webkit-transition: all ease 1s;
    -moz-transition: all ease 1s;
    -ms-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s
}

.product-box .product-thumbnail img {
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms
}

.product-box .product-review {
    margin: 0 0 5px
}

.product-box .product-info {
    position: relative;
    width: 100%;
    float: left;
    z-index: 10;
    padding: 10px 0
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-box .product-info {
        font-size: small
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .product-box .product-info {
        font-size: smaller
    }
}

.product-box .product-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: absolute;
    top: 0;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms
}

@media (min-width: 1200px) {
    .product-box .product-action {
        left: -50px
    }
}

@media (max-width: 1199px) {
    .product-box .product-action {
        right: 10px;
        top: 10px
    }
}

.product-box .product-action button {
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms
}

.product-box .product-action button span {
    padding: 0 8px
}

@media (min-width: 1200px) {
    .product-box:hover .product-action {
        left: 10px;
        top: 10px
    }
}

.product-box form {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-bottom: 0
}

.product-box .price-box {
    line-height: normal
}

.product-box .price-box>span {
    width: 100%;
    float: left;
    margin: 0
}

.product-box .price-box .special-price {
    font-size: 1.14286em
}

.product-box .price-box .old-price {
    font-size: .92857em
}

@media (max-width: 542px) {
    .product-box .product-name {
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden
    }
}

.product-box .product-name a {
    color: #333
}

.product-box .product-name:hover a {
    color: #2878d7
}

@media (min-width: 1200px) {
    .owl-carousel .product-box .product-thumbnail>a {
        height: 262.5px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .owl-carousel .product-box .product-thumbnail>a {
        height: 212.5px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .owl-carousel .product-box .product-thumbnail>a {
        height: 226.66px
    }
}

@media (min-width: 543px) and (max-width: 767px) {
    .owl-carousel .product-box .product-thumbnail>a {
        height: 241.5px
    }
}

@media (min-width: 375px) and (max-width: 542px) {
    .owl-carousel .product-box .product-thumbnail>a {
        height: 192.5px
    }
}

@media (min-width: 320px) and (max-width: 374px) {
    .owl-carousel .product-box .product-thumbnail>a {
        height: 157.5px
    }
}

.product-thumbnail {
    float: left
}

.product-action form {
    margin: 0
}

.product-action .btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product-name {
    width: 100%;
    float: left;
    font-size: 1em;
    color: #333;
    margin: 0 0 5px
}

.tag-item.tag-sale {
    position: absolute;
    color: #fff;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    border: 1px solid #fff;
    background-color: #4a90e2;
    background: #2878d7;
    background: -moz-linear-gradient(left, #4a90e2 0%, #2878d7 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #4a90e2), color-stop(100%, #2878d7));
    background: -webkit-linear-gradient(left, #4a90e2 0%, #2878d7 100%);
    background: -o-linear-gradient(left, #4a90e2 0%, #2878d7 100%);
    background: linear-gradient(to right, #4a90e2 0%, #2878d7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#4a90e2, endColorstr=#2878d7);
    box-shadow: 0 0 0 2px #4a90e2;
    white-space: nowrap
}

@media (min-width: 1200px) {
    .tag-item.tag-sale {
        height: 25px;
        width: 35px;
        font-size: .85714em
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .tag-item.tag-sale {
        height: 20px;
        width: 30px;
        font-size: .71429em
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .tag-item.tag-sale {
        height: 25px;
        width: 35px;
        font-size: .85714em
    }
}

@media (min-width: 543px) and (max-width: 767px) {
    .tag-item.tag-sale {
        height: 25px;
        width: 35px;
        font-size: .85714em
    }
}

@media (min-width: 320px) and (max-width: 542px) {
    .tag-item.tag-sale {
        height: 20px;
        width: 30px;
        font-size: .71429em
    }
}

.tag-item.tag-new {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1
}

.tag-item.tag-new svg {
    fill: #fbbf22;
    width: 35px;
    height: 35px
}

@media (min-width: 1200px) {
    .tag-item.tag-new svg {
        width: 40px;
        height: 40px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .tag-item.tag-new svg {
        width: 40px;
        height: 40px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .tag-item.tag-new svg {
        width: 40px;
        height: 40px
    }
}

@media (min-width: 543px) and (max-width: 767px) {
    .tag-item.tag-new svg {
        width: 40px;
        height: 40px
    }
}

@media (min-width: 320px) and (max-width: 542px) {
    .tag-item.tag-new svg {
        width: 40px;
        height: 40px
    }
}

.tag-item.tag-voucher {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
    line-height: 1.5;
    background: #a2c6f0;
    font-size: .71429em;
    overflow: hidden;
    border: #2878d7 1px solid
}

@media (min-width: 768px) and (max-width: 991px) {
    .tag-item.tag-voucher {
        font-size: .71429em
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .tag-item.tag-voucher {
        font-size: .57143em
    }
}

.tag-item.tag-voucher .voucher_item {
    height: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    padding: 5px;
    float: left
}

.tag-item.tag-voucher .voucher_prepend {
    background: #4a90e2;
    border-right: #fff 1px dashed;
    color: #fff
}

.tag-item.tag-voucher .voucher_append {
    color: #1b5dab;
    -webkit-border-radius: 8px 0 0 8px;
    border-radius: 8px 0 0 8px
}

.tag-item.tag-voucher .voucher_append strong {
    font-size: 1.14286em
}

.tag-item.tag-voucher span {
    white-space: nowrap;
    float: left;
    text-align: center
}

.tag-item.tag-voucher.tag-voucher-order .voucher_prepend {
    width: 50%
}

.tag-item.tag-voucher.tag-voucher-order .voucher_append {
    width: 50%
}

.tag-item.tag-voucher.tag-voucher-item .voucher_prepend {
    width: 50%
}

.tag-item.tag-voucher.tag-voucher-item .voucher_append {
    width: 50%
}

.product-sidebar .price-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    line-height: normal
}

.product-sidebar .special-price {
    font-size: 1em;
    margin: 0 0 5px
}

.product-sidebar .old-price {
    margin: 0 !important;
    font-size: .85714em
}

.price-box {
    width: 100%;
    float: left
}

.price-box .special-price {
    color: #d0021b;
    font-weight: 700;
    float: left
}

.price-box .old-price {
    color: #666;
    text-decoration: line-through;
    margin: 0 0 0 10px
}

.price-box-area {
    position: relative
}

.price-box-area .price-box {
    padding-right: 40px
}

.price-box-area .tag-item {
    right: 5px;
    top: 2px;
    line-height: normal
}

#btnnewreview {
    background: #4a90e2 !important
}

.product-review {
    width: 100%;
    float: left;
    line-height: normal
}

.product-review .bizweb-product-reviews-badge {
    margin: 0
}

.product-review .bizweb-product-reviews-badge>div:not(:first-child) {
    display: none
}

.bizweb-product-reviews-module {
    margin: 0 !important
}

.bizweb-product-reviews-star i {
    font-style: normal;
    ont-size: 1em !important
}

.bizweb-product-reviews-star i:before {
    content: "\f005";
    font-family: 'FontAwesome';
}

.bizweb-product-reviews-star i.star-off-png:before {
    color: #ddd
}

.bizweb-product-reviews-star i.star-on-png:before {
    color: #fbbf22
}

.bpr-button-submit {
    border-color: #4a90e2 !important;
    background-color: #4a90e2 !important
}

.bizweb-product-reviews-form {
    min-width: 250px !important
}

.bread-crumb {
    width: 100%;
    float: left;
    background: #fff;
    border-top: #f3f3f3 1px dashed;
    border-bottom: #f3f3f3 1px dashed
}

.breadcrumb {
    width: 100%;
    float: left;
    padding: 10px 0;
    margin: 0;
    background: transparent
}

.breadcrumb li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: flex-start
}

.breadcrumb li>span[itemprop="title"] {
    color: #4a90e2
}

.breadcrumb li:before {
    content: "\f101" !important;
    font-family: FontAwesome;
    position: relative;
    width: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.breadcrumb li:nth-child(1):before {
    display: none
}

.breadcrumb li:nth-child(4) {
    display: none
}

.breadcrumb a {
    color: #333
}

.breadcrumb a:hover {
    color: #4a90e2
}

.breadcrumb span {
    display: inline-block;
    font-size: .92857em
}

.breadcrumb .fa {
    color: #f3f3f3;
    margin: 0 5px
}

.pagination-parent .pagination {
    margin: 0;
    float: left
}

.pagination-parent .page-item {
    float: left
}

.pagination-parent .page-item:not(:last-child) {
    margin-right: 1px
}

.pagination-parent .page-item a {
    border: #f3f3f3 1px solid;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333
}

@media (min-width: 543px) {
    .pagination-parent .page-item a {
        width: 40px;
        height: 40px;
        font-size: 1em
    }
}

@media (min-width: 425px) and (max-width: 542px) {
    .pagination-parent .page-item a {
        width: 40px;
        height: 40px;
        font-size: 1em
    }
}

@media (min-width: 375px) and (max-width: 424px) {
    .pagination-parent .page-item a {
        width: 36px;
        height: 36px;
        font-size: 1em
    }
}

@media (min-width: 320px) and (max-width: 374px) {
    .pagination-parent .page-item a {
        width: 30px;
        height: 30px;
        font-size: .92857em
    }
}

.pagination-parent .page-item.active a,
.pagination-parent .page-item:hover a {
    border: #4a90e2 1px solid;
    background: #4a90e2;
    color: #fff
}

.pagination-parent .page-item.disabled:not(.active):hover a {
    background: #4a90e2;
    border: #4a90e2 1px solid
}

.paginate-normal-content {
    background: #f3f3f3;
    padding: 10px
}

.paginate-normal-content .pagination-parent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.filter-right {
    width: 100%;
    float: left
}

@media (min-width: 768px) {
    .filter-right {
        text-align: right
    }
}

@media (max-width: 767px) {
    .filter-right {
        text-align: center
    }
}

header {
    width: 100%;
    float: left;
    position: relative;
    background: #fff
}

@media (min-width: 992px) {
    header {
        z-index: 2
    }
}

@media (max-width: 991px) {
    header {
        z-index: 1
    }
}

header .header_main .logo {
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 1200px) {
    header .header_main .logo {
        position: absolute;
        z-index: 1;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

header .header_main .logo a {
    width: 100%;
    float: left
}

@media (min-width: 1200px) {
    header .header_main .logo a {
        padding: 10px 0
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    header .header_main .logo a {
        padding: 20px 0 0
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    header .header_main .logo a {
        padding: 20px 0 0
    }
}

header .header_main .logo img {
    max-height: 80px !important
}

header .header_main .searchbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 1200px) {
    header .header_main .searchbar {
        position: absolute;
        z-index: 1
    }
}

@media (min-width: 992px) {
    header .header_main .searchbar {
        height: 100px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    header .header_main .searchbar {
        height: 80px
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    header .header_main .searchbar {
        margin-bottom: 15px
    }
}

header .header_main .searchbar .search_bar {
    width: 100%;
    float: left
}

@media (min-width: 992px) and (max-width: 1199px) {
    header .header_main .searchbar .search_bar {
        margin-top: 20px
    }
}

header .header_main .searchbar .search_bar form {
    width: 100%;
    float: left;
    margin: 0;
    position: relative
}

header .header_main .searchbar .search_bar input {
    box-shadow: none;
    margin: 0;
    border: none;
    font-size: .92857em;
    background: #ebebeb;
    -webkit-border-radius: 20px;
    border-radius: 20px
}

@media (min-width: 1200px) {
    header .header_main .searchbar .search_bar input {
        padding: 0 75px 0 15px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    header .header_main .searchbar .search_bar input {
        padding: 0 100px 0 25px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    header .header_main .searchbar .search_bar input {
        padding: 0 130px 0 25px
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    header .header_main .searchbar .search_bar input {
        padding: 0 75px 0 15px
    }
}

header .header_main .searchbar .search_bar button {
    background: #4a90e2;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-border-radius: 0 20px 20px 0;
    border-radius: 0 20px 20px 0;
    -webkit-transition: background ease 300ms;
    -moz-transition: background ease 300ms;
    -ms-transition: background ease 300ms;
    -o-transition: background ease 300ms;
    transition: background ease 300ms
}

@media (min-width: 1200px) {
    header .header_main .searchbar .search_bar button {
        padding: 0 20px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    header .header_main .searchbar .search_bar button {
        padding: 0 35px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    header .header_main .searchbar .search_bar button {
        padding: 0 50px
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    header .header_main .searchbar .search_bar button {
        padding: 0 20px
    }
}

header .header_main .searchbar .search_bar button .fa {
    color: #fff;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms
}

header .header_main .searchbar .search_bar button:hover {
    background: #2878d7
}

header .header_main .searchbar .search_bar button:hover .fa {
    -moz-transform: rotateZ(90deg);
    -o-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg)
}

header .header_main .menu_pc {
    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
}

@media (min-width: 1200px) {
    header .header_main .menu_pc {
        padding: 0;
        height: 100px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    header .header_main .menu_pc {
        padding: 0;
        height: 80px
    }
}

header .header---header {
    background: #4a90e2;
    color: #fff;
    font-size: .92857em
}

@media (min-width: 768px) {
    header .header---header {
        padding: 5px 0;
        border-bottom: #fefe1f 1px solid
    }
}

header .header---header ul {
    float: left;
    padding: 0
}

header .header---header .header_top---left li,
header .header---header .header_top---right li {
    float: left;
    display: inline-block
}

header .header---header .header_top---left li:not(:last-child),
header .header---header .header_top---right li:not(:last-child) {
    padding-right: 10px;
    margin-right: 10px;
    border-right: #f3f3f3 1px solid
}

header .header---header img {
    float: left;
    margin-right: 10px;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms
}

header .header---header a {
    display: inline-block;
    color: #fff
}

header .header---header a:hover {
    color: #fefe1f
}

header .header---header .header_top---left {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}

@media (min-width: 768px) and (max-width: 991px) {
    header .header---header .header_top---left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

header .header---header .header_top---right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    float: right
}

header .header---header .header_top---right:hover img {
    -moz-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg)
}

header .header---header .header_top---right>img {
    width: 22px
}

@media (min-width: 992px) {
    header .header---header .panel_cart {
        float: right;
        margin-left: 15px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    header .header---header .panel_cart {
        position: absolute;
        right: 15px;
        top: 0;
        z-index: 1
    }
}

@media (min-width: 543px) and (max-width: 767px) {
    header .header---header .panel_cart {
        position: absolute;
        right: 15px;
        top: 35px;
        z-index: 30
    }
}

@media (min-width: 425px) and (max-width: 542px) {
    header .header---header .panel_cart {
        position: absolute;
        right: 15px;
        top: 30px;
        z-index: 30
    }
}

@media (min-width: 375px) and (max-width: 424px) {
    header .header---header .panel_cart {
        position: absolute;
        right: 15px;
        top: 25px;
        z-index: 30
    }
}

@media (min-width: 320px) and (max-width: 374px) {
    header .header---header .panel_cart {
        position: absolute;
        right: 15px;
        top: 20px;
        z-index: 30
    }
}

header .header---header .panel_cart .top-cart-contain {
    float: left
}

@media (min-width: 768px) {
    header .header---header .panel_cart .top-cart-contain {
        width: 50px
    }
}

header .header---header .panel_cart .cartImg {
    float: left
}

@media (min-width: 768px) {
    header .header---header .panel_cart .cartImg {
        width: 22px;
        height: 22px
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    header .header---header .panel_cart .cartImg {
        width: 32px
    }
}

header .header---header .panel_cart .cartImg img {
    margin: 0
}

header .header---header .panel_cart .cartImg img:hover {
    -moz-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg)
}

header .header---header .panel_cart .cartCount {
    position: absolute;
    color: #4a90e2;
    background: #fefe1f;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    right: 0;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .85714em;
    font-weight: 700;
    -webkit-transition: background ease 300ms;
    -moz-transition: background ease 300ms;
    -ms-transition: background ease 300ms;
    -o-transition: background ease 300ms;
    transition: background ease 300ms
}

@media (min-width: 768px) {
    header .header---header .panel_cart .cartCount {
        top: 0
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    header .header---header .panel_cart .cartCount {
        top: -15px
    }
}

header .header---content {
    padding: 5px 0;
    background: #4a90e2;
    position: relative;
    z-index: 10
}

header .header---content .header---recent___content {
    padding: 20px;
    margin: 5px 0 0;
    text-align: center;
    background: #fff;
    display: none;
    position: absolute;
    left: 15px;
    right: 15px;
    z-index: 10
}

@media (min-width: 768px) {
    header .header---content .header---recent___content {
        top: 1px;
        border: #f3f3f3 1px solid;
        -webkit-box-shadow: #f3f3f3 0 5px 5px 5px;
        box-shadow: #f3f3f3 0 5px 5px 5px
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    header .header---content .header---recent___content {
        top: -45px;
        border: #4a90e2 1px solid
    }
}

header .header---content .header---recent___content.open {
    display: block
}

header .header---content .header---recent___content p {
    margin: 0
}

@media (min-width: 768px) and (max-width: 991px) {
    header .header---logo {
        padding: 20px 0
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    header .header---logo {
        padding: 10px 0
    }
}

header .header---logo a {
    display: block
}

@media (min-width: 1200px) {
    header .header---logo img {
        height: 40px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    header .header---logo img {
        height: 40px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    header .header---logo img {
        margin: 0 auto
    }
}

@media (min-width: 543px) and (max-width: 767px) {
    header .header---logo img {
        margin: 0 auto
    }
}

@media (min-width: 320px) and (max-width: 542px) {
    header .header---logo img {
        margin: 0 auto
    }
}

header .header---search .collection---search {
    width: 100%;
    float: left
}

header .header---search .collection---search___bar {
    margin: 0;
    width: 100%;
    float: left;
    position: relative
}

header .header---search .collection___search---selector {
    float: left;
    height: 40px;
    line-height: 40px
}

@media (min-width: 1200px) {
    header .header---search .collection___search---selector {
        width: 200px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    header .header---search .collection___search---selector {
        width: 150px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    header .header---search .collection___search---selector {
        width: 220px
    }
}

@media (min-width: 543px) and (max-width: 767px) {
    header .header---search .collection___search---selector {
        width: 200px
    }
}

@media (min-width: 320px) and (max-width: 542px) {
    header .header---search .collection___search---selector {
        width: 130px
    }
}

header .header---search .collection---search___title {
    color: #fff;
    padding: 0 25px 0 15px;
    font-size: .85714em;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    background: #3483de;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    -webkit-transition: background ease 300ms;
    -moz-transition: background ease 300ms;
    -ms-transition: background ease 300ms;
    -o-transition: background ease 300ms;
    transition: background ease 300ms
}

header .header---search .collection---search___title:hover {
    background: #2275d7
}

header .header---search .collection---search___title:before {
    content: "\f0d7";
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 50%;
    right: 10px;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

header .header---search .collection---search___list {
    float: left;
    background: #fff;
    margin-top: 6px;
    max-height: 350px;
    overflow: auto;
    z-index: 10;
    position: relative;
    border: #f3f3f3 1px solid;
    -webkit-box-shadow: #f3f3f3 0 0 5px 0;
    box-shadow: #f3f3f3 0 0 5px 0
}

@media (min-width: 768px) {
    header .header---search .collection---search___list {
        width: 100%
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    header .header---search .collection---search___list {
        width: 200%
    }
}

header .header---search .collection---search___list::-webkit-scrollbar {
    width: 5px
}

header .header---search .collection---search___list::-webkit-scrollbar-track {
    background: #f3f3f3
}

header .header---search .collection---search___list::-webkit-scrollbar-thumb {
    background: #4a90e2;
    border-radius: 15px
}

header .header---search .collection---search___list::-webkit-scrollbar-thumb:hover,
header .header---search .collection---search___list::-webkit-scrollbar-thumb:active {
    background: #4a90e2;
    border-radius: 15px
}

header .header---search .collection---search___item {
    width: 100%;
    float: left;
    line-height: normal;
    padding: 0 15px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: .85714em;
    line-height: 30px;
    cursor: pointer;
    position: relative;
    -webkit-transition: background 300ms ease;
    -moz-transition: background 300ms ease;
    -ms-transition: background 300ms ease;
    -o-transition: background 300ms ease;
    transition: background 300ms ease
}

header .header---search .collection---search___item:not(:last-child) {
    border-bottom: #f3f3f3 1px solid
}

header .header---search .collection---search___item:first-child {
    border-bottom: #f3f3f3 3px double
}

header .header---search .collection---search___item:hover {
    background: #cee1f7
}

header .header---search .collection---search___text {
    float: left;
    height: 40px;
    padding: 0 40px 0 10px;
    border: none;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0
}

@media (min-width: 1200px) {
    header .header---search .collection---search___text {
        width: calc(100% - 200px)
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    header .header---search .collection---search___text {
        width: calc(100% - 150px)
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    header .header---search .collection---search___text {
        width: calc(100% - 220px)
    }
}

@media (min-width: 543px) and (max-width: 767px) {
    header .header---search .collection---search___text {
        width: calc(100% - 200px)
    }
}

@media (min-width: 320px) and (max-width: 542px) {
    header .header---search .collection---search___text {
        width: calc(100% - 130px)
    }
}

header .header---search .collection---search___action {
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    border: none;
    height: 40px;
    width: 40px
}

header .header---search .collection---search___action .fa {
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms
}

header .header---search .collection---search___action:hover .fa {
    -moz-transform: rotateZ(90deg);
    -o-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg)
}

@media (min-width: 768px) and (max-width: 991px) {
    header .header---group {
        margin-top: 10px
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    header .header---group {
        margin-top: 5px
    }
}

header .header---group p {
    margin: 0
}

header .header---group .header---group___content {
    width: 100%;
    float: left;
    height: 40px
}

header .header---group .header---group___title {
    white-space: nowrap;
    color: #fff;
    font-weight: 700;
    font-size: 1.07143em;
    line-height: 22px
}

header .header---group .header---group___title:hover {
    color: #fefe1f
}

header .header---group .header---group___desc {
    color: #cee1f7;
    line-height: normal;
    white-space: nowrap;
    font-size: .85714em
}

@media (min-width: 320px) and (max-width: 767px) {
    header .header---recent {
        margin: 0 0 5px
    }
}

header .header---recent .header---recent___button {
    font-size: .85714em;
    width: 100%;
    height: 100%;
    background: #3483de;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    border: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: background ease 300ms;
    -moz-transition: background ease 300ms;
    -ms-transition: background ease 300ms;
    -o-transition: background ease 300ms;
    transition: background ease 300ms
}

header .header---recent .header---recent___button:hover {
    background: #2275d7
}

@media (min-width: 320px) and (max-width: 400px) {
    header .header---hotline {
        font-size: small
    }
}

header .header---hotline .header---hotline___content {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 320px) and (max-width: 400px) {
    header .header---blogs {
        font-size: small
    }
}

header .header---navigator {
    border-bottom: #f3f3f3 1px solid
}

header .header---navigator .navigator---header {
    height: 50px
}

header .header---navigator .navigator---title {
    width: 100%;
    float: left;
    height: 100%;
    font-weight: 700;
    line-height: 50px;
    font-size: 1.07143em;
    padding: 0 15px;
    cursor: pointer;
    position: relative
}

@media (min-width: 768px) {
    header .header---navigator .navigator---title {
        border-left: #f3f3f3 1px solid;
        border-right: #f3f3f3 1px solid;
        -webkit-box-shadow: #f3f3f3 0 5px 5px 0;
        box-shadow: #f3f3f3 0 5px 5px 0
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    header .header---navigator .navigator---title {
        border: #f3f3f3 1px solid
    }
}

header .header---navigator .navigator---title:before {
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    content: "\f0d7";
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.42857em
}

header .header---navigator .navigator---linklists {
    height: 50px
}

header .header---navigator .navigator---linklists ul {
    width: 100%;
    float: left;
    padding: 0
}

header .header---navigator .navigator---link___item {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 50px
}

header .header---navigator .navigator---link___item a {
    color: #333
}

header .header---navigator .navigator---link___item a:hover {
    color: #2878d7
}

header .menu-bar {
    position: absolute;
    z-index: 1000;
    left: 15px;
    width: 35px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (min-width: 768px) and (max-width: 991px) {
    header .menu-bar {
        top: -20px
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    header .menu-bar {
        top: 15%;
        left: 10px
    }
}

header .menu-bar a {
    color: #fff
}

@media (min-width: 768px) and (max-width: 991px) {
    header .menu-bar a {
        font-size: 1.71429em
    }
}

@media (max-width: 767px) {
    header .menu-bar a {
        font-size: 1.42857em
    }
}

.mini-cart {
    z-index: 10;
    width: 100%;
    height: 100%;
    text-align: center;
    float: left;
    position: relative
}

.mini-cart:hover .cartImg .fa {
    color: #2878d7
}

.mini-cart:hover .cartCount {
    background: #4a90e2
}

.mini-cart:hover .top-cart-content {
    display: block
}

.mini-cart .dropdown-toggle {
    font-size: .85714em;
    padding: 0;
    text-transform: none
}

.mini-cart .heading-cart {
    width: 100%;
    float: left;
    height: 100%;
    position: relative;
    cursor: pointer
}

.top-cart-contain {
    width: 100%;
    float: left;
    color: #333;
    padding: 0;
    z-index: 1000;
    height: 100%
}

.top-cart-contain .info {
    float: left
}

.top-cart-contain .mini-cart .price {
    margin-right: 5px;
    font-size: 1em;
    font-weight: 400;
    color: #d0021b
}

.top-cart-content {
    display: none;
    position: absolute;
    top: 20px;
    right: 0;
    background: #fff;
    padding: 0;
    text-align: left;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.4);
    z-index: 10000
}

.top-cart-content .empty {
    text-align: left;
    color: #333
}

.top-cart-content .product-name {
    width: calc(100% - 20px);
    float: left;
    line-height: 1
}

.top-cart-content .product-name a {
    font-size: 1em;
    line-height: normal;
    font-weight: 400;
    color: #333
}

.top-cart-content .product-name a:hover {
    color: #2878d7
}

.top-cart-content li {
    list-style: none
}

.top-cart-content li.item {
    border-top: 1px solid #f3f3f3;
    width: 100%;
    float: left;
    padding: 15px
}

.top-cart-content li.item:first-child {
    border-top: none
}

.top-cart-content li.item:last-child {
    margin: 0;
    border-bottom: none
}

.top-cart-content li.item .product-image {
    float: left;
    display: block;
    width: 80px;
    margin-right: 20px;
    text-align: center
}

.top-cart-content li.item .detail-item {
    width: calc(100% - 100px);
    float: left;
    position: relative
}

.top-cart-content li.item .detail-item .fa {
    position: absolute;
    right: 0;
    top: 0
}

.top-cart-content li.item .detail-item input {
    display: inline-block;
    width: 30px;
    height: 24px;
    min-height: 1px;
    padding: 0;
    text-align: center;
    margin: 0;
    float: left;
    border: none
}

.top-cart-content li.item .detail-item .items-count {
    display: inline-block;
    height: 24px;
    width: 24px;
    line-height: normal;
    float: left;
    border: #f3f3f3 1px solid;
    background: #f3f3f3;
    font-size: .85714em
}

.top-cart-content li.item .detail-item .items-count:hover {
    background: #2878d7;
    color: #fff;
    border: #2878d7 1px solid
}

.top-cart-content li.item .detail-item .product-details {
    width: 100%;
    float: left;
    position: relative
}

.top-cart-content li.item .detail-item .product-details-bottom {
    width: 100%;
    float: left;
    position: relative
}

.top-cart-content li.item .detail-item .qty_drop_cart {
    float: right
}

.top-subtotal {
    font-size: 1.14286em;
    font-weight: 400;
    padding: 12px 0;
    text-align: left;
    text-transform: none
}

.top-subtotal .price {
    font-weight: 700 !important;
    color: #4a90e2;
    float: right
}

ul#cart-sidebar {
    padding: 0;
    margin: 0;
    max-height: 625px;
    min-width: 350px;
    overflow: hidden
}

ul#cart-sidebar .cart_count_info {
    width: 100%;
    float: left;
    padding: 10px 15px
}

ul#cart-sidebar .list-item-cart {
    width: 100%;
    float: left;
    max-height: 290px;
    overflow: auto
}

ul#cart-sidebar .no-item {
    padding: 15px
}

ul#cart-sidebar .no-item p {
    margin: 0
}

ul#cart-sidebar li.list-item {
    max-height: 400px;
    overflow-y: auto
}

ul#cart-sidebar li.action {
    display: none
}

ul#cart-sidebar.hasclass li.action {
    display: block
}

ul#cart-sidebar li.list-item .price2 {
    font-weight: 700;
    color: #f94e3f;
    font-size: 1em;
    display: list-item;
    margin-bottom: 5px
}

ul#cart-sidebar li.list-item::-webkit-scrollbar {
    width: 5px
}

ul#cart-sidebar li.list-item::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.9)
}

ul#cart-sidebar li.list-item::-webkit-scrollbar-thumb {
    background: #4a90e2;
    border-radius: 15px
}

ul#cart-sidebar li.list-item::-webkit-scrollbar-thumb:hover,
ul#cart-sidebar li.list-item::-webkit-scrollbar-thumb:active {
    background: #4a90e2;
    border-radius: 15px
}

ul#cart-sidebar .pd {
    width: 100%;
    float: left;
    padding: 0 15px;
    background: #f3f3f3
}

ul#cart-sidebar .pd.right_ct {
    padding-bottom: 20px
}

ul#cart-sidebar .pd.right_ct a {
    width: 50%;
    float: left;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1em;
    border: #4a90e2 1px solid;
    color: #4a90e2
}

ul#cart-sidebar .pd.right_ct a:hover {
    color: #fff;
    background: #4a90e2
}

ul#cart-sidebar .pd.right_ct a:first-child {
    border-right: none
}

.li-fix-1 {
    background: #FFF;
    border-top: 1px solid #f3f3f3;
    display: block
}

.li-fix-2 {
    display: block;
    width: 295px
}

.header-menu {
    width: 100%;
    float: left
}

.category {
    position: relative;
    height: 40px
}

@media (min-width: 992px) {
    .category {
        padding: 0 0 0 15px
    }

    .category:hover .category-nav {
        display: block
    }
}

@media (max-width: 991px) {
    .category {
        padding: 0
    }
}

.category .category-title .fa {
    margin-right: 10px
}

.category .category-nav {
    position: relative;
    background: #fff;
    z-index: 9;
    margin-top: 1px;
    display: none;
    -webkit-box-shadow: #f3f3f3 0 3px 5px 0px;
    box-shadow: #f3f3f3 0 3px 5px 0px
}

@media (min-width: 992px) {
    .category .category-nav.category-nav-index {
        display: block
    }
}

.category .category-nav.open {
    display: block
}

.category #nav-cate {
    position: relative;
    padding: 0;
    z-index: 1;
    border: #f3f3f3 1px solid
}

@media (min-width: 1200px) {
    .category #nav-cate {
        min-height: 316px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .category #nav-cate {
        min-height: 262px
    }
}

.category #nav-cate a {
    color: #666
}

.category #nav-cate a:hover {
    color: #2878d7
}

@media (min-width: 768px) and (max-width: 991px) {
    .category #nav-cate a.a_lv2 {
        font-size: small
    }

    .category #nav-cate a.a_lv2:before {
        top: 50%;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.category #nav-cate .sidebar-menu-list {
    padding: 0 0 0 10px
}

.category #nav-cate .sidebar-menu-list:not(:last-child) {
    border-bottom: #f3f3f3 1px solid
}

@media (min-width: 992px) {
    .category #nav-cate .sidebar-menu-list {
        position: static
    }

    .category #nav-cate .sidebar-menu-list:hover>a {
        color: #4a90e2
    }

    .category #nav-cate .sidebar-menu-list:hover .cate_menu {
        display: block
    }
}

.category #nav-cate .sidebar-menu-list>a {
    width: 100%;
    float: left;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    padding-right: 15px;
    font-size: .92857em;
    -webkit-transition: unset;
    -moz-transition: unset;
    -ms-transition: unset;
    -o-transition: unset;
    transition: unset
}

@media (min-width: 992px) and (max-width: 1199px) {
    .category #nav-cate .sidebar-menu-list>a {
        line-height: 20px
    }
}

.category #nav-cate .sidebar-menu-list>a:before {
    position: absolute;
    content: "";
    right: 0;
    top: 1px;
    bottom: 1px
}

.category #nav-cate .sidebar-menu-list>a img {
    float: left;
    margin-right: 5px;
    width: 22px;
    height: 22px;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms
}

@media (min-width: 1200px) {
    .category #nav-cate .sidebar-menu-list>a img {
        opacity: 0.5
    }
}

.category #nav-cate .sidebar-menu-list>a span {
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 30px)
}

@media (min-width: 1200px) {
    .category #nav-cate .sidebar-menu-list:hover a img {
        opacity: 1
    }
}

@media (min-width: 992px) {
    .category #nav-cate .sidebar-menu-list.cate_icon>a:after {
        content: "\f105";
        font-family: FontAwesome;
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 30px;
        text-align: center;
        line-height: 30px
    }

    .category #nav-cate .sidebar-menu-list.cate_icon:hover>a:after {
        content: "\f0da"
    }
}

.category #nav-cate .more,
.category #nav-cate .less {
    padding: 0 0 0 10px
}

.category #nav-cate .more a,
.category #nav-cate .less a {
    font-size: .92857em
}

@media (min-width: 992px) {
    .category #nav-cate em {
        display: none
    }
}

.category .cate_menu {
    display: none;
    position: absolute !important;
    left: 100%;
    top: 1px;
    background: #f3f3f3;
    height: 100% !important;
    padding: 5px 10px;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    column-fill: auto;
    overflow: auto;
    z-index: -1;
    -webkit-box-shadow: #f3f3f3 0 0 0 2px;
    box-shadow: #f3f3f3 0 0 0 2px
}

@media (min-width: 1200px) {
    .category .cate_menu {
        width: 863.5px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .category .cate_menu {
        width: 727.5px
    }
}

.category .single_cate_menu {
    width: 100%;
    float: left;
    margin: 0 0 10px
}

.category .single_cate_menu a {
    padding: 0
}

.category .single_cate_menu_title {
    margin: 0;
    padding: 5px 0;
    font-size: .85714em;
    text-transform: uppercase
}

.category .single_cate_menu_title a {
    font-weight: 700
}

.category .sub_cate_menu {
    padding: 0
}

.category .sub_cate_menu li {
    padding: 0 5px;
    -webkit-transition: background ease 300ms;
    -moz-transition: background ease 300ms;
    -ms-transition: background ease 300ms;
    -o-transition: background ease 300ms;
    transition: background ease 300ms
}

.category .sub_cate_menu li a {
    font-size: .85714em
}

.category .sub_cate_menu li:hover {
    background: #f5f5f5
}

header nav {
    background: transparent;
    width: 100%;
    float: left
}

header nav .nav {
    position: relative;
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 1200px) {
    header nav .nav {
        padding: 0 17%
    }
}

header nav .nav-item {
    float: left;
    position: relative
}

@media (min-width: 1200px) {
    header nav .nav-item {
        padding: 30px 0
    }
}

@media (min-width: 991px) and (max-width: 1199px) {
    header nav .nav-item {
        padding: 20px 0
    }
}

header nav .nav-item:focus {
    background-color: transparent
}

header nav .nav-item.active a {
    background-color: transparent !important
}

header nav .nav-item.active a:before {
    visibility: visible;
    opacity: 1;
    -moz-transform: translate(-50%, -50%) scale(1, 1);
    -o-transform: translate(-50%, -50%) scale(1, 1);
    -ms-transform: translate(-50%, -50%) scale(1, 1);
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
    transform: translate(-50%, -50%) scale(1, 1)
}

header nav .nav-item.active .nav-link {
    color: #fff
}

header nav .nav-item.has-mega {
    position: static
}

header nav .nav-item.has-mega:hover .mega-content {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1
}

header nav .nav-item>a {
    line-height: 1.45;
    color: #333;
    background-color: transparent !important;
    font-weight: 700;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    padding: 10px 20px;
    position: relative;
    text-transform: uppercase;
    height: 40px
}

header nav .nav-item>a>.fa {
    position: absolute;
    right: 0;
    width: 20px;
    top: 50%;
    text-align: center;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

header nav .nav-item>a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 40px;
    width: 100%;
    background-color: #4a90e2;
    z-index: -1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%) scale(0.5, 0.5);
    -o-transform: translate(-50%, -50%) scale(0.5, 0.5);
    -ms-transform: translate(-50%, -50%) scale(0.5, 0.5);
    -webkit-transform: translate(-50%, -50%) scale(0.5, 0.5);
    transform: translate(-50%, -50%) scale(0.5, 0.5);
    visibility: hidden;
    opacity: 0
}

header nav .nav-item>a:hover {
    background-color: transparent !important;
    color: #fff
}

header nav .nav-item>a:hover:before {
    visibility: visible;
    opacity: 1;
    -moz-transform: translate(-50%, -50%) scale(1, 1);
    -o-transform: translate(-50%, -50%) scale(1, 1);
    -ms-transform: translate(-50%, -50%) scale(1, 1);
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
    transform: translate(-50%, -50%) scale(1, 1)
}

header nav .nav-item .dropdown-menu {
    font-size: 1em;
    display: none;
    min-width: 220px;
    margin: 0;
    padding: 0;
    border: none;
    -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.175);
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.175);
    border: #f3f3f3 1px solid;
    -webkit-border-radius: 0;
    border-radius: 0
}

header nav .nav-item .dropdown-menu li a {
    position: relative;
    padding: 7px 15px 7px 10px;
    color: #337ab7;
    font-size: .92857em
}

header nav .nav-item .dropdown-menu li a .fa {
    position: absolute;
    right: 0;
    top: 16px;
    width: 15px;
    text-align: center;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

header nav .nav-item .dropdown-menu li:hover>a {
    color: #2878d7
}

header nav .nav-item:hover>.dropdown-menu {
    display: block;
    left: auto;
    right: 50%;
    -moz-transform: translateX(50%);
    -o-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    transform: translateX(50%)
}

header nav .nav-item:hover>.mega-content {
    display: block
}

header nav .nav-item:not(.has-mega) li {
    position: relative;
    border-left: transparent 3px solid
}

header nav .nav-item:not(.has-mega) li:not(:last-child) {
    border-bottom: #f3f3f3 1px dotted
}

header nav .nav-item:not(.has-mega) li:hover {
    border-left: #2878d7 3px solid
}

header nav .nav-item:not(.has-mega) li.dropdown-submenu .dropdown-menu {
    left: 100%;
    top: 0
}

header nav .nav-item:not(.has-mega) li.dropdown-submenu:hover>.dropdown-menu {
    display: block
}

header nav .mega-content {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 100;
    border: 1px solid #f3f3f3;
    left: 0;
    padding: 5px 0
}

@media (min-width: 1200px) {
    header nav .mega-content {
        width: 862.5px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    header nav .mega-content {
        width: 727.5px
    }
}

header nav .mega-content>ul {
    padding: 0;
    width: 100%;
    float: left
}

header nav .mega-content .mega-item {
    display: block;
    float: left;
    padding: 10px 15px
}

header nav .mega-content .mega-item:nth-child(3n+1) {
    clear: left
}

header nav .mega-content .mega-item-title {
    font-size: 1em;
    margin: 0;
    font-weight: 700
}

header nav .mega-content .mega-list {
    width: 100%;
    float: left;
    padding: 0;
    margin: 5px 0 0
}

header nav .mega-content .mega-list-item {
    width: 100%;
    float: left;
    padding: 0 10px;
    position: relative;
    -webkit-transition: background ease 300ms;
    -moz-transition: background ease 300ms;
    -ms-transition: background ease 300ms;
    -o-transition: background ease 300ms;
    transition: background ease 300ms
}

header nav .mega-content .mega-list-item:hover {
    background: #ebebeb
}

header nav .mega-content .mega-list-item a {
    font-size: .92857em;
    display: block
}

#nav-mobile .cp-item .fa {
    padding-right: 10px
}

#nav-mobile li.active a {
    color: #4a90e2;
    font-weight: 700
}

#nav-mobile .mm-navbar_tabs a {
    font-size: 1.07143em;
    text-transform: uppercase
}

#nav-mobile .mm-navbar_tabs a.mm-navbar__tab_selected {
    color: #4a90e2;
    font-weight: 700
}

.mm-slideout {
    z-index: unset !important
}

footer {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    padding: 30px 0;
    color: #666;
    background: #fff
}

footer .rte {
    color: #337ab7
}

footer .footer-widget {
    width: 100%;
    float: left
}

footer .footer-title {
    width: 100%;
    float: left;
    color: #444;
    font-size: 1.07143em;
    font-weight: 700;
    margin: 0 0 10px;
    text-transform: uppercase;
    position: relative;
    display: block
}

footer .foo-col {
    margin-bottom: 30px
}

@media (min-width: 768px) and (max-width: 991px) {
    footer .foo-col:nth-child(2n+1) {
        clear: left
    }
}

footer .footer---top {
    background: #f3f3f3;
    padding: 15px
}

footer .payment-method {
    width: 100%;
    float: left
}

footer .payment-method .item {
    margin: 0 5px 5px 0;
    float: left;
    clear: right
}

footer .social-icons {
    width: 100%;
    float: left
}

footer .subscribe_form {
    float: left
}

footer .subscribe_form form {
    width: 100%;
    float: left;
    position: relative;
    margin: 0
}

footer .subscribe_form form:hover input {
    border: #2878d7 1px solid
}

footer .subscribe_form form:hover button {
    background: #2878d7
}

footer .subscribe_form .btn-subscribe {
    position: absolute;
    width: 80px;
    top: 0;
    right: 0;
    padding: 0;
    background: #4a90e2;
    -webkit-transition: background ease 300ms;
    -moz-transition: background ease 300ms;
    -ms-transition: background ease 300ms;
    -o-transition: background ease 300ms;
    transition: background ease 300ms
}

footer .subscribe_form .btn-subscribe .fa {
    color: #fff;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms
}

footer .subscribe_form .btn-subscribe:hover .fa {
    font-size: 1.42857em
}

footer .subscribe_form input {
    border: #4a90e2 1px solid;
    padding: 0 100px 0 20px;
    margin: 0;
    background: #fff;
    -webkit-transition: border ease 300ms;
    -moz-transition: border ease 300ms;
    -ms-transition: border ease 300ms;
    -o-transition: border ease 300ms;
    transition: border ease 300ms
}

footer ul {
    padding: 0
}

footer ul.list-menu {
    line-height: 1.71429em;
    width: 100%;
    float: left;
    padding-left: 0
}

footer ul.list-menu a {
    width: calc(100% - 10px);
    float: left;
    font-size: .92857em
}

@media (min-width: 320px) and (max-width: 767px) {
    footer ul.list-menu a {
        line-height: 1.5
    }
}

footer ul.list-menu li {
    width: 100%;
    float: left;
    color: #337ab7
}

footer ul.list-menu li:not(:last-child) {
    padding-bottom: 5px
}

footer ul.list-menu li:hover {
    color: #fff
}

footer ul.list-menu li:hover a {
    -moz-transform: translateX(10px);
    -o-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

footer .footer-social {
    width: 100%;
    float: left
}

@media (min-width: 320px) and (max-width: 767px) {
    footer .footer-social {
        margin-bottom: 30px
    }
}

footer .footer-store {
    width: 100%;
    float: left
}

footer .footer-store img {
    float: left
}

@media (min-width: 1200px) {
    footer .footer-store .store_location_image {
        width: 100px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    footer .footer-store .store_location_image {
        width: 80px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    footer .footer-store .store_location_image {
        width: 100px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    footer .footer-store.store-info {
        margin-bottom: 15px
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    footer .footer-store {
        margin-bottom: 15px
    }
}

footer .footer-store___info {
    float: left
}

@media (min-width: 1200px) {
    footer .footer-store___info {
        width: calc(100% - 120px)
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    footer .footer-store___info {
        width: calc(100% - 100px)
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    footer .footer-store___info {
        width: calc(100% - 120px)
    }
}

footer .footer-store___info li {
    width: 100%;
    float: left
}

footer .footer-store___info label {
    float: left;
    margin: 0 5px 0 0
}

footer .footer-store___info a {
    float: left
}

footer a {
    display: block;
    color: #666
}

footer a:hover {
    color: #2878d7
}

.copyright {
    width: 100%;
    float: left;
    padding: 5px 0;
    text-align: center;
    color: #fff;
    font-size: .92857em;
    position: relative;
    background: #2f2f2f;
    border-top: #f3f3f3 1px solid
}

@media (min-width: 768px) {
    .copyright {
        line-height: 40px
    }
}

@media (max-width: 767px) {
    .copyright {
        line-height: 30px;
        padding-bottom: 65px;
    }
}

.copyright a {
    font-weight: 700
}

.copyright a:hover strong {
    color: #2878d7
}

.copyright strong {
    color: #4a90e2
}

.copyright .cr-content {
    text-align: center
}

@media (max-width: 767px) {
    .copyright .cr-content span {
        width: 100%;
        float: left
    }
}

.back-to-top {
    position: absolute;
    right: 10px;
    bottom: 70px;
    font-size: 30px;
    color: #4a90e2;
    line-height: 1;
    z-index: 10;
    cursor: pointer
}

.back-to-top.show {
    position: fixed;
    right: 10px;
    bottom: 70px
}

.product-template {
    width: 100%;
    float: left;
    padding: 30px 0 0
}

.details-product {
    margin: 0 0 30px
}

.details-product .product_images_list {
    float: left;
    margin: 0 0 30px
}

.details-product .large-image {
    margin: 0 0 10px
}

@media (min-width: 1200px) {
    .details-product .large-image {
        height: 457.5px;
        background: #f3f3f3;
        border: #f3f3f3 5px solid
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .details-product .large-image {
        height: 374.16px;
        background: #f3f3f3;
        border: #f3f3f3 5px solid
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .details-product .large-image {
        height: 600px;
        border: #f3f3f3 5px solid;
        background: #f3f3f3
    }
}

@media (min-width: 543px) and (max-width: 767px) {
    .details-product .large-image img {
        height: auto !important;
        max-height: 513px !important
    }
}

@media (min-width: 320px) and (max-width: 542px) {
    .details-product .large-image img {
        max-height: 345px !important;
        height: auto !important
    }
}

.details-product .large-image>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.details-product .large-image>a img {
    width: auto !important;
    max-height: 100% !important;
    max-width: 100%;
    height: auto !important;
    display: inline-block
}

.details-product .large-image>a .zoomWrapper {
    width: 100% !important;
    height: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center
}

.details-product .product_thumblist {
    width: 100%;
    float: left
}

.details-product #gallery_01 {
    margin: 0 0 10px;
    overflow: hidden
}

.details-product #gallery_01 .owl-item {
    padding: 1px
}

.details-product #gallery_01 .active .item {
    opacity: 1
}

.details-product #gallery_01 .item {
    border: #f3f3f3 0.5px solid;
    width: 100%;
    float: left;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms
}

.details-product #gallery_01 .item.thumb-noborder {
    opacity: 0.5
}

.details-product #gallery_01 .item.thumb-border {
    border: #4a90e2 0.5px solid !important
}

.details-product #gallery_01 .item:hover {
    border: #2878d7 0.5px solid
}

.details-product #gallery_01 .item a {
    width: 100%;
    float: left;
    padding: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 1200px) {
    .details-product #gallery_01 .item a {
        height: 65px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .details-product #gallery_01 .item a {
        height: 63.8px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .details-product #gallery_01 .item a {
        height: 108.66px
    }
}

@media (min-width: 543px) and (max-width: 767px) {
    .details-product #gallery_01 .item a {
        height: 91.59px
    }
}

@media (min-width: 320px) and (max-width: 542px) {
    .details-product #gallery_01 .item a {
        height: 62px
    }
}

.details-product #gallery_01 .item img {
    margin: 0 auto
}

.details-product .qrcode_image {
    width: 40px;
    float: left;
    margin: 0 5px 0 0;
    border: #f3f3f3 3px double;
    -webkit-transition: width ease 300ms;
    -moz-transition: width ease 300ms;
    -ms-transition: width ease 300ms;
    -o-transition: width ease 300ms;
    transition: width ease 300ms
}

.details-product .qrcode_image:hover {
    width: 100px
}

.details-product .social-sharing {
    width: auto;
    display: block
}

.details-pro {
    margin: 0 0 30px
}

.details-pro .product-title {
    line-height: normal;
    margin: 0 0 10px
}

@media (min-width: 768px) {
    .details-pro .product-title {
        font-size: 1.64286em
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .details-pro .product-title {
        font-size: 1.28571em
    }
}

.details-pro .product___rating-inventory {
    width: 100%;
    float: left;
    margin: 0 0 5px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.details-pro .product___rating-inventory .product-review {
    width: auto;
    font-size: smaller
}

.details-pro .product___rating-inventory .product-inventory {
    float: left;
    font-size: .92857em
}

.details-pro .product___rating-inventory .product-inventory .quantity_item .qty_instock {
    color: #4a90e2
}

.details-pro .product___rating-inventory .product-inventory .quantity_item .qty_outofstock {
    color: red
}

.details-pro .product___rating-inventory>div:not(:last-child) {
    border-right: #f3f3f3 2px solid;
    margin-right: 10px;
    padding-right: 5px
}

.details-pro .product_info {
    width: 100%;
    float: left;
    margin: 0 0 5px;
    font-size: .92857em
}

.details-pro .product_info>div {
    float: left
}

@media (min-width: 543px) {
    .details-pro .product_info>div:not(:last-child) {
        padding-right: 10px;
        margin-right: 10px;
        border-right: #f3f3f3 2px solid
    }
}

@media (min-width: 320px) and (max-width: 542px) {
    .details-pro .product_info>div {
        width: 100%
    }
}

.details-pro label {
    margin: 0 5px 0 0;
    float: left
}

.details-pro .form-product {
    width: 100%;
    float: left
}

.details-pro .form-product label {
    width: 90px;
    float: left;
    overflow: hidden;
    line-height: 30px;
    font-size: .92857em
}

.details-pro .form-product form {
    width: 100%;
    float: left;
    margin: 0
}

.details-pro .form-product .box-variant .selector-wrapper {
    width: 100%;
    float: left
}

.details-pro .form-product .box-variant .single-option-selector {
    width: calc(100% - 95px);
    height: 30px;
    float: left;
    border: #f3f3f3 1px solid
}

.details-pro .form-product .product___action {
    width: 100%;
    float: left;
    margin: 0 0 10px
}

.details-pro .form-product .quantity_contact {
    float: left
}

@media (min-width: 320px) and (max-width: 542px) {
    .details-pro .form-product .quantity_contact {
        width: 100%
    }
}

.details-pro .form-product .quantity_contact .product_quantity {
    width: 100%;
    float: left;
    padding: 0
}

@media (min-width: 768px) and (max-width: 991px) {
    .details-pro .form-product .quantity_contact .product_quantity {
        margin: 10px 30px 0 0
    }
}

@media (min-width: 543px) and (max-width: 767px) {
    .details-pro .form-product .quantity_contact .product_quantity {
        margin: 10px 30px 0 0
    }
}

@media (min-width: 1200px) {
    .details-pro .form-product .quantity_contact .product_quantity.setup___on {
        margin: 20px 20px 0 0
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .details-pro .form-product .quantity_contact .product_quantity.setup___on {
        margin: 20px 20px 0 0
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .details-pro .form-product .quantity_contact .product_quantity.setup___on {
        margin: 20px 20px 0 0
    }
}

@media (min-width: 543px) and (max-width: 767px) {
    .details-pro .form-product .quantity_contact .product_quantity.setup___on {
        margin: 20px 20px 0 0
    }
}

@media (min-width: 320px) and (max-width: 542px) {
    .details-pro .form-product .quantity_contact .product_quantity.setup___on {
        margin: 0 0 10px
    }
}

.details-pro .form-product .quantity_contact button {
    width: 30px;
    height: 30px;
    line-height: 22px;
    float: left;
    padding: 0;
    display: block;
    text-align: center;
    margin: 0 auto;
    font-size: 1.07143em;
    border: #f3f3f3 1px solid;
    background: #fff;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms
}

.details-pro .form-product .quantity_contact button:hover {
    background: #2878d7;
    color: #fff
}

.details-pro .form-product .quantity_contact .qty {
    float: left;
    box-shadow: none;
    text-align: center;
    min-height: 1px;
    height: 30px;
    padding: 0;
    line-height: 30px;
    border-left: none !important;
    border-right: none !important;
    -webkit-border-radius: 0;
    border-radius: 0
}

@media (min-width: 543px) {
    .details-pro .form-product .quantity_contact .qty {
        width: 50px
    }
}

@media (min-width: 320px) and (max-width: 542px) {
    .details-pro .form-product .quantity_contact .qty {
        width: calc(100% - 155px)
    }
}

.details-pro .form-product .button_actions {
    float: left
}

@media (min-width: 1200px) {
    .details-pro .form-product .button_actions {
        min-width: 300px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .details-pro .form-product .button_actions {
        min-width: 300px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .details-pro .form-product .button_actions {
        min-width: 300px
    }
}

@media (min-width: 543px) and (max-width: 767px) {
    .details-pro .form-product .button_actions .btn_soldout {
        min-width: 300px
    }
}

@media (min-width: 320px) and (max-width: 542px) {
    .details-pro .form-product .button_actions {
        width: 100%
    }
}

.details-pro .form-product .button_actions button {
    width: 100%;
    height: 50px;
    float: left;
    font-size: 1.28571em;
    text-transform: uppercase
}

.details-pro .form-product .button_actions button.btn_soldout {
    padding: 0 50px
}

.details-pro .form-product .button_actions button.btn_buy {
    padding: 0 30px
}

.details-pro .custom-btn-number {
    position: relative;
    padding: 0;
    margin-bottom: 20px;
    border: none;
    box-shadow: none;
    height: auto
}

.details-pro .custom-btn-number label {
    font-size: 1em
}

.details-pro .custom-btn-number #qty {
    height: 32px;
    font-size: 1.28571em;
    margin: 0
}

.details-pro .custom-btn-number .qtyminus {
    position: absolute;
    left: 25px;
    top: 4px;
    font-size: 1.42857em
}

.details-pro .custom-btn-number .qtyplus {
    position: absolute;
    right: 25px;
    top: 4px;
    font-size: 1.42857em
}

.details-pro .product-summary {
    padding: 5px 10px 10px
}

.details-pro .product-summary legend {
    width: auto;
    text-transform: uppercase;
    font-size: 1.07143em;
    font-weight: 700;
    margin: 0;
    padding: 0 10px
}

.details-pro .product-summary .rte {
    width: 100%;
    float: left;
    font-size: .92857em;
    padding: 0
}

.details-pro .product-summary .rte li {
    margin: 0
}

.details-pro .product-summary .rte p:last-child {
    margin: 0
}

.product_detail___module {
    width: 100%;
    float: left;
    padding: 10px;
    border: #f3f3f3 3px double;
    margin: 0 0 10px
}

.product_detail___module label {
    margin: 0;
    font-size: .92857em;
    text-transform: uppercase
}

.product_detail___module .product_detail___module-header {
    width: 100%;
    float: left
}

.product-price-box {
    width: 100%;
    float: left;
    margin: 0 0 10px;
    background: #fafafa
}

.product-price-box .product___deal {
    width: 100%;
    float: left;
    padding: 5px 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 768px) {
    .product-price-box .product___deal {
        background: #4a90e2;
        background: -webkit-linear-gradient(120deg, #4a90e2 20%, #fff 30%, #2878d7 50%);
        background: -moz-linear-gradient(120deg, #4a90e2 20%, #fff 30%, #2878d7 50%);
        background: -o-linear-gradient(120deg, #4a90e2 20%, #fff 30%, #2878d7 50%);
        background: linear-gradient(120deg, #4a90e2 20%, #fff 30%, #2878d7 50%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a90e2', endColorstr='#2878d7', GradientType=1)
    }
}

@media (min-width: 543px) and (max-width: 767px) {
    .product-price-box .product___deal {
        background: linear-gradient(90deg, #4a90e2 120px, #fff 135px, #2878d7 150px)
    }
}

@media (min-width: 320px) and (max-width: 542px) {
    .product-price-box .product___deal {
        background: linear-gradient(to right, #4a90e2, #2878d7)
    }
}

.product-price-box .product___deal .product___deal---title {
    color: #fff;
    float: left;
    width: -webkit-calc(100% - 350px);
    width: calc(100% - 350px)
}

.product-price-box .product___deal .product___deal---title .icon___flashsale {
    height: 20px;
    float: left
}

@media (max-width: 542px) {
    .product-price-box .product___deal .product___deal---title {
        display: none
    }
}

.product-price-box .product-dealtime {
    width: 350px;
    float: left;
    color: #fff
}

.product-price-box .product-dealtime .icon___clock {
    height: 20px;
    float: left
}

.product-price-box .product-dealtime .product-dealtime___detail {
    float: left;
    display: block;
    position: relative
}

@media (min-width: 543px) {
    .product-price-box .product-dealtime .product-dealtime___detail {
        padding-left: 75px
    }

    .product-price-box .product-dealtime .product-dealtime___detail:before {
        content: "Còn lại";
        position: absolute;
        text-transform: uppercase;
        left: 10px;
        top: 0;
        color: #fff;
        z-index: 1
    }

    .product-price-box .product-dealtime .product-dealtime___detail span {
        font-size: .85714em
    }
}

@media (min-width: 320px) and (max-width: 542px) {
    .product-price-box .product-dealtime .product-dealtime___detail {
        padding-left: 10px;
        font-size: smaller
    }

    .product-price-box .product-dealtime .product-dealtime___detail span {
        font-size: .78571em
    }
}

.product-price-box .product-dealtime .product-dealtime___detail>div {
    display: inline-block;
    float: left
}

.product-price-box .product-dealtime .product-dealtime___detail>div:not(:last-child) {
    margin: 0 5px 0 0
}

.product-price-box .product-dealtime .product-dealtime___detail strong {
    float: left;
    margin: 0 5px 0 0;
    padding: 0 5px;
    background: #000;
    color: #fff;
    font-size: 1em;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.product-price-box .product-dealtime .product-dealtime___detail span {
    float: left;
    line-height: 22px
}

.product-price-box .price-box {
    margin: 0;
    line-height: normal
}

@media (min-width: 543px) {
    .product-price-box .price-box {
        padding: 10px 30px;
        width: auto
    }
}

@media (min-width: 320px) and (max-width: 543px) {
    .product-price-box .price-box {
        padding: 10px;
        width: 100%
    }
}

.product-price-box .price-box .special-price {
    font-size: 2.14286em
}

.product-price-box .price-box .old-price {
    float: left;
    font-size: 1.07143em;
    margin-top: 15px
}

.product-price-box .vat_enable {
    float: left;
    font-size: .92857em
}

@media (min-width: 543px) {
    .product-price-box .vat_enable {
        width: auto;
        margin: 25px 0 0
    }
}

@media (min-width: 320px) and (max-width: 543px) {
    .product-price-box .vat_enable {
        padding: 0 10px 10px;
        width: 100%
    }
}

.product___voucher {
    float: left;
    width: 100%;
    padding: 5px 10px 10px;
    margin: 0 0 10px;
    background: #fff;
    border: #4a90e2 3px double;
    font-size: small;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.product___voucher legend {
    background: transparent;
    width: auto;
    margin: 0;
    padding: 0 10px;
    color: #4a90e2;
    font-size: 1.07143em;
    font-weight: 700;
    text-transform: uppercase
}

.product___voucher .tag-voucher {
    padding-left: 20px;
    position: relative
}

.product___voucher .tag-voucher:before {
    content: "\f046";
    position: absolute;
    left: 0;
    top: 0;
    font-family: FontAwesome
}

.product___voucher .tag-voucher:not(:last-child) {
    margin: 0 0 5px
}

.product___voucher .tag-voucher strong {
    color: #d0021b
}

.swatch {
    margin: 0 0 5px
}

.swatch input {
    display: block;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    cursor: pointer;
    z-index: 1
}

.swatch .header .swatch-title {
    float: left
}

.swatch .header .swatch-content {
    float: left
}

.swatch .header .swatch-content .value-item {
    float: left;
    position: relative;
    padding: 0 10px 0 0
}

.swatch .header .swatch-content .value-item:not(:last-child):before {
    content: "/";
    width: 10px;
    float: left;
    position: absolute;
    right: 0;
    text-align: center
}

.swatch .header .swatch-content .size_chart_title {
    cursor: pointer
}

.swatch .header .swatch-content #size_chart .modal-title {
    font-size: 1.42857em;
    line-height: normal;
    padding: 0;
    text-align: center
}

.swatch .data-value-group {
    width: calc(100% - 95px);
    float: left
}

.swatch .data-value-group .swatch-element {
    margin: 0 5px 5px 0
}

.swatch .data-value-group .swatch-element.soldout label {
    cursor: no-drop
}

.swatch .data-value-group .swatch-element label {
    line-height: 30px;
    width: 30px;
    height: 30px !important;
    cursor: pointer;
    margin: 0;
    border: #2878d7 1px solid !important;
    text-align: center
}

.swatch .data-value-group .swatch-element label:hover {
    border: #4a90e2 1px solid !important
}

.swatch .data-value-group .swatch-element input:checked+label {
    border: #4a90e2 1px solid !important
}

.swatch .data-value-group .swatch-element:not(.color) label {
    width: auto;
    min-width: 30px !important
}

.zoomWrapper {
    width: 100% !important;
    height: auto !important
}

.zoomWrapper img {
    position: static !important;
    width: 100% !important;
    height: auto !important
}

.zoomWrapper img~img {
    display: none !important
}

.zoomContainer .tintContainer .zoomLens img {
    max-height: unset !important
}

.product_tags {
    width: 100%;
    float: left
}

.product_tags>span {
    width: 25px;
    float: left;
    line-height: 30px
}

.product_tags .tags-list {
    width: -webkit-calc(100% - 25px);
    width: calc(100% - 25px);
    float: none
}

.product-single___visitor {
    background: #fff
}

@media (min-width: 768px) {
    .product-single___visitor {
        position: fixed;
        bottom: 0;
        right: 0;
        z-index: 10;
        margin: 0 !important;
        font-size: .92857em;
        width: 350px !important;
        -webkit-border-radius: 10px 0 0;
        border-radius: 10px 0 0;
        -webkit-box-shadow: #f3f3f3 -1px -1px 5px 3px;
        box-shadow: #f3f3f3 -1px -1px 5px 3px
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .product-single___visitor {
        font-size: smaller
    }
}

.product-single___visitor-number {
    color: #4a90e2;
    font-weight: 700
}

.social-sharing {
    width: 100%;
    float: left;
    margin-bottom: 10px
}

.product_module:not(:last-child) {
    margin-bottom: 30px
}

.product_module .module-header {
    border: none;
    background: #f3f3f3;
    padding: 10px 15px
}

.product_module .module-content {
    padding: 10px;
    border: #f3f3f3 1px solid
}

.related_products {
    overflow: hidden;
    width: 100%;
    float: left
}

.related_products .module-header {
    margin: 0
}

.related_products .module-header .module-title {
    margin: 0
}

@media (min-width: 1200px) {
    .related_products .product-box .product-thumbnail>a {
        height: 199.59px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .related_products .product-box .product-thumbnail>a {
        height: 207px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .related_products .product-box .product-thumbnail>a {
        height: 219.33px
    }
}

@media (min-width: 543px) and (max-width: 767px) {
    .related_products .product-box .product-thumbnail>a {
        min-height: 150px;
        height: auto
    }
}

@media (min-width: 320px) and (max-width: 542px) {
    .related_products .product-box .product-thumbnail>a {
        height: auto
    }
}

.related_products .product-box .product-thumbnail img {
    max-width: 100%;
    max-height: 100%
}

.related_products .product-box .product-name {
    font-size: .92857em
}

.recent_products {
    width: 100%;
    float: left;
    overflow: hidden
}

.recent_items {
    width: 100%;
    float: left
}

.recent_items::-webkit-scrollbar {
    width: 1px
}

.recent_items::-webkit-scrollbar-track {
    background: #f3f3f3
}

.recent_items::-webkit-scrollbar-thumb {
    background: #4a90e2;
    border-radius: 15px
}

.recent_items::-webkit-scrollbar-thumb:hover,
.recent_items::-webkit-scrollbar-thumb:active {
    background: #4a90e2;
    border-radius: 15px
}

.recent_items .product-box {
    padding: 0.5px;
    overflow: hidden;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms
}

@media (min-width: 1200px) {
    .recent_items .product-box:hover .product-thumbnail {
        border: #2878d7 1px solid;
        -webkit-border-radius: 5px;
        border-radius: 5px
    }

    .recent_items .product-box:hover img {
        opacity: 0.7
    }
}

.recent_items .product-box .product-thumbnail {
    border: #f3f3f3 1px solid;
    background: transparent;
    margin: 0 0 6px
}

@media (min-width: 1200px) {
    .recent_items .product-box .product-thumbnail a {
        height: 97.8px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .recent_items .product-box .product-thumbnail a {
        height: 87.88px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .recent_items .product-box .product-thumbnail a {
        height: 100px
    }
}

@media (min-width: 543px) and (max-width: 767px) {
    .recent_items .product-box .product-thumbnail a {
        height: 85px
    }
}

@media (min-width: 320px) and (max-width: 542px) {
    .recent_items .product-box .product-thumbnail a {
        height: 75px
    }
}

.recent_items .product-box .product-thumbnail img {
    -webkit-transition: all linear 300ms;
    -moz-transition: all linear 300ms;
    -ms-transition: all linear 300ms;
    -o-transition: all linear 300ms;
    transition: all linear 300ms;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto
}

.recent_items .product-box .product-name {
    overflow: hidden;
    -webkit-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    font-size: .92857em
}

.collection-template {
    width: 100%;
    float: left;
    padding: 30px 0 0;
    position: relative;
    z-index: 1
}

.collection-template .main_container {
    width: 100%;
    float: left
}

.collection-header .module-header {
    border-bottom: none
}

@media (min-width: 992px) {
    .collection-header {
        margin: 0 0 20px
    }
}

.collection-title {
    float: left;
    margin: 0 0 15px
}

.collection-title:not(.current_tags) {
    text-transform: uppercase
}

@media (min-width: 768px) {
    .collection-title:not(.current_tags) {
        font-size: 1.78571em
    }
}

@media (max-width: 767px) {
    .collection-title:not(.current_tags) {
        font-size: 1.42857em
    }
}

.collection-title.current_tags {
    font-size: 1.42857em;
    font-weight: normal
}

.collection-title.current_tags span {
    font-weight: 700;
    color: #4a90e2
}

.collection-header-linklists {
    padding: 0;
    width: 100%;
    float: left
}

.collection-header-link {
    margin: 0 0 10px
}

.collection-header-link:nth-child(4n+1) {
    clear: left
}

.collection-header-link>a {
    color: #333;
    display: block;
    padding: 0
}

.collection-header-link>a:hover {
    color: #2878d7
}

.collection-header-sublinklist {
    width: 100%;
    float: left;
    padding: 0
}

.collection-header-sublink {
    width: 100%;
    float: left
}

.collection-header-sublink a {
    padding: 0 0 0 15px;
    position: relative
}

.collection-header-sublink a:before {
    position: absolute;
    left: 0;
    font-family: FontAwesome;
    font-size: 1em;
    color: #333;
    content: "\f105"
}

.collection-header-sublink:hover a:before {
    content: "\f0da"
}

.collection_description {
    margin: 0 0 15px
}

.collection_description p:last-child {
    margin: 0
}

.category-products {
    width: 100%;
    float: left;
    margin: 0 0 30px
}

.category-products .category-header {
    border-bottom: none;
    padding: 10px;
    background: #f3f3f3
}

@media (max-width: 767px) {
    .category-products .category-header .sortby-content {
        margin-bottom: 10px
    }

    .category-products .category-header .paginate-content {
        position: relative;
        z-index: 1
    }
}

.category-products .product-box {
    margin-bottom: 30px
}

@media (min-width: 1200px) {
    .category-products .product-box .product-thumbnail>a {
        height: 189.38px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .category-products .product-box .product-thumbnail>a {
        height: 212.5px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .category-products .product-box .product-thumbnail>a {
        height: 220px
    }
}

@media (min-width: 543px) and (max-width: 767px) {
    .category-products .product-box .product-thumbnail>a {
        height: 241.5px
    }
}

@media (min-width: 320px) and (max-width: 542px) {
    .category-products .product-box .product-thumbnail>a {
        min-height: 130px
    }
}

@media (min-width: 1200px) {
    .category-products .col-item:nth-child(4n+1) {
        clear: left
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .category-products .col-item:nth-child(3n+1) {
        clear: left
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .category-products .col-item:nth-child(3n+1) {
        clear: left
    }
}

@media (min-width: 543px) and (max-width: 767px) {
    .category-products .col-item:nth-child(2n+1) {
        clear: left
    }
}

@media (min-width: 320px) and (max-width: 542px) {
    .category-products .col-item:nth-child(2n+1) {
        clear: left
    }
}

.category___description {
    width: 100%;
    float: left;
    margin: 0 0 30px
}

.category___description .module-header {
    padding: 10px 15px;
    background: #f3f3f3
}

.category___description .module-title {
    margin: 0
}

.category___description .module-content {
    border: #f3f3f3 1px solid;
    padding: 15px;
    background: #fff
}

.category-news {
    width: 100%;
    float: left;
    margin: 0 0 30px
}

.category-news .module-header {
    padding: 10px 15px;
    background: #f3f3f3
}

.category-news .module-title {
    margin: 0
}

.category-news .module-content {
    border: #f3f3f3 1px solid;
    padding: 15px;
    background: #fff
}

@media (min-width: 320px) and (max-width: 767px) {
    .category-news .collection_news---item_large {
        margin-bottom: 10px
    }
}

.category-news .collection_news---item_large .collection_news---item {
    position: relative
}

.category-news .collection_news---item_large .collection_news---item:hover:before {
    height: 80%
}

.category-news .collection_news---item_large .collection_news---item:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 50%;
    cursor: pointer;
    background-image: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0), #000);
    background-image: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0), #000);
    background-image: -o-linear-gradient(180deg, rgba(255, 255, 255, 0), #000);
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), #000);
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), #000);
    -webkit-transition: height ease 300ms;
    -moz-transition: height ease 300ms;
    -ms-transition: height ease 300ms;
    -o-transition: height ease 300ms;
    transition: height ease 300ms;
    opacity: .7
}

.category-news .collection_news---item_large .article-title {
    position: absolute;
    bottom: 0;
    z-index: 2;
    padding: 10px 15px;
    margin: 0
}

@media (min-width: 1200px) {
    .category-news .collection_news---item_large .article-title a {
        color: #e6e6e6
    }

    .category-news .collection_news---item_large .article-title:hover a {
        color: #fff
    }
}

@media (min-width: 320px) and (max-width: 1199px) {
    .category-news .collection_news---item_large .article-title a {
        color: #fff
    }
}

.category-news .collection_news---item_list .collection_news---item {
    padding-left: 15px
}

.category-news .collection_news---item_list .collection_news---item:before {
    content: "\f09e";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 2px;
    font-size: .71429em;
    color: #333;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms
}

.category-news .collection_news---item_list .collection_news---item:last-child .article-title {
    margin: 0
}

.category-news .collection_news---item_list .collection_news---item a {
    font-size: .92857em;
    color: #333
}

@media (min-width: 1200px) {
    .category-news .collection_news---item_list .collection_news---item:hover a {
        color: #2878d7
    }

    .category-news .collection_news---item_list .collection_news---item:hover:before {
        color: #2878d7
    }
}

@media (max-width: 1199px) {
    .category-news .collection_news---item_list .article-title a {
        font-weight: normal
    }
}

.products-view-grid {
    width: 100%;
    float: left
}

@media (min-width: 768px) {
    .products-view-grid {
        margin: 20px 0 0
    }
}

@media (min-width: 768px) {
    .sortPagiBar {
        float: right
    }
}

.sortPagiBar #sort-by {
    float: left
}

@media (min-width: 768px) {
    .sortPagiBar #sort-by {
        width: 150px;
        position: relative
    }

    .sortPagiBar #sort-by:before {
        position: absolute;
        content: "Sắp xếp";
        left: -55px;
        font-size: 1em;
        top: 50%;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media (max-width: 767px) {
    .sortPagiBar #sort-by {
        width: 100%;
        padding: 0
    }
}

.sortPagiBar #sort-by .border_sort {
    width: 100%;
    float: left
}

.sortPagiBar #sort-by label {
    width: 100px;
    float: left;
    margin: 0;
    font-weight: 400;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1.07143em
}

.sortPagiBar #sort-by select {
    width: 100%;
    float: left;
    height: 40px;
    border: transparent 1px solid !important;
    padding: 0 15px
}

.blog-article {
    position: relative;
    z-index: 1;
    width: 100%;
    float: left;
    padding: 30px 0 0
}

.blog-article .article-main {
    margin: 0 0 30px
}

@media (min-width: 768px) {
    .blog-article .article-main .article-detail span:not(:last-child) {
        margin-right: 10px;
        padding-right: 20px
    }

    .blog-article .article-main .article-detail span:not(:last-child):before {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        content: "---"
    }
}

.blog-article .blog-title {
    margin: 0 0 20px
}

.blog-article .blog-title:not(.current_tags) {
    text-transform: uppercase
}

@media (min-width: 768px) {
    .blog-article .blog-title:not(.current_tags) {
        font-size: 1.78571em
    }
}

@media (max-width: 767px) {
    .blog-article .blog-title:not(.current_tags) {
        font-size: 1.42857em
    }
}

.blog-article .blog-title.current_tags {
    font-size: 1.42857em;
    font-weight: normal;
    text-transform: unset
}

.blog-article .blog-title.current_tags span {
    font-weight: 700;
    color: #4a90e2
}

.blog-articles---module {
    width: 100%;
    float: left
}

.blog-articles---module .module-header {
    border: none
}

.blog-articles---module .module-title {
    font-size: 1em;
    font-weight: 700;
    margin: 0;
    padding: 0 0 10px
}

.blog-articles---module .module-title a {
    font-size: 1.07143em;
    color: #4a90e2
}

.blog-articles---module .module-title:hover a {
    color: #2878d7
}

.blog-articles---item {
    margin: 0 0 30px
}

@media (min-width: 992px) {
    .blog-articles---item:nth-child(3n+1) {
        clear: left
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .blog-articles---item:nth-child(2n+1) {
        clear: left
    }
}

.blog-tag---item {
    margin: 0 0 30px
}

@media (min-width: 992px) {
    .blog-tag---item:nth-child(3n+1) {
        clear: left
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .blog-tag---item:nth-child(2n+1) {
        clear: left
    }
}

.blog-title {
    margin: 15px 0 30px;
    line-height: normal
}

@media (min-width: 768px) {
    .blog-title {
        font-size: 2.14286em
    }
}

@media (max-width: 767px) {
    .blog-title {
        font-size: 1.78571em
    }
}

.article-title {
    font-size: 1.07143em;
    margin: 0 0 10px;
    line-height: normal
}

.article-title a {
    font-weight: 700;
    line-height: 1.4
}

.article-list {
    width: 100%;
    float: left;
    margin: 0 0 20px
}

.article-item {
    overflow: hidden;
    position: relative
}

.article-item .article-thumbnail {
    float: left;
    position: relative
}

.article-item .article-thumbnail a {
    width: 100%;
    height: 100%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.article-item.blog-articles---article-item:first-child:hover:before {
    height: 80%
}

.article-item.blog-articles---article-item:first-child:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 50%;
    cursor: pointer;
    background-image: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0), #000);
    background-image: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0), #000);
    background-image: -o-linear-gradient(180deg, rgba(255, 255, 255, 0), #000);
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), #000);
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), #000);
    opacity: .7;
    -webkit-transition: height ease 300ms;
    -moz-transition: height ease 300ms;
    -ms-transition: height ease 300ms;
    -o-transition: height ease 300ms;
    transition: height ease 300ms
}

.article-item.blog-articles---article-item:first-child .article-title {
    position: absolute;
    bottom: 0;
    z-index: 2;
    padding: 10px;
    margin: 0
}

@media (min-width: 1200px) {
    .article-item.blog-articles---article-item:first-child .article-title a {
        color: #e6e6e6
    }

    .article-item.blog-articles---article-item:first-child .article-title:hover a {
        color: #fff
    }
}

@media (min-width: 320px) and (max-width: 1199px) {
    .article-item.blog-articles---article-item:first-child .article-title a {
        color: #fff
    }
}

.article-item.blog-articles---article-item:not(:first-child) .article-title {
    border-bottom: #f3f3f3 1px solid;
    margin: 0;
    padding: 10px 0 10px 15px;
    position: relative;
    font-size: 1em
}

.article-item.blog-articles---article-item:not(:first-child) .article-title:before {
    content: "\f09e";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 14px;
    font-size: .71429em;
    color: #333;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms
}

.article-item.blog-articles---article-item:not(:first-child) .article-title a {
    font-size: .92857em;
    color: #4d4d4d
}

@media (min-width: 1200px) {
    .article-item.blog-articles---article-item:not(:first-child) .article-title:hover a {
        color: #2878d7
    }

    .article-item.blog-articles---article-item:not(:first-child) .article-title:hover:before {
        color: #2878d7
    }
}

.article-item.article-common-blog {
    display: block;
    margin-bottom: 30px
}

@media (min-width: 1200px) {
    .article-item.article-common-blog .article-thumbnail {
        width: 270px;
        margin: 0 30px 0 0
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .article-item.article-common-blog .article-thumbnail {
        width: 240px;
        margin: 0 30px 0 0
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .article-item.article-common-blog .article-thumbnail {
        width: 100%;
        margin: 0 0 10px
    }
}

@media (min-width: 511px) and (max-width: 767px) {
    .article-item.article-common-blog .article-thumbnail {
        width: 200px;
        margin: 0 20px 0 0
    }
}

@media (min-width: 320px) and (max-width: 510px) {
    .article-item.article-common-blog .article-thumbnail {
        width: 100%;
        margin: 0 0 10px
    }
}

@media (min-width: 1200px) {
    .article-item.article-common-blog .article-info {
        width: calc(100% - 300px)
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .article-item.article-common-blog .article-info {
        width: calc(100% - 270px)
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .article-item.article-common-blog .article-info {
        width: 100%
    }
}

@media (min-width: 511px) and (max-width: 767px) {
    .article-item.article-common-blog .article-info {
        width: calc(100% - 220px)
    }
}

@media (min-width: 320px) and (max-width: 510px) {
    .article-item.article-common-blog .article-info {
        width: 100%
    }
}

.article-item.article-common-blog .article-summary {
    width: 100%;
    float: left;
    margin: 0
}

.article-item.article-common-blog .article-summary .fa {
    float: left;
    margin: 0 5px 0 0
}

.article-item.article-common-blog .article-summary span {
    width: calc(100% - 25px);
    float: left
}

.article-item.article-common-blog .article-title {
    margin: 0 0 5px
}

.article-item.article-common-blog .article-title a {
    color: #333
}

.article-item.article-common-blog .article-title a:hover {
    color: #2878d7
}

.article-item.article-common-blog .article-detail {
    width: 100%;
    float: left;
    margin: 0 0 5px;
    font-size: .92857em;
    line-height: normal;
    font-style: normal;
    color: #999
}

.article-item.article-common-blog .article-detail span {
    position: relative
}

.article-item.article-common-blog .article-detail span:not(:last-child) {
    padding-right: 20px;
    margin-right: 10px
}

.article-item.article-common-blog .article-detail span:not(:last-child):before {
    position: absolute;
    content: "---";
    right: 0
}

.article-item.article-sidebar {
    width: 100%;
    float: left
}

.article-item.article-sidebar:not(:last-child) {
    margin: 0 0 15px
}

@media (min-width: 1200px) {
    .article-item.article-sidebar .article-thumbnail {
        width: 100px;
        margin-right: 20px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .article-item.article-sidebar .article-thumbnail {
        width: 80px;
        margin-right: 20px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .article-item.article-sidebar .article-thumbnail {
        width: 100%;
        margin-bottom: 10px
    }
}

@media (min-width: 543px) and (max-width: 767px) {
    .article-item.article-sidebar .article-thumbnail {
        width: 240px;
        margin-right: 15px
    }
}

@media (min-width: 320px) and (max-width: 542px) {
    .article-item.article-sidebar .article-thumbnail {
        width: 85px;
        margin-right: 15px
    }
}

@media (max-width: 319px) {
    .article-item.article-sidebar .article-thumbnail {
        width: 100%;
        margin-bottom: 5px
    }
}

@media (min-width: 1200px) {
    .article-item.article-sidebar .article-info {
        width: calc(100% - 120px)
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .article-item.article-sidebar .article-info {
        width: calc(100% - 100px)
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .article-item.article-sidebar .article-info {
        width: 100%
    }
}

@media (min-width: 543px) and (max-width: 767px) {
    .article-item.article-sidebar .article-info {
        width: calc(100% - 255px)
    }
}

@media (min-width: 320px) and (max-width: 542px) {
    .article-item.article-sidebar .article-info {
        width: calc(100% - 100px)
    }
}

@media (max-width: 319px) {
    .article-item.article-sidebar .article-info {
        width: 100%
    }
}

.article-item.article-sidebar .article-info .article-title {
    margin: 0;
    font-size: 1em
}

.article-item.article-sidebar .article-info .article-detail span {
    font-size: .92857em;
    width: 100%;
    float: left;
    padding: 0;
    margin: 0
}

.article-item.article-sidebar .article-info .article-detail span:before {
    content: none
}

.article-item.article-sidebar .article-info .article-summary {
    font-size: .92857em
}

.article-sidebar-items {
    padding: 5px 0;
    width: 100%;
    float: left
}

.article-sidebar-items .article-sidebar:last-child .article-summary {
    margin: 0
}

.related_articles {
    width: 100%;
    float: left;
    padding: 5px 0 5px 15px
}

.related_articles .item {
    list-style: disc
}

.related_articles .item:not(:last-child) {
    margin: 0 0 5px
}

@media (min-width: 768px) {
    .blog-article.article .title-head.article-title {
        font-size: 1.78571em
    }
}

@media (max-width: 767px) {
    .blog-article.article .title-head.article-title {
        font-size: 1.28571em
    }
}

@media (max-width: 767px) {
    .blog-article.article .article-info span {
        width: 100%;
        float: left;
        padding: 0;
        margin: 0
    }

    .blog-article.article .article-info span:before {
        content: none
    }
}

.article-info {
    float: left
}

.article-detail {
    color: #4d4d4d;
    font-style: italic
}

.article-detail span {
    position: relative;
    font-size: 1em;
    float: left
}

.article-summary {
    float: left;
    color: #595959;
    margin-bottom: 10px;
    font-size: 1em;
    line-height: 1.4
}

.article-content {
    width: 100%;
    float: left
}

.article-image {
    width: 100%;
    float: left
}

.article-image img {
    margin: 0 auto
}

@media (min-width: 992px) and (max-width: 1199px) {
    .article-image img {
        max-height: 415px !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .article-image img {
        max-height: 315px !important
    }
}

@media (min-width: 543px) and (max-width: 767px) {
    .article-image img {
        max-height: 350px !important
    }
}

@media (min-width: 320px) and (max-width: 542px) {
    .article-image img {
        max-height: 260px !important
    }
}

.tags_and_social {
    width: 100%;
    float: left
}

.article-comment___block {
    width: 100%;
    float: left;
    margin: 30px 0 0
}

.article-comment___title {
    width: 100%;
    float: left;
    font-size: 1.28571em;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    color: #4a90e2
}

#article-comment___list {
    width: 100%;
    float: left;
    margin: 15px 0 0
}

.article-comment___item {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: #f3f3f3 1px dashed
}

.article-comment___item-image {
    margin: 0;
    float: left;
    margin-right: 15px
}

@media (min-width: 543px) {
    .article-comment___item-image {
        width: 100px
    }
}

@media (max-width: 542px) {
    .article-comment___item-image {
        width: 60px
    }
}

.article-comment___item-comment {
    font-size: 1em;
    float: left;
    padding: 10px 15px
}

@media (min-width: 543px) {
    .article-comment___item-comment {
        width: calc(100% - 115px)
    }
}

@media (max-width: 542px) {
    .article-comment___item-comment {
        width: calc(100% - 75px)
    }
}

.article-comment___item-comment .fa {
    width: 20px
}

.article-comment___item-name {
    color: #4a90e2;
    font-size: 1em;
    float: left;
    width: 100%
}

.article-comment___item-timeline {
    float: left;
    font-size: .92857em;
    width: 100%;
    color: #333
}

.article-comment___item-content {
    width: 100%;
    float: left;
    font-size: .92857em;
    color: #4d4d4d
}

.article-comment___item-content span {
    font-style: italic
}

.notification {
    width: 100%;
    float: left
}

.layout-comment {
    width: 100%;
    float: left;
    margin: 15px 0 0
}

fieldset.form-comment {
    width: 100%;
    float: left;
    margin: 30px 0 0;
    border: #f3f3f3 1px solid
}

fieldset.form-comment legend {
    width: auto;
    font-size: 1.28571em;
    color: #333;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 15px;
    margin: 0
}

fieldset.form-comment label {
    margin: 0 0 10px
}

fieldset.form-comment .form-group {
    padding: 0
}

.pd-right {
    padding-left: 0px
}

.main-cart-page {
    background: #fff
}

.main-container {
    width: 100%;
    float: left;
    min-height: 300px
}

.main-container .col-main {
    float: none;
    width: auto
}

.main-container .col-main .cart .bg-scroll {
    border-top: none;
    margin-top: 20px;
    overflow: hidden;
    border: solid 1px #f3f3f3;
    border-top: none;
    border-bottom: none;
    border-right: none
}

.main-container .col-main .cart .cart-thead {
    background: #fbfbfb;
    font-weight: bold;
    font-size: .92857em;
    clear: both;
    width: 100%;
    border: 1px solid #f3f3f3;
    border-right: none;
    border-left: none;
    float: left;
    min-width: 600px
}

.main-container .col-main .cart .cart-thead div {
    float: left;
    padding: 10px 0;
    color: #333;
    text-align: center;
    border-right: #f3f3f3 1px solid;
    font-size: .92857em;
    text-transform: uppercase
}

.main-container .col-main .cart .nobr {
    white-space: nowrap
}

.main-container .col-main .cart .cart div.a-right {
    text-align: right
}

.main-container .col-main .cart .cart div.a-center {
    text-align: center
}

.main-container .col-main .cart .cart-tbody {
    width: 100%;
    float: left
}

.main-container .col-main .cart .cart-tbody .item-cart {
    border-bottom: 1px solid #f3f3f3;
    width: 100%;
    float: left
}

.main-container .col-main .cart .item-cart .image .product-image img {
    max-width: 100%;
    height: auto;
    width: auto;
    display: inherit;
    margin: 0 auto
}

.main-container .col-main .cart .cart-tbody .item-cart>div {
    float: left;
    padding: 10px 5px;
    line-height: 20px;
    vertical-align: top;
    border-right: solid 1px #f3f3f3;
    height: 170px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden
}

.main-container .col-main .cart .cart-tbody .item-cart div:nth-child(6) {
    position: relative
}

.main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div a.remove-item {
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    background-color: #fff;
    background-image: url("//bizweb.dktcdn.net/100/336/905/themes/693851/assets/bin.png?1553583709945");
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.main-container .col-main .cart .cart-tbody .item-cart .product-image {
    min-height: 75px;
    display: block;
    height: auto;
    width: 100%;
    padding: 0 20px
}

@media (max-width: 991px) {
    .main-container .col-main .cart .cart-tbody .item-cart .product-image {
        padding: 0
    }
}

.main-container .col-main .cart .cart-tbody .item-cart div .product-name {
    margin: 0;
    padding-bottom: 0px;
    font-weight: normal;
    font-size: 1em;
    font-weight: 400;
    width: 100%;
    float: left
}

.main-container .col-main .cart .cart-tbody .item-cart div .product-name a {
    color: #333
}

.main-container .col-main .cart .cart-tbody .item-cart div .product-name a:hover {
    color: #2878d7
}

.main-container .col-main .cart .cart-tbody .item-cart div .input_qty_pr {
    height: auto;
    border-right: none
}

.main-container .col-main .cart .cart .product-name a {
    font-size: 14px
}

.main-container .col-main .cart .item-cart .input_qty_pr .items-count {
    border: 1px solid #f3f3f3;
    outline: none;
    background: #fff;
    height: 24px;
    width: 24px;
    vertical-align: baseline;
    text-align: center;
    padding: 0
}

.main-container .col-main .cart .variant-title {
    color: #333;
    font-size: .92857em;
    font-weight: 400;
    font-style: italic;
    width: 100%;
    float: left
}

.main-container .col-main .cart .cart-tbody .item-cart .price {
    color: #4a90e2
}

.main-container .col-main .cart .cart-tbody .item-cart .cart-price {
    font-weight: 700
}

.main-container .col-main .cart .cart-tbody .item-cart .input_qty_pr .items-count {
    outline: none;
    background: #f3f3f3;
    height: 24px;
    width: 24px;
    vertical-align: baseline;
    text-align: center;
    padding: 0;
    display: inline-block;
    margin: 0;
    font-size: .85714em;
    float: left;
    border: none;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms
}

.main-container .col-main .cart .cart-tbody .item-cart .input_qty_pr .items-count:hover {
    background: #2878d7;
    color: #fff
}

.main-container .col-main .cart .item-cart .number-sidebar {
    border: none;
    height: 24px;
    text-align: center;
    width: 30px;
    padding: 0;
    line-height: 15px;
    font-size: .85714em
}

.main-container .col-main .cart .cart-tbody .item-cart div a.remove-item {
    background-color: #fff;
    background-image: none;
    color: #333;
    cursor: pointer;
    padding: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    cursor: pointer;
    text-decoration: none;
    float: left;
    -webkit-transition: all linear 300ms;
    -moz-transition: all linear 300ms;
    -ms-transition: all linear 300ms;
    -o-transition: all linear 300ms;
    transition: all linear 300ms;
    border: none
}

.main-container .col-main .cart .cart-tbody .item-cart div a.remove-item span {
    display: none
}

.main-container .col-main .cart .btn-proceed-checkout {
    color: #fff;
    font-size: 1.07143em;
    border: none
}

.main-container .col-main .cart .btn.btn-white {
    margin-right: 5px;
    border: 2px solid #f3f3f3
}

.main-container .col-main .cart .btn.btn-white:hover {
    border-color: #4a90e2
}

.main-container .col-main .cart .totals .inner {
    padding: 0px 0 15px;
    margin-top: 0;
    margin-right: 1px
}

.main-container .col-main .cart #shopping-cart-totals-table tr td {
    border: none;
    padding: 20px
}

.main-container .col-main .cart #shopping-cart-totals-table tr td.a-right {
    min-width: 300px
}

.main-container .col-main .cart #shopping-cart-totals-table {
    width: 100%;
    padding-bottom: 8px;
    background: #fff
}

.main-container .col-main .cart ul.checkout {
    clear: left;
    margin-bottom: 30px
}

.main-container .col-main .cart .cart .totals table th,
.main-container .col-main .cart .cart .totals table td {
    padding: 10px;
    background: none !important;
    box-shadow: none !important;
    color: #333 !important;
    height: 50px;
    vertical-align: middle
}

.main-container .col-main .cart .totals_price.price {
    color: #4a90e2;
    font-size: 16px
}

.main-container .col-main .cart .cart-tbody .item-cart .number-sidebar {
    min-height: 0;
    position: static;
    display: inline-block;
    float: left;
    margin-bottom: 0
}

@media (max-width: 1199px) {
    .main-container .col-main .cart #shopping-cart-totals-table tr td.a-right {
        width: 196px
    }
}

@media (max-width: 991px) {
    .main-container .col-main .cart #shopping-cart-totals-table tr td.a-right {
        width: 252px
    }

    .main-container .col-main .cart .totals .inner {
        margin-right: 0
    }
}

@media (max-width: 767px) {
    .cart-mobile {
        width: 100%;
        float: left
    }

    .cart-mobile .btn-continue {
        background: #f3f3f3;
        color: #333;
        font-size: 1em;
        border: #f3f3f3 1px solid
    }

    .sign_main {
        background: #f7f8f9;
        margin-top: 40px
    }

    .main {
        border-bottom: solid 1px #f3f3f3;
        background: #fff;
        margin-top: 40px
    }

    .header-cart {
        width: 100%;
        float: left
    }

    .header-cart .title-cart {
        width: 100%;
        float: left
    }

    .header-cart-content {
        width: 100%;
        float: left
    }

    .header-cart-price {
        width: 100%;
        float: left;
        padding: 0 15px;
        margin-bottom: 30px
    }

    .header-cart-price .title-cart {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        float: left;
        padding: 15px 0
    }

    .header-cart-price .title-cart h3 {
        margin: 0;
        width: 100%;
        float: left;
        display: flex;
        justify-content: flex-start
    }

    .header-cart-price .title-cart a {
        float: left;
        margin: 0;
        line-height: 1;
        font-weight: 600;
        width: 100%;
        display: flex;
        justify-content: flex-end
    }

    .header-cart-price .checkout-mobile {
        width: 100%;
        float: left
    }

    .header-cart-price .checkout-mobile a {
        width: 100%;
        float: left;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .title-cart h3 {
        font-size: 1em;
        font-weight: 700;
        margin: 10px 0;
        text-transform: uppercase
    }

    .title-cart p {
        font-size: 1em;
        color: #333
    }

    .title-cart a.totals_price_mobile {
        float: right;
        color: #4a90e2;
        font-size: 1.14286em
    }

    .btn-proceed-checkout-mobile {
        width: 100%;
        line-height: normal;
        color: #fff;
        height: 40px;
        font-size: 1em;
        font-weight: 700;
        border: none;
        padding: 0;
        text-transform: uppercase;
        background: #4a90e2
    }

    .content-product-list .item-product {
        padding: 15px 15px;
        min-height: 100px;
        border-bottom: solid 1px #f3f3f3;
        overflow: hidden
    }

    .item-product-cart-mobile {
        float: left;
        margin-right: 10px;
        width: 80px;
        max-height: 80px
    }

    .item-product-cart-mobile img {
        max-height: 80px !important;
        max-width: 80px
    }

    .item-product-cart-mobile a {
        display: block
    }

    .select-item-qty-mobile {
        width: 70px;
        float: left;
        text-align: center
    }

    .select-item-qty-mobile>div {
        position: relative;
        width: 70px;
        height: 25px
    }

    .select-item-qty-mobile a {
        line-height: 3;
        color: #333
    }

    .select-item-qty-mobile .qty {
        background: none repeat scroll 0 0 #fff;
        border: 1px solid #f3f3f3;
        font-size: 15px;
        font-weight: 400;
        margin: 0 !important;
        outline: medium none;
        padding: 5px 5px 5px 12px;
        width: 41px
    }

    .select-item-qty-mobile input {
        position: absolute;
        left: 21px;
        height: 22px;
        width: 25px;
        text-align: center;
        margin: 0px;
        font-size: .85714em;
        padding: 0;
        float: left;
        display: inline-block;
        line-height: 1;
        min-height: auto
    }

    .select-item-qty-mobile .reduced.items-count.btn-minus {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 100;
        margin: 0;
        line-height: 1;
        height: 22px;
        width: 22px;
        min-height: 0;
        border-style: hidden;
        background: #f3f3f3;
        border: none;
        padding: 0 !important
    }

    .select-item-qty-mobile .increase.items-count.btn-plus {
        position: absolute;
        left: 45px;
        top: 0;
        margin: 0;
        height: 22px;
        width: 22px;
        min-height: 0;
        display: inline-block;
        line-height: 1;
        border-style: hidden;
        background: #f3f3f3;
        border: none;
        padding: 0 !important
    }

    .title-product-cart-mobile {
        width: calc(100% - 170px);
        margin-right: 10px;
        float: left
    }

    .title-product-cart-mobile h3 {
        width: 100%;
        float: left;
        margin: 0 0 10px;
        font-size: .92857em;
        font-weight: 400
    }

    .title-product-cart-mobile p {
        width: 100%;
        float: left;
        margin: 0;
        font-size: .92857em
    }

    .title-product-cart-mobile a {
        width: 100%;
        float: left;
        word-break: break-word;
        color: #333
    }

    .title-product-cart-mobile .product-price {
        width: 100%;
        float: left;
        line-height: 1;
        font-size: 1em;
        color: #333;
        margin: 0 0 5px
    }

    .title-product-cart-mobile .variant-title {
        width: 100%;
        float: left;
        line-height: 1
    }

    .title-product-cart-mobile span {
        color: #4a90e2
    }

    .main-cart-page {
        min-height: auto !important
    }
}

.account-template {
    width: 100%;
    float: left;
    padding: 30px 0
}

.account-template thead {
    background: #4a90e2
}

.account-template thead th {
    color: #fff
}

.account-template .page-login {
    width: 100%;
    float: left
}

.account-template .btn-register {
    margin-left: 20px;
    text-decoration: underline;
    color: #333
}

.account-template .btn-register:hover {
    color: #4a90e2
}

.account-template form {
    margin: 0
}

.account-template .form-signup {
    width: 100%;
    float: left
}

.account-template td p:last-child {
    margin: 0
}

.account-title {
    font-size: 1.78571em;
    font-weight: 700;
    text-transform: uppercase
}

#customer_login,
#recover_customer_password {
    margin-bottom: 0
}

.checkbox.style input {
    margin: 0 !important;
    display: none
}

.checkbox.style label {
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    text-transform: none;
    position: relative;
    padding-left: 55px;
    line-height: 50px
}

.checkbox.style label:before {
    display: block;
    width: 35px;
    height: 35px;
    background: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.checkbox.style input:checked+label:after {
    content: url("//bizweb.dktcdn.net/100/336/905/themes/693851/assets/bg-variant-checked.png?1553583709945");
    font-family: FontAwesome;
    font-size: 20px;
    color: #4a90e2;
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.my-account .table-cart tr:hover td {
    background: #ebebeb
}

.my-account #my-orders-table td {
    padding: 5px
}

.my-account #my-orders-table td p {
    margin: 0
}

.backtoaccount {
    display: block
}

@media (min-width: 992px) {
    .backtoaccount {
        text-align: right
    }
}

@media (max-width: 991px) {
    .backtoaccount {
        margin-top: 15px
    }
}

.block-account {
    width: 100%;
    float: left
}

.block-account .block-title {
    width: 100%;
    float: left;
    margin: 0 0 15px;
    border-bottom: #f3f3f3 1px solid;
    background: #4a90e2;
    height: 37px;
    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
}

.block-account h3 {
    margin: 0;
    color: #fff;
    font-weight: 700;
    font-size: 1em
}

.customer-name {
    color: #4a90e2;
    line-height: 55px
}

.block-content.form-signup {
    background: #fff;
    width: 100%;
    float: left
}

.block-content.form-signup p {
    width: 100%;
    float: left;
    padding: 0 5px;
    line-height: normal
}

.block-content.form-signup p:last-child {
    margin: 0
}

.block-content.form-signup p.account-info___address span {
    width: calc(100% - 25px);
    float: left
}

.block-content.form-signup p .fa {
    width: 20px;
    float: left;
    color: #4a90e2;
    line-height: 18px
}

.address-title {
    padding-left: 10px;
    margin-bottom: 15px;
    border-radius: 0 !important;
    font-weight: 300
}

.address-title button {
    background: none;
    border: none;
    font-size: 0;
    width: 50px;
    height: 55px
}

.address-title button.btn-edit {
    background-image: url(//bizweb.dktcdn.net/100/336/905/themes/693851/assets/btn-edit.png?1553583709945);
    background-repeat: no-repeat;
    background-position: center
}

.address-title button.btn-delete {
    background-image: url(//bizweb.dktcdn.net/100/336/905/themes/693851/assets/btn-delete.png?1553583709945);
    background-repeat: no-repeat;
    background-position: center
}

.address-subtitle {
    margin-top: 0;
    text-transform: uppercase
}

.address-item-action {
    right: 0;
    top: -7px
}

.address-item-action .btn-row {
    padding-right: 5px
}

.address-group {
    background: #fff;
    padding-bottom: 5px;
    margin-bottom: 15px
}

.address-group p {
    color: #595959
}

.address-group p label {
    float: left;
    font-weight: 300
}

.c-checkbox input {
    top: 5px
}

#order_payment,
#order_shipping {
    border: #f3f3f3 1px solid;
    background: #fff;
    padding: 10px 20px
}

#order_payment .address.note i,
#order_shipping .address.note i {
    color: #4a90e2;
    margin-right: 5px
}

#order_payment h4,
#order_shipping h4 {
    font-size: 1.28571em;
    font-weight: 700;
    margin: 0 0 10px;
    text-transform: uppercase
}

#order_payment p,
#order_shipping p {
    margin: 0 0 5px
}

.totalorders {
    background: #fff;
    border-color: #f3f3f3
}

.order-heading {
    margin: 0;
    font-size: 1.78571em
}

.info-contact .widget-menu p {
    display: inline
}

.info-contact .logo {
    font-size: 20px
}

.aside-filter .sidebar-title {
    cursor: pointer;
    position: relative
}

.aside-filter .sidebar-title:before {
    position: absolute;
    content: "\f204";
    right: 0;
    top: 2px;
    font-family: FontAwesome
}

.aside-filter .sidebar-title.off:before {
    content: "\f205"
}

.aside-filter .filter-vendor .filter-item label .fa {
    margin-top: 5px;
    float: left
}

.aside-filter .vendor_logo_image {
    height: 25px
}

.aside-item.collection-category .nav-item {
    position: relative;
    clear: left;
    font-size: 1.07143em
}

.aside-item.collection-category .nav-item a {
    font-size: 1.07143em
}

.aside-item.collection-category .nav-item .fa {
    position: absolute;
    right: 0;
    top: 12px
}

.aside-item.collection-category .nav-item .dropdown-menu {
    position: static;
    width: 100%;
    border: 0;
    padding-left: 15px;
    box-shadow: none
}

.aside-item.collection-category .nav-item.active>a {
    color: #4a90e2
}

.aside-item.collection-category .nav-item.active>.dropdown-menu {
    display: block
}

.aside-item.collection-category .nav>li>a {
    padding: 5px 15px
}

.aside-item .nav>li>a:focus,
.aside-item .nav>li>a:hover {
    background: none
}

.ui-widget.ui-widget-content {
    height: 2px;
    background: #f3f3f3
}

.ui-slider-range.ui-corner-all.ui-widget-header {
    background: #4a90e2 !important
}

.ui-slider-horizontal .ui-slider-handle {
    height: 14px !important;
    width: 14px !important;
    border-radius: 50% !important;
    top: -6px !important;
    border: none !important;
    background: #4a90e2 !important
}

.ui-widget.ui-widget-content {
    border: none !important;
    margin-bottom: 20px;
    width: calc(100% - 14px);
    margin-left: 8px
}

#start,
#stop {
    float: left
}

@media (min-width: 1200px) {

    #start,
    #stop {
        width: calc(50% - 5px)
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    #start,
    #stop {
        width: 100%
    }
}

@media (min-width: 375px) and (max-width: 991px) {

    #start,
    #stop {
        width: calc(50% - 5px)
    }
}

@media (max-width: 374px) {

    #start,
    #stop {
        width: 100%
    }
}

#start input,
#stop input {
    text-align: center;
    border-radius: 3px;
    border: 1px solid #f3f3f3;
    box-shadow: none;
    width: 100%
}

#start {
    text-align: center
}

@media (min-width: 1200px) {
    #start {
        margin-right: 10px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #start {
        margin: 0 0 5px
    }
}

@media (min-width: 375px) and (max-width: 991px) {
    #start {
        margin-right: 10px
    }
}

@media (max-width: 374px) {
    #start {
        margin: 0 0 5px
    }
}

#stop {
    position: relative
}

@media (min-width: 1200px),
(min-width: 375px) and (max-width: 991px) {
    #stop:before {
        left: -10px;
        width: 10px;
        content: "-";
        position: absolute;
        font-size: 1.14286em;
        text-align: center
    }
}

a#filter-value {
    width: 100%;
    float: left;
    margin: 15px 0 0;
    color: #fff
}

.field-search {
    width: 100%;
    float: left
}

.field-search input {
    height: 30px;
    min-height: 30px !important
}

div#isp_search_result_page_container .btn-search {
    display: none
}

button.btn.btn-default.btn-search {
    display: none
}

div#isp_search_result_page_container form {
    margin-bottom: 0
}

.page-template {
    width: 100%;
    float: left;
    padding-top: 30px
}

.page-template .page_title {
    margin-bottom: 20px;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .page-template .page_title {
        font-size: 2.14286em
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .page-template .page_title {
        font-size: 1.42857em
    }
}

.page-template .module-title {
    border: none
}

.page-template .contact-page-info {
    width: 100%;
    float: left;
    border: #f3f3f3 1px solid;
    padding: 10px 0 0;
    margin: 0 0 30px
}

@media (max-width: 991px) {
    .page-template .contact-page-info .item:not(:last-child) {
        margin-bottom: 20px
    }

    .page-template .contact-page-info .item:last-child {
        margin-bottom: 10px
    }
}

.page-template .contact-page-info .contact-info-title {
    width: 100%;
    font-size: 1.14286em;
    margin: 0 0 10px;
    text-transform: uppercase
}

.page-template .contact-page-info .contact-info {
    width: 100%;
    width: 100%;
    margin: 0 0 10px;
    color: #333
}

.page-template .contact-page-info .contact-info:hover {
    color: #2878d7
}

.page-template h2 {
    font-weight: 700;
    margin: 0 0 15px
}

.page-template form {
    margin: 0
}

.page-template label {
    margin: 0 0 10px
}

.page-template .form-group {
    margin: 0 0 15px;
    padding: 0
}

@media (min-width: 768px) {
    .page-template .form-group.contact-content textarea {
        height: 128px
    }
}

@media (max-width: 767px) {
    .page-template .form-group.contact-content textarea {
        min-height: 100px
    }
}

.page-template ul {
    padding: 0;
    width: 100%;
    float: left
}

.page-template .content-page {
    float: left;
    margin-bottom: 30px
}

.page-template .content-page p:last-child {
    margin: 0
}

.page-template .box-maps {
    width: 100%;
    float: left;
    margin: 0 0 30px;
    border: #f3f3f3 10px solid
}

.page-template .google-map {
    width: 100%
}

.page-template .google-map img {
    max-height: unset !important
}

.page-template .google-map .map {
    width: 100%;
    height: 400px;
    background: #f3f3f3
}

.page-template .store_info {
    margin: 0 0 30px
}

@media (min-width: 992px) {
    .page-template .store-list {
        max-height: 250px;
        overflow: auto
    }
}

.page-template .store-list::-webkit-scrollbar {
    width: 5px
}

.page-template .store-list::-webkit-scrollbar-track {
    background: #f3f3f3
}

.page-template .store-list::-webkit-scrollbar-thumb {
    background: #4a90e2;
    -webkit-border-radius: 15px;
    border-radius: 15px
}

.page-template .store-list::-webkit-scrollbar-thumb:hover,
.page-template .store-list::-webkit-scrollbar-thumb:active {
    background: #2878d7;
    -webkit-border-radius: 15px;
    border-radius: 15px
}

.page-template .store-list .store-list---title {
    margin: 0 0 10px;
    font-size: 1.71429em
}

.page-template .store-list .store-list---brand:not(:last-child) {
    padding-bottom: 20px;
    border-bottom: #f3f3f3 1px solid
}

.page-template .store-list .store_brand___name {
    font-size: 1.28571em
}

.page-template .store-list .store_brand___contact {
    margin: 5px 0 0
}

.page-template .store-list .fa {
    width: 20px;
    float: left;
    font-size: 1em;
    line-height: 22px
}

.page-template .store-list span {
    width: calc(100% - 20px);
    float: left
}

.search-main {
    width: 100%;
    float: left;
    padding: 30px 0;
    position: relative;
    z-index: 0
}

.search-main .module-header {
    margin-bottom: 10px;
    border: none
}

.search-main .module-title {
    padding: 0 !important
}

.search-main .module-title:before {
    display: none
}

.search-main .module-title span {
    font-size: 1.14286em;
    text-transform: none;
    padding: 0
}

@media (min-width: 1200px) {
    .search-main .search-product-item:nth-child(4n+1) {
        clear: left
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .search-main .search-product-item:nth-child(4n+1) {
        clear: left
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .search-main .search-product-item:nth-child(3n+1) {
        clear: left
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .search-main .search-product-item:nth-child(2n+1) {
        clear: left
    }
}

.search-main .search-product-item .product-box {
    margin-bottom: 30px
}

@media (min-width: 1200px) {
    .search-main .search-product-item .product-thumbnail>a {
        height: 262.5px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .search-main .search-product-item .product-thumbnail>a {
        height: 212.5px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .search-main .search-product-item .product-thumbnail>a {
        height: 220px
    }
}

@media (min-width: 543px) and (max-width: 767px) {
    .search-main .search-product-item .product-thumbnail>a {
        height: 241.5px
    }
}

@media (min-width: 375px) and (max-width: 542px) {
    .search-main .search-product-item .product-thumbnail>a {
        height: 182.5px
    }
}

@media (min-width: 320px) and (max-width: 374px) {
    .search-main .search-product-item .product-thumbnail>a {
        height: 150px
    }
}

.search-main .search-article-item:not(:last-child) {
    margin: 0 0 30px
}

@media (min-width: 992px) {
    .search-main .search-article-item:nth-child(2n+1) {
        clear: left
    }
}

@media (min-width: 1200px) {
    .search-main .search-article-item .article-item .article-thumbnail {
        width: 200px;
        margin: 0 20px 0 0
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .search-main .search-article-item .article-item .article-thumbnail {
        width: 180px;
        margin: 0 20px 0 0
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .search-main .search-article-item .article-item .article-thumbnail {
        width: 240px;
        margin: 0 20px 0 0
    }
}

@media (min-width: 543px) and (max-width: 767px) {
    .search-main .search-article-item .article-item .article-thumbnail {
        width: 180px;
        margin: 0 20px 0 0
    }
}

@media (min-width: 320px) and (max-width: 542px) {
    .search-main .search-article-item .article-item .article-thumbnail {
        width: 100%;
        margin: 0 0 10px
    }
}

@media (min-width: 1200px) {
    .search-main .search-article-item .article-item .article-info {
        width: calc(100% - 220px)
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .search-main .search-article-item .article-item .article-info {
        width: calc(100% - 200px)
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .search-main .search-article-item .article-item .article-info {
        width: calc(100% - 260px)
    }
}

@media (min-width: 543px) and (max-width: 767px) {
    .search-main .search-article-item .article-item .article-info {
        width: calc(100% - 200px)
    }
}

@media (min-width: 320px) and (max-width: 542px) {
    .search-main .search-article-item .article-item .article-info {
        width: 100%
    }
}

.search-main .search-article-item .article-item .article-info a {
    line-height: 1.4;
    color: #333
}

.search-main .search-article-item .article-item .article-info a:hover {
    color: #2878d7
}

.search-main .search-article-item .article-item .article-title {
    margin: 0 0 5px
}

.search-main .search-article-item .article-item .article-detail {
    color: #999;
    font-size: .92857em;
    margin: 0 0 5px;
    font-style: normal
}

.search-main .search-article-item .article-item .article-detail span {
    position: relative
}

.search-main .search-article-item .article-item .article-detail span:not(:last-child) {
    padding-right: 20px;
    margin-right: 10px
}

.search-main .search-article-item .article-item .article-detail span:not(:last-child):before {
    position: absolute;
    content: "---";
    right: 0
}

.search-main .search-article-item .article-item .article-summary {
    margin: 0
}

.page-404 {
    width: 100%;
    float: left;
    padding: 30px 0
}

.color_main {
    color: #4a90e2
}

.color_white {
    color: #fff;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms
}

.color_white:hover {
    color: #4a90e2
}

.nowrap {
    white-space: nowrap
}

.fw {
    width: 100% !important;
    float: left !important
}

.w1 {
    width: 1%;
    float: left
}

.w2 {
    width: 2%;
    float: left
}

.w3 {
    width: 3%;
    float: left
}

.w4 {
    width: 4%;
    float: left
}

.w5 {
    width: 5%;
    float: left
}

.w6 {
    width: 6%;
    float: left
}

.w7 {
    width: 7%;
    float: left
}

.w8 {
    width: 8%;
    float: left
}

.w9 {
    width: 9%;
    float: left
}

.w10 {
    width: 10%;
    float: left
}

.w11 {
    width: 11%;
    float: left
}

.w12 {
    width: 12%;
    float: left
}

.w13 {
    width: 13%;
    float: left
}

.w14 {
    width: 14%;
    float: left
}

.w15 {
    width: 15%;
    float: left
}

.w16 {
    width: 16%;
    float: left
}

.w17 {
    width: 17%;
    float: left
}

.w18 {
    width: 18%;
    float: left
}

.w19 {
    width: 19%;
    float: left
}

.w20 {
    width: 20%;
    float: left
}

.w21 {
    width: 21%;
    float: left
}

.w22 {
    width: 22%;
    float: left
}

.w23 {
    width: 23%;
    float: left
}

.w24 {
    width: 24%;
    float: left
}

.w25 {
    width: 25%;
    float: left
}

.w26 {
    width: 26%;
    float: left
}

.w27 {
    width: 27%;
    float: left
}

.w28 {
    width: 28%;
    float: left
}

.w29 {
    width: 29%;
    float: left
}

.w30 {
    width: 30%;
    float: left
}

.w31 {
    width: 31%;
    float: left
}

.w32 {
    width: 32%;
    float: left
}

.w33 {
    width: 33%;
    float: left
}

.w34 {
    width: 34%;
    float: left
}

.w35 {
    width: 35%;
    float: left
}

.w36 {
    width: 36%;
    float: left
}

.w37 {
    width: 37%;
    float: left
}

.w38 {
    width: 38%;
    float: left
}

.w39 {
    width: 39%;
    float: left
}

.w40 {
    width: 40%;
    float: left
}

.w41 {
    width: 41%;
    float: left
}

.w42 {
    width: 42%;
    float: left
}

.w43 {
    width: 43%;
    float: left
}

.w44 {
    width: 44%;
    float: left
}

.w45 {
    width: 45%;
    float: left
}

.w46 {
    width: 46%;
    float: left
}

.w47 {
    width: 47%;
    float: left
}

.w48 {
    width: 48%;
    float: left
}

.w49 {
    width: 49%;
    float: left
}

.w50 {
    width: 50%;
    float: left
}

.w51 {
    width: 51%;
    float: left
}

.w52 {
    width: 52%;
    float: left
}

.w53 {
    width: 53%;
    float: left
}

.w54 {
    width: 54%;
    float: left
}

.w55 {
    width: 55%;
    float: left
}

.w56 {
    width: 56%;
    float: left
}

.w57 {
    width: 57%;
    float: left
}

.w58 {
    width: 58%;
    float: left
}

.w59 {
    width: 59%;
    float: left
}

.w60 {
    width: 60%;
    float: left
}

.w61 {
    width: 61%;
    float: left
}

.w62 {
    width: 62%;
    float: left
}

.w63 {
    width: 63%;
    float: left
}

.w64 {
    width: 64%;
    float: left
}

.w65 {
    width: 65%;
    float: left
}

.w66 {
    width: 66%;
    float: left
}

.w67 {
    width: 67%;
    float: left
}

.w68 {
    width: 68%;
    float: left
}

.w69 {
    width: 69%;
    float: left
}

.w70 {
    width: 70%;
    float: left
}

.w71 {
    width: 71%;
    float: left
}

.w72 {
    width: 72%;
    float: left
}

.w73 {
    width: 73%;
    float: left
}

.w74 {
    width: 74%;
    float: left
}

.w75 {
    width: 75%;
    float: left
}

.w76 {
    width: 76%;
    float: left
}

.w77 {
    width: 77%;
    float: left
}

.w78 {
    width: 78%;
    float: left
}

.w79 {
    width: 79%;
    float: left
}

.w80 {
    width: 80%;
    float: left
}

.w81 {
    width: 81%;
    float: left
}

.w82 {
    width: 82%;
    float: left
}

.w83 {
    width: 83%;
    float: left
}

.w84 {
    width: 84%;
    float: left
}

.w85 {
    width: 85%;
    float: left
}

.w86 {
    width: 86%;
    float: left
}

.w87 {
    width: 87%;
    float: left
}

.w88 {
    width: 88%;
    float: left
}

.w89 {
    width: 89%;
    float: left
}

.w90 {
    width: 90%;
    float: left
}

.w91 {
    width: 91%;
    float: left
}

.w92 {
    width: 92%;
    float: left
}

.w93 {
    width: 93%;
    float: left
}

.w94 {
    width: 94%;
    float: left
}

.w95 {
    width: 95%;
    float: left
}

.w96 {
    width: 96%;
    float: left
}

.w97 {
    width: 97%;
    float: left
}

.w98 {
    width: 98%;
    float: left
}

.w99 {
    width: 99%;
    float: left
}

.sidebar-item {
    width: 100%;
    float: left;
    border: #f3f3f3 1px solid;
    margin: 0 0 30px;
    overflow: hidden
}

.sidebar-item ul {
    padding: 0;
    width: 100%;
    float: left
}

.sidebar-item .module-header {
    padding: 10px 15px;
    background: #f3f3f3
}

.sidebar-item .module-content {
    width: 100%;
    float: left;
    padding: 10px 15px
}

.sidebar-item .module-content a {
    font-size: 1em;
    color: #333;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s
}

.sidebar-item .module-content a:before {
    color: #4a90e2
}

.sidebar-item .module-content a:hover {
    color: #2878d7
}

.module-title {
    margin: 15px 0 30px;
    font-size: 1em;
    position: relative
}

.module-title>a,
.module-title>span {
    width: 100%;
    float: left;
    font-size: 1.07143em;
    font-weight: 700;
    position: relative;
    color: #333;
    -webkit-transition: color linear 300ms;
    -moz-transition: color linear 300ms;
    -ms-transition: color linear 300ms;
    -o-transition: color linear 300ms;
    transition: color linear 300ms
}

@media (min-width: 1200px) {

    .module-title>a,
    .module-title>span {
        text-transform: uppercase
    }
}

@media (min-width: 320px) and (max-width: 542px) {

    .module-title>a,
    .module-title>span {
        text-transform: uppercase
    }
}

.module-title span {
    float: left;
    padding: 0;
    position: relative
}

.module-title.sidebar-title {
    margin: 0;
    padding-right: 25px
}

.module-title.module-index-title {
    margin: 0
}

.module-header {
    width: 100%;
    float: left;
    border-bottom: #f3f3f3 1px solid
}

.module-content {
    width: 100%;
    float: left;
    padding: 0
}

.collection-sidebar-items {
    width: 100%;
    float: left
}

.collection-sidebar-items .item {
    width: 100%;
    float: left
}

.collection-sidebar-items .product-sidebar {
    width: 100%;
    float: left
}

.collection-sidebar-items .product-sidebar:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: #f3f3f3 1px solid
}

.collection-sidebar-items .product-sidebar .product-image {
    float: left
}

@media (min-width: 1200px) {
    .collection-sidebar-items .product-sidebar .product-image {
        width: 80px;
        margin: 0 10px 0 0
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .collection-sidebar-items .product-sidebar .product-image {
        width: 60px;
        margin: 0 10px 0 0
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .collection-sidebar-items .product-sidebar .product-image {
        width: 80px;
        margin: 0 10px 0 0
    }
}

@media (min-width: 543px) and (max-width: 767px) {
    .collection-sidebar-items .product-sidebar .product-image {
        width: 80px;
        margin: 0 10px 0 0
    }
}

@media (min-width: 320px) and (max-width: 542px) {
    .collection-sidebar-items .product-sidebar .product-image {
        width: 80px;
        margin: 0 10px 0 0
    }
}

.collection-sidebar-items .product-sidebar .product-info {
    float: left
}

@media (min-width: 1200px) {
    .collection-sidebar-items .product-sidebar .product-info {
        width: calc(100% - 90px)
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .collection-sidebar-items .product-sidebar .product-info {
        width: calc(100% - 70px)
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .collection-sidebar-items .product-sidebar .product-info {
        width: calc(100% - 90px)
    }
}

@media (min-width: 543px) and (max-width: 767px) {
    .collection-sidebar-items .product-sidebar .product-info {
        width: calc(100% - 90px)
    }
}

@media (min-width: 320px) and (max-width: 542px) {
    .collection-sidebar-items .product-sidebar .product-info {
        width: calc(100% - 90px)
    }
}

.collection-sidebar-items .product-sidebar .product-name {
    margin: 0 0 5px
}

.nav-enable.nav-top-right .owl-nav [class*='owl-'] {
    top: -32px
}

.nav-enable.nav-top-right .owl-nav [class*='owl-'].owl-prev {
    left: auto;
    right: 20px
}

.nav-enable.nav-top-right .owl-nav [class*='owl-'].owl-next {
    right: 0
}

@media (min-width: 1200px) {
    .nav-enable.nav-left-right .owl-nav [class*="owl-"] {
        -webkit-transition: all ease-in-out 300ms;
        -moz-transition: all ease-in-out 300ms;
        -ms-transition: all ease-in-out 300ms;
        -o-transition: all ease-in-out 300ms;
        transition: all ease-in-out 300ms
    }
}

.nav-enable.nav-left-right .owl-nav>div {
    top: 30%;
    width: 20px;
    height: 50px;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.nav-enable.nav-left-right .owl-nav>div:before {
    width: 20px;
    line-height: 50px
}

.dots-enable .owl-dots {
    width: 100%;
    position: absolute
}

@media (min-width: 768px) {
    .dots-enable .owl-dots .owl-dot {
        width: 22px !important;
        height: 22px !important;
        border: transparent 2px dotted !important;
        -webkit-border-radius: 50% !important;
        border-radius: 50% !important
    }

    .dots-enable .owl-dots .owl-dot span {
        width: 10px !important;
        height: 10px !important;
        margin: 4px !important;
        background: #f3f3f3 !important;
        -webkit-border-radius: 50% !important;
        border-radius: 50% !important
    }

    .dots-enable .owl-dots .owl-dot:hover span {
        background: #4a90e2 !important
    }

    .dots-enable .owl-dots .owl-dot.active {
        border: #4a90e2 2px solid !important;
        background: transparent !important
    }

    .dots-enable .owl-dots .owl-dot.active span {
        background: #4a90e2 !important
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .dots-enable .owl-dots .owl-dot {
        width: 13px !important;
        height: 13px !important;
        border: transparent 2px dotted !important;
        -webkit-border-radius: 50% !important;
        border-radius: 50% !important
    }

    .dots-enable .owl-dots .owl-dot span {
        width: 5px !important;
        height: 5px !important;
        margin: 2px !important;
        background: #f3f3f3 !important;
        -webkit-border-radius: 50% !important;
        border-radius: 50% !important
    }

    .dots-enable .owl-dots .owl-dot:hover span {
        background: #4a90e2 !important
    }

    .dots-enable .owl-dots .owl-dot.active {
        border: #4a90e2 2px solid !important;
        background: transparent !important
    }

    .dots-enable .owl-dots .owl-dot.active span {
        background: #4a90e2 !important
    }
}

.dots-enable.dots-top-right .owl-dots {
    width: auto;
    bottom: auto;
    top: -42px;
    right: 0;
    margin-top: 0 !important
}

.dots-enable.dots-top-right .owl-dots .owl-dot {
    width: 12px !important;
    height: 12px !important;
    margin: 0 3px !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important
}

.dots-enable.dots-top-right .owl-dots .owl-dot span {
    background: #4a90e2 !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    width: 4px !important;
    height: 4px !important;
    margin: 2px !important
}

.pointer {
    cursor: pointer
}

.txt-white {
    color: #fff
}

.txt-black {
    color: #000
}

.f-normal {
    font-weight: 400
}

.f-bold {
    font-weight: 700
}

.libra___sale-pop {
    background: #fff;
    bottom: -100%;
    left: 20px;
    right: auto;
    padding: 10px 30px 10px 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    transition: all 2s;
    z-index: 100;
    position: fixed
}

.libra___sale-pop .libra___sale-pop___image {
    margin-right: 10px;
    width: 70px;
    float: left
}

.libra___sale-pop .libra___sale-pop___image img {
    max-height: 70px !important
}

.libra___sale-pop .libra___sale-pop___content {
    width: calc(100% - 80px);
    float: left;
    display: block
}

.libra___sale-pop .libra___sale-pop___title {
    margin: 0;
    font-size: 1em;
    max-width: 255px;
    font-weight: 700
}

.libra___sale-pop .libra___sale-pop___title a {
    color: #333;
    margin: 0;
    font-size: 1em
}

.libra___sale-pop .libra___sale-pop___title:hover a {
    color: #2878d7
}

.libra___sale-pop .libra___sale-pop___recent {
    color: #878787;
    font-size: .85714em
}

.libra___sale-pop .libra___sale-pop___close {
    right: 5px;
    top: 0px;
    cursor: pointer;
    position: absolute;
    font-family: FontAwesome
}

.libra___sale-pop .libra___sale-pop___close:before {
    content: "\f00d"
}

.libra___sale-pop.slideUp {
    opacity: 1;
    visibility: visible
}

@media (min-width: 992px) {
    .libra___sale-pop.slideUp {
        bottom: 20px
    }
}

@media (min-width: 320px) and (max-width: 991px) {
    .libra___sale-pop.slideUp {
        bottom: 60px
    }
}

.libra___sale-pop.middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center
}

.libra___sale-pop.flex {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (min-width: 320px) and (max-width: 374px) {
    .product-box-swatch .product-thumbnail>a {
        height: 290px !important
    }
}

@media (min-width: 375px) and (max-width: 424px) {
    .product-box-swatch .product-thumbnail>a {
        height: 345px !important
    }
}

@media (min-width: 425px) and (max-width: 542px) {
    .product-box-swatch .product-thumbnail>a {
        height: 395px !important
    }
}

.product-box-swatch .product-info {
    min-height: 112px
}

.product-box-swatch .product_swatch {
    width: 100%;
    float: left
}

.product-box-swatch .product_swatch .col-variant {
    overflow: hidden;
    display: block;
    background: #fff;
    width: 100%;
    float: left;
    -webkit-transition: height ease 300ms;
    -moz-transition: height ease 300ms;
    -ms-transition: height ease 300ms;
    -o-transition: height ease 300ms;
    transition: height ease 300ms
}

@media (min-width: 1200px) {
    .product-box-swatch .product_swatch .col-variant {
        position: absolute;
        height: 0;
        bottom: 0
    }
}

@media (max-width: 1199px) {
    .product-box-swatch .product_swatch .col-variant {
        position: relative
    }
}

@media (min-width: 1200px) {
    .product-box-swatch:before {
        content: "";
        background: #f3f3f3;
        border: #f3f3f3 1px solid;
        z-index: -1;
        position: absolute;
        top: -10px;
        right: -10px;
        left: -10px;
        bottom: -10px
    }

    .product-box-swatch:hover {
        padding-bottom: 0
    }

    .product-box-swatch:hover .col-variant {
        height: 100%
    }

    .product-box-swatch:hover:before {
        background: #fff;
        border: #f3f3f3 1px solid;
        -webkit-box-shadow: #f3f3f3 0 0 10px 0;
        box-shadow: #f3f3f3 0 0 10px 0
    }
}

.product-box-swatch .swatch {
    width: 100%
}

@media (min-width: 1200px) {
    .product-box-swatch .swatch {
        margin: 10% auto 0
    }
}

@media (max-width: 1199px) {
    .product-box-swatch .swatch {
        padding-top: 20px
    }
}

.product-box-swatch .swatch .color {
    margin: 0;
    border: #f3f3f3 1px solid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.product-box-swatch .swatch label {
    width: 30px;
    height: 30px !important
}

.product-box-swatch .swatch .owl-stage-outer {
    width: 100%;
    float: left
}

.product-box-swatch .swatch .owl-stage-outer .owl-stage {
    margin: 0 auto
}

.product-box-swatch .swatch .owl-nav [class*="owl-"] {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
}

.product-box-swatch .swatch .owl-nav>div {
    top: 35px !important;
    width: 25px !important;
    height: 25px !important;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.product-box-swatch .swatch .owl-nav>div.owl-prev {
    left: 0
}

.product-box-swatch .swatch .owl-nav>div.owl-next {
    right: 0
}

.product-box-swatch .swatch .owl-nav>div:before {
    width: 25px !important;
    height: 25px !important
}

@media (min-width: 1200px) {
    .product-box-swatch .swatch .owl-dots {
        bottom: -35px
    }
}

@media (max-width: 1199px) {
    .product-box-swatch .swatch .owl-dots {
        margin-top: 0 !important;
        bottom: auto;
        top: 0
    }
}

.product-box-swatch .swatch .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background: #f3f3f3;
    border: #4a90e2 1px solid
}

.product-box-swatch .swatch .owl-dots .owl-dot span {
    width: 8px;
    height: 8px
}

.product-box-swatch .variant-color-active {
    border: #2878d7 1px solid !important
}

div#contact_map iframe {
    width: 100%;
    height: 100%;
    border: none;
}