@import url(general.css);

.container__livePriceProduct {
    width: 98%;
    margin: auto;
    overflow-y: auto;
    margin-top: 15vh;
}

.productsPricesBox {
    height: auto;
    padding: 1rem;
    background: #2e2e2e;
    border-radius: 20px;
    /* padding: 0 1rem; */
}

.productsPricesBox__right--item {
    background-color: #707070;
    width: 100%;
    float: right;
    text-align: center;
    padding: 5px 0;
    color: white;
    transition: all .3s;
    border-bottom: 3px solid #2e2e2e;
}

.productsPricesBox__right--item:first-child {
    /* border-top-left-radius: 20px; */
    border-top-right-radius: 20px;
}

.productsPricesBox__right--item:last-child {
    /* border-bottom-left-radius: 5px; */
    border-bottom-right-radius: 20px;
}

.productsPricesBox__right--item:hover {
    background-color: #8d8989;
    /* color: white; */
}

.productsPricesBox__right--item.active {
    background-color: #8cbfef;
    color: black;
    font-weight: bold;
}

.productsPricesBox__left {
    box-shadow: 0 0 18px black;
    background-color: #8cbfef;
    padding: 12px;
    border-radius: 20px;
}

.factoryBox {
    width: 85%;
    height: auto;
    /* background: #cbcbcb; */
    /* padding: 5px 20px; */
    /* border-radius: 5px; */
    float: left;
    /* padding-right: 1rem; */
}

.factoryBox .factoryBox--item {
    background-color: rgb(131 131 131);
    width: auto;
    padding: 6px 7px;
    transition: all .3s;
    color: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    /* border-radius: 5px; */
    box-shadow: 0 0 3px #c5c5c5;
}

.factoryBox .factoryBox--item:hover {
    background-color: #9d9b9b;
    color: white;
}

.factoryBox .factoryBox--item.active {
    background-color: #f7f6f6;
    color: black;
    font-weight: bold;
}


.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: .5;
}

.owl-item {
    padding: 6px 0;
}

/* background: #ff0000; */
/* padding: 6px 0; */
/* border-radius: 5px; */
/* margin-bottom: 1rem; */

.priceBox {
    /* border-radius: 5px; */
    background-color: #f7f6f6;
    /* margin-top: .3rem; */
    display: flex;
    padding: 00;
    /* box-shadow: 0 0 7px #00000052; */
}

#tab2 {
    padding: 0;
    /* min-height:  430px; */
}

.subGroupBox {
    width: 15%;
    height: auto;
    display: flex;
    flex-direction: column;
    direction: ltr;
    background: #8cbfef;
    /* padding-left: 1.3px; */
    padding-top: 1rem;
}

.subGroupBox a {
    padding: 5px 0;
    background: #747474;
    text-align: center;
    /* border-radius: 2px; */
    margin: 0 0 8px 0;
    color: white;
    transition: all .3s;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    box-shadow: 0 0 1px #00000078;
}

.subGroupBox a:hover {
    background-color: #8d8989;
    color: white;
}

.subGroupBox a.active {
    background-color: #f7f6f6;
    color: black;
    font-weight: bold;
}

.priceBox__table {
    width: 83%;
    border-radius: 7px;
    height: auto;
    padding-right: 1rem;
    padding: 1rem 0px;
    /* border-bottom-right-radius: 10px; */
}

.priceBox__table thead {
    background: #7192BC;
    color: #1a232c;
}

.priceBox__table--item {
    background: #ffffff;
    display: flex;
    padding: 1rem;
    border-radius: 7px;
}

.productsPricesBox__group {
    padding-left: 0;
    padding-top: 1rem;
    z-index: 2;
}

.priceBox__addCart {
    color: var(--blue);
    background: none;
}

.priceBox__addCart__mask {
    width: 100%;
    height: 100vh;
    background-color: rgba(1, 5, 23, 0.394);
    position: fixed;
    right: 0;
    z-index: 1000;
    top: 0px;
    display: none;
    align-items: center;
    justify-content: center;
}

