/* ----------------------------------- */
/* ---------- Products List ---------- */
/* ----------------------------------- */

.products {
    min-height: 800px;
}

.products a:focus {
    outline: 0;
}

.products .pagination .page-item .page-link{
    background-color: transparent;
    border:none;
    color: #575757;
    margin: 0 10px;
    padding: .5rem 0.85rem;
}
.products .pagination .page-item .page-link:hover{
    color: #ffffff;
    background-color: #f9b000;
}

.products .pagination .page-item .control{
    background-color: transparent;
    border:none;
    color: #575757;
    margin: 0 20px;
}
.products .pagination .page-item .control:hover{
    color: #f9b000;
    background-color: transparent;
}

.products .pagination .page-item.active .page-link {
    color: #ffffff;
    background-color: #f9b000;
}

.products .pagination .page-item .page-link:focus {
    box-shadow: none;
}

@media (max-width: 575.98px) {
    .products .pagination {
        display: block;
    }
    .products .pagination .page-item {
        display: inline-block;
    }
    .products .pagination .page-item span {
        display: none;
    }
    .products .pagination .page-item .control{
        margin: 0 10px;
    }
}

.products .products-display-options select {
    width: 125px;
    padding: 0 0 0 5px;
    height: 20px;
    font-size: 0.7em;
}

.products .products-display-options .show-filters {
    font-size: 0.8em;
    text-decoration: none;
}
.products .products-display-options .show-filters:hover {
    color: #f9b000;
    text-decoration: underline;
}
.products .products-display-options .show-filters:focus {
    color: #000000;
}

.products .products-display-options select:focus {
    outline: none;
}

@media (max-width: 575.98px) {
    .products .products-display-options {
        margin-top: -18px;
        border-top: 1px solid #000000;
    }
    .products .products-display-options .tab-button {
        width: 100%;
        border-radius: 0;
        background-color: #000000;
        border:none;
        text-transform: initial;
        color: #ffffff;
    }

    .products .products-display-options .tab-button.active,
    .products .products-display-options .tab-button:hover {
        background-color: #ffffff !important;
        color: #000000 !important;
    }
    .products .products-display-options .tab-button:focus {
        box-shadow: none;
    }

    .products .products-display-options .tab-button i {
        float: left;
    }

    .products .products-display-options .logo-store-mobile {
        height: 37px;
        background-position: center;
        background-repeat: no-repeat;
    }

    .products-display-options .layer-filters-mobile {
        font-size: 0.75em;
        font-weight: 300;
    }

    .products-display-options .layer-filters-mobile .list-group {
        background-color: #ffffff;
    }

    .products-display-options .layer-filters-mobile .list-group-item:first-child {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-top: none;
    }

    .products-display-options .layer-filters-mobile .list-group-item {
        border-left:none;
        border-right:none;
        border-bottom: none;
        border-top: 1px solid rgba(0,0,0,.125);
        margin-bottom: 1px;
    }

    .products-display-options .layer-filters-mobile .list-group-item .active {
        color: #f9b000;
        font-weight: bold;
    }
}


.product-slider .slick-slide {
    padding-top: 10px;
}

.product-slider .slick-prev::before,
.product-slider .slick-next::before {
    color: #000000;
}

.product-slider .slick-prev{
    top: -25px;
    left: 95%;
}
.product-slider .slick-next{
    top: -25px;
    right: 0;
}

@media (max-width: 575.98px) {
    .product-slider .slick-prev,
    .product-slider .slick-next {
        display: none !important;
    }
}

@media (min-width: 576px) {
    .product-slider .slick-prev {
        top: -25px;
        left: 91%;
    }

}
@media (min-width: 768px) {
    .product-slider .slick-prev {
        top: -25px;
        left: 93%;
    }
}
@media (min-width: 992px) {
    .product-slider .slick-prev {
        top: -25px;
        left: 95%;
    }
}

/* ----------------------------------------- */
/* ---------- Products List Empty ---------- */
/* ----------------------------------------- */

.products .empty-results {
    background-color: #f1f1f1;    
}

