/*
Author: Codingest
Template Name: newsouq


------------------------------------------------
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: 'sky';
    font-style: normal;
    font-weight: 300;
    src: local('sky'), local('sky'),
    url('../vendor/fonts/sky/sky.ttf') format('woff2'), url('../vendor/fonts/sky/sky.ttf') format('woff');
}

@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: ;
    text-align:right;
}

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: #2b74a8;
    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;
    text-align: right;
}

.dropdown-item {
    color: #222;
    text-align: right;
}

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

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

.btn i {
    /*margin-left: 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;
    line-height: 26px;
    font-size: 16px;
}

.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-left: 0px;
}
.product-share .btn-favorite {
	margin-top: -6px !important;
}

.btn-contact-seller {
    padding: 0.3rem 1.1rem;
    border-radius: 0.1875rem;
    border: 1px solid #e4e4e4;
    background-color: transparent !important;
    float: left;
    font-size: 16px;
    font-weight: 600;
    font-weight: 600;
    font-family: "Times New Roman";
}
.list.product-item{height: 130px!important;}
.list .product-item .img-product { /*width:auto!important; */}
.list .product-item .img-product{height: 130px!important;transform:inherit!important;margin: 0px auto!important;     object-fit: cover;}
.list .product-item .img-product-container{height:135px!important;border: 3px solid #f5f2f2;}
.column.list .row-custo{height: 130px!important;}
.column.list .row-custo{width:15%!important;height: 130px!important;}
.column.list .tem-details{width:85%!important;max-width:85%!important; padding-right: 0px!important;}
.bordrtitle{border:1px solid #d3d6e0;padding: 10px 13px;margin-top:10px;margin-bottom:10px;border-radius: 5px 5px 5px 5px; !important;background: #fdf8f3;}
.bordr{border:1.5px solid #d3d6e0;padding: 5px 18px;border-radius: 5px 5px 10px 10px; !important;}
.product-content-left .product-slider-container{margin-bottom:20px!important;max-height: 432px;}
.product-content-left .btn-contact-seller {float:right!important;padding: 0 35px!important;
    margin-top: -4px!important; }
.product-content-left .row-customs{width:auto!important;float:left!important;background:#f3f3f3;padding: 10px;}
.bckg{background:#f3f3f3;padding: 1.5px!important;margin-top:0px!important;}
.product-content-left .product-share{background:#f3f3f3;padding:10.5px!important;margin-top:0px!important;}
.product-content-left .product-share{
 margin-top:0px!important;width:30%!important;float:left!important;}
 .product-content-left .row-customm{width:30%!important;margin-top: 0px !important;float: left;}
.btn-contact-seller:hover {
    border-color: #bcbcbc !important;
}
a#btn_tab_product_details2{
    margin-top: 15px;
}
.centerme{    margin-bottom: 0;
    padding-top: 15px;}
.filter-item .custom-control-label::before, .filter-item .custom-control-label::after {
       right: 0px !important;
}



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

.btn-outline-gray {
    background-color: transparent !important;
    font-size: 15px;
    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: right;
    min-width: 100px;
    text-align: right;
    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: 120px;
    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: right;
    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: right;
    position: relative;
}

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

/*breadcrumb*/
.nav-breadcrumb {
    background-color: #f4f5f7;
    padding: 15px 10px;
    margin-right: 0px;
    border-radius: 5px;
    margin-bottom: 10px;
    max-width: 100%;
}

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

.breadcrumb a {
    color: #999;
}
.breadcrumb .breadcrumb-item {
    padding: 3px .5rem;
}

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

.breadcrumb .breadcrumb-item::after {
    padding-right: 0;
    color: #999;
    position: relative;
    right: 5px;
    content: ">";
}
.breadcrumb .breadcrumb-item::before, .breadcrumb .breadcrumb-item:last-child::after {
    content: "";
}
.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-left: 10px;
}

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

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

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

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

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

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

.error-message p {
    position: relative;
    color: #d43f3a;
    margin-bottom: 5px;
    font-size: 0.875rem;
    text-align: right;
    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%;
    }
.catebanner_img {width:100%;}    
}

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

/* ============ 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: right;
    padding: 15px 0;
    background-color: #fff;
}

.nav-top .nav-top-left .logo {
    position: relative;
    float: right;
    width: 180px;
    height: 50px;
    margin-left: 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% - 100px);
    display: table;
    float: right;
    position: relative;
}

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

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

.top-search-bar .input-search {
    border: 1px solid #e6e6e6 !important;
    border-right: 0;
    box-shadow: none !important;
    outline: none !important;
    color: #555;
    padding: 8px;
    padding-left: 60px;
    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;
    left: 5px;
    font-family: "Tahoma";
    background-color: transparent !important;
    border: 0 !important;
    color: #888;
    font-size: 16px;
}

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

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

}

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

.search-select button::after {
    margin: 0;
    position: absolute;
    left: 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: left;
}

.nav-top .nav-top-right .nav li {
    margin-left: 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: right;
    background-color: #418bbf;
    padding: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

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

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

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

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

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

.profile-dropdown .dropdown-menu {
    border: 1px solid #e6e6e6;
    min-width: 180px;
    padding: 0;
    right: -20px !important;
    z-index: 999999;
    box-shadow: 0 4px 6px rgba(0,0,0,.12)!important;
}

.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-left: 5px;
}

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

.profile-dropdown .notification {
    position: absolute !important;
    display: inline-block;
    font-size: 11px;
    background-color: #e34c5a;
    border-radius: 50%;
    top: 4px;
    right: 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;
    right: -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;
    right: 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;
    right: 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-right: 5px;
    font-weight: 600;
    margin-left: 18px;
}

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

.li-main-nav-right a i {
    margin-left: 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;
    box-shadow: 0 4px 6px rgba(0,0,0,.12)!important;
}

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

.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-left: 1px solid #eee;
    padding: 15px 15px 30px 0;
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
}

.dropdown-menu-large .left .large-menu-item {
    width: 100%;
    display: block;
    float: right;
    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;
    left: 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 20px 30px 15px;
}

.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: right;
}

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

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

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

.mobile-menu .col-buttons {
    padding-right: 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: left;
}

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

.mobile-menu .mobile-button-buttons .mobile-cart-container {
    position: relative;
    display: inline-block;
    /*margin-left: 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;
    right: 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;
    right: 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;
    left: 16px;
    font-size: 36px;
    margin-right: 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-left: 10px;
    border-radius: 100%;
}


.nav-mobile .navbar-nav .item-profile .dropdown-menu .dropdown-item {
    margin-right: 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;
    right: 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: right;
    color: #222;
    width: 100%;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

.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-left: 15px;
    color: #222;
}

.mobile-social-links ul li a:first-child {
    padding-right: 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;
    overflow:hidden;
}

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

.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: right;
    margin-right: 15px;
}

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

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

.main-slider .owl-nav .owl-next i {
    position: absolute;
    left: 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-left: 10px;
    pointer-events: auto;
}

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

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

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

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

.featured-categories {
    margin-left: -10px;
    margin-right: -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: right;
    position: relative;
    /*margin-bottom: -1px;*/
    border: 1px solid #eceff1;
}

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

.list .product-item .img-product-container {
    display: block;
    width: 133px;
    text-align: center;
}

.list .product-item .img-product {
  display: block;
    height: 200px;
    width:130px;
    margin: 2px auto;
    max-width: none;
 /*   margin-right:-24%;*/
    transform:inherit;
}


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

.product-item .img-product {
  display: block;
    height: 200px;
    width:100%;
    margin: 2px auto;
    max-width: none;
 /*   margin-right:-24%;*/
    transform:inherit;
}


.product-item .img-product {
  display: block;
    height: 200px;
    /*width:100%;*/
    margin: 2px auto;
    max-width: none;
 /*   margin-right:-24%;*/
    transform:inherit;
    object-fit: cover;
}

.product-item .img-product-200{
  display: block;
    height: 200px;
    width:200px; 
    max-width: none;
 /*   margin-right:-24%;*/
    transform:inherit;
        object-fit: cover;
}

.product-item .img-product-215{
  display: block;
    height: 215px;
    width:215px; 
    max-width: none;
 /*   margin-right:-24%;*/
    transform:inherit;
        margin: 0 auto;
}



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

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

@media (max-width:560px) {
.product-item .item-details .icon-star, .product-item .item-details .icon-star-o {
    font-size: 15px;
}
.catebanner_img {width:100%;}
}

.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: right;
    position: relative;
    font-size: 1.15rem;
    line-height: 24px;
    margin: 0;
}

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

.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: right;
    position: relative;
}

