.tab-pane-title {
    color: #17c4b2;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border: 1px solid #fff !important;
}

.form-control:focus {
    border-color: #17c4b2 !important;
    box-shadow: 0 0 0 0.25rem rgb(243 243 243 / 25%) !important;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #fff !important;
}

.btn-check:active + .btn-primary:focus, .btn-check:checked + .btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none !important;
}

.contact-section iframe {
    width: 100% !important;
    height: 380px !important;
    border: none !important;
}

a {
    text-decoration: none;
}

.float-right {
    float: right;
}

.page-title {
    color: #17c4b2;
}

.basket-cart-footer {
    position: absolute;
    padding-bottom: 2rem;
    bottom: 0;
    background-color: white;
    width: 322px;
    border-top: 1px solid #eee;
}

.cart-dropdown.cart-offcanvas .dropdown-box {
    position: fixed;
    top: 0;
    right: -43rem;
    max-width: 39rem;
    margin-top: 0;
    width: 100%;
    height: 100vh !important;
    overflow: auto;
    min-width: auto;
    padding: 2.9rem 3rem;
    opacity: 1;
    visibility: visible;
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
    -webkit-transform: none;
    transform: none;
    z-index: 2499;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.product-media .product-media-content {
    width: 100%;
    height: 266px;
}

.product-media .product-media-content {
    width: 100%;
    height: 266px;
}

.product-media .product-media-content img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

@media (max-width: 575px) {
    .product-media .product-media-content {
        width: 100%;
        height: 150px;
    }
}

@media (max-width: 991px) and (min-width: 575px) {
    .product-media .product-media-content {
        width: 100%;
        height: 230px;
    }
}

.cart-dropdown .products .cart-empty-area {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    opacity: 0.5;
}

.product-carousel-img {
    position: relative;
    overflow: hidden;
    width: auto;
    height: 472px;
}

.product-carousel-img img {
    height: 100%;
    object-fit: cover;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border: 1px solid transparent !important;
    background-color: transparent !important;
    border-color: transparent !important;
}

.orders-detail-content {
    width: 100%;
    height: 160px;
    padding: 10px;
}

.shop-default-banner {
    height: 140px;
}

#search-prod-list {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    z-index: 222;
    width: 100%;
    border-radius: 1rem;
}

#search-prod-list a {
    border-bottom: 2px solid rgba(23, 196, 178, 0.11);
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

#search-prod-list .serach-prod-img {
    width: 65px;
    height: 65px;
}

#search-prod-list .serach-prod-img img {
    object-fit: cover;
}

.category-menu .megamenu .divider {
    opacity: 1 !important;
    height: 0 !important;
}

.btn-check:focus + .btn, .btn:focus {
    box-shadow: none !important;
}

.text-red {
    color: rgb(187, 23, 23);
}

.navigation-link {
    display: block;
    position: relative;
    font-size: 1.4rem;
    font-weight: 600;
    color: inherit;
    line-height: 1;
    letter-spacing: 0;
    text-transform: capitalize;
    border-radius: 0;
    padding: 1.5rem 2.85rem;
    border: 1px solid #FFFFFF;
    -webkit-transition: border 0.3s, color 0.3s, background-color 0.3s;
    transition: border 0.3s, color 0.3s, background-color 0.3s;
}

.navigation-link:hover {
    border-color: #17c4b2 !important;
}

.user-left-menu-active {
    border-color: #17c4b2 !important;
    color: #17c4b2 !important;
}

.form-control {
    margin: 0 !important;
}

.modal-header {
    border-bottom: 0px !important;
}

.modal-footer {
    border-top: 0px !important;
}