.products .empty-results h2 {
    font-weight: 700;
}


/* ---------------------------------------------- */
/* ---------- Products List Horizontal ---------- */
/* ---------------------------------------------- */

.product-list .horizontal .product-wrapper a:hover {
    text-decoration: none;
}

.product-list .horizontal .product-wrapper a:focus {
    outline:0px;
}

.product-list .product-disposition {
    background-color: transparent;
    border-radius: 10px;
}

.product-list .horizontal .product-wrapper {
    border-radius: 10px;
    background-color: transparent;
    height: 90%;
}

.product-list .horizontal .product-wrapper .product-item {
    position: relative;
    background-color: #ffffff;
    box-shadow: 0px 0px 8px #cfcfcf;
    max-width: 25rem;
    height: 100%;
    border-radius: 10px;
    padding-bottom: 15px;
}

.product-list .horizontal .product-wrapper .product-item h3 {
    font-weight: 700;
    font-size: 1.2em;
    margin-bottom: 0;
    padding: 10px 10px 0 10px;
}

.product-list .horizontal .product-wrapper .product-item .wrapper-img {
    padding: 0 10px;
}

.product-list .horizontal .product-wrapper .product-item img {
    /*padding: 0 10px;*/
}

.product-list .horizontal .product-wrapper .product-item img.urgent {
    position: absolute;
    width: 30%;
    top: 30px;
    left: 105px;
}

.product-list .horizontal .product-wrapper .product-item .price{
    font-size: 1.2em;
    font-weight: 300;
    padding: 0 10px 10px 10px;
    display: block;
}

.product-list .horizontal .product-wrapper .product-item .product-item-details {
    /*-webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;*/
    opacity: 0;
    background-color: #000000;
    border-radius: 10px;
    z-index: 1;
}

.product-list .horizontal .product-wrapper .product-item .product-item-details h3{
    padding: 0;
}
.product-list .horizontal .product-wrapper .product-item .product-item-details .price{
    padding: 0;
}

.product-list .horizontal .product-wrapper .product-item .product-item-details:hover {
    opacity: 0.9;
}

.product-list .horizontal .product-wrapper .product-item .product-item-details-content {
    padding: 20px;
    color: #ffffff;
}

.product-list .horizontal .product-wrapper .product-item .product-item-details-content h3 {
    font-size: 1.2em;
}

.product-list .horizontal .product-wrapper .product-item .product-item-details-content p {
    margin: 2px 0 5px;
    font-size: 0.9em;
}

.product-list .horizontal .product-wrapper .product-item .product-item-details-content ul {
    margin-bottom: 10px;
}
.product-list .horizontal .product-wrapper .product-item .product-item-details-content ul li {
    line-height: 0.9rem;
}

.product-list .horizontal .product-wrapper .product-item .product-item-details-content span {
    font-size: 0.9em;
}

.product-list .horizontal .product-wrapper .product-item .product-item-details-content .value {
    font-weight: 700;
}

.product-list .horizontal .product-wrapper .product-item .product-item-details-content .price {
    font-size: 1.2em;
    font-weight: 300;
    position: absolute;
    bottom: 10px;
}

.product-list .horizontal .product-stars {
    background-color: transparent;
}

.product-list .horizontal .product-stars img {
    width: 45%;
    max-height: 20px;
}

.product-list .horizontal .product-stars a:hover {
    text-decoration: none;
}

.product-list .horizontal .product-stars a:focus {
    outline:0px;
}

