﻿@import url(https://fonts.googleapis.com/css?family=Alex+Brush);
@import url(https://fonts.googleapis.com/css?family=Lato);

body {
    overflow-y: scroll !Important;
    margin: 0px;
}

.imgMobileMoveLeft {
    background-image: url('../../../Images/MobileImageTools/Icon-Move-Left-Black.png');
    background-size: contain;
    cursor: pointer;
    height: 38px;
    width: 38px;
    display: inline-block;
}

.imgMobileMoveUp {
    background-image: url('../../../Images/MobileImageTools/Icon-Move-Up-Black.png');
    background-size: contain;
    cursor: pointer;
    height: 38px;
    width: 38px;
    display: inline-block;
}

.imgMobileMoveDown {
    background-image: url('../../../Images/MobileImageTools/Icon-Move-Down-Black.png');
    background-size: contain;
    cursor: pointer;
    height: 38px;
    width: 38px;
    display: inline-block;
}

.imgMobileMoveRight {
    background-image: url('../../../Images/MobileImageTools/Icon-Move-Right-Black.png');
    background-size: contain;
    cursor: pointer;
    height: 38px;
    width: 38px;
    display: inline-block;
}

.imgMobileRotate {
    background-image: url('../../../Images/MobileImageTools/Icon-Rotate-Black.png');
    background-size: contain;
    margin-left: 5px;
    cursor: pointer;
    height: 38px;
    width: 38px;
    display: inline-block;
}

.imgMobileZoomIn {
    background-image: url('../../../Images/MobileImageTools/Icon-Zoom-In-Black.png');
    background-size: contain;
    margin-left: 5px;
    cursor: pointer;
    height: 38px;
    width: 38px;
    display: inline-block;
}

.imgMobileZoomOut {
    background-image: url('../../../Images/MobileImageTools/Icon-Zoom-Out-Black.png');
    background-size: contain;
    margin-left: 5px;
    cursor: pointer;
    height: 38px;
    width: 38px;
    display: inline-block;
}

.imgMobileChangeImage {
    background-image: url('../../../Images/MobileImageTools/Icon-Change-Image-Black.png');
    background-size: contain;
    margin-left: 5px;
    cursor: pointer;
    height: 38px;
    width: 38px;
    display: inline-block;
}

.imgMobileUpdateNode {
    background-image: url('../../../Images/MobileImageTools/Icon-Checkmark-Black.png');
    background-size: contain;
    margin-left: 5px;
    cursor: pointer;
    height: 38px;
    width: 38px;
    display: inline-block;
}

.imgMobileHelp {
    background-image: url('../../../Images/MobileImageTools/Icon-Help-Black.png');
    background-size: contain;
    margin-left: 5px;
    cursor: pointer;
    height: 38px;
    width: 38px;
    display: inline-block;
}

.cart-Wrapper {
    font-family: 'Open Sans', Arial, Helvetice Neue, sans-serif;
}

.checkout-Wrapper {
    font-family: 'Open Sans', Arial, Helvetice Neue, sans-serif;
}

.dvMobileCartFooter {
    background-color: white;
    display: none;
    z-index: 700000;
}

.mobileProductName {
    border-bottom: 1px solid gray;
    font-size: 18pt;
    padding: 10px;
    text-align: center;
}

.mobileProductOptions {
    border-bottom: 1px solid gray;
    padding: 10px;
}

html, body, div, img {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.noSelect {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.pagebreak {
    page-break-before: always !IMPORTANT;
}

.pagebreakAfter {
    page-break-after: always;
    page-break-inside: avoid;
}

.productBreak {
    page-break-inside: avoid;
}

.borderTop {
    border-top: 1px solid black;
}

.btn-small {
    color: black !important;
}

.modal-footer-center {
    padding: 19px 20px 20px;
    margin-top: 15px;
    text-align: center;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer-center .btn + .btn {
        margin-bottom: 0;
        margin-left: 10px;
    }

.modal-header h2 {
    font-family: "Open Sans", Arial, Helvetice Neue, sans-serif !important;
    font-size: 30px !important;
}

.cartSubItem {
    border-bottom: 1px solid rgba(255,255,255,0.4);
    overflow: hidden;
}

.cartCollectionName {
    color: white;
}

.dvImageViewSwitch {
    padding: 10px;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0px;
    z-index: 100000;
    background-color: white;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
}

.optionGroup {
    overflow: hidden;
    margin-bottom: 10px;
}

.modal-body-message {
    font-family: "Open Sans", Arial, Helvetice Neue, sans-serif !important;
    line-height: normal;
    font-size: 14px;
    position: relative;
    padding: 10px 10px 0px 10px !important;
    color: black;
}

.pageContentCart {
    padding: 0px !important;
    font-family: "Open Sans", Arial, Helvetice Neue, sans-serif !important;
    line-height: normal;
    border: none !IMPORTANT;
    color: white;
}

.wdFullScreenDiv {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 100000;
    background-color: black;
    color: white;
    display: none;
    padding: 60px;
}

.wdFullScreenClose {
    color: white;
    font-size: 20pt;
    position: absolute;
    top: 10px;
    right: 30px;
    z-index: 200001;
    cursor: pointer;
}

td {
    padding: 5px;
}

.footerFullScreen {
    display: none;
}

.modal {
    color: #4E4C4C !IMPORTANT;
}

    .modal a {
        color: blue;
    }

        .modal a:hover {
            color: blue;
        }

/*default buttons for welcome page, contact form button, login/create account buttons*/
.mpbutton {
    -webkit-border-radius: 1;
    -moz-border-radius: 1;
    border-radius: 1px;
    color: #ffffff;
    background: #666666;
    padding: 5px 10px 5px 10px;
    border: solid #000000 1px;
    text-decoration: none;
}

    .mpbutton:hover, .mpbutton:focus, .mpbutton:active, .mpbutton.active {
        background: #000000;
        text-decoration: none;
    }

.mpbutton-warning {
    -webkit-border-radius: 1;
    -moz-border-radius: 1;
    border-radius: 1px;
    color: #ffffff;
    background: #FFA200;
    padding: 5px 10px 5px 10px;
    border: solid #000000 1px;
    text-decoration: none;
}

    .mpbutton-warning:hover, .mpbutton:focus, .mpbutton:active, .mpbutton.active {
        background: #D98900;
        text-decoration: none;
    }

#wdcontent {
    width: 100% !important;
}

.Image150 {
    width: 150px !important;
    height: auto !important;
}

table {
    width: 100%;
}

.HoverRow {
    overflow: hidden;
}

    .HoverRow:hover {
        background-color: #f5f5f5;
    }

.formRequired {
    color: red;
}

.g-recaptcha {
    border: 1px solid white;
}

.redactor-editor-outlining {
    border: 1px solid yellow;
    overflow: hidden;
}

.redactor-editor table td,
.redactor-editor table th {
    padding: 5px;
    border: 1px solid #ddd;
    vertical-align: top;
}

.redactor-editor table thead td,
.redactor-editor table th {
    font-weight: bold;
    border-bottom-color: #888;
}

/*begin user account/login styles*/
.userAccount {
    padding: 5px 20px 5px 20px;
    z-index: 20000;
}

.pageContent img {
    max-width: 100%;
}

.login {
    display: block;
}

.account {
    display: block;
}

.loginMobile {
    display: none;
}

    .loginMobile a {
        font-size: 12pt;
    }

.accountMobile {
    display: none;
}

    .accountMobile a {
        font-size: 12pt;
    }
/*end user account/login styles*/

/*begin login screen*/

.dvLogin {
    width: 335px;
    margin-right: auto;
    margin-left: auto;
    padding: 50px;
    background-color: #fff;
    color: black;
    border: 1px solid black;
}

    .dvLogin a {
        color: #666;
    }

        .dvLogin a:hover, .dvLogin a:active, .dvLogin a:focus {
            color: #aaa;
        }

/*end login screen*/

.modal-header .close {
    margin-right: 11px;
}

.wd-button a {
    padding: 4.5px 10px;
    background-color: #000000;
    color: #ffffff;
    font-size: 16px;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid;
    border-color: #666666;
    text-decoration: none;
}

    .wd-button a:hover, .wd-button a:active, .wd-button a:focus {
        padding: 4.5px 10px;
        background-color: #666666;
        color: #ffffff;
        font-size: 16px;
        border-radius: 8px 8px 8px 8px;
        border: 1px solid;
        border-color: #000000;
        text-decoration: none;
    }

.wdRequired {
    color: red;
}

.modalpopup {
    background-color: white;
    position: fixed !important;
    left: 10px;
    right: 10px;
}

.submenuLink {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.rc-anchor-standard {
    border: none;
}

.slider-container {
    background-color: #FFFFFF;
}

.menuBarMobile a {
    text-decoration: none !Important;
}

.MusicControl {
    position: fixed;
    top: 3px;
    right: 30px;
    z-index: 10000;
}

.musicIconPause {
    background: url(../images/icon-play.png) no-repeat;
    height: 50px;
    width: 50px;
    float: left;
}

.musicIconPlay {
    background: url(../images/icon-pause.png) no-repeat;
    height: 50px;
    width: 50px;
    float: left;
}

.menuBar {
    clear: both;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.menuItems {
    padding-left: 10px;
    padding-top: 20px;
    font-family: 'Alex Brush', sans-serif;
    font-size: 18px;
}

.menuBarMobile {
    clear: both;
    cursor: pointer;
    display: none;
    width: 100%;
    height: auto;
    text-align: center;
    z-index: 12000;
    font-size: x-large;
}

.menuItemsMobile {
    text-align: left;
    height: auto;
    padding-left: 40px;
    overflow: hidden;
}

.menuLink {
    text-decoration: none;
    margin-right: 15px;
    margin-left: 15px;
}

    .menuLink a:hover {
        text-decoration: none;
    }

.menuSubMenu {
    position: relative;
    top: 40px;
    left: 100px;
    height: 0px;
    overflow: hidden;
    text-align: left;
    padding-left: 10px;
    z-index: 9000;
}

.menuSubMenuMobile {
    padding-left: 10px;
}

.mobileMenuItems {
    overflow: hidden;
}

.submenuli {
    padding: 5px;
    list-style-type: none;
}

.submenuspacer {
    height: 32px;
}

.menuSubMenu {
    position: absolute;
    top: 0;
    left: 0;
    height: 0px;
    overflow: hidden;
    z-index: 9000;
}

.wd-container {
    position: relative;
    width: 100%;
    margin: 0px auto;
    z-index: 0;
}

.wd-viewport {
    height: 30px;
    width: auto;
    float: left;
    padding-top: 7px;
    overflow: hidden;
    position: relative;
}

.wd-viewport-inner {
    list-style: none;
    position: absolute;
    left: 0px;
    width: 9000px;
}

.wd-item {
    position: relative;
    display: block;
    text-align: center;
    cursor: pointer;
    float: left;
    height: 40px;
}

.wd-prev, .wd-next {
    cursor: pointer;
}

.wd-prev {
    float: left;
    background: url(../../shared/images/icon-left-arrow.png) no-repeat;
    height: 35px;
    width: 35px;
    margin-left: 10px;
}

.wd-next {
    float: right;
    background: url(../../shared/images/icon-right-arrow.png) no-repeat;
    height: 36px;
    width: 36px;
    margin-right: 10px;
}

.socialIcon {
    height: 36px;
    width: 36px;
    float: left;
}

.ig {
    background: url('../../../websitethemes/shared/images/Social Media Color/icon-in.png') no-repeat center;
}

.fb {
    background: url('../../../websitethemes/shared/images/Social Media Color/icon-fb.png') no-repeat center;
}

.tw {
    background: url('../../../websitethemes/shared/images/Social Media Color/icon-tw.png') no-repeat center;
}

.google {
    background: url('../../../websitethemes/shared/images/Social Media Color/icon-google.png') no-repeat center;
}

.pi {
    background: url('../../../websitethemes/shared/images/Social Media Color/icon-pi.png') no-repeat center;
}

.li {
    background: url('../../../websitethemes/shared/images/Social Media Color/icon-li.png') no-repeat center;
}

.yt {
    background: url('../../../websitethemes/shared/images/Social Media Color/icon-yt.png') no-repeat center;
}

.tm {
    background: url('../../../websitethemes/shared/images/Social Media Color/icon-tm.png') no-repeat center;
}

.socialMediaShare {
    background: url('../../../websitethemes/shared/images/Social Media Color/icon-share.png') no-repeat center;
}

.musicIconPause {
    background: url('../../../websitethemes/shared/images/Social Media Color/icon-play.png') no-repeat center;
    height: 36px;
    width: 36px;
    float: left;
}

.musicIconPlay {
    background: url('../../../websitethemes/shared/images/Social Media Color/icon-pause.png') no-repeat center;
    height: 36px;
    width: 36px;
    float: left;
}

.mobileHeader {
    display: none;
    overflow: hidden;
}

.copyrightMobile {
    clear: both;
    width: 100%;
    text-align: center;
    padding: 10px;
    display: none;
}

.thumbWrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    display: none;
}

.pageImage {
    max-width: 100%;
}

.sliderThumbNail {
    height: auto;
    width: 142px;
    border: 8px solid white;
}

.sliderThumbNailActive {
    height: auto;
    width: 142px;
    border: 8px solid #262d5b;
}

.dvSocial {
    z-index: 4000;
}

.logomobile {
    display: none;
}

.footermobile {
    display: none;
}

.productTab .productTabOptions,
.productTab .productTabImages,
.productTab .productTabFavorites {
    opacity: 0.3;
}

.productTabActive {
    color: white;
    float: left;
    margin-right: 2px;
    padding: 6px;
    border-radius: 0px 0px 5px 5px;
    border-left: 2px rgba(0,0,0, 0.3);
    border-right: 2px rgba(0,0,0, 0.3);
    border-bottom: 2px rgba(0,0,0, 0.3);
    cursor: pointer;
}

.productTabOptions {
    width: 25px;
    background: url('../../../images/tab-options.png') no-repeat center;
    background-size: contain;
}

.productTabImages {
    width: 25px;
    background: url('../../../images/tab-images.png') no-repeat center;
    background-size: contain;
}

.productTabFavorites {
    width: 25px;
    background: url('../../../images/tab-favorites.png') no-repeat center;
    background-size: contain;
}

.validatorCalloutHighlight {
    background-color: yellow !important;
    background: yellow !important;
}

.btn-right {
    float: right;
}

@-ms-viewport {
    width: device-width;
}

.dvMasterContent {
    display: none;
}

.dvMasterContentBrowser {
    position: fixed;
    top: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-color: white;
    color: black;
    padding: 20px;
}

    .dvMasterContentBrowser a {
        color: blue;
    }

        .dvMasterContentBrowser a:hover {
            color: blue;
        }

.checkoutBillTo {
    float: left;
    width: 50%;
}

.checkoutBillToTitle {
    margin-left: 168px;
}

.checkoutShipTo {
    float: right;
    width: 50%;
}

.checkoutShipToTitle {
    margin-left: 86px;
}

.checkoutCommentsDiv {
    position: absolute;
    top: 10px;
    left: 10px;
    text-align: left;
}

.checkoutButton {
    width: 200px;
}

.checkoutCommentsTextArea {
    width: 365px;
    height: 100px;
}

.checkoutDiv {
    text-align: left;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px !important;
}

@media only all {
    .dvMasterContentBrowser {
        display: none;
    }

    .dvMasterContent {
        display: block;
    }
}

.btn-cart-welcomepage {
    color: #000000;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #B0B3B5;
    *background-color: #B0B3B5;
    background-image: -moz-linear-gradient(top, #ffffff, #B0B3B5);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#B0B3B5));
    background-image: -webkit-linear-gradient(top, #ffffff, #B0B3B5);
    background-image: -o-linear-gradient(top, #ffffff, #B0B3B5);
    background-image: linear-gradient(to bottom, #ffffff, #B0B3B5);
    background-repeat: repeat-x;
    border-color: #B0B3B5 #0D4962 #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#B0B3B5', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

    .btn-cart-welcomepage:hover,
    .btn-cart-welcomepage:focus,
    .btn-cart-welcomepage:active,
    .btn-cart-welcomepage.active,
    .btn-cart-welcomepage.disabled,
    .btn-cart-welcomepage[disabled] {
        color: #000000;
        background-color: #B0B3B5;
    }

.btn-primary {
    color: #000000;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #B0B3B5;
    *background-color: #B0B3B5;
    background-image: -moz-linear-gradient(top, #ffffff, #B0B3B5);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#B0B3B5));
    background-image: -webkit-linear-gradient(top, #ffffff, #B0B3B5);
    background-image: -o-linear-gradient(top, #ffffff, #B0B3B5);
    background-image: linear-gradient(to bottom, #ffffff, #B0B3B5);
    background-repeat: repeat-x;
    border-color: #B0B3B5 #0D4962 #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#B0B3B5', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .btn-primary.disabled,
    .btn-primary[disabled] {
        color: #000000;
        background-color: #B0B3B5;
    }

.btn-warning {
    color: #000000;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #B0B3B5;
    *background-color: #B0B3B5;
    background-image: -moz-linear-gradient(top, #ffffff, #B0B3B5);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#B0B3B5));
    background-image: -webkit-linear-gradient(top, #ffffff, #B0B3B5);
    background-image: -o-linear-gradient(top, #ffffff, #B0B3B5);
    background-image: linear-gradient(to bottom, #ffffff, #B0B3B5);
    background-repeat: repeat-x;
    border-color: #B0B3B5 #0D4962 #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#B0B3B5', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

    .btn-warning:hover,
    .btn-warning:focus,
    .btn-warning:active,
    .btn-warning.active,
    .btn-warning.disabled,
    .btn-warning[disabled] {
        color: #000000;
        background-color: #B0B3B5;
    }

.collectionBannerWrapper {
    padding: 5px;
}

.collectionBanner {
    cursor: pointer;
    background: rgba(0,0,0,0.3);
    border: 1px solid rgba(0,0,0,0.0);
    padding: 5px;
    overflow: auto;
    position: relative;
    margin-bottom: 2px;
    color: white;
}

    .collectionBanner:hover {
        opacity: 0.5;
    }

.collectionBannerError {
    cursor: pointer;
    background: rgba(163, 161, 164, 0.8);
    border: 1px solid yellow;
    padding: 5px;
    overflow: auto;
    position: relative;
    margin-bottom: 2px;
    color: white;
}

    .collectionBannerError:hover {
        opacity: 0.5;
    }

.collectionBannerPackage {
    cursor: pointer;
    background: rgba(163, 161, 164, 0.8);
    border: 1px solid rgba(0,0,0,0.0);
    padding: 5px;
    margin-bottom: 10px;
    overflow: auto;
    position: relative;
    color: white;
}

.collectionBannerCart {
    background: rgba(0,0,0,0.3);
    border: 1px solid rgba(0,0,0,0.0);
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: auto;
    position: relative;
    color: white;
    font-size: 16px;
}

.discountsHeading {
    font-size: 20px;
}

.discountsItem {
    margin-bottom: 5px;
    font-size: 16px;
}

.cartRemove {
    float: right;
}

.pageContentWrapper {
    float: left;
    vertical-align: top;
}

.fullWidth {
    width: 100% !important;
}

#wdcontent {
    min-height: 200px;
}

.pageContent .pageContentWrapper {
    padding: 5px;
}

.editorPageDivInnerLiveEdit {
    border: 1px solid rgba(255, 255, 255, 0.8);
    cursor: pointer;
    min-height: 23px;
}

.editorPageDivInnerSelected {
    border: 1px solid rgba(0, 0, 255, 1.0);
    min-height: 23px;
}

.editorPageDivInner img {
    max-width: 100%;
}

.welcomePageHtml {
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0px !important;
}

.welcomePageButton {
    text-align: center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
}

.category-img-cart {
    border: 3px solid rgba(0,0,0,0.3);
}

.zoomContainer {
    z-index: 100000;
}

.imageFavorite {
    position: absolute;
    top: 3px;
    right: 3px;
    max-width: 30px !important;
}

.ImageToolbar {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 0px;
    background: #fefefe;
    font-size: .875em;
    box-shadow: 0 1px 3px #ccc;
}

    .ImageToolbar::before {
        content: "\25BC";
        position: absolute;
        bottom: -12px;
        left: 45%;
        font-size: 14px;
        line-height: 14px;
        color: #848688;
        text-shadow: none;
        display: block;
    }

    .ImageToolbar img:hover {
        opacity: 0.5;
    }

.productNode {
    opacity: 1.0;
    cursor: pointer;
    overflow: hidden !IMPORTANT;
}

.productNodeSelected {
    opacity: 0.5;
}

.productNodeCheck {
    width: 20px;
    height: 20px;
    background-image: url('../../../images/checkmark.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 1px;
    right: 1px;
    background-color: white;
    border: 1px solid gray;
}

/*.productNodeSelected {
        border: 2px dashed #00FF00;
        outline-offset: -5px;
    }*/

.eventsScollable {
    overflow-y: auto;
    overflow-x: hidden;
}

.cartClose {
    color: white;
    font-weight: bold;
    text-decoration: none !IMPORTANT;
}

    .cartClose:hover {
        color: white;
        font-weight: bold;
        text-decoration: none !IMPORTANT;
    }

.cart-WrapperFullScreen {
    position: fixed;
    z-index: 8000;
    top: 0px;
    width: 100%;
    bottom: 0px;
    left: 0px;
    background-color: white;
    padding: 30px;
    overflow: auto;
}

.productNode img {
    max-width: none;
}

.category-img .image-hover {
    position: absolute;
    width: 30%;
    height: 100%;
    top: 100%;
    left: 0;
    background: rgba(0,0,0,0.2);
    opacity: 0;
    transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    z-index: 99;
}

.category ul li a:hover .category-img .image-hover {
    top: 0;
    opacity: 1;
}


.category-img img {
    float: left;
    width: 100%;
    /*-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);*/
}

/*.category-img:hover img {
    transform: scale(1.3);
    -ms-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
}*/


.cart-Inner {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: white;
    overflow: hidden;
}

.pageContent {
    border-radius: 0px;
    font-size: 14px;
}

body {
    overflow: hidden;
}

.copyImage {
    opacity: 1.0;
}

.menu-content {
    left: 0px;
    position: relative;
    min-height: 100%;
    height: 100%;
    overflow: visible;
    border: 60px solid rgba(0, 0, 0, 1);
}

.menu-details {
    min-width: 800px;
    position: relative;
    background-color: #575757;
    padding: 20px;
}

.img-arrangement {
    float: left;
    width: 25%;
}

.navTabsContainer {
    width: 100%;
    overflow: hidden;
    height: 34px;
    position: relative;
}

.navTabsContainerInner {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 34px;
    width: 5000px;
}


.black {
    background-color: black;
}

.welcomePageBackgroundImage {
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
}

/*p {
        color: white !important;
    }*/

.dvThumbImage {
    display: block;
    position: relative;
    float: left;
    height: auto;
    margin: 5px;
    border: 1px solid black;
}

.previewThumb {
    opacity: 1.0;
    cursor: pointer;
}

    .previewThumb:hover {
        opacity: 0.5;
    }

.divProductImage {
    width: 100px;
    height: 100px;
    border: 1px solid black;
    float: left;
    clear: both;
    margin-top: 10px;
}

.imgProductPreview {
    width: 100px;
    height: auto;
}

.cartThumbs {
    clear: both;
    background: rgba(34, 34, 34, 0.7);
    border: 1px solid black;
    float: left;
    width: 100%;
    height: 400px;
    max-width: 47.6%;
    padding: 9px;
    overflow-x: hidden;
    overflow-y: auto;
}

/*.cartThumbsInner {
            max-height: 100% !important;
            height: 100% !important;
        }*/

.cartNavLeft {
    clear: both;
    float: left;
    width: 100%;
    max-width: 47.6%;
}

.cartPreview {
    position: relative;
    width: 100%;
    max-width: 51%;
    background: rgba(34, 34, 34, 0.7);
    border: 1px solid black;
    float: right;
    overflow-x: hidden;
    overflow-y: auto;
    height: 400px;
    padding: 10px;
}

.cartNavRight {
    float: right;
    width: 100%;
    max-width: 51%;
}

.previewNavigation {
    max-width: 51%;
    float: right;
}

.cart-Wrapper {
    max-width: 100%;
    overflow: hidden;
}

.imagePreview {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%;
}

.menu-details h3 {
    background: none;
}

.productImage {
    width: 100px;
    height: auto;
}

.selectedThumb {
    border: 3px solid #ff6a00;
}

.draggable {
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.cartTab {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid #3A4C58;
    background: rgba(34, 34, 34, 0.4);
    border-radius: 4px 4px 0 0;
    padding: 4px;
    color: whitesmoke;
    float: left;
    cursor: pointer;
}

.cartTabActive {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid #3A4C58;
    background: rgba(34, 34, 34, 0.7);
    border-radius: 4px 4px 0 0;
    padding: 4px;
    color: white;
    float: left;
    cursor: pointer;
}

.divFileName {
    width: 100%;
    bottom: -12px;
    left: 0px;
    padding: 5px;
    position: absolute;
    text-align: center;
    display: none;
    height: 35px;
    overflow: hidden;
    white-space: nowrap;
}

.searchInput {
    border-radius: 14px 0px 0px 14px;
    outline: none;
    display: inline;
    margin-bottom: 0px;
    vertical-align: middle;
    padding-left: 4px;
    font-size: 14px;
    color: #999999;
    height: 30px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

.icon-search {
    background-position: -48px 0;
}

.icon-edit {
    background-position: -96px -72px;
}

.form-search .input-append .btn {
    -webkit-border-radius: 0 14px 14px 0;
    -moz-border-radius: 0 14px 14px 0;
    border-radius: 0 14px 14px 0;
}

.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
    margin-left: -1px;
}

.form-horizontal .control-label {
    min-width: 100px;
}

.FavAddedMessage {
    display: none;
    position: absolute;
    right: 230px;
    bottom: 6px;
    border: 1px solid black;
    background-color: white;
    color: black;
    padding: 8px;
    -webkit-border-radius: 65px;
    -moz-border-radius: 65px;
    border-radius: 65px;
}

.CartAddedMessage {
    display: none;
    position: absolute;
    right: 7px;
    bottom: 45px;
    border: 1px solid black;
    background-color: white;
    color: black;
    padding: 8px;
    -webkit-border-radius: 65px;
    -moz-border-radius: 65px;
    border-radius: 65px;
}

.NavArrowLeft {
    position: absolute;
    left: 3px;
    top: 1px;
    border-radius: 30px;
    height: 30px;
    width: 30px;
    color: white;
    background: #000 url(../../../Content/scroller/prevArrow.png) center center;
    opacity: 0.7;
    display: none;
}

    .NavArrowLeft:hover {
        background-color: #d56916;
        opacity: 1;
    }

.NavArrowRight {
    position: absolute;
    right: 3px;
    top: 1px;
    border-radius: 30px;
    height: 30px;
    width: 30px;
    color: white;
    background: #000 url(../../../Content/scroller/nextArrow.png) center center;
    opacity: 0.7;
    display: none;
}

    .NavArrowRight:hover {
        background-color: #d56916;
        opacity: 1;
    }

.PreviewTextNode p {
    color: inherit !important;
    font-family: inherit !important;
    font-size: inherit !important;
}

.portfolioButtonWrapper {
    position: absolute;
    top: 0px;
    right: 1px;
    z-index: 500;
    height: 44px;
}

.portfolioIconClose {
    background: url(../../../WebsiteThemes/Shared/Images/white-icon-close.png) no-repeat;
    height: 44px;
    width: 44px;
    float: right;
    cursor: pointer;
    opacity: .7;
}

    .portfolioIconClose:hover {
        opacity: 1;
    }

.cartMusicIconPause {
    background: url(../../../WebsiteThemes/Shared/Images/white-icon-play.png) no-repeat;
    height: 44px;
    width: 44px;
    float: right;
    cursor: pointer;
    opacity: .7;
}

    .cartMusicIconPause:hover {
        opacity: 1;
    }


.cartMusicIconPlay {
    background: url(../../../WebsiteThemes/Shared/Images/white-icon-pause.png) no-repeat;
    height: 44px;
    width: 44px;
    float: right;
    cursor: pointer;
    opacity: .7;
}

    .cartMusicIconPlay:hover {
        opacity: 1;
    }


.gallery-buttons {
    float: left;
    width: 100%;
}

    .gallery-buttons a.zoom {
        float: left;
    }

    .gallery-buttons a.zoom {
        background: url(../../../images/zoom-btn.png) no-repeat;
        width: 53px;
        height: 46px;
        float: left;
    }

    .gallery-buttons a.zoomout {
        float: left;
    }

    .gallery-buttons a.zoomout {
        background: url(../../../images/zoom-minus.png) no-repeat;
        width: 53px;
        height: 46px;
        float: left;
    }

    /*
    .gallery-buttons a.zoom:hover {
        background:url(../../images/zoom-btn-hover.png) no-repeat;
    }*/
    .gallery-buttons a.xfavorite-btn {
        float: right;
        padding: 6px 10px;
        background: #ad0631;
        color: #ffffff;
        font-size: 16px;
        text-decoration: none;
        border: 1px solid white;
    }

        .gallery-buttons a.xfavorite-btn span {
            background: url(../../../images/btn_delete.png) no-repeat;
            width: 16px;
            height: 16px;
            margin-right: 8px;
            margin-top: 5px;
            float: left;
        }

    .gallery-buttons a.favorite-btn {
        float: right;
        padding: 6px 10px;
        background: #ad0631;
        color: #ffffff;
        font-size: 16px;
        text-decoration: none;
        border: 1px solid white;
        height: 30px;
    }

        .gallery-buttons a.favorite-btn span {
            background: url(../../../images/favorite-icon.png) no-repeat;
            width: 16px;
            height: 16px;
            margin-right: 8px;
            margin-top: 5px;
            float: left;
        }

    .gallery-buttons a.buy-btn span {
        background: url(../../../images/buy-icon.png) no-repeat;
        width: 16px;
        height: 16px;
        float: left;
        margin-top: 1px;
        margin-right: 5px;
    }

    .gallery-buttons a.buy-btn {
        float: right;
        padding: 6px 10px;
        background: #056BF7;
        height: 30px;
        color: #ffffff;
        font-size: 16px;
        text-decoration: none;
        margin-left: 20px;
        border: 1px solid white;
    }

    .gallery-buttons a.small-btn {
        padding: 2px 10px;
        background: #056BF7;
        color: #ffffff;
        font-size: 16px;
        height: 16px;
        border: 1px solid #056BF7;
        text-decoration: none;
    }

    .gallery-buttons a.cancel-btn span {
        background: url(../../../images/btn_back.png) no-repeat;
        width: 16px;
        height: 16px;
        float: left;
        margin-top: 3px;
        margin-right: 5px;
    }

    .gallery-buttons a.cancel-btn {
        float: right;
        padding: 6px 10px;
        background: #ad0631;
        color: #ffffff;
        font-size: 16px;
        height: 30px;
        text-decoration: none;
        border: 1px solid white;
    }

    .gallery-buttons a.favorite-btn:hover, .gallery-buttons a.buy-btn:hover, .gallery-buttons a.share-btn:hover .gallery-buttons a.cancel-btn:hover {
        opacity: 0.8;
    }

.cartContainer {
    background: rgba(0,0,0, 0.3);
    min-height: 650px;
    min-width: 100%;
    padding: 20px;
}

.bread-crumb {
    clear: both;
    float: left;
    width: 100%;
    background: rgba(0,0,0, 0.3);
    padding: 4px;
    color: white;
    position: relative;
    min-height: 39px;
}

    .bread-crumb ul {
        float: left;
        margin: 0;
        padding-left: 8px;
        width: 100%;
    }

        .bread-crumb ul li {
            float: left;
            list-style-type: none;
        }

            .bread-crumb ul li span {
                color: white;
                float: left;
                margin: 0 8px;
            }

            .bread-crumb ul li.active a {
                color: #fff;
                text-decoration: none;
            }

            .bread-crumb ul li a {
                float: left;
                color: #ffffff;
                font-size: 15px;
                text-decoration: none;
            }

#FirstDiv, #SecondDiv {
    float: left;
}

.thumbnails, .gallery-right {
    background: rgba(0,0,0, 0.3);
    border: 1px solid #313131;
    float: left;
    margin-top: 10px;
    min-height: 650px;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .thumbnails img, .gallery-right img {
        max-width: 100%;
        /*height:100%;*/
        max-height: 582px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

.slideshow .previous {
    display: none !important;
    opacity: 0 !important;
}

#prevslide, #nextslide {
    float: left;
    height: 25px;
    width: 42px;
    cursor: pointer;
}

#prevslide {
    border-right: 1px solid #ffffff;
    background: url('../../../images/cart-back.png') no-repeat center;
}

#nextslide {
    right: 10px;
    background: url('../../../images/cart-forward.png') no-repeat center;
}

.play-button {
    height: 25px;
    float: left;
    width: 42px;
    border-right: 1px solid #ffffff;
    background: url('../../../images/cart-play.png') no-repeat center;
    cursor: pointer;
}

select,
input[type='text'],
input[type='password'],
textarea,
.uneditable-input {
    border-radius: 0px !IMPORTANT;
}

.pause-button {
    height: 25px;
    float: left;
    width: 42px;
    border-right: 1px solid #ffffff;
    background: url('../../../images/cart-pause.png') no-repeat center;
    cursor: pointer;
}

.ImagePortrait {
    text-align: center;
    border: 1px solid rgba(255,255,255,1);
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    user-select: none;
    cursor: pointer;
}

.ImageLandscape {
    text-align: center;
    border: 1px solid rgba(255,255,255,1);
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    user-select: none;
    cursor: pointer;
}

.imageCollage {
    cursor: pointer;
    position: relative;
}

.imageCollageImg {
    border: 2px solid white;
}

.imageCollageSelected {
    opacity: 0.5;
}

.imageFit {
    text-align: center;
    border: 2px solid rgba(255,255,255,.2);
    user-select: none;
    cursor: pointer;
}

.imageFitInner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.imageFitSelected {
    border: 2px solid rgba(255,255,255,1);
}


.thumbs {
    height: 500px;
    overflow-x: hidden;
    overflow-y: scroll;
    text-align: center;
    float: left;
}

.cartSlideShowControls {
    background: rgba(0,0,0, 0.3);
}

.pagesPrevNext {
    color: white;
    font-weight: bold;
    padding: 2px 5px 2px 5px;
    float: left;
    margin-right: 5px;
    width: 25px;
    text-align: center;
    background: rgba(0,0,0, 0.3);
}

.pagesPage {
    color: white;
    font-weight: bold;
    padding: 2px 5px 2px 5px;
    cursor: pointer;
    float: left;
    margin-right: 5px;
    width: 25px;
    text-align: center;
    background: rgba(0,0,0, 0.3);
}

.pagesPageSelected {
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    font-weight: bold;
    padding: 2px 5px 2px 5px;
    cursor: pointer;
    float: left;
    margin-right: 5px;
    width: 25px;
    text-align: center;
}

.dvImageViewer {
    float: left;
    width: 60%;
    height: 500px;
    overflow: hidden;
    position: relative;
}

.dvPager {
    margin-top: -5px;
    float: left;
    display: none;
}

.pagesPageMobile {
    width: 50px;
    font-size: 14pt;
}

.dvCartButtons {
    float: right;
    width: 60%;
}

.dvCartFooter {
    border-top: 2px solid rgba(0, 0, 0, 0.3);
    width: 100%;
    padding: 0px 10px 0px 10px;
    clear: both;
    height: 48px;
    position: relative;
    /*background: rgba(34, 34, 34, 0.7);*/
}

.dvCartFooterCartOnly {
    border-top: 1px solid white;
    width: 100%;
    padding: 0px 10px 0px 10px;
    clear: both;
    height: 58px;
    position: relative;
}

.ImageWell {
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.productTabs {
    position: absolute;
    top: -2px;
    right: 25px;
    display: none;
}

.productTabsFullScreen {
    position: absolute;
    top: -2px;
    right: 25px;
    display: none;
}

.productTabsCartOnly {
    position: absolute;
    top: -2px;
    right: 25px;
    display: none;
}

.productTab {
    color: rgba(255,255,255,0.5);
    float: left;
    margin-right: 2px;
    padding: 6px;
    border-radius: 0px 0px 5px 5px;
    border-left: 1px solid white;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    cursor: pointer;
}

.text90 {
    transform: rotate(90deg);
    transform-origin: left top 0;
    white-space: nowrap;
}

.inner90 {
    -moz-transform: translateX(-50%) translateY(-50%) rotate(90deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
    transform: translateX(-50%) translateY(-50%) rotate(90deg);
    white-space: nowrap;
    top: 50%;
    left: 50%;
    position: absolute;
    display: inline-block;
}

.cartSettings {
    position: absolute;
    height: 0px;
    width: 200px;
    top: 41px;
    right: 30px;
    background-color: white;
    z-index: 100000;
    overflow: hidden;
    color: black;
}

.cartSettingsFullScreen {
    top: 66px;
    right: 85px;
}

.expandButton {
    position: absolute;
    top: 350px;
    left: 500px;
    background: url('../../../images/cart-forward.png') no-repeat center;
    height: 22px;
    width: 17px;
    background-color: rgba(34, 34, 34, 0.7);
    display: none;
}

.innerTextHorizonal {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: inline-block;
}

.innerText {
    white-space: nowrap;
    top: 50%;
    left: 50%;
    position: absolute;
    display: inline-block;
}

.MobileHide {
    display: none;
}

.dvSearch {
    float: right;
    width: 40%;
}

.dvCartClose {
    float: right;
    margin-right: 15px;
    cursor: pointer;
    display: none;
    font-size: 22px;
}

    .dvCartClose a,
    .dvCartClose a:visited,
    .dvCartClose a:active,
    .dvCartClose a:hover {
        color: white;
    }

.productTabsFullScreen_mobile {
    position: absolute;
    bottom: 17px;
    right: 0px;
    margin-right: -2px;
    display: none;
}

.thumbs_mobile {
    height: 150px;
    overflow-x: scroll;
    overflow-y: hidden;
    text-align: center;
    float: none;
    clear: both;
    white-space: nowrap;
    margin-bottom: 5px;
}

.dvCartClose_mobile {
    float: none;
    margin-right: 0px;
    margin-top: 0px;
    position: absolute;
    top: 2px;
    right: 6px;
}

.dvSearch_mobile {
    float: none;
    clear: both;
    padding-top: 5px;
    width: 100%;
}

.dvProductName_mobile {
    display: none;
}

.dvImageViewer_mobile {
    float: none;
    width: 100% !IMPORTANT;
}

.cart-WrapperFullScreen_mobile {
    padding-top: 50px !IMPORTANT;
}

.dvCartButtons_mobile {
    float: none;
    clear: both;
    width: 100%;
}

.gallery-buttons_mobile a.buy-btn {
    padding: 7px 10px;
    font-size: 13px;
}

    .gallery-buttons_mobile a.buy-btn span {
        margin-top: -1px;
    }

.gallery-buttons_mobile a.favorite-btn {
    padding: 7px 10px;
    font-size: 13px;
}

    .gallery-buttons_mobile a.favorite-btn span {
        margin-top: -1px;
    }

.gallery-buttons_mobile a.cancel-btn {
    padding: 7px 10px;
    font-size: 13px;
}

    .gallery-buttons_mobile a.cancel-btn span {
        margin-top: -1px;
    }

.packageClickHere {
    position: absolute;
    top: 0px;
    right: 0px;
}

.meter {
    height: 10px; /* Can be anything */
    position: relative;
    background: #555;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 2px;
    -webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
    -moz-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
    box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
}

    .meter > span {
        display: block;
        height: 100%;
        -webkit-border-top-right-radius: 8px;
        -webkit-border-bottom-right-radius: 8px;
        -moz-border-radius-topright: 8px;
        -moz-border-radius-bottomright: 8px;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        background-color: rgb(43,194,83);
        background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(43,194,83)), color-stop(1, rgb(84,240,84)) );
        background-image: -moz-linear-gradient( center bottom, rgb(43,194,83) 37%, rgb(84,240,84) 69% );
        -webkit-box-shadow: inset 0 2px 9px rgba(255,255,255,0.3), inset 0 -2px 6px rgba(0,0,0,0.4);
        -moz-box-shadow: inset 0 2px 9px rgba(255,255,255,0.3), inset 0 -2px 6px rgba(0,0,0,0.4);
        box-shadow: inset 0 2px 9px rgba(255,255,255,0.3), inset 0 -2px 6px rgba(0,0,0,0.4);
        position: relative;
        overflow: hidden;
    }

        .meter > span:after, .animate > span > span {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, rgba(255, 255, 255, .2)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.75, rgba(255, 255, 255, .2)), color-stop(.75, transparent), to(transparent) );
            background-image: -moz-linear-gradient( -45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent );
            z-index: 1;
            -webkit-background-size: 50px 50px;
            -moz-background-size: 50px 50px;
            -webkit-animation: move 2s linear infinite;
            -webkit-border-top-right-radius: 8px;
            -webkit-border-bottom-right-radius: 8px;
            -moz-border-radius-topright: 8px;
            -moz-border-radius-bottomright: 8px;
            border-top-right-radius: 8px;
            border-bottom-right-radius: 8px;
            -webkit-border-top-left-radius: 20px;
            -webkit-border-bottom-left-radius: 20px;
            -moz-border-radius-topleft: 20px;
            -moz-border-radius-bottomleft: 20px;
            border-top-left-radius: 20px;
            border-bottom-left-radius: 20px;
            overflow: hidden;
        }

.checkoutAddressColumn {
    width: 50%;
    float: left;
}

@media (max-width: 768px) {
    .modal-footer-center .btn + .btn {
        margin-left: 4px;
    }

    .menu-details {
        min-width: 250px;
        position: relative;
        background-color: #575757;
        padding: 20px;
    }

    .pageContentCart {
        padding: 14px !important;
    }

    .dvLogin {
        width: 275px;
    }

    .checkoutCommentsDiv {
        position: relative;
        margin-bottom: 20px;
    }

    .checkoutCommentsTextArea {
        width: 95%;
        height: 100px;
    }

    .checkoutButton {
        width: auto;
    }

    body {
        max-width: 100%;
    }

    .menuBar {
        display: none;
    }

    .menuBarMobile {
        display: block;
    }

    .logo {
        display: none;
    }

    .logomobile {
        display: block;
    }

    .footer {
        display: none;
    }

    .footermobile {
        display: block;
    }

    .mobileHeader {
        display: block;
    }

    .thumbWrapper {
        display: none !important;
    }

    .form-horizontal .control-label {
        text-align: left;
    }

    .form-horizontal .wdcontrols {
        clear: both;
    }

    .login {
        display: none;
    }

    .account {
        display: none;
    }

    .loginMobile {
        display: block;
    }

    .accountMobile {
        display: block;
    }

    h2 {
        font-size: 16pt !important;
    }

    .modal-header h2 {
        font-size: 16pt !important;
    }

    .dvCartFooter {
        padding: 0px;
        height: auto;
    }

    .productTabImages {
        height: 18px;
    }

    .productTabFavorites {
        height: 18px;
    }

    .dvPagerWrapper {
        position: fixed;
        bottom: 0px;
        background-color: white;
        z-index: 600000;
        left: 0px;
        right: 0px;
        padding-left: 10px;
        padding-right: 10px;
        height: 43px;
    }

    .pagesPage {
        color: white;
        font-weight: bold;
        padding: 2px 5px 2px 5px;
        cursor: pointer;
        display: inline-block;
        margin: 3px;
        width: 35px;
        text-align: center;
        font-size: 16pt;
        background: rgba(0,0,0, 0.3);
    }

    .pagesPageSelected {
        background-color: rgba(0, 0, 0, 0.6);
        color: white;
        font-weight: bold;
        padding: 2px 5px 2px 5px;
        cursor: pointer;
        display: inline-block;
        margin: 3px;
        width: 35px;
        text-align: center;
        font-size: 16pt;
    }

    .pagesPrevNext {
        color: white;
        font-weight: bold;
        padding: 2px 5px 2px 5px;
        display: inline-block;
        margin: 3px;
        width: 25px;
        text-align: center;
        font-size: 16pt;
        background: rgba(0,0,0, 0.3);
    }

    .dvPagerMobile {
        margin-top: 0px;
        float: left;
        width: 100%;
    }

    .mobileFavoritesTab {
        float: right;
        margin: 3px;
        width: 40px;
        font-size: 16pt;
        margin-top: -2px;
        cursor: pointer;
    }

    .mobileImagesTab {
        float: right;
        margin: 3px;
        width: 40px;
        font-size: 16pt;
        margin-top: -2px;
        cursor: pointer;
    }

    #dvCartStep1 {
        padding: 30px;
    }
}

@media (max-width: 568px) {
    .checkoutAddressColumn {
        width: 100%;
        float: none;
        clear: both;
    }
}
