@charset "UTF-8";
html {
    overflow-x: hidden;
}
:root {
    /**
  @color declaration
  */
    --site-theme-color: #d53f31;
    --site-theme-dark: #111111;
    --site-theme-light: #ffffff;
    --site-theme-light-fade: #f8f9fa;
    --site-theme-dark-2: #032733;

}

body,
html {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;

}

body {
    background: #fff none repeat scroll 0 0;
    color: #000000;
    font-family: var(--primary-font), sans-serif;
    font-size: 16px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #161717;
}

p {
    color: #687188;
    line-height: 26px;
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: 400;
}

b,
strong {
    font-weight: 500;
}

a {
    color: #000;
    transition: all .3s ease-in-out
}

a,
a:hover {
    text-decoration: none
}

a:hover {
    color: var(--site-theme-color)
}

a:focus {
    outline: none
}


img {
    max-width: 100%
}

button {
    transition: all .3s ease-in-out
}

li,
ol,
ul {
    margin: 0;
    padding: 0
}

label {
    color: #6c757d
}

input:focus,
textarea:focus {
    box-shadow: none;
    outline: none
}

iframe {
    border: 0;
    display: block
}

.btn-outline-theme {
    line-height: normal;
    padding: 12px 35px;
    text-transform: capitalize;
    transition: all .3s ease-in-out;
    background-color: transparent;
    border: 1px solid var(--site-theme-color);
    color: var(--site-theme-dark);
    font-weight: 300;
    overflow: hidden;
    position: relative;
    z-index: 1;
    cursor: pointer;
    border-radius: 6px;
}

.btn-outline-theme:after,
.btn-outline-theme:before {
    background-color: var(--site-theme-color);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    transition: all .3s ease-in-out;
    width: 0%;
    z-index: -1;
}

.btn-outline-theme:after {
    left: auto;
    right: 0;
}

.btn-outline-theme:hover {
    color: var(--site-theme-light) !important;
    border-color: var(--site-theme-color);
}

.btn-outline-theme:hover:after,
.btn-outline-theme:hover:before {
    width: 51%;
}

.bg-off-white {
    background: var(--site-theme-light-fade);
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0;
    padding-right: .5rem;
}

.section {
    padding: 100px 0;
    position: relative
}

.footer_top.small_pt,
.section.small_pt {
    padding-top: 50px
}

.footer_top.small_pb,
.section.small_pb {
    padding-bottom: 25px
}

.footer_top.pb_20,
.pb_20,
.section.pb_20 {
    padding-bottom: 20px
}

.small_divider {
    height: 30px
}

.medium_divider {
    height: 30px
}

.large_divider {
    height: 100px
}

.padding_eight_all {
    padding: 30px
}

.list_none li {
    list-style: none
}

.btn.active,
.btn:focus,
.btn:hover {
    box-shadow: none;
    outline: medium none
}

button:focus {
    outline: none
}

.border-2 {
    border-width: 2px !important
}

.btn {
    font-size: 16px;
    font-weight: 500;
    padding: 15px 30px;
    border-radius: 10px;
    letter-spacing: 1px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
}
.btn:hover {
    transform: scale(1.05);
}
.btn.active:focus,
.btn:active:focus {
    box-shadow: none !important
}

.btn-fill-out {
    background-color: #fff;
    border: 1px solid #1b1b1b;
    color: #1b1b1b;
    font-weight: 500;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.btn-fill-out:after,
.btn-fill-out:before {
    background-color: var(--site-theme-color);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    transition: all .3s ease-in-out;
    width: 0%;
    z-index: -1
}


.btn-fill-out:after {
    left: auto;
    right: 0
}

.btn-fill-out:hover:after,
.btn-fill-out:hover:before {
    width: 51%
}

.btn-fill-out:hover {
    color: var(--site-theme-light) !important;
    border-color: var(--site-theme-color);
}

.btn-fill-line {
    background-color: transparent;
    border: 1px solid #333;
    color: #fff !important;
    overflow: hidden;
    position: relative;
    transition: all .8s ease 0s;
    z-index: 1
}

.btn-fill-line:after,
.btn-fill-line:before {
    background-color: #333;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    transition: all .3s ease-in-out;
    width: 50%;
    z-index: -1
}

.btn-fill-line:after {
    left: auto;
    right: 0
}

.btn-fill-line:hover:after,
.btn-fill-line:hover:before {
    width: 0
}

.btn-fill-line:hover,
.btn-line-fill {
    color: #333 !important
}

.btn-line-fill {
    border: 1px solid #333;
    overflow: hidden;
    position: relative;
    transition: all .8s ease 0s;
    z-index: 1
}

.btn-line-fill:hover {
    color: #fff !important
}

@-webkit-keyframes criss-cross-left {
    0% {
        left: -20px
    }

    50% {
        height: 20px;
        left: 50%;
        width: 20px
    }

    to {
        height: 450px;
        left: 50%;
        width: 450px
    }
}

@keyframes criss-cross-left {
    0% {
        left: -20px
    }

    50% {
        height: 20px;
        left: 50%;
        width: 20px
    }

    to {
        height: 450px;
        left: 50%;
        width: 450px
    }
}

@-webkit-keyframes criss-cross-right {
    0% {
        right: -20px
    }

    50% {
        height: 20px;
        right: 50%;
        width: 20px
    }

    to {
        height: 450px;
        right: 50%;
        width: 450px
    }
}

@keyframes criss-cross-right {
    0% {
        right: -20px
    }

    50% {
        height: 20px;
        right: 50%;
        width: 20px
    }

    to {
        height: 450px;
        right: 50%;
        width: 450px
    }
}

.btn-line-fill:after,
.btn-line-fill:before {
    background-color: #333;
    border-radius: 50%;
    content: "";
    height: 20px;
    position: absolute;
    top: 50%;
    width: 20px;
    z-index: -1
}

.btn-line-fill:before {
    left: -20px;
    transform: translate(-50%, -50%)
}

.btn-line-fill:after {
    right: -20px;
    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-site {
    background: var(--site-theme-color);
    color: var(--site-theme-light);
}

.btn-radius {
    border-radius: 40px
}

.btn+.btn {
    margin-left: 10px
}

.btn i {
    font-size: 16px;
    line-height: 1;
    margin-right: 5px
}

.btn i,
.btn span {
    vertical-align: middle
}

.btn-sm {
    padding: 7px 16px;
    letter-spacing: 0;
    border-radius: 5px;
}

.btn-xs {
    font-size: 12px;
    padding: 4px 20px
}

.btn.btn-xs i {
    font-size: 10px
}

.btn.btn-sm i {
    font-size: 12px
}

.text_white * {
    color: #fff
}

.text_dark * {
    color: #333
}

.text_default {
    color: var(--color-1st) !important
}

.bg_default {
    background-color: var(--color-1st) !important
}

.bg_gray {
    background-color: #f7f8fb !important
}

.bg_redon {
    background-color: #fff1f1 !important
}

.bg_dark {
    background-color: var(--color-2nd) !important
}

.scrollup {
    background-color: #171717;
    bottom: 20px;
    color: #fff;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    right: 15px;
    text-align: center;
    width: 40px;
    z-index: 99;
    border-radius: 5px;
}

.scrollup:hover {
    background-color: #903322;
    color: #fff
}

.scrollup:focus {
    color: #fff
}

.background_bg {
    background-position: 50%;
    background-size: cover
}

@-webkit-keyframes ripple {
    0% {
        opacity: 0;
        transform: scale(0)
    }

    50% {
        opacity: .5
    }

    to {
        opacity: 0;
        transform: scale(1)
    }
}

@keyframes ripple {
    0% {
        opacity: 0;
        transform: scale(0)
    }

    50% {
        opacity: .5
    }

    to {
        opacity: 0;
        transform: scale(1)
    }
}

.box_shadow1 {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.border-top-tran {
    border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.heading_s1 {
    margin-bottom: 10px;
    text-align: center;
}
.heading_s1 p {
    margin-bottom: 15px;
    font-size: 16px;
    color: #687188;
}

.heading_s1 h1,
.heading_s1 h2,
.heading_s1 h3,
.heading_s1 h4,
.heading_s1 h5,
.heading_s1 h6 {
    font-weight: 500;
    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 {
    font-weight: 700;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    z-index: 9
}

.heading_s4 {
    margin-bottom: 5px
}

.heading_s4 h1,
.heading_s4 h2,
.heading_s4 h3,
.heading_s4 h4,
.heading_s4 h5,
.heading_s4 h6 {
    font-weight: 700;
    line-height: normal;
    margin: 0;
    text-transform: capitalize
}

.highlight_text {
    color: #333;
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px
}

.leads {
    margin-bottom: 30px
}

.preloader {
    background-color: #fff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999
}

.lds-ellipsis {
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 64px;
    z-index: 9999
}

.lds-ellipsis span {
    -webkit-animation: ball-pulse-sync .6s ease-in-out 0s infinite;
    animation: ball-pulse-sync .6s ease-in-out 0s infinite;
    background: var(--color-1st);
    border-radius: 50%;
    display: inline-block;
    height: 15px;
    width: 15px
}

.lds-ellipsis span:first-child {
    -webkit-animation: ball-pulse-sync .6s ease-in-out -.14s infinite;
    animation: ball-pulse-sync .6s ease-in-out -.14s infinite
}

.lds-ellipsis span:nth-child(2) {
    -webkit-animation: ball-pulse-sync .6s ease-in-out -70ms infinite;
    animation: ball-pulse-sync .6s ease-in-out -70ms infinite
}

@-webkit-keyframes ball-pulse-sync {
    33% {
        transform: translateY(10px)
    }

    66% {
        transform: translateY(-10px)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes ball-pulse-sync {
    33% {
        transform: translateY(10px)
    }

    66% {
        transform: translateY(-10px)
    }

    to {
        transform: translateY(0)
    }
}

.navbar-brand {
    margin: 0;
    padding: 10px 0;
    vertical-align: top
}

.light_skin .logo_dark,
.logo_dark {
    display: none
}

.dark_skin .logo_dark {
    display: block
}

.light_skin .navbar-nav a,
.light_skin .navbar-toggler,
.light_skin .navbar a.pr_search_trigger {
    color: #161616;
}

.middle-header {
    padding: 0;
    position: relative
}

.middle-header .nav_block {
    position: relative;
}

.middle-header .nav_block .navbar-brand {
    width: 142px;
}

.middle-header .nav_block .logo_dark {
    max-height: 70px;
    height: 100%;
    object-fit: cover;
}

.middle-header .custom_select select {
    border-radius: 25px 0 0 25px;
    height: 40px;
}

.middle-header .product_search_form input {
    border-radius: 0 25px 25px 0 !important;
    border: 1px solid #ced4da;
    overflow: hidden;
    height: 40px;
}

.middle-header .product_search_form .search_btn {
    border-radius: 0 25px 25px 0 !important;
}

.navbar {
    padding: 0
}

.header_wrap {
    transition: all .5s ease 0s
}

.header_wrap:not([class*=bg_]):not([class*=bg-]) {
    /*background-color: #fff*/
}

.navbar .navbar-nav li {
    list-style: none;
    position: relative;
    transition: all .3s ease 0s
}

.navbar .navbar-nav li.active a {
    color: #b18a00;
}

.navbar .navbar-collapse .navbar-nav li:hover:after {
    content: "";
    display: block;
    position: absolute;
    left: calc(50px * .2);
    right: calc(50px * .2);
    bottom: 0%;
    pointer-events: none;
    height: 3px;
    width: auto;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0;
    opacity: 1;
    transition: 200ms ease all;
    transform: scale(.5);
    transform-origin: 50% 50%;
    z-index: 5;
    background-color: #fff;
    color: #fff;
}

.navbar-nav .dropdown-menu {
    background-color: #252a2c;
    border: 0;
    border-radius: 0.25rem;
    margin: 0;
    min-width: 14rem;
    padding: 0
}

.dark_skin .navbar-nav .dropdown-menu {
    background-color: #fff;
    box-shadow: 0 13px 42px 11px rgba(0, 0, 0, .05);
    border-radius: 10px;
}

.dark_skin .cart_list li,
.dark_skin .mega-menu-col {
    border-color: #ddd
}

.dark_skin .navbar .navbar-nav .dropdown-menu>ul>.mega-menu-col ul>li:hover>a,
.dark_skin .navbar .navbar-nav .dropdown-menu>ul>li:hover>a,
.dark_skin .navbar .navbar-nav .dropdown-menu li a.active,
.dark_skin .navbar .navbar-nav .dropdown-menu li a:hover {
    color: var(--site-theme-color);
}

.dark_skin .cart_quantity,
.dark_skin .cart_total,
.dark_skin .navbar .navbar-nav li>.dropdown-item {
    color: #333
}

.dropdown-toggle:after,
.dropdown-toggler:after {
    border: 0;
    content: "";
    font-family: Ionicons;
    margin-left: 2px;
    vertical-align: middle
}

.dropdown-toggler:after {
    transform: rotate(-90deg)
}

.dropdown-menu .dropdown-toggler:after {
    position: absolute;
    right: 15px;
    top: 10px
}

.navbar .navbar-nav>li>.nav-link {
    font-size: 14px;
    font-weight: 400;
    padding: 10px 10px;
    text-transform: capitalize
}

.navbar .main-navigation-menu .navbar-nav>li {
    margin-right: 10px;
}

.navbar .navbar-nav>li:hover>a,
.navbar .navbar-nav>li>a.active {
    color: var(--site-theme-color);
}

.light_skin .navbar .navbar-nav .dropdown-item {
    color: #fff
}

.light_skin .item_remove {
    color: #fff !important
}

.light_skin .mega-menu-col {
    border-right: 1px solid #3f3f3f
}

.navbar .navbar-nav .dropdown-item {
    color: #333;
    font-size: 14px;
    padding: 10px 15px;
    text-transform: capitalize;
    font-weight: 500;
}

.navbar .navbar-nav .dropdown-item.dropdown-toggler {
    padding-right: 30px
}

.navbar-nav.attr-nav {
    flex-direction: row
}

.navbar-nav.attr-nav li .nav-link {
    padding: 5px 5px;
    position: relative;
    white-space: nowrap
}

.navbar-nav.attr-nav li .nav-link i {
    font-size: 26px
}

.navbar .navbar-nav li.dropdown .dropdown-menu ul li {
    transition: 0.5s all ease-in-out;
}

.navbar .navbar-nav li.dropdown .dropdown-menu ul li:hover {
    /*background: #f9e9df;*/
}

.navbar .navbar-nav li.dropdown .dropdown-menu ul li:hover a.dropdown-item {
    /*padding: 12px 20px 12px 25px;*/
}
.navbar .navbar-nav li.dropdown .dropdown-menu ul li:hover:after {
    display: none;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover,
.navbar .navbar-nav.attr-nav .dropdown-menu>ul>li:hover>a,
.navbar .navbar-nav.attr-nav .dropdown-menu li a.active,
.navbar .navbar-nav.attr-nav .dropdown-menu li a:hover {
    background-color: transparent
}

.navbar .navbar-nav .dropdown-menu>ul>.mega-menu-col ul>li:hover>a,
.navbar .navbar-nav .dropdown-menu>ul>li:hover>a,
.navbar .navbar-nav .dropdown-menu li a.active,
.navbar .navbar-nav .dropdown-menu li a:hover {
    color: var(--color-1st)
}

.pr_search_icon {
    float: right
}

.pr_search_trigger.show i:before {
    content: ""
}

.pr_search_trigger {
    font-size: 20px;
    padding: 17px 10px
}

.header_wrap.fixed-top {
    padding-right: 0 !important;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.header_wrap.nav-fixed {
    -webkit-animation: slideInDown .65s cubic-bezier(.23, 1, .32, 1);
    animation: slideInDown .65s cubic-bezier(.23, 1, .32, 1);
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
    /*box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1041*/
}

.mega-menu {
    display: table;
    padding: 15px 0;
    width: 100%
}

.mega-menu,
.mega-menu ul {
    flex-wrap: wrap
}

.navbar .navbar-nav li.dropdown-mega-menu {
    position: static
}

.navbar .navbar-nav li.dropdown-mega-menu .dropdown-menu {
    padding-left: 0;
    padding-right: 0;
    right: 0
}

.mega-menu-col {
    border-right: 1px solid #ddd;
    padding: 0
}

.mega-menu-col:last-child {
    border-right: 0 !important
}

.dropdown-menu li a i {
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
    width: 20px
}

.navbar .navbar-nav>li>.nav-link.cart_trigger i {
    font-size: 26px;
}

.cart_list li {
    list-style: none outside none
}

.cart_count, .wishlist_count {
    background-color: var(--site-theme-color);
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    height: 18px;
    left: -5px;
    line-height: 18px;
    margin-left: -5px;
    margin-right: -5px;
    min-width: 18px;
    padding: 0 5px;
    position: relative;
    text-align: center;
    top: -3px;
    vertical-align: top;
}

.cart_trigger .amount {
    font-weight: 600;
    margin-left: 8px;
    margin-right: -10px;
    vertical-align: top
}

.navbar-nav .dropdown-menu.cart_box {
    display: block;
    left: auto !important;
    padding: 10px;
    position: absolute !important;
    right: 0;
    top: 100% !important;
    transform: scale(0) !important;
    transform-origin: calc(100% - 30px) 0;
    transition: all .25s ease-in-out;
    width: 320px
}

.navbar-nav .dropdown-menu.cart_box.show {
    transform: scale(1) !important
}

.cart_list {
    margin-top: -10px;
}
.cart_list li {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

.item_remove {
    color: #333 !important;
    float: right;
    margin-left: 5px
}

.cart_list img {
    background-color: #fff;
    border: 1px solid #ddd;
    float: left;
    margin-right: 10px;
    max-width: 60px;
    border-radius: 5px;
}

.cart_list a {
    font-size: 15px;
    font-weight: 500;
    padding: 0 !important;
    text-transform: capitalize;
    vertical-align: top
}

.cart_list a span {
    line-height: 22px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.cart_quantity {
    color: #fff;
    display: table;
    font-weight: 500;
    margin-top: 5px
}

.cart_total .cart_amount {
    color: #f32b56;
    float: right
}

.cart_box .cart_list {
    max-height: 242px;
    overflow-y: auto;
    padding: 0 !important;
    width: 100%
}

.cart_list li {
    display: inline-block;
    width: 100%
}

.dropdown-menu .cart_list li a i {
    width: auto
}

.cart_total {
    color: #fff;
    font-weight: 600;
    margin: 0;
    padding: 0px 0 10px 0;
    text-align: right;
}

.cart_total strong {
    float: left;
    font-weight: 600
}

.cart_buttons {
    margin: 0;
    padding: 0 0 0;
    text-align: center
}
.cart_buttonss a {
    padding: 5px 15px !important;
    font-size: 14px;
    border-radius: 5px;
}
.cart_buttons .checkout, .cart_buttons .view-cart {
    padding: 5px 15px !important;
    font-size: 14px;
    border-radius: 5px;
}

.top-header {
    border-bottom: 1px solid #eee
}

.top-header.light_skin {
    border-color: hsla(0, 0%, 100%, .2)
}

.top-header {
    background: var(--site-theme-dark);
    padding: 5px 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 {
    color: #000;
    display: inline-block;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 35px;
    background: #eeeeee;
    border-radius: 5px;
}

.header_wrap .social_icons li a:hover,
.social_icons li a:hover {
    color: var(--color-1st)
}

.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 {
    border-color: #fff;
    color: #fff;
    border-radius: 5px;
}

.social_white.social_icons li a:hover,
.social_white .social_icons li a:hover {
    color: var(--color-1st)
}

.social_icons li:last-child a {
    margin-right: 0
}

.header_wrap .social_icons li a {
    color: #333
}

.contact_detail i {
    font-size: 16px;
    margin-right: 10px;
    color: var(--site-theme-light);
}

.contact_detail i,
.contact_detail span {
    vertical-align: middle
}

.contact_detail>li,
.header_list>li {
    color: #020202;
    display: inline-block;
    font-size: 14px;
    padding: 2px 10px 2px 0;
    vertical-align: middle
}

.header_list>li>a {
    color: #020202;
}

.header_list>li i {
    margin-right: 6px;
    vertical-align: middle;
    color: var(--site-theme-light);
}

.contact_detail>li a:hover,
.header_list>li .dropdown-item:hover {
    color: #f32b56
}

.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 .middle-header,
.nav-fixed .top-header {
    display: none !important
}

.navbar-toggler {
    border-radius: 0;
    color: #fff;
    float: right;
    font-size: 28px;
    height: 35px;
    line-height: 36px;
    margin: 15px 0 0 3px;
    padding: 0;
    transition: none;
    width: 35px
}

.navbar-toggler[aria-expanded=true] span:before {
    content: "";
    font-size: 16px
}

.navbar-toggler[aria-expanded=true] {
    font-size: 20px;
    line-height: 32px
}

header .attr-nav+.social_icons {
    border-left: 1px solid #333;
    margin-left: 5px;
    padding-left: 5px
}

header .attr-nav+.social_icons li {
    padding: 0
}

header.light_skin .attr-nav+.social_icons {
    border-color: #fff
}

header.light_skin.nav-fixed .attr-nav+.social_icons {
    border-color: #333
}

header.light_skin.nav-fixed .social_icons li a {
    color: #000
}

header.light_skin.nav-fixed .social_icons li a:hover {
    color: #0e93d8
}

.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: var(--color-1st)
}

.main_menu_uppercase .navbar-nav>li>.nav-link {
    text-transform: uppercase
}

.header_banner_text {
    color: #fff
}

body.active {
    overflow: hidden;
    padding-right: 17px
}

.widget_text p:last-child {
    margin-bottom: 0
}

input.text {
    display: none
}

.nav_block {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.categories_wrap {
    position: relative
}

.categories_btn i {
    font-size: 24px;
    margin-right: 10px;
    vertical-align: middle
}

.categories_btn span {
    font-weight: 500;
    text-transform: uppercase;
    vertical-align: middle
}

.categories_btn {
    background-color: #903322;
    border: 1px solid #903322;
    color: #fff;
    padding: 15px 15px;
    text-align: left;
    width: 100%
}

#navCatContent li {
    list-style: none
}

#navCatContent {
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    left: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
    z-index: 99
}

.nav_cat {
    height: auto !important
}

.nav_cat,
.nav_cat.collapse:not(.show) {
    display: block
}

#navCatContent ul {
    width: 100%
}

#navCatContent li a {
    font-size: 14px;
    text-transform: capitalize;
}

#navCatContent li a i {
    color: #903322;
    font-size: 22px;
    line-height: 30px;
    margin-right: 10px;
    vertical-align: middle
}

#navCatContent li a span {
    vertical-align: middle
}

#navCatContent li a:hover {
    color: #903322
}

#navCatContent li a.dropdown-toggler:after {
    position: absolute;
    right: 15px;
    top: 15px
}

#navCatContent ul li .dropdown-menu {
    border: 0;
    border-radius: 0;
    box-shadow: 10px 16px 49px 0 rgba(38, 42, 46, .05);
    left: 100%;
    margin: 0;
    min-width: 800px;
    padding: 0;
    right: 0;
    top: 0;
    width: 100%
}

#navCatContent .mega-menu-col {
    border: 0
}

.more_categories {
    border-top: 1px solid #ddd;
    color: var(--color-1st);
    cursor: pointer;
    display: block;
    font-size: 16px;
    margin-top: 5px;
    padding: 12px 15px;
    position: relative;
    width: 100%
}

.more_categories:before {
    content: "";
    font-family: Linearicons;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%)
}

.more_categories.show:before {
    content: ""
}

.product_search_form {
    max-width: 425px;
    position: relative;
    width: 100%;
    margin-left: 5%;
}

.product_search_form input {
    height: 50px;
    padding-right: 60px !important
}

.search_btn {
    background-color: #fff;
    border: 0;
    bottom: 1px;
    font-size: 20px;
    padding: 0 15px;
    position: absolute;
    right: 1px;
    top: 1px;
    z-index: 9
}

.search_btn:hover {
    color: var(--color-1st)
}

.search_btn i {
    vertical-align: middle
}

.product_search_form select {
    max-width: 140px;
    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
}

.contact_phone i,
.contact_phone span {
    vertical-align: middle
}

.contact_phone i {
    color: var(--site-theme-color);
    font-size: 18px;
    margin-right: 4px;
    background: var(--site-theme-light);
    width: 36px;
    height: 36px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 2px solid var(--site-theme-color);
}

.contact_phone span {
    color: var(--site-theme-light);
}

.banner_content_inner {
    padding: 50px
}

.banner_section {
    position: relative
}

.banner_section:not(.full_screen),
.banner_section:not(.full_screen) .carousel-item {
    height: 800px
}

.banner_section.slide_medium,
.banner_section.slide_medium .carousel-item {
    height: 510px;
    background-size: cover;
    background-position: top;
}

.banner_section.slide_medium .carousel-item {
    position: relative;
}

.opacity-0 {
    opacity: 0 !important;
}

.banner_section .banner_slide_content {
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1
}

.carousel-item img {
    position: relative;
    width: 100%;
    z-index: -1
}

.indicators_style1 {
    margin-bottom: 15px
}

.indicators_style1 li {
    background-color: #333;
    border: 0;
    height: 10px;
    margin: 8px;
    position: relative;
    width: 10px
}

.indicators_style1 li:before {
    border: 2px solid #333;
    bottom: 0;
    content: "";
    left: 0;
    margin: -4px;
    position: absolute;
    right: 0;
    top: 0
}

.indicators_style1 li.active {
    background-color: #ff8400;
}

.indicators_style1 li.active:before {
    border-color: #ff8400;
}

.banner_content .carousel-item {
    padding: 100px 0
}

.banner_content h2 {
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: capitalize
}

.banner_content p {
    margin-bottom: 30px
}

.zoom-in {
    -webkit-animation: zoomin 5s;
    animation: zoomin 5s
}

@-webkit-keyframes zoomin {
    0% {
        transform: scale(1.2) rotate(3deg)
    }

    to {
        transform: scale(1) rotate(0deg)
    }
}

@keyframes zoomin {
    0% {
        transform: scale(1.2) rotate(3deg)
    }

    to {
        transform: scale(1) rotate(0deg)
    }
}

.hover_effect1 {
    display: block;
    overflow: hidden;
    position: relative
}

.hover_effect1:after,
.hover_effect1:before {
    background-color: hsla(0, 0%, 100%, .6);
    content: "";
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transition: all .9s ease 0s;
    width: 100%;
    z-index: 1
}

.hover_effect1:before {
    border-top: 1px solid hsla(0, 0%, 100%, .4);
    transform: translate(105%)
}

.hover_effect1:after {
    border-bottom: 1px solid hsla(0, 0%, 100%, .4);
    transform: translate(-105%)
}

.hover_effect1:hover:after,
.hover_effect1:hover:before {
    opacity: 0;
    transform: translate(0)
}

.sale-banner img {
    width: 100%
}

.sale-banner.full-width {
    width: 100%;
    overflow: hidden;
}

.categories_box {
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.categories_box:before,
.categories_box:after {
    content: '';
    position: absolute;
    top: 0;
    background: var(--site-theme-dark);
    width: 50%;
    height: 100%;
    z-index: 1;
    transition: 0.5s ease-in-out;
    filter: opacity(0.5);
}

.categories_box:before {
    left: 0;
}

.categories_box:after {
    right: 0;
}

.categories_box a {
    background-color: #f7f7f7;
    display: block;
    padding: 35px 20px
}

.categories_box i {
    display: block;
    font-size: 40px
}

.categories_box img {
    min-height: 400px;
    transition: 0.5s ease-in-out;
}

.categories_box:hover:before,
.categories_box:hover:after {
    width: 0;
}

.categories_box:hover img {
    transform: scale(1.05);
}

.categories_box:hover {
    box-shadow: 0 0 10px 0 #d5d5d5;
}

.cat_style1 .categories_box span {
    display: block;
    margin-top: 5px;
    transition: 0.5s ease-in-out;
    font-weight: 600;
    color: var(--site-theme-light);
    text-transform: uppercase;
    letter-spacing: 0px;
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65%;
    z-index: 2;
}

.categories_box span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: var(--site-theme-dark);
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: 0.5s ease-in-out;
    filter: opacity(0);
}

.categories_box:hover span:before {
    filter: opacity(0.5);
}


.cat_style1 .categories_box a {
    background-color: transparent;
    padding: 0
}

.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 p {
    font-size: 16px;
}

.icon_box_content .link i {
    margin-left: 2px;
    vertical-align: middle
}

.icon_box_style1 {
    padding: 0 10px;
    position: relative;
    text-align: center
}

.icon_box_style1 .icon i {
    font-size: 46px;
    line-height: 1;
    width: 70px;
    height: 70px;
    position: relative;
    display: inline-flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.our-features {
    position: relative;
    overflow: hidden;
}

.our-features:before {
    content: '';
    background: url('./shape-vector.png');
    position: absolute;
    bottom: -175px;
    left: 0;
    right: 0;
    height: 100%;
    background-size: contain;
    z-index: 0;
    filter: opacity(0.15);
}


.our-features .row .col-md-4:first-child .icon_box_style1 .icon i {
    background: rgb(255 53 60 / 14%);
    border: 1px solid #ffc3c7;
    color: #d32424;
}

.our-features .row .col-md-4:nth-child(2) .icon_box_style1 .icon i {
    background: rgb(76 175 80 / 22%);
    border: 1px solid #96cda6;
    color: #388b51;
}

.our-features .row .col-md-4:last-child .icon_box_style1 .icon i {
    background: rgb(53 225 255 / 24%);
    border: 1px solid #87d3dd;
    color: #41a4b1;
}

.icon_box_style1:before {
    background-color: #ddd;
    bottom: 15%;
    content: "";
    position: absolute;
    right: 0;
    top: 15%;
    width: 1px
}

[class*=col-]:last-child .icon_box_style1:before {
    content: normal
}

.carousel_slider li {
    list-style: none
}

.testimonial-section {
    background: url('./bedding.jpg');
    background-size: cover;
    background-attachment: fixed;
}

.testimonial-section:before {
    content: '';
    background: var(--site-theme-dark);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: opacity(0.85);
}

.testimonial-section .heading_s4,
.testimonial-section .heading_s4 h2,
.testimonial-section .testimonial_box .testimonial_desc p,
.testimonial-section .author_name h6,
.testimonial-section .author_name span {
    color: var(--site-theme-light)
}

.author_img img {
    max-width: 100px
}

.author_name {
    overflow: hidden;
    border-left: 2px solid #e10008;
    padding-left: 10px;
}

.author_name h6 {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 300;
}

.author_name span {
    font-weight: 300;
    font-size: 14px;
}

.testimonial_box.box_shadow1 {
    margin: 10px
}

.testimonial_desc p:last-child {
    margin-bottom: 0
}

.testimonial_desc p {
    color: #2f323a;
}

.testimonial_style1 .author_img {
    margin-right: 15px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonial_style1 .author_img img {
    max-width: 60px
}

.testimonial_style1 .testimonial_desc {
    display: inline-block;
    margin-bottom: 25px;
    text-align: center;
    width: 100%
}

.testimonial_style1 p {
    font-size: 18px;
    line-height: 28px;
}

.testimonial_style1 .testimonial_box {
    position: relative;
    z-index: 1;
    padding: 45px 150px 25px;
    border-top: 2px dotted rgb(255 255 255 / 30%);
    margin: 0 20px;
}

.testimonial_box:before,
.testimonial_box:after {
    position: absolute;
    content: "";
    filter: opacity(0.55) invert(1);
    background: url(./quote.png);
    width: 100px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
}

.testimonial_box:before {
    top: 20px;
    left: 10px;
    transform: scaleX(-1) scaleY(-1);
}

.testimonial_box:after {
    bottom: 20px;
    right: 10px;
}

.author_img {
    display: none;
}

.testimonial_wrap .owl-nav button {
    background: #000 !important;
    color: #fff !important;
    border-radius: 50% !important;
    font-size: 25px !important;
    line-height: 25px !important;
}

.author_wrap {
    align-items: center;
    display: flex;
    margin: 0 auto
}

.testimonial_style1 .author_wrap {
    justify-content: center
}

.testimonial_wrap {
    padding: 0 60px
}

.testimonial_wrap.nav_style2.owl-theme .owl-nav [class*=owl-] {
    bottom: 50%;
}

.testimonial_wrap .owl-prev {
    left: 25px;
}

.testimonial_wrap .owl-next {
    right: 25px;
}

.blog_post {
    position: relative;
    transition: all .5s ease-in-out;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: none;
}

@media (max-width:1024px) {
    .blog_post {
        margin-bottom: 30px;
    }
}

.blog_content {
    padding-top: 15px
}

.blog_post .blog_img a {
    display: block;
    overflow: hidden
}

.blog_img {
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}

.single_post .blog_img {
    height: 450px;
}

.blog_img img {
    transition: all .5s ease-in-out;
    width: 100%;
    object-fit: cover;
    height: 300px;
    object-position: center;
}

.blog_meta {
    display: inline-block;
    margin-bottom: 5px;
    width: 100%;
    font-size: 14px;
    color: var(--site-theme-light);
}

.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 {
    color: var(--color-1st);
    margin-right: 5px;
    vertical-align: middle
}

.blog_title {
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 0px;
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog_title a {
    line-height: 20px;
    color: var(--site-theme-light);
}

h6.blog_title {
    line-height: 24px
}

.blog_text p {
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 15px;
    line-height: 20px;
    color: var(--site-theme-light);
}

.blog_text p:last-child {
    margin: 0
}

.blog_style2:hover .blog_img img {
    transform: scale(1.2)
}

.blog_style2 .blog_content {
    padding: 30px 20px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 125px;
    width: 100%;
}

.single_post .blog_content:before {
    display: none;
}

.blog_content:before {
    content: '';
    background: linear-gradient(0deg, black, transparent);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200%;
    z-index: -1;
}


.blog_img .owl-dots {
    position: absolute;
    right: 15px;
    top: 0
}

.blog_thumbs .blog_post {
    border-bottom: 1px solid #ddd;
    display: inline-block;
    /* padding-bottom: 30px; */
    width: 100%
}

.blog_post .stretched-link::after {
    z-index: 2;
}

.single_post .blog_img img {
    height: auto;
}

.single_post .blog_content {
    padding-top: 20px
}

.single_post .blog_title {
    font-size: 26px;
    line-height: normal;
    margin-bottom: 4px;
}

.single_post .blog_meta {
    margin-bottom: 0;
    padding-bottom: 6px;
    width: 100%;
    color: #6a6a6a;
}

.single_post .blog_text p {
    color: var(--site-theme-dark);
    display: inline-block;
}

.single_post .blog_text h2 {
    font-size: 22px;
}

.single_post .blog_text ol,
.single_post .blog_text ul {
    padding-left: 18px;
}

.single_post .blog_text ol li,
.single_post .blog_text ul li {
    font-size: 16px;
}

.single_post .blog_text ul.social_icons {
    padding-left: 0;
}

.single_post .blog_text ul.social_icons li a {
    color: #ffffff;
    background: #687188;
    border-radius: 5px;
}

.related_post .blog_post {
    margin-bottom: 15px;
}

.related_post .blog_img img {
    height: 200px;
}

.content_title * {
    font-weight: 600;
    margin-bottom: 30px
}

.children {
    border-top: 1px solid #ddd;
    margin-left: 60px;
    margin-top: 20px;
    padding-top: 20px
}

.newsletter_form2 form {
    position: relative
}

.newsletter_form2 input,
.newsletter_form2 input:focus {
    border: 0;
    height: 59px;
    padding: 10px 140px 10px 20px
}

.newsletter_form2 button {
    position: absolute;
    right: 5px;
    top: 4px
}

.newsletter_text {
    padding-left: 80px;
    position: relative
}

.newsletter_text p:last-child {
    margin: 0
}

.newsletter_text:before {
    color: var(--site-theme-color);
    content: "";
    font-family: linearicons;
    font-size: 65px;
    left: 0;
    line-height: normal;
    opacity: 0.85;
    position: absolute
}

/*footer {
    overflow: hidden
}*/

.footer_dark {
    background-color: #202325;
    background-image: url(./footer-bg.jpg);
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;
}

.footer_top {
    padding: 50px 0 30px;
    position: relative;
}

.footer_logo {
    margin-bottom: 20px
}

footer p {
    font-size: 14px
}

footer .widget {
    margin-bottom: 30px
}

footer.footer_dark .widget_title {
    font-size: 18px;
    margin-bottom: 25px;
    margin-top: 10px;
    color: var(--site-theme-light) !important;
    text-transform: capitalize
}

footer.light_footer {
    border-top: 1px solid #032733;
    padding-top: 40px;
}

.footer-item {
    color: var(--site-theme-dark-2);
    margin-bottom: 40px;
}

.footer-item.footer_left_column {
    padding-right: 120px;
    border-right: 1px solid #032733;
    margin-right: 75px;
    padding-left: 30px;
}

.footer-item h3 {
    color: inherit;
    font-weight: 500;
    margin-bottom: 20px;
}

.footer-item p {
    color: inherit;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
}

.footer-item .contact_info>li {
    list-style: none;
    margin-bottom: 4px;
    line-height: 10px;
}

.footer-item .contact_info li i {
    font-size: 16px;
    margin-top: 0px;
}

.footer-item .contact_info i+* {
    line-height: 10px;
    color: inherit;
}

.footer-item .social_white.social_icons li a {
    color: inherit;
}

.footer-item .widget_title {
    color: inherit;
    font-weight: 500;
    margin-bottom: 20px;
}

.light_footer .social_icons li a svg {
    fill: #717171 !important;
}

.darker_footer {
    background: #717171;
    color: var(--site-theme-light);
    padding: 50px 0
}

.darker_footer .newsletter_form2 .form-control {
    background-color: transparent;
    border: 1px solid #fff !important;
    border-radius: 0;
    height: 45px;
    color: var(--site-theme-light);
}

.darker_footer .newsletter_form2 .form-control::placeholder {
    color: var(--site-theme-light) !important;
}

.darker_footer .newsletter_form2 button {
    top: 0;
    padding: 10px 180px;
    border-radius: 0;
    right: 0;
    background: var(--site-theme-light);
    color: var(--site-theme-dark-2);
}

.darker_footer h2,
.darker_footer p {
    color: inherit;
}

.darker_footer h2 {
    font-size: 48px;
    font-weight: 300;
}

.darker_footer a {
    color: var(--site-theme-light);
    font-weight: 500;
}

.dividerr {
    border-top: 1px solid var(--site-theme-light);
    margin: 30px 0px;
}

.site-theme-urls .widget_links {
    display: flex;
    gap: 15px;
    justify-content: end;
}

.site-theme-urls .widget_links li a {
    font-size: 13px;
    font-weight: 300;
}

.site-theme-urls .widget {
    display: none;
}

.widget_links li {
    list-style: none;
    padding-bottom: 0px;
    line-height: 20px;
}

.widget_links li:last-child {
    padding-bottom: 0
}

.widget_links li a {
    color: inherit;
    font-size: 14px
}

.contact_info>li {
    list-style: none;
    margin-bottom: 15px
}

.contact_info>li:last-child {
    margin-bottom: 0
}

.contact_info li i {
    display: inline-block;
    font-size: 18px;
    margin-right: 10px;
    margin-top: 4px;
    vertical-align: top
}

.contact_info li span {
    color: #292b2c;
    float: left;
    margin-right: 10px;
    max-width: 70px;
    width: 100%
}

.contact_info i+*,
.contact_info span+* {
    color: #687188;
    font-size: 14px;
    line-height: 26px;
    margin: 0;
    overflow: hidden
}

.contact_info i+* {
    display: inline-block;
    max-width: 78%;
    vertical-align: middle
}

.contact_info_light li i {
    border-color: #fff;
    color: #fff
}

.contact_info_light li a,
.contact_info_light li span {
    color: #fff
}

.bottom_footer {
    padding: 10px 0;
    position: relative
}

.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 .widget_links li a:hover,
.footer_dark a:hover,
.widget_links li a:hover {
    color: var(--site-theme-color)
}

.bottom_footer .social_icons li {
    padding-bottom: 0
}

.footer_payment li {
    display: inline-block;
    list-style: none
}

.client_logo .cl_logo img {
    margin: 0 auto;
    opacity: .7;
    transition: all .5s ease-in-out;
    width: 163px
}

.client_logo .cl_logo:hover img {
    opacity: 1
}

.breadcrumb_section {
    padding: 150px 0;
    width: 100%
}

.breadcrumb_section.page-title-mini {
    padding: 70px 0
}

.page-title-mini .page-title h1 {
    font-size: 28px
}

.page-title-mini .breadcrumb li {
    font-size: 14px
}

.page-title-mini .breadcrumb li.active {
    color: #34373a;
}

.page-title h1 {
    font-weight: 700;
    line-height: normal;
    margin: 0;
    text-transform: capitalize
}

.breadcrumb {
    background-color: transparent;
    margin: 0;
    padding: 0
}

.breadcrumb-item+.breadcrumb-item:before {
    content: "";
    font-family: Ionicons;
    vertical-align: middle
}

.page-title+.breadcrumb {
    margin-top: 15px
}

.page-title+span {
    display: inline-block;
    margin-top: 15px;
    width: 100%
}

.breadcrumb-item a i {
    display: inline-block;
    font-size: 26px;
    line-height: 1;
    margin-right: 5px;
    margin-top: -5px;
    vertical-align: middle
}

.page-title-video {
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -3
}

.contact_wrap li {
    align-items: center;
    display: flex;
    list-style: none;
    margin-bottom: 25px
}

.contact_icon {
    margin-right: 20px
}

.contact_icon i {
    color: var(--color-1st);
    font-size: 40px;
}

.contact_text span {
    color: #333;
    display: block;
    font-weight: 600;
    margin-bottom: 3px
}

.contact_text p:last-child {
    margin-bottom: 0
}

.contact_text a {
    color: #687188;
    line-height: 28px
}

.contact_text a:hover {
    color: var(--color-1st)
}

.contact_style3 {
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-bottom: 30px;
    padding: 20px 20px;
    text-align: center;
}

.contact_style3 .contact_icon {
    border: 1px solid var(--color-1st);
    border-radius: 100%;
    display: inline-block;
    height: 60px;
    margin: 0 0 5px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 80px;
    z-index: 1;
}

.contact_style3 .contact_icon i {
    line-height: 68px;
    transition: all .5s ease-in-out
}

.contact_style3 .contact_icon:before {
    background-color: var(--color-1st);
    border-radius: 100%;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(0);
    transition: all .5s ease-in-out;
    z-index: -1
}

.contact_style3:hover .contact_icon:before {
    transform: scale(1)
}

.contact_style3:hover .contact_icon i {
    color: #687188
}

.divider {
    height: 4px;
    overflow: hidden;
    position: relative;
    z-index: 9
}

.divider.center_icon,
.divider.text_divider {
    height: auto
}

.divider.center_icon,
.divider.text_divider {
    text-align: center
}

.divider.text_divider span {
    background-color: #fff;
    font-size: 30px;
    padding: 0 30px;
    position: relative;
    z-index: 1
}

.divider:after,
.divider:before {
    border-top: 1px solid #ddd;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%
}

.divider i {
    background-color: #fff;
    color: #d9d9d9;
    font-size: 30px;
    padding: 0 40px;
    position: relative;
    z-index: 1
}

.card-body p {
    margin-bottom: 15px
}

.error_wrap {
    width: 100%
}

.error_txt {
    color: #333;
    font-size: 150px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 20px
}

.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 {
    border-left: 1px solid #ddd;
    border-radius: 0;
    padding: 0 0 0 15px;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%)
}

.search_form .icon_search i {
    font-size: 24px;
    margin-right: 0
}

.form-note {
    margin-top: 20px
}

.login_wrap {
    /* box-shadow: 0 0 10px rgba(0, 0, 0, .2); */
    background: #f5f5f5;
    border-radius: 10px;
}

.login_register_wrap {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    position: relative
}

.login_footer {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: 5px;
    width: 100%
}

.login_footer a {
    color: #687188
}

.countdown_time {
    display: table;
    width: 100%
}

.countdown_time .countdown_box {
    float: left;
    padding: 0 15px;
    width: 25%
}

.countdown-wrap {
    display: inline-block;
    text-align: center
}

.countdown_time .cd_text {
    display: block
}

.countdown_box .countdown {
    color: #292b2c;
    color: var(--site-theme-light);
    font-size: 40px
}

.countdown_time.countdown_style4 {
    position: absolute;
    bottom: -8px;
    width: 50%;
}

.countdown_time.countdown_style4 .countdown_box {
    padding: 0 2px
}

.countdown_style4 .countdown_box .countdown-wrap {
    background-color: #f2f2f2;
    background-color: #ff8112;
    padding: 5px;
    text-align: center;
    width: 100%;
    border-radius: 6px;
    color: var(--site-theme-light);
}

.deal_wrap {
    overflow: hidden;
    border-radius: 10px;
}

.deal_wrap .product_img {
    max-width: 100%;
    width: 100%;
    height: 360px;
    overflow: hidden;
    border-radius: 10px;
}

.deal_wrap .product_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.deal_wrap .product_img a:before,
.deal_wrap .product_img a:after {
    content: '';
}

.btn-tabs ul {
    gap: 20px;
}

.btn-tabs ul li a.nav-link {
    padding: 6px 10px !important;
    border-radius: 0;
    border-bottom: 2px solid #bdbdbd;
    color: #000000 !important;

}

.btn-tabs ul li a.nav-link.active {
    border-bottom: 2px solid #505050;
    color: #000000 !important;
}

.exclusive_product .heading_s4:after,
.popular-fabric .heading_s4:after,
.heading_s4.best-deals:after,
.heading_s4.trending-product:after,
.heading_s4.testimonial-heading:after {
    position: relative;
    top: 6px;
    font-weight: 300;
}

.exclusive_product .heading_s4:after {
    content: 'Premium Quality Fabric crafted from premium materials, experience unparalleled comfort and style.';
}

.popular-fabric .heading_s4:after {
    content: 'Trending textures and fabrics, handpicked for perfect elegance.';
}

.heading_s4.best-deals:after {
    content: 'Unlock massive savings with our exclusive best deal offer.';
}

.heading_s4.trending-product:after {
    content: 'Everyone’s loving these trending products—grab yours before gone!';
}

.heading_s4.testimonial-heading:after {
    content: 'We’re client-loved, and their powerful stories prove it every time.';
}

.deal_content {
    padding: 30px 30px 30px 0;
    width: 100%
}

.deal_content .product_info {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40%;
    border-radius: 10px 10px 0 0;
    padding: 20px 20px 4px;
    z-index: 1;
}

.deal_wrap .countdown_box .countdown {
    font-size: 24px;
    font-weight: 500;
}

.deal_wrap .countdown_time .cd_text {
    font-size: 14px;
}

.deal_progress {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0px;
    background: linear-gradient(0deg, rgb(0 0 0 / 75%) 60%, transparent);
    font-weight: 300;
    height: 50%;
    padding: 40px 48% 15px 20px;
    color: #fff;
    border-radius: 0 0 10px 10px;
}

.deal_wrap .deal_progress .stock-sold,
.deal_wrap .deal_progress .progress {
    display: none;
}

.best-deal-section .product_slider .item {
    padding-left: 15px;
    margin-right: -15px;
}

.deal_content .on_sale {
    position: absolute;
    top: -214%;
    left: -155%;
    font-size: 22px;
    line-height: 24px;
    font-weight: 600;
    color: var(--site-theme-light);
    z-index: 1;
    display: inline-block;
    padding-left: 20px;
    text-align: start;
}

.deal_content .inStock {
    color: #fff;
    float: none;
    background: linear-gradient(180deg, black, transparent);
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 22px 15px 15px;
    font-size: 22px;
    border-radius: 10px 10px 0 0;
}

.deal_content .price {
    font-weight: 600;
    font-size: 20px;
}

.stock-available {
    float: right
}

.deal_progress .progress {
    border-radius: 20px;
    margin-bottom: 20px;
    margin-top: 5px
}

.deal_progress .progress-bar {
    background-color: var(--color-1st);
    text-indent: -99999px
}

.shorting_icon {
    border: 1px solid #ced4da;
    border-radius: 4px;
    float: left;
    font-size: 18px;
    height: 45px;
    line-height: 48px;
    margin-right: 10px;
    text-align: center;
    width: 45px
}

.shorting_icon .ti-layout-list-thumb {
    font-size: 24px;
    line-height: 45px
}

.shorting_icon.active {
    background-color: var(--color-1st);
    border-color: var(--site-theme-color);
    color: var(--site-theme-color);
}

.product_header {
    justify-content: space-between
}

.product_header,
.product_header_right {
    align-items: center;
    display: flex
}

.products_view {
    display: inline-block;
    vertical-align: middle
}

.product,
.product_wrap {
    background-color: #fff;
    margin-bottom: 30px;
    position: relative;
    transition: all .5s ease-in-out;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}

.product_wrap .pr_action_btn li a {
    border-radius: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    height: 35px;
    line-height: 35px;
    width: 35px
}

.product_wrap .pr_action_btn li a i {
    font-size: 16px;
    line-height: 35px
}

.carousel_slider .product,
.carousel_slider .product_wrap {
    margin: 5px
}

.product_img img {
    transition: all .3s ease-in-out;
    /*height: 300px;*/
    width: 100%;
    /*object-fit: cover;*/
}

.product_img .product_hover_img {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: translateX(100%);
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
    z-index: -1
}

.product:hover .product_img .product_hover_img,
.product_wrap:hover .product_img .product_hover_img {
    opacity: 1;
    transform: translateX(0);
    z-index: 0
}

.pr_desc {
    display: none
}

.pr_flash {
    background-color: #ff9f00;
    color: #fff;
    font-size: 12px;
    right: 10px;
    padding: 2px 8px;
    position: absolute;
    text-transform: uppercase;
    top: 10px;
    z-index: 3;
    border-radius: 3px;
}

.product_info {
    padding: 15px;
}

.price {
    /*color: var(--site-theme-color);*/
    color: #000;
    font-weight: 700;
    letter-spacing: -.03rem;
}

.product_price del {
    font-size: 18px;
    margin-left: 0;
    margin-right: 0;
    color: #555;
    position: relative;
    top: -2px;
}

.product-price del {
    color: #919191;
    margin-left: 5px
}

.on_sale {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    background: #00c9a7;
    padding: 2px 5px;
    border-radius: 3px;
    position: relative;
    top: -3px;
    font-weight: 500;
}

.product_price {
    margin-bottom: 5px
}

.product .product_price {
    margin-bottom: 2px;
    font-family: "Poppins", sans-serif;
    font-size: 23px;
    letter-spacing: -.03rem;
}

.product .rating_wrap {
    align-items: center;
    display: flex;
    position: relative
}

.product.text-center .rating_wrap {
    justify-content: center
}

@media (min-width: 820px) {
    .customer-reviews .block__content {
        /* display: grid;
        grid-template-columns: repeat(2, 1fr); */
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }

    .customer-reviews .block__content ul.comment_list {
        margin-bottom: 0;
        width: 48%;
        /* border-bottom: 1px solid #ddd; */
        background: #f3f3f3;
        border-radius: 6px;
    }

    .customer-reviews .block__content ul.comment_list li {
        margin-bottom: 0;
        border-bottom: 0;
        padding: 20px;
    }
}

.product-description-wrap .tab-style3 .comment_block p {
    margin-top: 0;
}

.rating_num {
    font-size: 14px;
    margin-left: 5px
}

.rating_num,
.rating_wrap .rating {
    display: inline-block;
    vertical-align: middle
}

.rating_wrap .rating {
    font-family: Font Awesome\ 5 Free;
    font-size: 12px;
    height: 20px;
    overflow: hidden;
    position: relative;
    width: 70px
}

.rating:before {
    content: "";
    font-size: 12px
}

.product_rate,
.rating:before {
    color: #f6bc3e;
    float: left;
    left: 0;
    position: absolute;
    top: 0
}

.product_rate {
    overflow: hidden;
    padding-top: 1.5em
}

.product_rate:before {
    content: "";
    font-size: 12px;
    left: 0;
    position: absolute;
    top: 0
}

.product_action_box {
    left: 0;
    padding-top: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all .5s ease-in-out;
    z-index: 2
}

.pr_action_btn {
    display: table;
    margin: 0 auto
}

.product_img {
    overflow: hidden;
    position: relative
}

.product_slider.dot_style1 .product_img img {
    height: 300px;
    object-fit: cover;
}

.product_img:before {
    background-color: rgba(0, 0, 0, .2);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .5s ease-in-out;
    z-index: 1
}

.product:hover .product_img:before {
    opacity: 1
}

.pr_action_btn li {
    display: inline-block;
    margin: 0 5px;
    position: relative
}

.product_wrap .pr_action_btn li {
    display: block;
    margin: 10px 0
}

.product_wrap .pr_action_btn {
    margin: 0 0 0 10px
}

.product_action_box li {
    opacity: 0;
    transform: translateY(15px)
}

.product_action_box li:first-child {
    transition: all .2s ease 0s
}

.product_action_box li:nth-child(2) {
    transition: all .3s ease 0s
}

.product_action_box li:nth-child(3) {
    transition: all .4s ease 0s
}

.product_action_box li:nth-child(4) {
    transition: all .5s ease 0s
}

.product:hover .product_action_box li,
.product_wrap:hover .product_action_box li {
    opacity: 1;
    transform: translate(0)
}

.pr_action_btn li a {
    background-color: #fff;
    display: block;
    font-size: 0;
    height: 37px;
    padding: 0;
    text-align: center;
    /*text-transform: capitalize;*/
    transition: all .3s ease-in-out;
    width: 37px
}

.pr_action_btn li a i {
    font-size: 18px;
    line-height: 37px;
    vertical-align: middle;
}

.pr_action_btn li a:hover {
    background-color: var(--site-theme-color);
    color: #fff
}

.product .product_title,
.product_wrap .product_title {
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
    white-space: nowrap;
    margin-bottom: 5px;
}

.product_description .product_title a {
    font-size: 26px;
    font-family: "Poppins", sans-serif;
    letter-spacing: -.03rem;
    font-weight: 600;
}
.product_title a {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    letter-spacing: -.02rem;
    font-weight: 700;
}
.product_title a:hover {
    color: #000;
}

.product_color_switch span {
    border-radius: 100%;
    cursor: pointer;
    display: inline-block;
    height: 15px;
    margin: 5px;
    position: relative;
    vertical-align: middle;
    width: 15px
}

.product .product_color_switch span {
    opacity: 0;
    transform: translateY(15px)
}

.product_color_switch span.active:before {
    border: 2px solid #fff;
    border-radius: 100%;
    bottom: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    content: "";
    left: 0;
    margin: -3px;
    position: absolute;
    right: 0;
    top: 0
}

.product .pr_switch_wrap {
    background-color: #fff;
    bottom: 0;
    left: 0;
    opacity: 0;
    padding: 7px 15px;
    position: absolute;
    right: 0;
    transition: all .3s ease-in-out;
    visibility: hidden
}

.product:hover .pr_switch_wrap {
    opacity: 1;
    visibility: visible
}

.product:hover .product_color_switch span {
    opacity: 1;
    transform: translateY(0)
}

.product_color_switch span:first-child {
    transition: all .2s ease 0s
}

.product_color_switch span:nth-child(2) {
    transition: all .3s ease 0s
}

.product_color_switch span:nth-child(3) {
    transition: all .4s ease 0s
}

.product_color_switch span:nth-child(4) {
    transition: all .5s ease 0s
}

.product_color_switch span:nth-child(5) {
    transition: all .6s ease 0s
}

.product_color_switch span:nth-child(6) {
    transition: all .7s ease 0s
}

.product_color_switch span:nth-child(7) {
    transition: all .75s ease 0s
}

.product_list .product,
.product_list .product_wrap {
    align-items: center;
    display: flex;
    margin-bottom: 20px;
    padding: 0
}

.product_list .product_img {
    flex: 0 0 30%;
    max-width: 30%;
    width: 100%
}

.product_list .product_info {
    flex: 0 0 70%;
    max-width: 70%;
    padding: 0 0 0 15px;
    text-align: left
}

.product_list .product_img:before {
    content: normal
}

.mfp-ajax-holder .mfp-content .ajax_quick_view {
    background-color: #fff;
    margin: 6px auto;
    max-width: 980px;
    padding: 30px;
    position: relative
}

.mfp-close {
    height: 30px;
    line-height: normal;
    width: 30px
}

.product-image {
    position: relative
}

.pr_detail .pr_desc {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 15px;
}
.pr_detail .pr_desc h4 {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    letter-spacing: -.01rem;
    font-weight: 600;
}
.pr_detail .pr_desc p {
    margin-bottom: 0px;
    color: #687188;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    line-height: 26px;
    margin-top: 10px;
    letter-spacing: -.01rem;
}
.pr_detail .pr_desc p strong {
    color: #000;
    font-weight: 600;
}

.pr_detail hr {
    margin: 20px 0;
}
.pr_detail .rating_wrap {
    margin-top: 7px;
    float: right;
}

.pr_detail .product_price {
    float: left;
    font-family: "Poppins", sans-serif;
}

.pr_detail .price {
    font-size: 26px;
    vertical-align: middle
}

.cart-product-quantity {
    display: table;
    margin: 5px 0;
}

.quantity {
    display: table
}

.quantity .minus, .quantity .plus {
    background-color: #eee;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 20px;
    line-height: 0px;
    margin: 0;
    text-align: center;
    width: 36px;
    padding: 7px 0 10px 0;
    height: 36px;
}

.quantity .minus {
    font-size: 30px;
}

.quantity .qty {
    background-color: transparent;
    border: 1px solid #ddd;
    float: left;
    height: 36px;
    margin: 0 5px;
    padding: 0;
    text-align: center;
    width: 55px;
    border-radius: 5px;
}

.cart_extra {
    align-items: center;
    display: flex;
    flex-wrap: wrap
}


.zoomContainer {
    z-index: 99
}

.zoom_image .zoomContainer {
    z-index: 1043
}

.zoom_gallery_image .zoomContainer {
    z-index: 0
}

.list_brand li,
.pr_detail .pr_switch_wrap {
    margin-bottom: 5px;
}

.pr_detail .pr_switch_wrap .product-attributes .form-group:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.list_brand li {
    list-style: none;
    font-size: 14px;
}

.list_brand li:last-child {
    margin-bottom: 0
}

.list_brand .custome-checkbox .form-check-label {
    color: #666;
    letter-spacing: -.03rem;
}

.cart_btn .add_compare,
.cart_btn .add_wishlist {
    display: inline-block;
    font-size: 20px;
    margin-left: 15px;
    vertical-align: middle
}

.product_gallery_item a, 
.product_gallery_item button {
    border: 1px solid #ddd;
    display: block;
    padding: 5px;
    border-radius: 10px;
    background: #fff;
}

.product-meta li {
    list-style: none;
    margin-top: 10px;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 500;
}
.product-meta li span, 
.product-meta li a {
    font-weight: 400;
    color: #687188;
}
.slick-vertical .slick-slide {
    border: 0
}

.slick-list {
    padding: 0 !important
}

.product_gallery_item.slick-slider .slick-slide {
    margin-left: 7.5px;
    margin-right: 7.5px;
}

.product-image .slick-list {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.product_img_box {
    border: 1px solid #ddd;
    margin-bottom: 15px;
    overflow: hidden;
    padding: 8px;
    position: relative;
    border-radius: 10px;
}

.product_img_zoom {
    background-color: #fafafa;
    border-radius: 100%;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 20px;
    width: 40px;
    z-index: 999
}

.product_share {
    margin-top: 5px;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 500;
}

.product_share>span {
    margin-right: 10px
}

.product_share .social_icons,
.product_share>span {
    display: inline-block;
    vertical-align: middle
}

.product_share .social_icons li {
    padding-bottom: 0
}

.filter_price .ui-widget.ui-widget-content {
    background-color: #ddd;
    border: 0;
    border-radius: 0;
    height: 4px;
    margin-bottom: 15px
}

.ui-slider-horizontal .ui-slider-range {
    height: 100%;
    top: 0
}

.filter_price .ui-slider .ui-slider-range {
    background-color: var(--color-1st);
    border-radius: 0
}

.filter_price .ui-slider .ui-slider-handle {
    background-color: #fff;
    border: 0;
    border-radius: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    cursor: pointer;
    height: 18px;
    margin: 0;
    top: -8px;
    width: 18px
}

.price_range {
    color: #292b2c;
    font-size: 15px;
    font-weight: 400;
}

#flt_price {
    font-weight: 400;
    margin-left: 5px;
    font-size: 13px;
}

.shop_container {
    position: relative
}

.loading_pr {
    background-color: #fff;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9
}

.shop_container .loading_pr {
    top: -7px
}

.shop_container .mfp-preloader {
    top: 100px
}

.shop_container.list .product_action_box,
.shop_container:not(.list) .list_product_action_box {
    display: none
}

.shop_container.list .product_img:before {
    content: normal
}

.shop_container.list [class*=col-] {
    flex: 0 0 100%;
    max-width: 100%
}

.shop_container.list .product {
    display: block;
    width: 100%
}

.shop_container.list .product_img {
    float: left;
    max-width: 225px;
    width: 100%
}

.shop_container.list .product .product_title {
    font-size: 20px;
    margin-bottom: 5px;
}

.shop_container.list .product_info {
    overflow: hidden;
    padding: 15px 20px;
    text-align: left;
}

.shop_container.list .product_price {
    float: left;
    font-family: "Poppins", sans-serif;
}

.shop_container.list .product .rating_wrap {
    display: block;
    float: right
}

.shop_container.list .pr_desc {
    display: block;
    margin-bottom: 15px;
    max-height: 84px;
    min-height: 58px;
    overflow: hidden;
    width: 100%;
    margin-top: 10px;
}
.shop_container.list .pr_desc h4 {
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    letter-spacing: -.02rem;
}

.shop_container.list .pr_desc p {
    margin-bottom: 0;
    color: #687188;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 26px;
}

.shop_container.list .product .pr_switch_wrap,
.shop_container.list .product_action_box {
    position: static
}

.shop_container.list .product .pr_switch_wrap {
    margin-bottom: 10px;
    opacity: 1;
    padding: 0;
    visibility: visible
}

.shop_container.list .product .product_color_switch span {
    opacity: 1;
    transform: translateY(0)
}

.shop_container.list .product_action_box li {
    filter: alpha(opacity=1);
    opacity: 1;
    transform: translate(0)
}

.shop_container.list .pr_action_btn {
    display: block;
    margin: 0
}

.shop_container.list .pr_action_btn li {
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: middle
}

.shop_container.list .pr_action_btn li a {
    box-shadow: none
}

.shop_container.list .pr_action_btn li a:hover {
    background-color: transparent;
    color: var(--color-1st)
}

.shop_container.list .list_product_action_box .pr_action_btn li.add-to-cart a {
    background-color: #fff;
    border: 1px solid #1b1b1b;
    border-radius: 4px;
    color: #1b1b1b;
    font-size: 16px;
    height: auto;
    padding: 5px 10px;
    width: auto;
    font-weight: 500;
}

.shop_container.list .pr_action_btn li.add-to-cart a:hover {
    background-color: #1b1b1b;
    color: #fff;
}

.shop_container.list .pr_action_btn li.add-to-cart a i {
    line-height: normal;
    margin-right: 5px
}

.product_tab_title span {
    font-weight: 600
}

.tab-content.shop_info_tab {
    margin-top: 25px
}

.comment_list,
.comments li {
    margin-bottom: 20px
}

.comments li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px
}

.comment_img {
    float: left
}

.comment_img img {
    border-radius: 100%;
    max-width: 100px
}

.comment_block {
    padding-left: 75px
}

.customer_meta {
    margin-bottom: 5px
}

.comment_block .rating_wrap {
    float: right
}

.description p:last-child {
    margin: 0
}

.review_author {
    color: #292b2c;
    display: block;
    font-weight: 500
}

.comment-date {
    font-style: italic;
    display: block;
    font-size: 14px;
    margin-top: -5px;
}

.star_rating>span {
    color: #f6bc3e
}

.star_rating span {
    cursor: pointer;
    display: inline-block
}

.star_rating span i {
    font-size: 20px
}

.star_rating>span.selected i:before {
    font-weight: 900
}

.releted_product_slider .item {
    margin: 10px 0 0
}

.releted_product_slider .product {
    margin-bottom: 15px
}

.mfp-ajax-holder .compare_box {
    background-color: #fff;
    margin: 6px auto;
    padding: 30px;
    position: relative;
    width: 90%
}

.compare_box .table {
    display: block;
    margin: 0
}

.compare_box table tr td {
    /*vertical-align: middle;*/
}

.compare_box table tr td.row_img img {
    width: 100px;
    border-radius: 10px;
}
.dis-text h4 {
    font-size: 15px;
    letter-spacing: -.03rem;
}

.compare_box table tr td p {
    margin-bottom: 0;
}

.compare_box table tr td.product_name {
    text-transform: capitalize
}

.compare_box table tr td.product_name h5 {
    margin-bottom: 0;
    font-size: 16px;
}

.compare_box table tr td.row_title {
    font-weight: 500;
    width: 120px;
}

.row_remove a, .row_remove a:hover {
    color: #fff;
    background: #dc3545;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
}

.product_name a {
    font-weight: 500
}

.product-thumbnail img {
    max-width: 70px;
    border-radius: 5px;
}

.shop_cart_table td,
.shop_cart_table th {
    vertical-align: middle
}

.shop_cart_table th {
    font-weight: 500;
    background: #f5f5f5;
}

.shop_cart_table td.product-name,
.shop_cart_table th.product-name {
    text-align: left;
    text-transform: capitalize
}

.shop_cart_table .quantity {
    display: flex;
    justify-content: center;
    margin: 0 auto
}
.cartp-title {
    font-weight: 400;
}

.product-remove a i {
    border-radius: 3px;
    color: var(--site-theme-color);
    display: inline-block;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 25px;
    background: #f8d7da;
}

.product-remove a i:hover {
    background-color: var(--site-theme-color);
    color: #fff;
}

.shop_cart_table td.product-price,
.shop_cart_table td.product-subtotal {
    font-weight: 500;
}

.shop_cart_table .table {
    margin: 0
}

.product-subtotal {
    font-weight: 600
}

.payment-text {
    display: none;
    margin-bottom: 0
}

.card-body .comments,
.payment-text {
    margin-top: 5px
}

.form-control {
    padding: 8px 15px
}

.form-control,
.form-control:focus {
    box-shadow: none;
    color: #000;
    height: 50px
}

textarea.form-control,
textarea.form-control:focus {
    height: auto;
    padding: 12px 15px
}

.custom_select select.form-control-sm,
.custom_select select.form-control-sm:focus,
.form-control-sm,
.form-control-sm:focus {
    height: 45px
}

select.first_null option:first-child,
select.form-control.first_null option:first-child {
    color: #6c757d
}

select option {
    color: #000
}

.custom_select {
    position: relative
}

.custom_select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ced4da;
    height: 50px;
    padding: 8px 35px 8px 15px;
    width: 100%
}

.custom_select:before {
    color: #848484;
    content: "";
    display: block;
    font-family: themify;
    font-size: 12px;
    font-weight: 900;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%)
}