@media (max-width: 575.98px) {
    .products .product-list .product-disposition {
        margin-bottom: 15px;
        background-color: #ffffff;
        box-shadow: 0px 0px 8px #cfcfcf;
        height: 200px;
    }
    .products .product-list .horizontal .product-wrapper {
        padding-bottom: 30px;
    }

    .products .product-list .horizontal .product-wrapper .product-item {
        box-shadow: none;
        border-radius: 10px 10px 0 0;
        max-width: 100%;
        height: 145px;
    }

    .products .product-list .horizontal .product-wrapper .product-item .wrapper-img {
        height: 100%;
        width: 30%;
    }
    .products .product-list .horizontal .product-wrapper .product-item img {
        max-width: 100%;
        width: auto;
        max-height: 135px;
    }

    .products .product-list .horizontal .product-wrapper .product-item img.urgent {
        position: absolute;
        width: 10%;
        top: 30px;
        left: 5px;
    }

    .products .product-list .horizontal .product-wrapper .product-item .price {
        width: 100%;
        float: right;
        text-align: right;
        padding: 0;
        position: absolute;
        bottom: -55px;
    }

    .products .product-list .horizontal .product-wrapper .product-item .product-item-details {
        opacity: 1;
        background-color: transparent;
        width: 70% !important;
        right: 0;
    }

    .products .product-list .horizontal .product-wrapper .product-item .product-item-details h3{
        display: none;
    }
    .products .product-list .horizontal .product-wrapper .product-item .product-item-details .price{
        display: none;
    }

    .products .product-list .horizontal .product-wrapper .product-item .product-item-details-content {
        padding: 10px;
        color: #ffffff;
        margin-top: 15px;
    }

    .products .product-list .horizontal .product-wrapper .product-item .product-item-details-content h3 {
        font-size: 1.2em;
    }

    .products .product-list .horizontal .product-wrapper .product-item .product-item-details-content p {
        margin: 10px 0 5px;
        font-size: 0.6em;
        overflow: visible !important;
        white-space: normal !important;
        text-overflow: unset !important;
        color: #000000;
    }

    .products .product-list .horizontal .product-wrapper .product-item .product-item-details-content ul {
        margin-bottom: 10px;
        display: none;
    }
    .products .product-list .horizontal .product-wrapper .product-item .product-item-details-content ul li {
        line-height: 1.1rem;
    }

    .products .product-list .horizontal .product-wrapper .product-item .product-item-details-content span {
        font-size: 0.8em;
    }

    .products .product-list .horizontal .product-wrapper .product-item .product-item-details-content .value {
        font-weight: 700;
    }

    .products .product-list .horizontal .product-wrapper .product-item .product-item-details-content .price {
        font-size: 1.2em;
        font-weight: 300;
    }

    .products .product-list .horizontal .product-stars {
        background-color: #ffffff;
        position: absolute;
        width: 70%;
        bottom: -10px;
        left: 10px
    }

    .product-slider .horizontal .product-wrapper .product-item {
        height: 290px;
    }
    .product-slider .horizontal .product-wrapper .product-item .wrapper-img {
        height: 82%;
    }
    .product-slider .horizontal .product-wrapper .product-item img {
        max-height: 200px;
        width: auto;
        max-width: 100%;
    }

    .product-slider .horizontal .product-wrapper .product-item .product-item-details-content span {
        font-size: 0.7em;
    }

}

@media (min-width: 576px) {
    /* List */
    .product-list .horizontal .product-wrapper .product-item .product-item-details {
        font-size: 0.8em;
    }
    .product-list .horizontal .product-wrapper .product-item {
        height: 225px;
    }
    .product-list .horizontal .product-wrapper .product-item .wrapper-img {
        height: 77%;
    }
    .product-list .horizontal .product-wrapper .product-item img {
        max-height: 160px;
        width: auto;
        max-width: 85%;
    }
    .product-list .horizontal .product-wrapper .product-item img.urgent {
        width: 25%;
        left: 165px;
    }
    .product-list .horizontal .product-stars {
        margin-top: 0;
    }
    .product-list .horizontal .product-stars img {
        width: 60%;
        max-height: 20px;
    }
    /* Slider */
    .product-slider .horizontal .product-wrapper .product-item {
        height: 260px;
    }
    .product-slider .horizontal .product-wrapper .product-item .wrapper-img {
        height: 80%;
    }
    .product-slider .horizontal .product-wrapper .product-item img {
        max-height: 175px;
        width: auto;
        max-width: 75%;
    }
    .product-slider .horizontal .product-wrapper .product-item .product-item-details-content span {
        font-size: 0.7em;
    }
}

