@font-face {
    font-family: socicon;
    src: url(../fonts/socicon.eot);
    src: url(../fonts/socicon.eot?#iefix) format('embedded-opentype'), url(../fonts/socicon.woff) format('woff'), url(../fonts/socicon.ttf) format('truetype'), url(../fonts/socicon.svg#sociconregular) format('svg');
    font-weight: 400;
    font-style: normal;
    text-transform: initial
}

@font-face {
    font-family: caslon-pro;
    src: url(../fonts/ACaslonPro-Regular.otf)
}

.socicon {
    font-family: socicon !important
}

@import url('https://fonts.googleapis.com/css2?family=Libre+Bodoni:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');

body {
    background-color: #ebebeb;
    color: #555;
    -ms-overflow-style: none; /* Hides scrollbar */
}
/* Hide scrollbar for Webkit browsers (Chrome, Safari) */
body::-webkit-scrollbar {
    width: 0; /* Makes scrollbar invisible */
    background: transparent; /* Ensures scrollbar is hidden */
}    
  
a {
    cursor: pointer
}

select {
    min-height: 35px;
    overflow: hidden;
    -moz-overflow: hidden;
    background: url(down-arrow.png) no-repeat right #fff;
    border: 1px solid #ccc;
    background-color: #fff;
    font-family: "Roboto", sans-serif;
    color: #666;
    padding: 10px 20px 10px 10px;
    border-radius: none
}

h1.bold,
h2.bold,
h3.bold,
h4.bold,
h5.bold,
h6.bold {
    font-family: "Roboto"; font-weight: 700;
    text-align: center;
    text-transform: uppercase
}

.nopadding {
    padding: 0
}

.btn-group-lg>.btn,
.btn-lg {
    border-radius: 0
}
a.btn.main{
    background-color: #162234;
    color: #FFFFFF;
    display: inline-block;
    padding: 1rem 2rem;
    text-decoration: none;
    font-family: "Roboto", arial, sans-serif;
    font-size: 15px;
    text-transform: none;
    font-weight: 400;
    letter-spacing: .05em;
}
a.btn.main:hover{background-color: #101010;}
.modal-header {
    border-bottom: 1px solid #ccc
}

.cntr-highlight-features .cntr-highlight-items .cntr-highlight-item .icon-blk .item-icon-img,
.cntr-highlight-features .cntr-highlight-items .cntr-highlight-item .icon-blk img {
    display: inline-block;
    font-size: 43px;
    margin-top: 35px;
    max-height: 48px
}

.alert {
    width: 100%;
    position: absolute;
    z-index: 9;
    top: 154px;
    left: 0
}

.form-horizontal .form-group {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.form-control:focus {
    border-color: #ccc
}

.btn.btn-info {
    background: #fff;
    color: #222;
    border: 1px solid #222;
    text-shadow: none;
    font-family: "Roboto"; font-weight: 700;
    text-transform: uppercase;
    font-size: 11px
}

.btn.btn-info:focus,
.btn.btn-info:hover {
    background: #fff;
    color: #162334
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff
}

.navbar-inverse .navbar-nav>li>a.navbar-btn-buscar {
    background-color: #000;
    cursor: pointer;
    color: #fff;
    font-size: 10px
}

.navbar-inverse .navbar-nav>li>a.navbar-btn-shop {
    background-color: #162234;
    color: #fff;
    cursor: pointer
}

.navbar-inverse .navbar-nav>li>a.navbar-btn-shop:hover {
    background-color: #ebebeb;
    color: #222
}

.search-form-container {
    margin-left: 215px;
    padding-top: 45px;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1029
}

form.navbar-search-form {
    margin: 0;
    position: relative;
    padding: 0;
    width: 100%
}

form.navbar-search-form input {
    width: 100% !important;
    height: 45px;
    background-color: #000;
    color: #ebebeb;
    position: relative;
    border: none;
    z-index: 10
}

.navbar-default {
    height: 30px !important;
    min-height: 30px !important;
    max-height: 30px !important;
    border: none;
    background-color: #fff !important
}

#logocontainer ul.navbar-nav {
    margin: -20px 0 0
}

#logocontainer ul.navbar-nav>li>a {
    padding: 10px 10px
}

#logocontainer ul.navbar-nav>li>a:focus,
#logocontainer ul.navbar-nav>li>a:hover {
    background: 0 0
}

#logocontainer form#search-form {
    position: absolute;
    left: 30px;
    max-width: 225px;
    top: 0
}

#logocontainer form#search-form span.input-group-btn>button {
    height: 34px;
    border-right: none;
    border-right-color: currentcolor;
    border-color: #ccc
}

#logocontainer form#search-form input.form-control {
    border-left: none
}

ul#profilenavbar {
    background: #fff;
    max-height: 30px;
    border-bottom: 1px solid #ccc
}

ul#profilenavbar>li>a {
    border: medium none;
    font-size: 10px;
    line-height: 30px;
    margin: 0;
    max-height: 30px;
    padding: 0 5px
}
nav#black_menu{
	background-color:#1b1c1e;
}
nav.menubar{
	min-height: 72px;
	display: flex;
	align-items: center;
	flex-direction: column;
}
nav#black_menu .menubar-container{
	display: flex;
    padding-left: 5vw;
    padding-right: 5vw;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-height: 72px;
}
nav#black_menu .menubar-container .menu-container{
	display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 30%;
}
nav.menubar #mobile-screen-menu-navbar{
	width: 100%;
	background-color: white;
	padding: 0;
    position: absolute;
    top: 72px;
    z-index: 99;
}
nav.menubar #mobile-screen-menu-navbar ul{
	margin: 0;
	background-color: #FAFAFA;
}
nav.menubar #mobile-screen-menu-navbar ul li a.dropdown-toggle,
nav.menubar #mobile-screen-menu-navbar ul li a.sale-btn{
	padding: 25px 14px;
    font-size: 16px;
    border-bottom: 1px solid #cccccc;
    line-height: 24px;
    font-weight: 600;
    background-color: white;
}
nav.menubar #mobile-screen-menu-navbar ul li a:hover{background-color: white;}
nav.menubar #mobile-screen-menu-navbar ul li.dropdown ul.dropdown-menu{
	padding: 0;
}
nav.menubar #mobile-screen-menu-navbar ul li.dropdown ul.dropdown-menu li{
	background-color: white;
}
nav.menubar #mobile-screen-menu-navbar ul li.dropdown ul.dropdown-menu li a{
	background-color: white;
	padding: 25px 14px;
	border-left: none;
	border-bottom: none;
	border-top: none;
	border-right: none;
	margin-left: 10px;
	text-align: left;
    text-shadow: none;
}
nav.menubar #mobile-screen-menu-navbar ul li.dropdown ul.dropdown-menu li a:active{
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #222222;
}
nav.menubar #mobile-screen-menu-navbar ul li.nav-service{
    padding: 25px 14px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    display: flex;
    align-items: center;
}
nav.menubar #mobile-screen-menu-navbar ul li.nav-service img{width: 30px; max-height: 30px;}
nav.menubar #mobile-screen-menu-navbar ul li.nav-service div{
    display: flex;
    flex-direction: column;
    margin-left: 13px;
}
nav.menubar #mobile-screen-menu-navbar ul li.nav-service div span{
    font-size: 16px;
    margin-left: 5px;
    font-family: proximanovasemibold,helvetica neue,Arial;
    color: #1b1c1e;
    height: auto;
    line-height: 1;
}
nav.menubar #mobile-screen-menu-navbar ul li.nav-service div a{
    font-size: 14px;
    font-weight: 400;
    margin-left: 0px;
    line-height: 22px;
}
nav.menubar ul.nav li.open>a{
	background-color: white;

}
.menu-mobile{
	background-color: transparent;
	border: transparent;
}
#whitemenu {
    background-color: #fff;
    height: 114px;
    padding-top: 0
}

#whitemenu #logocontainer {
    text-align: center;
    line-height: 46px;
    margin-top: 20px
}

#whitemenu #logocontainer>a {
    display: block;
    background-color: #fff;
    height: 46px;
    margin: 0 auto;
    width: 122px
}

#whitemenu #logocontainer>a:hover {
    text-decoration: none
}

#whitemenu #logocontainer>a>img {
    line-height: 46px;
    max-width: 100px;
    max-height: 36px
}

.navbar-default .navbar-nav>li>a {
    padding: 5px 10px;
    cursor: pointer
}

.navbar-default ul.navbar-nav {
    max-height: 20px;
    margin: 0
}

a.navbar-brand>img {
    width: 132px
}

.navbar-default .navbar-nav>li>a.navbar-menu-display {
    height: 40px;
    margin: 0 !important;
    color: #fff;
    border: 0 1px 1px 1px;
    border-bottom-color: #bcbcbc
}

.navbar-default .navbar-nav>li>a.navbar-btn-buscar {
    height: 40px;
    margin: 0 !important;
    color: #fff;
    background: #222;
    border: none
}

#logocontainer ul.navbar-nav>li>a.navbar-btn-shop,
.navbar-default .navbar-nav>li>a.navbar-btn-shop {
    height: 40px;
    margin: 0 !important;
    color: #162234;
    border: none
}

#logocontainer ul.navbar-nav>li>a.navbar-btn-shop:hover,
.navbar-default .navbar-nav>li>a.navbar-btn-shop:hover {
    color: #fff;
    background-color: #162234
}

.navbar-default form.form-search {
    width: 100%
}

.navbar-default form.form-search input {
    background-color: #222;
    border: medium none;
    color: #ebebeb;
    min-height: 45px;
    padding: 0 10px;
    width: 100%
}

.alert-sale {
    top: 0;
    z-index: 9000;
    position: relative;
    height: 38px;
    padding: 9px 0 0;
    margin: 0 0 -5px;
    text-align: center;
    line-height: 38px;
    border: none
}

.alert-sale>h4>a {
    color: #fff;
    text-shadow: none;
    text-decoration: none;
    letter-spacing: .16em
}

.alert-sale>h4>a.clockdown {
    letter-spacing: 0 !important
}

.alert-sale button.close {
    width: 20px !important;
    height: 20px;
    top: 0 !important;
    right: 6px;
    color: #fff;
    opacity: 1;
    font-weight: lighter;
    font-size: 20px;
    position: absolute !important
}

#whitemenu.mobile-navbar {
    min-height: 62px !important
}

#whitemenu.mobile-navbar .row.mobile-navbar-container {
    background-color: #fff;
    padding-bottom: 10px
}

#whitemenu.mobile-navbar #logocontainer>a {
    height: 40px;
    width: 95px
}

#whitemenu.mobile-navbar #logocontainer {
    line-height: 40px;
    margin-top: 10px
}

#whitemenu.mobile-navbar #logocontainer>a>img {
    position: relative;
    max-width: 65px;
    top: 50%;
    margin-top: -10px
}

#whitemenu.mobile-navbar button {
    margin: 0;
    left: 10px;
    top: 10px;
    height: 40px;
    width: 100%;
    border: none;
    position: relative;
    font-size: 16px
}

#whitemenu.mobile-navbar a.navbar-btn-shop {
    color: #162234;
    width: 100%;
    float: left;
    position: relative;
    height: 40px;
    line-height: 40px;
    top: 10px;
    font-size: 16px
}

#whitemenu.mobile-navbar ul.navbar-nav {
    max-height: inherit;
    background-color: #fff
}

#whitemenu.mobile-navbar .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
    box-shadow: 0 4px 4px -4px #d3d3d3
}

#whitemenu.mobile-navbar ul.navbar-nav>li {
    background-color: #fff
}

#whitemenu.mobile-navbar ul.navbar-nav>li>a {
    border-bottom: 1px solid #c5c5c5;
    height: 43px;
    line-height: 43px;
    padding: 0 10px;
    font-weight: 400;
    text-transform: uppercase;
    color: #222;
    font-size: 14px
}

#whitemenu.mobile-navbar ul.navbar-nav>.active>a,
#whitemenu.mobile-navbar ul.navbar-nav>.open>a,
#whitemenu.mobile-navbar ul.navbar-nav>li>a:focus,
#whitemenu.mobile-navbar ul.navbar-nav>li>a:hover {
    background-color: #fff;
    box-shadow: none
}

#whitemenu.mobile-navbar ul.navbar-nav>li>a>span.caret {
    position: relative;
    top: 50%;
    margin-top: -2px
}

#whitemenu.mobile-navbar>li>.dropdown-menu {
    padding: 0
}

#whitemenu.mobile-navbar .open .dropdown-menu>li>a {
    height: 43px;
    line-height: 43px;
    background-color: #fff;
    border-bottom: 1px solid #f9f9f9;
    border-top: none;
    border-right: none;
    text-align: left;
    border-left: none;
    padding: 0 0 0 40px;
    color: #777;
    font-weight: 400;
    font-size: 11px;
    text-transform: uppercase;
    text-shadow: none
}

#whitemenu.mobile-navbar ul.navbar-nav>li>a.sale-btn {
    color: #162234
}

#whitemenu.mobile-navbar ul.navbar-nav>li.nav-service>a {
    background-color: #555;
    text-shadow: none;
    color: #fff;
    font-weight: 100
}

#whitemenu.mobile-navbar ul.navbar-nav>li.nav-service.nav-account {
    position: relative;
    height: 43px
}

#whitemenu.mobile-navbar ul.navbar-nav>li.nav-service>a.navbar-account {
    position: absolute;
    width: 50%
}

#whitemenu.mobile-navbar ul.navbar-nav>li.nav-service>a.navbar-account.logout {
    right: 0
}

aside {
    clear: both;
    float: left;
    height: 0;
    position: fixed;
    text-align: center;
    top: 45px;
    width: 215px;
    z-index: 1028
}

ul#main-menu {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    padding: 20px 0
}

ul#main-menu>li.active>a,
ul#main-menu>li.open>a,
ul#main-menu>li>a:hover {
    color: #162234;
    background: 0 0;
    text-decoration: underline
}

ul#main-menu>li.SALE>a {
    color: #162234;
    text-transform: capitalize
}

.glyphicon.active {
    color: #162234
}

ul#main-menu li {
    position: static
}

ul#main-menu ul {
    background-color: #222;
    border: medium none;
    height: 100vh;
    left: 215px;
    padding: 88px 0 20px;
    position: absolute;
    text-align: center;
    top: -96px;
    width: 215px;
    z-index: 5
}

ul#main-menu ul>li {
    min-height: 35px;
    line-height: 35px
}

ul#main-menu ul>li>a {
    color: #eee;
    font-size: 11px;
    font-weight: 700;
    min-height: 35px;
    display: block;
    line-height: 35px;
    position: relative
}

ul#main-menu ul>li>a:hover {
    background: 0 0 !important;
    color: #162234;
    text-decoration: underline
}

ul#main-menu.nav>li>a:focus,
ul#main-menu.nav>li>a:hover {
    background: 0 0
}

ul#main-menu li>a>span.glyphicon.glyphicon-triangle-left {
    color: #222 !important;
    display: block;
    position: absolute;
    right: -17px;
    width: 10px;
    padding: 10px 0
}

ul#main-menu ul>li>a.novedad,
ul#main-menu ul>li>a.novedad:hover {
    display: block;
    min-height: 100px;
    margin: 0 auto;
    background-color: #fff !important;
    color: #222;
    text-align: center;
    text-decoration: none
}

ul#main-menu ul li a.novedad img {
    max-width: 90px;
    margin: 0 auto;
    display: block
}

ul#main-menu ul li a.novedad h3 {
    font-size: 14px;
    font-family: caslon-pro, serif
}

ul#main-menu ul li a.novedad span {
    font-weight: 700
}

ul#main-menu ul>li>a.novedad:hover>span {
    color: #162234;
    text-decoration: underline
}

#whitemenu #logocontainer>a.btn-appointment {
    width: 180px;
    text-align: center;
    position: absolute;
    left: 30px;
    height: 33px;
    border: none;
    bottom: -34px;
    background-color: #bc2030;
    z-index: 1
}

#whitemenu #h-main-menu {
    position: relative;
    text-align: center;
    top: 12px;
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 5px;
    background-color: #fff
}

#whitemenu #h-main-menu>a {
    float: initial;
    margin: 0 5px;
    width: 125px;
    border: none
}

#whitemenu #h-main-menu>a.sale,
#whitemenu #h-main-menu>a>span.glyphicon {
    color: #162234
}

#whitemenu #h-main-menu .sub-nav {
    position: absolute;
    z-index: 9;
    width: 100%;
    left: 0;
    max-height: 315px;
    top: 36px
}

#whitemenu #h-main-menu .panel-body {
    padding: 0;
    max-height: 315px;
    border: none
}

#whitemenu #h-main-menu .panel-body>div,
#whitemenu #h-main-menu .sub-nav>div {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #f3f3f3;
    border-left: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3
}