.rounded_input .form-control,
.rounded_input input {
    border-radius: 30px;
    padding: 10px 20px
}

.rounded_input .custom_select select {
    padding-right: 40px
}

.rounded_input .custom_select:before {
    right: 20px
}

.rounded_input textarea.form-control,
.rounded_input textarea.form-control:focus {
    padding: 15px 20px
}

.pagination .page-item a {
    color: #0e93d8;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    width: 40px;
    z-index: 1
}

.page-link:focus {
    box-shadow: none
}

.pagination_style1 li,
.pagination_style2 li,
.pagination_style3 li,
.pagination_style4 li {
    margin-right: 5px
}

.pagination_style1 .page-item a {
    border: 2px solid #dee2e6;
    border-radius: 5px !important;
    color: #687188;
    line-height: 36px;
    margin-left: 0
}

.pagination_style1 .page-item a i {
    line-height: 36px
}

.pagination_style1 .page-item.disabled .page-link,
.pagination_style3 .page-item.disabled .page-link {
    background-color: #fff;
    border-color: #f4f4f4;
    color: #c6c6c6;
    pointer-events: none
}

.pagination_style1 .page-item.active .page-link,
.pagination_style1 .page-item .page-link:hover {
    background-color: #333;
    border-color: #333;
    color: #fff
}

.mfp-preloader {
    background: url(../images/loading.gif) 50% no-repeat;
    background-color: #000;
    border-radius: 5px;
    color: #ccc;
    height: 24px;
    left: 50%;
    margin-left: -12px;
    margin-top: -12px;
    padding: 25px;
    position: absolute;
    text-align: center;
    text-indent: -9999px;
    top: 50%;
    width: 24px;
    z-index: 1044
}

.widget_title {
    font-weight: 500;
    margin-bottom: 25px;
    font-size: 16px;
}

.widget_categories li {
    list-style: none;
    padding-bottom: 5px
}

.widget_categories li a {
    position: relative;
    font-size: 14px;
    color: #666;
}

.widget_categories li a:before {
    content: "";
    font-family: Ionicons;
    height: auto;
    line-height: normal;
    margin-right: 10px;
    display: none;
}

.widget_categories li:last-child {
    padding-bottom: 0
}

.widget_categories .categories_num {
    float: right;
    font-size: 12px;
    color: #94969f;
    position: relative;
    top: 5px;
}

.sidebar .widget+.widget {
    margin-top: 15px;
}

.widget_recent_post li {
    display: inline-block;
    list-style: none;
    margin-bottom: 15px;
    width: 100%
}

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

.widget_recent_post li:last-child {
    margin-bottom: 0
}

footer .widget_recent_post .post_img img {
    border: 0
}

