.carusel {
  padding-right:0;
  padding-left:0;

}
.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    margin: auto;
    text-align: center;
    font-family: arial;
    margin-bottom: 10px;
    width: 100%;
    float: left;

    
}

.card .image-wrapper{
min-height:250px;
margin-bottom:10px;
position: relative;


}

.card .image-wrapper .image{
text-align: center;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
max-width: 100%;
width: auto;
height: 250px;
cursor:pointer;

}


.card .title-wrapper{
padding-top:10px;
min-height:73px;
max-height:73px;
overflow: hidden;
margin-bottom:10px;
}

h4{
font-size:18px;
line-height:20px;

}

.card .price-wrapper{
min-height:39px;
max-height:39px;
line-height:39px;


}

.AddProductCard_Large .image-wrapper .image{
text-align: center;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
max-width: 100%;
width: auto;
height: 300px;
cursor:pointer;
}

.AddProductCard_Large h4{
margin-top:0px;
}


.card-img-link{


}

.noshade{

 box-shadow: none;

}

.card-img {

    width: 100%;
    height: auto;
    max-width: 350px;


}

.stars{
height:20px;
}

.price {
    color: #FF0000;
    font-size: 22px;
}



.card button {
    border: none;
    outline: 0;
    padding: 12px;
    color: white;
    background-color: #3055BF;
    text-align: center;
    cursor: pointer;
    width: 150px;
    margin-bottom: 10px;
    margin-left:auto;
    margin-right:auto;
    font-size: 18px;
    border-radius: 8px;
}



    .card button:hover {
        /*opacity: 0.7;*/
        background-color: #FF0000;
        color: white;
    }



@media screen and (max-width: 950px) {


.products-wrapper{
max-width:100%;
}

}



@media screen and (max-width: 768px) {
    .card {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }

   .card .image-wrapper .image{
text-align: center;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
max-width: 100%;
width: auto;
height: 500px;
   }

.products-wrapper{
max-width:100%;
}

.AddProductCard_Large .image-wrapper .image{
text-align: center;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
max-width: 100%;
width: auto;
height: 500px;
cursor:pointer;
}

}



.AddProductCard_Large {
    background-color: none;
}

.AddProductCard_Large-img-container {
    padding: 10px;
    align-content: center;
}

.container-largecard {
    margin: 0px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 5px;
    margin-top: 5px;
    width:100%;
}

.button-largecard {
    border: none;
    outline: 0;
    padding: 12px;
    color: white;
    background-color: #FF0000;
    text-align: center;
    cursor: pointer;
    width: 150px;
    margin-bottom: 10px;
    font-size: 18px;
    border-radius: 8px;
}

    .button-largecard:hover {
        /*opacity: 0.7;*/
        background-color: #990000;
        color: white;
    }



.products-wrapper {
    background-color: none;
    padding-left:0;
    padding-right:0;
}

.products-wrapper .path{
   font-size:14px;
   margin-bottom:50px;
}

.products-wrapper .path a{
   font-size:14px;
   color:#3055BF;
}

.products-wrapper .path a:hover{
   font-size:14px;
   color:#3055BF;
   text-decoration-line: underline;
   text-decoration-color: rgba(48,85,191,0.3);
   text-decoration-style: solid;
}

.filters-wrapper {
    background-color: none;
    height: auto;
}

