@import url("https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700");
html {
    font-size: 62.5%;
    font-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    color: #646a70;
    font: normal 400 1.4rem / 1.8 "Poppins", sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden
}

body:not(.loaded)>*:not(.loading-overlay) {
    visibility: hidden
}

::-moz-selection {
    background-color: #65829d;
    color: #fff
}

::selection {
    background-color: #65829d;
    color: #fff
}

p {
    margin-bottom: 1.5rem
}

ul,
ol {
    margin: 0 0 2.25rem;
    padding: 0;
    list-style: none
}

b,
strong {
    font-weight: 700
}

em,
i {
    font-style: italic
}

hr {
    background-image: linear-gradient(to right, transparent, #dbdbdb, transparent);
    border: 0;
    height: 1px;
    margin: 4rem 0
}

sub,
sup {
    position: relative;
    font-size: 70%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    display: block;
    max-width: 100%;
    height: auto
}

@keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg)
    }
}

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

@-webkit-keyframes bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.loading-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all .5s ease-in-out;
    background: #fff;
    opacity: 1;
    visibility: visible;
    z-index: 999999
}

.loaded>.loading-overlay {
    opacity: 0;
    visibility: hidden
}

.bounce-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    margin: -9px 0 0 -35px;
    transition: all .2s;
    text-align: center;
    z-index: 10000
}

.bounce-loader .bounce1,
.bounce-loader .bounce2,
.bounce-loader .bounce3 {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background-color: #CCC;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    -webkit-animation: 1.4s ease-in-out 0s normal both infinite bouncedelay;
    animation: 1.4s ease-in-out 0s normal both infinite bouncedelay
}

.bounce-loader .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.bounce-loader .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    color: #141a1f;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.1;
    margin-bottom: 1.8rem
}

h1,
.h1 {
    font-size: 3.6rem
}

h2,
.h2 {
    font-size: 2.4rem
}

h3,
.h3 {
    font-size: 1.7rem
}

h4,
.h4 {
    font-size: 1.5rem
}

h5,
.h5 {
    font-size: 1.2rem
}

h6,
.h6 {
    font-size: 1rem
}

a {
    transition: all .3s;
    color: #65829d;
    text-decoration: none
}

a:hover,
a:focus {
    color: #65829d;
    text-decoration: underline
}

.heading {
    margin-bottom: 4rem;
    font-size: 1.4rem
}

.heading .title {
    margin-bottom: 1.6rem
}

.heading p {
    letter-spacing: -.015em
}

.heading p:last-child {
    margin-bottom: 0
}

.title {
    font-weight: 400
}

.subtitle {
    font: 400 2.4rem/1 "Oswald", sans-serif;
    letter-spacing: .05rem;
    margin-bottom: 2rem;
    position: relative;
    text-transform: uppercase
}

.title-group {
    margin-bottom: 2.5rem
}

.title-group .subtitle {
    margin-bottom: .3rem
}

.title-group p {
    font-size: 1.5rem;
    letter-spacing: .02rem
}

.title-desc {
    font-size: 1.4rem;
    line-height: 2
}

.light-title {
    margin-bottom: 2rem;
    font-weight: 300
}

.text-primary {
    color: #29363c !important
}

.lead {
    color: inherit;
    font-size: 2.1rem;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 1rem
}

.container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto
}

.container {
    width: 100%
}

.page-wrapper {
    position: relative;
    transition: transform .35s
}

.mmenu-active .page-wrapper {
    transform: translateX(250px)
}

.main {
    flex: 1 1 auto
}

.row.row-sm {
    margin-right: -10px;
    margin-left: -10px
}

.row.row-sm [class*='col-'] {
    padding-right: 10px;
    padding-left: 10px
}

.ajax-overlay {
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1041
}

@media screen and (min-width: 1200px) {
    .padding-left-lg {
        padding-left: 35px
    }
    .padding-right-lg {
        padding-right: 35px
    }
    .col-xl-5col {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .col-xl-7col {
        -ms-flex: 0 0 14.2857%;
        flex: 0 0 14.2857%;
        max-width: 14.2857%
    }
    .col-xl-8col {
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%
    }
}

@media screen and (min-width: 1280px) {
    .container {
        max-width: 1200px
    }
    .container-fluid {
        padding-right: 2.5rem;
        padding-left: 2.5rem
    }
}

@media screen and (max-width: 991px) {
    .container {
        max-width: 100%
    }
}

.header {
    background-color: #333
}

.header .container,
.header .container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.header.header-transparent {
    position: absolute;
    left: 0;
    top: 3px;
    right: 0;
    background-color: transparent;
    z-index: 1040
}

.header-left,
.header-center,
.header-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.header-left,
.header-right {
    flex: 2
}

.header-right {
    justify-content: flex-end
}

.header-middle {
    padding-top: 2.05rem;
    padding-bottom: 2.05rem
}

.header-middle .container,
.header-middle .container-fluid {
    position: relative
}

.logo {
    display: block
}

.logo img {
    display: block;
    max-width: 100%;
    height: auto
}

.header-dropdown {
    position: relative;
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: .01rem
}

.header-dropdown>a {
    color: #fff;
    position: relative;
    padding-right: 1.4rem;
    display: inline-flex;
    align-items: center;
    letter-spacing: .025rem
}

.header-dropdown>a::after {
    position: absolute;
    top: 50%;
    right: 0;
    content: '';
    margin-top: -2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 3px 0 3px;
    border-color: #fff transparent transparent transparent
}

.header-dropdown a img {
    display: inline-block;
    max-width: 16px;
    height: auto;
    margin-right: .6rem
}

.header-dropdown a:hover,
.header-dropdown a:focus {
    text-decoration: none
}

.header-menu {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 99;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding-top: .4rem;
    padding-bottom: .4rem;
    border: 1px solid #ccc;
    min-width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all .25s;
    font-family: "Poppins", sans-serif;
    font-size: 1.1rem
}

.header-dropdown:hover>.header-menu {
    opacity: 1;
    visibility: visible
}

.header-menu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.header-menu ul li {
    margin: 0
}

.header-menu ul a {
    font-weight: 400;
    color: #696969;
    display: flex;
    align-items: center;
    padding: 2px 9px;
    white-space: nowrap
}

.header-menu a {
    color: inherit
}

.header-menu a:hover,
.header-menu a:focus {
    background-color: #ccc;
    color: #fff
}

.header .btn-remove::before {
    display: none
}

.header-dropdowns {
    display: flex;
    align-items: center;
    margin-right: 3.5rem;
    z-index: 999
}

.header-dropdowns .header-dropdown+.header-dropdown,
.header-dropdowns .header-dropdown+.dropdown {
    margin-left: 2rem
}

.dropdownmenu-wrapper {
    position: relative;
    padding: 2rem;
    border: 1px solid #f0f0f0;
    border-radius: 0;
    background-color: #fff;
    box-shadow: 0 29px 28px rgba(0, 0, 0, 0.1)
}

.dropdownmenu-wrapper::before,
.dropdownmenu-wrapper::after {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    content: ''
}

.dropdownmenu-wrapper::before {
    top: -9px;
    left: 15px;
    border-width: 0 10px 9px;
    border-color: transparent transparent #f0f0f0
}

.dropdownmenu-wrapper::after {
    top: -7px;
    left: 16px;
    border-width: 0 9px 8px 9px;
    border-color: transparent transparent #fff
}

.cart-dropdown .dropdown-toggle {
    text-decoration: none;
    display: block;
    position: relative;
    padding-right: 2.3rem
}

.cart-dropdown .dropdown-toggle .cart-count {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 1.6rem;
    height: 1.6rem;
    position: absolute;
    right: 1.4rem;
    line-height: 1;
    top: -.1rem;
    border-radius: 50%;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    background-color: #ed7e63
}

.cart-dropdown .dropdown-toggle::before {
    display: inline-block;
    content: '\e87f';
    font-family: 'porto';
    font-size: 2.3rem;
    line-height: 1;
    margin: 2px 0 0;
    color: #fff
}

.cart-dropdown .dropdown-toggle::after {
    display: inline-block;
    content: '\e81c';
    font-family: 'porto';
    font-size: 1.4rem;
    position: absolute;
    right: 0;
    top: 1rem;
    width: auto;
    margin: 0;
    height: auto;
    color: #fff;
    margin: 0;
    border: 0;
    line-height: 1;
    transition: all .3s
}

.cart-dropdown .dropdown-toggle:hover,
.cart-dropdown .dropdown-toggle:focus {
    text-decoration: none
}

.cart-dropdown .dropdown-menu {
    display: block;
    right: 0;
    left: auto;
    top: 100%;
    width: 300px;
    padding-top: 9px;
    z-index: 100;
    font-size: 1.1rem;
    color: #777;
    border: 0;
    margin: 0;
    background-color: transparent;
    box-shadow: none;
    visibility: hidden;
    opacity: 0;
    transition: all .25s;
    font-family: "Poppins", sans-serif
}

.cart-dropdown .dropdown-menu.show {
    opacity: 1;
    visibility: visible
}

.cart-dropdown .dropdownmenu-wrapper {
    padding: 1.6rem 1.9rem
}

.cart-dropdown .dropdownmenu-wrapper::before {
    left: auto;
    right: 23px
}

.cart-dropdown .dropdownmenu-wrapper::after {
    left: auto;
    right: 24px
}

.cart-dropdown .product {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 !important;
    padding: 1.6rem 1rem;
    border-bottom: 1px solid #e6ebee;
    box-shadow: none !important
}

.cart-dropdown .product-image-container {
    position: relative;
    max-width: 80px;
    margin: 0;
    margin-left: auto;
    border: 1px solid #ededed
}

.cart-dropdown .product-image-container a::after {
    display: none !important
}

.cart-dropdown .product-title {
    font-weight: 400;
    font-size: 1.3rem;
    color: #696969;
    text-align: left;
    margin-bottom: .2rem
}

.cart-dropdown .product-details {
    font-weight: 400;
    font-size: 1.3rem;
    color: #696969;
    text-align: left
}

.cart-dropdown .btn-remove {
    display: flex;
    position: absolute;
    top: -1rem;
    right: -1rem;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: #fff;
    color: #474747;
    font-size: 1.1rem;
    line-height: 1;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2)
}

.cart-dropdown .btn-remove:hover,
.cart-dropdown .btn-remove:focus {
    color: #29363c;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3)
}

.dropdown-cart-total {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 1.1rem;
    padding: .7rem 1rem;
    color: #474747;
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: uppercase
}

.dropdown-cart-total .cart-total-price {
    margin-left: auto;
    font-size: 1.5rem
}

.dropdown-cart-action {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .2rem 1rem 1.5rem
}

.dropdown-cart-action .btn {
    min-width: 110px;
    padding: 1.25rem 1rem;
    border-radius: 0;
    border-color: #141a1f;
    background-color: #141a1f;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: .025rem;
    text-transform: uppercase
}

.dropdown-cart-action .btn:hover,
.dropdown-cart-action .btn:focus {
    border-color: #2e2e2e;
    background-color: #2e2e2e;
    color: #fff
}

.header-search {
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 0;
    line-height: 1;
    margin-right: 3rem
}

.header-search .header-search-wrapper {
    display: none;
    align-items: stretch;
    overflow: visible;
    border: 5px solid #dbe0e2;
    border-radius: 0;
    position: relative;
    min-width: 250px;
    background-color: #fff;
    position: absolute;
    right: -80px;
    top: 100%;
    margin-top: .3rem;
    border-width: 5px;
    width: 450px;
    z-index: 102;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.075)
}

.header-search .header-search-wrapper::after {
    display: block;
    clear: both;
    content: ''
}

.header-search .header-search-wrapper::before {
    content: '';
    display: block;
    position: absolute;
    right: 77px;
    top: -25px;
    width: 20px;
    height: 20px;
    border: 10px solid transparent;
    border-bottom-color: #dbe0e2
}

.header-search .header-search-wrapper.show {
    display: flex
}

.header-search form {
    margin: 0
}

.header-search .select-custom {
    flex: 0 0 142px;
    margin: 0
}

.header-search .select-custom::after {
    right: 1.1rem;
    color: #8d8d8d;
    font-size: 1.4rem
}

.header-search .form-control,
.header-search select {
    height: 38px;
    margin: 0;
    background-color: #fff;
    font: 400 1.3rem/1.5 "Poppins", sans-serif
}

.header-search .form-control {
    flex: 1 1 auto;
    width: 100%;
    margin: 0;
    padding: 4px 22px;
    border: 0;
    border-radius: 20px 0 0 20px;
    color: #8d8d8d;
    line-height: 20px;
    box-shadow: none
}

.header-search .form-control::-webkit-input-placeholder {
    color: #8d8d8d
}

.header-search .form-control::-moz-placeholder {
    color: #8d8d8d
}

.header-search .form-control:-ms-input-placeholder {
    color: #8d8d8d
}

.header-search .form-control::-ms-input-placeholder {
    color: #8d8d8d
}

.header-search .form-control::placeholder {
    color: #8d8d8d
}

.header-search select {
    width: 100%;
    padding: 1px 20px 1px 10px;
    border: 0;
    border-left: 1px solid #dbe0e2;
    border-radius: 0;
    color: #8d8d8d;
    line-height: 36px;
    -moz-appearance: none;
    -webkit-appearance: none
}

.header-search .search-toggle {
    display: inline-block;
    font-size: 1.3rem;
    line-height: 1;
    min-width: 2.5rem;
    padding: 1rem 0;
    font-weight: 400;
    color: #fff;
    text-align: center
}

.header-search .search-toggle i {
    display: inline-block;
    margin-bottom: 2px
}

.header-search .btn {
    flex: 0 0 50px;
    min-width: 0;
    max-width: 50px;
    height: 38px;
    margin: 0;
    padding: 0 3px 0 0;
    border: 0;
    border-left: 1px solid #dbe0e2;
    border-radius: 0 20px 20px 0;
    background: transparent;
    background-color: transparent;
    color: #606669;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
    cursor: pointer
}

.header-search .btn i {
    margin-right: -3px;
    margin-top: -2px
}

.header-search .btn i::before {
    margin: 0
}

.header-search .btn:hover,
.header-search .btn:focus {
    background-color: transparent;
    color: #29363c
}

.header-contact {
    position: relative;
    color: #fff;
    letter-spacing: 0;
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 500;
    padding-right: 3rem;
    margin-right: 2.3rem
}

.header-contact::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    width: 1px;
    height: 33px;
    margin-top: -16.5px;
    background-color: #d1deea;
    opacity: .5
}

.header-contact a {
    color: inherit
}

.header-contact a:hover,
.header-contact a:focus {
    color: #29363c;
    text-decoration: none
}

.mobile-menu-toggler {
    border: 0;
    background: transparent;
    color: #fff;
    padding: .5rem .5rem;
    font-size: 2.1rem;
    line-height: 1;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 1.5rem;
    cursor: pointer
}

.mobile-menu-toggler i {
    margin-top: -1px
}

.mobile-menu-toggler i::before {
    margin: 0
}

@media screen and (min-width: 1600px) {
    .header-search {
        margin-right: 6rem
    }
    .header-dropdowns {
        margin-right: 4.2rem
    }
    .header-dropdowns .header-dropdown+.header-dropdown,
    .header-dropdowns .header-dropdown+.dropdown {
        margin-left: 4rem
    }
    .header-contact {
        padding-right: 3.6rem;
        margin-right: 2.9rem
    }
}

@media screen and (max-width: 1199px) {
    .header-contact {
        display: none
    }
}

@media screen and (max-width: 991px) {
    .mobile-menu-toggler {
        display: flex;
        margin-right: 1.8rem
    }
    .header-dropdowns {
        position: absolute;
        left: 1.5rem;
        top: 50%;
        transform: translateY(-50%)
    }
    .header-search {
        margin-right: 1.5rem
    }
}

@media screen and (max-width: 767px) {
    .header-search {
        margin-right: 1.5rem
    }
    .header-search .header-search-wrapper {
        width: 380px;
        right: -50px
    }
    .header-search .header-search-wrapper::before {
        right: 47px
    }
    .header-search .select-custom {
        flex: 0 0 132px
    }
    .header-search .btn {
        flex: 0 0 40px
    }
    .header-dropdowns {
        display: none
    }
    .mobile-menu-toggler {
        position: absolute;
        left: 1rem;
        top: 50%;
        transform: translateY(-50%)
    }
}

@media screen and (max-width: 575px) {
    .header-dropdowns .header-dropdown+.header-dropdown,
    .header-dropdowns .header-dropdown+.dropdown {
        margin-left: 1rem
    }
    .mobile-menu-toggler {
        margin-right: 1rem
    }
}

@media screen and (max-width: 479px) {
    .header-search {
        margin-right: 1rem
    }
    .header-search .header-search-wrapper {
        width: 320px
    }
    .logo {
        max-width: 90px
    }
    .cart-dropdown .dropdown-toggle {
        padding-right: 1.2rem
    }
    .cart-dropdown .dropdown-toggle .cart-count {
        right: .4rem
    }
    .cart-dropdown .dropdownmenu-wrapper::before {
        right: 13px
    }
    .cart-dropdown .dropdownmenu-wrapper::after {
        right: 14px
    }
}

@media (max-width: 360px) {
    .header-search .header-search-wrapper {
        width: 240px
    }
    .header-search .select-custom {
        display: none
    }
    .cart-dropdown .dropdown-menu {
        width: 260px
    }
    .cart-dropdown .dropdownmenu-wrapper {
        padding: 1rem 1.4rem
    }
    .dropdown-cart-action .btn {
        min-width: 100px
    }
}

.main-nav {
    display: none;
    margin-right: 5.2rem
}

.menu,
.menu * {
    margin: 0;
    padding: 0;
    list-style: none
}

.menu::after {
    display: block;
    clear: both;
    content: ''
}

.menu li {
    position: relative;
    padding-right: 1rem;
    padding-left: 1rem
}

.menu li.megamenu-container {
    position: static
}

.menu li a {
    display: block;
    padding: .7rem 1rem;
    transition: background 0.25s;
    color: #696969;
    font-size: 1.2rem;
    font-weight: 500;
    text-transform: uppercase;
    white-space: nowrap
}

.menu li .menu-title {
    margin-top: 1.25rem;
    margin-bottom: 0;
    color: #161616;
    letter-spacing: -.01rem;
    text-transform: uppercase
}

.menu li .menu-title a {
    padding: .7rem 2rem;
    color: #161616;
    font-size: 1.3rem;
    font-weight: 700
}

.menu li .menu-title a:hover,
.menu li .menu-title a:focus {
    text-decoration: underline
}

.menu>li {
    padding-right: 0;
    padding-left: 0;
    float: left
}

.menu>li>a {
    padding: 1.7rem 0;
    background-color: transparent;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: .025rem
}

.menu>li+li {
    margin-left: 1rem
}

.menu ul,
.menu .megamenu {
    display: none;
    position: absolute;
    top: 100%;
    font-family: "Poppins", sans-serif;
    z-index: 999
}

.menu ul {
    left: 0;
    min-width: 240px;
    padding-top: 1rem;
    padding-bottom: 1rem
}

.menu ul ul {
    top: -1.1rem;
    left: 100%
}

.menu .megamenu {
    right: 1.5rem;
    left: 1.5rem;
    padding: 1rem
}

.menu .megamenu.megamenu-fixed-width {
    right: auto;
    left: 0;
    width: 640px
}

.menu .megamenu ul {
    display: block;
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    min-width: 0;
    margin: 0 0 1.25rem;
    padding: 0;
    border: 0;
    box-shadow: none
}

.menu .megamenu .banner {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    background-color: transparent
}

.menu .megamenu .banner a {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0
}

.menu .megamenu .banner img {
    position: absolute;
    height: 100%
}

.menu .megamenu .banner img.product-promo {
    padding: 1rem
}

.menu a {
    display: block;
    position: relative;
    text-decoration: none
}

.menu.sf-arrows>li>a.sf-with-ul {
    padding-right: 1.7rem
}

.menu.sf-arrows>li>a.sf-with-ul::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 12px;
    height: 12px;
    margin-bottom: -6px;
    margin-left: -6px;
    transform: rotate(45deg);
    border-top: 1px solid #efeeee;
    border-left: 1px solid #efeeee;
    background-color: #fff;
    content: '';
    opacity: 0;
    visibility: hidden;
    z-index: 100
}

.menu.sf-arrows .sf-with-ul {
    position: relative
}

.menu.sf-arrows .sf-with-ul::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-family: 'porto';
    font-size: 1.3rem;
    line-height: 1;
    content: '\e81c'
}

.menu.sf-arrows ul .sf-with-ul::after {
    right: 1rem;
    content: '\e81a'
}

.menu.sf-arrows>li.show>a.sf-with-ul::before {
    opacity: 1;
    visibility: visible
}

.menu .megamenu,
.menu ul {
    border: 1px solid #efeeee;
    background-color: #fff;
    box-shadow: 0 29px 29px rgba(0, 0, 0, 0.1)
}

.menu li:hover>a,
.menu li.show>a,
.menu li.active>a {
    background-color: #f4f4f4;
    color: #696969
}

.menu>li:hover>a,
.menu>li.show>a,
.menu>li.active>a {
    background-color: transparent;
    color: #65829d
}

.menu .show>ul,
.menu .show>.megamenu {
    opacity: 1 !important
}

.menu li:hover>ul,
.menu li.show>ul,
.menu li:hover>.megamenu,
.menu li.show>.megamenu {
    display: block
}

.tip {
    display: inline-block;
    position: relative;
    margin: -2px 0 0 1rem;
    padding: .3rem .4rem;
    border-radius: 0;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    vertical-align: middle;
    z-index: 1
}

.tip::before {
    position: absolute;
    top: 50%;
    right: 100%;
    left: auto;
    margin-top: -3px;
    border: 3px solid transparent;
    content: ''
}

.tip.tip-new {
    background-color: #0fc567
}

.tip.tip-new::before {
    border-right-color: #0fc567
}

.tip.tip-hot {
    background-color: #eb2771
}

.tip.tip-hot::before {
    border-right-color: #eb2771
}

.menu>li>a .tip {
    position: absolute;
    top: -4px;
    right: 22px;
    margin: 0
}

.menu>li>a .tip::before {
    position: absolute;
    top: 100%;
    left: 3px;
    width: 3px;
    height: 3px;
    margin: 0;
    border-color: transparent
}

.menu>li>a .tip.tip-new::before {
    border-top-color: #0cc485
}

.menu>li>a .tip.tip-hot::before {
    border-top-color: #eb2771
}

@media screen and (min-width: 992px) {
    .main-nav {
        display: block
    }
}

@media screen and (min-width: 1200px) {
    .menu>li+li {
        margin-left: 2.1rem
    }
}

@media screen and (min-width: 1280px) {
    .menu .megamenu:not(.megamenu-fixed-width) {
        right: 2.5rem;
        left: 2.5rem
    }
}

@media screen and (min-width: 1500px) {
    .menu .megamenu:not(.megamenu-fixed-width) {
        max-width: 1200px
    }
}

@media screen and (min-width: 1600px) {
    .menu>li+li {
        margin-left: 4.1rem
    }
}

.mobile-menu-container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 250px;
    transform: translateX(-100%);
    transition: all .35s;
    background-color: #1d1e20;
    font-size: 1.2rem;
    line-height: 1.5;
    box-shadow: 0.1rem 0 0.6rem 0 rgba(50, 50, 50, 0.65);
    visibility: hidden;
    z-index: 1001;
    overflow-y: auto
}

.mmenu-active .mobile-menu-container {
    transform: translateX(0);
    visibility: visible
}

.mobile-menu-container .social-icons {
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0
}

.mobile-menu-container .social-icon {
    width: 3rem;
    height: 3rem;
    margin-bottom: 0;
    border: 0;
    background-color: transparent;
    font-size: 1.5rem
}

.mobile-menu-container .social-icon+.social-icon {
    margin-left: .3rem
}

.mobile-menu-container .social-icon:hover,
.mobile-menu-container .social-icon:focus {
    background-color: transparent;
    color: #fafafa
}

.mobile-menu-wrapper {
    position: relative;
    padding: 4.2rem 0 3rem
}

.mobile-menu-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: .4rem;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1;
    cursor: pointer;
    z-index: 9
}

.mobile-menu-overlay {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all .4s;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    z-index: 1000
}

.mmenu-active .mobile-menu-overlay {
    opacity: 1;
    visibility: visible
}

.mobile-nav {
    margin: 0 0 2rem;
    padding: 0
}

.mobile-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #242527
}

.mobile-menu>li>a {
    text-transform: uppercase
}

.mobile-menu li {
    display: block;
    position: relative;
    border-top: 1px solid #242527
}

.mobile-menu li a {
    display: block;
    position: relative;
    padding: 1.1rem 0 1.1rem 1.5rem;
    margin-right: 4.5rem;
    color: #fff
}

.mobile-menu li a:hover,
.mobile-menu li a:focus {
    color: #65829d;
    text-decoration: none
}

.mobile-menu li.open>a,
.mobile-menu li.active>a {
    color: #65829d
}

.mobile-menu li ul {
    display: none;
    margin: 0;
    padding: 0
}

.mobile-menu li ul li a {
    padding-left: 2.5rem
}

.mobile-menu li ul ul li a {
    padding-left: 3.5rem
}

.mobile-menu>li>a {
    text-transform: uppercase
}

.mmenu-btn {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 50%;
    right: -3.8rem;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    margin-top: -1.5rem;
    border-radius: 0;
    outline: none;
    background-color: transparent;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer
}

.mmenu-btn::after {
    display: inline-block;
    margin-top: -2px;
    font-family: 'porto';
    content: '\e81c'
}

.open>a>.mmenu-btn::after {
    content: '\e81b'
}

