@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap");

* {
    font-family: "Poppins", sans-serif;
    outline: 0;
}

body {
    font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
}

.text-orange,
.text-primary {
    color: #fd5000 !important;
}

.bg-orange,
.btn-primary,
.btn-primary:hover {
    background-color: #fd5000;
}

.btn-primary,
.btn-outline-primary,
.btn-primary:hover {
    border: 1px solid #fd5000;
}

.btn-outline-primary {
    color: #fd5000;
}

.btn-outline-primary:hover {
    background-color: #fd5000;
    color: #fff;
}

.header-main {
    position: relative;
    padding-top: 7px;
    padding-bottom: 7px;
}

.brand-wrap img {
    max-width: 100%;
    max-height: 80px;
}

.icon-sm {
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 20px;
}

.widget-header {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.widget-header .notify {
    position: absolute;
    top: -3px;
    right: -10px;
}

.notify {
    position: absolute;
    top: -4px;
    right: -10px;
    display: inline-block;
    padding: 0.25em 0.6em;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    border-radius: 3rem;
    color: #fff;
    background-color: #fa3434;
}

.mr-3,
.mx-3 {
    margin-right: 1rem;
}

.search-wrap .search-form {
    height: calc(1.2125rem + 1.2rem + 2px);
    padding: 0 10px;
}

.search-wrap .input-group {
    align-items: center;
}

.search-button {
    border-color: #ffffff;
}

.search-wrap .search-button:hover {
    border-color: #000;
    background-color: #fff;
    color: #000;
    padding: 0.55rem 1.2rem;
}

.navbar-main {
    background-color: #fff;
}

.navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-toggler {
    padding: 4px;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.37rem;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.5rem 7px 0px 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.45rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.navbar-toggler-icon {
    background-image: url(https://img.icons8.com/ios/50/000000/menu.png);
}

.navbar-toggler {
    border: none;
    outline: 0;
}

.nav-link {
    text-transform: uppercase;
    font-weight: 400;
}

.search__bar-cust {
    border: 1px solid #707070;
    border-radius: 6px 0px 0px 6px;
}

.btn__search-cust {
    background-color: black;
    color: white;
    border-radius: 0;
}

.widget-header img {
    height: 24px;
}

.nav__bar-custom {
    background-color: #fd5000;
}

.nav-item .nav-link {
    font-size: 14px;
    color: white;
    border-width: 0px 1px 0px 0px;
    background-color: #fff!important;
}

#selector .dropdown-menu {
    background-color: black;
}

#selector .dropdown-menu a {
    color: white;
}

.mask__size img {
    width: 100%;
}

.al-onze__p {
    padding: 10px;
    font-size: 20px;
    color: #000000;
    text-transform: uppercase;
}

.upper__area-margin {
    margin: 100px 0;
}

.upper__area-list h3 {
    font-size: 20px;
}

.upper__area-list h3 p {
    font-size: 12px;
    color: gray;
}

.btn__cart {
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 2px solid #fd5000;
    border-radius: 3px;
    font-size: 12px;
    padding: 3px 14px;
    /* margin: 10px;
    margin-top: 0px; */
}

.lucky__charm {
    padding-top: 10px;
    font-size: 14px;
    font-weight: bold;
}

.lucky__hund {
    font-size: 14px;
    text-decoration: line-through;
    display: inline;
    font-style: italic;
}

.span__hund {
    color: #fd5000;
    font-size: 14px;
    text-decoration: unset;
    font-style: italic;
}

.lucky__stock {
    font-size: 15px;
    color: black;
    font-weight: 500;
}

.next__img img {
    height: 12px;
}

.return__div {
    background-color: #f7f8fa;
    padding-top: 11px;
    padding-bottom: 11px;
}

.img__brand {
    width: 100%;
    max-height: 350px;
    min-height: 350px;
    font-size: 14px;
    font-weight: bold;
    object-fit: contain;
    object-position: center;
}
.text-truncat-2{
    overflow: hidden;
white-space: nowrap;
}
.img__brand div img.company--img {
    max-width: 30px;
    object-fit: contain;
    object-position: center;
    max-height: 18px;
}
.img__logo{
    max-width: 30px;
    object-fit: contain;
    object-position: center;
    max-height: 18px;
}
.return__div img {
    height: 30px;
}

.return__div h5 {
    font-size: 16px;
}

.img__cust-shop {
    margin: 30px 0;
    background-image: url(../img/bannerc8.png);
    background-position: center;
    background-size: cover;
    height: 140px;
}

.border__custom {
    height: 2px;
    background-color: lightgrey;
    width: 100%;
}

.rule__p {
    font-size: 16px;
}

.rule__p img {
    height: 14px;
    margin-right: 6px;
}

.shipping__cust {
    padding: 30px 0;
}

.shipp__img img {
    height: 40px;
}

.active-border li a {
    text-transform: capitalize;
    color: #707070;
    text-decoration: none;
    position: relative;
}

@media (max-width: 786px) {
    .active-border li a {
        font-size: 14px;
    }
}

.active-border li:hover a,
.active-border li a.active {
    border-bottom: 2px solid #fd5000;
    color: #fd5000;
}
.active-border li a.active::after,
.active-border li:hover a::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 8px solid #fd5000;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.btn__cart-two {
    color: #6a6a6a;
    border: none;
    font-size: 12px;
    padding: 4px 4px;
    background-color: transparent;
    border-bottom: 1px solid #6a6a6a;
}

