/*
    Customization of default styles
*/

@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700;800;900&display=swap');

body.sw {
    font-family: 'Poppins', sans-serif !important;
	/*background: radial-gradient(#deb6aa, #f3f0e9);			
	background-size: 1000px 1000px;*/
	background-image: url('../../../../../image/background/background.jpg');
	background-repeat: repeat;
	/*background-size: 80%;*/
	/*background-size: cover;*/
	background-position: center top;
	background-color: #f2f0e8;
}
.wrapper-box {
    max-width: 1740px;
}
/* LAYOUT styles (header, columns, ect.) */

@media (min-width: 1500px) {
    .container {
            width: 1470px;	
    }
}
@media (min-width: 1770px) {
    .container {
            width: 1740px;	
    }
}

a, a.primary {
  /*color: #674584;*/
  color: black;
}

a:hover, a.primary:hover {
  color: #a54324;
}


#productLoginButton #pgr-printing-option-description {
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 8px;
  width: 470px;
}

#productLoginButton:hover #pgr-printing-option-description {
  cursor: pointer;
  border: 1px solid #b84b37;  
}

/*** HEADER START ***/
.sw #header .navbar-default {
    background: transparent;
    border: none;
    margin-top: 10px;
}

.sw #header .navbar-default ul.navbar-nav {
    background: transparent;
    border: none;
    padding: 12px 15px;
}
.sw #header .navbar-default .nav .in-nav-btn {
    padding: 10px 15px;
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: 24px;
    font-size: 18px;     
}
.sw #header .navbar-default .btn.cart-button,
.sw #header .navbar-default .btn.icon-btn {
    color: #333;
    transition: all 0.2s ease-in-out;
    font-size: 22px;
    border: 0px;
}

.sw #header .navbar-default .btn.cart-button:hover,
.sw #header .navbar-default .btn.icon-btn:hover,
.sw #header .navbar-default .btn.icon-btn:focus {
    color: #b84b37;
    transition: all 0.2s ease-in-out;
    border: 0px;
    background: none;
}


.sw #header .navbar-default .btn > a {
    color: white !important;
}
.sw #header .navbar-default ul.navbar-nav > li > a {
	font-size: 18px;
	color: #333;
	border-radius: 5px;
	border: 2px solid transparent;
	padding-top: 10px;
	padding-bottom: 10px;
	transition: all 0.2s ease-in-out;
}
.sw #header .navbar-default ul.navbar-nav > li:last-child {
	margin-left: 10px;
}
.sw #header .navbar-default ul.navbar-nav > li > a:hover {
	border: 2px solid #b84b37;
	transition: all 0.2s ease-in-out;
}
.sw #header .navbar-default ul.navbar-nav > li > a.active {
	border: 2px solid rgba(184,75,55, 0.8);
}

.sw #header .navbar > .container-fluid .navbar-brand,
.sw #header .navbar > .container .navbar-brand{
	padding: 5px 15px;
}

.sw #header .navbar > .container-fluid .navbar-brand .menu-logo,
.sw #header .navbar > .container .navbar-brand .menu-logo {
	height: 60px;
}
/*** HEADER END ***/

/*** HERADER CART STYLES ***/
.dropdown-menu.cart-info {
    border: none;
    border-radius: 10px !important;
    min-width: 500px;
}

.cart-info .cart-products.sw-box {
    padding: 15px 25px;
}
.cart-info .cart-products .cart-product-thumbnail .img-thumbnail {
    border: none;
}

.cart-info .cart-products .cart-product-name .product-name {
    font-size: 18px !important;
    font-weight: bold;
    color: black;
    line-height: 100%;
    display: block;
}


.cart-info .cart-products .cart-product-quantity .value {
    font-weight: bold;
    font-size: 16px;
    color:#000;
}

.cart-info .cart-products .cart-product-quantity .quantity-input {
   font-size: 16px;
   text-align: center;
}

.cart-info .cart-products .cart-product-quantity .input-group {
    max-width: 120px;
    display: inline-table;
}

.cart-info .cart-products .cart-product-quantity .input-group .control {
    font-weight: bold;
}

.cart-info .cart-products .cart-product-quantity .input-group-btn .btn {
    text-shadow: none;
    box-shadow: none;
    border: 1px solid #ccc;
    background: white;
    line-height: 16px;
    padding: 8px 12px;
    background: #f7f7f7;
}

.cart-info .cart-products .remove-icon {
    color: black;
    transition: all 0.2s ease-in-out;
}

.cart-info .cart-products .remove-icon:hover {
    color: #b84b37;
    transition: all 0.2s ease-in-out;
}

.cart-info .no-products {
    font-size: 16px;
    margin: 0;
}

#header-card.open > .btn,
.sw .navbar-nav .open > .icon-btn{
    background: none;
}

#header-card.open > .btn > span.icon,
.sw .navbar-nav .open > .icon-btn > span.icon{
    color: #b84b37;
}

.cart-info .cart-products .cart-product-stock > .stock-status {
    font-size: 16px;
}

.cart-info .cart-products .cart-product-total .total-price {
    color: black;
    font-weight: bold;
    font-size: 16px;
}

