body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    top: 0 !important;
}

a:focus,
button:focus {
    outline: 0;
    text-decoration: none;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Open Sans', sans-serif;
}

.remove-slider {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.remove-slider .item {
    width: calc(25% - 1px);
    display: flex;
}

@media (max-width: 991px) {
    .remove-slider .item {
        width: calc(33.33% - 14px);
    }
}

@media (max-width: 767px) {
    .remove-slider .item {
        width: calc(50% - 14px);
    }
}

.remove-slider .item .item-slider-section-tile {
    width: 100%;
}

.remove-slider .item .item-slider-section-tile-img-sec {
    width: 100%;
    height: 231px;
}

@media (max-width: 620px) {
    .remove-slider .item .item-slider-section-tile-img-sec {
        height: 146px;
    }
}

.remove-slider .item .item-slider-section-tile-bottom-sec {
    min-height: 110px;
}

.main-navigation .main-navigation-inner,
.loginModal .modal-dialog,
.loginModal .btn-grp,
.home-slider .container,
.content-sec-btm .content-sec-btm-grid,
.item-slider-section-tile .item-slider-section-tile-img-sec,
.modal-dialog,
.category-home-section .category-tiles,
.product-list-head,
.product-list-head form,
.gridView .product-more-list-tile .product-more-list-tile-img-sec,
.listView .product-more-list-tile,
.listView .product-more-list-tile .product-more-list-tile-img-sec,
.sendMessagemodal .modal-dialog,
.category-list-tile .category-list-tile-img,
.view-mode,
.moreItemspopup .make-offer-container-tile-inner .img-sec,
.moreItemspopup .moreItemspopup-grid,
.product-detail-section .Product-img-container,
.make-offer-container>.row,
.profile-section .profile-section-image,
.no-product-items,
.Product-img-container,
.flex-row-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.loginModal .btn-grp {
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}

.loginModal input.login_btn_dropdown,
.home-slider .container .shopnow-btn,
.content-sec-btm .content-sec-btm-grid-tile-inner .content-sec-btm-grid-tile-inner-left a,
.content-sec-btm .content-sec-btm-grid-tile-inner img,
.item-slider-section-tile .item-slider-section-tile-bottom-sec,
.item-slider-section-tile:hover .item-slider-section-tile-bottom-sec,
.gridView .product-more-list-tile .product-more-list-tile-bottom-sec,
.gridView .product-more-list-tile:hover .product-more-list-tile-bottom-sec,
.category-list-tile .category-list-tile-img img,
.category-list-tile span,
.make-offr-submit {
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

button:focus.a:focus {
    outline: 0;
}

a:hover {
    text-decoration: none;
}

.top-header-inner {
    display: -ms-flexbox;
    padding: 10px 0;
    width: 100%;
}

.product-card::before {
    background: none !important;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    z-index: 0 !important;
}

.main-navigation {
    border-top: 1px solid #f7f5f5;
    margin-top: 9px;
    border-bottom: 1px solid #f7f5f5;
}

.main-navigation .main-navigation-inner {
    justify-content: center;
    -webkit-justify-content: center;
}

.main-navigation .main-navigation-inner .navbar {
    margin: 4px 0 !important;
}

.main-navigation .main-navigation-inner .navbar-default .navbar-nav>li>a {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    position: relative;
    border: 0;
    letter-spacing: 0.04em;
}

.main-navigation .main-navigation-inner .navbar-default .navbar-nav>li>a::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 3px;
    opacity: 0;
    bottom: -2px;
}

.main-navigation .main-navigation-inner .navbar-default .navbar-nav>li>a.active::after {
    opacity: 1;
}

.top-header {
    position: relative;
}

header {
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    background: #fff;
}

body {
    padding-top: 160px;
}

.modal-backdrop {
    z-index: 999999;
}

.modal {
    z-index: 9999999;
}

.loginModal h4 {
    color: #000;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-align: left;
}

.loginModal .modal-dialog {
    max-width: 430px;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    margin: 0;
    height: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.loginModal .modal-content {
    width: 100%;
}

.loginModal input[type="text"],
.loginModal input[type="password"] {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    height: 40px;
    outline: 0;
    background-color: #fff;
}

.loginModal .btn-grp {
    margin: 10px 0 14px 0;
}

.loginModal .btn-grp label {
    font-weight: 400;
    font-size: 13px;
    display: flex;
    align-items: center;
}

.loginModal .btn-grp label input {
    margin: 0;
    margin-right: 4px;
}

.loginModal .btn-grp a {
    font-size: 13px;
}

.loginModal input.login_btn_dropdown {
    width: 100%;
    border-radius: 7px;
    padding: 10px;
    height: auto;
    font-size: 16px;
    letter-spacing: 0.04em;
    border: 0;
    position: relative;
    margin-bottom: 15px;
}

.loginModal .reglink {
    display: block;
    text-align: center;
    margin: 11px 0;
}

.loginModal .reglink a {
    color: #272d42;
    font-weight: 600;
}

.loginModal .reglink a:hover {
    text-decoration: underline;
}

.loginModal .modal-body {
    padding: 15px 25px;
}

.loginModal .login-form button {
    background-color: #0086ab;
    color: #fff;
    padding: 6px 20px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border: 0;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
}

.modal-header .close {
    outline: 0;
    font-weight: normal;
    opacity: 1;
    font-size: 27px;
}

.slick-slide:focus {
    outline: 0;
}

.home-slider-section {
    background-color: #fbfbfb;
}

.home-slider-section .slick-dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}

.home-slider-section .slick-dots li {
    display: inline-block;
    padding: 2px;
}

.home-slider-section .slick-dots li button {
    text-indent: -9999px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background-color: #fff;
}

.home-slider {
    position: relative;
    width: 100%;
}

.home-slider .item {
    background-color: #fbfbfb !important;
    width: 100%;
}

.home-slider .container {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    margin: 0 auto;
    right: 0;
    align-items: center;
    -webkit-align-items: center;
    font-family: 'Open Sans', sans-serif;
}

.home-slider .container h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #243F4D;
}

@media only screen and (min-width: 993px) {
    .home-slider .container h1 {
        font-size: 3.2em;
    }
}

@media only screen and (max-width: 992px) {
    .home-slider .container h1 {
        font-size: 1.8em;
    }
}

.home-slider .container h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #243F4D;
}

@media only screen and (min-width: 993px) {
    .home-slider .container h2 {
        font-size: 2.5em;
    }
}

@media only screen and (max-width: 992px) {
    .home-slider .container h2 {
        font-size: 1.2em;
    }
}

.home-slider .container .shopnow-btn {
    color: #fff;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.06em;
    display: inline-block;
    margin-top: 19px;
}

.home-slider .container .shopnow-btn:hover {
    opacity: .8;
    transform: translateY(-2px);
}

@media only screen and (min-width: 992px) {
    .home-slider .container .shopnow-btn {
        padding: 9px 23px;
        font-size: 1em;
    }
}

@media only screen and (max-width: 991px) {
    .home-slider .container .shopnow-btn {
        padding: 8px 15px;
        font-size: 13px;
    }
}

.navbar-collapse {
    padding: 0;
}

.content-sec-btm {
    position: relative;
    padding: 50px 0;
}

.content-sec-btm .content-sec-btm-grid {
    margin: 0 -9px;
}

.content-sec-btm .content-sec-btm-grid-tile {
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
    padding: 0 9px;
    margin-bottom: 15px;
}

