/*
------------------------------------------------
Table of Content
------------------------------------------------

1. General layout CSS styles
2. Header
3. Homepage
4. Product Page
5. Add Product
6. Profile
7. Messages
8. Blog
9. Products Page
10. Auth
11. Footer
12. Responsive Fixes

Icon Codes
------------------------------------------------
icon-star: \e900
icon-star-o: \e901
icon-heart: \e902
icon-heart-o: \e903
icon-angle-down: \e904

/* ============ 1. General layout CSS styles ============ */
/* open-sans-light */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'),
    url('../vendor/fonts/open-sans/open-sans-light.woff2') format('woff2'), url('../vendor/fonts/open-sans/open-sans-light.woff') format('woff');
}

/* open-sans-regular*/
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'),
    url('../vendor/fonts/open-sans/open-sans-regular.woff2') format('woff2'), url('../vendor/fonts/open-sans/open-sans-regular.woff') format('woff');
}

/* open-sans-semibold */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
    url('../vendor/fonts/open-sans/open-sans-semibold.woff2') format('woff2'), url('../vendor/fonts/open-sans/open-sans-semibold.woff') format('woff');
}

/* open-sans-bold */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'),
    url('../vendor/fonts/open-sans/open-sans-bold.woff2') format('woff2'), url('../vendor/fonts/open-sans/open-sans-bold.woff') format('woff');
}

/* libre-baskerville-regular */
@font-face {
    font-family: 'Libre Baskerville';
    font-style: normal;
    font-weight: 400;
    src: local('Libre Baskerville'), local('LibreBaskerville-Regular'),
    url('../vendor/fonts/libre-baskerville/libre-baskerville-regular.woff2') format('woff2'), url('../vendor/fonts/libre-baskerville/libre-baskerville-regular.woff') format('woff');
}

/* libre-baskerville-italic */
@font-face {
    font-family: 'Libre Baskerville';
    font-style: italic;
    font-weight: 400;
    src: local('Libre Baskerville Italic'), local('LibreBaskerville-Italic'),
    url('../vendor/fonts/libre-baskerville/libre-baskerville-italic.woff2') format('woff2'), url('../vendor/fonts/libre-baskerville/libre-baskerville-italic.woff') format('woff');
}

