/*Custom css */

/*Common classes*/
hr {
    margin-top: 15px;
    margin-bottom: 18px;
    border-top: 1px solid #ddd;
    display: inline-block;
    width: 100%;
}
span.text-uppercase {
 text-transform: uppercase !important;
 float: left;
}
b, strong{
    font-weight: 800 !important;
}
img{
    max-width: 100%;
}
.offwhiteBg{
    background: #FAFAFA;
}
.icon-wrapper .glyphicon.glyphicon-ok{
 line-height: 23px;
}
.error-msg, .error, .alert-error{
    color: #f0360c !important;
    font-weight: normal !important;
    font-size: 12px !important;
}
label.error {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    margin-top: 5px;
}
.inner-content li a, .inner-content h2{
    text-transform: uppercase;
}
.btn:active{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.btn .caret{
    border-top: 6px dashed;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    margin-left: 8px;
}
.orderDtl{
    width: 100%;
    float: left;
    margin: 10px 0;
}
.small-font{
    font-size: 12px !important;
    text-transform: uppercase;
}
.cust-theme .alert.alert-success.alert-dismissible{
    background-color: #f5f5f5;
    border-color: #eee;
    position: relative;
    margin-bottom: 0;
}
.cust-theme .alert-dismissible{
    padding-right: 15px;
    position: relative;
    float: left;
    width: 100%;
}
.cust-theme .custom-alert{
    position: fixed;
    top: 151px;
    width: 100%;
    padding: 8px 15px;
    z-index: 2;
    background: #ffe18e !important;
    border-color: #f4cd5f !important;
    border-radius: 0;
}
.cust-theme .custom-alert p{
    width: 100%;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 600;
    margin-top: 3px;
    text-shadow: 1px 2px #f4cd5f;
}
.cust-theme .custom-alert.alert-dismissible .close{
    opacity: 0.7;
    top: 0;
}
.order-type{
    padding: 10px 0 10px 0 !important;
    width: 100%;
    margin: 0;
    float: left;
}
.cust-theme .alert-info{
    color: #666;
    display: inline-block;
    background-color: #eee;
    border-color: #eee;
    margin: 0px 0;
}
.borderArn{
    border: 1px solid #eee;
}
.border-btm{
 border-bottom: 1px solid #ddd;
}
.min-height{
    min-height: 335px !important;
}
.success_txt{
    color: #00CC00 !important;
    font-weight: 700 !important;
}
.text-primary {
    color: #33CCFF !important;
    font-weight: normal!important;
}
.pad-up-down-15{
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.pad-lft-30{
    padding-left: 30px !important;
}
.pad-rgt-6{
    padding-right: 6% !important;
}
.pad-lft-rgt-3{
    padding: 0 3% !important;
}
.pad-lft-6{
    padding-left: 6% !important;
}
.pad-rgt-5{
    padding-right: 5px !important;
}
.side-pad-35{
    padding: 35px !important;
}
.cust-theme .pad-70{
    padding: 70px 0;
}
.btm-pad-70{
    padding-bottom: 70px !important;
}
.no-side-pad{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.no-lft-pad{
    padding-left: 0 !important;
}
.no-btm-pad{
    padding-bottom: 0 !important;
}
.no-mar{
    margin: 0 !important;
}
.mar-top-neg{
    margin-top: -22px;
    text-align: right;
    margin-right: 30px;
}
.mar-top-25{
    margin-top: 25px !important;
}
.mar-btm-30{
    margin-bottom: 30px !important;
}
.mar-rgt{
    margin-right: 0 !important;
}
.mar-side-30{
    margin: 0 30px !important;
}
.mar-top-20{
    margin-top: 20px !important;
}
.mar-btm-45{
    margin-bottom: 45px !important;
}
.mar-top-45{
    margin-top: 45px !important;
}
.mar-top-70{
    margin-top: 70px !important;
}
.mar-top-100{
    margin-top: 100px !important;
}
.mar-lft-18{
    margin-left: 18px !important;
}
.mar-lft-3per{
    margin-left: 3%;
}
.bg-black{
    background: #000 !important;
}
.white-bg{
    background: #fff !important;
}
.underline{
    text-decoration: underline;
}
.blue-link{
    padding-left: 3px !important;
    color: darkturquoise;
}
.pos-rel{
    position: relative;
}
.width-12{
    width: 12% !important;
}
.width-13per{
    width: 13%;
}
.width-17{
    width: 17% !important;
}
.width-18{
    width: 18% !important;
}
.width-22{
    width: 22% !important;
}
.width-45{
    width: 45% !important;
}
.width-48{
    width: 48% !important;
}
.width-100{
    width: 100% !important;
}
.cust-theme .inner-head.overlap{
    background: #ccc;
}
.cust-theme .alert-success{
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.sort-by-price{
    float: right;
    margin: 30px 0 0 0;
}
.sort-by-price .dropdown-menu{
    width: 100%;
    z-index: 1;
}
.sort-by-price .btn{
    background-color: transparent;
    border: 1px solid #ccc;
    padding: 8px 12px;
    text-transform: capitalize;
    width: 185px;
    text-align: left;
}
.sort-by-price .btn .caret{
    float: right;
    margin: 7px 0;
}
.sort-by-price .dropdown-menu>li>a{
 padding: 8px 16px;
}
.cust-theme .container .jumbotron{
    padding: 20px;
    text-align: center;
    float: left;
    width: 100%;
}
.cust-theme .container .jumbotron p{
    font-size: 16px;
    padding: 0 12%;
    line-height: 1.4;
}
.cust-theme .container .jumbotron h3{
    margin: 0 0 5px 0;
}
.cust-theme .hr-style{
    margin: 35px 0 0 0;
}
.table-msg{
    margin: 15px 0 20px 0;
    float: left;
}
.cntr-1 {
    float: left;
    width: 100%;
    height: 400px;
    border: 1px solid #ddd;
    text-align: center;
    position: relative;
}
.cntr-1.coming-soon{
    border: none;
}
.cntr-1.coming-soon .pos-absl{
    margin-left: -200px;
    margin-top: -39px;
    width: 400px;
}
.cntr-1.coming-soon .pos-absl p{
    font-size: 38px;
    width: 100%;
    color: #421613;
    text-transform: capitalize;
}
.btn-center{
    display: inline-block;
}
.pos-absl {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -160px;
    margin-top: -109px;
    width: 320px;
}
.forcefullwidth_wrapper_tp_banner{
    z-index: -1;
}
.cntr-1 .pos-absl .cart-in-circle{
    width: 100px;
    height: 100px;
    margin: 0;
    line-height: 100px;
    border-width: 2px;
}
.cntr-1 .pos-absl .cart-in-circle img{
    width: 50px;
}
.cntr-1 .pos-absl p{
    width: 78%;
    margin: 10px auto;
    line-height: 1.5;
    font-weight: 700;
}
.cust-theme .icons {
    position: absolute;
    right: 12px;
    top: 50px;
    font-size: 18px;
    cursor: pointer;
}
.cust-theme #login-form .icons.show-password {
    top: 19px;
}
.cust-icon{
    margin-right: 0;
    margin-left: 45px;
    vertical-align: middle;
}
.message-txt {
    float: left;
    font-size: 13px;
    color: #333;
    margin-top: 5px;
    margin-left: 3px;
}
.registration-sec .message-txt.error-msg {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
}
.orange_txt{
    color: #FF9900;
}
.indicate{
    font-size: 13px;
    color: #aaa;
    position: absolute;
    top: 50px;
    right: 12px;
}
.cust-theme .bg-black{
    background: #eee !important;
    border-radius: 10px 10px 0 0;
}

/*Loader starts here*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #303030;
    z-index: 999
}
#preloader.transparency{
    background: rgba(0,0,0, 0.6);
}
.preloader--bounce {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px
}

.preloader-bouncer--1,
.preloader-bouncer--2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -webkit-animation: preloaderBouncer 2s infinite ease-in-out;
    animation: preloaderBouncer 2s infinite ease-in-out
}

.preloader-bouncer--2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes preloaderBouncer {
    0%,
    100% {
        -webkit-transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes preloaderBouncer {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}


/*Header Section style*/
.cust-theme .top-bar{
    padding: 8px 0;
    background: #111;
}
.cust-theme .top-bar .logo-heading {
    float: left;
    margin: 11px 0;
}
.cust-theme .top-bar .logo-heading img {
    width: 96px;
    display: inline-block;
    vertical-align: middle;
}
.cust-theme .top-bar .logo-heading span {
    width: 1px;
    height: 20px;
    background-color: #404040;
    margin: 0 20px;
    display: inline-block;
    vertical-align: middle;
}
.cust-theme .top-bar .logo-heading h2 {
    font-size: 16px;
    font-weight: 600;
    color: #969696;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}
.cust-theme .contact-item > li{
    float: none;
    font-size: 11px;
    color: #666;
    font-style: italic;
}
.price-info .contact-item > li > i{
    font-size: 12px;
    color: #00CC00 !important;
    margin-right: 10px;
    vertical-align: middle;
}
.price-info .cont_sect > li > img{
    width: 16px;
    margin-right: 10px;
}
.cust-theme .contact-item .goldPrice{
    font-size: 14px;
    color: #fff;
}
.cust-theme .contact-item .goldPrice img{
    width: 7px;
    margin-top: -2px;
}
.cust-theme .contact-item .goldPrice small{
 color: #666;
}
.cust-theme .contact-item .goldPrice span{
    letter-spacing: 1.2px;
    margin-right: 5px;
}
.cust-theme .contact-item .goldPrice strong b {
    font-size: 12px;
}

.cust-theme .cont_sect li{
 float: left;
 margin: 10px 0;
 font-size: 13px;
 color: #ccc;
 margin-right: 25px;
 letter-spacing: 0.5px;
}
ul.contact-item.cont_sect {
    float: right;
}
.cust-theme .choose-language{
    margin: 7px;
}
.cust-theme .choose-language > a{
    background: #fff;
    color: #bc9456;
    margin-left: 5px;
}
.cust-theme .choose-language > a.active, .cust-theme .choose-language > a:hover, .cust-theme .choose-language > a:active, .cust-theme .choose-language > a:focus{
    background: #bc9456;
    color: #fff;
}
.ref-number p{
    display: inline-block;
    margin: 5px 0 0 0;
    color: #ccc;
    width: 100%;
}
.cust-theme .custom-menu .logo.ref-number{
    padding: 24px 0 24px;
}

/*Menu style*/
.cust-theme .custom-menu .logo{
    padding: 42px 0 42px;
}
.cust-theme .custom-menu .logo > a{
    padding-left: 0;
    width: 160px;
    height: 40px;
    background: url(../img/ic-logo-white.svg) no-repeat center;
    background-size: contain;
}
.cust-theme .custom-menu .logo.logo-kinzoku > a{
    background: url(../img/ic-logo-white-japanese.png) no-repeat center;
    background-size: 160px;
}
.cust-theme .menu-toggle{
    background: #292929;
    color: #ccc;
    width: 44px;
    line-height: 44px;
    height: 44px;
    font-size: 15px;
    margin-left: 10px;
}
.cust-theme header.simple-header .menu{
 background: #000;
 text-align: right;
}
.cust-theme header .custom-menu nav > ul > li > a{
    color: #fff;
    padding: 49px 22px;
}
.cust-theme header.simple-header .menu nav > ul > li:hover{
    background-color: #bc9456;
}


/*Sticky Header style*/
.simple-header.for-sticky.sticky > .menu .logo{
    padding: 24px 0 24px;
}
.cust-theme header.simple-header.sticky .custom-menu nav > ul > li > a{
    color: #333;
    padding: 31px 22px;
}
.sticky .custom-menu .popup-client .shop-kart span, .sticky .custom-menu .menu-toggle{
    background: #aaa;
}
.cust-theme .sticky .popup-client > a.link-style,
.cust-theme .sticky .popup-client > #customDD span{
    background: #bc9654 none repeat scroll 0 0;
    color: #fff;
    border: 1px solid #bc9654;
    margin: 22px 0;
}
.cust-theme .sticky .popup-client > a.link-style:hover, .cust-theme .sticky .popup-client > #customDD span:hover{
    background: transparent;
    color: #bc9654 !important;
    border: 1px solid #bc9654;
}
.cust-theme .sticky .popup{
    color: #bc9654;
}
.cust-theme .sticky .custom-menu .logo > a{
    background: url('../img/ic-logo-gold.svg') no-repeat center;
    background-size: 160px;
}
.cust-theme .sticky .custom-menu .logo.logo-kinzoku > a{
    background: url('../img/ic-logo-gold-japanese.png') no-repeat center;
    background-size: 160px;
}
.cust-theme header.simple-header.sticky .menu nav > ul > li:hover a{
    color: #fff;
}
.cust-theme .sticky .custom-menu .popup-client .shop-kart i{
    color: #999;
    background: #eee;
}
/*about--certificate Modal style */
#about--certificate .modal-header {
    padding: 10px 10px 0 10px;
}

#about--certificate .modal-header .close{
    width: 24px;
    height: 24px;
    font-size: 30px;
    font-weight: 100;
    position: initial;
}

#about--certificate .modal-body {
        padding: 0px 50px;
}

