@import url(https://fonts.googleapis.com/css?family=Noto+Sans&display=swap);
/* File: /css/blog/view.css */
#blogProyectos {
    width: 100% !important;
    max-width: unset;
}
#blogProyectos .blogPostRegular.blogCategoryShowcase {
    width: 100%;
    margin-top: unset;
    margin-bottom: 15px;
}

#blogProyectos .blogPostRegular.blogCategoryShowcase:nth-child(1) {
    margin-top: 50px;
}

.blogCategoryShowcase .imgContainer {
    width: 100%;
}

.blogsContainer {
    display: none;
}

.blogs_ParentCategories_Container,
.blogs_ChildCategories_Container {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 35px;
}

.blogs_ParentCategories_Container {
    text-transform: uppercase;
    align-items: end;
    min-height: 40px;
    margin-bottom: 15px;
    padding-top: 23px;
}

.blogs_ChildCategories_Container {
    text-transform: capitalize;
    align-items: center;
}

.blogCategoryTitle {
    margin: 0 15px;
    font-size: 18px;
}

.blogs_ParentCategories_Container .blogCategoryTitle {
    color: black;
    font-weight: normal;
}

.blogs_ChildCategories_Container .blogCategoryTitle {
    color: #373737;
    border: 3px solid transparent;
    padding-bottom: 7px;
    font-weight: 300;
}

.blogs_ParentCategories_Container .blogCategoryTitle:hover,
.blogCategoryTitle[selected="true"] {
    color: #c7a567;
}
.blogs_ChildCategories_Container .blogCategoryTitle:hover {
    color: #c7a567;
    border-bottom: 3px solid #c7a567;
}

.blogs_ChildCategories_Container .blogCategoryTitle[selected="true"] {
    color: #c7a567;
    border-bottom: 3px solid #c7a567;
}

#blogPostsFromCategoriesContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 99% !important;
    max-width: unset;
}
#blogPostsFromCategoriesContainer .blogPostRegular {
    width: 33%;
    margin-top: 10px;
    margin-bottom: unset;
}
#blogPostsFromCategoriesContainer .imgContainer,
#blogProyectos .imgContainer {
    width: 100%;
}
#blogPostsFromCategoriesContainer .imgContainer a,
#blogProyectos .imgContainer a {
    display: flex;
    align-items: center;
    justify-content: center;
}
#blogPostsFromCategoriesContainer .imgContainer div:not(.blogPostTitle),
#blogProyectos .imgContainer div:not(.blogPostTitle) {
    width: 100%;
    height: 30vw;
    transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
}
#blogPostsFromCategoriesContainer .imgContainer .blogPostTitle,
#blogProyectos .imgContainer .blogPostTitle {
    display: none;
    margin-top: unset;
    color: white;
    flex-direction: column;
    align-items: center;
    position: absolute;
}

#blogPostsFromCategoriesContainer .imgContainer:hover .blogPostTitle,
#blogProyectos .imgContainer:hover .blogPostTitle {
    display: flex;
}

#blogPostsFromCategoriesContainer .imgContainer:hover .postPreviewFile,
#blogProyectos .imgContainer:hover .postPreviewFile {
    filter: brightness(0.5);
}

#blogPostsFromCategoriesContainer .imgContainer .blogPostTitle p,
#blogProyectos .imgContainer .blogPostTitle p {
    font-weight: 600;
    font-style: normal;
    font-size: 3vw;
    width: 80%;
    text-transform: uppercase;
    line-height: 3.2vw;
    text-align: center;
}

#blogProyectos .imgContainer .blogPostTitle p {
    text-transform: capitalize;
}

#blogPostsFromCategoriesContainer .imgContainer .blogPostTitle span,
#blogProyectos .imgContainer .blogPostTitle span {
    font-weight: 300;
    font-style: normal;
    font-size: 17px;
    position: relative;
    bottom: 15px;
}

#titleOfBlog {
    font-weight: 900;
    color: #58595b;
    letter-spacing: 0px;
    font-size: 21px;
    border-bottom: none;
    margin-top: 60px;
    text-transform: capitalize;
    margin-bottom: 50px;
    text-align: center;
}
.centeredContent {
    width: 90% !important;
    max-width: 1400px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    justify-content: space-around;
}
.titleSection {
    width: 100%;
    color: #303030;
    margin-top: 50px;
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
}
.titleSection::after {
    width: 190px;
}
.blogPostLink {
    width: 48%;
    float: left;
}
.blogPostFirstRow {
    width: 70%;
    margin: auto;
    height: 330px;
    overflow: hidden;
    margin-bottom: 26px;
}

.blogPostSubtitle {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 400;
    color: #a8a8a8;
    text-align: left;
}

.blogPostRegular {
    width: 100%;
    float: left;
    margin-top: 50px;
    margin-bottom: 50px;
    height: auto;
    display: flex;
    transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -webkit-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
}

.constructionMessageDiv {
    width: 400px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 20px;
}

.constructionBanner {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    margin-top: 35px;
}

.blogPostFirstRow .postPreviewFile {
    width: 100%;
    height: 239px;
}

.blogLine {
    border: 1px solid;
    width: 295px;
    margin-left: 140px;
    margin-top: 69px;
}

.imgContainer {
    position: relative;
    height: auto;
    min-width: 220px;
    width: 50%;
    object-fit: cover;
}

.dataContainer {
    position: relative;
    width: calc(50% - 80px);
    padding-left: 40px;
    padding-right: 40px;
    height: auto;
}

.blogPostRegular .postPreviewFile {
    width: 100%;
    height: 27vw;
}
.postPreviewFile {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    object-fit: cover;
}
.blogPostDate {
    display: none;
    text-transform: uppercase;
    font-size: 15px;
    color: #142667;
    width: 100px;
    position: absolute;
    right: 26px;
    top: -14px;
    border-radius: 50px;
    font-weight: 600;
    text-align: center;
    line-height: 27px;
    height: 27px;
    background: #f2c43e;
}

.blogPostTitle {
    font-size: 20px;
    font-weight: 700;
    color: #303030;
    text-align: left;
    width: 100%;
    line-height: 24px;
    margin-top: 30px;
}

.blogPostDescription {
    font-size: 14px;
    color: #303030;
    text-align: left;
    line-height: 18px;
    width: 100%;
    padding-top: 10px;
    min-height: 110px;
    font-weight: 400;
}
.blogPostRead {
    font-size: 13px;
    color: #8c8c8c;
    line-height: 17px;
    font-weight: 400;
    margin-top: 20px;
    text-align: right;
    margin-bottom: 30px;
}
.blogPostRegular:hover {
    background: #000000;
}
.blogPostRegular:hover .blogPostTitle {
    color: #ffffff;
}
.blogPostRegular:hover .blogPostDescription {
    color: #f2f2f2;
}
.blogPostRegular:hover .blogPostRead {
    color: #ffffff;
}
.blogPostRegular:hover .blogPostSubtitle {
    color: #f2f2f2;
}
@media screen and (max-width: 1100px) {
    #titleOfBlog {
        margin-top: 40px;
        margin-bottom: 25px;
        font-size: 18px;
    }
    .centeredContent {
        width: 85% !important;
        flex-wrap: unset;
        flex-direction: column;
        justify-content: unset;
    }
    .titleSection {
        font-size: 18px;
        margin-top: 30px;
        margin-bottom: 0px;
    }
    .blogPostLink {
        width: 100%;
    }
    .constructionMessageDiv {
        width: 100%;
    }

    .constructionBanner {
        width: 80%;
        height: auto;
        margin-bottom: 30px;
        margin-top: 35px;
        margin-left: 10%;
    }

    .blogPostFirstRow {
        width: 100%;
        margin-bottom: 30px;
    }

    .blogPostRegular {
        width: 100%;
        margin-top: 35px;
        margin-bottom: 0px;
    }

    .blogPostRegular .blogPostTitle {
        font-size: 12px;
        line-height: 16px;
        margin-top: 15px;
    }

    .blogPostRegular .blogPostDescription {
        font-size: 10px;
        line-height: 14px;
    }

    .blogPostFirstRow .postPreviewFile {
        height: 210px;
    }

    .blogPostRegular .postPreviewFile {
        height: 120px;
    }
    .imgContainer {
        min-width: unset;
    }
    .dataContainer {
        width: calc(65% - 25px);
        padding-left: 25px;
        padding-right: 0px;
    }
    .blogPostSubtitle {
        margin-top: 5px;
        margin-bottom: 15px;
        font-size: 9px;
    }
    .blogPostRead {
        font-size: 10px;
        line-height: 14px;
        margin-top: 15px;
        margin-right: 15px;
        margin-bottom: 23px;
    }
    .blogPostDate {
        font-size: 10px;
        width: 70px;
        right: 10px;
        top: -11px;
        line-height: 22px;
        height: 22px;
    }

    #blogPostsFromCategoriesContainer {
        width: 100% !important;
    }

    #blogPostsFromCategoriesContainer .blogPostRegular {
        width: 100%;
        margin-bottom: 5px;
    }

    .blogs_ParentCategories_Container,
    .blogs_ChildCategories_Container {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .blogs_ParentCategories_Container {
        min-height: unset;
        margin-top: 30px;
    }

    .blogs_ChildCategories_Container {
        margin-top: 25px;
    }

    .blogs_ParentCategories_Container .blogCategoryTitle {
        margin-bottom: 5px;
    }

    .blogCategoryTitle {
        font-size: 17px;
        line-height: 20px;
    }
    #blogPostsFromCategoriesContainer .imgContainer .blogPostTitle,
    #blogProyectos .imgContainer .blogPostTitle {
        display: flex;
    }
    #blogPostsFromCategoriesContainer .imgContainer div:not(.blogPostTitle),
    #blogProyectos .imgContainer div:not(.blogPostTitle) {
        height: 45vh;
    }

    #blogPostsFromCategoriesContainer .imgContainer .postPreviewFile,
    #blogProyectos .imgContainer .postPreviewFile {
        filter: brightness(0.5);
    }

    #blogProyectos .blogPostRegular.blogCategoryShowcase:nth-child(1) {
        margin-top: 10px;
    }
    #blogPostsFromCategoriesContainer .imgContainer .blogPostTitle p,
    #blogProyectos .imgContainer .blogPostTitle p {
        font-size: 24px;
        line-height: 28px;
    }
}

/* File: //css/jqueryUI.css */
/*! jQuery UI - v1.10.3 - 2013-05-03
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 21px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
	/* support: IE10, see #8844 */
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("../../files/jquery/animated-overlay.gif");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertical centre icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff url(../../files/jquery/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc url(../../files/jquery/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url(../../files/jquery/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999;
	background: #dadada url(../../files/jquery/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #ffffff url(../../files/jquery/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url(../../files/jquery/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url(../../files/jquery/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(../../files/jquery/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(../../files/jquery/ui-icons_222222_256x240.png);
}
.ui-state-default .ui-icon {
	background-image: url(../../files/jquery/ui-icons_888888_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(../../files/jquery/ui-icons_454545_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(../../files/jquery/ui-icons_454545_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(../../files/jquery/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(../../files/jquery/ui-icons_cd0a0a_256x240.png);
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa url(../../files/jquery/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url(../../files/jquery/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 8px;
}

/* File: //css/selectize.css */
/**
 * selectize.css (v0.12.6)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */

.selectize-control.plugin-drag_drop.multi
  > .selectize-input
  > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
  box-shadow: inset 0 0 12px 4px #fff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: "!";
  visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #4d4d4d;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

.selectize-dropdown-header-close:hover {
  color: #000000;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff;
}

.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

.selectize-control {
  position: relative;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #4d4d4d;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}

.selectize-input {
  background-color: #f2f2f4;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -moz-border-radius: 3px;
  border-radius: 4px;
  overflow-y: scroll;
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
}

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  color: #4d4d4d;
  border: 0 solid #d0d0d0;
  margin-bottom: 10px;
  background-color: #e5e5e5;
  font-size: 12px;
  height: 20px;
  margin-top: 5px;
  line-height: 20px;
  margin-right: 5px;
}

.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #4d4d4d;
  border: 0 solid #cacaca;
}

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.selectize-input > input::-ms-clear {
  display: none;
}

.selectize-input > input:focus {
  outline: none !important;
}

.selectize-input::after {
  content: " ";
  display: block;
  clear: left;
}

.selectize-input.dropdown-active::before {
  content: " ";
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #e5e5e5;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  top: unset !important;
  left: unset !important;
}

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}

.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}

.selectize-dropdown [data-selectable].option {
  opacity: 1;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}

.selectize-dropdown .active {
  background-color: #f2f2f4;
  color: #4d4d4d;
}

.selectize-dropdown .active.create {
  color: #495c68;
}

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
  background-color: inherit;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

.selectize-control.single .selectize-input:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

/* File: //css/selectize.default.css */
/**
 * selectize.default.css (v0.12.6) - Default Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
  box-shadow: inset 0 0 12px 4px #fff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #0073bb;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #00578d;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #aaaaaa;
}
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px;
}
.selectize-input.full {
  background-color: #fff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #1da7ee;
  color: #fff;
  border: 1px solid #0073bb;
}
.selectize-control.multi .selectize-input > div.active {
  background: #92c836;
  color: #fff;
  border: 1px solid #00578d;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #ffffff;
  background: #d2d2d2;
  border: 1px solid #aaaaaa;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 1px !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}
.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}
.selectize-dropdown [data-selectable].option {
  opacity: 1;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}
.selectize-control.multi .selectize-input.has-items {
  padding-left: 5px;
  padding-right: 5px;
}
.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6;
}
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none;
}
.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #1b9dec;
  background-image: -moz-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1da7ee), to(#178ee9));
  background-image: -webkit-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -o-linear-gradient(top, #1da7ee, #178ee9);
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1da7ee', endColorstr='#ff178ee9', GradientType=0);
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.2),inset 0 1px rgba(255,255,255,0.03);
  box-shadow: 0 1px 0 rgba(0,0,0,0.2),inset 0 1px rgba(255,255,255,0.03);
}
.selectize-control.multi .selectize-input [data-value].active {
  background-color: #0085d4;
  background-image: -moz-linear-gradient(top, #008fd8, #0075cf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008fd8), to(#0075cf));
  background-image: -webkit-linear-gradient(top, #008fd8, #0075cf);
  background-image: -o-linear-gradient(top, #008fd8, #0075cf);
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff008fd8', endColorstr='#ff0075cf', GradientType=0);
}
.selectize-control.single .selectize-input {
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.8);
  box-shadow: 0 1px 0 rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.8);
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -o-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#fff2f2f2', GradientType=0);
}
.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border-color: #b8b8b8;
}
.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-weight: bold;
  font-size: 0.85em;
}
.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}
.selectize-dropdown .optgroup:first-child {
  border-top: 0 none;
}

/* File: //css/reset.css */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre, 
abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
center,
dl, dt, dd, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
:focus {
  outline-color: transparent;
  outline-style: none;
}
input{
  outline-color: transparent;
  outline-style: none;
  font-family: unset;
}
select{
  outline-color: transparent;
  outline-style: none;
}


/* File: //css/fonts.css */
@font-face {
  font-family: "Lato";
  src: url("../../fonts/LatoLight/Lato-Light.eot?#iefix") format("embedded-opentype"),
    url("../../fonts/LatoLight/Lato-Light.woff") format("woff"),
    url("../../fonts/LatoLight/Lato-Light.ttf") format("truetype"),
    url("../../fonts/LatoLight/Lato-Light.svg#Lato-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Lato";
  src: url("../../fonts/LatoBold/Lato-Bold.eot?#iefix") format("embedded-opentype"),
    url("../../fonts/LatoBold/Lato-Bold.woff") format("woff"),
    url("../../fonts/LatoBold/Lato-Bold.ttf") format("truetype"),
    url("../../fonts/LatoBold/Lato-Bold.svg#Lato-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url("../../fonts/OpenSansLight/OpenSans-Light.eot?#iefix")
      format("embedded-opentype"),
    url("../../fonts/OpenSansLight/OpenSans-Light.woff") format("woff"),
    url("../../fonts/OpenSansLight/OpenSans-Light.ttf") format("truetype"),
    url("../../fonts/OpenSansLight/OpenSans-Light.svg#OpenSans-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url("../../fonts/OpenSans/OpenSans.eot?#iefix") format("embedded-opentype"),
    url("../../fonts/OpenSans/OpenSans.woff") format("woff"),
    url("../../fonts/OpenSans/OpenSans.ttf") format("truetype"),
    url("../../fonts/OpenSans/OpenSans.svg#OpenSans") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../../fonts/OpenSans/OpenSans-Semibold.eot?#iefix")
      format("embedded-opentype"),
    url("../../fonts/OpenSans/OpenSans-Semibold.woff") format("woff"),
    url("../../fonts/OpenSans/OpenSans-Semibold.ttf") format("truetype"),
    url("../../fonts/OpenSans/OpenSans-Semibold.svg#OpenSans-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Libre-Caslon";
  src: url("../../fonts/LibreCaslonText/LibreCaslonText-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../../fonts/LibreCaslonText/LibreCaslonText-Regular.woff") format("woff"),
    url("../../fonts/LibreCaslonText/LibreCaslonText-Regular.ttf") format("truetype"),
    url("../../fonts/LibreCaslonText/LibreCaslonText-Regular.svg#LibreCaslonText-Regular")
      format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeue";
  src: url("../../fonts/HelveticaNeue/HelveticaNeueLTPro-Lt.eot?#iefix")
      format("embedded-opentype"),
    url("../../fonts/HelveticaNeue/HelveticaNeueLTPro-Lt.woff") format("woff"),
    url("../../fonts/HelveticaNeue/HelveticaNeueLTPro-Lt.ttf") format("truetype"),
    url("../../fonts/HelveticaNeue/HelveticaNeueLTPro-Lt.svg#HelveticaNeueLTPro-Lt")
      format("svg");
  font-weight: 400;
  font-style: normal;
}

/* File: //css/main.css */
body {
  position: relative;
  width: 100%;
  height: auto;
}

blueDaysTable {
  border: none;
  border-spacing: 0px;
}

.color1 {
  color: white;
}

.color2 {
  color: #17375e;
}

.color3 {
  color: white;
}

.color4 {
  color: #3f3f3f;
}

.color5 {
  color: #4f4f4f;
}

.color6 {
  color: #717171;
}

.color7 {
  color: #333234;
}

.color8 {
  color: #636466;
}

.backgroundColor1 {
  background-color: #56cbba;
}

.backgroundColor2 {
  background-color: #4d5550;
}

.backgroundColor3 {
  background-color: #001620;
}

.backgroundColor4 {
  background-color: white;
}

.backgroundColor5 {
  background-color: #f5f5f5;
}

.backgroundColor6 {
  background-color: #154996;
}

.backgroundColor7 {
  background-color: white;
}

.backgroundColor8 {
  background-color: black;
}

.backgroundColor9 {
  background-color: #505050;
}

.border1 {
  border: 1px solid #bdd740;
}

.border2 {
  border: 1px solid black;
}

body {
}

.errorTitle {
  font-size: 18px;
  display: block;
  margin: auto;
  width: fit-content;
  color: black;
  margin-top: 136px;
}

input {
  color: inherit;
  font-size: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  border: none;
  background-repeat: no-repeat;
  font-weight: inherit;
  font-family: unset;
}

select {
  color: inherit;
  font-size: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: none !important;
  outline: none;
  font-weight: inherit;
  font-family: unset;
}

.radioBtn {
  -webkit-appearance: radio;
  font-weight: inherit;
}

textArea {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: unset;
}

a {
  text-decoration: inherit;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.centeredContent {
  position: relative;
  width: 1024px;
  margin: 0 auto;
  font-size: 14px;
  height: auto;
  overflow: hidden;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

.alertMessageFixedContainer {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1001;
}

.alertMessageDivContainer {
  position: absolute;
  left: 0px;
  width: 100%;
  top: 0px;
  height: 100%;
}

.alertMessageDiv {
  position: relative;
  margin: 0px auto;
  margin-top: 10%;
  padding-bottom: 45px;
  width: 335px;
  border: 1px solid transparent;
  border-radius: 3px;
  background-color: #f2f2f2;
}

.alertMessageLogoDiv {
  position: relative;
  width: 70px;
  height: 149px;
  margin: 0 auto;
  margin-top: 34px;
}

.alertMessageLogo {
  display: block;
  position: relative;
  margin: 0 auto;
  margin-top: 64px;
  width: 150px;
}

.alertMessageCheck {
  display: none;
  position: relative;
  margin: 0 auto;
  margin-top: 50px;
  width: 120px;
}

.alertMessageBkgImg {
  position: absolute;
  left: 0px;
  top: 0px;
}

.alertMessageMessage {
  position: relative;
  width: 80%;
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
  margin-top: 65px;
  margin-bottom: 45px;
  color: #999999;
  line-height: 23px;
  word-wrap: break-word;
  max-height: 300px;
  overflow-y: auto;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.alertMessageMessage::-webkit-scrollbar {
  display: none;
}

.alertMessageAceptarWrapper {
  position: absolute;
  bottom: 20px;
  width: 100%;
}

.alertMessageAceptar {
  position: relative;
  margin: 0 auto;
  width: 194px;
  height: 35px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 35px;
  border-radius: 3px;
  border: 1px solid #002541;
  background-color: #002541;
  cursor: pointer;
}

.alertMessageClose {
  position: absolute;
  top: 16px;
  right: 15px;
  cursor: pointer;
  text-align: center;
  color: black;
  padding: 7px;
  border-radius: 23px;
  background-color: #e6e6e6;
  font-size: 20px;
}

.alertMessageAceptar:hover {
  cursor: pointer;
  color: #002541;
  background-color: #ffffff !important;
}

.alertMessageClose:hover {
  opacity: 0.8;
}

#alertCloseIcon {
  width: 14px;
}

#cartMessageDiv {
  width: 450px;
}

.cartMessageAceptar {
  display: block;
  float: left;
  width: 95%;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

#cartMessageDiv {
  text-align: center;
}

#cartMessageButtonsWrapper {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  overflow: hidden;
}

#loaderFixedContainer {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1002;
}

#loaderDivContainer {
  position: absolute;
  left: 0px;
  width: 100%;
  top: 0px;
  height: 100%;
}

#loaderDiv {
  position: relative;
  margin: 0px auto;
  margin-top: 20%;
  width: 40px;
}

.fullBackground {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}

.blackOpacity {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  background-color: black;
}

.whiteOpacity {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  filter: alpha(opacity=90);
  background-color: white;
}

.fullRelative {
  position: relative;
  width: 100%;
  height: 100%;
}

.centeredLogon {
  position: relative;
  width: 720px;
  margin: 0 auto;
  background-color: white;
  margin-top: 10%;
  margin-bottom: 10%;
}

#registerUserBtn {
  margin-top: 20px;
}

#loginUserBtn:hover {
  cursor: pointer;
}

#registerUserBtn {
  cursor: pointer;
}

#loginTopMenu:hover {
  cursor: pointer;
}

.unselectable {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.pointedBlueLine {
  background-image: url("/images/pointedBlueLine.png");
  background-repeat: repeat-x;
}

.sexRadioBtn {
  float: left;
  width: 25px;
  margin-top: 10px;
}

.sexTypeText {
  float: left;
  margin-right: 12px;
  margin-top: 8px;
}

.checkbox {
  float: left;
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 4px;
  background-color: #ec1c24;
  margin-top: 5px;
}

.note-modal-body .checkbox {
  all: unset;
}

.note-modal-body input[type="checkbox"] {
  -webkit-appearance: checkbox;
}

.note-btn-primary {
  background: #fa6362 !important;
  color: #fff !important;
  border: unset !important;
  cursor: pointer;
}

.checkboxTickImg {
  position: absolute;
  left: 2px;
}

.transparentCheckBox {
  position: absolute;
  width: 100%;
  height: 100%;
  left: -2px;
  top: -3px;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}

.studio4dSprite {
  background-image: url(/files/layouts/studio4dsprite.png);
  overflow: hidden;
  position: absolute;
}

.blackBkg75 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.75;
}

.blackBkg50 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.5;
}

@media screen and (max-width: 770px) {
  #alertMessageDiv {
    width: 84%;
    margin-top: 0%;
    top: calc(50% - 150px);
    padding-top: 23px;
  }

  #alertMessageAceptar {
    width: 80%;
  }

  #cartMessageDiv {
    width: 90%;
    margin-top: 36%;
    border: 1px solid black;
  }

  .centeredContent {
    width: 90%;
  }
}

