﻿/*!
 * Wristwear Theme v1.1.0 (http://themes.nopaccelerate.com/themes/wristwear-nopcommerce-theme/)
 * Copyright 2017 Xcellence-IT.
 * Licensed under LICENSETYPE (http://www.nopaccelerate.com/terms/)
 */

/* Web Styles for Wristwear Theme */
body {
    font-family: 'Montserrat';
    background: #fff;
    color: #4C4C4E;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

.subscribe-button, a:hover, a, .owl-prev, .owl-next, .login-page .remember-me .checkbox label, .shopping-cart-link > a .fa.fa-shopping-cart {
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    text-decoration: none;
}

.admin-header-links {
    background: #071018;
    text-align: center;
}

    .admin-header-links a {
        color: #fff;
    }

.btn.btn-primary {
    background-color: #A5676F;
    border: none;
    color: #fff;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    padding: 10px 15px;
}

    .btn.btn-primary:hover, .btn.btn-primary:focus {
        background-color: #A5676F;
        opacity: 1 !important;
    }

.btn.btn-default {
    background-color: #a5676f;
    border: none;
    color: #fff;
    border-radius: 0px;
    font-size: 14px;
    font-weight: normal;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    padding: 10px 15px;
}

    .btn.btn-default:hover, .btn.btn-default:focus {
        background-color: #a5676f;
    }

.panel {
    border-radius: 0px;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
    outline: none;
}

.form-control:focus {
    border-color: #a5676f;
    box-shadow: none;
}

a:focus {
    outline: none;
}

.form-control {
    /* border-radius: 2px; */
    border-top: none;
    border-right: none;
    border-left: none;
    border-color: #000000;
    box-shadow: none;
    background-color: transparent;
    /*border-bottom: 01;*/
    border-radius: 0 0 0 0;
    opacity: 0.5;
}

input[type="file"]:focus, input[type="checkbox"]:focus, input[type="radio"]:focus {
    outline: none;
}

.master-column-wrapper {
    /*margin-top: 30px;*/
}

    .master-column-wrapper .container {
        margin-top: 30px;
    }

        .master-column-wrapper .container .page.home-page {
            margin-top: -30px;
        }
/* ADMIN HEADER LINKS */
.master-wrapper-page.container {
    margin-top: 15px;
    overflow: hidden;
}

.main-menu.goToTop {
    left: 0;
    top: 0px !important;
    z-index: 9999;
    position: fixed;
    max-width: 100% !important;
    border-radius: 0px;
    background: #F3F3F1;
    box-shadow: 0px 0px 5px #444;
    -webkit-box-shadow: 0px 0px 5px #444;
    -moz-box-shadow: 0px 0px 5px #444;
}

.navbar.navbar-inverse {
    max-width: 100% !important;
    border: none;
    background-color: transparent;
    margin-bottom: 0px;
}

.admin-header-links {
    display: none;
}

.header-links .logo {
    height: 48px;
}

.manage-page {
    margin-left: 15px;
}

/* HEADER SECTION STYLE */
.header-logo {
    text-align: center;
}

.header-upper {
    background: #fff;
    box-shadow: none;
    /*-webkit-box-shadow: 0px 0px 3px #999;
    -moz-box-shadow: 0px 0px 3px #999;*/
    background-position-x: right;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
}

.currency-selector, .language-selector {
    float: left;
    margin: 10px 8px 0px 0px;
}

.header-selectors-wrapper select {
    background: #071018 url("../images/down-caret.png") no-repeat scroll right center !important;
    color: #fff;
    width: 80px;
    margin-top: 0px !important;
    padding: 0px 5px !important;
    height: 26px;
    font-size: 12px;
    border: none !important;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.header-links-wrapper .admin-header-links {
    display: none !important;
}

.admin-header-links {
    display: block !important;
    padding: 5px 0;
}

.header-links-wrapper .header-top-right {
    /*margin-top: 4%;*/
    /*float: right;*/
    /*width: auto;*/
    position: relative;
}

.header-top-right ul li {
    display: table-cell;
    float: none !important;
    text-align: center;
}

    .header-top-right ul li.my-account a, .header-top-right ul li.register a {
        /*border-left: 1px solid #a5676f93e;*/
    }

    .header-top-right ul li > a {
        padding: 14px 9px;
        float: left;
        /*border-right: 1px solid #a5676f93e;*/
        font-size: 16px;
        float: left;
        line-height: 18px;
        color: #a5676f;
        text-decoration: none;
    }

    .header-top-right ul li a:hover {
        color: #3B3C3E;
    }

.search-box .ui-menu .ui-menu-item a.ui-state-focus, .search-box .ui-menu .ui-menu-item a.ui-state-active {
    margin-top: 0px !important;
}

.search-box .ui-state-focus, .search-box .ui-widget-content .ui-state-focus, .search-box .ui-widget-header .ui-state-focus {
    background: transparent;
    border: none;
}

.header-lower .search-box .ui-widget-content {
    border-radius: 0px;
    border: 1px solid #ddd;
    padding: 0px;
}

.header-lower .search-box .ui-autocomplete li:first-child {
    border: none;
}

.header-lower .ui-autocomplete li {
    border-top: 1px dashed #bbb;
    float: left;
    width: 100%;
}

    .header-lower .ui-autocomplete li a {
        padding: 10px;
        border-radius: 0px;
        font-family: Montserrat;
        font-size: 12px;
        background: #f5f5f5;
        cursor: pointer;
        float: left;
        width: 100%;
    }

        .header-lower .ui-autocomplete li a:hover {
            color: #a5676f;
        }

.header-lower .ui-autocomplete img {
    display: block;
    float: left;
    min-width: 30px;
    margin-right: 10px;
}

.header-lower .ui-menu .ui-menu-item a.ui-state-focus, .header-lower .ui-menu .ui-menu-item a.ui-state-active {
    margin: 0px;
}

.header-lower .ui-autocomplete li a span {
    float: left;
    width: 80%;
}

.header-lower .search-box {
    float: right;
    position: relative;
    margin-top: 25px;
}

    .header-lower .search-box .navbar-form {
        padding-left: 0px;
    }

    .header-lower .search-box .search-nav {
        background: #F3F3F1;
        width: 260px;
        padding-left: 10px;
        border: 1px solid #fff;
        border-radius: 50px;
    }

        .forum-search-box .search-box-text:focus, .header-lower .search-box .search-nav:focus {
            border-color: #a5676f;
        }

.search-box .btn.search-box-button {
    background: url("../images/search-icon.png") no-repeat 0px 0px;
    border-radius: 0px;
    width: 34px;
    height: 34px;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    right: -10px;
    position: absolute;
    margin-top: 3px;
}

.header .search-box .btn {
    border-radius: 0;
}

.form-control::-moz-placeholder, .form-control::-webkit-input-placeholder {
    color: #fff !important;
    opacity: 1;
}

#small-searchterms.form-control {
    color: #a5676f !important;
}

.short-name {
    font-family: Montserrat;
    font-size: 12px;
    white-space: nowrap;
    width: 130px;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #2C2C2C;
    margin-bottom: 10px;
}

    .short-name a {
        text-decoration: none;
        color: #2C2C2C;
    }

.mini-shopping-cart .name a {
    color: #2C2C2C;
}

    .mini-shopping-cart .name a:hover {
        color: #2C2C2C;
        text-decoration: none;
    }

.mini-shopping-cart .attributes {
    margin: 5px 0;
    color: #606162;
    float: left;
    width: 100%;
}

.mini-shopping-cart .totals {
    margin: 0 0 15px;
    font-size: 14px;
    display: inline-block;
    clear: both;
    float: left;
    color: #000;
    width: 100%;
    text-align: right;
    font-weight: 100;
}

    .mini-shopping-cart .totals strong {
        font-size: 18px;
        color: #2C2C2C;
        font-family: Montserrat;
        font-weight: 500;
    }

.mini-shopping-cart .buttons {
    margin: 0 0 15px;
    display: inline-block;
    clear: both;
    width: 100%;
    text-align: center;
}

/*.mini-shopping-cart input[type="button"] {
    background: #a5676f;
    display: inline-block;
    border: none;
    padding: 10px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
}*/

.mini-shopping-cart input[type="button"]:hover {
    background: #a5676f;
}

.mini-shopping-cart .product {
    width: 65%;
}

.mini-shopping-cart .quantity {
    float: left;
    margin-right: 5%;
    color: #666;
}

.mini-shopping-cart .price {
    float: left;
}

.empty-shopping-cart {
    padding: 15px 0px;
    color: #a5676f;
    font-weight: 700;
}

.mini-shopping-cart .price span {
    color: #a5676f;
    font-weight: 700;
}

.fa.fa-shopping-cart {
    font-size: 16px;
    margin-right: 10px;
}

.shopping-cart-link > a:hover i {
    color: #a5676f;
}

/* HEADER AND MENU STYLE */
/* override some jQuery UI style */
.search-box .ui-autocomplete-loading {
    background: white url('../images/ajax_loader_small.gif') right center no-repeat;
}

.ui-autocomplete {
    z-index: 10 !important;
}

    .ui-autocomplete .ui-menu-item a {
        text-align: left !important;
    }

.header-lower {
    padding: 10px 0px;
    position: relative;
    background: #F3F3F1;
}

.header-menu .navbar-default {
    background-color: transparent;
    border-color: transparent;
    margin-bottom: 0px;
}

.header-menu {
    background: #F3F3F1;
}

    .header-menu .navbar.navbar-inverse .nav.navbar-nav > li.dropdown .dropdown-menu.sub-menusublist.first-level li .dropdown-menu.sub-menusublist.first-level, .header-menu .navbar.navbar-inverse .nav.navbar-nav > li.dropdown .dropdown-menu.sub-menusublist.first-level li .dropdown-menu.sub-menusublist.first-level li .dropdown-menu.sub-menusublist.first-level {
        display: none;
    }

    .header-menu .navbar.navbar-inverse .navbar-collapse {
        padding: 0px;
    }

    .header-menu .navbar.navbar-inverse .nav.navbar-nav > li.active > a {
        background: #F3F3F1;
        color: #fff;
        padding: 20px 22px;
        border-top: 2px solid #a5676f;
        border-bottom: 2px solid #a5676f;
        color: #a5676f;
    }

    .header-menu .navbar.navbar-inverse .nav.navbar-nav > li.dropdown .dropdown-menu li.active a {
        color: #a5676f;
    }

    .header-menu .navbar.navbar-inverse .nav.navbar-nav > li {
        float: left;
    }

        .header-menu .navbar.navbar-inverse .nav.navbar-nav > li > a {
            float: left;
            padding: 20px 22px;
            line-height: 25px;
            color: #fff;
            text-transform: uppercase;
            font-weight: 700;
            border-top: 2px solid #F3F3F1;
            border-bottom: 2px solid #F3F3F1;
        }

            .header-menu .navbar.navbar-inverse .nav.navbar-nav > li > a:hover {
                border-top: 2px solid #a5676f;
                border-bottom: 2px solid #a5676f;
                color: #a5676f;
            }

        .header-menu .navbar.navbar-inverse .nav.navbar-nav > li.dropdown > a:hover:before {
            position: absolute;
            left: 40%;
            height: 12px;
            width: 24px;
            content: "";
            top: 54px;
        }

        .header-menu .navbar.navbar-inverse .nav.navbar-nav > li.dropdown .dropdown-menu li a {
            padding: 10px 15px 10px 35px;
            line-height: 15px;
            background: url("../images/submenu-deactive-icon.png") no-repeat 20px 14px #f9f9f9 !important;
            white-space: normal;
            word-wrap: break-word;
        }

            .header-menu .navbar.navbar-inverse .nav.navbar-nav > li.dropdown .dropdown-menu li a:hover {
                color: #a5676f;
                background: url("../images/submenu-active-icon.png") no-repeat 20px 14px #f9f9f9 !important;
            }

        .header-menu .navbar.navbar-inverse .nav.navbar-nav > li.dropdown .dropdown-menu {
            border-radius: 0px;
            min-width: 200px;
            padding: 5px 0px 0px;
            background: #f9f9f9;
            border: none;
            width: 200px;
            opacity: 0;
            display: block;
            transition: all 300ms ease-in-out 0s;
            -webkit-transition: all 300ms ease-in-out 0s;
            -moz-transition: all 300ms ease-in-out 0s;
            -o-transition: all 300ms ease-in-out 0s;
            visibility: hidden;
        }

        .header-menu .navbar.navbar-inverse .nav.navbar-nav > li.dropdown:hover .dropdown-menu {
            display: block;
            top: 97%;
            left: 0px;
            opacity: 1;
            visibility: visible;
        }

        .header-menu .navbar.navbar-inverse .nav.navbar-nav > li.dropdown .dropdown-menu.sub-menusublist.first-level li.dropdown:hover .dropdown-menu.sub-menusublist.first-level {
            display: block;
            top: 13px;
            left: 197px;
            opacity: 1;
            visibility: visible;
        }

        .header-menu .navbar.navbar-inverse .nav.navbar-nav > li.dropdown .dropdown-menu.sub-menusublist.first-level li .dropdown-menu.sub-menusublist.first-level li.dropdown:hover .dropdown-menu.sub-menusublist.first-level {
            display: block;
            top: 13px;
            left: 197px;
            opacity: 1;
            visibility: visible;
        }

/*.slider-wrapper.theme-custom {
    margin-top: 0px;
    display: none;
}*/

#index-page .slider-wrapper.theme-custom {
    display: block;
    margin-bottom: 20px;
}

.main-menu.goToTop .navbar.navbar-inverse.category-menu {
    margin: 0 auto;
    width: 1140px !important;
}

.header-menu .main-menu {
    width: 100% !important;
    transition: all 0.5s ease-in-out 0s;
}

#index-page .header-menu {
    margin-bottom: 0px;
}

.theme-custom .nivo-controlNav a.active {
    background-color: #F3F3F1 !important;
}

.sub-menusublist li {
    border-bottom: 1px solid #d7d7d7;
}

/* CONTENT SECTION STYLE */
.title.sub-title {
    margin-top: 15px;
    margin-bottom: 50px;
    position: relative;
    text-align: center;
}

    .title.sub-title::before {
        left: 0%;
        position: absolute;
        right: 0%;
        top: 50%;
    }

    .title.sub-title strong::before {
        background: #a5676f none repeat scroll 0 0;
        bottom: -8px;
        content: "";
        display: inline-block;
        height: 2px;
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        text-align: center;
        width: 100px;
    }

strong {
    z-index: 1;
}

.title.sub-title strong {
    display: inline-block;
    position: relative;
    z-index: 10;
    /*padding: 15px 25px;*/
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 3px;
    line-height: 18px;
    z-index: 1;
}

.homepage-product-div .product-grid.bestsellers .title.sub-title {
    margin-bottom: 20px;
}

.homepage-product-div .product-grid.bestsellers .item-box.product-grid {
    margin-bottom: 0px;
    height: 410px;
}

.product-grid.home-page-product-grid .title.sub-title {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
}
/* HOME NEWS SECTION STYLE */
.news-list-homepage .news-items .item {
    margin-bottom: 10px;
    border-radius: 0px;
    background: #fff;
    float: left;
    width: 100%;
}

.news-list-homepage .news-items .news-head {
    float: left;
    width: 100%;
}

.news-list-homepage .news-head a {
    float: left;
    width: 100%;
    background: #f5f5f5;
    padding: 25px 0px;
    color: #a5676f;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.news-list-page .news-date, .news-list-homepage .news-date {
    float: right;
    width: 100%;
    text-align: right;
    margin: 20px 0px;
    color: #a5676f;
}

.news-list-homepage .news-details {
    clear: both;
    line-height: 24px;
    margin-bottom: 25px;
    color: #555;
}

.news-list-page .news-button, .news-list-homepage .news-button {
    text-align: center;
}

    .news-list-page .news-button .read-more, .news-list-homepage .read-more {
        text-transform: uppercase;
        padding: 10px 25px;
    }

        .news-list-page .news-button .read-more span, .news-list-homepage .read-more span {
            float: left;
            line-height: 20px;
        }

        .news-list-page .news-button .read-more i, .news-list-homepage .read-more i {
            margin-left: 8px;
            float: left;
            line-height: 20px;
        }

.home-page .news-list-homepage .view-all {
    clear: both;
    text-align: center;
}

    .home-page .news-list-homepage .view-all a {
        text-transform: uppercase;
        padding: 10px 20px;
    }

.news-list-homepage {
    margin-bottom: 50px;
}

/* POLL BLOCK STYLE */
.poll-options {
    list-style: none;
}

.listbox .poll-results .answer {
    padding-bottom: 5px;
}

#block-poll-vote-error-1 {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
    padding: 0px 10px;
    margin-top: 10px;
    font-weight: bold;
    clear: both;
}

.poll {
    text-align: center;
}

.poll-options li {
    display: inline-block;
    float: none;
    margin: 0px 30px;
}

    .poll-options li .radio input {
        margin-right: 5px;
    }

    .poll-options li label {
        color: #a5676f;
        font-weight: normal;
    }

.block.block-poll.well .poll-options li {
    float: left;
    width: 100%;
    margin: 0px;
}

    .block.block-poll.well .poll-options li label, .block.block-poll.well .poll {
        text-align: left;
    }

.block.block-poll.well .poll-display-text {
    text-align: left;
}

.poll strong {
    font-weight: 500;
    margin-bottom: 25px;
    text-align: center;
    display: inline-block;
    background: #f5f5f5;
    padding: 15px 40px;
    color: #555;
    text-transform: uppercase;
}

.home-page-polls .buttons {
    margin-top: 30px;
}

    .home-page-polls .buttons .vote-poll-button {
        text-transform: uppercase;
        padding: 10px 20px;
    }

.block.block-poll.well.box-shadow-wrapper .poll-total-votes {
    margin-bottom: 15px;
    float: left;
    width: 100%;
    margin-top: 10px;
}

.block.block-poll.well.box-shadow-wrapper .listbox .poll-results .answer {
    padding-bottom: 0px;
    margin-top: 10px;
}

.home-page-polls .title {
    text-align: center;
}

/* FOOTER SECTION STYLE */
.change-device {
    clear: both;
    text-align: right;
}

.designedby {
    text-align: right;
}

.footer-store-theme {
    text-align: center;
}

.footer {
    float: left;
    width: 100%;
    background: #F1E4E0;
    padding-top: 80px;
    margin-top: 50px;
    box-shadow: 0px 0px 20px #ddd;
    -moz-box-shadow: 0px 0px 20px #ddd;
    -webkit-box-shadow: 0px 0px 20px #ddd;
}

    .footer ul.nav li a {
        padding: 0;
    }

.footer-upper .social-wrapper {
    float: right;
}

    .footer-upper .social-wrapper li {
        float: left;
    }

        .footer-upper .social-wrapper li a {
            float: left;
            height: 45px;
            width: 45px;
            border: 1px solid #ddd;
            margin-right: 10px;
            text-align: center;
            line-height: 45px;
            background: #fff;
            color: #a5676f;
            font-size: 20px;
        }

.newsletter-subscribe-block .newsletter-email {
    float: left;
}

.newsletter-subscribe-block .form-group {
    float: left;
    margin-bottom: 0px;
}

#newsletter-email, #newsletter-subscribe-button {
    border-radius: 0;
}

.footer-disclaimer {
    margin-top: 8px;
}

#newsletter-subscribe-block #newsletter-email {
    float: left;
    width: 100%;
    ;
    height: 40px;
    background: #fff;
    border: 1px solid #fff;
}

#newsletter-subscribe-block #newsletter-subscribe-button {
    background: #fff url("../images/news-letter-email.png") no-repeat scroll 18px center;
    color: #000;
    font-weight: normal;
    padding-left: 45px;
    font-size: 16px;
    height: 40px;
    text-transform: uppercase;
}

    #newsletter-subscribe-block #newsletter-subscribe-button:hover {
        opacity: 0.8;
        transition: all 500ms ease;
    }

.footer-upper {
    padding: 30px 0px;
    background: #F1E4E0;
}

.newsletter-wrapper strong {
    border-right: 4px solid #fff;
    float: right;
    font-size: 18px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    padding-right: 30px;
    text-transform: uppercase;
    color: #fff;
}

.newsletter-result-block {
    color: #fff;
    clear: both;
    text-align: center;
    float: left;
    width: 100%;
    margin-top: 10px;
}

.newsletter-validation {
    text-align: center;
}

.footer-middle {
    padding: 35px 0px;
    background: #F3F3F1;
}

    .footer-middle .title {
        margin-bottom: 25px;
        padding-bottom: 25px;
        border-bottom: 2px solid #071018;
    }

        .footer-middle .title strong {
            font-size: 18px;
            color: #fff;
            text-transform: uppercase;
            line-height: 15px;
        }

.footer .footer-middle ul li a {
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 20px;
    display: inline-block;
    font-weight: lighter;
}

    .footer .footer-middle ul li a i {
        margin-right: 8px;
    }

.footer-middle ul li a:hover, .footer-middle ul li a:focus {
    background: transparent;
    color: #a5676f;
}

.footer-middle .contact-wrapper i {
    float: left;
    margin-right: 20px;
    font-size: 16px;
    line-height: 20px;
}

.footer-middle .contact-wrapper .address i {
    line-height: 65px;
}

.footer-middle .contact-wrapper .phone-number i {
    margin-right: 16px;
}

.footer-middle .contact-wrapper .fax i {
    margin-right: 14px;
}

.footer-middle .contact-wrapper p {
    float: left;
    width: 85%;
    color: #777;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.footer-lower {
    padding: 0px 0px;
    background: #fff;
    color: #a5676f;
}

    .footer-lower a {
        color: #a5676f;
    }

        .footer-lower a:hover {
            color: #a5676f;
        }

    .footer-lower .poweredby, .footer-designedby {
        color: #a5676f;
        text-align: right;
    }

.footer-middle .payment-method ul li {
    background: url(../images/payment-method.png) no-repeat left center;
    float: left;
    width: 50px;
    height: 30px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.footer-middle .payment-method ul .payment-method2 {
    background-position: -59px center;
}

.footer-middle .payment-method ul .payment-method3 {
    background-position: -118px center;
}

.footer-middle .payment-method ul .payment-method4 {
    background-position: -178px center;
}

.footer-lower .payment-method {
    float: left;
    margin-top: 20px;
}

.footer-lower .footer-theme-credit {
    margin-bottom: 8px;
}

.footer-lower .footer-store-theme .theme-selector select {
    color: #000;
    padding: 5px;
    margin-top: 10px;
}

.footer-middle .title i {
    color: #a5676f;
    font-size: 18px;
    margin-right: 15px;
    float: left;
}

.footer .footer-middle ul li a i {
    color: #a5676f;
}

.footer-middle .social-wrapper li {
    display: inline-block;
}

.footer .footer-middle .social-wrapper li a i {
    color: #fff;
    height: 45px;
    line-height: 45px;
    margin-right: 0 !important;
    width: 45px;
    transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
}

.footer .footer-middle .social-wrapper li a {
    margin-right: 10px;
    background: #000;
    border: 1px solid #000;
    color: #fff;
    float: left;
    font-size: 20px;
    height: 45px;
    line-height: 45px;
    margin-right: 10px;
    text-align: center;
    width: 45px;
    border-radius: 10px;
}

    .footer .footer-middle .social-wrapper li a:hover {
        background: #000;
    }

        .footer .footer-middle .social-wrapper li a:hover i {
            color: #a5676f;
            transition: all 500ms ease-in-out;
            -moz-transition: all 500ms ease-in-out;
            -o-transition: all 500ms ease-in-out;
            -webkit-transition: all 500ms ease-in-out;
        }

#newsletter-email::-moz-placeholder {
    font-size: 16px;
}

.newsletter-button:hover {
    opacity: 0.8;
    transition: all 500ms;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    -moz-transition: all 500ms;
}

/* SIDEBAR NAVIGATION STYLE */
.box-shadow-wrapper .listbox ul li, .box-shadow-wrapper .listbox .nav.nav-list, .box-shadow-wrapper .listbox .sublist.nav.nav-list {
    clear: both;
}

.block-popular-tags.sidebar .nav > li > a:hover, .block-popular-tags.sidebar .nav > li > a:focus {
    background: none;
}

#customerTaxType, #customerCurrency, #customerlanguage {
    border: 1px solid #ddd;
}

.title.main-title {
    background: #a5676f;
    padding: 15px 20px;
}

    .title.main-title strong {
        font-weight: 700;
        font-size: 18px;
        color: #fff;
    }

.box-shadow-wrapper .listbox {
    /*border: 1px solid #ddd;
    padding: 0px 15px;
    float: left;
    width: 100%;*/
}

.box-shadow-wrapper {
    margin-bottom: 30px;
    float: left;
    width: 100%;
    padding: 0px;
    border-radius: 0px;
    border: none;
    background: #fff;
}

    .block.block-blog-archive.well.box-shadow-wrapper .listbox ul li strong, .box-shadow-wrapper .listbox ul li a {
        padding: 15px 0px 15px 25px;
        float: left;
        width: 100%;
        /*border-bottom: 1px solid #ddd;*/
        color: #FFFFFF;
        font-size: 14px;
        font-weight: 300;
        text-decoration: none;
    }

    .box-shadow-wrapper .listbox ul li.active.last {
        clear: both;
    }

        .block.block-account-navigation .listbox ul li a.active, .block-manufacturer-navigation.box-shadow-wrapper .listbox ul li.active a, .box-shadow-wrapper .listbox ul li.active.last > a, .box-shadow-wrapper .listbox ul li a:hover, .block-blog-archive .listbox ul li a {
            color: #FFFFFF;
            background: none;
        }

    .block.block-blog-archive.well.box-shadow-wrapper .listbox ul li strong, .box-shadow-wrapper .listbox ul li > a {
        /*background: url(../images/sidebar-submenu-deactive-icon.png) no-repeat left center;*/
    }

    .block.block-account-navigation .listbox ul li > a.active, .block-manufacturer-navigation.box-shadow-wrapper .listbox ul li.active > a, .box-shadow-wrapper .listbox ul li.active.last > a {
        /*background: url(../images/sidebar-submenu-active-icon.png) no-repeat transparent left center;*/
        font-weight: 700;
    }

    .box-shadow-wrapper .listbox ul li .sublist li a {
        padding: 15px 0px 15px 45px;
        background: url(../images/submenu-list-deactive-icon.png) no-repeat 30px center;
    }

        .box-shadow-wrapper .listbox ul li .sublist li a:hover, .box-shadow-wrapper .listbox ul li .sublist li.active.last > a {
            background: url(../images/submenu-list-active-icon.png) no-repeat transparent 30px center;
        }

    .box-shadow-wrapper .listbox ul li .sublist li .sublist li a {
        padding: 15px 0px 15px 60px;
        background: url(../images/submenu-list-deactive-icon.png) no-repeat 45px center;
    }

        .box-shadow-wrapper .listbox ul li .sublist li .sublist li a:hover, .box-shadow-wrapper .listbox ul li .sublist li .sublist li.active.last > a {
            background: url(../images/submenu-list-active-icon.png) no-repeat transparent 45px center;
        }

    .box-shadow-wrapper .listbox ul li .sublist li .sublist li .sublist li a {
        padding: 15px 0px 15px 78px;
        background: url(../images/submenu-list-deactive-icon.png) no-repeat 60px center;
    }

        .box-shadow-wrapper .listbox ul li .sublist li .sublist li .sublist li a:hover, .box-shadow-wrapper .listbox ul li .sublist li .sublist li .sublist li.active.last > a {
            background: url(../images/submenu-list-active-icon.png) no-repeat transparent 60px center;
        }

    .box-shadow-wrapper .listbox .view-all, .block.block-poll.well.box-shadow-wrapper .buttons {
        float: left;
        margin-top: 10px;
        margin-bottom: 10px;
        width: 100%;
    }

        .box-shadow-wrapper .listbox .view-all a, .box-shadow-wrapper .listbox .vote-poll-button {
            background: #a5676f;
            color: #fff;
            padding: 8px 10px;
            font-size: 14px;
            font-weight: 700;
            float: left;
            margin-bottom: 10px;
        }

            .box-shadow-wrapper .listbox .view-all a:hover, .box-shadow-wrapper .listbox .vote-poll-button:hover {
                background: #a5676f;
                text-decoration: none;
            }

.block.block-popular-tags.box-shadow-wrapper .listbox ul li a {
    float: left;
    width: auto;
    border-bottom: none;
    padding: 0px;
    font-size: 100% !important;
    margin-right: 5px;
}

.block.block-popular-tags.box-shadow-wrapper .listbox .tags {
    padding: 10px 0px;
    float: left;
    width: 100%;
}

    .block.block-popular-tags.box-shadow-wrapper .listbox .tags ul li {
        margin-left: 0px;
        clear: none;
        margin-bottom: 5px;
    }

        .block.block-popular-tags.box-shadow-wrapper .listbox .tags ul li:last-child span {
            display: none;
        }

.block.block-popular-tags.well.box-shadow-wrapper .listbox ul li a {
    background: none;
}

.block.block-popular-tags.well.box-shadow-wrapper .view-all {
    margin-top: 0px;
}

.block.block-poll.well.box-shadow-wrapper .poll-options.nav.nav-pills {
    margin-left: 0px;
    padding-top: 0px;
}

.block.block-poll.well.box-shadow-wrapper .poll strong {
    padding: 15px 10px;
    margin-top: 10px;
    margin-bottom: 0px;
}

.block.block-poll.well.box-shadow-wrapper .poll-options li label {
    margin: 5px 0px;
}

.block.block-recently-viewed-products.well.box-shadow-wrapper .product-picture {
    float: left;
}

    .block.block-recently-viewed-products.well.box-shadow-wrapper .product-picture a {
        float: left;
        padding: 15px 0px;
        margin-right: 10px;
        border: none;
    }

.block.block-recently-viewed-products.well.box-shadow-wrapper .product-name {
    float: left;
    border: none;
    background: none;
    padding: 15px 0px;
    width: 60%;
}

.block.block-recently-viewed-products.well.box-shadow-wrapper ul li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

    .block.block-recently-viewed-products.well.box-shadow-wrapper ul li:hover .product-name {
        color: #a5676f;
    }

/* PRODUCT SLIDER STYLE */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

    .owl-carousel .owl-wrapper {
        display: none;
        position: relative;
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

        .owl-carousel .owl-wrapper-outer.autoHeight {
            -webkit-transition: height 500ms ease-in-out;
            -moz-transition: height 500ms ease-in-out;
            -o-transition: height 500ms ease-in-out;
            transition: height 500ms ease-in-out;
        }

    .owl-carousel .owl-item {
        float: left;
    }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}

.owl-carousel.owl-theme {
    position: relative;
}

.owl-buttons {
    position: absolute;
    top: 50%;
    width: 100%;
}

.owl-next {
    background: url("../images/next-arrow.png") no-repeat scroll 0 0;
    float: left;
    height: 50px;
    position: absolute;
    right: -45px;
    text-indent: -9999px;
    width: 50px;
}

.owl-prev {
    background: url("../images/previous-arrow.png") no-repeat scroll 0 0;
    float: left;
    height: 50px;
    left: -45px;
    position: absolute;
    text-indent: -9999px;
    width: 50px;
}

.owl-next:hover {
    background: url("../images/next-arrow.png") no-repeat scroll 0px -70px;
}

.owl-prev:hover {
    background: url("../images/previous-arrow.png") no-repeat scroll 0px -70px;
}

.crosssell-products-slider .owl-buttons, .also-purchased-products-grid .owl-buttons, .related-products-grid .owl-buttons, .product-grid.home-page-product-grid .owl-buttons, .product-grid.bestsellers .owl-buttons {
    top: 35%;
}

.product-grid.cross-sells {
    margin-top: 20px;
}

/* CATEGORY BOX STYLE*/
.product-category-item .picture {
    position: relative;
}

    .product-category-item .picture .product-img::before {
        background-color: rgba(255, 255, 255, 0.5);
        bottom: 8%;
        content: "";
        height: 85%;
        left: 5%;
        position: absolute;
        right: 5%;
        top: 8%;
        transform: scale(0);
        -webkit-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        -moz-transform: scale(0);
        transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        -moz-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        width: 90%;
    }

    .product-category-item .picture:hover .product-img::before {
        transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
    }

    .product-category-item .picture .title a {
        color: #fff;
        font-size: 18px;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: 700;
        padding: 22px 0 18px;
        display: inline-block;
        width: 215px;
        background-color: #a5676f;
    }

    .product-category-item .picture .title {
        bottom: 35%;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        text-align: center;
        width: 215px;
        display: none;
    }

.vendor-grid .product-category-item .picture .title, .manufacturer-grid .product-category-item .picture .title, .sub-category-grid .product-category-item .picture .title {
    width: 150px;
    bottom: 35%;
}

    .vendor-grid .product-category-item .picture .title a, .manufacturer-grid .product-category-item .picture .title a, .sub-category-grid .product-category-item .picture .title a {
        width: 150px;
        padding: 18px 0px;
        font-size: 15px;
        word-wrap: break-word;
    }

