
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
/* Firefox */
input[type=number] {
-moz-appearance: textfield;
}
.navbar {
z-index: 12;
}
.cartpanel, .bg-overlay { 
z-index: 13;
}
#swiper-product-page-pic {
display: none;
}
.dblock {
display: block !important;
}
/* Cont Product */
.cont-product {
margin-top: 30px;
}
.cont-fix { width: 100%; display: inline-block;position:relative;}
.breadcrumbs { margin-bottom: 15px; width: 100%;}
.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;*/
}
.affAgLink {
display: block;
margin-top: 5px;
font-weight: 500;
color: #fff;
text-transform: uppercase;
}
/* Select */
.productHero {
/*display: block;*/
display: flex;
align-items: center;
/*height: 700px;*/
height: calc(100vh - 135px);
position: relative;
}
.productHero .titleName {
position: relative;
width: calc(45vw - 100px);
font-size: 64px;
color: #ffffff;
z-index: 2;
}
/*.productHero .titleName h3 {*/
/*font-family:'Permanent Marker', Arial, serif;*/
/*}*/
.productHero .productDetail {
display: block;
/* background: #000; */
background: #ffffff;
width: 50%;
position: absolute;
top: 0;
/* top: 50%; */
left: 50%;
height: 100%;
max-height: 100%;
overflow-y: scroll;
/* transform: translate(-50%, -50%); */
/* transform: translateX(-50%); */
/* height: calc(100% - 80px); */
z-index: 10;
padding-left: 5%;
padding-top: 5%;
scrollbar-width: none;
-ms-overflow-style: none;
}
.productHero .productDetail::-webkit-scrollbar {
display: none;
-ms-overflow-style: none;
scrollbar-width: none;
}
.productHero .productDetail .productDetailInner {
max-width: 500px;
/*height: calc(100% - 170px);*/
/*overflow-y: scroll;*/
}
.productHero .productDetail .productDetailInner::-webkit-scrollbar-track, .image-list-inner::-webkit-scrollbar-track {
display: none;
}
.productHero .productDetail .productDetailInner::-webkit-scrollbar, .image-list-inner::-webkit-scrollbar {
display: none;
}
.productHero .productDetail .productDetailInner::-webkit-scrollbar-thumb, .image-list-inner::-webkit-scrollbar-thumb {
display: none;
}
.productHero .productDetail .dtop-prod-title {
max-width: 500px;
background: #ffffff;
color: #000000;
padding: 5px 10px;
/*padding: 5px 0px;*/
}
.productHero .productDetail .productImage {
background: #ebebeb;
position: relative;
max-height: 350px;
overflow: hidden;
/*height: 350px;*/
/*padding: 10px;*/
display: flex;
align-items: center;
justify-content: center;
}
.productImage {
background: #ffffff;
/*top: 50%;*/
top: 0;
left: 0;
/*transform: translate(-50%, -50%);*/
position: absolute;
/*height: 500px;*/
width: 50%;
height: 100%;
overflow: hidden;
z-index: 3;
}
.productImageCnt {
position: relative;
height: 100%; 
display: flex;
align-items: flex-end;
justify-content: center;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.productHero .productDetail .productImage img, .productImage img {
/* width: 100%; */
/* max-height: 100%; */
max-width: calc(100% + 11.5vw);
/*max-width: 100%;*/
min-width: 100%; 
min-height: 100%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.productImage img {
opacity: 0;
}
.productHero .productDetail .productQtyAddCart {
/*position: absolute;*/
/*bottom: 0;*/
/*left: 0;*/
width: 100%;
/*background: #000000;*/
display: flex;
margin-top: 15px;
padding: 10px 0 30px;
flex-direction: row;
}
.productHero .productDetail .productQtyAddCart .cart-and-list-buttons {
display: flex;
flex-direction: row;
}
.productHero .productDetail .productPrice {
/*background: #000000;*/
padding: 15px 10px 5px;
color: #000000;
} 
.productHero .productDetail .outofstock {
/*background: #000000;*/
padding: 15px 10px 5px;
} 
.productHeroImg {
background: #ebebeb;
position: absolute;
top: 0;
left: 0;
/*transform: translate(-50%, 0);*/
min-width: 100vw;
height: 700px;
overflow: hidden;
}
.productHeroImg .backup {
display: none;
}
.productHeroImg::before {
content: '';
display: block;
position: absolute;
width: 100%;
height: 100%;
top: 1px;
background: -webkit-gradient(linear, left bottom, left top, color-stop(5%, white), color-stop(50%, rgba(255, 255, 255, 0.45)), color-stop(96%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
background: linear-gradient(to top, white 5%, rgba(255, 255, 255, 0.45) 50%, rgba(255, 255, 255, 0) 96%, rgba(255, 255, 255, 0) 100%);
z-index: 2;
}
.productHeroImg img {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
min-width: 100%;
min-height: 100%;
max-width: none;
z-index: 1;
}
.ReviewsAndDetails {
display: flex;
flex-direction: row;
align-items: flex-start;
justify-content: center;
position: relative;
z-index: 12;
}
.ReviewsAndDetails .reviews, .ReviewsAndDetails .prodDetails {
display: flex;
width: 50%;
padding: 25px;
flex-direction: column;
}
.ReviewsAndDetails .reviews .review-head h4 {
font-size: 24px;
color: #000000;
text-align: left;
}
.ReviewsAndDetails .prodDetails .prodDetailsDec {
width: 580px;
max-width: calc(100% - 20px);
text-align: left;
}
.ReviewsAndDetails .prodDetails .prodDetailsDec p span {
font-size: 16px !important;
}
.ReviewsAndDetails .prodDetails .prodDetailsDec p span strong, .ReviewsAndDetails .prodDetails .prodDetailsDec a strong span{
color: #000000;
}
.ReviewsAndDetails .prodDetails .prodDetailsDec h1, .ReviewsAndDetails .prodDetails .prodDetailsDec h2, .ReviewsAndDetails .prodDetails .prodDetailsDec h3, .ReviewsAndDetails .prodDetails .prodDetailsDec h4 {
text-align: left;
color: #000;
}
.ReviewsAndDetails .prodDetails .prodDetailsDec h4 {
font-size: 18px;
}
.bottomHeroBlog {
display: flex;
flex-direction: column;
position: relative;
width: 100vw;
overflow-x: hidden;
align-items: center;
justify-content: center;
height: 550px;
}
.bottomHeroBlog h3 {
position: relative;
font-family:'Permanent Marker', Arial, serif;
font-size: 64px;
color: #ffffff;
z-index: 2;
}
.bottomHeroBlog a {
display: inline-block;
position: relative;
border: 4px solid #ffffff;
margin-top: 20px;
padding: 8px 24px;
font-size: 18px;
font-weight: 500;
text-transform: uppercase;
color: #ffffff;
z-index: 2;
}
.bottomHeroBlog img {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
min-width: 100%;
min-height: 100%;
max-width: none;
}
.expand-min {
display: flex;
margin-top: 30px;
color: #000;
}
.expand-min .expand, .expand-min .minimize {
display: flex;
align-items: center;
font-size: 18px;
font-weight: 600;
cursor: pointer;
}
.expand-min .expand i, .expand-min .minimize i {
margin-left: 4px;
font-size: 12px;
}
.expand-min.open .expand { display: none; }
.expand-min.closed .minimize { display: none; }
.prodDetailsDec {
overflow: hidden;
}
.prodDetailsDec.closed {
max-height: 400px;
}
.prodDetailsDec.open {
height: auto;
}
.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: #000000;
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: 0px;
/*margin-left: 7px;*/
padding-left: 0;
display: block;
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 10px;
width: 75px;
max-height: 500px;
height: 500px;
overflow-y: hidden;
overflow-x: hidden;
z-index: 12;
/*z-index: 6;*/
}
.image-list-inner {
max-height: 100%;
/*overflow-y: scroll;*/
transition: all 0.3s ease;
padding-top: 30px;
padding-bottom: 30px;
}
.image-list li {
background: rgba(255,255,255, 0.25);
align-items: center;
border: 1px solid #ededed;
cursor: pointer;
display: flex;
float: left;
/*clear: left;*/
height: 65px !important;
justify-content: center;
list-style-type: none;
margin-bottom: 12px;
transition: all 0.2s ease 0s;
width: 65px;
}
.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;
}
.imlistdwn, .imlistup {
background: #fff;
color: #000;
position: absolute;
bottom: 0;
left: 0;
width: calc(100% - 10px);
height: 20px;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
}
.imlistup {
top: 0;
}
.imlistdwn .fa-chevron-down, .imlistup .fa-chevron-down {
float: none;
font-size: 14px;
margin: 0;
padding-top: 3px;
}
.imlistup .fa-chevron-down {
transform:rotate(180deg);
}
#mobile-options {height: auto;}
.h0 {
height: 0 !important;
overflow: hidden;
}
table.h0 td {
padding: 0;
}
.scrY {
max-height: 400px;
overflow-y: scroll;
}
.mobOptions, .personOptions {
display: none;
margin-top: 15px;
padding: 5px 0px;
color: #000000;
font-weight: 600;
text-transform: uppercase;
border-bottom: 1px solid #d6d6d6;
width: calc(100% - 20px);
margin-left: 11px;
font-size: 13px;
cursor: pointer;
}
.mobOptions i, .personOptions i {
float: right;
}
.mobOptions .fa-minus, .personOptions .fa-minus {
display: none;
}
.mobOptions.exp .fa-plus, .personOptions.exp .fa-plus {
display: none;
}
.mobOptions.exp .fa-minus, .personOptions.exp .fa-minus {
display: block;
}
.viewagreement { cursor: pointer; }
.viewagreement .prod_personalize_name { font-weight: 500; margin-bottom: 10px; }
.viewagreement .prod_personalize_name:hover {
text-decoration: underline;
}
/* 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; font-size: 24px; font-weight: 500;}
.product-details .prod-name {
font-size: 18px;
font-weight:500;
}
.product-details .prod-price {
font-size: 22px;
margin: 0px 0px 8px;
float: left;
clear: left;
/*text-align: center;*/
width: 100%;
}
.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 {
margin-bottom: 10px; 
padding: 0 14px;
height: auto;
}
.personalisegroup .personalise .personalisename {
border-bottom: 1px solid #444444;
padding-bottom: 5px;
}
.personalisegroup input {
width: 250px;
height: 30px;
}
.personalisegroup input, .personalisegroup textarea { 
border: 0;
background: #e9e9e9;
color: #000;
padding-left: 3px;
}
.personalisegroup .personalisename span {
width: 100%;
display: block;
margin-top: 5px;
color: #fff;
}
.personalisegroup textarea {
width: 100%;
}
.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: 5px;*/
}
.btn-add-to-cart {
/*width: 100%; */
background: #000000;
/* margin-bottom: 15px; */
padding: 0 28px;
margin-left: 15px;
margin-right: 15px;
font-size: 14px;
color: #fff;
font-weight: 700;
border-radius: 0;
border: 4px solid #ffffff;
text-transform: uppercase;
letter-spacing: 2px;
margin-top: -4px;
height: 47.5px;
}
.btn-add-to-cart:hover {
background: #2a2a2a;
color: #ffffff;
}
.btn-add-to-wish-list {
/* width: 100%; */
background: #a9a9a9;
border: 4px solid #ffffff;
color: #fff;
padding: 9px 28px;
font-size: 14px;
text-transform: uppercase;
border-radius: 0;
font-weight: 700;
letter-spacing: 2px;
height: 47.5px;
margin-top: -4px;
}
.btn-add-to-wish-list:hover {
background: #bcbcbc;
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;
}
/* large_header_text */
.large_header_text {
font-size: 18px;
margin-bottom: 8px;
}
.cross_sell_listing {
display: flex;
flex-direction: column;
width: 100%;
margin: 35px 0;
justify-content: center;
}
.cross_sell_listing .large_header_text,
.cross_sell_listing .listing_wrap {
display: flex;
width: 100%;
justify-content: center;
}
.cross_sell_listing .large_header_text {
color: #000000;
font-size: 28px;
font-weight: 600;
margin-bottom: 40px;
}
.prod_listing_photo_front {
height: 250px;
overflow: hidden;
}
.product_vert {
display: flex;
position: relative;
flex-direction: column;
width: 300px;
margin: 10px;
}
.product_vert .cartmedium {
background: url(./images_15/backtobasics8/images/shopping-bag.png) 100% no-repeat;
background-size: contain;
position: absolute;
bottom: 0;
right: 0;
}
.product_vert .cartmedium a {
font-size: 0;
height: 20px;
width: 20px;
display: block;
}
img.crosssellimg {
/*max-width: 100% !important;
min-height: 100%;*/
max-height: 100% !important;
max-width: 100% !important;
/*min-width: 100%;
margin-top:-20%;*/
}
.image_styles {
border: none !important;
}
.prod_review_content {
margin: 30px 0;
}
.prod_review_content hr {
display: none;
}
.prod_review_content .helpful-text {
display: inline-block;
width: 100%;
padding: 20px 0;
border-bottom: 1px solid #ebebeb;
}
.prod_review_content .helpful-text .prod_name img {
height: 13px;
margin-right: 3px;
}
#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; 
font-weight: 500;
}
#multi_cur_form {
margin: -15px 0 15px;
color: #fff;
clear: both;
padding: 25px 15px;
text-align: center;
display: none;
}
.currencyxe #multi_cur_form { display: block;}
#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;
}
.zoomContainer {
/*z-index: 5;*/
z-index: 9;
}
/* 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 .product_name { text-align: left;}
.cross_sell_listing .product_name a { font-size: 18px; }
.cross_sell_listing .image_styles { text-align: center;}
.product_vert.product { max-height: 320px; min-height: 205px; max-width: 32%; width: 32%;}
.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;
background: #000;
color: #ffffff;
}
.prod_strike_currency_type {
text-decoration: line-through;
}
.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 {
}
.option{
/*background-color:black;*/
/*color:white;*/
color: #000;
padding: 15px 10px 5px
}
.option .optiontitle .prod_group_name {
font-size: 18px;
}
.optionname, .personalisetitle {
width: 100%;
display: inline-block;
}
.optionname {
display: flex;
max-width: 100%;
margin-left: -3px;
flex-direction: row;
flex-wrap: wrap;
/*overflow-x: scroll;*/
/*white-space: nowrap;*/
}
.selectbox option { color: #929292;}
.optionname br, .personalisename br { display: none;}
.qtybox {margin: 10px auto;}
.custom-qty-text { display: inline-block;}
.qty-field { margin: 0 0 0 13px; display: inline-block;}
.qty-field input { border: 1px solid #ccc; text-align: center;}
.selectbox select { border: none;}
center { display: none;}
label{border:1px solid;padding:5px 15px;margin:5px;/*width:30%;*/text-align:center;cursor:pointer;font-weight:500;}
label span.prod_personalize_description:nth-child(3) { margin-left: 3px; display: none; }
.labelselected{color:#fff;background-color:#000;}
/*.labelselected span { color:#000 !important; }*/
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; width: 100%; display: inline-block;}
.bigbox-header p { 
font-size: 1.1em;
display: inline-block;
padding: 1% 3%;
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;*/
}
.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;}
.top_msg table { position: absolute; right: 0; }
.top_msg table #multi_cur_form { display: block !important; float: right; }
.swiper-slide {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.swiper-slide img {
opacity: 0;
}
/* RESPONSIVE SETTINGS* */
@media only screen and (max-width: 1536px){
/*.productImage {*/
/*display: none;*/
/*left: 27%;*/
/*}*/
}
@media only screen and (max-width: 1280px){
/*.productHero .productDetail {*/
/*left: 75%;*/
/*}*/
/*.productImage {*/
/*left: 30%;*/
/*} */
}
@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: 1100px){
.productImage {
display: none;
} 
}
@media only screen and (max-width: 1025px){
.productHero {
/*display: none;*/
}
.productHeroImg {
display: none;
position: initial;
height: auto;
}
#swiper-product-page-pic {
display: block; 
}
.swiper-container {
height: 50vh; 
}
.swiper-container .swiper-slide, .swiper-container .swiper-slide img {
max-height: 50vh;
padding: 0;
}
.swiper-pic-slider {
display: block;
}
.productHero .productDetail {
top: 50vh;
left: initial;
transform: initial;
margin-top: 20px;
}
.productHero .productDetail .productDetailInner {
height: auto;
overflow-y: initial;
}
.productHero .container {
width: 100%;
padding: 0;
}
.productHero .productDetail {
position: relative;
width: 100%;
}
.ReviewsAndDetails {
flex-direction: column;
position: relative;
top: 45vh;
}
.productHero .titleName {
width: 100%;
}
.right-sidebar { width: 34%;}
.desktop-slider .col-lg-5 { width: 75%;}
.image-list { float: none;}
.image-list li { height: 60px !important; width: 60px;}
.cont-fix { margin-left: 2%;}
.product_vert.product { width: 30%; max-width: 30%;}
.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: 1em; /*min-width: 145px;*/}
.btn-add-to-cart { min-width: 165px;}
.product_vert.product { max-width: 45%; width: 45%;}
.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; }*/
.cartpanel, .bg-overlay {
z-index: 14;
}
.main-top.dipwip {
overflow: initial;
padding-bottom: 50vh;
}
.prodDetailsDec.closed {
max-height: 300px;
}
.desktop-slider .col-lg-2 { width: 18%;}
.tablet-alt { display: inline-block; width: 100%;}
.image-list { width: 100%; display: none;}
.right-sidebar { width: 32%;}
.product-details { margin-top: 0px;}
.cont-fix { width: 100%; margin:0; /*overflow-y: scroll; -webkit-overflow-scrolling: touch;*/ }
#swiper-product-page-pic {
position: absolute;
width: 100%;
/*top: 70px; */
}
.productHero .productDetail .productQtyAddCart .cart-and-list-buttons, .productHero .productDetail {
position: relative;
z-index: 13;
}
.cross-sell {
top: 50vh;
position: relative;
}
.cross_sell_listing .listing_wrap {
flex-direction: column;
}
}
@media screen and (max-width: 676px) {
.productHero .productDetail .dtop-prod-title {
padding: 5px 0px;
}
.ReviewsAndDetails .reviews, .ReviewsAndDetails .prodDetails {
width: 100%;
}
.productHero {
height: auto;
}
.top_msg table #multi_cur_form {
position: absolute;
margin-top: 30px !important;
z-index: 2;
width: 100%;
left: 0;
background: #3e3e3e;
font-size: 0;
padding: 15px 10px;
}
.top_msg table #multi_cur_form select {
width: 100%;
margin-left: 0;
}
.productHero .productDetail .productQtyAddCart .cart-and-list-buttons {
flex-wrap: wrap;
}
/*#prod-page-reg { display: none; }
#prod-mobile-only { display: block; }*/
.addcartbtn2, .glyphicon-heart-empty { display: block;}
.wishlist-text { display: none;}
.productHero .productDetail .productQtyAddCart {
flex-direction: column;
}
.cart-and-list-buttons .btn-add-to-cart {
/* position: fixed; */
bottom: 0;
margin: 15px 0 0 8px;
padding: 0 1rem;
left: 0;
border-radius: 0;
width: calc(100% - 135px);
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-left: 5px; */
padding: 0 1rem;
/* border-radius: 4px; */
width: 20vw;
height: 6rem;
/* width: 100%; */
width: 100px;
margin: 15px 0 0;
}
.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;
}
.desktop-slider {
display: none;
}
/*.dtop-prod-title { display: none; }*/
.swiper-slide img {
}
.prod_product_name_header { /*text-align: center;*/ padding: 0 10px; }
.product_vert { width: 100%; margin: 10px 0; }
.product_vert .product_name, .product_vert .product_price { width: 100%; text-align: center;}
.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; }
.product_vert.product { max-width: 45%; width: 45%;}
}
@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 { }
}
.prodDetails img{max-width:100%;margin-top: 15px;margin-bottom:15px;}
#changePrice2{float:left;}
.valueperc{float:left;font-size:14px;}
#changePrice3{clear:both;display:block;}