#whitemenu #h-main-menu .panel-body>div>div,
#whitemenu #h-main-menu .sub-nav>div>div {
    overflow: hidden;
    max-height: 315px
}

#whitemenu #h-main-menu .panel-body>div h5,
#whitemenu #h-main-menu .sub-nav>div h5 {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-align: left
}

#whitemenu #h-main-menu .panel-body>div hr,
#whitemenu #h-main-menu .sub-nav>div hr {
    border: 1px solid #cbcbcb
}

#whitemenu #h-main-menu .panel-body>div a.btn,
#whitemenu #h-main-menu .sub-nav>div a.btn {
    background-color: #fff;
    border: medium none;
    color: #777;
    float: left;
    text-align: left;
    text-shadow: unset;
    font-size: 12px
}

#whitemenu #h-main-menu .panel-body>div a.btn:hover,
#whitemenu #h-main-menu .sub-nav>div a.btn:hover {
    color: #ccc
}

#whitemenu #h-main-menu .panel-body>div a.btn.small-btn {
    width: 50%;
    float: left;
    margin-top: 0
}

#whitemenu #h-main-menu .panel-body .sublist-img-container {
    overflow: hidden;
    padding: 0
}

#whitemenu #h-main-menu .panel-body>div img,
#whitemenu #h-main-menu .sub-nav>div img {
    width: 100%
}

#whitemenu #h-main-menu form#search-form {
    float: right;
    margin: 0 10px 0 -23%;
    width: 22%
}

#whitemenu #h-main-menu #search-form input,
#whitemenu #h-main-menu #search-form span.input-group-btn {
    border: 1px solid #cdcdcd
}

#whitemenu #h-main-menu #search-form input {
    font-family: "Roboto", sans-serif;
    height: 30px;
    padding: 0 10px;
    border-left-color: #cdcdcd;
    border-left-style: solid;
    border-left-width: 1px;
    line-height: 30px;
    color: #222;
    font-weight: 200;
    font-size: 12px;
    letter-spacing: .025em;
    border-left: none
}

#whitemenu #h-main-menu #search-form span.input-group-btn {
    border-right: none
}

#whitemenu #h-main-menu #search-form input::-webkit-input-placeholder {
    color: #ccc
}

#whitemenu #h-main-menu #search-form input::-moz-placeholder {
    color: #ccc
}

#whitemenu #h-main-menu #search-form input:-ms-input-placeholder {
    color: #ccc
}

#whitemenu #h-main-menu #search-form input:-moz-placeholder {
    color: #ccc
}

#whitemenu #h-main-menu .panel.panel-default {
    position: absolute;
    z-index: 9;
    width: 100%;
    left: 0;
    max-height: 315px;
    top: 36px;
    background: 0 0;
    margin: none;
    border: none;
    box-shadow: none
}

div#search-form {
    max-width: 1200px;
    margin: 0 auto
}

div#search-form>div {
    border-left: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    background-color: #fff
}

#search-form.no-results {
    max-width: 405px;
    margin: 0 auto;
    text-align: center;
    color: #030303;
    font-weight: 700;
    padding: 30px 0 40px
}

#search-form.no-results input {
    border-right: none;
    max-width: 360px;
    height: 36px
}

#search-form.no-results span.input-group-btn {
    border: 1px solid #ccc;
    border-left: none;
    border-left: 0;
    padding: 3px
}

#search-form.no-results button {
    background-color: #ccc;
    border: none;
    height: 28px
}

#mobile-main-menu {
    background-color: #222
}

#mobile-main-menu li a {
    color: #ebebeb;
    border-bottom: 1px solid #3c3c3c;
    background-color: #222
}

#mobile-main-menu li a:hover {
    background: 0 0;
    color: #162234
}

#whitemenu #h-main-menu #search-form span button {
    border: medium none;
    font-size: 12px;
    height: 28px;
    color: #555
}

#mobile-main-menu ul.dropdown-submenu,
#mobile-main-menu ul.dropdown-submenu li a {
    background-color: #444
}

#mobile-main-menu ul.dropdown-submenu {
    border: medium none;
    float: none;
    margin-top: 0;
    position: relative;
    text-transform: none;
    font-size: 11px
}

#mobile-main-menu ul.dropdown-submenu li a {
    padding: 10px 15px
}

#mobile-main-menu.nav .open>a,
#mobile-main-menu.nav .open>a:focus,
#mobile-main-menu.nav .open>a:hover {
    color: #162234;
    background-color: #222
}

#mobileSearchModal .modal-dialog {
    margin: 0;
    border-radius: 0;
    border: none;
    box-shadow: none
}

#mobileSearchModal .modal-dialog .modal-content {
    border-radius: 0;
    box-shadow: none
}

#mobileSearchModal .modal-dialog .modal-content .modal-body {
    padding: 0
}

#mobileSearchModal .modal-dialog .modal-content .modal-body form#search-form input {
    height: 60px;
    border: none
}

#mobileSearchModal .modal-dialog .modal-content .modal-body form#search-form span {
    height: 20px
}

#mobileSearchModal .modal-dialog .modal-content .modal-body form#search-form span button {
    line-height: 60px;
    font-size: 20px;
    border: none
}

@media (max-width:767px) {
    #content-container {
        margin-left: 0 !important;
        padding: 60px 15px 20px !important
    }
}

#content-container {
    background-color: #fff;
    min-height: 1000px;
    padding: 60px 15px 20px
}

aside #logo {
    height: 95px;
    line-height: 95px
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

aside #logo img {
    line-height: 95px;
    max-width: 100px
}

aside #logo hr,
aside hr {
    border-top: 1px solid #d9d9d9;
    max-width: 140px;
    margin: 0 auto
}

#home-hero-slider {
    margin: 0 -15px 2rem;
    overflow: hidden;
    min-height: 500px;
}

#home-hero-slider .swiper-slide {
    display: flex;
    flex-flow: wrap column;
    justify-content: center;
    align-content: center;
    align-items: center;
    overflow: hidden;
    height: calc(100vh - 60px);
}

#home-hero-slider .swiper-slide video {
    width: 100%
}

#home-hero-slider .swiper-slide.align-right {
    text-align: right !important
}

#home-hero-slider .swiper-slide.align-left {
    text-align: left !important
}

#home-hero-slider .swiper-slide.align-center {
    text-align: center !important
}

#home-hero-slider .swiper-slide.justify-top {
    justify-content: flex-start !important
}

#home-hero-slider .swiper-slide.justify-bottom {
    justify-content: flex-end !important
}

#home-hero-slider .swiper-slide.justify-center {
    justify-content: center !important
}

#home-hero-slider .swiper-slide .copy-block {
    position: absolute;
    z-index: 1;
    width: 80%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    padding: 1rem
}

#home-hero-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#home-hero-slider .swiper-slide .copy-block h1 {
    font-family: "Roboto", arial, sans-serif;
    font-size: 52px;
    line-height: 48px;
    text-transform: none;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
    font-weight: 600;
    color: #fff
}

#home-hero-slider .swiper-slide .copy-block p {
    font-family: "Roboto", arial, sans-serif;
    font-size: 20px;
    line-height: 24px;
    margin: 12px auto 0 auto;
    padding: 0;
    color: #fff;
    font-weight: 400;
    letter-spacing: .025em
}

#home-hero-slider .swiper-slide .copy-block a.btn {
    display: inline-block;
    padding: 1rem 2rem;
    margin: 20px 0;
    text-decoration: none;
    font-family: "Roboto", arial, sans-serif;
    font-size: 15px;
    text-transform: none;
    font-weight: 600;
    letter-spacing: .05em
}

#home-hero-slider .swiper-slide .copy-block a.btn.btn-light {
    background-color: #fff;
    color: #222
}

#home-hero-slider .swiper-slide .copy-block.align-left {
    text-align: left
}

#home-hero-slider .swiper-slide .copy-block.align-center {
    text-align: center
}

#home-hero-slider .swiper-slide .copy-block.align-right {
    text-align: right
}

#home-hero-slider .mobile-hero-video {
    display: flex;
    justify-content: center;
}

#home-hero-slider .mobile-hero-video video {
    min-height: 275px;
    width: auto;
}

@media (max-width:1023px) {
    #home-hero-slider .swiper-slide .copy-block h1 {
        font-size: 30px !important;
        line-height: 30px !important
    }
    #home-hero-slider .swiper-slide .copy-block p {
        font-size: 20px !important;
        line-height: 24px !important
    }
    #home-hero-slider .swiper-slide img{
        max-height: inherit;
    }
}

#homepageheromain {
    position: relative;
    height: 475px;
    margin-bottom: 30px
}

#homepagehero .homepagecontainer {
    position: absolute;
    left: 0;
    right: 0;
    max-height: 625px;
    overflow: hidden
}

#homepagehero .homepagecontainer .home-caption-videoimg img {
    width: 100%
}

#homepagehero .home-caption {
    position: absolute;
    left: 0;
    right: 0;
    height: 475px;
    display: table;
    overflow: hidden;
    width: 100%
}

#homepagehero .home-caption .home-caption-cell {
    display: table-cell;
    vertical-align: middle
}

#homepagehero .home-caption .home-caption-cell .home-caption-cell-container {
    padding: 0 60px 0 60px
}

#homepagehero .home-caption h1 {
    font-family: proxima-bold, Times;
    text-transform: uppercase;
    font-size: 50px;
    margin-bottom: 20px
}

#homepagehero .home-caption h5 {
    font-size: 15px;
    margin-bottom: 30px
}

#homepagehero .home-caption .btn.btn-default {
    background: 0 0;
    text-shadow: none
}

#homepagehero .home-caption .btn.btn-default span.glyphicon {
    font-size: 10px
}

#homepagehero .home-caption.text-black,
#homepagehero .home-caption.text-black .btn.btn-default {
    color: #222
}

#homepagehero .home-caption.text-white,
#homepagehero .home-caption.text-white .btn.btn-default {
    color: #fff
}

#homepagehero .home-caption.text-black .btn.btn-default {
    border: 1px solid #222
}

#homepagehero .home-caption.text-white .btn.btn-default {
    border: 1px solid #fff
}

#homepagehero .home-caption-videoimg {
    max-height: 475px;
    overflow: hidden
}

#homepagehero .home-caption-videoimg video {
    max-width: 100%;
    width: 100%
}

@media(min-width:768px) and (max-width:1199px) {
    #homepagehero .home-caption .home-caption-cell .home-caption-cell-container {
        padding: 0 30px
    }
    #homepagehero .home-caption h1 {
        font-size: 40px
    }
    #homepagehero .home-caption h5 {
        font-size: 16px
    }
}

@media(max-width:767px) {
    #homepagehero .home-caption,
    #homepagehero .homepagecontainer,
    #homepageheromain {
        height: 425px
    }
    #homepagehero .home-caption .home-caption-cell .home-caption-cell-container {
        padding: 0 30px
    }
    #homepagehero .home-caption h1 {
        font-size: 24px
    }
    #homepagehero .homepagecontainer .home-caption-videoimg img {
        margin-top: 0;
        height: 278px;
        width: auto;
        position: relative;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%)
    }
    #homepagehero .home-caption-videoimg {
        height: 278px !important;
        text-align: center
    }
    #homepagehero .homepagecontainer .mobile_caption {
        text-align: center;
        min-height: 925px;
        position: relative
    }
    #homepagehero .homepagecontainer .mobile_caption h1 {
        color: #222;
        font-family: "Roboto", Helvetica, Arial, sans-serif;
        font-size: 20px;
        font-weight: 600;
        letter-spacing: .04em;
        line-height: 20px;
        margin: 16px 0
    }
    #homepagehero .homepagecontainer .mobile_caption h5 {
        font-family: "Roboto", Helvetica, Arial, sans-serif;
        font-size: 14px;
        font-weight: 300;
        line-height: 20px;
        margin: 6px 0 0;
        padding-left: 20px;
        padding-right: 20px
    }
    #homepagehero .homepagecontainer .mobile_caption a.btn {
        font-family: "Roboto", Helvetica, Arial, sans-serif;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: .05em;
        margin: 20px auto 0;
        padding: 13px;
        text-align: center;
        text-decoration: none
    }
    #carousel-example-generic .carousel-inner .item {
        max-height: 500px !important
    }
    .carousel-indicators {
        bottom: 135px
    }
    .carousel-control {
        bottom: 170px
    }
}

#ambassador-container {
    margin: 0 auto;
    position: relative;
    width: 990px
}

#ambassador_quote {
    border: 3px solid #222;
    padding: 20px 40px;
    position: absolute;
    text-align: center;
    top: 40px;
    left: 0;
    width: 275px;
    z-index: 1
}

#ambassador_quote h3,
#tablets-quote h3 {
    color: #222;
    font-size: 20px;
    text-transform: uppercase
}

#ambassador_quote p,
#tablets-quote p {
    font-family: caslon-pro, Times;
    font-style: italic
}

#ambassador_quote a {
    background-color: #fff;
    bottom: -29px;
    font-family: "Roboto"; font-weight: 700;
    font-size: 12px;
    padding: 10px;
    position: relative
}

#ambassador_quote a span.glyphicon {
    font-size: 9px
}

.ambassador_video {
    position: relative;
    left: 245px
}

.ambassador_video video {
    width: 100%
}

.ambassador_video iframe {
    margin: 0 auto !important;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 370px;
    display: block;
    overflow: hidden;
    padding: 0 !important;
    border: none;
    outline: 0
}

@media(min-width:1199px) {
    .ambassador-container {
        width: 1045px
    }
    .ambassador_video,
    .ambassador_video video {
        max-width: 657px
    }
}

@media(max-width:1199px) {
    .tabletfullwindow {
        padding: 0
    }
    .ambassador_video {
        position: relative;
        left: 0;
        right: 0
    }
    .ambassador_video,
    .ambassador_video video {
        width: 100%
    }
    #ambassador-container {
        width: 100% !important
    }
}

.ambassador_video a img {
    max-height: 331px
}

.ambassador_video a {
    position: absolute;
    right: -95px;
    top: 110px
}

.ambassador_video a p {
    font-family: "Roboto"; font-weight: 700;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
    margin: 10px 0
}

.ambassador_video a p span {
    font-size: 7px
}

p.ambassador-name {
    font-size: 10px
}

p.ambassador-name strong {
    font-family: proxima-bold, Arial
}

p.ambassador-quote-emphasize {
    font-family: caslon-pro, Times;
    font-style: italic;
    color: #555;
    font-size: 25px;
    line-height: 25px
}

#tablets-quote {
    background-color: #fff;
    bottom: 0;
    float: right;
    left: 0;
    margin: auto 0 auto auto;
    max-height: 200px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 223px
}

#tablets-quote h3 {
    font-size: 18px
}

#tablets-quote hr {
    width: 40px
}

#tablets-quote a {
    position: initial;
    top: auto;
    right: auto
}

#tablets-quote a span {
    font-size: 10px
}

#shopcategory_closerlook {
    text-align: center;
    margin-top: 0
}

#shopcategory_closerlook h3 {
    margin-bottom: 40px
}

#shopcategorycloser_container {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

#shopcategorycloser_container .closer_box {
    position: relative;
    width: 33%;
    box-sizing: border-box;
    display: inline-block;
    padding: .5rem
}

#shopcategorycloser_container .closer_box .imgBox {
    position: relative;
    overflow: hidden;
    min-height: 320px;
}

#shopcategorycloser_container .closer_box .imgBox img {
    width: 100%;
    transition: transform .75s
}

#shopcategorycloser_container .closer_box:hover .imgBox img {
    transform: scale(1.1)
}

#shopcategorycloser_container .closer_box .shopcategoryCloser_detail {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(67, 118, 36, .8);
    opacity: 0;
    transition: all .15s ease-in-out
}

#shopcategorycloser_container .closer_box:hover .shopcategoryCloser_detail {
    opacity: 1
}

#shopcategorycloser_container .closer_box .shopcategoryCloser_detail .content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    padding: 15px;
    color: #fff
}

#shopcategorycloser_container .closer_box .shopcategoryCloser_detail .content p {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: .02em;
    text-decoration: none
}

#shopcategory_closerlook .closer_box p.badge-label {
    position: absolute;
    top: 1.5rem;
    left: 25px;
    width: 172px;
    height: 60px;
    display: block;
    text-align: left;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .22px;
    color: #222;
    z-index: 1
}

#shopcategory_mobile a.shop-category_mobile_group {
    height: 90px
}

#shopcategory_mobile a.shop-category_mobile_group .shop_category_mobile_img {
    text-align: center;
    overflow: hidden
}

#shopcategory_mobile a.shop-category_mobile_group .shop_category_mobile_img img {
    height: 90px;
    max-height: 90px
}

#shopcategory_mobile a.shop-category_mobile_group .shop_category_mobile_btn {
    height: 90px;
    border-bottom: 1px solid #ebebeb;
    line-height: 90px;
    font-size: 16px;
    font-weight: 600
}

