
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
/* Cont Product */
.cont-product {
    margin-top: 30px;
}
/* video responsive css */
.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%;
}
.prodPage {
    overflow-x: hidden;
}
/* Right Sibebar */
.right-sidebar {
    margin-bottom: 20px;
    padding-bottom: 10px;
    /*background-color: #f6f6f6;
  border: 1px solid #e4e4e4;*/
}
#IES_StockNotificationLink {
    float: left;
    clear: both;
}
.tpPdBst {
    display: inline-block;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 5px;
}
/* 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;
}

.qtybox {
    padding-top: 10px;
}

#product_page_pic center {
    display: none;
}

.product_name {
    border-top: 1px solid transparent;
    text-align: center;
}

.product_name a {
    padding: 0;
}

.product_price {
    display: block;
}

.dtop-prod-price {
    /* border-bottom: 1px solid #ddd;*/
}


/* Big Image */

.big-image {
    float: left;
    width: 85%;
    max-height: 450px;
    padding: 2px 0;
    height: 450px;
    position: relative;
    -webkit-transition: all 0.2s ease;
    border: 1px solid rgb(204, 204, 204);
}

.big-image img {
    max-width: 100%;
    max-height: 400px;
    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;
}

.rollOverZoom {
    display: inline-block;
    margin-left: 6.7em;
    margin-top: 1em;
    text-transform: uppercase;
}

.pp-space {
    margin-top: 480px;
    display: none;
}

#social_network {
    display: inline-block;
    margin: -10px 34% 10px;
}

#mobile-options {
    padding-left: 0;
    padding-bottom: 5px;
}

#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;
}


/* Breadcrumbs */

.breadCrumbTitle {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 15px;
    border-top: 1px solid #797979;
}

#breadcrumbs {
    display: inline-block;
    margin-bottom: 15px;
}

.breadcrumblist {
    display: inline-block;
    width: calc(20% - 4px);
    text-align: center;
}

.breadcrumblist a img {
    height: 100%;
    width: auto;
    padding: 0 12px;
}

.breadcrumbs-product-name {
    font-size: 14px;
    display: block;
    margin-top: 15px;
}

.breadcrumbs-product-name a {
    font-size: 12px !important;
    font-weight: 500 !important;
    color: #000 !important;
    line-height: 1.3em;
}

.breadcrumblist:hover {
    border: 1px solid #ccc;
}


/* Tab structure */

#prod-description-list {
    width: 100%;
    margin: 0 auto;
    display: table;
}

#prod-description-list div.outerDv {
    padding: 0;
    margin: 3px 0;
    color: #555;
}

#prod-description-list div.outerDv>div.vTab {
    list-style: none;
    border-top: 1px solid #ddd;
    display: block;
    padding: 15px 0 15px 0;
    overflow: hidden;
}

#prod-description-list div.outerDv>div.vTab:nth-child(2) .detail {
    overflow: hidden;
}


#prod-description-list ul:last-child {
    border-bottom: 1px solid #ddd;
}

#prod-description-list ul:first-child {
    border-color: transparent;
}

#prod-description-list ul>li ul,
#prod-description-list ul>li ul li {
    border-color: transparent;
}

#prod-description-list ul>li ul li {
    padding: 0;
}

#prod-description-list div.outerDv>div.vTab:first-child .detail ul {
    list-style: none;
    counter-reset: mycounter;
}

#prod-description-list div.outerDv>div.vTab:first-child .detail ul li {
    /*counter-increment: step-counter;*/
}

#prod-description-list div.outerDv>div.vTab:first-child .detail ul li::before {
    content: "•";
    font-size: 24px;
    margin-right: 5px;
}


/*#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;
    font-weight: 500;
    color: #000000;
}

#prod-description-list h3,
#prod-description-list h4 {
    font-size: 13px;
    line-height: 1.6em;
}

#prod-description-list .detail a {
    text-decoration: none;
    color: #C0392B;
    /*border: 1px solid #C0392B;*/
    padding: 6px 10px 5px;
    font-size: 12px;
}