@media only screen and (min-width: 620px) and (max-width: 767px) {
    .content-sec-btm .content-sec-btm-grid-tile {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media only screen and (max-width: 620px) {
    .content-sec-btm .content-sec-btm-grid-tile {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.content-sec-btm .content-sec-btm-grid-tile-inner {
    padding: 18px 20px;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    border-radius: 5px;
}

.content-sec-btm .content-sec-btm-grid-tile-inner h4 {
    margin-top: 0;
    text-transform: uppercase;
}

.content-sec-btm .content-sec-btm-grid-tile-inner .content-sec-btm-grid-tile-inner-left {
    width: calc(100% - 60px);
    padding-right: 20px;
}

.content-sec-btm .content-sec-btm-grid-tile-inner .content-sec-btm-grid-tile-inner-left a {
    display: inline-block;
    padding: 5px 14px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    color: #555555;
    border-radius: 3px;
    background-color: #fff;
    margin-top: 4px;
    position: relative;
    transition: all .2s;
}

.content-sec-btm .content-sec-btm-grid-tile-inner .content-sec-btm-grid-tile-inner-left a:hover {
    opacity: .9;
    text-decoration: none;
    transform: translateY(-2px);
}

.content-sec-btm .content-sec-btm-grid-tile-inner img {
    width: 59px;
}

.content-sec-btm .content-sec-btm-grid-tile-inner p {
    font-size: 14px;
    font-weight: 4;
    line-height: 22px;
    font-weight: 400;
}

.content-sec-btm .content-sec-btm-grid-tile-inner:hover img {
    transform: scale(1.05);
}

.item-slider-section-heading {
    text-transform: uppercase;
    font-size: 18px;
    color: #707070;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-bottom: 25px;
}

@media only screen and (max-width: 992px) {
    .item-slider-section-heading {
        font-size: 1.5em;
    }
}

.itemSlider {
    margin: 0 -9px;
}

.itemSlider .item {
    padding: 0 9px;
}

.itemSlider .slick-arrow {
    position: absolute;
    right: 7px;
    top: -38px;
    width: 22px;
    height: 25px;
    background: #4bcf69;
    border-radius: 4px;
    font-size: 11px;
    text-align: center;
    line-height: 23px;
    color: #fff;
    cursor: pointer;
    font-weight: 900;
}

.itemSlider .slick-arrow.slick-prev {
    right: 31px;
}

.item-slider-section-tile {
    position: relative;
    padding: 0 10px;
}

.item-slider-section-tile .item-slider-section-tile-img-sec {
    background-color: #fbfbfb;
    width: 100%;
    height: 232px;
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    position: relative;
    border: 1px solid #ddd;
    overflow: hidden;
}

.item-slider-section-tile .item-slider-section-tile-img-sec::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: all 0.5s ease-in-out;
    z-index: 1;
}

.item-slider-section-tile .item-slider-section-tile-img-sec .condition-new-label {
    position: absolute;
    right: 0;
    top: 10px;
    color: #fff;
    border-radius: 4px 0 0 4px;
    padding: 2px 7px;
    font-size: 12px;
    text-transform: capitalize;
    display: inline-block;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .item-slider-section-tile .item-slider-section-tile-img-sec .condition-new-label {
        font-size: 10px;
    }
}

.item-slider-section-tile .item-slider-section-tile-img-sec .condition-used-label {
    position: absolute;
    right: 0;
    top: 10px;
    color: #fff;
    background-color: #0086ab;
    border-radius: 4px 0 0 4px;
    padding: 2px 7px;
    font-size: 12px;
    text-transform: capitalize;
    display: inline-block;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .item-slider-section-tile .item-slider-section-tile-img-sec .condition-used-label {
        font-size: 10px;
    }
}

.item-slider-section-tile .item-slider-section-tile-img-sec img {
    max-width: 100%;
    max-height: 100%;
    transition: all 0.2s;
    position: relative;
    height: 232px;
    object-fit: cover;
}

.item-slider-section-tile .item-slider-section-tile-bottom-sec {
    text-align: center;
    padding: 10px 0px;
    position: relative;
    background-color: #fff;
    z-index: 1;
}

.item-slider-section-tile .item-slider-section-tile-bottom-sec h4 {
    text-align: center;
    color: #000000;
    font-size: 15px;
    margin-bottom: 0;
    font-weight: 500;
    letter-spacing: 0.05em;
}

@media only screen and (max-width: 992px) {
    .item-slider-section-tile .item-slider-section-tile-bottom-sec h4 {
        font-size: 13px;
    }
}

.item-slider-section-tile .item-slider-section-tile-bottom-sec h3 {
    margin: 9px 0 3px 0;
    font-weight: 600;
    color: #000;
    font-size: 21px;
}

@media only screen and (max-width: 992px) {
    .item-slider-section-tile .item-slider-section-tile-bottom-sec h3 {
        font-size: 17px;
    }
}

@media only screen and (max-width: 767px) {
    .item-slider-section-tile .item-slider-section-tile-bottom-sec h3 {
        font-size: 15px;
    }
}

.item-slider-section-tile .item-slider-section-tile-bottom-sec span {
    color: #8D8C8C;
    display: block;
    font-size: 12px;
}

@media only screen and (max-width: 767px) {
    .item-slider-section-tile .item-slider-section-tile-bottom-sec span {
        font-size: 10px;
    }
}

.item-slider-section-tile .item-slider-section-tile-bottom-sec span i {
    color: #000;
    font-style: normal;
}

.item-slider-section-tile .item-slider-section-tile-bottom-sec .makeoffer-btn {
    background-color: #0086ab;
    color: #fff;
    padding: 8px 17px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.06em;
    display: inline-block;
    margin-top: 19px;
    font-size: 13px;
    opacity: 0;
}

@media only screen and (max-width: 992px) {
    .item-slider-section-tile .item-slider-section-tile-bottom-sec .makeoffer-btn {
        font-size: 11px;
        padding: 6px 12px;
    }
}

.item-slider-section-tile .item-slider-section-tile-bottom-sec .makeoffer-btn:hover {
    opacity: .8;
}

.item-slider-section-tile .action-tiles {
    position: absolute;
    top: 40%;
    width: 100%;
    left: 0;
    text-align: center;
    z-index: 2;
}

.item-slider-section-tile .action-tiles a {
    background-color: #fff;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    width: 37px;
    height: 37px;
    padding: 0;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    line-height: 37px;
    opacity: 0;
    -webkit-transform: translate(0, 15px);
    -ms-transform: translate(0, 15px);
    -o-transform: translate(0, 15px);
    transform: translate(0, 15px);
}

.item-slider-section-tile .action-tiles a:nth-child(1) {
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.item-slider-section-tile .action-tiles a:nth-child(1) {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.item-slider-section-tile:hover .makeoffer-btn {
    opacity: 1;
}

.item-slider-section-tile:hover img {
    transform: scale(1.05);
}

.item-slider-section-tile:hover .action-tiles a:nth-child(1),
.item-slider-section-tile:hover .action-tiles a:nth-child(2) {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}

.item-slider-section-tile:hover .item-slider-section-tile-img-sec::before {
    opacity: 1;
}

.Product-img-container {
    overflow: hidden;
    border: 1px solid #ddd;
}

.category-home-section {
    padding: 10px 0 25px 0;
    position: relative;
}

.category-home-section .category-tiles {
    position: relative;
    border: 1px solid #f5f5f5;
    background: #f5f5f5;
    overflow: hidden;
    margin-bottom: 30px;
    color: #f7f8fa;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

@media only screen and (min-width: 1101px) {
    .category-home-section .category-tiles.height-100 {
        height: 525px;
    }
}

@media only screen and (max-width: 1100px) {
    .category-home-section .category-tiles.height-100 {
        height: 350px;
    }
}

@media only screen and (min-width: 1101px) {
    .category-home-section .category-tiles.height-50 {
        height: 250px;
    }

    .category-home-section .category-tiles.height-50 img {
        max-height: 250px;
        width: auto;
    }
}

@media only screen and (max-width: 1100px) {
    .category-home-section .category-tiles.height-50 {
        height: 200px;
    }
}

.category-home-section .category-tiles span {
    display: inline-block;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    bottom: 30px;
    right: 30px;
    text-transform: uppercase;
    color: #000;
    padding: 12px 25px;
    z-index: 1;
    font-weight: 600;
    -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 768px) {
    .category-home-section .category-tiles span {
        font-size: 12px;
        padding: 9px 14px;
    }
}

.category-home-section .category-tiles img {
    transition: all .2s;
    width: 100%;
    height: 100%;
}

.category-home-section .category-tiles:hover img {
    transform: scale(1.05);
}

.footer {
    background-color: #F7F8FA;
    padding: 10px 0;
    text-align: center;
    overflow: hidden;
}

.footer li {
    display: inline-block;
    padding: 4px 15px;
}

.footer li a {
    text-transform: capitalize;
    font-weight: 600;
    color: #707070;
    font-size: 13px;
}

.footer-bottom {
    padding: 15px 0;
    text-align: center;
}

.footer-bottom img {
    margin-bottom: 15px;
}

.footer-bottom span {
    font-size: 13px;
    color: #8F8D8D;
    display: block;
}

#menu li:hover a {
    border: 0 !important;
}

.side-category-menu#menu h4 {
    color: #000;
    font-weight: 700;
    letter-spacing: 0.04em;
    font-size: 20px;
    margin-bottom: 20px;
}

.side-category-menu#menu ul li {
    background-color: transparent !important;
    border: 0 !important;
}

.side-category-menu#menu ul li:hover a {
    border: 0 !important;
}

.side-category-menu#menu ul li a {
    font-size: 14px;
    font-weight: 600;
    border: 0 !important;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
}

.side-category-menu#menu ul li a::before {
    content: "\f10c";
    font-family: Flaticon;
    font-style: normal;
    position: absolute;
    left: 0;
    font-size: 10px;
    font-weight: 600;
    top: 5px;
}

.side-category-menu#menu ul li a:hover {
    border: 0 !important;
}

.side-category-menu#menu ul li a span {
    float: right;
    color: #000;
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 50%;
    line-height: 25px;
    font-size: 12px;
}

.product-list-head {
    width: 100%;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    margin: 17px 0 25px 0;
}

.product-list-head h3 {
    color: #000;
    font-weight: 700;
    letter-spacing: 0.04em;
    font-size: 20px;
    margin: 0;
}

.product-list-head form {
    position: relative;
    align-items: center;
    -webkit-align-items: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0 0 0 5px;
}

.product-list-head form .bootstrap-select {
    width: 100px !important;
    border: 0;
}

.product-list-head form .bootstrap-select .dropdown-toggle {
    height: 31px;
    background: transparent;
    box-shadow: inherit;
    border: 0;
    margin: 0 !important;
    outline: 0 !important;
    font-size: 13px;
}

.product-list-head form .bootstrap-select .dropdown-toggle .caret {
    top: 25% !important;
    border: 0 !important;
    right: 3px !important;
    margin-top: -2px;
    vertical-align: middle;
    width: 15px;
    height: 19px;
}

.product-list-head form .bootstrap-select .dropdown-toggle .caret::after {
    content: "\f10d";
    font-family: Flaticon;
    position: relative;
    font-size: 10px;
}

.product-list-head form .bootstrap-select .dropdown-menu>li>a {
    padding: 4px 8px;
    font-size: 13px;
}

.product-list-head form input {
    width: 200px;
    outline: 0;
    height: 31px;
    border: 0;
    border-left: 1px solid #ddd;
    padding: 0 6px;
}

.product-list-head form button[type="submit"] {
    height: 33px;
    text-transform: uppercase;
    border: 0;
    width: 66px;
    margin: -9px -1px;
    border-radius: 5px;
    font-weight: 600;
}

.gridView .product-more-list-tile {
    position: relative;
    margin-bottom: 15px;
    margin-top: 25px;
}

