/*Import*/

/*----------------------------------
Project: Top Shop
Version: 1.1
Last change: 11/28/2016
Author:	7UP Theme
Author URI: https://7uptheme.com/
1.Home 1
2.Home 2
3.Home 3
4.Home 4
5.Home 5
6.Home 6
7.About
8.Contact
9.Menu Ontop
10.Preview	Menu
11.Shop
12.Product Details
13.Blog
14.Vendor
-----------------------------------*/

/* General */

body {
    color: #555;
    font-family: "db_heaventregular";
    /* letter-spacing: 1px; */
    font-size: 20px;
    line-height: inherit;
    margin: 0;
    padding: 0;
    font-weight: 400;
}

.font-th {
    font-family: "db_heaventregular";
    /* letter-spacing: 1px; */
}

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

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

img {
    max-width: 100%;
}

a {
    color: #555;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

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

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

/*Begin Class*/

/* .vibes-font {
    font-family: "Libre Baskerville", serif;
}

.mont-font {
    font-family: "Libre Baskerville", serif;
} */

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

.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.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

.radius {
    border-radius: 6px;
}

.round {
    border-radius: 50%;
}

.white {
    color: #fff;
}

.black {
    color: #000;
}

.bg-white {
    background: #fff;
}

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

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

ul.list-inline-block > li {
    display: inline-block;
}

.title14,
.title12,
.title16,
.title18,
.title24,
.title30,
.title40,
.title60,
.product-title {
    font-weight: 600;
    margin: 0;
    font-size: 20px;
    text-transform: uppercase;
}

.title12 {
    font-size: 18px;
}

.title16 {
    font-size: 22px;
}

.title18 {
    font-size: 24px;
}

/* ---- ไม่ได้แก้ ตั้งแต่ 24px ---- */

.title24 {
    font-size: 24px;
}

.title30 {
    font-size: 30px;
}

.title40 {
    font-size: 40px;
}

.title60 {
    font-size: 60px;
}

.absolute {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

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

.inline-block {
    display: inline-block;
}

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

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

/*End Class*/

/*Begin Owl Carousel*/

.wrap-item > div:not(:first-child) {
    display: none;
}

.owl-theme .owl-controls {
    margin: 0;
}

.owl-theme .owl-controls .owl-buttons div {
    width: 40px;
    height: 40px;
    background: #fff;
    opacity: 0;
    padding: 0;
    margin: 0;
    font-size: 22px;
    z-index: 9;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    border-radius: 50%;
}

.owl-theme .owl-controls .owl-buttons div:hover {
    color: #fff;
}

.owl-theme:hover > .owl-controls > .owl-buttons > div {
    opacity: 1;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 0;
}

.owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 0;
}

.banner-slider .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 10px;
}

.banner-slider .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 10px;
}

.wrap .banner-slider .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -55px;
}

.wrap .banner-slider .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -55px;
}

#banner .banner-slider .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -55px;
}

#banner .banner-slider .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -55px;
}

.image-slider .owl-theme .owl-controls .owl-buttons div {
    background: transparent;
    box-shadow: 0 0 0 0;
    font-size: 30px;
}

.owl-theme .owl-controls .owl-buttons div i {
    display: block;
    line-height: 40px;
}

/* .owl-theme .owl-controls .owl-page {
    vertical-align: middle;
} */

.owl-theme .owl-controls .owl-page span {
    background: transparent;
    border: 1px solid #a17f66;
    width: 10px;
    height: 10px;
    opacity: 1;
    /* background: #fff;
    margin: 0 13px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    opacity: 1;
    position: relative;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s; */
}

.owl-theme .owl-controls .owl-page.active span {
    background: #a17f66;
    border: #a17f66;
    width: 12px;
    height: 12px;
    opacity: 1;
    /* content: "";
    height: 5px;
    width: 5px;
    margin: auto;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; */
}

.banner-slider.bg-slider .item-slider {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.banner-slider .item-slider {
    position: relative;
}

.banner-slider.bg-slider .banner-thumb img {
    max-width: none;
    opacity: 0;
    width: 100%;
}

.banner-slider .banner-thumb img {
    width: 100%;
}

/*End Owl Carousel*/

/*Begin Slider Effect*/

.time-delay1 {
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
}

.time-delay2 {
    transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
}

.time-delay3 {
    transition-delay: 1.1s;
    -webkit-transition-delay: 1.1s;
}

.time-delay4 {
    transition-delay: 1.4s;
    -webkit-transition-delay: 1.4s;
}

.top-to-bottom {
    transform: translateY(-500px);
    -webkit-transform: translateY(-500px);
    transition-property: all;
    transition-timing-function: ease-out;
    transition-duration: 0.5s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 0.5s;
    opacity: 0;
}

.owl-item.active .top-to-bottom {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
}

.bottom-to-top {
    transform: translateY(500px);
    -webkit-transform: translateY(500px);
    transition-property: all;
    transition-timing-function: ease-out;
    transition-duration: 0.5s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 0.5s;
    opacity: 0;
}

.owl-item.active .bottom-to-top {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
}

.right-to-left {
    transform: translateX(500px);
    -webkit-transform: translateX(500px);
    transition-property: all;
    transition-timing-function: ease-out;
    transition-duration: 0.5s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 0.5s;
    opacity: 0;
}

.owl-item.active .right-to-left {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
}

.left-to-right {
    transform: translateX(-500px);
    -webkit-transform: translateX(-500px);
    transition-property: all;
    transition-timing-function: ease-out;
    transition-duration: 0.5s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 0.5s;
    opacity: 0;
}

.owl-item.active .left-to-right {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
}

/*End Slider Effect*/

/*Begin Custom Scroll*/

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
    display: none;
}

.mCSB_container {
    margin-right: 0;
}

.mCustomScrollBox > .mCSB_scrollTools {
    width: 4px;
}

/*End Custom Scroll*/

/*Begin Line White*/

.line-white {
    position: relative;
}

.line-white::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 2px;
    content: "";
    background: #fff;
}

/*End Line White*/

/*Begin Box Hover Dir*/

.box-hover-dir {
    overflow: hidden;
    position: relative;
}

.box-hover-dir > div {
    height: 100%;
    position: absolute;
    width: 100%;
    transition: all 0.5s ease-out 0s !important;
    -webkit-transition: all 0.5s ease-out 0s !important;
}

/*End Box Hover Dir*/

/*Begin Banner Adv*/

.banner-adv {
    position: relative;
}

.adv-thumb-link {
    display: block;
    overflow: hidden;
    position: relative;
}

