






/* Cont Product */

.prodpg > table { display: none;}

.prodpg .cont-fix a { cursor: pointer;}
.prodpg .cont-fix a:focus, .prodpg .cont-fix a:hover { text-decoration: underline;}

.breadcrumbs { 
    color: #949494;
    font-size: 12px;
    padding-top: 7px;
}

.breadcrumbs a {
    margin-right: 3px;
}

.productbox {
    margin-top: 20px;
}

/* Big Image */
.big-image { 
  text-align: center;
    height: 350px;
    border: 1px solid #A7A7A7;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.big-image img {
    max-width: 100%;
    margin: 0 auto;
    max-height: 350px;
}

.mobile-prod-title { margin-top: 10px; margin-bottom: 15px;}

#swiper-product-page-pic {
    padding: 15px 0;
    border: 1px solid #A7A7A7;
}

/* Image list */
.image-list {
  margin-top: 15px;
  padding-left: 0;
}

.image-list li {
    align-items: center;
    border: 1px solid #C7C7C7;
    cursor: pointer;
    display: flex;
    float: left;
    height: 75px !important;
    justify-content: center;
    list-style-type: none;
    margin-bottom: 15px;
    margin-right: 15px;
    transition: all 0.2s ease 0s;
    width: 75px;
}

.image-list li:last-child {
  margin-right:0px;
}

.image-list li img {
  max-width: 55%;
  width: 60%;
  /* min-width: 55%; */
  max-height: 60px;
  display: block;
  margin: auto;
}

.prod_product_name_header { text-align: left;}

.dtop-prod-title {
    margin-bottom: 10px;
    font-size: 26px;
}

.product-details .prod-name {
  font-size: 18px;
  font-weight:500;
}

.product-details .prod-price {
  font-size: 20px;
  margin: 0px 0px 10px;
  color: #949494;
}

.product-details .prod-instock {
    margin: 0 auto;
}

.product-details .prod-condition {
    margin: 0 auto;
    text-transform: capitalize;
}

.default_add_to_cart {
    text-decoration: underline;
}

.personalisegroup input, .personalisegroup textarea { 
    border: 0;
    background: #e9e9e9;
    color: #939393;
    padding-left: 3px;
}

.personalisegroup select, .personalisegroup textarea { width: 100%;}

.prodfinerdetails {
    color: #949494;
    margin-top: 40px;
}


.product-details .prod-description {
margin: 15px 0;
font-size: 13px;
line-height: 20px;
color: #929292;
}

.product-details .prod-description p {
  color: #929292;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 10px;
  text-align:justify;
  text-justify:initial;
}

.prod-description div {
  margin-bottom: 1px;
}

.prod-description .label {
color: #000;
}

.product-details .prod-size {
  font-size: 12px;
  font-weight: 600;
  width: 65%;
  height:36px;
  margin: 25px 0;
  padding: 8px 12px;
}

.product-details .personalization-option-title {
  float: left;
  padding-top: 5px;
  padding-bottom:5px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}

.product-details .personalization-option-input {
  width: 100%;
  font-size: 12px;
  margin-bottom: 30px;
}

.cart-and-list-buttons {
    margin-top: 10px;
}

.lowerbtns {
    margin-top: 10px;
}

.btn-add-to-cart {
    width: 100%;
    display: block;
    padding: 10px;
    color: #ffffff;
    border: 1px solid #F7941D;
}

.btn-add-to-wish-list {
    width: 100%;
    padding: 10px;
    background-color: transparent;
    border: 1px solid;
}

.tradeinbtn {
    width: 100%;
    text-align: center;
    display: block;
    padding: 10px;
    border: 1px solid #0095D9;
}

a.tradeinbtn:focus, a.tradeinbtn:hover {
    border: 1px solid #0095D9;
    text-decoration: none !important;
    color: #ffffff;
}

.btn.focus, .btn:focus, .btn:hover { color: inherit; opacity: .8;}

.addcartbtn2, .glyphicon-heart-empty { display: none;}

.social-likes .share-title {
  width: 100%;
  float: left;
  font-size: 11px;
  margin-left: 4px;
  margin-top: 20px;
  letter-spacing: 2px;
  font-weight: 700;
}

#social_network {
    float: left;
    position: relative;
}

.prod_strike_currency_type .bigger_price_show_class {
  font-size: 14px;
}

.prod_correct_price .bigger_price_show_class {
  font-size: 22px;
}

.bigger_price_show_class { 

}

#multi_cur_form {
	display: block;
	font-size: 12px;
	padding: 0;
	color: #949494;
}

#multi_cur_form select { 
	background: #DCDCDC;
    border: none;
    padding: 7px 2px;
}

label span {
   pointer-events: none;
}

