/* roboto-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/roboto-v30-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* roboto-500 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/roboto-v30-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* roboto-700 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/roboto-v30-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* roboto-900 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url('fonts/roboto-v30-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  

  /* rubik-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/rubik-v28-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* rubik-300italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Rubik';
    font-style: italic;
    font-weight: 300;
    src: url('fonts/rubik-v28-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* rubik-regular - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/rubik-v28-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* rubik-italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Rubik';
    font-style: italic;
    font-weight: 400;
    src: url('fonts/rubik-v28-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* rubik-500 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/rubik-v28-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* rubik-500italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Rubik';
    font-style: italic;
    font-weight: 500;
    src: url('fonts/rubik-v28-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* rubik-600 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/rubik-v28-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* rubik-600italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Rubik';
    font-style: italic;
    font-weight: 600;
    src: url('fonts/rubik-v28-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  

body,html {
    height:100vh;
    width:100%;
    padding:0; margin:0;
    background-color: #f0f5f5;
}
* { 
    font-family:'Roboto', sans-serif;
}
a {
    text-decoration:none;
    color:inherit;
}

.site-wrapper {
    min-width:100%;
    min-height:100%;
    padding-top:120px;
}
#top-bar .currency {
    font-size:.8em;
    margin-right:10px;
    color:#666;
    top:5px;
    left:5px;
    width: 180px;
}
.fancy-text, input, button, a {
    font-family: 'Rubik', sans-serif
    
}
#top-bar-wrapper {
position:fixed;
background-color:#fcfcfc;
top:0;
width:100%;
z-index:1000;
box-shadow: 0px 5px 10px rgba(0,0,0,.1);

}
#top-bar {
/* make the flex grow vertically */
width:100%;
display: flex;
justify-content:space-between;
align-items: center;
flex-direction: row;
background-color: #fcfcfc;

}
#top-bar>div:last-child {
    width:100px;
    text-align:right;
    justify-content: right;;
}

#top-bar>div:first-child{
    text-align:left;
    justify-content:left;
    width:100px;
}
#top-bar .title {
    font-weight:500;
    padding: 20px 7%;
    border-bottom: 2px solid rgba(0,0,0,.5);
    border-radius:2px;
    font-size:13pt;
}
.cart {
    color: #666;
    display:flex;
    align-items: right;
}

.cart-wrapper {
    display:flex;
    align-items:right;
    width:180px;
    position:relative;
}
.cart:hover {
    color:#000;
}
.cart i { 
    font-size:1em;
}
.cart-count {
    display:inline-block;
    font-weight:normal !important;
}
.cart .cart-count {
    margin-right:10px;
    display:block;
    font-size:11pt;
    background-color:rgba(255,255,255,0.8);
    margin-left:5px;
    border-radius:9px;
    border: 1px solid rgba(0,0,0,0.3);
    border: 1px solid #cccccccc;
    min-height:20px;
    min-width:20px;
    text-align:center;
    line-height:20px;
    border-radius:10px;
    background-color:#fff;
    padding: 0px 2px;
}

.menu {
    display:flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    background-color:#fcfcfc;
    padding: 0px 0px;
}  
.menu .menu-item .cart-count {
    font-size:9pt;
    border: 1px solid #cccccccc;
    min-height:16px;
    min-width:14px;
    text-align:center;
    padding: 0px 2px;
    line-height:16px;
    border-radius:10px;
    background-color:#fff;
}
.menu .menu-item { 
    box-sizing:border-box;
    font-size:11pt;
    text-transform: uppercase;;
    text-align:center;
    padding: 15px 3%;
    white-space:nowrap;
    transition: .3s all;
    cursor:pointer;
    font-weight:500;
    -webkit-user-select:none;
    user-select:none;
}
/* .menu .menu-item:last-child{
    border-style: none solid none none;
}
.menu .menu-item:first-child {
    border-style: none solid none solid;
}*/
.menu .menu-item:hover, .menu .menu-item.active {
    background-color:#eee;
}
#header {
    /*height:calc(35% + 250px);*/
    height: 700px;
    width:100%;
    position:relative;
    box-sizing: border-box;
    z-index:0;
}