.adv-thumb-link > img {
    display: block;
    width: 100%;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

/*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.1);
    opacity: 0;
    z-index: 1;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s 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;
}

/*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);
}

/*End Banner Adv*/

/*******************************************************************************************************
										Preview	Menu				
********************************************************************************************************/

.main-nav > ul > li .sub-menu > li.menu-item-preview {
    position: relative;
}

.main-nav > ul > li .sub-menu > li.menu-item-preview > .preview-image {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
    left: 100%;
    padding: 10px;
    position: absolute;
    top: 0;
    width: 200px;
    opacity: 0;
    visibility: hidden;
    margin-top: 30px;
    border: 1px solid #e5e5e5;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

.main-nav > ul > li .sub-menu > li.menu-item-preview:hover > .preview-image {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.main-nav > ul > li .sub-menu > li.menu-item-preview > .preview-image > a {
    display: block;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.main-nav > ul > li .sub-menu > li.menu-item-preview > .preview-image > a > img {
    left: 0;
    position: absolute;
    top: 0;
    transition: all 5s ease-in-out 0s;
    -webkit-transition: all 5s ease-in-out 0s;
    width: 100%;
}

.main-nav > ul > li .sub-menu > li.menu-item-preview > .preview-image > a:hover > img {
    top: 100%;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}

/*Begin Header On Top*/

.header-ontop {
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

.header-ontop.fixed-ontop {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    visibility: visible;
    width: 100%;
    z-index: 999 !important;
    padding: 15px 0;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    left: 0;
    position: fixed !important;
    top: 0;
}

/*End Header On Top*/

/*Begin Main Nav*/

.main-nav {
    position: relative;
}

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

.main-nav > ul > li {
    display: inline-block;
    font-size: 22px;
}

.main-nav > ul > li > a {
    display: block;
    position: relative;
    text-transform: uppercase;
    padding: 10px 15px;
    font-weight: 600;
    /* font-family: "Libre Baskerville", serif; */
}

.main-nav > ul > li > .sub-menu {
    border: 1px solid #ddd;
    left: -15px;
}

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

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

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

.main-nav .sub-menu,
.main-nav .mega-menu {
    background: #fff none repeat scroll 0 0;
    /* left: -10%; */
    list-style: outside none none;
    margin: 35px 0 0;
    opacity: 0;
    padding: 10px 0 20px;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: auto;
    z-index: 999;
    text-align: left;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

.main-nav .mega-menu {
    border: 1px solid #ddd;
    padding: 0;
    width: 770px;
}

.main-nav .has-mega-menu:hover .mega-menu::before,
.main-nav .has-mega-menu:hover .mega-menu::after {
    transform: scale(1);
}

.main-nav .sub-menu > *,
.main-nav .mega-menu > * {
    position: relative;
    z-index: 1;
}

.main-nav .sub-menu .sub-menu {
    top: 0;
    left: 100%;
}

.main-nav .menu-item-has-children .sub-menu li {
    padding: 0 30px;
    position: relative;
}

.main-nav .menu-item-has-children .sub-menu > li > a {
    display: block;
    padding: 10px 0;
    font-weight: 400;
}

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

.sub-menu,
.mega-menu {
    pointer-events: none;
}

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: 30px;
    width: 30px;
    position: relative;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

.main-nav .toggle-mobile-menu span {
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: 50%;
}

.main-nav .toggle-mobile-menu::before,
.main-nav .toggle-mobile-menu::after {
    content: "";
    position: absolute;
    top: 0;
    height: 4px;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

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

.main-nav .toggle-mobile-menu::after {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 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: 991px) {
    .main-nav .menu-item-has-children .sub-menu li > a {
        border-bottom: none;
    }
    .mega-menu {
        display: none;
    }
    .main-nav .toggle-mobile-menu {
        display: block;
    }
    .main-nav .sub-menu,
    .main-nav .mega-menu {
        background: #fff none repeat scroll 0 0;
        box-shadow: none;
        display: none;
        margin: 0 !important;
        opacity: 1 !important;
        visibility: visible !important;
        position: static !important;
        box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1) !important;
    }
    .main-nav > ul > li > a::before {
        display: none;
    }
    .main-nav > ul > li > a {
        color: #333 !important;
        font-weight: 400 !important;
    }
    .main-nav .toggle-mobile-menu {
        display: block;
    }
    .main-nav {
        position: relative;
        z-index: 9;
        margin: 0;
    }
    .main-nav > ul {
        position: absolute;
        /* right: 0; */
        top: 42px;
        width: 290px;
        z-index: 999;
        background: #fff;
        box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
        transition: all 0.5s ease-out 0s;
        -webkit-transition: all 0.5s ease-out 0s;
        /* transform: translateX(320px);
        -webkit-transform: translateX(320px); */
        right: auto;
        left: 0;
        transform: translateX(-320px);
        -webkit-transform: translateX(-320px);
    }
    .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 {
        border-top: 1px solid #e5e5e5;
        display: block;
        font-size: 20px;
        font-weight: 400;
        height: 40px !important;
        line-height: 40px !important;
        padding: 0 !important;
    }
    .main-nav > ul li:first-child > a {
        border: medium none;
    }
    .main-nav .sub-menu > li {
        padding: 0px !important;
        margin: 0 15px;
    }
    .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 {
        position: absolute;
        right: 0 !important;
        top: 0;
        /* content: "\f107";
        font-family: fontawesome; */
    }
    .main-nav > ul > li .sub-menu::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;
    }
    .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 {
        content: "";
        font-family: fontawesome;
        position: absolute;
        right: 0;
        top: 0;
    }
    .main-nav > ul > li.has-mega-menu > a::after {
        display: none !important;
    }
    .menu-item-preview .preview-image {
        display: none;
    }
}

/*End Menu Responsive*/

/*Begin Rating*/

.product-rate {
    background-image: url("../../../content/images/followus/");
    background-position: 0 -13px;
    background-repeat: repeat-x;
    height: 13px;
    margin-top: 5px;
    transition: all 0.5s ease-out 0s;
    width: 80px;
}

.product-rating {
    background-image: url("../images/icons/rate-star.png");
    background-position: 0 0;
    background-repeat: repeat-x;
    height: 13px;
}

/*End Rating*/

/*Buttun Scoll*/

.scroll-top {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 100px;
    color: #fff;
    display: block;
    height: 40px;
    line-height: 40px;
    position: fixed;
    right: 10px;
    text-align: center;
    width: 40px;
    opacity: 0;
}

.scroll-top.active {
    opacity: 1;
    z-index: 999;
}

/*Begin Product*/

/*Overlay Product*/

.product-thumb-link {
    display: block;
    position: relative;
    overflow: hidden;
}

.product-thumb-link img {
    width: 100%;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

.product-thumb-link::before {
    content: "";
    background: rgba(255, 255, 255, 0.5);
    opacity: 0;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

.product-thumb:hover .product-thumb-link::before {
    opacity: 1;
}

/*Zoom Product*/

.product-thumb:hover .zoom-product img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
}

/*End Product*/

/*Select Box*/

.select-box label {
    font-weight: 400;
    margin: 0 5px;
}

.select-box select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    cursor: pointer;
    height: 36px;
    padding: 0 35px 0 10px;
    position: relative;
    text-align: left;
    text-transform: capitalize;
}

.select-box {
    position: relative;
}

.select-box::after {
    position: absolute;
    top: 10px;
    right: 15px;
    content: "\f107";
    font-family: "fontAwesome";
}

/*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;
}

.wishlist-button a:last-child {
    background: #794925;
}

.popup-icon {
    color: #794925;
    font-size: 30px;
}

.wishlist-alert {
    margin: 10px 0 20px;
}

.product-popup-content {
    padding: 15px 0;
}

.product-popup-content .product-gallery #bx-pager a {
    margin-bottom: 6px;
}

/*Style*/

/*******************************************************************************************************
													Home 1
********************************************************************************************************/

.header.header1 {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}

.menu-ontop,
.header-nav3 {
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.header-phone {
    padding-left: 50px;
    position: relative;
}

.header-phone strong {
    display: block;
}

.header-phone-icon {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 30px;
}

.header-user {
    padding-left: 30px;
    position: relative;
}

.header-user strong {
    padding-top: 15px;
    display: block;
}

.header-user-icon {
    position: absolute;
    top: 0;
    left: -35px;
    font-size: 30px;
}

.header-main {
    padding: 35px 0;
}

.logo.logo1 {
    text-align: center;
}

.mini-cart-icon {
    display: inline-block;
    font-size: 30px;
    margin: 0 10px;
    vertical-align: middle;
}

.mini-cart-number {
    display: inline-block;
    vertical-align: middle;
}

.mini-cart-number strong {
    display: block;
}

.iuser .mini-cart-content {
    width: 160px;
    padding: 15px 10px;
    border: 1px solid #ddd;
}

.iuser .mini-cart-content a {
    padding: 5px 0;
}

.mini-cart-content,
.list-category-dropdown .category-dropdown {
    border: 1px solid #ddd;
    background: #fff none repeat scroll 0 0;
    margin-top: 40px;
    padding: 30px 20px;
    position: absolute;
    right: -20px;
    top: 100%;
    width: 290px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

.mini-cart-box:hover .mini-cart-content,
.list-category-dropdown:hover .category-dropdown {
    opacity: 1;
    visibility: visible;
    margin-top: 10px;
}

.mini-cart-box:hover .mini-cart-content::before {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
}

.mini-cart-box:hover .mini-cart-content::after {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
}

.mini-cart-content::before,
.category-dropdown::before {
    /* border-style: solid;
    border-width: 0 1px 0 1px; */
    bottom: -20px;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: -20px;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

.mini-cart-content::after,
.category-dropdown::after {
    /* border-style: solid;
    border-width: 1px 0 1px 0; */
    bottom: 0;
    content: "";
    left: -20px;
    position: absolute;
    right: -20px;
    top: 0;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

.mini-cart-content > *,
.category-dropdown > * {
    position: relative;
    z-index: 1;
}

.main-nav li.menu-item-has-children:hover > .sub-menu::before {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
}

.main-nav li.menu-item-has-children:hover > .sub-menu::after {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
}

.mini-cart-box {
    position: relative;
    z-index: 8;
}

.list-category-dropdown {
    position: relative;
}

.list-category-dropdown .category-dropdown {
    right: auto;
    left: -20px;
    width: 230px;
    padding: 30px;
}

.list-category-dropdown .link-cat-dropdown {
    color: #999;
    margin: 0 10px;
    display: inline-block;
}

.list-category-dropdown:hover .link-cat-dropdown {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.category-dropdown .list-none li {
    margin-bottom: 12px;
}

.category-dropdown .list-none li:last-child {
    margin: 0;
}

.category-dropdown .list-none li a {
    display: block;
    font-weight: 600;
}

.category-dropdown .list-none li a:hover {
    transform: translateX(15px);
    -webkit-transform: translateX(15px);
}

.list-category-dropdown:hover .category-dropdown::before,
.list-category-dropdown:hover .category-dropdown::after {
    transform: scale(1);
}

.mini-cart-ontop .mini-cart-icon {
    font-size: 22px;
    margin: 0;
}

.mini-cart-ontop .mini-cart-number {
    background: #794925 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    height: 20px;
    line-height: 17px;
    position: absolute;
    right: -35px;
    text-align: center;
    top: 0;
    width: 20px;
}

.meta-link-ontop > li > a {
    font-size: 22px;
}

.meta-link-ontop > li {
    margin: 0 5px;
}

.meta-link-ontop.list-inline-block {
    margin: 2px -15px 0;
}

/* .search-form {
    position: relative;
} */

/* .search-form .submit-form {
    position: relative;
    width: 18px;
} */

/* .search-form .submit-form::after {
    color: #333;
    content: "\f002";
    font-size: 22px;
    position: relative;
    top: 0;
} */

/* .search-ontop .search-form input[type="text"] {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    color: #999;
    height: 40px;
    margin-right: 10px;
    padding: 0 40px 0 15px;
    position: absolute;
    right: -20px;
    top: -10px;
    width: 160px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
} */

/* .header1 .search-form .submit-form::after {
    color: #333;
    content: "\f002";
    font-size: 22px;
    position: relative;
    top: 6px;
    left: 75px;
} */

/* .header1 .search-ontop .search-form input[type="text"] {
    right: -30px;
    top: -3px;
} */

/* .search-ontop .search-form {
    height: 18px;
} */

.list-mini-cart-item {
    margin-top: 20px;
}

.productmini-cat .product-thumb {
    width: 90px;
}

.productmini-cat .product-info {
    padding-left: 20px;
}

.productmini-cat.table {
    margin-bottom: 20px;
}

.product-price ins {
    font-weight: 400;
    text-decoration: none;
}

.product-price > * {
    margin: 0 3px;
}

.product-price {
    margin: 0 -3px;
}

.product-price del {
    color: #999;
    position: relative;
    text-decoration: none;
}

.product-price del::after {
    background: #999 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: 15px;
}

.product-title {
    margin-bottom: 15px;
    text-transform: unset;
}

.lv1 {
    text-transform: uppercase;
}

.all {
    text-transform: uppercase;
}

.shop-button {
    display: inline-block;
    border-radius: 20px;
    font-weight: 600;
    background: #fff;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    position: relative;
}

.shop-button:hover {
    color: #fff;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}

.mini-cart-button {
    margin: 20px 0 0;
}

.header-nav {
    margin-top: 10px;
}

.banner-title.vibes-font {
    font-size: 160px;
    text-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 60px;
}

.banner-button {
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 30px;
    font-weight: 600;
    height: 100px;
    line-height: 100px;
    padding: 0 75px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.3);
}

.banner-button:hover {
    color: #fff;
}

.banner-slider1 .owl-pagination {
    bottom: 60px;
    left: 0;
    position: absolute;
    width: 100%;
}

.main-nav .menu-item-has-children .sub-menu > li > a:hover {
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    background: transparent;
    color: #794925;
}

.title-box .first-letter {
    color: #ebebeb;
    font-size: 160px;
    left: 0;
    position: absolute;
    right: 0;
    top: -30px;
}

.title-box {
    padding-top: 100px;
    position: relative;
    margin-bottom: 70px;
}

.show-product2 .title-box {
    padding-top: 0;
}

.title-box span.color {
    font-size: 22px;
    font-weight: 600;
    left: 0;
    right: 0;
    position: absolute;
    top: 45px;
}

.title-box .title30 {
    margin-bottom: 10px;
    position: relative;
}

.hot-label {
    border-radius: 50%;
    bottom: 5px;
    color: #fff;
    font-family: "db_heaventregular";
    /* letter-spacing: 1px; */
    font-size: 22px;
    height: 70px;
    left: 100%;
    line-height: 70px;
    margin-left: 20px;
    position: absolute;
    text-align: center;
    width: 70px;
}

.hot-label span {
    position: relative;
    z-index: 1;
}

.hot-label::before {
    bottom: 0;
    content: "";
    height: 50%;
    left: 0;
    position: absolute;
    width: 50%;
}

.popular-category {
    background: #fafafa none repeat scroll 0 0;
    padding: 140px 0 150px;
}

.view-collection {
    background: #f7f6f6 none repeat scroll 0 0;
    padding: 140px 0 80px;
}

.popcat-item {
    border: 15px solid #efefef;
    margin: 0 50px;
    padding-top: 65px;
}

.popcat-slider {
    margin: 0 -15px;
}

.underline-title {
    padding-bottom: 20px;
    position: relative;
}

.underline-title::after {
    bottom: 0;
    content: "";
    height: 5px;
    left: 50%;
    margin-left: -70px;
    position: absolute;
    width: 140px;
}

.popcat-item .underline-title {
    margin-bottom: 45px;
}

.popcat-item .popcat-thumb {
    transform: translate(-40px, 15px);
    -webkit-transform: translate(-40px, 15px);
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

.popcat-item:hover .popcat-thumb {
    transform: translate(-80px, 15px);
    -webkit-transform: translate(-80px, 15px);
}

.popcat-item .popcat-thumb img {
    max-width: 135%;
}

.viewall-button {
    font-size: 22px;
}

.viewall-button i {
    margin: 0 15px;
}

.intro-collection > p {
    font-size: 22px;
    margin-bottom: 30px;
}

.intro-collection {
    margin: 0 20px 80px;
}

.item-collection {
    background: #fff none repeat scroll 0 0;
    margin: 0 20px 70px;
    padding: 50px;
}

.item-collection .shop-button {
    padding: 10px 40px;
}

.list-collection {
    margin: 0 -20px;
}

.banner-collection {
    margin: 0 20px;
}

.item-collection .banner-adv {
    margin-bottom: 47px;
}

.banner-adv .shop-button {
    padding: 10px 40px;
}

.item-collection h2.vibes-font {
    margin: 35px 0 30px;
}

.show-product .title-box {
    margin-bottom: 45px;
}

.tab-title .shop-button {
    padding: 10px 35px;
    position: relative;
}

.tab-title li {
    margin: 0 3px;
}

.tab-title li.active .shop-button::before,
.product-title .shop-button::before {
    position: absolute;
    top: 15px;
    left: 15px;
    content: "";
    background: #fff;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

.tab-title li.active .shop-button {
    color: #fff;
}

.item-product-gallery {
    margin: 0 15px;
}

.product-slider {
    margin: 0 -15px;
}

.product-title .shop-button {
    border-color: #e5e5e5;
    box-shadow: none;
    color: #333;
    display: block;
    padding-left: 60px;
    background: #fff;
}

.product-title .shop-button:hover {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    padding-left: 35px;
}

.item-product-gallery .product-title {
    margin-bottom: 20px;
    margin-left: -60px;
    margin-top: 30px;
    line-height: inherit;
}

#blogview .item-product-gallery .product-title {
    margin: 0;
    line-height: inherit;
}

#blogview .item-product-gallery .price ins {
    color: #794925;
    font-weight: 400;
    text-decoration: none !important;
}

#blogview .widget-category a {
    color: #333333;
}

.item-product-gallery .product-rate {
    margin-bottom: 15px;
}

.show-product2 .product-price .cart {
    display: inline-block;
    line-height: 40px;
    margin: 0 10px 0 16px;
    text-align: center;
}

.show-product2 .product-price .cart input {
    position: relative;
    top: 8px;
}

.product-price .sale-label {
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    margin: 0 10px;
    text-align: center;
    width: 40px;
}

.product-price .sale-label sup {
    font-size: 14px;
    font-weight: 400;
}

.item-product-gallery .desc {
    margin: 7px 0 0px;
}

.product-extra-link > a {
    border: 1px solid #ececec;
    border-radius: 50%;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
    color: #999;
    display: inline-block;
    height: 40px;
    line-height: 38px;
    margin: 0 5px;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 40px;
}

.product-extra-link > a > span {
    background: #efefef none repeat scroll 0 0;
    border-radius: 13px;
    color: #555;
    font-size: 16px;
    height: 25px;
    left: 0;
    line-height: 25px;
    /* margin-left: -32px; */
    margin-top: 50px;
    position: absolute;
    text-align: center;
    top: 100%;
    width: 100px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

.product-extra-link > a:hover {
    box-shadow: rgba(0, 0, 0, 0.3);
}

.product-extra-link > a.addcart-link:hover {
    color: #fff;
}

.product-extra-link > a:hover > span {
    opacity: 1;
    visibility: visible;
    margin-top: 20px;
}

.product-extra-link {
    margin: 0 -5px;
}

.product-extra-link > a > span::after {
    background: #efefef none repeat scroll 0 0;
    bottom: 100%;
    content: "";
    height: 0px;
    left: 50%;
    position: absolute;
    width: 1px;
    transition: all 1s ease-out 0.5s;
    -webkit-transition: all 0.3s ease-out 0.5s;
}

.product-extra-link > a:hover > span::after {
    height: 25px;
}

.thumb-gallery {
    left: 20px;
    position: absolute;
    top: 20px;
    width: 30px;
}

.product-thumb {
    overflow: hidden;
    position: relative;
}

.thumb-gallery a {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    display: block;
    position: relative;
    margin-bottom: 10px;
    transform: translateX(-100px) rotate(-360deg);
    -webkit-transform: translateX(-100px) rotate(-360deg);
}

.thumb-gallery a:hover {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}

.product-thumb-gallery:hover .thumb-gallery a {
    transform: translateX(0px) rotate(0);
    -webkit-transform: translateX(0px) rotate(0);
}

.product-thumb > .quickview-link {
    border-radius: 50%;
    bottom: 0;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
    color: #fff;
    height: 40px;
    left: 0;
    line-height: 40px;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 40px;
    opacity: 0;
    z-index: 10;
    transform: translateX(100px) rotate(-360deg) scale(0);
    -webkit-transform: translateX(100px) rotate(-360deg) scale(0);
}

.product-thumb:hover > .quickview-link {
    transform: translateX(0px) rotate(0) scale(1);
    -webkit-transform: translateX(0px) rotate(0) scale(1);
    opacity: 1;
}

.item-product-gallery .item-product {
    margin-bottom: 50px;
}

#blogview .owl-theme .owl-controls .owl-buttons div {
    margin-top: -115px;
}

.product-slider .owl-theme .owl-controls .owl-buttons div {
    opacity: 1;
}

.product-slider .owl-theme .owl-controls .owl-buttons {
    position: absolute;
    width: 80px;
    right: 20px;
    top: -50px;
}

#blogview .product-slider .owl-theme .owl-controls .owl-buttons {
    position: absolute;
    width: 80px;
    right: 20px;
    top: 55px;
}

.item-client {
    margin: 0 50px;
    text-align: center;
    background: #fff;
    padding: 30px 50px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

.client-thumb {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 50%;
    margin: -100px auto 0;
    padding: 10px;
    width: 130px;
}

.item-client.slick-active {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}

.item-client.slick-active .client-thumb {
    background: #fff;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

.item-client.slick-active .client-thumb:hover {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}

.client-thumb a {
    display: block;
}

.client-thumb a img {
    border-radius: 50%;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

.client-thumb a:hover img {
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
}

.item-client .desc {
    border-bottom: 1px solid #e5e5e5;
    color: #999;
    margin-bottom: 27px;
    padding-bottom: 22px;
    position: relative;
    padding-top: 65px;
    margin-top: 25px;
    background: transparent url("../images/icons/icon-quote.png") no-repeat center top;
}

.item-client.slick-active .desc {
    border-color: #fff;
    color: #fff;
    background: transparent url("../images/icons/icon-quote-active.png") no-repeat center top;
}

.item-client.slick-active .client-name > a {
    color: #fff;
}

.client-name > a {
    color: #555;
}

.client-slider .slick-list {
    margin-top: -100px;
    padding-top: 100px !important;
    padding-bottom: 50px !important;
    margin-bottom: -50px;
}

.client-slider {
    margin-top: 45px;
}

.slick-arrow {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    font-size: 22px;
    height: 40px;
    position: absolute;
    top: 50%;
    width: 40px;
    z-index: 9;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

.slick-arrow:hover {
    color: #fff;
}

.client-slider .slick-prev {
    left: 320px;
}

.client-slider .slick-next {
    right: 320px;
}

.latest-news {
    background: #f7f6f6 none repeat scroll 0 0;
    padding: 140px 0 150px;
}

.latest-news-intro {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 100px;
    max-width: 410px;
    position: relative;
}

.latest-news-intro::after {
    bottom: -30px;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    width: 200px;
}

.item-post-format {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

.item-post-format:hover {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}

.post-format {
    margin-bottom: 13px;
    text-transform: uppercase;
}

.post-format span {
    background: #794925 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 20px;
    margin: 0 5px;
    text-align: center;
    width: 20px;
}

.item-post-format .post-info {
    padding: 30px 0;
}

.post-format > a {
    color: #999;
}

.post-comment-date {
    border-top: 1px solid #e5e5e5;
    margin-top: 27px;
    padding: 30px 20px 0;
}

.post-comment-date span {
    color: #999;
    display: block;
    font-size: 16px;
    margin-top: 2px;
}

.list-post-left {
    margin: 40px 0 90px;
}

.our-services {
    padding: 150px 0;
}

.item-service {
    position: relative;
    text-align: center;
    padding: 0 70px;
    margin: 0 -15px;
}

.list-our-service {
    padding: 0 15px;
    max-width: 1000px;
    margin: auto;
}

.service-icon > a {
    color: #fff;
    display: block;
    font-size: 60px;
    position: relative;
    z-index: 1;
}

.service-icon {
    background: #794925 none repeat scroll 0 0;
    border-radius: 50%;
    height: 110px;
    line-height: 110px;
    margin: auto;
    position: relative;
    text-align: center;
    width: 110px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

.item-service .service-info {
    margin-top: 27px;
}

.item-service .service-info .title14 {
    margin-bottom: 17px;
}

.item-service .service-info .desc {
    margin-bottom: 32px;
}

.service-icon::after {
    position: absolute;
    width: 50%;
    height: 50%;
    right: 0;
    bottom: 0;
    content: "";
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

.item-service.bottom-right {
    padding-bottom: 50px;
}

.item-service.bottom-left {
    padding-bottom: 50px;
}

.item-service.top-right {
    padding-top: 50px;
}

.item-service.top-left {
    padding-top: 50px;
}

.item-service.bottom-right::before {
    background: #ededed none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 70px;
    position: absolute;
    right: 0;
}

.item-service.bottom-right::after {
    border-top: 70px solid transparent;
    bottom: 0;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    width: 0;
    z-index: 9;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

.item-service.bottom-left::before {
    background: #ededed none repeat scroll 0 0;
    left: -1px;
    content: "";
    width: 1px;
    top: 40px;
    position: absolute;
    bottom: 0;
}

.item-service.bottom-left::after {
    border-top: 70px solid transparent;
    bottom: 0;
    content: "";
    height: 0;
    position: absolute;
    left: 0;
    width: 0;
    z-index: 9;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

.item-service.top-right::before {
    background: #ededed none repeat scroll 0 0;
    right: 0;
    content: "";
    width: 1px;
    top: 0px;
    position: absolute;
    bottom: 40px;
}

.item-service.top-right::after {
    border-bottom: 70px solid transparent;
    top: 0;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    width: 0;
    z-index: 9;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

.item-service.top-left::before {
    background: #ededed none repeat scroll 0 0;
    left: 0;
    content: "";
    height: 1px;
    top: -1px;
    position: absolute;
    right: 70px;
}

.item-service.top-left::after {
    border-bottom: 70px solid transparent;
    top: 0;
    content: "";
    height: 0;
    position: absolute;
    left: 0;
    width: 0;
    z-index: 9;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

.email-intro .title18 {
    margin-bottom: 17px;
}

.newsletter-form > form {
    background: #fff none repeat scroll 0 0;
    border-radius: 30px;
    padding: 14px 35px;
    position: relative;
}

.newsletter-form > form input[type="text"] {
    border: medium none;
    color: #999;
    height: 30px;
    width: 100%;
    font-size: 22px;
}

.submit-form {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
}

.submit-form input[type="submit"] {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9;
}

.submit-form::after {
    content: "";
    font-family: fontawesome;
    font-size: 30px;
    left: 0;
    position: absolute;
    top: 13px;
}

.social-footer a {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    font-size: 30px;
    height: 50px;
    line-height: 55px;
    margin: 0 3px;
    text-align: center;
    width: 50px;
}

.social-footer {
    margin: 0 -3px;
    padding-top: 5px;
}

.social-footer a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    color: #fff;
}

.email-intro {
    /* padding-right: 30px; */
}

.footer-box .title18 {
    font-weight: bold;
    margin-bottom: 25px;
}

.list-instagram a {
    border: 5px solid transparent;
    display: block;
    float: left;
    margin: 0;
    width: 80px;
}

.list-instagram {
    margin: -5px;
    max-width: 340px;
}

.menu-footer .list-none li {
    margin-bottom: 10px;
}

.menu-footer .list-none li a {
    display: block;
}

.menu-footer .list-none li a:hover {
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
}

.contact-footer > p {
    margin-bottom: 20px;
    padding-left: 40px;
    position: relative;
}

.contact-footer .contact-address {
    line-height: 24px;
    margin-top: -3px;
    max-width: 100%;
}

.contact-footer > p .fa {
    font-family: fontawesome;
    font-size: 30px;
    left: 0;
    position: absolute;
    top: 0;
}

.payment-method {
    margin: 0 -6px;
}

.payment-method > a {
    margin: 0 6px;
}

.nav-footer.list-inline-block {
    display: inline-block;
    padding-top: 10px;
    vertical-align: top;
}

.nav-footer li a {
    color: #fff;
    text-transform: uppercase;
}

.nav-footer li {
    margin: 0 10px;
}

.scroll-top:hover {
    box-shadow: 0 0 20px #fff inset;
}

/* .main-nav.main-nav1 {
    display: inline-block;
} */

.mega-menu-thumb {
    margin: 1px 1px 1px -60px;
}

.main-nav .has-mega-menu .mega-menu {
    padding: 20px 20px 0 20px;
}

.mega-menu-box {
    margin-top: 0;
}

.mega-menu-box .title14 {
    margin-bottom: 21px;
    font-size: 22px;
}

.mega-menu-box .list-none li {
    margin-bottom: 17px;
}

.mega-menu-box .list-none li a {
    display: block;
    font-size: 22px;
}

.mega-menu-box .list-none li a:hover {
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
}

.product-thumb-gallery .product-thumb-link::before {
    display: none;
}

/********************************************************************************************
									Product Shop							
*********************************************************************************************/

.filter-color li a {
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    display: block;
    height: 36px;
    padding: 5px;
    position: relative;
    width: 36px;
}

.filter-color li span {
    border-radius: 50%;
    bottom: 0;
    display: block;
    height: 30px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
}

.top-header {
    padding: 10px 0;
}

.header-top-menu li a {
    color: #fff;
}

.header-top-menu li {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0 10px;
}

.header-top-menu.list-inline-block {
    margin: 0 -10px;
}

.header-top-menu li:last-child {
    border: medium none;
}

.header-general {
    padding: 13px 0 13px;
}

.main-nav.main-nav-pages {
    margin: 15px 0 0;
}

.meta-link-ontop.meta-link-pages {
    margin: 20px 0 0 0;
}

.header-contact-link li a.select {
    font-weight: 600;
    color: #794925;
}

.header-contact-link li a .fa {
    margin-right: 5px;
    font-size: 22px;
}

.banner-shop-slider .owl-pagination {
    bottom: 180px;
    left: 0;
    position: absolute;
    width: 100%;
}

.banner-shop-slider .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 10px;
}

.banner-shop-slider .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 10px;
}

.bread-crumb {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    padding: 19px 0;
}

.bread-crumb a::after {
    content: "/";
    margin: 0 5px;
}

.sidebar-shop.sidebar-left {
    /* border-right: 5px solid #e5e5e5; */
    padding-right: 10px;
    padding-top: 13px;
}

.sidebar-shop.sidebar-right {
    /* border-left: 5px solid #e5e5e5; */
    padding-left: 20px;
    padding-top: 13px;
}

.sort-pagi-bar {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
    padding: 20px 0;
}

.sort-pagi-bar .title18 {
    text-transform: unset;
}

.view-type {
    display: inline-block;
    margin: 0 25px;
}

.sort-bar {
    display: inline-block;
}

.view-type > a {
    color: #ebebeb;
    display: inline-block;
    font-size: 22px;
    height: 36px;
    line-height: 36px;
    margin: 0 5px;
}

.view-type > a.active {
    color: #555;
}

.sort-pagi-bar .title18 {
    margin-top: 0;
}

.info-product-hover-dir {
    padding: 30px;
}

.inner-product-hover-dir {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    height: 100%;
    position: relative;
    text-align: center;
}

.content-product-hover-dir {
    bottom: 0;
    height: 140px;
    left: 0 !important;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0 !important;
    width: 180px;
}

.content-product-hover-dir .quickview-link {
    background: #fff none repeat scroll 0 0;
    border-radius: 20px;
    display: block;
    font-size: 22px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.content-product-hover-dir .quickview-link:hover {
    color: #fff;
}

.content-product-hover-dir .quickview-link .fa {
    margin-left: 15px;
}

.product-total-sale {
    display: block;
    margin: 20px 0;
}

.item-product-grid .product-thumb {
    margin-bottom: 20px;
}

.item-product-grid {
    margin-bottom: 30px;
}

.item-product-grid .product-rate {
    margin: 10px 0;
}

.product-new-label {
    background: #fff none repeat scroll 0 0;
    border: 1px dashed #46d47f;
    border-radius: 50%;
    color: #46d47f;
    display: block;
    height: 40px;
    left: 20px;
    line-height: 38px;
    position: absolute;
    text-align: center;
    top: 20px;
    width: 40px;
    z-index: 10;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

.pagi-nav-bar {
    padding: 15px;
}

.content-grid-sidebar {
    margin-bottom: 10px;
}

a.btn-circle {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    font-size: 22px;
    height: 40px;
    top: 50%;
    width: 40px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
}

a.btn-circle:hover {
    color: #fff;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}

.pagi-nav-bar .inline-block {
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    border: 1px solid transparent;
    background: transparent;
    font-weight: 600;
    border-radius: 50%;
}

.pagi-nav-bar .inline-block.current-page,
.pagi-nav-bar .inline-block:hover {
    background: #fff;
}

#pages .current-page a {
    padding: 10px 18px;
}

.pagi-nav-bar .btn-circle {
    margin: 0 15px;
}

.widget-product-cat .widget-content .has-sub-cat > ul {
    display: none;
    padding: 10px 0 0;
}

.widget-product-cat .widget-content .has-sub-cat > ul a {
    color: #999;
}

.range-filter #slider-range {
    border: medium none;
    border-radius: 0;
    height: 4px;
    margin: 5px 0 30px;
}

.range-filter #slider-range .ui-slider-handle.ui-state-default.ui-corner-all {
    border: medium none;
    border-radius: 4px;
    cursor: pointer;
    height: 16px;
    margin: 0 -8px;
    top: -6px;
    width: 16px;
}

.range-filter {
    margin-top: 30px;
}

.range-filter .btn-filter {
    border: medium none;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    height: 30px;
    padding: 0 13px;
    text-transform: uppercase;
    transition: all 0.5s ease-out 0s;
}

.range-filter #amount {
    display: inline-block;
    margin-right: 6px;
    vertical-align: top;
}

.range-filter #amount > .number {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    color: #555;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 13px;
    width: 60px;
}

.range-filter #amount > .separate {
    margin: 0 5px;
}

.filter-defaults li {
    margin-bottom: 10px;
}

.filter-defaults li:last-child {
    margin-bottom: 0;
}

.filter-default li {
    margin-bottom: 10px;
}

.filter-default li:last-child {
    margin-bottom: 0;
}

.filter-default a {
    color: #333;
    /* padding-left: 30px; */
    position: relative;
}

.filter-default > li > a::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #e5e5e5;
    font-family: fontawesome;
    /* content: ""; */
    line-height: 18px;
    border-radius: 50%;
    text-align: center;
}

.filter-default > li > a.active::before {
    /* content: "\f058"; */
}

.filter-default a span {
    color: #999;
}

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

.widget-title {
    cursor: pointer;
    padding: 26px 0;
    position: relative;
}

.widget-title::after {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    content: "";
    font-family: fontawesome;
    height: 30px;
    line-height: 28px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 19px;
    width: 30px;
}

.widget-title.active::after {
    content: "\f106";
}

.widget-content {
    display: none;
    margin-bottom: 20px;
}

.widget-content .mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 0;
}

.widget-content .mCustomScrollBox > .mCSB_scrollTools {
    border-radius: 5px;
    opacity: 1;
    width: 10px;
    right: 0px;
}

.widget-content .mCSB_scrollTools .mCSB_draggerRail {
    width: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) inset;
    background: #fff none repeat scroll 0 0;
}

.widget-content .mCSB_scrollTools .mCSB_dragger {
    background: #ff9488;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) inset;
}

.widget-content.custom-scroll {
    padding-right: 10px;
}

.widget-content .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: transparent;
}

.widget-filter-color .widget-content {
    height: 185px;
}

.filter-color > li {
    margin: 0 2px 8px 0;
}

.filter-default .product-rate {
    display: inline-block;
    margin: 0;
}

.item-product-list {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
}

.item-product-list:last-child {
    border: none;
}

.item-product-list .product-info {
    padding-right: 15px;
    padding-top: 28px;
}

.item-product-list .product-title {
    margin-bottom: 12px;
}

.item-product-list .product-price {
    margin: 10px -3px 20px;
}

.item-product-list::after {
    background: #e5e5e5 none repeat scroll 0 0;
    bottom: 30px;
    content: "";
    left: 66.66%;
    margin-left: -8px;
    position: absolute;
    top: 0;
    width: 1px;
}

.product-more-info {
    padding-top: 28px;
}

.product-more-info .title14 {
    color: #555;
    margin-bottom: 17px;
    text-transform: capitalize;
}

.product-more-info .list-none li {
    margin-top: 5px;
}

.product-more-info .list-none li a {
    padding-left: 15px;
    position: relative;
}

.product-more-info .list-none li a::before {
    background: #000 none repeat scroll 0 0;
    border-radius: 5px;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    top: 7px;
    width: 5px;
}

.content-list-sidebar {
    margin-bottom: 20px;
}

.banner-slider.banner-shop-slider {
    margin-bottom: -1px;
}

/**********************************************************************************************************
										Product Details			
**********************************************************************************************************/

.detail-product {
    margin-top: 35px;
}

.wrap-detail-gallery {
    position: relative;
}

.gallery-control {
    left: 0;
    position: absolute;
    top: 0;
    width: 125px;
}

.gallery-control .carousel li {
    margin-bottom: 10px;
    display: inline-block;
}

.gallery-control .carousel li a {
    display: block;
}

.detail-product {
    margin-top: 35px;
}

.title-tab-gal-detail .list-inline-block a {
    display: block;
    position: relative;
    width: 70px;
}

.title-tab-gal-detail .list-inline-block {
    margin: 0 -3px;
}

.title-tab-gal-detail .list-inline-block li {
    margin: 0 3px;
}

.title-tab-gal-detail .list-inline-block li.active a::after {
    border-radius: 50%;
    bottom: -10px;
    color: #fff;
    content: "";
    font-family: fontawesome;
    height: 20px;
    left: 50%;
    line-height: 20px;
    margin-left: -10px;
    position: absolute;
    text-align: center;
    width: 20px;
}

.detail-info {
    color: #555;
    margin-left: 30px;
}

.title-product-detail {
    margin: 5px 0 15px;
    font-weight: bold;
    /* text-transform: uppercase; */
    text-align: left !important;
}

.product-name {
    /* text-transform: uppercase; */
}

.modal-body {
    text-transform: uppercase;
}

.product-rate.rate-counter {
    margin-right: 30px;
    position: relative;
}

.product-rate.rate-counter span {
    color: #999;
    left: 100%;
    margin-left: 5px;
    position: absolute;
    top: -2px;
    width: 100px;
}

.add-review {
    border-left: 1px solid #555;
    margin-left: 4px;
    padding-left: 10px;
}

.list-inline-block.review-rating {
    margin-bottom: 6px;
}

.detail-info .product-more-info {
    padding-top: 0px;
}

.title-tab-gal-detail {
    margin: 18px 0 23px;
}

.color-gal-tab {
    margin-bottom: 10px;
}

.detail-attr-size .list-inline-block a {
    border: 1px dotted #555;
    border-radius: 50%;
    display: block;
    height: 40px;
    line-height: 38px;
    margin: 0 3px;
    text-align: center;
    text-transform: uppercase;
    width: 40px;
}

.detail-attr-size .list-inline-block {
    margin: 0 -3px;
}

.detail-attr-size {
    margin-bottom: 30px;
}

.detail-attr-size label {
    margin-bottom: 15px;
}

.detail-gallery .mid {
    position: relative;
    overflow: hidden;
}

/* .detail-gallery .mid::after {
    bottom: 10px;
    color: #555;
    content: "";
    font-family: fontawesome;
    font-size: 30px;
    position: absolute;
    right: 35px;
} */

.detail-social {
    margin: 30px 0 0;
    text-align: center;
}

.detail-social a {
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 22px;
    margin: 0 3px;
    text-align: center;
    /* width: 40px; */
    line-height: 40px;
}

.detail-social a:hover {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.detail-social a.share-face {
    background: #4f649f none repeat scroll 0 0;
}

.detail-social a.share-twit {
    background: #58c5e5 none repeat scroll 0 0;
}

.detail-social a.share-pint {
    background: #e10419 none repeat scroll 0 0;
}

.detail-gallery .tab-pane {
    display: block !important;
    left: 0;
    opacity: 0;
    top: 0;
    width: 100%;
    position: absolute;
}

.detail-gallery .tab-pane.active {
    opacity: 1;
    position: relative;
}

.show-product2 .info-qty {
    padding: 0;
    font-weight: 600;
}

.show-product2 .info-qtys {
    padding: 0;
    font-weight: 600;
}

.show-product2 .info-qty button {
    font-weight: 600;
    color: #fff;
    background-color: #ccc;
}

.show-product2 .info-qty button:hover {
    background-color: #bbb;
}

.detail-qty {
    display: inline-block;
    font-weight: 600;
    height: 60px;
    line-height: 60px;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 140px;
}

.detail-qtys {
    width: 140px;
}

.qty-down {
    right: 30px;
}

.show-product2 .qty-down {
    right: 30px;
}

.qty-up {
    left: 30px;
}

.qty-val {
    margin: 0 3px;
    padding: 5px 14px;
    font-size: 20px;
    line-height: 1.42857143;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #fff;
}

.addcart-link.add-cart-detail {
    background: #555 none repeat scroll 0 0;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    height: 35px;
    line-height: 31px;
    margin: 0 3px;
    padding: 0 40px;
}

.detail-info .product-extra-link {
    margin-top: 30px;
}

.detail-extra {
    border-top: 1px solid #e5e5e5;
    margin-top: 30px;
    padding-top: 20px;
}

.product-code span {
    color: #999;
}

.avail-instock {
    color: #00b900;
    font-weight: 400;
}

.avail-outstock {
    color: #ff0000;
    font-weight: 400;
}

.tags-detail a {
    color: #999;
}

.detail-extra .desc {
    margin-bottom: 3px;
}

.tabs-detail {
    margin-top: 40px;
}

.title-tab-detail li {
    margin: 0 5px;
}

.title-tab-detail li a {
    color: #999;
    display: block;
    font-weight: 600;
    padding: 15px 20px;
    position: relative;
}

.title-tab-detail li a::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

.title-tab-detail li.active a::after {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
}

.title-tab-detail li.active a {
    color: #555;
}

.title-tab-detail {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
}

.tabs-detail .tab-content {
    margin: auto;
    max-width: 750px;
}

.tabs-detail .tab-content .desc p img {
    width: 100% !important;
    height: 100% !important;
}

.desc-left {
    color: #999;
    font-style: italic;
    line-height: 24px;
    margin-bottom: 17px;
    padding-left: 70px;
    position: relative;
}

.detail-descript .desc {
    margin-bottom: 30px;
}

.desc-left::before {
    color: #666;
    content: "";
    font-family: fontawesome;
    font-size: 30px;
    left: 0;
    position: absolute;
    top: 10px;
}

.related-product {
    margin-top: 90px;
}

.related-product .title14 {
    border-bottom: 1px solid #e5e5e5;
    color: #555;
    margin-bottom: 30px;
    padding-bottom: 18px;
    text-transform: capitalize;
}

.product-related-slider {
    margin: 0 -15px;
}

.product-related-slider .item-product {
    margin: 0 15px;
}

.detail-external-link .detail-info .product-more-info {
    margin-bottom: 30px;
}

.detail-addition .product-more-info {
    padding: 0 0 15px;
}

.detail-addition .table-striped > tbody > tr:nth-of-type(2n + 1) {
    background-color: #fff;
}

.detail-addition .table-striped > tbody > tr:nth-of-type(2n) {
    background-color: #fafafa;
}

.detail-addition .table td {
    padding: 5px 20px;
}

.list-detail-group {
    display: table;
    margin-bottom: 10px;
    width: 100%;
}

.list-detail-group li {
    border-right: 1px solid #e5e5e5;
    display: table-cell;
    padding: 10px 20px;
    vertical-align: middle;
}

.list-detail-group .product-price,
.list-detail-group .product-title {
    margin: 0;
}

.content-tags-detail .title14 {
    margin: 0 0 18px;
    text-transform: inherit;
}

.list-none.list-tags-review li {
    display: table;
    margin-bottom: 20px;
    width: 100%;
}

.list-none.list-tags-review li > .review-author {
    width: 100px;
}

.list-none.list-tags-review li > div {
    display: table-cell;
    vertical-align: top;
}

.list-none.list-tags-review li > .review-author a {
    border-radius: 50%;
    display: block;
    overflow: hidden;
    width: 70px;
}

.list-none.list-tags-review li > .review-author a img {
    border-radius: 50%;
}

.list-none.list-tags-review li > .review-info {
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    padding: 20px;
    position: relative;
}

.review-header {
    color: #999;
}

.review-info .product-rate {
    position: absolute;
    right: 20px;
    top: 20px;
}

.review-form > div {
    margin-bottom: 10px;
    min-height: 40px;
    padding-left: 105px;
    position: relative;
}

.review-form > div > label {
    font-weight: 400;
    height: 40px;
    left: 0;
    line-height: 40px;
    position: absolute;
    top: 0;
}

.review-form > div > input[type="text"] {
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    height: 40px;
    max-width: 400px;
    padding: 0 15px;
    width: 100%;
}

.review-form > div > .product-rate {
    transform: translateY(15px);
    -webkit-transform: translateY(15px);
}

.review-form > div > textarea {
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    max-height: 120px;
    padding: 10px 15px;
    width: 100%;
}

.review-form > div > input[type="submit"] {
    border: medium none;
    margin-top: 10px;
    padding: 0 30px;
    text-transform: uppercase;
    height: 40px;
    font-weight: 600;
    background: #555555;
    color: #fff;
}

.review-form {
    margin-top: 23px;
}

.content-tags-detail {
    padding-top: 5px;
}

.list-detail-group li:first-child {
    padding: 0;
    width: 140px;
}

.list-detail-group li:last-child {
    border: medium none;
}

.detail-group {
    margin: 45px 0 20px;
}

/***************************************************************************************************
											Blog
***************************************************************************************************/

.item-post-format.item-blog-full {
    box-shadow: none;
    margin: 0 -10px 200px;
    position: relative;
}

.item-post-format.item-blog-full .post-info {
    background: #fff none repeat scroll 0 0;
    bottom: -100px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    left: 50px;
    padding: 30px 50px 20px;
    position: absolute;
    right: 50px;
}

.list-blog-full {
    margin-top: 50px;
    /* padding: 0 10px; */
}

.loadmore .shop-button {
    padding: 10px 38px;
}

.item-post-format.item-blog-full .post-comment-date {
    padding: 30px 80px 0px;
}

#blog .item-post-format.item-blog-full .post-comment-date {
    padding: 30px 0px 0px;
}

.post-info-hidden {
    margin: 20px 0 5px;
}

.policy_contact a {
    color: #794925;
}

.policy_contact a:hover {
    color: #603a1d;
}

.btn-dashed {
    border-radius: 20px;
    margin-top: 15px;
    display: inline-block;
    font-size: 22px;
    height: 40px;
    line-height: 38px;
    padding: 0 30px;
}

.btn-dashed:hover {
    color: #fff;
}

.btn-dashed .fa {
    margin-left: 10px;
}

.post-info-hidden .desc {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.content-blog-sidebar .item-post-format {
    margin-bottom: 30px;
}

.content-blog-sidebar {
    margin-bottom: 20px;
    padding-top: 50px;
}

.post-thumb-link {
    display: block;
    overflow: hidden;
}

.post-thumb-link img {
    width: 100%;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

.post-thumb:hover .post-thumb-link img {
    transform: scale(1.15) rotate(5deg);
    -webkit-transform: scale(1.15) rotate(5deg);
}

.item-recent-post.table {
    margin-bottom: 20px;
}

.item-recent-post .post-thumb {
    width: 80px;
}

.item-recent-post .post-info {
    padding-left: 20px;
}

.item-recent-post .post-info .product-title {
    margin: 7px 0 12px;
}

.post-date-time {
    color: #999;
}

.widget-post-tags .list-inline-block a:hover {
    color: #fff;
}

.widget-post-tags .list-inline-block a {
    background: #f9f9f9 none repeat scroll 0 0;
    border-radius: 18px;
    color: #333;
    display: block;
    padding: 8px 25px;
}

.widget-post-tags .list-inline-block li {
    margin: 0 1px 6px;
}

.single-intro .title30 {
    color: #555;
    margin: 0 0 16px;
    text-transform: inherit;
}

/* .content-pages {
    padding-bottom: 50px;
} */

.content-pages.single-content {
    padding-top: 35px;
}

#login .content-page {
    padding: 50px 0;
}

#login .title-shop-page {
    margin: 0 0 35px;
    text-align: center;
    text-transform: uppercase;
}

#login .title-form-account {
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #000;
}

#login .register-content-box .form-my-account label {
    margin-bottom: 10px;
}

#login .register-content-box .form-my-account .block-register label {
    margin-bottom: 0;
}

#login .form-my-account label {
    color: #555;
    font-weight: 400;
    margin: 0 0 5px 0;
}

#login .form-my-account span.required {
    color: #ff0000;
}

#login a.login-to-register {
    position: static;
    margin-bottom: 10px;
    color: #794925;
    cursor: pointer;
}

#login a.login-to-register:hover {
    background-color: #794925;
    color: #fff;
}

#login .form-my-account .create-account a {
    position: static;
}

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

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

#login .text-left {
    text-align: left;
}