.lucky__charm-2 {
    font-size: 16px;
}

.levi__cust-pose {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 16px;
}

.partice {
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #000000;
    border-radius: 4px;
}

.pay-ok img {
    max-height: 70px;
}

.all__our {
    font-size: 14px;
    line-height: 28px;
    color: black;
}

.straw__img img {

    width: 100%;
    max-height: 100px;
    object-fit: contain;
    object-position: center;
}

.shou__fabric p {
    font-size: 14px;
}

.shou__fabric span {
    font-size: 8px;
}

.close__img {
    height: 14px;
    position: absolute;
    right: 8px;
}

.value-button {
    display: inline-block;
    border: 1px solid #ddd;
    margin: 0px;
    font-size: 10px;
    width: 20px;
    height: 26px;
    text-align: center;
    padding: 2px 0;
    background: #eee;
    line-height: 2;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.value-button:hover {
    cursor: pointer;
}

.form__align {
    display: flex;
    align-items: center;
}

form #decrease {
    margin-right: 0px;
}

form #increase {
    margin-left: 0px;
}

form #input-wrap {
    margin: 0px;
    padding: 0px;
}

input#number {
    text-align: center;
    border: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-top: 3px;
    margin: 0px;
    width: 35px;
    height: 26px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.input-minus {
    font-size: 10px;
}

.dollar__price {
    font-size: 12px;
    color: #fd5000;
    font-style: italic;
}

.straw__img .abs__pose-img {
    top: 0;
    left: 27px;
    max-height: 14px;
    max-width: 25px;
}

.overflow__custom {
    width: 40%;
}

.keur {
    object-position: center;
    object-fit: cover;
}

.text-gray {
    color: #6a6a6a;
}

.sofa__class {
    background-image: url(../img/sofa.png);
    width: 100%;
    background-position: right;
    background-size: cover;
    min-height: 200px;
}

.chair__class {
    background-image: url(../img/chairs.png);
}

.color__off {
    color: #fd5000;
}

.btn__shop-now {
    padding: 4px 16px;
    border: none;
    font-size: 14px;
    background-color: #fd5000;
    color: white;
}

.btn__office-chair {
    border: 2px solid white;
}

.chair__office {
    background-image: url(../img/office-chair.png);
}

.form-group {
    margin-bottom: 5px;
}

.form-group input,
.form-control {
    background: #f7f8fa 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 3px;
    padding: 2px 10px;
}

.form-group label {
    font-size: 12px;
}

.form-check .form-check-label {
    font-size: 12px;
}

.to__apply-font {
    margin-left: 3px;
    border-radius: 3px;
    font-size: 10px;
}

.voor {
    font-size: 10px;
    color: #6a6a6a;
    text-transform: capitalize;
    margin-bottom: 6px;
}

.dollar__39 {
    top: 0;
    font-size: 14px;
    right: 0;
    color: #fd5000;
}

.h-100 {
    object-fit: cover;
    object-position: center;
}

.img__pexel p {
    font-size: 8px;
    top: 0px;
    left: 4px;
}

.another__img-tag {
    background-image: url(../img/mask\group\130png);
    width: 100%;
    height: 100%;
}

.pose__space {
    bottom: 39px;
    width: 100%;
}

.pose__space__mt p {
    font-size: 10px;
}

.pose__space__mt h4 {
    font-size: 28px;
}

.btn__explore {
    background-color: white;
    color: #fd5000;
}

.newsletter {
    padding: 80px 0;
    background: #fd5000;
}

.newsletter .content {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

.newsletter .content h2 {
    color: #243c4f;
    margin-bottom: 40px;
}

.newsletter .content .form-control {
    height: 50px;
    border-color: #ffffff;
}

.newsletter .content.form-control:focus {
    box-shadow: none;
    border: 2px solid #000000;
}

.newsletter .content .btn__newsletter {
    min-height: 50px;
    border-radius: 0;
    background: #000000;
    color: #fff;
    font-weight: 600;
}

.site-footer {
    padding: 40px 0;
    background: #000000;
    color: white;
}

.cloth__ab {
    font-size: 14px;
    padding: 6px;
    color: white;
    text-decoration: none;
}

.cloth__ab:hover {
    color: lightgrey;
}

li {
    list-style: none;
}

.footer-links li a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    padding-top: 6px;
    margin-bottom: 6px;
}