.display-products-bar {
    background-color: #eee;
    height: 38px;
    width:100%;
    margin-bottom: 10px;
    margin-top: 10px;
    padding:2px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.display-products-header {
    
    height: 60px;
    width:100%;
    margin-bottom: 10px;
    margin-top: 10px;
    padding:2px;
    
}
.display-products-wrapper {
    height: auto;
    background-color: none;
    padding-top:10px;
    padding-left:5px;
    padding-right:5px;
    margin-left:0;
    margin-right:0;
}

.grid-selectors {
    float: left;
    background-color: none;
    
}

.grid-selectors img {
        margin:2px;
        cursor: pointer;
	height:30px;
}

.grid-selectors img:hover {
        cursor: pointer;
}


.wrapper-sort-button{
border-radius: 5px;
border: 1px solid rgba(0, 0, 0, 0.1);
position:relative;
background-color:#FFFFFF;
display:block;
float: right;
width:150px;
margin:2px;

}

.sort-button {
    position:relative;
    background-color: none;
    min-width: 135px;
    margin: 2px;
    border: none;
   
}
.sort-select-button:hover {
        background-color: none;

    }
    /*
            Filter Card CSS
        */
    .filter-card {
        width: 100%; 
        display: flex; 
        flex-direction: column; 
        border-left:1px solid rgba(0, 0, 0, 0.2);
        border-top:1px solid rgba(0, 0, 0, 0.2);
        border-right:1px solid rgba(0, 0, 0, 0.2);
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
        border-radius: 4px; 
        overflow: hidden; 
        margin: 5px; 
    }

/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/

.filter-card-header {
    color: black;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    border-bottom:1px solid rgba(0, 0, 0, 0.1);
    background-color: #eee;
    padding: 5px 10px;
}

.filter-card-main {
    display: flex; 
    flex-direction: column; 
    justify-content: center; 
    align-items: center; 
    padding: 15px 0; 
}

/*Filter Card CSS END*/

/*Etichete*/
.container-tags {
    /*overflow: hidden;*/
    padding: 2px;
}

.tag {
    float: left;
    background-color: none;
    border: 1px solid grey;
    color: grey;
    padding: 2px;
    text-align: center;
    margin: 2px;
    border-radius: 8px;
}

    .tag:hover, .tag:focus {
        background-color: lightskyblue;
        color: black;
        cursor: pointer;
    }

/*Etichete END*/


/*Categories Left Side Card*/
#categories-dropdown-menu {
    list-style: none;
    padding: 0;
}

    #categories-dropdown-menu li {
        display: block;
        background-color: none;
        font-weight: bold;
        margin: 1px;
        cursor: pointer;
        padding: 5px 5px 5px 7px;
    }

    #categories-dropdown-menu ul {
        list-style: none;
        padding: 0;
        display: none;
    }

        #categories-dropdown-menu ul li {
            font-weight: normal;
            background-color: #fff;
            padding: 0 0 0 10px;
            color:#444444;
        }

        #categories-dropdown-menu li:hover {
            text-decoration-color:rgba(48,85,191,0.3);
 	    text-decoration-line: underline;;
            text-decoration-style: solid;
            color:#3055BF;
        }

    #categories-dropdown-menu a {
        color: black;
        text-decoration: none;
    }

        #categories-dropdown-menu a:hover {
            margin-left: 5px;
            text-decoration-color:rgba(48,85,191,0.3);
 	    text-decoration-line: underline;;
            text-decoration-style: solid;
            color:#3055BF;
        }



.categories-dropdown-menu-header {
    color: #444444;
    text-align: left;
    font-size: 14px;
    background-color: none;
    padding: 5px 10px;
}
.categories-dropdown-menu-expandable-plus-sign {
    float: right;
    font-size: 14px;
    color: darkgrey;
}
/*Categories Left Side Card END*/

/*Manufacturers Left Sider Checkboxes*/
.manufacturers-checkbox-container {
    color: #444444;
    text-align: left;
    font-size: 14px;
    background-color: none;
    padding: 5px 10px;

}
#manufacturer-filter-button {
    width: 40.5%;
    background-color: #eee;
    border: 1px solid rgba(0, 0, 0, 0.1);
    min-width: 40%;
    display: inline-block;
    height: 32px;
    border-radius: 5px;
    float: left;
    color: black;
    margin-bottom: 20px;
    font-size: 16px;
}

#manufacturer-filterall-button {
    width: 55.5%;
    background-color: #eee;
    border: 1px solid rgba(0, 0, 0, 0.1);
    min-width: 40%;
    display: inline-block;
    height: 32px;
    border-radius: 5px;
    float: right;
    color: black;
    margin-bottom: 20px;
    font-size: 16px;
}
/*Manufacturers Left Sider Checkboxes END*/











/*Product Detail Page*/

body {
    margin-top: 20px;
    background: none;
}