#prod-description-list .detail {
    background: transparent;
    margin: 20px 0 10px 0px;
    display: none;
    line-height: 22px;
    min-height: 40px;
}

#prod-description-list div:first-child .detail {
    max-height: 200px;
    padding-right: 15px;
    overflow-y: scroll;
}

#prod-description-list .detail span {
    margin: 0;
}

#prod-description-list .detail h1 {
    margin-bottom: 10px;
}

#prod-description-list .detail h1 span {
    /*letter-spacing: 1px;*/
    /*text-transform: uppercase;*/
    font-size: 16px;
    color: #000;
}

#prod-description-list .right-arrow {
    color: #7b7b7b;
    margin-right: 10px;
    width: 10px;
    height: 100%;
    float: left;
    font-size: 13px;
}

#prod-description-list .expand {
    text-transform: uppercase;
}

.optiongroup .prod_group_name {
    display: block;
    font-weight: 600;
    margin-left: 0;
    margin-top: 20px;
}

.prod-description .optiongroup {
    width: 100%;
    margin-bottom: 6px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 12px;
}

.group1,
.group2,
.group3 {
    background: #ffffff;
    position: relative;
    margin: 10px 10px 0 0;
}

.posAb .group1,
.posAb .group2,
.posAb .group3 {
    margin: 10px 0 0 0;
}

.group1 .prod_personalize_description,
.group2 .prod_personalize_description,
.group3 .prod_personalize_description {
    position: absolute;
    opacity: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.group1 input.labelauty+label,
.group2 input.labelauty+label,
.group3 input.labelauty+label {
    background: transparent;
    display: block;
    font-size: 12px;
    /*padding-right: 16px;*/
    color: #000;
    font-weight: 500;
    border: 1px solid #d2d2d2;
    border-radius: 0;
}

.activeDropDown {
    display: block !important;
}

.group1.activeDropDown input.labelauty+label,
.group2.activeDropDown input.labelauty+label,
.group3 input.labelauty+label {
    padding-right: 16px;
}

.group1 input.labelauty:checked+label,
.group2 input.labelauty:checked+label,
.group3 input.labelauty:checked+label {
    background: #5b5b5b;
    color: #fff;
}


/* Image list */

.image-list {
    display: block;
    width: 15%;
    float: left;
    margin: 0 auto;
    /* margin-right: 6px; */
    /* padding-left: 0; */
    transition: all 0.2s ease;
    /* Set our transitions up. */
    /* -webkit-transition: max-height 0.8s; */
    -moz-transition: max-height 0.8s;
    /* transition: max-height 0.8s; */
    text-align: center;
}

.image-list li {
    display: block;
    width: 80px;
    height: 80px !important;
    float: left;
    clear: both;
    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;
    position: relative;
    overflow: hidden;
}

.image-list li:last-child {
    margin-right: 0px;
}

.image-list li img {
    max-width: 100%;
    max-height: 100px;
    display: block;
    margin: auto;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    position: absolute;
}

.boxDescSel {
    padding-left: 0;
    padding-right: 0;
}

.boxDescSel #mobile-options {
    padding-top: 15px;
    padding-bottom: 30px;
    margin-bottom: 15px;
    border-top: 1px solid #797979;
    border-bottom: 1px solid #797979;
    clear: both;
}

.optiongroup {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    clear: both;
}

.optiongroup .option {
    display: block;
    float: left;
}

.colorGroup {
    margin-top: 25px;
}

.colorGroup .option,
.colorGroup .option-image,
.option-image {
    display: block;
    position: relative;
    float: left;
}

.colorGroup .option {
    width: 40%;
}

.colorGroup .option-image,
.option-image {
    /*border-left: 1px solid #cfcfcf;*/
    margin-top: 40px;
    /*padding-left: 20px;*/
}

.colorGroup .option-image:first-child,
.colorGroup .option-image:nth-child(4) {
    display: none;
}

.colorGroup .option-image img,
.option-image img {
    border: 1px solid #cfcfcf;
    padding: 10px;
}

.colorGroup .option-image img[title='trans.gif'],
.option-image img[title='trans.gif'],
.option-image img[src='images/trans.gif'],
.option-image img[src='prod_images_option/trans.gif'] {
    border: none;
}