.gridView .product-more-list-tile .product-more-list-tile-img-sec {
    width: 100%;
    height: 225px;
    background-color: #fbfbfb;
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    position: relative;
    border: 1px solid #ddd;
    overflow: hidden;
}

@media only screen and (max-width: 620px) {
    .gridView .product-more-list-tile .product-more-list-tile-img-sec {
        height: 146px;
    }
}

.gridView .product-more-list-tile .product-more-list-tile-img-sec::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: all 0.5s ease-in-out;
    z-index: 1;
}

.gridView .product-more-list-tile .product-more-list-tile-img-sec .condition-new-label {
    position: absolute;
    right: 0;
    top: 10px;
    border-radius: 4px 0 0 4px;
    padding: 2px 7px;
    font-size: 12px;
    text-transform: capitalize;
    display: inline-block;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .gridView .product-more-list-tile .product-more-list-tile-img-sec .condition-new-label {
        font-size: 10px;
    }
}

.gridView .product-more-list-tile .product-more-list-tile-img-sec .condition-used-label {
    position: absolute;
    right: 0;
    top: 10px;
    color: #fff;
    background-color: #0086ab;
    border-radius: 4px 0 0 4px;
    padding: 2px 7px;
    font-size: 12px;
    text-transform: capitalize;
    display: inline-block;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .gridView .product-more-list-tile .product-more-list-tile-img-sec .condition-used-label {
        font-size: 10px;
    }
}

.gridView .product-more-list-tile .product-more-list-tile-img-sec img {
    max-width: 100%;
    max-height: 100%;
    transition: all 0.2s;
    position: relative;
}

.gridView .product-more-list-tile .product-more-list-tile-bottom-sec {
    text-align: center;
    padding: 10px 2px;
    position: relative;
    background-color: #fff;
    z-index: 1;
}

.gridView .product-more-list-tile .product-more-list-tile-bottom-sec h4 {
    text-align: center;
    color: #000000;
    font-size: 15px;
    margin-bottom: 0;
    font-weight: 500;
    letter-spacing: 0.05em;
}

@media only screen and (max-width: 992px) {
    .gridView .product-more-list-tile .product-more-list-tile-bottom-sec h4 {
        font-size: 13px;
    }
}

.gridView .product-more-list-tile .product-more-list-tile-bottom-sec h3 {
    margin: 7px 0 3px 0;
    font-weight: 600;
    color: #000;
    font-size: 21px;
}

@media only screen and (max-width: 992px) {
    .gridView .product-more-list-tile .product-more-list-tile-bottom-sec h3 {
        font-size: 17px;
    }
}

@media only screen and (max-width: 767px) {
    .gridView .product-more-list-tile .product-more-list-tile-bottom-sec h3 {
        font-size: 15px;
    }
}

.gridView .product-more-list-tile .product-more-list-tile-bottom-sec span {
    color: #8D8C8C;
    display: block;
    font-size: 12px;
}

@media only screen and (max-width: 767px) {
    .gridView .product-more-list-tile .product-more-list-tile-bottom-sec span {
        font-size: 10px;
    }
}

.gridView .product-more-list-tile .product-more-list-tile-bottom-sec span i {
    color: #000;
    font-style: normal;
}

.gridView .product-more-list-tile .product-more-list-tile-bottom-sec .makeoffer-btn {
    background-color: #0086ab;
    color: #fff;
    padding: 8px 17px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.06em;
    display: inline-block;
    margin-top: 19px;
    font-size: 13px;
    display: none;
}

@media only screen and (max-width: 992px) {
    .gridView .product-more-list-tile .product-more-list-tile-bottom-sec .makeoffer-btn {
        font-size: 11px;
        padding: 6px 12px;
    }
}

.gridView .product-more-list-tile .product-more-list-tile-bottom-sec .makeoffer-btn:hover {
    opacity: .8;
}

.gridView .product-more-list-tile .action-tiles {
    position: absolute;
    top: 40%;
    width: 100%;
    left: 0;
    text-align: center;
    z-index: 2;
}

.gridView .product-more-list-tile .action-tiles a {
    background-color: #fff;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    width: 37px;
    height: 37px;
    padding: 0;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    line-height: 37px;
    opacity: 0;
    -webkit-transform: translate(0, 15px);
    -ms-transform: translate(0, 15px);
    -o-transform: translate(0, 15px);
    transform: translate(0, 15px);
}