.product-content {
    border: 1px solid #dfe5e9;
    margin-bottom: 20px;
    margin-top: 12px;
    background: #fff
}

    .product-content .carousel-control.left {
        margin-left: 0
    }

    .product-content .product-image {
        background-color: #fff;
        display: block;
        min-height: 238px;
        overflow: hidden;
        position: relative
    }

    .product-content .product-deatil {
        border-bottom: 1px solid #dfe5e9;
        padding-bottom: 17px;
        padding-left: 16px;
        padding-top: 16px;
        position: relative;
        background: #fff
    }

        .product-content .product-deatil h5 a {
            color: #2f383d;
            font-size: 15px;
            line-height: 19px;
            text-decoration: none;
            padding-left: 0;
            margin-left: 0
        }

            .product-content .product-deatil h5 a span {
                color: #9aa7af;
                display: block;
                font-size: 13px
            }

        .product-content .product-deatil span.tag1 {
            border-radius: 50%;
            color: #fff;
            font-size: 15px;
            height: 50px;
            padding: 13px 0;
            position: absolute;
            right: 10px;
            text-align: center;
            top: 10px;
            width: 50px
        }

        .product-content .product-deatil span.sale {
            background-color: #21c2f8
        }

        .product-content .product-deatil span.discount {
            background-color: #71e134
        }

        .product-content .product-deatil span.hot {
            background-color: #fa9442
        }

    .product-content .description {
        font-size: 12.5px;
        line-height: 20px;
        padding: 10px 14px 16px 19px;
        background: #fff
    }

    .product-content .product-info {
        padding: 11px 19px 10px 20px
    }

        .product-content .product-info a.add-to-cart {
            color: #2f383d;
            font-size: 13px;
            padding-left: 16px
        }

    .product-content name.a {
        padding: 5px 10px;
        margin-left: 16px
    }

.product-info.smart-form .btn {
    padding: 6px 12px;
    margin-left: 12px;
    margin-top: -10px
}

.product-entry .product-deatil {
    border-bottom: 1px solid #dfe5e9;
    padding-bottom: 17px;
    padding-left: 16px;
    padding-top: 16px;
    position: relative
}

    .product-entry .product-deatil h5 a {
        color: #2f383d;
        font-size: 15px;
        line-height: 19px;
        text-decoration: none
    }

        .product-entry .product-deatil h5 a span {
            color: #9aa7af;
            display: block;
            font-size: 13px
        }

.load-more-btn {
    background-color: #21c2f8;
    border-bottom: 2px solid #037ca5;
    border-radius: 2px;
    border-top: 2px solid #0cf;
    margin-top: 20px;
    padding: 9px 0;
    width: 100%
}

.product-block .product-deatil p.price-container span,
.product-content .product-deatil p.price-container span,
.product-entry .product-deatil p.price-container span,
.shipping table tbody tr td p.price-container span,
.shopping-items table tbody tr td p.price-container span {
    color: #21c2f8;
    font-family: Lato, sans-serif;
    font-size: 24px;
    line-height: 20px
}

.product-info.smart-form .rating label {
    margin-top: 0
}

.product-wrap .product-image span.tag2 {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    padding: 10px 0;
    color: #fff;
    font-size: 11px;
    text-align: center
}

.product-wrap .product-image span.sale {
    background-color: #57889c
}

.product-wrap .product-image span.hot {
    background-color: #a90329
}

.shop-btn {
    position: relative
}

    .shop-btn > span {
        background: #a90329;
        display: inline-block;
        font-size: 10px;
        box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset 0 -1px 0 rgba(0, 0, 0, .07);
        font-weight: 700;
        border-radius: 50%;
        padding: 2px 4px 3px !important;
        text-align: center;
        line-height: normal;
        width: 19px;
        top: -7px;
        left: -7px
    }

.description-tabs {
    padding: 30px 0 5px !important
}

    .description-tabs .tab-content {
        padding: 10px 0
    }

.product-deatil {
    padding: 30px 30px 50px
}

    .product-deatil hr + .description-tabs {
        padding: 0 0 5px !important
    }

    .product-deatil .carousel-control.left,
    .product-deatil .carousel-control.right {
        background: none !important
    }

    .product-deatil .glyphicon {
        color: #3276b1
    }

    .product-deatil .product-image {
        border-right: none !important
    }

    .product-deatil .name {
        margin-top: 0;
        margin-bottom: 0
    }

        .product-deatil .name small {
            display: block
        }

        .product-deatil .name a {
            margin-left: 0
        }

    .product-deatil .price-container {
        font-size: 24px;
        margin: 0;
        font-weight: 300
    }

        .product-deatil .price-container small {
            font-size: 12px
        }

    .product-deatil .fa-2x {
        font-size: 16px !important
    }

        .product-deatil .fa-2x > h5 {
            font-size: 12px;
            margin: 0
        }

        .product-deatil .fa-2x + a,
        .product-deatil .fa-2x + a + a {
            font-size: 13px
        }