#login .text-right {
    text-align: right;
}

#login .form-my-account input[type="checkbox"] {
    display: none;
}

#login .form-my-account input[type="submit"] {
    background: #794925;
}

#login .box-col2 label {
    width: 47.5%;
}

#login .box-col2 label:first-child {
    margin-right: 1%;
}

#login .box-col2 input[type="text"] {
    width: 47.5%;
}

#login .box-col2 input[type="text"]:first-child {
    margin-right: 5%;
}

#login .box-col2 input[type="password"] {
    width: 47.5%;
}

#login .box-col2 input[type="password"]:first-child {
    margin-right: 1%;
}

#login .register-form p {
    margin-bottom: 5px;
}

#login .register-form label {
    margin-bottom: 0;
}

#login .box-col3 input {
    width: 31.5%;
    margin-right: -2px;
}

#login .box-col3 select {
    width: 31.5%;
    margin-right: -2px;
}

#login .box-col3 label {
    width: 31.5%;
    margin-right: -2px;
}

.single-post-info .desc {
    margin-bottom: 7px;
}

.single-post-info .desc a {
    color: #999;
    margin: 0 5px;
}

.single-post-info .post-comment-date span {
    display: inline-block;
    font-size: 20px;
    margin: 0 10px;
}

.single-post-info .post-comment-date {
    border: medium none;
    margin: 0;
    padding: 0;
}