/*** BANNER START ***/
.sw .home .banner {
    min-height: 700px;
    position: relative;
    background-image:  url("/image/hp-banner.jpg");
    background-size: auto auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.sw .home .banner .banner-inner {
    position: absolute;
    bottom: 50px;
    display: block;
}

.sw .home .banner .scroll-icon {
    position: absolute;
    left: calc(50% - 10px);
    bottom: 10px;
}

.sw .home .banner .banner-inner .banner-header {
    font-size: 80px !important;
    color: white !important;
    text-shadow: 0px 5px 15px rgba(0, 0, 0, 0.75);
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 40px;
}
/*** BANNER END ***/

/*** CAROUSEL START ***/
.sw .home .carousel .carousel-indicators {
    width: 100%;
    margin-left: 0px;
    left: 0%;
    padding: 0px 50px;
    text-align: left;
    bottom: 40px;
}

.sw .home .carousel .carousel-indicators li {
    width: 110px;
    height: 15px;
    border: none;
    background: black;
    margin-right: 10px;
}

.sw .home .carousel .carousel-indicators .active {
    background: #a64332;
}

.sw .home .carousel .carousel-inner .item {
    position: relative;
    max-height: 800px;
}
.sw .home .carousel .carousel-inner {
    border-radius: 10px;
}
.sw .home .carousel .carousel-inner .item::after {
    content: "";
    position:absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(50deg, rgba(255,255,255,0.6) 0%, rgba(252,176,69,0) 55%, rgba(131,58,180,0) 100%);
    top: 0;
}
.sw .home .carousel .carousel-inner .carousel-caption {
    right: 0%;
    left: 0%;
    text-align: left;
    text-shadow: none!important;
    padding: 0px 50px;
    bottom: 90px;

}

.sw .home .carousel .carousel-inner .carousel-caption .btn {
    font-size: 18px;
    padding: 15px 20px;
    margin-bottom: 10px;
    line-height: 24px;
}

.sw .home .carousel .carousel-inner .carousel-caption .title {
    color:black !important;
    font-size: 50px;
    line-height: 55px;
    font-weight: normal;
    margin-bottom: 40px;
    text-align: left;
}
/*** CAROUSEL ENDS ***/

/*** ADVANTAGE START ***/
.sw section.advantage {
  margin-top: 100px;
  margin-bottom: 80px;
}
.sw section.image-headline .section-controls {
    text-align: center;
    padding: 50px 0;
}


.sw .advantage > .section-title {
    margin-bottom: 60px !important;
}

.sw .image-headline .image-headline-row {
    margin-top: 100px;
    display: flex;
}
.sw .image-headline .image-headline-row > .image-headline-col {
    display: flex;
    align-items: center;
}
.sw .image-headline .section-title {
    font-size: 36px !important;
    font-weight: 900;
}
.sw .image-headline .image-headline-title {
    font-size: 36px !important;
    font-weight: 800;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.sw .image-headline .image-headline-text {
    font-size: 20px;
    line-height: 250%;
}
.sw .image-headline .image-headline-img {
    border-radius: 10px;
}

.sw .image-headline .img-left .image-headline-description {
    padding-left: 50px;
}

/*** ADVANTAGE END ***/


/*** HEADERS ***/
.sw-page-header {
    color: #000;
    font-weight: bold;
}

/*** QUOTE START ***/
.sw .reverse-block {
    color: white;
    background: black;
}

.sw .reverse-block h1 {
    color: white !important;
}

.sw section.produced-quote {
    padding: 60px 0 70px 0;
}

/*** QUOTE END ***/

/*** INSPIRATION START ***/
.sw section.inspiration {
    margin-top: 100px;
}
.sw section.inspiration > .section-title{
    margin-bottom: 60px !important;
}
.sw section.inspiration .inspiration-box {
    margin-bottom: 25px;
}

.sw section.inspiration .inspiration-box .inspiration-img {
    border-radius: 10px;
    margin-bottom: 10px;
}

.sw .home section.inspiration .inspiration-box .inspiration-header {
    font-size: 20px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif !important;
    color: #333 !important;
}
/*** INSPIRATION END ***/

/*** ICONS STEPS START ***/
.sw .icon-steps {
    text-align: center;
}
.sw .icon-steps-title {
    font-size: 24px;
    margin-top: 30px;
}
.sw .icon-steps .icon-steps-number {
    background-image: linear-gradient(#674584 0%, #a54324  51%, #674584  100%);
    background-size: auto 200%;
    font-weight: bold;
    font-size: 36px;
    display: inline-block;
    width: 60px;
    height: 60px;
    color: white;
    line-height: 60px;
    border-radius: 50%;
    padding-left: 6px;
}

.sw .icon-steps .step-1::after {
    content:"";
    background-image:  url("/image/icon-steps-flow-1.png");
    background-size: 100% 100%;
    display: block;
    height: 65px;
    width: calc(100% - 90px);
    position: absolute;
    top: 35%;
    left: 63%;
}
.sw .icon-steps .step-2::after {
    content:"";
    background-image:  url("/image/icon-steps-flow-2.png");
    background-size: 100% 100%;
    display: block;
    height: 33px;
    width: calc(100% - 90px);
    position: absolute;
    top: 35%;
    left: 63%;
}
.sw .icon-steps .step-3::after {
    content:"";
    background-image:  url("/image/icon-steps-flow-3.png");
    background-size: 100% 100%;
    display: block;
    height: 68px;
    width: calc(100% - 90px);
    position: absolute;
    top: 35%;
    left: 63%;
}

.sw .icon-steps-img {
    margin-bottom: 30px;
    min-height: 60px;
}
/*** ICONS STEPS END ***/

/*** FOOTER START ***/
.sw #footer {
    font-family: 'Poppins', sans-serif !important;
    background: black;
    color: rgba(255,255,255, 0.8);
}

.sw #footer h3, .sw #footer h2 {
	color: white !important;
	text-align: left;
}
.sw #footer .col-menu {
	padding-left: 60px;
}

.sw #footer .footer-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-top: 15px;
}

.sw #footer .footer-menu > li > a {
	color: white;
	padding: 10px 0;
	font-size: 16px;
	display: block;
}

.sw #footer .footer-menu > li > a:hover {
    color: rgba(255,255,255, 0.8);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}

.sw #footer .footer-text {
    font-size: 16px;
    line-height: 150%;
}

.sw #footer .footer-content {
    padding-top: 50px;
    padding-bottom: 50px;
}


.sw #footer h5 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}
.sw #footer .column a {
    font-size: 13px;
    margin: 6px 0px;
}
.sw #footer #powered {
    margin-bottom: 0px;
    border-bottom: 0px;
    text-align: center;
    padding: 20px;
    font-family: 'Poppins', sans-serif;
}
.sw #footer .payment-logos > img {
    vertical-align:middle;
    max-height:35px;
    max-width:60px;
    margin-right: 12px;
}
.sw .product-layout {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.sw .product-thumb h4 a {
    font-size: 16px;
    color: #000;
}
.sw #footer .custom-text .col-md-2 {
    position: relative;
    min-height: 150px;
}
.sw #footer .custom-text img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    margin-bottom: 100px;
    filter: gray;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}

.sw #footer .footer-menu {
	
}
/*** FOOTER ENDS ***/

/*** REFERENCES START ***/
section.reference {
    margin-top: 100px;
}
section.reference > .section-title{
    margin-bottom: 60px !important;
}
section.reference .inspiration-box {
    margin-bottom: 25px;
}

section.reference .reference-box .reference-img {
    border-radius: 10px;
    margin-bottom: 25px;
}

section.reference .reference-box .reference-header {
    font-size: 20px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif !important;
    color: #333 !important;
}
/*** REFERENCES END ***/


/*** PRODUCT PAGE STYLES ***/
.product-detail h1.product-header {
    font-size: 50px;
    color: black;
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: 900;
}

.thumbnails .thumbnail {
    background-color: transparent;
    border: 0px solid #ddd;
    border-radius: 8px;
    padding: 0px;
    overflow: hidden;
}

.thumbnails .thumbnail > img {
    width: 100%;
}

.thumbnails .image-additional, .thumbnails > li {
    margin-left: 10px
}

.thumbnails .image-additional {
    max-width: 110px;
}

/* Gallery printing options */
.galleryButton{
	margin-bottom: 14px;
	display: inline-block;
	background: white;
    cursor: pointer;
    text-align: center;
    min-height: 50px;
    border-radius: 8px;
    border: 1px solid transparent;
	position: relative;
	margin-right: 10px;
	box-shadow: 0px 5px 10px 0px rgba(91,76,123,0.3);
}
.galleryButton.active, .galleryButton:active{
	border: 1px solid #b84b37;
}
.galleryButton.active:before, .galleryButton:active:before {
    content: ' ';
    position: absolute;
    bottom: -11px; /* Volitelné: Vzdálenost od horního okraje */
    left: -11px; /* Volitelné: Vzdálenost od pravého okraje */
    background-repeat: no-repeat;
    background-image: url("/image/circle-check.png");
    background-size: 22px 22px;
	width:22px;
    height: 22px;
	cursor: pointer;
}

