.title-head {
    font-size: 1.33333em;
    font-weight: 700;
    color: #000;
    text-decoration: none
}

.title-head a {
    color: #000
}

.title-head a:hover {
    color: #ee3523
}

.subtitle-head {
    font-size: 1.2em;
    color: #000;
    margin: 20px 0
}

.price-box {
    width: 100%;
    float: left;
    line-height: normal;
    font-size: .93333em
}

@media (max-width: 543px) {
    .price-box {
        height: 37px;
        display: flex;
        flex-flow: column
    }
}

.price-box span {
    display: inline-block;
    line-height: normal
}

.price-box .special-price {
    color: #ee3523;
    font-weight: 700;
    margin-right: 5px;
    margin-bottom: 5px
}

.price-box .old-price {
    color: #ababab;
    text-decoration: line-through
}

.price-box .old-price span {
    text-decoration: line-through
}

.product-box {
    text-align: left;
    margin-bottom: 15px;
    position: relative;
    padding: 0 15px;
    overflow: hidden
}

.product-box .sale-flash {
    font-size: .73333em;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    background: #ee3523;
    padding: 0;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    font-weight: 700;
    width: 45px;
    height: 25px;
    line-height: 25px;
    -webkit-border-radius: 0;
    border-radius: 0
}

.product-box .product-thumbnail {
    position: relative;
    overflow: hidden;
    float: left
}

.product-box .product-thumbnail > a {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center
}