.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 {
    font-size: 14px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.post_content .product_price {
    margin-bottom: 0
}

.tags a {
    background-color: #f7f7f7;
    color: #333;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 5px;
    padding: 8px 15px
}

.tags a:hover {
    background-color: var(--color-1st);
    color: #fff
}

.nav-tabs li.nav-item a {
    background-color: transparent;
    border: 0;
    font-weight: 300;
    padding: 5px 20px;
    text-align: center;
    text-transform: capitalize;
    font-size: 18px;
}

.tab-content {
    margin-top: 25px
}

.tab-style2 .nav-tabs {
    border-bottom: 0
}

.tab-style2 .nav-tabs li.nav-item a.active,
.tab-style2 .nav-tabs li.nav-item a.active:hover {
    color: var(--color-1st)
}

.tab-style2 .nav-tabs li.nav-item a {
    padding: 0 15px
}

.tab-style2 .nav-tabs li.nav-item:last-child a {
    padding-right: 0
}

.tab-style3 .nav-tabs li.nav-item a {
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid transparent;
    display: block;
    padding: .5rem 1rem;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #292b2c;
}

.tab-style3 .nav-tabs .nav-item a.active {
    border-bottom-color: var(--color-1st);
    color: var(--site-theme-color);
}

.tab_slider>.tab-pane {
    display: block;
    height: 0
}

.tab_slider .tab-pane.active {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-name: moveUp;
    animation-name: moveUp;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-timing-function: cubic-bezier(.26, .69, .37, .96);
    animation-timing-function: cubic-bezier(.26, .69, .37, .96);
    display: block;
    height: auto
}

@-webkit-keyframes moveUp {
    0% {
        opacity: 0;
        transform: translateY(25px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes moveUp {
    0% {
        opacity: 0;
        transform: translateY(25px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.heading_tab_header {
    align-items: center;
    border-bottom: 1px solid #ddd;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;
    width: 100%
}

.heading_tab_header [class*=heading_] {
    float: left
}

.view_all i,
.view_all span {
    vertical-align: middle
}

.custome-checkbox .form-check-label {
    color: #687188;
    padding: 0;
    vertical-align: middle
}

.custome-checkbox .form-check-label span {
    vertical-align: middle
}

.custome-checkbox .form-check-label span span {
    font-size: 12px;
    color: #94969f;
}

.custome-checkbox .form-check-label:before {
    border: 1px solid #ced4da;
    content: "";
    display: inline-block;
    height: 15px;
    margin: 0 5px 0 0;
    vertical-align: middle;
    width: 15px;
    background-color: #fff;
    border-radius: 3px;
}

.custome-checkbox input[type=checkbox]:checked+.form-check-label:after {
    opacity: 1
}

.custome-checkbox input[type=checkbox]+.form-check-label:after {
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    content: "";
    height: 6px;
    left: 4px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-65%) rotate(-45deg);
    width: 9px;
}

.custome-checkbox input[type=checkbox]:checked+.form-check-label:before {
    background-color: #333;
    border-color: #333;
}

.custome-checkbox .form-check-input {
    display: none
}

.custome-checkbox .form-check-label {
    cursor: pointer;
    position: relative
}

.custome-checkbox input[disabled]+.form-check-label {
    color: #d0d0d0
}

.custome-checkbox input[disabled]+.form-check-label:before {
    border-color: #e8e8e8
}

.owl-theme .owl-nav {
    margin-top: 0
}

body .owl-theme .owl-nav [class*=owl-] {
    background-color: #fff;
    color: #222;
    font-size: 26px;
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0;
    text-align: center;
    transition: all .3s ease-in-out;
    width: 50px
}

.owl-theme .owl-nav [class*=owl-] i {
    line-height: normal
}

.owl-theme .owl-dots {
    font-size: 0;
    margin-top: 15px
}

.owl-theme .owl-dots .owl-dot span {
    background-color: transparent;
    border: 1px solid var(--color-1st);
    cursor: pointer;
    margin: 3px;
    opacity: 1;
    transition: all .3s ease-in-out
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: var(--color-1st)
}

.dot_style1.owl-theme .owl-dots .owl-dot.active span {
    width: 30px
}

.nav_style5.owl-theme .owl-nav [class*=owl-] {
    -webkittransform: translateY(-50%);
    border-radius: 0;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px
}

.nav_style2.owl-theme .owl-nav [class*=owl-] {
    background-color: transparent;
    bottom: 10px;
    position: absolute
}

.nav_style2.owl-theme .owl-nav [class*=owl-]:hover,
.nav_style3.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-] {
    background-color: transparent;
    border-radius: 0;
    height: auto;
    position: absolute;
    right: -15px;
    top: 40%;
    transform: translateY(-50%);
    width: auto;
    color: #000;
    font-size: 24px;
}

.nav_style3.owl-theme .owl-nav .owl-prev {
    right: calc(100% + 10px)
}

.nav_style5.owl-theme .owl-nav .owl-next,
.nav_style5.owl-theme .owl-nav .owl-prev {
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    height: 40px;
    line-height: 40px;
    opacity: 0;
    width: 40px
}

.nav_style5.owl-theme .owl-nav .owl-next:hover,
.nav_style5.owl-theme .owl-nav .owl-prev:hover {
    background-color: var(--color-1st);
    color: #fff
}

.nav_style5.owl-theme:hover .owl-nav .owl-prev {
    left: 20px;
    opacity: 1
}

.nav_style5.owl-theme:hover .owl-nav .owl-next {
    opacity: 1;
    right: 20px
}

.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 {
    border-radius: 0 5px 5px 0;
    left: 0;
    opacity: 0
}

.slick-next {
    border-radius: 5px 0 0 5px;
    opacity: 0;
    right: 0
}

.slick-prev:before {
    content: ""
}

.slick-next:before,
.slick-prev:before {
    color: #333;
    display: block;
    font-family: Ionicons;
    font-size: 22px;
    opacity: 1
}

.slick-next:before {
    content: ""
}

.slick-next,
.slick-prev {
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    height: 50px;
    transition: all .5s ease-in-out;
    width: 40px;
    z-index: 9
}

.slick-next:hover,
.slick-prev:hover {
    background-color: var(--color-1st)
}

.slick-next:hover:before,
.slick-prev:hover:before {
    color: #fff
}

.slick_slider:hover .slick-prev {
    left: 0;
    opacity: 1
}

.slick_slider:hover .slick-next {
    opacity: 1;
    right: -2px
}

.social_icons [class*=sc_] {
    color: #fff !important
}

.social_icons [class*=sc_] i {
    display: block;
    line-height: 36px;
    transition: all .3s ease-in-out
}

.social_icons [class*=sc_]:hover i {
    -webkit-animation: toLeftFromRight .3s forwards;
    animation: toLeftFromRight .3s forwards
}

.sc_facebook {
    background: linear-gradient(0deg, #0060d5, #00a3f0);
    border-color: #0997e5 !important;
}

.sc_twitter {
    /* background: linear-gradient(0deg, #35bbff, #72d7fb); */
    background: var(--site-theme-light);
    border-color: #0997e5 !important;
}

.sc_youtube {
    background: linear-gradient(0deg, #f7040e, #ff4d54);
    border-color: #f3232e !important;
}

.sc_instagram {
    background: linear-gradient(45deg, #c34ad5, #ef0b3a, #ffa000);
    border-color: #f3232e !important;
}

.blog_post_footer {
    padding-bottom: 0px;
    padding-top: 0px
}

.modal {
    padding-right: 0 !important
}

.alert .close {
    font-weight: 400;
    margin-left: 10px
}

.alert_style1 {
    border: 0;
    border-left: 3px solid;
    border-radius: 0;
    padding: 20px;
    position: relative
}

.alert>i {
    font-size: 18px;
    margin-right: 5px;
    vertical-align: middle
}

.alert_style2 {
    background-color: #fff;
    border-bottom: 0;
    border-left: 3px solid;
    border-radius: 20px;
    border-right: 3px solid;
    border-top: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    padding: 20px
}

.subscribe_popup .modal-body {
    padding: 0
}

.subscribe_popup .modal-content {
    border: 0;
    border-radius: 0
}

.popup_content {
    padding: 50px;
    text-align: center
}

.subscribe_popup .close {
    height: 40px;
    opacity: 1;
    position: absolute;
    right: 0;
    text-shadow: none;
    top: 0;
    width: 40px;
    z-index: 9
}

.subscribe_popup .close i {
    font-size: 40px
}

.modal {
    z-index: 99999
}

.dashboard_menu {
    background: #f5f5f5;
    border-radius: 10px;
    padding: 5px 0;
}

.dashboard_menu .nav-tabs li.nav-item a {
    border-bottom: 1px solid rgba(0,0,0,.05);
    border-radius: 0;
    color: #2b2f4c;
    padding: 12px 20px;
    text-align: left;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
}

.dashboard_menu .nav-tabs li.nav-item a.active {
    background-color: var(--color-1st);
    color: var(--site-theme-color);
}

.dashboard_menu .nav-tabs li.nav-item a i {
    margin-right: 8px;
    vertical-align: middle;
    font-size: 20px;
    position: relative;
    top: -1px;
}

.dashboard_content {
    margin: 0
}

.dashboard_content .card-header {
    background-color: transparent;
    border-color: #f0f0f0
}

.dashboard_content .card-header * {
    margin: 0
}

.dashboard_content .card {
    border: 0;
    border-radius: 0;
    box-shadow: 0 0 4px 0 #e9e9e9
}

.dashboard_content .card-body p:last-child,
.dashboard_content .table {
    margin: 0
}

.dashboard_content .table thead th {
    border: 0;
    font-weight: 500;
    /*padding-top: 0*/
}

.dashboard_content .table tbody tr td {
    vertical-align: middle;
    white-space: nowrap
}

.dashboard_content label {
    color: #333;
    line-height: 1;
}

.dashboard_content label .required {
    color: red
}

@media only screen and (min-width:991px) and (max-width:1199px) {

    .nav_cat>ul>li>a,
    .nav_cat>ul>li>ul>li>a {
        font-size: 14px;
        padding: 5px 10px
    }

    .countdown_style4 .countdown_box .countdown-wrap {
        padding: 5px
    }

    .deal_wrap .countdown_time .cd_text {
        font-size: 12px
    }
}

@media only screen and (max-width:1199px) {

    .h1,
    h1 {
        font-size: 34px
    }

    .h2,
    h2 {
        font-size: 30px
    }

    .h3,
    h3 {
        font-size: 26px
    }

    .h4,
    h4 {
        font-size: 22px
    }

    .h5,
    h5 {
        font-size: 18px
    }

    .section {
        padding: 80px 0
    }

    .footer_top.small_pt,
    .section.small_pt {
        padding-top: 40px
    }

    .footer_top.small_pb,
    .section.small_pb {
        padding-bottom: 40px
    }

    .footer_top.pb_20,
    .pb_20,
    .section.pb_20 {
        padding-bottom: 10px
    }

    .large_divider {
        height: 80px
    }

    .medium_divider {
        height: 40px
    }

    .small_divider {
        height: 20px
    }

    .banner_section:not(.full_screen),
    .banner_section:not(.full_screen) .carousel-item {
        height: 600px
    }

    .banner_section.slide_medium,
    .banner_section.slide_medium .carousel-item {
        height: 400px
    }

    .banner_content h2 {
        font-size: 52px
    }

    .breadcrumb_section {
        padding: 100px 0
    }

    .footer_top {
        padding: 80px 0 50px
    }

    .blog_meta li {
        margin-right: 10px
    }

    .blog_meta a {
        font-size: 14px
    }

    .blog_title {
        line-height: 26px
    }

    .compare_box table {
        width: 100%;
    }

    .tab-content.shop_info_tab {
        margin-top: 30px
    }

    .single_post .blog_title {
        font-size: 26px
    }

    .icon_box_style1 {
        padding: 0 20px
    }

    .product_search_form {
        max-width: 480px
    }

    #navCatContent {
        padding: 0
    }

    #navCatContent li a i {
        font-size: 20px;
        line-height: 28px
    }

    .more_categories {
        margin-top: 0;
        padding: 10px 15px
    }

    .shop_container.list .pr_desc {
        max-height: 56px;
        min-height: 56px
    }

    .add-to-cart .btn {
        padding: 10px 20px
    }

    .deal_wrap .product_img {
        max-width: 200px
    }

    .deal_content {
        padding: 20px 20px 20px 0
    }

    #navCatContent ul li .dropdown-menu {
        min-width: 750px
    }

    .mfp-ajax-holder .compare_box {
        padding: 30px 20px;
        width: 100%
    }
}

@media only screen and (min-width:992px) {
    .navbar-toggler {
        display: none
    }

    .navbar-expand-lg .navbar-collapse .navbar-nav {
        width: 100%;
        justify-content: flex-start;
    }

    #navCatContent ul>li .dropdown-menu,
    .navbar .navbar-nav li>.dropdown-menu {
        display: block;
        margin-top: 20px;
        opacity: 0;
        pointer-events: none;
        transition: all .3s ease-in-out;
        visibility: hidden
    }

    #navCatContent ul>li:hover .dropdown-menu,
    .navbar .navbar-nav li:hover>.dropdown-menu {
        display: block;
        margin-top: 0;
        opacity: 1;
        pointer-events: auto;
        visibility: visible
    }

    .cart_dropdown:hover>.dropdown-menu {
        display: block !important;
        margin-top: 0 !important;
        opacity: 1 !important;
        visibility: visible !important
    }

    .cart_dropdown:hover>.dropdown-menu.cart_box {
        border: 1px solid #eee;
        transform: scale(1) !important;
        border-radius: 5px;
        padding: 10px;
    }

    .navbar .navbar-nav li:hover>.dropdown-menu .mega-menu ul li .dropdown-menu {
        margin-top: 10px
    }

    .navbar .navbar-nav .dropdown-menu .dropdown-menu {
        left: 100%;
        top: 0
    }

    .navbar .navbar-nav .dropdown-menu.dropdown-reverse .dropdown-menu {
        left: 100%;
        margin-left: 0;
        right: auto
    }

    .dropdown-menu.dropdown-reverse {
        left: 0;
        right: auto;
    }

    .header_banner_text {
        opacity: 0;
        transform: translateY(25%);
        transition: transform .2s ease, opacity .2s ease;
        transition-delay: .5s
    }

    .navbar .navbar-nav li:hover>.dropdown-menu .header_banner_text {
        opacity: 1;
        transform: translateY(0)
    }

    .banner_content_inner {
        padding: 30px
    }

    .nav_cat ul li .dropdown-menu {
        min-width: 700px
    }

    .pr_search_icon {
        display: none
    }

    .nav_block .contact_phone {
        margin-right: 60px;
    }
}

@media only screen and (max-width:991px) {

    .heading_s1,
    .heading_s4 {
        margin-bottom: 0
    }

    .header_wrap nav.navbar {
        display: table;
        width: 100%
    }

    .header_wrap .navbar .navbar-nav.attr-nav {
        display: block;
        float: right
    }

    .header_wrap .navbar-collapse {
        left: 0;
        position: absolute;
        right: 0;
        top: 100%;
        z-index: 999
    }

    .navbar .navbar-collapse .navbar-nav {
        max-height: 80vh;
        overflow-y: auto
    }

    .header_wrap .navbar-collapse.mobile_side_menu {
        bottom: 0;
        display: block;
        height: auto !important;
        left: auto;
        position: fixed;
        right: -280px;
        top: 0;
        transition: all .3s ease-in-out;
        width: 250px
    }

    .header_wrap .navbar-collapse.mobile_side_menu.show {
        right: 0
    }

    .header_wrap .navbar-collapse.mobile_side_menu .navbar-nav {
        height: 100%;
        max-height: 100vh
    }

    .nav-fixed .navbar .navbar-nav>li>.nav-link,
    .navbar .navbar-nav>li>.nav-link {
        padding: 10px
    }

    .navbar .navbar-nav.attr-nav li {
        float: left
    }

    .navbar .navbar-nav.attr-nav li .nav-link {
        padding: 20px 10px
    }

    .navbar .navbar-nav.attr-nav li .nav-link.cart_trigger {
        padding: 16px 8px
    }

    .cart_count,
    .wishlist_count {
        top: 0
    }

    .navbar .navbar-collapse .navbar-nav:not([class*=bg_]):not([class*=bg-]) {
        background-color: #fff;
        box-shadow: 0 5px 10px rgba(0, 0, 0, .1)
    }

    .light_skin .navbar .navbar-collapse .navbar-nav:not([class*=bg_]):not([class*=bg-]) {
        background-color: #252a2c
    }

    .dark_skin.header_wrap .navbar .navbar-collapse .navbar-nav:not([class*=bg_]):not([class*=bg-]) {
        background-color: #fff;
        border: 1px solid #e6e6e6;
        box-shadow: 0 13px 42px 11px rgba(0, 0, 0, .05)
    }

    .dark_skin:not([class*=bg_]):not([class*=bg-]) .navbar-nav .navbar-collapse .dropdown-menu,
    .light_skin .navbar-nav .dropdown-menu .mega-menu .dropdown-menu,
    .navbar-nav .navbar-collapse .dropdown-menu {
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

    .light_skin .mega-menu {
        padding: 0
    }

    .dropdown-menu .dropdown-toggler:after {
        right: 0
    }

    .dropdown-toggle:after {
        float: right
    }

    .navbar-nav>li>.dropdown-menu,
    .navbar .navbar-nav li.dropdown-mega-menu .dropdown-menu {
        padding-left: 10px;
        padding-right: 10px
    }

    .mega-menu-col {
        border-right: 0 !important;
        padding: 0
    }

    .dropdown-toggler:after {
        transform: rotate(0deg)
    }

    .navbar .navbar-nav.attr-nav li .nav-link.cart_trigger [class*=linearicons-] {
        display: inline-block;
        margin-top: 5px
    }

    .navbar .navbar-nav .dropdown-item {
        padding: 8px 10px
    }

    .nav_cat.collapse:not(.show) {
        display: block
    }

    .banner_section:not(.full_screen),
    .banner_section:not(.full_screen) .carousel-item {
        height: 600px;
        height: 500px
    }

    .banner_section.slide_medium,
    .banner_section.slide_medium .carousel-item {
        height: 350px
    }

    .banner_content h2 {
        font-size: 44px
    }

    .breadcrumb_section {
        padding: 80px 0
    }

    .highlight_text {
        font-size: 18px
    }

    .page-title+span {
        font-size: 15px
    }

    .padding_eight_all {
        padding: 6%
    }

    #tabmenubar {
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .2);
        display: block;
        height: auto !important;
        opacity: 0;
        padding: 15px;
        position: absolute;
        right: 0;
        top: 100%;
        visibility: hidden;
        z-index: 999
    }

    #tabmenubar.show {
        margin-top: 0;
        opacity: 1;
        visibility: visible
    }

    #tabmenubar li a {
        text-align: left
    }

    .tab-style2 .nav-tabs li.nav-item a {
        padding: 5px 0
    }

    .icon_box_style1:before {
        content: normal
    }

    .banner_content_inner {
        padding: 30px
    }

    .product_search_form {
        background-color: #fff;
        bottom: -137px;
        display: none;
        left: 0;
        max-width: 100%;
        padding: 15px;
        position: absolute;
        right: 0;
        width: 100%;
        z-index: 9;
        margin-left: 0;
    }

    .product_search_form.show {
        display: block
    }

    .heading_tab_header .navbar-toggler {
        margin: 0
    }

    #navCatContent {
        bottom: 0;
        display: block;
        left: -280px;
        max-width: 270px;
        overflow-y: auto;
        position: fixed;
        top: 0;
        transition: all .3s ease-in-out
    }

    #navCatContent.show {
        left: 0
    }

    #navCatContent ul li .dropdown-menu {
        box-shadow: none;
        left: 0;
        min-width: auto;
        position: relative;
        top: auto
    }

    #navCatContent .mega-menu {
        padding: 0
    }

    .countdown_box .countdown {
        font-size: 34px
    }

    .product-thumbnail img {
        max-width: 100px
    }

    .deal_wrap {
        display: block;
        padding: 0 0 15px 0;
    }

    .deal_wrap .product_img {
        margin: 0 auto
    }

    .deal_content {
        padding: 10px 0 0
    }

    .newsletter_text:before {
        font-size: 50px
    }

    .newsletter_text {
        padding-left: 60px
    }

    .subscribe_popup .modal-dialog {
        max-width: 700px
    }

    .popup_content {
        padding: 30px
    }
}

@media only screen and (min-width:768px) {
    .blog_thumbs .blog_img {
        float: left;
        /* width: 40% */
    }

    /* .blog_thumbs .blog_content {
        overflow: hidden;
        padding: 0 0 0 20px
    } */
}

@media only screen and (max-width:767px) {

    .h1,
    h1 {
        font-size: 32px
    }

    .h2,
    h2 {
        font-size: 28px
    }

    .h3,
    h3 {
        font-size: 24px
    }

    .h4,
    h4 {
        font-size: 20px
    }

    .section {
        padding: 50px 0
    }

    .footer_top.small_pt,
    .section.small_pt {
        padding-top: 25px
    }

    .footer_top.small_pb,
    .section.small_pb {
        padding-bottom: 25px
    }

    .footer_top.pb_20,
    .pb_20,
    .section.pb_20 {
        padding-bottom: 0
    }

    .large_divider {
        height: 50px
    }

    .medium_divider {
        height: 25px
    }

    .small_divider {
        height: 10px
    }

    .banner_content h2 {
        font-size: 36px
    }

    .breadcrumb_section.page-title-mini {
        padding: 50px 0
    }

    .footer_top {
        padding: 50px 0 20px
    }

    .banner_section:not(.full_screen),
    .banner_section:not(.full_screen) .carousel-item {
        height: 500px;
        height: 400px
    }

    .banner_section.slide_medium,
    .banner_section.slide_medium .carousel-item {
        height: 300px
    }

    .error_txt {
        font-size: 130px
    }

    .shop_container.list .product_img {
        float: left;
        max-width: 280px;
        width: 100%;
    }

    .compare_box table {
        width: 900px
    }

    .row_title {
        width: 200px
    }

    .shop_cart_table td {
        display: block;
        text-align: right;
        width: 100%
    }

    .shop_cart_table thead {
        display: none
    }

    .shop_cart_table td:before {
        content: attr(data-title) " ";
        float: left;
        font-weight: 600;
        margin-right: 15px;
    }

    .shop_cart_table td.product-quantity:before {
        margin-top: 10px
    }

    .shop_cart_table td.product-name {
        text-align: right
    }

    .shop_cart_table td.product-thumbnail {
        text-align: start
    }

    .shop_cart_table .quantity {
        justify-content: flex-end
    }

    .blog_thumbs .blog_img {
        float: none;
        width: 100%
    }

    .single_post .blog_title {
        font-size: 24px
    }

    .author_img img {
        max-width: 80px
    }

    .nav-tabs li.nav-item a {
        font-size: 14px;
        padding: 5px 15px
    }

    footer .widget_title {
        margin-top: 0
    }

    .tab-content {
        margin-top: 20px
    }

    .banner_content_inner {
        padding: 0
    }

    .bottom_footer {
        padding: 15px 0
    }

    .testimonial_wrap {
        padding: 0
    }

    .testimonial_style1 .testimonial_desc {
        margin-bottom: 20px
    }

    .page-title {
        margin-bottom: 15px
    }

    .blog_thumbs .blog_content {
        padding: 30px 15px 10px;
    }

    .blog_thumbs .blog_meta {
        margin-bottom: 0;
    }

    .shop_container.list .product_info {
        padding: 15px
    }

    .mfp-ajax-holder .mfp-content .ajax_quick_view {
        max-width: 600px
    }

    .deal_wrap {
        padding: 0 0 15px 0;
    }

    .countdown_style4 .countdown_box .countdown-wrap {
        padding: 5px
    }

    .deal_wrap .countdown_time .cd_text {
        font-size: 12px
    }

    .newsletter_text {
        margin-bottom: 15px
    }

    .subscribe_popup .modal-dialog {
        max-width: 95%
    }

    .popup-text p {
        font-size: 14px;
        line-height: normal
    }

    .popup-text .heading_s1,
    .popup-text p {
        margin-bottom: 15px
    }

    .popup_content {
        padding: 25px
    }
}

@media only screen and (max-width:575px) {
    .header_wrap .navbar-collapse {
        left: -15px;
        right: -15px
    }

    .btn {
        font-size: 14px;
        padding: 10px 28px
    }

    .btn+.btn {
        margin-left: 5px
    }

    .btn-sm {
        padding: 6px 18px
    }

    .btn-xs {
        font-size: 12px;
        padding: 2px 14px
    }

    p {
        margin-bottom: 15px
    }

    .section {
        padding: 30px 0
    }

    .footer_top.small_pt,
    .section.small_pt {
        padding-top: 15px
    }

    .footer_top.small_pb,
    .section.small_pb {
        padding-bottom: 15px
    }

    .large_divider {
        height: 30px
    }

    .medium_divider {
        height: 15px
    }

    .small_divider {
        height: 5px
    }

    .breadcrumb_section {
        padding: 50px 0
    }

    .breadcrumb_section.page-title-mini {
        padding: 30px 0
    }

    .footer_top {
        padding: 30px 0 15px
    }

    .heading_s1 {
        margin-bottom: 5px
    }

    .banner_section.slide_medium,
    .banner_section.slide_medium .carousel-item {
        height: 250px
    }

    .banner_section:not(.full_screen),
    .banner_section:not(.full_screen) .carousel-item {
        height: 250px
    }

    .banner_content h2 {
        font-size: 28px
    }

    .leads {
        margin-bottom: 20px
    }

    .blog_post,
    .contact_style3,
    .heading_tab_header,
    .icon_box,
    .product_list .product,
    .product_list .product_wrap {
        margin-bottom: 15px
    }

    .pr_title {
        padding: 20px 15px
    }

    footer .widget_title {
        margin-bottom: 20px;
        margin-top: 0
    }

    footer .widget {
        margin-bottom: 20px
    }

    .error_txt {
        font-size: 100px;
        margin-bottom: 10px
    }

    .sidebar .widget+.widget {
        margin-top: 20px;
        padding-top: 20px
    }

    .widget_title {
        margin-bottom: 20px
    }

    .tab-content.shop_info_tab {
        margin-top: 20px
    }

    .blog_thumbs .blog_post {
        padding-bottom: 15px
    }

    .blog_post_footer {
        padding-bottom: 20px;
        padding-top: 5px
    }

    .content_title * {
        margin-bottom: 20px
    }

    .testimonial_wrap {
        padding: 0
    }

    .testimonial_wrap .testimonial_box:before {
        font-size: 40px;
        line-height: normal
    }

    .categories_btn {
        width: auto
    }

    .categories_btn span {
        display: none
    }

    .categories_btn i {
        margin-right: 0
    }

    .indicators_style1 {
        margin-bottom: 5px
    }

    .indicators_style1 li {
        height: 7px;
        margin: 6px;
        width: 7px
    }

    /* .nav_style3.owl-theme .owl-nav [class*=owl-] {
        top: -66px
    } */

    .custom_select select,
    .form-control,
    .form-control:focus {
        height: 44px
    }

    .product_header {
        display: block
    }

    .product_header_right {
        justify-content: space-between;
        margin-top: 15px
    }

    .newsletter_form2 input,
    .newsletter_form2 input:focus {
        height: 52px
    }

    .subscribe_popup .modal-dialog {
        max-width: 100%
    }
}

@media only screen and (max-width:480px) {
    body {
        font-size: 14px
    }

    p {
        line-height: 24px
    }

    .heading_s1 h1,
    .heading_s1 h2,
    .heading_s1 h3,
    .heading_s1 h4,
    .heading_s1 h5,
    .heading_s1 h6 {
        line-height: 30px
    }

    .h1,
    h1 {
        font-size: 24px
    }

    .h2,
    h2 {
        font-size: 22px
    }

    .h3,
    h3 {
        font-size: 20px
    }

    .h4,
    h4 {
        font-size: 18px
    }

    .h5,
    h5 {
        font-size: 16px
    }

    .h6,
    h6 {
        font-size: 15px
    }

    p {
        margin-bottom: 15px
    }

    .navbar .attr-nav li .nav-link i[class*=linearicons-],
    .navbar .navbar-nav.attr-nav li .nav-link.cart_trigger [class*=linearicons-] {
        font-size: 18px
    }

    .banner_content p {
        margin-bottom: 25px
    }

    .heading_s1 footer .widget_title,
    .leads {
        margin-bottom: 15px
    }

    .highlight_text {
        font-size: 16px
    }

    .product,
    .product_wrap {
        margin-bottom: 15px
    }

    .blog_title {
        margin-bottom: 10px
    }

    .contact_icon {
        margin-right: 15px
    }

    .contact_style3 {
        padding: 30px 20px
    }

    .contact_style3 .contact_icon {
        height: 70px;
        width: 70px
    }

    .contact_style3 .contact_icon i {
        line-height: 68px
    }

    .contact_icon i {
        font-size: 30px
    }

    .divider i {
        font-size: 26px;
        padding: 0 25px
    }

    .page-title-mini .page-title h1 {
        font-size: 24px
    }

    .countdown_box .countdown {
        font-size: 30px
    }

    .cart_extra {
        display: block
    }

    .pr_detail .rating_wrap {
        float: none;
        margin-bottom: 10px;
        margin-top: 0
    }

    .pr_detail .product_price {
        float: none
    }

    .mfp-ajax-holder .ajax_quick_view {
        padding: 30px 20px
    }

    .ajax_quick_view .social_icons li a {
        height: 30px;
        line-height: 30px;
        width: 30px
    }

    .ajax_quick_view .product_share>span {
        margin-right: 10px
    }

    .shop_container.list .product .rating_wrap,
    .shop_container.list .product_price {
        float: none
    }

    .shop_container.list .product .rating_wrap {
        margin-bottom: 5px
    }

    .shop_container.list .product .product_title {
        font-size: 16px;
        margin-bottom: 10px
    }

    .comment_img img {
        max-width: 50px
    }

    .comment_block {
        padding-left: 65px
    }

    .compare_box {
        padding: 0;
        width: 100%;
    }

    .single_post .blog_title {
        font-size: 20px;
        margin-bottom: 15px
    }

    .children {
        margin-left: 20px
    }

    .product_search_form select {
        overflow: hidden;
        padding: 8px 25px 8px 5px;
        width: 120px
    }

    .search_btn {
        font-size: 18px;
        padding: 0 10px
    }

    .categories_box a {
        padding: 25px 15px
    }

    .shop_container.list .pr_desc {
        max-height: 50px;
        min-height: 50px
    }

    .shop_container.list .pr_action_btn li.add-to-cart a {
        padding: 12px 20px
    }

    .mfp-ajax-holder .mfp-content .ajax_quick_view {
        padding: 30px 15px 15px
    }

    .cart_trigger .amount {
        display: none
    }

    .popup_content {
        padding: 40px 20px
    }

    .popup-text .heading_s1 {
        margin-bottom: 10px
    }

    .popup-text .heading_s1 * {
        line-height: normal
    }
}

@media only screen and (max-width:380px) {
    .btn {
        padding: 8px 24px
    }

    .btn-sm {
        padding: 4px 16px
    }

    .btn-xs {
        font-size: 12px;
        padding: 2px 14px
    }

    .navbar-brand img {
        max-width: 140px
    }

    .banner_content h2 {
        margin-bottom: 15px
    }

    .banner_content p {
        margin-bottom: 20px
    }

    .custom_select select,
    .form-control,
    .form-control:focus {
        height: 40px
    }

    .form-control {
        font-size: 14px
    }

    .error_txt {
        font-size: 80px
    }

    .login_footer a {
        font-size: 13px
    }

    .countdown_box .countdown {
        font-size: 26px
    }

    .shop_container.list .list_product_action_box .pr_action_btn li.add-to-cart a {
        font-size: 14px;
        padding: 10px 17px
    }

    .shop_container.list .list_product_action_box .pr_action_btn li a {
        height: 27px;
        width: 27px
    }

    .shop_container.list .pr_action_btn li a i {
        font-size: 16px;
        line-height: 27px
    }

    .contact_detail>li,
    .header_list>li {
        padding: 2px 10px 2px 0
    }

    .navbar-nav .dropdown-menu.cart_box.show {
        right: 0;
        width: 310px
    }

    .post_content {
        margin-top: 0
    }

    .contact_phone i {
        font-size: 20px;
        margin-right: 5px
    }

    .categories_btn {
        padding: 20px 10px
    }

    .product_search_form.rounded_input input {
        padding: 10px 15px
    }

    .newsletter_form2 input,
    .newsletter_form2 input:focus {
        height: 48px
    }
}

.middle_footer .shopping_info {
    border-bottom: none
}

.button-loading {
    /*border: 1px solid #c4cdd5;*/
    color: transparent !important;
    cursor: default;
    position: relative;
    text-shadow: none;
    transition: border-color .2s ease-out
}

.button-loading,
.button-loading:active,
.button-loading:focus,
.button-loading:hover {
    color: transparent
}

.button-loading:before {
    -webkit-animation: button-loading-spinner .7s linear infinite;
    animation: button-loading-spinner 1s linear infinite;
    border: 3px solid;
    border-color: #fff #fff transparent;
    border-radius: 50%;
    content: "";
    height: 18px;
    left: 50%;
    margin-left: -9px;
    margin-top: -9px;
    position: absolute;
    top: 50%;
    width: 18px
}

.button-loading.btn-fill-out {
    border: 1px solid var(--color-1st);
    color: transparent !important
}

.button-loading.btn-fill-out:before {
    background-color: transparent;
    border-color: var(--color-1st);
    border-bottom-color: transparent;
    width: 18px
}

.button-loading.btn-fill-out:after {
    display: none
}

.required:after {
    color: red;
    content: " *"
}

.newsletter-form .newsletter-message {
    border-left: 5px solid #eee;
    border-radius: 0;
    display: block;
    margin: 0 0 20px;
    padding: 15px 30px 15px 15px;
    width: 100%
}

.newsletter-form .newsletter-message.newsletter-success-message {
    background-color: #c0edf1;
    border-color: #58d0da;
    color: #000
}

.newsletter-form .newsletter-message.newsletter-error-message {
    background-color: #faeaa9;
    border-color: #f3cc31;
    color: #000
}

@-webkit-keyframes button-loading-spinner {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes button-loading-spinner {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

header #navCatContent ul li .dropdown-menu {
    min-width: 0 !important
}

.text.shadow.borderRadius {
    display: none !important
}

.rating_wrap .rating {
    font-family: Ionicons;
    vertical-align: top
}

.rating_wrap .rating:before {
    color: #d2d2d2;
    content: "";
    font-size: 16px
}

.product .rating_wrap .rating {
    height: 28px
}

.product_rate:before {
    content: "";
    font-size: 16px;
    font-weight: 400
}

.half-circle-spinner,
.half-circle-spinner * {
    box-sizing: border-box
}

.half-circle-spinner {
    border-radius: 100%;
    height: 60px;
    margin: 20px auto;
    position: relative;
    width: 60px
}

.half-circle-spinner .circle {
    border: 6px solid transparent;
    border-radius: 100%;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%
}

.half-circle-spinner .circle.circle-1 {
    -webkit-animation: half-circle-spinner-animation 1s infinite;
    animation: half-circle-spinner-animation 1s infinite;
    border-top-color: var(--color-1st)
}

.half-circle-spinner .circle.circle-2 {
    -webkit-animation: half-circle-spinner-animation 1s infinite alternate;
    animation: half-circle-spinner-animation 1s infinite alternate;
    border-bottom-color: var(--color-1st)
}

@-webkit-keyframes half-circle-spinner-animation {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes half-circle-spinner-animation {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

#navCatContent li a.nav-link {
    padding: .485rem 1rem
}

#navCatContent li a.nav-link:hover {
    background: #f5f4f2;
    padding: 0.485rem 1rem 0.485rem 1.5rem;
}

.product_list .product_wrap .pr_action_btn li {
    margin: 5px 0
}

.pr_action_btn li a.active {
    background-color: var(--color-1st);
    /*color: #fff;*/
}

.breadcrumb_section.page-title-mini {
    padding: 15px 0
}

.section {
    padding: 5rem 0;
}

.section .pagination {
    justify-content: center !important
}

.section .newsletter-form .newsletter-message {
    font-size: 85%;
    margin-top: 10px;
    padding: 0
}

.section .newsletter-form .newsletter-message.newsletter-error-message {
    background: transparent;
    border: none;
    color: #f3cc31
}

.section .newsletter-form .newsletter-message.newsletter-success-message {
    background: transparent;
    border: none;
    color: #58d0da
}

.section .label-success {
    color: #36c6d3
}

.section .label-info {
    color: #659be0
}

.section .label-warning {
    color: #f1c40f
}

.section .label-danger {
    color: #ed6b75
}

.star_rating>span {
    color: #444
}

.star_rating>span.selected {
    color: #f6bc3e
}

.section.product-blocks .product_action_box {
    display: none
}

.cart_buttons .btn-fill-line {
    color: #fff;
}

.product__attribute {
    align-items: center;
    display: flex;
    flex-flow: row nowrap
}

.product__attribute>* {
    flex-basis: 100%
}

.product__attribute label {
    margin-bottom: 0;
}

.product__attribute label.attribute-name {
    max-width: 60px;
    font-weight: 500;
    font-size: 17px;
    color: #2e2b2b;
}

.product__attribute .form-control {
    border: none
}

.product__color {
    padding-bottom: 10px
}

.product__color ol,
.product__color ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.product__color .color-swatch li {
    display: inline-block;
    margin-right: 5px;
    vertical-align: top
}

.product__color .color-swatch li:last-child {
    margin-right: 0
}

.product__color .color-swatch li span {
    margin-bottom: 0
}

.text-swatch li {
    display: inline-block;
    margin-right: 2px;
    height: 31px;
}

.text-swatch li label {
    margin-bottom: 0;
}

.text-swatch li input[type=checkbox],
.text-swatch li input[type=radio] {
    display: none
}

.text-swatch li input[type=checkbox]:checked~span,
.text-swatch li input[type=radio]:checked~span {
    border: 1px solid #910070
}

.text-swatch li input[type=checkbox]:checked~span:after,
.text-swatch li input[type=radio]:checked~span:after {
    bottom: -5px;
    color: #fff;
    content: "";
    font-family: Linearicons !important;
    font-size: 8px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    right: -8px;
    width: 16px
}

.text-swatch li input[type=checkbox]:checked~span:before,
.text-swatch li input[type=radio]:checked~span:before {
    border: 16px solid transparent;
    border-bottom: 16px solid #910070;
    bottom: -1px;
    content: "";
    position: absolute;
    right: -16px
}

.text-swatch li span {
    border: 1px solid #eee;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 4px 8px;
    position: relative;
    transition: .2s;
    font-size: 14px;
}

.widget__title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}

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

.widget--colors .color-swatch li {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 2px;
    vertical-align: top;
    height: 20px;
}

.custom-checkbox input[type=checkbox],
.custom-checkbox input[type=radio],
.custom-radio input[type=checkbox],
.custom-radio input[type=radio] {
    display: none
}

.custom-checkbox label,
.custom-radio label {
    display: block
}

.custom-checkbox span,
.custom-radio span {
    border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 20px;
    position: relative;
    width: 20px;
}