.single-post-info .post-comment-date .post-date {
    margin: 9px 0;
}

.single-text-intro {
    color: #999;
    font-weight: 600;
    line-height: 25px;
    padding-left: 20px;
}

.single-intro {
    margin-bottom: 45px;
}

.single-content .banner-adv {
    margin-bottom: 50px;
}

.desc.desc-margin {
    margin-left: 20px;
}

.blockquote {
    border-radius: 10px;
    font-size: 22px;
    font-style: italic;
    font-weight: 100;
    line-height: 30px;
    margin: 50px auto;
    max-width: 900px;
    padding: 47px 60px;
    position: relative;
}

.blockquote::after {
    bottom: 30px;
    content: "";
    left: 0;
    position: absolute;
    top: 30px;
    width: 10px;
}

.single-tags {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    margin: 50px 0;
    padding: 14px 0;
}

.single-tags label {
    color: #555;
    margin: 0;
}

.single-tags a {
    color: #999;
    margin: 0 8px;
}

.control-post {
    border: 1px solid #e5e5e5;
    margin: 45px 0;
    padding: 25px 15px;
    position: relative;
}

.control-post::after {
    background: #e5e5e5 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    top: 0;
    width: 1px;
}

.control-post .prev-post,
.control-post .next-post {
    color: #999;
    text-transform: uppercase;
}