/*Button style*/
.cust-theme .flat-btn.disabled{
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}
.cust-theme .flat-btn, .cust-theme .single-product-infos .flat-btn{
    background: #bc9654;
}
.cust-theme .flat-btn:hover, .cust-theme .flat-btn:active, .cust-theme .flat-btn:focus{
    background: transparent;
    border-color: #bc9654;
    color: #bc9654;
}
.btn-rgt{
    float: right !important;
}
.big-btn{
    width: 230px;
    text-align: center;
    padding: 13px 10px;
}
.product-box .add_to_cart{
    padding: 5px 8px;
    float: right;
}
.btn-cntr {
    float: left;
    width: 100%;
    text-align: center;
}
.btn-cntr button, .btn-cntr a{
    float: none;
    display: inline-block;
}
.registration-sec button.flat-btn{
    display: inline-block;
    font-size: 14px;
    margin-top: 30px;
    padding: 13px 30px;
}
.btn-no-bg{
    float: left;
    color: #bc9654;
    background: transparent;
    margin: 39px 0;
    padding: 13px 15px;
    border: none;
    letter-spacing: 0.3px;
}
.cust-theme .sticky .btn-no-bg {
    margin: 21px 0;
}
.btn-no-bg.popup{
    color: #bc9456;
}
.btn-no-bg:hover, .btn-no-bg:active, .btn-no-bg:focus, .btn-no-bg:active:focus{
    background: transparent;
    color: #bc9456;
    border: none;
    outline: none;
    box-shadow: none;
    opacity: 0.75;
}
.flat-btn.small-btn{
    padding: 7px 15px;
    font-size: 13px;
    text-transform: capitalize;
    border-radius: 15px;
}
.cust-theme .trans-bg{
    background: none;
    color: #bc9654;
    border: 1px solid #bc9654;
}
.filter-cntr{
    margin-bottom: 20px;
}
.filter-cntr .sort-by-price{
    margin: 0 0 0 15px;
}
.cust-theme .filter{
    background: none;
    color: #666;
    font-size: 14px;
    font-weight: normal;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 8px 15px;
    margin-left: 15px;
    cursor: pointer;
}
.cust-theme .trans-bg:hover,  .cust-theme .trans-bg:active, .cust-theme .trans-bg:focus, .cust-theme .trans-bg:active:hover{
    background: #bc9654;
    color: #fff;
    outline: none;
}
button#transactionClearBtn {
    position: absolute;
    top: 50%;
    height: 18px;
    margin-top: -9px;
    background: transparent;
    right: 5px;
    color: #000;
    opacity: 0.25;
    padding: 0;
    border: none;
    text-transform: lowercase;
}
button#transactionClearBtn:hover, button#transactionClearBtn:focus, button#transactionClearBtn:active{
    border: none;
}
/*General css*/
.cust-theme .heading4 > h2, .cust-theme .product-text-bar > h3{
 color: #582936;
}
.popup-client .head-text{
    margin: 39px 0;
    padding: 13px 6px 13px 0;
    line-height: 1.42857143;
    float: left;
}
.steps-sec .step .step-info > p{
    min-height: 105px;
}
.steps-sec .step .step-info > h3{
    font-size: 21px;
}
.prod-center{
    width: 35%;
    margin: 0 auto;
}
.cust-theme .steps-sec .prod-center .step{
    border: none;
}



.rev_slider .tp-caption {
    z-index: 6;
    white-space: nowrap;
    color:#fff;
    font-family: Nunito;
}
.rev_slider .tp-caption.banner-sub-heading {
    font-size: 40px !important;
    line-height: 40px !important;
    font-weight: bold;
}
.rev_slider .tp-caption.banner-main-heading {
    font-size: 80px !important;
    line-height: 80px !important;
    font-weight: bold;
}
.rev_slider .tp-caption.banner-text {
    font-size: 16px !important;
    line-height: 28px !important;
}



.zeus .tp-arr-imgholder, .zeus .tp-title-wrap{
    top: -2px;
}

.whyGolCo-image-section {
    background-image: url(../img/img-why-gold.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #666;
    padding: 80px 50px !important;
    text-align: center;
}
.whyGolCo-image-section h3 {
    color: #fff;
    font-weight: 700;
    font-size: 35px;
    margin: 0;
}

.whyGolCo {
    padding: 0 50px 50px !important;
}
.whyGolCo .service{
    height: 198px;
}
.whyGolCo .service > h3{
 color: #582936;
}
.whyGolCo .service .deal{
    width: 39px;
}
.whyGolCo .service .invs{
    width: 38px;
}
.whyGolCo .service .buySell{
    width: 35px;
}
.whyGolCo .service .secu{
    width: 28px;
}
.whyGolCo .service h3::before, .cust-theme .step-info span::before, before .heading1 h2::before{
    background-color: #bc9654;
}
.howItWorks .post-style2 > h3 {
    color: #582936;
}
.howItWorks .post-style2 > h3{
    position: relative;
    text-transform: uppercase;
    margin: 18px 0 17px;
    padding-bottom: 19px;
    width: 70%;
    float: left;

    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.howItWorks .post-style2 > p{
    float: left;
    width: 58%;
}
.howItWorks .post-style2 > h3::before{
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 53px;
    background-color: #bc9654;

    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.howItWorks .post-style2:hover > h3 {
    letter-spacing: 1.5px;
}
.howItWorks .post-style2:hover > h3::before {
    width: 10%;
}

.cust-theme .heading4{
    margin-bottom: 30px;
    padding-bottom: 32px;
}
.cust-theme .heading4::after{
    content: unset;
}
.cust-theme .heading4::before{
    content: none;
}
.contact-info .contact-item > li{
    color: #333;
}
.simple-header.for-sticky.sticky > .custom-menu .popup-client > .shop-kart{
    margin-left: 65px;
}
.simple-header.for-sticky.sticky > .menu nav > ul > li{
 padding: 0;
}
.simple-header.for-sticky.sticky > .menu .popup-client > span, .menu .popup-client > a.link-style, .sticky .custom-menu .menu-toggle{
  margin: 22px 0;
}
.simple-header.for-sticky.sticky > .custom-menu .popup-client > .shop-kart {
    margin-left: 10px;
}
.registration-sec strong{
    margin: 45px 0 0 0;
    float: left;
    width: 100%;
    text-align: center;
}
.registration-sec label{
    text-align: left;
}
.fancy-mockup-image{
    width: 87%;
}
/*Form section*/
::-webkit-input-placeholder {
  color: #bbb;
  font-size: 12px;
}
::-moz-placeholder {
  color: #bbb;
  font-size: 12px;
}
:-ms-input-placeholder {
  color: #bbb;
  font-size: 12px;
}
::placeholder {
  color: #bbb;
  font-size: 12px;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill,
input:-moz-autofill, textarea:-moz-autofill, select:-moz-autofill {
    background-color: transparent !important;
}
form {
    display: inline-block;
    width: 100%;
}
.txt-area{
    width: 78%;
    resize: none;
}
input:focus, select:focus, button:focus {
    outline: none !important;
}
input[type=checkbox], input[type=radio]{
    margin: -2px 10px 0 0;
    vertical-align: middle;
    cursor: pointer;
}
.ui.red.pointing.label.sylius-validation-error {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    padding: 0;
    color: #f0360c !important;
    text-align: left;
}
.signup-contact.select-box.contact .custom-select{
    margin-top: 50px;
}
.signup-contact.select-box.contact .custom-select label {
    display: none;
}
.signup-contact.contact .custom-select .select-selected{
    border: none;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    height: 25px;
    background: transparent;
    padding: 0;
    color: #747474;
}
.signup-contact.contact.select-box .custom-select .field{
    margin: 0;
}
.cust-theme .registration-sec label{
    text-align: left;
    margin-bottom: 3px;
    font-weight: normal;
}
.cust-theme .registration-sec label.error{
    margin-top: 5px;
}

.col-md-12.sign-up.borderArn{
    float: left;
    width: 100%;
}
.sign-up .registration-sec .field{
   margin-bottom: 45px;
   position: relative;
}
#sign-up-form .sylius-validation-error{
  text-align: left;
}
#sylius_user_reset_password .field .field{
    margin-bottom: 0;
}
.registration-sec .signup-layout, .registration-sec .signup-contact,
.registration-sec .signup-layout-password {
    display: inline-block;
    width: 100%;
}
.registration-sec .signup-layout-password .message-txt{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 10px;
    height: 18px;
}
.signup-contact.select-box.contact .field {
    float: left;
    width: 82%;
}
.sign-up .registration-sec.center-block {
    width: 600px;
    margin: 0 auto;
    padding: 0 30px;
    float: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.cust-theme .registration-sec h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 35px;
}
.cust-theme .registration-sec .header-text {
    text-align: center;
}
.cust-theme .account-popup{
    min-height: 642px;
    /*margin-top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
}
.account-user{
    min-height: 642px;
    background-image: url(../img/img-why-gold.jpg);
    padding: 0;
}
.sign-up .registration-sec .field input[type="text"],
.sign-up .registration-sec .field input[type="password"],
.sign-up .registration-sec .field input[type="email"]{
    border: none;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    height: 25px;
    line-height: 1.2;
    width: 100%;
    background: transparent;
    margin-top: 0;
    padding: 0 0 0 3px;
}
.login .registration-sec{
    padding: 50px 50px 0 50px;
}
.cust-theme .custom-logo {
    text-align: center;
}
.custom-logo a{
    padding: 20px 0 45px 0;
    width: 110px;;
    display: inline-block;
    text-align: center;
    font-size: 30px;
    color: #000;
    font-weight: 700;
}
.custom-logo a img{
    width: 100%;
}
.registration-sec .field input[type="text"], .registration-sec .field input[type="password"]{
    font-size: 14px;
}

/*   HIghLow Integretion screen styling starts here   */

.linkLogin .login .registration-sec{
    border: 1px solid #bc9654;
    min-height: 700px;
}
.linkLogin .account-user{
    min-height: 700px;
}
.linkLogin .account-popup{
    margin-bottom: 70px;
}
.linkLogin .login .btm-link{
    margin: 25px 0 0 0;
}
.linkLogin .sign-up .registration-sec .field{
    margin-bottom: 25px !important;
}
.linkLogin .merchantBlk .field.pos-rel .required.field{
    margin-bottom: 0 !important;
}
.linkLogin .btm-link .backToHL{
    font-style: italic;
    text-decoration: underline;
}
.linkLogin .btm-link .backToHL:hover, .linkLogin .btm-link .backToHL:active,
.linkLogin .btm-link .backToHL:focus {
    text-decoration: none;
}

.linkLogin .login .registration-sec .confirmation .fa-exclamation-triangle{
    font-size: 45px;
    color: #bbb;
}
.btm-link .alignLInk{
    width: 100%;
    float: left;
}
.btm-link .alignLInk button, .btm-link .alignLInk a{
    padding: 3px;
}
.txtTermCondition{
    line-height: 18px;
    font-weight: normal;
    margin-top: 25px;
}
.txtTermCondition .error-msg {
    margin-top: 7px;
    float: left;
    width: 100%;
}
.prominentTxt{
    color: #000;
    line-height: 1.3;
    margin-bottom: 25px;
}
.custom-logo .prominentTxt{
    font-size: 13px;
}
.or-separator {
    float: left;
    width: 100%;
    color: #ddd;
    margin: 30px 0 0 0;
    position: relative;
}
.or-separator span {
    border-bottom: 1px solid #eee;
    width: 44%;
    position: absolute;
}
.or-separator span:first-child{
    left: 0;
}
.or-separator span:last-child{
    right: 0;
}
.or-separator p {
    margin: 0;
    color: #ddd;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: -12px;
}
.inner-layer .bank-deposit{
    margin: 0 auto;
    width: 50%;
    display: block;
}
.no-holdings.inner-layer{
    width: 100%;
    margin: 0;
}
.bank-deposit .paymentOpt{
    width: 100%;
}
.bank-deposit .lebelsCntr,  .bank-deposit .value{
    width: 50%;
    padding-left: 2%;;
}
.bank-deposit .value p{
    font-size: 16px;
    color: #000;
    height: 38px;
    margin: 0;
    float: left;
    width: 100%;
    text-align: left;
}
.bank-deposit .lebelsCntr label{
    color: #888;
    font-weight: 100;
    font-size: 15px;
    text-transform: capitalize;
    height: 38px;
    margin: 0;
    text-align: left;
    float: left;
}
.bank-deposit .confirmation i {
    font-size: 25px;
    color: #bc9654;
}
.bank-deposit .confirmation p{
    line-height: 1.5;
    color: #999;
    font-size: 13px;
    width: 80%;
    margin: 0 auto 30px;
}
.bank-deposit .confirmation{
    margin: 80px 0 108px;
}
.msg-text{
    color: #999;
    margin: 30px 0;
    width: 85%;
    line-height: 1.3;
}
.rectangleBox{
    border: 1px solid #ccc;
    float: left;
    padding: 25px;
    border-radius: 5px;
}
.rectangleBox .cross-verify i, .cross-verify p{
    margin: 0;
    display: inline-block;
}
.rectangleBox .hoverBox{
    margin: 0 0 15px 10px;
    text-align: left;
}
.rectangleBox.shadowBox{
    -moz-box-shadow: 0 0 16px 0 #ccc;
    -webkit-box-shadow: 0 0 16px 0 #ccc;
    box-shadow: 0 0 16px 0 #ccc;
}
.popup-client .btn-no-bg:hover, .popup-client .btn-no-bg:active,
.popup-client .btn-no-bg:focus, .btn-no-bg:active:focus{
    opacity: 1;
}
/*   HIghLow Integretion screen styling ends here   */

.cust-theme .select-box select{
    width: 100%;
    border: none;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    height: 25px;
    float: left;
    color: #000;
}
.cust-theme .contact select{
    width: 18%;
    padding: 0 10px;
    margin-top: 20px;
}
.cust-theme .contact .custom-select{
    width: 18%;
    padding: 0;
    float: left;
    margin-top: 8px;
    padding-right: 4%;
}
.signup-contact.select-box.contact{
    position: relative;
}
.signup-contact.select-box.contact .message-txt.error-msg{
    position: absolute;
    left: 0;
    bottom: 24px;
}
.country-code-dd.select-box .custom-select .field {
    margin-bottom: 0;
}
.country-code-dd .custom-select .select-selected{
    height: 48px;
    margin-bottom: 45px;
    padding: 0 0 0 2px;
    border: none;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}


/* Address form */
.address-form{
    padding: 0 15px;
}
.profile .address-form.change-pass .icons{
 float: none;
 width: auto;
 margin: 0;
 top: 35px;
}
.address-form i{
    float: left;
    width: 100%;
    margin: 25px 0 10px 0;
}
.address-form .field{
    width: 48%;
    float: left;
    margin-bottom: 25px;
    margin-right: 4%;
    position: relative;
}
#sylius_add_bank.address-form .field {
    margin-bottom: 40px;
}
.address-form .field.addrees-line{
 width: 100%;
}
.address-form .field.addrees-line input:last-child{
    margin-bottom: 0;
}
.address-form .field label{
    display: block;
}
.address-form .field input{
 float: left;
 width: 100%;
 height: 38px;
 padding: 5px 12px;
 color: #000;
 font-size: 15px;
 border: 1px solid #ccc;
}
.address-form .field .mob-code{
 width: 20%;
 margin-right: 3%;
}
.address-form .field .mob-no{
 width: 75%;
}
.address-form .radioCntr{
    width: 100%;
    float: left;
    margin-top: 0;
}
.address-form .radioCntr > div{
    width: auto;
    display: inline-block;
    margin-right: 25px;
    margin-top: 10px;
}
.filterModel .radioCntr p{
    margin-bottom: 0;
}
.filterModel .modal-sub-heading{
    font-weight: 600;
    color: #333;
    margin: 0 0 8px 0;
}
.filterModel .form-control{
    height: 42px;
    border-radius: 0;
}
.filterModel.address-form{
    padding: 0;
}
.filterModel .transaction-history {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    margin-top: 5px;
}
.filterModel label{
    font-weight: 600;
    margin-top: 5px;
}
.address-form.change-pass .field{
    width: 100%;
}
.address-form.change-pass{
    padding: 0;
}
.address-form.change-pass .field .required.field{
 margin-bottom: 0;
}

/* CheckBox style starts here */
.chkbox {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    margin-right: 30px;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default checkbox */
.chkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkboxCntr{
    display: inline-block;
}
.checkboxCntr .chkbox .field{
    width: 100%;
}
.fileUploadCntr {
    padding-left: 50px;
    display: inline-block;
    margin-top: 15px;
    width: 100%;
}
/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    border-radius: 3px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.chkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.chkbox input:checked ~ .checkmark {
    background-color: #bc9654;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.chkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.chkbox .checkmark:after {
    left: 8px;
    top: 1px;
    width: 8px;
    height: 15px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*  Radio button styele   */
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    display: inline-block;
    font-weight: normal;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #aaa;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #bc9654;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
[type="radio"]:checked + label:before{
    border-color: #bc9654;
}

.payment-method--button-container button,
.radioCntr {
    float: none;
}

.payment-method--button-container {
    margin-top: 25px;
}

/*Custom dropdown style starts here*/

#customDD{
    float: left;
    margin-left: 20px;
}
#customDD span {
    background: #353535 none repeat scroll 0 0;

    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;

    color: #ffffff;
    float: left;
    font-family: Nunito;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.3px;
    margin: 39px 0;
    padding: 13px 30px;
    cursor: pointer;
}
#customDD .dropdown-menu{
    top: 85px;
    right: 0;
    padding: 0;
    left: initial;
    border: none;
    width: 200px !important;
}
#customDD .dropdown-menu>li>a{
    padding: 12px 20px;
}
#customDD span:hover{
    background: #bc9654;
    color: #fff;
}
#customDD span{
    background-color: #fff;
    color: #bc9654;
    font-weight: 700;
}
#customDD .dropdown-menu .divider{
    margin: 0;
}
.simple-header.for-sticky.sticky > .menu #customDD span {
    margin: 21px 0;
}
.custom-menu #customDD a i, .main-list li a i {
    font-size: 16px;
    margin-right: 0;
    padding-right: 10px;
    vertical-align: middle;
    color: #bc9654;
    margin-top: -3px;
}