.product-box .product-thumbnail > a img {
    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-info {
    z-index: 10;
    position: relative;
    float: left
}

.product-box .product-name {
    width: 100%;
    float: left;
    font-size: .93333em;
    font-weight: 300;
    margin: 10px 0 5px
}

.product-box .product-name a {
    color: #000;
    text-decoration: none
}

.product-box .product-name a:hover {
    color: #ee3523
}

.product-box .product-summary {
    width: 100%;
    float: left;
    color: #acacac;
    line-height: 20px;
    margin: 0 0 5px;
    font-size: .8em
}

.product-box.product-list-item {
    width: 100%;
    float: left
}

.product-box.product-list-item .product-name {
    margin: 0 0 5px
}

.product-box.product-list-item.item-small {
    padding: 0 15px
}

.product-box.product-list-item.item-small:first-child {
    margin-top: 15px
}

.product-box.product-list-item.item-small .product-thumbnail {
    margin-right: 15px;
    border: #dedede 1px solid
}

@media (min-width: 1200px) {
    .product-box.product-list-item.item-small .product-thumbnail {
        width: 80px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .product-box.product-list-item.item-small .product-thumbnail {
        width: 70px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-box.product-list-item.item-small .product-thumbnail {
        width: 160px
    }
}

@media (min-width: 543px) and (max-width: 767px) {
    .product-box.product-list-item.item-small .product-thumbnail {
        width: 160px
    }
}

@media (min-width: 320px) and (max-width: 542px) {
    .product-box.product-list-item.item-small .product-thumbnail {
        width: 100px
    }
}

@media (max-width: 319px) {
    .product-box.product-list-item.item-small .product-thumbnail {
        width: 100%;
        margin-bottom: 5px;
        padding: 0
    }
}

@media (min-width: 1200px) {
    .product-box.product-list-item.item-small .product-thumbnail a, .product-box.product-list-item.item-small .product-thumbnail picture {
        height: 80px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .product-box.product-list-item.item-small .product-thumbnail a, .product-box.product-list-item.item-small .product-thumbnail picture {
        height: 70px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-box.product-list-item.item-small .product-thumbnail a, .product-box.product-list-item.item-small .product-thumbnail picture {
        height: 160px
    }
}

@media (min-width: 543px) and (max-width: 767px) {
    .product-box.product-list-item.item-small .product-thumbnail a, .product-box.product-list-item.item-small .product-thumbnail picture {
        height: 160px
    }
}

@media (min-width: 320px) and (max-width: 542px) {
    .product-box.product-list-item.item-small .product-thumbnail a, .product-box.product-list-item.item-small .product-thumbnail picture {
        height: 100px
    }
}

@media (max-width: 319px) {
    .product-box.product-list-item.item-small .product-thumbnail a, .product-box.product-list-item.item-small .product-thumbnail picture {
        height: 100px
    }
}

.product-box.product-list-item.item-small .product-thumbnail a img, .product-box.product-list-item.item-small .product-thumbnail picture img {
    max-height: 100%;
    max-width: 100%
}

@media (min-width: 1200px) {
    .product-box.product-list-item.item-small .product-info {
        width: calc(100% - 95px)
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .product-box.product-list-item.item-small .product-info {
        width: calc(100% - 85px)
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-box.product-list-item.item-small .product-info {
        width: calc(100% - 175px)
    }
}

@media (min-width: 543px) and (max-width: 767px) {
    .product-box.product-list-item.item-small .product-info {
        width: calc(100% - 175px)
    }
}

@media (min-width: 320px) and (max-width: 542px) {
    .product-box.product-list-item.item-small .product-info {
        width: calc(100% - 115px)
    }
}

@media (max-width: 319px) {
    .product-box.product-list-item.item-small .product-info {
        width: 100%
    }
}

@media (min-width: 992px) {
    .product-box.product-list-item.item-small .product-summary {
        display: none
    }
}

@media (max-width: 542px) {
    .product-box.product-list-item.item-small .product-summary {
        display: none
    }
}

.product-box:hover .product-thumbnail > a img {
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg)
}

.product-grid-item {
    margin: 15px 0
}

.product-grid-item .product-thumbnail {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    float: left;
    margin-bottom: 10px
}

.product-grid-item .product-info {
    width: 100%;
    float: left
}

.product-grid-item .product-info .product-name {
    width: 100%;
    float: left;
    text-align: center;
    margin: 0 0 5px
}

.product-grid-item .product-info .price-box {
    width: 100%;
    float: left;
    text-align: center;
    margin: 0 0 5px
}

.product-grid-item .product-info .product-action {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 1px
}

.lg4 .product-grid-item a, .lg4 .product-grid-item picture {
    width: 100%
}

@media (min-width: 1200px) {
    .lg4 .product-grid-item a, .lg4 .product-grid-item picture {
        height: 182px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .lg4 .product-grid-item a, .lg4 .product-grid-item picture {
        height: 203px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .lg4 .product-grid-item a, .lg4 .product-grid-item picture {
        height: 210px
    }
}

@media (min-width: 571px) and (max-width: 767px) {
    .lg4 .product-grid-item a, .lg4 .product-grid-item picture {
        height: 240px
    }
}

@media (min-width: 320px) and (max-width: 570px) {
    .lg4 .product-grid-item a, .lg4 .product-grid-item picture {
        height: 120px
    }
}

@media (max-width: 319px) {
    .lg4 .product-grid-item a, .lg4 .product-grid-item picture {
        max-height: 100px
    }
}

.lg4 .product-grid-item img {
    max-width: 100%
}

@media (max-width: 319px) {
    .lg4 .product-grid-item img {
        max-height: 100px
    }
}

.lg6 .product-grid-item a, .lg6 .product-grid-item picture {
    width: 100%
}

@media (min-width: 1200px) {
    .lg6 .product-grid-item a, .lg6 .product-grid-item picture {
        height: 160px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .lg6 .product-grid-item a, .lg6 .product-grid-item picture {
        height: 205px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .lg6 .product-grid-item a, .lg6 .product-grid-item picture {
        height: 210px
    }
}

@media (min-width: 544px) and (max-width: 767px) {
    .lg6 .product-grid-item a, .lg6 .product-grid-item picture {
        height: 240px
    }
}

@media (min-width: 320px) and (max-width: 543px) {
    .lg6 .product-grid-item a, .lg6 .product-grid-item picture {
        height: 120px
    }
}

@media (max-width: 319px) {
    .lg6 .product-grid-item a, .lg6 .product-grid-item picture {
        max-height: 100px
    }
}

.lg6 .product-grid-item img {
    max-width: 100%
}

@media (max-width: 319px) {
    .lg6 .product-grid-item img {
        max-height: 100px
    }
}

.breadcrumbs {
    background: #f5f5f5;
    padding: 60px 0;
    font-size: 14px;
    background-image: url(//bizweb.dktcdn.net/100/314/658/themes/663789/assets/brc-image.png?1750749475760);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative
}

.breadcrumbs:before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0
}

.breadcrumbs .br-header h2 {
    margin: 0;
    font-size: 32px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media (max-width: 991px) {
    .breadcrumbs .br-header {
        text-align: center
    }
}

.breadcrumbs ul {
    padding: 0;
    text-align: right;
    line-height: 35px
}

@media (max-width: 991px) {
    .breadcrumbs ul {
        text-align: center
    }
}

.breadcrumbs ul a {
    color: #fff
}

.breadcrumbs li {
    display: inline
}

.breadcrumbs a {
    color: #666
}

.breadcrumbs strong {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}

.breadcrumbs span {
    display: inline-block;
    font-size: 18px
}

.breadcrumbs .fa {
    color: #fff;
    margin: 0 5px
}

.breadcrumbs.breadcrumb-collection {
    background-image: url(//bizweb.dktcdn.net/100/314/658/themes/663789/assets/collections_breamdrcum.png?1750749475760)
}

.breadcrumb {
    margin: 0;
    background: transparent;
    border-radius: 0;
    padding: 0
}

.breadcrumb > li + li:before {
    display: none
}

.page-pagination-parent {
    width: 100%;
    float: left
}

@media (max-width: 542px) {
    .page-pagination {
        width: 100%;
        float: left;
        text-align: center
    }
}

.page-pagination .pagination {
    margin: 15px 0 0
}

.page-pagination .pagination li {
    float: left
}

.page-pagination .pagination li span {
    border-color: #dedede;
    border-radius: 0
}

@media (min-width: 543px) {
    .page-pagination .pagination li span {
        height: 34px;
        width: 34px;
        padding: 0;
        line-height: 34px;
        text-align: center
    }
}

@media (max-width: 542px) {
    .page-pagination .pagination li span {
        padding: 0;
        margin: 0;
        width: 25px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        font-size: 12px
    }
}

.page-pagination .pagination li a {
    color: #000;
    border-color: #dedede;
    border-radius: 0
}

@media (min-width: 543px) {
    .page-pagination .pagination li a {
        height: 34px;
        width: 34px;
        line-height: 34px;
        display: inline-block;
        padding: 0;
        text-align: center
    }
}

@media (max-width: 542px) {
    .page-pagination .pagination li a {
        padding: 0;
        margin: 0;
        width: 25px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        font-size: 12px
    }
}

.page-pagination .pagination li a:hover, .page-pagination .pagination li a:focus {
    color: #fff;
    border-color: #ee3523;
    background: #ee3523;
    border-radius: 0
}

.page-pagination .pagination li.active span {
    color: #fff;
    border-color: #333;
    background: #333
}

header {
    background: #fff;
    width: 100%;
    float: left
}

.topbar {
    background: #e5e5e5;
    color: #fff
}

.mainbar {
    width: 100%;
    float: left
}

@media (min-width: 768px) {
    .mainbar {
        height: 90px
    }
}

@media (min-width: 1023px) {
    .mainbar {
        display: flex;
        flex-flow: row;
        justify-content: center;
        align-items: center
    }
}

@media (min-width: 768px) {
    .mainbar .search-header {
        padding: 0
    }
}

.mainbar .account a {
    color: #000;
    background: #fff;
    border: #dedede 1px solid;
    height: 37px;
    line-height: 37px;
    display: inline-block;
    width: 100px;
    text-align: center;
    text-transform: uppercase
}

.mainbar .account span {
    color: #fff;
    padding: 0 5px
}

@media (min-width: 768px) {
    .mainbar .account {
        text-align: right
    }
}

@media (max-width: 767px) {
    .mainbar .account {
        padding: 10px 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-flow: row
    }

    .mainbar .account span {
        width: 50px;
        text-align: center;
        padding: 0;
        float: left
    }

    .mainbar .account a {
        width: calc(50% - 25px);
        float: left
    }
}

.header_search {
    padding: 10px 0 15px
}

.header_search input {
    float: right
}

.header_search .input-group-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px
}

.header_search .input-group {
    width: 100%;
    margin-bottom: 0
}

.header_search button {
    padding: 0;
    width: 45px;
    background: transparent
}

.header_search button img {
    margin-top: 6px
}

.mini-cart {
    z-index: 10;
    text-align: center
}

.mini-cart:hover .top-cart-content {
    display: block
}

.mini-cart .dropdown-toggle {
    font-size: 12px;
    padding: 0;
    text-transform: none
}

.top-cart-contain {
    color: #333;
    padding: 5px;
    right: 0;
    z-index: 1000
}

.top-cart-contain .price {
    color: #ee3523;
    text-transform: uppercase
}

.top-cart-contain .mini-cart .price {
    margin-right: 5px;
    font-size: 16px;
    font-weight: 700
}

.top-cart-contain .product-details p {
    margin: 0
}

.top-cart-contain .product-details .price {
    color: #ee3523;
    width: auto;
    float: none;
    font-weight: 400;
    padding-left: 0;
    font-size: 12px
}

.top-cart-contain .heading-cart a {
    display: block;
    color: #fff;
    font-size: .93333em;
    white-space: nowrap
}

@media (min-width: 768px) {
    .top-cart-contain .heading-cart a:before {
        content: "\f10c";
        font-size: 18px;
        line-height: 18px;
        font-family: FontAwesome;
        position: absolute;
        left: 50%;
        margin-left: -10px;
        top: -10px;
        z-index: 0;
        color: #ee3523
    }
}

.top-cart-contain .heading-cart a span {
    font-size: 1.06667em;
    font-weight: 700;
    line-height: normal
}

.top-cart-content {
    display: none;
    position: absolute;
    top: 50px;
    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 {
    margin: 0;
    width: 175px
}

.top-cart-content .product-name a {
    font-size: .93333em;
    line-height: normal;
    line-height: 20px !important;
    font-weight: 400;
    color: #000
}

.top-cart-content .product-name a:hover {
    color: #ee3523
}

.top-cart-content li {
    list-style: none
}

.top-cart-content li.item {
    border-top: 1px solid #dedede;
    overflow: hidden;
    padding: 10px 0
}

.top-cart-content li.item:first-child {
    border-top: none;
    padding-top: 0
}

.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;
    height: 80px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: #dedede 1px solid
}

.top-cart-content li.item .product-image img {
    max-width: 100%;
    max-height: 100%
}

.top-cart-content li.item .detail-item {
    padding-left: 90px
}

.top-cart-content li.item .detail-item .product-details {
    position: relative
}

.top-cart-content li.item .detail-item .fa {
    position: absolute;
    right: 0
}

.top-cart-content li.item .detail-item input {
    display: inline-block;
    width: 45px;
    padding: 0;
    margin: 0;
    text-align: center;
    min-height: auto;
    height: 30px
}

.top-cart-content li.item .detail-item button.items-count {
    display: inline-block
}

.top-cart-content .block-subtitle {
    color: #333;
    overflow: hidden;
    padding: 15px;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: .86667em;
    background: #f5f5f5;
    text-transform: none;
    font-weight: 400;
    border-bottom: 1px #ddd solid
}

.top-cart-content .no-item p {
    margin: 0
}

#cart-sidebar {
    padding: 15px;
    margin: 0;
    max-height: 582px;
    min-width: 320px
}

#cart-sidebar li.list-item {
    max-height: 400px;
    overflow-y: auto
}

#cart-sidebar li.action {
    display: none
}

#cart-sidebar.hasclass li.action {
    display: block
}

#cart-sidebar .list-item-cart {
    max-height: 300px;
    overflow-y: auto
}

#cart-sidebar .list-item-cart::-webkit-scrollbar {
    width: 5px
}

#cart-sidebar .list-item-cart::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.9)
}

#cart-sidebar .list-item-cart::-webkit-scrollbar-thumb {
    background: #ee3523;
    border-radius: 15px
}

#cart-sidebar .list-item-cart::-webkit-scrollbar-thumb:hover, #cart-sidebar .list-item-cart::-webkit-scrollbar-thumb:active {
    background: #ee3523;
    border-radius: 15px
}

#cart-sidebar .top-subtotal {
    color: #333;
    font-size: 1.06667em;
    font-weight: 400;
    padding: 10px 0;
    border-top: #dedede 1px solid;
    text-align: left;
    text-transform: none;
    width: 100%;
    float: left
}

#cart-sidebar .top-subtotal .price {
    font-weight: 700;
    color: #ee3523;
    float: right
}

#cart-sidebar .actions {
    width: 100%;
    float: left;
    padding-bottom: 15px
}

#cart-sidebar .actions a {
    width: 50%;
    float: left;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    color: #fff
}

#cart-sidebar .actions a:last-child {
    border-left: none
}

#cart-sidebar .actions a:hover {
    background: #ee3523
}

.li-fix-1 {
    background: #FFF;
    border-top: 1px solid #dedede;
    display: block
}

.li-fix-2 {
    display: block;
    width: 295px
}

header nav {
    background: #222
}

header nav .nav-item {
    float: left;
    position: relative
}

header nav .nav-item > a {
    line-height: 32px;
    color: #fff;
    font-size: .86667em;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 6px;
    border-bottom: transparent 4px solid;
    background: transparent !important;
    -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
}

header nav .nav-item > a:hover {
    border-color: #ee3523;
    background: transparent
}