.footer-links li a:hover {
    color: lightgrey;
}

.change__phone {
    color: #fd5000;
}

.please__fill {
    color: #4a4747;
    font-size: 14px;
}

form .form-group .font__set-size {
    font-size: 16px;
}

.btn__send {
    border: none;
    font-size: 16px;
    padding: 6px 60px;
    background-color: #fd5000;
    color: white;
    border-radius: 6px;
}

.color__match {
    background-color: #f7f8fa;
}

.term__text {
    font-size: 14px;
    padding: 20px 0;
    text-align: start;
    line-height: 24px;
    color: #6d6d6d;
}

h5 {
    text-transform: uppercase;
}

.market__mill {
    font-size: 14px;
    color: #6d6d6d;
    line-height: 26px;
}

.w-sett {
    height: 20px;
    margin-right: 10px;
}

.w-sett__face {
    margin-right: 19px;
}

.lorem__set {
    color: black;
    text-decoration: none;
}

.vendor__hero {
    background-image: url(../img/mask\group\134png);
    background-position: center;
    background-size: cover;
    height: 400px;
}

.patt__44 {
    right: 6px;
    top: 4px;
}

.input__search {
    padding: 6px 40px 6px 6px;
    border: none;
    background: #f6f7f9;
    border-radius: 4px;
}

.form-group .kies__uw {
    font-size: 14px;
}

.text__gratis {
    right: 0;
    color: #fd5000;
}

.dropdown-menu {
    /* min-width: auto; */
    z-index: 1000;
}

.menu__toggle {
    height: 15px;
}

.group__13 {
    height: 140px;
}

.roll__over {
    color: #6d6d6d;
    font-size: 12px;
}

.brand__mvm {
    color: #9a9a9a;
}

.brand__mvm span {
    color: #fd5000;
}

.stars__img img {
    width: 24px;
    padding: 2px;
}

.two__dollar h3 {
    color: #fd5000;
}

.two__dollar li {
    list-style-type: disc;
    font-size: 14px;
    margin-bottom: 8px;
    color: black;
}

.two__dollar a {
    text-decoration: underline;
    color: black;
}

.pro__value-minus {
    width: 50px;
    height: 30px;
}

.input__desc {
    width: 50px;
    height: 30px;
}

.cart__bor-ra {
    border-radius: 3px;
}

.desc__toggle {
    margin: 0;
    padding: 15px 35px;
    background-color: #f7f8fa;
    color: #6a6a6a;
    text-transform: uppercase;
    text-decoration: none;
}

.desc__toggle.active {
    background-color: #fd5000;
    color: white;
}

.mt__14 {
    margin-top: 14px;
}

.color__bg-cust {
    background-color: #f7f8fa;
}

.vasstwas {
    font-size: 14px;
    padding: 5px 0;
}

.vasstwas img {
    height: 15px;
}

.korting {
    font-size: 14px;
    color: #fd5000;
}

.online__p {
    text-decoration: line-through;
    color: #6d6d6d;
}

.navbar-nav .nav-link {
    padding: 15px 1.5rem;
}

.navbar {
    padding-bottom: 0;
}

.navbar-nav .nav-link:hover {
    background-color: #000;
    cursor: pointer;
}

.small__nav {
    width: 100%;
    background-color: black;
}

@media (max-width: 992px) {
    .small__nav {
        display: none;
    }

    .small__nav.show {
        display: block;
    }
}

.categorien a {
    color: white;
    text-decoration: none;
}

#selector select option {
    color: gray;
    position: relative;
    top: 5px;
}
#selector {
    margin: 5px;
}
.cust__select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.cust__select {
    background-color: transparent;
    height: 30px;
    width: 120px;
    padding: 2px 35px;
}
.cust__select-img {
    float: right;
    margin-top: -18px;
    margin-right: 9px;
    pointer-events: none;
}
.cust__img-2 {
    margin-top: -23px;
    float: left;
    margin-left: 6px;
}
.cust__img-3 {
    margin-top: -26px;
}

.dropdown__search {
    background-color: white;
}
.dropdown__search li a {
    color: black;
    text-decoration: none;
}
.btn__search-drop {
    border: 1px solid #707070;
    border-radius: 3px 0 0 3px;
}
.search__bar-cust {
    border-radius: 0;
    border-left: 0;
}

/** Custom */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.top-dropdown .dropdown-toggle {
    background-color: transparent;
    border: 1px solid #707070;
    padding: 0px 10px;
}

