/*
@font-face {
    font-family: 'avenir-medium';
    src: url('fonts/avenir-medium-webfont.woff2') format('woff2'),
         url('fonts/avenir-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'avenir-black';
    src: url('fonts/avenir-black-webfont.woff2') format('woff2'),
         url('fonts/avenir-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
*/
/* Main */
/*.noscroll:not(.journal-mobile) {
    margin: 0 !important;
    overflow-y: scroll !important;
    position: fixed;
    display: block;
    width: 100%;
}*/
.noscroll {
    overflow-y: hidden !important;
}
.text-center{
    text-align:center !important;
}
.text-right{
    text-align:right !important;
}
.text-left{
    text-align:left !important;
}

.pull-right {
	float: right !important;
}
.pull-left {
	float: left !important;
}
.hidden {
	display: none !important;
}

.heading-title {
	margin-bottom: 0px;
}

.oc2 .notification-buttons  {
	clear: both;
	text-align: right;
}

.oc2 .notification-buttons .notification-cart {
	display: none;
}
.oc2 div#content {
	min-height: 600px;
}

@media only screen and (max-width: 760px) {
.oc2 div#content, .oc2 div#column-left {
    padding-right: 20px !important;
    padding-left: 20px !important;
}
.oc2 div#column-left {
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
}

@media only screen and (max-width: 760px){
    .md-hidden {
        display:none;
    }
}

@media only screen and (max-width: 980px){
    .lg-hidden {
        display:none;
    }
}

hr, .login-content hr {
    margin-top: 25px;
    margin-bottom: 25px;
}

.fa-fw {
	width: 25px;
	text-align: center;
}





/* Header */

header {
    border-bottom: 1px solid #e5e5e5;
}

#header {
	padding: 0px;
}

@media only screen and (min-width: 761px) {
	#header {
		padding: 0px 40px;
	}
}

#logo a {
    font-size:20px;
    text-align:left;
    line-height:60px;
    color:#000000;
	font-weight: 300;
}

@media only screen and (min-width: 761px) {
	#logo a {
		font-size:30px;
		line-height:120px;
	}
}

@media only screen and (max-width: 760px) {
.oc2 .journal-logo {
    padding-left: 20px;
}
}

#header .header-assets {
	height: 60px;
}

@media only screen and (min-width: 761px) {
	#header .header-assets {
		height: 120px;
		float: right;
	}
}

#header .top-menu {
	display: block;
}

.default-header .top-menu > li > a, .default-header .top-menu > li > div {
	height: 40px;
	border-right-color: #ffffff;
}

.journal-header-default #header .journal-links .top-menu > li {
	display: inline-block;
	vertical-align: top;
	width: 40px;
    flex: none;
}

#cart .heading a {
	padding: 0px;
}

header .links #cart a:not(.button), header .links #cart .no-link {
	text-align: left;
	padding: 0px;
}

#cart .heading a > #cart-total {
    position: absolute;
    top: 0px;
    right: 0px;
    background: rgb(187, 36, 41);
    width: auto;
    text-align: center;
    padding: 0px;
    line-height: 16px;
    width: 15px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

#cart .content {
	display: none;
	min-width: 400px;
}

#cart .checkout {
	padding-left: 18px;
	padding-right: 18px;
}

#cart .checkout .button {
	display: inline-block;
	padding: 0 35px;
}

@media only screen and (max-width: 980px) {
	#header .journal-links {
		position: relative;
		margin-right: 60px;
	}
	.journal-header .icon-only > i {
		font-size: 100% !important;
	}

	#cart .content {
		margin-right: -60px;
	}
}

@media only screen and (min-width: 460px) {

	#cart .content {
		display: none;
		min-width: 480px;
	}
}

.drop-down ul li a {
	padding: 16px 25px 17px 9px;
}

.mobile-menu .multilevel-arrow {
	display: none;
}

