/* ============================= main ============================= */
* {
    margin: 0px;
    padding: 0px;
    width: auto;
    height: auto;
}
body {
    margin: 0px;
    min-height: 100vh;
/*     display: flex;
    flex-direction: column;
    align-items: center; */
    font-size: 15px;
    color: #333;
    letter-spacing: 2px;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif,'微軟正黑體' !important;
    background: #F7F7F7;
}
a, a:hover, a:active, a:focus {
    color: #333;
    text-decoration: none!important;
    cursor: pointer!important;
}
a:hover {
    text-decoration: underline!important;
}
ul, ol {
    margin: 0;
    padding: 0;
}
input, button, select, optgroup, textarea {
    margin: 0px;
    font-size: inherit;
    line-height: inherit;
    line-height: inherit;
    /* -webkit-appearance: none;會產生checkbox消失 */
    /* Safari 和 Chrome 常用於 iOS 下移除內建樣式 */
    -moz-appearance: none!important;
    /* FireFox */
    appearance: none!important;
    /*以下移除 Chrome 產生的按鈕陰影*/
    outline-style: none!important;
    outline-width: 0px!important;
    border: none;
    border-style: none;
    text-shadow: none!important;
    -webkit-user-select: text!important;
    outline-color: transparent!important;
    box-shadow: none!important;
    outline: none!important;
    border-radius: 0px;
}
p, span, a, .news .news-content, .descriptions-content {
    line-height: 1.6em;
}
/* 基本按鈕 */
button, .btn {
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 0px;
    background: none;
    /* -webkit-appearance: none;會產生checkbox消失 */
    /* Safari 和 Chrome 常用於 iOS 下移除內建樣式 */
    -moz-appearance: none!important;
    /* FireFox */
    /* FireFox */
    appearance: none!important;
    /*以下移除 Chrome 產生的按鈕陰影*/
    outline-style: none!important;
    outline-width: 0px!important;
    text-shadow: none!important;
    -webkit-user-select: text!important;
    outline-color: transparent!important;
    box-shadow: none!important;
    outline: none!important;
}
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline,
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #333;
}
/* ============================= header ============================= */
header {
    position: fixed;
    width: 100%;
    background: #ECF9FF;
    z-index: 999;
    top:0;
}
header > div {
    width: 100%;
    max-width: 1024px;
    margin: 0px auto;
    padding: 15px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#header-logo {
    height: 80px;
}
.header-middle {
    text-align: center;
/*    width: 45vw;*/
    max-width: 400px;
}
#group-name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; 
    box-sizing: border-box;
    width: 320px;
    border-radius: 36px;
    margin-left: 8px;
    font-size: 21px;
    line-height: 44px;
    text-decoration: none;
    color: #806544;
    cursor: pointer;
    /* background: #c19a6b;*/
}
#search-form {
    display: flex;
    background: #000;
    width: 100%;
    height: 35px;
    border-radius: 5px;
    align-items: center;
    justify-content: space-evenly;
}
#search-form input[type="text"] {
    color: #000;
    padding: 0px 5px;
    box-sizing: content-box;
    border-radius: 3px;
    width: 100%;
    margin: 0px 5px;
}
#search-form img {
    width: 15px;
    margin-right: 5px;
    cursor: pointer;
}
nav {
    display: flex;
    align-items: center;
    /* 
    max-width: calc(100% - 400px);
    justify-content: end;
    */
}
nav > * {
/*    margin-left: 15px;*/
    font-size: 1.0em;
    font-weight: normal;
    float: left;
    position: relative;
	color: #443123;
	font-weight:bold;
}
#user-box {
    display: flex;
    margin-right: 10px;
    cursor: pointer;
}
#user-name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 165px;
    display: block;
}
#hello:after {
    content: '';
    width: 0;
    height: 0;
    position: relative;
    margin: 0px 8px 0px 0px;
    border-style: solid;
    top: 15px;
    left: 8px;
    border-width: 8px 5px 0px 5px;
    border-color: #333 transparent transparent transparent;
}
#user-box.isshow #hello:after {
    border-color: transparent transparent #333 transparent;
    border-width: 0px 5px 8px 5px;
    top: -15px;
}
#user-box #signout {
    position: absolute;
    background: #FFF;
    width: calc(100% + 8px);
    border-radius: 0 0 5px 5px;
    padding: 15px;
    webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    margin-top: 10px;
    text-align: center;
    box-sizing: border-box;
    display: none;
    position: absolute;
    left: 0px;
    top: 30px;
}
#shoppingcar {
	  position: relative;
	  display: inline-block;
}
.shoppingcar-tooltip {
	  visibility: hidden;
    width: 120px;
    background-color: rgb(0,0,0,0.7);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    font-size: 1rem;
    left: -100%;
    top: 42px;
}
#shoppingcar:hover + .shoppingcar-tooltip {
    visibility: visible;
}
/* ============================= content ============================= */
#content {
    margin-top: 110px;
    flex: 1;
    width: 100%;
    min-height: 100vh;
    background: #ECF9FF;
}
.container {
    width: 100%;
    padding: 0px;
	margin-bottom: -18px;
    max-width: 1024px;
}
.container:not(.banner) {
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.1);
    margin: 0px auto 50px auto;
	border: 10px solid #a17f61;
}
.banner img {
  width: 100%;
}
.post {
    padding: 30px;
    background: #FFF;
}
.title {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.post-content:not(.more) {
    overflow: hidden;
    max-height: calc(1.7em * 6);
    max-height: calc(1.7em * 6);
	white-space: normal;
	-webkit-line-clamp:4;
	-webkit-box-orient:vertical;
}
a.post-more {
    color: #fff;
    cursor: pointer;
    font-weight: normal;
	font-size:14px;
    display: block;
    background: #ababab;
    width: 40px;
    height: 40px;
    border-radius: 100px;
	margin-top: 10px;
    padding: 9px 0px 0px 6px;
}
.comment-total {
    text-align: right;
    margin-top: 10px;
    display: block;
    color: #ababab;
}
h2 {
    font-weight:bold;
    font-size: 1.0em;
    color: #A24620;
}
.text {
    font-weight:bold;
    font-size: 1.4em;
    color: #9e7851;
}
.text-s {
    font-size: 0.9em;
    color: #ababab;
}
#fixed-tool {
    position: fixed;
    bottom: 80px;
    right: 0;
    z-index: 99;
    margin: 20px;
    display: none;
}

