html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap>.container {
    padding: 70px 15px 20px;
}

@media (min-width: 1200px) {
    .wrap>.container {
        padding: 0px 15px 20px;
    }

    .navbar-nav>li>.dropdown-menu {
        right: auto;
        top: 75px;
    }

    .navbar-brand {
        position: relative;
        z-index: 3;
    }

    /*.main-list-1 .dropdown-menu {
        padding-left: 307px;
        padding-top: 10px;
        left: 0;
        width: 100%;
    }

    .main-list-2 .dropdown-menu {
        padding-left: 430px;
        padding-top: 30px;
        right: -611px;
        width: 1141px;
    }

    .main-list-3 .dropdown-menu {
        padding-left: 545px;
        padding-top: 30px;
        right: -522px;
        width: 1141px;
    }

    .main-list-4 .dropdown-menu {
        padding-left: 638px;
        padding-top: 30px;
        right: -420px;
        width: 1141px;
    } */

    .main-item .dropdown-header {
        padding: 3px 0;
    }
}

.main-item li {
    clear: both;
    max-width: 150px;
}

.footer {
    /* background-color: #ececec; */
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}


/* add sorting icons to gridview sort links */

a.asc:after,
a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content:
        /*"\e113"*/
        "\e151";
}

a.desc:after {
    content:
        /*"\e114"*/
        "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}


/* align the logout "link" (button in form) of the navbar */

.nav li>form>button.logout {
    padding: 15px;
}

@media(max-width:767px) {
    .nav li>form>button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav>li>form>button.logout:focus,
.nav>li>form>button.logout:hover {
    text-decoration: none;
}

.nav>li>form>button.logout:focus {
    outline: none;
}

.wrap .nav-custom {
    background-color: transparent;
    /* border-bottom: 1px solid #ccc;
    border-top: none;
    border-left: none;
    border-right: none; */
    border: none;
    background-color: #fff;
    z-index: 10;
}

.nav-custom {
    font-family: 'Roboto', sans-serif;
    font-weight: 400 !important;
    font-size: 14px;
    line-height: 16px;
    height: 90px;
    margin-top: 20px;
}

.nav-custom .main-item {
    text-transform: uppercase;
    position: initial;
}

.navbar-inverse .navbar-nav>li>a {
    color: #000;
}

.navbar-inverse .navbar-nav>li>a:hover {
    color: #000;
    text-decoration: underline;
}

.nav-custom .sub-first {
    margin-left: 160px;
}

.navbar-custom {
    margin-top: 20px;
}

.person-svg {
    margin-right: 5px;
    margin-top: 2px;
    display: block;
    float: left;
}

.svg-globe {
    margin-right: 5px;
    margin-top: 2px;
    display: block;
    float: left;
}

.pad-remove {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.main-banner {
    display: inline-block;
    margin-top: 30px;
    width: 100%;
}

.main-banner-2 {
    margin-top: 30px;
    height: 400px;
    z-index: 1;
    position: relative;
}

.main-slide-cover {
    height: 400px !important;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-slide-slogan {
    font-family: 'Playfair Display', serif;
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    text-align: center;
    float: right;
    color: #fff;
    margin-left: auto;
    order: 2;
    padding-right: 30px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
    display: inline-block;
    background-color: #000000b8;
    padding: 15px 20px;
}

.main-slide-black {
    background-color: #fff;
    height: 400px !important;
    display: flex;
    align-items: center;
}

.last-item a {
    padding-right: 0 !important;
}

.nav-custom .navbar-collapse {
    padding-right: 0 !important;
    padding-left: 0 !important;
    height: 110px !important;
    border-bottom: 1px solid #ccc;
    position: relative;
}

.main-heading {
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    text-align: center;
    margin: 30px 0;
}

.best-seller-cover {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 5px;
}

.product-index-cover {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 5px;
    position: relative;
}

.product-index-cover a {
    color: #000;
    width: 100%;
}

.best-seller-block {
    background-color: #E5E5E5;
    padding-bottom: 15px;
    padding-top: 15px;
    color: #000;
}

.best-seller-block:hover {
    text-decoration: none;
    color: #000;
}

.product-index .best-seller-block:hover {
    /* -webkit-transform: scale(1.25);
    /* Safari and Chrome */
    background-color: #fff;
    z-index: 1000;
    transform: scale(1.25, 1.25) !important;
    padding: 5px 0;
}

.product-index .best-seller-block:hover img {
    height: 100%;
}

.product-index .best-seller-block:hover .best-seller-desc,
.product-index .best-seller-block:hover .best-seller-price {
    transform: scale(0.8);
}

.product-index .best-seller-block:hover img {
    transform: scale(1.06, 1.06) !important;
    margin-top: 15px;
}

.best-seller-block img {
    width: 100%;
}

.main-banner img,
.main-banner-2 img {
    width: 100%;
}

@media (min-width: 1200px) {
    .navbar-right {
        margin-right: 0 !important;
    }

    /* .container {
        width: 95%!important;
    } */
}

.best-seller-desc {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    color: #000000;
    margin: 20px 0;
    padding: 0 10px;
    height: 40px;
}

.best-seller-price {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
}

.actual-cover {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
}

.actual-block img {
    width: 100%;
}

.actual-block:hover {
    text-decoration: none;
}

.actual-block-name {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000000;
    margin: 15px 0 0;
}

.example-cover {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 25px;
}

.example-block img {
    width: 100%;
}

.example-description {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 20px;
    color: #000000;
    margin-top: 10px;
}

.inspiration-cover {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 25px;
}

.inspiration-cover img {
    width: 100%;
}

.footer-menu {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 40px;
}

.footer-title {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
}

.footer-item {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    margin: 20px 0;
}

.footer-cover {
    background-color: #ececec;
    padding: 30px 30px 10px;
    overflow: hidden;
}

.footer-bottom {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    width: 100%;
    padding-top: 20px;
    border-top: 2px solid #ccc;
}

.container .breadcrumb {
    padding: 8px 0px;
    background-color: transparent;
}

.breadcrumb>li+li:before {
    content: "\007C" !important;
    padding: 0 10px 0 5px !important;
}

.breadcrumb {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    margin-top: 20px;
}

.clear {
    clear: both;
}

.product-index-cover .best-seller-block {
    text-align: center;
    max-width: 100%;
    -webkit-transition: all 1s ease;
    /* Safari and Chrome */
    -moz-transition: all 1s ease;
    /* Firefox */
    -ms-transition: all 1s ease;
    /* IE 9 */
    -o-transition: all 1s ease;
    /* Opera */
    transition: all 1s ease;
    display: flex;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
}

.product-index-cover .best-seller-block img {
    width: 60%
}

.product-index-cover a:hover {
    text-decoration: none;
}

.product-view {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 85px;
}

.photo_block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px;
}

.photo_block img {
    width: 100%;
}

.prod-view-img {
    text-align: center;
}

.view-heading {
    font-family: 'Playfair Display', serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #000;
    margin: 0 0 20px;
    text-align: center;
}

.view-desc {
    font-family: 'Roboto', serif;
    text-align: center;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    margin: 10px auto 30px auto;
    padding: 0 40px;
}

.product-code {
    text-align: left;
    font-family: 'Roboto', 'sans-serif';
    font-weight: 400;
    font-size: 14px;
    margin: 35px 0;
}

.product-view .panel {
    background-color: #fff;
    border-bottom: 1px solid #ccc !important;
    border: none;
    border-radius: 0 !important;
    margin-top: 0;
}

.product-view .panel-default>.panel-heading {
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    /* border-bottom: 1px solid rgb(37, 37, 37); */
    font-family: 'Roboto';
    padding: 20px 0;
}

.product-view .panel-group .panel-heading+.panel-collapse>.panel-body {
    border: none;
    padding: 10px 0;
}

.social_block {
    margin-top: 25px;
}

.social_icon {
    margin-right: 25px;
}

.navbar-custom .dropdown-header {
    text-transform: none;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 14px;
}

.navbar-custom .dropdown-menu>li>a {
    color: #000;
    text-transform: none;
    padding: 0 10px;
    line-height: 28px;
}

.main-list-1 .dropdown-menu:before {
    /* text-align: left;
    content: ' \25B2';
    position: absolute;
    top: -35px; */
}

.sub-first .dropdown-menu {
    top: 100% !important;
    left: 0;
    padding-bottom: 5px !important;
}

.sub-first .dropdown-menu li a {
    padding: 5px 10px;
}

.main-list-1 .dropdown-menu:after {
    /* background-image: url('../images/site/mainlist1.png'); */
    content: '';
    position: absolute;
    top: 5%;
    width: 266px;
    height: 222px;
    right: 400px;
}

.main-list-2 .dropdown-menu:before {
    text-align: left;
    content: ' \25B2';
    position: absolute;
    top: -35px;
    left: 445px;
}

.main-list-3 .dropdown-menu:before {
    text-align: left;
    content: ' \25B2';
    position: absolute;
    top: -35px;
    left: 560px;
}

.main-list-4 .dropdown-menu:before {
    text-align: left;
    content: ' \25B2';
    position: absolute;
    top: -35px;
    left: 655px;
}

.caret {
    color: #fff;
}

.nav-custom .navbar-nav>.open>a,
.nav-custom .navbar-nav>.open>a:hover,
.nav-custom .navbar-nav>.open>a:focus {
    color: #000;
    background-color: transparent;
}

.nav-custom .navbar-nav>li>a:hover,
.nav-custom .navbar-nav>li>a:focus {
    color: #000;
    background-color: transparent;
}

.cart {
    color: #fff;
    background-color: #000;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    text-transform: uppercase;
    padding: 10px 30px;
    border-radius: 0;
}

.fixed-div {
    position: sticky;
    z-index: 100;
    top: 0;
}


.top-marginer-30 {
    margin-top: 30px;
}

.cart {
    cursor: pointer;
}

.cart:hover {
    color: #fff;
}

.navbar-custom .active>a,
.navbar-custom .active>a:hover {
    background-color: transparent !important;
    color: #000 !important;
}

/* .navbar-custom li:nth-of-type(2) ul li{
    padding-left: 100px;
}

.navbar-custom li:nth-of-type(2) ul::before{
    padding-left: 100px;
    left: 350px;
} */

.nav-glyph {
    float: right;
}

a[aria-expanded=true] .glyph-plus {
    display: none;
}

.collapsed .glyph-minus {
    display: none;
}

.admin-links {
    background-color: #1e1e6a;
    padding: 10px 0;
}

.admin-links a {
    color: #fff;
    margin-right: 15px;
}

.footer-item a {
    color: #333;
    text-decoration: none;
}

.footer-item a:hover {
    color: #333;
}

.fav-heart {
    cursor: pointer;
    z-index: 1;
    padding: 5px 5px 0 0;
    display: inline-block;
    margin-left: auto;
    align-self: flex-start;
}

.red-heart,
.red-heart svg {
    fill: red !important;
}


.red-heart path {
    stroke: red !important;
}

.order-form input {
    padding: 6px 10px;
    border-radius: 0;
    font-size: 16px;
    height: 45px;
}

.cart-item-row {
    margin: 15px -10px 30px;
}

.cart-checkout-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 35px;
}

.cart-checkout-price {
    font-size: 17px;
    line-height: 35px;
}

.cart-checkout-amount {
    font-size: 17px;
    line-height: 35px;
}

.order-form-style {
    margin-top: 15px;
    position: relative;
}

.order-form-style .form-group {
    margin-bottom: 30px;
}

.order-form {
    margin-top: 20px;
}

.cart-checkout-sum {
    font-size: 18px;
}

.flash-success {
    font-size: 17px;
    background: #b8eeb8;
    padding: 20px;
    color: #014d01;
}

.flash-error {
    font-size: 17px;
    background: #f3bdbd;
    padding: 20px;
    color: #740e07;
}

.cart-total {
    font-size: 17px;
    margin: 5px 0 15px;
}

.amount-input {
    width: 65px;
    margin: auto;
}

.profile-info {
    line-height: 30px;
    font-size: 17px;
}

.mobile-item-title {
    font-size: 18px;
    margin: 15px 0;
}

.mobile-cart {
    display: none;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    padding: 0 0 15px;

}

.dashed {
    text-decoration: line-through;
}

.language-item a {
    display: flex !important;
    align-items: center;
}

.language-item span {
    margin-left: 5px;
}

.language-item .dropdown-menu {
    top: 100% !important;
    left: 0;
    padding: 10px;
}

.right-dialog {
    position: absolute;
    right: 0;
    background-color: #fff;
    width: 300px;
    display: none;
    top: 0;
    height: 100%;
    z-index: 111;
}


.product-view .modal-dialog,
.product-view .modal-content {
    height: 100%;
}

.product-view .close {
    float: left;
    margin-right: 15px;
}

.product-view .modal-dialog {
    position: fixed;
    right: 0;
    transition: right 0.3s ease-out !important;
}

.modal-cart-content img {
    margin-right: 10px;
}

.cart-size-item {
    margin: 10px 10px 0 0;
    padding: 3px 8px;
    display: inline-block;
    background-color: #dcdcdc;
    border-radius: 3px;
    cursor: pointer;
}

.modal-cart-content {
    margin: 20px 0;
    text-align: center;
}

.modal-add-cart {
    color: #fff;
    background-color: #000;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    padding: 10px 30px;
    border-radius: 0;
    cursor: pointer;
    margin: 30px auto;
}

.size-item-active {
    background-color: #000;
    color: #fff;
}





/* .glyph-minus {
    display: none;
} */