@media only screen and (max-width: 980px) {
	.oc2 header .journal-menu .mobile-trigger {
		margin-top: -80px;
		float: right;
		width: 60px;
	}
	.mobile-menu-on-tablet header .journal-menu .mobile-menu > li .mobile-plus, .mobile-menu-on-tablet header .journal-menu .mobile-menu > li > ul li .mobile-plus {
		line-height: 60px;
		height: 60px;
	}
	.mobile-menu .multilevel-arrow {
		display: inline-block;
	}
}

@media only screen and (max-width: 760px) {
	.oc2 header .journal-menu .mobile-trigger {
		margin-top: -50px;
	}

	#header .super-menu > li > a {
		line-height: 60px;
	}
	.mobile-menu .drop-down ul li a {
		min-height: 60px;
	}
}



























/*
.journal-language{
    position:relative!important;
}
ul.super-menu > li {
    width: 90px;
}
@font-face {
    font-family: 'avenir-heavy';
    src: url('fonts/aeh-webfont.woff2') format('woff2'),
         url('fonts/aeh-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
a#logoColphotos{
    font-size:30px;
    text-align:left;
    line-height:100px;
    color:#000000;
	font-weight: bold;
    overflow: visible;
}*/
/*
.d-contents{
    display:contents;
}
.iconHeader{
    width:40px;
}
.faHeader{
    color:#000000;
    font-size:16px;
}
header.journal-header-mega div.header{
    border-bottom: 1px solid rgb(228, 228, 228);
}
.journal-logo{
    margin-right:0!important;
}

@media only screen and (max-width: 980px){
    #footer > div:nth-child(1){
        display:none;
    }
    footer .column{
        padding:0!important;
    }
    .md-hidden {
        display:none;
    }
    ul.mobile-menu{
        position:absolute;
        right: 0;
    }
    .mdFix{
        width: calc(75% - 180px);
    }
    div#footer {
        margin-top:30px!important;
    }	
}
@media only screen and (min-width: 981px){
    .lg-hidden {
        display:none;
    }
    .md-hiddenUp{
        display:none;
    }
    #footer > div:nth-child(2){
        display:none;
    }
}
@media only screen and (max-width: 760px){
    .journal-logo{
        padding-left:15px!important;
        padding-right:15px!important;
    }
    a#logoColphotos {
        line-height: 70px;
    }
}
@media only screen and (min-width:981px) and (max-width: 1220px){
    #footer{
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media only screen and (max-width: 470px){
    .xs-hidden{
        display:none;
    }
    .iconHeader{
        margin: 0 auto;
    }
}
.botonera{
    width:180px;
}
*/
/*
@font-face {
    font-family: 'avenir-roman';
    src: url('fonts/avenir-roman.woff2') format('woff2'),
         url('fonts/avenir-roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}*/
.bottom-footer{
    display:none;
}
.footerMenuSeparator{
    display:inline-block;
    border-left:1px solid white;
}
a.footerMenuLinks {
    padding-right: 8px;
    padding-left: 3px;
}
.socialIcon{
    -webkit-text-fill-color: black;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
    font-size: 18px;    
}
footer .column-menu-wrap > ul li i{
	margin-right:0!important;
}
a.socialIconA:not(:last-child){
    padding-right:18px;
}
.mobileFooterSection:not(:last-child) {
    margin-bottom: 25px;
}
/*.socialIcon:before{
     font-family: "Font Awesome 5 Brands"!important;
}*/
.column.menu-copyright {
    width: 25%;
}
.column.menu-links {
    width: 50%;
}
.column.menu-social-icons {
    width: 25%;
}
.column.menu-social-icons div ul li {
    display: inline-block;
}
.column.menu-social-icons div ul {
    text-align:right;
}
.column.menu-social-icons div ul li:not(:last-child) {
    padding-right: 18px;
}
.column.menu-links div ul li {
    display: inline-block;
    padding-right: 11px;
    padding-left: 7px;
}
.column.menu-links div ul {
    text-align:center;
}
.column.menu-links div ul li:not(:last-child) {
    border-right:1px solid white;
}
.column.menu-social-icons-mobile li {
    display: inline-block;
}
.column.menu-links-mobile li {
    display: inline-block;
}
.column.menu-social-icons-mobile li:not(:last-child) {
    padding-right: 18px;
}
.column.menu-social-icons-mobile ul {
    text-align:center;
}
.column.menu-links-mobile ul {
    text-align:center;
}
.column.menu-copyright-mobile li {
    display: inline-block;
}
.column.menu-copyright-mobile ul {
    text-align:center;
}
.column.menu-social-icons-mobile{
	margin-bottom:20px;
}
.column.menu-links-mobile{
	margin-bottom:20px;
}