header nav .nav-item > a > .fa {
    color: #fff;
    position: relative;
    width: 20px;
    height: 20px;
    top: 0;
    line-height: 20px;
    text-align: center
}

header nav .nav-item:not(:first-child) a:before {
    content: " ";
    border-left: #fff 1px ridge;
    position: absolute;
    left: 0;
    height: 50%;
    top: 50%;
    width: 1px;
    opacity: .3;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

header nav .nav-item:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
    top: 66px
}

header nav .nav-item:hover > .mega-content {
    display: block
}

header nav .nav-item .dropdown-submenu {
    position: relative
}

header nav .nav-item .dropdown-submenu .dropdown-menu {
    left: 100%;
    top: 0
}

header nav .nav-item .dropdown-submenu:hover > .dropdown-menu {
    display: block
}

header nav .nav-item .dropdown-submenu > .fa {
    width: 20px;
    height: 30px;
    text-align: center;
    line-height: 30px
}

header nav .dropdown-menu {
    min-width: 200px;
    width: 280px;
    margin: 0;
    padding: 0;
    border-bottom: #000 4px solid;
    -webkit-border-radius: 0;
    border-radius: 0
}

header nav .dropdown-menu li {
    width: 100%;
    float: left
}

header nav .dropdown-menu li a {
    width: calc(100% - 20px);
    float: left;
    padding: 5px 10px;
    font-size: 1em;
    line-height: 20px;
    position: relative
}

header nav .dropdown-menu li a:hover {
    background: transparent !important;
    color: #fff
}

header nav .dropdown-menu li a:hover span {
    -moz-transform: translateX(5px);
    -o-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -webkit-transform: translateX(5px);
    transform: translateX(5px)
}

header nav .dropdown-menu li a:hover .fa-angle-right {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}

header nav .dropdown-menu li a > .fa {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    float: left;
    line-height: 18px;
    -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
}

header nav .dropdown-menu li a > .fa-angle-right {
    width: 10px;
    text-align: left
}

header nav .dropdown-menu li a > .fa-caret-right {
    width: 20px;
    text-align: center;
    position: absolute;
    top: 5px;
    right: 0
}

header nav .dropdown-menu li a span {
    -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;
    width: calc(100% - 10px);
    float: left
}

header nav .dropdown-menu li:hover {
    background-color: #ee3523
}

header nav .dropdown-menu li:hover a {
    color: #fff
}

header nav .nav {
    position: relative;
    padding-right: 100px
}

header nav:not(.sticky) .sticky_logo {
    display: none
}

.menu-nav {
    width: 100%;
    float: left
}

.cart-header {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    width: 75px;
    background: #ee3523;
    display: flex;
    justify-content: center;
    align-items: center
}

.mobile-cart {
    background: #ee3523;
    position: absolute;
    top: 0;
    bottom: -5px;
    right: 15px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff
}

.mobile-cart:before {
    content: "\f10c";
    font-size: 18px;
    line-height: 18px;
    font-family: FontAwesome;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: -10px;
    z-index: 0;
    color: #ee3523
}

footer {
    width: 100%;
    float: left;
    background: #2a2929
}

footer a {
    color: #e7e5e6
}

footer .brands {
    padding: 10px 0;
    width: 100%;
    float: left;
    overflow: hidden
}

footer .brands .item a {
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center
}

footer .brands .item a img {
    max-width: 160px;
    max-height: 80px
}

footer .subscribe_and_socials {
    padding: 15px 0;
    background: #000
}

footer .subscribe_and_socials .subscribe h4 {
    font-size: .93333em;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 700;
    margin-right: 8px;
    color: #fff
}

footer .subscribe_and_socials .subscribe .form-subscribe {
    width: 100%;
    float: left
}

footer .subscribe_and_socials .subscribe form {
    width: 100%;
    float: left;
    position: relative
}

footer .subscribe_and_socials .subscribe button {
    position: absolute;
    top: 0;
    right: 0
}

@media (min-width: 768px) {
    footer .subscribe_and_socials .socials .social-info {
        float: right;
        padding: 39px 0 20px;
        height: 95px
    }
}

@media (max-width: 767px) {
    footer .subscribe_and_socials .socials .social-info {
        float: left;
        padding: 20px 0
    }
}

footer .subscribe_and_socials .socials .social-info li {
    float: left;
    vertical-align: middle;
    text-align: center;
    font-size: 14px
}