.picture-thumbs.product-slider .owl-buttons, .manufacturer-grid .owl-buttons, .sub-category-grid .owl-buttons {
    position: inherit;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

    .picture-thumbs.product-slider .owl-buttons .owl-prev, .manufacturer-grid .owl-buttons .owl-prev, .sub-category-grid .owl-buttons .owl-prev {
        float: none;
        display: inline-block;
        margin-right: 15px;
        position: inherit;
    }

    .picture-thumbs.product-slider .owl-buttons .owl-next, .manufacturer-grid .owl-buttons .owl-next, .sub-category-grid .owl-buttons .owl-next {
        float: none;
        display: inline-block;
        position: inherit;
    }

.product-category-item .picture:hover .title {
    display: block;
}

/* BREADCRUMB STYLE */
.breadcrumb-wrapper .breadcrumb {
    border: none;
    padding: 15px;
    border-radius: 0px;
    margin-bottom: 30px;
    clear: both;
}

    .breadcrumb-wrapper .breadcrumb li a {
        color: #a5676f;
        font-size: 14px;
        font-weight: 700;
        text-decoration: none;
    }

        .breadcrumb-wrapper .breadcrumb li a:hover {
            color: #a5676f;
        }

    .breadcrumb-wrapper .breadcrumb li .current-item.active, .breadcrumb-wrapper .breadcrumb li .active {
        color: #a5676f;
        font-size: 14px;
        font-weight: 700;
    }

    .breadcrumb-wrapper .breadcrumb > li + li::before, .breadcrumb-wrapper .breadcrumb > ol + ol::before {
        padding: 0px 10px;
    }

/* PRODUCT BOX STYLE */
.price.old-price {
    float: left;
    text-decoration: line-through;
    width: 100%;
    font-size: 12px;
}

.product-item .description {
    font-size: 12px;
    line-height: 1.4em;
    display: none;
    color: #999;
}

.product-item .prices {
    margin-bottom: 15px;
}

.title.panel-heading {
    padding: 0;
}

.thumbnail {
    box-shadow: none;
    border: none;
    padding: 0px;
    background-color: transparent;
    overflow: hidden;
    border-radius: 0;
    margin-bottom: 0px;
    border: 1px solid #d4d4d4;
    box-shadow: none;
    transition: box-shadow 500ms;
}

.productbox1 .thumbnail {
    border: 0 !important;
    background: #F3F3F1;
}

.product-grid .item-box:hover .thumbnail, .item-box.product-grid:hover .thumbnail {
    box-shadow: 0 0 10px #aaa;
}

.item-box.product-grid .thumbnail .caption {
    padding: 0;
    padding-top: 25px !important;
    background: #fff;
}

.productbox1 .item-box.product-grid .thumbnail .caption {
    padding: 0;
    padding-top: 25px !important;
    background: #F3F3F1;
}

.product-grid .item-box, .item-box.product-grid {
    margin-bottom: 50px;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.item-box .product-rating-box {
    display: inline-block;
    margin: 0 0 20px;
    width: 100%;
    position: relative;
}

.item-box .rating {
    background: url('../images/star-x-inactive.png') repeat-x;
    width: 100px;
    height: 16px;
    margin: 0 auto;
}

    .item-box .rating div {
        background: url('../images/star-x-active.png') repeat-x;
        height: 16px;
    }

.item-box, .item-box.product-grid {
    height: 430px;
}

    .item-box .product-item {
        background: #fff;
        float: left;
        width: 100%;
        transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
    }

.productbox1 .item-box .product-item {
    background: #F3F3F1;
    padding-bottom: 20px;
}

.item-box .product-item .picture a img {
    width: 100%;
}

.item-box .product-item .picture {
    position: relative;
}

.item-box .product-item .product-title {
    margin: 0px;
    min-height: 40px;
    line-height: 18px;
    font-size: 16px;
    text-align: center;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

    .item-box .product-item .product-title a {
        color: #3B3C3E;
        text-align: center;
        font-family: Montserrat;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        word-break: initial;
    }

        .item-box .product-item .product-title a:hover {
            color: #a5676f;
        }

.item-box .product-item .sku {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

.item-box.product-grid .product-border-bottom {
    background: #e7e7e7;
    height: 1px;
    margin: 5px auto 15px;
    width: 50%;
}

.item-box.product-grid .prices {
    width: 100%;
    float: left;
    text-align: center;
}

.productbox1 .item-box.product-grid .prices {
    width: auto;
    float: none;
    text-align: center;
    margin-left: 0px;
}

.item-box.product-grid .product-item .add-info .buttons {
    float: left;
    width: 100%;
    text-align: center;
}

.item-box .prices span {
    line-height: 26px;
    font-size: 18px;
    font-weight: bold;
    color: #A5676F;
    display: inline-block;
    width: auto;
}

.item-box .prices .price.old-price {
    text-decoration: line-through;
    float: none;
    margin-right: 10px;
    width: auto;
    color: #999999;
}

/*.item-box .product-box-add-to-cart-button {
        text-indent: -999px;
        height: 50px;
        width: 50px;
        margin-left: 10px;
        border-radius: 50px;
        float: left;
        background: #a5676f url('../images/product-cart-icon.png') no-repeat 12px 16px;
        border: 2px solid #a5676f;
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 14px;
        padding: 10px 15px 10px 15px;
        line-height: 18px;
    }

        .item-box .product-box-add-to-cart-button:hover {
            background: url('../images/product-cart-icon.png') no-repeat 12px -16px #fff;
            border-color: #a5676f;
            color: #a5676f;
            text-indent: 1px;
            padding: 10px 15px 10px 40px;
            transition: width ease-in-out 1s;
            -webkit-transition: width ease-in-out 1s;
            -o-transition: width ease-in-out 1s;
            -moz-transition: width ease-in-out 1s;
            width: 160px;
        }*/
.item-box .product-box-add-to-cart-button {
    height: 30px;
    font-size: 18px;
    font-weight: 100;
    background: none !important;
    /*background: url('../images/product-cart-icon.png') no-repeat 12px -16px #fff;*/
    border: 1px solid #A5676F;
    border-radius: 6px;
    color: #A5676F;
    text-indent: 1px;
    padding: 0px 15px 0px 15px;
    transition: width ease-in-out 1s;
    -webkit-transition: width ease-in-out 1s;
    -o-transition: width ease-in-out 1s;
    -moz-transition: width ease-in-out 1s;
    width: 160px;
    margin-left: 0px;
}

.item-box .add-to-compare-list-button {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    border-radius: 50px;
    float: left;
    background: url('../images/product-compare-icon.png') no-repeat 12px 16px #a5676f;
    height: 50px;
    width: 50px;
    margin-left: 10px;
    text-indent: -999999px;
    padding: 10px 15px;
    border: 2px solid #a5676f;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.item-box .add-to-wishlist-button {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    float: left;
    border-radius: 50px;
    background: url('../images/product-wishlist-icon.png') no-repeat 12px 16px #a5676f;
    height: 50px;
    width: 50px;
    text-indent: -999999px;
    padding: 0;
    border: 2px solid #a5676f;
    margin-left: 10px;
    padding: 10px 15px;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.item-box .add-to-wishlist1-button {
    position: absolute;
    right: 0;
    text-transform: uppercase;
    border: 0px;
    font-weight: 700;
    height: 40px;
    width: 40px;
    font-size: 14px;
    color: #fff;
    float: left;
    background: url('../images/bos_kalp_icon.svg') no-repeat 0px 0px;
    text-indent: -999999px;
    padding: 0;
    background-size: 22px;
    margin-left: 10px;
    padding: 10px 15px;
    z-index: 999;
}


    .item-box .add-to-wishlist1-button.whised {
        position: absolute;
        right: 0;
        text-transform: uppercase;
        border: 0px;
        font-weight: 700;
        height: 40px;
        width: 40px;
        font-size: 14px;
        color: #fff;
        float: left;
        background: url('../images/dolu_kalp_icon.svg') no-repeat 0px 0px;
        text-indent: -999999px;
        padding: 0;
        background-size: 22px;
        margin-left: 10px;
        padding: 10px 15px;
        z-index: 999;
    }

    .item-box .add-to-wishlist1-button:hover {
        background: url('../images/dolu_kalp_icon.svg') no-repeat 0px 0px;
        background-size: 22px;
        color: #a5676f;
        transition: width ease-in-out 1s;
        -webkit-transition: width ease-in-out 1s;
        -o-transition: width ease-in-out 1s;
        -moz-transition: width ease-in-out 1s;
        width: 40px;
        text-indent: 1px;
    }

.item-box .add-to-compare-list-button:hover {
    background: url('../images/product-compare-icon.png') no-repeat 12px -16px #fff;
    text-indent: 1px;
    padding: 10px 15px 10px 40px;
    color: #a5676f;
    transition: width ease-in-out 1s;
    -webkit-transition: width ease-in-out 1s;
    -o-transition: width ease-in-out 1s;
    -moz-transition: width ease-in-out 1s;
    width: 225px;
}

.item-box .add-to-wishlist-button:hover {
    background: url('../images/product-wishlist-icon.png') no-repeat 12px -16px #fff;
    color: #a5676f;
    padding: 10px 15px 10px 40px;
    transition: width ease-in-out 1s;
    -webkit-transition: width ease-in-out 1s;
    -o-transition: width ease-in-out 1s;
    -moz-transition: width ease-in-out 1s;
    width: 190px;
    text-indent: 1px;
}

.item-box .thumbnail .picture a::before {
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -moz-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    float: left;
    visibility: hidden;
    opacity: 0;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    z-index: 10;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -o-transform: scaleY();
    -ms-transform: scaleY(0);
    -moz-transform: scaleY(0);
}

.item-box .thumbnail:hover .picture a::before {
    opacity: 1;
    visibility: visible;
    transform: scaleX(1);
    -webkit-transform: scaleY(1);
    -o-transform: scaleY();
    -ms-transform: scaleY(1);
    -moz-transform: scaleY(1);
}

.item-box .thumbnail .wishlist-compare-wrapper .button-add-to-cart {
    left: -25%;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX();
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    float: left;
    position: absolute;
    text-align: center;
    z-index: 999;
    opacity: 0;
    top: 5%;
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
}

.item-box .thumbnail .wishlist-compare-wrapper .button-wishlist {
    left: -25%;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX();
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    float: left;
    position: absolute;
    text-align: center;
    z-index: 999;
    opacity: 0;
    top: 30%;
    transition: all 800ms ease-in-out 0s;
    -webkit-transition: all 800ms ease-in-out 0s;
    -moz-transition: all 800ms ease-in-out 0s;
    -o-transition: all 800ms ease-in-out 0s;
}

.item-box .thumbnail .wishlist-compare-wrapper .button-comparelist {
    left: -25%;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX();
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    float: left;
    position: absolute;
    text-align: center;
    z-index: 999;
    opacity: 0;
    top: 55%;
    transition: all 1300ms ease-in-out 0s;
    -webkit-transition: all 1300ms ease-in-out 0s;
    -moz-transition: all 1300ms ease-in-out 0s;
    -o-transition: all 1300ms ease-in-out 0s;
}

/*.item-box .thumbnail:hover .picture .wishlist-compare-wrapper .button-add-to-cart {
        left: 0%;
        transform: translateX(1);
        -webkit-transform: translateX(1);
        -o-transform: translateX();
        -ms-transform: translateX(1);
        -moz-transform: translateX(1);
        top: 5%;
        opacity: 1;
        transition: right 500ms ease-in-out 0s;
        -webkit-transition: all 500ms ease-in-out 0s;
        -moz-transition: all 500ms ease-in-out 0s;
        -o-transition: all 500ms ease-in-out 0s;
    }

    .item-box .thumbnail:hover .picture .wishlist-compare-wrapper .button-wishlist {
        left: 0%;
        transform: translateX(1);
        -webkit-transform: translateX(1);
        -o-transform: translateX();
        -ms-transform: translateX(1);
        -moz-transform: translateX(1);
        top: 30%;
        opacity: 1;
        transition: right 800ms ease-in-out 0s;
        -webkit-transition: all 800ms ease-in-out 0s;
        -moz-transition: all 800ms ease-in-out 0s;
        -o-transition: all 800ms ease-in-out 0s;
    }

    .item-box .thumbnail:hover .picture .wishlist-compare-wrapper .button-comparelist {
        left: 0%;
        transform: translateX(1);
        -webkit-transform: translateX(1);
        -o-transform: translateX();
        -ms-transform: translateX(1);
        -moz-transform: translateX(1);
        top: 55%;
        opacity: 1;
        transition: right 1300ms ease-in-out 0s;
        -webkit-transition: all 1300ms ease-in-out 0s;
        -moz-transition: all 1300ms ease-in-out 0s;
        -o-transition: all 1300ms ease-in-out 0s;
    }*/

.item-box .thumbnail .picture a {
    background: #ededed;
}

.wishlist-compare-wrapper {
    float: left;
}

/* PRODUCT LIST PAGE STYLE */
.product-grid .item-box.product-list {
    height: auto;
}

.product-list .product-item {
    background: transparent;
}

.product-grid .product-list .thumbnail {
    border-bottom: none;
    padding-bottom: 0px;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

    .product-grid .product-list .thumbnail:hover {
        background: #f1f1f1;
    }

.product-grid .product-list .picture {
    width: 30%;
    float: left;
    margin-right: 30px;
    margin-bottom: 0px;
}

.product-grid .product-list .details {
    float: left;
    overflow: visible;
    width: 100%;
}

.product-grid .product-list .description {
    display: block;
    font-size: 14px;
    width: 100%;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.product-grid .product-list .product-item .price.old-price {
    display: block;
    text-decoration: line-through;
}

.product-grid .product-list .thumbnail .caption {
    padding: 10px 0px;
    float: left;
    width: 65%;
    text-align: left;
    height: auto;
    min-height: inherit;
}

    .product-grid .product-list .thumbnail .caption .add-info .buttons {
        width: 100%;
    }

.product-grid .product-list .product-item .rating {
    text-align: left;
    margin: 0;
}

.product-grid .product-list .rating::before {
    left: 0px;
}

.product-grid .product-list .rating::after {
    right: -35%;
}

.product-grid .product-list .product-item .product-title a {
    padding: 0px;
    text-align: left;
    margin-bottom: 15px;
}

.product-grid .product-list .product-item .product-title {
    height: auto;
    margin-bottom: 25px;
    text-align: left;
}

.product-grid .product-list .add-info {
    float: left;
    width: 100%;
}

.product-grid .product-list .product-item .prices {
    margin-bottom: 25px;
}

.product-grid .product-list {
    margin-bottom: 30px;
}

    .product-grid .product-list .prices span {
        line-height: 20px;
    }

    .product-grid .product-list .product-rating-box {
        display: inline-block;
        clear: both;
        width: auto;
        margin-bottom: 25px;
    }

.product-list .thumbnail {
    border: none;
}

.wishlist-compare-wrapper .button-add-to-cart, .wishlist-compare-wrapper .button-wishlist, .wishlist-compare-wrapper .button-comparelist {
    float: left;
}

/* CATEGORY, SUB CATEGORY AND MANUFACTURER PAGE SELECTORS STYLE */
.vendor-grid .item-box .product-category-item, .manufacturer-grid .item-box .manufacturer-item, .sub-category-grid .item-box .sub-category-item {
    margin-bottom: 30px;
    background: #fff;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
}

.manufacturer-grid .item-box .manufacturer-item {
    background: #f5f5f5;
}

.category-grid .item-box .category-item {
    margin-bottom: 50px;
    background: #fff;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
}

.vendor-grid .item-box .picture a img, .manufacturer-grid .item-box .picture a img, .category-grid .item-box .picture a img, .sub-category-grid .item-box .picture a img {
    width: 100%;
}

.home-page-category-grid .item-box {
    height: auto;
}

.order {
    padding: 7px 0;
}

.product-selectors {
    margin: 0px 0px 30px;
    background: #fff;
    color: #a5676f;
    clear: both;
}

    .product-selectors .product-span {
        padding: 5px 0 0 10px !important;
    }

    .product-selectors .remove_left_padding {
        padding-left: 0px;
    }

.viewmode-icon.grid i, .viewmode-icon.list i {
    font-size: 18px !important;
}

.vendor-grid .item-box, .sub-category-grid .item-box, .manufacturer-grid .item-box {
    height: auto;
}

.viewmode-icon:focus, .viewmode-icon:hover {
    color: #a5676f;
}

.viewmode-icon {
    padding: 12px;
    float: left;
    border: 1px solid #ddd;
    color: #a5676f;
    height: 45px;
    width: 45px;
    line-height: 23px;
    text-align: center;
}

    .viewmode-icon.selected {
        color: #a5676f;
    }

    .viewmode-icon:hover {
        border-color: #a5676f;
    }

.product-viewmode .grid-list-icon {
    padding: 0;
    float: right;
}

.list-grid-view {
    float: right;
}

.product-sorting, .product-page-size {
    margin-top: 5px;
}

/* CATEGOTY, SEARCH, MANUFACTURER, PRODUCT TAG, VENDOR, COMPARE PRODUCT PAGE STYLE */
.product-filters-wrapper .well {
    border: none;
    border-radius: 0;
    box-shadow: 0 0 5px #ddd;
    -moz-box-shadow: 0 0 5px #ddd;
    -webkit-box-shadow: 0 0 5px #ddd;
    padding: 0;
    margin-bottom: 30px;
    border: 1px solid #ededed;
}

.product-spec-filter .filter-title .fa.fa-arrow-circle-right, .price-range-filter .filter-title .fa.fa-arrow-circle-right {
    float: left;
    margin: 3px 10px 0px 0px;
    font-size: 17px;
    color: #fff;
}

.product-filters .filter-title strong {
    display: block;
    margin-left: 20px;
    overflow: hidden;
    font-size: 16px;
    color: #fff;
}

.product-filters ul {
    padding-left: 20px;
}

.remove-filter a, .product-tags-all-page a {
    color: #a5676f;
    font-weight: 700;
}

    .remove-filter a:hover, .product-tags-all-page a:hover {
        color: #a5676f;
    }

.remove-filter, .already-filtered-items, .price-range-filter .selected-price-range {
    margin-left: 20px;
    color: #a5676f;
    font-weight: lighter;
}

.remove-filter {
    margin-top: 10px;
}

.product-filters .already-filtered-items .filter-title strong {
    font-weight: 700;
    margin-left: 0px;
}

.product-filters .filter-content .title strong {
    color: #a5676f;
}

.product-filters .filter-content .nav > li > a {
    padding: 5px 20px;
    font-size: 14px;
    color: #a5676f;
    font-weight: lighter;
    display: inline-block;
}

    .product-filters .filter-content .nav > li > a:hover {
        background: transparent;
        color: #a5676f;
    }

.product-spec-filter .filter-content .available-items .nav.nav-list .title {
    margin-bottom: 8px;
}

.product-filters .filter-content {
    padding: 15px 20px;
    background: #fff;
}

    .product-filters .filter-content ul {
        padding-left: 20px;
    }

.product-filters > .filter-title {
    background: #a5676f;
    padding: 15px 20px;
}

.product-filters .already-filtered-items .filter-title strong {
    font-size: 14px;
}

.product-filters .already-filtered-items .filter-title strong {
    color: #a5676f;
}

.product-filters .already-filtered-items .item {
    font-weight: normal;
    margin-top: 5px;
}

    .product-filters .filter-content ul li a i, .product-filters .selected-price-range i, .product-filters .already-filtered-items .item i {
        float: left;
        font-size: 16px;
        line-height: 22px;
        margin-right: 8px;
    }

.clear-list.btn.btn-primary {
    margin-bottom: 10px;
}

.compare-products-table .picture img {
    max-width: 100%;
    width: 100%;
}

.recently-added-products-page .page-body, .recently-viewed-products-page .page-body {
    padding: 0;
}

.apply-vendor-page .from-panel .panel-body, .product-filters.price-range-filter .filter-content ul {
    padding: 0px;
}

.contact-vendor {
    margin-bottom: 30px;
}

.recently-added-products-page .link-rss, .compare-products-page .compare-products-table a {
    color: #a5676f;
}

    .compare-products-page .compare-products-table a:hover {
        color: #a5676f;
    }

.apply-vendor-page .topic-html-content {
    border: none;
}

.vendor-contact-page .form-horizontal .control-label, .apply-vendor-page .form-horizontal .control-label {
    text-align: left;
}

.product-tags-all-page .page-body {
    padding: 15px;
    border: 1px solid #ddd;
}

.category-description li, .vendor-description li, .manufacturer-description li, .page.topic-page .page-body li, .post-body li, .full-description tab-pane fade in active li, .attribute-description li, .news-body li {
    list-style: inherit;
}

.category-description ul, .vendor-description ul, .manufacturer-description ul, .page.topic-page .page-body ul, .post-body ul, .full-description tab-pane fade in active ul, .attribute-description ul, .news-body ul {
    padding-left: 40px;
}

/* SEARCH PAGE STYLE */
.search-box .search-box-button {
    padding: 16px 22px;
    height: 0;
    width: 0;
}

.search-box .search-nav {
    float: left;
    height: 34px;
    padding: 0px 12px;
    margin-right: -3px;
    width: 210px;
    background: #e5e5e5;
    border: none;
    box-shadow: none;
}

.search-input .basic-search .forum-search-text.form-control {
    padding: 0px 12px;
    border-radius: 0;
    margin-bottom: 20px;
    height: 34px;
    margin-right: -3px;
}

.price-range {
    float: left;
    margin-top: 7px;
    width: 100%;
    font-weight: 700;
}

.price-range-from {
    float: left;
    margin-left: 16px;
}

.price-from.form-control {
    float: left;
    margin-left: 15px;
    width: 21%;
}

.price-range-to {
    float: left;
    margin: 0 20px;
}

.price-to.form-control {
    float: left;
    width: 21%;
}

.search-page .search-results strong {
    float: left;
    width: 100%;
    text-align: center;
}

.search-page .form-group label {
    text-align: left;
    padding-top: 5px;
    padding-right: 0px;
}

    .search-page .form-group label.checkbox {
        text-align: left;
    }

.search-page .product-selectors {
    margin-top: 30px;
    clear: both;
    float: left;
    width: 100%;
}

.search-box .navbar-form {
    padding-right: 0px;
}

.search-input label {
    padding-bottom: 5px;
}

.search-page .checkbox > label {
    padding-left: 0px;
    color: #a5676f;
    margin-left: 5px;
}

.remove_right_padding {
    padding-left: 0px;
}

.blogpost-page .page-title.panel-heading h1, .blog-page .page-title.panel-heading h1, .search-page .page-title.panel-heading h1, .news-list-page .page-title.panel-heading h1, .news-item-page .page-title.panel-heading h1 {
    text-align: left;
}

.new-comment .title {
    text-align: center;
}

.search-page .search-input.form-horizontal {
    clear: both;
    margin-bottom: 20px;
}

.search-page .search-btn {
    text-transform: uppercase;
    padding: 10px 20px;
}

.search-page .form-group {
    margin-bottom: 20px;
}

.search-nav.form-control::-moz-placeholder {
    color: #fff;
}

/* PAGINATION STYLE */
.pager li {
    margin-right: 10px;
    display: inline-block;
}

    .pager li.current-page > span, .pager li.individual-page > a {
        background: #f5f5f5;
        border: 1px solid #ddd;
        color: #a5676f;
        border-radius: 100%;
        padding: 10px 15px;
        font-weight: 700;
    }

    .pager li.current-page > span {
        background: #a5676f;
        border-color: #a5676f;
        color: #fff;
    }

    .pager li.individual-page > a:hover {
        background: #a5676f;
        color: #fff;
        border-color: #a5676f;
    }

    .pager li.previous-page a, .pager li.next-page a, .pager .last-page a, .pager .first-page a {
        color: #fff;
        padding: 10px 20px;
        border-radius: 100%;
        background: #a5676f;
        border-color: #a5676f;
        font-weight: 700;
    }

    .pager li.previous-page a {
        background: url(../images/pagination-previous-arrow.png) no-repeat 15px 15px #a5676f;
        text-indent: -9999px;
        border-color: #a5676f;
    }

    .pager li.next-page a {
        background: url(../images/pagination-next-arrow.png) no-repeat 15px 15px #a5676f;
        text-indent: -9999px;
        border-color: #a5676f;
    }

    .pager li.previous-page a:hover {
        background: url(../images/pagination-previous-arrow.png) no-repeat 15px 15px #a5676f;
        border-color: #a5676f;
    }

    .pager li.next-page a:hover {
        background: url(../images/pagination-next-arrow.png) no-repeat 15px 15px #a5676f;
        border-color: #a5676f;
    }

    .pager li.first-page a {
        background: url(../images/pagination-previous-last-arrow.png) no-repeat 14px 15px #a5676f;
        text-indent: -9999px;
        border-color: #a5676f;
    }

    .pager li.last-page a {
        background: url(../images/pagination-next-last-arrow.png) no-repeat 14px 15px #a5676f;
        text-indent: -9999px;
        border-color: #a5676f;
    }

    .pager li.first-page a:hover {
        background: url(../images/pagination-previous-last-arrow.png) no-repeat 14px 15px #a5676f;
        border-color: #a5676f;
    }

    .pager li.last-page a:hover {
        background: url(../images/pagination-next-last-arrow.png) no-repeat 14px 15px #a5676f;
        border-color: #a5676f;
    }

/* MISC. CLASSES */
.nobr {
    white-space: nowrap !important;
}

.wrap {
    white-space: normal !important;
}

.a-left {
    text-align: left !important;
}

.a-right {
    text-align: right !important;
}

.noscript {
    border: 1px solid #ddd;
    border-width: 0 0 1px;
    background: #ffff90;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
    color: #2f2f2f;
}

.clearer {
    zoom: 1;
}

    .clearer:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
    }

/* AJAX LOADING INDICATOR */
.ajax-loading-block-window {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 128px;
    height: 128px;
    overflow: hidden;
    z-index: 1104;
}

    .ajax-loading-block-window .loading-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 128px;
        height: 128px;
        background-image: url('../images/ajax_loader_large.gif');
    }

.please-wait {
    background: url('../images/ajax_loader_small.gif') no-repeat;
    padding-left: 20px;
}

/* VALIDATION AND ERRORS STYLE */
.message-error, .validation-summary-errors {
    font-size: 11px;
}

    .message-error ul {
        padding: 0px;
        margin: 0;
    }

        .message-error ul li {
            list-style: none;
        }

.field-validation-error, .section.payment-info .message-error .validation-summary-errors ul {
    font-size: 10px;
    color: red;
    /*background: #f2dede;*/
    color: #a94442;
    /*padding: 5px 5px 5px 5px;
    margin-top: 5px;*/
    float: left;
}

.required {
    color: red;
}

.error {
    font-size: 11px;
    color: #B94A48;
}

.input-validation-error {
    background-color: #fff;
}

/* TOPICS(hero-unit) PAGE STYLE */
.from-panel {
    margin-bottom: 50px;
    background: #fff;
}

.panel-heading {
    padding: 0;
    margin-bottom: 30px;
}

    .panel-heading h1 {
        font-size: 18px;
        font-weight: 700;
        color: #a5676f;
        text-transform: uppercase;
        margin: 0;
        text-align: left;
        letter-spacing: 2px;
    }

.topic-html-content-body {
    padding: 15px;
}

.not-found-page ul li {
    list-style: none;
    margin-bottom: 10px;
}

.apply-vendor-page .topic-html-content-body.panel-body p {
    text-align: center;
}

.topic-html-content a {
    color: #a5676f;
}

    .topic-html-content a:hover {
        color: #a5676f;
    }

.not-found-page .page-body.from-panel {
    clear: both;
}

.panel-body {
    padding: 0;
}

.topic-html-content {
    border: 1px solid #ddd;
}

    .topic-html-content .panel-heading {
        margin-bottom: 0px;
        padding: 15px;
    }

    .topic-page .page-body img, .topic-html-content .topic-html-content-body img, .category-description img, .manufacturer-description img, .product-details-tabs #description img, .news-item-page .news-body img, .blogpost-page .post-body img {
        width: 100%;
        height: auto;
    }

.page.topic-page {
    padding: 15px;
}

    .page.topic-page .panel-heading h1 {
        text-align: center;
    }

    .page.topic-page #ph-title {
        display: none !important;
    }

.home-page .topic-html-content {
    margin-bottom: 50px;
}

/* SITE MAP PAGE STYLE */
.sitemap-page .entity {
    margin: 0 0 30px 0;
    padding: 20px;
}

.sitemap-page h2 {
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
}

.sitemap-page .entity ul {
    overflow: hidden;
    margin: 0;
}

.sitemap-page .entity li {
    float: left;
    list-style: none;
    width: 170px;
    border-bottom: none;
    margin-bottom: 0;
}

.sitemap-page .entity .entity-body a {
    text-decoration: none;
    color: #666;
}

.entity-body.category-body.product-link li {
    float: left;
    margin-right: 26px;
    width: 48%;
    margin-bottom: 8px;
}

    .entity-body.category-body.product-link li:nth-child(2n) {
        margin-right: 0px;
    }

.sitemap-page .page-title.panel-heading h1, .sitemap-page h2 {
    text-align: center;
    margin-top: 0px;
}

.sitemap-page .entity-body ul li {
    padding-bottom: 5px;
}

.sitemap-page .description {
    text-align: center;
    margin-bottom: 15px;
}

/* EU COOKIE LAW */
.eu-cookie-law {
    text-align: left;
}

a.eu-cookie-privacyinfo-tag {
    color: #B80709 !important;
    text-decoration: underline;
}

.eu-cookie-bar-notification {
    background: none repeat scroll 0 0 #f5f5f5;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    margin-left: 26%;
    margin-top: 20px;
    padding: 15px;
    z-index: 9999;
    position: absolute;
    top: 50%;
}

    .eu-cookie-bar-notification .text {
        margin-bottom: 10px;
        color: #a5676f;
    }

/* NOTIFICATIONS */
.bar-notification {
    display: none;
    left: 0;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1000000;
}

    .bar-notification.success {
        background: #A5676F;
        color: #FFFFFF;
        margin: 0 0 10px;
    }

    .bar-notification.error {
        background: #e4444c;
        color: #FFFFFF;
        margin: 0 0 10px;
    }

    .bar-notification .close {
        background: url(../images/ico-close-notification-bar.png) no-repeat;
        width: 20px;
        height: 20px;
        float: right;
        margin: 25px 10px 0px 0px;
        cursor: pointer;
    }

    .bar-notification p.content {
        padding: 20px 25px;
        margin: 5px 0px;
        text-align: center;
    }

        .bar-notification p.content a {
            text-decoration: underline;
            color: #FFFFFF;
        }

            .bar-notification p.content a:hover {
                text-decoration: none;
                color: #FFFFFF;
            }

    .bar-notification.error p.content {
        margin: 5px 0px;
        padding: 20px 25px;
        text-align: center;
        font-size: 14px;
    }

/* PRODUCT DETAILS PAGE STYLE */
.product-details-page .overview {
    float: left;
    width: 100%;
}

    .product-details-page .overview .product-review-links {
        margin-left: 30px;
    }

        .product-details-page .overview .product-review-links a {
            font-family: Montserrat;
            font-size: 12px;
            font-weight: 100;
            color: #2C2C2C;
        }

.product-collateral {
    margin-bottom: 10px;
    clear: both;
}

.product-details-page .gallery .picture {
    text-align: center;
    margin-bottom: 20px;
    background: #ededed;
}

.product-details-page .thumb-popup-link {
    border: 2px solid #ddd;
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 5px;
    padding: 5px;
    width: 100px;
    height: 100px;
    cursor: pointer;
}

    .product-details-page .thumb-popup-link:hover {
        border: 2px solid #a5676f;
    }

    .product-details-page .thumb-popup-link img {
        width: 100%;
        height: 100%;
    }

    .product-details-page .thumb-popup-link:last-child {
        margin-right: 0px;
    }

.product-details-page .gallery .picture-thumbs a:hover, .product-details-page .gallery .picture-thumbs a:focus {
    text-decoration: none;
}

.product-details-page .overview, .product-details-page .gallery {
    margin-bottom: 40px;
    float: left;
    width: 100%;
}

.product-details-page .giftcard, .product-details-page .tier-prices {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.product-details-page .gallery .picture img {
    width: 100%;
}

.product-details-page .gallery .picture-thumbs {
    text-align: center;
}

.product-details-page .product-name.panel-heading {
    margin-bottom: 20px;
    border-bottom: none;
}

    .product-details-page .product-name.panel-heading h1 {
        font-size: 24px;
        text-transform: none;
        letter-spacing: 0px;
        font-weight: bold;
        font-family: Junicode;
        color: #2C2C2C;
    }

.product-details-page .short-description, .product-details-page .variant-description {
    margin-bottom: 25px;
    clear: both;
    color: #555;
    line-height: 22px;
    font-family: Montserrat;
    font-size: 14px;
    color: #2C2C2C;
}

.product-details-page .product-reviews-overview, .product-details-page .additional-details {
    float: left;
    width: 100%;
}

    .product-details-page .product-reviews-overview .product-review-links, .product-details-page .product-reviews-overview .product-review-box, .product-details-page .product-reviews-overview .product-no-reviews {
        float: left;
        /*width: 100%;*/
        margin-bottom: 20px;
        text-transform: capitalize;
    }

        .product-details-page .product-reviews-overview .product-review-links .separator {
            margin: 0 2px;
            color: #666;
        }

.product-details-page .rating {
    height: 19px;
    width: 100px;
    background: url("../images/star-x-inactive.png") 0 0 repeat-x;
}

    .product-details-page .rating div {
        float: left;
        height: 19px;
        background: url("../images/star-x-active.png") 0 0 repeat-x;
    }

.product-details-page .availability {
    clear: both;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

    .product-details-page .availability .stock strong {
        font-weight: normal;
        color: #555;
        float: left;
        line-height: 25px;
    }

.back-in-stock-subscription-page .page-title h1 {
    font-size: 18px;
}

.back-in-stock-subscription-page .page-title, .back-in-stock-subscription-page .page-body {
    padding: 10px;
}

.back-in-stock-subscription-page #back-in-stock-notify-me {
    display: block;
    margin: 0 auto;
    margin-top: 10px;
}

.backinstocksubscription-tooltip {
    border: 1px solid #ddd;
    margin-top: 5px;
    padding: 5px;
}

.product-details-page .subscribe-button {
    background: url(../images/notification-icon.png) no-repeat 15px 14px #f5f5f5;
    border: 2px solid #ddd;
    font-weight: 700;
    padding: 10px 15px 10px 38px;
}

    .product-details-page .subscribe-button:hover {
        background: url(../images/notification-icon.png) no-repeat 15px -19px #a5676f;
        border-color: #a5676f;
        color: #fff;
    }

.product-details-page .back-in-stock-subscription {
    margin-top: 20px;
    float: left;
    width: 100%;
}

.product-vendor .value, .delivery-date .value, .stock .value, .sku .value, .manufacturer-part-number .value, .gtin .value, .manufacturers .value {
    margin-left: 3px;
    color: #a5676f;
}

    .product-vendor .value a, .manufacturers .value a {
        color: #a5676f;
    }

        .product-vendor .value a:hover, .manufacturers .value a:hover {
            color: #a5676f;
        }

.product-details-page .stock .value {
    background: #72b226;
    padding: 5px 10px;
    color: #fff;
    float: left;
}

.product-details-page .additional-details .label, .product-details-page .manufacturers .label {
    color: #555;
    padding: 0px;
    font-size: 14px;
    border-radius: 0px;
    font-weight: normal;
    text-transform: capitalize;
}

.product-details-page .additional-details div {
    margin-bottom: 10px;
}

.product-details-page .delivery, .product-details-page .add-to-cart, .product-details-page .overview .delivery-date {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.product-details-page .free-shipping {
    color: #fff;
    display: inline-block;
    background: #999;
    padding: 10px 15px;
}

    .product-details-page .free-shipping strong {
        margin-left: 5px;
    }

.product-details-page .download-sample {
    clear: both;
    margin-bottom: 20px;
}

.product-details-page .download-sample-button {
    background: url(../images/download-icon.png) no-repeat 15px 15px #f5f5f5;
    border: 2px solid #ddd;
    font-weight: 700;
    padding: 10px 15px 10px 38px;
    color: #a5676f;
}

    .product-details-page .download-sample-button:hover, .product-details-page .download-sample-button:focus {
        background: url(../images/download-icon.png) no-repeat 15px -20px #a5676f;
        border-color: #a5676f;
        color: #fff;
    }

.product-details-page .prices .product-price, .product-details-page .manufacturers {
    margin-bottom: 0px;
    float: left;
    /*width: 100%;*/
}

.product-details-page .prices .product-price {
    font-weight: bold;
}

    .product-details-page .prices .product-price span {
        font-size: 40px;
        color: #a5676f;
        font-family: Montserrat;
    }

.product-details-page .old-product-price {
    float: left;
    width: 100%;
    text-decoration: line-through;
    color: #999;
    margin-bottom: 5px;
}

    .product-details-page .old-product-price label {
        display: inline;
        font-weight: normal;
        font-size: 15px;
    }

.product-details-page .product-price label {
    display: inline;
    font-size: 20px;
    color: #a5676f;
}

.product-details-page .prices .rental-price label {
    font-weight: normal;
    color: #555;
}

.product-details-page .prices .rental-price span {
    color: #a5676f;
}

.product-details-page .tier-prices, .product-details-page .tier-prices .prices-list td {
    text-align: center;
}

    .product-details-page .tier-prices .prices-list .field-header {
        color: #000;
        font-weight: 700;
    }

    .product-details-page .tier-prices .prices-header {
        background: #eee;
        color: #555;
        padding: 10px;
        float: left;
        width: 100%;
        text-align: left;
        border: 1px solid #ddd;
    }

    .product-details-page .tier-prices .prices-list .panel-default {
        float: left;
        width: 100%;
    }

    .product-details-page .tier-prices .prices-list .table {
        margin-bottom: 0px;
        border: none;
    }

        .product-details-page .tier-prices .prices-list .table tr th, .product-details-page .tier-prices .prices-list .table tr td {
            border: none;
            border-top: 1px solid #ddd;
        }

        .product-details-page .tier-prices .prices-list .table tr .tier-price-value {
            color: #a5676f;
            font-weight: 700;
        }

.product-details-page .attributes .btn-dropdown.form-control {
    width: 100%;
}

.product-details-page .attributes .text-prompt {
    font-weight: normal;
    display: inline;
    color: #555;
}

.product-details-page .attributes .attribute-description {
    font-size: 11px;
}

.product-details-page .attributes ul.option-list {
    padding: 0px;
    margin: 0px;
}

    .product-details-page .attributes ul.option-list li {
        list-style: none;
    }

        .product-details-page .attributes ul.option-list li label {
            font-size: 14px;
            font-family: Montserrat;
            color: #2C2C2C;
            font-weight: 100;
        }

.product-details-page .attributes .textbox {
    width: 100%;
}

.product-details-page .attributes textarea {
    width: 280px;
    height: 150px;
    border: 1px solid #ddd;
}

.product-details-page .add-to-cart .qty-input {
    width: 60px;
    float: left;
    margin: 0;
    height: 40px;
}

.product-details-page .addtocart-quantity-box {
    float: left;
    margin-right: 35px;
    width: 80px;
}

.product-details-page .add-to-cart .qty-.dropdown {
    width: 80px;
}

.product-details-page .add-to-cart .qty-dropdown {
    width: 50px;
    margin-top: 10px;
    margin-right: 10px;
}

.product-details-page .add-to-cart .quantity-box label {
    font-weight: normal;
    font-family: Montserrat;
    font-size: 14px;
    color: #2C2C2C;
    font-weight: 100;
    float: left;
    margin-right: 15px;
    line-height: 35px;
}

.product-details-page .add-to-cart .addtocart-quantity-box span {
    border: 1px solid #ddd;
    cursor: pointer;
    float: left;
    font-size: 10px;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 20px;
    color: #999;
}

.product-details-page .add-to-cart .product-add-button .add-to-cart-button {
    /*background: url(../images/white-product-cart-icon.png) no-repeat 12px #a5676f;*/
    text-transform: uppercase;
    padding: 10px 40px;
    border: 1px solid #A5676F;
    background: none;
    color: #A5676F;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    border-radius: 6px;
}

    .product-details-page .add-to-cart .product-add-button .add-to-cart-button:hover {
        /*background: url(../images/white-product-cart-icon.png) no-repeat 12px #a5676f;*/
    }

.product-details-page .add-to-cart .product-add-button {
    float: left;
    margin-top: 10px;
}

.product-details-page .overview-buttons {
    clear: both;
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

    .product-details-page .overview-buttons .add-to-wishlist-button {
        background: url(../images/wishlist-product-icon.png) no-repeat 20px 10px #a5676f;
        text-transform: uppercase;
        padding-left: 50px;
        float: left;
        margin-right: 15px;
    }

        .product-details-page .overview-buttons .add-to-wishlist-button:hover {
            background: url(../images/wishlist-product-icon.png) no-repeat 20px 10px #a5676f;
        }

    .product-details-page .overview-buttons .add-to-compare-list-button {
        background: url(../images/compare-product-icon.png) no-repeat 20px 10px #a5676f;
        text-transform: uppercase;
        padding-left: 50px;
        float: left;
        margin-right: 15px;
    }

        .product-details-page .overview-buttons .add-to-compare-list-button:hover {
            background: url(../images/compare-product-icon.png) no-repeat 20px 10px #a5676f;
        }

    .product-details-page .overview-buttons .email-a-friend-button {
        background: url(../images/email-product-icon.png) no-repeat 20px 10px #a5676f;
        text-transform: uppercase;
        padding-left: 50px;
        float: left;
    }

        .product-details-page .overview-buttons .email-a-friend-button:hover {
            background: url(../images/email-product-icon.png) no-repeat 20px 10px #a5676f;
        }

.product-details-page .customer-entered-price .enter-price-label {
    float: left;
    padding-top: 5px;
    font-weight: normal;
    color: #555;
}

.product-details-page .customer-entered-price .enter-price-input {
    margin: 0 0 0 10px;
    width: 60px;
    float: left;
}

.product-details-page .attributes.rental-attribute, .product-details-page .price-availability .rental-price, .product-details-page .price-availability .prices, .product-details-page .price-availability {
    clear: both;
}

.product-details-page .price-range, .customer-entered-price .price-input {
    margin-bottom: 20px;
    margin-top: 0px;
    overflow: hidden;
}

.product-details-page .product-reviews-overview .product-review-links a, .product-details-page .product-reviews-overview .product-no-reviews a {
    color: #2C2C2C;
}

    .product-details-page .product-reviews-overview .product-review-links a:hover, .product-details-page .product-reviews-overview .product-no-reviews a:hover {
        color: #a5676f;
    }

#fancybox-close {
    position: absolute !important;
    right: -25px !important;
    top: -9px !important;
}

#fancybox-outer {
    width: 103% !important;
    height: 106% !important;
}

.product-details-page .product-share-button {
    clear: both;
}

    .product-details-page .product-share-button a {
        padding: 0px;
        float: left;
        margin-right: 8px;
    }

        .product-details-page .product-share-button a span {
            height: 40px !important;
            width: 40px !important;
            text-align: center;
            transition: all 0.3s ease-in-out 0s;
            -webkit-transition: all 0.3s ease-in-out 0s;
            -moz-transition: all 0.3s ease-in-out 0s;
            -o-transition: all 0.3s ease-in-out 0s;
        }

            .product-details-page .product-share-button a span .at-icon {
                height: 40px !important;
                width: 25px !important;
            }

            .product-details-page .product-share-button a span:hover {
                background: #a5676f !important;
            }

.product-details-page .tab-content {
    float: left;
    margin-top: 0;
    padding: 20px 15px;
    width: 100%;
    border: 1px solid #ddd;
    margin-top: -1px;
}

.product-details-page .nav-tabs {
    border: none;
}

    .product-details-page .nav-tabs li a {
        font-weight: normal;
        color: #666;
        font-size: 16px;
        text-transform: capitalize;
    }

    .product-details-page .nav-tabs li.active {
        margin-bottom: 0px;
    }

        .product-details-page .nav-tabs li.active a {
            color: #fff;
            background: #a5676f;
            font-weight: 700;
            border-color: #a5676f;
        }

            .product-details-page .nav-tabs li.active a:hover, .product-details-page .nav-tabs > li.active > a:focus {
                background: #a5676f;
            }

            .product-details-page .nav-tabs li.active a::after {
                content: ' ';
                height: 0;
                position: absolute;
                width: 0;
                border: 10px solid transparent;
                border-top-color: #a5676f;
                border: 10px solid transparent;
                border-top-color: #a5676f;
                top: 100%;
                left: 50%;
                margin-left: -10px;
            }

    .product-details-page .nav-tabs > li > a {
        margin-right: 15px;
        border: 1px solid #ddd;
        border-radius: 0px;
        padding: 15px 35px;
        background: #f5f5f5;
    }

.product-details-page .nav > .label.label-default > a:hover, .product-details-page .nav > .label.label-default > a:focus {
    background-color: transparent;
    border-color: transparent;
    text-decoration: none;
}

.product-details-page .nav-tabs > li > a:focus, .product-details-page .nav-tabs > li > a:hover {
    background-color: #a5676f;
    color: #fff;
    outline: none;
}

.product-details-page .product-specs-box .panel {
    border: none;
}

.product-details-page .product-specs-box .table-bordered {
    border: 1px solid #ddd;
}

    .product-details-page .product-specs-box .table-bordered tr td {
        padding: 10px;
        color: #555;
    }

    .product-details-page .product-specs-box .table-bordered .a-left.spec-name {
        color: #a5676f;
        font-weight: 700;
    }

.product-details-page .product-specs-box .title {
    margin-bottom: 0px;
}

.product-details-page .product-specs-box {
    clear: both;
    margin-bottom: 30px;
}

.product-details-page .tab-content .product-tags {
    margin-top: 10px;
}

.product-details-page .full-description {
    clear: both;
    margin-bottom: 20px;
    margin-top: 10px;
    color: #999;
    line-height: 25px;
}

.product-details-page .product-tags-box .product-tags-list ul {
    margin: 0;
}

.product-details-page .product-tags-list ul li a {
    font-size: 12px;
    font-weight: normal;
}

.product-details-page .product-tags-box .title {
    margin-bottom: 0px;
}

.product-details-page .product-tags-box .product-tags-list .separator {
    display: none;
}

.product-details-page .product-tags-box .product-tags-list li {
    float: left;
    list-style: none;
    margin-bottom: 10px;
    padding-right: 5px;
    margin-right: 10px;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    background: #a5676f;
    border-radius: 0px;
    font-weight: normal;
}

    .product-details-page .product-tags-box .product-tags-list li:hover {
        background: #a5676f;
        color: #fff;
    }

.product-details-page .product-tags-box .panel-heading {
    padding: 0;
}

.product-details-page .product-details-tabs {
    margin-bottom: 50px;
    float: left;
    width: 100%;
    border-top: 1px solid #A5676F;
    padding-top: 30px !important;
}

.product-details-page .product-details-page-description-title {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: bold;
    float: left;
}

.min-qty-notification {
    margin-bottom: 10px;
}

.product-details-page .giftcard label {
    color: #555;
    font-weight: normal;
}

.product-details-page .giftcard .message {
    height: 100px;
}

.overview .action-button {
    display: block;
}

.product-details-page .no-associated-products {
    font-weight: bold;
}

.product-details-page .variant-picture {
    float: left;
    width: 45%;
    margin-right: 15px;
}

    .product-details-page .variant-picture img {
        width: 100%;
    }

.product-details-page .variant-overview {
    float: left;
    width: 52%;
}

.product-details-page .product-variant-list .addtocart-quantity-box {
    margin-right: 15px;
}

.product-details-page .variant-overview .variant-name {
    font-weight: 700;
    font-size: 16px;
    color: #a5676f;
    margin-bottom: 20px;
}

.product-details-page .tax-shipping-info {
    float: left;
    padding-bottom: 10px;
    width: 100%;
}

.variant-overview .tax-shipping-info {
    border: none;
}

.back-in-stock-subscription-page .tooltip {
    opacity: 1;
    position: relative;
}

.product-details-page .price-availability .availability {
    position: absolute;
    right: 0px;
}

.product-details-page .price-availability {
    position: relative;
}

.base-price-pangv {
    clear: both;
    float: left;
    margin-bottom: 15px;
}

.product-attribute-label {
    padding-right: 0;
}

.product-details-page .related-products-grid {
    clear: both;
}

.product-details-page .product-variant-list .product-variant-line:nth-child(2n+1) {
    clear: both;
}

.qty-box {
    margin-top: 15px;
}

    .qty-box .text-prompt {
        padding-left: 0;
        margin-top: 5px;
    }

    .qty-box .qty-text {
        padding: 0;
    }

.mfp-ready {
    z-index: 99999 !important;
}

.mfp-wrap {
    z-index: 999999 !important;
}

/* PRODUCT REVIEW PAGE STYLE */
.product-reviews-page .write-review {
    margin-bottom: 10px;
}

    .product-reviews-page .write-review .title {
        margin-bottom: 20px;
    }

.product-reviews-page .product-review-list .title {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 10px;
}

.product-reviews-page .write-review .review-text {
    max-width: 100%;
    min-height: 120px;
    background-color: #fff;
    border: 1px solid black !important;
}

.product-reviews-page .write-review .review-rating {
    float: left;
    width: 100%;
}

.product-reviews-page .write-review .review-title {
    background: #fff;
    border: 1px solid black !important;
}

.review-rating .first {
    float: left;
    padding: 4px;
}

.review-rating .rb {
    float: left;
    margin: 4px 4px 0 0;
}

.review-rating .last {
    padding: 4px;
}

.product-reviews-page .product-review-list {
    margin: 0 0;
}

.my-product-reviews-list-page .product-review-item, .product-reviews-page .product-review-item {
    float: left;
    width: 100%;
    margin: 0;
    padding: 10px 10px 10px;
    margin-bottom: 10px;
}

.product-reviews-page .captcha-box {
    margin-bottom: 20px;
}

.my-product-reviews-list-page .review-title, .product-review-list .review-title {
    float: left;
    margin-bottom: 5px;
}

.my-product-reviews-list-page .product-review-item .rating, .product-review-list .product-review-item .rating {
    float: left;
    margin-right: 5px;
}

.product-review-list .product-review-item .reply-text, .product-review-list .product-review-item .review-text, .downloadable-products-page a.product-review-list .product-review-item .review-info {
    margin-bottom: 5px;
    clear: both;
    float: left;
    text-align: justify;
}

.product-review-item .review-info .separator {
    margin: 0 2px;
}

.product-review-item .product-review-helpfulness {
    clear: both;
    font-size: 11px;
}

    .product-review-item .product-review-helpfulness .vote {
        font-size: 13px;
        text-decoration: none;
        color: #a5676f;
    }

        .product-review-item .product-review-helpfulness .vote:hover {
            cursor: pointer;
            color: #a5676f;
        }

.write-review .validation-summary-errors ul {
    margin-bottom: 0px;
}

.product-reviews-page .review-rating ul {
    padding: 0;
    margin-bottom: 0;
}

    .product-reviews-page .review-rating ul li {
        list-style: none;
    }

.product-reviews-page .review-rating .control-label {
    padding-top: 2px !important;
}

.product-reviews-page a, .email-a-friend-page h2 a {
    color: #a5676f;
}

    .product-reviews-page a:hover, .email-a-friend-page h2 a:hover {
        color: #a5676f;
    }

.product-review-list .product-review-item .reply-text, .product-review-list .product-review-item .review-text {
    color: #000000;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 100;
    font-family: Montserrat;
    margin-bottom: 20px;
}

.write-comment {
    text-transform: uppercase;
    padding: 10px 40px;
    border: 1px solid #A5676F;
    background: none;
    color: #A5676F;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    border-radius: 6px;
}

    .write-comment a {
        color: #A5676F;
    }

        .write-comment a:hover {
            color: #A5676F;
        }

.page.product-reviews-page {
    margin-top: 50px;
}

    .page.product-reviews-page h1 {
        float: left;
    }

.result.review-result {
    color: #a5676f;
}

.my-product-reviews-list-page .review-content {
    clear: both;
}

    .my-product-reviews-list-page .review-content .review-text {
        margin-bottom: 10px;
    }

.my-product-reviews-list-page .user a {
    color: #a5676f;
}

    .my-product-reviews-list-page .user a:hover {
        color: #a5676f;
    }

.product-review-list .product-review-item .reply .reply-header {
    font-weight: bold;
    margin: 10px 0;
}

/* EMAIL A FRIEND PAGE STYLE */
.email-a-friend-page form {
    margin-bottom: 15px;
}

.email-a-friend-page h2 {
    font-size: 20px;
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
}

.email-a-friend-page .personal-message {
    min-height: 120px;
}

.email-a-friend-page .bg-success, .coupon-box .bg-success {
    padding: 5px;
}

.email-a-friend-page .alert.alert-success {
    clear: both;
}

.email-a-friend-page .form-horizontal .control-label {
    text-align: left;
    padding-top: 0px;
}

/* LOGIN PAGE STYLE */
.send-email-a-friend-button, .write-product-review-button, .login-page .register-button, .login-page .checkout-as-guest-button, .register-continue-button, .registration-page .register-next-step-button, .login-page .new-wrapper.register-block .register-button, .login-page .login-button, .password-recovery-page .password-recovery-button {
    text-transform: uppercase;
}

.login-page .new-wrapper legend + *::before, .login-page .returning-wrapper legend + *::before {
    margin-bottom: 0px;
}

.login-page .checkout-as-guest-or-register-block legend, .login-page .new-wrapper.register-block fieldset legend, .login-page .returning-wrapper fieldset legend {
    text-align: left;
    font-weight: 700;
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

.alert {
    padding: 5px !important;
}

.login-page .customer-blocks {
    margin-bottom: 30px;
}

.new-wrapper.register-block, .returning-wrapper, .checkout-as-guest-or-register-block {
    border: 1px solid #ededed;
    border-radius: 0px;
    padding: 20px;
    float: left;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
    -moz-box-shadow: 0 0 10px #ccc;
}

.login-page .new-wrapper.register-block .text {
    color: #646464;
}

.login-page .checkout-as-guest-or-register-block .topic-html-content {
    border: none;
    margin-bottom: 0;
    padding: 0;
    box-shadow: none;
}

.login-page .checkout-as-guest-or-register-block li, .login-page .external-auth-errors li {
    list-style: none;
}

.login-page .checkout-as-guest-or-register-block .panel-body ul {
    padding-left: 20px;
}

.new-wrapper.checkout-as-guest-or-register-block {
    margin-bottom: 15px;
}

.login-page .returning-wrapper .control-label {
    text-align: left;
    padding-top: 0px;
    margin-bottom: 10px;
}

.login-page .remember-me .checkbox label {
    display: inline-block;
    color: #666;
}

.login-page .forgot-password {
    margin-top: 1px;
    float: right;
    margin-right: 15px;
    margin-top: 10px;
}

    .login-page .forgot-password a {
        font-family: Montserrat;
        font-size: 14px;
        font-weight: 100;
        text-decoration: none;
        color: #000000;
        opacity: 0.5;
    }

.login-page .remember-me .checkbox {
    padding-top: 0;
    padding-left: 35px;
}

.login-page .checkbox input[type="checkbox"] {
    margin-left: -20px;
    position: absolute;
    width: auto;
    min-height: 20px;
    margin-top: 1px;
}

.login-page .checkbox label {
    padding-left: 0;
}

.login-page .validation-summary-errors.alert.alert-danger {
    font-size: 11px;
    background: none repeat scroll 0 0 #f2dede;
    color: #a94442;
    border: none;
    margin-bottom: 10px !important;
    clear: both;
}

.login-page .form-group .forgot-password a {
    color: #a5676f333;
    text-decoration: none;
}

    .login-page .form-group .forgot-password a:hover {
        color: #a5676f;
    }

.login-page .checkout-as-guest-or-register-block .buttons {
    margin: 20px 0px;
    padding-right: 0px;
}

.login-page .btn.btn-default.checkout-as-guest-button {
    margin-right: 10px;
}

.topic-html-content.from-panel .panel-heading {
    padding: 15px;
}

.facebook-login-block .buttons {
    text-align: center;
}

.facebook-login-block .facebook-btn:hover {
    background: url(../images/facebook-signing.png) no-repeat center center;
    height: 33px;
    width: 175px;
}

.facebook-login-block .facebook-btn {
    background: url(../images/facebook-signing.png) no-repeat center center;
    height: 33px;
    width: 175px;
}

.login-page .remember-me .checkbox label:hover {
    color: #a5676f;
}

.external-authentication .facebook-login-block {
    width: 100%;
}

.external-authentication ol {
    padding: 0;
}

.external-authentication {
    margin-top: 40px;
}

    .external-authentication .facebook-btn:active {
        background-position: 0px;
    }

.facebook-login-block .title {
    font-size: 18px;
    font-weight: 700;
    margin: 0px 0px 15px;
    padding: 0 0 10px;
    text-align: center;
    color: #a5676f;
    text-transform: uppercase;
}

.login-page .checkout-as-guest-button {
    margin-right: 10px;
}

/* REGISTRATION PAGE STYLE */
.registration-result-page .result {
    margin-bottom: 20px;
}

.registration-page .accept-privacy-policy .read {
    cursor: pointer;
}

.registration-page .radio-inline input[type="radio"] {
    margin-left: -20px;
    position: absolute;
}

.registration-page .form-horizontal .radio-inline {
    padding-top: 0;
}

.registration-page .form-horizontal .form-group label {
    text-align: left;
}

.registration-page .date-birth-text > select, .customer-info-page .date-birth-text > select {
    border: 1px solid #ddd;
    padding: 5px 10px;
}

.registration-page h3 {
    text-align: left;
    font-weight: 700;
    font-size: 15px;
    color: #a5676f;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: 0px;
    text-transform: uppercase;
}

.account-page .form-group, .registration-page .form-group {
    margin-bottom: 10px;
}

.registration-page .form-horizontal .accept-privacy-policy label {
    text-transform: capitalize;
}

.external-authentication .title {
    font-size: 14px;
    text-align: center;
}

/* ORDER SUMMARY, SHOPPING CART, WISHLIST PAGE STYLE */
.cart-footer.row {
    clear: both;
}

.section.order-summary-body {
    float: left;
    margin-top: 10px;
    width: 100%;
}

.message-error .alert.alert-danger {
    margin-bottom: 5px !important;
}

.order-summary-content, .wishlist-content {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}

    .order-summary-content .message-error, .wishlist-content .message-error {
        margin: 5px 0 10px;
        color: red !important;
    }

    .wishlist-content .cart-header-row th, .order-summary-content .cart-header-row th {
        text-align: center;
        background: #f6f6f6;
    }

    .wishlist-content .cart-header-row .products-title, .order-summary-content .cart-header-row .products-title {
        text-align: left;
    }

    .wishlist-content .panel.panel-default table tr th, .order-summary-content .panel.panel-default table tr th {
        text-transform: uppercase;
        padding: 10px;
    }

    .wishlist-content .panel.panel-default table tr td, .wishlist-content .panel.panel-default table tr th, .order-summary-content .panel.panel-default.cart-item-table table tr th, .order-summary-content .panel.panel-default.cart-item-table table tr td, .total-info .panel.panel-default table tr td {
        border: none;
    }

    .wishlist-content .panel.panel-default table tbody tr, .order-summary-content .panel.panel-default.cart-item-table table tbody tr {
        border-top: 1px solid #ddd;
    }

    .wishlist-content .panel.panel-default > table, .order-summary-content .panel.panel-default.cart-item-table > table {
        border-bottom: 1px solid #ddd;
    }

    .order-summary-content .cart .cart-item-row td, .wishlist-content .cart .cart-item-row td {
        vertical-align: middle;
        text-align: center;
        padding: 8px;
    }

        .order-summary-content .cart .cart-item-row td.product, .wishlist-content .cart .cart-item-row td.product {
            text-align: left;
        }

            .order-summary-content .cart .cart-item-row td.product a, .wishlist-content .cart .cart-item-row td.product a {
                font-weight: 700;
                color: #a5676f;
            }

                .order-summary-content .cart .cart-item-row td.product a:hover, .wishlist-content .cart .cart-item-row td.product a:hover {
                    color: #a5676f;
                    text-decoration: none;
                }

    .order-summary-content .cart .cart-item-row .qty-input, .wishlist-content .cart .cart-item-row .qty-input {
        text-align: center;
        margin-bottom: 0;
    }

    .order-details-page .panel.panel-default table tbody tr .prices-alignment-right, .return-request-page .panel.panel-default table tbody tr .prices-alignment-right, .wishlist-content .cart .cart-item-row .unit-price, .wishlist-content .cart .cart-item-row .subtotal.nobr, .order-summary-content .cart .cart-item-row .unit-price, .order-summary-content .cart .cart-item-row .subtotal.nobr {
        color: #a5676f;
        font-weight: lighter;
    }

    .order-summary-content .product-picture, .order-summary-content .qty.nobr, .wishlist-page .qty.nobr, .wishlist-page .product-picture {
        width: 10%;
    }

    .wishlist-page .panel > .table-bordered > tbody > tr:last-child > td, .order-summary-content .panel > .table-bordered > tbody > tr:last-child > td {
        border-bottom: 1px solid #ddd;
    }

    .order-summary-content .update-continue-button {
        margin: 30px 0px;
        overflow: hidden;
    }

        .order-summary-content .update-continue-button .update-cart, .order-summary-content .update-continue-button .continue-shopping {
            float: left;
            margin-left: 20px;
        }

        .order-summary-content .update-continue-button .continue-shopping-button {
            background: url(../images/white-product-cart-icon.png) no-repeat 20px center #a5676f;
            padding-left: 50px;
            text-transform: uppercase;
        }

            .order-summary-content .update-continue-button .continue-shopping-button:hover {
                background: url(../images/white-product-cart-icon.png) no-repeat 20px center #a5676f;
            }

        .wishlist-page .buttons .common-buttons .update-wishlist-button, .order-summary-content .update-continue-button .update-cart-button {
            background: url(../images/shopping-cart-update-icon.png) no-repeat 20px 12px #a5676f;
            padding-left: 45px;
            text-transform: uppercase;
        }

            .wishlist-page .buttons .common-buttons .update-wishlist-button:hover, .order-summary-content .update-continue-button .update-cart-button:hover {
                background: url(../images/shopping-cart-update-icon.png) no-repeat 20px 12px #a5676f;
            }

    .order-summary-content .buttons.checkout-attribute {
        margin-bottom: 20px;
        float: left;
        width: 100%;
    }

    .cart-collaterals, .totals, .order-summary-content .buttons {
        clear: both;
    }

    .order-summary-content .coupon-box .message, .order-summary-content .giftcard-box .message {
        font-size: 10px;
        color: #a94442;
        background: #f2dede;
        margin: 10px 0px 0px;
        clear: both;
    }

    .order-summary-content .panel.panel-default.cart-item-table, .wishlist-page .panel.panel-default {
        border-radius: 0px;
        background-color: transparent;
        float: left;
        width: 100%;
        margin-bottom: 30px;
        border: none;
        box-shadow: none;
        margin-bottom: 0px;
    }

    .wishlist-page .totals .total-info .panel.panel-default, .order-summary-content .totals .total-info .panel.panel-default {
        margin-bottom: 0px;
    }

    .order-summary-content .panel > .table-bordered > tbody, .wishlist-page .panel > .table-bordered > tbody {
        background: #fff;
    }

.shopping-cart-page .coupon-box, .shopping-cart-page .giftcard-box, .shopping-cart-page .estimate-shipping {
    border: 1px solid #ededed;
    margin: 0 0 30px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 0px 3px #ddd;
    -webkit-box-shadow: 0px 0px 3px #ddd;
    -moz-box-shadow: 0px 0px 3px #ddd;
    font-style: normal;
}

.coupon-box .title, .giftcard-box .title, .estimate-shipping .title {
    padding: 15px 10px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    text-transform: uppercase;
}

.cart-footer .estimate-shipping .cart-box-wrapper, .cart-footer .cart-collaterals .deals .coupon-box .cart-box-wrapper, .cart-footer .cart-collaterals .deals .giftcard-box .cart-box-wrapper {
    padding: 15px 15px 20px 15px;
    float: left;
    width: 100%;
}

.cart-footer .cart-collaterals .deals .coupon-box .cart-box-wrapper, .cart-footer .cart-collaterals .deals .giftcard-box .cart-box-wrapper {
    text-align: center;
    color: #999;
}

.order-summary-content .coupon-box .discount-coupon-code, .order-summary-content .giftcard-box .gift-card-coupon-code {
    margin: 15px 0px 0px;
}

.cart-footer .estimate-shipping .cart-box-wrapper .estimate-shipping-button, .cart-footer .cart-collaterals .deals .coupon-box .cart-box-wrapper .apply-discount-coupon-code-button, .cart-footer .cart-collaterals .deals .giftcard-box .cart-box-wrapper .apply-gift-card-coupon-code-button {
    text-transform: uppercase;
}

.shopping-cart-page .estimate-shipping {
    padding-bottom: 0px;
}

    .shopping-cart-page .estimate-shipping .estimate-shipping-buttons {
        text-align: center;
    }

.estimate-shipping .hint {
    margin-bottom: 20px;
    text-align: center;
    color: #999;
}

.estimate-shipping .country-input, .estimate-shipping .state-input, .estimate-shipping .zip-input {
    width: 100%;
}

.shipping-options .form-horizontal label {
    text-align: left;
    padding-bottom: 18px;
    color: #666;
    font-weight: normal;
    padding-top: 0px;
}

.shipping-results {
    background: #fff;
    box-shadow: 0 0 3px #DDDDDD;
    -moz-box-shadow: 0 0 3px #DDDDDD;
    -webkit-box-shadow: 0 0 3px #DDDDDD;
    padding: 10px;
    margin: 0px 15px 20px;
    clear: both;
    border: 1px solid #ededed;
}

.estimate-shipping .shipping-results li.shipping-option-item {
    list-style: none;
    text-align: left;
    vertical-align: text-top;
    padding: 5px 0 0 5px;
}

.estimate-shipping .shipping-results .shipping-option-item .option-name {
    display: block;
    font-weight: 700;
    color: #555;
}

.estimate-shipping .shipping-results .shipping-option-item .option-description {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    color: #777;
}

.message.bg-danger {
    padding: 4px;
}

.order-summary-content .total-info .selected-shipping-method {
    font-weight: normal;
    font-size: 11px;
}

.order-summary-content .cart-footer .cart-total-left {
    font-weight: normal;
    height: 20px;
    text-align: left;
    vertical-align: middle;
    width: 100%;
    color: #555;
}

.cart-total-left-below {
    width: 100%;
    text-align: right;
    vertical-align: top;
    height: 30px;
}

.order-summary-content .remove-gift-card-button, .order-summary-content .remove-discount-button {
    background: url(../images/remove-icon.png) no-repeat;
    border: 0;
    width: 20px;
    height: 15px;
}

    .order-summary-content .remove-gift-card-button:hover, .order-summary-content .remove-discount-button:hover {
        cursor: pointer;
    }

.order-summary-content .selected-checkout-attributes {
    margin: 0;
    padding: 10px 5px 10px 0;
    width: 100%;
    text-align: right;
    vertical-align: middle;
}

.order-summary-content .checkout-attributes {
    border: 1px solid #ddd;
    clear: both;
    padding: 10px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    background: #fff;
}

    .order-summary-content .checkout-attributes dl {
        margin: 0;
        float: left;
        width: 100%;
    }

        .order-summary-content .checkout-attributes dl dt {
            float: left;
            padding-top: 5px;
            margin-right: 5px;
        }

        .order-summary-content .checkout-attributes dl dd {
            float: left;
            width: auto;
        }

    .order-summary-content .checkout-attributes .text-prompt {
        font-weight: bold;
    }

    .order-summary-content .checkout-attributes ul.option-list {
        padding: 0px;
        margin: 0px;
    }

        .order-summary-content .checkout-attributes ul.option-list li {
            list-style: none;
        }

.order-summary-content .product, .wishlist-page .product {
    width: 50%;
}

.order-summary-content .estimate-shipping .shipping-options .form-group {
    margin: 0 0 20px;
}

.remaining-price {
    font-weight: normal;
    font-size: 12px;
}

.totals .modal-dialog {
    margin: 125px auto;
}

.order-summary-content .terms-of-service > input {
    float: left;
    margin-right: 10px;
}

.order-summary-content .terms-of-service > p {
    float: left;
    width: 90%;
    color: #666;
}

.order-summary-content .coupon-box .current-code .bg-success {
    clear: both;
    margin: 10px 0px 0px;
    color: #3c763d;
    font-size: 10px;
    display: inline-block;
    float: left;
    width: 100%;
}

.current-code .bg-success input {
    background: url(../images/remove-icon.png) no-repeat center center;
    border: none;
}

.order-summary-content .checkout-attributes ul.color-squares li, .order-summary-content .checkout-attributes ul.image-squares li {
    display: inline;
}

.order-summary-content .checkout-attributes ul.color-squares .color-container, .order-summary-content .checkout-attributes ul.image-squares .image-container {
    position: relative;
    display: inline-block;
    border: solid 1px #999;
    padding: 1px;
    margin-bottom: 5px;
}

.order-summary-content .checkout-attributes ul.color-squares .selected-value .color-container, .order-summary-content .checkout-attributes ul.image-squares .selected-value .image-container {
    border-color: #075899;
    border-width: 2px;
    padding: 0;
}

.order-summary-content .checkout-attributes ul.color-squares .color, .order-summary-content .checkout-attributes ul.image-squares .image {
    display: inline-block;
    width: 18px;
    height: 18px;
}

.order-summary-content .checkout-attributes ul.color-squares label, .order-summary-content .checkout-attributes ul.image-squares label {
    cursor: pointer;
    position: relative;
}

.order-summary-content .checkout-attributes ul.color-squares input, .order-summary-content .checkout-attributes ul.image-squares input {
    height: 0;
    overflow: hidden;
    z-index: -10000;
    position: absolute;
    float: none;
}

.ui-dialog {
    z-index: 9999999 !important;
}

.order-summary-content .min-amount-warning {
    margin: 0;
    padding: 10px 0 10px 10px;
}

.order-summary-content .terms-of-service {
    margin: 0;
    padding: 0px 0 10px 0px;
    float: left;
    width: 100%;
    font-style: normal;
}

    .order-summary-content .terms-of-service .read {
        text-decoration: underline;
        color: #a5676f;
    }

        .order-summary-content .terms-of-service .read:hover {
            cursor: pointer;
        }

.order-summary-content .addon-buttons {
    clear: both;
    float: right;
    margin: 0;
    padding: 10px 0 10px 10px;
    text-align: right;
}

.order-summary-content .checkout-buttons {
    font-style: normal;
    clear: both;
}

    .order-summary-content .checkout-buttons .checkout-button.checkout-new {
        text-transform: uppercase;
        font-size: 16px;
        width: 100%;
    }

        .order-summary-content .checkout-buttons .checkout-button.checkout-new i {
            margin-right: 5px;
            font-size: 18px;
        }

.shipment-details-page .order-info-wrap .info-content, .shipment-details-page .order-info-wrap .info-content, .order-details-page .payment-infomation, .order-details-page .shipping-information, .order-details-page .billing-info-wrap .info-content, .order-details-page .order-info-wrap .info-content, .order-details-page .total-info .panel.panel-default, .order-summary-content .cart-footer .total-info .panel.panel-default {
    padding: 12px;
    box-shadow: 0px 0px 10px #ddd;
    -webkit-box-shadow: 0px 0px 10px #ddd;
    -moz-box-shadow: 0px 0px 10px #ddd;
    border-color: #ededed;
    font-size: 15px;
}

    .order-details-page .total-info .panel.panel-default table tr:last-child td, .order-summary-content .total-info .panel.panel-default table tr:last-child td {
        border-bottom: none;
    }

    .order-details-page .total-info .panel.panel-default table tr .grand-total-title, .order-details-page .total-info .panel.panel-default table tr .grand-total-prices, .order-summary-content .total-info .panel.panel-default table tr .grand-total-prices, .order-summary-content .total-info .panel.panel-default table tr .grand-total-title {
        border-top: 1px solid #ddd;
        font-weight: 700;
        color: #000;
    }

    .order-details-page .total-info .panel.panel-default table tr .grand-total-prices, .order-summary-content .total-info .panel.panel-default table tr .grand-total-prices {
        color: #a5676f;
    }

.order-summary-content .cart-footer #terms-of-service-warning-box {
    z-index: 99999;
}

.qty-input.form-control {
    margin: 0 auto;
    width: 60%;
}

#cart-page .modal-backdrop {
    z-index: 9999;
}

.wishlist-page .update-email-button {
    float: left;
}

.wishlist-page .wishlist-add-to-cart {
    float: right;
}

.wishlist-page .update-email-button .update-wishlist, .wishlist-page .update-email-button .email-a-friend-btn {
    float: left;
    margin-right: 20px;
}

.wishlist-page .share-info {
    float: left;
}

    .wishlist-page .share-info .share-label {
        font-weight: 700;
    }

.wishlist-page .buttons .common-buttons {
    overflow: hidden;
    margin: 30px 0px;
}

    .wishlist-page .buttons .common-buttons .btn.btn-primary, .wishlist-page .buttons .common-buttons .btn.btn-default {
        text-transform: uppercase;
    }

.wishlist-page .share-info a.share-link {
    color: #a5676f;
    text-decoration: none;
}

    .wishlist-page .share-info a.share-link:hover {
        color: #a5676f;
    }

.wishlist-page .buttons .common-buttons .email-a-friend-wishlist-button {
    background: url(../images/wishlist-email-icon.png) no-repeat 20px 11px #a5676f;
    padding-left: 48px;
    text-transform: uppercase;
}

    .wishlist-page .buttons .common-buttons .email-a-friend-wishlist-button:hover {
        background: url(../images/wishlist-email-icon.png) no-repeat 20px 11px #a5676f;
    }

.wishlist-page .buttons .common-buttons .wishlist-add-to-cart-button {
    background: url(../images/white-product-cart-icon.png) no-repeat 12px #a5676f;
    text-transform: uppercase;
    padding-left: 40px;
}

    .wishlist-page .buttons .common-buttons .wishlist-add-to-cart-button:hover {
        background: url(../images/white-product-cart-icon.png) no-repeat 12px #a5676f;
    }

.terms-of-service label {
    font-weight: normal;
}

/* ONE PAGE CHECKOUT STYLE */
.checkout-data .opc {
    padding: 0;
    overflow: hidden;
}

.opc {
    margin: 0 0 10px 0;
}

    .opc li {
        list-style: none;
    }

        .opc li.tab-section {
            float: left;
            width: 100%;
            background: #fff;
        }

    .opc .step-title:after {
        display: block;
        content: ".";
        clear: both;
        font-size: 0;
        line-height: 0;
        height: 0;
        overflow: hidden;
    }

    .opc .ul {
        list-style: disc outside;
        padding-left: 18px;
    }

    .opc .allow .step-title {
        cursor: pointer;
    }

    .opc .step-title {
        text-align: right;
        background: #F1E4E0;
    }

    .opc .active .step-title {
        text-align: right;
        background: none;
    }

    .opc .step-title .number {
        float: left;
        background-color: #a5676f;
        margin: 0 15px 0 0;
        font-size: 16px;
        line-height: 43px;
        color: #fff;
        font-weight: bold;
        width: 43px;
        height: 43px;
        text-align: center;
    }

    .opc .active .step-title .number {
        background-color: #a5676f;
        font-weight: 700;
    }

    .opc .step-title h2 {
        float: left;
        margin: 0;
        font-size: 14px;
        text-transform: uppercase;
        line-height: 18px;
        font-weight: 700;
        color: #a5676f;
        padding: 12px 0px;
    }

    .opc .tab-section {
        margin-bottom: 10px;
    }

    .opc .active .step-title h2 {
        font-weight: 700;
        font-size: 14px;
        color: #3B3C3E;
        font-size: 18px;
        font-weight: bold;
        font-family: Montserrat;
    }

    .opc .step {
        padding: 20px 15px;
        float: left;
        width: 100%;
    }

.select-billing-address label, .select-shipping-address label {
    margin-bottom: 15px;
    color: #000;
}

.opc .order-summary-content .cart-footer {
    background: none !important;
}

.opc .section.payment-info label {
    display: inline;
}

.new-billing-address, .new-shipping-address {
    padding: 0;
}

#checkout-confirm-order-load .billing-info .payment-method, #checkout-confirm-order-load .shipping-info .shipping-method {
    padding: 0;
}

#checkout-shipping-method-load .shipping-method,
#checkout-payment-method-load .payment-method,
#checkout-payment-info-load .payment-info,
#checkout-order-completed-load .order-completed {
    border: none;
    padding: 0;
    margin-bottom: 0;
}

#checkout-step-billing form, #checkout-step-shipping form, #checkout-step-shipping-method form, #checkout-step-payment-method form, #checkout-step-payment-info form {
    margin-bottom: 0;
}