.profile-message ul {
    list-style: none;
}

.product-deatil .certified {
    margin-top: 10px
}

    .product-deatil .certified ul {
        padding-left: 0
    }

        .product-deatil .certified ul li:not(first-child) {
            margin-left: -3px
        }

        .product-deatil .certified ul li {
            display: inline-block;
            background-color: #f9f9f9;
            border: 1px solid #ccc;
            padding: 13px 19px
        }

            .product-deatil .certified ul li:first-child {
                border-right: none
            }

            .product-deatil .certified ul li a {
                text-align: left;
                font-size: 12px;
                color: #6d7a83;
                line-height: 16px;
                text-decoration: none
            }

                .product-deatil .certified ul li a span {
                    display: block;
                    color: #21c2f8;
                    font-size: 13px;
                    font-weight: 700;
                    text-align: center
                }

.product-deatil .message-text {
    width: calc(100% - 70px)
}

@media only screen and (min-width:1024px) {
    .product-content div[class*=col-md-4] {
        padding-right: 0
    }

    .product-content div[class*=col-md-8] {
        padding: 0 13px 0 0
    }

    .product-wrap div[class*=col-md-5] {
        padding-right: 0
    }

    .product-wrap div[class*=col-md-7] {
        padding: 0 13px 0 0
    }

    .product-content .product-image {
        border-right: 1px solid #dfe5e9
    }

    .product-content .product-info {
        position: relative
    }
}

.message img.online {
    width: 40px;
    height: 40px;
}
/*Product Detail Page END*/


.price-range-block {
    margin:10px;
}


.sliderText{
    width:40%;
    margin-bottom:30px;
    border-bottom: 2px solid red;
    padding: 10px 0 10px 0px;
    font-weight:bold;
}

.ui-slider-horizontal {
    height: .6em;
}
.ui-slider-horizontal {
    margin-bottom: 15px;
    width: 100%;
}
.ui-widget-header {
    background: #3055BF;
}

.price-range-search {
    width: 40.5%;
    background-color: #eee;
    border: 1px solid rgba(0, 0, 0, 0.2);
    min-width: 40%;
    display: inline-block;
    height: 32px;
    border-radius: 5px;
    float: left;
    margin-bottom: 20px;
    font-size: 16px;
}
.price-range-field{
    width:45%; 
    min-width: 30%;
    background-color:#f9f9f9; 
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: black; 
    font-family: myFont; 
    font: normal 14px Arial, Helvetica, sans-serif; 
    border-radius: 5px; 
    height:26px; 
    padding:5px;
}
.search-results-block{
    position: relative;
    display: block;
    clear: both;
}


/* inceput css pt campuri */
.form-control{
padding-top:0px;
padding-bottom:0px;
line-height:39px;
min-height:39px;
}

/* sfarsit css pt campuri */


/* inceput css pt taburi */


.tab-control{
	background:none;
	padding-left:0px;      
	padding-right:0px;
        padding-top:15px;
	padding-bottom:15px;

}

.tab-control .descriere{
         /*column-count: 3;*/
	column-gap: 40px;
	column-rule: 1px solid #efefef;
}

.tab-control h2{
   	box-sizing:border-box;
	color:rgb(51, 51, 51);
	display:block;
	font-family:Montserrat, sans-serif;
	font-size:24px;
	font-weight:400;
	line-height:31.2px;
	margin-block-end:0px;
	margin-block-start:0px;
	margin-bottom:0px;
	margin-inline-end:0px;
	margin-inline-start:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	padding-top:15px;
	padding-bottom:10px;

	text-size-adjust:100%;
	

	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);

	column-span: all;
}

.tab-control h3{
	box-sizing:border-box;
	color:rgb(51, 51, 51);
	display:inline;
	font-family:"Open Sans", sans-serif;
	font-size:14px;
	font-weight:700;
	height:auto;
	line-height:28px;
	text-size-adjust:100%;
	width:auto;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
        column-span: all;
}

.tab-control p{

box-sizing:border-box;
color:rgb(51, 51, 51);
display:block;
font-family:"Open Sans", sans-serif;
font-size:14px;
font-weight:400;
line-height:28px;
text-size-adjust:100%;
--max-width:400px;
-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}