@-webkit-keyframes fixedHeader {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-60px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@keyframes fixedHeader {
    0% {
        opacity: 0;
        transform: translateY(-60px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.sticky-header.fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    padding-top: .7rem;
    padding-bottom: .7rem;
    background-color: #555;
    z-index: 1040;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-name: fixedHeader;
    animation-name: fixedHeader
}

.sticky-header.fixed .main-nav {
    width: auto;
    background-color: transparent;
    margin-right: 3rem
}

.sticky-header.fixed .header-contact {
    margin-right: 3.3rem
}

.sticky-header.fixed .header-dropdowns {
    margin-right: 3rem
}

.sticky-header.fixed .menu>li>a {
    padding-top: .55rem;
    padding-bottom: .55rem
}

.sticky-header.fixed .logo img {
    width: auto;
    max-height: 32px
}

.sticky-header.fixed .header-contact {
    padding-right: 2.6rem;
    margin-right: 1.9rem
}

.sticky-header.fixed .header-contact::after {
    height: 24px;
    margin-top: -12px
}

.sticky-header.fixed .cart-dropdown .dropdown-toggle {
    padding-right: 1.6rem
}

.sticky-header.fixed .cart-dropdown .dropdown-toggle .cart-count {
    right: .8rem
}

.sticky-header.fixed .cart-dropdown .dropdownmenu-wrapper::before {
    right: 17px
}

.sticky-header.fixed .cart-dropdown .dropdownmenu-wrapper::after {
    right: 18px
}

.sticky-header.fixed-nav {
    position: fixed;
    top: 46px;
    right: 0;
    left: 0;
    height: 38px;
    background-color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    z-index: 1039;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-name: fixedHeader;
    animation-name: fixedHeader
}

.sticky-header.fixed-nav .container-fluid {
    margin: 0 auto
}

@media screen and (max-width: 575px) {
    .sticky-header.fixed-nav {
        display: none
    }
}

.footer {
    flex: 0 0 auto;
    color: #a8a8a8;
    background-color: #252525;
    font-size: 1.3rem;
    line-height: 1.4
}

.footer .social-icon {
    color: #fff;
    background-color: #313131;
    margin-bottom: 0;
    width: 48px;
    height: 48px;
    font-size: 1.8rem
}

.footer .social-icon+.social-icon {
    margin-left: .5rem
}

.footer .social-icon:hover,
.footer .social-icon:focus {
    background-color: #29363c;
    color: #fff
}

.footer .info-boxes-container {
    padding-top: 1rem;
    padding-bottom: .5rem;
    margin-bottom: 0;
    border-bottom: 1px solid #3d3d38
}

.footer .info-boxes-container .info-box i {
    color: #fff
}

.footer .info-boxes-container .info-box h4 {
    color: #fff
}

.footer .info-boxes-container .info-box+.info-box {
    border-color: #3d3d38
}

.footer .container-fluid {
    max-width: 1650px
}

.footer-middle {
    padding: 4rem 0 2.5rem
}

.footer .widget-title {
    color: #fff;
    font: 400 1.5rem/1.1 'Oswald', sans-serif;
    letter-spacing: .07em;
    text-transform: uppercase;
    margin-bottom: 1.5rem
}

.footer-top {
    padding-top: 4rem
}

.footer-top .widget-title {
    margin-bottom: 1.4rem
}

.footer .widget {
    margin-bottom: 3.6rem
}

.footer .links {
    margin-bottom: 0
}

.footer .links li {
    position: relative;
    margin-bottom: .8rem
}

.footer a {
    color: inherit
}

.footer a:hover,
.footer a:focus {
    color: #fff;
    text-decoration: underline
}

.footer .widget-social {
    margin-bottom: 0;
    margin-top: -1rem
}

.footer .widget-social::after {
    display: block;
    clear: both;
    content: ''
}

.contact-info {
    margin-bottom: 0
}

.footer .contact-info {
    padding: 0;
    margin-top: 0
}

.contact-info li {
    position: relative;
    line-height: 1.4;
    margin-bottom: 2.3rem
}

.contact-info-label {
    display: block;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase
}

.widget-newsletter p {
    margin-bottom: 1.5rem;
    line-height: 1.5;
    max-width: 560px
}

.widget-newsletter form {
    position: relative;
    margin-top: .6rem;
    margin-bottom: 0;
    max-width: 630px
}

.widget-newsletter .form-control {
    height: 4.8rem;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1;
    color: #686865;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    padding: 1.35rem 14rem 1.35rem 2rem;
    margin-bottom: 1rem;
    border-radius: 40px;
    max-width: none
}

.widget-newsletter .form-control:focus {
    color: #686865;
    border-color: #f2f2f2;
    background-color: #f2f2f2
}

.widget-newsletter .form-control::-webkit-input-placeholder {
    color: #686865
}

.widget-newsletter .form-control:-ms-input-placeholder {
    color: #686865
}

.widget-newsletter .form-control::-ms-input-placeholder {
    color: #686865
}

.widget-newsletter .form-control::placeholder {
    color: #686865
}

.widget-newsletter .btn {
    position: absolute;
    right: -1px;
    top: 0;
    display: inline-block;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1;
    font-family: "Poppins", sans-serif;
    letter-spacing: .005em;
    color: #fff;
    border-color: #585858;
    background-color: #585858;
    text-transform: uppercase;
    border-radius: 0;
    padding: 1.6rem 2.8rem 1.6rem 2rem;
    border-radius: 0 40px 40px 0;
    min-width: 121px;
    text-align: center
}

.widget-newsletter .btn:hover,
.widget-newsletter .btn:focus {
    color: #fff;
    border-color: #29363c;
    background-color: #29363c
}

.footer-bottom {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding-top: 1.7rem;
    padding-bottom: 2.1rem;
    border-top: 1px solid #3d3d38
}

.footer-bottom .contact-info {
    margin-right: auto;
    margin-bottom: 1.5rem;
    margin-left: auto
}

.footer-bottom .contact-info li {
    margin-bottom: 0
}

.footer-copyright {
    margin-right: auto;
    margin-bottom: 1.2rem;
    margin-left: auto
}

.footer-payments {
    margin-right: auto;
    margin-left: auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

#scroll-top {
    height: 40px;
    position: fixed;
    right: 15px;
    width: 40px;
    z-index: 9999;
    bottom: 0;
    background-color: #404040;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 1;
    padding: 11px 0;
    visibility: hidden;
    opacity: 0;
    border-radius: 0;
    transition: all .3s;
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
}

#scroll-top:hover,
#scroll-top:focus {
    background-color: #555
}

#scroll-top.fixed {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

@media screen and (min-width: 768px) {
    .footer .info-boxes-container {
        padding-top: 1.5rem;
        padding-bottom: 2rem
    }
}

@media screen and (min-width: 992px) {
    .footer .col-lg-3 {
        -ms-flex: 0 0 20.1%;
        flex: 0 0 20.1%;
        max-width: 20.1%
    }
    .footer .col-lg-9 {
        -ms-flex: 0 0 79.9%;
        flex: 0 0 79.9%;
        max-width: 79.9%
    }
    .footer-top .widget {
        margin-bottom: 1.3rem
    }
    .footer .widget-social {
        margin-bottom: 3rem;
        margin-top: 1.4rem
    }
    .footer .widget-social .social-icons {
        float: right;
        margin-bottom: 0
    }
    .footer-middle {
        padding-top: 2.4rem;
        padding-bottom: 5.9rem
    }
    .widget-newsletter form {
        margin-top: 1.4rem
    }
    .widget-newsletter .form-control {
        padding-left: 4rem;
        padding-right: 16rem
    }
    .footer-bottom {
        align-items: center;
        flex-direction: row
    }
    .footer-copyright {
        margin-bottom: 0;
        margin-right: 0;
        margin-left: 0
    }
    .footer-payments {
        margin-right: 0;
        margin-left: auto;
        margin-bottom: 0
    }
    .social-icons {
        margin-left: auto
    }
    .footer-bottom .contact-info {
        margin-bottom: 0;
        margin-right: 0
    }
}

@media screen and (min-width: 768px) {
    .footer .footer-top .widget {
        margin-bottom: 2rem
    }
}

.product-wrapper {
    overflow: hidden
}

.product-wrapper .category-grid {
    margin-bottom: -1px
}

.product {
    position: relative;
    background-color: #fff;
    padding-bottom: 4.3rem;
    margin-bottom: 2.5rem;
    transition: all .3s
}

.product-image-container {
    position: relative;
    display: block;
    background-color: #c1c1c1;
    margin-bottom: 2.7rem;
    border-radius: 0
}

.product-image {
    display: block
}

.product-image img {
    display: block;
    width: 100%;
    height: auto
}

.btn-quickview {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.2rem 1.15rem;
    transition: all .25s;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    font: 400 1.2rem/1 "Poppins", sans-serif;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    z-index: 10
}

.btn-quickview::before {
    margin: 0 .5rem 0 0;
    font-family: 'porto';
    content: '\e892'
}

.product-image-container .btn-quickview {
    position: absolute;
    left: 0;
    top: 0
}

.product:hover .btn-quickview {
    opacity: 1;
    visibility: visible
}

.btn-quickview:hover,
.btn-quickview:focus,
.product:hover .btn-quickview:hover,
.product:hover .btn-quickview:focus {
    color: #fff;
    text-decoration: none;
    opacity: .9
}

.product-details {
    text-align: center
}

.product-title {
    font: 400 1.5rem/1.25 "Poppins", sans-serif;
    color: #2b2b2d;
    letter-spacing: .01rem;
    margin-bottom: .8rem
}

.product-title a {
    color: inherit
}

.price-box {
    font-size: 0;
    font: 400 0/1 "Oswald", sans-serif;
    color: #282d3b;
    margin-bottom: 2.6rem
}

.product-price {
    font-size: 1.8rem
}

.old-price {
    color: #282d3b;
    font-size: 1.5rem;
    text-decoration: line-through
}

.old-price+.product-price {
    color: #ff0000;
    margin-left: .7rem
}

.product-action {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.paction {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.7rem;
    font-family: 'porto';
    color: #3b3b3b;
    border: .1rem solid #dce3e6;
    background-color: #fff;
    transition: all .3s;
    text-decoration: none;
    text-align: center;
    min-width: 40px;
    height: 40px
}

.paction span {
    display: none;
    font-size: 1.2rem;
    letter-spacing: .02rem;
    padding-left: .4rem;
    padding-right: .2rem
}

.paction+.paction {
    margin-left: .5rem
}

.paction:hover,
.paction:focus {
    text-decoration: none;
    color: #3b3b3b;
    border-color: #3b3b3b
}

.add-cart {
    color: #6a6a6d;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    padding: .85rem .5rem;
    min-width: 108px;
    z-index: 2;
    transition-duration: 0s
}

.add-cart::before {
    display: inline-block;
    line-height: 1;
    font-size: 1.9rem;
    content: '\e87f';
    font-family: 'porto'
}

.add-cart span {
    display: inline
}

.add-cart:hover,
.add-cart:focus {
    border-color: #2b2b2c;
    background-color: #2b2b2c;
    color: #fff
}

.product .add-wishlist,
.product .add-compare {
    z-index: 1;
    visibility: hidden;
    opacity: 0
}

.product .add-wishlist {
    right: -45px
}

.product .add-compare {
    left: -45px
}

.add-wishlist::before {
    content: '\e88a';
    margin-top: 1px
}

.add-compare::before {
    content: '\e810'
}

.product:hover .paction.add-wishlist,
.product:hover .paction.add-compare {
    opacity: 1;
    visibility: visible
}

.product:hover .paction.add-wishlist {
    right: 0
}

.product:hover .paction.add-compare {
    left: 0
}

.product:hover .paction.add-cart {
    border-color: #2b2b2c;
    background-color: #2b2b2c;
    color: #fff
}

.product-label {
    position: absolute;
    z-index: 1;
    top: 2rem;
    right: 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    padding: .5rem;
    min-width: 46px;
    background-color: #29363c;
    color: #fff;
    border-radius: 1.2rem
}

.product-label.label-hot,
.product-label.label-new {
    background-color: #0fc567
}

.product-label.label-sale {
    background-color: #fe5858
}

.product-label+.product-label {
    top: 4.6rem
}

.ratings-container {
    margin-bottom: .5rem;
    line-height: 1
}

.ratings-container .product-ratings,
.ratings-container .ratings {
    position: relative;
    display: inline-block;
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    line-height: 1;
    font-family: 'porto'
}

.ratings-container .product-ratings {
    height: 13px
}

.ratings-container .product-ratings::before {
    content: "\e852 " "\e852 " "\e852 " "\e852 " "\e852";
    color: #d2d2d2
}

.ratings-container .ratings {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden
}

.ratings-container .ratings::before {
    content: "\e852 " "\e852 " "\e852 " "\e852 " "\e852";
    color: #6a6a6d
}

.product.product-sm {
    margin-bottom: 2rem;
    padding-bottom: 0
}

.product-quick-view {
    background-color: #fff;
    padding: 2rem
}

.product-quick-view .product-single-details .product-action {
    margin-bottom: 2.1rem
}

.product-quick-view .product-single-filter {
    padding-bottom: 2.2rem
}

.product-sm {
    background-color: transparent
}

.product-sm::after {
    display: block;
    clear: both;
    content: ''
}

.product-sm .product-image-container {
    max-width: 80px;
    margin-bottom: 0;
    float: left;
    border-bottom: 0
}

.product-sm .product-image-container a::after {
    display: none
}

.product-sm .product-details {
    margin-left: 102px;
    text-align: left;
    padding: .2rem 0 0
}

.product-sm .price-box {
    margin-bottom: 0;
    padding: 0;
    border: 0
}

.product-sm .product-title {
    margin-bottom: .4rem;
    color: #5b5b5f;
    font-size: 1.4rem
}

.product-sm .product-title a {
    color: inherit
}

.product-sm .ratings-container {
    margin-bottom: .8rem
}

.product-sm .ratings-container .product-ratings,
.product-sm .ratings-container .ratings {
    font-size: 1.1rem
}

.product-sm .ratings-container .product-ratings {
    height: 11px
}

.product-sm .old-price {
    font-size: 1.3rem
}

.product-sm .old-price+.product-price {
    margin-left: .5rem
}

.product-sm .product-price {
    font-size: 1.5rem
}

.product-sm:hover .product-image,
.product-sm:hover .product-details {
    transform: translateY(0) !important
}

.product.product-list {
    padding-bottom: 0
}

.product.product-list:hover {
    box-shadow: none
}

.product-list::after {
    display: block;
    clear: both;
    content: ''
}

.product-list .product-title {
    margin: 0 0 1rem;
    font-size: 1.8rem
}

.product-list .product-details {
    color: #888;
    font-size: 1.4rem;
    text-align: left;
    padding: 0 1.5rem 2rem
}

.product-list .product-details p {
    margin-bottom: 1.3rem
}

.product-list .product-details p a {
    color: #29363c
}

.product-list .price-box {
    margin-bottom: 1.7rem
}

.product-list .product-action {
    justify-content: flex-start
}

.product-list .paction.add-wishlist {
    right: 0;
    opacity: 1;
    visibility: visible
}

.product-list .paction.add-compare {
    left: 0;
    opacity: 1;
    visibility: visible
}

.category-grid [class*='col-'] {
    border-right: 1px solid #e3e4e4;
    border-bottom: 1px solid #e3e4e4
}

.category-grid [class*='col-']:hover {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    z-index: 1
}

.grid-product {
    padding: 5rem 0 0;
    transition: all .3s
}

.grid-product:hover {
    padding: 1rem 0 4rem
}

.product-grid-action {
    margin: 0;
    transition: all .3s;
    opacity: 0;
    visibility: hidden
}

.grid-product:hover .product-grid-action {
    opacity: 1;
    visibility: visible
}

@media screen and (max-width: 575px) {
    .grid-product .add-wishlist,
    .grid-product .add-compare,
    .product .add-wishlist,
    .product .add-compare {
        display: none
    }
    .grid-product .paction+.paction,
    .product .paction+.paction {
        margin-left: 0
    }
}

@media screen and (min-width: 576px) {
    .product {
        margin-bottom: 3.5rem
    }
    .product.product-list {
        margin-bottom: 3rem
    }
    .product-list .product-image-container {
        width: 30%;
        margin-bottom: 0;
        float: left
    }
    .product-list .product-details {
        width: 70%;
        float: left;
        padding: 1rem 0 1rem 2rem
    }
}

@media screen and (min-width: 768px) {
    .product {
        margin-bottom: 4.3rem
    }
    .product-list .product-image-container {
        width: 26%
    }
    .product-list .product-details {
        width: 74%
    }
    .product-list .product-title {
        margin-top: .4rem
    }
}

@media screen and (min-width: 992px) {
    .product-list .product-details {
        padding-top: 4rem
    }
}

@media screen and (min-width: 1200px) {
    .row.row-sm .col-xl-2,
    .row.row-sm .col-xl-7col,
    .row.row-sm .col-xl-8col {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .col-xl-7col .paction.add-wishlist,
    .col-xl-7col .paction.add-compare,
    .col-xl-8col .paction.add-wishlist,
    .col-xl-8col .paction.add-compare {
        display: none
    }
    .col-xl-7col .paction+.paction,
    .col-xl-8col .paction+.paction {
        margin-left: 0
    }
}

@media screen and (max-width: 1400px) and (min-width: 1200px) {
    .row.row-sm .col-xl-2 .paction.add-cart {
        min-width: 40px
    }
    .row.row-sm .col-xl-2 .paction.add-cart span {
        display: none
    }
}

.banner {
    display: block;
    position: relative;
    margin-bottom: 0;
    background-color: #c1c1c1
}

.banner.banner-cat {
    display: flex;
    align-items: center;
    height: 360px;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-top: 7.5rem;
    margin-bottom: 0
}

.banner>a {
    display: block
}

.banner img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto
}

.banner .banner-content {
    display: inline-block
}

.banner-content .banner-title {
    color: #fff;
    font: 700 3rem/1 "Oswald", sans-serif;
    letter-spacing: .05rem;
    text-transform: uppercase;
    margin-bottom: 2.3rem
}

.banner-content .banner-subtitle {
    color: #fff;
    font: 400 1.5rem/1 "Poppins", sans-serif;
    letter-spacing: 0;
    margin-bottom: .9rem;
    text-transform: uppercase
}

.banner-content .banner-subtitle strong {
    font-size: 2.2rem;
    font-family: "Oswald", sans-serif
}

.banner-content .btn {
    border-radius: .3rem;
    min-width: 108px;
    padding-top: .95rem;
    padding-bottom: .95rem
}

.banner-image>a {
    position: relative
}

.banner-image>a::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden
}

.banner-image>a:hover::after,
.banner-image>a:focus::after {
    opacity: 1;
    visibility: visible
}

@media screen and (min-width: 768px) {
    .banner.banner-cat {
        height: 400px;
        padding-top: 9rem
    }
    .banner-content .banner-title {
        font-size: 3.8rem;
        margin-bottom: 3.2rem
    }
    .banner-content .banner-subtitle {
        font-size: 1.6rem
    }
    .banner-content .banner-subtitle span {
        font-size: 2.4rem
    }
}

@media screen and (min-width: 992px) {
    .banner.banner-cat {
        height: 460px
    }
    .banner-content .banner-title {
        font-size: 4.6rem;
        margin-bottom: 4.3rem
    }
    .banner-content .banner-subtitle {
        font-size: 1.8rem
    }
    .banner-content .banner-subtitle span {
        font-size: 2.6rem
    }
}

.breadcrumb-nav {
    margin-bottom: 0
}

.breadcrumb {
    background-color: #fff;
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding: 1.85rem 0 1.65rem
}

.breadcrumb-item {
    text-transform: uppercase;
    font: 700 1rem/1.4 "Oswald", sans-serif;
    letter-spacing: .05rem
}

.breadcrumb-item i {
    font-size: 1.3rem;
    vertical-align: top;
    margin-top: -.2rem
}

.breadcrumb-item i::before {
    margin: 0
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 2rem
}

.breadcrumb-item+.breadcrumb-item::before {
    content: '\e81a';
    font-family: 'porto';
    padding-right: 2rem;
    font-size: 1.3rem;
    vertical-align: middle;
    margin-top: -.4rem;
    color: #000
}

.breadcrumb-item a,
.breadcrumb-item.active {
    color: #000
}

.page-header {
    padding: 4rem 0
}

.page-header h1 span {
    display: block;
    margin-bottom: .4rem;
    font-family: "Poppins", sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1
}

.page-header .btn {
    min-width: 100px;
    padding: .85rem 2rem;
    border-radius: .2rem;
    font-size: 1.4rem
}

.page-header.page-header-bg {
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #c1c1c1;
    padding-top: 10rem;
    padding-bottom: 10rem
}

.page-header.page-header-bg h1 {
    position: relative;
    display: inline-block;
    color: #292525;
    font: 700 3rem/1 "Oswald", sans-serif;
    letter-spacing: .1rem;
    text-transform: uppercase;
    color: #fff;
    margin: 0
}

.page-header h1,
.page-title {
    color: #292525;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0
}

@media screen and (min-width: 768px) {
    .page-header {
        padding-top: 6rem;
        padding-bottom: 6rem
    }
    .page-header h1 span {
        font-size: 1.6rem
    }
    .page-header.page-header-bg {
        padding-top: 15rem;
        padding-bottom: 15rem
    }
    .page-header.page-header-bg h1 {
        font-size: 3.8rem
    }
}

@media screen and (min-width: 992px) {
    .page-header {
        padding-top: 8rem;
        padding-bottom: 8rem
    }
    .page-header h1 span {
        font-size: 1.8rem
    }
    .page-header.page-header-bg {
        padding-top: 21rem;
        padding-bottom: 21rem
    }
    .page-header.page-header-bg h1 {
        font-size: 4.6rem
    }
}

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

[class^='icon-']::before,
[class*=' icon-']::before {
    display: inline-block;
    width: 1em;
    margin-right: .2em;
    margin-left: .2em;
    font-family: 'porto';
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none
}

.icon-cancel::before {
    content: '\e800'
}

.icon-spin2::before {
    content: '\e801'
}

.icon-spin3::before {
    content: '\e802'
}

.icon-spin4::before {
    content: '\e803'
}

.icon-spin5::before {
    content: '\e804'
}

.icon-spin6::before {
    content: '\e805'
}

.icon-firefox::before {
    content: '\e806'
}

.icon-chrome::before {
    content: '\e807'
}

.icon-opera::before {
    content: '\e808'
}

.icon-ie::before {
    content: '\e809'
}

.icon-phone::before {
    content: '\e80a'
}

.icon-down-dir::before {
    content: '\e80b'
}

.icon-cart::before {
    content: '\e80c'
}

.icon-up-dir::before {
    content: '\e80d'
}

.icon-mode-grid::before {
    content: '\e80e'
}

.icon-mode-list::before {
    content: '\e80f'
}

.icon-compare::before {
    content: '\e810'
}

.icon-wishlist::before {
    content: '\e811'
}

.icon-search::before {
    content: '\e812'
}

.icon-left-dir::before {
    content: '\e813'
}

.icon-right-dir::before {
    content: '\e814'
}

.icon-down-open::before {
    content: '\e815'
}

.icon-left-open::before {
    content: '\e816'
}

.icon-right-open::before {
    content: '\e817'
}

.icon-up-open::before {
    content: '\e818'
}

.icon-angle-left::before {
    content: '\e819'
}

.icon-angle-right::before {
    content: '\e81a'
}

.icon-angle-up::before {
    content: '\e81b'
}

.icon-angle-down::before {
    content: '\e81c'
}

.icon-down::before {
    content: '\e81d'
}

.icon-left::before {
    content: '\e81e'
}

.icon-right::before {
    content: '\e81f'
}

.icon-up::before {
    content: '\e820'
}

.icon-angle-double-left::before {
    content: '\e821'
}

.icon-angle-double-right::before {
    content: '\e822'
}

.icon-angle-double-up::before {
    content: '\e823'
}

.icon-angle-double-down::before {
    content: '\e824'
}

.icon-mail::before {
    content: '\e825'
}

.icon-location::before {
    content: '\e826'
}

.icon-skype::before {
    content: '\e827'
}

.icon-right-open-big::before {
    content: '\e828'
}

.icon-left-open-big::before {
    content: '\e829'
}

.icon-down-open-big::before {
    content: '\e82a'
}

.icon-up-open-big::before {
    content: '\e82b'
}

.icon-retweet::before {
    content: '\e82c'
}

.icon-user::before {
    content: '\e82d'
}

.icon-mail-alt::before {
    content: '\e82e'
}

.icon-fax::before {
    content: '\e82f'
}

.icon-lock::before {
    content: '\e830'
}

.icon-company::before {
    content: '\e831'
}

.icon-city::before {
    content: '\e832'
}

.icon-post::before {
    content: '\e833'
}

.icon-country::before {
    content: '\e834'
}

.icon-calendar::before {
    content: '\e835'
}

.icon-doc::before {
    content: '\e836'
}

.icon-mobile::before {
    content: '\e837'
}

.icon-clock::before {
    content: '\e838'
}

.icon-chat::before {
    content: '\e839'
}

.icon-tag::before {
    content: '\e83a'
}

.icon-folder::before {
    content: '\e83b'
}

.icon-folder-open::before {
    content: '\e83c'
}

.icon-forward::before {
    content: '\e83d'
}

.icon-reply::before {
    content: '\e83e'
}

.icon-cog::before {
    content: '\e83f'
}

.icon-cog-alt::before {
    content: '\e840'
}

.icon-wrench::before {
    content: '\e841'
}

.icon-quote-left::before {
    content: '\e842'
}

.icon-quote-right::before {
    content: '\e843'
}

.icon-gift::before {
    content: '\e844'
}

.icon-dollar::before {
    content: '\e845'
}

.icon-euro::before {
    content: '\e846'
}

.icon-pound::before {
    content: '\e847'
}

.icon-rupee::before {
    content: '\e848'
}

.icon-yen::before {
    content: '\e849'
}

.icon-rouble::before {
    content: '\e84a'
}

.icon-try::before {
    content: '\e84b'
}

.icon-won::before {
    content: '\e84c'
}

.icon-bitcoin::before {
    content: '\e84d'
}

.icon-ok::before {
    content: '\e84e'
}

.icon-chevron-left::before {
    content: '\e84f'
}

.icon-chevron-right::before {
    content: '\e850'
}

.icon-export::before {
    content: '\e851'
}

.icon-star::before {
    content: '\e852'
}

.icon-star-empty::before {
    content: '\e853'
}

.icon-plus-squared::before {
    content: '\e854'
}

.icon-minus-squared::before {
    content: '\e855'
}

.icon-plus-squared-alt::before {
    content: '\e856'
}

.icon-minus-squared-alt::before {
    content: '\e857'
}

.icon-truck::before {
    content: '\e858'
}

.icon-lifebuoy::before {
    content: '\e859'
}

.icon-pencil::before {
    content: '\e85a'
}

.icon-users::before {
    content: '\e85b'
}

.icon-video::before {
    content: '\e85c'
}

.icon-menu::before {
    content: '\e85d'
}

.icon-desktop::before {
    content: '\e85e'
}

.icon-doc-inv::before {
    content: '\e85f'
}

.icon-circle::before {
    content: '\e860'
}

.icon-circle-empty::before {
    content: '\e861'
}

.icon-circle-thin::before {
    content: '\e862'
}

.icon-mini-cart::before {
    content: '\e863'
}

.icon-paper-plane::before {
    content: '\e864'
}

.icon-attention-alt::before {
    content: '\e865'
}

.icon-info::before {
    content: '\e866'
}

.icon-compare-link::before {
    content: '\e867'
}

.icon-cat-default::before {
    content: '\e868'
}

.icon-cat-computer::before {
    content: '\e869'
}

.icon-cat-couch::before {
    content: '\e86a'
}

.icon-cat-garden::before {
    content: '\e86b'
}

.icon-cat-gift::before {
    content: '\e86c'
}

.icon-cat-shirt::before {
    content: '\e86d'
}

.icon-cat-sport::before {
    content: '\e86e'
}

.icon-cat-toys::before {
    content: '\e86f'
}

.icon-tag-line::before {
    content: '\e870'
}

.icon-bag::before {
    content: '\e871'
}

.icon-search-1::before {
    content: '\e872'
}

.icon-plus::before {
    content: '\e873'
}

.icon-minus::before {
    content: '\e874'
}

.icon-search-2::before {
    content: '\e875'
}

.icon-bag-1::before {
    content: '\e876'
}

.icon-online-support::before {
    content: '\e877'
}

.icon-shopping-bag::before {
    content: '\e878'
}

.icon-us-dollar::before {
    content: '\e879'
}

.icon-shipped::before {
    content: '\e87a'
}

.icon-list::before {
    content: '\e87b'
}

.icon-money::before {
    content: '\e87c'
}

.icon-shipping::before {
    content: '\e87d'
}

.icon-support::before {
    content: '\e87e'
}

.icon-bag-2::before {
    content: '\e87f'
}

.icon-grid::before {
    content: '\e880'
}

.icon-bag-3::before {
    content: '\e881'
}

.icon-direction::before {
    content: '\e882'
}

.icon-home::before {
    content: '\e883'
}

.icon-magnifier::before {
    content: '\e884'
}

.icon-magnifier-add::before {
    content: '\e885'
}

.icon-magnifier-remove::before {
    content: '\e886'
}

.icon-phone-1::before {
    content: '\e887'
}

.icon-clock-1::before {
    content: '\e888'
}

.icon-heart::before {
    content: '\e889'
}

.icon-heart-1::before {
    content: '\e88a'
}

.icon-earphones-alt::before {
    content: '\e88b'
}

.icon-credit-card::before {
    content: '\e88c'
}

.icon-action-undo::before {
    content: '\e88d'
}

.icon-envolope::before {
    content: '\e88e'
}

.icon-chart::before {
    content: '\e88f'
}

.icon-down-1::before {
    content: '\e890'
}

.icon-up-1::before {
    content: '\e891'
}

.icon-eye::before {
    content: '\e892'
}

.icon-spin1::before {
    content: '\e893'
}

.icon-twitter::before {
    content: '\f099'
}

.icon-facebook::before {
    content: '\f09a'
}

.icon-gplus::before {
    content: '\f0d5'
}

.icon-linkedin::before {
    content: '\f0e1'
}

.icon-spinner::before {
    content: '\f110'
}

.icon-instagram::before {
    content: '\f16d'
}

.icon-sliders::before {
    content: '\f1de'
}

.icon-question-circle-o::before {
    content: '\f29c'
}

.icon-check-empty::before {
    content: '\f87a'
}

.icon-check::before {
    content: '\f87b'
}

.icon-docs-inv::before {
    content: '\e895'
}

.icon-briefcase::before {
    content: '\e896'
}

form {
    margin-bottom: 3.5rem
}

form h2 {
    margin-top: 3.4rem;
    margin-bottom: 2.3rem
}

.form-group {
    margin-bottom: 1.4rem
}

.form-group .form-control,
.form-group .select-custom {
    margin-bottom: 0
}

.form-group .form-control+.form-control {
    margin-top: 1rem
}

.form-group-sm {
    max-width: 480px;
    margin-bottom: .9rem
}

.form-control {
    background-color: #fff;
    border-radius: 0;
    color: #646a70;
    font-family: "Poppins", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    height: 4.8rem;
    line-height: 1.5;
    margin-bottom: 1rem;
    max-width: 480px;
    padding: 1.25rem 1.5rem;
    transition: all .3s
}

.form-control:focus {
    background-color: #fff;
    border-color: #222;
    box-shadow: none;
    color: #646a70
}

.form-control-sm {
    height: 4.5rem;
    padding: 1.2rem 1.5rem;
    font-size: 1.3rem
}

select.form-control:not([size]):not([multiple]) {
    height: 4.8rem
}

select.form-control-sm:not([size]):not([multiple]) {
    height: 4.5rem
}

.main .form-control::-webkit-input-placeholder {
    color: #646a70
}

.main .form-control::-moz-placeholder {
    color: #646a70
}

.main .form-control:-ms-input-placeholder {
    color: #646a70
}

.main .form-control::-ms-input-placeholder {
    color: #646a70
}

.main .form-control::placeholder {
    color: #646a70
}

textarea.form-control {
    max-width: 680px;
    min-height: 176px
}

.form-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 2rem;
    margin-bottom: 3.5rem;
    font-size: 1.4rem;
    vertical-align: middle
}

.form-footer a {
    color: #646a70
}

.form-footer .form-footer-right {
    margin-right: 0;
    margin-left: auto
}

.form-footer .form-footer-right .btn {
    margin: 0
}

.form-footer .btn {
    margin-right: 3rem
}

.forget-pass {
    line-height: 1.3
}

label {
    margin: 0 0 .6rem;
    color: #585d63;
    font-size: 1.4rem;
    font-weight: 400
}

.required-field>label::after {
    margin: 0 0 0 .45rem;
    color: #e02b27;
    font-size: 1.2rem;
    content: '*'
}

.required {
    color: #e02b27;
    font-size: 1.2rem
}

.required+.form-footer {
    margin-top: .8rem
}

.select-custom {
    position: relative;
    margin-bottom: 1rem
}

.select-custom select {
    -webkit-appearance: none;
    appearance: none
}

.select-custom::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 1.9rem;
    -webkit-transform: translateY(-51%);
    transform: translateY(-51%);
    color: #34373f;
    font-family: 'porto';
    font-size: 1.5rem;
    content: '\e81c'
}

