﻿@media (min-width: 992px) {
    .col3-dropdown {
        width: 950px;
    }
}


#sizeguide table, #sizeguide td, #sizeguide tr{
    border:2px solid white;
}
/* PRODUCT PAGE NEW DESIGN*/
#collapseTwo > span {
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
}
/* PRODUCT PAGE NEW DESIGN -- END*/
/* MENU */
@media (min-width: 992px) {
    .mega-dropdown {
        background-color: rgba(255, 255, 255, 1) !important;
    }
}

.searchbar-menu {
    background-color: rgba(255, 255, 255, 1) !important;
}
.nav-dropdown img {
    max-height: 225px;
}
/* MENU -- END*/
/* LISTING PAGE NEW DESIGN*/
/*.product-item-content span{
    font-size: 15px;
}*/
.product-item-title {
    font-size: 15px!important;
}
.breadcrumb-content-inner .breadcrumb-title {
    font-size: 30px !important;
}

@media (max-width: 992px) {
    .product-item-content span {
        font-size: 11px;
    }
}

@media (max-width: 390px) {
    .product-item-content span {
        font-size: 10px;
    }
}
/* LISTING PAGE NEW DESIGN -- END*/

@media (max-width: 991px) {
    .paddingTopp {
        padding-top: 100px;
    }
}

.product-page-content .product-item-title {
    font-size: 24px !important;
}

@media (max-width: 440px) {
    .breadcrumb-content-inner .breadcrumb-title {
        font-size: 18px !important;
    }
}

.filterbar-dropdown-menu {
    z-index: 1 !important;
}



.breadcrumb-link.d-none.d-lg-block span, .breadcrumb-link > span::after {
    font-size: 14px !important;
}

@media (max-width: 440px) {
    .product-item .product-item-content .product-item-title {
        white-space: normal !important;
    }
}
.product-item .product-item-content .product-item-cat {
    font-size: 14px !important;
}

.product-item .product-item-content .product-item-title {
    font-size: 16px !important;
}

@media (min-width: 768px) {
    .product-page-content .product-color-choose input[type="radio"] + label span {
        height: 85px !important;
    }
}

@media (max-width: 768px) {
    .product-page-content .product-color-choose input[type="radio"] + label span {
        height: 60px !important;
    }
}


.ordering {
    left: 82%;
    max-width: 270px;
}
.ordering p {
    margin-bottom:5px;
}
@media (max-width: 1200px) {
    .ordering {
        left: 75%;
    }
}
@media (max-width: 1025px) {
    .ordering {
        left: 72%;
    }
}
@media (max-width: 769px) {
    .ordering {
        left: 65%;
    }
}
@media (max-width: 769px) {
    .ordering {
        left: 65%;
    }
}
@media (max-width: 650px) {
    .ordering {
        left: 52%;
    }
}
@media (max-width: 500px) {
    .ordering {
        left: 1%;
    }
}
.ordering .dropdown--trigger-arrow {
    right: 10%;
    top: 4px;
    position: relative;
    font-size: 18px;
}
@media (max-width: 500px) {
    .product-filter-content .product-filter-content-inner p {
        left: 1%;
    }
}

.overImageLeft {position:absolute;top:5px;left:10px;}
.salebadge + .overImageLeft {
    top: 50px;
}