footer .subscribe_and_socials .socials .social-info li a {
    width: 35px;
    display: block;
    height: 35px;
    line-height: 35px;
    color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

footer .subscribe_and_socials .socials .social-info li:not(:last-child) a {
    margin-right: 10px
}

footer .foo_info {
    padding: 30px 0
}

footer .foo_info .store-detail {
    margin-bottom: 15px
}

footer .foo_info .store-detail .logo {
    width: 100%;
    float: left
}

footer .foo_info .store-detail .logo img {
    margin: 10px 0
}

footer .foo_info .store-detail .store-description {
    font-size: .86667em;
    margin-bottom: 10px
}

footer .foo_info .col .foo-title {
    margin-top: 5px
}

footer .foo_info .store-info .col {
    margin-bottom: 15px
}

@media (min-width: 768px) and (max-width: 991px) {
    footer .foo_info .store-info .col:nth-child(2n+1) {
        clear: left
    }
}

footer .foo_info .foo-title {
    color: #e7e5e6;
    font-size: .86667em;
    font-weight: 700;
    margin: 0;
    padding: 0 0 10px;
    text-transform: uppercase;
    position: relative
}

footer .foo_info .foo-content {
    width: 100%;
    float: left
}

footer .foo_info .foo-content:not(.payment-methods) li {
    width: 100%
}

footer .foo_info .foo-content li {
    float: left;
    margin-bottom: 5px
}

footer .foo_info .foo-content li.payment_method {
    min-height: 45px
}

footer .foo_info .foo-content li.payment_method img {
    margin: 0 5px 5px 0;
    border: #fff 2px solid
}

footer .foo_info .foo-content li .foo-icon {
    border: #dedede 2px solid;
    width: 35px;
    height: 35px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 10px;
    color: #ee3523
}

footer .foo_info .foo-content li .foo-detail {
    width: calc(100% - 45px);
    float: left;
    font-size: .8em
}

footer .foo_info .foo-content li .foo-detail:not(.foo-address) {
    line-height: 35px;
    white-space: nowrap
}

footer .foo_info .foo-content li.foo-list-item {
    width: 100%
}

footer .foo_info .foo-content li.foo-list-item a {
    width: 100%;
    float: left;
    font-size: 13px
}

footer .foo_info .foo-content li.foo-list-item a .fa {
    width: 10px;
    float: left;
    line-height: 20px
}

footer .foo_info .foo-content li.foo-list-item a span {
    width: calc(100% - 10px);
    float: left;
    display: block
}

footer .foo_info .foo-content li.foo-list-item a:hover {
    color: #ee3523
}

footer .foo_info .foo-content.foo-contact.demo .foo-address {
    height: 35px;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

footer .foo_info .foo-content input, footer .foo_info .foo-content textarea {
    color: #fff
}

footer .copyright {
    color: #e8e9ed;
    background: #818286;
    padding: 10px 0
}

footer .copyright a {
    color: #e8e9ed
}

footer .copyright a:hover {
    color: #e8e9ed
}

@media (max-width: 767px) {
    footer .copyright span {
        width: 100%;
        float: left;
        text-align: center
    }
}

footer .copyright span strong {
    font-weight: normal
}

footer .copyright .text-cpr1 {
    margin-left: 10% !important
}

footer .copyright .text-cpr {
    /*color: #818286 !important*/
}

.owl-carousel .owl-nav .owl-prev:before, .owl-carousel .owl-nav .owl-next:before {
    top: 0 !important;
}

.fixed-btn {
    position: fixed;
    right: 20px;
    bottom: 25px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0;
}

.fixed-btn a {
    display: block;
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
}

.fixed-btn a img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.fixed-btn a:first-child, .fixed-btn a:nth-child(3) {
    display: none;
}

.fixed-btn a:last-child {
    display: flex;
    background: #fff;
    box-shadow: 0 0 0 1px #f5f5f5;
    color: #000;
    align-items: center;
    font-size: 16px;
    border-radius: 25px;
    gap: 10px;
    width: auto;
    height: auto;
    padding: 5px 15px;
    font-weight: 600;
    margin-top: 10px;
}

.home_slider-text {
    display: none !important;
}

@media (max-width: 767px) {
    footer .copyright .text-cpr1 {
        margin-left: 5% !important
    }
}

footer .back-to-top {
    position: absolute;
    right: 22px;
    bottom: 10px;
    font-size: 30px;
    color: #ee3523;
    line-height: 1;
    cursor: pointer;
    display: none
}

footer .back-to-top.show {
    position: fixed;
    right: 22px;
    bottom: 10px;
    display: block
}

.product-template {
    width: 100%;
    float: left;
    padding: 50px 0 0;
    background: #fff
}

.images-pro {
    margin-bottom: 30px
}

.images-pro .large-image {
    border: 1px solid #dedede;
    margin-bottom: 15px;
    background: #fff
}

@media (min-width: 1200px) {
    .images-pro .large-image a {
        height: 380px !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .images-pro .large-image a {
        height: 290px !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .images-pro .large-image a {
        height: 380px !important
    }
}

@media (min-width: 544px) and (max-width: 767px) {
    .images-pro .large-image a {
        height: 300px !important
    }
}

@media (min-width: 320px) and (max-width: 543px) {
    .images-pro .large-image a {
        height: 300px !important
    }
}

.images-pro .large-image a img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%
}

.zoomWrapper {
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center
}

@media (min-width: 1200px) {
    .zoomWrapper {
        height: 380px !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .zoomWrapper {
        height: 290px !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .zoomWrapper {
        height: 380px !important
    }
}

@media (min-width: 544px) and (max-width: 767px) {
    .zoomWrapper {
        height: 300px !important
    }
}

@media (min-width: 320px) and (max-width: 543px) {
    .zoomWrapper {
        height: 300px !important
    }
}

.zoomWrapper img {
    position: static !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 100% !important;
    width: auto !important
}

.zoomWrapper img ~ img {
    display: none !important
}

.zoomContainer {
    max-width: 100%
}

@media (min-width: 1200px) {
    .zoomContainer {
        height: 380px !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .zoomContainer {
        height: 290px !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .zoomContainer {
        height: 380px !important
    }
}

@media (min-width: 544px) and (max-width: 767px) {
    .zoomContainer {
        height: 300px !important
    }
}

@media (min-width: 320px) and (max-width: 543px) {
    .zoomContainer {
        height: 300px !important
    }
}

.zoomContainer .zoomWindowContainer {
    width: auto !important;
    max-width: 100%;
    max-height: 100%
}

.details-product {
    width: 100%;
    float: left;
    margin-bottom: 30px
}

.details-product .imgthumb-prolist {
    overflow: hidden
}

.details-product #gallery_01 {
    margin-top: 15px;
    width: 85%;
    margin: 0 auto
}

.details-product .owl-carousel .owl-item .item a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1px;
    background: #fff;
    border: #dedede 1px solid;
    margin: 0 auto
}

@media (min-width: 1200px) {
    .details-product .owl-carousel .owl-item .item a {
        height: 100px;
        width: 100px
    }
}

@media (max-width: 1199px) {
    .details-product .owl-carousel .owl-item .item a {
        height: 70px;
        width: 70px
    }
}

.details-product .owl-carousel .owl-item .item a img {
    margin: 0 auto
}

.details-product .owl-carousel .owl-stage {
    margin: 0 auto
}

.details-product .owl-theme .owl-nav {
    text-align: center;
    width: calc(100% + 60px);
    top: 0;
    text-align: center;
    position: absolute;
    left: -30px;
    opacity: 1;
    background: #fff
}

.details-product .owl-theme .owl-nav > div {
    border-radius: 50%;
    border: #dedede 1px solid;
    -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
}

.details-product .owl-theme .owl-nav > div:before {
    color: #ee3523 !important
}

@media (min-width: 1200px) {
    .details-product .owl-theme .owl-nav > div {
        margin-top: 40px
    }

    .details-product .owl-theme .owl-nav > div.owl-prev {
        left: 5px
    }

    .details-product .owl-theme .owl-nav > div.owl-next {
        right: 5px
    }
}

@media (max-width: 1199px) {
    .details-product .owl-theme .owl-nav > div {
        margin-top: 25px
    }

    .details-product .owl-theme .owl-nav > div.owl-prev {
        left: 8px
    }

    .details-product .owl-theme .owl-nav > div.owl-next {
        right: 8px
    }
}

.details-product .details-pro {
    margin-bottom: 30px
}

.details-product .details-pro .title-head {
    font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", sans-serif;
    color: #000;
    font-size: 34px;
    margin: 0 0 2px;
    text-align: left;
    line-height: 1.2em;
    padding-bottom: 12px;
    font-weight: 700
}

.details-product .details-pro .product_vendor {
    font-size: 13px
}

@media (min-width: 768px) {
    .details-product .details-pro .product_vendor > span:not(:last-child):after {
        content: "|";
        margin: 0 5px
    }
}

@media (max-width: 767px) {
    .details-product .details-pro .product_vendor > span {
        display: inline-block
    }
}

@media (max-width: 543px) {
    .details-product .details-pro .product_vendor > span {
        width: 100%;
        float: left
    }
}

.details-product .details-pro .product_vendor > span > b {
    color: #ee3523
}

.details-product .details-pro .product-review {
    width: 100%;
    float: left
}

.details-product .details-pro .product-review.rated_star .bizweb-product-reviews-badge {
    margin: 0 !important
}

.details-product .details-pro .product-review.rated_star .bizweb-product-reviews-badge p, .details-product .details-pro .product-review.rated_star .bizweb-product-reviews-badge img {
    display: none
}

.details-product .details-pro .product-review.rated_star .bizweb-product-reviews-star {
    padding: 0
}

.details-product .details-pro .product-review.rated_star .bizweb-product-reviews-star i:before {
    color: #ee3523
}

.details-product .details-pro .product-summary {
    width: 100%;
    float: left;
    margin-bottom: 15px
}

.details-product .details-pro .product-summary .description {
    width: 100%;
    float: left;
    font-size: 13px;
    color: #1a1a1a
}

.details-product .details-pro .product-summary .description p {
    margin-bottom: 0
}

.details-product .details-pro .form-product {
    width: 100%;
    float: left
}

.details-product .details-pro .form-product .selector-wrapper {
    font-size: 14px;
    margin-bottom: 15px;
    width: 100%;
    float: left
}

.details-product .details-pro .form-product .selector-wrapper .single-option-selector {
    width: 150px;
    height: 40px;
    float: left
}

@media (max-width: 542px) {
    .details-product .details-pro .form-product .selector-wrapper .single-option-selector {
        width: 100%
    }
}

.details-product .details-pro .form-product .selector-wrapper select {
    padding: 0 10px;
    text-align: center;
    min-width: 100px
}

.details-product .details-pro .form-product .product_quantity {
    display: inline-block;
    width: 100%;
    float: left;
    margin-bottom: 15px;
    padding-bottom: 0
}

.details-product .details-pro .form-product .btn-ipnb {
    float: left;
    border-radius: 0;
    color: #000;
    background-color: #fff;
    border: 1px #dedede solid;
    height: 40px;
    line-height: 39px;
    width: 40px;
    padding: 0;
    -webkit-transition: background-color ease 0.3s;
    -moz-transition: background-color ease 0.3s;
    -ms-transition: background-color ease 0.3s;
    -o-transition: background-color ease 0.3s;
    transition: background-color ease 0.3s
}

.details-product .details-pro .form-product .btn-ipnb:hover {
    background-color: #333;
    color: #fff
}

.details-product .details-pro .form-product .form-control {
    margin: 0 -1px;
    float: left;
    border-radius: 0;
    border: 1px #dedede solid;
    height: 40px;
    min-height: 40px
}

@media (min-width: 544px) {
    .details-product .details-pro .form-product .form-control {
        width: calc(150px - 80px)
    }
}

@media (max-width: 543px) {
    .details-product .details-pro .form-product .form-control {
        width: calc(100% - 80px)
    }
}

.details-product .details-pro .form-product .button_actions {
    display: inline-block;
    width: 100%;
    float: left;
    margin-top: 10px
}

.details-product .details-pro .form-product .button_actions .btn {
    line-height: 40px;
    -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;
    text-transform: uppercase
}

.details-product .details-pro .form-product .button_actions .btn-cart {
    color: #fff;
    border: none;
    background: #ee3523;
    border-color: #ee3523;
    font-size: 11px;
    font-weight: 700;
    padding: 10px 15px;
    line-height: 20px;
    min-width: 250px
}

@media (max-width: 542px) {
    .details-product .details-pro .form-product .button_actions .btn-cart {
        width: 100%
    }
}

.details-product .details-pro .form-product .button_actions .btn-cart:hover {
    background: #333
}

.details-product .details-pro .form-product #add-to-cart-form {
    width: 100%;
    float: left;
    margin-bottom: 15px
}

.details-product .details-pro .form-product #add-to-cart-form .swatch {
    margin-top: 0
}

.details-product .details-pro label {
    color: #000;
    font-size: 12px !important;
    font-weight: 600;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    width: 100px;
    min-width: 100px;
    display: inline-block;
    line-height: 40px;
    margin-bottom: 0;
    cursor: default;
    float: left
}

@media (max-width: 542px) {
    .details-product .details-pro label {
        width: 100% !important
    }
}

.details-product .details-pro .social-media a {
    margin-right: 10px
}

.details-product .price-box {
    height: 60px;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: flex-start;
    border-top: #dedede 1px dashed;
    border-bottom: #dedede 1px dashed
}

.details-product .price-box .special-price {
    font-size: 1.46667em;
    font-weight: 700;
    margin-bottom: 0;
    margin-right: 10px
}

@media (max-width: 543px) {
    .details-product .price-box .special-price {
        font-size: 1.06667em
    }
}

.details-product .price-box .old-price {
    font-size: 1.2em;
    color: #777;
    text-decoration: line-through
}

@media (max-width: 543px) {
    .details-product .price-box .old-price {
        font-size: .93333em
    }
}

.details-product .product-banner {
    width: 100%;
    float: left;
    background: #e1e6ec
}

.details-product .product-banner.product-banner-1 {
    padding: 15px;
    margin-bottom: 15px
}

.availability {
    color: #fff;
    padding: 5px 10px;
    transition: all ease .5s;
    font-weight: 400;
    font-size: .73333em;
    position: absolute;
    margin: 0;
    right: 15px;
    text-transform: uppercase
}

.availability.in-stock {
    background: #6dbe14;
    border-radius: 10px
}

.availability.in-stock span {
    font-weight: 700
}

.availability.out-of-stock {
    background: #333;
    border-radius: 0
}

.availability.out-of-stock span {
    font-weight: 700
}

.tag-product, .social-sharing {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    line-height: normal
}

.tag-product label, .social-sharing label {
    width: 60px !important;
    min-width: 60px !important;
    line-height: 32px !important
}

.tag-product .custom_list, .social-sharing .custom_list {
    line-height: 30px
}

.tag-product a {
    padding: 0 5px;
    font-size: 13px;
    display: inline-block;
    margin-right: 15px;
    position: relative;
    border-radius: 10px
}

.tag-product a:before {
    position: absolute;
    content: " ";
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 15px solid transparent;
    -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
}

.tag-product a:after {
    position: absolute;
    content: " ";
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 9px solid transparent;
    border-bottom: 15px solid transparent;
    -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
}

.tag-product a:hover {
    border-color: #ee3523;
    background: #ee3523;
    color: #fff;
    border-radius: 0px
}

.tag-product a:hover:before {
    left: -9px;
    border-right-color: #ee3523
}

.tag-product a:hover:after {
    right: -9px;
    border-left-color: #ee3523
}

.product-tab {
    width: 100%;
    float: left;
    margin-bottom: 30px
}

.product-tab .tab-link {
    display: inline-block;
    margin-right: -4px;
    margin-bottom: -3px
}

@media (max-width: 767px) {
    .product-tab .tab-link {
        width: 100%;
        float: left;
        background: #fff;
        border: #dedede 1px solid
    }
}

.product-tab .tab-link .tab_title {
    display: block;
    padding: 12px;
    text-transform: uppercase;
    font-size: .8em;
    font-weight: 600;
    margin: 0;
    -webkit-transition: color ease 0.3s;
    -moz-transition: color ease 0.3s;
    -ms-transition: color ease 0.3s;
    -o-transition: color ease 0.3s;
    transition: color ease 0.3s
}

@media (min-width: 768px) {
    .product-tab .tab-link .tab_title {
        border-bottom: 0
    }
}

.product-tab .tab-link .tab_title:hover {
    color: #ee3523
}

.product-tab .tab-link span:after {
    content: "";
    width: 100%;
    border-bottom: 2px solid transparent;
    position: absolute;
    left: 0;
    bottom: -2px
}

.product-tab .tab-link.current .tab_title {
    border-top: solid 2px #333 !important;
    color: #fff;
    background: #000
}

@media (min-width: 768px) {
    .product-tab .tab-link.current .tab_title {
        border: solid 1px #dedede;
        border-bottom: #ee3523 4px solid
    }
}

.product-tab .tabs-title {
    border-bottom: #dedede 2px solid
}

@media (min-width: 543px) {
    .product-tab .tabs-title {
        background: #f5f5f5
    }
}

@media (max-width: 767px) {
    .product-tab .tabs-title {
        margin-bottom: 10px
    }
}

.product-tab .tab-content {
    width: 100%;
    line-height: 25px;
    background: #fff;
    float: left;
    padding: 15px;
    border: 1px solid #dedede
}

@media (max-width: 542px) {
    .product-tab .tab-content {
        padding: 15px
    }
}

.product-tab .tab-content.current {
    display: block
}

.product-tab .tab-content:not(.current) {
    display: none
}

.related_products {
    width: 100%;
    float: left;
    overflow: hidden
}

.related_products .product-box {
    margin-bottom: 0;
    padding: 15px
}

.sale_products {
    width: 100%;
    float: left;
    overflow: hidden
}

.rte img {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important
}

.main_container {
    margin-bottom: 30px
}

.collection-template {
    width: 100%;
    float: left;
    padding-top: 50px;
    overflow: hidden
}

.collection-template .collection_header {
    width: 100%;
    float: left
}

.collection-template .collection_header .title-head {
    color: #000;
    font-size: 1.6em;
    margin: 0 0 10px;
    font-weight: 700
}

.collection-template .products-view-grid .product-box {
    padding: 0
}

.sortPagiBar {
    padding: 15px;
    background: #f5f5f5;
    color: #000;
    line-height: 34px;
    position: relative
}

.sortPagiBar .order_bar {
    width: 100%;
    float: left;
    margin: 0
}

.sortPagiBar .order_bar .form-group {
    margin-bottom: 0;
    padding: 0;
    width: 100%;
    float: left
}

.sortPagiBar .order_bar .form-group label {
    display: inline-block;
    float: left;
    vertical-align: middle;
    margin: 0 5px 0 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 34px;
    width: 60px
}

.sortPagiBar .order_bar .form-group select {
    width: calc(100% - 65px);
    float: left;
    min-height: 1px
}

.sortPagiBar .order_bar .form-group select:focus {
    box-shadow: none;
    -webkit-box-shadow: none
}

.sortPagiBar .order_bar .form-group select option {
    padding-right: 10px
}

.sortPagiBar .pagination {
    margin: 0;
    float: left;
    width: 100%
}

.button-view-mode {
    padding: 0;
    margin: 0
}

.button-view-mode.active {
    box-shadow: none;
    color: #000
}

.button-view-mode.active a {
    color: #000
}

.sort-by-script {
    padding: 5px 12px !important;
    vertical-align: middle;
    text-align: center;
    background: #fff;
    color: #000;
    font-size: 12px !important;
    float: left;
    height: 34px !important
}

.bw_statistics #bw-statistics {
    margin: 0 !important;
    background-color: transparent !important;
    border: #dedede 1px solid !important;
    padding: 15px !important;
    width: 100%;
    float: left
}

.bw_statistics #bw-statistics > div {
    width: 100%;
    float: left
}

.bw_statistics #bw-statistics .bw-statistics-title {
    margin: 0 0 10px !important;
    color: #ee3523 !important;
    border-bottom: #ee3523 1px solid !important;
    text-transform: uppercase !important;
    font-size: .93333em !important;
    font-weight: 600 !important;
    line-height: normal !important;
    padding-bottom: 5px !important
}