.product-item .item-meta .price {
    display: inline-block;
    width: auto;
    float: right;
    position: relative;
    font-weight: 700;
    line-height: 24px;
    padding-right: 2px;
    font-family: sky,-apple-system,system-ui,Segoe UI,Helvetica Neue,sans-serif;
}

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

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

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

}

.product-item .item-meta .item-comments {
    display: inline-block;
    width: auto;
    float: left;
    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;
    left: 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: "newsouq-icons";
    position: absolute;
    top: -5px;
}

.item-favorited:before {
    display: inline-block;
    content: "\e902" !important;
    font-family: "newsouq-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: right;
    margin-right: 30px;
}

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

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

.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;
    right: 0;
}

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

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

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

.product-slider-container {
    width: 100%;
    position: relative;
    display: table;
    float: right;
    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-right: 50%;
    transform: translateX(50%);
}

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

.product-slider-container .dots-container .dot {
    width: 84px;
    height: 60px;
    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: right;
    margin-right: 10px;
}

.product-slider .owl-nav .owl-next {
    position: relative;
    float: left;
    margin-left: 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: right;
    text-align: center;
}

.product-share ul li {
	list-style: none;
	display: inline-block;
	margin-left: 0;
	max-width: 70px;
	width: 100%;
}
.product-share ul li a {
    color: #888;
    font-size: 24px;
}
.product-share ul li .btn-favorite{
    font-size: 24px;
    
}

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

.product-details-section {
    width: 100%;
    position: relative;
    display: block;
    float: right;
    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: right;
    margin-bottom: 20px;
}

.product-description .description {
    width: 100%;
    position: relative;
    display: block;
    float: right;
    font-size: 26px;
    line-height: 26px;
    overflow-wrap: break-word;
    font-family: "Times New Roman";
}

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

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

.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: right;
    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: 0px 0;
}

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

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

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

.product-reviews .rating-bar .rating-stars {
    float: right;
    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: "newsouq-icons";
    content: "\e901";
    cursor: pointer;
}

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

.product-reviews .rating-bar label:hover:before {
    font-family: "newsouq-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: "newsouq-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: "newsouq-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: right;
}

.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: right;
    display: block;
    height: 24px;
    line-height: 26px;
}

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

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

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

.rating i {
    float: right;
    color: #fbc12a;
    font-size: 17px;
    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: right;
    margin-left: 10px;
}

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

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

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

.product-reviews .comments .comment-list {
    padding: 0;
    margin: 0;
    float: right;
    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: right;
}

.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: right;
    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-right: 15px;
}

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

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

.product-reviews .comments .comment-total span {
    display: block;
    font-size: 15px;
    float: right;
    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: 22px;
    font-weight: 200;
    text-align: center;
    margin-bottom: 10px;
}

.modal-send-message .modal-header .close {
    position: absolute;
    top: 15px;
    left: 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: right;
    position: relative;
}

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

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

.product-content-details {
    width: 100%;
    height: 100%;
    display: block;
    float: right;
    position: relative;
    min-height: 453px;
    margin-bottom: 45px;
}
.product-content-left .product-content-details {
    width: 100%;
    height:auto!important;
    display: block;
    float: right;
    position: relative;
    min-height: auto!important;
    margin-bottom:0px!important;
	    padding: 8px 15px;
}
.product-content-left .product-content-details .details {
    margin-bottom:0px!important;
}
.product-content-left .product-content-details .meta {
  margin-bottom:0px!important; 
}
.product-content-left .product-content-details .details .item-details{
  margin-bottom:0px!important; 
}
.product-content-left .product-content-details .product-title{ margin-bottom:0px!important;}
.product-content-details .product-title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    font-family: sky,-apple-system,system-ui,Segoe UI,Helvetica Neue,sans-serif;
}

.product-content-details .meta {
    margin-bottom: 15px;
    font-size: 0.750rem !important;
}

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

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

.product-content-details .meta span i {
    margin-left: 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;
    right: 0;
    margin: auto;
}

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

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

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

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

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

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

.product-content-details .details span {
    float: right;
        font-size: 0.750rem;
}

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

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

.quantity-select .dropdown-toggle {
    display: inline-block;
    min-width: 80px;
    text-align: right;
    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 20px 6px 5px;
    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: left;
}

.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: right;
    position: relative;
    margin-bottom: 45px;
}

.product-content-right .widget-seller .widget-content {
    width: 100%;
    display: table;
    float: right;
    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: right;
    display: table-cell;
}

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

.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-left: 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: right;
    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: right;
    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-right: -5px;
    margin-left: -5px;
}

.product-content-right .widget-seller .more-from-seller .col-user-product {
    padding-right: 5px;
    padding-left: 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: right;
    position: relative;
    margin-bottom: 45px;
}

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

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

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

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

.product-content-right .widget-tags ul li {
    list-style: none;
    float: right;
    margin-left: 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: right;
    position: relative;
    margin-top: 60px;
}

/* ============ 5. Add Product ============ */
.form-add-product {
    width: 100%;
    height: auto;
    min-height: 540px;
    display: block;
    float: right;
    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 0.1875rem 0.1875rem 0 !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: right;
    position: relative;
    margin-bottom: 10px;
}

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

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

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

.image-input-boxes .image-input-box .top {
    width: 100%;
    display: block;
    float: right;
    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: right;
    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: right;
    position: relative;
    border-radius: 4px;
}

.image-input-boxes .image-input-box .input-uploaded-image .img-uploaded {
    position: absolute;
    top: 0;
    left: 0;
    right: 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;
    left: 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;
    left: 0;
    right: 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;
    left: 0;
    right: 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;
    left: 0;
    right: 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;
    right: 6px;
}

.product-image-progress {
    display: block;
    width: 100%;
    position: relative;
    float: right;
    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: right;
    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-left: 10px;
}

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

.images-exp i {
    margin-left: 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;
    right: 0;
    width: 0%;
    height: 3px;
    transition: 0.5s;
}

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