#profile_monnogram {
    overflow: hidden;
    padding: 0;
    position: relative;
    max-height: 535px
}

#profile_monnogram img {
    max-height: 535px;
    left: 50%;
    margin-left: -595px;
    position: relative
}

#monnogram_form {
    background-color: #fff;
    bottom: 30px;
    left: 30px;
    padding: 30px;
    position: absolute;
    right: 30px
}

#monnogram_form h2 {
    color: #222;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    margin: 10px auto 20px
}

#monnogram_form p {
    color: #555;
    font-size: 15px;
    text-align: center
}

#monnogram_form hr {
    max-width: 70px
}

#monnogram_form h6 {
    color: #222;
    font-size: 11px;
    text-align: center;
    text-transform: uppercase
}

#monnogram_form form input {
    border-right: 0 none;
    min-height: 40px
}

#monnogram_form form span.input-group-addon {
    background-color: #fff;
    padding: 3px
}

#monnogram_form form span.input-group-addon button {
    background-color: #bbb;
    border: medium none;
    text-shadow: none
}

span#monnogram_text {
    position: absolute;
    color: #93401e;
    font-size: 67px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    text-shadow: -1px -1px 1px #561b0b;
    top: 82px;
    z-index: 1;
    text-transform: uppercase
}

@media(min-width:1199px) {
    #monnogram-difference {
        margin-top: 100px
    }
}

@media(max-width:767px) {
    #profile_monnogram,
    #profile_monnogram img {
        max-height: 340px
    }
    #profile_monnogram img {
        margin-left: -378px
    }
    span#monnogram_text {
        top: 57px;
        font-size: 43px
    }
    #monnogram_form hr {
        margin: 15px auto
    }
    #monnogram_form {
        padding: 20px
    }
    #monnogram_form h2 {
        font-size: 13px;
        margin: 0 auto
    }
}

#vimento-difference {
    padding: 0
}

#carousel-vimento-difference {
    overflow: hidden
}

#carousel-vimento-difference .carousel-inner .item {
    overflow: hidden
}

#carousel-vimento-difference .carousel-inner img {
    height: 535px;
    left: 50%;
    margin-left: -596px;
    max-width: none;
    position: relative;
    width: auto !important
}

#carousel-vimento-difference .carousel-inner .item .carousel-caption {
    background-color: #fff;
    bottom: 30px;
    left: 30px;
    right: 30px
}

#carousel-vimento-difference .carousel-inner .item .carousel-caption h4 {
    color: #222;
    font-family: caslon-pro, Times;
    font-size: 12px
}

#carousel-vimento-difference .carousel-inner .item .carousel-caption h2 {
    color: #222;
    font-size: 20px;
    margin-top: 5px
}

#carousel-vimento-difference .carousel-inner .item .carousel-caption p {
    color: #555;
    font-family: caslon-pro, Times;
    font-size: 15px;
    font-weight: 400;
    margin: 0 auto;
    max-width: 285px;
    text-transform: initial
}

#carousel-vimento-difference .carousel-inner .item .carousel-caption a {
    font-size: 11px;
    text-transform: initial
}

#carousel-vimento-difference .carousel-inner .item .carousel-caption hr {
    width: 70px;
    margin: 10px auto
}

#carousel-vimento-difference ol.carousel-indicators li {
    background-color: #999;
    border: none
}

#carousel-vimento-difference ol.carousel-indicators li.active {
    background-color: #162234
}

#carousel-vimento-difference .carousel-control {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    bottom: 0;
    color: #222;
    opacity: 1 !important;
    text-shadow: none;
    z-index: 10
}

#carousel-vimento-difference .carousel-control span {
    border: medium none;
    top: 360px
}

#carousel-vimento-difference .carousel-control.left {
    left: 34px
}

#carousel-vimento-difference .carousel-control.right {
    right: 34px
}

@media(max-width:767px) {
    #carousel-vimento-difference .carousel-inner img {
        height: 340px;
        margin-left: -378px
    }
    #carousel-vimento-difference .carousel-inner .item .carousel-caption {
        text-shadow: none
    }
    #carousel-vimento-difference .carousel-inner .item .carousel-caption h4 {
        margin: 0 auto
    }
    #carousel-vimento-difference .carousel-indicators {
        bottom: 20px
    }
    #carousel-vimento-difference .carousel-control span {
        top: 265px
    }
}

#carousel-example-generic .carousel-inner>.item {
    max-height: 475px
}

#carousel-example-generic {
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0
}

.carousel-control {
    background: 0 0 !important;
    width: 5%
}

.carousel-control .glyphicon-menu-right,
.carousel-control .icon-next {
    margin-right: -15px
}

.carousel-control .glyphicon-menu-left,
.carousel-control .glyphicon-menu-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    height: 30px;
    margin-top: -15px
}

.carousel-control .glyphicon-menu-right,
.carousel-control .icon-next {
    margin-right: -10px;
    right: 50%
}

.carousel-control .glyphicon-menu-left,
.carousel-control .glyphicon-menu-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    border: 1px solid #fff;
    border-radius: 65px;
    display: inline-block;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    margin-top: -10px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 30px;
    z-index: 5
}

#category-shopping{
    margin-right: -15px;
}

.categories-swiper{
    width: 100%;
}
.categories-swiper .swiper-slide{
    width: 35%;
    margin-right: 5%;
    aspect-ratio: 220/391;
}
.categories-swiper .swiper-slide a{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.categories-swiper .swiper-slide a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.categories-swiper .swiper-slide a h4{
    position: absolute;
    bottom: 10px;
    color: white;
    left: 20px;
    font-weight: 300;
}

#vimento_stores {
    display: flex;
    margin: 80px auto;
    padding: 0 20px;
    gap: 5%;
    max-width: 1440px;
}
#vimento_stores .vimento-store_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-basis: 45%;
    align-items: center;
}
#vimento_stores .vimento-store_content .vimento-store_content-container{
    width: 100%;
    max-width: 510px;
    text-align: center;
}
#vimento_stores .vimento-store_content .vimento-store_content-container p{
    font-size: 15px;
    line-height: 20px;
}
#vimento_stores .vimento-store_content .vimento-store_content-container h3,
#vimento_stores .vimento-store_content .vimento-store_content-container p{
    margin-bottom: 25px;
}
#vimento_stores .vimento-store_image{
    overflow: hidden;
    flex-basis: 55%;
    max-height: 760px;
}
#vimento_stores .vimento-store_image video{
    max-width: 544px;
    height: auto;
    display: block;
    margin: 0 auto;
    background-color: #000;
    pointer-events: none;
    width: 100%;
}
.press-slider-container {
    position: relative;
    width: 100%;
    height: 500px; /* Adjust as needed */
    overflow: hidden;
}

.press-slider-container .press-links  {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 10;
    display: flex;
    gap: 15px;
}

.press-slider-container .press-links a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    margin-bottom: 10px;
}
.press-slider-container .press-links a:not(:last-child)::after {
    content: '·';
    margin-left: 10px;
    color: #fff;
}

.press-slider-container .press-slider {
    position: relative;
    width: 100%;
    height: 100%;
}

.press-slider-container .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}
.press-slider-container .slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(22, 34, 52, 0.9); /* Adjust the opacity as needed */
    mix-blend-mode: soft-light;
    z-index: 1;
}
.press-slider-container .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.press-slider-container .slide.active {
    opacity: 1;
}

.press-slider-container .text  {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    color: #ffffff;
    font-weight: 400;
    max-width: 350px;
    z-index: 1;
}
@media only screen and (max-width: 767px){
    .categories-swiper .swiper-slide a h4{
        font-size: 4vw;
    }
    .categories-swiper .swiper-slide{width: 60%;}

    #vimento_stores {
        flex-direction: column;
        padding: 0;
    }
    #vimento_stores .vimento-store_image{
        order: 1;
        margin-bottom: 40px;
    }
    #vimento_stores .vimento-store_content{order: 2;}
    .press-slider-container .text{right: 20px;}

}

@media (min-width:768px) {
    .carousel-caption {
        left: 20%;
        padding-bottom: 30px;
        right: 20%;
        bottom: 20px;
        color: #fff;
        font-size: 52px;
        font-weight: 700;
        left: 15%;
        padding-bottom: 20px;
        padding-top: 20px;
        position: absolute;
        right: 15%;
        text-align: center;
        text-shadow: none;
        text-transform: uppercase;
        top: 50%;
        z-index: 10
    }
    h1.bold,
    h2.bold,
    h3.bold {
        margin-top: 50px
    }
}

footer {
    display: flex;
    background-color: #162334;
    padding: 60px 60px 0;
    gap: 5%;
    flex-wrap: wrap;
}
footer #footer-left {
    display: flex;
    gap: 6.5rem;
    flex-direction: column;
    flex-basis: 45%;
    justify-content: space-between;
}
footer #footer-left .footer-logo img {
    width: 100%;
    max-width: 220px;
}
footer #footer-left .footer-subscription{color: #ffffff;}
footer #footer-left .footer-subscription h4 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 10px;
}
footer #footer-left .footer-subscription p {
    margin: 0 0 40px;
}
footer #footer-left .footer-subscription form {
    display: flex;
    max-width: 420px;
}
footer #footer-left .footer-subscription form input {
    flex-basis: 80%;
    border: none;
    padding: 25px 15px;
}
footer #footer-left .footer-subscription form input::placeholder{
    font-weight: 300;
}
footer #footer-left .footer-subscription form button {
    flex-basis: 20%;
    background: #ffffff;
    text-shadow: none;
    color: #101010;
    border: none;
}
footer #footer-right {
    flex-basis: 50%;
    display: flex;
    gap: 10%;
}
footer #footer-right .footer-col{
    color: #ffffff;
}
footer #footer-right .footer-col h5{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
    padding: 0 0 20px;
}
footer #footer-right .footer-col p a{
    color: #ffffff;
    font-weight: 400;
}
footer #footer-bottom {
    flex-basis: 100%;
    padding: 20px 0;
    display: flex;
    justify-content: flex-end;
    color: #717b87;
    text-shadow: none;
    border-top: 1px solid #717b87;
    margin-top: 30px;
}
footer #footer-bottom a,
footer #footer-bottom a:hover{
    color: #717b87;
}
@media (max-width:768px) {
    footer{
        flex-direction: column;
        padding: 60px 40px;
    }
    footer #footer-right {
        flex-direction: column;
    }
    footer #footer-right .footer-col {
        margin-top: 6.5rem;
    }
}


@media (max-width:991px) {
    #footerinfo {
        margin-left: 0 !important
    }
}

#footerinfo {
    background-color: #ddd;
    min-height: 320px
}

#footerinfo .row {
    border-bottom: 1px solid #fff
}

#footerinfo .row>div {
    height: 183px;
    border-right: 1px solid #fff;
    text-align: center
}

#footerinfo .row>div>h3 {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 40px
}

.form-group .input-group input.form-control {
    min-height: 40px;
    border-right: none
}

.form-group .input-group .input-group-btn {
    background-color: #fff;
    padding: 0 2px 0 0;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

.form-group .input-group .input-group-btn .btn {
    width: 34px;
    height: 34px;
    background-color: #ccc;
    border: none;
    text-shadow: none
}

.form-group .input-group .input-group-btn .btn:hover {
    color: #162234
}

.form-group .input-group:focus .input-group-btn .btn {
    background-color: #555
}

#footersocial {
    min-height: 115px;
    background-color: #fff
}

#footersocial .row {
    padding: 20px 0
}

#footersocial .row ul>li>a {
    text-decoration: none;
    font-size: 16px
}

#carousel-stores ol.carousel-indicators {
    bottom: -12px
}

#homecollections {
    margin-top: 50px
}

#homecollections img {
    width: 100%
}

#homecollections h3 {
    margin-top: 0
}

#carousel-collections {
    padding: 0
}

#carousel-collections img {
    max-width: 380px;
    width: 100%
}

#carousel-collections .carousel-control .glyphicon-menu-left,
#carousel-collections .carousel-control .glyphicon-menu-right,
#carousel-collections .carousel-control .icon-next,
#carousel-collections .carousel-control .icon-prev {
    border: 1px solid #222;
    color: #222;
    text-shadow: none
}

#carousel-collections .carousel-inner .item .row div:nth-child(2) {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc
}

#carousel-collections .carousel-inner .item {
    text-align: center
}

#carousel-collections .carousel-inner .item a:hover {
    text-decoration: none
}

#carousel-collections .carousel-inner .item a:hover span {
    background-color: #162234;
    border-color: #162234
}

#product-recommendations{
    background-color: #f6f6f6;
    padding: 60px 20px;
    margin: 80px -15px;
}
#product-recommendations .recommendationsSwipper .swiper-wrapper{
    display: flex;
}
#product-recommendations .recommendationsSwipper .swiper-wrapper .swiper-slide{
    flex-basis: 30%;
    margin-right: 5%;
}
#product-recommendations .recommendationsSwipper .swiper-wrapper .swiper-slide:nth-last-child(){margin-right: 0;}
#product-recommendations .recommendationsSwipper .swiper-wrapper .swiper-slide a{
    width: 100%;
}
#product-recommendations .recommendationsSwipper .swiper-wrapper .swiper-slide a:hover{text-decoration: none;}
#product-recommendations .recommendationsSwipper .swiper-wrapper .swiper-slide a figure{
    width: 100%;
    height: 100%;
}
#product-recommendations .recommendationsSwipper .swiper-wrapper .swiper-slide a figure img{
    max-width: 100%;
    width: 100%;
    height: 100%;
}
#product-recommendations .recommendationsSwipper .swiper-wrapper .swiper-slide a figure figcaption{
    margin-top: 25px;
}
#product-recommendations .recommendationsSwipper .swiper-wrapper .swiper-slide a figure figcaption h4{
    font-size: 1.25rem;
    line-height: 1;
    margin: 0 0 .5rem;
    font-weight: 600;
}
#product-recommendations .recommendationsSwipper .recommended-swiper-pagination{
    margin: 20px auto 0 50%;
}
#product-recommendations .recommendationsSwipper .swiper-pagination-bullet-active{
    background: rgb(22,35,52, .5);
}

@media only screen and (max-width: 767px){
    #product-recommendations .recommendationsSwipper .swiper-wrapper .swiper-slide{
        flex-basis: 80%;
        margin-right: 30px;
    }
}

p.recommendations {
    text-align: center
}

p.recommendations a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: smaller
}

#nuevo .row ul,
#vendidos .row ul {
    float: left
}

#nuevo .row ul li,
#vendidos .row ul li {
    float: left
}

#nuevo .row ul li a span.new-info,
#vendidos .row ul li a span.new-info {
    text-align: center;
    display: block;
    float: left;
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 10px
}

#nuevo .row ul li a span.new-info h4,
#vendidos .row ul li a span.new-info h4 {
    font-family: caslon-pro, sans-serif;
    text-transform: uppercase;
    font-size: 9px;
    display: block;
    float: left;
    width: 100%
}

#nuevo ul li a span.new-image,
#vendidos ul li a span.new-image {
    display: block;
    height: 402px;
    position: relative
}

#nuevo ul li a span.new-image img,
#vendidos ul li a span.new-image img {
    bottom: 0;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    width: 100%;
    max-width: 330px;
    left: 0;
    right: 0
}

.rs-carousel-container {
    height: 100%;
    position: absolute;
    top: 0;
    width: 22%;
    z-index: 7
}

.rs-carousel-container a {
    background: rgba(255, 255, 255, .5) none repeat scroll 0 0;
    display: block;
    height: 100%;
    text-align: center
}

.rs-carousel-container a span {
    display: inline-block;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    margin-top: -25px;
    position: relative;
    top: 50%;
    font-size: 16px;
    border: 1px solid #222;
    border-radius: 20px;
    padding: 10px
}

.rs-carousel-container a:hover span {
    border: 1px solid #162234
}

.rs-carousel-container.container-next {
    right: 0
}

.blacksquare {
    border: 3px solid #222;
    padding: 10px
}

#home-products-carousel .rs-carousel-mask {
    max-height: 475px
}

@media (min-width:628px) and (max-width:1199px) {
    #nuevo ul li a span.new-image {
        height: 285px
    }
    #home-products-carousel .rs-carousel-mask {
        max-height: 340px
    }
}

@media(max-width:627px) {
    #nuevo ul li a span.new-image {
        height: 185px
    }
    #home-products-carousel .rs-carousel-mask {
        max-height: 285px
    }
}

.swiper-container {
    width: 100%;
    height: 475px
}

.swiper-container .swiper-slide a {
    display: block;
    height: 100%;
    text-align: center
}