/*add-poster-template
add-poster-template-from-gallery
crop-add-poster-template
crop-add-poster-template-from-gallery*/
.UpGalButtonactive {
	border: 1px solid #b84b37;
}
.UpGalButtonactive:after {
    content: ' ';
    position: absolute;
    bottom: -11px;
    left: -11px;
    background-repeat: no-repeat;
    background-image: url("/image/circle-check.png");
    background-size: 22px 22px;
	width:22px;
    height: 22px;
	cursor: pointer;
}
/*#add-poster-template-from-gallery:after {
    content: ' ';
    position: absolute;
    bottom: -60px;
    right: 95px;
    background-repeat: no-repeat;
    background-image: url("/image/circle-check.png");
    background-size: 22px 22px;
	width:22px;
    height: 22px;
	cursor: pointer;
}*/

/* Product printing options radio buttons styles*/
.product-detail .image-radio .printing-options img {
    width: auto;
    height: 110px;
    padding: 15px 10px;
}
.product-detail .printing-option {
    margin-bottom: 0px;
    padding-right: 0px;
    display: inline-block;
    width: auto;
}
.product-detail .printing-option .image-radio { 
    display: inline-block;
}
.product-detail .printing-option .printing-options {
    display:inline-block;
    position: relative;
    margin-bottom: 5px;
}
.product-detail .printing-option .printing-options .name {
    font-size: 14px;
    font-weight: bold;
    display: block;
    margin-top: 0px;
    font-family: 'Poppins', sans-serif !important;
}
.product-detail .printing-option .printing-options div.radio {
    text-align: center;
    min-width: 120px;
}
.product-detail .printing-option .printing-options div:first-of-type label {
    margin-left: 0px;
}
.product-detail .poster-printing .form-group.boolean {
    padding-left: 15px;
}
.product-detail #product .nomenclature-options.poster-printing .form-group.boolean input:disabled + label {
    color: darkgray;
    cursor: not-allowed;
}
.product-detail .poster-printing {
    margin-bottom: 0px;
}.product-detail .poster-printing.multiside .quantity-group {
    display:none;
}

.product-detail .poster-used-options {
    margin-top: 15px;
    position: relative;
}

.product-detail .product-controls label {
    font-size: 16px;
    font-weight: 700;
    color: black;
}

.product-detail .nomenclature-options .printing-option-description {
    font-weight: bold;
    font-size: 18px;
    font-weight: 300;
    line-height: 140%;
    margin-bottom: 12px;
}
/*
.product-detail .image-select-color .bootstrap-select .dropdown-toggle {
    width:170px;
}
*/
.product-detail .image-select-led .bootstrap-select .dropdown-toggle {
    width:100px;
}

.product-detail .image-select-size .bootstrap-select .dropdown-toggle {
	width:441px;    
}

.product-detail .bootstrap-select .dropdown-toggle:focus {
    outline: 0 !important;
}

.product-detail .sw-box-radio {
    margin-right: 10px;
}

.product-detail .sw-box-radio > label {
    background: white;
    cursor: pointer;
    text-align: center;
    display: block;
    min-height: 50px;
    border-radius: 8px;
}

.product-detail .sw-box-radio > label .img-thumbnail {
    border: none;
    border-radius: 0;
    background-color: transparent;
}

.product-detail .image-radio label .unselect-option,
.product-detail .image-select .bootstrap-select .unselect-option,
.sw-box-radio label .check-mark, input.radio-block-input:checked + label .check-mark{
    position:absolute;
    left: -10px;
    bottom: -10px;
    background-repeat: no-repeat;
    background-image: url("/image/circle-check.png");
    background-size: 22px 22px;
    width:22px;
    height: 22px;
    border-radius: 3px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    opacity: 0;
    z-index: -1;
    cursor: pointer;
}

.sw-box-radio > label.selected .check-mark, input.radio-block-input:checked + label .check-mark{
    opacity: 1;
    z-index: 2;
}

.product-detail .image-radio label.unselect:hover .unselect-option,
.product-detail .image-select .bootstrap-select.unselect:hover .unselect-option {
    transform: scale(1.12);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    border-color: transparent;
    background-color: transparent;
    background: url(/image/close.png) no-repeat;
    background-size: 14px 14px;
}
.product-detail .image-select .bootstrap-select.unselect .unselect-option:hover {
    transform: scale(1.00);
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
}
.product-detail .image-radio label.unselect:hover > input:checked + img {
    border: 2px solid #f87c85 !important;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}

.product-detail .image-radio label > input:checked + img + .unselect-option {
    
}
.product-detail .image-radio label {
    border: 1px solid transparent;
}
.product-detail .image-radio label.selected {
    border: 1px solid #b84b37;
}

.product-detail .image-radio label > input:checked + img + .unselect-option,
.product-detail .image-select.selected .bootstrap-select .unselect-option,
.option-select.selected .bootstrap-select .unselect-option {
    opacity: 0;
    z-index: 2;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}

.product-detail .image-radio label > input:checked + img + .unselect-option {
    opacity: 1;
    z-index: 2;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
.product-detail .image-radio .option-model-color label > input:checked + img + .unselect-option{
	background-size: 12px 12px;
	width:16px;
	height: 16px;
	right: -6px;
	top: -6px;
}
.product-detail .image-radio .option-model-color label.unselect:hover .unselect-option {
	transform: scale(1.14);
}


.product-detail .image-select img.option-icon {
    height: 18px;
    margin-right: 8px;
    border-radius: 3px;
    vertical-align: middle;
    margin-top: -2px;
}

.product-detail .x-divider {
  font-weight: bold;
  font-size: 22px;
  line-height: 20px;
  vertical-align: middle;
  padding: 0 10px 0;
  color: black;
}

/***** PRODUCT OPTIONS *****/

.product-detail .nomenclature-options .image-select-label, .product-detail .option-label {
  line-height: 55px;
  margin-bottom: 0px;
  font-size: 18px;
}

/**** PRICE BOX *****/

.product-detail .price-box {
  padding: 0px 0px;
  border: none;
  background: none;
  overflow: visible;
  list-style-type: none;
  margin-bottom: 10px;
  text-align: right;
}

.product-detail .price-before-discount {
    text-align: right;
    text-decoration: line-through;
}

.product-detail .price-box .tax {
    line-height: 28px;
    color: black;
    font-size: 28px;
    font-weight: bold;
}

.product-detail .price-box .tax .price-type-label {
    color: #555;
    font-weight: normal;
}

.product-detail .price-box .tax .price-text-from {
    font-size: 14px;
}

.product-detail .price-box .price {
  line-height: 28px;
  font-size: 14px;
  color: #666666;
  font-weight: 700;
}

.product-detail .cart.cart-quantity-section .cart-quantity-pre-text {
  font-size: 18px;
  color: black;  
  float:left;
  font-weight: bold;
  padding-top: 8px;
}

.product-detail .cart.cart-quantity-section .cart-controls {
	width:120px;
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
	float:left;
}

.product-detail .cart.cart-quantity-section div {
  vertical-align: middle;
}

.product-detail .cart.cart-quantity-section {
  padding: 15px 0px 5px;
}

.product-detail .cart.cart-size-section .cart-quantity-pre-text {
  font-size: 18px;
  color: black;  
  float:left;
  font-weight: bold;
  padding-top: 8px;
}

.product-detail .cart.cart-size-section .cart-controls {
	width:136px;
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
	float:left;
}

.product-detail .cart.cart-size-section div {
  vertical-align: middle;
}

.product-detail .cart.cart-size-section {
  padding: 0px 0px 0px 0px;
}



.product-detail .price-quantity-buy .stock-status {
    font-size: 18px;
}

.product-detail .price-quantity-buy .stock-status-label {
    font-weight: 300;
}

.product-detail .cart #button-cart {
  padding: 12px 18px;
  font-weight: 600;
}

.product-detail .cart.cart-button-section .cart-controls {
    float: right;
    padding: 0px;
}

.qty {
    line-height: 15px;
}

.qty a {
    background: url(/image/plus.png) 0px 0px no-repeat #f5f5f5;
    background-color: rgb(245, 245, 245);
    display: inline-block;
    height: 15px;
    width: 15px;
    position: relative;
    text-indent: -9999px;
    border: 1px solid #ccc;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-width: 1px 1px 0 0;
    transition: all .3s ease-in-out;
    outline: 0;
    background-size: 14px 28px;
}

.qty a {
    top: 0;
}

.qty #input-quantity {
    border-radius: 0;
    float: left;
    width: 44px;
    padding-left: 2px;
    padding-right: 2px;
    height: 30px;
    text-align: center;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #f2f0e8;
    font-weight: bold;
    font-size: 18px;
}