.bw_statistics #bw-statistics .bw-statistics-title span {
    border-bottom: #ee3523 3px solid !important;
    padding-bottom: 4px !important
}

.bw_statistics #bw-statistics .bw-statistics-content {
    color: #000 !important
}

.bw_statistics #bw-statistics .bw-statistics-content td {
    padding: initial !important;
    border: none !important
}

.bw_statistics #bw-statistics .UserOnlineTable {
    margin: 0 !important
}

.banner-item {
    overflow: hidden
}

.banner-item figure {
    position: relative
}

.banner-item figure::before {
    position: absolute;
    top: 0;
    left: -90%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

.banner-item figure:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

.banner-item img {
    margin: 0 auto
}

.aside-item {
    width: 100%;
    float: left;
    overflow: hidden
}

.aside-item .module-content {
    width: 100%;
    float: left;
    background: #fff
}

.aside-item.aside-articles .module-content {
    padding: 15px 0
}

.aside-item.aside-articles .module-content .item {
    width: 100%;
    float: left;
    padding: 0 15px
}

.aside-item.aside-articles .module-content .owl-nav > div {
    top: -45px
}

.aside-item.blog-banner .module-content {
    padding: 15px
}

.aside-item.blog-banner .module-content a {
    width: 100%;
    float: left
}

.aside-item.article-tags .module-content {
    padding: 15px
}

.aside-item .rte-content {
    width: 100%;
    float: left;
    padding: 15px;
    font-size: .86667em
}

.aside-item.article-sharing .social-media {
    width: 100%;
    float: left;
    padding: 15px
}

.aside-item.article-sharing .custom_list {
    width: 100%;
    float: left
}

.aside-item.article-sharing a {
    display: inline-block;
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0
}

.blog-article-template {
    width: 100%;
    float: left;
    padding: 50px 0
}

.blog-article-template .module-header {
    width: 100%;
    float: left
}

.blog-article-template .module-header .title-head {
    margin: 0 0 10px;
    font-size: 1.6em;
    text-transform: uppercase
}

.blog-article-template .article-wrapper .title-head {
    width: 100%;
    float: left;
    font-size: 1.86667em;
    margin: 0 0 10px
}

.blog-article-template .article-wrapper .post-details {
    width: 100%;
    float: left;
    margin-bottom: 10px
}

.blog-article-template .article-wrapper .post-details span:not(:last-child) {
    margin-right: 10px
}

.blog-article-template .article-wrapper .article-image {
    width: 100%;
    float: left;
    margin-bottom: 10px
}

.blog-article-template .article-wrapper .article-details {
    width: 100%;
    float: left
}

.blog-article-template .article-wrapper .tag_article label {
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: .93333em
}

.blog-article-template .article-wrapper .tag_article .tag:after {
    background: #fff
}

.tags-list {
    width: 100%;
    float: left
}

.tags-list .tag {
    display: inline-block;
    margin-right: 15px;
    float: left;
    background: #000;
    color: #fff;
    height: 26px;
    line-height: 26px;
    padding: 0 15px 0 20px;
    position: relative;
    margin: 0 10px 10px 0;
    text-decoration: none;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px
}

.tags-list .tag:before {
    content: " ";
    position: absolute;
    background: #fff;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
    height: 6px;
    left: 6px;
    width: 6px;
    top: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.tags-list .tag:after {
    background: #f5f5f5;
    border-bottom: 13px solid transparent;
    border-left: 10px solid #000;
    border-top: 13px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    top: 0
}

.tags-list .tag:hover {
    background-color: #ee3523;
    color: #fff
}

.tags-list .tag:hover:after {
    border-left-color: #ee3523
}

.artitle-item {
    width: 100%;
    float: left
}

.artitle-item:not(:last-child) {
    margin-bottom: 15px
}

.artitle-item h3 {
    width: 100%;
    float: left;
    margin: 0 0 5px;
    font-size: .86667em;
    display: block
}

.artitle-item h3 a {
    color: #0d0d0d;
    width: 100%;
    float: left
}

.artitle-item h3:hover a {
    color: #ee3523
}

.artitle-item .entry-date {
    font-size: .86667em;
    color: #c7c7c7;
    margin-bottom: 0;
    width: 100%;
    float: left
}

.artitle-item .article-thumbnail {
    float: left
}

.artitle-item .article-info {
    float: left;
    display: block
}

.artitle-item img {
    max-width: 100%;
    max-height: 100%
}

@media (min-width: 1200px) {
    .artitle-item.item-small .article-thumbnail {
        width: 100px;
        margin-right: 15px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .artitle-item.item-small .article-thumbnail {
        width: 100%;
        margin-bottom: 10px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .artitle-item.item-small .article-thumbnail {
        width: 160px;
        margin-right: 15px
    }
}

@media (min-width: 543px) and (max-width: 767px) {
    .artitle-item.item-small .article-thumbnail {
        width: 100%;
        margin-bottom: 10px
    }
}

@media (min-width: 320px) and (max-width: 542px) {
    .artitle-item.item-small .article-thumbnail {
        width: 100px;
        margin-right: 15px
    }
}

@media (max-width: 319px) {
    .artitle-item.item-small .article-thumbnail {
        width: 100%;
        max-height: 100px;
        margin-bottom: 10px
    }
}

@media (min-width: 1200px) {
    .artitle-item.item-small .article-thumbnail a, .artitle-item.item-small .article-thumbnail picture {
        max-height: 100px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .artitle-item.item-small .article-thumbnail a, .artitle-item.item-small .article-thumbnail picture {
        max-height: 240px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .artitle-item.item-small .article-thumbnail a, .artitle-item.item-small .article-thumbnail picture {
        max-height: 160px
    }
}

@media (min-width: 571px) and (max-width: 767px) {
    .artitle-item.item-small .article-thumbnail a, .artitle-item.item-small .article-thumbnail picture {
        max-height: 480px
    }
}

@media (min-width: 543px) and (max-width: 570px) {
    .artitle-item.item-small .article-thumbnail a, .artitle-item.item-small .article-thumbnail picture {
        max-height: 240px
    }
}

@media (min-width: 320px) and (max-width: 542px) {
    .artitle-item.item-small .article-thumbnail a, .artitle-item.item-small .article-thumbnail picture {
        max-height: 100px
    }
}

@media (max-width: 319px) {
    .artitle-item.item-small .article-thumbnail a, .artitle-item.item-small .article-thumbnail picture {
        max-height: 100px
    }
}

@media (max-width: 319px) {
    .artitle-item.item-small .article-thumbnail img {
        max-height: 100px
    }
}

@media (min-width: 1200px) {
    .artitle-item.item-small .article-info {
        width: calc(100% - 115px)
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .artitle-item.item-small .article-info {
        width: 100%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .artitle-item.item-small .article-info {
        width: calc(100% - 175px)
    }
}

@media (min-width: 543px) and (max-width: 767px) {
    .artitle-item.item-small .article-info {
        width: 100%
    }
}

@media (min-width: 320px) and (max-width: 542px) {
    .artitle-item.item-small .article-info {
        width: calc(100% - 115px)
    }
}

@media (max-width: 319px) {
    .artitle-item.item-small .article-info {
        width: 100%
    }
}

.artitle-item.item-small .article-info a {
    font-size: .86667em
}

.artitle-item.item-large:not(:last-child) {
    margin-bottom: 50px
}

.artitle-item.item-large:last-child {
    margin-bottom: 20px
}

@media (min-width: 1200px) {
    .artitle-item.item-large .article-thumbnail {
        width: 330px;
        margin-right: 30px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .artitle-item.item-large .article-thumbnail {
        width: 240px;
        margin-right: 30px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .artitle-item.item-large .article-thumbnail {
        width: 330px;
        margin-right: 30px
    }
}

@media (min-width: 631px) and (max-width: 767px) {
    .artitle-item.item-large .article-thumbnail {
        width: 100%;
        margin-bottom: 10px
    }
}

@media (min-width: 511px) and (max-width: 630px) {
    .artitle-item.item-large .article-thumbnail {
        width: 100%;
        margin-bottom: 10px
    }
}

@media (min-width: 320px) and (max-width: 510px) {
    .artitle-item.item-large .article-thumbnail {
        width: 100%;
        margin-bottom: 10px
    }
}

@media (max-width: 319px) {
    .artitle-item.item-large .article-thumbnail {
        width: 100%;
        margin-bottom: 10px
    }
}

@media (min-width: 1200px) {
    .artitle-item.item-large .article-thumbnail a, .artitle-item.item-large .article-thumbnail picture {
        max-height: 300px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .artitle-item.item-large .article-thumbnail a, .artitle-item.item-large .article-thumbnail picture {
        max-height: 240px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .artitle-item.item-large .article-thumbnail a, .artitle-item.item-large .article-thumbnail picture {
        max-height: 300px
    }
}

@media (min-width: 631px) and (max-width: 767px) {
    .artitle-item.item-large .article-thumbnail a, .artitle-item.item-large .article-thumbnail picture {
        max-height: 480px
    }
}

@media (min-width: 511px) and (max-width: 630px) {
    .artitle-item.item-large .article-thumbnail a, .artitle-item.item-large .article-thumbnail picture {
        max-height: 480px
    }
}

@media (min-width: 320px) and (max-width: 510px) {
    .artitle-item.item-large .article-thumbnail a, .artitle-item.item-large .article-thumbnail picture {
        max-height: 290px
    }
}

@media (max-width: 319px) {
    .artitle-item.item-large .article-thumbnail a, .artitle-item.item-large .article-thumbnail picture {
        max-height: 160px
    }
}

.artitle-item.item-large .article-thumbnail img {
    max-width: 100%;
    max-height: 100%
}

@media (max-width: 319px) {
    .artitle-item.item-large .article-thumbnail img {
        max-height: 160px
    }
}

@media (min-width: 1200px) {
    .artitle-item.item-large .article-info {
        width: calc(100% - 360px)
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .artitle-item.item-large .article-info {
        width: calc(100% - 270px)
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .artitle-item.item-large .article-info {
        width: calc(100% - 360px)
    }
}

@media (min-width: 631px) and (max-width: 767px) {
    .artitle-item.item-large .article-info {
        width: 100%
    }
}

@media (min-width: 511px) and (max-width: 630px) {
    .artitle-item.item-large .article-info {
        width: 100%
    }
}

@media (min-width: 320px) and (max-width: 510px) {
    .artitle-item.item-large .article-info {
        width: 100%
    }
}

@media (max-width: 319px) {
    .artitle-item.item-large .article-info {
        width: 100%
    }
}

.artitle-item.item-large .article-info a {
    font-size: 1.46667em;
    font-weight: 600;
    line-height: normal
}

.artitle-item.item-large .article-info .entry-date {
    margin-bottom: 5px
}

.artitle-item.item-large .article-info .article-description {
    width: 100%;
    float: left
}

.artitle-item.item-large .article-info .readmore {
    width: 100%;
    float: left;
    margin-top: 10px
}

.artitle-item.item-large .article-info .readmore a {
    display: inline-block;
    font-size: .86667em;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000;
    background: #fff;
    border: #dedede 1px solid;
    padding: 12px 16px;
    line-height: 10px;
    float: left;
    -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;
    -webkit-border-radius: 0;
    border-radius: 0
}

.artitle-item.item-large .article-info .readmore a:hover {
    background: #222;
    color: #fff;
    border: #222 1px solid;
    padding: 12px 20px
}

.article-main .article-title {
    font-size: 1.6em;
    line-height: 1.8em;
    margin: 15px 0 8px
}

.article-main .postby {
    font-size: 1.06667em;
    line-height: 1.6em;
    color: #676767;
    margin-bottom: 10px
}

.article-main .article-content {
    text-align: justify
}

.article-main .article-content h2 {
    font-size: 22px
}

.article-main .article-content h3 {
    font-size: 19px
}

.article-main .form-group {
    margin: 0;
    padding-top: 0;
    padding-bottom: 8px
}

.title-form-coment {
    font-size: 18px;
    text-transform: uppercase;
    margin: 30px 0 15px;
    font-weight: 700;
    color: #000
}

#article-comments .article-comment {
    padding-bottom: 15px;
    margin-bottom: 15px
}

#article-comments .article-comment:not(:last-child) {
    border-bottom: #dedede 1px solid
}

#article-comments .user-name-comment {
    margin: 0;
    color: #282828;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 1em
}

#article-comments .article-comment-user-image {
    margin: 0 20px 0 0;
    float: left;
    width: 60px
}

#article-comments .article-comment-user-image img {
    border-radius: 30%
}

#article-comments .article-comment-user-comment {
    font-size: 1em;
    width: calc(100% - 100px);
    float: left
}

#article-comments .article-comment-date-bull, #article-comments .article-comment-content {
    display: block;
    color: #1a1a1a;
    font-size: .8em
}

.social-media {
    font-size: .93333em
}

.social-media label {
    display: inline-block
}

.social-media a {
    margin-right: 7px
}

.social-media .list-inline li {
    margin-right: 20px
}

.section-news-2 {
    margin-bottom: 20px
}

.cart-template {
    padding-top: 30px;
    width: 100%;
    float: left
}

@media (min-width: 768px) {
    .cart {
        margin-bottom: 30px
    }
}

.cart {
    width: 100%;
    float: left
}

.cart .col-main {
    margin-bottom: 0;
    width: 100%;
    float: left
}

.cart .table-responsive form {
    border-left: #dedede 1px solid;
    border-right: #dedede 1px solid
}

.cart .product-name {
    margin: 0
}

.cart .product-image {
    max-width: 100px;
    max-height: 100px
}

.form-cart .table-cart .table tbody tr:last-child {
    border-bottom: solid 1px #ddd
}

.form-cart .table-cart .table tbody tr .input_qty_pr {
    height: auto;
    margin-top: 10%;
    padding: 0px 15px 0px 25px;
    position: relative;
    border: none;
    text-align: center
}

.form-cart .table-cart .table tbody tr .input_qty_pr .number-sidebar {
    border: 1px solid #ddd;
    height: 40px;
    text-align: left;
    width: 60px;
    padding: 0 0 0 15px;
    line-height: 15px;
    margin: 0;
    z-index: 1;
    font-size: 15px;
    font-weight: 700
}

.form-cart .table-cart .table tbody tr .title_cart {
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    padding: 15px
}

.form-cart .table-cart .table tbody tr .title_cart a {
    color: #555
}

.form-cart .table-cart .table tbody tr .title_cart:hover a {
    color: #ee3523
}

.form-cart .table-cart .table tbody tr .title_cart .variant-title {
    font-weight: 300
}

.form-cart .table-cart .table tbody tr .price_cart {
    font-size: 15px;
    color: #2c2c2c;
    text-align: center
}

.form-cart .table-cart .table tbody tr .price_cart2 {
    font-size: 15px;
    color: #ee3523
}

.remove-item-cart {
    color: #787878;
    font-size: 20px;
    display: block;
    text-align: center;
    margin-top: 5px
}

@media (max-width: 767px) {
    .remove-item-cart {
        font-size: 20px;
        padding-top: 10px
    }
}

.form-cart-button {
    overflow: hidden
}

.form-cart-continue {
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 12px 23px 13px;
    display: block;
    background: #ee3523;
    margin-top: 26px;
    float: left
}

.form-cart-continue:focus, .form-cart-continue:hover {
    background: #e7e5e6;
    color: #fff
}

@media (max-width: 768px) {
    .form-cart-continue {
        width: 100%;
        text-align: center
    }
}

.table-total {
    margin-top: 26px
}

.table-total td {
    border-top: #dedede 1px solid;
    border-left: #dedede 1px solid;
    font-size: 16px;
    color: #2c2c2c;
    font-weight: 400;
    vertical-align: middle !important
}

.table-total tbody tr td:nth-child(2) {
    text-align: right;
    padding-right: 23px;
    border-right: #dedede 1px solid;
    font-size: 15px
}

.table-total tbody tr:nth-child(3) {
    border-bottom: #dedede 1px solid
}

.table-total tbody tr:nth-child(3) td:nth-child(1) {
    font-size: 14px;
    font-weight: 700
}

.table-total tbody tr:nth-child(3) td:nth-child(2) {
    color: #ff565c;
    font-weight: 700;
    font-size: 21px
}

@media (max-width: 480px) {
    .table-total td {
        font-size: 13px
    }
}

@media (max-width: 480px) {
    .table-total tbody tr td:nth-child(2) {
        font-size: 12px
    }
}

@media (max-width: 480px) {
    .table-total tbody tr:nth-child(3) td:nth-child(1) {
        font-size: 11px
    }
}

@media (max-width: 480px) {
    .table-total tbody tr:nth-child(3) td:nth-child(2) {
        font-size: 18px
    }
}

.btn-checkout-cart {
    display: block;
    padding: 0 30px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    color: #fff;
    background-color: #ee3523;
    text-transform: uppercase;
    margin: 20px auto;
    font-weight: 700;
    text-align: center
}

.btn-checkout-cart:hover {
    background: #e7e5e6;
    color: #fff;
    border: solid 1px #e7e5e6;
    cursor: pointer
}

@media (max-width: 768px) {
    .btn-checkout-cart {
        font-size: 17px
    }
}

.cart .items-count {
    outline: none;
    height: 20px;
    width: 20px;
    vertical-align: baseline;
    text-align: center;
    padding: 0;
    float: right;
    position: absolute;
    z-index: 9;
    background: transparent;
    border: none
}

.cart .items-count .fa {
    font-size: 20px;
    width: 20px
}

.cart .items-count:hover .fa {
    color: #ee3523
}

@media (max-width: 768px) {
    .cart .items-count {
        height: 15px
    }
}

@media (max-width: 767px) {
    .cart .items-count {
        top: 15px
    }
}

@media (max-width: 767px) {
    .items-count {
        height: 15px;
        top: 0;
        left: 0
    }
}

@media (max-width: 480px) {
    .items-count {
        height: 15px;
        top: 0;
        right: 5px
    }
}

@media (max-width: 767px) {
    .items-count .fa {
        font-size: 15px !important
    }
}

.btn-plus {
    margin-top: 0
}

.btn-minus {
    margin-top: 20px
}

@media (max-width: 767px) {
    .btn-minus {
        margin-top: 15px
    }
}

@media (min-width: 768px) {
    .max767 {
        display: none
    }

    .cart_desktop table {
        margin: 0;
        overflow: hidden;
        border-left: #dedede 1px solid;
        border-right: #dedede 2px solid;
        border-bottom: #dedede 2px solid
    }

    .cart_desktop .table-cart thead th:nth-child(1), .cart_desktop .table-cart thead th:nth-child(4) {
        text-align: center
    }

    .cart_desktop tr {
        border-bottom: #dedede 1px solid
    }
}

@media (max-width: 767px) {
    .min768 {
        display: none
    }

    .cart_ct_mobile {
        width: 100%;
        float: left;
        padding: 0 15px
    }

    .cart_mobile .item_cart {
        overflow: hidden;
        padding: 10px 0;
        border-top: solid 1px #ddd
    }

    .cart_mobile .item_cart:last-child {
        border-bottom: solid 1px #ddd
    }

    .cart_mobile .item_cart .image_cart_mobile {
        display: block;
        max-width: 90px;
        float: left
    }

    .cart_mobile .item_cart .image_cart_mobile img {
        max-width: 70px;
        max-height: 70px
    }

    .cart_mobile .item_cart .name_item_cart {
        display: block;
        width: calc(100% - 125px);
        float: left;
        padding-left: 15px
    }

    .cart_mobile .item_cart .name_item_cart h3 {
        font-size: 14px;
        line-height: 18px;
        margin: 0px;
        font-weight: 700
    }

    .cart_mobile .item_cart .name_item_cart h3 a {
        color: #111
    }

    .cart_mobile .item_cart .name_item_cart .item-price {
        display: block;
        margin-top: 10px
    }

    .cart_mobile .item_cart .name_item_cart .item-price .price {
        font-size: 14px;
        font-weight: bold;
        line-height: 18px;
        color: #ee3523;
        margin: 0
    }

    .cart_mobile .item_cart .slg_cart {
        display: block;
        float: right
    }

    .cart_mobile .item_cart .slg_cart .qty_mb {
        height: auto;
        border-right: none;
        width: 100%;
        margin-top: 0%;
        position: relative
    }

    .cart_mobile .item_cart .slg_cart .qty_mb .number-sidebar {
        border: 1px solid #dedede;
        height: 30px;
        text-align: center;
        width: 50px;
        line-height: 15px;
        margin: 0;
        z-index: 1;
        padding: 0 20px 0 5px;
        text-align: center
    }
}

.table > thead > tr > th {
    border-bottom: 0;
    padding: 15px
}

.page_cart .table-cart thead tr th {
    font-size: 13px;
    text-transform: uppercase;
    color: #fff
}

.page_cart .table-cart tbody td {
    padding: 15px;
    vertical-align: middle;
    border: none
}

.page_cart .table-cart tbody td.cartImg {
    padding: 15px
}

.customer-template {
    width: 100%;
    float: left;
    padding: 0 0 15px
}

.customer-template form label {
    display: block;
    font-weight: 400;
    margin-bottom: 5px
}

.customer-template .customer-heading {
    text-transform: uppercase;
    font-size: 18px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 700
}

.customer-template .form-group {
    margin-bottom: 15px;
    padding: 0
}

.customer-template .form-group input {
    padding: 0 15px
}

.customer-template .wrapper-form {
    margin-bottom: 30px
}

#customer_register {
    margin-bottom: 20px
}

#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: "\f00c";
    font-family: FontAwesome;
    font-size: 20px;
    color: #ee3523;
    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%)
}

#customer-reset-password {
    width: 100%;
    float: left;
    margin-bottom: 30px
}

#customer-reset-password .title-head {
    margin-bottom: 30px
}

#customer-reset-password label {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    padding: 0;
    width: 100%;
    float: left;
    text-align: left;
    margin-bottom: 15px
}

#customer-reset-password .action_bottom input {
    border-bottom: 15px
}

