/* #20000- title attribute for close buttons */
.md-close {
    height: 9px;
    width: 9px;
    margin: 10px 10px 0px 0px;
    background: url("/content/assets/icons/popup_close.png") no-repeat !important;
    position: absolute !important;
    right: 15px !important;
    top: 15px !important;
}


/* Newsletter */
.newsletter {
    max-width: 530px;
}

.md-content > div .newsletter-content {
    width: 270px;
    margin: auto;
    text-align: center;
}

    .md-content > div .newsletter-content .search {
        width: 94%;
    }

    .md-content > div .newsletter-content .search-btn {
        right: 10px;
    }

.icon-diamonds {
    /*content: "\2666";*/
    background: url(/content/assets/icons/icon-gray-diamond.png) no-repeat center;
    display: block;
    text-align: center;
    margin: 20px auto 5px;
    width: 8px;
    height: 8px;
}

/* Ship To */
.SignIn.createaccount.shipto {
    max-width: 440px;
}

.shipto p {
    padding: 0 20px;
    text-align: center;
}

.md-content > div .shipto-content {
    width: 90%;
    margin: auto;
    text-align: center;
}

    .md-content > div .shipto-content .shipto-row {
        /*margin: 30px 0 0 0;
	display: table;	
	width: 100%;*/
        text-align: left;
        flex-wrap: wrap;
        display: flex;
    }

    .md-content > div .shipto-content .shipto-col {
        margin: 30px 0px 0px 0px;
        width: 20%;
    }
        /*.md-content > div .shipto-content .shipto-col {	
	margin: 30px 1px 0px 1px;
	width: 20%;
	background:#DCE1FF;
}*/
        .md-content > div .shipto-content .shipto-col .title {
            text-transform: uppercase;
            font-size: 12px;
            color: #d3a052;
            display: block;
        }

        .md-content > div .shipto-content .shipto-col .data {
            font-size: 12px;
            color: #717171;
            display: block;
        }

/* Access Data */
.access-data {
    max-width: 580px;
}

.md-content > div .access-data-content {
    width: 90%;
    margin: auto;
    text-align: center;
}

    .md-content > div .access-data-content p {
        margin: 0px 0px 20px 0px;
    }

.contentpop .md-content > div .access-data-content p {
    text-align: justify;
}

.md-content > div .access-data-content a {
    word-wrap: break-word;
}

.md-content > div .access-data-content p.req-field {
    text-align: left;
    color: #454545;
    margin: 0;
}

.md-content > div .access-data-content .search-form .textbox {
    width: 90%;
}

.md-content > div .access-data-content .textbox {
    background: #fff;
    border: solid 1px #1a1a1a;
    font-family: "futuralight";
    color: #000;
    font-size: 12px;
    height: 45px;
    padding: 0 10px;
    margin-bottom: 15px;
    width: 94%;
}

.md-content > div .access-data-content .btn-send {
    border: none;
    background: #d3a052;
    padding: 8px 25px;
    margin-right: 25px;
    text-transform: uppercase;
    line-height: 26px;
    font-family: "futuralight";
    font-size: 12px;
    color: #000000;
    float: right;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative
}

    .md-content > div .access-data-content .btn-send:hover {
        color: #fff;
        text-decoration: none;
    }

    .md-content > div .access-data-content .btn-send.float {
        float: inherit;
        margin: 20px 0px 0px 0px;
    }

.md-content > div .access-data-content .btn-create-account {
    border: solid 1px #d3a052;
    background: #000;
    padding: 7px 25px;
    text-transform: uppercase;
    line-height: 26px;
    font-size: 12px;
    color: #d3a052;
    cursor: pointer;
}

/* Sign In */
.SignIn {
    max-width: 820px;
}

.md-modal.SignIn {
    /*width: 100%;*/
}

#errmsg a {
    outline: 0;
}
    /* RK 27Sep2018 */
    #errmsg a:hover {
        color: #d3a052
    }