.qty a.plus {
    border-top-right-radius: 5px;
    background-color: #f2f0e8;
}
.qty a.minus, .qty a.mines {
    border-bottom-right-radius: 5px;
    background-color: #f2f0e8;
    background-position: 0px -13px;
    border-width: 1px 1px 1px 0;
    margin-top: -1px;
}

/**** PRODUCT  ****/

#product-product .cart-product-quantity .quantity-input {
   font-size: 16px;
   text-align: center;
}

/**** CHECKOUT  ****/
#checkout-cart .title {
    font-size: 36px !important;
    font-weight: 800;
}

#checkout-cart .cart-products.sw-box {
    padding: 30px 40px;
}

#checkout-cart .cart-products.sw-box.box-lg {
    padding: 45px 60px;
}

#checkout-cart .cart-products .cart-product-thumbnail .img-thumbnail {
    border: none;
}

#checkout-cart .cart-products .cart-product-quantity .value {
    font-weight: bold;
    font-size: 18px;
    color:#000;
}

#checkout-cart .cart-products .cart-product-quantity .quantity-input {
   font-size: 16px;
   text-align: center;
}

#checkout-cart .cart-products .cart-product-quantity .input-group {
    max-width: 120px;
    display: inline-table;
}

#checkout-cart .cart-products .cart-product-quantity .input-group .control {
    font-weight: bold;
}

.cart-product {
    margin-bottom: 15px;
}
.cart-product:last-child {
    margin-bottom: 0px;
}
.cart-totals {
    font-size: 16px;
    font-weight: normal;
}
.cart-totals .total-total  {
    font-weight: bold;
    color: black;
    font-size: 22px;
}

.cart-totals .table > tbody > tr:first-child > td {
    border: none;
}

/* STEP 1 */

.radio-block {
    border-radius: 5px;
    border: 1px solid transparent;
    padding: 10px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.radio-block:hover {
    border: 1px solid #eee;
    transition: all 0.3s;
}

.radio-block .radio-block-img {
    margin-right: 20px;
}

.radio-block .radio-block-img > img {
    width: 50px;
    height: auto;
}

.radio-block .radio-block-info {
    flex-direction: column;
}

.radio-block .radio-block-info .radio-block-label {
    font-size: 17px;
    color: black;
}

.radio-block .radio-block-price .price-value {
    font-size: 16px;
    font-weight: bold;
    color: black;
}

.radio > input[type="radio"] {
    position: absolute;
    left: -9001px;   
}

input.radio-block-input:checked + label {
    border: 1px solid #b84b37;
    background: #f4f4f4;
}

/* CECKOUT PROGRESS */

.checkout-progress {
    
}

.checkout-progress .checkout-step-col {
    text-align: center;
    opacity: 0.3;
}

.checkout-progress .checkout-step-col.active,
.checkout-progress .checkout-step-col.allowed {
    opacity: 1;
}

.checkout-progress .checkout-step-col.active .checkout-step-title {
    font-weight: 700;
    text-decoration: underline;
}

.checkout-progress .checkout-step-col::before,
.checkout-progress .checkout-step-col.last-step::after {
    content: "";
    position:absolute;
    width: calc(100% - 80px);
    height: 8px;
    /*background-image: linear-gradient(to right, #674584 0%, #a54324 100%);*/
    background: #999;
    background-size: auto 200%;
    border-radius: 3px;
    left: -40%;
    top: 30px;
    
}

.checkout-progress .checkout-step-col.last-step::after {
    width: calc(40% - 15px);
    right: 15px;
    left: auto;
}

.checkout-progress .checkout-step-col.active::before,
.checkout-progress .checkout-step-col.active.last-step::after,
.checkout-progress .checkout-step-col.allowed::before,
.checkout-progress .checkout-step-col.allowed.last-step::after {
    background-image: linear-gradient(to right, #674584 0%, #a54324 100%);
}

.checkout-progress .checkout-step-col.step-3.active::before,
.checkout-progress .checkout-step-col.step-3.active.last-step::after,
.checkout-progress .checkout-step-col.step-3.allowed::before,
.checkout-progress .checkout-step-col.step-3.allowed.last-step::after {
    background-image: linear-gradient(to right, #a54324 0%, #674584 100%);
}

.checkout-progress .checkout-step-col.first-step::before {
    width: calc(40% - 15px);
    left: 15px;
    background: #674584;
}
.checkout-progress .checkout-step-col.active.last-step::after,
.checkout-progress .checkout-step-col.allowed.last-step::after {

    background: #a54324;
}

.checkout-progress .checkout-step-col.allowed:hover {
    cursor: pointer;
}
.checkout-progress .checkout-step-col.allowed:hover .checkout-step-title {

    text-decoration: underline;
}

.checkout-step-col .checkout-step-img {
    margin-bottom: 10px;
}

.checkout-step-col .checkout-step-context {
    color: black;
    font-size: 18px;
}

/* Table value display */
.table .table-label {
    color: #666;
    font-size: 16px;
}

.table .table-value {
    color: black;
    font-size: 16px;

}

/* Badges customization */
.badge.overlay {
    position: absolute;
}

.badge.overlay.top-left {
    position: absolute;
    top: 2px;
    right: 2px;
}

.badge.badge-primary {
    background: #674584;
}

.modal-content .product-image {
    max-width: 180px;
}

.modal-body .modal-body-overlay {
    position:absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0.3);
    top: 0;
    left: 0;
    display: none;
}

.modal-body .modal-body-overlay .modal-body-overlay-inner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-body .modal-body-overlay .overlay-content {
    display: flex;
    font-size: 28px;
    font-weight: bold;
}

/* Register page */
#account-register .agree {
    color: #000;
}


/********* PRINTING STYLING START *********/

/* Poster printing upload modal style */
#printing-upload-modal, .file-upload-modal  {
 
}
#printing-upload-modal .modal-header,
.file-upload-modal .modal-header {
	
}
#printing-upload-modal .modal-title,
.file-upload-modal .modal-title {
    font-weight: bold;
}
#printing-upload-modal .modal-body,
.file-upload-modal .modal-body{
    text-align: center;
    padding-top: 10px;
}
#printing-upload-modal .drag-and-drop,
.file-upload-modal .drag-and-drop{
    padding: 10px 15px 40px;
    margin-bottom: 25px;
    border-radius: 10px;
}