#product-recommendation{
    max-width: 1440px;
    margin: 0 auto;
}
/*
#nuevos_slider.swiper-container .swiper-slide a span.new-info,
#vendidos_slider.swiper-container .swiper-slide a span.new-info {
    text-align: center;
    display: block;
    float: left;
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 10px
}

#nuevos_slider.swiper-container .swiper-slide a span.new-info h4,
#vendidos_slider.swiper-container .swiper-slide a span.new-info h4 {
    text-transform: uppercase;
    font-size: 12px;
    width: 100%
}

#nuevos_slider.swiper-container .swiper-slide a span.new-image,
#vendidos_slider.swiper-container .swiper-slide a span.new-image {
    display: block;
    height: 402px;
    position: relative
}

#nuevos_slider.swiper-container .swiper-slide a span.new-image img,
#vendidos_slider.swiper-container .swiper-slide a span.new-image img {
    bottom: 0;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    width: 100%;
    max-width: 330px;
    left: 0;
    right: 0
}
*/
#collaboration-video {
    text-align: center;
    padding: 30px 0
}

#collaboration-video video {
    max-width: 1072px;
    width: 100%
}

#collaboration-video .explore-products {
    background-color: #fff;
    bottom: 30px;
    height: 75px;
    left: -55px;
    margin: 0 auto 0 50%;
    padding: 33px 0;
    position: absolute;
    width: 110px
}

#collaboration-video .explore-products .explore-button {
    text-align: center
}

#collaboration-video .explore-products a span.glyphicon {
    font-size: 10px
}

.styletech h1 {
    text-transform: uppercase;
    font-size: 20px;
    color: #222;
    text-align: center
}

.styletech hr {
    width: 30px
}

.styletech .fade-effect {
    background: -moz-linear-gradient(top, #fff 0, rgba(255, 255, 255, .95) 20%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, #fff 0, rgba(255, 255, 255, .95) 20%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, #fff 0, rgba(255, 255, 255, .95) 20%, rgba(255, 255, 255, 0) 100%);
    left: 0;
    right: 0;
    height: 100px;
    position: absolute;
    z-index: 1
}

.styletech .item #styletech-description {
    left: 40px;
    position: absolute;
    width: 300px;
    z-index: 2
}

.styletech .item #styletech-description h4 {
    color: #555;
    font-family: caslon-pro;
    font-size: 12px;
    text-transform: uppercase
}

.styletech .item #styletech-description h5 {
    color: #222;
    font-size: 12px;
    text-transform: uppercase
}

.styletech .item #styletech-description p {
    font-family: proxima-bold, arial
}

.styletech .item #styletech-description div {
    float: left;
    width: 100%
}

.styletech .item #styletech-description hr {
    float: left;
    margin: 5px 0
}

.styletech .item #styletech-description a.btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #222;
    font-family: proxima-bold, arial;
    font-size: 12px;
    padding: 5px 0;
    text-transform: uppercase
}

.styletech .item #styletech-description a.btn span {
    font-size: 8px
}

.styletech .item #styletech-product {
    max-width: 2000px;
    margin: 0 auto
}

.styletech .item #styletech-product img {
    width: 100%
}

.styletech .popover {
    min-height: 415px;
    z-index: 19 !important
}

.styletech .popover .popover-content>p.new-info {
    font-family: "Roboto";
    text-align: center;
    font-size: 12px
}

.styletech .popover .popover-content {
    text-align: center
}

.styletech a.carousel-control {
    opacity: 100 !important
}

.styletech a.carousel-control span {
    border: 1px solid #222;
    color: #222;
    text-shadow: none
}

.styletech #styletech ol {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .5) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .5) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .5) 100%);
    bottom: 0;
    left: 0;
    margin: 0 auto;
    right: 0;
    width: auto
}

.styletech #styletech ol li {
    background-color: #999;
    border: none
}

.styletech #styletech ol li.active {
    background-color: #162234
}

.styletech #styletech-product a.display-product-tooltip {
    background-color: #666;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
    position: absolute;
    z-index: 2
}

#styletech-product {
    width: 100%;
    position: relative
}

.popover h3.popover-title {
    padding: 0;
    overflow: hidden
}

@media(max-width:776px) {
    .styletech .item #styletech-product {
        max-width: 260px
    }
}

#newsletter_reg {
    max-height: 540px;
    overflow: hidden;
    padding: 0;
    position: relative
}

#newsletter_reg img {
    max-width: 1072px;
    position: relative;
    width: 100%
}

#newsletter_form {
    background-color: #fff;
    bottom: 30px;
    left: 30px;
    padding: 30px;
    position: absolute;
    right: 30px
}

#newsletter_form h2 {
    color: #222;
    font-size: 20px;
    font-weight: 400;
    margin: 10px auto 20px;
    text-align: center;
    text-transform: uppercase
}

#newsletter_form p {
    color: #555;
    font-size: 15px;
    text-align: center
}

#newsletter_form h6 {
    color: #222;
    font-size: 11px;
    text-align: center;
    text-transform: uppercase
}

#newsletter_form form input {
    border-right: 0 none;
    min-height: 40px
}

#newsletter_form span.input-group-addon {
    background-color: #fff;
    padding: 3px
}

#newsletter_form hr {
    max-width: 70px
}

#newsletter_form form span.input-group-addon button {
    background-color: #bbb;
    border: medium none;
    text-shadow: none
}

#instagram_module {
    text-align: center
}

#instagram_module #instagram_img {
    overflow: hidden;
    max-height: 270px
}

#instagram_img iframe {
    margin-left: -5% !important;
    margin-top: -35% !important;
    position: relative;
    width: 110% !important;
    max-width: 110% !important
}

#instagram_module h2 {
    color: #222;
    font-size: 20px;
    margin-top: 50px;
    text-align: center;
    text-transform: uppercase
}

#instagram_module p {
    color: #555;
    font-family: caslon-pro, Times;
    font-size: 15px;
    text-align: center
}

#instagram_module hr {
    max-width: 70px
}

#instagram_module .btn.btn-default {
    background: #fff none repeat scroll 0 0;
    color: #222;
    font-size: 10px;
    text-transform: uppercase;
    width: 35%;
    border: 2px solid #222
}

#travel_advisor {
    padding: 0;
    height: 400px;
    overflow: hidden
}

#travel_advisor img {
    max-width: 2144px;
    width: 100%;
    position: relative
}

#travel_advisor .row {
    width: 100%
}

#travel_advisor .content-container {
    display: table;
    height: 400px;
    position: absolute;
    top: 0;
    width: 100%
}

#travel_advisor .advisor-contentbox {
    border: 3px solid #222;
    padding: 40px 30px;
    text-align: center
}

#travel_advisor .advisor-contentbox h2 {
    color: #222;
    font-size: 20px;
    text-transform: uppercase
}

#travel_advisor .advisor-contentbox p {
    font-family: caslon-pro, Times;
    color: #555;
    font-size: 15px
}

#travel_advisor .advisor-contentbox a.btn.btn-default {
    background: 0 0;
    border: 2px solid #222;
    color: #222;
    text-transform: uppercase;
    font-size: 9px
}

@media(max-width:991px) {
    #travel_advisor .content-container {
        padding-left: 35px !important
    }
}

header {
    background-color: #FFFFFF;
    width: 100%;
    display: flex;
    flex-direction: column;
}
header.sticky-header {
    position: fixed; /* Make the header sticky */
    top: 0;
    left: 0;
    transition: top 0.3s; /* Smooth transition for showing/hiding */
    z-index: 1000; /* Ensure it stays above other content */
}

header .navbar {
    display: flex;
    position: relative;
    min-height: 60px;
    margin-bottom: 0px;
    border: 1px solid transparent;
    align-items: center;
    padding-right: 15px;
}

header .navbar nav{
    display: flex;
}

header .navbar span.separator {
    font-size: 20px;
    line-height: 1;
    padding: 0 10px;
}

header .navbar .logo {
    flex: 1;
    padding-left: 30px;
}

header .navbar .logo img {
    max-width: 170px;
    width: 100%;
}
header .navbar .logo img.logo-dark-mode { display: none;}
header .navbar .logo img.logo-light-mode { display: inherit;}
header .navbar .secondary-menu nav ul li a svg#cart-light-mode{display: inherit;}
header .navbar .secondary-menu nav ul li a svg#cart-dark-mode{display: none;}


.hamburger {
    display: none;
    font-size: 24px;
    cursor: pointer;
    padding:0 15px;
    transition: transform 0.3s ease; /* Smooth transition for icon change */
}

.hamburger::before {
    content: '\2630'; /* Unicode for hamburger icon */
}
.hamburger.active::before {
    content: '\2715'; /* Unicode for 'X' icon */
    font-size: 28px;
    color: white;
}

header .navbar .main-menu {
    flex: 3;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

header .navbar .secondary-menu nav{align-items: center;}
header .navbar .secondary-menu nav ul{margin-bottom: 0;}

header .navbar .main-menu nav ul {
    list-style: none;
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
}

header .navbar .main-menu nav ul li a {
    text-decoration: none;
    color: #000;
}

#full-screen-menu {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100% - 60px);
    background-color: #162234;
    color: #FFF;
    z-index: 9999;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
#full-screen-menu .menu-content{display: none;}
#full-screen-menu .menu-content.shownav{
    display: flex;
    height: 100%;
    width: 100%;
}
#full-screen-menu .menu-content.shownav .menu-image {
    overflow: hidden;
    flex-basis: 50%;
    display: flex;
    justify-content: center;
}
#full-screen-menu .menu-content.shownav .menu-image img {
    height: 100%;
    width: 100%;
    align-self: center;
    object-fit: cover;
}
#full-screen-menu .menu-content.shownav .sub-menu_container{
    flex-basis: 50%;
    padding: 40px 60px;
}
#full-screen-menu .menu-content.shownav .sub-menu_container section.sub-menu-top{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-content: flex-start;
}
#full-screen-menu .menu-content.shownav .sub-menu_container section.sub-menu-top .sub-rerturn a{
    font-size: 14px;
    DISPLAY: flex;
    justify-content: flex-start;
    position: relative;
    left: -22px;
}
#full-screen-menu .menu-content.shownav .sub-menu_container section.sub-menu-top .sub-see-all{
    width: 100%;
    text-align: left;
    padding: 15px 0;
}
#full-screen-menu .menu-content.shownav .sub-menu_container section.sub-menu-top .sub-see-all a{
    background: none;
    text-shadow: none;
    border: none;
    font-size: 1.5em;
    text-align: left;
    padding: 0;
    display: inline;
}
#full-screen-menu .menu-content.shownav .sub-menu_container .sub-navigation_menu {
    display: flex;
    margin: 20px 0;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5%;
}
#full-screen-menu .menu-content.shownav .sub-menu_container .sub-navigation_menu a {
    flex-basis: 30%;
    width: 30%;
    display: flex;
    text-align: left;
    padding: 0;
    background: none;
    border: none;
    max-width: 30%;
    line-height: 2.8;
    margin: 12px 0 0;
}

#full-screen-menu .close-btn {
    display: block;
    margin-top: 20px;
    color: #FFF;
    text-decoration: none;
    font-size: 20px;
}
header.navbar-dark{
    background-color: #162234;
}
header.navbar-dark .navbar .logo img.logo-dark-mode { display: inherit;}
header.navbar-dark .navbar .logo img.logo-light-mode { display: none;}
header.navbar-dark .navbar .main-menu nav ul li a{color: white;}
header.navbar-dark .navbar span.separator,
header.navbar-dark .navbar .secondary-menu nav ul li a{color: #FFFFFF;}
header.navbar-dark .navbar .secondary-menu nav ul li a svg#cart-light-mode{display: none;}
header.navbar-dark .navbar .secondary-menu nav ul li a svg#cart-dark-mode{display: inherit;}
header .navbar nav#mobile-navigation{display: none;}
form.search-form .nav-search{
    display: flex;
    margin-left: 30px;
}
form.search-form .nav-search input.search-field{
    width: 220px;
    min-height: 33px;
    line-height: 33px;
    padding: 0 10px;
    border: 1px solid #101010;
    border-right: none !important;
}
form.search-form .nav-search input.search-field::placeholder{font-family: "Roboto",sans-serif;}
form.search-form .nav-search .nav-search-btn button{
    height: 100%;
    border: 1px solid #101010;
    border-left: none !important;
}
form.search-form .nav-search .nav-search-btn button svg{min-height: 15px;}
form.search-form .nav-search .nav-search-btn button svg#search-light-mode{display: block;}
form.search-form .nav-search .nav-search-btn button svg#search-dark-mode{display: none;}
.navbar-dark form.search-form .nav-search input.search-field,
.navbar-dark form.search-form .nav-search .nav-search-btn button{
    background-color: #162234;
    border: 1px solid #FFFFFF;
}
.navbar-dark form.search-form .nav-search input.search-field::placeholder{
    color: rgb(255, 255, 255, 0.5);
    text-shadow: none;
}
.navbar-dark form.search-form .nav-search .nav-search-btn button svg#search-light-mode{display: none;}
.navbar-dark form.search-form .nav-search .nav-search-btn button svg#search-dark-mode{display: block;}


/* Responsive Styles */
@media (max-width: 768px) {
    .hamburger {
        display: block;
    }
    header .navbar nav{width: 100%;}
    header .navbar .logo{padding-left: 4vw;}
    header .navbar .main-menu  {
        display: none;
        flex-direction: column;
        width: 100%;
        background-color: #FFF;
        position: absolute;
        top: 60px;
        left: 0;
        z-index: 1000;
    }

    header .navbar .main-menu.shownav {
        display: flex;
    }

    header .navbar .main-menu  nav ul {
        flex-direction: column;
        width: 100%;
    }
    header .navbar .main-menu nav#main-nav ul{
        margin: 40px 0 0;
    }
    header .navbar .main-menu nav#main-nav ul li a{
        
        font-size: 16px;
    }

    header .navbar .main-menu  nav ul li {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #EEE;
    }

    header .navbar .main-menu  nav ul li a {
        display: block;
        padding: 0 15px 15px;
        text-align: left;
    }
    header .navbar span.separator{display: none;}
    header .navbar nav#mobile-navigation{
        display: block;
        background-color: #ebebeb;
        padding-top: 20px;
    }
    header .navbar nav#mobile-navigation ul li a img{max-width: 14px;}
    header .navbar nav#mobile-navigation ul li a{
        margin: 0;
        display: flex;
        align-items: center;
    }
    header .navbar nav#mobile-navigation ul li a img{margin-right: 10px;}
    header .navbar nav#mobile-navigation ul li a strong{margin-right: 10px;}
    #full-screen-menu .menu-content.shownav .menu-image{display: none;}
    #full-screen-menu .menu-content.shownav .sub-menu_container {
        flex-basis: 100%;
        padding: 40px 10vw;
    }
    #full-screen-menu .menu-content.shownav .sub-menu_container .sub-navigation_menu{
        gap: 5%;
    }
    #full-screen-menu .menu-content.shownav .sub-menu_container .sub-navigation_menu a {
        flex-basis: 45%;
        width: 45%;
        max-width: 100%;
        font-size: 4.3vw;
        display: block;
        white-space: normal;
        line-height: 1;
        margin: 20px 0;
    }
    
    form.search-form{
        display: none;
    }
    #mobile-navigation form.search-form{
        display: flex;
        margin-bottom: 20px;
        padding: 0 12px;
    }
    #mobile-navigation form.search-form .nav-search {
        display: flex;
        width: 100%;
        margin: 0;
    }
    #mobile-navigation form.search-form .nav-search input.search-field{flex-basis: 90%;}
    #mobile-navigation form.search-form .nav-search input.search-field{flex-basis: 90%;}
}


#darkheader {
    background-color: #222;
    height: 170px;
    padding-top: 47px;
    margin-bottom: 70px
}

#darkheader h2,
#darkheader h3,
#darkheader h4 {
    color: #fff;
    margin: auto 0;
    text-align: center;
    line-height: 100px
}

#darkheader .btn {
    position: relative;
    top: -20px;
    border: 1px solid #fff;
    border-radius: 0
}

#darkheader .btn:hover {
    color: #162234
}

#darkheader .popover {
    top: 155px;
    min-width: 375px;
    left: auto
}

#darkheader .popover-content {
    float: left;
    padding: 0
}

#darkheader .popover-content a.btn:nth-child(1),
#darkheader .popover-content a.btn:nth-child(4) {
    border-left: 1px solid #fff
}

#darkheader .popover-content a.btn:nth-child(4),
#darkheader .popover-content a.btn:nth-child(5),
#darkheader .popover-content a.btn:nth-child(6) {
    border-bottom: 1px solid #fff
}

#darkheader .popover a.btn {
    border: 1px solid #ccc;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    float: left;
    height: 123px;
    left: 1px;
    top: 0;
    width: 123px;
    font-family: "Roboto";
    font-size: 10px
}

#darkheader .popover a.btn span {
    font-size: 30px;
    line-height: 95px
}

#darkheader .popover.bottom>.arrow {
    margin-left: -170px
}