.pricing-card .card-header {
    background-color: white;
    padding-right: 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;
    padding: .25rem;
}

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

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

.pricing-card .currency {
    font-size: 28px;
    position: relative;
    font-weight: 400;
    top: 0px;
    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-left: 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: right;
    margin-bottom: 60px;
}

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

.profile-details .left {
    display: table-cell;
    vertical-align: top;
    text-align: right;
    width: 180px;
    padding-left: 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: right;
    margin-bottom: 8px;
    color: #888;
}

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

.last-seen i {
    width: 10px;
    height: 10px;
    margin-left: 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: right;
}

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

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

.profile-details .description {
    line-height: 24px;
    color: #555;
    margin-bottom: 10px;
	font-size: 15px;
	font-family: sky,-apple-system,system-ui,Segoe UI,Helvetica Neue,sans-serif;
}

.profile-details .user-contact .info {
    color: #777;
    margin-left: 15px;
    padding-left: 15px;
    border-left: 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-left: 10px;
}

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

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

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

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

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

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

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

.profile-buttons .social ul li:first-child {
    margin-right: 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: right;
    margin-bottom: 2px;
}

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

.product-item .days-ago {
    color: #888; 
    /*width: 111px; */
    line-height: 23px;
   margin-left: 50px;
}
.state  {
    color: #888; 
    width: 100px;
}
.icon-comment-f  {
    color: #888;
    width: 100px;
}
.icon-comment-s  {
    color: #888;
    width: 180px;
	margin-left: 50px !important;
}
.text-truncate1 {
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
   
}


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

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

.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: right;
    position: relative;
    margin-bottom: 30px;
}

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

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

.btn-product-delete {
    line-height: 20px;
    float: right;
    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-left: 10px;
}

.btn-product-edit {
    line-height: 20px;
    float: right;
    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-left: 10px;
    background-color: #A2A7AB;
}

.btn-product-promote {
    line-height: 20px;
    float: right;
    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-left: 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: right;
}

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

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

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

.user-reviews .rating-bar .rating-stars {
    float: right;
    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: "newsouq-icons";
    content: "\e901";
    cursor: pointer;
}

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

.user-reviews .rating-bar label:hover:before {
    font-family: "newsouq-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: "newsouq-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: "newsouq-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: right;
}

.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: right;
    display: block;
    height: 24px;
    line-height: 26px;
}

.user-reviews .review-list li .right .rating {
    float: right;
    position: relative;
    margin-right: 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 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f0f0f0;
    margin-bottom: 15px;
}

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

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

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

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

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

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

.messages-content {
    display: block;
}

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

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

.messages-content .message-item {
    width: 100%;
    float: right;
    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-right: 4px;
}

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

.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: left;
    color: #62696E;
    font-size: 12px;
}

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

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

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

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

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

.messages-content .messages-list .message-list-item {
    width: 100%;
    display: block;
    position: relative;
    float: right;
    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: right;
    padding-bottom: 10px;
}

.messages-content .message-list-item .message-user .left {
    display: table-cell;
    vertical-align: top;
    text-align: right;
    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: left;
    color: #62696E;
    font-size: 12px;
}

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

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

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

.messages-content .message-reply {
    display: block;
    width: 100%;
    float: right;
    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: right;
    position: relative;
    font-size: 18px;
    line-height: 26px;
    text-align: right;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 10px;
}

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

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

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

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

.blog-post-description {
    display: block;
    width: 100%;
    float: right;
    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: right;
    margin-right: 15px;
}

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

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

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

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

.blog-content .blog-item {
    display: block;
    float: right;
    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: right;
    position: relative;
}

.blog-sidebar .blog-sidebar-widget {
    width: 100%;
    display: block;
    float: right;
    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: right;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.blog-content .blog-categories li {
    list-style: none;
    display: inline-block;
    margin-left: 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: right;
    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: right;
    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: right;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
    margin-left: 15px;
    float: right;
}

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

.post-content .post-share .btn-share i {
    font-size: 0.875rem;
    margin-left: 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: right;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
}

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

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

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

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

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

.blog-content .blog-tags ul li {
    list-style: none;
    float: right;
    margin-left: 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: right;
    margin: 0;
    padding: 0;
}

.blog-content .post-tags ul li {
    list-style: none;
    float: right;
    margin-left: 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: right;
}

.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: right;
    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: right;
}

.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: 22px;
    line-height: 26px;
    margin-bottom: 30px;
    margin-top: 0;
    display: block;
}

.page-title-product {
    font-weight: 300;
    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-right: 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: right;
    width: 40px;
}

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

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

.contact-social ul li {
    display: inline-block;
    margin-left: 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: 17px;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}

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

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

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

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

.product-sort-by .sort-select .dropdown-toggle:after {
    margin: 0;
    position: absolute;
    left: 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 20px 8px 5px;
    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: right;
    /*width: 89%;*/
    position: relative;
}

.product-filters .filter-item {
    display: block;
    float: right;
    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: right;
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

.filter-item .price-filter-inputs .price-filter-input {
    width: 100%;
    float: right;
    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: right;
    line-height: 34px;
}

.col-12.col-sm-6.col-md-6.col-lg-4.column.list {
    padding: 0px !important;
}

.col-lg-4 {
    /* padding: 0px !important;*/
    margin-right: -1px;

}

.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: .30rem .5rem;
    color: #666;
}

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

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

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

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

}

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

.filter-tag {
    display: table;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    float: right;
    margin-left: 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-right: 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: right;
    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: right;
    vertical-align: top;
}

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

.member-list-item .right {
    display: table-cell;
    text-align: right;
    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: 500;
    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;
    left: 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: right;
    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: right;
    margin: 0 30px;
    overflow: hidden;
}

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

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

.shopping-cart .item .list-item label {
    min-width: 73px;
    margin: 0;
    margin-left: 5px;
}
.shopping-cart-shipping.shopping-cart .item .list-item label {
    min-width: 50px; 
}
.whatsap a, .cus_num {
    background: #cadfef;
    padding: 3px 10px 3px 15px;
    border-radius: 8px;
    display: inline-block;
    width: 171px;
	font-size: 1.000rem;
	margin-bottom: 3px;
}
.mb-me {
    margin-bottom: 20px;
}
.me-row{display: ;
position: ;
display: block;
width: 100%;
position: relative;
float: right;
max-width: 100%;}
.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: right;
    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: right;
    position: relative;
    width: 100%;
}

.tab-checkout .title {
    font-size: 17px;
    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-left: 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: 20px;
    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: 15px;
    margin-top: 15px;
}

.p-transaction-number span {
    padding: 0px 0px;
    border: 0px solid #e4e4e4;
    font-size: 0.875rem;
}

.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: right;
}

.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: right;
    margin-left: 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: left;
    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: left;
}

.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-left: 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-right: 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-right-radius: 0.25rem;
    border-top-left-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;
    left: 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;
    right: 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);
    overflow:hidden;
}

#footer .footer-top {
    width: 100%;
    display: block;
    position: relative;
    float: right;
    min-height: 100px;
    padding: 15px 0;
}

#footer .footer-bottom {
    width: 100%;
    display: block;
    position: relative;
    float: right;
    background-color: #fff;
    padding: 10px 0;
}

#footer .footer-bottom .copyright {
    float: right;
    text-align: right;
}