.optiongroup:nth-child(2) .option {
    width: 60%;
}

.optiongroup:nth-child(3) {
    display: block;
    clear: both;
}

.optionDropdown .optionname {
    position: relative;
}

.optionDropdown .group1,
.optionDropdown .group2 {
    width: 300px;
}

.optionDropdown .group1,
.optionDropdown .group2 {
    /*position: absolute; top: 0;*/
    margin-top: -1px;
}

.chooseOption {
    display: inline-block;
    background-color: #000000;
    color: #ffffff;
    margin-top: 20px;
    padding: 10px 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    cursor: pointer;
}

.chooseOption:hover {
    text-decoration: none;
    color: #fff;
}

.optionname .selectbox {
    width: 80% !important;
    margin-right: 4em;
}


/* 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 {
    margin-top: 22px;
    padding-bottom: 22px
}

.product-details .prod-name,
.product-details .prod_product_name_header {
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 10px;
}

.product-details .prod-price {
    font-size: 18px;
    font-weight: 500;
    margin: 0px 0px 8px;
    float: left;
    clear: left;
}

.product-details #changePrice1 {
    display: none;
}

.product-details #changePrice1 #changePrice1 {
    display: none;
}

.product-details .prod-price .prod_boa {
    font-size: 12px;
}

.product-details .prod-price span {
    font-size: 16px;
}

.product-details .prod-instock {
    float: left;
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 12px;
    color: #ff0000;
    font-weight: 700;
    border-bottom: 2px solid #dedede;
}

.product-details .prod-description {
    font-size: 13px;
    line-height: 20px;
    display: block;
    padding-top: 20px;
}

.product-details .prod-description p {
    font-size: 14px;
    line-height: 20px;
    padding-right: 10px;
    margin-bottom: 10px;
    text-align: justify;
    text-justify: initial;
}

.product-details .qtyProdBtn {
    float: left;
    width: 100%;
    border-top: 1px solid #ddd;
    /*border-bottom: 1px solid #ddd;*/
    padding-top: 15px;
}

.product-details .qtyProdBtn .qtybox {
    padding-left: 0;
}

.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 {
    background: #5fa700;
    width: 100%;
    margin-bottom: 15px;
    padding: 9px 28px;
    margin-right: 15px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.btn-add-to-cart:hover {
    background: #2e5100;
    color: #fff;
}

.btn-add-to-wish-list {
    width: 100%;
    padding: 9px 28px;
    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;
}


.qtyProdBtn {
    display: block;
    margin-top: 20px;
    float: right;
}


/* large_header_text */

.large_header_text {
    text-align: center;
    font-size: 24px;
    margin-bottom: 48px;
}

.cross_sell_listing {
    margin-top: 15px;
}

.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;
}

.product_vert:nth-child(2n+5) {
    clear: both;
}

.cross-sell {
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    padding-bottom: 32px;
}

img.crosssellimg {
    width: auto;
    margin: 0 auto;
    display: block;
}

.image_styles {
    border: none !important;
}

.prod_review_content {
    display: inline-block;
    width: 100%;
    margin-top: 80px;
    clear: both;
}

.prod_review_content table {
    width: 100%;
    border-color: transparent;
}

.prod_review_content table td {
    background-color: transparent;
}

.prod_review_content table td .prod_name {
    margin-top: 20px;
    color: #000;
}

.prod_base_price {
    font-weight: bold;
    font-size: 0.85em;
}

.product_vert .product_details .product_price {
    margin-left: initial;
}

#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;
}

#changePrice1 a {
    color: #000;
}

#changePrice5 .bigger_price_show_class {
    font-size: 18px;
}


/*#changePrice5 .bigger_price_show_class { color: #ff0000 !important; }*/

#multi_cur_form {
    display: none;
    float: right;
    margin: -15px 0 15px;
    padding-left: 20px;
    font-size: 10px;
}

#multi_cur_form select {
    display: inline;
    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;
}

.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%;
}