@media (min-width: 768px) {
    /* List */
    .product-list .horizontal .product-wrapper .product-item {
        height: 270px;
    }
    .product-list .horizontal .product-wrapper .product-item .wrapper-img {
        height: 80%;
    }
    .product-list .horizontal .product-wrapper .product-item img {
        max-height: 170px;
        width: auto;
        max-width: 85%;
    }
    .product-list .horizontal .product-wrapper .product-item img.urgent {
        width: 20%;
        left: 210px;
    }
    .product-list .horizontal .product-stars {
        margin-top: 3px;
    }
    .product-list .horizontal .product-stars img {
        width: 40%;
        max-height: 20px;
    }
    /* Slider */
    .product-slider .horizontal .product-wrapper .product-item {
        height: 260px;
    }
    .product-slider .horizontal .product-wrapper .product-item .wrapper-img {
        height: 80%;
    }
    .product-slider .horizontal .product-wrapper .product-item img {
        max-height: 180px;
        width: auto;
        max-width: 75%;
    }
    .product-slider .horizontal .product-wrapper .product-item .product-item-details-content span {
        font-size: 0.7em;
    }
}

@media (min-width: 992px) {
     /* List */
     .product-list .horizontal .product-wrapper .product-item .product-item-details {
        font-size: 0.8em;
    }
    .product-list .horizontal .product-wrapper .product-item {
        height: 270px;
    }
    .product-list .horizontal .product-wrapper .product-item .wrapper-img {
        height: 80%;
    }
    .product-list .horizontal .product-wrapper .product-item img {
        max-height: 170px;
        width: auto;
        max-width: 85%;
    }
    .product-list .horizontal .product-wrapper .product-item img.urgent {
        width: 20%;
        left: 260px;
    }
    .product-list .horizontal .product-stars {
        margin-top: 3px;
    }
    .product-list .horizontal .product-stars img {
        width: 40%;
        max-height: 20px;
    }

    /* Slider */
    .product-slider .horizontal .product-wrapper .product-item {
        height: 270px;
    }
    .product-slider .horizontal .product-wrapper .product-item .wrapper-img {
        height: 80%;
    }
    .product-slider .horizontal .product-wrapper .product-item img {
        max-height: 200px;
        width: auto;
        max-width: 95%;
    }
    .product-slider .horizontal .product-wrapper .product-item .product-item-details-content span {
        font-size: 0.9em;
    }
}

@media (min-width: 1200px) {
    /* List */
    .product-list .horizontal .product-wrapper .product-item {
        height: 225px;
    }
    .product-list .horizontal .product-wrapper .product-item .wrapper-img {
        height: 77%;
    }
    .product-list .horizontal .product-wrapper .product-item img {
        max-height: 160px;
        width: auto;
        max-width: 85%;
    }
    .product-list .horizontal .product-wrapper .product-item img.urgent {
        width: 30%;
        left: 125px;
    }
    .product-list .horizontal .product-stars {
        margin-top: 0;
    }
    .product-list .horizontal .product-stars img {
        width: 60%;
        max-height: 20px;
    }

    /* Slider */
    .product-slider .horizontal .product-wrapper .product-item {
        height: 270px;
    }
    .product-slider .horizontal .product-wrapper .product-item .wrapper-img {
        height: 80%;
    }
    .product-slider .horizontal .product-wrapper .product-item img {
        max-height: 200px;
        width: auto;
        max-width: 85%;
    }

}


/* ---------------------------------------------- */
/* ---------- Products List Vertical ---------- */
/* ---------------------------------------------- */

.product-list .vertical {
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0px 0px 8px #cfcfcf;
    margin-bottom: .75rem;
    padding-top: 0;
    padding-bottom: 40px;
}

.product-list .vertical .product-wrapper a:hover {
    text-decoration: none;
}

.product-list .vertical .product-wrapper a:focus {
    outline:0px;
}

.product-list .vertical .product-wrapper {
/*    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0px 0px 8px #cfcfcf;*/
}