/* RK 27Sep2018 */
.md-content > div .md-signin-body {
    margin: 20px 0px 0px 0px;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.md-content > div .signin-left-col {
    padding: 30px 45px;
    margin: auto;
    width: 50%;
}

    .md-content > div .signin-left-col .rows {
        clear: both;
        float: left;
        width: 100%;
        position: relative;
    }

        .md-content > div .signin-left-col .rows.correct_icn::after {
            content: url(/content/assets/icons/correct_icn.png);
            display: inline-block;
            height: 20px;
            margin: 12px 0 0 13px;
            vertical-align: middle;
            width: 20px;
            position: absolute;
            right: -30px;
            top: 0;
        }

        .md-content > div .signin-left-col .rows.incorrect_icn::after {
            content: url(/content/assets/icons/incorrect_icn.png);
            display: inline-block;
            height: 20px;
            margin: 12px 0 0 13px;
            vertical-align: middle;
            width: 20px;
            position: absolute;
            right: -30px;
            top: 0;
        }




.md-content > div .signin-right-col {
    border-left: solid 1px #212121;
    padding: 30px 45px;
    text-align: center;
    width: 50%;
}

.md-content > div .signin-left-col .rows .textbox {
    background: #212121;
    border: solid 1px #1a1a1a;
    font-family: "futuralight";
    color: #999999;
    font-size: 12px;
    height: 45px;
    padding: 0 10px;
    margin-bottom: 15px;
    width: 100%;
}
/* Added for POA on 15/02/2017 */

/* price on application */

.poa-form {
    margin: 20px 0px;
    /*position: relative;*/
}

    .poa-form .col {
        margin: 0px !important;
        position: relative;
        text-align: left;
    }

        .poa-form .col.correct_icn::after {
            content: url(../assets/icons/correct_icn.png);
            margin: 12px 0 0 10px;
            position: absolute;
            right: -8px;
            top: 0;
        }

        .poa-form .col.incorrect_icn::after {
            content: url(../assets/icons/incorrect_icn.png);
            margin: 12px 0 0 10px;
            position: absolute;
            right: -8px;
            top: 0;
        }

    .poa-form .col1 {
        margin: 0px !important;
        text-align: left;
    }

        .poa-form .col select, .poa-form .col1 select {
            width: 95%;
            padding: 15px 10px;
        }

        .poa-form .col .textbox, .poa-form .col1 .textbox {
            width: 95% !important;
        }

        .poa-form .col textarea, .poa-form .col1 textarea {
            width: 95%;
        }

/*.poa-form .btn-send {
        margin: 0px !important;
    }*/

.or {
    margin-bottom: 15px;
    display: block;
    color: #999999;
    font-size: 12px;
}

.poa-row {
    border-bottom: solid 1px #fff;
    padding: 20px 0px;
    margin: 15px 0px;
    display: flex;
}

    .poa-row .img-box {
        border: solid 1px #999999;
        height: 90px;
        width: 90px;
        overflow: hidden;
    }

        .poa-row .img-box img {
            height: 90px;
            width: 90px;
        }

    .poa-row .img-content {
        padding: 20px 0 0 15px;
        width: 235px;
        text-align: left;
    }

        .poa-row .img-content .category-name {
            display: block;
            font-size: 14px;
            color: #000;
            text-transform: uppercase;
        }

        .poa-row .img-content .product-name {
            display: block;
            text-transform: uppercase;
            font-size: 18px;
            color: #000;
        }

        .poa-row .img-content .ref {
            padding: 10px 0px 0px 0px;
            display: block;
            font-size: 12px;
            color: #000;
        }

    .poa-row .poa-content {
        width: 100px;
        font-size: 18px;
        text-align: right;
        align-self: center;
        color: #000;
    }
/* selectbox */
.md-content > div select {
    background: #212121 url(../assets/icons/selectbox_arrow.png) no-repeat 95% 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    font-family: 'futuralight';
    font-size: 12px;
    color: #000;
    padding: 10px;
    margin-bottom: 15px;
    width: auto;
    width: 98%;
    outline: 0;
    border: 1px solid #000;
}

.md-content > div #addrform select {
    width: 100%;
    margin-bottom: 0;
}