@media (max-width: 960px) {
    #header {
        height: 500px;
    }
}
#header .header-flexbox{
    display:flex;
    width:100%;
    height:70%;
    align-items: center;
    justify-content:flex-end;
    flex-direction: column;
    position: absolute;
    bottom: 30px;

}
#header .background {
    background-image:url(images/header.png);
    background-size:cover;
    background-position: center center;
    /*filter: saturate(0.7) brightness(0.8) contrast(1.3);*/
    width:100%;
    height:100%;
    display:block;
    z-index:-1;
    position:absolute; top:0px; left:0;
}

#header.sticky {
}

#header .description {
    text-shadow: 0px 0px 3px #000;

    padding: 10px;
    text-align:center;
    color:#fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

#header .shop {
    margin-top:30px;
    padding: 10px 70px;
    background-color: #fff;
    text-transform:uppercase;
    color:#000;
    margin-bottom: 30px;
    font-weight:bold;
    text-align:center;
    border-radius: 18px;
    cursor:pointer;
}

#header .shop:hover {
    background-color:#eee;
    
}


#header .desc-flexbox {
    text-shadow: 0px 0px 3px #000;

    display:flex;
    flex-direction: row;
    justify-content:space-around;
    align-items: center;
    width:100%;
    height:30px;
    padding-bottom:20px;

    /* stretch */
    align-self: stretch;
}

@media (max-width: 960px) {
    #header .desc-flexbox {
        flex-direction: column;
        height:unset;
        font-size:.7em;
        padding-bottom:5px;
    }
    #header .desc-flexbox .hr {
        display:none;
    }
}

#header .desc-flexbox  div {
    text-align: center;
    color:#fff;
    padding:10px;
    font-size:10pt;
    
    flex:3;}

#header .desc-flexbox span {
    font-weight:bold;
}

.hr {
    flex: 1 !important;
    max-width:150px;
    border: 1px solid #fff;
    padding:0 !important;
}
.hr.black {
    border: 1px solid #000;
}
#top-bar .logo{
    height:180px;
    width:250px;
    padding-bottom:10px;
    
}
#top-bar>div {
    flex:1
}
.logo {
    background-image:url(logo.png);
    background-position:center;
    background-size:contain;
    background-repeat:no-repeat;
    transition: height 0.2s ease-in-out;
}

#header .logo {
    width: 400px;
    height: 200px;
}

@media (max-width: 960px) {
    #top-bar-wrapper .logo {
        background-image:url(logo.png);
        height:150px;
        flex:2;
    }
}

 #top-bar-wrapper.sticky .logo {
    background-image:url(logo_text.png);
    max-width:250px;
    height:60px;
    flex:1;
}

.footer {
    display:flex;
    flex-direction:row;
    justify-content: space-around;
    background-color:#fff;
    border-top: 1px solid #ccc;
    font-size:10pt;
}

.footer .footer-title {
    font-weight:bold;
    text-transform: uppercase;
}
.footer>div{
    padding:20px;
    text-align:center;
}
@media (max-width: 960px) {
    .footer {
        flex-direction:column;
    }
}

.ordering {
    font-size:10pt;
}

.cards {
    display:flex;
    flex-direction: row;
    justify-content: center;
}

.cards .card {
    text-align:center;
    max-width:30%;
    width:300px;
    border-radius:5px;
    padding:10px;
    background-color:#fff;
    margin:10px;
    box-shadow: 0px 0px 10px #ccc;
}


.cards .card .icon {
    font-size:2em;
    margin-bottom:10px;
    color:#666;
    height:100px;
    width:100%;
}

.cards .card .icon.paypal {
    background-image:url(images/PayPal_Monogram_Full_Color_RGB.png);
    background-size:contain;
    background-position:center;
    background-repeat:no-repeat;
}

.main-photos {
    text-align:center;
    margin-top: 25px;
}
.main-photos .photo {
    box-sizing: border-box;
    display:inline-block;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    width:calc(20% - 25px);
    padding-bottom: calc(20% - 25px); 
    margin:0px;
    margin-right:10px;
    margin-left:10px;
    margin-bottom:20px;
    cursor:pointer;
    transition: all 0.2s ease-in-out; /* Change 'all' to 'background-size' */

}


@media (max-width: 1500px) {
    .main-photos .photo {
      
        background-size:cover;
        height:0px;
        width:calc(25% - 25px);
        padding-bottom: calc(25% - 25px); 
    }
}