.custom-checkbox input[type=checkbox]:checked~span:before,
.custom-checkbox input[type=radio]:checked~span:before,
.custom-radio input[type=checkbox]:checked~span:before,
.custom-radio input[type=radio]:checked~span:before {
    border: 2px solid var(--color-1st);
    border-radius: 50%;
    bottom: -4px;
    content: "";
    display: block;
    left: -4px;
    position: absolute;
    right: -4px;
    top: -4px
}

.product_description .pr_switch_wrap .attribute-values li .custom-radio input[type=radio]:checked~span:before {
    border: 2px solid var(--site-theme-dark);
}

.custom-checkbox.disabled label,
.custom-radio.disabled label {
    position: relative
}

.custom-checkbox.disabled label:after,
.custom-checkbox.disabled label:before,
.custom-radio.disabled label:after,
.custom-radio.disabled label:before {
    background-color: var(--color-2nd);
    content: "";
    height: 90%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform-origin: 50% 50%;
    transition: all .4s ease;
    width: 1px;
    z-index: 20
}

.custom-checkbox.disabled label:before,
.custom-radio.disabled label:before {
    transform: translate(-50%, -50%) rotate(45deg)
}

.custom-checkbox.disabled label:after,
.custom-radio.disabled label:after {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.custom-checkbox.disabled span,
.custom-radio.disabled span {
    opacity: .9
}

.custom-checkbox.disabled input[type=checkbox]:checked~span:before,
.custom-checkbox.disabled input[type=radio]:checked~span:before,
.custom-radio.disabled input[type=checkbox]:checked~span:before,
.custom-radio.disabled input[type=radio]:checked~span:before {
    display: none
}

.widget-filter-item {
    margin-top: 15px;
    padding: 15px;
    background: #f5f5f5;
    border-radius: 5px;
}

body.show-admin-bar {
    position: inherit !important
}

body .scrollup {
    bottom: 15px;
}

body .choose-currency>span {
    color: #292b2c
}

body .choose-currency .active {
    color: var(--color-1st);
    font-weight: 700
}

body .product_color_switch span {
    cursor: default
}

body .product_color_switch span.active:before {
    display: none
}

#alert-container {
    position: fixed;
    right: 5px;
    top: 60px;
    z-index: 9999999
}

#alert-container .alert {
    box-shadow: 0 4px 10px 0 rgba(3, 3, 3, .1);
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    max-width: 450px !important;
    min-height: 45px !important;
    padding: 15px 40px 15px 60px;
    position: relative
}

#alert-container .alert.alert-success {
    background-color: #bff9d0;
    color: #299c77
}

#alert-container .alert .message-icon {
    fill: #299c77;
    stroke: #299c77;
    font-size: 20px;
    left: 5%;
    position: absolute;
    top: 20%
}

#alert-container .alert.alert-dismissible .close {
    font-size: 10px;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 20px
}

.bottom_header .navbar-brand {
    display: none !important;
    padding: 3px 0;
}

.header_wrap.nav-fixed .categories_wrap {
    display: none
}

.header_wrap.nav-fixed .bottom_header {
    margin-bottom: 0 !important
}

.show-admin-bar #alert-container {
    top: 140px
}

.show-admin-bar .header_wrap.nav-fixed {
    top: 40px
}

.bottom_header .navbar-brand img,
.dark_skin .logo_dark {
    max-height: 60px
}

.header_wrap.nav-fixed .bottom_header .navbar-brand {
    display: block !important;
    line-height: 44px
}

#navCatContent li a.nav-link {
    white-space: normal
}


@media only screen and (min-width:1280px) {
    .container {
        max-width: 1200px
    }
}

.order-tracking-wrapper p {
    margin-bottom: 10px
}

.tracking-form {
    background-color: #f7f7f7;
    margin: 15px auto 50px;
    max-width: 500px;
    padding: 30px
}

.customer-information-box {
    text-align: right
}

@media only screen and (max-width:967px) {
    .customer-information-box {
        text-align: left
    }
}

.comments .pagination li {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.pagination li a {
    cursor: pointer
}

.pagination li span {
    border: 2px solid #dee2e6;
    height: 40px;
    line-height: 36px;
    padding: 0;
    text-align: center;
    width: 40px;
    z-index: 1;
    border-radius: 5px;
}

.deal_wrap .countdown_time .cd_text {
    font-size: 10px
}

.cart_total.sub_total {
    font-size: .85rem;
    font-weight: 400;
    padding: 0 0;
}

.cart_total.sub_total:first-child {
    padding-top: 10px
}

.cart_total.sub_total strong {
    font-weight: 400
}

.avatar-view.mt-card-avatar {
    margin: 0 auto;
    width: 150px
}

.deal_content {
    padding: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
}

.deal_content:before {
    content: '';
    position: absolute;
    top: 60px;
    left: -14px;
    width: 160px;
    height: 40px;
    clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
    background: var(--site-theme-color);
    z-index: 1;
}

.deal_content:after {
    content: '';
    position: absolute;
    top: 52px;
    left: -14px;
    width: 42px;
    height: 59px;
    clip-path: polygon(0 15%, 35% 0, 35% 100%, 0 85%);
    background: #a9262a;
    z-index: -1;
}

.deal_content .product_price del {
    color: #f7f7f7;
}

.product__color .color-swatch li span {
    white-space: nowrap
}

.widget_categories li.active a {
    color: #282c3f;
}

.filter_price {
    max-width: calc(100% - 20px)
}

@media only screen and (max-width:575px) {

    .custom_select select,
    .form-control,
    .form-control:focus {
        height: 50px
    }
}

@media only screen and (max-width:767px) {
    .nav-fixed .middle-header {
        display: block !important;
        padding: 0
    }

    .nav-fixed .middle-header .contact_phone {
        display: none
    }

    .dark_skin .logo_dark {
        max-height: 50px;
        max-width: 140px
    }

    .contact_phone i {
        font-size: 20px
    }
}

.pagination_style1 {
    text-align: center;
    width: 100%
}

.section .pagination {
    display: inline-block;
    padding: 0 15px
}

.section .pagination li {
    display: inline-block;
    margin-bottom: 10px
}

.light_skin .navbar-nav .dropdown-menu .dropdown-menu,
.light_skin .navbar-nav .dropdown-menu .mega-menu .dropdown-menu {
    background-color: #303537
}

.cart_buttons a {
    margin-top: 10px
}

.product__attribute .attribute-swatch-item.pe-none {
    cursor: not-allowed !important
}

.product__attribute .attribute-swatch-item.pe-none>div {
    pointer-events: none !important
}

.product__attribute .color-swatch .attribute-swatch-item.pe-none span,
.product__attribute .text-swatch .attribute-swatch-item.pe-none span {
    color: gray;
    cursor: unset;
    opacity: .7
}

.product__attribute .color-swatch .attribute-swatch-item.pe-none span:after,
.product__attribute .color-swatch .attribute-swatch-item.pe-none span:before,
.product__attribute .text-swatch .attribute-swatch-item.pe-none span:after,
.product__attribute .text-swatch .attribute-swatch-item.pe-none span:before {
    border-top: 2px solid #ffffff;
    content: "";
    height: 0;
    left: 15%;
    position: absolute;
    top: 45%;
    width: 70%
}

.product__attribute .color-swatch .attribute-swatch-item.pe-none span:before,
.product__attribute .text-swatch .attribute-swatch-item.pe-none span:before {
    transform: rotate(45deg)
}

.product__attribute .color-swatch .attribute-swatch-item.pe-none span:after,
.product__attribute .text-swatch .attribute-swatch-item.pe-none span:after {
    transform: rotate(-45deg)
}

#pr_item_gallery .slick-prev,
#pr_item_gallery .slick-next {
    width: 40px;
    height: 40px;
    right: 50%;
    transform: translate(50%, -50%);
    border-radius: 5px;
}

#pr_item_gallery .slick-prev {
    top: 0;
}

#pr_item_gallery .slick-next {
    top: 100%;
}

#pr_item_gallery .slick-next:before,
#pr_item_gallery .slick-prev:before {
    transform: rotate(90deg);
}

#pr_item_gallery .slick-prev:hover,
#pr_item_gallery .slick-next:hover {
    background: var(--site-theme-color);
    color: var(--site-theme-light);
}

#pr_item_gallery .slick-list .slick-track .slick-slide.slick-active .item a.product_gallery_item.active, 
#pr_item_gallery .slick-list .slick-track .slick-slide.slick-active .item button.product_gallery_item.active {
    border: 1px solid var(--site-theme-color);
}

.add_compare.js-add-to-compare-button.button-loading,
.add_wishlist.button-loading {
    border: none;
    color: var(--color-1st) !important
}

.pr_action_btn li a.button-loading {
    color: var(--color-1st) !important
}

.blog-footer-title {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
}

.blog-footer-icon {
    display: flex;
    align-items: baseline;
}

.blog-footer-icon,
.blog-footer-icon i {
    font-size: 12px;
}

.recent-blog-img {
    display: flex;
}

.recent-blog-img img {
    object-fit: cover;
    margin-right: 10px;
    transition: 0.5s ease-in-out;
    width: 100%;
    max-width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #fff;
}

a.recent-blog:hover .recent-blog-img img {
    transform: scale(1.1);
}

.recent-blog-titles {
    width: calc(100% 370px - 60px);
}

.fw-7 {
    font-weight: 700;
}



@media only screen and (max-width:768px) {

    .navbar .navbar-nav.attr-nav li .nav-link.cart_trigger {
        padding: 13px 8px;
    }

    .pr_search_trigger {
        padding: 12px 10px;
    }
}

table {
    border: 1px solid #e5e7eb;
}


#carouselExampleControls .carousel-inner .carousel-item:nth-child(1) .banner_content a.btn {
    position: absolute;
    bottom: -120px;
    left: 35%;
}

.product_search_form .form-control {
    font-size: 0.875rem;
}

.middle-header .custom_select select {
    font-size: 15px;
}

.top-header .contact_detail li span,
.top-header .header_list li span {
    font-weight: 400;
    color: var(--site-theme-light);
}

.deal_wrap .product_title a {
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #fff;
    font-weight: 300;
    font-size: 22px;
}

.deal_wrap .rating_wrap {
    position: absolute;
    bottom: -204%;
    left: 55%;
    z-index: 2;
    background: #ffffff;
    padding: 1px 24px;
    border-radius: 5px;
    display: none;
}

.middle-header .navbar {
    width: 80%;
}

.middle-header .navbar .navbar-nav>li>.nav-link {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    position: relative;
}

.visibility-0 {
    visibility: hidden !important;
}

.bottom_header .navbar .navbar-nav>li>.nav-link {
    padding: 15px 22px;
    font-weight: 600;
    letter-spacing: 1px;
}

.bottom_header .navbar-brand {
    text-align: center;
}

.heading_s4 h2 {
    font-weight: 300 !important;
}

.heading_s2 h4 {
    font-weight: 300 !important;
    font-size: 18px;
}

p:empty {
    display: none !important;
}

.newsletter-bg {
    background: var(--site-theme-dark);
}

.main-product-page-img.product-image {
    /*display: flex;
    align-items: flex-start;*/
}

.main-product-page-img.product-image .product_gallery_item {
    /*min-width: 80px;
    margin-right: 8px;
    width: 80px;*/
}

.main-product-page-img.product-image .product_gallery_item .slick-track {
    /*display: flex;
    flex-direction: column;
    margin: 0;*/
}

.product-description-wrap {
    margin-top: 50px;
}

.product-description-wrap .tab-style3 {
    background: #fff;
    /*padding: 15px 20px;
    border: 1px solid #ddd;
    border-radius: 5px;*/
}

.product-description-wrap .tab-style3 p {
    margin-bottom: 0;
    color: #687188;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    line-height: 26px;
    margin-top: 10px;
    letter-spacing: -.01rem;
}

.product-description-wrap .tab-style3 .shop_info_tab #description ul {
    padding: 0;
    list-style: none;
    margin-top: 20px;
}
.product-description-wrap .tab-style3 .shop_info_tab #description ul li {
    margin-bottom: 0;
    color: #687188;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: -.01rem;
    border-top: 1px solid #ddd;
    padding: 10px 0 10px 30px;
    position: relative;
}
.product-description-wrap .tab-style3 .shop_info_tab #description ul li:before {
    content: "\f028";
    position: absolute;
    font-family: 'Line Awesome Free';
    left: 0;
    font-weight: 900;
    color: #000;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 50%;
    text-align: center;
    font-size: 22px;
    top: 14px;
}

.product-description-wrap .tab-style3 .shop_info_tab {
    padding: 0 0;
}

.product-description-wrap .tab-style3 p strong {
    color: #403c3c !important
}

.customer-reviews .product_tab_title {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #333;
    font-size: 16px;
}
.customer-reviews .block__content ul.comment_list.mt-4 {
    margin-top: 0.5rem !important;
}

.bottom_header .cart_list a {
    color: #fff !important;
}

.bottom_header .cart_box.dropdown-menu ul li:hover {
    background: #1d1f20 !important;
}

.bottom_header .cart_box.dropdown-menu ul li:hover a {
    color: #fff;
}

.bottom_header .cart_buttons a {
    color: #fff !important;
}

.main-product-page-img.product-image,
.main-product-page-img .product_img_box,
.main-product-page-img .product_img_box img {
    width: 100%;
}

.payment-checkout-btn {
    background-color: #910040 !important;
}

.cart_subtotal {
    background: #f9f9f9;
    padding: 15px 15px;
    border-radius: 10px;
    border: 1px solid #e7e7e7;
}

.body-fix-button {
    position: fixed;
    z-index: 999;
    top: 10px;
    right: -50px;
    transition: 0.5s all ease-in-out
}

.body-fix-button .navbar-nav .dropdown-menu {
    background-color: #ffffff;
}

.body-fix-button .cart_quantity {
    color: #333333;
    font-size: 14px;
    margin-top: 0;
}

.body-fix-button .cart_footer p {
    color: #333333;
}

.body-fix-button .cart_dropdown {
    background: var(--site-theme-color);
    border-radius: 5px;
    width: 45px;
    height: 45px;
    line-height: 32px;
    padding: 1px 6px 1px 8px;
}

.body-fix-button .cart_dropdown a.cart_trigger {
    padding: 10px 0 !important;
}

.body-fix-button .navbar-nav.attr-nav li .nav-link i {
    font-size: 24px;
    color: #fff;
}

.body-fix-button .navbar-nav .cart_count {
    background-color: #ffffff;
    color: #000;
}

.sale-banner {
    border-radius: 0px;
    overflow: hidden;
}

.view_all a {
    font-weight: 500;
}

.bg_redon .heading_s1 h2 {
    margin-bottom: 20px;
}

.sidebar .widget_title {
    margin-bottom: 10px;
}

.pr_switch_wrap {
    margin-bottom: 0;
}

.pr_switch_wrap .form-group {
    margin-bottom: 5px;
}

.cart_extra .cart-product-quantity {
    margin-bottom: 15px;
}

.cart_extra .cart_btn {
    margin: 10px 0 5px 0;
}

.cart_extra .cart_btn .btn {
    padding: 5px 10px;
    border-radius: 5px;
}

.cart_dropdown:hover>.dropdown-menu p {
    margin: 0 0;
}

.product-description-wrap .tab-style3 .shop_info_tab table {
    width: 100%;
}

.product_sort_info ul {
    margin: 15px 0 0 0;
    list-style: none;
}

.product_sort_info ul li {
    color: #414141;
    margin: 10px 0 0 0;
}

.product_sort_info ul li i {
    color: #910070;
}

.products-cat .pl-sec {
    width: 20%;
    padding: 0;
}

.products-cat .pr-sec {
    width: 80%;
    padding: 0 15px 0 20px;
}

.products-cat .sidebar .widget {
    padding: 15px;
    background: #f5f5f5;
    border-radius: 5px;
}

.products-cat .sidebar .widget2 {
    margin-top: 15px;
}

.product-blocks .product_list .product_wrap .pr_flash {
    bottom: auto;
    top: 10px;
}

.product-blocks .product_wrap {
    background-color: #f3f3f3;
    border: 1px solid #ededed;
}

p:empty {
    display: none;
}

.btn-apply-coupon-code {
    background: #333;
    color: #fff;
    padding: 8px 25px;
    border: 1px solid #333;
}

.btn-apply-coupon-code:hover {
    background: #333;
    color: #fff;
}

.ccode {
    padding: 10px 15px;
    border: 1px solid #333;
    border-radius: .2rem;
    font-size: 15px;
    display: inline-block;
}

.ccode a {
    background: #dc3545 !important;
    color: #fff;
    font-size: 5px;
    padding: 5px;
    width: 17px;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    margin-left: 5px;
    position: relative;
    top: -3px;
}

header .husername {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 80px;
    display: inline-block;
}


.form--shopping-cart .btn.btn-line-fill {
    height: 45px;
}

.filter-btn {
    position: fixed;
    z-index: 999;
    right: 15px;
    bottom: 65px;
    display: none;
}

.filter-btn a {
    background: var(--site-theme-color);
    display: inline-block;
    padding: 0 5px;
    color: #fff;
    width: 40px;
    text-align: center;
    border-radius: 5px;
    font-size: 26px;
    line-height: 40px;
}

.filter-btn a i {
    position: relative;
    top: 3px;
}

.filters-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 5px 10px 10px;
    background: #f5f5f5;
    position: fixed;
    width: 240px;
    margin-top: -50px;
    z-index: 999;
    display: none;
    border-radius: 5px;
}

.filters-head h3 {
    font-size: 20px;
    margin: 0;
}

.filters-head .close-filter {
    padding: 3px 5px;
    height: 26px;
}

.dashboard_content .card-header h3 {
    font-size: 24px;
    margin-top: 6px;
}

.item .cl_logo {
    position: relative;
}

.item .cl_logo::after {
    content: attr(data_alt);
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 9;
    background: var(--site-theme-light);
    width: 100%;
    height: 15%;
    text-align: center;
    color: var(--site-theme-dark);
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 5px 0 0 0;
    font-weight: 500;
}

.footer_payment li img {
    border-radius: 5px;
}

.flex-item-mob {
    display: flex;
}

.flex-item-mob td.product-thumbnail {
    width: 120px;
}

.flex-item-mob td.product-name {
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: baseline;
}

/* LINE ICONS SECTION * -------------------------- */

.la,
.las,
.lar,
.lal,
.lad,
.lab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.la-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.la-xs {
  font-size: .75em; }

.la-sm {
  font-size: .875em; }

.la-1x {
  font-size: 1em; }

.la-2x {
  font-size: 2em; }

.la-3x {
  font-size: 3em; }

.la-4x {
  font-size: 4em; }

.la-5x {
  font-size: 5em; }

.la-6x {
  font-size: 6em; }

.la-7x {
  font-size: 7em; }

.la-8x {
  font-size: 8em; }

.la-9x {
  font-size: 9em; }

.la-10x {
  font-size: 10em; }

.la-fw {
  text-align: center;
  width: 1.25em; }

.la-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .la-ul > li {
    position: relative; }

.la-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.la-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.la-pull-left {
  float: left; }

.la-pull-right {
  float: right; }

.la.la-pull-left,
.las.la-pull-left,
.lar.la-pull-left,
.lal.la-pull-left,
.lab.la-pull-left {
  margin-right: .3em; }

.la.la-pull-right,
.las.la-pull-right,
.lar.la-pull-right,
.lal.la-pull-right,
.lab.la-pull-right {
  margin-left: .3em; }

.la-spin {
  -webkit-animation: la-spin 2s infinite linear;
          animation: la-spin 2s infinite linear; }

.la-pulse {
  -webkit-animation: la-spin 1s infinite steps(8);
          animation: la-spin 1s infinite steps(8); }

@-webkit-keyframes la-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes la-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.la-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.la-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.la-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.la-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.la-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.la-flip-both, .la-flip-horizontal.la-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }

:root .la-rotate-90,
:root .la-rotate-180,
:root .la-rotate-270,
:root .la-flip-horizontal,
:root .la-flip-vertical,
:root .la-flip-both {
  -webkit-filter: none;
          filter: none; }

.la-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.la-stack-1x,
.la-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.la-stack-1x {
  line-height: inherit; }

.la-stack-2x {
  font-size: 2em; }

.la-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.la-500px:before {
  content: "\f26e"; }

.la-accessible-icon:before {
  content: "\f368"; }

.la-accusoft:before {
  content: "\f369"; }

.la-acquisitions-incorporated:before {
  content: "\f6af"; }

.la-ad:before {
  content: "\f641"; }

.la-address-book:before {
  content: "\f2b9"; }

.la-address-card:before {
  content: "\f2bb"; }

.la-adjust:before {
  content: "\f042"; }

.la-adn:before {
  content: "\f170"; }

.la-adobe:before {
  content: "\f778"; }

.la-adversal:before {
  content: "\f36a"; }

.la-affiliatetheme:before {
  content: "\f36b"; }

.la-air-freshener:before {
  content: "\f5d0"; }

.la-airbnb:before {
  content: "\f834"; }

.la-algolia:before {
  content: "\f36c"; }

.la-align-center:before {
  content: "\f037"; }

.la-align-justify:before {
  content: "\f039"; }

.la-align-left:before {
  content: "\f036"; }

.la-align-right:before {
  content: "\f038"; }

.la-alipay:before {
  content: "\f642"; }

.la-allergies:before {
  content: "\f461"; }

.la-amazon:before {
  content: "\f270"; }

.la-amazon-pay:before {
  content: "\f42c"; }

.la-ambulance:before {
  content: "\f0f9"; }

.la-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.la-amilia:before {
  content: "\f36d"; }

.la-anchor:before {
  content: "\f13d"; }

.la-android:before {
  content: "\f17b"; }

.la-angellist:before {
  content: "\f209"; }

.la-angle-double-down:before {
  content: "\f103"; }

.la-angle-double-left:before {
  content: "\f100"; }

.la-angle-double-right:before {
  content: "\f101"; }

.la-angle-double-up:before {
  content: "\f102"; }

.la-angle-down:before {
  content: "\f107"; }

.la-angle-left:before {
  content: "\f104"; }

.la-angle-right:before {
  content: "\f105"; }

.la-angle-up:before {
  content: "\f106"; }

.la-angry:before {
  content: "\f556"; }

.la-angrycreative:before {
  content: "\f36e"; }

.la-angular:before {
  content: "\f420"; }

.la-ankh:before {
  content: "\f644"; }

.la-app-store:before {
  content: "\f36f"; }

.la-app-store-ios:before {
  content: "\f370"; }

.la-apper:before {
  content: "\f371"; }

.la-apple:before {
  content: "\f179"; }

.la-apple-alt:before {
  content: "\f5d1"; }

.la-apple-pay:before {
  content: "\f415"; }

.la-archive:before {
  content: "\f187"; }

.la-archway:before {
  content: "\f557"; }

.la-arrow-alt-circle-down:before {
  content: "\f358"; }

.la-arrow-alt-circle-left:before {
  content: "\f359"; }

.la-arrow-alt-circle-right:before {
  content: "\f35a"; }

.la-arrow-alt-circle-up:before {
  content: "\f35b"; }

.la-arrow-circle-down:before {
  content: "\f0ab"; }

.la-arrow-circle-left:before {
  content: "\f0a8"; }

.la-arrow-circle-right:before {
  content: "\f0a9"; }

.la-arrow-circle-up:before {
  content: "\f0aa"; }

.la-arrow-down:before {
  content: "\f063"; }

.la-arrow-left:before {
  content: "\f060"; }

.la-arrow-right:before {
  content: "\f061"; }

.la-arrow-up:before {
  content: "\f062"; }

.la-arrows-alt:before {
  content: "\f0b2"; }

.la-arrows-alt-h:before {
  content: "\f337"; }

.la-arrows-alt-v:before {
  content: "\f338"; }

.la-artstation:before {
  content: "\f77a"; }

.la-assistive-listening-systems:before {
  content: "\f2a2"; }

.la-asterisk:before {
  content: "\f069"; }

.la-asymmetrik:before {
  content: "\f372"; }

.la-at:before {
  content: "\f1fa"; }

.la-atlas:before {
  content: "\f558"; }

.la-atlassian:before {
  content: "\f77b"; }

.la-atom:before {
  content: "\f5d2"; }

.la-audible:before {
  content: "\f373"; }

.la-audio-description:before {
  content: "\f29e"; }

.la-autoprefixer:before {
  content: "\f41c"; }

.la-avianex:before {
  content: "\f374"; }

.la-aviato:before {
  content: "\f421"; }

.la-award:before {
  content: "\f559"; }

.la-aws:before {
  content: "\f375"; }

.la-baby:before {
  content: "\f77c"; }

.la-baby-carriage:before {
  content: "\f77d"; }

.la-backspace:before {
  content: "\f55a"; }

.la-backward:before {
  content: "\f04a"; }

.la-bacon:before {
  content: "\f7e5"; }

.la-balance-scale:before {
  content: "\f24e"; }

.la-balance-scale-left:before {
  content: "\f515"; }

.la-balance-scale-right:before {
  content: "\f516"; }

.la-ban:before {
  content: "\f05e"; }

.la-band-aid:before {
  content: "\f462"; }

.la-bandcamp:before {
  content: "\f2d5"; }

.la-barcode:before {
  content: "\f02a"; }

.la-bars:before {
  content: "\f0c9"; }

.la-baseball-ball:before {
  content: "\f433"; }

.la-basketball-ball:before {
  content: "\f434"; }

.la-bath:before {
  content: "\f2cd"; }

.la-battery-empty:before {
  content: "\f244"; }

.la-battery-full:before {
  content: "\f240"; }

.la-battery-half:before {
  content: "\f242"; }

.la-battery-quarter:before {
  content: "\f243"; }

.la-battery-three-quarters:before {
  content: "\f241"; }

.la-battle-net:before {
  content: "\f835"; }

.la-bed:before {
  content: "\f236"; }

.la-beer:before {
  content: "\f0fc"; }

.la-behance:before {
  content: "\f1b4"; }

.la-behance-square:before {
  content: "\f1b5"; }

.la-bell:before {
  content: "\f0f3"; }

.la-bell-slash:before {
  content: "\f1f6"; }

.la-bezier-curve:before {
  content: "\f55b"; }

.la-bible:before {
  content: "\f647"; }

.la-bicycle:before {
  content: "\f206"; }

.la-biking:before {
  content: "\f84a"; }

.la-bimobject:before {
  content: "\f378"; }

.la-binoculars:before {
  content: "\f1e5"; }

.la-biohazard:before {
  content: "\f780"; }

.la-birthday-cake:before {
  content: "\f1fd"; }

.la-bitbucket:before {
  content: "\f171"; }

.la-bitcoin:before {
  content: "\f379"; }

.la-bity:before {
  content: "\f37a"; }

.la-black-tie:before {
  content: "\f27e"; }

.la-blackberry:before {
  content: "\f37b"; }

.la-blender:before {
  content: "\f517"; }

.la-blender-phone:before {
  content: "\f6b6"; }

.la-blind:before {
  content: "\f29d"; }

.la-blog:before {
  content: "\f781"; }

.la-blogger:before {
  content: "\f37c"; }

.la-blogger-b:before {
  content: "\f37d"; }

.la-bluetooth:before {
  content: "\f293"; }

.la-bluetooth-b:before {
  content: "\f294"; }

.la-bold:before {
  content: "\f032"; }

.la-bolt:before {
  content: "\f0e7"; }

.la-bomb:before {
  content: "\f1e2"; }

.la-bone:before {
  content: "\f5d7"; }

.la-bong:before {
  content: "\f55c"; }

.la-book:before {
  content: "\f02d"; }

.la-book-dead:before {
  content: "\f6b7"; }

.la-book-medical:before {
  content: "\f7e6"; }

.la-book-open:before {
  content: "\f518"; }

.la-book-reader:before {
  content: "\f5da"; }

.la-bookmark:before {
  content: "\f02e"; }

.la-bootstrap:before {
  content: "\f836"; }

.la-border-all:before {
  content: "\f84c"; }

.la-border-none:before {
  content: "\f850"; }

.la-border-style:before {
  content: "\f853"; }

.la-bowling-ball:before {
  content: "\f436"; }

.la-box:before {
  content: "\f466"; }

.la-box-open:before {
  content: "\f49e"; }

.la-boxes:before {
  content: "\f468"; }

.la-braille:before {
  content: "\f2a1"; }

.la-brain:before {
  content: "\f5dc"; }

.la-bread-slice:before {
  content: "\f7ec"; }

.la-briefcase:before {
  content: "\f0b1"; }

.la-briefcase-medical:before {
  content: "\f469"; }

.la-broadcast-tower:before {
  content: "\f519"; }

.la-broom:before {
  content: "\f51a"; }

.la-brush:before {
  content: "\f55d"; }

.la-btc:before {
  content: "\f15a"; }

.la-buffer:before {
  content: "\f837"; }

.la-bug:before {
  content: "\f188"; }

.la-building:before {
  content: "\f1ad"; }

.la-bullhorn:before {
  content: "\f0a1"; }

.la-bullseye:before {
  content: "\f140"; }

.la-burn:before {
  content: "\f46a"; }

.la-buromobelexperte:before {
  content: "\f37f"; }

.la-bus:before {
  content: "\f207"; }

.la-bus-alt:before {
  content: "\f55e"; }

.la-business-time:before {
  content: "\f64a"; }

.la-buy-n-large:before {
  content: "\f8a6"; }

.la-buysellads:before {
  content: "\f20d"; }

.la-calculator:before {
  content: "\f1ec"; }

.la-calendar:before {
  content: "\f133"; }

.la-calendar-alt:before {
  content: "\f073"; }

.la-calendar-check:before {
  content: "\f274"; }

.la-calendar-day:before {
  content: "\f783"; }

.la-calendar-minus:before {
  content: "\f272"; }

.la-calendar-plus:before {
  content: "\f271"; }

.la-calendar-times:before {
  content: "\f273"; }

.la-calendar-week:before {
  content: "\f784"; }

.la-camera:before {
  content: "\f030"; }

.la-camera-retro:before {
  content: "\f083"; }

.la-campground:before {
  content: "\f6bb"; }

.la-canadian-maple-leaf:before {
  content: "\f785"; }

.la-candy-cane:before {
  content: "\f786"; }

.la-cannabis:before {
  content: "\f55f"; }

.la-capsules:before {
  content: "\f46b"; }

.la-car:before {
  content: "\f1b9"; }

.la-car-alt:before {
  content: "\f5de"; }

.la-car-battery:before {
  content: "\f5df"; }

.la-car-crash:before {
  content: "\f5e1"; }

.la-car-side:before {
  content: "\f5e4"; }

.la-caret-down:before {
  content: "\f0d7"; }

.la-caret-left:before {
  content: "\f0d9"; }

.la-caret-right:before {
  content: "\f0da"; }

.la-caret-square-down:before {
  content: "\f150"; }

.la-caret-square-left:before {
  content: "\f191"; }

.la-caret-square-right:before {
  content: "\f152"; }

.la-caret-square-up:before {
  content: "\f151"; }

.la-caret-up:before {
  content: "\f0d8"; }

.la-carrot:before {
  content: "\f787"; }

.la-cart-arrow-down:before {
  content: "\f218"; }

.la-cart-plus:before {
  content: "\f217"; }

.la-cash-register:before {
  content: "\f788"; }

.la-cat:before {
  content: "\f6be"; }

.la-cc-amazon-pay:before {
  content: "\f42d"; }

.la-cc-amex:before {
  content: "\f1f3"; }

.la-cc-apple-pay:before {
  content: "\f416"; }

.la-cc-diners-club:before {
  content: "\f24c"; }

.la-cc-discover:before {
  content: "\f1f2"; }

.la-cc-jcb:before {
  content: "\f24b"; }

.la-cc-mastercard:before {
  content: "\f1f1"; }

.la-cc-paypal:before {
  content: "\f1f4"; }

.la-cc-stripe:before {
  content: "\f1f5"; }

.la-cc-visa:before {
  content: "\f1f0"; }

.la-centercode:before {
  content: "\f380"; }

.la-centos:before {
  content: "\f789"; }

.la-certificate:before {
  content: "\f0a3"; }

.la-chair:before {
  content: "\f6c0"; }

.la-chalkboard:before {
  content: "\f51b"; }

.la-chalkboard-teacher:before {
  content: "\f51c"; }

.la-charging-station:before {
  content: "\f5e7"; }

.la-chart-area:before {
  content: "\f1fe"; }

.la-chart-bar:before {
  content: "\f080"; }

.la-chart-line:before {
  content: "\f201"; }

.la-chart-pie:before {
  content: "\f200"; }

.la-check:before {
  content: "\f00c"; }

.la-check-circle:before {
  content: "\f058"; }

.la-check-double:before {
  content: "\f560"; }

.la-check-square:before {
  content: "\f14a"; }

.la-cheese:before {
  content: "\f7ef"; }

.la-chess:before {
  content: "\f439"; }

.la-chess-bishop:before {
  content: "\f43a"; }

.la-chess-board:before {
  content: "\f43c"; }

.la-chess-king:before {
  content: "\f43f"; }

.la-chess-knight:before {
  content: "\f441"; }

.la-chess-pawn:before {
  content: "\f443"; }

.la-chess-queen:before {
  content: "\f445"; }

.la-chess-rook:before {
  content: "\f447"; }

.la-chevron-circle-down:before {
  content: "\f13a"; }

.la-chevron-circle-left:before {
  content: "\f137"; }

.la-chevron-circle-right:before {
  content: "\f138"; }

.la-chevron-circle-up:before {
  content: "\f139"; }

.la-chevron-down:before {
  content: "\f078"; }

.la-chevron-left:before {
  content: "\f053"; }

.la-chevron-right:before {
  content: "\f054"; }

.la-chevron-up:before {
  content: "\f077"; }

.la-child:before {
  content: "\f1ae"; }

.la-chrome:before {
  content: "\f268"; }

.la-chromecast:before {
  content: "\f838"; }

.la-church:before {
  content: "\f51d"; }

.la-circle:before {
  content: "\f111"; }

.la-circle-notch:before {
  content: "\f1ce"; }

.la-city:before {
  content: "\f64f"; }

.la-clinic-medical:before {
  content: "\f7f2"; }

.la-clipboard:before {
  content: "\f328"; }

.la-clipboard-check:before {
  content: "\f46c"; }

.la-clipboard-list:before {
  content: "\f46d"; }

.la-clock:before {
  content: "\f017"; }

.la-clone:before {
  content: "\f24d"; }

.la-closed-captioning:before {
  content: "\f20a"; }

.la-cloud:before {
  content: "\f0c2"; }

.la-cloud-download-alt:before {
  content: "\f381"; }

.la-cloud-meatball:before {
  content: "\f73b"; }

.la-cloud-moon:before {
  content: "\f6c3"; }

.la-cloud-moon-rain:before {
  content: "\f73c"; }

.la-cloud-rain:before {
  content: "\f73d"; }

.la-cloud-showers-heavy:before {
  content: "\f740"; }

.la-cloud-sun:before {
  content: "\f6c4"; }

.la-cloud-sun-rain:before {
  content: "\f743"; }

.la-cloud-upload-alt:before {
  content: "\f382"; }

.la-cloudscale:before {
  content: "\f383"; }

.la-cloudsmith:before {
  content: "\f384"; }

.la-cloudversify:before {
  content: "\f385"; }

.la-cocktail:before {
  content: "\f561"; }

.la-code:before {
  content: "\f121"; }

.la-code-branch:before {
  content: "\f126"; }

.la-codepen:before {
  content: "\f1cb"; }

.la-codiepie:before {
  content: "\f284"; }

.la-coffee:before {
  content: "\f0f4"; }

.la-cog:before {
  content: "\f013"; }

.la-cogs:before {
  content: "\f085"; }

.la-coins:before {
  content: "\f51e"; }

.la-columns:before {
  content: "\f0db"; }

.la-comment:before {
  content: "\f075"; }

.la-comment-alt:before {
  content: "\f27a"; }

.la-comment-dollar:before {
  content: "\f651"; }

.la-comment-dots:before {
  content: "\f4ad"; }

.la-comment-medical:before {
  content: "\f7f5"; }

.la-comment-slash:before {
  content: "\f4b3"; }

.la-comments:before {
  content: "\f086"; }

.la-comments-dollar:before {
  content: "\f653"; }

.la-compact-disc:before {
  content: "\f51f"; }

.la-compass:before {
  content: "\f14e"; }