.gridView .product-more-list-tile .action-tiles a:nth-child(1) {
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.gridView .product-more-list-tile .action-tiles a:nth-child(1) {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.gridView .product-more-list-tile .action-tiles a:nth-child(3) {
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.gridView .product-more-list-tile:hover .makeoffer-btn {
    opacity: 1;
}

.gridView .product-more-list-tile:hover img {
    transform: scale(1.05);
}

.gridView .product-more-list-tile:hover .action-tiles a:nth-child(1),
.gridView .product-more-list-tile:hover .action-tiles a:nth-child(2),
.gridView .product-more-list-tile:hover .action-tiles a:nth-child(3) {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}

.gridView .product-more-list-tile:hover .product-more-list-tile-img-sec::before {
    opacity: 1;
}

.gridView .listView-content {
    display: none;
}

.listView .product-more-list-tile {
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 15px;
}

.listView .product-more-list-tile .product-more-list-tile-img-sec {
    width: 100%;
    height: 225px;
    background-color: #fbfbfb;
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    position: relative;
    overflow: hidden;
    -ms-flex: 0 0 263px;
    flex: 0 0 263px;
    max-width: 263px;
}

.listView .product-more-list-tile .product-more-list-tile-img-sec::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: all 0.5s ease-in-out;
    z-index: 1;
}

.listView .product-more-list-tile .product-more-list-tile-img-sec .condition-new-label {
    position: absolute;
    right: 0;
    top: 10px;
    color: #fff;
    background-color: #8CE387;
    border-radius: 4px 0 0 4px;
    padding: 2px 7px;
    font-size: 12px;
    text-transform: capitalize;
    display: inline-block;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .listView .product-more-list-tile .product-more-list-tile-img-sec .condition-new-label {
        font-size: 10px;
    }
}

.listView .product-more-list-tile .product-more-list-tile-img-sec .condition-used-label {
    position: absolute;
    right: 0;
    top: 10px;
    color: #fff;
    background-color: #0086ab;
    border-radius: 4px 0 0 4px;
    padding: 2px 7px;
    font-size: 12px;
    text-transform: capitalize;
    display: inline-block;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .listView .product-more-list-tile .product-more-list-tile-img-sec .condition-used-label {
        font-size: 10px;
    }
}

.listView .product-more-list-tile .product-more-list-tile-img-sec img {
    max-width: 100%;
    max-height: 100%;
    transition: all 0.2s;
    position: relative;
}

.listView .product-more-list-tile .product-more-list-tile-bottom-sec {
    width: calc(100% - 265px);
    text-align: left;
    padding: 0px 20px;
    position: relative;
    background-color: #fff;
    z-index: 1;
}

.listView .product-more-list-tile .product-more-list-tile-bottom-sec h4 {
    color: #000000;
    font-size: 17px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500;
    letter-spacing: 0.05em;
}

@media only screen and (max-width: 992px) {
    .listView .product-more-list-tile .product-more-list-tile-bottom-sec h4 {
        font-size: 13px;
    }
}

.listView .product-more-list-tile .product-more-list-tile-bottom-sec h3 {
    margin: 11px 0 8px 0;
    font-weight: 600;
    color: #000;
    font-size: 21px;
}

@media only screen and (max-width: 992px) {
    .listView .product-more-list-tile .product-more-list-tile-bottom-sec h3 {
        font-size: 17px;
    }
}

@media only screen and (max-width: 767px) {
    .listView .product-more-list-tile .product-more-list-tile-bottom-sec h3 {
        font-size: 15px;
    }
}

.listView .product-more-list-tile .product-more-list-tile-bottom-sec span {
    color: #8D8C8C;
    display: block;
    font-size: 12px;
}

@media only screen and (max-width: 767px) {
    .listView .product-more-list-tile .product-more-list-tile-bottom-sec span {
        font-size: 10px;
    }
}

.listView .product-more-list-tile .product-more-list-tile-bottom-sec span i {
    color: #000;
    font-style: normal;
}

.listView .product-more-list-tile .product-more-list-tile-bottom-sec .makeoffer-btn {
    color: #fff;
    padding: 7px 14px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.06em;
    display: inline-block;
    margin-top: 19px;
    font-size: 12px;
}

@media only screen and (max-width: 992px) {
    .listView .product-more-list-tile .product-more-list-tile-bottom-sec .makeoffer-btn {
        font-size: 11px;
        padding: 6px 12px;
    }
}

.listView .product-more-list-tile .product-more-list-tile-bottom-sec .makeoffer-btn:hover {
    opacity: .8;
}

.listView .product-more-list-tile .product-more-list-tile-bottom-sec table {
    width: 100%;
}

.listView .product-more-list-tile .product-more-list-tile-bottom-sec table td {
    padding: 4px 0;
    font-size: 13px;
    color: #000;
}

.listView .product-more-list-tile .product-more-list-tile-bottom-sec table td:nth-child(1) {
    width: 30%;
    color: #666666;
}

.listView .product-more-list-tile .action-tiles {
    position: absolute;
    top: 40%;
    width: 100%;
    left: 0;
    text-align: center;
    z-index: 2;
}

.listView .product-more-list-tile .action-tiles a {
    background-color: #fff;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    width: 37px;
    height: 37px;
    padding: 0;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    line-height: 37px;
    opacity: 0;
    -webkit-transform: translate(0, 15px);
    -ms-transform: translate(0, 15px);
    -o-transform: translate(0, 15px);
    transform: translate(0, 15px);
}

.listView .product-more-list-tile .action-tiles a:nth-child(1) {
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.listView .product-more-list-tile .action-tiles a:nth-child(1) {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.listView .product-more-list-tile .action-tiles a:nth-child(3) {
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.listView .product-more-list-tile:hover .makeoffer-btn {
    opacity: 1;
}

.listView .product-more-list-tile:hover img {
    transform: scale(1.05);
}

.listView .product-more-list-tile:hover .action-tiles a:nth-child(1),
.listView .product-more-list-tile:hover .action-tiles a:nth-child(2),
.listView .product-more-list-tile:hover .action-tiles a:nth-child(3) {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}

.listView .product-more-list-tile:hover .product-more-list-tile-img-sec::before {
    opacity: 1;
}

.sendMessagemodal h4 {
    text-align: center;
    color: #000;
    margin-bottom: 30px;
    font-weight: 600;
}

.sendMessagemodal .modal-dialog {
    max-width: 430px;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    margin: 0;
    height: 100%;
    margin: 0 auto;
}

.sendMessagemodal .modal-content {
    width: 100%;
}

.sendMessagemodal input[type="text"] {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    height: 40px;
    outline: 0;
    box-shadow: inherit;
    padding: 6px 0;
}

.sendMessagemodal textarea {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    height: 40px;
    outline: 0;
    min-height: 100px;
    box-shadow: inherit;
    padding: 6px 0;
}

.sendMessagemodal .modal-body {
    padding: 15px 25px;
}

.sendMessagemodal .sendMessagemodal-btn {
    padding: 8px 20px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border: 0;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
}

.sendMessagemodal .sendMessagemodal-btn:hover {
    opacity: .8;
}

.sendMessagemodal .frm-ctrl-btn {
    text-align: center;
}

.sendMessagemodal button.close {
    opacity: 1;
    color: #fff;
    font-weight: normal;
    font-size: 36px;
    right: 11px;
    position: absolute;
    top: 11px;
}

.category-list-tile .category-list-tile-img {
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    height: 225px;
    margin-bottom: 25px;
    overflow: hidden;
    background-color: #f5f5f5;
}

.category-list-tile .category-list-tile-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.category-list-tile span {
    display: inline-block;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    bottom: 43px;
    right: 30px;
    text-transform: uppercase;
    color: #000;
    padding: 8px 18px;
    z-index: 1;
    font-size: 12px;
    font-weight: 600;
    -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
}

.category-list-tile span i {
    display: inline-block;
    font-style: normal;
    margin-left: 4px;
    font-weight: bold;
    font-size: 1.1em;
}

.category-list-tile:hover span {
    right: 35px;
    bottom: 54px;
}

.product-list-head-right {
    display: flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

.view-mode {
    margin-left: 15px;
    align-items: center;
    -webkit-align-items: center;
}

.view-mode a {
    font-size: 15px;
    border: 1px solid #ddd;
    border-radius: 2px;
    margin-left: 5px;
    width: 30px;
    display: inline-block;
    text-align: center;
    height: 30px;
    line-height: 25px;
    position: relative;
    color: #5B5858;
}

.view-mode a i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.view-mode a i.flaticon-list {
    top: 56%;
    font-size: 17px;
}

.product-more-list.listView .col-lg-4 {
    width: 100%;
}

.tab-tiles {
    width: 420px !important;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    margin-bottom: 30px;
}

.tab-tiles li {
    float: left;
    width: calc(100%/3) !important;
    border: 0 !important;
}

.tab-tiles li a {
    padding: 7px 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.05em;
    border: 1px solid #ddd !important;
    border-width: 1px 1px 1px 1px !important;
    color: #5B5858;
    position: relative;
    border-radius: 4px !important;
    margin: 0 1px;
}

.product-detail-section .productdetailpopup-left {
    margin-bottom: 15px;
}

.product-detail-section h3 {
    margin-top: 0;
    font-size: 1.6em;
    color: #000;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-bottom: 12px;
    width: auto;
    display: inline-block;
}

.product-detail-section .bottom-price {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.product-detail-section h4 {
    font-weight: 700;
    display: inline-block;
    margin-right: 6px;
    font-size: 1.6em;
    margin: 0;
    margin-right: 3px;
    position: relative;
    padding-right: 11px;
}

.product-detail-section .ship-price {
    color: #000;
    display: inline-block;
    margin-right: 11px;
    font-size: 1.1em;
    border-left: #d1d1d1 solid;
    padding-left: 12px;
}

.product-detail-section .ship-price i {
    font-weight: 600;
    font-style: normal;
}

.product-detail-section .post-dte {
    color: #666666;
    font-size: 12px;
}

.product-detail-section .post-dte i {
    color: #000;
    font-style: normal;
}

.product-detail-section .bottom-usr span {
    background: #000;
    color: #fff;
    padding: 3px 9px;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.05em;
    border-radius: 3px;
    display: inline-block;
    margin-right: 15px;
}

.product-detail-section .bottom-usr span i {
    font-weight: 600;
    font-style: normal;
    margin-left: 5px;
    font-size: 12px;
}

.product-detail-section .bottom-usr span i a {
    font-weight: 600;
    font-style: normal;
    font-size: 1.05em;
    color: #fff;
}

.product-detail-section .bottom-usr .rating-usr {
    display: inline-block;
    font-size: 12px;
    color: #FFC107;
}

.product-detail-section .bottom-usr .reviews-a {
    font-size: 13px;
    margin-left: 6px;
}

.product-detail-section p {
    margin-top: 12px;
    font-size: 15px;
    margin-bottom: 9px;
    line-height: 25px;
}

.product-detail-section table {
    width: 100%;
}

.product-detail-section table td {
    padding: 4px 0;
    font-size: 15px;
    color: #000;
}

.product-detail-section table td:nth-child(1) {
    width: 30%;
    color: #666666;
}

.product-detail-section .make-offer-btn {
    color: #fff;
    border-radius: 3px;
    padding: 9px 23px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.06em;
    display: inline-block;
    margin-top: 19px;
    font-size: 1em;
    outline: 0;
    border: 0;
}

.product-detail-section .pay-with-points-btn {
    padding: 9px 13px 9px 13px;
}

.product-detail-section .pay-with-cash-btn {
    padding: 9px 13px 9px 13px;
}

.product-detail-section .make-offer-btn:hover {
    opacity: .8;
}

.innersubheader h4,
.innersubheader h3 {
    color: #000;
    font-weight: 700;
    letter-spacing: 0.04em;
    font-size: 20px;
    margin: 0 0 25px 0;
    line-height: 1.5;
}

.ammount-slider {
    border-bottom: 1px solid #ddd;
    padding-bottom: 3px;
    display: inline-block;
    width: 100%;
    text-align: left;
}

.ammount-slider .doller-move {
    font-size: 22px;
    color: #BEBEBE;
    font-weight: 400;
    margin-right: 2px;
}

.ammount-slider input {
    border: 0;
    outline: 0;
    font-size: 22px;
    color: #AEAEAE;
    font-weight: 600;
    color: #434343;
    display: inline-block;
    vertical-align: top;
    background: transparent;
    padding: 0;
    width: 100%;
}

.moreItemspopup button.close {
    position: absolute;
    top: 14px;
    color: #000;
    right: 16px;
    z-index: 999;
    opacity: 1;
    font-size: 35px;
    font-weight: normal;
}

.moreItemspopup .modal-dialog {
    width: 100%;
    margin: 0;
}

.moreItemspopup .modal-content {
    border: 0;
    min-height: 100vh;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.98);
    padding: 15px;
}

.moreItemspopup .make-offer-container-tile-inner {
    background-color: #fff;
}

.moreItemspopup .make-offer-container-tile-inner .flaticon-cancel {
    position: absolute;
    right: -10px;
    top: -7px;
    width: 25px;
    height: 25px;
    background: #fff;
    border: 1px solid #f7f3f3;
    border-radius: 50%;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1);
    font-size: 10px;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
    transition: all .2s;
}

.moreItemspopup .make-offer-container-tile-inner .flaticon-cancel:hover {
    transform: scale(1.05);
}

.moreItemspopup .make-offer-container-tile-inner::before {
    display: none;
}

.moreItemspopup .make-offer-container-tile-inner h5 {
    text-align: center;
    font-size: 14px;
    color: #000;
    margin-top: 12px;
    margin-bottom: 4px;
}

.moreItemspopup .make-offer-container-tile-inner .willpay-span {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    font-style: italic;
}

.moreItemspopup .make-offer-container-tile-inner .img-sec {
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    height: 162px;
    border: 1px solid #efefef;
}

.moreItemspopup .make-offer-container-tile-inner .img-sec img {
    max-width: 100%;
    max-height: 100%;
}

.moreItemspopup .moreItemspopup-grid {
    align-items: center;
    justify-content: center;
}

.moreItemspopup .moreItemspopup-grid .moreItemspopup-tile {
    width: 275px;
    padding: 0 15px;
    margin-bottom: 15px;
}

.moreItemspopup h4 {
    text-align: center;
    margin-bottom: 29px;
    color: #000;
    letter-spacing: 0.04em;
}

.popup-amount-total {
    text-align: center;
    font-size: 22px;
    font-weight: 300;
}

.popup-amount-total span {
    color: #000;
    font-weight: 600;
    margin-top: 25px;
    margin-left: 10px;
    font-size: 25px;
}

.Product-img-container {
    position: relative;
}

.expand-btn {
    position: absolute;
    right: 5px;
    z-index: 5555555555;
    width: 27px;
    top: 5px;
    z-index: 0;
}

.product-detail-section .Product-img-container {
    height: 390px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    background-color: #f5f5f5;
}

.product-detail-section .Product-img-container img {
    max-width: 100%;
    max-height: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .product-detail-section .Product-img-container {
        height: 189px;
    }
}

@media only screen and (max-width: 767px) {
    .product-detail-section .Product-img-container {
        height: 350px;
    }

    .product-detail-section .Product-img-container img {
        max-height: 350px;
    }
}

.textarea-block {
    margin: 0 auto;
    margin-bottom: 25px;
    overflow: hidden;
}

.textarea-block textarea {
    width: 100%;
    border: 1px solid #ddd;
    height: 120px;
    border-radius: 4px;
    padding: 15px;
    margin: 20px 0;
}

.make-offr-submit {
    background-color: #0086ab;
    color: #fff;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.06em;
    display: inline-block;
    margin-top: 19px;
    padding: 9px 23px;
    font-size: 1em;
    border: 0;
    float: right;
}

.make-offr-submit:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}

.make-offer-container>.row {
    justify-content: center;
    -webkit-justify-content: center;
}

.profile-side-menu li {
    background: #fff !important;
    border: 1px solid #ddd !important;
    border-radius: 3px;
    margin-bottom: 4px !important;
}

.remodal-overlay {
    position: fixed;
    z-index: 999999 !important;
}

.remodal-wrapper {
    z-index: 999999 !important;
}

body.remodal-is-active .remodal {
    padding: 12px !important;
    font-family: 'Open Sans', sans-serif;
    background-color: #fff;
}

body.remodal-is-active .remodal .productdetailpopup-right {
    text-align: left;
}

.remodal,
.remodal * {
    font-family: 'Open Sans', sans-serif !important;
}

.innersubheader h4 {
    color: #000;
    font-weight: 700;
    letter-spacing: 0.04em;
    font-size: 20px;
    margin: 0 0 25px 0;
}

.buy-form-inner {
    padding: 20px 40px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.buy-form-inner .main_form_inner {
    padding: 0 0 15px 0;
    margin: 0;
}

@media only screen and (min-width: 620px) {
    .buy-form-inner .main_form_inner {
        float: left;
        width: 50%;
        padding: 0 15px;
    }
}

.buy-form-inner .title-class {
    margin-bottom: 20px;
}

.buy-form-inner .addr-head {
    margin-bottom: 5px;
    margin-top: 20px;
    margin-left: 14px;
    margin-right: 15px;
}

@media only screen and (max-width: 500px) {
    .buy-form-inner .addr-head {
        margin-bottom: 5px;
        margin-top: 20px;
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media only screen and (min-width: 620px) {

    .buy-form-inner .comm_input,
    .buy-form-inner .form-control {
        margin-bottom: 13px !important;
    }
}

.buy-form-inner .button-bottom input {
    width: 200px;
    margin: 0 auto;
    margin-top: 25px;
}

.buy-form-inner .main_form_inner label {
    font-size: 13px;
}

#menu li a:link,
.main_form_inner label {
    font-family: 'Open Sans', sans-serif;
}

#menu li a:link {
    font-size: 13px;
    font-weight: 600;
}

.profile-section .user_prof_gray {
    background-color: #fff;
}

.profile-section .user_prof_L {
    padding: 2% 0;
}

.profile-section h4 {
    font-weight: 600;
    border-bottom: 1px solid #f9f5f5;
    padding-bottom: 14px;
}

.profile-section .profile-section-inner {
    border: 1px solid #f1f0f0;
    padding: 15px 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    margin-top: -53px;
    padding-top: 60px;
    box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.1);
}

.profile-section .profile-section-image {
    margin: 0 auto;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: 100%;
    text-align: center;
}

.profile-section .profile-section-image img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #ddd;
    overflow: hidden;
}

.profile-section .user_prof_R {
    font-weight: 600;
}

.profile-section-bottom {
    border: 1px solid #f1f0f0;
    padding: 15px 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.1);
    clear: both;
    overflow: hidden;
}

.profile-section-bottom .user_prof_R {
    font-weight: 600;
}

.profile-section-bottom .user_prof_L {
    padding: 2% 0;
}

.profile-section-bottom .user_prof_gray {
    background-color: #fff;
}

.profile-section-bottom h4 {
    font-weight: 600;
    border-bottom: 1px solid #f9f5f5;
    padding-bottom: 14px;
}

.form-section {
    border: 1px solid #f1f0f0;
    padding: 30px 30px;
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.1);
}

.form-section .row {
    margin: 0;
}

.gray {
    color: #000;
    padding: 5px;
    background-color: #f0f0f0;
}

.pagination_wrapper {
    color: #000;
}

.submit {
    border-radius: 2px;
}

.submit:hover {
    opacity: .8;
}

th,
td {
    vertical-align: middle !important;
}

a.btn-tggle {
    font-size: 13px;
    margin-bottom: 5px;
    border-radius: 5px;
    color: #000;
    font-weight: 600;
    background-color: #f5f5f5;
}

.editprofile_step_outer .sub_box {
    border: 1px solid #ddd !important;
    padding: 25px;
    border-radius: 0 0 5px 5px;
    margin-bottom: 10px;
}

form[name='frmSettings'] a.my_settings {
    background-color: #f5f5f5;
    text-decoration: none;
    border-bottom: 1px solid #d6d6d6;
    font-size: 14px;
    margin-bottom: 5px;
    border-radius: 5px;
    color: #000;
    display: block;
    padding: 2%;
    font-size: 13px;
    font-weight: 600;
}

.innersubheader2 h3 {
    color: #000;
    font-weight: 700;
    letter-spacing: 0.04em;
    font-size: 20px;
    margin: 0;
}

.navigation div a {
    color: #000;
}

.refer-division {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px 25px;
}

.refer-division .heading {
    border-bottom: 1px solid #ddd;
    color: #000;
    font-weight: 700;
    letter-spacing: 0.04em;
    font-size: 20px;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
    padding: 6px 0;
    margin-bottom: 10px;
    display: block;
}

.refer-division td {
    font-size: 14px;
    line-height: 24px;
}

.subheader h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
}

.contact-modal {
    padding: 0 !important;
}

@media only screen and (min-width: 40.063em) {
    .contact-modal {
        max-width: 550px !important;
    }
}

.contact-modal #inlinebox1 {
    margin: 0 !important;
    width: 100% !important;
    padding: 5px 15px !important;
}