@media (max-width: 960px) {
    .main-photos .photo {
        background-size:cover;
        height:0px;
        width:calc(33% - 25px);
        padding-bottom: calc(33% - 25px); 
    }
}

@media (max-width: 480px) {
    .main-photos .photo {
        background-size:cover;
        height:0px;
        margin-right:5px;
        margin-left:5px;
        margin-bottom:10px;
        width:calc(50% - 15px);
        padding-bottom: calc(50% - 15px); 
    }
}


.main-photos .photo  .photo-description {
    display:none;
}

.main-photos .photo:hover {
    filter: contrast(1.1);
}


.page-wrap {
    margin-top:110px;
    position:relative;
}

@media (max-width: 960px) {
    .page-wrap  {
        margin-top:70px;
    }
}

.page-wrap.sticky {
    margin-top:50px;
}



.page-browse {
    display:flex;
    flex-direction:row;
    padding: 20px;
}

.page-browse .advanced-search.hidden {
    display:none;
    /* */ 
}
.page-browse .advanced-search-button {
    cursor:pointer;
    display: flex;
    justify-content: space-between;
}
.page-browse .advanced-search-button:hover {
    background-color: #eee;
}
.page-browse .advanced-search-button .fa-chevron-down {
    display:none;
}
.page-browse .advanced-search-button .fa-chevron-right {
    display:block;
}
.page-browse .advanced-search-button.collapsed .fa-chevron-down {
    display:block;
}
.page-browse .advanced-search-button.collapsed .fa-chevron-right {
    display:none;
}
.page-browse-filter {
    background-color:#fff;
    flex: 2;
    max-width:350px;
    margin-bottom: 10px;
    margin-left:5px;
}
.browse-menu a:hover {
    color:#000;
}
.browse-menu ul {
    /* remove bullet as list style*/
    list-style-type: none;
    color: #666;
    padding-left:20px;
}

.browse-menu ul li {
    padding-left:3px;
}
.browse-menu ul li {
    display:none;
}
.browse-menu ul li.show {
    display:inline-block;
}
.browse-menu ul li.selected {
    display:inline-block;
}
.browse-menu ul li.selected a {
    
}
.browse-menu ul li.selected>ul>li {
    display:inline-block;
}


.browse-menu .selected {
    color:#000;
}
@media (max-width: 960px) {
    .page-browse {
        flex-direction:column;
    }
    .page-browse-filter {
        max-width:unset;
    }
    
}
.flex {
    display:flex;
}
.flex.flex-center {
    align-items: center;
    justify-content: center;
}
.show-tags-list-button{
    display:inline-block;
    font-size:9pt;
    padding:6px;
    border: 2px solid #000;
    margin-top:10px;
    cursor:pointer;
}

.show-tags-list-button:hover {
    background-color:#eee;
}

.page-browse-filter-title {

    font-weight:bold;
    text-transform: uppercase;
    text-align: center;
    padding: 10px; 
    margin-bottom:10px;
}
.tags-list .page-browse-filter-title   {
        font-weight:bold;
        text-transform: uppercase;
        text-align: center;
        margin-bottom:unset;
}
.pos-relative {
    position:relative;
}
.tags-list {
    box-shadow: 0px 0px 10px #ccc;
    width:calc(100% - 10px);
    display:block;
    position:absolute;
    top:10;
    left:5;
    min-height:200px;
    z-index:100;
    margin-bottom:10px;
    background-color:#fff;
    transition: max-width 0.2s ease-in-out;
    overflow:hidden;

}
.tags-list.closed {
    display:none;
}
.tags-collection {
    margin-top:20px;
}
.tags-collection .tag {
    margin:5px;
    background-color:#5bc0de;
    border-radius:5px;
    font-weight:bold;
    color:#fff;
    border:none;
    padding:5px;
    cursor:pointer;
}
.tags-collection .tag:hover {
    background-color:#428bca;
}
.comment { 
  text-align: center;
  font-size: 9pt;

}

@media (max-width: 960px) { 
    .tags-list  {
        max-width:100%;
    }
}