.la-compress:before {
  content: "\f066"; }

.la-compress-arrows-alt:before {
  content: "\f78c"; }

.la-concierge-bell:before {
  content: "\f562"; }

.la-confluence:before {
  content: "\f78d"; }

.la-connectdevelop:before {
  content: "\f20e"; }

.la-contao:before {
  content: "\f26d"; }

.la-cookie:before {
  content: "\f563"; }

.la-cookie-bite:before {
  content: "\f564"; }

.la-copy:before {
  content: "\f0c5"; }

.la-copyright:before {
  content: "\f1f9"; }

.la-cotton-bureau:before {
  content: "\f89e"; }

.la-couch:before {
  content: "\f4b8"; }

.la-cpanel:before {
  content: "\f388"; }

.la-creative-commons:before {
  content: "\f25e"; }

.la-creative-commons-by:before {
  content: "\f4e7"; }

.la-creative-commons-nc:before {
  content: "\f4e8"; }

.la-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.la-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.la-creative-commons-nd:before {
  content: "\f4eb"; }

.la-creative-commons-pd:before {
  content: "\f4ec"; }

.la-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.la-creative-commons-remix:before {
  content: "\f4ee"; }

.la-creative-commons-sa:before {
  content: "\f4ef"; }

.la-creative-commons-sampling:before {
  content: "\f4f0"; }

.la-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.la-creative-commons-share:before {
  content: "\f4f2"; }

.la-creative-commons-zero:before {
  content: "\f4f3"; }

.la-credit-card:before {
  content: "\f09d"; }

.la-critical-role:before {
  content: "\f6c9"; }

.la-crop:before {
  content: "\f125"; }

.la-crop-alt:before {
  content: "\f565"; }

.la-cross:before {
  content: "\f654"; }

.la-crosshairs:before {
  content: "\f05b"; }

.la-crow:before {
  content: "\f520"; }

.la-crown:before {
  content: "\f521"; }

.la-crutch:before {
  content: "\f7f7"; }

.la-css3:before {
  content: "\f13c"; }

.la-css3-alt:before {
  content: "\f38b"; }

.la-cube:before {
  content: "\f1b2"; }

.la-cubes:before {
  content: "\f1b3"; }

.la-cut:before {
  content: "\f0c4"; }

.la-cuttlefish:before {
  content: "\f38c"; }

.la-d-and-d:before {
  content: "\f38d"; }

.la-d-and-d-beyond:before {
  content: "\f6ca"; }

.la-dashcube:before {
  content: "\f210"; }

.la-database:before {
  content: "\f1c0"; }

.la-deaf:before {
  content: "\f2a4"; }

.la-delicious:before {
  content: "\f1a5"; }

.la-democrat:before {
  content: "\f747"; }

.la-deploydog:before {
  content: "\f38e"; }

.la-deskpro:before {
  content: "\f38f"; }

.la-desktop:before {
  content: "\f108"; }

.la-dev:before {
  content: "\f6cc"; }

.la-deviantart:before {
  content: "\f1bd"; }

.la-dharmachakra:before {
  content: "\f655"; }

.la-dhl:before {
  content: "\f790"; }

.la-diagnoses:before {
  content: "\f470"; }

.la-diaspora:before {
  content: "\f791"; }

.la-dice:before {
  content: "\f522"; }

.la-dice-d20:before {
  content: "\f6cf"; }

.la-dice-d6:before {
  content: "\f6d1"; }

.la-dice-five:before {
  content: "\f523"; }

.la-dice-four:before {
  content: "\f524"; }

.la-dice-one:before {
  content: "\f525"; }

.la-dice-six:before {
  content: "\f526"; }

.la-dice-three:before {
  content: "\f527"; }

.la-dice-two:before {
  content: "\f528"; }

.la-digg:before {
  content: "\f1a6"; }

.la-digital-ocean:before {
  content: "\f391"; }

.la-digital-tachograph:before {
  content: "\f566"; }

.la-directions:before {
  content: "\f5eb"; }

.la-discord:before {
  content: "\f392"; }

.la-discourse:before {
  content: "\f393"; }

.la-divide:before {
  content: "\f529"; }

.la-dizzy:before {
  content: "\f567"; }

.la-dna:before {
  content: "\f471"; }

.la-dochub:before {
  content: "\f394"; }

.la-docker:before {
  content: "\f395"; }

.la-dog:before {
  content: "\f6d3"; }

.la-dollar-sign:before {
  content: "\f155"; }

.la-dolly:before {
  content: "\f472"; }

.la-dolly-flatbed:before {
  content: "\f474"; }

.la-donate:before {
  content: "\f4b9"; }

.la-door-closed:before {
  content: "\f52a"; }

.la-door-open:before {
  content: "\f52b"; }

.la-dot-circle:before {
  content: "\f192"; }

.la-dove:before {
  content: "\f4ba"; }

.la-download:before {
  content: "\f019"; }

.la-draft2digital:before {
  content: "\f396"; }

.la-drafting-compass:before {
  content: "\f568"; }

.la-dragon:before {
  content: "\f6d5"; }

.la-draw-polygon:before {
  content: "\f5ee"; }

.la-dribbble:before {
  content: "\f17d"; }

.la-dribbble-square:before {
  content: "\f397"; }

.la-dropbox:before {
  content: "\f16b"; }

.la-drum:before {
  content: "\f569"; }

.la-drum-steelpan:before {
  content: "\f56a"; }

.la-drumstick-bite:before {
  content: "\f6d7"; }

.la-drupal:before {
  content: "\f1a9"; }

.la-dumbbell:before {
  content: "\f44b"; }

.la-dumpster:before {
  content: "\f793"; }

.la-dumpster-fire:before {
  content: "\f794"; }

.la-dungeon:before {
  content: "\f6d9"; }

.la-dyalog:before {
  content: "\f399"; }

.la-earlybirds:before {
  content: "\f39a"; }

.la-ebay:before {
  content: "\f4f4"; }

.la-edge:before {
  content: "\f282"; }

.la-edit:before {
  content: "\f044"; }

.la-egg:before {
  content: "\f7fb"; }

.la-eject:before {
  content: "\f052"; }

.la-elementor:before {
  content: "\f430"; }

.la-ellipsis-h:before {
  content: "\f141"; }

.la-ellipsis-v:before {
  content: "\f142"; }

.la-ello:before {
  content: "\f5f1"; }

.la-ember:before {
  content: "\f423"; }

.la-empire:before {
  content: "\f1d1"; }

.la-envelope:before {
  content: "\f0e0"; }

.la-envelope-open:before {
  content: "\f2b6"; }

.la-envelope-open-text:before {
  content: "\f658"; }

.la-envelope-square:before {
  content: "\f199"; }

.la-envira:before {
  content: "\f299"; }

.la-equals:before {
  content: "\f52c"; }

.la-eraser:before {
  content: "\f12d"; }

.la-erlang:before {
  content: "\f39d"; }

.la-ethereum:before {
  content: "\f42e"; }

.la-ethernet:before {
  content: "\f796"; }

.la-etsy:before {
  content: "\f2d7"; }

.la-euro-sign:before {
  content: "\f153"; }

.la-evernote:before {
  content: "\f839"; }

.la-exchange-alt:before {
  content: "\f362"; }

.la-exclamation:before {
  content: "\f12a"; }

.la-exclamation-circle:before {
  content: "\f06a"; }

.la-exclamation-triangle:before {
  content: "\f071"; }

.la-expand:before {
  content: "\f065"; }

.la-expand-arrows-alt:before {
  content: "\f31e"; }

.la-expeditedssl:before {
  content: "\f23e"; }

.la-external-link-alt:before {
  content: "\f35d"; }

.la-external-link-square-alt:before {
  content: "\f360"; }

.la-eye:before {
  content: "\f06e"; }

.la-eye-dropper:before {
  content: "\f1fb"; }

.la-eye-slash:before {
  content: "\f070"; }

.la-facebook:before {
  content: "\f09a"; }

.la-facebook-f:before {
  content: "\f39e"; }

.la-facebook-messenger:before {
  content: "\f39f"; }

.la-facebook-square:before {
  content: "\f082"; }

.la-fan:before {
  content: "\f863"; }

.la-fantasy-flight-games:before {
  content: "\f6dc"; }

.la-fast-backward:before {
  content: "\f049"; }

.la-fast-forward:before {
  content: "\f050"; }

.la-fax:before {
  content: "\f1ac"; }

.la-feather:before {
  content: "\f52d"; }

.la-feather-alt:before {
  content: "\f56b"; }

.la-fedex:before {
  content: "\f797"; }

.la-fedora:before {
  content: "\f798"; }

.la-female:before {
  content: "\f182"; }

.la-fighter-jet:before {
  content: "\f0fb"; }

.la-figma:before {
  content: "\f799"; }

.la-file:before {
  content: "\f15b"; }

.la-file-alt:before {
  content: "\f15c"; }

.la-file-archive:before {
  content: "\f1c6"; }

.la-file-audio:before {
  content: "\f1c7"; }

.la-file-code:before {
  content: "\f1c9"; }

.la-file-contract:before {
  content: "\f56c"; }

.la-file-csv:before {
  content: "\f6dd"; }

.la-file-download:before {
  content: "\f56d"; }

.la-file-excel:before {
  content: "\f1c3"; }

.la-file-export:before {
  content: "\f56e"; }

.la-file-image:before {
  content: "\f1c5"; }

.la-file-import:before {
  content: "\f56f"; }

.la-file-invoice:before {
  content: "\f570"; }

.la-file-invoice-dollar:before {
  content: "\f571"; }

.la-file-medical:before {
  content: "\f477"; }

.la-file-medical-alt:before {
  content: "\f478"; }

.la-file-pdf:before {
  content: "\f1c1"; }

.la-file-powerpoint:before {
  content: "\f1c4"; }

.la-file-prescription:before {
  content: "\f572"; }

.la-file-signature:before {
  content: "\f573"; }

.la-file-upload:before {
  content: "\f574"; }

.la-file-video:before {
  content: "\f1c8"; }

.la-file-word:before {
  content: "\f1c2"; }

.la-fill:before {
  content: "\f575"; }

.la-fill-drip:before {
  content: "\f576"; }

.la-film:before {
  content: "\f008"; }

.la-filter:before {
  content: "\f0b0"; }

.la-fingerprint:before {
  content: "\f577"; }

.la-fire:before {
  content: "\f06d"; }

.la-fire-alt:before {
  content: "\f7e4"; }

.la-fire-extinguisher:before {
  content: "\f134"; }

.la-firefox:before {
  content: "\f269"; }

.la-first-aid:before {
  content: "\f479"; }

.la-first-order:before {
  content: "\f2b0"; }

.la-first-order-alt:before {
  content: "\f50a"; }

.la-firstdraft:before {
  content: "\f3a1"; }

.la-fish:before {
  content: "\f578"; }

.la-fist-raised:before {
  content: "\f6de"; }

.la-flag:before {
  content: "\f024"; }

.la-flag-checkered:before {
  content: "\f11e"; }

.la-flag-usa:before {
  content: "\f74d"; }

.la-flask:before {
  content: "\f0c3"; }

.la-flickr:before {
  content: "\f16e"; }

.la-flipboard:before {
  content: "\f44d"; }

.la-flushed:before {
  content: "\f579"; }

.la-fly:before {
  content: "\f417"; }

.la-folder:before {
  content: "\f07b"; }

.la-folder-minus:before {
  content: "\f65d"; }

.la-folder-open:before {
  content: "\f07c"; }

.la-folder-plus:before {
  content: "\f65e"; }

.la-font:before {
  content: "\f031"; }

.la-font-awesome:before {
  content: "\f2b4"; }

.la-font-awesome-alt:before {
  content: "\f35c"; }

.la-font-awesome-flag:before {
  content: "\f425"; }

.la-font-awesome-logo-full:before {
  content: "\f4e6"; }

.la-fonticons:before {
  content: "\f280"; }

.la-fonticons-fi:before {
  content: "\f3a2"; }

.la-football-ball:before {
  content: "\f44e"; }

.la-fort-awesome:before {
  content: "\f286"; }

.la-fort-awesome-alt:before {
  content: "\f3a3"; }

.la-forumbee:before {
  content: "\f211"; }

.la-forward:before {
  content: "\f04e"; }

.la-foursquare:before {
  content: "\f180"; }

.la-free-code-camp:before {
  content: "\f2c5"; }

.la-freebsd:before {
  content: "\f3a4"; }

.la-frog:before {
  content: "\f52e"; }

.la-frown:before {
  content: "\f119"; }

.la-frown-open:before {
  content: "\f57a"; }

.la-fulcrum:before {
  content: "\f50b"; }

.la-funnel-dollar:before {
  content: "\f662"; }

.la-futbol:before {
  content: "\f1e3"; }

.la-galactic-republic:before {
  content: "\f50c"; }

.la-galactic-senate:before {
  content: "\f50d"; }

.la-gamepad:before {
  content: "\f11b"; }

.la-gas-pump:before {
  content: "\f52f"; }

.la-gavel:before {
  content: "\f0e3"; }

.la-gem:before {
  content: "\f3a5"; }

.la-genderless:before {
  content: "\f22d"; }

.la-get-pocket:before {
  content: "\f265"; }

.la-gg:before {
  content: "\f260"; }

.la-gg-circle:before {
  content: "\f261"; }

.la-ghost:before {
  content: "\f6e2"; }

.la-gift:before {
  content: "\f06b"; }

.la-gifts:before {
  content: "\f79c"; }

.la-git:before {
  content: "\f1d3"; }

.la-git-alt:before {
  content: "\f841"; }

.la-git-square:before {
  content: "\f1d2"; }

.la-github:before {
  content: "\f09b"; }

.la-github-alt:before {
  content: "\f113"; }

.la-github-square:before {
  content: "\f092"; }

.la-gitkraken:before {
  content: "\f3a6"; }

.la-gitlab:before {
  content: "\f296"; }

.la-gitter:before {
  content: "\f426"; }

.la-glass-cheers:before {
  content: "\f79f"; }

.la-glass-martini:before {
  content: "\f000"; }

.la-glass-martini-alt:before {
  content: "\f57b"; }

.la-glass-whiskey:before {
  content: "\f7a0"; }

.la-glasses:before {
  content: "\f530"; }

.la-glide:before {
  content: "\f2a5"; }

.la-glide-g:before {
  content: "\f2a6"; }

.la-globe:before {
  content: "\f0ac"; }

.la-globe-africa:before {
  content: "\f57c"; }

.la-globe-americas:before {
  content: "\f57d"; }

.la-globe-asia:before {
  content: "\f57e"; }

.la-globe-europe:before {
  content: "\f7a2"; }

.la-gofore:before {
  content: "\f3a7"; }

.la-golf-ball:before {
  content: "\f450"; }

.la-goodreads:before {
  content: "\f3a8"; }

.la-goodreads-g:before {
  content: "\f3a9"; }

.la-google:before {
  content: "\f1a0"; }

.la-google-drive:before {
  content: "\f3aa"; }

.la-google-play:before {
  content: "\f3ab"; }

.la-google-plus:before {
  content: "\f2b3"; }

.la-google-plus-g:before {
  content: "\f0d5"; }

.la-google-plus-square:before {
  content: "\f0d4"; }

.la-google-wallet:before {
  content: "\f1ee"; }

.la-gopuram:before {
  content: "\f664"; }

.la-graduation-cap:before {
  content: "\f19d"; }

.la-gratipay:before {
  content: "\f184"; }

.la-grav:before {
  content: "\f2d6"; }

.la-greater-than:before {
  content: "\f531"; }

.la-greater-than-equal:before {
  content: "\f532"; }

.la-grimace:before {
  content: "\f57f"; }

.la-grin:before {
  content: "\f580"; }

.la-grin-alt:before {
  content: "\f581"; }

.la-grin-beam:before {
  content: "\f582"; }

.la-grin-beam-sweat:before {
  content: "\f583"; }

.la-grin-hearts:before {
  content: "\f584"; }

.la-grin-squint:before {
  content: "\f585"; }

.la-grin-squint-tears:before {
  content: "\f586"; }

.la-grin-stars:before {
  content: "\f587"; }

.la-grin-tears:before {
  content: "\f588"; }

.la-grin-tongue:before {
  content: "\f589"; }

.la-grin-tongue-squint:before {
  content: "\f58a"; }

.la-grin-tongue-wink:before {
  content: "\f58b"; }

.la-grin-wink:before {
  content: "\f58c"; }

.la-grip-horizontal:before {
  content: "\f58d"; }

.la-grip-lines:before {
  content: "\f7a4"; }

.la-grip-lines-vertical:before {
  content: "\f7a5"; }

.la-grip-vertical:before {
  content: "\f58e"; }

.la-gripfire:before {
  content: "\f3ac"; }

.la-grunt:before {
  content: "\f3ad"; }

.la-guitar:before {
  content: "\f7a6"; }

.la-gulp:before {
  content: "\f3ae"; }

.la-h-square:before {
  content: "\f0fd"; }

.la-hacker-news:before {
  content: "\f1d4"; }

.la-hacker-news-square:before {
  content: "\f3af"; }

.la-hackerrank:before {
  content: "\f5f7"; }

.la-hamburger:before {
  content: "\f805"; }

.la-hammer:before {
  content: "\f6e3"; }

.la-hamsa:before {
  content: "\f665"; }

.la-hand-holding:before {
  content: "\f4bd"; }

.la-hand-holding-heart:before {
  content: "\f4be"; }

.la-hand-holding-usd:before {
  content: "\f4c0"; }

.la-hand-lizard:before {
  content: "\f258"; }

.la-hand-middle-finger:before {
  content: "\f806"; }

.la-hand-paper:before {
  content: "\f256"; }

.la-hand-peace:before {
  content: "\f25b"; }

.la-hand-point-down:before {
  content: "\f0a7"; }

.la-hand-point-left:before {
  content: "\f0a5"; }

.la-hand-point-right:before {
  content: "\f0a4"; }

.la-hand-point-up:before {
  content: "\f0a6"; }

.la-hand-pointer:before {
  content: "\f25a"; }

.la-hand-rock:before {
  content: "\f255"; }

.la-hand-scissors:before {
  content: "\f257"; }

.la-hand-spock:before {
  content: "\f259"; }

.la-hands:before {
  content: "\f4c2"; }

.la-hands-helping:before {
  content: "\f4c4"; }

.la-handshake:before {
  content: "\f2b5"; }

.la-hanukiah:before {
  content: "\f6e6"; }

.la-hard-hat:before {
  content: "\f807"; }

.la-hashtag:before {
  content: "\f292"; }

.la-hat-cowboy:before {
  content: "\f8c0"; }

.la-hat-cowboy-side:before {
  content: "\f8c1"; }

.la-hat-wizard:before {
  content: "\f6e8"; }

.la-haykal:before {
  content: "\f666"; }

.la-hdd:before {
  content: "\f0a0"; }

.la-heading:before {
  content: "\f1dc"; }

.la-headphones:before {
  content: "\f025"; }

.la-headphones-alt:before {
  content: "\f58f"; }

.la-headset:before {
  content: "\f590"; }

.la-heart:before {
  content: "\f004"; }

.la-heart-broken:before {
  content: "\f7a9"; }

.la-heartbeat:before {
  content: "\f21e"; }

.la-helicopter:before {
  content: "\f533"; }

.la-highlighter:before {
  content: "\f591"; }

.la-hiking:before {
  content: "\f6ec"; }

.la-hippo:before {
  content: "\f6ed"; }

.la-hips:before {
  content: "\f452"; }

.la-hire-a-helper:before {
  content: "\f3b0"; }

.la-history:before {
  content: "\f1da"; }

.la-hockey-puck:before {
  content: "\f453"; }

.la-holly-berry:before {
  content: "\f7aa"; }

.la-home:before {
  content: "\f015"; }

.la-hooli:before {
  content: "\f427"; }

.la-hornbill:before {
  content: "\f592"; }

.la-horse:before {
  content: "\f6f0"; }

.la-horse-head:before {
  content: "\f7ab"; }

.la-hospital:before {
  content: "\f0f8"; }

.la-hospital-alt:before {
  content: "\f47d"; }

.la-hospital-symbol:before {
  content: "\f47e"; }

.la-hot-tub:before {
  content: "\f593"; }

.la-hotdog:before {
  content: "\f80f"; }

.la-hotel:before {
  content: "\f594"; }

.la-hotjar:before {
  content: "\f3b1"; }

.la-hourglass:before {
  content: "\f254"; }

.la-hourglass-end:before {
  content: "\f253"; }

.la-hourglass-half:before {
  content: "\f252"; }

.la-hourglass-start:before {
  content: "\f251"; }

.la-house-damage:before {
  content: "\f6f1"; }

.la-houzz:before {
  content: "\f27c"; }

.la-hryvnia:before {
  content: "\f6f2"; }

.la-html5:before {
  content: "\f13b"; }

.la-hubspot:before {
  content: "\f3b2"; }

.la-i-cursor:before {
  content: "\f246"; }

.la-ice-cream:before {
  content: "\f810"; }

.la-icicles:before {
  content: "\f7ad"; }

.la-icons:before {
  content: "\f86d"; }

.la-id-badge:before {
  content: "\f2c1"; }

.la-id-card:before {
  content: "\f2c2"; }

.la-id-card-alt:before {
  content: "\f47f"; }

.la-igloo:before {
  content: "\f7ae"; }

.la-image:before {
  content: "\f03e"; }

.la-images:before {
  content: "\f302"; }

.la-imdb:before {
  content: "\f2d8"; }

.la-inbox:before {
  content: "\f01c"; }

.la-indent:before {
  content: "\f03c"; }

.la-industry:before {
  content: "\f275"; }

.la-infinity:before {
  content: "\f534"; }

.la-info:before {
  content: "\f129"; }

.la-info-circle:before {
  content: "\f05a"; }

.la-instagram:before {
  content: "\f16d"; }

.la-intercom:before {
  content: "\f7af"; }

.la-internet-explorer:before {
  content: "\f26b"; }

.la-invision:before {
  content: "\f7b0"; }

.la-ioxhost:before {
  content: "\f208"; }

.la-italic:before {
  content: "\f033"; }

.la-itch-io:before {
  content: "\f83a"; }

.la-itunes:before {
  content: "\f3b4"; }

.la-itunes-note:before {
  content: "\f3b5"; }

.la-java:before {
  content: "\f4e4"; }

.la-jedi:before {
  content: "\f669"; }

.la-jedi-order:before {
  content: "\f50e"; }

.la-jenkins:before {
  content: "\f3b6"; }

.la-jira:before {
  content: "\f7b1"; }

.la-joget:before {
  content: "\f3b7"; }

.la-joint:before {
  content: "\f595"; }

.la-joomla:before {
  content: "\f1aa"; }

.la-journal-whills:before {
  content: "\f66a"; }

.la-js:before {
  content: "\f3b8"; }

.la-js-square:before {
  content: "\f3b9"; }

.la-jsfiddle:before {
  content: "\f1cc"; }

.la-kaaba:before {
  content: "\f66b"; }

.la-kaggle:before {
  content: "\f5fa"; }

.la-key:before {
  content: "\f084"; }

.la-keybase:before {
  content: "\f4f5"; }

.la-keyboard:before {
  content: "\f11c"; }

.la-keycdn:before {
  content: "\f3ba"; }

.la-khanda:before {
  content: "\f66d"; }

.la-kickstarter:before {
  content: "\f3bb"; }

.la-kickstarter-k:before {
  content: "\f3bc"; }

.la-kiss:before {
  content: "\f596"; }

.la-kiss-beam:before {
  content: "\f597"; }

.la-kiss-wink-heart:before {
  content: "\f598"; }

.la-kiwi-bird:before {
  content: "\f535"; }

.la-korvue:before {
  content: "\f42f"; }

.la-landmark:before {
  content: "\f66f"; }

.la-language:before {
  content: "\f1ab"; }

.la-laptop:before {
  content: "\f109"; }

.la-laptop-code:before {
  content: "\f5fc"; }

.la-laptop-medical:before {
  content: "\f812"; }

.la-laravel:before {
  content: "\f3bd"; }

.la-lastfm:before {
  content: "\f202"; }

.la-lastfm-square:before {
  content: "\f203"; }

.la-laugh:before {
  content: "\f599"; }

.la-laugh-beam:before {
  content: "\f59a"; }

.la-laugh-squint:before {
  content: "\f59b"; }

.la-laugh-wink:before {
  content: "\f59c"; }

.la-layer-group:before {
  content: "\f5fd"; }

.la-leaf:before {
  content: "\f06c"; }

.la-leanpub:before {
  content: "\f212"; }

.la-lemon:before {
  content: "\f094"; }

.la-less:before {
  content: "\f41d"; }

.la-less-than:before {
  content: "\f536"; }

.la-less-than-equal:before {
  content: "\f537"; }

.la-level-down-alt:before {
  content: "\f3be"; }

.la-level-up-alt:before {
  content: "\f3bf"; }

.la-life-ring:before {
  content: "\f1cd"; }

.la-lightbulb:before {
  content: "\f0eb"; }

.la-line:before {
  content: "\f3c0"; }

.la-link:before {
  content: "\f0c1"; }

.la-linkedin:before {
  content: "\f08c"; }

.la-linkedin-in:before {
  content: "\f0e1"; }

.la-linode:before {
  content: "\f2b8"; }

.la-linux:before {
  content: "\f17c"; }

.la-lira-sign:before {
  content: "\f195"; }

.la-list:before {
  content: "\f03a"; }

.la-list-alt:before {
  content: "\f022"; }

.la-list-ol:before {
  content: "\f0cb"; }

.la-list-ul:before {
  content: "\f0ca"; }

.la-location-arrow:before {
  content: "\f124"; }

.la-lock:before {
  content: "\f023"; }

.la-lock-open:before {
  content: "\f3c1"; }

.la-long-arrow-alt-down:before {
  content: "\f309"; }

.la-long-arrow-alt-left:before {
  content: "\f30a"; }

.la-long-arrow-alt-right:before {
  content: "\f30b"; }

.la-long-arrow-alt-up:before {
  content: "\f30c"; }

.la-low-vision:before {
  content: "\f2a8"; }

.la-luggage-cart:before {
  content: "\f59d"; }

.la-lyft:before {
  content: "\f3c3"; }

.la-magento:before {
  content: "\f3c4"; }

.la-magic:before {
  content: "\f0d0"; }

.la-magnet:before {
  content: "\f076"; }

.la-mail-bulk:before {
  content: "\f674"; }

.la-mailchimp:before {
  content: "\f59e"; }

.la-male:before {
  content: "\f183"; }

.la-mandalorian:before {
  content: "\f50f"; }

.la-map:before {
  content: "\f279"; }

.la-map-marked:before {
  content: "\f59f"; }

.la-map-marked-alt:before {
  content: "\f5a0"; }

.la-map-marker:before {
  content: "\f041"; }

.la-map-marker-alt:before {
  content: "\f3c5"; }

.la-map-pin:before {
  content: "\f276"; }

.la-map-signs:before {
  content: "\f277"; }

.la-markdown:before {
  content: "\f60f"; }

.la-marker:before {
  content: "\f5a1"; }

.la-mars:before {
  content: "\f222"; }

.la-mars-double:before {
  content: "\f227"; }

.la-mars-stroke:before {
  content: "\f229"; }

.la-mars-stroke-h:before {
  content: "\f22b"; }

.la-mars-stroke-v:before {
  content: "\f22a"; }

.la-mask:before {
  content: "\f6fa"; }

.la-mastodon:before {
  content: "\f4f6"; }

.la-maxcdn:before {
  content: "\f136"; }

.la-mdb:before {
  content: "\f8ca"; }

.la-medal:before {
  content: "\f5a2"; }

.la-medapps:before {
  content: "\f3c6"; }

.la-medium:before {
  content: "\f23a"; }

.la-medium-m:before {
  content: "\f3c7"; }

.la-medkit:before {
  content: "\f0fa"; }

.la-medrt:before {
  content: "\f3c8"; }

.la-meetup:before {
  content: "\f2e0"; }

.la-megaport:before {
  content: "\f5a3"; }

.la-meh:before {
  content: "\f11a"; }

.la-meh-blank:before {
  content: "\f5a4"; }

.la-meh-rolling-eyes:before {
  content: "\f5a5"; }

.la-memory:before {
  content: "\f538"; }

.la-mendeley:before {
  content: "\f7b3"; }

.la-menorah:before {
  content: "\f676"; }

.la-mercury:before {
  content: "\f223"; }

.la-meteor:before {
  content: "\f753"; }

.la-microchip:before {
  content: "\f2db"; }

.la-microphone:before {
  content: "\f130"; }

.la-microphone-alt:before {
  content: "\f3c9"; }

.la-microphone-alt-slash:before {
  content: "\f539"; }

.la-microphone-slash:before {
  content: "\f131"; }

.la-microscope:before {
  content: "\f610"; }

.la-microsoft:before {
  content: "\f3ca"; }

.la-minus:before {
  content: "\f068"; }

.la-minus-circle:before {
  content: "\f056"; }

.la-minus-square:before {
  content: "\f146"; }

.la-mitten:before {
  content: "\f7b5"; }

.la-mix:before {
  content: "\f3cb"; }

.la-mixcloud:before {
  content: "\f289"; }

.la-mizuni:before {
  content: "\f3cc"; }

.la-mobile:before {
  content: "\f10b"; }

.la-mobile-alt:before {
  content: "\f3cd"; }

.la-modx:before {
  content: "\f285"; }

.la-monero:before {
  content: "\f3d0"; }

.la-money-bill:before {
  content: "\f0d6"; }

.la-money-bill-alt:before {
  content: "\f3d1"; }

.la-money-bill-wave:before {
  content: "\f53a"; }

.la-money-bill-wave-alt:before {
  content: "\f53b"; }

.la-money-check:before {
  content: "\f53c"; }

.la-money-check-alt:before {
  content: "\f53d"; }

.la-monument:before {
  content: "\f5a6"; }

.la-moon:before {
  content: "\f186"; }

.la-mortar-pestle:before {
  content: "\f5a7"; }

.la-mosque:before {
  content: "\f678"; }

.la-motorcycle:before {
  content: "\f21c"; }

.la-mountain:before {
  content: "\f6fc"; }

.la-mouse:before {
  content: "\f8cc"; }

.la-mouse-pointer:before {
  content: "\f245"; }

.la-mug-hot:before {
  content: "\f7b6"; }

.la-music:before {
  content: "\f001"; }

.la-napster:before {
  content: "\f3d2"; }

.la-neos:before {
  content: "\f612"; }

.la-network-wired:before {
  content: "\f6ff"; }

.la-neuter:before {
  content: "\f22c"; }

.la-newspaper:before {
  content: "\f1ea"; }

.la-nimblr:before {
  content: "\f5a8"; }

.la-node:before {
  content: "\f419"; }

.la-node-js:before {
  content: "\f3d3"; }

.la-not-equal:before {
  content: "\f53e"; }

.la-notes-medical:before {
  content: "\f481"; }

.la-npm:before {
  content: "\f3d4"; }

.la-ns8:before {
  content: "\f3d5"; }

.la-nutritionix:before {
  content: "\f3d6"; }

.la-object-group:before {
  content: "\f247"; }

.la-object-ungroup:before {
  content: "\f248"; }

.la-odnoklassniki:before {
  content: "\f263"; }

.la-odnoklassniki-square:before {
  content: "\f264"; }

.la-oil-can:before {
  content: "\f613"; }

.la-old-republic:before {
  content: "\f510"; }

.la-om:before {
  content: "\f679"; }

.la-opencart:before {
  content: "\f23d"; }

.la-openid:before {
  content: "\f19b"; }

.la-opera:before {
  content: "\f26a"; }

.la-optin-monster:before {
  content: "\f23c"; }

.la-orcid:before {
  content: "\f8d2"; }

.la-osi:before {
  content: "\f41a"; }

.la-otter:before {
  content: "\f700"; }

.la-outdent:before {
  content: "\f03b"; }

.la-page4:before {
  content: "\f3d7"; }

.la-pagelines:before {
  content: "\f18c"; }

.la-pager:before {
  content: "\f815"; }

.la-paint-brush:before {
  content: "\f1fc"; }

.la-paint-roller:before {
  content: "\f5aa"; }

.la-palette:before {
  content: "\f53f"; }

.la-palfed:before {
  content: "\f3d8"; }

.la-pallet:before {
  content: "\f482"; }

.la-paper-plane:before {
  content: "\f1d8"; }

.la-paperclip:before {
  content: "\f0c6"; }

.la-parachute-box:before {
  content: "\f4cd"; }

.la-paragraph:before {
  content: "\f1dd"; }

.la-parking:before {
  content: "\f540"; }

.la-passport:before {
  content: "\f5ab"; }

.la-pastafarianism:before {
  content: "\f67b"; }

.la-paste:before {
  content: "\f0ea"; }

.la-patreon:before {
  content: "\f3d9"; }

.la-pause:before {
  content: "\f04c"; }

.la-pause-circle:before {
  content: "\f28b"; }

.la-paw:before {
  content: "\f1b0"; }

.la-paypal:before {
  content: "\f1ed"; }

.la-peace:before {
  content: "\f67c"; }

.la-pen:before {
  content: "\f304"; }

.la-pen-alt:before {
  content: "\f305"; }

.la-pen-fancy:before {
  content: "\f5ac"; }

.la-pen-nib:before {
  content: "\f5ad"; }

.la-pen-square:before {
  content: "\f14b"; }

.la-pencil-alt:before {
  content: "\f303"; }

.la-pencil-ruler:before {
  content: "\f5ae"; }

.la-penny-arcade:before {
  content: "\f704"; }

.la-people-carry:before {
  content: "\f4ce"; }

.la-pepper-hot:before {
  content: "\f816"; }

.la-percent:before {
  content: "\f295"; }

.la-percentage:before {
  content: "\f541"; }

.la-periscope:before {
  content: "\f3da"; }

.la-person-booth:before {
  content: "\f756"; }

.la-phabricator:before {
  content: "\f3db"; }

.la-phoenix-framework:before {
  content: "\f3dc"; }

.la-phoenix-squadron:before {
  content: "\f511"; }

.la-phone:before {
  content: "\f095"; }

.la-phone-alt:before {
  content: "\f879"; }

.la-phone-slash:before {
  content: "\f3dd"; }

.la-phone-square:before {
  content: "\f098"; }

.la-phone-square-alt:before {
  content: "\f87b"; }

.la-phone-volume:before {
  content: "\f2a0"; }

.la-photo-video:before {
  content: "\f87c"; }

.la-php:before {
  content: "\f457"; }

.la-pied-piper:before {
  content: "\f2ae"; }

.la-pied-piper-alt:before {
  content: "\f1a8"; }

.la-pied-piper-hat:before {
  content: "\f4e5"; }

.la-pied-piper-pp:before {
  content: "\f1a7"; }

.la-piggy-bank:before {
  content: "\f4d3"; }

.la-pills:before {
  content: "\f484"; }

.la-pinterest:before {
  content: "\f0d2"; }

.la-pinterest-p:before {
  content: "\f231"; }

.la-pinterest-square:before {
  content: "\f0d3"; }

.la-pizza-slice:before {
  content: "\f818"; }

.la-place-of-worship:before {
  content: "\f67f"; }

.la-plane:before {
  content: "\f072"; }

.la-plane-arrival:before {
  content: "\f5af"; }

.la-plane-departure:before {
  content: "\f5b0"; }

.la-play:before {
  content: "\f04b"; }

.la-play-circle:before {
  content: "\f144"; }

.la-playstation:before {
  content: "\f3df"; }

.la-plug:before {
  content: "\f1e6"; }

.la-plus:before {
  content: "\f067"; }

.la-plus-circle:before {
  content: "\f055"; }

.la-plus-square:before {
  content: "\f0fe"; }

.la-podcast:before {
  content: "\f2ce"; }

.la-poll:before {
  content: "\f681"; }

.la-poll-h:before {
  content: "\f682"; }

.la-poo:before {
  content: "\f2fe"; }

.la-poo-storm:before {
  content: "\f75a"; }

.la-poop:before {
  content: "\f619"; }

.la-portrait:before {
  content: "\f3e0"; }

.la-pound-sign:before {
  content: "\f154"; }

.la-power-off:before {
  content: "\f011"; }

.la-pray:before {
  content: "\f683"; }

.la-praying-hands:before {
  content: "\f684"; }

.la-prescription:before {
  content: "\f5b1"; }

.la-prescription-bottle:before {
  content: "\f485"; }