html {
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

body {
    font-size: 0.875rem;
    font-weight: normal;
    font-style: normal;
    color: #222 !important;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #222;
    outline: none !important
}

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

button {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    outline: none !important;
}

.btn {
    font-size: 0.875rem;
    color: #222;
}

.dropdown-menu {
    font-size: 0.875rem;
}

.dropdown-item {
    color: #222;
}

img {
    text-indent: -9999px;
    color: transparent
}

.btn {
    box-shadow: none !important;
    outline: none !important;
}

.btn i {
    margin-right: 8px;
}

.btn-sm {
    padding: .25rem .5rem;
    font-size: .8125rem;
    line-height: 1.5;
    border-radius: 0.1875rem;
}

.btn-md {
    padding: .42rem .9rem;
    border-radius: 0.1875rem;
    line-height: 1.5;
}

.btn-lg {
    padding: .540rem 1.6rem;
    line-height: 1.5;
    border-radius: 0.1875rem;
}

.btn-custom {
    color: #fff !important;
    font-weight: 400;
    outline: 0 !important;
}

.btn-custom:hover, .btn-custom:focus, .btn-custom:active {
    color: #fff !important;
}

.btn-custom .disabled, .btn-custom:disabled {
    color: #fff !important;
}

.btn-red {
    background-color: #E84D3B;
    border-color: #E84D3B;
    color: #fff !important;
    border-radius: 0.1875rem;
    font-weight: 400;
    outline: 0 !important;
}

.btn-red:hover, .btn-red:focus, .btn-red:active {
    background-color: #d94432 !important;
    border-color: #d94432 !important;
    color: #fff !important;
}

.btn-block {
    padding: 0.68rem 1.5rem;
    border-radius: 0.1875rem;
    color: #fff !important;
}

.btn-outline {
    background-color: transparent !important;
    font-size: 13px;
    border-radius: 0.1875rem;
    font-weight: 400;
    outline: 0 !important;
    border-color: #999;
}

.btn-outline:hover {
    color: #fff !important;
}

.btn-favorite {
    padding: 0.5rem 1.5rem;
    border-radius: 0.1875rem;
    width: 100%;
    border: 1px solid #e4e4e4;
    background-color: transparent !important;
}

.btn-favorite:hover {
    border-color: #bcbcbc !important;
}

.btn-favorite i {
    color: #666;
    margin-right: 8px;
}

.btn-contact-seller {
    padding: 0.3rem 1.1rem;
    border-radius: 0.1875rem;
    border: 1px solid #e4e4e4;
    background-color: transparent !important;
    float: right;
    font-size: 12px;
    font-weight: 600;
    font-weight: 600;
}

.btn-contact-seller:hover {
    border-color: #bcbcbc !important;
}

.btn-contact-seller i {
    color: #666;
    margin-right: 4px;
}

.btn-outline-gray {
    background-color: transparent !important;
    font-size: 13px;
    font-weight: 400;
    outline: 0 !important;
    border: 1px solid #e4e4e4;
    color: #444 !important;
}

.btn-outline-gray:hover {
    border-color: #bcbcbc !important;
}

.btn-outline-red {
    background-color: transparent !important;
    border: 1px solid #E84D3B;
    color: #E84D3B;
    font-size: 13px;
    border-radius: 0.1875rem;
    font-weight: 400;
    outline: 0 !important;
    text-transform: uppercase;
}

.btn-outline-red:hover {
    background-color: #E84D3B !important;
    color: #fff !important;
}

.color-white {
    color: #fff !important;
}

.btn-filter-products-mobile {
    display: none;
    float: left;
    min-width: 200px;
    text-align: left;
    border-radius: 0.1875rem;
    color: #fff;
}

.alert-dismissible .close {
    padding: 10px 20px;
}

.form-input {
    border: 1px solid #dfe0e6;
    outline: none !important;
    color: #494949;
    height: 40px;
    font-size: 0.875rem;
    line-height: 18px;
    padding: 10px 20px;
    box-shadow: none;
    border-radius: 0.1875rem;
}

.form-textarea {
    min-height: 80px;
    border-radius: 0.1875rem;
    padding: 15px 20px;
    resize: none;
}

.form-control {
    font-size: 0.875rem;
}

.form-control:focus {
    color: #495057;
    outline: 0;
    box-shadow: none !important;
}

.form-group {
    display: block;
    width: 100%;
    position: relative;
    float: left;
    max-width: 100%;
}

.form-group .control-label {
    font-weight: 600;
}

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

.row-align-items-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.row-custom {
    display: block;
    width: 100%;
    max-width: 100%;
    float: left;
    position: relative;
}

.ck-editor__editable_inline {
    min-height: 250px;
}

/*breadcrumb*/
.nav-breadcrumb {
    padding-bottom: 30px;
}

.breadcrumb {
    background-color: transparent;
    font-size: 13px;
    padding: 0;
    margin: 0;
    height: 18px;
}

.breadcrumb a {
    color: #999;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 4px;
    color: #999;
}

.breadcrumb-item + .breadcrumb-item::before {
    padding-right: 4px;
    color: #999;
}

.breadcrumb .active {
    color: #777;
}

.p-0 {
    padding: 0 !important;
}

.m-0 {
    margin: 0 !important;
}

.m-t-0 {
    margin-top: 0 !important;
}

.m-t-5 {
    margin-top: 5px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-15 {
    margin-top: 15px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-t-30 {
    margin-top: 30px !important;
}

.m-t-30- {
    margin-top: -30px !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.m-r-10 {
    margin-right: 10px;
}

.m-r-1 {
    margin-right: 1px;
}

.m-r-2 {
    margin-right: 2px !important;
}

.m-l-5 {
    margin-left: 5px;
}

.m-l-15 {
    margin-left: 15px;
}

.font-600 {
    font-weight: 600 !important;
}

.error-message {
    margin-left: 15px;
}

.error-message p {
    position: relative;
    color: #d43f3a;
    margin-bottom: 5px;
    font-size: 0.875rem;
    text-align: left;
    display: list-item !important;
    list-style: disc !important;
}

.error-message-img-upload {
    display: none;
}

.error-reset-password {
    color: #d43f3a;
    text-align: center;
}

.success-message p {
    position: relative;
    color: #28a745;
    margin-bottom: 5px
}

.custom-checkbox input:invalid .custom-checkbox label {
    color: #0f74a8;
}

.link-underlined {
    text-decoration: underline !important;
}

.link-underlined:hover {
    color: #333;
}

.link-terms {
    color: #222 !important;
    font-weight: 600 !important;
}

.link-terms strong {
    color: #222 !important;
    font-weight: 600 !important;
}

@media (max-width: 992px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

/* ============ 2. Header ============ */
#header {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    z-index: 100;
}

.nav-top {
    width: 100%;
    display: block;
    position: relative;
    float: left;
    padding: 15px 0;
    background-color: #fff;
}

.nav-top .nav-top-left .logo {
    position: relative;
    float: left;
    width: 180px;
    height: 50px;
    margin-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.nav-top.nav-top-left .logo a {
    width: 100%;
    height: auto;
    display: block;
}

.nav-top .nav-top-left .logo a img {
    max-width: 180px;
    max-height: 50px;
}

.top-search-bar {
    width: calc(100% - 220px);
    display: table;
    float: left;
    position: relative;
}

.top-search-bar .left {
    display: table-cell;
    vertical-align: top;
    min-width: 95px;
}

.top-search-bar .right {
    position: relative;
    display: table-cell;
    vertical-align: top;
    width: 100%;
}

.top-search-bar .input-search {
    border: 1px solid #e6e6e6 !important;
    border-left: 0;
    box-shadow: none !important;
    outline: none !important;
    color: #555;
    padding: 8px;
    padding-right: 40px;
    box-shadow: none;
    border-radius: 0 !important;
    font-size: 0.8125rem;
    line-height: 21px;
    min-height: 39px;
}

.top-search-bar .was-validated .form-control:invalid {
    border: 1px solid #e6e6e6 !important;
    -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3) !important;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3) !important;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3) !important;
}

.top-search-bar .btn-search {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent !important;
    border: 0 !important;
    color: #888;
    font-size: 16px;
}

.top-search-bar .btn-search i {
    margin: 0 !important;
}

.search-select {
    min-width: 105px;

}

.search-select button {
    border-radius: 2px 0 0 2px;
    min-width: 105px;
    position: relative;
    text-align: left;
    line-height: 21px;
    padding: 8px 15px;
    background-color: transparent;
    border: 1px solid #e6e6e6;
    color: #999;
    border-right: 0;
}

.search-select button::after {
    margin: 0;
    position: absolute;
    right: 15px;
    top: 16px;

}

.search-select .dropdown-menu {
    border-top: 0;
    min-width: 105px;
    padding: 0;
    margin: 0;
    border-radius: 0 0 2px 2px;
}

.search-select .dropdown-menu .dropdown-item {
    padding: 6px 15px;
    color: #999;
}

.search-select .dropdown-item:focus, .search-select .dropdown-item:hover {
    background-color: #f8f9fa;
    color: #222;
    text-decoration: none;
}

.nav-top .nav-top-right .nav {
    float: right;
}

.nav-top .nav-top-right .nav li {
    margin-right: 0;
}

.nav-top .nav-top-right .nav > li > a {
    padding: 8px;
    display: block;
    color: #606060;
}

.nav-top .nav-top-right .nav > li > a:hover {
    color: #666 !important;
}

.nav-top .nav-top-right .nav > li > .btn-sell-now {
    padding: .42rem .9rem !important;
    border-radius: 0.1875rem !important;
    line-height: 1.5 !important;
    margin: 0 8px;
    color: #fff !important;
}

.nav-top .nav-top-right .nav > li > .btn-sell-now:hover {
    color: #fff !important;
}

.nav-main {
    width: 100%;
    display: block;
    position: relative;
    float: left;
    background-color: #fff;
    padding: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.nav-main .navbar {
    background-color: #fff;
    padding: 0;
    margin: 0;
}

.nav-main .navbar ul .nav-item:first-child {
    padding-left: 0;
}

.nav-main .navbar ul .nav-item:last-child {
    padding-right: 0;
}

.nav-main .navbar ul .nav-item .nav-link {
    color: #222;
    font-weight: 500;
    padding: 12px 18px;
    font-size: 14px;
    position: relative;
}

.nav-main .navbar > .navbar-nav > .nav-item:hover .nav-link:before {
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    bottom: 0;
}

.profile-dropdown .dropdown-menu {
    border: 1px solid #e6e6e6;
    min-width: 180px;
    padding: 0;
    left: -20px !important;
    z-index: 999999;
}

.profile-dropdown .dropdown-menu li {
    margin: 0 !important;
}

.profile-dropdown .dropdown-menu li:last-child {
    border-top: 1px solid #e6e6e6;
    margin-top: 0 !important;
}

.profile-dropdown .dropdown-menu li a {
    display: block;
    margin: 4px;
    padding: 4px 15px;
    line-height: 24px;
    color: #606060 !important;
}

.span-message-count {
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    font-size: 11px;
    background-color: #e34c5a;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    font-weight: 600;

}

.profile-dropdown .dropdown-menu li a:hover {
    background-color: #f5f5f5;
}

.profile-dropdown .dropdown-menu li a i {
    margin-right: 5px;
}

.profile-dropdown .a-profile img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 2px;
}

.profile-dropdown .notification {
    position: absolute !important;
    display: inline-block;
    font-size: 11px;
    background-color: #e34c5a;
    border-radius: 50%;
    top: 4px;
    left: 29px;
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    font-weight: 600;
}

.profile-dropdown .a-profile::after {
    display: none;
}

.profile-dropdown .username {
    display: inline-block;
    position: relative;
    line-height: 22px;
    top: 2px;
}

.profile-dropdown .icon-arrow-down {
    position: relative;
    top: 2px;
}

.language-dropdown .dropdown-toggle {
    padding: 0 !important;
    background-color: transparent !important;
}

.language-dropdown .dropdown-toggle:after {
    display: none;
}

.language-dropdown .dropdown-menu {
    border: 1px solid #e6e6e6;
    min-width: 130px;
    padding: 0;
    left: -20px !important;
    z-index: 999999;
}

.language-dropdown .dropdown-menu a {
    display: block;
    margin: 4px;
    padding: 4px 20px;
    line-height: 24px;
    color: #222 !important;
}

.language-dropdown .dropdown-menu a:hover {
    background-color: #f5f5f5;
}

.language-dropdown > a::after {
    display: none;
}

.nav-item-cart a .notification {
    position: absolute !important;
    display: inline-block;
    font-size: 11px;
    background-color: #e34c5a;
    border-radius: 50%;
    top: 0;
    left: 22px;
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    font-weight: 600;
}

.nav-item-cart a .lbl-cart {
    display: block;
    width: 100%;
    font-size: 12px;
    color: #555;
    position: relative;
    left: 2px;
    text-align: center;
}

.span-message-4652 {
    display: inline-block;
    height: 18px;
    width: 18px;
    text-align: center;
    line-height: 18px;
    border-radius: 100%;
    background-color: #e34c5a;
    color: #fff;
    font-size: 10px;
    margin-left: 5px;
    font-weight: 600;
    margin-right: 18px;
}

.li-main-nav-right a {
    color: #555;
    line-height: 24px;
    position: relative;
    top: -1px;
}

.li-main-nav-right a i {
    margin-right: 5px;
    font-size: 20px;
    position: relative;
    top: 2px;
}

/*Mega Menu*/
.mega-menu {

}

.mega-menu .dropdown-toggle::after {
    display: none !important;
}

.mega-menu .nav-item {
    position: inherit;
}

.mega-menu .dropdown .dropdown-menu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 1170px;
    max-width: 100%;
    display: none;
    overflow: hidden;
    border-radius: 0 !important;
    margin: 0;
    border: 0;
    padding: 30px;
    -moz-box-shadow: inset 0 0 1px #7D7D7D;
    -webkit-box-shadow: inset 0 0 1px #7D7D7D;
    box-shadow: inset 0 0 1px #7D7D7D;
    border-radius: 0 !important;
}

.mega-menu .menu-subcategories {
    text-align: left;
}

.mega-menu .col-level-two {
    margin-bottom: 10px;
}

.mega-menu .menu-subcategories .second-category {
    font-size: 14px;
    line-height: 24px;
    color: #222;
    padding-bottom: 4px;
    border-bottom: 2px solid transparent;
    font-weight: 600;
}

.mega-menu .menu-subcategories .second-category:hover {
    border-color: #777;
}

.mega-menu .menu-subcategories ul {
    padding: 0;
    margin: 0;
    margin-top: 15px;
    margin-bottom: 5px;
}

.mega-menu .menu-subcategories ul li {
    list-style: none;
    margin-bottom: 8px;
}

.mega-menu .menu-subcategories ul li a {
    font-size: 14px;
    line-height: 22px;
    color: #222;
    padding-bottom: 4px;
    border-bottom: 2px solid transparent;
}

.mega-menu .menu-subcategories ul li a:hover {
    border-color: #888;
}

/*Large Menu*/
.navbar .mega-menu .dropdown-menu-large {
    padding: 0;

}

.navbar .mega-menu .dropdown-menu-large .left {
    border-right: 1px solid #eee;
    padding: 15px 0 30px 15px;
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
}

.dropdown-menu-large .left .large-menu-item {
    width: 100%;
    display: block;
    float: left;
    font-size: 13px;
    line-height: 24px;
    color: #222;
}

.dropdown-menu-large .left .active a {
    background-color: #f2f2f2;
    color: #222;
}

.dropdown-menu-large .left .large-menu-item a {
    display: block;
    width: 100%;
    position: relative;
    padding: 8px 20px;
}

.dropdown-menu-large .left .large-menu-item a:hover {
    background-color: #f2f2f2;
    color: #222;
}

.dropdown-menu-large .left .large-menu-item a i {
    width: 10px;
    height: 26px;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.dropdown-menu-large .right {
    -ms-flex: 0 0 72%;
    flex: 0 0 72%;
    max-width: 72%;
    padding: 15px 15px 30px 20px;
}

.dropdown-menu-large .right .large-menu-content {
    display: none;
    width: 100%;
}

.dropdown-menu-large .right .active {
    display: block;
}

.dropdown-menu-large .right .large-menu-content .item-large-menu-content {
    line-height: 26px;
    padding-bottom: 10px;
}

.dropdown-menu-large .right .large-menu-content .item-large-menu-content a {
    line-height: 26px;
    padding-bottom: 4px;
    border-bottom: 2px solid transparent;
}

.dropdown-menu-large .right .large-menu-content .item-large-menu-content a:hover {
    border-color: #888;
    color: #222;
}

/*mobile menu*/
.mobile-menu {
    display: none;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding: 15px 0;
}

.mobile-menu .mobile-menu-button {
    text-align: left;
}

.mobile-menu .mobile-menu-button a {
    font-size: 21px;
    color: #222 !important;
}

.mobile-menu .col-logo {
    padding: 0;
}

.mobile-menu .col-menu {
    padding-right: 0;
}

.mobile-menu .col-buttons {
    padding-left: 0;
}

.mobile-menu .mobile-logo {
    text-align: center;
}

.mobile-menu .mobile-logo a {
    display: inline-block;
}

.mobile-menu .mobile-logo img {
    max-width: 130px;
    max-height: 44px;
}

.mobile-menu .mobile-button-buttons {
    text-align: right;
}

.mobile-menu .mobile-button-buttons a {
    font-size: 21px;
    color: #222 !important;
}

.mobile-menu .mobile-button-buttons .mobile-cart-container {
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

.mobile-menu .mobile-button-buttons .mobile-cart-container .notification {
    position: absolute !important;
    display: inline-block;
    font-size: 11px;
    background-color: #e34c5a;
    border-radius: 50%;
    top: -4px;
    left: 13px;
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    font-weight: 600;
}

.mobile-nav-logo {
    text-align: center;
}

.mobile-nav-logo a {
    display: inline-block;
}

.mobile-nav-logo a img {
    max-width: 140px;
    max-height: 50px;
}

.nav-mobile {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    padding-top: 60px;
    text-align: center;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    background-color: #f6f6f6;
    background-image: linear-gradient(315deg, #f6f6f6 0%, #fbfbfb 74%);

}

.nav-mobile .nav-mobile-inner {
    display: block;
    position: relative;
    width: 100%;
    padding: 24px;
    padding-top: 15px;
}

.nav-mobile .btn-close-mobile-nav {
    position: absolute;
    top: 0;
    right: 16px;
    font-size: 36px;
    margin-left: 50px;
    color: #222;
}

.nav-mobile .navbar-nav {
    padding: 0;
    margin: 0;
    display: block;
    position: relative;
    width: 100%;
}

.nav-mobile .navbar-nav .nav-item {
    display: block;
    position: relative;
    width: 100%;
}

.nav-mobile .navbar-nav .item-profile .nav-link {
    padding-bottom: 0;
}

.nav-mobile .navbar-nav .item-profile .nav-link img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 100%;
}


.nav-mobile .navbar-nav .item-profile .dropdown-menu .dropdown-item {
    margin-left: 25px;
}

.nav-mobile .navbar-nav .item-profile .notification {
    position: absolute !important;
    display: inline-block;
    font-size: 11px;
    background-color: #e34c5a;
    border-radius: 50%;
    top: 4px;
    left: 29px;
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    font-weight: 600;
}

.nav-mobile .navbar-nav .item-sell-button a {
    white-space: nowrap;
    padding: 0.48rem 1.5rem;
}

.nav-mobile .navbar-nav .nav-item .nav-link {
    font-size: 15px;
    line-height: 22px;
    text-align: left;
    color: #222;
    width: 100%;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav-mobile .navbar-nav .nav-item .nav-link i {
    float: right;
}

.nav-mobile .navbar-nav > .nav-item > .dropdown-menu {
    position: relative !important;
    width: 100%;
    transform: none !important;
    background-color: transparent !important;
    border: 0 !important;
    padding-top: 0;
    margin-top: 0;
}

.nav-mobile .navbar-nav > .nav-item > .dropdown-menu > .dropdown-item {
    color: #222;
    background-color: transparent !important;
    font-size: 15px;
    line-height: 24px;
}

.nav-mobile .navbar-nav .dropdown-toggle::after {
    display: none !important;
}

.mobile-social-links {
    display: block;
    position: relative;
    min-width: 270px;
    margin-top: 30px;
}

.mobile-social-links ul {
    padding: 0;
    margin: 0;
    text-align: center;
}

.mobile-social-links ul li {
    list-style: none;
    display: inline-block;
}

.mobile-social-links ul li a {
    font-size: 17px;
    padding: 5px;
    margin-right: 15px;
    color: #222;
}

.mobile-social-links ul li a:first-child {
    padding-left: 0;
}

.mobile-search-form {
    display: none;
    position: absolute !important;
    z-index: 9999 !important;
    width: 100%;
    background-color: #fff;
    padding: 5px;
    padding-bottom: 10px;
}

.open-search {
    display: block !important;
}

/* ============ 3. Homepage ============ */
#wrapper {
    width: 100%;
    display: block;
    position: relative;
    min-height: 600px;
    padding-top: 30px;
}

#content {
    width: 100%;
    display: block;
    position: relative;
    float: left;
}

.index-title {
    visibility: hidden;
    height: 0 !important;
    margin: 0 !important;
    color: transparent !important;
}

.section {
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 30px;
}

.section .title {
    display: block;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.section .title-exp {
    text-align: center;
    margin-bottom: 30px;
    color: #999;
    font-size: 15px;
    font-style: italic;
    font-family: 'Libre Baskerville', serif;
}

.page-text-content {
    font-size: 15px;
    line-height: 28px;
}

.section-promoted {
    margin-bottom: 30px;
    margin-top: 30px;
}

.section-latest-products {
    margin-bottom: 30px;
    margin-top: 30px;
}

.section-blog {
    margin-top: 30px !important;
}

.main-slider .owl-nav {
    width: 100%;
    height: 38px;
    line-height: 38px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
}

.main-slider .owl-nav button {
    pointer-events: auto;
    padding: 0;
    width: 21px;
    height: 38px;
    line-height: 38px;
    opacity: 0;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.main-slider:hover .owl-nav button {
    opacity: 0.9;
}

.main-slider .owl-nav i {
    font-size: 36px;
    line-height: 38px;
    color: #f1f1f1;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.main-slider .owl-nav i:before {
    width: 21px;
    position: relative;
    top: -1px;
}

.main-slider .owl-nav .owl-prev {
    position: relative;
    float: left;
    margin-left: 15px;
}

.main-slider .owl-nav .owl-prev i {
    position: absolute;
    left: 0px;
    top: 0;
}

.main-slider .owl-nav .owl-next {
    position: relative;
    float: right;
    margin-right: 15px;
}

.main-slider .owl-nav .owl-next i {
    position: absolute;
    right: 0px;
    top: 0;
}

.main-slider .owl-dots {
    width: 100%;
    vertical-align: top;
    position: absolute;
    bottom: 10px;
    text-align: center;
    pointer-events: none;
}

.main-slider .owl-dots .owl-dot {
    width: 14px;
    height: 14px;
    background-color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    border-radius: 100%;
    margin-right: 10px;
    pointer-events: auto;
}

.main-slider .owl-dots .active {
    background-color: #fff;
}

.main-slider .owl-carousel {
    float: left;
}

.owl-stage-outer::after {
    width: 1px;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: white;
}

.section-categories {
    margin-bottom: 30px;
}

.featured-categories {
    margin-right: -10px;
    margin-left: -10px;
}

.featured-categories .col {
    padding: 0 10px;
    max-height: 510px;
}

.featured-categories .featured-category {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: block;
}

.featured-categories .featured-category .inner {
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden;
    background-color: #f8f8f8;
    cursor: pointer;
}

.featured-categories .featured-category-1 {
    height: 510px;
}

.featured-categories .featured-category-1 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.featured-categories .featured-category-2 {
    height: 200px;
    margin-bottom: 20px;
}

.featured-categories .featured-category-2 img {
    width: 100%;
    height: auto;
}

.featured-categories .featured-category-3 {
    height: 290px;
}

.featured-categories .featured-category-3 img {
    width: auto;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-categories .featured-category-4 {
    height: 245px;
    margin-bottom: 20px;
}

.featured-categories .featured-category-4 img {
    width: 100%;
    height: auto;
}

.featured-categories .featured-category-5 {
    height: 245px;
}

.featured-categories .featured-category-5 img {
    width: 100%;
    height: auto;
}

.featured-category .caption {
    width: 100%;
    padding: 7px 10px;
    position: absolute;
    bottom: 0;
    background-color: rgba(17, 17, 17, .5);
}

.featured-category .caption span {
    cursor: pointer;
    color: #fff !important;
    font-size: 15px;
}

.link-see-more {
    line-height: 24px;
}

.link-see-more i {
    display: inline-block;
    position: relative;
    bottom: -1px;
}

/*Product Item*/
.product-item {
    display: block;
    width: 100%;
    max-width: 100%;
    float: left;
    position: relative;
    margin-bottom: 30px;
}

.product-item:hover .item-favorite-button {
    opacity: 1;
}

.product-item .img-product-container {
    display: block;
    width: 100%;
    text-align: center;
}

.product-item .img-product {
    display: block;
    height: 270px;
    width: auto;
    margin: 0 auto;
    max-width: none;
    object-fit: cover;
    margin-left: 50%;
    /* Move to the left by 50% of own width */
    transform: translateX(-50%);
}

.product-item .item-details {
    padding: 10px 0;
    display: block;
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}

.product-item .item-details .rating {
    float: left;
    display: block;
    width: 100%;
    position: relative;
}

.product-item .item-details .icon-star, .product-item .item-details .icon-star-o {
    font-size: 20px;
}

.product-item .item-details .icon-star:before, .product-item .item-details .icon-star-o:before {
    margin: 0;
}

.product-item .item-details .product-title {
    display: block;
    width: 100%;
    float: left;
    position: relative;
    font-size: 0.875rem;
    line-height: 24px;
    margin: 0;
}

.product-item .item-details .product-title a {
    display: block;
}

.product-item .item-details .product-user {
    width: 100%;
    margin: 0;
}

.product-item .item-details .product-user a {
    color: #888;
    line-height: 24px;
}

.product-item .item-meta {
    display: block;
    width: 100%;
    float: left;
    position: relative;
}

.product-item .item-meta .price {
    display: inline-block;
    width: auto;
    float: left;
    position: relative;
    font-weight: 700;
    line-height: 24px;
}

.product-item .item-meta .item-favorites {
    display: inline-block;
    width: auto;
    float: right;
    position: relative;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 24px;
    color: #9a9a9a;
    margin-right: 15px;
}

.product-item .item-meta i {
    margin-right: 5px;
}

.product-item .item-meta .item-favorites i {

}

.product-item .item-meta .item-comments {
    display: inline-block;
    width: auto;
    float: right;
    position: relative;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 24px;
    color: #9a9a9a;
}

.product-item .item-meta .item-comments i {
    font-size: 13px;
}

.item-favorite-button {
    width: 30px;
    height: 30px;
    font-size: 24px;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff !important;
    cursor: pointer;
    opacity: 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 99;
}

.item-favorite-button:before {
    display: inline-block;
    content: "\e903";
    font-family: "barterfly-icons";
    position: absolute;
    top: -5px;
}

.item-favorited:before {
    display: inline-block;
    content: "\e902" !important;
    font-family: "barterfly-icons";
    font-weight: 900;
    color: #f15e4f !important;
}

.product-item-horizontal {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 0;
}

.product-item-horizontal:first-child {
    margin-top: 0;
}

.product-item-horizontal:last-child {
    border-bottom: 0;
}

.product-item-horizontal .item-image {
    position: relative;
    display: block;
}

.product-item-horizontal .item-details {
    padding-top: 0;
}

.product-item-horizontal .item-details .product-title {
    margin-bottom: 5px;
}

.product-item-horizontal .item-details .product-title a {
    display: inline-block;
}

.product-item-horizontal .item-details .product-user {
    margin-top: 5px;
    margin-bottom: 5px;
}

.product-item-horizontal .item-meta {
    margin-top: 15px;
}

.product-item-horizontal .item-meta .item-favorites {
    float: left;
    margin-left: 30px;
}

.product-item-horizontal .item-meta .item-comments {
    float: left;
    margin-left: 30px;
}

.product-item .badge-promoted {
    position: absolute;
    left: 8px;
    top: 8px;
    font-weight: 400;
    font-size: 11px;
    border-radius: .10rem;
    padding: .3em .6em;
    background-color: #46AF4A;
}

.product-item-horizontal .badge-promoted {
    position: relative;
    font-size: 12px;
    font-weight: 400;
    border-radius: .10rem;
    padding: .3em .6em;
    background-color: #46AF4A;
    margin-top: 5px 0px;
    top: 0;
    left: 0;
}

/* ============ 4. Product Page ============ */
.section-title {
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 25px;
    text-align: left;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
}

.section-title::after {
    background: #222;
    bottom: 0px;
    content: "";
    height: 0.1rem;
    left: 0;
    position: absolute;
    width: 80px;
}

.sidebar-title {
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 25px;
    text-align: left;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 2px solid #dee2e6;
}

.product-slider-container {
    width: 100%;
    position: relative;
    display: table;
    float: left;
    table-layout: fixed;
    height: 453px;
    margin-bottom: 45px;
}

.product-slider-container .left {
    width: 92px;
    position: relative;
    display: table-cell;
    vertical-align: top;
}

.product-slider-container .right {
    position: relative;
    display: table-cell;
    vertical-align: top;
}

.product-slider-container .right .owl-carousel .owl-item {
    overflow: hidden;
}

.product-slider-container .right .owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
    max-height: 453px;
    margin-left: 50%;
    transform: translateX(-50%);
}

.product-slider-container .dots-container {
    display: block;
    float: left;
}

.product-slider-container .dots-container .dot {
    width: 84px;
    height: 84px;
    display: block;
    border: 0;
    box-shadow: none;
    opacity: .6;
    padding: 0;
    margin-bottom: 8px;
    cursor: pointer;
}

.product-slider-container .dots-container .active {
    opacity: 1;
}

.product-slider-container .dots-container .dot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.product-slider .owl-nav {
    width: 100%;
    height: 32px;
    line-height: 32px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
}

.product-slider .owl-nav button {
    pointer-events: auto;
    padding: 0;
    width: 32px;
    height: 32px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.product-slider .owl-nav i {
    font-size: 32px;
    color: #f1f1f1;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.product-slider:hover .owl-nav i {
    opacity: 0.9;
}

.product-slider .owl-nav .owl-prev {
    position: relative;
    float: left;
    margin-left: 10px;
}

.product-slider .owl-nav .owl-next {
    position: relative;
    float: right;
    margin-right: 10px;
}

.product-share {
    position: relative;
    padding: 10px 0;
    margin-top: 10px;
}

.product-share ul {
    display: block;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    float: left;
    text-align: center;
}

.product-share ul li {
    list-style: none;
    display: inline-block;
    margin-right: 20px;
}

.product-share ul li a {
    color: #888;
    font-size: 16px;
}

.product-share label {
    float: left;
    margin-right: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

.product-details-section {
    width: 100%;
    position: relative;
    display: block;
    float: left;
    margin-bottom: 60px;
}

.product-details-section .item-details {
    line-height: 24px;
    margin-bottom: 5px;
}

.product-details-section .item-details strong {
    font-weight: 600;
}

.product-description {
    width: 100%;
    position: relative;
    display: block;
    float: left;
    margin-bottom: 20px;
}

.product-description .description {
    width: 100%;
    position: relative;
    display: block;
    float: left;
    font-size: 14px;
    line-height: 26px;
    overflow-wrap: break-word;
}

.product-description .description p {
    overflow-wrap: break-word;
}

.product-reviews {
    width: 100%;
    position: relative;
    display: block;
    float: left;
}

.product-reviews .nav-tabs {
    border-bottom: 2px solid #dee2e6;
}

.product-reviews .nav-tabs .nav-item .nav-link {
    border: 0;
    line-height: 24px;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 2px solid transparent;
    padding: 10px 30px;
}

.product-reviews .nav-tabs .nav-item .show .nav-link, .product-reviews .nav-tabs .nav-link.active {
    border: 0;
    border-bottom: 2px solid #222;
}

.product-reviews .tab-content .tab-pane {
    padding: 30px 0;
}

.product-reviews .reviews {
    width: 100%;
    position: relative;
    display: block;
    float: left;
    margin-top: 45px;
}

.product-reviews .rating-bar {
    border: none;
    display: block;
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 15px;
}

.product-reviews .rating-bar span {
    float: left;
    margin-right: 15px;
    line-height: 25px;
}

.product-reviews .rating-bar .rating-stars {
    float: left;
    height: 30px;
    line-height: 30px;
}

.product-reviews .rating-bar input {
    display: none;
}

.product-reviews .rating-bar label:before {
    font-size: 26px;
    display: inline-block;
    font-family: "barterfly-icons";
    content: "\e901";
    cursor: pointer;
}

.product-reviews .rating-bar label {
    color: #ddd;
    float: right;
    margin-bottom: 0 !important;
    line-height: 25px;
}

.product-reviews .rating-bar label:hover:before {
    font-family: "barterfly-icons";
    content: "\e900" !important;
}

.product-reviews .rating-bar input:checked ~ label:before,
.product-reviews .rating-bar:not(:checked) label:hover,
.product-reviews .rating-bar:not(:checked) label:hover ~ label:before {
    font-family: "barterfly-icons";
    content: "\e900" !important;
}

.product-reviews .rating-bar input:checked + label:hover,
.product-reviews .rating-bar input:checked ~ label:hover,
.product-reviews .rating-bar label:hover ~ input:checked ~ label:before,
.product-reviews .rating-bar input:checked ~ label:hover ~ label:before {
    font-family: "barterfly-icons";
    content: "\e900" !important;
}

.product-reviews .rating-bar input:checked ~ label,
.product-reviews .rating-bar:not(:checked) label:hover,
.product-reviews .rating-bar:not(:checked) label:hover ~ label {
    color: #fbc12a;
}

.product-reviews .rating-bar input:checked + label:hover,
.product-reviews .rating-bar input:checked ~ label:hover,
.product-reviews .rating-bar label:hover ~ input:checked ~ label,
.product-reviews .rating-bar input:checked ~ label:hover ~ label {
    color: #FFD700;
}

.product-reviews .invalid-rating label {
    color: #dc3545;
}

.product-reviews .form-textarea {
    resize: none;
}

.product-reviews .review-list {
    padding: 0;
    margin: 0;
    margin-top: 60px;
}

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

.product-reviews .review-list li .left {
    display: table-cell;
    width: 65px;
    height: auto;
    vertical-align: top;
    text-align: left;
}

.product-reviews .review-list li .left img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.product-reviews .review-list li .right {
    display: table-cell;
    vertical-align: top;
}

.product-reviews .review-list li .right .row-custom {
    margin-bottom: 5px;
}

.product-reviews .review-list li .right .username {
    font-weight: 600;
    float: left;
    display: block;
    height: 24px;
    line-height: 26px;
}

.product-reviews .review-list li .right .rating {
    float: left;
    position: relative;
    margin-left: 30px;
    height: 24px;
    line-height: 24px;
}

.rating .icon-star-o {
    float: left;
    color: #ddd;
}

.rating .icon-star {
    float: left;
    color: #fbc12a;
}

.rating i {
    float: left;
    color: #fbc12a;
    font-size: 22px;
    line-height: 22px;
}

.product-reviews .review-list li .right .date {
    font-size: 12px;
    color: #999;
}

.reviews .review-total {
    margin-bottom: 20px;

}

.reviews .review-total .rating {
    float: left;
    margin-right: 10px;
}

.reviews .review-total span {
    float: left;
    line-height: 23px;
}

.reviews .label-review {
    font-size: 15px;
    font-weight: 600;
    display: block;
    float: left;
    margin-right: 15px;
    margin-bottom: 0;
    line-height: 26px;
}

.product-reviews .comments {
    float: left;
    display: block;
    width: 100%;
}

.product-reviews .comments .comment-list {
    padding: 0;
    margin: 0;
    float: left;
    display: block;
    width: 100%;
}

.product-reviews .comments .comment-list li {
    width: 100%;
    list-style: none;
    display: table;
    margin-bottom: 20px;
}

.product-reviews .comments .comment-list li .left {
    display: table-cell;
    width: 65px;
    height: auto;
    vertical-align: top;
    text-align: left;
}

.product-reviews .comments .comment-list li .left img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.product-reviews .comments .comment-list li .right {
    display: table-cell;
    vertical-align: top;
}

.product-reviews .comments .comment-list li .right .row-custom {
    margin-bottom: 5px;
}

.product-reviews .comments .comment-list li .right .username {
    font-weight: 600;
    float: left;
    display: block;
}

.product-reviews .comments .comment-list li .right a {
    font-size: 12px;
}

.product-reviews .comments .comment-list li .right .date {
    font-size: 12px;
    color: #999;
}

.product-reviews .comments .comment-list li .right .btn-reply {
    margin-left: 15px;
}

.product-reviews .comments .comment-total {
    margin-bottom: 30px;
    margin-top: 45px;
}

.product-reviews .comments .label-comment {
    font-size: 15px;
    font-weight: 600;
    display: block;
    float: left;
    margin-right: 10px;
    margin-bottom: 0;
    line-height: 25px;
}

.product-reviews .comments .comment-total span {
    display: block;
    font-size: 15px;
    float: left;
    line-height: 25px;
}

/*subcomments*/
.row-sub-comment {
    margin: 0 !important;
    padding: 0 !important;
}

.sub-comment-form {
    margin-top: 15px;
    padding: 15px;
    border-radius: 0.1875rem;
}

.sub-comment-form-registered {
    margin-top: 15px;
}

.row-sub-comment .form-textarea {
    min-height: 60px;
}

.row-sub-comment .comment-list {
    margin-top: 20px !important;
}

.row-sub-comment .comment-list li {
    margin-bottom: 15px !important;
}

/*send message modal*/
.modal-send-message button {

}

.modal-send-message .modal-header {
    padding-bottom: 0;
    border: 0 !important;
}

.modal-send-message .modal-footer {
    border: 0 !important;
    padding-top: 0;
}

.modal-send-message .modal-content {
    padding: 10px;
}

.modal-send-message .modal-header .title {
    width: 100%;
    display: block;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
}

.modal-send-message .modal-header .close {
    position: absolute;
    top: 15px;
    right: 15px;
}

.modal-send-message .modal-content .form-textarea {
    min-height: 100px;
    resize: none;
}

.modal-send-message .user-contact-modal img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 5px;
}

.modal-send-message .user-contact-modal p {
    text-align: center;
    font-weight: 600;
    margin-bottom: 0;
}

.modal-send-message .success-message, .modal-send-message .error-message {
    text-align: center;
}

.error-reviewed {
    display: none;
    margin-top: 10px;
    color: #d43f3a;
}

.error-own-product {
    display: none;
    margin-top: 10px;
    color: #d43f3a;
}

.product-content-left {
    width: 100%;
    display: block;
    float: left;
    position: relative;
}

.product-content-right {
    width: 100%;
    display: block;
    float: left;
    position: relative;
}

.product-content-details-mobile {
    display: none !important;
}

.product-content-details {
    width: 100%;
    height: 100%;
    display: block;
    float: left;
    position: relative;
    min-height: 453px;
    margin-bottom: 45px;
}

.product-content-details .product-title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}

.product-content-details .meta {
    margin-bottom: 15px;
}

.product-content-details .meta a {
    font-size: 0.875rem;
    line-height: 18px;
    color: #9a9a9a;
    font-weight: 600;
}

.product-content-details .meta span {
    font-size: 13px;
    line-height: 18px;
    color: #9a9a9a;
    float: right;
    margin-left: 15px;
}

.product-content-details .meta span i {
    margin-right: 5px;
}

.product-content-details .meta span .icon-comment {
    font-size: 12px;
}

.product-content-details .price {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}

.product-content-details .price .lbl-price {
    position: relative;
    display: inline-block;
}

.product-content-details .price .price-line {
    display: block;
    height: 1px;
    width: 100%;
    background-color: #9a9a9a;
    position: absolute;
    top: 2px;
    bottom: 0;
    left: 0;
    margin: auto;
}

.product-content-details .lbl-sold {
    margin-left: 5px;
    color: #555;
}

.product-content-details .details {
    margin-bottom: 15px;
}

.product-content-details .details .item-details {
    width: 100%;
    display: table;
    float: left;
    margin-bottom: 8px;
}

.product-content-details .details .item-details .left {
    display: table-cell;
    vertical-align: top;
    width: 120px;
    text-align: left;
}

.product-content-details .details .item-details .right {
    display: table-cell;
    vertical-align: top;
    text-align: left;
}

.product-content-details .details label {
    float: left;
    min-width: 120px;
    margin-bottom: 0;
}

.product-content-details .details span {
    float: left;
}

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

.quantity-select .btn i {
    float: right;
    color: #444;
    margin-right: 0;
}

.quantity-select .dropdown-toggle {
    display: inline-block;
    min-width: 80px;
    text-align: left;
    border: 1px solid #d1d1d1;
    background-color: transparent;
    border-radius: 2px;
    padding: .5rem .75rem;
}

.quantity-select .dropdown-toggle:after {
    display: none;
}

.quantity-select .dropdown-menu {
    min-width: 80px;
    border-color: #ededed;
    border-top: 0;
    border-radius: 0 0 2px 2px;
    top: -2px !important;
    max-height: 200px;
    overflow: auto;
}

.quantity-select .dropdown-menu .dropdown-item {
    padding: 6px 5px 6px 20px;
    border: 0 !important;
    cursor: pointer;
}

.quantity-select .dropdown-menu .dropdown-item:hover,
.quantity-select .dropdown-menu .dropdown-item:focus,
.quantity-select .dropdown-menu .dropdown-item:active {
    background-color: #f8f9fa !important;
    color: #222;
}

.quantity-select-cart {
    float: right;
}

.quantity-select-cart .dropdown-toggle {
    padding: .42rem .9rem;
}

.product-details .lbl-quantity {
    font-size: 11px;
    text-transform: uppercase;
    color: #777;
    margin-bottom: 4px;
}

.product-content-right .widget-seller {
    width: 100%;
    display: block;
    float: left;
    position: relative;
    margin-bottom: 45px;
}

.product-content-right .widget-seller .widget-content {
    width: 100%;
    display: table;
    float: left;
    position: relative;
}

.product-content-right .widget-seller .widget-content p {
    margin-bottom: 5px;
}

.product-content-right .widget-seller .widget-content .left {
    width: 140px;
    display: block;
    vertical-align: top;
    text-align: left;
    display: table-cell;
}

.product-content-right .widget-seller .widget-content .right {
    display: table-cell;
    vertical-align: top;
    text-align: left;
}

.product-content-right .widget-seller .widget-content .right p {
    color: #777;
    font-size: 13px;
}

.product-content-right .widget-seller .widget-content .right p i {
    margin-right: 5px;
}

.product-content-right .widget-seller .widget-content .user {
    font-weight: 600;
    font-size: 0.875rem;
}

.product-content-right .widget-seller .widget-content .user-avatar {
    width: 100%;
    display: block;
    float: left;
    position: relative;
}

.product-content-right .widget-seller .widget-content .user-avatar img {
    width: 120px;
    height: 120px;
    border-radius: 0.1875rem;
}

.product-content-right .widget-seller .more-from-seller {
    width: 100%;
    display: block;
    float: left;
    position: relative;
    margin-top: 15px;
}

.product-content-right .widget-seller .more-from-seller .title {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

.product-content-right .widget-seller .more-from-seller .row {
    margin-left: -5px;
    margin-right: -5px;
}

.product-content-right .widget-seller .more-from-seller .col-user-product {
    padding-left: 5px;
    padding-right: 5px;
}

.product-content-right .widget-seller .more-from-seller .user-product {
    width: 100%;
    height: 110px;
    overflow: hidden;
}

.product-content-right .widget-seller .more-from-seller .user-product img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-content-right .widget-location {
    width: 100%;
    display: block;
    float: left;
    position: relative;
    margin-bottom: 45px;
}

.product-content-right .sidebar-map {
    width: 100%;
    display: block;
    float: left;
    position: relative;
}

.product-content-right .sidebar-map iframe {
    width: 100%;
    display: block;
    float: left;
    position: relative;
    height: 300px;
}

.product-content-right .widget-tags {
    width: 100%;
    display: block;
    float: left;
    position: relative;
}

.product-content-right .widget-tags ul {
    margin: 0;
    padding: 0;
}

.product-content-right .widget-tags ul li {
    list-style: none;
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
}

.product-content-right .widget-tags ul li a {
    padding: 6px 12px;
    background-color: #f2f2f2;
    border-radius: 0.1875rem;
    color: #999;
    display: block;
}

.product-content-right .widget-tags ul li a:hover {
    background-color: #e3e3e3;
}

.related-products {
    width: 100%;
    display: block;
    float: left;
    position: relative;
    margin-top: 60px;
}

/* ============ 5. Add Product ============ */
.form-add-product {
    width: 100%;
    height: auto;
    min-height: 540px;
    display: block;
    float: left;
    position: relative;
}

.form-add-product .form-group {
    margin-bottom: 1.2rem;
}

.form-add-product .form-group textarea {
    min-height: 80px;
}

.form-add-product .col-custom-field {
    margin-bottom: 1.2rem;
}

.input-group-text {
    border-radius: 0.1875rem 0 0 0.1875rem !important;
}

.calculated-price {
    line-height: 40px;
    margin: 0;
}

.earned-price {
    font-style: normal !important;
}

.shipping-cost-container {
    display: none;
}

/*Image upload boxes*/
.image-input-boxes {
    display: block;
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 10px;
}

.image-input-boxes .row-image-inputs {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.image-input-boxes .col-image-input {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.image-input-boxes .image-input-box {
    display: block;
    float: left;
    position: relative;
    margin-bottom: 15px;
}

.image-input-boxes .image-input-box .top {
    width: 100%;
    display: block;
    float: left;
    position: relative;
    background-color: #e6ebf4;
    border: 1px dashed #92a7bf;
    color: #90a0bc;
    border-radius: 4px;
    opacity: 0.5;
}

.image-input-boxes .image-input-box .bottom {
    width: 100%;
    display: block;
    float: left;
    position: absolute;
    bottom: 0;
}

.image-input-boxes .image-input-box .img-input-bg {
    visibility: hidden;
}

.image-input-boxes .image-input-box .input-uploaded-image {
    width: 100%;
    display: block;
    float: left;
    position: relative;
    border-radius: 4px;
}

.image-input-boxes .image-input-box .input-uploaded-image .img-uploaded {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.image-input-boxes .image-input-box .btn-img-delete {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    position: absolute;
    right: 8px;
    top: 8px;
    border-radius: 100%;
    background-color: #f86969;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    z-index: 10;
}

.image-input-boxes .image-input-box .btn-img-delete i {
    position: relative;
}

.image-input-boxes .image-input-box .btn-input {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    cursor: pointer !important;
    overflow: hidden;
}

.image-input-boxes .image-input-box .btn-input input {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    background-color: transparent;
    color: transparent;
    cursor: pointer !important;
    z-index: 2;
}

.image-input-boxes .image-input-box .btn-input i {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 22px;
    height: 32px;
    color: #5D6D89;
    font-size: 20px;
    opacity: 0.5;
}

.image-input-boxes .image-input-box .disabled-btn-input {
    cursor: default !important;
}

.image-input-boxes .image-input-box .image-input-main-badge {
    position: absolute;
    z-index: 3;
    pointer-events: none;
    top: 6px;
    left: 6px;
}

.product-image-progress {
    display: block;
    width: 100%;
    position: relative;
    float: left;
    height: 6px;
}

.product-image-progress .progress-div {
    display: none;
    position: relative;
    background-color: #e8e9eb;
}

.product-image-progress .custom-progress-bar {
    background-color: #5CB85C;
    height: 6px;
    border-radius: 2px;
    color: #FFFFFF;
    width: 0%;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    transition: width .3s;
    color: transparent !important;
    opacity: .8;
}

.product-processing-progress {
    display: none;
    width: 100%;
    position: relative;
    float: left;
    margin-top: 6px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    top: -5px;
}

.product-processing-progress span {
    line-height: 24px;
    font-size: 13px;
    display: inline-block;
    position: relative;
    top: -7px;
    color: #90a0bc;
}

.product-processing-progress .processing-spinner {
    display: inline-block;
    margin-right: 10px;
}

.images-exp {
    margin-bottom: 30px;
    color: #999;
    margin-bottom: 0;
}

.images-exp i {
    margin-right: 5px;
    font-size: 16px;
}

.error-insufficient-memory {
    display: none;
}

.locationpicker_map {
    width: 870px;
    height: 400px;
    margin-top: 15px;
}

.map-container iframe {
    width: 100%;
    max-width: 100%;
    display: block;
    height: 350px;
}

.pricing-card {
    border: 0;
    border-radius: 0px;
    -webkit-box-shadow: 0 3px 0px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 0px 0 rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.08);
    transition: all .3s ease-in-out;
    padding: 2.25rem 0;
    position: relative;
    will-change: transform;
    text-align: center;
}

.pricing-card:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 3px;
    transition: 0.5s;
}

.pricing-card:hover:after {
    width: 100%;
}

.pricing-card .card-header {
    background-color: white;
    padding-left: 2rem;
    border-bottom: 0px;
}

.pricing-card .card-title {
    margin-bottom: 1rem;
}

.pricing-card .card-block {
    padding-top: 0;
}

.pricing-card .list-group {
    min-height: 120px;
}

.pricing-card .list-group-item {
    border: 0px;
    padding: .25rem;
    color: #808080;
    font-weight: 300;
}

.pricing-card .title {
    font-size: 56px;
    text-align: center;
}

.pricing-card .currency {
    font-size: 28px;
    position: relative;
    font-weight: 400;
    top: -18px;
    letter-spacing: 0px;
}

.pricing-card .period {
    font-size: 1rem;
    color: #b3b3b3;
    letter-spacing: 0px;
    text-transform: lowercase;
}

.pricing-card .btn-pricing-button {
    padding: 8px 16px;
    border-radius: 0.1875rem;
    background-color: #f2f2f2;
    color: #a6a6a6;
    margin-top: 30px;
    text-transform: uppercase;
    font-size: 12px;
}

.selected-card .btn-pricing-button {
    color: #fff;
}

.price-total {
    font-size: 18px;
}

.btn-payment-icon {
    height: 18px;
    margin-right: 10px;
    background-color: #fff;
}

.btn-daily-stripe-payment {
    display: none;
}

.btn-monthly-stripe-payment {
    display: none;
}

.payment-wait {
    display: none;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}

.container-pricing-card {
    display: none;
}

#container_pricing_card_1 {
    display: block;
}

/* ============ 6. Profile ============ */
.profile-page-top {
    width: 100%;
    display: block;
    position: relative;
    float: left;
    margin-bottom: 60px;
}

.profile-details {
    width: 100%;
    display: table;
    position: relative;
    float: left;
}

.profile-details .left {
    display: table-cell;
    vertical-align: top;
    text-align: left;
    width: 180px;
    padding-right: 30px;
}

.profile-details .right {
    display: table-cell;
    vertical-align: top;
}

.profile-details .img-profile {
    width: 180px;
    height: 180px;
    border-radius: 0.1875rem;
}

.profile-details .p-last-seen {
    margin: 0;
    text-align: left;
    margin-bottom: 8px;
    color: #888;
}

.last-seen {
    font-size: 12px;
    color: #888;
}

.last-seen i {
    width: 10px;
    height: 10px;
    margin-right: 5px;
    color: #85cc84;
}

.row-profile-username {
    line-height: 23px;
    margin-bottom: 5px;
    height: 26px;
}

.profile-details .username {
    font-size: 26px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 0;
    width: auto;
    float: left;
}

.row-profile-username .rating {
    float: left;
    position: relative;
    top: 1px;
    margin-left: 15px;
}

.row-profile-username span {
    font-size: 13px;
    color: #595959;
}

.profile-details .description {
    line-height: 24px;
    color: #555;
    margin-bottom: 10px;
}

.profile-details .user-contact .info {
    color: #777;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #E1E3DF;
}

.profile-details .user-contact a {
    color: #777;
}

.profile-details .user-contact .info:last-child {
    border: 0;
}

.profile-details .user-contact .info i {
    margin-right: 10px;
}

.profile-buttons {
    margin-top: 20px;
    text-align: right;
    line-height: 34px;
}

.profile-buttons .buttons {
    float: left;
    margin-right: 30px;
}

.profile-buttons .buttons button {
    margin: 0;
    margin-right: 10px;
}

.profile-buttons .social {
    float: left;
}

.profile-buttons .social label {
    float: left;
    margin: 0;
    margin-right: 10px;
    font-weight: bold;
}

.profile-buttons .social ul {
    float: left;
    margin: 0;
    padding: 0;
}

.profile-buttons .social ul li {
    display: inline-block;
    margin-left: 5px;
}

.profile-buttons .social ul li:first-child {
    margin-left: 0;
}

.profile-buttons .social ul li a {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #666;
    font-size: 15px;
    border: 1px solid #e4e4e4;
    border-radius: 100%;
}

.profile-buttons .social ul li a:hover {
    color: #fff;
}

.profile-tabs .nav .nav-item {
    width: 100%;
    text-align: left;
    margin-bottom: 2px;
}

.profile-tabs .nav .nav-item .nav-link {
    padding: 11px;
    border-radius: 0.1875rem;
    color: #222;
}

.profile-tabs .nav .nav-item .nav-link i {
    margin-right: 8px;
}

.profile-tabs .nav .nav-item .nav-link .count {
    float: right;
}

.profile-tabs .nav .nav-link:hover {
    background-color: #f2f2f2;
}

.profile-tabs .nav .active .nav-link {
    background-color: #f2f2f2;
}

.btn-resend-email {
    padding: 0;
    margin: 0;
    background-color: transparent;
}

.follower-item {
    display: block;
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 30px;
}

.follower-item .img-profile {
    display: block;
    width: 100%;
    float: left;
    position: relative;
    border-radius: 100%;
}

.follower-item .username {
    display: block;
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
    font-weight: 600;
    margin-top: 5px;
}

.btn-product-delete {
    line-height: 20px;
    float: left;
    text-align: center;
    background-color: #f86969;
    color: #fff !important;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    padding: 0 6px;
    border-radius: 0.1875rem;
    font-size: 11px;
    margin-right: 10px;
}

.btn-product-edit {
    line-height: 20px;
    float: left;
    text-align: center;
    color: #fff !important;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    z-index: 100;
    padding: 0 6px;
    border-radius: 0.1875rem;
    font-size: 11px;
    margin-right: 10px;
    background-color: #A2A7AB;
}

.btn-product-promote {
    line-height: 20px;
    float: left;
    text-align: center;
    color: #fff !important;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    z-index: 100;
    padding: 0 6px;
    border-radius: 0.1875rem;
    font-size: 11px;
    margin-right: 10px;
}

.btn-product-edit i {
    font-size: 10px;
}

.form-avatar {
    width: 180px;
    height: 180px;
    border-radius: 0.1875rem;
}

.user-reviews {
    width: 100%;
    position: relative;
    display: block;
    float: left;
}

.user-reviews .reviews {
    width: 100%;
    position: relative;
    display: block;
    float: left;
}

.user-reviews .rating-bar {
    border: none;
    display: block;
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 15px;
}

.user-reviews .rating-bar span {
    float: left;
    margin-right: 15px;
    line-height: 25px;
}

.user-reviews .rating-bar .rating-stars {
    float: left;
    height: 30px;
    line-height: 30px;
}

.user-reviews .rating-bar input {
    display: none;
}

.user-reviews .rating-bar label:before {
    font-size: 26px;
    display: inline-block;
    font-family: "barterfly-icons";
    content: "\e901";
    cursor: pointer;
}

.user-reviews .rating-bar label {
    color: #ddd;
    float: right;
    margin-bottom: 0 !important;
    line-height: 25px;
}

.user-reviews .rating-bar label:hover:before {
    font-family: "barterfly-icons";
    content: "\e900" !important;
}

.user-reviews .rating-bar input:checked ~ label:before,
.user-reviews .rating-bar:not(:checked) label:hover,
.user-reviews .rating-bar:not(:checked) label:hover ~ label:before {
    font-family: "barterfly-icons";
    content: "\e900" !important;
}

.user-reviews .rating-bar input:checked + label:hover,
.user-reviews .rating-bar input:checked ~ label:hover,
.user-reviews .rating-bar label:hover ~ input:checked ~ label:before,
.user-reviews .rating-bar input:checked ~ label:hover ~ label:before {
    font-family: "barterfly-icons";
    content: "\e900" !important;
}

.user-reviews .rating-bar input:checked ~ label,
.user-reviews .rating-bar:not(:checked) label:hover,
.user-reviews .rating-bar:not(:checked) label:hover ~ label {
    color: #fbc12a;
}

.user-reviews .rating-bar input:checked + label:hover,
.user-reviews .rating-bar input:checked ~ label:hover,
.user-reviews .rating-bar label:hover ~ input:checked ~ label,
.user-reviews .rating-bar input:checked ~ label:hover ~ label {
    color: #FFD700;
}

.user-reviews .invalid-rating label {
    color: #dc3545;
}

.user-reviews .form-textarea {
    resize: none;
}

.user-reviews .review-list {
    padding: 0;
    margin: 0;
    margin-top: 60px;
}

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

.user-reviews .review-list li .left {
    display: table-cell;
    width: 65px;
    height: auto;
    vertical-align: top;
    text-align: left;
}

.user-reviews .review-list li .left img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.user-reviews .review-list li .right {
    display: table-cell;
    vertical-align: top;
}

.user-reviews .review-list li .right .row-custom {
    margin-bottom: 5px;
}

.user-reviews .review-list li .right .username {
    font-weight: 600;
    float: left;
    display: block;
    height: 24px;
    line-height: 26px;
}

.user-reviews .review-list li .right .rating {
    float: left;
    position: relative;
    margin-left: 30px;
    height: 24px;
    line-height: 24px;
}

.user-reviews .review-list li .right .date {
    font-size: 12px;
    color: #999;
}

.no-reviews-found {
    text-align: center;
    color: #777;
}

/* ============ 7. Messages ============ */
.messages-head {
    display: block;
    padding: 0 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f0f0f0;
    margin-bottom: 15px;
}

.messages-head .head-item {
    display: inline-block;
    float: left;
    margin-right: 15px;
    vertical-align: top;
    margin-top: 4px;
}

.messages-head .select-checkbox {
    display: inline-block;
    float: left;
    margin-top: 1px;
}

.messages-head .lbl-head {
    cursor: pointer;
    margin-bottom: 0;
    color: #555;
    margin-left: 4px;
}

.messages-head .message-total {
    float: right;
    line-height: 40px;
}

.messages-head .btn-delete-messages {
    float: left;
    display: none;
    color: #555;
}

.messages-head .btn-delete-messages i {
    margin-right: 4px;
}

.messages-content {
    display: block;
}

.messages-content .message-item-link {
    display: block;
    width: 100%;
    float: left;
    position: relative;
    color: #222 !important;
}

.messages-content .message-item-link:hover {
    background-color: #f9f9f9;
}

.messages-content .message-item {
    width: 100%;
    float: left;
    display: table;
    position: relative;
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 15px;
}

.messages-content .message-item .left {
    display: table-cell;
    vertical-align: top;
    position: relative;
    width: 40px;
    padding-left: 4px;
}

.messages-content .message-item .left .custom-checkbox {
    top: -6px;
}

.messages-content .message-item .middle {
    display: table-cell;
    vertical-align: top;
    position: relative;
    width: 65px;
}

.messages-content .message-item .middle img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.messages-content .message-item .right {
    display: table-cell;
    vertical-align: top;
    position: relative;
}

.messages-content .message-item .right .row-custom {
    margin-bottom: 4px;
}

.messages-content .message-item .right .time {
    float: right;
    color: #62696E;
    font-size: 12px;
}

.messages-content .message-item .right .username {
    float: left;
    line-height: 20px;
    font-weight: 600;
}

.messages-content .message-item .right .username .to {
    margin-right: 5px;
    color: #777;
}

.messages-content .message-item .right .badge-new {
    float: left;
    margin-left: 15px;
    margin-top: 2px;
    margin-bottom: 0 !important;
}

.messages-content .message-item .right .subject {
    color: #777;
    font-size: 13px;
    margin-bottom: 0;
}

.messages-content .messages-list {
    width: 100%;
    display: block;
    position: relative;
    float: left;
    max-height: 700px;
    overflow-y: auto;
}

.messages-content .messages-list .message-list-item {
    width: 100%;
    display: block;
    position: relative;
    float: left;
    border-top: 1px solid #f0f0f0;
    padding: 20px 40px;
}

.messages-content .messages-list .message-list-item:first-child {
    border: 0;
}

.messages-content .message-list-item .message-user {
    width: 100%;
    display: table;
    position: relative;
    float: left;
    padding-bottom: 10px;
}

.messages-content .message-list-item .message-user .left {
    display: table-cell;
    vertical-align: top;
    text-align: left;
    width: 50px;
}

.messages-content .message-list-item .message-user .right {
    display: table-cell;
    vertical-align: top;
}

.messages-content .message-list-item .message-user .img-profile {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.messages-content .message-list-item .message-user .username {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 22px;
}

.messages-content .message-list-item .message-user .to {
    font-size: 13px;
    color: #62696E;
}

.messages-content .message-list-item .message-user .time {
    float: right;
    color: #62696E;
    font-size: 12px;
}

.messages-content .message-list-item .message-text {
    width: 100%;
    position: relative;
    display: block;
    float: left;
    font-size: 0.875rem;
    line-height: 24px;
    color: #555;
}

.messages-head .message-head-link {
    color: #555;
    margin-right: 10px;
}

.messages-head .message-head-link i {
    margin-right: 4px;
}

.messages-content .message-reply {
    display: block;
    width: 100%;
    float: left;
    margin-top: 30px;
}

.messages-content .message-reply textarea {
    height: 80px;
    resize: none;
    border-radius: 4px;
    padding: 15px 20px;
    border: 1px solid #ced4da;
}

/* ============ 8. Blog ============ */
.blog-post-title {
    display: block;
    width: 100%;
    float: left;
    position: relative;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 10px;
}

.blog-item-small .blog-post-title {
    display: block;
    width: 100%;
    float: left;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 5px;
}

.blog-post-meta {
    display: block;
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 10px;
}

.blog-post-meta span, .blog-post-meta a {
    font-size: 12px;
    line-height: 24px;
    color: #999;
    margin-right: 10px;
    display: inline-block !important;
}

.blog-post-meta span i, .blog-post-meta a i {
    margin-right: 8px;
}

.blog-post-description {
    display: block;
    width: 100%;
    float: left;
    position: relative;
    line-height: 24px;
    color: #888;
}

.blog-slider:hover .owl-nav button {
    opacity: 1;
}

.blog-slider .owl-nav {
    width: 100%;
    height: 32px;
    line-height: 32px;
    position: absolute;
    top: 27%;
    margin: auto;
    pointer-events: none;
}

.blog-slider .owl-nav button {
    width: 32px;
    height: 32px;
    pointer-events: auto;
    padding: 0;
    opacity: 1;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-align: center;
}

.blog-slider:hover .owl-nav button {
    opacity: 0.9;
}

.blog-slider .owl-nav i {
    font-size: 32px;
    color: #f1f1f1;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
}

.blog-slider .owl-nav .owl-prev {
    position: relative;
    float: left;
    margin-left: 15px;
}

.blog-slider .owl-nav .owl-prev i {
    left: -3px;
    top: 0;
}

.blog-slider .owl-nav .owl-next {
    position: relative;
    float: right;
    margin-right: 15px;
}

.blog-slider .owl-nav .owl-next i {
    top: 0;
    right: -11px;
}

.blog-content {
    width: 100%;
    display: block;
    float: left;
    position: relative;
}

.blog-content .blog-item {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 60px;
}

.blog-content .blog-item-small {
    margin-bottom: 15px;
}

.blog-content .blog-item a {
    display: block;
}

.blog-sidebar {
    width: 100%;
    display: block;
    float: left;
    position: relative;
}

.blog-sidebar .blog-sidebar-widget {
    width: 100%;
    display: block;
    float: left;
    position: relative;
    margin-bottom: 45px;
}

.blog-sidebar .blog-sidebar-widget .title {
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    border-bottom: 2px solid #222;
    display: block;
    padding-bottom: 15px;
}

.blog-content .blog-categories {
    margin: 0;
    padding: 0;
    margin-top: 15px;
    float: left;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.blog-content .blog-categories li {
    list-style: none;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 15px;
}

.blog-content .blog-categories li a {
    display: inline-block;
    padding: 8px 14px;
    color: #898989;
    background-color: #f3f3f3;
    border-radius: 0.1875rem;
}

.blog-content .blog-categories .active a {
    color: #fff;
}

.blog-content .post-content {
    width: 100%;
    display: block;
    float: left;
    position: relative;
}

.blog-content .post-content .title {
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 15px;
}

.blog-content .post-content .blog-post-meta {
    margin-bottom: 0;
}

.blog-content .post-content .post-image {
    text-align: center;
    margin: 15px 0;
}

.blog-content .post-content .post-text {
    line-height: 28px;
    font-size: 15px;
}

.post-content .post-share {
    width: 100%;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
}

.post-content .post-share .title {
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: left;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
    margin-right: 15px;
    float: left;
}

.post-content .post-share .btn-share {
    color: #fff;
    border-radius: 0.1875rem;
    font-size: 13px;
    margin-right: 5px;
    margin-bottom: 7px;
}

.post-content .post-share .btn-share i {
    font-size: 0.875rem;
    margin-right: 10px;
}

.post-content .post-share .btn-share:hover {
    color: #efefef;
}

.post-content .post-share .facebook {
    background-color: #3b5998;
}

.post-content .post-share .gplus {
    background-color: #dd4b39;
}

.post-content .post-share .twitter {
    background-color: #55acee;
}

.post-content .post-share .pinterest {
    background-color: #cc2127;
}

.post-content .post-share .linkedin {
    background-color: #0077b5;
}

.post-content .post-share .whatsapp {
    background: #2CB742;
}

.post-content .related-posts {
    margin-bottom: 30px;
}

.blog-section-title {
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 25px;
    text-align: left;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
}

.blog-section-title::after {
    background: #222;
    bottom: 0px;
    content: "";
    height: .1rem;
    left: 0;
    position: absolute;
    width: 80px;
}

.blog-content .post-content .related-posts .blog-post-meta {
    text-align: left;
    margin-bottom: 10px;
}

.blog-content .latest-posts {
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 45px;
}

.blog-content .blog-tags {
    width: 100%;
    display: block;
    float: left;
}

.blog-content .blog-tags ul {
    margin: 0;
    padding: 0;
}

.blog-content .blog-tags ul li {
    list-style: none;
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
}

.blog-content .blog-tags ul li a {
    padding: 6px 12px;
    background-color: #f2f2f2;
    border-radius: 0.1875rem;
    color: #999;
    display: block;
}

.blog-content .blog-tags ul li a:hover {
    background-color: #e3e3e3;
}

.blog-content .post-tags ul {
    float: left;
    margin: 0;
    padding: 0;
}

.blog-content .post-tags ul li {
    list-style: none;
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
}

.blog-content .post-tags ul li a {
    padding: 6px 12px;
    background-color: #f2f2f2;
    border-radius: 0.1875rem;
    color: #999;
    display: block;
}

.blog-comments-section {
    display: block;
    width: 100%;
    position: relative;
    float: left;
}

.blog-comments-section .nav-tabs {
    border-bottom: 2px solid #dee2e6;
}

.blog-comments-section .nav-tabs .nav-item .nav-link {
    border: 0;
    line-height: 24px;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 2px solid transparent;
    padding: 10px 30px;
}

.blog-comments-section .nav-tabs .nav-item .show .nav-link, .blog-comments-section .nav-tabs .nav-link.active {
    border: 0;
    border-bottom: 2px solid #222;
}

.blog-comments-section .tab-content .tab-pane {
    padding: 30px 0;
}

.blog-comments {
    padding: 0;
    margin: 0;
    margin-top: 60px;
}

.blog-comments li {
    width: 100%;
    list-style: none;
    display: table;
    margin-bottom: 30px;
}

.blog-comments li .left {
    display: table-cell;
    width: 65px;
    height: auto;
    vertical-align: top;
    text-align: left;
}

.blog-comments li .left img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

.blog-comments li .right {
    display: table-cell;
    vertical-align: top;
}

.blog-comments li .right p {
    margin-bottom: 5px;
}

.blog-comments li .right .username {
    font-weight: 600;
}

.blog-comments li .right .date {
    font-size: 12px;
    color: #999;
}

.page-title {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 30px;
    margin-top: 0;
    display: block;
}

.page-title-product {
    font-weight: 600;
    text-align: center;
}

.btn-load-more {
    background: #fff;
    border: 1px solid #e5e5e5;
    display: block;
    font-size: 13px;
    line-height: 20px;
    margin: 0 auto;
    padding: 14px 10px;
    text-align: center;
    transition: all .25s ease 0s;
    color: #333;
    border-radius: 0.1875rem;
    width: 100%;
    max-width: 100%;
    font-weight: 600;
    cursor: pointer;
}

.btn-delete-comment {
    font-size: 12px;
    color: #d43f3a !important;
    margin-left: 15px;
}

/*Contact*/
.page-contact .contact-text {
    line-height: 24px;
}

.page-contact .contact-item {
    display: block;
    margin-bottom: 10px;
}

.page-contact .contact-item i {
    color: #777;
    display: inline-block;
    text-align: left;
    width: 40px;
}

.contact-social {
    margin-top: 45px;
}

.contact-social ul {
    margin: 0;
    padding: 0;
}

.contact-social ul li {
    display: inline-block;
    margin-right: 8px;
}

.contact-social ul li a {
    display: block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #777;
    font-size: 15px;
    border: 1px solid #dfdfdf;
    border-radius: 50%;
}

.contact-social ul li a:hover {
    color: #fff;
}

/* ============ 9. Products Page ============ */
.product-list-header {
    vertical-align: center;
    padding-bottom: 30px;
}

.product-list-title {
    font-weight: 600;
    font-size: 22px;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}

.product-sort-by {
    float: right;
}

.product-sort-by .span-sort-by {
    display: inline-block;
}

.product-sort-by .sort-select {
    display: inline-block;
    margin-left: 15px;
}

.product-sort-by .sort-select .dropdown-toggle {
    display: inline-block;
    min-width: 200px;
    text-align: left;
    border: 1px solid #ededed;
    background-color: transparent;
    border-radius: 2px;
}

.product-sort-by .sort-select .dropdown-toggle:after {
    margin: 0;
    position: absolute;
    right: 15px;
    top: 16px;
}

.product-sort-by .sort-select .dropdown-menu {
    min-width: 200px;
    border-color: #ededed;
    border-top: 0;
    border-radius: 0 0 2px 2px;
    top: -2px !important;
}

.product-sort-by .sort-select .dropdown-menu .dropdown-item {
    padding: 8px 5px 8px 20px;
    border: 0 !important;
    cursor: pointer;
}

.sort-select .dropdown-menu .dropdown-item:hover, .sort-select .dropdown-menu .dropdown-item:focus, .sort-select .dropdown-menu .dropdown-item:active {
    background-color: #f8f9fa !important;
    color: #222;
}

.product-filters {
    display: block;
    float: left;
    width: 100%;
    position: relative;
}

.product-filters .filter-item {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e6e6e6;
}

.product-filters .filter-item:last-child {
    border-bottom: 0;
}

.product-filters .filter-item .title {
    margin-bottom: 15px;
    font-size: 0.875rem;
    font-weight: 600;
    float: left;
    width: 100%;
}

.product-filters .filter-item .category-list-content {
    position: relative;
    max-height: 400px;
    overflow: hidden;
    float: left;
    width: 100%;
}

.product-filters .filter-item .filter-list {
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
}

.product-filters .filter-item .filter-list li {
    list-style: none;
    display: table;
    float: left;
    width: 100%;
    margin-bottom: 7px;
}

.product-filters .filter-item .filter-list li .left {
    display: table-cell;
    vertical-align: top;
    text-align: left;
    width: 25px;
    padding-top: 2px;
}

.product-filters .filter-item .filter-list li .right {
    display: table-cell;
    vertical-align: top;
    text-align: left;
}

.product-filters .filter-item .filter-list li label {
    cursor: pointer;
    margin: 0 !important;
}

.product-filters .filter-item .filter-list li .custom-checkbox label {
    position: absolute;
    top: 0;
}

.product-filters .filter-item .filter-list li .product-count {
    font-size: 13px;
    color: #919191;
    margin-left: 1px;
}

.product-filters .filter-item .filter-list li .checkbox-category-name {
    line-height: 22px;
}

.product-filters .filter-item .subcategory-link {
    display: block;
    position: relative;
    margin-bottom: 10px;
    float: left;
}

.filter-location .selectdiv select {
    border-color: #ededed !important;
}

.product-filters .filter-item .price-filter-inputs {
    display: block;
    float: left;
    position: relative;
    width: 100%;
}

.row-price-inputs {
    margin-right: -5px;
    margin-left: -5px;
}

.row-price-inputs .col-price-inputs {
    padding-right: 5px;
    padding-left: 5px;
}

.filter-item .price-filter-inputs .price-filter-input {
    width: 100%;
    float: left;
    border-color: #e0e0e0;
    border-radius: 2px;
}

.filter-item .price-filter-inputs .price-filter-input:focus {
    border-color: #bbb !important;
}

.product-filters .filter-item .price-filter-inputs input {
    margin: 0;
}

.filter-item .price-filter-inputs span {
    float: left;
    line-height: 34px;
}

.filter-item .price-filter-inputs .input-seperator {
    margin: 0 5px !important;
}

.btn-filter-price {
    text-transform: none;
    background-color: #F0F0F0;
    font-size: 18px;
    text-align: center;
    padding: .20rem .5rem;
    color: #666;
}

.btn-filter-price i {
    margin: 0 !important;
}

.product-list-content {
    display: block;
    float: left;
    width: 100%;
    position: relative;
}

.product-list-pagination {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    margin-top: 60px;
}

.product-list-pagination .pagination {
    text-align: left !important;

}

.filter-tag-container {
    display: block;
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 15px;
}

.filter-tag {
    display: table;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    float: left;
    margin-right: 10px;
}

.filter-tag .left {
    display: table-cell;
    padding: 8px 10px;
    vertical-align: top;
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.filter-tag .right {
    display: table-cell;
    border-left: 1px solid #e6e6e6;
    position: relative;
    font-size: 0.875rem;
    vertical-align: top;
}

.filter-tag .right button {
    position: relative;
    padding: 8px 10px !important;
    color: #222;
    margin: 0;
    float: left;
    background-color: transparent !important;
    border: 0 !important;
}

.filter-tag .right button i {
    margin: 0 !important;
}

/*members searhc*/
.member-list-item {
    display: table;
    width: 100%;
    margin-bottom: 30px;
}

.member-list-item .left {
    display: table-cell;
    width: 120px;
    text-align: left;
    vertical-align: top;
}

.member-list-item .left img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
}

.member-list-item .right {
    display: table-cell;
    text-align: left;
    vertical-align: top;
}

.member-list-item .right p {
    margin-bottom: 5px;
}

.member-list-item .right .username {
    display: block;
    width: 100%;
    font-weight: 600;
}

/* ============ 10. Auth ============ */
.auth-container {
    justify-content: center;
    padding-top: 30px;
    width: 100%;
    min-height: 720px;
}

.auth-box {
    background: #fff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    padding: 30px;
    width: 420px;
    max-width: 100%;
    border-radius: 6px;
    border: 1px solid #e6e6e6;
    margin: 0 auto;
    margin-top: 30px;
}

.auth-box .form-group {
    margin-bottom: 10px;
}

.auth-form-input {
    box-shadow: none !important;
    border: 0;
    outline: none !important;
    color: #494949;
    height: 40px;
    font-size: 0.875rem;
    line-height: 18px;
    padding: 10px 20px;
    box-shadow: none;
    border-radius: 2px;
    border: 1px solid #e6e6e6;
}

.auth-box .title {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

.social-login-cnt {
    text-align: center;
    margin-bottom: 20px;
}

.btn-social-login {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    margin: 5px;
}

.btn-social-login i {
    color: #fff;
    font-size: 18px;
    line-height: 45px;
}

.btn-social-login:focus {
    outline: 0
}

.btn-social-login:active {
    box-shadow: inset 0 0 0 32px rgba(0, 0, 0, 0.1)
}

.btn-social-login:hover {
    background-color: #222;
}

.btn-login-facebook {
    background-color: #3b5998;
}

.btn-login-twitter {
    background-color: #1da1f2;
}

.btn-login-google {
    background: #ea4335;
}

.p-social-media {
    text-align: center;
    color: #777;
    margin-bottom: 5px;
}

.login-with-mail {
    margin-top: 15px;
    text-align: center;
    color: #666666;
}

.p-social-media a {
    color: #666666;
}

.login-modal {
    max-width: 330px;
    margin: 0 auto;
}

.login-modal .auth-box {
    width: auto;
    padding: 25px;
    border: 0 !important;
    margin-top: 0 !important;
}

.login-modal .auth-box .form-group {
    margin-bottom: 8px;
}

.login-modal .close {
    position: absolute;
    top: 15px;
    right: 15px;
}

.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
    border-color: #d8dade;
}

.recaptcha-cnt {
    min-height: 80px;
    margin-bottom: 20px;
    text-align: center;
    float: left;
    display: block;
    width: 100%;
    max-width: 100%;
}

.recaptcha-cnt .g-recaptcha {
    height: 74px;
    margin: 0 auto;
    max-width: 100%;
    width: 300px;
}

/*Shopping Cart*/
.shopping-cart {
    margin-top: 45px;
}

.shopping-cart .left {
    border-bottom: 1px solid #e4e4e4;
}

.shopping-cart .right {
    background-color: #f9f9f9;
    padding: 20px 40px;
    margin-top: 30px;
    border-radius: 0.1875rem;
}

.shopping-cart .right .line-seperator {
    height: 1px;
    width: 100%;
    background-color: #999;
    margin: 1.5rem 0;
}

.cart-section-title {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    border-bottom: 1px solid #e4e4e4;
    margin: 0;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.shopping-cart .item {
    margin-bottom: 30px;
}

.shopping-cart .cart-item-col-image {
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    max-width: 22%;
}

.shopping-cart .item .img-cart-product {
    width: 100px;
    height: 100px;
    float: left;
    margin: 0 30px;
    overflow: hidden;
}

.shopping-cart .item .img-cart-product img {
    display: block;
    height: 100px;
    width: auto;
    margin: 0 auto;
    max-width: none;
    object-fit: cover;
    margin-left: 50%;
    transform: translateX(-50%);
}

.shopping-cart .item .list-item {
    margin-bottom: 0.1rem;
}

.shopping-cart .item .list-item label {
    min-width: 94px;
    margin: 0;
    margin-right: 5px;
}

.shopping-cart .item .seller {
    color: #5d5d5d;
}

.shopping-cart .item .seller a {
    color: #5d5d5d;
}

.shopping-cart .btn-cart-remove {
    position: relative;
    margin-top: 10px;
}

.shopping-cart-shipping .left {
    border-bottom: 0;
    display: block;
    float: left;
    position: relative;
    width: 100%;
}

.shopping-cart-shipping .right {
    margin-top: 0;
}

.cart-form-shipping-address {
}

.cart-form-billing-address {
    display: none;
    margin-top: 30px;
}

.cart-form-billing-address .title-billing-address {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
}

.cart-order-details .item {
    display: table;
    width: 100%;
}

.cart-order-details .item .item-left {
    display: table-cell;
    vertical-align: top;
    width: 100px;
}

.cart-order-details .item .item-left .img-cart-product {
    margin: 0;
    width: 80px;
    height: 80px;
}

.cart-order-details .item .item-right {
    display: table-cell;
    vertical-align: top;
}

.cart-order-details .item .item-right .list-item a {
    font-weight: 600;
}

.shopping-cart-empty {
    width: 100%;
    text-align: center;
    padding: 60px 0;
}

.shopping-cart-empty p {
    font-size: 16px;
}

.tab-checkout {
    display: block;
    float: left;
    position: relative;
    width: 100%;
}

.tab-checkout .title {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 30px;
    font-weight: bold;
}

.tab-checkout-open {
    margin-top: 30px;
    margin-bottom: 45px;
    padding: 0 15px;
}

.tab-checkout-closed {
    background-color: #f9f9f9;
    padding: 0 20px;
    border-radius: 0.1875rem;
    margin-bottom: 5px;
}

.tab-checkout-closed a {
    display: inline-block;
}

.tab-checkout-closed .title {
    margin-right: 20px;
    margin-bottom: 0;
    height: 80px;
    line-height: 80px;
}

.tab-checkout-closed .edit-link {
    display: inline-block;
}

.tab-checkout-closed-bordered {
    padding: 35px 20px;
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
}

.tab-checkout-closed-bordered .title {
    margin: 0;
}

.page-confirm {
    width: 400px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding-top: 120px;
    max-width: 100%;
}

.page-confirm .p-order-number {
    font-weight: bold;
    font-size: 18px;
}

.page-confirm .p-complete-payment {
    margin-top: 60px;
    text-align: center;
}

.page-confirm .bank-account-container {
    text-align: center;
}

.page-confirm .title {
    font-size: 18px;
    line-height: 24px;
}

.payment-options-list {
    padding: 0;
    margin: 0;
}

.payment-options-list li {
    list-style: none;
    display: table;
    width: 100%;
    margin-bottom: 30px;
}

.payment-options-list li .list-left {
    display: table-cell;
    vertical-align: center;
    width: 100px;
}

.payment-options-list li .list-right {
    display: table-cell;
    vertical-align: center;
}

.payment-options-list li label {
    cursor: pointer;
}

.payment-options-list li label img {
    width: auto;
    height: 26px;
    max-width: 100%;
}

.p-transaction-number {
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 30px;
}

.p-transaction-number span {
    padding: 15px 25px;
    border: 1px solid #e4e4e4;
}

.p-complete-payment {
    text-align: center;
    color: #888;
    font-size: 13px;
}

.paypal-button-cnt {
    text-align: center;
}

#payment-button-container {
    text-align: center;
    visibility: hidden;
}

.bank-account-container {
    text-align: left;
}

.link-return-cart {
    line-height: 40px;
}

.custom-stripe-button {
    background-image: -webkit-linear-gradient(#28a0e5, #0670ad) !important;
    background-image: -moz-linear-gradient(#28a0e5, #0670ad) !important;
    background-image: -ms-linear-gradient(#28a0e5, #0670ad) !important;
    background-image: -o-linear-gradient(#28a0e5, #0670ad) !important;
    background-image: -webkit-linear-gradient(#28a0e5, #0670ad) !important;
    background-image: -moz-linear-gradient(#28a0e5, #0670ad) !important;
    background-image: -ms-linear-gradient(#28a0e5, #0670ad) !important;
    background-image: -o-linear-gradient(#28a0e5, #0670ad) !important;
    background-image: linear-gradient(#28a0e5, #0670ad) !important;
    -webkit-font-smoothing: antialiased;
    border: 0;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: pointer;
    color: #fff !important;
    font-weight: 600;
}


/*Orders*/
.table-orders td, .table-orders th {
    padding: .75rem;
}

.table-orders thead th {
    border-bottom: 1px solid #dee2e6;
    font-weight: 600;
}

.order-details-container .order-head .title {
    font-weight: 600;
    font-size: 22px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.order-details-container .order-head .title {
    font-weight: 600;
    font-size: 22px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.order-details-container .order-row-item {
    margin-bottom: 10px;
}

.order-details-container .img-table {
    float: left;
    margin-right: 10px;
}

.order-details-container .img-table img {
    width: auto;
    height: 70px;
}

.order-details-container .product-item-table {
    display: table;
    width: 100%;
}

.order-details-container .product-item-table .left {
    display: table-cell;
    width: 100px;
    vertical-align: top;
}

.order-details-container .product-item-table .right {
    display: table-cell;
    vertical-align: top;
}

.order-details-container .product-item-table .right p {
    margin-bottom: 8px;
}

.order-details-container .table-orders-container {
    margin-top: 60px;
}

.order-details-container .table-orders {
    border-bottom: 1px solid #dee2e6;
}

.order-details-container .table-orders td {
    padding: 1.2rem .75rem;
}

.order-details-container .order-total {
    width: 340px;
    max-width: 100%;
    background-color: #f9f9f9;
    float: right;
    padding: 20px;
}

.order-details-container .row {
    margin-bottom: 15px;
}

.order-details-container .row-seperator {
    border-top: 1px solid #dee2e6;
}

.order-details-container .order-total .col-left {
    font-weight: 600;
}

.order-details-container .order-total .col-right {
    text-align: right;
}

.order-details-container .shipping-container {
    margin-top: 30px;
}

.order-details-container .block-title {
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.order-details-container .shipping-container .shipping-row-item {
    font-size: 13px;
    margin-bottom: 3px;
}

.order-details-container .tr-shipping td {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.tracking-number-container {
    display: none;
    margin-top: 25px;
}

.tracking-number-container .title {
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 10px;
    font-weight: 600;
    font-size: 20px;
}

.tr-shipping {
    background-color: #eaeef2 !important;
    font-size: 13px;
}

.tr-shipping-seperator td {
    height: 30px;
}

.order-shipping-tracking-number p {
    margin-bottom: 0;
}

.order-shipping-tracking-number strong {
    margin-bottom: 5px;
}

/*Earnings*/
.earnings-boxes .earnings-box {
    width: 100%;
    background-color: #f8f8f8;
    border: 2px solid #f1f1f1;
    border-radius: 3px;
    padding: 30px;
}

.earnings-boxes .earnings-box .price {
    text-align: center;
    font-size: 34px;
    line-height: 34px;
    font-weight: bold;
}

.earnings-boxes .earnings-box .title {
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px;
}

.earnings-boxes .earnings-box .description {
    text-align: center;
    margin: 0;
    font-size: 13px;
}

.table-earnings-container {
    margin-top: 60px;
}

.nav-payout-accounts {
    margin-bottom: 30px;
}

.nav-payout-accounts .nav-link {
    padding: .6rem 5rem;
    background-color: #f2f2f2;
    border-radius: 0.1875rem;
    margin-right: 15px;
}

.nav-payout-accounts .active, .nav-payout-accounts .show > .nav-link {
    color: #fff;
}

.withdraw-money-container .title {
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.minimum-payout-container {
    background-color: #f9f9f9;
    padding: 30px;
}

.minimum-payout-container .title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

.minimum-payout-container span {
    display: inline-block;
    height: auto;
}

.minimum-payout-container strong {
    margin-left: 5px;
    font-weight: 600;
}

.text-confirm-order {
    color: #777;
    margin-top: 60px;
}

.text-confirm-order-table {
    display: block;
    width: 100%;
    color: #777;
    max-width: 120px;
    margin-top: 5px;
}

.modal-custom {
    border-radius: 0.25rem;
}

.modal-custom .modal-header {
    border-bottom: 0;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.modal-custom .modal-header .modal-title {
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 10px;
    font-weight: 600;
}

.modal-custom .modal-header .close {
    position: absolute;
    right: 6px;
    top: 10px;
}

.modal-custom .modal-footer {
    border-top: 1px solid #e9ecef;
}

.dropdown-order-options {
    position: relative;
    min-width: 130px;
}

.dropdown-order-options .dropdown {
    position: absolute;
    left: 0;
    top: 0;
}

.dropdown-order-options .dropdown .dropdown-item {
    padding: .4rem 1.5rem;
    font-weight: 400;
}

.dropdown-order-options .dropdown .dropdown-item:focus, .dropdown-order-options .dropdown .dropdown-item:hover {
    color: #212529 !important;
    background-color: #f8f9fa !important;
}

.dropdown-order-options .dropdown .active, .dropdown-order-options .dropdown .dropdown-item:active {
    color: #212529 !important;
    background-color: #f8f9fa !important;
}

/* ============ 11. Footer ============ */
#footer {
    width: 100%;
    display: block;
    position: relative;
    margin-top: 100px;
    color: #888;
    background-color: #fafafc;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05);
}

#footer .footer-top {
    width: 100%;
    display: block;
    position: relative;
    float: left;
    min-height: 100px;
    padding: 45px 0;
}

#footer .footer-bottom {
    width: 100%;
    display: block;
    position: relative;
    float: left;
    background-color: #fff;
    padding: 25px 0;
}

#footer .footer-bottom .copyright {
    float: left;
    text-align: left;
}

#footer .footer-bottom .payments {
    float: right;
    text-align: right;
}

#footer .footer-bottom .payments img {
    max-height: 22px;
}

#footer .footer-logo {
    margin-bottom: 30px;
    max-width: 270px;
    max-height: 180px;
}

#footer .footer-logo a {
    display: block;
}

#footer .footer-logo img {
    max-width: 100%;
    height: auto;
    display: block;
    position: relative;
}

#footer .footer-about {
    line-height: 24px;
    margin-bottom: 20px;
}

#footer .footer-social-links {
    width: 100%;
    display: block;
    position: relative;
    float: left;
}

#footer .footer-social-links ul {
    padding: 0;
    margin: 0;
}

#footer .footer-social-links ul li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    list-style: none;
}

#footer .footer-social-links ul li a {
    color: #888;
    font-size: 18px;
    padding: 5px;
}

#footer .footer-title {
    color: #222;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 15px;
    position: relative;
}

#footer .nav-footer {
    padding-left: 25px;
}

#footer .nav-footer ul {
    padding: 0;
    margin: 0;
}

#footer .nav-footer ul li {
    display: block;
    width: 100%;
    position: relative;
    margin: 5px 0;
}

#footer .nav-footer ul li a {
    color: #888;
    padding: 5px 0;
    line-height: 26px;
    position: relative;
}

#footer .newsletter {
    width: 100%;
    display: block;
    position: relative;
    float: left;
    margin-top: 30px;
}

#footer .newsletter .newsletter-inner {
    width: 100%;
    display: block;
    position: relative;
    float: left;
}

#footer .newsletter .newsletter-inner input {
    border-radius: 3px 0 0 3px;
    border-right: 0;
    border: 1px solid #ced4da;
    min-height: 35px;
}