#darkheader .popover-content #login h1,
#login h2,
#login h3,
#login h4,
#login h5 {
    text-align: center
}

#login div:nth-child(2),
#registernewaccount {
    border-left: 1px solid #ccc
}

#whysuscribe {
    border: 1px solid #222
}

#whysuscribe ul {
    margin: 0 auto;
    padding-left: 10px;
    text-align: left;
    width: 80%
}

#whysuscribe ul>li {
    list-style: disc;
    padding: 5px 0
}

.right-modal>.modal-dialog {
    margin: 40px 0 30px auto
}

.right-modal>.modal-dialog .modal-content {
    border-radius: 0;
    box-shadow: none;
    border: none;
    text-align: center
}

#IngresaModal>.modal-dialog .modal-content h2 {
    border-bottom: 2px solid #ccc;
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    text-transform: none
}

#IngresaModal>.modal-dialog .modal-content h3 {
    display: inline-block;
    font-size: 15px;
    margin: 0 0 9px 0
}

#IngresaModal>.modal-dialog .modal-content .form-group>a.btn,
.form-group>a.btn.facebook-login,
.form-group>a.btn.google-login {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0
}

#IngresaModal #form-recovery {
    text-align: right
}

#IngresaModal a#password-recovery {
    font-size: 12px;
    font-weight: 400;
    color: #777
}

.form-group>a.btn.google-login {
    background-color: #4285f4;
    color: #fff;
    border: 1px solid #4285f4
}

.form-group>a.btn.google-login>span {
    float: left;
    display: block;
    height: 38px;
    width: 40px;
    background: url(https://google-developers.appspot.com/identity/sign-in/g-normal.png) no-repeat center #fff
}

.form-group>a.btn.facebook-login {
    background-color: #4267b2;
    color: #fff;
    border: 1px solid #4267b2
}

.form-group>a.btn.facebook-login>span {
    float: left;
    display: block;
    height: 38px;
    width: 40px;
    background: url(../images/flogo-HexRBG-Wht-58.png) no-repeat center;
    background-size: 25px
}

.form-group>input.btn.vimento-login {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
    height: 40px;
    width: 100%
}

#IngresaModal>.modal-dialog .modal-content .form-group {
    text-align: left
}

#IngresaModal>.modal-dialog .modal-content .form-group label {
    font-size: 13px;
    font-weight: 400;
    text-transform: none
}

#IngresaModal>.modal-dialog .modal-content .form-group>p.help-block {
    font-weight: 400;
    color: #777;
    font-size: 12px;
    text-align: center
}

#profileareas .row>div>div {
    border: 1px solid #ebebeb
}

#profileareas .row>div>div .head {
    height: 60px;
    background-color: #ebebeb;
    border-bottom: 1px solid #ccc
}

#profileareas .row>div>div .head a {
    display: block;
    height: 60px;
    position: relative
}

#profileareas .row>div>div .head a span.glyphicon {
    float: left;
    background-color: #222;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    top: 0;
    font-size: 20px
}

#profileareas .row>div>div .head a:hover span.glyphicon {
    background-color: #162234
}

#profileareas .row>div>div .head a span.glyphicon-menu-right,
#profileareas .row>div>div .head a:hover span.glyphicon-menu-right {
    background: 0 0;
    font-size: 14px;
    color: #222;
    float: right;
    line-height: 60px;
    width: 30px;
    text-align: center
}

#profileareas .row>div>div .head a h4 {
    float: left;
    margin: 0;
    line-height: 60px;
    position: relative;
    left: 10px;
    font-size: 100%
}

#profileareas .row>div>div .content {
    height: 390px;
    text-align: center;
    position: relative
}

#profileareas .row>div>div .content h6 {
    text-transform: uppercase
}

#profileareas .row>div>div .content a {
    margin: 10px auto;
    display: block;
    text-decoration: underline
}

#profileareas .row>div>div .content hr,
#profileareas .row>div>div .footer hr {
    width: 80%
}

#profileareas .row>div>div .footer {
    text-align: center
}

#profileareas .row>div>div .footer .btn {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #222;
    color: #222;
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: none;
    text-transform: uppercase
}

#profileareas .row>div>div .footer .btn:hover {
    color: #162234
}

#profileareas .row>div>div .content .recomendaciones,
#profileareas .row>div>div .content .recomendaciones a {
    height: 390px;
    color: transparent;
    line-height: 390px;
    text-decoration: none
}

#profileareas .row>div>div .content .recomendaciones a img {
    max-width: 260px;
    width: 95%
}

#profileareas .row>div>div #monogram.content {
    line-height: 390px;
    color: transparent
}

#profileareas .row>div>div #monogram.content h6 {
    color: #222
}

#profileareas .row>div>div #monogram.content span.monogrampatch {
    color: #222;
    font-family: times, times-new-roman;
    font-size: 42px;
    left: 0;
    position: absolute;
    text-transform: uppercase;
    width: 100%
}

#profileareas #ordersListContainer>div.btn-group {
    width: 100%;
    padding: 10px
}

#profileareas #ordersListContainer>div.btn-group>a {
    width: 100%;
    background-color: #fff;
    color: #555;
    text-shadow: none;
    padding: 15px 0;
    border-left: none;
    border-right: none;
    text-align: left;
    border-color: #ddd;
    margin: -1px 0 0;
    text-decoration: none
}

#profileareas #ordersListContainer>div.btn-group>a:hover {
    color: #162234
}

#profileareas #ordersListContainer>div.btn-group>a>span.label {
    float: right
}

#savedcarousel .item {
    text-align: center
}

#savedcarousel .item>img {
    max-width: 220px;
    width: 100%;
    margin: 0 auto
}

#savedcarousel a.carousel-control {
    color: #222;
    text-shadow: none
}

#savedcarousel a.carousel-control .glyphicon-menu-left,
#savedcarousel a.carousel-control .glyphicon-menu-right,
#savedcarousel a.carousel-control .icon-next,
#savedcarousel a.carousel-control .icon-prev {
    border: none
}

#savedcarousel dl {
    font-size: 10px;
    color: #666
}

#savedcarousel dl>dt {
    text-transform: uppercase;
    width: 50%;
    padding-right: 5px
}

#savedcarousel dl>dd {
    text-align: left
}

form#vimentotracer {
    padding-top: 175px;
    height: 215px
}

#warrantyreclaims strong {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    color: #222;
    margin: 10px 0;
    position: relative;
    top: 10px
}

#warrantyreclaims dl {
    margin-top: 25px;
    font-size: 12px;
    color: #666
}

#warrantyreclaims dl>dt {
    width: 50%;
    padding-right: 5px
}

#warrantyreclaims dl dd {
    text-align: left
}

#warrantyreclaims span.claim-img {
    width: 250px;
    height: 250px;
    overflow: hidden;
    display: block;
    border: 1px solid #ccc;
    margin: 0 auto;
    outline: 7px solid #fff;
    outline-offset: -8px
}

#warrantyreclaims img {
    width: 100%
}

#profile_navtabs {
    width: 100%
}

#profile_navtabs.nav-tabs>li>a {
    background-color: #fff;
    cursor: pointer
}

#profile_navtabs.nav-tabs>li.active>a,
#profile_navtabs.nav-tabs>li>a:focus,
#profile_navtabs.nav-tabs>li>a:hover {
    text-decoration: underline;
    color: #162234
}

#vision h3 {
    font-size: 20px;
    text-transform: uppercase
}

.styletech-description.visible-xs {
    text-align: center
}

.styletech-description.visible-xs h4 {
    font-family: caslon-pro, Times;
    font-size: 12px;
    margin-top: 20px;
    text-transform: uppercase
}

.styletech-description.visible-xs h5 {
    font-size: 12px;
    text-transform: uppercase
}

.styletech-description.visible-xs p {
    font-family: proxima-bold, arial;
    font-size: 12px
}

.styletech-description.visible-xs a.btn {
    background-color: #fff;
    border: medium none;
    color: #222;
    font-family: proxima-bold, Arial;
    font-size: 12px;
    padding: 0;
    text-shadow: none;
    text-transform: uppercase
}

.styletech-description.visible-xs a.btn span {
    font-size: 10px
}

.tech-mobile-tooltip {
    background-color: #fff;
    border: 1px solid #b0b0b0;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    z-index: 5;
    padding: 15px;
    display: none
}

.tech-mobile-tooltip a.close-tooltip {
    font-size: 30px;
    position: inherit;
    top: 10px;
    right: 10px
}

.tech-mobile-tooltip .description-complete-container {
    display: table;
    width: 100%;
    height: 100%
}

.tech-mobile-tooltip .description-complete-container .description-text-container {
    display: table-cell;
    vertical-align: middle
}

.tech-mobile-tooltip .description-complete-container .description-text-container .inner-container {
    margin: 0 auto;
    width: 80%;
    text-align: center
}

.tech-mobile-tooltip .tooltip-icon {
    font-size: 50px
}

.tech-mobile-tooltip h3 {
    font-family: proxima-bold, Arial;
    font-size: 12px;
    text-transform: uppercase
}

.tech-mobile-tooltip p {
    font-size: 12px
}

@media(min-width:991px) {
    #vision .row>div>div {
        border: 1px solid #222
    }
}

#vision .row>div>div {
    padding: 10px;
    color: #666;
    font-family: "Roboto"
}

#vision .row>div>div>p {
    padding: 10px 0
}

#vision .row>div>div>p>span {
    font-family: adobe-caslon, times;
    color: #222;
    max-width: 152px;
    display: block
}

#birthdaypresent>div>div {
    background-color: #ebebeb;
    border: none !important
}

#birthdaypresent>div>div h6 {
    color: #222;
    text-transform: uppercase;
    font-family: proxima-bold
}

#birthdaypresent form button.btn {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center
}

#perfil>div>div>div,
#perfil>div>div>form {
    border: 1px solid #222;
    padding: 20px
}

#perfil>div>div>form label {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 11px
}

#perfil>div>div>form label span {
    color: #162234
}

#perfil form button.btn-info {
    background: #fff;
    border: 1px solid #222;
    color: #222;
    text-shadow: none;
    font-family: "Roboto"; font-weight: 700;
    font-size: 10px;
    text-transform: uppercase
}

#perfil>div>div>.spacer {
    height: 20px;
    border: none
}

#atencion>div>div {
    border: 2px solid #222;
    padding: 10px;
    margin: 20px 0
}

#atencion>div h3 {
    font-size: 12px;
    margin-top: 10px
}

#atencion>div p#atencion_telefono {
    color: #666;
    font-size: 20px;
    text-align: center;
    display: block
}

#atencion>div p#atencion_telefono>span {
    color: #222;
    font-family: adobe-caslon, Times
}

#contenido_atencion {
    font-size: 18px
}

#contenido_atencion ul {
    padding-left: 2rem;
    list-style: disc
}

#contenido_atencion ul li {
    padding: .5rem 0
}

#faq h2,
#faq h3 {
    margin-top: 30px;
    text-align: left;
    color: #222
}

#faq h2 {
    font-size: 19px
}

#faq h3 {
    font-size: 14px
}

#faq p {
    font-size: 13px;
    color: #666
}

#faq p a.redLink {
    font-size: 10px;
    color: #162234
}

#faq ul li a {
    text-decoration: underline;
    font-family: adobe-caslon, Times;
    margin: 10px 0;
    display: block
}

#faq ul li {
    padding: 0 0 0 5px;
    list-style: disc;
    margin: 0 0 0 20px
}

#infogarantia h2 {
    font-size: 14px;
    margin-top: 30px;
    text-align: left;
    color: #222
}

#infogarantia ol li,
#infogarantia p {
    font-size: 13px;
    color: #666
}

#infogarantia ol {
    list-style-type: decimal
}

#infogarantia ol li {
    margin: 10px 0 0 20px;
    padding: 0 0 0 5px
}

#cambios ul li {
    list-style: disc;
    margin: 0 0 0 20px;
    padding: 0 0 0 5px
}

@media(min-width:991px) {
    #direcciones a[data-toggle=collapse] {
        position: absolute;
        right: 15px;
        top: 57px
    }
}

#recomendacionescarousel a>img {
    width: 100%;
    max-width: 250px
}

#recomendacionescarousel .item>div>div>a {
    display: block;
    font-family: "Roboto"; font-weight: 700;
    font-size: 14px;
    height: 320px;
    text-align: center;
    width: 100%
}

#recomendacionescarousel .item>div>div>a span {
    display: none;
    text-decoration: none
}

#recomendacionescarousel .item>div>div>a:hover {
    text-decoration: none
}

#recomendacionescarousel .item>div>div>a:hover span {
    display: block;
    color: #222;
    text-decoration: none
}

#recomendacionescarousel .item>div>div>a:hover span>h4 {
    font-family: adobe-caslon, Times;
    font-size: 11px
}

#recomendacionescarousel a.carousel-control {
    color: #222;
    text-shadow: none
}

#recomendacionescarousel a.carousel-control span {
    border-color: #222
}

#monogramdata form div.row a {
    display: block;
    width: 40px;
    height: 40px;
    float: left;
    margin: 10px 10px 0 0;
    text-indent: -99999px;
    border: 1px solid #000
}

#monogramdata form div.row a.Nada {
    text-indent: 1px;
    font-size: 45px;
    color: #162234;
    line-height: 45px;
    background: #fff;
    background: -moz-linear-gradient(-45deg, #fff 49%, #162234 49%, #162234 50%, #fff 50%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(49%, #fff), color-stop(49%, #162234), color-stop(50%, #162234), color-stop(50%, #fff));
    background: -webkit-linear-gradient(-45deg, #fff 49%, #162234 49%, #162234 50%, #fff 50%);
    background: -o-linear-gradient(-45deg, #fff 49%, #162234 49%, #162234 50%, #fff 50%);
    background: -ms-linear-gradient(-45deg, #fff 49%, #162234 49%, #162234 50%, #fff 50%);
    background: linear-gradient(135deg, #fff 49%, #162234 49%, #162234 50%, #fff 50%)
}

#monogramdata form div.row a.Nada:hover {
    text-decoration: none
}

#monogramdata form div.row a.verde {
    background-color: #309645
}

#monogramdata form div.row a.morado {
    background-color: #78264f
}

#monogramdata form div.row a.cafe {
    background-color: #855405
}

#monogramdata form div.row a.dorado {
    background: #fceabb;
    background: -moz-linear-gradient(-45deg, #fceabb 0, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0, #fceabb), color-stop(50%, #fccd4d), color-stop(51%, #f8b500), color-stop(100%, #fbdf93));
    background: -webkit-linear-gradient(-45deg, #fceabb 0, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
    background: -o-linear-gradient(-45deg, #fceabb 0, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
    background: -ms-linear-gradient(-45deg, #fceabb 0, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
    background: linear-gradient(135deg, #fceabb 0, #fccd4d 50%, #f8b500 51%, #fbdf93 100%)
}

#monogramdata form div.row a.plata {
    background: #fff;
    background: -moz-linear-gradient(-45deg, #fff 0, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0, #fff), color-stop(50%, #f1f1f1), color-stop(51%, #e1e1e1), color-stop(100%, #f6f6f6));
    background: -webkit-linear-gradient(-45deg, #fff 0, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
    background: -o-linear-gradient(-45deg, #fff 0, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
    background: -ms-linear-gradient(-45deg, #fff 0, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
    background: linear-gradient(135deg, #fff 0, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%)
}

#monogramdata form div.row a.rojo {
    background-color: #162234
}

#monogramdata form div.row a.azul {
    background-color: #4d61e8
}

#monogrampatchtemplate {
    height: 305px;
    line-height: 305px;
    text-align: center;
    position: relative;
    color: transparent
}

#monogrampatchtemplate span {
    font-family: adobe-caslon, Times;
    font-size: 34px;
    height: 305px;
    left: 0;
    line-height: 272px;
    position: absolute;
    text-transform: uppercase;
    width: 100%;
    color: #222
}

.saveditems .savedimage {
    color: transparent;
    line-height: 180px;
    min-height: 180px;
    text-align: center
}

.saveditems h6 {
    font-family: adobe-caslon, Times;
    color: #666
}

.saveditems h5 {
    font-size: 12px
}

.saveditems p {
    color: #666;
    font-size: 10px
}

.saveditems form .form-group label {
    font-size: 10px
}

.saveditems form .form-group input {
    max-width: 50px;
    text-align: center
}

.saveditems form .form-group {
    margin: 0 0 30px 0
}

.saveditems form p span.savedstock {
    font-weight: 700;
    color: #222;
    font-size: 12px;
    font-family: adobe-caslon, Times
}

.saveditems form button,
.saveditems form button:hover {
    background-color: #162234;
    border-color: #162234;
    font-family: "Roboto"; font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    padding: 13px 0;
    width: 100%
}

#vimentotracerform .panel {
    margin: 45px 0 20px;
    box-shadow: none
}

#vimentotracerform .panel .panel-heading {
    min-height: 75px;
    padding: 0;
    line-height: 75px;
    background: #444
}

#vimentotracerform .panel .panel-heading .panel-title {
    float: left;
    display: block;
    width: 100%;
    min-height: 75px;
    line-height: 75px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-family: "Roboto"; font-weight: 700;
    padding: 0 15px
}

#vimentotracerform .panel .panel-body label {
    font-weight: 400;
    font-size: 11px;
    text-transform: uppercase
}