.contact-modal .main_form_outer {
    background-color: #fff;
}

.contact-modal .main_form_inner>h4 {
    font-weight: 600;
    font-size: 20px;
    padding: 10px 0;
}

.contact-modal .main_form_inner label {
    text-align: left;
}

.contact-modal .main_form_outer {
    padding: 15px 0 !important;
}

.contact-modal input {
    margin-bottom: 10px;
}

.pagination.pagination-normal li a {
    color: #000 !important;
    border-radius: 3px;
    border: 0;
    margin-left: 0;
}

.pagination.pagination-normal li.active a {
    border-radius: 3px;
}

.no-product-items {
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    height: 150px;
    font-weight: #303030;
    color: #303030;
    font-weight: 600;
    opacity: .6;
}

.no-product-items img {
    max-width: 58px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    opacity: .6;
}

.no-product-items span {
    display: block;
}

.login-form-page-inner {
    max-width: 512px;
    margin: 15px auto;
    padding: 18px 52px;
    margin-bottom: 25px;
    border-radius: 10px;
    border: 1px solid #ddd;
    position: relative;
}

@media only screen and (max-width: 500px) {
    .login-form-page-inner {
        padding: 18px 20px;
    }
}

.login-form-page-inner h4 {
    text-align: center;
    font-weight: 600;
    font-size: 21px;
}

.login-form-page-inner input,
.login-form-page-inner select {
    border: 0;
    box-shadow: inherit !important;
    border-bottom: 1px solid #ddd;
    padding: 6px 0;
    border-radius: 0;
}

.login-form-page-inner input:focus,
.login-form-page-inner select:focus {
    box-shadow: inherit !important;
    border: 0;
    border-bottom: 1px solid #ddd;
    outline: 0;
}

.login-form-page-inner label {
    font-size: 13px;
    font-weight: 500;
}