.text-pad-10{
    padding:10px;
}
.text-pad-20{
    padding:20px;
}
.text-center {
    text-align:center !important;
}
.tags-list .hide-menu {
    display:flex;
    flex-direction:row;
    align-items: center;
    justify-content: space-between;
}
.tags-list .hide-menu:hover{
    background-color:#f0f5f5;
}
.tags-list .hide-menu i {
    padding:10px;
}
.page-browse-photos{
    margin-left:5px;
    margin-bottom: 9px;
    background-color:#fff;
    flex:5;
    text-align:center;
}
.photos-top-buttons {
    width:100%;
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    padding:5px;   
}

.standard-button {
    display: inline-block;
    font-size: 9pt;
    padding: 7px 20px;
    color:#fff;
    cursor: pointer;
    background-color:#000;
    border-radius:30px;
    text-shadow:unset !important;
}

a.selected, li.selected>a {
    /*text-decoration: underline;*/
    border-bottom: 1px solid #666; 
}
.page-browse-photos .photo {
    box-sizing: border-box;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    width:300px;
    height:250px;
    margin:0px;
    margin-right:10px;
    margin-left:10px;
    margin-bottom:20px;
    display:inline-block;
    position:relative;
    cursor:pointer;
    transition: all 0.2s ease-in-out; /* Change 'all' to 'background-size' */
}
.page-browse-photos .photo:hover {
    filter: contrast(1.1);
}
.page-browse-photos .photo .photo-description {
    font-size:9pt;
    display:flex;
    background-color:rgba(0,0,0,0.3);
    color:#fff;
    padding:5px;
    bottom:0px;
    position:absolute;
    flex-direction: column;
    justify-content: center;
    width:100%;
    overflow:hidden;

}
.text-shadow {
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.text-bold {
    font-weight:bold;
}
.page-browse-photos .photo .photo-description .photo-price {
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
} 
.page-browse-photos .photo .photo-description .photo-price>div {
    display:flex;
}
.page-browse-filter-item-input {
    width:calc(100% - 20px);
    border: 1px solid #ccc;
    margin:auto;
    border-radius:5px;
    padding:10px;
    box-sizing:border-box;
    display:flex;
    flex-direction:row;
    position:relative;
}

.page-browse-filter-item-input i {
    max-width:20px;
    color:#ccc;
}

input {
    font-family: 'Rubik', sans-serif !important;
}

.page-browse-filter-item-input input {
    border:none;
    background:none;
    margin-left:10px;
    flex-grow: 1; 
    height:100%;
    outline: none;
}


.label {
    display: inline-block;
    padding: 2px 6px 3px;
    font-size: 75%;
    font-weight: 700;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    white-space: pre;
    margin:2px;
    float: left;
    padding:1px 3px;
}

.bootstrap-tagsinput .tag {
    margin-right: 2px;
    color: white;
}
.label-info {
    background-color: #5bc0de;
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}

.bootstrap-tagsinput {
    width:calc(100% - 20px) !important;
    margin-left:10px;
}

.item-title {
    margin-left:10px;
    padding:20px 0px 3px 5px;
    
}

.tt-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    cursor: pointer;
}
.tt-suggestion {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
  }
*{
    box-sizing: border-box;
}

.tt-suggestion:hover, .tt-suggestion:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
  }

.bootstrap-tagsinput input {
    border: none;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    padding: 0 6px;
    margin: 0;
    width: auto;
    max-width: inherit;
}

.tt-menu {
    z-index: 100;
}
input.tt-input{
    margin-top: 5px;
}
.tt-hint {
    top:5px !important;
}
.page-browse-filter-item-content-item {
    float: left;
}

.submit-button {
    padding: 10px 70px;
    background-color: #f0f5f5;
    text-transform:uppercase;
    color:#000;
    background-color:#000;
    color:#fff;
    border-radius:30px;
    margin-top:15px;
    margin-bottom: 15px;
    font-weight:bold;
    text-align:center;
    cursor:pointer;
    border:none;
    /*border: 2px solid #000;*/
    transition: all .3s;
}
.submit-button:hover {
    background-color:#666;
}
.categories {
    text-align:center;
}
.category-selection {
    margin:5px;
    display:inline-block;
    padding:5px 10px;
    font-size:10pt;
    border: 2px solid #000;
}
.category-selection:hover{
    background-color:#EEE;
}
.category-selection.selected {
    background-color:#aeecff;
    text-decoration: none;
}
.hidden {
    display:none;
}

