/*-------------------------------- 
# Top bar menu
----------------------------------*/
.header-top-area {
    padding: 13px 0;
    background: #444 none repeat scroll 0 0;
}
.top-bar-left-content a,
.header-info a {
    color: #fff;
}
.header-info span {
    position: relative;
}
.header-info span + span {
    margin-left: 8px;
    padding-left: 8px;
}
.header-info span + span::before {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    content: "";
    height: 20px;
    left: -2px;
    position: absolute;
    top: 0;
    width: 1px;
}
.ht-header-top-right-language {
    float: right;
}
.ht-header-top-right-language .switcher .option{
    position: absolute;
    right: 15px;
}
.ht-header-top-right-language .switcher .selected{
    background: inherit;
}
.ht-header-top-right-language .switcher .selected a {
    border: inherit;
    background: inherit;
    position: relative;
    width: 90px;
    font-size: 14px;
    color: #454545;
    font-family: 'Rubik', sans-serif;
}
.ht-header-top-right-language .switcher .selected a:after{
    position: absolute;
    content: "\f123";
    top: 6px;
    right: 0;
    font-family: "Ionicons";
    font-size: 12px;
}
.ht-header-top-right-language .switcher .selected a:hover{
    background: inherit;
}
.ht-header-top-right-language .switcher {
    width: 100px;
}
.ht-header-top-right-language .switcher .selected a.open {
    background-image: inherit;
}
/*-------------------------------- 
# Top bar left side menu
----------------------------------*/

.top-bar-left-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.top-bar-left-menu ul li {
    display: inline-block;
}
.top-bar-left-menu ul li a {
    padding: 5px 10px;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 14px;
    color: #454545;
}
.top-bar-left-content a:hover,
.header-info a:hover,
.header-social ul li a:hover,
.top-bar-left-menu ul li a:hover {
    color: #ff3d2a;
}
.top-bar-left-content {
    color: #fff;
}
.top-bar-left-content p {
    margin-bottom: 0;
}

/*-------------------------------- 
# Header Top Social icons
----------------------------------*/

.header-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.header-social ul li {
    display: inline-block;
}
.header-social ul li a {
    color: #fff;
    font-size: 16px;
}
.header-social.text-white > a {
    color: #fff;
}
.menu-middle-area {
    border-top: 1px solid #ddd;
}
.header-social ul li + li {
    margin-left: 15px;
}
/*-------------------------------- 
# Header Search
----------------------------------*/

.header-search {
    margin: 29px 0;
}
.header-search form {
    display: block;
    position: relative;
}
.header-search form input {
    border: 1px solid #ddd;
    height: 40px;
    line-height: 24px;
    padding: 7px 40px 7px 15px;
    width: 250px;
}
.header-search form button {
    background-color: transparent;
    border: 0 none;
    color: #999;
    height: 40px;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 40px;
}
.header-search form button i {
    display: block;
    line-height: 38px;
}
.header-search form button:hover {
    color: #26c7cc;
}
/**
* Header Transparent Enable
*/

header.header-transparent {
    background: transparent none repeat scroll 0 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99999;
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0);
}
.logged-in.admin-bar header.header-transparent {
    top: 32px;
}

/**
* Header Sticky 
*/

header.is-sticky {
    position: fixed;
    left: 0;
    top: 0 !important;
    right: 0;
    background-color: rgba(255, 255, 255, 1) !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    z-index: 999;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
}
body.logged-in.admin-bar .is-sticky {
    padding-top: 32px;
}
header.is-sticky .default-menu nav > ul > li > a {
    padding: 20px 15px;
}
/**
* Default Menu Style
*/
.default-menu li a{
    color: #000;
}
.default-menu a:hover,
.default-menu li.current-page-item > a,
.default-menu li.current-page-parent > a,
.default-menu li.current-page-ancestor > a,
.default-menu li.current-menu-item > a,
.default-menu li.current-menu-parent > a,
.default-menu li.current-menu-ancestor > a{
    color:#f05b64;
}
.default-menu nav > ul,
.default-menu div > ul {
    display: flex;
    margin: 0;
    list-style: none;
    padding: 0;
    flex-wrap: wrap;
}
.default-menu nav > ul > li,
.default-menu div > ul > li {
    position: relative;
}
.default-menu nav > ul > li > a,
.default-menu div > ul > li > a {
    display: flex;
    font-size: 16px;
    line-height: 30px;
    padding: 30px 15px;
    transition: all 0.3s ease 0s;
}
.default-menu .sub-menu,
.default-menu .children {
    background-color: #ffffff;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
    margin-left: 0;
    left: 0;
    list-style: none;
    padding: 0;
    position: absolute;
    top: 100%;
    width: 250px;
    z-index: -999;
    visibility: hidden;
    opacity: 0;
    margin-top: 30px;
    transition: all 0.3s ease 0s;
}
.default-menu nav > ul > li:hover > .sub-menu,
.default-menu div > ul > li:hover > .children {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    z-index: 999;
}
.default-menu .sub-menu li,
.default-menu .children li {
    position: relative;
}
.default-menu .sub-menu li a,
.default-menu .children li a {
    line-height: 25px;
    padding: 10px 20px;
    font-size: 13px;
    display: flex;
    border-bottom: 1px solid #eeeeee;
    transition: all 0.3s ease 0s;
}
.default-menu .sub-menu li .sub-menu {
    top: 0;
    left: 100%;
    right: auto;
}
.default-menu .sub-menu li .sub-menu li .sub-menu {
    left: auto;
    right: 100%;
}
.default-menu .sub-menu li .sub-menu li .sub-menu li .sub-menu {
    left: 100%;
    right: auto;
}
.default-menu .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu {
    left: auto;
    right: 100%;
}
.default-menu .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu {
    left: 100%;
    right: auto;
}
/* Last 2 Element drop-down position */

.last-elements .sub-menu {
    left: auto;
    right: 0;
}
.last-elements .sub-menu li .sub-menu {
    top: 0;
    left: auto;
    right: 100%;
}
.last-elements .sub-menu li .sub-menu li .sub-menu {
    right: auto;
    left: 100%;
}
.last-elements .sub-menu li .sub-menu li .sub-menu li .sub-menu {
    right: 100%;
    left: auto;
}
.last-elements .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu {
    right: auto;
    left: 100%;
}
.last-elements .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu {
    right: 100%;
    left: auto;
}
/**
* Hover Animation 
*/

.sub-menu li:hover > .sub-menu {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    z-index: 999;
}
/**
* Mobile Menu 
*/

.mean-bar {
    background-color: transparent;
    min-height: auto;
    padding: 0;
    z-index: 9;
}
/**
* Menu Open/Close Button
*/

a.meanmenu-reveal {
    height: auto;
    line-height: 1;
    padding: 0;
    top: -32.5px;
    width: auto;
    transform: translateY(-50%);
}
a.meanmenu-reveal:hover,
a.meanmenu-reveal:focus {
    color: #f05b64;
    outline: medium none;
}
a.meanmenu-reveal i {
    display: block;
    font-size: 30px;
    line-height: 30px;
    width: 30px;
}
/**
* Mobile Menu Nav
*/

.mean-nav {
    background-color: transparent;
    margin: 0;
}
.mean-nav a.mean-expand {
    border: medium none !important;
    color: #464646 !important;
    font-size: 18px !important;
    height: 36px;
    line-height: 36px;
    padding: 0 !important;
    text-align: center;
    width: 30px !important;
}
.mean-nav a.mean-expand:hover {
    color: #f05b64 !important;
}
.mean-nav a.mean-clicked {
    font-size: 22px !important;
}
.mobile-menu .mean-nav ul.menu {
    height: 270px;
    overflow: scroll;
}
.mean-nav > ul {
    float: left;
    padding: 15px 0;
}
.mean-nav > ul > li > a {
    border-color: #eee;
    color: #464646;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 24px;
    padding: 6px 30px 6px 0;
}
.mean-nav > ul > li > a:hover,
.mean-nav > ul > li.current_page_item > a {
    color: #f05b64;
}
/**
* Mobile Sub & Mega menu
*/

.mean-nav .sub-menu,
.mean-nav .mega-menu {
    box-shadow: none;
    float: left;
    opacity: 1;
    position: static;
    -webkit-transition: none 0s ease 0s;
    transition: none 0s ease 0s;
    visibility: visible;
    z-index: 1;
}
.mean-nav ul li li {
    margin: 0;
    padding: 0;
}
.mean-nav ul li li a {
    border-color: #eee;
    color: #464646;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
    opacity: 1;
    padding: 6px 30px 6px 15px;
    text-transform: uppercase;
    width: 100% !important;
    border-bottom: none;
}
.mean-nav .sub-menu li:hover > a {
    color: #464646;
}
.mean-nav .sub-menu li.current_page_item:hover > a {
    color: #f05b64;
}
.mean-nav ul li li.current_page_item > a,
.mean-nav ul li li > a:hover,
.mean-nav .sub-menu li > a:hover {
    color: #f05b64;
}
.mean-nav ul li li li a {
    padding: 6px 30px 6px 25px;
}
.mean-nav ul li li li li a {
    padding: 6px 30px 6px 35px;
}
.mean-nav ul li li li li li a {
    padding: 6px 30px 6px 45px;
}
.mean-nav ul li li li li li li a {
    padding: 6px 30px 6px 55px;
}
/**
* Text Logo Style 
*/

.site-title h3,
.site-title p {
    margin: 0;
}
.site-title a {
    color: #333;
    display: block;
    font-size: 20px;
    font-weight: 700;
}
/**
* Logo Position
*/

.header-menu-wrap {
    -ms-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
.header-menu-wrap .site-title {
    min-width: 150px;
    flex-shrink: 0;
    padding-top: 19px;
    padding-bottom: 20px;
}
.header-menu-wrap.logo-left {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
}
.header-menu-wrap.logo-center {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
}
.header-menu-wrap.logo-center > div:nth-child(2) {
    -ms-align-self: flex-start;
    align-self: flex-start;
}
.header-menu-wrap.logo-right {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.header-menu-wrap.logo-left-top {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
}
.header-menu-wrap.logo-center-top {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
}
.header-menu-wrap.logo-right-top {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: flex-end;
    align-items: flex-end;
}
.header-menu-wrap.logo-center,
.header-menu-wrap.logo-left-top,
.header-menu-wrap.logo-center-top,
.header-menu-wrap.logo-right-top {
    padding-top: 15px;
}
header.header-default {
    border-bottom: 0px solid rgba(0, 0, 0, 0.07);
}
/**
* Search Option
*/

.page-title-search-box input {
    background: transparent;
    border-radius: 0;
    padding: 10px 20px;
}
.page-title-search-box input:focus {
    outline: none;
}
.page-title-search-box button {
    display: none;
}
.page__title__inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: wrap column;
}
.page__title__inner.breadcrumbs-title-left {
    justify-content: flex-start;
    align-items: flex-start;
}
.page__title__inner.breadcrumbs-title-center {
    justify-content: center;
    align-items: center;
}
.page__title__inner.breadcrumbs-title-right {
    justify-content: flex-end;
    align-items: flex-end;
}
/**
* Page Title and Breadcrumbs
*/

.page__title__wrapper {
    background: #F2F2F2;
}
.page__title__inner {
    padding: 50px 0 50px 0;
}
.page__title__inner > h2 {
    margin: 0;
	word-break: break-word;
}
.page__title__inner > p {
    margin-bottom: 0.80em;
}
.page__title__inner .page-subtitle {
    margin-bottom: 0;
}
.breadcrumbs_wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -10px;
    margin-right: -10px;
}
.breadcrumbs_wrap ul li {
    display: inline-block;
}
.breadcrumbs_wrap ul li {
    padding: 0 10px;
}
section.page__title__wrapper {
    position: relative;
}
section.page__title__wrapper:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    left: 0;
    top: 0;
}
section.page__title__wrapper.text-center {
    justify-content: center;
    align-items: center;
}
section.page__title__wrapper.full-height,
section.page__title__wrapper.full-height .container,
section.page__title__wrapper.full-height .container .row,
section.page__title__wrapper.full-height .container .row div[class*="col-"],
section.page__title__wrapper.full-height,
section.page__title__wrapper.full-height .container-fluid,
section.page__title__wrapper.full-height .container-fluid .row,
section.page__title__wrapper.full-height .container-fluid .row div[class*="col-"] {
    height: 100vh;
}
section.page__title__wrapper.full-height .container .row div[class*="col-"],
section.page__title__wrapper.full-height .container-fluid .row div[class*="col-"] {
    display: flex;
    align-items: center;
}
section.page__title__wrapper.half-height,
section.page__title__wrapper.half-height .container,
section.page__title__wrapper.half-height .container .row,
section.page__title__wrapper.half-height .container .row div[class*="col-"],
section.page__title__wrapper.half-height,
section.page__title__wrapper.half-height .container-fluid,
section.page__title__wrapper.half-height .container-fluid .row,
section.page__title__wrapper.half-height .container-fluid .row div[class*="col-"] {
    height: 50vh;
}
section.page__title__wrapper.half-height .container .row div[class*="col-"],
section.page__title__wrapper.half-height .container-fluid .row div[class*="col-"] {
    display: flex;
    align-items: center;
}
section.page__title__wrapper .page__title__inner {
    width: 100%;
}
.breadcrumbs_wrap ul,
.breadcrumbs_wrap ul li,
.breadcrumbs_wrap ul li a {
    transition: 0.3s !important;
    color: #000;
}
.breadcrumbs_wrap ul li a:hover,
.breadcrumbs_wrap ul li.item-current{
    color: #f05b64;
}
header.page-header .page-title {
  margin-top: 0;
}
.woocommerce .woocommerce-breadcrumb{
    margin-bottom: 0;
}
.woocommerce-breadcrumb ul {
    list-style: none;
}
.woocommerce-breadcrumb ul li {
    float: left;
    padding: 0 10px;
    color: #f05b64;
    font-family: Rubik;
    line-height: 14px;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
}
.woocommerce-breadcrumb ul li:first-child{
    padding-left: 0;
}
.woocommerce-breadcrumb ul li a{
    font-family: Rubik;
    line-height: 14px;
    font-weight: 500;
    font-style: normal;
    color: #242424;
    font-size: 14px;
}
.woocommerce-breadcrumb ul li a:hover{
    color: #f05b64;
}

.page__title__inner ul.breadcrumbs {
    text-align: left;
    list-style: none;
    margin-bottom: 0;
}
.page__title__inner ul.breadcrumbs li {
    padding: 0 10px;
    float: left;
	word-break: break-word;
}
.page__title__inner ul.breadcrumbs li a{
    font-family: Rubik;
    line-height: 14px;
    font-weight: 500;
    font-style: normal;
    color: #242424;
    font-size: 14px;
}
.page__title__inner ul.breadcrumbs li a:hover{
    color: #f05b64;
}

/**
* Page Wrapper
*/

.page-wrapper {
    padding: 45px 0;
}
.blog .page-wrapper,
.single-post .page-wrapper {
	padding: 75px 0;
}
.page-sub-title p {
    margin-bottom: 10px;
}
/**
* Default Footer
*/

footer .default-footer {
    background: #f2f2f2;
    padding: 20px 0;
    text-align: center;
    color: #000;
    position: relative;
}
footer .default-footer:before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0, 0);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
/**
* Footer fixed enable effect
*/

footer.fixed-footer-enable {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -10;
}
/**
* Not found / 404 page 
*/