/* File: //css/layouts/main.css */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans&display=swap");

body {
  position: absolute;
  min-height: 100%;
  color: #e0e0e0;
}

/* --------SALESMAN SECTION -------------*/
.salesmanTopBar {
  background-color: #c24442;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 0 35px;
  line-height: 35px;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  cursor: pointer;
  z-index: 1000;
}

/* .salesmanTopBar {
  background-color: #c24442;
  color: #fff;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  font-size: 14px;
  position: fixed;
  cursor: pointer;
  bottom: 255px;
  right: 49px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  z-index: 10;
} */

.salesmanTopBar-icon {
}

#saveUserInfo {
  position: absolute;
  width: 70%;
  margin-left: 15%;
  text-align: center;
  top: 340px;
  color: white;
  cursor: pointer;
  background-color: #00253f;
  border-radius: 4px;
  height: 33px;
  line-height: 33px;
  border: 1px solid #00253f;
}

#salesman-popupContainer {
  position: fixed;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  z-index: 200;
  display: none;
  top: 0;
  left: 0;
}

#salesman-popupContainer.shown,
.inboundPopup-container.shown,
.inboundPopup.markAsPayed.shown,
.inboundPopup.sendBudget.shown {
  display: flex;
  opacity: 1;
}

.backDrop,
.inboundPopup-backDrop {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  pointer-events: all;

  mix-blend-mode: normal;
  backdrop-filter: blur(9px);
}

.backDrop.triggered,
.inboundPopup-backDrop {
  display: block;
}

#salesman-popup {
  display: flex;
  max-width: 950px;
  width: 90vw;
  height: 85vh;
  position: relative;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 0 7px 7px 0;
}

.salesman-sideBar {
  flex: 1;
  height: auto;
  background-color: #00253f;
  /* border-radius: 7px 0 0 7px; */
}

.sideBar-categoriesContainer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 3vh;
}

.sideBarCategory {
  width: 70%;
  height: 40px;
  border-radius: 60px 0 0 60px;
  float: right;
  cursor: pointer;
}

.sideBarCategory.active {
  background-color: #003255;
  border-right: 5px solid #ff6d4c;
}

.sideBarIcon,
.sideBarIconHover {
  width: 25px;
  height: 25px;
  position: relative;
  top: 9px;
  left: 10px;
}

.salesman-topBar {
  height: 8vh;
  width: 100%;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e9e9e9;
}

.topBar-InfoContainer {
  display: grid;
  grid-template-columns: 1fr 2fr;
  width: auto;
  gap: 20px;
  margin-left: 5%;
  align-items: center;
}

.topBar-title {
  color: #898989;
  font-weight: 700;
  font-size: 17px;
}

.topBar-customerInfo {
  color: #898989;
  text-transform: capitalize;
  font-size: 14px;
  opacity: 0;
}

.topBar-customerInfo.shown {
  opacity: 1;
}

.topBar-icon {
  display: none;
  margin-right: 5.5vh;
  cursor: pointer;
}

.topBar-icon.shown {
  display: block;
}

.topBar-refreshOrder {
  opacity: 0;
  position: relative;
  margin: 0 auto;
  width: 30px;
  color: white;
  font-weight: 600;
  background-color: #f6f6f6;
  height: 30px;
  border-radius: 0px;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  border: #00253f;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-self: center;
  border-radius: 60%;
  margin-right: 3vh;
}

.topBar-refreshOrder.shown {
  opacity: 1;
}

.topBar-refreshOrder img {
  width: 21px;
  height: 21px;
  filter: invert(62%) sepia(0%) saturate(77%) hue-rotate(179deg) brightness(88%)
    contrast(82%);
}

.topBar-refreshOrder.clicked {
  animation-name: spin;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: 2;
  animation-direction: normal;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.salesman-mainContainer {
  flex: 10;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.salesman-orderDetailView,
.salesman-orderListView {
  display: none;
  height: calc(100% - 18vh);
  width: 100%;
  justify-content: center;
  overflow: hidden;
}

.salesman-orderListView {
  overflow: auto;
}

.salesman-orderDetailView.shown,
.salesman-orderListView.shown {
  display: flex;
}

/* ORDER DETAIL */
.orderDetailView-mainContainer {
  width: 95%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  color: black;
  font-size: 13px;
  margin-top: 2vh;
}

.orderDetailView-mainContainer tr,
.orderDetailView-mainContainer td {
  padding: unset;
  line-height: unset;
}

.orderDetailView-mainContainer tr:last-of-type {
  border-bottom-width: 1px;
}

/* Search bar */
.orderDetailview-searchBarAndResultsContainer {
  width: 100%;
  overflow: hidden;
  height: 70px;
}

.orderDetailView-searchBarContainer {
  width: 100%;
  height: 40px;
  background: rgba(240, 240, 240, 0.56);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.orderDetailView-SearchBar {
  width: 77%;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #898989;
}

.orderDetailView-SearchBar-input {
  width: 100%;
  text-indent: 10px;
  background-color: #f6f6f6;
  height: 100%;
}

.orderDetailView-SearchButton {
  height: 100%;
  width: 23%;
  color: #ffffff;
  text-transform: capitalize;
  background-color: #00253f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
}

.orderDetailView-searchResultsContainer {
  width: calc(100% + 1px);
  height: calc(100% - 60px);
  background: rgba(240, 240, 240);
  overflow: auto;
  position: absolute;
  display: none;
  z-index: 1;
  box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.1);
  top: -1px;
  left: -1px;
}

.orderDetailView-searchResultsContainer.shown {
  display: block;
}

.searchResultsTable {
  width: 100%;
  font-size: 11px;
}

.searchResultsTable tbody {
  width: 100%;
  color: #898989;
}

.searchResultsTable-tableRow {
  border-bottom: 1px solid #e9e9e9;
  height: 75px;
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr 1fr 1.5fr;
  grid-gap: 5px;
  align-items: center;
  width: 99%;
}

.searchResultsTable-tableRow.noResults {
  display: flex;
  justify-content: center;
  align-items: center;
}

.searchResultsTable-imgContainer {
  width: 60%;
  height: 70px;
  margin: auto;
}

.searchResultsTable-imgContainer img {
  width: 100%;
  height: 100%;
}

.searchResultsTable-productInfoContainer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.searchResultsTable-productInfoContainer p {
  font-weight: 700;
}

.searchResultsTable-productInfoContainer span {
  font-size: 10px;
}

.searchResultsTable-productInfoContainer span:last-of-type {
  color: #ff0000;
}

.searchResultsTable-priceContainer {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.searchResultsTable-quantityContainer,
.orderDetailView-table-quantityContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13vh;
}

.searchResultsTable-quantitySelect,
.orderDetailView-table-quantitySelect {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: white;
  border-radius: 7px;
  height: 3vh;
}

.searchResultsTable-minusSign,
.searchResultsTable-plusSign,
.orderDetailView-table-minusSign,
.orderDetailView-table-plusSign {
  width: 35%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 15px;
  line-height: 19px;
  cursor: pointer;
  background: white;
  height: 100%;
}

.quantityProduct,
.orderDetailView-table-quantityProduct {
  width: 32%;
  text-align: center;
  height: 100%;
  padding: 0;
  box-sizing: border-box;
}

.searchResultsTable-buttonsContainer {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  height: 100%;
}

.searchResultsTable-SeeMoreButtonContainer,
.searchResultsTable-AddButtonContainer {
  flex-basis: 45%;
}

.searchResultsTable-SeeMoreButton {
  background-color: #bbbbbb;
  color: #ffffff;
  width: 100%;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 9px;
  line-height: 13px;
  font-weight: 600;
  cursor: pointer;
  text-transform: uppercase;
}

.searchResultsTable-addButton {
  width: 100%;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00253f;
  font-size: 9px;
  line-height: 13px;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 4px;
  cursor: pointer;
}

/* Search bar ends */

/* Order detail section */
.orderDetailView-orderContainer {
  width: 100%;
  position: relative;
}

.orderContainer-topBar {
  height: 50px;
  width: 100%;
  background-color: #00253f;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.orderContainer-topBar h3 {
  font-weight: 700;
}

.orderContainer-topBar span {
  font-weight: 500;
  margin-left: 5px;
}

.orderContainer-topBar h3:first-of-type {
  margin-left: 6%;
  text-transform: uppercase;
}

.orderContainer-topBar-orderTotalContainer {
  display: flex;
  justify-content: space-evenly;
  width: 15%;
  margin-right: 6%;
}

.orderContainer-tableContainer {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #f6f6f6;
  overflow: scroll;
  height: 45vh;
}

.orderDetailView-table {
  width: 95%;
}

.orderDetailView-table-row {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr 1fr 1fr 0.5fr;
  align-items: center;
  justify-items: center;
  border-bottom: 1px solid #c7c7c7;
  height: 95px;
  color: #898989;
}

.orderDetailView-table-imgContainer {
  width: 60%;
  height: 85px;
  margin: auto;
}

.orderDetailView-table-imgContainer img {
  width: 100%;
  height: 100%;
  margin: auto;
}

.orderDetailView-table-productInfoContainer {
  font-size: 10px;
  display: flex;
  flex-direction: column;
  justify-self: baseline;
}

.orderDetailView-table-productInfoContainer span:last-of-type {
  margin-top: 2px;
}

.orderDetailView-table-productInfoContainer p {
  color: #898989;
  font-weight: 700;
  font-size: 13px;
}

.orderDetailView-table-quantityContainer {
  width: 100px;
  flex-direction: column;
  justify-content: space-evenly;
}

.orderDetailView-table-quantitySelect {
  height: 3.5vh;
}

.orderDetailView-table-priceContainer {
  font-weight: 700;
}

.orderDetailView-table-changeOrderProductQuantityButton {
  width: 100%;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00253f;
  font-size: 9px;
  line-height: 15px;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 1vh;
  display: none;
}

.orderDetailView-table-deleteButtonContainer,
.orderDetailView-table-percentageButtonContainer {
  border-radius: 4px;
  background-color: #e6e6e6;
  width: 3.5vh;
  height: 3.5vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #686868;
  cursor: pointer;
}

.orderDetailView-table-percentageButtonContainer {
  position: relative;
  width: 60px;
  cursor: default;
}

.orderDetailView-table-percentageButtonContainer::after {
  content: "%";
  position: absolute;
  right: 8px;
  font-weight: 800;
}

.orderProduct-percentageButton {
  font-weight: 600;
  width: 85%;
  background-color: #e6e6e6;
  text-indent: 3px;
  font-size: 12px;
  height: 100%;
}

/* order detail section ends */

/* ---- */
/* ORDER LIST */
.orderListView-table {
  width: 95%;
  margin-top: 25px;
}

.orderListView-table tbody {
  width: 100%;
  color: #898989;
  font-size: 15px;
  font-weight: 500;
}

.orderListView-table tr {
  display: flex;
  width: auto;
  height: 60px;
  align-items: center;
  justify-content: space-evenly;
  background-color: rgba(240, 240, 240, 0.56);
  margin-bottom: 20px;
}

.orderListView-table .inSessionOrder {
  background-color: #03144a1c;
}

.orderListView-table td {
  display: flex;
  justify-content: center;
  flex-basis: 70%;
  border-spacing: 10px;
}

.orderListView-table .order-id {
  font-weight: 700;
  flex-basis: 50%;
}

.orderListView-table .order-contactDetail {
  flex-basis: 100%;
}

.orderListView-table .order-price span {
  margin-left: 5px;
}

.orderListView-table .order-quantity {
  justify-content: space-evenly;
  flex-basis: 60%;
}

.orderListView-table .order-continueButton-container,
.orderListView-table .order-deleteButton-container {
  flex-basis: 50%;
}

.orderListView-table .order-continueButton {
  width: 100%;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00253f;
  font-size: 10px;
  line-height: 13px;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 4px;
  cursor: pointer;
}

.orderListView-table .order-deleteButton {
  width: 3.5vh;
  height: 3.5vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e6e6e6;
  border-radius: 4px;
  cursor: pointer;
}

/* ---- */

.salesman-bottomBar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: black;
  height: 10vh;
  border-top: 1px solid #e9e9e9;
}

.bottomBar-pauseButtonContainer {
  display: none;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
}

.bottomBar-pauseButton {
  background-color: #bbbbbb;
  color: #ffffff;
  width: 35%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  margin-left: 40px;
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  cursor: pointer;
}

.bottomBar-blueButtonsContainer {
  display: none;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-right: 5%;
}

.bottomBar-newOrderContainer {
  display: none;
}

.bottomBar-pauseButtonContainer.shown,
.bottomBar-blueButtonsContainer.shown,
.bottomBar-newOrderContainer.shown {
  display: flex;
}

.bottomBar-newOrderContainer.shown {
  width: 90%;
  align-items: center;
  justify-content: flex-end;
}

.bottomBar-markAsPayedButton,
.bottomBar-sharePurchaseLinkButton,
.bottomBar-updateUserInfoButton,
.bottomBar-sendBudgetButton,
.bottomBar-createNewOrderButton {
  width: 50%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00253f;
  font-size: 9px;
  line-height: 16px;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 4px;
  cursor: pointer;
}

.bottomBar-sendBudgetButton,
.bottomBar-sharePurchaseLinkButton {
  margin-left: 10%;
}

.bottomBar-sharePurchaseLinkButton {
  font-size: 8px;
}

.bottomBar-markAsPayedButton,
.bottomBar-pauseButton {
  display: none;
}

.bottomBar-createNewOrderButton {
  width: 25%;
}

/* INBOUND POPUPS */
.inboundPopup-container {
  position: fixed;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  z-index: 1001;
  display: none;
  top: 0;
  left: 0;
}

.inboundPopup {
  display: none;
  max-width: 90%;
  width: 550px;
  height: 45vh;
  position: relative;
  box-sizing: border-box;
  background: #ffffff;
  color: #898989;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  font-size: 14px;
  border-top: 5px solid #00253f;
}

.inboundPopup span {
  width: 100%;
  margin-left: 7.5vh;
  font-size: 13px;
  position: relative;
}

#markAsPayed-textarea {
  width: 85%;
  background-color: #f1f1f1;
  resize: none;
  border: none;
  text-indent: 20px;
  padding-top: 15px;
  box-sizing: border-box;
  font-size: 13px;
}

.inboundPopup-saveButton {
  width: 60%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00253f;
  font-size: 11px;
  line-height: 16px;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 4px;
  cursor: pointer;
}

.inboundPopup.sendBudget {
  height: 280px;
}

.inboundPopup.sendBudget .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  width: 80%;
}

.inboundPopup.sendBudget .inputWrapper {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  font-size: 13px;
  margin-top: 5px;
}

.inboundPopup.sendBudget .inputWrapper.isSwitch {
  justify-content: flex-start;
}

.inboundPopup.sendBudget label:not(#ivaIncluded),
.inboundPopup.sendBudget label:not(#openWhatsapp) {
  flex-basis: 60%;
}

.inboundPopup.sendBudget .inputWrapper.notVisible {
  display: none;
}

.whatsappButton {
  width: 60%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00253f;
  font-size: 11px;
  line-height: 16px;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 4px;
  cursor: pointer;
}

#txtSalesmanCode,
#txtSalesmanName,
#txtSalesmanLastName {
  border-radius: 4px;
  background-color: #e6e6e6;
  text-indent: 5px;
  width: 50%;
}

.salesmanCustomSwitch.adminSwitch {
  position: relative;
  display: inline-block;
  height: 30px;
}

.salesmanCustomSlider.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f0f0f0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.salesmanCustomSwitch.adminSwitchChecked .slider {
  background-color: #4caf50 !important;
  box-shadow: 0 0 1px #4caf50;
}

.salesmanCustomSlider.slider.round {
  border-radius: 34px;
  width: 48px;
  top: 5px;
  height: 21px;
  display: inline-block;
}

.salesmanCustomSlider.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 3px;
  background-color: #808080;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.salesmanCustomSwitch.adminSwitchChecked .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  background-color: #f0f0f0;
}

.salesmanCustomSlider.slider.round:before {
  border-radius: 50%;
}

/* ---- */

/* -----SALESMAN SECTION ENDS----------- */
#bottomBarContent {
  width: 1100px;
  left: 50%;
  margin-left: -550px;
  position: absolute;
}

#blogLinkImg {
  height: 14px;
  width: 15px;
  float: left;
  margin-top: 2px;
}

#content {
  position: relative;
  width: 100%;
  min-width: 1100px;
  height: 100%;
  overflow: hidden;
  background-color: #ffffff;
}

#myCart {
  display: inline-block;
}

#searchImg {
  position: absolute;
  height: 20px;
  margin-top: 7px;
  margin-left: 61px;
}

#searchBar {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: white;
  height: 0px;
}

#searchSite {
  width: 70%;
  display: block;
  position: relative;
  margin: 0 auto;
  height: 30px;
  padding: 3px;
  padding-left: 10px;
  color: black;
  margin-top: 4px;
  font-size: 15px;
}

#searchSite::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: black;
}

#searchSite:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: black;
  opacity: 1;
}

#searchSite::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: black;
  opacity: 1;
}

#searchSite:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: black;
}

#bottomBar {
  position: relative;
  width: 100%;
  height: 47px;
}

.widthContainer {
  position: relative;
  width: 1100px;
  margin: 0 auto;
  height: 100%;
  text-align: left;
  margin-bottom: 40px;
}

#removeWishlistProduct {
  cursor: pointer;
  background-image: url(../../files/heartFilled.svg);
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
}

.removeWishlistProduct {
  background-image: url(../../files/whishlistCross.svg);
  background-size: 100%;
  position: absolute;
  background-repeat: no-repeat;
  height: 40px;
  width: 40px;
  bottom: 100px;
  z-index: 99;
  right: 10px;
  background-position: center;
}

.addWishlistProduct {
  background-image: url(../../files/heart.svg);
  background-size: 60%;
  background-repeat: no-repeat;
  height: 35px;
  width: 35px;
  background-position: center;
}

.remove-WishlistProduct {
  background-image: url(../../files/heartFilled.svg);
  background-size: 60%;
  background-repeat: no-repeat;
  height: 35px;
  width: 35px;
  background-position: center;
}

.figureBackground {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  background-repeat: no-repeat;
  height: 35px;
  width: 35px;
  bottom: 100px;
  right: 10px;
  border-radius: 5px;
  background-position: center;
}

.productSlide .figureBackground {
  bottom: 10px;
}

#wish-list-container {
  height: 30px;
  position: relative;
  width: 30px;
  top: 30px;
  left: 80%;
  border: 1px solid #f4f4f4;
  box-sizing: border-box;
  border-radius: 5px;
}

#addToWishlist {
  cursor: pointer;
  background-image: url(../../files/heart.svg);
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
}

.selectedTriangle {
  position: absolute;
  background-image: url(../../files/selectedTriangle.png);
  background-size: cover;
  height: 20px;
  width: 25px;
  top: -10px;
}

.productSlide .figureBackground {
  bottom: 25px;
}

#selectedTriangle1 {
  left: 250px;
}

#selectedTriangle2 {
  left: 345px;
}

#selectedTriangle3 {
  left: 440px;
}

#selectedTriangle4 {
  left: 522px;
}

#selectedTriangle5 {
  left: 612px;
}

#selectedTriangle6 {
  left: 710px;
}

#selectedTriangle7 {
  left: 793px;
}

#blogLink {
  position: relative;

  float: left;

  margin-top: 6px;
}

#searchImg:hover {
  cursor: pointer;
  opacity: 0.8;
}

#blogText {
  display: inline-block;

  float: left;

  margin-top: 3px;

  margin-left: 5px;
}

#myCartImg {
  width: 17px;

  float: left;

  display: inline-block;

  margin-top: 7px;

  margin-left: 8px;
}

#myCartText {
  float: left;

  display: inline-block;

  margin-top: 9px;

  margin-left: 5px;
}

#aboutUs {
  float: left;
  margin-top: 9px;
  margin-right: 10px;
}

#stores {
  float: left;

  margin-top: 9px;

  margin-left: 10px;

  margin-right: 10px;
}

#logIn {
  float: left;
}

#logIn:hover {
  cursor: pointer;
}

#loginImg {
  float: left;

  margin-left: 10px;

  width: 18px;

  margin-top: 7px;
}

#searchSpace {
  width: 100%;
  height: 0px;
}

#viewCart {
  float: left;
  display: block;
  padding-left: 10px;
  padding-top: 9px;
  padding-right: 3px;
}

#viewCart:hover {
  cursor: pointer;
}

#profile {
  float: left;
  margin-left: 10px;
  margin-top: 9px;
  margin-right: 3px;
}

#profile:hover {
  cursor: pointer;
}

#logout {
  float: left;
  margin-left: 10px;
  margin-top: 9px;
}

#logout:hover {
  cursor: pointer;
}

#headerCart {
  position: relative;
  height: 20px;
  top: -4px;
}

#orderProductNumber {
  position: relative;
  float: left;
  background-color: #d34848;
  margin-right: 5px;
  color: white;
  height: 15px;
  width: 15px;
  text-align: center;
  border-radius: 12px;
  line-height: 16px;
  padding-right: 1px;
}

.signInTitle {
  display: none;
}

#headerWrapper {
  display: inline-block;
  position: relative;
  width: auto;
}

#alertMessageMessage {
  position: relative;
  width: 80%;
  font-size: 15px;
  text-align: center;
  line-height: 20px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 45px;
  color: black;
}

#alertMessageLogo {
  width: 80%;
}

.mobileElement {
  display: none !important;
}