/*Custom dropdown style ends*/

.popup-client > span i.rgt-icon,  #customDD > span i.rgt-icon{
    margin-left: 7px;
    vertical-align: middle;
}
.popup-client a.link-style i.rgt-icon{
    margin-left: 7px;
    vertical-align: middle;
}
.cust-theme .popup-client > a.link-style{
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;

    background: #fff none repeat scroll 0 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    color: #bc9456;
    float: left;
    font-family: Nunito;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: 0.3px;
    margin: 39px 0;
    padding: 13px 30px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
}
.popup-client > a.link-style:hover {
    background: #bc9654;
    color: #ffffff !important;
}
.whyGolCo .heading-3{
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 27px;
}
.cust-theme .services-sec .column .heading4{
    position: absolute;
    color: #fff;
    font-weight: 700;
    font-size: 35px;
    width: 95%;
    top: 22%;
    text-align: center;
}
.cust-theme .column .heading4 span{
    width: 45px;
    background: #fff;
    position: absolute;
    height: 3.5px;
    bottom: 20px;
    left: 10px;
}
.cust-theme .column .heading4:before{
    display: none;
}
.cust-theme .about-carousal-sec > ul li h3{
    margin: 0 0 35px 0;
    width: 100%;
    text-align: center;
    color: #fff;
}
.cust-theme .about-carousal-sec > ul li .desc{
    display: inline-block;
    float: none;
    width: 100%;
}
.cust-theme .about-carousal-sec > ul li .desc p{
    width: 50%;
    text-align: center;
    margin: 0 auto;
    color: #fff;
}
.about-carousal-sec .custom-carousal > ul li h3{
    display: block;
}

/*Footer style*/
/*footer{
    border-top: 1px solid #1d0a0e;
    }*/
    .footer .logo img{
        width: 120px;
    }
    .footer .logo > a{
        padding-left: 0;
    }
    .footer .heading1 > h2{
     color: #582936;
 }
 .cust-theme .blackish:before{
     background: #fff;
 }
 .footer .address{
    float: left;
    width: 85%;
}
.footer .address-img{
    float: left;margin-top: 10px;
}
.cust-theme .centerDiv{
    text-align: center;
}
.highlow .cust-theme .bottom-line{
    background: #fafafa;
}
.cust-theme .bottom-line{
    background: #fff;
}
.cust-theme .footer-disclaimer {
    float: none;
    color: #b0b0b0;
    font-size: 11px;
    line-height: 18px;
    font-weight: 300;
}
.cust-theme .footer-disclaimer b {
    font-weight: 600 !important;
}

.footer .about_widget .logo{
    margin-bottom: 35px;
}
.footer .links_widget li > a{
    padding: 10px 0;
}
.footer .links_widget > ul > li{
    border-bottom: 1px solid #ccc;
}
.footer .about_widget > span > img{
    width: 16px;
    margin-right: 20px;
}
.footer .about_widget > span{
    padding: 7px 0;
    font-size: 14px;
}
.footer .about_widget > span, .footer .links_widget li > a, .footer .about_widget > p{
    color: #000;
}
.footer .links_widget li > a:hover{
 color: #bc9654;
}
.footer .links_widget li > a i{
   color: #aaa;
}
.footer .heading1 h2::before{
    background: #bc9654;
}
.footer .about_widget > span > i{
    color: #bc9654;
}
.btm-link{
    float: left;
    width: 100%;
    margin: 30px 0;
    text-align: center;
}
.btm-link p{
    display: inline-block;
}
.btm-link button, .btm-link a{
    margin: 0;
    float: none;
    display: inline-block;
}


/*Status bar styling*/
.cust-theme .progress-container{
    float: left;
    width: 100%;
    text-align: center;
}
.progress-container ul {
    list-style-type: none;
    margin: 30px auto;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-direction: row;
}
.progress-container ul li {
    list-style-type: none;
}
.progress-line {
    height: 2px;
    background-color: #aaa;
    width: 100px;
}
.en .progress-line {
    margin: 24px -5px 0 -36px;
}
.ja .progress-line {
    margin: 24px 0 0 -6px;
}

.progress-container ul li .bubble {
    color: #aaa;
    background: transparent;
    border: 1px solid #aaa;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    display: inline-block;
    margin: 0;
    text-align: center;
    padding-top: 3px;
    line-height: 45px;
    font-weight: bold;
}
.progress-container ul li .bubble .fa-check{
    font-size: 16px;
}


.progress-container ul li p {
    color: #aaa;
    text-transform: capitalize;
    margin-top: 15px;
    font-size: 15px;
    font-weight: 300;
}

.progress-container ul li.current .bubble {
    color: #fff;
    border: 1px solid #aaa;
    background: #aaa;
}

.progress-container ul li.current p {
    color: #000;
}


/*Carosal style*/
.cust-theme .about-carousal-sec > ul{
    padding: 80px 0;
}
.cust-theme .bgImage{
    background: url(../img/bg-who-we-are_2x.jpg) no-repeat center;
    background-size: cover;
}
.cust-theme .about-carousal-sec .owl-nav > div::before{
    color: #bbb;
    font-size: 26px;
}
.cust-theme .carousel.custom-carousal img{
    border-radius: 50%;
}
.cust-theme .about-carousal-sec .owl-nav > div, .cust-theme .about-carousal-sec .owl-nav > div:hover{
 background: transparent
}

/*Popup style*/
.modal-dialog.midium-modal{
   width: 700px;
}
.modal-dialog.filterModalDimention{
    width: 600px;
    margin: 20px auto;
}
#sellRequest .modal-dialog.midium-modal{
    width: 832px;
}
.cust-theme .account-popup-sec{
 z-index: 99;
}
.account-popup-area{
    overflow-x: hidden;
}
.custom-popup .close-popup{
    background: #bc9654;
}

#filter-trans .modal-body {
    padding: 10px 50px 0;
}
#filter-trans .modal-body h4,
#about--certificate .modal-body h4 , #emailNotificationModal .modal-body h4{
    font-size: 22px;
    margin-bottom: 37px;
}

#filter-trans .modal-footer {
    padding: 50px;
}

#about--certificate .modal-footer-bg{
    background: url('../img/certificates@2x.png') no-repeat center;
    background-size: cover;
    height: 142px;
    background-position: right bottom;
    margin-bottom: -18px;
}
.bg--grey {
    background-color: #F7F7F7;
    padding: 20px 25px;
    border-radius: 6px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 28px;
}
.cert--bought{
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    color: #9c9c9c;
}
.icon--pdf{
    margin: 30px 0 0 0;
}
.modal--cnt--wrap {
    padding: 35px 35px 5px 35px;
}
span#priceCh {
    font-weight: 700;
    color: #bc9654;
}