#fixed-tool > div {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    background: rgba(92, 92, 92, 0.5);
    color: #ccc;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 10px;
    display: flex;
}
#fixed-tool > div >img {
    height: 100%;
}
#gosearch {
    margin-bottom: 15px;
}

/* ============================= banner不拉伸限制圖片高度 ============================= */
/*.slick-track img {
	width: 100%;
	max-height: 370px;
	object-fit: cover;
}*/
/* ============================= banner不拉伸限制圖片高度 ============================= */


/* ============================= post-photo ============================= */
.post-photo {
    position: relative;
    display: flex;
    flex-direction: row;
    margin-top: 15px;
    justify-content: center;
}
.post-photo.onlyone {
    flex-direction: column;
    align-items: center;
}
.post-photo:not(.onlyone) .firstphoto {
    width: calc(100% - 218.79px);
    height: calc(218.79px * 3);
    border-bottom: 3px solid #FFF;
}
.photo {
    display: flex;
    flex-direction: column;
    width: 218.79px;
}
.post-photo .photo a {
    width: 100%;
    overflow: hidden;
    height: 218.79px;
    border-left: 3px solid #FFF;
    border-bottom: 3px solid #FFF;
    position: relative;
}
.post-photo .photo a:nth-of-type(3) ~ a {
    display: none;
}
.post-photo .photo a.more > div {
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    position: absolute;
    font-size: 2em;
}
.post-photo a img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.slide .slick-arrow {
    margin: 0px 15px;
    z-index: 9999;
}
.slide .slick-dots {
	bottom: 5px;
}
/* ============================= slide ============================= */
.photo-slide .slick-list {
    background: #000;
    position: fixed;
    z-index: 999;
    height: 100vh;
    width: 100vw;
    left: 0;
    top: 0;
}
.photo-slide .slick-slide {
    outline: none;
}
.photo-slide .slick-slide-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.photo-slide .slick-slide img {
    max-width: 100vw;
    max-height: 100vh;
}
.photo-slide .slick-arrow {
    z-index: 5;
    margin: 0px 15px;
    position: fixed;
    z-index: 9999;
}
.slick-prev {
    left: 0px;
}
.slick-next {
    right: 0px;
}
.slick-prev:before,
.slick-next:before {
    position: fixed;
    content: '';
    top: 50%;
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
    border-left: none;
    border-top: none;
    opacity: 1;
    display: inline-block;
}
.slick-next:before {
    right: 6px;
    -webkit-transform: translateY(-60%) rotate(-45deg);
    transform: translateY(-60%) rotate(-45deg);
}
.slick-prev:before {
    left: 6px;
    -webkit-transform: translateY(-60%) rotate(135deg);
    transform: translateY(-60%) rotate(135deg);
}
.photo-slide .slick-dots {
    bottom: 10px;
    position: fixed;
    z-index: 999999;
    left: 0;
}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    content: '';
    text-align: center;
    opacity: 1;
    color: none;
    border: 1px solid #FFF;
    border-radius: 50%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    background: #FFF;
}
/* Close */
.photo-slide .slideClose {
    position: fixed;
    right: 0px;
    top: 10px;
    z-index: 99999;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.photo-slide .slideClose:before,
.photo-slide .slideClose:after {
    content: '';
    position: relative;
    display: block;
    width: 25px;
    height: 3px;
    background: #FFF;
}
.photo-slide .slideClose:after {
    transform: rotate(45deg);
    top: 15px;
}
.photo-slide .slideClose:before {
    transform: rotate(-45deg);
    top: 18px;
}
/* ============================= comment ============================= */
.comment-header,
.comment-form,{
    background: #F1EEEB;
    border-top: 2px solid #B49677;
}
.comment-header {
    display: flex;
    justify-content: space-around;
    color: #474747;
    padding: 0px;
    background: #eee;
}
.comment-header img {
    margin-right: 15px;
}
.btn-comment ,.btn-refresh {
    padding: 15px;
    margin: 5px;
	width: 70px;
	padding-right: 100px;
}
.btn-refresh2{
    border: 1px solid #B49677;
    padding: 0 6px;
    line-height: 35px;
    height: 40px;
    user-select: none;
    width: 60px;
    vertical-align: top;
    text-align: center;
    outline: none;
    box-sizing: content-box;
    background: #B49677;
    border-radius: 5px;
    color: #FFF;
    margin-left: 20px;
}
.btn-comment:hover,
.btn-refresh:hover {
    background: #e0dbd7;
}
.comment-list {
    padding: 30px 30px 15px;
	background: #a17f61;
}
.comment-list > p {
    padding-bottom: 15px;
    margin: 0px;
	color: #fff;
}
.comment-list li {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
}
.comment-bubble {
    background: #FFF;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 15px;
    width: 100%;
}
.comment-name {
    font-weight: bolder;
    color: #2894FF;
}
.comment-content {
    word-wrap: break-word;
}
.comment-time {
    float: right;
    color: #B49677;
    font-size: 10px;
    line-height: 25px;
}
.comment-isadmin {
    color: #FF0000;
}
a.comment-more {
    color: #B49677;
    padding-bottom: 15px;
    display: block;
}
/* ============================= comment form ============================= */
.comment-form {
    text-align: center;
    padding: 15px 30px;
}
.comment-form form.form-isadmin {
    padding: 0px 0px 15px;
    flex-wrap: nowrap;
}
.comment-form .text-s {
    margin-top: 15px;
}
.comment-form form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.comment-form form > h3,
.comment-form form > p {
    width: 100%;
}
.comment-form form > span {
    margin-right: 20px;
}
.qty-value,
.btn-decrease,
.btn-increase,
.btn-qty-submit {
    display: inline;
    border: 1px solid #B49677;
    padding: 0 6px;
    line-height: 35px;
    height: 40px;
    user-select: none;
    width: 30px;
    vertical-align: top;
    text-align: center;
    outline: none;
    box-sizing: content-box;
}
.btn-qty-submit {
    background: #B49677;
    border-radius: 5px;
    color: #FFF;
    margin-left: 20px;
}
.btn-decrease,
.btn-increase {
    width: 30px;
    background: #B49677;
    color: #FFF;
    cursor: pointer;
    font-size: 1.4em;
}
.btn-decrease:active,
.btn-increase:active,
.btn-qty-submit:active {
    background: #987959;
}
.btn-decrease {
    border-radius: 5px 0 0 5px;
}
.btn-increase {
    border-radius: 0 5px 5px 0;
}
/* 管理員留言 */
.comment-form textarea {
    width: 100%;
    padding: 15px;
    border-radius: 15px;
    margin: 15px 0px 30px 0px;
    height: calc(1.6em * 5);
}


/* ============================= login ============================= */
.login-page, .signin-page {
    width: 100%;
    max-width: 768px;
    border: 0px;
    background: #FFF;
    padding: 30px;
    border-radius: 5px;
    margin: 5vh 0px;
}
.login-page .signinorlogin,
.signin-page .signinorlogin {
    display: flex;
    justify-content: space-around;
    width: 50%;
    margin: 0px auto;
}
.login_secondtitle, .login_title {
    display: flex;
    justify-content: space-around;
}
.login-page .form-header,
.signin-page .form-header {
    text-align: center;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.login-page .form-group,
.signin-page .form-group {
    display: flex;
    text-align: center;
    width: max-content;
    margin: 0px auto;
    margin-bottom: 15px;
    justify-content: center;
}
.signin-page .alert.alert-block.alert-danger {
    display: none!important;
}
button.Login,
.signin-page button[type="submit"] {
    width: 100%;
    margin-top: 30px;
    line-height: 30px;
    background: #B49677!important;
    color: #FFF!important;
    border: 0px solid;
}
button.Login:active,
button.Login:hover,
.signin-page button[type="submit"]:active,
.signin-page button[type="submit"]:hover {
    background: #987959!important;
}
.login-page .control-label,
.signin-page .control-label {
    width: 110px;
    text-align: left;
}
.login-page input.form-control,
.signin-page input.form-control {
    background: #FFF;
    margin-left: 10px;
    border: 0px;
    border-bottom: 1px solid #ddd;
    border-radius: 0px;
    padding: 0px;
    width: 250px;
}
.login-page .help-block,
.signin-page .help-block {
    margin-left: 10px;
    color: #ff0000;
    letter-spacing: normal;
    font-size: .8em;
    text-align: left;
}
.login-page #btn_forget {
		border:none;
		width: 100%;
		background: #fff;
}
.fp_area {
    background: #F7F7F7;
    padding: 30px;
    margin-top: 15px;
}
.login-page #forgetpassword_form {
    width: 100%;
    text-align: center;
}
.login-page #forgetpassword_form input {
    border-bottom: 1px solid;
    background: #F7F7F7;
}
.login-page #forgetpassword_form button {
    background: #B49677;
    color: #FFF;
    border: none;
    width: 100%;
    margin-top: 15px;
}
.login-page .fb-login {
    margin-top: 15px;
    text-align: center;
}
.login-page .fb-login #status {
    color: #B49677;
    letter-spacing: normal;
    font-size: .8em;
    margin-top: 15px;
}
.css-checkbox input[type="checkbox"] {
    background: none;
    border: none;
    outline: none;
    position: absolute;
    opacity: 0;
}
.signin-page .css-checkbox,
.signin-page .css-checkbox * {
    font-size: .8em;
    letter-spacing: normal;
    cursor: pointer;
    text-align: center;
    margin-top: 15px;
}
.signin-page .css-checkbox input[type="checkbox"] {
    background: none;
    border: none;
    outline: none;
    position: absolute;
    opacity: 0;
}
.signin-page .css-checkbox input + span {
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 1px solid #000;
    display: inline-block;
    position: relative;
    bottom: 4px;
}
.signin-page .css-checkbox input + span:after {
    font-family: "FontAwesome";
    color: #FFF;
    content: "\f00c";
    font-size: 1em;
    top: 3px;
    position: relative;
}
.signin-page .css-checkbox input:checked + span:after {
    color: #B49677;
}
.addselect {
    background: #FFF;
    margin-left: 10px;
    border: 0px;
    border-bottom: 1px solid;
    border-color: #333!important;
    border-radius: 0px;
    padding: 0px;
    width: 250px;
}
.addselect select{
    border: 0px!important;
    margin-left: -8px!important;
    font-size: 14px;
    width: calc(100% + 8px)!important;
    color: #555;
}
/* ============================= top button ============================= */
.llcodA {
    box-sizing: border-box;
    width: 180px;
    height: 42px;
    border-radius: 36px;
    /* border: 1px solid rgb(17, 17, 17); */
    margin-left: 8px;
    flex-shrink: 0;
    font-family: Pretendard;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 44px;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    cursor: pointer;
    background: #9b7653;
}
/* ============================= footer ============================= */
footer {
/*
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    background: #070606;
    text-align: center;
*/
    background-color: rgba(0,0,0,.8);
    color: #FFF;
    width: 100%;
    padding: 8px 6px 3px 6px;
    position: fixed;
    font-size: 1em;
    margin: 0px;
    bottom: 0px;
    z-index: 99;
}
.content {
    margin: 0px auto;
    padding: 0px;
    width: 1260px;
    position: relative;
}
.footerbox {
    display: block;
}
.footerbox h2 {
    font-size: 36px;
    margin: 0px;
    font-weight: 300;
    text-align: center;
    display: block;
}
.footerbox h2 span {
    display: inline-block;
    text-align: center;
    letter-spacing: 15px;
    color:#fff;
}