#adminBarDiv {
  position: fixed;
  left: 0px;
  top: 130px;
  width: 300px;
  z-index: 999;
}

#adminBarTitle {
  position: relative;
  width: 100%;
  height: 45px;
  line-height: 45px;
  background-color: #00253f;
  color: white;
  font-size: 13px;
  text-align: center;
  border-radius: 0px 25px 25px 0px;
  cursor: pointer;
  transition: border-radius 0.1s ease-out, width 0.1s ease-out;
  -moz-transition: border-radius 0.1s ease-out, width 0.1s ease-out;
  -webkit-transition: border-radius 0.1s ease-out, width 0.1s ease-out;
  -o-transition: border-radius 0.1s ease-out, width 0.1s ease-out;
}

#adminContent {
  position: relative;
  float: left;
  width: 100%;
  color: #4d5550;
  margin-right: 20px;
  margin-bottom: 30px;
  margin-top: 0px;
  height: 0px;
  overflow: hidden;
  background-color: #e2e2e2;
  border-radius: 0px 0px 10px 0px;
  overflow: auto;
}

#contentDiv {
  width: calc(100% - 40px);
  margin-left: 20px;
  height: auto;
  float: left;
  display: block;
  margin-top: 10px;
}

#adminBarTitle.open {
  border-radius: 0px 10px 0px 0px;
  width: 100%;
}

.subcontentName {
  position: relative;
  font-size: 15px;
  color: white;
  margin-bottom: 10px;
  margin-top: 2px;
  cursor: pointer;
  display: inline-block;
}

.contentTitle {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  color: #00253f;
  margin-bottom: 6px;
}

#checkoutMain2Content {
  display: block;
  max-width: 500px;
  position: fixed;
  width: 470px;
  top: 75px;
  background-color: #ffffff;
  right: 35px;
  z-index: 2000000000;
  box-shadow: 0 4px 5px 0px #0000002e;
  padding: 10px;
}

#checkoutMain2 {
  display: none;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 3;
  position: fixed;
}

.headerCart2Background {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
}

#checkoutMain2.opened {
  display: block;
}

#finishOrder {
  width: 40%;
  position: relative;
  margin: 0 auto;
  text-align: center;
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 5px;
  padding-bottom: 0;
  justify-content: center;
  vertical-align: middle;
  margin-top: 20px;
  font-size: 15px;
  margin-bottom: 10px;
  background-color: #ef9249;
  border: 1px solid #ef9249;
  color: #ffffff;
  text-transform: capitalize;
  font-weight: bold;
  font-family: "Cambay" !important;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}

#finishOrder:hover {
  color: #ef9249;
  background-color: #ffffff;
}

.productTitle {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  color: #ef9249;
}

#titlesFlex {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "Cambay" !important;
}

#newOrder {
  background: #00253f;
  margin-top: 11px;
  border-radius: 3px;
  margin-bottom: 11px;
  height: 32px;
  margin-left: 32px;
  margin-right: 11px;
  text-align: center;
  line-height: 33px;
  color: white;
  cursor: pointer;
  float: left;
  width: 200px;
}

#newOrderFixedContainer {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1000;
}

#newOrderDivContainer {
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  display: flex;
}

#newOrderDiv {
  /* position: relative;
  margin: 0px auto;
  margin-top: 10%;
  padding-bottom: 40px;
  width: 340px;
  border: 1px solid white;
  background-color: #ebe3d4;
  background-color: white !important;
  border: 1px solid #606060 !important;
  height: 355px;
  border-radius: 8px; */
  display: flex;
  flex-direction: column;
  max-width: 90%;
  width: 30vw;
  height: 401px;
  position: relative;
  box-sizing: border-box;
  background-color: white !important;
  border: 1px solid #606060 !important;
  border-radius: 8px;
}

#newOrderTitle {
  margin-top: 15px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-bottom: 10px;
  text-align: left;
  color: black;
  border-bottom: 1px solid #ccc;
}

.orderDiv {
  color: #00253f;
  margin-left: 5px;
  padding: 4px;
  padding-left: 6px;
  width: 92%;
  font-size: 14px;
  float: left;
  border: 1px solid #525252;
  border-radius: 6px;
  margin-bottom: 5px;
}

.deleteOrder {
  float: right;
  cursor: pointer;
}

.orderName {
  float: left;
  margin-top: 6px;
  margin-left: 5px;
}

#newOrderAccept {
  position: absolute;
  width: 70%;
  margin-left: 15%;
  text-align: center;
  top: 355px;
  color: white;
  cursor: pointer;
  background-color: #00253f;
  border-radius: 4px;
  height: 33px;
  line-height: 33px;
  border: 1px solid #00253f;
}

#newOrderAccept:hover {
  border: 1px solid #00253f;
  color: #00253f;
  background-color: transparent;
}

.alertMessageClose {
  color: #333234;
}

#newOrderCloseButton {
  color: black;
  font-size: 20px;
}

.alertMessageFixedContainer {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1001;
}

.alertMessageDivContainer {
  position: absolute;
  left: 0px;
  width: 100%;
  top: 0px;
  height: 100%;
}

.alertMessageDiv {
  position: relative;
  margin: 0px auto;
  margin-top: 10%;
  padding-bottom: 40px;
  width: 335px;
  border: 1px solid black;
  border-radius: var(--main-border-radius);
  background-color: white;
}

.alertMessageLogoDiv {
  position: relative;
  width: 70px;
  height: 149px;
  margin: 0 auto;
  margin-top: 34px;
}

.alertMessageLogo {
  display: block;
  position: relative;
  margin: 0 auto;
  margin-top: 30px;
}

.alertMessageBkgImg {
  position: absolute;
  left: 0px;
  top: 0px;
}

.alertMessageMessage {
  position: relative;
  width: 80%;
  font-size: 15px;
  text-align: center;
  line-height: 20px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 45px;
  color: black;
}

#alertMessageFixedContainerCheckout {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1001;
  display: none;
}

#alertMessageDivContainerCheckout {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

#alertCloseButtonCheckout {
  position: absolute;
  right: 20px;
  font-weight: 600;
  font-size: 11px;
  cursor: pointer;
}

#alertMessageDivCheckout {
  position: relative;
  background: white;
  width: 330px;
  min-height: 200px;
  padding: 20px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

#alertMessageMessageCheckout {
  text-align: center;
  padding: 50px 0;
  max-width: 90%;
  margin: auto;
}

#alertMessageAceptarCheckout {
  display: block;
  width: 100%;
  text-align: center;
  padding: 12px 0;
  background: var(--b-main-bk-color);
  border: 1px solid var(  --b-main-bk-color);
  border-radius: var(
  --main-border-radius);
  color: var(  --b-main-font-color);
  cursor: pointer;
  transition: 0.5s all ease-in-out;
}

#alertMessageAceptarCheckout:hover {
  background: transparent;
  color: var(--b-main-h-font-color);
}

.alertMessageAceptarWrapper {
  position: absolute;
  bottom: 20px;
  width: 100%;
}

.alertMessageAceptar {
  background-color: #132457;
  border: 1px solid #132457;
  line-height: 35px;
  border-radius: 5px;
}

.alertMessageAceptar:hover {
  cursor: pointer;
  opacity: 0.8;
}

.alertMessageClose {
  position: absolute;
  top: 8px;
  right: 6px;
  cursor: pointer;
  text-align: center;
  color: black;
  padding-top: 1px;
  font-size: 20px;
  background-color: transparent;
  padding: 0;
}

.alertMessageClose {
  position: absolute;
  top: 8px;
  right: 6px;
  cursor: pointer;
  text-align: center;
  color: white;
  padding-top: 1px;
  font-size: 14px;
  background-color: transparent;
  padding: 0;
}

#source {
  position: relative;
  float: left;
  width: 70%;
  height: 34px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: white;
  margin-left: 15%;
  color: #606060;
}

#selectizeContainer {
  width: 70%;
  margin: 0 auto;
}

#salesmanInputsDiv {
  display: block;
  width: 100%;
  position: relative;
  float: left;
}

.orderChannelLogo {
  width: 22px;
  float: left;
}

.orderChannelInput {
  width: 66%;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-top: 10px;
  margin-left: 15%;
  padding: 0 0 0 3%;
  color: #606060;
  display: none;
}

.ordersContainer {
  margin-bottom: 20px;
  overflow: hidden;
}

.pendingOrders {
  width: auto;
  float: left;
  cursor: pointer;
}

#cartMessageDiv {
  width: 600px;
  height: 300px;
}

.mainMessage {
  margin-top: 38px;
  width: 100%;
  text-align: center;
  float: left;
  color: black;
  font-size: 14px;
  margin-bottom: 30px;
}

.alertColumn1 {
  width: 45%;
  float: left;
}

.alertColumn2 {
  width: 55%;
  float: right;
  padding-top: 20px;
}

#cartProductImage {
  width: 200px;
  height: 200px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: auto;
}

#cartProductTitle {
  color: black;
  font-size: 15px;
  margin-bottom: 15px;
  text-align: left;
}

#cartProductPrice {
  position: relative;
  float: left;
  color: #9c9c9c;
  text-align: center;
  font-size: 14px;
  margin-bottom: 25px;
}

#cartSpecs {
  width: 100%;
  float: left;
  height: 50px;
}

.specContainer {
  color: black;
  text-transform: lowercase;
  font-size: 14px;
  width: fit-content;
  float: left;
  margin-right: 25px;
}

.specTitle1 {
  float: left;
  padding-top: 5px;
  font-weight: bold;
  margin-right: 10px;
}

.cartSpecImage {
  float: left;
  width: 26px;
}

.cartNoImageSpec {
  float: left;
  padding-top: 5px;
  margin-right: 10px;
  margin-left: 0px;
}

#cartMessageButtonsWrapper {
  position: relative;
  display: block;
  width: 100%;
  float: left;
  height: auto;
  overflow: hidden;
  margin-top: 10px;
}

.cartMessageAceptar {
  display: block;
  float: left;
  width: 140px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
}

.whatsAppWebContainer {
  width: 200px;
  height: 90px;
  position: fixed;
  bottom: -100px;
  right: 20px;
  z-index: 1000;
  transition: bottom 0.1s ease-out, width 0.1s ease-out;
  -moz-transition: bottom 0.1s ease-out, width 0.1s ease-out;
  -webkit-transition: bottom 0.1s ease-out, width 0.1s ease-out;
  -o-transition: bottom 0.1s ease-out, width 0.1s ease-out;
}

.whatsAppWebContainer.open {
  bottom: 10px;
  opacity: 1 !important;
}

.whatsAppWebLogo {
  width: 100%;
  height: 100%;
}

#accountOptions,
#accountOptions1,
#accountOptions2 {
  position: relative;
  float: left;
  width: 94px;
  height: 50px;
  /*overflow: hidden;*/
  font-size: 14px;
  color: white;
  text-align: center;
}

#accountOptions:hover,
#accountOptions1:hover,
#accountOptions2:hover {
  height: 119px;
}

#myProfileUser1,
#myProfileUser2 {
  background-color: white;
  color: #132457;
  width: 150px;
  position: relative;
  overflow: hidden;
  height: 25%;
  line-height: 25px;
  border: 1px solid #03144a;
  border-radius: 9px 9px 0px 0px;
  margin-left: -80px;
  display: none;
  box-shadow: rgba(0, 0, 0, 0.1) -1px 7px 8px;
}

#myProfileUser {
  background-color: white;
  color: #132457;
  width: 150px;
  position: relative;
  overflow: hidden;
  height: 25%;
  line-height: 25px;
  border: 1px solid #03144a;
  border-radius: 9px 9px 0px 0px;
  margin-left: -80px;
  display: none;
  box-shadow: rgba(0, 0, 0, 0.1) -1px 7px 8px;
}

#myProfileUser:hover {
  background-color: #03144a;
  color: white;
  font-weight: 800;
}

#myProfileUser1:hover {
  background-color: #03144a;
  color: white;
  font-weight: 800;
}

#myProfileUser2:hover {
  background-color: #03144a;
  color: white;
  font-weight: 800;
}

#logoutUser {
  background-color: white;
  border: 1px solid #03144a;
  border-top: none;
  color: #132457;
  width: 150px;
  position: relative;
  overflow: hidden;
  height: 25%;
  line-height: 25px;
  border-radius: 0px 0px 9px 9px;
  margin-left: -80px;
  display: none;
  box-shadow: rgba(0, 0, 0, 0.1) -1px 7px 8px;
}

#logoutUser1,
#logoutUser2 {
  background-color: white;
  border: 1px solid #03144a;
  border-top: none;
  color: #132457;
  width: 150px;
  position: relative;
  overflow: hidden;
  height: 25%;
  line-height: 25px;
  border-radius: 0px 0px 9px 9px;
  margin-left: -80px;
  display: none;
  box-shadow: rgba(0, 0, 0, 0.1) -1px 7px 8px;
}

#logoutUser:hover {
  background-color: #03144a;
  color: white;
  font-weight: 800;
}

#logoutUser1:hover {
  background-color: #03144a;
  color: white;
  font-weight: 800;
}

#dialogIconTriangle {
  position: absolute;
  top: 43px;
  right: 38px;
  font-size: 26px;
  z-index: 1;
  display: none;
}

#logoutUser2:hover {
  background-color: #03144a;
  color: white;
  font-weight: 800;
}

#dialogIconTriangle,
#dialogIconTriangle1,
#dialogIconTriangle2 {
  position: absolute;
  top: 43px;
  right: 38px;
  font-size: 26px;
  z-index: 1;
  display: none;
}

.relatedProductsDiv {
  position: relative;
  width: 550px;
  max-width: 90%;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
  margin-bottom: 15px;
  display: none;
}

.relatedProductsTitle {
  position: relative;
  width: 90%;
  text-align: center;
  margin: 0 auto;
}

.relatedProductsDivSliderContainer {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.relatedProductsDivSlider {
  position: relative;
  width: 90%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

.relatedSliderLeftArrow {
  position: absolute;
  top: calc(50% - 8px);
  left: 0px;
  cursor: pointer;
}

.relatedSliderRightArrow {
  position: absolute;
  top: calc(50% - 8px);
  right: 0px;
  cursor: pointer;
}

#footerBottom {
  position: relative;
  width: 100%;
  height: 45px;
  overflow: hidden;
  text-align: center;
}

.rights {
  position: absolute;
  width: 100%;
  text-align: center;
  display: block;
  font-size: 11px;
  text-align: center;
  line-height: 45px;
  pointer-events: none;
}

.byluna {
  display: block;
  height: 100%;
  float: right;
  margin-right: 100px;
}

body .fa,
body .far,
body .fas {
  font-family: "Font Awesome 5 Free" !important;
}

.blockScroll {
  overflow: hidden;
}

#toastMessage {
  position: fixed;
  z-index: 99;
  bottom: 190px;
  right: 4%;
  border-radius: 8px;
  border: 1px solid #03bc6e;
  background: #E5FFF4;
  color: #03bc6e;
  padding: 10px;
  display: none;
}

#toastMessage.toastMessageDelete{
  border: 1px solid rgba(229, 5, 5, 1);
  color: rgba(229, 5, 5, 1);
  background: #FCE6E6;
}

#toastMessageText {
  display: flex;
  align-items: center;
}

#toastMessageText img {
  margin-right: 5px;
}

.hiddenToast {
  display: none;
}

.messageError {
  width: 90%;
  margin-top: 5px;
  font-size: 11px;
  color: var(--error-color);
}

/* Media estructura checkout IPAD */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #alertMessageDivCheckout{
    max-width: 400px;
  }
}

@media screen and (max-width: 768px) {
  .removeWishlistProduct {
    bottom: 105px;
  }

  .productSlide .figureBackground {
    bottom: 90px;
  }

  .figureBackground {
    bottom: 100px;
  }

  .byluna {
    margin-right: 0px;
  }

  html {
    width: 100%;
    height: auto;
    min-height: 100%;
    position: relative;
  }

  .centeredContent,
  .widthContainer {
    width: 90% !important;
  }

  .mobileElement {
    display: block !important;
  }

  .desktopElement {
    display: none !important;
  }

  #content {
    min-width: 0px;
  }

  .responsiveElement {
    min-width: 0px !important;
  }

  #loaderDiv {
    position: relative;
    margin: 0px auto;
    top: calc(50% - 20px);
    width: 40px;
  }

  #adminBarDiv {
    top: 70px;
    width: 230px;
  }

  #newOrder {
    margin-top: 24px;
    margin-left: 22px;
    width: 190px;
  }

  #cartMessageDiv {
    width: 90%;
    margin-top: 36%;
    border: 1px solid black;
    height: auto;
    overflow: hidden;
  }

  .alertColumn1,
  .alertColumn2 {
    width: 100%;
  }

  #cartProductImage {
    width: 120px;
    height: 120px;
  }

  #cartProductTitle {
    text-align: center;
  }

  #cartProductPrice {
    text-align: center;
    float: none;
    margin-bottom: 10px;
  }

  #noStockDiv {
    max-width: 90%;
    left: 5% !important;
    height: auto !important;
    overflow: hidden !important;
  }

  #stockRequestNegative {
    margin-top: 15px;
    margin-bottom: 40px;
  }

  #noStockMessage {
    margin-top: 60px;
  }
}

@media (max-width: 1024px) {
  #content {
    max-width: 1024px;
  }

  #alertMessageDivCheckout {
    width: 80%;
  }
}

@media screen and (min-width: 1100px) {
  .addWishlistProduct:hover {
    background-image: url(../../files/heartFilled.svg);
  }

  .remove-WishlistProduct:hover {
    background-image: url(../../files/heart.svg);
  }

  #removeWishlistProduct:hover {
    background-image: url(../../files/heart.svg);
  }
}

@media screen and (max-width: 1100px) {
}

/* File: //css/custom.css */

/* File: //css/layouts/variables.css */

/* File: //css/slick/slick.css */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);;
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* File: //css/slick/slick-theme.css */
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../../css/slick/ajax-loader.gif') center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* File: //css/blog/view.css */
#blogProyectos {
    width: 100% !important;
    max-width: unset;
}
#blogProyectos .blogPostRegular.blogCategoryShowcase {
    width: 100%;
    margin-top: unset;
    margin-bottom: 15px;
}

#blogProyectos .blogPostRegular.blogCategoryShowcase:nth-child(1) {
    margin-top: 50px;
}

.blogCategoryShowcase .imgContainer {
    width: 100%;
}

.blogsContainer {
    display: none;
}

.blogs_ParentCategories_Container,
.blogs_ChildCategories_Container {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 35px;
}

.blogs_ParentCategories_Container {
    text-transform: uppercase;
    align-items: end;
    min-height: 40px;
    margin-bottom: 15px;
    padding-top: 23px;
}

.blogs_ChildCategories_Container {
    text-transform: capitalize;
    align-items: center;
}

.blogCategoryTitle {
    margin: 0 15px;
    font-size: 18px;
}

.blogs_ParentCategories_Container .blogCategoryTitle {
    color: black;
    font-weight: normal;
}

.blogs_ChildCategories_Container .blogCategoryTitle {
    color: #373737;
    border: 3px solid transparent;
    padding-bottom: 7px;
    font-weight: 300;
}

.blogs_ParentCategories_Container .blogCategoryTitle:hover,
.blogCategoryTitle[selected="true"] {
    color: #c7a567;
}
.blogs_ChildCategories_Container .blogCategoryTitle:hover {
    color: #c7a567;
    border-bottom: 3px solid #c7a567;
}

.blogs_ChildCategories_Container .blogCategoryTitle[selected="true"] {
    color: #c7a567;
    border-bottom: 3px solid #c7a567;
}

#blogPostsFromCategoriesContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 99% !important;
    max-width: unset;
}
#blogPostsFromCategoriesContainer .blogPostRegular {
    width: 33%;
    margin-top: 10px;
    margin-bottom: unset;
}
#blogPostsFromCategoriesContainer .imgContainer,
#blogProyectos .imgContainer {
    width: 100%;
}
#blogPostsFromCategoriesContainer .imgContainer a,
#blogProyectos .imgContainer a {
    display: flex;
    align-items: center;
    justify-content: center;
}
#blogPostsFromCategoriesContainer .imgContainer div:not(.blogPostTitle),
#blogProyectos .imgContainer div:not(.blogPostTitle) {
    width: 100%;
    height: 30vw;
    transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
}
#blogPostsFromCategoriesContainer .imgContainer .blogPostTitle,
#blogProyectos .imgContainer .blogPostTitle {
    display: none;
    margin-top: unset;
    color: white;
    flex-direction: column;
    align-items: center;
    position: absolute;
}

#blogPostsFromCategoriesContainer .imgContainer:hover .blogPostTitle,
#blogProyectos .imgContainer:hover .blogPostTitle {
    display: flex;
}

#blogPostsFromCategoriesContainer .imgContainer:hover .postPreviewFile,
#blogProyectos .imgContainer:hover .postPreviewFile {
    filter: brightness(0.5);
}

#blogPostsFromCategoriesContainer .imgContainer .blogPostTitle p,
#blogProyectos .imgContainer .blogPostTitle p {
    font-weight: 600;
    font-style: normal;
    font-size: 3vw;
    width: 80%;
    text-transform: uppercase;
    line-height: 3.2vw;
    text-align: center;
}

#blogProyectos .imgContainer .blogPostTitle p {
    text-transform: capitalize;
}

#blogPostsFromCategoriesContainer .imgContainer .blogPostTitle span,
#blogProyectos .imgContainer .blogPostTitle span {
    font-weight: 300;
    font-style: normal;
    font-size: 17px;
    position: relative;
    bottom: 15px;
}

#titleOfBlog {
    font-weight: 900;
    color: #58595b;
    letter-spacing: 0px;
    font-size: 21px;
    border-bottom: none;
    margin-top: 60px;
    text-transform: capitalize;
    margin-bottom: 50px;
    text-align: center;
}
.centeredContent {
    width: 90% !important;
    max-width: 1400px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    justify-content: space-around;
}
.titleSection {
    width: 100%;
    color: #303030;
    margin-top: 50px;
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
}
.titleSection::after {
    width: 190px;
}
.blogPostLink {
    width: 48%;
    float: left;
}
.blogPostFirstRow {
    width: 70%;
    margin: auto;
    height: 330px;
    overflow: hidden;
    margin-bottom: 26px;
}

.blogPostSubtitle {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 400;
    color: #a8a8a8;
    text-align: left;
}

.blogPostRegular {
    width: 100%;
    float: left;
    margin-top: 50px;
    margin-bottom: 50px;
    height: auto;
    display: flex;
    transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -webkit-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
}

.constructionMessageDiv {
    width: 400px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 20px;
}

.constructionBanner {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    margin-top: 35px;
}

.blogPostFirstRow .postPreviewFile {
    width: 100%;
    height: 239px;
}

.blogLine {
    border: 1px solid;
    width: 295px;
    margin-left: 140px;
    margin-top: 69px;
}

.imgContainer {
    position: relative;
    height: auto;
    min-width: 220px;
    width: 50%;
    object-fit: cover;
}