.control-post .post-title {
    font-size: 20px;
    margin: 10px 0 0;
}

.related-post-slider .item-post-format {
    margin: 0 15px 30px;
}

.related-post-slider {
    margin: 28px -15px -30px;
}

.related-post-slider .post-comment-date {
    padding: 30px 30px 0;
}

.related-post-slider .owl-buttons {
    position: absolute;
    right: 15px;
    top: -40px;
    width: 80px;
}

.related-post-slider .owl-controls .owl-buttons > div {
    opacity: 1;
}

/*********************************************************************************************
											Home 2
**********************************************************************************************/

.social-email.social-email2 {
    background: rgba(0, 0, 0, 0) url("../images/home/home2/email-prl.jpg") no-repeat fixed center center;
}

.social-email.social-email2 .email-intro .desc {
    color: #fff;
}

.banner-slider.banner-slider2 {
    margin-bottom: 50px;
}

.banner-slider.banner-slider2 .owl-pagination {
    bottom: 60px;
    left: 0;
    position: absolute;
    width: 100%;
}

.header2.header-general {
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 9;
    background: #fff;
}

.item-adv2 {
    text-align: center;
}

.list-adv2 {
    margin: 0 10px 110px;
}

.list-adv2 .item-adv2 {
    margin: 0 -10px;
}

.item-adv2 .underline-title {
    font-weight: 400;
}

.item-adv2 .underline-title::after {
    margin-left: -50px;
    width: 100px;
}

.item-adv2 .banner-adv {
    margin-bottom: 27px;
}

.item-adv2 .desc {
    margin: 20px auto 23px;
    max-width: 400px;
}