.page-not-found-wrap {
    height: 700px;
    width: 100%;
    background: #f9f9f9;
}
.page-not-found-wrap .container,
.page-not-found-wrap .container .row,
.page-not-found-wrap .container .pnf-inner-wrap,
.page-not-found-wrap .container [class*="col-"] {
    height: 100%;
}
.page-not-found-wrap .container .pnf-inner-wrap {
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}
.pnf-inner img {
    max-height: 350px;
    margin-bottom: 30px;
}
.pnf-inner > h1 {
    color: #333;
    font-size: 150px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.pnf-inner > h2 {
    color: #333;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    text-transform: uppercase;
}
.pnf-inner > p {
    color: #333;
    font-size: 24px;
    line-height: 1.4;
    margin: 0;
}
.pnf-inner a.btn {
    background-color: #f05b64;
    border: 1px solid #f05b64;
    border-radius: 2px;
    color: #fff;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin-top: 50px;
    padding: 0 30px;
    text-transform: uppercase;
}
.pnf-inner a.btn:hover {
    background-color: #f05b64;
}
.align-center {
    align-items: center;
    display: flex;
}
/* Breadcrumb */

.breadcrumb-wrapper .breadcrumb {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin: 0;
    padding: 0;
}
.breadcrumb-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.breadcrumb-wrapper .breadcrumb li a {
    color: #fff;
    font-size: 16px;
}
.breadcrumb-wrapper .breadcrumb.black-text li a {
    color: #444
}
.breadcrumb-wrapper .breadcrumb.black-text li.active {
    color: #888
}
.breadcrumb-wrapper .breadcrumb li.active {
    color: #ccc;
}

/* phuler style */
body {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 1.5;
    color: #242424;
}
.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}
a,
.btn {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.btn {
    border-radius: 0px;
    font-size: 14px;
    padding: 0px 15px;
    height: 30px;
    line-height: 30px;
}
a:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
}
a:hover {
    color: #333;
    text-decoration: none;
}
a:focus {
    text-decoration: none;
}
button:focus {
    outline: 0px dotted;
}
a,
button,
input {
    outline: medium none;
    color: #242424;
}
.uppercase {
    text-transform: uppercase
}
.capitalize {
    text-transform: capitalize
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Rubik', sans-serif;
    color: #242424;
    margin-top: 0px;
    font-style: normal;
    font-weight: 400;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #242424;
}
h1 {
    font-size: 46px;
    font-weight: 500;
}
h2 {
    font-size: 37px;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
p {
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    color: #242424;
    margin-bottom: 15px;
    font-family: 'Rubik', sans-serif;
}
hr {
    margin: 60px 0;
    padding: 0px;
    border-bottom: 1px solid #eceff8;
    border-top: 0px;
}
hr.style-2 {
    border-bottom: 1px dashed #f10;
}
hr.mp-0 {
    margin: 0;
    border-bottom: 1px solid #eceff8;
}
hr.mtb-40 {
    margin: 40px 0;
    border-bottom: 1px solid #eceff8;
    border-top: 0px;
}
label {
    font-size: 15px;
    font-weight: 400;
    color: #242424;
}
*::-moz-selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}
::-moz-selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}
.mark,
mark {
    background: #4fc1f0 none repeat scroll 0 0;
    color: #ffffff;
}
span.tooltip-content {
    color: #00a9da;
    cursor: help;
    font-weight: 600;
}
.f-left {
    float: left
}
.f-right {
    float: right
}
.fix {
    overflow: hidden
}


/***************************
    transtion
****************************/

a.button::after,
a.button-small::after {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.share ul,
.share:hover ul {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
a.button-border span,
a.button-border-white span,
input,
select,
textarea {
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}


/*************************
    Input
*************************/

input {
    background: #eceff8;
    border: 2px solid #eceff8;
    height: 45px;
    box-shadow: none;
    padding-left: 10px;
    font-size: 14px;
    color: #626262;
    width: 100%;
}
select {
    width: 100%;
    background: transparent;
    border: 0px solid #eceff8;
    box-shadow: none;
    font-size: 14px;
    color: #626262;
}
option {
    background: #fff;
    border: 0px solid #626262;
    padding-left: 10px;
    font-size: 14px;
}
input:focus {
    background: transparent;
    border: 2px solid #4FC1F0;
}
textarea {
    resize: vertical;
    background: #eceff8;
    border: 2px solid #eceff8;
    padding: 10px;
    width: 100%;
    font-size: 14px;
}
textarea:focus {
    background: transparent;
    border: 2px solid #4FC1F0;
    outline: none;
}
.input-group.divcenter.input-group .form-control {
    padding-left: 0px
}


/*************************
  Basic margin padding
*************************/

.m-0 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}
.p-0 {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

/*************************
    Margin top
*************************/

.mt-0 {
    margin-top: 0
}
.mt-10 {
    margin-top: 10px
}
.mt-12 {
    margin-top: 12px
}
.mt-15 {
    margin-top: 15px
}
.mt-20 {
    margin-top: 20px
}
.mt-25 {
    margin-top: 25px
}
.mt-30 {
    margin-top: 30px
}
.mt-35 {
    margin-top: 35px
}
.mt-37 {
    margin-top: 37px
}
.mt-40 {
    margin-top: 40px
}
.mt-45 {
    margin-top: 45px
}
.mt-50 {
    margin-top: 50px
}
.mt-55 {
    margin-top: 55px
}
.mt-60 {
    margin-top: 60px
}
.mt-65 {
    margin-top: 65px
}
.mt-70 {
    margin-top: 70px
}
.mt-75 {
    margin-top: 75px
}
.mt-80 {
    margin-top: 80px
}
.mt-84 {
    margin-top: 84px
}
.mt-90 {
    margin-top: 90px
}
.mt-95 {
    margin-top: 95px
}
.mt-100 {
    margin-top: 100px
}
.mt-110 {
    margin-top: 110px
}
.mt-120 {
    margin-top: 120px
}
.mt-130 {
    margin-top: 130px
}
.mt-140 {
    margin-top: 140px
}
.mt-160 {
    margin-top: 160px
}
.mt-179 {
    margin-top: 179px
}
.mt-150 {
    margin-top: 150px
}
.mt-200 {
    margin-top: 200px
}
.mt-290 {
    margin-top: 290px
}
.mt-285 {
    margin-top: 285px
}
.mt-280 {
    margin-top: 280px
}

/*************************
    Margin right
*************************/

.mr-0 {
    margin-right: 0px
}
.mr-10 {
    margin-right: 10px
}
.mr-12 {
    margin-right: 12px
}
.mr-15 {
    margin-right: 15px
}
.mr-20 {
    margin-right: 20px
}
.mr-30 {
    margin-right: 30px
}
.mr-35 {
    margin-right: 35px
}
.mr-40 {
    margin-right: 40px
}
.mr-50 {
    margin-right: 50px
}
.mr-60 {
    margin-right: 60px
}
.mr-70 {
    margin-right: 70px
}
.mr-80 {
    margin-right: 80px
}
.mr-90 {
    margin-right: 90px
}
.mr-100 {
    margin-right: 100px
}
.mr-110 {
    margin-right: 110px
}
.mr-120 {
    margin-right: 120px
}
.mr-130 {
    margin-right: 130px
}
.mr-140 {
    margin-right: 140px
}
.mr-150 {
    margin-right: 150px
}
.mr-170 {
    margin-right: 170px
}

/*************************
    Margin bottom
*************************/

.mb-0 {
    margin-bottom: 0
}
.mb-2 {
    margin-bottom: 2px
}
.mb-5 {
    margin-bottom: 5px!important;
}
.mb-10 {
    margin-bottom: 10px
}
.mb-12 {
    margin-bottom: 12px
}
.mb-15 {
    margin-bottom: 15px
}
.mb-20 {
    margin-bottom: 20px
}

.mb-25 {
    margin-bottom: 25px
}
.mb-30 {
    margin-bottom: 30px
}
.mb-35 {
    margin-bottom: 35px
}
.mb-40 {
    margin-bottom: 40px
}
.mb-45 {
    margin-bottom: 45px
}
.mb-50 {
    margin-bottom: 50px
}
.mb-55 {
    margin-bottom: 55px
}
.mb-60 {
    margin-bottom: 60px
}
.mb-65 {
    margin-bottom: 65px
}
.mb-70 {
    margin-bottom: 70px
}
.mb-75 {
    margin-bottom: 75px
}
.mb-80 {
    margin-bottom: 80px
}
.mb-90 {
    margin-bottom: 90px
}
.mb-100 {
    margin-bottom: 100px
}
.mb-110 {
    margin-bottom: 110px
}
.mb-120 {
    margin-bottom: 120px
}
.mb-130 {
    margin-bottom: 130px
}
.mb-140 {
    margin-bottom: 140px
}
.mb-150 {
    margin-bottom: 150px
}

/*************************
    Margin left
*************************/

.ml-0 {
    margin-left: 0
}
.ml-10 {
    margin-left: 10px
}
.ml-12 {
    margin-left: 12px
}
.ml-15 {
    margin-left: 15px
}
.ml-20 {
    margin-left: 20px
}
.ml-30 {
    margin-left: 30px
}
.ml-40 {
    margin-left: 40px
}
.ml-50 {
    margin-left: 50px
}
.ml-60 {
    margin-left: 60px
}
.ml-70 {
    margin-left: 70px
}
.ml-80 {
    margin-left: 80px
}
.ml-90 {
    margin-left: 90px
}
.ml-100 {
    margin-left: 100px
}
.ml-110 {
    margin-left: 110px
}
.ml-120 {
    margin-left: 120px
}
.ml-125 {
    margin-left: 125px
}
.ml-130 {
    margin-left: 130px
}
.ml-140 {
    margin-left: 140px
}
.ml-150 {
    margin-left: 150px
}
.ml-285 {
    margin-left: 285px
}

/*************************
    Padding top
*************************/

.pt-0 {
    padding-top: 0
}
.pt-4 {
    padding-top: 4px
}
.pt-10 {
    padding-top: 10px
}
.pt-12 {
    padding-top: 12px
}
.pt-15 {
    padding-top: 15px
}
.pt-20 {
    padding-top: 20px
}
.pt-25 {
    padding-top: 25px
}
.pt-30 {
    padding-top: 30px
}
.pt-35 {
    padding-top: 35px
}
.pt-37 {
    padding-top: 37px
}
.pt-40 {
    padding-top: 40px
}
.pt-45 {
    padding-top: 45px
}
.pt-50 {
    padding-top: 50px
}
.pt-55 {
    padding-top: 55px
}
.pt-60 {
    padding-top: 60px
}
.pt-65 {
    padding-top: 65px
}
.pt-70 {
    padding-top: 70px
}
.pt-75 {
    padding-top: 75px
}
.pt-80 {
    padding-top: 80px
}
.pt-85 {
    padding-top: 85px
}
.pt-95 {
    padding-top: 95px
}
.pt-90 {
    padding-top: 90px
}
.pt-97 {
    padding-top: 97px
}
.pt-100 {
    padding-top: 100px
}
.pt-95 {
    padding-top: 95px
}
.pt-105 {
    padding-top: 105px
}
.pt-110 {
    padding-top: 110px
}
.pt-115 {
    padding-top: 115px
}
.pt-120 {
    padding-top: 120px
}
.pt-125 {
    padding-top: 125px
}
.pt-130 {
    padding-top: 130px
}
.pt-135 {
    padding-top: 135px
}
.pt-140 {
    padding-top: 140px
}
.pt-145 {
    padding-top: 145px
}
.pt-150 {
    padding-top: 150px
}
.pt-155 {
    padding-top: 155px
}
.pt-160 {
    padding-top: 160px
}
.pt-169 {
    padding-top: 169px
}
.pt-172 {
    padding-top: 172px
}
.pt-175 {
    padding-top: 175px
}
.pt-170 {
    padding-top: 170px
}
.pt-180 {
    padding-top: 180px
}
.pt-190 {
    padding-top: 190px
}
.pt-205 {
    padding-top: 205px
}
.pt-200 {
    padding-top: 200px
}
.pt-220 {
    padding-top: 220px
}
.pt-250 {
    padding-top: 250px
}
.pt-290 {
    padding-top: 290px
}
.pt-285 {
    padding-top: 285px
}
.pt-280 {
    padding-top: 280px
}
.pt-330 {
    padding-top: 330px
}
.pt-345 {
    padding-top: 345px
}
.pt-350 {
    padding-top: 350px
}
.pt-335 {
    padding-top: 335px
}
.pt-365 {
    padding-top: 365px
}
.pt-355 {
    padding-top: 355px
}
.pt-370 {
    padding-top: 370px
}
.pt-380 {
    padding-top: 380px
}


/*************************
    Padding right
*************************/

.pr-0 {
    padding-right: 0
}
.pr-10 {
    padding-right: 10px
}
.pr-15 {
    padding-right: 15px
}
.pr-20 {
    padding-right: 20px
}
.pr-30 {
    padding-right: 30px
}
.pr-40 {
    padding-right: 40px
}
.pr-50 {
    padding-right: 50px
}
.pr-55 {
    padding-right: 55px
}
.pr-60 {
    padding-right: 60px
}
.pr-70 {
    padding-right: 70px
}
.pr-80 {
    padding-right: 80px
}
.pr-90 {
    padding-right: 90px
}
.pr-100 {
    padding-right: 100px
}
.pr-110 {
    padding-right: 110px
}
.pr-120 {
    padding-right: 120px
}
.pr-130 {
    padding-right: 130px
}
.pr-140 {
    padding-right: 140px
}
.pr-155 {
    padding-right: 155px
}
.pr-155 {
    padding-right: 155px
}
.pr-180 {
    padding-right: 180px
}
.pr-195 {
    padding-right: 195px
}
.pr-215 {
    padding-right: 215px
}

/*************************
    Padding bottom
*************************/

.pb-0 {
    padding-bottom: 0
}
.pb-5 {
    padding-bottom: 5px
}
.pb-6 {
    padding-bottom: 6px
}
.pb-10 {
    padding-bottom: 10px
}
.pb-13 {
    padding-bottom: 13px
}
.pb-15 {
    padding-bottom: 15px
}
.pb-20 {
    padding-bottom: 20px
}
.pb-25 {
    padding-bottom: 25px
}
.pb-30 {
    padding-bottom: 30px
}
.pb-35 {
    padding-bottom: 35px
}
.pb-40 {
    padding-bottom: 40px
}
.pb-45 {
    padding-bottom: 45px
}
.pb-50 {
    padding-bottom: 50px
}
.pb-55 {
    padding-bottom: 55px
}
.pb-60 {
    padding-bottom: 60px
}
.pb-65 {
    padding-bottom: 65px
}
.pb-70 {
    padding-bottom: 70px
}
.pb-75 {
    padding-bottom: 75px
}
.pb-80 {
    padding-bottom: 80px
}
.pb-85 {
    padding-bottom: 85px
}
.pb-90 {
    padding-bottom: 90px
}
.pb-95 {
    padding-bottom: 95px
}
.pb-97 {
    padding-bottom: 97px
}
.pb-100 {
    padding-bottom: 100px
}
.pb-105 {
    padding-bottom: 105px
}
.pb-107 {
    padding-bottom: 107px
}
.pb-110 {
    padding-bottom: 110px
}
.pb-115 {
    padding-bottom: 115px
}
.pb-120 {
    padding-bottom: 120px
}
.pb-125 {
    padding-bottom: 125px
}
.pb-130 {
    padding-bottom: 130px
}
.pb-135 {
    padding-bottom: 135px
}
.pb-140 {
    padding-bottom: 140px
}
.pb-145 {
    padding-bottom: 145px
}
.pb-146 {
    padding-bottom: 146px
}
.pb-150 {
    padding-bottom: 150px
}
.pb-155 {
    padding-bottom: 155px
}
.pb-160 {
    padding-bottom: 160px
}
.pb-169 {
    padding-bottom: 169px
}
.pb-178 {
    padding-bottom: 178px
}
.pb-172 {
    padding-bottom: 172px
}
.pb-180 {
    padding-bottom: 180px
}
.pb-190 {
    padding-bottom: 190px
}
.pb-210 {
    padding-bottom: 210px
}
.pb-230 {
    padding-bottom: 230px
}
.pb-212 {
    padding-bottom: 212px
}
.pb-250 {
    padding-bottom: 250px
}
.pb-280 {
    padding-bottom: 280px
}
.pb-210 {
    padding-bottom: 210px
}
.pb-285 {
    padding-bottom: 285px
}
.pb-290 {
    padding-bottom: 290px
}
.pb-280 {
    padding-bottom: 280px
}
.pb-285 {
    padding-bottom: 285px
}
.pb-200 {
    padding-bottom: 200px
}
.pb-215 {
    padding-bottom: 215px
}
.pb-295 {
    padding-bottom: 295px
}
.pb-440 {
    padding-bottom: 440px
}
.pb-450 {
    padding-bottom: 450px
}

/*************************
    Padding left
*************************/

.pl-0 {
    padding-left: 0
}
.pl-10 {
    padding-left: 10px
}
.pl-15 {
    padding-left: 15px
}
.pl-20 {
    padding-left: 20px
}
.pl-30 {
    padding-left: 30px
}
.pl-40 {
    padding-left: 40px
}
.pl-45 {
    padding-left: 45px
}
.pl-50 {
    padding-left: 50px
}
.pl-55 {
    padding-left: 55px
}
.pl-60 {
    padding-left: 60px
}
.pl-70 {
    padding-left: 70px
}
.pl-80 {
    padding-left: 80px
}
.pl-90 {
    padding-left: 90px
}
.pl-100 {
    padding-left: 100px
}
.pl-110 {
    padding-left: 110px
}
.pl-120 {
    padding-left: 120px
}
.pl-125 {
    padding-left: 125px
}
.pl-130 {
    padding-left: 130px
}
.pl-140 {
    padding-left: 140px
}
.pl-140 {
    padding-left: 140px
}
.pl-170 {
    padding-left: 170px
}
.pl-155 {
    padding-left: 155px
}
.pl-190 {
    padding-left: 190px
}
.pl-195 {
    padding-left: 195px
}

/***************************
    Page section padding 
****************************/

.ptb-0 {
    padding: 0
}
.ptb-10 {
    padding: 10px 0
}
.ptb-15 {
    padding: 15px 0
}
.ptb-20 {
    padding: 20px 0
}
.ptb-30 {
    padding: 30px 0
}
.ptb-32 {
    padding: 32px 0
}
.ptb-37 {
    padding: 37px 0
}
.ptb-40 {
    padding: 40px 0
}
.ptb-50 {
    padding: 50px 0
}
.ptb-60 {
    padding: 60px 0
}
.ptb-65 {
    padding: 65px 0
}
.ptb-70 {
    padding: 70px 0
}
.ptb-75 {
    padding: 75px 0
}
.ptb-80 {
    padding: 80px 0
}
.ptb-90 {
    padding: 90px 0
}
.ptb-100 {
    padding: 100px 0
}
.ptb-110 {
    padding: 110px 0
}
.ptb-120 {
    padding: 120px 0
}
.ptb-130 {
    padding: 130px 0
}
.ptb-135 {
    padding: 135px 0
}
.ptb-140 {
    padding: 140px 0
}
.ptb-150 {
    padding: 150px 0
}
.ptb-160 {
    padding: 160px 0
}
.ptb-165 {
    padding: 165px 0
}
.ptb-170 {
    padding: 170px 0
}
.ptb-177 {
    padding: 177px 0
}
.ptb-180 {
    padding: 180px 0
}
.ptb-190 {
    padding: 190px 0
}
.ptb-200 {
    padding: 200px 0
}
.ptb-210 {
    padding: 210px 0
}
.ptb-220 {
    padding: 220px 0
}
.ptb-250 {
    padding: 250px 0
}
.ptb-290 {
    padding: 290px 0
}
.ptb-310 {
    padding: 310px 0
}


/***************************
    Page section margin 
****************************/

.mtb-0 {
    margin: 0
}
.mtb-10 {
    margin: 10px 0
}
.mtb-15 {
    margin: 15px 0
}
.mtb-20 {
    margin: 20px 0
}
.mtb-30 {
    margin: 30px 0
}
.mtb-40 {
    margin: 40px 0
}
.mtb-50 {
    margin: 50px 0
}
.mtb-60 {
    margin: 60px 0
}
.mtb-70 {
    margin: 70px 0
}
.mtb-80 {
    margin: 80px 0
}
.mtb-90 {
    margin: 90px 0
}
.mtb-100 {
    margin: 100px 0
}
.mtb-110 {
    margin: 110px 0
}
.mtb-120 {
    margin: 120px 0
}
.mtb-130 {
    margin: 130px 0
}
.mtb-140 {
    margin: 140px 0
}
.mtb-150 {
    margin: 150px 0;
}
.mtb-290 {
    margin: 290px 0;
}

/*************************************
    Background variation set 
 **************************************/

/*colored background*/
.white-bg {
    background: #fff;
}
.black-bg {
    background: #282829
}
.theme-bg {
    background: #ff3d2a;
}
.gray-bg {
    background: #f8f9f9;
}
.gray-bg-2 {
    background: #e7e8e8;
}
.gray-bg-3 {
    background: #f6f7f7;
}
.blue-bg {
    background: #4FC1F0;
}
.default-bg {
    background: #50C1F0;
}
.pink-bg {
    background: #ffe8e8;
}
.transparent-bg {
    background: transparent;
}
/*Opacity background*/
/* black overlay */
[data-overlay] {
    position: relative;
}
[data-overlay]::before {
    background: #252525 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
[data-overlay="3"]::before {
    opacity: 0.3;
}
[data-overlay="4"]::before {
    opacity: 0.4;
}
[data-overlay="5"]::before {
    opacity: 0.5;
}
[data-overlay="56"]::before {
    opacity: 0.56;
}
[data-overlay="6"]::before {
    opacity: 0.6;
}
[data-overlay="7"]::before {
    opacity: 0.7;
}
[data-overlay="8"]::before {
    opacity: 0.8;
}
/*image background*/
.bg-1,
.bg-2,
.bg-3,
.bg-4,
.bg-5,
.bg-6,
.bg-7,
.bg-8,
.bg-9,
.bg-10 {
    background-attachment: fixed;
    background-clip: initial;
    background-color: rgba(0, 0, 0, 0);
    background-origin: initial;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}
.bg-1 {
    background: url(../../images/bg/1.jpg);
}
.bg-img {
    background-position: center center;
    background-size: cover;
}
:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
:focus {
    outline: -mos-focus-ring-color auto 0px;
}
:focus {
    outline: none;
}
.header-search form button {
    outline: medium none;
}
.relative {
    position: relative;
}
.overflow {
    overflow: hidden;
}
.border-bottom-1 {
    border-bottom: 1px solid #ededed;
}
.border-top-1 {
    border-top: 1px solid #d7d7d7;
}
.border-top-2 {
    border-top: 1px solid #141414;
}
.border-top-3 {
    border-top: 1px solid #eeeeee;
}
.border-bottom-2 {
    border-bottom: 1px solid #eeeeee;
}
.mobile-menu-area {
    display: none;
}
#mobile-menu-active {
    display: none;
}
/* scrollUp */
#scrollUp {
    background: #242424 none repeat scroll 0 0;
    bottom: 85px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    right: 12px;
    text-align: center;
    width: 38px;
    z-index: 9999;
}
#scrollUp:hover {
    background: #ff3d2a none repeat scroll 0 0;
}
/* button */
.btn-style {
    background-color: transparent;
    border: 2px solid #eeeeee;
    color: #242424;
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding: 14px 20px 12px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    display: block;
}
.btn-style:hover {
    background-color: #ff3d2a;
    border: 2px solid #ff3d2a;
    color: #fff;
}
.btn-style-2 {
    background-color: #ff3d2a;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 17px 37px;
    text-transform: uppercase;
}
.btn-style-2:hover {
    background-color: #242424;
    color: #fff;
}
.height-100vh {
    height: 100vh;
}
#mobile-menu-active {
    display: none;
}