.dataContainer {
    position: relative;
    width: calc(50% - 80px);
    padding-left: 40px;
    padding-right: 40px;
    height: auto;
}

.blogPostRegular .postPreviewFile {
    width: 100%;
    height: 27vw;
}
.postPreviewFile {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    object-fit: cover;
}
.blogPostDate {
    display: none;
    text-transform: uppercase;
    font-size: 15px;
    color: #142667;
    width: 100px;
    position: absolute;
    right: 26px;
    top: -14px;
    border-radius: 50px;
    font-weight: 600;
    text-align: center;
    line-height: 27px;
    height: 27px;
    background: #f2c43e;
}

.blogPostTitle {
    font-size: 20px;
    font-weight: 700;
    color: #303030;
    text-align: left;
    width: 100%;
    line-height: 24px;
    margin-top: 30px;
}

.blogPostDescription {
    font-size: 14px;
    color: #303030;
    text-align: left;
    line-height: 18px;
    width: 100%;
    padding-top: 10px;
    min-height: 110px;
    font-weight: 400;
}
.blogPostRead {
    font-size: 13px;
    color: #8c8c8c;
    line-height: 17px;
    font-weight: 400;
    margin-top: 20px;
    text-align: right;
    margin-bottom: 30px;
}
.blogPostRegular:hover {
    background: #000000;
}
.blogPostRegular:hover .blogPostTitle {
    color: #ffffff;
}
.blogPostRegular:hover .blogPostDescription {
    color: #f2f2f2;
}
.blogPostRegular:hover .blogPostRead {
    color: #ffffff;
}
.blogPostRegular:hover .blogPostSubtitle {
    color: #f2f2f2;
}
@media screen and (max-width: 1100px) {
    #titleOfBlog {
        margin-top: 40px;
        margin-bottom: 25px;
        font-size: 18px;
    }
    .centeredContent {
        width: 85% !important;
        flex-wrap: unset;
        flex-direction: column;
        justify-content: unset;
    }
    .titleSection {
        font-size: 18px;
        margin-top: 30px;
        margin-bottom: 0px;
    }
    .blogPostLink {
        width: 100%;
    }
    .constructionMessageDiv {
        width: 100%;
    }

    .constructionBanner {
        width: 80%;
        height: auto;
        margin-bottom: 30px;
        margin-top: 35px;
        margin-left: 10%;
    }

    .blogPostFirstRow {
        width: 100%;
        margin-bottom: 30px;
    }

    .blogPostRegular {
        width: 100%;
        margin-top: 35px;
        margin-bottom: 0px;
    }

    .blogPostRegular .blogPostTitle {
        font-size: 12px;
        line-height: 16px;
        margin-top: 15px;
    }

    .blogPostRegular .blogPostDescription {
        font-size: 10px;
        line-height: 14px;
    }

    .blogPostFirstRow .postPreviewFile {
        height: 210px;
    }

    .blogPostRegular .postPreviewFile {
        height: 120px;
    }
    .imgContainer {
        min-width: unset;
    }
    .dataContainer {
        width: calc(65% - 25px);
        padding-left: 25px;
        padding-right: 0px;
    }
    .blogPostSubtitle {
        margin-top: 5px;
        margin-bottom: 15px;
        font-size: 9px;
    }
    .blogPostRead {
        font-size: 10px;
        line-height: 14px;
        margin-top: 15px;
        margin-right: 15px;
        margin-bottom: 23px;
    }
    .blogPostDate {
        font-size: 10px;
        width: 70px;
        right: 10px;
        top: -11px;
        line-height: 22px;
        height: 22px;
    }

    #blogPostsFromCategoriesContainer {
        width: 100% !important;
    }

    #blogPostsFromCategoriesContainer .blogPostRegular {
        width: 100%;
        margin-bottom: 5px;
    }

    .blogs_ParentCategories_Container,
    .blogs_ChildCategories_Container {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .blogs_ParentCategories_Container {
        min-height: unset;
        margin-top: 30px;
    }

    .blogs_ChildCategories_Container {
        margin-top: 25px;
    }

    .blogs_ParentCategories_Container .blogCategoryTitle {
        margin-bottom: 5px;
    }

    .blogCategoryTitle {
        font-size: 17px;
        line-height: 20px;
    }
    #blogPostsFromCategoriesContainer .imgContainer .blogPostTitle,
    #blogProyectos .imgContainer .blogPostTitle {
        display: flex;
    }
    #blogPostsFromCategoriesContainer .imgContainer div:not(.blogPostTitle),
    #blogProyectos .imgContainer div:not(.blogPostTitle) {
        height: 45vh;
    }

    #blogPostsFromCategoriesContainer .imgContainer .postPreviewFile,
    #blogProyectos .imgContainer .postPreviewFile {
        filter: brightness(0.5);
    }

    #blogProyectos .blogPostRegular.blogCategoryShowcase:nth-child(1) {
        margin-top: 10px;
    }
    #blogPostsFromCategoriesContainer .imgContainer .blogPostTitle p,
    #blogProyectos .imgContainer .blogPostTitle p {
        font-size: 24px;
        line-height: 28px;
    }
}

/* File: //css/blog/customView.css */

/* File: //css/site/index.css */
#header {
  background-color: white;
  /* box-shadow: none; */
  /* transition: all 0.2s; */
}

#headerDummy {
  height: 0 !important;
}

.headerIndex #headerLogoIndexImg {
  height: 48px;
  display: block;
}

.headerIndex #headerLogoImg {
  display: none;
}

.headerIndex .headerLink {
  color: #fff;
}

.headerIndex .headerLinkTop {
  color: #fff;
}

.profileImage path {
  fill: #fff;
}

div#header.headerIndex {
  background: transparent;
}


.headerIndex .searchImage path {
  fill: #fff;
}

.headerIndex .cartIcon path {
  fill: #fff;
}

.headerIndex .heart {
  background-image: url(/files/heartWhiteHeader.svg);
}

.headerIndex .cl-effect-4 a::after {
  background: #fff;
}

.profileIcon {
  color: #fff;
}

.profileIcon.headerShowLogin {
  margin-right: 0;
  width: 32px;
}

.profileIcon.headerShowLogin .profileImage {
  margin-right: 0;
}

.headerIndex .headerLink:hover {
  color: #fff;
}

.headerIndex #rightHeaderOptions {
  border-bottom: 1px solid #fff;
}

#highlights {
  width: 100%;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  height: auto !important;
}

#highlightsContainer {
  float: left;
  width: 100%;
  display: none;
  height: auto;
  position: relative;
}

.highlight {
  position: relative;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: auto !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
  text-align: center;
  color: #fff;
  font-size: 48px;
  text-decoration: underline;
}

.bannerVideoContainer {
  position: relative;
}

.leftArrowHighlight {
  position: absolute;
  z-index: 9;
  top: calc(50% - 20px);
  left: 20px;
  cursor: pointer;
}

.rightArrowHighlight {
  position: absolute;
  z-index: 9;
  top: calc(50% - 20px);
  right: 20px;
  transform: rotate(180deg);
  cursor: pointer;
}

.highlight img {
  width: 100%;
}

.widthContainer {
  width: 100%;
  margin-bottom: 0;
}

.titleCategories {
  width: 100%;
  text-align: center;
  margin-top: 35px;
  margin-bottom: 35px;
  float: left;
  color: #303030;
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 400;
  font-family: "HelveticaNeue";
}

#imageGroupTitle {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-top: 60px;
  color: #333234;
  text-align: center;
}

#specialOffersContainer {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: transparent;
}

#specialOffersTitle {
  position: relative;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 5px;
  color: #84cdc4;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 18px;
}

#specialOffersDiv {
  position: relative;
  margin: 0 auto;
  width: 1250px;
  margin-top: 25px;
}

#specialOffersLeftArrow {
  position: absolute;
  left: 5px;
  height: 50px;
  top: 92px;
  cursor: pointer;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}

#specialOffersLeftArrow:hover {
  left: 0;
}

#specialOffersRightArrow {
  position: absolute;
  right: 5px;
  height: 50px;
  top: 92px;
  cursor: pointer;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}

#specialOffersRightArrow:hover {
  right: 0;
}

#specialOffers {
  position: relative;
  height: auto;
  width: 1100px;
  margin: 0 auto;
  overflow: hidden;
}

#content .blogsContainer,
#content .blogsTitle {
  /* display: none; */
}

.specialOffer {
  position: relative;
  float: left;
  width: 330px;
  height: auto;
  overflow: hidden;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  top: 0;
}

.specialOffer:hover {
  top: -10px;
}

.specialOfferImg {
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  height: 180px;
}

.specialOfferInfo {
  position: relative;
  width: 98%;
  margin: 0 auto;
  height: 45px;
  margin-top: 10px;
  border: 2px solid #84cdc4;
  border-radius: 2px;
  display: table;
}

.specialOfferTitle {
  position: relative;
  color: #8e8e8e;
  text-transform: uppercase;
  margin-left: 20px;
  font-size: 12px;
  letter-spacing: 1px;
  max-width: 130px;
  line-height: 14px;
  padding-top: 3px;
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}

.specialOfferPrice {
  position: relative;
  float: right;
  color: #8e8e8e;
  margin-right: 20px;
  font-weight: 700;
  font-size: 14px;
  padding-top: 17px;
}

#promotions {
  height: 570px;
}

#promoShadow {
  width: 75%;
  margin: 0 auto;
  height: 16px;
  position: relative;
  margin-bottom: 30px;
}

#topPromotionImages {
  height: 240px;
  margin-top: 40px;
  width: 100%;
}

#bottomPromotionImages {
  height: 270px;
}

.promoColumnImages {
  width: 275px;
  height: 275px;
  margin-left: 70px;
  float: left;
  display: inline-block;
  position: relative;
  background-size: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.promoColumnImages:hover,
.promoWideImages:hover {
  cursor: pointer;
}

.promoWideImages {
  margin-left: 70px;
  height: 230px;
  width: 448px;
  margin-top: 20px;
  float: left;
  position: relative;
  display: inline-block;
  background-size: 100%;
  background-position: 50% 50%;
  margin-bottom: 15px;
  background-repeat: no-repeat;
}

.promoImageColumnBkg {
  height: 20%;
  bottom: 0;
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

.promoImageWideBkg {
  height: 20%;
  bottom: 0;
  position: absolute;
  width: 100%;
  background-color: #333234;
  opacity: 0.8;
}

.promoImageColumnText {
  float: left;
  margin-top: 5px;
  color: #fff;
  margin-top: 17px;
  position: relative;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
}

.promoImageColumnPrice {
  margin-left: 10px;
  margin-top: 5px;
  float: left;
}

.promoImageWideText {
  float: left;
  margin-left: 5px;
  margin-top: 5px;
}

.promoImageWidePrice {
  float: left;
  margin-left: 5px;
  margin-top: 5px;
  height: auto;
  padding-bottom: 15px;
}

#mapDiv {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 500px;
  min-width: 1100px;
  margin-top: 20px;
}

#contactDiv {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #b2d6d1;
}

#contactTitle {
  position: relative;
  margin-top: 80px;
  text-align: center;
  color: #fff;
  letter-spacing: 2px;
  font-size: 20px;
}

.contactInput {
  position: relative;
  float: left;
  width: 360px;
  padding-left: 15px;
  margin-top: 30px;
  height: 35px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
}

.contactInput::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

.contactInput:-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.contactInput::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.contactInput:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.contactInput::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

#contactName {
  margin-left: 150px;
  margin-right: 40px;
}

#contactMessage {
  margin-left: 150px;
  width: 780px;
  padding-top: 10px;
  height: 200px;
  resize: none;
}

#contactSend {
  position: relative;
  float: right;
  width: 300px;
  margin-right: 150px;
  margin-top: 20px;
  height: 40px;
  background-color: #84cdc4;
  color: #fff;
  text-align: center;
  line-height: 40px;
  letter-spacing: 2px;
  margin-bottom: 60px;
  border-radius: 3px;
  border: 2px solid #84cdc4;
  cursor: pointer;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}

#contactSend:hover {
  background-color: #35b7a7;
  border: 2px solid #35b7a7;
}

.leftArrow {
  position: absolute;
  z-index: 9;
  top: 308px;
  left: 20px;
  cursor: pointer;
}

.rightArrow {
  position: absolute;
  z-index: 9;
  top: 308px;
  right: 20px;
  transform: rotate(180deg);
  cursor: pointer;
}

.sliderContainer {
  margin-top: 35px;
  margin-bottom: 50px;
}

.categoriesContainer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  justify-content: center;
}

.categoriesContainer img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
iframe.videoHighlight {
  pointer-events: none;
}
.categoryLink {
  position: relative;
  height: auto;
  display: flex;
  width: calc(100% / 3);
  justify-content: center;
  align-items: center;
}

.categoryLink:hover .categoryInfoContainer {
  display: block;
}

.categoryLink:hover img {
  filter: brightness(0.5);
}

.categoryInfoContainer {
  position: absolute;
  text-align: center;
  color: #fff;
  margin-top: 0;
  font-size: 25px;
  font-weight: 300;
}

.categoryInfoContainer p {
  text-transform: uppercase;
  margin-block-start: 0em;
  margin-block-end: 0em;
  font-weight: 600;
  margin-bottom: 5px;
}

#highlights .slick-dots li button:before {
  font-size: 21px;
  opacity: 1;
  color: #bbbbbb;
}

#highlights .slick-dots {
  bottom: 15px;
}

#highlights .slick-dots li.slick-active button:before {
  opacity: 1;
  font-size: 20px;
  color: #c7a567;
}

.blogsContainer {
  margin: auto;
  width: 90%;
}

.blogPostTitle {
  height: 75px;
  font-size: 19px;
  display: flex;
  align-items: center;
  line-height: 23px;
}

.blogPostDescription {
  height: 110px;
  overflow: hidden;
}

.blogsContainer .slick-dots li button:before {
  font-size: 15px;
}

.blogsTitle {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-top: 62px;
  text-transform: uppercase;
  margin-bottom: 7px;
  font-family: "HelveticaNeue";
  color: #303030;
  font-size: 35px;
}

#homeVideo {
  position: relative;
  height: 111vh;
  width: 100vw;
  z-index: 1;
  display: block;
  overflow: hidden;
  top: -55px;
}

#videoCover {
  display: block;
  position: relative;
  width: 100vw;
  height: calc(100vw * 1080 / 1920);
}

.buttonBannerContainer {
  position: absolute;
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  top: 0;
  z-index: 5;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.buttonBannerContainer h2 {
  font-family: "HelveticaNeue";
  font-size: 65px;
  line-height: 71px;
  margin-top: 100px;
}

.bannerCategoryLink {
  margin: 8px 0 30px;
  letter-spacing: 0.1em;
  font-weight: 300;
  font-size: 15px;
}

.buttonBanner {
  text-transform: uppercase;
  border: 1px solid #fff;
  height: 35px;
  line-height: 35px;
  width: 180px;
  font-size: 13px;
  text-align: center;
}

#lastSlick {
  cursor: pointer;
}

.indexImg {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.slick-dots li button:before {
    font-size: 30px;
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .headerIndex #headerLogoIndexImg {
    height: 30px;
  }

  .buttonBannerContainer h2 {
    font-size: 40px;
    line-height: 44px;
    margin-top: 100px;
  }

  .bannerCategoryLink {
    font-size: 12px;
  }

  .buttonBanner {
    height: 30px;
    line-height: 30px;
    width: 150px;
    font-size: 11px;
  }

  .bannerCategoryLink {
    margin: 8px 0 24px;
  }

  .blogPostRegular {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 768px) {
  #content {
    width: 100%;
    padding: 0;
  }

  .highlight iframe {
    aspect-ratio: 380/330 !important;
  }

  .centeredContent,
  .widthContainer {
    width: 100% !important;
    margin-bottom: 10px;
  }

  .leftArrow {
    display: none;
  }

  .rightArrow {
    display: none;
  }

  #backImage,
  #frontImage {
    display: none;
  }

  .mainImageTextBox,
  #mainImageTextBoxTransparent {
    display: none !important;
  }

  #frontImageMobile {
    display: block;
    height: 250px;
    background-size: cover;
  }

  #backImageMobile {
    display: block;
    height: 250px;
    background-size: cover;
  }

  #mainImageTextBoxTransparent {
    display: none;
  }

  .mainImageTextBox {
    display: none;
  }

  #mainImageSelectorTransparent {
    width: 300px;
    top: initial;
    bottom: 10px;
    left: 50%;
    margin-left: -150px;
    height: 83px;
  }

  .mainImageSelector {
    width: 300px;
    top: initial;
    bottom: 10px;
    left: 50%;
    margin-left: -150px;
    height: 83px;
  }

  .mainImageSelect {
    width: 90px;
    height: 67px;
    float: left;
    margin-right: 1px;
  }

  .promoColumnImages {
    width: 80%;
    margin-left: 10%;
    margin-bottom: 10px;
    height: 200px;
  }

  .promoWideImages {
    width: 80%;
    margin-left: 10%;
    margin-bottom: 10px;
    height: 200px;
    margin-top: 0;
  }

  #promoShadow {
    width: 80%;
    margin-bottom: 10px;
  }

  #paymentAndShipping {
    height: auto;
    overflow: hidden;
  }

  #paymentOptions {
    margin-top: 5px;
    height: auto;
    width: 100%;
    border-right: 0;
    position: relative;
    border-bottom: 1px solid #f7f7f7;
    overflow: hidden;
    text-align: center;
  }

  #deliveryOptions {
    margin-top: 5px;
    height: auto;
    width: 100%;
    border-right: 0;
    position: relative;
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: 5px;
    overflow: hidden;
    text-align: center;
  }

  #locationOptions {
    margin-top: 5px;
    height: auto;
    width: 100%;
    border-right: 0;
    position: relative;
    overflow: hidden;
  }

  #deliveryOptions:hover,
  #locationOptions:hover {
    cursor: pointer;
  }

  .paymentOption {
    height: 20px;
    margin-right: 4px;
    margin-left: 4px;
    float: none;
    margin-top: 15px;
    margin-bottom: 10px;
  }

  #mobileCreditCard {
    display: block;
  }

  #mobileDelivery {
    display: block;
    margin-top: 13px;
    width: 36px;
    float: left;
    margin-left: 20px;
    display: inline-block;
    margin-bottom: 8px;
  }

  #mobileLocation {
    display: block;
    background-image: url(/files/paymentLocationIcon.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 10px;
    width: 18px;
    height: 24px;
    float: left;
    margin-left: 29px;
    display: inline-block;
    margin-bottom: 13px;
  }

  #paymentOption2 {
    width: 26px;
    height: 18px;
    margin-top: 8px;
  }

  #paymentText {
    display: none;
  }

  #deliveryOptionIcon {
    display: none;
  }

  #locationOptionIcon {
    display: none;
  }

  #deliveryOptionText {
    margin-top: 17px;
    margin-left: 20px;
    font-size: 13px;
    float: left;
    top: 0;
    height: 20px;
  }

  #locationOptionText {
    margin-top: 17px;
    margin-left: 28px;
    font-size: 13px;
    float: left;
    top: 0;
    height: 20px;
  }

  #specialOffers {
    display: none;
  }

  .dots {
    display: none;
  }

  #specialOffersMobile {
    display: block;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .specialOfferImg {
    margin-left: 0;
  }

  #specialOffersTitle {
    margin-top: 25px;
    margin-bottom: 0;
  }

  .specialOffer {
    height: auto;
    overflow: hidden;
  }

  #offersLeftArrowContainer {
    position: absolute;
    margin-top: 41px;
    width: 15%;
    height: 250px;
  }

  .imagesLeftArrow {
    background-image: url(/images/carousell/leftArrow.png);
    height: 30%;
    width: 40%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 30%;
    top: 30%;
  }

  #offersRightArrowContainer {
    width: 15%;
    height: 250px;
    position: absolute;
    right: 0;
    margin-top: 41px;
  }

  .imagesRightArrow {
    background-image: url(/images/carousell/rightArrow.png);
    height: 30%;
    width: 40%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 30%;
    top: 30%;
  }

  .mainImageSelect {
    background-size: cover;
  }

  .sliderTitle {
    width: 56%;
    margin: auto;
  }

  .categoriesContainer {
    float: left;
    margin-bottom: 59px !important;
    width: 100%;
  }

  .categoryLink {
    display: flex !important;
    width: calc(100% / 2);
  }

  .categoryInfoContainer {
    display: block;
  }

  #contactLink {
    width: 90%;
    margin: 43px auto;
    clear: both;
  }

  #contactLink img {
    width: 100%;
  }

  .titleCategories {
    font-size: 17px;
    line-height: 21px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .categoryLink img {
    filter: brightness(0.5);
  }

  .categoryLink:last-of-type img {
    filter: none;
  }

  .categoryLink:hover img {
    filter: none;
  }

  .sliderContainer {
    margin-top: 10px;
  }

  .buttonBannerContainer h2 {
    font-size: 34px;
    line-height: 38px;
    margin-top: 0;
  }

  .bannerCategoryLink {
    font-size: 11px;
    margin: 8px 0 20px;
  }

  .buttonBanner {
    height: 30px;
    line-height: 30px;
    width: 134px;
    font-size: 11px;
    margin-bottom: 37vh;
  }

  .blogsTitle {
    font-size: 17px;
    line-height: 21px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .blogPostRegular {
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .blogsContainer .slick-dots li button:before {
    font-size: 10px !important;
  }

  .blogsContainer {
    margin-bottom: 52px !important;
  }

  #header {
    background-color: white;
    box-shadow: none;
    position: fixed;
    top: 0;
    border-bottom: 1px solid transparent;
  }

  #videoCover {
    display: block;
    position: relative;
    width: 135vw;
    height: calc(135vw * 1080 / 1920);
    top: -55px;
  }

  .indexDummy {
    position: relative;
    width: 100%;
  }

  #headerMobileMenu {
    /* top: 73px; */
    /* height: calc(100vh - 100px); */
  }

  #headerMobileMenuContainer {
    /* padding-top: 26px; */
  }

  .headerIndex #headerLogoWhite {
    display: block;
  }

  .headerIndex #headerLogo {
    display: none;
  }

  .headerIndex #headerMobileMenuIcon span {
    background: #fff;
  }

  .headerIndex #headerMobileProfile path {
    fill: #fff;
  }

  .blogPostTitle {
    height: 40px;
  }

  #homeVideo {
    height: auto;
    position: absolute;
    top: 0;
  }

  .buttonBannerContainer {
    top: 120px;
  }
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  .groupItem {
    height: 300px;
  }

  .titleCategories {
    font-size: 22px;
    line-height: 26px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .categoryInfoContainer {
    font-size: 40px;
  }
}
/* File: //css/products/productView.css */
.fastBuyContainer {
  display: flex;
  position: relative;
  width: calc(100% - 0px);
  height: 40px;
  top: 7px;
}

.fastBuyContainer.visible {
  display: flex;
  justify-content: space-evenly;
}

.fastBuySelectContainer {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 65%;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  border: 1px solid #d6d6d6;
}