.shopnow.fa-icon {
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 30px;
    height: 60px;
    line-height: 60px;
    width: 60px;
    text-align: center;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.product-box2 {
    background: #f7f6f6 none repeat scroll 0 0;
    padding: 70px 0 100px;
}

.content-product2 {
    background: #fff none repeat scroll 0 0;
    margin-top: 100px;
    padding: 50px 0;
    position: relative;
}

.title-box2 .title60 {
    font-weight: 400;
    padding-left: 10px;
    position: relative;
    text-transform: inherit;
    display: inline-block;
}

.box-index {
    color: #ebebeb;
    display: inline-block;
    font-family: "db_heaventregular";
    /* letter-spacing: 1px; */
    font-size: 260px;
    font-weight: 400;
    height: 170px;
    left: 0;
    line-height: 170px;
    position: absolute;
    top: 0;
}

.title-box2 {
    min-height: 170px;
    padding-top: 68px;
    position: relative;
}

.intro-product2 .title-box2 {
    display: inline-block;
    margin-right: 40px;
}

.intro-product2 .desc {
    display: inline-block;
    font-size: 22px;
    position: relative;
}

.intro-product2 {
    position: relative;
}

.intro-product2 .btn-dashed {
    position: absolute;
    right: 0;
    top: 87px;
    z-index: 99;
}

.title-lamp {
    background: #fff none repeat scroll 0 0;
    border-radius: 30px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.title-lamp li a {
    color: #333;
    display: block;
    font-family: "db_heaventregular";
    /* letter-spacing: 1px; */
    font-size: 22px;
    font-weight: 600;
    padding: 14px 80px;
    text-transform: uppercase;
    border-radius: 30px;
    position: relative;
    z-index: 9;
}

.title-lamp li.active a {
    color: #fff;
}

.title-lamp li.active a::before {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    content: "";
    top: 20px;
    left: 60px;
    border-radius: 50%;
}

.ef-lamp {
    border-radius: 30px;
    bottom: 0;
    position: absolute;
    top: 0;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2) inset;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

.item-product2 {
    border-right: 1px dotted #e5e5e5;
    padding: 0 50px;
}

.item-product2 .item-product-grid {
    margin: 0;
}

.item-product2 .item-product-grid:first-child {
    margin-bottom: 50px;
}

.item-product2 .item-product-grid:last-child {
    padding-top: 50px;
}

.item-product2 .item-product-grid .product-thumb {
    margin-bottom: 27px;
}

.content-product2::before {
    border-top: 1px dotted #e5e5e5;
    content: "";
    height: 1px;
    left: 50px;
    position: absolute;
    right: 50px;
    top: 50%;
}

.massage-package {
    background: #d6d6d6 none repeat scroll 0 0;
    padding: 80px 0 60px;
    position: relative;
}

.massage-package::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
}

.massage-package-box .title-box2 {
    padding-top: 80px;
}

.massage-package-box .desc {
    font-size: 22px;
    line-height: 30px;
    margin: 25px 0 50px;
}

.adv-massage-package {
    position: relative;
}

.leaf-fly {
    position: absolute;
    right: -80px;
    top: -20px;
    display: inline-block;
}

.item-massage-service {
    border-bottom: 1px solid #ccc;
    padding: 50px 0;
}

.list-massage-service {
    padding-left: 55px;
    padding-top: 20px;
}

.item-massage-service .service-thumb {
    margin-right: -30px;
}

.item-massage-service:last-child {
    border: medium none;
}

.item-massage-service .service-info {
    padding-top: 25px;
}

.item-massage-service .service-info .title18 {
    margin: 0 0 17px;
}

.item-massage-service .service-info .readmore {
    color: #fff;
    display: inline-block;
    font-weight: 600;
    margin-top: 35px;
    padding-left: 30px;
    position: relative;
}

.item-massage-service .service-info .readmore::before {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    font-family: fontawesome;
    font-weight: 400;
    height: 20px;
    left: 0;
    line-height: 20px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 20px;
}

.price-box2 {
    background: rgba(0, 0, 0, 0) url("../images/home/home2/price-prl.jpg") no-repeat fixed center center;
    padding: 150px 0 130px;
}

.table-price table {
    width: 100%;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

.item-price-box {
    background: rgba(96, 96, 96, 0.2) none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.5);
    margin: 0 30px 30px;
    padding: 60px 50px 20px;
    position: relative;
    text-align: center;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

.item-price-box:hover {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
}

.item-price-box .underline-title a {
    color: #fff;
}

.item-price-box .underline-title::after {
    margin-left: -50px;
    width: 100px;
}

.item-price-box .underline-title {
    font-weight: 400;
    margin-left: 10px;
    padding-bottom: 30px;
}

.price-label {
    left: 25px;
    opacity: 0.5;
    position: absolute;
    top: 25px;
    font-weight: 400;
}

.price-slider {
    margin: 0 -30px;
}

.table-price table tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.table-price table td {
    padding: 9px 0;
}

.table-price table tr:last-child {
    border: medium none;
}

.table-price {
    margin-top: 30px;
    overflow: hidden;
    position: relative;
}

.table-price .btn-dashed {
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
    opacity: 0;
    max-width: 174px;
    margin: auto;
}

.item-price-box:hover .table-price table {
    transform: translateY(-80px);
    -webkit-transform: translateY(-80px);
}

.item-price-box:hover .table-price .btn-dashed {
    transform: translateY(-60px);
    -webkit-transform: translateY(-60px);
    opacity: 1;
}

.item-price-box.leaf-center::before {
    background: rgba(0, 0, 0, 0) url("../images/home/home2/leaf-p1.png") no-repeat scroll center center;
    bottom: -23px;
    content: "";
    height: 57px;
    left: 50%;
    margin-left: -58px;
    position: absolute;
    width: 116px;
}

.item-price-box.leaf-bottom::before {
    background: rgba(0, 0, 0, 0) url("../images/home/home2/leaf-p2.png") no-repeat scroll center center;
    bottom: 35px;
    content: "";
    height: 52px;
    left: 35px;
    position: absolute;
    width: 92px;
}

.item-price-box.leaf-top::before {
    background: rgba(0, 0, 0, 0) url("../images/home/home2/leaf-p3.png") no-repeat scroll center center;
    top: 17px;
    content: "";
    height: 181px;
    left: -3px;
    position: absolute;
    width: 123px;
}

.client-say2 {
    padding: 95px 0 90px;
}

.client-intro .desc {
    margin: 30px 0 0;
}

.client-intro {
    max-width: 340px;
}

.client-say2 .client-slider2 {
    margin-left: 30px;
    margin-top: 50px;
}

.mega-sale2 {
    background: rgba(0, 0, 0, 0) url("../images/home/home2/mega-sale.jpg") no-repeat scroll center top;
    padding-top: 85px;
}

.intro-mega-sale .box-index {
    color: #fff;
}

.intro-mega-sale > .title30 {
    margin: 35px 0 25px 30px;
}

.intro-mega-sale > .btn-dashed {
    margin-left: 50px;
}

.mega-sale2 .product-type-slider {
    margin-top: 160px;
}

.product-type-slider .owl-controls .owl-buttons {
    position: absolute;
    right: 15px;
    top: -40px;
    width: 80px;
}

.product-type-slider .owl-controls .owl-buttons > div {
    opacity: 1;
}

.latest-news-slider2 .item-post-format.item-blog-full {
    margin: 0 5px 200px;
}

.latest-news-slider2 .owl-controls .owl-buttons {
    position: absolute;
    right: 5px;
    top: -40px;
    width: 80px;
}

.latest-news-slider2 .owl-controls .owl-buttons > div {
    opacity: 1;
}

.latest-news-slider2 {
    margin: 50px -5px 0;
}

.latest-news2 {
    margin-bottom: 50px;
    margin-top: 15px;
}

.intro-news2 .title-box2 {
    display: inline-block;
    margin-right: 30px;
}

.intro-news2 .desc {
    display: inline-block;
    font-size: 22px;
    position: relative;
}

.intro-news2 {
    margin-bottom: 85px;
    position: relative;
}

.intro-news2 .btn-dashed {
    position: absolute;
    right: 0;
    top: 90px;
}

/*****************************************************************************************************
											Home 3
******************************************************************************************************/

.wrap-cart-phone > div {
    display: inline-block;
    margin: 0 40px;
    vertical-align: top;
}

.header-main3 {
    padding: 20px 0 30px;
}

.wrap-cart-phone {
    margin: 5px 0 0;
}

.header-nav3 {
    padding: 15px 0;
}

.main-nav.main-nav3 > ul > li > a {
    color: #fff;
}

.search-form3 .search-form {
    border: 1px dashed #fff;
    border-radius: 20px;
    height: 40px;
    position: relative;
}

.search-form3 .search-form input[type="text"] {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    bottom: 0;
    color: #fff;
    height: 40px;
    left: 0;
    padding: 0 40px 0 20px;
    position: absolute;
    right: 0;
    top: 0;
}

.search-form3 .submit-form {
    position: absolute;
    width: 34px;
}

.search-form3 .submit-form::after {
    color: #fff;
    font-size: 20px;
    line-height: 38px;
}

.banner-button.bg-white:hover {
    color: #fff;
}

.banner-slider3 .banner-button.bg-white {
    margin: 30px 0 0;
}

.banner-title2 {
    font-size: 90px;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 100px;
}

.banner-title2 span {
    font-size: 120px;
    margin: 0 20px;
    font-weight: 400;
    text-transform: capitalize;
}

.banner-slider3 .owl-pagination {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
}

.banner-slider3 .banner-title.vibes-font {
    line-height: 140px;
    margin: 0;
    text-shadow: unset;
}

.banner-slider3 {
    margin-bottom: 95px;
}

.title-box3 {
    margin: 0 0 35px;
    padding-bottom: 15px;
    padding-left: 30px;
    position: relative;
}

.title-box3::before {
    content: "";
    font-family: fontawesome;
    font-weight: 400;
    left: 0;
    position: absolute;
    top: 0;
}

.new-product-slider .item-new-product {
    margin: 0 15px 30px;
}

.new-product-slider {
    margin: 0 -15px;
}

.new-product-slider .owl-controls .owl-buttons > div {
    opacity: 1;
}

.new-product-slider .owl-controls .owl-buttons {
    position: absolute;
    right: 15px;
    top: -66px;
    width: 80px;
}

.item-new-product .product-new-label {
    bottom: -18px;
    left: 0;
    top: auto;
}

.item-new-product .product-thumb {
    margin-bottom: 28px;
    overflow: visible;
}

.item-new-product .shop-button {
    margin: 25px 0 0;
    padding: 10px 40px;
}

.new-product-box {
    margin-bottom: 70px;
}

.banner-adv.banner-adv3 {
    margin-bottom: 95px;
}

.list-tab-cat3 .title-box3 {
    margin-bottom: 28px;
}

.tab-cat-box3 .title18 {
    margin: 0 0 28px;
}

.list-title-tab3 li a {
    border: 1px solid #e5e5e5;
    border-radius: 15px;
    display: block;
    height: 30px;
    line-height: 28px;
    padding: 0 25px;
}

.list-title-tab3 li {
    margin: 0 3px;
}

.list-title-tab3.list-inline-block {
    margin: 0 -3px;
}

.tab-cat-slider3 {
    margin: 40px -10px 0;
}

.tab-cat-slider3 .item-product-gallery {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    margin: 0 0 30px;
}

.tab-cat-slider3 .thumb-gallery {
    margin: 20px 0 0;
    position: static;
    text-align: center;
    width: auto;
}

.tab-cat-slider3 .thumb-gallery a {
    border: medium none;
    box-shadow: none;
    display: inline-block;
    margin: 0 3px;
    transform: none;
    width: 80px;
}

.tab-cat-slider3 .thumb-gallery a::before {
    position: absolute;
    left: 50%;
    width: 1px;
    content: "";
    height: 36px;
    bottom: 100%;
    margin-bottom: -15px;
}

.tab-cat-slider3 .item-product-gallery .product-info {
    padding: 20px;
}

.tab-cat-slider3 .item-product-gallery .product-info .product-title {
    margin: 0 0 10px;
}

.tab-cat-slider3 .item-product-gallery .product-price {
    display: inline-block;
}

.tab-cat-slider3 .item-product-gallery .product-extra-link {
    display: inline-block;
    margin: 0 50px;
    vertical-align: middle;
}

.tab-cat-slider3 .item-product-grid {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}

.tab-cat-slider3 .product-info {
    padding: 0 20px 20px;
}

.tab-cat-slider3 .item-product-grid .product-price {
    min-height: 30px;
}

.tab-cat-slider3 .item {
    padding: 0 10px;
}

.tab-cat-box3 {
    margin-bottom: 18px;
}

.tab-cat-slider3 .owl-controls .owl-buttons > div {
    opacity: 1;
}

.tab-cat-slider3 .owl-controls .owl-buttons {
    position: absolute;
    right: 10px;
    top: -40px;
    width: 80px;
}

.from-blog3 .related-post-slider {
    margin: 50px -15px 70px;
}

.from-blog3 .related-post-slider .owl-buttons {
    top: -92px;
}

.from-blog3 {
    margin-top: 65px;
}

/*************************************************************************************************
											Home 4	
**************************************************************************************************/

.social-email.bg-dark {
    background: #181818 none repeat scroll 0 0;
}

.social-email.bg-dark .desc {
    color: #fff;
}

.social-email.bg-dark {
    background: #181818 none repeat scroll 0 0;
}

.social-email.bg-dark .desc {
    color: #fff;
}

.box-product-type .underline-title {
    margin-bottom: 50px;
    padding-bottom: 30px;
    text-align: center;
}

.box-product-type .underline-title::after {
    margin-left: -50px;
    width: 100px;
}

.box-product-type {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    padding: 45px 20px 40px;
    background: #fff;
}

.product-type-slider .box-product-type {
    margin: 0 15px 30px;
}

.product-type-slider {
    margin: 0 -15px;
}

.item-product-type.table {
    border-bottom: 1px dashed #e5e5e5;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.item-product-type.table .product-thumb {
    width: 120px;
}

.item-product-type.table .product-info {
    padding-left: 20px;
    padding-top: 17px;
}

.item-product-type.table:last-child {
    border: medium none;
    margin: 0;
    padding: 0;
}

.product-type-slider {
    margin-bottom: 70px;
}

.item-product-type.table .product-rate {
    margin: 10px 0 15px;
}

.banner-slider4 {
    margin-bottom: 30px;
}

.banner-slider4 .owl-controls .owl-pagination {
    bottom: 70px;
    left: 0;
    position: absolute;
    right: 0;
}

.banner-slider4 {
    margin-bottom: 30px;
}

.banner-slider4 .owl-controls .owl-pagination {
    bottom: 70px;
    left: 0;
    position: absolute;
    right: 0;
}

.item-service4 {
    border: 1px solid #e5e5e5;
    margin: 30px 0;
    padding: 0 15px 20px;
    text-align: center;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

.item-service4:hover {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.item-service4 .sevice-icon {
    background: #fff none repeat scroll 0 0;
    border: 1px dashed #e5e5e5;
    border-radius: 50%;
    display: block;
    font-size: 30px;
    height: 60px;
    line-height: 58px;
    margin: -30px auto 18px;
    width: 60px;
}

.list-service4 {
    margin-bottom: 70px;
}

.product-type-slider .owl-wrapper-outer {
    margin-bottom: -30px;
    padding-bottom: 30px;
}

.banner-countdown {
    background: rgba(0, 0, 0, 0) url("../images/home/prl-countdown.jpg") no-repeat fixed center center;
    padding: 100px 0;
    margin-bottom: 100px;
}

.content-banner-coutndown .shop-button {
    margin: 45px 0 0;
    padding: 10px 30px;
}

.content-banner-coutndown .vibes-font {
    margin: 15px 0;
}

.week-countdown .countdown-section {
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    padding-top: 5px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 15px 10px;
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.2);
    text-align: center;
}

.week-countdown .countdown-amount {
    display: block;
    font-size: 30px;
    margin-bottom: -7px;
}

.title-box4 {
    margin-bottom: 50px;
    position: relative;
}

.title-box4::before {
    background: #e5e5e5 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
}

.title-box4 span {
    border-radius: 30px;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
    display: inline-block;
    padding: 20px 80px;
    position: relative;
}

.title-box4 span::before {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 10px;
    left: 60px;
    position: absolute;
    top: 25px;
    width: 10px;
}

.product-info-top {
    left: 0;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.product-info-top .product-title {
    margin-bottom: 12px;
}

.item-product4 .product-extra-link,
.item-product4 .product-price {
    bottom: 0;
    left: 0;
    padding: 20px;
    position: absolute;
    right: 0;
    z-index: 1;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

.item-product4 {
    margin-bottom: 30px;
}

.item-product4 .product-thumb:hover .product-new-label {
    transform: scale(0);
    -webkit-transform: scale(0);
}

.product-info-top {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    opacity: 0;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

.item-product4 .product-thumb:hover .product-info-top {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
}

.item-product4 .product-extra-link {
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    opacity: 0;
}

.item-product4 .product-thumb:hover .product-extra-link {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
}

.item-product4 .product-thumb:hover .product-price {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    opacity: 0;
}

.content-product-box4 {
    margin-bottom: 10px;
}

.product-box4 {
    margin-bottom: 95px;
}

.item-product4 .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 10px;
}

.item-product4 .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 10px;
}

/******************************************************************************************************
										Home 5
******************************************************************************************************/

.banner-slider iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.adv-background {
    min-height: 300px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
}

.item-advert {
    height: 380px;
    margin-bottom: 30px;
}

.item-advert2 {
    height: 330px;
}

.adv-background .vibes-font {
    margin: 35px 0 30px;
}

.item-advert2 .week-countdown {
    margin-top: 40px;
    text-align: left;
}

.list-advert {
    margin-bottom: 100px;
}

.title-box5 {
    margin: 0 0 45px;
    overflow: hidden;
    position: relative;
}

.title-box5 span {
    display: inline-block;
    padding: 0 35px;
    position: relative;
}

.title-box5 span::before {
    background: #e5e5e5 none repeat scroll 0 0;
    content: "";
    height: 1px;
    right: 100%;
    position: absolute;
    top: 50%;
    width: 1200px;
}

.title-box5 span::after {
    background: #e5e5e5 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 100%;
    position: absolute;
    top: 50%;
    width: 1200px;
}

.product-box5 {
    background: #333 none repeat scroll 0 0;
    margin-bottom: 95px;
    padding: 90px 0;
}

.item-product5 {
    margin: 0 15px;
    padding: 40px 40px 30px;
    position: relative;
}

.item-product5 .item-product-grid {
    margin: 0;
}

.product-slider5 {
    margin: 0 -15px;
}

.title-tab5 li a {
    font-weight: 600;
    position: relative;
}

.title-tab5 li {
    margin: 0 16px;
}

.title-tab5.list-inline-block {
    margin-bottom: 45px;
}

.title-tab5 .hot-label {
    bottom: 25px;
    margin-left: -40px;
}

.title-tab5 li.active a::before {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    content: "";
    left: -20px;
    top: 5px;
    border-radius: 50%;
}

.product-slider5 .owl-controls .owl-pagination {
    margin-top: 45px;
}

.title-box5.white span::before,
.title-box5.white span::after {
    background: rgba(255, 255, 255, 0.1);
}

.list-category5 {
    background: #333 none repeat scroll 0 0;
    padding: 50px 15px;
    position: relative;
}

.box-category5 {
    margin-bottom: 100px;
}

.item-cat5.item-collection {
    background: transparent none repeat scroll 0 0;
    margin: 0 35px;
    padding: 0;
}

.item-collection.item-cat5 h2.vibes-font {
    color: #999;
}

.list-category5::after {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    bottom: 50px;
    content: "";
    left: 50%;
    position: absolute;
    top: 50px;
    width: 1px;
}

.box-client5 {
    margin: 0 auto 100px;
    max-width: 730px;
}

.client-thumb2 {
    width: 110px;
}

.client-thumb2 a {
    display: block;
    height: 110px;
    width: 110px;
    margin: auto;
}

.client-thumb2 a img {
    border-radius: 50%;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

.client-thumb2 a:hover img {
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
}

.client-info2 {
    padding-left: 95px;
}

.client-info2 .desc {
    margin-bottom: 20px;
    position: relative;
}

.client-info2 .desc::before {
    background: rgba(0, 0, 0, 0) url("../images/icons/icon-quote2.png") no-repeat scroll center center;
    content: "";
    height: 38px;
    left: -50px;
    position: absolute;
    top: 0;
    width: 36px;
}

.client-slider2 .owl-controls .owl-pagination {
    text-align: left;
    padding-left: 195px;
    margin-top: 20px;
}

.client-slider2 .owl-controls .owl-page span {
    background: #bebebe;
    box-shadow: none;
    height: 10px;
    width: 10px;
    margin: 0 10px;
}

.client-slider2 .owl-theme .owl-controls .owl-page.active span::after {
    height: 10px;
    width: 10px;
}

.product-slider5 .owl-theme .owl-controls .owl-buttons div {
    margin-top: -100px;
}

.product-slider5 .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -5px;
}

.product-slider5 .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -5px;
}

/**************************************************************************************************
											Home 6
***************************************************************************************************/

.header6 {
    left: 0;
    position: absolute;
    right: 0;
    top: 50px;
    z-index: 999;
}

.meta-link6 .search-form .submit-form::after {
    color: #fff;
}

.menu-fixed {
    background: #fff none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 290px;
    z-index: 1001;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

.boxed-overlay .menu-fixed {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.boxed-overlay::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.menu-fixed .btn-menu-fixed {
    color: #fff;
    left: 100%;
    position: absolute;
    top: 75px;
}

.main-nav.main-nav-fixed > ul > li {
    display: block;
}

.main-nav.main-nav-fixed {
    margin: 70px 0 0;
}

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

.main-nav.main-nav-fixed .has-mega-menu .mega-menu {
    left: 100%;
    top: 0;
}

.meta-link-ontop.meta-link6 {
    margin-top: 20px;
}

.box-title6 {
    margin: auto;
    max-width: 670px;
    min-height: 390px;
    padding-top: 140px;
    position: relative;
    text-align: center;
}

.box-title6::before {
    position: absolute;
    background: rgba(0, 0, 0, 0) url("../images/home/bg-img.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center top;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 390px;
    margin: auto;
    animation-name: spin;
    animation-duration: 3000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 3000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotateY(0deg);
    }
    to {
        -moz-transform: rotateY(180deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotateY(0deg);
    }
    to {
        -webkit-transform: rotateY(180deg);
    }
}

@keyframes spin {
    from {
        transform: rotateY(0deg);
    }
    to {
        transform: rotateY(180deg);
    }
}

.box-title6::before {
    position: absolute;
}

.box-title6 .underline-title::after {
    margin-left: -50px;
    width: 100px;
}

.box-title6 .underline-title {
    padding-bottom: 24px;
}

.box-title6 .desc {
    margin-bottom: 40px;
    margin-top: 20px;
}

.box-title6 .shop-button {
    padding: 10px 30px;
}

.list-wellcome6 {
    position: relative;
    margin-top: 75px;
    margin-bottom: -70px;
}

.list-wellcome6::before {
    background: #f9f9f9 none repeat scroll 0 0;
    bottom: 220px;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 150px;
}

.list-wellcome6 .item-collection {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.item-collection.item-right {
    margin-top: 350px;
}

.tab-product-box6 {
    margin-top: -50px;
    text-align: center;
}

.tab-product-box6 .tab-content {
    margin-bottom: 60px;
    margin-top: 95px;
    text-align: left;
}

.product-box6 {
    margin-bottom: 90px;
}

.js-orbs-animation canvas {
    height: 820px;
}

.deal-countdow6 {
    background: #f9f9f9 none repeat scroll 0 0;
    padding: 0 0 200px;
    text-align: center;
}

.deal-countdow6 .product-rate {
    margin: 14px auto 10px;
}

.deal-image {
    margin-top: -470px;
}

.deal-countdow6 .shop-button {
    margin: 40px 0 0;
    padding: 10px 40px;
}

.deal-countdow6 .product-info {
    margin-top: 50px;
}

.week-countdown.day-countdown {
    margin-top: 40px;
}

.week-countdown.day-countdown .countdown-section {
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.2);
    color: #fff;
}

.week-countdown.day-countdown .countdown-section:first-child {
    display: none;
}

.brand-item {
    border-right: 1px solid #e5e5e5;
    padding: 25px 15px;
    text-align: center;
}

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

.banner-parallax6 {
    background: rgba(0, 0, 0, 0) url("../images/home/bg-prl6.jpg") no-repeat fixed center center;
    margin-bottom: 100px;
    padding: 150px 0;
}

.client-slider6 {
    margin: 100px auto 70px;
    max-width: 900px;
}

.client-slider6 .item-client {
    border: medium none;
    margin: 60px 70px 30px;
}

.client-slider6 .owl-theme .owl-controls .owl-buttons div {
    opacity: 1;
}

.item-blog6 {
    position: relative;
}

.item-blog6 .post-info {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    padding: 30px 100px;
    position: absolute;
    right: 0;
}

.item-blog6 .post-info .desc {
    color: #fff;
    margin-top: 20px;
}

.item-blog6 .post-format > a {
    color: #fff;
}

.list-blog6 .item-blog6 {
    margin: 0 -10px 10px;
}

.list-blog6 {
    padding: 0 10px;
    margin-bottom: 95px;
}

.list-blog6 .viewall-button {
    margin-top: 80px;
    display: inline-block;
}

/**************************************************************************************************
											Vendor Shop	
***************************************************************************************************/

.widget-best-seller .vendor-product .wrap-detail-gallery {
    margin-right: 0;
}

.widget-best-seller .vendor-product .detail-info {
    margin-left: 0;
}

.widget-best-seller .item-product-type.table .product-info {
    padding-top: 0;
}

.widget-best-seller .item-product-type.table .product-thumb {
    width: 90px;
}

.widget-best-seller .item-product-type.table {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.widget-product-search .search-form {
    border: 1px solid #e5e5e5;
    padding-right: 40px;
}

.widget-product-search .search-form .submit-form {
    position: absolute;
    text-align: center;
    width: 40px;
}

.widget-product-search .search-form input[type="text"] {
    border: medium none;
    color: #999;
    height: 38px;
    padding: 0 15px;
}

.widget-product-search .search-form .submit-form::after {
    line-height: 38px;
}

.vendor-slider {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    margin-top: 50px;
}

.brand-item .title14 {
    margin-top: 15px;
}

.vendor-slider .brand-item {
    border: none;
    padding: 20px 10px;
}

.vendor-total-info {
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 30px;
}

.vendor-logo > a {
    display: block;
    margin: auto;
    max-width: 200px;
}

.vendor-logo > a img {
    width: 100%;
}

.vendor-info-left {
    text-align: center;
}

.vendor-logo {
    margin-bottom: 30px;
}

.list-inline-block.vendor-contact > li:first-child {
    border-right: 1px solid #ccc;
    margin-right: 8px;
    padding-right: 10px;
}

.verified-vendor {
    color: #fff;
    display: inline-block;
    font-size: 20px;
    margin: 0 10px;
    padding: 10px 20px;
    text-transform: uppercase;
    vertical-align: top;
    font-weight: 400;
}

.verified-vendor .fa {
    margin-right: 5px;
}

.vendor-contact .desc .fa {
    margin-right: 5px;
}

.vendor-info-right .title18 {
    margin: 15px 0;
}

.vendor-info-right .title30 {
    margin: 0 0 10px;
}

.social-footer.social-vendor {
    margin-top: 20px;
}

.social-footer.social-vendor a {
    font-size: 22px;
    height: 40px;
    line-height: 38px;
    width: 40px;
}

.content-shop-vendor .sidebar-shop {
    padding-top: 0;
}

.content-shop-vendor .sort-pagi-bar {
    padding-top: 10px;
}

.btn-favourite-vendor span {
    margin-left: 5px;
}

.btn-favourite-vendor {
    padding: 10px 30px;
}

.vendor-rating .title30 {
    margin-bottom: 15px;
}

.single-rating .single-post-info {
    border: medium none;
    margin-top: -8px;
}

.list-inline-block.vendor-review {
    background: #f9f9f9 none repeat scroll 0 0;
    margin: 20px 0 0;
    padding: 20px 10px;
    position: relative;
}

.single-rating {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.list-inline-block.vendor-review li {
    padding: 0 10px;
    vertical-align: top;
}

.list-inline-block.vendor-review li .title18 {
    margin: 0 0 10px;
    text-transform: inherit;
}

.list-inline-block.vendor-review::before {
    border-bottom: 10px solid #f9f9f9;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    height: 0;
    left: 20px;
    position: absolute;
    top: -10px;
    width: 0;
}

/**************************************************************************************************
											Pages	
***************************************************************************************************/

.content-about {
    margin-top: 35px;
}

.content-about > h2.title30 {
    margin-bottom: 25px;
}

.content-about p.blockquote {
    margin: 30px 0 60px;
}

.about-why-choise h2.title18 {
    margin-bottom: 30px;
}

.toggle-tab-content {
    display: none;
}

.about-client > h2.title18 {
    margin-bottom: 45px;
}

.item-about-client {
    position: relative;
    padding-left: 115px;
    min-height: 70px;
}

.item-about-client .client-thumb {
    position: absolute;
    top: 5px;
    left: 0;
    margin: 0;
    padding: 0;
}

.item-about-client .client-thumb a {
    display: block;
    width: 70px;
    border-radius: 50%;
    overflow: hidden;
}

.item-about-client .client-thumb a:hover {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5);
}

.about-why-choise {
    margin-bottom: 50px;
}

.about-client {
    margin-bottom: 80px;
}

.item-about-service {
    padding: 40px 15px 70px;
    margin-bottom: 30px;
}

.item-about-service > a {
    font-size: 90px;
    color: #fff;
}

.item-about-service h2 {
    text-transform: capitalize;
    font-weight: 400;
}

.about-service {
    margin-bottom: -30px;
}

.about-client-slider {
    margin: 0 -15px;
}

.item-about-client {
    margin: 0 15px;
}

.item-about-client .client-info {
    position: relative;
}

.item-about-client .client-info::before {
    color: #ccc;
    content: "\f10d";
    font-family: fontAwesome;
    position: absolute;
    top: 5px;
    left: -20px;
}

.item-about-client .client-info .title14 {
    margin: 20px 0 2px;
}

.about-accordion .toggle-tab-title span {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 22px;
}

.about-accordion .toggle-tab-title {
    min-height: 40px;
    padding-left: 50px;
}

.toggle-tab-title {
    cursor: pointer;
    position: relative;
}

.about-accordion .toggle-tab-title h2 {
    font-size: 20px;
    text-transform: uppercase;
    padding: 12px 15px 12px 0;
    border-bottom: 1px solid #e5e5e5;
    min-height: 40px;
}

.about-accordion .item-toggle-tab .toggle-tab-title::after {
    content: "\f107";
    position: absolute;
    font-family: fontAwesome;
    top: 12px;
    right: 0;
}

.about-accordion .item-toggle-tab.active .toggle-tab-title::after {
    content: "\f106";
}

.about-accordion .toggle-tab-content {
    padding: 12px 0 7px;
}

.about-accordion {
    margin-right: 50px;
}

.map-custom {
    height: 360px;
}

.contact-google-map {
    padding: 10px;
}

.content-contact-page > .title30 {
    margin-bottom: 25px;
}

.contact-page-info {
    max-width: none;
    line-height: inherit;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}

.contact-box {
    position: relative;
    padding-left: 65px;
    padding-top: 10px;
    margin-bottom: 10px;
}

.contact-box span.color {
    display: inline-block;
    width: 54px;
    height: 54px;
    line-height: 50px;
    border-style: solid;
    border-width: 2px;
    text-align: center;
    font-size: 22px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

.contact-box label {
    font-weight: 400;
    min-width: 90px;
    margin-bottom: 13px;
    /* margin-top: 5px; */
}

.contact-box .list-inline-block span {
    display: block;
    margin-bottom: 13px;
}

.contact-box .list-inline-block li {
    vertical-align: top;
    font-size: 20px;
    margin-top: 5px;
}

.contact-box:last-child {
    margin: 0;
}

.contact-box-4 {
    padding-left: 85px;
}

.contact-box-i4 {
    left: 15px !important;
}

.contact-form input[type="text"] {
    height: 40px;
    display: block;
    width: 100%;
    border: 1px solid #e5e5e5;
    background: #fff;
    color: #999;
    padding: 0 20px;
    margin-bottom: 10px;
    font-size: 18px;
}

.contact-form input[type="email"] {
    height: 40px;
    display: block;
    width: 100%;
    border: 1px solid #e5e5e5;
    background: #fff;
    color: #999;
    padding: 0 20px;
    margin-bottom: 10px;
    font-size: 18px;
}

.contact-form select {
    height: 40px;
    display: block;
    width: 100%;
    border: 1px solid #e5e5e5;
    background: #fff;
    color: #999;
    padding: 0 20px;
    margin-bottom: 10px;
    font-size: 18px;
}

.contact-form > h2.title18 {
    margin-bottom: 30px;
}

.contact-form textarea {
    display: block;
    width: 100%;
    border: 1px solid #e5e5e5;
    color: #999;
    padding: 10px 20px;
    margin-bottom: 20px;
    font-size: 18px;
}

.contact-form input[type="submit"],
.contact-form input[type="reset"] {
    text-transform: uppercase;
    padding: 10px 30px;
}

.form-control {
    font-size: 18px !important;
}

.mini-cart-view {
    font-size: 18px;
}

.mini-cart-checkout {
    font-size: 18px;
}

.contact-accordion {
    /* background: #fff; */
}

.contact-form {
    /* margin-right: 50px; */
}

#wholesale .contact-form {
    margin-right: 0;
}

.contact-accordion .toggle-tab-title {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
    padding: 13px 0;
    font-weight: bold;
}

.contact-faq .title18 {
    margin-bottom: 27px;
}

.contact-accordion .item-toggle-tab {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    margin-top: -1px;
}

.contact-accordion .toggle-tab-content {
    padding-bottom: 25px;
}

.contact-accordion .toggle-tab-title::after {
    content: "\f067";
    position: absolute;
    font-family: fontAwesome;
    right: 0;
    top: 13px;
}

.contact-accordion .item-toggle-tab.active .toggle-tab-title::after {
    content: "\f068";
}

/************************************************************************************************
											Cart/Checkout
************************************************************************************************/

.form-my-account input[type="text"] {
    border: 1px solid #e5e5e5;
    color: #000;
    height: 40px;
    padding: 0 20px;
    width: 100%;
}

.form-my-account input[type="text"]::placeholder {
    color: #b7b7b7;
}

.form-my-account input[type="email"] {
    border: 1px solid #e5e5e5;
    color: #999;
    height: 40px;
    padding: 0 20px;
    width: 100%;
}

.form-my-account input[type="email"]::placeholder {
    color: #b7b7b7;
}

.form-my-account input[type="password"] {
    border: 1px solid #e5e5e5;
    color: #999;
    height: 40px;
    padding: 0 20px;
    width: 100%;
}

.form-my-account input[type="password"]::placeholder {
    color: #b7b7b7;
}

.form-my-account .title {
    margin-bottom: 26px;
}

.form-my-account {
    max-width: 370px;
    width: 100%;
}

.account-register {
    float: left;
    position: relative;
    width: 100%;
}

.account-register .form-my-account {
    float: right;
}

.account-register::before {
    border-right: 1px solid #e5e5e5;
    content: "";
    height: 100%;
    left: -15px;
    position: absolute;
    top: 0;
    width: 1px;
}

.form-my-account > p {
    margin-bottom: 20px;
    max-width: 370px;
    position: relative;
}

.form-my-account label {
    color: #555;
    font-weight: 400;
    margin: 0;
}

.form-my-account .ship-address label {
    color: #333;
}

.form-my-account input[type="checkbox"] + label::before {
    border: 1px solid #e5e5e5;
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 20px;
    font-weight: 400;
    height: 20px;
    line-height: 18px;
    margin-right: 17px;
    text-align: center;
    vertical-align: middle;
    width: 20px;
}

.form-my-account input[type="checkbox"]:checked + label::before {
    content: "\f00c";
}

.form-my-account input[type="checkbox"] {
    display: none;
}

.form-my-account a {
    position: absolute;
    right: 0;
    top: 0;
}

.form-my-account input[type="submit"] {
    border: medium none;
    color: #fff;
    height: 40px;
    margin: 6px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    width: 110px;
}

.form-my-account input[type="submit"]:hover {
    background-color: #333;
}

.form-my-account > p:last-child {
    margin: 0;
}

.blockquote .title16 {
    font-weight: bold;
}

.box-col2 input[type="text"] {
    float: left;
    width: 47.5%;
}

.box-col2 input[type="text"]:first-child {
    margin-right: 5%;
}

.box-col2 .boxselect {
    float: left;
    width: 47.5%;
}

.box-col2 .boxselect:first-child {
    margin-right: 5%;
}

.form-my-account textarea {
    border: 1px solid #e5e5e5;
    color: #999;
    padding: 10px 15px;
    width: 100%;
}

.ship-address > label {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}

.check-billing {
    border-right: 1px solid #e5e5e5;
    margin-right: -15px;
}

.check-address {
    float: left;
    width: 100%;
}

.check-address .form-my-account {
    float: right;
}

.order_review_heading {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin: 50px 0 -1px;
    padding: 20px;
    position: relative;
    text-transform: uppercase;
}

.shop_table.woocommerce-checkout-review-order-table thread {
    position: relative;
}

td.product-thumbnail img {
    max-width: 100px;
}

/*Woocommerce*/

.woocommerce table.shop_table {
    border: 1px solid #e5e5e5;
    border-collapse: collapse;
    border-radius: 0;
    margin: 0 0 50px;
    text-align: left;
    width: 100%;
}

.woocommerce table.shop_table thead {
    background: #f4f4f4 none repeat scroll 0 0;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
}

.woocommerce table.shop_table thead th {
    padding: 15px 20px;
}

.woocommerce table.shop_table td {
    border-top: 1px solid #e5e5e5;
    padding: 15px 20px;
    vertical-align: middle;
}

.woocommerce table,
.woocommerce th,
.woocommerce td {
    border: 1px solid #e5e5e5 !important;
    color: #555;
    margin: 0;
    padding: 15px 20px !important;
}

#history .woocommerce table,
.woocommerce th,
.woocommerce td {
    padding: 8px !important;
}

#history .shop_table {
    margin: 0 0 20px;
}

#history .coupon .button {
    margin: 0;
}

.woocommerce tfoot th {
    text-transform: uppercase;
}

#shipping_method li {
    padding: 10px 0;
}

#shipping_method li label {
    cursor: pointer;
    margin: 0;
    padding-left: 25px;
    position: relative;
}

#shipping_method li input[type="radio"] {
    display: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    #shipping_method li input[type="radio"] + label::before {
        line-height: 13px;
    }
}

#shipping_method li input[type="radio"] + label::before {
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 6px;
    font-weight: 400;
    height: 14px;
    left: 0;
    line-height: 13px;
    margin-right: 10px;
    position: absolute;
    text-align: center;
    top: 2px;
    vertical-align: middle;
    width: 14px;
}

