
/* Cont Product */
.breadcrumbs {
font-size: 12px;
color: #808080;
}
.buttertop {
margin-bottom: 20px;
}
/* Select */
.cont-product input,
.cont-product select {
display: block;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.cont-product input {
font-size: 12px;
font-weight: 600;
height: 36px;
margin: 2px 0;
padding: 8px 12px;
}
.cont-product select {
padding: 8px 8px;
}
.cont-product input[type="radio"],
input[type="checkbox"] {
height: 12px;
margin-right: 3px;
float: left;
}
.personalisetitle .prod_personalize_name {
display: inline-block;
clear: both;
padding-top: 15px;
padding-bottom: 5px;
font-weight: 600;
color: #000;
text-transform: uppercase;
}
.prod_personalize_checkbox .personalize .prod_personalize_description {
float: left;
}
.prod_appox {
font-size: .8em;
color: #888;
}
.prodtopright {
font-size: 14px;
}
.extradetails-title {
color: #808080;
}
/* Big Image */
.big-image {
text-align: center;
}
.big-image img {
max-width: 100%;
margin: 0 auto;
max-height: 550px;
}
.product_pic_space {
/*margin-top: 500px;*/
display: block;
}
/* Image list */
.image-list {
display: block;
margin: 0;
width: 100%;
}
.image-list li {
align-items: center;
border: 1px solid #ededed;
cursor: pointer;
display: flex;
float: left;
height: 100px !important;
justify-content: center;
list-style-type: none;
margin-bottom: 12px;
transition: all 0.2s ease 0s;
width: 100px;
margin-left: 15px;
}
.image-list li:last-child {
margin-right: 0px;
}
.image-list li img {
max-width: 70%;
width: 60%;
/*min-width: 55%;*/
max-height: 95px;
display: block;
margin: auto;
}
/* Similar Products */
.related-products {
width: 100%;
margin-top: 30px;
}
.section-title {
font-size: 13px;
margin-bottom: 10px;
letter-spacing: 2px;
font-weight: 700;
text-transform: uppercase;
text-align: left;
}
.related-product-list {
border-top: 1px solid #929292;
float: left;
margin-top: 5px;
margin-bottom: 15px;
padding-top: 15px;
padding-left: 0;
width: 100%;
}
.related-product-list li {
width: 120px;
float: left;
margin: 5px;
text-align: center;
list-style-type: none;
}
.related-product-list li div {
border: 1px solid #ededed;
}
.related-product-list li span {
margin: 5px 0 10px 0;
}
.related-product-list li img {
width: 100%;
}
.prodrev {
display: none;
}
.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;
}
.product-details {
/*margin-top: 22px;*/
padding-bottom: 22px
}
.prod_product_name_header {
text-align: left;
margin-bottom: 20px;
}
.product-details .prod-name {
font-size: 18px;
font-weight: 500;
}
.product-details .prod-price {
font-size: 16px;
margin: 0 auto 5px;
}
.product-details .prod-instock {
float: left;
font-size: 12px;
color: #000000;
font-weight: 700;
width: 100%;
/*text-align: center;*/
margin: 8px auto;
}
.default_add_to_cart {
color: #898989;
text-decoration: underline;
font-size: .9em;
}
.personalisegroup input,
.personalisegroup textarea {
border: 0;
background: #e9e9e9;
color: #939393;
padding-left: 3px;
}
.personalisegroup select,
.personalisegroup textarea {
width: 100%;
}
.title-customdesc {
display: none;
}
.product-details .prod-description {
/*margin: 15px 0;*/
font-size: 14px;
}
.prod-description table {
width: 100% !important;
}
.manufacturer_no {
/*font-size: 14px;
margin-bottom: 30px;*/
}
.prod-description .label {
color: #000;
}
.prod-description hr {
display: none;
}
.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;
}
.product-manuname, 
.product-qkn,
.product-ptsearn,
.product-ptsr {
display: inline-block;
}
.product-extradetails {
background: #EEEEEE;
padding-top: 10px;
display: inline-block;
}
.product-extradetails:last-child {
padding-bottom: 10px;
}
.product-extradetails:last-child div:last-child {
padding-bottom: 10px;
}
.customdesc {
margin-top: 15px;
}
/* options */
.optionlihead {
padding-top: 10px;
padding-bottom: 10px;
color: #808080;
font-size: 14px;
margin-top: 20px;
border-top: 1px solid #A8A8A8;
border-bottom: 1px solid #A8A8A8;
border-left: 0;
border-right: 0;
}
.optionli {
padding-top: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #A8A8A8;
border-top: 0;
border-left: 0;
border-right: 0;
}
.optionprice {
text-align: center;
}
.optionqty {
text-align: center;
}
.optionqty input {
text-align: center;
border: 1px solid #A8A8A8;
display: block;
height: 30px;
width: 100%;
border-radius: 0 !important;
}
.optionqtycol {
border: 1px solid #A8A8A8;
display: block;
height: 30px;
}
.prodqtybox {
margin-bottom: 25px;
}
.custom-qty-text {
display: inline-block;
/*margin-right: 20px;*/
}
.qty-field {
display: inline-block;
}
.qty-field input {
text-align: center;
border: 1px solid #A8A8A8;
display: block;
height: 30px;
width: 100%;
}
.cart-and-list-buttons {
margin-top: 10px;
}
.btn-add-to-cart {
width: 100%;
color: #fff;
border-radius: 0;
border: 1px solid #CCAA6A;
padding: 15px 0;
}
.btn-add-to-wish-list {
width: 100%;
padding: 15px 0;
color: #CCAA6A;
border: 1px solid #CCAA6A;
border-radius: 0;
background: transparent;
}
.btn-add-to-cart:focus,
.btn-add-to-cart:hover {
background: #008000 /*#007fae*/;
border: 1px solid #007fae/*#008000*/;
color: #ffffff;
}
.btn-add-to-wish-list:focus,
.btn-add-to-wish-list:hover {
background: /*#007fae*/ #008000;
border: 1px solid /*#007fae*/ #008000;
color: #ffffff;
}
.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;
}
.image_styles {
border: none !important;
}
.prod_review_content {
margin: 30px 0;
}
#newsletter_body {
height: 32px !important;
width: 100% !important;
}
#newsletter_fielddv {
width: 85%;
}
.rating-icon-title {
font-weight: bold;
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;
}
.prod_wholesale_price_message {
font-size: 13px;
}
.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 {
color: #000 !important;
}
#multi_cur_form {
margin: -15px 0 15px;
color: #fff;
clear: both;
padding: 25px 15px;
text-align: center;
}
#multi_cur_form select {
background: #e5e5e5;
color: #464646;
font-weight: bold;
font-size: 12px;
letter-spacing: 1px;
border: none;
padding: 4px 2px;
margin-left: 8px;
}
/* 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 */
.xsell_header_text {
margin-bottom: 20px;
}
.cross_sell_listing {
margin: 50px auto 0;
}
.xsellhead {
color: #808080;
font-size: 14px;
text-align: center;
padding-top: 10px;
padding-bottom: 10px;
border-top: 1px solid #A8A8A8;
border-bottom: 1px solid #A8A8A8;
border-left: 0;
border-right: 0;
}
.product_vert {
border-bottom: 1px solid #A8A8A8;
border-top: 0;
border-left: 0;
border-right: 0;
}
img.crosssellimg {
max-width: 80px;
max-height: 50px;
}
.cross_sell_listing .image_styles {
text-align: center;
padding: 10px 0;
}
.product_vert.product {}
.cross_sell_listing .product_name {
padding-top: 7px;
padding-bottom: 5px;
}
.product_details.product_price {
padding-top: 7px;
padding-bottom: 5px;
text-align: center;
}
.product_xqty {
text-align: center;
padding-top: 7px;
padding-bottom: 5px;
}
.product_xqty input {
border: 1px solid #A8A8A8;
text-align: center;
height: 35px;
}
.product_link {
text-align: center;
padding-top: 7px;
padding-bottom: 5px;
}
.product_link a {
display: block;
border: 1px solid #CCAA6A;
padding: 7px 1px;
font-size: 14px;
color: #CCAA6A;
height: 35px;
}
.row-eq-height {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
flex-wrap: wrap;
}
/* Pricing styles */
.product-details .prod-price .new_producthighlight { display: none;}
.prod_on_sale {
font-size: 12px;
padding: 3px 6px;
background: #333333;
color: #ffffff;
}
.prod_strike_currency_type {
text-decoration: line-through;
color: #A8A8A8;
}
.swiper-pic-slider {
padding-top: 20px;
display: none;
}
.desktop-slider {}
.tablet-alt {
display: none;
}
.mobile-prod-title {}
.selectbox option {
color: #929292;
}
.optionname br,
.personalisename br {
display: none;
}
.selectbox select {
border: none;
}
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;
}
/* cross sell */
.crosscheck input {
float: none;
}
.embed-container {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/* review */
.write-review {
padding: 0 15px;
}
/* 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: 50px !important;
}
label {}
.image-list li {
width: 100%;
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;
}
/*#prod-mobile-only { 
display: none; 
}
#prod-page-reg { display: block; }*/
}
@media screen and (max-width: 767px) {
.tablet-alt {
display: inline-block;
width: 100%;
}
.image-list {
width: 100%;
}
.product-details {
margin-top: 0px;
}
.prod_product_name_header {
margin-bottom: 20px;
}
.dtop-prod-title { padding-left: 0;}
.cvtopmid,
.prodqtybox {
padding-left: 0;
padding-right: 0;
}
.prodtopright {
margin-bottom: 20px;
}
.wishbtn {
padding-left: 0;
}
.cartbtn {
padding-right: 0;
}
.product_vert .product_price {
color: #808080;
text-align: left;
}
.cross_sell_listing .product_name {
padding-left: 0;
}
.product_vert {
border: 0;
margin-bottom: 40px;
}
.product_xqty {
display: inline-block;
width: 25%;
height: 40px !important;
vertical-align: top;
padding-top: 5px;
padding-right: 0;
padding-left: 0;
}
.product_xqty input { width: 100%;}
.product_link {
display: inline-block;
width: 75%;
vertical-align: top;
padding-top: 5px;
padding-left: 10px;
padding-right: 0;
}
}
@media screen and (max-width: 676px) {
/*.cart-and-list-buttons .btn-add-to-cart {
position: fixed;
bottom: 0;
margin: 0;
padding: 0 1rem;
left: 0;
border-radius: 0;
width: 100%;
height: 6rem;
z-index: 8;
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;
border: 10px solid #fff;
}
.cart-and-list-buttons .btn-add-to-wish-list {
display: none;
position: relative;
right: 0;
float: left;
bottom: 0;
margin: 0;
padding: 0 1rem;
border-radius: 4px;
width: 20vw;
height: 4rem;
width: 100%;
}
.cart-and-list-buttons .addcartbtn2 {
display: block;
position: relative;
bottom: 0;
margin: 0;
padding: 0 1rem;
z-index: 1;
right: 0;
float: right;
border-radius: 4px;
width: 45%;
height: 4rem;
font-weight: 700;
text-transform: uppercase;
}*/
.big-image {
width: 100%;
margin: 0 auto;
}
.big-image img {
width: 100%;
max-width: 100%;
}
.image-list li {
clear: none;
margin: 0 10px 12px;
}
.right-sidebar {
width: 100%;
margin-top: 20px;
}
.swiper-pic-slider {
display: block;
}
.swiper-slide img {}
.product_vert .product_name,
.product_vert .product_price {}
.image_styles {
text-align: center;
}
.product-details {
margin-top: 10px;
}
.right-sidebar {
margin-top: 0;
}
.swiper-slide img {
display: block;
width: auto;
margin: 0 auto;
max-height: 350px;
max-width: 100%;
}
.swiper-pic-slider {
padding-top: 0;
}
}
@media screen and (max-width: 450px) {
.product-details {}
.right-sidebar {
margin-top: 0;
}
.swiper-container-horizontal>.swiper-pagination {
bottom: 20px;
}
}
@media screen and (max-width: 400px) {
.product-details .prod-instock {
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) {
.product-details {}
}
.add,
.minus {
cursor: pointer;
}
.zoomContainer {display: none;}
#product_page_pic img{cursor:pointer;}