body {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #242424;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Rubik', sans-serif;
    color: #242424;
    margin-top: 0px;
    font-style: normal;
    font-weight: 400;
}
/* header top */
.welcome-area > p {
    color: #454545;
    margin: 14px 0 0;
}
.account-curr-lang-wrap ul li {
    display: inline-block;
    list-style: outside none none;
    margin-right: 20px;
    position: relative;
}
.account-curr-lang-wrap ul li:last-child {
    margin-right: 0px;
}
.account-curr-lang-wrap ul li a {
    color: #454545;
    display: inline-block;
}
.account-curr-lang-wrap ul li:hover > a {
    color: #ff3d2a;
}
.account-curr-lang-wrap ul li a i {
    font-size: 12px;
    margin-left: 8px;
    position: relative;
    top: 0;
}
.account-curr-lang-wrap ul li a img {
    margin-right: 6px;
    margin-top: -3px;
}
.account-curr-lang-wrap ul li ul {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
    left: 0;
    padding: 8px 12px 10px;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: rotateX(90deg);
    transform-origin: center top 0;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 125px;
    z-index: 220;
}
.account-curr-lang-wrap ul li:hover ul {
    transform: rotateX(0deg);
    visibility: visible;
}
.account-curr-lang-wrap ul li ul li {
    display: block;
    margin-right: 0px;
}
.account-curr-lang-wrap ul li ul li a {
    display: block;
    font-size: 13.5px;
    line-height: 32px;
    padding: 0;
    text-transform: capitalize;
}
.account-curr-lang-wrap ul li ul li a img {
    margin-right: 5px;
}
.account-curr-lang-wrap ul li ul li:hover > a {
    color: #ff3d2a;
}
.account-curr-lang-wrap ul li::before {
    background-color: #999999;
    content: "";
    height: 12px;
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
}
.account-curr-lang-wrap ul li ul li::before {
    width: 0px;
}
.account-curr-lang-wrap ul li:last-child::before {
    display: none;
}
.account-curr-lang-wrap ul li.top-hover ul li a::before {
    background: #ff3d2a none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 7px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 13px;
    transition: all 0.3s ease-in-out 0s;
    width: 7px;
    z-index: 999;
}
.account-curr-lang-wrap ul li.top-hover ul li:hover a::before {
    opacity: 1;
}
.account-curr-lang-wrap ul li.top-hover ul li:hover a {
    padding-left: 12px;
}
/* header bottom cart */
.header-bottom {
    border-top: 1px solid #ededed;
}
.header-bottom-right {
  display: flex;
  justify-content: flex-end;
}