#printing-upload-modal .drag-and-drop .btn-upload,
.file-upload-modal .drag-and-drop .btn-upload {
    font-size: 18px;
    padding: 12px 20px;
    font-weight: normal;
}

#printing-upload-modal .drag-and-drop .btn-upload > .fa,
.file-upload-modal .drag-and-drop .btn-upload > .fa {
    font-size: 18px;
}

#printing-upload-modal .drag-and-drop.active,
.file-upload-modal .drag-and-drop.active {
    border: 3px dashed #b3b3b3;
    background: #f5f5f5;
}
#printing-upload-modal.dragover .drag-and-drop.active,
.file-upload-modal.dragover .drag-and-drop.active {
	border: 3px dashed gray;
}
#printing-upload-modal .drag-and-drop .dnd-description,
.file-upload-modal .drag-and-drop .dnd-description {
    margin-bottom: 20px;
    color: #3c3c3c;
    font-weight: normal;
    font-size: 26px;
}
#printing-upload-modal .drag-and-drop .or,
.file-upload-modal .drag-and-drop .or {
    color: gray;
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 18px;
    
}
#printing-upload-modal .drag-and-drop .drag-and-drop-icon,
.file-upload-modal .drag-and-drop .drag-and-drop-icon {
    display: none;
    opacity: 0;
    width: 150px;
}
#printing-upload-modal .drag-and-drop.active .drag-and-drop-icon,
.file-upload-modal .drag-and-drop.active .drag-and-drop-icon {
	opacity: 0.3;
	display: inline-block;
}
#printing-upload-modal .recent-uploads,
.file-upload-modal .recent-uploads {
	margin-bottom: 25px;
}
#printing-upload-modal .recent-uploads .list-bullet,
.file-upload-modal .recent-uploads .list-bullet {
	vertical-align: text-bottom;
}
#printing-upload-modal .recent-uploads .btn-xs,
.file-upload-modal .recent-uploads .btn-xs {
	padding: 4px 8px 5px;
	border-radius: 3px;
	margin-left:4px;
        font-size: 11px;
}
#printing-upload-modal .recent-uploads .btn-xs.remove-ps,
.file-upload-modal .recent-uploads .btn-xs.remove-ps {
	padding: 6px 10px;
}
#printing-upload-modal .upload-rules,
#printing-upload-modal .recent-uploads,
.file-upload-modal .upload-rules,
.file-upload-modal .recent-uploads {
	text-align: left;
}
#printing-upload-modal .upload-rules-title,
.file-upload-modal .upload-rules-title {
	font-weight: bold;
}
#printing-upload-modal ul,
.file-upload-modal ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 300;

}
#printing-upload-modal ul li,
.file-upload-modal ul li {
    padding: 0;
    margin-bottom: 0.4em;
    background: url("/assets/image/li.png") 0 0.35em no-repeat;
    clear: both;
}
#printing-upload-modal .upload-progress-controls,
.file-upload-modal .upload-progress-controls {
    display: none;
}
#printing-upload-modal .upload-progress-controls .button-controls,
.file-upload-modal .upload-progress-controls .button-controls {
    margin-right: -15px;
    margin-left: -15px;
}
#printing-upload-modal .upload-progress-controls .file-description,
.file-upload-modal .upload-progress-controls .file-description {
	margin-bottom: 15px;
	font-size: 16px;
	display:inline-block;
	color: gray;
	font-weight: bold;
}
#printing-upload-modal .upload-progress-controls .file-image,
.file-upload-modal .upload-progress-controls .file-image {
	max-width: 150px;
	display: none;
}
#printing-upload-modal .upload-progress-controls .file-image-wrap,
.file-upload-modal .upload-progress-controls .file-image-wrap {
	margin-bottom: 25px;
}
#printing-upload-modal .upload-progress-controls .file-description .file-name,
.file-upload-modal .upload-progress-controls .file-description .file-name {
	font-weight: bold;
	color: #333;
}
#printing-upload-modal .upload-progress-controls .file-description .file-size,
.file-upload-modal .upload-progress-controls .file-description .file-size {
	font-size: 85%;
	font-weight: normal;
}
#printing-upload-modal .upload-progress-controls .file-description .file-size .cancel-upload,
.file-upload-modal .upload-progress-controls .file-description .file-size .cancel-upload {
	vertical-align: baseline;
	margin-left: -5px;
}
#printing-upload-modal .upload-progress-controls .percentage,
.file-upload-modal .upload-progress-controls .percentage {
	font-weight: bold;
	font-size: 28px;
	margin-bottom: 5px;
}
#printing-upload-modal .upload-progress-controls .size,
.file-upload-modal .upload-progress-controls .size {
	color: gray;
	margin-bottom: 15px;
}
#printing-upload-modal .upload-progress-controls .size .current,
.file-upload-modal .upload-progress-controls .size .current {
	color: #333;
	font-weight: bold;
}
#printing-upload-modal .upload-progress-controls .upload-progress,
.file-upload-modal .upload-progress-controls .upload-progress {
	width: 60%;
	display: inline-block;
	box-shadow: none;
	background: #f0f0f0;
	height: 10px;
	margin-bottom: 0px;
}
#printing-upload-modal .upload-progress-controls .upload-progress .progress-bar,
.file-upload-modal .upload-progress-controls .upload-progress .progress-bar {
	box-shadow: none;
	background: #57bb7d;
}
#printing-upload-modal .upload-progress-controls .upload-text-info,
.file-upload-modal .upload-progress-controls .upload-text-info {
	color: gray;
	font-weight: bold;
	margin: 5px 0px 15px;
	min-height: 18px;
}
#printing-upload-modal #poster-upload-change {
	margin-left: 10px;
}

@media (min-width: 768px) {
  #printing-upload-modal .modal-dialog {
    width: 700px;
    margin: 30px auto;
  }  
}
/* Sub uploading progress styling */
.poster-printing #sub-upload-wrap {
	display: none;
	margin-top: 15px;
}
.poster-printing .sub-upload {
	font-family: 'Open Sans', sans-serif;
	cursor: pointer;
}
.poster-printing .sub-upload .file-name {
	font-weight: bold;
	font-size: 16px;
	margin-right: 5px;
	vertical-align: middle;
        color: black;
}
.poster-printing .sub-upload .fa-upload {
    color: #5bb75b;
}
.poster-printing .sub-upload .file-size {
	font-size: 16px;
	vertical-align: middle;
        font-weight: 300;
}