.tab-control .specificatii table{
        border-bottom-color:rgb(128, 128, 128);
	border-spacing: 0;
        border-collapse: collapse;
	border-left-color:rgb(128, 128, 128);
	border-right-color:rgb(128, 128, 128);
	border-top-color:rgb(128, 128, 128);
	box-sizing:border-box;
	color:rgb(51, 51, 51);
	display:table;
	font-family:"Open Sans", sans-serif;
	font-size:14px;
	font-weight:400;
	line-height:28px;
        width:100%;
	text-size-adjust:100%;
	-webkit-border-horizontal-spacing:2px;
	-webkit-border-vertical-spacing:2px;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}

.tab-control .specificatii tbody{
       
	
}
.tab-control .specificatii tr{
      	border-bottom-color:rgb(128, 128, 128);
	border-collapse:separate;
	border-left-color:rgb(128, 128, 128);
	border-right-color:rgb(128, 128, 128);
	border-top-color:rgb(128, 128, 128);
	box-sizing:border-box;
	/*color:rgb(51, 51, 51);
	display:table-row;
	font-family:"Open Sans", sans-serif;
	font-size:14px;
	font-weight:400;
	line-height:28px;
	text-size-adjust:100%;
	vertical-align:middle;
	-webkit-border-horizontal-spacing:2px;
	-webkit-border-vertical-spacing:2px;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);*/
}
.tab-control .specificatii td{
      	border-bottom:1px solid #dddddd;
	border-collapse:separate;
	box-sizing:border-box;
	color:rgb(51, 51, 51);
	display:table-cell;
	/*font-family:"Open Sans", sans-serif;
	font-size:14px;
	font-weight:700;
	line-height:28px;
	padding-bottom:10px;
	padding-right:10px;
	padding-top:15px;
	text-size-adjust:100%;
	vertical-align:top;
	-webkit-border-horizontal-spacing:2px;
	-webkit-border-vertical-spacing:2px;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);*/
}

.tab-row{
margin:0;

}
.tab-row-label{
margin:0;
display: flex;

}






.tab-label-active{
 background-color:white;
 padding-top:10px;
 padding-bottom:10px;
 padding-left:20px;
 padding-right:20px;
 border-left:1px solid rgba(0, 0, 0, 0.2);
 border-top:1px solid rgba(0, 0, 0, 0.2);
 border-right:1px solid rgba(0, 0, 0, 0.2);
 border-bottom-left-radius: 0px !important;
 border-bottom-right-radius: 0px !important;
 border-top-left-radius: 5px !important;
 border-top-right-radius: 5px !important;
 /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}

.tab-label{
 background-color:#EEEEEE;
  padding-top:10px;
 padding-bottom:10px;
 padding-left:20px;
 padding-right:20px;
border-left:1px solid rgba(0, 0, 0, 0.1);
border-top:1px solid rgba(0, 0, 0, 0.1);
border-right:1px solid rgba(0, 0, 0, 0.1);
border-bottom:1px solid rgba(0, 0, 0, 0.1);
 border-bottom-left-radius: 0px !important;
 border-bottom-right-radius: 0px !important;
 border-top-left-radius: 5px !important;
 border-top-right-radius: 5px !important;
/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}

.tab-label-fill{
background:none;
border-bottom:1px solid rgba(0, 0, 0, 0.2);
flex-grow: 100;

}

.tab-body-active{
	background-color:white;
	margin:0;
  	padding-top:20px;
 	padding-bottom:20px;
 	padding-left:20px;
 	padding-right:20px;
	border-left:1px solid rgba(0, 0, 0, 0.2);
	border-right:1px solid rgba(0, 0, 0, 0.2);
	border-bottom:1px solid rgba(0, 0, 0, 0.2);
 	border-bottom-left-radius: 5px !important;
 	border-bottom-right-radius: 5px !important;
 	border-top-left-radius: 0px !important;
 	border-top-right-radius: 0px !important;
 	/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/

	

}



.tab-body-active-label{
background-color:#efefef;
margin:0;
display:none;
padding:10px;
border-left:1px solid rgba(0, 0, 0, 0.2);
border-top:1px solid rgba(0, 0, 0, 0.2);
border-right:1px solid rgba(0, 0, 0, 0.2);
border-bottom:none;
 border-bottom-left-radius: 0px !important;
 border-bottom-right-radius: 0px !important;
 border-top-left-radius: 5px !important;
 border-top-right-radius: 5px !important;
/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/

}