#vimentotracerform .panel .panel-body label span {
    color: #162234
}

#vimentotracerform .panel .panel-body span.help-block {
    font-size: 11px;
    color: #666
}

#vimentotracerform button {
    font-size: 12px;
    font-family: proxima-bold
}

@media (min-width:991px) {
    #vimentotracerform .popover {
        min-height: 430px;
        min-width: 420px !important;
        z-index: 19 !important
    }
    #vimentotracerform .popover img {
        max-width: 400px
    }
}

#vimentotracerform .popover img {
    width: 100%
}

#conoce_hero_banner {
    padding: 0
}

#conoce_hero_banner #conoce_hero_banner_container {
    left: 0;
    right: 0
}

#conoce_hero_banner #conoce_hero_banner_container #conoce_banner_img {
    overflow: hidden;
    max-height: 288px
}

#conoce_hero_banner #conoce_hero_banner_container #conoce_banner_img>img {
    min-width: 1440px;
    min-height: 288px
}

.top_separator {
    min-height: 25px;
    height: 25px
}

@media (max-width:991px) {
    .top_separator {
        min-height: 55px;
        height: 55px
    }
}

/* NOSOTROS */
section.about-intro {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

section.about-intro .section-container h1,
section.about-brands h1 {
    font-size: 5rem;
    line-height: 4.8rem;
    font-family: "Libre Bodoni", serif, Arial, sans-serif;
    margin: 0 0 24px;
    font-optical-sizing: auto;
    font-style: normal;
}

section.about-intro .section-container h4 {
    font-size: 2.15rem;
    line-height: 3rem;
    padding-left: 10px;
}

/* Existing styles for initial slide-in */
@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

section.about-intro .section-container {
    max-width: 680px;
    padding: 0 1%;
    width: 100%;
    color: #162234;
    opacity: 1;
    transition: transform 0.2s linear, opacity 0.2s linear;
}

.about-divider{
    margin-left: -15px;
    margin-right: -15px;
}
.about-divider picture{
    max-width: 100%;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.about-divider picture img{
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* Initial state of the image before loading */
.lazy-fade {
    opacity: 0;                    /* Initially hidden */
    transition: opacity 0.8s ease-in-out;  /* Smooth opacity transition */
    will-change: opacity;           /* Optimization hint for performance */
}

/* When the image enters the viewport, fade it in */
.lazy-fade.in-view {
    opacity: 1;
}

/* Fade out when the image exits the viewport */
.lazy-fade.out-of-view {
    opacity: 0;
}

section.about-brands{
    max-width: 1440px;
    margin: 120px auto;
}
section.about-brands h1{
    text-align: center;
    color: #162234;
    margin-bottom: 30vh;
}
section.about-brands .about-brands__container{
    display: flex;
}
section.about-brands .about-brands__container .about-brands__brand{
    display: flex;
    position: relative;
    flex-basis: 50%;
    justify-content: center;
}
section.about-brands .about-brands__container .about-brands__brand .about-brands__info{
    position: sticky;
    max-width: 400px;
    height: 130px;
    top: calc(60vh - 130px);
}
section.about-brands .about-brands__container .about-brands__brand .about-brands__info img{
    margin-bottom: 30px;
    max-width: 200px;
}
section.about-brands .about-brands__container .about-brands__image-slider{
    flex-basis: 50%;
}
section.about-brands .about-brands__container .about-brands__image-slider .about-brands__slide{
    display: flex;
    justify-content: center;
    height: 180vh;
    position: relative;
}
section.about-brands .about-brands__container .about-brands__image-slider .about-brands__slide .about-brands__slide-img {
    height: 60vh;
    position: sticky;
    top: 20vh;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}
section.about-brands .about-brands__container .about-brands__image-slider .about-brands__slide .about-brands__slide-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.about-brands .about-brands__container .about-brands__image-slider .about-brands__slide .about-brands__slide-img.fade-in {
    opacity: 1;
}

@media (max-width:768px) {
    .about-divider picture img {
        max-width: inherit;
        min-height: 420px;
    }
    section.about-brands .about-brands__container {
        flex-direction: column;
        align-items: center;
    }
    section.about-brands .about-brands__container .about-brands__brand{
        position: sticky;
        top: 10vh;
        flex-basis: 100%;
        max-width: 320px;
    }
    section.about-brands .about-brands__container .about-brands__image-slider {
        flex-basis: 100%;
    }
    section.about-brands .about-brands__container .about-brands__image-slider .about-brands__slide .about-brands__slide-img{top: 30vh;}
}
/* Content Section */
.content-section {
    padding: 50px;
    text-align: center;
    background-color: #f9f9f9;
}

.content-section h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #333;
}

.content-section p {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}

#videocatalog div {
    padding: 0
}

#videocatalog video {
    position: relative;
    min-width: 100%;
    max-width: 100%;
    width: auto;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0)
}

#breadcrum_menu {
    background-image: url(../cms/uploads/images/catalog_ballystic_nylon.jpg);
    background-position: center bottom;
    background-repeat: repeat-x;
    background-size: auto 75px;
    color: #fff;
    height: 90px
}

.catalog_category_title {
    background-color: #ebebeb;
    height: 65px;
    margin: 0;
    padding: 0;
    border-bottom: 3px solid #d4d4d4
}

.catalog_category_title h3 {
    font-size: 15px;
    font-weight: 700;
    line-height: 65px;
    display: block;
    float: left;
    height: 65px;
    margin: 0 0 0 15px;
    color: #555;
    text-transform: uppercase
}

#catalog_filters form {
    float: left
}

#catalog_filters .list-group {
    box-shadow: none !important
}

#catalog_filters .list-group .list-group-item {
    border: none;
    padding: 10px 0;
    border-top: 2px solid #ccc;
    float: left;
    width: 100%
}

#catalog_filters .list-group .list-group-item h4 {
    color: #222;
    font-size: 15px;
    margin: 0
}

#catalog_filters .list-group .list-group-item hr {
    margin: 10px 0 20px
}

#catalog_filters .list-group .list-group-item>.checkbox.colorfilter {
    float: left;
    width: 30px;
    height: 30px;
    margin: 0 8px 6px 0
}

#catalog_filters .list-group .list-group-item>.checkbox.colorfilter label {
    display: inline
}

#catalog_filters .list-group .list-group-item>.checkbox.colorfilter .color-checkbox {
    display: none
}

#catalog_filters .list-group .list-group-item>.checkbox.colorfilter .color-checkbox+label {
    border: 1px solid #ccc;
    padding: 12px;
    display: inline-block;
    position: relative
}

#catalog_filters .list-group .list-group-item>.checkbox.colorfilter .color-checkbox+label:active,
#catalog_filters .list-group .list-group-item>.checkbox.colorfilter .color-checkbox:checked+label:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 1px 3px rgba(0, 0, 0, .1)
}

#catalog_filters .list-group .list-group-item>.checkbox.colorfilter .color-checkbox:checked+label {
    border: 1px solid #162234;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 -15px 10px -12px rgba(0, 0, 0, .05), inset 15px 10px -12px rgba(255, 255, 255, .1);
    color: #99a1a7
}

.compare_preview #compare-container {
    float: right;
    width: auto
}

.compare_preview #compare-container .comparison-txt {
    float: left
}

.compare_preview #compare-container .comparison-txt .label-txt {
    color: #999;
    display: block;
    padding-bottom: 8px
}

.compare_preview #compare-container .comparison-txt .label-number {
    color: #222;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 60px
}

.compare_preview #compare-container .compare-thumbs {
    float: left
}

.compare_preview #compare-container .compare-thumbs .compare-thumb-container {
    border: 1px solid #bbb;
    width: 50px;
    height: 60px;
    float: left;
    margin-left: 10px;
    background-image: url(../images/vimento-logo-v.gif);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden
}

#catalog-top-data h3#catalog_title {
    font-size: 24px;
    margin: 0;
    padding: 10px 0 0;
    color: #222;
    text-transform: none;
    position: relative
}

#catalog-top-data p.catalog_description {
    margin-top: 13px;
    font-size: 14px;
    color: #3a3939;
    text-transform: none;
    line-height: 21px
}

.btn-toolbar.pagination {
    float: right
}

.btn-toolbar.pagination .btn-group>a {
    display: block;
    text-decoration: none;
    padding: 5px 0;
    line-height: 20px;
    text-align: center;
    width: 28px;
    border-radius: 20px;
    color: #444;
    background: 0 0;
    border: none
}

.btn-toolbar.pagination .btn-group.active {
    display: block;
    text-decoration: none;
    padding: 5px 0;
    line-height: 20px;
    text-align: center;
    width: 28px;
    border-radius: 20px;
    background: #ebebeb
}

#catalog-top-nav {
    min-height: 70px
}

#catalog-top-nav #sort-options {
    height: 70px;
    padding: 0
}

#catalog-top-nav #sort-options>h5 {
    line-height: 70px;
    font-weight: 420;
    color: #999;
    margin: 0;
    float: right;
    padding-right: 20px;
    font-family: adobe-caslon-pro, Times;
    font-style: italic
}

#catalog-top-nav #sort-options>h5>a {
    padding: 0 5px
}

.catalog_product {
    height: 600px;
    padding-bottom: 100px;
    border-top: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    left: -1px
}

@media (max-width:991px) {
    .catalog-header {
        margin-top: 30px
    }
    .catalog_product {
        height: 440px;
        padding-bottom: 20px;
        padding-top: 20px;
        position: relative
    }
    .catalog_title a {
        height: 55px
    }
    #catalog-top-nav .modal-header {
        padding: 10px 15px;
        min-height: 35px;
        line-height: 35px;
        border-bottom: none
    }
    #catalog-top-nav .modal-header .close {
        font-size: 35px
    }
    #catalog-top-nav .colorfilter {
        float: left;
        height: 40px;
        width: 40px;
        margin: 0 5px 5px 0
    }
    #catalog-top-nav .colorfilter label {
        width: 40px;
        height: 40px
    }
    #catalog-top-nav .colorfilter label input {
        display: none
    }
    .catalog_product .compare_container {
        position: absolute;
        top: 0;
        z-index: 1
    }
    .catalog_title span.price {
        margin-top: 0 !important
    }
}

.compare_container label {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #555;
    font-size: 13px;
    line-height: 1.25;
    margin-top: 10px
}

.compare_container label a {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 0;
    cursor: pointer;
    float: right;
    height: 20px;
    margin-left: 5px;
    width: 20px;
    padding: 0 2px
}

.compare_container label a.active:after {
    content: "\2713"
}

.compare_container label a.active {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    font-size: 10px;
    text-align: center;
    line-height: 20px
}

.compare_container label a span {
    color: #fff
}

.catalog_image_container a {
    text-align: center;
    display: block;
    float: left;
    width: 100%
}

.catalog_image_container a img {
    width: 100%;
    max-width: 330px;
    margin: 0 auto
}

.catalog_image_container a img.main {
    display: block
}

.catalog_title h5 {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.25;
    color: #555;
    padding-bottom: 9px;
    text-align: center
}

.catalog_title a {
    display: block;
    float: left;
    width: 100%;
    padding-bottom: 9px;
    color: #222;
    text-align: center
}

.catalog_title a:hover {
    color: #162234
}

.catalog_title span.price {
    float: left;
    display: block;
    font-size: 13px;
    color: #555;
    margin-top: 20px;
    text-align: center;
    width: 100%
}

.catalog_product span.custom-label {
    background-color: #ebebeb;
    color: #222;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    font-family: adobe-caslon-pro, serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.25;
    padding: 10px 10px 5px;
    position: relative;
    left: -15px
}

.PromoExtraOffClock {
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin: 10px 0;
    position: absolute;
    display: flex;
    flex-direction: row;
    right: 3vw;
    top: -5px;
    font-size: 14px;
    font-weight: 400
}

.PromoExtraOffClock .clockdown-digit {
    display: flex;
    flex-wrap: wrap
}

.PromoExtraOffClock .clockdown-digit span {
    flex-basis: 100%
}

.PromoExtraOffClock .clockdown-digit span.timer-label {
    font-size: 10px
}

.ExtraOffDescription {
    color: #162234;
    padding: 0 0 0 10px
}

.ExtraOffDescription a {
    color: #162234
}

.breadcrumb,
.breadcrumb>li,
.breadcrumb>li>a {
    color: #666 !important
}

.breadcrumb {
    top: 27px;
    display: block;
    height: 53px;
    position: relative;
    font-family: "Roboto", sans-serif;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.25
}

.product_mainimg {
    text-align: center
}

.product_mainimg>img {
    max-width: 383px;
    width: 100%
}

.product_gral_data h3 {
    color: #555;
    padding: 0 0 10px;
    text-transform: uppercase;
    font-family: adobe-caslon-pro, serif;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.5;
    font-weight: 400
}

.product_gral_data h4 {
    color: #555;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    letter-spacing: .025em;
    line-height: 1.53333;
    margin: 0
}

.product_gral_data h4 a {
    font-weight: 400;
    text-transform: none;
    font-size: 12px
}

.product_gral_data p.star_reviews,
.product_gral_data span.product_code,
.product_gral_data span.stamped-product-reviews-badge {
    color: #777;
    display: inline-block;
    font-weight: 400;
    margin-right: 30px;
    font-size: 12px;
    padding: 15px 0
}

#product-review .stamped-starrating a {
    color: #333
}

.fa-star-checked,
.fa-star-half-o,
.fa-star-o,
.product_gral_data span.stamped-product-reviews-badge .fa-star,
.stamped-fa-star,
.stamped-fa-star-checked,
.stamped-fa-star-half-o,
.stamped-fa-star-o {
    color: #333
}

.product_gral_data span.product_code {
    text-transform: uppercase
}

.product_gral_data p.star_reviews>a {
    text-decoration: none
}

.product_gral_data .yotpo {
    padding: 15px 0
}

.product_gral_data .yotpo.bottomLine {
    float: right
}

p.special-promo {
    font-size: 12px;
    color: #bb2131;
    font-weight: 700
}

.product_gral_data span.price {
    font-family: "Roboto", sans-serif;
    font-size: 21px;
    font-weight: 400;
    letter-spacing: .025em;
    margin-right: 25px;
    color: #222
}

.product_gral_data span.stock {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 200;
    letter-spacing: .025em;
    line-height: 1.25;
    color: #555
}

.product_gral_data span.price,
.product_gral_data span.stock {
    margin-bottom: 30px;
    min-height: 30px;
    line-height: 30px
}

.product_gral_data a.more_product_info {
    font-family: proxima-bold, sans-serif;
    font-size: 11px;
    display: block;
    float: left;
    padding: 15px 0;
    text-decoration: none;
    text-transform: uppercase
}

.product_gral_data a.more_product_info:after,
.product_gral_data a.more_product_info:before {
    content: '';
    width: 30px;
    height: 1px;
    background: #d6d6d6;
    position: absolute
}

.product_gral_data a.more_product_info:before {
    bottom: -1px
}

.product_gral_data a.more_product_info:after {
    top: -1px;
    left: 15px
}

.product_maginifier a {
    font-size: 20px;
    text-decoration: none
}

#product-zoom {
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    width: auto;
    z-index: 9;
    min-height: 555px;
    height: 555px;
    background-color: #fff;
    margin: 0;
    display: none
}

.product_gral_data .product_quant_share {
    width: 100%;
    max-width: 160px;
    float: right
}

.limit-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto
}

#carousel-product-display>ol.carousel-indicators {
    bottom: 0;
    position: relative
}

#carousel-product-display>ol.carousel-indicators>li {
    width: 50px;
    height: 50px;
    border-radius: 0;
    overflow: hidden;
    border: 0
}

#carousel-product-display>ol.carousel-indicators>li.active {
    border: 2px solid #000;
    top: -2px
}

#carousel-product-display>ol.carousel-indicators>li>img {
    display: block;
    width: 100%
}

#carousel-product-display>.carousel-control {
    color: #000;
    text-shadow: none;
    z-index: 2
}

#carousel-product-display>.carousel-control>span {
    font-size: 30px;
    border: 0
}

#carousel-product-display>.carousel-inner>.item {
    height: 640px
}

#carousel-product-display>.carousel-inner>.item>img {
    max-width: 520px;
    margin: 0 auto
}

#carousel-product-display .dark-overlay {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .03;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

#mobile-carousel-product-display {
    height: 420px;
    overflow: hidden
}