@media only screen and (min-width: 480px){
	.column.menu-links-mobile li:not(:last-child) {
		border-right:1px solid white;
		padding-right:10px;
	}
	.column.menu-links-mobile li:not(:first-child) {
		padding-left:10px;
	}
}
@media only screen and (max-width: 479px){
	.column.menu-links-mobile li{
		width:100%;
		text-align:center;
	}
}









.route-account-register #content, .route-account-login #content{
	padding: 0px !important;
}

.loginLeft{
	padding:0!important;
	height: 100%;
}

.loginLeft img{
	display: block;
	max-width:100%;
}

.oc2 .login-content .form-horizontal .form-group {
	margin-bottom: 25px;
}


.login-content .checkbox input + a{
	display: inline-block;
}

.loginRight{
	padding: 0px;
}

@media only screen and (min-width: 980px){
	.loginRight{
		width:50%!important;
	}
}


.loginRight .well .secondary-title{
	text-align:center;
	margin-left:30%;
	margin-right:30%;
	margin-bottom:15px;
}

.loginRight .well form{
	margin-left:15%;
	margin-right:15%;
}
.loginRegister{
	margin-top:25px;
	margin-bottom:25px;
}
.loginRegister a{
    color: #bb2429;
    text-transform: uppercase;
    text-align: center;
}
.loginRight .well form label{
	font-size:16px;
	line-height: 3.5;
}
.mt-0{
	margin-top:0;
}
.forgotten{
	color:#bb2429;
	text-decoration:none!important;
}
.buttonLogin{
	text-align:center;
	margin-top:35px;
	margin-bottom:50px;	
}
.buttonLogin input{
	width:35%;
	text-transform:uppercase;
}

@media only screen and (max-width: 980px){
	.col-md-100{
		width:100%!important;
	}
	.loginRight .well{
		margin-top: 25px;
		margin-bottom: 11px;
	}
	.loginRight .well .secondary-title{
		margin-left: 0%;
		margin-right: 0;
	}
	.loginRight .well form{
		margin-left: 5%;
		margin-right: 5%;
	}
	.buttonLogin input {
		width: 100%;
	}
}
.col49md100{
	width:49%;
}
@media only screen and (max-width: 980px){
	.col50md100{
		width:100%;
	}
}
.h3Label{
	font-size: 16px;
    line-height: 3.5;
    font-weight: normal;
}



















.checkCookiesContainer{
	display:inline-block;
	width:100%;
}
.checkCookies{
	display:inline-block;
}
.checkCookies a{
	display:inline-block!important;
}
.checkCookies a b{
	margin-top:0!important;
}
.inputRequired{
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="-10 -8 16 16"><line id="line" y1="-2" y2="2" stroke="%23707070" stroke-linecap="butt" transform="rotate(15)"></line><line id="line" y1="-2" y2="2" stroke="%23707070" stroke-linecap="butt" transform="rotate(75)"></line><line id="line" y1="-2" y2="2" stroke="%23707070" stroke-linecap="butt" transform="rotate(-45)"></line></svg>')!important;
    background-position-x: right!important;
    background-repeat: no-repeat!important;
	background-size: contain!important;
}
.mt-15{
	margin-top:15px!important;
}
@media only screen and (max-width: 760px){ 	
	.register h2.secondary-title{
		text-align:center;
		font-size: 30px;
	}
	.register .left {
		margin-bottom: 15px!important;
	}
	.loginRight {
		height: auto!important;
	}
	.loginRight.register {
		padding: 20px!important;
	}
	.checkCookies{
		width: 80%;
		vertical-align: text-top;
	}
}
.login-content{
	margin-bottom: 0px!important;
}
.journal-carousel {
    margin-bottom: 0px!important;
}