/*Datepicker style*/
table {
    font-size: 1em;
}
.ui-draggable, .ui-droppable {
    background-position: top;
}
.ui-datepicker{
    width: 40% !important;
}
.ui-datepicker th{
    line-height: 1.5;
    padding: 12px;
    border: 1px solid #aaa;
    text-transform: uppercase;
    color: #666;
    background: #ccc;
}
.ui-datepicker td{
    border: 1px solid #aaa;
}
.ui-datepicker .ui-datepicker-header{
    padding: .5em 0;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 30%;
    padding: 0.5em;
}
.ui-datepicker select.ui-datepicker-month{
    float: left;
}
.ui-datepicker select.ui-datepicker-year{
    float: right;
}
.ui-datepicker .ui-datepicker-prev{
    display: none;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
    border: none;
    background: #fff;
    padding: 12px;
}
.ui-datepicker td span, .ui-datepicker td a{
    text-align: center;
}
.ui-widget-content, .ui-widget.ui-widget-content{
    border: none;
}
/*.ui-widget.ui-widget-content{
    width: 540px;
    }*/
    .ui-widget-header{
        border: 1px solid #aaa;
        border-bottom: none;
    }
    .ui-state-default.ui-state-active{
        background: #999;
    }
    .ui-datepicker select{
        border-color: #ccc;
    }
    /*  Bootstrap range datepicker  */
    .bootstrap-datetimepicker-widget .picker-switch td span{
        display: none;
    }
    .bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover{
        background-color: #bc9654;
    }

    /*Cofirmation page*/
    .confirmation{
        float: left;
        width: 100%;
        text-align: center;
    }
    .confirmation .fa-thumbs-up, .fa-check-circle{
        font-size: 5em !important;
        color: #bc9654;
        margin-top: 30px !important;
    }
    .confirmation h3{
        font-size: 24px;
        margin: 25px 0;
    }
    .confirmation h4{
        font-size: 19px;
        font-weight: 700;
        margin: 20px 0;
    }
    .confirmation p{
        color: #000;
        font-size: 16px;
    }
    .modalSecondary .confirmation p{
        width: 62%;
        margin: 0 auto;
    }
    .login .confirmation p{
        font-size: 14px;
        line-height: 1.3;
    }

    .cust-theme .steps-sec .step {
        border-right: 1px solid #6d5c4d;
        padding: 65px 0 65px 0;
        min-height: 350px;
    }

    .cust-theme .steps-sec .step .step-info{
        position: unset;
    }
    .cust-theme .steps-sec .step::before{
        background: transparent;
    }
    .cust-theme .steps-sec{
        background: url(../img/bg-01-02-03_2x.jpg) no-repeat center;
        background-size: cover;
    }

    /*Custom tab section/product listing*/
    .custom-tab-content{
        display: inline-block;
        width: 100%;
    }
    .custom-tab-content .product-sec{
        margin: 0;
    }
    .custom-tab-content .product-sec .prd-detl{
        margin: 33px 0 0 0;
        width: 50%;
        float: left;
    }
    .custom-tab-content .product-sec .product-thumb > img {
        float: none;
        width: 100%;
        width: 165px;
        height: 165px;
        border-radius: 50%;
        transform: translateY(50%);
    }
    .custom-tab-content .product-sec .product-thumb{
        height: 330px;
        border: 1px solid #ccc;
        text-align: center;
        position: relative;
    }
    .custom-tab-content .product-thumb::before, .product-thumb a.add-to-cart{
        background: #fff;
    }
    .custom-tab-content .product-box p{
        display: inline-block;
        margin: 5px 0;
        font-size: 13px;
        line-height: 1.3;
        float: left;
        width: 100%;
        text-transform: capitalize;
    }
    .custom-tab-content .product-box .product-thumb .small{
        position: absolute;
        top: 10px;
        left: 10px;
    }
    .custom-tab-content .product-box span.price{
        font-size: 14px;
        font-weight: 700;
        margin-top: 8px;
        color: #000;
        width: 45%;
    }
    .custom-tab-content .product-box form{
        float: right;
        width: 55%;
    }
    .custom-tab-content .product-box .product-thumb{
     transition: box-shadow 0.2s ease-in-out;
 }
 .custom-tab-content .product-box .product-thumb:hover{
    -moz-box-shadow: 0 0 16px 0 #ccc;
    -webkit-box-shadow: 0 0 16px 0 #ccc;
    box-shadow: 0 0 16px 0 #ccc;
}
.custom-tab-content .single-product-sec .single-product-infos > h2{
    margin-top: 0;
    color: #582936;
}
.single-product-sec .single-product-infos.pool-alloc > p{
    margin-bottom: 10px;
    line-height: 1.8;
}
.single-product-sec .single-product-infos .listing, .cust-theme .product-text-bar .listing, .my-order .insturction .listing, .storage-and-delv .listing{
    display: inline-block;
    margin: 0 0 20px 0;
    padding: 0 0 0 18px !important;
}
.single-product-sec .single-product-infos .listing li, .cust-theme .product-text-bar .listing li,  .storage-and-delv .listing li{
    list-style-type: circle !important;
    font-weight: normal;
}
.custom-tab-content .single-product-infos span.price{
    font-weight: 700;
    font-size: 28px;
    margin: 11px 0 12px 0;
    color: #582936;
}
.custom-tab-content .single-product-infos .btn-cntr{
 text-align: left;
}
.custom-tab-content .single-product-infos .quantity-price{
    display: inline-block;
    position: relative;
}
#sylius-product-out-of-stock .content{
    color: #f80000;
    font-size: 13px;
}
.quantity-price > div {
    float: left;
    width: 150px;
    text-align: center;
}
.quantity-price input[type="text"] {
    padding: 8px 22px;
    border: 1px solid #ccc;
    width: 150px;
    text-align: center;
}
.quantity-price div:last-child input[type="text"] {
    border-left: none;
}
.quantity-price > div label{
    font-size: 16px;
    color: #333;
}
.quantity-price span {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #ddd;
    padding: 4px;
    border-radius: 50%;
    font-size: 12px;
    margin-left: -13px;
    /*margin-top: -12px;*/
}
.custom-tab-content .single-product-infos .flat-btn{
    margin-top: 20px;
    text-align: center;
    width: 300px;
}
.single-product-infos img, .single-product-tabs img{
    border-radius: 5px;
}
.single-product-sec .single-product-tabs img{
    width: 72.50%;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    font-weight: 700;
}
.nav-tabs>li>a{
    border-radius: 8px 8px 0 0;
}
/*Shopping Cart style*/
.info-bar {
    float: left;
    width: 100%;
    margin-top: 30px;
    padding: 8px 0;
    background: #f5f5f5;
    border-radius: 5px;
}
.info-bar .icon-wrap{
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    float: none;
}
.info-bar p{
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 4px 0;
    font-size: 16px;
}
.info-bar button, .info-bar a{
    padding: 6px 29px;
}
.location-radio {
    float: left;
    margin-right: 12px;
    margin-top: 28px;
}
.custom-menu .popup-client .shop-kart span.cart-value{
    position: absolute;
    background: #bc9654;
    color: #fff;
    width: 21px;
    border-radius: 50%;
    height: 20px;
    text-align: center;
    line-height: 21px;
    top: 2px;
    right: 2px;
    font-size: 12px;
}
.shop-kart span:first-child{
    cursor: default;
}
.custom-menu .popup-client .shop-kart {
    background: transparent;
    padding: 0 0;
    margin-left: 10px;
    position: relative;
}
.custom-menu .popup-client .shop-kart:hover {
   background: transparent;
}
.custom-menu .popup-client .shop-kart span{
    background: #292929;
    width: 44px;
    height: 44px;
    float: left;
    line-height: 44px;
    text-align: center;
    border-radius: 50%;
}
.custom-menu .popup-client .shop-kart img{
    width: 16px;
}
.shopping_cart .shop_cart_head {
    width: 100%;
    padding: 12px 30px;
    color: #fff;
    background: #111;
    float: left;
    text-transform: capitalize;
    font-size: 14px;
}
/*.shopping_cart .cart-lists hr{
    width: 95%;
    margin: 0 2.5%;
    }*/
    .shopping_cart .cart-in-circle img{
        width: 31px;
        margin-top: -3px;
    }
    .shopping_cart .cart-lists > ul > li:nth-child(2n+1), .shopping_cart .cart-lists > ul > li{
        background: #fff
    }
    .cart-lists > ul > li
    .shopping_cart .cart-lists > ul > li:last-child{
     padding-bottom: 0;
 }
 .shopping_cart .cart-lists .total-order, .trans-success .total-order{
    padding: 0 32px 30px 32px;
    display: inline-block;
    width: 100%;
}
.ui-segment-shop-cart{
    float: left;
    width:100%;
}
#qoneco-shipping-address{
    display: inline-block;
    width: 100%;
}
#qoneco-shipping-address h3 {
    padding: 0 25px;
}
#qoneco-shipping-address .address-book-select .item delivery-dtl, #qoneco-shipping-address  .delivery-dtl{
    margin-top: 5px;
}
#qoneco-shipping-address > div{
    float: left;
}
.segment .total-order p{
    margin: 0;
}
#qoneco-shipping-address > div .menu{
    outline: none !important;
}
.trans-success .transactionDtl .trans-row .order-type p{
    padding: 0;
}
.trans-success .total-order{
    padding: 8px 30px 8px 30px;
}
.trans-success .transactionDtl .total-order p{
    padding: 12px 0;
}
.trans-success .alert .icon-wrapper, .kycDoc .icon-wrapper{
    background: transparent !important;
}
.trans-success .alert .icon-wrapper i, .kycDoc .icon-wrapper i{
    color: #ccc;
    font-size: 28px;
}
.trans-success .alert .icon-wrapper i {
    color: #bc9654;
}
.icon-wrapper img{
    opacity: 0.3;
    vertical-align: top;
}
.trans-success .alert .align-with-icon p{
    line-height: 1.5;
    margin-top: 10px;
    margin-bottom: 0;
}
.shopping_cart .cart-in-circle{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    border: 2px solid #bc9654;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}
.shopping_cart .shop_cart_head3{
    display: inline-block;
    float: none;
    margin: 0;
    margin-bottom: 0;
    width: 91%;
    vertical-align: middle;
}
.shopping_cart .cart-thumb{
    vertical-align: middle;
    float: none;
    width: 400px;
    padding-right: 50px;
    position: relative;
}

.shopping_cart .cart-item-quantity{
    width: 200px;
    padding-right: 30px;
    text-align: left;
}
.shopping_cart .cart-item .cart-item-quantity {
    font-size: 15px;
}

.shopping_cart .cart-thumb > span{
    width: 70px;
    height: 70px;
}
.trans-success .transactionDtl .trans-row .img-wrap{
    float: left;
    height: 70px;
    width: 70px;
    margin-top: 10px;
    padding: 0;
}
.shopping_cart .cart-thumb > span > img, .trans-success .transactionDtl .trans-row .img-wrap img{
    width: 100%;
    height: 100%;
}
.shopping_cart .cart-thumb h4 {
    font-weight: 700;
    margin: 0 0 0 12px;
    position: absolute;
    left: 70px;
    top: 34.5%;
    width: 70%;
}
.shopping_cart .cart-thumb a{
    line-height: 1;
}
.shopping_cart .c-input-number > span, .incrDecr .c-input-number > span {

    width: auto;
}
.shopping_cart .c-input-number{
    width: 270px;
    padding-right: 30px;
}
.shopping_cart .c-input-number > span input.manual-adjust, .incrDecr .c-input-number > span input.manual-adjust{
    width: 80px;
    padding: 6px 0;
    background: transparent;
    text-align: left;
    font-size: 15px;
}
.incrDecr{
    float: right;
}
.incrDecr .c-input-number{
 width: auto !important;
}
.incrDecr .c-input-number > span input.manual-adjust{
    width: 50px;
}
.incrDecr .c-input-number > span{
    width: auto !important;
    height: 32px;
}
.shopping_cart .c-input-number > span input.userincr-btn-dec, .shopping_cart .c-input-number > span input.userincr-btn-inc, .incrDecr .c-input-number > span input.userincr-btn-dec, .incrDecr .c-input-number > span input.userincr-btn-inc{
    color: #000;
    width: 30px;
    font-weight: 400;
    border: none;
    background: transparent;
}
.incrDecr .c-input-number > span input.userincr-btn-dec{
    margin-top: -20px;
}
.incrDecr .c-input-number > span input.userincr-btn-inc{
   margin-top: -7px;
}
.shopping_cart .c-input-number > span input.userincr-btn-dec, .incrDecr .c-input-number > span input.userincr-btn-dec {
    font-size: 40px;
}
.shopping_cart .c-input-number > span input.userincr-btn-inc, .incrDecr .c-input-number > span input.userincr-btn-inc{
    font-size: 25px;
}
.shopping_cart .prod-type{
    width: 100%;
    display: inline-block;
}
.shopping_cart .prod-type p{
    margin: 15px 0 0 0;
    padding-left: 0;
    font-weight: 700;
    color: #333;
    font-size: 15px;
}
.shopping_cart .cart-lists{
    margin: 25px 0;
    border-bottom: 1px solid #e5e5e5;
}
.shopping_cart .cart-lists li .cntr{
    position: relative;
    float: left;
    width: 100%;
}
.shopping_cart .delete-cart {
    border: none;
    position: absolute;
    top: 50%;
    right: 30px;
    background: #ddd;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-top: -15px;
}
.shop_cart_head3 h3{
 margin: 0 0 5px;
}
.shopping_cart .cart-lists .cart-thumb .prod-detl{
    font-size: 15px;
    color: #666;
}
.delivery-dtl {
    float: left;
    width: 260px;
    height: 200px;
    border: 1px solid #ccc;
    padding: 10px;
    margin: 25px 5px 25px 25px;
}
.addAddress{
    border: 1px dashed #aaa;
}
.shopping_cart .coupens-area, .my-order .coupens-area, .trans-success .coupens-area{
    margin: 30px 0 40px 0;
}
.icon-wrap{
    float: left;
    margin-right: 20px;
    font-size: 15px;
    font-weight: normal;
    margin-top: 35px;
}
.icon-wrap i{
    border-radius: 50%;
    border: 1px solid #bc9456;
    color: #bc9456;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
}
.delivery-dtl address{
 float: left;
 padding-top: 35px;
}
.delivery-dtl address button{
    top: -35px;
    right: -25px;
}
.cust-theme .addAddress .address-popup{
    position: absolute;
    top: 50%;
    margin-top: -35px;
    left: 50%;
    margin-left: -61px;
    text-align: center;
}
.cust-theme .addAddress .add {
    background: #bc9654;
    color: #fff;
    width: 35px;
    height: 34px;
    display: inline-block;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    font-size: 28px;
    cursor: pointer;
}
.shopping_cart .storage-sec{
    padding: 3px 30px 0 30px;
    width: 90%;
}
.shopping_cart .storage-sec p{
    line-height: 1.3;
}
.storage-sec > div {
    display: inline-block;
    margin-right: 40px;
}
.storage-sec > div strong {
    display: block;
    margin-left: 28px;
    line-height: 1.1;
}

/* list style and Profile */
.left-panel ul{
    padding: 0;
    margin: 0;
    float: left;
    list-style-type: none;
    width: 100%;
}
.main-list li{
 float: left;
 width: 100%;
 border-bottom: 1px solid #eee;
}
.main-list li a.active{
    background: #eee;
    font-weight: bold;
}
.main-list span{
    display: inline-block;
    vertical-align: middle;
}
.main-list li:last-child{
    border: none;
}
.main-list li a{
    padding: 10px 20px;
    float: left;
    width: 100%;
    color: #000;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
}
.main-list ul li a:hover {
    background: #f5f5f5;
    color: #000;
}
.main-list .sublisting li a{
 padding: 7px 0 7px 56px;
 text-transform: capitalize;
 color: #666666;
 line-height: 1.2;
}
.main-list ul li{
    border: none;
    float: left;
    width: 100%;
    list-style-type: none;
}
.payment-method .left-panel i.fa.fa-chevron-right{
    width: auto;
    margin: 3px;
    padding: 0;
    font-size: 14px;
}
.inner-layer {
    display: inline-block;
    margin-left: 3%;
    width: 97%;
}
.inner-layer .alert > p, .trans-success .alert > p{
    line-height: 1.3;
    margin-top: 10px;
}
.profile .inner-layer .delivery-dtl{
    margin: 25px 30px 0 0;
}
.profile .inner-layer .bank-info, .bank-info {
    width: 310px;
    border-radius: 5px;
}
.profile .inner-layer .bank-info p, .bank-info p{
    color: #000;
    font-weight: 600;
}
.profile .inner-layer .bank-info .text-muted{
    width: 100%;
    font-size: 13px;
    float: left;
}
.profile .order-summary h5.text-uppercase{
    margin-top: 0;
    display: inline-block;
    word-break: break-word;
}
.profile .order-summary p.text-uppercase{
    margin-bottom: 3px;
}
.transaction-history .transactionDtl{
    width: 100%;
    padding: 12px 30px;
    float: left;
    text-transform: capitalize;
    font-size: 14px;
    padding: 0;
    -moz-box-shadow: 6px 9px 8px -7px #ccc;
    -webkit-box-shadow: 6px 9px 8px -7px #ccc;
    box-shadow: 6px 9px 8px -7px #ccc;
}
.transaction-history .transactionDtl .trans-row.bg-black{
    margin-top: 0;
    /*  border-top: 1px solid #ccc;*/
}
.trans-row.bg-black p, .trans-row.bg-black span{
    color: #000;
}
.transaction-history .trans-row .fa.fa-sort-asc,
.transaction-history .trans-row .fa.fa-sort-desc {
    font-size: 20px;
    position: absolute;
    top: 14px;
    margin-left: 5px;
    right: 5px;
}
.transaction-history .trans-row .fa.fa-sort-desc{
    top: 4px;
}
.transaction-history .trans-row strong{
    margin-left: 8px;
}
.icon.info.message .content{
    margin-top: 20px;
    float: left;
    width: 100%;
}
.total-value {
    float: left;
    width: 100%;
    padding: 15px 0;
    border: 1px solid #ccc;
    border-top: none;
}
.my-order .radioCntr > div{
    width: auto;
    margin-top: 0;
    margin-right: 25px;
}
.my-order .insturction i {
    margin: 20px 0;
    float: left;
    width: 100%;
}
.my-order .value .custom-select{
    width: 55%;
}
.fund-transfer p{
    border-bottom: 1px solid #ccc;
    padding: 15px 10px;
    margin: 0;
}
.fund-transfer .icon-wrapper, .close-account .icon-wrapper, .trans-success .icon-wrapper, .kycDoc .icon-wrapper, .icon-wrapper{
    width: 40px;
    height: 40px;
    margin: 0;
    margin: 0 10px 0 0;
    background: #bc9654;
    color: #fff;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    font-size: 24px;
    float: left;
}
.fund-transfer .align-with-icon, .close-account .align-with-icon,
.trans-success .align-with-icon, .kycDoc .align-with-icon, .align-with-icon {
    float: left;
    width: 80%;
}

.alert-custom .icon-wrapper,
.alert-custom .align-with-icon {
    float: none;
    display: inline-block;
    vertical-align: middle;
    width: auto;
}
.alert-custom .icon-wrapper {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
}
.alert-custom .align-with-icon p {
    margin-bottom: 0;
}

.kycDoc .align-with-icon p{
    line-height: 1.5;
    margin-top: 8px;
}
.fund-transfer .alert-info, .close-account .alert-info{
    margin-top: 5px;
    width: 100%;
}
.fund-transfer .alert-info p, .close-account .alert-info p{
    border: none;
    padding: 0;
    line-height: 1.3;
    margin-top: 5px;
}
.close-account .alert.alert-info{
    margin: 20px 0;
}
.close-account .msg-info{
    width: 88%;
    line-height: 1.3;
    margin-top: 30px;
}
.payment-method .fund-transfer .coupens-area{
    margin-bottom: 0;
    margin-top: 60px;
}
.transaction-history .transactionDtl .total-value p{
    width: 100%;
}
.transaction-history .transactionDtl .total-value strong{
    float: left;
    padding-left: 8px;
}
.transaction-history .transactionDtl p, .transaction-history .transactionDtl span{
    float: left;
    padding: 12px 5px 12px 5px;
    font-size: 13px;
    line-height: 1.3;
    margin: 0;
    word-wrap: break-word;
}
.transaction-history #ajTbl p, .transaction-history #ajTbl span{
    padding: 0 !important;
}
.transaction-history .my-holdings .transactionDtl p, .transaction-history .my-holdings .transactionDtl span{
    display: inline-block;
    vertical-align: middle;
    float: none;
    padding: 12px 15px;
    line-height: 1.2;
    word-wrap: break-word;
}
.transaction-history .transactionDtl span span{
    padding: 0;
    width: 100%;
    margin-bottom: 5px;
    font-size: 14px;
    text-transform: lowercase;
}
.nav.nav-tabs.custom-tab-links{
    float: left;
}
.width-39{
    width: 39% !important;
}
.width-34{
    width: 34% !important;
}
.width-32{
    width: 32% !important;
}
.width-28{
    width: 28% !important;
}
.width-24{
    width: 24% !important;
}
.width-20{
    width: 20% !important;
}
.width-16{
    width: 16% !important;
}
.width-15{
    width: 15% !important;
}
.width-10{
    width: 10% !important;
}
.width-8{
 width: 8% !important;
}
.width-6{
    width: 6% !important;
}
.transaction-history .transactionDtl .trans-row{
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    border-top: none;
}
.trans-success{
    display: inline-block;
    width: 100%;
}
.trans-success .transactionDtl{
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-radius: 12px 0 0 0;
}
.trans-success .transactionDtl .trans-row{
    border: none;
    padding: 0 30px;
    margin-top: 20px;
}
.transactionDtl .trans-row:nth-child(2){
    margin-top: 0;
}
.trans-success .transactionDtl .trans-row p{
    padding: 32px 5px;
    line-height: 1.6;
    width: 75%;
}
.trans-success.transaction-history .delivery-dtl strong{
    margin-left: 0;
}
.trans-success .transactionDtl .trans-row span{
    padding: 27px 12px 27px 0;
}
.trans-success .transactionDtl .trans-row div{
    padding-right: 12px;
}
.trans-success .transactionDtl .trans-row.bg-black span{
    padding: 12px 12px 12px 0;
}
.transactionDtl .trans-row.bg-black span{
    font-size: 15px;
}
.transaction-history .my-holdings .transactionDtl .trans-row p span {
    padding: 2px 0;
    font-size: 12px;
}
.trans-success .transactionDtl .trans-row hr{
 float: left;
}
.transaction-history .heading3 h3{
    width: 60%;
}
.transaction-history .search-box{
    float: left;
    width: 100%;
}
.transaction-history.my-order .search-box{
    float: right;
    width: 330px;
}
.transaction-history .search-box img{
    width: 80px;
    position: absolute;
    top: -18px;
    left: -29px;
    opacity: 0.25;
}
.transaction-history.my-order .search-box img{
    left: -2px;
    width: 50px;
    top: 50%;
    margin-top: -25px;
}
.transaction-history .search-box input{
    padding-left: 48px;
    border: none;
    border-bottom: 1px solid #ddd;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-weight: 700;
    color: #aaa;
    font-size: 16px;
    height: 47px;
    padding-top: 0;
    padding-bottom: 0;
}
.transaction-history.my-order .search-box input{
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
}
.right-panel {
    float: right;
    text-align: right;
    width: 78%;
}
.right-panel.bank-transfer{
    width: 100%;
    float: left;
    text-align: left;
    margin: 20px 0 30px 0;
}
.right-panel.bank-transfer .prod-item{
    text-align: left;
    padding-left: 0;
    border: none;
}
#sellRequest .modal-header{
    border: none;
    padding: 10px 20px;
    z-index: 1;
}
#sellRequest .confirmation .fa-check-circle{
    margin: 0 !important;
}
#sellRequest .modalSecondary .confirmation p{
    width: 100%;
    font-size: 15px;
}
#sellRequest .confirmation{
    padding: 0 0 50px 0;
}
#sellRequest .modalSecondary .confirmation h4{
    margin: 5px;
}
#sellRequest .modalSecondary .confirmation p:nth-child(2n){
    margin: 30px 0;
}
#transferBank .confirmation p{
    line-height: 1.4;
}
#transferBank .modalSecondary .modal-footer button, #transferBank .modalSecondary .modal-footer a {
 width: 110px;
 padding: 13px 10px;
}
.bankCntr{
    width: 100%;
}
.bankCntr .noBank{
 text-align: center;
 padding: 120px 0;
}
.bankCntr .noBank h5{
 font-size: 20px;
 color: #888;
 margin: 0;
}
.bankCntr .noBank p{
 font-size: 15px;
 color: #888;
}
.select-bank{
    margin: 20px 0;
}
.select-bank .heading3 h3{
    margin: 0;
}
.select-bank p{
    float: left;
    width: 100%;
}
.select-bank .delivery-dtl.bank-info{
    width: 360px;
    height: 120px;
    margin-left: 0;
    margin-right: 45px;
}
.select-bank .delivery-dtl.bank-info:nth-child(3n+3){
    margin-right: 0;
}
.bankWrap{
    width: 90%;
    float: left;
}
.bankCntr, .radioWrap{
    float: left;
}
.radioWrap label{
    margin-bottom: 10px;
}
.prod-item {
    display: inline-block;
    text-align: center;
    padding: 0 3%;
    border-right: 1px solid #ccc;
}
.prod-item:last-child{
    padding-right: 0;
    border: none;
}
.prod-item p{
    margin: 0;
    line-height: 1.5;
}
.prod-item span{
    color: #000;
    font-size: 14px;
}
.prod-item .h5{
  font-weight: bold;
  color: #582936;
}
.value{
    float: left;
    width: 65%;
    padding-left: 3%;
}
.value p{
    margin: 0 0 18px;
    height: 26px;
    font-size: 14px;
}
.value .add-bank-link{
    margin-top: 5px;
}
.lebelsCntr {
    float: left;
    width: 35%;
}
.lebelsCntr label{
    width: 100%;
    height: 40px;
    font-size: 14px;
}