#mobile-carousel-product-display .swiper-slide img {
    width: 100%
}

#mobile-carousel-product-display .swiper-slide .mobile-img span.glyphicon {
    position: absolute;
    width: 20px;
    font-size: 20px;
    right: 0;
    top: 0;
    color: #cecece
}

#mobile-carousel-product-display .swiper-slide .mobile-img:hover span.glyphicon {
    color: #3c3c3c
}

#mobile-carousel-product-display .swiper-slide .mobile-img {
    float: left;
    display: block
}

.panzoom img {
    width: 100%
}

#zoomImg .modal-header {
    border-bottom: none
}

#zoomImg .modal-header button.close span {
    font-size: 31px
}

@media (min-width:991px) {
    #general_info {
        min-height: 555px
    }
}

#gal_thumbs ul {
    float: left;
    margin-top: 30px;
    max-width: 80px
}

#gal_thumbs ul li a {
    cursor: pointer;
    display: block;
    min-height: 90px;
    width: 100%;
    z-index: 10
}

#gal_thumbs .active img {
    border: 2px solid #222 !important
}

.row.grayrow {
    background-color: #ebebeb;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

.grayrow p.monogram {
    border-bottom: 1px solid #ccc;
    padding: 5px 0 5px 20px
}

.grayrow p.monogram a {
    font-family: "Roboto"; font-weight: 700;
    left: 10px;
    position: relative;
    top: 0;
    font-size: 11px
}

.grayrow .selected-color {
    font-size: 11px;
    height: 25px;
    left: 20px;
    line-height: 25px;
    position: relative;
    right: 0
}

.grayrow .color-options {
    position: relative;
    left: 20px
}

.grayrow .color-options ul li,
.product_gral_data .color-options ul li {
    float: left;
    margin-right: 5px;
    width: 40px;
    height: 40px
}

.grayrow .color-options ul li a,
.product_gral_data .color-options ul li a {
    width: 30px;
    height: 30px;
    display: block;
    cursor: pointer;
    background-color: #dcdcdc
}

.grayrow .color-options ul li.selected,
.product_gral_data .color-options ul li.selected {
    border: 2px solid #101010;
    padding: 3px;
    position: relative;
    top: -5px;
    left: -5px
}

.mobile-product-info h4.product-name,
.mobile-product-info h4.product-price-tag {
    font-size: 15px;
    color: #222;
    text-align: center
}

.reviews-mobile .yotpo {
    margin: 0 auto;
    width: 9rem
}

.reviews-mobile .yotpo a.text-m,
.yotpo-label {
    display: none
}

.mobile-product-info .popover-content,
.product_gral_data .popover-content {
    color: #555;
    font-family: "Roboto", sans-serif
}

.mobile-product-info .popover-content ul,
.product_gral_data .popover-content ul {
    list-style: disc !important;
    padding: 10px 15px
}

.grayrow .form-group {
    padding: 0 10px;
    color: #555;
    font-size: 13px;
    border-left: 1px solid #ccc
}

.grayrow .form-group label {
    font-family: "Roboto", sans-serif;
    font-weight: 400
}

.btn.red {
    background-color: #162234;
    border: none
}

.btn.red:hover {
    background-color: #101010
}

.grayrow .btn.red,
.product_gral_data .btn.red {
    min-height: 50px
}

#cartModal .modal-dialog {
    width: 400px
}

#airlineGuidelines a.btn,
#freeShippingBtn a.btn,
#warrantyBtn a.btn {
    border: 1px solid #ccc;
    height: 50px;
    line-height: 30px;
    text-transform: inherit;
    font-size: 14px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    position: relative
}

#airlineGuidelines a.btn span.productInfoBtn-Title,
#freeShippingBtn a.btn span.productInfoBtn-Title,
#warrantyBtn a.btn span.productInfoBtn-Title {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

#airlineGuidelines a.btn span.productInfoBtn-Desc,
#freeShippingBtn a.btn span.productInfoBtn-Desc,
#warrantyBtn a.btn span.productInfoBtn-Desc {
    color: #777;
    font-size: 12px;
    letter-spacing: .02em;
    top: 15px;
    position: absolute;
    left: 0;
    width: 100%
}

a.btn-whatsapp {
    background: #5fd46e !important;
    background: -moz-linear-gradient(top, #5fd46e 0, #41c04c 100%) !important;
    background: -webkit-linear-gradient(top, #5fd46e 0, #41c04c 100%) !important;
    background: linear-gradient(to bottom, #5fd46e 0, #41c04c 100%) !important;
    color: #fff !important;
    height: 45px;
    line-height: 38px;
    padding: 0;
    border: 4px solid #fff !important;
    box-shadow: 0 0 5px #aaa;
    font-size: 14px !important
}

#share-btns a.socicon {
    width: 30px;
    height: 30px;
    display: block;
    float: left;
    color: #fff;
    text-align: center;
    line-height: 30px;
    margin: 0 10px 0 0
}

#share-btns a.socicon.fb-share-btn {
    background-color: #4267b2
}

#share-btns a.socicon.twitter-share-btn {
    background-color: #4d9ed8
}

#share-btns a.socicon.in-share-btn {
    background-color: #0073b1
}
.product-social-share{
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-end;
    align-content: center;
    flex-wrap: wrap;
}

#nuevos_slider{
    width: 100%;
    overflow: hidden;
}
#nuevos_slider .swiper-wrapper{
    display: flex;
}
#nuevos_slider .swiper-wrapper .swiper-slide{
    flex-basis: 30%;
    margin-right: 5%;
}
#nuevos_slider .swiper-wrapper .swiper-slide:nth-last-child(){margin-right: 0;}
#nuevos_slider .swiper-wrapper .swiper-slide a{
    width: 100%;
    display: inherit;
}
#nuevos_slider .swiper-wrapper .swiper-slide a:hover{text-decoration: none;}
#nuevos_slider .swiper-wrapper .swiper-slide a figure{
    width: 100%;
    height: 100%;
}
#nuevos_slider .swiper-wrapper .swiper-slide a figure .product-image{
    overflow: hidden;
}
#nuevos_slider .swiper-wrapper .swiper-slide a figure .product-image img{
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#nuevos_slider .swiper-wrapper .swiper-slide a figure figcaption{
    margin-top: 25px;
}
#nuevos_slider .swiper-wrapper .swiper-slide a figure figcaption h4{
    font-size: 1.25rem;
    line-height: 1;
    margin: 0 0 .5rem;
    font-weight: 600;
}
#nuevos_slider .recommended-swiper-pagination{
    margin: 20px auto 0 50%;
}
#nuevos_slider .swiper-pagination-bullet-active{
    background: rgb(22,35,52, .5);
}

@media only screen and (max-width: 767px){
    #nuevos_slider .swiper-wrapper .swiper-slide{
        flex-basis: 80%;
        margin-right: 30px;
    }

    .product-social-share {
        text-align: right
    }
    #share-btns {
        float: right
    }
}

#cartModal .modal-body>h2 {
    border-bottom: 2px solid #ccc;
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    text-transform: none
}

#cartModal .modal-body>h3 {
    display: inline-block;
    font-size: 15px;
    margin: 0 0 9px 0
}

#cartModal .modal-body img {
    width: 100%
}

#cartModal .cartItem {
    text-align: left
}

#cartModal .cartItem hr {
    border-bottom: 1px solid #ccc;
    border-top: none;
    margin: 10px 0 10px 15px;
    display: block;
    height: 1px;
    float: left;
    width: 370px
}

#cartModal .cartItem p.productDesc {
    font-weight: 400;
    font-size: 13px;
    color: #222;
    padding-top: 3px;
    letter-spacing: .06em
}

#cartModal .cartItem p.productDesc span.collectionName {
    font-size: 10px;
    color: #777;
    text-transform: uppercase;
    padding-bottom: 6px
}

#cartModal .cartItem p.productDesc span.itemPrice {
    padding-bottom: 8px;
    font-size: 13px;
    color: #222
}

#cartModal .cartSubTotal {
    padding: 10px 0
}

#cartModal .cartSubTotal span {
    font-family: proxima-bold
}

.grayrow .addtocart {
    margin: 10px 0;
    min-height: 120px;
    float: right;
    border-left: 1px solid #ccc
}

form#addtocartform .hidden-lg.addtocart {
    padding: 0
}

#panzoom-element {
    min-height: 550px
}

@media(max-width:768px) {
    .grayrow .addtocart,
    .grayrow .form-group {
        border: none
    }
    .grayrow .form-group {
        padding: 0
    }
    .grayrow .color-options,
    .grayrow .selected-color {
        left: 0;
        right: 0
    }
}

.product_images>div {
    position: relative;
    left: -1px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    text-align: center
}

.product_images>div>a {
    display: block;
    position: relative;
    left: 0;
    right: 0
}

.product_images>div>a>img {
    width: 100%;
    max-width: 357px;
    position: relative;
    top: 0
}

.product_images>div>a>span {
    color: #555;
    height: 450px;
    line-height: 450px;
    position: absolute;
    width: 100%;
    z-index: 1;
    display: none
}

.product_images>div>a:hover>img {
    opacity: .3
}

.product_images>div>a:hover>span {
    display: table
}

#product-features-specifications .panel-group .panel {
    border: 0;
    box-shadow: none;
    margin: 0
}

#product-features-specifications .panel-group .panel>.panel-heading {
    background: #fff;
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    padding: 0
}

#product-features-specifications .panel-group .panel>.panel-heading>h4 {
    padding: 0
}

#product-features-specifications .panel-group .panel>.panel-heading>h4>a {
    display: block;
    text-align: left;
    padding: 20px;
    font-size: 15px;
    letter-spacing: .04em;
    text-transform: none;
    margin: 0;
    font-weight: 400
}

#product-features-specifications .panel-group .panel>.panel-heading>h4>a:active,
#product-features-specifications .panel-group .panel>.panel-heading>h4>a:hover {
    text-decoration: none
}

#product-features-specifications .panel-group .panel .panel-body a.btn-features-contact {
    display: block;
    min-height: 80px;
    background: #fff;
    color: #222;
    text-shadow: none;
    border: none
}

#product-features-specifications .panel-group .panel .panel-body a.btn-features-contact i {
    display: block;
    width: 50%;
    margin: 0 auto;
    font-size: 3.4rem
}

#product-features-specifications .panel-group .panel .panel-body a.btn-features-contact span.features-contact-type {
    display: block;
    color: #777;
    font-size: 13px;
    padding: .8rem 0
}

#product-features-specifications #airline_guidelines {
    border-top: 1px solid #ebebeb;
    padding: 1rem 0 0;
    margin: 4rem 0 0;
    color: #666
}

.product_gral_data #product-details {
    border: 0;
    margin: 20px -15px;
    padding: 0
}

#product-details {
    border: 2px solid #444;
    margin: 20px 0 30px;
    padding-bottom: 30px
}

#product-details h4 {
    text-align: center;
    padding: 50px 0 10px;
    color: #000
}

#product-details hr#title-underline {
    margin: 5px auto 40px;
    max-width: 30px !important;
    color: #ccc;
    border-color: #ccc
}

#product-details span.inline-text {
    min-width: 33%;
    float: left;
    text-transform: capitalize
}

#product-details dd {
    margin: 0 0 25px;
    float: left;
    width: 100%;
    position: relative;
    font-size: 13px
}

#product-details span.product-weight {
    float: left;
    min-width: 95px
}

#product-details .product-policies {
    text-align: center
}

.grayrow .vimento-diference h2 a {
    color: #222;
    text-transform: uppercase;
    font-family: "Roboto"; font-weight: 700;
    font-size: 21px
}

.grayrow .vimento-diference h2 a.active,
.grayrow .vimento-diference h2 a:focus,
.grayrow .vimento-diference h2 a:hover {
    color: #162234
}

.grayrow .vimento-diference h2,
.grayrow .vimento-diference span {
    float: left;
    font-size: 21px;
    margin: 20px 0 20px
}

.grayrow .vimento-diference h2 {
    min-width: 49%;
    text-align: center
}

#vimento-diference .vimento-diference-item {
    border-left: 1px solid #ebebeb;
    left: -1px;
    border-bottom: 1px solid #ebebeb;
    height: 430px;
    overflow: hidden
}

#vimento-diference .icon-img {
    max-height: 88px;
    overflow: hidden;
    text-align: center
}

#vimento-diference .item-icon-img {
    display: inline-block;
    vertical-align: middle;
    font-size: 43px;
    margin-top: 35px;
    max-height: 48px
}

#vimento-diference h3 {
    margin: 0;
    padding: 20px 0;
    font-size: 12px;
    font-family: "Roboto"; font-weight: 700;
    text-transform: uppercase;
    text-align: center
}

#vimento-diference .short-desc {
    text-transform: none;
    font-size: 13px;
    text-align: center;
    height: 295px
}

#vimento-characteristics div {
    min-height: 350px;
    border-left: 1px solid #ebebeb;
    left: -1px;
    padding: 70px 0;
    text-align: center;
    position: relative;
    vertical-align: top
}

#vimento-characteristics h3 {
    font-family: "Roboto"; font-weight: 700;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-size: 21px
}

#recomedaciones-carousel ul {
    float: left
}

#recomedaciones-carousel ul li {
    float: left
}

#recomedaciones-carousel ul li a span.recommendations-info {
    text-align: center;
    display: block;
    float: left;
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 10px
}

#recomedaciones-carousel ul li a span.recommendations-info h4 {
    font-family: caslon-pro, sans-serif;
    text-transform: uppercase;
    font-size: 9px;
    display: block;
    float: left;
    width: 100%
}

#recomedaciones-carousel ul li a span.recommendations-image {
    display: block;
    height: 402px;
    position: relative
}

#recomedaciones-carousel ul li a span.recommendations-image img {
    bottom: 0;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    width: 100%;
    max-width: 330px;
    left: 0;
    right: 0
}

#product-review .recommendations-title h4,
#recomedaciones-carousel .recommendations-title h4 {
    text-align: center;
    margin-top: 30px;
    text-transform: uppercase
}

.grayrow.cart-row {
    padding: 20px 5px
}

.grayrow.cart-row .btn-default {
    background-color: #ebebeb;
    color: #222;
    text-shadow: none;
    text-transform: uppercase;
    font-size: 11px;
    font-family: proxima-bold
}

.grayrow .text-center a,
.grayrow .text-right a {
    padding: 7px 0;
    display: block;
    text-transform: uppercase;
    color: #222;
    font-size: 11px;
    font-family: proxima-bold
}

.grayrow span.glyphicon {
    font-size: 10px
}

#cart-header {
    margin-top: 35px
}

#cart-header h2 {
    margin: 0 0 30px;
    font-size: 23px;
    font-family: "Roboto"; font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .025em
}

.btn.withdrawal {
    height: 50px;
    text-transform: uppercase;
    font-family: "Roboto"; font-weight: 700;
    font-size: 12px;
    line-height: 50px;
    padding: 0
}

.cart-table-heading {
    margin-top: 30px
}

.cart-table-heading hr {
    margin: 0
}

.cart-table-heading h5 {
    font-family: "Roboto"; font-weight: 700;
    color: #222;
    text-transform: uppercase;
    line-height: 48px;
    font-size: 13px;
    margin: 0
}

.cart-table-body img {
    max-width: 96px;
    width: 100%
}

.cart-product-info h6 {
    font-family: adobe-caslon-pro, serif;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 2;
    text-transform: uppercase
}

.cart-product-info p {
    float: left;
    width: 100%;
    text-align: left
}

.cart-product-info p.product-retail-price span.yousave {
    color: #ba2031;
    font-size: 11px;
    width: 100%
}

.cart-product-info a {
    text-transform: uppercase
}

.cart-product-info span {
    color: #777;
    width: 55px;
    float: left
}

.cart-product-info .btn-gift {
    background-color: #ebebeb;
    height: 50px;
    width: 160px;
    line-height: 50px;
    padding: 0;
    font-size: 11px
}

.cart-product-info .btn-gift:hover {
    color: #555;
    text-decoration: underline
}

.cart-product-info .btn-gift span {
    float: none;
    width: auto
}

.gift-select>label {
    font-weight: 400
}

.gift-select>label:hover {
    color: #162234;
    text-decoration: underline
}

gift-select>label>input {
    height: 16px
}

.cart-table-body .form-group {
    margin: 10px 0
}

.cart-table-body p.stock-availability {
    margin-top: 10px;
    font-family: adobe-caslon;
    font-weight: 700;
    font-style: italic;
    text-transform: capitalize
}

.cart-table-body p.cart-total {
    text-align: right;
    margin-top: 10px
}

.cart-table-body p.cart-total>span.extraoff {
    color: #162234
}

.extra_off_container .extraoff_description {
    color: #162234;
    text-transform: uppercase;
    font-weight: 700
}