.priceBox__addCart__mask--box {
    width: 30%;
    height: auto;
    background-color: rgb(218, 218, 218);
    padding: 2rem;
    z-index: 5;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.216);
}

.priceBox__addCart__mask--box input {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    text-align: center;
    border-radius: 5px;
    border: none;
    outline: none;

}

.priceBox__addCart__mask--box button {
    width: 100%;
    height: 40px;
    text-align: center;
    border-radius: 5px;
    border: none;
    background-color: var(--blue);
    outline: none;
    margin-top: .5rem;
}

.priceBox__addCart__mask--out {
    width: 100%;
    height: 100%;
    position: absolute;
}

.cart {
    padding: 10px;
    box-shadow: 0 0 10px #ffffff;
    background-color: #fff;
    border-radius: 6px;
    width: 200px;
    height: 60px;
    margin-bottom: 20px;
}

.cart_count {
    border-radius: 1000px;
    width: 30px;
    height: 30px;
}
.products_select_options,
.draft_select_options{
    border: none;
    outline: none;
}
.products_select_options option,
.draft_select_options option{
    border: none;
    background-color: transparent;
    outline: none;
}




.slider-section {
    width: 85%;
    float: left;
}

.slider-section h1 {
    color: #ccc;
    margin-bottom: 30px;
    font-size: 20px;
}

.cards {
    font-size: 0;
    white-space: nowrap;
}

.card-outter {
    display: inline-block;
    padding-left: 5px;

}

.card-outter.active .card {
    background: white;
    
}

.card-outter.active .card a{
    color: black;
}

.card {
    background: #747474;
    width: 40px;
    /* padding: 60px 0; */
    height: 130px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: none;
}

.card .title {
    font-size: 16px;
    transform: rotate(-90deg);
    color: white;
}

.card .description {
    font-size: 12px;
    margin: 0;
}

.slider-container {
    position: relative;
    overflow: hidden;
    /* margin: 0 -20px; */

}

.slider {
    transition: transform 0.2s ease-out;
}

.slider.active {
    transition: none;
}

.slider.active,
.slider.active a {
    cursor: grab;
}

.slider.active+.slider-indicator-bar .slider-indicator {
    transition: none;
}

.slider-indicator-bar {
    position: relative;
    height: 5px;
    width: 100px;
    margin: 30px auto 0;
    background: #313131;
    border-radius: 2px;
}

.slider-indicator-bar .slider-indicator {
    position: absolute;
    left: 0;
    content: "";
    height: 6px;
    background-color: #505050;
    border-radius: 2px;
    transition: left 0.2s ease-in-out;
}

.slider-arrow {
    display: block;
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 30px;
    height: 30px;
    background: #ccc;
    border: 1px solid #888;
    border-radius: 50%;
    cursor: pointer;
    transform: translateY(-100%);
    transition: opacity 0.2s ease-in-out;
    box-shadow: 0 0 7px 0 rgba(34, 34, 34, 0.4);
}

.slider-arrow:hover {
    box-shadow: 0 0 7px 0 rgba(34, 34, 34, 0.8);
}

.slider-arrow:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: verdana;
    font-size: 18px;
    color: #888;
}

.slider-arrow.disabled {
    opacity: 0;
}

@media screen and (max-width: 992px) {
    .container__livePriceProduct {
        margin: 130px 0;
    }
}


/* ------------------------------------placeholder---------------------------------- */
/* .d-none-special{
    display: none !important;
 }
 
.animated-bg{
	background-image: linear-gradient(
		to right,
		#f6f7f8 0%,
		#edeef1 10%,
		#f6f7f8 20%,
		#f6f7f8 100%
	);
	background-size: 200% 100%;
	animation: bgPos 1s linear infinite;
}

.animated-bg-text{
	border-radius: 50px;
	display: inline-block;
	margin: 0;
	height: 10px;
	width: 100%;
}

@keyframes bgPos {
	0% {
		background-position: 50% 0;
	}
	100%{
		background-position: -150% 0;
	}
} */