.manufacturer_no {
    display: block;
    margin-bottom: 5px;
    float: left;
    clear: both;
    font-weight: 500;
}

/* bulk pricing */
.table-like {
    border: 1px solid #d3d3d3;
    width: 50%;
    float: left;
    text-align: center;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

#recurringChange .row {
    margin-bottom: 0;
}

#recurringChange .row .table-like {
    border-bottom: 0;
}

#recurringChange .row:first-child .table-like {
    background: #d3d3d3;
}

#recurringChange .row .table-like:first-child {
    border-right: 0;
}

#recurringChange .row:last-child .table-like {
    border-bottom: 1px solid #d3d3d3;
}

.bulk-quantity-box {
    margin-top: 15px;
}

.bulk-quantity-box .prod_qty_to_order {
    font-size: 14px;
}


/* Tabs panel */

.tabbable-panel {
    border: 1px solid #eee;
    padding: 10px;
    clear: both;
}



/* 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;
}

@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) {
    .big-image {
        width: 100%;
        margin: 0 auto;
    }
    .big-image img {
        width: 100%;
        max-width: 100%;
    }
    .image-list li {
        clear: none;
        margin: 0 10px 12px;
    }
    .qty-field input[type="text"] {
        width: 40% !important;
    }
    /*.right-sidebar {*/
    /*	border-top: 1px solid #ebebeb;*/
    /*	margin-top: 20px;*/
    /*}*/
    .product-details {
        margin-top: 0;
    }
    .desktop-slider {
        display: none;
    }
    .dtop-prod-title {
        display: none;
    }
    .dtop-prod-price {
        display: none;
    }
    .mobile-prod-price {
        padding-left: 0;
    }
    .mobile-prod-price .dtop-prod-price #changePrice1 {
        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;
    }
    /*.push-down { margin-top: 80px; }*/
    #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;
    }
    .product_vert {
        width: 50%;
        margin-bottom: 10px;
        height: 280px;
        margin-left: 0;
        margin-right: 0;
        padding: 0px;
    }
    .product_vert img.crosssellimg {
        max-width: 85%;
    }
    .prodtopdescription {
        padding-top: 12px;
    }

    #breadcrumbs .breadcrumblist {
        width: calc(50% - 4px);
        margin-bottom: 25px;
    }

    #breadcrumbs .breadcrumblist .breadcrumbs-product-img {
        overflow: hidden;
    }

    #breadcrumbs .breadcrumblist .breadcrumbs-product-img img {
        padding: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .push-down {
        margin-top: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #prod-page-reg {
        display: block;
    }
    #prod-mobile-only {
        display: none;
    }
    /*.push-down { margin-top: 150px; }*/
}

@media screen and (max-width: 669px) {
    .push-down {
        margin-top: 0px;
    }
}

@media screen and (max-width: 480px) {

    #prod-page-reg {
        position: fixed;
        bottom: 0;
        z-index: 9;
        left: 0;
        width: 100%;
        display: block;
    }
    #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: 0;
    }
    #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;
    }

    #mobile-options .optiongroup {
        width: 100%;
    }

    .colorGroup .option-image {
        display: inline-block;
        border-left: 0;
        width: 100%;
    }

    .colorGroup .option-image img,
    .option-image img {
        width: 100%;
    }

    .qtyProdBtn {
        display: block;
        width: 100%;
        border-bottom: 1px solid #ddd;
        border-top: 1px solid #ddd;
        padding: 15px 0;
    }

    .qtybox {
        padding-top: 0;
        padding-bottom: 0;
        width: 100%;
    }

    #mobile-options input,
    #mobile-options select {
        width: 100%;
    }
    .posAb {
        width: 18em;
    }

    .product-details .prod-description {
        border-color: transparent;
    }

    #breadcrumbs .breadcrumblist {
        width: calc(50% - 4px);
        margin-bottom: 25px;
    }

    #breadcrumbs .breadcrumblist .breadcrumbs-product-img {
        overflow: hidden;
    }

    #breadcrumbs .breadcrumblist .breadcrumbs-product-img img {
        padding: 0;
    }
}
.new_producthighlight{display:none;}





