#footer .footer-bottom .payments {
    float: left;
    text-align: left;
}

#footer .footer-bottom .payments img {
    max-height: 22px;
}

#footer .footer-logo {
    margin-bottom: 10px;
    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: right;
}

#footer .footer-social-links ul {
    padding: 0;
    margin: 0;
}

#footer .footer-social-links ul li {
    float: right;
    margin-left: 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-right: 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: right;
    margin-top: 30px;
}

#footer .newsletter .newsletter-inner {
    width: 100%;
    display: block;
    position: relative;
    float: right;
}

#footer .newsletter .newsletter-inner input {
    border-radius: 0 3px 3px 0;
    border-left: 0;
    border: 1px solid #ced4da;
    min-height: 35px;
}

#footer .newsletter .newsletter-inner button {
    border-radius: 3px 0 0 3px;
    background-color: #222;
    color: #e8e8e8;
}

.row-region {
    margin-top: 15px;
}

.row-region .region-left {
    display: inline-block;
    margin-left: 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-left: 5px;
}

.footer-location .icon-text {
    float: right;
    margin-left: 5px;
    line-height: 30px;
}

.footer-location .dropdown {
    float: right;
}

.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: right;
    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: right;
    width: 100%;
    display: block;
}

.selectdiv:after {
    content: "\e904";
    font-family: newsouq-icons;
    font-size: 12px;
    color: #555;
    left: 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: right;
    width: 100%;
    margin-top: 30px;
}

.contact-map-container iframe {
    display: block;
    float: right;
    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;
    
    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-left: 15px;

}

.btn-file-upload input {
    position: absolute;
    top: 0;
    left: 0;
    right: 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;
    left: 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;
    right: 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;
    left: 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;
    right: 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: right;
    text-align: center;
}

.bn-md {
    display: none;
    width: 100%;
    min-width: 468px;
    min-height: 60px;
    position: relative;
    float: right;
    text-align: center;
}

.bn-sm {
    display: none;
    width: 100%;
    min-width: 250px;
    min-height: 250px;
    position: relative;
    text-align: center;
    float: right;
}

.bn-lg-sidebar {
    width: 100%;
    min-width: 300px;
    min-height: 250px;
    position: relative;
    float: right;
    text-align: center;
    display: block
}

.bn-sm-sidebar {
    display: none;
    width: 100%;
    min-width: 250px;
    min-height: 250px;
    position: relative;
    float: right;
    text-align: center
}

.bn-sidebar-160 {
    display: block;
    width: 100%;
    min-width: 160px;
    min-height: 600px;
    position: relative;
    float: right;
    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;margin-right: 25px;
}

.custom-control-label::before {
    top: .1rem;
    cursor: pointer;
    width: 1.125rem;
    height: 1.125rem;
    right: -1.5rem;
    
}

.custom-control-label::after {
    top: .1rem;
    cursor: pointer;
    width: 1.125rem;
    height: 1.125rem;
        right: -1.5rem;
}

.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;
}
.mbview{display:none;}
/* ============ 12. Responsive Fixes ============ */
@media (min-width: 1024px) {
    .product-item-horizontal .item-details {
        padding-top: 20px;
    }
    
    .table-responsive{
        display: table;
    }
}
@media (min-width: 1260px) {
    .product-item-horizontal .item-details {
        padding-top: 25px;
    }

    .blog-item-img {
        width: 100%;
        display: block;
        height: 245px;
        float: right;
        background-color: #f8f8f8;
    }
    
    .column.list .row-custom.item-details{
        /*padding-top: 20px !important;*/
    }

    .blog-item-small .blog-item-img {
        height: 179px;
    }

    .blog-slider .blog-item-img {
        height: 250px;
    }
    
    .section{
        margin-bottom: 25px;
    }
    .section-slider {
        height: 250px;
    }

    .img-product-container {
        display: block;
        position: relative;
        width: 100%;
        /*height: 123px;*/
        /*max-height: 154px;*/
        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) {
    .catebanner_img {width:100%;}
    .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-right: 0;
    }

}

@media (max-width: 1200px) {
    .catebanner_img {width:100%;}
    .bn-lg {
        display: none
    }
	

    .bn-md {
        display: block
    }
}

@media (max-width: 1100px) {
    .catebanner_img {width:100%;}
    .nav-main .navbar ul .nav-item .nav-link {
        padding: 15px 7px;
    }
    
    .nav-breadcrumb {
        max-width: 100% !important;
    }
    .col-30{
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    
    
    .col-70{
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    
}

@media (max-width: 992px) {
    .catebanner_img {width:100%;}
    .col-20{
        flex: 0 0 30% !important;
        max-width: 30% !important;
    }
    

    .col-80{
        flex: 0 0 70% !important;
        max-width: 70% !important;
    }
    
    
    .mbile-table{
   
    }
    
    .column.list .row-custo{
        width: 25% !important;
    }
    
    .column.list .row-custom.item-details{
        width: 75% !important;
    }
    
     
    .mbile-table::-webkit-scrollbar {
        -webkit-appearance: none;
    }
    
    .mbile-table::-webkit-scrollbar:vertical {
        width: 12px;
    }
    
    .mbile-table::-webkit-scrollbar:horizontal {
        height: 12px;
    }
    
    .mbile-table::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, .5);
        border-radius: 10px;
        border: 0px solid #ffffff;
    }
    
    .mbile-table::-webkit-scrollbar-track {
        border-radius: 10px;  
        background-color: #ffffff; 
    }

    .mbile-table table tr .longname{
        min-width: 100px;
    }
    
    .mbile-table table tr .longvalue{
        min-width: 200px;
    }
    
    .mbile-table table tr .xlargevalue{
        min-width: 345px;
    }
    
    
    
     .mbile-table table tr .middlevalue{
        min-width: 150px;
    }
    
    .hidden-tablet{
        display: none !important;
    }
    
    .profile-dropdown .dropdown-menu {
        right: -88px !important;
        top: 15px !important;
        width: 160px;
    }

    
    .vertical{
        /*height: 275px;*/
    }
    .top-search-bar{
        width: 100%;
    }
    
    .top-search-bar .right{
         width: 100%;    
    }
    
    #wrapper {
        padding-top: 10px;
    }

    .index-wrapper {
        padding-top: 0 !important;
    }

    .section {
        margin-bottom: 7px;
    }

    .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;
        right: 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-left: 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-right: 0 !important;
    }

}

@media (max-width: 767px) {
    .catebanner_img {width:100%;}
    .m-set{
        padding: 0 5px;
    }
    .messages-head .lbl-head { 
    margin-right: 39px;
}

    .priceblock [class*="col-"] {
        
        max-width: 100% !important;
		
    }
	.col-sm-177 {
flex: 20 0 0%;
 
}
    .product-item .days-ago, 
    .product-content-details .details span,
    .row-custom, .product-content-details .meta span{
        font-size: 0.875rem;
    }
    .top-search-bar .search-select, .top-search-bar .search-select button {
        min-width: 100%;
    }
    .top-search-bar .btn-search:after {
        content: "بحث";
        font-size: 14px;
        color: #494949;
    }
    .top-search-bar .btn-search i {
        font-size: 0;
    }
    .priceblock .col-sm-3, .priceblock .col-md-3 {
        border: 0 !important;
    }
    priceblock .destopview {
        flex-wrap: wrap;
    }
    #fotorama .fotorama__wrap
    {
        margin-right: auto;
    }
    
    #fotorama .fotorama__nav{
        overflow: visible;
    }
    
    #fotorama .fotorama__nav.fotorama__nav--thumbs {
    width: 100% !important;
    }