/* Header */

@media only screen and (max-width: 1935px) {
	body .journal-header-mega .journal-logo {
		padding-left: 40px;
	}
}


/* Forms */

input[type='text'], input[type='email'], input[type='password'], input[type='tel'], input[type='number'], select {
	box-shadow: none;
	height: 50px;
}

textarea {
	box-shadow: none;
}

input[type='number'], select {
    background: white;
    border-radius: 0;
    border-width: 1px;
    border-style: solid;
    padding: 5px 10px;
    width: 100%;
    transition: all 0.2s;
    font-size: 13px;
    min-height: 35px;
	border-color: rgb(228, 228, 228);
	margin: 0px;
}

input[type="checkbox"] {
	position: relative;
}

input[type="checkbox"]:enabled:checked:before {
	content: "";
	background-color: rgb(187, 36, 41);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
}

input[type="checkbox"]:enabled:checked:after {
	content: "";
	background-color: #ffffff;
    position: absolute;
    top: 4px;
    left: 4px;
    width: 5px;
    height: 5px;
    border-radius: 1px;
}

/* Quickview */

@media only screen and (min-width: 980px) {
	.quickview, .quickview body, .quickview #container, .quickview #content, .quickview .product-info, .quickview .product-info .left, .quickview .product-info .left .image, .quickview .product-info .right {
		height: 100%;
	}
}

@media only screen and (max-width: 980px) {
	.journal-popup, .mfp-wrap {
		width: 100% !important;
		left: 0%;
	}
}



.mfp-wrap.quickview .mfp-iframe-holder {
	padding: 0px;
}
.mfp-wrap.quickview .mfp-iframe-holder .mfp-content {
	width: 100%;
	max-width: 100%;
	height: 100%;
}
.mfp-wrap.quickview .mfp-iframe-holder .mfp-content .mfp-iframe-scaler {
	padding-top: 0px;
}

.mfp-wrap.quickview .mfp-iframe-holder .mfp-close {
	display: none;
}

.oc2.quickview #content {
	padding: 0px !important;
	height: 100vh;
}

.quickview .product-info {
	margin: 0px;
	background: #f8f8f8;
	height: 100%;
}

.quickview .product-info .left, .quickview .product-info .right {
	width: 100%;
}

@media only screen and (min-width: 980px) {
	.quickview .product-info .left {
		width: 75%;
	}

	.quickview .product-info .right {
		width: 25%;
	}
}

.quickview .product-info .left .image > a {
	display: block;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}

.quickview .product-info .left .image > a img {
	width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    float: none;
}

.quickview .product-info .right {
	padding: 0px;
}

.quickview .product-info .top-buttons {
	border-bottom: 1px solid #e2e2e2;
	text-align: right;
	display: none;
}

@media only screen and (min-width: 980px) {
	.quickview .product-info .top-buttons.desktop {
		display: block;
	}
}

@media only screen and (max-width: 980px) {
	.quickview .product-info .top-buttons.mobile {
		display: block;
	}
}

.quickview .product-info .top-buttons .btn {
	color: #878787;
	padding: 19px 22px;
	border-left-color: #e2e2e2;
}

.quickview .product-info .top-buttons .btn i.fa {
	color: #878787;
	font-size: 20px;
}

