/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 20.4.2016, 21:26:56
    Author     : Jiri
*/

body {
    max-width: 1920px;
    margin: 0 auto;
}
.cursor-pointer {
    cursor: pointer;
}

.row-border {
    margin: 10px 0;
}


.image-container {
  display: inline-block;
  position: relative;
}
.image-container img {
  vertical-align: top;
}
.image-container figcaption {
  padding: 5px 0;
  text-align: center;
  background: #9BC90D;
}

.image-container .ribbon-wrapper-green {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}
.image-container .ribbon-green {
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  line-height: 20px;
  transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#9BC90D 0%, #79A70A 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px;
  right: -21px;
}
.image-container .ribbon-green:before,
.image-container .ribbon-green:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #79A70A;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}

/* Colors */

.corner-ribbon.white{background: #f0f0f0; color: #555;}
.corner-ribbon.black{background: #333;}
.corner-ribbon.grey{background: #999;}
.corner-ribbon.blue{background: #39d;}
.corner-ribbon.green{background: #2c7;}
.corner-ribbon.turquoise{background: #1b9;}
.corner-ribbon.purple{background: #95b;}
.corner-ribbon.red{background: #e43;}
.corner-ribbon.orange{background: #e82;}
.corner-ribbon.yellow{background: #ec0;}

.product-detail-list-of-images a:hover {
    text-decoration: none;

}
.product-detail-list-of-images img {
    max-height: 60px;
    max-width: 60px;
    margin: 10px 20px;
}

.product-detail h3 {
    border-bottom: 1px solid #ccc;
}
.product-property-row {
    margin: 10px 0;
}

/*
.table-wrapper {
    border: 1px solid #ccc;
}
*/
.table-data-row {
    /*border-top: 1px solid #ccc;*/
    background-color: #f5f5f5
}

.table-title-row > div:not(.clearfix) {
    padding: 10px;
    font-weight: bold;
}
.table-data-row > div:not(.clearfix) {
    padding: 10px;     
}
.table-data-row:nth-child(2n+1) {
    background-color: #e2e2e2;
}

.table-data-row div:not(.text-right),.table-title-row div:not(.text-right){
    text-align: center;    
}

.order-status {
    padding: 5px;
    border-radius: 5px;
    font-size: 0.8em;
}

.pagination-wrapper {
    text-align: center;
    margin: 15px 0;
}

/* basket start */
.basket-product-row {
    padding: 10px 0;
}
.basket-content-wrapper {
    padding: 25px 15px;
}
.basket-product-row-info {
    
}
.basket-product-row-qty {
    padding: 13px 15px;
}
.basket-product-row-qty button,
.basket-product-row-price  button{
    font-size: 10px;
}
.basket-product-row-price {
    text-align: right;
    padding: 13px 15px;
}
.basket-products-total {
    text-align: right;
    border-top: 1px solid #ccc;
    padding-top: 15px;
    margin-top: 15px;

}
.basket-products-buttons {
    text-align: right;
    margin-top: 25px;
}
.basket-products-buttons .btn-back {
    float: left;
}

.basket-content-wrapper input[type=text],
.basket-content-wrapper input[type=email],
.basket-content-wrapper textarea,
.basket-content-wrapper select{
    width: 100%;
    margin: 5px 0;
    padding: 5px;
}
.basket-breadcrumbs {
    margin: 5px 0;
    padding: 5px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.basket-breadcrumbs span {
    display: inline-block;
    margin: 0 10px;
}

.basket-breadcrumbs .active{
    font-weight: bold;
}
/* basket end */

.product-detail-main-image {
    margin-right: 10%;
    margin-bottom: 10px;
    max-width: 350px;
}

select[name=locale]{
    margin: 8px 0;
    padding: 6px 8px;
}

@media screen and (max-width:768px){
    .form-control{
        width: 90%;
        margin: auto!important;
    }
    .table-data-row div.th{
        text-align: right;    
    }
    .table-data-row div:not(.th){
        text-align: left;    
    }
    
}