.select-custom .form-control,
.select-custom .form-control-sm {
    padding-right: 4rem
}

.form-group-custom-control {
    margin-top: 2rem
}

.form-group-custom-control .custom-control {
    margin-top: 0;
    margin-bottom: 2rem
}

.form-group-custom-control+.form-group-custom-control {
    margin-top: -.5rem
}

.form-group-custom-control .custom-control-label {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: initial
}

.custom-control {
    position: relative;
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding-left: 3rem
}

.custom-control-label {
    position: static;
    margin-top: .1rem;
    margin-bottom: 0;
    font-size: 1.4rem
}

.custom-control-label::before,
.custom-control-label::after {
    height: 2rem;
    left: 0;
    top: .3rem;
    width: 2rem
}

.custom-control-label::before {
    background-color: #fff;
    border: 1px solid #fff
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    border-color: #29363c;
    background-color: #29363c;
    color: #65829d
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    background-color: #29363c
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(41, 54, 60, 0.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(41, 54, 60, 0.5)
}

.form-input {
    padding: 1rem 1.2rem;
    border: 1px solid #ddd;
    border-radius: 2px
}

.form-wide {
    width: 100%
}

@media screen and (min-width: 768px) {
    form,
    .form-footer {
        margin-bottom: 4rem
    }
    form h2 {
        margin-top: 4.4rem
    }
}

@media screen and (min-width: 992px) {
    form,
    .form-footer {
        margin-bottom: 5rem
    }
}

.btn {
    padding: 1.25rem 2rem;
    font-size: 1.4rem;
    line-height: 1.5;
    font-family: "Oswald", sans-serif;
    letter-spacing: .075rem;
    text-transform: uppercase;
    border-radius: 0;
    min-width: 124px;
    transition: all .3s
}

.btn-sm {
    font-size: 1.3rem;
    padding: 1rem 1.5rem;
    letter-spacing: 1px;
    min-width: 90px
}

.btn-link {
    padding-top: 0;
    padding-bottom: 0;
    color: #65829d;
    text-transform: initial;
    letter-spacing: 0;
    font-size: 13px;
    min-width: 0;
    font-family: "Poppins", sans-serif
}

.btn-link:hover,
.btn-link:focus {
    color: #65829d;
    text-decoration: underline
}

.btn-md {
    padding: 1rem 2.4rem;
    font-size: 12px;
    letter-spacing: .025em;
    text-shadow: none
}

.btn-primary {
    border-color: #29363c;
    background-color: #29363c;
    color: #fff;
    box-shadow: none
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
    border-color: #3a4c54;
    background-color: #3a4c54;
    color: #fff;
    box-shadow: none
}

.btn-primary.disabled,
.btn-primary:disabled {
    border-color: #29363c;
    background-color: #29363c;
    color: #fff
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    border-color: #0f1416;
    background-color: #141b1e;
    color: #fff
}

.btn-secondary {
    border-color: #65829d;
    background-color: #65829d;
    color: #fff;
    box-shadow: none
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
    border-color: #7e96ad;
    background-color: #7e96ad;
    color: #fff;
    box-shadow: none
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    border-color: #65829d;
    background-color: #65829d;
    color: #fff
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
    border-color: #4c6277;
    background-color: #51687f;
    color: #fff
}

.btn-dark {
    border-color: #2b2b2c;
    background-color: #2b2b2c;
    color: #fff;
    box-shadow: none
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark.focus {
    border-color: #333;
    background-color: #333;
    color: #fff;
    box-shadow: none
}

.btn-dark.disabled,
.btn-dark:disabled {
    border-color: #2b2b2c;
    background-color: #2b2b2c;
    color: #fff
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
    border-color: #333;
    background-color: #333;
    color: #fff
}

.btn-outline {
    color: #ccc;
    background-color: #fff;
    background-image: none;
    border-color: #ccc
}

.btn-outline:hover,
.btn-outline.focus {
    border-color: #29363c;
    background-color: #fff;
    color: #65829d;
    box-shadow: none
}

.btn-outline.disabled,
.btn-outline:disabled {
    background-color: transparent;
    color: #ccc
}

.btn-outline:not(:disabled):not(.disabled):active,
.btn-outline:not(:disabled):not(.disabled).active,
.show>.btn-outline.dropdown-toggle {
    border-color: #29363c;
    background-color: #fff;
    color: #65829d
}

.btn-outline-secondary {
    color: #777;
    background-color: #fff;
    background-image: none;
    border-color: #ccc
}

.btn-outline-secondary:hover,
.btn-outline-secondary.focus {
    border-color: #29363c;
    background-color: #29363c;
    color: #fff;
    box-shadow: none
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    background-color: transparent;
    color: #777
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
    border-color: #29363c;
    background-color: #29363c;
    color: #fff
}

.btn-outline-dark {
    color: #05131c;
    background-color: #fff;
    background-image: none;
    border-color: #efefef
}

.btn-outline-dark:hover,
.btn-outline-dark.focus {
    border-color: #29363c;
    background-color: #29363c;
    color: #fff;
    box-shadow: none
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    background-color: transparent;
    color: #05131c
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
    border-color: #29363c;
    background-color: #29363c;
    color: #fff
}

.btn-social-login {
    display: flex;
    margin-right: 10px;
    margin-left: 10px;
    background-color: #29363c;
    font-family: Oswald;
    text-decoration: none;
    text-transform: uppercase
}

.btn-social-login span,
.btn-social-login i {
    color: #fff
}

.btn-social-login i {
    margin-top: -1px;
    padding-right: 6px
}

.btn-facebook {
    background: #3a589d
}

.btn-gplus {
    background: #dd4e31
}

.btn-twitter {
    background: #1aa9e1
}

.owl-dots .owl-dot,
.owl-nav .owl-prev,
.owl-nav .owl-next {
    outline: none
}

a:focus {
    outline: none
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg)
    }
}

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

.mfp-container .mfp-preloader,
.porto-loading-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border: 2px solid transparent;
    border-radius: 50%;
    border-top-color: #29363c;
    content: '';
    z-index: 2;
    border-image: none;
    -webkit-animation: spin .75s infinite linear;
    animation: spin .75s infinite linear
}

.mfp-container .mfp-preloader::before,
.porto-loading-icon::before {
    position: absolute;
    top: -2px;
    right: 0;
    left: -2px;
    width: inherit;
    height: inherit;
    border: inherit;
    border-radius: inherit;
    border-top-color: inherit;
    content: '';
    -webkit-animation: spin 1.5s infinite ease;
    animation: spin 1.5s infinite ease
}

.alert {
    border-radius: 0;
    margin-bottom: 2rem;
    padding: 1.4rem 1.5rem
}

.alert.alert-intro {
    font-size: 1.5rem
}

.card {
    margin-bottom: 3rem;
    border: 1px solid #ddd;
    border-radius: 0;
    font-size: 1.4rem
}

.card-header {
    margin: 0;
    padding: 1.2rem 1.5rem;
    border-radius: 0;
    border-color: #ddd;
    background-color: #f5f5f5;
    color: #141a1f;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase
}

.card-header::after {
    display: block;
    clear: both;
    content: ''
}

.card-header .card-edit {
    display: inline-block;
    margin-top: .1rem;
    float: right;
    color: #65829d;
    font-size: 1.3rem;
    font-weight: 400;
    text-transform: capitalize
}

.card-body {
    min-height: 135px;
    padding: 2rem 1.5rem;
    border-top: 0;
    border-radius: 0
}

.card-body a {
    text-decoration: underline
}

.card-body h4 {
    margin-bottom: .7rem;
    color: #888
}

.modal form {
    margin: 0
}

.modal form .form-group {
    max-width: 480px
}

.modal form .form-control {
    max-width: 100%
}

.modal .form-control:not(:focus),
.modal .custom-control-label::before {
    border-color: #e6e6e6
}

.modal-body {
    padding: 1.5rem
}

.modal-content {
    border-radius: 0;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35)
}

.modal-header,
.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
    padding-right: 1.5rem;
    padding-left: 1.5rem
}

.modal-title {
    font-size: 1.8rem;
    font-weight: 400
}

.close {
    font-size: 2.2rem
}

@media screen and (min-width: 576px) {
    .modal-content {
        margin-top: 20px;
        margin-bottom: 20px
    }
    /* .modal-body {
        max-height: calc(100vh - 210px);
        padding-top: 2rem;
        overflow-y: auto
    } */
    .modal-header,
    .modal-footer,
    .modal-body {
        padding-right: 2em;
        padding-left: 2rem
    }
}

@media screen and (min-width: 992px) {
    .modal-dialog {
        max-width: 800px
    }
    .modal-header,
    .modal-footer,
    .modal-body {
        padding-right: 3rem;
        padding-left: 3rem
    }
}

@media screen and (max-width: 479px) {
    .modal-open,
    .modal-open .modal {
        padding-right: 0 !important
    }
}

.member {
    position: relative;
    margin-bottom: 2.8rem;
    background-color: #fff;
    transition: all 0.3s ease
}

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

.member-title {
    position: absolute;
    left: 3rem;
    bottom: 3rem;
    font: 400 1.6rem/1 "Oswald", sans-serif;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin: 0
}

.tooltip {
    font-family: "Poppins", sans-serif;
    font-size: 1.3rem
}

.tooltip.show {
    opacity: 1
}

.tooltip .arrow {
    width: 1rem;
    height: 1rem
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^='top'] {
    padding: 1rem 0
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^='top'] .arrow::before {
    margin-left: -.5rem;
    border-width: 1rem 1rem 0;
    border-top-color: #c1c1c1
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^='right'] {
    padding: 0 1rem
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^='right'] .arrow {
    width: 1rem;
    height: 2rem
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^='right'] .arrow::before {
    border-width: 1rem 1rem 1rem 0;
    border-right-color: #c1c1c1
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^='bottom'] {
    padding: 1rem 0
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^='bottom'] .arrow::before {
    margin-left: -.5rem;
    border-width: 0 1rem 1em;
    border-bottom-color: #c1c1c1
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^='left'] {
    padding: 0 1rem
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^='left'] .arrow {
    width: 1rem;
    height: 1rem
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^='left'] .arrow::before {
    border-width: 1rem 0 1rem 1rem;
    border-left-color: #c1c1c1
}

.tooltip-inner {
    max-width: 270px;
    padding: 1.2rem 1.5rem;
    border: 1px solid #c1c1c1;
    border-radius: .1rem;
    background-color: #f4f4f4;
    color: #777;
    text-align: left
}

.social-icons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.social-icon {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3.2rem;
    height: 3.2rem;
    background-color: #29363c;
    color: #fff;
    font-size: 1.4rem;
    text-decoration: none;
    opacity: 1
}

.social-icon+.social-icon {
    margin-left: .5rem
}

.social-icon:hover,
.social-icon:focus {
    color: #fff;
    text-decoration: none;
    opacity: .85
}

.social-icon.social-facebook {
    background-color: #3b5a9a;
    color: #fff
}

.social-icon.social-twitter {
    background-color: #1aa9e1;
    color: #fff
}

.social-icon.social-linkedin {
    background-color: #0073b2;
    color: #fff
}

.social-icon.social-gplus {
    background-color: #dd4b39;
    color: #fff
}

.social-icon.social-mail {
    background-color: #dd4b39;
    color: #fff
}

.info-boxes-container {
    border-bottom: .1rem solid #e5e8e8;
    margin-bottom: 3.4rem
}

.info-boxes-container .container,
.info-boxes-container .container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    padding: 0
}

.info-box {
    display: flex;
    align-items: center;
    padding: .7rem 1.5rem;
    width: 100%;
    color: #839199
}

.info-box i {
    min-width: 3.5rem;
    margin-right: 1.9rem;
    color: #465157;
    font-size: 3.7rem;
    text-align: center
}

.info-box i::before {
    width: auto;
    margin: 0
}

.info-box h4 {
    margin-bottom: .1rem;
    padding-top: .1rem;
    color: #465157;
    font: 600 1.4rem/1.1 "Poppins", sans-serif;
    letter-spacing: .05rem;
    text-transform: uppercase
}

.info-box p {
    margin-bottom: 0;
    font-size: 1.3rem;
    font-weight: 300;
    letter-spacing: .01rem;
    line-height: 1.6
}

.info-box.info-box-wrap {
    display: block;
    padding: 35px 30px 40px;
    line-height: 1.4;
    background-color: #fff;
    margin-bottom: 12px;
    margin-bottom: 1.5rem
}

.info-box.info-box-wrap::after {
    display: block;
    clear: both;
    content: ''
}

.info-box.info-box-wrap i {
    color: #141a1f;
    margin-right: 2rem;
    float: left
}

.info-box.info-box-wrap h4 {
    color: #141a1f;
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 1rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-left: 60px
}

.info-box.info-box-wrap p {
    font-size: 15px;
    font-weight: 400;
    color: #646a70;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 81px;
    margin-left: 60px
}

@media screen and (min-width: 768px) {
    .info-boxes-container .container,
    .info-boxes-container .container-fluid {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .info-boxes-container .info-box {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
        justify-content: center
    }
    .info-boxes-container .info-box:first-child {
        justify-content: flex-start
    }
    .info-boxes-container .info-box+.info-box {
        border-left: .1rem solid #e5e8e8
    }
    .info-box {
        padding-top: 1.6rem;
        padding-bottom: 1.5rem
    }
}

@media screen and (max-width: 767px) {
    .info-boxes-container .container {
        width: 100%;
        max-width: none
    }
}

.feature-box {
    width: 100%;
    color: #687176;
    font-size: 1.4rem;
    line-height: 1.9;
    padding: 0;
    margin-bottom: 4.2rem
}

.feature-box i {
    display: inline-block;
    color: #29363c;
    font-size: 2.6rem;
    line-height: 1;
    margin-bottom: 1.6rem
}

.feature-box i::before {
    margin: 0
}

.feature-box h3 {
    color: #2b2b2d;
    font: 400 1.5rem/1.1 "Oswald", sans-serif;
    letter-spacing: .125rem;
    margin-bottom: 1.6rem;
    text-transform: uppercase
}

.feature-box p {
    margin-bottom: 0;
    max-width: 190px
}

.nav.nav-tabs {
    margin: 0;
    border: 0;
    border-bottom: .2rem solid #e7e7e7
}

.nav.nav-tabs .nav-item {
    margin-bottom: -.2rem
}

.nav.nav-tabs .nav-item .nav-link {
    padding: 1.2rem 0;
    border: 0;
    border-bottom: .2rem solid transparent;
    color: #282d3b;
    font: 700 1.4rem/1 "Oswald", sans-serif;
    letter-spacing: .01rem;
    text-transform: uppercase
}

.nav.nav-tabs .nav-item .nav-link:hover {
    color: #29363c
}

.nav.nav-tabs .nav-item+.nav-item {
    margin-left: 3.4rem
}

.nav.nav-tabs .nav-item.show .nav-link,
.nav.nav-tabs .nav-item .nav-link.active {
    border-bottom-color: #29363c;
    color: #29363c
}

.count-container {
    margin-bottom: 2rem
}

.count-wrapper {
    font: 800 3.2rem/1 "Poppins", sans-serif;
    text-transform: uppercase;
    color: #29363c;
    margin-bottom: .7rem
}

.count-wrapper span+span {
    font-size: 1.9rem
}

.count-title {
    color: #7b858a;
    font: 400 1.4rem/1 "Poppins", sans-serif;
    margin-bottom: 0
}

.testimonial-owner {
    display: flex;
    display: -ms-flexbox;
    align-content: center;
    -ms-flex-align: center
}

.testimonial-owner figure {
    max-width: 60px;
    margin-right: 25px
}

.testimonial-owner h4 {
    display: block;
    margin-bottom: .4rem;
    padding-top: .7rem;
    color: #303539;
    font: 400 1.6rem/1 "Oswald", sans-serif;
    text-transform: uppercase
}

.testimonial-owner span {
    display: block;
    font-size: 1.4rem;
    text-transform: uppercase
}

.testimonial blockquote {
    position: relative;
    margin-left: 0;
    padding: 1rem 2rem;
    font-size: 1.5rem;
    font-style: normal;
    line-height: 1.8
}

.testimonial blockquote::before {
    position: absolute;
    top: 0;
    left: 0;
    color: #29363c;
    font-family: 'porto';
    font-size: 2.1rem;
    font-weight: 400;
    line-height: 1;
    content: '\e842'
}

@media screen and (min-width: 576px) {
    .testimonial blockquote {
        padding: 1.5rem 3rem 1.5rem 5rem
    }
    .testimonial .testimonial-owner {
        margin-left: 5rem
    }
}

.toolbox {
    color: #646a70;
    display: flex;
    flex-direction: row;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 1.5rem
}

.toolbox::after {
    display: block;
    clear: both;
    content: ''
}

.toolbox.toolbox-pagination {
    margin-bottom: 5rem;
    padding-top: 2rem;
    border-top: .1rem solid #c1c1c1
}

.toolbox .pagination {
    margin-left: auto
}

.toolbox .select-custom {
    margin-bottom: 0
}

.toolbox .select-custom::after {
    right: 1.3rem;
    font-size: 1.6rem
}

.toolbox .select-custom .form-control {
    max-width: 160px;
    padding-right: 2.5rem;
    border-color: #e4e4e4;
    font-size: 1.2rem
}

.toolbox label {
    display: none;
    margin-top: 1px;
    margin-bottom: 0;
    color: #646a70;
    font-size: 1.3rem;
    font-weight: 400
}

.toolbox .form-control {
    display: inline-block;
    margin-bottom: 0;
    padding: 0 .8rem;
    border-width: .1rem;
    color: #7a7d82
}

.toolbox .form-control:not(:focus) {
    border-color: #e4e4e4
}

.toolbox select.form-control:not([size]):not([multiple]) {
    height: 34px
}

.toolbox .toolbox-show .select-custom:after {
    right: 1rem
}

.toolbox-pagination .toolbox-show {
    display: none
}

.pagination {
    border-radius: 0;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    align-items: center;
    margin-bottom: 0
}

.page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 3.2rem;
    height: 3.2rem;
    font-size: 1.4rem;
    padding: .2rem .3rem 0;
    line-height: 1.1;
    color: #706f6c;
    background-color: #fff;
    border: .1rem solid #fff
}

.page-link.page-link-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-left: .2rem;
    padding-right: .2rem;
    min-width: 0;
    height: 3.2rem;
    padding: 0;
    border: 0;
    color: #6f6e6b;
    background-color: transparent;
    font-size: 2rem
}

.page-link.page-link-btn:hover,
.page-link.page-link-btn:focus {
    color: #29363c;
    border-color: transparent;
    background-color: transparent
}

.page-link.page-link-btn i {
    position: relative;
    top: -.1rem
}

.page-link.page-link-btn i::before {
    margin-right: 0;
    margin-left: 0
}

.page-link:hover,
.page-link:focus {
    box-shadow: none;
    color: #fff;
    text-decoration: none;
    border-color: #29363c;
    background-color: #29363c
}

.page-item+.page-item {
    margin-left: .7rem
}

.page-item span {
    padding-right: .3rem;
    padding-left: .3rem
}

.page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.page-item.active .page-link {
    color: #fff;
    background-color: #29363c;
    border-color: #29363c
}

.page-item.disabled .page-link {
    color: #c1c1c1
}

.page-item.disabled .page-link.page-link-btn {
    color: #c1c1c1;
    background-color: transparent
}

.toolbox-left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.toolbox-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.toolbox-item.toolbox-sort {
    margin-right: 1.5rem
}

.toolbox-item.toolbox-show {
    margin-left: auto;
    font-size: 1.2rem
}

.toolbox-item label {
    margin-right: 1.2rem
}

.sorter-btn {
    margin-left: .8rem;
    color: #000;
    font-size: 1.7rem;
    text-decoration: none
}

.sorter-btn::before {
    font-family: 'porto';
    content: '\e890'
}

.sorter-btn.btn-desc::before {
    content: '\e891'
}

.sorter-btn:hover,
.sorter-btn:focus {
    text-decoration: none
}

.layout-modes {
    display: none;
    margin-left: 2.1rem;
    font-size: 0
}

.layout-btn {
    display: inline-block;
    height: 3.4rem;
    margin-right: .7rem;
    color: #000;
    font-size: 1.6rem;
    line-height: 3.4rem;
    text-align: center;
    text-decoration: none
}

.layout-btn i::before {
    margin-left: 0;
    margin-right: 0
}

.layout-btn:last-child {
    margin-right: 0
}

.layout-btn.active,
.layout-btn:hover,
.layout-btn:focus {
    color: #65829d;
    text-decoration: none
}

.horizontal-filter .toolbox-sort {
    margin-left: auto
}

.horizontal-filter .toolbox-item:last-child {
    display: none
}

@media screen and (min-width: 480px) {
    .layout-modes {
        display: -ms-flexbox;
        display: flex
    }
    .horizontal-filter .toolbox-show {
        margin-left: 0
    }
    .toolbox-pagination .toolbox-show {
        display: -ms-flexbox;
        display: flex;
        margin-left: 0
    }
}

@media screen and (min-width: 576px) {
    .toolbox-left {
        margin-bottom: 0
    }
    .toolbox-left label {
        margin-right: 1.8rem
    }
    .horizontal-filter .toolbox-item:last-child {
        display: -ms-flexbox;
        display: flex
    }
}

@media screen and (min-width: 768px) {
    .toolbox label {
        display: block
    }
}

@media screen and (min-width: 992px) {
    .toolbox.toolbox-pagination {
        margin-top: 1.5rem;
        margin-bottom: 5rem
    }
}

@media screen and (max-width: 575px) {
    .horizontal-filter .toolbox-item.toolbox-sort {
        margin-right: 0
    }
}

.login-popup .mfp-content {
    width: 80%;
    max-width: 872px;
    background-color: white
}

.login-popup .container {
    padding: 2.5rem 3rem
}

.login-popup .title {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2;
    text-transform: uppercase
}

.login-popup form {
    display: block
}

.login-popup label {
    color: #777;
    font-family: "Poppins", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize
}

.login-popup .form-footer {
    margin: 0 0 2rem
}

.login-popup .form-footer .custom-control {
    margin: 0 0 0 auto;
    font-size: 1.3rem
}

.login-popup .forget-password {
    color: #29363c;
    font-size: 1.3rem
}

.login-popup .social-login-wrapper {
    padding: 2rem 2rem 2.5rem;
    background-color: #f4f4f2;
    text-align: center
}

.login-popup .social-login-wrapper p {
    margin-bottom: 2rem;
    color: #121214;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase
}

.login-popup .btn-group {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.mfp-newsletter.mfp-bg {
    transition: all .35s;
    background-color: transparent
}

.newsletter-popup {
    position: relative;
    max-width: 700px;
    height: 320px;
    margin-right: auto;
    margin-left: auto;
    padding: 46px 46px 25px;
    border-radius: 0;
    background: #f1f1f1;
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5)
}

.mfp-close-btn-in .newsletter-popup .mfp-close {
    top: -2.5px;
    color: #29363c;
    font-size: 2rem;
    font-weight: 700;
    opacity: .85
}

.newsletter-popup-content {
    max-width: 300px;
    text-align: center
}

.newsletter-popup-content .form-control {
    height: auto;
    padding-top: 6.5px;
    padding-bottom: 6.5px;
    border-radius: 0;
    font-size: 13px
}

.newsletter-popup-content .btn {
    min-width: 54px;
    margin-left: -1px;
    padding: 0;
    border: 1px solid #ccc;
    border-radius: 0;
    background-color: transparent;
    color: #555;
    font-family: "Oswald", sans-serif;
    font-size: 1.4rem;
    letter-spacing: .08em;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase
}

.logo-newsletter {
    display: inline-block;
    max-width: 100%;
    height: auto
}

.newsletter-popup h2 {
    margin: 32px 0 12px;
    color: #313131;
    font-size: 16px;
    font-weight: 700;
    line-height: 1
}

.newsletter-popup p {
    color: #444;
    font-size: 1.3rem;
    line-height: 1.4
}

.newsletter-popup form {
    margin: 0 0 2.1rem
}

.newsletter-subscribe {
    font-size: 1.1rem;
    text-align: left
}

.newsletter-subscribe .checkbox {
    margin-top: 1.5rem
}

.newsletter-subscribe input {
    margin-right: .5rem
}

.newsletter-subscribe label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.1rem
}

.mfp-newsletter.mfp-removing {
    transition: opacity .35s ease-out;
    opacity: 0
}

.mfp-ready.mfp-bg {
    transition: all .35s ease-out;
    background-color: #000
}

.mfp-zoom-out-cur .mfp-bg {
    opacity: .8
}

.mfp-zoom-out-cur .mfp-counter {
    color: #fff
}

.mfp-zoom-out-cur .mfp-arrow-right::before {
    border-left: 0
}

.mfp-zoom-out-cur .mfp-arrow-left::before {
    border-right: 0
}

.mfp-ajax-product.mfp-bg,
.login-popup.mfp-bg {
    opacity: 0
}