/*Payment Method style*/
.payment-method{
    float: none;
    margin: 0 auto;
}
.payment-method .heading3{
    margin: 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.payment-method .inner-layer .heading3 h3{
    margin: 0;
    font-size: 26px;
}
.payment-method .paymentOpt{
  width: 90%;
  display: inline-block;
}
.payment-method .paymentOpt .paylink{
    display: inline-block;
    width: 100%;
    font-size: 13px;
    border: 1px solid #ccc;
    padding: 15px;
    margin-bottom: 30px;
    color: #333;
    text-transform: uppercase;
    font-weight: 700;
}
.payment-method i.fa.fa-chevron-right {
    float: right;
    color: #666;
    font-size: 13px;
    line-height: 1.5;
}
.pool-alloc-gold .summary-con .summary-list .listing{
    width: 100%;
    float: left;
    padding: 0;
}
.pool-alloc-gold .summary-con .summary-list .listing li{
    list-style-type: none;
}
.pool-alloc-gold .summary-con .summary-list .prod-desc{
    width: 95%;
    float: left;
}
.order-summary {
    border: 1px solid #ccc;
    padding: 10px 20px;
    width: calc(100% - 20px);

    -moz-box-shadow: 6px 9px 8px -7px #ccc;
    -webkit-box-shadow: 6px 9px 8px -7px #ccc;
    box-shadow: 6px 9px 8px -7px #ccc;
}
.order-summary h5{
    color: #333;
    font-weight: 700;
    margin-bottom: 5px;
}
.order-summary h4 {
    color: #333;
    font-weight: 700;
}
.order-summary .storage p{
    margin: 0;
    font-weight: 700;
}
.order-summary .storage p span{
    margin: 0;
    font-weight: normal;
}
.order-summary address{
    margin-bottom: 0;
}
.order-summary address button, .delivery-dtl address button{
    position: absolute;
    top: 0;
    right: 0;
    background: #bc9456;
    border: 1px solid #bc9456;
    padding: 2px 10px;
    border-radius: 21px;
    font-size: 12px;
    color: #fff;
}
.order-summary .storage .delivery{
    margin: 20px 0 10px 0;
}
.payment-method .coupens-area{
    margin-bottom: 100px;
}
.payment-method.profile .coupens-area{
 margin-bottom: 0;
}
.order-summary.left-panel{
    margin-top: 25px;
    margin-bottom: 50px;
    padding: 10px 0 0 0;
    float: left;
}
.togglable:not(.collapsed) .fa-chevron-right{
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);

    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

}
.footer-info{
    display: inline-block;
    width: 100%;
}
.footer-info img {
    width: 27px;
}
.footer-info p{
    line-height: 1.3;
    display: inline-block;
    width: 55%;
    vertical-align: top;
    margin: 0 0 0 10px;
}
.pool-alloc-gold .footer-info p, .payment-method .footer-info p{
    width: 85%;
    font-size: 12px;
}
/*  modalSecondary style  */
.modal-content.modalSecondary{
    width: 100%;
}
.modalSecondary .modal-body{
    min-height: 150px;
    display: inline-block;
    width:100%;
    padding-bottom: 0;
}
.modalSecondary .modal-body input[type="email"]{
    width: 300px;
    border: 1px solid #bbb;
    padding: 8px 10px;
    margin: 40px 20px;
}
.modalSecondary .modal-footer{
    border: none;
    padding: 40px 15px;
}
.modalSecondary .modal-title{
    text-transform: none;
    font-weight: 600;
    font-size: 27px;
}
.modalSecondary .modal-footer.modal-foot-style{
    padding: 55px 25px 10px 25px;
}
.modalSecondary .modal-footer.modal-foot-style button{
    padding: 15px 40px;
}