.dropdown-wrapper {
    position:relative;
    display:inline-block;
}
.dropdown-button .closed-icon {
    display:none;
}
.dropdown-button .open-icon {
    display:inline-block;
}

.closed .dropdown-button .closed-icon {
    display:inline-block;
}
.closed .dropdown-button .open-icon {
    display:none;
}
.dropdown-button {
    display:inline-block;
    padding:5px 10px;
    font-size:9pt;
    cursor:pointer;
    margin-left: 5px;
}

.dropdown-menu {
    display:flex;
    flex-direction: column;
    position:absolute;
    left:0;
    box-sizing:border-box;
    width:100px;
}
.closed .dropdown-menu {
    display:none;
}
.dropdown-menu .dropdown-item {
    padding:5px 10px;
    font-size:9pt;
    cursor:pointer;
    background-color:#EEE;
    margin-left:5px;
    color:#000;
    text-align:center;
    text-transform:uppercase;
}
.dropdown-menu .dropdown-item:hover {
    background-color:#f0f5f5;
}


.page-wrap.photo-wrap {
    display:flex;
    flex-direction:column;
    max-width:1280px;
    width:100%;
    margin-left:auto;
    margin-right:auto;
}

.page-wrap.photo-wrap .photo {
    padding:5px;
    margin-right:5px;
    display:flex;
    flex-direction:row;
    height:100%;
}
.page-wrap.photo-wrap .photo>div {

    flex:2;
}
.page-wrap.photo-wrap .photo .photo-preview {
    width:calc(100%-5px);
    background-color:#fff;
    margin:5;
    padding:5px;
    height:100%;
    flex:4;
    min-width:70%;
}

.page-wrap.photo-wrap .photo .photo-preview .title {
    font-weight:bold;
    font-size:1em;
    padding:10px 0px;
}

.page-wrap.photo-wrap .photo .photo-description {
    /* ellipse hide overflowing text */ 
    max-width:calc(100% - 5px);
    margin-right:5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size:10pt;
}

.page-wrap.photo-wrap .photo .photo-description > div {
    margin:5px;
    padding:5px;
    width:100%;
    background-color:#fff;
    position:relative;
    word-wrap: break-word;
    padding-right:10px;
}
.photo-box .title {
    margin-top:5px;
    font-weight:bold;
    font-size: 10pt;
}

.photo-box .description {
    text-align: left;
    font-size: 9pt;
    margin-bottom:10px;
}

.photo-pricetag {
    font-weight:bold;
    font-size:12pt;
    text-align:center;
}

.photo-buy {
    display:block;
    font-size:12pt;
    font-weight:bold;
    /*border: 2px solid #000;*/
    margin:5px;
    padding:7px;
    text-align:center;
    cursor:pointer;
    transition: all .3s;
    border-radius:30px;
    background-color:#000;
    color:#fff;
}

.photo-buy:hover {
    background-color:#666;
}

@media (max-width: 960px) {
    .page-wrap.photo-wrap .photo {
        flex-direction:column;
    }
    
    .page-wrap.photo-wrap {
        max-width:100%;
    }

}

hr {
    border: 2px solid #EEE;
    border-bottom: none;
    margin: 10px 0px;
}

.photo-tags .photo-tag {
    background-color:#5bc0de;
    padding:5px;
    color:#fff;
    margin:5px;
    border-radius:5px;
    display:inline-block;
}
.photo-wrap .similar-photos {
    text-align:center;
    margin:10px;
    padding:10px;
    background-color:#fff;
}
.photo-wrap .similar-photos .title {
    margin-bottom:5px;
    font-size:10pt;
    font-weight:bold;
}

.photo-wrap .similar-photos a {
    margin-right:5px;
    margin-bottom:5px;
    width:220px;
    height:200px;
    display:inline-block;
    background-size:cover;
}  

#top-bar .cart {
    position:relative;
}
.checkout_ready {
    position:absolute;
    z-index:1000;
    max-width:250px;
    top:40px;left:0;
}
.checkout_ready_wrap {
    position:absolute;
    z-index:1000;
    width:400px;
    right:40px;
    top:30px;
    padding:10px;
    box-shadow: 0px 0px 10px #ccc;
    background-color:#fff !important;
}