.extra_off_container .extraoff_description .clock {
    background-color: #162234;
    color: #fff;
    width: 165px;
    height: 50px;
    line-height: 50px;
    text-align: center
}

@media (max-width:768px) {
    .cart-table-body p.cart-total {
        text-align: left
    }
    .cart-table-body p.cart-total span {
        font-weight: 700
    }
}

#promo-code {
    max-width: 100%;
    background-color: #ebebeb;
    padding: 20px;
    margin-bottom: 35px
}

#promo-code label {
    font-family: "Roboto"; font-weight: 700;
    text-transform: uppercase;
    font-weight: 400
}

#promo-code hr {
    color: #777;
    border-color: #777
}

@media (min-width:991px) {
    #promo-code {
        max-width: 375px
    }
}

#cart-total .row {
    margin: 0 -15px 24px
}

#cart-total .row div {
    text-transform: uppercase;
    font-size: 13px;
    font-family: proxima-bold
}

#cart-total hr {
    margin: 15px 0 0
}

#cart-total .row .cart-total-value {
    color: #222;
    font-size: 16px
}

#deleteConfirmation button.btn-default {
    border: 2px solid #222;
    background-color: #fff;
    color: #222;
    text-shadow: none;
    font-weight: 700;
    min-width: 150px
}

#deleteConfirmation a.btn-danger {
    background-color: #162234;
    color: #fff;
    text-shadow: none;
    font-weight: 500;
    border: none;
    min-width: 170px;
    background-image: none;
    height: 36px;
    line-height: 36px;
    padding: 0
}

#order_alert_information .alert {
    position: inherit;
    top: 0;
    background: 0 0;
    box-shadow: none;
    border: 1px solid #ebebeb;
    color: #555;
    margin: 35px 0 0
}

#order_alert_information .alert.alert-danger {
    border-color: #ba2031;
    color: #ba2031
}

#order_alert_information .alert .glyphicon-exclamation-sign {
    color: #edc917
}

#order_alert_information #collapseOrderSubmit {
    border: 1px solid #ebebeb;
    padding: 15px
}

.cart-table-body .alert.alert-danger {
    position: inherit;
    border: 1px solid #ba2031;
    box-shadow: none;
    color: #ba2031;
    background: 0 0
}

#checkout-container {
    padding: 40px 15px 0
}

#checkout-container nav {
    min-height: 40px !important;
    max-height: 40px !important
}

#checkout-container a.navbar-brand {
    line-height: 40px;
    width: 170px;
    height: 40px;
    padding: 0
}

#checkout-container a.navbar-brand img {
    margin: 12px auto
}

#checkout-container #cart-content,
#checkout-container .checkout-content {
    background-color: #fff;
    min-height: 355px;
    border: 1px solid #ccc;
    margin: 30px 0;
    padding: 15px;
    position: relative
}

#checkout-container hr {
    margin-top: 10px;
    border-top: 2px solid #ccc
}

@media (min-width:768px) {
    #checkout-container .checkout-content>.row>div:first-of-type {
        border-right: 1px solid #eee
    }
}

@media (max-width:768px) {
    #checkout-container #cart-content,
    #checkout-container .checkout-content {
        min-height: 425px
    }
}

#checkout-container #cart-content dl {
    padding: 0 20px
}

#checkout-container #cart-content dl:first-of-type {
    border-bottom: 1px solid #ccc
}

#checkout-container #cart-content dl>dt {
    text-align: left;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    line-height: 2.1
}

#checkout-container #cart-content dl>dd {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .04em;
    color: #555;
    text-align: right;
    line-height: 2.1
}

#credit-card-alert {
    background: rgba(0, 0, 0, .1);
    color: #222;
    width: 95%;
    margin: 0 auto;
    position: relative;
    top: 0;
    box-shadow: none;
    text-shadow: none;
    border: none;
    padding: 15px 15px 15px 40px;
    margin-bottom: 2rem
}

#credit-card-alert span {
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -7px
}

#checkout-container div.promo-code {
    position: absolute;
    bottom: 0;
    background-color: #ebebeb;
    left: 0;
    width: 100%;
    min-height: 80px;
    border-top: 1px solid #ccc;
    padding: 20px;
    display: table
}

#checkout-container div.promo-code div.form-group {
    display: table-cell;
    vertical-align: middle
}

#checkout-container div.promo-code input {
    border-radius: 0;
    font-weight: 400;
    color: #666;
    font-size: 14px
}

#checkout-container div.promo-code p#dc_message {
    position: absolute
}

#checkout-container ul.nav {
    position: relative;
    left: 80px
}

#checkout-container ul.nav li a {
    background: 0 0;
    width: 185px;
    color: #cdcdcd;
    font-weight: 400;
    font-size: 12px
}

#checkout-container ul.nav li a span.badge {
    background-color: #dcdcdc;
    border-radius: 30px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    padding: 0;
    color: #fff
}

#checkout-container ul.nav li.active a {
    color: #000;
    font-weight: 800;
    letter-spacing: 1px
}

#checkout-container ul.nav li.active a span.badge {
    background-color: #162234;
    border: 2px solid #cdcdcd;
    line-height: 16px
}

#checkout-container .btn.red {
    color: #fff;
    font-weight: 100;
    font-size: 12px;
    padding: 0;
    min-width: 250px;
    height: 45px;
    line-height: 45px
}

#checkout-container #shipping #gral_data {
    height: 140px;
    border-right: none;
    margin-bottom: 20px
}

#checkout-container #shipping .row>div:nth-child(2) {
    border-right: 1px solid #eee;
    min-height: 200px
}

#checkout-container #shipping_address_data_form .panel.panel-default {
    box-shadow: none
}

#checkout-container #shipping_address_data_form .panel-heading {
    padding: 0
}

#checkout-container #shipping_address_data_form .panel-heading>h4.panel-title>label {
    width: 100%;
    text-align: left;
    height: 55px;
    line-height: 55px;
    padding: 0 15px;
    font-weight: 700;
    box-shadow: none;
    border: none;
    text-shadow: none;
    background-color: #ebebeb;
    position: relative
}

#checkout-container #shipping_address_data_form .panel-heading span.glyphicon-triangle-top {
    display: none
}

#checkout-container #shipping_address_data_form .panel-heading span.glyphicon-triangle-bottom,
#checkout-container #shipping_address_data_form .panel-heading span.glyphicon-triangle-top {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 15px
}

#checkout-container #payment img {
    width: 200px
}

#checkout-container #payment #gift-card {
    background-color: #ebebeb;
    padding: 10px 10px 20px
}

.ccicon {
    height: 25px;
    position: absolute;
    right: 0;
    top: 29px;
    width: 60px
}

#checkout-container #payment .btn.pickup {
    min-height: 150px
}

#cart-content a#editCart {
    text-transform: uppercase;
    font-size: 12px
}

#checkout-container #payment #billing_state {
    display: none
}

#checkout-container #review .order_message {
    text-align: center
}

#checkout-container #review .order_message .order_processed {
    background-color: #000;
    color: #fff;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    margin: 20px auto;
    font-size: 20px
}

#checkout-container #review .order_message .order_processed span {
    line-height: 50px
}

#checkout-container #review .order_message .alert-danger {
    position: initial
}

#checkout-container #payment_nav {
    width: 100%;
    border-bottom: 1px solid #ededed
}

#checkout-container #payment_nav label {
    background: 0 0;
    border: 1px solid #ededed;
    border-bottom: transparent;
    margin-right: 5px;
    bottom: -1px;
    font-size: 12px;
    font-weight: 400;
    color: #cdcdcd;
    text-transform: uppercase;
    text-shadow: none;
    padding-left: 15px;
    padding-right: 15px
}

#checkout-container #payment_nav label.active {
    background-color: #fff;
    box-shadow: none;
    color: #000;
    font-weight: 800
}

#checkout-container #payment_nav>label:hover {
    background-color: #ededed
}

#checkout-container #payment_nav>label.active:hover {
    background-color: #fff
}

#checkout-container #payment_btns {
    margin: 45px 0
}

#checkout-container #payment_btns label.btn {
    height: 60px;
    padding: 0;
    text-shadow: none;
    letter-spacing: .04em;
    font-weight: 400;
    background: #ebebeb;
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    align-content: center
}

#checkout-container #payment_btns label.btn i.far,
#checkout-container #payment_btns label.btn i.fas,
#checkout-container #payment_btns label.btn i.pf {
    font-size: 1.3rem;
    flex-basis: 100%
}

#checkout-container #payment_btns label.btn.active {
    background: #fff;
    box-shadow: none
}

#checkout-container #payment_btns label.btn:hover {
    border: 1px solid #dbdbdb;
    color: #c41d3a
}

#checkout-container #payment_btns label.btn i.down {
    position: absolute;
    border: solid #dbdbdb;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    background: #fff;
    bottom: -5px;
    left: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none
}

#checkout-container #payment_btns label.btn.active i.down {
    display: block
}

#checkout-container #collapseGiftCard {
    background: #ebebeb;
    border-top: 1px solid #dbdbdb;
    height: 80px;
    padding: 0 15px
}

#checkout-container #collapseGiftCard input {
    margin: 20px 0
}

#checkout-container a#GiftCardCollapse {
    background: #ebebeb;
    width: 100%;
    border: none;
    text-align: left;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    text-shadow: none
}

#checkout-container #payment_btns span.svg-img {
    flex-basis: 100%
}

#checkout-container #payment_btns img#lifemiles-logo,
#checkout-container a#GiftCardCollapse i.fas,
#checkout-container a#GiftCardCollapse span.glyphicon {
    width: 1.6rem
}

@media (max-width:767px) {
    #checkout-container #payment_nav label {
        width: 100%;
        margin: 0;
        bottom: 0
    }
}

#curtain_highlight {
    background: rgba(0, 0, 0, .5);
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 1031;
    display: none
}

#curtain_highlight.active {
    display: block
}

#checkout-container .payment_type h5 {
    margin-bottom: 5px;
    font-size: 18px;
    color: #000;
    text-align: center
}

#checkout-container .payment_type p.payment_type_description {
    font-weight: 400;
    font-size: 16px;
    text-align: center
}

#checkout-container .payment_type p.payment_type_description a {
    font-weight: 600
}

#checkout-container .payment_type p.payment_type_description a i {
    font-size: 1.2rem
}

#checkout-container .payment_type p.payment_type_description span#lm_needed {
    text-decoration: underline;
    text-decoration-style: dotted;
    cursor: default
}

#checkout-container .payment_type dl {
    width: 50%;
    margin: 0 auto;
    font-size: 16px;
    text-align: center
}

#checkout-container #miles_money {
    padding: 0 1.6rem
}

#checkout-container #miles_money div {
    border: 1px solid #ebebeb;
    height: 13rem
}

#checkout-container #miles_money div:first-of-type {
    border-right: none
}

#checkout-container #miles_money div.plus_sign {
    border: none;
    position: absolute;
    right: -2rem;
    top: 50%;
    height: 4rem;
    margin-top: -2rem;
    text-align: center;
    font-size: 4rem;
    background-color: #fff;
    width: 4rem;
    z-index: 1;
    font-weight: 700;
    line-height: 4rem
}

#checkout-container #miles_money div>h2 {
    text-align: center
}

#checkout-container #miles_money div>h2.highlight {
    border: 2px solid #c41d39;
    background: #fff;
    position: relative;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, .2), 3px 3px 3px 2px rgba(0, 0, 0, .1);
    z-index: 1033
}

#checkout-container #miles_money div>dl>dt {
    text-align: left
}

#paymentLifemiles input[type=range] {
    height: 8px;
    background: #fff;
    -webkit-appearance: none;
    outline: 0;
    border-radius: 10px;
    padding: 0;
    border: none;
    margin: 5rem 0 3rem;
    box-shadow: inset 0 1px 2px #999
}

#paymentLifemiles #lifeMilesRange {
    background-color: #ebebeb;
    border: 1px solid #ebebeb;
    padding: 0 2rem
}

#paymentLifemiles input[type=range]::-webkit-slider-thumb {
    content: "\007C \007C \007C       \007C \007C \007C";
    -webkit-appearance: none;
    width: 5rem;
    height: 2rem;
    border-radius: 10px;
    background: #c41d39;
    cursor: pointer
}

#paymentLifemiles input[type=range]::-moz-range-progress {
    background: #c41d39
}

.pollbg {
    background-image: url(../../library/cms/uploads/images/encuesta_bgs0.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 100vh
}

#poll_home {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, .8) 0, rgba(255, 255, 255, .8) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, .8) 0, rgba(255, 255, 255, .8) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, .8) 0, rgba(255, 255, 255, .8) 100%);
    margin-top: 85px;
    padding: 40px
}

#poll_home h2 {
    text-transform: uppercase;
    text-align: center;
    font-size: 45px;
    font-weight: 700
}

.pollbg #poll_home hr {
    width: 25%;
    color: #555;
    border-color: #555
}

.pollbg #poll_home h4 {
    text-transform: uppercase;
    text-align: center;
    font-size: 25px
}

.pollbg #poll_home p {
    text-align: center;
    margin-top: 40px
}

.pollbg #poll_home p img {
    max-width: 200px
}

.pollquests {
    height: 100vh;
    background-color: #fff
}

.pollquests .poll_questbg {
    overflow: hidden;
    margin-left: -15px;
    height: 100vh;
    position: absolute;
    width: 100%
}

.pollquests .poll_questbg img {
    position: absolute;
    max-height: 100vh
}

.pollquests .poll_questMainImg {
    position: absolute;
    z-index: 1;
    width: 350px;
    overflow: hidden;
    border: 11px solid #fff;
    height: 80vh;
    margin-top: 10vh;
    text-align: center;
    right: -85px
}

.pollquests .poll_questMainImg img {
    max-height: 80vh;
    left: -50%;
    position: absolute;
    margin-left: 163px
}

.pollquests .pollquest_valign {
    height: 100vh;
    display: table
}

.pollquests .pollquest_valign .form-group {
    display: table-cell;
    vertical-align: middle
}

.pollquests .form-group h4,
.pollquests .form-group label {
    font-size: 25pt;
    font-weight: 900
}

.pollquests .form-group label {
    margin-left: 0;
    width: 100%;
    height: 55px;
    margin-bottom: 10px;
    line-height: 55px
}

.pollquests .form-group input[type=radio] {
    width: 44px;
    height: 44px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #222
}

#poll-tabs {
    margin-top: 10px;
    position: absolute;
    z-index: 0;
    left: 50%
}

#poll-tabs>ul {
    position: relative;
    left: -50%
}

#poll-tabs>ul>li>a {
    border-radius: 100px;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0 10px
}

.pollquests .vimento-logo {
    width: 200px;
    background-color: #c02031;
    position: absolute;
    bottom: 50px;
    height: 50px;
    right: 0;
    padding: 10px 0 10px 25px
}

.pollquests .vimento-logo>img {
    max-width: 115px;
    position: relative;
    top: -3px
}

.pollquests input[type=submit] {
    margin-top: 15px;
    height: 45px;
    width: 185px
}

#pollhome .alert {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .8) 0, rgba(0, 0, 0, .8) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .8) 0, rgba(0, 0, 0, .8) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .8) 0, rgba(0, 0, 0, .8) 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    border: 0;
    color: #fff;
    font-family: "Roboto"
}

#pollhome .alert h4 {
    text-transform: uppercase
}

#cart-header #stepper {
    padding: 0 0 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #f3f3f3
}

#cart-header #stepper .step {
    padding: 0 5px
}

#cart-header #stepper .step span.step-title {
    display: block;
    width: 100%;
    text-align: center
}

#cart-header #stepper .step .shippingsteper {
    background-color: #ccc;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    color: #efefef;
    outline: 1px solid #ccc
}

#cart-header #stepper .step .right-continue {
    width: 33px;
    background: #ccc;
    height: 33px;
    float: right;
    transform: rotate(45deg);
    position: absolute;
    right: -13px;
    top: 6px;
    z-index: 1
}

#cart-header #stepper .step span.left-continue {
    position: absolute;
    background-color: #fff;
    width: 34px;
    height: 34px;
    transform: rotate(45deg);
    top: 6px;
    left: -13px
}

#cart-header #stepper .step.step-complete .shippingsteper {
    outline: 1px solid #000
}

#cart-header #stepper .step.step-complete .right-continue,
#cart-header #stepper .step.step-complete .shippingsteper {
    background: #000
}

#cart-header .order-details {
    border-left: 1px solid #f3f3f3
}

#cart-header .order-details dl dt {
    width: 60px
}

#cart-header .order-details dl dd {
    margin-left: 80px
}

.cart-table-body .list-group {
    margin-top: 10px
}

.cart-table-body .list-group button:active,
.cart-table-body .list-group button:focus,
.cart-table-body .list-group button:hover,
.cart-table-body .list-group button:visited {
    background-color: #f3f3f3;
    color: #000
}