.poster-printing .sub-upload .cancel-upload {
	vertical-align: middle;
}
.poster-printing .sub-upload .percentage {
	font-weight: bold;
	vertical-align: middle;
}
.poster-printing .sub-upload .upload-progress {
	box-shadow: none;
	margin-bottom: 5px;
	height: 6px;
	background-color: #e4e4e4;
	margin-top: 3px;
}
.poster-printing .sub-upload .cancel-upload {
	color: #ea6666;
}
.poster-printing .sub-upload .cancel-upload:hover {
	color: #ea2828;
}
#sub-upload-wrap .btn-printing {
	border: 1px solid #dbdbdb;
	padding: 6px 12px;
	transition: all 0.0s;
    -webkit-transition: all 0.0s;
    -moz-transition: all 0.0s;
}
#sub-upload-wrap .btn-printing:hover {
	border: 2px solid #57bb7d;
	padding: 5px 11px;
	transition: all 0.0s;
    -webkit-transition: all 0.0s;
    -moz-transition: all 0.0s;
}
#sub-upload-wrap .btn-primary {
	margin-top: -5px;
}
/* Style for list of uploads on PGR page */
.add-poster-template {
	padding-top: 15px;
}
.printing-sources-wrap .poster-product {
	padding: 5px 0px;
	padding-right: 5px;
	margin-right: -5px;
}
.printing-sources-wrap .poster-product.back-side{
	position: relative;
}
.printing-sources-wrap .poster-product.back-side:not(:last-of-type) {
	border-bottom: 1px solid rgba(0,0,0,0.05);
}
.printing-sources-wrap .poster-product.back-side::after {
    content: " ";
    display: block;
    border-radius: 5px;
    border: 2px solid #EAEDF0;
    border-right-width: 0px;
    width: 15px;
    height: 35px;
    position: absolute;
    top: -17px;
    left: -20px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.printing-sources-wrap #add-poster-template {
	margin-top: 10px;
	margin-bottom: 5px;
}
.printing-sources-wrap .quantity-group {
	width: 85px;
	display: inline-table;
	vertical-align: middle;
	margin-right: 10px;
	position: relative;
}
.printing-sources-wrap .back-side .quantity-group .disabled-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,1);
	cursor: not-allowed;
	left: 0px;
	top: 0px;
	z-index: 3;
}
.printing-sources-wrap .back-side .quantity-group .poster-quantity {
	color: transparent;
}
.printing-sources-wrap .quantity-group .btn {
	border: 1px solid #ccc;
}
.printing-sources-wrap .quantity-group .poster-quantity {
	text-align: center;
	padding: 3px 2px;
}
.printing-sources-wrap .quantity-group .poster-quantity:focus{
	box-shadow: none;
}
.printing-sources-wrap .quantity-group .btn-default {
	background: #f5f5f5;
}
.printing-sources-wrap .quantity-group .btn-quantity {
	padding: 6px 10px;
}
.printing-sources-wrap .quantity-group .remove-poster-product {
    padding: 1px 5px;
}
.printing-sources-wrap .quantity-group .remove-poster-product:hover {
    color: crimson;
}
.printing-sources-wrap .quantity-group .btn-quantity.plus {
	background: url("/assets/image/plus-only.png") no-repeat 2px 2px #f5f5f5;
}
.printing-sources-wrap .quantity-group .btn-quantity.minus {
	background: url("/assets/image/minus-only.png") no-repeat 2px 2px #f5f5f5;
}
.printing-sources-wrap .quantity-group .btn-quantity.plus:hover,
.printing-sources-wrap .quantity-group .btn-quantity.minus:hover {
	background-color: white;
}
.printing-sources-wrap .input-group-btn > .btn,
.printing-sources-wrap .input-group-addon,
.printing-sources-wrap .form-control {
	border-radius: 0px;
	height: 22px;
}
#self-printing-source { 
	position: absolute;
	bottom: 100px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: rgba(255,255,255,0.8);
	border: 1px solid #009FE3;
	color: #009FE3;
	text-transform: none;
	padding: 10px 25px;
	z-index: 12;
	transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}

#self-printing-source:hover {
	transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
	border: 1px solid #6DCBF3;
	background: white;
}

#switch-orientation {
  background-image: url('../../../../view/theme/default/image/port2land.png');
  background-size: 97% 97%;
  background-repeat: no-repeat;
  height:52px;
  width:52px;
  //border: none;
  border: 5px solid white;
}

#switch-orientation:hover {
    transition: background-color 0.2s ease-in;
}

#mainCanvas.inited:hover {
    opacity: 0.7;
	cursor: pointer;
}

#mainSvgDiv {
    opacity: 0.1;	
}

#mainSvgDiv.inited {
    opacity: 1;
}

#mainSvgDiv.inited:hover {
    opacity: 0.7;
	cursor: pointer;
}

#chain-button:hover {
    opacity: 0.7;
}

#cropImageModal.modal.fade.in {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

@media (max-width: 1000px) {
  #cropImageModal.modal.fade.in {
  padding-left: 20px !important;
  padding-right: 20px !important;
  }
}

#addImgFrame {
  border: 3px solid black;
  width: 100%;
  max-width: 186px;
}

#gallerySelectModal .modal-body {
    max-height: calc(100vh - 220px);
    overflow-y: auto;
}

#gallerySelectModal .image-container .image-item {
    padding:10px;
    width:320px;
    height:220px;
    float:left;
    display:flex;
    justify-content: center;
    align-items:center;
}

.bootstrap-select .dropdown-menu li a{
	padding:10px 10px;
}

.dropdown-menu .divider {
	padding:0px !important;
}

.btn-fixoutline.active.focus,.btn-fixoutline.active:focus,.btn-fixoutline.focus,.btn-fixoutline:active.focus,.btn-fixoutline:active:focus,.btn-fixoutline:focus {
    outline: 0px auto -webkit-focus-ring-color;
}

.categoryGallery {
	padding:20px;
}

.categoryGallerySelectedButton:focus, .categoryGallerySelectedButton.focus, .categoryGallerySelectedButton:active, .categoryGallerySelectedButton.active {
	/*background-image: linear-gradient(to right, #674584 0%, #a54324  100%, #674584  51%);
	
	background-image: linear-gradient(to right, #674584 0%, #a54324  51%, #674584  100%);*/
	color:black;
	/*border: 2px solid black;*/
}
.product-detail .nomenclature-options .image-select-label, .product-detail .option-label {
  font-size: 12px;
}
.product-detail .product-controls label {
  font-size: 12px;
}
.btn-white, .btn-white:focus, .btn-white.focus, .btn-white:active, .btn-white.active {
  font-size: 12px;
  padding-bottom:12px;
  padding-top:12px;
}
.btn-lg {
  font-size: 12px;
}

#add-poster-template {
	position:relative;
	min-width:188px;
}
#colorSelectTopProduct {
	min-width:188px;
	width:198px;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 188px;
}
#printControlsProduct {
	width:395px;
	padding-right:10px;
}
#cropCustomSize {
	min-height:43px;
	min-width:188px;
	color:transparent;
}
.product-detail .image-select-color .bootstrap-select .dropdown-toggle {
    width:188px;
}
button[data-id="input-option227"] {
  min-width:188px;
}
#add-poster-template-from-gallery {
	position:relative;
	width:188px;
	float:right;
}
#subPrintControlsProduct {
	float:none;
}
#parentAddPosterTemplateFromGallery {
	float:left;
}





#ImageSizeTextCrop {
	font-size: 12px;
	padding-left:15px;
	padding-right:15px;
	padding-top:10px;
	padding-bottom:5px;
	width:100%;
}
#subCropUploadAndGallery {
	clear:both;
	font-size: 12px;
	padding-left:15px;
	padding-right:15px;
	padding-top:10px;
	padding-bottom: 5px;
}
#inputWdiv {
	border:1px solid transparent;
	color: #aaa;
	z-index: 20;
	background-color: #fff;
	padding: 5px;
	width: 260px;
	font-size:14px;
	border-radius: 2px;
	border: 1px solid #ccc;
	border-radius: 5px;
}
#inputHdiv {
	border:1px solid transparent;
	color: #aaa;
	z-index: 20;
	background-color: #fff;
	padding: 5px;
	width: 260px;
	font-size:14px;
	border-radius: 2px;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.btn.btn-sm {
    font-size: 15px;
    padding: 10px 28px;
}
#cropSizeSelect .btn-white,
#cropSizeSelect .btn-white:focus,
#cropSizeSelect .btn-white.focus,
#cropSizeSelect .btn-white:active,
#cropSizeSelect .btn-white.active {
    font-size: 12px;
}
#cropSizeSelect .bootstrap-select .dropdown-menu li a {
    font-size: 12px;    
}
#colorLabelCrop {
	width:200px;
	line-height: 28px;	
}
#cropingImgHorVertC {
	height:32px;
}
.imageRotateCrop {
	height:32px;
}
#cropSizeSelect {
	width:200px;
	height:50px;
	font-size:14px;
}

