/*General*/
/*----------------------------------
Project: Tech888 Framework
Version: 1.1
Last change: 10/27/2017
Author: Tech888 Theme
Author URI: https://tech888.vn/
-----------------------------------*/
/* General */
body {
    color: #333;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    line-height: inherit;
    margin: 0;
    padding: 0;
    font-weight: 400;
}

.wrap {
    overflow: hidden;
    position: relative;
}

* {
    box-sizing: border-box;
    outline: none;
}

img {
    max-width: 100%;
}

a {
    color: #555;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

.container {
    max-width: 1160px;
    position: relative;
    width: 100%;
}

input,
input:focus,
input:hover {
    outline: none;
}

/*Begin Class*/
.border {
    border: 1px solid #e5e5e5;
}

.no-margin {
    margin: 0;
}

.border-left {
    border-left: 1px solid #e5e5e5;
}

.border-right {
    border-right: 1px solid #e5e5e5;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.transition {
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

.radius4 {
    border-radius: 0px;
}

.radius6 {
    border-radius: 6px;
}

.drop-shadow {
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.round {
    border-radius: 50%;
}

.desc {
    color: #555;
    margin: 0;
    line-height: 24px;
}

.white {
    color: #fff;
}

.black {
    color: #333;
}

.dark {
    color: #000;
}

.gray {
    color: #555;
}

.silver {
    color: #999;
}

.navi {
    color: #1b2b3a;
}

.opaci {
    opacity: 0.7;
}

.bg-navi {
    background: #1b2b3a;
}

.blue {
    color: #43567e;
}

.bg-blue {
    background: #43567e;
}

.smoke {
    color: #ccc;
}

.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;
}

.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;
}

.title40 {
    font-size: 40px;
    line-height: normal;
}

.title60{
    font-size: 60px;
    line-height: normal;
}

.inline-block {
    display: inline-block;
    vertical-align: top;
}

.list-none {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-inline-block {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-inline-block>li {
    display: inline-block;
    vertical-align: top;
}

.table-custom {
    display: table;
    margin: 0;
    width: 100%;
}

.table-custom>div {
    display: table-cell;
    vertical-align: top;
}

/*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 {
    background: #e7b622;
}

.owl-carousel .owl-nav button {
    width: 36px;
    height: 36px;
    display: inline-block;
    opacity: 1;
    padding: 0;
    text-align: center;
    margin: -18px 0 0 !important;
    border-radius: 0px;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    position: absolute;
    top: 50%;
    z-index: 9;
    color: #999;
    background: transparent;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

.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;
}

.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.4);
    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*/
/*******************************************************************************************************
                    Preview Menu
********************************************************************************************************/

/*Begin Main Nav*/
.main-nav {
    position: relative;
    z-index: 1001;
    margin: 0px -15px;
}

.main-nav>ul {
    font-size: 0;
    list-style: none none;
    padding: 0;
    position: relative;
    margin: 0;
}

.main-nav>ul>li {
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
}

.main-nav>ul>li>a {
    color: #1b1464;
    font-weight: bold;
    display: block;
    position: relative;
    padding: 13px 15px 13px 15px;
    text-transform: uppercase;
    font-size: 14px;
}

.main-nav>ul>li.current-menu-item>a {
    /* background: rgba(255, 255, 255, 0.1); */
}
.home.page-template .header-top-default .main-nav>ul>li.current-menu-item > a{
    color: #ed232a;
}

/* .main-nav>ul>li.current-menu-item::after{
    content: "";
    position: absolute;
    bottom: -1px;
    left: 15px;
    right: 15px;
    width: auto;
    height: 2px;
    background: #ed232a;
    z-index: 1;
} */

.main-nav>ul>li.menu-item-has-children>a::after {
    content: "\f107";
    font-family: fontAwesome;
    margin-left: 5px;
    display: inline-block;
}

.main-nav li.menu-item-has-children {
    position: relative;
}

.main-nav li.menu-item-has-children:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    margin: 0;
}

.main-nav .sub-menu {
    background: #fff;
    left: 0;
    list-style: none;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 200px;
    z-index: 999;
    text-align: left;
    margin: 30px 0 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.main-nav .sub-menu li {
    border-bottom: 1px solid #e5e5e5;
}

.main-nav .sub-menu li:last-child {
    border-bottom: none;
}

.main-nav li.has-mega-menu>.mega-menu {
    background: #fff;
    left: 0;
    opacity: 0;
    padding: 15px 10px;
    position: absolute;
    top: calc(100%);
    visibility: hidden;
    width: 100%;
    z-index: 999;
    text-align: left;
    margin: 30px 0 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.main-nav li.has-mega-menu:hover>.mega-menu {
    margin: 0;
    opacity: 1;
    visibility: visible;
}

.main-nav>ul>li.menu-item-has-children.has-mega-menu {
    position: static;
}

.main-nav>ul>li .sub-menu>li>a {
    display: block;
    padding: 10px 15px;
    position: relative;
}

.main-nav>ul>li .sub-menu>li:last-child>a {
    border-bottom: none;
}

.main-nav>ul>li.has-mega-menu .sub-menu>li {
    padding: 0;
}

.main-nav>ul>li .sub-menu>li.menu-item-has-children>a {
    padding-right: 20px;
    position: relative;
}

.main-nav>ul>li .sub-menu>li.menu-item-has-children>a::after {
    content: "\f105";
    font-family: fontAwesome;
    position: absolute;
    right: 15px;
    top: 12px;
}

.main-nav>ul>li.menu-item-has-children li.menu-item-has-children>.sub-menu {
    left: 100%;
    top: 0;
}

.main-nav>ul>li.menu-item-has-children li.menu-item-has-children>.sub-menu.offset-right {
    left: auto;
    right: 100%;
}

.main-nav .sub-menu.offset-right {
    left: auto;
    right: 0;
}

/*Pointer Event*/
.sub-menu,
.mega-menu,
.dropdown-list {
    pointer-events: none;
}

.dropdown-box:hover>.dropdown-list,
li.has-mega-menu:hover>.mega-menu,
li.menu-item-has-children:hover>.sub-menu {
    pointer-events: inherit;
}

/*End Main Nav*/
/*Begin Toggle Mobile Menu*/
.main-nav .toggle-mobile-menu {
    display: none;
    height: 36px;
    width: 36px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 15px;
    border: 1px solid #ed232a;
    justify-content: center;
    position: relative;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

.main-nav .toggle-mobile-menu span {
    position: absolute;
    width: 25px;
    height: 4px;
    left: 4px;
    top: calc(50% - 2px);
}

.main-nav .toggle-mobile-menu::before,
.main-nav .toggle-mobile-menu::after {
    content: '';
    position: absolute;
    top: 0;
    height: 4px;
    width: 25px;
    left: 4px;
    top: calc(50% - 2px);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.main-nav .toggle-mobile-menu::before {
    -webkit-transform: translate3d(0, -6px, 0);
    transform: translate3d(0, -6px, 0);
}

.main-nav .toggle-mobile-menu::after {
    -webkit-transform: translate3d(0, 6px, 0);
    transform: translate3d(0, 6px, 0);
}

.main-nav.active .toggle-mobile-menu::before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}

.main-nav.active .toggle-mobile-menu::after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}

.main-nav.active .toggle-mobile-menu span {
    display: none;
}

/*End Toggle Mobile Menu*/
/*Begin Menu Responsive*/
@media (max-width: 1200px) {

    .mega-menu {
        display: none;
    }

    .main-nav .toggle-mobile-menu {
        display: block;
    }

    .main-nav .sub-menu {
        background: #fff none repeat scroll 0 0;
        display: none;
        margin: 0 !important;
        opacity: 1 !important;
        visibility: visible !important;
        position: static !important;
        box-shadow: none !important;
        border-top: 1px solid #e5e5e5;
    }

    .main-nav>ul>li>a::before {
        display: none !important;
    }

    .main-nav>ul>li>a {
        color: #333 !important;
        border-top: 1px solid #e5e5e5 !important;
    }

    .main-nav {
        margin: 0;
        display: flex;
        justify-content: end;
    }

    .main-nav>ul {
        position: absolute;
        left: 0;
        top: 100%;
        width: 290px;
        z-index: 999;
        background: #fff;
        box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease-out 0s;
        -webkit-transition: all 0.3s ease-out 0s;
        transform: translateX(-320px);
        -webkit-transform: translateX(-320px);
        text-align: left;
    }

    .main-nav.active>ul {
        transform: translateX(0) !important;
        -webkit-transform: translateX(0) !important;
    }

    .main-nav>ul>li {
        display: block;
        margin: 0 15px !important;
        padding: 0 !important;
    }

    .main-nav .sub-menu li a::before {
        display: none;
    }

    .main-nav>ul li>a {
        display: block;
        font-size: 14px !important;
        font-weight: 400;
        height: auto !important;
        line-height: inherit !important;
        padding: 10px 0 !important;
        border-bottom: none !important;
    }

    .main-nav>ul li:first-child>a {
        border: medium none !important;
    }

    .main-nav .sub-menu>li {
        padding: 0px !important;
        margin: 0 0 0 15px;
    }

    .main-nav>ul>li.menu-item-has-children.has-mega-menu {
        position: relative;
    }

    .main-nav>ul li.menu-item-has-children .menu-item-has-children>a::after {
        right: 0;
        top: 0;
    }

    .main-nav>ul>li.menu-item-has-children>a::after {
        display: none;
    }

    .main-nav>ul>li .sub-menu {
        display: none;
        width: 100%;
        box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
        padding: 0;
    }

    .btn-toggle-mobile-menu {
        cursor: pointer;
        position: absolute;
        top: 5px;
        right: 0px;
        width: 30px;
        height: 30px;
        border: 1px solid #e1e1e1;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .btn-toggle-mobile-menu::after {
        font-family: fontAwesome;
        content: "\f107";
    }

    .btn-toggle-mobile-menu.active::after {
        content: "\f106";
    }

    .main-nav>ul>li.menu-item-has-children li.menu-item-has-children>.sub-menu {
        left: 0;
        top: 100%;
        padding: 0;
    }

    .main-nav>ul>li.menu-item-has-children li.menu-item-has-children>a::after {
        display: none;
    }

    .main-nav>ul>li.has-mega-menu>a::after {
        display: none !important;
    }

    .menu-item-preview .preview-image {
        display: none;
    }

    .sub-menu,
    .mega-menu,
    .dropdown-list {
        pointer-events: inherit;
    }

    .main-nav>ul>li .sub-menu>li>a {
        background: #fff !important;
    }

    .main-nav li.has-mega-menu>.mega-menu {
        display: none;
        opacity: 1;
        visibility: visible;
        margin: 0;
        border: 1px solid #f5f5f5;
        position: relative;
        left: unset !important;
        max-width: 100%;
        padding: 0px;
        border: none;
        box-shadow: unset;
    }
}

/*End Menu Responsive*/

/*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 {
    margin-bottom: 30px;
}

.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;
    border: 1px solid #e1e1e1;
}

.product-title {
    margin: 0 0 7px;
}

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: "\f0dd";
    font-family: FontAwesome;
}

/*Begin Dropdown Box*/
.dropdown-box {
    position: relative;
    z-index: 10;
}

.dropdown-link {
    display: inline-block;
    position: relative;
}

.dropdown-list {
    background: #fff;
    margin-top: 30px;
    opacity: 0;
    padding: 10px;
    position: absolute;
    left: 0;
    top: 100%;
    visibility: hidden;
    width: 130px;
    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;
}

.dropdown-box:hover .dropdown-list {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}


/*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: 180px;
    padding-bottom: 30px;
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    margin-bottom: 50px;
    z-index: 0;
}

/* breadcrumb */
.wrap-bread-crumb::after {
    display: block;
    content: '';
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.bread-crumb {
    position: relative;
    z-index: 1;
}

.bread-crumb a,
.bread-crumb span {
    color: #fff;
    font-weight: bold;
    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;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f101";
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
    align-items: center;
    font-size: 8px;
}

.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: FontAwesome;
    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;
}

/* end breadcrumb */
/* default widget*/
.widget ul {
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0px;
}

.widget ul>li {
    padding-top: 13px;
    padding-bottom: 13px;
    border-bottom: 1px dashed #e1e1e1;
}

.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 #09894c;
    margin: 0px 5px;
}

.pagi-link-wrap>*.current {
    color: #fff;
    background: #09894c;
}

.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;
}


.woocommerce div.product div.summary,
.woocommerce div.product .wrap-detail-gallery.images{
    float: none;
    width: 100%;
}

.product_meta .product_meta-item{
    display: block;
    margin-bottom: 30px;
}
.product_meta .product_meta-item label{
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #ed232a;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.detail-tab-title ul{
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-color: #ed232a;
    font-size: 24px;
    font-weight: bold;
}

.detail-tab-title ul li a{
    color: #083f88;
}

.product-detail{
    margin-bottom: 40px;
}

.detail-tab-title #tab-title-reviews{
    display: none;
}

.thumbnail-wrap .img-wrap{
    border: 1px solid #f1f1f1;
    margin-bottom: 15px;
}
.galleries-wrap {
    margin: 0px -7.5px;
    max-width: 320px;
    margin: auto;
}
.galleries-wrap .img-wrap{
    padding: 0px 7.6px;
}
.galleries-wrap .img-wrap .item-inner{
    border: 1px solid #f1f1f1;
}
.detail-tab-desc > h2:first-child{
    display: 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);
    }
}