.modalSecondary .modal-body .field p {
    padding: 20px 25px;
}
/* Sathish Coding */
.black-theme .bottom-line{
    background: rgba(0, 0, 0, 0.98) !important;
}
.pool-alloc-gold .single-product-infos > h2{
    margin-top: 0px;
}
.pool-alloc-gold .single-product-tabs img{
    width: 100%;
}
.pool-alloc-gold .quantity-price{
    position: relative;
    float: left;
}
.pool-alloc-gold .quantity-price input[type="text"]{
    float: left;
}
.pool-alloc-gold .quantity-price span{
    position: relative;
    float: left;
    left:0px;
    margin-left: 10px;
    margin-top: 25px;
    margin-right: 10px;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 30px;
    font-size: 10px;
}
.pool-alloc-gold  .quantity-price input[type="text"]:last-child {
    border: 1px solid #ccc !important;
    margin-left: 0px;
}
.f-group{
    float: left;
}
.f-group label{
    display: block;
}
.pool-alloc-gold .btn-cntr{
    float: none;
}
.pool-alloc-gold .single-product-infos a.flat-btn{
    margin-top:20px;
    width: 100%;
}
.sub-heading{
    width: 100%;
    height: 100px;
    text-align: center;
    border-bottom: 1px solid #ccc;
}
.sub-heading h2{
    font-size: 28px;
    margin:0px;
    padding: 35px 0px;
}
.pad-0{
    padding: 0px !important;
}
.summary-con{
    float: left;
    width: 100%;
    border-radius: 4px;
    border:1px solid #ccc;
    padding: 20px 20px 0px 20px;
}
.summary-con .listing{
    margin: 0px;
    padding: 0px 0px 0px 15px;
}
.summary-con .listing li{
 font-weight: 700;
 float: left;
 width: 100%;
}
.summary-list{
    padding: 0px 0px 30px 0px;
    min-height: 190px;
}
.summary-footer{
    display: block;
    margin:0px -20px;
    padding: 23px 20px;
    border-top:1px solid #ccc;
}
.summary-footer h5,.summary-footer h4{
    margin:0px;
    color: #333;
    font-weight: 700;
    font-size: 16px;
}
.summary-footer h4{
    color: #bc9654;
}
.pool-alloc-gold h2.title{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
}
.payment-con{
    border-top:1px solid #ccc;
}
.loader{
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding-top: 20px;
    width: 100%;
}
.loader a,.loader span{
    font-size: 12px;
}
.loader .big-btn{
    width: 240px;
    margin-top: 10px;
    cursor: pointer;
    padding: 13px 10px;
}
.modal-footer{
    border:0px;
}
.modal-footer .flat-btn.big-btn{
    margin-left: 10px;
    cursor: pointer;
    text-transform: uppercase;
}
.modal-title{
    font-weight: 700;
}
.modal-header,.modal-body,.modal-footer{
    padding: 20px 25px;
}
/* Sathish Coding */

/* Seprate pages style */
.cust-theme .inner-head .inner-content > span, .cust-theme .contact-lists-sec li > i, .cust-theme .contact-details .social-btns > li:hover > a, .cust-theme .contact-details .social-btns > li:before{
    background-color: #bc9655;
}
.cust-theme .contact-details .contact-infos > ul > li > span > i{
    color: #bc9654;
}
.contact-infos ul li b {
    font-weight: 600 !important;
}

.cust-theme .contact-form > form .row > div > textarea{
    resize: none;
    min-height: 160px;
    padding-right: 20px;
}
.cust-theme .whitish:before{
 background: #f9f9f9;
}
.cust-theme .product-text-bar{
    text-align: left;
    display: inline-block;
    width: 100%;
}
.cust-theme .product-text-bar > p{
    font-size: 15px;
    line-height: 1.5;
}
.cust-theme .product-text-bar .numbering{
    font-weight: 600;
    margin-top: 35px;
}
.cust-theme .faqs-accordian-sec .experties > .content{
 padding: 20px 40px;
}
.cust-theme .faqs-accordian-sec .experties > h2{
    font-weight: 600;
    line-height: 1.5;
    cursor: default;
}
.cust-theme .faqs-accordian-sec .content > p{
    line-height: 1.9;
}
/* Custom Dropdown style */
.custom-select {
  position: relative;
  width: 100%;
}
.custom-select select {
  display: none; /*hide original SELECT element:*/
}
.custom-select .select-selected {
  background-color: #fff;
  border: 1px solid #ccc;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 8px;
  right: 26px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #747474 transparent transparent transparent;
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #747474 transparent;
  top: 1px;
}
/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #000;
  padding: 8px 16px;
  cursor: pointer;
  user-select: none;
}

/*style items (options):*/
.select-items {
  position: absolute;
  border: 1px solid #ccc;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1;
  -moz-box-shadow: 6px 9px 8px -7px #ccc;
  -webkit-box-shadow: 6px 9px 8px -7px #ccc;
  box-shadow: 6px 9px 8px -7px #ccc;
}
/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}
.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

/* Table styling */
.cust-theme .table{
    margin: 0;
}
.cust-theme .table>tbody>tr>td, .cust-theme .table>tbody>tr>th, .cust-theme .table>tfoot>tr>td, .cust-theme .table>tfoot>tr>th, .cust-theme .table>thead>tr>td, .table>thead>tr>th{
   padding: 12px;
   text-align: center;
}
.cust-theme .current-holdings table.dataTable, .cust-theme .my-holdings-tbl{
    table-layout: fixed;
    margin: 0 !important;
    border: 1px solid #e5e5e5;
}
.cert_list.table>thead>tr>th, .cert_list.table>tbody>tr>td, .cert_list.table>tbody>tr>th, .cert_list.table>tfoot>tr>td, .cert_list.table>tfoot>tr>th, .cert_list.table>thead>tr>td, .cert_list.table>thead>tr>th{
   border: none;
   padding: 25px;
   text-align: left;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
}
.cust-theme .dataTables_wrapper .my-holdings-tbl{
   -moz-box-shadow: 6px 9px 8px -7px #ccc;
   -webkit-box-shadow: 6px 9px 8px -7px #ccc;
   box-shadow: 6px 9px 8px -7px #ccc;
   position: relative;
}
.my-holdings-tbl.table>tbody>tr{
    border: 1px solid #ddd;
    border-top: none;
}
.my-holdings-tbl.table>thead>tr>th, .my-holdings-tbl.table>tbody>tr>td, .my-holdings-tbl.table>tbody>tr>th, .my-holdings-tbl.table>tfoot>tr>td, .my-holdings-tbl.table>tfoot>tr>th, .my-holdings-tbl.table>thead>tr>td, .my-holdings-tbl.table>thead>tr>th{
    white-space: normal;
    overflow: unset;
    text-overflow: unset;
    padding: 10px 8px;
    word-wrap: break-word !important;
    cursor: default;
}
.my-holdings-tbl.table>tbody>tr>td, .my-holdings-tbl.table>tfoot>tr>td{
    width: 100%;
}
.my-holdings-tbl.table>tbody>tr>td.text-center, .my-holdings-tbl.table>tfoot>tr>td.text-center{
    text-align: center;
}
.dataTables_wrapper .my-holdings-tbl.table>thead>tr>th{
    padding: 18px 8px;
    vertical-align: top;
    background: #eee;
    outline: none;
}
.dataTables_wrapper .my-holdings-tbl.table-striped>tbody>tr:nth-of-type(even){
    background: #fff;
}
.my-holdings-tbl tbody tr td .fa-sort-desc{
    vertical-align: top;
    margin-top: -3px;
}
div#hold-list_info{
    margin-top: 25px;
}
td.cert-width {
    display: inline-block;
    width: 45%;
}
.dataTables_wrapper .my-holdings-tbl.table>thead>tr>th:first-child{
    border-top-left-radius: 10px;
}
.dataTables_wrapper .my-holdings-tbl.table>thead>tr>th:last-child{
    border-top-right-radius: 10px;
}
.cust-theme .sell-btn .flat-btn {
    padding: 6px 25px;
}
.cust-theme .sell-btn{
 margin-top: 20px;
}
#hold-list_wrapper .dataTables_paginate .pagination{
    float: left;
    width: 77%;
}
.cert_list.table>thead>tr>th{
    background-color: #f9f9f9;
    padding: 25px;
    text-transform: capitalize;
}
.cert_list.table-striped>tbody>tr:nth-of-type(even){
    background-color: #f9f9f9;
}
.cert_list.table-striped>tbody>tr:nth-of-type(odd){
    background-color: #ffffff;
}
table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc, table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>td.sorting{
    padding-right: 15px !important;
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after{
    top: 15px !important;
    right: 0 !important;
}

table.cert_list.dataTable thead .sorting p:after, table.cert_list.dataTable thead .sorting_asc p:after, table.cert_list.dataTable thead .sorting_desc p:after, table.cert_list.dataTable thead .sorting_asc_disabled p:after, table.cert_list.dataTable thead .sorting_desc_disabled p:after{
    position: absolute;
    top: 0px;
    right: -14px;
    display: block;
    font-family: 'FontAwesome';
    opacity: 0.5;
}
table.cert_list.dataTable thead .sorting p:after{
    opacity: 0.2;
    content: "\f0dc";
}
table.cert_list.dataTable thead .sorting_asc p:after{
    content: "\f0de";
}
table.cert_list.dataTable thead .sorting_desc p:after{
    content: "\f0dd";
}
table.cert_list.dataTable thead .sorting_desc:after{
    content: "";
}
table.cert_list.dataTable thead .sorting_asc:after{
    content: "";
}
table.cert_list.dataTable thead .sorting:after{
   content: "";
}
table.cert_list.dataTable thead .sorting:after, table.cert_list.dataTable thead .sorting_asc:after, table.cert_list.dataTable thead .sorting_desc:after, table.cert_list.dataTable thead .sorting_asc_disabled:after, table.cert_list.dataTable thead .sorting_desc_disabled:after{
    font-family: unset !important;
    display: none;
}
.current-holdings .dataTables_wrapper div.dataTables_paginate ul.pagination{
    margin: 25px 0;
}
.cert_list .data-tbl-head{
    display: inline-block;
    position: relative;
    margin: 0;
    line-height: 1.3;
}
.cert_list .data-tbl-head .fa-info-circle{
    margin-left: 5px;
    color: #aaa;
    font-size: 16px;
    line-height: 1;
}
.table-wrap{
    position: relative;
}
.redeem-price-info{
    width: 250px;
    display: none;
    float: right;
    position: absolute;
    z-index: 99;
    background: #fff;
    padding: 20px;
    right: 68px;
    top: 62px;
    color: #000;
    box-shadow: 6px 9px 8px -7px #ccc;
}

/*=============== Pagination ===================*/
.cust-theme .pagination {
    float: right;
    padding-left: 0;
    margin: 25px 0;
    background: #fff;
    text-align: right;
}
.cust-theme .pagination > li.disabled a {
    color: #ccc;
    background-color: #fff;
}
.cust-theme .pagination div, .cust-theme .pagination a {
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid #ddd;
    color: #333;
}
.pagination.menu{
    min-height: auto;
}
.cust-theme .pagination >li >a{
    color: #333;
}
.cust-theme .pagination a:hover, .cust-theme .pagination a:focus{
    background: #eee;
}

.cust-theme .pagination >.active >a,
.cust-theme .pagination >.active >a:focus,
.cust-theme .pagination >.active >a:hover,
.cust-theme .pagination >.active >span,
.cust-theme .pagination >.active >span:focus,
.cust-theme .pagination >.active >span:hover{
    color: #fff;
    background-color: #bc9654;
    border-color: #bc9654;
}

/*====  Data tables pagination  ====*/
div.dataTables_paginate a {
    padding: 6px 12px;
    border: 1px solid #ddd;
    color: #333;
    border-radius: 0;
    display: inline-block;
    vertical-align: top;
}
.cust-theme div.dataTables_paginate span a {
    border-radius: 0;
}
div.dataTables_paginate a:hover,
div.dataTables_paginate a:focus{
    color: #333;
    background: #eee;
    cursor:pointer;
}
div.dataTables_paginate a:active,
div.dataTables_paginate a.current{
    color: #fff;
    background-color: #bc9654;
    border-color: #bc9654;
    cursor:pointer;
}
div#ajTbl {
    margin-top: 25px;
}