@media (min-width: 768px) {
	.product-detail .nomenclature-options .image-select-label, .product-detail .option-label {
	  font-size: 12px;
	}
		.product-detail .product-controls label {
	  font-size: 12px;
	}
	.btn-white, .btn-white:focus, .btn-white.focus, .btn-white:active, .btn-white.active {
	  font-size: 12px;
	}
	#subPrintControlsProduct {
		float:none;
	}
}

.cart-framename {
	width:240px;
	color: black;
	::placeholder { color: grey; };	
}
.parentFrameNameCart {
	width:275px;
	display: block;
	align-items: center;
	justify-content: center;
	padding-left: 8px;
	padding-right: 8px;
}
#checkout-cart .cart-products .cart-product-name .product-name {
    font-size: 18px;
    font-weight: bold;
    color: black;
    line-height: 100%;
    display: block;
}
body {
	font-size: 12px;
}
#checkout-cart .cart-products .cart-product-stock > .stock-status {
    font-size: 12px;
}
#checkout-cart .cart-products .cart-product-total .total-price {
    color: black;
    font-weight: bold;
    font-size: 12px;
}
.titleFrameNameCart {
	height:27px;
	font-size: 12px;
	color:black;
}
.form-control.sw-form-control {
	font-size: 12px !important;
}
.cart-product-thumbnail {
	min-width:120px;
}
.productNameCart {
	width:270px;
	padding-right: 10px;
    padding-left: 10px
}
.cart-product-quantity {
	width:110px;
	padding-left: 8px;
	padding-right: 8px;
}
#checkout-cart .cart-products .cart-product-quantity .input-group-btn .btn {
    text-shadow: none;
    box-shadow: none;
    border: 1px solid #ccc;
    background: white;
    line-height: 16px;
    padding: 8px 8px;
    background: #f7f7f7;
}
.productStockTextCart {
	width:180px;
	padding-left: 8px;
	padding-right: 8px;
}
.cart-product-total {
	padding-left: 8px;
	padding-right: 8px;
}
@media (min-width: 992px) {
	.product-detail .nomenclature-options .image-select-label, .product-detail .option-label {
	  font-size: 12px;
	}
		.product-detail .product-controls label {
	  font-size: 12px;
	}
	.btn-white, .btn-white:focus, .btn-white.focus, .btn-white:active, .btn-white.active {
	  font-size: 12px;
	  	padding-bottom:12px;
		padding-top:12px;
	}
	
	#add-poster-template {
		min-width:188px;
	}
	.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
		width: 188px;
	}
	#colorSelectTopProduct {
		min-width:188px;
		width:198px;
	}
	#printControlsProduct {
		width:395px;
	}
	#cropCustomSize {
		min-height:43px;
		min-width:188px;
	}
	.product-detail .image-select-color .bootstrap-select .dropdown-toggle {
		width:188px;
	}
	button[data-id="input-option227"] {
	  min-width:188px;
	}
	#add-poster-template-from-gallery {
		width:188px;
	}
	#subPrintControlsProduct {
		float:left;
	}
	#parentAddPosterTemplateFromGallery {
		float:none;
	}
	
	#ImageSizeTextCrop,
	#subCropUploadAndGallery {
		font-size: 12px;
		padding-left:15px;
		padding-right:15px;
		padding-top:10px;
		padding-bottom: 5px;
	}
	#inputWdiv,
	#inputHdiv {
		font-size:14px;
	}
	#cropingImgHorVertC {
		height:32px;
	}
	.imageRotateCrop {
		height:32px;
	}
	#cropSizeSelect {
		height:50px;
	}
	#checkout-cart .cart-products .cart-product-name .product-name {
		font-size: 12px;
	}
	body {
		font-size: 12px;
	}
	#checkout-cart .cart-products .cart-product-stock > .stock-status {
		font-size: 12px;
	}
	.titleFrameNameCart {
		font-size: 14px;
	}
	.form-control.sw-form-control {
		font-size: 12px !important;
	}
	#checkout-cart .cart-products .cart-product-total .total-price {
		font-size: 16px;
	}
}
@media (min-width: 1200px) {
	.product-detail .nomenclature-options .image-select-label, .product-detail .option-label {
	  font-size: 14px;
	}
		.product-detail .product-controls label {
	  font-size: 14px;
	}
	.btn-white, .btn-white:focus, .btn-white.focus, .btn-white:active, .btn-white.active {
	  font-size: 14px;
		padding-bottom:12px;
		padding-top:12px;
	}
	.btn-lg {
	  font-size: 14px;
	}
	
	#add-poster-template {
		min-width:215px;
	}
	.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
		width: 215px;
	}
	#colorSelectTopProduct {
		min-width:200px;
		width:227px;
	}
	#printControlsProduct {
		width:452px;
	}
	#cropCustomSize {
		min-height:43px;
		min-width:215px;
	}
	.product-detail .image-select-color .bootstrap-select .dropdown-toggle {
		width:215px;
	}
	button[data-id="input-option227"] {
	  min-width:215px;
	}
	#add-poster-template-from-gallery {
		width:215px;
	}
	#subPrintControlsProduct {
		float:left;
	}
	#parentAddPosterTemplateFromGallery {
		float:none;
	}
	
	#cropSizeSelect .btn-white,
	#cropSizeSelect .btn-white:focus,
	#cropSizeSelect .btn-white.focus,
	#cropSizeSelect .btn-white:active,
	#cropSizeSelect .btn-white.active {
		font-size: 12px;
	}
	#cropSizeSelect .bootstrap-select .dropdown-menu li a {
		font-size: 12px;    
	}	
	#ImageSizeTextCrop,
	#subCropUploadAndGallery {
		font-size: 14px;
		padding-left:15px;
		padding-right:15px;
		padding-top:10px;
		padding-bottom: 5px;
	}
	#inputWdiv,
	#inputHdiv {
		font-size:16px;
	}
	#cropingImgHorVertC {
		height:40px;
	}
	.imageRotateCrop {
		height:40px;
	}
	#cropSizeSelect {
		height:50px;
	}
	.parentFrameNameCart {
		width:310px;
		padding-left: 12px;
		padding-right: 12px;
	}
	#checkout-cart .cart-products .cart-product-name .product-name {
		font-size: 16px;
	}
	body {
		font-size: 16px;
	}
	#checkout-cart .cart-products .cart-product-stock > .stock-status {
		font-size: 14px;
	}
	.titleFrameNameCart {
		font-size: 16px;		
	}
	.form-control.sw-form-control {
		font-size: 14px !important;
	}
	#checkout-cart .cart-products .cart-product-total .total-price {
		font-size: 18px;
	}
	.cart-product-thumbnail {
		min-width:130px;
	}
	.productNameCart {
		width:270px;
		padding-right: 10px;
		padding-left: 10px
	}
	.productStockTextCart {
		padding-left: 10px;
		padding-right: 10px;
	}
	.cart-product-quantity {
		padding-left: 10px;
		padding-right: 10px;
	}
	.cart-product-total {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media (min-width: 1500px) and (min-height: 740px) {
	.product-detail .nomenclature-options .image-select-label, .product-detail .option-label {
	  font-size: 16px;
	}
	.product-detail .product-controls label {
	  font-size: 16px;
	}
	.btn-white, .btn-white:focus, .btn-white.focus, .btn-white:active, .btn-white.active {
	  font-size: 15px;
		padding-bottom:15px;
		padding-top:15px;
	}
	.btn-lg {
	  font-size: 15px;
	}
	#add-poster-template {
		min-width:215px;
	}
	.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
		width: 220px;
	}
	#colorSelectTopProduct {
		min-width:200px;
		width:240px;
	}
	#printControlsProduct {
		width:479px;
	}
	#cropCustomSize {
		min-height:50px;
		min-width:230px;
	}
	.product-detail .image-select-color .bootstrap-select .dropdown-toggle {
		width:215px;
	}
	button[data-id="input-option227"] {
	  min-width:215px;
	}
	#add-poster-template-from-gallery {
		width:230px;
	}
	#subPrintControlsProduct {
		float:left;
	}
	#parentAddPosterTemplateFromGallery {
		float:none;
	}
	
	#cropSizeSelect .btn-white,
	#cropSizeSelect .btn-white:focus,
	#cropSizeSelect .btn-white.focus,
	#cropSizeSelect .btn-white:active,
	#cropSizeSelect .btn-white.active {
		font-size: 14px;
	}
	#cropSizeSelect .bootstrap-select .dropdown-menu li a {
		font-size: 14px;    
	}	
	#ImageSizeTextCrop,
	#subCropUploadAndGallery {
		font-size: 16px;
		padding-left:15px;
		padding-right:15px;
		padding-top:15px;
		padding-bottom: 5px;
	}
	#inputWdiv,
	#inputHdiv {
		font-size:20px;
	}
	#cropingImgHorVertC {
		height:44px;
	}
	.imageRotateCrop {
		height:47px;
	}
	#cropSizeSelect {
		height:60px;
	}
	.parentFrameNameCart {
		width:350px;
		padding-left: 15px;
		padding-right: 15px;
	}
	#checkout-cart .cart-products .cart-product-name .product-name {
		font-size: 18px;
	}
	body {
		font-size: 18px;		
	}
	#checkout-cart .cart-products .cart-product-stock > .stock-status {
		font-size: 16px;
	}
	.titleFrameNameCart {
		font-size: 18px;		
	}
	.form-control.sw-form-control {
		font-size: 16px !important;
	}
	#checkout-cart .cart-products .cart-product-total .total-price {
		font-size: 20px;
	}
	.cart-product-thumbnail {
		min-width:150px;
	}
	.productNameCart {
		width:480px;
		padding-right: 15px;
		padding-left: 15px
	}
	.cart-product-quantity {
		width:130px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.productStockTextCart {
		padding-left: 15px;
		padding-right: 15px;
	}
	.cart-product-total {
		padding-left: 15px;
		padding-right: 15px;
	}
}