.top-dropdown .dropdown-menu {
    width: 100%;
}

.top-dropdown .dropdown-menu a {
    padding: 6px 8px;
}

.top-dropdown .dropdown-menu a:hover {
    background-color: rgba(0, 0, 0, 0.15);
}

.typed-search-box {
    z-index: 100;
}

.category--image {
    width: 100px;
    height: 100%;
}

.company--logo {
    max-height: 15px;
    max-width: 30px;

    position: absolute;
    top: 0px;
    right: 5px;
}

.carousel--side-img {
    max-width: 90px;
}

.dropdown-menu.inner {
    display: block;
}

.aiz-p-hov-icon a {
    transform: translateY(35px);
}

.product--item .aiz-p-hov-icon a:first-of-type {
    display: none !important;
}

.cursor-pointer {
    cursor: pointer;
}

[data-custom-toggle="collapse"] .arrow--icon::before {
    content: "\f107";
}

[data-custom-toggle="collapse"].active .arrow--icon::before {
    content: "\f106";
}

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

.cart--list {
    overflow: auto;
    top: 10px;
    max-height: 80vh;
}

.shop--logo-banner {
    max-height: 400px;
    min-height: 200px;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.banner--content {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}

@media (max-width: 768px) {
    .shop--logo-banner {
        max-height: 250px;
    }
}

.ad--img {
    max-height: 190px;
    min-height: 190px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.image--modal {
    padding-left: 12px;
    padding-right: 12px;
}

.pac-container {
    z-index: 10000;
}

.w-70 {
    width: 70%;
}

.list-style li {
    list-style-type: disc;
}

.preview--images {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
}

.preview--list {
    width: 70px;
}

.main--preview {
    width: calc(100% - 70px);
    padding: 0 15px;
}

.main--preview .slick-slide img {
    max-height: 450px;
}

.main--preview .slick-slide img,
.preview--list .slick-slide img {
    object-fit: contain;
    object-position: center;
}

@media (max-width: 992px) {
    .preview--images {
        flex-direction: column;
    }

    .preview--list {
        width: 100%;
    }

    .main--preview {
        width: 100%;
    }
}

.home--banner--img {
    /* height: 500px; */
    object-fit: cover;
    object-position: center;
}

@media (max-width: 768px) {
    .slick-slide img.home--banner--img {
        height: 250px;
    }
}

.home--slider .slick-next::before,
.home--slider .slick-prev::before {
    content: none;
}

.home--slider .slick-next,
.home--slider .slick-prev {
    background-color: #fff;
}

.home--slider .slick-arrow {
    color: #000;
}

.img-contain{
    object-position: center;
    object-fit: contain;
}
/*js social*/

.jssocials-shares {
    margin: 0.2em 0;
}
.jssocials-shares * {
    box-sizing: border-box;
}
.jssocials-share {
    display: inline-block;
    vertical-align: top;
    margin: 0.3em 0.6em 0.3em 0;
}
.jssocials-share:last-child {
    margin-right: 0;
}
.jssocials-share-logo {
    width: 1em;
    vertical-align: middle;
    font-size: 1.5em;
}
img.jssocials-share-logo {
    width: auto;
    height: 1em;
}
.jssocials-share-link {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    line-height: 1;
}
.jssocials-share-link.jssocials-share-link-count {
    padding-top: 0.2em;
}
.jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
    display: block;
    font-size: 0.6em;
    margin: 0 -0.5em -0.8em -0.5em;
}
.jssocials-share-link.jssocials-share-no-count {
    padding-top: 0.5em;
}
.jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
    height: 1em;
}
.jssocials-share-label {
    padding-left: 0.3em;
    vertical-align: middle;
}
.jssocials-share-count-box {
    display: inline-block;
    height: 1.5em;
    padding: 0 0.3em;
    line-height: 1;
    vertical-align: middle;
    cursor: default;
}
.jssocials-share-count-box.jssocials-share-no-count {
    display: none;
}
.jssocials-share-count {
    line-height: 1.5em;
    vertical-align: middle;
}
.jssocials-share-twitter .jssocials-share-link {
    background: #00aced;
}
.jssocials-share-twitter .jssocials-share-link:hover {
    background: #0087ba;
}
.jssocials-share-facebook .jssocials-share-link {
    background: #3b5998;
}
.jssocials-share-facebook .jssocials-share-link:hover {
    background: #2d4373;
}
.jssocials-share-googleplus .jssocials-share-link {
    background: #dd4b39;
}
.jssocials-share-googleplus .jssocials-share-link:hover {
    background: #c23321;
}
.jssocials-share-linkedin .jssocials-share-link {
    background: #007bb6;
}
.jssocials-share-linkedin .jssocials-share-link:hover {
    background: #005983;
}
.jssocials-share-pinterest .jssocials-share-link {
    background: #cb2027;
}
.jssocials-share-pinterest .jssocials-share-link:hover {
    background: #9f191f;
}
.jssocials-share-email .jssocials-share-link {
    background: #3490f3;
}
.jssocials-share-email .jssocials-share-link:hover {
    background: #0e76e6;
}
.jssocials-share-stumbleupon .jssocials-share-link {
    background: #eb4823;
}
.jssocials-share-stumbleupon .jssocials-share-link:hover {
    background: #c93412;
}
.jssocials-share-whatsapp .jssocials-share-link {
    background: #29a628;
}
.jssocials-share-whatsapp .jssocials-share-link:hover {
    background: #1f7d1e;
}
.jssocials-share-telegram .jssocials-share-link {
    background: #2ca5e0;
}
.jssocials-share-telegram .jssocials-share-link:hover {
    background: #1c88bd;
}
.jssocials-share-line .jssocials-share-link {
    background: #25af00;
}
.jssocials-share-line .jssocials-share-link:hover {
    background: #1a7c00;
}
.jssocials-share-viber .jssocials-share-link {
    background: #7b519d;
}
.jssocials-share-viber .jssocials-share-link:hover {
    background: #61407b;
}
.jssocials-share-pocket .jssocials-share-link {
    background: #ef4056;
}
.jssocials-share-pocket .jssocials-share-link:hover {
    background: #e9132e;
}
.jssocials-share-messenger .jssocials-share-link {
    background: #0084ff;
}
.jssocials-share-messenger .jssocials-share-link:hover {
    background: #006acc;
}
.jssocials-share-vkontakte .jssocials-share-link {
    background: #45668e;
}
.jssocials-share-vkontakte .jssocials-share-link:hover {
    background: #344d6c;
}
.jssocials-share-link {
    padding: 0.5em 0.6em;
    color: #fff;
    -webkit-transition: background 0.2s ease-in-out,
        border-color 0.2s ease-in-out;
    transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.jssocials-share-link:active,
.jssocials-share-link:focus,
.jssocials-share-link:hover {
    color: #fff;
}
.jssocials-share-count-box {
    position: relative;
    height: 2.5em;
    padding: 0 0.3em;
    margin-left: 0.3em;
    background: #f5f5f5;
    -webkit-transition: background 0.2s ease-in-out,
        border-color 0.2s ease-in-out;
    transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.jssocials-share-count-box:hover {
    background: #dcdcdc;
}
.jssocials-share-count-box:hover:after {
    border-color: transparent #dcdcdc transparent transparent;
}
.jssocials-share-count-box:after {
    content: "";
    display: block;
    position: absolute;
    top: 0.85em;
    left: -0.3em;
    width: 0;
    height: 0;
    border-width: 0.4em 0.4em 0.4em 0;
    border-style: solid;
    border-color: transparent #f5f5f5 transparent transparent;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: background 0.2s ease-in-out,
        border-color 0.2s ease-in-out;
    transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.jssocials-share-count-box .jssocials-share-count {
    line-height: 2.5em;
    color: #444;
}



/* NEw Design */
.seller-package{
    min-width: 200% !important;
}
.primary-text-color{
    color: #fd5000;
}
.online-status-div{
    border: 1px solid #fd5000;
    border-radius: 10px;
}
.online-status-div p{
    font-size: 14px;
}
.hero-area-side-drpdown button ,a{
    font-size: 13px;
}
.hero-area-side-btns p{
    font-size: 14px;
}
.hero-area-side-btn{
    background-color: #fff;
    text-decoration: none;
    font-size: 14px;
    display: block;
    padding: 10px 15px;
    color: #fd5000;
    border-radius: 10px;
    box-shadow: 0px 0px 6px 0px #82828270;
    transition: 0.4s all ease;
}
.hero-area-side-btn:hover{
    box-shadow: 0 0 5px 0 #fd5000;
    color: #000;
    border-radius: 10px;
    text-decoration: none;
}
.hero-area-side-btn:active, :focus{
    box-shadow: 0 0 5px 0 #fd5000;
    color: #000;
    border-radius: 10px;
    text-decoration: none;
}


.logo-banner-container{
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px 0 #6d6d6db8;
    padding: 10px 0px 10px 15px;
}
.logo-txt-area{
    width: 80%;
}
.logo-txt{
    font-size: 13px;
    font-weight: bold;
}
.align{
    align-self: center;
}
.logo-left-area{
    margin-top: 5px;
}
.logo-left-area img{
    width: 35px;
    margin: 0 7px;
}
.logo-right-area img{
    width: 35px;
    margin: 0 11px;
}
.small-logo{
    width: 65px!important;
}
.dropdown-btn{
    background-color: #fff;
    color: #000;
    font-size: 11px!important;
    border: none
}
.dropdown-btn:hover{
    box-shadow: none!important;
    border-radius: 3px;
    background-color: #fff!important;
    color: #000!important;
}
.dropdown-btn:focus{
    box-shadow: none!important;
    border-radius: 3px;
    background-color: #fff!important;
    color: #000!important;
}
.dropdown-item:hover{
    color: #fa3434 !important;
}
.dropdown-item:focus{
    background-color: #fff!important;
    color: #fa3434!important;
    border-radius: 0!important;
    box-shadow: none!important;
}
.hero-icon-box{
    box-shadow: 0 0 5px 0 #e8e8e8;
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 10px;
    color: #fd5000!important;
    margin-bottom: 5px;
    transition: .5s all ease;
}
.hero-icon-box:hover{
    box-shadow: 0 0 5px 0 #fd5000;
}
.icon-box{
    text-align: center;
}
.icon-box p{
    font-size: 9px;
    text-align: center;
}
.hero-area-side-drpdown .btn-group{
    box-shadow: 0 0 5px 0 #d6d6d6;
    padding: 4px 0;
    border-radius: 10px;
}
.hero-area-btns .hero-area-side-btn{
    font-size: 11px;
}
.down-arrow{
    background-color: #000;
    color: #fff;
    padding: 6px 8px;
    border-radius: 5px;
}



    #item-detail .owl-theme .owl-dots .owl-dot:focus{
    outline: none!important;
  }
   #item-detail .owl-theme .owl-dots .owl-dot:first-child span{
     background-image:url(../img/detail1.png)!important;
     background-position: center center;
     background-size: cover;
     background-repeat: no-repeat;
     width: 80px;
     height: 80px;
     border-radius: 5px;
   }
   #item-detail .owl-theme .owl-dots .owl-dot:nth-child(2) span{
    background-image:url(../img/detail2.png)!important;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    border-radius: 5px;
  }
  #item-detail .owl-theme .owl-dots .owl-dot:nth-child(3) span{
    background-image:url(../img/detail3.png)!important;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    border-radius: 5px;
  }
  #item-detail .owl-theme .owl-dots .owl-dot:nth-child(4) span{
    background-image:url(../img/detail4.png)!important;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    border-radius: 5px;
  }
  #item-detail .owl-theme .owl-dots .owl-dot.active span{
    filter: brightness(90%)!important;
  }
  .item-detail-images-area{
    box-shadow: 0 0 2px 0 #c1c1c1;
    padding: 20px;
    border-radius: 5px;
  }
  .bg-orange{
      background-color: #fd5000!important;
  }
  .color-white{
      color: #fff!important;
  }
  .star{
      color: #f2ee00;
      font-size: 14px;
  }
  .star-last{
      color: #bbbbbb;
  }
  .detail-box .btn-group{
    box-shadow: 0 0 5px 0 #c1c1c1;
    border-radius: 10px;
    padding: 7px 0;
  }
  .detail-box-price{
      box-shadow: 0 0 5px 0 #c1c1c1;
      text-align: center;
      padding: 6px 0;
      border-radius: 5px;
  }
  .detail-box-price:hover{
    box-shadow: 0 0 5px 0 #fd5000;
}
.detail-tabs .nav-link{
    color: #000!important;
    background-color: #f2f2f2;
    padding: 15px;
}
.detail-tabs .nav-link.active{
    background-color: #fd5000;
    border-radius: 0;
    color: #fff!important;
}
.detail-tabs .last-item{
    background-color: green;
    color: #fff!important;
}
.details-dropdown-menu a{
    padding: 10px 15px;
}
.tab-content{
    width: 80%;
    border-radius: 10px;
    box-shadow: 0 0 5px 0 #e8e8e8;
    padding: 40px 20px 20px 20px;
}
.desc-list li{
    list-style: disc !important;
    line-height: 25px;
}
.desc-list li p{
    font-size: 15px;
}
.heart-sync{
    color: #000;
    box-shadow: 0 0 5px 0 #e8e8e8;
    border-radius: 50%;
    padding: 10px 13px;
}
.social-icon {
    color: #fff!important;
    border-radius: 5px;
    font-size: 15px;
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
}
.mail{
    background-color: #57899c;
}
.twitter{
    background-color: skyblue;
}
.facebook{
    background-color: blue;
}
.linkedin{
    background-color: #5d5df0;
}
.google-plus{
    background-color: green;
}