.mfp-wrap .mfp-content {
    transition: all .35s ease-out;
    opacity: 0
}

.mfp-ajax-product.mfp-wrap .mfp-content,
.login-popup.mfp-wrap .mfp-content {
    max-width: 872px
}

.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

@media screen and (min-width: 768px) {
    .login-popup .col-md-6 {
        padding: 0 2rem
    }
    .login-popup .col-md-6:first-child {
        border-right: 1px solid #f5f6f6
    }
}

.home-slider-container,
.home-slide {
    background-color: #c1c1c1;
    height: 100vh;
    position: relative;
    width: 100%
}

.owl-carousel-lazy.owl-carousel {
    display: block
}

.owl-carousel-lazy.owl-carousel .home-slide:first-child,
.owl-carousel-lazy.owl-carousel .category-slide:first-child,
.owl-carousel-lazy.owl-carousel .owl-item:first-child .home-slide,
.owl-carousel-lazy.owl-carousel .owl-item:first-child .category-slide {
    display: -ms-flexbox;
    display: flex
}

.owl-carousel-lazy.owl-carousel:not(.owl-loaded)>*:not(:first-child) {
    display: none
}

.home-slide,
.category-slide {
    position: relative;
    background-color: #c1c1c1;
    display: flex;
    align-items: center
}

.home-slide::after,
.home-slide::before,
.category-slide::after,
.category-slide::before {
    position: absolute;
    content: '';
    left: calc(50% - 2rem);
    top: calc(50% - 2rem);
    border: 2px solid transparent;
    width: 40px;
    height: 40px;
    border-image: none;
    border-radius: 50%;
    border-top-color: #29363c
}

.home-slide::before,
.category-slide::before {
    -webkit-animation: spin 1s infinite ease;
    animation: spin 1s infinite ease;
    z-index: 4
}

.home-slide::after,
.category-slide::after {
    -webkit-animation: spin .5s infinite linear;
    animation: spin .5s infinite linear;
    z-index: 5
}

.home-slide.loaded::after,
.home-slide.loaded::before,
.category-slide.loaded::after,
.category-slide.loaded::before {
    display: none
}

.home-slide .slide-bg,
.category-slide .slide-bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    max-height: none !important;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

.home-slide-content {
    z-index: 3
}

.home-slide-content h1,
.home-slide-content h4 {
    color: #fff;
    font-family: "Oswald", sans-serif;
    line-height: 1.1;
    text-transform: uppercase
}

.home-slide-content h1 {
    font-size: 8rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: .5rem
}

.home-slide-content h2 {
    color: #fff;
    font: 600 6.4rem/1 "Poppins", sans-serif;
    letter-spacing: -.01rem;
    margin-bottom: 1.8rem;
    margin-top: 2rem;
    text-shadow: 3px 5px 0 rgba(0, 0, 0, 0.1);
    text-transform: uppercase
}

.home-slide-content h3 {
    color: #fff;
    font: 400 2rem/1 "Poppins", sans-serif;
    letter-spacing: .15rem;
    margin-bottom: 3.4rem;
    text-transform: uppercase
}

.home-slide-content h3 strong {
    font-weight: 600
}

.home-slide-content h4 {
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: -.01rem;
    margin-bottom: 3.8rem
}

.home-slide-content .slide-text {
    font: 400 1.8rem/1 "Oswald", sans-serif;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: .1rem;
    margin-bottom: 3.3rem
}

.home-slide-content .slide-text div {
    align-items: center;
    display: flex
}

.home-slide-content .slide-sale {
    font: 600 6.4rem/1 "Poppins", sans-serif;
    letter-spacing: -.01rem;
    margin-right: .4rem;
    text-shadow: 3px 5px 0 rgba(0, 0, 0, 0.1)
}

.home-slide-content .slide-perc {
    display: inline-block;
    font: 600 3.2rem/1 "Poppins", sans-serif;
    margin-top: -.3rem;
    text-shadow: 2px 4px 0 rgba(0, 0, 0, 0.1)
}

.home-slide-content .btn {
    border-radius: .3rem;
    min-width: 108px;
    padding-bottom: .95rem;
    padding-top: .95rem
}

.home-slider.owl-carousel .owl-dots {
    bottom: 4.3rem;
    left: 0;
    margin: 0 !important;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 20
}

.home-slider.owl-carousel .owl-nav .owl-prev,
.home-slider.owl-carousel .owl-nav .owl-next {
    align-items: center;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    color: #29363c;
    display: flex;
    font-size: 3.6rem;
    font-weight: 100;
    justify-content: center;
    line-height: 1;
    margin: 0;
    min-width: 3.6rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s
}

.home-slider.owl-carousel .owl-nav .owl-prev i,
.home-slider.owl-carousel .owl-nav .owl-next i {
    margin-top: -.3rem
}

.home-slider.owl-carousel .owl-nav .owl-prev i::before,
.home-slider.owl-carousel .owl-nav .owl-next i::before {
    border-radius: 0;
    margin: 0
}

.home-slider.owl-carousel .owl-nav .owl-prev {
    left: 1.2rem
}

.home-slider.owl-carousel .owl-nav .owl-next {
    right: 1.2rem
}

.home-slider.owl-carousel .owl-nav .owl-prev:hover,
.home-slider.owl-carousel .owl-nav .owl-next:hover,
.home-slider.owl-carousel .owl-nav .owl-prev:focus,
.home-slider.owl-carousel .owl-nav .owl-next:focus {
    background-color: transparent;
    border-color: transparent;
    color: #65829d
}

.owl-carousel .product:not(.product-sm) {
    margin-bottom: 0
}

.half-section {
    background-color: #fff
}

.half-img {
    align-items: center;
    background-color: #c1c1c1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    min-height: 420px;
    position: relative
}

.half-img::after {
    border-color: transparent #fff transparent transparent;
    border-style: solid;
    border-width: 0 20px 20px 0;
    content: '';
    height: 0;
    position: absolute;
    right: 0;
    top: 11.5%;
    width: 0
}

.half-img.order-md-last::after {
    border-color: #fff transparent transparent transparent;
    border-width: 20px 20px 0 0;
    left: 0;
    right: auto
}

.half-title {
    color: #fff;
    font: 400 6rem/1 "Oswald", sans-serif;
    letter-spacing: .05rem;
    margin-bottom: 0;
    margin-left: 16%;
    text-transform: uppercase
}

.half-content {
    padding: 10% 16% 6%
}

.half-content .product-image-container {
    border-bottom: 0
}

.owl-nav-top .owl-nav {
    position: absolute;
    right: -4px;
    top: -90px
}

.products-bottom {
    background-color: #e0e2e3;
    padding: 5rem 0
}

@media screen and (min-width: 992px) {
    .products-bottom {
        padding: 7rem 0
    }
}

@media screen and (min-width: 1200px) {
    .products-bottom {
        padding: 9rem 0
    }
}

.owl-carousel .member {
    margin-bottom: 0
}

.about-section {
    padding-top: 2rem;
    padding-bottom: 4rem;
    background-color: #fff
}

.about-section img {
    margin-bottom: 2rem
}

.about-section p {
    font-size: 1.4rem;
    line-height: 2
}

.features-section {
    padding-top: 6rem;
    padding-bottom: 5rem
}

.team-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: #fff
}

.team-carousel .member {
    margin-bottom: 0
}

.testimonials-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: #fff
}

.sidebar-wrapper {
    margin-bottom: 10px
}

.sidebar-shop {
    font-size: 1.3rem
}

.sidebar-shop .widget {
    margin: 0;
    padding: 2.3rem 2rem 1.8rem;
    border: 1px solid #dae2e6;
    border-bottom: 0
}

.sidebar-shop .widget::after {
    display: block;
    clear: both;
    content: ''
}

.sidebar-shop .widget:last-child {
    border-bottom: 1px solid #dae2e6
}

.sidebar-shop .widget .product.product-sm:last-child {
    margin-bottom: .4rem
}

.sidebar-shop .widget-title {
    margin: 0;
    color: #21293c;
    font-family: "Poppins", sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.1;
    text-transform: uppercase
}

.sidebar-shop .widget-title a {
    display: block;
    position: relative;
    padding: .2rem 0 .6rem;
    color: inherit
}

.sidebar-shop .widget-title a:hover,
.sidebar-shop .widget-title a:focus {
    color: #141a1f;
    text-decoration: none
}

.sidebar-shop .widget-title a::after {
    content: '\e81b';
    font-family: 'porto';
    position: absolute;
    display: inline-block;
    font-size: 1.7rem;
    right: .1rem;
    top: 42%;
    transition: all .35s;
    transform: translateY(-50%);
    font-weight: 400
}

.sidebar-shop .widget-title a.collapsed::after {
    content: '\e81c'
}

.sidebar-shop .widget-body {
    padding-top: 1.3rem;
    padding-bottom: .5rem
}

.sidebar-shop .widget-body::after {
    display: block;
    clear: both;
    content: ''
}

.sidebar-shop .widget-featured {
    position: relative
}

.sidebar-shop .widget-featured .widget-body {
    padding-top: 2.3rem
}

.sidebar-shop .widget-featured .product-sm:last-child {
    margin-bottom: 0
}

.widget .owl-carousel .owl-nav {
    position: absolute;
    top: -4.2rem;
    right: -.4rem
}

.widget .owl-carousel .owl-nav button.owl-next,
.widget .owl-carousel .owl-nav button.owl-prev {
    padding: 0 .4rem !important;
    border-radius: 0;
    color: #141a1f;
    font-size: 1.8rem;
    line-height: 1
}

.widget .owl-carousel .owl-nav i::before {
    width: auto;
    margin: 0
}

.cat-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.cat-list li {
    margin-bottom: .8rem
}

.cat-list li:last-child {
    margin-bottom: 0
}

.cat-list li a {
    font-weight: 400;
    color: #646a70
}

.cat-list li a span {
    float: right
}

.cat-list li a:hover,
.cat-list li a:focus {
    color: #29363c
}

.price-slider-wrapper {
    padding-top: 1rem
}

.filter-price-action {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    margin-top: 2.5rem;
    padding-bottom: .4rem
}

.filter-price-action::after {
    display: block;
    clear: both;
    content: ''
}

.filter-price-action .filter-price-text {
    margin-left: auto;
    color: #7a7d82;
    font-size: 1.3rem;
    font-weight: 400
}

.filter-price-action .btn {
    min-width: 0;
    padding: .3rem 1.2rem;
    font-size: 1.3rem;
    letter-spacing: .08em
}

.config-swatch-list,
.config-size-list {
    margin: 0;
    padding: 0;
    font-size: 0;
    list-style: none
}

.config-swatch-list li {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: .4rem;
    margin-bottom: .4rem
}

.config-swatch-list a {
    display: block;
    position: relative;
    width: 2.2rem;
    height: 2.2rem;
    transition: all .3s
}

.config-swatch-list a:hover,
.config-swatch-list a:focus {
    box-shadow: 0 0 0 .1rem #fff, 0 0 0 .2rem #dfdfdf
}

.config-swatch-list li.active a::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    font-family: 'porto';
    font-size: 1.1rem;
    line-height: 1;
    content: '\e84e'
}

.config-size-list {
    margin-right: -.4rem
}

.config-size-list li {
    display: inline-flex;
    margin-right: .4rem;
    margin-bottom: .4rem
}

.config-size-list li a {
    position: relative;
    display: block;
    min-width: 2.6rem;
    height: 2.6rem;
    transition: all .3s;
    padding-left: .2rem;
    padding-right: .2rem;
    font-weight: 400;
    text-align: center;
    font-size: 1.3rem;
    line-height: 2.4rem;
    border: 1px solid #dae2e6;
    background-color: #e9e9e9;
    text-decoration: none;
    color: #7a7d82
}

.config-size-list li a:hover,
.config-size-list li a:focus {
    border-color: #29363c;
    background-color: #29363c;
    color: #fff;
    text-decoration: none
}

.config-size-list li.active a {
    border-color: #29363c;
    background-color: #29363c;
    color: #fff
}

.widget-block {
    color: #141a1f
}

.widget-block h5 {
    font-weight: 600;
    font-size: 1.4rem;
    color: #7a7d82;
    margin-bottom: 2.3rem;
    margin-top: .8rem
}

.widget-block p {
    max-width: 210px
}

.boxed-slide-content {
    margin-bottom: 0;
    background-color: transparent;
    z-index: 3;
    width: 100%
}

.boxed-slide-content .btn {
    display: inline-block
}

.boxed-slider .owl-dots {
    position: absolute;
    right: 0;
    bottom: 2.5rem;
    left: 0
}

.horizontal-filter {
    margin-bottom: 18px;
    padding: 1.2rem 1rem;
    background-color: #f4f4f4
}

.horizontal-filter .price-sort {
    position: relative
}

.horizontal-filter .price-sort label {
    font-size: 1.2rem
}

.horizontal-filter .price-sort .input-price {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 5px 8px;
    line-height: 1.4;
    box-shadow: none
}

.horizontal-filter .price-sort.opened::before {
    display: block
}

.sort-list li {
    padding: 7px 0;
    font-size: 1.2rem;
    text-transform: uppercase
}

.filter-toggle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 1rem
}

.filter-toggle a {
    display: inline-block;
    position: relative;
    width: 46px;
    height: 26px;
    margin-left: 8px;
    border-radius: 13px;
    background: #e6e6e6;
    text-decoration: none
}

.filter-toggle a::before {
    position: absolute;
    left: 0;
    width: 42px;
    height: 22px;
    transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
    -webkit-transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
    transition: all .3s linear;
    border-radius: 11px;
    background-color: #fff;
    content: ''
}

.filter-toggle a::after {
    position: absolute;
    left: 0;
    width: 22px;
    height: 22px;
    transform: translate3d(2px, 2px, 0);
    -webkit-transform: translate3d(2px, 2px, 0);
    transition: all .2s ease-in-out;
    border-radius: 11px;
    background-color: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
    content: ''
}

.filter-toggle.opened a {
    background-color: #29363c
}

.filter-toggle.opened a::before {
    -webkit-transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0);
    transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0)
}

.filter-toggle.opened a::after {
    -webkit-transform: translate3d(22px, 2px, 0);
    transform: translate3d(22px, 2px, 0)
}

@media screen and (min-width: 576px) {
    .horizontal-filter {
        padding: 1.2rem 2rem
    }
}

@media screen and (min-width: 992px) {
    .category-slide {
        height: 350px
    }
    .products-body {
        overflow: hidden
    }
    .products-body .sidebar-shop {
        left: -25%;
        transition: all .3s linear 0s;
        visibility: hidden;
        z-index: -1
    }
    .sidebar-opened .sidebar-shop {
        left: 0;
        visibility: visible;
        z-index: 0
    }
    .main-content {
        margin-left: -25%;
        transition: all .3s linear 0s
    }
    .sidebar-opened .main-content {
        margin-left: 0
    }
    main:not(.sidebar-opened) .main-content {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    main:not(.sidebar-opened) .main-content .col-md-4 {
        max-width: 25%
    }
    .filter-sorts {
        padding: 12px
    }
    .filter-sorts .toolbox-left {
        position: relative
    }
    .filter-sorts .toolbox-item.toolbox-sort {
        margin: 0 1rem 0 0;
        background: #fff
    }
    .filter-sorts .toolbox-item.toolbox-show {
        margin-left: auto;
        font-size: 1.2rem
    }
    .filter-sorts select {
        border: 0;
        text-transform: uppercase
    }
    .filter-sorts .filter-toggle {
        display: none
    }
    .filter-sorts .sidebar-shop {
        left: 0;
        padding: 0;
        visibility: visible;
        z-index: 2
    }
    .filter-price-form,
    .sort-list {
        display: none
    }
    .filter-price-form {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 220px;
        margin-top: 9px;
        padding: 10px 15px;
        background-color: #fff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
        z-index: 99
    }
    .sort-list {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 220px;
        margin-top: 9px;
        padding: 10px 15px;
        background: #fff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
        z-index: 99
    }
    .sort-menu-trigger {
        display: block;
        min-width: 140px;
        height: 34px;
        padding-left: .8rem;
        color: #7a7d82;
        font-size: 1.2rem;
        line-height: 34px;
        text-transform: uppercase;
        z-index: 9
    }
    .sort-menu-trigger:hover,
    .sort-menu-trigger:focus {
        text-decoration: none
    }
    .sort-menu-trigger::before {
        display: none;
        position: absolute;
        top: 100%;
        left: 21px;
        margin-top: 1px;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fff;
        border-left: 10px solid transparent;
        content: '';
        z-index: 999
    }
    .toolbox-item.opened .sort-list,
    .toolbox-item.opened .filter-price-form,
    .toolbox-item.opened .sort-menu-trigger::before {
        display: block
    }
}

@media screen and (max-width: 991px) {
    .sort-menu-trigger {
        display: block;
        margin-bottom: 1.5rem;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.4;
        text-transform: uppercase
    }
    .filter-sorts .toolbox-sort.select-custom {
        display: block;
        margin: 2rem
    }
    .filter-sorts .toolbox-sort.select-custom::after {
        content: none
    }
}

.product-single-container {
    margin-bottom: 3rem
}

.product-single-details {
    margin-top: -.6rem
}

.product-single-details .product-title {
    margin-bottom: 1.1rem;
    color: #21293c;
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: -.01em
}

.product-single-details .price-box {
    margin-bottom: 2.4rem;
    color: #29363c;
    font-weight: 700
}

.product-single-details .product-price {
    font-size: 2.1rem
}

.product-single-details .old-price {
    font-size: 1.6rem;
    font-weight: 600
}

.product-single-details .old-price+.product-price {
    margin-left: 1rem
}

.product-single-details .ratings-container {
    margin-bottom: 2.1rem
}

.product-single-details .ratings-container .product-ratings,
.product-single-details .ratings-container .ratings {
    font-size: 1.4rem
}

.product-single-details .ratings-container .product-ratings {
    height: 14px
}

.product-single-details .rating-link {
    margin-left: 1rem;
    color: #90939a;
    font-weight: 500;
    letter-spacing: .025em
}

.product-single-details .product-desc {
    margin-bottom: 2.7rem;
    padding-bottom: 2.7rem;
    border-bottom: 1px solid #dae2e6;
    font-size: 1.4rem;
    letter-spacing: .005em;
    line-height: 1.92
}

.product-single-details .product-action {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 3.1rem
}

.product-single-details .sticky-header {
    height: auto
}

.product-single-details .sticky-header .sticky-detail {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center
}

.product-single-details .sticky-header .product-title {
    margin-right: 2rem;
    margin-bottom: 0;
    color: #777;
    font-size: 16px;
    font-weight: 600
}

.product-single-details .sticky-header .price-box {
    margin-top: 1rem;
    margin-bottom: 0;
    padding: 0;
    border: 0;
    color: #2b2b2d
}

.product-single-details .sticky-header .ratings-container {
    margin-bottom: 3.2rem
}

.product-single-details .container-fluid {
    display: none;
    align-items: center
}

.product-single-details .container-fluid img {
    max-width: 5rem;
    max-height: 5rem;
    margin-right: 2rem
}

.product-single-details .container-fluid .add-cart {
    margin-left: auto
}

.product-single-details .sticky-header.fixed-nav .container-fluid {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    display: flex
}

.product-single-details .product-single-qty,
.product-single-details .paction {
    margin: 0 1rem 1rem 0
}

.product-single-details .paction {
    height: 43px
}

.product-both-info {
    padding-top: 3rem
}

.product-both-info .product-single-details {
    margin-top: 0
}

.product-both-info .product-single-details .product-desc {
    border-bottom: 0
}

.product-single-gallery a {
    display: block
}

.product-single-gallery img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto
}

.product-single-gallery .owl-theme .owl-nav,
.product-single-gallery .owl-theme .owl-nav {
    color: #000;
    font-size: 32px
}

.product-single-gallery .owl-prev,
.product-single-gallery .owl-next {
    margin: 0 2rem !important;
    transition: all .5s;
    opacity: 0
}

.prod-thumbnail {
    padding: .5rem 1rem
}

.prod-thumbnail img {
    width: 100%;
    cursor: pointer
}

.prod-thumbnail>div {
    padding: .5rem
}

.prod-thumbnail .active img,
.prod-thumbnail img:hover {
    border: 2px solid #21293c
}

.transparent-dots {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 1rem;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 80px;
    margin: 0;
    padding: 0;
    opacity: .5;
    z-index: 99
}

.transparent-dots .active img,
.transparent-dots img:hover {
    border: 1px solid #29363c
}

.product-slider-container {
    position: relative
}

.prod-full-screen {
    position: absolute;
    right: 2rem;
    bottom: 1.7rem;
    transition: all .5s;
    outline: none;
    opacity: 0;
    z-index: 1
}

.prod-full-screen i {
    color: #000;
    font-size: 1.4rem;
    cursor: pointer
}

.product-item:hover .prod-full-screen,
.product-item:hover .owl-prev,
.product-item:hover .owl-next {
    opacity: 1
}

.prod-thumbnail img {
    display: block
}

.prod-thumbnail .owl-dot {
    box-sizing: border-box
}

.single-info-list {
    margin-bottom: 2rem;
    padding: 0;
    font-size: 1.4rem;
    line-height: 1.5;
    text-transform: uppercase
}

.single-info-list li {
    margin-bottom: 1rem;
    color: #7b858a;
    letter-spacing: .005em
}

.single-info-list li strong {
    color: #4c4c4c
}

.product-single-qty {
    max-width: 104px;
    max-height: 43px
}

.product-single-qty .bootstrap-touchspin.input-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    max-width: 100%;
    max-height: 43px;
    padding-right: 0
}

.product-single-qty .bootstrap-touchspin .form-control {
    max-width: none;
    height: 43px;
    padding: 1rem .2rem;
    color: #21293c;
    font-size: 1.5rem;
    letter-spacing: .05em;
    box-shadow: none
}

.product-single-qty .bootstrap-touchspin .form-control,
.product-single-qty .bootstrap-touchspin .form-control:not(:focus) {
    border-color: #dae2e6
}

.product-single-qty .horizontal-quantity {
    height: 43px
}

.product-single-qty .btn {
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 31px;
    margin: 0;
    padding: .5rem;
    font-family: "Poppins", sans-serif;
    font-size: 2.4rem;
    line-height: 1;
    z-index: 2
}

.product-single-qty .btn.btn-outline {
    border-color: #dae2e6;
    color: #8798a1
}

.product-single-qty .btn.btn-down-icon::after,
.product-single-qty .btn.btn-up-icon::before,
.product-single-qty .btn.btn-up-icon::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.1rem;
    height: .1rem;
    margin-left: -.55rem;
    background-color: #8798a1;
    content: ''
}

.product-single-qty .btn.btn-up-icon::before {
    transform: rotate(90deg)
}

.product-filters-container {
    margin-bottom: 4.5rem
}

.product-single-filter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 2.7rem;
    border-bottom: 1px solid #dae2e6
}

.product-single-filter+.product-single-filter {
    margin-top: 2.2rem
}

.product-single-filter label {
    margin-right: 1.3rem;
    margin-bottom: 0;
    color: #21293c;
    font: 600 1.5rem/1.1 "Poppins", sans-serif;
    letter-spacing: .005em;
    text-transform: uppercase
}

.product-single-filter .config-swatch-list li {
    margin-bottom: 0
}

.product-single-filter .config-size-list li {
    margin-right: .7rem;
    margin-bottom: 0
}

.product-single-filter .config-size-list li a {
    min-width: 3rem;
    height: 3rem;
    border: 1px solid #dae2e6;
    background-color: #f4f4f4;
    color: #21293c;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2.8rem
}

.product-single-filter .config-size-list li a:hover,
.product-single-filter .config-size-list li a:focus {
    border-color: #29363c;
    background-color: #f4f4f4;
    color: #21293c
}

.product-single-filter .config-size-list li.active a {
    border-color: #29363c;
    outline: none;
    background-color: #f4f4f4;
    color: #21293c
}

.product-single-filter.product-single-qty {
    max-width: 148px;
    max-height: 7.5rem;
    border-bottom: 0
}

.product-single-share {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.product-single-share label {
    margin-right: 1.2rem;
    margin-bottom: .5rem;
    color: #7b858a;
    font: 600 1.4rem/1.1 "Poppins", sans-serif;
    letter-spacing: .005em;
    text-transform: uppercase
}

.product-single-tabs {
    margin-bottom: 5.5rem
}

.product-single-tabs .sticky-header.container-fluid:not(.fixed-nav) {
    padding-left: 0
}

.product-single-tabs .tab-pane {
    padding-top: 3.5rem;
    color: #7b858a;
    line-height: 1.92
}

.scrolling-box .tab-pane+.tab-pane {
    margin-top: 3.5rem;
    border-top: 2px solid #dae2e6
}

.product-desc-content p {
    margin-bottom: 2.2rem
}

.product-desc-content ul,
.product-desc-content ol {
    margin-bottom: 2.2rem;
    padding-left: 4rem
}

.product-desc-content ul li,
.product-desc-content ol li {
    margin-bottom: .4rem
}

.product-desc-content ul li i,
.product-desc-content ol li i {
    margin-right: 2rem;
    color: #21293c;
    font-size: 1.5rem
}

.product-desc-content ul li i::before,
.product-desc-content ol li i::before {
    margin: 0
}

.product-desc-content img.float-right,
.product-desc-content img.float-left {
    max-width: 50%
}

.product-tags-content h4 {
    margin: 0 0 2rem;
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: uppercase
}

.product-tags-content form {
    margin-bottom: 2rem
}

.product-tags-content .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch
}

.product-tags-content .form-control {
    margin-right: 10px
}

.product-tags-content .btn {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.collateral-box ul,
.collateral-box ol {
    margin-top: -2rem;
    margin-bottom: 2.5rem
}

.collateral-box ul li,
.collateral-box ol li {
    padding: 2rem 0 1rem;
    border-bottom: 1px solid #dae2e6
}

.ratings-table {
    width: 100%;
    margin: 20px 0 40px;
    border: 1px solid #dae2e6;
    border-spacing: 0;
    font-size: 100%;
    empty-cells: show
}

.ratings-table thead th,
.ratings-table tbody td {
    border-right: 1px solid #dae2e6;
    border-bottom: 1px solid #dae2e6;
    line-height: 1.3
}

@media (max-width: 600px) {
    .ratings-table thead th,
    .ratings-table tbody td {
        padding-left: 5px;
        padding-right: 5px
    }
}

.ratings-table input[type=checkbox],
.ratings-table input[type=radio] {
    margin: 0 auto
}

@media (max-width: 600px) {
    .ratings-table thead {
        display: none
    }
}

.ratings-table thead th {
    padding: .8rem 1.5rem;
    background-color: #f6f6f6;
    color: #777;
    font-size: 1.1rem;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: middle
}

.ratings-table tbody td {
    padding: 1.5rem 1rem;
    font-size: 1.3rem;
    text-align: center;
    vertical-align: middle
}

.ratings-table tbody td:first-child {
    font-weight: 700;
    text-align: left
}

.add-product-review h3 {
    font-size: 1.8rem
}

.add-product-review form {
    margin-bottom: 0
}

.sidebar-product {
    margin-bottom: 2.8rem
}

.sidebar-product .widget:not(:last-child) {
    margin-bottom: 2.5rem
}

.sidebar-product .widget:not(:last-child).widget-banner {
    margin-bottom: 4.6rem
}

.sidebar-product .widget:not(:last-child).widget-brand {
    margin-bottom: 2.5rem
}

.sidebar-product .widget-title {
    margin: 0 0 2.3rem;
    color: #21293c;
    font: 600 1.5rem/1.1 "Poppins", sans-serif;
    text-transform: uppercase
}

.widget-brand {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    margin-top: .5rem
}

.widget-brand a {
    display: block
}

.widget-info ul {
    margin: 0
}

.widget-info li {
    padding-top: 1.8rem;
    padding-bottom: 2rem;
    border-top: 1px solid #dee5e8;
    line-height: 1
}

.widget-info li::after {
    display: block;
    clear: both;
    content: ''
}

.widget-info i {
    min-width: 40px;
    margin-top: .3rem;
    margin-right: 1.4rem;
    margin-left: .7rem;
    float: left;
    color: #29363c;
    font-size: 4rem;
    line-height: 1
}

.widget-info i::before {
    margin: 0
}

.widget-info h4 {
    margin-bottom: 0;
    color: #6b7a83;
    font: 600 1.4rem/1.5 "Poppins", sans-serif;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden
}

.widget-banner a {
    display: block
}

.widget-banner img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto
}

