@font-face {
    font-family: 'GnuolaneRegular';
    src: url('../fonts/gnuolane_rg-webfont.eot');
    src: url('../fonts/gnuolane_rg-webfont.eot?iefix') format('eot'), url('../fonts/gnuolane_rg-webfont.woff') format('woff'), url('../fonts/gnuolane_rg-webfont.ttf') format('truetype'), url('../fonts/gnuolane_rg-webfont.svg#webfontTV9Olmrw') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MuralScript';
    src: url('../fonts/mh______.eot');
    src: url('../fonts/mh______.eot?#iefix') format('embedded-opentype'), url('../fonts/mh______.woff') format('woff'), url('../fonts/mh______.ttf') format('truetype'), url('../fonts/mh______.svg#mh______') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*---- General ----*/
html, body, input, textarea {
    font-family: 'Signika', Arial, Helvetica, sans-serif;
    font-weight: 200;
    font-size: 18px;
    line-height: 1.3;
    border: 0;
}

textarea {
    -moz-box-shadow: 0 0 1px 1px #e3e3e3;
    -webkit-box-shadow: 0 0 1px 1px #e3e3e3;
    box-shadow: 0 0 1px 1px #e3e3e3;
    color: #A5A5A5;
    padding: 5px;
}

body {
    background: url(../images/background.jpg) 0 0;
    color: #5a5a5a;
}

a {
    text-decoration: none;
    color: #f47187;
}

strong {
    font-weight: 400;
}

.clearfix {
    clear: both;
}

.wrapper {
    width: 960px;
    margin: 0 auto;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

h1 {
    /*font-family:'GnuolaneRegular';
	text-transform:uppercase;
	color:#595959;
	*/
    font-family: 'MuralScript';
    color: #F47187;
    font-size: 40px;
    line-height: 50px;
    text-shadow: 0px 1px 0px #a9a9a9;
    filter: dropshadow(color=#a9a9a9, offx=0, offy=1);
    font-weight: normal;
    margin-bottom: 20px;
}

h2 {
    font-family: 'GnuolaneRegular';
    font-size: 24px;
    line-height: 36px;
    text-transform: uppercase;
    font-weight: normal;
    text-shadow: 0px 1px 0px #a9a9a9;
    filter: dropshadow(color=#a9a9a9, offx=0, offy=1);
}

h3 {
    font-family: 'GnuolaneRegular';
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
    font-weight: normal;
    text-shadow: 0px 1px 0px #a9a9a9;
    filter: dropshadow(color=#a9a9a9, offx=0, offy=1);
}

h4, h5, h6 {
    line-height: 30px;
    font-weight: normal;
}

h4 {
    font-size: 14px;
    font-weight: normal;
}

h5 {
    font-size: 12px;
    font-weight: normal;
}

h6 {
    font-size: 11px;
    font-weight: normal;
}

p {
    margin-bottom: 10px;
}

.content ul {
    margin-bottom: 40px;
}

    .content ul li {
        background: url(../images/bullet-arrow.png) no-repeat 0 4px;
        padding-left: 20px;
        margin-bottom: 5px;
    }

        .content ul li a {
            color: #5a5a5a;
        }

            .content ul li a:hover {
                color: #f47187;
            }

.buttons {
    margin-top: 30px;
}

input.button, input.greybutton, input.lightgreybutton, input.greenbutton {
    -moz-box-shadow: 0 0 1px 1px #e3e3e3;
    -webkit-box-shadow: 0 0 1px 1px #e3e3e3;
    box-shadow: 0 0 1px 1px #e3e3e3;
    font-size: 22px;
    font-family: 'GnuolaneRegular';
    text-transform: uppercase;
    color: #fff;
    padding: 5px 10px;
    cursor: pointer;
    width: auto;
}

.fright input.button {
    margin-left: 5px;
}

.fleft input.button {
    margin-right: 5px;
}

input.button {
    background: #f47187;
}

input.greybutton {
    background: #5a5a5a;
}

input.lightgreybutton {
    background: #cdcdcd;
    font-size: 16px;
}

input.greenbutton {
    background: #8fcfa8;
    font-size: 16px;
}

input.reorder {
    font-size: 16px;
}

input[type="radio"] {
    width: 20px !important;
}

.label {
    float: left;
    height: 26px;
    margin-bottom: 14px;
    padding-top: 5px;
}

    .label span {
        color: #f47187;
    }

.field-data {
    float: left;
    height: 26px;
    margin-bottom: 14px;
    padding-top: 5px;
}

.field span.tips,
.fields span.tips {
    font-size: 14px;
    padding-left: 10px;
}

.field {
    float: left;
    height: 26px;
    margin-bottom: 14px;
}

    .field input {
        padding: 5px;
        width: 260px;
        -moz-box-shadow: inset 0 0 10px #ccc;
        -webkit-box-shadow: inset 0 0 10px #ccc;
        box-shadow: inset 0 0 10px #ccc;
        color: #a5a5a5;
    }
/*---- Utilities ----*/
.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.text-justify {
    text-align: justify !important;
}
/*---- Header ---- */
.header {
    background: #505050 url(../images/background-header.jpg);
    z-index: 1000;
    position: relative;
}

.topnav {
    background: url(../images/background-topnav.jpg) repeat-x #fed376;
    font-family: 'GnuolaneRegular';
    font-size: 16px;
    color: #595959;
    text-transform: uppercase;
    height: 33px;
    text-shadow: 0px 1px 0px #fdeabf;
    filter: dropshadow(color=#fdeabf, offx=0, offy=1);
}

    .topnav a {
        color: #595959;
    }

    .topnav .languages {
        float: left;
    }

form .languages div {
    position: relative;
}
/* setting the width and height of the SELECT element to match the replacing graphics */
.languages select.select {
    position: relative;
    z-index: 10;
    width: 75px !important;
    height: 29px !important;
    line-height: 29px;
    cursor: pointer;
}
/* dynamically created SPAN, placed below the SELECT */
.languages span.select {
    position: absolute;
    bottom: 0;
    float: left;
    left: 0;
    width: 75px;
    height: 29px;
    line-height: 29px;
    text-indent: 10px;
    background: url(../images/select-arrow-white.png) no-repeat 57px #8fcfa8;
    cursor: default;
    z-index: 1;
    color: #fff;
    text-shadow: 0px 0px 0px #fff;
    filter: dropshadow(color=#fff, offx=0, offy=0);
}

.main-nav {
}

.topnav ul {
    float: right;
    padding-top: 5px;
}

    .topnav ul li {
        display: inline;
    }

        .topnav ul li.myac {
            background: url(../images/topnav-divider.png) no-repeat top right;
            padding-right: 20px;
        }

        .topnav ul li.cart {
            background: url(../images/topnav-cart.png) no-repeat 5px 0;
            padding-left: 30px;
        }

        .topnav ul li.logout {
            background: url(../images/topnav-divider.png) no-repeat top left;
            padding-left: 20px;
            margin-left: 10px;
        }

.header-inner .logo a {
    background: url(../images/logo.png) no-repeat 0 40px;
    width: 400px;
    height: 210px;
    display: block;
    text-indent: -9999px;
    margin: 0px auto;
}

.header-inner {
    background: url(../images/background-header-dotted.png) repeat-x 0 0;
    z-index: 999;
}

    .header-inner .main-nav {
        background: url(../images/lines-mainnav.jpg) repeat-x left top;
        margin-top: 30px;
    }

        .header-inner .main-nav:before,
        .header-inner .main-nav:after {
            content: '';
            width: 100%;
            height: 5px;
            background: url(../images/lines-mainnav.jpg) repeat-x;
            display: block;
        }

        .header-inner .main-nav > .wrapper {
            margin-top: 5px;
            margin-bottom: 5px;
        }
/* main nav */
.main-nav ul {
    position: relative;
    font-family: 'GnuolaneRegular';
    font-size: 20px;
}

.main-nav li {
    position: relative;
}

.main-nav a {
    color: #FFFFFF;
}

.main-nav li:hover > a {
    color: #e0e0e0;
}

.main-nav > ul {
    width: 960px;
    margin: 5px auto;
    border-left: 1px solid #f47187;
    border-right: 1px solid #f47187;
    display: flex;
    justify-content: center;
}

    .main-nav > ul > li {
        border-right: 1px solid #f47187;
    }

        .main-nav > ul > li:last-child {
            border-right: none;
        }

        .main-nav > ul > li > a {
            padding: 2px 22px;
            text-shadow: 0px 1px 0px #777777;
            text-transform: uppercase;
            filter: dropshadow(color=#777777, offx=0, offy=1);
            display: block;
        }

        .main-nav > ul > li.search {
            padding: 0 10px;
        }

            .main-nav > ul > li.search form {
                display: flex;
                align-items: center;
            }

                .main-nav > ul > li.search form:after {
                    content: '';
                    width: 20px;
                    height: 20px;
                    background: url("../images/icon-search.png") no-repeat center;
                    display: block;
                }

            .main-nav > ul > li.search input {
                padding: 2px 10px;
                background: transparent;
                color: #bcbdc0;
                font-family: 'GnuolaneRegular';
                font-size: 20px;
                text-transform: uppercase;
            }

        .main-nav > ul > li > ul > li:last-child {
            border-bottom: none;
        }

    .main-nav > ul ul {
        font-size: 18px;
    }

        .main-nav > ul ul a {
            padding: 5px 22px;
            white-space: nowrap;
            display: block;
        }

        .main-nav > ul ul ul {
            padding-bottom: 5px;
            font-size: 16px;
        }

            .main-nav > ul ul ul a {
                padding-top: 2px;
                padding-bottom: 2px;
            }

                .main-nav > ul ul ul a:before {
                    content: '\f105';
                    margin-right: 8px;
                    font-family: 'Font Awesome 5 Free';
                    font-weight: bold;
                }

    .main-nav > ul > li > ul {
        min-width: 100%;
        position: absolute;
        background: #505050 url(../images/background-header.jpg);
        display: none;
    }

    .main-nav > ul > li:hover > ul {
        display: block;
    }

    .main-nav > ul > li > ul > li {
        border-bottom: 1px solid #878787;
    }

.header-inner-bottom {
    background: url(../images/background-header-dotted.png) repeat-x 0 0;
    height: 15px;
}
/* Home page */
.slideshow {
    margin: 50px 0;
    position: relative;
    width: 960px;
    height: 350px;
    z-index: 1;
}

.intro-message {
    background: url(../images/lines-intromsg-top.png) repeat-x 0 0;
    line-height: 32px;
    color: #656565;
    padding: 20px 0;
}

    .intro-message div.message {
        padding: 10px 40px;
        float: left;
        background: url(../images/icon-quote-open.png) no-repeat 0 0;
    }

        .intro-message div.message .m1 {
            font-size: 32px;
            font-family: 'MuralScript';
            color: #8fcfa8;
        }

        .intro-message div.message .m1 {
            font-size: 32px;
            font-family: 'MuralScript';
            color: #8fcfa8;
        }

    .intro-message div.bottom {
        margin-top: 10px;
        background: url(../images/lines-intromsg-bottom.png) repeat-x 0 bottom;
        height: 10px;
    }

    .intro-message span.quote-close-icon {
        background: url(../images/icon-quote-close.png) no-repeat 5px 10px;
        padding: 20px;
    }
/*content */
.content {
    position: relative;
}

.breadcrumb {
    font-size: 10px;
    color: #cdcdcd;
    margin: 20px 0;
    text-transform: uppercase;
}

    .breadcrumb a {
        color: #8bd8ac;
    }

.contentbg-dotted {
    background: url(../images/background-content-dotted.jpg) repeat-x #f0f0f0;
    height: 20px;
    display: block;
}

.contentbg {
    background: url(../images/background-content-dotted.jpg) repeat-x bottom #f0f0f0;
    padding-bottom: 50px;
}

    .contentbg a {
        color: #a5a5a5;
    }

        .contentbg a:hover {
            color: #868686;
        }
/* login / signup */
.login-signup:after {
    content: '';
    clear: both;
    display: block;
}

.login-signup * {
    box-sizing: border-box;
}

.login-signup h3 {
    color: #8fcfa8;
    font-size: 40px;
    margin-top: 0px;
    margin-bottom: 40px;
    line-height: 45px;
    text-shadow: 0px 1px 0px #fbfbfb;
    filter: dropshadow(color=#fbfbfb offx=0, offy=1);
}

.login-signup .label {
    width: 100px;
}

.login-signup .field {
    width: 100%;
    text-align: right;
}

    .login-signup .field input {
        width: 100%;
        max-width: 100%;
    }

.login-signup .forgotpassword {
    font-size: 16px;
}

.login-signup .contentbg {
    width: 430px;
    height: 420px;
    position: relative;
    float: left;
    margin: 0 100px 0 0;
}

    .login-signup .contentbg:after {
        content: '';
        width: 60px;
        height: 60px;
        position: absolute;
        top: 50%;
        right: -80px;
        margin: -30px 0 0 0;
        background: url(../images/icon-or.png) no-repeat right center;
    }

    .login-signup .contentbg:last-child {
        margin-right: 0;
    }

        .login-signup .contentbg:last-child:after {
            display: none;
        }

    .login-signup .contentbg .content-box {
        padding: 30px 30px 0 30px;
    }

        .login-signup .contentbg .content-box .submit {
            text-align: right;
            margin: 20px 0;
        }

.login-signup input.button {
    box-sizing: content-box;
}

.login-signup.col-3 .contentbg {
    width: 270px;
    height: 600px;
    margin-right: 75px;
}

    .login-signup.col-3 .contentbg:after {
        right: -68px;
    }

    .login-signup.col-3 .contentbg:last-child {
        margin-right: 0;
    }

/* Products */

/*product-filter*/
.product-filter {
    background: url(../images/background-collections-filter.jpg) repeat-x;
    width: 960px;
    height: 72px;
    margin-top: 20px;
    margin-bottom: 30px;
    color: #595959;
}

    .product-filter a {
        color: #595959;
    }

        .product-filter a:hover {
            color: #595959;
        }

    .product-filter div {
        margin: 8px 10px;
        font-size: 30px;
        text-transform: uppercase;
        display: block;
        float: left;
        text-align: left;
        padding-top: 10px;
        padding-left: 70px;
        height: 46px;
        text-shadow: 0px 1px 0px #fdf2db;
        filter: dropshadow(color=#fdf2db offx=0, offy=1);
    }

        .product-filter div.him {
            background: url(../images/icon-filter-him.jpg) 0 0 no-repeat;
            margin-left: 100px;
        }

            .product-filter div.him:hover {
                background: url(../images/icon-filter-him.jpg) 0 -60px no-repeat;
            }

        .product-filter div.her {
            background: url(../images/icon-filter-her.jpg) 0 0 no-repeat;
            margin-left: 100px;
        }

            .product-filter div.her:hover {
                background: url(../images/icon-filter-her.jpg) 0 -60px no-repeat;
            }

        .product-filter div.general {
            background: url(../images/icon-filter-general.jpg) 0 0 no-repeat;
            margin-left: 70px;
        }

            .product-filter div.general:hover {
                background: url(../images/icon-filter-general.jpg) 0 -60px no-repeat;
            }

        .product-filter div.current {
            background-position: 0 -60px;
        }

.product-grid {
    margin: 20px 0;
}

    .product-grid .product {
        width: 300px;
        /*-moz-box-shadow:    1px 1px 1px 1px #ccc;
	-webkit-box-shadow: 1px 1px 1px 1px #ccc;
	box-shadow:         1px 1px 1px 1px #ccc;*/
        border: 1px solid #dfdfdf;
        padding: 10px 0;
        float: left;
        margin-right: 26px;
        margin-bottom: 40px;
    }

    .product-grid.feature .product {
        margin-right: 0;
    }

    .product-grid .product-right {
        margin-right: 0px;
    }

    .product-grid .product .image {
        width: 280px;
        margin: 0 10px 10px 10px;
    }

    .product-grid .product .product-label, .product-grid .product .collection-label {
        height: 20px;
        padding: 6px 10px 7px;
        font-size: 16px;
        color: #fff;
        text-shadow: 0px 1px 0px #a7a7a7;
        filter: dropshadow(color=#a7a7a7, offx=0, offy=1);
    }

    .product-grid .product .product-label {
        background: url(../images/products-label-blue.jpg) repeat-x 0 0;
        text-shadow: 0px 1px 0px #fbfbfb;
        filter: dropshadow(color=#fbfbfb, offx=0, offy=1);
        height: 55px;
        position: relative;
    }

        .product-grid .product .product-label .name {
            margin-top: 5px;
            font-size: 14px;
        }

            .product-grid .product .product-label .name a {
                color: #5A5A5A;
            }

        .product-grid .product .product-label .price {
            color: #f47187;
            font-size: 14px;
        }

        .product-grid .product .product-label .new {
            position: absolute;
            right: 0;
            bottom: 0;
            padding: 1rem;
            color: red;
            font-weight: 400;
        }

    .product-grid .product .collection-label a {
        color: #fff;
    }

        .product-grid .product .collection-label a:hover {
        }

    .product-grid .boys .collection-label {
        background: url(../images/products-label-green.jpg) repeat-x 0 0;
    }

    .product-grid .girls .collection-label {
        background: url(../images/products-label-pink.jpg) repeat-x 0 0;
    }

    .product-grid .others .collection-label {
        background: url(../images/products-label-yellow.jpg) repeat-x 0 0;
    }

    .product-grid .general .collection-label {
        background: url(../images/products-label-purple.jpg) repeat-x 0 0;
    }

    .product-grid .others .collection-label a {
        color: #595959;
    }

    .product-grid .pagination {
        text-align: right;
        font-size: 14px;
    }
/* Product Details */
.product-details {
    background: url(../images/lines-product-details.png) repeat-x left bottom;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

    .product-details .col_left {
        width: 440px;
        float: left;
    }

    .product-details .product-image {
        height: 300px;
        margin-right: 25px;
    }

    .product-details .thumbnails {
        margin-top: 5px;
    }

        .product-details .thumbnails div {
            float: left;
            margin-right: 5px;
            margin-bottom: 5px;
        }

        .product-details .thumbnails img {
            width: 105px;
            height: 72px;
            opacity: 0.5;
        }

            .product-details .thumbnails img:hover {
                opacity: 1;
            }

            .product-details .thumbnails img.active {
                opacity: 1;
            }

    .product-details .specs {
        float: left;
    }

    .product-details .descriptions {
        float: right;
        width: 500px;
    }

        .product-details .descriptions ul {
            margin-bottom: 20px;
            margin-top: 20px;
        }

            .product-details .descriptions ul li {
                background: url(../images/bullet.jpg) no-repeat 0 8px;
                padding-left: 20px;
                margin-bottom: 2px;
            }

        .product-details .descriptions h4 {
            font-size: 24px;
            line-height: 30px;
            color: #f27188;
            margin-bottom: 10px;
        }

        .product-details .descriptions .new {
            font-weight: 400;
            color: red;
            float: right;
            margin-top: -35px;
        }

.crosssell .product {
    float: none;
    margin-right: 0;
}

.crosssell .owl-dots {
    text-align: center;
}

.crosssell button.owl-dot {
    margin: 0 1px;
    padding: 4px !important;
}

.crosssell .owl-dot > span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #CDCDCD;
    display: block;
}

.crosssell .owl-dot.active > span {
    background: #A7DEEE;
}

.addtocart {
    background: #f0f0f0;
    padding: 15px;
    margin: 20px 0;
}

    .addtocart .qty-box, .addtocart .paper-box {
        float: left;
    }

    .addtocart .qty, .addtocart .papertype {
        float: left;
        margin-right: 15px;
        padding-top: 7px;
        padding-right: 0px;
    }

    .addtocart .qty-select, .addtocart .paper-select {
        float: left;
        width: 120px;
        height: 30px;
        margin-right: 10px;
    }

form .qty-select div, form .paper-select div {
    position: relative;
    margin-top: 15px;
}
/* setting the width and height of the SELECT element to match the replacing graphics */
.qty-select select.select, .paper-select select.select {
    position: relative;
    z-index: 10;
    width: 110px !important;
    height: 26px !important;
    line-height: 26px;
    cursor: pointer;
}
/* dynamically created SPAN, placed below the SELECT */
.qty-select span.select, .paper-select span.select {
    position: absolute;
    bottom: 0;
    float: left;
    left: 0;
    width: 110px;
    height: 26px;
    line-height: 26px;
    text-indent: 10px;
    background: url(../images/select-arrow-white.png) no-repeat 90px #cdcdcd;
    cursor: default;
    z-index: 1;
    font-size: 14px;
}

.addtocart .add-btn {
    float: right;
}

.product-details .price {
    font-family: 'GnuolaneRegular';
    font-size: 40px;
    color: #b9b9b9;
    margin-bottom: 10px;
}

    .product-details .price span {
        font-size: 16px;
    }

h1.related-products {
    font-family: 'GnuolaneRegular';
    text-transform: uppercase;
    color: #ffeca1;
    text-shadow: 0px 1px 0px #fbfbfb;
    filter: dropshadow(color=#fbfbfb, offx=0, offy=1);
}
/*shopping cart*/

table.shopping-cart {
    width: 940px;
    margin: 0px auto;
}

    table.shopping-cart td {
        padding: 20px 10px 10px;
        border-bottom: 1px solid #cdcdcd;
        vertical-align: top;
    }

        table.shopping-cart td.last {
            border-bottom: 0px;
        }

    table.shopping-cart th {
        padding: 20px 10px 10px;
        border-bottom: 1px solid #cdcdcd;
        vertical-align: top;
        color: #f47187;
        text-align: left;
        text-transform: uppercase;
        font-family: 'GnuolaneRegular';
        background: url(../images/line-yellow-double.jpg) repeat-x left bottom;
        border: 0;
    }

    table.shopping-cart td.remove {
        width: 60px;
    }

    table.shopping-cart td.product-image {
        width: 170px;
    }

        table.shopping-cart td.product-image img {
            width: 170px;
            height: auto;
        }

    table.shopping-cart td.product-name .description {
        font-size: 14px;
        color: #bababa;
    }

    table.shopping-cart td.qty {
        width: 30px;
    }

    table.shopping-cart td.amount {
        width: 80px;
    }

    table.shopping-cart td.qty input {
        width: 30px;
        background: #cdcdcd;
        color: #fff;
        padding: 3px;
        text-align: center;
    }

    table.shopping-cart td.subtotal-label, table.shopping-cart td.total-label {
        color: #f47187;
        font-size: 26px;
        text-transform: uppercase;
        font-family: 'GnuolaneRegular';
        text-align: right;
    }

    table.shopping-cart td.subtotal, table.shopping-cart td.total {
        font-size: 26px;
    }

.orderhistory table.shopping-cart td.total-label {
    color: #f47187;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'GnuolaneRegular';
    text-align: right;
}

.orderhistory table.shopping-cart td.total {
    font-size: 18px;
}
/*My Account & Check out */
.myaccount .col {
    width: 400px;
    float: left;
    margin: 30px 0 30px 50px;
}

    .myaccount .col .label {
        font-size: 18px;
        text-transform: uppercase;
        font-family: 'GnuolaneRegular';
        color: #000;
        text-shadow: 0px 1px 0px #fbfbfb;
        filter: dropshadow(color=#fbfbfb, offx=0, offy=1);
    }

    .myaccount .col .data {
        float: left;
    }

.myaccount .left_col, .checkout .left_col {
    width: 260px;
    height: 260px;
    margin: 30px 50px;
    float: left;
    display: table;
    _position: relative;
    overflow: hidden;
}
/*.myaccount .left_col div, .checkout .left_col div {
	background:url(../images/background-myaccount-section.jpg) no-repeat 0 0;
	width: 260px;
	height:260px;
	font-size:40px;
	text-transform:uppercase;
	font-family: 'GnuolaneRegular';
	text-shadow: 0px 1px 0px #56a3b5;
	filter: dropshadow(color=#56a3b5, offx=0, offy=1);
	color:#fff;
	text-align:center;
	_position: absolute;
	_top: 50%;
	display: table-cell;
	vertical-align: middle;
}*/
table.circle {
    background: url(../images/background-myaccount-section.jpg) no-repeat 0 0;
    font-size: 40px;
    text-transform: uppercase;
    font-family: 'GnuolaneRegular';
    text-shadow: 0px 1px 0px #56a3b5;
    filter: dropshadow(color=#56a3b5, offx=0, offy=1);
    color: #fff;
    text-align: center;
    vertical-align: middle;
}

    table.circle span {
        display: block;
        font-size: 20px;
    }
/*.myaccount .left_col div p, .checkout .left_col div p {
	_position: relative;
	_top: -50%
}*/
/*
.myaccount .left_col div p span, .checkout .left_col div p span,.myaccount table.circle span {
	display:block;
	font-size:20px;
}*/
.myaccount .right_col, .checkout .right_col {
    width: 590px;
    float: left;
    padding: 30px 0;
}

    .myaccount .right_col div.fields, .checkout .right_col div.fields {
        height: 260px;
        *height: auto;
        _position: absolute;
        _top: 50%;
        display: table-cell;
        vertical-align: middle;
        padding-right: 10px;
    }

        .myaccount .right_col div.fields p, .checkout .right_col div.fields p {
            _position: relative;
            _top: -50%
        }

.myaccount .fields .indent {
    margin-left: 30px;
    margin-right: 10px;
    float: left;
}

.myaccount .label, .checkout .label {
    width: 180px;
}

.myaccount .field, .checkout .field {
    width: 390px;
}

.myaccount label {
    color: #D58BBC;
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'GnuolaneRegular';
}

.entry .field {
    width: 200px;
}

.myaccount .field input, .checkout .field input {
    width: 220px;
}

.myaccount form div, .checkout form div {
    position: relative;
}
/* setting the width and height of the SELECT element to match the replacing graphics */
.myaccount select.select, .checkout select.select {
    position: relative;
    z-index: 10;
    width: 230px !important;
    height: 26px !important;
    line-height: 26px;
    cursor: pointer;
}
/* dynamically created SPAN, placed below the SELECT */
.myaccount span.select, .checkout span.select {
    position: absolute;
    bottom: 0;
    float: left;
    left: 0;
    width: 230px;
    height: 26px;
    line-height: 26px;
    text-indent: 10px;
    background: url(../images/select-arrow-grey.png) no-repeat 210px #fff;
    cursor: default;
    z-index: 1;
    font-size: 16px;
}

.myaccount h3, .checkout .delivery h3 {
    color: #000;
    margin: 20px 0 10px;
    text-shadow: 0px 1px 0px #fbfbfb;
    filter: dropshadow(color=#fbfbfb, offx=0, offy=1);
}

.checkout .delivery div.option {
    margin: 20px 0;
}

.checkout .delivery label {
    color: #d58bbc;
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'GnuolaneRegular';
}

.checkout .delivery .indent {
    margin-left: 30px;
    margin-right: 10px;
    float: left;
}

.checkout .delivery .field {
    margin-right: 10px;
    margin-left: 30px;
    float: none;
}

.checkout textarea.comments {
    width: 530px;
    height: 160px;
    padding: 10px;
    color: #5a5a5a;
}

.checkout .promotion input {
    width: 530px;
    height: 40px;
    padding: 10px;
}
/* Steps */
.steps {
    height: 60px;
    /*background:url(../images/steps_background.jpg) no-repeat center 50px;*/
    margin: 20px 0 60px;
}

    .steps ul {
        width: 960px;
        margin: 0 auto;
    }

        .steps ul li {
            display: block;
            float: left;
            text-transform: uppercase;
            font-family: 'GnuolaneRegular';
            font-size: 18px;
            color: #cdcdcd;
            background: 0;
            padding: 0;
            text-align: center;
        }

            .steps ul li a:link, .steps ul li a:visited {
                color: #cdcdcd;
            }

            .steps ul li a:hover {
                color: #555555;
            }

            .steps ul li.s1 {
                width: 250px;
            }

            .steps ul li.s2 {
                width: 250px;
            }

            .steps ul li.s3 {
                width: 230px;
            }

            .steps ul li.s4 {
                width: 230px;
            }

            .steps ul li.s1 div {
                background: url(../images/checkout-steps-line.png) no-repeat 125px center;
            }

            .steps ul li.s2 div {
                background: url(../images/checkout-steps-line.png) no-repeat left center;
            }

            .steps ul li.s3 div {
                background: url(../images/checkout-steps-line.png) no-repeat left center;
            }

            .steps ul li.s4 div {
                background: url(../images/checkout-steps-line.png) no-repeat -185px center;
            }

                .steps ul li.s1 div.dot, .steps ul li.s2 div.dot, .steps ul li.s3 div.dot, .steps ul li.s4 div.dot {
                    height: 19px;
                    background: url(../images/checkout-steps-dot.png) no-repeat center 4px;
                    margin: 0 auto 30px;
                }

            .steps ul li.last {
                margin-right: 0;
            }

            .steps ul li.current {
                color: #4c4438;
                font-size: 22px;
                padding-top: 0px;
            }

                .steps ul li.current div.dot {
                    background: url(../images/checkout-steps-dot-current.png) no-repeat top center;
                }
/* Article */

.article h2 {
    color: #8fcfa8;
    font-size: 40px;
    text-shadow: 0px 1px 0px #fbfbfb;
    filter: dropshadow(color=#fbfbfb, offx=0, offy=1);
    line-height: 45px;
    margin-bottom: 50px;
}

.article h3 {
    color: #a7deed;
    font-size: 30px;
    text-shadow: 0px 1px 0px #fbfbfb;
    filter: dropshadow(color=#fbfbfb, offx=0, offy=1);
    line-height: 45px;
    margin-bottom: 50px;
}

.article h4 {
    color: #D58BBC;
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'GnuolaneRegular';
    text-shadow: 0px 0px 0px #fff;
    filter: dropshadow(color=#fff, offx=0, offy=0);
    line-height: 30px;
    margin-bottom: 10px;
}

.article p {
    margin-bottom: 40px;
}

.article .side-nav {
    float: left;
    width: 260px;
}

    .article .side-nav ul li {
        background: url(../images/background-sidenav.png) repeat-x 0 0;
        height: 29px;
        font-size: 16px;
        text-shadow: 0px 1px 0px #e4e4e4;
        filter: dropshadow(color=#e4e4e4, offx=0, offy=1);
        padding-top: 5px;
        margin-bottom: 2px;
    }

        .article .side-nav ul li a:hover {
            color: #5a5a5a;
        }

        .article .side-nav ul li.current {
            background: url(../images/background-sidenav-current.png) repeat-x 0 0;
            color: #fff;
        }

            .article .side-nav ul li.current a {
                color: #fff;
            }

.article .right_col {
    width: 670px;
    float: right;
}

    .article .right_col div.article-content {
        padding: 30px 50px;
    }
/* Footer */
.footer {
    background: url(../images/background-footer.jpg) repeat-x 0 10px;
    margin: 50px 0 0;
    color: #656565;
    font-size: 14px;
}

    .footer a {
        color: #656565;
    }

        .footer a:hover {
            color: #8e8e8e;
        }

    .footer .item-list {
        border-right: #c8c8c8 solid 1px;
        color: #656565;
        float: left;
        margin-right: 30px;
        padding-top: 20px;
        padding-right: 30px;
        min-height: 120px;
        margin-top: 22px;
    }

        .footer .item-list h4 {
            font-size: 14px;
        }

    .footer .connect {
        border-right: 0;
    }

        .footer .connect ul {
            margin-top: 10px;
        }

            .footer .connect ul li {
                float: left;
                margin-right: 10px;
            }

        .footer .connect .facebook a {
            text-indent: -9999px;
            background: url(../images/icon-facebook.png) no-repeat;
            width: 35px;
            height: 35px;
            display: block;
        }

        .footer .connect .twitter a {
            text-indent: -9999px;
            background: url(../images/icon-twitter.png) no-repeat;
            width: 35px;
            height: 35px;
            display: block;
            float: left;
        }

        .footer .connect .instagram a {
            text-indent: -9999px;
            background: url(../images/icon-instagram.png) no-repeat;
            width: 35px;
            height: 35px;
            display: block;
            float: left;
        }

        .footer .connect .whatsapp a {
            text-indent: -9999px;
            background: url(../images/Icon-WhatsApp.png) no-repeat;
            width: 35px;
            height: 35px;
            display: block;
        }

    .footer .newsletter {
        width: 313px;
        height: 166px;
        background: url(../images/background-newsletter.png) no-repeat 0 0;
        float: right;
    }

        .footer .newsletter h3 {
            font-size: 26px;
            color: #fff;
            line-height: 35px;
            text-shadow: 0px 1px 0px #bee7f3;
            filter: dropshadow(color=#bee7f3, offx=0, offy=1);
            margin: 10px 20px;
        }

        .footer .newsletter div {
            margin: 0 20px;
        }

        .footer .newsletter .subscribe {
            margin: 10px 2px 10px 20px;
            float: left;
        }

            .footer .newsletter .subscribe input {
                margin: 0 10px;
                -moz-box-shadow: inset 0 0 10px #ccc;
                -webkit-box-shadow: inset 0 0 10px #ccc;
                box-shadow: inset 0 0 10px #ccc;
                margin: 0 5px 0 0;
                width: 165px;
                padding: 5px;
                padding-left: 30px;
                color: #a5a5a5;
                background: url(../images/icon-email-subscribe.jpg) no-repeat 8px 10px #fff;
                font-size: 14px;
            }

        .footer .newsletter .button {
            margin: 10px 0;
            float: left;
        }

            .footer .newsletter .button input {
                width: 60px;
                background: #656565;
                font-family: 'GnuolaneRegular';
                font-size: 16px;
                color: #fff;
                float: left;
                padding: 3px;
                text-transform: uppercase;
                text-align: center;
                cursor: pointer;
            }

    .footer .copyright {
        color: #8e8e8e;
        font-size: 12px;
        margin: 30px 0 0px;
        text-align: right;
        padding-bottom: 50px;
        float: right;
    }

    .footer .payment-logos {
        margin-top: 15px;
        float: left;
    }
/* below are added for 120727 */
.pt1 {
    background: url(../images/pt1.jpg) no-repeat;
    padding-left: 45px;
    margin-bottom: 20px;
}

.pt2 {
    background: url(../images/pt2.jpg) no-repeat;
    padding-left: 45px;
    margin-bottom: 20px;
}

a:hover {
    color: #d58bbc;
}

.contact-form .label {
    width: 200px;
}

.contact-form .field {
    float: right;
}

.contact-form .field-textarea {
    float: right;
    margin-bottom: 14px;
}

.contact-form .field input {
    width: 340px;
}

.contact-form textarea {
    width: 340px;
    height: 100px;
}

.policy p {
    font-size: 16px;
    margin-bottom: 30px;
}

.policy ul li {
    font-size: 16px;
}

.policy ul {
    margin-bottom: 30px;
}

.main-nav li.nav-address a {
    background: url(../images/icon-nav-address.png) 0 -2px no-repeat !important;
    padding-left: 30px;
}

.main-nav li.nav-general a {
    background: url(../images/icon-nav-general.png) 0 -2px no-repeat !important;
    padding-left: 30px;
}

.main-nav li.nav-gift a {
    background: url(../images/icon-nav-gift.png) 0 -2px no-repeat !important;
    padding-left: 30px;
}

.main-nav li.nav-name a {
    background: url(../images/icon-nav-name.png) 0 -2px no-repeat !important;
    padding-left: 30px;
}

/* Warning Message styles */
.warning {
    margin: 20px 0;
    background: #d58bbc;
    padding: 5px 10px;
    font-size: 14px;
    color: #fff;
}
/*successful message style */
.successful {
    margin: 20px 0;
    background: #ffeca0;
    padding: 5px 10px;
    font-size: 14px;
}



/* Checkout - Order details */

table.order-details {
    width: 590px;
}

    table.order-details td {
        padding: 20px 10px 10px;
        border-bottom: 1px solid #cdcdcd;
        vertical-align: top;
    }

        table.order-details td.last {
            border-bottom: 0px;
        }

    table.order-details th {
        padding: 20px 10px 10px;
        border-bottom: 1px solid #cdcdcd;
        vertical-align: top;
        color: #f47187;
        text-align: left;
        text-transform: uppercase;
        font-family: 'GnuolaneRegular';
        background: url(../images/line-yellow-double.jpg) repeat-x left bottom;
        border: 0;
    }

        table.order-details th.product-image {
            width: 100px;
        }

    table.order-details td.product-image img {
        width: 100px;
        height: auto;
    }

    table.order-details td.subtotal-label, table.order-details td.total-label {
        color: #f47187;
        font-size: 26px;
        text-transform: uppercase;
        font-family: 'GnuolaneRegular';
        text-align: right;
    }

    table.order-details td.subtotal, table.order-details td.total {
        font-size: 26px;
    }

.orderhistory table.order-details td.total-label {
    color: #f47187;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'GnuolaneRegular';
    text-align: right;
}

.orderhistory table.order-details td.total {
    font-size: 18px;
}




/* setting the width and height of the SELECT element to match the replacing graphics */
.myaccount select.selection, .checkout select.select {
    position: relative;
    z-index: 10;
    width: 230px !important;
    height: 26px !important;
    line-height: 26px;
    cursor: pointer;
}
/* dynamically created SPAN, placed below the SELECT */
.myaccount span.select, .checkout span.select {
    position: absolute;
    bottom: 0;
    float: left;
    left: 0;
    width: 230px;
    height: 26px;
    line-height: 26px;
    text-indent: 10px;
    background: url(../images/select-arrow-grey.png) no-repeat 210px #fff;
    cursor: default;
    z-index: 1;
    font-size: 16px;
}


.productListing.couponListing td {
    border-bottom: none;
}

.productListing.couponListing .discount td {
    padding: 10px 10px 0 10px;
}

#couponList .unused span {
    color: #bcbcbc;
    text-decoration: line-through;
}

#couponList .delCoupon {
    margin-left: 1em;
    padding: 0 5px;
    background-color: #f47187;
    color: white;
}
/* ADDED 2018-10-09 BY MIS SUNNY */

.promotion-form .label {
    width: 300px;
}

.promotion-form .fright {
    float: left;
    margin-left: 65.8%;
    margin-top: 15px;
}

.promotion-form .checkbox {
    float: left;
    margin-top: 10px;
}

.promotion-form .field input {
    width: 417px;
}

.promotion-form .field select {
    height: 30px;
}

.promotionOrderList {
    padding: 35px;
    list-style: decimal;
}

    .promotionOrderList li {
        margin: 0 0 12px 0;
    }
