﻿.product-wrapper {
    width: 1200px;
    display: inline-block;
    box-sizing: border-box;
}

.product-half-wrapper {
    width: 600px;
    float: left;
    box-sizing: border-box;    
}

.main-image-wrapper {
    width: 500px;
    float: left;
}

.product-header {    
    font-size: 22px;
    line-height: 26px;
    padding: 0 15px;
}

.product-info {
    padding: 5px 5px 5px 15px;
}

.price-wrapper {
    background: #f5f5f5;
    padding: 10px;
}

.detail-wrapper {    
    padding: 10px;
}

.detail-label {
    width: 90px;
    vertical-align: central;
    display: inline-block;
    color: #999;
    font-size: 11pt;
}

.info-table {
    padding-top: 10px;
}

.info-table td {
    padding-bottom: 10px;
}

.info-table img {
    height: 40px;
}

.info-label {
    width: 130px;    
    color: #999;
    font-size: 11pt;
}

.info-value {
    font-size: 14px;
}

.link-text {
    color: #06c;
    text-decoration: none;
}

.link-text:hover {
    text-decoration: underline;    
}

.product-price {
    vertical-align: top;
    font-size: 22px;
    font-weight: bold;
    color: #f60;
}

.product-quantity input {
    width: 50px;
}

.product-delivery-tip {
    color: #999;
    font-size: 12px;    
}

.product-delivery-days {
    color: #f60;
    font-weight: 700;
}

.video-container {    
    padding: 10px;
}

.video {
    width: 580px;
    height: 326px;
}

.product-buttons-wrapper {
    padding-top: 10px;
}

.product-button {
    display: inline-block;
    margin-right: 5px;    
    color: #fff;
    text-decoration: none;    
    font-weight: 700;
    font-size: 22px;
    text-align: center;
    vertical-align: middle;
    border-radius: 2px;
    width: auto;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                            supported by Chrome and Opera */ 
}

.buy-now {
    background-image: linear-gradient(to bottom, #f78510, #fc7520);
    border: 1px solid #f0751c;
}

.buy-now:hover  {
    background-image: linear-gradient(to bottom, #fba419, #fd9729);
    border: 1px solid #f29720;
}

.add-to-cart {
    background-image: linear-gradient(to bottom, #ff5400, #f35000);
    border: 1px solid #eb4e01;
    width: 250px;
    white-space: nowrap;
}

.add-to-cart:hover {
    background-image: linear-gradient(to bottom, #fd6d26, #ff6b22);
    border: 1px solid #f55e13;
}

.product-button {
    height: 30px;    
    padding: 10px 30px 5px;
    cursor: pointer;    
}

.add-to-cart img {        
    display: block;
    float: left;
    padding-right: 10px;
}

#call-me-back {
    width: 538px;
    margin-top: 10px;
    padding: 5px 5px 10px 10px;
    border: solid 1px lightgray;
    border-radius: 3px;
    background: #fff4e5;
    display: none;
}

#call-me-back input {
    margin-right: 5px;
}

.call-me-back-info {
    padding: 5px 0;
    font-size: 11pt;
}

.product-extra-info {
    width: 1200px;
    padding: 10px;
}

.extra-info-title {    
    padding: 1px 10px;    
    background: #ddd;    
}

.extra-info-title h2 {       
    font-weight: bold;
    font-size: 14px;
    color: #333;
}

.after-add-to-cart-message {
    padding: 10px 0;
    font-size: 11pt;
    font-weight: bold;
    color: black;
}

.after-add-to-cart-icon {
    position: relative;
    margin: 18px 10px 20px 20px;
    float: left;
}

.after-add-to-cart-button-wrapper {
    margin-top: 10px;    
    padding-left: 60px;
}

.after-add-to-cart-button-wrapper > .ui-button {
    margin-right: 15px;
}

.instock {
    padding-left: 10px;
    color: #21AC4D;
    font-weight: bold;
}

.instock-free {
    color: #21AC4D;
    font-weight: bold;
}

.brand-list-wrapper {
    padding: 10px;
}

.brand-list-wrapper img {
    padding-right: 10px;
}

/* extra products */

.extra-products ul  {    
    padding: 0;   
}

.extra-products ul li {          
    display: inline-block;
    border-bottom: solid 1px lightgray;
}

.extra-products a {  
    text-decoration: none;    
}

.extra-products .product {    
    width: 198px;
    height: 200px;
    margin: 20px 0;    
    border-right: solid 1px lightgray;      
    color: #4d4d4d;
    overflow: hidden;
    text-align: center;  
}

.extra-products .product-img {
    width: 120px;
    height: 120px;   
}

.extra-products .product p {
    margin: 0;
    padding: 0 10px;
    text-align: left;
}

.extra-products .product .product-name {
    height: 41px;
    line-height: 20px;
    overflow: hidden;
} 

.extra-products .product:hover .product-name {    
    text-decoration: underline;
}

.extra-products p.product-price {
    font-size: 14pt;
    color: #f60;
    font-weight: bold;
}

.extra-products .product-buy-button {
    display: none;
}

.contact-and-working-hours {
    text-align: center;
    line-height: 22px;
}

.contact-and-working-hours .red {
    color: #e62e04;
    font-weight: bold;
    text-decoration: none;
}

.faq {
    padding: 0 10px;
    line-height: 22px;
}

.faq a {
    color: #4d4d4d;
}

.faq a:hover {
    text-decoration: none;
    color: #FF6600;
}

/* cart */

.cart-block {
    border: 3px solid #eee;
    margin-bottom: 20px;
    padding: 15px 20px;
}

.cart-table {
    width: 100%;
}

.cart-table th {
    border-bottom: 1px solid #eee;
    padding: 0 0 5px;
    text-align: left;
    color: #999;
    font-weight: normal;
}

.product-img {
    width: 100px;
    height: 100px;
}

.product-name-cell {
    padding-right: 5px;
}

.product-price-cell {
    width: 70px;
    font-weight: bold;
}

.product-images-wrappper {
    display: inline-block;
    cursor: default;
}

.product-images-wrappper img {
    width: 200px;
}

.device-model-wrapper {
    padding: 10px;
    overflow: hidden;
}

.device-model-wrapper-fix-height {
    max-height: 175px;    
}

.device-model-wrapper a {
    width: 216px;
    display: inline-block;
    margin: 4px 2px 0 0;
    padding: 5px;
    color: #4d4d4d;
    border: solid 1px #cbcbcb;
    border-radius: 2px;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.device-model-wrapper a:hover {
    background: #fff4e5;
    border-color: #ff6600;
}

.show-more-device-models-wrapper {
    width: 100%;
    display: inline-block;
    margin: 4px 2px 0 0;
    padding: 5px;
    color: #ff6600;
    overflow: hidden;
    text-overflow: ellipsis;    
}

.show-more-device-models:hover {
    border-color: #ff6600;
    text-decoration: underline;
    cursor: pointer;
}

.fake-check-wrapper {
    text-align: center;
}

#fake-check-message {
    padding: 10px;
    background: #fff4e5;
    color: #e62e04;
    border: solid 1px #e62e04;
    font-size: 20px;
    line-height: 25px;
}

#fake-check-loader {    
    display: none;
}

#fake-check-loader div {
    display: inline-block;
    vertical-align: middle;
}