.featured-section {
    padding-top: 3.8rem;
    padding-bottom: 6rem;
    background-color: #f4f4f4
}

.featured-section.bg-white {
    background-color: #fff
}

.featured-section.pt-sm {
    padding-top: 2.5rem
}

.promote {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.promote li {
    border-top: 0
}

.promote h4 {
    color: #1d2127;
    font-weight: 400;
    letter-spacing: 0
}

.promote i {
    margin: .3rem .7rem
}

.product-list .product-item {
    position: relative;
    margin-bottom: .4rem
}

.product-list.product-single-grid {
    margin-bottom: 3.6rem
}

@media screen and (min-width: 1200px) {
    .widget-info i {
        min-width: 40px;
        margin-right: 2.9rem;
        font-size: 4rem
    }
}

@media screen and (min-width: 992px) {
    .featured-section {
        padding-top: 5.8rem;
        padding-bottom: 8rem
    }
    .product-single-container .col-lg-7 {
        -ms-flex: 0 0 55.56%;
        flex: 0 0 55.56%;
        max-width: 55.56%
    }
    .product-single-container .col-lg-5 {
        -ms-flex: 0 0 44.44%;
        flex: 0 0 44.44%;
        max-width: 44.44%
    }
}

@media screen and (max-width: 991px) {
    .product-single-gallery {
        margin-bottom: 3rem
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .product-all-icons.product-action .product-single-qty {
        margin-right: 50%;
        margin-bottom: 1.2rem
    }
}

@media screen and (min-width: 768px) {
    .featured-section {
        padding-top: 4.8rem;
        padding-bottom: 7rem
    }
    .product-both-info .product-single-share {
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media screen and (min-width: 576px) {
    .promote {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .product-both-info .product-top-banner {
        display: -ms-flexbox;
        display: flex
    }
    .product-both-info .product-single-share {
        margin-left: auto
    }
    .product-tags-content .form-control {
        width: 250px
    }
}

.product-single-extended {
    margin-bottom: 6rem
}

.product-single-extended .product-single-gallery {
    position: relative;
    margin-bottom: 3rem
}

.product-single-extended .product-title {
    font-size: 4.5rem;
    line-height: 1.15
}

.product-single-extended .price-box {
    margin-bottom: 1rem
}

.product-single-extended .product-price {
    font-size: 3.1rem
}

.product-single-extended .old-price {
    font-size: 2.4rem
}

.product-single-extended .old-price+.product-price {
    margin-left: 1.5rem
}

.product-single-extended .product-desc {
    margin-bottom: 3.1rem;
    padding-bottom: 1.9rem
}

.product-single-extended .product-desc p {
    max-width: none
}

.product-single-extended .product-action {
    margin-bottom: 0
}

.product-single-extended .widget-area .widget.widget-info {
    margin-bottom: 0
}

.product-single-extended .widget-info ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.product-single-extended .widget-info i {
    margin-right: 1rem
}

.product-single-extended .widget-info li {
    padding: 0;
    border-top: 0
}

.product-single-extended .widget-info li+li {
    margin-left: 2.5rem
}

.product-single-extended .product-filters-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 2rem
}

.product-single-extended .product-single-filter {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.product-single-extended .product-single-filter+.product-single-filter,
.product-single-extended .product-single-filter+.product-action {
    margin-top: 0;
    margin-left: 5rem
}

.product-single-extended .product-single-filter .config-swatch-list li {
    margin-right: .5rem;
    margin-bottom: 0
}

.product-single-extended .product-single-filter .config-swatch-list a {
    width: 3rem;
    height: 3rem
}

.product-desc .view-more {
    color: #29363c;
    font-weight: 700;
    text-transform: uppercase
}

.product-single-header {
    margin-bottom: 3.2rem;
    padding-bottom: 1.4rem;
    border-bottom: 1px solid #dae2e6
}

.product-single-header .single-header-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: end;
    align-items: flex-end
}

.product-single-header .product-single-share {
    margin-top: 1rem;
    margin-bottom: 3.7rem
}

.single-qty-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.single-qty-wrapper label {
    margin-right: 1.3rem;
    margin-bottom: 0;
    color: #21293c;
    font: 600 1.5rem/1.1 "Poppins", sans-serif;
    letter-spacing: .005em;
    text-transform: uppercase
}

.single-qty-wrapper .product-single-qty {
    max-width: 104px;
    max-height: 30px
}

.single-qty-wrapper .product-single-qty .bootstrap-touchspin.input-group {
    max-height: 30px
}

.single-qty-wrapper .product-single-qty .bootstrap-touchspin .form-control {
    max-width: none;
    height: 30px;
    padding: .35rem .2rem;
    box-shadow: none
}

.single-qty-wrapper .product-single-qty .bootstrap-touchspin .form-control,
.single-qty-wrapper .product-single-qty .bootstrap-touchspin .form-control:not(:focus) {
    border-color: #dae2e6
}

.single-qty-wrapper .product-single-qty .horizontal-quantity {
    height: 30px;
    background-color: #f4f4f4
}

.single-qty-wrapper .product-single-qty .btn.btn-outline {
    border-color: transparent
}

.single-qty-wrapper .product-single-qty .btn.btn-outline:hover.btn-down-icon::after,
.single-qty-wrapper .product-single-qty .btn.btn-outline:hover.btn-up-icon::before,
.single-qty-wrapper .product-single-qty .btn.btn-outline:hover.btn-up-icon::after,
.single-qty-wrapper .product-single-qty .btn.btn-outline:focus.btn-down-icon::after,
.single-qty-wrapper .product-single-qty .btn.btn-outline:focus.btn-up-icon::before,
.single-qty-wrapper .product-single-qty .btn.btn-outline:focus.btn-up-icon::after {
    background-color: #29363c
}

.single-qty-wrapper .product-single-qty .btn.btn-down-icon::after,
.single-qty-wrapper .product-single-qty .btn.btn-up-icon::before,
.single-qty-wrapper .product-single-qty .btn.btn-up-icon::after {
    background-color: #97a6ae
}

.owl-nav-simple.owl-carousel .owl-nav .owl-prev,
.owl-nav-simple.owl-carousel .owl-nav .owl-next {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 50%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 3rem;
    margin: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .3s;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    color: #21293c;
    font-size: 3rem;
    font-weight: 100;
    line-height: 1
}

.owl-nav-simple.owl-carousel .owl-nav .owl-prev i,
.owl-nav-simple.owl-carousel .owl-nav .owl-next i {
    margin-top: -.3rem;
    line-height: 1
}

.owl-nav-simple.owl-carousel .owl-nav .owl-prev i::before,
.owl-nav-simple.owl-carousel .owl-nav .owl-next i::before {
    margin: 0;
    border-radius: 0
}

.owl-nav-simple.owl-carousel .owl-nav .owl-prev:hover,
.owl-nav-simple.owl-carousel .owl-nav .owl-prev:focus,
.owl-nav-simple.owl-carousel .owl-nav .owl-next:hover,
.owl-nav-simple.owl-carousel .owl-nav .owl-next:focus {
    color: #29363c
}

.owl-nav-simple.owl-carousel .owl-nav .owl-prev {
    left: 1rem
}

.owl-nav-simple.owl-carousel .owl-nav .owl-next {
    right: 1rem
}

.product-single-row {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    height: 700px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #7b858a;
    font-size: 1.4rem;
    letter-spacing: .005em;
    line-height: 1.92
}

.product-single-row .single-row-entire,
.product-single-row .single-row-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #ccc;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.product-single-row .single-row-entire {
    width: 100%
}

.product-single-row .single-row-bg {
    left: 50%;
    width: 50%
}

.product-single-row.single-row-reverse .single-row-bg {
    left: 0
}

.product-single-row h5 {
    margin-bottom: 1.1rem;
    margin-left: .6rem;
    color: #7b858a;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: -.01em
}

.product-single-row h2 {
    margin-bottom: 2.8rem;
    font-size: 4.5rem;
    font-weight: 600;
    letter-spacing: -.01em
}

.product-single-row p {
    margin-bottom: 0
}

.product-single-row ul,
.product-single-row ol {
    margin-bottom: 0
}

.product-single-row ul li,
.product-single-row ol li {
    margin-bottom: .4rem
}

.product-single-row ul li i,
.product-single-row ol li i {
    margin-right: 2rem;
    color: #21293c;
    font-size: 1.5rem
}

.product-single-row ul li i::before,
.product-single-row ol li i::before {
    margin: 0
}

.product-single-video {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 300px;
    background-color: #4d4d4d;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #7b858a;
    text-align: center
}

.product-single-video h3 {
    margin-bottom: 1.2rem;
    color: #21293c;
    font-size: 3.5rem;
    font-weight: 600;
    letter-spacing: -.01em
}

.product-single-video .video-btn {
    color: #7b858a;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: -.01em;
    text-transform: uppercase
}

.product-single-video .video-btn img {
    display: inline-block;
    max-width: 38px;
    height: auto;
    margin-left: .7rem;
    vertical-align: middle
}

@media screen and (min-width: 576px) {
    .product-single-extended .paction {
        height: 50px
    }
    .product-single-extended .paction.add-cart {
        min-width: 156px;
        height: auto;
        margin-left: 1.8rem
    }
    .product-single-extended .paction.add-cart::before {
        font-size: 2rem
    }
    .product-single-extended .paction.add-cart span {
        font-size: 1.6rem
    }
}

@media screen and (max-width: 1199px) {
    .product-single-header .single-header-right {
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media screen and (max-width: 767px) {
    .product-single-row {
        display: block
    }
    .product-single-row .single-row-bg {
        position: relative;
        left: 0;
        width: 100%;
        height: 50%
    }
    .product-single-row .single-row-entire {
        position: relative;
        height: 50%
    }
    .product-single-row h2 {
        font-size: 3.5rem
    }
    .product-single-row .container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        height: 50%
    }
    .product-single-extended .product-price {
        font-size: 2.4rem
    }
    .product-single-extended .product-title {
        font-size: 3rem
    }
}

@media screen and (max-width: 575px) {
    .product-single-row h2 {
        font-size: 3rem
    }
    .product-single-extended .widget-info ul {
        display: block;
        margin-left: -.7rem
    }
    .product-single-extended .widget-info li+li {
        margin-top: 2rem;
        margin-left: 0
    }
    .product-single-extended .product-single-filter+.product-single-filter,
    .product-single-extended .product-single-filter+.product-action {
        margin-left: 1rem
    }
}

.sidebar-product .widget.widget-collapse {
    margin-bottom: 3rem;
    padding: 1.8rem 1.5rem 1.3rem;
    border: 1px solid #dae2e6
}

.sidebar-product .widget.widget-collapse .widget-title {
    margin: 0
}

.sidebar-product .widget.widget-collapse .widget-title a {
    display: block;
    position: relative;
    padding: .2rem 0 .6rem;
    color: inherit
}

.sidebar-product .widget.widget-collapse .widget-title a:hover,
.sidebar-product .widget.widget-collapse .widget-title a:focus {
    color: #141a1f;
    text-decoration: none
}

.sidebar-product .widget.widget-collapse .widget-title a::after {
    display: inline-block;
    position: absolute;
    top: 42%;
    right: .1rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: all .35s;
    font-family: 'porto';
    font-size: 1.7rem;
    font-weight: 400;
    content: '\e81b'
}

.sidebar-product .widget.widget-collapse .widget-title a.collapsed::after {
    content: '\e81c'
}

.sidebar-product .widget.widget-collapse .widget-body {
    padding-top: 1.3rem;
    padding-bottom: .5rem
}

.sidebar-product .widget.widget-collapse .widget-body::after {
    display: block;
    clear: both;
    content: ''
}

.product-single-collapse {
    margin-bottom: 2rem
}

.product-single-collapse p {
    margin-bottom: 2.5rem
}

.product-single-collapse .product-desc-content ul,
.product-single-collapse .product-desc-content ol {
    margin-bottom: 2.5rem
}

.product-collapse-panel {
    padding-bottom: 1.8rem
}

.product-collapse-title {
    margin: 0;
    padding-bottom: 1.2rem;
    color: #141a1f;
    font: 700 1.4rem/1.1 "Poppins", sans-serif;
    letter-spacing: .005em;
    text-transform: uppercase
}

.product-collapse-title a {
    display: block;
    position: relative;
    padding: 0 0 1.2rem 4rem;
    border-bottom: .2rem solid #dae2e6;
    color: inherit
}

.product-collapse-title a:hover,
.product-collapse-title a:focus {
    color: inherit;
    text-decoration: none
}

.product-collapse-title a::before {
    display: block;
    position: absolute;
    bottom: -.2rem;
    left: 0;
    width: 100%;
    height: .2rem;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transition: transform .4s;
    background-color: #29363c;
    content: ''
}

.product-collapse-title a::after {
    display: inline-block;
    position: absolute;
    top: .7rem;
    left: 1.5rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .35s;
    font-family: 'porto';
    font-size: 2rem;
    font-weight: 400;
    content: '\e81b'
}

.product-collapse-title a.collapsed::after {
    content: '\e81c'
}

.product-collapse-title a.collapsed::before {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1)
}

.collapse-body-wrapper {
    padding-top: 3.4rem;
    padding-bottom: 2rem
}

.sidebar-toggle {
    position: fixed;
    width: 40px;
    height: 40px;
    transition: all .2s ease-in-out 0s;
    border: #dcdcda solid 1px;
    border-left-width: 0;
    background: #fff;
    font-size: 17px;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
    z-index: 999
}

@media screen and (min-width: 992px) {
    .sidebar-toggle {
        display: none
    }
}

@media screen and (min-width: 576px) {
    .sidebar-product .widget.widget-collapse {
        padding: 3.3rem 3rem 2.8rem
    }
}

@media screen and (max-width: 991px) {
    .mobile-sidebar {
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        width: 260px;
        padding: 0;
        -webkit-transform: translate(-260px);
        transform: translate(-260px);
        transition: transform .2s ease-in-out 0s;
        background-color: #fff;
        z-index: 9999;
        overflow-y: auto
    }
    .sidebar-opened .mobile-sidebar {
        -webkit-transform: translate(0);
        transform: translate(0);
        transition: transform .3s ease-in-out 0s
    }
    .sidebar-opened .sidebar-overlay {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #000;
        opacity: .35;
        z-index: 8999
    }
    .sidebar-product {
        margin: 0;
        padding: 2.5rem
    }
}

.product-single-grid {
    margin-bottom: 6rem;
    padding-top: 4rem;
    border-top: .1rem solid #dae2e6
}

.product-single-grid .product-single-gallery {
    padding: 0 .75rem
}

.product-single-grid .product-single-gallery .product-item {
    margin-bottom: 1.5rem;
    padding: 0 .75rem
}

.product-single-grid .inner {
    position: relative
}

.product-single-grid .prod-full-screen {
    right: 1rem;
    bottom: 1rem
}

.product-single-grid .product-single-details .product-title {
    margin-top: 1.5rem;
    font-size: 2.8rem
}

.product-single-grid .product-single-details .ratings-container {
    margin-bottom: 5rem
}

.product-single-grid .product-single-details .price-box {
    margin-bottom: 3.8rem
}

.product-single-grid .product-single-details .product-price {
    font-size: 3.1rem
}

.product-single-grid .product-single-details .old-price {
    font-size: 2.2rem
}

.product-single-grid .product-single-details .old-price+.product-price {
    margin-left: 1.5rem
}

.product-single-grid .product-single-details .product-action {
    margin-bottom: 3.8rem
}

.product-single-grid .product-single-details .paction {
    height: 59px
}

.product-single-grid .add-cart {
    min-width: 270px;
    margin-left: 0
}

.product-single-grid .add-cart::before {
    font-size: 2.1rem
}

.product-single-grid .add-cart span {
    font-size: 1.6rem
}

.product-single-grid .product-filters-container {
    margin-bottom: 4rem
}

.product-single-grid .product-single-filter {
    padding-bottom: 2.1rem
}

.product-single-grid .product-single-filter .config-swatch-list li {
    margin-right: .5rem;
    margin-bottom: 0
}

.product-single-grid .product-single-filter .config-swatch-list a {
    width: 3rem;
    height: 3rem
}

.product-size-content img {
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-bottom: 2rem;
    margin-left: auto
}

.table.table-size thead tr th,
.table.table-size tbody tr td {
    border: 0;
    color: #21293c;
    font-size: 1.5rem;
    letter-spacing: .005em;
    text-transform: uppercase
}

.table.table-size thead tr th {
    padding: 2.8rem 1.5rem 1.7rem;
    background-color: #f4f4f2;
    font-weight: 600
}

.table.table-size tbody tr td {
    padding: 1rem 1.5rem;
    background-color: #fff;
    font-weight: 700
}

.table.table-size tbody tr td:first-child {
    font-weight: 600
}

.table.table-size tbody tr:nth-child(2n) td {
    background-color: #ebebeb
}

@media screen and (min-width: 992px) {
    .table.table-size thead tr th {
        padding-top: 4.2rem;
        padding-bottom: 2.8rem
    }
    .table.table-size thead tr th,
    .table.table-size tbody tr td {
        padding-right: 3.5rem;
        padding-left: 3.5rem
    }
}

@media screen and (max-width: 912px) and (min-width: 768px) {
    .product-single-grid .add-cart {
        min-width: 100%
    }
}

@media screen and (max-width: 575px) {
    .product-single-grid .product-single-gallery .row {
        margin-right: -10px;
        margin-left: -10px
    }
    .product-single-grid .product-single-gallery [class*='col-'] {
        padding-right: 10px;
        padding-left: 10px
    }
}

.cart-table-container {
    margin-bottom: 2.5rem
}

.table.table-cart tr th,
.table.table-cart tr td {
    vertical-align: middle
}

.table.table-cart tr th:not(.product-col),
.table.table-cart tr td:not(.product-col) {
    text-align: center
}

.table.table-cart tr th {
    padding: 2.4rem 1.5rem 1.2rem;
    border: 0;
    font-weight: 600
}

.table.table-cart tr td {
    padding: 2rem 1.5rem;
    border-top: 1px solid #c1c1c1
}

.table.table-cart tr td.product-col {
    padding: 2rem .8rem 1.8rem 0
}

.table.table-cart tr.product-action-row td {
    padding: 0 0 2.2rem;
    border: 0
}

.table.table-cart .product-title {
    margin-bottom: 0;
    font-size: 1.4rem
}

.table.table-cart tfoot td {
    padding: 2rem 0 1rem
}

.table.table-cart tfoot .btn {
    padding: .85rem 2rem;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0;
    text-transform: initial
}

.table.table-cart tfoot .btn+.btn {
    margin-left: 1rem
}

.table.table-cart .bootstrap-touchspin.input-group {
    margin-right: auto;
    margin-left: auto
}

.btn-remove::before {
    font-size: 1.8rem;
    font-weight: 600;
    content: 'x'
}

.btn-remove,
.btn-edit,
.btn-move {
    color: #29363c
}

.btn-remove:hover,
.btn-remove:focus,
.btn-edit:hover,
.btn-edit:focus,
.btn-move:hover,
.btn-move:focus {
    color: #33444b;
    text-decoration: none
}

.btn-edit {
    margin-right: 1rem;
    font-size: 1.3rem
}

.btn-move {
    font-size: 1.3rem;
    line-height: 2.5rem
}

.btn-move:hover,
.btn-move:focus {
    text-decoration: underline
}

.qty-col {
    min-width: 98px
}

.product-col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

tbody .product-col {
    font-size: 0
}

.product-col .product-image-container {
    flex: 0 0 180px;
    max-width: 180px;
    border: 1px solid #c1c1c1;
    vertical-align: middle;
    margin-right: 1.8rem;
    margin-bottom: 0
}

.product-col .product-title {
    display: inline-block;
    vertical-align: middle
}

.cart-discount {
    margin-bottom: 4rem
}

.cart-discount h4 {
    margin-bottom: 1.2rem;
    font-size: 1.6rem;
    font-weight: 400
}

.cart-discount form {
    max-width: 420px
}

.cart-summary {
    margin-bottom: 2.5rem;
    padding: 1.4rem 1.8rem 2.2rem;
    border: 1px solid #ddd;
    background: #fbfbfb
}

.cart-summary .form-control:not(:focus),
.cart-summary .custom-control-label::before {
    border-color: #e6e6e6
}

.cart-summary h3 {
    margin-bottom: 1.3rem;
    font-size: 2.4rem;
    font-weight: 300
}

.cart-summary h4 {
    font-size: 1.5rem;
    font-weight: 600;
    border-top: 1px solid #cccccc;
    margin-bottom: 0
}

.cart-summary h4 a {
    position: relative;
    display: block;
    color: inherit;
    padding: 1rem 2rem 1rem 0
}

.cart-summary h4 a::after {
    font-family: 'porto';
    content: '\e81b';
    position: absolute;
    display: inline-block;
    right: .4rem;
    top: 50%;
    font-size: 1.4rem;
    transform: translateY(-50%)
}

.cart-summary h4 a.collapsed::after {
    content: '\e81c'
}

#total-estimate-section form {
    margin-bottom: 0;
    padding: .7rem 0 2.2rem
}

.table.table-totals {
    margin-bottom: 2rem;
    border-top: 1px solid #ccc
}

.table.table-totals tbody tr:first-child td {
    padding-top: 1.6rem
}

.table.table-totals tr {
    border: 0
}

.table.table-totals tr th,
.table.table-totals tr td {
    padding: .6rem 0;
    border: 0
}

.table.table-totals tr th:last-child,
.table.table-totals tr td:last-child {
    text-align: right
}

.table.table-totals tfoot {
    border-top: 1px solid #ccc;
    font-size: 1.8rem;
    font-weight: 400
}

.table.table-totals tfoot tr td {
    padding-top: 1.3rem;
    padding-bottom: 1.6rem
}

.table.table-totals tfoot tr td:last-child {
    font-weight: 600;
    color: #141a1f
}

.checkout-methods .btn+.btn {
    margin-top: 2.2rem
}

@media screen and (max-width: 767px) {
    .table.table-cart,
    .table.table-cart tbody,
    .table.table-cart tfoot {
        display: block
    }
    .table.table-cart thead {
        display: none
    }
    .table.table-cart tr td {
        padding: .5rem 1rem;
        border-top: 0
    }
    .table.table-cart tr td.product-col {
        padding-bottom: .5rem
    }
    .table.table-cart .product-row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        border-top: 1px solid #ccc
    }
    .table.table-cart .product-action-row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }
    .table.table-cart .product-action-row td {
        width: 100%
    }
    .table.table-cart .product-action-row .float-right {
        margin-top: -4px;
        margin-left: auto
    }
    .table.table-cart .product-col {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }
    .table.table-cart .product-col .product-image-container {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-right: 0;
        margin-bottom: 1rem
    }
    .table.table-cart tfoot {
        border-top: 1px solid #ccc
    }
    .table.table-cart tfoot tr {
        display: block;
        width: 100%
    }
    .table.table-cart tfoot tr td {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 1rem 0
    }
    .table.table-cart tfoot .btn {
        margin-top: .5rem;
        padding-right: 1rem;
        padding-left: 1rem
    }
    .table.table-cart tfoot .float-left {
        display: none
    }
    .table.table-cart tfoot .float-right {
        margin-left: auto
    }
}

.checkout-progress-bar {
    display: block;
    margin: 0 0 3rem;
    font-size: 0;
    line-height: 1.4;
    counter-reset: i
}

.checkout-progress-bar li {
    display: inline-block;
    position: relative;
    width: 50%;
    margin: 0;
    text-align: center;
    vertical-align: top
}

.checkout-progress-bar li::before {
    background-color: #c1c1c1;
    top: 1.9rem;
    transition: background 0.3s;
    content: '';
    height: .7rem;
    left: 0;
    position: absolute;
    width: 100%
}

.checkout-progress-bar li>span {
    display: inline-block;
    padding-top: 4.5rem;
    width: 100%;
    word-wrap: break-word;
    color: #999;
    font-weight: 300;
    font-size: 1.6rem
}

.checkout-progress-bar li>span::before,
.checkout-progress-bar li>span::after {
    position: absolute;
    top: 0;
    left: 50%;
    transition: background .3s;
    border-radius: 50%;
    content: ''
}

.checkout-progress-bar li>span::before {
    background-color: #c1c1c1;
    height: 3.8rem;
    width: 3.8rem;
    margin-left: -1.9rem
}

.checkout-progress-bar li>span::after {
    background: #ffffff;
    height: 2.6rem;
    width: 2.6rem;
    margin-left: -1.3rem;
    top: .6rem;
    content: counter(i);
    counter-increment: i;
    color: #777;
    font-weight: 600
}

.checkout-progress-bar li.active::before,
.checkout-progress-bar li.active>span::before {
    background-color: #ff5501
}

.checkout-progress-bar li.active>span {
    color: #000
}

.checkout-progress-bar li.active>span::after {
    font-family: 'porto';
    content: '\e84e'
}

.checkout-progress-bar li:first-child::before {
    border-radius: .6rem 0 0 .6rem
}

.checkout-progress-bar li:last-child::before {
    border-radius: 0 .6rem .6rem 0
}

.checkout-steps li {
    margin-bottom: 3rem
}

.checkout-steps li form {
    max-width: 480px;
    margin-top: 2.5rem;
    margin-bottom: 0;
    padding-bottom: 2rem;
    border-bottom: 1px solid #ccc
}

.checkout-steps li form:last-of-type {
    padding-bottom: .1rem;
    border-bottom: 0
}

.checkout-steps li form p {
    margin-bottom: 1rem;
    color: #777;
    font-size: 1.3rem
}

