/* @import url("custom_icons.css"); */



/* HPFutura-Medium (alias = Roboto) */
@font-face {
	font-family: 'Roboto';
	src: url('fonts/HPFutura-Medium.eot');
	src: local('☺'), url('fonts/HPFutura-Medium.woff') format('woff'), url('fonts/HPFutura-Medium.ttf') format('truetype'), url('fonts/HPFutura-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* open-sans-300 - latin_cyrillic_latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/open-sans-v13-latin_cyrillic_latin-ext-300.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('fonts/open-sans-v13-latin_cyrillic_latin-ext-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v13-latin_cyrillic_latin-ext-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v13-latin_cyrillic_latin-ext-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v13-latin_cyrillic_latin-ext-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v13-latin_cyrillic_latin-ext-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-300italic - latin_cyrillic_latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url('fonts/open-sans-v13-latin_cyrillic_latin-ext-300italic.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light Italic'), local('OpenSansLight-Italic'),
       url('fonts/open-sans-v13-latin_cyrillic_latin-ext-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v13-latin_cyrillic_latin-ext-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v13-latin_cyrillic_latin-ext-300italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v13-latin_cyrillic_latin-ext-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v13-latin_cyrillic_latin-ext-300italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin_cyrillic_latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/open-sans-v13-latin_cyrillic_latin-ext-600.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'),
       url('fonts/open-sans-v13-latin_cyrillic_latin-ext-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v13-latin_cyrillic_latin-ext-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v13-latin_cyrillic_latin-ext-600.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v13-latin_cyrillic_latin-ext-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v13-latin_cyrillic_latin-ext-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}



body {
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
    font-weight:300;
    font-size:14px;
    line-height:1.714em;

    background-color:   #eeefef;
    color:              #1a1a18;
}


b {
    font-weight:600;
}

a {
    color:#3b3b3b;
    text-decoration:underline;
    outline:0;
}

a:hover {
    color:black;
    transition:color .3s;
}





/* .font-a {
    font-family:'Open Sans', sans-serif;
    font-weight:300;
}

.font-b {
    font-family:'Roboto', sans-serif;
    font-weight:500;
    font-size:15px;
}
.font-b b {
    font-weight:700;
}
 */

.color-bg-orange,
a.color-bg-orange { background-color:#f37109; color:white; }
.color-bg-green,
a.color-bg-green { background-color:#78ab4a; color:white; }
.color-bg-gray,
a.color-bg-gray { background-color:#565656; color:white; }
.color-bg-disabled,
a.color-bg-disabled { background-color:#d5d5d5; color:white; }

.color-bg-yellow,
a.color-bg-yellow { background-color:#faac15; color:white; }
.color-bg-black,
a.color-bg-black { background-color:#1a1a18; color:white; }
.color-bg-red,
a.color-bg-red { background-color:#f12b2b; color:white; }
.color-bg-error
a..color-bg-error { background-color:#ff4b27; color:white; }

.color-bg-body   { background-color:#eeefef; color:#1a1a18; }
.color-bg-footer { background-color:#f6f7f6; }
.color-bg-white  { background-color:#ffffff; color:#1a1a18; }
.color-bg-card-placeholder  { background-color:#f5f5f5; }
.color-bg-highlight  { background-color:#fffbdc; }
.color-bg-whiteTable  { background-color:#f6f7f6; }
.color-bg-disabledLight  { background-color:#e4e4e4; }


.gray-text-here { color:#8c8c8a; }
.orange-text-here { color:#f37109; }



.form-control {
    border-color:transparent;
    background:white;
    color:black;
    box-shadow:none;

    height:50px;
    padding:4px 18px;

    font-family:'Open Sans', sans-serif;
    font-weight:300;
    font-size:14px;
}
label {
    font-family:'Roboto', sans-serif;
    font-weight:500;
    font-size:15px;
}
label .important:before {
    content:'';
    display:inline-block;
    height:4px;
    width:4px;
    margin-bottom:2px;
    line-height:4px;
    background-color:#ffa200;
    border-radius: 50%;
}
label .important span { display:none; }



p { margin-bottom:20px; }
p:last-child { margin-bottom:0; }





.helpful-link {
    text-align:right;
}
.helpful-link a {
    display:inline-block;
    color:black;
    text-decoration:underline;
    outline:0;
}

.circle-label {
    display:inline-block;
    line-height:80px;
    width:80px;
    height:80px;
    text-align:center;
    border-radius:50%;

    font-family:'Roboto', sans-serif;
    font-weight:500;
    font-size:24px;
}


.icon-in-circle {
    display:inline-block;
    vertical-align:middle;
    height:48px;
    line-height:48px;
    width:48px;
    text-align:center;
    font-size:26px;
    border-radius:50%;
    background-position:50% 50%;
    background-repeat: no-repeat;
}

/* .icon-in-circle.small-icon {
    height:36px;
    line-height:36px;
    width:36px;
    font-size:20px;
    margin:0 5px;
}
.icon-in-circle.mini-icon {
    height:20px;
    line-height:20px;
    width:20px;
    font-size:14px;
    margin:0 5px;
    text-align:center;
}
 */
.user-login-icon {
    display:inline-block;
    height:48px;
    width:48px;
    background: 50% 50% no-repeat white;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMyIgaGVpZ2h0PSIyMyIgdmlld0JveD0iMCAwIDIzIDIzIj4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsLXJ1bGU6IGV2ZW5vZGQ7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTExMDAuNSwzMTJhNi41LDYuNSwwLDEsMSw2LjUtNi41QTYuNSw2LjUsMCwwLDEsMTEwMC41LDMxMlptMC0xMWE0LjUsNC41LDAsMSwwLDQuNSw0LjVBNC41LDQuNSwwLDAsMCwxMTAwLjUsMzAxWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEwODkgLTI5OSkiLz4KICA8cGF0aCBpZD0iUm91bmRlZF9SZWN0YW5nbGVfOCIgZGF0YS1uYW1lPSJSb3VuZGVkIFJlY3RhbmdsZSA4IiBjbGFzcz0iY2xzLTEiIGQ9Ik0xMTA5Ljk3LDMyMWE5LjQ4Miw5LjQ4MiwwLDAsMC0xOC45NCwwaC0yYTExLjQ4LDExLjQ4LDAsMCwxLDIyLjk0LDBoLTJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTA4OSAtMjk5KSIvPgogIDxyZWN0IHk9IjIxIiB3aWR0aD0iMjMiIGhlaWdodD0iMiIvPgo8L3N2Zz4K");
    border-radius:50%;
}



/* .ammountNumber {
    display:inline-block;
    width:75px;
    height:40px;
    line-height:40px;
    padding:0;
    border:0;
    border-radius:0;
    text-align:center;

    background:#eeefef;
    color:#1a1a18;

    font-family:'Roboto', sans-serif;
    font-weight:500;
    font-size:16px;

}
 */

.close {
    outline:0;
}


.alert>p {
    margin-bottom:0;
}
.alert p + p {
    margin-top:20px;
}

.alert {
  margin-bottom:30px;
  padding:15px 50px;
  position:relative;
}
.alert-dismissable .close,
.alert-dismissible .close {
    position: absolute;
    top: 0px;
    right: 0px;
    width:40px;
    height:50px;
    background:50% 50% no-repeat;
    opacity:.9;
    box-shadow:none;
}
.alert-dismissable .close:hover,
.alert-dismissible .close:hover {
  opacity:1;
}

.alert-danger {
    background-color:#ff4b27;
    color:white;
    border-color:transparent;
    border-radius:0;
    font-family:'Roboto', sans-serif;
    font-weight:500;
    font-size:16px;
    text-align:center;
}
.alert-danger.alert-dismissable .close,
.alert-danger.alert-dismissible .close,
.alert-danger.alert-dismissable .close:hover,
.alert-danger.alert-dismissible .close:hover {
    color:white;
    opacity:1;
    box-shadow:none;
}

.alert-goodnews {
    background-color:#78ab4a;
    color:white;
    border-color:transparent;
    border-radius:0;
    font-family:'Roboto', sans-serif;
    font-weight:500;
    font-size:16px;
    text-align:center;
    line-height:20px;
}


.alert-info {
    padding:20px;
    margin-bottom:30px;
    background-color:#fffbdc;
    color:#72726f;
    border-color:transparent;
}

.page-divider {
    border-bottom:1px solid #d9dcdc;
    height:1px;
    margin-bottom:30px;
}



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

.souvenirs-banner {
	position: relative;
}

.souvenirs-banner img {
    width:100%;
    height:auto;
}

.souvenirs-banner span {
	position: absolute;
	top: 45%;
	left: 7%;
	font-size: 3vw;
	font-weight: bold;
	color: white;
}

.souvenirs-banner a {
	position: absolute;
	top: 40%;
	right: 5%;
}

.modal-backdrop.in {
    opacity:.2;
}

.panel {
    box-shadow:none;
}


.price-label {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  text-align: right;
  min-width: 100px;
  display: inline-block;
  vertical-align: middle;
}


.popover {
    z-index:3050;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    text-align:center;
    letter-spacing: 1px;
    background-color: #f37715;
    color:white;
    border:0;
    border-radius:0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding:10px;
    min-width:380px;
}
.popover-content {
    padding:30px 50px;
    background:top right no-repeat;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMi43NSIgaGVpZ2h0PSIxMi43NSIgdmlld0JveD0iMCAwIDEyLjc1IDEyLjc1Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9IlJlY3RhbmdsZV8yOF9jb3B5IiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAyOCBjb3B5IiBjbGFzcz0iY2xzLTEiIGQ9Ik0xMjg1LjM2LDMxNC45NWwtMS40MSwxLjQxNC00Ljk1LTQuOTUtNC45NSw0Ljk1LTEuNDEtMS40MTQsNC45NS00Ljk1LTQuOTUtNC45NSwxLjQxLTEuNDE0LDQuOTUsNC45NSw0Ljk1LTQuOTUsMS40MSwxLjQxNC00Ljk1LDQuOTVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTI3Mi42MyAtMzAzLjYyNSkiLz4KPC9zdmc+Cg==") !important;
}
.popover.top>.arrow {
    border-top-color: transparent;
    border-top-color: transparent;
}
.popover.top>.arrow:after {
    border-top-color: #f37715;
}


body.modal-open {
    /*overflow:visible;*/
}

.modal-content {
    box-shadow:none !important;
}
.modal-padding {
  padding:30px;
}
.modal-content .page-title {
  margin-top:0;
  font-size:18px;
  line-height:30px
}
.info-modal .page-title .prefix-icon {
  height:30px;
}
.info-modal .modal-content {
  background-color:#EEEFEF;
}

.modaal-outer-wrapper {
    width:100vw;
}
.modaal-wrapper {
    width: 100vw;
    overflow-x: hidden;
}


.page-footer-padding {
  height:30px;
}

.dot {
  display: inline-block;
  vertical-align: middle;
  border-radius:50%;
  width:8px;
  height:8px;
  margin-left:10px;
}
.dot-red { background-color:#F22E2E; }
.dot-green { background-color:#78AB4A; }

.prefix-icon {
  display: inline-block;
  vertical-align: middle;
  width:24px;
  height:24px;
  margin-right:10px;
}

.page-padding-30 {
    height:30px;
}




/* LAYOUT */

@media (min-width: 1300px) {
    .container {
        width: 1230px;
    }
}

.anti-container {
    margin-left:-15px;
    margin-right:-15px;
}
@media (max-width: 992px) {
    .container {
        width: auto;
        padding-left:30px;
        padding-right:30px;
    }
}
@media (max-width: 400px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}


.vertically-centered-columns {
    display:table;
    border-spacing:0;
    width:100%;
    margin:0;
    padding:0;
}
.vertically-centered-col {
    display:table-cell;
    vertical-align:middle;
}



.page-body {
    width: 100vw;
    padding-top:92px; /* RM: was 72px, increased to fit subheader menu */
    min-height:100vh;
    width:100%;
}





/* BUTTONS */

.btn {
    font-family:'Roboto', sans-serif;
    font-weight:500;
    font-size:15px;
    line-height:24px;
    text-decoration:none !important;
    outline:0;
}
.btx {
    font-family:'Roboto', sans-serif;
    font-weight:500;
    font-size:15px;
    line-height:24px;
    text-decoration:none;
    padding:0 4px;
    outline:0;
    box-shadow:none;
    cursor:pointer;
}
.btx:hover {
  text-decoration:underline;
}



/* .btn-BlackText {

}
 */

.btn-small {
    padding:2px 14px;
    font-size:15px;
}

.btn-normal {
    padding:7px 14px;
    font-size:16px;
}

.btn-large {
    padding:12px 14px;
    font-size:16px;
    min-width:280px;
}

.btn-enormous {
    padding:17px 14px;
    font-size:22px;
    min-width:280px;
}


.btn-fullwidth {
    min-width:100%;
    padding-left:9px;
    padding-right:9px;
}

.btn-justtext {
    padding:0 4px;
}
.btn-justtext:hover {
    text-decoration:underline;
    color:inherit;
}
.btn.btn-justtext:active {
    box-shadow:none;
}

@media  (max-width: 400px) {
    .btn-large,
    .btn-enormous {
        min-width:100%;
    }
}



.btn-shopping-bag {
    min-width:123px;
    padding:0 20px 0 60px;
    line-height:48px;
    font-size:18px;
    text-align:right;
}
.btn.btn-shopping-bag.custom-icon {
    background-position:20px 10px !important;
}


















.btn-special {
    padding:12px 32px;
}

.btn-width280 {
    padding:12px 18px;
    width:100%;
    max-width:280px;
}
.btn-circle {
    padding:12px 0;
    width:50px;
    border-radius:50%;
}



.btn-icon {
    padding:12px 18px;
}
.btn-icon:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    padding-right:16px;
}

.btn-pager {
    padding:12px 0;
    width:50px;
    background-color:transparent;
    color:#1a1a18;
}
.btn-pager:hover { background-color:#e4e4e4; color:#1a1a18; }
.btn-pager.current { background-color:#f37109; color:white; }
.btn-pager.current:hover { background-color:#e36100; color:white; }

.btn-slider {
    padding:12px 0;
    width:50px;
    background-color:transparent;
    color:#cdd0d0;
    border-radius:50%;
}
.btn-slider:hover { background-color:transparent; color:#f37109; }
.btn-slider.current { background-color:transparent; color:#f37109; }
.btn-slider.current:hover { background-color:transparent; color:#f37109; }
.btn-slider.active, .btn-slider:active {
    box-shadow:none;
}

.btn-slider-arrow {
    padding:12px;
    font-size:32px;
    line-height:32px;
    width:56px;
    height:56px;
    border-radius:50%;
    background-color:transparent;
    color:#cdd0d0;
}
.btn-slider-arrow:hover { color:#565656; }


.btn-smaller {
    padding-top:4px;
    padding-bottom:4px;
}

.btn-green          { background-color:#78ab4a; color:white; }
.btn-green:hover    { background-color:#689b3a; color:white; }
.btn-orange         { background-color:#f37109; color:white; }
.btn-orange:hover   { background-color:#e36100; color:white; }
.btn-disabled       { background-color:#e4e4e4; color:#cecece; cursor:default; }
.btn-disabled:hover { background-color:#e4e4e4; color:#cecece; }


.info-marker {
    display:inline-block;
    vertical-align:middle;
    line-height:20px;
    width:20px;
    height:20px;
    margin-bottom: 4px;

    transition:background .2s;
    border-radius:50%;
    background:50% 50% no-repeat #1a1a18;
    background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyIiBoZWlnaHQ9IjEwIiB2aWV3Qm94PSIwIDAgMiAxMCI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogI2ZmZjsKICAgICAgICBmaWxsLXJ1bGU6IGV2ZW5vZGQ7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJSZWN0YW5nbGVfMTdfY29weV8yIiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAxNyBjb3B5IDIiIGNsYXNzPSJjbHMtMSIgZD0iTTg5NywyNThoMnYyaC0ydi0yWm0wLDNoMnY3aC0ydi03WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTg5NyAtMjU4KSIvPgo8L3N2Zz4K");
}
.info-marker:hover {
    background-color:#f37109;
}






/* Special titles */

.page-title {
    margin-top:40px;
    margin-bottom:30px;
    padding-bottom:40px;

    font-family:'Roboto', sans-serif;
    font-weight:500;
    font-size:22px;
    line-height:30px;

    border-bottom:1px solid #d9dcdc;
}
.page-title.nonstandard {
    border-bottom-color:transparent;
    margin-bottom:0;
}

@media  (max-width: 666px) {
    .page-title {
        padding-bottom:20px;
        margin-top:20px;
    }
}


.orange-line-title {
    margin-top:50px;
    margin-bottom:30px;
    padding-bottom:20px;

    font-family:'Roboto', sans-serif;
    font-weight:500;
    font-size:16px;
    line-height:20px;

    color:#1a1a18;
    border-bottom:2px solid #f37109;
}



h1 {
    font-family:'Roboto', sans-serif;
    font-weight:500;
    font-size:36px;
    margin-top:0;
    margin-bottom:30px;
}

/* .cryingTitle {
    font-family:'Roboto', sans-serif;
    font-weight:500;
    font-size:36px;
}
 */
.section-title {
    font-family:'Roboto', sans-serif;
    font-weight:500;
    font-size:26px;
    text-align:center;
}

h4 {
    font-family:'Roboto', sans-serif;
    font-weight:500;
    font-size:15px;
    margin-top:0;
}

.title-of-content-element {
    font-family:'Roboto', sans-serif;
    font-weight:500;
    font-size:15px;
    margin-top:0;
    margin-bottom:30px;
}




.input-action-button {
    display:inline-block;
    vertical-align:middle;
    width:25px;
    height:40px;
    line-height:40px;
    padding:0;
    margin:0;

    font-family:'Roboto', sans-serif;
    font-weight:500;
    font-size:16px;
    text-align:center;

    color:#1a1a18;
    cursor:pointer;
}




.number-input,
.form-inline .form-control.number-input {
    width:60px;
    text-align:center;
    padding-right:0;
}

input.number-input[type=number]::-webkit-inner-spin-button,
input.number-input[type=number]::-webkit-outer-spin-button,
.form-inline input.form-control.number-input[type=number]::-webkit-inner-spin-button,
.form-inline input.form-control.number-input[type=number]::-webkit-outer-spin-button {
    opacity:1;
}



input::-webkit-input-placeholder {
   color: black;
}
input:-moz-placeholder {
   color: black;
}
input::-moz-placeholder {
   color: black;
}
input:-ms-input-placeholder {
   color: black;
}

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


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
input.number-input[type=number]::-webkit-inner-spin-button,
input.number-input[type=number]::-webkit-outer-spin-button,
.form-inline input.form-control.number-input[type=number]::-webkit-inner-spin-button,
.form-inline input.form-control.number-input[type=number]::-webkit-outer-spin-button {
    display:none;
}





/* defaults */

input,
input.form-control {
  border-radius:0;
  background:white;
  color:#1A1A18;
  outline:0 !important;
  box-shadow: none !important;
  border-color:transparent;
    transition: none;
}
input.form-control:active,
input.form-control:focus {
  background:#e3e4e4;
}
textarea,
textarea.form-control {
  border-radius:0;
  background:white;
  color:#1A1A18;
  outline:0 !important;
  box-shadow: none !important;
  border-color:transparent;
}
textarea.form-control:active,
textarea.form-control:focus {
  background:#e3e4e4;
}




/* =================================================== */

.menu-site {
    list-style:none;
    display:table;
    border-spacing:32px 0;
    margin:0 26px;
    padding:0;

}
.menu-site li {
    display:table-cell;
    vertical-align:middle;
    margin:0 16px;

    height:100%;
    border-bottom:2px solid transparent;
}
.menu-site a {
    display:inline-block;
    padding:0;

    font-family:'Roboto', sans-serif;
    font-weight:500;
    font-size:16px;
    line-height:22px;
    text-decoration:none;
    text-align:center;

    color:black;
}
.menu-site a:hover { color:#f37109; }

.menu-site .current {
    border-bottom:2px solid #f37109;
}
.menu-site .current a {
    color:#f37109;
}




/* =================================================== */

.menu-lang {
    list-style:none;
    display:table;
    border-spacing:15px 0;
    margin:0 -15px;
    padding:0;
}
.menu-lang li {
    display:table-cell;
    vertical-align:middle;
    height:100%;

    font-family:'Roboto', sans-serif;
    font-weight:500;
    font-size:14px;
    padding:4px 8px; <!-- RM: Moved from "MenuLang a" -->
}
.menu-lang a {
    display:inline-block;
    text-decoration:none;
    text-align:center;

    color:#f37109;
}
.menu-lang a:hover { color:black; }









/* =================================================== */

.important-message {
    font-family:'Roboto', sans-serif;
    font-weight:500;
    font-size:18px;
    text-align:center;
}
.important-message .btn {
    vertical-align: middle;
    margin-left:30px;
    font-size:17px;
    line-height:38px;
    padding-top:0;
    padding-bottom:0;
}
@media (max-width: 768px) {
  .important-message .btn { margin-left:0px; }
}




/* =================================================== */

.link-list {
    list-style:none;
    margin:0;
    margin-bottom:30px;
    padding:0;
}
.link-list a {
    text-decoration: none;
    display:inline-block;
    padding:4px 0;
}
.link-list a:hover {
    text-decoration: underline;
}




/* =================================================== */


.message-with-pictogram {
    display:block;
    line-height:48px;
    font-weight:bold;
    font-size:18px;
    margin-bottom:8px;
    white-space:nowrap;
    letter-spacing: 0;
}
.message-with-pictogram .pictogramm {
    margin-right:15px;
}
.message-with-pictogram a { text-decoration:none; }
.message-with-pictogram a:hover { text-decoration:underline; }




/* =================================================== */

.banner-with-background {
    background:50% 50% no-repeat;
    background-size: cover;
}

.banner-with-background > a {
    display:block;
    position:relative;
    cursor:pointer;
    text-decoration:none;
    background:50% 50% no-repeat;
    background-size: cover;
    text-align:center;
    font-family:'Roboto', sans-serif;
    font-weight:500;
    font-size:28px;
    color:white;
    padding:210px 0px 20px 0px;
    border-radius:4px;
    margin-bottom:30px;
}
.banner-with-background > a:link,
.banner-with-background > a:active,
.banner-with-background > a:visited,
.banner-with-background > a:hover {
    text-decoration:none;
    color:white;
}
.banner-with-background .title {
    display:block;
    background-color: rgba(243, 113, 9, 0.74);
    min-height:60px;
    padding-top: 18px;
}
.banner-with-background .darken {
    content:'';
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:rgba(0,0,0,.25);
    padding:150px 15px 50px 15px;
}

.banner-with-background-darken {
    background:50% 50% no-repeat;
    background-size: cover;
}

.banner-with-background-darken > a {
    display:block;
    position:relative;
    cursor:pointer;
    text-decoration:none;
    text-align:center;
    font-family:'Roboto', sans-serif;
    font-weight:500;
    font-size:28px;
    color:white;
    padding:210px 0px 20px 0px;
    border-radius:4px;
    margin-bottom:30px;
    background:rgba(0,0,0,.25);
}
.banner-with-background-darken > a:link,
.banner-with-background-darken > a:active,
.banner-with-background-darken > a:visited,
.banner-with-background-darken > a:hover {
    text-decoration:none;
    color:white;
}
.banner-with-background-darken .title {
    display:block;
    background-color: rgba(243, 113, 9, 0.74);
    min-height:60px;
    padding-top: 18px;
}

/* =================================================== */


.multi-views-for-photo:after {
  content:'';
  display:block;
  clear:both;
}

.multi-views-for-photo .right-part {
  width:50%;
  float:right;
  padding-left:40px;
  padding-right:10px;
  padding-bottom:10px;
}
.multi-views-for-photo .left-part {
  width:50%;
  float:left;
  padding-right:40px;
  padding-left:10px;
  padding-bottom:10px;
  position:relative;
}
.multi-views-for-photo .left-part:after {
  content:'';
  position:absolute;
  right:0;
  top:-30px;
  bottom:-30px;
  border-left:1px solid #D8DCDC;
  width:1px;
}

.multi-views-for-photo figcaption {
  display:block;
  text-align:center;
  font-family:'Roboto', sans-serif;
  font-weight:500;
  font-size:16px;
  margin-top:15px;
  margin-bottom:45px;
}

@media  (max-width: 756px) {
    .multi-views-for-photo .right-part {
      width:100%;
      float:none;
      padding-left:0px;
      padding-right:0px;
      padding-bottom:10px;
    }
    .multi-views-for-photo .left-part {
      width:100%;
      float:none;
      padding-right:0px;
      padding-left:0px;
      padding-bottom:40px;
        margin-bottom:30px;
    }
    .multi-views-for-photo .left-part:after {
      content:'';
      position:absolute;
      right:-30px;
      top:auto;
      bottom:0;
        left:-30px;
        border-left:0;
        border-top:1px solid #D8DCDC;
        width:auto;
        height:1px;
    }
}





.custom-radio {
    position:relative;
    margin-left:0px;
    line-height:40px;
}

.custom-radio input[type="radio"] {
  display: none;
}

.custom-radio input[type="radio"] + .radiolabel span.mrk {
    display: block;
    position:absolute;
    left:0;
    top:11px;

    width: 18px;
    height: 18px;
    border:6px solid #eeefef;
    margin: 0px 0px 0 0;
    vertical-align: middle;
    cursor: pointer;
    -moz-border-radius: 50%;
    border-radius: 50%;

    -webkit-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;

    background-color: #eeefef;
}

.custom-radio input[type="radio"]:checked + .radiolabel span.mrk {
  background-color: black;
}
.custom-radio .radiolabel,
.photo-tool-menu .custom-radio .radiolabel {
    display:table;
    margin-left:33px;
}
.custom-radio .radiolabel span.txt {
    display:table-cell;
    height:40px;
    line-height:20px;
    vertical-align: middle;
}

.tmpl-cart .photo-tool-menu-fieldset {
    border-radius:0;
}
.tmpl-cart .custom-radio input[type="radio"] + .radiolabel span.mrk {
    top:9px;
}


.custom-radio.pictured-choice {
    display:table;
    width:100%;
}
.custom-radio.pictured-choice .radiolabel {
    display: table-cell;
    vertical-align:middle;
    height:160px;
    background: white;
    border: 2px solid transparent;
    text-align:center;
}
.custom-radio.pictured-choice input[type="radio"] + .radiolabel span.mrk {
    top:50%;
    margin-top:-9px;
    left:20px;
}
.custom-radio.pictured-choice .radiolabel span.txt {
    display:block;
    margin:0 0px;
    line-height:40px;
}
.custom-radio.pictured-choice .radiolabel span.img {
    display:block;
    width:100%;
    padding:0 40px;
    white-space: normal;
}
.custom-radio.pictured-choice .radiolabel span.img img {
    max-width:100%;
}
.custom-radio.pictured-choice input[type="radio"]:checked + .radiolabel {
    border-color:#78ab4a;
}

@media  (max-width: 992px) {
    .custom-radio.pictured-choice {
        margin-bottom:10px;
    }
}



.popover {
    z-index:3050;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    text-align:center;
    letter-spacing: 1px;
    background-color: #f37715;
    color:white;
    border:0;
    border-radius:0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding:10px;
    min-width:380px;
}
.popover-content {
    padding:30px 50px;
    background:top right no-repeat;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMi43NSIgaGVpZ2h0PSIxMi43NSIgdmlld0JveD0iMCAwIDEyLjc1IDEyLjc1Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9IlJlY3RhbmdsZV8yOF9jb3B5IiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAyOCBjb3B5IiBjbGFzcz0iY2xzLTEiIGQ9Ik0xMjg1LjM2LDMxNC45NWwtMS40MSwxLjQxNC00Ljk1LTQuOTUtNC45NSw0Ljk1LTEuNDEtMS40MTQsNC45NS00Ljk1LTQuOTUtNC45NSwxLjQxLTEuNDE0LDQuOTUsNC45NSw0Ljk1LTQuOTUsMS40MSwxLjQxNC00Ljk1LDQuOTVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTI3Mi42MyAtMzAzLjYyNSkiLz4KPC9zdmc+Cg==") !important;
}
.popover.top>.arrow {
    border-top-color: transparent;
    border-top-color: transparent;
}
.popover.top>.arrow:after {
    border-top-color: #f37715;
}





.el-form-frow {
    padding-left:15px;
    padding-right:15px;
    min-height:50px;
    line-height:50px;
    width:100%;
    clear:both;
}

.el-form-frow .form-row-summary,
.el-form-frow .form-row-img,
.el-form-frow .form-row-settings {
    margin-bottom:15px;
}

.el-form-frow .form-row-img,
.el-form-frow .form-inline .form-group.form-row-img {
    height:50px;
    line-height:50px;
    width:80px;
    text-align:center;
    background:#eeefef;
    display: inline-block;
    vertical-align: middle;
    position:relative;
}

.el-form-frow .form-row-img > img,
.el-form-frow .form-row-img > a > img {
    display: inline-block;
    max-width:80px;
    max-height:50px;
    line-height:50px;
    vertical-align:top;
}

.el-form-frow select,
.el-form-frow .form-inline select.form-control {
    background:#eeefef;
    border-radius:0px;
    font-family:'Roboto', sans-serif;
    font-weight:500;
    font-size:16px;
    line-height:48px;
    display: inline-block;
    vertical-align: middle;
}
.el-form-frow select option,
.el-form-frow .form-inline select.form-control option {
    line-height:48px;
}

.el-form-frow input,
.el-form-frow .form-inline input.form-control {
    background:#eeefef;
    display: inline-block;
    vertical-align: middle;
    border-radius:0px;
    font-family:'Roboto', sans-serif;
    font-weight:500;
    font-size:16px;
}

.el-form-frow select:active,
.el-form-frow .form-inline select.form-control:active,
.el-form-frow input:active,
.el-form-frow .form-inline input.form-control:active,
.el-form-frow select:focus,
.el-form-frow .form-inline select.form-control:focus,
.el-form-frow input:focus,
.el-form-frow .form-inline input.form-control:focus {
    background:#e3e4e4;
}
.el-form-frow select:hover,
.el-form-frow .form-inline select.form-control:hover,
.el-form-frow input:hover,
.el-form-frow .form-inline input.form-control:hover {
    background-color:#fffbdc;
}


.el-form-frow .form-row-summary {
    float:right;
    text-align:center;
    white-space:nowrap;
}

.el-form-frow .form-row-settings,
.el-form-frow .form-inline .form-group.form-row-settings {
    display: inline-block;
    vertical-align: middle;
}

@media  (max-width: 992px) {
    .el-form-frow .form-row-settings,
    .el-form-frow .form-inline .form-group.form-row-settings {
        width:200px;
        vertical-align:top;
    }
    .el-form-frow .form-row-settings select,
    .el-form-frow .form-inline .form-group.form-row-settings select {
        width:100%;
    }
    .el-form-frow .form-row-img,
    .el-form-frow .form-inline .form-group.form-row-img {
        height:100px;
        line-height:100px;
        width:200px;
        margin-right:10px;
    }
    .el-form-frow .form-row-img > img,
    .el-form-frow .form-row-img > a > img{
        max-width:200px;
        max-height:100px;
        vertical-align:top;
    }
}


.el-form-frow .price-label {
    font-family:'Roboto', sans-serif;
    font-weight:500;
    font-size:16px;
    line-height:25px;
    text-align:right;
    min-width:100px;
    display:inline-block;
    vertical-align: middle;
}
.el-form-frow .price-label .is-old {
    color: #bcbcbc;
    text-decoration: line-through;
    line-height:25px;
    display:inline-block;
    vertical-align: middle;
}
.el-form-frow .price-label .is-new {
    color: #e43a3a;
    line-height:25px;
    display:inline-block;
    vertical-align: middle;
}
.el-form-frow .form-row-summary i.fa-times {
    padding-left:15px;
    display:inline-block;
    vertical-align: middle;
}

.el-form-frow .cancel-button {
    display:inline-block;
    vertical-align: middle;
    margin-left:15px;
    margin-right:-15px;
    padding-right:15px;
    padding-left:15px;
    width:50px;
    line-height:50px;
    height:50px;
    text-align:center;
}


.el-form-frow .form-row-icon {
    display:inline-block;
    vertical-align: middle;
    line-height:46px;
    padding-bottom:4px;
    height:50px;
    width:50px;
    background-position:50% 50%;
    background-repeat:no-repeat;
    cursor:pointer;
}
.el-form-frow .form-row-icon.is-off {
    opacity:.2;
}
.el-form-frow .form-row-icon.is-off:hover,
.el-form-frow .form-row-icon:hover {
    opacity:.5;
}


.el-form-frow .form-footer-summary {
    text-align:right;
    line-height:50px;
    padding-right:50px;
    font-family:'Roboto', sans-serif;
    font-weight:500;
    font-size:16px;
}
.el-form-frow .form-footer-summary .price-label {
    font-size:24px;
}

.el-form-frow .form-row-img label.checkbox {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    text-align:left;
    line-height:40px;
    padding:5px;
}
.el-form-frow .form-row-img label.checkbox input {
    vertical-align: bottom;
}

.el-form-frow .text h6 {
    font-weight:bold;
    font-size:16px;
    color:#000000;
    margin:0;
    line-height:20px;
}
.el-form-frow .text p {
    font-size:14px;
    color:#acacac;
    margin:5px 0 0 0;
    line-height:20px;
}





/* ORGANS */

/* DEPRECATED */
/* .general-page-header {
    background:white;
    min-height:144px;
}
.general-page-header:after {
    content:'';
    display:block;
    clear:both;
}

.general-page-header .site-logo {
    float:left;
    margin-right:16px;
    height:144px;
}
.general-page-header .menu-lang {
    float:left;
    height:144px;
}
.general-page-header .menu-site {
    float:right;
    height:144px;
}

.general-page-header .shopping-menu {
   
} */


/* @media (max-width: 1200px) {

    .general-page-header .menu-site {
        height:72px;
        border-spacing: 16px 0;
    }
    .general-page-header {  min-height:72px; }
    .general-page-header .site-logo { height:72px; }
    .general-page-header .menu-lang { height:72px; }

}
@media  (max-width: 992px) {


    .general-page-header .menu-site a {
        font-size:14px;
    }
}

@media (max-width: 992px) {
    .general-page-header .site-logo {
        float:none;
        text-align:left;
        display:block;
    }
    .general-page-header .menu-lang {
        margin-top:-72px;
        margin-right:18px;
        float:right;
    }
}
 */
/* ========================================= */




/* ========================================= */


.layout-center > .org--content {
    background: 50% 50% no-repeat ;
    background-color:#565656;
    background-size: cover;
}

.layout-center .login-form {
    margin:100px 0;
}

.layout-center .welcome-card {
    margin-top:200px;
    color:white;
}
.layout-center .welcome-card a {
    color:white;
    text-decoration:underline;
}
.layout-center .welcome-card p {
    margin:20px 0;
}

@media (max-width: 992px) {
    .layout-center > .org--content {
        padding-bottom:50px;
    }
    .layout-center .login-form { margin:20px 0; }
    .layout-center .welcome-card { margin-top:50px; }
}
@media (max-width: 768px) {
    .layout-center > .org--content {
        /* background-image:none !important; */
        /* it isn't beautiful */
    }
    .layout-center .welcome-card { margin-bottom:50px; }
    .layout-center .login-form { margin-bottom:50px; }
}


/* ========================================= */






/* ========================================= */
/* .TopProducts .org--content {
    position:relative;
}
.TopProducts .scrollingButton {
    position:absolute;
    left:50%;
    top:-24px;
    margin:0 0 0 -24px;
    width:48px;
    height:48px;
    font-size:26px;
}
.TopProducts .section-title {
    padding:70px 0;
}
.TopProducts .customBanner {
    margin-bottom:60px;
    padding:0 100px;
}
.TopProducts .layout-center {
    color:white;
}
.TopProducts .layout-center > .org--content {

    max-height:250px;
    padding:100px;
}

@media (max-width: 992px) {
    .TopProducts .customBanner {
        padding:0;
    }
    .TopProducts .layout-center > .org--content {
        padding:30px;
    }
}
@media (max-width: 768px) {
    .TopProducts .section-title {
        padding-bottom:30px;
    }
} */

/* ========================================= */



/* .SlideShow {
    margin:0 100px;
    position:relative;
}
.SlideShow .controlArrow {
    position:absolute;
    top:50%;
    margin-top:-60px;
}
.SlideShow .controlArrow-left {
    right:100%;
    margin-right:30px;
}
.SlideShow .controlArrow-right {
    left:100%;
    margin-left:30px;
}

.SlideShow .controlDots {
    text-align:center;
    margin-top:30px;
    margin-bottom:60px;
}
 */
/* ========================================= */

.colorfull-row {
    padding:25px 15px 15px 15px;
}
.colorfull-row .message {
    display:inline-block;
    vertical-align: middle;
    margin-bottom:10px;
}
.colorfull-row .btn-normal {
    margin-bottom:10px;
}


/* ========================================= */

.page-footer {
    background-color: #f6f7f6;
    min-height:470px;
    color:#8b8b8b;
}
.page-footer > .colorfull-row {
    /*transform: translateY(-100%);
    position: absolute;
    left: 0;
    right: 0;
    */
}
.page-footer > .org--content {
    padding-top:50px;
    padding-bottom:95px;
    background: 100% 100% no-repeat;
    min-height:470px;
}

.page-footer > .org--copyright-row {
    margin-top:-65px;
    min-height:65px;
    font-size:13px;
}
.page-footer > .org--copyright-row .copyright-row-text {
    display:inline-block;
    margin-right:25px;
}
.page-footer > .org--copyright-row a {
    color:#8f8f8f;
    text-decoration:underline;
}
.page-footer > .org--copyright-row a:hover {
    color:black;
}

.page-footer .title-of-content-element {
    margin-bottom:26px;
    color:#3b3b3b;
}
.page-footer .link-list {
    margin-bottom:45px;
}
.page-footer .link-list a,
.page-footer .link-list a:link,
.page-footer .link-list a:visited {
    font-size:15px;
    color:black;
}
.page-footer p {
    margin-bottom:30px;
}
.page-footer .message-with-pictogram {
    margin-bottom:8px;
    color:#565656;
}
.page-footer .message-with-pictogram a {
    color:#565656;
    text-decoration:none;
}
.page-footer .message-with-pictogram a:hover {
    color:#363636;
    text-decoration:underline;
}

.page-footer .org--social-icons {
    text-align:right;
    margin-top:-4px;
}
.page-footer .org--social-icons .icon-in-circle.custom-icon-social-twitter {
    width:35px;
    height:35px;
    line-height:35px;
    background-color:#aa755b;
}
.page-footer .org--social-icons .icon-in-circle.custom-icon-social-instragram {
    width:35px;
    height:35px;
    line-height:35px;
    background-color:#aa755b;
}
.page-footer .org--social-icons .icon-in-circle.custom-icon-social-draugiem {
    width:35px;
    height:35px;
    line-height:35px;
    background-color:#ffa200;
}
.page-footer .org--social-icons .icon-in-circle.custom-icon-social-facebook {
    width:35px;
    height:35px;
    line-height:35px;
    background-color:#4978f0;
}

@media (max-width: 768px) {
    .page-footer .org--social-icons {
        text-align:center;
        margin-top:-0px;
    }
}
.page-footer .org--social-icons a {
    display:inline-block;
    vertical-align:middle;
    margin-left:20px;
    border-radius:50%;
}
.page-footer .org--social-icons a:first-of-type {
    margin-left:0;
}
.page-footer .org--social-icons a:hover {
    transform:translateY(-2px);
}

@media (min-width: 1200px) {
    .page-footer > .container {
        padding-left:115px;
        padding-right:115px;
    }
}

@media (max-width: 992px) {
    .page-footer > .container {
        background-position:-200% -200%;
    }
    .page-footer .icon-in-circle {
        /* margin-bottom:15px; */
    }
}


/* ========================================= */

.area-of-product-overview .section-title {
    margin-top:75px;
    margin-bottom:75px;
    text-align:center;
}
.area-of-product-overview.inner .section-title {
    margin-top:30px;
    margin-bottom:30px;
    text-align:center;
}


@media (min-width: 1200px) {
    .area-of-product-overview .container {
        padding-left:115px;
        padding-right:115px;
    }
}


.area-of-product-overview .product-card-details {
    padding:26px 30px 30px 30px;
}
.area-of-product-overview .product-card-details h4 + .button-area {
    margin-top:26px;
}

@media (min-width: 768px) {
    .area-of-product-overview .owl-theme .owl-controls .owl-page {
        margin:0 30px;
    }
}

/* ========================================= */


/* .simplePromoMessage > .org--content {
    background: 50% 50% no-repeat ;
    background-color:#565656;
    background-size: cover;
    padding:30px 15px;
}
 *//* .simplePromoMessage .cryingTitle {
    line-height:48px;
    color:white;
}
 */
.layout-center .login-form {
    margin:100px 0;
}

.layout-center .welcome-card {
    margin-top:200px;
    color:white;
}
.layout-center .welcome-card a {
    color:white;
    text-decoration:underline;
}
.layout-center .welcome-card p {
    margin:20px 0;
}

@media (max-width: 992px) {
    .layout-center > .org--content {
        padding-bottom:50px;
    }
    .layout-center .login-form { margin:20px 0; }
    .layout-center .welcome-card { margin-top:50px; }
}
@media (max-width: 768px) {
    .layout-center > .org--content {
        /* background-image:none !important; */
        /* it isn't beautiful */
    }
    .layout-center .welcome-card { margin-bottom:50px; }
    .layout-center .login-form { margin-bottom:50px; }
}






/* ========================================= */

.owl-slider-for-pop-products {
    margin:64px  -15px 40px -15px;
    width:auto;
}
.area-of-product-overview.inner .owl-slider-for-pop-products {
  margin-bottom:30px;
}

.owl-slider-for-pop-products .product-card {
    margin-left:15px;
    margin-right:15px;
    margin-bottom:36px;
}

.owl-slider-for-pop-products .owl-controls .owl-buttons div {
    color:#cdd0d0;
    margin:0;
    padding:0;
    width:48px;
    text-align:center;
    font-size:48px;
    background:0;
    opacity:1;
}
.owl-slider-for-pop-products .owl-controls .owl-buttons div:hover { color:#565656; }

.owl-slider-for-pop-products .owl-controls .owl-buttons .owl-prev {
    position:absolute;
    left:-50px;
    top:160px;
    width:50px;
    height:50px;
    background-position:50% 50%;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOS43NSIgaGVpZ2h0PSIzMy43NSIgdmlld0JveD0iMCAwIDE5Ljc1IDMzLjc1Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjY2RkMGQwOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTg5Ljg3NCw0MTAuNTQ2bC0yLjgyOCwyLjgyOEwxNzMsMzk5LjMyOGwtMC4wNDYuMDQ2LTIuODI4LTIuODI4LDAuMDQ2LS4wNDYtMC4wNDYtLjA0NiwyLjgyOC0yLjgyOEwxNzMsMzkzLjY3MmwxNC4wNDYtMTQuMDQ2LDIuODI4LDIuODI4TDE3NS44MjgsMzk2LjVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTcwLjEyNSAtMzc5LjYyNSkiLz4KPC9zdmc+Cg==");
}
.owl-slider-for-pop-products .owl-controls .owl-buttons .owl-prev:hover {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOS43NSIgaGVpZ2h0PSIzMy43NSIgdmlld0JveD0iMCAwIDE5Ljc1IDMzLjc1Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjNTY1NjU2OwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTg5Ljg3NCw0MTAuNTQ2bC0yLjgyOCwyLjgyOEwxNzMsMzk5LjMyOGwtMC4wNDYuMDQ2LTIuODI4LTIuODI4LDAuMDQ2LS4wNDYtMC4wNDYtLjA0NiwyLjgyOC0yLjgyOEwxNzMsMzkzLjY3MmwxNC4wNDYtMTQuMDQ2LDIuODI4LDIuODI4TDE3NS44MjgsMzk2LjVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTcwLjEyNSAtMzc5LjYyNSkiLz4KPC9zdmc+Cg==");
}
.owl-slider-for-pop-products .owl-controls .owl-buttons .owl-next {
    position:absolute;
    right:-50px;
    top:160px;
    width:50px;
    height:50px;
    background-position:50% 50%;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOS43NSIgaGVpZ2h0PSIzMy43NSIgdmlld0JveD0iMCAwIDE5Ljc1IDMzLjc1Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjY2RkMGQwOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9IlJlY3RhbmdsZV8xNF9jb3B5IiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAxNCBjb3B5IiBjbGFzcz0iY2xzLTEiIGQ9Ik0xMjY0Ljg3LDM5Ni41NDZsLTIuODIsMi44MjgtMC4wNS0uMDQ2LTE0LjA1LDE0LjA0Ni0yLjgyLTIuODI4LDE0LjA0LTE0LjA0Ni0xNC4wNC0xNC4wNDYsMi44Mi0yLjgyOEwxMjYyLDM5My42NzJsMC4wNS0uMDQ2LDIuODIsMi44MjgtMC4wNC4wNDZaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTI0NS4xMyAtMzc5LjYyNSkiLz4KPC9zdmc+Cg==");
}
.owl-slider-for-pop-products .owl-controls .owl-buttons .owl-next:hover {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOS43NSIgaGVpZ2h0PSIzMy43NSIgdmlld0JveD0iMCAwIDE5Ljc1IDMzLjc1Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjNTY1NjU2OwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9IlJlY3RhbmdsZV8xNF9jb3B5IiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAxNCBjb3B5IiBjbGFzcz0iY2xzLTEiIGQ9Ik0xMjY0Ljg3LDM5Ni41NDZsLTIuODIsMi44MjgtMC4wNS0uMDQ2LTE0LjA1LDE0LjA0Ni0yLjgyLTIuODI4LDE0LjA0LTE0LjA0Ni0xNC4wNC0xNC4wNDYsMi44Mi0yLjgyOEwxMjYyLDM5My42NzJsMC4wNS0uMDQ2LDIuODIsMi44MjgtMC4wNC4wNDZaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTI0NS4xMyAtMzc5LjYyNSkiLz4KPC9zdmc+Cg==");
}
@media (max-width: 1100px) {
    .owl-slider-for-pop-products .owl-controls .owl-buttons .owl-prev,
    .owl-slider-for-pop-products .owl-controls .owl-buttons .owl-next {
        display:none;
    }
}

.owl-slider-for-pop-products .owl-controls .owl-page span {
    background:#cdd0d0;
    opacity:1;
}
.owl-slider-for-pop-products .owl-controls .owl-page span:hover { background:#565656; }
.owl-slider-for-pop-products .owl-controls .owl-page.active span { background:#f37109; }


/* ========================================= */


.photo-catalog {
    text-align:center;
    position:relative;
    padding-bottom:30px;
    margin-bottom:30px;
    border-bottom:1px solid #d9dcdc;
}
.photo-catalog img {
    max-width:100%;
    max-height:240px;
}

.photo-catalog-page .row {
    min-height:240px;
    line-height:240px;
}

.photo-catalog-page .col-md-3 {
    margin-bottom:15px;
}

@media (max-width: 666px) {
    .photo-catalog-page .row {
        line-height:160px;
        min-height: 160px;
    }
    .photo-catalog img {
        max-width: 100%;
        max-height: 160px;
    }
}
@media (max-width: 400px) {
    .photo-catalog-page .row {
        line-height:120px;
        min-height: 120px;
    }
    .photo-catalog img {
        max-width: 100%;
        max-height: 120px;
    }
    .photo-catalog-page .col-md-3 {
        margin-bottom:5px;
    }
}

.photo-catalog .owl-pagination {
    margin-left:60px;
    margin-right:60px;
}

.photo-catalog .owl-controls .owl-page span.owl-numbers {
    font-family:'Roboto', sans-serif;
    font-weight:500;
    font-size:18px;
    line-height:24px;
    padding:12px 0;
    width:50px;
    background-color:transparent;
    border-radius:4px;
    color:#1a1a18;
    opacity:1;
}
.photo-catalog .owl-controls .owl-page span.owl-numbers:hover { background-color:#e4e4e4; color:#1a1a18; }
.photo-catalog .owl-controls .owl-page.active span.owl-numbers { background-color:#f37109; color:white; }
.photo-catalog .owl-controls .owl-page.active span.owl-numbers:hover { background-color:#e36100; color:white; }


.photo-catalog .owl-controls .owl-buttons div {
    font-family:'Roboto', sans-serif;
    font-weight:500;
    font-size:24px;
    line-height:24px;
    padding:12px 0;
    width:50px;
    border-radius:50%;

    color:#cecece;
    background-color:#e4e4e4;
    margin:0;
    text-align:center;
    opacity:1;
}
.photo-catalog .owl-controls {
    position:relative;
}
.photo-catalog .owl-controls .owl-buttons div:hover {  color:#1a1a18;  }
.photo-catalog .owl-controls .owl-buttons .owl-prev {
    position:absolute;
    left:0px;
    top:5px;
    /*margin-top:-58px;*/
}
.photo-catalog .owl-controls .owl-buttons .owl-next {
    position:absolute;
    right:0px;
    top:5px;
    /*margin-top:-58px;*/
}

@media (max-width: 500px) {
    .photo-catalog .owl-pagination {
        display:none;
    }
}

/* ========================================= */

.custom-modal.modal {
    z-index:2050;
}
.modal-backdrop {
    z-index:2040;
}

.custom-modal .modal-dialog {
    margin-top:102px;
    width:90vw;
    max-width:1160px;
    margin-left: auto;
    margin-right: auto;
}
.custom-modal.is-not-so-wide .modal-dialog {
    width:600px;
    max-width:98vw;
}
.custom-modal.update-profile .modal-dialog {
    width:675px;
    max-width:98vw;
}
.custom-modal.picture .modal-dialog {
    margin-top: 115px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    max-width: 100%;
    text-align:center
}
.custom-modal.picture img.demo-card-1 {
  max-width:100%;
  max-height:80vh;
}

.custom-modal .modal-body {
    padding:0;
}
.custom-modal button.close {
    padding:13px 20px 10px 10px;
    font-size:30px;
    position:absolute;
    top:0;
    width:52px;
    height:52px;
    right:0;
    outline:0 !important;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.custom-modal.modal-gallery button.close {
    right:50px;
}
.skf-content {
    padding: 30px;
    box-shadow: none;
    border: 0;
    background: #eeefef;
}

.skf-content .page-title {
    margin-top:15px;
    padding-bottom:30px;
}

.custom-modal.custom-modal-modaal .modal-dialog  {
    margin-top:0;
}
.custom-modal .modal-body-classic {
    padding:30px;
    background-color:#eeefef;
}


.custom-modal .close {
    opacity:.8;
}
.custom-modal .close:hover {
    opacity:1;
}

@media  (max-width: 1199px) {
    .custom-modal .modal-dialog    {
        margin-top:20px;
    }
}
@media  (max-width: 992px) {
    .custom-modal .modal-dialog    {
        margin-top:20px;
    }
    .custom-modal button.close {
        width:34px;
        height:30px;
        padding-top:0;
    }
}
@media  (max-width: 756px) {
    .custom-modal .modal-dialog    {
        margin-top:20px;
    }

}


/* ========================================= */


.picture-uploader-and-selector .modal-content {
    padding:60px;
}

.picture-uploader-and-selector .dragNdropUploaderArea {
    padding:150px 60px;
    margin:10px;
    text-align:center;
    color:#8a8c8c;
    font-family:'Roboto', sans-serif;
    font-weight:500;
    font-size:16px;
    background:#eeefef;
    border-radius:4px;
    cursor:pointer;
}
.picture-uploader-and-selector .dragNdropUploaderArea p {
    margin-bottom:50px;
}
.picture-uploader-and-selector .modal-footer {
    padding-top:60px;
    margin:0;
    border:0;
    text-align:center;
    font-family:'Roboto', sans-serif;
    font-weight:500;
    font-size:18px;
    color:#ff4b27;
}


@media  (max-width: 540px) {
    .picture-uploader-and-selector .dragNdropUploaderArea {
        padding:30px 15px 60px 15px;
    }
    .picture-uploader-and-selector .dragNdropUploaderArea .btn-large {
        width:auto;
        min-width:auto;
    }
    .picture-uploader-and-selector .modal-footer {
        font-size:15px;
    }

}


/* ========================================= */






.tab-content-attached-to-page-title .nav-tabs {
    float:right;
    margin-top:-100px;
    border: 0;
}
.tab-content-attached-to-page-title .nav-tabs>li {
    height:70px;
    border-bottom: 2px solid transparent;
    margin-left:50px;
    font-family:'Roboto', sans-serif;
    font-weight:500;
    font-size:16px;
}


.tab-content-attached-to-page-title .nav-tabs>li>a,
.tab-content-attached-to-page-title .nav-tabs>li>a:link,
.tab-content-attached-to-page-title .nav-tabs>li>a:visited,
.tab-content-attached-to-page-title .nav-tabs>li>a:active,
.tab-content-attached-to-page-title .nav-tabs>li>a:hover {
    display:inline-block;
    padding:0;
    color: #1a1a18;
    text-decoration:none;
    cursor: pointer;
    background-color: transparent;
    border:0;
    line-height:30px;
}

.tab-content-attached-to-page-title .nav-tabs>li.active {
    border-bottom-color:#f37109;
}
.tab-content-attached-to-page-title .nav-tabs>li.active>a {
    color:#f37109;
}


@media  (max-width: 756px) {
    .tab-content-attached-to-page-title .nav-tabs {
        margin-top:0px;
        float:none;
    }
    .tab-content-attached-to-page-title .tab-content {
        /* padding-top:70px; */
    }
    .tab-content-attached-to-page-title .nav-tabs>li.active {
        border-color:transparent;
    }
}
@media  (max-width: 500px) {
    .tab-content-attached-to-page-title .nav-tabs>li {
        margin:0;
        width:50%;
        float:left;
        font-size:14px;
    }
    .tab-content-attached-to-page-title .nav-tabs>li:last-of-type {
        float:right;
        text-align: right;
    }
    .tab-content-attached-to-page-title .tab-content {
        padding-top:0px;
    }
}


.tab-content-attached-to-page-title .nav-alternative {
    margin-bottom:30px;
    position:relative;
    height:40px;
}
.tab-content-attached-to-page-title .nav-alternative:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -3px;
    width: 7px;
    height: 7px;
    background: 50% 50% no-repeat;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjQiIHZpZXdCb3g9IjAgMCA3IDQiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9IlBvbHlnb25fMV9jb3B5IiBkYXRhLW5hbWU9IlBvbHlnb24gMSBjb3B5IiBjbGFzcz0iY2xzLTEiIGQ9Ik0xMTQyLjUsNDRMMTEzOSwzOS45OWg3WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTExMzkgLTQwKSIvPgo8L3N2Zz4K");
    z-index:240;
}
.tab-content-attached-to-page-title .nav-alternative-itemplaceholder {
    background:white;
    height:40px;
    border-bottom:1px solid #eeefef;
    display:none;
}
.tab-content-attached-to-page-title .nav-alternative-list {
    position:absolute;
    left:0;
    right:0;
    top:0;
    z-index:230;
    border-bottom:29px solid #eeefef;
}
.tab-content-attached-to-page-title .nav-alternative-item {
    font-family:'Roboto', sans-serif;
    font-weight:500;
    font-size:16px;
    line-height:20px;
    display:none;
}
.tab-content-attached-to-page-title .nav-alternative-item a {
    display:block;
    text-decoration:none;
    color: #1a1a18;
    background:white;
    padding:10px;
    border-bottom:1px solid #eeefef;
}
.tab-content-attached-to-page-title .nav-alternative-item a:hover {
    text-decoration:underline;
}
.tab-content-attached-to-page-title .nav-alternative-item.active {
    display:block;
}
.tab-content-attached-to-page-title .nav-alternative-item.active a {
    color:#f37109;
}

.tab-content-attached-to-page-title .nav-alternative.is-open .nav-alternative-item {
    display:block;
}
.tab-content-attached-to-page-title .nav-alternative.is-open .nav-alternative-itemplaceholder {
    display:block;
}


/* ========================================= */




.feedback-form textarea {
    min-height:80px;
}
.feedback-form .photo-tool-menu-fieldset {
    background:white;
    margin-bottom:20px;
}
.feedback-form .photo-tool-menu-fieldset-radio {
    display:block;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size:15px
}

.feedback-form-pictured-choice {
    position:relative;
}
/*
.feedback-form-pictured-choice label {

    background:white;
    display:block;
    text-align:center;
    line-height:50px;
    position:relative;
    margin:0;
    padding:56px 16px;
    border:2px solid transparent;

}
.feedback-form-pictured-choice label.is-selected {
    border-color:#78ab4a;
}
.feedback-form-pictured-choice label .radio {

    position:absolute;
    left:40px;
    margin-right:20px;
    padding-top:5px;
}
*/
.feedback-form-pictured-choice .info-marker {
    position:absolute;
    top:10px;
    right:15px;
}

.feedback-form .total-price {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 50px;
    color: #1a1a18;
    padding-right:20px;
    display:inline-block;
    vertical-align: middle;
}
.feedback-form .total-price small {
    font-size:16px;
    display:inline-block;
    vertical-align: middle;
}

@media  (max-width: 992px) {
    .feedback-form-pictured-choice label {
        margin-bottom:1px;
    }
}


/* ========================================= */


.list-of-photos .row > div {
    margin-bottom:30px;
    min-height: 200px;
    line-height:198px;
    height:200px;
    vertical-align:middle;
    text-align:center;
    background:transparent;
    transition:background .2s;
}
.list-of-photos .row > div:hover {
    background:#f5f5f5;
}
.list-of-photos img {
    max-width: 100%;
    max-height: 200px;
    display:inline-block;
    vertical-align:middle;
}
@media  (max-width: 666px) {
    .list-of-photos .row > div {
        min-height: 160px;
        height:160px;
        line-height:158px;
        margin-bottom:15px;
    }
    .list-of-photos img {
        max-height: 160px;
    }
}

/* ========================================= */

.list-of-photos-controls {
    margin-top:30px;
    margin-bottom: 60px;
    min-height:50px;
}

.list-of-photos-controls-left-control,
.list-of-photos-controls-right-control {
    width:50px;
}
.list-of-photos-controls-left-control {
    float:left;
}
.list-of-photos-controls-right-control {
    float:right;
}
.list-of-photos-controls-pages {
    margin-left:65px;
    margin-right:65px;
}


.list-of-photos-controls .control-button-page a.control-button-numbers,
.list-of-photos-controls .control-button-page span.control-button-numbers {
    font-family:'Roboto', sans-serif;
    font-weight:500;
    font-size:18px;
    line-height:24px;
    padding:13px 0;
    width:50px;
    background-color:transparent;
    border-radius:4px;
    color:#1a1a18;
    opacity:1;
    display:inline-block;
    vertical-align: middle;
    cursor:pointer;
    text-decoration:none;
}
.list-of-photos-controls .control-button-hellip span.control-button-numbers,
.list-of-photos-controls .control-button-hellip span.control-button-numbers:hover,
.list-of-photos-controls .control-button-hellip a.control-button-numbers,
.list-of-photos-controls .control-button-hellip a.control-button-numbers:hover,
.list-of-photos-controls .control-button-hellip.active span.control-button-numbers,
.list-of-photos-controls .control-button-hellip.active span.control-button-numbers:hover,
.list-of-photos-controls .control-button-hellip.active a.control-button-numbers,
.list-of-photos-controls .control-button-hellip.active a.control-button-numbers:hover {
    font-family:'Roboto', sans-serif;
    font-weight:500;
    font-size:18px;
    line-height:24px;
    padding:13px 0;
    width:50px;
    background-color:transparent;
    border-radius:4px;
    color:#1a1a18;
    opacity:1;
    display:inline-block;
    vertical-align: middle;
    cursor:default;
    color:#ffa200;
}

.list-of-photos-controls .control-button-page a.control-button-numbers:hover,
.list-of-photos-controls .control-button-page span.control-button-numbers:hover {
    background-color:#e4e4e4;
    color:#1a1a18;
}
.list-of-photos-controls .control-button-page.active a.control-button-numbers,
.list-of-photos-controls .control-button-page.active span.control-button-numbers {
    background-color:#ffa200;
    color:white;
}
.list-of-photos-controls  .control-button-page.active a.control-button-numbers:hover,
.list-of-photos-controls  .control-button-page.active span.control-button-numbers:hover {
    background-color:#ffa200;
    color:white;
}

.list-of-photos-controls .control-button {
    font-family:'Roboto', sans-serif;
    font-weight:500;
    font-size:24px;
    line-height:24px;
    padding:13px 0;
    width:50px;
    border-radius:50%;

    color:#cecece;
    background-color:#e4e4e4;
    margin:0;
    text-align:center;
    opacity:1;
    display:inline-block;
    vertical-align: middle;
    cursor:pointer;
}
.list-of-photos-controls .control-button-next {
    padding:0;
    width:50px;
    height:50px;
    background-position:22px 50%;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDE5Ljc1IDMzLjc1Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjY2VjZWNlOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9IlJlY3RhbmdsZV8xNF9jb3B5IiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAxNCBjb3B5IiBjbGFzcz0iY2xzLTEiIGQ9Ik0xMjY0Ljg3LDM5Ni41NDZsLTIuODIsMi44MjgtMC4wNS0uMDQ2LTE0LjA1LDE0LjA0Ni0yLjgyLTIuODI4LDE0LjA0LTE0LjA0Ni0xNC4wNC0xNC4wNDYsMi44Mi0yLjgyOEwxMjYyLDM5My42NzJsMC4wNS0uMDQ2LDIuODIsMi44MjgtMC4wNC4wNDZaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTI0NS4xMyAtMzc5LjYyNSkiLz4KPC9zdmc+Cg==");
}
.list-of-photos-controls .control-button-next:hover {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDE5Ljc1IDMzLjc1Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9IlJlY3RhbmdsZV8xNF9jb3B5IiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAxNCBjb3B5IiBjbGFzcz0iY2xzLTEiIGQ9Ik0xMjY0Ljg3LDM5Ni41NDZsLTIuODIsMi44MjgtMC4wNS0uMDQ2LTE0LjA1LDE0LjA0Ni0yLjgyLTIuODI4LDE0LjA0LTE0LjA0Ni0xNC4wNC0xNC4wNDYsMi44Mi0yLjgyOEwxMjYyLDM5My42NzJsMC4wNS0uMDQ2LDIuODIsMi44MjgtMC4wNC4wNDZaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTI0NS4xMyAtMzc5LjYyNSkiLz4KPC9zdmc+Cg==");
}
.list-of-photos-controls .control-button-prev {
    padding:0;
    width:50px;
    height:50px;
    background-position:19px 50%;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDE5Ljc1IDMzLjc1Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjY2VjZWNlOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTg5Ljg3NCw0MTAuNTQ2bC0yLjgyOCwyLjgyOEwxNzMsMzk5LjMyOGwtMC4wNDYuMDQ2LTIuODI4LTIuODI4LDAuMDQ2LS4wNDYtMC4wNDYtLjA0NiwyLjgyOC0yLjgyOEwxNzMsMzkzLjY3MmwxNC4wNDYtMTQuMDQ2LDIuODI4LDIuODI4TDE3NS44MjgsMzk2LjVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTcwLjEyNSAtMzc5LjYyNSkiLz4KPC9zdmc+Cg==");
}
.list-of-photos-controls .control-button-prev:hover {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDE5Ljc1IDMzLjc1Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTg5Ljg3NCw0MTAuNTQ2bC0yLjgyOCwyLjgyOEwxNzMsMzk5LjMyOGwtMC4wNDYuMDQ2LTIuODI4LTIuODI4LDAuMDQ2LS4wNDYtMC4wNDYtLjA0NiwyLjgyOC0yLjgyOEwxNzMsMzkzLjY3MmwxNC4wNDYtMTQuMDQ2LDIuODI4LDIuODI4TDE3NS44MjgsMzk2LjVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTcwLjEyNSAtMzc5LjYyNSkiLz4KPC9zdmc+Cg==");
}
.list-of-photos-controls .control-button:hover {
    background-color:#ffa200;
    color:white;
}
.list-of-photos-controls .control-button-page,
.list-of-photos-controls .control-button-hellip {
    display: inline-block;
    zoom: 1;
}





@media  (max-width: 768px) {
    .list-of-photos-controls-pages {
        display:none;
    }
    .list-of-photos-controls {
        text-align:center;
    }
    .list-of-photos-controls-left-control {
        float:none;
        display:inline-block;
        margin:0 5px;
    }
    .list-of-photos-controls-right-control {
        float:none;
        display:inline-block;
        margin:0 5px;
    }
}


/* ========================================= */


.image-uploader-tabs {
    list-style:none;
    margin:0;
    padding:0;
    position:relative;
}
.img-uploader-tabs-title {
    display:block;
    text-align:center;
    font-family:'Roboto', sans-serif;
    font-weight:500;
    font-size:18px;
    line-height:40px;
    padding-bottom:30px;
    margin-bottom:30px;
    border-bottom: 1px solid #eeefef;
}
.img-uploader-tabs-title a {
    text-decoration:none;
    line-height:40px;
}
.picture-uploader-and-selector .modal-content {
    padding:30px 0 60px 0;
}
.img-uploader-tabs-button {
    position:absolute;
    top:0;
    left:30px;
}

@media  (max-width: 756px) {
    .img-uploader-tabs-title {
        padding-top:60px;
        padding-bottom:20px;
        margin-bottom:20px;
    }
    .img-uploader-tabs-button {
        left:50%;
        transform: translateX(-50%);
    }
}


.img-uploader-tabs-tabcontent {
    padding:0 30px;
}

.picture-uploader-and-selector .photo-catalog {
    border-bottom:0;
    padding-bottom:0;
    margin-bottom:0;
}
.picture-uploader-and-selector .photo-catalog img {
    cursor:pointer;
    transition:none;
}

@media  (max-width: 500px) {
    .picture-uploader-and-selector .photo-catalog {
        padding-bottom:60px;
    }
}


/* ========================================= */

.album-gallery .page-title,
.skf-content .album-gallery .page-title {
    margin-top:0;
    text-align:left;
}

.simple-gallery-controls {
    list-style:none;
    margin:0;
    padding:0;
    text-align:center;
}
.simple-gallery-controls > li {
    display:inline-block;
    text-align:center;
    max-width:30%;
}

.simple-gallery-controls > li img {
    width:100%;
    height:auto;
}
.simple-gallery-controls > li:hover img {
    transform: translateY(-2px);
}

.simple-gallery-controls > li.active img {
    opacity:.5;
}
.simple-gallery-controls > li.active:hover img {
    transform: translateY(0);
}

.simple-gallery-view {
    text-align:center;
    /* min-height:400px;*/
    margin-bottom:100px;
}
.simple-gallery-view img {
    max-width:100%;
}

.album-galleryArrow {
    display:block;
    width:60px;
    height:60px;
    position:absolute;
    top:50%;
    margin-top:-30px;
    background-color:#ffa200;
    transition:background .2s;
    cursor:pointer;
}
.album-galleryArrow-prev {
    left:-60px;
}
.album-galleryArrow-next {
    right:-60px;
}
.album-galleryArrow:hover {
    background-color:#565656;
}
@media  (max-width: 1200px) {
    .album-galleryArrow-prev {
        left:0px;
    }
    .album-galleryArrow-next {
        right:0px;
    }
}

@media  (max-width: 992px) {
    .simple-gallery-view {
        margin-bottom:30px;
    }
}






.design-catalog .owl-pagination {
    display:none;
}
.design-catalog .owl-controls {
    margin: 0;
}

.design-catalog .owl-controls .owl-buttons div {
    color: #FFF;
    zoom: 1;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    filter: none;
    opacity: 1;

    display:block;
    font-size: 50px;
    width:60px;
    height:60px;
    line-height:60px;
    margin: 0;
    padding: 0;
    margin-top:-30px;

    position:absolute;
    top:50%;
    background-color:#ffa200;
    transition:background .2s;
    cursor:pointer;
    text-align:center;
}
.design-catalog .owl-controls .owl-buttons div:hover {
    background-color:#565656;
}
.design-catalog .owl-prev,
.design-catalog .owl-controls .owl-buttons div.owl-prev {
    left:-90px;
    padding-right:10px;
}
.design-catalog .owl-next,
.design-catalog .owl-controls .owl-buttons div.owl-next {
    right:-90px;
    padding-left:10px;
}

.designs.modal-gallery.custom-modal .modal-dialog {
    width: 100%;
    max-width:1180px;
}
.designs.modal-gallery .modal-content {
    margin-left: 50px;
    margin-right: 50px;
}
.designs.custom-modal button.close {
    right:50px;
}

@media  (max-width: 1200px) {
    .design-catalog .owl-prev,
    .design-catalog .owl-controls .owl-buttons div.owl-prev {
        left:-30px;
    }
    .design-catalog .owl-next,
    .design-catalog .owl-controls .owl-buttons div.owl-next {
        right:-30px;
    }
    .designs.modal-gallery .modal-content {
        margin-left: 0px;
        margin-right: 0px;
    }
    .designs.modal-gallery.custom-modal .modal-dialog {
        width: auto;
        margin-left:15px;
        margin-right:15px;
    }
    .designs.custom-modal button.close {
        right:0px;
    }
}
@media  (max-width: 992px) {
/*
    .design-catalog .owl-prev,
    .design-catalog .owl-controls .owl-buttons div.owl-prev,
    .design-catalog .owl-controls .owl-buttons div,
    .design-catalog .owl-next,
    .design-catalog .owl-controls .owl-buttons div.owl-next {
        font-size: 25px;
        width:30px;
        height:30px;
        line-height:30px;
        margin: 0;
        padding: 0;
        margin-top:-15px;
    }
    .design-catalog .owl-prev,
    .design-catalog .owl-controls .owl-buttons div.owl-prev {
        left:-45px;
    }
    .design-catalog .owl-next,
    .design-catalog .owl-controls .owl-buttons div.owl-next {
        right:-45px;
    }
*/
}






.simple-design-catalog .owl-buttons div {
    color: #FFF;
    zoom: 1;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    filter: none;
    opacity: 1;

    display:block;
    font-size: 50px;
    width:60px;
    height:60px;
    line-height:60px;
    margin: 0;
    padding: 0;
    margin-top:-30px;

    position:absolute;
    top:50%;
    background-color:#ffa200;
    background-position:50% 50%;
    background-repeat: no-repeat;
    transition:background .2s;
    cursor:pointer;
    text-align:center;
}
.simple-design-catalog .owl-buttons div:hover {
    background-color:#565656;
}
.simple-design-catalog .owl-prev,
.simple-design-catalog .owl-buttons div.owl-prev {
    left:-60px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOS43NSIgaGVpZ2h0PSIzMy43NSIgdmlld0JveD0iMCAwIDE5Ljc1IDMzLjc1Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTg5Ljg3NCw0MTAuNTQ2bC0yLjgyOCwyLjgyOEwxNzMsMzk5LjMyOGwtMC4wNDYuMDQ2LTIuODI4LTIuODI4LDAuMDQ2LS4wNDYtMC4wNDYtLjA0NiwyLjgyOC0yLjgyOEwxNzMsMzkzLjY3MmwxNC4wNDYtMTQuMDQ2LDIuODI4LDIuODI4TDE3NS44MjgsMzk2LjVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTcwLjEyNSAtMzc5LjYyNSkiLz4KPC9zdmc+Cg==");
}
.simple-design-catalog .owl-next,
.simple-design-catalog .owl-buttons div.owl-next {
    right:-60px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOS43NSIgaGVpZ2h0PSIzMy43NSIgdmlld0JveD0iMCAwIDE5Ljc1IDMzLjc1Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9IlJlY3RhbmdsZV8xNF9jb3B5IiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAxNCBjb3B5IiBjbGFzcz0iY2xzLTEiIGQ9Ik0xMjY0Ljg3LDM5Ni41NDZsLTIuODIsMi44MjgtMC4wNS0uMDQ2LTE0LjA1LDE0LjA0Ni0yLjgyLTIuODI4LDE0LjA0LTE0LjA0Ni0xNC4wNC0xNC4wNDYsMi44Mi0yLjgyOEwxMjYyLDM5My42NzJsMC4wNS0uMDQ2LDIuODIsMi44MjgtMC4wNC4wNDZaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTI0NS4xMyAtMzc5LjYyNSkiLz4KPC9zdmc+Cg==");
}


@media  (max-width: 1200px) {
    .simple-design-catalog .owl-prev,
    .simple-design-catalog .owl-buttons div.owl-prev {
        left:0px;
    }
    .simple-design-catalog .owl-next,
    .simple-design-catalog .owl-buttons div.owl-next {
        right:0px;
    }
}

@media  (max-width: 756px) {
    .simple-design-catalog .simple-gallery-controls {
        display:none;
    }
}

/* ========================================= */


.modal-gallery.custom-modal .modal-dialog {
    margin-top:30px;
}
.modal-gallery .modal-content {
    background:white;
    margin-left:50px;
    margin-right:50px;
}

.modal-gallery-layout {
    position:relative;
    margin-left:30px;
    margin-right:20px;
    margin-top:30px;
    margin-bottom:20px;
}
.modal-gallery-layout:after {
    content:'';
    display:block;
    clear:both;
}

.modal-gallery-tabs {
    list-style:none;
    margin:0;
    padding:0;
    width:100px;
    float:left;

}
.modal-gallery-tabcontent {
    margin-left:110px;
    min-height:400px;
}


.modal-gallery-tabs a[role="tab"]  {
    display:block;
    width:100px;
    height:100px;
    margin-bottom:10px;
    opacity:.4;
}
.modal-gallery-tabs a[role="tab"] img {
    width:100%;
    height:auto;
}
.modal-gallery-tabs .active a[role="tab"],
.modal-gallery-tabs a[role="tab"]:hover {
    opacity:1;
}

.modal-gallery-item:after {
    content:'';
    display:block;
    clear:both;
}
.modal-gallery-item .illustration {
    width:63%;
    float:left;
}
.modal-gallery-item .description {
    width:37%;
    float:right;
    padding-left:50px;
}
.modal-gallery-item .illustration .image {
    width:100%;
    height:auto;
}



.modal-gallery-item .description .title {
    font-family:'Roboto', sans-serif;
    font-weight:500;
    font-size:22px;
    line-height:30px;
    color:#1a1a18;
    margin-bottom:40px;
}

@media  (max-width: 992px) {
    .modal-gallery.custom-modal .modal-dialog {
        margin-top:20px;
    }

    .modal-gallery-item .illustration,
    .modal-gallery-item .description {
        width:100%;
        float:none;
        padding-left:0;
    }
    .modal-gallery-item .illustration {
        margin-bottom: 40px;
    }
}
@media  (max-width: 756px) {
    .modal-gallery-tabs {
        margin-bottom:0px;
        width:100%;
        float:none;
    }
    .modal-gallery-tabs:after {
        content:'';
        display:block;
        clear:both;
    }
    .modal-gallery-tabs a[role="tab"]  {
        margin-right:10px;
        float:left;
        width:60px;
        height:60px;
    }
    .modal-gallery-tabcontent {
        margin-left:0px;
    }
    .modal-gallery-layout {
        margin-left: 0px;
        margin-right: 0px;
    }
}



/* ========================================= */


.text-area {
    font-size:14px;
    line-height:20px;
    color:#1a1a18;
}

.text-area a,
.text-area a:link,
.text-area a:visited {
    color:#f37109;
    text-decoration:underline;
}

.text-area a:hover,
.text-area a:active{
    text-decoration:none;
}



/* ========================================= */

.custom-modal button.close.alternate-close {
    padding: 13px 10px 10px 20px;
    left: 0;
    right:auto;
}



/* ========================================= */

.contact-info {
    margin-bottom:50px;
    margin-top:40px;
}
.contact-info .details {
    margin-left:60px;
}
.contact-info .message-with-pictogram {
    margin-bottom:13px;
}

.map {
    height:600px;
    position:relative;
}
.mini-map {
    display:none;
    height:300px;
    position:relative;
}
.map-cover {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

@media  (max-width: 992px) {
    .contact-info .adress {
        margin-bottom:30px;
    }
    .contact-info .details {
        margin-left:0px;
    }
.map {display:none;}
.mini-map { display:block; }
}



.history-modal .modal-content {
    border:0;
}



.dont-forget-popover {
    position:relative;
    height:0px;
    width:100%;
}

.dont-forget-popover-content {
    z-index: 3050;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    letter-spacing: 1px;
    background-color: #f37715;
    color: white;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px;
    min-width: 380px;
    position:absolute;
    bottom:11px;
    left:50%;
    transform: translateX(-50%);
}
.dont-forget-popover-message {
    padding: 30px 50px;
    background: top right no-repeat;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMi43NSIgaGVpZ2h0PSIxMi43NSIgdmlld0JveD0iMCAwIDEyLjc1IDEyLjc1Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9IlJlY3RhbmdsZV8yOF9jb3B5IiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAyOCBjb3B5IiBjbGFzcz0iY2xzLTEiIGQ9Ik0xMjg1LjM2LDMxNC45NWwtMS40MSwxLjQxNC00Ljk1LTQuOTUtNC45NSw0Ljk1LTEuNDEtMS40MTQsNC45NS00Ljk1LTQuOTUtNC45NSwxLjQxLTEuNDE0LDQuOTUsNC45NSw0Ljk1LTQuOTUsMS40MSwxLjQxNC00Ljk1LDQuOTVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTI3Mi42MyAtMzAzLjYyNSkiLz4KPC9zdmc+Cg==");
}

.dont-forget-popover-content>.arrow, .dont-forget-popover-content>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.dont-forget-popover-content>.arrow {
    border-width: 11px;
}
.dont-forget-popover-content>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    border-bottom-width: 0;
    border-top-color: transparent;
}
.dont-forget-popover-content>.arrow:after {
    content: "";
    border-width: 10px;

    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #f37715;
    border-bottom-width: 0;
}


@media  (max-width: 500px) {
    .tmpl-souvenirs-with-print .souvenirs-with-print-list > div {
        width:100% !important;
    }
}




/* Responsive table */


table.history-table {
  border-collapse: collapse;
  width: 100%;
}
.history-table th {
  background-color: #1A1A18;
  color:white;
  font-family:'Roboto', sans-serif;
  font-weight:500;
  font-size:16px;
  line-height:20px;
  padding:10px 15px;
  border: 0;
  text-align: left;
}
.history-table td {
  background-color: white;
  color:vlack;
  font-size:15px;
  line-height:24px;
  padding:18px 15px;
  border: 0;
  border-top:1px solid #EEEFEF;
  text-align: left;
  vertical-align:top;
  cursor:default;
}
.history-table td:last-of-type,
.history-table th:last-of-type {
  text-align:right;
}
.history-table tr:hover td {
  background-color:#F8F8F8;
}
.history-table.in-modal tr:hover td {
  background-color:white;
}


@media (max-width: 756px) {

	.history-table thead tr {
		position: absolute;
		top: -9999em;
		left: -9999em;
	}

	/* Leave a space between table rows */
  .history-table tr + tr {
    margin-top: 30px;
  }
  /* Get table cells to act like rows */
  .history-table tr,
  .history-table td {
		display: block;
	}
	.history-table td {
	/* Leave a space for data labels */
		padding-left: 50%;
	}
	/* Add data labels */
  .history-table td:before {
    content: attr(data-label);
    display: inline-block;
    margin-left: -100%;
    width: 100%;

    font-family:'Roboto', sans-serif;
    font-weight:500;
    padding:0;
    border: 0;
    text-align: left;
  }
  .history-table td:last-of-type,
  .history-table th:last-of-type {
    text-align:left;
  }


}



/* Stack labels vertically on smaller screens */
@media (max-width: 320px) {
  .history-table td {
    padding-left: 15px;
  }
  .history-table td:before {
    display: block;
    margin-bottom: 0;
    margin-left: 0;
  }
}


.history-table.in-modal td:nth-of-type(3),
.history-table.in-modal td:nth-of-type(5) {
  white-space:nowrap;
}


.table-summary {
  padding:15px;
  background:#F8F8F8;
  border-top:1px solid #EEEFEF;
  color: #1A1A18;

  font-family:'Roboto', sans-serif;
  font-weight:500;
  font-size:18px;
  line-height:30px;
}
@media (max-width: 756px) {
    .table-summary {
        font-size:14px;
    }
}



.visible-page-header {
    position:fixed;
    z-index:1666;
    left:0;
    top:0;
    right:0;

    height:72px;

    background:white;
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
    transition: all .15s ease;
}
.header-on-landing-page .visible-page-header {
    height:144px;
}
.visible-page-header:after {
    content:'';
    display:block;
    clear:both;
}



.visible-page-header > .org--content {
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left: 0;
    width: 100vw;
}


.visible-page-header .vertically-centered-col {
    min-height:72px;
    height:72px;
}
@media (min-width: 993px) {
    .header-on-landing-page .visible-page-header .vertically-centered-col {
        min-height:144px;
        height:144px;
    }
}


.visible-page-header.not-aligned-to-top .vertically-centered-col,
body.modal-open .visible-page-header .vertically-centered-col,
body.modaal-noscroll .visible-page-header .vertically-centered-col {
    min-height:72px;
    height:72px;
}

.visible-page-header-site-logo {
    /*width:200px;*/
}

/* =================================================== */

.site-logo img {
    width:100%;
    height:auto;
}
.site-logo a {
    display:block;
    width:200px;
    height:100%;
    margin-left:-20px;
    border:0;
    background:50% 50% no-repeat transparent;
    background-size:100% auto;
    background-image:url(images/SkolufotoLV.svg);
}
.header-on-landing-page .visible-page-header .site-logo a {
    width:320px;
    margin-left:-40px;
    margin-right:40px;
}
@media (min-width: 1200px) {
    .site-logo a {
        width:200px;
    }
    .visible-page-header-site-logo {
        width:240px;
    }
}
.site-logo .placeholder { display:none; }

/* =================================================== */


.visible-page-header-menu-lang {
    min-width: 120px;
}
@media (max-width: 1200px) {
   .visible-page-header-menu-lang {
       min-width: auto;
    }
}

.visible-page-header-menu-site {
    text-align:right;
}

.visible-page-header-menu-site .menu-site {
    float:right;
}
@media (max-width: 1200px) {
    .visible-page-header-menu-site .menu-site {
        margin:0;
    }
}

.visible-page-header-shopping-button-placeholder {
    width: 113px;
    position:relative;
}
.visible-page-header-menu-button-placeholder {
    width:100px;
    display:none;
    text-align:right;
}








.visible-page-header .site-logo,
.visible-page-header .menu-lang,
.visible-page-header .menu-site {
    height:72px;
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
    transition: all .15s ease;
}
.header-on-landing-page .visible-page-header .site-logo,
.header-on-landing-page .visible-page-header .menu-lang,
.header-on-landing-page .visible-page-header .menu-site {
    height:144px;
}
.visible-page-header-site-logo {
    transition:none;
    margin-right:15px;
}
.visible-page-header .site-logo,
.visible-page-header .site-logo a {
    transition:all .15s ease;
}

.visible-page-header .shopping-menu {
    display: block;
    position: absolute;
    transform: translateY(-25px);
    right: 0;
}



/* not-aligned-to-top */

.visible-page-header.not-aligned-to-top {
    height:72px;
    box-shadow: 0.5px 0.866px 7px 0px rgba(0, 0, 0, 0.03);
}

.visible-page-header.not-aligned-to-top .site-logo {
    height:72px;
}
.visible-page-header.not-aligned-to-top .menu-lang {
    height:72px;
}
.visible-page-header.not-aligned-to-top .menu-site {
    height:72px;
}

.visible-page-header.not-aligned-to-top .site-logo a {
    display:block;
    width:200px;
    margin-left:-20px;
}

/* modal-open */

body.modal-open .visible-page-header,
body.modaal-noscroll .visible-page-header{
    height:72px;
    box-shadow: 0.5px 0.866px 7px 0px rgba(0, 0, 0, 0.03);
}

body.modal-open .visible-page-header .site-logo,
body.modaal-noscroll .visible-page-header .site-logo {
    height:72px;
}
body.modal-open .visible-page-header .menu-lang,
body.modaal-noscroll .visible-page-header .menu-lang {
    height:72px;
}
body.modal-open .visible-page-header .menu-site,
body.modaal-noscroll .visible-page-header .menu-site {
    height:72px;
}
body.modal-open .visible-page-header .site-logo a,
body.modaal-noscroll .visible-page-header .site-logo a {
    display:block;
    width:200px;
    margin-left:-20px;
}

body.cbp-spmenu-push-toleft .visible-page-header {
    left:-270px;
    right:270px;
    transition: all 0.15s ease;
}




/* ==================== */

.side-menu .cbp-spmenu {
    background-color: white;
}

.side-menu .cbp-spmenu,
.side-menu .cbp-spmenu-push {
    transition: all 0.15s ease;
    overflow-y: auto;
    overflow-x: hidden;
}
.cbp-spmenu, .cbp-spmenu-push {
    transition: none;
}

.cbp-spmenu-push-toleft {
    left:-270px;
    transition: all 0.15s ease;
}
.cbp-spmenu-vertical {
    width:270px;
    right: -270px;
}

.side-menu h3 {
    font-family:'Roboto', sans-serif;
    font-weight:500;
	font-size: 26px;

    height:72px;
    line-height:72px;
	margin: 0;
    padding:0 30px;

    background-color: #eeefef;
    color:black;
}
.side-menu ul {
    list-style:none;
    margin:0;
    padding:0;
}
.side-menu li {
	display: block;
}
.side-menu .langs {
    text-align:left;
    height:72px;
    line-height:72px;

    border-bottom:0;
    padding-left:13px;
	margin: 0;
    padding:0 15px;


}
.side-menu .langs a {
    color: black;
	font-size: 16px;
    text-decoration:none;
}
.side-menu .langs a:hover {
    color: #ffa200;
}


.side-menu .page-inner-menu {
    margin:0;
}
.side-menu .page-inner-menu .panel-group .panel {
    margin-bottom:0;
}
.side-menu .page-inner-menu .panel-group .panel:last-of-type {
    border-bottom: 2px solid #eeefef;
}
.side-menu .page-inner-menu-item {
    border-radius:0;
    border-top: 2px solid #eeefef;
}
.side-menu .side-menu-head,
.side-menu .page-inner-menu .panel-group .panel.side-menu-head {
    background-color: #eeefef;
}
.side-menu .panel.side-menu-head + .panel .page-inner-menu-item {
    border-top: 0;
}
.side-menu .page-inner-menu-subitem {
    border-radius:0;
    border-top: 1px solid #eeefef;
}
.side-menu .page-inner-menu-item.collapsed[data-toggle] {
    border-radius:0;
}
.side-menu .page-inner-menu-item.is-current,
.side-menu .page-inner-menu-subitem.is-current {
    border-color:transparent;
}
.side-menu li:first-of-type .page-inner-menu-subitem {
    border-color:transparent;
}



.side-menu-close-button {
    position:fixed;
    z-index: 2000;
    right:15px;
    top:11px;
    background: transparent;
    opacity:.9;
    transition:all .15s;
}
.side-menu-close-button.active {
    right:285px;
}
.side-menu-close-button:hover {
    opacity:1;
}
.side-menu-close-button .custom-icon {
    display:block;
    width:50px;
    height:50px;
    cursor:pointer;
}
.side-menu-close-button .custom-icon-bars-close {
    display:none;
}
.side-menu-close-button.active .custom-icon-bars-close {
    display:block;
}
.side-menu-close-button.active .custom-icon-bars {
    display:none;
}
@media  (min-width: 993px) {
    .side-menu-close-button {
        display:none;
    }
}


.side-menu-modal-backdrop {
    display:block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 100%;
    z-index: 1740;
    background-color: black;
    opacity:0;
    transition: opacity .5s;
}
body.cbp-spmenu-push-toleft .side-menu-modal-backdrop {
    display:block;
    background-color:black;
    opacity:.2;
    left:0;
}




.side-menu .shopping-menu-button {
    display:none;
}


@media  (min-width: 768px) and (max-width: 1200px) {
    .visible-page-header .container {
        /*width:calc(100vw - 30px);*/
        box-sizing:border-box;
    }
}
@media  (max-width: 992px) {

    .visible-page-header-site-logo { width:auto; }
    .visible-page-header-menu-lang { display:none; }
    .visible-page-header-menu-site { display:none; }
    .visible-page-header .container:before {
        display:none;
    }
    .visible-page-header-menu-button-placeholder {
        display:table-cell;
    }

    /* dont shoiw large header */
    .visible-page-header,
    .visible-page-header .site-logo,
    .visible-page-header .menu-lang,
    .visible-page-header .menu-site,
    .header-on-landing-page .visible-page-header,
    .header-on-landing-page .visible-page-header .site-logo,
    .header-on-landing-page .visible-page-header .menu-lang,
    .header-on-landing-page .visible-page-header .menu-site {
        height:72px;
    }


    .header-on-landing-page .visible-page-header .site-logo a,
    .visible-page-header .site-logo a {
        display:block;
        width:200px;
        margin-left:-20px;
    }
}

/*
@media (max-height: 800px) {
    .side-menu .page-inner-menu-item {
        padding-top:10px;
        padding-bottom:10px;
        font-size:16px;
    }
    .side-menu .page-inner-menu-subitem {
        padding:5px 40px 5px 20px;
    }
}
*/

/* User Profile in Header */


.visible-page-header-user-panel {
    padding-right:50px;
    text-align:right;
    position:relative;
}
.user-panel-button {
    display:block;
    display:inline-block;
    vertical-align: middle;
    height:35px;
    line-height: 35px;
    position:relative;
    white-space:nowrap;
}
.user-panel-button:after {
    content:'';
    display:block;
    clear:both;
}
.user-panel-button:before {
    content:'';
    position:absolute;
    top:50%;
    right:-20px;
    margin-top:-3px;
    width:7px;
    height:7px;
    background:50% 50% no-repeat;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjQiIHZpZXdCb3g9IjAgMCA3IDQiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNmMzcxMDk7CiAgICAgICAgZmlsbC1ydWxlOiBldmVub2RkOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iUG9seWdvbl8xX2NvcHkiIGRhdGEtbmFtZT0iUG9seWdvbiAxIGNvcHkiIGNsYXNzPSJjbHMtMSIgZD0iTTExNDIuNSw0NEwxMTM5LDM5Ljk5aDdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTEzOSAtNDApIi8+Cjwvc3ZnPgo=") !important;
}
.user-panel-button.collapsed:before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjQiIHZpZXdCb3g9IjAgMCA3IDQiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9IlBvbHlnb25fMV9jb3B5IiBkYXRhLW5hbWU9IlBvbHlnb24gMSBjb3B5IiBjbGFzcz0iY2xzLTEiIGQ9Ik0xMTQyLjUsNDRMMTEzOSwzOS45OWg3WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTExMzkgLTQwKSIvPgo8L3N2Zz4K") !important;
}
.user-panel-button.collapsed:hover:before,
.user-panel-button.active:before,
.user-panel-button:hover:before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjQiIHZpZXdCb3g9IjAgMCA3IDQiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNmMzcxMDk7CiAgICAgICAgZmlsbC1ydWxlOiBldmVub2RkOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iUG9seWdvbl8xX2NvcHkiIGRhdGEtbmFtZT0iUG9seWdvbiAxIGNvcHkiIGNsYXNzPSJjbHMtMSIgZD0iTTExNDIuNSw0NEwxMTM5LDM5Ljk5aDdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTEzOSAtNDApIi8+Cjwvc3ZnPgo=") !important;
}

.user-title {
    display:block;
    vertical-align: middle;
    font-family:'Roboto', sans-serif;
    font-weight:500;
	font-size: 16px;

    height:35px;
    line-height:35px;
    margin-right:50px;
    transition:all .15s;
    cursor:default;
    color:#f37109;
}
.user-panel-button.collapsed .user-title {
    color:black;
}
.user-panel-button.collapsed:hover .user-title,
.user-panel-button.active .user-title,
.user-panel-button:hover .user-title {
    color:#f37109;
}
.user-avatar {
    display:inline-block;
    vertical-align: middle;
    float:right;
    width:35px;
    height:35px;
    line-height: 35px;
    border-radius:50%;
    background:50% 50% no-repeat #eeefef;
    background-size:cover;
}


.user-panel-menu {
    position:absolute;
    top:100%;
    right:30px;
    background:black;
    text-align:left;
    min-width:240px;
}
.user-panel-menu .list-group {
    margin:0;
}
.user-panel-menu .list-group-item {
    position: relative;
    display: block;
    padding: 15px 15px 15px 18px;
    margin-bottom: 0px;
    background-color: black;
    border:0;
    border-bottom: 1px solid #393939;
    border-radius: 0;
    transition: background .15s;
}
.user-panel-menu a.list-group-item,
.user-panel-menu button.list-group-item {
    color:white;
    font-family:'Roboto', sans-serif;
    font-weight:500;
	font-size: 14px;
    line-height:19px;
    text-decoration:none;
}
.user-panel-menu .list-group-item.active,
.user-panel-menu .list-group-item.active:focus,
.user-panel-menu .list-group-item.active:hover,
.user-panel-menu a.list-group-item:focus,
.user-panel-menu a.list-group-item:hover,
.user-panel-menu button.list-group-item:focus,
.user-panel-menu button.list-group-item:hover {
    background-color: #393939;
    border-color: #393939;
}
.user-panel-menu .list-group-item.user-panel-menu-logout-link {
    padding-top:25px;
    padding-bottom:25px;
    border-bottom:0;
}
.user-panel-menu .badge {
    display: inline-block;
    min-width: 10px;
    padding: 0 7px;
    font-size: 11px;
    line-height: 20px;
    height:20px;
    font-weight:500;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: rgb(255, 162, 0);
    border-radius: 10px;
}





@media  (max-width: 666px) {
    .visible-page-header-user-panel .user-title {
        display:none;
    }
}
@media  (max-width: 540px) {
    .header-on-landing-page .visible-page-header .site-logo a,
    .visible-page-header.not-aligned-to-top .site-logo a,
    .visible-page-header .site-logo a,
    .site-logo a {
        width:35px;
        margin-left:0px;
        margin-right:15px;
        /*
        background-image: url(images/SkolufotoLVmini.svg);
        background-size:100% auto;
        */
    }
    .user-panel-menu {
        right:auto;
        left:0;
    }
}
@media  (max-width: 400px) {
    .visible-page-header-site-logo {
        display:none;
    }
    .visible-page-header-menu-button-placeholder,
    .visible-page-header-user-panel {
        width:20%;
    }
    .visible-page-header-shopping-button-placeholder {
        width:60%;
        text-align:center;
    }
    .userIsNotAuthorized .visible-page-header-shopping-button-placeholder {
        width:80%;
        text-align:left;
    }


}
@media  (max-width: 340px) {
    .visible-page-header-user-panel {
        display:none;
    }
    .visible-page-header-shopping-button-placeholder {
        width:80%;
        text-align:left;
    }
    .side-menu-close-button.active {
        right:15px;
    }
}





.page-inner-menu {
    margin:30px 30px 0 0;
    min-width:230px;
}

.page-inner-menu.is-fixed {
    position:fixed;
    min-width:250px;
    top:72px;
    z-index:600;
}

/* bootstrap accordeon */

.page-inner-menu .panel-group {
    margin:0px;
}
.page-inner-menu .panel-group .panel {
    margin:0;
    margin-bottom:10px;
    border-radius:0;
    background:transparent;
    border:0;
    -webkit-box-shadow:none;
    box-shadow:none;
}
.page-inner-menu .panel-group .panel+.panel { margin-top:0; }






.page-inner-menu ul {
    display:block;
    list-style: none;
    margin:0;
    padding:0;
}

.page-inner-menu li {
    display:block;
    list-style: none;
    margin:0;
    padding:0;
}

.page-inner-menu a,
.page-inner-menu a:link,
.page-inner-menu a:focus,
.page-inner-menu a:hover,
.page-inner-menu a:active,
.page-inner-menu a:visited {
    color:#1a1a18;
    text-decoration:none;
    transition: all .2s;
}
.page-inner-menu a.is-current,
.page-inner-menu a.is-current:link,
.page-inner-menu a.is-current:focus,
.page-inner-menu a.is-current:hover,
.page-inner-menu a.is-current:active,
.page-inner-menu a.is-current:visited {
    color:white;
}





.page-inner-menu-item {
    display:block;
    position:relative;
    background-color:white;
    padding:20px 40px 20px 20px;
    border-radius:4px;

    font-family:'Roboto', sans-serif;
    font-weight:500;
    font-size:18px;
    line-height:20px;
}
.page-inner-menu-item[data-toggle] {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.page-inner-menu-item.collapsed[data-toggle] {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.page-inner-menu-item[data-toggle]:after {
    content:'';
    position:absolute;
    top:50%;
    right:15px;
    margin-top:-6px;
    width:12px;
    height:12px;
    background-position:50% 50%;
    background-repeat: no-repeat;

    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIyIiB2aWV3Qm94PSIwIDAgMTIgMiI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogIzFhMWExODsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iMTIiIGhlaWdodD0iMiIvPgo8L3N2Zz4K");
}
.page-inner-menu-item.is-current[data-toggle]:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIyIiB2aWV3Qm94PSIwIDAgMTIgMiI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogI2VlZWZlZjsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHJlY3QgaWQ9IlJlY3RhbmdsZV81N19jb3B5IiBkYXRhLW5hbWU9IlJlY3RhbmdsZSA1NyBjb3B5IiBjbGFzcz0iY2xzLTEiIHdpZHRoPSIxMiIgaGVpZ2h0PSIyIi8+Cjwvc3ZnPgo=");
}
.page-inner-menu-item.collapsed[data-toggle]:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDEyIDEyIj4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjMWExYTE4OwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMzU0LDU2NmgtNXY1aC0ydi01aC01di0yaDV2LTVoMnY1aDV2MloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zNDIgLTU1OSkiLz4KPC9zdmc+Cg==");
}
.page-inner-menu-item.is-current.collapsed[data-toggle]:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDEyIDEyIj4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZWVlZmVmOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMzU0LDU2NmgtNXY1aC0ydi01aC01di0yaDV2LTVoMnY1aDV2MloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zNDIgLTU1OSkiLz4KPC9zdmc+Cg==");
}


span.page-inner-menu-item {
    cursor:default;
}



.page-inner-menu-subitem {
    display:block;
    position:relative;
    background-color:white;
    padding:10px 40px 10px 20px;
    border-top:1px solid #eeefef;
    border-radius:0;

    font-family:'Roboto', sans-serif;
    font-weight:500;
    font-size:14px;
    line-height:20px;

    color:#1a1a18;
    text-decoration:none;
    transition: all .2s;
}

.page-inner-menu li li:last-child .page-inner-menu-subitem {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}





.page-inner-menu-item:hover,
.page-inner-menu-subitem:hover {
    background:#dfe0e0;
    border-color:#dfe0e0;
}

.page-inner-menu-item.is-current,
.page-inner-menu-subitem.is-current {
    background:#ffa200;
    color:white;
}
.page-inner-menu-item.is-current:before,
.page-inner-menu-subitem.is-current:before {
    content:'';
    position:absolute;
    top:50%;
    right:-6px;
    margin-top:-6px;
    width:12px;
    height:12px;
    background:#ffa200;
    border-radius:50%;
}




.intro-screen-background {
	position: relative;
	margin: 0;
	min-height: 100vh;
	width: 100vw;

    background: 50% 50% no-repeat transparent;
    background-size: cover;
}



.intro-screen-content {
	min-height: 100vh;
	width: 100vw;
    background:rgba(0,0,0,0.35);
    padding-bottom:85px;
    padding-bottom:0px;
    padding-top:144px;
    position:relative;
}
.intro-screen-content .container {
    position:absolute;
    top:144px;
    left:0;
    right:0;
    bottom:0;
}

.intro-screen-content:after {
    content:'';
    display:block;
    clear:both;
}


.intro-screen .login-form {
    position:absolute;
    top:50%;
    right:15px;
    transform:translateY(-50%) translateX(0%);
    float:none;
}
.intro-screen .login-form-parent-col {
    position:static;
}
.intro-screen .welcome-card-parent-col {
    position:static;
}


.intro-screen .welcome-card {
    position:absolute;
    top:50%;
    left:15px;
    transform:translateY(-50%) translateX(0%);
    color:white;
}
.intro-screen .welcome-card .text a,
.intro-screen .welcome-card .text a:link,
.intro-screen .welcome-card .text a:visited {
    color:white;
    text-decoration:underline;
}
.intro-screen .welcome-card .text a:hover,
.intro-screen .welcome-card .text a:active {
    color:#f6a713;
}

.intro-screen .welcome-card .btn-large {
    min-width:214px;
}

@media (max-width: 992px) {
    .intro-screen-content .container {
        top:72px;
    }
    .intro-screen .login-form {
        right:auto;
    }
    .intro-screen .welcome-card {
        left:auto;
    }
}
@media (max-width: 992px) {
    .intro-screen-content .container {
        top:72px;
    }
}
@media (max-width: 991px) {
    .intro-screen .login-form {
        position:static;
        transform:translateY(-0%);
        margin:0 auto;
        margin-top:72px;
    }
    .intro-screen .welcome-card {
        position:static;
        margin:0 auto;
        margin-top:72px;
        transform:translateY(-0%);
        min-width: 400px;
        max-width: 400px;
        text-align:center;
    }
    .intro-screen-content {
        padding-top:72px;
    }
}
@media (max-width: 991px) and (max-height:899px) {
    .intro-screen-content .container {
        position:static;
        padding-bottom:144px;
    }
}
@media (max-width: 992px) and (max-height:899px) {
    .intro-screen-trigger-button  { display:none; }
}
@media all and (max-height:599px) {
    .intro-screen-trigger-button  { display:none; }


    .intro-screen-content .container {
        position:static;
        padding-bottom:144px;
    }

}
@media (min-width: 992px) and (max-height:599px) {
    .intro-screen-content {
        padding-top:144px;
    }
    body.not-aligned-to-top  .intro-screen-content {
        padding-top:72px;
    }
    .intro-screen .login-form {
        position:static;
        transform:translateY(-0%);
        margin:0 auto;
        margin-top:15px;
    }
    .intro-screen .welcome-card {
        position:static;
        margin:0 auto;
        margin-top:15px;
        transform:translateY(-0%);
        min-width: 400px;
        max-width: 400px;
        text-align:center;
    }
}

@media (min-width: 768px) and (max-height:768px) {
    .intro-screen .login-form {
        /*margin-top: 164px;
        transform: translateY(0);*/
    }
    .intro-screen .welcome-card {
        /*margin-top: 164px;
        transform: translateY(0);*/
    }
}

@media (max-width: 767px) {

    .intro-screen .login-form {
        transform:translateY(0);
        /*margin:0 auto;*/
        /*margin-top:60px;*/
        max-width:400px;
        min-width:auto;
        width:auto;
        float:none;
    }
    .intro-screen .welcome-card {
        /*margin:0 auto;*/
        /*margin-top:115px;*/
        transform:none;
        max-width:400px;
        text-align:center;
    }

}

@media (max-width: 500px) {
    .intro-screen .login-form {
        max-width:100%;
        min-width:100%;
        width:100%;
    }
    .intro-screen .welcome-card {
        max-width:100%;
        min-width:100%;
        width:100%;
    }
}

.login-form-trigger-button {
    position:absolute;
    bottom:20px;
    left:50%;
    margin-left:-25px;
}
body.not-aligned-to-top .login-form-trigger-button { display:none; }



/* ========================================= */



.login-form {
    min-width:400px;
    max-width:400px;
    position: relative;
}

.login-form > .org--content {
    border-radius:4px;
    padding:116px 30px 20px 30px;
    background:rgba(250,172,21,.9);
}

.login-form .info-button {
    padding:10px;
    cursor:pointer;
    opacity:.8;
    position: absolute;
    right: 0;
    top: 0;
}
.login-form .info-button .icon-in-circle {
    width:20px;
    height:20px;
    line-height: 20px;
    display: block;
}
.login-form .info-button:hover {
    opacity:1;
}

.login-form .user-login-icon {
    position:absolute;
    top:35px;
    left:50%;
    transform:translateX(-25px);
    width:50px;
    height:50px;

}


.login-form form {
    margin-bottom:30px;
}

.login-form input {
    border-radius:4px;
}

.login-form input.form-control:active,
.login-form input.form-control:focus {
    background: #eeefef;
}

.login-form .help-block {
    background-color: #f12b2b;
    display:none;
    color: white;
    padding:10px 20px;
    line-height:16px;
    font-size:12px;
    border-radius:0 0 4px 4px;
    margin-top:-4px;
}

.login-form .has-error .form-control {
    border-color: #f12b2b;
}
.login-form .has-error .help-block {
    display:block;
}

.login-form .button-area {
    margin-bottom:30px;
    margin-top:15px;
}

.login-form .helpful-link a {
    color: black;
}
.login-form .helpful-link a:hover {
    color:#1a1a18;
    text-decoration:none;
}

.login-form-info-area-modal.custom-modal .modal-dialog {
    margin-top:115px;
    margin-top:30px;
    /*margin-top:calc(50vh - 100px);*/
    margin-left: auto;
    margin-right: auto;
    width:500px;
    max-width:500px;
}
@media (max-width: 768px) {
    .login-form-info-area-modal.custom-modal .modal-dialog {
        margin-top:115px;
        width:90vw;
        width: calc( 100vw - 60px );
    }
}
@media (max-width: 768px) {
    .login-form-info-area-modal.custom-modal .modal-dialog {
        margin-top:30px;
        margin-bottom:60px;
    }
}


/* ========================================= */

.intro-screen-trigger-button {
    position:absolute;
    left:50%;
    transform: translate(-24px, -65px);
    transition: all .2s;
}
.intro-screen-trigger-button .icon-in-circle {
    background-color:white;
    color:black;
    width:50px;
    height:50px;
    outline:0;
}
.intro-screen-trigger-button .icon-in-circle:hover {
    background-color:#eeefef;
}
body.not-aligned-to-top .intro-screen-trigger-button {
    transform: translate(-25px, -25px);
}
body.not-aligned-to-top .intro-screen-trigger-button .icon-in-circle {
    background-color:#eeefef;
    cursor: default;
    box-shadow: none;
}

/* ========================================= */







.product-card {
    margin-bottom:30px;
    background:white;
    transition:all .0s;
}

.product-card:hover .product-card-image img {
    opacity:.8;

}


.product-card:hover {
    box-shadow: 0px 2px 4px rgba(0,0,0,.2);
    box-shadow:none;
}

.product-card:hover .product-card-details h4 {
    color:#f37109;
}


.product-card.is-link,
.product-card.is-link:link,
.product-card.is-link:hover,
.product-card.is-link:visited,
.product-card.is-link:active {
    display:block;
    cursor:pointer;
    background:white;
    text-decoration:none;
    color:#1a1a18;
}
.product-card.is-link:active {
   /* transform: translateY(1px);*/
    box-shadow: 0px 1px 4px rgba(0,0,0,.2);
    box-shadow:none;
}

.product-card.is-selected {
    outline: 2px solid #78ab4a;
}
.product-card.is-selected .btn,
.product-card.is-selected .btn-green {
    background-color:#d5d5d5;
}





.product-card-image {
    position:relative;
    overflow:hidden;
    min-height:100px;
}
.product-card-image img {
    width:100%;
    transition:none;
}


.product-card-label-discount {
    position:absolute;
    left:10px;
    bottom:20px;

    line-height:80px;
    width:80px;
    height:80px;

    font-family:'Roboto', sans-serif;
    font-weight:500;
    font-size:24px;
    text-align:center;

    border-radius:50%;
    background-color:#f12b2b;
    color:white;
}
.product-card-label-novelty {
    position:absolute;
    top:20px;
    right:-50px;

    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    padding:8px 60px;
    line-height:20px;

    font-family:'Roboto', sans-serif;
    font-weight:500;
    font-size:14px;

    background-color:#f37109;
    color:white;
}
.product-card-label-info {
    position:absolute;
    right:15px;
    bottom:10px;

    line-height:20px;
    width:20px;
    height:20px;

    transition:background .2s;
    border-radius:50%;
    background:50% 50% no-repeat black;
    background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyIiBoZWlnaHQ9IjEwIiB2aWV3Qm94PSIwIDAgMiAxMCI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogI2ZmZjsKICAgICAgICBmaWxsLXJ1bGU6IGV2ZW5vZGQ7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJSZWN0YW5nbGVfMTdfY29weV8yIiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAxNyBjb3B5IDIiIGNsYXNzPSJjbHMtMSIgZD0iTTg5NywyNThoMnYyaC0ydi0yWm0wLDNoMnY3aC0ydi03WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTg5NyAtMjU4KSIvPgo8L3N2Zz4K");
}
.product-card-label-info:hover {
    background-color:#f37109;
}


.product-card-details {
    padding:20px;
}
.product-card-details h4 {
    font-family:'Roboto', sans-serif;
    font-weight:500;
    font-size:15px;
    line-height:20px;
    margin:0;
    transition:color .2s;
}
.product-card-details p {
    margin:0;
}
.product-card-details p.subtitle {
    margin-top:10px;
    min-height:20px;
}
.product-card-price {
    font-family:'Roboto', sans-serif;
    font-weight:500;
    font-size:15px;
    line-height:20px;
    color:#1a1a18;
    white-space:nowrap;
}
.product-card-price.is-old {
    color:#bcbcbc;
    text-decoration: line-through;
}
.product-card-price.is-new {
    color:#e43a3a;
}
.product-card-details p.description {
    margin-top:8px;
    font-size:13px;
    color:#8b8b8b;
    height:80px;
    line-height:20px;
    overflow: hidden;
}

.product-card-details p + .button-area {
    margin-top:10px;
}
.product-card-details h4 + .button-area {
    margin-top:30px;
}
.product-card-details h4.long-text + .button-area {
    margin-top:10px;
}
.product-card-details .button-area {
    line-height:40px;
}
.product-card-details .button-area p {
    text-align:right;
}
.product-card-details.is-smaller h4 + .button-area {
    margin-top:20px;
}
.product-card-details.is-smaller .button-area {
    line-height:30px;
}


.product-card-image-backgrounded {
    display:block;
    width:100%;
    min-height:170px;
    background:50% 50% no-repeat;
    background-size: contain; /* RM: cover=>contain to show portrait-images */  
    position:relative;
}

.product-card-image-backgrounded::after {
    content: '';
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    transition:opacity .2s;
    opacity:0;
    background-color:rgba(255,255,255,1)
}

.product-card:hover .product-card-image-backgrounded::after {
    opacity:.2;
}


@media  (max-width: 460px) {
    .product-card-price.is-old {
        font-size:10px;
        vertical-align:middle;
    }
    .product-card-details {
        /*padding: 10px;*/
    }
    .tmpl-souvenirs-with-print > .row {
        margin-right: -10px;
        margin-left: -10px;
        margin-bottom:10px;
    }

    .tmpl-souvenirs-with-print .col-sm-4.col-xs-6 {
        padding-right: 10px;
        padding-left: 10px;
    }
    .tmpl-souvenirs-with-print > .row .product-card {
        margin-bottom:20px;
    }
}



.tmpl-souvenirs-with-print .product-card-details h4 {
    /*min-height:40px;*/
}






.photo-tool-menu {
    padding-right:30px;
    padding-bottom:60px;
    max-width:380px;
    margin-left: auto;
    margin-right: auto;
}

.photo-tool-menu-label {
    height:60px;
    padding-top:20px;
    padding-right:20px;

    font-family:'Roboto', sans-serif;
    font-weight:500;
    font-size:14px;

    color:#acacac;
}

.photo-tool-menu-upload-photo .alert-info {
	font-weight: bold;
}

.photo-tool-menu-target-photo {
    margin-bottom:30px;
}

.photo-tool-menu-target-photo .img-area {
    text-align:center;
    min-height:200px;
    line-height:200px;
    position:relative;
}
.photo-tool-menu-target-photo .img-area > img,
.photo-tool-menu-target-photo .img-area > a > img,
.photo-tool-menu-target-photo img.preview {
    max-width:100%;
    max-height:200px;
    display:inline-block;
    vertical-align:middle;
}
.photo-tool-menu-target-photo .button-area {
    text-align:center;
    margin-top:10px;
}

.photo-tool-menu-target-photo .hover-area {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}
.photo-tool-menu-target-photo .hover-area:hover {
    cursor:zoom-in;
}
.photo-tool-menu-target-photo .hover-area:hover > img {
    opacity:.8;
}
.photo-tool-menu-target-photo .hover-area:hover:after {
    content:'';
    display:block;
    width:50px;
    height:50px;
    background:50% 50% no-repeat rgba(255,255,255,.8);
    color:black;
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-25px,-25px);
    border-radius:50%;
    background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNy4xOSIgaGVpZ2h0PSIxNi42ODgiIHZpZXdCb3g9IjAgMCAxNy4xOSAxNi42ODgiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICMxYTFhMTg7CiAgICAgICAgZmlsbC1ydWxlOiBldmVub2RkOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMTE5LjE4LDE5NS4yNjhsLTEuNDEsMS40MTQtNC4zMi00LjMxOWE2Ljc5Myw2Ljc5MywwLDEsMSwxLjM2LTEuNDY0Wk0xMTA5LDE4MmE1LDUsMCwxLDAsNSw1QTUsNSwwLDAsMCwxMTA5LDE4MloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMTAyIC0xODApIi8+Cjwvc3ZnPgo=");
}

.photo-tool-menu-target-photo-promo-label {
    position:absolute;
    right:0px;
    bottom:0px;

    line-height:20px;
    width:100px;
    height:100px;
    padding-top:20px;

    font-family:'Roboto', sans-serif;
    font-weight:500;
    font-size:16px;
    text-align:center;

    border-radius:50%;
    background-color:#f12b2b;
    color:white;
}

/* ========================================= */

.photo-tool-menu-fieldset {
    border:1px solid #eeefef;
    border-radius:4px;
}

.photo-tool-menu-fieldset + .photo-tool-menu-fieldset {
    margin-top:30px;
}

.photo-tool-menu-fieldset-row {
    border-bottom:1px solid #eeefef;
    padding:15px;
    line-height:40px;
    min-height:70px;
}
.photo-tool-menu-fieldset-row:last-child {
    border-bottom:0;
}

.photo-tool-menu-fieldset-label {
    float:left;
    margin:0;
    width:70px;
    line-height:40px;

    font-family:'Roboto', sans-serif;
    font-weight:500;
    font-size:16px;
    text-align:left;
    white-space:nowrap;
    vertical-align:middle;
}
.photo-tool-menu-input {
    vertical-align:middle;
    width:60px;
    height:40px;
    line-height:40px;
    padding:0;
    margin:0;
    margin-left:10px;
    border-radius:0;
    border:0;

    font-family:'Roboto', sans-serif;
    font-weight:500;
    font-size:16px;
    text-align:center;

    background:#eeefef;
    color:#1a1a18;
}

input.photo-tool-menu-input[type=number]::-webkit-inner-spin-button,
input.photo-tool-menu-input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.photo-tool-menu label {
    margin:0;
}



.photo-tool-menu-fieldset-summary {
    background:#f8f8f8;
    font-family:'Roboto', sans-serif;
    font-weight:500;
    font-size:24px;
    padding-right:20px;
}

.photo-tool-menu-fieldset-radio .radiobox {
    padding:0 10px 0 5px;
    display:inline-block;
    vertical-align:middle;
    float: left;
    width: 30px;
}

.photo-tool-menu-fieldset-radio .radiolabel {
    display:table;
    vertical-align:middle;
    margin-left:30px;
    height:40px;
}
.photo-tool-menu-fieldset-radio .radiolabel span.text {
    display:table-cell;
    vertical-align:middle;
    line-height:20px;
}
.photo-tool-menu-submit-area {
    margin-top:10px;
}
.photo-tool-product-added-to-cart {
	margin-top:10px;
	color: #78ab4a;
	font-weight: bold;
	text-align: center;
}

/* ========================================= */
/* ========================================= */
/* ========================================= */



.photo-tool-settings .panel-group {
    margin-bottom:0;
}
.photo-tool-settings .panel-group .panel {
    border-radius:0;
    border:0;
}
.photo-tool-settings .panel-group .panel:last-child,
.photo-tool-settings .panel-group .panel:last-child .panel-body {
    border-bottom-left-radius: 4px;
}
.photo-tool-settings .panel-heading {
    color: white;
    background-color: black;
    border-radius:0;
    border:0;
    padding:0;
}

.photo-tool-settings .panel-group .panel:first-child .panel-heading {
    border-top-left-radius: 4px;
}

.photo-tool-settings .panel-title {
    padding:0;
    cursor: default;
}

.photo-tool-settings .panel-title a,
.photo-tool-settings .panel-title a:link,
.photo-tool-settings .panel-title a:hover,
.photo-tool-settings .panel-title a:visited,
.photo-tool-settings .panel-title a:active {
    font-size:17px;
    line-height:20px;
    font-weight: 500;
    text-decoration:none;
    color:white;
    padding:20px 20px;
    padding-right: 60px;
    display:block;
    position:relative;
}
.photo-tool-settings .panel-title a:hover {
  color:#f37109;
}


.photo-tool-settings .panel-title a:after {
    content:'';
    display:block;
    position:absolute;
    width:30px;
    height:30px;
    top:15px;
    right:30px;
    background:50% 50% no-repeat;
    background-image:url(../images/icon-minus-white.png);
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIyIiB2aWV3Qm94PSIwIDAgMTYgMiI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogI2ZmZjsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iMTYiIGhlaWdodD0iMiIvPgo8L3N2Zz4K");
}
.photo-tool-settings .panel-title a.collapsed:after {
    background-image:url(../images/icon-plus-white.png);
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8cmVjdCBjbGFzcz0iY2xzLTEiIHk9IjciIHdpZHRoPSIxNiIgaGVpZ2h0PSIyIi8+CiAgPHJlY3QgaWQ9IlJlY3RhbmdsZV80MF9jb3B5XzIiIGRhdGEtbmFtZT0iUmVjdGFuZ2xlIDQwIGNvcHkgMiIgY2xhc3M9ImNscy0xIiB4PSI3IiB3aWR0aD0iMiIgaGVpZ2h0PSIxNiIvPgo8L3N2Zz4K");
}

.photo-tool-settings .panel-title a.collapsed {
    margin-bottom:0px;
}
.photo-tool-settings .panel:last-child .panel-title a.collapsed {
    margin-bottom:0;
}

.photo-tool-settings .panel-group .panel-heading+.panel-collapse>.list-group,
.photo-tool-settings .panel-group .panel-heading+.panel-collapse>.panel-body {
    border:0;
}

.photo-tool-settings .panel-body {
    padding-left:30px;
    padding-right:30px;
    padding-top:20px;
    padding-bottom:10px;
    background:#eeefef;
}
.photo-tool-settings .panel-body .col-lg-4 {
    padding-left:5px;
    padding-right:5px;

}
.photo-tool-settings .panel-group .panel+.panel {
    margin-top:0;
}

.photo-tool-settings .product-card {
    margin-bottom:10px;
}

.photo-tool-settings-chosenresult {
    padding-left:10px;
    color:#f37109;
    cursor:default;
}

.photo-tool-settings .panel + .panel,
.photo-tool-settings .panel-group .panel + .panel {
    border-top:1px solid #eeefef;
}
.photo-tool-settings .panel,
.photo-tool-settings .panel-group .panel {
    border-bottom:1px solid #eeefef;
}
.photo-tool-settings .panel:last-of-type,
.photo-tool-settings .panel-group .panel:last-of-type {
    border-bottom-color:transparent;
}



.photo-tool-settings-custom-text-form {
    padding:0px;
    margin:0 -10px;
}
.photo-tool-settings-custom-text-form input.form-control  {
    background: #FFFFFF;
    box-shadow: none;
    border: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 0px;
    padding: 0 10px;
    margin: 0;
    text-align: left;
    font-size: 14px;
}
.photo-tool-settings-custom-text-form input.quantity:hover,
.photo-tool-settings-custom-text-form input.quantity.form-control:hover {
    background:#e3e4e4;
}








/* portrait-suite-constructor-psc */

.photo-tool-set-constructor {
    background:#eeefef;
    width:100%;
    min-height:600px;
    border-radius: 6px 0 0 6px;
    padding:30px;
    display:table;
}


.portrait-suite-constructor-psc {
    display:table-cell;
    vertical-align: middle;
}


.portrait-suite-constructor-work-area {
    width:100%;
    position:relative;
}

.portrait-suite-constructor-background-image {
    width:100%;
    height:auto;
}

.portrait-suite-constructor-item {
    position:absolute;
    background:50% 50% no-repeat #eeefef;
    cursor:pointer;
    transition:background .2s;
}


.portrait-suite-constructor-item:before {
    content:'';
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:50% 50% no-repeat #eeefef;
    background-image:url(images/icon-upload.svg);
    cursor:pointer;
}
.portrait-suite-constructor-item:hover:before {
    background-color:#dedfdf;
}



.portrait-suite-constructor-work-area.single-mode .portrait-suite-constructor-item:before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMS44MiIgaGVpZ2h0PSIzMS44MTIiIHZpZXdCb3g9IjAgMCAzMS44MiAzMS44MTIiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICMxYTFhMTg7CiAgICAgICAgZmlsbC1ydWxlOiBldmVub2RkOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iUmVjdGFuZ2xlXzI4X2NvcHkiIGRhdGEtbmFtZT0iUmVjdGFuZ2xlIDI4IGNvcHkiIGNsYXNzPSJjbHMtMSIgZD0iTTEyNTUuOTEsMTE5Ljg3NGwtMy41NCwzLjUzNkwxMjQwLDExMS4wMzZsLTEyLjM3LDEyLjM3NC0zLjU0LTMuNTM2LDEyLjM3LTEyLjM3NC0xMi4zNy0xMi4zNzQsMy41NC0zLjUzNkwxMjQwLDEwMy45NjVsMTIuMzctMTIuMzc1LDMuNTQsMy41MzVMMTI0My41NCwxMDcuNVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMjI0LjA5IC05MS41OTQpIi8+Cjwvc3ZnPgo=");
}
.portrait-suite-constructor-work-area.single-mode .portrait-suite-constructor-item:first-of-type:before {
    background-image:url(images/icon-upload.svg);
}

.portrait-suite-constructor-item.is-ready {
    background-size:cover;
    background-image:none;
}
.portrait-suite-constructor-item.is-ready:before {
    display:none;
}



#portrait-suite-constructor-gallery .photo-catalog img {
  cursor:pointer;
}

@media  (max-width: 992px) {
  .photo-tool-set-constructor {
    min-height:100px;
    padding:0px;
  }
  #portrait-suite-constructor-gallery.without-custom-upload .img-uploader-tabs-title {
    padding-top:0;
  }
}






.add-to-cart-notification {
    position:absolute;
    z-index:2400;
    right:-10px;
    margin:0;
    margin-top:10px;
    padding:0;
    border:0;
}
.add-to-cart-notification > .org--content {
    width:350px;
    border:10px solid #78ab4a;
    background:white;
    padding:0;
    margin:0;
    opacity:1;
}
.add-to-cart-notification > .org--content:before {
    content:'';
    display:block;
    position:absolute;
    width:12px;
    height:12px;
    background:#78ab4a;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);

    top:-5px;
    right:30px;
}
.add-to-cart-notification.byebye > .org--content {
  opacity:0;
  transition:opacity .5s;
}
.add-to-cart-notification.byebye > .org--content:hover {
  opacity:1;
}

.add-to-cart-notification .message {
    text-align:center;
    color:#78ab4a;
    padding:30px 10px;

    font-family:'Roboto', sans-serif;
    font-weight:500;
    font-size:16px;
    line-height:20px;

    border-bottom:1px solid #eeefef;
}

.add-to-cart-notification .item {
    padding:15px;
    border-bottom:1px solid #eeefef;
}

.add-to-cart-notification .item .img img {
    max-width:100%;
    max-height:80px;
}

.add-to-cart-notification .calltoaction {
    padding:15px;
    background:#f7f7f7;
    border-bottom:1px solid #eeefef;
}


.add-to-cart-notification .promomessage {
    padding:15px;
    padding-top:30px;
}
.add-to-cart-notification .promomessage .img img {
    max-width: 100%;
}


.add-to-cart-notification .closebutton {
    position:absolute;
    top:0;
    right:0;
}
.add-to-cart-notification .closebutton .close {
    width:30px;
    height:30px;
    top:10px;
    right:10px;
    padding:0;
}

@media  (max-width: 992px), (max-height: 800px) {
  .add-to-cart-notification .promomessage { display:none; }
}
@media  (max-width: 540px) {
  .add-to-cart-notification > .org--content {
    width:200px;
  }
  .add-to-cart-notification .item,
  .add-to-cart-notification .promomessage  {
    display:none;
  }
  .add-to-cart-notification .message {
    padding-right:30px;
    padding-left:30px;
  }
  .add-to-cart-notification > .org--content:before {
    right:60px;
  }
}





/* .SkoluFotoPseudoModal {
    position:fixed;
    z-index: 4000;
    top:0px;
    bottom:100px;
    left:50%;
    transform:translateX(-50%);
    outline: 0;
    display:none;
}
 */




.fixed-left-menu-layout .page-inner-menu {
    margin:30px 0 0 0;
    width:270px;
}
.fixed-left-menu-layout .fixed-left-menu-layout-fixed-area {
    position:absolute;
    width:100vw;
    height:0px;
    overflow:visible;
}

.fixed-left-menu-layout .fixed-left-menu-layout-fixed-area.scrolling {
    position:absolute !important;
		top: 72px !important;
}

.fixed-left-menu-layout .fixed-left-menu-layout-fixed-area > .container {
    height:0px;
    overflow:visible;
    margin-left: auto;
    margin-right: auto;
}


@media  (max-width: 992px) {
    .fixed-left-menu-layout {
        display:none;
    }
}
@media  (min-width: 993px) {
    .content-with-fixed-left-menu-layout .container {
        padding-left:345px;
    }
}





.my-images {
  margin-left: -10px;
  margin-right: -10px;
}
.my-images:after {
  content:'';
  display:block;
  clear:both;
}

.my-image {
  float:left;
  width:20%;
  height:220px;
  line-height:220px;
  margin-bottom:20px;
  text-align:center;
  padding:0 10px;
}

@media (max-width: 756px) {
  .my-image {
    width:25%;
  }
}
@media (max-width: 666px) {
  .my-image {
    width:33.33333%;
  }
}
@media (max-width: 500px) {
  .my-image {
    width:50%;
  }
}

.my-image figure {
  display:inline-block;
  vertical-align:middle;
  line-height:20px;
}

.my-image figure img {
  max-height:200px;
  max-width:100%;
}

.my-image figcaption {
  display:block;
  line-height:20px;
  color:#A5A5A5;
  font-size:13px;
  text-align:left;
}

.my-image .hover {
  position:relative;
  display:inline-block;
  cursor:pointer;
}
.my-image .hover:hover:before {
  content:'';
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  top:0;
  z-index:1;
  background-color:rgba(0,0,0,.4);

}
.my-image .hover:hover:after {
  content:'';
  position:absolute;
  left:50%;
  top:50%;
  margin-left:-25px;
  margin-top:-25px;
  width:50px;
  height:50px;
  z-index:2;
  border-radius:50%;
    background-color:white;

    background-position:50% 50%;
    background-repeat: no-repeat;
        background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOSIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDE5IDI2Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xLCAuY2xzLTIgewogICAgICAgIGZpbGw6ICMzNjM2MzQ7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbC1ydWxlOiBldmVub2RkOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8cmVjdCBjbGFzcz0iY2xzLTEiIHk9IjI0IiB3aWR0aD0iMTkiIGhlaWdodD0iMiIvPgogIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTcxMSwzMTJoLTVWMzAwaDJ2MTBoM3YyWm0tMTktMmgzVjMwMGgydjEyaC01di0yWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTY5MiAtMzAwKSIvPgogIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTcwOSwzMTN2MWgtMXYxaC0xdjFoLTF2MWgtMXYxaC0xdjFoLTF2MWgtMXYxaC0xdi0xaC0xdi0xaC0xdi0xaC0xdi0xaC0xdi0xaC0xdi0xaC0xdi0xaC0xdi0xaC0xdi0zaDF2MWgxdjFoMXYxaDF2MWgxdjFoMXYxaDF2MWgxdjFoMXYtMWgxdi0xaDF2LTFoMXYtMWgxdi0xaDF2LTFoMXYtMWgxdi0xaDF2M2gtMVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02OTIgLTMwMCkiLz4KPC9zdmc+Cg==") !important;
}

.tmpl-my-images .list-of-photos-controls {
  margin-bottom:30px;
}

@media (max-width: 666px) {
    .tmpl-my-images .control-button-pagination {
        display:none;
    }
}






/* TMPL */


.tmpl-printout-form {
    position:relative;
}


.tmpl-printout-form .page-title {
    border-bottom-color:transparent;
    margin-bottom:0;
}

.tmpl-printout-form .printout-form-toolbar-a {
    position:absolute;
    top:-10px;
    right:0;
}
.tmpl-printout-form .printout-form-toolbar-a .btn-large {
    margin-left:20px;
}

.tmpl-printout-form .printout-form-toolbar-b {
    border:1px solid #dfe0e0;
    padding:20px;
    margin-bottom:20px;
}


.tmpl-printout-form .printout-form-product-grid.printout-form-header,
.tmpl-printout-form .printout-form-product-grid.printout-form-header .printout-form-product-item {
    outline:1px solid #dfe0e0;
    margin-bottom:20px;
}

.tmpl-printout-form .btx.custom-icon-delete {
    padding-left:24px;
}


.tmpl-printout-form .printout-form-product-grid {
    background:white;
    margin-bottom:10px;
}
.tmpl-printout-form .printout-form-product-item {
    border:1px solid transparent;
    border-bottom-color: #eeefef;
    padding-top:15px;
}
.tmpl-printout-form .printout-form-product-item.has-errors {
    border:1px solid #ff4b27;
}

.tmpl-printout-form .printout-form-header-or-footer {
    background:white;
}
.tmpl-printout-form .printout-form-header-or-footer-msg {
    padding:20px;
    border-bottom:1px solid #eeefef;
}
.tmpl-printout-form .printout-form-header-or-footer-msg .alert {
    text-align:left; /* RM changed */
    font-size:16px; /* RM changed */
    padding: 10px 10px;  /* RM changed */
    color:#72726f;
    background-color:#fffbdc;
    border-color:#e9e6cd;
    margin-bottom:0;
    overflow:auto;
}

.tmpl-printout-form .printout-form-header-or-footer-msg .btn {
	float:right; /* RM changed */
}

.tmpl-printout-form a {
	color: #eb8849; /* RM changed */
	font-size:14px; /* RM changed */
}

.tmpl-printout-form .printout-form-header-or-footer-summary {
    padding:20px 0 30px 0; 
}
.tmpl-printout-form .printout-form-header-or-footer-summary .printout-form-product-item {

}

.tmpl-printout-form .printout-form-header-or-footer-summary .summaryLabel {
    display:inline-block;
    vertical-align:middle;
    font-family:'Roboto', sans-serif;
    font-weight:500;
    font-size:16px;
    line-height:50px;
    min-width:100px;
}
.tmpl-printout-form .printout-form-header-or-footer-summary .summary-price {
    display:inline-block;
    vertical-align:middle;
    font-family:'Roboto', sans-serif;
    font-weight:500;
    font-size:24px;
    line-height:50px;
}

/*
.tmpl-printout-form #printout-form-photo-uploader .modal-content {
    padding:60px;
}

.tmpl-printout-form #printout-form-photo-uploader .dragNdropUploaderArea {
    padding:150px 60px;
    text-align:center;
    color:#8a8c8c;
    font-family:'Roboto', sans-serif;
    font-weight:500;
    font-size:16px;
    background:#eeefef;
    border-radius:4px;
    cursor:pointer;
}
.tmpl-printout-form #printout-form-photo-uploader .dragNdropUploaderArea p {
    margin-bottom:50px;
}
.tmpl-printout-form #printout-form-photo-uploader .modal-footer {
    padding-top:60px;
    margin:0;
    border:0;
    text-align:center;
    font-family:'Roboto', sans-serif;
    font-weight:500;
    font-size:18px;
    color:#ff4b27;
}
*/


@media  (max-width: 1200px) {
    .tmpl-printout-form .el-form-frow .form-row-settings,
    .tmpl-printout-form .el-form-frow .form-inline .form-group.form-row-settings {
        width:200px;
        vertical-align:top;
    }
    .tmpl-printout-form .el-form-frow .form-row-settings select,
    .tmpl-printout-form .el-form-frow .form-inline .form-group.form-row-settings select {
        width:100%;
    }
    .tmpl-printout-form .el-form-frow .form-row-img,
    .tmpl-printout-form .el-form-frow .form-inline .form-group.form-row-img {
        height:100px;
        line-height:100px;
        width:200px;
        margin-right:10px;
    }
    .tmpl-printout-form .el-form-frow .form-row-img > img,
    .tmpl-printout-form .el-form-frow .form-row-img > a > img{
        max-width:200px;
        max-height:100px;
        vertical-align:top;
    }
}

@media  (max-width: 768px) {

    .tmpl-printout-form .el-form-frow .form-row-summary {
        float:none;
        text-align:left;
        width:100%;
    }
    .tmpl-printout-form .el-form-frow .form-row-summary .cancel-button {
        float:right;
    }

    .tmpl-printout-form .el-form-frow .form-row-img,
    .tmpl-printout-form .el-form-frow .form-inline .form-group.form-row-img,
    .tmpl-printout-form .el-form-frow .form-row-settings,
    .tmpl-printout-form .el-form-frow .form-inline .form-group.form-row-settings    {
        width:100%;
    }
}



.tmpl-printout-form .printout-form-header .el-form-frow .form-group.form-row-summary {
    padding-right:188px;
}
.tmpl-printout-form .printout-form-header .el-form-frow  .form-group.form-row-img {
    background:transparent;
}
.tmpl-printout-form .printout-form-header .el-form-frow .form-group.form-row-img label {
    vertical-align:middle;
    text-align:center;
}

.tmpl-printout-form .printout-form-header .el-form-frow .form-row-img,
.tmpl-printout-form .printout-form-header .el-form-frow .form-inline .form-group.form-row-img {
    background:transparent;
    vertical-align:middle;
}
.tmpl-printout-form .printout-form-header .el-form-frow .form-row-img label.checkbox input {
    vertical-align:middle;
}





/* --------------------------------------------------------- */
.tmpl-printout-form .printout-form-product-item {
  padding-top:0;
}
.printout-form-product-item > .itemcontent {
  padding:10px;
  display:table;
  width:100%;
}
.printout-form-product-item > .itemcontent .item-content-part {
  display:table-cell;
  vertical-align:middle;
  min-height:80px;
}

@media only screen and (max-width: 540px) {
	.printout-form-product-item > .itemcontent .item-content-part {
			display: block;
			float: right;
			width: 100%;
			padding: 0;
	}
}


.printout-form-product-item > .itemcontent .image {
  width:80px;
  height:60px;
  position:relative;
  background-color:#EEEFEF;
}

@media only screen and (max-width: 540px) {
	.printout-form-product-item > .itemcontent .image {
		display: block;
		width: 100%;
		margin-bottom: 5px;
		background: none;
	}
	.printout-form-product-item .quantityarea {
		margin-left: 0 !important;
		width: 30% !important;
		margin-bottom: -30px !important;
	}
	.printout-form-product-item .quantityarea .quantity-controls {
		float: left;
		margin-left: 10px;
	}
}

.printout-form-product-item > .itemcontent .image img.preview {
    max-width:100%;
    max-height:100%;
    position:absolute;
    left:50%;
    top:50%;
    transform: translate( -50%, -50% );
}
.printout-form-product-item .selectboxes {
  white-space:nowrap;
  padding-left:10px;
}




@media only screen and (max-width: 540px) {
	.printout-form-product-item .selectboxes {
		display: block;
	}
	.printout-form-product-item .selectboxes .box {
		width: 100% !important;
		padding: 0 !important;
		margin: 5px 0 !important;
	}
	.printout-form-product-item .selectboxes .box .chosen-container {
		width: 100% !important;
	}
	.printout-form-product-item > .itemcontent .price .price-label {
		width: auto;
		min-width: auto;
	}
	.printout-form-product-item > .itemcontent .border-option {
		margin-left: 30%;
	}
	.printout-form-product-item > .itemcontent .uploading-process {
		float: none;
	}
	.printout-form-product-item > .itemcontent .remove-button-area,
	.printout-form-product-item > .itemcontent .price,
	.printout-form-product-item > .itemcontent .border-option {
		width: 25%;
		float: left;
		text-align: center;
		min-height: 35px;
	}
	.printout-form-product-item > .itemcontent .remove-button-area {
		width: 20%;
	}
	.printout-form-product-item > .itemcontent .item-button {
		float: none;
	}
	.tmpl-printout-form .printout-form-toolbar-a .btn-large {
		margin: 0;
		width: 100%;
	}
	.tmpl-printout-form .printout-form-toolbar-a {
		text-align: center !important;
	}
	.tmpl-printout-form .printout-form-toolbar-a .btx {
		margin-bottom: 15px;
		display: inline-block;
	}
}




.printout-form-product-item .selectboxes .box {
  display:block;
  float:left;
  margin-left:10px;
}

.printout-form-product-item .selectboxes .selectbox-size { width:110px; }
.printout-form-product-item .selectboxes .selectbox-cut { width:170px; }
.printout-form-product-item .selectboxes .selectbox-color { width:170px; }
.printout-form-product-item select {
    background: #EEEFEF;
    box-shadow: none;
    border: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 0px;
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
}

.printout-form-product-item .quantityarea {
  width:85px;
  float:left;
  margin-left:10px;
}

.printout-form-product-item .quantityarea,
.printout-form-product-item .selectboxes .box {
  margin-top:5px;
  margin-bottom:5px;
}

.printout-form-product-item .quantity-input {
  width:55px;
  float:left;
  display:block;
}
.printout-form-product-item input.quantity  {
    background: #EEEFEF;
    box-shadow: none;
    border: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 0px;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 14px;
}
.printout-form-product-item input.quantity:hover,
.printout-form-product-item input.quantity.form-control:hover {
    background:#e3e4e4;
}

.printout-form-product-item .quantity-controls {
  display:block;
  float:right;
  width:20px;
  height:40px;
}
.printout-form-product-item .quantity-controls .input-action-button {
  display:block;
  width:20px;
  height:20px;
  float:left;
}
.printout-form-product-item .remove-button-area {
  width:40px;
}
.printout-form-product-item .item-button {
  display:inline-block;
  float:right;
  width:40px;
  height:20px;
  cursor:pointer;
}
.printout-form-product-item .item-button:hover {
  opacity:.6;
}
.printout-form-product-item .item-button.is-off {
  opacity:.2;
}
.printout-form-product-item .price-label {
  min-width:80px;
}


.printout-form-product-header .printout-form-product-item {
  border:1px solid #DFE0E0;
  margin-bottom:30px;
}
.printout-form-product-header .printout-form-product-item input.quantity,
.printout-form-product-header .chosen-container-single .chosen-single,
.printout-form-product-header .chosen-container-active.chosen-with-drop .chosen-single,
.printout-form-product-header .chosen-container .chosen-results,
.printout-form-product-header .chosen-container .chosen-results li.highlighted {
  background:white;
}






.printout-form-product-item > .itemcontent .uploading-process {
    display:table-cell;
    vertical-align:middle;
    height:80px;
    padding-left:20px;
    padding-right:20px;
}
.progress {
    margin-bottom:0;
    font-size: 12px;
    line-height: 15px;
    height:15px;
    box-shadow:none;
    background-color: #eeefef;
    border-radius:8px;
}
.progress-bar {
    font-size: 12px;
    line-height: 15px;
    height:15px;
    color: #fff;
    background-color: #78ab4a;
    box-shadow:none;
}









.printout-form-header-or-footer {
  margin-bottom:30px;
}


.tmpl-printout-form .printout-form-header-or-footer-summary {
  padding:20px;
}
.tmpl-printout-form .printout-form-header-or-footer-summary > div {
  line-height:50px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 16px;
}
.tmpl-printout-form .printout-form-header-or-footer-summary .price-label {
  font-size:24px;
    line-height:50px;
  min-width:130px;
}









@media (max-width: 1199px) and (min-width: 993px) {
    .tmpl-printout-form .printout-form-toolbar-a {
      position:static;
      top:0;
      text-align:right;
      margin-bottom:30px;
    }
    .tmpl-printout-form .printout-form-toolbar-a .btx {
      line-height:40px;
    }
}


@media (max-width: 768px) {
    .printout-form-product-header { display:none; }
    .tmpl-printout-form .printout-form-toolbar-a {
      position:static;
      top:0;
      text-align:right;
      margin-bottom:30px;
    }
    .tmpl-printout-form .printout-form-toolbar-a .btx {
      line-height:40px;
    }
}








.tmpl-cart {
 position:relative;
 margin-bottom:60px;
}
.tmpl-cart.step2 {
  margin-bottom:0px;
}
.tmpl-cart > .container {
  position:relative;
}


/* ---------------------------------------------- */
.cart-right-column-width {
  width:370px;
}
.cart-right-column-margin {
  margin-right:370px;
}

.cart-layout-area {
    position:relative;
    width:100%;
}
.cart-layout-right-column {
  position:absolute;
  top:0;
  right:0;
  padding-left:30px;
}
.cart-layout-left-column {
  min-height:430px;
}

@media (max-width: 1199px) {
  .cart-layout-right-column {
    position:static;
    float:none;
    padding-left:0;
  }
    .cart-layout-right-column.cart-layout-right-column {
        width:auto;
    }
  .cart-right-column-margin {
    margin-right:0px;
  }
    .cart-layout-left-column {
      min-height:0px;
    }
    .cart-main-menu-fieldset-with-button .btn {
        min-width:260px !important;
    }
}
@media (max-width: 768px) {
  .cart-layout-right-column {

  }
}
@media (max-width: 500px) {
  .cart-layout-right-column {
    position:static;
    margin:0 auto;
    padding-left:0;
    width:auto;
    float:none;
  }
}
/* ---------------------------------------------- */



/* ---------------------------------------------- */
.page-title.cart-title {
    line-height:20px;
    margin-bottom:0;
    border-bottom-color:transparent;
}
.page-title.nonstandard.cart-title {
    line-height:20px;
}


.tmpl-cart .cart-top-toolbar {
    position:absolute;
    right:15px;
    margin-top:-60px;
    line-height: 20px;
}
.cart-toolbar-pager,
.cart-toolbar-content {
  float:right;
  text-align:right;
}
.cart-toolbar-pager {
    color:#bdbdbd;
    font-size:15px;
    font-family:'Roboto', sans-serif;
    font-weight:500;
    line-height:20px;
}
.cart-toolbar-pager > span { padding:0 15px; }
.cart-toolbar-content .btx {
    font-family:'Roboto', sans-serif;
    font-weight:500;
    line-height:20px;
    cursor:pointer;
    padding-left:24px;
}
.cart-toolbar-content .btx:hover {
    text-decoration:underline;
}

@media (max-width: 992px) {
  .tmpl-cart .cart-top-toolbar {
      right:30px;
  }
  .cart-toolbar-pager.cart-right-column-width {
    width:auto;
    margin-left:30px;
  }
}
@media (max-width: 666px) {
  .cart-toolbar-pager.cart-right-column-width {
    width:auto;
  }
  .tmpl-cart .cart-top-toolbar {
    margin-top:-40px;
  }
}
@media (max-width: 400px) {
  .tmpl-cart {
    padding-top:45px;
  }
}
/* ---------------------------------------------- */







/* ---------------------------------------------- */
.tmpl-cart .cart-product-grid {
    margin-bottom:10px;
}

.tmpl-cart .cart-product-item-content {
    padding:19px;
    border:1px solid transparent;
    border-bottom-color: #eeefef;
    min-height:165px;
    background:white;
    position:relative;
}

.tmpl-cart .cart-product-item-image {
    width:125px;
    height:125px;
    position:relative;
    float:left;
}
.tmpl-cart .cart-product-item-image img.preview {
    max-width:100%;
    max-height:100%;
    position:absolute;
    left:50%;
    top:50%;
    transform: translate( -50%, -50% );
}

.tmpl-cart .cart-product-item-description {
    margin-left:165px;
    margin-top:40px;
    margin-bottom:25px;
    margin-right:280px;
}

.tmpl-cart .cart-product-item-description .title {
    font-family:'Roboto', sans-serif;
    font-weight:700;
    font-size:16px;
    line-height:25px;
    color:#000000;
}
.tmpl-cart .cart-product-item-description .subtitle {
    font-size:14px;
    line-height:20px;
    color:#acacac;
}

.tmpl-cart .cart-product-item .preview-button {
  cursor:pointer;
  display:inline-block;
  vertical-align:middle;
  width:20px;
  height:20px;
}

.tooltip-inner {
  background:#7D7D7D;
  color:white;
  border-radius:0;
  padding:8px 12px;
  font-family:'Roboto', sans-serif;
  font-weight:500;
  font-size:15px;
}
.tooltip-arrow,
.tooltip.top .tooltip-arrow {
  border-top-color:#7D7D7D;
}
/*
<!-- Generated markup by the plugin -->
<div class="tooltip top" role="tooltip">
  <div class="tooltip-arrow"></div>
  <div class="tooltip-inner">
    Some tooltip text!
  </div>
</div>
*/

.tmpl-cart .cart-product-item-remover {
    margin-left:165px;
    line-height:15px;
}
.tmpl-cart .cart-product-item-remover .btn-remove {
    display:inline-block;
    vertical-align:middle;
    color:#f37109;
    font-family:'Roboto', sans-serif;
    font-weight:500;
    font-size:14px;
    line-height:15px;
    cursor:pointer;
}
.tmpl-cart .cart-product-item-remover .btn-remove:hover {
    text-decoration:underline;
}


.tmpl-cart .cart-product-item-price-panel {
    position:absolute;
    right:20px;
    top:50px;
    width:280px;
    min-height:60px;
}
.tmpl-cart .price-panel-content {
  width:100%;
  display:table;
}

.tmpl-cart .cart-product-item-price-panel .quantity {
  display:table-cell;
  vertical-align: middle;
  width:75px;
}
.tmpl-cart .cart-product-item-price-panel .controls {
  display:table-cell;
  vertical-align: middle;
}
.tmpl-cart .cart-product-item-price-panel .price {
  display:table-cell;
  vertical-align: middle;
  width:90px;
  text-align:right;
}




.tmpl-cart .cart-product-item-price-panel input,
.tmpl-cart .cart-product-item-price-panel input.form-control {
    background: #EEEFEF;
    box-shadow: none;
    border: 0;
    width: 75px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    vertical-align: middle;
    border-radius:0px;
    padding: 0;
    margin: 0;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
}

.tmpl-cart .cart-product-item-price-panel input:active,
.tmpl-cart .cart-product-item-price-panel input.form-control:active,
.tmpl-cart .cart-product-item-price-panel input:focus,
.tmpl-cart .cart-product-item-price-panel input.form-control:focus {
    background:#e3e4e4;
}
.tmpl-cart .cart-product-item-price-panel input:hover,
.tmpl-cart .cart-product-item-price-panel input.form-control:hover {
    background:#e3e4e4;
}


.tmpl-cart .cart-product-item-price-panel .controls .custom-icon-plus {
  margin-left:20px;
}
.tmpl-cart .cart-product-item-price-panel .controls .custom-icon-minus {
  margin-left:10px;
}


.tmpl-cart .cart-product-item-price-panel .price-label {
    font-family:'Roboto', sans-serif;
    font-weight:500;
    font-size:16px;
    line-height:25px;
    text-align:right;
    min-width:100px;
    display:inline-block;
    vertical-align: middle;
}
.tmpl-cart .cart-product-item-price-panel .price-label .is-old {
    color: #bcbcbc;
    text-decoration: line-through;
    line-height:25px;
    display:inline-block;
    vertical-align: middle;
}
.tmpl-cart .cart-product-item-price-panel .price-label .is-new {
    color: #ffa200;
    line-height:25px;
    display:inline-block;
    vertical-align: middle;
}






@media (max-width: 768px) {
  .tmpl-cart .cart-product-item-content {
    min-height:125px;
  }
  .tmpl-cart .cart-product-item-description {
      margin-top:5px;
      margin-bottom:10px;
      margin-right:100px;
      margin-left:105px;
  }
  .tmpl-cart .cart-product-item-price-panel {
    width:100px;
    top:15px;
  }
  .tmpl-cart .cart-product-item-price-panel .quantity,
  .tmpl-cart .cart-product-item-price-panel .controls,
  .tmpl-cart .cart-product-item-price-panel .price {
    display:block;
    width:auto;
    text-align:right;
  }
  .tmpl-cart .cart-product-item-price-panel .controls {
    padding-right:5px;
    display:none;
  }
  .tmpl-cart .cart-product-item-image {
      width:85px;
      height:85px;
  }
  .tmpl-cart .cart-product-item-remover {
      margin-left:105px;
  }

  /* */

  .tmpl-cart > .container {
    padding-left:0;
    padding-right:0;
  }
  .tmpl-cart .cart-product-item-description {
      margin-right:0px;
  }
  .tmpl-cart .cart-product-item-price-panel {
    width:auto;
    position:static;
    top:0;
    margin-left:0px;
    clear:left;
  }
  .tmpl-cart .cart-product-item-price-panel .quantity,
  .tmpl-cart .cart-product-item-price-panel .controls,
  .tmpl-cart .cart-product-item-price-panel .price {
    display:table-cell;
  }
  .tmpl-cart .cart-product-item-price-panel .quantity {
    width:85px;
  }
  .tmpl-cart .cart-product-item-price-panel input, .tmpl-cart .cart-product-item-price-panel input.form-control {
    width:85px;
  }
  .tmpl-cart .cart-product-item-price-panel .controls {
    text-align:left;
  }
  .tmpl-cart .cart-product-item-price-panel {
    min-height:40px;
  }
}
/* ---------------------------------------------- */













.tmpl-cart .cart-product-grid-item {
    border:1px solid transparent;
    border-bottom-color: #eeefef;
    padding-top:15px;
}



.tmpl-cart .el-form-frow .form-row-img,
.tmpl-cart .el-form-frow .form-inline .form-group.form-row-img {
    height:100px;
    line-height:100px;
    width:160px;
    background:transparent;
    margin-right:10px;
}

.tmpl-cart .el-form-frow .form-row-img img {
    display: inline-block;
    max-width:160px;
    max-height:100px;
    line-height:100px;
    vertical-align:top;
}

.tmpl-cart .el-form-frow .form-row-settings,
.tmpl-cart .el-form-frow .form-inline .form-group.form-row-settings {
    vertical-align:top;
    padding-top:15px;
}

.tmpl-cart .cart-main-menu {
    background:white;
}
.tmpl-cart .cart-main-menu-fieldset {
    padding:20px 30px;
    border-bottom: 1px solid #eeefef;
}
.tmpl-cart .cart-main-menu-fieldset-with-button {
    padding-top:30px;
}
@media (max-width: 1199px) {
  .tmpl-cart .cart-main-menu-fieldset {
    padding-left:20px;
    padding-right:20px;
  }
}


.tmpl-cart .cart-pager {
    text-align:right;
    color:#bdbdbd;
    font-size:15px;
    padding-right:15px;
}


.tmpl-cart .cart-main-menu-amounts {
    font-family:'Roboto', sans-serif;
    font-weight:500;
    font-size:15px;
    line-height:25px;
    margin-bottom:10px;
    color:#ffa200;
}
.tmpl-cart .cart-main-menu-summary {
    font-family:'Roboto', sans-serif;
    font-weight:500;
    font-size:20px;
    line-height:25px;
    color:#1a1a18;
    margin-bottom:5px;
}

.tmpl-cart .cart-additional-info {
    padding:30px 30px 0 30px;
    color:#8b8b8b;
}
.tmpl-cart .cart-additional-info a {
    color:#ffa200;
}

.tmpl-cart .cart-additional-info .linklist {
  margin-left:20px;
  padding-left:0;
  color:#1A1A18;
}
.tmpl-cart .cart-additional-info .linklist li {
  margin-bottom:5px;
}
.tmpl-cart .cart-additional-info .linklist a {
    font-family:'Roboto', sans-serif;
    font-weight:500;
    font-size:14px;
    color:#ffa200;
    text-decoration:none;
}
.tmpl-cart .cart-additional-info .linklist a:hover {
    text-decoration:underline;
}




/* ---------------------------------------------- */
.feedback-form {
  margin-top:0px;
}
.feedback-form input,
.feedback-form input.form-control {
  border-radius:0;
  background:white;
  color:#1A1A18;
  outline:0 !important;
  box-shadow: none !important;
  border-color:transparent;
    transition: none;
}
.feedback-form input.form-control:active,
.feedback-form input.form-control:focus {
  background:#e3e4e4;
}
.feedback-form .has-error input,
.feedback-form .has-error input.form-control {
    border-color:#f12b2b;
}

.feedback-form textarea,
.feedback-form textarea.form-control {
  border-radius:0;
  background:white;
  color:#1A1A18;
  outline:0 !important;
  box-shadow: none !important;
  border-color:transparent;
}
.feedback-form textarea.form-control:active,
.feedback-form textarea.form-control:focus {
  background:#e3e4e4;
}

.feedback-form .form-group {
    margin-bottom: 15px;
}
.feedback-form .summary-price {
    text-align:right;
}

@media  (max-width: 992px) {
    .feedback-form-pictured-choice label {
        padding:15px 20px;
    }
}

@media  (max-width: 756px) {
    .feedback-form .summary-button,
    .feedback-form .summary-price {
        text-align:center;
    }
    .feedback-form  .total-price {
        padding:0;
    }

}
/* ---------------------------------------------- */








.tmpl--product-settings-window.custom-modal button.close,
.tmpl--product-settings-window.custom-modal .close {
    position:absolute;
    top:0px;
    right:0;
    width:60px;
    height:60px;
    outline:0 !important;
    background-position:50% 50%;
    background-repeat: no-repeat;
}



.tmpl--product-settings-window .intmpl-content-layout {
  min-height:60px;
}

.tmpl--product-settings-window .modal-content {
  border:0;
  box-shadow:none;
  border-radius: 4px;
  margin-top: 0px;
}
.tmpl--product-settings-window .modal-dialog-main {
  margin:0 0 0 0;
  padding-top:30px;
}


.tmpl--product-settings-window .intmpl_constructor {
  margin-right:338px;
  min-height:600px;
}

.tmpl--product-settings-window .intmpl_menu {
    position: absolute;
    right: 0;
    top: 0px;
    width:338px;
}

.tmpl--product-settings-window .intmpl_menu-fixed-part {
  position:fixed;
  width:338px;
}

.tmpl--product-settings-window .photo-tool-menu {
   padding: 0 30px 30px 30px;
}

.tmpl--product-settings-window .photo-tool-menu-rowlabel {
    width:80px;
    float:left;

    line-height: 40px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    white-space: nowrap;
}

.tmpl--product-settings-window .photo-tool-menu-rowinput {
    width:86px;
    float:left;
}
.tmpl--product-settings-window .photo-tool-menu-rowinput input.amount-input {
  background:#EEEFEF;
  box-shadow:none;
  border:0;
  width:100%;
  height:40px;
  line-height:40px;
  display:inline-block;
  padding:0;
  margin:0;
  text-align:center;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
}
.tmpl--product-settings-window .photo-tool-menu-rowinputcntrl {
    width:80px;
    padding-left:20px;
    float:left;
    text-align:center;
}
.tmpl--product-settings-window .photo-tool-menu-rowinputcntrl .input-action-button {
    display: inline-block;
    vertical-align: middle;
    float:left;
    width: 30px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin: 0;
    transition:all .1s;
}
.tmpl--product-settings-window .photo-tool-menu-rowinputcntrl .input-action-button:active {
  transform: translateY(-2px);
}

.tmpl--product-settings-window .btn-cart {
    padding-left:60px;
    padding-right:60px;
    background-position:20px 11px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMyIgaGVpZ2h0PSIyMiIgdmlld0JveD0iMCAwIDIzIDIyIj4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTIxMS45LDM1aDcuMmExLjQsMS40LDAsMCwwLS4xLjV2MWExLjUsMS41LDAsMCwwLDMsMHYtMWExLjQsMS40LDAsMCwwLS4xLTAuNWg1LjFsLTQsMTVoLTE1bC00LTE1aDUuMWExLjQsMS40LDAsMCwwLS4xLjV2MWExLjUsMS41LDAsMCwwLDMsMHYtMUExLjQsMS40LDAsMCwwLDEyMTEuOSwzNVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMjA0IC0yOCkiLz4KICA8cGF0aCBpZD0iUm91bmRlZF9SZWN0YW5nbGVfMTAiIGRhdGEtbmFtZT0iUm91bmRlZCBSZWN0YW5nbGUgMTAiIGNsYXNzPSJjbHMtMSIgZD0iTTEyMjAsMzdWMzMuNWE0LjUsNC41LDAsMCwwLTksMFYzN2gtMVYzMy41YTUuNSw1LjUsMCwwLDEsMTEsMFYzN2gtMVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMjA0IC0yOCkiLz4KPC9zdmc+Cg==");
}
.tmpl--product-settings-window .btn.btn-cart {
    background-position:20px 11px !important;
    background-repeat: no-repeat !important;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMyIgaGVpZ2h0PSIyMiIgdmlld0JveD0iMCAwIDIzIDIyIj4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTIxMS45LDM1aDcuMmExLjQsMS40LDAsMCwwLS4xLjV2MWExLjUsMS41LDAsMCwwLDMsMHYtMWExLjQsMS40LDAsMCwwLS4xLTAuNWg1LjFsLTQsMTVoLTE1bC00LTE1aDUuMWExLjQsMS40LDAsMCwwLS4xLjV2MWExLjUsMS41LDAsMCwwLDMsMHYtMUExLjQsMS40LDAsMCwwLDEyMTEuOSwzNVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMjA0IC0yOCkiLz4KICA8cGF0aCBpZD0iUm91bmRlZF9SZWN0YW5nbGVfMTAiIGRhdGEtbmFtZT0iUm91bmRlZCBSZWN0YW5nbGUgMTAiIGNsYXNzPSJjbHMtMSIgZD0iTTEyMjAsMzdWMzMuNWE0LjUsNC41LDAsMCwwLTksMFYzN2gtMVYzMy41YTUuNSw1LjUsMCwwLDEsMTEsMFYzN2gtMVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMjA0IC0yOCkiLz4KPC9zdmc+Cg==") !important;
}



.tmpl--product-settings-window .photo-tool-menu-target-photo .nonhover {
  display:none;
}




/* zoom in */
@media  (max-width: 992px) {
  .tmpl--product-settings-window .intmpl_constructor {
    margin-right:0px;
    min-height:60px;
  }

  .tmpl--product-settings-window .intmpl_menu {
      position: static;
      width:auto;
      width:338px;
      margin:0 auto;
  }

  .tmpl--product-settings-window .intmpl_menu-fixed-part {
    position:static;
    width:auto;
  }

  .tmpl--product-settings-window .photo-tool-menu-target-photo .nonhover {
    display:block;
  }
  .tmpl--product-settings-window .photo-tool-menu-target-photo .hover-area {
    display:none;
  }

  .modaal-inner-wrapper {
    background:white;
    padding-top:0px;
    padding-left: 0;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .tmpl--product-settings-window .modal-dialog-main  {
    padding-top:30px;
  }

  .tmpl--product-settings-window.custom-modal button.close,
  .tmpl--product-settings-window.custom-modal .close {
    position:fixed;
    top:0px;
    right:0;
      width:30px;
    height:30px;
    line-height:30px;
  }

}
@media  (max-width: 540px) {
  .product-card-details .button-area .row > div {
    width:100%;
    left:0;
    right:0;
  }
  .product-card-details .button-area .row > div p {
    text-align:left;
    margin-bottom:10px;
  }
    .photo-tool-settings .panel-title a:after {
        right:15px;
    }

}
@media  (max-width: 400px) {
  .tmpl--product-settings-window.custom-modal .close-button-area {
    position:fixed;
    top:0px;
    right:0px;
    left:0;
    height:30px;
    line-height:30px;
    background-color:white;
  }
    .tmpl--product-settings-window .panel-body > .row > div {
        width:100%;
    }
  .tmpl--product-settings-window .intmpl_menu {

      width:100%;
  }
    .tmpl--product-settings-window .photo-tool-menu-rowinputcntrl {
        display: block;
				float: right;
    }
    .tmpl--product-settings-window .photo-tool-menu-rowinput {
				position: absolute;
				right: 90px;
    }
.tmpl--product-settings-window .photo-tool-menu {
   padding: 0 0px 30px 0px;
}
}





/* #photo-tool-informative-popover {
    position:fixed;
    bottom:0;
    left:50%;
    width:1px;
    height:1px;
}
 */



.img-uploader-tabs-tabcontent .photo-catalog .owl-controls .owl-buttons .owl-prev {
    height:50px;
    background-position:50% 50%;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDE5Ljc1IDMzLjc1Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjY2VjZWNlOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTg5Ljg3NCw0MTAuNTQ2bC0yLjgyOCwyLjgyOEwxNzMsMzk5LjMyOGwtMC4wNDYuMDQ2LTIuODI4LTIuODI4LDAuMDQ2LS4wNDYtMC4wNDYtLjA0NiwyLjgyOC0yLjgyOEwxNzMsMzkzLjY3MmwxNC4wNDYtMTQuMDQ2LDIuODI4LDIuODI4TDE3NS44MjgsMzk2LjVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTcwLjEyNSAtMzc5LjYyNSkiLz4KPC9zdmc+Cg==");
}
.img-uploader-tabs-tabcontent .photo-catalog .owl-controls .owl-buttons .owl-prev:hover  {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDE5Ljc1IDMzLjc1Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTg5Ljg3NCw0MTAuNTQ2bC0yLjgyOCwyLjgyOEwxNzMsMzk5LjMyOGwtMC4wNDYuMDQ2LTIuODI4LTIuODI4LDAuMDQ2LS4wNDYtMC4wNDYtLjA0NiwyLjgyOC0yLjgyOEwxNzMsMzkzLjY3MmwxNC4wNDYtMTQuMDQ2LDIuODI4LDIuODI4TDE3NS44MjgsMzk2LjVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTcwLjEyNSAtMzc5LjYyNSkiLz4KPC9zdmc+Cg==");
}
.img-uploader-tabs-tabcontent .photo-catalog .owl-controls .owl-buttons .owl-next {
    height:50px;
    background-position:50% 50%;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDE5Ljc1IDMzLjc1Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjY2VjZWNlOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9IlJlY3RhbmdsZV8xNF9jb3B5IiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAxNCBjb3B5IiBjbGFzcz0iY2xzLTEiIGQ9Ik0xMjY0Ljg3LDM5Ni41NDZsLTIuODIsMi44MjgtMC4wNS0uMDQ2LTE0LjA1LDE0LjA0Ni0yLjgyLTIuODI4LDE0LjA0LTE0LjA0Ni0xNC4wNC0xNC4wNDYsMi44Mi0yLjgyOEwxMjYyLDM5My42NzJsMC4wNS0uMDQ2LDIuODIsMi44MjgtMC4wNC4wNDZaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTI0NS4xMyAtMzc5LjYyNSkiLz4KPC9zdmc+Cg==") ;
}
.img-uploader-tabs-tabcontent .photo-catalog .owl-controls .owl-buttons .owl-next:hover  {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDE5Ljc1IDMzLjc1Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9IlJlY3RhbmdsZV8xNF9jb3B5IiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAxNCBjb3B5IiBjbGFzcz0iY2xzLTEiIGQ9Ik0xMjY0Ljg3LDM5Ni41NDZsLTIuODIsMi44MjgtMC4wNS0uMDQ2LTE0LjA1LDE0LjA0Ni0yLjgyLTIuODI4LDE0LjA0LTE0LjA0Ni0xNC4wNC0xNC4wNDYsMi44Mi0yLjgyOEwxMjYyLDM5My42NzJsMC4wNS0uMDQ2LDIuODIsMi44MjgtMC4wNC4wNDZaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTI0NS4xMyAtMzc5LjYyNSkiLz4KPC9zdmc+Cg==") ;
}


.modal-for-selecting-background.custom-modal .modal-dialog {
    max-width:860px;
}


.modal-for-selecting-background .photo-tool-settings .panel-title a:after {
    display:none;
}
.modal-for-selecting-background .photo-tool-settings .panel-group .panel:first-child .panel-heading {
    border-top-right-radius: 4px;
}
.modal-for-selecting-background .photo-tool-settings .panel-group .panel:last-child .panel-body {
    border-bottom-right-radius: 4px;
}

.modal-for-selecting-background .custom-icon-close-modal {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMi43NSIgaGVpZ2h0PSIxMi43NSIgdmlld0JveD0iMCAwIDEyLjc1IDEyLjc1Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9IlJlY3RhbmdsZV8yOF9jb3B5IiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAyOCBjb3B5IiBjbGFzcz0iY2xzLTEiIGQ9Ik0xMjg1LjM2LDMxNC45NWwtMS40MSwxLjQxNC00Ljk1LTQuOTUtNC45NSw0Ljk1LTEuNDEtMS40MTQsNC45NS00Ljk1LTQuOTUtNC45NSwxLjQxLTEuNDE0LDQuOTUsNC45NSw0Ljk1LTQuOTUsMS40MSwxLjQxNC00Ljk1LDQuOTVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTI3Mi42MyAtMzAzLjYyNSkiLz4KPC9zdmc+Cg==") !important;
}



/* Remove confirmation */

.printout-form-product-item.is-waiting-confirmation-for-removing,
.cart-product-item.is-waiting-confirmation-for-removing .cart-product-item-content {
    border-color: #ff4b27;
}
.item-confirmation-to-remove {
    display:none;
    margin-bottom:0;
    line-height:30px;
    text-align:right;
    padding-right:15px;
}
.item-confirmation-to-remove .message {
    display: inline-block;
    vertical-align: middle;
}
@media  (max-width: 400px) {
    .item-confirmation-to-remove .message {
        display: block;
    }
}
.item-confirmation-to-remove.alert-dismissible .close {
    top:5px;
    right:10px;
    display:none;
}
.tmpl-cart .item-confirmation-to-remove {
    text-align:left;
}

.printout-form-product-header .item-confirmation-to-remove {
    text-align:left;
}



.modal-content {
    border:0;
}


.cart-menu-fixed-area {
    left:auto !important;
}

.tmpl-cart  .item-confirmation-to-clear-all {
    text-align:right;
    margin-bottom:30px;
}
.tmpl-printout-form .item-confirmation-to-clear-all {
    text-align:center;
    margin-bottom:30px;
}


.photo-tool-menu-target-photo .button-area .control-button {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    padding: 13px 0;
    width: 40px;
    border-radius: 50%;
    color: #cecece;
    background-color: #e4e4e4;
    margin: 0;
    text-align: center;
    opacity: 1;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
	}

.photo-tool-menu-target-photo .button-area .control-button-prev {
	margin-right: 5px;
    padding:0;
    width:40px;
    height:40px;
    background-position:14px 50%;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDE5Ljc1IDMzLjc1Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjY2VjZWNlOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTg5Ljg3NCw0MTAuNTQ2bC0yLjgyOCwyLjgyOEwxNzMsMzk5LjMyOGwtMC4wNDYuMDQ2LTIuODI4LTIuODI4LDAuMDQ2LS4wNDYtMC4wNDYtLjA0NiwyLjgyOC0yLjgyOEwxNzMsMzkzLjY3MmwxNC4wNDYtMTQuMDQ2LDIuODI4LDIuODI4TDE3NS44MjgsMzk2LjVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTcwLjEyNSAtMzc5LjYyNSkiLz4KPC9zdmc+Cg==");
}

.photo-tool-menu-target-photo .button-area .control-button-prev:hover {
	background-color: #ffa200;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDE5Ljc1IDMzLjc1Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTg5Ljg3NCw0MTAuNTQ2bC0yLjgyOCwyLjgyOEwxNzMsMzk5LjMyOGwtMC4wNDYuMDQ2LTIuODI4LTIuODI4LDAuMDQ2LS4wNDYtMC4wNDYtLjA0NiwyLjgyOC0yLjgyOEwxNzMsMzkzLjY3MmwxNC4wNDYtMTQuMDQ2LDIuODI4LDIuODI4TDE3NS44MjgsMzk2LjVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTcwLjEyNSAtMzc5LjYyNSkiLz4KPC9zdmc+Cg==");
}

.photo-tool-menu-target-photo .button-area .control-button-next {
	margin-left: 5px;
    padding:0;
    width:40px;
    height:40px;
    background-position:17px 50%;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDE5Ljc1IDMzLjc1Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjY2VjZWNlOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9IlJlY3RhbmdsZV8xNF9jb3B5IiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAxNCBjb3B5IiBjbGFzcz0iY2xzLTEiIGQ9Ik0xMjY0Ljg3LDM5Ni41NDZsLTIuODIsMi44MjgtMC4wNS0uMDQ2LTE0LjA1LDE0LjA0Ni0yLjgyLTIuODI4LDE0LjA0LTE0LjA0Ni0xNC4wNC0xNC4wNDYsMi44Mi0yLjgyOEwxMjYyLDM5My42NzJsMC4wNS0uMDQ2LDIuODIsMi44MjgtMC4wNC4wNDZaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTI0NS4xMyAtMzc5LjYyNSkiLz4KPC9zdmc+Cg==");
}

.photo-tool-menu-target-photo .button-area .control-button-next:hover {
	background-color: #ffa200;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDE5Ljc1IDMzLjc1Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9IlJlY3RhbmdsZV8xNF9jb3B5IiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAxNCBjb3B5IiBjbGFzcz0iY2xzLTEiIGQ9Ik0xMjY0Ljg3LDM5Ni41NDZsLTIuODIsMi44MjgtMC4wNS0uMDQ2LTE0LjA1LDE0LjA0Ni0yLjgyLTIuODI4LDE0LjA0LTE0LjA0Ni0xNC4wNC0xNC4wNDYsMi44Mi0yLjgyOEwxMjYyLDM5My42NzJsMC4wNS0uMDQ2LDIuODIsMi44MjgtMC4wNC4wNDZaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTI0NS4xMyAtMzc5LjYyNSkiLz4KPC9zdmc+Cg==");
}

/* .photo-tool-single-image-content .button-area .control-button-prev {
	float: left;
}

.photo-tool-single-image-content .button-area .control-button-next {
	float: right;
}
 */
.narrow-button-area {
	display: inline-block;
	margin: auto;
	width: 200px;
}

.photo-tool-menu-target-photo .narrow-button-area .button-area .control-button {
	background-color: #ffa200;
}

/* .photo-tool-menu-target-photo .narrow-button-area .button-area .control-button:hover {
	background-color: #e4e4e4;
}
 */
/* RM START - added to make selected menu item white */
.page-inner-menu-item.is-current a,
.page-inner-menu-item.is-current a:link,
.page-inner-menu-item.is-current a:focus,
.page-inner-menu-item.is-current a:hover,
.page-inner-menu-item.is-current a:active,
.page-inner-menu-item.is-current a:visited {
    color:white;
}

.photo-offer {
	position: relative;
}

.photo-offer img {
    max-width:1200px;
    width: 100%;
    height:auto;
}

.tmpl-product-offer p {
	font-weight: bold;
	color: #666666;
}

.album-prices p {
	margin-bottom: 4px;
	font-size: 18px;
	color: #f37109;
}

.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

.visible-page-subheader-menu-site {
	background-color: rgba(238, 239, 239, 0.8);
    text-align:right;
    padding-top: 4px;
    width: 100%;
    overflow:hidden;
}

.visible-page-subheader-menu-site .menu-site {
    float: right;
	height: 26px;
	max-height: 26px;
	margin: 0px;
    border-spacing: 0px 0px;
}

.visible-page-subheader-menu-site .menu-site li {
	padding-left: 30px;
}

.visible-page-subheader-menu-site .menu-site li a {
	font-size: 14px;
}

.single-image-for-selection {
	height: 567px;
}

.payment-method-box-sellerdata {
	font-size: 12px;
	padding-left: 15px;
}

#browser-name-version {
}

.front-warning {
	width: 100%; 
	color: red; 
	font-weight: bold; 
	text-align: center; 
	background-color: white; 
	padding-bottom: 6px;
}

.product-info-downloadable-size {
	font-weight: bold;
	font-size: 0.85em;
	margin-top: 16px;
}

.other-profile-added-message {
	text-align: center;
	background-color: white;
	padding: 8px;
	color: #78ab4a;
	font-weight: bold;
	font-size: 1.2em;
}

.alert a {
	color: inherit;
	text-decoration: inherit;
}

/* input[type=checkbox] {
     cursor: pointer;
  }
 */
/* .alert-goodnews input[type=checkbox]:after {
  content: " ";
  background-color: #78ab4a;
  display: inline-block;
  visibility: visible;
}

.alert-goodnews input[type=checkbox]:checked:after {
   content: "\2714";
}
 */
/* .alert-goodnews input[type=checkbox]:not(:checked):after {
   content: "\2610";
}
 */
  
/* select{
    background: white !important;
    color:#FFFFFF;
    text-shadow:0 1px 0 rgba(0,0,0,0.4);
}
option:not(:checked) { 
    background-color: white; 
    color:#000000;
}
 */
 
/* https://codepen.io/CreativeJuiz/pen/BiHzp?fbclid=IwAR0iah0sx-TAfWb7RB1x8AkGBwxdRlmwkoXsan79T3wToCmqg8OeNeU0RnY */ 
 
/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 1.25em; height: 1.25em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '\2713\0020';
  position: absolute;
  top: .15em; left: .22em;
  font-size: 1.3em;
  line-height: 0.8;
  color: black;
  transition: all .2s;
  font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 2px dotted blue;
}

/* hover style just for information */
label:hover:before {
  border: 2px solid #4778d9!important;
}

.family-card-alert {
	text-align: left;
}

.family-card-container {
	position: relative; 
	display: flex; 
	flex-direction: row; 
	left: -20px;
}

.family-card-container img {
	width: 92px; 
	height: 58px;
}

.family-card-container input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
 	color: lightgrey;
  	opacity: 1; /* Firefox */
}

.family-card-text-and-form-container {
	display: flex; 
	flex-direction: column;  
	margin-left: 8px; 
	width: 100%; 
	align-items: flex-start;
}

.family-card-offer-text {
	margin-bottom: 8px;
}

.family-card-form-container {
	display: flex; 
	flex-direction: row;
	flex-wrap: wrap;
}

.family-card-form-container input[type=text] {
	margin-right: 8px;
	width: 250px;
	height: 28px;
	text-align: center;
}

.family-card-form-container button {
	background-color: white; 
	color: #78ab4a; 
	height: 28px; 
	padding: 0px 4px 0px 4px;
}

.family-card-message {
	text-align: left; 
	border-style: solid; 
	border-color: white; 
	border-width: 1px; 
	margin-top: 8px; 
	padding: 4px; 
	display: none;
}

/* RM END */
 