.product-list .vertical .product-wrapper .product-item {
  position: initial;
  /*display: block;
  max-width: 25rem;*/
}

.product-list .vertical .product-wrapper .product-item h3 {
    font-weight: 700;
    font-size: 1.2em;
    margin-bottom: 0;
    padding: 10px 10px 0 10px;
}

.product-list .vertical .product-wrapper .product-item .wrapper-img {
    padding: 0 10px;
    max-width: 25%;
}

.product-list .vertical .product-wrapper .product-item img.urgent {
    position: absolute;
    width: 7%;
    top: 30px;
    right: 0;
    left: 10px;
}

.product-list .vertical .product-wrapper .product-item .price{
    display: none;
}

.product-list .vertical .product-wrapper .product-item .product-item-details {
    opacity: 1;
    background-color: transparent;
    border-radius: 10px;
    z-index: 1;
    color: #000000;
    width: 75% !important;
    position: absolute !important;
    top: 0;
    right: 0;
    padding-top: 20px;
}

.product-list .vertical .product-wrapper .product-item .product-item-details h3{
    padding: 0;

}
.product-list .vertical .product-wrapper .product-item .product-item-details .price{
    padding: 0;
    display: block;
}

.product-list .vertical .product-wrapper .product-item .product-item-details:hover {
    opacity: 0.9;
}

.product-list .vertical .product-wrapper .product-item .product-item-details-content {
    padding: 10px;
    color: #000000;
}

.product-list .vertical .product-wrapper .product-item .product-item-details-content h3 {
    font-size: 1.2em;
    display: none;
}

.product-list .vertical .product-wrapper .product-item .product-item-details-content p {
    margin: 2px 0 5px;
    font-size: 0.7em;
}

.product-list .vertical .product-wrapper .product-item .product-item-details-content .text-overflow {
    overflow: visible;
    white-space: normal;
}

.product-list .vertical .product-wrapper .product-item .product-item-details-content ul {
    margin-bottom: 10px;
}
.product-list .vertical .product-wrapper .product-item .product-item-details-content ul li {
    line-height: 0.9;
    /*display: inline-block;
    margin-right: 10px;*/
}

.product-list .vertical .product-wrapper .product-item .product-item-details-content span {
    font-size: 0.7em;
}

.product-list .vertical .product-wrapper .product-item .product-item-details-content .value {
    font-weight: 700;
}

.product-list .vertical .product-wrapper .product-item .product-item-details-content .price {
    font-size: 1.5em;
    font-weight: 400;
    position: absolute;
    right: 0;
}

.product-list .vertical .product-stars {
    position: absolute;
    bottom: -25px;
    left: 15px;
    width: 25%;
}

.product-list .vertical .product-stars img {
    width: 40%;
}

.product-list .vertical .product-stars a {
    margin-top: 15px;
}

@media (max-width: 575.98px) {
    .product-list .vertical .product-wrapper .product-item img.urgent {
        width: 10%;
    }
    .product-list .vertical .product-stars img {
        width: 100%;
    }
    .product-list .vertical,
    .product-list .vertical .product-wrapper .product-item {
        height: 190px;
    }

    .product-list .vertical .product-wrapper .product-item .wrapper-img {
        height: 70%;
    }

    .product-list .vertical .product-wrapper .product-item .wrapper-img img {
        max-height: 115px;
    }

    .product-list .vertical .product-wrapper .product-item .product-item-details-content .price {
        top: 150px;
        right: 15px;
    }
}

@media (min-width: 576px) {
    .product-list .vertical .product-stars img {
        width: 75%;
    }
    .product-list .vertical .product-stars a {
        margin-top: 10px;
    }
    .product-list .vertical,
    .product-list .vertical .product-wrapper .product-item {
        height: 190px;
    }

    .product-list .vertical .product-wrapper .product-item .wrapper-img {
        height: 70%;
    }

    .product-list .vertical .product-wrapper .product-item .wrapper-img img {
        max-height: 115px;
    }

    .product-list .vertical .product-wrapper .product-item .product-item-details-content .price {
        top: 150px;
        right: 15px;
    }

}