.md-content > div select option {
    padding: 0 10px;
    height: 20px;
}

.md-content > div select::-ms-expand {
    display: none;
}

.md-content > div select:disabled {
    pointer-events: none;
    opacity: 0.5;
}

.select__arrow {
    position: absolute;
    top: 16px;
    right: 15px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #7b7b7b transparent transparent transparent;
}

.md-content > div select:hover ~ .select__arrow, .md-content > div select:focus ~ .select__arrow {
    border-top-color: #000;
}

.md-content > div.search-form select:disabled ~ .select__arrow {
    border-top-color: #ccc;
}
/* textarea */
.md-content > div textarea {
    border: solid 1px #1a1a1a;
    background: #fff;
    margin-bottom: 15px;
    padding: 10px;
    width: 94%;
    font-family: "futuralight";
    font-size: 12px;
    color: #000;
}

/* Checkbox */
.md-content > div .signin-left-col input[type="checkbox"] {
    display: none;
    /*visibility: hidden;
    width: 0;*/
}

.md-content > div .signin-left-col label {
    cursor: pointer;
    font-size: 12px;
    color: #999;
    margin-bottom:8px;
    display:inline-block;
}

.md-content > div .signin-left-col input[type="checkbox"] + label:before {
    background: #fff;
    content: "\00a0";
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0;
    vertical-align: middle;
    height: 15px;
    width: 15px;
    border: 1px solid #ae9a64;
}

.md-content > div .signin-left-col input[type="checkbox"]:checked + label:before {
    vertical-align: middle;
    text-align: center;
    line-height: 15px;
    color: #d3a052;
    content: "\2022";
}

.md-content > div .signin-left-col input[type="checkbox"]:checked + label:after {
    font-weight: bold;
}

.md-content > div .signin-left-col .bottom {
    width: 100%;
    float: right;
}

.md-content > div .signin-left-col .btn-signin {
    border: none;
    background: #d3a052;
    padding: 8px 25px;
    text-transform: uppercase;
    line-height: 26px;
    font-family: "futuralight";
    font-size: 12px;
    color: #000000;
    float: right;
    cursor: pointer;
    /*RK 16-03-2017*/
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0 0 8px;
}

.forgot-text {
    float: right;
    line-height: 17px;
    font-size: 12px;
    color: #454545;
}

    .forgot-text a {
        color: #454545;
    }

        .forgot-text a:hover {
            color: #d3a052;
        }

#lform #errmsg {
    margin-bottom: 10px;
}

.md-content > div .signin-right-col .btn-create-account {
    border: none;
    background: #000;
    padding: 8px 25px;
    margin: 20px 0px 0px 0px;
    text-transform: uppercase;
    line-height: 26px;
    font-size: 12px;
    color: #d3a052;
    cursor: pointer;
    /*RK 16-03-2017*/
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 20px 0 0;
}

    .md-content > div .signin-right-col .btn-create-account:hover {
        color: #fff;
        border: 1px solid #fff;
    }

/* For Model Popups */
.md-perspective, .md-perspective body {
    height: 100%;
    overflow: hidden;
}

    .md-perspective body {
        background: #222;
        -webkit-perspective: 600px;
        -moz-perspective: 600px;
        perspective: 600px;
    }

.md-modal {
    position: fixed; /* scroll issue coming on height */
    /*position: absolute;*/
    top: 50%;
    left: 50%;
    width: 50%;
    /*max-width: 630px;*/
    min-width: 320px;
    height: auto;
    z-index: 2000;
    /*visibility: hidden;*/ /*User is not able to use scrollbar displayed to view products from wishlist (dropmenu).*/
    display: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    /*-webkit-text-stroke: 0.35px;*/
    max-height: 90vh;
    overflow: auto;
}