#my-orders-table {
    background: #fff
}

.c-checkbox input {
    margin-top: 3px
}

.account .title-head {
    margin: 0 0 15px 0;
    width: 100%;
    float: left;
    font-size: 25px
}

.account thead {
    border-top: #dedede 2px solid
}

.block-account {
    background: #fff
}

.block-account h3, .block-account h4 {
    text-align: center;
    margin: 0;
    border: #dedede 2px solid;
    padding: 5px 0
}

.customer-name {
    color: #ee3523;
    line-height: 55px
}

.block-content.form-signup {
    background: #fff;
    padding-top: 20px;
    border: #dedede 1px solid
}

.block-content.form-signup p {
    padding: 0 20px
}

.block-content.form-signup p i {
    color: #ee3523;
    margin-right: 5px
}

.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/314/658/themes/663789/assets/btn-edit.png?1750749475760);
    background-repeat: no-repeat;
    background-position: center
}

.address-title button.btn-delete {
    background-image: url(//bizweb.dktcdn.net/100/314/658/themes/663789/assets/btn-delete.png?1750749475760);
    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
}

#order_payment, #order_shipping {
    background: #fff;
    padding: 10px 20px
}

#order_payment .address.note i, #order_shipping .address.note i {
    color: #ee3523;
    margin-right: 5px
}