#footer .newsletter .newsletter-inner button {
    border-radius: 0 3px 3px 0;
    background-color: #222;
    color: #e8e8e8;
}

.row-region {
    margin-top: 15px;
}

.row-region .region-left {
    display: inline-block;
    margin-right: 30px;
}

.row-region .region-right {
    display: inline-block;
}

.row-region .language-dropdown .dropdown-toggle {
    line-height: 30px;
}

.row-region .language-dropdown .dropdown-toggle i {
    margin-right: 5px;
}

.footer-location .icon-text {
    float: left;
    margin-right: 5px;
    line-height: 30px;
}

.footer-location .dropdown {
    float: left;
}

.footer-location .dropdown button {
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #222 !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 30px;
}

.footer-location .dropdown button:after {
    display: none;
}

.footer-location .dropdown .dropdown-menu {
    max-height: 200px;
    overflow-y: auto;
}

.footer-location .dropdown .dropdown-menu .dropdown-item {
    padding: 3px 10px;
    color: #222;
    overflow-x: hidden;
    font-size: 13px;
}

.footer-location .dropdown .dropdown-menu .dropdown-item:focus {
    background-color: #f8f9fa !important;
}

.footer-location .dropdown .dropdown-menu .dropdown-item:active {
    background-color: #f8f9fa !important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #999 !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #999 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #999 !important;
}