.checkout-steps li .form-footer {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.step-title {
    padding-bottom: 9px;
    font-weight: 300;
    font-size: 2.2rem;
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 0
}

.step-title::after {
    display: block;
    clear: both;
    content: ''
}

.step-title .step-title-edit {
    margin-top: .4rem;
    float: right;
    font-size: 1.4rem
}

.shipping-step-addresses {
    margin-bottom: 2rem;
    font-size: 0
}

.shipping-step-addresses::after {
    display: block;
    clear: both;
    content: ''
}

.shipping-address-box {
    display: inline-block;
    position: relative;
    width: 100%;
    min-height: 240px;
    margin: 0;
    padding: 1.8rem 3.2rem 1rem 1.8rem;
    transition: .3s border-color;
    border: .2rem solid transparent;
    font-size: 1.3rem;
    line-height: 3rem;
    vertical-align: top;
    word-wrap: break-word
}

.shipping-address-box.active {
    border-color: #ff5501
}

.shipping-address-box.active::after {
    content: '\e84e';
    font-family: 'porto';
    position: absolute;
    right: 0;
    top: 0;
    height: 2.7rem;
    width: 2.7rem;
    font-size: 1.9rem;
    line-height: 2.1rem;
    padding-top: .2rem;
    text-align: center;
    background-color: #ff5501;
    color: #ffffff
}

.shipping-address-box.active .address-box-action {
    visibility: hidden
}

.address-box-action {
    margin-top: 2rem
}

.address-box-action .btn {
    font-family: "Poppins", sans-serif;
    letter-spacing: 0;
    text-transform: initial
}

.address-box-action .btn.btn-sm {
    padding: .85rem 1.2rem;
    font-size: 1.3rem
}

.address-box-action .btn.btn-sm.btn-link {
    padding-right: 0;
    padding-left: 0
}

.btn-new-address {
    margin-bottom: 1.2rem;
    padding: .95rem 1.3rem;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0;
    text-transform: initial
}

.table-step-shipping {
    max-width: 600px
}

.table-step-shipping tr td {
    border: 0;
    border-bottom: 1px solid #c1c1c1;
    padding: 1.8rem 1.5rem
}

.checkout-steps-action::after {
    display: block;
    clear: both;
    content: ''
}

.checkout-steps-action .btn {
    min-width: 70px;
    text-align: center
}

.order-summary {
    margin-top: 3.3rem;
    padding: 2.2rem 2.7rem;
    background: #fbfbfb;
    border: 1px solid #ddd;
    margin-bottom: 3rem
}

.order-summary .form-control:not(:focus),
.order-summary .custom-control-label::before {
    border-color: #e6e6e6
}

.order-summary h3 {
    margin-bottom: 1.3rem;
    font-size: 2.4rem;
    font-weight: 300
}

.order-summary h4 {
    font-size: 1.5rem;
    font-weight: 600;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 0
}

.order-summary h4 a {
    position: relative;
    display: block;
    color: inherit;
    padding: 1rem 2rem 1rem 0
}

.order-summary h4 a::after {
    font-family: 'porto';
    content: '\e81b';
    position: absolute;
    display: inline-block;
    right: .4rem;
    top: 50%;
    font-weight: 400;
    font-size: 1.5rem;
    transform: translateY(-50%)
}

.order-summary h4 a.collapsed::after {
    content: '\e81c'
}

.table-mini-cart {
    margin-bottom: 0
}

.table-mini-cart tr td {
    padding: 2rem 0;
    border: 0;
    border-bottom: 1px solid #ccc;
    vertical-align: top
}

.table-mini-cart .product-col {
    -ms-flex-align: start;
    align-items: flex-start
}

.table-mini-cart .product-col .product-image-container {
    flex: 0 0 75px;
    max-width: 75px;
    margin-right: 1.5rem;
    vertical-align: top
}

.table-mini-cart .product-col>div {
    padding-top: .8rem;
    vertical-align: top
}

.table-mini-cart .price-col {
    padding-top: 2.5rem;
    color: #000;
    font-size: 1.6rem;
    font-weight: 400
}

.table-mini-cart .product-title {
    display: block;
    max-width: 170px;
    margin-bottom: .8rem;
    font-size: 1.4rem;
    font-weight: 600
}

.table-mini-cart .product-qty {
    display: block;
    color: #777;
    font-size: 1.3rem
}

.checkout-payment {
    margin-bottom: 3rem
}

.checkout-payment .step-title {
    margin-bottom: 1.8rem
}

.checkout-payment h4 {
    font-weight: 400
}

.checkout-payment .form-group {
    max-width: 480px
}

#checkout-shipping-address {
    display: none;
    padding-left: 3rem;
    line-height: 3rem
}

#checkout-shipping-address.show {
    display: block
}

#new-checkout-address {
    display: none
}

#new-checkout-address.show {
    display: block
}

.checkout-discount {
    margin-top: 2rem;
    margin-bottom: 3rem
}

.checkout-discount form {
    max-width: 480px;
    margin-bottom: 0;
    padding-top: 1.5rem;
    padding-bottom: 1rem
}

.checkout-discount h4 {
    font-size: 1.4rem;
    font-weight: 400;
    border-top: 1px solid #c1c1c1;
    margin-bottom: 0
}

.checkout-discount h4 a {
    position: relative;
    display: block;
    padding: 1rem 2rem 1rem 0
}

.checkout-discount h4 a::after {
    font-family: 'porto';
    content: '\e81b';
    position: absolute;
    display: inline-block;
    right: .4rem;
    top: 50%;
    font-size: 1.5rem;
    transform: translateY(-50%)
}

.checkout-discount h4 a.collapsed::after {
    content: '\e81c'
}

.checkout-info-box {
    margin-bottom: 3rem;
    font-size: 1.3rem;
    line-height: 2.7rem
}

.checkout-info-box .step-title {
    margin-bottom: 1.8rem
}

@media screen and (min-width: 576px) {
    .checkout-progress-bar li {
        width: 185px
    }
    .checkout-progress-bar li>span {
        font-size: 1.8rem
    }
    .shipping-address-box {
        width: 50%
    }
}

@media screen and (min-width: 768px) {
    .shipping-address-box {
        width: 33.33%
    }
}

.entry {
    margin-bottom: 3rem;
    color: #646a70
}

.entry a {
    color: #646a70
}

.entry a:hover,
.entry a:focus {
    color: #65829d
}

.entry-media {
    border-radius: 0;
    margin-bottom: 2rem;
    background-color: #fff;
    padding: .4rem;
    border: 1px solid #c1c1c1
}

.entry-media img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto
}

.entry-slider .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1.4rem;
    margin: 0 !important
}

.entry-body {
    border-bottom: 1px solid #c1c1c1;
    padding-bottom: 2.7rem
}

.entry:not(.single):last-of-type .entry-body {
    border-bottom: 0
}

.entry-body .entry-date {
    width: 45px;
    margin-right: 10px;
    float: left;
    text-align: center;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1)
}

.entry-body .entry-date .day {
    color: #161616;
    background-color: #fff;
    border-radius: .2rem .2rem 0 0;
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 1rem .2rem;
    line-height: 1.375;
    margin-bottom: .3rem
}

.entry-body .entry-date .month {
    color: #fff;
    background-color: #29363c;
    border-radius: 0 0 .2rem .2rem;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07) inset;
    display: block;
    font-size: 1.2rem;
    padding: 0 .2rem .2rem;
    line-height: 1.33
}

.entry-title {
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.35;
    margin-bottom: 1rem;
    color: #141a1f
}

.entry-title a {
    color: #141a1f
}

.entry-title a:hover,
.entry-title a:focus {
    text-decoration: underline
}

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

.read-more {
    float: right
}

.read-more i::before {
    margin: 0
}

.entry-meta>span {
    display: inline-block;
    margin-right: 1.5rem
}

.entry-meta i {
    margin-right: .5rem
}

.entry-meta i::before {
    margin: 0
}

.single .entry-meta {
    margin-bottom: 2.4rem
}

.single .entry-title {
    font-size: 2.4rem
}

.single h3 {
    font-weight: 400;
    font-size: 2rem
}

.single h3 i {
    margin-right: .2rem
}

.single .entry-content {
    margin-bottom: 4rem
}

.entry-share {
    display: flex;
    flex-direction: column;
    padding: 2.8rem 0;
    border-top: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 2.6rem
}

.entry-share h3 {
    margin-right: 1.5rem
}

.entry-share .social-icon {
    color: #fff
}

.entry-share .social-icon:hover,
.entry-share .social-icon:focus {
    color: #fff
}

.entry-author {
    padding-bottom: 2.7rem;
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 3rem
}

.entry-author::after {
    display: block;
    clear: both;
    content: ''
}

.entry-author h3 {
    margin-bottom: 2rem
}

.entry-author figure {
    max-width: 80px;
    margin-right: 2rem;
    margin-bottom: 0;
    float: left
}

.entry-author h4 {
    margin: 1rem;
    font-weight: 600
}

.entry-author .author-content {
    font-size: 1.3rem;
    line-height: 1.8
}

.entry-author .author-content p:last-child {
    margin-bottom: 0
}

.comment-respond h3 {
    margin-bottom: 1.2rem
}

.comment-respond h3+p {
    margin-bottom: 2.6rem
}

.comment-respond form {
    margin-bottom: 0
}

.related-posts {
    margin-bottom: 4rem
}

.related-posts h4 {
    margin-bottom: 2rem;
    font-size: 1.9rem;
    text-transform: uppercase
}

.related-posts .entry {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.related-posts .entry p {
    margin-bottom: 1rem
}

.related-posts .entry-body {
    padding-bottom: 0;
    border-bottom: 0
}

.related-posts .entry-media {
    margin-bottom: 2rem
}

.related-posts .entry-title {
    margin-bottom: 1rem;
    font-size: 1.8rem
}

.sidebar {
    position: relative;
    font-size: 1.3rem
}

.sidebar .widget {
    margin-bottom: 3rem
}

.sidebar .sidebar-wrapper .widget:last-child {
    margin-bottom: 0;
    padding-bottom: 3rem
}

.sidebar-wrapper {
    -webkit-backfac-visibility: hidden
}

.widget-title {
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: 600;
    color: #141a1f;
    margin: .5rem 0 1.3rem
}

.widget form {
    margin-bottom: 0
}

.list {
    margin: 0;
    padding: 0;
    list-style: none
}

.list li {
    display: block;
    position: relative;
    margin: 0;
    padding: 0
}

.list li.active {
    font-weight: 600
}

.list li.active a {
    color: #141a1f
}

.list li a {
    font-size: 1.3rem;
    color: #646a70;
    display: block;
    position: relative;
    padding: .9rem 0 .8rem 2rem;
    border-bottom: 1px solid #c1c1c1
}

.list li a::before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #333;
    margin: .8rem 0 0 -1rem;
    position: absolute
}

.list li a:hover,
.list li a:focus {
    text-decoration: underline
}

.widget-search form {
    position: relative;
    margin: 0
}

.widget-search .form-control {
    width: 100%;
    max-width: none;
    padding-right: 5.5rem
}

.widget-search .search-submit {
    position: absolute;
    top: 50%;
    right: 0;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    border: 0;
    outline: none;
    background-color: transparent;
    color: #000;
    font-size: 1.3rem;
    text-align: center;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer
}

.tagcloud::after {
    display: block;
    clear: both;
    content: ''
}

.tagcloud a {
    display: block;
    padding: 1.1rem 1.4rem;
    background-color: #fff;
    color: #7e7d79;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 11px;
    float: left;
    margin: 0 .7rem .7rem 0
}

.tagcloud a:hover,
.tagcloud a:focus {
    background-color: #29363c;
    color: #fff;
    text-decoration: none
}

.simple-entry-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.simple-entry-list li {
    margin: 0 0 1rem
}

.simple-entry-list li::after {
    display: block;
    clear: both;
    content: ''
}

.simple-entry-list li:last-child {
    margin-bottom: 0
}

.simple-entry-list .entry-media {
    width: 6.5rem;
    line-height: 0;
    float: left;
    padding: .2rem;
    margin: 0 1.2rem 0 0;
    border-radius: 0
}

.simple-entry-list .entry-media img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto
}

.simple-entry-list .entry-meta {
    font-size: 1.3rem;
    color: #888
}

.simple-entry-list a {
    color: #141a1f
}

@media screen and (min-width: 576px) {
    .entry-share {
        flex-direction: row;
        align-items: center
    }
    .entry-share h3 {
        margin-bottom: 0
    }
    .related-posts {
        padding-top: 1rem
    }
}

@media screen and (min-width: 768px) {
    .entry-media {
        margin-bottom: 3rem
    }
    .single .entry-meta {
        margin-bottom: 3.2rem
    }
    .entry-body {
        margin-left: 60px
    }
    .entry-body .entry-date {
        margin-left: -60px
    }
    .related-posts {
        padding-top: 2.5rem
    }
}

@media screen and (max-width: 767px) {
    .comment-respond .form-footer {
        margin-bottom: 3rem
    }
}

@media screen and (max-width: 767px) {
    .comment-respond .form-footer {
        margin-bottom: 2rem
    }
}

#map {
    background-color: #c1c1c1;
    height: 280px;
    margin-bottom: 4rem
}

#map address {
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    padding: .625rem .875rem
}

#map a {
    display: inline-block;
    font-size: 1.2rem;
    margin-top: .8rem;
    text-transform: uppercase
}

.contact-info {
    margin-bottom: 3rem;
    padding-top: .5rem
}

.contact-info>div {
    font-size: 1.4rem;
    margin-bottom: 1.5rem
}

.contact-info>div::after {
    display: block;
    clear: both;
    content: ''
}

.contact-info i {
    align-items: center;
    background-color: #29363c;
    border-radius: 0;
    color: #fff;
    display: flex;
    float: left;
    font-size: 1.8rem;
    height: 4.3rem;
    justify-content: center;
    text-align: center;
    width: 4.3rem
}

.contact-info p {
    line-height: 1.4;
    margin-bottom: 0;
    margin-left: 5.5rem
}

.contact-info p a {
    color: #646a70
}

@media screen and (min-width: 768px) {
    #map {
        height: 380px;
        margin-bottom: 5rem
    }
}

@media screen and (min-width: 992px) {
    #map {
        height: 460px;
        margin-bottom: 6rem
    }
}

.dashboard-content {
    margin-bottom: 1em
}

.dashboard-content h2 {
    font-size: 2.4rem;
    margin-bottom: 2rem
}

.dashboard-content .form-control {
    max-width: 100%
}

#account-chage-pass {
    display: none;
    padding-bottom: 1.5rem
}

#account-chage-pass.show {
    display: block
}

.widget-dashboard .widget-title {
    font-weight: 600;
    font-size: 1.6rem;
    margin-top: .2rem
}

.widget-dashboard {
    margin-bottom: 3rem
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: 0;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("../images/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-nav {
    margin: 0;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    color: #bfbfbf;
    font-size: 2rem
}

.owl-theme .owl-nav [class*='owl-'] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #bfbfbf;
    margin: 0;
    font-size: 2rem;
    padding: 4px 7px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*='owl-'] i::before {
    margin: 0;
    width: auto
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent;
    color: #29363c;
    text-decoration: none
}

.owl-theme .owl-nav .owl-prev {
    left: 0
}

.owl-theme .owl-nav .owl-next {
    right: 0
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 2.5rem
}

.owl-theme .owl-dots {
    line-height: 1;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-dots .owl-dot span {
    position: relative;
    width: 1.5rem;
    height: 1.5rem;
    margin: 2px 2px;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: all .3s ease;
    border: 0.2rem solid #95a9b3;
    border-radius: 50%
}

.owl-theme .owl-dots .owl-dot span::before {
    content: '';
    display: block;
    width: .7rem;
    height: .7rem;
    background-color: transparent;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -.35rem;
    margin-left: -.35rem;
    background-color: #29363c;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    transition: all .3s;
    border-radius: 50%
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    border-color: #29363c;
    background: transparent
}

.owl-theme .owl-dots .owl-dot.active span::before {
    opacity: 1;
    visibility: visible;
    transform: scale(1)
}

.owl-theme.owl-theme-light .owl-dots .owl-dot span {
    border-color: #fff;
    background: transparent
}

.owl-theme.owl-theme-light .owl-dots .owl-dot span::before {
    border-color: #fff
}

.owl-theme.owl-theme-light .owl-dots .owl-dot.active span,
.owl-theme.owl-theme-light .owl-dots .owl-dot:hover span {
    border-color: #29363c;
    background: transparent
}

.owl-theme.owl-theme-light .owl-dots .owl-dot.active span::before {
    border-color: #29363c
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #fff;
    opacity: .5
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container::before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #222;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #222
}

.mfp-preloader a:hover {
    color: #FFF
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    top: 0;
    right: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #222;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1
}

.mfp-arrow:before,
.mfp-arrow::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow::after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow::before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left::after {
    border-right: 17px solid #FFF;
    margin-left: 31px
}

.mfp-arrow-left::before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right::after {
    border-left: 17px solid #FFF;
    margin-left: 39px
}

.mfp-arrow-right::before {
    border-left: 27px solid #3F3F3F
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6)
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure::after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure::after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

.bootstrap-touchspin .input-group-btn-vertical {
    position: absolute;
    right: 0;
    height: 100%;
    z-index: 11
}

.bootstrap-touchspin.input-group {
    max-width: 68px;
    padding-right: 20px;
    margin-bottom: 0
}

.bootstrap-touchspin .form-control {
    height: 4.2rem;
    text-align: center;
    margin-bottom: 0;
    max-width: 46px;
    padding: 1.05rem 1rem;
    line-height: 1.4
}

.bootstrap-touchspin .form-control:not(:focus) {
    border-color: #ccc
}

.bootstrap-touchspin .input-group-btn-vertical>.btn {
    position: absolute;
    right: 0;
    height: 2rem;
    padding: 0;
    width: 2rem;
    text-align: center;
    font-size: 1.2rem;
    min-width: 0
}

.bootstrap-touchspin .input-group-btn-vertical>.btn::before {
    position: relative;
    margin: 0;
    width: auto;
    line-height: 1;
    width: auto;
    top: -.1rem;
    margin-right: -.1rem
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0;
    top: 0
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-radius: 0;
    bottom: 0
}


/*! nouislider - 11.1.0 - 2018-04-02 11:18:13 */

.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-target {
    position: relative;
    direction: ltr
}

.noUi-base,
.noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.noUi-connects {
    overflow: hidden;
    z-index: 0
}

.noUi-connect,
.noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
    left: auto;
    right: 0
}

.noUi-vertical .noUi-origin {
    width: 0
}

.noUi-horizontal .noUi-origin {
    height: 0
}

.noUi-handle {
    position: absolute
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-horizontal {
    height: .3rem
}

.noUi-horizontal .noUi-handle {
    width: 1.1rem;
    height: 1.1rem;
    left: -.55rem;
    top: -.3em
}

.noUi-vertical {
    width: .3rem;
    height: 150px
}

.noUi-vertical .noUi-handle {
    width: 1.1rem;
    height: 1.1rem;
    left: -.4rem;
    top: -.5rem
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
    right: -.55rem;
    left: auto
}

.noUi-target {
    background: #dae2e6;
    border-radius: 0
}

.noUi-connects {
    border-radius: 0
}

.noUi-connect {
    background: #29363c
}

.noUi-draggable {
    cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize
}

.noUi-handle {
    border-radius: 50%;
    background: #29363c;
    cursor: pointer
}

[disabled] .noUi-connect {
    background: #B8B8B8
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
    cursor: not-allowed
}

.noUi-pips,
.noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-pips {
    position: absolute;
    color: #999
}

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px
}

.noUi-marker {
    position: absolute;
    background: #CCC
}

.noUi-marker-sub {
    background: #AAA
}

.noUi-marker-large {
    background: #AAA
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%
}

.noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%)
}

.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%)
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
}

.noUi-value-vertical {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%, 0);
    padding-left: 25px
}

.noUi-rtl .noUi-value-vertical {
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%)
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%
}

.mt-1 {
    margin-top: 1rem !important
}

.mt-2 {
    margin-top: 2rem !important
}

.mt-3 {
    margin-top: 3rem !important
}

.mt-4 {
    margin-top: 4rem !important
}

.mt-5 {
    margin-top: 5rem !important
}

.mt-6 {
    margin-top: 6rem !important
}

.mt-7 {
    margin-top: 7rem !important
}

.mt-8 {
    margin-top: 8rem !important
}

.mt-9 {
    margin-top: 9rem !important
}

.mt-10 {
    margin-top: 10rem !important
}

.mb-1 {
    margin-bottom: 1rem !important
}

.mb-2 {
    margin-bottom: 2rem !important
}

.mb-3 {
    margin-bottom: 3rem !important
}

.mb-4 {
    margin-bottom: 4rem !important
}

.mb-5 {
    margin-bottom: 5rem !important
}

.mb-6 {
    margin-bottom: 6rem !important
}

.mb-7 {
    margin-bottom: 7rem !important
}

.mb-8 {
    margin-bottom: 8rem !important
}

.mb-9 {
    margin-bottom: 9rem !important
}

.mb-10 {
    margin-bottom: 10rem !important
}

@media screen and (min-width: 768px) {
    .mt-md-1 {
        margin-top: 1rem !important
    }
    .mt-md-2 {
        margin-top: 2rem !important
    }
    .mt-md-3 {
        margin-top: 3rem !important
    }
    .mt-md-4 {
        margin-top: 4rem !important
    }
    .mt-md-5 {
        margin-top: 5rem !important
    }
    .mt-md-6 {
        margin-top: 6rem !important
    }
    .mt-md-7 {
        margin-top: 7rem !important
    }
    .mt-md-8 {
        margin-top: 8rem !important
    }
    .mt-md-9 {
        margin-top: 9rem !important
    }
    .mt-md-10 {
        margin-top: 10rem !important
    }
    .mb-md-1 {
        margin-bottom: 1rem !important
    }
    .mb-md-2 {
        margin-bottom: 2rem !important
    }
    .mb-md-3 {
        margin-bottom: 3rem !important
    }
    .mb-md-4 {
        margin-bottom: 4rem !important
    }
    .mb-md-5 {
        margin-bottom: 5rem !important
    }
    .mb-md-6 {
        margin-bottom: 6rem !important
    }
    .mb-md-7 {
        margin-bottom: 7rem !important
    }
    .mb-md-8 {
        margin-bottom: 8rem !important
    }
    .mb-md-9 {
        margin-bottom: 9rem !important
    }
    .mb-md-10 {
        margin-bottom: 10rem !important
    }
}

@media screen and (min-width: 992px) {
    .mt-lg-1 {
        margin-top: 1rem !important
    }
    .mt-lg-2 {
        margin-top: 2rem !important
    }
    .mt-lg-3 {
        margin-top: 3rem !important
    }
    .mt-lg-4 {
        margin-top: 4rem !important
    }
    .mt-lg-5 {
        margin-top: 5rem !important
    }
    .mt-lg-6 {
        margin-top: 6rem !important
    }
    .mt-lg-7 {
        margin-top: 7rem !important
    }
    .mt-lg-8 {
        margin-top: 8rem !important
    }
    .mt-lg-9 {
        margin-top: 9rem !important
    }
    .mt-lg-10 {
        margin-top: 10rem !important
    }
    .mb-lg-1 {
        margin-bottom: 1rem !important
    }
    .mb-lg-2 {
        margin-bottom: 2rem !important
    }
    .mb-lg-3 {
        margin-bottom: 3rem !important
    }
    .mb-lg-4 {
        margin-bottom: 4rem !important
    }
    .mb-lg-5 {
        margin-bottom: 5rem !important
    }
    .mb-lg-6 {
        margin-bottom: 6rem !important
    }
    .mb-lg-7 {
        margin-bottom: 7rem !important
    }
    .mb-lg-8 {
        margin-bottom: 8rem !important
    }
    .mb-lg-9 {
        margin-bottom: 9rem !important
    }
    .mb-lg-10 {
        margin-bottom: 10rem !important
    }
}

@media screen and (min-width: 1200px) {
    .mt-xl-1 {
        margin-top: 1rem !important
    }
    .mt-xl-2 {
        margin-top: 2rem !important
    }
    .mt-xl-3 {
        margin-top: 3rem !important
    }
    .mt-xl-4 {
        margin-top: 4rem !important
    }
    .mt-xl-5 {
        margin-top: 5rem !important
    }
    .mt-xl-6 {
        margin-top: 6rem !important
    }
    .mt-xl-7 {
        margin-top: 7rem !important
    }
    .mt-xl-8 {
        margin-top: 8rem !important
    }
    .mt-xl-9 {
        margin-top: 9rem !important
    }
    .mt-xl-10 {
        margin-top: 10rem !important
    }
    .mb-xl-1 {
        margin-bottom: 1rem !important
    }
    .mb-xl-2 {
        margin-bottom: 2rem !important
    }
    .mb-xl-3 {
        margin-bottom: 3rem !important
    }
    .mb-xl-4 {
        margin-bottom: 4rem !important
    }
    .mb-xl-5 {
        margin-bottom: 5rem !important
    }
    .mb-xl-6 {
        margin-bottom: 6rem !important
    }
    .mb-xl-7 {
        margin-bottom: 7rem !important
    }
    .mb-xl-8 {
        margin-bottom: 8rem !important
    }
    .mb-xl-9 {
        margin-bottom: 9rem !important
    }
    .mb-xl-10 {
        margin-bottom: 10rem !important
    }
}

@media screen and (min-width: 1600px) {
    .mt-xxl-1 {
        margin-top: 1rem !important
    }
    .mt-xxl-2 {
        margin-top: 2rem !important
    }
    .mt-xxl-3 {
        margin-top: 3rem !important
    }
    .mt-xxl-4 {
        margin-top: 4rem !important
    }
    .mt-xxl-5 {
        margin-top: 5rem !important
    }
    .mt-xxl-6 {
        margin-top: 6rem !important
    }
    .mt-xxl-7 {
        margin-top: 7rem !important
    }
    .mt-xxl-8 {
        margin-top: 8rem !important
    }
    .mt-xxl-9 {
        margin-top: 9rem !important
    }
    .mt-xxl-10 {
        margin-top: 10rem !important
    }
    .mb-xxl-1 {
        margin-bottom: 1rem !important
    }
    .mb-xxl-2 {
        margin-bottom: 2rem !important
    }
    .mb-xxl-3 {
        margin-bottom: 3rem !important
    }
    .mb-xxl-4 {
        margin-bottom: 4rem !important
    }
    .mb-xxl-5 {
        margin-bottom: 5rem !important
    }
    .mb-xxl-6 {
        margin-bottom: 6rem !important
    }
    .mb-xxl-7 {
        margin-bottom: 7rem !important
    }
    .mb-xxl-8 {
        margin-bottom: 8rem !important
    }
    .mb-xxl-9 {
        margin-bottom: 9rem !important
    }
    .mb-xxl-10 {
        margin-bottom: 10rem !important
    }
}
/* rojo:#ec1f25; */

:root {
    --blanco: #ffffff;
    --negro: #111111;
}

@font-face {
    font-family: "SF Pro Text";
    src: url(../fonts/SF-Pro-Regular.otf);
}

@font-face {
    font-family: "SF Pro Light";
    src: url(../fonts/SF-Pro-Light.otf);
}

@font-face {
    font-family: "Averta";
    src: url(../fonts/Averta.otf);
}

html {
    overflow-x: hidden;
}

body,
.btn-link,
.product-title a,
span.product-price,
.footer .widget-title,
.dropdown-cart-action .btn,
.cart-dropdown .dropdown-menu,
.home-slide-content h1,
.home-slide-content h3,
.half-title,
.banner-content .banner-title,
.banner-content .banner-subtitle,
.menu ul,
.menu .megamenu,
.breadcrumb-item,
.sidebar-shop .widget-title,
.product-single-filter label,
.product-single-details .product-title,
.paction.add-cart,
.paction.add-cart-credit,
.form-control,
.nav.nav-tabs .nav-item .nav-link,
.btn-primary,
.subtitle,
.btn,
.price-box,
.product-desc-content * {
    font-family: "SF Pro Text", sans-serif!important;
}

.title-group .subtitle,
.footer .widget-title,
.dropdown-cart-action .btn,
.dropdown-cart-total,
.banner-content .banner-title,
.banner-content .banner-subtitle,
.menu li a,
.breadcrumb-item,
.sidebar-shop .widget-title,
.product-single-filter label,
.product-single-details .product-title,
.paction.add-cart,
.nav.nav-tabs .nav-item .nav-link,
.btn-primary,
.subtitle,
.btn {
    text-transform: none;
}

body.modal-open {
    overflow: hidden;
    overflow-y: hidden !important;
    position: unset !important;
    height: unset !important;
}

.breadcrumb-item,
.product-single-details .product-price,
.mobile-menu li a {
    font-family: "SF Pro Light", sans-serif!important;
}

.averta,
.carousel-title {
    font-family: "Averta", "SF Pro Text", sans-serif!important;
}

.footer .widget-title {
    letter-spacing: normal;
}

.dropdown-cart-action .btn {
    border-radius: 8px!important;
}

.text-color,
.text-color:active,
.text-color:focus,
.mobile-menu li.open>a,
.mobile-menu li.active>a,
.mobile-menu li a:hover,
.mobile-menu li a:focus {
    color: #eb1f25;
}

.text-dark {
    color: #0a0a0a!important;
}

.product-single-tabs .tab-pane,
.btn-link {
    color: #555;
}

.old-price {
    color: #999;
}

.banner-cat {
    background-color: #000;
}


/* header */

.header-top {
    background-color: #333333;
    border-bottom: 1px solid #f5f5f7;
    padding: .5rem 0;
}

.header-top p {
    color: #f5f5f7;
    font-size: 12px;
    letter-spacing: .5px;
    line-height: 1.3;
    margin-bottom: 0;
    text-align: center;
}

.header-top .header-right ul li {
    display: inline-block;
}

.header-top .header-left a {
    margin-right: 25px;
    font-size: 13px;
}

.header-top .header-right a {
    margin-right: 15px;
}

[class^='far-']::before,
[class*=' fa-']::before {
    margin-right: .2em;
    margin-left: .2em;
}

