
@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.product-section {
    background: url('./media/bg1.jpg') no-repeat #f3f3f5;
    background-position: right 150px;
}

.item-slick.slick-slide.slick-current.slick-active {
    outline: none !important;
}

.slider-for {
    margin-bottom: 15px;
}

/* .slider-for . */
/* 
img {
    width: 100%;
    min-height: 100%;
} */

.slider-nav-v {
    margin: auto;
    margin-left: -15%;
}

.slider-nav-v .item-slick {
    /* max-width: 240px; */
    /* margin-right: 15px; */
    outline: none !important;
    cursor: pointer;
}

.slider-nav-v .item-slick img {
    max-width: 180px;
    width: auto;
    /* background-size: cover;
    background-position: center; */
}

.slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 50;
    margin-top: -12px;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}


.tab {
    overflow: hidden;
    border: none;
    border-radius: 0;
    background-color: white;
    display: flex;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 22px 16px;
    transition: 0.3s;
    font-size: 19px;
    font-weight: 300;
    width: 100%;
    border-radius: 0;
    border-bottom: 1px solid #cbcccd;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #FFC500;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #fff;
    border-bottom: 1px solid #FFC500;
    border-radius: 0;
    font-weight: 600;

}

/* Style the tab content */
.tabcontent {
    border: none;
    animation: fadeEffect 1s;
    min-height: 400px;
    background-color: #fff;
    /* Fading effect takes 1 second */
}

.product-heading h2 {
    font-family: 'Poppins';
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    font-size: 31px;
    position: relative;
    display: inline-block;
}

.product-heading h3 {
    font-family: 'Poppins';
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    font-size: 24px;
    position: relative;
    display: inline-block;
}

.product_in_stock {}

.storage-minus-icon {
    text-align: center;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.storage-plus-icon {
    text-align: center;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.storage-minus-icon:hover {
    cursor: pointer;
}

.storage-plus-icon:hover {
    cursor: pointer;
}

.plus-sign-image {
    width: 14px;
}

.manualNumber {
    width: -webkit-fill-available;
    width: fill-available;
    border: none !important;
    text-align: center !important;
    width: -moz-available;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.search_button {
    border-radius: 0;
}

.in-stock {
    color: #1DB057;
    font-size: 16px;
    font-weight: 600;
}

.textbox-date {
    border-radius: 0 !important;
}

.textbox-date:focus {
    border-radius: 0 !important;
    outline: 1px;
}

.product_country_state {
    font-size: 17px;
    font-weight: 600;
    color: #000;
}

.product_pricing {
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.operator_support {
    color: #000;
}

.operator {
    font-weight: 300 !important;
    background: #fff;
}

.item-slick-main {
    /* height: 550px; */
    background: #fff;
    display: flex !important;
    justify-content: center;
    align-items: center;

}

.item-slick-main>img {
    height: 100%;
    width: auto;
}

.tabcontent p {
    margin-bottom: 1.5em !important;
}

.tabcontent ul {
    list-style: disc !important;
    margin: 0 0 1.5em 3em !important;
    /* padding-inline-start: 40px !important; */
}

.related-product {}

.start_date {
    display: block;
}

.end_date {
    display: block;
}

.fa-cart-plus {
    font-size: 24px;
    padding-right: 5px;

}

@media only screen and (max-width: 1024px) {
    .slider-nav-v .item-slick {

        width: auto !important;
        height: 100px;
        margin-right: 10px;
    }

    .slider-nav-v .item-slick img {
        max-width: 180px;
        width: auto;
        height: 100%;
        /* background-size: cover;
    background-position: center; */
    }

}



/* Go from zero to full opacity */
table.yellowTable {
    border: 1px solid #1C6EA4;
    background-color: #EEEEEE;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
  }
  table.yellowTable td, table.yellowTable th {
    border: 1px solid #AAAAAA;
    padding: 3px 2px;
  }
  table.yellowTable tbody td {
    font-size: 13px;
  }
  table.yellowTable tr:nth-child(even) {
    background: #D0E4F5;
  }
  table.yellowTable thead {
    background: #FFC500;
    background: -moz-linear-gradient(top, #ffd340 0%, #ffca19 66%, #FFC500 100%);
    background: -webkit-linear-gradient(top, #ffd340 0%, #ffca19 66%, #FFC500 100%);
    background: linear-gradient(to bottom, #ffd340 0%, #ffca19 66%, #FFC500 100%);
    border-bottom: 2px solid #444444;
  }
  table.yellowTable thead th {
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    border-left: 2px solid #D0E4F5;
  }
  table.yellowTable thead th:first-child {
    border-left: none;
  }
  
  table.yellowTable tfoot {
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    background: #F0F500;
    background: -moz-linear-gradient(top, #f4f740 0%, #f1f619 66%, #F0F500 100%);
    background: -webkit-linear-gradient(top, #f4f740 0%, #f1f619 66%, #F0F500 100%);
    background: linear-gradient(to bottom, #f4f740 0%, #f1f619 66%, #F0F500 100%);
    border-top: 2px solid #444444;
  }
  table.yellowTable tfoot td {
    font-size: 14px;
  }
  table.yellowTable tfoot .links {
    text-align: right;
  }
  table.yellowTable tfoot .links a{
    display: inline-block;
    background: #1C6EA4;
    color: #FFFFFF;
    padding: 2px 8px;
    border-radius: 5px;
  }