.pagination {
    width: 100%;
    display: block;
    position: relative;
    float: left;
    text-align: center;
}

.pagination li {
    display: inline-block;
}

.pagination li a {
    display: block;
    margin: 0 3px;
    border: 1px solid #eaeaf1;
    color: #63636a;
    height: 36px;
    text-align: center;
    -moz-transition: all .2s ease-in-out 0s;
    -webkit-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
    width: auto;
    min-width: 36px;
    font-size: 0.875rem;
    line-height: 36px;
    border-radius: 1px !important
}

.pagination .active a {
    color: #fff !important;
}

.pagination .prev a {
    line-height: 36px;
}

.pagination .next a {
    line-height: 36px;
}

.pagination .page-first a {
    line-height: 36px;
}

.pagination .page-last a {
    line-height: 36px;
}

.pagination li a:hover, .pagination li a:focus, .pagination li a:active {
    color: #fff
}

.selectdiv {
    position: relative;
    float: left;
    width: 100%;
    display: block;
}

.selectdiv:after {
    content: "\e904";
    font-family: barterfly-icons;
    font-size: 12px;
    color: #555;
    right: 0;
    top: 0;
    bottom: 0;
    width: 44px;
    height: 44px;
    position: absolute;
    pointer-events: none;
    text-align: center;
    line-height: 44px;
    outline: none !important;
    cursor: pointer;
}