.cart-dropdown .dropdown-toggle .cart-count {
    background-color: #f5f5f7;
    color: #222;
}

.menu>li>a {
    font-family: "SF Pro Light"!important;
    text-transform: none;
}

.menu .megamenu,
.menu ul {
    border-radius: 18px;
}

.menu.sf-arrows>li>a.sf-with-ul::before {
    color: #fff;
}

.megamenu {
    text-align: left;
}

a.menu-title {
    padding: .7rem 2rem!important;
    color: #161616!important;
    font-size: 1.3rem!important;
    font-weight: 700!important;
    text-transform: none!important;
}

a.menu-title:hover {
    color: #ec1f25!important;
    background: transparent;
}

.dropdown-cart-total {
    font-size: 1.5rem;
}

.menu>li>a,
.header-search .search-toggle,
.cart-dropdown .dropdown-toggle,
.header-top a,
.header-login a {
    color: #f5f5f7;
    opacity: .8;
}

.menu>li.show>a,
.menu>li.active>a {
    color: #fff;
    opacity: 1;
}

.menu>li:hover>a,
.header-top a:hover,
.header-search .search-toggle:hover,
.cart-dropdown .dropdown-toggle:hover,
.breadcrumb-item a:hover,
.cat-list li a:hover,
.header-login a:hover {
    color: #eb1f25;
    opacity: 1;
    text-decoration: none;
}

.sticky-header,
.sticky-header.fixed,
.header-bottom {
    background-color: #333333;
}

.header-bottom {
    position: relative;
    padding: 10px 0px;
    z-index: -1;
    border-bottom: 1px solid #3c3c3c;
}

#chapternav {
    padding: 0;
    text-align: center;
    height: 65px;
    z-index: 1;
    width: 100%;
    overflow: hidden;
    /* background: rgba(29,29,31,0.6); */
    top: 80px;
    overflow: visible;
}

.chapternav-item {
    display: inline-block;
    vertical-align: top;
    margin: 0 -.11765em;
    padding: 0 20px;
    -webkit-animation: chapternav-slidein 350ms backwards;
    animation: chapternav-slidein 350ms backwards;
}

.chapternav-item:first-child {
    margin-left: 0;
    padding-left: 4px;
}

.menu li a.chapternav-link {
    color: #f5f5f7;
    background: transparent!important;
    padding: 0;
}

.menu.chapternav-items {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

#chapternav .owl-stage-outer {
    overflow: visible;
}

.chapternav-link i {
    color: #f5f5f7!important;
}

a.chapternav-link:hover,
a.chapternav-link:focus {
    text-decoration: none;
    color: #eb1f25;
}

a.chapternav-link img,
a.chapternav-link i,
a.chapternav-link svg {
    height: 25px;
    margin: auto;
    margin-bottom: 5px;
    margin-top: 5px;
    object-fit: contain;
    width: 25px;
    font-size: 20px;
}

.chapternav-item-iphone-11-pro .chapternav-icon {
    font-size: 36px;
}

.chapternav-label {
    font-size: 12px;
    line-height: 1.33337;
    font-weight: 400;
    letter-spacing: -.01em;
    display: block;
    margin: 0;
    padding: 5px 0;
}

.header-icons a {
    margin-right: 25px;
    color: #f5f5f7;
    opacity: .8;
}

.header-icons a:hover {
    color: #eb1f25;
    opacity: 1;
}

.header-search .btn {
    border-radius: 0;
    padding-left: 10px;
}

@media (min-width:1025px) {
    .home-slider-container,
    .home-slide {
        height: 86vh;
    }
}

@media (min-width:992px) {
    .header-center .header-search .header-search-wrapper::before {
        display: none;
    }
    .header-center .header-search .btn {
        position: absolute;
        top: 0;
        right: 9px;
    }
    .header-center .header-search {
        margin: 0;
        width: 100%;
    }
    .header-center .header-search .header-search-wrapper {
        background-color: #fff;
        width: 100%;
        height: 100%;
        position: relative;
        right: unset;
        margin: 0
    }
    .header-center .header-search .form-control {
        width: 100%;
        position: relative;
        max-width: 100%;
        padding-right: 50px;
    }
    .header-center {
        flex: 2;
    }
    .header-center .header-search form {
        height: 100%;
        width: 100%;
    }
    .home-slider-container,
    .home-slide {
        height: auto;
    }
    #main-index {
        /* top: 100px; */
        position: relative;
    }
}

@media (max-width:991.9px) {
    .header-bottom,
    .header-center .header-search,
    .header-icons {
        display: none;
    }
    .categorias-list {
        display: none;
    }
}

.dropdownmenu-wrapper {
    border-radius: 18px;
    border: 1px solid #ddd;
}

.cart-dropdown .product {
    border-color: #ddd
}

.menu ul ul {
    top: 31px;
    left: -1px;
    border-radius: 0 0 18px 18px;
    /* top: unset;
  left: -1px; */
}

.btn-primary,
.dropdown-cart-action .btn {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    font-size: 17px;
    line-height: 1.17648;
    font-weight: 400;
    letter-spacing: -.022em;
    min-width: 28px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 18px!important;
    color: #fff;
    border-color: #e00e14;
    background-color: #e00e14;
    text-decoration: none!important;
}

.btn-primary {
    padding: 12px 20px;
    transition: all .3s;
}

.btn-primary:hover,
.btn-primary:focus {
    background: #e00e14 !important;
    color: #fff;
    opacity: .8;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled):active,
.dropdown-cart-action .btn:hover,
.dropdown-cart-action .btn:focus,
.dropdown-cart-action .btn:active {
    border-color: #ec1f25;
    background-color: #ec1f25;
    text-decoration: none!important;
}

.btn-secondary {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    font-size: 17px;
    line-height: 1.17648;
    font-weight: 400;
    letter-spacing: -.022em;
    min-width: 28px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 18px!important;
    color: #fff;
    border-color: #5d5d5d;
    background-color: #5d5d5d;
}

button.btn.btn-secondary:hover {
    background: #4a4a4a;
    border-color: #4a4a4a;
}

.dropdown-cart-action .btn {
    width: 100%;
}

.cart-dropdown .dropdown-toggle::before {
    content: '';
}

.dropdown-cart-action .btn:hover,
.btn-primary:hover,
.home-slide-content .btn.btn-link:hover {
    /* border-color: #ec1f25; */
    background-color: #fff;
    text-decoration: none;
}

.header-search .header-search-wrapper {
    border-radius: 18px;
    border-color: #fff;
    box-shadow: 0 29px 28px rgba(0, 0, 0, 0.1);
}

.header-search .header-search-wrapper::before {
    border-bottom-color: #fff;
}

.header.header-transparent {
    top: 0;
}


/* menu responsive */

.mobile-menu-container {
    background-color: #000;
    max-width: 100vw;
}

.mobile-menu li {
    border-top: 1px solid #222;
}

span.mobile-menu-close {
    opacity: 0.8;
}

.mobile-menu li:first-of-type {
    border: 0;
}

.mobile-menu li a {
    color: #f5f5f7;
    opacity: .8;
    text-transform: none;
    font-size: 16px;
    padding-left: 0;
}

.mobile-menu-wrapper {
    padding: 4.2rem 4rem 3rem;
}


/* index */


/* slider */

.home-slider-container {
    background-color: transparent;
}

.home-slide-content h1 {
    font-size: 6rem;
    font-weight: 600;
    text-transform: none;
    text-align: left;
    position: relative;
    left: -15px;
}

.home-slide-content h3 {
    text-transform: none;
    letter-spacing: normal;
    text-align: left;
}

.home-slide-content .btn.btn-link {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    font-size: 15px;
    line-height: 1.17648;
    font-weight: 400;
    letter-spacing: -.022em;
    min-width: 28px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 18px!important;
    color: #000;
    /* border-color: #e00e14; */
    background-color: #fff;
    margin-top: 11rem;
}

.cart-dropdown .product-image-container {
    border: 0;
}


/* .second-banner, .second-banner .home-slider, .second-banner .owl-stage-outer, .second-banner .owl-stage,  */

.second-banner .home-slide {
    height: 60vh;
}

.second-slider.owl-carousel .owl-dots {
    bottom: 4.3rem;
    left: 0;
    margin: 0 !important;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 20;
}

.home-slide::after,
.home-slide::before {
    /* display: none; */
    z-index: auto;
}

.wrapper-title {
    text-align: center;
    margin: 0;
    margin-top: 15%;
}

.half-section a:hover {
    text-decoration: none;
}

.half-title {
    color: #101010;
    text-transform: none;
    font-weight: 600;
    font-size: 40px;
    padding: 0 8rem;
    margin: auto;
    margin-bottom: 1rem;
    letter-spacing: normal;
}

.half-img.order-md-last::after,
.half-img::after {
    display: none;
}

.dark .half-title,
.dark h3 {
    color: #f5f5f7;
}

.half-content {
    padding: 0 16%;
    background-color: #fff;
}

@media (max-width:767px) {
    .half-content {
        padding: 16% 7%;
    }
}

.half-img {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: 100% !important;
}

.title-group .subtitle {
    letter-spacing: normal;
}

.product {
    background-color: transparent;
}

.owl-theme .owl-nav .owl-prev {
    right: 0;
}

.home-slider-container .owl-theme .owl-nav .owl-next,
.half-content .owl-theme .owl-nav .owl-next {
    left: 15px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    color: #ec1f25;
}

.product-image-container {
    background: transparent;
}


/* marcas */


/* @media screen and (min-width: 992px){
.partners-carousel {
padding-left: 100px;
padding-right: 100px;
}
}
.partners-carousel {
padding-left: 40px;
padding-right: 40px;
} */

.partners-container {
    padding-top: 7rem;
    padding-bottom: 5rem;
    /* border-bottom: 1px solid #e5e8e8; */
    /* margin-bottom: 4rem; */
}

.partner {
    display: block;
    padding-top: .8rem;
    padding-bottom: .8rem;
}

.partner img {
    display: block;
    max-width: 100% !important;
    width: auto !important;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    height: 100px;
    object-fit: contain;
    padding: 15px;
}


/* catalogo */

.breadcrumb-item {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: normal;
}

li.breadcrumb-item.active {
    color: #999;
}

.sidebar-shop .widget-title {
    color: #1a1a1a;
}

.sidebar-shop .widget,
.sidebar-shop .widget:last-child {
    border: 0;
}

.product:not(.carrito-item) figure.product-image-container img {
    height: 200px;
    object-fit: contain;
}

.cuotas {
    font-size: 13px;
    color: #eb1f25;
    font-weight: 400;
    text-decoration: none;
    background: #fff0f0;
    border-radius: 4px;
    padding: .3rem;
    margin-top: 1rem;
    display: inline-block;
    height: initial !important;
    transition: all .3s;
}

.cuotas:hover {
    text-decoration: none;
}

.producto_agotado_item {
    font-size: 13px;
    font-weight: 400;
    background-color: #fff;
    color: #e00e14;
    border-radius: 18px;
    border: .1rem solid #e00e14;
    margin-top: 1rem;
    padding: 0 5px;
    display: inline-block;
    height: initial !important;
    text-decoration: none;
    transition: all .3s;
}

.producto_agotado_item_index {
    font-size: 13px;
    font-weight: 400;
    background-color: #fff;
    color: #e00e14;
    border-radius: 18px;
    border: .1rem solid #e00e14;
    padding: 0 5px;
    height: initial !important;
    text-decoration: none;
    transition: all .3s;
    display: inline-block;
    margin-top: 1rem;
}

.config-size-list li a.active {
    background: #eb1f25;
    color: white;
    border-color: #eb1f25;
}

.product-details {
    position: relative;
}

.product-details .new-tag {
    color: #eb1f25;
    font-size: 12px;
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
}

.product-details .bseller-tag {
    color: #eb1f25;
    font-size: 12px;
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
}

.product-details .oferta-tag {
    position: absolute;
    color: #008a04;
    font-size: 12px;
    top: -25px;
    left: 0;
    right: 0;
}


/* producto */

.container-title-details {
    position: relative;
}

.product-description-details {
    margin-left: 8.3%;
}

.product-description-details .product-title {
    font-size: 3.2rem;
    font-weight: bold !important;
}

.add-wishlist-card-ficha {
    display: block;
    position: relative !important;
    top: 0;
    right: 0;
}

span.product-price,
.product-single-details .product-title {
    color: #333;
    font-weight: 400;
}

.product-single-details .ratings-container .product-ratings,
.product-single-details .ratings-container .ratings {
    font-size: 1rem;
}

.paction.add-cart-credit,
.paction.add-cart {
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    line-height: 1.17648;
    font-weight: 400;
    letter-spacing: -.022em;
    min-width: 28px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 4px;
    color: #fff;
    border-color: #333333;
    background-color: #333333;
    /* width: 100%; */
    transition: all .3s;
    column-gap: 8px;
    font-size: 1.4rem;
}

.paction.add-cart:hover {
    border-color: #484848;
    background-color: #484848;
}

.paction.add-cart-credit>span {
    display: block;
    font-size: 16px;
    font-weight: 400;
}

.paction.add-cart-credit,
.paction.add-cart.btn-financiacion {
    border-color: #333333 !important;
    background-color: transparent !important;
    color: #333 !important;
    transition: all .3s;
}

.paction.add-cart-credit:hover,
.paction.add-cart.btn-financiacion:hover {
    background: #333 !important;
    color: #fff !important;
}

.add-cart::before {
    display: none;
}

.btn-link:hover,
.btn-link:focus {
    color: #ec1f25;
}

.add-cart span {
    font-size: 16px;
}

.prod-thumbnail img {
    height: 100px;
    object-fit: contain;
}

.product-single-qty .btn.btn-outline {
    /* border-radius: 4px; */
}

a.paction.add-wishlist {
    border: 0;
    font-size: 20px;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    top: -30px;
    right: 0;
    background: transparent;
}

.add-wishlist::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f004";
    color: #ec1f25;
}

.add-wishlist-active {
    border: none;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    top: -30px;
    right: 0;
    background: transparent;
}

.add-wishlist-active::before {
    font-weight: 700;
    font-family: "Font Awesome 5 Pro";
    content: "\f004";
    color: #ec1f25;
}

img.product-single-image {
    height: 400px;
    object-fit: contain;
}

span.prod-full-screen {
    cursor: pointer;
    background: #fff;
    padding: 5px;
    border-radius: 50%;
    color: #101010;
}

img.product-single-image,
.zoomContainer {
    pointer-events: none;
}

.prod-thumbnail img {
    border-bottom: 2px solid transparent;
}

.prod-thumbnail .active img,
.prod-thumbnail img:hover {
    border: 1px solid transparent;
}

.prod-thumbnail .owl-dot.active,
.prod-thumbnail .owl-dot:hover {
    border: 0;
    border-bottom: 2px solid #d3d3d3;
}

.nav.nav-tabs .nav-item.show .nav-link,
.nav.nav-tabs .nav-item .nav-link.active {
    border-bottom-color: #ec1f25;
    color: #111;
}

.product-title {
    height: 45px;
    margin-bottom: 1.5rem;
}

.product-title a {
    font-size: 17px;
    line-height: 1.47059;
    font-weight: 400;
    letter-spacing: -.022em;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 50px;
}

.product-title a:hover {
    text-decoration: none;
    color: #ec1f25;
}

.product-price {
    font-size: 17px;
    line-height: 1.47059;
    font-weight: 400;
    letter-spacing: -.022em;
    margin-top: 0;
    margin-bottom: 18px;
}

span.product-price.cuotas {
    color: #ec1f25;
    font-size: 14px;
}

.mfp-ready.mfp-bg {
    background-color: #fff;
}

.mfp-zoom-out-cur .mfp-bg {
    opacity: 1;
}

.mfp-figure::after {
    box-shadow: none;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #000;
}

button.mfp-close {
    font-size: 55px;
}

.mfp-arrow::after {
    content: "\e81a";
    font-family: 'porto';
    font-size: 40px;
}

.mfp-arrow-left::after {
    content: "\e819";
}

button.mfp-close {
    position: fixed;
    margin-right: 15px;
}

.mfp-arrow-left::after,
.mfp-arrow-right::after {
    border-color: transparent;
}

.modal-md {
    max-width: 500px;
}

p.cuota-mensual {
    color: #101010;
}

.sidebar-product .widget-title a {
    color: #101010
}

.config-size-list li a:hover {
    border-color: #ec1f25;
    background-color: #ec1f25;
}

.config-size-list li a {
    background-color: transparent;
    padding: 0px 5px;
    border-radius: 18px;
}

select.form-control:not([size]):not([multiple]) {
    cursor: pointer;
}


/* contacto */

.contact-info i {
    background-color: transparent;
    border-radius: 50%;
    color: #111;
    border: 1px solid;
}

.contact-info p {
    color: #000;
}

.form-control {
    border-radius: 4px;
}


/* Sucursales */

.form-control:focus {
    border-color: #555;
}

.sucursal {
    margin-bottom: 0;
}

figure.sucursal-img img {
    object-position: center;
    height: 265px!important;
    width: 100%;
    object-fit: cover!important;
}


/* carrito */

.product-col .product-image-container {
    border: 0;
}

td.product-col {
    position: relative;
}

.remove-product {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

.btn-remove::before {
    content: '';
}

td {
    vertical-align: middle!important;
}

@media (max-width: 767px) {
    table.table-cart tr td:before {
        content: attr(data-title) " ";
        float: left;
        font-weight: 700;
    }
}

.btn-outline:not(:disabled):not(.disabled):active,
.btn-outline:not(:disabled):not(.disabled).active,
.show>.btn-outline.dropdown-toggle,
.btn-outline:hover,
.btn-outline.focus {
    border-color: #e00e14;
    color: #e00e14;
}


/* simulador */

.banner-simulador {
    height: auto!important;
}

span.total_simulador {
    margin: 0 20px;
    font-weight: 700;
    font-size: 18px;
    color: #333;
}

.noUi-handle {
    background: #ec1f25;
    box-shadow: none;
    width: 1.5rem!important;
    height: 1.5rem!important;
    top: -.5em!important;
}


/* footer */

.footer-divider {
    background-color: #ddd;
    background-image: none;
}

.footer {
    color: #252525;
    background-color: #ffffff;
}

.footer .widget-title {
    color: #252525;
    font-weight: 700;
}

.footer a:hover,
.footer a:focus {
    color: #ec1f25;
    text-decoration: none;
}

.info-list a:hover {
    color: #ec1f25!important;
    text-decoration: none;
}

.widget-newsletter .btn:hover,
.widget-newsletter .btn:focus {
    border-color: transparent;
    background-color: transparent;
    color: #ec1f25;
}

.widget-newsletter .form-control {
    padding-right: 4rem;
    border-color: #b7b7b7;
}

.widget-newsletter .btn {
    color: #313131;
    border-color: transparent;
    background-color: transparent;
    border-left: 0;
    padding: 16px 0;
    padding-left: 55px;
}

.widget-newsletter .form-control:focus {
    border-color: #aaa;
}

.footer-middle {
    padding: 2.5rem 0;
}

.footer .social-icon {
    width: 35px;
    height: 35px;
    background: #333;
}

.social-icon.social-instagram {
    background-color: #E1306C;
}

.footer .social-icon:hover,
.footer .social-icon:focus {
    text-decoration: none;
}

.footer .social-icon.social-instagram:hover,
.footer .social-icon.social-instagram:focus {
    background-color: #da2261;
}

.footer .social-icon.social-facebook:hover,
.footer .social-icon.social-facebook:focus {
    background-color: #24417b;
}

.footer .social-icon.social-twitter:hover,
.footer .social-icon.social-twitter:focus {
    background-color: #139cd2;
}

.social-icon.social-youtube {
    background-color: #FF0000;
}

.footer .social-icon.social-youtube:hover,
.footer .social-icon.social-youtube:focus {
    background-color: #d80000;
}

.footer-bottom {
    border-color: transparent;
}

.footer .social-icon {
    border-radius: 50%;
}

::selection {
    background-color: #999;
}

@media screen and (max-width: 479px) {
    .header-search {
        margin-right: 2rem;
    }
}

.owl-theme .owl-dots .owl-dot span {
    position: relative;
    width: 1rem;
    height: 1rem;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    border-color: transparent;
    background: #ec1f25;
}

.owl-theme .owl-dots .owl-dot span::before {
    background: #ec1f25;
}

.owl-theme:not(.products-slider) .owl-nav .owl-prev {
    left: -15px;
}

.owl-theme:not(.products-slider) .owl-nav .owl-next {
    right: -15px;
}

ol {
    list-style: decimal;
    list-style-position: inside;
}

@media (max-width:1023px) {
    .banner-simulador {
        height: 100%!important;
    }
}

@media (max-width:991px) {
    .mobile-menu-toggler {
        position: absolute;
        left: 1rem;
        top: 50%;
        transform: translateY(-50%);
    }
}

.modal-content {
    border-radius: 18px;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.09);
    border: 1px solid rgb(255, 255, 255);
}

.interes .owl-nav.disabled {
    display: block;
}

.header-middle {
    padding: 2rem 0;
    /* border-bottom: 1px solid #3c3c3c; */
}

.login_modal .modal-dialog {
    max-width: 400px;
}

.login-divider {
    margin: 20px 0;
    position: relative;
    text-align: center;
}

.login-divider:before {
    border-bottom: 1px solid #D6D6D6;
    bottom: 45%;
    content: " ";
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
}

.login-divider span {
    background-color: #fff;
    color: #333;
    display: inline-block;
    font-size: 16px;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
    text-align: center;
    z-index: 3;
}

.login_modal .btn-secondary {
    margin-bottom: 15px;
}


/* producto 2 */

.config-swatch-list li {
    border: 1px solid #d6d6d6;
    padding: 15px 25px;
    border-radius: 4px;
    margin: 10px 3px;
    width: 100px;
    height: 84px;
    overflow: hidden;
    text-align: center;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
}

.config-swatch-list li:hover {
    border: 1px solid #888;
    cursor: pointer;
}

.config-swatch-list li.active {
    border: 2px solid #e00e14;
}

.config-swatch-list a {
    width: auto;
    height: auto;
    text-decoration: none!important;
    box-shadow: none!important;
}

.config-swatch-list span.color {
    display: block;
    position: relative;
    width: 4rem;
    height: 4rem;
    transition: all .3s;
    border-radius: 50%;
    margin: auto;
}

.color-label {
    margin: 10px 0 0;
    text-align: center;
    font-size: 12px;
}

.capacidad {
    font-size: 20px;
    margin-bottom: 5px;
}

.capacidad-label {
    font-size: 12px;
    margin: 0;
}

.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.enabled {
    opacity: 1;
    pointer-events: all;
}

.config-swatch-list li.active a::before {
    display: none;
}

.header-login {
    margin-right: 25px;
}

nav.main-nav {
    margin-right: 0;
}

@media screen and (max-width: 991px) {
    .header-login {
        position: absolute;
        left: 58px;
    }
    .dropdown-menu.login-float.show {
        right: auto;
    }
    .cart-drop {
        max-height: 350px;
    }
    .login-cart.dropdown-menu.show::before {
        left: 13px;
    }
    .login-wrapper::after {
        left: 14px;
    }
    .login-wrapper::before,
    .login-wrapper::after {
        display: none;
    }
}

a.btn-link.item-link i {
    font-size: 23px;
}

.item-link-wrapper {
    display: flex;
    justify-content: space-around;
}

.item-link {
    display: flex!important;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-decoration: none!important;
}

.item-link .item-link-label {
    font-size: 14px;
    /* font-family: "SF Pro Light"; */
    margin-top: 11px;
}

.item-link:hover .item-link-label {
    color: #e00e14;
    transition: all .3s;
}

.lista {
    list-style: disc;
    list-style-position: inside;
}

.widget-search .search-submit {
    color: #909090;
}

.btn-floating {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    width: 47px;
    height: 47px;
    position: fixed;
    right: 5px;
    z-index: 1;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin: 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
}

.btn-floating i {
    display: inline-block;
    width: inherit;
    text-align: center;
    color: #fff;
    font-size: 3rem;
    line-height: 47px;
}

.btn-wha {
    bottom: 15px;
}


/* servicio tecnico */

.marcas-logos img {
    height: 265px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}


/* outlet */

.old-price+.product-price {
    color: #333;
    margin-left: .7rem;
}

.video-banner-surcursales {
    margin-top: 19rem;
}

@media screen and (max-width: 990px) {
    .video-banner-surcursales {
        margin-top: 84px;
    }
}

@media screen and (max-width: 768px) {
    .banner.banner-cat {
        transform: translateY(-1rem);
        height: 300px;
        padding-top: 0;
    }
}

@media screen and (min-width: 768px) {
    .banner.banner-cat {
        padding-top: 0;
        height: 300px;
        transform: translateY(-1rem);
    }
}


/* loader animation */

.bounce-loader img {
    animation: rotation 2s infinite linear;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

.cat-list li.active a {
    color: #eb1f25!important;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 100%;
    font-weight: 900;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label-info {
    background-color: #0071e3 !important;
}

.product-desc-content li {
    list-style: disc;
    list-style-position: inside;
}

.swal-modal,
.swal-button {
    border-radius: 0;
}

.swal-text {
    text-align: center;
}

.swal-modal .swal2-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 1.2em;
    height: 1.2em;
    transition: color 0.1s ease-out;
    border: none;
    background: transparent;
    color: #cccccc;
    font-family: serif;
    font-size: 40px;
    cursor: pointer;
}

.swal-modal .swal2-close:hover {
    color: #e00e14;
}

.swal-footer {
    text-align: center;
}

button.swal-button.swal-button--confirm {
    background-color: #e00e14;
    border-color: #e00e14;
}

.menu .megamenu.megamenu-fixed-width {
    right: auto;
    left: 0;
    width: 400px
}

.product-single-details .product-price {
    font-size: 2.1rem;
}

.sidebar-wrapper.sticky-active {
    margin-top: 3rem;
}

.ficha-precio {
    color: #e00e14 !important;
    font-weight: 600 !important;
    font-size: 2rem !important;
}

.categorias {
    font-size: 18px !important;
}

@media screen and (max-width: 1240px) {
    .categorias-list {
        left: 10%;
    }
}

@media screen and (min-width: 1241px) {
    .categorias-list {
        left: 8%;
    }
}

.mobile-menu-container {
    max-width: 345px;
}

.config-swatch-list a {
    border-radius: 50%;
}

.login-float {
    width: 25rem !important;
    padding-left: 25px;
}

#usr-menu-act:focus+#user-menu,
#user-menu:focus,
#usr-menu-act:hover+#user-menu,
#user-menu:hover {
    display: block;
}

#user-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#user-menu li a {
    width: 100%;
    text-align: left;
}

#user-menu {
    display: none;
    position: fixed;
    border: 1px solid #fff;
    background: #fff;
    z-index: 9999;
    min-width: 180px;
    right: 89px;
}

#user-menu li a {
    width: 100%;
    text-align: left;
    font-size: 14px;
    padding: 8px 10px !important;
    text-decoration: none;
    display: inline-block;
    color: #eb1f25;
}

#user-menu li a:hover {
    background: #eb1f25;
    color: white;
}

.cart-drop {
    overflow-x: hidden;
    max-height: 500px;
    height: auto;
}

.btn-facebook,
.btn-gplus {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    font-size: 17px;
    line-height: 1.17648;
    font-weight: 400;
    letter-spacing: -.022em;
    min-width: 28px;
    padding: 8px 16px;
    border-radius: 18px!important;
    color: #fff;
}