.loader-content {
    width: 100%;
    position: relative;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader-content .loader {
    border: 13px solid #f3f3f3;
    border-radius: 50%;
    border-top: 13px solid #17c4b2;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
    margin: 0 auto;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.logo {
    min-width: 14.4rem;
    margin-right: 2rem;
}

.main-nav .menu > .has-submenu {
    padding-right: 1.5rem;
}

.logo img {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: middle;
}

.header-right {
    margin-left: auto !important;
}

.color-red {
    color: red !important;
}

.minipopup-box .product-list-sm .product-media a .mini-product-img {
    width: 70px;
    height: 60px;
}

.minipopup-box .product-list-sm .product-media a .mini-product-img img {
    height: 100%;
    object-fit: cover;
}


.bg-gray-new {
    background-color: #c0c0c0 !important;
}

.bg-success {
    background-color: lightseagreen !important;
}

.bg-danger {
    background-color: orangered !important;
}

.bg-error {
    background-color: orangered !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.fw-bold {
    font-weight: bold !important;
}

.text-white {
    color: white !important;
}


/* -------------------------------------------
    Mini Popup
---------------------------------------------- */
.minipopup-area {
    position: fixed;
    left: -100rem;
    bottom: 50%;
    transform: translateY(-50%);
    z-index: 3000;
}

.minipopup-area.show {
    left: 30px;
}

.minipopup-box {
    position: absolute;
    left: -8rem;
    width: 300px;
    padding: 2rem;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    -webkit-transition: opacity 0.3s, left 0.3s ease-out, -webkit-transform 0.3s;
    transition: opacity 0.3s, left 0.3s ease-out, transform 0.3s, -webkit-transform 0.3s;
    z-index: 3000;
}

.minipopup-box.show {
    opacity: 1;
    left: 0;
}

.minipopup-box.focus {
    -webkit-transform: scale(0.98) translateY(-100%);
    transform: scale(0.98) translateY(-100%);
}

.minipopup-box .product.product-cart {
    padding-top: 0;
    margin-bottom: 1.5rem;
}

.minipopup-box .product.product-cart .product-name {
    margin-bottom: 0.9rem;
    font-weight: 400;
}

.minipopup-box .product-details {
    padding: 0 0 0 1.2rem;
}

.minipopup-box p {
    margin-bottom: 0;
    font-size: 1.3rem;
    color: #666;
    line-height: 1.4;
}

.minipopup-box .product-action {
    position: relative;
    opacity: 1;
    visibility: visible;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.minipopup-box .product-action a:first-child {
    background-color: #eee;
    border-color: #eee;
    color: #333;
}

.minipopup-box .product-action a:first-child:hover, .minipopup-box .product-action a:first-child:focus, .minipopup-box .product-action a:first-child:active {
    background-color: #dcdcdc;
    border-color: #dcdcdc;
}

.minipopup-box .product-action .btn {
    padding-left: 1.9em;
    padding-right: 1.9em;
}

@media (max-width: 479px) {
    .minipopup-area {
        left: 10px;
    }
}

.header-right {
    color: #fff !important;
}

.cart-dropdown {
    color: #fff !important;
}

.header a:not(.btn):hover {
    color: #000 !important;
}

.account-person {
    padding: 4px;
}

.cart-dropdown .cart-count {
    background: #fff !important;
    color: #17c4b2 !important;
}

.dropdown:hover > a, .dropdown.show > a {
    color: #000 !important;
}

.header-right .sosial-icon li i {
    color: #17c4b2 !important;
}

.header-right .sosial-icon li i:hover {
    color: #000 !important;
}

.header-right .sosial-icon li .fa-whatsapp {
    margin-right: 0px !important;

}

.cart-dropdown.cart-offcanvas .products {
    border-top: 0px !important;
}

.header-right.header-icon .cart-dropdown {
    display: none;
}

@media (max-width: 768px) {
    .header-right.header-icon .cart-dropdown {
        display: block;
        color: #17c4b2 !important;
    }

    .header-right.header-icon .cart-dropdown .cart-count {
        background-color: #17c4b2 !important;
        color: #fff !important;
    }
}

@media (max-width: 768px) {
    .header-right .sosial-icon {
        display: none !important;
    }
}

.header-right .sosial-icon li i {
    font-size: 26px !important;
}

.brend-slider-img {
    height: 120px !important;
    width: 100% !important;
}

.brend-slider-img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    -webkit-filter: grayscale(40%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: all 0.2s linear;
}

.brend-slider-img img:hover {
    filter: none !important;
}

@media (max-width: 767px) {
    .header-search-area {
        max-width: 40.6rem !important;
    }
}

.category-menu li .megamenu {
    padding: 0 3rem 0 3rem;
}

.category-menu .megamenu > li:not(:last-child) {
    padding: 3rem 3rem 0 0rem;
}

.category-menu .megamenu {
    min-width: max-content !important;
}

.single-product-img {
    width: 100%;
    height: 380px;
}

.single-product-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.o-fit-contain {
    object-fit: contain !important;
}

.product-single .product-form label {
    max-width: max-content !important;
    margin-right: 15px;
}

.rate {
    float: left;
    height: 46px;
    padding: 0 10px;
}

.rate:not(:checked) > input {
    position: absolute;
    top: -9999px;
}

.rate:not(:checked) > label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ccc;
}

.rate:not(:checked) > label:before {
    content: '★ ';
}

.rate > input:checked ~ label {
    color: #ffca4c !important;
}

.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #ffca4c !important;
}


.text-yellow {
    color: orange !important;
}

.quick-view-product-image {
    width: 100%;
    height: 200px !important;
}

.single-product-img {
    height: auto !important;
}

.order-table .product-name {
    max-width: 50px !important;
}

.product-name {
    white-space: normal !important;
    margin-bottom: 0.8rem;
    font-size: 1.5rem;
    font-weight: 500;
    min-height: 54px;
    max-height: 54px;
    margin-left: 10px;
    margin-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
}

menu .has-submenu > a:hover {
    background-color: rgb(236, 235, 235) !important;
}

.category-menu .megamenu .menu-title {
    padding: 1.3rem 1.3rem !important;
    text-transform: capitalize !important;
    font-size: 1.3rem !important;
    font-weight: 500 !important;
    line-height: 1.1 !important;
    letter-spacing: -0.007em !important;
    transition: all 0.2s linear;
}

.category-menu .megamenu li a:not(.btn) {
    padding: 10px 10px !important;
    transition: all 0.2s linear !important;
    text-transform: capitalize !important;
    font-size: 1.3rem !important;
    font-weight: 500 !important;
    line-height: 1.1 !important;
    letter-spacing: -0.007em !important;
}

.category-menu li a:not(.btn):hover {
    background-color: rgb(236, 235, 235) !important;
}

.megamenu > li {
    padding-top: 0px !important;
}

.main-nav .menu .has-submenu > a:nth-child(1) {
    background-color: transparent !important;
}

.menu li > .submenu {
    min-width: max-content !important;
}

.menu li > .submenu li > a {
    padding: 1.3rem 1.5rem !important;
    text-transform: capitalize !important;
    font-size: 1.3rem !important;
    font-weight: 500 !important;
    line-height: 1.1 !important;
    letter-spacing: -0.007em !important;
}

.main-nav .menu .has-submenu .submenu li > a:hover {
    background-color: rgb(236, 235, 235) !important;
}

.menu li > .submenu {
    padding: 0 !important;
}

.menu li > .submenu li {
    padding: 0 !important;
    min-width: 24rem !important;
    width: 100% !important;
}

.menu li > .submenu li a {
    display: block;
    padding-left: 2rem !important;
}


.menu > li:hover > .submenu, .menu > li.show > .submenu {
    top: 0 !important;
}

.swiper-theme .swiper-button-next {
    top: 43% !important;
}

.swiper-theme .swiper-button-prev {
    top: 43% !important;
}

.category-menu {
    padding-top: 0 !important;;
}

#product-tab-specification table td {
    min-width: 50px;
    padding-right: 10px;
}

.vertical-menu > li {
    padding: 0 !important;
}

.category-menu > li > a {
    padding: 1.3rem 2rem !important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #777777 !important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #777777 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #777777 !important;
}

.product-title:hover {
    color: #17c4b2 !important;
}

.product-name a:hover {
    color: #17c4b2 !important;
}

.vendor-product-count{
    font-weight: 600 !important;
    font-size: 18px !important;
    color: #000 !important;
}

.vendor-widget-banner .vendor-logo {
    background-color: #1ed6c4 !important;
}

.vendor-widget-banner .vendor-details{
    margin-top: 3rem !important;
}

.vendor-widget-banner .vendor-logo{
    width: 80px !important;
    height: 80px !important;
    border-radius: 50% !important;
}

.vendor-widget-banner .vendor-logo i{
    font-size: 40px !important;
    color: #fff;
}