.header-cart > a .cart-icon {
  display: inline-block;
  float: left;
  line-height: 1;
  position: relative;
}
.header-cart > a .cart-icon i {
  color: #454545;
  font-size: 44px;
}
.cart-text {
  display: inline-block;
  margin-left: 12px;
  margin-top: 6px;
  overflow: hidden;
}
.cart-text > span {
  color: #454545;
  display: block;
  font-size: 15px;
  line-height: 1;
}
.cart-text > span.digit {
  margin-bottom: 7px;
}
.header-cart > a .cart-icon span {
  background-color: #ff3d2a;
  border-radius: 100%;
  bottom: -5px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  left: 0;
  line-height: 22px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  width: 22px;
}
.header-cart {
  display: inline-block;
  padding: 41px 0 0 63px;
  position: relative;
}
.shopping-cart-content {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 31px 35px 10px;
    position: absolute;
    right: 0;
    top: 100%;
    width: 340px;
    z-index: 9999;
    transform: rotateX(90deg);
  transform-origin: center top 0;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  max-height: 400px;
  overflow-y: auto; 
}
.header-cart:hover > .shopping-cart-content {
  transform: rotateX(0deg);
  visibility: visible;
  max-height: 400px;
  overflow-y: auto; 
}
.shopping-cart-content ul li {
    border-bottom: 1px solid #ebebeb;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding-bottom: 15px;
}
.shopping-cart-img {
    flex: 0 0 82px;
    margin-right: 15px;
}
.shopping-cart-title > h4 {
    color: #242424;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
}
.shopping-cart-title > h4 a {
    color: #242424;
}
.shopping-cart-title > h4 a:hover {
    color: #ff3d2a;
}
.shopping-cart-title > h6 {
    color: #555;
    font-size: 13px;
    margin: 5px 0 10px;
}
.shopping-cart-title > span {
    color: #555;
    font-size: 14px;
}
.shopping-cart-delete {
    display: flex;
    flex-grow: 100;
    justify-content: flex-end;
}
.woocommerce a.remove {
    border: 2px solid #999;
    border-radius: 50px;
    color: #666 !important;
    display: inline-block;
    font-size: 12px;
    height: 19px;
    line-height: 15px;
    margin-top: 2px;
    text-align: center;
    width: 20px;
}
.woocommerce a.remove:hover {
    border: 2px solid #ff3d2a;
    color: #ff3d2a !important;
    background: inherit;
}
.shopping-cart-total {
    margin: 25px 0 0;
}
.shopping-cart-total > h4 {
    font-size: 14px;
    margin-bottom: 17px;
}
.shopping-cart-total > h4:last-child {
    margin-bottom: 0px;
}
.shopping-cart-total > h4 span {
    float: right;
    color: #242424;
}
.shopping-cart-total > h4 span.shop-total {
    color: #ff3d2a;
    font-weight: 500;
}
.shopping-cart-btn {
    margin-top: 23px;
}
.shopping-cart-btn a {
    margin-bottom: 15px;
}
.shopping-cart-btn a {
  background-color: transparent;
  border: 2px solid #eeeeee;
  color: #454545;
  display: block;
  font-size: 14px;
  font-weight: 500;
  padding: 14px 20px 12px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.shopping-cart-btn a:hover {
  background-color: #ff3d2a;
  color: #fff;
}

/* start main menu */

.main-menu ul{
    margin-bottom: 0;
}
.main-menu ul li {
  display: inline-block;
  list-style: outside none none;
  padding-right: 30px;
  position: relative;
}
.main-menu nav > ul > li:last-child {
  padding-right: 0px;
}
.main-menu ul li a {
  color: #454545;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  line-height: 125px;
  text-transform: uppercase;
}
.main-menu ul li:hover > a {
  color: #ff3d2a;
}
.main-menu nav > ul > li > ul.sub-menu {
  background: #fff none repeat scroll 0 0;
  border-top: 1px solid #dcdcdc;
  box-shadow: 0 0 7px 0.5px rgba(0, 0, 0, 0.15);
  display: block;
  left: 0;
  padding: 20px 0px 22px;
  position: absolute;
  top: 100%;
  transform: rotateX(90deg);
  transform-origin: center top 0;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  width: 260px;
  z-index: 999;
}
.main-menu nav > ul > li:hover > ul.sub-menu {
  transform: rotateX(0deg);
  visibility: visible;
}
.main-menu nav > ul > li > ul.mega-menu > li ul li {
  display: block;
  padding: 0px;
}
.main-menu nav > ul > li > ul > li {
  display: block;
  padding: 0 20px;
}
.main-menu ul li ul li.mega-menu-title {
  margin: 0 0 17px;
  text-transform: uppercase;
}
.main-menu ul li ul li a {
  color: #454545;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  text-transform: capitalize;
}
.main-menu ul li ul li a::before {
  background: #ff3d2a none repeat scroll 0 0;
  border-radius: 50%;
  content: "";
  height: 7px;
  left: 15px;
  opacity: 0;
  position: absolute;
  top: 13px;
  transition: all 0.3s ease-in-out 0s;
  width: 7px;
  z-index: 999;
}
.main-menu ul li ul li:hover > a::before {
  opacity: 1;
}
.main-menu ul li ul li:hover > a {
  padding-left: 12px;
}

.main-menu ul li.mega-menu-position {
  position: static;
}
.main-menu nav > ul > li > ul.mega-menu {
  background-color: #fff;
  display: block;
  left: 0;
  padding: 33px 30px 30px 0;
  position: absolute;
  text-align: left;
  top: 100%;
  transform: rotateX(90deg);
  transform-origin: center top 0;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  width: 100%;
  z-index: 999;
  box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
}
.main-menu nav > ul > li:hover > ul.mega-menu {
  transform: rotateX(0deg);
  visibility: visible;
}

.main-menu nav > ul > li > ul.mega-menu > li {
  display: inline-block;
  float: left;
  padding-left: 60px;
  padding-right: 0;
  width: 25%;
}
.main-menu nav > ul > li > ul.mega-menu > li:last-child {
  padding-right: 0px;
}

.is-sticky .main-menu ul li a {
    line-height: 85px;
}
.is-sticky .main-menu ul li ul li a {
    line-height: 32px;
}

.is-sticky .header-cart {
    padding: 18px 0 0 63px;
}
/* lavel menu */

.main-menu nav > ul > li > ul > li > ul.sub-menu li {
  padding: 0 20px;
  display: block;
}
.main-menu nav > ul > li > ul > li > ul.sub-menu {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
  display: block;
  left: 100%;
  opacity: 0;
  padding: 20px 0px 22px;
  position: absolute;
  text-align: left;
  top: 10px;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 200px;
  z-index: 999;
}
.main-menu nav > ul > li > ul > li:hover > ul.sub-menu {
  opacity: 1;
  top: 0;
  visibility: visible;
}
.main-menu nav > ul > li > ul > li.menu-item-has-children a:after{
    position: absolute;
    right: 20px;
    top: 0;
    content: "\f3d3";
    font-family: "Ionicons";
    font-size: 14px;
}
.main-menu nav > ul > li > ul > li.menu-item-has-children ul li a:after{
    display: none;
}
/*---------------------------
    11. Blog page
-----------------------------*/
.blog-contents > h2 {
    color: #242424;
    font-size: 30px;
    font-weight: 500;
    margin: 0;
}
.blog-date-categori {
    margin: 9px 0 19px;
}
.blog-date-categori li {
    color: #242424;
    display: inline-block;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
}
.blog-date-categori ul li::after {
    content: "/";
    margin: 0 3px 0 4px;
}
.blog-date-categori ul li:last-child::after {
    display: none;
}
.blog-date-categori ul li a {
    color: #ff3d2a;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease 0s;
}
.blog-date-categori ul li a::before {
    background-color: #ff3d2a;
    bottom: 3px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.blog-date-categori ul li a:hover::before {
    background-color: #000;
}
.blog-date-categori ul li a:hover {
    color: #000;
}
.single-blog-wrapper > p {
    color: #242424;
    font-size: 15px;
    line-height: 26px;
    margin: 0;
}
.blog-btn-social {
    display: flex;
    justify-content: space-between;
}
.blog-btn > a {
    color: #242424;
    font-weight: 500;
    padding-left: 48px;
    position: relative;
    text-transform: capitalize;
}
.blog-btn > a::before {
    background-color: #000000;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 9px;
    transition: all 0.3s ease 0s;
    width: 37px;
}
.blog-social {
    display: flex;
}
.blog-social ul li {
    display: inline-block;
    margin-left: 13px;
}
.blog-social ul li:nth-child(1) {
    margin-left: 0px;
}
.blog-social ul li a {
    color: #333333;
    font-size: 14px;
}
.blog-social > span {
    color: #242424;
    font-weight: 500;
    margin: 0px 15px 0 0;
    text-transform: capitalize;
}
/* quote post */
.quote-post {
    background-color: #ff3d2a;
    padding: 74px 50px 77px 58px;
    position: relative;
}
.quote-content,
.link-content {
    z-index: 9;
    position: relative;
}
.quote-content > span {
    color: #fff;
}
.quote-content > h3 {
    color: #f3f2f2;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    margin: 19px 0 22px;
    text-transform: uppercase;
}
.quote-content > h3 a {
    color: #f3f2f2;
}
.quote-content h6 {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    padding-left: 28px;
    position: relative;
}
.quote-content h6::before {
    background-color: #f3f2f2;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 9px;
    transition: all 0.3s ease 0s;
    width: 18px;
}
.post-img {
    display: inline-block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.post-img > img {
    max-width: 188px;
}
blockquote {
    margin: 0;
}
/* gallery post */
.blog-gallery-slider .owl-nav div {
    color: #494949;
    font-size: 35px;
    left: 50px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    visibility: hidden;
}
.blog-gallery-slider .owl-nav div:hover {
    color: #ff3d2a;
}
.blog-gallery-slider .owl-nav div.owl-next {
    left: auto;
    right: 50px;
}
.blog-gallery-slider:hover .owl-nav div {
    opacity: 1;
    visibility: visible;
}
/* link post */
.link-post {
    background-color: #000000;
    padding: 74px 48px 77px;
    position: relative;
}
.link-content > span {
    color: #fff;
}
.link-content > h3 {
    color: #f3f2f2;
    font-size: 18px;
    font-weight: 500;
    margin: 20px 0 0;
    text-transform: uppercase;
}
.link-content > h3 a {
    color: #f3f2f2;
}
.blog-social ul li a:hover,
.blog-btn > a:hover,
.blog-author > h4 a:hover,
.news-form > button:hover,
.widget_categories ul li a:hover,
.blog-tags ul > li a:hover,
.blog-sidebar-social li a:hover,
.link-content > h3 a:hover,
.blog-contents > h2 a:hover {
    color: #ff3d2a;
}
.blog-btn > a:hover::before {
    background-color: #ff3d2a;
}
.quote-content > h3 a:hover {
    text-decoration: underline;
}
/* blog sidebar */
.blog-search form input {
    background: #efefef none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    box-shadow: none;
    color: #555;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 50px;
    width: 100%;
}
.blog-search form input::-moz-placeholder {
    color: #555 !important;
    opacity: 1;
}
.blog-search form input::-webkit-input-placeholder {
    color: #555 !important;
    opacity: 1;
}
.blog-search form {
    position: relative;
}
.news-form > button {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #666;
    font-size: 24px;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all .3 ease 0s;
}
.blog-author > h4 {
    color: #242424;
    font-size: 18px;
    font-weight: 500;
    margin: 16px 0 6px;
}
.blog-author > h4 a {
    color: #242424;
}
.recent-post-wrapper {
    align-items: center;
    display: flex;
    margin-bottom: 20px;
}
.recent-post-wrapper:last-child,
.widget_categories ul li:last-child {
    margin-bottom: 0px;
}
.recent-post-img a img {
    width: 94px;
}
.blog-widget-title {
    color: #353535;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}
.recent-post-content > h4 {
    color: #242424;
    font-size: 16px;
    margin-bottom: 4px;
}
.recent-post-content > h4 a:hover {
    color: #ff3d2a;
}
.recent-post-content > span {
    color: #666;
}
.recent-post-img {
    margin-right: 25px;
}
.widget_categories ul li {
    display: block;
    list-style: outside none none;
    margin-bottom: 15px;
}
.widget_categories ul li a {
    color: #242424;
    display: inline-block;
    font-size: 14px;
}
.null-instagram-feed img {
    width: 78px;
}
.null-instagram-feed li {
    display: inline-block;
    margin-bottom: 9px;
    margin-right: 6px;
}
.null-instagram-feed li a {
    position: relative;
    display: block;
}
.null-instagram-feed li a::before {
    background-color: #ff3d2a;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.null-instagram-feed li a:hover::before {
    opacity: 0.6;
}
.blog-sidebar-social li {
    display: inline-block;
    margin-right: 32px;
}
.blog-sidebar-social li:last-child {
    margin-right: 0px;
}
.blog-sidebar-social li a {
    color: #242424;
    font-size: 24px;
}
.widget_tag_cloud a {
    display: inline-block;
    color: #242424;
    text-transform: capitalize;
    margin-bottom: 7px;
    margin-right: 17px;
    border: none;
    padding: 0;
    position: relative;
}
.widget_tag_cloud a:hover{
    border: none;
}
.widget_tag_cloud a::after {
    background-color: #6d6d6d;
    content: "";
    font-size: 8px;
    height: 12px;
    position: absolute;
    right: -12px;
    top: 1px;
    transform: rotate(20deg);
    width: 1.5px;
}
.widget_tag_cloud a:last-child::after {
    display: none;
}
/* blog masonry */
.blog-masonry .blog-contents > h2 {
    font-size: 18px;
}
.masonary-style .quote-post {
    padding: 74px 44px 77px 47px;
}
.post-pagination {
    border: 1px solid #e9e9e9;
    padding: 15px 24px 13px;
}
.post-pagination li {
    display: inline-block;
    list-style: outside none none;
    margin: 0 8px 0 0;
}
.post-pagination li a,
.post-pagination li span {
    background-color: #f1f1f1;
    border-radius: 3px;
    color: #242424;
    display: inline-block;
    line-height: 1 !important;
    padding: 11px 13px !important;
    width: inherit !important;
    height: inherit !important;
}
.post-pagination li a.prev,
.post-pagination li a.next {
    padding: 11px 22px !important;
}
.post-pagination li a.prev i{
    margin-right: 5px;
}
.post-pagination li a.next i{
    margin-left: 5px;
}
.post-pagination li a.next {
    background-color: #242424;
    color: #fff;
}
.post-pagination li a:hover, 
.post-pagination li span.current, 
.post-pagination li a.next:hover {
    background-color: #ff3d2a !important;
    color: #fff !important;
}
.post-pagination li a.next {
    background-color: #242424 !important;
    color: #fff !important;
}
.total-pages > p {
    margin: 4px 0 0;
}
/*---------------------------
    12. Blog details
-----------------------------*/

.highlights-title-wrapper {
    display: flex;
    margin: 56px 0 47px;
}
.importent-title > h4 {
    color: #242424;
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    line-height: 34px;
    margin: 0;
}
.highlights-img > img {
    width: 73px;
}
.highlights-img {
    margin-right: 25px;
    margin-top: 9px;
}
.dec-img > img {
    width: 100%;
}
.dec-img-wrapper {
    margin: 56px 0 53px;
}
.blog-dec-tags-social {
    border-bottom: 2px solid #f6f6f6;
    display: flex;
    justify-content: space-between;
    margin-top: 52px;
    padding-bottom: 10px;
}
.blog-dec-tags ul li {
    display: inline-block;
    position: relative;
}
.blog-dec-tags ul li a {
    color: #242424;
    margin-right: 18px;
    text-transform: capitalize;
}
.blog-comment-content {
	overflow: hidden;
}
.blog-dec-tags ul li::after {
    background-color: #6d6d6d;
    content: "";
    font-size: 8px;
    height: 12px;
    position: absolute;
    right: 6px;
    top: 5px;
    transform: rotate(20deg);
    width: 1.5px;
}
.blog-dec-tags ul li:last-child::after {
    display: none;
}
.blog-dec-social {
    display: flex;
}
.blog-dec-social ul li {
    display: inline-block;
    margin-left: 14px;
}
.blog-dec-social ul li a {
    color: #333333;
    font-size: 18px;
}
.blog-dec-social > span {
    color: #242424;
    font-weight: 400;
    margin-top: 3px;
    text-transform: capitalize;
}
.blog-dec-tags ul li a:hover,
.blog-dec-social ul li a:hover {
    color: #ff3d2a;
}
.administrator-wrapper {
    align-items: center;
    display: flex;
    border-bottom: 2px solid #f6f6f6;
    padding: 30px 0;
}
.administrator-img {
    margin-right: 30px;
}
.administrator-content > h4 {
    color: #242424;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 19px;
}
.administrator-content > p {
    color: #262626;
    font-size: 15px;
    line-height: 26px;
    margin: 0;
}
.blog-dec-title {
    color: #242424;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}
.single-comment-wrapper {
    display: flex;
}
.blog-comment-content h4.comment_author_name {
    color: #242424;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}
.blog-comment-content span {
    color: #242424;
    display: block;
    margin: 6px 0 8px;
}
.blog-comment-content p {
    color: #262626;
    font-size: 15px;
    line-height: 26px;
	word-break: break-word;
}
.blog-comment-img {
    margin-right: 28px;
}
.leave-form {
    margin-bottom: 30px;
}
.blog-reply-wrapper form input,
.blog-reply-wrapper form textarea {
    background: #f7f7f7 none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    height: 60px;
    padding: 2px 20px;
}
.blog-reply-wrapper form input::-moz-placeholder,
.blog-reply-wrapper form textarea::-moz-placeholder {
    color: #333;
    opacity: 1;
}
.blog-reply-wrapper form input::-webkit-placeholder,
.blog-reply-wrapper form textarea::-webkit-placeholder {
    color: #333;
    opacity: 1;
}
.blog-reply-wrapper form textarea {
    height: 235px;
    padding: 25px 20px;
}
.blog-reply-wrapper form .text-leave input {
    background-color: #ff3d2a;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
    height: inherit;
    margin-top: 40px;
    padding: 14px 30px;
    width: inherit;
}
.blog-reply-wrapper form .text-leave input:hover {
    background-color: #242424;
}
.blog-reply-wrapper > form {
    margin-top: 40px;
}
.blog-comment-wrapper ol li ul.children{
	margin-top: 50px;
	margin-left: 100px;
}







/* slider style */
.slider-content h3 {
    color: #ff3d2a;
    font-size: 36px;
    font-weight: bold;
    margin: 0;
    font-family: 'Playfair Display', serif;
}
.slider-content h1 {
    color: #171e26;
    font-family: "Playfair Display", serif;
    font-size: 60px;
    font-weight: 400;
    margin: 4px 0 24px;
}
.slider-content h5 {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}
.slider-btn a {
    background-color: #ff3d2a;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    padding: 18px 38px;
    text-transform: uppercase;
}
.slider-btn a:hover {
    background-color: #fff;
    color: #ff3d2a;
}
.slider-active.owl-carousel > .owl-nav div {
    background-color: #fff;
    border-radius: 3px;
    color: #000;
    display: inline-block;
    font-size: 20px;
    height: 45px;
    left: 15px;
    line-height: 47px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    width: 45px;
}
.slider-active.owl-carousel > .owl-nav div:hover {
    background-color: #ff3d2a;
    color: #fff;
}
.slider-active.owl-carousel > .owl-nav div.owl-next {
    left: auto;
    right: 15px;
}
.slider-area:hover .slider-active.owl-carousel > .owl-nav div {
    opacity: 1;
}

/* Default Slider Animations */

.owl-item .slider-content * {
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.owl-item.active .slider-animated-1 h3 {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
.owl-item.active .slider-animated-1 h1 {
    -webkit-animation-delay: 1.0s;
    animation-delay: 1.0s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
.owl-item.active .slider-animated-1 h5 {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
.owl-item.active .slider-animated-1 a {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
.owl-item.active .slider-animated-2 h3 {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.owl-item.active .slider-animated-2 h1 {
    -webkit-animation-delay: 1.0s;
    animation-delay: 1.0s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.owl-item.active .slider-animated-2 h5 {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.owl-item.active .slider-animated-2 a {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

/* banner area */
.banner-wrap {
    margin-top: -75px;
    position: relative;
    z-index: 999;
}
.single-banner {
    position: relative;
}
.single-banner a {
    display: block;
}
.banner-content {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}
.banner-content > h4 {
    color: #fff;
    font-size: 20px;
    margin: 0 0 2px;
    text-transform: uppercase;
}
.banner-content > a {
    border-bottom: 1px solid #fff;
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    line-height: 1;
    text-transform: uppercase;
}
.banner-content > a:hover {
    border-bottom: 1px solid #ff3d2a;
    color: #ff3d2a;
}
.img-zoom {
    overflow: hidden;
}
.img-zoom img {
    transition: all 1.5s ease 0s;
    width: 100%;
}
.img-zoom:hover a img {
    transform: scale(1.2);
}
.home-two-banner .banner-wrap {
    margin-top: 0;
}
.home-two-banner .elementor-column-gap-extended>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 15px;
    padding-top: 0;
}
.home-two-banner .single-slider {
    padding-top: 138px;
    padding-bottom: 148px;
}
/* product style */
.featured-product .product-area {
    padding-top: 10px;
    padding-bottom: 55px;
}
.section-border {
    margin-right: 94px;
    overflow: hidden;
    position: relative;
}
.section-border::before {
    background-color: #eeeeee;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 13px;
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: 1;
}
.section-bg-white {
    background-color: #fff;
    position: relative;
    z-index: 99;
}
.section-bg-gray {
    background-color: #f8f9f9;
    position: relative;
    z-index: 99;
}
.section-title {
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    padding-right: 30px;
}
.section-title-wrap {
    display: inline-block;
    float: left;
}
.product-tab-list {
    display: inline-block;
    float: right;
    line-height: 1;
    margin-top: 4px;
    padding-left: 31px;
}
.product-tab-list a {
    display: inline-block;
    margin-left: 22px;
}
.product-tab-list a:first-child {
    margin-left: 0px;
}
.product-tab-list a h4 {
    color: #242424;
    font-size: 14px;
    margin: 0;
}
.product-tab-list a.active h4 {
    color: #ff3d2a;
}
.product-wrapper {
    position: relative;
}
.product-img {
    position: relative;
}
span.onsale,
.woocommerce span.onsale {
    background-color: #ff3d2a;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    left: 10px;
    line-height: 1;
    padding: 5px 11px;
    position: absolute;
    top: 10px;
    min-width: inherit;
    min-height: inherit;
    font-weight: normal;
    border-radius: 3px;
}
.product-img img {
    width: 100%;
}
.product-action {
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    transition: all 0.4s ease 0s;
}
.product-action a,
.product-action a.button,
.product-action a.add_to_wishlist {
    background-color: #fff;
    color: #313131;
    font-size: 18px;
    height: 50px;
    line-height: 54px;
    margin: 0 1px;
    padding:inherit;
    border-radius: 0;
    width: 52px;
    display: block;
    transform: scaleX(0);
    transition: all 0.4s ease-in-out 0s;
}
.product-action a.add_to_wishlist i {
    margin: 0;
}
.product-action a.add_to_wishlist span.wishlist_text {
    display: none;
}
.product-action a.button.added i{
    display: none;
}
.product-type-grouped .quality {
    float: none;
    width: 100%;
}
.woocommerce .product-type-grouped .quantity .qty {
    width: 100px;
    text-align: center;
}
.woocommerce .product-type-grouped .quantity span.qtybtn {
    display: none;
}
.woocommerce div.product form.cart .group_table td {
    text-align: right;
}
.product-details-content .shop-list-cart-wishlist a data-product-type="grouped"{
    float: right;
}
.yith-wcwl-add-to-wishlist {
    margin-top: 0;
}
.product_meta {
    clear: both;
    overflow: hidden;
}
.product-details-content .yith-wcwl-add-to-wishlist {
    margin-top: 0;
    display: inline-block;
}

.product-details-content a.compare.button {
    display: table-caption;
    margin-bottom: 15px;
}
.product-details-content .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show {
    position: absolute;
    bottom: 37px;
}
.woocommerce a.added_to_cart {
    padding-top: 6px;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
}
.woocommerce .product-list-details a.added_to_cart {
    padding-top: 6px;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
}
.woocommerce a.button.added::after {
    margin-left: 0em;
}
.product-action a:hover,
.product-action a.button:hover,
.product-action a.add_to_wishlist:hover {
    background-color: #ff3d2a;
    color: #fff;
}
.product-wrapper:hover .product-action a {
    transform: scaleX(1);
}
.product-content > h4 {
    font-size: 14px;
    margin: 0 0 9px;
}
.product-content > h4 {
    color: #242424;
}
.product-content > a {
    color: #242424;
}
.product-content > h4 a:hover {
    color: #ff3d2a;
}
.product-price-wrapper {
    display: block;
}
.woocommerce div.product span.price {
    color: #242424;
    margin: 0 4px;
    font-size: 14px;
}
.woocommerce div.product span.price del {
    opacity: 1;
}
.woocommerce div.product span.price del span {
    text-decoration: line-through;
    color: #ff3d2a;
}
.woocommerce div.product span.price ins {
    font-weight: normal;
}
.product-content {
    padding: 27px 10px 0;
}
.tab-content.jump > .tab-pane.active {
    display: block;
    height: auto;
    opacity: 1;
    overflow: visible;
}
.tab-content.jump > .tab-pane {
    display: block;
    height: 0;
    opacity: 0;
    overflow: hidden;
}
.product-nav .owl-nav {
    position: absolute;
    right: 0;
    top: -65px;
}
.product-nav .owl-nav div {
    background-color: #efefef;
    border-radius: 5px;
    color: #242424;
    display: inline-block;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
    transition: all .3s ease 0s;
}
.product-nav .owl-nav div:hover {
    background-color: #ff3d2a;
    color: #fff;
}
.product-nav .owl-nav div.owl-next {
    margin-left: 3px;
}
.product-action .added_to_cart {
    font-size: 16px;
    line-height: 18px;
    padding-top: 8px;
}
#slide-nav-pgs .slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
    cursor: pointer;
}
.tab-content > .tab-pane.active.show {
    display: block;
    visibility: visible;
    height: auto;
}

/* testimonial style */
.single-testimonial {
    margin-left: 15px;
}
.testimonial-active.owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}
.single-testimonial > p {
    color: #fff;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    margin: 39px auto 40px;
}
.single-testimonial > h4 {
    color: #f1f0f0;
    font-size: 18px;
    margin: 0;
}
.testimonial-active .owl-dot {
    background: #fff none repeat scroll 0 0;
    border-radius: 50px;
    display: inline-block;
    height: 11px;
    margin: 0 5px;
    width: 11px;
    transition: all .3s ease 0s;
}
.testimonial-active .owl-dot.active {
    background: #fff none repeat scroll 0 0;
    height: 11px;
    position: relative;
    top: 0px;
    width: 25px;
}
.testimonial-active .owl-dots {
    margin: 50px 0 0;
    text-align: center;
}

/* deal style */
.best-selling-active.owl-carousel .owl-item .single-best-img img,
.best-selling-active-2.owl-carousel .owl-item .single-best-img img {
    width: 100%;
}
.deals-content > h2 {
    font-size: 36px;
    font-weight: 500;
    margin: 5px 0 24px;
}
.deals-content > h2 span {
    color: #ff3d2a;
}
.timer-style span {
    border: 2px solid #ebebeb;
    border-radius: 3px;
    color: #242424;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    margin: 0 9px;
    padding: 7px 13px 6px;
}
.timer-style span p {
    color: #242424;
    font-size: 13px;
    font-weight: 400;
    margin: 9px 0 0;
    position: relative;
}
.timer-style span p::before {
    background-color: #aaa;
    border-radius: 100%;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: -5px;
    transition: all 0.4s ease 0s;
    width: 100%;
}
.deals-btn > a {
    background-color: #ff3d2a;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    padding: 18px 38px 17px;
    text-transform: uppercase;
    display: inline-block;
}
.deals-btn > a:hover {
    background-color: #242424;
}
.timer-style {
    margin: 36px 0 50px;
}
.best-selling-active.owl-carousel .owl-item img,
.best-selling-active-2.owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}
.home-two-best-sale .gray-bg {
    background: transparent;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}
/* offer style */
.new-year-offer-content > h4 {
    color: #fff;
    font-family: "Playfair Display", serif;
    font-size: 24px;
    margin: 0;
}
.new-year-offer-content > h3 {
    color: #ffffff;
    font-size: 30px;
    margin: 5px 0 33px;
}
.new-year-offer-content > a {
    display: inline-block;
    line-height: 1;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    border: 1px solid #fff;
    padding: 15px 35px 16px;
    border-radius: 3px;
}
.new-year-offer-content > a:hover {
    color: #242424;
    background-color: #fff;
}

/* brand-logo style */
.brand-logo-active.owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
    text-align: center;
}




/* quick view */
#exampleModal .modal-dialog {
    margin: 8% auto;
    max-width: 960px;
    width: 960px;
}
.quickview .modal-header {
    border: medium none;
    padding: 0.625rem;
}
.modal-pro-content h3 {
    color: #454545;
    font-size: 26px;
    font-weight: 500;
    line-height: 1;
    margin: 0 0 15px;
    text-transform: capitalize;
}
.modal-pro-content .price {
    margin: 0 0 12px;
}
.modal-pro-content .price > span {
    color: #ff5313;
    font-size: 28px;
    font-style: italic;
    font-weight: 600;
    line-height: 30px;
}
.quickview-color > ul li {
    cursor: pointer;
    display: block;
    float: left;
    height: 25px;
    margin-right: 9px;
    text-indent: -9999px;
    transition: all 0.4s ease 0s;
    width: 25px;
}
.quickview-color > ul li.blue {
    background: #0000FE none repeat scroll 0 0;
}
.quickview-color > ul li.red {
    background: #DC143C none repeat scroll 0 0;
}
.quickview-color > ul li.pink {
    background: #FF017E none repeat scroll 0 0;
}
.quick-view-select {
    display: block;
    margin: 3px 0 32px;
    overflow: hidden;
    padding: 20px 0 0;
}
.select-option-part select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.25);
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
    color: #232323;
    font-size: 15px;
    height: 39px;
    padding: 0 60px 0 5px;
    width: auto;
    background: rgba(0, 0, 0, 0) url("../../assets/img/icon-img/select.png") no-repeat scroll right 0.5rem center / 1.25rem 2.25rem;
}
.select-option-part > label,
.quickview-color-wrap > label,
.prodetails-categories-wrap > label,
.productdetails-share-wrap > label {
    color: #454545;
    display: block;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0.375rem;
    opacity: 1;
}
.product-quantity button {
    background: #333 none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    height: 40px;
    letter-spacing: 0.025em;
    line-height: 40px;
    margin-left: 20px;
    padding: 0 20px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.modal-pro-content .product-quantity {
    display: block;
    margin: 0 0 16px;
    overflow: hidden;
}
.product-quantity button:hover {
    background: #ff5313 none repeat scroll 0 0;
}
.quickview-color-wrap {
    margin: 29px 0 0;
}
.modal-pro-content .product-quantity .cart-plus-minus {
    display: inline-block;
    float: left;
}
.modal-pro-content > span {
    color: #666;
    font-size: 14px;
    font-weight: 500;
}
.modal-pro-content > span i {
    color: #4cbb6c;
    font-size: 18px;
}
.modal-pro-content > form {
    margin: 0 0 16px;
}
.modal-pro-content > p {
    margin: 17px 0 0;
}
.modal-header .close {
    color: #333;
    cursor: pointer;
    opacity: 1;
}
.modal-header .close:hover {
    color: #ff3d2a;
}
.modal-pro-content .product-quantity {
    display: block;
    margin: 0 0 16px;
    overflow: hidden;
}
.modal-pro-content .product-quantity .cart-plus-minus {
    display: inline-block;
    float: left;
    height: 40px;
    padding: 0;
    position: relative;
    width: 110px;
}
.product-quantity .qtybutton {
    color: #454545;
    cursor: pointer;
    float: inherit;
    font-size: 16px;
    margin: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 20px;
    text-align: center;
}
.product-quantity .dec.qtybutton {
    border-right: 1px solid #e5e5e5;
    height: 40px;
    left: 0;
    padding-top: 8px;
    top: 0;
}
.product-quantity .inc.qtybutton {
    border-left: 1px solid #e5e5e5;
    height: 40px;
    padding-top: 9px;
    right: 0;
    top: 0;
}
.product-quantity input.cart-plus-minus-box {
    color: #454545;
    float: left;
    font-size: 14px;
    height: 40px;
    margin: 0;
    width: 110px;
    background: transparent none repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    padding: 0;
    text-align: center;
}
.modal-body .tab-content .tab-pane a img {
    width: 100%;
}
.nav-style.owl-carousel > .owl-nav div {
    background-color: #fff;
    border-radius: 50px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    color: #000;
    display: inline-block;
    font-size: 20px;
    height: 35px;
    left: 0;
    line-height: 37px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    width: 35px;
}
.nav-style.owl-carousel > .owl-nav div:hover {
    background-color: #ff3d2a;
    color: #fff;
}
.nav-style.owl-carousel > .owl-nav div.owl-next {
    left: auto;
    right: 0px;
}
.nav-style:hover .owl-nav div {
    opacity: 1;
}
.thumb-menu.owl-carousel .owl-item a {
    border: 1px solid #ededed;
    display: block;
    margin-right: 1px;
}
.thumb-menu {
    margin-top: 20px;
    margin-left: 22px;
}
.related.products h2 {
    font-size: 22px;
    font-weight: 500;
}
.product-area .col-lg-4 {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    padding: 0;
}
.related-product-active .col-lg-3 {
	-ms-flex: 100%;
	flex: 100%;
	max-width: 100%;
}
.woocommerce .modal-pro-content button.single_add_to_cart_button{
    background-color: #F4F5F7;
    color: #242424;
}
.woocommerce .modal-pro-content button.single_add_to_cart_button:hover {
    background-color: #ff3d2a !important;
    color: #fff !important;
}
/*---------------------------
    3. Shop grid style
-----------------------------*/
.shop-topbar-wrapper p {
    margin: 0 !important;
    font-size: 14px;
    line-height: 30px;
}
.shop-topbar-wrapper form {
    margin: 0 !important;
}
.breadcrumb-area {
    padding: 21px 0 22px;
}
.breadcrumb-content li {
    color: #ff3d2a;
    display: inline-block;
    font-size: 14px;
    margin-right: 28px;
    position: relative;
    font-weight: 500;
}
.breadcrumb-content li a {
    color: #242424;
}
.breadcrumb-content li a:hover {
    color: #ff3d2a;
}
.breadcrumb-content li::before {
    background-color: #aaaaaa;
    content: "";
    height: 2px;
    position: absolute;
    right: -22px;
    top: 10px;
    transform: rotate(-67deg);
    transition: all 0.4s ease 0s;
    width: 12px;
}
.breadcrumb-content li:last-child::before {
    display: none;
}
.shop-sidebar-border:first-child {
    border-top: 0px solid #eee;
    padding-top: 0;
    margin-top: 0;
}
.shop-sidebar-wrapper {
    border: 1px solid #efefef;
    padding: 17px 18px 29px;
}
h4.shop-sidebar-title {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}
.shop-widget > ul {
    border-top: 1px solid #ebebeb;
    margin: 18px 0 0;
    padding: 27px 0 0;
}
.shop-widget ul > li {
    display: block;
    list-style: outside none none;
    padding: 0 0 13px;
}
.shop-widget ul > li:last-child {
    padding: 0 0 0px;
}
.shop-widget ul > li ul li:last-child {
    padding: 7px 0 0 15px;
}
.shop-widget ul > li a {
    color: #242424;
    display: block;
}
.shop-widget ul li:hover > a {
    color: #ff3d2a;
}
.shop-widget ul li:hover > a i {
    color: #ff3d2a;
}
.shop-widget ul > li a i {
    float: right;
    color: #7a7a7a;
    font-size: 14px;
}
.shop-widget ul > li > ul li {
    padding: 7px 0 0 15px;
}
.shop-widget ul > li ul li a {
    color: #666;
}
.widget_price_filter form{
    margin-top: 25px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: #dbdbdb none repeat scroll 0 0;
    border: medium none;
    border-radius: 50px;
    height: 5px;
    margin-bottom: 20px;
    margin-left: auto;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background: #ff3d2a none repeat scroll 0 0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
    background: #ff3d2a none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 100%;
    height: 15px;
    width: 15px;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -6px;
}
.price_filter.mt-40 > span {
    color: #242424;
    display: block;
    margin-bottom: 30px;
}
.price_slider_amount .label-input input {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    color: #363f4d;
    font-size: 14px;
    height: auto;
    margin: 3px 0 14px;
    padding-left: 49px;
    width: 100%;
}
.woocommerce .widget_price_filter .price_slider_amount button.button {
    background-color: #242424;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    line-height: 1;
    padding: 8px 16px;
    cursor: pointer;
    transition: all .3s ease 0s;
    font-size: 14px;
    font-weight: 400;
    height: auto;
}
.woocommerce .widget_price_filter .price_slider_amount button.button:hover {
    background-color: #ff3d2a;
}
.price_filter > span {
    color: #242424;
    display: block;
    margin: 0 0 21px;
}
.shop-sidebar-border {
    border-top: 1px solid #ebebeb;
}
.sidebar-list-style ul li {
    display: block;
    list-style: outside none none;
    padding: 0 0 6px;
}
.sidebar-list-style ul li a {
    color: #242424;
}
.sidebar-list-style ul li a:hover {
    color: #ff3d2a;
}
.sidebar-list-style ul li:last-child {
    padding: 0 0 0px;
}
.sidebar-list-style ul li input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #d7d7d7;
    float: left;
    height: 17px;
    margin: 3px 12px 0 0;
    padding-left: 0;
    width: 17px;
    cursor: pointer;
}
.compare-product-btn {
    display: flex;
    justify-content: space-between;
}
.compare-product-btn > span {
    color: #242424;
    margin: 4px 0 0;
}
.compare-product-btn > a {
    background-color: #242424;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    line-height: 1;
    padding: 5px 15px 8px;
}
.compare-product-btn > a:hover {
    background-color: #ff3d2a;
}
.compare-product > p {
    color: #242424;
    margin: 20px 0 24px;
}
.tagcloud{
    margin-top: 25px;
    margin-bottom: 25px;
}
.shop-page-area .tagcloud a {
    display: inline-block;
    list-style: outside none none;
    margin: 0 4px 11px 0;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    color: #242424;
    display: inline-block;
    line-height: 1;
    font-size: 14px !important;
    padding: 8px 12px;
}
.shop-page-area .tagcloud a:hover {
    border: 1px solid #ff3d2a;
    background-color: #ff3d2a;
    color: #fff;
}
.product-price-wrapper .price del {
    text-decoration: line-through;
    color: #ff3d2a;
    margin-right: 5px;
}
/* shop right sidebar */
.banner-area.pb-30 img {
    width: 100%;
}
.shop-topbar-wrapper {
    border: 1px solid #e9e9e9;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    padding: 15px 24px;
}
.view-mode {
    display: inline-block;
    float: left;
    margin-right: 33px;
    margin-top: 5px;
}
.view-mode li {
    display: inline-block;
}
.view-mode li a {
    color: #898888;
    font-size: 20px;
    display: inline-block;
    margin: 0 10px 0 0;
}
.view-mode li.active a {
    color: #ff3d2a;
}
.shop-topbar-left > p {
    display: inline-block;
    margin: 3px 0 0;
}
.shorting-style {
    display: inline-block;
    margin-left: 20px;
}
.product-shorting.shorting-style {
    margin-left: 0;
}
.shorting-style > label {
    color: #242424;
    cursor: pointer;
    margin: 0 11px 0 0;
}
.product-shorting.shorting-style select {
    width: 110px;
}
.shop-topbar-wrapper .woocommerce-ordering select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff url("../images/icon-img/shop.png") no-repeat scroll right 10px center;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    box-shadow: none;
    color: #242424;
    cursor: pointer;
    font-size: 14px;
    height: 30px;
    padding-left: 10px;
    width: 210px;
}
.shorting-style select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff url("../images/icon-img/shop.png") no-repeat scroll right 10px center;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    box-shadow: none;
    color: #242424;
    cursor: pointer;
    font-size: 14px;
    height: 30px;
    padding-left: 10px;
    width: 210px;
}
.shop-topbar-wrapper form {
    display: inline-block;
}
.pagination-style li {
    display: inline-block;
    list-style: outside none none;
    margin: 0 8px 0 0;
}
.pagination-total-pages {
    display: flex;
    justify-content: space-between;
}
.pagination-style li a {
    background-color: #f1f1f1;
    border-radius: 3px;
    color: #242424;
    display: inline-block;
    line-height: 1;
    padding: 11px 13px;
}
.pagination-style li a:hover,
.pagination-style li a.active,
.pagination-style li a.next:hover {
    background-color: #ff3d2a;
    color: #fff;
}
.pagination-style li a.prev-next {
    padding: 11px 22px;
}
.pagination-style li a.prev i {
    margin-right: 7px;
}
.pagination-style li a.next i {
    margin-left: 10px;
}
.pagination-style li a.next {
    background-color: #242424;
    color: #fff;
}
.pagination-total-pages {
    border: 1px solid #e9e9e9;
    padding: 15px 24px 13px;
}
.pagination-total-pages nav {
    text-align: left;
}
.pagination-total-pages nav ul {
    border: 0px solid transparent;
    margin-bottom: 3px;
}
.pagination-total-pages nav ul li{
    border-right: 0px solid #d3ced2;
    display: inline-block;
    list-style: outside none none;
    margin: 0 8px 0 0;
}
.pagination-total-pages nav ul li a{
    background-color: #f1f1f1;
    border-radius: 3px;
    color: #242424;
    display: inline-block;
    line-height: 1;
    padding: 11px 13px;
}
.pagination-total-pages nav ul li a:hover{
    background-color: #ff3d2a;
    color: #fff;
}
.pagination-total-pages nav ul li span.current{
    background-color: #ff3d2a;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    line-height: 1;
    padding: 11px 13px;
}
.pagination-total-pages nav ul li a.next,
.pagination-total-pages nav ul li a.prev{
    background-color: #242424;
    color: #fff;
    padding: 11px 22px;
}
.pagination-total-pages nav ul li a.next:hover,
.pagination-total-pages nav ul li a.prev:hover{
    background-color: #ff3d2a;
    color: #fff;
}
.pagination-total-pages .total-pages > p.woocommerce-result-count {
    margin: 0;
    line-height: 38px;
}
.shop-border {
    border-bottom: 1px solid #ebebeb;
}
.yith-wcwl-share {
    margin-bottom: 35px;
    padding: 0 15px;
}
/*---------------------------
    4. Shop list style
-----------------------------*/
.product-list-details .yith-wcwl-add-to-wishlist {
    margin-top: 0;
    float: left;
    margin-right: 0px;
}
.product-details-content .shop-list-cart-wishlist.yith-wcwl-add-button.show {
    position: relative;
}
.product-details-content .shop-list-cart-wishlist a[data-product-type="grouped"] {
    position: absolute;
    top: -77px;
    left: -110px;
    background: #F4F5F7;
}
.product-details-content .shop-list-cart-wishlist a[data-product-type="grouped"]:hover,
.product-details-content .shop-list-cart-wishlist a[data-product-type="simple"]:hover {
    background-color: #ff3d2a;
    color: #fff;
}
.woocommerce div.product form.cart div.quantity {
    margin: 0 6px 0 0;
}
.shop-list-cart-wishlist a{
    background: #F4F5F7;
    border-radius: 3px;
}
.shop-list-cart-wishlist a:hover {
    background-color: #ff3d2a !important;
    color: #fff !important;
}
.product-details-content .shop-list-cart-wishlist a[data-product-type="simple"] {
    position: absolute;
    top: -77px;
    left: 0px;
    background: #F4F5F7;
}
.product-list-details .button.product_type_simple.add_to_cart_button {
    font-size: 18px;
    margin-right: 7px;
    line-height: 3;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: inherit;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #F4F5F7;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}
.button.product_type_simple.add_to_cart_button.added {
    display: none;
}
#product-list .product-list-wrapper .product-img {
    display: inline-block;
    float: left;
    margin-right: 30px;
    width: 240px;
}
.product-list-content {
    display: block;
    overflow: hidden;
}
.product-list-content > span {
    color: #242424;
    font-size: 13px;
}
.product-list-content > h4 {
    font-size: 14px;
    line-height: 18px;
    margin: 8px 0 7px;
}
#product-list .product-rating::before,
.product-list .product-rating::after {
    display: none;
}
.product-list-content > p {
    color: #242424;
    margin: 0 0 29px;
}
.product-list-content .product-price-wrapper {
    margin: 10px 0 20px;
}
.product-list-content .product-action > a.action-cart {
    padding: 9px 40px 8px;
}
.product-list-content .product-action > a.same-action {
    width: 40px;
}
.product-list-content .product-img-slider {
    width: 100%;
    display: block;
}
.product-list-wrapper:hover .cr-navigation {
    opacity: 1;
}
.product-list-content .product-action {
    justify-content: left;
}
.product-list .product-width {
    flex: 0 0 100%;
    max-width: 100%;
}
.product-list .product-wrapper {
    display: flex;
}
.product-list .product-img {
    flex: 0 0 270px;
    margin-right: 30px;
}
.product-list .product-content {
    display: none;
}
.shop-list-cart-wishlist a {
    background-color: #fff;
    color: #242424;
    display: inline-block;
    font-size: 18px;
    height: 50px;
    line-height: 52px;
    margin: 0 2px 0 0;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 52px;
    position: relative;
}
.product-list-details .shop-list-cart-wishlist a {
    background-color: #F4F5F7;
    border-radius: 5px;
    color: #242424;
    display: inline-block;
    font-size: 18px;
    height: 50px;
    line-height: 52px;
    margin: 0 8px 0 0;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 52px;
    position: relative;
}
.product-list-details .shop-list-cart-wishlist a.product_type_grouped{
	line-height: 32px;
}
.product-list-details .shop-list-cart-wishlist a.product_type_grouped i{
	line-height: 0;
}

.yith-wcwl-add-to-wishlist .ajax-loading {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
}
.shop-list-cart-wishlist a i {
    margin-right: 0;
    line-height: 50px;
    text-align: center;
}
.shop-list-cart-wishlist a:hover {
    background-color: #ff3d2a;
    color: #fff;
}
.product-list-details .button.product_type_simple.add_to_cart_button:hover {
    background-color: #ff3d2a;
    color: #fff;
}
.product-details-content form.cart button {
    background-color: #F4F5F7 !important;
    color: #242424 !important;
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 52px;
}
.product-details-content form.cart button:hover {
    background-color: #ff3d2a !important;
    color: #fff !important;
}
.product-list .product-price-wrapper > span {
    margin: 0 5px 0 0;
}
.product-list-details > h4 {
    margin: 0;
}
.product-list-details .product-price-wrapper {
    margin: 10px 0 15px;
}
.product-list-details > p {
    margin: 0 0 22px;
}
.product-list-details h4 a:hover {
    color: #ff3d2a;
}
.product-grid .product-list-details {
    display: none;
}
.product-list .product-action {
    display: none;
}
.product-list .pro-list-none {
    display: none;
}

/*---------------------------
    5. Product details
-----------------------------*/
.zoomContainer {
    overflow: hidden;
}
.woocommerce-product-gallery__trigger {
    display: none;
}
.product-details-content {
    position: relative;
}
.zoompro {
    width: 100%;
}
.product-dec-slider {
    padding: 0 40px;
}
.product-dec-slider.slick-initialized .slick-slide {
    text-align: center;
}
.product-dec-slider .slick-slide img {
    display: inline-block;
}
.product-dec-slider .product-dec-icon {
    color: #a4a4a4;
    display: inline-block;
    font-size: 25px;
    left: 10px;
    opacity: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 99;
}
.product-dec-slider .product-dec-icon:hover {
    color: #ff3d2a;
}
.product-dec-slider .product-dec-icon.product-dec-next {
    left: auto;
    right: 10px;
}
.product-dec-slider:hover .product-dec-icon {
    opacity: 1;
}
.product-dec-slider a {
    padding: 0 5px;
    cursor: pointer;
}
.product-dec-slider a img {
    border: 2px solid transparent;
    cursor: pointer;
}
.product-dec-slider a.active img {
    border: 2px solid #ebebeb;
}

.product-dec-slider a.slick-active {
    position: relative;
}
.product-dec-slider a.active.slick-active:before {
    opacity: .0000001;
}
.product-details-img {
    position: relative;
}
.product-details-img > span {
    background-color: #ff3d2a;
    border-radius: 3px;
    color: #fff;
    left: 30px;
    line-height: 1;
    padding: 6px 14px 5px;
    position: absolute;
    top: 20px;
    z-index: 99;
}
.product-details-content > h4 {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    margin-bottom: 15px;
}
.rating-review {
    display: flex;
}
.pro-dec-rating i {
    color: #b2b2b2;
    font-size: 17px;
}
.pro-dec-rating i.theme-star {
    color: #ff3d2a;
}
.pro-dec-review ul li {
    color: #242424;
    display: inline-block;
    list-style: outside none none;
    margin-right: 38px;
    position: relative;
}
.pro-dec-review ul li:last-child {
    margin-right: 0px;
}
.pro-dec-review ul li::before {
    background-color: #e1e1e1;
    content: "";
    height: 20px;
    position: absolute;
    right: -21px;
    top: 2px;
    transition: all 0.4s ease 0s;
    width: 1px;
}
.pro-dec-review ul li:last-child::before {
    display: none;
}
.pro-dec-review {
    margin: -7px 0 0 35px;
}
.woocommerce #reviews #comments h2,
.description-review-area h2 {
    clear: none;
    font-size: 25px;
    margin-top: 15px;
}
.woocommerce div.product p.price {
    color: #242424;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0;
}
.rating-review {
    display: flex;
    margin: 20px 0 7px;
}
.product-details-content p.stock {
    display: none;
}
.product-details-content .avale-stock p.in-stock {
    display: block;
}
.product-details-content .avale-stock p.in-stock {
    color: #ff3d2a;
    display: inline-block;
}
.product-details-content > p {
    color: #242424;
    margin: 0;
}
.avale-stock > p {
    margin: 0;
}
.modal-pro-content > p.stock {
    display: none;
}
.avale-stock {
    margin: 27px 0 3px;
}
.avale-stock p.stock.in-stock {
    display: inline-block;
}
.modal-content button.close{
    border-bottom: 1px solid #eee;
}
.modal-content button.close span {
    float: right;
}
.modal-content button.close span.ion-android-close::before {
    content: "\f2d7";
    right: 15px;
    position: absolute;
    top: 10px;
}
.pro-dec-feature li {
    display: block;
    list-style: outside none none;
    margin: 0 0 4px;
    color: #242424;
}
.pro-dec-feature li:last-child {
    margin: 0 0 0px;
}
.pro-dec-feature li input[type="checkbox"] {
    background: #ebebeb none repeat scroll 0 0;
    border: 1px solid #d7d7d7;
    box-shadow: none;
    color: #626262;
    font-size: 14px;
    height: 13px;
    margin: 0 13px 0 0;
    padding-left: 0;
    position: relative;
    top: 2px;
    width: 13px;
}
.pro-dec-feature li span {
    color: #ff3d2a;
}
.pro-dec-feature {
    padding: 24px 0 37px;
}
.product-details-content form.cart .quantity.product-quantity input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    color: #242424;
    height: 40px;
    padding: 0;
    text-align: center;
    width: 55px;
}
.product-details-content form.cart .quantity.product-quantity input::-moz-placeholder {
    color: #242424;
    opacity: 1;
}
.product-details-content form.cart .quantity.product-quantity input::-webkit-input-placeholder {
    color: #242424;
    opacity: 1;
}
.product-details-content form.cart .quantity.product-quantity input{
    -moz-appearance: none;
    -webkit-appearance: none; 
}
.quantity.product-quantity label.screen-reader-text {
    color: #242424;
    font-size: 14px;
    margin: 0 26px 0 0;
    line-height: 1;
    position: inherit !important;
    width: inherit;
    height: inherit;
}
.quantity.product-quantity label.screen-reader-text:hover, 
.quantity.product-quantity label.screen-reader-text:active, 
.quantity.product-quantity label.screen-reader-text:focus {
    background-color: inherit;
    box-shadow: inherit;
    display: inline-block;
    font-weight: inherit;
    padding: inherit;
    line-height: inherit;
}
.quality {
    display: inline-block;
    float: left;
    margin: 0 15px 0 0;
}/*
.product-details-content form.cart {
    border-top: 1px solid #ebebeb;
    display: block;
    overflow: hidden;
    padding: 40px 0 37px;
    margin-bottom: inherit !important;
    float: left;
    width: 100%;
    position: relative;
}*/

.product-details-content form.cart {
    border-top: 1px solid #ebebeb;
    display: inline-block;
    overflow: inherit;
    padding: 40px 0 37px;
    margin-bottom: inherit !important;
    float: none;
    width: auto;
    position: relative;
}



.quality-add-to-cart .product-action {
    justify-content: left;
}
.quality-add-to-cart .product-action > a.action-cart {
    padding: 11px 40px 10px;
}
.quality-add-to-cart .product-action > a.same-action {
    width: 40px;
    height: 40px;
}
.quality-add-to-cart .product-action > a.same-action i {
    line-height: 41px;
}
.pro-dec-categories li {
    display: inline-block;
    list-style: outside none none;
    color: #242424;
}
.pro-dec-categories li.categories-title {
    margin: 0 3px 0 0;
}
.pro-dec-categories li a {
    color: #242424;
}
.pro-dec-categories li a:hover {
    color: #ff3d2a;
}
.product_meta span {
    margin: 0 0 12px;
    display: block;
}
.pro-dec-categories:last-child {
    margin: 0 0 0px;
}
.pro-dec-social li {
    display: inline-block;
    list-style: outside none none;
    margin: 0 6px 0 0;
}
.pro-dec-social li a {
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    line-height: 1;
    padding: 8px 12px;
}
.pro-dec-social li a.tweet {
    background-color: #00aaf0;
    border: 1px solid transparent;
}
.pro-dec-social li a.tweet:hover {
    background-color: transparent;
    border: 1px solid #00aaf0;
    color: #00aaf0;
}
.pro-dec-social li a.share {
    background-color: #435f9f;
    border: 1px solid transparent;
}
.pro-dec-social li a.share:hover {
    background-color: transparent;
    border: 1px solid #435f9f;
    color: #435f9f;
}
.pro-dec-social li a.google {
    background-color: #e04b34;
    border: 1px solid transparent;
}
.pro-dec-social li a.google:hover {
    background-color: transparent;
    border: 1px solid #e04b34;
    color: #e04b34;
}
.pro-dec-social li a.pinterest {
    background-color: #ce1f21;
    border: 1px solid transparent;
}
.pro-dec-social li a.pinterest:hover {
    background-color: transparent;
    border: 1px solid #ce1f21;
    color: #ce1f21;
}
.pro-dec-social {
    margin: 27px 0 0;
}
.description-review-topbar {
    justify-content: center;
    display: flex;
}
.description-review-topbar a {
    border-bottom: 2px solid transparent;
    color: #242424;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    margin: 0 35px;
    padding-bottom: 10px;
}
.description-review-topbar li.active a {
    border-bottom: 2px solid #ff3d2a;
    color: #ff3d2a;
}
.tab-content.description-review-bottom {
    background-color: #fff;
    border-radius: 5px;
    border-top: 1px solid #ebebeb;
    padding: 50px 0 20px;
}
.product-description-wrapper > p {
    color: #242424;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 30px;
}
.product-description-wrapper li {
    color: #242424;
    display: block;
    font-size: 14px;
    list-style: outside none none;
    margin-bottom: 10px;
}
.product-description-wrapper li:last-child {
    margin-bottom: 0px;
}
.rattings-wrapper {
    margin-bottom: 40px;
}
.rattings-wrapper .sin-rattings {
    margin-bottom: 30px;
}
.star-author-all {
    margin-bottom: 10px;
    overflow: hidden;
}
.ratting-star i {
    color: #ff3d2a;
    font-size: 18px;
}
.ratting-author h3 {
    color: #242424;
    float: left;
    font-size: 15px;
    font-weight: 400;
    line-height: 13px;
    margin: 0;
    text-transform: capitalize;
}
.ratting-author span {
    color: #242424;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 13px;
    margin-left: 15px;
}
.sin-rattings > p {
    color: #242424;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 0;
}
.ratting-form-wrapper h3 {
    color: #303030;
    font-size: 15px;
    font-weight: 400;
    line-height: 12px;
    margin: 0 0 30px;
    text-transform: uppercase;
}
.ratting-form form .star-box h2 {
    color: #242424;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    margin: 0 0 10px;
}
.ratting-form form .star-box {
    margin-bottom: 40px;
}
.rating-form-style input,
.rating-form-style textarea {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #eceff8;
    color: #333;
}
.woocommerce-Reviews p input,
.woocommerce-Reviews p textarea {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #eceff8;
    color: #333;
}
.woocommerce .woocommerce-Reviews .comment-form p.form-submit input.submit {
    background: #ff3d2a !important;
    border-radius: 5px;
    color: #fff !important;
    cursor: pointer;
    font-weight: 500 !important;
    margin-top: 30px !important;
    padding: 0 25px !important;
    text-transform: capitalize;
    width: inherit;
}
.woocommerce .woocommerce-Reviews .comment-form p.form-submit input.submit:hover {
    background: #454545 !important;
    color: #fff !important;
}
.ratting-star>span {
    margin-left: 5px;
}
.product-anotherinfo-wrapper li span {
    color: #242424;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    margin-right: 15px;
    width: 40px;
}
.product-anotherinfo-wrapper li {
    display: inline-block;
    font-size: 14px;
    list-style: outside none none;
    margin-bottom: 6px;
    text-transform: capitalize;
    margin: 0 5px 0 0;
}
.product-anotherinfo-wrapper li a {
    color: #242424;
}
.product-anotherinfo-wrapper li:last-child {
    margin-bottom: 0px;
}
.pro-dec-btn {
    position: absolute;
    right: 0;
    top: -10px;
}
.pro-dec-btn > a {
    background-color: #efefef;
    border-radius: 3px;
    color: #333;
    display: inline-block;
    font-size: 20px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
}
.pro-dec-btn > a:hover {
    background-color: #ff3d2a;
    color: #fff;
}
.product-details-content .shop-list-cart-wishlist a {
    border-radius: 3px;
    font-size: 16px;
    height: 40px;
}
.product-details-content .shop-list-cart-wishlist a i {
    line-height: 40px;
    display: block;
    margin-right: 0;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, 
.woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: left;
    margin: 0;
    width: 100%;
}
.pro-thumb-img li {
    margin-bottom: 10px;
}
.pro-thumb-img li {
    padding: 0 5px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 25%;
    flex: 1 0 25%;
    max-width: 25%;
}
.pro-thumb-img {
    margin: 0 -5px;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    list-style: none;
    padding: 0;
    z-index: 3;
}
.quality .stock.in-stock {
    display: none;
}
.woocommerce div.product form.cart .group_table td:first-child {
    width: 10em;
    text-align: center;
}
/*---------------------------
    6. Cart page
-----------------------------*/
.table-content table {
    border: 1px solid #ebebeb;
    border-radius: 0 !important;
    border-top: 1px solid #ebebeb !important;
}
.woocommerce .table-content table thead > tr {
    background-color: #f9f9f9;
    border: 1px solid #ebebeb !important;
}
.woocommerce .table-content table th {
    border-top: medium none;
    color: #363f4d;
    font-size: 12px;
    font-weight: 500;
    padding: 21px 45px 22px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
}
.woocommerce .table-content table td.product-thumbnail {
    width: 150px;
}
.woocommerce .table-content table td.product-thumbnail a img{
    width: 86px;
    height: 86px !important;
}
.woocommerce .table-content table td.product-name {
    width: 435px;
}
.woocommerce .table-content table td.product-name a{
    color: #242424;
    text-decoration: none;
    font-weight: 400;
}
.woocommerce .table-content table td.product-price-cart {
    width: 196px;
    font-weight: 400;
}
.woocommerce .table-content table td.product-quantity {
    width: 100px;
}
.woocommerce .table-content table td.product-quantity {
    width: 130px;
}
.woocommerce .table-content table td.product-remove {
    width: 100px;
}
.woocommerce .table-content table tbody > tr {
    border-bottom: 1px solid #ebebeb;
}
.woocommerce .table-content table tbody > tr:last-child {
    border-bottom: 0px solid #ebebeb;
}
.woocommerce .table-content table td {
    color: #242424;
    font-size: 14px;
    padding: 30px 0;
    text-align: center;
    font-weight: 400;
}
.woocommerce .table-content table.wishlist_table td {
    padding: 10px 0;
}

.woocommerce .table-content table td.product-quantity input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    color: #242424;
    height: 42px;
    padding: 0;
    text-align: center;
    width: 65px;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.woocommerce .table-content table td.product-quantity span{
    display: none;
}
.woocommerce .table-content table td.product-remove a {
    color: #aaa;
    font-size: 17px;
    margin: 0 13px;
}
.woocommerce .table-content table td.product-remove a:hover {
    color: #ff3d2a;
}
h3.page-title {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 25px;
}
.cart-shiping-update-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 30px 0px 55px;
}
.cart-shiping-update > a,
.cart-clear > button,
.cart-clear > a {
    background-color: #f2f2f2;
    border-radius: 3px;
    color: #363f4d;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    padding: 18px 63px 19px;
    text-transform: uppercase;
}
.cart-shiping-update > a:hover,
.cart-clear > button:hover,
.cart-clear > a:hover {
    background-color: #ff3d2a;
    color: #fff;
}
.cart-clear > button {
    border: medium none;
    cursor: pointer;
    margin-right: 27px;
    transition: all 0.3s ease 0s;
    height: inherit;
}
.title-wrap {
    position: relative;
}
h4.cart-bottom-title {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 5px 0;
    padding-right: 0;
    line-height: 1.4;
}
.woocommerce-page #content .woocommerce table .discount-code-wrapper input.input-text {
    width: 150px;
}
.woocommerce-page #content .woocommerce table .discount-code-wrapper input.button {
    width: auto;
}
.section-bg-gary-cart {
    background-color: #f9f9f9;
    position: relative;
    z-index: 9;
}
.tax-wrapper > p {
    margin: 0;
}
.tax-wrapper {
    margin-top: 22px;
}
.tax-select-wrapper {
    margin: 1px 0 0;
}
.tax-select label {
    color: #242424;
    font-size: 14px;
    margin: 0 0 12px;
}
.tax-select select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff url("../../assets/img/icon-img/cart.png") no-repeat scroll right 18px center;
    border: 1px solid #ebebeb;
    box-shadow: none;
    color: #242424;
    font-size: 12px;
    height: 40px;
    padding: 0 50px 0 15px;
    width: 100%;
    cursor: pointer;
}
.tax-select {
    margin: 0 0 26px;
}
.tax-select input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    height: 40px;
}
button.cart-btn-2,
.grand-totall .cart_totals a.checkout-button {
    background-color: #ff3d2a;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    height: inherit;
    line-height: inherit;
    padding: 13px 42px 14px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
button.cart-btn-2:hover,
.grand-totall .cart_totals a.checkout-button:hover {
    background-color: #242424;
}
.discount-code {
    margin: 21px 0 0;
}
.discount-code > p {
    margin: 0 0 15px;
}
.discount-code input {
    background: #fff;
    border: 1px solid #ebebeb;
    height: 40px;
    margin-bottom: 30px;
    padding-left: 10px;
}
.cart-tax, .discount-code-wrapper {
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 45px 30px 50px;
    background: #f9f9f9;
}
.grand-totall {
    background-color: #f9f9f9;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 45px 30px 50px;
}
.grand-totall > h5 {
    font-size: 14px;
    margin: 36px 0 27px;
}
.grand-totall > h5 span {
    float: right;
}
.grand-totall > h5 span {
    float: right;
    font-size: 18px;
    font-weight: 500;
}
.total-shipping > h5 {
    font-size: 14px;
    margin: 0;
}
.total-shipping {
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    margin: 0 0 27px;
    padding: 28px 0;
}
.total-shipping > ul {
    padding: 19px 0 0 40px;
}
.total-shipping ul li {
    color: #242424;
    list-style: outside none none;
    margin: 0 0 6px;
}
.total-shipping ul li:last-child,
.register-us-2 li:last-child {
    margin: 0 0 0px;
}
.total-shipping ul li span {
    float: right;
}
.total-shipping ul li input {
    background: #e9e9e9 none repeat scroll 0 0;
    border: 1px solid #d7d7d7;
    border-radius: 5px !important;
    color: #626262;
    cursor: pointer;
    height: 13px;
    margin-right: 10px;
    padding: 0;
    position: relative;
    top: 2px;
    width: 13px;
}
h4.grand-totall-title {
    color: #ff3d2a;
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 25px;
}
h4.grand-totall-title span {
    float: right;
}
.grand-totall > a {
    background-color: #ff3d2a;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    padding: 18px 10px 19px;
    text-align: center;
    text-transform: uppercase;
}
.grand-totall > a:hover {
    background-color: #242424;
}
.wishlist .product-wishlist-cart > a {
    background-color: #ff3d2a;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    padding: 7px 10px;
    text-transform: uppercase;
}
.wishlist .product-wishlist-cart > a:hover {
    background-color: #242424;
    color: #fff;
}
.cart_totals{
    position: relative;
}
.cart_totals h2 {
    font-size: 18px;
    font-weight: 500;
    padding-right: 18px;
    background-color: #f8f9f9;
    display: inline-block;
    margin-bottom: 25px;
    z-index: 99;
    position: relative;
}
.cart_totals::before {
    background-color: #ebebeb;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 10px;
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: 1;
}
.woocommerce table.wishlist_table thead th, 
.woocommerce table.wishlist_table tbody td {
    border:none;
}
.wishlist_table .yith-wcwl-share ul {
	margin-left: 0;
}    
/*---------------------------
    7. Login register page
-----------------------------*/

.login-form-container {
    background: transparent none repeat scroll 0 0;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    padding: 80px;
    text-align: left;
}
.login-text {
    margin-bottom: 30px;
    text-align: center;
}
.login-text h2 {
    color: #444;
    font-size: 30px;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.login-text span {
    font-size: 15px;
}
.login-form-container input {
    background-color: transparent;
    border: 1px solid #ebebeb;
    color: #666;
    font-size: 14px;
    height: 50px;
    margin-bottom: 30px;
    padding: 0 15px;
}
.login-form-container input::-moz-placeholder {
    color: #666;
    opacity: 1;
}
.login-form-container input::-webkit-input-placeholder {
    color: #666;
    opacity: 1;
}
.login-toggle-btn {
    padding: 10px 0 19px;
}
.login-form-container input[type="checkbox"] {
    height: 15px;
    margin: 0;
    position: relative;
    top: 1px;
    width: 17px;
}
.login-form-container label {
    color: #242424;
    font-size: 15px;
    font-weight: 400;
}
.login-toggle-btn>a {
    color: #242424;
    float: right;
    font-size: 15px;
    transition: all 0.3s ease 0s;
}
.login-toggle-btn>a:hover {
    color: #ff3d2a;
}
.login-register-tab-list {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}
.login-register-tab-list.nav a h4 {
    font-size: 25px;
    font-weight: 700;
    margin: 0 20px;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}
.login-register-tab-list.nav a {
    position: relative;
}
.login-register-tab-list.nav a::before {
    background-color: #454545;
    bottom: 5px;
    content: "";
    height: 18px;
    margin: 0 auto;
    position: absolute;
    right: -2px;
    transition: all 0.4s ease 0s;
    width: 1px;
}
.login-register-tab-list.nav a:last-child::before {
    display: none;
}
.login-register-tab-list.nav a.active h4,
.login-register-tab-list.nav a h4:hover {
    color: #ff3d2a;
}
.login-form button {
    border: medium none;
    cursor: pointer;
}
.button-box button {
    background-color: #f2f2f2;
    border: medium none;
    border-radius: 3px;
    color: #242424;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 11px 30px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.button-box button:hover {
    background-color: #ff3d2a;
    color: #fff;
}

/*---------------------------
    8. Checkout page
-----------------------------*/

.woocommerce form .form-row label {
    line-height: 2;
    width: 100%;
}
.woocommerce-input-wrapper {
    width: 100%;
}
.woocommerce-input-wrapper input {
    background: transparent;
    border-color: #ddd;
    padding: 0 15px;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #ddd;
    border-radius: 0px;
    padding: 5px 7px;
}
.select2-container .select2-selection--single {
    height: 40px;
    margin: 0 0 -4px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}
.checkout.woocommerce-checkout .woocommerce-shipping-fields h3#ship-to-different-address label input,
.woocommerce-checkout-payment ul li input{
    width: 20px !important;
    height: auto !important;
}
.place-order button.button,
.login .form-row button,
.register .form-row button,
.woocommerce-MyAccount-content p button {
    background-color: #ff3d2a !important;
    border: medium none;
    border-radius: 3px;
    color: #fff !important;
    cursor: pointer;
    font-weight: 500;
    height: inherit;
    line-height: 1;
    padding: 15px 46px;
    text-transform: uppercase;
    width: inherit;
    font-size: 14px;
    padding-bottom: 13px;
}
.place-order button.button:hover,
.login .form-row button:hover,
.register .form-row button:hover,
.woocommerce-MyAccount-content p button:hover {
    background-color: #333 !important;
    color: #fff !important;
}
.woocommerce-billing-fields h3,
.your-order h3 {
    text-transform: capitalize;
    font-size: 25px;
}
/*---------------------------
    9. My account
-----------------------------*/

.u-column1.col-1,
.u-column2.col-2{
    max-width: 48%;
    padding: 0;
}
.entry-content .woocommerce-customer-details .col-1,
.entry-content .woocommerce-customer-details .col-2{
	max-width: inherit !important;
	padding: 0;
}
.woocommerce-form__label input{
    width: 15px;
    height: auto;
}
.woocommerce-form.woocommerce-form-login.login input,
.register .woocommerce-form-row input{
    background: transparent;
    border: 1px solid #ddd;
    padding: 0 15px;
}
.woocommerce form .form-row label.inline {
    display: inline;
    margin-top: 15px;
}
.u-column1 h2,
.u-column2 h2  {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 0;
}
.woocommerce-MyAccount-navigation ul{
    list-style: outside none none;
    padding: 0;
    margin: 0;
}
.woocommerce-MyAccount-navigation ul li{
   border: 1px solid #ddd;
   margin-bottom: 10px; 
}
.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 10px;
    line-height: 1;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #f05b64;
}
.woocommerce-account .woocommerce-MyAccount-content {
    border: 1px solid #ddd;
    padding: 15px;
}
.woocommerce-account .addresses .title h3 {
    margin-bottom: 10px;
    font-size: 24px;
}
.woocommerce-account .addresses .title h3 {
    float: left;
}
.woocommerce-MyAccount-content input{
    background: transparent;
    border: 1px solid #ddd;
    padding: 0 15px;
}
.woocommerce-ResetPassword p input{
	background: transparent;
	border: 1px solid #ddd;
	padding: 0 15px;
}
.woocommerce .woocommerce-ResetPassword p button{
	background-color: #ff3d2a !important;
	border: medium none;
	border-radius: 3px;
	color: #fff !important;
	cursor: pointer;
	font-weight: 500;
	height: inherit;
	line-height: 20px;
	padding: 15px 46px;
	    padding-bottom: 15px;
	text-transform: uppercase;
	width: inherit;
	font-size: 14px;
	padding-bottom: 13px;
}
.woocommerce .woocommerce-ResetPassword p button:hover{
	background-color: #333 !important;
	color: #fff !important;
}
.woocommerce ul.woocommerce-error{
	margin: 0;
}
.woocommerce ul.woocommerce-error li{
	margin-left: 45px !important;
}
.woocommerce .woocommerce-MyAccount-content p a{
	font-weight: bold;
}
/*---------------------------
    10. Contact page
-----------------------------*/

#map {
    height: 500px;
    width: 100%;
}
.contact-us .tab-content .tab-pane {
    display: block;
    height: 0;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
}
.contact-us .tab-content .tab-pane.active {
    height: auto;
    opacity: 1;
    overflow: visible;
    visibility: visible;
}
.contact-page-title h1 {
    font-size: 35px;
    font-weight: bold;
    margin: 0;
}
.elementor-tabs-wrapper .elementor-tab-title {
    flex: 1 0 100%;
    margin-bottom: 12px;
}
.elementor-tabs-wrapper .elementor-tab-title{
    color: #242424;
    font-size: 18px;
    padding: 0 !important;
    line-height: 24px;
    font-weight: normal !important;
    transition: all 0.3s ease-out 0s;
}
.elementor-tabs-wrapper .elementor-tab-title::after{
    display: none;
}
.elementor-tabs-wrapper .elementor-tab-title::before{
    content: "";
    float: left;
    font-family: Fontawesome;
    font-size: 20px;
    line-height: 22px;
    margin-right: 6px;
}
.elementor-tabs-wrapper .elementor-tab-title.elementor-active,
.elementor-tabs-wrapper .elementor-tab-title:hover {
    color: #ff3d2a !important;
    font-weight: bold !important;
}
.elementor-tabs-content-wrapper .elementor-tab-content.elementor-active{
    padding: 0 !important;
}
.contact-information h4 {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 5px;
}
.contact-information > p {
    margin: 0;
    font-size: 15px;
}
.contact-information > p a {
    display: block;
}
.contact-information > p a:hover {
    color: #ff3d2a;
}
.contact-form-style input,
.contact-form-style textarea {
    background: transparent;
    border: 1px solid #ebebeb;
    color: #555;
    font-size: 14px;
    padding: 0 10px;
    border-radius: 3px;
}
.contact-form-style textarea {
    height: 200px;
    padding: 10px;
}
.contact-form-style input::-moz-placeholder {
    color: #555;
    outline: 0 !important;
    border-width: 0 !important;
    opacity: 1;
}
.contact-form-style input::-webkit-input-placeholder {
    color: #555;
    outline: 0 !important;
    border-width: 0 !important;
    opacity: 1;
}
.contact-form-style textarea::-moz-placeholder {
    color: #555;
    outline: 0 !important;
    border-width: 0 !important;
    opacity: 1;
}
.contact-form-style textarea::-webkit-input-placeholder {
    color: #555;
    outline: 0 !important;
    border-width: 0 !important;
    opacity: 1;
}
.contact-form-style > input.submit {
    background-color: #ff3d2a;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    line-height: 8px;
    padding: 17px 30px 16px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    margin: 30px 0 0;
    transition: all .3s ease 0s;
    width: inherit;
}
.contact-form-style > input.submit:hover {
    background-color: #242424;
}