/*
footer img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
*/
.footerbox h2 span img {
    width: 56px;
    height: auto;
    padding-left: 6px;
    vertical-align: middle;
    margin: -5px 15px 0 0;
}
}
@media only screen and (max-width: 1200px){
.content {
    width: 980px;
}
.footerbox h2 {
    font-size: 32px;
}
}
@media screen and (max-width:768px) { 
.footerbox h2 {
    font-size: 32px;
}
.content {
    width: 100%;
}
.footerbox h2 span {
    padding: 0px 0px;
    letter-spacing: 12px;
}
.footerbox h2 span img {
    width: 42px;
    padding-left: 6px;
}
/* error */
.errorpage {
    width: 100%;
    max-width: 768px;
    margin: 0px auto;
    padding: 15px 30px;
}
}
/* ============================= pad RWD ============================= */
@media only screen and (min-width: 768px) {
  header > div {
       /* padding: 10px 10px;*/
  }
  .login-page, .signin-page {
      border-radius: 0px;
      margin: 0px;
      min-height: 100vh;
  }
  /*  
  nav {
      max-width: calc(100% - 48vw);
  }
  */
  nav > * {
/*      margin-left: 10px;*/
	  font-size: 1.2em;
  }
#fixed-tool {
      bottom: 55px;
      right: 10px;
}
.content {
    width: 100%;
}
	}