.login-form-page-inner .subm_btt {
    width: 100%;
    border-radius: 7px;
    padding: 10px;
    height: auto;
    font-size: 16px;
    letter-spacing: 0.04em;
    border: 0;
    position: relative;
    margin-bottom: 5px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.login-form-page-inner .new-usr-label {
    text-align: center;
    display: block;
    font-size: 15px;
    font-weight: 600;
}

.login-form-page-inner .mandatory {
    text-align: center;
}

.login-form-page-inner::after {
    content: '';
    position: absolute;
    left: 10px;
    right: 10px;
    height: 9px;
    border: 1px solid #dcdcdc;
    bottom: -9px;
    z-index: -1;
    background: #fffdfd;
    border-radius: 0 0 10px 10px;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
}

.Product-img-container {
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    background-color: #fbfbfb;
}

.Product-img-container img {
    max-width: 100%;
    max-height: 400px;
}

.loginModal .maintext_small.warning {
    background: #f8d7da;
    color: #721c24 !important;
    font-size: 11px !important;
    padding: 5px;
    border-radius: 5px;
}

.login-form-page-inner div.warning {
    background: #f8d7da;
    text-align: center;
    margin: 5px 0;
    padding: 4px;
    border-radius: 4px;
    color: #721c24 !important;
}

.subm_btt {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    border-radius: 4px;
    font-weight: 500;
}

.loginModal input.login_btn_dropdown:hover {
    opacity: .8;
}

.subm_btt:hover {
    opacity: .8;
}

.homepage_contentsec .login-icon-btn a:hover {
    background: #ecf8ff !important;
}

.login-hover-btn a:hover {
    background: #ecf8ff !important;
}

.new-reg-form {
    max-width: 600px;
    margin: 0 auto;
    border: 1px solid #f7f5f5;
    padding: 20px 30px;
    border-radius: 10px;
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
    position: relative;
}

.new-reg-form h4 {
    font-weight: 600;
    font-size: 19px;
}

.new-reg-form .msg-lbl {
    margin-top: 14px;
    font-size: 13px;
}

.new-reg-form .msg-lbl a {
    text-decoration: underline;
    font-size: 14px;
    color: #5a5959;
    font-weight: 600;
}

.new-reg-form::after {
    content: '';
    position: absolute;
    left: 10px;
    right: 10px;
    height: 9px;
    border: 1px solid #dcdcdc;
    bottom: -9px;
    z-index: -1;
    background: #fffdfd;
    border-radius: 0 0 10px 10px;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
}

.nav-tabs.nav-justified>li>a {
    font-size: 13px;
    color: #000;
}

.nav-tabs.nav-justified>.active>a {
    color: #000;
}

.table>tbody>tr>th {
    font-size: 13px;
}

.back-btn {
    padding: 2px 9px !important;
    font-size: 13px;
    border-radius: 3px;
    float: right;
    transition: all .2s;
}

.back-btn:hover {
    transform: translateY(-2px);
    color: #fff;
}

.custom-text-panel label {
    margin-bottom: 0px;
    color: #ababab;
    font-weight: normal;
}

.custom-text-panel input:-moz-read-only {
    background: transparent;
    border: 0;
    padding: 0;
    font-weight: 600;
    font-size: 16px;
    box-shadow: inherit;
    width: auto;
    display: inline-block;
}

.custom-text-panel input:read-only {
    background: transparent;
    border: 0;
    padding: 0;
    font-weight: 600;
    font-size: 16px;
    box-shadow: inherit;
    width: auto;
    display: inline-block;
}

.custom-text-panel .grid-sec i {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
}

.custom-text-panel input[name="amount_to_be_paid"] {
    border: 0;
    padding: 0;
    box-shadow: inherit;
    display: inline-block;
    width: auto;
    border-bottom: 1px solid #ddd;
}

.online_member_list {
    padding: 10px 8px;
    border: 1px solid rgba(220, 220, 220, 0.18);
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 15px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}

.online_member_list .member_img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #cfcfcf;
    float: left;
    margin-right: 11px;
}

.online_member_list .member_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.online_member_list h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    margin: 5px 0 3px 0;
}

.online_member_list a {
    font-size: 12px;
}

.online_member_list a:hover {
    text-decoration: underline;
}

.custom-text-div label {
    font-weight: normal;
    font-size: 12px;
    color: #8e8b8b;
}

.custom-text-div div {
    min-height: 20px;
    font-size: 15px;
    margin-bottom: 12px;
    font-weight: 600;
}

.heading-style-h4 h4 {
    position: relative;
}

.heading-style-h4 h4::before {
    content: '';
    background-color: #0086ab;
    width: 5px;
    height: 20px;
    position: absolute;
    left: -21px;
}

.alert-custom {
    padding: 12px;
}

.alert-custom a {
    display: inline-block;
    margin: 0 auto;
    background: #0086ab;
    margin-top: 10px;
    padding: 5px 13px;
    font-size: 13px;
    color: #fff;
    border-radius: 3px;
}

.form-control {
    box-shadow: inherit;
    border-radius: 3px;
}

.form-control:focus {
    box-shadow: inherit;
}

.faquestions {
    padding: 11px 10px;
    background-color: #fff;
    border-radius: 0px;
    border: 0;
}

.faquestions b {
    font-weight: 600;
}

.contact-form-section {
    padding: 25px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.contact-form-content {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px;
    font-size: 13px;
    line-height: 22px;
}

.contact-form-tile {
    margin-bottom: 15px;
}

.contact-form-tile label {
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 6px;
}

.contact-form-section input[type="submit"] {
    max-width: 300px;
}

.help-content {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 5px;
}

.help-content .row {
    display: flex;
    flex-wrap: wrap;
}

.help-content .pagination_wrapper {
    width: 100%;
}

.help-content .search_cat_container h3 {
    font-weight: 600;
    font-size: 16px;
    color: #000;
}

.help-content .search_cat_container li a {
    font-size: 13px;
    font-weight: 600;
}

.sitemap-section {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 5px;
}

.sitemap-section .subheader_hlp {
    font-weight: 600;
    color: #000;
    border-bottom: 1px solid #ddd;
    padding-bottom: 3px;
    font-size: 16px;
}

.sitemap-section li a {
    font-size: 13px;
    font-weight: 600;
}

.sitemap-section li a:hover {
    color: #0086ab;
}

.privacy-policy-section {
    border: 1px solid #ddd;
    padding: 13px 25px 15px 25px;
    border-radius: 5px;
}

@media only screen and (max-width: 767px) {
    .privacy-policy-section {
        padding: 15px;
    }
}

.body1 {
    padding: 0;
    padding-bottom: 15px;
}

@media only screen and (max-width: 768px) {
    p {
        font-size: 14px;
    }

    .innersubheader h4 {
        font-size: 18px;
    }
}

.nav-tabs.nav-justified>li {
    border: 1px solid #ddd;
    background: transparent;
    border-radius: 4px;
}

.nav-tabs.nav-justified>li.active {
    border-bottom: 0;
}

.profile-edit-section label {
    font-size: 13px;
    font-weight: 600;
}

a#update_location {
    float: right;
    text-decoration: underline;
    font-size: 13px;
    font-style: italic;
    color: #000;
}

.breadcrumb {
    display: none;
}

.error_msg_outer {
    background: #f8d7da;
    padding: 14px 9px;
    height: auto;
    border-radius: 5px;
    font-size: 13px;
    display: flex;
    align-items: center;
}

a.img-edit {
    position: absolute;
    right: 9px;
    text-align: center;
    font-size: 12px;
    color: #000;
    padding: 5px 8px;
    display: inline-block;
    width: auto;
    text-transform: capitalize;
    color: #fff;
    z-index: 5;
    font-weight: 500;
    border-radius: 2px;
    top: 13px;
}

a.img-edit:hover {
    opacity: .7;
}

.escrowpayments-clickbtn {
    color: #333 !important;
    font-style: italic;
}

.escrowpayments-clickbtn:hover {
    text-decoration: underline;
}