/*======================================
 ============= Cart Page CSS ===========
 ======================================= */

  .cart-details{
    display: none;
  }
  .cart-img img{
    width: 100px;
  }
  .cart-heading h4{
      font-size: 16px;
  }
  .cart-headings-area{
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 40px;
  }
   .item-color{
    height: 16px;
    box-shadow: 0 0 5px 0 #bebebe;
    display: inline-block;
    width: 16px;
    border-radius: 5px;
}
.color1{background-color: white;}
.color2{background-color: blue;}
.color3{background-color: red;}
.color4{background-color: gray;}
.cart-item-img{
    width: 50px;
}
.cart-txt{
    font-size: 16px!important;
}
.cart-tab{
    box-shadow: 0 0 5px 0 #c1c1c1;
    padding: 12px 0 !important;
    font-size: 18px;
    margin-bottom: 20px!important;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.cart-tab:after{
    content: '\f063';
    font-family: "Line Awesome Free";
    font-weight: bold;
    position: absolute;
    top: 6px;
    right: 20px;
    display: inline-block;
    height: 35px;
    width: 35px;
    border-radius: 6px;
    line-height: 35px;
    background-color: #000;
    color: #fff;
}
.cart-item-img img{
    width: 90px;
}
.cart-item-name-img img{
    width: 50px;
}
.adrs{
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 6px 0 #82828270;
    padding: 3%;
    margin-bottom: 20px;
}
.form-btn{
    background-color: #fd5000;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    border: none;
    padding: 10px 15px;
    color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 6px 0px #82828270;
    transition: 0.4s all ease;
}
.kise-btn{
    text-transform: uppercase;
    border: 1px solid #000;
    padding: 12px 20px;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    text-decoration: none!important;
    border-radius: 5px;
    display: inline-block;
    transition: .3s all ease;
}
.kise-btn:hover{
    border-color: #fd5000;
    color: #fd5000;
    box-shadow: 0 0 2px 0 #fd5000;
}
.kise-img{
    width: 100%;
    height: 49px;
    /* contain: content; */
    object-fit: contain;
    object-position: center;
}
.kesi-dets-upper{
    background-color: #d1d1d1;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 10px 0 10px 10px;
}
.kesi-dets-upper h4{
    font-size: 20px;
}
.kesi-flex h5{
    font-size: 16px!important;
}
.kesi-dets-lower{
    background-color: #f0f0f0;
    padding: 15px 0 15px 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.dets-box-lower-txt{
    font-size: 15px!important;
    font-weight: normal;
    text-transform: lowercase;
    text-align: center;
    font-weight: 500;
}
.arrow-txt{
    font-size: 20px!important;
}
.bold{
    font-weight: bold;
}
.fs-16{
    font-size: 16px!important;
}
.underline{
    text-decoration: underline;
}
.afrek-box{
    box-shadow: 0 0 6px 0 #82828270;
    border-radius: 10px;
}
.afrek-box-heading{
    border-bottom: 1px solid #000;
    padding: 15px 0 15px 20px !important;
    margin-bottom: 15px !important;
}
.opmerk{
    background-color: #f3f3f3;
    padding: 20px;
}
.payment-img{
    width: 30px!important;
}
.form-check .opmerk-checkbox-label{
    font-size: 16px !important;
}
.payment-area{
    padding: 0 20px;
}
.totaalbez{
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 6px 0 #82828270;
    padding: 3%;
    margin-bottom: 20px;
}
.club-pt{
    width: 12%;
}
.circle-div{
    background: #fd5000;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin: 0 auto;
}
.info-circle-icon{
    margin-top: 5%;
    margin-right: 20%;
    font-size: 30px;
}
.circle-div-txt{
    font-size: 50px;
    color: #fff;
    line-height: 150px;
}
.main-circle-div{
    margin-bottom: 30px;
}

/*======================================
 ============= MEDIA QUERIES ===========
 ======================================= */

@media only screen and (max-width:991px){
    .hero-area-btns{
        justify-content: space-around!important;
    }
    .cart-headings-area{
        display: none;
    }
    .cart-details{
        display: block;
    }
    .cart-details h3{
        font-size: 16px!important;
    }
    .cart-quantity .form-control{
        width: 100% !important;
    }
    .cart-col{
        margin-bottom: 20px;
    }
    .seller-package{
        min-width: 100% !important;
    }
}
@media only screen and (max-width:1200px){
    .logo-area{
        text-align: right;
    }
    .logo-left-area img{
        margin: 0 28px;
    }
    .logo-right-area img{
        margin: 0 35px;
    }
}
@media only screen and (max-width: 991px) and (min-width: 767px){
    .logo-left-area img{
        margin: 0 15px;
    }
    .logo-right-area img{
        margin: 0 20px;
    }
    .desc__toggle{
        font-size: 10px;;
    }
}
@media only screen and (max-width: 1250px) and (min-width: 900px){

    .desc__toggle{
        font-size: 10px;;
    }
}
@media only screen and (max-width:767px){
    .tab-content{
        width: 100%;
    }
    .logo-right-area,
    .logo-left-area  {
        display: block!important;
    }
    .logo-left-area img{
        margin-bottom: 5px;
    }
    .logo-right-area img{
        margin-bottom: 5px;
    }
    .logo-txt-area{
        width: 100%;
    }
    .logo-area{
        text-align: center!important;
    }
    .logo-txt{
        text-align: center;
        margin-bottom: 20px!important;
    }
    .cart-heading h4 {
        font-size: 11px;
    }
}
@media only screen and (max-width: 575px){
    .hero-area-icons{
        display: none!important;
    }
    .logo-left-area img,
    .logo-right-area img{
        margin: 0 5px;
        width: 25px;
    }
    .logo-banner-container{
        padding: 10px 5px 20px 5px;
    }
    .column-align{
        align-self: unset!important;
    }
    .cart-item-box{
        margin-bottom: 20px;
    }
    .desc__toggle{
        font-size: 10px;;
    }
}
@media only screen and (max-width:380px){
    .circle-div{
        height: 200px;
        width: 200px;
    }
    .circle-div-txt{
        font-size: 40px;
        line-height: 200px;
    }
    .hero-area-btns{
        display: block!important;
    }
    .side-btn-1{
        margin-bottom: 15px;
    }
    .detail-heading{
        display: block!important;
    }
    .heading-stars{
        margin-bottom: 20px;
    }
    .cart-items-row{
        flex-direction: column !important;
    }
    .cart-col{
        max-width: 100%!important;
    }
    .cart-tab:after{
        display: none;
    }
}
@media only screen and (min-width:380px){
    #item-detail .owl-theme .owl-dots .owl-dot{
        display: block;
    }
    #item-detail .owl-theme .owl-dots{
      position: absolute;
      top: 0;
      left: 0;
      margin-top: 0;
    }
}


