/*General*/
/*----------------------------------
Project: Tech888 Framework
Version: 1.1
Last change: 10/27/2017
Author: Tech888 Theme
Author URI: https://tech888.vn/
-----------------------------------*/
/* General */
@font-face {
    font-family: 'Titillium';
    src: url(../fonts/Titillium-Regular.otf);
    font-weight: normal;
    font-size: 14px;
}

@font-face {
    font-family: 'Titillium';
    src: url(../fonts/Titillium-Semibold.otf);
    font-weight: 600;
    font-size: 30px;
}

@font-face {
    font-family: 'Titillium';
    src: url(../fonts/Titillium-Light.otf);
    font-weight: 400;
    font-size: 16px;
}
@font-face {
    font-family: 'Titillium';
    src: url(../fonts/Titillium-RegularUpright.otf);
    
}
html,
body {
    overflow-x: hidden;
}

body {
    color: #101010;
    font-family: 'Titillium', sans-serif;
    font-size: 16px;
    line-height: inherit;
    margin: 0;
    padding: 0;
    font-weight: 300;
}

/* override bootstrap */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: normal;
}

* {
    box-sizing: border-box;
    outline: none;
}

img {
    max-width: 100%;
}

a {
    color: #333;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    text-decoration: none;
}

button {
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

.container {
    max-width: 1120px;
    position: relative;
    width: 100%;
}

input,
input:focus,
input:hover {
    outline: none;
}

/*Begin Class*/

.no-margin {
    margin: 0;
}

.transition {
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

.round {
    border-radius: 50%;
}

.desc {
    color: #555;
    margin: 0;
    line-height: 24px;
}

.white {
    color: #fff;
}

.bg-white {
    background: #fff;
}

.title14,
.title8,
.title12,
.title16,
.title18,
.title24,
.title30,
.title36,
.title40,
.title48,
.title60,
.title90,
.title120,
.title160,
.title100 {
    margin: 0;
    font-size: 14px;
    /* font-weight: 400; */
}

.title8 {
    font-size: 8px;
    line-height: normal;
}

.title12 {
    font-size: 12px;
    line-height: normal;
}

.title13 {
    font-size: 13px;
    line-height: normal;
}

.title16 {
    font-size: 16px;
    line-height: normal;
}

.title18 {
    font-size: 18px;
    line-height: normal;
}

.title20 {
    font-size: 20px;
    line-height: normal;
}

.title24 {
    font-size: 24px;
    line-height: normal;
}

.title30 {
    font-size: 30px;
    line-height: normal;
}

.title36 {
    font-size: 36px;
    line-height: normal;
}

.title38 {
    font-size: 38px;
    line-height: normal;
}

.title40 {
    font-size: 40px;
    line-height: normal;
}

.title46 {
    font-size: 46px;
    line-height: normal;
}

.title56 {
    font-size: 56px;
    line-height: normal;
}

.title60 {
    font-size: 60px;
    line-height: normal;
}

.title48 {
    font-size: 48px;
    line-height: normal;
}

.title72 {
    font-size: 72px;
    line-height: normal;
}

.title80 {
    font-size: 80px;
    line-height: normal;
}

.list-none {
    list-style: none;
    margin: 0;
    padding: 0;
}

/*End Class*/
/*Begin Owl Carousel*/
.wrap-item:not(.owl-loaded)>div:not(:first-child) {
    display: none;
}

.owl-carousel .owl-nav {
    margin: 0;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    border: 1px solid #e5e5e5;
    border-radius: 0px;
}

.owl-carousel.owl-theme .owl-nav [class*=owl-]:hover {
    color: #e7b622;
    background: transparent;
}

.owl-carousel .owl-nav {
    display: flex;
    justify-content: space-between;
    /* position: relative; */
    width: 100%;
}

.owl-carousel .owl-nav button {
    opacity: 1;
    padding: 0;
    text-align: center;
    border-radius: 0px;
    border: none;
    font-size: 40px !important;
    z-index: 9;
    color: #b2b2b2 !important;
    background: transparent !important;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    border: none !important;
    margin: 0px -30px !important;
    width: 40px;
    height: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    top: calc(50% - 30px);
    border-radius: 50% !important;
    position: absolute;
}

.owl-carousel .owl-nav button:hover {
    color: #00388d !important;
}

.owl-carousel .owl-nav button i::before {
    line-height: 34px;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 0;
}

.owl-carousel .owl-nav button.owl-next {
    right: 0;
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 0px 7px;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #00388d;
}

.banner-slider {
    position: relative;
    overflow: hidden;
}

.banner-slider .banner-thumb {
    position: relative;
}

.banner-slider .banner-thumb a {
    display: block;
}

.banner-slider .banner-thumb video {
    width: 100%;
    display: block;
}

.banner-slider .owl-theme .owl-nav button {
    opacity: 0;
    border: 1px solid #e5e5e5;
}

.banner-slider:hover .owl-theme .owl-nav button {
    opacity: 1;
}

.banner-slider .owl-theme .owl-nav button.owl-prev {
    left: -100px;
}

.banner-slider .owl-theme .owl-nav button.owl-next {
    right: -100px;
}

.banner-slider:hover .owl-theme .owl-nav button.owl-prev {
    left: 15px;
}

.banner-slider:hover .owl-theme .owl-nav button.owl-next {
    right: 15px;
}

.owl-theme .owl-controls .owl-pagination {
    padding: 15px 0;
}

.owl-theme .owl-controls .owl-page {
    vertical-align: top;
    border-radius: 50%;
    margin: 0 5px;
}

.owl-theme .owl-controls .owl-page span {
    background: #999;
    margin: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    opacity: 1;
    position: relative;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

.owl-theme .owl-controls .owl-page.active span {
    background: #333;
}

.banner-slider.bg-slider .item-slider {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-slider .item-slider {
    position: relative;
}

.banner-slider.bg-slider .banner-thumb img {
    max-width: none;
    opacity: 0;
    width: auto;
}

.group-navi .owl-nav {
    position: absolute;
    right: 15px;
    top: -40px;
    width: 75px;
    margin: auto;
}

.banner-slider .banner-thumb img {
    width: 100%;
}

.banner-slider .banner-info {
    height: 200px;
}

.banner-info {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
}

/*End Owl Carousel*/

.adv-thumb-link>img {
    transition: all 0.3s ease-out 0s;
}

.adv-thumb-link {
    overflow: hidden;
    display: block;
    position: relative;
}

/*Zoom Rotate*/

.zoom-rotate .adv-thumb-link>img {
    transform: scale(1) rotate(0);
    -webkit-transform: scale(1) rotate(0);
}

.zoom-rotate:hover .adv-thumb-link>img {
    transform: scale(1.15) rotate(4deg);
    -webkit-transform: scale(1.15) rotate(4deg);
}

/*Zoom Image*/
.zoom-image:hover .adv-thumb-link>img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
}

/*Fade Out In*/
.fade-out-in .adv-thumb-link::before,
.fade-out-in .adv-thumb-link::after,
.fade-in-out .adv-thumb-link::before,
.fade-in-out .adv-thumb-link::after,
.overlay-image .adv-thumb-link::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    z-index: 1;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

.fade-out-in:hover .adv-thumb-link::before {
    opacity: 1;
    top: 50%;
    bottom: 50%;
}

.fade-out-in:hover .adv-thumb-link::after {
    opacity: 1;
    left: 50%;
    right: 50%;
}

/*Fade In Out*/
.fade-in-out .adv-thumb-link::before {
    opacity: 1;
    top: 50%;
    bottom: 50%;
}

.fade-in-out .adv-thumb-link::after {
    opacity: 1;
    left: 50%;
    right: 50%;
}

.fade-in-out:hover .adv-thumb-link::before {
    opacity: 0;
    top: 0;
    bottom: 0;
}

.fade-in-out:hover .adv-thumb-link::after {
    opacity: 0;
    left: 0;
    right: 0;
}

/*Pull Curtain*/
.pull-curtain .adv-thumb-link::before {
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
    background: rgba(0, 0, 0, 0.1);
    content: "";
    position: absolute;
    z-index: 1;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

.pull-curtain .adv-thumb-link::after {
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    opacity: 0;
    background: rgba(0, 0, 0, 0.1);
    content: "";
    position: absolute;
    z-index: 1;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

.pull-curtain:hover .adv-thumb-link::before,
.pull-curtain:hover .adv-thumb-link::after {
    width: 100%;
    height: 100%;
    opacity: 1;
}

/*Overlay Image*/
.overlay-image .adv-thumb-link::after {
    /* background: rgba(0, 0, 0, 0.3); */
}

.overlay-image:hover .adv-thumb-link::after {
    opacity: 1;
}

/*Blue Image*/
.blur-image:hover .adv-thumb-link img {
    filter: blur(5px);
    -webkit-filter: blur(5px);
}

/*Gray Image*/
.gray-image:hover .adv-thumb-link img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

/*Zoom Out*/
.zoom-out .adv-thumb-link img:last-child {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transform: scale(3);
    -webkit-transform: scale(3);
}

.zoom-out:hover .adv-thumb-link img {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    -webkit-transform: scale(1);
}

/*Line Scale*/
.line-scale .adv-thumb-link::before {
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 10px;
    right: 10px;
    content: "";
    border-top: 1px solid rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid rgba(255, 255, 255, 0.9);
    z-index: 1;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

.line-scale .adv-thumb-link::after {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 20px;
    right: 20px;
    content: "";
    border-left: 1px solid rgba(255, 255, 255, 0.9);
    border-right: 1px solid rgba(255, 255, 255, 0.9);
    z-index: 1;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

.line-scale:hover .adv-thumb-link::before,
.line-scale:hover .adv-thumb-link::after {
    transform: scale(1);
    -webkit-transform: scale(1);
}

/*End Banner Adv*/

/*Button Scoll*/
body .scroll-top {
    bottom: 10px;
    display: block;
    height: 40px;
    line-height: 38px;
    opacity: 0;
    position: fixed;
    right: -50px;
    text-align: center;
    width: 40px;
    z-index: 999;
    border-style: solid;
    border-width: 1px;
    background: rgba(255, 255, 255, 0.9);
}

.scroll-top.active {
    opacity: 1;
    right: 10px;
}

/*Begin Product*/
.product-slider .item-product {
    margin: 0 15px 30px;
}

.product-slider {
    margin: 0 -15px;
}

.item-product .product-info {
    padding-top: 17px;
    position: relative;
}

.product-thumb {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

.product-title {
    margin: 0 0 7px;
    /* overflow: hidden;
    text-overflow: ellipsis; */
}

.product-title a {
    /* white-space: normal;
    height: 58px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    display: -moz-box; */
    /* overflow: hidden; */
    text-overflow: ellipsis;
}

div.table .product-info .product-title {
    white-space: normal;
}

.product-price ins {
    text-decoration: none;
}

.product-price {
    margin: 0 -2px 7px;
}

.product-price>* {
    margin: 0 2px;
}

/*Overlay Product*/
.product-thumb-link {
    display: block;
    position: relative;
    overflow: hidden;
}

.product-thumb-link img {
    width: 100%;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

.product-thumb-link::before {
    background: rgba(255, 255, 255, 0.1);
    opacity: 0;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

.product-thumb:hover .product-thumb-link::before {
    opacity: 1;
}

/*Zoom Product*/
.product-thumb:hover .zoom-thumb img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
}

/*Zoomout Product*/
.zoomout-thumb img.hover-image-product {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: scale(3);
    -webkit-transform: scale(3);
}

.product-thumb:hover .zoomout-thumb img:last-child {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
}

/*Rotate Product*/
.rotate-thumb img.hover-image-product {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
}

.product-thumb:hover .rotate-thumb img:last-child {
    transform: rotateY(0);
    -webkit-transform: rotateY(0);
    opacity: 1;
}

.product-thumb:hover .rotate-thumb img:first-child {
    transform: rotateY(-90deg);
    -webkit-transform: rotateY(-90deg);
    opacity: 0;
}

/*Translate Product*/
.translate-thumb img.hover-image-product {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
}

.product-thumb:hover .translate-thumb img:last-child {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
}

.product-thumb:hover .translate-thumb img:first-child {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    opacity: 0;
}

/*End Product*/
/*Select Box*/
.select-box select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    height: 40px;
    padding: 0 30px 0 15px;
    position: relative;
    z-index: 1;
    background: transparent;
    text-transform: capitalize;
    display: inline-block;
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 0px;
}

.select-box {
    position: relative;

}

.select-box::after {
    position: absolute;
    top: 15px;
    right: 15px;
    content: "\f107";
    font-family: 'Line Awesome Free';
    font-size: 18px;
    display: block;
    font-weight: 900;
}

/*Begin Dropdown Box*/
.dropdown-box {
    position: relative;
    z-index: 10;
}

.dropdown-link {
    display: inline-block;
    position: relative;
    padding: 15px 80px 15px 10px;
    border: 1px solid #cacbcb;
    border-radius: 10px;
}

.dropdown-list {
    background: #fff;
    margin-top: 30px;
    opacity: 0;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 100%;
    visibility: hidden;
    width: 250px;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 1px 2px 4px;
}

.dropdown-list li a {
    display: block;
    padding: 10px 15px;
    font-size: 15px;
}

.dropdown-list li:hover a {
    color: #fff;
}

.dropdown-box:hover .dropdown-list {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
}


/*End Dropdown Box*/
/*Begin Wishlist Popup*/
.wishlist-mask {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    display: none;
}

.wishlist-popup {
    background: #fff none repeat scroll 0 0;
    border: 10px solid rgba(0, 0, 0, 0.5);
    bottom: 0;
    height: 200px;
    left: 0;
    margin: auto;
    padding: 20px;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 470px;
    z-index: 9999;
}

.wishlist-button a {
    background: #858785 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    padding: 8px 15px;
    margin: 0 3px;
}

.popup-icon {
    font-size: 30px;
}

.wishlist-alert {
    margin: 10px 0 20px;
}

.product-popup-content {
    padding: 15px 0;
}

/*End Wishlist Popup*/

/*Begin Mini Cart*/
.mini-cart-box {
    position: relative;
    z-index: 1002;
}

.mini-cart-link {
    position: relative;
}

.mini-cart-link .mini-cart-number {
    position: absolute;
    top: -10px;
    right: -10px;
}

.list-mini-cart-item {
    margin-top: 15px;
}

.product-mini-cart.table-custom {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.product-mini-cart.table-custom:last-child {
    margin-bottom: 0px;
}

.product-mini-cart .product-thumb {
    width: 90px;
}

.mini-cart-box .dropdown-list {
    width: 290px;
    padding: 30px 15px;
}

.product-mini-cart .product-info {
    padding: 0 15px;
}

.mini-cart-button {
    margin: 20px -3px 0;
}

.mini-cart-button .shop-button {
    margin: 0 3px;
}

.mini-cart-qty label {
    font-weight: 400;
    margin: 0;
}

.product-mini-cart.table .product-delete {
    width: 20px;
}

/*End Mini Cart*/

/*Begin Preload*/
.wrap-item {
    position: relative;
}

.item-banner {
    position: relative;
}

/*End Preload*/

/*Begin Parallax*/
.parallax {
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
    min-height: 200px;
}

/*End Parallax*/
/*Begin Animated Background*/
@keyframes animatedBackground {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 100% 100%;
    }

    100% {
        background-position: 0 0;
    }
}

.animate-background {
    background-position: 0px 0px;
    background-repeat: no-repeat;
    animation: animatedBackground 40s linear infinite;
    -moz-animation: animatedBackground 40s linear infinite;
    -webkit-animation: animatedBackground 40s linear infinite;
}

@keyframes hozAnimatedBackground {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 100% 0;
    }

    100% {
        background-position: 0 0;
    }
}

.hoz-animate-background {
    background-position: 0px 0px;
    background-repeat: no-repeat;
    animation: hozAnimatedBackground 40s linear infinite;
    -moz-animation: hozAnimatedBackground 40s linear infinite;
    -webkit-animation: hozAnimatedBackground 40s linear infinite;
    background-size: auto 100%;
}

/*End Animated Background*/
/*Begin Banner Background*/
.banner-background {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    position: relative;
    min-height: 200px;
}

/*End Banner Background*/
/*Begin Toggle*/
.item-toggle-tab .toggle-tab-content {
    display: none;
}

.toggle-tab-title {
    position: relative;
    cursor: pointer;
}

/*End Toggle*/
/*Begin Preload*/
.preload #loading {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999999;
    margin-top: 0px;
    top: 0px;
}

.preload #loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}

.preload #loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 200px;
    width: 200px;
    margin-top: -100px;
    margin-left: -100px;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.preload .object {
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    position: absolute;
    border-top: 5px solid #FFF;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #FFF;
    border-right: 5px solid transparent;
    -webkit-animation: animate 2s infinite;
    animation: animate 2s infinite;
}

.preload #object_one {
    left: 75px;
    top: 75px;
    width: 50px;
    height: 50px;
}

.preload #object_two {
    left: 65px;
    top: 65px;
    width: 70px;
    height: 70px;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.preload #object_three {
    left: 55px;
    top: 55px;
    width: 90px;
    height: 90px;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.preload #object_four {
    left: 45px;
    top: 45px;
    width: 110px;
    height: 110px;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.wrap-bread-crumb {
    padding-top: 30px;
    margin-bottom: 60px;
    position: relative;
    background-size: cover;
    background-color: #f5f5f5;
    z-index: 0;
}

.bread-crumb {
    position: relative;
    z-index: 1;
    padding-top: 75px;
    padding-bottom: 65px;
    box-shadow: 0px 7px 32px 11px rgba(55, 58, 140, 0.2);
}

.bread-crumb a,
.bread-crumb span {
    color: #fff;
    font-weight: 300;
    font-size: 30px;
    z-index: 1;
    position: relative;
    display: flex;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}

.bread-crumb a::after,
.bread-crumb span::after {
    content: '';
    display: block;
    font-size: 12px;
    position: relative;
    content: "/";
    /* font-family: 'Line Awesome Free'; */
    font-weight: 900;
    /* content: "\f101"; */
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
    align-items: center;
    font-size: 30px;
    font-weight: 300;
}

.bread-crumb a:last-child::after,
.bread-crumb span:last-child::after {
    display: none;
}

.bread-crumb .post-categories {
    display: flex;
    flex-wrap: wrap;
}

.bread-crumb .post-categories a::after {
    content: '';
    display: flex !important;
    position: relative;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    content: "\f101";
    font-size: 9px;
    padding-left: 5px;
    padding-right: 5px;
}

.bread-crumb ul {
    padding-left: 0px;
    margin-bottom: 0px;
}

.bread-crumb ul li {
    list-style: none;
}


.bread-crumb::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 1;
}

.bread-crumb .breadcrumb-title ,
.bread-crumb .step-wrap{
    z-index: 2;
    position: relative;
}

/* end breadcrumb */
/* default widget*/
.widget ul {
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0px;
}

.widget ul>li {
    padding-top: 13px;
    padding-bottom: 13px;
}

.sidebar .widget .widget-title {
    font-size: 20px;
    font-weight: bold;
    color: #ed232a;
    position: relative;
    padding-bottom: 5px;
    margin-top: 0px;
    margin-bottom: 15px;
    border-bottom: 2px solid #09894c;
    font-weight: bold;
}

.widget-latest-post .item-wg-post {
    margin-bottom: 15px;
    align-items: center;
}

.widget-latest-post .item-wg-post .post-thumb a {
    display: block;
    width: 80px;
}

.widget-latest-post .item-wg-post .post-info {
    width: calc(100% - 81px);
    padding-left: 10px;
}


.sidebar {
    border: none;
}

.sidebar .widget {
    background: #ffffff;
    margin-bottom: 30px;
}

/* .widget_categories .cat-item {
    line-height: 1.9;
    padding-bottom: 18px;
    padding-top: 0;
    margin-bottom: 18px;
    letter-spacing: 0.2px;
    border-bottom: 1px solid #bfbdba;
} */

.widget_categories .cat-item a {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    color: #3e2b26;
}

.widget_categories .cat-item a::after {
    content: "\f138";
    font-family: FontAwesome;
    position: relative;
    font-size: 15px;
    margin-left: 5px;
}

.widget_categories .cat-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.widget_search .wg-search-form input[type=text] {
    border: 2px solid #f1f1f1;
    height: 50px;
    padding: 0 56px 0 30px;
    transition: 0.3s;
}

.widget_search .wg-search-form input[type=text]:focus {
    border-color: #c5b8a0;
}

.widget_search .wg-search-form input[type=submit] {
    width: 40px;
    line-height: 40px;
    padding: 0px;
    border: none;
    position: absolute;
    right: 5px;
    top: 5px;
    background: transparent;
    z-index: 1;
}

.widget_search .wg-search-form::after {
    content: "\f002";
    color: #ed232a;
    font-family: FontAwesome;
    font-size: 18px;
    top: 15px;
    right: 15px;
    position: absolute;
}

.widget_search .wg-search-form {
    position: relative;

}

/* end default widget*/

/* default pagination */
.pagi-link-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.pagi-link-wrap>span,
.pagi-link-wrap>a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #101010;
    margin: 0px 5px;
}

.pagi-link-wrap a:hover {
    background: #EB0A1E;
    color: #fff;
}

.pagi-link-wrap>*.current {
    color: #fff;
    background: #101010;
}

.content-wrap article.page {
    margin-bottom: 50px;
}

/* .content-wrap article.page ul,
.detail-content-wrap ul {
    padding-left: 20px;
} */

.aligncenter {
    margin: 0px auto;
    display: block;
}

.main-nav>ul>li {
    position: relative;
}

.item-post .post-thumb img {
    width: 100%;
    height: auto;
}

.hidden-desktop {
    display: none !important;
}

.woocommerce-page div.product .product-detail div.summary.detail-info,
.woocommerce div.product .product-detail div.images.wrap-detail-gallery {
    width: 100%;
    float: none;
}

@-webkit-keyframes animate {
    50% {
        -ms-transform: rotate(360deg) scale(0.8);
        -webkit-transform: rotate(360deg) scale(0.8);
        transform: rotate(360deg) scale(0.8);
    }
}

@keyframes animate {
    50% {
        -ms-transform: rotate(360deg) scale(0.8);
        -webkit-transform: rotate(360deg) scale(0.8);
        transform: rotate(360deg) scale(0.8);
    }
}