



.generic-page-title .cta-btn-group, .page-title .cta-btn-group {
    margin-top: 10px;
}

.page-title .cta-btn-group-btn:nth-child(1) {
    padding: 10px 20px 10px 0;
}
.cta-btn-group-btn {
    font-size: 13px;
    display: inline-block;
    color: #337ab7;
    text-transform: none;
    font-weight: 400;
}
.d-inline-block {
    display: inline-block!important;
}
.text-md-right {
    text-align: right!important;
}
 .summary-header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.item-detail-summary h4 {
    margin-bottom: 20px;
    font-size: 22px;
}

.item-detail .card-body {
    padding: 20px;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    border-color: rgba(0,0,0,.125);
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.card-body {
    padding: 20px;
}

.justify-content-between {
    justify-content: space-between!important;
}
.btn-group-sm>.btn, .btn-sm {
    padding: .5rem .6rem!important;
    font-size: .7em!important;
    border-radius: .2rem;
}
.btn-outline-secondary:focus, .btn-outline-secondary:hover {
    border: 1px solid #acacac;
    color: #222;
    background: #e7e7e7;
    cursor: pointer;
}

.btn-outline-secondary {
    color: #777;
    background-image: none;
    background-color: transparent;
    border-color: #777;
}

.d-flex {
    display: flex!important;
}
.item-detail-summary .product-attributes {
    border-top: 1px solid #e8e8e8;
    padding-top: 20px;
    margin-top: 25px;
}
.product-attributes {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}
.product-attributes-item {
    margin-top: -2px;
    max-width: 45%;
}
.product-attributes-item {
    font-size: .8em;
    color: #666;
    flex: 0 0 50%;
    max-width: 50%;
    align-items: center;
}
.align-items-center {
    align-items: center!important;
}
.d-flex {
    display: flex!important;
}
 .buy-method {
    font-size: .65em;
    text-transform: uppercase;
    letter-spacing: 2.1px;
    font-weight: 600;
    color: #a7a7a7;
    text-align: left;
    display: block;
    margin-bottom: 2px;
    white-space: nowrap;
}
.card-body {
    padding: 20px;
}
.item-price {
    text-align: left;
    font-size: 1.375rem;
    margin-top: 2px;
    margin-bottom: 2px;
}

.item-detail-summary .product-attributes-item i, .item-detail-summary .product-attributes-item icon {
    font-size: 2.8em;
    margin-left: 0!important;
}

.product-attributes-item i, .product-attributes-item icon {
    margin: 0 8px 0 -8px;
    font-size: 1.5em;
}
.item-detail-summary .product-attributes-item {
    margin-top: 7px;
    max-width: 30%;
}
.product-attributes-item {
    font-size: 14px;
    color: #909090;
    flex: 0 0 50%;
    max-width: 50%;
    align-items: center;
}


.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}



.flex-column {
    flex-direction: column!important;
}
.flex-wrap {
    flex-wrap: wrap!important;
}
.card-saleinfo, .card-timestamp {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
.align-items-center {
    align-items: center!important;
}
.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}
.card-footer {
    padding: .75rem 1.25rem;
    background-color: #f7f7f9;
    border-top: 1px solid rgba(0,0,0,.125);
}

