
/* Cont Product */
.cont-product {
margin-top: 30px;
}
/* Right Sibebar */
.right-sidebar {
margin-bottom: 20px;
padding-bottom: 10px;
/*background-color: #f6f6f6;
border: 1px solid #e4e4e4;*/
}
.right-sidebar .man-logo {
right: 5px;
display: block;
position: absolute;
top: -16px;
overflow: hidden;
z-index: 10;
}
.right-sidebar .man-logo a {
height: 100px;
display: block;
width: 100px;
}
.right-sidebar .man-logo a img {
display: block;
max-height: 100%;
position: relative;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
#IES_StockNotificationLink {
float: left;
clear: both;
}
/* Select */
.cont-product input, .cont-product select {
display: block;
line-height: 1.42857143;
color: #8e8e8e;
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, .custom-qty-text {
display: inline-block;
clear: both;
padding-top: 15px;
padding-bottom: 5px;
font-weight: 600;
color: #636363;
text-transform: uppercase;
}
.prod_personalize_checkbox .personalize .prod_personalize_description {
float: left;
}
#product_page_pic center {display: none;}
.product_name { border-top: 1px solid transparent; text-align: center; }
.product_name a { padding: 0; text-decoration: none; color: inherit; font-size: 14px; font-weight: 500; }
.product_price { display: block; }
/* Big Image */
.big-image {
position: relative;
float: left;
width: 100%;
max-height: 450px;
margin-top: 10px;
padding: 2px 0;
height: 450px;
-webkit-transition: all 0.2s ease;
border: 1px solid #e1e1e1;
}
.big-image img {
max-width: 100%;
max-height: 90%;
margin: 0 auto;
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
padding: 0 28px;
transition: all 0.2s ease;
height: auto;
}
.pp-space {
margin-top: 480px;
display: block;
}
.qtybox { padding: 0; }
.qtybox input[type="text"] { width: 100%; padding: 10px 8px; text-align: center; }
.qty-field-2 { display: inline-block; }
.right-sidebar input[type=number] { -moz-appearance: textfield; }
.right-sidebar input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
#social_network {
display: inline-block;
margin: 5px 0 5px;
}
#mobile-options {
padding-left: 0;
padding-bottom: 15px;
margin-bottom: 20px;
border-bottom: 1px solid #ddd;
}
#mobile-options input, #mobile-options select {
min-height: 35px;
padding: 0 5px;
min-width: 140px;
width: auto;
box-sizing: border-box;
align-items: center;
white-space: pre;
vertical-align: middle;
-webkit-rtl-ordering: logical;
background-color: white;
cursor: default;
border-width: 1px;
border-style: solid;
border-color: initial;
border-image: initial;
border-radius: 0px;
border-color: rgb(169, 169, 169);
}
#mobile-options input[type="radio"]{ min-width: 15px; }
.optiongroup .option { display: inline-block; width: 70%; }
.option .optiontitle {
text-transform: uppercase;
letter-spacing: 1px;
padding-bottom: 5px;
}
.prod-description .optiongroup {
width: 100%;
margin-bottom: 6px;
border-bottom: 1px solid #ebebeb;
padding-bottom: 12px;
}
/* Image list */
.image-list {
margin: 3px 0 0;
padding-left: 0;
transition: all 0.2s ease;
display: inline-block;
/* Set our transitions up. */
/* -webkit-transition: max-height 0.8s; */
-moz-transition: max-height 0.8s;
/* transition: max-height 0.8s; */
}
.image-list li {
width: 80px;
height: 80px !important;
overflow: hidden;
float: left;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 12px;
list-style-type: none;
border: 1px solid #ededed;
transition: all 0.2s ease;
}
.image-list li:last-child {
margin-right:0px;
}
.image-list li img {
/*max-width: 90%;*/
/*max-height: 100px;*/
max-width:100%;
max-height:100%;
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-top: 30px;
}
.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 {
position: relative;
margin-top: 32px;
padding-bottom: 22px
}
.product-details .dtop-prod-title { width: 80%; }
.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;
}
.product-details .prod-instock {
display: block;
margin-top: 8px;
margin-bottom: 8px;
font-size: 12px;
color: #ff0000;
/*font-weight:700;*/
}
.product-details .prod-description {
font-size: 13px;
line-height: 20px;
}
.product-details .prod-description p {
font-size: 12px;
line-height: 20px;
margin-bottom: 10px;
text-align:justify;
text-justify:initial;
}
.product-details .prod_product_name_header {
line-height: 1.4em;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 16px;
font-weight: 700;
}
.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 { border-radius: 0; }
.btn-add-to-cart {
width: 210px;
float: left;
margin-bottom: 15px;
padding: 9px;
margin-right: 15px;
font-size: 11px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 2px;
border-radius: 50px;
}
.btn-add-to-cart:hover{
color: #ffffff;
background-color: #3c3c3c;
}
.btn-add-to-wish-list {
width: 47%;
float: left;
padding: 9px;
background-color: #ebebeb;
font-size: 11px;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 2px;
}
.social-likes .share-title {
width: 100%;
float: left;
font-size: 11px;
margin-left: 4px;
margin-top: 20px;
letter-spacing: 2px;
font-weight: 700;
}
/* large_header_text */
.large_header_text {
text-align: center;
font-size: 16px;
font-weight: 600;
margin-bottom: 15px;
background: #ffffff;
display: inline-block;
width: auto;
position: relative;
z-index: 2;
/*text-transform: uppercase;*/
padding: 3px 6px;
}
.greyline {
height: 1px;
width: 100%;
display: block;
position: absolute;
z-index: 1;
margin-top: -28px;
background: #e1e1e1;
}
.cross_sell_listing {
margin-top: 15px;
position: relative;
}
.cross_sell_listing table tbody tr td { border-right: 1px solid #ebebeb; margin-bottom: 2px; padding: 4px; display: inline-block; text-align: center; }
.cross_sell_listing table tbody tr td:nth-child(3n+3) { border-right: none; }
.cross_sell_listing table tbody tr td table tr td { border: none; }
/*.product_vert {*/
/* float: left;*/
/* width: 24%;*/
/* margin: 5px;*/
/* padding: 0 10px 0 40px;*/
/*}*/
/*.product_vert .photo_box_front {*/
/* height: 100px;*/
/*}*/
/*.product_vert:nth-child(2n+5){*/
/* clear:both;*/
/*}*/
/*.product_vert .product_details .product_name {*/
/* padding-left: 0;*/
/* text-align: left;*/
/*}*/
/*.product_vert .product_details .product_name a { */
/* font-size: 12px;*/
/* color: #000;*/
/* }*/
/*.product_vert .product_details .product_price {*/
/* font-size: 12px;*/
/* padding-left: 0;*/
/*}*/
.product_vert .image_styles a {
display: block;
padding: 5px;
/*border: 1px solid #e1e1e1;*/
}
.product_vert .image_styles a img { margin: 0 auto; max-width: 100%; }
.cross-sell {
border-bottom: 1px solid #ebebeb;
padding-bottom: 32px;
}
img.crosssellimg {
width: auto;
margin: 0;
display: block;
}
.image_styles {
border: none !important;
}
.prod_review_content {
margin-top: 40px;
}
.listing_wrap { display: flex; flex-wrap: wrap; }
.listing_wrap .product_vert { width: calc(25% - 10px); border: 1px solid #e1e1e1; margin: 0 5px 10px; padding: 20px 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-price .bigger_price_show_class {
font-size: 24px;
letter-spacing: 1px;
}
.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;
}
.dtop-prod-price { /*border-bottom: 1px solid #ddd;*/ margin-bottom: 15px; }
#multi_cur_form {
/*display: none !important;*/
float: right;
margin: 13px 0 15px !important;
padding-left: 20px;
font-size: 10px;
color: #fff;
}
#multi_cur_form select {
/*display: none;*/
background: #e5e5e5;
color: #464646;
font-weight: bold;
font-size: 10px;
letter-spacing: 1px;
border: none;
padding: 1px 2px;
margin-left: 8px;
}
/* Pricing styles */
.prod_on_sale {
font-size: 12px;
padding: 3px 6px;
background: #000;
color: #ffffff;
}
.prod_strike_currency_type, .prod_strike_appox {
text-decoration: line-through;
}
.prod_appox {
font-weight: bold;
font-size: 18px;
}
.swiper-pic-slider {
padding-top: 50px;
display: none;
}
.swiper-slide {
height: 300px !important;
}
.swiper-slide center { display: none; }
.desktop-slider {
padding-top: 20px;
transition: all 0.2s ease;
}
.desktop-slider .inpage-mallet-logo { padding-left: 25px; }
.push-down { margin-top: 0; }
.swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;
width: 80%;
/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.swiper-slide:nth-child(2n) {
width: 60%;
}
.swiper-slide:nth-child(3n) {
width: 40%;
}
/* bulk pricing */
#recurringChange { width: 65%; margin-top: 10px; margin-bottom: 20px; border: 1px solid #d3d3d3; }
#recurringChange .row { border-bottom: 1px solid #d3d3d3; }
#recurringChange .row:first-child { background: #d3d3d3; font-weight: bold; text-transform: uppercase; letter-spacing: 1px; }
#recurringChange .row:last-child { border-color: transparent; }
#recurringChange .row .table-like:first-child {border-right: 1px solid #d3d3d3;}
.bulk-pricing .prod_qty_to_order { padding-right: 10px; font-size: 14px; font-weight: bold; display: inline-block; vertical-align: top;}
.table-like { width: 50%; float: left; text-align: center; padding: 5px 0;}
.row-eq-height {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
flex-wrap: wrap;
}
#checkboxbulkpricing { display: block; float: left; padding-right: 15px; }
#checkboxbulkpricing span.prod_qty_to_order { display: none; }
#checkboxbulkpricing input[type="text"] { padding: 10px 5px; }
.vid-prod-notes { display: none; }
/* Tabs panel */
.tabbable-panel {
border:1px solid #eee;
padding: 10px;
}
/* Default mode */
.tabbable-line > .nav-tabs {
border: none;
margin: 0px;
}
.tabbable-line > .nav-tabs > li {
margin-right: 2px;
}
.tabbable-line > .nav-tabs > li > a {
border: 0;
margin-right: 0;
color: #737373;
}
.tabbable-line > .nav-tabs > li > a > i {
color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
border-bottom: 2px solid #ddd;
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
border: 0;
background: none !important;
color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
border-bottom: 2px solid #000;
position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
border: 0;
color: #333333;
}
.tabbable-line > .nav-tabs > li.active > a > i {
color: #404040;
}
.tabbable-line > .tab-content {
margin-top: -3px;
border: 0;
border-top: 1px solid #eee;
padding: 15px 0;
}
.portlet .tabbable-line > .tab-content {
padding-bottom: 0;
}
/* Tab structure */
#prod-description-list {
width: 100%;
margin: 0 auto;
display: table;
}
#prod-description-list ul {
padding: 0;
margin: 3px 0;
color: #555;
}
#prod-description-list ul > li {
list-style: none;
border-top: 1px solid #ddd;
display: block;
padding: 15px 15px 15px 0;
overflow: hidden;
}
#prod-description-list ul:last-child {
border-bottom: 1px solid #ddd;
}
/*#prod-description-list ul > li:hover {*/
/* background: #efefef;*/
/*}*/
#prod-description-list .expand {
display: block;
text-decoration: none;
color: #555;
cursor: pointer;
}
#prod-description-list h2 {
padding: 0;
margin: 0;
font-size: 14px;
/*letter-spacing: 1px;*/
/*text-transform: uppercase;*/
font-weight: 500;
color: #000000;
}
.detail a {
text-decoration: none;
color: #C0392B;
/*border: 1px solid #C0392B;*/
padding: 6px 10px 5px;
font-size: 12px;
}
.detail {
background: transparent;
margin: 20px 0 10px 0px;
display: none;
line-height: 22px;
min-height: 40px;
}
.detail span {
margin: 0;
}
.detail h1 span {
font-family: 'oswald';
letter-spacing: 1px;
text-transform: uppercase;
font-size: 16px;
color: #000;
}
.right-arrow {
color: #000;
margin-left: 20px;
width: 10px;
height: 100%;
float: right;
font-size: 18px;
}
/* end of tab structure */
#minus-qty {
padding:9px 10px 9px 0;
cursor:pointer;
border-left: 1px solid transparent;
border-bottom: 1px solid transparent;
border-top: 1px solid transparent;
}
#qty {
width:50px;
text-align:center;
border:0px;
padding:6px 5px;
border: 1px solid #d3d3d3;
border-radius: 8px;
}
#add-qty {
padding:9px 0px 9px 10px;
cursor:pointer;
border-right: 1px solid transparent;
border-bottom: 1px solid transparent;
border-top: 1px solid transparent;
}
@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: 768px) {
/* 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: 768px) {
.man-logo { z-index: 11; top: 5px !important; }
.product-details { z-index: 9; }
.product-details .dtop-prod-title { width: 70%; }
.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 {
border-top: 1px solid #ebebeb;
margin-top: 20px;
}
.desktop-slider {
display: none;
}
.mobile-prod-title { display: none; }
.mobile-prod-price { padding-left: 0; display: none; }
.swiper-pic-slider {
padding-top: 20px;
display: block;
}
.swiper-slide img {
display: block;
width: auto;
max-width: 100%;
max-height: 100%;
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
}
#mobile-options {
margin-top: -20px;
padding-left: 0;
margin-bottom: 20px;
}
#mobile-options .optiongroup {
width: auto;
display: inline-block;
margin-right: 5px;
margin-bottom: 5px;
margin-top: 10px;
border-bottom: none;
}
#mobile-options input, #mobile-options select { min-width: auto; }
#social_network {
margin: 0;
padding: 20px;
}
.modal-dialog { margin: 50% 20px; }
.mobile-prod-title .prod_product_name_header {
font-size: 18px;
}
.bigger_price_show_class { font-size: 16px; }
.prod-description input[type="text"], .prod-description select, .prod-description textarea {
width: 100%;
}
textarea { max-width: 100%; }
.prod-description input[type="text"], .prod-description select {
height: 40px;
}
.product-details .prod-description {
display: block;
clear: both;
padding-top: 4px;
border-top: 1px solid #ebebeb;
margin-top: 4px;
}
.prod-description div.a-row.a-expander-container.a-expander-inline-container, .prod-description div.a-row.a-spacing-micro.singleton { width: auto !important; }
.cross_sell_listing table tbody tr td { width:100%; }
.share {
display: none;
color: #555;
background-color: #dedede;
border-color: #dedede;
border-radius: 15px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
}
.listing_wrap .product_vert {
width: calc(50% - 10px);
margin-bottom: 10px;
/*height: 190px;*/
/*margin-left: 5%;*/
/*margin-right: 5%;*/
padding: 0px;
border-bottom: 1px solid #ebebeb;
}
.product_vert img.crosssellimg {
max-width: 85%;
margin: 0 auto;
}
.product_vert .product_details .product_name, .product_vert .product_details .product_price{ text-align: center; }
.prodtopdescription { padding-top: 12px; }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
#prod-page-reg { display: block; }
#prod-mobile-only { display: none; }
}
@media screen and (max-width: 480px) {
.man-logo { z-index: 3; }
#prod-page-reg { /*position: fixed; bottom: 0; z-index: 9; left: 0; width:100%; display: block;*/ padding: 0; }
#prod-page-reg .cart-and-list-buttons { margin-bottom: -2px !important; }
#prod-page-reg .cart-and-list-buttons .btn-add-to-cart {
/*border-radius: 0;*/
width: 100%;
height: 5rem;
margin-bottom: 15px;
}
#prod-page-reg .cart-and-list-buttons .btn-add-to-wish-list {
display: none;
position: fixed;
right: 0;
bottom: 0;
margin: 0;
padding: 0 1rem;
border-radius: 0;
width: 20vw;
height: 4rem;
z-index: 10;
}
.product-details { margin-top: 0; }
.product-details .prod-description {
border-color: transparent;
}
#mobile-options { margin-bottom: 5px; }
#prod-page-reg .btn-add-to-cart {
margin-right: 0;
}
#recurringChange { width: 80%; }
#checkboxbulkpricing { width: 100%; }
.qty-field, .qty-field-2 { margin-bottom: 15px; margin-top: 10px; width: 100%; }
#qty {
width: 100px;
}
#minus-qty i, #add-qty i {
font-size: 18px;
}
.qty-field {
display: inline-block;
text-align: center;
}
.qty-field table {
display: inline-block;
}
}
.abv {color:red;}