.section.order-completed .title {
    margin: 0;
}

.page.checkout-page {
    margin-top: 80px;
}

.checkout-page #billing-buttons-container, .next-btn-wrapper {
    float: left;
    width: 100%;
}

.checkout-page .section.payment-info table {
    background-color: transparent;
}

.checkout-data .shipping-method .method-name .radio, .checkout-data .payment-method .method-name .radio {
    float: left;
    color: #000;
}

.checkout-data .shipping-method .method-name .method-description, .checkout-data .shipping-method ul li, .checkout-data .shipping-method ul, .checkout-data .payment-method ul, .checkout-data .payment-method ul li {
    float: left;
    width: 100%;
}

.checkout-data .payment-method .method-name {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

    .checkout-data .payment-method .method-name .payment-logo {
        display: none;
    }

        .checkout-data .payment-method .method-name .payment-logo > label {
            float: left;
            margin-right: 10px;
        }

    .checkout-data .payment-method .method-name .payment-details {
        float: left;
        margin-top: 5px;
    }

        .checkout-data .payment-method .method-name .payment-details label {
            color: #000;
        }

.payment-method .label, .shipping-method .label, .payment-method-status .label, .shipping-status .label {
    color: #666;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
}

#checkout-steps .buttons {
    clear: both;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

#checkout-steps li {
    background: #F1E4E0;
    padding: 20px;
}

    #checkout-steps li.active {
        background: rgb(241, 228, 224,0.5);
        padding: 20px;
    }