.la-prescription-bottle-alt:before {
  content: "\f486"; }

.la-print:before {
  content: "\f02f"; }

.la-procedures:before {
  content: "\f487"; }

.la-product-hunt:before {
  content: "\f288"; }

.la-project-diagram:before {
  content: "\f542"; }

.la-pushed:before {
  content: "\f3e1"; }

.la-puzzle-piece:before {
  content: "\f12e"; }

.la-python:before {
  content: "\f3e2"; }

.la-qq:before {
  content: "\f1d6"; }

.la-qrcode:before {
  content: "\f029"; }

.la-question:before {
  content: "\f128"; }

.la-question-circle:before {
  content: "\f059"; }

.la-quidditch:before {
  content: "\f458"; }

.la-quinscape:before {
  content: "\f459"; }

.la-quora:before {
  content: "\f2c4"; }

.la-quote-left:before {
  content: "\f10d"; }

.la-quote-right:before {
  content: "\f10e"; }

.la-quran:before {
  content: "\f687"; }

.la-r-project:before {
  content: "\f4f7"; }

.la-radiation:before {
  content: "\f7b9"; }

.la-radiation-alt:before {
  content: "\f7ba"; }

.la-rainbow:before {
  content: "\f75b"; }

.la-random:before {
  content: "\f074"; }

.la-raspberry-pi:before {
  content: "\f7bb"; }

.la-ravelry:before {
  content: "\f2d9"; }

.la-react:before {
  content: "\f41b"; }

.la-reacteurope:before {
  content: "\f75d"; }

.la-readme:before {
  content: "\f4d5"; }

.la-rebel:before {
  content: "\f1d0"; }

.la-receipt:before {
  content: "\f543"; }

.la-record-vinyl:before {
  content: "\f8d9"; }

.la-recycle:before {
  content: "\f1b8"; }

.la-red-river:before {
  content: "\f3e3"; }

.la-reddit:before {
  content: "\f1a1"; }

.la-reddit-alien:before {
  content: "\f281"; }

.la-reddit-square:before {
  content: "\f1a2"; }

.la-redhat:before {
  content: "\f7bc"; }

.la-redo:before {
  content: "\f01e"; }

.la-redo-alt:before {
  content: "\f2f9"; }

.la-registered:before {
  content: "\f25d"; }

.la-remove-format:before {
  content: "\f87d"; }

.la-renren:before {
  content: "\f18b"; }

.la-reply:before {
  content: "\f3e5"; }

.la-reply-all:before {
  content: "\f122"; }

.la-replyd:before {
  content: "\f3e6"; }

.la-republican:before {
  content: "\f75e"; }

.la-researchgate:before {
  content: "\f4f8"; }

.la-resolving:before {
  content: "\f3e7"; }

.la-restroom:before {
  content: "\f7bd"; }

.la-retweet:before {
  content: "\f079"; }

.la-rev:before {
  content: "\f5b2"; }

.la-ribbon:before {
  content: "\f4d6"; }

.la-ring:before {
  content: "\f70b"; }

.la-road:before {
  content: "\f018"; }

.la-robot:before {
  content: "\f544"; }

.la-rocket:before {
  content: "\f135"; }

.la-rocketchat:before {
  content: "\f3e8"; }

.la-rockrms:before {
  content: "\f3e9"; }

.la-route:before {
  content: "\f4d7"; }

.la-rss:before {
  content: "\f09e"; }

.la-rss-square:before {
  content: "\f143"; }

.la-ruble-sign:before {
  content: "\f158"; }

.la-ruler:before {
  content: "\f545"; }

.la-ruler-combined:before {
  content: "\f546"; }

.la-ruler-horizontal:before {
  content: "\f547"; }

.la-ruler-vertical:before {
  content: "\f548"; }

.la-running:before {
  content: "\f70c"; }

.la-rupee-sign:before {
  content: "\f156"; }

.la-sad-cry:before {
  content: "\f5b3"; }

.la-sad-tear:before {
  content: "\f5b4"; }

.la-safari:before {
  content: "\f267"; }

.la-salesforce:before {
  content: "\f83b"; }

.la-sass:before {
  content: "\f41e"; }

.la-satellite:before {
  content: "\f7bf"; }

.la-satellite-dish:before {
  content: "\f7c0"; }

.la-save:before {
  content: "\f0c7"; }

.la-schlix:before {
  content: "\f3ea"; }

.la-school:before {
  content: "\f549"; }

.la-screwdriver:before {
  content: "\f54a"; }

.la-scribd:before {
  content: "\f28a"; }

.la-scroll:before {
  content: "\f70e"; }

.la-sd-card:before {
  content: "\f7c2"; }

.la-search:before {
  content: "\f002"; }

.la-search-dollar:before {
  content: "\f688"; }

.la-search-location:before {
  content: "\f689"; }

.la-search-minus:before {
  content: "\f010"; }

.la-search-plus:before {
  content: "\f00e"; }

.la-searchengin:before {
  content: "\f3eb"; }

.la-seedling:before {
  content: "\f4d8"; }

.la-sellcast:before {
  content: "\f2da"; }

.la-sellsy:before {
  content: "\f213"; }

.la-server:before {
  content: "\f233"; }

.la-servicestack:before {
  content: "\f3ec"; }

.la-shapes:before {
  content: "\f61f"; }

.la-share:before {
  content: "\f064"; }

.la-share-alt:before {
  content: "\f1e0"; }

.la-share-alt-square:before {
  content: "\f1e1"; }

.la-share-square:before {
  content: "\f14d"; }

.la-shekel-sign:before {
  content: "\f20b"; }

.la-shield-alt:before {
  content: "\f3ed"; }

.la-ship:before {
  content: "\f21a"; }

.la-shipping-fast:before {
  content: "\f48b"; }

.la-shirtsinbulk:before {
  content: "\f214"; }

.la-shoe-prints:before {
  content: "\f54b"; }

.la-shopping-bag:before {
  content: "\f290"; }

.la-shopping-basket:before {
  content: "\f291"; }

.la-shopping-cart:before {
  content: "\f07a"; }

.la-shopware:before {
  content: "\f5b5"; }

.la-shower:before {
  content: "\f2cc"; }

.la-shuttle-van:before {
  content: "\f5b6"; }

.la-sign:before {
  content: "\f4d9"; }

.la-sign-in-alt:before {
  content: "\f2f6"; }

.la-sign-language:before {
  content: "\f2a7"; }

.la-sign-out-alt:before {
  content: "\f2f5"; }

.la-signal:before {
  content: "\f012"; }

.la-signature:before {
  content: "\f5b7"; }

.la-sim-card:before {
  content: "\f7c4"; }

.la-simplybuilt:before {
  content: "\f215"; }

.la-sistrix:before {
  content: "\f3ee"; }

.la-sitemap:before {
  content: "\f0e8"; }

.la-sith:before {
  content: "\f512"; }

.la-skating:before {
  content: "\f7c5"; }

.la-sketch:before {
  content: "\f7c6"; }

.la-skiing:before {
  content: "\f7c9"; }

.la-skiing-nordic:before {
  content: "\f7ca"; }

.la-skull:before {
  content: "\f54c"; }

.la-skull-crossbones:before {
  content: "\f714"; }

.la-skyatlas:before {
  content: "\f216"; }

.la-skype:before {
  content: "\f17e"; }

.la-slack:before {
  content: "\f198"; }

.la-slack-hash:before {
  content: "\f3ef"; }

.la-slash:before {
  content: "\f715"; }

.la-sleigh:before {
  content: "\f7cc"; }

.la-sliders-h:before {
  content: "\f1de"; }

.la-slideshare:before {
  content: "\f1e7"; }

.la-smile:before {
  content: "\f118"; }

.la-smile-beam:before {
  content: "\f5b8"; }

.la-smile-wink:before {
  content: "\f4da"; }

.la-smog:before {
  content: "\f75f"; }

.la-smoking:before {
  content: "\f48d"; }

.la-smoking-ban:before {
  content: "\f54d"; }

.la-sms:before {
  content: "\f7cd"; }

.la-snapchat:before {
  content: "\f2ab"; }

.la-snapchat-ghost:before {
  content: "\f2ac"; }

.la-snapchat-square:before {
  content: "\f2ad"; }

.la-snowboarding:before {
  content: "\f7ce"; }

.la-snowflake:before {
  content: "\f2dc"; }

.la-snowman:before {
  content: "\f7d0"; }

.la-snowplow:before {
  content: "\f7d2"; }

.la-socks:before {
  content: "\f696"; }

.la-solar-panel:before {
  content: "\f5ba"; }

.la-sort:before {
  content: "\f0dc"; }

.la-sort-alpha-down:before {
  content: "\f15d"; }

.la-sort-alpha-down-alt:before {
  content: "\f881"; }

.la-sort-alpha-up:before {
  content: "\f15e"; }

.la-sort-alpha-up-alt:before {
  content: "\f882"; }

.la-sort-amount-down:before {
  content: "\f160"; }

.la-sort-amount-down-alt:before {
  content: "\f884"; }

.la-sort-amount-up:before {
  content: "\f161"; }

.la-sort-amount-up-alt:before {
  content: "\f885"; }

.la-sort-down:before {
  content: "\f0dd"; }

.la-sort-numeric-down:before {
  content: "\f162"; }

.la-sort-numeric-down-alt:before {
  content: "\f886"; }

.la-sort-numeric-up:before {
  content: "\f163"; }

.la-sort-numeric-up-alt:before {
  content: "\f887"; }

.la-sort-up:before {
  content: "\f0de"; }

.la-soundcloud:before {
  content: "\f1be"; }

.la-sourcetree:before {
  content: "\f7d3"; }

.la-spa:before {
  content: "\f5bb"; }

.la-space-shuttle:before {
  content: "\f197"; }

.la-speakap:before {
  content: "\f3f3"; }

.la-speaker-deck:before {
  content: "\f83c"; }

.la-spell-check:before {
  content: "\f891"; }

.la-spider:before {
  content: "\f717"; }

.la-spinner:before {
  content: "\f110"; }

.la-splotch:before {
  content: "\f5bc"; }

.la-spotify:before {
  content: "\f1bc"; }

.la-spray-can:before {
  content: "\f5bd"; }

.la-square:before {
  content: "\f0c8"; }

.la-square-full:before {
  content: "\f45c"; }

.la-square-root-alt:before {
  content: "\f698"; }

.la-squarespace:before {
  content: "\f5be"; }

.la-stack-exchange:before {
  content: "\f18d"; }

.la-stack-overflow:before {
  content: "\f16c"; }

.la-stackpath:before {
  content: "\f842"; }

.la-stamp:before {
  content: "\f5bf"; }

.la-star:before {
  content: "\f005"; }

.la-star-and-crescent:before {
  content: "\f699"; }

.la-star-half:before {
  content: "\f089"; }

.la-star-half-alt:before {
  content: "\f5c0"; }

.la-star-of-david:before {
  content: "\f69a"; }

.la-star-of-life:before {
  content: "\f621"; }

.la-staylinked:before {
  content: "\f3f5"; }

.la-steam:before {
  content: "\f1b6"; }

.la-steam-square:before {
  content: "\f1b7"; }

.la-steam-symbol:before {
  content: "\f3f6"; }

.la-step-backward:before {
  content: "\f048"; }

.la-step-forward:before {
  content: "\f051"; }

.la-stethoscope:before {
  content: "\f0f1"; }

.la-sticker-mule:before {
  content: "\f3f7"; }

.la-sticky-note:before {
  content: "\f249"; }

.la-stop:before {
  content: "\f04d"; }

.la-stop-circle:before {
  content: "\f28d"; }

.la-stopwatch:before {
  content: "\f2f2"; }

.la-store:before {
  content: "\f54e"; }

.la-store-alt:before {
  content: "\f54f"; }

.la-strava:before {
  content: "\f428"; }

.la-stream:before {
  content: "\f550"; }

.la-street-view:before {
  content: "\f21d"; }

.la-strikethrough:before {
  content: "\f0cc"; }

.la-stripe:before {
  content: "\f429"; }

.la-stripe-s:before {
  content: "\f42a"; }

.la-stroopwafel:before {
  content: "\f551"; }

.la-studiovinari:before {
  content: "\f3f8"; }

.la-stumbleupon:before {
  content: "\f1a4"; }

.la-stumbleupon-circle:before {
  content: "\f1a3"; }

.la-subscript:before {
  content: "\f12c"; }

.la-subway:before {
  content: "\f239"; }

.la-suitcase:before {
  content: "\f0f2"; }

.la-suitcase-rolling:before {
  content: "\f5c1"; }

.la-sun:before {
  content: "\f185"; }

.la-superpowers:before {
  content: "\f2dd"; }

.la-superscript:before {
  content: "\f12b"; }

.la-supple:before {
  content: "\f3f9"; }

.la-surprise:before {
  content: "\f5c2"; }

.la-suse:before {
  content: "\f7d6"; }

.la-swatchbook:before {
  content: "\f5c3"; }

.la-swift:before {
  content: "\f8e1"; }

.la-swimmer:before {
  content: "\f5c4"; }

.la-swimming-pool:before {
  content: "\f5c5"; }

.la-symfony:before {
  content: "\f83d"; }

.la-synagogue:before {
  content: "\f69b"; }

.la-sync:before {
  content: "\f021"; }

.la-sync-alt:before {
  content: "\f2f1"; }

.la-syringe:before {
  content: "\f48e"; }

.la-table:before {
  content: "\f0ce"; }

.la-table-tennis:before {
  content: "\f45d"; }

.la-tablet:before {
  content: "\f10a"; }

.la-tablet-alt:before {
  content: "\f3fa"; }

.la-tablets:before {
  content: "\f490"; }

.la-tachometer-alt:before {
  content: "\f3fd"; }

.la-tag:before {
  content: "\f02b"; }

.la-tags:before {
  content: "\f02c"; }

.la-tape:before {
  content: "\f4db"; }

.la-tasks:before {
  content: "\f0ae"; }

.la-taxi:before {
  content: "\f1ba"; }

.la-teamspeak:before {
  content: "\f4f9"; }

.la-teeth:before {
  content: "\f62e"; }

.la-teeth-open:before {
  content: "\f62f"; }

.la-telegram:before {
  content: "\f2c6"; }

.la-telegram-plane:before {
  content: "\f3fe"; }

.la-temperature-high:before {
  content: "\f769"; }

.la-temperature-low:before {
  content: "\f76b"; }

.la-tencent-weibo:before {
  content: "\f1d5"; }

.la-tenge:before {
  content: "\f7d7"; }

.la-terminal:before {
  content: "\f120"; }

.la-text-height:before {
  content: "\f034"; }

.la-text-width:before {
  content: "\f035"; }

.la-th:before {
  content: "\f00a"; }

.la-th-large:before {
  content: "\f009"; }

.la-th-list:before {
  content: "\f00b"; }

.la-the-red-yeti:before {
  content: "\f69d"; }

.la-theater-masks:before {
  content: "\f630"; }

.la-themeco:before {
  content: "\f5c6"; }

.la-themeisle:before {
  content: "\f2b2"; }

.la-thermometer:before {
  content: "\f491"; }

.la-thermometer-empty:before {
  content: "\f2cb"; }

.la-thermometer-full:before {
  content: "\f2c7"; }

.la-thermometer-half:before {
  content: "\f2c9"; }

.la-thermometer-quarter:before {
  content: "\f2ca"; }

.la-thermometer-three-quarters:before {
  content: "\f2c8"; }

.la-think-peaks:before {
  content: "\f731"; }

.la-thumbs-down:before {
  content: "\f165"; }

.la-thumbs-up:before {
  content: "\f164"; }

.la-thumbtack:before {
  content: "\f08d"; }

.la-ticket-alt:before {
  content: "\f3ff"; }

.la-times:before {
  content: "\f00d"; }

.la-times-circle:before {
  content: "\f057"; }

.la-tint:before {
  content: "\f043"; }

.la-tint-slash:before {
  content: "\f5c7"; }

.la-tired:before {
  content: "\f5c8"; }

.la-toggle-off:before {
  content: "\f204"; }

.la-toggle-on:before {
  content: "\f205"; }

.la-toilet:before {
  content: "\f7d8"; }

.la-toilet-paper:before {
  content: "\f71e"; }

.la-toolbox:before {
  content: "\f552"; }

.la-tools:before {
  content: "\f7d9"; }

.la-tooth:before {
  content: "\f5c9"; }

.la-torah:before {
  content: "\f6a0"; }

.la-torii-gate:before {
  content: "\f6a1"; }

.la-tractor:before {
  content: "\f722"; }

.la-trade-federation:before {
  content: "\f513"; }

.la-trademark:before {
  content: "\f25c"; }

.la-traffic-light:before {
  content: "\f637"; }

.la-train:before {
  content: "\f238"; }

.la-tram:before {
  content: "\f7da"; }

.la-transgender:before {
  content: "\f224"; }

.la-transgender-alt:before {
  content: "\f225"; }

.la-trash:before {
  content: "\f1f8"; }

.la-trash-alt:before {
  content: "\f2ed"; }

.la-trash-restore:before {
  content: "\f829"; }

.la-trash-restore-alt:before {
  content: "\f82a"; }

.la-tree:before {
  content: "\f1bb"; }

.la-trello:before {
  content: "\f181"; }

.la-tripadvisor:before {
  content: "\f262"; }

.la-trophy:before {
  content: "\f091"; }

.la-truck:before {
  content: "\f0d1"; }

.la-truck-loading:before {
  content: "\f4de"; }

.la-truck-monster:before {
  content: "\f63b"; }

.la-truck-moving:before {
  content: "\f4df"; }

.la-truck-pickup:before {
  content: "\f63c"; }

.la-tshirt:before {
  content: "\f553"; }

.la-tty:before {
  content: "\f1e4"; }

.la-tumblr:before {
  content: "\f173"; }

.la-tumblr-square:before {
  content: "\f174"; }

.la-tv:before {
  content: "\f26c"; }

.la-twitch:before {
  content: "\f1e8"; }

.la-twitter:before {
  content: "\f099"; }

.la-twitter-square:before {
  content: "\f081"; }

.la-typo3:before {
  content: "\f42b"; }

.la-uber:before {
  content: "\f402"; }

.la-ubuntu:before {
  content: "\f7df"; }

.la-uikit:before {
  content: "\f403"; }

.la-umbraco:before {
  content: "\f8e8"; }

.la-umbrella:before {
  content: "\f0e9"; }

.la-umbrella-beach:before {
  content: "\f5ca"; }

.la-underline:before {
  content: "\f0cd"; }

.la-undo:before {
  content: "\f0e2"; }

.la-undo-alt:before {
  content: "\f2ea"; }

.la-uniregistry:before {
  content: "\f404"; }

.la-universal-access:before {
  content: "\f29a"; }

.la-university:before {
  content: "\f19c"; }

.la-unlink:before {
  content: "\f127"; }

.la-unlock:before {
  content: "\f09c"; }

.la-unlock-alt:before {
  content: "\f13e"; }

.la-untappd:before {
  content: "\f405"; }

.la-upload:before {
  content: "\f093"; }

.la-ups:before {
  content: "\f7e0"; }

.la-usb:before {
  content: "\f287"; }

.la-user:before {
  content: "\f007"; }

.la-user-alt:before {
  content: "\f406"; }

.la-user-alt-slash:before {
  content: "\f4fa"; }

.la-user-astronaut:before {
  content: "\f4fb"; }

.la-user-check:before {
  content: "\f4fc"; }

.la-user-circle:before {
  content: "\f2bd"; }

.la-user-clock:before {
  content: "\f4fd"; }

.la-user-cog:before {
  content: "\f4fe"; }

.la-user-edit:before {
  content: "\f4ff"; }

.la-user-friends:before {
  content: "\f500"; }

.la-user-graduate:before {
  content: "\f501"; }

.la-user-injured:before {
  content: "\f728"; }

.la-user-lock:before {
  content: "\f502"; }

.la-user-md:before {
  content: "\f0f0"; }

.la-user-minus:before {
  content: "\f503"; }

.la-user-ninja:before {
  content: "\f504"; }

.la-user-nurse:before {
  content: "\f82f"; }

.la-user-plus:before {
  content: "\f234"; }

.la-user-secret:before {
  content: "\f21b"; }

.la-user-shield:before {
  content: "\f505"; }

.la-user-slash:before {
  content: "\f506"; }

.la-user-tag:before {
  content: "\f507"; }

.la-user-tie:before {
  content: "\f508"; }

.la-user-times:before {
  content: "\f235"; }

.la-users:before {
  content: "\f0c0"; }

.la-users-cog:before {
  content: "\f509"; }

.la-usps:before {
  content: "\f7e1"; }

.la-ussunnah:before {
  content: "\f407"; }

.la-utensil-spoon:before {
  content: "\f2e5"; }

.la-utensils:before {
  content: "\f2e7"; }

.la-vaadin:before {
  content: "\f408"; }

.la-vector-square:before {
  content: "\f5cb"; }

.la-venus:before {
  content: "\f221"; }

.la-venus-double:before {
  content: "\f226"; }

.la-venus-mars:before {
  content: "\f228"; }

.la-viacoin:before {
  content: "\f237"; }

.la-viadeo:before {
  content: "\f2a9"; }

.la-viadeo-square:before {
  content: "\f2aa"; }

.la-vial:before {
  content: "\f492"; }

.la-vials:before {
  content: "\f493"; }

.la-viber:before {
  content: "\f409"; }

.la-video:before {
  content: "\f03d"; }

.la-video-slash:before {
  content: "\f4e2"; }

.la-vihara:before {
  content: "\f6a7"; }

.la-vimeo:before {
  content: "\f40a"; }

.la-vimeo-square:before {
  content: "\f194"; }

.la-vimeo-v:before {
  content: "\f27d"; }

.la-vine:before {
  content: "\f1ca"; }

.la-vk:before {
  content: "\f189"; }

.la-vnv:before {
  content: "\f40b"; }

.la-voicemail:before {
  content: "\f897"; }

.la-volleyball-ball:before {
  content: "\f45f"; }

.la-volume-down:before {
  content: "\f027"; }

.la-volume-mute:before {
  content: "\f6a9"; }

.la-volume-off:before {
  content: "\f026"; }

.la-volume-up:before {
  content: "\f028"; }

.la-vote-yea:before {
  content: "\f772"; }

.la-vr-cardboard:before {
  content: "\f729"; }

.la-vuejs:before {
  content: "\f41f"; }

.la-walking:before {
  content: "\f554"; }

.la-wallet:before {
  content: "\f555"; }

.la-warehouse:before {
  content: "\f494"; }

.la-water:before {
  content: "\f773"; }

.la-wave-square:before {
  content: "\f83e"; }

.la-waze:before {
  content: "\f83f"; }

.la-weebly:before {
  content: "\f5cc"; }

.la-weibo:before {
  content: "\f18a"; }

.la-weight:before {
  content: "\f496"; }

.la-weight-hanging:before {
  content: "\f5cd"; }

.la-weixin:before {
  content: "\f1d7"; }

.la-whatsapp:before {
  content: "\f232"; }

.la-whatsapp-square:before {
  content: "\f40c"; }

.la-wheelchair:before {
  content: "\f193"; }

.la-whmcs:before {
  content: "\f40d"; }

.la-wifi:before {
  content: "\f1eb"; }

.la-wikipedia-w:before {
  content: "\f266"; }

.la-wind:before {
  content: "\f72e"; }

.la-window-close:before {
  content: "\f410"; }

.la-window-maximize:before {
  content: "\f2d0"; }

.la-window-minimize:before {
  content: "\f2d1"; }

.la-window-restore:before {
  content: "\f2d2"; }

.la-windows:before {
  content: "\f17a"; }

.la-wine-bottle:before {
  content: "\f72f"; }

.la-wine-glass:before {
  content: "\f4e3"; }

.la-wine-glass-alt:before {
  content: "\f5ce"; }

.la-wix:before {
  content: "\f5cf"; }

.la-wizards-of-the-coast:before {
  content: "\f730"; }

.la-wolf-pack-battalion:before {
  content: "\f514"; }

.la-won-sign:before {
  content: "\f159"; }

.la-wordpress:before {
  content: "\f19a"; }

.la-wordpress-simple:before {
  content: "\f411"; }

.la-wpbeginner:before {
  content: "\f297"; }

.la-wpexplorer:before {
  content: "\f2de"; }

.la-wpforms:before {
  content: "\f298"; }

.la-wpressr:before {
  content: "\f3e4"; }

.la-wrench:before {
  content: "\f0ad"; }

.la-x-ray:before {
  content: "\f497"; }

.la-xbox:before {
  content: "\f412"; }

.la-xing:before {
  content: "\f168"; }

.la-xing-square:before {
  content: "\f169"; }

.la-y-combinator:before {
  content: "\f23b"; }

.la-yahoo:before {
  content: "\f19e"; }

.la-yammer:before {
  content: "\f840"; }

.la-yandex:before {
  content: "\f413"; }

.la-yandex-international:before {
  content: "\f414"; }

.la-yarn:before {
  content: "\f7e3"; }

.la-yelp:before {
  content: "\f1e9"; }

.la-yen-sign:before {
  content: "\f157"; }

.la-yin-yang:before {
  content: "\f6ad"; }

.la-yoast:before {
  content: "\f2b1"; }

.la-youtube:before {
  content: "\f167"; }

.la-youtube-square:before {
  content: "\f431"; }

.la-zhihu:before {
  content: "\f63f"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }
@font-face {
  font-family: 'Line Awesome Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../fonts/la-brands-400.eot");
  src: url("../fonts/la-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/la-brands-400.woff2") format("woff2"), url("../fonts/la-brands-400.woff") format("woff"), url("../fonts/la-brands-400.ttf") format("truetype"), url("../fonts/la-brands-400.svg#lineawesome") format("svg"); }

.lab {
  font-family: 'Line Awesome Brands'; }
@font-face {
  font-family: 'Line Awesome Free';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("../fonts/la-regular-400.eot");
  src: url("../fonts/la-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/la-regular-400.woff2") format("woff2"), url("../fonts/la-regular-400.woff") format("woff"), url("../fonts/la-regular-400.ttf") format("truetype"), url("../fonts/la-regular-400.svg#lineawesome") format("svg"); }

.lar {
  font-family: 'Line Awesome Free';
  font-weight: 400; }
@font-face {
  font-family: 'Line Awesome Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("../fonts/la-solid-900.eot");
  src: url("../fonts/la-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/la-solid-900.woff2") format("woff2"), url("../fonts/la-solid-900.woff") format("woff"), url("../fonts/la-solid-900.ttf") format("truetype"), url("../fonts/la-solid-900.svg#lineawesome") format("svg"); }

.la,
.las {
  font-family: 'Line Awesome Free';
  font-weight: 900; }

.la.la-glass:before {
  content: "\f000"; }

