Mini Kabibi Habibi

Current Path : C:/Users/Public/Documents/DXTREME 13.1 Demos/DXSK8/DXSK8.Desktop/views/
Upload File :
Current File : C:/Users/Public/Documents/DXTREME 13.1 Demos/DXSK8/DXSK8.Desktop/views/ProductCategory.css

.product-category h2 {
    text-transform: uppercase;
    color: #3a4a72;
    font-family: condensedBold, Helvetica Neue, Helvetica, sans-serif;
    font-weight: bold;
}

.product-category .product-description-block {
    border: 1px solid rgba(0,0,0,0.1); 
    margin-bottom: 20px; 
    padding: 20px; 
    position: relative; 
    height: 390px;
}

.product-category .product-params-container {
    margin-left: 320px;
}

.product-category .product-params {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
}

.dx-theme-desktop-typography .product-category h3.product-description {
    margin: 50px 0 25px;
    font-size: 24px;
    line-height: 26px;
    font-weight: 300;
}

.product-category .brands-list-item {
    padding: 15px;
    border: 2px solid white;
}

.product-category .brands-list-item-selected {
    background: #FEEFDE;
    border: 2px solid #F79522;
    border-radius: 5px;
}

.product-category .brands-list-item-image {
    width: 60px;
    height: 70px;
    float: left;
}

.product-category .brands-list-item-image img {
    margin: 0 auto;
    display: block;
}

.product-category .brands-list-item-models-count {
    font-size: 14px;
    font-weight: 300;
    position: absolute;
    top: 65px;
    left: 110px;
}

.product-category .button-container {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.product-category .product-image-wrapper {
    width: 300px;
    height: 400px;
    text-align: center;
    overflow: hidden;
    float: left;
}

.product-category .product-image-wrapper img.t1 {
    max-height: 100%;
}

.product-category .product-image-wrapper img.t2 {
    margin-top: 50px;
}

.product-category .product-image-wrapper img.t2,
.product-category .product-image-wrapper img.t3,
.product-category .product-image-wrapper img.t4,
.product-category .product-image-wrapper img.t5,
.product-category .product-image-wrapper img.t6 {
    max-width: 100%;
}

.product-category .dx-gallery {
    overflow: visible;
    width: 654px;
    height: 230px;
    margin-top: 30px;
}

.product-category .dx-gallery .dx-gallery-wrapper {
    overflow: hidden;
}

.product-category .dx-gallery .dx-gallery-nav-button-prev {
    background: url(../images/gallery-prev-button.png) no-repeat 0 0;
    width: 14px;
    height: 28px;
    cursor: pointer;
    left: -20px;
    top: 48px;
}

.product-category .dx-gallery .dx-gallery-nav-button-next {
    background: url(../images/gallery-next-button.png) no-repeat 0 0;
    width: 14px;
    height: 28px;
    cursor: pointer;
    top: 48px;
    right: -17px;
}

.product-category .dx-gallery .dx-gallery-nav-button-prev:hover:before,
.product-category .dx-gallery .dx-gallery-nav-button-next:hover:before {
    background: none;
}

.product-category .dx-gallery-item {
    width: 220px;
}

.product-category .item-wrapper {
    width: 210px;
    height: 125px;
    border: 1px solid #D9D9D9;
    overflow: hidden;
    box-sizing: border-box;
}

.product-category .dx-gallery-item img{
    display: block;
    margin: 0 auto;
    cursor: pointer;
}

.product-category .dx-gallery-item img.t1{
    rotation-point: 50% 50%;
    rotation: 45deg;
    -webkit-transform: rotate(45deg) scale(1.5, 1.5);
    -ms-transform: rotate(45deg) scale(1.5, 1.5);
    -moz-transform: rotate(45deg) scale(1.5, 1.5);
    -o-transform: rotate(45deg) scale(1.5, 1.5);
    max-height: 220px; 
    margin-top: -40px;
}

.product-category .dx-gallery-item img.t2{
    max-height: 53px; 
    margin-top: 35px;
}

.product-category .dx-gallery-item img.t3{
    max-height: 100px;
    margin-top: 10px;
}

.product-category .dx-gallery-item img.t4 {
    height: 100%;
}

.product-category .dx-gallery-item img.t4,
.product-category .dx-gallery-item img.t6 {
    max-width: 100%;
}

.product-category .dx-gallery-item img.t5,
.product-category .dx-gallery-item img.t6 {
    max-height: 100%;
}

.product-category .product-name {
    width: 160px; 
    float: left;
}

.product-category .product-price {
    width: 50px; 
    float: right;
}