.cursor-pointer {
    cursor: pointer;
}

.no-records-found {
    text-align: center;
    padding: 20px 0;
    color: #888;
}

.contact-map-container {
    display: block;
    float: left;
    width: 100%;
    margin-top: 30px;
}

.contact-map-container iframe {
    display: block;
    float: left;
    width: 100%;
    height: 500px;
}

.rss-item {
    display: table;
    width: 100%
}

.rss-item .left {
    display: table-cell;
    width: 250px
}

.rss-item .right {
    display: table-cell
}

.rss-item .right p {
    word-break: break-all
}

/* IE11 hide native button (thanks Matt!) */
.selectdiv select::-ms-expand {
    display: none;
}

.selectdiv select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    border: 1px solid #dfe0e6;
    border-radius: 2px;
    box-shadow: none;
    color: #494949;
    font-size: 0.875rem;
    height: 40px !important;
    line-height: 18px;
    outline: medium none;
    padding: 10px 20px;
    cursor: pointer;
}

.selectdiv select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

.swal-button:focus {
    box-shadow: none !important;
}

.btn-file-upload {
    position: relative;
    color: #fff !important;
    font-size: 13px !important;
    padding: 4px 16px !important;
    overflow: hidden !important;
    margin-right: 15px;

}

.btn-file-upload input {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    background-color: transparent;
    color: transparent;
    cursor: pointer;
}