.la.la-meetup {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-star-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-star-o:before {
  content: "\f005"; }

.la.la-remove:before {
  content: "\f00d"; }

.la.la-close:before {
  content: "\f00d"; }

.la.la-gear:before {
  content: "\f013"; }

.la.la-trash-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-trash-o:before {
  content: "\f2ed"; }

.la.la-file-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-file-o:before {
  content: "\f15b"; }

.la.la-clock-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-clock-o:before {
  content: "\f017"; }

.la.la-arrow-circle-o-down {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-arrow-circle-o-down:before {
  content: "\f358"; }

.la.la-arrow-circle-o-up {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-arrow-circle-o-up:before {
  content: "\f35b"; }

.la.la-play-circle-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-play-circle-o:before {
  content: "\f144"; }

.la.la-repeat:before {
  content: "\f01e"; }

.la.la-rotate-right:before {
  content: "\f01e"; }

.la.la-refresh:before {
  content: "\f021"; }

.la.la-list-alt {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-dedent:before {
  content: "\f03b"; }

.la.la-video-camera:before {
  content: "\f03d"; }

.la.la-picture-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-picture-o:before {
  content: "\f03e"; }

.la.la-photo {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-photo:before {
  content: "\f03e"; }

.la.la-image {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-image:before {
  content: "\f03e"; }

.la.la-pencil:before {
  content: "\f303"; }

.la.la-map-marker:before {
  content: "\f3c5"; }

.la.la-pencil-square-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-pencil-square-o:before {
  content: "\f044"; }

.la.la-share-square-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-share-square-o:before {
  content: "\f14d"; }

.la.la-check-square-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-check-square-o:before {
  content: "\f14a"; }

.la.la-arrows:before {
  content: "\f0b2"; }

.la.la-times-circle-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-times-circle-o:before {
  content: "\f057"; }

.la.la-check-circle-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-check-circle-o:before {
  content: "\f058"; }

.la.la-mail-forward:before {
  content: "\f064"; }

.la.la-eye {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-eye-slash {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-warning:before {
  content: "\f071"; }

.la.la-calendar:before {
  content: "\f073"; }

.la.la-arrows-v:before {
  content: "\f338"; }

.la.la-arrows-h:before {
  content: "\f337"; }

.la.la-bar-chart {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-bar-chart:before {
  content: "\f080"; }

.la.la-bar-chart-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-bar-chart-o:before {
  content: "\f080"; }

.la.la-twitter-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-facebook-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-gears:before {
  content: "\f085"; }

.la.la-thumbs-o-up {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-thumbs-o-up:before {
  content: "\f164"; }

.la.la-thumbs-o-down {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-thumbs-o-down:before {
  content: "\f165"; }

.la.la-heart-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-heart-o:before {
  content: "\f004"; }

.la.la-sign-out:before {
  content: "\f2f5"; }

.la.la-linkedin-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-linkedin-square:before {
  content: "\f08c"; }

.la.la-thumb-tack:before {
  content: "\f08d"; }

.la.la-external-link:before {
  content: "\f35d"; }

.la.la-sign-in:before {
  content: "\f2f6"; }

.la.la-github-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-lemon-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-lemon-o:before {
  content: "\f094"; }

.la.la-square-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-square-o:before {
  content: "\f0c8"; }

.la.la-bookmark-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-bookmark-o:before {
  content: "\f02e"; }

.la.la-twitter {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-facebook {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-facebook:before {
  content: "\f39e"; }

.la.la-facebook-f {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-facebook-f:before {
  content: "\f39e"; }

.la.la-github {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-credit-card {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-feed:before {
  content: "\f09e"; }

.la.la-hdd-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-hdd-o:before {
  content: "\f0a0"; }

.la.la-hand-o-right {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-hand-o-right:before {
  content: "\f0a4"; }

.la.la-hand-o-left {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-hand-o-left:before {
  content: "\f0a5"; }

.la.la-hand-o-up {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-hand-o-up:before {
  content: "\f0a6"; }

.la.la-hand-o-down {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-hand-o-down:before {
  content: "\f0a7"; }

.la.la-arrows-alt:before {
  content: "\f31e"; }

.la.la-group:before {
  content: "\f0c0"; }

.la.la-chain:before {
  content: "\f0c1"; }

.la.la-scissors:before {
  content: "\f0c4"; }

.la.la-files-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-files-o:before {
  content: "\f0c5"; }

.la.la-floppy-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-floppy-o:before {
  content: "\f0c7"; }

.la.la-navicon:before {
  content: "\f0c9"; }

.la.la-reorder:before {
  content: "\f0c9"; }

.la.la-pinterest {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-pinterest-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-google-plus-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-google-plus {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-google-plus:before {
  content: "\f0d5"; }

.la.la-money {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-money:before {
  content: "\f3d1"; }

.la.la-unsorted:before {
  content: "\f0dc"; }

.la.la-sort-desc:before {
  content: "\f0dd"; }

.la.la-sort-asc:before {
  content: "\f0de"; }

.la.la-linkedin {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-linkedin:before {
  content: "\f0e1"; }

.la.la-rotate-left:before {
  content: "\f0e2"; }

.la.la-legal:before {
  content: "\f0e3"; }

.la.la-tachometer:before {
  content: "\f3fd"; }

.la.la-dashboard:before {
  content: "\f3fd"; }

.la.la-comment-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-comment-o:before {
  content: "\f075"; }

.la.la-comments-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-comments-o:before {
  content: "\f086"; }

.la.la-flash:before {
  content: "\f0e7"; }

.la.la-clipboard {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-paste {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-paste:before {
  content: "\f328"; }

.la.la-lightbulb-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-lightbulb-o:before {
  content: "\f0eb"; }

.la.la-exchange:before {
  content: "\f362"; }

.la.la-cloud-download:before {
  content: "\f381"; }

.la.la-cloud-upload:before {
  content: "\f382"; }

.la.la-bell-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-bell-o:before {
  content: "\f0f3"; }

.la.la-cutlery:before {
  content: "\f2e7"; }

.la.la-file-text-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-file-text-o:before {
  content: "\f15c"; }

.la.la-building-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-building-o:before {
  content: "\f1ad"; }

.la.la-hospital-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-hospital-o:before {
  content: "\f0f8"; }

.la.la-tablet:before {
  content: "\f3fa"; }

.la.la-mobile:before {
  content: "\f3cd"; }

.la.la-mobile-phone:before {
  content: "\f3cd"; }

.la.la-circle-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-circle-o:before {
  content: "\f111"; }

.la.la-mail-reply:before {
  content: "\f3e5"; }

.la.la-github-alt {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-folder-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-folder-o:before {
  content: "\f07b"; }

.la.la-folder-open-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-folder-open-o:before {
  content: "\f07c"; }

.la.la-smile-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-smile-o:before {
  content: "\f118"; }

.la.la-frown-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-frown-o:before {
  content: "\f119"; }

.la.la-meh-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-meh-o:before {
  content: "\f11a"; }

.la.la-keyboard-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-keyboard-o:before {
  content: "\f11c"; }

.la.la-flag-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-flag-o:before {
  content: "\f024"; }

.la.la-mail-reply-all:before {
  content: "\f122"; }

.la.la-star-half-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-star-half-o:before {
  content: "\f089"; }

.la.la-star-half-empty {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-star-half-empty:before {
  content: "\f089"; }

.la.la-star-half-full {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-star-half-full:before {
  content: "\f089"; }

.la.la-code-fork:before {
  content: "\f126"; }

.la.la-chain-broken:before {
  content: "\f127"; }

.la.la-shield:before {
  content: "\f3ed"; }

.la.la-calendar-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-calendar-o:before {
  content: "\f133"; }

.la.la-maxcdn {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-html5 {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-css3 {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-ticket:before {
  content: "\f3ff"; }

.la.la-minus-square-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-minus-square-o:before {
  content: "\f146"; }

.la.la-level-up:before {
  content: "\f3bf"; }

.la.la-level-down:before {
  content: "\f3be"; }

.la.la-pencil-square:before {
  content: "\f14b"; }

.la.la-external-link-square:before {
  content: "\f360"; }

.la.la-compass {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-caret-square-o-down {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-caret-square-o-down:before {
  content: "\f150"; }

.la.la-toggle-down {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-toggle-down:before {
  content: "\f150"; }

.la.la-caret-square-o-up {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-caret-square-o-up:before {
  content: "\f151"; }

.la.la-toggle-up {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-toggle-up:before {
  content: "\f151"; }

.la.la-caret-square-o-right {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-caret-square-o-right:before {
  content: "\f152"; }

.la.la-toggle-right {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-toggle-right:before {
  content: "\f152"; }

.la.la-eur:before {
  content: "\f153"; }

.la.la-euro:before {
  content: "\f153"; }

.la.la-gbp:before {
  content: "\f154"; }

.la.la-usd:before {
  content: "\f155"; }

.la.la-dollar:before {
  content: "\f155"; }

.la.la-inr:before {
  content: "\f156"; }

.la.la-rupee:before {
  content: "\f156"; }

.la.la-jpy:before {
  content: "\f157"; }

.la.la-cny:before {
  content: "\f157"; }

.la.la-rmb:before {
  content: "\f157"; }

.la.la-yen:before {
  content: "\f157"; }

.la.la-rub:before {
  content: "\f158"; }

.la.la-ruble:before {
  content: "\f158"; }

.la.la-rouble:before {
  content: "\f158"; }

.la.la-krw:before {
  content: "\f159"; }

.la.la-won:before {
  content: "\f159"; }

.la.la-btc {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-bitcoin {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-bitcoin:before {
  content: "\f15a"; }

.la.la-file-text:before {
  content: "\f15c"; }

.la.la-sort-alpha-asc:before {
  content: "\f15d"; }

.la.la-sort-alpha-desc:before {
  content: "\f881"; }

.la.la-sort-amount-asc:before {
  content: "\f160"; }

.la.la-sort-amount-desc:before {
  content: "\f884"; }

.la.la-sort-numeric-asc:before {
  content: "\f162"; }

.la.la-sort-numeric-desc:before {
  content: "\f886"; }

.la.la-youtube-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-youtube {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-xing {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-xing-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-youtube-play {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-youtube-play:before {
  content: "\f167"; }

.la.la-dropbox {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-stack-overflow {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-instagram {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-flickr {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-adn {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-bitbucket {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-bitbucket-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-bitbucket-square:before {
  content: "\f171"; }

.la.la-tumblr {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-tumblr-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-long-arrow-down:before {
  content: "\f309"; }

.la.la-long-arrow-up:before {
  content: "\f30c"; }

.la.la-long-arrow-left:before {
  content: "\f30a"; }

.la.la-long-arrow-right:before {
  content: "\f30b"; }

.la.la-apple {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-windows {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-android {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-linux {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-dribbble {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-skype {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-foursquare {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-trello {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-gratipay {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-gittip {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-gittip:before {
  content: "\f184"; }

.la.la-sun-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-sun-o:before {
  content: "\f185"; }

.la.la-moon-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-moon-o:before {
  content: "\f186"; }

.la.la-vk {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-weibo {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-renren {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-pagelines {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-stack-exchange {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-arrow-circle-o-right {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-arrow-circle-o-right:before {
  content: "\f35a"; }

.la.la-arrow-circle-o-left {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-arrow-circle-o-left:before {
  content: "\f359"; }

.la.la-caret-square-o-left {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-caret-square-o-left:before {
  content: "\f191"; }

.la.la-toggle-left {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-toggle-left:before {
  content: "\f191"; }

.la.la-dot-circle-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-dot-circle-o:before {
  content: "\f192"; }

.la.la-vimeo-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-try:before {
  content: "\f195"; }

.la.la-turkish-lira:before {
  content: "\f195"; }

.la.la-plus-square-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-plus-square-o:before {
  content: "\f0fe"; }

.la.la-slack {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-wordpress {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-openid {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-institution:before {
  content: "\f19c"; }

.la.la-bank:before {
  content: "\f19c"; }

.la.la-mortar-board:before {
  content: "\f19d"; }

.la.la-yahoo {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-google {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-reddit {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-reddit-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-stumbleupon-circle {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-stumbleupon {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-delicious {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-digg {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-pied-piper-pp {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-pied-piper-alt {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-drupal {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-joomla {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-spoon:before {
  content: "\f2e5"; }

.la.la-behance {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-behance-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-steam {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-steam-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-automobile:before {
  content: "\f1b9"; }

.la.la-cab:before {
  content: "\f1ba"; }

.la.la-envelope-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-envelope-o:before {
  content: "\f0e0"; }

.la.la-deviantart {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-soundcloud {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-file-pdf-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-file-pdf-o:before {
  content: "\f1c1"; }

.la.la-file-word-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-file-word-o:before {
  content: "\f1c2"; }

.la.la-file-excel-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-file-excel-o:before {
  content: "\f1c3"; }

.la.la-file-powerpoint-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-file-powerpoint-o:before {
  content: "\f1c4"; }

.la.la-file-image-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-file-image-o:before {
  content: "\f1c5"; }

.la.la-file-photo-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-file-photo-o:before {
  content: "\f1c5"; }

.la.la-file-picture-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-file-picture-o:before {
  content: "\f1c5"; }

.la.la-file-archive-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-file-archive-o:before {
  content: "\f1c6"; }

.la.la-file-zip-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-file-zip-o:before {
  content: "\f1c6"; }

.la.la-file-audio-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-file-audio-o:before {
  content: "\f1c7"; }

.la.la-file-sound-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-file-sound-o:before {
  content: "\f1c7"; }

.la.la-file-video-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-file-video-o:before {
  content: "\f1c8"; }

.la.la-file-movie-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-file-movie-o:before {
  content: "\f1c8"; }

.la.la-file-code-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-file-code-o:before {
  content: "\f1c9"; }

.la.la-vine {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-codepen {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-jsfiddle {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-life-ring {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-life-bouy {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-life-bouy:before {
  content: "\f1cd"; }

.la.la-life-buoy {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-life-buoy:before {
  content: "\f1cd"; }

.la.la-life-saver {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-life-saver:before {
  content: "\f1cd"; }

.la.la-support {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-support:before {
  content: "\f1cd"; }

.la.la-circle-o-notch:before {
  content: "\f1ce"; }

.la.la-rebel {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-ra {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-ra:before {
  content: "\f1d0"; }

.la.la-resistance {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-resistance:before {
  content: "\f1d0"; }

.la.la-empire {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-ge {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-ge:before {
  content: "\f1d1"; }

.la.la-git-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-git {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-hacker-news {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-y-combinator-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-y-combinator-square:before {
  content: "\f1d4"; }

.la.la-yc-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-yc-square:before {
  content: "\f1d4"; }

.la.la-tencent-weibo {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-qq {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-weixin {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-wechat {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-wechat:before {
  content: "\f1d7"; }

.la.la-send:before {
  content: "\f1d8"; }

.la.la-paper-plane-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-paper-plane-o:before {
  content: "\f1d8"; }

.la.la-send-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-send-o:before {
  content: "\f1d8"; }

.la.la-circle-thin {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-circle-thin:before {
  content: "\f111"; }

.la.la-header:before {
  content: "\f1dc"; }

.la.la-sliders:before {
  content: "\f1de"; }

.la.la-futbol-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-futbol-o:before {
  content: "\f1e3"; }

.la.la-soccer-ball-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-soccer-ball-o:before {
  content: "\f1e3"; }

.la.la-slideshare {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-twitch {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-yelp {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-newspaper-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-newspaper-o:before {
  content: "\f1ea"; }

.la.la-paypal {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-google-wallet {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-cc-visa {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-cc-mastercard {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-cc-discover {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-cc-amex {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-cc-paypal {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-cc-stripe {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-bell-slash-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-bell-slash-o:before {
  content: "\f1f6"; }

.la.la-trash:before {
  content: "\f2ed"; }

.la.la-copyright {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-eyedropper:before {
  content: "\f1fb"; }

.la.la-area-chart:before {
  content: "\f1fe"; }

.la.la-pie-chart:before {
  content: "\f200"; }

.la.la-line-chart:before {
  content: "\f201"; }

.la.la-lastfm {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-lastfm-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-ioxhost {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-angellist {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-cc {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-cc:before {
  content: "\f20a"; }

.la.la-ils:before {
  content: "\f20b"; }

.la.la-shekel:before {
  content: "\f20b"; }

.la.la-sheqel:before {
  content: "\f20b"; }

.la.la-meanpath {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-meanpath:before {
  content: "\f2b4"; }

.la.la-buysellads {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-connectdevelop {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-dashcube {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-forumbee {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-leanpub {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-sellsy {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-shirtsinbulk {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-simplybuilt {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-skyatlas {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-diamond {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-diamond:before {
  content: "\f3a5"; }

.la.la-intersex:before {
  content: "\f224"; }

.la.la-facebook-official {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-facebook-official:before {
  content: "\f09a"; }

.la.la-pinterest-p {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-whatsapp {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-hotel:before {
  content: "\f236"; }

.la.la-viacoin {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-medium {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-y-combinator {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-yc {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-yc:before {
  content: "\f23b"; }

.la.la-optin-monster {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-opencart {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-expeditedssl {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-battery-4:before {
  content: "\f240"; }

.la.la-battery:before {
  content: "\f240"; }

.la.la-battery-3:before {
  content: "\f241"; }

.la.la-battery-2:before {
  content: "\f242"; }

.la.la-battery-1:before {
  content: "\f243"; }

.la.la-battery-0:before {
  content: "\f244"; }

.la.la-object-group {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-object-ungroup {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-sticky-note-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-sticky-note-o:before {
  content: "\f249"; }

.la.la-cc-jcb {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-cc-diners-club {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-clone {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-hourglass-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-hourglass-o:before {
  content: "\f254"; }

.la.la-hourglass-1:before {
  content: "\f251"; }

.la.la-hourglass-2:before {
  content: "\f252"; }

.la.la-hourglass-3:before {
  content: "\f253"; }

.la.la-hand-rock-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-hand-rock-o:before {
  content: "\f255"; }

.la.la-hand-grab-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-hand-grab-o:before {
  content: "\f255"; }

.la.la-hand-paper-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-hand-paper-o:before {
  content: "\f256"; }

.la.la-hand-stop-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-hand-stop-o:before {
  content: "\f256"; }

.la.la-hand-scissors-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-hand-scissors-o:before {
  content: "\f257"; }

.la.la-hand-lizard-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-hand-lizard-o:before {
  content: "\f258"; }

.la.la-hand-spock-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-hand-spock-o:before {
  content: "\f259"; }

.la.la-hand-pointer-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-hand-pointer-o:before {
  content: "\f25a"; }

.la.la-hand-peace-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-hand-peace-o:before {
  content: "\f25b"; }

.la.la-registered {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-creative-commons {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-gg {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-gg-circle {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-tripadvisor {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-odnoklassniki {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-odnoklassniki-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-get-pocket {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-wikipedia-w {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-safari {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-chrome {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-firefox {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-opera {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-internet-explorer {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-television:before {
  content: "\f26c"; }

.la.la-contao {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-500px {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-amazon {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-calendar-plus-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-calendar-plus-o:before {
  content: "\f271"; }

.la.la-calendar-minus-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-calendar-minus-o:before {
  content: "\f272"; }

.la.la-calendar-times-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-calendar-times-o:before {
  content: "\f273"; }

.la.la-calendar-check-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-calendar-check-o:before {
  content: "\f274"; }

.la.la-map-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-map-o:before {
  content: "\f279"; }

.la.la-commenting:before {
  content: "\f4ad"; }

.la.la-commenting-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-commenting-o:before {
  content: "\f4ad"; }

.la.la-houzz {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-vimeo {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-vimeo:before {
  content: "\f27d"; }

.la.la-black-tie {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-fonticons {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-reddit-alien {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-edge {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-credit-card-alt:before {
  content: "\f09d"; }

.la.la-codiepie {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-modx {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-fort-awesome {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-usb {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-product-hunt {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-mixcloud {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-scribd {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-pause-circle-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-pause-circle-o:before {
  content: "\f28b"; }

.la.la-stop-circle-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-stop-circle-o:before {
  content: "\f28d"; }

.la.la-bluetooth {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-bluetooth-b {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-gitlab {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-wpbeginner {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-wpforms {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-envira {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-wheelchair-alt {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-wheelchair-alt:before {
  content: "\f368"; }

.la.la-question-circle-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-question-circle-o:before {
  content: "\f059"; }

.la.la-volume-control-phone:before {
  content: "\f2a0"; }

.la.la-asl-interpreting:before {
  content: "\f2a3"; }

.la.la-deafness:before {
  content: "\f2a4"; }

.la.la-hard-of-hearing:before {
  content: "\f2a4"; }

.la.la-glide {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-glide-g {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-signing:before {
  content: "\f2a7"; }

.la.la-viadeo {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-viadeo-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-snapchat {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-snapchat-ghost {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-snapchat-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-pied-piper {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-first-order {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-yoast {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-themeisle {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-google-plus-official {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-google-plus-official:before {
  content: "\f2b3"; }

.la.la-google-plus-circle {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-google-plus-circle:before {
  content: "\f2b3"; }

.la.la-font-awesome {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-fa {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-fa:before {
  content: "\f2b4"; }

.la.la-handshake-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-handshake-o:before {
  content: "\f2b5"; }

.la.la-envelope-open-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-envelope-open-o:before {
  content: "\f2b6"; }

.la.la-linode {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-address-book-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-address-book-o:before {
  content: "\f2b9"; }

.la.la-vcard:before {
  content: "\f2bb"; }

.la.la-address-card-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-address-card-o:before {
  content: "\f2bb"; }

.la.la-vcard-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-vcard-o:before {
  content: "\f2bb"; }

.la.la-user-circle-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-user-circle-o:before {
  content: "\f2bd"; }

.la.la-user-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-user-o:before {
  content: "\f007"; }

.la.la-id-badge {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-drivers-license:before {
  content: "\f2c2"; }

.la.la-id-card-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-id-card-o:before {
  content: "\f2c2"; }

.la.la-drivers-license-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-drivers-license-o:before {
  content: "\f2c2"; }

.la.la-quora {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-free-code-camp {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-telegram {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-thermometer-4:before {
  content: "\f2c7"; }

.la.la-thermometer:before {
  content: "\f2c7"; }

.la.la-thermometer-3:before {
  content: "\f2c8"; }

.la.la-thermometer-2:before {
  content: "\f2c9"; }

.la.la-thermometer-1:before {
  content: "\f2ca"; }

.la.la-thermometer-0:before {
  content: "\f2cb"; }

.la.la-bathtub:before {
  content: "\f2cd"; }

.la.la-s15:before {
  content: "\f2cd"; }

.la.la-window-maximize {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-window-restore {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-times-rectangle:before {
  content: "\f410"; }

.la.la-window-close-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-window-close-o:before {
  content: "\f410"; }

.la.la-times-rectangle-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-times-rectangle-o:before {
  content: "\f410"; }

.la.la-bandcamp {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-grav {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-etsy {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-imdb {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-ravelry {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-eercast {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-eercast:before {
  content: "\f2da"; }

.la.la-snowflake-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-snowflake-o:before {
  content: "\f2dc"; }

.la.la-superpowers {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-wpexplorer {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-spotify {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }


/* HEADER SECTION * -------------------------- */

.cart_dropdown a.nav-link {
    padding: 5px 0 !important;
}
.header_wrap.fixed-top.dark-header {
    background: #000;
    position: static;
}
.navbar .navbar-nav li.user .nav-link i {
    font-size: 27px;
}
.navbar .navbar-nav li.user .dropdown-menu {
    padding: 15px;
}
.navbar .navbar-nav li.user .dropdown-menu ul li {
    border-top: 1px solid #e5e7eb;
    padding: 5px 0;
}
.navbar .navbar-nav li.user .dropdown-menu ul li a {
    color: #687188;
    font-size: 15px;
}
.navbar .navbar-nav li.user .dropdown-menu ul li a i {
    width: auto;
    font-size: 18px;
    position: relative;
    top: -2px;
}
.navbar .navbar-nav li.cart_dropdown {
    position: relative;
    top: -1px;
}


/* BANNER SECTION * -------------------------- */

.banner-section {
    /*background: url(../images/banner-image.jpeg);*/
    height: 700px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
.banner-section video {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
}
.banner-section .over {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.1);
}
.banner-section .container, 
.banner-section .container .banner-caption {
    height: 94%;
}
.banner-section .container .banner-caption {
    position: relative;
    z-index: 2;
    padding: 22% 0 0 0;
    width: 55%;
}
.banner-section .container .banner-caption .banner-title {
    width: 100%;
    font-size: 48px;
    color: #fff;
    text-align: left;
    font-weight: 800;
    line-height: 58px;
    letter-spacing: -2px;
    text-shadow: 0px 0px 40px rgb(0 0 0 / 90%);
    text-transform: uppercase;
}
.banner-section .container .banner-caption .banner-title2 {
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    margin-top: 15px;
    font-weight: 300;
    margin-left: 0;
    text-align: left;
    padding-right: 14%;
}
.banner-section .container .banner-caption a {
    margin-top: 20px;
}

/* HEADPHONE SECTION * -------------------------- */

.lup {
    position: relative;
    z-index: 2;
}
.headphone-section {
    background-position: left bottom;
    position: relative;
    z-index: 1;
}
.headphone-section .headphone-image {
    margin-bottom: -8rem;
    margin-right: 10%;
    margin-top: -1rem;
}
.headphone-section .headphone-info h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -.025em;
    margin-top: -50px;
}
.headphone-section .headphone-info h2 {
    font-size: 58px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.025em;
    margin-top: 10px;
    margin-bottom: 20px;
}
.headphone-section .headphone-info a {
    margin-top: 0;
}

/* PRODUCTS SECTION * -------------------------- */

.products-section {
    background: #000;
    min-height: 500px;
    margin-top: -150px;
    padding-top: calc(5rem + 180px);
    padding-bottom: calc(5rem + 50px);
    position: relative;
}
.products-section video {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .2;
    top: 5%;
    left: 0;
}
.products-section .container {
    position: relative;
    z-index: 1;
}
.products-section .products-image {
    position: relative;
}
.products-section .products-image .full-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.1);
    left: 0;
    top: 0;
    transition: all .3s ease;
}
.products-section .products-image .text-overlay {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 30px;
}
.products-section .text-overlay h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -.025em;
    text-shadow: 0px 0px 40px rgb(0 0 0 / 90%);
}
.products-section .text-overlay h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -.025em;
    margin-top: 10px;
    margin-bottom: 15px;
    text-shadow: 0px 0px 40px rgb(0 0 0 / 90%);
    text-transform: uppercase;
}
.products-section .image-1 {
    border-radius: 5px;
    overflow: hidden;
}
.products-section .products-image:hover .full-overlay {
    background: rgba(0,0,0,.3);
}
.products-section .big-images {
    border-radius: 5px;
    overflow: hidden;
}
.products-section .big-images .text-overlay {
    background: #222;
    padding: 27px 30px;
}
.products-section .big-images.two {
    margin-top: 24px;
}
.products-section .big-images.two .text-overlay {
    background: #222;
}
.bottom-shape {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

/* SPEARKERS SECTION * -------------------------- */

.speakers-section {
    background: #222222;
    position: relative;
    overflow: hidden;
}
.speakers-section .overlay {
    position: absolute;
    width: 53%;
    top: 13%;
    bottom: 9%;
    left: -5%;
    background: rgba(0,0,0,.3);
    border-radius: 0 10px 10px 0;
    transform: rotate(-3deg) skewX(-3deg);
}
.speakers-section .speakers-info {
    position: relative;
    z-index: 1;
    margin-top: 15px;
}
.speakers-section .speakers-info h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -.025em;
}
.speakers-section .speakers-info h2 {
    font-size: 58px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.025em;
    margin-top: 10;
    margin-bottom: 20px;
}
.speakers-section .speakers-info a {
    margin-top: 0;
}
.speakers-section .speakers-image {
    margin-left: 0%;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
    transform: rotate(-3deg) skewX(-3deg);
    margin-top: -50px;
}
.speakers-section .speakers-image video {
    width: 125%;
    display: block;
}

/* ACCESSORIES SECTION * -------------------------- */

.accessories-section {
    text-align: center;
    position: relative;
}
.accessories-section .top-shape {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.accessories-section .bottom-shape {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
.accessories-section .inner {
    padding: 10% 0;
}
.accessories-section h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -.025em;
    text-shadow: 0px 0px 40px rgb(0 0 0 / 90%);
}
.accessories-section h2 {
    font-size: 58px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.025em;
    margin-top: 10px;
    margin-bottom: 20px;
    text-shadow: 0px 0px 40px rgb(0 0 0 / 90%);
}
.accessories-section a {
    margin-top: 0;
}

/* AMPLIFIERS SECTION * -------------------------- */

.amplifiers-section {
    background: #000;
    position: relative;
    overflow: hidden;
}
.amplifiers-section .overlay {
    position: absolute;
    width: 53%;
    top: 7%;
    bottom: 20%;
    right: -5%;
    background: rgba(255,255,255,.05);
    border-radius: 10px 0 0 10px;
    transform: rotate(-3deg) skewX(-3deg);
}
.amplifiers-section .amplifiers-image {
    margin-right: 0;
    position: relative;
    z-index: 1;
    transform: rotate(-3deg) skewX(-3deg);
    border-radius: 10px;
    overflow: hidden;
}
.amplifiers-section .amplifiers-image video {
    width: 125%;
    display: block;
}
.amplifiers-section .amplifiers-info {
    padding-left: 10%;
}
.amplifiers-section .amplifiers-info h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -.025em;
    margin-top: -50px;
}
.amplifiers-section .amplifiers-info h2 {
    font-size: 58px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.025em;
    margin-top: 10px;
    margin-bottom: 15px;
}
.amplifiers-section .amplifiers-info a {
    margin-top: 0;
}

/* MIXERS SECTION * -------------------------- */

.mixers-section {
    background: #222222;
    position: relative;
    text-align: center;
    padding-bottom: 10rem;
}
.mixers-section .top-shape {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0
}
.mixers-section .mixers-image {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-top: 50px;
    height: 500px;
}
.mixers-section .mixers-image video {
    width: 100%;
    margin-top: -100px;
}
.mixers-section .mixers-image .full-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
}
.mixers-section .mixers-image .text-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 30px;
}
.mixers-section .text-overlay h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -.025em;
    text-shadow: 0px 0px 40px rgb(0 0 0 / 90%);
}
.mixers-section .text-overlay h2 {
    font-size: 58px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.025em;
    margin-top: 10px;
    margin-bottom: 20px;
    text-shadow: 0px 0px 40px rgb(0 0 0 / 90%);
}
.mixers-section .text-overlay a {
    margin-top: 0;
}
.mixers-section .bottom-shape {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0
}

/* FOOTER SECTION * -------------------------- */

.footer-section {
    background-color: #000;
    padding-top: 5rem;
}
.footer-section .footer-top {
    padding: 0 0;
    margin-top: -150px;
    position: relative;
    margin-bottom: 4rem;
}
.footer-section .footer-top .inner {
    padding: 30px 40px;
    border-radius: 10px;
    background: #111;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.ft-subtxt {
    width: 55px;
    margin-top: -5px;
}
.sub-icon svg {
    fill: #fff;
}
.ft-subicn {
    padding-left: 30px;
}
.ft-subicn h2 {
    font-size: 28px;
    margin: 3px 0 5px 0;
    font-weight: 700;
    line-height: 28px;
    color: #fff;
}
.ft-subicn p {
    font-size: 16px;
    color: #fff;
    margin: 0;
}
.ft-subinp {
    padding-left: 50px;
    flex-grow: 1;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.ft-subinp input {
    height: 55px;
    width: 100%;
    padding: 0 15px;
    border-radius: 5px;
    border: 0;
    font-size: 16px;
}
.ft-subinp button {
    height: 55px;
    width: 55px;
    padding: 0 0;
    border: 0;
    font-size: 28px;
    position: absolute;
    right: 0;
    top: 0;
}
.footer-section .footer-top h3 {
    color: #101010;
    font-size: 40px;
    line-height: 40px;
    font-weight: 400;
}
.footer-section .footer-top .right {
    padding-left: 5%;
}
.footer-section .footer-top .right form {
    display: flex;
    align-items: center;
}
.footer-section .footer-top .right form .fminp {
    width: 100%;
}
.footer-section .footer-top .right form .fmbtn {
    margin-left: -40px;
}
.footer-section .footer-top .right form .form-control {
    border: 1px solid #e2e2e2;
    height: 56px;
    border-radius: 50px;
    padding: 0 20px;
}
.footer-section .footer-middle {
    margin-top: 0;
}
.footer-section .footer-middle .inner .ft-logo {
    margin-bottom: 20px;
    margin-top: -30px;
}
.footer-section .footer-middle .inner .address {
    display: flex;
    align-items: baseline;
    margin-top: 20px;
}
.footer-section .footer-middle .inner .address .icon-info {
    /*width: calc (100%-40px);*/
}
.footer-section .footer-middle .inner .address h5 {
    font-size: 18px;
    color: #fff;
}
.footer-section .footer-middle .inner .about-ft {
    padding-right: 10%;
} 
.footer-section .footer-middle .inner .about-ft p, 
.footer-section .footer-middle .inner .address p {
    margin-top: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
}
.footer-section .footer-middle .inner .address p.phone {
    font-size: 26px;
    font-weight: 600;
    margin-top: 10px;
}
.footer-section .footer-middle .ft-social {
    margin-top: 25px;
    margin-bottom: 0;
}
.footer-section .footer-middle .ft-social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #101010;
    box-shadow: 0 0 0 0 #101010 inset;
    border-radius: 5px;
    color: #101010;
    position: relative;
    margin-right: 5px;
}
.footer-section .footer-middle .ft-social a i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.footer-section .footer-middle .ft-social a:hover {
    box-shadow: 0 0 0 4em #101010 inset, 0 5px 15px rgb(0 0 0 / 10%);
    color: #fff;
}
.footer-section .footer-middle .ft-box {
    margin-top: 0;
}
.footer-section .footer-middle .ft-box.two {
    margin-left: 30px;
}
.footer-section .footer-middle .ft-box h4 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 25px;
}
.footer-section .footer-middle .ft-box ul {
    margin-bottom: 0;
}
.footer-section .footer-middle .ft-box ul li {
    margin-top: 10px;
}
.footer-section .footer-middle .ft-box ul li a {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 400;
}
.footer-section .footer-middle .ft-box P {
    margin-top: 5px;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
}
footer .widget.contact-widget p.addressline {
    padding-right: 40px;
}
.footer-section .footer-copyright {
    background-color: #000;
    padding: 30px 0;
    margin-top: 2rem;
    border-top: 1px solid rgba(255,255,255,.1);
}
.footer-section .footer-copyright p {
    font-size: 14px;
    margin: 0;
}
.footer-section .footer-copyright p a {
    color: #fff;
    font-weight: 500;
}
.footer-section .footer-copyright .right {
    text-align: right;
}

/* LOGIN SECTION * -------------------------- */

.lginp {
    position: relative;
}
.lginp i {
    position: absolute;
    top: 16px;
    font-size: 18px;
    left: 15px;
    color: #777;
}
.lginp .form-control {
    padding: 8px 15px 8px 40px;
}
.login_wrap .btn {
    padding: 13px 30px;
}

/* ACCOUNT SECTION * -------------------------- */

.overview-head {
    display: flex;
    align-items: center;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    margin-bottom: 0;
    padding: 15px;
}
.overview-head .avatar-view.mt-card-avatar {
    width: 90px;
}
.overview-head .overview-head-text {
    padding-left: 0;
}
.overview-head .overview-head-text h2 {
    font-family: "Poppins", sans-serif;
    letter-spacing: -.03rem;
    font-size: 26px;
    margin-bottom: 5px;
}
.overview-head .overview-head-text p {
    margin-bottom: 0;
    color: #687188;
}
.overview-card .card {
    margin-top: 15px;
    box-shadow: none;
    background: #f5f5f5;
    border-radius: 10px;
    text-align: center;
}
.overview-card .card .icon {
    width: 60px;
    height: 60px;
    line-height: 70px;
    margin: 0 auto;
    background: #333;
    color: #fff;
    border-radius: 50%;
}
.overview-card .card h5 {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    letter-spacing: -.03rem;
    margin: 10px 0 5px 0;
}
.overview-card .card p {
    line-height: 1.4;
    font-size: 16px;
    margin-bottom: 10px;
}
.account-pages h1 {
    font-family: "Poppins", sans-serif;
    letter-spacing: -.03rem;
    font-size: 26px;
    margin-bottom: 10px;
}
.account-pages .table {
    font-family: "Poppins", sans-serif;
}
.account-pages .table td, .account-pages .table th {
    padding: 0.6rem 0.75rem;
    vertical-align: middle;
    border-top: 1px solid #e5e7eb;
    font-size: 14px;
    letter-spacing: -.01rem;
}
.account-pages .table th {
    background: #f5f5f5;
}
.account-pages .table td {
    font-weight: 400;
    color: #687188;
    font-size: 14px;
}
.btn-view {
    background: #eee;
    width: 30px;
    height: 30px;
    line-height: 32px;
    text-align: center;
    border-radius: 5px;
    display: block;
    font-size: 16px;
}
.account-pages .status-label {
    padding: 3px 6px;
    font-size: 11px;
    border-radius: 5px;
}
.account-pages .label-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.account-pages .label-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.account-pages .label-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.account-pages .label-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
.address-head {
    display: flex;
    align-items: center;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 15px;
    justify-content: space-between;
}
.address-head h2 {
    font-family: "Poppins", sans-serif;
    letter-spacing: -.03rem;
    font-size: 26px;
    margin-bottom: 0;
}
.btn-icon {
    padding: 0;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
}
.btn-edit, .btn-edit:hover {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}
.btn-delete,  .btn-delete:hover {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.account-pages .form-control {
    height: 45px;
}

/* CONTACT SECTION * -------------------------- */

.contcat-form {
    background: #f5f7fa;
    padding: 30px;
    border-radius: 10px;
}
.contcat-form input.form-control {
    height: 45px;
}
.contcat-form .btn {
    padding: 12px 30px;
}
.contact-wrap {
    padding: 20px;
    border-radius: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 20px;
    border: 1px solid #e5e7eb;
}
.contact-wrap .contact_icon {
    background: #f5f7fa;
    width: 60px;
    height: 60px;
    line-height: 66px;
    text-align: center;
    border-radius: 50%;
    margin: 0;
}
.contact-wrap .contact_icon i {
    font-size: 30px;
}
.contact-wrap .contact_text {
    width: calc(100% - 75px);
}
.contact-wrap .contact_text span {
    font-weight: 500;
    font-size: 20px;
}
.contact-wrap .contact_text p {
    font-size: 16px;
    color: #687188;
    padding-right: 10%;
}
.google-maps {
    position: relative;
    height: 450px;
    border-radius: 10px;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* ALL PAGES SECTION * -------------------------- */

.all-pages ul {
    margin-bottom: 15px;
}
.all-pages ul li {
    color: #687188;
    line-height: 26px;
    font-size: 15px;
    list-style: none;
    position: relative;
    padding-left: 15px;
}
.all-pages ul li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #687188;
    left: 0;
    top: 9px;
}

/* ABOUT PAGE SECTION * -------------------------- */

.about-sec .left-1 {
    background: linear-gradient(-90deg, #accbee 0%, #e7f0fd 100%);
    padding: 50px;
    border-radius: 15px;
}
.about-sec p {
    font-size: 17px;
    color: #333;
}
.about-sec img {
    border-radius: 15px;
}
.stats-sed .titl {
    font-size: 56px;
    font-weight: 500;
    line-height: 1.2;
}
.stats-sed p {
    font-size: 17px;
}
.mission-sec .right {
    background: #f5f7fa;
    padding: 50px;
    border-radius: 15px;
}
.mission-sec p {
    font-size: 17px;
    color: #333;
}
.mission-sec img {
    border-radius: 15px;
}
.why-sec {
    text-align: center;
}
.why-sec .inner {
    margin-top: 30px;
}
.why-sec .inner .icons {
    background: #f5f7fa;
    width: 60px;
    height: 60px;
    line-height: 73px;
    text-align: center;
    border-radius: 50%;
    margin: 0 auto 10px auto;
}
.why-sec .inner .icons i {
    font-size: 30px;
}
.order-slogan img {
    background: #000;
    padding: 10px;
    border-radius: 5px;
}
.modal-footer .btn {
    padding: 5px 15px;
}
.compare_box .product_price del {
    font-size: 15px;
    margin-left: 2px;
    margin-right: 2px;
    top: 0;
}
.compare_box .dis-text h4 {
    font-size: 16px;
}
.order-dtails {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    margin-bottom: 0;
    padding: 15px;
}
.order-dtails .inners {
    display: flex;
    align-items: center;
    justify-content: space-between;
}







@media only screen and (min-width:1200px) {
    .deal_wrap .product_img img {
        object-fit: cover;
        height: 370px;
    }
}

@media only screen and (max-width:1180px) {
    .navbar .main-navigation-menu .navbar-nav>li {
        margin-right: 5px;
    }
    .banner-section {
        height: auto;
    }
    .banner-section .container .banner-caption {
        padding: 20% 0 13% 0;
        width: 55%;
    }
    .headphone-section .headphone-info h3, 
    .speakers-section .speakers-info h3, 
    .accessories-section h3, 
    .amplifiers-section .amplifiers-info h3, 
    .mixers-section .text-overlay h3 {
        font-size: 22px;
    }
    .headphone-section .headphone-info h2, 
    .speakers-section .speakers-info h2, 
    .accessories-section h2, 
    .amplifiers-section .amplifiers-info h2, 
    .mixers-section .text-overlay h2 {
        font-size: 56px;
    }
    #navCatContent ul>li .dropdown-menu.show, 
    .navbar .navbar-nav li>.dropdown-menu.show {
        display: block;
        margin-top: 0;
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
    }
    .products-cat .pl-sec {
        width: 25%;
        padding: 0 0 0 15px;
    }
    .products-cat .pr-sec {
        width: 75%;
        padding: 0 15px;
    }
    .product_title a {
        font-size: 18px;
        letter-spacing: -.02rem;
        font-weight: 600;
    }
    .price {
        font-weight: 600;
        letter-spacing: -.03rem;
    }
    .product .product_price {
        font-size: 20px;
        letter-spacing: -.03rem;
    }
    .product_price del {
        font-size: 16px;
        margin-left: 1px;
        margin-right: 1px;
        letter-spacing: -.03rem;
    }
    .on_sale {
        font-size: 11px;
        padding: 3px 5px;
        top: -3px;
        letter-spacing: -.03rem;
    }
}

@media only screen and (max-width:1024px) {
    .header_wrap .middle-header .contact_detail>li:last-child {
        display: none;
    }

    .top-header .contact_detail li span.pl-1 {
        display: none;
    }

    .middle-header .nav_block .navbar-brand {
        width: 150px;
    }

    .middle-header .navbar {
        width: 85%;
    }

    .navbar .main-navigation-menu .navbar-nav>li {
        margin-right: 5px;
    }

    .deal_content {
        padding: 15px 15px 20px 15px;
    }

    .contact_phone i {
        font-size: 20px;
        margin-right: 5px;
    }

    .product_search_form {
        max-width: 400px;
    }

    .products-cat .pl-sec {
        width: 25%;
    }

    .products-cat .sidebar .widget {
        padding-left: 15px;
        padding-right: 15px;
    }

    .widget-filter-item {
        padding-left: 15px;
        padding-right: 15px;
    }

    .products-cat .pr-sec {
        width: 75%;
    }

    .products-cat .pr-sec .shop_container.grid .product_info {
        padding: 10px;
    }

    .products-cat .pr-sec .product_info .price {
        font-size: 17px;
    }

    .products-cat .pr-sec .product_info .product_price del {
        font-size: 14px;
    }

    .pr_detail .price {
        font-size: 24px;
        vertical-align: middle;
    }

    .pr_detail .pr_switch_wrap {
        margin-bottom: 0;
    }

    .cart-product-quantity {
        margin: 0 10px 7px 0;
    }

    .cart_extra .cart-product-quantity {
        margin-bottom: 15px;
    }

    .btn {
        padding: 10px 20px;
    }

    .cart_extra .cart_btn {
        margin: 10px 0 0 0;
    }

    .product-meta li {
        margin-top: 5px;
    }

    .product-description-wrap {
        margin-top: 20px;
    }

    .product-description-wrap .tab-style3 {
        padding: 15px 15px;
    }

    .tab-content.shop_info_tab {
        margin-top: 20px;
    }

    .tab-content.shop_info_tab h4 {
        font-size: 22px;
    }

    .releted_product_slider.owl-theme .owl-nav.disabled+.owl-dots {
        display: none;
    }

    .related_post .blog_img img {
        height: 300px;
    }

    .contact_phone {
        display: none;
    }

    .deal_wrap .product_img {
        max-width: 100%;
    }

    .deal_content .product_info {
        width: 48%;
    }

    .deal_wrap .product_title a {
        font-size: 18px;
        line-height: 20px;
    }

    .deal_content .on_sale {
        top: -236%;
        left: -110%;
    }
    .middle-header .nav_block .logo_dark {
        max-height: 60px;
    }
    .middle-header .navbar .navbar-nav>li>.nav-link {
        font-size: 15px;
    }
    .banner-section .container .banner-caption {
        padding: 19% 0 12% 0;
        width: 65%;
    }
    .banner-section .container .banner-caption .banner-title {
        font-size: 46px;
        line-height: 56px;
    }
    .banner-section .container .banner-caption a {
        margin-top: 15px;
    }
    .headphone-section .headphone-info h3, 
    .speakers-section .speakers-info h3, 
    .accessories-section h3, 
    .amplifiers-section .amplifiers-info h3, 
    .mixers-section .text-overlay h3 {
        font-size: 20px;
    }
    .headphone-section .headphone-info h2, 
    .speakers-section .speakers-info h2, 
    .accessories-section h2, .amplifiers-section 
    .amplifiers-info h2, 
    .mixers-section .text-overlay h2 {
        font-size: 50px;
    }
    .products-section .text-overlay h3 {
        font-size: 16px;
    }
    .products-section .text-overlay h2 {
        font-size: 18px;
        margin-top: 5px;
        margin-bottom: 10px;
    }
    .products-section .products-image img {
        object-fit: cover;
        height: 178px;
        width: 100%;
    }
    .products-section .products-image img {
        object-fit: cover;
        height: 178px;
        width: 100%;
    }
    .products-section .products-image.image-1 img {
        object-fit: cover;
        height: 381px;
        width: 100%;
    }
    .products-section {
        margin-top: -150px;
        padding-top: calc(5rem + 160px);
        padding-bottom: calc(5rem + 20px);
        overflow: hidden;
    }
    .products-section video {
        width: 110%;
    }
    .mixers-section .mixers-image {
        height: 100%;
        margin-top: 30px;
    }
    .mixers-section .mixers-image video {
        width: 100%;
        margin-top: -100px;
        display: block;
    }
    .accessories-section .inner {
        padding: 9% 0;
    }
    .amplifiers-section {
        padding-bottom: 3rem;
    }
    .mixers-section {
        padding-bottom: 6rem;
    }
    .footer-section .footer-middle .inner .address p.phone {
        font-size: 24px;
    }
    .product_img img {
        height: 220px;
        width: 100%;
        object-fit: cover;
    }
}

@media only screen and (max-width:992px) {
    .navbar .main-navigation-menu .navbar-nav>li {
        margin-right: 0px;
    }

    .product-blocks .price {
        font-size: 15px;
    }

    .product-blocks .product_price del,
    .product-blocks .product_price .on_sale {
        font-size: 12px;
    }

    .product-blocks .product_list .product_info {
        padding: 0 0 0 10px;
    }

    .contact_detail>li,
    .header_list>li {
        padding: 2px 5px 2px 0;
    }

    .pr_detail .price {
        font-size: 22px;
    }
    .banner-section .container .banner-caption .banner-title2 {
        font-size: 24px;
        line-height: 34px;
        margin-top: 10px;
        padding-right: 14%;
    }
    .headphone-section .headphone-image {
        margin-bottom: -8rem;
        margin-right: 15%;
        margin-top: -1rem;
    }
    .products-section .big-images .text-overlay {
        background: #222;
        padding: 27px 20px;
    }
    .headphone-section .headphone-info h3, 
    .speakers-section .speakers-info h3, 
    .accessories-section h3, 
    .amplifiers-section .amplifiers-info h3, 
    .mixers-section .text-overlay h3 {
        font-size: 18px;
    }
    .headphone-section .headphone-info h2, 
    .speakers-section .speakers-info h2, 
    .accessories-section h2, .amplifiers-section 
    .amplifiers-info h2, 
    .mixers-section .text-overlay h2 {
        font-size: 48px;
    }
    .footer-section .footer-middle .inner .address p.phone {
        font-size: 22px;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar .navbar-nav li.user .dropdown-menu ul li {
        border-top: 1px solid #e5e7eb;
        padding: 5px 0;
        float: none;
    }
    .products-cat .pr-sec .product_info .price {
        font-size: 16px;
    }
    .on_sale {
        font-size: 10px;
        padding: 3px 5px;
        top: -3px;
    }
}

@media only screen and (max-width:820px) {
    .header_wrap .middle-header .contact_detail>li:last-child {
        display: inline-block;
    }

    .top-header .contact_detail li span.pl-1 {
        display: inline-block;
    }

    .top-header {
        position: relative;
    }

    .top-header .col-xl-8 {
        position: static;
    }

    .middle-header {
        padding: 0;
        position: static;
    }

    .products-cat .pl-sec {
        width: 260px;
        position: fixed;
        background: #fff;
        z-index: 9991;
        bottom: 0;
        height: 84lvh;
        overflow: auto;
        transition: all .3s ease;
        right: -260px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        padding: 0 10px;
    }

    .products-cat .pl-sec.up {
        right: 0;
    }

    .products-cat .pl-sec .sidebar {
        padding-top: 60px;
    }

    .products-cat .pr-sec {
        width: 100%;
    }

    .products-cat .pr-sec .row.mb-4 {
        margin-bottom: 0.5rem !important;
    }

    .cat_style1 .categories_box span {
        width: 85%;
        padding: 7px 15px;
    }

    .categories_box img {
        min-height: auto;
    }

    .leads {
        margin-bottom: 20px;
    }

    .deal_wrap .product_img {
        max-width: 100%;
    }

    .deal_wrap .product_img img {
        object-fit: unset;
        height: auto;
    }

    header .husername {
        width: 75px;
    }

    .product_search_form {
        max-width: 100%;
    }

    .blog-sec .col-lg-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .newsletter-bg .h3,
    h3 {
        font-size: 24px;
    }

    .filter-btn {
        display: block;
    }

    .widget-filter-item {
        margin-top: 15px;
        padding-top: 15px;
    }

    .products-cat .sidebar .widget2 {
        margin-top: 15px;
        padding-top: 15px;
    }

    .sidebar .widget+.widget {
        margin-top: 15px;
        padding-top: 15px;
    }

    .filters-head {
        display: flex;
    }

    .wishlist-table .btn {
        padding: 10px 10px;
    }

    .wishlist-table .btn.btn-fill-out {
        width: 110px;
    }

    .login_register_wrap .login_wrap h3 {
        margin-bottom: 10px;
    }

    #avatar-modal .col-md-9,
    #avatar-modal .col-md-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .header_wrap .navbar-collapse.mobile_side_menu.show .navbar-nav {
        padding-top: 10px;
    }

    .newsletter_form2 button {
        right: 7px;
        top: 5px;
    }

    .cart_subtotal {
        margin-top: 30px;
    }

    .deal_content .on_sale {
        top: -236%;
    }

    .deal_wrap {
        padding: 0;
    }

    .best-deal-section .product_slider .item {
        padding-right: 15px;
    }

    .deal_content {
        width: 98%;
    }
    .cart_dropdown a.nav-link {
        padding: 20px 5px !important;
    }
    .middle-header .navbar .navbar-collapse.mobile_side_menu  .navbar-nav>li>.nav-link {
        color: #333;
    }
    .dark_skin .navbar .navbar-nav li>.dropdown-item {
        color: #666;
        font-weight: 400;
    }
    .banner-section .container .banner-caption {
        padding: 19% 0 12% 0;
        width: 75%;
    }
    .banner-section .container .banner-caption .banner-title {
        font-size: 44px;
        line-height: 54px;
        margin: 0;
    }
    .banner-section .container .banner-caption .banner-title2 {
        font-size: 22px;
        line-height: 32px;
        margin-top: 5px;
        padding-right: 15%;
        margin-bottom: 5px;
    }
    .banner-section .container .banner-caption a {
        margin-top: 10px;
    }
    .banner-section video {
        width: 105%;
    }
    .headphone-section .headphone-info h3 {
        margin-top: -30px;
    }
    .headphone-section .headphone-image {
        margin-bottom: -5rem;
        margin-right: 15%;
        margin-top: -2rem;
    }
    .products-section .big-images.two, 
    .products-section .big-images {
        margin-top: 30px;
    }
    .products-section .big-images .text-overlay {
        background: #222;
        padding: 38px 30px;
    }
    .headphone-section .headphone-info h2, 
    .speakers-section .speakers-info h2, 
    .accessories-section h2, .amplifiers-section 
    .amplifiers-info h2, 
    .mixers-section .text-overlay h2 {
        font-size: 40px;
    }
    .speakers-section .overlay {
        width: 53%;
        top: 14%;
        bottom: 13%;
    }
    .accessories-section .inner {
        padding: 5% 0;
    }
    .accessories-section {
        background-position: center;
        background-size: cover;
    }
    .amplifiers-section .overlay {
        top: 14%;
        bottom: 17%;
    }
    .footer-section .footer-middle .inner .about-ft {
        padding-right: 0;
    }
    #navCatContent ul>li:hover .dropdown-menu, 
    .navbar .navbar-nav li:hover>.dropdown-menu {
        display: block;
        margin-top: 0;
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
    }
    .navbar .navbar-nav li.user .dropdown-menu-right {
        right: auto;
        left: 0;
    }
    .fl-line {
        background: #fff;
        height: 10px;
        position: fixed;
        width: 100%;
        margin-top: -60px;
        z-index: 999;
    }
    .section.py-5.products-cat {
        padding-bottom: 2rem !important;
        padding-top: 2rem !important;
    }
    .product_price del {
        top: -1px;
    }
    .section.py-5.products-det {
        padding-bottom: 2rem !important;
        padding-top: 2rem !important;
    }
    .compare_box .btn {
        padding: 5px 15px;
    }
    .overview-head .overview-head-text h2 {
        font-size: 24px;
    }
    .address-head h2 {
        font-size: 24px;
    }
    .contcat-form {
        margin-top: 30px;
    }
    .contact-wrap .contact_text p {
        padding-right: 0;
    }
}

@media only screen and (max-width:768px) {
    header .husername {
        width: 50px;
    }
    .product_img_box {
        margin-bottom: 15px;
    }
    .blog_img img {
        height: auto;
    }
    .single_post .blog_img {
        height: auto;
    }
    .banner-section .container .banner-caption .banner-title {
        font-size: 42px;
        line-height: 52px;
    }
    .banner-section video {
        width: 107%;
    }
    .speakers-section .overlay {
        width: 53%;
        top: 14%;
        bottom: 13%;
        left: -3%;
    }
    .amplifiers-section .overlay {
        top: 14%;
        bottom: 17%;
        right: -3%;
    }
    .amplifiers-section .amplifiers-info {
        padding-left: 5%;
    }
    .headphone-section .headphone-info h2, 
    .speakers-section .speakers-info h2, 
    .accessories-section h2, .amplifiers-section 
    .amplifiers-info h2, 
    .mixers-section .text-overlay h2 {
        font-size: 38px;
    }
    .compare_box .btn {
        padding: 5px 10px;
        font-size: 15px;
    }
    .overview-head .overview-head-text h2 {
        font-size: 22px;
    }
    .address-head h2 {
        font-size: 22px;
    }
}

@media(min-width:736px) {
    .d-min736-none {
        display: none;
    }
}

@media only screen and (max-width:736px) {

    .top-header .contact_detail li span.pl-1,
    .header_wrap .middle-header .contact_detail>li:last-child {
        display: none;
    }

    header .husername {
        width: 80px;
    }

    .products-cat .pl-sec {
        height: 84lvh;
    }

    .pr_detail {
        margin-top: 0px;
    }

    .pr_detail .price {
        font-size: 20px;
    }

    .login_register_wrap.section {
        padding: 30px 0;
    }

    .dashboard_content {
        margin: 30px 0 0 0;
    }

    .dashboard_menu .nav-tabs li.nav-item a {
        font-size: 15px;
    }

    .first_banner {
        margin-bottom: 30px;
    }

    .testimonial_box:before,
    .testimonial_box:after {
        width: 20px;
    }

    .testimonial_style1 .testimonial_box {
        padding: 45px 50px 25px;
    }

    .our-features:before {
        height: 40%;
    }

    .shop_cart_table .product-thumbnail a {
        display: block;
    }

    .d-736-none {
        display: none !important;
    }
    .banner-section .container .banner-caption .banner-title {
        font-size: 40px;
        line-height: 50px;
    }
    .banner-section .container .banner-caption {
        padding: 21% 0 12% 0;
        width: 75%;
    }
    .banner-section video {
        width: 112%;
    }
    .banner-section .container .banner-caption .banner-title2 {
        font-size: 20px;
        line-height: 30px;
        margin-top: 5px;
        padding-right: 15%;
        margin-bottom: 5px;
    }
    .products-section {
        margin-top: -150px;
        padding-top: calc(5rem + 130px);
        padding-bottom: calc(5rem + 0px);
        overflow: hidden;
    }
    .headphone-section .headphone-info h2, 
    .speakers-section .speakers-info h2, 
    .accessories-section h2, .amplifiers-section 
    .amplifiers-info h2, 
    .mixers-section .text-overlay h2 {
        font-size: 36px;
    }
    .speakers-section .speakers-image video {
        width: 135%;
        display: block;
    }
    .speakers-section .speakers-image {
        margin-top: -40px;
    }
    .speakers-section .overlay {
        width: 53%;
        top: 16%;
        bottom: 15%;
        left: -3%;
    }
    .accessories-section .inner {
        padding: 0 0;
    }
    .amplifiers-section .overlay {
        top: 15%;
        bottom: 18%;
        right: -3%;
    }
    .product_img img {
        height: 300px;
        width: 100%;
        object-fit: cover;
    }
    .shop_container.list .product_img {
        float: left;
        max-width: 250px;
        width: 100%;
    }
    .shop_container.list .product_img img {
        height: 230px;
        width: 100%;
        object-fit: cover;
    }
    .shop_container.list .pr_desc {
        max-height: 56px;
        min-height: 77px;
    }
    .slick-track {
        margin-left: 0;
        margin-right: 0;
    }
    .product-description-wrap .tab-style3 {
        padding: 0;
    }
    .heading_s1, .heading_s4 {
        margin-bottom: 10px;
    }
    .shop_cart_table td.product-thumbnail {
        text-align: center;
    }
    .dashboard_content {
        margin: 15px 0 0 0;
    }
    .overview-card .card h5 {
        font-size: 16px;
    }
    .overview-card .card .card-body {
        padding: 1.25rem 1rem;
    }
    .overview-card .card .card-body .btn {
        padding: 5px 10px;
        font-size: 15px;
    }
    .account-pages h1 {
        font-size: 24px;
    }
}

@media only screen and (max-width:668px) {
    .body-fix-button {
        top: 20px;
    }

    .cat_style1 .categories_box span {
        width: 85%;
        padding: 7px 10px;
        letter-spacing: 0;
    }

    #new-arrival .owl-theme .owl-nav.disabled+.owl-dots,
    .product_slider.owl-theme .owl-nav.disabled+.owl-dots {
        display: none;
    }

    .section.bg_redon {
        padding: 30px 0;
    }

    .section.our-features {
        padding: 30px 0 0 0;
    }

    .products-cat .pr-sec .product_info .price {
        font-size: 16px;
    }

    .products-cat .pr-sec .product_info .product_price del,
    .products-cat .pr-sec .product_info .product_price .on_sale {
        font-size: 13px;
    }

    .shop_container.list .product .product_title {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .deal_wrap .product_img {
        height: auto;
    }

    .deal_wrap .product_img img {
        height: 360px;
    }

    .testimonial_box:before {
        top: -20px;
    }

    .testimonial_box:after {
        bottom: 0px;
    }
    .banner-section .container .banner-caption .banner-title {
        font-size: 38px;
        line-height: 48px;
    }
    .banner-section .container .banner-caption {
        padding: 21% 0 12% 0;
        width: 80%;
    }
    .banner-section video {
        width: 115%;
    }
    .accessories-section .top-shape, 
    .mixers-section .top-shape {
        top: -1px;
    }
    .mixers-section .mixers-image {
        height: 100%;
        margin-top: 0px;
    }
    .mixers-section {
        padding-bottom: 5rem;
    }
    .headphone-section .headphone-info h2, 
    .speakers-section .speakers-info h2, 
    .accessories-section h2, .amplifiers-section 
    .amplifiers-info h2, 
    .mixers-section .text-overlay h2 {
        font-size: 34px;
    }
    .products-section .big-images .text-overlay {
        background: #222;
        padding: 25px 30px;
    }
    .products-section .text-overlay h2 {
        font-size: 20px;
        margin-top: 5px;
        margin-bottom: 10px;
    }
    .account-pages h1 {
        font-size: 22px;
    }
}

@media only screen and (max-width:640px) {
    .products-cat .pr-sec .grid .col-sm-4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .shop_container.list .list_product_action_box .pr_action_btn li.add-to-cart a {
        font-size: 16px;
        padding: 10px 20px;
    }
    .banner-section video {
        width: 118%;
    }
    .banner-section .container .banner-caption .banner-title {
        font-size: 36px;
        line-height: 46px;
    }
    .headphone-section .headphone-info h3, 
    .speakers-section .speakers-info h3, 
    .accessories-section h3, 
    .amplifiers-section .amplifiers-info h3, 
    .mixers-section .text-overlay h3 {
        font-size: 16px;
    }
    .headphone-section .headphone-info h2, 
    .speakers-section .speakers-info h2, 
    .accessories-section h2, .amplifiers-section 
    .amplifiers-info h2, 
    .mixers-section .text-overlay h2 {
        font-size: 32px;
    }
    footer .widget.contact-widget p.addressline {
        padding-right: 0;
    }
    .on_sale {
        font-size: 10px;
        padding: 3px 5px;
        top: -1px;
    }
    .shop_container.list .pr_desc {
        max-height: 56px;
        min-height: 70px;
    }
    .shop_container.list .product_img img {
        height: 250px;
        width: 100%;
        object-fit: cover;
    }
    .account-pages h1 {
        font-size: 20px;
    }
    .pagination .page-item a, .pagination li span {
        height: 35px;
        line-height: 30px;
        width: 35px;
    }
}

@media only screen and (max-width:568px) {
    header .husername {
        width: 75px;
    }

    .cat_style1 .categories_box span {
        width: 85%;
        padding: 5px 5px;
        letter-spacing: 0;
        font-size: 14px;
    }

    .shop_container.list .product_img {
        float: left;
        max-width: 230px;
        width: 100%;
    }

    .shop_container.list .product .product_title {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .shop_container.list .product_price {
        float: none;
        margin-bottom: 0;
    }

    .shop_container.list .product .rating_wrap {
        float: none;
    }

    .shop_container.list .pr_desc {
        margin-bottom: 5px;
    }

    .shop_container.list .list_product_action_box .pr_action_btn li.add-to-cart a {
        font-size: 15px;
        padding: 10px 15px;
    }

    .shop_container.list .pr_action_btn li.add-to-cart a i {
        line-height: normal;
        margin-right: 2px;
    }

    .shop_container.list .pr_action_btn li {
        margin: 0 0 0 0;
    }

    .top-header .col-xl-8 .contact_detail {
        display: none;
    }
    .banner-section .container .banner-caption {
        padding: 22% 0 13% 0;
        width: 90%;
    }
    .banner-section video {
        width: 125%;
    }
    .banner-section .container .banner-caption .banner-title {
        font-size: 34px;
        line-height: 44px;
    }
    .headphone-section .headphone-image {
        margin-bottom: -3rem;
        margin-right: 10%;
        margin-top: -2rem;
    }
    .headphone-section .headphone-info h3 {
        margin-top: 0;
    }
    .headphone-section .headphone-info h2, 
    .speakers-section .speakers-info h2, 
    .accessories-section h2, .amplifiers-section 
    .amplifiers-info h2, 
    .mixers-section .text-overlay h2 {
        font-size: 32px;
        margin-bottom: 15px;
    }
    .accessories-section .top-shape, .mixers-section .top-shape {
        top: -3px;
    }
    .speakers-section {
        padding: 4rem 0;
    }
    .speakers-section .speakers-info {
        margin-top: 30px;
    }
    .speakers-section .speakers-image {
        margin-top: 30px;
        margin-left: 30%;
    }
    .speakers-section .overlay {
        width: 93%;
        top: 9%;
        bottom: 45%;
        left: -3%;
    }
    .amplifiers-section .amplifiers-image {
        margin-left: 30%;
    }
    .amplifiers-section {
        padding: 3rem 0;
    }
    .amplifiers-section .amplifiers-info h3 {
        margin-top: 0;
    }
    .amplifiers-section .amplifiers-info {
        padding-left: 0;
        margin-top: 20px;
    }
    .amplifiers-section .overlay {
        top: 8%;
        bottom: 40%;
        right: 37%;
        background: rgba(255, 255, 255, .08);
        width: 50%;
        left: 0;
        border-radius: 10px;
    }
    .headphone-section .headphone-info h2, 
    .speakers-section .speakers-info h2, 
    .accessories-section h2, .amplifiers-section 
    .amplifiers-info h2, 
    .mixers-section .text-overlay h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .product_img img {
        height: auto;
        width: 100%;
        object-fit: unset;
    }
    .shop_container.list .pr_desc {
        max-height: 56px;
        min-height: 76px;
    }
}

@media only screen and (max-width:480px) {
    .contact_phone {
        display: none;
    }

    header .husername {
        width: 80px;
    }

    .banner_section:not(.full_screen),
    .banner_section:not(.full_screen) .carousel-item {
        height: 200px;
    }

    .product_slider .owl-nav {
        display: none;
    }

    .products-cat .pr-sec .product_info .price {
        font-size: 14px;
    }

    .products-cat .pr-sec .product_info .product_price del,
    .products-cat .pr-sec .product_info .product_price .on_sale {
        font-size: 12px;
    }

    .product .product_price {
        margin-bottom: 0;
    }

    .shop_container.list .product_img {
        float: none;
        max-width: 100%;
    }

    .main-product-page-img.product-image {
        flex-wrap: wrap;
    }

    .main-product-page-img.product-image .product_gallery_item {
        min-width: 100%;
        margin-right: 0;
        width: 100%;
    }

    .main-product-page-img.product-image .product_gallery_item .slick-track {
        display: block;
    }

    .main-product-page-img.product-image .product_gallery_item {
        order: 2;
        margin-top: 5px;
    }

    .main-product-page-img .product_img_box {
        order: 1;
    }
    .slick-next,
    .slick-prev {
        height: 30px;
        width: 30px;
    }

    .slick-next:before,
    .slick-prev:before {
        font-size: 18px;
    }

    .slick-prev {
        border-radius: 5px;
        left: 0;
        opacity: 1
    }

    .slick-next {
        border-radius: 5px;
        opacity: 1;
        right: 0
    }

    .product_description .product_title a {
        font-size: 20px;
    }

    .pr_detail .price {
        font-size: 18px;
    }

    .tab-content.shop_info_tab h4 {
        font-size: 20px;
    }

    .login_register_wrap .login_wrap h3 {
        margin-bottom: 0;
    }

    .contact_icon i {
        font-size: 40px;
    }

    .contact_style3 .contact_icon {
        height: 60px;
        width: 60px;
    }

    .contact_style3 .contact_icon i {
        line-height: 60px;
    }

    .contact_style3 .contact_text {
        font-size: 15px;
    }

    .contact_style3 {
        padding: 20px 20px 30px 20px;
    }

    .header_list {
        width: 100%;
    }

    .header_list>li:last-child {
        float: inline-end;
    }

    .deal_content .on_sale {
        top: -172%;
    }

    .blog_style2 .blog_content {
        height: 135px;
    }

    .sale-banner.full-width {
        margin-top: -50px;
    }
    .banner-section .container .banner-caption {
        padding: 25% 0 15% 0;
        width: 100%;
    }
    .banner-section .container .banner-caption .banner-title {
        font-size: 32px;
        line-height: 42px;
    }
    .banner-section .container .banner-caption .banner-title2 {
        font-size: 18px;
        line-height: 28px;
        margin-top: 5px;
        padding-right: 0;
        margin-bottom: 5px;
    }
    .banner-section video {
        width: 130%;
        transform: scale(1.2);
        margin-left: -10%;
        margin-top: 5%;
    }
    .headphone-section .headphone-image {
        margin-bottom: -3rem;
        margin-right: 5%;
        margin-top: -2rem;
    }
    .products-section .products-image .text-overlay {
        padding: 20px;
        bottom: 5px;
    }
    .products-section .text-overlay h2 {
        font-size: 18px;
        margin-top: 5px;
        margin-bottom: 10px;
    }
    .products-section .products-image.image-1 img {
        object-fit: cover;
        height: 300px;
        width: 100%;
    }
    .products-section .big-images .text-overlay {
        background: #222;
        padding: 25px 20px;
    }
    .products-section .products-image img {
        object-fit: cover;
        height: 170px;
        width: 100%;
    }
    .mixers-section .mixers-image .text-overlay {
        padding: 20px;
    }
    .headphone-section .headphone-info h2, 
    .speakers-section .speakers-info h2, 
    .accessories-section h2, .amplifiers-section 
    .amplifiers-info h2, 
    .mixers-section .text-overlay h2 {
        font-size: 28px;
        margin-bottom: 15px;
    }
    .mixers-section .mixers-image video {
        width: 100%;
        margin-top: 0;
        display: block;
    }
    footer .widget.contact-widget p.addressline {
        padding-right: 20%;
    }
    .footer-section .footer-middle .inner .ft-logo img {
        width: 150px;
    }
    .products-cat .pr-sec .product_info .product_price .on_sale {
        font-size: 10px;
        padding: 3px 5px;
        top: -1px;
    }
    .product_title a {
        font-size: 16px;
        letter-spacing: -.02rem;
        font-weight: 600;
    }
    .shop_container.list .product_img img {
        height: 350px;
        width: 100%;
        object-fit: cover;
    }
    .shop_container.list .product .rating_wrap {
        float: right;
        margin-top: -25px;
    }
    .pr_detail .product_description .product_title {
        margin-bottom: 5px;
    }
    .pr_detail .product_price {
        margin-bottom: 0;
    }
    .pr_detail .rating_wrap {
        margin-bottom: 0;
    }
    .overview-head .overview-head-text h2 {
        font-size: 20px;
    }
    .address-head h2 {
        font-size: 20px;
    }
}

@media only screen and (max-width:430px) {
    .testimonial_style1 p {
        font-size: 16px;
        line-height: 26px;
    }
    .tab-content.shop_info_tab h4 {
        font-size: 18px;
    }
    .avatar-upload label {
        width: 80px;
    }
    .avatar-body {
        padding-left: 0;
        padding-right: 0;
    }
    .banner-section .container .banner-caption {
        padding: 30% 0 15% 0;
        width: 100%;
    }
    .banner-section .container .banner-caption .banner-title {
        font-size: 30px;
        line-height: 40px;
    }
    .banner-section .container .banner-caption .banner-title2 {
        font-size: 16px;
        line-height: 26px;
        margin-top: 0;
        padding-right: 0;
        margin-bottom: 0;
    }
    .headphone-section .headphone-image {
        margin-bottom: -3rem;
        margin-right: 0;
        margin-top: -2rem;
    }
    .products-section .products-image .text-overlay {
        padding: 15px;
        bottom: 5px;
    }
    .products-section .text-overlay h3 {
        font-size: 15px;
    }
    .products-section .text-overlay h2 {
        font-size: 16px;
        margin-top: 5px;
        margin-bottom: 10px;
    }
    .btn {
        padding: 8px 20px;
    }
    .products-section .products-image.image-1 img {
        object-fit: cover;
        height: 250px;
        width: 100%;
    }
    .products-section .products-image img {
        object-fit: cover;
        height: 160px;
        width: 100%;
    }
    .speakers-section .speakers-image {
        margin-top: 30px;
        margin-left: 20%;
    }
    .headphone-section .headphone-info h3, 
    .speakers-section .speakers-info h3, 
    .accessories-section h3, 
    .amplifiers-section .amplifiers-info h3, 
    .mixers-section .text-overlay h3 {
        font-size: 15px;
    }
    .headphone-section .headphone-info h2, 
    .speakers-section .speakers-info h2, 
    .accessories-section h2, .amplifiers-section 
    .amplifiers-info h2, 
    .mixers-section .text-overlay h2 {
        font-size: 26px;
        margin-bottom: 15px;
    }
    .amplifiers-section .amplifiers-image {
        margin-left: 20%;
    }
    .mixers-section {
        padding-bottom: 4rem;
    }
    .mixers-section .bottom-shape {
        bottom: -1px;
    }
    .product .product_title {
        margin-bottom: 0;
    }
    .dashboard_menu .nav-tabs li.nav-item a {
        font-size: 14px;
        padding: 10px 20px;
    }
    .dashboard_menu .nav-tabs li.nav-item a i {
        margin-right: 5px;
        font-size: 18px;
        top: -1px;
    }
    .account-pages h1 {
        font-size: 18px;
    }
}

@media only screen and (max-width:414px) {
    .contact_detail i {
        margin-right: 5px;
    }

    header .husername {
        width: 70px;
    }

    .middle-header .custom_select select {
        font-size: 14px;
        padding-left: 10px;
    }

    .product_search_form .form-control {
        font-size: 14px;
    }

    .tab-content.shop_info_tab h4 {
        font-size: 16px;
    }

    .avatar-wrapper {
        height: 300px;
    }

    .avatar-upload label {
        display: none;
    }

    .avatar-upload input {
        margin-left: 0;
    }

    .avatar-view.mt-card-avatar {
        width: 130px;
    }

    .preview-lg {
        height: 100px;
        width: 100px;
    }

    .preview-md {
        height: 80px;
        width: 80px;
    }

    .preview-sm {
        height: 60px;
        width: 60px;
    }
    .banner-section .container .banner-caption .banner-title {
        font-size: 28px;
        line-height: 38px;
    }
    .products-section .big-images .text-overlay {
        background: #222;
        padding: 25px 15px;
    }
    .products-section {
        margin-top: -150px;
        padding-top: calc(5rem + 110px);
        padding-bottom: calc(5rem - 10px);
        overflow: hidden;
    }
    .products-section .bottom-shape {
        bottom: -2px;
    }
    .accessories-section .top-shape, .mixers-section .top-shape {
        top: -4px;
    }
    .product-description-wrap .tab-style3 .shop_info_tab .raw-html-embed h3 {
        font-size: 20px;
    }
    .overview-head .overview-head-text h2 {
        font-size: 18px;
    }
    .address-head h2 {
        font-size: 18px;
    }
}

@media only screen and (max-width:394px) {
    header .husername {
        width: 80px;
    }
    .top-header .col-xl-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .avatar-view.mt-card-avatar {
        width: 120px;
    }
    .dashboard_content .card-header h3 {
        font-size: 22px;
        margin-top: 7px;
    }
    .order-tracking-wrapper h3 {
        margin-bottom: 0;
    }
    .tracking-form {
        padding: 20px;
    }
    .navbar-toggler {
        margin: 15px -7px 0 0px;
    }
    .navbar .navbar-nav.attr-nav li .nav-link {
        padding: 20px 5px;
    }
    .banner-section .container .banner-caption .banner-title {
        font-size: 26px;
        line-height: 36px;
    }
    .banner-section video {
        width: 130%;
        transform: scale(1.3);
        margin-left: -10%;
        margin-top: 10%;
    }
    .banner-section .container .banner-caption {
        padding: 35% 0 19% 0;
        width: 100%;
    }
    .btn {
        padding: 8px 20px;
        letter-spacing: 0;
        border-radius: 5px;
    }
    .products-section .big-images .text-overlay {
        background: #222;
        padding: 25px 20px;
    }
    .products-section .text-overlay h2 {
        font-size: 17px;
        margin-top: 5px;
        margin-bottom: 10px;
    }
    .products-section .products-image .text-overlay {
        padding: 15px 10px;
        bottom: 5px;
    }
    .products-section .products-image img {
        object-fit: cover;
        height: 185px;
        width: 100%;
    }
    .products-section .products-image img {
        object-fit: cover;
        height: 185px;
        width: 100%;
    }
    .headphone-section .headphone-info h2, 
    .speakers-section .speakers-info h2, 
    .accessories-section h2, .amplifiers-section 
    .amplifiers-info h2, 
    .mixers-section .text-overlay h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .mixers-section .bottom-shape {
        bottom: -2px;
    }
    .navbar .navbar-nav li.user .dropdown-menu-right {
        right: auto;
        left: -40px;
    }
    .products-cat .pr-sec .product_info .product_price .on_sale {
        font-size: 10px;
        padding: 3px 5px;
        top: -5px;
    }
    .product-description-wrap .tab-style3 .shop_info_tab .raw-html-embed h3 {
        font-size: 18px;
    }
    .overview-head .overview-head-text h2 {
        font-size: 17px;
    }
    .address-head h2 {
        font-size: 17px;
    }
}

@media only screen and (max-width:384px) {
    .dashboard_content .card-header .btn {
        padding: 10px 10px;
    }
    .banner-section .container .banner-caption .banner-title {
        font-size: 24px;
        line-height: 34px;
    }
    .banner-section .container .banner-caption {
        padding: 34% 0 18% 0;
        width: 100%;
    }
    .navbar-nav .dropdown-menu.cart_box.show {
        right: -30px;
        width: 310px;
    }
    .headphone-section .headphone-info {
        margin-left: -15px;
    }
    .speakers-section {
        margin-top: -1px;
    }
    .accessories-section .top-shape, .mixers-section .top-shape {
        top: -5px;
    }
    .overview-head .overview-head-text h2 {
        font-size: 16px;
    }
}

@media only screen and (max-width:360px) {
    .btn {
        padding: 10px 15px;
    }
    .dashboard_content .card-header .btn {
        padding: 7px 10px;
    }
    .dashboard_content .card-header h3 {
        font-size: 20px;
        margin-top: 8px;
    }
    .banner-section .container .banner-caption .banner-title {
        font-size: 22px;
        line-height: 32px;
    }
    .banner-section .container .banner-caption {
        padding: 33% 0 17% 0;
        width: 100%;
    }
    .headphone-section .headphone-info {
        margin-left: -25px;
    }
    .headphone-section .headphone-image {
        margin-bottom: -3rem;
        margin-right: 10px;
        margin-top: -2rem;
    }
    .products-section .text-overlay h3 {
        font-size: 14px;
    }
    .products-section .text-overlay h2 {
        font-size: 15px;
        margin-top: 5px;
        margin-bottom: 10px;
    }
    .products-section .products-image img {
        object-fit: cover;
        height: 180px;
        width: 100%;
    }
    .footer-section .footer-copyright p {
        font-size: 14px;
        margin: 0;
        letter-spacing: -.03rem;
    }
}

@media only screen and (max-width:320px) {
    .middle-header .nav_block .navbar-brand {
        width: 120px;
    }

    .middle-header .nav_block .logo_dark {
        max-height: 65px;
    }

    .pr_search_icon {
        float: right;
        margin-right: -8px;
    }

    .product_search_form {
        bottom: -130px;
    }

    .banner_section:not(.full_screen),
    .banner_section:not(.full_screen) .carousel-item {
        height: 180px;
    }

    .cat_style1 .categories_box span {
        font-size: 12px;
    }

    .newsletter-bg .h3,
    h3 {
        font-size: 20px;
        margin-bottom: 0;
    }

    .navbar-nav .dropdown-menu.cart_box.show {
        right: -30px;
        width: 300px;
    }

    .btn+.btn {
        margin-left: 0;
    }

    .cart_btn .add_compare,
    .cart_btn .add_wishlist {
        margin-left: 5px;
    }

    .avatar-view.mt-card-avatar {
        width: 100px;
    }

    .card-header {
        padding: .75rem 1rem;
    }

    .card-body {
        padding: 1rem;
    }

    .dashboard_content .card-header h3 {
        font-size: 18px;
        margin-top: 5px;
    }

    .dashboard_content .card-header .btn {
        padding: 5px 8px;
        font-size: 13px;
    }
    .middle-header .nav_block .logo_dark {
        max-height: 55px;
    }
    .navbar .navbar-nav.attr-nav li .nav-link {
        padding: 20px 2px;
    }
    .banner-section .container .banner-caption .banner-title {
        font-size: 20px;
        line-height: 30px;
    }
    .banner-section video {
        width: 130%;
        transform: scale(1.5);
        margin-left: -10%;
        margin-top: 15%;
    }
    .navbar .navbar-nav li.user .dropdown-menu-right {
        right: auto;
        left: -60px;
    }
    .headphone-section .headphone-info h3, 
    .speakers-section .speakers-info h3, 
    .accessories-section h3, 
    .amplifiers-section .amplifiers-info h3, 
    .mixers-section .text-overlay h3 {
        font-size: 14px;
    }
    .headphone-section .headphone-info h2, 
    .speakers-section .speakers-info h2, 
    .accessories-section h2, .amplifiers-section 
    .amplifiers-info h2, 
    .mixers-section .text-overlay h2 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .headphone-section {
        padding: 4rem 0;
    }
    .products-section .big-images .text-overlay {
        background: #222;
        padding: 25px 15px;
    }
    .products-section .products-image img {
        object-fit: cover;
        height: 175px;
        width: 100%;
    }
    .accessories-section .top-shape, .mixers-section .top-shape {
        top: -6px;
    }
    .mixers-section .bottom-shape {
        bottom: -3px;
    }
    .footer-section .footer-copyright p {
        font-size: 12px;
    }
    .shop_container.list .product .rating_wrap {
        float: none;
        margin-top: 0;
        margin-bottom: 0;
    }
}