/* Cont Product */
.cont-product {
margin-top: 30px;
}
.cont-fix {
width: 100%;
display: inline-block;
}
.breadcrumbs {
margin: 5px 0 15px;
}
.short-prod-desc.prod-name {
margin-bottom: 15px;
}
/* Right Sibebar */
.right-sidebar {
margin-bottom: 20px;
padding-bottom: 10px;
padding-left: 35px;
/*background-color: #f6f6f6;
border: 1px solid #e4e4e4;*/
}
/* 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;
}
/* Big Image */
.big-image {
float: left;
/*max-height: 550px;*/
width: 100%;
padding: 2px 0;
/*height: 550px;*/
max-width: 100%;
clear: both;
text-align: center;
/*position: absolute;*/
}
.big-image img {
max-width: 100%;
margin: 0 auto;
max-height: 550px;
}
.product_pic_space {
/*margin-top: 500px;*/
display: block;
}
/* Image list */
.image-list {
float: left;
margin-top: 3px;
padding-left: 0;
display: block;
}
.image-list li {
align-items: center;
border: 1px solid #ededed;
cursor: pointer;
display: flex;
float: left;
clear: left;
height: 75px !important;
justify-content: center;
list-style-type: none;
margin-bottom: 12px;
transition: all 0.2s ease 0s;
width: 75px;
}
.image-list li:last-child {
margin-right: 0px;
}
.image-list li img {
max-width: 100%;
width: 100%;
/* min-width: 55%; */
max-height: 70px;
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%;
}
.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;
}
.product-details .prod-name {
font-size: 18px;
font-weight: 500;
}
.product-details .prod-price {
font-size: 22px;
margin: 10px 0px 0;
float: left;
clear: left;
width: 100%;
}
.product-details .prod-instock {
float: left;
font-size: 12px;
color: #0000;
font-weight: 700;
width: 100%;
/*text-align: center;*/
margin: 8px auto;
}
.default_add_to_cart {
color: #898989;
text-decoration: underline;
}
.personalisegroup input,
.personalisegroup textarea {
border: 0;
background: #e9e9e9;
color: #939393;
padding-left: 3px;
}
.personalisegroup select,
.personalisegroup textarea {
width: 100%;
}
.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;
}
.btn-add-to-cart {
width: 100%;
margin-bottom: 15px;
padding: 10px 20px;
margin-right: 15px;
color: #FFFFFF;
text-transform: uppercase;
border-radius: 0;
outline: 0;
}
.btn-add-to-cart:focus,
.btn-add-to-cart:hover {
color: #FFFFFF;
opacity:.75;
}
.btn-add-to-wish-list {
width: 100%;
padding: 10px 20px;
background-color: #8a8a8a;
color: #FFFFFF;
text-transform: uppercase;
border-radius: 0;
outline: 0;
}
.btn.btn-add-to-wish-list:focus,
.btn.btn-add-to-wish-list:hover {
color: #FFFFFF;
}
.btn.focus,
.btn:focus,
.btn:hover {
/*color: inherit;
opacity: .8;*/
outline: 0;
}
.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;
}
/* large_header_text */
.large_header_text {
font-size: 18px;
margin-bottom: 20px;
padding-bottom: 10px;
border-bottom: 1px solid #E4E4E4;
border-top: 0;
border-left: 0;
border-right: 0;
}
.cross_sell_listing {
margin: 35px 0;
}
.product_vert {
}
img.crosssellimg {
max-width: 100% !important;
}
.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;
color: #9D9D9C !important;
}
.prod_correct_price .bigger_price_show_class {
font-size: 22px;
}
.bigger_price_show_class {
color: #000 !important;
}
.currencyxdiv {padding-left: 0;}
#multi_cur_form {
padding: 0;
color: #9D9D9C;
display: block;
}
#multi_cur_form select {
background: #EFEFEF;
color: #9D9D9C;
font-weight: bold;
border: none;
padding: 4px 2px;
outline: 0;
font-weight: 400;
}
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 */
.cross_sell_listing .image_styles {
text-align: center;
}
.product_vert.product {
}
.cross_sell_listing .product_name {
display: block;
}
.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;
color: #9D9D9C !important;
margin-top: 15px;
}
.swiper-pic-slider {
padding-top: 20px;
display: none;
}
.desktop-slider {
/*padding-top: 20px;
display: inline-block;
width: 100%;*/
margin-left: 15px;
}
.desktop-slider .col-lg-5 {
padding-right: 0;
}
.desktop-slider .col-lg-2 {
width: 14%;
padding-left: 0;
max-height: 460px;
overflow-y: auto;
/*-webkit-box-shadow: inset 0px -5px 7px 0px rgba(163,163,163,.5);
-moz-box-shadow: inset 0px -5px 7px 0px rgba(163,163,163,.5);
box-shadow: inset 0px -5px 7px 0px rgba(163,163,163,.5);*/
}
.tablet-alt {
display: none;
}
.mobile-prod-title {}
.optionname,
.personalisetitle {
width: 100%;
display: inline-block;
}
.selectbox option {
color: #929292;
}
.optionname br,
.personalisename br {
display: none;
}
.qtybox {
margin: 10px auto;
}
.qty-field {
margin: 5px;
}
.qty-field input {
border: 1px solid #ccc;
text-align: center;
}
.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;
}
/* cross sell */
.crosscheck input {
float: none;
}
/* big box */
.bigbox-header {
margin-top: 15px;
text-transform: uppercase;
border-bottom: 1px solid #E4E4E4;
width: 100%;
display: inline-block;
}
.bigbox-header p {
display: inline-block;
padding: 10px 12px;
text-align: left;
}
.bigbox-desc,
.bigbox-specs,
.bigbox-rev,
.bigbox-vid,
.bigbox-notes {
border: none;
border-radius: 0px;
/*border-bottom: 1px solid;*/
}
#bigbox-description,
#bigbox-specifications,
#bigbox-reviews,
#bigbox-video,
#bigbox-Divnotes {
min-height: 250px;
padding: 15px;
}
#bigbox-description li,
#bigbox-specifications li,
#bigbox-reviews li,
#bigbox-video li,
#bigbox-Divnotes li {
/*padding-left: 15px;*/
}
.description-box {margin-bottom: 40px;}
.btn.bigbox-desc.prod-btn-default {
padding: 6px 0;
color: #929292;
display: block;
text-align: left;
border-bottom: 1px solid #E4E4E4;
}
.bigbox-desc .fa-chevron-up {
float: right;
font-size: .8em;
margin-top: 5px;
}
.bigbox-desc .fa-chevron-down {
float: right;
font-size: .8em;
margin-top: 5px;
color: inherit;
}
.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) {
.desktop-slider {
width: 70%;
}
.desktop-slider .col-lg-2 {
width: 15%;
margin: 0;
float: left;
}
.desktop-slider .col-lg-5 {
width: 80%;
float: left;
}
.right-sidebar {
width: 30%;
float: right;
}
.buttertop {
margin-top: 10px;
padding: 0;
width: 100%;
}
.breadcrumbs {
padding: 0;
}
}
@media only screen and (max-width: 1025px) {
.right-sidebar {
width: 34%;
}
.desktop-slider .col-lg-5 {
width: 75%;
}
.image-list {
float: none;
}
.image-list li {
height: 60px !important;
width: 60px;
}
.product_vert.product {
}
.image-list li img {
width: 50%;
max-height: 50px;
}
}
@media only screen and (max-width: 992px) {
.desktop-slider .col-lg-2 {
width: 20%;
}
.image-list li {
height: 50px !important;
}
.desktop-slider .col-lg-5 {
width: 70%;
}
label {}
.btn-add-to-wish-list {
padding: 9px 5%;
font-size: .8em;
min-width: 145px;
}
.btn-add-to-cart {
min-width: 165px;
}
.product_vert.product {
}
.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) {
/*#prod-page-reg, #prod-mobile-only .cart-and-list-buttons .btn-add-to-cart2 { display: none; }*/
.desktop-slider .col-lg-2 {
width: 18%;
}
.tablet-alt {
display: inline-block;
width: 100%;
}
.image-list {
width: 100%;
}
.right-sidebar {
width: 32%;
}
.product-details {
margin-top: 0px;
}
.cont-fix {
width: 100%;
margin: 0;
}
#multi_cur_form select { width: 50%;}
}
@media screen and (max-width: 676px) {
/*#prod-page-reg { display: none; }
#prod-mobile-only { display: block; }*/
.addcartbtn2,
.glyphicon-heart-empty {
display: block;
}
.wishlist-text {
display: none;
}
.cart-and-list-buttons .btn-add-to-cart {
position: fixed;
bottom: 0;
margin: 0;
padding: 0 1rem;
left: 0;
border-radius: 0;
width: 80%;
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: fixed;
z-index: 8;
bottom: 0;
margin: 0;
right: 0;
float: right;
bottom: 0;
margin: 0;
padding: 0;
border-radius: 0;
height: 6rem;
width: 5%;
min-width: 105px;
border: 10px solid #fff;
}
/* .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;
padding-left: 15px;
}
.mobile-prod-title {
margin-bottom: 12px;
}
.desktop-slider {
display: none;
}
.dtop-prod-title {
display: none;
}
.swiper-pic-slider {
display: block;
}
.swiper-slide img {}
.prod_product_name_header {
}
.product_vert {
}
.product_vert .product_name,
.product_vert .product_price {
width: 100%;
}
.image_styles {
text-align: center;
}
.product-details {
margin-top: 10px;
}
.swiper-slide img {
display: block;
width: auto;
margin: 0 auto;
max-height: 400px;
max-width: 100%;
}
.swiper-pic-slider {
padding-top: 0;
}
.product_vert.product {
}
}
@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 {}
.cart-and-list-buttons .btn-add-to-wish-list {
min-width: 95px;
}
}
@media screen and (max-width: 350px) {
.cart-and-list-buttons .btn-add-to-wish-list {
min-width: 82px;
}
}