.fastBuyContainer .fastBuyMinusSign,
.fastBuyContainer .fastBuyPlusSign {
  color: #000;
}

.fastBuyContainer .fastBuyMinusSign {
  margin-right: 25px;
}

.fastBuyContainer .productQuantityFastBuy {
  border: 0;
  color: #000;
  position: relative;
  border: 0;
  color: #000;
  position: relative;
  width: 30px;
}

.fastBuyAddToCart {
  width: 45%;
  height: 100%;
  background-color: #000;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  line-height: 31px;
  color: #fff;
  margin-left: 5px;
  box-sizing: border-box;
  border: 1px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fastBuyAddToCart:hover {
  border: 1px solid #000;
  color: #000;
  background-color: #fff;
}

.addedToCartBadge {
  display: none;
  border-radius: 100%;
  color: #fff;
  background: #335fae;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 10px;
  top: 47px;
}

.addedToCartBadge.visible {
  display: block;
}

.addedToCartBadge::before {
  content: "";
  background-image: url(../../files/cartIcon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 14px;
  position: absolute;
  top: 26%;
  left: 19.5%;
}

.priceBanner {
  position: absolute;
  top: 18px;
  left: 0;
  width: 72px;
  height: 24px;
  z-index: 1;
  background: #ffae00;
  color: #fff;
  display: flex;
  align-items: center;
  padding-right: 10px;
  font-size: 14px;
  justify-content: flex-end;
}

.priceBanner strong {
  font-weight: 800;
  margin-left: 5px;
}

.fastBuyContainer .productQuantityFastBuy {
  text-align: center;
}

.fastBuyContainer .fastBuyMinusSign,
.fastBuyContainer .fastBuyPlusSign {
  margin-right: unset;
  width: 40%;
}

.fastBuyAddToCart {
  width: 55%;
}

.addedToCartBadge {
  width: 25px;
  height: 25px;
}

.addedToCartBadge::before {
  width: 14px;
  top: 5px;
}

.buyContainer {
  background-color: #124194;
  width: 60%;
  position: absolute;
  height: 42px;
  line-height: 42px;
  margin-top: 55%;
  left: calc((100% - 60%) / 2);
  border-radius: 0;
  color: #fff;
}

.buyContainer:hover {
  background-color: #335fae;
  transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
}

.buyText {
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 800;
  text-transform: uppercase;
}

.productViewImage {
  height: 100%;
  width: 100%;
}

.productViewTopImage iframe {
  width: 100%;
  height: 100%;
}

.bankPriceImg {
  position: relative;
  height: 25px;
  margin-right: 5px;
}

.transferImg {
  height: 19px;
}

.transferText {
  margin-left: 8px;
  color: #7b7b7b;
}

.bankPriceText.bank4 {
  margin-top: 3px;
  color: #e5221c;
}

.bankPriceText.bank1 {
  color: #000;
}

.bankPriceText.bank12 {
  color: #000;
}

.oldPriceContainer {
  width: auto;
  float: left;
  display: block;
  position: relative;
}

.productViewContainer {
  position: relative;
  float: left;
  width: 23%;
  height: auto;
  background: #fff;
  cursor: pointer;
  margin-right: 1%;
  margin-left: 1%;
  top: 0;
  margin-bottom: 30px;
  transition: top 0.2s ease-out;
  -moz-transition: top 0.2s ease-out;
  -webkit-transition: top 0.2s ease-out;
  -o-transition: top 0.2s ease-out;
}

.productViewContainer:hover {
  box-shadow: 0 8px 20px rgb(0 0 0 / 5%);
}

.figureBackground {
  position: absolute;
  background-repeat: no-repeat;
  height: 35px;
  width: 35px;
  z-index: 1;
  right: 5px;
  background-color: #fff6;
  top: 10px;
  border-radius: 0;
  background-position: center;
}

.productSlide .productViewContainer {
  width: 100%;
  min-height: 240px;
  height: auto !important;
  margin-top: 10px;
}

.buyContainer {
  background-color: #ee8813;
  width: 60%;
  position: absolute;
  height: 42px;
  line-height: 42px;
  margin-top: 60%;
  left: calc((100% - 60%) / 2);
  border-radius: 0;
  color: #fff;
}

.buyContainer:hover {
  background-color: #042746;
  transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
}

.buyText {
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 800;
  text-transform: uppercase;
}

.productViewTopImage {
  overflow: hidden;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  margin-bottom: 1vh;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition-property: opacity;
  transition-duration: 0.3s;
  object-fit: contain;
}

.productViewBottom {
  height: 216px;
  overflow: hidden;
  width: 85%;
  margin: 0 auto 25px;
  text-align: center;
}

.productViewBottom.salesmanClass {
  height: 220px;
}

.productViewImage {
  height: 100%;
  width: 100%;
}

.productViewName {
  position: relative;
  float: left;
  color: #303030;
  font-size: 16px;
  margin-top: 15px;
  text-align: center;
  font-weight: 400;
  height: auto;
  min-height: 40px;
  line-height: 20px;
  display: block;
  width: 100%;
}

.productViewPrice {
  display: flex;
  position: relative;
  height: auto;
  min-height: 48px;
  justify-content: center;
  width: 100%;
  margin-top: 5px;
  float: left;
  overflow: hidden;
  color: #303030;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.productSlide .productViewPrice {
  min-height: 48px;
}

.badgeFile {
  position: absolute;
  top: 0;
  left: 14px;
  width: 50px;
  right: 0;
}

.oldPrice {
  position: relative;
  color: #969696;
  font-size: 18px;
  margin-top: 0;
  margin-right: 10px;
  width: auto;
}

.oldPrice:before {
  position: absolute;
  content: "";
  left: 0;
  top: 10.5px;
  right: 0;
  border-top: 1px solid;
  border-color: inherit;
  color: #c7a567;
}

.bankPrice {
  position: relative;
  width: 100%;
  margin-top: 10px;
  height: auto;
  overflow: hidden;
  font-size: 13px;
  color: #ee3223;
  line-height: 27px;
  display: inline-block;
  font-weight: 600;
}

.bankPriceRow {
  position: relative;
  width: 100%;
  height: 23px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.bankPriceImg {
  position: relative;
  height: 22px;
  margin-right: 5px;
}

.bankPriceImg .transferImg {
  height: 19px;
}

.bankPriceText {
  position: relative;
  float: left;
  font-weight: 700;
  line-height: 25px;
}

.transferText {
  margin-left: 8px;
  color: #7b7b7b;
}

.bankPriceText.bank4 {
  margin-top: 3px;
  color: #e5221c;
}

.bankPriceText.bank1 {
  color: #000;
}

.bankPriceText.bank12 {
  color: #000;
}

.addButton {
  border: 1px solid #000;
  background: #fff;
  color: #303030;
  height: 40px;
  font-size: 12px;
  width: 90%;
  margin: auto;
  display: flex;
  align-items: center;
  max-width: 195px;
  justify-content: center;
  margin-top: 8px;
  margin-bottom: 41px;
  text-transform: uppercase;
  transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -webkit-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
}

.productViewContainer:hover .addButton {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}

.addButton.noStock {
  background: #fff;
  color: #303030;
  max-width: calc(100% - 2px);
  width: calc(100% - 2px);
  border: 1px solid #303030;
}

.addButton.notVisible {
  display: none;
}

.productViewTop {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.productViewTopImage.second {
  opacity: 0;
}

.productViewContainer:hover .productViewTopImage.second {
  opacity: 1;
}

.productViewContainer:hover .productViewTopImage.firstImg {
  opacity: 0;
}

.productStockContainer {
  width: 100%;
  position: relative;
  color: #000;
  float: left;
  font-size: 12px;
  margin: 10px 0 0;
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .addButton {
    font-size: 10px;
  }

  .productViewBottom {
    height: 190px;
  }

  .productViewContainer {
    width: 48%;
  }
}

@media screen and (max-width: 768px) {
  .remove-WishlistProduct {
    background-size: 50%;
  }

  .productViewImage {
    height: auto;
  }

  .oldPriceContainer {
    float: left;
    width: 100%;
    height: 25px;
  }

  .productSlide .figureBackground {
    right: -8px;
  }
}

@media screen and (max-width: 768px) {
  .fastBuyContainer {
    height: 32px;
    top: 2px;
    max-width: 195px;
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .productViewContainer {
    border: none;
    box-shadow: none;
    width: 47%;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
    text-align: center;
    margin-right: 1.5%;
    margin-left: 1.5%;
    margin-bottom: 20px;
  }

  .productViewTop {
    overflow: hidden;
    height: 85%;
    max-height: 120px;
    margin-bottom: 3vh;
  }

  .addWishlistProduct {
    background-size: 50%;
  }

  .remove-WishlistProduct {
    background-size: 50%;
  }

  .productViewImage {
    height: auto;
  }

  .productViewContainer:hover {
    box-shadow: unset;
  }

  .productSlide .badgeFile {
    width: 30px;
  }

  .productViewName {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 10px;
    margin-left: 0;
    padding: 0;
    min-height: 40px;
    color: #303030;
    width: 100%;
  }

  .productViewPrice {
    font-size: 16px;
    position: relative;
    margin-left: 0;
    margin-top: 5px;
  }

  .bankPrice {
    margin: 10px 0;
  }

  .productViewBottom {
    width: 90%;
    height: max-content;
  }

  .productViewBottom.salesmanClass {
    height: 210px;
  }

  .oldPriceContainer {
    float: left;
    width: 100%;
    height: 0;
  }

  .productSlide .figureBackground {
    right: -8px;
  }

  .remove-WishlistProduct:hover {
    background-image: url(../../files/heartFilled.svg);
  }

  .figureBackground {
    top: -8px;
  }

  .hoverImg {
    display: none;
  }

  .oldPrice {
    font-size: 16px;
    margin-right: 8px;
  }

  .addButton {
    height: 32px;
    font-size: 9px;
    margin-top: 2px;
    width: calc(100% - 2px);
  }

  .productStockContainer {
    margin: 5px auto 0;
  }

  .badgeFile {
    width: 30px;
  }

  .productViewContainer:hover .addButton,
  .productViewContainer:active .addButton {
    background: #303030;
    color: #fff;
    border: 1px solid #303030;
  }
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  .productViewBottom {
    height: 170px;
  }

  .addButton.noStock {
    max-width: 220px;
  }
}
/* File: //css/groups/slider.css */
.sliderTitleContainer {
  width: 100%;
  padding-left: 0%;
  text-align: center;
  margin: 0px auto;
  margin-top: 15px;
  text-transform: uppercase;
  margin-bottom: 35px;
  float: left;
  font-family: "HelveticaNeue";
  color: #303030;
  padding-top: 3px;
  font-size: 35px;
}

.sliderGroupContainer {
  width: 100%;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 30px;
  position: relative;
  height: auto;
  overflow: hidden;
}

.sliderGroupSliderContainer {
  display: block;
  position: relative;
  width: 80%;
  margin: 0 auto;
}
.sliderGroupContainer .slick-track {
  padding-top: 20px;
}
.slick-arrow:hover {
  opacity: 0.8;
}
.productSlide {
  width: auto;
}

#ourBrands {
  display: block;
}

.sliderGroupContainer .slick-disabled {
  /* opacity:0; */
  pointer-events: none;
}
.sliderGroupContainer .slick-disabled:hover {
  /* opacity:0 !important; */
}
.slick-slide {
  margin-left: 11px;
  margin-right: 11px;
}
.sliderContainer {
  width: 100%;
  float: left;
}
.sliderGroupContainer .slick-dots li button:before {
  font-size: 16px;
  color: #dbdbdbcd;
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: black;
}
@media screen and (max-width: 768px) {
  .sliderGroupContainer {
    width: 100%;
    margin-bottom: 0px;
  }
  .widthContainer .sliderGroupContainer {
    width: 100%;
  }
  .sliderGroupSliderContainer {
    width: 90%;
  }
  .productSlide .productViewContainer {
    width: 97%;
    margin-bottom: 15px;
    height: auto;
  }
  .sliderContainer {
    width: 100%;
    margin-bottom: 20px;
  }
  .sliderRightArrow {
    top: 35%;
    display: none !important;
    height: 30px;
    right: 1px;
    z-index: 1;
  }
  .sliderLeftArrow {
    top: 35%;
    display: none !important;
    height: 35px;
    left: 0px;
  }
  .sliderGroupContainer .slick-track {
    padding-top: 0px;
  }

  .sliderTitleContainer {
    margin-top: 4px;
    margin-bottom: 30px;
    font-size: 17px;
    text-align: center;
    line-height: 21px;
  }
  .sliderContainer .productViewBottom {
    height: auto;
  }
  .sliderContainer .slick-slide {
    margin-left: 1vw;
    margin-right: 1vw;
  }
  #highlights .slick-dots {
    bottom: 10px !important;
  }
  .slick-dots {
    bottom: -36px !important;
  }
  .sliderGroupSliderContainer .slick-dots {
    bottom: -5px !important;
  }
  .slick-dots li {
    width: 12px !important;
  }
  .slick-dots li button:before {
    border: none !important;
    color: transparent !important;
    opacity: 0.7 !important;
    width: 10px !important;
    border-radius: 50%;
    height: 10px !important;
    font-size: 0px !important;
    background-color: #e5e5e5 !important;
  }
  .slick-dots li.slick-active button:before {
    width: 10px !important;
    height: 10px !important;
    opacity: 1 !important;
    background-color: #303030 !important;
  }

  .rightArrowHighlight {
    display: none;
  }
  .leftArrowHighlight {
    display: none;
  }
}
@media screen and (min-width: 415px) and (max-width: 768px) {
  .slick-dots {
    bottom: -65px !important;
  }
  .categoriesContainer {
    margin-bottom: 110px !important;
  }
  .slick-dots li {
    width: 25px !important;
  }
  .slick-dots li button:before {
    width: 15px !important;
    height: 15px !important;
  }
  .slick-dots li.slick-active button:before {
    width: 15px !important;
    height: 15px !important;
  }
  .sliderTitleContainer {
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 22px;
    line-height: 26px;
  }
}

/* File: //css/groups/imageGroups.css */
#imageGroups {
  position: relative;
  height: auto;
  overflow: hidden;
  width: 32.3%;
  margin-left: 0.5%;
  margin-right: 0.5%;
  margin-bottom: 15px;
  float: left;
}
#imageGroups:last-of-type .promoImageColumnText:hover {
  display: none;
}
#imageGroups:last-of-type .groupImage:hover {
  filter: none;
}
.groupImage {
  width: 100%;
  transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}

#imageGroups:hover .groupImage {
  filter: brightness(0.5);
}
.promoWideImage {
  position: relative;
  float: left;
  width: 33%;
  height: 180px;
  margin-bottom: 30px;
  background-size: cover;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.fullScreenPromo {
  width: 100%;
  margin: 0 auto;
  height: auto;
  position: relative;
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
}
.fullScreenContainer {
  display: block;
  width: 100%;
  position: relative;
  height: auto;
  margin: 40px auto;
  overflow: hidden;
}
.promoImageColumnText {
  display: none;
  position: absolute;
  text-align: center;
  color: white;
  margin-top: 0px;
  font-size: 37px;
  font-weight: 300;
}
#imageGroups:hover .promoImageColumnText {
  display: block;
}

.promoColumnImage {
  display: flex;
  align-items: center;
}
.promoImageColumnText p {
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  #imageGroups {
    width: 100%;
  }
  .promoColumnImage {
    width: 100%;
    height: 90vw;
    margin: 0 auto;
    display: block;
    float: none;
    margin-bottom: 0px;
  }
  .promoWideImage {
    width: 100%;
    height: 43vw;
    margin-left: 0px;
    margin-right: 0%;
    display: block;
    margin-bottom: 0px;
  }
  .promoWideImage:nth-child(odd) {
    margin-right: 0px;
  }
  .promoImageColumnText {
    font-size: 17px;
    left: 15px;
    bottom: 15px;
  }
  .promoColumnImage .promoImageColumnText {
    font-size: 25px;
  }
  .fullScreenContainer {
    width: 100%;
    margin: 20px auto;
    margin-bottom: 35px;
  }
}

/* File: //css/groups/imageWithText.css */
.imageWithTextGroupContainer {
  height: auto;
  width: 100%;
  display: flex;
  background: #000000;
  align-items: center;
}

.groupItemsContainer {
  width: 1100px;
  margin: 0 auto;
  height: 100%;
  text-align: left;
}

.imageColumn {
  width: 49%;
  display: block;
}

.textColumn {
  width: 51%;
}

.groupItemContainer {
  width: 600px;
  height: 400px;
}

.groupItem {
  width: 100%;
  height: auto;
  display: block;
}
.groupItem img {
  width: 100%;
  display: block;
}

.groupItemContainer:hover .groupItem,
.groupItemContainer:focus .groupItem {
  background-size: 110%;
}

.imageColumnFloatLeft {
  float: left;
}
.imageColumnFloatRight {
  float: right;
}

.groupItemTitle {
  line-height: 35px;
  font-size: 19px;
  color: #ffffff;
  text-transform: uppercase;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 25px;
  padding: 3px 17px;
  transition: background-color 0.4s ease-out;
  -moz-transition: background-color 0.4s ease-out;
  -webkit-transition: background-color 0.4s ease-out;
  -o-transition: background-color 0.4s ease-out;
  transition: color 0.4s ease-out;
  -moz-transition: color 0.4s ease-out;
  -webkit-transition: color 0.4s ease-out;
  -o-transition: color 0.4s ease-out;
  border: 1px solid #ffffff;
}
.groupItemTitle:hover {
  background: #ffffff;
  color: #000000;
}
.groupItemText {
  line-height: 36px;
  color: #ffffff;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 300;
  margin: auto;
}
.bold {
  font-weight: bold;
}

.imageWithTextsSliderContainer .slick-list {
  padding-top: 20px;
}