@media (min-width: 768px) {
    .product-list .vertical .product-stars img {
        width: 60%;
    }
    .product-list .vertical .product-stars a {
        margin-top: 10px;
    }
    .product-list .vertical,
    .product-list .vertical .product-wrapper .product-item {
        height: 190px;
    }

    .product-list .vertical .product-wrapper .product-item .wrapper-img {
        height: 70%;
    }

    .product-list .vertical .product-wrapper .product-item .wrapper-img img {
        max-height: 115px;
    }

    .product-list .vertical .product-wrapper .product-item .product-item-details-content .price {
        top: 150px;
        right: 15px;
    }
}

@media (min-width: 992px) {
    .product-list .vertical,
    .product-list .vertical .product-wrapper .product-item {
        height: 215px;
    }

    .product-list .vertical .product-wrapper .product-item .wrapper-img {
        height: 70%;
    }

    .product-list .vertical .product-wrapper .product-item .wrapper-img img {
        max-height: 140px;
    }

    .product-list .vertical .product-wrapper .product-item .product-item-details-content .price {
        top: 175px;
        right: 15px;
    }
    .product-list .vertical .product-stars a {
        margin-top: 15px;
    }
}

@media (min-width: 1200px) {
    .product-list .vertical,
    .product-list .vertical .product-wrapper .product-item {
        height: 245px;
    }

    .product-list .vertical .product-wrapper .product-item .wrapper-img {
        height: 80%;
    }

    .product-list .vertical .product-wrapper .product-item .wrapper-img img {
        max-height: 165px;
    }

    .product-list .vertical .product-wrapper .product-item .product-item-details-content .price {
        top: 205px;
        right: 15px;
    }

    .product-list .vertical .product-stars a {
        margin-top: 18px;
    }
}

.product-list .vertical .product-stars a:hover {
    text-decoration: none;
}

.product-list .vertical .product-stars a:focus {
    outline:0px;
}


/* ------------------------------------------------ */
/* ---------- Product Seller details Tab ---------- */
/* ------------------------------------------------ */

.product .seller-details-tab {
    width: 240px;
    background-image: url(../img/bg-black-flap.png);
    background-position: left;
    background-repeat: no-repeat;
    position: absolute;
    left: -50px;
    height: 100%;
    top: 0;
    color: #fff;
}

.product .seller-details-tab.deploy {
    left: -235px;
}

.product .seller-details-tab a.show-content {
    transform: rotate(-90deg);
    position: absolute;
    top: 80px;
    left: -25px;
    font-size: 1.7em;
    color: #ffffff;
}
.product .seller-details-tab a.show-content:hover {
    color:#f9b000;
}

.product .seller-details-tab a.show-content:focus {
    outline:0px;
}

.product .seller-details-tab a.hide-content {
    position: absolute;
    top: 23px;
    left: 220px;
    font-size: 1.2em;
    color: #ffffff;
}

.product .seller-details-tab a.hide-content:hover {
    color:#f9b000;
}
.product .seller-details-tab a.hide-content:focus {
    outline:0px;
}

.product .seller-details-tab .seller-avatar {
    position: absolute;
    top: 50px;
    left: 55px;
}

.product .seller-details-tab .seller-avatar img {
    max-height: 50px;
    max-width: 50px;
    float: left;
    margin-right: 10px;
}
.product .seller-details-tab .seller-avatar h2 {
    float: left;
    font-size: 1.5em;
    clear: right;
    width: 125px;
    margin-bottom: 0;
}
.product .seller-details-tab .seller-avatar span {
    float: left;
    font-size: 1em;
    margin-top: 5px;
}

.product .seller-details-tab .seller-description {
    position: absolute;
    top: 105px;
    left: 55px;
    width: 170px;
    font-size: 0.9em;
}