.checkout-data .ship-to-same-address {
    display: none;
}


.checkout-data #checkout-steps .btn.btn-primary {
    /*background: url(../images/checkout-continue-arrow.png) no-repeat #a5676f right center;*/
    text-transform: uppercase;
    /*padding-right: 35px;*/
    background: none;
    border: 1px solid #A5676F;
    color: #43070F;
    font-size: 18px;
    font-weight: 400;
    font-family: Montserrat;
    border-radius: 6px;
}

    .checkout-data #checkout-steps .btn.btn-primary:hover {
        /*background: url(../images/checkout-continue-arrow.png) no-repeat #a5676f right center;*/
    }

.checkout-data #confirm-order-buttons-container .btn.btn-primary {
    background: none;
    /*url(../images/checkout-order-confrim.png) no-repeat #a5676f 90px center;*/
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px 15px;
    width: 350px;
}

    .checkout-data #confirm-order-buttons-container .btn.btn-primary:hover {
        /*background: url(../images/checkout-order-confrim.png) no-repeat #a5676f 90px center;*/
        background: none;
    }

#confirm-order-buttons-container .back-link {
    display: none;
}

.next-btn-wrapper .btn.btn-primary {
    background: url(../images/checkout-continue-arrow.png) no-repeat #a5676f right center;
    float: left;
    margin-top: 20px;
    padding-right: 35px;
}

    .next-btn-wrapper .btn.btn-primary:hover {
        background: url(../images/checkout-continue-arrow.png) no-repeat #a5676f right center;
    }

.checkout-data .enter-address .edit-address .form-group {
    margin-bottom: 30px;
}

.checkout-page .back-link {
    float: left;
    margin-bottom: 0px;
}

.opc .buttons .back-link small {
    display: none;
}

.back-link .btn.btn-default {
    background: url(../images/checkout-back-arrow.png) no-repeat #a5676f 15px center;
    text-transform: uppercase;
    padding-left: 35px;
}

    .back-link .btn.btn-default:hover {
        background: url(../images/checkout-back-arrow.png) no-repeat #a5676f 15px center;
    }

.opc .buttons.disabled button {
    display: none;
}

.opc .buttons .please-wait {
    height: 21px;
    line-height: 21px;
    float: right;
    clear: both;
}

.checkout-page .order-summary-content .order-review-data .title {
    margin-bottom: 10px;
    color: #000;
    font-size: 15px;
}


.order-review-data {
    font-size: 14px;
    font-family: Montserrat;
    font-weight: 100;
    color: #a5676f;
}

    .order-review-data .title strong {
        font-size: 14px;
        font-family: Montserrat;
        font-weight: 100;
        color: #a5676f;
    }

.checkout-page .order-summary-content .order-review-data li {
    font-size: 13px;
    color: #666;
    margin-bottom: 5px;
}

.checkout-page .order-review-data .billing-info, .checkout-page .order-review-data .shipping-info {
    margin-bottom: 40px;
}

.section.payment-info .message-error .validation-summary-errors ul {
    margin-bottom: 15px;
}

.payment-title, .shipping-title {
    margin-top: 25px;
}

.checkout-data .shipping-method .method-name .method-description {
    padding-right: 10px;
    color: #666;
    margin-top: 5px;
}

.method-list {
    padding: 0;
}

.payment-info .info table tbody tr td {
    float: left;
    width: 100%;
}

.payment-info .info td label {
    float: left;
    /*padding-bottom: 10px;
    width: 130px;*/
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    font-family: Montserrat;
    margin-left: 5px;
}

.payment-info .dropdownlists, .payment-info .info input, .payment-info .info select, .payment-info .valid {
    margin-left: 6px;
    margin-bottom: 10px;
}

.payment-info .info #ExpireMonth, .payment-info .info #ExpireYear {
    width: 72px !important;
    display: inline-block !important;
    padding: 6px;
}

.payment-info .info #Ecom_Payment_Card_ExpDate_Month, .payment-info .info #Ecom_Payment_Card_ExpDate_Year {
    width: 72px !important;
    display: inline-block !important;
    padding: 6px;
}

.checkout-page .order-summary-content .cart-footer .total-info {
    margin-bottom: 35px;
}

.checkout-page .order-completed-continue-button, .checkout-page .btn.btn-primary {
    text-transform: uppercase;
}

#checkout-step-confirm-order .order-summary-content .panel.panel-default.cart-item-table {
    margin-top: 20px;
}

/* MULTIPLE CHEKOUT PAGE STYLE */
.checkout-page .address-grid {
    margin-bottom: 20px;
}

.checkout-data .address-grid .address-item .select-button {
    margin-bottom: 20px;
    text-align: center;
}

.checkout-data .section .address-box {
    list-style: none;
    padding: 15px 15px 15px 15px;
    margin: 0;
    box-shadow: 0px 0px 10px #ddd;
    -webkit-box-shadow: 0px 0px 10px #ddd;
    -moz-box-shadow: 0px 0px 10px #ddd;
    text-align: center;
    margin-bottom: 30px;
    min-height: 260px;
}

    .checkout-data .section .address-box li {
        color: #777;
        margin-bottom: 5px;
    }

    .checkout-data .section .address-box .name {
        color: #000;
        font-size: 16px;
    }

.checkout-data .shipping-method ul, .checkout-data .payment-method ul {
    list-style: none;
    margin: 0;
}

.checkout-data .new-billing-address, .checkout-data .new-shipping-address {
    margin-bottom: 20px;
    overflow: hidden;
}

#billing-address-select, #shipping-address-select {
    margin-bottom: 30px;
    width: 50%;
}

.checkout-page .primary-buttons {
    padding: 10px 0px;
}

    .checkout-page .primary-buttons label, .checkout-page .primary-buttons .control-group {
        margin-bottom: 0;
    }

.checkout-data .enter-address {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.order-summary-content .cart-footer .cart-total-right {
    padding-left: 5px;
    text-align: right;
    vertical-align: middle;
    color: #555;
}

.checkout-data .shipping-method, .checkout-data .payment-method, .checkout-data .payment-info, .checkout-data .order-completed {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.checkout-page .shipping-method ul li, .order-summary-content .cart-footer .total-info {
    margin-bottom: 20px;
    float: left;
    width: 100%;
    font-style: normal;
}

.section.order-completed a {
    color: #a5676f;
}

    .section.order-completed a:hover {
        color: #a5676f;
    }

.order-summary-content .cart-footer .total-info .selected-shipping-method {
    font-size: 11px;
    font-weight: normal;
}

.checkout-page .checkout-data .order-completed ul {
    list-style: none;
    margin: 0;
    padding: 10px 0 10px 0;
}

.checkout-data .order-review-data .billing-info .payment-method,
.checkout-data .order-review-data .shipping-info .shipping-method {
    border: none;
}

.checkout-page .checkout-data .shipping-info .shipping-method, .checkout-page .checkout-data .billing-info .payment-method {
    padding: 0;
}

.checkout-page .section.payment-info label {
    display: inline;
}

.method-description {
    margin-left: 15px;
}

.section.shipping-method .radio {
    margin: 0;
}

.section.payment-method .use-reward-points {
    padding-left: 0;
}

.enter-address .form-group label {
    text-align: left;
    font-weight: normal;
}

.next-btn {
    margin-top: 10px;
}

.order-summary-content .country, .checkout-data .new-billing-address .title, .checkout-data .new-shipping-address .title {
    margin-bottom: 10px;
    overflow: hidden;
}

.payment-info #cv2, .payment-info #Ecom_Payment_Card_ExpDate_Month, .payment-info #Ecom_Payment_Card_ExpDate_Year, .payment-info #selecttype, .payment-info #ExpireMonth, .payment-info #ExpireYear, .payment-info #PurchaseOrderNumber, .payment-info #CreditCardType, .payment-info #CardholderName, .payment-info #CardNumber, .payment-info #CardCode, #opc-payment_info #CreditCardType, #opc-payment_info #CardholderName, #opc-payment_info #CardNumber, #opc-payment_info #CardCode {
    background: none;
    background-image: none;
    border: 1px solid rgb(0, 0, 0,0.5);
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    width: 100%;
}

.order-progress {
    margin-bottom: 30px;
}

    .order-progress .nav.nav-pills {
        text-align: center;
    }

        .order-progress .nav.nav-pills li {
            display: inline-block;
            float: none;
            margin-right: 5px;
        }

            .order-progress .nav.nav-pills li.active-step .progress-icon {
                background: #bf2044;
            }

            .order-progress .nav.nav-pills li.active-step a {
                background: #a5676f;
            }

    .order-progress .nav > li > a {
        color: #fff;
        padding: 0px;
        background: #F3F3F1;
        padding-right: 20px;
        display: inline-block;
        border-radius: 3px;
    }

        .order-progress .nav > li > a > .progress-icon {
            display: inline-block;
            font-size: 20px;
            line-height: 20px;
            margin-right: 15px;
            padding: 15px;
            background: #000;
            border-bottom-left-radius: 3px;
            border-top-left-radius: 3px;
        }

        .order-progress .nav > li > a:hover, .order-progress .nav > li > a:focus {
            border: medium none;
        }

    .order-progress .nav > li > a, .order-progress .nav > li > a {
        background-image: none;
        border: medium none;
    }

.checkout-page .checkout-data .enter-address {
    margin-bottom: 0px;
}

.order-completed-page .section.order-completed, .order-completed-page .panel-heading h1 {
    text-align: center;
}

/* CHECKOUT PAGE READ LINK POPUP */
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable {
    font-family: 'Montserrat';
    border: none !important;
}

.ui-corner-all {
    border-radius: 0px !important;
}

.ui-dialog {
    padding: 0 !important;
}

.ui-widget-header {
    background: #A5676F !important;
    color: #fff !important;
    border: none !important;
}


.ui-dialog .ui-dialog-titlebar-close {
    background: url("../images/ico-close-notification-bar.png") repeat-x scroll 50% 50% !important;
    border: none !important;
}

.ui-dialog .ui-dialog-title {
    font-weight: 500;
}

.ui-dialog .ui-dialog-content {
    border: 1px solid #aaa !important;
}

/* CUSTOMER ACCOUNT PAGE STYLE */
.customer-info-page fieldset h3 {
    text-align: left;
    margin-bottom: 20px;
    font-size: 15px;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-top: 0px;
}

.account-page .result {
    font-size: 10px;
    font-weight: 700;
    color: #3c763d;
}

.username-available-status {
    color: green;
    padding-left: 5px;
}

.username-not-available-status {
    color: red;
    padding-left: 5px;
    float: left;
    clear: both;
    width: 100%;
}

.account-page .form-group label {
    text-align: left;
}

.small-heading > strong {
    float: left;
    font-size: 16px;
    margin-bottom: 20px;
    width: 100%;
}

.address-list-page .add-button {
    text-align: center;
    margin-top: 20px;
}

.form-group .save-btn-mt {
    padding-left: 10px;
}

.a-center.quantity {
    width: 10%;
}

.product.new-product-iteam {
    width: 100%;
}

.a-center.product.new-product-iteam, .a-left.product.new-product-iteam, .a-left.info.new-product-iteam, .a-center.info.new-product-iteam {
    vertical-align: middle;
}

.downloadable-products-page table tr td {
    text-align: center;
}

.customer-info-page .category-iteam, .return-request-page .form-group label {
    text-align: left;
}

.check-availability .field-validation-error {
    margin-bottom: 5px;
    width: 120px;
}

.customer-info-page .radio-inline, .customer-info-page .checkbox-inline {
    padding-left: 0px;
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    padding-top: 7px;
}

.customer-info-page .form-horizontal .radio-inline {
    padding-top: 0px;
}

.account-page .section:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.address-list .address-item {
    margin-bottom: 30px;
    border: 1px solid #ededed;
    box-shadow: 0px 0px 10px #ddd;
    -webkit-box-shadow: 0px 0px 10px #ddd;
    -moz-box-shadow: 0px 0px 10px #ddd;
    padding: 10px;
    min-height: 350px;
    position: relative;
}

    .address-list .address-item .title {
        text-align: center;
        float: left;
        width: 100%;
    }

        .return-request-list-page .request-item .title strong, .address-list .address-item .title strong, .order-list-page .order-item .title strong {
            font-size: 16px;
            margin-bottom: 15px;
            text-transform: capitalize;
            display: inline-block;
            margin-top: 5px;
        }

    .address-list .address-item ul li {
        color: #666;
        clear: both;
        margin-bottom: 5px;
    }

    .address-list .address-item label {
        display: inline;
    }

    .address-list .address-item .phone label {
        color: #646464;
    }

    .address-list .address-item address {
        margin-bottom: 0;
        float: left;
    }

    .address-list .address-item .buttons {
        text-align: center;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 15px;
    }

.section.address-item .edit-address-button {
    background: url(../images/edit-icon.png) no-repeat 15px 14px #a5676f;
    text-transform: uppercase;
    padding-left: 35px;
    margin-right: 5px;
}

    .section.address-item .edit-address-button:hover {
        background: url(../images/edit-icon.png) no-repeat 15px 14px #a5676f;
    }

.section.address-item .delete-address-button {
    background: url(../images/delete-icon.png) no-repeat 15px 13px #a5676f;
    text-transform: uppercase;
    padding-left: 35px;
}

    .section.address-item .delete-address-button:hover {
        background: url(../images/delete-icon.png) no-repeat 15px 13px #a5676f;
    }

.address-list-page .add-address-button {
    background: url(../images/add-new-address-icon.png) no-repeat 15px 10px #a5676f;
    text-transform: uppercase;
    padding-left: 40px;
}

    .address-list-page .add-address-button:hover {
        background: url(../images/add-new-address-icon.png) no-repeat 15px 10px #a5676f;
    }

.order-list-page .order-item {
    margin-bottom: 30px;
    border: 1px solid #ededed;
    box-shadow: 0px 0px 10px #ddd;
    -webkit-box-shadow: 0px 0px 10px #ddd;
    -moz-box-shadow: 0px 0px 10px #ddd;
    position: relative;
}

    .return-request-list-page .request-item .title, .order-list-page .order-item .title {
        text-align: center;
        margin-bottom: 15px;
        padding-top: 10px;
        border-bottom: 1px solid #ddd;
    }

.order-list-page .order-item-detail {
    padding: 0px 10px 15px;
    overflow: hidden;
}

    .return-request-list-page .section ul li, .order-list-page .order-item-detail ul li {
        color: #666;
        margin-bottom: 5px;
    }

    .order-list-page .order-item-detail .buttons {
        text-align: center;
        margin-top: 15px;
        float: left;
        width: 100%;
        overflow: hidden;
    }

.avatar-page .buttons {
    margin: 10px 0 10px 0;
}

.back-in-stock-subscription-list-page .description, .forum-subscriptions-page .description {
    margin-bottom: 20px;
}

.reward-points-page .reward-points-overview, .avatar-page .image {
    margin-bottom: 10px;
}

    .reward-points-page .reward-points-overview .min-balance, .account-page .recurring-payments .title {
        margin-top: 10px;
    }

.reward-points-page .reward-points-history .title {
    margin-bottom: 5px;
}

.return-request-page .a-center.quantity, .return-request-page .a-center.price, .shipment-details-page .a-center.quantity, .order-details-page .a-center.quantity, .reward-points-page .data-table td, .reward-points-page .data-table th {
    text-align: center;
}

.use-reward-points {
    padding-left: 40px;
}

.category-iteam {
    width: 100%;
}

.address-edit-page .category-iteam {
    text-align: left;
}

.change-password-page #OldPassword, .change-password-page #NewPassword, .change-password-page #ConfirmNewPassword {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #a5676f;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -moz-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -o-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    margin-left: 0px;
    position: inherit;
}

.address-edit-page .control-label {
    padding-top: 0px;
}

.forum-top i, .forum-top a, .forums-table-section .topic-name a, .shipment-details-page a, .downloadable-products-page .a-center.product a, .downloadable-products-page .a-center.order a:hover, .address-list-page ul .email a, .order-details-page .a-left.name a, .return-request-page .a-left.name a, .back-in-stock-subscription-list-page .a-left.product a, .return-request-list-page ul li a, .forums-main-page a:hover, .forum-search-box .advanced a:hover, .forum-page-edit .topic-header a:hover, .forum-page-edit .topic-header i:hover, .forum-page-edit .manage a:hover, .forum-page-edit .post-content .pull-right a:hover, .forum-page-edit .topic-footer a:hover, .forum-page-edit .send-pm-box a, .private-messages-page .panel-body ul li a, .private-messages-page .data-table a:hover, .forum-search-page a:hover, .forum-subscriptions-page .data-table a:hover, .forum-page-edit .post-info .manage i:hover, .blog-page .blog-details a:hover, .blog-page .blog-details ul li a:hover, .news-list-pag .news-head a:hover, .blogpost-page .tags ul li a:hover, .blogpost-page .post-body p a, .sitemap-page .entity-body ul li a:hover, .news-item-page .news-body p a, .forum-group-page .forums-table-section-title a:hover, .forum-group-page .forums-table-section-body tr td a:hover {
    text-decoration: none;
    color: #a5676f;
}

    .forum-top i:hover, .forum-top a:hover, .forums-table-section .topic-name a:hover, .shipment-details-page a:hover, .downloadable-products-page .a-center.product a:hover, .downloadable-products-page .a-center.order a, .address-list-page ul .email a:hover, .order-details-page .a-left.name a:hover, .return-request-page .a-left.name a:hover, .back-in-stock-subscription-list-page .a-left.product a:hover, .return-request-list-page ul li a:hover, .forum-subscriptions-page .a-left.info a, .forums-main-page a, .forum-page-edit .topic-header a, .forum-search-box .advanced a, .forum-page-edit .topic-header a, .forum-page-edit .manage a, .forum-page-edit .post-content .pull-right a, .forum-page-edit .topic-footer a, .forum-page-edit .send-pm-box a:hover, .private-messages-page .panel-body ul li a:hover, .private-messages-page .data-table a, .forum-search-page a, .forum-subscriptions-page .data-table, .blog-page .post-head a, .blog-page .blog-details a, .blog-page .blog-details ul li a, .news-list-pag .news-head a, .blogpost-page .tags ul li a, .blogpost-page .post-body p a:hover, .sitemap-page .entity-body ul li a, .news-item-page .news-body p a:hover, .forum-group-page .forums-table-section-title a, .forum-group-page .forums-table-section-body tr td a {
        color: #a5676f;
    }

.forum-page-edit .forum-topic-page .manage a:hover, .forum-page-edit .forum-topic-page .title i:hover {
    color: #000;
}

.customer-info-page .panel.panel-default.extrnal-table, .customer-info-page .form-fields.add-more-external-records {
    margin: 20px 0px 40px;
}

    .forums-table-section-title .link-rss, .customer-info-page .form-fields.add-more-external-records a, .customer-info-page .extrnal-table a {
        color: #a5676f;
    }

        .customer-info-page .form-fields.add-more-external-records a:hover, .customer-info-page .extrnal-table a:hover {
            color: #a5676f;
        }

.prices-alignment-right {
    text-align: right !important;
}

.form-title-rquired {
    float: left;
}

.contact-page .btn.btn-primary, .vendor-page .contact-vendor .btn.btn-primary, .vendor-contact-page .btn.btn-primary, .compare-products-page .btn.btn-default, .compare-products-page .btn.btn-primary, .apply-vendor-page .btn.btn-primary, .blogpost-page .blog-post-add-comment-button, .news-item-page .btn.btn-primary, .private-message-view-page .btn.btn-default, .private-messages-page .btn.btn-primary, .private-messages-page .btn.btn-default, .private-message-send-page .btn.btn-default, .private-message-send-page .btn.btn-primary, .move-topic-page .btn.btn-default, .move-topic-page .btn.btn-primary, .forum-edit-page .btn.btn-primary, .forum-edit-page .btn.btn-default, .order-details-page .btn.btn-default, .order-details-page .btn.btn-primary, .return-request-page .btn.btn-primary, .account-page .btn.btn-primary, .account-page .btn.btn-default {
    text-transform: uppercase;
}

/* ORDER DETAIL PAGE STYLE */
.order-details-page .links .controls {
    margin-right: 10px;
    display: inline-block;
}

    .order-details-page .links .controls i {
        margin-right: 5px;
    }

.order-details-page .cart-total-left {
    height: 21px;
    text-align: left;
    vertical-align: middle;
}

    .order-details-page .cart-total-left strong {
        font-weight: normal;
    }

    .order-details-page .cart-total-left.grand-total-title strong {
        font-weight: 700;
    }

.order-details-page .cart-total-right {
    padding-left: 5px;
    text-align: left;
    vertical-align: middle;
}

.order-details-page .links {
    text-align: center;
    margin: 15px 0px 25px;
}

.actions {
    margin-top: 10px;
}

.order-details-page .billing-info, .order-details-page .shipping-info {
    list-style: none;
}

    .order-info-wrap .title, .billing-info-wrap .title, .shipment-details-page .shipment-overview li, .order-details-page .shipping-information li, .order-details-page .payment-infomation li, .order-details-page .billing-info li, .order-details-page .shipping-info li {
        margin-bottom: 5px;
        color: #666;
        font-size: 13px;
    }

.shipment-details-page .section .title, .order-details-page .products .title, .order-details-page .shipments .title {
    margin-bottom: 20px;
}

.checkout-attributes.shipping-text, .order-details-page .order-number h4 {
    font-weight: bold;
}

.shipment-details-page .shipment-overview, .order-details-page .order-overview, .order-details-page .order-details-area {
    margin-bottom: 20px;
}

.order-details-page .section table th, .order-details-page .data-table th {
    text-align: center;
}

.order-info-wrap .title, .billing-info-wrap .title, .shipment-details-page .shipment-overview li.title, .order-details-page li.title {
    color: #000;
    font-size: 15px;
}

.shipment-details-page .title > strong, .order-details-page .title > strong, .checkout-attributes.shipping-text {
    font-size: 16px;
}

.order-details-page .total-info {
    margin-top: 20px;
}

.shipment-details-page .panel-heading h1, .return-request-page .panel-heading h1, .order-details-page .panel-heading h1, .order-overview {
    text-align: center;
}

.order-details-page .tax-shipping-info {
    margin-top: 10px;
}

.checkout-attributes.shipping-text, .section.products .actions {
    float: right;
    width: 100%;
    text-align: right;
    margin-top: 20px;
}

.order-details-page .section.shipments a {
    color: #a5676f;
}

.order-details-page .section.shipments .a-left {
    text-align: center !important;
}

.order-details-page .section.shipments a {
    color: #a5676f;
    text-align: center;
}

    .order-details-page .section.shipments a:hover {
        color: #a5676f;
    }

.order-details-page .section.shipments .a-center.details {
    text-align: center;
}