.scrollup {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 15px;
    color: #fff !important;
    z-index: 999999;
}

.scrollup i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    background-color: #222;
    border-radius: 0.1875rem;
    z-index: 999999
}

.error-404 {
    min-height: 600px;
    width: 100%;
    text-align: center;
    padding-top: 100px
}

.error-404 h1 {
    font-size: 60px;
    margin-bottom: 10px
}

.error-404 h2 {
    margin-top: 10px;
    font-size: 32px
}

.cookies-warning {
    background-color: #fafafc;
    border-radius: 2px;
    bottom: 18px;
    left: 20px;
    opacity: 0.9;
    position: fixed;
    width: 450px;
    max-width: 100%;
    z-index: 9999;
    border: 1px solid #e5e5e8;
}

.cookies-warning .text {
    font-size: 13px;
    padding: 24px;
    color: #222;
    line-height: 20px;
}

.cookies-warning .icon-cl {
    cursor: pointer;
    padding: 8px;
    position: absolute;
    font-size: 18px;
    right: 1px;
    top: -5px;
    color: #7b7b7b !important;
}

/*Spinner*/
.load-more-spinner {
    display: none;
}

.spinner {
    margin: 0 auto;
    width: 70px;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 15px;
    margin-top: 15px;
}

.spinner > div {
    width: 16px;
    height: 16px;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.sk-fading-circle {
    width: 24px;
    height: 24px;
    position: relative;
}

.sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 16%;
    height: 16%;
    background-color: #90a0bc;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}

@keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}