.cart-item {
    padding:10px;
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom:1px solid #ccc;
}
.cart-item .cart-item-name {
    width:200px;
    overflow: hidden;
    /* add ellipsis */
    text-overflow: ellipsis; 
    /* no row breaks */
    white-space: nowrap;
}
.cart-item-price {
    font-weight:bold;
    font-size:10pt;

}
.cart-item-license {
    font-size:8pt;
}
.cart-item-remove {
    display:inline-block;
    padding:5px;
    border: 1px solid #000;
    margin:5px;
    font-size:9pt;
    transition: background-color .3s;
    cursor:pointer;
}
.cart-item-remove:hover {
    background-color:#eee;
}
.cart-scroll {
    max-height:200px;
    overflow-y:scroll;
}
.cart-item > div > div {
    margin-bottom:2px;
}
.cart-item .cart-item-image {
display:flex;
justify-content: center;
align-items: center;
}
.cart-item .cart-item-image img {
    max-width:100px;
    max-height:100px;
    width:auto;
    height:auto;
}

/* mobile */ 
@media (max-width: 450px) {
    .checkout_ready_wrap {
        width:calc(350px);
        right:0px;
    }
    .cart-item .cart-item-nam {
        width: 100px;
    }
}

.checkout {
    font-family: 'Rubik', sans-serif;
    font-size:16px;
    text-align:center;
    padding: 7px;
    border-radius:30px;
    background-color:#000;
    margin:5px;
    cursor:pointer;
    font-weight:bold;
    color:#fff;
    transition: all .3s;
}

.checkout:hover {
    background-color:#666;
}
.checkout_ready_wrap .checkout {
    margin-top:15px;
}

.checkout_ready_wrap .hidden_empty {
    text-align:center;
    display:block;
}
.checkout_ready_wrap.empty_cart .hidden_empty {
    display:none;
}

.pre-added {
    text-align:center;
    
}
.photo-added {
    font-size:10pt;
    text-align:center;
    font-weight:bold;
}

.checkout_ready_wrap.closed{
    display:none;
}
#top-bar .cart {
    cursor:pointer;
    padding:10px;
}
.cart-title {
    font-weight:bold;
    font-size:12pt;
    margin-bottom:10px;
    text-align:center;
}

.checkout-flex {
    display:flex;
    flex-direction:row;
    justify-content: center;
}

.checkout-box {
    padding:10px;
    flex:1;
    margin:20px 10px;
    background-color:#fff;
}

.checkout-wrap .cart-item {
    justify-content: unset;
}
.checkout-wrap .cart-item > div{
    flex:1;
}

.checkout-wrap .cart-item-name {
    width:100%;
    overflow:hidden;
    text-overflow: unset;
}
.checkout-wrap .cart-item-image {
    max-width:100px;
}
.checkout-wrap .cart-grow {
    padding-left:10px;
}

.checkout-wrap .cart-sum {
    padding:10px;
}

.checkout-wrap #alerts {
    padding:5px;
    border: 1px solid rgba(255, 224, 122, 0.836);
    background-color:rgba(255, 255, 122, 0.2);
}
.checkout-wrap #alerts p {
    margin:0;
    padding:0;
}
.checkout-wrap #alerts.error {
    border: 1px solid rgba(255,0,0,0.8);
    background-color:rgba(255,0,0,0.2)
}

.footer-title {
    padding-bottom:10px;
}

.checkout-summary {

}

@media (max-width: 960px) {
    .checkout-flex {
        flex-direction:column;
    }
    .checkout-box {
        margin-bottom:5px;
    }
}

@media (max-width: 480px) {
    .cart-item {
        flex-direction:column;
    }
    .cart-grow {
        padding-left:0px !important;
    }
    .cart-item-name {
        width:100%;
        overflow:hidden;
        text-overflow: ellipsis !important;
    }
}



.cart-sum {
    font-weight:bold;
    font-size:19px;
    display:flex;
    flex-direction: row;
    justify-content: space-between;
}

.cart-sum .comment {
    font-weight:normal;
}
.grey-sum {
    color:#333; 
}
.cart-sum .sum { 
    text-align:right;
}


.currency-info {
    color:#666;
    text-align:right;
    font-size:9pt;
    padding-right:10px;
}
.payment-info {
    text-align:center;
    padding:10px;
    margin-top:50px;
    font-size:10pt;
    font-weight:bold;
    margin-bottom:10px;

}
.payment-methods
{
    display:flex;
    flex-direction:row;
    justify-content: center;
}
#payment_options {
    max-width:400px;
    margin:auto;
    margin-top:50px;
}