.groupTitle:hover {
  background-size: 120%;
}
.productsSlidesContainer {
  position: relative;
  width: calc(100% - 280px);
  float: left;
}
.imageWithTextsSliderContainer {
  width: 100%;
  overflow: visible;
}
.imageWithTextsSliderLeftArrow {
  display: block;
  position: absolute;
  left: 10px;
  top: 180px;
  z-index: 1;
  height: 40px;
  width: 40px;
  border-radius: 3px;
  background-color: #9d1b2c;
  background-image: url(../../files/oriente/left-arrow.png);
  background-size: 50% 50%;
  background-position: 43% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.imageWithTextsSliderLeftArrow:not(.slick-disabled):hover,
.imageWithTextsSliderRightArrow:not(.slick-disabled):hover {
  background-color: #7c0e21 !important;
  opacity: 1 !important;
}
.imageWithTextsSliderRightArrow {
  display: block;
  position: absolute;
  right: 20px;
  top: 180px;
  z-index: 1;
  height: 40px;
  width: 40px;
  border-radius: 3px;
  background-color: #9d1b2c;
  background-image: url(../../files/oriente/right-arrow.png);
  background-size: 50% 50%;
  background-position: 57% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.productsSlidesContainer .slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.productsSlidesContainer .slick-disabled:hover {
  opacity: 0 !important;
}
.groupTextContainer {
  max-width: 532px;
  margin: auto;
}
@media screen and (min-width: 770px) and (max-width: 1100px) {
  .imageColumnFloatLeft {
    /*margin-left: 12px;*/
  }

  .textColumn {
    margin-left: 20px;
  }

  .groupItemsContainer {
    width: 1000px;
  }

  .imageColumnFloatRight {
    margin-right: 33px;
  }
}

@media screen and (max-width: 768px) {
  .imageColumn {
    width: 100%;
  }
  .textColumn {
    width: 100%;
  }
  .groupTextContainer {
    max-width: unset;
    width: 85%;
    margin: 30px auto;
  }
  .imageWithTextGroupContainer {
    height: auto;
    flex-direction: column;
  }
  .groupItemsContainer {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
  }

  .groupItemContainer {
    width: 100%;
    height: auto;
  }
  .groupTitle {
    width: 100%;
    height: 70px;
    line-height: 75px;
    font-size: 22px;
  }
  .groupItemText {
    line-height: 25px;
    font-size: 19px;
    text-align: center;
    max-width: 400px;
  }
  .productsSlidesContainer {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .imageWithTextsTextSlide .productViewContainer {
    width: 96%;
  }
  .imageWithTextsSliderRightArrow {
    top: 35%;
    height: 35px;
    width: 35px;
    right: 10px;
  }
  .imageWithTextsSliderLeftArrow {
    top: 35%;
    height: 35px;
    width: 35px;
    left: 5px;
  }
  .imageWithTextsGroupContainer {
    margin-top: 19px;
  }
  .imageWithTextsSliderContainer .slick-list {
    padding-top: 0px;
  }
  .groupItemTitle {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin: 17px auto 0px;
  }
}
@media screen and (min-width: 415px) and (max-width: 768px) {
  .textColumn {
    margin-top: 13px;
    margin-bottom: 10px;
  }
}

/* File: //css/groups/imageWithProducts.css */
.imageWithProductsGroupContainer {
    width: 100%;
    margin-top: 50px;
}

.groupItemsContainer {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.groupItem {
    width: 270px;
    height: 430px;
    
    margin-right:10px;
}
.groupItemFloatLeft{
    float:left;
}
.groupItemFloatRight{
    float:right;
}
.groupTitle {
    text-align: center;
    vertical-align: middle;
    background-size: contain;
    background-color: #c41130;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    color: white;
    cursor: pointer;
    background-size: 100%;
    background-position: center;
    margin-top: 20px;
    display:table;
}
.groupItemTitle{
    display:table-cell;
    vertical-align:middle;
    line-height:35px;
    font-size:25px;
    padding-left:10%;
    padding-right:10%;
}
.bold{
    font-weight:800;
}

.imageWithProductsSliderContainer .slick-list {
    padding-top: 20px;
}

.groupTitle:hover {
    background-size: 120%;
}
.productsSlidesContainer{
    position:relative;
    width: calc(100% - 280px);
    float: left;
}
.imageWithProductsSliderContainer {
    width: 100%;
    overflow: visible;
}
.imageWithProductsSliderLeftArrow{
    display: block;
    position: absolute;
    left: 10px;
    top: 180px;
    z-index: 1;
    height: 40px;
    width: 40px;
    border-radius: 3px;
    background-color: #9d1b2c;
    background-image: url(../../files/oriente/left-arrow.png);
    background-size: 50% 50%;
    background-position: 43% 50%;
    background-repeat: no-repeat;
    cursor:pointer;
    transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
}
.imageWithProductsSliderLeftArrow:not(.slick-disabled):hover, .imageWithProductsSliderRightArrow:not(.slick-disabled):hover{
    background-color:#7c0e21 !important;
    opacity:1 !important;
}
.imageWithProductsSliderRightArrow{
    display: block;
    position: absolute;
    right: 20px;
    top: 180px;
    z-index: 1;
    height: 40px;
    width: 40px;
    border-radius: 3px;
    background-color: #9d1b2c;
    background-image: url(../../files/oriente/right-arrow.png);
    background-size: 50% 50%;
    background-position: 57% 50%;
    background-repeat: no-repeat;
    cursor:pointer;
    transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
}
.productsSlidesContainer .slick-disabled{
    opacity:0;
    pointer-events:none;
}
.productsSlidesContainer .slick-disabled:hover{
    opacity:0 !important;
}
@media screen and (max-width:768px){
    .groupItemsContainer{
        position:relative;
        width:100%;
        height:auto;
        overflow:hidden;
        display:block;
    }
    .groupTitle{
        width: 100%;
        height: 70px;
        line-height: 75px;
        font-size: 22px;
    }
    .productsSlidesContainer{
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .imageWithProductsProductSlide .productViewContainer{
        width:96%;
    }
    .imageWithProductsSliderRightArrow{
        top: 35%;
        height: 35px;
        width: 35px;
        right:10px;
    } 
    .imageWithProductsSliderLeftArrow{
        top: 35%;
        height: 35px;
        width: 35px;
        left:5px;
    }
    .imageWithProductsGroupContainer{
        margin-top:20px;
    }
    .imageWithProductsSliderContainer .slick-list {
        padding-top: 0px;
    }
    .groupItemTitle{
        font-size:20px;
        line-height:25px;
    }
}
/* File: //css/groups/look-slider.css */
.group-look-slider {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.group-look-slider-title {
  position: relative;
  width: 100%;
  text-align: center;
  font-weight: 600;
  margin-top: 20px;
}

.look-slider-container {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

.look-slide {
  display: block;
  margin-right: 10px;
  margin-left: 10px;
  /* opacity: 0.4; */
}

.look-slide-img {
  position: relative;
  display: block;
  width: 100%;
}

.group-look-slider .slick-center {
  position: relative;
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  transform: scale(1.25);
  opacity: 1;
  z-index: 1;
}

.group-look-slider .slick-track {
  padding-top: 93px;
  padding-bottom: 100px;
}

.look-slider-dot {
  position: absolute;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px -1px #000;
  cursor: pointer;
}

.look-slider-dot:before,
.look-slider-dot:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0.5px solid #fff;
  border-radius: 50%;
}

.look-slider-dot:before {
  animation: ripple 2s linear infinite;
}

.look-slider-dot:after {
  animation: ripple 2s linear 1s infinite;
}

@keyframes ripple {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.7);
    opacity: 1;
  }

  100% {
    transform: scale(2.4);
    opacity: 0;
  }
}

.look-slider-tag {
  position: absolute;
  overflow: hidden;
  display: flex;
  background: #fafafa;
  border: 0.5px solid #bdbdbd;
  border-radius: 5px;
  padding: 11px;
  box-shadow: 1px 1px 10px -1px rgba(173, 173, 173, 0.54);
  -webkit-box-shadow: 1px 1px 10px -1px rgba(173, 173, 173, 0.54);
  -moz-box-shadow: 1px 1px 10px -1px rgba(173, 173, 173, 0.54);
  opacity: 0;
  transition: all 0.3s;
  align-items: center;
}

.look-slider-tag.show {
  opacity: 1;
}

.look-slider-tag:hover,
.look-slider-tag.selected-tag,
.look-slider-dot:hover + .look-slider-tag {
  transform: scale(1.04);
  border-color: #9b9b9b;
}

.left-card.show {
  animation-name: fadeInLeft;
  animation-duration: 1s;
}

.right-card.show {
  animation-name: fadeInRight;
  animation-duration: 1s;
}

.look-slider-tag-img {
  position: relative;
  float: left;
  height: 54px;
  width: 47px;
  overflow: hidden;
}

.look-slider-tag-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.look-slider-tag-img img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

.look-slider-tag-info {
  position: relative;
  float: left;
  margin-left: 15px;
  font-size: 13px;
  width: 115px;
  line-height: 15px;
  gap: 5px;
  display: grid;
  flex-direction: column;
}

.look-slider-tag-name {
  position: relative;
  font-size: 11px;
}

.look-slider-tag-old-price {
  position: relative;
  font-size: 10px;
  text-decoration: line-through;
}

.look-slider-tag-price {
  position: relative;
  font-size: 10px;
  font-weight: 600;
}

.slick-current .look-slide-img {
  filter: brightness(95%);
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.look-slider-left-arrow,
.look-slider-right-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #000;
  top: calc(50% - 25px);
  left: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  display: flex !important;
}

.look-slider-right-arrow {
  left: auto;
  right: 100px;
}

.look-mobile-tag {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .look-slider-container {
    width: 100%;
    margin: 0 auto;
  }

  .look-slider-tag.show {
    display: none !important;
  }

  .look-mobile-tag.mobileShow {
    display: flex !important;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    width: 100%;
    height: 100%;
    z-index: 2;
    align-items: center;
    justify-content: center;
  }

  .slick-current .mobileShow .look-slider-tag {
    display: flex !important;
  }

  .look-slider-tag.left-card {
    left: 0px !important;
  }

  .look-slider-tag.right-card {
    right: 0px !important;
  }

  .group-look-slider .slick-dots {
    bottom: 75px;
  }

  .group-look-slider .slick-dots li button:before {
    border: none;
    border-radius: 0;
    width: 30px;
    height: 5px;
    color: transparent;
    opacity: 0.5;
    font-size: 0;
    background-color: #cfcbba;
    border-radius: 3px;
  }

  .group-look-slider .slick-dots li {
    width: 30px !important;
  }

  .group-look-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: #000;
  }

  .look-slider-tag {
    width: 75%;
    height: 100px;
  }

  .look-slider-tag-img {
    height: 100px;
    width: 80px;
  }

  .look-slider-tag-info {
    height: auto;
    width: calc(90% - 80px - 15px);
  }

  .look-slider-tag-name {
    font-size: 14px;
  }

  .look-slider-tag-old-price,
  .look-slider-tag-price {
    font-size: 13px;
  }

  .look-slider-tag-link {
    position: relative;
    margin-top: 7px;
    cursor: pointer;
    text-decoration: underline;
    color: #555;
  }

  .look-slider-tag-close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
    right: 10px;
    top: 7px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #555;
  }

  .slick-current .look-slider-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
  }

  .look-slider-tag:hover,
  .look-slider-tag.selected-tag,
  .look-slider-dot:hover + .look-slider-tag {
    transform: scale(1);
    border-color: inherit;
  }

  .group-look-slider-title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .group-look-slider .slick-center {
    -webkit-transform: unset;
    -moz-transform: unset;
    transform: unset;
  }

  .look-slide {
    margin-left: 0;
    margin-right: 0;
  }
  .group-look-slider .slick-track {
    padding-top: 0;
  }
  .look-slider-left-arrow,
  .look-slider-right-arrow {
    display: none !important;
  }
}

/* File: /css/highlights/render.css */
#highlights {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: auto;
}

.highlight {
  position: relative;
  width: 100%;
  display: block;
  height: 100vh;
  object-fit: cover;
}
.highlight iframe {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

@media screen and (max-width: 768px) {
  .highlight {
    object-fit: contain;
    height: auto;
  }
}

/* File: /css/groups/imageWithText.css */
.imageWithTextGroupContainer {
  height: auto;
  width: 100%;
  display: flex;
  background: #000000;
  align-items: center;
}

.groupItemsContainer {
  width: 1100px;
  margin: 0 auto;
  height: 100%;
  text-align: left;
}

.imageColumn {
  width: 49%;
  display: block;
}

.textColumn {
  width: 51%;
}

.groupItemContainer {
  width: 600px;
  height: 400px;
}

.groupItem {
  width: 100%;
  height: auto;
  display: block;
}
.groupItem img {
  width: 100%;
  display: block;
}

.groupItemContainer:hover .groupItem,
.groupItemContainer:focus .groupItem {
  background-size: 110%;
}

.imageColumnFloatLeft {
  float: left;
}
.imageColumnFloatRight {
  float: right;
}

.groupItemTitle {
  line-height: 35px;
  font-size: 19px;
  color: #ffffff;
  text-transform: uppercase;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 25px;
  padding: 3px 17px;
  transition: background-color 0.4s ease-out;
  -moz-transition: background-color 0.4s ease-out;
  -webkit-transition: background-color 0.4s ease-out;
  -o-transition: background-color 0.4s ease-out;
  transition: color 0.4s ease-out;
  -moz-transition: color 0.4s ease-out;
  -webkit-transition: color 0.4s ease-out;
  -o-transition: color 0.4s ease-out;
  border: 1px solid #ffffff;
}
.groupItemTitle:hover {
  background: #ffffff;
  color: #000000;
}
.groupItemText {
  line-height: 36px;
  color: #ffffff;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 300;
  margin: auto;
}
.bold {
  font-weight: bold;
}

.imageWithTextsSliderContainer .slick-list {
  padding-top: 20px;
}

.groupTitle:hover {
  background-size: 120%;
}
.productsSlidesContainer {
  position: relative;
  width: calc(100% - 280px);
  float: left;
}
.imageWithTextsSliderContainer {
  width: 100%;
  overflow: visible;
}
.imageWithTextsSliderLeftArrow {
  display: block;
  position: absolute;
  left: 10px;
  top: 180px;
  z-index: 1;
  height: 40px;
  width: 40px;
  border-radius: 3px;
  background-color: #9d1b2c;
  background-image: url(../../files/oriente/left-arrow.png);
  background-size: 50% 50%;
  background-position: 43% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.imageWithTextsSliderLeftArrow:not(.slick-disabled):hover,
.imageWithTextsSliderRightArrow:not(.slick-disabled):hover {
  background-color: #7c0e21 !important;
  opacity: 1 !important;
}
.imageWithTextsSliderRightArrow {
  display: block;
  position: absolute;
  right: 20px;
  top: 180px;
  z-index: 1;
  height: 40px;
  width: 40px;
  border-radius: 3px;
  background-color: #9d1b2c;
  background-image: url(../../files/oriente/right-arrow.png);
  background-size: 50% 50%;
  background-position: 57% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.productsSlidesContainer .slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.productsSlidesContainer .slick-disabled:hover {
  opacity: 0 !important;
}
.groupTextContainer {
  max-width: 532px;
  margin: auto;
}
@media screen and (min-width: 770px) and (max-width: 1100px) {
  .imageColumnFloatLeft {
    /*margin-left: 12px;*/
  }

  .textColumn {
    margin-left: 20px;
  }

  .groupItemsContainer {
    width: 1000px;
  }

  .imageColumnFloatRight {
    margin-right: 33px;
  }
}

@media screen and (max-width: 768px) {
  .imageColumn {
    width: 100%;
  }
  .textColumn {
    width: 100%;
  }
  .groupTextContainer {
    max-width: unset;
    width: 85%;
    margin: 30px auto;
  }
  .imageWithTextGroupContainer {
    height: auto;
    flex-direction: column;
  }
  .groupItemsContainer {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
  }

  .groupItemContainer {
    width: 100%;
    height: auto;
  }
  .groupTitle {
    width: 100%;
    height: 70px;
    line-height: 75px;
    font-size: 22px;
  }
  .groupItemText {
    line-height: 25px;
    font-size: 19px;
    text-align: center;
    max-width: 400px;
  }
  .productsSlidesContainer {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .imageWithTextsTextSlide .productViewContainer {
    width: 96%;
  }
  .imageWithTextsSliderRightArrow {
    top: 35%;
    height: 35px;
    width: 35px;
    right: 10px;
  }
  .imageWithTextsSliderLeftArrow {
    top: 35%;
    height: 35px;
    width: 35px;
    left: 5px;
  }
  .imageWithTextsGroupContainer {
    margin-top: 19px;
  }
  .imageWithTextsSliderContainer .slick-list {
    padding-top: 0px;
  }
  .groupItemTitle {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin: 17px auto 0px;
  }
}
@media screen and (min-width: 415px) and (max-width: 768px) {
  .textColumn {
    margin-top: 13px;
    margin-bottom: 10px;
  }
}

/* File: //css/layouts/header.css */
body {
  font-family: "Open Sans";
}

#content {
  min-height: calc(100vh - 88px - 320px);
}

#fastAddToCartPopup {
  display: none;
  background-color: black;
  color: white;
  width: auto;
  position: fixed;
  right: 0;
  top: 96px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  height: 43px;
  line-height: 43px;
  z-index: 1000;
  padding: 0px 15px;
}

#fastAddToCartPopup.visible {
  display: block;
}

/* Effect 4: bottom border enlarge */
.cl-effect-4 a {
  padding: 0 0 24px;
}

.wishListProductsDiv {
  float: right;
  position: relative;
  width: 33px;
  z-index: 1;
  height: 21px;
}

.wishListQuantity {
  position: absolute;
  top: -5px;
  right: 0px;
  background: #000000;
  font-weight: bold;
  border-radius: 14px;
  width: 13px;
  height: 13px;
  display: flex;
  z-index: 999;
  font-size: 9px;
  line-height: 13px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.profileImage path {
  fill: #303030;
}

.searchImage path {
  fill: #303030;
}

.cartIcon path {
  fill: #303030;
}

.heart {
  background-image: url(/files/heart.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  position: relative;
  cursor: pointer;
  z-index: 999;
  margin-right: 10px;
}

.cl-effect-4 a::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000000;
  content: "";
  opacity: 0;
  -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
  transition: height 0.3s, opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  transform: translateY(-15px);
}

#headerMessageBar {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  padding-top: 12px;
  padding-bottom: 8px;
  background-color: #132457;
  color: white;
  font-weight: 300;
  letter-spacing: 4px;
  font-size: 13px;
  z-index: 999999;
  position: fixed;
}

.cl-effect-4 a:hover::after,
.cl-effect-4 a:focus::after {
  height: 2px;
  opacity: 1;
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}

#header {
  height: 100px;
  position: fixed;
  width: 100%;
  z-index: 100;
  transition: all 0.2s;
  background-color: #ffffff;
  /* box-shadow: 0px 4px 9px rgb(0 0 0 / 5%); */
}

#topHiddenBar {
  background-color: #fff;
  color: #282828;
  position: fixed;
  left: 0;
  top: -70px;
  width: 100%;
  opacity: 0.8;
  z-index: 10000;
  overflow: visible;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.176);
  height: 70px;
  transition: top 0.3s ease-out;
  -moz-transition: top 0.3s ease-out;
  -webkit-transition: top 0.3s ease-out;
  -o-transition: top 0.3s ease-out;
}

#topHiddenBarOptions {
  position: relative;
  text-align: center;
  display: block;
  margin: auto;
  max-width: 1300px;
}

#topHiddenBarWrapper {
  display: inline-block;
  min-width: 1100px;
  width: 100%;
}

#headerLogoContainer {
  line-height: 80px;
}

#headerLogo {
  height: auto;
  width: 192px;
  margin-bottom: 0px;
  display: block;
  margin-top: 9px;
  float: left;
}

#headerLogoImg {
  height: 48px;
}

#headerLogoIndexImg {
  display: none;
}

#headerWrapper {
  display: inline-block;
  width: auto;
}

#headerMessageBar {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 8px;
  background-color: white;
  color: #132457;
  letter-spacing: 4px;
  font-size: 12px;
}

.headerOption {
  position: relative;
  float: left;
  margin-right: 25px;
  margin-left: 25px;
  color: #000000;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  cursor: pointer;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  height: 65px;
  margin-top: 0px;
  top: 0px;
  line-height: 75px;
}

@-webkit-keyframes sale-effect {
  0% {
    color: black;
  }

  50% {
    color: rgb(239, 99, 60);
  }

  100% {
    color: black;
  }
}

@-moz-keyframes sale-effect {
  0% {
    color: black;
  }

  50% {
    color: rgb(239, 99, 60);
  }

  100% {
    color: black;
  }
}

@-ms-keyframes sale-effect {
  0% {
    color: black;
  }

  50% {
    color: rgb(239, 99, 60);
  }

  100% {
    color: black;
  }
}

@-o-keyframes sale-effect {
  0% {
    color: black;
  }

  50% {
    color: rgb(239, 99, 60);
  }

  100% {
    color: black;
  }
}

@keyframes sale-effect {
  0% {
    color: black;
  }

  50% {
    color: rgb(239, 99, 60);
  }

  100% {
    color: black;
  }
}

.columnCatThree {
  display: none;
  flex-flow: column;
  min-height: 266px;
  width: 230px;
  padding: 21px 70px 21px 40px;
  background: #f5f5f5;
  box-sizing: border-box;
}

.columnCatThree.selected {
  display: flex;
}

.categoryLevelThreeTitle {
  position: relative;
  font-size: 15px;
  line-height: 19px;
  width: fit-content;
  display: block;
  float: left;
  font-weight: 300;
  padding-top: 15px;
  padding-bottom: 15px;
}

.categoryLevelThreeTitle:hover {
  font-weight: 600;
}

.headerOptions {
  display: flex;
  width: calc(100% - 480px);
  margin-top: 27px;
  float: left;
  position: relative;
  justify-content: space-around;
}

.headerLink {
  position: relative;
  float: left;
  display: block;
  height: 20px;
  font-family: "HelveticaNeue";
  margin-right: 7px;
  text-transform: uppercase;
  font-size: 16px;
  color: #303030;
  font-weight: 300;
}

.headerLink:hover {
  color: #000000;
}

.shopLink {
  text-transform: uppercase;
}

.cartIcon {
  float: right;
  color: white;
  position: relative;
}

.cartIcon img {
  width: 24px;
  top: 3px;
  position: relative;
}

.profileIcon {
  float: left;
  display: flex;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 15px;
  align-items: center;
  width: 50px;
  line-height: 33px;
  margin-bottom: 12px;
  color: #303030;
}

.profileIcon:hover {
  cursor: pointer;
}

.rightContent {
  background-image: url(/files/rectangle.svg);
  width: 200px;
  float: right;
  height: 74px;
  background-size: 100%;
  position: relative;
  background-repeat: no-repeat;
}

#headerSeparatorBar {
  position: relative;
  float: left;
  margin-right: 10px;
  margin-left: -10px;
  height: 50px;
  margin-top: 16px;
}

#headerMainBar {
  width: 90%;
  margin: auto;
  height: 55px;
  overflow: hidden;
  display: block;
  padding-bottom: 51px;
}

#headerPromo {
  width: 100%;
  position: relative;
  height: auto;
  float: left;
}

#headerPromoText {
  float: left;
  color: #303030;
  margin-left: 6%;
  font-size: 15px;
  position: relative;
  width: fit-content;
  line-height: 19px;
}

#headerPromoText img {
  top: 7px;
  position: relative;
  margin-right: 10px;
}

#rightHeaderOptions {
  float: right;
  height: 35px;
  border-bottom: 1px solid #000000;
  margin-right: 6%;
}

.headerLinkTop {
  color: #303030;
  font-family: "HelveticaNeue";
  font-size: 12px;
  text-transform: uppercase;
  margin-left: 30px;
  float: left;
  margin-right: 30px;
  line-height: 35px;
}

.headerLinkTop:hover {
  color: #c7a567;
}

.headerSearchImg {
  position: relative;
  float: left;
  height: 25px;
  margin-top: 20px;
  margin-left: 50px;
  cursor: pointer;
}

#headerFacebook,
#headerInstagram {
  position: relative;
  float: left;
  height: 27px;
  margin-top: 20px;
  margin-left: 60px;
  cursor: pointer;
}

#headerCart {
  position: relative;
  float: left;
  height: 30px;
  cursor: pointer;
  margin-left: 45px;
}

#headerCart2 {
  position: relative;
  float: left;
  height: 30px;
  margin-top: 20px;
}

.cartAmount {
  display: inline-block;
  position: absolute;
  background: none;
  background-color: #000000;
  width: 13px;
  z-index: 1;
  border-radius: 92px;
  text-align: center;
  font-size: 9px;
  font-weight: 600;
  color: white;
  left: 20px;
  height: 13px;
  line-height: 13px;
  top: 17px;
}

.profileDiv {
  float: left;
  width: 88px;
  margin-left: 1px;
}

.myProfile {
  float: left;
  letter-spacing: 2px;
  font-size: 11px;
  color: #b4a193;
  margin-top: 7px;
  margin-left: 20px;
  cursor: pointer;
}

#headerProfile {
  position: relative;
  float: left;
  height: 26px;
  width: 25px;
  margin-top: 16px;
  margin-right: 20px;
  cursor: pointer;
  margin-left: 45px;
}

#searchBar {
  position: relative;
  margin-left: 31px;
  float: left;
  width: 163px;
  top: 2px;
  color: white;
  background-color: #f5f5f5;
  border-radius: 23px;
  z-index: 100;
  transition: width 1.1s;
  border: 1px solid #f5f5f5;
  overflow: hidden;
  height: 24px;
}

#searchBar.openBar {
  height: 35px;
  /*border: 1px solid white;*/
}

#searchButton {
  position: relative;
  float: left;
  font-size: 18px;
  margin-top: 8px;
  margin-left: 9px;
  color: #12225a;
  cursor: pointer;
}

#searchSite {
  width: 229px;
  float: left;
  position: relative;
  margin: 0 auto;
  margin-left: 5px;
  height: 100%;
  background-color: #f5f5f5;
  color: #303030;
  font-size: 12px;
  text-align: left;
  text-indent: 10px;
  border: none;
  letter-spacing: 0px;
  padding-left: 0px;
  padding-top: 0px;
}

#searchSite::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #132457;
}

#searchSite:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #132457;
}

#searchSite::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #132457;
}

#searchSite:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #132457;
}

#searchSite::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #132457;
}

.expandedCategory {
  position: fixed;
  top: 130px;
  left: 0px;
  display: none;
  height: 0px;
  background-color: #ffffff;
  opacity: 1;
  z-index: 10;
  min-width: 335px;
  color: #303030;
}

.expandedCategory.expandedCategories {
  min-width: unset;
}

.categoryLevelTwoImage {
  float: left;
  width: auto;
  height: auto;
  max-height: 250px;
  max-width: 208px;
  display: none;
  margin-left: 20px;
  position: absolute;
  top: 12px;
  right: 24px;
}

.categoryLevelTwoImage.selected {
  display: block;
}

.categoryColumn {
  width: fit-content;
  position: relative;
  height: auto;
  display: flex;
  float: left;
  /* min-height: 263px; */
  overflow: hidden;
}

.columnCatContainer {
  min-width: 183px;
  position: relative;
  margin-top: 21px;
  height: auto;
  box-sizing: border-box;
  padding: 0px 40px;
  /* min-height: 266px; */
  float: left;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  margin-bottom: 21px;
}

.verticalSeparatorHeader {
  width: 1px;
  float: left;
  height: 90%;
  background-color: white;
  margin-top: 16px;
}

.showMore {
  font-size: 12px;
  text-decoration: underline;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #808285;
}

.categoryLevelForthTitle:hover::after {
  width: calc(100% - 18px);
}

.categoryLevelTwoTitle {
  position: relative;
  font-size: 15px;
  width: fit-content;
  display: block;
  float: left;
  margin-right: 5%;
  font-weight: 300;
  padding-top: 15px;
  padding-bottom: 15px;
}