::selection {
    color: #fff;
}

::-moz-selection {
    color: #fff;
}

.is-invalid {
    border: 1px solid rgba(220, 53, 69, 0.40) !important;
    box-shadow: 0 0 0 0.05rem rgba(220, 53, 69, 0.40) !important;
}

.is-recaptcha-invalid > div {
    border: 1px solid rgba(220, 53, 69, 0.40) !important;
    box-shadow: 0 0 0 0.05rem rgba(220, 53, 69, 0.40) !important;
}

.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
    border: 1px solid rgba(220, 53, 69, 0.40) !important;
    box-shadow: 0 0 0 0.05rem rgba(220, 53, 69, 0.40) !important;
}

.row-bn {
    overflow: hidden;
}

.bn-lg {
    display: block;
    width: 100%;
    min-width: 728px;
    min-height: 90px;
    position: relative;
    float: left;
    text-align: center;
}

.bn-md {
    display: none;
    width: 100%;
    min-width: 468px;
    min-height: 60px;
    position: relative;
    float: left;
    text-align: center;
}

.bn-sm {
    display: none;
    width: 100%;
    min-width: 250px;
    min-height: 250px;
    position: relative;
    text-align: center;
    float: left;
}

.bn-lg-sidebar {
    width: 100%;
    min-width: 300px;
    min-height: 250px;
    position: relative;
    float: left;
    text-align: center;
    display: block
}