.badge-pill {
    background: #acacac;
    margin-top: 2px;
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
}
.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}



    .cfg-btn {
        background-color: rgb(55, 181, 114);
        color: #fff;
        border: 0;
        box-shadow: 0 0 1px 0px rgba(0,0,0,0.3);
        outline:0;
        cursor: pointer;
        width: 200px;
        padding: 10px;
        font-size: 1em;
        position: relative;
        display: inline-block;
        margin: 10px auto;
    }
    .cfg-btn:hover:not([disabled]) {
        background-color: rgb(37, 215, 120);
    }
    .mobile-magic .cfg-btn:hover:not([disabled]) { background: rgb(55, 181, 114); }
    .cfg-btn[disabled] { opacity: .5; color: #808080; background: #ddd; }

    .cfg-btn.btn-preview,
    .cfg-btn.btn-preview:active,
    .cfg-btn.btn-preview:focus {
        font-size: 1em;
        position: relative;
        display: block;
        margin: 10px auto;
    }

    .cfg-btn,
    .preview,
    .app-figure,
    .api-controls,
    .wizard-settings,
    .wizard-settings .inner,
    .wizard-settings .footer,
    .wizard-settings input,
    .wizard-settings select {
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }
    .preview,
    .wizard-settings {
        padding: 10px;
        border: 0;
        min-height: 1px;
    }
    .preview {
        position: relative;
    }

    .api-controls {
        text-align: center;
    }
    .api-controls button,
    .api-controls button:active,
    .api-controls button:focus {
         width: 80px; font-size: .7em;
         white-space: nowrap;
    }

    .app-figure {
        width: 100% !important;
        margin: 0px auto;
        border: 0px solid red;
        position: relative;
        text-align: center;
    }
    .selectors { margin-top: 10px; }
    .selectors .mz-thumb img {
    min-height: 80px;
    max-height: 80px;
    max-width: 100px;
    min-width: 100px;
    }

    .app-code-sample {
        max-width: 80%;
        margin: 30px auto 0;
        text-align: center;
        position: relative;
    }
    .app-code-sample input[type="radio"] {
        display: none;
    }
    .app-code-sample label {
        display: inline-block;
        padding: 2px 12px;
        margin: 0;
        font-size: .8em;
        text-decoration: none;
        cursor: pointer;
        color: #666;
        border: 1px solid rgba(136, 136, 136, 0.5);
        background-color: transparent;
    }
    .app-code-sample label:hover {
        color: #fff;
        background-color: rgb(253, 154, 30);
        border-color: rgb(253, 154, 30);
    }
    .app-code-sample input[type="radio"]:checked+label {
        color: #fff;
        background-color: rgb(110, 110, 110) !important;
        border-color: rgba(110, 110, 110, 0.7) !important;
    }
    .app-code-sample label:first-of-type {
        border-radius: 4px 0 0 4px;
        border-right-color: transparent;
    }
    .app-code-sample label:last-of-type {
        border-radius: 0 4px 4px 0;
        border-left-color: transparent;
    }

    .app-code-sample .app-code-holder {
        padding: 0;
        position: relative;
        border: 1px solid #eee;
        border-radius: 0px;
        background-color: #fafafa;
        margin: 15px 0;
    }
    .app-code-sample .app-code-holder > div {
        display: none;
    }
    .app-code-sample .app-code-holder pre {
        text-align: left;
        white-space: pre-line;
        border: 0px solid #eee;
        border-radius: 0px;
        background-color: transparent;
        padding: 25px 50px 25px 25px;
        margin: 0;
        min-height: 25px;
    }
    .app-code-sample input[type="radio"]:nth-of-type(1):checked ~ .app-code-holder > div:nth-of-type(1) {
        display: block;
    }
    .app-code-sample input[type="radio"]:nth-of-type(2):checked ~ .app-code-holder > div:nth-of-type(2) {
        display: block;
    }

    .app-code-sample .app-code-holder .cfg-btn-copy {
        display: none;
        z-index: -1;
        position: absolute;
        top:10px; right: 10px;
        width: 44px;
        font-size: .65em;
        white-space: nowrap;
        margin: 0;
        padding: 4px;
    }
    .copy-msg {
        font: normal 11px/1.2em 'Helvetica Neue', Helvetica, 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, sans-serif;
        color: #2a4d14;
        border: 1px solid #2a4d14;
        border-radius: 4px;
        position: absolute;
        top: 8px;
        left: 0;
        right: 0;
        width: 200px;
        max-width: 70%;
        padding: 4px;
        margin: 0px auto;
        text-align: center;
    }
    .copy-msg-failed {
        color: #b80c09;
        border-color: #b80c09;
        width: 430px;
    }
    .mobile-magic .app-code-sample .cfg-btn-copy { display: none; }
    #code-to-copy { position: absolute; width: 0; height: 0; top: -10000px; }
    .lt-ie9-magic .app-code-sample { display: none; }

    .wizard-settings {
        background-color: #4f4f4f;
        color: #a5a5a5;
        position: absolute;
        right: 0;
        width: 340px;
    }
    .wizard-settings .inner {
        width: 100%;
        margin-bottom: 30px;
    }
    .wizard-settings .footer {
        color: #c7d59f;
        font-size: .75em;
        width: 100%;
        position: relative;
        vertical-align: bottom;
        text-align: center;
        padding: 6px;
        margin-top: 10px;
    }
    .wizard-settings .footer a { color: inherit; text-decoration: none; }
    .wizard-settings .footer a:hover { text-decoration: underline; }

    .wizard-settings a { color: #cc9933; }
    .wizard-settings a:hover { color: #dfb363; }
    .wizard-settings table > tbody > tr > td { vertical-align: top; }
    .wizard-settings table { min-width: 300px; max-width: 100%; font-size: .8em; margin: 0 auto; }
    .wizard-settings table caption { font-size: 1.5em; padding: 16px 8px; }
    .wizard-settings table td { padding: 4px 8px; }
    .wizard-settings table td:first-child { white-space: nowrap; }
    .wizard-settings table td:nth-child(2) { text-align: left; }
    .wizard-settings table td .values {
        color: #a08794;
        font-size: 0.8em;
        line-height: 1.3em;
        display: block;
        max-width: 126px;
    }
    .wizard-settings table td .values:before { content: ''; display: block; }

    .wizard-settings input,
    .wizard-settings select {
        width: 126px;
    }
    .wizard-settings input {
        padding: 0px 4px;
    }
    .wizard-settings input[disabled] {
        color: #808080;
        background: #a7a7a7;
        border: 1px solid #a7a7a7;
    }

    .preview { width: 70%; float: left; }
    @media (min-width: 0px) {
        .preview { width: 100%; float: none; }
    }

    @media (min-width: 1024px) {
        .preview { width: calc(100% - 340px); }
        .wizard-settings { top: 0; min-height: 100%; }
        .wizard-settings .inner { margin-top: 60px; }
        .wizard-settings .footer { position: absolute; bottom: 0; left: 0; }
        .wizard-settings .settings-controls {
            position: fixed;
            top: 0; right: 0;
            width: 340px;
            padding: 10px 0 0;
            text-align: center;
            background-color: inherit;
        }
    }
    @media screen and (max-width: 1024px) {
        .api-controls button, .api-controls button:active, .api-controls button:focus {
            width: 70px;
        }
    }
    @media screen and (max-width: 1023px) {
        .app-figure { width: 98% !important; margin: 50px auto; padding: 0; }
        .app-code-sample { display: none; }
        .wizard-settings { width: 100%; }
    }
    @media screen and (max-width: 600px) {
        .mz-thumb img { max-width: 39px; }
    }
    @media screen and (max-width: 560px) {
        .api-controls .sep { content: ''; display: table; }
    }
    @media screen and (min-width: 1600px) {
        .preview { padding: 10px 160px; }
    }



#crMz725171117929
{
	display:none!important
}

.fullDetails {
    border-color: #cacaca;
}

.nav-tabs .nav-link.active {
    color: #464a4c;
    background-color: #fff;
    border-color: #ddd #ddd #fff;
}

.nav-tabs .nav-item .nav-link.active {
    border-color: #cacaca #cacaca #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.fullDetails .table {
   background-color: #fff;
}
.fullDetails .table tbody tr:first-of-type td {
    border-top: 0 solid #fff!important;
}

.fullDetails .table td, .table th {
    padding: 12px!important;
    vertical-align: top!important;
    border-top: 1px solid #f3f3f3!important;
}
.fullDetails {
    border: 1px solid rgba(0,0,0,.125);
}
.item-detail .nav-tabs .nav-link {
    border-bottom: 0;
}
.fullDetails .table tbody tr:first-of-type td {
    border-top: 0 solid #fff!important;
}

.item-detail .branch-details, .item-detail .branch-details address, .item-detail-summary, .item-detail-summary address {
    font-weight: 300;
}
#ItemDetailsContainer .block {
    display: table;
    width: 100%;
}
.float-left {
    float: left!important;
}
.float-right {
    float: right!important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #464a4c;
    background-color: #fff;
    border-color: #ddd #ddd #fff;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -2px;
}


#share-dropdown
{
	text-transform:none;
	font-weight: 600;
}

.btn-primary {
    color: #fff;
    background-color: #a77900;
    border-color: #a77900;
}
.btn-outline-primary {
    color: #a77900;
    background-color: transparent;
    border-color: #a77900;
}

.item-detail-summary .product-attributes-item i, .item-detail-summary .product-attributes-item icon {
    font-size: 13px;
    margin-left: 0!important;
}
.btn-outline-secondary {
    color: #777;
    background-image: none;
    background-color: transparent;
    border-color: #777;
}
 .branch-details h4
 {
	 font-size:20px;
	 margin-bottom: 15px;
	}
 
 .nav-tabs-sk
 {
	     border-bottom: 1px solid #fff!important;
	     margin-top: 20px;
	}
	


.