/*---------------------------
    13. About us
-----------------------------*/

.overview-content-2 > h2 {
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 24px;
    padding-bottom: 28px;
    position: relative;
}
.overview-content-2 > h2 span {
    color: #ff3d2a;
}
.overview-content-2 > h2::before {
    background-color: #ff3d2a;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transition: all 0.4s ease 0s;
    width: 80px;
}
.overview-content-2 > p strong {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 21px;
}
.count-icon i {
    font-size: 50px;
    line-height: 1;
    display: inline-block;
}
.count-title h2 {
    color: #ff3d2a;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0.2px;
    margin: 15px 0 5px;
}
.count-title>span {
    color: #454545;
    font-size: 20px;
    text-transform: capitalize;
}
.single-count:hover .count-icon img {
    animation: 850ms ease-in-out 0s normal none 1 running tada;
}
.team-action {
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 20px;
}
.team-action a {
    background-color: transparent;
    border-radius: 50px;
    color: #fff;
    display: block;
    font-size: 18px;
    height: 40px;
    left: 30px;
    line-height: 40px;
    margin-bottom: 5px;
    opacity: 0;
    position: relative;
    text-align: center;
    visibility: hidden;
    width: 40px;
}
.team-action a.facebook {
    background-color: #3b5998;
    border: 1px solid #3b5998;
}
.team-action a.twitter {
    background-color: #55acee;
    border: 1px solid #55acee;
}
.team-action a.instagram {
    background-color: #c32aa3;
    border: 1px solid #c32aa3;
}
.team-action a.facebook:hover {
    background-color: transparent;
    color: #3b5998;
}
.team-action a.twitter:hover {
    background-color: transparent;
    color: #55acee;
}
.team-action a.instagram:hover {
    background-color: transparent;
    color: #c32aa3;
}
.team-action a:nth-child(1) {
    transition-delay: 0.1s;
}
.team-action a:nth-child(2) {
    transition-delay: 0.2s;
}
.team-action a:nth-child(3) {
    transition-delay: 0.3s;
}
.team-wrapper:hover .team-action a {
    left: 0;
    opacity: 1;
    visibility: visible;
}
.team-img {
    overflow: hidden;
    position: relative;
}
.team-img img {
    width: 100%;
}
.team-content {
    box-shadow: 0 3px 5px rgba(85, 85, 85, 0.2);
    padding: 20px 10px 23px;
}
.team-content > h4 {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 5px;
    text-transform: capitalize;
}
.team-content > span {
    font-size: 15px;
}
.section-title-about h4 {
    display: inline-block;
    font-size: 28px;
    font-weight: 500;
    margin: 0;
    padding-bottom: 15px !important;
    position: relative;
}
.section-title-about h4::before {
    background-color: #444444;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    transition: all 0.4s ease 0s;
    width: 100%;
}
.single-testimonial.about-testi > p,
.single-testimonial.about-testi > h4,
.single-testimonial.about-testi > h4 span {
    color: #242424;
}
.about-testi .testimonial-rating i.theme-star-coffee {
    color: #ff3d2a;
}
.single-testimonial.about-testi > p {
    width: 73%;
}
.about-portfolio .single-testimonial p {
    width: 90%;
}
.testimonial-active.about-testi-active {
    padding: 0;
}
.testimonial-active.about-testi-active .owl-dot.active {
    background: #ff3d2a none repeat scroll 0 0;
}
.overview-img.text-center img {
    max-width: 100%;
}
.about-brand-logo-area .border-bottom-2 {
    border-bottom: 0px solid #eeeeee;
}
.about-brand-logo-area .border-top-3 {
    border-top: 0px solid #eeeeee;
}