#help-crop-text {
	background-color: rgba(255, 255, 255, 0.8);
	color:black;	
	border-radius: 5px;
    text-align: center;
	padding: 10px;
	position: relative;
	font-size:14px;
    /*line-height: 100px;*/
}
#help-crop-text::before {
	content: '';
	position: absolute;
	top: 50%;
	right: -15px;
	transform: translateY(-50%);
	border-style: solid;
	border-width: 10px 0 10px 15px;
	border-color: transparent transparent transparent #ffffff;
	opacity: 0.8;
}
#help-crop-text-left {
	background-color: rgba(255, 255, 255, 0.8);
	color:black;	
	border-radius: 5px;
    text-align: center;
	padding: 10px;
	position: relative;
	font-size:14px;
    /*line-height: 100px;*/
}
#help-crop-text-left::before {
	content: '';
	position: absolute;
	top: 50%;
	left: -15px;
	transform: translateY(-50%);
	border-style: solid;
	border-width: 10px 15px 10px 0;
	border-color: transparent #ffffff transparent transparent;
	opacity: 0.8;
}
#help-crop-prev-next-buttons {
    display: flex;
    justify-content: center;
    margin-top: 10px;
	position:relative;
	width: 20px;
    right: -291px;
}

.help-crop-prev-next-button {
    background-color: rgba(255, 255, 255, 0.8);
    border: none;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    margin: 0 5px;
    cursor: pointer;
	z-index:400px;
}

.help-crop-prev-next-button i {
    font-size: 18px;
    line-height: 30px;
    color: black;
}

  @keyframes moveLeftRight {
    0% {left: 0;}
    50% {left: 20%;}
    100% {left: 0;}
  }

  .moving-element {
    position: relative;
    animation: moveLeftRight 3s linear infinite;
	font-family: "Caveat", cursive;
	font-optical-sizing: auto;
	/*font-weight: <weight>;*/
	font-style: normal;
	z-index:200;
  }
  
  .button-confirm-parent {
		float: right;
	}
	
/* Cookie popup stype */
.cookie-modal-header {
    padding: 15px !important;
    border-bottom: 1px solid #e5e5e5 !important;
}
.cookie-modal-body {
    position: relative !important;
    padding: 15px !important;
}
.cookie-text{
	font-size: 13px !important;
}
/*
.cookies-modal {
    text-align: left;
    vertical-align: middle;
    pointer-events:all;
    width:800px;
}*/
.cookie-tittle{
    margin-top:0px;
}
.cookies-modal{
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    pointer-events:all;
    width:900px;
}
.modal-backdrop {
    pointer-events: none;
}
.cookies{
    text-align: center;
    pointer-events: none;
    z-index: 10000;
}
#cookies-show-more{
    background-color: #ffffff;
    color:#416FCD;
    border:none;
}
#cookies-show-more:hover{
    background-color: #ffffff;
    color:#fac606;
    border:none;
}
#cookies-show-more-modal{
    text-align: left;
}
.cookie-input{
    position:fixed;
}
#cookie-text {
	color: #666666;
}
#cookie-space {
	display: none;
	height: 51px;
}
#cookie-content {
	width: 100%;
	position: fixed;
	left: 0px;
	z-index: 1040;
	background: none repeat scroll 0% 0% rgba(240, 240, 240, 1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.73);
	display: none;
	padding: 15px 10px;
	bottom: 0px;
}
#cookie-content #cookie-accept {
	float: right;
	margin-top: 1px;
	margin-left: 10px;
	padding: 5px 10px;
	border: medium none;
	color: #FFF;
	cursor: pointer;
}
#cookie-accept{
    text-align: right;
}
#cookie-inner {
    display: block;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 0px;
    min-width: 300px;
}
#cookie-modal .tag_h4{
    font-size: 18px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    display: block;
    margin-bottom: 10px;
}
#cookie-modal .tag_p{
    margin: 0 0 10px;
    display: block;
}