.shipment-details-page .panel.panel-default, .reward-points-page .panel.panel-default, .sitemap-page .entity, .compare-products-page .panel.panel-default, .news-list-page .item, .private-message-view-page .view-message, .private-messages-page .panel.panel-default, .forum-topic-page .topic-posts, .forum-topic-content-top, .forum-subscriptions-page .panel.panel-default, .forum-page .forum-top, .forums-table-section, .reward-points-page.panel.panel-default, .back-in-stock-subscription-list-page .panel.panel-default, .downloadable-products-page .panel.panel-default, .return-request-page .section .panel.panel-default, .shipment-details-page .section .panel.panel-default, .order-details-page .section .panel.panel-default {
    box-shadow: 0px 0px 10px #ddd;
    -webkit-box-shadow: 0px 0px 10px #ddd;
    -moz-box-shadow: 0px 0px 10px #ddd;
    border-color: #ededed;
    font-size: 14px;
}

    .reward-points-page .panel.panel-default table, .reward-points-page .panel.panel-default table thead tr th, .reward-points-page .panel.panel-default table tbody tr td, .compare-products-page .panel.panel-default table, .compare-products-page .panel.panel-default tbody tr td, .private-messages-page .panel.panel-default table tbody tr td, .private-messages-page .panel.panel-default table thead tr th, .private-messages-page .panel.panel-default table, .forum-subscriptions-page .subscription-list table thead tr th, .forum-subscriptions-page .subscription-list table tbody tr td, .forum-subscriptions-page .subscription-list table, .forums-table-section table thead tr th, .forums-table-section table tbody tr td, .forums-table-section table, .reward-points-page.panel.panel-default table thead tr th, .reward-points-page.panel.panel-default table tbody tr td, .reward-points-page.panel.panel-default table, .back-in-stock-subscription-list-page .panel.panel-default table thead tr th, .back-in-stock-subscription-list-page .panel.panel-default table tbody tr td, .back-in-stock-subscription-list-page .panel.panel-default table, .shipment-details-page .section .panel.panel-default table, .shipment-details-page .section .panel.panel-default table tbody tr td, .shipment-details-page .section .panel.panel-default table thead tr th, .order-details-page .section .panel.panel-default table, .order-details-page .section .panel.panel-default table tbody tr td, .order-details-page .section .panel.panel-default table thead tr th {
        border: none;
        padding: 10px;
        vertical-align: middle;
    }

        .reward-points-page .panel.panel-default table tbody tr, .compare-products-page .panel.panel-default table tbody tr, .private-messages-page .panel.panel-default table tbody tr, .forum-subscriptions-page .subscription-list table tbody tr, .forums-table-section table tbody tr, .reward-points-page.panel.panel-default table tbody tr, .back-in-stock-subscription-list-page .panel.panel-default table tbody tr, .shipment-details-page .section .panel.panel-default table tbody tr, .order-details-page .section .panel.panel-default table tbody tr {
            border-top: 1px solid #ddd;
        }

        .order-details-page .section .panel.panel-default table .a-center.name {
            text-align: left;
        }

        .shipment-details-page .section .panel.panel-default table .a-left.name em, .order-details-page .section .panel.panel-default table .a-left.name em {
            font-style: normal;
        }

/* RETUN REQUEST AND RETURN REQUEST LIST PAGE STYLE */
.return-request-page .page-title {
    text-align: center;
}

.return-request-page select {
    width: 100%;
    text-align: left;
}

.request-item ul {
    list-style: none;
    margin-bottom: 0;
}

.return-request-page .section .table, .return-request-page .section .title, .return-request-page .fieldset .title {
    margin-bottom: 20px;
    text-align: left;
}

.return-request-page .section {
    margin-bottom: 20px;
}

.downloadable-products-page table th {
    padding: 10px 0 20px 0;
    text-align: center;
}

.return-request-page textarea.form-control {
    height: 100px;
}

.return-request-page .fieldset label {
    text-align: left;
}

.downloadable-products-page .panel.panel-default table thead tr th, .downloadable-products-page .panel.panel-default table tbody tr td, .downloadable-products-page .panel.panel-default table, .return-request-page .panel.panel-default table, .return-request-page .panel.panel-default table tbody tr td, .return-request-page .panel.panel-default table thead tr th {
    border: none;
    padding: 10px;
    vertical-align: middle;
}

    .downloadable-products-page .panel.panel-default table tbody tr, .return-request-page .panel.panel-default table tbody tr {
        border-top: 1px solid #ddd;
    }

.downloadable-products-page .panel.panel-default table, .return-request-page .panel.panel-default table {
    margin-bottom: 0px;
}

    .order-details-page .section.products .panel.panel-default table tbody tr .prices-alignment-right, .return-request-page .panel.panel-default table tbody tr .prices-alignment-right {
        text-align: center !Important;
    }

.return-request-list-page .section {
    margin-bottom: 30px;
    border: 1px solid #ededed;
    box-shadow: 0px 0px 10px #ddd;
    -webkit-box-shadow: 0px 0px 10px #ddd;
    -moz-box-shadow: 0px 0px 10px #ddd;
    height: 310px;
}

    .return-request-list-page .section .details {
        padding: 0 10px 15px;
    }

    .return-request-list-page .section .comments > div {
        height: 80px;
        overflow: hidden;
    }

/* DOWNLOAD PRODUCT PAGE STYLE */
.downloadable-products-page .panel.panel-default table .a-center.product {
    text-align: left;
}

.reward-points-page .panel.panel-default table tbody tr td, .downloadable-products-page .panel.panel-default table tbody tr td {
    color: #666;
    font-size: 14px;
}

.avatar-page .validation-summary-errors ul li {
    background: #f2dede;
    color: #a94442;
    font-size: 14px;
    margin-top: 5px;
    padding: 5px;
    margin-bottom: 10px;
}

.downloadable-products-page .panel.panel-default table a {
    color: #a5676f;
}

    .downloadable-products-page .panel.panel-default table a:hover {
        color: #a5676f;
    }

/* FORUM MAIN AND COMMON PAGE STYLE */
.forums-main-page .forums-main-header {
    height: 50px;
    margin-bottom: 10px;
}

    .forums-main-page .forums-main-header .current-time, .active-discussions-page .forums-header .current-time, .current-time {
        text-align: right;
        margin-bottom: 15px;
        color: #666;
    }

.forum-search-box {
    text-align: right;
    margin-bottom: 20px;
}

.forums-table-section {
    margin-bottom: 40px;
    float: left;
    width: 100%;
}

.forums-table-section-title {
    padding: 15px;
    background: #f9f9f9;
    border-bottom: 1px solid #ddd;
    float: left;
    width: 100%;
}

    .forums-table-section-title a {
        font-weight: 700;
    }

    .forums-table-section-title .link-rss {
        margin: 0 0 0 10px;
        float: right;
    }

    .forums-table-section-title .view-all {
        float: right;
        text-align: right;
    }

.forums-table-section .topic-name {
    text-align: left;
}

.forums-table-section th.last-post {
    width: 25%;
    text-align: center;
}

.forums-table-section th.forum-name, .forums-main-page .forums-table-section td.forum-name, .forums-main-page .forums-table-section td.topic-name {
    text-align: left;
    width: 55%;
}

.forums-table-section td {
    text-align: center;
}

    .forums-table-section td.forum-name .forum-title a:hover {
        color: #a5676f;
    }

.forum-group-page .forums-table-section td, .forum-search-page .forums-table-section td, .active-discussions-page .forums-table-section td, .forum-page .forums-table-section td, .forums-main-page .forums-table-section td {
    color: #666;
}

.forums-table-section td.forum-name .forum-title a {
    display: block;
    font-weight: 700;
    margin-bottom: 3px;
    display: inline-block;
    color: #a5676f;
}

.forums-table-section td.last-post .author label, .forums-table-section .last-post .origin label {
    display: inline;
}

.forums-table-section td.topic-name .topic-type {
    font-size: 0.9em;
    line-height: 18px;
}

.forum-group-page .posts, .forum-group-page .topics, .forum-page .replies, .forum-page .views, .active-discussions-page .forums-table-section-body .replies, .active-discussions-page .forums-table-section-body .views, .active-discussions-page .forums-table-section-body .last-post, .forum-search-page .forums-table-section.topics-group .replies, .forum-search-page .forums-table-section.topics-group .views, .forum-search-page .forums-table-section.topics-group .last-post, .forums-main-page .forums-table-section.topics-group .replies, .forums-main-page .forums-table-section.topics-group .views, .forums-main-page .forums-table-section.topics-group .last-post {
    text-align: center;
}

.forums-main-page .forums-table-section th.topics, .forums-main-page .forums-table-section th.replies, .forums-main-page .forums-table-section th.views, .forums-main-page .forums-table-section th.posts {
    width: 10%;
    text-align: center;
}

.forums-main-page .forums-header {
    float: left;
    width: 100%;
}

.forums-main-page .topic-html-content .panel-heading {
    padding: 0px;
    margin-bottom: 10px;
}

.forums-main-page .topic-html-content {
    border: none;
    text-align: center;
}

.forum-search-box {
    float: left;
    position: relative;
}

    .forum-search-box .navbar-form {
        padding-left: 0px;
    }

.search-box-text {
    float: left;
    height: 34px;
    padding: 0px 12px;
    margin-right: -3px;
    border: none;
    box-shadow: none;
}

.forum-search-box .search-box-text {
    background: #fff;
    border-bottom: 1px solid #ddd;
    width: 400px;
    padding-left: 5px;
}

.forum-search-box .search-nav:focus {
    border-color: #a5676f;
}

.forum-search-box .btn.search-box-button {
    background: url("../images/search-icon.png") no-repeat 0px 0px;
    border-radius: 0px;
    width: 34px;
    height: 34px;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    right: -10px;
    position: absolute;
    z-index: 1;
    padding: 0px;
}

.forum-search-box .form-control, .forum-search-box .btn {
    border-radius: 0;
}

.forum-search-box .advanced {
    margin-top: 15px;
    float: left;
    width: 100%;
}

.forums-table-section .panel.panel-default {
    border: none;
    margin-bottom: 0px;
}

.forum-page .forum-top {
    padding: 15px;
    margin-bottom: 40px;
}

.forum-page .forums-table-section table tr .image {
    width: 3%;
}

.forums-table-section .topic-name a {
    font-weight: 700;
}

.forum-subscriptions-page .new-product-iteam a {
    color: #a5676f;
    font-weight: 700;
}

    .forum-subscriptions-page .new-product-iteam a:hover {
        color: #a5676f;
    }

.private-message-send-page .page-title h1, .move-topic-page .page-title h1, .forum-edit-page h1, .forum-search-page .panel-heading h1, .forums-main-page .topic-html-content .panel-heading h1 {
    text-align: center;
}

/* FORUM PAGE STYLE */
.forum-page .forum-top:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
}

.forum-page .forum-top .forum-info {
    float: left;
}

    .forum-page .forum-top .forum-info .forum-name {
        font-weight: 700;
        font-size: 1.2em;
        line-height: 25px;
    }

    .forum-page .forum-top .forum-info .forum-description {
        margin-bottom: 10px;
    }

.forum-page .forum-top .actions {
    float: right;
    text-align: right;
    margin-top: 0px;
}

    .forum-page .forum-top .actions .newtopic {
        padding: 0 5px 3px 3px;
    }

    .forum-page .forum-top .actions .watch-forum {
        padding-left: 5px;
    }

.forum-page .pager ul {
    float: left;
    margin: 5px 0;
}

.forum-group-page, .forum-breadcrumb, .active-discussions-page, .forum-page {
    clear: both;
}

    .forum-page .forums-table-section {
        border: 0;
        padding: 0;
    }

    .forum-group-page .forums-table-section .forum-name {
        text-align: left;
    }

    .forum-group-page .forums-table-section {
        background: #fff;
    }

    .forum-page .forum-top .forum-info .forum-name h1 {
        font-size: 1.2em;
        font-weight: 700;
        line-height: 25px;
    }

/* FORUM SEARCH PAGE STYLE */
.basic-search .controls {
    padding-top: 3px;
}

.forum-search-page .forum-search-panel .search-error {
    color: red;
}

.forum-search-page .basic-search {
    margin-bottom: 10px;
}

.forum-search-page .forum-search-button {
    margin-top: 0px;
}

.forum-search-page .advanced-search {
    margin-bottom: 10px;
    padding-top: 10px;
}

.forum-search-page .inputs {
    padding: 4px;
}

    .forum-search-page .inputs label {
        display: inline-block;
        width: 140px;
    }

.forum-search-page .pager ul {
    float: left;
    margin: 5px 0;
}

.forum-search-page .form-group label {
    text-align: left;
}

.search-input .basic-search .col-md-3 {
    padding-right: 0;
}

.forum-search-box .form-group {
    margin-bottom: 0px;
}

.forum-search-page .search-results .forums-table-section {
    border: none;
}

    .forum-search-page .search-results .forums-table-section table {
        width: 100%;
    }

.forum-search-page .forums-table-section {
    padding: 0;
}

.forum-search-page .checkbox > input {
    margin-top: 0 !important;
}

.forum-search-page .checkbox label {
    padding-left: 10px;
}

.forum-search-page .forum-serach-input {
    float: left;
    width: 100%;
}

    .forum-search-page .forum-serach-input .checkbox {
        clear: both;
        float: left;
        width: 100%;
        text-align: left;
        margin-top: 20px;
    }

/* FORUM TOPIC PAGE STYLE */
.forums-header::after {
    clear: both;
    content: "";
    display: block;
}

.forums-header {
    margin-bottom: 25px;
}

.forum-topic-content-top {
    text-align: center;
    padding: 15px;
    margin-bottom: 40px;
    float: left;
    width: 100%;
}

    .forum-topic-content-top h2 {
        text-transform: capitalize;
        font-size: 22px;
        margin: 0px 0px 15px 0px;
    }

    .forum-topic-content-top .actions .actions-btn {
        padding: 8px;
        display: inline-block;
        line-height: 14px;
        color: #888;
    }

        .forum-topic-page .topic-actions.lower a:hover, .forum-topic-content-top .actions .actions-btn:hover a, .forum-topic-page .topic-post .post-head .manage-post a:hover {
            color: #a5676f;
        }

        .forum-topic-page .topic-actions.lower a, .forum-topic-content-top .actions .actions-btn a {
            margin-left: 5px;
            color: #888;
            font-size: 13px;
            font-weight: 700;
        }

.forum-topic-page .topic-posts {
    padding: 50px;
    float: left;
    width: 100%;
    color: #888;
    margin-bottom: 30px;
}

.forum-topic-page .topic-post {
    float: left;
    width: 100%;
    padding: 20px;
}

.topic-post .post-info {
    float: left;
    margin: 0;
    width: 15%;
}

.topic-post .post-info {
    text-align: left;
}

.topic-post .post-content {
    float: right;
    width: 85%;
}

.forum-topic-page .topic-post .post-info {
    text-align: center;
}

.forum-topic-page .topic-post .user-info span {
    background: #f5f5f5;
    padding: 15px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700;
    color: #666;
}

.forum-topic-page .topic-post .user-info .avatar {
    text-align: center;
    clear: both;
    margin-bottom: 15px;
}

.forum-topic-page .topic-post .post-info .send-pm a {
    background: #a5676f;
    padding: 8px;
    color: #fff;
    float: left;
    width: 100%;
    margin-top: 5px;
}

    .forum-topic-page .topic-post .post-info .send-pm a:hover {
        background: #a5676f;
    }

.forum-topic-page .topic-post .post-info .send-pm a {
    color: #fff;
}

.forum-topic-page .topic-post .post-head {
    background: #f5f5f5;
    padding: 15px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    color: #666;
}

.forum-topic-page .topic-post .post-body {
    clear: both;
    padding: 0px 15px;
    line-height: 22px;
    letter-spacing: 0.5px;
}

.forum-topic-page .topic-post .post-head .post-time label {
    margin-bottom: 0px;
}

.forum-topic-page .topic-post .post-head .quote-post, .forum-topic-page .topic-post .post-head .manage-post, .forum-topic-page .topic-post .post-head .post-time {
    float: left;
}

.forum-topic-page .topic-post .post-head .post-actions {
    float: right;
}

.forum-topic-page .topic-post .post-head .manage-post i, .forum-topic-page .topic-actions.lower i {
    color: #888;
}

.forum-topic-page .topic-post .post-head .manage-post a {
    color: #888;
    font-size: 13px;
    font-weight: 700;
    margin-left: 5px;
    margin-right: 20px;
}

.forum-topic-page .topic-post .post-head .quote-post a {
    color: #a5676f;
    font-weight: 700;
    margin-right: 15px;
}

    .forum-topic-page .topic-post .post-head .quote-post a:hover {
        color: #a5676f;
    }

.forum-topic-page .topic-actions.lower {
    clear: both;
    text-align: center;
}

    .forum-topic-page .topic-actions.lower a {
        margin-right: 15px;
    }

/* FORUM TOPIC EDIT, FORUM POST EDIT, MOVE FORUM TOPIC PAGE STYLE */
.forum-edit-page .forum-subject-title {
    padding-top: 0px;
}

.forum-edit-page .forum-subject-name {
    color: #666;
}

.forum-edit-page .inputs {
    padding: 5px 0;
}

.forum-edit-page .field-validation-error {
    display: block;
}

.forum-edit-page .buttons {
    margin: 5px;
}

.forum-edit-page .form-group label {
    text-align: right;
    text-transform: capitalize;
}

.forum-edit-page label.options-checkbox, .forum-edit-page label.checkbox {
    text-align: left;
}

.forum-edit-page .page-title, .forum-edit-page fieldset legend {
    text-align: center;
    font-size: 18px;
}

.forum-edit-page .form-group.form-submit {
    clear: both;
}

.forum-edit-page .form-group {
    overflow: hidden;
}

.forum-edit-page .checkbox {
    color: #666;
}

    .private-messages-page .delete-selected-pm-button, .private-message-send-page .send-pm-button, .forum-edit-page .submit-post-button, .move-topic-page .submit-forum-topic-button, .forum-edit-page .submit-topic-button, .forum-edit-page .checkbox .check-box {
        margin-right: 5px;
    }

.move-topic-page .inputs label {
    color: #555;
    font-weight: 700;
    white-space: nowrap;
    width: 30%;
}

.move-topic-wrapper .form-group label {
    text-align: right;
}

.forum-edit-page .checkbox {
    margin-top: 0px;
}

/* FORUM INPUTS STYLE */
.forum-topic-title-text, .pm-title-text {
    vertical-align: top;
    font-size: 12px;
}

.forum-post-text, .bb-editor-text {
    min-height: 150px;
}

.private-message-subject-text {
    width: 500px;
    border: 1px solid #acacac;
    vertical-align: top;
    font-size: 12px;
}

.forum-search-text {
    border: 1px solid #ccc;
    font-size: 14px;
    margin-right: 5px;
    float: left;
}

.forum-search-box-text {
    border: 1px solid #acacac;
    font-size: 12px;
}

.bb-editor-text {
    border: #cec6b5 1px solid;
}

.quote-post-link-button, .post-link {
    float: right;
    padding: 0 !important;
}

.post-link {
    padding: 1px 3px;
    margin-right: 5px;
    border: none;
    margin-top: 1px;
}

/* PRIVATE MESSAGES PAGE STYLE */
.private-message-send-page .inputs label {
    float: left;
    line-height: 20px;
}

.private-message-send-page .toolbar {
    display: block;
}

.private-message-send-page textarea {
    margin: 0 0 10px 0px;
}

.private-message-view-page .view-message div {
    margin: 10px 0px 5px;
}

.private-message-view-page .view-message label {
    display: inline-block;
    font-weight: 700;
}

.private-message-send-page .page-title, fieldset legend {
    text-align: center;
}

.private-message-send-page .form-group label {
    text-align: right;
    margin-bottom: 5px;
    padding-top: 5px;
}

.send-pm-button {
    margin-left: 15px;
}

.private-messages-page .pagination {
    display: block;
}

.private-message-send-page .form-group .private-message-title {
    padding-top: 0px;
}

.private-message-username {
    color: #666;
    font-weight: 700;
}

.private-messages-page .tab-content {
    float: left;
    margin-top: 0;
    padding: 20px 15px;
    width: 100%;
    border: 1px solid #ddd;
    margin-top: -1px;
}

.private-messages-page .nav-tabs {
    border: none;
}

    .private-messages-page .nav-tabs li a {
        font-weight: normal;
        color: #666;
        font-size: 16px;
        text-transform: capitalize;
    }

    .private-messages-page .nav-tabs li.active {
        margin-bottom: 0px;
    }

        .private-messages-page .nav-tabs li.active a {
            color: #fff;
            background: #a5676f;
            font-weight: 700;
            border-color: #a5676f;
        }

            .private-messages-page .nav-tabs li.active a:hover, .private-messages-page .nav-tabs > li.active > a:focus {
                background: #a5676f;
            }

            .private-messages-page .nav-tabs li.active a::after {
                content: ' ';
                height: 0;
                position: absolute;
                width: 0;
                border: 10px solid transparent;
                border-top-color: #a5676f;
                border: 10px solid transparent;
                border-top-color: #a5676f;
                top: 100%;
                left: 50%;
                margin-left: -10px;
            }

    .private-messages-page .nav-tabs > li > a {
        margin-right: 15px;
        border: 1px solid #ddd;
        border-radius: 0px;
        padding: 15px 35px;
    }

.private-messages-page .nav > .label.label-default > a:hover, .private-messages-page .nav > .label.label-default > a:focus {
    background-color: transparent;
    border-color: transparent;
    text-decoration: none;
}

.private-messages-page .nav-tabs > li > a:focus, .private-messages-page .nav-tabs > li > a:hover {
    background-color: #a5676f;
    color: #fff;
    outline: none;
}

.private-messages-page {
    overflow: hidden;
    float: left;
    width: 100%;
}

    .private-message-view-page .view-message span, .private-messages-page .panel.panel-default td {
        color: #666;
    }

    .private-messages-page .panel.panel-default a {
        color: #a5676f;
    }

        .private-messages-page .panel.panel-default a:hover {
            color: #a5676f;
        }

.private-message-view-page .view-message {
    padding: 15px;
}

    .private-message-view-page .view-message label {
        text-transform: capitalize;
    }

    .private-message-view-page .view-message .btn.btn-default {
        margin-right: 5px;
    }

/* PROFILE PAGE STYLE */
.profile-page .profile-info-box .profile-stats {
    margin-left: 200px;
    padding: 10px;
}

    .profile-page .profile-info-box .profile-stats .title {
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    .profile-page .profile-info-box .profile-stats ul {
        margin: 0 0 10px 0;
    }

    .profile-page .profile-info-box .profile-stats li {
        list-style: none outside none;
    }

.profile-page .profile-info-box .user-details {
    width: 180px;
    float: left;
    padding: 10px;
    height: 100%;
    border-right: solid 1px #ddd;
}

    .profile-page .profile-info-box .user-details .avatar {
        margin-bottom: 5px;
    }

.profile-page .profile-info-box .user-stats {
    margin: 0;
    padding: 0;
}

    .profile-page .profile-info-box .user-stats li {
        font-weight: 700;
        list-style: none;
        padding: 2px;
    }

    .profile-page .profile-info-box .user-stats span {
        color: #555;
        font-weight: 400;
    }

.profile-page .user-last-posts .topic {
    margin-bottom: 20px;
}

.profile-page .user-last-posts .topic-title {
    font-weight: 700;
    line-height: 20px;
    padding: 0 0 5px 10px;
}

    .profile-page .user-last-posts .topic-title label {
        display: inline;
    }

.profile-page .user-last-posts .topic-body {
    padding: 0 10px 5px 10px;
}

    .profile-page .user-last-posts .topic-body p {
        margin: 0;
    }

    .profile-page .user-last-posts .topic-body a {
        color: #B80709;
        text-decoration: underline;
    }

    .profile-page .user-last-posts .topic-body .quote {
        padding: 5px;
    }

.profile-page .user-last-posts .topic-data {
    padding-left: 10px;
    color: #555;
    font-size: .9em;
}

    .profile-page .user-last-posts .topic-data label {
        display: inline;
    }

.profile-page .profile-info-box .profile-stats label, .profile-page .profile-info-box .user-stats label {
    font-weight: 700;
    display: inline;
}

.profile-page .profile-stats > ul {
    padding-left: 10px;
}

.profile-page .tab-content {
    float: left;
    margin-top: 0;
    padding: 20px 15px;
    width: 100%;
    border: 1px solid #ddd;
    margin-top: -1px;
}

.profile-page .nav-tabs {
    border: none;
}

    .profile-page .nav-tabs li a {
        font-weight: normal;
        color: #666;
        font-size: 16px;
        text-transform: capitalize;
    }

    .profile-page .nav-tabs li.active {
        margin-bottom: 0px;
    }

        .profile-page .nav-tabs li.active a {
            color: #fff;
            background: #a5676f;
            font-weight: 700;
            border-color: #a5676f;
        }

            .profile-page .nav-tabs li.active a:hover, .profile-page .nav-tabs > li.active > a:focus {
                background: #a5676f;
            }

            .profile-page .nav-tabs li.active a::after {
                content: ' ';
                height: 0;
                position: absolute;
                width: 0;
                border: 10px solid transparent;
                border-top-color: #a5676f;
                border: 10px solid transparent;
                border-top-color: #a5676f;
                top: 100%;
                left: 50%;
                margin-left: -10px;
            }

    .profile-page .nav-tabs > li > a {
        margin-right: 15px;
        border: 1px solid #ddd;
        border-radius: 0px;
        padding: 15px 35px;
    }

.profile-page .nav > .label.label-default > a:hover, .profile-page .nav > .label.label-default > a:focus {
    background-color: transparent;
    border-color: transparent;
    text-decoration: none;
}

.profile-page .nav-tabs > li > a:focus, .profile-page .nav-tabs > li > a:hover {
    background-color: #a5676f;
    color: #fff;
    outline: none;
}

.profile-page {
    overflow: hidden;
    float: left;
    width: 100%;
}

/* NEWS BLOCK PAGE STYLE */
.news-list-page .item {
    margin-bottom: 20px;
}

.news-list-page .news-detail-box {
    padding: 15px;
    color: #666;
    clear: both;
}

.news-list-page .news-head {
    text-align: center;
    border-bottom: 1px solid #ddd;
    float: left;
    width: 100%;
}

.news-list-page .news-items .news-head a {
    margin-bottom: 0px;
    float: left;
    width: 100%;
    padding: 10px 0px;
    color: #a5676f;
    font-weight: 700;
    font-size: 16px;
}

    .news-list-homepage .news-head a:hover, .news-list-page .news-items .news-head a:hover {
        color: #a5676f;
    }

.news-list-page .news-items .news-details {
    margin-bottom: 15px;
}

.news-list-page .news-date {
    margin: 0px 0px 10px 0px;
}

.news-item-page .news-body {
    clear: both;
    margin-top: 15px;
    float: left;
    width: 100%;
    color: #666;
}

.news-item-page .news-date {
    color: #a5676f;
}

.news-item-page .fieldset.new-comment .title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 5px;
    font-size: 16px;
    clear: both;
    text-align: left;
}

.blogpost-page .user-info span, .news-item-page .user-info span {
    float: left;
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    background: #f6f6f6;
}

.news-item-page .comment-list .title, .blogpost-page .comment-list .title {
    clear: both;
    float: left;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 20px;
    width: 100%;
}

.news-item-page .user-info, .blogpost-page .user-info {
    border: none;
    color: #444;
    display: block;
    font-weight: bold;
    margin: 0 0 -1px;
    padding: 0px 0px 10px 0px;
    text-align: center;
    font-size: 14px;
}

.news-item-page .comment-time label {
    display: inline;
}

.news-item-page .comment-content .comment-time, .blog-comment .comment-content .comment-time {
    background-color: #f6f6f6;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    min-height: 40px;
    padding: 10px 15px;
}

.comment-list .news-comment {
    border-top: 1px solid #ddd;
    margin-bottom: 0px;
    padding-bottom: 0px;
    float: left;
    width: 100%;
}

.news-item-page .new-comment .buttons {
    padding-left: 10px;
}

.news-comment .comment-info, .comment-content, .blogpost-page .comment-info {
    padding: 0px;
}

.comment-list .comment-content {
    border-left: 1px solid #ddd;
    display: table-cell;
    text-align: left;
    vertical-align: top;
}

.comment-list .comment-title {
    margin: 0 0 -20px;
    padding: 20px;
    color: #666;
    font-size: 16px;
}

.comment-list .comment-body {
    padding: 20px;
    line-height: 22px;
    color: #666;
}

/* BLOG PAGE STYLE */
.block.block-blog-archive.well.box-shadow-wrapper .listbox ul li strong {
    padding: 8px 0 8px 25px;
    font-weight: 700;
    color: #000;
}

.block.block-blog-archive.well.box-shadow-wrapper .listbox .nav.nav-list li a {
    padding: 8px 0 8px 40px;
    background: rgba(0, 0, 0, 0) url("../images/dot-icon.png") no-repeat scroll 25px center;
}

.block-blog-archive .listbox ul li strong {
    padding-left: 20px;
    margin-top: 10px;
    float: left;
    clear: both;
}

.blog-posts .post .post-head, .blogpost-page .comment-list .title {
    float: left;
    width: 100%;
}

.blog-posts .post .post-body {
    float: left;
    width: 100%;
    border: 2px solid #eee;
    padding: 20px 15px 30px;
    color: #666;
    line-height: 22px;
}

.blog-posts .post {
    float: left;
    width: 100%;
}

.blog-posts .post-head a {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    padding: 15px 20px;
    float: left;
    width: 100%;
    background: #a5676f;
    color: #fff;
    text-transform: uppercase;
}

.blogpost-page .tags label, .blog-posts .post .tags-list label {
    float: left;
    margin-right: 15px;
    text-transform: uppercase;
    color: #000;
}

.blog-posts .post .tags-list ul, .blogpost-page .tags ul {
    float: none;
    overflow: hidden;
    padding-left: 0px;
}

.blog-posts .post .tags-list li, .blogpost-page .tags li {
    float: left;
    list-style: none;
    margin-right: 5px;
    line-height: 18px;
}

.blog-posts .post .tags-list, .blogpost-page .tags {
    margin: 15px 0px;
}

    .blog-posts .post .tags-list .separator, .blogpost-page .tags .separator {
        color: #a5676f;
    }

.blog-posts .post .blog-details {
    float: left;
    width: 100%;
    font-size: 16px;
}

.blogpost-page .post-date {
    margin-bottom: 10px;
    text-align: left;
    padding: 0;
}

.blogpost-page .post-body {
    color: #666;
    line-height: 22px;
}

.blogpost-page .comment-text {
    max-width: 100%;
    min-height: 120px;
}

.blogpost-page .comment-list {
    margin: 0 0 10px 0;
}

.blogpost-page .avatar {
    width: 100%;
}

.blogpost-page .comment-time label {
    display: inline;
}

.blogpost-page .blog-comment {
    border-top: 1px solid #ddd;
    float: left;
    margin-bottom: 0;
    padding-bottom: 0;
    width: 100%;
}

.blogpost-page .fieldset.new-comment .title {
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #DDD;
    text-align: left;
    font-size: 16px;
}

.blogpost-page .form-group .category-iteam, .blog-comment .comment-info {
    text-align: left;
}

.blog-comment .comment-info, .news-item-page .comment-info {
    border-right: 1px solid #ddd;
    margin-right: -1px;
}

.blog-posts .tags-list ul li a, .blogpost-page .tags ul li a {
    font-size: 16px;
    padding: 0px;
    font-weight: normal;
    color: #a5676f;
}

    .blog-posts .tags-list ul li a:hover, .blogpost-page .tags ul li a:hover {
        text-decoration: underline;
        color: #a5676f;
    }

.blog-posts .btn.btn-primary.read-more {
    text-transform: uppercase;
    color: #fff;
}

.blog-details .comments-text {
    font-weight: bold;
    display: block;
    margin-bottom: 15px;
}

.post-date {
    float: right;
    color: #a5676f;
    width: 100%;
    padding: 10px 0px;
    text-align: right;
}

.blogpost-page .new-comment .form-group label {
    text-align: left;
}

.blogpost-page .avatar img, .news-item-page .avatar img {
    width: 100%;
}