/* footer area style */

.brand-logo-active.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
  text-align: center;
}
/* footer area style */
.footer-area.footer-wrapper .footer-top {
    background: #f6f7f7;
    padding-top: 70px;
    padding-bottom: 35px;
}
.footer-widget > h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}
.footer-about > p {
  color: #242424;
  margin: 0;
}
.footer-contact li {
  color: #242424;
  list-style: outside none none;
  line-height: 24px;
}
.footer-contact li a{
  color: #242424;
}
.social-icon li {
  display: inline-block;
  list-style: none;
  margin-right: 20px;
}
.social-icon li a {
  font-size: 16px;
    color: #242424;
}
.social-icon li a:hover ,
.footer-contact li a:hover {
    color: #ff3d2a;
}
.social-icon li:last-child {
  margin-right: 0px;
}
.social-icon {
  margin-top: 17px;
}
.widget_nav_menu ul.menu {
    padding: 0;
    list-style: none;
    background: transparent;
}
.widget_nav_menu ul.menu li {
  list-style: outside none none;
  padding-bottom: 15px;
  line-height: 1.5;
}
.widget_nav_menu ul.menu li:last-child {
  padding-bottom: 0px;
}
.widget_nav_menu ul.menu li a {
  color: #242424;
  display: block;
}
.widget_nav_menu ul.menu li a:hover {
  color: #ff3d2a;
}
.footer-newsletter > p {
  margin: 0;
  color: #242424;
  line-height: 30px;
  margin-top: -4px;
}
.mc-form .mc-news {
  display: none;
}
.subscribe-form .mc-form input {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: transparent none repeat scroll 0 0;
  border-color: #ebebeb;
  border-image: none;
  border-style: none none solid;
  border-width: medium medium 1px;
  box-shadow: none;
  color: #333;
  font-size: 13px;
  height: 45px;
  padding-left: 0;
  width: 100%;
}
.clear-2 {
  margin: 39px 0 0;
}
.subscribe-form .mc-form .clear-2 input {
  background-color: #ff3d2a;
  border: medium none;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
  height: inherit;
  line-height: 1;
  padding: 15px 46px;
  text-transform: uppercase;
  width: inherit;
  font-size: 12px;
}
.subscribe-form .mc-form .clear-2 input:hover {
  background-color: #333;
}
.subscribe-form form input[type="text"]::-moz-placeholder {
    color: #333 !important;
    opacity: 1;
}
.subscribe-form form input[type="text"]::-webkit-input-placeholder {
    color: #333 !important;
    opacity: 1;
}
.footer-copyright-text{
    text-align: left;
}
.copyright > p {
  margin: 0;
  color: #5a5a5a;
}
.copyright > p a{
  color: #000;
}
.copyright > p a:hover {
  text-decoration: underline;
    color: #ff3d2a;
}
.footer-bottom {
  padding: 18px 0 20px;
}
.payment-img img {
  width: 100%;
}
b, strong {
    font-weight: 600;
}
.modal-pro-content .shop-list-cart-wishlist a {
    border: 1px solid #ddd;
}
.woocommerce form .password-input, .woocommerce-page form .password-input {
    width: 100%;
}