﻿h1 {
    font-size: 36px;
}

#breadcrumb {
    padding: 9px 30px;
}

h4 {
    font-size: 22px;
}

h1 {
   /* font-family: 'Philosopher';*/
}

.popup-button {
    width: 100%;
    text-align: center;
    /*font-family: 'Philosopher';*/
    /*background-color: #dfdfc5;*/
    padding-top: 7px;
    padding-bottom: 7px;
    /*border: none;*/
}

.SeDetailImage img {
    border: solid 1px #efeddb;
}

#item-price {
   /* font-family: 'Philosopher';*/
}

.control-label {
    font-weight: 400;
}

.form-control, form-select {
    margin-bottom: 18px;
}

.modal-green .modal-dialog {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

.modal-green .modal-content {
    background-image: url(../../assets/images/popup-bg.jpg);
    background-size: cover;
   /* font-family: 'Philosopher';*/
    color: white;
    border-radius: 0px;
    padding: 5px;
}

    .modal-green .modal-content .img-fluid {
        margin-left: auto;
        margin-right: auto;
    }

    .modal-green .modal-content .text-danger {
        color: white;
        margin: 0;
        padding-top: 5px;
    }

#emailProductResponseArea h3 {
    font-size: 18px;
    margin: 0;
    color: white;
}

#emailProductResponseArea h4 {
    font-size: 16px;
}

.modal-green .close {
    position: relative;
    top: -30px;
    right: -30px;
    opacity: 1;
}

.modal-green .modal-title {
    font-size: 36px;
    color: white;
}

.modal-green ul li {
    margin-left: 40px;
    margin-bottom: 32px;
/*    list-style-image: url(../..~/assets/images/list-bullet.jpg);*/
    font-size: 18px;
    margin-top: 14px;
}

.modal-green ul {
    list-style-type: none;
}

@media (max-width: 897px) {

    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 25px;
    }
}


@media (max-width: 767px) {
    .modal-green ul {
        padding-left: 0;
    }
}

select {
    margin-bottom: 15px;
}

#catalog-product input[type="text"], #catalog-product select {
    float: right;
}

.bullet-list li {
/*    list-style-image: url("../..~/assets/images/bullet.png");*/
    font-weight: bold;
    margin-bottom: 8px;
}

.nav-tabs li a {
    font-size: 1.2em;
}

.option-image {
    float: left;
    padding: 8px;
}

.valigner {
    display: inline-block;
    width: 0px;
    vertical-align: middle;
}

.haligner {
    display: inline-block;
    vertical-align: middle;
    padding: 15px;
}

.se-kit-items select {
    margin: 9px;
}

.thumb_img {
    padding: 8px;
    min-width: 50%;
    float: left;
}