/* bulk pricing */
.table-like { border: 1px solid #d3d3d3; width: 50%; float: left; text-align: center;}
.head-bulk-table { background: #d3d3d3;}
#recurringChange { margin-bottom: 10px;}
.bulk-pricing-table input { text-align: center;}

/* cross selling upselling */

img.crosssellimg {
max-width: 100% !important;
}

.image_styles {
border: none !important;
}

.cross_sell_listing .product_name { }
.cross_sell_listing .image_styles { text-align: center;}

.product_vert.product { 
    width: 24%;
    margin-right: 1%;
    float: left;
}

.product_vert.product:nth-child(4n) {
    margin-right: 0;
}

.cross_sell_listing .product_name {
    display: block;
    display: -webkit-box;
    line-height: 1.55555;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}

/* Pricing styles */
.prod_on_sale {
    font-size: 12px;
    padding: 3px 6px;
    color: #ffffff;
}

.prod_strike_currency_type {
  text-decoration: line-through;
}

.swiper-pic-slider {
	padding-top: 20px;
	display: none;
} 

.optionname, .personalisetitle {
    width: 100%;
    display: inline-block;
}

.selectbox option { color: #929292;}

.optionname br, .personalisename br { display: none;}

.qtyboxprod { margin: 20px 0;}
.custom-qty-text { display: inline-block;}
.qty-field { display: inline-block;}
.qty-field input { 
    border: 1px solid #A7A7A7;
    text-align: center;
    padding: 3px;
}

.selectbox select { border: none; font-weight: 300;}

center { display: none;}

label{border:1px solid;padding:5px 15px;margin:5px;/*width:30%;*/text-align:center;}
.labelselected{color:white;}
label input[type="radio"], label input[type="checkbox"]{display:none;}

/* more product details */

.prodvidtext, .prodrevtext { display: none;}
#prodvidbox { margin-top: 30px; margin-bottom: 20px;}

.proddescheader {
    color: #949494;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 40px auto 20px;
    border-top: 1px dashed #A7A7A7;
    border-bottom: 1px dashed #A7A7A7;
    border-left: 0;
    border-right: 0;
}

/* cross sell */

.crosscheck input { float: none;}

/* review */

.product-review-box {
    padding-bottom: 20px;
    border-bottom: 1px dashed #A7A7A7;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.write-review { padding: 0 15px;}


.prod_review_content {
margin: 30px 0;
}

.product-reviews {
  width: 100%;
  margin: 30px 0;
}

.product-reviews .reviews-text {
  margin-top: 5px;
  padding-top: 15px;
  color: #929292;
  text-align: center;
  border-top: 1px solid #929292;
}

.product-reviews .reviews-text span {
  color: #666666;
  font-weight: 700;
}

.rating-icon-title {
font-size: 14px;
}

.reviewer-name-date {
color: #555;
text-transform: uppercase;
font-size: 11px;
}

.helpful-vote {
font-size: 12px;
}

.review-body {
padding-top: 7px;
padding-bottom: 4px;
}

a.prod_wholesale_price_message {
 color: #0092D6;
 text-decoration: underline;
}

/* RESPONSIVE SETTINGS* */

@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 1025px){
    .image-list { float: none;}
    .image-list li { height: 60px !important; width: 60px;}
    .image-list li img { width: 50%; max-height: 50px;}
}

@media only screen and (max-width: 992px){

    .image-list li { height: 75px !important;}
}

@media (min-width: 768px) {
  .nav-justified {
    max-height: 52px;
  }
  .nav-justified > li > a {
    border-right: 1px solid #d5d5d5;
    border-left: 1px solid #fff;
  }
  .nav-justified > li:first-child > a {
    border-left: 0;
  }
  .nav-justified > li:last-child > a {
    border-right: 0;
    border-radius: 0 5px 5px 0;
  }
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 769px) {
  /* Remove the padding we set earlier */
  .marketing {
    padding-right: 0;
    padding-left: 0;
  }

}

@media screen and (max-width: 767px) {

    .image-list { width: 100%;}
    .product-details { margin-top: 0px;}
    .product_vert.product:nth-child(2n) { margin-right: 0;}
    .currencydiv { margin-top: 12px;}
    .right-sidebar { padding-left: 0;}
    .prod_product_name_header {font-family:'Roboto', Arial, sans-serif;}
    .prodfinerdetails { margin-top: 10px;}
    #prodvidbox { margin: 10px auto;}
    .proddescheader { margin-top: 15px;}
    .cross_sell_listing { }

    .cart-and-list-buttons .btn-add-to-cart {
        position: fixed;
        bottom: 0;
        margin: 0;
        padding: 0 1rem;
        right: 0;
        border-radius: 0;
        width: 50%;
        height: 60px;
        z-index: 5;
        /*transition-property: background;
        transition-duration: 200ms;
        transition-timing-function: linear;
        -webkit-transition: background 200ms linear;
        -moz-transition: background 200ms linear;
        -o-transition: background 200ms linear;*/
    }
    
    .tradeinbtn {
        position: fixed;
        bottom: 0;
        margin: 0;
        padding: 18px 1rem;
        left: 0;
        border-radius: 0;
        width: 100%;
        height: 60px;
        z-index: 5;
    }
    .halfwidth.tradeinbtn { width: 50%;}

    .lowerbtns .nopad-right { padding-left: 0; margin-bottom: 20px;}

  .big-image {
    width: 100%;
    margin: 0 auto;
  }
  .big-image img { 
    width: 100%;
    max-width: 100%;
  }
  .image-list li {  
    clear: none;
    margin: 0 10px 12px;
  }

  .image_styles { text-align: center;}
  .product-details { margin-top: 10px;}

  .swiper-slide img { display: block; width: auto; margin: 0 auto; max-height: 350px; max-width: 100%;}
  .swiper-pic-slider { padding-top: 0; }
  .product_vert.product { width: 48%;}
}

@media screen and (max-width: 450px) {
    .product-details { }
    .swiper-container-horizontal>.swiper-pagination { bottom: 20px;}
}

@media screen and (max-width: 400px) {
    .product-details .prod-instock { margin: 0 auto;}
    .product-details .prod-condition { margin: 0 auto;}
    #prod-mobile-only .cart-and-list-buttons .btn-add-to-cart2 { padding: 0 .7rem;}
    .product-details { }

}

@media screen and (max-width: 350px) {

}
















































































































































































































































































































































































































































































































































































































































































































































































































































































































