/*****   File Uploader   *****/
.glyphicon-download {
  font-size: 1.5em;
}
.dropzone {
  cursor: pointer;
  border: 1px solid #ccc;
  padding: 14px 0px;
  width: 47%;
  text-align: left;
  display: inline-block;
  z-index: 0;
}
.dropzone:first-child{
 margin-right: 30px;
}
.dropzone .dz-preview .dz-details .dz-filename span{
    background: none;
}
.dropzone .dz-preview{
    width: 100%;
    margin: 0;
    padding-left: 3%;
}
.dropzone i{
    font-size: 20px;
    opacity: 0.6;
    margin-left: 10px;
}
.dropzone .dz-preview .dz-remove {
    background: url("../img/close.png");
    background-size: 20px;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    margin-top: -2px;
    margin-right: 10px;
}
.dropzone.dz-clickable{
    position: relative;
}
.drag-err {
 position: absolute;
 width: 100%;
 left: 0;
 top: 100%;
}
.cust-theme .dropzone .dz-message {
    white-space: normal;
    text-overflow: initial;
    overflow: initial;
    width: 85%;
}
.cust-theme .dropzone .dz-preview:not(.dz-processing) .dz-progress {
    width: 100%;
    left: 0;
    animation: none;
}

/*  Current holding screen style starts here  */

.current-holdings .heading3 span{
    opacity: 0.5;
}
.current-holdings .heading3 h3{
    margin: 0;
}
.current-holdings .heading3{
    margin: 0;
    padding: 0;
    border: none;
}
.current-holdings .redeem-price i, .current-holdings .redeem-price p{
    display: inline-block;
    vertical-align: top;
    margin: 15px 0 25px 0;
}
.current-holdings .redeem-price i{
 font-size: 20px;
 margin-right: 10px;
 color: #bc9654;
}
.current-holdings .redeem-price p{
    font-size: 16px;
    line-height: 1.3;
    width: 72%;
    color: #999;
}

/*  Tooltip hover show and hide  */
.popup-client .buy-gold-link .fa-chevron-down{
    transition-duration: 0.3s;
    transition-timing-function: linear;
}
.buy-gold-link{
    position: relative;
}
.buy-gold-link .toggling{
   display: none;
   position: absolute;
   background-color: #fff;
   right: 0;
   top: 88px;
   z-index: 3;
   opacity: 1;
   width: 585px;
}
.buy-gold-link:hover .toggling{
    display: block;
}
.toggling .paymentOpt{
    float: left;
    width: 535px;
}
.popup-client .buy-gold-link:hover .fa-chevron-down{
    transform: rotate(180deg);

}

/***  Sticky Footer css style  ***/

.footer-sticky{
    position: fixed;
    -moz-box-shadow: 0 0 16px 0 #ccc;
    -webkit-box-shadow: 0 0 16px 0 #ccc;
    box-shadow: 0 0 16px 0 #ccc;
    padding: 10px 0;
    bottom: 0;
    z-index: 999;
    opacity: 1;
    background: #fff;
}
.updated-agreement--container {
    margin: 15px 0;
}
.updated-agreement--container.agreed .updated-agreement--accept,
.updated-agreement--container .updated-agreement--accepted{
    display: none;
}
.updated-agreement--container.agreed .updated-agreement--accepted {
    display: inline-block;
}

.updated-agreement--container span {
    font-size: 12px;
    line-height: 19px;
}
.updated-agreement--accepted a {
    color: #999;
}
.updated-agreement--accepted a:hover svg path {
    fill: #999;
}

.updated-agreement--accepted a:hover {
    color: #666;
}

.updated-agreement--accepted a span,
.updated-agreement--accepted a svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.coming-soon{
    padding: 25px 0;
    float: left;
    width: 100%;
    font-size: 21px;
}
.table-wrap #cert-list_wrapper  div.dataTables_wrapper div.dataTables_paginate{
    text-align: right;
    float: right;
    margin-top: 8px;
}
.table-wrap #cert-list_wrapper div.dataTables_wrapper div.dataTables_info{
    text-align: left;
    float: left;
}
.table-wrap .dataTables_wrapper .cert_list .fa-lock{
   margin-left: 5px;
   color: #bc9654;
}


/* ui-changes */

.gold-color,
.gold-link {
    color: #BC9456 !important;

    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.gold-link:hover {
    color: #2e2e2e !important;
}

.login-header {
    color: #666;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 16px;
}
.bottom-link-container {
    margin-top: 30px;
    text-align: center;
    font-size: 13px;
}

.prefilled-container {
    text-align: center;
    margin-bottom: 52px;
}
.prefilled {
    display: inline-block;
    position: relative;
    color: #A3A3A3;
    border: 1px solid #e5e5e5;
    border-radius: 25px;
    padding: 8px 22px;
    padding-right: 48px;
}
.prefilled:after {
    content: '';
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    right: 0;
    margin-top: -8px;
    margin-right: 11px;
    background-image: url('../images/circle-tick.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.create-password-heading {
    text-align: center;
    margin-bottom: 24px;
}
.create-password-heading p {
    color: #666;
    font-weight: 600;
    letter-spacing: 0;
    font-size: 13px;
}

.login a.forgot-password {
    color: #666;
}
.login a.forgot-password:hover {
    color: #2e2e2e;
}

.table-container {
    margin-bottom: 50px;
}

.empty-table {
    display: inline-block;
    width: 100%;
}

.no-cert,
.noCert {
    display: none;
    border: 1px solid #e5e5e5;
    border-top: 0;
}

.cust-theme .dataTables_wrapper .dataTables_info {
    float: left;
    margin: 25px 0;
    padding: 0;
}

.cust-theme .dataTables_wrapper .dataTables_paginate {
    float: right;
    margin: 25px 0;
}
.cust-theme .dataTables_paginate {

}

.modal.fade .modal-dialog.v-middle, .modal.fade .modal-dialog {
    top: 50%;
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0,-60%);
    -ms-transform: translate(0,-60%);
    -o-transform: translate(0,-60%);
    transform: translate(0,-60%);
}
.modal.in .modal-dialog.v-middle, .modal.fade .modal-dialog {
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

.modal-header {
    border-bottom: none;
    position: relative;
}
.modal-header .close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 24px;
    height: 24px;
    font-size: 32px;
    font-weight: 100;
}

.price-modal .modal-header {
    padding-top: 40px;
}

.price-modal .modal-header .modal-title {
    font-size: 22px;
    font-weight: 600;
}

.price-modal .modal-body .price-modal--half {
    color: #666;
    font-weight: 600;
}

.price-modal .modal-body .price-modal--first-half {
    border-right: 1px solid #ccc;
}
.price-modal .modal-body .price-modal--second-half {
    text-align: right;
}

.price-modal .modal-body .price-modal--price {
    color: #BC9456;
    font-size: 19px;
    font-weight: 600;
}
.price-modal .modal-body .price-modal--price span {
    font-size: 15px;
}
.price-modal .price-modal--box {
    background-color: #f7f7f7;
    border-radius: 6px;
    color: #666;
    font-weight: 600;
    position: relative;
    padding: 20px;
    margin-top: 25px;
    margin-bottom: 30px;
}
.price-modal .price-modal--box:before {
    content: '';
    position: absolute;
    display: block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f7f7f7;
    top: -10px;
    left: 25px;
}
.price-modal .price-modal--box b {
    color: #000;
}
.price-modal .price-modal--text {
    color: #A3A3A3;
    font-size: 12px;
    line-height: 18px;
}
.price-modal .modal-footer a {
    font-size: 13px;
}


.welcome-modal .modal-body {
    text-align: center;
}
.welcome-modal .modal-body i {
    font-size: 50px;
    color: #BC9456;
}
.welcome-modal .modal-body h4 {
    font-size: 22px;
    font-weight: 600;
}
.welcome-modal .modal-body p {
    color: #A3A3A3;
    line-height: 22px;
    font-weight: 600;
}
.welcome-modal .modal-footer {
    text-align: center;
    padding-bottom: 50px;
}
.welcome-modal .modal-footer a {
    float: none;
    display: inline-block;
}


.limits-box {
    background-color: #f7f7f7;
    border-radius: 3px;
    padding: 16px 19px;
    margin-bottom: 25px;
}
.limits-box p {
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 0;
}
.limits-box p span {
    color: #000;
}


.payment-methods {
    margin-top: 25px;
}
.payment-methods svg {
    width: 17px;
    margin-right: 10px;
}
.payment-method--valid {
    color: #000;
    font-size: 12px;
    line-height: 19px;
    font-weight: 600;
    display: inline-block;
    vertical-align: top;
}
.payment-method--box {
    background-color: #f7f7f7;
    margin-top: 15px;
    margin-bottom: 25px;
    padding: 20px;
    border-radius: 3px;
}
.payment-method--box button {
    font-size: 13px;
}

.security-info p {
    display: inline-block;
    font-size: 12px;
    line-height: 19px;
    font-weight: 600;
    width: 85%;
    vertical-align: top;
    padding-left: 10px;
}


.bank-details {
    text-align: center;
}

.bank-details--border-box {
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 2px 6px 8px 0 rgba(0,0,0,0.1);
    margin: 0 auto;
    width: auto;
    padding: 20px;
}
.bank-details h3 {
    font-size: 22px;
    font-weight: 600;
}
.bank-details--sub-heading {
    font-weight: 600;
    line-height: 22px;
    font-size: 13px;
    max-width: 420px;
    margin: 0 auto 25px;
}

.bank-details--sub-heading span {
    color: #bc9654;
}
.bank-details--ref-box {
    background-color: #f7f7f7;
    padding: 20px;
    text-align: left;
    margin-bottom: 30px;
}
.bank-details--ref-box svg {
    width: 20px;
    margin-right: 10px;
}
.bank-details--ref-box p {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 34px);
    margin-bottom: 0;
    font-size: 13px;
    line-height: 22px;
}

.bank-details--info {
    border-bottom: 1px solid #e7e7e7;
    padding-top: 10px;
    padding-bottom: 10px;
}
.bank-details--info.no-border {
    border-bottom: none;
}

.bank-details--info .first-half,
.bank-details--info .second-half {
    display: inline-block;
    width: 50%;
    font-size: 15px;
    line-height: 24px;
    color: #666;
    text-align: left;
}
.bank-details--info .second-half {
    color: #000;
    text-align: right;
}
.bank-details--info .second-half.ref-number {
    font-size: 20px;
}

.bank-details--footer {
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: center;
}
.bank-details--footer p {
    margin-bottom: 0;
    font-size: 13px;
}

.bank-details--return-link {
    display: inline-block;
    margin-top: 50px;
    color: #bc9654;
    font-weight: 600;
}
.bank-details--return-link:hover {
    color: #000;
}
.bank-details--return-link i {
    margin-right: 10px;
    font-size: 11px;
}
.bank-details--continue-shopping {
    float: none;
    display: inline-block;
    margin-top: 50px;
}


.alert.order-complete {
    float: none;
    margin-bottom: 30px;
}
.order-complete .icon-wrapper {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    background-color: #3B773D;
    position: relative;
}
.order-complete .align-with-icon strong {
    color: #3B773D;
}
.order-complete--details {
    text-align: left;
    padding-left: 35px;
}
.order-complete--details p strong {
    color: #2e2e2e;
}

.image-info {
    margin-top: 35px;
}

.boxshadow {
    box-shadow: none;
}

.disableButtonCss {
    background-color: #EBE0CC !important;
    color: #fff!important;
    border-color: transparent!important;
}

.images-disclaimer {
    text-align: center;
    color: #B0B0B0;
    font-size: 12px;
    line-height: 18px;
    padding: 10px;
    background-color: #f9f9f9;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 1;
}


.quantity-price input[type="text"]::-webkit-input-placeholder {
 text-align: center;
}

.quantity-price input[type="text"]:-moz-placeholder { /* Firefox 18- */
 text-align: center;
}

.quantity-price input[type="text"]::-moz-placeholder {  /* Firefox 19+ */
 text-align: center;
}

.quantity-price input[type="text"]:-ms-input-placeholder {
 text-align: center;
}

.alert-message-container {
    text-align: center;
}
.alert-message-container p {
    line-height: 30px;
}
.cust-theme .alert-dismissible .close {
    top: 50%;
    margin-top: -10px;
    right: 20px;
    z-index: 1;
    position: absolute;
}

div.dataTables_wrapper div.dataTables_filter input {
    border: 1px solid #e5e5e5;
    box-shadow: inset 1px 1px 1px 1px rgba(0,0,0,.05);
}
div.dataTables_wrapper div.dataTables_filter label {
    font-size: 12px;
    color: #999;
}
.total-order {
    text-align: right;
    float: right;
}
.total-order-amount {
    font-size: 18px;
}
.total-order-amount--label {
    margin-right: 25px;
    font-size: 16px;
    font-weight: 400 !important;
}
.shopping-cart--counter {
    float: left;
}

.payment-method--quantity {
    color: #333;
}
.disabled-button--text {
    display: none;
}
.disableButtonCss .disabled-button--text {
    display: inline-block;
}

.price-valid--value,
.price-valid--label {
    font-size: 12px;
    color: #2e2e2e;
}

.ja .from-and-to {
    text-align: right;
}

.word {
    display: inline-block;
    white-space: nowrap;
    position: relative;
}



/* NEW -- Transaction History Table (tht) */
.transaction-history{
}
.tht--container {
    float: none;
    clear: both;
}
.tht--header {
    background-color: #eee;
    color: #000;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.tht--body {
    color: #232323;
}
.tht--row--no-transactions {
    text-align: center;
    padding-top: 90px;
    padding-bottom: 110px;
    border-bottom: 1px solid #D8D8D8;
}
.tht--row--no-transactions p {
   font-size: 16px;
   color: #232323;
   margin: 15px 0 0 0;
}

