
body,
html {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    overflow-x: hidden
}

body {
    background: #fff none repeat scroll 0 0;
    color: #687188;
    font-family: Poppins, sans-serif;
    font-size: 16px
}

.preloader {
	background-color: #fff;
	bottom: 0;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.loader {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 50%;
    background: linear-gradient(0deg, rgba(255, 61, 0, 0.2) 33%, #daa13c 100%);
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}
.loader::after {
    content: '';  
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background: #fff;
}
@keyframes rotation {
    0% { transform: rotate(0deg) }
    100% { transform: rotate(360deg)}
} 


h1,
h2,
h3,
h4,
h5,
h6 {
    color: #292b2c;
    font-family: Roboto
}

p {
    color: #687188;
    line-height: 28px;
    margin-bottom: 25px
}

a {
    color: #292b2c;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

a:hover {
    color: #daa13c;
    text-decoration: none
}

a:focus {
    outline: 0
}

img {
    max-width: 100%
}

button {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

li,
ul {
    margin: 0;
    padding: 0
}

label {
    color: #6c757d
}

input:focus {
    outline: 0;
    box-shadow: none
}

iframe {
    border: 0;
    display: block
}

video {
    width: 100%
}

.section {
    padding: 50px 0;
    position: relative
}

.footer_top.small_pt,
.section.small_pt {
    padding-top: 50px
}

.footer_top.small_pb,
.section.small_pb {
    padding-bottom: 50px
}

.footer_top.pb_20,
.pb_20,
.section.pb_20 {
    padding-bottom: 20px
}

.footer_top.pb_70,
.pb_70,
.section.pb_70 {
    padding-bottom: 70px
}

.footer_top.pb_85,
.pb_85,
.section.pb_85 {
    padding-bottom: 85px
}

.small_padding {
    padding: 30px
}

.medium_padding {
    padding: 50px
}

.large_padding {
    padding: 100px
}

.small_divider {
    height: 30px
}

.medium_divider {
    height: 50px
}

.large_divider {
    height: 100px
}

.list_none li {
    list-style: none
}

.order_list {
    padding-left: 15px
}

.btn.active,
.btn:focus,
.btn:hover {
    box-shadow: none;
    outline: medium none;
    border-color: inherit
}

button:focus {
    outline: 0
}

button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none
}

.border-2 {
    border-width: 2px !important
}

.btn {
    border-width: 1px;
    cursor: pointer;
    line-height: normal;
    padding: 12px 35px;
    text-transform: capitalize;
    transition: all .3s ease-in-out
}

.btn.active:focus,
.btn:active:focus {
    box-shadow: none !important
}

.btn-fill-out {
    background-color: transparent;
    border: 1px solid #daa13c;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.btn-fill-out::after,
.btn-fill-out::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #daa13c;
    z-index: -1;
    transition: all .3s ease-in-out;
    width: 51%
}

.btn-fill-out::after {
    right: 0;
    left: auto
}

.btn-fill-out:hover:after,
.btn-fill-out:hover:before {
    width: 0
}

.btn-fill-out:hover {
    color: #daa13c !important
}

.btn-fill-line {
    background-color: transparent;
    border: 1px solid #333;
    overflow: hidden;
    position: relative;
    color: #fff !important;
    transition: all .8s ease 0s;
    z-index: 1
}

.btn-fill-line:after,
.btn-fill-line:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #333;
    z-index: -1;
    transition: all .3s ease-in-out;
    width: 50%
}

.btn-fill-line::after {
    right: 0;
    left: auto
}

.btn-fill-line:hover:after,
.btn-fill-line:hover:before {
    width: 0
}

.btn-fill-line:hover {
    color: #333 !important
}

.btn-border-fill {
    border: 1px solid #ff324d;
    color: #ff324d;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.btn-border-fill::after,
.btn-border-fill::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #ff324d;
    z-index: -1;
    transition: all .3s ease-in-out;
    width: 0
}

.btn-border-fill::after {
    right: 0;
    left: auto
}

.btn-border-fill:hover:after,
.btn-border-fill:hover:before {
    width: 50%
}

.btn-border-fill:hover {
    color: #fff !important
}

.btn-white {
    background-color: transparent;
    border: 1px solid #fff;
    color: #292b2c !important;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.btn-white::after,
.btn-white::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    z-index: -1;
    transition: all .5s ease-in-out;
    width: 50%
}

.btn-white::after {
    right: 0;
    left: auto
}

.btn-white:hover:after,
.btn-white:hover:before {
    width: 0
}

.btn-white:hover {
    color: #fff !important
}

.btn-fill-out-dark {
    background-color: transparent;
    border: 1px solid #333;
    color: #fff !important;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.btn-fill-out-dark:hover {
    color: #333 !important
}

.btn-fill-out-dark::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    content: '';
    background-color: #333;
    transition: all .4s cubic-bezier(.42, 0, .58, 1)
}

.btn-line-fill {
    border: 1px solid #333;
    overflow: hidden;
    position: relative;
    color: #333 !important;
    transition: all .8s ease 0s;
    z-index: 1
}

.btn-line-fill:hover {
    color: #fff !important
}

@keyframes criss-cross-left {
    0% {
        left: -20px
    }

    50% {
        left: 50%;
        width: 20px;
        height: 20px
    }

    100% {
        left: 50%;
        width: 450px;
        height: 450px
    }
}

@keyframes criss-cross-right {
    0% {
        right: -20px
    }

    50% {
        right: 50%;
        width: 20px;
        height: 20px
    }

    100% {
        right: 50%;
        width: 450px;
        height: 450px
    }
}

.btn-line-fill:after,
.btn-line-fill:before {
    position: absolute;
    top: 50%;
    content: '';
    width: 20px;
    height: 20px;
    background-color: #333;
    border-radius: 50%;
    z-index: -1
}

.btn-line-fill:before {
    left: -20px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.btn-line-fill:after {
    right: -20px;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
}

.btn-line-fill:hover:before {
    -webkit-animation: criss-cross-left .7s both;
    animation: criss-cross-left .7s both;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}

.btn-line-fill:hover:after {
    -webkit-animation: criss-cross-right .7s both;
    animation: criss-cross-right .7s both;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}

.btn-line-white {
    border: 1px solid #fff;
    color: #fff !important
}

.btn-line-white:hover {
    color: #333 !important
}

.btn-line-fill.btn-line-white:after,
.btn-line-fill.btn-line-white:before {
    background-color: #fff
}

.btn-tran-light {
    background-color: rgba(255, 255, 255, .2);
    color: #fff
}

.btn-tran-light:hover {
    background-color: #fff
}

.btn-radius {
    border-radius: 40px
}

.btn+.btn {
    margin-left: 10px
}

.btn i {
    font-size: 16px;
    margin-right: 5px;
    vertical-align: middle;
    line-height: 1
}

.btn span {
    vertical-align: middle
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 8px 25px
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 16px 45px
}

.btn-md {
    padding: 12px 35px;
    font-size: 16px
}

.btn.btn-sm i {
    font-size: 12px
}

.btn.btn-lg i {
    font-size: 22px
}

.btn-link {
    position: relative;
    z-index: 2;
    text-decoration: none
}

.btn-link:hover {
    text-decoration: none
}

.btn-link::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #ff324d;
    z-index: -1
}

.text_white * {
    color: #fff
}

.text_dark * {
    color: #333
}

.text_default {
    color: #c9a357 !important
}

.bg_default {
    background-color: #ff324d !important
}

.bg_dark {
    background-color: #1d2224 !important
}

.bg_dark2 {
    background-color: #131d24 !important
}

.bg_dark3 {
    background-color: #233645 !important
}

.bg_dark4 {
    background-color: #1b1e20 !important
}

.radius_all_5,
.radius_all_5:after,
.radius_all_5:before {
    border-radius: 5px
}

.radius_all_10,
.radius_all_10:after,
.radius_all_10:before {
    border-radius: 10px
}

.scrollup {
    background-color: #171717;
    bottom: 20px;
    color: #fff;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 40px;
    z-index: 99
}

.scrollup:hover {
    background-color: #ff324d;
    color: #fff
}

.scrollup:focus {
    color: #fff
}

.scrollup_style1 {
    background-color: #ff324d
}

.scrollup.scrollup_style1:hover {
    background-color: #333
}

.background_bg {
    background-position: center center;
    background-size: cover
}

.bg_size_auto {
    background-size: auto !important
}

.bg_size_contain {
    background-size: contain !important
}

.position_top_center {
    background-position: top center !important
}

.position_center_bottom {
    background-position: center bottom !important
}

.position_right_center {
    background-position: right center !important
}

.position_right_bottom {
    background-position: right bottom !important
}

.fixed_bg {
    background-attachment: fixed !important
}

[class*=overlay_bg_] {
    position: relative
}

[class*=overlay_bg_]::before {
    background-color: #000;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0
}

[class*=overlay_bg_default_]::before {
    background-color: #ff324d
}

[class*=overlay_bg_blue_]::before {
    background-color: #031b4e
}

[class*=overlay_bg_white_]::before {
    background-color: #fff
}

.overlay_bg_90::before,
.overlay_bg_default_90::before,
.overlay_bg_white_90::before {
    opacity: .9
}

.overlay_bg_80::before,
.overlay_bg_default_80::before,
.overlay_bg_white_80::before {
    opacity: .8
}

.overlay_bg_70::before,
.overlay_bg_default_70::before,
.overlay_bg_white_70::before {
    opacity: .7
}

.overlay_bg_60::before,
.overlay_bg_default_60::before,
.overlay_bg_white_60::before {
    opacity: .6
}

.overlay_bg_50::before,
.overlay_bg_default_50::before,
.overlay_bg_white_50::before {
    opacity: .5
}

.overlay_bg_40::before,
.overlay_bg_default_40::before,
.overlay_bg_white_40::before {
    opacity: .4
}

.overlay_bg_30::before,
.overlay_bg_default_30::before,
.overlay_bg_white_30::before {
    opacity: .3
}

.overlay_bg_20::before,
.overlay_bg_default_20::before,
.overlay_bg_white_20::before {
    opacity: .2
}

.overlay_bg_10::before,
.overlay_bg_default_10::before,
.overlay_bg_white_10::before {
    opacity: .1
}

@-webkit-keyframes ripple {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: .5
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes ripple {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: .5
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.bg_transparent_20 {
    background-color: rgba(0, 0, 0, .2)
}

.box_shadow1 {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.border-top-tran {
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.border_bottom_tran {
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.heading_s1 {
    margin-bottom: 25px
}

.heading_s1 h1,
.heading_s1 h2,
.heading_s1 h3,
.heading_s1 h4,
.heading_s1 h5,
.heading_s1 h6 {
    font-weight: 700;
    margin: 0;
    text-transform: capitalize
}

.heading_s2 {
    position: relative
}

.heading_s2 h1,
.heading_s2 h2,
.heading_s2 h3,
.heading_s2 h4,
.heading_s2 h5,
.heading_s2 h6,
.heading_s3 h1,
.heading_s3 h2,
.heading_s3 h3,
.heading_s3 h4,
.heading_s3 h5,
.heading_s3 h6 {
    font-weight: 700;
    margin: 0;
    text-transform: capitalize
}

.heading_s2 h1,
.heading_s2 h2,
.heading_s2 h3,
.heading_s2 h4,
.heading_s2 h5,
.heading_s2 h6 {
    position: relative;
    z-index: 9
}

.heading_s3 {
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative
}

.heading_s3::before {
    content: "";
    position: absolute;
    left: 0;
    width: 50px;
    height: 1px;
    background-color: #ff324d;
    bottom: 0;
    right: 0
}

.heading_light.heading_s3::before {
    background-color: #fff
}

.heading_s3.text-center::before {
    margin: 0 auto
}

.heading_s3.text-right::before {
    left: auto;
    right: 0
}

.heading_s4 {
    margin-bottom: 15px
}

.heading_s4 h1,
.heading_s4 h2,
.heading_s4 h3,
.heading_s4 h4,
.heading_s4 h5,
.heading_s4 h6 {
    font-weight: 700;
    margin: 0;
    text-transform: capitalize;
    line-height: normal
}

.heading_s4 .heading_icon i {
    color: #20e076;
    font-size: 30px;
    position: relative;
    z-index: 3;
    width: 50px;
    display: block;
    height: 50px;
    line-height: 50px
}

.heading_icon {
    display: inline-block;
    position: relative;
    z-index: 2;
    padding: 0 30px;
    text-align: center
}

.heading_icon::after {
    content: "";
    position: absolute;
    right: 0;
    width: 30px;
    top: 50%;
    border-top: 1px solid #999;
    z-index: -1;
    border-bottom: 1px solid #999;
    height: 5px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.heading_icon::before {
    content: "";
    position: absolute;
    left: 0;
    width: 30px;
    top: 50%;
    border-top: 1px solid #999;
    z-index: -1;
    border-bottom: 1px solid #999;
    height: 5px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.heading_light .heading_icon i {
    color: #fff !important
}

.heading_uppercase h1,
.heading_uppercase h2,
.heading_uppercase h3,
.heading_uppercase h4,
.heading_uppercase h5,
.heading_uppercase h6 {
    text-transform: uppercase
}

.heading_light * {
    color: #fff
}

.preloader {
    background-color: #fff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999
}

@-webkit-keyframes ball-pulse-sync {
    33% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    66% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes ball-pulse-sync {
    33% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    66% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.navbar-brand {
    padding: 10px 0;
    vertical-align: top;
    margin: 0;
    display: inline-block
}

.dark_skin .logo_default,
.dark_skin .logo_light,
.light_skin .logo_dark,
.light_skin .logo_default,
.logo_dark,
.logo_light {
    display: none
}

.dark_skin .logo_dark,
.light_skin .logo_light {
    display: block
}

.light_skin .navbar-nav a,
.light_skin .navbar-toggler {
    color: #fff
}

.navbar {
    padding: 0
}

.header_wrap {
    transition: all .5s ease 0s
}

.header_wrap:not([class*=bg_]):not([class*=bg-]) {
    background-color: #fff
}

.header_wrap:not([class*=bg_]):not([class*=bg-]).transparent_header {
    background-color: transparent
}

.header_wrap:not([class*=bg_]):not([class*=bg-]).transparent_header.nav-fixed {
    background-color: #fff
}

.header_wrap:not([class*=bg_]):not([class*=bg-]).transparent_header.light_skin.nav-fixed,
.header_wrap:not([class*=bg_]):not([class*=bg-]).transparent_header.nav-fixed .light_skin {
    background-color: #fff
}

.header_wrap:not([class*=bg_]):not([class*=bg-]).transparent_header.sticky_dark_skin.nav-fixed,
.light_skin .toggle_center_line {
    background-color: #fff
}

.navbar .navbar-nav li {
    position: relative;
    list-style: none;
    transition: all .3s ease 0s
}

.navbar-nav .dropdown-menu {
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    min-width: 14rem
}

.navbar-nav .dropdown-menu {
    background-color: #252a2c
}

.light_skin .navbar-nav .dropdown-menu .dropdown-menu {
    background-color: #303537
}

.dark_skin .navbar-nav .dropdown-menu {
    background-color: #fff;
    box-shadow: 0 13px 42px 11px rgba(0, 0, 0, .05)
}

.dark_skin .cart_list li {
    border-color: #ddd
}

.dark_skin .navbar .navbar-nav .dropdown-menu li a.active,
.dark_skin .navbar .navbar-nav .dropdown-menu li a:hover,
.dark_skin .navbar .navbar-nav .dropdown-menu>ul>li:hover>a {
    color: #debf80
}

.dark_skin .cart_quantity,
.dark_skin .cart_total,
.dark_skin .navbar .navbar-nav .dropdown-header,
.dark_skin .navbar .navbar-nav li>.dropdown-item {
    color: #333
}

.dropdown-toggle::after,
.dropdown-toggler::after {
    border: 0 none;
    content: "\f3d0";
    font-family: Ionicons;
    margin-left: 5px;
    vertical-align: middle
}

.dropdown-toggler::after {
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.dropdown-menu .dropdown-toggler::after {
    position: absolute;
    right: 15px;
    top: 10px
}

.navbar .navbar-nav>li>.nav-link {
    font-weight: 500;
    padding: 22px 10px;
    text-transform: capitalize;
    font-size: 14px
}

.light_skin.transparent_header.nav-fixed .navbar .navbar-nav>li:hover>a,
.light_skin.transparent_header.nav-fixed .navbar .navbar-nav>li>a.active,
.navbar .navbar-nav>li:hover>a,
.navbar .navbar-nav>li>a.active,
.transparent_header.nav-fixed .light_skin .navbar .navbar-nav>li:hover>a,
.transparent_header.nav-fixed .light_skin .navbar .navbar-nav>li>a.active {
    color: #daa13c
}

.light_skin .navbar .navbar-nav .dropdown-header,
.light_skin .navbar .navbar-nav .dropdown-item {
    color: #fff
}

.light_skin .item_remove {
    color: #fff !important
}

.navbar .navbar-nav .dropdown-item {
    padding: 8px 20px 8px 20px;
    color: #333;
    font-size: 14px;
    text-transform: capitalize
}

.navbar .navbar-nav .dropdown-item.dropdown-toggler {
    padding-right: 30px
}

.navbar .navbar-nav .dropdown-header {
    color: #333;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 700
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
    background-color: transparent
}

.navbar .navbar-nav .dropdown-menu li a.active,
.navbar .navbar-nav .dropdown-menu li a:hover,
.navbar .navbar-nav .dropdown-menu>ul>li:hover>a {
    color: #daa13c
}

.header_wrap:not([class*=bg_]):not([class*=bg-]).sticky_light_skin.nav-fixed .navbar-nav .dropdown-menu {
    background-color: #252a2c;
    border-color: #252a2c
}

.header_wrap:not([class*=bg_]):not([class*=bg-]).sticky_light_skin.nav-fixed .navbar-nav .dropdown-menu .dropdown-menu {
    background-color: #303537
}

.search_overlay {
    content: "";
    background-color: #000;
    height: 100%;
    top: 0;
    position: fixed;
    text-align: center;
    opacity: .9;
    right: 0;
    transition: all .4s cubic-bezier(.42, 0, .58, 1);
    width: 0;
    z-index: 99
}

.search_overlay.open {
    left: 0;
    right: auto;
    width: 100%
}

.search-overlay.open {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.search_wrap {
    position: fixed;
    left: 0;
    right: 0;
    max-width: 800px;
    margin: 0 auto;
    padding: 80px 0;
    z-index: 9999;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-align: center;
    align-items: center
}

.search_wrap.open {
    opacity: 1;
    visibility: visible;
    -webkit-animation: slideInLeft 1s both;
    animation: slideInLeft 1s both
}

.search_wrap form {
    position: relative;
    width: 100%
}

.search_wrap .form-control:focus {
    color: #fff
}

.search_icon {
    font-size: 24px;
    position: relative;
    right: 5px;
    top: 5px;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    color: #fff
}

.search_wrap .form-control {
    background-color: transparent;
    border-bottom: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    padding: 10px 0;
    color: #fff
}

.search_wrap .form-control::-webkit-input-placeholder {
    color: #fff
}

.search_wrap .form-control::-moz-placeholder {
    color: #fff
}

.search_wrap .form-control:-ms-input-placeholder {
    color: #fff
}

.search_wrap .form-control::-ms-input-placeholder {
    color: #fff
}

.search_wrap .form-control::placeholder {
    color: #fff
}

.close-search {
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 25%
}

.pr_search_icon {
    float: right
}

.header_wrap.fixed-top {
    position: relative;
    padding-right: 0 !important
}

.header_wrap.transparent_header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1030
}

.header_wrap.nav-fixed {
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1041;
    -webkit-animation: slideInDown .65s cubic-bezier(.23, 1, .32, 1);
    -moz-animation: slideInDown .65s cubic-bezier(.23, 1, .32, 1);
    -o-animation: slideInDown .65s cubic-bezier(.23, 1, .32, 1);
    animation: slideInDown .65s cubic-bezier(.23, 1, .32, 1);
    -webkit-animation-fill-mode: none;
    -moz-animation-fill-mode: none;
    -o-animation-fill-mode: none;
    animation-fill-mode: none
}

.nav-fixed.border_bottom_tran {
    border: 0
}

.header_wrap:not([class*=bg_]):not([class*=bg-]).transparent_header.nav-fixed.no-sticky {
    background-color: transparent;
    box-shadow: none
}

.dropdown-menu li a i {
    font-size: 14px;
    width: 20px;
    display: inline-block;
    vertical-align: middle
}

.cart_list li {
    list-style: outside none none
}

.navbar-nav .dropdown-menu.cart_box {
    width: 320px;
    position: absolute !important;
    -webkit-transform: scale(0) !important;
    transform: scale(0) !important;
    -webkit-transform-origin: -webkit-calc(100% - 30px) 0;
    transform-origin: calc(100% - 30px) 0;
    display: block;
    transition: all .25s ease-in-out;
    padding: 0;
    top: 100% !important;
    left: auto !important;
    right: 0
}

.navbar-nav .dropdown-menu.cart_box.show {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important
}

.cart_list li {
    border-bottom: 1px solid #3f3f3f;
    padding: 15px;
    width: 100%
}

.item_remove {
    float: right;
    margin-left: 5px;
    color: #333 !important
}

.cart_list img {
    border: 1px solid #ddd;
    background-color: #fff;
    float: left;
    margin-right: 10px;
    max-width: 80px
}

.cart_list a {
    font-size: 14px;
    vertical-align: top;
    padding: 0 !important;
    text-transform: capitalize;
    font-weight: 600
}

.cart_quantity {
    color: #fff;
    display: table;
    margin-top: 5px;
    font-weight: 500
}

.cart_box .cart_list {
    width: 100%;
    padding: 0 !important;
    max-height: 242px;
    overflow-y: auto
}

.cart_list li {
    display: inline-block;
    width: 100%
}

.dropdown-menu .cart_list li a i {
    width: auto
}

.cart_total {
    color: #fff;
    margin: 0;
    padding: 10px 15px;
    font-weight: 600;
    text-align: right
}

.cart_total strong {
    float: left;
    font-weight: 600
}

.top-header {
    border-bottom: 1px solid #eee
}

.top-header.light_skin {
    border-color: rgba(255, 255, 255, .2)
}

.top-header {
    padding: 10px 0;
    transition: all .5s ease-in-out
}

.top-header[class*=bg-],
.top-header[class*=bg_] {
    border: 0
}

.top-header span {
    font-size: 14px;
    vertical-align: middle
}

.header_wrap .social_icons li {
    padding-bottom: 0
}

.contact_detail,
.social_icons {
    font-size: 0
}

.contact_detail>li:last-child,
.header_list>li:last-child {
    padding-right: 0
}

.social_icons li {
    display: inline-block;
    padding: 0 5px 5px 0
}

.social_icons li a {
    font-size: 18px;
    color: #687188;
    height: 36px;
    width: 36px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    overflow: hidden
}

.header_wrap .social_icons li a:hover,
.social_icons li a:hover {
    color: #ff324d
}

.social_icons.social_small li a {
    height: 25px;
    width: 25px;
    line-height: 26px;
    font-size: 16px
}

.header_wrap .social_white .social_icons li a,
.header_wrap .social_white.social_icons li a,
.social_white .social_icons li a,
.social_white.social_icons li a {
    color: #fff;
    border-color: #fff
}

.social_white .social_icons li a:hover,
.social_white.social_icons li a:hover {
    color: #ff324d
}

.border_social .social_icons li a:hover,
.border_social.social_icons li a:hover {
    background-color: #ff324d;
    border-color: #ff324d;
    color: #fff
}

.border_social.social_white .social_icons li a:hover,
.social_white.border_social.social_icons li a:hover {
    color: #fff
}

.border_social li a {
    border: 1px solid #687188;
    line-height: 35px
}

.social_icons li:last-child a {
    margin-right: 0
}

.radius_social li a {
    border-radius: 5px
}

.rounded_social li a {
    border-radius: 50px
}

.social_icons.social_style1 li a {
    background-color: #fff;
    color: #ff324d
}

.social_icons.social_style1 li a:hover {
    background-color: #ff324d;
    color: #fff !important
}

.social_style2 li a {
    background-color: #fff;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .3)
}

.social_style3 li a {
    background-color: #f6f8f9;
    color: #b2b2b7;
    font-size: 20px;
    height: 50px;
    width: 50px;
    line-height: 50px
}

.social_style4 li a {
    background-color: #fff;
    color: #ff324d
}

.social_style4 li a:hover {
    background-color: #ff324d;
    color: #fff
}

.social_style4 li a:hover {
    background-color: #ff324d;
    color: #fff !important
}

.vertical_social li {
    display: block
}

.header_wrap .social_icons li a {
    color: #333
}

.contact_detail i {
    margin-right: 10px;
    vertical-align: middle;
    font-size: 16px
}

.contact_detail span {
    vertical-align: middle
}

.contact_detail>li,
.header_list>li {
    color: #333;
    font-size: 14px;
    vertical-align: middle;
    display: inline-block;
    padding: 2px 15px 2px 0
}

.header_list>li i {
    margin-right: 6px;
    vertical-align: middle
}

.icon_list>li {
    color: #333;
    vertical-align: middle;
    display: inline-block;
    padding: 2px 10px 2px 0
}

.icon_list>li>i {
    font-size: 16px
}

.icon_list>li a {
    color: #bfbfbf
}

.contact_detail>li a:hover,
.header_list>li .dropdown-item:hover {
    color: #f32b56
}

.header_dropdown .dropdown-menu {
    border-radius: 0;
    padding: 0;
    margin-top: 0;
    border: 0;
    transform: none !important;
    top: 100% !important;
    will-change: auto !important
}

.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top],
.header_dropdown .dropdown-menu[x-placement^=bottom] {
    right: 0;
    left: auto !important
}

.header_dropdown .dropdown-item {
    padding: 5px 10px;
    border-bottom: 1px solid #e6e6e6;
    text-transform: capitalize
}

.contact_detail li:first-child {
    margin-left: 0
}

.contact_detail li a span {
    vertical-align: middle
}

.top-header.light_skin .contact_detail li,
.top-header.light_skin .contact_detail li a,
.top-header.light_skin .widget_text span {
    color: #fff
}

.top-header.dark_skin .contact_detail li {
    color: #000
}

.nav-fixed .top-header {
    display: none !important
}

.navbar-toggler {
    float: right;
    margin: 0 0 0 3px;
    font-size: 30px;
    color: #333;
    transition: all .5s ease 0s;
    border-radius: 0;
    height: 35px;
    width: 35px;
    padding: 0;
    line-height: 36px;
    transition: none
}

header.light_skin.nav-fixed .social_icons li a {
    color: #000
}

header.light_skin.nav-fixed .social_icons li a:hover {
    color: #0e93d8
}

.search_box {
    position: relative
}

.search_box input {
    padding-right: 30px
}

.search_box button {
    border: 0;
    padding: 0 10px;
    background-color: transparent;
    font-size: 22px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer
}

.light_skin .icon_list>li a,
.light_skin.top-header span,
.top-header.light_skin .header_list li a {
    color: #fff
}

.top-header.light_skin .header_list>li::before {
    background-color: #fff
}

.top-header.light_skin .contact_detail li a:hover,
.top-header.light_skin .header_list li a:hover,
.top-header.light_skin .header_list li a:hover span {
    color: #ff324d
}

.main_menu_uppercase .navbar-nav>li>.nav-link {
    text-transform: uppercase
}

.main_menu_weight_100 .navbar .navbar-nav>li>.nav-link {
    font-weight: 100
}

.main_menu_weight_200 .navbar .navbar-nav>li>.nav-link {
    font-weight: 200
}

.main_menu_weight_300 .navbar .navbar-nav>li>.nav-link {
    font-weight: 300
}

.main_menu_weight_400 .navbar .navbar-nav>li>.nav-link {
    font-weight: 400
}

.main_menu_weight_500 .navbar .navbar-nav>li>.nav-link {
    font-weight: 500
}

.main_menu_weight_600 .navbar .navbar-nav>li>.nav-link {
    font-weight: 600
}

.main_menu_weight_700 .navbar .navbar-nav>li>.nav-link {
    font-weight: 700
}

.main_menu_weight_800 .navbar .navbar-nav>li>.nav-link {
    font-weight: 800
}

.main_menu_weight_900 .navbar .navbar-nav>li>.nav-link {
    font-weight: 900
}

.dd_menu_size_16 .cart_list a,
.dd_menu_size_16 .navbar .navbar-nav .dropdown-item,
.main_menu_size_16 .navbar .navbar-nav>li>.nav-link {
    font-size: 16px
}

.header_banner_wrap {
    padding: 15px;
    height: 100%
}

.header-banner2 {
    margin: 0 15px
}

.header-banner,
.header-banner2 {
    display: block;
    position: relative;
    margin-bottom: 15px
}

.header-banner img {
    width: 100%
}

.header_banner {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    padding: 15px
}

.header_banner_wrap .header_banner {
    -ms-flex-align: center;
    align-items: center
}

.header_banner_content {
    position: relative
}

.header_banner_text {
    color: #fff
}

.header_banner_title {
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px
}

.banner_img {
    position: relative
}

.shop_title {
    font-weight: 700;
    margin-bottom: 10px
}

.shop_banner {
    position: relative;
    display: table;
    margin: 0 auto
}

.shop_banner2 {
    margin-bottom: 30px;
    height: 235px;
    overflow: hidden
}

.el_banner1 {
    background-color: #fdbb99;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.el_img {
    text-align: center;
    width: 100%
}

.shop_banner2 a {
    position: relative;
    z-index: 9;
    padding: 15px;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.el_title {
    width: 100%
}

.el_banner1::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -80px;
    background-color: rgba(255, 255, 255, .2);
    width: 250px;
    height: 250px;
    border-radius: 100%;
    z-index: -1;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.el_banner2::before {
    content: "";
    position: absolute;
    right: -50px;
    bottom: -50px;
    background-color: rgba(255, 255, 255, .15);
    width: 250px;
    height: 250px;
    border-radius: 100%;
    z-index: -1
}

.el_banner2 .el_title h6 {
    font-weight: 600;
    font-size: 18px
}

.el_banner1 .el_title span {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600
}

.el_banner1 .el_img img {
    max-width: 180px;
    margin-top: 20px;
    width: 100%
}

.el_banner2 {
    background-color: #53c0e9;
    text-align: right;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.shop_banner2:last-child {
    margin-bottom: 0
}

.el_banner2 .el_img img {
    max-width: 165px;
    width: 100%
}

.header-overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .7);
    z-index: 9999;
    top: 0;
    transition: all .5s ease-in-out;
    cursor: url(https://veventhub.stw.mx/images/close.png), pointer
}

body.active {
    overflow: hidden;
    padding-right: 17px
}

.toggle_center_line {
    background-color: #333;
    height: 1px;
    width: 100%;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transition: all .6s ease-in-out
}

.widget_text p:last-child {
    margin-bottom: 0
}

.widget_contact_info .contact_wrap li:last-child {
    margin-bottom: 0
}

.hover_menu_style1 .navbar-collapse .navbar-nav>li>a {
    position: relative;
    padding: 30px 0;
    margin: 0 10px
}

.hover_menu_style1.nav-fixed .navbar .navbar-collapse .navbar-nav>li>.nav-link {
    padding: 20px 0
}

.hover_menu_style1 .navbar-collapse .navbar-nav>li>a::before {
    display: block;
    position: absolute;
    bottom: 20px;
    right: 0;
    height: 2px;
    width: 0;
    z-index: 0;
    content: '';
    background-color: #ff324d;
    transition: all .4s cubic-bezier(.42, 0, .58, 1)
}

.hover_menu_style1.nav-fixed .navbar-collapse .navbar-nav>li>a::before {
    bottom: 10px
}

.hover_menu_style1 .navbar-collapse .navbar-nav>li:hover>a::before,
.hover_menu_style1 .navbar-collapse .navbar-nav>li>a.active::before {
    left: 0;
    right: auto;
    width: 100%
}

input.text {
    display: none
}

.nav_block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.categories_wrap {
    position: relative
}

.categories_btn i {
    font-size: 24px;
    vertical-align: middle;
    margin-right: 10px
}

.categories_menu i {
    margin-right: 0;
    float: right
}

.categories_btn.categories_menu {
    padding: 12px 15px;
    border-radius: 4px
}

.categories_btn span {
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 500
}

.categories_btn {
    background-color: #ff324d;
    border: 1px solid #ff324d;
    padding: 20px 15px;
    color: #fff;
    text-align: left;
    width: 100%
}

.nav_cat {
    display: block;
    height: auto !important
}

.nav_cat.collapse:not(.show) {
    display: block
}

.product_search_form {
    position: relative;
    max-width: 600px;
    width: 100%
}

.product_search_form input {
    height: 50px;
    padding-right: 60px !important
}

.search_form_btn .form-control {
    padding-right: 120px !important
}

.search_btn {
    position: absolute;
    right: 1px;
    background-color: #fff;
    border: 0;
    padding: 0 15px;
    font-size: 20px;
    top: 1px;
    bottom: 1px;
    z-index: 9
}

.search_btn2 {
    position: absolute;
    right: 5px;
    background-color: #ff324d;
    border: 0;
    border-radius: 100%;
    font-size: 14px;
    top: 5px;
    color: #fff;
    z-index: 9;
    width: 40px;
    height: 40px;
    z-index: 9
}

.search_btn3 {
    background-color: #ff324d;
    color: #fff;
    border: 0;
    padding: 10px 30px;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 9
}

.search_btn3:hover {
    background-color: #333
}

.search_btn:hover {
    color: #ff324d
}

.search_btn i {
    vertical-align: middle
}

.product_search_form select {
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis
}

.product_search_form.rounded_input select {
    border-radius: 30px 0 0 30px;
    padding: 8px 35px 8px 15px
}

.product_search_form.rounded_input input {
    border-radius: 0 30px 30px 0 !important
}

.product_search_form.radius_input {
    border-radius: 4px;
    overflow: hidden
}

.product_search_form.radius_input select {
    border-radius: 4px 0 0 4px
}

.product_search_form.radius_input input {
    border-radius: 0 4px 4px 0 !important
}

.contact_phone i,
.contact_phone span {
    vertical-align: middle
}

.contact_phone i {
    font-size: 30px;
    margin-right: 10px;
    color: #ff324d
}

.contact_phone span {
    color: #16181b
}

.banner_content_inner {
    padding: 50px
}

.banner_section {
    position: relative
}

.banner_content_wrap {
    position: relative;
    z-index: 1
}

.banner_section:not(.full_screen),
.banner_section:not(.full_screen) .banner_content_wrap,
.banner_section:not(.full_screen) .banner_content_wrap .carousel-item,
.banner_section:not(.full_screen) .carousel-item {
    height: 800px
}

.full_screen,
.full_screen .carousel-item {
    height: 100vh;
    min-height: 25rem
}

.full_screen_inicio {
    height: 100vh;
}

.banner_section.shop_el_slider,
.banner_section.shop_el_slider .banner_content_wrap,
.banner_section.shop_el_slider .banner_content_wrap .carousel-item,
.banner_section.shop_el_slider .carousel-item,
.banner_section.slide_medium,
.banner_section.slide_medium .banner_content_wrap,
.banner_section.slide_medium .banner_content_wrap .carousel-item,
.banner_section.slide_medium .carousel-item {
    height: 500px
}

.banner_section.slide_wrap,
.banner_section.slide_wrap .banner_content_wrap,
.banner_section.slide_wrap .banner_content_wrap .carousel-item,
.banner_section.slide_wrap .carousel-item {
    height: 650px
}

.banner_section .banner_slide_content {
    left: 0;
    position: absolute;
    right: 0;
    top: 40%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1
}

.carousel-item img {
    position: relative;
    z-index: -1;
    width: 100%
}

.carousel-control-next,
.carousel-control-prev {
    background-color: rgba(0, 0, 0, .5);
    font-size: 18px;
    height: 50px;
    opacity: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    transition: all .3s ease-in-out
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    opacity: 0
}

.carousel:hover .carousel-control-next,
.carousel:hover .carousel-control-prev {
    opacity: 1
}

.carousel-control-next {
    right: 20px
}

.carousel-control-prev {
    left: 20px
}

.carousel_style1 .carousel-control-next,
.carousel_style1 .carousel-control-prev {
    border-radius: 100%
}

.carousel_style2 .carousel-control-next,
.carousel_style2 .carousel-control-prev {
    font-size: 16px;
    border-radius: 4px;
    height: 40px;
    width: 40px
}

.light_arrow .carousel-control-next,
.light_arrow .carousel-control-prev {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    color: #000
}

.carousel-control-next:hover,
.carousel-control-prev:hover,
.light_arrow .carousel-control-next:hover,
.light_arrow .carousel-control-prev:hover {
    background-color: #daa13c;
    color: #fff
}

.banner_content .carousel-item {
    padding: 100px 0
}

.banner_content h2 {
    font-size: 60px;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: capitalize
}

.banner_content p,
.banner_content2 p {
    margin-bottom: 30px
}

.banner_content2 h2 {
    font-size: 70px;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: capitalize
}

.banner_content3 h2 {
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: capitalize
}

.banner_content1 h2 {
    font-size: 78px;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: capitalize
}

.banner_center_content {
    margin-top: -70px
}

.banner_content_border {
    border: 10px solid #ff324d;
    padding: 50px;
    position: relative
}

.slide_banner_img {
    height: 100%;
    position: relative;
    z-index: -1
}

@keyframes zoomin {
    0% {
        -moz-transform: scale(1.2) rotate(3deg);
        -webkit-transform: scale(1.2) rotate(3deg);
        transform: scale(1.2) rotate(3deg)
    }

    100% {
        -moz-transform: scale(1) rotate(0);
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

.single_banner {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px
}

.single_banner_info {
    position: absolute;
    right: 0;
    top: 50%;
    padding: 20px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50%
}

.single_banner:hover img {
    -moz-transform: scale(1.06);
    -webkit-transform: scale(1.06);
    transform: scale(1.06)
}

.single_banner img {
    transition: all .3s ease-in-out;
    width: 100%
}

.sale_banner {
    padding: 0 10px;
    position: relative;
    margin-bottom: 30px
}

.sale_banner img {
    width: 100%
}

.fb_info {
    position: absolute;
    top: 15px;
    padding: 15px;
    left: 15px;
    z-index: 9
}

.fb_info2 {
    position: absolute;
    top: 50%;
    padding: 15px;
    left: 35px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
    width: 40%
}

.sale-banner img {
    width: 100%
}

.categories_box {
    text-align: center
}

.categories_box a {
    display: block;
    padding: 35px 20px;
    background-color: #f7f7f7
}

.categories_box i {
    font-size: 40px;
    display: block
}

.categories_box span {
    text-transform: capitalize;
    margin-top: 5px;
    display: block
}

.cat_overlap {
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    padding: 30px;
    z-index: 1;
    margin-top: -40px;
    margin-bottom: 20px;
}

.cat_style1 .categories_box a {
    background-color: transparent;
    padding: 0
}

.cat_style1 .categories_box span {
    margin-top: 10px
}

.icon_box {
    margin-bottom: 30px
}

.icon {
    margin-bottom: 15px
}

.icon_box_content h1,
.icon_box_content h2,
.icon_box_content h3,
.icon_box_content h4,
.icon_box_content h5,
.icon_box_content h6 {
    text-transform: capitalize
}

.icon i {
    font-size: 30px
}

.icon_box p:last-child {
    margin: 0
}

.icon_box_content .link i {
    vertical-align: middle;
    margin-left: 2px
}

.box_img {
    margin-bottom: 15px
}

.icon_box_style1 {
    text-align: center;
    padding: 0 40px;
    position: relative
}

.icon_box_style1 .icon i {
    font-size: 46px;
    line-height: 1
}

.icon_box_style1::before {
    content: "";
    position: absolute;
    right: 0;
    top: 15%;
    bottom: 15%;
    width: 1px;
    background-color: #ddd
}

[class*=col-]:last-child .icon_box_style1::before {
    content: normal
}

.icon_box_style2 .icon {
    background-color: #fff;
    max-width: 78px;
    text-align: center;
    float: left;
    height: 78px;
    border-radius: 100%;
    line-height: 78px;
    position: relative;
    margin: 0 20px 0 0;
    box-shadow: 0 2px 0 rgba(0, 0, 0, .05);
    -ms-flex: 0 0 78px;
    flex: 0 0 78px
}

.icon_box_style2:hover .icon {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: swing;
    animation-name: swing
}

.icon_box_style2 .icon i {
    font-size: 40px;
    color: #ff324d;
    line-height: 78px
}

.shopping_info {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

.shopping_info .icon_box {
    margin-top: 0;
    padding-top: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.icon_box.icon_box_style3 {
    border: 1px solid #ddd;
    padding: 30px;
    margin-left: -1px;
    margin-top: -1px;
    margin-bottom: 0
}

.icon_box_style3 .icon {
    float: left;
    margin-right: 20px;
    margin-bottom: 0
}

.icon_box_style3 .icon_box_content {
    overflow: hidden
}

.icon_box_style3 .icon i {
    font-size: 36px;
    color: #c9a357;
    line-height: normal
}

.icon_box_style3 .icon_box_content p {
    font-size: 14px;
    line-height: normal
}

.icon_box_style4 {
    background-color: #fff;
    padding: 20px;
    text-align: center
}

.icon_box_style4 .icon i {
    background-color: #ff324d;
    color: #fff;
    width: 60px;
    height: 60px;
    display: inline-block;
    line-height: 60px;
    border-radius: 100%;
    font-size: 24px
}

.carousel_slider li {
    list-style: none
}

.author_img img {
    max-width: 100px
}

.author_name {
    overflow: hidden
}

.author_name h6 {
    margin-bottom: 5px
}

.author_name span {
    color: #ff324d
}

.author_wrap {
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.blog_post {
    margin-bottom: 30px;
    transition: all .5s ease-in-out
}

.blog_content {
    padding-top: 15px
}

.blog_post .blog_img a {
    display: block;
    overflow: hidden
}

.blog_img {
    position: relative;
    overflow: hidden
}

.blog_img img {
    width: 100%;
    transition: all .5s ease-in-out
}

.blog_meta {
    display: inline-block;
    margin-bottom: 5px;
    width: 100%
}

.blog_meta li {
    float: left;
    margin-right: 15px
}

.blog_meta li:last-child {
    margin-right: 0
}

.blog_meta li a {
    text-transform: capitalize
}

.blog_meta li a i {
    margin-right: 5px;
    vertical-align: middle;
    color: #daa13c
}

.blog_title {
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: 600
}

h6.blog_title {
    line-height: 24px
}

.blog_text p {
    margin-bottom: 15px
}

.blog_text p:last-child {
    margin: 0
}

.blog_style1 {
    border-radius: 10px
}

.blog_style1 .blog_content {
    padding: 15px 20px;
    border-radius: 10px
}

.blog_style1 .blog_img+.blog_content {
    border-radius: 0 0 10px 10px
}

.blog_style1 .blog_img {
    border-radius: 10px 10px 0 0
}

.blog_style1 .blog_img img {
    border-radius: 10px 10px 0 0;
    width: 100%
}

.blog_style1:hover .blog_img img,
.blog_style2:hover .blog_img img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.blog_style1.radius_all_5 {
    border-radius: 5px
}

.blog_style1.radius_all_5 .blog_img,
.blog_style1.radius_all_5 .blog_img img {
    border-radius: 5px 5px 0 0
}

.blog_style1.radius_all_5 .blog_content {
    border-radius: 0 0 5px 5px
}

.blog_style2 .blog_content {
    padding: 15px
}

.blog_post.blog_style3 {
    position: relative
}

.blog_style3 .blog_content {
    position: absolute;
    bottom: 0;
    padding: 15px;
    left: 0;
    right: 0;
    z-index: 2
}

.blog_style3 .blog_img img {
    transition: all .5s ease-in-out;
    width: 100%
}

.blog_style3 .blog_img::before {
    background: -moz-linear-gradient(90deg, rgba(0, 0, 0, .7) 0, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, .7)));
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .7) 0, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(90deg, rgba(0, 0, 0, .7) 0, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(90deg, rgba(0, 0, 0, .7) 0, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, .7) 0, rgba(255, 255, 255, 0) 100%);
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 1
}

.post_date {
    position: absolute;
    left: 15px;
    top: 15px;
    width: 30px;
    text-align: center;
    background-color: #ff324d;
    min-width: 60px;
    padding: 8px 10px;
    color: #fff;
    z-index: 2
}

.blog_post.blog_style3 .blog_content a:hover {
    color: #daa13c
}

.post_date strong {
    font-size: 30px;
    line-height: 1
}

.blog_post.blog_style3 .blog_content a {
    color: #fff
}

.blog_style4 .blog_title {
    margin-bottom: 10px
}

.blog_img .owl-dots {
    position: absolute;
    top: 0;
    right: 15px
}

.single_post .blog_content {
    padding-top: 20px
}

.single_post .blog_title {
    font-size: 30px;
    line-height: normal;
    margin-bottom: 20px
}

.single_post .blog_meta {
    padding-bottom: 20px;
    margin-bottom: 0;
    width: 100%
}

.post_author .author_img {
    float: left;
    padding-right: 15px
}

.author_info {
    overflow: hidden
}

.author_info .author_name {
    font-weight: 600
}

.author_info p {
    font-size: 14px;
    line-height: 26px
}

.author_info p:last-child {
    margin-bottom: 0
}

.post_author {
    margin-top: 40px;
    margin-bottom: 40px
}

.post_nav_home {
    display: table;
    margin: 0 auto;
    font-size: 20px
}

.post_nav .nav_meta {
    text-transform: capitalize;
    display: block;
    font-size: 14px;
    color: #687188
}

.post_nav {
    text-transform: capitalize
}

.post_nav_prev {
    padding-left: 30px;
    position: relative
}

.post_nav_next {
    padding-right: 30px;
    position: relative;
    text-align: right
}

.post_nav_next i {
    right: 0;
    left: auto
}

.post_nav i {
    position: absolute;
    left: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.content_title * {
    margin-bottom: 30px;
    font-weight: 600
}

.rounded-input {
    border-radius: 50px
}

.input_tran_white input,
.input_tran_white input:focus {
    background-color: rgba(255, 255, 255, .1);
    color: #fff;
    box-shadow: none
}

.input_tran_white input::-webkit-input-placeholder {
    color: #fff;
    opacity: 1
}

.input_tran_white input::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.input_tran_white input:-ms-input-placeholder {
    color: #fff;
    opacity: 1
}

.input_tran_white input::-ms-input-placeholder {
    color: #fff;
    opacity: 1
}

.input_tran_white input::placeholder {
    color: #fff;
    opacity: 1
}

footer {
    overflow: hidden
}

.footer_dark {
    background-color: #202325;
    position: relative
}

.footer_top {
    padding: 100px 0 70px
}

.footer_logo {
    margin-bottom: 20px
}

footer p {
    font-size: 14px
}

footer .widget {
    margin-bottom: 30px
}

footer .widget_title {
    text-transform: capitalize;
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 18px
}

.widget_links li {
    list-style: none;
    padding-bottom: 10px
}

.widget_links li:last-child {
    padding-bottom: 0
}

.widget_links li a {
    font-size: 14px;
    color: #687188
}

.contact_info>li {
    margin-bottom: 15px;
    list-style: none
}

.contact_info>li:last-child {
    margin-bottom: 0
}

.contact_info li i {
    display: inline-block;
    margin-right: 10px;
    margin-top: 4px;
    font-size: 18px;
    vertical-align: top
}

.contact_info li span {
    float: left;
    margin-right: 10px;
    max-width: 70px;
    width: 100%;
    color: #292b2c
}

.contact_info span+* {
    overflow: hidden;
    color: #687188;
    margin: 0;
    font-size: 14px;
    line-height: 26px
}

.contact_info i+* {
    overflow: hidden;
    font-size: 14px;
    color: #687188;
    line-height: 26px;
    margin: 0;
    vertical-align: middle;
    max-width: 78%;
    display: inline-block
}

.contact_info_light li i {
    border-color: #fff;
    color: #fff
}

.contact_info_light li a,
.contact_info_light li span {
    color: #fff
}

.contact_info_style2 i+* {
    font-size: 18px
}

.contact_info_style2 li i {
    margin-right: 8px;
    margin-top: 2px;
    font-size: 22px;
    color: #ff324d
}

.bottom_footer {
    padding: 10px 0;
    position: relative
}

.footer_link li {
    display: inline-block;
    position: relative
}

.footer_link li a {
    font-size: 14px;
    padding: 0 5px;
    color: #687188
}

.footer_dark .footer_link li a,
.footer_dark .post_content a,
.footer_dark .widget_links li a,
.footer_dark a,
.footer_dark h1,
.footer_dark h2,
.footer_dark h3,
.footer_dark h4,
.footer_dark h5,
.footer_dark h6,
.footer_dark p {
    color: #fff
}

.footer_dark .footer_link li a:hover,
.footer_dark .widget_links li a:hover,
.footer_dark a:hover,
.footer_link li a:hover,
.widget_links li a:hover {
    color: #ff324d
}

.widget_contact_form {
    background-color: #fff;
    padding: 20px 30px 30px;
    margin-top: -190px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.bottom_footer .social_icons li {
    padding-bottom: 0
}

.app_list li,
.footer_payment li {
    display: inline-block;
    list-style: none
}

.map iframe {
    height: 460px;
    width: 100%;
    border: 0;
    display: block
}

.contact_map {
    height: 400px
}

.contact_map2 {
    height: 100%
}

.map1 {
    height: 460px
}

.contact_wrap li {
    list-style: none
}

.contact_wrap li {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    margin-bottom: 25px;
    -ms-flex-align: center;
    align-items: center
}

.contact_icon {
    margin-right: 20px
}

.contact_icon i {
    font-size: 34px;
    color: #ff324d
}

.contact_text span {
    color: #333;
    font-weight: 600;
    display: block;
    margin-bottom: 3px
}

.contact_text p:last-child {
    margin-bottom: 0
}

.contact_text a {
    color: #687188;
    line-height: 28px
}

.contact_text a:hover {
    color: #ff324d
}

.contact_style1 {
    text-align: center;
    padding: 20px;
    border: 2px solid #eee;
    margin-bottom: 30px
}

.contact_style1 .contact_text span {
    margin-bottom: 5px
}

.contact_style1 .contact_icon {
    margin-right: 0;
    margin-bottom: 10px
}

.contact_style2 {
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    padding: 40px 20px;
    border-radius: 10px
}

.contact_style2 .contact_icon {
    background-color: #dfffed;
    margin: 0 0 5px;
    height: 90px;
    width: 90px;
    text-align: center;
    display: inline-block;
    overflow: hidden;
    border-radius: 100%;
    position: relative;
    z-index: 1
}

.contact_style2 .contact_icon i {
    line-height: 90px
}

.contact_style3 {
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    padding: 40px 20px;
    border-radius: 10px
}

.contact_style3 .contact_icon {
    border: 1px solid #ff324d;
    margin: 0 0 5px;
    height: 80px;
    width: 80px;
    text-align: center;
    display: inline-block;
    overflow: hidden;
    border-radius: 100%;
    position: relative;
    z-index: 1
}

.contact_style3 .contact_icon i {
    line-height: 78px;
    transition: all .5s ease-in-out
}

.contact_style3 .contact_icon::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #ff324d;
    transition: all .5s ease-in-out;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    border-radius: 100%;
    z-index: -1
}

.contact_style3:hover .contact_icon::before {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
}

.contact_style3:hover .contact_icon i {
    color: #fff
}

.contact_box {
    position: relative;
    padding: 50px 0;
    display: table;
    width: 100%
}

.contact_form {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    border-radius: 10px;
    max-width: 500px;
    background-color: #fff;
    padding: 30px;
    float: right;
    margin-right: 30px;
    position: relative;
    z-index: 9
}

.contact_box .map {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0
}

.contact_box .map iframe {
    height: 100%
}

.divider {
    position: relative;
    overflow: hidden;
    height: 4px;
    z-index: 9
}

.divider.center_icon,
.divider.left_icon,
.divider.right_icon,
.divider.text_divider {
    height: auto
}

.divider.left_icon i {
    padding-left: 0;
    padding-right: 20px
}

.divider.center_icon {
    text-align: center
}

.divider.right_icon i {
    padding-right: 0;
    padding-left: 20px
}

.divider.right_icon {
    text-align: right
}

.divider.text_divider {
    text-align: center
}

.divider.text_divider span {
    background-color: #fff;
    position: relative;
    z-index: 1;
    font-size: 30px;
    padding: 0 30px
}

.divider.divider_style1 .divider_icon {
    padding-right: 10px;
    background-color: #fff;
    display: inline-block;
    position: relative;
    z-index: 9
}

.divider.divider_style1.center_icon .divider_icon {
    padding-left: 10px
}

.divider.divider_style1.right_icon .divider_icon {
    padding-right: 0;
    padding-left: 10px
}

.divider.divider_style1 i {
    background-color: #ff324d;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    font-size: 18px;
    display: block;
    padding: 0;
    text-align: center;
    line-height: 40px;
    color: #fff
}

.divider:after,
.divider:before {
    content: '';
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    height: 0;
    border-top: 1px solid #ddd;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.divider::before {
    margin-top: -1px
}

.divider::after {
    margin-top: 1px
}

.divider i {
    background-color: #fff;
    color: #d9d9d9;
    position: relative;
    z-index: 1;
    font-size: 30px;
    padding: 0 40px
}

.card-body p {
    margin-bottom: 15px
}

.error_wrap {
    width: 100%
}

.search_form form {
    position: relative
}

.search_form form input {
    height: 50px;
    padding: 5px 60px 5px 20px
}

.search_form form input:focus {
    height: 50px
}

.search_form .icon_search {
    position: absolute;
    right: 18px;
    top: 50%;
    padding: 0;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 0;
    border-left: 1px solid #ddd;
    border-radius: 0;
    padding-left: 15px
}

.search_form .icon_search i {
    font-size: 24px;
    margin-right: 0
}

.login_wrap {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.padding_eight_all {
    padding: 8%;
}

.login_register_wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.login_footer {
    margin-bottom: 20px;
    margin-top: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.login_footer a {
    color: #687188
}

.different_login {
    text-align: center;
    position: relative;
    margin: 20px 0
}

.different_login span {
    background-color: #fff;
    padding: 0 15px;
    position: relative;
    text-transform: uppercase
}

.different_login::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    border-top: 1px solid #ddd;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.btn-login li {
    margin: 0 5px 0;
    display: inline-block
}

.btn-login li a {
    border-radius: 5px;
    padding: 10px 20px;
    color: #fff;
    display: block
}

.btn-login li a i {
    margin-right: 10px;
    font-size: 18px;
    margin-left: 0
}

.btn-facebook {
    background: #3b5998;
    border-color: #3b5998
}

.btn-facebook:hover {
    color: #fff;
    background: #344e86;
    border-color: #344e86
}

.btn-google {
    background: #d85040;
    border-color: #d85040
}

.btn-google:hover {
    color: #fff;
    background: #d33d2b;
    border-color: #d33d2b
}

.product_header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.product_header_right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.product,
.product_wrap {
    background-color: #fff;
    position: relative;
    margin-bottom: 30px;
    transition: all .5s ease-in-out;
    box-shadow: 0 0 7px rgba(0, 0, 0, .1)
}

.product_box {
    margin-bottom: 30px;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden
}

.product_box .product_info {
    position: relative
}

.product_box .add-to-cart {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    background-color: #fff;
    padding: 10px 15px 15px 15px;
    opacity: 0;
    transition: all .3s ease-in-out;
    visibility: hidden
}

.product_box:hover .add-to-cart {
    bottom: 0;
    opacity: 1;
    visibility: visible
}

.carousel_slider .product,
.carousel_slider .product_wrap {
    margin: 5px
}

.product_img img {
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.product_img .product_hover_img {
    opacity: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s
}

.product:hover .product_img .product_hover_img,
.product_box:hover .product_img .product_hover_img,
.product_wrap:hover .product_img .product_hover_img {
    opacity: 1;
    z-index: 0;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.pr_flash {
    background-color: #ff9f00;
    position: absolute;
    left: 10px;
    top: 10px;
    text-transform: uppercase;
    color: #fff;
    padding: 2px 8px;
    font-size: 13px;
    z-index: 1
}

.product_info {
    padding: 15px
}

.price {
    color: #daa13c;
    font-weight: 600
}

.product_price del {
    font-size: 14px;
    margin-right: 5px;
    margin-left: 3px
}

.product-price del {
    margin-left: 5px;
    color: #919191
}

.product_price {
    margin-bottom: 5px
}

.product_img {
    position: relative;
    overflow: hidden
}

.product_img::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .2);
    opacity: 0;
    transition: all .5s ease-in-out;
    z-index: 0
}

.product:hover .product_img:before,
.product_box:hover .product_img:before {
    opacity: 1
}

.product .product_title,
.product_box .product_title,
.product_wrap .product_title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: capitalize
}

.product_list .product,
.product_list .product_wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    margin-bottom: 30px
}

.product_list .product_img {
    max-width: 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    width: 100%
}

.product_list .product_info {
    padding: 0 0 0 15px;
    text-align: left;
    max-width: 70%;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%
}

.product_list .product_img::before {
    content: normal
}

.product-image {
    position: relative
}

.pr_detail .product_price {
    float: left
}

.pr_detail .price {
    vertical-align: middle;
    font-size: 26px
}

.cart-product-quantity {
    margin: 7px 10px 7px 0;
    display: table
}

.quantity {
    display: table
}

.quantity .minus,
.quantity .plus {
    background-color: #eee;
    display: block;
    float: left;
    border-radius: 50px;
    cursor: pointer;
    border: 0;
    padding: 0;
    width: 34px;
    height: 34px;
    line-height: 36px;
    text-align: center;
    font-size: 20px;
    margin: 4px
}

.quantity .minus {
    padding-left: 4px
}

.quantity .qty {
    float: left;
    width: 55px;
    height: 36px;
    border: 1px solid #ddd;
    background-color: transparent;
    text-align: center;
    padding: 0;
    margin: 3px
}

.cart_extra {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center
}

.list_brand li {
    list-style: none;
    margin-bottom: 10px
}

.list_brand li:last-child {
    margin-bottom: 0
}

.product-meta li {
    list-style: none;
    margin-top: 10px
}

.slick-vertical .slick-slide {
    border: 0
}

.slick-list {
    padding: 0 !important
}

.product-image .slick-list {
    margin-right: -5px;
    margin-left: -5px
}

.product_img_box {
    padding: 8px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative
}

.product_share {
    margin-top: 15px
}

.product_share>span {
    margin-right: 10px
}

.product_share .social_icons,
.product_share>span {
    vertical-align: middle;
    display: inline-block
}

.product_share .social_icons li {
    padding-bottom: 0
}

.shop_container {
    position: relative
}

.loading_pr {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9
}

.shop_container .loading_pr {
    top: -7px
}

.shop_container.list .product_img::before {
    content: normal
}

.shop_container.list [class*=col-] {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.shop_container.list .product {
    display: inline-block;
    width: 100%
}

.shop_container.list .product_img {
    float: left;
    width: 100%;
    max-width: 280px
}

.shop_container.list .product .product_title {
    font-size: 20px;
    margin-bottom: 15px
}

.shop_container.list .product_info {
    overflow: hidden;
    text-align: left;
    padding: 15px 30px
}

.shop_container.list .product_price {
    float: left
}

.description p:last-child {
    margin: 0
}

.releted_product_slider .item {
    margin: 10px 0 0
}

.releted_product_slider .product {
    margin-bottom: 15px
}

.row_remove a,
.row_remove a:hover {
    color: red
}

.product_name a {
    font-weight: 600
}

.product-thumbnail img {
    max-width: 100px
}

.product-remove a i {
    height: 30px;
    width: 30px;
    color: #292b2c;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
    font-size: 14px
}

.product-remove a i:hover {
    background-color: red;
    color: #fff
}

.toggle_info {
    padding: 20px;
    background-color: #f7f7f7
}

.toggle_info span {
    padding-left: 25px;
    display: inline-block;
    width: 100%;
    position: relative
}

.toggle_info i {
    margin-right: 10px;
    color: #ff324d;
    position: absolute;
    left: 0;
    top: 5px
}

label.label_info {
    color: #292b2c !important;
    font-weight: 600
}

.product-qty {
    font-weight: 600
}

.payment-text {
    display: none;
    margin-top: 5px;
    margin-bottom: 0
}

.loading {
    background: url(https://veventhub.stw.mxhttps://veventhub.stw.mx/img/loading.gif) center center no-repeat;
    font-size: 0 !important;
    background-color: #000 !important;
    border: 0;
    height: 51px;
    width: 50px;
    padding: 0
}

.loading::after,
.loading::before {
    content: normal
}

.empty_icon {
    background-color: #dfffed;
    display: inline-block;
    height: 100px;
    width: 100px;
    line-height: 100px;
    border-radius: 100%;
    margin-bottom: 25px
}

.form-control {
    color: #000;
    box-shadow: none;
    height: 50px;
    padding: 8px 15px
}

.form-control:focus {
    color: #000;
    box-shadow: none;
    height: 50px
}

.form-control-sm,
.form-control-sm:focus {
    height: 45px
}

select option {
    color: #000
}

.rounded_input .form-control,
.rounded_input input {
    border-radius: 30px;
    padding: 10px 20px
}

.input_group {
    position: relative
}

.input_icon {
    position: absolute;
    right: 20px;
    top: 14px;
    pointer-events: none;
    color: #848484
}

.rounded_input .input_icon {
    top: 12px
}

.widget_title {
    margin-bottom: 25px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: .3px
}

.widget_categories li {
    padding-bottom: 10px;
    list-style: none
}

.widget_categories li a {
    position: relative
}

.widget_categories li a::before {
    content: "\f3d1";
    font-family: Ionicons;
    height: auto;
    line-height: normal;
    margin-right: 10px
}

.widget_categories li:last-child {
    padding-bottom: 0
}

.post_footer {
    display: inline-block;
    vertical-align: top
}

.post_img {
    float: left;
    margin-right: 10px
}

.post_img img {
    width: 80px
}

.post_content {
    overflow: hidden
}

.post_content h6 {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0
}

.post_content .product_title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 5px
}

.post_content .product_price {
    margin-bottom: 0
}

.tags a {
    background-color: #f7f7f7;
    font-size: 14px;
    padding: 8px 15px;
    display: inline-block;
    margin-bottom: 5px;
    color: #333
}

.tags a:hover {
    background-color: #ff324d;
    color: #fff
}

.tags_style1 a {
    border-radius: 40px
}

.instagram_icon {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    -moz-transform: translateY(-50%) rotate(30deg) scale(1.8);
    -webkit-transform: translateY(-50%) rotate(30deg) scale(1.8);
    transform: translateY(-50%) rotate(30deg) scale(1.8);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease-in-out
}

.instagram_icon i {
    color: #fff;
    font-size: 50px
}

@-webkit-keyframes moveUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(25px);
        transform: translateY(25px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes moveUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(25px);
        transform: translateY(25px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.view_all i,
.view_all span {
    vertical-align: middle
}

.form-check-input:checked {
    background-color: #daa13c;
    border-color: #daa13c
}

.owl-theme .owl-nav {
    margin-top: 0
}

body .owl-theme .owl-nav [class*=owl-] {
    background-color: #fff;
    color: #222;
    font-size: 26px;
    line-height: 50px;
    transition: all .3s ease-in-out;
    height: 50px;
    padding: 0;
    margin: 0;
    width: 50px;
    text-align: center
}

.owl-theme .owl-nav [class*=owl-] i {
    line-height: normal
}

.owl-theme .owl-dots {
    font-size: 0;
    margin-top: 15px
}

.nav_style1.owl-theme .owl-nav [class*=owl-],
.nav_style5.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkittransform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 0;
    width: 30px
}

.nav_style1.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #fff;
    color: #555
}

.nav_style1.owl-theme .owl-nav .owl-prev {
    left: -50px
}

.nav_style1.owl-theme .owl-nav .owl-next {
    right: -50px
}

.nav_style2.owl-theme .owl-nav [class*=owl-] {
    background-color: transparent;
    position: absolute;
    bottom: 10px
}

.nav_style2.owl-theme .owl-nav [class*=owl-]:hover,
.nav_style3.owl-theme .owl-nav [class*=owl-]:hover,
.nav_style4.owl-theme .owl-nav [class*=owl-]:hover {
    color: #555
}

.nav_style2.owl-theme .owl-nav .owl-prev,
.nav_style5.owl-theme .owl-nav .owl-prev {
    left: 0
}

.nav_style2.owl-theme .owl-nav .owl-next,
.nav_style5.owl-theme .owl-nav .owl-next {
    right: 0
}

.nav_style3.owl-theme .owl-nav [class*=owl-],
.nav_style4.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: -90px;
    border-radius: 0;
    right: 0;
    height: auto;
    width: auto;
    background-color: transparent
}

.nav_style3.owl-theme .owl-nav .owl-prev {
    right: 40px
}

.nav_style4.owl-theme .owl-nav .owl-prev {
    left: 0;
    right: auto
}

.nav_style4.owl-theme .owl-nav .owl-prev i::before {
    content: "\ec43";
    font-family: Linearicons
}

.nav_style4.owl-theme .owl-nav .owl-next i::before {
    content: "\ec44";
    font-family: Linearicons
}

.nav_style5.owl-theme .owl-nav .owl-next,
.nav_style5.owl-theme .owl-nav .owl-prev {
    opacity: 0;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.nav_style5.owl-theme .owl-nav .owl-next:hover,
.nav_style5.owl-theme .owl-nav .owl-prev:hover {
    background-color: #daa13c;
    color: #fff
}

.nav_style5.owl-theme:hover .owl-nav .owl-prev {
    left: 20px;
    opacity: 1
}

.nav_style5.owl-theme:hover .owl-nav .owl-next {
    right: 20px;
    opacity: 1
}

.slick-next.slick-disabled::before,
.slick-prev.slick-disabled::before {
    opacity: 1
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    background-color: #fff
}

.slick-prev {
    left: -50px;
    border-radius: 0 5px 5px 0;
    opacity: 0
}

.slick-next {
    right: -50px;
    border-radius: 5px 0 0 5px;
    opacity: 0
}

.slick-prev::before {
    content: "\f108";
    font-family: Ionicons;
    color: #333;
    opacity: 1;
    display: block;
    font-size: 22px
}

.slick-next::before {
    content: "\f10b";
    font-family: Ionicons;
    color: #333;
    opacity: 1;
    display: block;
    font-size: 22px
}

.slick-next,
.slick-prev {
    height: 50px;
    width: 40px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    background-color: #fff;
    z-index: 9;
    transition: all .5s ease-in-out
}

.slick-next:hover,
.slick-prev:hover {
    background-color: #ff324d
}

.slick-next:hover:before,
.slick-prev:hover:before {
    color: #fff
}

.slick_slider:hover .slick-prev {
    opacity: 1;
    left: 0
}

.slick_slider:hover .slick-next {
    opacity: 1;
    right: -2px
}

.social_icons [class*=sc_] {
    color: #fff !important
}

.social_icons [class*=sc_] i {
    transition: all .3s ease-in-out;
    display: block;
    line-height: 36px
}

.social_icons [class*=sc_]:hover i {
    -webkit-animation: toLeftFromRight .3s forwards;
    -moz-animation: toLeftFromRight .3s forwards;
    animation: toLeftFromRight .3s forwards
}

.sc_facebook {
    background-color: #3b5998 !important;
    border-color: #3b5998 !important
}

.sc_google {
    background-color: #dd4b39 !important;
    border-color: #dd4b39 !important
}

.sc_twitter {
    background-color: #00acee !important;
    border-color: #00acee !important
}

.sc_youtube {
    background-color: #c4302b !important;
    border-color: #c4302b !important
}

.sc_instagram {
    background-color: #3f729b !important;
    border-color: #3f729b !important
}

.sc_android {
    background-color: #a4c639 !important;
    border-color: #a4c639 !important
}

.sc_paypal {
    background-color: #00588b !important;
    border-color: #00588b !important
}

.blog_post_footer {
    padding-bottom: 30px;
    padding-top: 15px
}

.modal {
    padding-right: 0 !important
}

.button_group .btn {
    margin-bottom: 20px
}

.popup_content {
    padding: 50px;
    text-align: center
}

.modal {
    z-index: 99999
}

.dashboard_menu {
    box-shadow: 0 0 4px 0 #e9e9e9
}

.dashboard_content {
    margin: 0
}

.dashboard_content .card-header {
    background-color: transparent;
    border-color: #f0f0f0
}

.dashboard_content .card-header * {
    margin: 0
}

.dashboard_content .card {
    border-radius: 0;
    border: 0;
    box-shadow: 0 0 4px 0 #e9e9e9
}

.dashboard_content .card-body p:last-child {
    margin: 0
}

.dashboard_content label {
    color: #333
}

.dashboard_content label .required {
    color: red
}

.btn-block {
    display: block;
    width: 100%
}

.nav-link {
    color: #131d24
}

.nav-link:focus,
.nav-link:hover {
    color: #ff324d
}

.dropdown-menu {
    left: 0
}

@media (max-width:992px) {
    #addEventBtn {
        margin-top: 40px;
        margin-bottom: 20px
    }
}

.navbar-toggler:focus {
    box-shadow: none
}

.search-wrapper {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 999
}

.search-wrapper .close {
    position: absolute;
    z-index: 1;
    top: 15px;
    right: 15px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    transform: rotate(-180deg);
    transition: all .3s cubic-bezier(.285, -.45, .935, .11);
    transition-delay: .2s
}

.search-wrapper.active .close {
    right: -30px;
    transform: rotate(45deg);
    transition: all .6s cubic-bezier(0, .105, .035, 1.57);
    transition-delay: .5s
}

.search-wrapper .close::after,
.search-wrapper .close::before {
    position: absolute;
    content: '';
    background: #fe5f55;
    border-radius: 2px
}

.search-wrapper .close::before {
    width: 3px;
    height: 24px;
    left: 10px;
    top: 0
}

.search-wrapper .close::after {
    width: 24px;
    height: 3px;
    left: 0;
    top: 10px
}

.carousel-cell {
    height: auto;
    width: 90%;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 10px
}

@media only screen and (max-width:1200px) {
    .carousel-cell {
        width: 90%
    }
}

@media only screen and (max-width:992px) {
    .carousel-cell {
        width: 80%
    }
}

@media only screen and (max-width:768px) {
    .carousel-cell {
        width: 80%
    }
}

@media only screen and (max-width:576px) {
    .carousel-cell {
        width: 90%
    }
}

@media only screen and (max-width:360px) {
    .carousel-cell {
        width: 90%
    }
}

.tag {
    width: fit-content;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px
}

.list-group-item.active {
    background-color: #000;
    border-color: #daa13c
}

/*=======CARROUSEL======*/
.carousel-cell {
    height: auto;
    width: 90%;
    margin-top: 10px;
        margin-bottom: 10px;
        border-radius: 10px;
        /* box-shadow: 0px 0px 4px #999; */
    }
    
    @media only screen and (max-width: 1200px) {
        .carousel-cell {
        width: 90%;
        }
    }
    
    @media only screen and (max-width: 992px) {
        .carousel-cell {
        width: 80%;
        }
    }
    @media only screen and (max-width: 768px) {
        .carousel-cell {
        width: 80%;
        }
    }
    @media only screen and (max-width: 576px) {
        .carousel-cell {
        width: 90%;
        }
    }
    @media only screen and (max-width: 360px) {
        .carousel-cell {
        width: 90%;
        }
    }
    
    .tag {
        width: fit-content;
        display: inline-block;
        margin-right: 5px; /* Ajusta según tus preferencias de espaciado entre etiquetas */
        margin-bottom: 5px; /* Espaciado inferior */
    }
  /* ========== SHOW HIDE EYE PASSWORD ============= */
  label.show-hide-eye .password-icon {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 1.2rem;
    transform: translateY(-50%);
    width: 1.2rem;
  
    color: #000;
    transition: color 0.2s;
  }
  
  label.show-hide-eye .password-icon .feather-eye-off {
    display: none;
  }
  
  label.show-hide-eye .password-icon:hover {
    cursor: pointer;
  }
  
  label.show-hide-eye input:focus + p,
  label.show-hide-eye input:not(:placeholder-shown) + p {
    top: 0;
    font-size: 1rem;
  }
  
  label.show-hide-eye input:not(:focus) + p {
    color: #7a7a7a56;
  }

.list-group-item.active {
    background-color: black;
    border-color: #daa13c;
}

.product_img {
    position: relative;
}

/* ========== SOCIAL MEDIA SHARE ============= */
.share-wrapper {
    margin-right: 10px;
}
.share-wrapper .share {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #daa13c;
  background-color: #fff;
  padding: 7px;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  transition: background-color 0.4s;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.28);
}
.share-wrapper .share.active {
  background-color: #353535;
}
.share-wrapper .share.active:before {
  content: "";
}
.share-wrapper .share.active + .social li {
  transform: scale(1);
}
.share-wrapper .share.active + .social li:hover {
  transform: scale(1.1);
}
.share-wrapper ul.social {
  opacity: 0;
  visibility: hidden;
  list-style-type: none;
  padding: 0;
  margin-top: 10px;
  transform: translate(-12rem, -3rem);
  transition: visibility 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}
.share-wrapper ul.social.active {
  opacity: 1;
  visibility: visible;
  transform: translate(-100%, -90%);
}
.share-wrapper ul.social li {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  background-color: #fff;
  text-align: center;
  padding: 0px;
  margin: 5px;
  font-size: 25px;
  cursor: pointer;
  margin-bottom: 15px;
  box-shadow: 0.5px 0.87px 4px 0 rgba(0, 0, 0, 0.3);
  transition: all 0.4s;
  transform: scale(0.4);
}
.share-wrapper ul.social li .facebook {
  color: #3a589e;
}
.share-wrapper ul.social li .whatsapp {
  color: #25D366;
}
.share-wrapper ul.social li .google {
  color: #df4b38;
}

.accordion-button:not(.collapsed)::after {
    filter: brightness(0) saturate(100%);
}
  