/*  */

.detail-box{
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 5px 0 #c1c1c1;
    border-radius: 10px;
    padding: 7px 0;
}
.detail-box select{
    appearance: none;
    -webkit-appearance: none;
    border: none!important;
}
.detail-box .form-control{
    background: transparent!important;
    box-shadow: none!important;
}
.detail-box .down-arrow{
    position: absolute;
    top: 6px;
    right: 5px;
    z-index: -1;
    background-color: #000;
    color: #fff;
    padding: 0px 10px;
    border-radius: 5px;
    line-height: 40px;
}
.detail-box .btn-group{
  box-shadow: 0 0 5px 0 #c1c1c1;
  border-radius: 10px;
  padding: 7px 0;
}
.detail-box-price{
    box-shadow: 0 0 5px 0 #c1c1c1;
    text-align: center;
    padding: 6px 0;
    border-radius: 5px;
}
.detail-box-price:hover{
  box-shadow: 0 0 5px 0 #fd5000;
}

.discount-price{
    box-shadow: 0 0 5px 0 #fd5000;
    text-align: center;
    padding: 2px 12px;
    border-radius: 5px;
    background-color: #fd5000;
    color: white;
    font-size:8px;
}
.top-10{
    top: 10px;
}
.left-70{
    left: 70px;;
}
.f-15{
    font-size: 15px;;
}
.left-15{
    left: 15px;;
}
.f-24{
    font-size: 24px;
}
.disabled{
    background-color: darkgray;
    cursor: not-allowed;
}
.share-border{
    border: 1px solid black;
    text-align: center;
    font-weight: bold;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}
