.patner-text {
    text-align: center;
    margin-bottom: 25px;
    font-size: 16px;
}

.pg-notify {
	width: 100% !important;
	right: 0 !important;
	top: 0 !important;
	padding: 20px !important;
	background: rgb(33, 150, 243) !important;
	color: #fff !important;
	font-size: 18px !important;
	text-align: center !important;
	box-sizing: border-box;	
}
.pg-notify .ui-pnotify-title {
	display: none !important;
}
.pg-notify .ui-pnotify-text {
	height: auto !important;
	line-height: 1.5;
}
.pg-notify a,
.pg-notify a:hover,
.pg-notify a:active {
	color: #fff !important;
	text-decoration: underline !important;
}
.pg-notify .ui-pnotify-closer,
.pg-notify .ui-pnotify-closer:hover {
	color: #fff !important;
	opacity: 1 !important;
}

/* DPC-4008 */
.onpbxcb__animation__bounce {
    transform:none !important;
    -webkit-transform:none !important;
    -moz-transform:none !important;
    -ms-transform:none !important;
    -o-transform:none !important;
    animation:none !important;
    -webkit-animation:none !important;
    -moz-animation:none !important;
    -ms-animation:none !important;
    -o-animation:none !important;
}

.onpbxcb__button__icon {
    background: url(../../../image/onpbx_button.png) 14px 12px no-repeat !important;
    padding-left: 10000px !important;
}
/* DPC-4008 END */

/* DPC-4003 */
.btn-main.green.btn-pressed,
.btn-main.green.btn-pressed:hover {
    background: #29b43d !important;
    box-shadow: inset 1px 1px 7px rgba(0, 0, 0, 0.42);
    -webkit-box-shadow: inset 1px 1px 7px rgba(0, 0, 0, 0.42);
    -moz-box-shadow: inset 1px 1px 7px rgba(0, 0, 0, 0.42);
    -ms-box-shadow: inset 1px 1px 7px rgba(0, 0, 0, 0.42);
}
/* DPC-4003 END */
/* DPC-4108 */
.b-logo-with-text a {
	display: block;
}
.b-logo-with-text {
        display: inline;
}
.b-logo-with-text img {
        padding-right: 0px !important;
}
.b-logo-marketplace {
        display: inline;
}
.b-logo-marketplace .logo-text{
        padding-left: 0px;
}
.b-logo-text {
	font-size: 12px;
	line-height: 19px;
	vertical-align: top;
	color: #777;
        margin-top: -5px;
}

@media (min-width: 376px) {
    .b-logo-with-text {
        float: left;
        margin-right: 26px;
        text-align: left;
    }
    .b-logo-marketplace {
        float: left;
    }
}
/* DPC-4108 END */
/* MISC-4996 */
.no-special {
	float: right;
	text-align: right;
	font-size: 13px;
	color: #111;
}
.special-price {
	font-size: 13px;
	color: #777;
	float: left;
}
.striked {
    text-decoration: line-through;
}   
.pr5 {
    padding-right: 5px;
}
.option-header-wrapper-custom {
    display: block !important; 
}
.option_price_custom {
    display: block; 
    margin-top: 50px;
}
@media (min-width: 981px) {
    .option_price_custom {
        margin-top: 32px;
    }    
}
/* MISC-4996 END */
/* DPC-4631 */
.btn-main .for-free {
    text-transform: lowercase;
    font-style: italic;
}
@media (min-width: 768px) {
  .modal-dialog {
    min-width: 0 !important;
  }
}
/* DPC-4631 END */