.categoryLevelTwoTitle:hover {
  color: #c7a567;
}

#headerDummy {
  position: relative;
  width: 100%;
  height: 100px;
}

#topHiddenBar.shownBar {
  top: 0px;
}

.expandedCategory.shownExpandedCategory {
  /* position: fixed; */
  /* top: 112px; */
}

#searchBar.shownSearchBar {
  position: absolute;
  top: 120px;
  position: fixed;
}

.topRightBar {
  float: right;
  width: fit-content;
  margin-top: 12px;
  margin-right: 20px;
}

.languages {
  float: left;
  color: black;
  margin-top: 4px;
}

#language {
  background-color: white;
  width: 30px;
  border: none;
  font-size: 12px;
}

.signInContainer {
  font-size: 13px;
  width: auto;
  float: left;
  margin-left: 18px;
  margin-right: 18px;
  padding-top: 6px;
  cursor: pointer;
  color: black;
  text-align: center;
}

.cart {
  float: left;
  margin-left: 16px;
}

.alertMessageLogo {
  width: 100px;
}

.alertCloseIcon {
  color: #061732;
}

.alertMessageMessage {
  font-size: 16px;
  color: #061732;
}

#cartMessageButtonsWrapper {
  float: none;
  width: 370px;
  margin: 0 auto;
}

#cartMessageDiv {
  overflow: hidden;
  width: 280px;
  padding: 0 0 0 0;
  height: fit-content;
  top: calc(50% - 280px);
  margin-top: 0px;
  border: none;
  padding-bottom: 30px;
  padding-top: 30px;
}

#alertMessageLogo,
.alertMessageLogo {
  width: 185px;
}

.alertMessageAceptar {
  background-color: #000000;
  border: 1px solid #000000;
  line-height: 35px;
  border-radius: 0px;
  float: none;
  transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -webkit-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  text-transform: uppercase !important;
}

.alertMessageAceptar:hover {
  color: #000000;
  opacity: 1;
  background-color: #ffffff !important;
}

.alertMessageClose {
  right: 13px;
  color: black;
  font-size: 20px;
}

.cartMessageAceptar {
  line-height: 32px;
  text-transform: initial;
  margin-left: 5px;
  margin-right: 5px;
  width: 170px;
  font-weight: 400;
  font-size: 12px;
}

#cartMessageButtonsWrapper {
  width: fit-content;
}

#alertMessageMessage,
.alertMessageMessage {
  margin-bottom: 30px;
  margin-top: 30px;
}

.categoryOneArrow {
  width: 10px;
  margin-right: 10px;
  /* top: -3px; */
  position: relative;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.rotated {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  margin-left: 1px;
}

.alertMessageDiv {
  border: 1px solid white;
  border-radius: 0px;
}

#myProfileUser,
#logoutUser {
  line-height: 28px;
  z-index: 1001;
  border: 1px solid #303030;
  color: #303030;
  margin-left: -75px;
}

#myProfileUser:hover,
#logoutUser:hover {
  background-color: #303030;
}

#checkoutMain2.opened {
  display: block;
}

.headerCart2Background {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.5;
}

#finishOrder {
  background-color: #303030;
  border: 1px solid #303030;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 20px;
  letter-spacing: 0;
  font-family: "Open Sans" !important;
}

#titlesFlex {
  font-family: "Open Sans" !important;
  width: 100%;
  background: #303030;
  padding-top: 15px;
  padding-bottom: 15px;
}

#finishOrder:hover {
  border: 1px solid #303030;
  background-color: #ffffff;
  color: #303030;
}

.productTitle {
  font-weight: 400;
  color: #ffffff;
  text-transform: inherit;
}

#productNameTitle {
  margin-left: 26px;
}

.productTitle:nth-child(2) {
  padding-left: 190px !important;
}

#accountOptions,
#accountOptions1 {
  width: 181px;
}

#accountOptions.guestAccount {
  width: 57px;
}

#dialogIconTriangle,
#dialogIconTriangle1,
#dialogIconTriangle2 {
  top: 23px;
  right: 139px;
  color: rgb(48, 48, 48);
}

#accountOptions.guestAccount #dialogIconTriangle {
  right: 14px;
}

.profileImage {
  width: 29px;
  height: 20px;
  position: relative;
  margin-right: 10px;
}

/* search bar */
.rightContainer {
  position: relative;
  float: right;
  height: 65px;
  width: 280px;
}

.rightHeaderContent {
  float: right;
  height: 100%;
  position: relative;
  justify-content: space-between;
  align-items: center;
  display: flex;
  width: 75px;
  margin-left: 5px;
}

.openSlider {
  left: 0px !important;
}

.searchBarContainer {
  position: relative;
  float: right;
  height: 65px;
  width: 200px;
  overflow: hidden;
}

.searchBarSlider {
  position: absolute;
  display: flex;
  width: 100%;
  align-items: center;
  height: 65px;
  left: 170px;
  transition: left 1s;
}

.searchIcon {
  padding-left: 0px;
  cursor: pointer;
  float: left;
  margin-top: 0px;
  width: 21px;
  position: absolute;
  z-index: 1000;
}

#checkoutMain2Content {
  top: 130px;
  padding: 0px;
}

.redLetters {
  color: #ff0000 !important;
}

.categoryLevelTwoTitle.viewAllCatTwo {
  display: none;
}

/*ipad*/
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
  .categoryLevelTwoTitle .viewAllCatTwo {
    display: block;
  }
}

@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
  .categoryLevelTwoTitle .viewAllCatTwo {
    display: block;
  }
}

/*mobile*/
@media screen and (min-width: 769px) and (max-width: 1100px) {
  #headerMainBar {
    width: 90%;
  }

  #headerLogoImg {
    height: 30px;
  }

  #headerLogo {
    margin-top: 16px;
    width: 87px;
  }

  .headerOptions {
    margin-left: 14px;
    min-width: 320px;
  }

  .headerLink {
    margin-left: 0px;
    margin-right: 0px;
    font-size: 10px;
  }

  .profileIcon {
    margin-left: 20px;
    margin-right: 20px;
  }

  #accountOptions,
  #accountOptions1,
  #accountOptions2 {
    width: 60px;
  }

  .cartAmount {
    right: 41px;
  }

  #dialogIconTriangle,
  #dialogIconTriangle1,
  #dialogIconTriangle2 {
    right: 19px;
  }

  #searchBar {
    width: 160px;
  }

  #content {
    max-width: unset;
    min-width: 0px;
  }

  #rightHeaderOptions {
    height: 30px;
  }

  .headerLinkTop {
    font-size: 10px;
    line-height: 30px;
  }

  .rightContainer {
    width: 271px;
  }

  .searchBarContainer {
    width: 190px;
  }

  .searchIcon {
    margin-top: 0px;
  }
}

@media screen and (max-width: 768px) {
  #fastAddToCartPopup {
    /* right: 15%; */
    font-size: 12px;
  }

  #header {
    height: 71px;
  }

  #headerDummy {
    height: 72px;
  }

  #header {
    position: fixed;
    border-bottom: 1px solid white;
  }

  #headerCart {
    position: relative;
    height: 30px;
    margin-top: 21px;
    cursor: pointer;
    margin-right: -5%;
    margin-left: 0px;
  }

  .cartAmount {
    width: 11px;
    height: 11px;
    float: none;
    top: -3px;
    left: 21px;
    line-height: 12px;
    font-size: 7px;
  }

  #headerMobileIcons {
    width: 125px;
    margin: auto;
  }

  #headerMobileProfile path {
    fill: #000000;
  }

  .cartContainer {
    float: right;
    width: 51px;
  }

  .cartIcon {
    margin-top: 26px;
    width: 34px;
  }

  .cartIcon svg {
    width: 22px;
  }

  .cartIcon img {
    width: 22px;
    top: 5px;
  }

  #headerMobileMenuIcon {
    width: 28px;
    height: 20px;
    position: relative;
    float: left;
    margin-top: 27px;
    margin-left: 27px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    z-index: 9999;
  }

  #headerMobileMenuIcon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 50%;
    background: #303030;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }

  #headerMobileMenuIcon span:nth-child(even) {
    left: 50%;
    /*border-radius: 0 9px 9px 0*/
  }

  #headerMobileMenuIcon span:nth-child(odd) {
    left: 0px;
    /*  border-radius: 9px 0 0 9px; */
  }

  #headerMobileMenuIcon span:nth-child(1),
  #headerMobileMenuIcon span:nth-child(2) {
    top: 0px;
  }

  #headerMobileMenuIcon span:nth-child(3),
  #headerMobileMenuIcon span:nth-child(4) {
    top: 8px;
  }

  #headerMobileMenuIcon span:nth-child(5),
  #headerMobileMenuIcon span:nth-child(6) {
    top: 17px;
  }

  #headerMobileMenuIcon.open span:nth-child(1),
  #headerMobileMenuIcon.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #headerMobileMenuIcon.open span:nth-child(2),
  #headerMobileMenuIcon.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #headerMobileMenuIcon.open span:nth-child(1) {
    left: 2px;
    top: 6px;
  }

  #headerMobileMenuIcon.open span:nth-child(2) {
    left: calc(50% - 6px);
    top: 6px;
  }

  #headerMobileMenuIcon.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
  }

  #headerMobileMenuIcon.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
  }

  #headerMobileMenuIcon.open span:nth-child(5) {
    left: 2px;
    top: 12px;
  }

  #headerMobileMenuIcon.open span:nth-child(6) {
    left: calc(50% - 6px);
    top: 12px;
  }

  #headerLogo {
    width: 120px;
    height: auto;
    margin-top: 17px;
    display: block;
    position: absolute;
  }

  .cart {
    float: right;
    margin-right: 10px;
    margin-top: 8px;
  }

  #rightHeaderOptions {
    position: relative;
    float: right;
    width: 85px;
    right: 0px;
  }

  #headerProfile {
    margin-top: 8.5px;
    margin-right: 7px;
  }

  #headerMobileProfile {
    position: relative;
    float: right;
    height: 18px;
    margin-top: 28px;
    cursor: pointer;
    margin-right: 8px;
  }

  #headerCartMobile {
    position: relative;
    float: left;
    margin-left: 5px;
    height: 29px;
    margin-top: 8.5px;
    display: block;
  }

  #headerMobileMenu {
    position: fixed;
    top: 0px;
    height: 100vh;
    width: 100vw;
    left: -100vw;
    z-index: 99;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  #headerMobileMenu.open {
    left: 0px;
  }

  .mobileMenuItem {
    position: relative;
    width: 100%;
    display: table;
    height: auto;
    font-family: "HelveticaNeue";
    font-weight: 300;
    margin-bottom: 10px;
    color: #303030;
  }

  #headerMobileMenuContainer {
    width: 305px;
    height: 100%;
    overflow: scroll;
    padding-top: 70px;
    background-color: #ffffff;
    box-shadow: 3px 0px 13px rgba(0, 0, 0, 0.1);
  }

  .customItems .mobileMenuLink {
    min-width: 50%;
  }

  .mobileMenuLink {
    position: relative;
    float: left;
    width: auto;
    font-size: 15px;
    max-width: 220px;
    height: 35px;
    padding-left: 30px;
    overflow: hidden;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    line-height: 21px;
  }

  .mobileMenuSubcategory .mobileMenuLink {
    text-indent: 12px;
    font-size: 15px;
    text-transform: inherit;
  }

  .mobileMenuCategoryLevelThree .mobileMenuLink {
    text-indent: 27px;
  }

  .mobileMenuSeeMore {
    position: relative;
    float: left;
    margin-left: 10px;
    height: 40px;
    line-height: 40px;
    width: 30px;
    text-align: center;
  }

  .mobileMenuSeeMore.open img {
    transform: rotate(270deg);

    -webkit-transform: rotate(270deg);

    -moz-transform: rotate(270deg);

    -o-transform: rotate(270deg);
  }

  .mobileMenuSubcategories {
    position: relative;
    float: left;
    width: 100%;
    height: 0px;
    overflow: hidden;
  }

  .mobileMenuSubcategory {
    position: relative;
    width: 100%;
    height: auto;
    color: #303030;
    height: auto;
    overflow: hidden;
  }

  .mobileMenuSubcategory.open {
    border-bottom: 0px;
  }

  .mobileMenuCategoryLevelThree {
    color: #000000;
  }

  #mobileSearchBar {
    position: relative;
    width: calc(80% - 2px);
    margin: 0 auto;
    height: 34px;
    padding-left: 2px;
    overflow: visible;
    font-family: "HelveticaNeue";
    margin-top: 10px;
    border-bottom: 1px solid #303030;
    margin-bottom: 30px;
  }

  #mobileSearchImg {
    position: relative;
    float: left;
    z-index: 1;
    height: 15px;
    margin-top: 10px;
  }

  #mobileSearch {
    position: relative;
    float: left;
    width: calc(100% - 50px);
    height: 100%;
    padding-left: 14px;
    font-size: 13px;
    color: #303030;
    background-color: transparent;
  }

  #mobileSearch::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #303030;
    letter-spacing: 0.06em;
  }

  #mobileSearch:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #303030;
    letter-spacing: 0.06em;
  }

  #mobileSearch::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #303030;
    letter-spacing: 0.06em;
  }

  #mobileSearch:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #303030;
    letter-spacing: 0.06em;
  }

  #mobileSearch::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #303030;
    letter-spacing: 0.06em;
  }

  #searchSite[type="search"]::-webkit-search-decoration,
  #searchSite[type="search"]::-webkit-search-cancel-button,
  #searchSite[type="search"]::-webkit-search-results-button,
  #searchSite[type="search"]::-webkit-search-results-decoration {
    display: none;
  }

  #mobileSearch[type="search"]::-webkit-search-decoration,
  #mobileSearch[type="search"]::-webkit-search-cancel-button,
  #mobileSearch[type="search"]::-webkit-search-results-button,
  #mobileSearch[type="search"]::-webkit-search-results-decoration {
    display: none;
  }

  .mobileMenuCategoryArrow {
    position: relative;
    float: right;
    height: 10px;
    top: 0px;
    right: 5px;
    -webkit-transition: 0.15s ease-in-out;
    -moz-transition: 0.15s ease-in-out;
    -o-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
  }

  .mobileMenuCategoryArrow.open {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

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

  .profileDiv {
    float: right;
    width: auto;
    margin-left: 0px;
  }

  .profileIcon {
    float: right;
    margin-left: 0px;
    margin-right: 10px;
    margin-top: 15px;
  }

  .profileIcon img {
    height: 33px;
    width: auto;
  }

  #cartMessageDiv {
    width: 90%;
    margin: 0 auto;
    height: auto;
    top: 10%;
  }

  #cartMessageButtonsWrapper {
    width: 174px;
  }

  .cartMessageAceptar {
    margin-bottom: 20px;
    margin-left: 2px;
  }

  .wishListProductsDivMobile {
    float: right;
    position: relative;
    width: 30px;
    margin-right: 12px;
  }

  .user {
    display: flex;
    margin-top: 15px;
    align-items: center;
    margin-left: 28px;
    overflow: visible;
    width: fit-content;
    font-family: "HelveticaNeue";
    font-size: 13px;
  }

  .wishListQuantity {
    top: 23px !important;
    font-size: 7px;
    width: 11px;
    color: white;
    height: 11px;
    right: 0px !important;
  }

  .customItems {
    position: relative;
    width: 100%;
    display: table;
    font-weight: 300;
    font-family: "HelveticaNeue";
    height: auto;
    color: #303030;
    margin-bottom: 120px;
  }

  .customItems .mobileMenuLink {
    margin-bottom: 10px;
  }

  .mobileMenuItem.open .categoryOne {
    color: #c7a567;
  }

  .categoryImg {
    float: left;
    position: absolute;
    top: 0px;
    right: 20px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

  .categoryOneArrow {
    width: 6px;
    margin-right: 10px;
    top: -2px;
  }

  .mobileMenuItem.open .categoryOneArrow {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    margin-left: 1px;
  }

  .user img {
    top: 1px;
    width: 18px;
    position: relative;
  }

  .categoryTwoArrow {
    top: 13px;
    width: 5px;
    position: absolute;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

  #headerLogoWhite {
    display: none;
    width: 120px;
    height: auto;
    margin-top: 17px;
    position: absolute;
  }

  .categoryLevelTwoTitle.viewAllCatTwo {
    display: none;
  }
}
/* File: //css/layouts/keyframes.css */

/* File: //css/layouts/footer.css */
#newsLetterMain {
  width: 100%;
  /* top: 70px; */
  float: left;
  position: relative;
  background: #000000;
}
#newsLetterMain:after {
  width: 90%;
  height: 1px;
  display: block;
  content: "";
  margin: auto;
  background: #ffffff;
}
#newsLetterContainerIndex {
  width: 1100px;
  margin: 0px auto;
  height: 110px;
  display: flex;
  align-items: center;
  min-width: 1100px;
  justify-content: space-around;
}
#newsLetterTitleContainer {
  width: 35%;
  float: left;
  text-align: right;
}
.titleLine {
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 34px;
  padding-bottom: 3px;
  margin-right: 40px;
}
#newsLetterSubtitle {
  width: 92%;
  font-size: 12px;
  line-height: 17px;
  color: white;
  font-weight: 300;
  position: relative;
  float: left;
  margin-top: 15px;
  margin-left: 10px;
}
#newsLetterSubtitle a {
  text-decoration: underline;
}

.newsletterinput {
  border: 1px solid #ffffff;
  margin: 0px auto;
  float: left;
  border-radius: 0px;
  height: 40px;
  background: transparent;
  width: 45%;
  margin-right: 2%;
  font-size: 12px;
  color: #ffffff;
  text-indent: 10px;
}

#newsLetterInputsContainer {
  width: 60%;
  height: auto;
  float: left;
  float: right;
}

.subscribeNewsletterButton {
  width: 170px;
  background-color: #ffffff;
  text-align: center;
  height: 40px;
  text-transform: uppercase;
  border: 2px solid #ffffff;
  color: black;
  font-size: 15px;
  font-weight: 400;
  line-height: 40px;
  cursor: pointer;
  float: left;
  transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -webkit-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
}
.bold {
  font-weight: 800;
}

#footerDummy {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  float: left;
}
.paymentContainer {
  display: flex;
  flex-direction: row;
  height: 135px;
}
.paymentColumn {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 10px;
  justify-content: space-around;
}
.paymentIcon {
  display: flex;
}
#footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 350px;
  overflow: hidden;
  background: #000000;
  text-align: center;
}

.shopAddress {
  position: relative;
  float: left;
  color: white;
  margin-right: 6%;
  margin-top: 72px;
  margin-left: 28px;
  text-align: left;
  line-height: 21px;
}

.footerSeparator {
  position: absolute;
  display: block;
  height: 100px;
  width: 1px;
  top: 69px;
  background: #ffffff;
  left: 304px;
}

.centeredContent {
  width: 1100px;
}

.columnsContainer {
  margin-top: 77px;
  float: left;
  width: 59%;
  display: flex;
  flex-flow: wrap;
  justify-content: space-evenly;
  position: relative;
  color: #ffffff;
  height: auto;
  overflow: hidden;
  margin-bottom: 77px;
  font-size: 15px;
}
.countryColumns {
  width: 100%;
  display: none;
}
.column {
  float: left;
  width: 33.3%;
  word-break: break-word;
}

.columnHeading {
  font-weight: 600;
  margin-bottom: 15px;
  text-align: left;
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 12px;
}

.columnItem {
  max-width: 358px;
  text-align: left;
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
}

a .columnItem:hover {
  font-weight: 600;
}

.centerWrapper {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  overflow: hidden;
}

.lastRow {
  width: 100%;
  float: left;
  margin-top: 108px;
  color: white;
  margin-bottom: 15px;
  font-size: 13px;
}

.footerColumn {
  position: relative;
  float: left;
  height: auto;
  overflow: hidden;
  margin-top: 80px;
  color: white;
  width: 198px;
  margin-right: 35px;
  margin-left: 35px;
  text-align: left;
}

.footerLogo {
  width: 170px;
}

.followUsColumn {
  width: 135px;
}

.footerColumnLink {
  cursor: pointer;
}

.footerColumnLink:hover {
  text-decoration: underline;
}

.newsletterColumn {
  width: 250px;
  margin-right: 0px;
  display: flex;
  float: right;
  color: white;
}

.footerColumnTitle {
  position: relative;
  text-align: left;
  font-size: 15px;
  margin-bottom: 20px;
  letter-spacing: 2px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.footerColumnRow {
  position: relative;
  font-size: 12px;
  margin-bottom: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 13px;
  float: left;
  width: 100%;
}

.subscribeNewsletterButton:hover {
  background-color: #000000;
  color: #ffffff;
}

#footerSocialIcons {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 30px;
  text-align: center;
}

.footerSocialIcon {
  position: relative;
  width: 42px;
  /* margin-left: 5px; */
  margin-right: 20px;
}
.termsRow {
  width: 75%;
  float: left;
  position: relative;
}
.newsletter_go {
  width: 15px;
  background-color: transparent;
  right: 32px;
  float: left;
  position: relative;
  height: 32px;
  border-radius: 2px;
}
#footerBottom {
  position: absolute;
  bottom: 0px;
  color: #ffffff;
  background: #000000;
}
#footerLogo {
  float: left;
  margin-top: 62px;
  margin-left: 12%;
  margin-right: -27px;
}
#footerLogoImg {
  height: 95px;
}
#acceptedTerms {
  position: relative;
  height: 15px;
  width: 15px;
  margin-top: 18px;
  background-color: white;
  border: 1px solid white;
  float: left;
  cursor: pointer;
}
#acceptedTerms:checked {
  background-image: url(../../files/checked.png);
  background-size: 70%;
  background-position: center center;
  background-repeat: no-repeat;
}
.footerIcon {
  float: left;
  height: 30px;
  margin-right: 8px;
}
.footerIconAccess {
  float: left;
  height: 35px;
  margin-right: 8px;
}
.extraInfoContainer {
  width: 100%;
  background-color: #ffffff;
  bottom: 45px;
  position: absolute;
  overflow: hidden;
}
.extraInfo {
  width: 80%;
  height: 131px;
  position: relative;
  margin: 0px auto;
}
.extraInfoColumn {
  width: 25%;
  position: relative;
  float: left;
}
.extraInfoColumn img {
  float: left;
  position: relative;
  bottom: 0px;
  margin-right: 5px;
}
.extraInfoTitle {
  width: 100%;
  float: left;
  text-align: left;
  font-size: 14px;
  color: #000000;
  margin-top: 20px;
  margin-bottom: 20px;
}
.access {
  float: left;
  color: white;
  text-align: left;
  margin-top: 10px;
  width: calc(100% - 43px);
}
.extraInfoImgs {
  float: left;
  height: 48px;
  display: flex;
  align-items: flex-end;
}
.lastImage {
  margin-top: 14px;
}
.byluna {
  float: right;
  margin-left: 100px;
  margin-top: 11px;
  width: auto;
  height: 22px;
}
.newsletterinput::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ffffff;
  opacity: 1;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Open Sans" !important;
}