.product .seller-details-tab .seller-description p {
    margin: 2px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.product .seller-details-tab .seller-description i {
    font-size: 1.4em;
}

.product .seller-details-tab .seller-description .list-group-item:first-child {
    border-radius: 0;
}

.product .seller-details-tab .seller-description .list-group-item {
    background-color: #000;
    padding: .40rem 1.25rem .50rem 0;
    border-top: 1px solid #ffffff;
    margin-bottom: 0;
}

.product .seller-details-tab .seller-description .list-group-item a {
    color: #fff;
    position: initial;
    font-size: 1em;
    color: #fff;
    display: block;
}

.product .seller-details-tab .seller-description .list-group-item a:hover {
    color: #f9b000 ;
}

.product .seller-details-tab .seller-description .seller-premium i{
    color: #9c7a00;
}

/* ------------------------------------------------ */
/* ---------- Product Seller details ---------- */
/* ------------------------------------------------ */

.product .seller-details {
    background-color: #000;
    border-radius: 10px;
    color: #fff;
}

.product .seller-details h2 {
    font-size: 1.5em;
    font-weight: 400;
}

.product .seller-details h3 {
    font-size: 1.3em;
}

.product .seller-details p {
    margin: 20px 0;
}

.product .seller-details .seller-premium i{
    color: #f9b000;
    font-size: 1.3em;
}

.product .seller-details .list-group-item:first-child {
    border-top: none;
}

.product .seller-details .list-group-item {
    background-color: #000;
    padding: .40rem 1.25rem .50rem 0;
    border-top: 1px solid #ffffff;
    margin-bottom: 0;
}

.product .seller-details .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.product .seller-details .list-group-item a {
    color: #fff;
    font-size: 1em;
    color: #fff;
    display: block;
}

.product .seller-details .list-group-item a:hover {
    color: #f9b000 ;
}

.product .seller-details .seller-premium i{
    color: #9c7a00;
}

@media (max-width: 575.98px) {
    .product .seller-details {
        border-radius: 0;
    }
}


/* -------------------------------------- */
/* ---------- Product Carousel ---------- */
/* -------------------------------------- */

.product .carousel-inner {
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0px 0px 8px #cfcfcf;
    height: 500px;
}

.product .carousel-inner .carousel-item,
.product .carousel-inner .carousel-item div {
    height: 100%;
}

.product .carousel-inner .carousel-item div a:focus {
    outline: 0;
}

.product .carousel-indicators {
    bottom: -5px;
}
.product .carousel-indicators li {
    text-indent: 0;
    padding: 7px;
    width: 64px;
    height: 64px;
    background-color: rgba(0,0,0,.5);
}

.product .carousel-indicators li:hover {
    cursor: pointer;
}

.product .carousel-indicators .active {
    background-color:#000000;
}

.product .carousel-indicators li .wrapper-img {
    height: 60px;
    width: 60px;
    margin:-5px;
    background-color: #ffffff;
}

.product .carousel-indicators li img {
    max-height: 55px;
    max-width: 55px;
}

@media (max-width: 575.98px) {
    .product .carousel-inner {
        border-radius: 0;
        background-color: #ffffff;
        box-shadow: none;
        height: 375px;
    }
    .product .carousel-inner .carousel-item div a {
        margin-top: -70px;
    }
    .product .product-gallery h1 {
        font-size: 1.7em;
    }
}

/* ------------------------------------ */
/* ---------- Product detail ---------- */
/* ------------------------------------ */

.product .product-detail {
    margin-top: .9rem;
}

.product .product-detail h1{
    font-size: 1.5em;
}

.product .product-detail h2{
    font-size: 1.4em;
    font-weight: 700;
}

.product .product-detail a.btn {
    font-size: 1em;
    font-weight: 700;
    padding-bottom: .275rem;
}

.product .product-detail i {
    font-size: 1.5em;
}

.product .product-detail p {
    border-top: 1px solid #dee2e6;
}

@media (max-width: 575.98px) {
    .product .product-detail h2{
        font-size: 4em;
        font-weight: 400;
    }
    .product .product-detail h3 {
        font-size: 1.5em;
        font-style: italic;
        margin-top: 20px;
        font-weight: 400;
        border-top: 1px solid #000000;
        padding-top: 15px;
    }
    .product .product-detail p {
        border-top: none;
    }
}

@media only screen and (min-width: 768px) {
    .product .product-detail {
        margin-top: 0;
    }
}

/* ----------------------------------------- */
/* ---------- Product description ---------- */
/* ----------------------------------------- */

.product .product-description .nav-link {
    background-color: gainsboro;
    border-top-left-radius: .7rem;
    border-top-right-radius: .7rem;
}
.product .product-description .nav-link:hover {
    color: #000000;
}

.product .product-description .nav-link.active {
    background-color: #f6f6f6;
    color: #000000;
    border-color: #f6f6f6 #f6f6f6 #f6f6f6;
    font-weight: 700;
    cursor: default;
}

.product .product-description .nav-link:focus {
    outline: 0;
}

.product .product-description .tab-content > .tab-pane {
    background-color: #f6f6f6;
}

.product .product-description dt,
.product .product-description dd{
    float: left;
}
.product .product-description dt {
    clear: left;
    margin-right: .3rem;
}

@media (max-width: 575.98px) {
    .product .product-description .tab-content {
        margin-top: -35px;
    }

    .product .product-description .tab-content > .tab-pane {
        display: block;
        background-color: #ffffff;
        padding: 0 !important;
    }

    .product .product-description .tab-content > .tab-pane h3 {
        font-size: 1.5em;
        font-style: italic;
        margin-top: 20px;
        font-weight: 400;
        border-top: 1px solid #000000;
        padding-top: 15px;
    }


    .product .product-description .tab-content .fade {
        opacity: 1;
    }
}


.create_offer_form_box{
    display: none;
    border-radius: 10px;
    background-color: white;
    height: 300px;
    width: 200px;
    position: absolute;
    z-index: 10;
    top: 70px;
    left: 15px;
    box-shadow: 0px 0px 8px #cfcfcf;
}

.create_offer_form_box .close_button{
    float: right;
    margin-right: 10px;
    margin-top: 10px;
    cursor: pointer;
}
.create_offer_form_box .create_offer_form{
    float: left;
    padding: 10px;
}
.create_offer_form_box .create_offer_form textarea{
    resize: none;
    height: 100px;
}

.create_offer_form_box .create_offer_form input,
.create_offer_form_box .create_offer_form textarea{
    background-color: #f1f1f1;
    border: none;
    padding: 10px;
    margin:10px 0px;
}

.create_offer_form_box .create_offer input::placeholder,
.create_offer_form_box .create_offer textarea::placeholder{
    color: #AAA;
}

.create_offer_form_box .create_offer_form input.btn-submit-offer{
    float: right;
    background-color: #f9b000;
    border-color: #f9b000;
    opacity: 0.8;
    color: #000000;
}

.create_quote_request_form_box{
    display: none;
    border-radius: 10px;
    background-color: white;
    height: 300px;
    width: 200px;
    position: absolute;
    z-index: 10;
    top: 70px;
    left: 15px;
    box-shadow: 0px 0px 8px #cfcfcf;
}

.create_quote_request_form_box .close_button{
    float: right;
    margin-right: 10px;
    margin-top: 10px;
    cursor: pointer;
}
.create_quote_request_form_box .create_quote_request_form{
    float: left;
    padding: 10px;
}
.create_quote_request_form_box .create_quote_request_form textarea{
    resize: none;
    height: 100px;
}

.create_quote_request_form_box .create_quote_request_form input,
.create_quote_request_form_box .create_quote_request_form textarea{
    background-color: #f1f1f1;
    border: none;
    padding: 10px;
    margin:10px 0px;
}

.create_quote_request_form_box .create_quote_request input::placeholder,
.create_quote_request_form_box .create_quote_request textarea::placeholder{
    color: #AAA;
}

.create_quote_request_form_box .create_quote_request_form input.btn-submit-quote_request{
    float: right;
    background-color: #f9b000;
    border-color: #f9b000;
    opacity: 0.8;
    color: #000000;
}