.blog-page .bottom-box-shadow {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.bottom-box-shadow {
    background: url("../images/bottom-box-shadow.png") no-repeat scroll left bottom;
    height: 39px;
    background-size: 100%;
}

/* CONTACT US PAGE STYLE */
.account-activation-page .page-body {
    margin: 0;
    padding: 0;
    color: #555;
    background-color: inherit;
}

.contact-page .topic-html-content {
    border: none;
    margin-bottom: 0;
    padding: 0;
    box-shadow: none;
}

.contact-page .contact-details {
    margin-bottom: 15px;
}

    .contact-page .contact-details .form-control {
        border: 1px solid #000000 !important;
        background: #fff;
    }

.contact-page .inputs {
    margin-bottom: 12px;
}

.contact-page .enquiry {
    max-width: 100%;
    min-height: 120px;
    margin: 0;
}

.contact-page .captcha-box {
    margin-bottom: 20px;
}

.email-a-friend-page .validation-summary-errors ul li, .private-message-send-page .validation-summary-errors ul li, .customer-info-page .validation-summary-errors ul li, .avatar-page .validation-summary-errors ul li, .address-edit-page .validation-summary-errors ul li, .apply-vendor-page .validation-summary-errors ul li, .vendor-contact-page .validation-summary-errors ul li, .community-poll .validation-summary-errors ul li, .change-password-page .validation-summary-errors ul li, .contact-page .validation-summary-errors ul li, .product-reviews-page .validation-summary-errors ul li, .blogpost-page .validation-summary-errors ul li, .news-item-page .validation-summary-errors ul li, .search-page .validation-summary-errors ul li, .registration-page .validation-summary-errors ul li {
    background: #f2dede;
    margin-bottom: 10px;
    padding: 5px 10px;
    color: #b94a48;
    clear: both;
}

.contact-page p {
    margin-bottom: 0px;
}

.contact-page .form-horizontal .control-label {
    text-align: left;
}

.apply-vendor-page .topic-html-content-body, .contact-page .topic-html-content-body {
    padding: 0;
    margin-bottom: 20px;
}

/* COLOR SQUARES ATTRIBUTE TYPE STYLE */
.product-details-page .attributes select {
    width: auto;
}

.product-details-page .attributes dd {
    margin: 0;
}

.product-details-page .attributes ul.color-squares li, .product-details-page .attributes ul.image-squares li {
    display: inline;
    margin-right: 10px;
    position: relative;
}

.product-details-page .attributes ul.color-squares .color-container, .product-details-page .attributes ul.image-squares .image-container {
    position: relative;
    display: inline-block;
    padding: 1px;
    margin-bottom: 5px;
    line-height: 1em;
}

.product-details-page .attributes ul.color-squares .selected-value .color-container, .product-details-page .attributes ul.image-squares .selected-value .image-container {
    border-color: #bbb;
    border-width: 2px;
}

.product-details-page .attributes ul.color-squares .color, .product-details-page .attributes ul.image-squares .image {
    display: inline-block;
    width: 18px;
    height: 18px;
}

.product-details-page .attributes ul.color-squares label, .product-details-page .attributes ul.image-squares label {
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.product-details-page .attributes ul.color-squares input, .product-details-page .attributes ul.image-squares input {
    height: 0;
    overflow: hidden;
    z-index: -10000;
    position: absolute;
    float: none;
    display: none;
}

.product-filters .color-squares, .product-filters .image-squares {
    font-size: 0;
}

    .product-filters .color-squares .color-container, .product-filters .image-squares .image-container {
        display: inline-block;
        padding: 1px;
        position: relative;
        z-index: 0;
    }

    .product-filters .color-squares .color, .product-filters .image-squares .image {
        border: 1px solid #444 !important;
        cursor: pointer;
        display: table !important;
        height: 32px !important;
        width: 32px !important;
    }

.product-filters .product-spec-color li.color-item {
    display: inline-block;
}

    .product-filters .product-spec-color li.color-item a {
        padding: 0px;
        width: 100%;
    }

.color-squares .color, .image-squares .image {
    border: 2px solid #ddd;
    cursor: pointer;
    display: table !important;
    height: 32px !important;
    width: 32px !important;
}

.tooltip-container {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eee;
    border-radius: 5px;
    color: #000;
    position: absolute;
    text-align: center;
    visibility: hidden;
    width: 200px;
    left: 0px;
    top: 10px;
}

    .tooltip-container::after {
        border-bottom: 6px solid #fff;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        bottom: 100%;
        content: "";
        height: 0;
        left: 50%;
        margin-left: -6px;
        position: absolute;
        width: 0;
    }

    .tooltip-container::before {
        border-bottom: 7px solid #eee;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        bottom: 100%;
        content: "";
        height: 0;
        left: 50%;
        margin-left: -7px;
        position: absolute;
        width: 0;
    }

.color-squares li:hover .tooltip-container, .image-squares li:hover .tooltip-container {
    margin-left: -83px;
    margin-top: 5px;
    visibility: visible;
    z-index: 999;
}

.tooltip-container .tooltip-header {
    background-color: #f6f6f6;
    border-bottom: 1px solid #eee;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-size: 15px;
    height: 30px;
    padding-left: 10px;
    padding-top: 5px;
    text-align: left;
    width: 198px;
}

.tooltip-container .tooltip-body {
    margin: 5px;
}

    .tooltip-container .tooltip-body img {
        border: 0 none #fff;
        width: 190px;
    }

.product-details-page .attributes ul.color-squares .selected-value .color-container .color, .product-details-page .attributes ul.image-squares .selected-value .image-container .image {
    border-color: #a5676f;
}

/* SLIM BOX (PRODUCT IMAGES) */
#lbOverlay {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    cursor: pointer;
}

#lbCenter, #lbBottomContainer {
    position: absolute;
    z-index: 9999;
    overflow: hidden;
    background-color: #fff;
}

.lbLoading {
    background: #fff url(../images/loading.gif) no-repeat center;
}

#lbImage {
    position: absolute;
    left: 0;
    top: 0;
    border: 10px solid #fff;
    background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
    display: block;
    position: absolute;
    top: 0;
    width: 50%;
    outline: none;
}

#lbPrevLink {
    left: 0;
}

#lbNextLink {
    right: 0;
}

#lbBottom {
    font-size: 10px;
    color: #666;
    line-height: 1.4em;
    text-align: left;
    border: 10px solid #fff;
    border-top-style: none;
}

#lbCloseLink {
    display: block;
    float: right;
    width: 66px;
    height: 22px;
    background: transparent url(../images/closelabel.gif) no-repeat center;
    margin: 5px 0;
    outline: none;
}

#lbCaption, #lbNumber {
    margin-right: 71px;
}

#lbCaption {
    font-weight: 700;
}

/* BB CODE EDITOR */
.toolbar {
    padding: 2px;
    display: block;
    margin-bottom: 10px;
}

    .toolbar .button {
        background: url(../images/bbeditor-button-bg.gif) repeat-x;
        padding: 2px;
        margin-right: 2px;
        border: #cec6b5 1px solid;
    }

        .toolbar .button:hover {
            border: #a5676f 1px solid;
        }

/* BBCODES */
pre {
    white-space: pre-wrap;
    white-space: normal;
    word-wrap: break-word;
}

.csharpcode, .csharpcode pre {
    font-size: small;
    color: #000;
    font-family: 'Montserrat';
    background-color: #fff;
}

    .csharpcode pre {
        margin: 0;
    }

    .csharpcode .rem {
        color: green;
    }

    .csharpcode .kwrd {
        color: #00f;
    }

    .csharpcode .str {
        color: #006080;
    }

    .csharpcode .op {
        color: #0000c0;
    }

    .csharpcode .preproc {
        color: #c63;
    }

    .csharpcode .asp {
        background-color: #ff0;
    }

    .csharpcode .html {
        color: maroon;
    }

    .csharpcode .attr {
        color: red;
    }

    .csharpcode .alt {
        background-color: #f4f4f4;
        width: 100%;
        margin: 0;
    }

    .csharpcode .lnum {
        color: #606060;
    }

/* NEW STYLE */
.pm-title-text.form-control {
    width: 44%;
}

/* Back To Top Arrow */
#backTop {
    width: 35px;
    height: 35px;
    padding: 10px;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 9999;
    display: none;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    background: url(../images/top-arrow.png) no-repeat center center #A5676F;
}

    #backTop:hover {
        background: url(../images/top-arrow.png) no-repeat center center #A5676F;
    }

/* Bootstrap Hacks & Fixes*/
/*  Legend not having bottom-margin on Webkit Browsers - Safari and Opera
    https://github.com/twbs/bootstrap/issues/9187
    */
legend + *:before {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    margin-bottom: 20px;
}

.eq-ie7 legend {
    margin-bottom: 20px;
}

textarea:hover,
input:hover,
select:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
select:focus,
button:focus,
button:active,
button:hover {
    outline: 0px !important;
}

/* IE8 And IE9 STYLE */
.navbar-search .search-query {
    line-height: 20px;
}

.eq-ie8 .item-box .thumbnail .wishlist-compare-wrapper {
    text-align: center;
    width: 100%;
    z-index: 999;
    opacity: 0;
    top: calc(80% + 0px);
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    visibility: hidden;
}

.eq-ie8 .item-box .thumbnail:hover .picture .wishlist-compare-wrapper {
    top: 40%;
    opacity: 1;
    visibility: visible;
}

.eq-ie8 .header-menu .navbar.navbar-inverse .nav.navbar-nav > li.dropdown .dropdown-menu {
    border: 1px solid #ddd;
}

.eq-ie8 .product-grid .product-list .product-item .rating {
    margin-left: 0px;
}

.product-share-button {
    background: #F1E4E0;
    padding: 0px 10px;
    box-shadow: 20px 26px #A5676F;
    width: 50%;
    float: left;
}

    .product-share-button .share-title {
        margin-top: 20px;
        margin-bottom: 10px;
        margin-left: 10px;
        font-size: 16px;
        font-weight: bold;
        font-family: Montserrat;
    }

    .product-share-button .share-content {
        margin-left: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

.at-icon {
    fill: #A5676F !important;
    border: 0;
}

.at-icon-wrapper {
    background: none !important;
}

.eq-ie8 .product-details-page .product-share-button a span {
    height: 30px !important;
    width: 30px !important;
}

    .eq-ie8 .product-details-page .product-share-button a span .at-icon {
        height: 30px !important;
        width: 25px !important;
    }

.eq-ie8 .sitemap-page .entity, .eq-ie8 .news-list-page .item, .eq-ie8 .order-summary-content .checkout-attributes, .eq-ie8 .private-message-view-page .view-message, .eq-ie8 .private-messages-page .panel-default.panel, .eq-ie8 .compare-products-page .panel-default.panel, .eq-ie8 .reward-points-page .panel-default.panel, .eq-ie8 .forum-topic-page .topic-posts, .eq-ie8 .forum-topic-content-top, .eq-ie8 .forum-search-page .search-results .forums-table-section, .eq-ie8 .forum-subscriptions-page .panel-default.panel, .eq-ie8 .back-in-stock-subscription-list-page .panel-default.panel, .eq-ie8 .downloadable-products-page .panel-default.panel, .eq-ie8 .return-request-list-page .section, .eq-ie8 .return-request-page .section .panel-default.panel, .eq-ie8 .shipment-details-page .section .panel-default.panel, .eq-ie8 .order-list-page .order-item, .eq-ie8 .address-list .address-item, .eq-ie8 .checkout-as-guest-or-register-block, .eq-ie8 .returning-wrapper, .eq-ie8 .register-block.new-wrapper, .eq-ie8 .forums-table-section, .eq-ie8 .order-details-page .section .panel-default.panel, .eq-ie8 .checkout-data .section .address-box, .eq-ie8 .shipment-details-page .order-info-wrap .info-content, .eq-ie8 .shipment-details-page .order-info-wrap .info-content, .eq-ie8 .order-details-page .billing-info-wrap .info-content, .eq-ie8 .order-details-page .order-info-wrap .info-content, .eq-ie8 .order-details-page .payment-method-wrap .side-list-wrap, .eq-ie8 .order-details-page .order-info-wrap .side-list-wrap, .eq-ie8 .order-details-page .total-info .panel.panel-default, .eq-ie8 .order-summary-content .cart-footer .total-info .panel.panel-default {
    border: 1px solid #ddd;
}

.eq-ie8 .footer {
    border-top: 1px solid #ededed;
}

.eq-ie8 .login-page FIELDSET LEGEND {
    margin-bottom: 0px;
}

.eq-ie8 .forum-edit-page .form-group LABEL {
    padding-top: 0px;
}

.eq-ie8 .header-lower .search-box .search-nav {
    padding-top: 5px;
}

.eq-ie8 #newsletter-subscribe-block #newsletter-email {
    padding-top: 8px;
}

.lt-ie9 .registration-page h3 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color;
    -moz-use-text-color: #e5e5e5;
    border-image: none;
    border-width: 0 0 1px;
    display: block;
    line-height: inherit;
    margin-bottom: 20px;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.lt-ie9 .payment-info .info td label {
    float: none;
    margin: 0;
    padding-bottom: 10px;
    width: 130px;
}

.lt-ie9 .entity-body.category-body.product-link li {
    float: left;
    margin-right: 26px;
    width: 46%;
    margin-bottom: 8px;
}

.lt-ie9 .main-menu.goToTop {
    border-bottom: 1px solid #4b5461;
}

.eq-ie11 .header-selectors-wrapper SELECT {
    padding-right: 0px !important;
}

.lt-ie10 select {
    background: #fff !important;
    border: 1px solid #ddd;
}

.lt-ie10 .footer-upper .column ul li a:hover, .lt-ie10 .footer-upper .column ul li a:focus {
    margin-left: 0px;
}

.lt-ie9 .header-selectors-wrapper select {
    padding: 5px 0px 5px 5px !important;
}

.lt-ie9 .header-selectors-wrapper select {
    border: 1px solid #a5676f93e !important;
    background: #071018 !important;
}

/* IE9 and IE10 STYLE */
.lt-ie11 .login-page .checkbox input[type="checkbox"] {
    margin-left: 15px;
    min-height: 20px;
}

.lt-ie11 .login-page .remember-me .checkbox {
    padding-left: 0px;
    padding-top: 0px;
    margin-left: 0px;
}

.lt-ie11 .remember-me .checkbox > label > .checkbox {
    margin-top: 3px;
}

.lt-ie11 .review-rating .rating-text .rb {
    margin-top: 6px;
}

.lt-ie11 .img-responsive, .lt-ie11 .thumbnail > img, .lt-ie11 .thumbnail a > img, .lt-ie11 .carousel-inner > .item > img, .lt-ie11 .carousel-inner > .item > a > img {
    width: auto;
}

.lt-ie11 .order-summary-content .terms-of-service > INPUT {
    margin-top: 5px;
}

.lt-ie11 .forum-search-box .search-box-text, .eq-ie11 .forum-search-box .search-box-text {
    width: 100%;
}

.lt-ie11 .forum-search-page .forum-search-box .search-box-text, .eq-ie11 .forum-search-page .forum-search-box .search-box-text {
    width: 400px;
}

.lt-ie11 .login-page .checkbox .remember-text {
    padding-left: 35px;
}

.lt-ie11 .customer-info-page .date-birth-text > SELECT, .eq-ie11 .customer-info-page .date-birth-text > SELECT, .lt-ie11 .registration-page .date-birth-text > SELECT, .eq-ie11 .registration-page .date-birth-text > SELECT {
    float: left;
}

.lt-ie11 .customer-info-page .date-birth-text .field-validation-error, .eq-ie11 .customer-info-page .date-birth-text .field-validation-error, .lt-ie11 .registration-page .date-birth-text .field-validation-error, .eq-ie11 .registration-page .date-birth-text .field-validation-error {
    margin-left: 10px;
}

.lt-ie11 .header-selectors-wrapper select {
    border: 1px solid #a5676f93e !important;
    background: #071018 !important;
}

/* OPERA STYLE */
doesnotexist:-o-prefocus, .forum-search-box .btn.search-box-button {
    padding: 15px 19px;
}

doesnotexist:-o-prefocus, .forum-search-box .basic .form-group {
    margin-bottom: 0;
}

doesnotexist:-o-prefocus, .btn {
    height: 34px;
}

doesnotexist:-o-prefocus, .new-wrapper.register-block legend, doesnotexist:-o-prefocus, .returning-wrapper legend {
    margin-bottom: 20px;
    float: left;
}

/* SAFARI STYLE */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .forum-page .pagination {
        margin: 0;
    }

    .checkout-as-guest-or-register-block legend, .new-wrapper.register-block legend, .returning-wrapper legend, .facebook-login-block legend {
        margin-bottom: 20px;
        float: left;
    }

    /* Safari 5+ ONLY */
    ::i-block-chrome, .product-selectors select {
        margin-top: 5px;
    }
}

@media (min-width: 1200px) {
    .container-gulsha {
        width: 100%;
    }

        .container-gulsha .row {
            padding: 0px;
        }

        .container-gulsha .logo-container {
            padding-left: 50px;
        }
}

.header-selectors-wrapper {
    margin: 10px 40px;
}

.header-upper-right {
    background-color: #F3F3F1;
    height: 55px;
    /*background-image: url('../gulsha-img/Intersection 9.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;*/
    /*height:720px;*/
}

.inputWithIcon {
    margin-top: 5px;
}

.gulsha-searchbox {
    margin-top: -9px;
    margin-left: 116px;
    border-bottom: 2px solid #a5676f;
}

.inputWithIcon input[type="text"] {
    padding-left: 40px;
}

.inputWithIcon {
    position: relative;
}

    .inputWithIcon i.fa.fa-search {
        position: absolute;
        left: 0;
        top: 4px;
        padding: 9px 8px;
        color: #a5676f;
        transition: 0.3s;
        font-size: 18px;
    }

    .inputWithIcon i.fa.fa-close {
        position: absolute;
        right: 0;
        top: 4px;
        padding: 9px 8px;
        color: #a5676f;
        transition: 0.3s;
        font-size: 18px;
        display: none;
    }

    .inputWithIcon input[type="text"]:focus + i {
        /*color: dodgerBlue;*/
    }

    .inputWithIcon.inputIconBg i {
        background-color: #aaa;
        color: #fff;
        padding: 9px 4px;
        border-radius: 4px 0 0 4px;
    }

    .inputWithIcon.inputIconBg input[type="text"]:focus + i {
        color: #fff;
        /*background-color: dodgerBlue;*/
    }

ul.gulsha-headerlinks {
    float: right;
    margin-right: 20px;
}


.main-menu ul {
    width: 100%;
    display: table;
    font-weight: 500;
}

.shooping-cart-count {
    display: none;
    /*position: absolute;
    top: 26px;
    left: 68px;*/
    margin-top: -10px;
    margin-left: 21px;
    width: 18px;
    height: 18px;
    background-color: #A5676F;
    right: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-family: 'Montserrat';
    font-size: 11px;
    padding-left: 1px;
}

.li-shopping-cart .cart-label img {
    margin-top: -2px;
}

.col-md-8.header-upper-right.pull-right {
    padding-top: 5px;
    padding-bottom: 10px;
}

.header-upper-empty-right {
    display: none;
}


.gulsha-searchbox:focus {
    width: 100%;
}

.gulenerj-ust-sol-img {
    width: 100%;
    height: 100%;
    z-index: -1;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.p-0 {
    padding: 0;
}

.m-0 {
    margin: 0;
}

.z-index {
    z-index: -1;
}


.middle-online-alisveris-avantajlari {
    margin: 60px auto;
    text-align: center;
    color: #a5676f;
    font-size: 26px;
    font-weight: bold;
    font-family: Junicode;
}

.wdt100 {
    width: 100%;
}

.align-center {
    text-align: center;
}

.mt-0 {
    margin-top: 0;
}

.mt-50 {
    margin-top: 50px;
}

.mt-100 {
    margin-top: 100px;
}

.ml-100 {
    margin-left: 100px;
}

.gulsha-gurkan-img {
    width: 40px;
    height: 50px;
    z-index: -1;
}

.gulveenerji-mt-50 {
    margin-top: -60px;
    margin-left: 80px;
    font-size: 28px;
    font-family: Junicode;
}



.btn-buy-now {
    border: 1px solid #A5676F;
    -ms-border-radius: 5px;
    border-radius: 5px;
    color: white;
    background-color: #A5676F;
    font-size: 14px;
    padding: 10px 35px 10px 35px;
    font-family: Montserrat;
}

.font-40 {
    font-size: 40px;
    font-family: Montserrat;
}

.btn-urun-detay {
    border: 1px solid #A5676F;
    -ms-border-radius: 5px;
    border-radius: 5px;
    color: #A5676F;
    background-color: white;
    font-size: 14px;
    font-family: Montserrat;
    padding: 10px 35px 10px 35px;
}

.mb-10 {
    margin-bottom: 10px;
}

.vertical-align {
    vertical-align: middle;
}

.gulsha-hikaye-text {
    padding-top: 40px;
    padding-left: 30px;
}

.gulenerj-ust-sag-img {
    margin-top: 200px;
    z-index: -1;
}


.btn-hr-tum-urunler {
    margin-top: -60px;
}

.ml-left-86 {
    margin-left: 86px;
}

.hr-content3lu {
    border: 1px solid #A5676F;
    width: 50px;
}

.btn-hr-tum-urunler-main {
    text-align: center;
}

.ml-left-20 {
    margin-left: 20px;
}
/* FLYOUT search STYLE */
.flyout-main-search-wrapper .flyout-search-wrapper {
    position: absolute;
    right: 0;
    z-index: 999999;
    width: 100%;
    background-color: #F3F3F1;
    opacity: 0;
    visibility: hidden;
}

.flyout-main-search-wrapper {
    margin-top: -1px;
    position: relative;
}

.flyout-search-wrapper.active {
    opacity: 1;
    visibility: visible;
}

/* FLYOUT Product STYLE */
.flyout-main-product-wrapper .flyout-product-wrapper {
    position: fixed;
    right: 0;
    z-index: 999999;
    width: 100%;
    background-color: #F3F3F1;
    opacity: 0;
    visibility: hidden;
    display: none;
    padding-top: 10px;
    margin-top: 0px;
}

.flyout-main-product-wrapper {
    margin-top: 45px;
    position: relative;
    width: 0px;
    height: 0px;
}

.flyout-product-wrapper.active {
    opacity: 1;
    visibility: visible;
}

.add-cart-button-div {
    text-align: center;
    margin-bottom: 15px;
    display: none;
}

.add-cart-button-div-whish {
    display: block;
}

    .add-cart-button-div-whish .product-box-add-to-cart-button {
        border: 1px solid #A5676F !important;
        background: none !important;
        border-radius: 6px !important;
        margin-left: 10px;
        padding: 5px;
        margin-top: -5px;
    }

.productbox1 .add-cart-button-div {
    text-align: center;
    margin-bottom: 0px;
    display: block;
    /*display: flex;*/
}

/*.container-gulsha .col-md-2{
    height: 55px;
    background: #fff;
}*/
.logo-container {
    height: 55px;
}

.all-products-button {
    bottom: 16px;
    position: relative;
    border: 1px solid #A5676F;
    border-radius: 6px;
    background: #F3F3F1 !important;
    padding: 5px 15px;
}


.all-products-button-container {
    height: 2px;
    width: 100%;
    border: 1px solid #A5676F;
}

.homepage-product-div .item-box.product-grid .thumbnail .caption {
    background: none !important;
    padding-top: 10px !important;
}

.homepage-product-div .item-box .product-item {
    background: none !important;
}

.homepage-product-div .thumbnail {
    border: none !important;
}

    .homepage-product-div .thumbnail:hover {
        border: none !important;
    }

.homepage-product-div.product-grid .item-box:hover .thumbnail, .item-box.product-grid:hover .thumbnail {
    box-shadow: none !important;
}

.homepage-product-div .product-grid .item-box:hover .thumbnail, .item-box.product-grid:hover .add-cart-button-div {
    display: block;
}

.homepage-product-div .productbox1 .item-box:hover .thumbnail, .item-box.product-grid:hover .add-cart-button-div {
    /*display: flex !important;*/
}

/*.homepage-product-div .details .prices {
    display: none;
}*/

.homepage-product-div .product-grid .item-box:hover .thumbnail, .item-box.product-grid:hover .details .prices {
    display: block;
}

.middle-rosa-damascena {
    margin: 60px auto;
    text-align: center;
    color: #a5676f;
    font-size: 28px;
    font-weight: bold;
    font-family: Junicode;
    margin-bottom: 10px;
}

.second-content-image {
    width: 100%;
    float: right;
    padding: 0;
    margin: 0;
}


.btn-hr-tum-urunler {
    margin-top: -50px;
    margin-bottom: 0px;
}

.btn-hr-tum-urunler-main {
    text-align: center;
}

.homepage-product-content {
    width: 100%;
    background: #F1E4E0;
    text-align: center;
}

.gulsha-urunleri-baslik {
    font-size: 28px;
    font-family: Junicode;
    font-weight: bold;
    color: #a5676f;
}

.gulsha-urunleri-icerik {
    font-size: 18px;
    font-family: Montserrat;
    font-weight: 200;
    color: #a5676f;
}

.home-page-info-content {
    float: none;
    margin: 30px 0;
    text-align: center;
}

.footer1-title {
    padding: 0 20px;
    margin-top: 10px;
}

    .footer1-title .footer-phone {
        height: 22px;
    }

    .footer1-title .footer-mail {
        height: 18px;
    }

    .footer1-title .footer-adress {
        height: 30px;
        float: left;
    }

    .footer1-title strong {
        font-size: 14px;
        font-family: Montserrat;
        font-weight: bold;
    }

    .footer1-title i {
        color: #a5676f;
        font-size: 22px;
    }

.footer2-title {
    padding: 0 20px;
    margin-top: 10px;
}

    .footer2-title img {
        height: 22px;
    }

    .footer2-title strong {
        font-size: 14px;
        font-family: Montserrat;
        font-weight: bold;
    }

    .footer2-title i {
        color: #a5676f;
        font-size: 22px;
    }


.newslestter-button #newsletter-subscribe-button {
    border: 0px;
    background: none;
    color: #a5676f;
    float: right;
    font-size: 26px;
    margin-top: -46px;
    padding-right: 0;
    position: relative;
}

.social-content {
    margin-left: 40px;
    margin-top: 0px;
}

    .social-content li {
        float: left;
        padding: 10px 20px;
    }

        .social-content li a i {
            color: #A5676F;
            font-size: 22px;
        }

.newslestter-button #newsletter-subscribe-button:hover {
    background: none;
}

.newslestter-title strong {
    font-family: Junicode;
    font-size: 28px;
    color: #A5676F;
}

.footer-phone-div {
    width: 50px;
    float: left;
}

.footer-mail-div {
    width: 50px;
    float: left;
}

.footer1-title ul {
    margin-top: 25px;
}

    .footer1-title ul li {
        height: 40px;
        color: #2C2C2C;
        font-family: Montserrat;
        font-weight: 100;
    }

        .footer1-title ul li a {
            color: #2C2C2C;
            font-family: Montserrat;
            font-weight: 100;
        }

.footer2-title ul {
    margin-top: 25px;
}

    .footer2-title ul li {
        height: 40px;
        color: #2C2C2C;
        font-family: Montserrat;
        font-weight: 100;
    }

        .footer2-title ul li a {
            color: #2C2C2C;
            font-family: Montserrat;
            font-weight: 100;
        }

.footer-rose {
    width: 100%;
}

.youtube-row {
    width: 100%;
    height: 100%;
}

.instegram-row {
    width: 100%;
    height: 100%;
}

.shopping-cart-slogan {
    margin-top: 10px;
    text-align: center;
}

    .shopping-cart-slogan .slogan {
        font-family: Montserrat;
        font-size: 16px;
        font-weight: 400;
        color: #E35366;
    }

.mini-shopping-cart input[type="button"].cart-button {
    background: none;
    color: #A5676F;
    border: #A5676F;
    font-size: 16px;
    font-family: Montserrat;
    border: 1px solid #A5676F;
    border-radius: 6px;
    text-transform: none;
    width: 80%;
}

    .mini-shopping-cart input[type="button"].cart-button:hover {
        background: none;
        color: #A5676F;
        border: #A5676F;
        font-size: 16px;
        font-family: Montserrat;
        border: 1px solid #A5676F;
        border-radius: 6px;
        text-transform: none;
        width: 80%;
    }

.page.category-page {
    text-align: center;
    margin: auto;
}



    .page.category-page .category-page-content .page-title.panel-heading h1 {
        text-align: center;
        font-family: Junicode;
        font-size: 28px;
        font-weight: bold;
        text-transform: none;
    }

    .page.category-page .category-description .img-web {
        display: block;
    }

    .page.category-page .category-description .img-mobile {
        display: none;
    }



.category-page-content-description {
    min-height: 400px;
}


.img-second {
    right: 0;
    bottom: 200px;
    z-index: 1;
}

.img-first {
    right: 60px;
    z-index: -1;
}

.encoksatan {
    float: left;
    position: absolute;
    z-index: 1;
    left: 12px;
    top: -33px;
    width: 80px;
}

.kitcategory {
    padding: 0 15px;
}

    .kitcategory .page-body {
        background: #F1E4E0;
        padding: 40px 30px;
    }

    .kitcategory .thumbnail {
        background: none !important;
    }

    .kitcategory .product-item.clearfix {
        background: none !important;
    }

    .kitcategory .caption {
        background: none !important;
    }

    .kitcategory .details {
        background: none !important;
    }



.page.shopping-cart-page {
    margin-top: 50px;
}

    .page.shopping-cart-page .page-title.panel-heading {
        margin-bottom: 0px;
    }

.shopping-cart-page .page-title.panel-heading {
    font-family: Junicode;
    font-size: 28px;
    font-weight: bold;
    color: #a5676f;
}

.order-summary-product-first {
    border-bottom: 1.5px solid rgb(165, 103, 111,0.5);
    min-height: 2px;
    width: 100%;
}

.order-summary-product {
    border-bottom: 1.5px solid #A5676F;
    min-height: 2px;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0px;
    padding-right: 0px;
}

.order-summary-productmini {
    /*border-bottom: 1px solid #A5676F;*/
    min-height: 2px;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0px;
    padding-right: 0px;
}

.order-summary-product-name {
    font-family: Junicode;
    font-size: 24px;
    font-weight: bold;
    color: #2C2C2C;
    margin-top: 20px;
}

.order-summarymini-product-name {
    font-family: Junicode;
    font-size: 16px;
    font-weight: bold;
    color: #2C2C2C;
    margin-top: 20px;
}

.order-summary-mini-total-product {
    font-weight: bold;
    font-size: 16px;
    font-family: Montserrat;
    padding-top: 20px;
    display: inline-block;
}

.order-summary-product-name a {
    color: #2C2C2C;
}

.order-summary-productmini-shortdescription {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: normal;
    color: #2C2C2C;
}

.order-summary-product-shortdescription {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: normal;
    color: #2C2C2C;
}

    .order-summary-product-shortdescription a {
        color: #2C2C2C;
    }

.order-summary-product-image {
    float: left;
}

.order-summary-productmini-image {
    float: left;
    width: 100px;
}

    .order-summary-productmini-image img {
        float: left;
        width: 100px;
    }

.order-summary-product-quantity span {
    float: left;
    font-family: Montserrat;
    font-size: 14px;
    margin-right: 10px;
    line-height: 35px;
}

.order-summary-product-quantity .remove-product {
    float: left;
    margin-left: 30px;
    font-size: 30px;
    -webkit-appearance: none;
}

.order-summary-product-price span {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 400;
    float: right;
    margin-top: 80px;
}

.order-summary-order-total {
    float: right;
    margin-top: 30px;
}

    .order-summary-order-total span.product-subtotal-title {
        font-family: Montserrat;
        font-size: 14px;
        font-weight: normal;
        line-height: 22px;
        vertical-align: text-bottom;
        margin-right: 10px;
    }

    .order-summary-order-total span.product-subtotal {
        font-family: Montserrat;
        font-size: 24px;
        font-weight: 600;
        line-height: 24px;
    }

.order-summary-button-group {
    float: right;
    margin-top: 50px;
    margin-bottom: 50px;
}

    .order-summary-button-group .continue-shopping {
        float: left;
        margin-right: 20px;
    }

        .order-summary-button-group .continue-shopping input {
            font-family: Montserrat;
            font-size: 18px;
            border-radius: 6px;
            background: none;
            border: 1px solid #A5676F;
            height: 50px;
            color: #A5676F;
        }

            .order-summary-button-group .continue-shopping input:hover {
                font-family: Montserrat;
                font-size: 18px;
                border-radius: 6px;
                background: none;
                border: 1px solid #A5676F;
                height: 50px;
                color: #A5676F;
            }

    .order-summary-button-group .continue-order {
        float: left;
    }

        .order-summary-button-group .continue-order button {
            font-family: Montserrat;
            font-size: 18px;
            border-radius: 6px;
            background: #A5676F;
            border: 1px solid #A5676F;
            height: 50px;
            color: #FFFFFF;
        }

            .order-summary-button-group .continue-order button:hover {
                font-family: Montserrat;
                font-size: 18px;
                border-radius: 6px;
                background: #A5676F;
                border: 1px solid #A5676F;
                height: 50px;
                color: #FFFFFF;
            }

#OrderTotals {
    margin-top: 50px;
    background: #F1E4E0;
}

.checkout-page #OrderTotals .cart-total-area {
    padding: 20px;
}

    .checkout-page #OrderTotals .cart-total-area .sub-total-title {
        border-bottom: 1px solid rgb(165, 103, 111,0.5);
        padding-bottom: 10px;
    }

        .checkout-page #OrderTotals .cart-total-area .sub-total-title strong {
            font-size: 28px;
            font-family: Junicode;
            font-weight: bold;
        }

    .checkout-page #OrderTotals .cart-total-area .sub-total {
        font-family: sub-total;
        font-size: 14px;
        font-weight: 100;
        text-transform: uppercase;
        padding: 15px 0;
    }

        .checkout-page #OrderTotals .cart-total-area .sub-total span {
            float: right;
            font-weight: bold;
        }

    .checkout-page #OrderTotals .cart-total-area .cart-shipping {
        font-family: sub-total;
        font-size: 14px;
        font-weight: 100;
        text-transform: uppercase;
        padding: 15px 0;
    }

        .checkout-page #OrderTotals .cart-total-area .cart-shipping span {
            float: right;
            font-weight: bold;
        }

    .checkout-page #OrderTotals .cart-total-area .ordertotal {
        font-family: sub-total;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        padding: 15px 0;
    }

        .checkout-page #OrderTotals .cart-total-area .ordertotal span {
            float: right;
            font-weight: bold;
        }

.mini-quantity-span {
    float: left;
    font-size: 12px;
    font-family: Montserrat;
}

.mini-price-span {
    float: left;
    font-size: 12px;
    font-family: Montserrat;
    font-weight: bold;
    padding-left: 10px;
}

.checkout-form {
    margin-top: 50px;
}

    .checkout-form .checkout-register {
        border-right: 0.5px solid #A5676F;
        border-left: 0.5px solid #A5676F;
    }

    /*.checkout-form .checkout-login span {
        font-family: Junicode;
        font-size: 28px;
        font-weight: bold;
    }*/
    .checkout-form .checkout-login .form-fields.form-horizontal {
        margin-top: 20px;
    }

    .checkout-form .checkout-register .registration-page-content {
        margin-top: 20px;
    }

    .checkout-form .checkout-continio .checkout-as-guest-button {
        margin-top: 20px;
    }