.tab-body{
	margin:0;
	display:none;
  	padding-top:20px;
 	padding-bottom:20px;
 	padding-left:20px;
 	padding-right:20px;

}

.product-description{
	min-height:500px;
}

.tab-body-label{
background-color:#cccccc;
margin:0;
display:none;
padding:10px;
border-left:1px solid rgba(0, 0, 0, 0.2);
border-top:1px solid rgba(0, 0, 0, 0.2);
border-right:1px solid rgba(0, 0, 0, 0.2);
border-bottom:1px solid rgba(0, 0, 0, 0.2);
 border-bottom-left-radius: 5px !important;
 border-bottom-right-radius: 5px !important;
 border-top-left-radius: 5px !important;
 border-top-right-radius: 5px !important;
/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}

.evaluation .row{
margin-bottom:20px;
margin-top:20px;

}

.review-left{
border-right:1px solid #DDDDDD;
padding-right:15px;

}

.review-left h2{
padding-top:0;

}

.review-right{
padding:15px;

}

.review-right h3{
margin-bottom:5px;

}

.review-right p{
margin-bottom:5px;

}

@media screen and (max-width: 768px) {
    	.tab-row-label{
		display:none;
	}
	.tab-body-active-label{
		display:block;
	}
	.tab-body-label{
		display:block;

	}
	.tab-control .descriere{
	    column-count: 1;
            column-width: 100%;
            column-gap: 0px;

	}

       .product-description{
		min-height:50px;
	}

	.review-left{
	border-right:none;


	}

      .review-right{
	border-bottom:1px solid #DDDDDD;


	}


}


/* sfarsit css pt taburi */




/* product */

.product{

padding-top:10px;

}
.product .btn-success {
    /*width: 100%;
    border-radius: 0;*/
    border: none;
    outline: 0;
    padding: 12px;
    color: white;
    background-color: #FF0000;
    text-align: center;
    cursor: pointer;
    width: 40%;
    margin-bottom: 10px;
    margin-left: 0;
    font-size: 18px;
    border-radius: 8px;
}

.product .section {
    width: 100%;
    margin-left: -15px;
    padding: 2px;
    padding-left: 15px;
    padding-right: 15px;
    background: none;
}

.product .title-price {
    margin-top: 0;
    margin-bottom: 0;
    color: black
}

.product .title-attr {
    margin-top: 0;
    margin-bottom: 0;
    color: black;
}



.product div.section > div {
    width: 100%;
    display: inline-flex;
}

.product     div.section > div > input {
        margin: 0;
        padding: 1px;
        font-size: 14px;
        padding-right: 5px;
        max-width: 18%;
        text-align: center;
        border: 1px solid #dddddd;
    }


.product .btn-minus {
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    padding: 1px;
    padding-left:7px;
    border: 1px solid #dddddd;
    border-radius: 2px;
    border-right: 0;
    color:#000000; 
    width:20px;
    text-align:center;
}

.product .btn-plus {
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    padding: 1px;
    padding-left:5px;
    border: 1px solid #dddddd;
    border-radius: 2px;
    border-left: 0;
    color:#000000;
    width:20px;
    text-align:center;
}
.product .attr, .attr2 {
    cursor: pointer;
    margin-right: 5px;
    height: 20px;
    font-size: 10px;
    padding: 2px;
    border: 1px solid gray;
    border-radius: 2px;
}

.product     .attr.active, .attr2.active {
        border: 1px solid orange;
    }







@media (max-width: 426px) {
.product     .container {
        margin-top: 0px !important;
    }

.product         .container > .row {
            padding: 0 !important;
        }

.product             .container > .row > .col-xs-12.col-sm-5 {
                padding-right: 0;
            }

 .product            .container > .row > .col-xs-12.col-sm-9 > div > p {
                padding-left: 0 !important;
                padding-right: 0 !important;
            }

 .product            .container > .row > .col-xs-12.col-sm-9 > div > ul {
                padding-left: 10px !important;
            }

.product     .section {
        width: 104%;
    }

}


a.side_bar_promotion{

font-weight: 800;
color:red;

}


a.side_bar_promotion:hover{

font-weight: 800;
color:red;
margin-left=0;
padding-left:0;

}


.blink {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
/* sfarsit product*/