#alerts.danger {
    background-color:rgba(255,0,0,0.2);
    padding:5px;
    border: 1px solid #f00;
    border-radius:2px;
    text-align:center;
    max-width:80%;
    margin:auto;
}

#email_add label {
    font-size:10px;
    padding:5px;
    display:block;
}

#email_address { 
    width:80%;
    margin:auto;
    padding:10px;
    font-size: 14px;
    border-radius:3px;
    border: 2px solid #ccc;
}

#email_address.invalid {
    border-color: red;
    background-color:rgba(255,0,0,0.02);
}

#email_address.valid {
    border-color: green;
    background-color:rgba(0,255,0,0.02);
}

.email_info {
    padding:5px;
    font-size:10px;
    color:#c2c2c2;
}

#continue_no_email {
    border-bottom:1px solid #666;
    color:#666;
}

#completed_purchase {
    text-align:center;
    padding:10px;
    margin-top:50px;
    font-size:16pt;
    font-weight:bold;
    margin-bottom:10px;
}

.thankyou {
    text-align:center;
    padding:10px;
    margin-top:50px;
    font-size:18pt;
    font-weight:bold;
    margin-bottom:10px;
}

#completed_purchase a {
    color:#666;
    border-bottom:2px solid #666;
}

.order-wrap .purchased-photo {
    padding:10px;
    border-bottom:1px solid #ccc;

}
.purchased-photo .downloads div {
    display:flex;
    flex-direction:row;
    justify-content: center;
    align-items: center;
    margin:2px;

}
.purchased-photo .downloads a {
    background-color:#000;
    color:#fff;
    padding: 5px 20px;
    margin:00px;
    border-radius:30px;
}
.purchased-photo .downloads a:hover {
    background-color:#666;
}
.purchased-photo .downloads a.downloaded {
    background-color:#666;
}

.purchased-photo .downloads a.downloaded .completed {
    display:inline-block;
}
.purchased-photo .downloads a .completed, .purchased-photo .downloads a.downloaded .uncompleted {
    display:none;
}

.purchased-photo {
    border: 1px solid #ccc;
    background-color:#fff;
    padding:10px;
    margin:10px;
    display:flex;
    flex-direction:row;
}
@media (max-width: 960px) {
    .purchased-photo {
        flex-direction:column;
    }
}
.purchased-photo img {
    max-width:100%;
}
.purchase-info {
    padding:10px;
    flex-grow:1;
}
.purchased-photo .downloads {
    padding:10px;
    flex-grow:1;
    display:flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
}
.purchased-photo .purchase-title {
    font-weight:bold;
    font-size:12pt;
    margin-bottom:10px;

}
.page-order .page-title {
    padding:10px;
    margin-top:30px;
    text-align:center;
    font-size:16pt;
}



.page-contact {
    padding: 1px;
    width:100%;
    max-width:900px;
    margin:auto;
    margin-top:30px;
    background-color:#fff;
}

.page-contact .page-title {
    padding:10px;
    margin-top:10px;
    font-weight:bold;
    text-transform: uppercase;
    text-align:center;
    font-family: 'Rubik', sans-serif;
}

.page-contact .page-content {
padding:10px;
}

.page-contact .form-group {
    margin-bottom:10px;
}

.page-contact .form-group label {
    text-align:left;
}
.page-contact .form-group input {
    width: 80%;
    padding:10px;
    margin:5px;
    border-radius:5px;
    border: 1px solid #ccc;
}
.page-contact .form-group textarea {
    width: 80%;
    padding:10px;
    margin:5px;
    border-radius:5px;
    height:200px;
    border: 1px solid #ccc;
}

.page-contact .form-group select {
    width: 80%;
    padding:10px;
    margin:5px;
    border-radius:5px;
    border: 1px solid #ccc;
}

.page-contact button.g-recaptcha {
    width: 80%;
    padding:10px;
    margin:5px;
    border-radius:30px;
    border: none;
    font-weight:bold;
    background-color:#000;
    color:#fff;
}
.page-contact .form-success {
    padding:20px;
    font-weight:bold;
}