#shipping_method li input[type="radio"]:checked + label::before {
    content: "\f111";
}

.payment_methods.methods {
    border: 1px solid #e5e5e5;
    margin: 0 0 -1px;
}

.payment_methods.methods li {
    border-bottom: 1px solid #e5e5e5;
    padding: 20px;
}

.payment_methods.methods li:last-child {
    border: none;
}

.payment_methods.methods li label {
    font-size: 22px;
    margin: 0 0 0 7px;
    text-transform: uppercase;
}

.payment_box.payment_method_bacs > p {
    margin: 5px 0 0;
    padding-left: 24px;
}

.payment_method_paypal img {
    margin: -6px 10px 0;
    max-width: 160px;
}

.form-row.place-order {
    /* border: 1px solid #e5e5e5; */
    /* padding-top: 20px; */
    text-align: right;
}

.form-row.place-order input[type="submit"] {
    border: medium none;
    color: #fff;
    height: 40px;
    padding: 0 25px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.form-row.place-order input[type="submit"]:hover {
    background-color: #333;
}

.form-my-account select {
    border: 1px solid #e5e5e5;
    color: #999;
    height: 40px;
    padding: 0 20px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-my-account select option {
    text-transform: capitalize;
    font-weight: 400;
    padding: 10px 20px;
}

.woocommerce table.shop_table td.actions {
    text-align: right;
}

.woocommerce table.shop_table td .coupon {
    float: left;
}

.woocommerce table.shop_table td.actions input[type="button"] {
    border: medium none;
    color: #fff;
    height: 40px;
    padding: 0 20px;
}

.woocommerce table.shop_table td.actions input[type="button"]:hover {
    background: #333 none repeat scroll 0 0;
}

.woocommerce table.shop_table td.actions input[type="text"] {
    border: 1px solid #e5e5e5;
    color: #999;
    height: 40px;
    padding: 0 20px;
}

.woocommerce .cart-content-page table.shop_table thead {
    background: #f4f4f4;
}

.woocommerce .cart-content-page table.shop_table thead th {
    border-color: #e5e5e5;
    color: #333;
}

.woocommerce .cart-content-page table.shop_table .product-thumbnail img {
    max-width: 70px;
}

.cart-collaterals .cart_totals > h2 {
    background: #f4f4f4 none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 -1px;
    padding: 15px 20px;
    text-transform: uppercase;
}

.wc-proceed-to-checkout a.checkout-button {
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
    padding: 0 25px;
    /* text-transform: uppercase; */
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.wc-proceed-to-checkout a.checkout-button:hover {
    background-color: #333;
}

#history .wc-proceed-to-checkout a.checkout-button {
    margin-top: 0;
}

/*End Wooocommerce*/

.banner-cart-slider {
    margin-bottom: -1px;
}

.disabled-element {
    opacity: 0.65;
    pointer-events: none;
}