.number-input input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.number-input input[type=number]::-webkit-inner-spin-button,
.number-input input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.number-input {
    margin-bottom: 3rem;
}

    .number-input button {
        -webkit-appearance: none;
        background-color: transparent;
        border: none;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        margin: 0;
        position: relative;
    }

        .number-input button:before,
        .number-input button:after {
            display: inline-block;
            position: absolute;
            content: '';
            height: 2px;
            transform: translate(-50%, -50%);
            bottom: 3px;
            margin-bottom: 7px;
        }

        .number-input button.plus:after {
            transform: translate(-50%, -50%) rotate(90deg);
        }

    .number-input input[type=number] {
        text-align: center;
    }

    .number-input.number-input {
        border: 1px solid #A5676F;
        width: 110px;
        border-radius: .25rem;
        float: left;
    }

        .number-input.number-input button {
            width: 2.6rem;
            height: 13px;
        }

            .number-input.number-input button.minus {
                padding-left: 10px;
            }

            .number-input.number-input button:before,
            .number-input.number-input button:after {
                width: 13px;
                background-color: #495057;
            }

        .number-input.number-input input[type=number] {
            max-width: 4rem;
            padding: .5rem;
            border: 0px solid #A5676F;
            border-width: 0 0px;
            font-size: 19px;
            height: 34px;
            color: #495057;
            font-family: Montserrat;
            background: #F1E4E0;
            margin: 1px;
        }

@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance: none) and (stroke-color:transparent) {
        .number-input.def-number-input.safari_only button:before,
        .number-input.def-number-input.safari_only button:after {
            margin-top: -.3rem;
        }
    }
}


.hr-products-detail {
    border: 0.5px solid #A5676F;
    width: 80%;
    clear: both;
    margin-bottom: -40px;
}

.mt-42 {
    margin-top: 42px;
}

#payment-info-buttons-container .back-link {
    display: none;
}

.order-summary-confirm-order-total-title {
    font-size: 14px;
    font-family: Montserrat;
    font-weight: 100;
    color: #a5676f;
}

.order-summary-confirm-order-total- {
    font-family: Montserrat;
    font-weight: 600;
    color: #a5676f;
    font-size: 24px;
}

.product-details-page .product-essential {
    margin-top: 20px;
}

    .product-details-page .product-essential .overview {
        /*background: url('../gulsha-img/gultozu.png') no-repeat;
        background-position: 50px 0;*/
    }

        .product-details-page .product-essential .overview .product-name {
            margin-top: 80px;
        }

        .product-details-page .product-essential .overview .attributes ul li {
            float: left;
            margin-right: 20px;
        }

.product-add-button-content {
    width: 100%;
    margin-top: 20px;
}

.product-add-button-content {
    margin-right: 30px;
}

    .product-add-button-content .prices .product-price {
        margin-right: 30px;
    }

.reiew-customer {
    font-size: 14px;
    font-weight: bold;
    color: #A5676F;
    font-family: Montserrat;
    margin-bottom: 5px;
}

.userdrp-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 200px;
    box-shadow: rgb(165, 103, 111) 10px 10px;
    background-color: rgb(255, 255, 255);
    z-index: 1;
    left: -130px;
    margin-top: 45px;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(165, 103, 111);
    border-image: initial;
    border-radius: 0px;
    width: 280px;
    /*position: absolute;
    top: 45px;
    right: -135px;
    z-index: 999999;
    width: 312px;
    box-shadow: rgb(165, 103, 111) 10px 10px;
    background-color: rgb(255, 255, 255);
    opacity: 0;
    visibility: hidden;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(165, 103, 111);
    border-image: initial;
    border-radius: 0px;*/
}

.flyout-cart-wrapper {
    display: none;
    box-shadow: 10px 10px #A5676F;
    -webkit-box-shadow: 10px 10px #A5676F;
    -moz-box-shadow: 10px 10px #A5676F;
    background-color: #fff;
    border: 2px solid #A5676F;
    border-radius: 0px;
    margin-top: 50px;
    position: fixed;
    right: 29px;
    width: 330px;
}

.userdrp:hover .userdrp-content {
    display: block;
}

.li-shopping-cart:hover .flyout-cart-wrapper {
    display: block;
}

.li-whis-cart:hover .flyout-whish-wrapper {
    display: block;
    opacity: 1;
    visibility: visible;
}

.userdrp-content .title-content {
    margin: 10px;
}

    .userdrp-content .title-content .title {
        font-size: 24px;
        font-weight: bold;
        font-family: Junicode;
        margin-top: 20px;
    }

.userdrp-content .login-content .form-control {
    margin: 15px;
    width: 240px;
    background-color: #F1E4E0;
    border-radius: 6px;
    border: 0px;
}

.userdrp-content .field-validation-error {
    margin-left: 15px;
}

.userdrp-content .login-button {
    background: none !important;
    border: 1px solid #A5676F;
    border-radius: 6px;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: normal;
    color: #A5676F;
    padding: 5px 15px;
    margin-bottom: 10px;
}


#registermodal .page.registration-page span {
    font-family: Junicode;
    font-size: 28px;
    font-weight: bold;
    color: #a5676f;
}

#registermodal .page.registration-page {
    text-align: center;
}

.registration-page-content {
    margin-top: 25px;
}

    .registration-page-content .news-letter-content {
        margin-top: 20px;
    }

    .registration-page-content #register-button {
        border: 1px solid #A5676F;
        background: none;
        color: #A5676F;
        border-radius: 6px;
        margin-top: 20px;
    }

    .registration-page-content .news-letter {
        font-size: 12px;
        font-weight: 100;
        font-family: Montserrat;
        text-align: left;
    }

.columns-two-content {
    background: #A5676F;
    display: flex;
}

    .columns-two-content .sidebar {
        background: #A5676F;
    }

    .columns-two-content .side-content {
        background: #E6C8C6;
        padding: 30px !important;
    }

    .columns-two-content .sidebar .box-shadow-wrapper {
        background: none;
    }

        .columns-two-content .sidebar .box-shadow-wrapper .title.main-title {
            background: none;
        }

.login-page-content .listbox .nav.nav-list li a {
    color: #3B3C3E;
}

.margin-auto {
    margin: auto;
}

@media (min-width: 720px) {

    .content3lu {
        margin: auto;
        left: auto;
        position: relative;
        display: inline-block;
        float: none;
    }

        .content3lu .temizleyin {
            background: #E6C8C6;
            float: left;
            min-height: 600px;
        }

        .content3lu .temizleyinmain {
            padding-left: 0;
        }

        .content3lu .temizleyin img {
            width: 265px;
            margin-top: -35px;
        }

        .content3lu .canlandirinmain {
            padding-right: 0;
        }

        .content3lu .canlandirin {
            background: #F1E4E0;
            padding-right: 0;
            float: right;
            min-height: 600px;
        }

            .content3lu .canlandirin img {
                width: 300px;
                padding-right: 0;
                margin-top: -50px;
            }

        .content3lu .nemlendirin {
            background: #A5676F;
            float: none;
            margin: auto;
            min-height: 600px;
        }

            .content3lu .nemlendirin img {
                width: 300px;
                display: inline-block;
                margin-top: -50px;
            }

    .content3lu-text {
        padding: 10px;
        min-height: 300px;
        bottom: 0px;
        margin-bottom: 0px;
        position: absolute;
        width: 100%;
    }

        .content3lu-text h1 {
            font-size: 24px;
            font-weight: bold;
        }

    .ml-120 {
        margin-left: 120px;
    }

    .f-xxlarge {
        font-size: 28px;
        font-family: Junicode;
        font-weight: bold;
    }

    .f-xxlarge1 {
        font-size: 38px;
        font-family: Junicode;
        font-weight: bold;
    }

    .mt-180 {
        margin-top: 180px;
    }

    .mt-15 {
        margin-top: 15px;
    }

    .mt-54 {
        margin-top: -54px;
    }

    .ml-left-190 {
        margin-left: 190px;
    }

    .ml-left-68 {
        margin-left: 68px;
    }

    .container-gulsha {
        height: 55px;
        background: #F3F3F1;
    }

    .logo-container {
        background: #F3F3F1;
    }

    .master-wrapper-content {
        width: 1200px;
        margin: auto;
        min-height: 420px;
        margin-top: 80px;
    }

    .header-top-menu-content {
        display: block;
    }

    .mobile-header-menu {
        display: none;
    }

    /* FLYOUT CART STYLE */
    .flyout-main-wrapper .flyout-cart-wrapper {
        position: absolute;
        top: 55px;
        right: 0;
        z-index: 999999;
        width: 312px;
        box-shadow: 10px 10px #A5676F;
        -webkit-box-shadow: 10px 10px #A5676F;
        -moz-box-shadow: 10px 10px #A5676F;
        background-color: #fff;
        border: 2px solid #A5676F;
        border-radius: 0px;
        opacity: 0;
        visibility: hidden;
    }

    .flyout-main-wrapper {
        float: right;
        position: relative;
    }

        .flyout-main-wrapper.shopping-cart-link {
            float: right;
        }

            .flyout-main-wrapper .shopping-cart-link .cart-label {
                color: #707070;
                font-size: 14px;
            }

            .flyout-main-wrapper .shopping-cart-link .cart-qty {
                color: #fff;
                font-size: 11px;
                line-height: 16px;
            }

    /*.flyout-main-wrapper .flyout-cart-wrapper::before {
        background: url(../images/flyout-arrow-top.png) no-repeat center center;
        content: " ";
        height: 14px;
        left: 70%;
        position: absolute;
        top: -14px;
        width: 26px;
    }*/

    .flyout-whish-wrapper.active {
        opacity: 1;
        visibility: visible;
    }

    .flyout-cart-wrapper.active {
        opacity: 1;
        visibility: visible;
    }

    .flyout-main-wish-wrapper .flyout-whish-wrapper {
        position: absolute;
        top: 45px;
        right: -70px;
        z-index: 999999;
        width: 330px;
        box-shadow: 10px 10px #A5676F;
        -webkit-box-shadow: 10px 10px #A5676F;
        -moz-box-shadow: 10px 10px #A5676F;
        background-color: #fff;
        border: 2px solid #A5676F;
        border-radius: 0px;
        opacity: 0;
        visibility: hidden;
    }

    .flyout-main-wish-wrapper {
        float: right;
        position: relative;
    }

        .flyout-main-wish-wrapper.shopping-cart-link {
            float: right;
        }

            .flyout-main-wish-wrapper .shopping-cart-link .cart-label {
                color: #707070;
                font-size: 14px;
            }

            .flyout-main-wish-wrapper .shopping-cart-link .cart-qty {
                color: #fff;
                font-size: 11px;
                line-height: 16px;
            }

    /*.flyout-main-wrapper .flyout-cart-wrapper::before {
        background: url(../images/flyout-arrow-top.png) no-repeat center center;
        content: " ";
        height: 14px;
        left: 70%;
        position: absolute;
        top: -14px;
        width: 26px;
    }*/

    .flyout-whish-wrapper.active {
        opacity: 1;
        visibility: visible;
    }



    .header-lower .flyout-cart-wrapper .mini-shopping-cart .count a {
        float: none;
        border-right: 0;
    }

    .header-lower .flyout-cart-wrapper a {
        border-right: none;
    }

    .mini-shopping-cart {
        padding: 0px 15px;
        text-align: left;
        font-size: 12px;
        color: #a5676f;
    }

        .mini-shopping-cart .count {
            padding: 10px 0px;
            color: #a5676f;
            /*border-bottom: 1px solid #ddd;*/
        }

            .mini-shopping-cart .count a {
                margin: 0 2px;
                font-weight: bold;
                color: #a5676f;
            }

        .mini-shopping-cart .items {
            margin: 0 0 20px;
            max-height: 250px;
            overflow: auto;
        }

        .mini-shopping-cart .item {
            overflow: hidden;
            padding: 10px 0px;
            border-bottom: 1px solid #ddd;
        }

        .mini-shopping-cart .picture {
            float: left;
            width: 70px;
            text-align: center;
            width: 70px;
        }

            .mini-shopping-cart .picture a {
                display: block;
                position: relative;
                overflow: hidden;
                padding: 0px;
            }

                .mini-shopping-cart .picture a:before {
                    content: "";
                    display: block;
                    padding-top: 0px;
                }

            .mini-shopping-cart .picture img {
                position: inherit;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                margin: auto;
                max-width: 100%;
                width: 70px;
            }

            .mini-shopping-cart .picture + .product {
                float: left;
                margin-left: 15px;
            }

        .mini-shopping-cart .name {
            margin: 0 0 5px;
            overflow: hidden;
            width: 100%;
            float: left;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-family: Junicode;
            font-size: 20px;
            font-weight: bold;
            color: #2C2C2C;
            margin-bottom: 0;
        }

    .homepage-firs-text {
        position: relative;
        margin-top: 10%;
        left: 15.4%;
        font-family: 'Montserrat';
        font-size: 26px;
        font-weight: bold;
        width: 22%;
    }

    .btn-shopping {
        border: 1px solid #A5676F;
        -ms-border-radius: 5px;
        border-radius: 5px;
        color: #A5676F;
        background-color: white;
        font-size: x-large;
    }

    .homepage-firs-image {
        float: right;
        z-index: -1;
    }

    .hikayeweb {
        display: block;
    }

    .hikayemobil {
        display: none;
    }

    .gulsha-urunleri-baslik-content {
        margin: 30px 0;
    }

    .home-page-info-content-sub {
        float: none;
        margin: auto;
        height: 300px;
        background: #E6C8C6;
        box-shadow: 20px 26px #A5676F;
    }

    .slider-parantez {
        margin-bottom: -76px;
    }

    .Intersectionweb {
        display: block;
    }

    .Intersectionmonile {
        display: none;
    }

    .newslestter-title {
        padding: 0 60px;
    }

    .newslestter-button {
        padding-top: 25px;
        padding-left: 60px;
        width: 70%;
    }

    .main-menu ul li hr {
        display: none;
    }

    .mobile-logo-content-nav {
        display: none;
    }

    #sidebar-wrapper.navbar.navbar-inverse.navbar-fixed-top {
        position: relative !important;
    }

    #sidebar-wrapper-search {
        position: relative !important;
    }

    .flyout-main-search-wrapper-mobile {
        display: none;
    }

    .userdrp-content .forgot-password {
        float: none !important;
    }

    .userdrp-content .login-page-content .block-account-navigation ul.nav.nav-list li {
        float: left !important;
    }

    .userdrp-content .login-page-content .block-account-navigation .title.main-title {
        display: none;
    }

    .userdrp-content .login-page-content-button-content a {
        cursor: pointer;
        float: left;
        margin-left: 20px;
        font-family: Montserrat;
        font-size: 16px;
        color: #3B3C3E;
        padding-top: 5px;
    }

    .login-page-content-button-content {
        margin-bottom: 20px;
    }

    .shopping-cart-link > a {
        /*border-right: 1px solid #a5676f93e;*/
        display: inline-block;
        padding: 13px 15px;
        z-index: 9999;
        position: relative;
    }

    .whish-cart-link > a {
        display: inline-block;
        padding: 13px 15px;
        z-index: 9999;
        position: relative;
    }

    .li-user-custom > a {
        z-index: 9999;
        position: relative;
    }

    .flyout-cart-wrapper .mobile-header-content {
        display: none;
    }

    .flyout-main-wish-wrapper .mobile-header-content {
        display: none;
    }

    .navbar-nav li a {
        z-index: 9999;
        position: relative;
    }

    .page.category-page .category-page-content {
        width: 1200px;
        margin: auto;
    }

    .register-button-mobile {
        display: none !important;
    }

    .register-button-web {
        display: inline-block;
    }

    .login-page-register-content {
        display: none;
    }

    .category-page-content-description .category-description .description-images {
        width: 40px;
    }

        .category-page-content-description .category-description .description-images img {
            width: 40px;
            margin-top: 40px;
        }

    .description-text {
        width: 530px;
        text-align: center;
        float: left;
        padding-top: 50px;
        padding-left: 20px;
    }

    .mobile-share-content {
        display: none;
    }

    .web-share-content {
        display: block;
    }

    .buynow .buynowbtn {
        background: #A5676F;
        color: #fff;
        border: 1px solid #A5676F;
        margin-left: 20px;
        border-radius: 6px;
    }

    .page.product-reviews-page .page-title.panel-heading img {
        width: 300px;
        margin-top: 0px;
    }

    .footer-adress-span {
        padding-left: 50px;
    }

    .footer-adress-div {
        width: 30px;
    }

    .page.category-page .category-description {
        width: 100%;
        font-size: 24px;
        font-family: Junicode;
        color: #000000;
        float: left;
        min-height: 600px;
        padding-top: 0px;
        padding-bottom: 20px;
        /*display: inline-flex;
        background: url(/Themes/WristwearTheme/Content/images/categorypagetwo.png);
        background-repeat: no-repeat;
        background-position: right;*/
    }

    .master-wrapper-content .nivoslider-web {
        display: block !important;
    }

    .master-wrapper-content .nivoslider-mobile {
        display: none !important;
    }

    .header-bildirim {
        width: auto;
        height: 26px;
        background-color: #F1E4E0;
        color: #a5676f;
        font-size: 16px;
    }

    #sidebar-wrapper-search {
        min-width: 250px;
        /*float: right;*/
    }

    .img-mobile {
        display: none;
    }


    .img-web {
        display: block;
    }

    .header-top-menu-content {
        float: right;
        width: auto !important;
    }

    .header-top-icon-content {
        float: right;
        width: auto !important;
    }

    .header-stick {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 9999;
    }
}

#headerlinks-container {
    width: auto !important;
    float: right;
}

#searchbox-container {
    float: right;
    width: auto !important;
}

.no-padding {
    padding: 0px !important;
}

.product-review-box .rating {
    height: 19px;
    width: 100px;
    background: url(../images/star-x-inactive.png) 0 0 repeat-x;
}

    .product-review-box .rating div {
        float: left;
        height: 19px;
        background: url(../images/star-x-active.png) 0 0 repeat-x;
    }

.product-reviews-description {
    font-size: 14px;
    font-weight: 100;
    font-family: Junicode;
}

.product-reviews-name a {
    font-size: 14px;
    font-weight: bold;
    color: #2C2C2C;
    font-family: Junicode;
}

.order-summary-product-quantity {
    margin-top: 40px;
}

.product-review-see-all {
    display: block;
    margin: auto;
    text-transform: uppercase;
    padding: 10px 10px;
    border: 1px solid #A5676F;
    background: none;
    color: #A5676F;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    border-radius: 2px;
}

.carrier-first-content {
    background: #F5E8E5;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 80px;
}

.carrier-second-content {
    background: #F1E4E0;
    padding: 20px;
    padding-top: 100px;
}

.career-main {
    padding: 0px !important;
    background: #F1E4E0;
}

.career-file-buton {
    width: 200px;
    border-radius: 6px;
    border: 1px solid #A5676F;
    background: #fff;
    color: #A5676F;
}

.contact-us-button {
    width: 200px;
    border-radius: 6px !important;
}

.addres-li-footer {
    height: 70px !important;
}

.neden-gulsha-first-text {
    background-color: #fff;
    position: absolute;
    margin-left: 50px;
    z-index: 99;
    margin-top: 50px;
}

.neden-gulsha-first-content {
    background-color: #F1E4E0;
    padding-bottom: 100px !important;
}

.neden-gulsha-second-content img {
    margin-top: -50px;
}

.neden-gulsha-3-text-cont {
    float: right;
}

.neden-gulsha-3-img-cont {
    float: right;
}

    .neden-gulsha-3-img-cont img {
        margin-top: -50px;
    }

.neden-gulsha-4-content {
    margin-top: 30px;
    padding-bottom: 30px !important;
}

.neden-gulsha-5-content-text {
    padding-left: 50px;
    padding-right: 20px;
}

.neden-gulsha-6-img-content img {
    margin-top: -100px;
}

.neden-gulsha-7-img-content img {
    padding-top: 200px;
}

.neden-gulsha-9-img-content img {
    padding: 80px 0px;
}

.neden-gulsha-9-text-content {
    padding: 100px;
}

.neden-gulsha-10-text-content {
    padding-top: 50px;
}
/*fuat*/
.salespointmain {
    background-repeat: no-repeat;
    padding-top: 30px;
    padding-left: 0px;
    padding-right: 0px;
    background: url("../../../../Content/Images/uploaded/salesplace.png");
    background-size: 100% 314px;
    height: 314px;
}