.bn-sm-sidebar {
    display: none;
    width: 100%;
    min-width: 250px;
    min-height: 250px;
    position: relative;
    float: left;
    text-align: center
}

.bn-sidebar-160 {
    display: block;
    width: 100%;
    min-width: 160px;
    min-height: 600px;
    position: relative;
    float: left;
    text-align: center;
}

.input-small {
    position: absolute;
    color: #888;
}

form label.error {
    color: #d43f3a;
    display: none !important;
}

form input.error {
    border: 1px solid rgba(220, 53, 69, 0.40) !important;
    box-shadow: 0 0 0 0.02rem rgba(220, 53, 69, 0.40) !important;
}

form textarea.error {
    border: 1px solid rgba(220, 53, 69, 0.40) !important;
    box-shadow: 0 0 0 0.02rem rgba(220, 53, 69, 0.40) !important;
}

form select.error {
    border: 1px solid rgba(220, 53, 69, 0.40) !important;
    box-shadow: 0 0 0 0.02rem rgba(220, 53, 69, 0.40) !important;
}

.display-none {
    display: none;
}

.pretty.p-default input:checked ~ .state label::after {
    background-color: #555 !important;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0.125rem;
}

.custom-control-label {
    cursor: pointer;
}

.custom-control-label::before {
    top: .1rem;
    cursor: pointer;
    width: 1.125rem;
    height: 1.125rem;
}

.custom-control-label::after {
    top: .1rem;
    cursor: pointer;
    width: 1.125rem;
    height: 1.125rem;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    background-color: #dee2e6 !important;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: none !important;
}

.custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #dee2e6;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.40);
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none !important;
}

.custom-control-validate-error .custom-control-label::before {
    border-color: rgba(220, 53, 69, 0.40) !important;
    box-shadow: 0 0 0 0.13rem rgba(220, 53, 69, 0.40) !important;
}

.custom-control-validate-error .custom-control-input:focus ~ .custom-control-label::before {
    border-color: rgba(220, 53, 69, 0.40) !important;
    box-shadow: 0 0 0 0.13rem rgba(220, 53, 69, 0.40) !important;
}
.disable-body-scroll {
    height: 100%;
    overflow: hidden;
    width: 100%;
    position: fixed;
}

/* ============ 12. Responsive Fixes ============ */
@media (min-width: 1260px) {
    .blog-item-img {
        width: 100%;
        display: block;
        height: 245px;
        float: left;
        background-color: #f8f8f8;
    }

    .blog-item-small .blog-item-img {
        height: 179px;
    }

    .blog-slider .blog-item-img {
        height: 250px;
    }

    .section-slider {
        height: 356px;
    }

    .img-product-container {
        display: block;
        position: relative;
        width: 100%;
        height: 270px;
        overflow: hidden;
    }

    .col-image-input {
        -ms-flex: 0 0 20% !important;
        flex: 0 0 20% !important;
        max-width: 20% !important;
    }

    .image-input-boxes .image-input-box .top {
        width: 182px;
        height: 182px;
    }

    .image-input-boxes .image-input-box .input-uploaded-image {
        width: 182px;
        height: 182px;
    }
}

@media (max-width: 1260px) {
    .container {
        max-width: 100% !important;
    }

    .img-product-container {
        display: block;
        position: relative;
        width: 100%;
        height: 270px;
        overflow: hidden;
    }

    .img-product-container img {
        max-width: none;
    }

    .nav-main .navbar ul .nav-item .nav-link {
        padding: 15px 12px;
    }

    .featured-categories .col {
        max-height: 480px;
    }

    .featured-categories img {
        transform: none !important;
    }

    .featured-categories .featured-category-1 {
        height: 100%;
    }

    .featured-categories .featured-category-2 {
        height: 40%;
        margin-bottom: 0;
    }

    .featured-categories .featured-category-2 .inner {
        padding-bottom: 10px;
    }

    .featured-categories .featured-category-3 {
        height: 60%;
        padding-top: 20px;
    }

    .featured-categories .featured-category-4 {
        height: 50%;
        margin-bottom: 0;
        padding-bottom: 10px;
    }

    .featured-categories .featured-category-4 .inner {
        padding-bottom: 10px;
    }

    .featured-categories .featured-category-5 {
        padding-top: 10px;
        height: 50%;
    }

    .product-slider-container .left {
        width: 72px;
    }

    .product-slider-container .dots-container .dot {
        width: 64px;
        height: 64px;
    }

    .product-content-right {
        padding-left: 0;
    }

}

@media (max-width: 1200px) {
    .bn-lg {
        display: none
    }

    .bn-md {
        display: block
    }
}

/*@media (max-width: 1100px) {*/
/*    .nav-main .navbar ul .nav-item .nav-link {*/
/*        padding: 15px 7px;*/
/*    }*/
/*}*/

@media (max-width: 992px) {
    #wrapper {
        padding-top: 25px;
    }

    .index-wrapper {
        padding-top: 0 !important;
    }

    .section {
        margin-bottom: 20px;
    }

    .main-menu {
        display: none;
    }

    .mobile-menu {
        display: block;
    }

    .container-slider {
        width: 100% !important;
        padding: 0 !important;
    }

    .featured-categories .col {
        max-height: 360px;
    }

    .nav-breadcrumb {
        display: none;
    }

    .page-title {
        margin-bottom: 25px;
    }

    .g-recaptcha {
        transform: scale(0.77) !important;
        transform-origin: 0 0 !important;
    }

    .recaptcha-cnt .g-recaptcha {
        height: 74px;
        margin: 0 auto;
        max-width: 100%;
        width: 224px;
    }

    .product-content-details {
        height: auto !important;
        margin-bottom: 20px;
        min-height: 0 !important;
    }

    .product-slider-container {
        height: auto !important;
        margin-bottom: 20px;
    }

    .product-slider-container .left {
        position: absolute;
        bottom: 15px;
        left: 0;
        z-index: 40;
        width: 100% !important;
        text-align: center;
    }

    .product-slider-container .right .owl-carousel .owl-item img {
        max-width: 100%;
    }

    .product-slider-container .dots-container {
        width: 100% !important;
        text-align: center;
    }

    .product-slider-container .dots-container .dot img {
        display: none !important;
    }

    .product-slider-container .dots-container .dot {
        width: 14px;
        height: 14px;
        background-color: rgba(255, 255, 255, 0.5);
        display: inline-block;
        border-radius: 100%;
        margin-right: 10px;
        pointer-events: auto;
    }

    .product-slider-container .dots-container .active {
        background-color: #fff;
    }

    .product-slider-container .right {
        width: 100%;
        display: block;
    }

    .hide-dosts-mobile {
        display: none !important;
    }

    .profile-details {
        width: 100%;
        display: block;
    }

    .profile-details .left {
        width: 100%;
        display: block;

        padding: 0;
    }

    .profile-details .right {
        width: 100%;
        display: block;
    }

    .profile-details .username {

        display: block;
        width: 100%;
        margin-top: 10px;
    }

    .rss-item {
        display: block;
        width: 100%
    }

    .rss-item .left {
        display: block;
        width: 100%;
    }

    .rss-item .right {
        display: block;
        width: 100%;
    }

    .shopping-cart .right {
        margin-top: 30px;
    }

    .row-profile-username {
        height: auto !important;
    }

    .row-profile-username .username {
        margin-bottom: 5px;
    }

    .row-profile-username .rating {
        margin-left: 0 !important;
    }

}

@media (max-width: 768px) {
    .m-b-sm-15 {
        margin-bottom: 15px;
    }

    .m-b-sm-0 {
        margin-bottom: 0;
    }

    .product-content-details {
        display: none !important;
    }

    .product-content-details-mobile {
        display: block !important;
    }

    .main-slider .owl-dots .owl-dot {
        width: 10px;
        height: 10px;
        margin-right: 6px;
    }

    .featured-categories .col {
        max-height: 260px;
    }

    .featured-category .caption span {
        font-size: 13px;
    }

    .section .title-exp {
        margin-bottom: 25px;
    }

    .product-item {
        margin-bottom: 25px;
    }

    #footer .footer-top {
        padding: 30px 0;
    }

    #footer .nav-footer {
        padding-left: 0;
    }

    .footer-widget {
        margin-bottom: 15px;
    }

    .image-upload-box .uploaded-image {
        width: 120px;
        height: 120px;
    }

    .image-upload-box {
        margin-bottom: 5px;
    }

    .btn-filter-products-mobile {
        display: block;
        margin-left: 10px;
    }

    .product-sort-by {
        float: left;
    }

    .product-list-title {
        display: block;
        margin-bottom: 15px;
    }

    .product-filters {
        display: none;
    }

    .sidebar-products .collapsing {
        display: block !important;
    }

    .sidebar-products .show {
        display: block !important;
    }

    .profile-details .user-contact .info {
        display: block;
        width: 100%;
        text-align: left;
        border: 0;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .profile-buttons .buttons {
        float: left;
        display: block;
        width: 100%;
        margin-bottom: 10px;
        text-align: left;
    }

    .profile-buttons .social {
        float: left;
        display: block;
        width: 100%;
        margin-top: 10px;
        text-align: left;
    }

    .profile-tab-content {
        margin-top: 30px;
    }

    .login-model .auth-box {
        padding: 15px;
    }

    .auth-box {
        padding: 30px 15px;
    }

    .contact-right {
        margin-bottom: 30px;
    }

    .page-contact .contact-item {
        padding: 0;
    }

    .contact-social {
        padding: 0;
    }

    .contact-social ul li {
        margin-bottom: 8px;
    }

    .contact-map-container iframe {
        height: 400px;
    }

    .blog-content .blog-categories li {
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .blog-content .blog-categories li a {
        padding: 8px;
        font-size: 13px;
    }

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

    .blog-content .blog-item a {
        width: auto;
        display: inline-block;
    }

    .blog-content .post-content .title {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 15px;
    }

    .post-content .post-share .title {
        display: block;
        width: 100%;
    }

    .bn-sidebar-160 {
        display: none
    }

    .bn-sm-sidebar {
        display: block
    }

    .bn-lg-sidebar {
        display: none;
    }

    .span-sort-by {
        display: none !important;
    }

    .product-sort-by .sort-select {
        margin: 0;
    }

    .modal-send-message .user-contact-modal img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        margin-bottom: 5px;
    }

    .order-summary-container {
        margin-top: 60px;
    }

    .shopping-cart {
        margin-top: 15px;
    }

    .shopping-cart .right {
        padding: 20px;
    }

    .tab-checkout-closed .title {
        margin-right: 0;
    }

    .payment-options-list li label img {
        height: auto !important;
        max-height: 26px;
    }

    .order-details-container {
        margin-top: 30px;
    }

    .earnings-boxes {
        margin-top: 30px;
    }

    .earnings-boxes .earnings-box {
        padding: 20px;
    }

    .withdraw-money-container {
        margin-top: 30px;
    }

    .nav-payout-accounts {
        margin-top: 30px;
    }

    .nav-payout-accounts li {
        width: 100%;
        margin-top: 4px;
        text-align: center;
    }

    .nav-payout-accounts li a {
        display: block;
        width: 100%;
    }

    .messages-head {
        padding: 0;
        padding-bottom: 10px;
    }

    .messages-content .message-item {
        padding: 10px 0;
    }

    .messages-content .message-item .right .time {
        display: block;
        width: 100%;
        font-size: 11px;
        margin-bottom: 10px;
    }

    .messages-content .messages-list .message-list-item {
        padding: 20px 0;
    }

    .calculated-price {
        line-height: 20px;
    }

    .product-content-details .product-title {
        font-size: 20px;
        line-height: 24px;
    }
}

@media (max-width: 767px) {
    .shopping-cart .item .img-cart-product {
        width: 60px;
        height: 60px;
        margin: 0;
    }

    .shopping-cart .btn-cart-remove {
        position: relative;
        right: 0;
        top: 5px;
    }

    .product-content-right .widget-seller .more-from-seller .user-product {
        height: 200px;
    }
}

@media (max-width: 576px) {
    .product-content-right .widget-seller .more-from-seller .user-product {
        height: 180px;
    }

    .product-item .img-product-container {
        height: auto;
        max-height: 500px;
    }

    .product-item .img-product {
        width: 100%;
        height: auto;
    }

    .cookies-warning {
        left: 0;
        width: 100%;
    }

    .modal {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .featured-categories .col {
        display: block !important;
        width: 100% !important;
        flex-basis: unset !important;
        flex-grow: unset !important;
        height: auto !important;
        float: left;
        position: relative;
        max-height: 410px !important;
    }

    .featured-categories .col:nth-child(2) {
        max-height: 500px !important;
    }

    .featured-categories .col:nth-child(3) {
        max-height: 500px !important;
    }

    .featured-categories .featured-category {
        float: left;
        width: 100% !important;
        display: block;
        padding-top: 0;
        padding-bottom: 23px;
    }

    .featured-categories .featured-category .inner {
        padding-top: 0;
        padding-bottom: 15px;
        float: left;
        width: 100% !important;
        display: block;
    }

    .featured-categories .featured-category img {
        width: 100% !important;
        height: auto !important;
    }

    .blog-slider .owl-nav {
        top: 30%;
    }

    #footer {
        margin-top: 45px;
    }

    .btn-filter-products-mobile {
        float: left;
        margin-left: 0;
    }

    .product-sort-by {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    .bn-md {
        display: none
    }

    .bn-sm {
        display: block
    }

    .copyright {
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .main-slider .owl-image {
        height: 140px !important;
        width: auto !important;
    }

    .featured-categories .col {
        max-height: 280px !important;
    }

    .featured-categories .col:nth-child(2) {
        max-height: 400px !important;
    }

    .featured-categories .col:nth-child(3) {
        max-height: 400px !important;
    }

    .blog-slider .owl-nav {
        top: 26%;
    }

    .contact-map-container iframe {
        height: 300px;
    }

    .product-content-right .widget-seller .more-from-seller .user-product {
        height: 130px;
    }
}

@media (max-width: 392px) {
    .blog-slider .owl-nav {
        top: 20%;
    }

    .product-content-right .widget-seller .more-from-seller .user-product {
        height: 110px;
    }
}