.newsletterinput:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ffffff;
  opacity: 1;
  font-weight: 400;
  font-family: "Open Sans" !important;
  text-transform: uppercase;
}

.newsletterinput::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ffffff;
  opacity: 1;
  font-weight: 400;
  font-family: "Open Sans" !important;
  text-transform: uppercase;
}

.newsletterinput:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ffffff;
  opacity: 1;
  font-weight: 400;
  font-family: "Open Sans" !important;
  text-transform: uppercase;
}

.newsletterinput::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ffffff;
  opacity: 1;
  font-weight: 400;
  font-family: "Open Sans" !important;
  text-transform: uppercase;
}
.rights {
  width: calc(100% - 54px);
  padding-left: 54px;
  text-align: center;
}
.whatsAppWebContainer {
  width: 60px;
  height: 60px;
  right: 49px;
}
.whatsAppWebContainer.open {
  right: 49px;
  bottom: 83px !important;
}
.mediaColumnContainer {
  float: left;
  width: 20%;
  justify-content: center;
  height: 305px;
  display: flex;
  flex-direction: column;
}
.footerLogoColumn {
  position: relative;
  float: left;
  justify-content: center;
  width: 20%;
  align-items: center;
  display: flex;
  height: 305px;
}
#mediaColumn {
  float: left;
  width: fit-content;
  margin-bottom: 10px;
}
.columnsTitle {
  width: 100%;
  float: left;
  height: auto;
  position: relative;
  font-size: 18px;
  color: #a6a6a6;
  text-align: left;
  display: block;
  padding-bottom: 13px;
}

.country {
  float: left;
  cursor: pointer;
  font-weight: 600;
  margin-right: 5px;
}
.selectedCountry {
  color: #ffffff;
}

.bottomInfo {
  position: relative;
  bottom: unset;
  text-align: left;
  margin-top: 10px;
  float: left;
  width: 68%;
  height: auto;
  font-size: 14px;
  color: #ffffff;
  line-height: 18px;
}
.formPopupContainer {
  float: left;
  width: 100%;
  color: #303030;
}
.formPopupTitle {
  text-align: center;
  font-size: 35px;
  text-transform: uppercase;
  margin-block-end: 0em;
  margin-bottom: 20px;
  font-family: "HelveticaNeue";
}
.formPopupSubtitle {
  text-align: center;
  font-size: 20px;
  margin-block-start: 0em;
  margin-block-end: 0em;
}
.formPopupButton {
  width: 223px;
  height: 47px;
  margin: 34px auto;
  margin-bottom: 50px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  line-height: 50px;
  border: 2px solid #000000;
  background: #000000;
  transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -webkit-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
}
.formPopupButton:hover {
  background: #ffffff;
  color: #000000;
  border: 2px solid #303030;
}
#scrollContainer {
  cursor: pointer;
  position: fixed;
  right: 49px;
  z-index: 1;
  width: 60px;
  height: 60px;
  bottom: -170px;
  transition: bottom 0.1s ease-out, width 0.1s ease-out;
  -moz-transition: bottom 0.1s ease-out, width 0.1s ease-out;
  -webkit-transition: bottom 0.1s ease-out, width 0.1s ease-out;
  -o-transition: bottom 0.1s ease-out, width 0.1s ease-out;
}
#scrollContainer.open {
  bottom: 170px;
}
#scrollContainer img {
  width: 100%;
}

@media screen and (max-width: 1100px) {
  #newsLetterContainerIndex {
    width: 90%;
    margin: 0px auto;
    height: 210px;
    flex-direction: column;
    min-width: 0px;
    justify-content: normal;
  }

  .titleLine {
    font-size: 17px;
    width: 100%;
    line-height: 20px;
    text-align: center;
    margin: auto;
    padding-right: 0px;
  }

  #newsLetterTitleContainer {
    width: 100%;
    margin-top: 30px;
    margin-left: 0px;
    margin-bottom: 10px;
  }

  #newsLetterInputsContainer {
    width: 100%;
    height: auto;
    margin-bottom: 7px;
    float: none;
    margin-top: 10px;
    margin-left: 0px;
  }
  .subscribeNewsletterButton {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 14px;
    border: none;
    height: 40px;
    line-height: 40px;
  }
  .newsletterinput {
    width: calc(100% - 2px);
    padding: 0px;
    margin: 0px auto;
    float: none !important;
    margin-left: 0%;
    margin-bottom: 14px;
    height: 40px;
  }

  #footer {
    height: 660px;
    overflow: hidden;
  }

  .footerSeparator {
    display: none;
  }
  .rights {
    width: 170px;
    margin-right: 0;
    margin-top: 11px;
    line-height: 17px;
    font-size: 13px;
    margin-left: 0;
    padding-left: 15px;
    text-align: left;
  }
  .footerLogo {
    display: block;
    width: 150px;
    height: auto;
    margin: 25px auto;
  }
  .footerColumn {
    width: 100%;
    margin-top: 40px;
    float: none;
    margin-left: 0px;
    text-align: center;
  }
  .column {
    width: 100% !important;
    margin-right: 0%;
    margin-top: 0px;
    float: left;
  }

  .columnsContainer {
    width: 100%;
    display: block;
    margin-top: 5px;
    min-height: 255px;
    margin-bottom: 20px;
  }

  .columnHeading {
    font-size: 14px;
    text-align: center;
    margin-bottom: 8px;
    text-transform: uppercase;
    margin-top: 15px;
  }

  .columnItem {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    font-weight: 300;
    width: 260px;
    margin: auto;
  }

  .footerIcon {
    margin-left: 8px;
  }

  #footerLogo {
    width: 100%;
    margin-left: 0%;
    margin-top: 17px;
    position: relative;
    float: left;
    margin-bottom: 27px;
  }
  .byluna {
    height: 33px;
    margin-left: 0px;
    margin-right: 15px;
  }
  #footerBottom {
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    height: 55px;
    width: 100%;
  }
  .extraInfoContainer {
    position: relative;
    bottom: 50px;
  }
  .country:last-of-type {
    margin-right: 0px;
  }
  .whatsAppWebContainer.open {
    bottom: 41px !important;
    right: 7px;
    width: 45px;
    z-index: 2;
  }
  #footerBottom p {
    width: 100%;
    margin: auto;
  }
  .subscribeNewsletterButton:hover {
    border: none;
    background-color: #124194;
    color: white;
  }
  .formPopupTitle {
    font-size: 18px;
  }
  .formPopupSubtitle {
    font-size: 14px;
    line-height: 18px;
    width: 80%;
    margin: auto;
  }
  .formPopupButton {
    width: 180px;
    height: 34px;
    margin: 20px auto;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 34px;
  }
  .footerLogoColumn {
    width: 100%;
    height: auto;
  }
  .mediaColumnContainer {
    width: 100%;
    height: auto;
    align-items: center;
  }
  .columnsTitle {
    width: fit-content;
    font-size: 14px;
    float: none;
    margin: auto;
  }
  .bottomInfo {
    bottom: 77px;
    width: 90%;
    left: 5%;
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
    position: absolute;
    height: auto;
    text-align: center;
  }
  #scrollContainer.open {
    bottom: 125px;
  }
  #scrollContainer {
    right: 7px;
    width: 47px;
    height: 47px;
  }
  #newsLetterMain:after {
    height: 0px;
  }
}

/* File: /css/layouts/contactPopup.css */
#contactFixedContainer {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1001;
}
#contactDivContainer {
  z-index: 1000;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  width: 100%;
  top: 0px;
  height: 100%;
}
.Bkg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.contactFormDiv {
  position: fixed;
  width: 80%;
  margin: 0 auto;
  left: 0;
  max-width: 800px;
  right: 0;
  margin-top: 80px;
  background-color: transparent;
}
.contactForm {
  width: 90%;
  height: 524px;
  padding: 25px 5%;
  position: relative;
  color: #000000;
  background-color: white;
  overflow: auto;
  float: left;
}
.closeDiv {
  position: relative;
  float: right;
  right: -15px;
  cursor: pointer;
}
.contactForm h3 {
  float: left;
  width: 100%;
  margin: 15px auto;
  font-size: 22px;
  line-height: 26px;
}
.contactForm p {
  font-size: 16px;
  float: left;
  line-height: 20px;
  margin-block-start: 0em;
}
.inputForm {
  position: relative;
  border: none;
  border-radius: 0px;
  color: #303030;
  border-bottom: 1px solid #303030;
  padding: 0px;
  height: 40px;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.contactForm textarea {
  height: 150px;
}
.sendForm {
  float: left;
  width: 100%;
  color: #ffffff;
  text-align: center;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
  margin-top: 30px;
  cursor: pointer;
  border: 1px solid #000000;
  background: #000000;
  transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -webkit-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
}
.sendForm:hover {
  background: #ffffff;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .contactFormDiv {
    width: 85%;
    margin-top: 40px;
  }
  .contactForm {
    width: 90%;
    padding: 10px 5%;
    height: calc(100vh - 150px);
  }
  .closeDiv {
    right: -8px;
  }
  .closeDiv img {
    width: 12px;
  }
  .contactForm h3 {
    margin: 5px auto;
    font-size: 14px;
    line-height: 18px;
  }
  .contactForm p {
    font-size: 12px;
    line-height: 16px;
  }
  .inputForm {
    height: 30px;
    font-size: 12px;
  }
  .contactForm textarea {
    height: 80px;
  }
  .sendForm {
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .scrollDiv {
    overflow: auto;
    height: 456px;
  }
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  .contactForm {
    width: 90%;
    padding: 10px 5%;
    height: calc(70vh - 150px);
  }
}

/* File: //css/layouts/signInPopup.css */
#signInFixedContainer {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1001;
}

.blackBkg80 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

#loginMessageDiv {
  position: fixed;
  width: 365px;
  margin: 0 auto;
  left: 0;
  right: 0;
  margin-top: 39px;
  background-color: transparent;
}

#loginCloseDiv {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 22px;
  height: 22px;
  color: white;
  text-align: center;
  font-size: 18px;
  line-height: 19px;
  cursor: pointer;
  border-radius: 29px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

#loginCloseDiv:hover {
  opacity: 0.9;
}

.signInTitle {
  display: block;
  position: relative;
  width: 65%;
  color: black;
  font-size: 16px;
  margin-top: 23px;
  margin-bottom: 20px;
  margin-left: 17.5%;
  text-align: center;
}

.signInInput {
  position: relative;
  display: block;
  width: 66%;
  height: 35px;
  margin: 0 auto;
  margin-top: 10px;
  padding-left: 10px;
  color: #757575;
  border-radius: 0px;
  font-size: 13px;
}

.signInInput::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #8f9194;
  opacity: 0.8;
}

.signInInput:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #8f9194;
  opacity: 0.8;
}

.signInInput::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #8f9194;
  opacity: 0.8;
}

.signInInput:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #8f9194;
  opacity: 0.8;
}

.signInInput::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #8f9194;
  opacity: 0.8;
}

#signInHalf {
  position: relative;
  float: left;
  width: 40%;
  height: auto;
  overflow: hidden;
  margin-left: 3%;
  margin-top: 25px;
}

#firstSignInHalf {
  position: relative;
  height: auto;
}

#secondSignInHalf {
  position: relative;
  height: auto;
}

#registerHalf {
  position: relative;
  float: left;
  width: 40%;
  height: auto;
  overflow: hidden;
  margin-top: 25px;
}

.signInButton {
  position: relative;
  width: 15%;
  float: left;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: white;
  font-size: 14px;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  cursor: pointer;
}

.signInArrow {
  height: 60%;
  margin-top: 20%;
}

.signInCheckbox {
  width: 15px;
  height: 15px;
  float: left;
  position: relative;
  border-radius: 4px;
  margin-top: 10px;
  border: 1px solid black;
  cursor: pointer;
}

.signInCheckbox:checked {
  background-image: url(../../files/checked.png);
  background-size: 70%;
  background-position: center center;
  background-repeat: no-repeat;
}

.checkboxText {
  float: left;
  display: inline-block;
  margin-top: 10px;
  font-size: 10px;
}

#forgotPassword {
  position: relative;
  float: right;
  margin-top: 11px;
  text-align: right;
  font-size: 12px;
  margin-right: 16%;
  color: black;
  cursor: pointer;
}

#forgotPassword:hover {
  text-decoration: underline;
}

#signInHalvesDivider {
  position: relative;
  float: left;
  width: 2px;
  height: 450px;
  margin-top: 32px;
  margin-left: 7%;
  margin-right: 7%;
  background-color: black;
  border-radius: 10px;
}

#signInDivContainer {
  z-index: 1000;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  width: 100%;
  top: 0px;
  height: 100%;
}

#terms {
  font-size: 11px;
  text-align: center;
  width: 100%;
  position: relative;
  margin: 15px auto;
  color: black;
}

#discountsText {
  position: relative;
  float: left;
  width: 210px;
  margin-left: 10px;
  margin-top: 8px;
  color: black;
  font-size: 11px;
}

#discountsRow {
  position: relative;
  width: 70%;
  height: auto;
  overflow: hidden;
  margin: 15px auto;
}

#receiveDiscount {
  margin-top: 10px;
}

#signGuest {
  width: 100%;
  height: 128px;
  position: relative;
  background-color: white;
  overflow: hidden;
  float: left;
}

#signInUser {
  margin-top: 0px;
  width: 100%;
  height: auto;
  position: relative;
  background-color: white;
  overflow: hidden;
  float: left;
  padding-bottom: 16px;
  margin-bottom: 12px;
}

.signInButtonLarge {
  position: relative;
  width: 69%;
  margin: 0 auto;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: white;
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 14px;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  cursor: pointer;
}

.hideContainer {
  display: none;
}

.signInButtonLarge:not(.facebookConnect):hover {
  background-color: white;
}

.facebookInitial {
  height: 23px;
  width: auto;
  margin-top: 6px;
  margin-left: 20%;
  float: left;
}

.facebookConnect {
  background-color: #3c5a98 !important;
  display: block;
  border: 2px solid #3c5a98 !important;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.facebookText {
  float: left;
  margin-left: 10px;
  color: white;
  font-size: 12px;
}

#changeToRegisterButton,
#changeToLoginButton {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: white;
  margin-top: 20px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  cursor: pointer;
  margin-top: 12px;
  float: left;
}

#changeToRegisterButton:hover {
  opacity: 0.8;
}

#changeToLoginButton:hover {
  opacity: 0.8;
}

#registerUser {
  background-color: white;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-bottom: 18px;
}

.facebookSecond {
  margin-left: 5%;
}

.separator {
  position: relative;
  width: 59%;
  border-bottom: 1px solid #adadad;
  height: 1px;
  margin: 0px auto;
  margin-top: 23px;
  margin-bottom: 23px;
}

#guestInputContainer {
  width: 70%;
  margin: 0px auto;
  height: 37px;
}

#signInEmailGuest {
  width: 83%;
  margin-left: 0px;
  float: left;
  margin-top: 0px;
  padding: 0;
  text-indent: 10px;
}

#personOrBusinessDiv {
  width: 69%;
  margin: 0 auto;
  position: relative;
  display: block;
  height: 35px;
  margin-top: 20px;
  color: #757575;
  border-radius: 0px;
  font-size: 13px;
}

.personOrBusiness {
  width: 48%;
  height: 100%;
  float: left;
  text-align: center;
  line-height: 35px;
  border: 1px solid #757575;
  cursor: pointer;
}

.personOrBusiness.selected {
  background-color: #00aae3;
  color: white;
  border: 1px solid #00aae3;
}

#registerBusiness {
  float: right;
}
#googleSignIn iframe {
  margin: 0 auto !important;
}
#googleSignIn {
  margin-bottom: 7px;
}
@media screen and (max-width: 768px) {
  #guestInputContainer {
    width: 75%;
  }
  #loginMessageDiv {
    width: 85%;
    height: 85%;
    overflow: visible;
    margin-top: 20px;
  }
  #signInHalf {
    width: 100%;
    margin-left: 0px;
    float: none;
    margin-top: 25px;
    height: auto;
    transition: height 0.3s;
    -moz-transition: height 0.3s;
    -webkit-transition: height 0.3s;
    -o-transition: height 0.3s;
  }
  #signInHalvesDivider {
    position: relative;
    float: none;
    width: 70%;
    height: 1px;
    margin: 0 auto;
    background-color: black;
  }
  #registerHalf {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 10px;
    display: block;
    height: auto;
    /*
        transition: height .3s;
        -moz-transition: height .3s;
        -webkit-transition: height .3s;
        -o-transition: height .3s;
        */
  }
  #loginCloseDiv {
    top: -7px;
    right: -8px;
    border-radius: 18px;
  }
  .close {
    display: none !important;
  }
  .signInLinkTitle {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    text-decoration: underline;
    font-size: 12px;
    margin-bottom: 20px;
    margin-top: 0px;
    padding-top: 10px;
  }
  .facebookConnect {
    margin-bottom: 10px;
  }
  .separator {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #terms {
    margin-top: 15px;
  }
  #changeToLoginButton {
    height: 35px;
  }
  #signInHalvesDivider {
    display: none;
  }
  #signInDividerposition {
    position: relative;
    float: none;
    width: 70%;
    height: 1px;
    margin: 0 auto;
    background-color: black;
  }
  .facebookText {
    margin-left: 7px;
    font-size: 10px;
  }
  #changeToRegisterButton {
    width: 99%;
  }
  #discountsText {
    width: 79%;
  }
}

/* File: //css/layouts/signInPopupCustom.css */
#loginCloseDiv {
  background-color: #000000;
  color: white;
  line-height: 22px;
}

.signInInput {
  border: 1px solid #868686;
}

.signInButton {
  background-color: #000000;
  color: white;
  border: 1px solid #000000;
}

.signInButtonLarge {
  background-color: #000000;
  color: white;
  font-weight: 400;
  letter-spacing: 0px;
  border: 2px solid #000000;
  text-transform: uppercase;
}

.signInButtonLarge:not(.facebookConnect):hover {
  color: #000000;
  background-color: #ffffff;
}

/* Gooogle */

.googleConnect {
  width: fit-content;
  margin: auto;
  margin-top: 20px;
}

.abcRioButtonLightBlue {
  width: 249px !important;
  border-radius: 7px;
}

.abcRioButtonContents {
  margin-right: 70px;
  text-transform: uppercase;
}

.abcRioButtonIcon {
  margin-left: 41px;
}

/* Gooogle  fin*/

#changeToRegisterButton,
#changeToLoginButton {
  background-color: #000000;
  color: white;
  letter-spacing: 0px;
  border: 2px solid #000000;
  text-transform: uppercase;
}

.separator {
  display: none;
  border-bottom: 1px solid #58595b;
}

.signInTitle {
  color: #9f9f9f;
  font-size: 12px;
  text-transform: uppercase;
}

#terms,
#forgotPassword,
.checkboxText {
  color: #a7a8ab !important;
}

.signInCheckbox {
  border: 1px solid #58595b;
}

.signInCheckbox:checked {
  background-image: url(../../files/byflorencia/tick.svg);
  background-size: 70%;
  background-position: center center;
  background-repeat: no-repeat;
}

#loginMessageDiv {
  top: calc(50% - 271px);
}

.facebookConnect {
  display: none !important;
}
.personOrBusiness.selected {
  background-color: #003f99 !important;
  color: white !important;
  border: 1px solid #003f99 !important;
}
@media screen and (max-width: 768px) {
  #signInUser {
    height: 294px;
  }

  #loginMessageDiv {
    margin-top: 30px;
  }
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  #loginMessageDiv {
    width: 50%;
  }

  #alertMessageDiv {
    width: 50%;
    top: calc(50% - 360px);
  }
}

/* File: //css/plugins/popups.css */
.popupMessageFixedContainer {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1000;
}

.popupMessageDiv {
  width: 600px;
  height: 550px;
  position: relative;
  margin: 0px auto;
  margin-top: 4%;

  background-color: transparent;
  border-radius: 0px;
  border: none;
}

.popupColumn1 {
  height: 100%;

  float: left;
  width: 100%;
}

.popupColumn2 {
  width: calc(60% - 50px);
  padding-left: 10px;
  float: left;
  height: 100%;
  color: black;
  text-align: center;
  display: none;
}

.popupImage {
  height: 100%;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.popupSubtitle {
  position: relative;
  margin: 0 auto;
  text-align: left;
  width: 245px;
  font-size: 15px;
  letter-spacing: 0px;
  color: #58595b;
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: 100;
}
.popupSubtitle .bold {
  font-weight: 600;
  font-style: normal;
}

.popupTitle {
  position: relative;
  margin: 0 auto;
  text-align: left;
  margin-top: 84px;
  font-size: 37px;
  letter-spacing: 1px;
  font-weight: 300;
  color: #58595b;
  width: 244px;
  line-height: 45px;
  text-transform: uppercase;
}
.popupTitle .bold {
  font-weight: 600;
  font-style: normal;
}
.popupButton {
  position: relative;
  width: 245px;
  margin: 0 auto;
  margin-top: 15px;
  height: 30px;
  line-height: 30px;
  /* letter-spacing: 1px; */
  text-align: center;
  font-size: 13px;
  background: #58595b;
  border: 1px solid #58595b;
  cursor: pointer;
  color: white;
  transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  -webkit-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
}
.popupButton:hover {
  background: #2f3031;
}

.popupMessageDivContainer .emailFooterInput {
  position: relative;
  width: calc(100% - 40px);
  padding-left: 20px;
  padding-right: 20px;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  background: #f1f1f1;
  color: #58595b;
  font-weight: 300;
  text-align: center;
}

.popupMessageDivContainer .emailFooterInput::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #58595b;
  opacity: 1;
}

.popupMessageDivContainer .emailFooterInput:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #58595b;
  opacity: 1;
}

.popupMessageDivContainer .emailFooterInput::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #58595b;
  opacity: 1;
}

.popupMessageDivContainer .emailFooterInput:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #58595b;
  opacity: 1;
}

.popupMessageDivContainer .emailFooterInput::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #58595b;
  opacity: 1;
}

.popupClose {
  position: absolute;
  cursor: pointer;
  text-align: center;
  color: #ffffff;
  padding-top: 1px;
  font-size: 26px;
  width: 22px;
  height: 22px;
  top: 5px;
  right: 10px;
}
.newsletterPopupColumn {
  position: relative;
  width: 245px;
  margin: 0 auto;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .popupMessageDiv {
    width: 350px;
  }

  .popupColumn2 {
    width: 90%;
  }

  .popupTitle {
    font-size: 26px;
    line-height: 35px;
    margin-top: 20px;
    width: 90%;
  }

  .popupSubtitle {
    width: 90%;
  }

  .newsletterPopupColumn {
    margin-top: 25px;
    width: 90%;
  }
  .popupButton {
    width: 90%;
  }
  .popupMessageDiv {
    height: 322px;
  }
}

/* File: //css/plugins/customPopups.css */