@media (max-width: 720px) {
    .salespointmain {
        background-repeat: no-repeat;
        padding-top: 10px;
        padding-left: 0px;
        padding-right: 0px;
        background: url(../../../../Content/Images/uploaded/salesplacemobil.png);
        background-size: 108% 382px;
        height: 350px;
    }

    .product-add-button-content {
        margin-right: 5px;
    }

        .product-add-button-content .prices .product-price {
            margin-right: 5px;
        }

    .page.topic-page {
        padding: 0px;
    }

    .footer .col-md-12 {
        padding: 0px !important;
    }

    .neden-gulsha-10-text-content {
        padding-top: 0px;
    }

    .neden-gulsha-9-text-content {
        padding: 10px;
    }

    .neden-gulsha-9-img-content img {
        padding: 0px 0px;
    }

    .neden-gulsha-7-img-content img {
        padding-top: 0px;
    }

    .neden-gulsha-6-img-content img {
        margin-top: 0px;
    }

    .neden-gulsha-5-content-text {
        margin-left: 0px;
        margin-right: 0px;
    }

    .neden-gulsha-4-content {
        margin-top: 10px;
        padding-bottom: 30px !important;
    }

    .neden-gulsha-3-img-cont img {
        margin-top: 0px;
    }

    .neden-gulsha-3-img-cont {
        float: right;
        text-align: center;
    }

        .neden-gulsha-3-img-cont img {
            width: 70% !important;
        }


    .neden-gulsha-5-content .col-md-6 {
        background-color: #fff !important;
    }

    .neden-gulsha-7-text-content {
        background-color: #fff !important;
    }

    .neden-gulsha-second-content img {
        margin-top: 0px;
    }

    .neden-gulsha-first-content {
        background-color: #F3F3F1;
    }

    .neden-gulsha-first-text {
        background-color: #fff;
        position: relative;
        margin-left: 0px;
        z-index: 1;
        margin-top: 0px;
    }

    .addres-li-footer {
        height: 80px;
    }

    .carrier-first-content {
        background: none;
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 10px;
    }

    .career-main {
        padding: 0px !important;
        background: #fff;
    }

    .carrier-second-content {
        background: none;
        padding: 10px;
    }

    .career-file-buton {
        width: 200px;
        border-radius: 6px;
        border: 1px solid #A5676F;
        margin-top: 20px;
        background: #fff;
    }

    .contact-us-button {
        width: 200px;
        border-radius: 6px !important;
        margin-top: 20px;
    }

    .img-mobile {
        display: block;
        margin-top: 16px;
    }

    .img-web {
        display: none;
    }

    .header-bildirim {
        width: 100%;
        height: 26px;
        background-color: #F1E4E0;
        color: #a5676f;
        font-size: 16px;
        position: fixed;
        display: block;
        z-index: 999;
        top: 0;
    }

    .master-wrapper-content .nivoslider-web {
        display: none !important;
    }

    .master-wrapper-content .nivoslider-mobile {
        display: block !important;
    }

    .header-bildirim .col-md-12 {
        padding-left: 5px !important;
    }

    .encoksatan {
        float: left;
        position: absolute;
        z-index: 1;
        left: 12px;
        top: -33px;
        width: 60px;
    }

    #removeshoppingcartmodal .modal-dialog {
        width: auto !important;
        background: #F3F3F1;
        box-shadow: 0px 0px 20px #ddd;
        -moz-box-shadow: 0px 0px 20px #ddd;
        -webkit-box-shadow: 0px 0px 20px #ddd;
    }

        #removeshoppingcartmodal .modal-dialog .col-xs-12 {
            margin-top: 20px;
        }

    .order-summary-button-group .continue-order button {
        font-family: Montserrat;
        font-size: 14px;
        border-radius: 6px;
        background: #A5676F;
        border: 1px solid #A5676F;
        height: 50px;
        color: #FFFFFF;
    }

    .order-summary-button-group .continue-shopping input {
        font-family: Montserrat;
        font-size: 12px;
        border-radius: 6px;
        background: none;
        border: 1px solid #A5676F;
        height: 50px;
        color: #A5676F;
    }

        .order-summary-button-group .continue-shopping input:hover {
            font-family: Montserrat;
            font-size: 12px;
            border-radius: 6px;
            background: none;
            border: 1px solid #A5676F;
            height: 50px;
            color: #A5676F;
        }

    .footer-adress-div {
        width: 30px;
    }

    .header-bildirim {
        display: block;
    }

    .block.block-blog-archive.well.box-shadow-wrapper .listbox ul li strong, .box-shadow-wrapper .listbox ul li a {
        padding: 15px 0px 15px 15px;
        float: left;
        width: 100%;
        /* border-bottom: 1px solid #ddd; */
        color: #FFFFFF;
        font-size: 14px;
        font-weight: 300;
        text-decoration: none;
    }

    .order-details-page {
        padding-top: 20px;
    }

        .order-details-page .links .controls {
            margin-right: 0px;
            display: block;
            margin: 5px;
        }

    .order-completed-page .section.order-completed, .order-completed-page .panel-heading h1 {
        text-align: center;
        font-size: 16px;
    }

    .order-completed-page {
        margin: 10px !important;
    }

    .page.shopping-cart-page {
        margin-top: 0px;
    }

    .order-summary-order-total {
        float: right;
        margin-top: 30px;
        margin-right: 10px;
    }

    .order-summary-button-group {
        float: none;
        margin: 50px 20px;
        display: inline-block;
    }

    .order-summary-product-name {
        font-family: Junicode;
        font-size: 16px;
        font-weight: bold;
        color: #2C2C2C;
        margin-top: 0px;
    }

    .order-summary-product-quantity {
        margin-top: 10px;
    }

    .order-summary-product-image img {
        max-width: 100%;
        margin-top: 20px;
    }

    .order-summary-product-price span {
        margin-top: 5px;
        margin-right: 10px;
    }

    .page.product-reviews-page {
        margin-top: 50px;
    }

        .page.product-reviews-page.no-new {
            margin-top: 10px;
            background: #F1E4E0;
            height: 150px;
        }

    .no-new .product-reviews-head-info .product-review-links a {
        color: #2C2C2C;
        font-size: 12px;
        margin-left: 5px;
    }

    .no-new .product-reviews-head-info .quantity-box {
        display: none;
    }

    .no-new .product-review-list {
        margin-top: 20px !important;
    }

        .no-new .product-review-list .title {
            padding-left: 10px;
        }

            .no-new .product-review-list .title strong {
                line-height: 3;
            }

            .no-new .product-review-list .title span {
                margin-right: 10px;
            }

    .goto-product {
        text-transform: uppercase;
        background: #A5676F;
        padding: 10px 25px;
        border: 1px solid #A5676F;
        color: #fff;
        font-family: Montserrat;
        font-size: 14px;
        font-weight: 400;
        border-radius: 6px;
        float: none;
        margin: auto;
    }

        .goto-product a {
            color: #fff;
        }

    .goto-product-content {
        display: flex;
        margin-top: 10px;
    }

    .product-reviews-head-info .product-add-button-content .prices {
        display: none;
    }

    .product-reviews-head-info .product-reviews-name {
        margin-top: 30px;
    }

    .page.product-reviews-page .page-title.panel-heading img {
        width: 100px;
        margin-top: 25px;
    }

    .product-review-see-all {
        display: block;
        margin: auto;
        text-transform: uppercase;
        padding: 10px 10px;
        border: 1px solid #A5676F;
        background: none;
        color: #A5676F;
        font-family: Montserrat;
        font-size: 14px;
        font-weight: 400;
        border-radius: 2px;
    }

    .write-comment {
        text-transform: uppercase;
        padding: 10px 10px;
        border: 1px solid #A5676F;
        background: none;
        color: #A5676F;
        font-family: Montserrat;
        font-size: 14px;
        font-weight: 400;
        border-radius: 0px;
    }

    .product-details-page .product-reviews-page .panel-heading h1 {
        font-size: 14px;
        font-weight: 700;
        color: #a5676f;
        text-transform: uppercase;
        margin: 0;
        text-align: left;
        letter-spacing: 2px;
        padding-top: 14px;
    }

    .product-share-button .share-content {
        margin-left: 10px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .product-share-button .share-title {
        margin-top: 10px;
        margin-bottom: 0px;
        margin-left: 10px;
        font-size: 16px;
        font-weight: bold;
        font-family: Montserrat;
    }

    .mobile-share-content {
        display: block;
    }

        .mobile-share-content .product-share-button {
            margin: auto;
            float: none;
            box-shadow: 10px 10px #A5676F;
        }

    .web-share-content {
        display: none;
    }

    .product-details-page .product-details-tabs {
        margin-bottom: 50px;
        float: left;
        width: 100%;
        border-top: 1.5px solid #A5676F;
        padding-top: 30px !important;
    }

    .product-details-page .overview, .product-details-page .gallery {
        margin-bottom: 10px;
    }

    .product-reviews-overview {
        margin-top: 10px;
    }

        .product-reviews-overview .product-review-box {
            float: left !important;
        }

        .product-reviews-overview .product-review-links {
            float: left !important;
        }

            .product-reviews-overview .product-review-links a {
                font-weight: 500 !important;
            }

        .product-reviews-overview .product-no-reviews {
            margin-top: 0px;
            width: auto;
        }


    .product-details-page .prices .product-price span {
        font-size: 16px;
        color: #a5676f;
        font-family: Montserrat;
        line-height: 2.5;
    }



    .product-add-button input {
        width: 120px;
        margin-top: 0px;
    }

    .product-details-page .add-to-cart .product-add-button {
        margin-top: 0px !important;
    }

        .product-details-page .add-to-cart .product-add-button .add-to-cart-button {
            /* background: url(../images/white-product-cart-icon.png) no-repeat 12px #a5676f; */
            text-transform: uppercase;
            padding: 10px 10px;
            border: 1px solid #A5676F;
            background: none;
            color: #A5676F;
            font-family: Montserrat;
            font-size: 14px;
            font-weight: 400;
            border-radius: 2px;
        }

    .header-links-wrapper .header-links.header-top-right ul {
        line-height: inherit !important;
    }

    .product-details-page .add-to-cart .quantity-box label {
        float: left !important;
        vertical-align: text-bottom;
        display: inline-block;
    }

    .product-details-page .addtocart-quantity-box {
        margin-right: 0px;
        float: left !important;
    }

    .def-number-input.number-input.safari_only {
        margin-bottom: 10px;
    }

    input[type='radio']:after {
        width: 14px;
        height: 14px;
        border-radius: 14px;
        top: 0px;
        left: -1px;
        position: relative;
        background-color: #fff;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 1px solid #a5676f;
    }

    input[type='radio']:checked:after {
        width: 14px;
        height: 14px;
        border-radius: 14px;
        top: 0px;
        left: -1px;
        position: relative;
        background: radial-gradient(circle, #A5676F 36%, rgba(255,255,255,1) 43%);
        content: '';
        display: inline-block;
        visibility: visible;
        border: 0.5px solid #a5676f;
    }

    .product-details-page .product-essential .overview .product-name {
        margin-top: 50px;
    }

    .product-details-page .overview, .product-details-page .product-name.panel-heading h1 {
        text-align: left !important;
    }

    .product-details-page .product-essential .overview {
        background-position: 0px 0px;
        background-size: 70%;
    }

    .productbox1 .item-box .product-item {
        background: #F3F3F1;
        padding-bottom: 5px;
    }

    .product-details-page .product-name.panel-heading {
        margin-bottom: 0px;
        border-bottom: none;
    }

    .item-box .add-to-wishlist1-button {
        z-index: 1;
    }

    .productbox1 .item-box.product-grid .thumbnail .caption {
        padding-top: 0px !important;
    }

    .productbox1 .item-box.product-grid .prices {
        width: auto;
        float: left;
        text-align: center;
        margin-left: 0px;
        display: contents;
    }

    .productbox1 .add-cart-button-div {
        text-align: center;
        margin-bottom: 5px;
        margin-top: 5px;
        display: block;
        display: flex;
    }

    .item-box .product-box-add-to-cart-button {
        height: 30px;
        font-size: 14px;
        font-weight: 100;
        background: none !important;
        /* background: url(../images/product-cart-icon.png) no-repeat 12px -16px #fff; */
        border: 1px solid #A5676F;
        border-radius: 2px;
        color: #A5676F;
        text-indent: 1px;
        padding: 0px 5px 0px 5px;
        transition: width ease-in-out 1s;
        -webkit-transition: width ease-in-out 1s;
        -o-transition: width ease-in-out 1s;
        -moz-transition: width ease-in-out 1s;
        margin: auto;
        width: 80%;
    }

    .product-details-page .gallery .picture {
        text-align: center;
        margin-bottom: 0px;
        background: #fff;
        padding: 0 10px;
    }



    .homepage-product-div .productbox1 .item-box:hover .thumbnail, .item-box.product-grid:hover .add-cart-button-div {
        display: block !important;
    }

    .homepage-product-div .product-grid .item-box:hover .thumbnail, .item-box.product-grid:hover .details .prices {
        display: contents;
    }

    .item-box .product-item .product-title a {
        color: #3B3C3E;
        text-align: center;
        font-family: Montserrat;
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .first-container {
        margin-top: 30px;
    }

    .description-text {
        text-align: center;
        float: left;
        padding-top: 0px;
        padding-left: 0px;
        font-size: 12px;
        width: 50%;
    }

    .category-page-content-description .category-description .description-images {
        width: 12px;
    }

        .category-page-content-description .category-description .description-images img {
            width: 12px;
            margin-top: 0px;
        }

    .page.category-page .category-description .img-web {
        display: none;
    }

    .page.category-page .category-description .img-mobile {
        display: block;
    }

    .page.category-page .category-description {
        width: 100%;
        font-size: 24px;
        font-family: Junicode;
        color: #000000;
        float: left;
        min-height: 180px !important;
        padding-top: 0px;
        /*display: inline-flex;
        background: url(/Themes/WristwearTheme/Content/images/categorypagetwo.png);
        background-repeat: no-repeat;
        background-position: right top;
        background-size: 250px 150px;
        background-position: right 10px;*/
    }

    .category-page-content-description {
        min-height: 180px;
    }

    .news-letter.control-label {
        line-height: initial;
    }

    .login-page-register-content span {
        font-size: 24px;
        font-weight: bold;
        font-family: Junicode;
        margin-top: 20px;
    }

    .login-page-register-content .field-validation-error, .login-page-register-content .field-validation-error span {
        font-size: 14px;
        font-weight: 400;
        font-family: Junicode;
    }

    .register-button-mobile {
        display: inline-block;
    }

    .login-page-register-content {
        display: none;
        margin-top: 20px;
        position: relative;
    }

    .register-button-web {
        display: none !important;
    }

    .li-user-custom.userdrp-mobile i img {
        margin-bottom: 12px;
    }

    .master-column-wrapper .container {
        margin-top: 40px;
    }

    .page.category-page .category-page-content {
        width: 100%;
        margin: auto;
    }

    .modal-dialog {
        margin: 0 !important;
    }

    .modal-content {
        position: relative;
        background-color: #fff;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid #999;
        border: 0;
        border-radius: 0;
        outline: 0;
        -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
        box-shadow: none;
        margin-top: 57px;
        width: 100%;
        padding: 0;
        margin-left: 0;
    }

    .modal-backdrop {
        position: relative !important;
    }

    .field-validation-valid {
        font-size: 12px;
    }

    .add-cart-button-div-whish .product-box-add-to-cart-button {
        border: 1px solid #A5676F !important;
        background: none !important;
        border-radius: 6px !important;
        margin-left: 10px;
        padding: 10px;
        margin-top: -15px;
    }

    #flyout-whish-cart .picture img {
        width: 70px;
    }

    #flyout-whish-cart .picture {
        float: left;
        width: 35%;
    }

    #flyout-whish-cart .product {
        float: left;
        width: 65%;
    }

    .flyout-cart-wrapper {
        display: none;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        background-color: #fff;
        border: 0px solid #A5676F;
        border-radius: 0px;
        margin-top: 0;
        position: fixed;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: 999;
        overflow: scroll;
    }

    .flyout-whish-wrapper {
        display: none;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        background-color: #fff;
        border: 0px solid #A5676F;
        border-radius: 0px;
        margin-top: 0;
        position: fixed;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: 999;
        overflow: scroll;
    }

    .li-shopping-cart-mobile .mini-shopping-cart .count {
        font-size: 18px;
        font-weight: bold;
    }

    .li-shopping-cart-mobile .mini-shopping-cart .items {
        margin-top: 20px;
        padding: 10px;
    }

        .li-shopping-cart-mobile .mini-shopping-cart .items .item {
            border-bottom: 1px solid #A5676F;
            display: flex;
            padding-bottom: 10px;
            padding-top: 10px;
        }

    .li-whis-cart-mobile .mini-shopping-cart .items .item {
        border-bottom: 1px solid #A5676F;
        display: flex;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .li-shopping-cart-mobile .mini-shopping-cart .totals {
        margin-top: 20px;
        padding: 10px;
    }

    .li-shopping-cart-mobile .mini-shopping-cart .buttons {
        margin-top: 20px;
        padding: 10px;
    }

    .li-shopping-cart-mobile .mini-shopping-cart .product {
        float: left;
    }

    .li-shopping-cart-mobile .mini-shopping-cart .count a {
        display: contents;
    }




    .li-whish-cart-mobile .mini-shopping-cart .count {
        font-size: 18px;
        font-weight: bold;
    }

    .li-whish-cart-mobile .mini-shopping-cart .items {
        margin-top: 20px;
        padding: 10px;
    }

        .li-whish-cart-mobile .mini-shopping-cart .items .item {
            border-bottom: 1px solid #A5676F;
            display: flex;
            padding-bottom: 10px;
            padding-top: 10px;
        }

    .li-whish-cart-mobile .mini-shopping-cart .totals {
        margin-top: 20px;
        padding: 10px;
    }

    .li-whish-cart-mobile .mini-shopping-cart .buttons {
        margin-top: 20px;
        padding: 10px;
    }

    .li-whish-cart-mobile .mini-shopping-cart .product {
        float: left;
    }

    .li-whish-cart-mobile .mini-shopping-cart .count a {
        display: contents;
    }


    .shopping-cart-slogan {
        margin: 20px;
    }

    .whish-cart-link > a {
        display: inline-block;
        padding: 13px 15px;
        z-index: 99;
        position: relative;
    }

    .li-user-custom > a {
        z-index: 99;
        position: relative;
    }

    .navbar-nav li a {
        z-index: 99;
        position: relative;
    }

    .shopping-cart-link > a {
        /*border-right: 1px solid #a5676f93e;*/
        display: inline-block;
        padding: 13px 15px;
        z-index: 99;
        position: relative;
    }

    .mobile-header-content-img {
        margin-top: 10px;
        margin-left: 10px;
        float: left;
        width: 21px;
    }

    .mobile-header-content {
        height: 55px;
        background: #F3F3F1;
    }

    .userdrp-content .title-content {
        margin-top: 20px;
    }

    .userdrp-content ul.nav-list li {
        width: 100%;
    }

    .userdrp-content ul li a {
        margin: 10px auto !important;
        width: 180px !important;
        float: none !important;
        border: 2px solid #A5676F;
        border-right: 2px solid #A5676F !important;
        border-radius: 6px;
        text-align: center;
        padding: 15px 15px 15px 15px !important;
    }

    .userdrp-content .login-page-content .block-account-navigation .title.main-title {
        display: none;
    }

    .block-account-navigation.well.box-shadow-wrapper {
        box-shadow: none !important;
    }

    .userdrp-content {
        position: fixed;
        background-color: #fff;
        min-width: 200px;
        z-index: 999;
        left: 0;
        width: 100%;
        right: 0;
        box-shadow: none;
        border: 0px;
        margin: 0px;
        height: 100%;
        overflow: scroll;
    }

    .li-user-custom.userdrp .listbox {
        display: block;
    }

    .li-user-custom.userdrp-mobile .listbox {
        display: block;
    }

    .shooping-cart-count {
        margin-top: -21px;
        margin-left: 12px;
        width: 18px;
        height: 18px;
        background-color: #A5676F;
        right: 0;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        color: #fff;
        font-family: 'Montserrat';
        font-size: 11px;
        padding-left: 1px;
        padding-top: 4px;
    }

    .header-upper-right {
        display: none;
    }

    .flyout-search-wrapper-mobile .home-page-product-grid .thumbnail {
        border: 0px;
    }

        .flyout-search-wrapper-mobile .home-page-product-grid .thumbnail .picture {
            width: 50%;
            float: left;
            border: 1px solid #A5676F;
        }

        .flyout-search-wrapper-mobile .home-page-product-grid .thumbnail .caption {
            float: left;
            width: 50%;
        }

        .flyout-search-wrapper-mobile .home-page-product-grid .thumbnail .add-cart-button-div {
            display: block !important;
        }

            .flyout-search-wrapper-mobile .home-page-product-grid .thumbnail .add-cart-button-div .product-box-add-to-cart-button {
                width: 130px;
            }

    .mobile-header-menu .header-links-wrapper.no-padding.pull-right {
        padding: 0;
    }

    .search-box-product {
        display: none;
    }

    .flyout-main-search-wrapper .flyout-search-wrapper {
        background: none;
    }

    .flyout-main-search-wrapper {
        display: none;
    }

    #sidebar-wrapper-search .inputWithIcon .fa.fa-close {
        display: none !important;
    }

    #sidebar-wrapper-search .inputWithIcon .fa.fa-search {
        margin-top: -5px !important;
    }

    #sidebar-wrapper-search .gulsha-searchbox {
        border-bottom: 1px solid #a5676f;
    }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border: 0px;
    }

    .gulsha-searchbox {
        border: 0px;
    }

    .footer {
        float: left;
        width: 100%;
        background: #F1E4E0;
        padding-top: 30px;
        margin-top: 0px;
        box-shadow: 0px 0px 20px #ddd;
        -moz-box-shadow: 0px 0px 20px #ddd;
        -webkit-box-shadow: 0px 0px 20px #ddd;
    }

    .pager {
        padding-left: 0;
        margin: 0px 0;
        text-align: center;
        list-style: none;
    }

    .footer-rose {
        display: none;
    }

    .footer .col-xs-6 {
        padding: 0px !important;
    }

    .footer-phone-div {
        width: 30px;
    }

    .footer-mail-div {
        width: 30px;
    }





    .footer2-title {
        padding: 0px;
        padding-left: 0px;
        margin-top: 8px;
    }

        .footer2-title ul li a {
            font-size: 12px;
            font-weight: 400;
        }



    .footer1-title {
        padding: 0 0px;
        margin-top: 10px;
    }

        .footer1-title ul li a {
            font-size: 12px;
            font-weight: 400;
        }

        .footer1-title span {
            font-size: 12px;
            font-weight: 400;
        }

    li.instagram {
        padding-left: 0px !important;
    }

    .newslestter-title strong {
        font-family: Junicode;
        font-size: 18px;
        color: #A5676F;
    }

    .social-content {
        margin-left: 0px;
        margin-top: 15px;
    }

    .newslestter-title {
        padding: 0 0px;
    }

    .newslestter-button {
        padding-top: 25px;
        /* padding-left: 60px; */
        width: 79%;
    }

    .gulveenerji-mt-50 {
        margin-top: 0px;
        margin-left: 0px;
    }

    .btn-gul-enerji {
        display: none;
    }

    .Intersection-conntent {
        display: none;
    }

    .youtube-row {
        width: 100%;
        height: 100%;
        margin-bottom: 20px;
    }

    .mt-50 {
        margin-top: 0px;
    }

    .youtube-content {
        margin-bottom: 10px;
    }

        .youtube-content p {
            font-weight: bold;
        }

    img {
        margin-bottom: 10px;
    }

    .instagram-content .tek {
        padding-left: 0;
        padding-right: 5px;
    }

    .instagram-content .cift {
        padding-left: 5px;
        padding-right: 0;
    }

    .gulenerjititle {
        font-size: 18px;
        font-weight: bold;
        font-family: Junicode;
        text-align: left;
    }

    .gulenerj-ust-sag-img {
        margin-top: 0px;
        z-index: -1;
    }

    .Intersectionweb {
        display: none;
    }

    .Intersectionmonile {
        display: block;
    }

    .mt-100 {
        margin-top: 10px;
    }

    .home-page-info-content-sub {
        float: none;
        margin: 15px;
        height: 100%;
        background: #E6C8C6;
        box-shadow: 10px 10px #A5676F;
        min-height: 300px;
    }

    .gulsha-urunleri-baslik-content {
        display: none;
    }

    .temizleyinmain {
        padding: 0px;
        margin-bottom: 20px;
    }

    .temizleyin {
        background: #fff;
        padding: 0px;
    }

        .temizleyin .content3lu-text {
            background: #E6C8C6;
            margin-left: 30px;
            padding-top: 10px;
            padding-left: 90px;
            text-align: left;
        }

            .temizleyin .content3lu-text h1 {
                font-size: 18px;
                font-weight: bold;
            }

        .temizleyin img {
            width: 120px;
            position: absolute;
            margin-top: 60px;
        }

    .nemlendirinmain {
        padding: 0px;
        margin-bottom: 20px;
    }

    .nemlendirin {
        background: #fff;
        padding: 0px;
    }

        .nemlendirin .content3lu-text {
            background: #A5676F;
            margin-left: 30px;
            padding-top: 10px;
            padding-left: 90px;
            text-align: left;
            color: #fff;
        }

            .nemlendirin .content3lu-text h1 {
                font-size: 18px;
                font-weight: bold;
            }

        .nemlendirin img {
            width: 120px;
            position: absolute;
            margin-top: 60px;
        }

    .canlandirinmain {
        padding: 0px;
        margin-bottom: 20px;
    }

    .canlandirin {
        background: #fff;
        padding: 0px;
    }

        .canlandirin .content3lu-text {
            background: #E6C8C6;
            margin-left: 30px;
            padding-top: 10px;
            padding-left: 90px;
            text-align: left;
        }

            .canlandirin .content3lu-text h1 {
                font-size: 18px;
                font-weight: bold;
            }

        .canlandirin img {
            width: 120px;
            position: absolute;
            margin-top: 50px;
        }

    hr {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .second-content {
        background: #F1E4E0;
        position: relative;
        margin-top: 0px;
    }

    .middle-rosa-damascena {
        margin: 40px auto;
        text-align: center;
        color: #a5676f;
        font-size: 16px;
        font-weight: bold;
        font-family: Junicode;
        margin-bottom: 10px;
    }

    .hikayeweb {
        display: none;
    }

    .hikayemobil {
        display: block;
    }

    .header-upper {
        position: fixed;
        z-index: 7;
        width: 100%;
        display: block;
        top: 26px;
    }

    .master-column-wrapper {
        padding-top: 55px;
    }

    .homepage-firs-text .row.mt-50 {
        margin-top: 10px;
    }

    .btn-shopping {
        border: 1px solid #A5676F;
        -ms-border-radius: 5px;
        border-radius: 5px;
        color: #A5676F;
        background-color: white;
        font-size: 16px;
    }

    .homepage-firs-text {
        position: relative;
        font-family: Junicode;
        font-size: 12px;
        font-weight: bold;
        padding-left: 15px !important;
    }

    .homepage-firs-image {
        float: right;
        z-index: 0;
        display: inline-block;
    }

    .hamburger-menu-navbar-content {
        background: #fff;
        height: 100%;
        text-align: center;
        margin-top: 10px;
    }

        .hamburger-menu-navbar-content .main-menu {
            margin: auto;
            width: 100%;
            height: 100%;
            margin-top: 30%;
        }

        .hamburger-menu-navbar-content .flyout-main-product-wrapper {
            display: none;
        }

        .hamburger-menu-navbar-content ul li a {
            font-family: Montserrat;
            font-size: 28px;
            color: #a5676f;
        }

        .hamburger-menu-navbar-content ul li hr {
            width: 50px;
            background: #A5676F;
            height: 2px;
        }

    .navbar-nav {
        margin: 0px;
    }

    .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
        color: #a5676f;
        background-color: transparent;
    }



    .flyout-main-wrapper .flyout-cart-wrapper {
        position: absolute;
        opacity: 0;
        visibility: hidden;
        display: none;
    }

    .flyout-main-wrapper .shopping-cart-link.toggled .flyout-cart-wrapper {
        position: absolute;
        opacity: 1 !important;
        visibility: visible;
        display: block;
        width: 100%;
    }

    .flyout-main-wish-wrapper .flyout-whish-wrapper {
        /*position: absolute;*/
        /*opacity: 0;
        visibility: hidden;
        display: none;*/
    }

    .master-wrapper-content {
        padding: 0px;
    }

    .mobile-header-menu {
        display: block;
    }

    .mobile-logo-content {
        text-align: right;
        padding-top: 10px !important;
        float: right;
    }

        .mobile-logo-content img {
            height: 35px;
            float: right;
        }

    .mobile-logo-content-nav {
        padding-top: 0px !important;
    }

        .mobile-logo-content-nav img {
            height: 35px;
        }

    .userdrp-content .mobile-header-content {
        text-align: center;
        width: 100%;
        display: inline-block;
    }

        .userdrp-content .mobile-header-content a {
            text-align: center;
            float: none;
        }

        .userdrp-content .mobile-header-content img {
            height: 35px;
        }

    .flyout-cart-wrapper .mobile-header-content {
        text-align: center;
        width: 100%;
        display: inline-block;
    }

        .flyout-cart-wrapper .mobile-header-content a {
            text-align: center;
            float: none;
        }

        .flyout-cart-wrapper .mobile-header-content img {
            height: 35px;
        }

    .flyout-whish-wrapper .mobile-header-content {
        text-align: center;
        width: 100%;
        display: inline-block;
    }

        .flyout-whish-wrapper .mobile-header-content a {
            text-align: center;
            float: none;
        }

        .flyout-whish-wrapper .mobile-header-content img {
            height: 35px;
        }
    /*.header-top-menu-content {
        display: none;
    }*/
    .header-menu .nav.navbar-nav > li {
        border-bottom: 0px !important;
        display: grid;
    }

    .header-menu {
        background: #fff;
    }

    .mobile-header-menu {
        padding: 0px;
    }

    .header-links.header-top-right.col-md-12 {
        padding: 0px !important;
    }

    ul.gulsha-headerlinks {
        float: right;
        margin-right: 0px;
    }

    #wrapper.toggled {
        background: #F3F3F1;
    }

    #header-links-wrapper.toggled {
        background: #F3F3F1;
    }

        #header-links-wrapper.toggled .gulsha-headerlinks {
            display: none;
        }

        #header-links-wrapper.toggled #sidebar-wrapper {
            width: 100%;
            margin-top: 33px;
            padding-top: 33px;
            background: #F3F3F1;
        }

    .shopping-cart-link.toggled #sidebar-wrapper-cart {
        width: 100%;
        margin-top: 0px;
        padding-top: 10px;
        background: #F3F3F1;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 100%;
        margin-top: 0px;
        padding-top: 10px;
        background: #F3F3F1;
    }

    #searchbox-container.toggled #sidebar-wrapper-search {
        width: 100%;
        margin-top: 0px;
        padding-top: 45px;
    }

    #wrappersearch.toggled #sidebar-wrapper-search {
        width: 100%;
        margin-top: 0px;
        padding-top: 15px;
    }

    .shopping-cart-link.toggled #sidebar-wrapper-cart {
        width: 100%;
        margin-top: 0px;
        padding-top: 0px;
        background: #FFF;
    }

    #wrapper.toggled #sidebar-wrapper-cart {
        width: 100%;
        margin-top: 0px;
        padding-top: 10px;
        background: #F3F3F1;
    }

    #sidebar-wrapper {
        z-index: 100;
        /*left: 260px;*/
        width: 0;
        height: 100%;
        /*margin-left: -260px;*/
        overflow-y: auto;
        overflow-x: hidden;
        background: #fff;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    #sidebar-wrapper-cart {
        z-index: 100;
        /*left: 260px;*/
        width: 0;
        height: 100%;
        /*margin-left: -260px;*/
        overflow-y: auto;
        overflow-x: hidden;
        background: #fff;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    #sidebar-wrapper-search {
        z-index: 100;
        left: 260px;
        width: 0;
        height: 100%;
        margin-left: -260px;
        overflow-y: auto;
        overflow-x: hidden;
        background: #fff;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .mobile-header-menu {
        height: 55px;
        background: #F3F3F1;
    }


    .logo-container {
        display: none;
    }

    .header-upper-right.pull-right {
        /*display: none;*/
    }


    .hamburger {
        position: fixed;
        top: 36px;
        z-index: 9;
        display: block;
        width: 32px;
        height: 32px;
        margin-left: 0px;
        background: transparent;
        border: none;
    }

        .hamburger.is-open {
            z-index: 101;
        }

        .hamburger:hover,
        .hamburger:focus,
        .hamburger:active {
            outline: none;
        }

        .hamburger.is-closed:before {
            content: '';
            display: block;
            width: 100px;
            font-size: 14px;
            color: #fff;
            line-height: 32px;
            text-align: center;
            opacity: 0;
            -webkit-transform: translate3d(0,0,0);
            -webkit-transition: all .35s ease-in-out;
        }

        .hamburger.is-closed:hover:before {
            opacity: 1;
            display: block;
            -webkit-transform: translate3d(-100px,0,0);
            -webkit-transition: all .35s ease-in-out;
        }

        .hamburger.is-closed .hamb-top,
        .hamburger.is-closed .hamb-middle,
        .hamburger.is-closed .hamb-bottom,
        .hamburger.is-open .hamb-top,
        .hamburger.is-open .hamb-middle,
        .hamburger.is-open .hamb-bottom {
            position: absolute;
            left: 0;
            height: 4px;
            width: 100%;
        }

        .hamburger.is-closed .hamb-top,
        .hamburger.is-closed .hamb-middle,
        .hamburger.is-closed .hamb-bottom {
            background-color: #1a1a1a;
        }

        .hamburger.is-closed .hamb-top {
            top: 5px;
            -webkit-transition: all .35s ease-in-out;
        }

        .hamburger.is-closed .hamb-middle {
            top: 50%;
            margin-top: -2px;
        }

        .hamburger.is-closed .hamb-bottom {
            bottom: 5px;
            -webkit-transition: all .35s ease-in-out;
        }

        .hamburger.is-closed:hover .hamb-top {
            top: 0;
            -webkit-transition: all .35s ease-in-out;
        }

        .hamburger.is-closed:hover .hamb-bottom {
            bottom: 0;
            -webkit-transition: all .35s ease-in-out;
        }

        .hamburger.is-open .hamb-top,
        .hamburger.is-open .hamb-middle,
        .hamburger.is-open .hamb-bottom {
            background-color: #1a1a1a;
        }

        .hamburger.is-open .hamb-top,
        .hamburger.is-open .hamb-bottom {
            top: 50%;
            margin-top: -2px;
        }

        .hamburger.is-open .hamb-top {
            -webkit-transform: rotate(45deg);
            -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
        }

        .hamburger.is-open .hamb-middle {
            display: none;
        }

        .hamburger.is-open .hamb-bottom {
            -webkit-transform: rotate(-45deg);
            -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
        }

        .hamburger.is-open:before {
            content: '';
            display: block;
            width: 100px;
            font-size: 14px;
            color: #fff;
            line-height: 32px;
            text-align: center;
            opacity: 0;
            -webkit-transform: translate3d(0,0,0);
            -webkit-transition: all .35s ease-in-out;
        }

        .hamburger.is-open:hover:before {
            opacity: 1;
            display: block;
            -webkit-transform: translate3d(-100px,0,0);
            -webkit-transition: all .35s ease-in-out;
        }

        .hamburger.is-open:after {
            content: "";
            width: 21px;
            height: 21px;
            background: url(../images/close.svg) no-repeat center center;
            background-size: contain;
            display: block;
        }

        .hamburger.is-closed:after {
            content: "";
            width: 25px;
            height: 21px;
            background: url(../images/menu.svg) no-repeat center center;
            background-size: contain;
            display: block;
        }









    .hamburgersearch {
        position: fixed;
        top: 36px;
        z-index: 100;
        display: block;
        width: 38px;
        height: 32px;
        margin-left: 40px;
        background: transparent;
        border: none;
    }

        .hamburgersearch.is-open {
            z-index: 101;
        }

        .hamburgersearch:hover,
        .hamburgersearch:focus,
        .hamburgersearch:active {
            outline: none;
        }

        .hamburgersearch.is-closed:before {
            content: '';
            display: block;
            width: 100px;
            font-size: 14px;
            color: #fff;
            line-height: 32px;
            text-align: center;
            opacity: 0;
            -webkit-transform: translate3d(0,0,0);
            -webkit-transition: all .35s ease-in-out;
        }

        .hamburgersearch.is-closed:hover:before {
            opacity: 1;
            display: block;
            -webkit-transform: translate3d(-100px,0,0);
            -webkit-transition: all .35s ease-in-out;
        }

        .hamburgersearch.is-closed .hamb-top,
        .hamburgersearch.is-closed .hamb-middle,
        .hamburgersearch.is-closed .hamb-bottom,
        .hamburgersearch.is-open .hamb-top,
        .hamburgersearch.is-open .hamb-middle,
        .hamburgersearch.is-open .hamb-bottom {
            position: absolute;
            left: 0;
            height: 4px;
            width: 100%;
        }

        .hamburgersearch.is-closed .hamb-top,
        .hamburgersearch.is-closed .hamb-middle,
        .hamburgersearch.is-closed .hamb-bottom {
            background-color: #1a1a1a;
        }

        .hamburgersearch.is-closed .hamb-top {
            top: 5px;
            -webkit-transition: all .35s ease-in-out;
        }

        .hamburgersearch.is-closed .hamb-middle {
            top: 50%;
            margin-top: -2px;
        }

        .hamburgersearch.is-closed .hamb-bottom {
            bottom: 5px;
            -webkit-transition: all .35s ease-in-out;
        }

        .hamburgersearch.is-closed:hover .hamb-top {
            top: 0;
            -webkit-transition: all .35s ease-in-out;
        }

        .hamburgersearch.is-closed:hover .hamb-bottom {
            bottom: 0;
            -webkit-transition: all .35s ease-in-out;
        }

        .hamburgersearch.is-open .hamb-top,
        .hamburgersearch.is-open .hamb-middle,
        .hamburgersearch.is-open .hamb-bottom {
            background-color: #1a1a1a;
        }

        .hamburgersearch.is-open .hamb-top,
        .hamburgersearch.is-open .hamb-bottom {
            top: 50%;
            margin-top: -2px;
        }

        .hamburgersearch.is-open .hamb-top {
            -webkit-transform: rotate(45deg);
            -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
        }

        .hamburgersearch.is-open .hamb-middle {
            display: none;
        }

        .hamburgersearch.is-open .hamb-bottom {
            -webkit-transform: rotate(-45deg);
            -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
        }

        .hamburgersearch.is-open:before {
            content: '';
            display: block;
            width: 100px;
            font-size: 14px;
            color: #fff;
            line-height: 32px;
            text-align: center;
            opacity: 0;
            -webkit-transform: translate3d(0,0,0);
            -webkit-transition: all .35s ease-in-out;
        }

        .hamburgersearch.is-open:hover:before {
            opacity: 1;
            display: block;
            -webkit-transform: translate3d(-100px,0,0);
            -webkit-transition: all .35s ease-in-out;
        }

        .hamburgersearch.is-open:after {
            content: "";
            width: 21px;
            height: 21px;
            background: url(../images/close.svg) no-repeat center center;
            background-size: contain;
            display: block;
        }

        .hamburgersearch.is-closed:after {
            content: "";
            width: 25px;
            height: 21px;
            background: url(../images/search.svg) no-repeat center center;
            background-size: contain;
            display: block;
        }


    .buynow .buynowbtn {
        background: #A5676F;
        color: #fff;
        border: 1px solid #A5676F;
        border-radius: 6px;
    }

    .footer1-title ul {
        margin-top: 25px;
        display: inline-block;
    }

    .footer-adress-span {
        padding-left: 30px;
        font-size: 10px;
    }

    .header-text {
        font-size: 12px;
    }
}

.add-to-compare-list-button {
    display: none;
}

#dialog-notifications-success, #dialog-notifications-error, #dialog-notifications-warning, #bar-notification, .ui-dialog {
    z-index: 1055;
}

.btn-wish-and-remove-cart {
    background: #A5676F !important;
    border-color: #A5676F;
    border-radius: 6px !important;
    border: 1px solid #A5676F !important;
    color: #FFFFFF;
    width: 100%;
}

    .btn-wish-and-remove-cart .fa {
        font-size: 18px;
        color: #FFFFFF;
    }

.btn-remove-cart {
    background: #fff !important;
    border: 1px solid #A5676F !important;
    border-radius: 6px !important;
    color: #A5676F !important;
    font-size: 16px;
    font-family: Montserrat;
    width: 100%;
}

    .btn-remove-cart .fa {
        font-size: 18px;
        color: #A5676F !important;
    }

#removeshoppingcartmodal {
    top: 100px;
}


    #removeshoppingcartmodal .modal-dialog {
        width: 600px;
    }

    #removeshoppingcartmodal .modal-content {
        border-radius: 0;
    }

.remove-product-cart-title span {
    margin-left: 15px;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 0;
}

.main-menu nav .nav.navbar-nav {
    display: block !important;
}

#co-payment-error-form #checkout-payment-error-load {
    margin: 10px;
    padding-top: 10px;
    display: inline-block;
    color: #E35366;
    font-weight: bold;
}

#nav-list-product-detail .nav-list_item {
    border-bottom: 1px solid #A5676F;
    padding: 20px 0px;
}

    #nav-list-product-detail .nav-list_item div {
        margin-top: 20px;
    }

    #nav-list-product-detail .nav-list_item .product-detail-a {
        font-size: 16px;
        font-weight: bold;
        color: #2C2C2C;
    }

        #nav-list-product-detail .nav-list_item .product-detail-a.product-detail-is-close:after {
            content: "\f067";
            float: right;
            font-family: 'FontAwesome';
            src: url('../fonts/fontawesome-webfont3e6e.eot?v=4.7.0');
            src: url('../fonts/fontawesome-webfontd41d.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont3e6e.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont3e6e.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont3e6e.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont3e6e.svg?v=4.7.0#fontawesomeregular') format('svg');
            font-weight: normal;
            font-style: normal;
        }

        #nav-list-product-detail .nav-list_item .product-detail-a.product-detail-is-open:after {
            content: "\f068";
            float: right;
            font-family: 'FontAwesome';
            src: url('../fonts/fontawesome-webfont3e6e.eot?v=4.7.0');
            src: url('../fonts/fontawesome-webfontd41d.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont3e6e.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont3e6e.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont3e6e.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont3e6e.svg?v=4.7.0#fontawesomeregular') format('svg');
            font-weight: normal;
            font-style: normal;
        }

.nav-list_item > div {
    display: none;
}

.gulsha-headerlinks {
    display: flex;
}

#newsletter-email {
    padding: 0px !important;
}

.header-bildirim .col-md-12 {
    padding-left: 50px;
}

.header-text {
    margin-top: 1px;
    margin-bottom: 0px;
}

.nav-list_item.nav-industry {
    list-style: none;
}

.discount-coupon-code.form-control {
    border-radius: 2px;
    border: 1px solid #A5676F;
    width: 50%;
    float: left;
    margin-top: 22px !important;
    margin-left: 20px !important;
}

.apply-discount-coupon-code-button {
    font-family: Montserrat;
    font-size: 14px;
    border-radius: 6px;
    background: #A5676F;
    border: 1px solid #A5676F;
    height: 40px;
    color: #FFFFFF;
    float: left;
    margin-left: 20px;
}

    .apply-discount-coupon-code-button:hover {
        font-family: Montserrat;
        font-size: 14px;
        border-radius: 6px;
        background: #A5676F;
        border: 1px solid #A5676F;
        height: 40px;
        color: #FFFFFF;
        float: left;
    }

.coupon-box {
    margin-top: 30px !important;
    padding-bottom: 20px;
}


/* Style the Image Used to Trigger the Modal */
.basin-image {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    height: 263px !important;
}

#mybasinLightboxModal #myImg:hover {
    opacity: 0.7;
}

/* The Modal (background) */
#mybasinLightboxModal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

    /* Modal Content (Image) */
    #mybasinLightboxModal .modal-content {
        margin: auto;
        display: block;
        width: 100%;
        max-width: 700px;
    }

    /* Caption of Modal Image (Image Text) - Same Width as the Image */
    #mybasinLightboxModal #caption {
        margin: auto;
        display: block;
        width: 80%;
        max-width: 700px;
        text-align: center;
        color: #ccc;
        padding: 10px 0;
        height: 150px;
    }

    /* Add Animation - Zoom in the Modal */
    #mybasinLightboxModal .modal-content, #caption {
        animation-name: zoom;
        animation-duration: 0.6s;
    }


#popupLightboxModal #myImg:hover {
    opacity: 0.9;
}

#popupLightboxModal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.3); /* Black w/ opacity */
}

    #popupLightboxModal .modal-content {
        margin: auto;
        display: block;
        width: 100%;
        max-width: 700px;
    }

    #popupLightboxModal #caption {
        margin: auto;
        display: block;
        width: 80%;
        max-width: 700px;
        text-align: center;
        color: #ccc;
        padding: 10px 0;
        height: 150px;
    }

    #popupLightboxModal .modal-content, #caption {
        animation-name: zoom;
        animation-duration: 0.6s;
    }

@keyframes zoom {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

/* The Close Button */
#mybasinLightboxModal .close {
    position: absolute;
    top: 0px;
    right: 5px;
    color: #000;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    z-index: 999;
}

    #mybasinLightboxModal .close:hover,
    #mybasinLightboxModal .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

#popupLightboxModal .close {
    position: absolute;
    top: 0px;
    right: 5px;
    color: #000;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    z-index: 999;
}

    #popupLightboxModal .close:hover,
    #popupLightboxModal .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .mybasinLightboxModal .modal-content {
        width: 100%;
    }

    .popupLightboxModal .modal-content {
        width: 100%;
    }
}

/*input[type="radio"]::after{
      content: url(http://localhost:15536/Themes/WristwearTheme/Content/images/star-x-inactive.png);
        background: url("../images/star-x-active.png") 0 0 repeat-x;
 }*/

.raitin-inpt-btn {
    display: none;
}

    .raitin-inpt-btn + label {
        background: url("../images/star-x-inactive.png") 0 0 repeat-x;
        height: 20px;
        width: 20px;
        display: inline-block;
        padding: 0 0 0 0px;
    }

.rating_label_active {
    background: url("../images/star-x-active.png") 0 0 repeat-x !important;
}

.product-customer-test {
    background: #F1E4E0;
    clear: both;
    padding: 20px;
}

.basin-text-header {
    width: 100%;
    text-align: center;
    height: 60px;
    margin-top: 60px;
}

.span200tl {
    float: right;
    clear: both;
    margin-top: 20px;
    color: #E35366;
    font-weight: 400;
}