/* ============================= phone RWD ============================= */
@media (max-width: 580px) {
	body {
      letter-spacing: normal;
	}
	#content {
      margin-top: 115px;
	}

	header > div {
	  padding: 0px 15px 0px 15px;
	}
	#header-logo {
      height: 60px;
  }
  .header-middle {
      position: absolute;
      width: 100%;
      background: #734e3b;
      left: 0px;
      top: calc(100% - 0px);
      text-align: center;
      font-size: 1.5rem;
      margin-left: 0px;
      display: flex;
      max-width: none;
      justify-content: space-between;
  }
	  nav > * {
	  font-size: 1.0em;
  }

.footerbox h2 {
    font-size: 18px;
}
.footerbox h2 span {
    letter-spacing: 2px;
}
.footerbox h2 span img {
    width: 36x;
    padding-left: 6px;
}	
  #search-form {
    min-width: 150px;
    max-width: 150px;
    margin-left: 5px;
  }
  #group-name {
    width: 100%;
    font-size: 18px;
    color: #fff;
	letter-spacing: 2px;
  }
  /*  
  nav {
      max-width: calc(100% - 55px);
      width: 100%;
  }
  */
  button#shoppingcar img {
      width: 80%;
  }
  .shoppingcar-tooltip {
      left: -150%;
      top: 38px;
  }
  .post {
      padding: 15px 15px;
  }
  h1 {
    font-size: 3rem;
}
	h2 {
	    font-size: 1.0em;
	}
	h3 {
      font-size: 1.2em;
  }
  #fixed-tool {
      bottom: 40px;
  }
	.comment-form form span {
	    margin-right: 5px;
	}
	.comment-form {
	    padding: 15px!important;
	}
	.qty-value, .btn-decrease, .btn-increase, .btn-qty-submit {
	    width: 30px;
    }
	.btn-decrease, .btn-increase {
        width: 15px;
      }
	.btn-qty-submit {
	    margin-left: 5px;
    }
    .btn-refresh2 {
	    margin-left: 5px;
    }
	form.form-isadmin {
	    flex-direction: column;
	}
  form.form-isadmin textarea {
	    margin: 15px 0px 15px 0px;
	}
  form.form-isadmin .btn-qty-submit {
	    margin: 0px 0px 15px 0px;
	    width: 100%;
	    box-sizing: border-box;
  }
	.comment-list {
	    padding: 15px 15px 0px;
	}
	.comment-list li {
	    flex-direction: column;
	    align-items: flex-end;
	}
	.comment-bubble {
	    margin: 0px;
	}
	.comment-time {
	    text-align: right;
	}
  .post-photo:not(.onlyone) .firstphoto {
       width: calc(100% - 33vw);
       height: calc(33vw * 3);
  }
	.photo {
	    width: 33vw;
	}
	.post-photo .photo a {
       height: 33vw;
  }
	.post-photo .photo a.more > div {
	    font-size: 5vw;
	}
	.slick-dots li {
      width: 10px;
  }
	.slick-dots li button:before {
      width: 10px;
      height: 10px;
  }
	.login-page, .signin-page {
	    position: relative;
	    top: 0px;
	    left: 0px;
	    transform: none;
	    padding: 15px;
	}
	.login-page .signinorlogin, .signin-page .signinorlogin {
      width: 100%;
	}
	.login-page .form-group, .signin-page .form-group {
	    flex-direction: column;
      width: 100%;
	}
	.login-page input.form-control, .signin-page input.form-control,
	.login-page .help-block, .signin-page .help-block {
      margin-left: 0px;
      width: 100%;
	}
}
/*----------------------modal---------------------------------------------*/
.modal {
display: none;
}
/*
#btn-close {
color: #FFF;
text-decoration: none;
position: absolute;
right: -15px;
top: -15px;
cursor: pointer;
}
*/
#modal-close {
    color: #FFF;
    text-decoration: none;
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
}

#modal-dialog {
background: #FFF;
border-radius: 15px;
z-index: 11;
width: 360px;
-webkit-transition: -webkit-transform 0.3s ease-out;
-moz-transition: -moz-transform 0.3s ease-out;
-o-transition: -o-transform 0.3s ease-out;
transition: transform 0.3s ease-out;
-webkit-box-shadow: 0 0px 15px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 0px 15px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0 0px 15px 0px rgba(0, 0, 0, 0.2);
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
padding: 30px;
}

.modal-body {
padding: 0px 8px;
height:50px;
text-align: center;
}

#modal-cart {
    background: #B49677;
    border-radius: 50px;
    color: #FFF;
    padding: 8px 8px;
    position: relative;
    left: 60px;
    margin-right: 18px;
}
#modal-cancel {
    background: #B49677;
    border-radius: 50px;
    color: #FFF;
    padding: 8px 8px;
    position: relative;
    left: 60px;
}
.trashbutton {
    margin-left: 4px;
    float: right;
    height: 23px;
    width: 23px;
}
.svgresize {
    height: 23px;
    width: 23px;
}
.text-fixed {
    font-size: 15px;
}
}