.quickview .product-info .right .heading-title {
	margin-top: 40px;
	margin-bottom: 15px;
}

.quickview .product-info .right .description .fa, .p-date:before {
	color: #c7c5c5;
    font-size: 20px;
    margin-right: 6px;
}

.product-info .right .wishlist-compare .links {
	text-align: left;
    padding-left: 30px;
}

.quickview .product-info .right #product {
	display:none;
	position:absolute;
	top:0px;
	right:0px;
	width: 100%;
	height: 100%;
	background: #ffffff;
	overflow-y: scroll;
}
@media only screen and (min-width: 980px) {

	.quickview .product-info .right #product {
		width: 50%;
	}
}

.oc2.quickview #product #tabs {
	width: 100%;
	display: table;
	table-layout: fixed;
}

.oc2.quickview #product #tabs li {
	display: table-cell;
	float: none;
	width: 100%;
}

.oc2.quickview #product #tabs li:first-child {
	border-left-color: #ffffff;
}

.oc2.quickview #product #tabs li.active {
	border-bottom-color: #ffffff;
}

.oc2.quickview #product #tabs li:not(.active) {
	border-top-color: #ffffff;
}

.oc2.quickview #product #tabs li:last-child {
	width: 60px;
}

.oc2.quickview #product #tabs a, .oc2.quickview #product #tabs li a {
	line-height: 60px;
}

.oc2.quickview .tab-content:not(.active) {
	display: none;
}

.oc2.quickview .table-option {
	border-collapse: collapse;
	width: 100%;
}

.oc2.quickview .table-option tbody td {
	padding: 25px 10px;
}

.oc2.quickview .table-option tbody td:first-child {
	padding-left: 30px;
}

.oc2.quickview .table-option tbody td:last-child {
	padding-right: 30px;
}

.oc2.quickview .table-option tbody td.quantity {
	width: 100px;
}

.oc2.quickview .table-option tbody td.price {
	white-space: nowrap;
	width: 1%;
}

.oc2.quickview .table-option tbody tr + tr td {
	border-top: 1px solid #e2e2e2;
}

.oc2.quickview .table-option .buy {
	white-space: nowrap;
	width: 1%;
}

.oc2.quickview .table-option .input-group {
	width: 150px;
}

.oc2.quickview .table-option .input-group-btn button {
	padding: 0 35px;
}



/* Category Page */

.category-page .extended-container {
	background: #fbfbfb;
}
.category-page #content {
	background: #ffffff;
	border-left: 1px solid #e5e5e5;
}

.refine-image img {
	display: none !important;
}

.product-filter {
	display: none;
}

.category-page .category-top {
	display: table;
	width: 100%;
	text-align: center;
}

.category-page .category-top h1, .category-page .category-top .hour-selector-container {
	text-align: center;
}

.category-page .category-top .hour-selector-container {
	margin-top: 20px;
}

@media only screen and (min-width: 760px) {

	.category-page .category-top, .category-page .category-top h1 {
		text-align: left;
	}

	.category-page .category-top .hour-selector-container {
		text-align: right;
	}
	
	.category-page .category-top > div {
		display: table-cell;
	}

	.category-page .category-top .hour-selector-container {
		margin-top: 0px;
	}

	.category-page .category-top .hour-selector-container .fake-open-filter {
		display: none;
	}
}

.journal-sf .secondary-title {
	line-height: 60px;
    color: #707070;
	font-size: 20px;
}

@media only screen and (max-width: 760px) {
	.journal-sf .secondary-title {
		display: none;
	}
}

.journal-sf .sf-reset {
	position: relative;
    top: 0px;
    right: 0px;
    border: 1px solid #707070;
    line-height: 50px;
    display: block;
    text-align: center;
}

.journal-sf .sf-reset:hover {
    background: #000000;
}

.open-filter {
    padding-left: 0px;
	font-size: 20px;
}

.open-filter::before {
    content: "\f0b0";
}