#short_link_qr img{
    max-width: 150px !important;
}

#short_link_qr{
    justify-content: center;
    display: flex;
}
.word-break{
    word-break: break-all;
}
.dashboard-icon{
    min-width: 100px;
}
.dashboard-icon a{
    line-height: 51px;
}
.dashboard-icon-blue{
    color: #5cb5d6 !important;
}
.dashboard-icon-orange{
    color: #fbee4f !important;
}
.dashboard-icon-purple{
    color: #6932d4 !important;
}

.tooltip {
    position: relative;
    display: inline-block;
    /* border-bottom: 1px dotted black;  */
  }

  /* Tooltip text */
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
  }

  /* Show the tooltip text when you mouse over the tooltip container */
  .tooltip:hover .tooltiptext {
    visibility: visible;
  }

  .size-icon{
    width: calc(1.9rem) !important;
    height: calc(1.9rem) !important;
  }

  .bg-gray{
    background-color: #d6d3d0;
  }

  /* oopStatus */

.oopStatus_box {
padding: 16px;
border-radius: 0;
border-color: transparent;
color: #000;
font-size: 12px;
}
.oopStatus_img {
    height: 22px;
}
.danger {
    background-color: #F5D6D5;
}

.success {
    background-color: #28a7453b;
}

.warning {
    background-color: #C8EDF8;
}

.oopStatus p {
    font-size: 12px;
}