.md-modal {
    font-family: futuralight !important;
}

.md-show {
    /*visibility: visible;*/ /*User is not able to use scrollbar displayed to view products from wishlist (dropmenu).*/
    display: block;
}

.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1052;
    opacity: 0;
    background: rgba(0,0,0,0.5);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show ~ .md-overlay {
    opacity: 1;
    visibility: visible;
}
/* Content styles */
.md-content {
    background: #fff;
    position: relative;
    padding: 10px;
    margin: 0 auto;
    color: #000;
}

    .md-content > div h3 {
        text-transform: uppercase;
        text-align: center;
        font-weight: 300;
        font-size: 26px;
        color: #d3a052;
        margin: 0 auto;
    }

    .md-content > div h4 {
        text-transform: uppercase;
        text-align: center;
        font-weight: 300;
        font-size: 18px;
        color: #d3a052;
        margin: 0 auto;
    }

    .md-content > div {
        border: solid 1px #d3a052;
        padding: 30px 0;
        margin: 0;
    }

        .md-content > div p {
            line-height: 16px;
            font-weight: 300;
            font-size: 12px;
            color: #000;
            /*padding: 0;*/
            margin: 0;
        }

        .md-content > div ul {
            margin: 0;
            padding: 0 0 30px 20px;
        }

            .md-content > div ul li {
                padding: 5px 0;
            }

    .md-content button {
        background: transparent;
        border: none;
        position: absolute;
        right: 15px;
        top: 15px;
        font-size: 20px;
        color: #808080;
        cursor: pointer;
    }
/* Individual modal styles with animations/transitions */

/* Effect 1: Fade in and scale up */
.md-effect-1 .md-content {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0; /*-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;*/ /* comment to remove zoom effect */
}