#fotorama .fotorama__stage {
    margin: 0 auto;
}

#fotorama .fotorama__wrap {
    width: 100% !important;
    margin: 0 auto;
}
.form-group .control-label {

font-size: 12px;
}
.profile-tabs .nav {

	padding-right: 5px;
}
.page-title {
	margin-bottom: 15px;
	font-size: 20px;
	padding-right: 6px;
}
.mob{ display:none;}
.product_title {
	float: none;
	width: 100%;
}
    .m-b-sm-15 {
        margin-bottom: 15px;
    }

    .m-b-sm-0 {
        margin-bottom: 0;
    }

    .product-content-details {
        display: block !important;
        padding: 8px 15px 10px;
    }

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

    .main-slider .owl-dots .owl-dot {
        width: 10px;
        height: 10px;
        margin-left: 6px;
    }

    .featured-categories .col {
        max-height: 260px;
    }

    .featured-category .caption span {
        font-size: 13px;
    }

    .section .title-exp {
        margin-bottom: 25px;
    }

.related-products .product-item {
    margin-bottom: 15px;
}

    #footer .footer-top {
        padding: 30px 0;
    }

    #footer .nav-footer {
        padding-right: 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-right: 10px;
    }

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

    .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: right;
        border: 0;
        margin-left: 0;
        margin-bottom: 10px;
    }

    .profile-buttons .buttons {
        float: right;
        display: block;
        width: 100%;
        margin-bottom: 10px;
        text-align: right;
    }

    .profile-buttons .social {
        float: right;
        display: block;
        width: 100%;
        margin-top: 10px;
        text-align: right;
    }

    .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-left: 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-left: 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: inline-block;
        width:auto;
        font-size: 11px;
        margin-bottom: 10px;
        text-align: left;
    }

    .messages-content .messages-list .message-list-item {
        padding: 20px 0;
    }

    .calculated-price {
        line-height: 20px;
    }

    .product-content-details .product-title {
        font-size: 26px;
        line-height: 24px;
    }
	.mbview{display:block!important;float:left;}
	.product-content-left .mbview .product-share {float:left!important;width:100%!important;}
	.pcview{display:none!important;}
	.product-item{padding:0px 0px;}
	
	/*.fotorama .fotorama__wrap, .fotorama .fotorama__nav {*/
 /*       width: 100% !important;*/
 /*   }*/
 /*   .fotorama .fotorama__stage {*/
 /*       margin: auto;*/
 /*       margin-bottom: 15px;*/
 /*   }*/
 /*   .fotorama .fotorama__stage__frame img, .fotorama .fotorama__stage {*/
 /*       height: 100px !important;*/
 /*   }*/
}
.item-details.pt-2 {
    overflow: hidden;
    clear: both;
    padding: 10px 0 2px !important;
}
@media (max-width: 767px) {
    .catebanner_img {width:100%;}
    .p-md-0 {
    padding: 0 !important;
}
.shopping-cart .item .img-cart-product {
        width: 60px;
        height: 60px;
        margin: 0;
    }

    .shopping-cart .btn-cart-remove {
        position: relative;
        left: 0;
        top: 5px;
    }

    .product-content-right .widget-seller .more-from-seller .user-product {
        height: 200px;
    }
	.row{margin-right: -15px!important;
    margin-left: -15px!important;}
}
@media (max-width:710px) {
    .catebanner_img {width:100%;}
     .p-md-0 {
    padding: 0 !important;
}
	.mbview {
    display: block!important;
    float: left;
    width: 100%;
}

.product-content-left .row-customm {
    width: 50%!important;
    margin-top: 0px !important;
    float: left;
}
.product-content-left .row-customs {
    width: 50%!important;
    float: left!important;
    background: #f3f3f3;
    padding: 10px;
}
}
@media (max-width:560px) { .p-md-0 {
    padding: 0 !important;
}
.product-reviews .nav-tabs .nav-item {
    
    margin-bottom: -1px;
    width: 50%;
}
    .mbile-flex{
        display: flex;
        padding: 0px;
    }
    
    .mbile-flex .nav-item a{
        padding-left: 0px !important;
        padding-right: 0px !important;
        text-align: center !important;
    }
    
    
    
  
    .messages-head .form-group{
        margin-bottom: 0px !important;
    }
    
    .messages-head .selectdiv{
        margin-bottom: 10px;
    }

    
    .top-search-bar{
        width:100%;
    }
    .top-search-bar .right{
        width:100%;
    }
    
    .profile-dropdown .dropdown-menu{
        right: -88px !important;
        top: 15px !important;
        width: 160px;
    }
    
    
   

.catebanner_img {width:100%;}
}
@media (max-width:530px) {
     .p-md-0 {
    padding: 0 !important;
}
.product-content-left .row-customm {
    width: 100%!important;
    margin-top: 0px !important;
    float: left;
}

.product-content-left .btn-contact-seller {
    float: right!important;
    padding: 0 35px!important;
    margin-top: -2px!important;
    width: 80%;
}
.product-content-left .row-customs {
    width: 100%!important;
    float: left!important;
    background: #f3f3f3;
    padding: 10px;
}
}
@media (max-width:480px) {
     .p-md-0 {
    padding: 0 !important;
}
.product-content-details .product-title {
    
    font-size: 19px;
    line-height: 24px;
    padding-bottom: 5px;
}}
/*@media (max-width: 576px) {*/
/*    .mobile-menu .mobile-cart-container a {*/
/*        padding-left: 0;*/
/*    }*/
/*}*/
@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 {
        right: 0;
        width: 100%;
    }

    .modal {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .featured-categories .col {
        display: block !important;
        width: 100% !important;
        flex-basis: unset !important;
        flex-grow: unset !important;
        height: auto !important;
        float: right;
        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: right;
        width: 100% !important;
        display: block;
        padding-top: 0;
        padding-bottom: 23px;
    }

    .featured-categories .featured-category .inner {
        padding-top: 0;
        padding-bottom: 15px;
        float: right;
        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: right;
        margin-right: 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) {
    
    .catebanner_img {width:100%;}
     .p-md-0 {
    padding: 0 !important;
}

    .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) {
    .catebanner_img {width:100%;}
     .p-md-0 {
    padding: 0 !important;
}

    .blog-slider .owl-nav {
        top: 20%;
    }

    .product-content-right .widget-seller .more-from-seller .user-product {
        height: 110px;
    }
}



/* Create two equal columns that floats next to each other */

/* Clear floats after the columns */
.row:after {
  /*content: "";*/
  /*display: table;*/
  /*clear: both;*/
}
/* Style the buttons */
.btn {
  border: none;
  outline: none;
  
  background-color: #f1f1f1;
  cursor: pointer;
}

.btn:hover {
  background-color: #ddd;
}

.btn.active {
  background-color: #365774;
  color: white;
}
.navb {
    padding: 4px;
    overflow: hidden;
}
@media (max-width: 767px) {
    .catebanner_img {width:100%;}
 .product-list-content {
    width: 100%;
    padding: 0 15px !important;
}
.product-list-pagination .pagination {
    padding: 0;
}
    .col-20{
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    
    .col-30{
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    
    
    .col-70{
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .col-80{
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    
    .column.list .tem-details {
    width: 72%!important;
    max-width: 90%!important;
    padding-right: 21px!important;
}.column.list .row-custo {
    width:30% !important;
	    height: 100px!important;
}
.column.list .row-custom.item-details{
    width:70% !important;
}
/*.list .product-item .img-product {*/
/*    width:100px!important;*/
/*	height: 100px!important;*/
/*}*/
.list .product-item .img-product-container {
        height: 110px!important;
    border: 3px solid #f5f2f1;
	margin-top:0px;
}
.list .product-item .img-product {
    height: 110px !important;
}
.product-content-left .product-content-details{display:block;}
.product-content-left product-content-details-mobile{display:none!important;}
.list.row-custo.img-product-container{hieght:100px!important;}  
   
.product-item .img-product{ /*height:130px!important; */ }
.product-item .list.row-custo .img-product{margin:0 auto!important;}
.product-item  .list.row-custo .img-product-container {
    height:100px;
    max-height: 100px!important;
}.col-12.col-sm-6.col-md-6.col-lg-4.column.list {
    padding:0px 10px 0px 0px!important;
}
.product-sort-by .sort-select{margin-top:10px;}
/*.product-sort-by .sort-select .dropdown-toggle:after {
    margin: 0;
    position: absolute;
    left: 170px;
    top: 16px;
}*/
.btn-filter-products-mobile{    line-height: 1;
    text-align: center;}
.view-list{display:inherit!important;}
}
/*@media only screen and (max-width: 577px) and (min-width: 402px)  { {}}*/

.filter-scroll{
    display: block;
    /*overflow-y:scroll;*/
    scrollbar-y-position: left;
    max-height: 400px;
    /*direction: ltr;*/
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
/*::-webkit-scrollbar-track {*/
/*  background: #f1f1f1; */
/*}*/
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}


@media (max-width:540px) {
    .catebanner_img {width:100%;}

.product-filters .filter-item .category-list-content{
    width: 75%;
}

.column .list .row-custo {
    width: 42%!important;
}
.list .row-custo .img-product-container {
        height: 115px!important;
    /*max-height:100px!important;*/
    width: 110px;
    
}
.list .row-custo .img-product{
    width:110px!important;
    margin:0 auto!important;
    height:115px!important; 
    /*min-height: 100px!important;*/
    /*max-height: 100px!important;*/
}
.product-item .img-product{display:inherit!important;transform:inherit!important;margin:0 auto!important; width: 98%; height: 200px;}
	.product-item  .img-product-container {
	    /*padding:5px;*/
     border-bottom: 1px solid #dddddd;

    /* height:100px;
    max-height:100px; */
}
.product-share ul li{
    width: 18%;    
}

.column .list .tem-details {
    width: 56%!important;
    max-width: 90%!important;
    padding-right: 21px!important;
}

.product-item .img-product-200 {
    width: 100%;
    height: 100%;
}
}
@media (max-width:470px) {
    .catebanner_img {width:100%;}
	.column.list .tem-details {
    width: 70%!important;
    max-width: 90%!important;
    padding-right: 21px!important;
}
}
@media (max-width:380px) {
    .catebanner_img {width:100%;}
	.column.list .tem-details {
    width:63%!important;
    max-width: 90%!important;
    padding-right: 21px!important;
}
}

@media (max-width: 992px) {
    .catebanner_img {width:100%;}
    .column.list .tem-details {
        padding-right: 21px!important;
    }
    
}
@media (min-width: 540px) {
	.column.list {
		width: 100%;
		max-width: 100%;
		flex: none;
	}
	.column.list .row-custom.item-details {
		width: 60%;
	
		padding-top: 5px;
	}
	.column.list .row-custom {
		width: 40%;
		max-width: 55%;
	}

	.list .product-item .item-meta .item-comments { margin-top: -18px;}
	.list .product-item .item-meta .item-favorites { margin-top: -18px;}
	.list .product-item .days-ago{margin-top: -20px;float:left}

}


/*.nav-breadcrumb { display: none; }*/
.dark-bg
{
	background-color:#80808014;
}
.light-bg
{
	background-color:#fff;
}
.product-reviews .comments .comment-list li .left
{
	border-bottom: 1px solid #80808047;
    border-radius: 0 10px 10px;
    background: #f3f3f3;
	display: block;
	width:100%;
}
.product-reviews .comments .comment-list li .right
{
	display: block;
}
.product-reviews .comments .comment-list li .right .username
{
	float:none;
	display:inline;
}
.row-sub-comment
{
	padding:inherit;
}

.row-sub-comment .comments .comment-list li .left
{
	background:#fff;
	border:none;
}
.product-slider-container .dots-container
{
	max-height:455px;
	overflow-y:scroll;
}


#style-3::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb
{
	background-color: #000000;
}

@media (min-width:801px)  { 
    /* tablet, landscape iPad, lo-res laptops ands desktops */
    .ml-40 {
        margin-left :40px;
    }
    .ml-70 {
        margin-left :70px;   
    }
    .mr-50 {
        margin-right: 50px;
    }
}

.form-group2 {
line-height: 1.4; 
padding: 1.25rem .0rem;
}
.form-group3 {
line-height: 2.2; 
}

.icon-phone {
line-height: 2.2; 
}
.tmproduct-sort-by_right{display:none;}
.tmsearch-bar{display:none;}
@media only screen and (max-width: 750px) {
  .tmsearch-bar{display:block;}
  .tmproduct-sort-by{display:none;}
  .tmproduct-sort-by_right{display:block;}
}

.width130{
    width: 130px;
}

.width100{
    width: 100px;
}

.mgb15{
    margin-bottom: 15px;
}

.pr-7dot5{
    padding-right: 7.5px;
}

.pr-10{
    padding-right: 10px;
}
.pr-15{
    padding-right: 15px !important;
}
.pdl-4dot5{
    padding-left: 4.5px;
}
.h-40{
    height: 39px;
}

.pr-5{
    padding-right: 5px !important; 
}

.pl-5{
    padding-left: 5px !important;
}
.table thead th { 
    font-size: 13px; 
    padding: 10px 5px 10px 5px;
}
.mobile-header-profile a{
    font-size: 15px !important;
}

.col-20{
    flex: 0 0 20%;
    max-width: 20%;
}

.col-30{
    flex: 0 0 30%;
    max-width: 30%;
}


.col-70{
    flex: 0 0 70%;
    max-width: 70%;
}
.col-80{
    flex: 0 0 80%;
    max-width: 80%;
}

.left .custom-checkbox{
    padding-left: 0 !important;
}

.lightSlider li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.dm-uploader-container > .dm-upload-text {
    display: none;
}
.review-list ul {
    padding: 0;
}
.review-list ul li {
    margin-bottom: 0 !important;
    padding: 20px 20px;
}
.profile-buttons .btn i {
    margin-left: 12px;
}
.priceblock .destopview {
    padding: 0px 0 !important;
}
.priceblock [class*="col-"]:nth-child(3), .priceblock .destopview > div:last-child [class*="col-"] {
    border: 0;
    padding-right: 15px;
}
.priceblock [class*="col-"]:not(:last-child), .priceblock .destopview > div [class*="col-"] {
    border-left: solid 2px #eee;
    padding: 5px 15px;
    line-height: 1;
    position: relative;
    display: inline-flex;
    font-size: 13.5px;
}
.priceblock .col-sm-3, .priceblock .col-md-3 {
    flex: 20 0 0%;
    max-width: 19%;
}
.pricing-card .card-header span:first-child {
    margin-left: -10px;
}

.details {
    font-size: 13px;
}
.btn-filter-price {
margin-right: -17px
}
.product-user span, .list .product-item .days-ago {
    font-size: 0.8rem;
}

.bordrtitle [class*="col-"]:last-child label {
    display: none;
}
.bordrtitle form {
    padding-top: 3px;
}
.mobile-cart-container > a i {
    position: relative;
    top: 3px;
}

.product-content-details .meta .item-details .right span{
    font-size: 0.750rem;
}
/*Added by Prashant*/

.product-content-left .bordrtitle .form-group3{ float: left;
    width: 100%;
    margin-bottom: -2px;}

.catebanner_img {/*width:100%;*/}
@media (min-width: 760px) and (max-width: 770px) {
    html{ float:left; width:100%;}
    .product-content-right .widget-seller .more-from-seller .user-product {
    width: 100%;
    height: 160px;
    overflow: hidden;}
}
@media (max-width: 480px){
    .catebanner_img {width:100%;}
.main-slider .owl-image {
    height: 65px !important;
    width: 100% !important;
}
}
.form-group2 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 100%; !important
    max-width: 100%; !important
}
.btn2 {
    font-size: 1.030rem;
    
}

.days-ago {
 font-size: 0.750rem; !important;
}


.red {
    color: red;
}
#max_character_subject_msg {
    display: none;
}
.hide {
    display: none;
}

.description {
    font-size: 20px;
    font-family: sky,-apple-system,system-ui,Segoe UI,Helvetica Neue,sans-serif;
    text-align:right;
    
}
.col-sm-67 {
flex: 0 0 0%; !important
}

.btn .icon-search .btn-default {
font-family: "Tahoma";
}
.col-md-4 {
    
	margin-top: 8px !important;
}
.cus_num {
    color: #277cbe !important	
}
.whatsap2 {
    color: #fff !important
}
.form-control22 {
    padding: .375rem .25rem;
}
.card-title {
    font-size: 1.2rem;
}
.p-03 {
margin-top: 0px !important;
}
.user-info-seller {
margin-top: 18px !important;
}

.state2  {
    color: #888; 
    width: 100px;
	
 font-size: 0.750rem;
 font-size: 0.750rem; !important;
 color: #888; 
 /*width: 111px; */
 line-height: 23px;
 margin-left: 50px;
}
.col-md-91 {
margin-right: -2px !important;
	margin-top: 20px !important;
}
@media (max-width: 576px) {
    .catebanner_img {width:100%;}
.icon-comment-f {
width: 100px !important;
}
.icon-comment-s {
width: 180px !important;
}
}
@media (max-width: 576px) {
    .catebanner_img {width:100%;}
.state2 {
width: 100px !important;
	/*text-align: center;*/
}
}
@media (max-width: 576px) {
    .catebanner_img {width:100%;}

	.sidebar-img {
    width: 100%;
    display: block;
    float: right;
    position: relative;
}


	
	.state {
width: 100px !important;
	/*text-align: center;*/
}
	.priceblock .col-sm-3, .priceblock .col-md-3 {
flex: 0 0 100%;
}
}
.fa-clock-o {
font-size: 0.950rem !important;
}
.icon-map-marker {
color: #5e626d;
}
.lSSlideOuter124 {
background: #eaecf2;
}
}
.bordrtitle84 {
background: #f7c599;
}
.pt-2 {
padding: 5px 15px;
}
.icon-envelope {
	color: #5e626d;
}
.fa-flag {
	color: #5e626d;
}
.fa {
/*color: #5e626d;*/
}
.icon-times {
color: #5e626d;
}
.icon-edit {
color: #5e626d;
}

.list .state {
   color: #888;
    width: 135px; 
}
.list .state2 {
   color: #888;
    width: 135px; 
}
.list .icon-comment-f {
    color: #888;
    width: 135px;
}
.list .icon-comment-s {
    color: #888;
    width: 135px;
}
.btn-block {
display: block;
width: 100%;
}

/*
.img-fluid {
display: none;
}
*/
.col-sm-177 {
flex: 20 0 0%;
 max-width: 100%;
}

@media (device-width: 768px) {
    .priceblock .col-sm-3, .priceblock .col-md-3 {
    flex: 20 0 0%;
    max-width: 25%;
}
}
.state7 {
   color: #888;
}

.cus_num2 {   
    width: 60px;
    border-radius: 8px;
    margin-top: -40px;
    float:left;
	color:#5e626d;
}

.float-right7 {
	font-size: 0.775rem;
color:#5e626d;
}
.rating_count {
float: none;
	margin-left: 3px;
	margin-top: 3px;
	color:#556269;
}

.price2 {
font-size: 0.800rem;
	color: #124563;
	font-weight: 600;
}

.widget-content {
  
}

.sidebar-img {
    width: 100%;
    display: block;
    float: right;
    position: relative;
}

.sidebar-img img {
    width: 120px;
    height: 120px;
    border-radius: 0.1875rem;
	padding: .10rem .10rem;
	object-fit: cover;
	
}
@media (device-width: 768px) {
	
    .sidebar-img img {
    width: 119px !important;
    height: 119px !important;
    border-radius: 0.1875rem;
	padding: .10rem .10rem;
	object-fit: cover;
	
}
}
@media (max-width: 576px) {
    .catebanner_img {width:100%;}

	p {

    margin-top: 0;
    margin-bottom: .3rem;

}
}
@media (device-width: 1280px) {
	
    .sidebar-img img {
    width: 113px;
    height: 113px;
    border-radius: 0.1875rem;
	padding: .10rem .10rem;
	object-fit: cover;
	
}
}

@media (device-width: 360px) {
	
    .sidebar-img img {
    width: 107px !important;
    height: 107px !important;
    border-radius: 0.1875rem;
	padding: .10rem .10rem;
	object-fit: cover;
	
}
}
@media (device-width: 411px) {
	
    .sidebar-img img {
    width: 123px !important;
    height: 123px !important;
    border-radius: 0.1875rem;
	padding: .10rem .10rem;
	object-fit: cover;
	
}
}

@media (device-width: 320px) {
	
    .sidebar-img img {
    width: 93px !important;
    height: 93px !important;
    border-radius: 0.1875rem;
	padding: .10rem .10rem;
	object-fit: cover;
	
}
	.price2 {
	font-size: 0.600rem;
	}
}
@media (device-width: 375px) {
	
    .sidebar-img img {
    width: 112px !important;
    height: 112px !important;
    border-radius: 0.1875rem;
	padding: .10rem .10rem;
	object-fit: cover;
	
}
}

@media (device-width: 414px) {
	
    .sidebar-img img {
    width: 125px !important;
    height: 125px !important;
    border-radius: 0.1875rem;
	padding: .10rem .10rem;
	object-fit: cover;
	
}
}
.contact-no {
	color: #54585a;
    font-weight: 500;
	padding: 6px 0px 10px;
    font-size: 0.000rem;
}
.row-profile-username-i {
    line-height: 23px;
    margin-bottom: 15px;
    height: 26px;
}

.sidebar-title-pics {
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 25px;
    text-align: right;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 2px solid #dee2e6;
}
.section-ago {
font-size: 0.700rem;
}
.comments-time {
float: left;
color: #62696E;
font-size: 12px;
	width: 80px;
}
@media (device-width: 375px) {
	
    .dropdown-menu {
position: absolute !important;
transform: translate3d(-10px, 39px, 0px) !important;
top: 0px; left: 0px !important;
will-change: transform !important;
}
}
@media (device-width: 320px) {
	
    .dropdown-menu {
position: absolute !important;
transform: translate3d(-10px, 39px, 0px) !important;
top: 0px; left: 0px !important;
will-change: transform !important;
}
}
@media (device-width: 360px) {
	
    .dropdown-menu {
position: absolute !important;
transform: translate3d(-10px, 39px, 0px) !important;
top: 0px; left: 0px !important;
will-change: transform !important;
}
}
@media (device-width: 768px) {
	
    .dropdown-menu {
position: absolute !important;
transform: translate3d(-10px, 39px, 0px) !important;
top: 0px; left: 0px !important;
will-change: transform !important;
}
	.baner2 {
	margin-bottom:7px;
	}
}
@media (device-width: 576px) {
	
    .dropdown-menu {
position: absolute !important;
transform: translate3d(-10px, 39px, 0px) !important;
top: 0px; left: 0px !important;
will-change: transform !important;
}
}
@media (device-width: 412px) {
	
    .dropdown-menu {
position: absolute !important;
transform: translate3d(-10px, 39px, 0px) !important;
top: 0px; left: 0px !important;
will-change: transform !important;
}
}
@media (device-width: 411px) {
	
    .dropdown-menu {
position: absolute !important;
transform: translate3d(-10px, 39px, 0px) !important;
top: 0px; left: 0px !important;
will-change: transform !important;
}
}

.whatsap3 {
    background: 
    #cadfef;
    padding: 10px 10px 10px 10px;
    border-radius: 8px;
    
    width: 165px;
    font-size: 1.000rem;
	margin-top: 5px !important;
}

.contact_number {
    font-size: 19px;
	width: 165px;
    line-height: 14px;
    font-weight: 500;
    margin-bottom: 12px;
    text-align: right;
    text-transform: uppercase;
    padding-bottom: 8px;
    border-bottom: 2px solid #dee2e6;
	color: #545e63;
	font-family: sky,-apple-system,system-ui,Segoe UI,Helvetica Neue,sans-serif;
}

@media only screen and (min-width: 768px) {
/*.custom-checkbox .custom-control-input:checked + .custom-control-label::before,
.custom-checkbox input[checked=""] + .custom-control-label::before  {
    background-color: #495d7f;
}

.custom-checkbox .custom-control-input:checked + .custom-control-label::after,
.custom-checkbox input[checked=""] + .custom-control-label::before {
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E);
}*/

}

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

.product-filters .category_checkbox .category-list-content { 
white-space: nowrap;
display: block;
width: 100%; overflow-x: scroll !important; min-height: 40px; z-index: 0;
 }



.product-filters .category_checkbox .filter-list li {
        display: inline-block;
    float: none;
    width: auto;
    position: relative;
   
}
.product-filters .category_checkbox .filter-list li .product-count {
    display: none;
}
.product-filters .category_checkbox .filter-list li .rigt {
    display: table-cell; padding: 6px 20px;
}

.product-filters .category_checkbox .filter-list li .left {
        position: absolute;
    width: 100%;
    height: 100%;
    left: 0px; z-index: 1; 
}
.product-filters .category_checkbox .filter-list li .custom-checkbox label {
     position: absolute;
    top: -3px;
    width: 100%;
    height: 100%;
}
.category_checkbox .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border: #e7e3e3 1px solid; background: none !important;
}
.category_checkbox .custom-control-label::before {
    width: 100%; height: 100%; background: none !important; border: #e7e3e3 1px solid; border-radius: 0.8rem;
}

.category_checkbox .custom-control { 
height: 100%;
 }



#collapseExample { width: 100%; }

.product-filters .filter-item { border: none; padding-bottom: 0px; margin-bottom: 0px; }
.product-filters .filter-item h4.title { display: none; }
.product-filters .filter-item .subcategory-link { display: none; }
.filter_new_mobile .price-filter-inputs {padding-right: 75px;     padding-left: 10px; margin-top: -36px;}
.filter_new_mobile .price-filter-inputs span { display: none; }
.price-filter-inputs .btn-filter-price { margin-top: 0px !important; margin-right: 0px; }
.filter_new_mobile .filter-item.condition_new_check {width: 75px;     position: relative;  z-index: 1;}


.price-filter-inputs .col-price-inputs { 
-ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
     }
.price-filter-inputs .col-price-btn { 
-ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
     }
.product-filters .filter-item.m-b-20 {
    margin-bottom: 0px !important;
}
.product-filters .filter-item .filter-list li { margin-bottom: 0px; }
.product-filters .product-list-header {margin-top: 5px !important; padding-left: 25px;}
.select_right_mobile { padding-left: 0px !important;  }
.col-12.col-md-9.col-80.mgb15 { margin-bottom: 0px !important; }

.ps__rail-x { display: block !important; opacity: 0.6 !important;  left: 0px !important; }

.product-filters .filter-item .filter-list { width: auto !important; float: none !important;  } 

.ps__rail-y, .ps__thumb-x { display: none !important; opacity: 0 !important; }  

.category_checkbox .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.category_checkbox_third_category .custom-checkbox .custom-control-input:checked + .custom-control-label::before {
    background: none !important;
    border: #6a6a6a 1px solid;
}


.category_checkbox input[checked=""] + .custom-control-label::before {
     background: none !important;
    border: #6a6a6a 1px solid !important;
}
	.product-list-header {
top:-5px; margin-bottom:0px;	
}
.selectdiv {
	top:5px; margin-bottom:15px;
	}

	.m-b-147 {
    margin-bottom: 10px !important;
}
	.breadcrumb {
font-size: 12px;
}
	.breadcrumb .breadcrumb-item {
	padding: 3px .3rem;
	}
	.baner2 {
	margin-bottom:7px;
	}
}


.baner2 {
	margin-bottom:7px;
	}


.link {
    color: 
    #1d89e5 !important;
   font-size: 16px; 
}
.marof-logo a img {
    height: 100%;
    object-fit: contain;
}
.form-control {
padding: .375rem .40rem;
}


.sidebar-products {
    font-size: 0.975rem !important;
}

.nav-item {
font-size: 0.975rem !important;
}

.footer-widget {
font-size: 16px;
}

.bank-account-container {

font-size: 16px !important;
line-height: 1.4 !important;

}
.product-reviews .comments .comment-list li .right .row-custom  {

font-size: 1.2rem;
line-height: 1.4 !important;

}

.btn247 {
    padding: .395rem .75rem !important;
    
}
.btn3 {
    padding: .285rem .75rem !important;
    margin-top: 34px;
}