.totalorders {
    background: #fff;
    border-color: #dedede
}

.order-headding {
    margin: 0
}

.info-contact .widget-menu p {
    display: inline
}

.info-contact .logo {
    font-size: 20px
}

#order-table {
    background: #fff
}

.aside-item.collection-category .nav-item {
    position: relative;
    clear: left;
    font-size: 1em
}

.aside-item.collection-category .nav-item a {
    font-size: 1em
}

.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: #ee3523
}

.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: #dedede
}

.ui-slider-range.ui-corner-all.ui-widget-header {
    background: #000 !important
}

.ui-slider-horizontal .ui-slider-handle {
    height: 14px !important;
    width: 14px !important;
    border-radius: 50% !important;
    top: -6px !important;
    border: none !important;
    background: #000 !important
}

.ui-widget.ui-widget-content {
    border: none !important;
    margin-bottom: 25px;
    width: calc(100% - 14px);
    margin-left: 7px
}

#start {
    width: 100px;
    float: left
}

#start input {
    text-align: center;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    box-shadow: none
}

#stop {
    width: 100px;
    float: left;
    margin-left: 30px;
    text-align: center;
    position: relative
}

#stop input {
    text-align: center;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    box-shadow: none
}

#stop:before {
    content: "-";
    position: absolute;
    left: -17px;
    font-size: 17px
}