.viewfeedback-form {
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

.viewfeedback-form input {
    width: 202px;
    display: inline-block;
    height: 33px;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
}

.viewfeedback-form select {
    width: 110px;
    display: inline-block;
    height: 33px;
    border-radius: 0;
    border-radius: 3px 0 0 3px;
    font-size: 13px;
}

.viewfeedback-form a.link_style3 {
    width: 103px;
    height: 33px;
    display: inline-block;
    background: #0086ab !important;
    border: 0;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 0 3px 3px 0;
}

.viewfeedback-form a.link_style3:hover {
    opacity: .8;
}

.ajax-upload-dragdrop .ajax-file-upload {
    background: #4bcf68;
    color: #fff;
    padding: 8px 19px;
    border-radius: 4px;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .productdetailpopup-right {
        font-size: 12px;
    }
}

@media only screen and (max-width: 620px) {
    .product-list-head-right {
        width: 100%;
        margin-top: 15px;
        justify-content: space-between;
        -ms-justify-content: space-between;
    }
}

@media only screen and (max-width: 520px) {
    .listView .product-more-list-tile .product-more-list-tile-bottom-sec {
        width: 100%;
        border-top: 1px solid #ddd;
        padding: 15px 0;
    }

    .listView .product-more-list-tile .product-more-list-tile-img-sec {
        margin: 0 auto;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 490px) {
    .product-list-head-right {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        justify-content: center;
        -ms-justify-content: center;
    }

    .product-list-head form {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 425px) {
    .product-list-head form {
        padding: 0;
        width: 100%;
        border: 0;
    }

    .product-list-head form .bootstrap-select {
        width: 100% !important;
    }

    .product-list-head form input {
        border: 1px solid #ddd;
        width: 100%;
        height: 45px;
        margin-top: 6px;
        padding: 0 10px;
        border-radius: 4px;
    }

    .product-list-head form .bootstrap-select .dropdown-toggle {
        height: 45px;
        border: 1px solid #ddd;
        padding: 0 10px !important;
        border-radius: 4px;
    }

    .product-list-head form button[type="submit"] {
        border-radius: 0;
        margin: 0;
        width: 100%;
        font-size: 13px;
        height: 45px;
        margin-top: 6px;
        font-weight: 500;
        border-radius: 4px;
    }
}

.feedback-form {
    padding: 15px 25px;
    border: 1px solid #ddd;
    border-radius: 9px;
    margin-bottom: 25px;
}

.feedback-form textarea {
    min-height: 85px;
}

.feedback-form label {
    font-weight: 600;
    font-size: 13px;
}

.feedback-form h4 {
    text-align: center;
    font-weight: 700;
    padding: 7px 0 15px 0;
}

.feedback-form .lbl {
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    position: relative;
}

.feedback-form .lbl label {
    padding: 6px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    background: #f5f5f5;
    margin: 0;
}

.rating-container {
    margin: 6px -15px;
    overflow: hidden;
}

.rating-container input {
    margin-right: 5px;
}

.user-status {
    display: inline-block;
    margin-left: 15px;
    background: #00c6ff;
    color: #fff !important;
    font-size: 12px;
    padding: 2px 6px;
    font-weight: 600;
    border-radius: 2px;
    margin: 15px 0 2px 0;
}

.user-status a {
    color: #fff;
}

.user-status span {
    margin-right: 4px;
}

.breadcrumb a {
    font-size: 14px;
    font-weight: 600;
}

.layoutmodi1.status_outer {
    background: #687abb;
    border-radius: 0 3px 3px 0;
    top: 9px;
    padding: 5px 7px;
}

.layoutmodi1.status_outer a.online_msg_link,
.layoutmodi1.status_outer .chat_online,
.layoutmodi1.status_outer .chat_offline {
    color: #fff;
}

.layoutmodi1.status_outer a.online_msg_link {
    font-size: 12px;
}

.layoutmodi1.status_outer .chat_online {
    width: 9px;
    height: 9px;
}

.no-search-result {
    display: flex;
    display: flex-box;
    min-height: 300px;
    align-items: center;
    -ms-align-items: center;
    justify-content: center;
    text-align: center;
    -ms-justify-content: center;
    -ms-text-align: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.no-search-result img {
    max-width: 150px;
}

.no-search-result span {
    display: block;
    font-weight: 500;
    color: #969696;
    font-size: 15px;
}

.pay-form,
.main_form_outer {
    margin: 15px auto;
    padding: 18px 52px;
    margin-bottom: 25px;
    border-radius: 10px;
    border: 1px solid #ddd;
    position: relative;
    background: #fff;
    margin-top: 0;
}

.pay-form h4,
.main_form_outer h4 {
    text-align: center;
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 21px;
}

.pay-form p,
.main_form_outer p {
    font-size: 13px;
    line-height: 22px;
}

.pay-form label,
.main_form_outer label {
    font-weight: 600;
    font-size: 13px;
}

.pay-form h5,
.main_form_outer h5 {
    font-weight: 600;
    font-size: 17px;
}

.pagination_wrapper .left {
    padding: 2px 0;
}

.detail-user-table .navigation {
    background: #fff;
}

.detail-user-table .grey h4 {
    font-weight: 600;
    font-size: 15px;
}

.tabcontainer_new {
    border: 1px solid #ddd;
}

.usermain-tab li a {
    border: 0 !important;
}

.usermain-tab li a:hover,
.usermain-tab li a:focus {
    background: #0086ab;
    color: #fff !important;
    border-radius: 4px 4px 0 0;
}

.usermain-tab li.active a {
    background: #0086ab !important;
    color: #fff !important;
    border-radius: 4px 4px 0 0;
}

.mfp-close {
    opacity: 1;
}

.homepage_contentsec .success_msg {
    display: flex;
    display: flex-box;
    align-items: center;
    -ms-align-items: center;
}

.homepage_contentsec .success_msg p {
    margin: 0;
}

a.cont-btn {
    background: #4bcf68;
    padding: 5px 12px;
    margin: 5px 0;
    display: inline-block;
    color: #fff;
    border-radius: 2px;
}

.buy-form-inner h2 {
    color: #000;
    font-weight: 700;
    letter-spacing: 0.04em;
    font-size: 22px;
    margin: 0;
    padding: 15px 0;
    text-align: center;
}

.custom-msg {
    padding: 13px;
    border-radius: 4px;
}

.flex-row-center {
    justify-content: center;
    -webkit-justify-content: center;
}

.nav-tabs.nav-justified>li>a {
    border: 0;
}

@media screen and (max-width: 800px) {
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
    }
}

img.mfp-img {
    max-height: 590px !important;
}

.gridView .product-more-list-tile .product-more-list-tile-bottom-sec {
    min-height: 110px;
}

.home-slider-section img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: center center;
    display: block;
}

.product_list_item .product_heading a {
    color: #000;
}

.product_list_item h4.prdct_price span {
    color: #000;
    font-weight: 600;
}

.top-main-header {
    padding: 10px 0;
    border-bottom: 1px solid #fdf7f7;
}

.top-main-header .grid {
    display: flex;
    display: -ms-flex;
    width: 100%;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}

.top-main-header .bootstrap-select {
    width: 102px !important;
}

.top-main-header .bootstrap-select button {
    background: #4bcf69 !important;
    color: #fff !important;
    text-transform: uppercase;
    box-shadow: inherit !important;
    border: 0 !important;
    padding: 3px 9px !important;
    font-size: 13px;
    position: relative;
}

.top-main-header .bootstrap-select button:focus,
.top-main-header .bootstrap-select button:active {
    background: #4bcf69 !important;
    color: #fff !important;
    outline: 0 !important;
}

.top-main-header .bootstrap-select button::after {
    content: "\f10d";
    font-family: "Flaticon";
    position: absolute;
    right: 6px;
    top: 5px;
    font-size: 10px;
}

.top-main-header .bootstrap-select button .caret {
    display: none;
}

.log-btns,
.register-btns {
    background: #4bcf69;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff !important;
    display: inline-block;
    padding: 4px 15px;
    font-weight: 600;
}

.log-btns:hover,
.register-btns:hover {
    opacity: .8;
    color: #fff;
}

.register-btns {
    background: #0086ab;
}

.home-slider-section {
    position: relative;
    margin-bottom: 35px;
    width: 100%;
}

.home-slider-section .item {
    position: relative;
    width: 100%;
}

.home-slider-section .item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.home-slider-section .slider-contents {
    display: flex;
    display: -ms-flexbox;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: 55;
    align-items: center;
    -webkit-align-items: center;
}

.home-slider-section .slider-contents form {
    margin-top: 29px;
}

.home-slider-section .slider-contents h2 {
    font-weight: 700;
    font-size: 37px;
    line-height: 57px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
    color: #fff;
}

.home-slider-section .slider-contents .home_search .form-control {
    min-width: 438px;
    border-radius: 0;
    font-size: 14px;
    height: 48px;
}

.home-slider-section .slider-contents .home_search .btn-new {
    background: #00c6fd;
    height: 48px;
    margin-left: -4px;
    outline: 0;
    font-weight: 600;
    color: #fff;
    padding: 0 43px;
}

.home-slider-section .slick-dots li button {
    border: 1px solid #4bcf69;
}

.home-slider-section .slick-dots li.slick-active button {
    background: #4bcf69;
}

.content-sec-btm-main {
    padding-bottom: 30px;
}

.content-sec-btm-main .img-sec {
    padding-top: 8px;
}

@media (max-width: 991px) {
    .content-sec-btm-main .img-sec {
        margin-bottom: 10px;
    }
}

.content-sec-btm-main h1 {
    font-weight: 600;
    color: #49584d;
    font-size: 32px;
    text-align: center;
    margin-bottom: 36px;
}

.content-sec-btm-main h1 span {
    color: #00c6fd;
}

.content-sec-btm-main p {
    color: #141313;
    line-height: 27px;
    font-size: 15px;
    margin-bottom: 10px;
}

.content-sec-btm-main .row {
    margin-bottom: 30px;
}

.content-sec-btm-main h4 {
    font-weight: 600;
    color: #49584d;
    line-height: 28px;
}

.navbar-brand {
    padding: 2px 0;
    height: auto;
}

.navbar-toggle {
    font-weight: 600;
    padding: 12px
}

.top-main-header {
    background: #00c5fd;
    padding: 6px 0;
}

.main-navigation .main-navigation-inner .navbar-default .navbar-nav>li>a {
    font-size: 12px;
}

.top-main-header {
    display: none;
}

.log-btns-nav {
    background: #4bcf69 !important;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff !important;
    display: inline-block;
    padding: 4px 15px !important;
    font-weight: 600;
    margin: 9px 0;
}

.log-btns-nav:hover {
    background: #4bcf69 !important;
}

.register-btns-nav {
    background: #0086ab !important;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff !important;
    display: inline-block;
    padding: 4px 15px !important;
    font-weight: 600;
    margin: 9px 0;
}

.register-btns-nav:hover {
    background: #0086ab !important;
}

.navbar-toggle .icon-bar {
    margin: 0 auto;
}

.navbar-toggle {
    text-transform: uppercase;
    font-size: 11px;
}

.navbar-toggle div {
    margin-bottom: 0px;
}

.actionbtn-new {
    color: #ffffff !important;
    font-size: 15px;
    display: block;
    height: 38px;
    padding: 0 10px;
    line-height: 34px;
    text-align: center;
    width: 100%;
    border-radius: 2px !important;
    background-color: #0086ab;
    color: #fff;
    font-weight: 600;
    border: 0;
    margin-top: 2px;
}

.actionbtn-new:hover {
    background-color: #0086ab;
    color: #fff;
    opacity: .8;
}

.grid-center-view-btn {
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    -ms-justify-content: center;
    padding: 15px 0;
}

.home-slider-loader {
    height: 400px;
    background: url(loader-image.gif) #fbfbfb center no-repeat;
}

@media only screen and (max-width: 767px) {
    .home-slider-loader {
        height: 250px;
    }
}

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

    .product-detail-section .make-offer-btn[name='btSale'],
    .product-detail-section .make-offer-btn[name='btOffer'] {
        min-width: 144px;
    }
}

@media only screen and (min-width: 768px) {

    .product-detail-section .make-offer-btn[name='btSale'],
    .product-detail-section .make-offer-btn[name='btOffer'] {
        min-width: 160px;
    }
}

.product-detail-btm {
    position: relative;
    min-height: 75px;
}

.product-detail-btm .product_item_gallery-detail-loader {
    position: absolute;
    z-index: 55;
    margin-top: 10px;
    background: url(loader-image.gif) #fbfbfb center no-repeat;
    height: 56px;
    width: 100%;
    background-size: 25px;
}

.banner-bottom-page {
    margin: 25px 0 0 0;
}

.banner-bottom-page img {
    width: 100%;
}

@media only screen and (max-width: 800px) {
    .navbar-nav {
        float: left !important;
    }
}

.log-btns-nav,
.register-btns-nav {
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .navbar-nav>li {
        padding-left: 25px !important;
    }
}

.tablepoint {
    width: 100%;
}

.tablepoint td {
    padding: 8px;
}

.tablepoint td input,
.tablepoint td select {
    padding: 8px 8px 8px 10px;
    border: 1px solid #E4E3E3;
    background-color: #ffffff;
    font-size: 14px;
    width: 100%;
    border-radius: 4px;
}

.search-section {
    display: inline-flex;
    border: 1px solid #f3f3f3;
    height: 40px;
    align-items: center;
    box-shadow: 1px 2px 6px #f1f1f1;
    width: calc(100% - 650px);
    margin-top: 8px;
}

.search-section input {
    width: 100%;
    border: none;
    font-size: 11px;
}

.search-section input:focus-visible {
    outline: none;
}

.search-wrapper {
    width: 100%;
}

.search-section .dropdown.show {
    background: #E5E4E4;
    height: 40px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 1px 2px 6px #f1f1f1;
}

.search-section .dropdown.show span {
    width: 10px;
    display: block;
    margin-right: 20px;
}

form.form-inline button {
    width: 50px;
    float: right;
    display: flex;
    align-items: center;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    justify-content: center;
    height: 40px;
    box-shadow: 1px 2px 6px #f1f1f1;
    background: #0086ab;
}

form.form-inline button:focus-visible {
    outline: none;
}

form.form-inline button span {
    width: 35px;
    display: block;
}

.search-section .dropdown-menu a {
    width: 100%;
    display: block;
    padding: 5px 10px;
}

.mobile-view {
    display: none;
}

.background.desktop {
    background-color: #F6F6F6;
    padding: 15px 10px;
}

.dropdown.show p {
    margin-bottom: 0;
}

.dropdown.show a {
    display: flex;
    align-items: center;
}

.dropdown.show a:active {
    box-shadow: none;
}

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

.top-header .navbar {
    margin: 0;
}

@media (max-width: 767px) {
    .mobile-view {
        display: flex;
        margin: 20px 0;
    }

    .desktop-view {
        display: none;
    }

    .background.mobile {
        position: fixed;
        background-color: #F6F6F6;
        z-index: 99;
        top: 116px;
        width: 100%;
    }

    .background.desktop {
        display: none;
    }

    .search-section {
        width: 100%;
    }
}

.textlen {
    width: auto;
    overflow: hidden;
    white-space: nowrap;
    padding: 10px;
    margin-left: 10px;
    font-size: 12px;
}

.dpmenu {
    white-space: nowrap;
    padding: 0px;
    height: auto;
    max-height: 400px;
    overflow-x: hidden;
}

.dpmenu a:hover {
    background-color: #e9e9e9;
}

.searchbox {
    width: calc(100% - 50px) !important;
    display: inline-block;
    height: 40px;
}

.autocomplete-search-items {
    position: absolute;
    border-top: none;
    border-bottom: none;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
    white-space: nowrap;
    height: auto;
    max-height: 372px;
    overflow-x: hidden;
    box-shadow: 0 6px 12px rgb(0 0 0 / 10%);
}

.autocomplete-search-items div {
    padding: 6px;
    cursor: pointer;
    background-color: #fff;
}

.autocomplete-search-items div:hover {
    background-color: #e9e9e9;
}

@media only screen and (max-width: 1900px) {
    .homepage_contentsec {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 992px) {
    .homepage_contentsec {
        margin-top: 70px;
    }

    .search-section {
        width: calc(100% - 300px);
    }
}

@media only screen and (max-width: 768px) {
    .searchbox2 {
        width: calc(100% - 50px) !important;
        display: inline-block;
        height: 40px;
    }

    .homepage_contentsec {
        margin-top: 80px;
    }

    .search-section {
        width: 100%;
    }

    .background.mobile {
        z-index: 9999;
    }
}

@media only screen and (max-width: 500px) {
    .searchbox_mob {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 40px;
    }

    .search-section .dropdown.show span {
        margin-right: 0px;
    }

    .searchbox2 {
        width: calc(100% - 50px) !important;
    }

    ::placeholder {
        font-size: 12px;
    }
}

@media only screen and (max-width: 360px) {
    ::placeholder {
        font-size: 10px;
    }

    .product-detail-section table td {
        font-size: 11px;
    }
}

.fav-icn {
    height: 32px;
    width: 32px;
    background: url(../images/add-fav.svg);
    display: inline-block;
    position: relative;
    top: 10px;
    left: 6px;
    background-size: contain;
    background-repeat: no-repeat;
}

.fav-icn:hover {
    background: url(../images/hover-fav.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.fav-icn-disable {
    height: 32px;
    width: 32px;
    background: url(../images/hover-fav.svg);
    display: inline-block;
    position: relative;
    top: 10px;
    left: 6px;
    background-size: contain;
    background-repeat: no-repeat;
}

.fav-icn-disable:hover {
    background: url(../images/add-fav.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.full-width {
    width: 100%;
}

.sl-pding {
    padding-left: 10px;
    padding-right: 10px;
}

@media(max-width:1024px) {
    .remove-slider {
        justify-content: space-around;
    }
}

@media(max-width:460px) {
    .content-sec-btm-main img {
        width: 370px;
        height: 170px
    }
}

.search-img {
    width: 24px;
    height: 24px;
}

.downward-arrow-img {
    width: 10px;
    height: 10px;
}

.swal-footer {
    background-color: rgb(245, 248, 250);
    margin-top: 32px;
    border-top: 1px solid #E9EEF1;
    overflow: hidden;
    text-align: center;
}

.swal-overlay {
    z-index: 99999999
}

.fb_subm_btt {
    width: 100%;
    border-radius: 7px;
    padding: 10px;
    height: auto;
    font-size: 16px;
    letter-spacing: 0.04em;
    border: 0;
    position: relative;
    margin-bottom: 5px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.fb_subm_btt {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    border-radius: 4px;
    font-weight: 500;
}

.fb_subm_btt:hover {
    opacity: .8;
}

.login_button_area {
    padding: 0;
}

.login_icons {
    margin-right: 10px;
}

.login_icons2 {
    margin-right: 15px;
}

.continue_with {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    margin: 30px 0px 20px 0px;
    color: #000;
}

#paypal-button-container {
    width: 40%;
    margin-top: 13px;
    margin-left: 9px;
}

#applepay-container {
    margin-left: 9px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-btn {
    width: 250px;
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #fff;
    cursor: pointer;
    display: block;
}

.dropdown-content {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    width: 250px;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    display: none;
    padding: 10px;
    height: 250px;
    overflow-y: scroll;
}

.dropdown-content label {
    display: block;
    text-align: left;
    font-weight: normal;
}

.sub-options {
    margin-left: 15px;
}

.dropdown-content label input {
    margin-right: 6px;
}

.drop-full-width {
    width: 100% !important;
}

.lng-wdth {
    width: 140px;
    background: url(../images/lanuage.png) no-repeat 8px;
    padding-left: 32px;
    margin-top: 10px;
}

tab-tiles-new {
    display: flex;
    margin: 0 auto;
    margin-bottom: 30px;
}

textarea {
    overflow-y: hidden;
    resize: vertical;
    max-height: 100vh;
}

@media(max-width:767px) {
    .mb_view {
        display: none;
    }

    .m_vw {
        position: absolute;
        top: 24px;
        right: 36px;
        z-index: 99;
    }

    .lng-wdth {
        width: 154px;
    }

    .top-header-inner {
        padding: 0;
    }

    .navbar-header {
        margin-top: 0px;
    }

    .top-header-center {
        margin-top: 10px;
    }
}

.for_lang li a {
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media(max-width:767px) {
    .for_lang li a {
        display: table;
        height: auto;
    }
}

.top_bns li {
    float: left;
}

@media(max-width:767px) {
    .top_bns {
        display: none;
    }

    .m_vw {
        left: 12px;
        top: 10px;
    }
}

.web-no-view {
    margin-left: 12px;
}

@media(min-width:767px) {
    .web-no-view {
        display: none;
    }
}

@media(max-width:1024px) {
    .top-header-center {
        display: block;
    }
}

.tp_bn ul {
    display: block;
    padding-top: 12px;
}

.tp_bn ul li {
    float: left;
}

@media(min-width:767px) {
    .two-btn {
        display: none !important;
    }
}

@media(max-width:767px) {
    .tp_bn {
        display: none;
    }
}

#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    bottom: 50px;
    right: 0;
    position: fixed;
    background-color: #ddd;
    color: #555;
    text-align: center;
    text-decoration: none;
}

#back2Top:hover {
    background-color: #ddf;
    color: #000
}

#back2Top img {
    width: 20px
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: none;
}

@media(max-width:576px) {

    .comm_div .submit,
    .comm_div .submit_grey {
        width: 100%;
        border-radius: 2px;
    }

    .homepage_contentsec {
        margin-top: 110px;
    }

    .buy_credit_new .table>tbody>tr>td,
    .buy_credit_new .table>tbody>tr>th,
    .buy_credit_new .table>tfoot>tr>td,
    .buy_credit_new .table>tfoot>tr>th,
    .buy_credit_new .table>thead>tr>td,
    .buy_credit_new .table>thead>tr>th {
        white-space: wrap;
    }
}

@media(max-width: 992px) {
    .navbar-nav {
        max-width: 767px;
    }

    .tp_bn ul li:last-child {
        margin-right: 8px;
    }
}


@media(max-width: 767px) {
    .navbar-nav {
        display: block;
    }
}

.lang_select {
    order: 3;
}

@media (max-width: 767px) {

    .background.mobile{
        position: fixed;
        top: 116px;
        left: 0;
        right: 0;
        z-index: 9999;
    }

    .home-slider-section{
        margin-top: 185px;   /* adjust to your search bar height */
        padding-bottom: 30px;    /* optional padding */
    }
    .content-sec-btm-main h1 {
        margin-bottom: 35px !important;
    }

}