@media only screen and (max-width: 760px) {
	.open-filter {
		display: none !important;
	}
	.journal-sf .sf-reset {
		display: none;
	}
	.journal-sf .sf-reset[style='display: inline;'] {
		display: block !important;
	}
}

.extended-layout #column-right .box:last-of-type, .extended-layout #column-left .box:last-of-type {
	margin-bottom: 30px;
}

.ias-loader + .hour-selector-bottom {
	display: none;
}

.product-grid-item .image .wishlist.active {
	visibility: visible;
    opacity: 1;
}

.product-grid-item .image .wishlist.active a, .product-grid-item .image .wishlist.active:hover a {
	background: rgb(187, 36, 41);
}

.product-grid-item .image .wishlist.active a i:before {
	color: #ffffff;
}

.mobile .product-grid-item .image .wishlist {
	left: 0px;
	bottom: 0px;
}

.mobile .product-grid-item.display-icon .wishlist > a, .mobile .product-grid-item.display-icon .compare > a {
	width: 30px;
    height: 30px;
}

.mobile .product-grid-item.display-icon .wishlist-icon:before, .mobile .product-grid-item.display-icon .compare-icon:before {
    line-height: 30px;
	font-size: 14px;
}

/* Hour Selector */

.hour-selector {
	display: inline-block;
	border: 1px solid #707070;
	border-radius: 4px;
	white-space: nowrap;
}
.hour-selector a {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	padding: 0px 20px;
}
.hour-selector a i {
	font-size: 25px;
	color: #707070;
}
.hour-selector select {
	background: #ffffff;
	color: #707070;
	font-size: 15px;
	padding: 0px 10px;
	margin: 0px;
    width: auto;
    height: 50px;
	cursor: pointer;
	border: 0px;
	box-shadow: none;
	-webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.hour-selector a:hover, #hour-selector select:hover {
	background: #f5f4f4;
}

.hour-selector-bottom {
	margin: 30px 0px;
}

.hour-selector-bottom p {
	margin-bottom: 20px;
}

/* Checkout */

.journal-checkout .checkout-content:last-child {
	border-bottom-width: 0px;
}

.journal-checkout .left #password .secondary-title, .journal-checkout .left #address .secondary-title, #payment-confirm-button .secondary-title {
	display: none;
}

.journal-checkout .left #password {
	margin: 0px;
}

.journal-checkout .login-box, .journal-checkout .checkout-content.checkout-login, .journal-checkout .spw {
	margin-bottom: 0px;
}

.journal-checkout .left select, .journal-checkout .section-left select {
	margin: 0px;
}

.journal-checkout .checkout-content.checkout-cart .btn-delete {
	background: #ffffff;
	color: rgb(51, 55, 69);
	padding-left: 0px;
}

.journal-checkout .checkout-content.checkout-cart .btn-delete i.fa {
	color: rgb(51, 55, 69);
}

.journal-checkout .checkout-cart td.quantity {
	max-width: 40px;
}



















.ias-noneleft{
	display:none!important;
}

.product-grid-item-loading{
	visibility:hidden!important;
}

.noflex{
	display:block!important;
	flex-wrap: nowrap!important;
	-webkit-box-orient: unset!important;
    -webkit-box-direction: unset!important;
	flex-direction: unset!important;
	-webkit-box-flex: unset!important;
    -webkit-flex-grow: unset!important;
    -ms-flex-positive: unset!important;
    flex-grow: unset!important;
}

@media only screen and (max-width: 470px)
{
	#cart .heading i{
		width: 30px;
	}
	.journal-header-default #header .journal-links .top-menu > li{
		width: 30px;
	}
	.journal-language .dropdown-toggle{
		width: 30px;
	}
}
.alert-danger{
	padding: .75rem 1.25rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    width: fit-content;
    margin-top: 1rem;
}
.alert-success {
    padding: .75rem 1.25rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    margin-top: 1rem;
    width: fit-content;
}