#filter-value {
    height: 30px;
    line-height: 30px;
    font-weight: 400;
    width: 100px;
    margin-top: 15px
}

div#isp_search_result_page_container .btn-search {
    display: none
}

div#isp_search_result_page_container form {
    margin-bottom: 0
}

.page-template {
    width: 100%;
    float: left;
    /*padding: 50px 0*/
}

.page-template .module-header {
    width: 100%;
    float: left
}

.page-template .module-header .title-head {
    margin: 0 0 10px;
    font-size: 1.6em
}

.page-template .module-header .module-title {
    padding: 10px 15px;
    font-size: 1.33333em;
    margin: 0;
    font-weight: 700;
    background: #f3f3f3
}

.page-template .module-content {
    width: 100%;
    float: left
}

.page-template .module-content .list-menu {
    background: #f8f8f8;
    width: 100%;
    float: left;
    padding: 0 10px
}

.page-template .module-content li {
    padding: 10px 0;
    line-height: normal;
    width: 100%;
    float: left
}

.page-template .module-content li:not(:last-child) {
    border-bottom: #dedede 1px solid
}

.page-template .module-content li a {
    font-size: .8em;
    color: #000
}

.page-template .module-content li .fa {
    width: 10px;
    float: left
}

.page-template .module-content li span {
    width: calc(100% - 10px);
    float: left;
    display: block
}

.page-template .module-content form label {
    font-weight: normal
}

.download-document th, .download-document td {
    border: none !important
}

.zalo-chat-widget {
    left: 10px !important
}

.constructo-single-project img {
    aspect-ratio: 5/3 !important;
    object-fit: cover;
    width: 100% !important;
}

.article-thumbnail img {
    width: 100%;
    object-fit: cover;
}

.slider-nav img {
    aspect-ratio: 4/3 !important;
    object-fit: cover;
}

.article-content ul, .article-content ol {
    padding-left: 15px !important;
}

.article-content * {
    word-break: break-word; /* cho phép xuống dòng khi quá dài */
}

.article-thumbnail img {
    aspect-ratio: 5/3 !important;
    object-fit: cover;
    width: 100%;
}
#sync2.owl-carousel .owl-item img {
    aspect-ratio: 1/1;
    object-fit: cover;
}

#sync1 img {
    aspect-ratio: 1/1;
    object-fit: cover;
    width: 100%;
}

.wrap-why {
    padding: 20px 25px;
    border: 1px solid #ddd;
    margin-bottom: 30px;
}

.wrap-why b {
    font-size: 21px;
    color: #0a9444;
}

.wrap-why p {
    margin-top: 5px;
    font-size: 14px;
}

.container {
    max-width: 1275px !important;
    width: 100%;
}

@media (max-width: 991px) {
    .breadcrumbs {
        padding: 40px 0;
    }
    .wrap-why b {
        font-size: 16px;
        color: #0a9444;
    }
    .wrap-why {
        margin-bottom: 15px;
    }
    .section_about .section_about_title a {
        font-size: 30px;
    }
}