.md-show.md-effect-1 .md-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
/* Effect 2: Slide from the right */
.md-effect-2 .md-content {
    -webkit-transform: translateX(20%);
    -moz-transform: translateX(20%);
    -ms-transform: translateX(20%);
    transform: translateX(20%);
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.md-show.md-effect-2 .md-content {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
/* Effect 3: Slide from the bottom */
.md-effect-3 .md-content {
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show.md-effect-3 .md-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
/* Effect 4: Newspaper */
.md-effect-4 .md-content {
    -webkit-transform: scale(0) rotate(720deg);
    -moz-transform: scale(0) rotate(720deg);
    -ms-transform: scale(0) rotate(720deg);
    transform: scale(0) rotate(720deg);
    opacity: 0;
}

.md-show.md-effect-4 ~ .md-overlay, .md-effect-4 .md-content {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.md-show.md-effect-4 .md-content {
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    opacity: 1;
}
/* Effect 5: fall */
.md-effect-5.md-modal {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
}

.md-effect-5 .md-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(600px) rotateX(20deg);
    -moz-transform: translateZ(600px) rotateX(20deg);
    -ms-transform: translateZ(600px) rotateX(20deg);
    transform: translateZ(600px) rotateX(20deg);
    opacity: 0;
}

.md-show.md-effect-5 .md-content {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-transform: translateZ(0px) rotateX(0deg);
    -moz-transform: translateZ(0px) rotateX(0deg);
    -ms-transform: translateZ(0px) rotateX(0deg);
    transform: translateZ(0px) rotateX(0deg);
    opacity: 1;
}
/* Effect 6: side fall */
.md-effect-6.md-modal {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
}

.md-effect-6 .md-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translate(30%) translateZ(600px) rotate(10deg);
    -moz-transform: translate(30%) translateZ(600px) rotate(10deg);
    -ms-transform: translate(30%) translateZ(600px) rotate(10deg);
    transform: translate(30%) translateZ(600px) rotate(10deg);
    opacity: 0;
}

.md-show.md-effect-6 .md-content {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-transform: translate(0%) translateZ(0) rotate(0deg);
    -moz-transform: translate(0%) translateZ(0) rotate(0deg);
    -ms-transform: translate(0%) translateZ(0) rotate(0deg);
    transform: translate(0%) translateZ(0) rotate(0deg);
    opacity: 1;
}
/* Effect 7:  slide and stick to top */
.md-effect-7 {
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

    .md-effect-7 .md-content {
        -webkit-transform: translateY(-200%);
        -moz-transform: translateY(-200%);
        -ms-transform: translateY(-200%);
        transform: translateY(-200%);
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        opacity: 0;
    }

.md-show.md-effect-7 .md-content {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    border-radius: 0 0 3px 3px;
    opacity: 1;
}
/* Effect 8: 3D flip horizontal */
.md-effect-8.md-modal {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
}

.md-effect-8 .md-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(-70deg);
    -moz-transform: rotateY(-70deg);
    -ms-transform: rotateY(-70deg);
    transform: rotateY(-70deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}

.md-show.md-effect-8 .md-content {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
}
/* Effect 9: 3D flip vertical */
.md-effect-9.md-modal {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
}

.md-effect-9 .md-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(-70deg);
    -moz-transform: rotateX(-70deg);
    -ms-transform: rotateX(-70deg);
    transform: rotateX(-70deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}

.md-show.md-effect-9 .md-content {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
}
/* Effect 10: 3D sign */
.md-effect-10.md-modal {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
}

.md-effect-10 .md-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(-60deg);
    -moz-transform: rotateX(-60deg);
    -ms-transform: rotateX(-60deg);
    transform: rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show.md-effect-10 .md-content {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
}
/* Effect 11: Super scaled */
.md-effect-11 .md-content {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show.md-effect-11 .md-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
/* Effect 12:  Just me */
.md-effect-12 .md-content {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show.md-effect-12 ~ .md-overlay {
    background: #e74c3c;
}

.md-effect-12 .md-content h3, .md-effect-12 .md-content {
    background: transparent;
}

.md-show.md-effect-12 .md-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
/* Effect 13: 3D slit */
.md-effect-13.md-modal {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
}

.md-effect-13 .md-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(-3000px) rotateY(90deg);
    -moz-transform: translateZ(-3000px) rotateY(90deg);
    -ms-transform: translateZ(-3000px) rotateY(90deg);
    transform: translateZ(-3000px) rotateY(90deg);
    opacity: 0;
}

.md-show.md-effect-13 .md-content {
    -webkit-animation: slit .7s forwards ease-out;
    -moz-animation: slit .7s forwards ease-out;
    animation: slit .7s forwards ease-out;
}

@-webkit-keyframes slit {
    50% {
        -webkit-transform: translateZ(-250px) rotateY(89deg);
        opacity: .5;
        -webkit-animation-timing-function: ease-out;
    }

    100% {
        -webkit-transform: translateZ(0) rotateY(0deg);
        opacity: 1;
    }
}

@-moz-keyframes slit {
    50% {
        -moz-transform: translateZ(-250px) rotateY(89deg);
        opacity: .5;
        -moz-animation-timing-function: ease-out;
    }

    100% {
        -moz-transform: translateZ(0) rotateY(0deg);
        opacity: 1;
    }
}

@keyframes slit {
    50% {
        transform: translateZ(-250px) rotateY(89deg);
        opacity: 1;
        animation-timing-function: ease-in;
    }

    100% {
        transform: translateZ(0) rotateY(0deg);
        opacity: 1;
    }
}
/* Effect 14:  3D Rotate from bottom */
.md-effect-14.md-modal {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
}

.md-effect-14 .md-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateY(100%) rotateX(90deg);
    -moz-transform: translateY(100%) rotateX(90deg);
    -ms-transform: translateY(100%) rotateX(90deg);
    transform: translateY(100%) rotateX(90deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    transform-origin: 0 100%;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.md-show.md-effect-14 .md-content {
    -webkit-transform: translateY(0%) rotateX(0deg);
    -moz-transform: translateY(0%) rotateX(0deg);
    -ms-transform: translateY(0%) rotateX(0deg);
    transform: translateY(0%) rotateX(0deg);
    opacity: 1;
}
/* Effect 15:  3D Rotate in from left */
.md-effect-15.md-modal {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
}

.md-effect-15 .md-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
    -moz-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
    -ms-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
    transform: translateZ(100px) translateX(-30%) rotateY(90deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    transform-origin: 0 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show.md-effect-15 .md-content {
    -webkit-transform: translateZ(0px) translateX(0%) rotateY(0deg);
    -moz-transform: translateZ(0px) translateX(0%) rotateY(0deg);
    -ms-transform: translateZ(0px) translateX(0%) rotateY(0deg);
    transform: translateZ(0px) translateX(0%) rotateY(0deg);
    opacity: 1;
}
/* Effect 16:  Blur */
.md-show.md-effect-16 ~ .md-overlay {
    background: rgba(180,46,32,0.5);
}

.md-show.md-effect-16 ~ .container {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    filter: blur(3px);
}

.md-effect-16 .md-content {
    -webkit-transform: translateY(-5%);
    -moz-transform: translateY(-5%);
    -ms-transform: translateY(-5%);
    transform: translateY(-5%);
    opacity: 0;
}

.md-show.md-effect-16 ~ .container, .md-effect-16 .md-content {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show.md-effect-16 .md-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
/* Effect 17:  Slide in from bottom with perspective on container */
.md-show.md-effect-17 ~ .container {
    height: 100%;
    overflow: hidden;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.md-show.md-effect-17 ~ .container, .md-show.md-effect-17 ~ .md-overlay {
    -webkit-transform: rotateX(-2deg);
    -moz-transform: rotateX(-2deg);
    -ms-transform: rotateX(-2deg);
    transform: rotateX(-2deg);
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.md-effect-17 .md-content {
    opacity: 0;
    -webkit-transform: translateY(200%);
    -moz-transform: translateY(200%);
    -ms-transform: translateY(200%);
    transform: translateY(200%);
}

.md-show.md-effect-17 .md-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: all 0.3s 0.2s;
    -moz-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
}
/* Effect 18:  Slide from right with perspective on container */
.md-show.md-effect-18 ~ .container {
    height: 100%;
    overflow: hidden;
}

.md-show.md-effect-18 ~ .md-overlay {
    background: rgba(143,27,15,0.8);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.md-show.md-effect-18 ~ .container, .md-show.md-effect-18 ~ .md-overlay {
    -webkit-transform-style: preserve-3d;
    -webkit-transform-origin: 0% 50%;
    -webkit-animation: rotateRightSideFirst 0.5s forwards ease-in;
    -moz-transform-style: preserve-3d;
    -moz-transform-origin: 0% 50%;
    -moz-animation: rotateRightSideFirst 0.5s forwards ease-in;
    transform-style: preserve-3d;
    transform-origin: 0% 50%;
    animation: rotateRightSideFirst 0.5s forwards ease-in;
}

@-webkit-keyframes rotateRightSideFirst {
    50% {
        -webkit-transform: translateZ(-50px) rotateY(5deg);
        -webkit-animation-timing-function: ease-out;
    }

    100% {
        -webkit-transform: translateZ(-200px);
    }
}

@-moz-keyframes rotateRightSideFirst {
    50% {
        -moz-transform: translateZ(-50px) rotateY(5deg);
        -moz-animation-timing-function: ease-out;
    }

    100% {
        -moz-transform: translateZ(-200px);
    }
}

@keyframes rotateRightSideFirst {
    50% {
        transform: translateZ(-50px) rotateY(5deg);
        animation-timing-function: ease-out;
    }

    100% {
        transform: translateZ(-200px);
    }
}

.md-effect-18 .md-content {
    -webkit-transform: translateX(200%);
    -moz-transform: translateX(200%);
    -ms-transform: translateX(200%);
    transform: translateX(200%);
    opacity: 0;
}

.md-show.md-effect-18 .md-content {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-transition: all 0.5s 0.1s;
    -moz-transition: all 0.5s 0.1s;
    transition: all 0.5s 0.1s;
}
/* Effect 19:  Slip in from the top with perspective on container */
.md-show.md-effect-19 ~ .container {
    height: 100%;
    overflow: hidden;
}

.md-show.md-effect-19 ~ .md-overlay {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.md-show.md-effect-19 ~ .container, .md-show.md-effect-19 ~ .md-overlay {
    -webkit-transform-style: preserve-3d;
    -webkit-transform-origin: 50% 100%;
    -webkit-animation: OpenTop 0.5s forwards ease-in;
    -moz-transform-style: preserve-3d;
    -moz-transform-origin: 50% 100%;
    -moz-animation: OpenTop 0.5s forwards ease-in;
    transform-style: preserve-3d;
    transform-origin: 50% 100%;
    animation: OpenTop 0.5s forwards ease-in;
}

@-webkit-keyframes OpenTop {
    50% {
        -webkit-transform: rotateX(10deg);
        -webkit-animation-timing-function: ease-out;
    }
}

@-moz-keyframes OpenTop {
    50% {
        -moz-transform: rotateX(10deg);
        -moz-animation-timing-function: ease-out;
    }
}

@keyframes OpenTop {
    50% {
        transform: rotateX(10deg);
        animation-timing-function: ease-out;
    }
}

.md-effect-19 .md-content {
    -webkit-transform: translateY(-200%);
    -moz-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    transform: translateY(-200%);
    opacity: 0;
}

.md-show.md-effect-19 .md-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: all 0.5s 0.1s;
    -moz-transition: all 0.5s 0.1s;
    transition: all 0.5s 0.1s;
}

.md-content > div .shipto-content .shipto-col a.dataactive {
    color: #fff;
}
/*RK 15-03-2017*/
.contentpop .access-data-content {
    height: 400px;
    overflow-y: auto;
    padding: 0 10px;
    text-align: left !important;
    font-size: 12px;
}

    .contentpop .access-data-content a {
        color: #d3a052;
    }

        .contentpop .access-data-content a:hover {
            color: #d3a052;
        }

    .contentpop .access-data-content::-webkit-scrollbar {
        /*padding:7px 0px 7px 0px;*/
        width: 9px;
        background: #333;
    }

    .contentpop .access-data-content::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 8px;
        background-color: #999;
    }

    .contentpop .access-data-content::-webkit-scrollbar-thumb {
        width: 8px;
        border-radius: 8px;
        -webkit-box-shadow: inset 0 0 6px #000;
        background-color: #d3a052;
    }

.createaccount .md-content > div .signin-left-col .nvrows .nvrows_title {
    font-size: 11px;
    padding-bottom: 3px;
}


/* Language Selection */
.language {
    max-width: 440px;
    width: 80%;
}

    .language .icon-diamonds {
        margin: 15px auto;
    }

.md-content > div .language-content {
    width: 334px;
    margin: auto;
    text-align: right;
}

    .md-content > div .language-content select {
        width: 100%;
    }

    .md-content > div .language-content .btn-save {
        border: none;
        background: #d3a052;
        padding: 8px 25px;
        text-transform: uppercase;
        line-height: 26px;
        font-family: "futuralight";
        font-size: 12px;
        color: #000000;
        cursor: pointer;
    }

#cd-cart .md-close {
    right: 15px !important
}

@media only screen and (max-width: 1280px) {
    .shipto {
        width: 70%;
    }
}

@media only screen and (max-width: 1366px) {
    /*.md-modal.SignIn, .md-modal#modal-poa {
        top: 10%;
        -webkit-transform: scale(1) translateX(-50%);
        -moz-transform: scale(1) translateX(-50%);
        -ms-transform: scale(1) translateX(-50%);
        transform: scale(1) translateX(-50%);
    }*/

    .md-content > div .signin-left-col .rows .textbox {
        width: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    .md-content > div .signin-left-col .rows .textbox {
        width: 100%;
    }

    .md-content > div .access-data-content .btn-send {
        margin-right: 20px;
    }
}

@media only screen and (max-width: 1023px) {
    .md-content > div .md-signin-body {
        flex-direction: column;
        align-items: center;
    }

    .md-content > div .signin-left-col {
        padding: 30px 0px;
        width: 80%;
    }

    .md-content > div .signin-right-col {
        border-top: 1px solid #212121;
        border-left: none;
        padding: 30px 0px;
        width: 80%;
    }

    .access-data {
        width: 80%;
    }

    .contentpop .access-data-content {
        height: 300px;
    }

    .md-modal.SignIn {
        width: 60%;
    }

    .md-content > div .signin-left-col .rows .textbox {
        width: 100%;
    }

    .md-content > div .access-data-content .btn-send {
        margin-right: 25px;
    }
}

@media only screen and (max-width: 640px) {
    .poa-row {
        flex-direction: column;
    }

        .poa-row .img-content {
            width: 97%;
        }

        .poa-row .poa-content {
            align-items: flex-start;
            padding: 20px 0px 0px 15px;
            width: 97%;
            text-align: left;
        }

    .poa-form .col select, .poa-form .col1 select {
        width: 94%;
    }

    .poa-form .col .textbox, .poa-form .col1 .textbox {
        width: 94% !important;
    }

    .poa-form .col textarea, .poa-form .col1 textarea {
        width: 94%;
    }

    .md-content > div .signin-left-col .rows.incorrect_icn::after {
        right: -20px;
    }

    .md-content > div .signin-left-col .rows.correct_icn::after {
        right: -20px;
    }

    .md-content > div .signin-left-col .bottom {
        float: none;
        width: 100%;
    }

    .md-content > div .signin-left-col .rows .textbox {
        width: 100%;
    }

    .md-content > div .access-data-content .search-form .textbox {
        width: 86%;
    }

    .md-content > div .language-content {
        width: 80%;
    }
}

@media only screen and (max-width: 480px) {
    .poa-form .col select, .poa-form .col1 select {
        width: 92%;
    }

    .poa-form .col .textbox, .poa-form .col1 .textbox {
        width: 92% !important;
    }

    .poa-form .col textarea, .poa-form .col1 textarea {
        width: 92%;
    }

    .md-content > div .access-data-content .search-form .textbox {
        width: 82%;
    }

    .md-content > div .signin-left-col .rows .textbox {
        width: 100%;
    }
}

@media only screen and (max-width: 360px) {
    .poa-form .col select, .poa-form .col1 select {
        width: 90.5%;
    }

    .poa-form .col .textbox, .poa-form .col1 .textbox {
        width: 91% !important;
    }

    .poa-form .col textarea, .poa-form .col1 textarea {
        width: 91%;
    }

    .md-content > div .access-data-content .search-form .textbox {
        width: 80%;
    }
}

@media only screen and (max-width: 320px) {
    .poa-form .col select, .poa-form .col1 select {
        width: 90.5%;
    }

    .poa-form .col .textbox, .poa-form .col1 .textbox {
        width: 91% !important;
    }

    .poa-form .col textarea, .poa-form .col1 textarea {
        width: 91%;
    }

    .md-modal.access-data {
        top: 60% !important;
    }
}

@support (-webkit-overflow-scrolling: touch) {
    .md-close {
        right: -15px !important
    }
}