.tht--row--wrapper.panel {
    margin-bottom: 0;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.opened .tht--row.collapsed {
    opacity: .3;
}
.tht--row {
    cursor: pointer;
    border-top: 1px solid transparent;
    border-bottom: 1px solid #D8D8D8;
}
.tht--row:not(.collapsed) .col-transaction-number:before {
    margin-top: -4px;

    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.tht--row:not(.collapsed) {
    position: relative;
    background: #fff;
    border-top: 1px solid #232323;
    border-bottom: 1px solid #D8D8D8;

}
.tht--row:not(.collapsed):before,
.tht--row:not(.collapsed):after {
    top: 100%;
    left: 70px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.tht--row:not(.collapsed):after {
    border-color: transparent;
    border-top-color: #fff;
    border-width: 7px;
    margin-left: -7px;
}
.tht--row:not(.collapsed):before {
    border-color: transparent;
    border-top-color: #D8D8D8;
    border-width: 8px;
    margin-left: -8px;
}
.tht--col {
    padding: 20px 10px;
    width: 20%;
    float: left;
}
.tht--col.col-transaction-number {
    width: 25%;
    position: relative;
    padding-left: 50px;
    color: #BC9456;
}
.tht--col.col-transaction-number:before {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -5px;
    border-style: solid;
    border-color: #BC9456;
    border-width: 2px 2px 0 0;

    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);

    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

}
.tht--header .tht--col.col-transaction-number span {
    color: #000000;
    font-family: Nunito;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    text-align: left;
}
.tht--header .tht--col.col-transaction-number {
    color: #000;
}
.tht--header .tht--col.col-transaction-number:before {
    content: none;
}

.tht--col.col-transaction-status {
    width: 18%;
    position: relative;
    padding-left: 25px;
}
.tht--col.col-transaction-update {
    width: 27%;
}
.tht--col.col-buyer-id {
    width: 14%;
}
.tht--col.col-transaction-amount {
    width: 15%;
}
.tht--details--wrapper {
    border-bottom: 1px solid #232323;
}

.tht--details {
    padding: 35px 20px 40px;
}
.tht--box {
    padding: 30px;
    background-color: #FAFAFA;
    border-radius: 6px;
}
.tht--box-header {
    margin-bottom: 15px;
}
.tht--box-header img {
    margin-right: 12px;
    vertical-align: initial;
}
.tht--box-header span {
    text-transform: uppercase;
    color: #BC9456;
    font-size: 13px;
    font-weight: bold;
}

.tht--box-details--labels {
    font-weight: 600;
}
.tht--box-details--values div,
.tht--box-details--labels div {
    margin-bottom: 10px;
}
.tht--box-details--values div:last-child,
.tht--box-details--labels div:last-child {
    margin-bottom: 0px;
}

.tht--details--footer {
    padding: 20px 25px;
    border: 1px solid #D8D8D8;
    border-radius: 6px;
    margin-top: 20px;
}

.tht--details--certificate {
    float: left;
    width: 50%
}
.tht--details--certificate img {
    float: left;
    margin: 5px 13px 0 0;
}
.tht--details--certificate a {
    font-size: 12px;
    color: #232323;
}

.tht--details--status {
    float: right;
    width: 50%;
    padding-left: 40px;
}
.tht--details--status-info {
    display: inline-block;
    vertical-align: top;
}
.tht--details--status-button {
    display: inline-block;
    vertical-align: top;
    float: right;
    padding: 7px 15px;
    border-radius: 3px;
}
.tht--details--status-info p {
    margin-bottom: 0;
    line-height: 18px;
    color: #232323;
}
.tht--details--status-info b {
    font-weight: 600 !important;
}

.tht--status {
    width: 7px;
    height: 7px;
    border-radius: 7px;
    display: inline-block;
    margin-left: 8px;
}
.in-progress {
    background-color: #FFE3B5;
}
.processed {
    background-color: #BCF2BC;
}
.cancelled,
.failed {
    background-color: #FFD1E5;
}

.certificatePdf .modal-dialog {
    max-width:650px;
    width: 100%;
    height: 464px;
}
.certificatePdf embed, .certificatePdf iframe, .certificatePdf object {
    width: 842px;
    height: 596px;
}

.certificatePdf.fade .modal-dialog.v-middle, .certificatePdf.fade .modal-dialog {
    top: 50%;
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0,-60%);
    -ms-transform: translate(0,-60%);
    -o-transform: translate(0,-60%);
    transform: translate(0,-60%);
}
.certificatePdf.in .modal-dialog.v-middle, .certificatePdf.fade .modal-dialog {
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

#sylius_user_change_password_newPassword_first-error.error {
    position: relative;
    float: left;
    display: inline-block;
}

.dropzone .dz-preview .dz-remove {
    text-indent: -510% !important;;
}

input#searchOrdersTrans::placeholder {
    font-size: 16px;
}

 @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .cust-theme .steps-sec .step {
        min-height: 450px;
    }
    .heading4::after{
        background-color: none !important;
        border-color: #ffffff !important;
        height: 0;
    }
    .inner-head.overlap {
        padding-top: 50px !important;
    }
    .cust-theme {
        padding-top: 178px !important;
    }
    body.highlow .cust-theme {
        padding-top: 56px !important;
    }
    body.highlow .tht--row {
        float: left;
        width: 100%;
    }
/*    .cust-theme .heading4 {
        margin-bottom: 30px;
        padding-bottom: 0;
    }
    .cust-theme section.block.pad-70 {
        padding: 220px 0 0 0;
    }
    .inner-head {
        padding-top: 200px;
    }
    .block.offwhiteBg {
        padding: 70px 0;
    }
    .ie-padding {
        padding: 70px 0 !important;
    }*/
 }

 .mb-40 {
    margin-bottom: 40px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-20 {
    margin-bottom: 20px;
}


.txt-center{
    text-align: center !important;
}
.width-3 {
    width: 3% !important;
}
.width-21{
    width: 21% !important;
}
.trans-row.bg-black.mar-top-25.trans-heading-details {
    padding: 11px 0 0px 0 !important;
    height: 60px !important;
}
.transactionDtl .trans-row.bg-black span {
    font-size: 14px;
    font-weight: 600;
}
.transaction-history .transactionDtl .trans-row {
    padding: 12px 0 3px 0;
    height: 80px;
}
.transaction-history .transactionDtl p, .transaction-history .transactionDtl span {
    line-height: 1.5;
}
.cust-theme .current-holdings table.dataTable, .cust-theme .my-holdings-tbl {
    border: none;
}
.width-6 {
    width: 6% !important;
}

.cert_list .data-tbl-head {
    color: #000000;
    font-weight: 600;
}
.dataTables_wrapper .my-holdings-tbl.table>thead>tr>th{
    padding: 24px 8px !important;
}
.my-holdings-tbl.table>tbody>tr>td{
    padding: 20px 10px 16px 10px !important;
}
.my-holdings-tbl.table>tbody>tr>td.product-weight span {
    width: 130px;
    line-height: 1.5;
}
.sellBk .sell-btn button.sellOrderBtn{
    font-size: 13px;
    padding: 9px 44px;
}
.ja .sellBk .sell-btn button.sellOrderBtn {
    padding: 9px 30px;
}
.word-break {
    word-break: break-all;
}
.my-holdings-tbl tbody tr td .fa-sort-desc {
    color: red;
}
.my-holdings-tbl tbody tr td .fa-sort-up {
    color: green;
}
.transactionDtl .my-holdings-tbl.table>tbody>tr {
    border-top: none !important;
    border-bottom: 1px solid #ddd !important;
    border-left: none;
    border-right: none;

}
.cust-theme .dataTables_wrapper .my-holdings-tbl {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.transaction-history .transactionDtl {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/* custom checkbox */
.checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.check {
    position: absolute;
    height: 12px;
    width: 12px;
    background-color: #ffffff;
    border: 1px solid #111;
    left: 21px;
    top: -6px;
}

.checkbox:hover input ~ .check {
    border: 1px solid #000000;
}

.checkbox input:checked ~ .check {
    background-color: #ffffff;
    border:1px solid #000000;
}

.check:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox input:checked ~ .check:after {
    display: block;
}

.checkbox .check:after {
    height: 5px;
    width: 8px;
    border-left: 2px solid #000000;
    border-bottom: 2px solid #000000;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}



/* merchant transaction history */
.transaction-history .tht--header span.tht--col {
    color: #000000;
    color: #000000;
    font-family: Nunito;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    text-align: left;
}
.transaction-history .tht--col {
padding: 23px 0px;
}
.transaction-history .tht--col.col-transaction-number {
width: 28%;
padding-left: 30px;
}
.transaction-history .tht--col.col-transaction-update {
width: 24%;
}
.tht--col.col-transaction-status {
    width: 19%;
}
.transaction-history .tht--col.col-sold-to {
width: 18%;
}
.col-detail--heading .tht--col.col-transaction-number {
    width: 28%;
    padding-left: 50px;
}
.tht--row--group .col-detail--heading .tht--col {
    padding: 21px 0px;
}
.col-transaction-status .tht--status {
    margin-left: 0;
}
.col-detail--left .tht--col.col-transaction-status {
    padding-left: 13px;
}
.transaction-history .tht--col {
    padding: 21px 0px;
}
.tht--row--group .col-detail--heading .tht--col {
    padding: 21px 0px;
}
.tht--col.col-buyer-id {
    width: 14%;
}

/* sell table changes */

.width-3{
    width: 3% !important;
}
.width-19 {
    width: 19% !important;
}
.width-26 {
    width: 26% !important;
}
.transaction-history .transactionDtl .trans-row {
    height: 60px !important;
    padding: 10px 0px 3px 0px !important;
    border: none;
}
.transaction-history .transactionDtl .trans-row.sell-order-row{
    padding: 10px 0px 3px 0px !important;
    height: 80px !important;
    border-bottom: 1px solid #ccc !important;
}
.transaction-history .transactionDtl span.date-created-weight {
    margin: 10px 0;
    padding: 0 65px 0px 0px;
}
.transaction-history .transactionDtl .trans-row.transaction-details {
    padding: 12px 0 3px 0 !important;
    height: 80px !important;
    border-bottom: 1px solid #ccc !important;
}

.payment-method--box  [type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
    font-size: 14px;
}

.payment-method--box .checkbox {
    padding-left: 0px;
}

/* flash message css */
.cust-theme .alert {
    border-color: #eee;
    position: relative;
    margin-bottom: 0;
}
.cust-theme .alert.alert-success.alert-dismissible .align-with-icon p{
    color: #3c763d !important;
}
.cust-theme .alert.alert-error.alert-dismissible .align-with-icon p{
    color: #f0360c !important;
}
.cust-theme .alert.alert-info.alert-dismissible .align-with-icon p{
    color: #31708f !important;
}
.cust-theme .alert.alert-warning.alert-dismissible .align-with-icon p{
    color: #8a6d3b !important;
}

.ja .ja-table {
    padding-bottom: 20px;
}
.qn-proceed-btn a#conformBtn:disabled{
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.shopping_cart .shopping-cart--counter {
    width: calc(100% - 300px);
    float: left;
}

.alert-custom .icon-wrapper {
    position: relative;
}
.icon-wrapper .glyphicon {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 50%;
    left: 50%;
    margin-left: -7.5px;
    margin-top: -7.5px;
    line-height: 15px !important;
}

/* email option toggle */
.email-opt-toggle {
    position: relative;
    float: left;
    margin-top: 6px;
}

.email-opt-toggle .checkbox .switch-on, .email-opt-toggle .checkbox.checked .switch-off  {
    display: none;
}

.email-opt-toggle .checkbox .switch-off, .email-opt-toggle .checkbox.checked .switch-on  {
    display: block;
}

.email-opt-toggle .ui.toggle.checkbox label:before {
    width: 32px;
    height: 20px;
    background: #cacaca;
}
.email-opt-toggle .ui.toggle.checkbox label:after {
    width: 16px;
    height: 16px;
    top: 2px;
    left: 2px;
}
.email-opt-toggle .ui.toggle.checkbox input:checked~label:after {
    left: 14px;
}
.email-opt-toggle .ui.toggle.checkbox input:checked~label:before {
    background-color: #64C192 !important;
}
.email-opt-toggle .ui.toggle.checkbox label {
    min-height: 1.5rem;
    padding-left: 43px;
    font-family: Nunito;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
}

.email-opt-toggle a.modal-link .notification-modal-link {
    font-size: 12px;
    line-height: 16px;
    margin-left: 7px;
}
.email-opt-toggle .ui.toggle.checkbox label {
    padding-top: 1px;
}
.email-opt-toggle .checkbox {
    margin-top: 0px;
    padding-left: 0px;
    margin-bottom: 0;
}

#emailNotificationModal .modal-body {
    padding: 0px 51px 52px 51px;
}
#emailNotificationModal .bg--grey {
    margin-bottom: 20px;
}
#emailNotificationModal .modal-header {
    padding: 50px 20px 0 20px;
}

.ja .registration-sec .signup-layout-password .message-txt, .ja .cust-theme .registration-sec label.agreement-verify {
    font-size: 12px;
}



.page--sub-heading {
    margin-top: 32px;
    margin-bottom: 12px;
}