.price-box>* {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.price-box {
    margin: 0;
    background: #777777;
    border-radius: 5px;
    width: fit-content;
    width: -moz-fit-content;
    padding: 2px 10px;
}

.product-single-details .price-box {
    margin: 0;
}

.product-details .price-box {
    margin: auto;
}

.product-price {
    position: relative;
    color: #fff !important;
    margin-left: 12px;
    font-size: 1.8rem;
    margin: 0;
    font-weight: 600 !important;
}

.product-single-details .price-box-web {
    margin-bottom: 0;
}

.product-single-details .price-box-web .product-price {
    color: #222!important;
}

.saludo {
    width: 100%;
    min-height: 30px;
    right: 20px;
    font-family: "SF Pro Light", serif !important;
    color: #ffffff;
    font-weight: 700;
    padding: 1rem 2.2rem 0 2.2rem;
    text-align: end;
    font-size: 15px;
    background-color: rgba(0, 0, 0, 0.8);
}

.filter-toggle a::before {
    background-color: #646a70 !important;
}

.filter-toggle.opened a {
    background-color: rgba(0, 0, 0, 0.8) !important;
}


/* sidebar catalogo*/

.sidebar-shop .widget {
    padding: 2.5rem 2rem 2.1rem;
    border: 1px solid #efefef;
    border-bottom: 0;
    margin: 0;
}

.sidebar-shop .widget-title {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.1;
    text-transform: uppercase;
    color: #2b2b2d;
    font-family: "Open Sans", sans-serif;
    margin: 0;
}

.sidebar-shop .widget:last-child {
    border: 1px solid #efefef;
}

.sidebar-shop .widget-body {
    padding-top: 1.3rem;
    padding-bottom: 1.5rem;
}

.sidebar-shop .widget-body .custom-control {
    margin-top: 0;
}

.sidebar-shop .widget-body a {
    color: inherit;
}

.sidebar-shop .widget-title a {
    display: block;
    position: relative;
    padding: .2rem 0 .6rem;
    color: inherit;
}

.sidebar-shop .widget-title a.collapsed::after {
    content: '\e81c';
}

.sidebar-shop .widget-title a::after {
    content: '\e81b';
    font-family: porto;
    position: absolute;
    display: inline-block;
    font-size: 1.8rem;
    right: .1rem;
    top: 43%;
    transition: all .35s;
    transform: translateY(-50%);
    font-weight: 400;
}

.btn_wha {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #333333;
    border: 2px solid #fff;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
    z-index: 994;
}

.btn_wha:hover {
    background: rgb(27 179 84 / 90%);
}

.custom-control-label::before {
    border-color: #7C8E94;
    background-color: #7C8E94;
    color: #65829d;
}

@media (max-width:991.9px) {
    .home-slider-container,
    .home-slider,
    .home-slide,
    .home-slide .slide-bg {
        height: auto;
    }
    .home-slide-content h1 {
        font-size: 3rem;
    }
    .home-slide-content {
        top: 18px!important;
    }
    #main-index {
        /* top: 84px; */
        position: relative;
    }
}

@media (max-width:480px) {
    .home-slider-container,
    .home-slider,
    .home-slide,
    .home-slide .slide-bg {
        height: auto;
    }
    .home-slider.owl-carousel .owl-dots {
        display: none;
    }
}

@media (max-width:280px) {
    .home-slider-container,
    .home-slider,
    .home-slide,
    .home-slide .slide-bg {
        height: auto;
    }
}

.after-d-none::after {
    display: none!important;
}

#modal-preventa-galaxy .close {
    font-size: 2rem;
    color: #fff;
    opacity: 1;
    /* margin-right: 20px; */
    z-index: 100000000000;
    position: absolute;
    right: 0;
    padding: 6px 12px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 4px;
    /* margin-top: 12px; */
}

#modal-preventa-galaxy .close {
    background: transparent;
    padding: 3px 11px 6px 12px;
}

#modal-preventa-galaxy .modal-content {
    border-radius: 0px;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.09);
    border: 1px solid rgb(1 1 1);
    background-color: #171717;
}

#modal-preventa-galaxy .modal-dialog {
    max-width: 450px;
}

.text-preventa-form {
    color: #252525;
    font-weight: 800;
    line-height: 1.5;
}

.text-preventa-form span {
    color: #e00e14;
}

.input-max-width-unset {
    max-width: unset;
}

.best {
    background-color: #333333;
    padding: 0 7px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    display: block;
    text-align: center;
    transform: rotate(-45deg) translate(-30%, -18px);
    font-size: 1rem;
    position: relative;
    z-index: 999;
}

.best-producto {
    background-color: #333333;
    padding: 0 7px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    display: block;
    text-align: center;
    transform: rotate(-45deg) translate(-33%, -100px);
    font-size: 1rem;
    position: relative;
    z-index: 999;
}

.product-image-container {
    overflow: hidden;
}

.product-slider-container {
    overflow: hidden;
}

@media screen and (min-width:2300px) {
    .best {
        font-size: 1rem;
        transform: rotate(-45deg) translate(-33%, -80px);
    }
}

@media screen and (max-width:990px) {
    .best-producto {
        transform: rotate(-45deg) translate(-33%, -15px);
    }
}

@media screen and (max-width:768px) {
    .best-producto {
        transform: rotate(-45deg) translate(-33%, -50px);
    }
    .home-slide-content .btn.btn-link {
        margin-top: 0;
    }
}

@media screen and (max-width:450px) {
    .best {
        font-size: 1rem;
        transform: rotate(-45deg) translate(-30%, -12px);
    }
}

.slider-principal-ed {
    padding: 0 1rem;
    width: 90%;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 991.9px) {
    .home-slide-content {
        top: 40px!important;
    }
}

@media screen and (min-width: 992px) {
    #popup .modal-dialog {
        max-width: 495px;
    }
}

body.modal-open {
    padding-right: 0 !important;
    width: 100%;
    height: 100%;
    position: fixed;
}

#popup .modal-content {
    box-shadow: none !important;
}

.featured-products .product {
    background: #fff;
    border-radius: 10px;
    display: flex;
    height: 100%;
    flex-direction: column;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    padding-bottom: 27px;
}

.featured-products figure.product-image-container {
    padding: 11px;
}

.featured-products .product-details {
    padding: 0 20px;
}

.featured-products .owl-nav.disabled {
    display: block;
    opacity: 1;
    pointer-events: auto;
}

.featured-products .owl-nav [class*='owl-'] {
    background-color: #fff!important;
    color: #ccc;
    border-radius: 50%;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
    width: 35px;
    height: 35px;
}

.product-label {
    right: unset;
    left: 2rem;
    font-size: 1.6rem;
    padding: 10px 18px;
    border-radius: 0.8rem;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
}

.product-label.label-sale {
    background-color: #ec1f25;
    color: #fff;
}


/*Label de descuento */

.product-label {
    background-color: #202020;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    min-width: 46px;
    padding: .5rem;
    padding-top: 0.5rem;
    position: absolute;
    right: .8em;
    text-align: center;
    text-transform: uppercase;
    top: .8em;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-label.label-sale {
    background-color: #900;
    z-index: 3;
}

span.product-label.label-hot,
span.product-label.label-new,
span.product-label.label-sale {
    left: 0;
    right: auto;
    bottom: unset;
    border-radius: 50%;
    height: 45px;
    width: 40px;
    /* padding-top: 10px; */
    font-size: 11px;
}

span.product-label.label-new {
    padding-top: 18px;
    font-size: 9px;
}

span.product-label.label-hot.round-0,
span.product-label.label-new.round-0,
span.product-label.label-sale.round-0 {
    border-radius: 0;
    width: auto;
    padding-top: 0;
    font-size: 11px;
    height: auto;
    padding: 5px;
    margin-top: 1em;
}

.owl-carousel .owl-item img.icon-promo-inline,
img.icon-promo-inline {
    position: absolute;
    width: 80px !important;
    top: 55px;
    z-index: 1;
    /*right: -30px;*/
    right: -18px;
    object-fit: contain;
}


/*****/

.featured-products .product .product-title {
    height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.tag-principal-img {
    background: 0 0;
    position: absolute;
    z-index: 1;
    height: 100px;
    width: 70px;
    line-height: 40px;
    top: -1px;
    left: -1px;
    box-sizing: border-box;
}

.featured-products .product span.text.cuotas {
    height: 45px;
    display: block;
}

.header-logos {
    display: flex;
    align-items: center;
    position: absolute;
    left: 11%;
}

.header-ofertas {
    display: flex;
    align-items: center;
    position: absolute;
    right: 20.5%;
    /* animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-name: tada; */
}

.header-ofertas a img {
    margin: 0 auto;
    width: 80%;
}

@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(1, 1, 1) rotate( -1deg);
        transform: scale3d(1, 1, 1) rotate( -1deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.01, 1.01, 1.01) rotate( 1deg);
        transform: scale3d(1.01, 1.01, 1.01) rotate( 1deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.01, 1.01, 1.01) rotate( -1deg);
        transform: scale3d(1.01, 1.01, 1.01) rotate( -1deg);
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

.top-header {
    text-align: center;
    padding: .8rem 0;
    margin-bottom: 2rem;
    display: none;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    display: none;
    align-items: center;
    justify-self: center;
}

.top-header a {
    color: #fff;
    text-decoration: none;
}

.top-header a:hover {
    color: #e00e14;
    text-decoration: none;
}

.heade-img {
    margin: 0 10px;
    height: 50px;
}

.heade-img.heade-img-apple {
    height: 35px;
}

.sticky-header.fixed .header-logos img {
    height: 50px;
}

.sticky-header.fixed .header-logos .heade-img-apple {
    height: 35px;
}

.header-premios {
    display: flex;
    align-items: center;
    position: absolute;
    right: 18.8%;
}

.header-img {
    margin: 0 6px;
    height: 50px;
    cursor: pointer;
    transition: all .2s;
}

.header-img:hover {
    transform: scale(1.7);
    transition: all .2s;
}

.banner.banner-servicio {
    height: 0 !important;
    padding-top: 19rem;
}

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


/* /////////////Contador////////////// */

.container-banner-count {
    position: relative;
}

.container-text-banner-count {
    position: absolute;
    top: 50%;
    right: 4%;
    transform: translateY(-50%);
    width: 26%;
}

.container-text-banner-count .title-count {
    font-size: 46px;
    font-weight: 600;
}

.container-text-banner-count .text-count {
    font-size: 16px;
    color: #333;
    margin-bottom: 0;
}

#cuenta {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
    border-radius: 8px;
    padding: 1.6rem 0;
}

.simply-amount {
    display: block;
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.simply-word {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 10px;
    margin-top: 1rem;
    text-transform: uppercase;
}

.simply-amount {
    padding-left: 15px;
    padding-right: 15px;
}

.simply-section.simply-days-section .simply-amount {
    padding-left: 0;
}

.simply-section .simply-amount {
    position: relative;
}

.simply-section .simply-amount::after {
    content: ':';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -4px;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
}

.simply-section.simply-seconds-section .simply-amount::after {
    content: '';
}

.simply-section.simply-days-section .simply-word {
    padding-right: 15px;
}


/* /////////////Contador////////////// */

.btn-video {
    background: #fff;
    border-radius: 30px;
    padding: 1rem 2.5rem;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    margin-bottom: 2rem;
    transition: all .3s;
}

.btn-video:hover {
    background: #29363c;
    color: #fff;
}

.prod-thumbnail .owl-dot {
    height: 150px;
    display: flex;
    align-items: center;
}

.container-360-dot iframe {
    position: relative;
    z-index: -1;
}

.container-zoom-image {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.image-principal-ficha {
    height: 400px !important;
    object-fit: contain;
    cursor: zoom-in;
}

.image-principal-ficha:hover {
    cursor: zoom-in;
}

.img-dots-zoom {
    height: 100px;
    object-fit: contain;
}

.active .img-dots-zoom {
    border-bottom: 2px solid #d3d3d3!important;
}

.thumb-image {
    margin-top: 1rem;
}

.product-action-ficha .product-single-qty,
.product-action-ficha .add-cart {
    z-index: 0;
}

.product-action-ficha {
    margin-top: 1rem;
    margin-bottom: 0 !important;
    flex-wrap: nowrap !important;
    column-gap: 10px;
}

.producto-agotado {
    margin-bottom: 1.8rem !important;
}

.product-single-filter {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 0 !important;
    border: 0 !important;
}

.container-contado-credito {
    margin-top: 1.5rem;
}

.container-precio-cont {
    padding: 2rem;
    border: 1px solid #d2d2d7;
    border-radius: 4px;
    transition: all .3s;
    margin-bottom: 1.6rem;
}

.container-precio-cont:hover {
    border: 1px solid #333;
}

.title-options {
    color: #333;
    font-weight: 600;
    font-size: 2rem;
    padding-bottom: 1.6rem;
    border-bottom: 1px solid #d2d2d7;
    margin-bottom: 1.8rem;
}

.color-title {
    color: #333;
}

.h-title {
    height: 38px;
}

.container-precios {
    display: grid;
    grid-row-gap: 1rem;
    margin-bottom: 2rem;
}

.precio-web {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr max-content;
}

.precio-transferencia {
    display: grid;
    grid-template-columns: 1fr max-content;
    align-items: center;
}

.product-single-details .product-desc {
    padding-bottom: 0 !important;
    border: 0;
}

.color-item {
    width: 50px !important;
    height: 50px !important;
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    opacity: 1;
}

.fancybox-button {
    background: transparent;
}

.fancybox-is-open .fancybox-bg {
    opacity: 1;
}

.fancybox-button.fancybox-button--zoom {
    display: none !important;
}

.fancybox-button.fancybox-button--close svg {
    filter: invert(1);
}

.fancybox-bg {
    background: #ffff;
}

.zoomLens {
    width: 150px !important;
    height: 150px !important;
}

.item-section-index {
    height: 90vh;
}

.item-section-index .half-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.products-slider {
    padding: 1rem 0;
}

.products-slider .product {
    padding-bottom: 0;
}

.banner-title.banner-buscador {
    color: #333;
}

.banner-title.banner-buscador {
    font-size: 36px;
}

.hr-banner-buscador {
    margin-bottom: 0;
}


/* .buscador-section {
    border-bottom: 1px solid #e3e3e3;
} */

.label-agotado {
    color: #e00e14;
    background: transparent;
    border: 1px solid #e00e14;
    padding: .2rem;
}

.add-wishlist::before {
    display: none;
}

.add-wishlist::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f004";
    color: #ec1f25;
}

.img-cart-ficha {
    width: 16px;
}

.product-filters-container {
    margin-bottom: 2.5rem;
}


/* Icons color */

.footer .social-icon:nth-child(1) {
    background-color: #2b4170;
    background: -moz-linear-gradient(top, #3b5998, #2b4170);
}

.footer .social-icon:nth-child(2) {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.footer .social-icon:nth-child(3) {
    background: #1DA1F2;
}

.footer .social-icon:nth-child(4) {
    background: #FF0000;
}


/* Icons color */

#cuotero {
    width: 100%;
}

.grid-cuotero {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr auto;
    width: 100%;
}

.form-control.select-cuotero {
    margin: 0;
    height: 40px !important;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 13px !important;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 1rem;
}

.form-control.select-cuotero option {
    font-size: 13px;
    height: unset;
}

.add-cart-coutas {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #333;
    margin: 0;
    transition: all .3s;
}

.add-cart-coutas:hover {
    background: #484848;
}

.add-cart-coutas img {
    width: 25px !important;
    aspect-ratio: 1/1;
    margin: 0 auto;
}

.grid-metodos-pago {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 15px;
    row-gap: 15px;
}

.container-metodos-pago {
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #e6e6e6;
    padding: 15px;
    text-align: center;
    margin: 0;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.5;
}

.container-metodos-pago .icon-pago {
    width: 70px;
    aspect-ratio: 1/1;
    object-fit: contain;
}

.container-metodos-pago img {
    width: 60px;
    aspect-ratio: 1/1;
    object-fit: contain;
}

.container-metodos-pago p {
    margin: 0;
    height: 50px;
}

.item-metodos-pago input {
    display: none;
}

input[type="radio"]:checked~.container-metodos-pago {
    border: 1px solid #000;
}

.tabla-pago tr td {
    width: 50%;
}

.container-aviso {
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
}

.owl-nav-top .owl-nav {
    position: absolute;
    right: 0px;
    top: -40px;
}

.container-logos-itau {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    gap: 2rem;
    width: 90%;
    margin-bottom: 2rem;
}

.container-logo-footer {
    flex: 1 1 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.title-contacto {
    padding-bottom: 1.6rem;
    margin-bottom: 2.6rem;
    border-bottom: 1px solid #ebebeb;
    position: relative;
}

.title-contacto::after {
    content: ' ';
    width: 4.56em;
    display: block;
    position: absolute;
    bottom: -1px;
    height: 2px;
    background: #e00e14;
}

.pl-contacto {
    padding-left: 4rem !important;
}

.input-contacto {
    width: 100%;
    max-width: unset !important;
}

.titulo-call {
    font-size: 1.6rem;
    color: #111;
    margin-bottom: 0.5rem;
    display: inline-block;
}

.text-call {
    margin-left: 0 !important;
    margin-bottom: .2rem;
}

.btn-contacto {
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    padding: 0.8rem 1rem;
    font-size: 1.4rem;
    border-radius: 0.25rem;
    transition: all .2s ease-in-out;
    background: #4d4d4d;
    color: #fff !important;
    border-radius: 25px;
    margin-top: 1rem;
}

.btn-contacto:hover,
.btn-contacto:focus {
    opacity: .8;
    color: #fff;
    text-decoration: none;
}

.contact-info>div::after {
    display: none;
}

.margin-top-4 {
    margin-top: 4rem;
}

.padding-left-5 {
    padding-left: 4rem;
}

.footer-middle {
    padding: 0;
}

.header-logos-top {
    display: none;
    align-items: center;
}

.header-top-ofertas {
    display: none;
}

@media screen and (max-width:1280px) {
    .header-middle {
        padding-top: 0;
    }
    .header-logos {
        display: none;
    }
    .header-logos-top {
        display: flex;
        padding: 0 0.6rem;
        width: 100%;
    }
    .top-header {
        display: flex;
        justify-content: center;
    }
    .header-ofertas {
        display: none;
    }
    .header-img {
        height: 40px;
    }
    .header-premios {
        display: none;
    }
    .header-top-ofertas {
        display: flex;
        padding: 0 .6rem;
        justify-content: flex-end;        
        padding: 0 0.6rem;
        width: 100%;
    }
    .header-top-ofertas a img {
        height: 40px;
    }
    .top-header .heade-img {
        height: 34px;
    }
    .top-header .heade-img-apple{
        height: 24px;
    }
}

@media screen and (max-width:991px) {
    .header-logos {
        display: none;
    }
    .second-banner .home-slide {
        height: 55vh;
    }
    .home-slide-content h1 {
        font-size: 2.5rem;
        left: -15px;
    }
    .container-text-banner-count {
        position: absolute;
        top: 50%;
        right: 12%;
        transform: translateY(-50%);
    }
    .container-text-banner-count .title-count {
        font-size: 30px;
    }
    .simply-amount {
        font-size: 30px;
    }
    .header-middle {
        padding-top: 0px;
    }
    .pl-contacto {
        padding-left: 15px !important;
    }
    .margin-top-4 {
        margin-top: 1rem;
    }
    .padding-left-5 {
        padding-left: 15px;
    }
    .logo-footer {
        margin: 0 auto;
    }
}

@media screen and (max-width:768px) {
    .banner.banner-servicio {
        padding-top: 8rem;
    }
    .second-banner .home-slide {
        height: 27vh;
    }
    .wrapper-title {
        margin-top: 5%;
    }
    .half-title {
        font-size: 35px;
        padding: 0 2rem;
    }
    .second-slider.owl-carousel .owl-dots {
        bottom: 1.3rem;
    }
    .home-slide-content h1 {
        font-size: 2rem !important;
        position: relative;
        left: -15px;
    }
    .container-text-banner-count {
        width: 35%;
    }
    .container-text-banner-count .title-count {
        font-size: 22px;
        margin-bottom: 0;
    }
    .simply-amount {
        font-size: 22px;
    }
    #cuenta {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 1rem;
    }
    .prod-thumbnail .owl-dot {
        height: 100px;
        display: flex;
        align-items: center;
    }
    .container-360-dot iframe {
        height: 100%;
    }
    .product-description-details {
        margin-top: 3rem;
        margin-left: 0;
    }
    .container-precio-cont {
        padding: 1.6rem;
    }
    .grid-metodos-pago {
        grid-template-columns: 1fr 1fr;
    }
    .container-aviso {
        font-size: 16px;
        padding: 0 10px;
    }
    .container-logos-itau,
    .container-logo-bancard {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-left: 0;
    }
}

@media screen and (max-width:520px) {
    .image-principal-ficha {
        pointer-events: none;
    }
    .product-details .new-tag {
        position: initial;
        top: initial;
    }
    .item-section-index {
        height: initial;
    }
    .item-section-index .half-content {
        height: 100%;
        display: block;
    }
    .owl-nav-top .owl-nav {
        right: 10px;
    }
}

@media screen and (max-width:450px) {
    .second-banner .home-slide {
        height: 20vh;
    }
    .half-title {
        padding: 0 2rem;
    }
    .container-text-banner-count {
        right: unset;
        left: 50%;
        top: 88%;
        transform: unset;
        transform: translate(-50%, -50%);
        width: 50%;
    }
    .container-text-banner-count .title-count {
        font-size: 18px;
        line-height: 24px;
    }
    .container-text-banner-count .text-count {
        font-size: 14px;
        line-height: 18px;
        margin-top: 1rem;
    }
    #cuenta {
        margin-top: 0;
    }
    .simply-amount {
        font-size: 22px;
        padding: 0 10px;
    }
    .simply-word {
        margin-top: 0;
        padding-left: 5px;
        padding-right: 5px;
        display: none;
    }
    .simply-section .simply-amount::after {
        font-size: 18px;
    }
    .container-fluid.container-fluid-mobile {
        padding-left: 30px;
        padding-right: 30px;
    }
    .grid-metodos-pago {
        grid-template-columns: 1fr;
    }
    .container-logo-footer img {
        text-align: center;
        margin: 0 auto;
    }
    .container-logos-itau {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-areas: 'apple atp' 'teleton interventajas' 'ejecutivo rewards';
    }
    .container-logo-footer:nth-child(1) {
        grid-area: apple;
    }
    .container-logo-footer:nth-child(2) {
        grid-area: atp;
    }
    .container-logo-footer:nth-child(3) {
        grid-area: teleton;
    }
    .container-logo-footer:nth-child(5) {
        grid-area: interventajas;
    }
    .container-logo-footer:nth-child(4) {
        grid-area: ejecutivo;
    }
    .container-logo-footer:nth-child(6) {
        grid-area: rewards;
    }
}

.img-aviso {
    width: 100%;
    height: auto;
    object-fit: cover;
}


/* //Estilos Nuevos */

.menu.chapternav-items {
    column-gap: 2rem;
}

.menu::after {
    display: none;
}

.menu .chapternav-item {
    position: unset;
}

.menu .chapternav-item {
    margin-left: 0;
    padding-bottom: 1.5rem;
}

.menu .chapternav-item .chapternav-link {
    padding-right: 0 !important;
}

.menu .chapternav-item.show a.sf-with-ul::before {
    background: transparent;
    display: none;
}

.menu.sf-arrows .sf-with-ul::after {
    display: none;
}

.menu .chapternav-item .megamenu {
    left: 0;
    right: 0;
    border-radius: 0;
    padding: 1.4rem 0;
}

.menu .megamenu .list-megamenu {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
    width: 93%;
    margin: 0 auto;
}

.menu .megamenu .list-megamenu li {
    padding: 0;
}

.menu .megamenu .list-megamenu li a {
    font-size: 1rem !important;
    text-align: center;
    padding: 0.7rem 0.5rem;
}

.menu .megamenu .list-megamenu li .img-icon-megamenu {
    margin: 0 auto;
    padding-bottom: .5rem;
    height: 38px;
    aspect-ratio: 2/1;
    object-fit: contain;
}

.menu .megamenu .list-megamenu li:hover a {
    color: var(--negro);
}

.menu li:hover>a,
.menu li.show>a,
.menu li.active>a {
    background-color: transparent;
    color: var(--blanco);
}

a.chapternav-sucursales svg {
    height: 22px;
    aspect-ratio: 1/1;
    object-fit: contain;
    margin: 0;
    stroke: #c5c5c6;
}

a.chapternav-sucursales {
    margin-right: 25px;
}

.mensaje-explicacion {
    display: flex;
    align-items: flex-start;
    column-gap: .5rem;
    font-size: 1.2rem;
    line-height: 1.3;
    margin-top: 1rem;
    margin-bottom: 0;
}

.mensaje-explicacion img {
    width: 16px;
    aspect-ratio: 1/1;
    object-fit: contain;
    position: relative;
    top: -2px;
}

.error {
    display: flex;
    align-items: flex-start;
    column-gap: .5rem;
    font-size: 1.2rem;
    line-height: 1.3;
    margin-top: 1rem;
    margin-bottom: 0;
    color: #900;
    display: none;
}

.error img {
    width: 16px;
    aspect-ratio: 1/1;
    object-fit: contain;
    position: relative;
    top: -2px;
}

.form-group.error-mensaje .error {
    display: flex;
}

.form-group.success .error {
    display: none;
}

.btn-primary:hover {
    color: #ec1f25 !important;
}

.btn-primary.focus {
    color: #fff !important;
}

.img-modal-debito {
    width: 85px;
    aspect-ratio: 1/1;
    object-fit: contain;
    margin: 0 auto;
    text-align: center;
}

.text-modal-carrito {
    text-align: center;
    line-height: 1.5;
    font-size: 2rem;
    color: #333;
    margin-bottom: 2.5rem;
}

.btn-ir-tarjeta {
    background: #ec1f25;
    color: var(--blanco);
    text-align: center;
    text-decoration: none;
    padding: 10px 24px;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    width: 150px;
    border-radius: 4px;
}

.btn-ir-tarjeta:hover {
    background: #ec1f25;
    text-decoration: none;
    color: var(--blanco);
}

@media screen and (min-width: 992px) {
    #debitoAddModal .modal-content {
        border-radius: 4px;
    }
    #debitoAddModal .modal-dialog {
        max-width: 480px;
    }
    #debitoAddModal .modal-body {
        padding: 3rem;
    }
    #debitoAddModal .close {
        position: absolute;
        top: 10px;
        right: 10px;
    }
}

.nav-mobile {
    display: none;
    width: 100%;
}

.list-menu-nav-mobile {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
}

.link-menu-mobile {
    text-align: center;
    color: var(--blanco);
}

.img-menu-mobilele {
    height: 30px;
    aspect-ratio: 1/1;
    object-fit: contain;
    text-align: center;
    margin: 0 auto;
    filter: invert(1);
}

.text-menu-mobile {
    text-transform: uppercase;
    font-size: 1rem;
    text-align: center;
    margin: 0;
    color: #111;
}

.carousel-sections {
    height: 100%;
}

.carousel-sections .owl-stage-outer,
.carousel-sections .owl-stage,
.carousel-sections .owl-item {
    height: 100%;
}

.carousel-sections .owl-nav.disabled {
    display: block;
}

.carousel-sections .owl-nav .owl-prev {
    left: 0 !important;
}

.carousel-sections .owl-nav .owl-next {
    right: 0 !important;
}

.carousel-sections .owl-nav .owl-prev,
.carousel-sections .owl-nav .owl-next {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-sections .owl-nav .owl-prev i,
.carousel-sections .owl-nav .owl-next i {
    color: var(--blanco);
}
.b24-widget-button-position-bottom-right {
    right: 20px !important;
    bottom: 30px !important;
}
@media screen and (min-width: 1500px) {
    .menu .megamenu:not(.megamenu-fixed-width) {
        max-width: initial;
    }
}

@media (max-width: 991.9px) {
    .header-bottom {
        display: block;
        border-bottom: 0;
    }
    #chapternav {
        display: none;
    }
    .header-bottom {
        background: #fbfbfd !important;
    }
    .nav-mobile {
        display: flex;
    }
}
.grid-container-logos-footer{
    display: grid;
	grid-template-columns: repeat(auto-fit, minmax(100px, .5fr));
	gap: 1.6rem;
    margin-bottom: 4rem;
}
.img-itau {
    height: 50px;
    aspect-ratio: 2/1;
    object-fit: contain;
}

.img-apple {
    height: 35px;
    filter: invert(1);
}
@media screen and (max-width:768px){
    .grid-container-logos-footer{
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
}