@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i");
@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%;
    height: 100%
}

body {
    background-color: #f6f6f6;
    color: #777;
    font: normal 400 1.4rem/1.4 "Open Sans", sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch
}

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

::-moz-selection {
    background-color: #0e0e0e;
    color: #fff
}

::selection {
    background-color: #0e0e0e;
    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 {
    max-width: 1730px;
    margin: 5.5rem auto 5.2rem;
    border: 0;
    border-top: 1px solid #dfdfdf
}

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
}

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

@keyframes rotating {
    from {
        transform: rotate(0deg)
    }
    to {
        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)
    }
    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes bouncedelay {
    0%,
    80%,
    100% {
        transform: scale(0)
    }
    40% {
        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
}

.choices-loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 102%;
    transition: all .5s ease-in-out;
    background: rgba(255, 255, 255, .7);
    z-index: 999999
}

.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, .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 {
    margin-bottom: 1.8rem;
    color: #252525;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.1
}

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

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

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

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

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

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

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

a:hover,
a:focus {
    color: #0e0e0e;
    text-decoration: underline
}

.heading {
    margin-bottom: 5rem
}

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

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

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

.title {
    text-transform: uppercase
}

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

.text-primary {
    color: #0e0e0e !important
}

.pre-checkout-item-name {
    font-size: 2.5rem
}

.pre-checkout-header {
    position: relative;
    font-weight: normal
}

@media screen and (max-width:767px) {
    .pre-checkout-header {
        font-weight: bold
    }
}

@media screen and (min-width:768px) {
    h1,
    .h1 {
        font-size: 4rem
    }
}

@media screen and (min-width:992px) {
    h1,
    .h1 {
        font-size: 5rem
    }
}

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

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

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

.main {
    flex-grow: 1;
    flex-shrink: 0;
    background: #f6f6f6
}

.main-pre-checkout {
    flex-grow: 1;
    flex-shrink: 0;
    background: #fff
}

@media screen and (min-width:576px) {
    .main-pre-checkout {
        background: #f6f6f6
    }
}

.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;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .6);
    z-index: 1041
}

@media screen and (min-width:1200px) {
    .padding-left-lg {
        padding-left: 45px
    }
    .padding-right-lg {
        padding-right: 45px
    }
    .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
    }
}

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

@media screen and (min-width:1280px) {
    .custom-container {
        max-width: 1000px !important
    }
}

.header {
    flex-shrink: 0
}

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

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

.header-right {
    margin-left: auto
}

.header-center {
    margin-right: auto;
    margin-left: auto
}

.header-info {
    background-color: #1d1d1d;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: .025rem;
    line-height: 1.5
}

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

.header-info a {
    color: inherit
}

.header-info .modal-body {
    color: #0e0e0e
}

.header-info li {
    padding-top: 1.1rem;
    padding-bottom: 1.1rem
}

.header-info-list {
    display: none;
    margin: 0;
    text-transform: uppercase
}

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

.header-info-list>li {
    float: left
}

.header-info-list>li+li {
    margin-left: 3.5rem
}

.header-top {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #eee;
    color: #4a4a4a;
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: .025rem;
    line-height: 1.5
}

.header-top a {
    color: inherit
}

.header-middle .header-image-left,
.header-middle .header-image-right {
    max-height: 80px;
    margin-top: 2rem;
    margin-bottom: 2rem
}

.header-dropdown {
    position: relative;
    text-transform: uppercase
}

.header-dropdown>a {
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 1.1rem
}

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

.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;
    top: 100%;
    left: 0;
    min-width: 100%;
    padding-top: .4rem;
    padding-bottom: .4rem;
    transition: all .25s;
    border: 1px solid #ccc;
    background-color: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, .1);
    opacity: 0;
    visibility: hidden;
    z-index: 20
}

.header-right .header-menu {
    right: 0;
    left: auto
}

.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 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 2px 9px;
    white-space: nowrap
}

.header-menu a {
    color: inherit
}

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

.header-dropdowns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.header-dropdowns .header-dropdown+.header-dropdown {
    margin-left: 5px
}

.header-dropdowns .header-dropdown>a {
    padding: .75rem 1.8rem .75rem .7rem;
    background-color: #e6e3df;
    color: #4a4a4a;
    font-size: 1.1rem;
    text-transform: uppercase
}

.header-dropdowns .header-dropdown>a::after {
    right: .7rem
}

.header-dropdowns .header-menu {
    font-size: 1.1rem
}

.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, .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;
    border-color: transparent transparent #fff
}

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

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

.cart-dropdown:hover .dropdown-menu,
.compare-dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible
}

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

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

.compare-dropdown .dropdown-toggle {
    text-transform: uppercase
}

.compare-dropdown .dropdown-toggle i {
    margin-top: -.2rem;
    margin-right: .2rem
}

.compare-dropdown .dropdown-toggle i::before {
    margin: 0
}

.compare-dropdown .dropdown-toggle::after {
    display: none
}

.compare-products {
    margin: 0;
    padding: 0;
    list-style: none
}

.compare-products .product {
    position: relative;
    margin: 0;
    padding: .5rem 0;
    box-shadow: none !important
}

.compare-products .product:hover {
    box-shadow: none
}

.compare-products .product-title {
    margin: 0;
    color: #696969;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.35;
    text-transform: uppercase
}

.compare-products .btn-remove {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 50%;
    right: 0;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    width: 2.3rem;
    height: 2.3rem;
    margin-top: -1.2rem;
    padding: .5rem 0;
    color: #777;
    font-size: 1.3rem;
    line-height: 1;
    text-align: center;
    overflow: hidden
}

.compare-actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 2rem
}

.compare-actions .action-link {
    display: inline-block;
    color: #777;
    font-size: 1.1rem;
    text-transform: uppercase
}

.compare-actions .btn {
    min-width: 110px;
    margin-left: auto;
    padding: .9rem 1rem;
    border: 0;
    border-radius: .2rem;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: .025rem;
    text-align: center;
    text-transform: uppercase
}

.cart-dropdown {
    margin-left: auto
}

.cart-dropdown .dropdown-toggle {
    display: -ms-flexbox;
    display: inline-flex;
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    padding: .6rem 0;
    font-family: "Oswald", sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    text-transform: uppercase
}

.cart-dropdown .dropdown-toggle .cart-count {
    margin-right: .5rem;
    font-weight: 700
}

.cart-dropdown .dropdown-toggle::before {
    display: inline-block;
    margin: .2rem .6rem 0 0;
    color: #0e0e0e;
    font-family: 'porto';
    font-size: 2.4rem;
    line-height: 1;
    content: ''
}

.cart-dropdown .dropdown-toggle::after {
    display: none
}

.cart-dropdown .dropdown-menu {
    right: 0;
    left: auto;
    padding-top: .5rem
}

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

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

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

.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;
    overflow: visible
}

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

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

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

.cart-dropdown .btn-remove {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: -1rem;
    right: -1rem;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: 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, .2)
}

.cart-dropdown .btn-remove:hover,
.cart-dropdown .btn-remove:focus {
    color: #0e0e0e;
    box-shadow: 0 3px 7px rgba(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: .2rem;
    border-color: #0e0e0e;
    background-color: #0e0e0e;
    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: #222;
    background-color: #222;
    color: #fff
}

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

.header-search .header-search-wrapper {
    display: none;
    position: relative;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    border-radius: 0;
    background-color: #fff;
    overflow: visible
}

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

.header-search .header-search-wrapper.show {
    display: -ms-flexbox;
    display: flex
}

.header-search form {
    position: relative;
    margin: 0
}

.header-search .form-control {
    width: 100%;
    height: 30px;
    margin: 0;
    padding: .7rem 3.3rem .7rem 1.1rem;
    border: 0;
    border-radius: 0;
    background-color: #e6e3df;
    color: #4a4a4a;
    font: 600 1.1rem/1.5 "Open Sans", sans-serif;
    text-transform: uppercase;
    box-shadow: none
}

.header-search .form-control:focus {
    background-color: #e6e3df
}

.header-search .form-control::-webkit-input-placeholder {
    color: #4a4a4a
}

.header-search .form-control::-moz-placeholder {
    color: #4a4a4a
}

.header-search .form-control:-ms-input-placeholder {
    color: #4a4a4a
}

.header-search .form-control::-ms-input-placeholder {
    color: #4a4a4a
}

.header-search .form-control::placeholder {
    color: #4a4a4a
}

.header-search .search-toggle {
    min-width: 2.5rem;
    padding: 1rem 0;
    color: #333;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    text-align: center
}

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

.header-search .btn {
    position: absolute;
    top: 50%;
    right: .6rem;
    min-width: 0;
    height: 30px;
    margin: 0;
    padding: 0 3px 0 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 0;
    border-radius: 0;
    background-color: transparent;
    color: #434343;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    cursor: pointer
}

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

.header-search .btn:hover,
.header-search .btn:focus {
    color: #0e0e0e
}

.header-contact {
    position: relative;
    color: #fff;
    font-size: 1.1rem;
    letter-spacing: 0;
    line-height: 1.5;
    text-transform: uppercase
}

.header-contact span {
    margin-right: .6rem
}

.header-contact a {
    color: inherit
}

.header-bottom {
    position: relative;
    border-top: 1px solid #eee
}

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

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

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

.partner-logo {
    max-width: 100px
}

@media screen and (min-width:768px) {
    .header-info-list {
        display: block
    }
}

@media screen and (min-width:992px) {
    .dropdown-expanded>a {
        display: none
    }
    .dropdown-expanded .header-menu {
        position: static;
        top: auto;
        right: auto;
        left: auto;
        padding: 0;
        border: 0;
        background-color: transparent;
        box-shadow: none;
        opacity: 1;
        visibility: visible
    }
    .dropdown-expanded .header-menu ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }
    .dropdown-expanded .header-menu ul li+li {
        margin-left: 2.4rem
    }
    .dropdown-expanded .header-menu ul a {
        padding: 0
    }
    .dropdown-expanded .header-menu a {
        color: inherit
    }
    .dropdown-expanded .header-menu a:hover,
    .dropdown-expanded .header-menu a:focus {
        background-color: transparent;
        color: #4a4a4a;
        text-decoration: underline
    }
    .header-search .search-toggle {
        display: none
    }
    .header-search form {
        width: 220px
    }
    .header-search .header-search-wrapper {
        display: -ms-flexbox;
        display: flex
    }
    .header-dropdowns .header-dropdown+.header-dropdown {
        margin-left: 14px
    }
    .header-dropdowns .header-dropdown>a {
        min-width: 70px;
        padding: .75rem 3rem .75rem 1rem
    }
    .header-dropdowns .header-dropdown>a::after {
        right: 1.1rem
    }
}

@media screen and (max-width:991px) {
    .header-search .header-search-wrapper {
        position: absolute;
        top: 100%;
        right: 0;
        width: 220px;
        margin-top: 1rem;
        border: 5px solid #e6e3df;
        box-shadow: 0 4px 12px rgba(0, 0, 0, .075);
        z-index: 99
    }
    .header-search .header-search-wrapper .form-control {
        background-color: #fff
    }
    .header-search .header-search-wrapper::before {
        display: block;
        position: absolute;
        top: -23px;
        right: -3px;
        width: 20px;
        height: 20px;
        border: 10px solid transparent;
        border-bottom-color: #e6e3df;
        content: ''
    }
    .header-search form {
        width: 100%
    }
    .header-center {
        margin-right: 0;
        margin-left: auto
    }
    .header-middle {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }
    .header-bottom {
        display: none
    }
    .mobile-menu-toggler {
        display: -ms-flexbox;
        display: flex
    }
}

@media screen and (max-width:767px) {
    .mobile-menu-toggler {
        margin-right: .3rem
    }
}

@media screen and (max-width:479px) {
    .header-dropdowns {
        display: none
    }
    .logo {
        max-width: 180px
    }
    .header-middle .container {
        position: relative
    }
    .mobile-menu-toggler {
        position: absolute;
        top: 50%;
        left: 1rem;
        margin: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media(max-width:360px) {
    .cart-dropdown .dropdown-menu,
    .compare-dropdown .dropdown-menu {
        width: 260px
    }
    .cart-dropdown .dropdownmenu-wrapper,
    .compare-dropdown .dropdownmenu-wrapper {
        padding: 1rem 1.4rem
    }
    .dropdown-cart-action .btn {
        min-width: 100px
    }
}

.main-nav {
    display: none
}

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

.menu {
    line-height: 1.8
}

.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 .25s;
    color: #696969;
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap
}

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

.menu li .menu-title a {
    padding: .7rem 2rem;
    color: #141a1f;
    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.25rem 0;
    background-color: transparent;
    color: #111;
    font-family: "Oswald", sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: .01rem
}

.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
}

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

.menu ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 240px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    z-index: 99
}

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

.menu .megamenu {
    display: none;
    position: absolute;
    top: 100%;
    right: 1.5rem;
    left: 1.5rem;
    padding: 1rem;
    z-index: 999
}

.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.3rem
}

.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;
    -webkit-transform: rotate(45deg);
    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;
    margin-top: -1px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'porto';
    font-size: 1.3rem;
    line-height: 1;
    content: ''
}

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

.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, .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: #0e0e0e
}

.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-family: "Open Sans", sans-serif;
    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
}

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

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

.mmenu-active .mobile-menu-container {
    -webkit-transform: translateX(0);
    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, .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;
    border-bottom: 1px solid #1a1a1a;
    list-style: none
}

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

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

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

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

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

.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
}

.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: ''
}

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

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

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

.sticky-header.fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    border-bottom: .1rem solid #f3f3f3;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    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
}

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

.sticky-header.fixed .logo,
.sticky-header.fixed .cart-dropdown {
    display: block
}

.sticky-header.fixed .cart-dropdown .dropdown-menu {
    padding-top: .4rem
}

.sticky-header.fixed-nav {
    position: fixed;
    top: 46px;
    right: 0;
    left: 0;
    height: 38px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(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 {
    margin: 0 auto;
    padding-left: 1.5rem
}

@media screen and (max-width:991px) {
    .sticky-header.fixed-nav {
        top: 0
    }
}

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

.footer {
    flex-shrink: 0;
    background-color: #1d1d1d;
    color: #90969a;
    font-size: 1.3rem;
    line-height: 1.4;
    position: relative;
    z-index: 1
}

.footer .social-icon {
    width: 4.8rem;
    height: 4.8rem;
    margin-bottom: 0;
    background-color: #2c2c2c;
    color: #fff;
    font-size: 1.8rem
}

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

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

.footer .footer-bottom p,
.footer .footer-bottom img {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.footer .footer-middle {
    margin-top: 4rem;
    margin-bottom: 2rem
}

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

.footer-top {
    border-bottom: 1px solid #2c2c2c
}

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

.footer .widget {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem
}

.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: 3rem
}

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

.contact-info {
    margin-bottom: 0
}

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

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

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

.widget-newsletter form {
    position: relative;
    max-width: 370px;
    margin-bottom: 0
}

.widget-newsletter .form-control {
    height: 5rem;
    margin-bottom: 1rem;
    padding: 1.45rem 13.7rem 1.45rem 2rem;
    border: 1px solid #2c2c2c;
    border-radius: 0;
    background-color: #2c2c2c;
    color: #6b7074;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1
}

.widget-newsletter .form-control:focus {
    border-color: #2c2c2c;
    background-color: #1d1d1d;
    color: #6b7074
}

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

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

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

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

.widget-newsletter .btn {
    display: inline-block;
    position: absolute;
    top: 1px;
    right: 1px;
    padding: 1.6rem 1.9rem;
    border-radius: 0;
    border-left-color: #3b3b3b;
    background-color: #2c2c2c;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    text-transform: uppercase
}

.widget-newsletter .btn:hover,
.widget-newsletter .btn:focus {
    background-color: #1e1e1e;
    color: #fff
}

.footer-bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #3d3d38
}

.footer-copyright {
    margin-bottom: 1.2rem
}

.footer-payments {
    max-height: 35px;
    margin-bottom: 15px
}

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

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

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

@media screen and (min-width:768px) {
    .footer .widget-social .social-icons {
        margin-bottom: 0;
        float: right
    }
}

@media screen and (min-width:992px) {
    .footer .widget {
        margin-bottom: 4rem
    }
    .footer-top {
        padding-top: 2.8rem
    }
    .footer-top .widget {
        margin-bottom: 1.3rem
    }
    .footer-bottom {
        flex-direction: row
    }
    .footer-copyright {
        margin-bottom: 0
    }
    .footer .payment-icons {
        margin-left: auto
    }
    .footer-payments {
        margin-bottom: 0
    }
    .footer .social-icons {
        margin-left: auto
    }
}

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

.product-intro.owl-carousel.owl-theme .owl-nav.disabled+.owl-dots {
    margin: 0
}

.product-intro.owl-carousel.owl-theme .owl-dots {
    top: -58px;
    position: absolute;
    right: 0
}

.product-intro.owl-carousel.owl-theme .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 14px;
    height: 14px;
    border: 2px solid;
    background: none;
    margin: 5px 2px;
    border-radius: 7px;
    border-color: rgba(0, 68, 102, .4);
    transition: opacity .2s
}

.product-intro.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.product-intro.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: none;
    border-color: #0e0e0e
}

.product-intro.owl-carousel.owl-theme .owl-dots .owl-dot.active span::before,
.product-intro.owl-carousel.owl-theme .owl-dots .owl-dot:hover span::before {
    display: none
}

.product-intro.owl-carousel.owl-theme .owl-dots .owl-dot.active span::after,
.product-intro.owl-carousel.owl-theme .owl-dots .owl-dot:hover span::after {
    content: '';
    position: absolute;
    left: 3px;
    bottom: 3px;
    right: 3px;
    top: 3px;
    border-radius: 10px;
    background-color: #0e0e0e
}

.product-intro.owl-carousel.owl-theme .owl-nav {
    color: #333;
    font-size: 2.4rem
}

.product-intro.owl-carousel.owl-theme .owl-nav .owl-prev,
.product-intro.owl-carousel.owl-theme .owl-nav .owl-next {
    opacity: 0;
    transition: opacity .2s, transform .4s;
    top: 30%;
    width: 30px
}

.product-intro.owl-carousel.owl-theme .owl-nav .owl-prev {
    text-align: left;
    left: -30px;
    padding-right: 30px;
    transform: translateX(-10px)
}

.product-intro.owl-carousel.owl-theme .owl-nav .owl-next {
    text-align: right;
    right: -30px;
    padding-left: 30px;
    transform: translateX(10px)
}

.product-intro.owl-carousel.owl-theme:hover .owl-prev,
.product-intro.owl-carousel.owl-theme:hover .owl-next {
    transform: translateX(0);
    opacity: 1
}

.product-panel {
    margin-bottom: 3.5rem
}

.product-panel .section-title {
    color: #313131;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    margin-bottom: 2.4rem
}

.product-panel .section-title h2 {
    font: 700 1.6rem "Open Sans", sans-serif;
    letter-spacing: -.01em;
    line-height: 22px;
    text-transform: uppercase
}

.product-intro {
    padding-bottom: 1.6rem
}

.product-default {
    color: #777;
    margin-bottom: 2rem
}

.product-default a {
    color: #777;
    overflow: hidden;
    text-overflow: ellipsis
}

.product-default a:hover {
    color: #0e0e0e;
    text-decoration: none
}

.product-default figure {
    margin-bottom: 1.6rem;
    position: relative
}

.product-default figure img {
    transition: all .5s
}

.product-default figure img:last-child {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    left: 0
}

.product-default figure img:first-child {
    opacity: 1;
    position: relative
}

.product-default .label-group {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: .8rem;
    left: .8rem
}

.product-default .label-group>* {
    margin-bottom: 5px
}

.product-default .product-label {
    text-transform: uppercase;
    padding: 5px 11px;
    font: 600 1rem/1 "Open Sans", sans-serif;
    color: #fff
}

.product-default .product-label.label-sale {
    background-color: #62b959
}

.product-default .product-label.label-cut {
    background-color: #e27c7c
}

.product-default .product-details {
    align-items: center;
    justify-content: center
}

.product-default .product-details .best-deal-box img {
    position: absolute;
    top: -13px;
    left: -6px;
    max-width: 120px
}

.product-default .category-list {
    font: 400 1rem "Open Sans", sans-serif;
    line-height: 1.7;
    opacity: .8;
    text-transform: uppercase
}

.product-default .product-title {
    font: 400 1.5rem "Open Sans", sans-serif;
    letter-spacing: -.01em;
    line-height: 1.35;
    margin-bottom: 0;
    text-overflow: ellipsis;
    overflow: hidden
}

.product-default .tooltiptext {
    visibility: hidden;
    position: absolute;
    background-color: #333;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    letter-spacing: .01em;
    text-align: center;
    padding: 1rem .7rem;
    z-index: 1;
    opacity: 0;
    transition: opacity .3s;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%)
}

.product-default .product-action {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    color: #333
}

.product-default .btn-icon-wish,
.product-default .btn-quickview {
    display: flex;
    border: 1px solid #ddd;
    font-size: 1.6rem;
    margin: 0 2px;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all .25s ease;
    transform: translateX(200%)
}

.product-default .btn-icon-wish.checked,
.product-default .btn-quickview.checked {
    color: #e27c7c
}

.product-default .btn-icon-wish.checked i::before,
.product-default .btn-quickview.checked i::before {
    content: ''
}

.product-default .btn-quickview {
    font-size: 1.4rem;
    transform: translateX(-200%)
}

.product-default .btn-add-cart {
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 0 1rem;
    font: 1.4rem "Oswald", sans-serif;
    line-height: 32px;
    margin: 0 2px;
    cursor: pointer;
    transition: all .25s ease
}

.product-default .btn-add-cart i {
    font-size: 1.8rem;
    margin-bottom: 2px
}

.product-default .btn-add-cart i::before {
    margin: 0 4px 0 0
}

.product-default:hover {
    z-index: 2
}

.product-default:hover figure {
    box-shadow: 0 15px 25px -5px rgba(0, 0, 0, .04)
}

.product-default:hover figure img:last-child {
    opacity: 1
}

.product-default:hover .btn-add-cart {
    background-color: #0e0e0e;
    border-color: #0e0e0e;
    color: #fff
}

.product-default:hover .product-action a {
    transform: translateX(0);
    opacity: 1
}

.tooltip-top::after {
    content: "";
    position: absolute;
    top: 96%;
    left: 50%;
    margin-left: -6px;
    border-width: 6px;
    border-style: solid;
    border-color: #333 transparent transparent transparent
}

.old-price {
    text-decoration: line-through;
    font-size: 1.4rem;
    letter-spacing: .005em;
    font-weight: 600;
    color: #999;
    font-family: "Open Sans";
    margin-right: 3px
}

.product-price {
    padding: 30px 0;
    color: #000;
    font: 600 2rem/.8 "Oswald", sans-serif
}

.savings-container {
    position: absolute;
    top: 10px;
    width: 100%
}

.retail-price {
    display: block;
    font-size: 1.1rem;
    text-align: center
}

.price-savings {
    display: block;
    font-size: 1.2rem;
    position: absolute;
    top: 40px
}

.basket-summary-savings {
    margin-bottom: 10px
}

.basket-summary-savings .retail-price {
    display: inline;
    margin-bottom: 10px
}

.basket-summary-savings .retail-price .retail-price-label {
    display: inline
}

.basket-summary-savings .price-savings {
    position: static;
    display: inline;
    margin-bottom: 0
}

.price-box {
    margin-bottom: .2rem
}

.price-box .best-deal-box img {
    max-height: 3em
}

.price-box .best-deal-box {
    width: 110px;
    position: absolute;
    top: -32px;
    left: -16px
}

.payment-icon img {
    height: 30px;
    max-width: 60px
}

.payment-icon.small img {
    height: 30px;
    max-width: 35px
}

@media screen and (max-width:991px) {
    .payment-icon img {
        height: 25px
    }
}

.ratings-container {
    line-height: 1;
    margin: 0 0 10px 1px;
    cursor: pointer;
    position: relative;
    display: inline-block
}

.ratings-container .product-ratings,
.ratings-container .ratings {
    position: relative;
    display: inline-block;
    font-size: 13px;
    letter-spacing: .1em;
    font-family: 'porto'
}

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

.ratings-container .product-ratings::before {
    content: "" "" "" "" "";
    color: rgba(0, 0, 0, .16)
}

.ratings-container .product-ratings:hover .tooltiptext {
    visibility: visible;
    opacity: 1
}

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

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

.divide-line {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0
}

.divide-line>.col-1:nth-child(n) {
    border-right: 1px solid rgba(0, 0, 0, .09);
    border-bottom: 1px solid rgba(0, 0, 0, .09)
}

.divide-line>.col-1:nth-child(12n) {
    border-right: none
}

.divide-line>.col-2:nth-child(n) {
    border-right: 1px solid rgba(0, 0, 0, .09);
    border-bottom: 1px solid rgba(0, 0, 0, .09)
}

.divide-line>.col-2:nth-child(6n) {
    border-right: none
}

.divide-line>.col-3:nth-child(n) {
    border-right: 1px solid rgba(0, 0, 0, .09);
    border-bottom: 1px solid rgba(0, 0, 0, .09)
}

.divide-line>.col-3:nth-child(4n) {
    border-right: none
}

.divide-line>.col-4:nth-child(n) {
    border-right: 1px solid rgba(0, 0, 0, .09);
    border-bottom: 1px solid rgba(0, 0, 0, .09)
}

.divide-line>.col-4:nth-child(3n) {
    border-right: none
}

.divide-line>.col-5:nth-child(n) {
    border-right: 1px solid rgba(0, 0, 0, .09);
    border-bottom: 1px solid rgba(0, 0, 0, .09)
}

.divide-line>.col-5:nth-child(2n) {
    border-right: none
}

.divide-line>.col-6:nth-child(n) {
    border-right: 1px solid rgba(0, 0, 0, .09);
    border-bottom: 1px solid rgba(0, 0, 0, .09)
}

.divide-line>.col-6:nth-child(2n) {
    border-right: none
}

.divide-line>.col-7:nth-child(n) {
    border-right: 1px solid rgba(0, 0, 0, .09);
    border-bottom: 1px solid rgba(0, 0, 0, .09)
}

.divide-line>.col-7:nth-child(1n) {
    border-right: none
}

.divide-line>.col-8:nth-child(n) {
    border-right: 1px solid rgba(0, 0, 0, .09);
    border-bottom: 1px solid rgba(0, 0, 0, .09)
}

.divide-line>.col-8:nth-child(1n) {
    border-right: none
}

.divide-line>.col-9:nth-child(n) {
    border-right: 1px solid rgba(0, 0, 0, .09);
    border-bottom: 1px solid rgba(0, 0, 0, .09)
}

.divide-line>.col-9:nth-child(1n) {
    border-right: none
}

.divide-line>.col-10:nth-child(n) {
    border-right: 1px solid rgba(0, 0, 0, .09);
    border-bottom: 1px solid rgba(0, 0, 0, .09)
}

.divide-line>.col-10:nth-child(1n) {
    border-right: none
}

.divide-line>.col-11:nth-child(n) {
    border-right: 1px solid rgba(0, 0, 0, .09);
    border-bottom: 1px solid rgba(0, 0, 0, .09)
}

.divide-line>.col-11:nth-child(1n) {
    border-right: none
}

.divide-line:not(.up-effect) .product-default .btn-quickview {
    width: calc(100% - 30px);
    margin: 0 15px
}

.divide-line:not(.up-effect) .product-default .product-details {
    padding: 0 1.5rem
}

.divide-line.up-effect .product-default {
    padding: 5rem 0 0;
    margin: 0;
    transition: all .3s
}

.divide-line.up-effect .product-default .product-action {
    transition: all .3s;
    opacity: 0
}

.divide-line.up-effect .product-default:hover {
    padding: 1rem 0 4rem
}

.divide-line.up-effect .product-default:hover .product-action {
    opacity: 1
}

.divide-line .product-default {
    margin-bottom: 0
}

.divide-line .product-default:hover {
    box-shadow: 0 25px 35px -5px rgba(0, 0, 0, .1)
}

.divide-line .product-default:hover figure {
    box-shadow: none
}

.inner-quickview figure {
    position: relative
}

.inner-quickview figure .btn-quickview {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: .1em;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    visibility: hidden;
    opacity: 0;
    height: unset;
    padding: .5rem;
    background-color: #0e0e0e;
    color: #fff;
    transform: none;
    margin: 1rem 0 0;
    border: none;
    transition: all .3s ease-out
}

.inner-quickview figure .btn-quickview:hover {
    opacity: 1
}

.inner-quickview .product-details {
    align-items: unset
}

.inner-quickview .product-title a {
    color: #212529
}

.inner-quickview .product-title a:hover {
    color: #0e0e0e
}

.inner-quickview .category-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.inner-quickview .category-wrap .btn-icon-wish {
    font-size: 1.5rem;
    transform: none;
    opacity: 1;
    width: auto;
    height: auto;
    border: none;
    margin-right: -2px
}

.inner-quickview:hover .btn-quickview {
    visibility: visible;
    opacity: .9
}

.inner-icon figure {
    position: relative
}

.inner-icon figure .btn-icon-group {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem
}

.inner-icon figure .btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    border-radius: 50%;
    margin: 0 0 5px;
    width: 36px;
    height: 36px;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    transform: none
}

.inner-icon figure .btn-icon i {
    font-size: 1.6rem;
    margin-bottom: 0
}

.inner-icon figure .btn-icon i::before {
    margin: 0
}

.inner-icon figure .btn-icon i.icon-bag {
    font-size: 1.8rem
}

.inner-icon figure .btn-icon:hover {
    background-color: #0e0e0e;
    border-color: #0e0e0e;
    color: #fff
}

.inner-icon:hover .btn-icon {
    background-color: #fff;
    border-color: #ddd;
    color: #000;
    visibility: visible;
    opacity: 1
}

.left-details .product-details {
    align-items: unset
}

.left-details .btn-icon-wish,
.left-details .btn-quickview,
.left-details .btn-add-cart {
    background-color: #f4f4f4;
    border-color: #f4f4f4;
    color: #000
}

.left-details .btn-icon-wish:hover,
.left-details .btn-quickview:hover,
.left-details .btn-add-cart:hover {
    background-color: #0e0e0e;
    border-color: #0e0e0e;
    color: #fff
}

.left-details .btn-icon-wish,
.left-details .btn-quickview {
    transform: none
}

.left-details .btn-add-cart {
    margin-left: 0;
    padding: 0 1.5rem
}

.left-details .product-action {
    justify-content: unset
}

.modal#addCartModal {
    width: 340px;
    top: calc((100% - 320px)/2);
    left: calc((100% - 320px)/2);
    padding: 10px !important;
    overflow: hidden
}

.modal#addCartModal .modal-dialog {
    margin: 0
}

.modal#addCartModal .modal-content {
    margin: 0;
    border: none;
    box-shadow: none
}

.add-cart-box {
    padding: 19px 10px 20px !important;
    border-top: 4px solid #0e0e0e;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .6)
}

.add-cart-box h4 {
    font-weight: 500;
    color: #0e0e0e;
    margin-bottom: 1.8rem
}

.add-cart-box img {
    margin: 0 auto 10px;
    width: 120px
}

.add-cart-box .btn-actions {
    display: flex;
    justify-content: space-around
}

.add-cart-box .btn-actions .btn-primary {
    width: 140px;
    padding: 8px 0;
    font: 500 16px "Open Sans", sans-serif;
    border: none;
    cursor: pointer
}

.add-cart-box .btn-actions .btn-primary:focus,
.add-cart-box .btn-actions .btn-primary:active,
.add-cart-box .btn-actions .btn-primary:active:focus {
    outline: none;
    border: none;
    box-shadow: none
}

.hidden-description {
    position: relative
}

.hidden-description:hover figure {
    box-shadow: none
}

.hidden-description:hover .btn-add-cart {
    background-color: #f4f4f4
}

.hidden-description:hover .product-details {
    opacity: 1;
    transform: translateY(0)
}

.hidden-description figure {
    margin-bottom: 0
}

.hidden-description figure .btn-icon-group {
    top: 1rem;
    right: 1rem
}

.hidden-description .product-details {
    position: absolute;
    width: 100%;
    bottom: 46px;
    padding: 15px 20px 0;
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, .09);
    border-bottom: 1px solid rgba(0, 0, 0, .09);
    opacity: 0;
    transform: translateY(5px);
    transition: all .3s ease
}

.hidden-description .product-action {
    position: absolute;
    left: 0;
    bottom: -46px;
    width: 100%
}

.hidden-description .btn-quickview {
    transform: none;
    opacity: .85;
    background-color: #0e0e0e;
    color: #fff;
    width: 50%;
    margin: 0;
    border: none;
    height: 45px;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: .025em;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase
}

.hidden-description .btn-quickview:hover {
    opacity: 1;
    color: #fff
}

.hidden-description .btn-add-cart {
    z-index: 3;
    justify-content: center;
    margin: 0;
    width: 50%;
    height: 45px;
    border: none;
    background: #f4f4f4;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: .025em;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase
}

.hidden-description .btn-add-cart:hover {
    background-color: #0e0e0e;
    color: #fff
}

.full-width {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0;
    display: flex;
    flex-wrap: wrap
}

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

.product-select-group {
    display: flex
}

.product-select {
    margin: 0 4px 0 0;
    cursor: pointer
}

.product-select.type-image {
    width: 32px;
    height: 32px;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .09)
}

.product-select.type-image.checked,
.product-select.type-image.hover {
    border: 1px solid #0e0e0e
}

.product-select.type-check {
    margin: 5px;
    overflow: unset;
    display: block;
    position: relative;
    width: 12px;
    height: 12px;
    border-radius: 50%
}

.product-select.type-check::after {
    content: '';
    background-color: transparent;
    border: 1px solid #000;
    position: absolute;
    left: -3px;
    top: -3px;
    border-radius: 50%;
    width: 18px;
    display: block;
    height: 18px
}

.product-select.type-check.checked::before {
    font-size: 8px;
    content: '';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    text-indent: 0;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    color: #fff;
    height: 12px;
    line-height: 12px;
    margin-top: -6px;
    text-align: center
}

.no-gaps {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0
}

.no-gaps [class*='col-'] {
    padding-right: 0;
    padding-left: 0
}

.no-gaps .product-details {
    padding: 0 1rem
}

.no-gaps .product-default {
    margin-bottom: 0
}

.no-gaps .product-default:nth-child(even) figure>a:first-child::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(33, 37, 41, .01)
}

.inner-icon-inline figure .btn-icon-group {
    display: flex;
    flex-direction: row
}

.inner-icon-inline figure .btn-icon {
    margin-left: 5px
}

.overlay figure {
    margin: 0
}

.overlay figure>a:first-child::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(27, 27, 23, 0);
    transition: all .25s
}

.overlay figure .btn-quickview,
.overlay figure .btn-icon-group {
    z-index: 1
}

.overlay figure .btn-icon {
    border-color: #fff;
    border-width: 2px;
    color: #fff;
    background-color: #4d4d4a;
    opacity: 0
}

.overlay .product-details {
    align-items: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    transform: scale(.8);
    transition: all .4s
}

.overlay .product-details .product-category,
.overlay .product-details .product-title a,
.overlay .product-details .product-price {
    color: #fff
}

.overlay .product-details a:hover {
    color: #0e0e0e
}

.overlay .product-details .ratings-container .product-ratings::before {
    color: rgba(255, 255, 255, .6)
}

.overlay .product-details .price-box {
    margin-bottom: 0
}

.overlay:hover figure,
.overlay:nth-child(even):hover figure {
    box-shadow: none
}

.overlay:hover figure>a:first-child::after,
.overlay:nth-child(even):hover figure>a:first-child::after {
    background-color: rgba(27, 27, 23, .6)
}

.overlay:hover figure .btn-quickview,
.overlay:hover figure .btn-icon,
.overlay:nth-child(even):hover figure .btn-quickview,
.overlay:nth-child(even):hover figure .btn-icon {
    opacity: .85;
    visibility: visible
}

.overlay:hover figure .btn-quickview:hover,
.overlay:hover figure .btn-icon:hover,
.overlay:nth-child(even):hover figure .btn-quickview:hover,
.overlay:nth-child(even):hover figure .btn-icon:hover {
    opacity: 1
}

.overlay:hover figure .btn-icon,
.overlay:nth-child(even):hover figure .btn-icon {
    border-color: #fff;
    border-width: 2px;
    color: #fff;
    background-color: #4d4d4a;
    opacity: .85
}

.overlay:hover .product-details,
.overlay:nth-child(even):hover .product-details {
    opacity: 1;
    transform: scale(1)
}

.overlay-dark figure {
    margin: 0
}

.overlay-dark figure>a:first-child::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(27, 27, 23, .3);
    transition: all .25s
}

.overlay-dark figure .btn-quickview,
.overlay-dark figure .btn-icon-group {
    z-index: 1
}

.overlay-dark figure .btn-icon {
    border-color: #fff;
    border-width: 2px;
    color: #fff;
    background-color: #4d4d4a;
    opacity: 0;
    margin-left: 8px
}

.overlay-dark figure .btn-quickview {
    border: 2px solid #fff;
    background-color: #4d4d4a;
    border-radius: 2rem;
    padding: 1rem 2.3rem;
    width: auto;
    height: auto;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 50%);
    opacity: 0;
    transition: all .1s
}

.overlay-dark .product-details {
    position: absolute;
    width: 100%;
    left: 2rem;
    bottom: 4rem;
    opacity: 0;
    transform: translateY(10px);
    transition: all .4s
}

.overlay-dark .product-details .product-category,
.overlay-dark .product-details .product-title a,
.overlay-dark .product-details .product-price {
    color: #fff
}

.overlay-dark .product-details a:hover {
    color: #0e0e0e
}

.overlay-dark .product-details .ratings-container .product-ratings::before {
    color: rgba(255, 255, 255, .6)
}

.overlay-dark .product-details .price-box {
    margin-bottom: 0
}

.overlay-dark:hover figure,
.overlay-dark:nth-child(even):hover figure {
    box-shadow: none
}

.overlay-dark:hover figure>a:first-child::after,
.overlay-dark:nth-child(even):hover figure>a:first-child::after {
    background-color: rgba(27, 27, 23, .7)
}

.overlay-dark:hover figure .btn-quickview,
.overlay-dark:hover figure .btn-icon,
.overlay-dark:nth-child(even):hover figure .btn-quickview,
.overlay-dark:nth-child(even):hover figure .btn-icon {
    opacity: .85
}

.overlay-dark:hover figure .btn-quickview:hover,
.overlay-dark:hover figure .btn-icon:hover,
.overlay-dark:nth-child(even):hover figure .btn-quickview:hover,
.overlay-dark:nth-child(even):hover figure .btn-icon:hover {
    background-color: #4d4d4a;
    opacity: 1
}

.overlay-dark:hover figure .btn-icon,
.overlay-dark:nth-child(even):hover figure .btn-icon {
    border-color: #fff;
    border-width: 2px;
    color: #fff;
    background-color: #4d4d4a;
    opacity: .85
}

.overlay-dark:hover .product-details,
.overlay-dark:nth-child(even):hover .product-details {
    opacity: 1;
    transform: translateY(0)
}

.creative-grid>div:not(:last-child) .product-default {
    height: 600px
}

.creative-grid>div:last-child .product-default {
    height: 300px
}

.creative-grid .product-default {
    padding-bottom: 2rem;
    margin-bottom: 0;
    position: relative
}

.creative-grid .product-default figure {
    height: 100%
}

.creative-grid .product-default figure img {
    position: absolute;
    object-fit: cover;
    height: 100%;
    transition: opacity .3s linear
}

.creative-grid .product-default figure img:first-child {
    opacity: 1
}

.creative-grid .product-default:hover figure img:last-child {
    opacity: 1
}

.inner-btn figure .btn-icon-group {
    top: unset;
    left: unset;
    right: 1.5rem;
    bottom: 1.5rem
}

.inner-btn figure .btn-icon {
    position: relative;
    margin-bottom: 0
}

.inner-btn figure .btn-quickview {
    background-color: #fff
}

.inner-btn figure .btn-quickview i {
    font-size: 1.4rem
}

.quantity-input .product-details {
    align-items: center
}

.quantity-input .btn-add-cart {
    margin: 0 0 0 4px;
    margin-bottom: 1rem
}

.quantity-input .btn-add-cart:hover {
    background-color: #0e0e0e;
    border-color: #0e0e0e;
    color: #fff
}

.product-single-qty {
    max-width: 90px;
    max-height: 36px;
    margin-bottom: 1rem
}

.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: 36px;
    padding-right: 0
}

.product-single-qty .bootstrap-touchspin .form-control {
    max-width: none;
    height: 36px;
    padding: 1rem .2rem;
    color: #0e0e0e;
    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),
.product-single-qty .btn-outline:not(:disabled):not(.disabled):active {
    border-color: #dae2e6
}

.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: 28px;
    margin: 0;
    padding: .5rem;
    font-family: "Open Sans", sans-serif;
    font-size: 2.4rem;
    line-height: 1;
    z-index: 2
}

.product-single-qty .btn.btn-down-icon:hover::before,
.product-single-qty .btn.btn-down-icon:hover::after,
.product-single-qty .btn.btn-up-icon:hover::before,
.product-single-qty .btn.btn-up-icon:hover::after {
    background-color: #0e0e0e
}

.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: 11px;
    height: 1px;
    margin-left: -.55rem;
    background-color: #000;
    content: ''
}

.product-single-qty .btn.btn-up-icon::before {
    transform: rotate(90deg)
}

.product-list {
    display: flex
}

.product-list figure {
    max-width: 270px;
    margin-right: 20px;
    margin-bottom: 0
}

.product-list figure img {
    object-fit: cover;
    height: 100%
}

.product-list .product-details {
    max-width: calc(100% - 270px)
}

.product-list .product-title {
    font: 600 1.8rem "Open Sans", sans-serif
}

.product-list .product-description {
    font: 400 1.4rem "Open Sans", sans-serif;
    line-height: 24px;
    margin-bottom: 1em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.product-list .btn-add-cart {
    background-color: #0e0e0e;
    border-color: #0e0e0e;
    color: #fff;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 0 1rem
}

.product-list .btn-icon-wish,
.product-list .btn-quickview {
    opacity: 1;
    background-color: #fff;
    color: #333;
    border-color: #ddd;
    margin-right: 5px;
    margin-bottom: 5px
}

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

.product-widget {
    display: flex;
    margin-bottom: 15px
}

.product-widget figure {
    max-width: 84px;
    margin-right: 20px;
    margin-bottom: 0
}

.product-widget figure img {
    object-fit: cover;
    height: 100%
}

.product-widget .ratings-container {
    margin-bottom: 5px
}

.product-widget .product-details {
    max-width: calc(100% - 104px)
}

.product-widget .product-title {
    font-size: 1.4rem
}

.product-widget .price-box {
    margin-bottom: 0
}

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

.product-widget .old-price {
    font-size: 1.2rem
}

.product-widget:hover figure {
    box-shadow: none
}

.best-deal-flag {
    font: 600 1.4rem/.8 "Open Sans", sans-serif;
    color: #fff;
    padding: 5px;
    background: #32cd80;
    margin-left: 20px
}

.best-deal-flag:before {
    content: "";
    position: absolute;
    right: 6.1em;
    bottom: -.4em;
    width: 0;
    height: 0;
    border-right: 1em solid #32cd80;
    border-top: 1.1em solid transparent;
    border-bottom: 1.1em solid transparent
}

.modal-backdrop.show {
    opacity: .7
}

.modal-backdrop.fade {
    transition: opacity .3s linear
}

.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
}

.config-swatch-list {
    margin: 1.5rem 0 0;
    padding: 0;
    font-size: 0;
    list-style: none
}

.config-swatch-list li {
    margin-right: .4rem;
    margin-bottom: .3rem
}

.config-swatch-list li a {
    position: relative;
    display: flex;
    align-items: center;
    width: 2.2rem;
    height: 2.2rem;
    color: #000
}

.config-swatch-list li a span:last-child {
    padding-top: .3rem;
    color: #7a7d82;
    font-size: 1.2rem
}

.config-swatch-list li .color-panel {
    display: inline-block;
    width: 1.7rem;
    height: 1.7rem;
    border: 1px solid #fff;
    transition: all .3s;
    margin-right: 1.5rem
}

.config-swatch-list li:hover span:last-child {
    text-decoration: underline
}

.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: ''
}

.config-swatch-list a:hover .color-panel,
.config-swatch-list a:focus .color-panel,
.config-swatch-list li.active .color-panel {
    box-shadow: 0 0 0 .1rem #dfdfdf
}

@media(max-width:767px) {
    .creative-grid>div:not(:last-child) .product-default {
        height: 400px
    }
    .creative-grid>div:last-child .product-default {
        height: 200px
    }
}

@media(min-width:481px) {
    .col-xs-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media(min-width:768px) {
    .col-xs-6 {
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media(max-width:575px) {
    .product-list {
        flex-direction: column
    }
    .product-list figure {
        margin-right: 0;
        margin-bottom: 2rem
    }
    .product-list .product-details {
        max-width: none
    }
    .product-action .btn-add-cart {
        display: block;
        padding: 0 8px;
        width: 36px;
        height: 36px;
        overflow: hidden
    }
}

@media(max-width:1200px) {
    .product-intro.owl-carousel.owl-theme .owl-nav .owl-prev {
        left: 10px
    }
    .product-intro.owl-carousel.owl-theme .owl-nav .owl-next {
        right: 10px
    }
}

@media(max-width:1159px) {
    .product-intro.owl-carousel.owl-theme .owl-nav .owl-prev {
        left: -30px
    }
    .product-intro.owl-carousel.owl-theme .owl-nav .owl-next {
        right: -30px
    }
}

@media(max-width:1000px) {
    .product-intro.owl-carousel.owl-theme .owl-nav .owl-prev {
        left: 10px
    }
    .product-intro.owl-carousel.owl-theme .owl-nav .owl-next {
        right: 10px
    }
}

@media(min-width:576px) {
    .divide-line>.col-sm-1:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, .09);
        border-bottom: 1px solid rgba(0, 0, 0, .09)
    }
    .divide-line>.col-sm-1:nth-child(12n) {
        border-right: none
    }
    .divide-line>.col-sm-2:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, .09);
        border-bottom: 1px solid rgba(0, 0, 0, .09)
    }
    .divide-line>.col-sm-2:nth-child(6n) {
        border-right: none
    }
    .divide-line>.col-sm-3:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, .09);
        border-bottom: 1px solid rgba(0, 0, 0, .09)
    }
    .divide-line>.col-sm-3:nth-child(4n) {
        border-right: none
    }
    .divide-line>.col-sm-4:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, .09);
        border-bottom: 1px solid rgba(0, 0, 0, .09)
    }
    .divide-line>.col-sm-4:nth-child(3n) {
        border-right: none
    }
    .divide-line>.col-sm-5:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, .09);
        border-bottom: 1px solid rgba(0, 0, 0, .09)
    }
    .divide-line>.col-sm-5:nth-child(2n) {
        border-right: none
    }
    .divide-line>.col-sm-6:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, .09);
        border-bottom: 1px solid rgba(0, 0, 0, .09)
    }
    .divide-line>.col-sm-6:nth-child(2n) {
        border-right: none
    }
    .divide-line>.col-sm-7:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, .09);
        border-bottom: 1px solid rgba(0, 0, 0, .09)
    }
    .divide-line>.col-sm-7:nth-child(1n) {
        border-right: none
    }
    .divide-line>.col-sm-8:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, .09);
        border-bottom: 1px solid rgba(0, 0, 0, .09)
    }
    .divide-line>.col-sm-8:nth-child(1n) {
        border-right: none
    }
    .divide-line>.col-sm-9:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, .09);
        border-bottom: 1px solid rgba(0, 0, 0, .09)
    }
    .divide-line>.col-sm-9:nth-child(1n) {
        border-right: none
    }
    .divide-line>.col-sm-10:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, .09);
        border-bottom: 1px solid rgba(0, 0, 0, .09)
    }
    .divide-line>.col-sm-10:nth-child(1n) {
        border-right: none
    }
    .divide-line>.col-sm-11:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, .09);
        border-bottom: 1px solid rgba(0, 0, 0, .09)
    }
    .divide-line>.col-sm-11:nth-child(1n) {
        border-right: none
    }
}

@media(min-width:768px) {
    .divide-line>.col-md-1:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, .09);
        border-bottom: 1px solid rgba(0, 0, 0, .09)
    }
    .divide-line>.col-md-1:nth-child(12n) {
        border-right: none
    }
    .divide-line>.col-md-2:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, .09);
        border-bottom: 1px solid rgba(0, 0, 0, .09)
    }
    .divide-line>.col-md-2:nth-child(6n) {
        border-right: none
    }
    .divide-line>.col-md-3:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, .09);
        border-bottom: 1px solid rgba(0, 0, 0, .09)
    }
    .divide-line>.col-md-3:nth-child(4n) {
        border-right: none
    }
    .divide-line>.col-md-4:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, .09);
        border-bottom: 1px solid rgba(0, 0, 0, .09)
    }
    .divide-line>.col-md-4:nth-child(3n) {
        border-right: none
    }
    .divide-line>.col-md-5:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, .09);
        border-bottom: 1px solid rgba(0, 0, 0, .09)
    }
    .divide-line>.col-md-5:nth-child(2n) {
        border-right: none
    }
    .divide-line>.col-md-6:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, .09);
        border-bottom: 1px solid rgba(0, 0, 0, .09)
    }
    .divide-line>.col-md-6:nth-child(2n) {
        border-right: none
    }
    .divide-line>.col-md-7:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, .09);
        border-bottom: 1px solid rgba(0, 0, 0, .09)
    }
    .divide-line>.col-md-7:nth-child(1n) {
        border-right: none
    }
    .divide-line>.col-md-8:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, .09);
        border-bottom: 1px solid rgba(0, 0, 0, .09)
    }
    .divide-line>.col-md-8:nth-child(1n) {
        border-right: none
    }
    .divide-line>.col-md-9:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, .09);
        border-bottom: 1px solid rgba(0, 0, 0, .09)
    }
    .divide-line>.col-md-9:nth-child(1n) {
        border-right: none
    }
    .divide-line>.col-md-10:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, .09);
        border-bottom: 1px solid rgba(0, 0, 0, .09)
    }
    .divide-line>.col-md-10:nth-child(1n) {
        border-right: none
    }
    .divide-line>.col-md-11:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, .09);
        border-bottom: 1px solid rgba(0, 0, 0, .09)
    }
    .divide-line>.col-md-11:nth-child(1n) {
        border-right: none
    }
}

@media(min-width:992px) {
    .divide-line>.col-lg-1:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, .09);
        border-bottom: 1px solid rgba(0, 0, 0, .09)
    }
    .divide-line>.col-lg-1:nth-child(12n) {
        border-right: none
    }
    .divide-line>.col-lg-2:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, .09);
        border-bottom: 1px solid rgba(0, 0, 0, .09)
    }
    .divide-line>.col-lg-2:nth-child(6n) {
        border-right: none
    }
    .divide-line>.col-lg-3:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, .09);
        border-bottom: 1px solid rgba(0, 0, 0, .09)
    }
    .divide-line>.col-lg-3:nth-child(4n) {
        border-right: none
    }
    .divide-line>.col-lg-4:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, .09);
        border-bottom: 1px solid rgba(0, 0, 0, .09)
    }
    .divide-line>.col-lg-4:nth-child(3n) {
        border-right: none
    }
    .divide-line>.col-lg-5:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, .09);
        border-bottom: 1px solid rgba(0, 0, 0, .09)
    }
    .divide-line>.col-lg-5:nth-child(2n) {
        border-right: none
    }
    .divide-line>.col-lg-6:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, .09);
        border-bottom: 1px solid rgba(0, 0, 0, .09)
    }
    .divide-line>.col-lg-6:nth-child(2n) {
        border-right: none
    }
    .divide-line>.col-lg-7:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, .09);
        border-bottom: 1px solid rgba(0, 0, 0, .09)
    }
    .divide-line>.col-lg-7:nth-child(1n) {
        border-right: none
    }
    .divide-line>.col-lg-8:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, .09);
        border-bottom: 1px solid rgba(0, 0, 0, .09)
    }
    .divide-line>.col-lg-8:nth-child(1n) {
        border-right: none
    }
    .divide-line>.col-lg-9:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, .09);
        border-bottom: 1px solid rgba(0, 0, 0, .09)
    }
    .divide-line>.col-lg-9:nth-child(1n) {
        border-right: none
    }
    .divide-line>.col-lg-10:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, .09);
        border-bottom: 1px solid rgba(0, 0, 0, .09)
    }
    .divide-line>.col-lg-10:nth-child(1n) {
        border-right: none
    }
    .divide-line>.col-lg-11:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, .09);
        border-bottom: 1px solid rgba(0, 0, 0, .09)
    }
    .divide-line>.col-lg-11:nth-child(1n) {
        border-right: none
    }
}

@media(min-width:1200px) {
    .divide-line>.col-xl-1:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, .09);
        border-bottom: 1px solid rgba(0, 0, 0, .09)
    }
    .divide-line>.col-xl-1:nth-child(12n) {
        border-right: none
    }
    .divide-line>.col-xl-2:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, .09);
        border-bottom: 1px solid rgba(0, 0, 0, .09)
    }
    .divide-line>.col-xl-2:nth-child(6n) {
        border-right: none
    }
    .divide-line>.col-xl-3:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, .09);
        border-bottom: 1px solid rgba(0, 0, 0, .09)
    }
    .divide-line>.col-xl-3:nth-child(4n) {
        border-right: none
    }
    .divide-line>.col-xl-4:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, .09);
        border-bottom: 1px solid rgba(0, 0, 0, .09)
    }
    .divide-line>.col-xl-4:nth-child(3n) {
        border-right: none
    }
    .divide-line>.col-xl-5:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, .09);
        border-bottom: 1px solid rgba(0, 0, 0, .09)
    }
    .divide-line>.col-xl-5:nth-child(2n) {
        border-right: none
    }
    .divide-line>.col-xl-6:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, .09);
        border-bottom: 1px solid rgba(0, 0, 0, .09)
    }
    .divide-line>.col-xl-6:nth-child(2n) {
        border-right: none
    }
    .divide-line>.col-xl-7:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, .09);
        border-bottom: 1px solid rgba(0, 0, 0, .09)
    }
    .divide-line>.col-xl-7:nth-child(1n) {
        border-right: none
    }
    .divide-line>.col-xl-8:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, .09);
        border-bottom: 1px solid rgba(0, 0, 0, .09)
    }
    .divide-line>.col-xl-8:nth-child(1n) {
        border-right: none
    }
    .divide-line>.col-xl-9:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, .09);
        border-bottom: 1px solid rgba(0, 0, 0, .09)
    }
    .divide-line>.col-xl-9:nth-child(1n) {
        border-right: none
    }
    .divide-line>.col-xl-10:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, .09);
        border-bottom: 1px solid rgba(0, 0, 0, .09)
    }
    .divide-line>.col-xl-10:nth-child(1n) {
        border-right: none
    }
    .divide-line>.col-xl-11:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, .09);
        border-bottom: 1px solid rgba(0, 0, 0, .09)
    }
    .divide-line>.col-xl-11:nth-child(1n) {
        border-right: none
    }
}

.banner-section {
    margin: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: 15px;
    min-height: 300px
}

.banner-content .banner-title {
    margin-bottom: 3rem;
    color: inherit;
    font: 300 4.8rem/1 "Oswald", sans-serif;
    letter-spacing: 0;
    text-transform: uppercase
}

.banner-content .banner-title span {
    display: block;
    margin-bottom: .6rem;
    padding-left: .4rem;
    font-family: "Open Sans", sans-serif;
    font-size: 1.7rem;
    font-weight: 400;
    letter-spacing: .1rem
}

.banner-content .btn {
    display: inline-block;
    min-width: 108px;
    padding: .85rem 1.2rem;
    border-width: .2rem
}

.breadcrumb-nav {
    margin-bottom: 1rem
}

.breadcrumb {
    margin-bottom: 0;
    padding: 1.25rem 0;
    border-radius: 0;
    background-color: transparent
}

.breadcrumb-item {
    font: 400 1.3rem/1.4 "Open Sans", sans-serif;
    text-transform: capitalize
}

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

.breadcrumb-item+.breadcrumb-item::before {
    margin-top: -.3rem;
    padding-right: 1rem;
    color: #000;
    font-family: 'porto';
    font-size: 1.4rem;
    content: '';
    vertical-align: middle
}

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

.page-header {
    padding: 9.2rem 0 9rem
}

.breadcrumb-nav+.page-header {
    margin-top: -5rem
}

.page-header h1,
.page-title {
    margin-bottom: 0;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase
}

@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: ''
}

.icon-spin2::before {
    content: ''
}

.icon-spin3::before {
    content: ''
}

.icon-spin4::before {
    content: ''
}

.icon-spin5::before {
    content: ''
}

.icon-spin6::before {
    content: ''
}

.icon-firefox::before {
    content: ''
}

.icon-chrome::before {
    content: ''
}

.icon-opera::before {
    content: ''
}

.icon-ie::before {
    content: ''
}

.icon-phone::before {
    content: ''
}

.icon-down-dir::before {
    content: ''
}

.icon-cart::before {
    content: ''
}

.icon-up-dir::before {
    content: ''
}

.icon-mode-grid::before {
    content: ''
}

.icon-mode-list::before {
    content: ''
}

.icon-compare::before {
    content: ''
}

.icon-wishlist::before {
    content: ''
}

.icon-search::before {
    content: ''
}

.icon-left-dir::before {
    content: ''
}

.icon-right-dir::before {
    content: ''
}

.icon-down-open::before {
    content: ''
}

.icon-left-open::before {
    content: ''
}

.icon-right-open::before {
    content: ''
}

.icon-up-open::before {
    content: ''
}

.icon-angle-left::before {
    content: ''
}

.icon-angle-right::before {
    content: ''
}

.icon-angle-up::before {
    content: ''
}

.icon-angle-down::before {
    content: ''
}

.icon-down::before {
    content: ''
}

.icon-left::before {
    content: ''
}

.icon-right::before {
    content: ''
}

.icon-up::before {
    content: ''
}

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

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

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

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

.icon-mail::before {
    content: ''
}

.icon-location::before {
    content: ''
}

.icon-skype::before {
    content: ''
}

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

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

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

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

.icon-retweet::before {
    content: ''
}

.icon-user::before {
    content: ''
}

.icon-mail-alt::before {
    content: ''
}

.icon-fax::before {
    content: ''
}

.icon-lock::before {
    content: ''
}

.icon-company::before {
    content: ''
}

.icon-city::before {
    content: ''
}

.icon-post::before {
    content: ''
}

.icon-country::before {
    content: ''
}

.icon-calendar::before {
    content: ''
}

.icon-doc::before {
    content: ''
}

.icon-mobile::before {
    content: ''
}

.icon-clock::before {
    content: ''
}

.icon-chat::before {
    content: ''
}

.icon-tag::before {
    content: ''
}

.icon-folder::before {
    content: ''
}

.icon-folder-open::before {
    content: ''
}

.icon-forward::before {
    content: ''
}

.icon-reply::before {
    content: ''
}

.icon-cog::before {
    content: ''
}

.icon-cog-alt::before {
    content: ''
}

.icon-wrench::before {
    content: ''
}

.icon-quote-left::before {
    content: ''
}

.icon-quote-right::before {
    content: ''
}

.icon-gift::before {
    content: ''
}

.icon-dollar::before {
    content: ''
}

.icon-euro::before {
    content: ''
}

.icon-pound::before {
    content: ''
}

.icon-rupee::before {
    content: ''
}

.icon-yen::before {
    content: ''
}

.icon-rouble::before {
    content: ''
}

.icon-try::before {
    content: ''
}

.icon-won::before {
    content: ''
}

.icon-bitcoin::before {
    content: ''
}

.icon-ok::before {
    content: ''
}

.icon-chevron-left::before {
    content: ''
}

.icon-chevron-right::before {
    content: ''
}

.icon-export::before {
    content: ''
}

.icon-star::before {
    content: ''
}

.icon-star-empty::before {
    content: ''
}

.icon-plus-squared::before {
    content: ''
}

.icon-minus-squared::before {
    content: ''
}

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

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

.icon-truck::before {
    content: ''
}

.icon-lifebuoy::before {
    content: ''
}

.icon-pencil::before {
    content: ''
}

.icon-users::before {
    content: ''
}

.icon-video::before {
    content: ''
}

.icon-menu::before {
    content: ''
}

.icon-desktop::before {
    content: ''
}

.icon-doc-inv::before {
    content: ''
}

.icon-circle::before {
    content: ''
}

.icon-circle-empty::before {
    content: ''
}

.icon-circle-thin::before {
    content: ''
}

.icon-mini-cart::before {
    content: ''
}

.icon-paper-plane::before {
    content: ''
}

.icon-attention-alt::before {
    content: ''
}

.icon-info::before {
    content: ''
}

.icon-compare-link::before {
    content: ''
}

.icon-cat-default::before {
    content: ''
}

.icon-cat-computer::before {
    content: ''
}

.icon-cat-couch::before {
    content: ''
}

.icon-cat-garden::before {
    content: ''
}

.icon-cat-gift::before {
    content: ''
}

.icon-cat-shirt::before {
    content: ''
}

.icon-cat-sport::before {
    content: ''
}

.icon-cat-toys::before {
    content: ''
}

.icon-tag-line::before {
    content: ''
}

.icon-bag::before {
    content: ''
}

.icon-search-1::before {
    content: ''
}

.icon-plus::before {
    content: ''
}

.icon-minus::before {
    content: ''
}

.icon-search-2::before {
    content: ''
}

.icon-bag-1::before {
    content: ''
}

.icon-online-support::before {
    content: ''
}

.icon-shopping-bag::before {
    content: ''
}

.icon-us-dollar::before {
    content: ''
}

.icon-shipped::before {
    content: ''
}

.icon-list::before {
    content: ''
}

.icon-money::before {
    content: ''
}

.icon-shipping::before {
    content: ''
}

.icon-support::before {
    content: ''
}

.icon-bag-2::before {
    content: ''
}

.icon-grid::before {
    content: ''
}

.icon-bag-3::before {
    content: ''
}

.icon-direction::before {
    content: ''
}

.icon-home::before {
    content: ''
}

.icon-magnifier::before {
    content: ''
}

.icon-magnifier-add::before {
    content: ''
}

.icon-magnifier-remove::before {
    content: ''
}

.icon-phone-1::before {
    content: ''
}

.icon-clock-1::before {
    content: ''
}

.icon-heart::before {
    content: ''
}

.icon-heart-1::before {
    content: ''
}

.icon-earphones-alt::before {
    content: ''
}

.icon-credit-card::before {
    content: ''
}

.icon-action-undo::before {
    content: ''
}

.icon-envolope::before {
    content: ''
}

.icon-chart::before {
    content: ''
}

.icon-down-1::before {
    content: ''
}

.icon-up-1::before {
    content: ''
}

.icon-eye::before {
    content: ''
}

.icon-spin1::before {
    content: ''
}

.icon-twitter::before {
    content: ''
}

.icon-facebook::before {
    content: ''
}

.icon-gplus::before {
    content: ''
}

.icon-linkedin::before {
    content: ''
}

.icon-spinner::before {
    content: ''
}

.icon-instagram::before {
    content: ''
}

.icon-sliders::before {
    content: ''
}

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

.icon-check-empty::before {
    content: ''
}

.icon-check::before {
    content: ''
}

.icon-docs-inv::before {
    content: ''
}

.icon-briefcase::before {
    content: ''
}

.icon-user-2::before {
    content: ''
}

.icon-search-3::before {
    content: ''
}

.icon-wishlist-2::before {
    content: ''
}

.icon-secure-payment::before {
    content: ''
}

.icon-smiling-girl::before {
    content: ''
}

.icon-boy-broad-smile::before {
    content: ''
}

.icon-smiling-baby::before {
    content: ''
}

.icon-tshirt::before {
    content: ''
}

.icon-chef::before {
    content: ''
}

.icon-edit::before {
    content: ''
}

.icon-gift-2::before {
    content: ''
}

.icon-category-saddle::before {
    content: ''
}

.icon-category-pedals::before {
    content: ''
}

.icon-category-frames::before {
    content: ''
}

.icon-category-chains::before {
    content: ''
}

.icon-category-tools::before {
    content: ''
}

form {
    margin-bottom: 0
}

form h2 {
    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 select {
    cursor: pointer
}

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

.form-control {
    max-width: 365px;
    height: 5rem;
    margin-bottom: 1rem;
    padding: 1.35rem 2rem;
    transition: all .3s;
    border: 1px solid #ccc;
    border-radius: 0;
    background-color: transparent;
    color: #777;
    font-family: "Open Sans", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    position: relative
}

.form-control:focus {
    border-color: #0e0e0e;
    background-color: transparent;
    color: #777;
    box-shadow: none
}

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

select.full-width-select {
    max-width: 100%
}

.customer-number-recovery-form input,
.customer-number-recovery-form select {
    max-width: 100%
}

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

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

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

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

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

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

.main .form-control::placeholder {
    color: #777
}

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

.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 .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: #777;
    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:hover {
    cursor: pointer
}

.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%);
    font-family: 'porto';
    font-size: 1.5rem;
    content: ''
}

.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: "Open Sans", 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
}

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

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

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

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    border-color: #0e0e0e;
    background-color: #0e0e0e;
    color: #0e0e0e
}

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

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(14, 14, 14, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(14, 14, 14, .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: 0
    }
}

@media screen and (max-width:767px) {
    .form-control {
        font-size: 1.6rem
    }
}

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

#divQuestionnaire .form-check-input.is-valid~.form-check-label {
    color: #777
}

#divQuestionnaire .gdpr-section:not(:first-child) {
    margin-top: 1.5rem
}

:root {
    --input-padding-x: 1.5rem;
    --input-padding-y: 1.5rem
}

.form-group {
    position: relative;
    margin-bottom: 1rem
}

.expiry {
    position: relative
}

.form-group>input,
.form-group>textarea,
.expiry>input,
.input-group>input,
.input-group>label,
.form-group>label,
.expiry>label {
    padding: var(--input-padding-y) var(--input-padding-x)
}

.form-group>select {
    padding: 1rem
}

.form-group>label,
.input-group>label,
.expiry>label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    line-height: 1.5;
    color: transparent;
    display: none;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.form-group>label:hover,
.input-group>label:hover,
.expiry>label:hover {
    cursor: text
}

.input-group>.form-control:focus {
    z-index: inherit
}

.form-group input:not(:placeholder-shown) {
    padding-top: calc(var(--input-padding-y) + var(--input-padding-y)*(1/3));
    padding-bottom: calc(var(--input-padding-y)/3)
}

.form-group textarea:not(:placeholder-shown) {
    padding-top: calc(var(--input-padding-y) + var(--input-padding-y)*(1/2));
    padding-bottom: calc(var(--input-padding-y)/3)
}

.form-group input:not(:placeholder-shown)~label,
.form-group textarea:not(:placeholder-shown)~label {
    padding-top: calc(var(--input-padding-y)/3);
    padding-bottom: calc(var(--input-padding-y)/3);
    font-size: 12px;
    color: rgba(0, 0, 0, .4);
    display: block
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #777
}

select.not-allowed {
    cursor: not-allowed !important;
    pointer-events: all !important
}

.dynamic-tooltip {
    position: relative;
    float: right;
    margin-right: -35px;
    margin-top: -37px;
    text-align: center
}

@media(max-width:475px) {
    .dynamic-tooltip {
        margin-right: 7px
    }
    .form-control.has-tooltip {
        padding-right: 50px
    }
    .has-tooltip.is-invalid,
    .was-validated .has-tooltip:invalid,
    .has-tooltip.is-valid,
    .was-validated .has-tooltip:invalid {
        background-position: right calc(2.1em + .1875rem) center
    }
}

.questionnaire-tooltip {
    position: relative;
    left: 10px
}

.dynamic-tooltip:before,
.questionnaire-tooltip:before {
    content: '?';
    display: inline-block;
    font-weight: bold;
    text-align: center;
    width: 25px;
    height: 25px;
    font-size: 1.4rem;
    border-radius: 2ex;
    padding: 1px;
    color: #555;
    background: #efefef;
    border: 1px solid #efefef;
    text-decoration: none
}

.country-select .dynamic-tooltip {
    margin-right: 0;
    margin-top: -85px
}

.feature-box {
    width: 100%;
    background-color: #fff;
    color: #7b858a;
    font-size: 1.5rem;
    line-height: 2
}

.feature-box i {
    display: inline-block;
    margin-bottom: 2.2rem;
    color: #0e0e0e;
    font-size: 5rem;
    line-height: 1
}

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

.feature-box h3 {
    margin-bottom: 2rem;
    color: #21293c;
    font: 600 1.8rem/1.1 "Open Sans", sans-serif;
    letter-spacing: 0
}

.feature-box p {
    margin-bottom: 0
}

.feature-box-content {
    color: #7b858a;
    font-size: 1.5rem;
    line-height: 1.8
}

@media screen and (min-width:992px) {
    .feature-box p {
        min-height: 120px
    }
}

.btn {
    padding: 1.65rem 1.2rem;
    transition: all .3s;
    border-radius: .2rem;
    font-family: "Oswald", sans-serif;
    font-size: 1.4rem;
    letter-spacing: .1rem;
    line-height: 1.5;
    text-transform: uppercase
}

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

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

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

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

.btn-primary.disabled,
.btn-primary:disabled {
    border-color: #0e0e0e;
    background-color: #0e0e0e;
    color: #fff
}

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

.btn-secondary {
    border-color: #3c3c3c;
    background-color: #111;
    color: #fff;
    box-shadow: none
}

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

.btn-secondary.disabled,
.btn-secondary:disabled {
    border-color: #3c3c3c;
    background-color: #111;
    color: #fff
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
    border-color: #1c1c1c;
    background-color: #000;
    color: #fff
}

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

.btn-outline:hover,
.btn-outline.focus {
    border-color: #0e0e0e;
    background-color: transparent;
    color: #0e0e0e;
    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: #0e0e0e;
    background-color: transparent;
    color: #0e0e0e
}

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

.btn-outline-secondary:hover,
.btn-outline-secondary.focus {
    border-color: #0e0e0e;
    background-color: #0e0e0e;
    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: #0e0e0e;
    background-color: #0e0e0e;
    color: #fff
}

.btn-link {
    padding-top: 0;
    padding-bottom: 0;
    color: #0e0e0e;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    letter-spacing: 0;
    text-transform: initial
}

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

.btn-social-login {
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    margin-left: 10px;
    background-color: #0e0e0e;
    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
}

.loadmore {
    margin-bottom: 3rem
}

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: #0e0e0e;
    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
}

.spinner-border {
    width: 1.5rem;
    height: 1.5rem
}

.btn-pulse {
    box-shadow: 0 0 0 0 black;
    transform: scale(1);
    animation: pulse 2s 1
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, .7)
    }
    70% {
        box-shadow: 0 0 0 10px transparent
    }
    100% {
        box-shadow: 0 0 0 0 transparent
    }
}

.btn:disabled {
    opacity: .5
}

@media screen and (max-width:575px) {
    .div-billing-link-postcode,
    .div-shipping-link-postcode,
    .btn-billing-clear,
    .btn-shipping-clear,
    .billing-address-manual,
    .shipping-address-manual {
        width: 100%
    }
    .billing-address-manual,
    .shipping-address-manual,
    .p-billing-clear,
    .p-shipping-clear {
        text-align: center
    }
    .billing-address-manual,
    .shipping-address-manual {
        display: inline-block
    }
    .div-billing-link-postcode,
    .div-shipping-link-postcode,
    .billing-address-manual,
    .shipping-address-manual {
        margin: 1rem 0 2rem
    }
    .confirm-payment,
    .confirm-billing,
    .confirm-shipping {
        width: 100%
    }
}

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

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

.alert-voucher {
    border: 1px dashed #ccc;
    background: #fbfbfb;
    padding: .3rem 1rem;
    margin-left: 1rem
}

@media screen and (max-width:575px) {
    .alert-voucher {
        margin-top: 1rem;
        margin-left: 0;
        padding: 1rem
    }
}

.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: #000;
    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: #0e0e0e;
    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: #8a8a8a
}

.modal form {
    margin: 0
}

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

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

.modal-body {
    padding: 1.5rem
}

#add-basket-item-modal-body {
    padding: 0 2em 1.5rem 2rem
}

#add-basket-item-modal-body {
    padding: 0 2em 1.5rem 2rem
}

.modal-content {
    border-radius: 0;
    box-shadow: 0 0 12px 2px rgba(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-weight: 700;
    text-transform: uppercase
}

.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
    }
    #add-basket-item-modal-body {
        padding-top: 0
    }
    .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 {
    margin-bottom: 2.8rem;
    transition: all .3s ease;
    background-color: #fff
}

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

.member:hover {
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .3)
}

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

.tooltip {
    font-family: "Open Sans", 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: #ddd
}

.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: #ddd
}

.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: #ddd
}

.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: #ddd
}

.tooltip-inner {
    max-width: 270px;
    padding: 1.2rem 1.5rem;
    border: 1px solid #ddd;
    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;
    justify-content: center;
    width: 3.2rem;
    height: 3.2rem;
    background-color: #0e0e0e;
    color: #fff;
    font-size: 1.4rem;
    text-decoration: none;
    opacity: 1
}

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

.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-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 1rem;
    border: 1px solid #dedede
}

.info-box:first-child {
    margin-top: 1rem
}

.info-box i {
    min-width: 5rem;
    margin-right: 1.5rem;
    margin-left: 1.5rem;
    color: #252525;
    font-size: 3.7rem;
    text-align: center
}

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

.info-box h4 {
    margin-top: .2rem;
    margin-bottom: 0;
    color: #252525;
    font: 600 1.4rem/1.1 "Open Sans", sans-serif;
    letter-spacing: .025em;
    text-transform: uppercase
}

.info-box p {
    margin-bottom: 0;
    font-size: 1.2rem;
    letter-spacing: .01em;
    line-height: 1.8
}

.info-box+.info-box {
    margin-top: -1px
}

@media screen and (min-width:992px) {
    .info-box:first-child {
        margin-top: 0
    }
}

.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: 500 1.4rem/1 "Oswald", sans-serif;
    letter-spacing: .01rem;
    text-transform: uppercase
}

.nav.nav-tabs .nav-item .nav-link:hover {
    color: #0e0e0e
}

.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: #0e0e0e;
    color: #0e0e0e;
    background: none
}

@media screen and (max-width:479px) {
    .nav.nav-tabs {
        -ms-flex-pack: distribute;
        justify-content: space-between
    }
    .nav.nav-tabs .nav-item+.nav-item {
        margin-left: 0
    }
}

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

.count-wrapper {
    margin-bottom: .8rem;
    color: #252525;
    font: 400 2.8rem/1 "Oswald", sans-serif;
    text-transform: uppercase
}

.count-title {
    margin-bottom: 0;
    color: #777;
    font: 600 1.6rem/1 "Open Sans", sans-serif
}

@media screen and (min-width:992px) {
    .count-wrapper {
        font-size: 3.6rem
    }
}

.toolbox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 0;
    margin-bottom: 3rem;
    font-size: 1.4rem;
    line-height: 1.5
}

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

.toolbox.toolbox-pagination {
    margin-bottom: 5rem;
    padding-top: 2.5rem;
    border-top: 1px solid #e4e4e4
}

.toolbox .pagination {
    margin-left: auto
}

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

.toolbox .select-custom::after {
    right: 1.5rem;
    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: #777;
    font-size: 1.3rem;
    font-weight: 400
}

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

.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 {
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    border-radius: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 600
}

.page-link {
    margin-left: -1px;
    padding: 0 1rem;
    border: 0;
    background-color: transparent;
    color: #c1c3c5;
    font-size: 1.5rem;
    line-height: 1.25
}

.page-link:hover,
.page-link:focus {
    border-color: transparent;
    background-color: transparent;
    color: #0e0e0e;
    text-decoration: none;
    box-shadow: none
}

.page-link.page-link-btn {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3.6rem;
    height: 3.6rem;
    padding: 0;
    border: .1rem solid #0e0e0e;
    background-color: #0e0e0e;
    color: #fff;
    font-size: 1.8rem
}

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

.page-link.page-link-btn:hover,
.page-link.page-link-btn:focus {
    opacity: .85
}

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

.page-item:first-child .page-link.page-link-btn {
    margin-right: 1rem
}

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

.page-item:last-child .page-link.page-link-btn {
    margin-left: 1rem
}

.page-item.active .page-link {
    border-color: transparent;
    background-color: transparent;
    color: #0e0e0e
}

.page-item.disabled .page-link {
    border-color: transparent;
    background-color: transparent;
    color: #eee
}

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

.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
}

.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: ''
}

.sorter-btn.btn-desc::before {
    content: ''
}

.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-right: 0;
    margin-left: 0
}

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

.layout-btn.active,
.layout-btn:hover,
.layout-btn:focus {
    color: #c3c5c9;
    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-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: #fff
}

.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: "Open Sans", 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: #0e0e0e;
    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, .5)
}

.mfp-close-btn-in .newsletter-popup .mfp-close {
    top: -2.5px;
    color: #0e0e0e;
    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
    }
}

.field-validation-error {
    color: #dc3545;
    font-size: smaller;
    display: block
}

.main-pre-checkout .field-validation-error {
    color: #dc3545;
    font-size: smaller;
    display: block
}

.main-pre-checkout .alert-danger {
    max-width: 365px
}

#CardEntryUI .container {
    padding: 0;
    width: 100%
}

#CardEntryUI .CDSPayment-panelDiv.pb-4 {
    padding-bottom: 0 !important
}

#CardEntryUI form {
    padding-bottom: 0
}

.CDSPayment-containerColDiv {
    padding: 0;
    border: 0 !important
}

.credit-card-widget-loaded {
    padding: 0
}

#CardEntryUI label.error {
    font-weight: normal;
    position: static;
    text-align: left;
    color: #dc3545;
    font-size: .9em
}

#CardEntryUI label:after {
    content: "*"
}

#CardEntryUI .form-control.error {
    border-color: #dc3545;
    box-shadow: none
}

.CDSPayment-headerImageContainerDiv,
.CDSPayment-panelHeadingDiv {
    display: none !important
}

.CDSPayment-cardIconSpan {
    position: absolute;
    right: 10px;
    top: 18px;
    z-index: 3;
    font-size: 18px !important;
    color: #000
}

.CDSPayment-panelBodyRowDiv {
    max-width: 395px
}

input.is-valid~span .CDSPayment-cardIconSpan,
input.is-invalid~span .CDSPayment-cardIconSpan {
    right: 32px;
    transition: right .2s
}

#CardEntryUI .form-group input {
    padding-top: calc(var(--input-padding-y) + var(--input-padding-y)*(1/3));
    padding-bottom: calc(var(--input-padding-y)/3)
}

#CardEntryUI .form-group label,
#CardEntryUI .input-group label,
#CardEntryUI .expiry label {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: calc(var(--input-padding-y)/3);
    padding-bottom: calc(var(--input-padding-y)/3);
    font-size: 12px;
    color: rgba(0, 0, 0, .4);
    display: block;
    text-align: left
}

#CardEntryUI label.is-invalid {
    color: #dc3545;
    position: static;
    padding: 0
}

.card-overlay {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .1);
    z-index: 2;
    cursor: pointer
}

@media screen and (max-width:575px) {
    .CDSPayment-panelBodyColDiv {
        padding: 0
    }
}

.CDSPayment-showLabel {
    padding-top: calc(var(--input-padding-y)/3) !important;
    padding-bottom: calc(var(--input-padding-y)/3) !important;
    font-size: 12px;
    color: rgba(0, 0, 0, .4) !important;
    text-align: left
}

.pre-checkout-cover-image {
    max-width: 90%
}

.digital-covers-container {
    position: relative;
    justify-content: center;
    max-width: 300px
}

.digital-covers-container .tablet-cover-frame {
    background-size: 100% 100%;
    padding: 25px;
    width: 350px;
    height: 450px
}

.digital-covers-container .tablet-cover-frame img {
    max-width: 100%;
    max-height: 315px;
    width: 237px;
    margin-left: 9px;
    margin-top: 14px
}

.digital-covers-container .mobile-cover-frame {
    position: absolute;
    bottom: 50px;
    left: 0;
    background-size: 100% 100%;
    width: 130px;
    height: 250px
}

.digital-covers-container .mobile-cover-frame img {
    max-width: 100%;
    width: 105px;
    margin-top: 55px;
    margin-left: 13px
}

.package-covers-container {
    position: relative;
    justify-content: center
}

.package-covers-container .print-cover {
    max-width: 60%;
    margin-right: 20px
}

.package-covers-container .tablet-cover-frame {
    position: absolute;
    bottom: -80px;
    left: 20px;
    background-size: 100% 100%;
    padding: 25px;
    width: 280px;
    height: 360px
}

.package-covers-container .tablet-cover-frame img {
    max-width: 100%;
    max-height: 260px;
    width: 189px;
    margin-left: 3px;
    margin-top: 5px
}

.package-covers-container .mobile-cover-frame {
    position: absolute;
    bottom: -35px;
    left: 170px;
    background-size: 100% 100%;
    width: 130px;
    height: 250px
}

.package-covers-container .mobile-cover-frame img {
    max-width: 100%;
    width: 105px;
    margin-top: 55px;
    margin-left: 13px
}

@media screen and (max-width:767px) {
    .package-covers-container .pre-checkout-cover-image {
        max-width: 70%
    }
    .package-covers-container .tablet-cover-frame {
        left: 0
    }
    .package-covers-container .mobile-cover-frame {
        left: 157px
    }
}

.digital-access {
    margin-top: -35px
}

.package-access {
    margin-top: 40px
}

@media screen and (max-width:991px) {
    .package-covers-container {
        transform: scale(.8)
    }
    .package-access {
        margin-top: 20px
    }
}

.small-cover-image-container {
    width: 105px;
    padding: 0 15px
}

.small-cover-image-container .digital-covers-container {
    position: relative
}

.small-cover-image-container .digital-covers-container .tablet-cover-frame {
    background-size: 100% 100%;
    padding: 0;
    width: 75px;
    height: 100px
}

.small-cover-image-container .digital-covers-container .tablet-cover-frame img {
    max-width: 67%;
    width: 224px;
    margin-left: 8px;
    margin-top: 10px
}

.small-cover-image-container .digital-covers-container .mobile-cover-frame {
    position: absolute;
    bottom: 9px;
    right: 0;
    background-size: 100% 100%;
    width: 35px;
    height: 70px
}

.small-cover-image-container .digital-covers-container .mobile-cover-frame img {
    max-width: 79%;
    width: 103px;
    margin-top: 17px;
    margin-left: 4px
}

.small-cover-image-container .package-covers-container {
    position: relative
}

.small-cover-image-container .package-covers-container .print-cover {
    max-width: 100%
}

.small-cover-image-container .package-covers-container .tablet-cover-frame {
    position: absolute;
    bottom: -16px;
    left: -4px;
    background-size: 100% 100%;
    padding: 5px 7px;
    width: 52px;
    height: 68px
}

.small-cover-image-container .package-covers-container .tablet-cover-frame img {
    max-width: 33px;
    width: 73px;
    margin-left: -1px;
    margin-top: 3px
}

.small-cover-image-container .package-covers-container .mobile-cover-frame {
    position: absolute;
    bottom: -11px;
    left: 27px;
    background-size: 100% 100%;
    width: 24px;
    height: 46px
}

.small-cover-image-container .package-covers-container .mobile-cover-frame img {
    max-width: 77%;
    width: 92px;
    margin-top: 11px;
    margin-left: 3px
}

@media screen and (max-width:767px) {
    .small-cover-image-container .package-covers-container .small-checkout-cover-image {
        max-width: 100%
    }
    .small-cover-image-container .package-covers-container .tablet-cover-frame {
        left: 0
    }
}

.image-stack-offset-noprem {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    position: relative
}

.image-stack-offset-noprem .image-stack-item-bottom-noprem {
    grid-column: 1/-1;
    grid-row: 1
}

.image-stack-offset-print {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    position: relative
}

.image-stack-offset-print .image-stack-item-top {
    grid-column: 8/-1;
    grid-row: 1;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1
}

.image-stack-offset-print .image-stack-item-top .premium-set-image {
    max-height: 200px
}

@media screen and (max-width:767px) {
    .image-stack-offset-print .image-stack-item-top {
        grid-column: 8/-2;
        right: 10%
    }
}

.image-stack-offset-print .image-stack-item-bottom {
    grid-column: 1/-1;
    grid-row: 1;
    padding-bottom: 8%
}

.image-stack-offset-digital {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    position: relative
}

.image-stack-offset-digital .image-stack-item-top {
    grid-column: 7/-1;
    grid-row: 1;
    position: absolute;
    bottom: 40px;
    right: 10%;
    z-index: 1;
    max-width: 100%
}

.image-stack-offset-digital .image-stack-item-top .premium-set-image {
    max-height: 200px
}

.image-stack-offset-digital .image-stack-item-bottom {
    grid-column: 1/-1;
    grid-row: 1
}

.image-stack-offset-package {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    position: relative
}

.image-stack-offset-package .image-stack-item-top {
    grid-column: 8/-1;
    grid-row: 1;
    position: absolute;
    bottom: -45px;
    right: 0;
    z-index: 1;
    max-width: 100%
}

.image-stack-offset-package .image-stack-item-top .premium-set-image {
    max-height: 200px
}

.image-stack-offset-package .image-stack-item-bottom {
    grid-column: 1/-1;
    grid-row: 1;
    padding-bottom: 10%
}

.image-stack-small {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    position: relative
}

.image-stack-small .image-stack-item-top {
    grid-column: 4/-1;
    grid-row: 1;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    max-width: 100%
}

.image-stack-small .image-stack-item-top .premium-set-image {
    max-height: 75px
}

.image-stack-small .image-stack-item-bottom {
    grid-column: 1/-1;
    grid-row: 1;
    padding-bottom: 10%
}

.image-stack-small-noprem {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    position: relative
}

.image-stack-small-noprem .image-stack-item-bottom-noprem {
    grid-column: 1/-1;
    grid-row: 1
}

.ecard .template-preview {
    display: block
}

.ecard .template-selection {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    margin-right: 5px
}

.ecard .template-selection .input {
    position: absolute;
    left: -9999px
}

.ecard .template-selection .input:checked+label>img {
    box-shadow: 0 0 3px 3px #ccc
}

.ecard .template-selection .input+label>img {
    max-height: 87px;
    transition: 500ms all;
    cursor: pointer;
    border: 2px solid #fff
}

@media screen and (max-width:767px) {
    .ecard .template-selection .input+label>img {
        max-height: 60px
    }
}

.ecard .form-control,
.ecard .btn-ecard-preview,
.ecard .send-ecard {
    max-width: 95%
}

.ecard #CardMessage {
    min-height: 107px;
    line-height: 20px
}

.preview-message {
    background: #fff;
    max-width: 100%;
    min-height: 300px;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, .1);
    font-style: italic;
    font-size: 1.6rem;
    position: relative;
    white-space: pre-wrap;
    text-align: center;
    overflow-wrap: anywhere
}

.btn-ecard-preview.collapsed:before {
    content: 'Preview';
    display: block;
    text-align: center
}

.btn-ecard-preview:before {
    content: 'Close Preview';
    display: block;
    text-align: center
}

#CardMessage+label {
    background: #fff;
    padding-bottom: 0;
    margin-left: 1px;
    margin-top: 1px;
    width: 99%
}

.email-tooltip {
    position: absolute;
    right: -10px;
    top: 15px
}

.flag-icon-background,
.flag-icon {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

.flag-icon {
    position: relative;
    background-size: 32px;
    background-position: 10px;
    background-repeat: no-repeat;
    display: inline-block;
    line-height: 1em;
    text-indent: 33px
}

.flag-icon:before {
    content: ' '
}

.flag-icon.flag-icon-squared {
    width: 1em
}

.flag-icon-ad {
    background-image: url(../../imgs/flags/4x3/ad.svg)
}

.flag-icon-ad.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/ad.svg)
}

.flag-icon-ae {
    background-image: url(../../imgs/flags/4x3/ae.svg)
}

.flag-icon-ae.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/ae.svg)
}

.flag-icon-af {
    background-image: url(../../imgs/flags/4x3/af.svg)
}

.flag-icon-af.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/af.svg)
}

.flag-icon-ag {
    background-image: url(../../imgs/flags/4x3/ag.svg)
}

.flag-icon-ag.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/ag.svg)
}

.flag-icon-ai {
    background-image: url(../../imgs/flags/4x3/ai.svg)
}

.flag-icon-ai.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/ai.svg)
}

.flag-icon-al {
    background-image: url(../../imgs/flags/4x3/al.svg)
}

.flag-icon-al.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/al.svg)
}

.flag-icon-am {
    background-image: url(../../imgs/flags/4x3/am.svg)
}

.flag-icon-am.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/am.svg)
}

.flag-icon-ao {
    background-image: url(../../imgs/flags/4x3/ao.svg)
}

.flag-icon-ao.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/ao.svg)
}

.flag-icon-aq {
    background-image: url(../../imgs/flags/4x3/aq.svg)
}

.flag-icon-aq.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/aq.svg)
}

.flag-icon-ar {
    background-image: url(../../imgs/flags/4x3/ar.svg)
}

.flag-icon-ar.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/ar.svg)
}

.flag-icon-as {
    background-image: url(../../imgs/flags/4x3/as.svg)
}

.flag-icon-as.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/as.svg)
}

.flag-icon-at {
    background-image: url(../../imgs/flags/4x3/at.svg)
}

.flag-icon-at.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/at.svg)
}

.flag-icon-au {
    background-image: url(../../imgs/flags/4x3/au.svg)
}

.flag-icon-au.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/au.svg)
}

.flag-icon-aw {
    background-image: url(../../imgs/flags/4x3/aw.svg)
}

.flag-icon-aw.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/aw.svg)
}

.flag-icon-ax {
    background-image: url(../../imgs/flags/4x3/ax.svg)
}

.flag-icon-ax.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/ax.svg)
}

.flag-icon-az {
    background-image: url(../../imgs/flags/4x3/az.svg)
}

.flag-icon-az.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/az.svg)
}

.flag-icon-ba {
    background-image: url(../../imgs/flags/4x3/ba.svg)
}

.flag-icon-ba.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/ba.svg)
}

.flag-icon-bb {
    background-image: url(../../imgs/flags/4x3/bb.svg)
}

.flag-icon-bb.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/bb.svg)
}

.flag-icon-bd {
    background-image: url(../../imgs/flags/4x3/bd.svg)
}

.flag-icon-bd.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/bd.svg)
}

.flag-icon-be {
    background-image: url(../../imgs/flags/4x3/be.svg)
}

.flag-icon-be.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/be.svg)
}

.flag-icon-bf {
    background-image: url(../../imgs/flags/4x3/bf.svg)
}

.flag-icon-bf.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/bf.svg)
}

.flag-icon-bg {
    background-image: url(../../imgs/flags/4x3/bg.svg)
}

.flag-icon-bg.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/bg.svg)
}

.flag-icon-bh {
    background-image: url(../../imgs/flags/4x3/bh.svg)
}

.flag-icon-bh.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/bh.svg)
}

.flag-icon-bi {
    background-image: url(../../imgs/flags/4x3/bi.svg)
}

.flag-icon-bi.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/bi.svg)
}

.flag-icon-bj {
    background-image: url(../../imgs/flags/4x3/bj.svg)
}

.flag-icon-bj.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/bj.svg)
}

.flag-icon-bl {
    background-image: url(../../imgs/flags/4x3/bl.svg)
}

.flag-icon-bl.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/bl.svg)
}

.flag-icon-bm {
    background-image: url(../../imgs/flags/4x3/bm.svg)
}

.flag-icon-bm.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/bm.svg)
}

.flag-icon-bn {
    background-image: url(../../imgs/flags/4x3/bn.svg)
}

.flag-icon-bn.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/bn.svg)
}

.flag-icon-bo {
    background-image: url(../../imgs/flags/4x3/bo.svg)
}

.flag-icon-bo.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/bo.svg)
}

.flag-icon-bq {
    background-image: url(../../imgs/flags/4x3/bq.svg)
}

.flag-icon-bq.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/bq.svg)
}

.flag-icon-br {
    background-image: url(../../imgs/flags/4x3/br.svg)
}

.flag-icon-br.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/br.svg)
}

.flag-icon-bs {
    background-image: url(../../imgs/flags/4x3/bs.svg)
}

.flag-icon-bs.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/bs.svg)
}

.flag-icon-bt {
    background-image: url(../../imgs/flags/4x3/bt.svg)
}

.flag-icon-bt.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/bt.svg)
}

.flag-icon-bv {
    background-image: url(../../imgs/flags/4x3/bv.svg)
}

.flag-icon-bv.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/bv.svg)
}

.flag-icon-bw {
    background-image: url(../../imgs/flags/4x3/bw.svg)
}

.flag-icon-bw.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/bw.svg)
}

.flag-icon-by {
    background-image: url(../../imgs/flags/4x3/by.svg)
}

.flag-icon-by.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/by.svg)
}

.flag-icon-bz {
    background-image: url(../../imgs/flags/4x3/bz.svg)
}

.flag-icon-bz.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/bz.svg)
}

.flag-icon-ca {
    background-image: url(../../imgs/flags/4x3/ca.svg)
}

.flag-icon-ca.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/ca.svg)
}

.flag-icon-cc {
    background-image: url(../../imgs/flags/4x3/cc.svg)
}

.flag-icon-cc.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/cc.svg)
}

.flag-icon-cd {
    background-image: url(../../imgs/flags/4x3/cd.svg)
}

.flag-icon-cd.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/cd.svg)
}

.flag-icon-cf {
    background-image: url(../../imgs/flags/4x3/cf.svg)
}

.flag-icon-cf.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/cf.svg)
}

.flag-icon-cg {
    background-image: url(../../imgs/flags/4x3/cg.svg)
}

.flag-icon-cg.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/cg.svg)
}

.flag-icon-ch {
    background-image: url(../../imgs/flags/4x3/ch.svg)
}

.flag-icon-ch.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/ch.svg)
}

.flag-icon-ci {
    background-image: url(../../imgs/flags/4x3/ci.svg)
}

.flag-icon-ci.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/ci.svg)
}

.flag-icon-ck {
    background-image: url(../../imgs/flags/4x3/ck.svg)
}

.flag-icon-ck.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/ck.svg)
}

.flag-icon-cl {
    background-image: url(../../imgs/flags/4x3/cl.svg)
}

.flag-icon-cl.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/cl.svg)
}

.flag-icon-cm {
    background-image: url(../../imgs/flags/4x3/cm.svg)
}

.flag-icon-cm.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/cm.svg)
}

.flag-icon-cn {
    background-image: url(../../imgs/flags/4x3/cn.svg)
}

.flag-icon-cn.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/cn.svg)
}

.flag-icon-co {
    background-image: url(../../imgs/flags/4x3/co.svg)
}

.flag-icon-co.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/co.svg)
}

.flag-icon-cr {
    background-image: url(../../imgs/flags/4x3/cr.svg)
}

.flag-icon-cr.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/cr.svg)
}

.flag-icon-cu {
    background-image: url(../../imgs/flags/4x3/cu.svg)
}

.flag-icon-cu.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/cu.svg)
}

.flag-icon-cv {
    background-image: url(../../imgs/flags/4x3/cv.svg)
}

.flag-icon-cv.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/cv.svg)
}

.flag-icon-cw {
    background-image: url(../../imgs/flags/4x3/cw.svg)
}

.flag-icon-cw.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/cw.svg)
}

.flag-icon-cx {
    background-image: url(../../imgs/flags/4x3/cx.svg)
}

.flag-icon-cx.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/cx.svg)
}

.flag-icon-cy {
    background-image: url(../../imgs/flags/4x3/cy.svg)
}

.flag-icon-cy.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/cy.svg)
}

.flag-icon-cz {
    background-image: url(../../imgs/flags/4x3/cz.svg)
}

.flag-icon-cz.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/cz.svg)
}

.flag-icon-de {
    background-image: url(../../imgs/flags/4x3/de.svg)
}

.flag-icon-de.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/de.svg)
}

.flag-icon-dj {
    background-image: url(../../imgs/flags/4x3/dj.svg)
}

.flag-icon-dj.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/dj.svg)
}

.flag-icon-dk {
    background-image: url(../../imgs/flags/4x3/dk.svg)
}

.flag-icon-dk.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/dk.svg)
}

.flag-icon-dm {
    background-image: url(../../imgs/flags/4x3/dm.svg)
}

.flag-icon-dm.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/dm.svg)
}

.flag-icon-do {
    background-image: url(../../imgs/flags/4x3/do.svg)
}

.flag-icon-do.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/do.svg)
}

.flag-icon-dz {
    background-image: url(../../imgs/flags/4x3/dz.svg)
}

.flag-icon-dz.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/dz.svg)
}

.flag-icon-ec {
    background-image: url(../../imgs/flags/4x3/ec.svg)
}

.flag-icon-ec.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/ec.svg)
}

.flag-icon-ee {
    background-image: url(../../imgs/flags/4x3/ee.svg)
}

.flag-icon-ee.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/ee.svg)
}

.flag-icon-eg {
    background-image: url(../../imgs/flags/4x3/eg.svg)
}

.flag-icon-eg.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/eg.svg)
}

.flag-icon-eh {
    background-image: url(../../imgs/flags/4x3/eh.svg)
}

.flag-icon-eh.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/eh.svg)
}

.flag-icon-er {
    background-image: url(../../imgs/flags/4x3/er.svg)
}

.flag-icon-er.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/er.svg)
}

.flag-icon-es {
    background-image: url(../../imgs/flags/4x3/es.svg)
}

.flag-icon-es.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/es.svg)
}

.flag-icon-et {
    background-image: url(../../imgs/flags/4x3/et.svg)
}

.flag-icon-et.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/et.svg)
}

.flag-icon-fi {
    background-image: url(../../imgs/flags/4x3/fi.svg)
}

.flag-icon-fi.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/fi.svg)
}

.flag-icon-fj {
    background-image: url(../../imgs/flags/4x3/fj.svg)
}

.flag-icon-fj.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/fj.svg)
}

.flag-icon-fk {
    background-image: url(../../imgs/flags/4x3/fk.svg)
}

.flag-icon-fk.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/fk.svg)
}

.flag-icon-fm {
    background-image: url(../../imgs/flags/4x3/fm.svg)
}

.flag-icon-fm.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/fm.svg)
}

.flag-icon-fo {
    background-image: url(../../imgs/flags/4x3/fo.svg)
}

.flag-icon-fo.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/fo.svg)
}

.flag-icon-fr {
    background-image: url(../../imgs/flags/4x3/fr.svg)
}

.flag-icon-fr.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/fr.svg)
}

.flag-icon-ga {
    background-image: url(../../imgs/flags/4x3/ga.svg)
}

.flag-icon-ga.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/ga.svg)
}

.flag-icon-gb {
    background-image: url(../../imgs/flags/4x3/gb.svg)
}

.flag-icon-gb.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/gb.svg)
}

.flag-icon-gd {
    background-image: url(../../imgs/flags/4x3/gd.svg)
}

.flag-icon-gd.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/gd.svg)
}

.flag-icon-ge {
    background-image: url(../../imgs/flags/4x3/ge.svg)
}

.flag-icon-ge.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/ge.svg)
}

.flag-icon-gf {
    background-image: url(../../imgs/flags/4x3/gf.svg)
}

.flag-icon-gf.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/gf.svg)
}

.flag-icon-gg {
    background-image: url(../../imgs/flags/4x3/gg.svg)
}

.flag-icon-gg.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/gg.svg)
}

.flag-icon-gh {
    background-image: url(../../imgs/flags/4x3/gh.svg)
}

.flag-icon-gh.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/gh.svg)
}

.flag-icon-gi {
    background-image: url(../../imgs/flags/4x3/gi.svg)
}

.flag-icon-gi.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/gi.svg)
}

.flag-icon-gl {
    background-image: url(../../imgs/flags/4x3/gl.svg)
}

.flag-icon-gl.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/gl.svg)
}

.flag-icon-gm {
    background-image: url(../../imgs/flags/4x3/gm.svg)
}

.flag-icon-gm.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/gm.svg)
}

.flag-icon-gn {
    background-image: url(../../imgs/flags/4x3/gn.svg)
}

.flag-icon-gn.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/gn.svg)
}

.flag-icon-gp {
    background-image: url(../../imgs/flags/4x3/gp.svg)
}

.flag-icon-gp.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/gp.svg)
}

.flag-icon-gq {
    background-image: url(../../imgs/flags/4x3/gq.svg)
}

.flag-icon-gq.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/gq.svg)
}

.flag-icon-gr {
    background-image: url(../../imgs/flags/4x3/gr.svg)
}

.flag-icon-gr.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/gr.svg)
}

.flag-icon-gs {
    background-image: url(../../imgs/flags/4x3/gs.svg)
}

.flag-icon-gs.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/gs.svg)
}

.flag-icon-gt {
    background-image: url(../../imgs/flags/4x3/gt.svg)
}

.flag-icon-gt.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/gt.svg)
}

.flag-icon-gu {
    background-image: url(../../imgs/flags/4x3/gu.svg)
}

.flag-icon-gu.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/gu.svg)
}

.flag-icon-gw {
    background-image: url(../../imgs/flags/4x3/gw.svg)
}

.flag-icon-gw.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/gw.svg)
}

.flag-icon-gy {
    background-image: url(../../imgs/flags/4x3/gy.svg)
}

.flag-icon-gy.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/gy.svg)
}

.flag-icon-hk {
    background-image: url(../../imgs/flags/4x3/hk.svg)
}

.flag-icon-hk.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/hk.svg)
}

.flag-icon-hm {
    background-image: url(../../imgs/flags/4x3/hm.svg)
}

.flag-icon-hm.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/hm.svg)
}

.flag-icon-hn {
    background-image: url(../../imgs/flags/4x3/hn.svg)
}

.flag-icon-hn.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/hn.svg)
}

.flag-icon-hr {
    background-image: url(../../imgs/flags/4x3/hr.svg)
}

.flag-icon-hr.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/hr.svg)
}

.flag-icon-ht {
    background-image: url(../../imgs/flags/4x3/ht.svg)
}

.flag-icon-ht.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/ht.svg)
}

.flag-icon-hu {
    background-image: url(../../imgs/flags/4x3/hu.svg)
}

.flag-icon-hu.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/hu.svg)
}

.flag-icon-id {
    background-image: url(../../imgs/flags/4x3/id.svg)
}

.flag-icon-id.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/id.svg)
}

.flag-icon-ie {
    background-image: url(../../imgs/flags/4x3/ie.svg)
}

.flag-icon-ie.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/ie.svg)
}

.flag-icon-il {
    background-image: url(../../imgs/flags/4x3/il.svg)
}

.flag-icon-il.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/il.svg)
}

.flag-icon-im {
    background-image: url(../../imgs/flags/4x3/im.svg)
}

.flag-icon-im.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/im.svg)
}

.flag-icon-in {
    background-image: url(../../imgs/flags/4x3/in.svg)
}

.flag-icon-in.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/in.svg)
}

.flag-icon-io {
    background-image: url(../../imgs/flags/4x3/io.svg)
}

.flag-icon-io.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/io.svg)
}

.flag-icon-iq {
    background-image: url(../../imgs/flags/4x3/iq.svg)
}

.flag-icon-iq.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/iq.svg)
}

.flag-icon-ir {
    background-image: url(../../imgs/flags/4x3/ir.svg)
}

.flag-icon-ir.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/ir.svg)
}

.flag-icon-is {
    background-image: url(../../imgs/flags/4x3/is.svg)
}

.flag-icon-is.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/is.svg)
}

.flag-icon-it {
    background-image: url(../../imgs/flags/4x3/it.svg)
}

.flag-icon-it.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/it.svg)
}

.flag-icon-je {
    background-image: url(../../imgs/flags/4x3/je.svg)
}

.flag-icon-je.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/je.svg)
}

.flag-icon-jm {
    background-image: url(../../imgs/flags/4x3/jm.svg)
}

.flag-icon-jm.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/jm.svg)
}

.flag-icon-jo {
    background-image: url(../../imgs/flags/4x3/jo.svg)
}

.flag-icon-jo.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/jo.svg)
}

.flag-icon-jp {
    background-image: url(../../imgs/flags/4x3/jp.svg)
}

.flag-icon-jp.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/jp.svg)
}

.flag-icon-ke {
    background-image: url(../../imgs/flags/4x3/ke.svg)
}

.flag-icon-ke.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/ke.svg)
}

.flag-icon-kg {
    background-image: url(../../imgs/flags/4x3/kg.svg)
}

.flag-icon-kg.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/kg.svg)
}

.flag-icon-kh {
    background-image: url(../../imgs/flags/4x3/kh.svg)
}

.flag-icon-kh.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/kh.svg)
}

.flag-icon-ki {
    background-image: url(../../imgs/flags/4x3/ki.svg)
}

.flag-icon-ki.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/ki.svg)
}

.flag-icon-km {
    background-image: url(../../imgs/flags/4x3/km.svg)
}

.flag-icon-km.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/km.svg)
}

.flag-icon-kn {
    background-image: url(../../imgs/flags/4x3/kn.svg)
}

.flag-icon-kn.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/kn.svg)
}

.flag-icon-kp {
    background-image: url(../../imgs/flags/4x3/kp.svg)
}

.flag-icon-kp.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/kp.svg)
}

.flag-icon-kr {
    background-image: url(../../imgs/flags/4x3/kr.svg)
}

.flag-icon-kr.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/kr.svg)
}

.flag-icon-kw {
    background-image: url(../../imgs/flags/4x3/kw.svg)
}

.flag-icon-kw.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/kw.svg)
}

.flag-icon-ky {
    background-image: url(../../imgs/flags/4x3/ky.svg)
}

.flag-icon-ky.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/ky.svg)
}

.flag-icon-kz {
    background-image: url(../../imgs/flags/4x3/kz.svg)
}

.flag-icon-kz.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/kz.svg)
}

.flag-icon-la {
    background-image: url(../../imgs/flags/4x3/la.svg)
}

.flag-icon-la.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/la.svg)
}

.flag-icon-lb {
    background-image: url(../../imgs/flags/4x3/lb.svg)
}

.flag-icon-lb.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/lb.svg)
}

.flag-icon-lc {
    background-image: url(../../imgs/flags/4x3/lc.svg)
}

.flag-icon-lc.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/lc.svg)
}

.flag-icon-li {
    background-image: url(../../imgs/flags/4x3/li.svg)
}

.flag-icon-li.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/li.svg)
}

.flag-icon-lk {
    background-image: url(../../imgs/flags/4x3/lk.svg)
}

.flag-icon-lk.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/lk.svg)
}

.flag-icon-lr {
    background-image: url(../../imgs/flags/4x3/lr.svg)
}

.flag-icon-lr.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/lr.svg)
}

.flag-icon-ls {
    background-image: url(../../imgs/flags/4x3/ls.svg)
}

.flag-icon-ls.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/ls.svg)
}

.flag-icon-lt {
    background-image: url(../../imgs/flags/4x3/lt.svg)
}

.flag-icon-lt.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/lt.svg)
}

.flag-icon-lu {
    background-image: url(../../imgs/flags/4x3/lu.svg)
}

.flag-icon-lu.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/lu.svg)
}

.flag-icon-lv {
    background-image: url(../../imgs/flags/4x3/lv.svg)
}

.flag-icon-lv.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/lv.svg)
}

.flag-icon-ly {
    background-image: url(../../imgs/flags/4x3/ly.svg)
}

.flag-icon-ly.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/ly.svg)
}

.flag-icon-ma {
    background-image: url(../../imgs/flags/4x3/ma.svg)
}

.flag-icon-ma.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/ma.svg)
}

.flag-icon-mc {
    background-image: url(../../imgs/flags/4x3/mc.svg)
}

.flag-icon-mc.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/mc.svg)
}

.flag-icon-md {
    background-image: url(../../imgs/flags/4x3/md.svg)
}

.flag-icon-md.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/md.svg)
}

.flag-icon-me {
    background-image: url(../../imgs/flags/4x3/me.svg)
}

.flag-icon-me.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/me.svg)
}

.flag-icon-mf {
    background-image: url(../../imgs/flags/4x3/mf.svg)
}

.flag-icon-mf.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/mf.svg)
}

.flag-icon-mg {
    background-image: url(../../imgs/flags/4x3/mg.svg)
}

.flag-icon-mg.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/mg.svg)
}

.flag-icon-mh {
    background-image: url(../../imgs/flags/4x3/mh.svg)
}

.flag-icon-mh.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/mh.svg)
}

.flag-icon-mk {
    background-image: url(../../imgs/flags/4x3/mk.svg)
}

.flag-icon-mk.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/mk.svg)
}

.flag-icon-ml {
    background-image: url(../../imgs/flags/4x3/ml.svg)
}

.flag-icon-ml.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/ml.svg)
}

.flag-icon-mm {
    background-image: url(../../imgs/flags/4x3/mm.svg)
}

.flag-icon-mm.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/mm.svg)
}

.flag-icon-mn {
    background-image: url(../../imgs/flags/4x3/mn.svg)
}

.flag-icon-mn.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/mn.svg)
}

.flag-icon-mo {
    background-image: url(../../imgs/flags/4x3/mo.svg)
}

.flag-icon-mo.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/mo.svg)
}

.flag-icon-mp {
    background-image: url(../../imgs/flags/4x3/mp.svg)
}

.flag-icon-mp.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/mp.svg)
}

.flag-icon-mq {
    background-image: url(../../imgs/flags/4x3/mq.svg)
}

.flag-icon-mq.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/mq.svg)
}

.flag-icon-mr {
    background-image: url(../../imgs/flags/4x3/mr.svg)
}

.flag-icon-mr.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/mr.svg)
}

.flag-icon-ms {
    background-image: url(../../imgs/flags/4x3/ms.svg)
}

.flag-icon-ms.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/ms.svg)
}

.flag-icon-mt {
    background-image: url(../../imgs/flags/4x3/mt.svg)
}

.flag-icon-mt.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/mt.svg)
}

.flag-icon-mu {
    background-image: url(../../imgs/flags/4x3/mu.svg)
}

.flag-icon-mu.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/mu.svg)
}

.flag-icon-mv {
    background-image: url(../../imgs/flags/4x3/mv.svg)
}

.flag-icon-mv.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/mv.svg)
}

.flag-icon-mw {
    background-image: url(../../imgs/flags/4x3/mw.svg)
}

.flag-icon-mw.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/mw.svg)
}

.flag-icon-mx {
    background-image: url(../../imgs/flags/4x3/mx.svg)
}

.flag-icon-mx.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/mx.svg)
}

.flag-icon-my {
    background-image: url(../../imgs/flags/4x3/my.svg)
}

.flag-icon-my.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/my.svg)
}

.flag-icon-mz {
    background-image: url(../../imgs/flags/4x3/mz.svg)
}

.flag-icon-mz.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/mz.svg)
}

.flag-icon-na {
    background-image: url(../../imgs/flags/4x3/na.svg)
}

.flag-icon-na.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/na.svg)
}

.flag-icon-nc {
    background-image: url(../../imgs/flags/4x3/nc.svg)
}

.flag-icon-nc.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/nc.svg)
}

.flag-icon-ne {
    background-image: url(../../imgs/flags/4x3/ne.svg)
}

.flag-icon-ne.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/ne.svg)
}

.flag-icon-nf {
    background-image: url(../../imgs/flags/4x3/nf.svg)
}

.flag-icon-nf.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/nf.svg)
}

.flag-icon-ng {
    background-image: url(../../imgs/flags/4x3/ng.svg)
}

.flag-icon-ng.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/ng.svg)
}

.flag-icon-ni {
    background-image: url(../../imgs/flags/4x3/ni.svg)
}

.flag-icon-ni.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/ni.svg)
}

.flag-icon-nl {
    background-image: url(../../imgs/flags/4x3/nl.svg)
}

.flag-icon-nl.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/nl.svg)
}

.flag-icon-no {
    background-image: url(../../imgs/flags/4x3/no.svg)
}

.flag-icon-no.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/no.svg)
}

.flag-icon-np {
    background-image: url(../../imgs/flags/4x3/np.svg)
}

.flag-icon-np.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/np.svg)
}

.flag-icon-nr {
    background-image: url(../../imgs/flags/4x3/nr.svg)
}

.flag-icon-nr.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/nr.svg)
}

.flag-icon-nu {
    background-image: url(../../imgs/flags/4x3/nu.svg)
}

.flag-icon-nu.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/nu.svg)
}

.flag-icon-nz {
    background-image: url(../../imgs/flags/4x3/nz.svg)
}

.flag-icon-nz.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/nz.svg)
}

.flag-icon-om {
    background-image: url(../../imgs/flags/4x3/om.svg)
}

.flag-icon-om.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/om.svg)
}

.flag-icon-pa {
    background-image: url(../../imgs/flags/4x3/pa.svg)
}

.flag-icon-pa.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/pa.svg)
}

.flag-icon-pe {
    background-image: url(../../imgs/flags/4x3/pe.svg)
}

.flag-icon-pe.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/pe.svg)
}

.flag-icon-pf {
    background-image: url(../../imgs/flags/4x3/pf.svg)
}

.flag-icon-pf.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/pf.svg)
}

.flag-icon-pg {
    background-image: url(../../imgs/flags/4x3/pg.svg)
}

.flag-icon-pg.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/pg.svg)
}

.flag-icon-ph {
    background-image: url(../../imgs/flags/4x3/ph.svg)
}

.flag-icon-ph.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/ph.svg)
}

.flag-icon-pk {
    background-image: url(../../imgs/flags/4x3/pk.svg)
}

.flag-icon-pk.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/pk.svg)
}

.flag-icon-pl {
    background-image: url(../../imgs/flags/4x3/pl.svg)
}

.flag-icon-pl.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/pl.svg)
}

.flag-icon-pm {
    background-image: url(../../imgs/flags/4x3/pm.svg)
}

.flag-icon-pm.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/pm.svg)
}

.flag-icon-pn {
    background-image: url(../../imgs/flags/4x3/pn.svg)
}

.flag-icon-pn.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/pn.svg)
}

.flag-icon-pr {
    background-image: url(../../imgs/flags/4x3/pr.svg)
}

.flag-icon-pr.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/pr.svg)
}

.flag-icon-ps {
    background-image: url(../../imgs/flags/4x3/ps.svg)
}

.flag-icon-ps.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/ps.svg)
}

.flag-icon-pt {
    background-image: url(../../imgs/flags/4x3/pt.svg)
}

.flag-icon-pt.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/pt.svg)
}

.flag-icon-pw {
    background-image: url(../../imgs/flags/4x3/pw.svg)
}

.flag-icon-pw.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/pw.svg)
}

.flag-icon-py {
    background-image: url(../../imgs/flags/4x3/py.svg)
}

.flag-icon-py.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/py.svg)
}

.flag-icon-qa {
    background-image: url(../../imgs/flags/4x3/qa.svg)
}

.flag-icon-qa.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/qa.svg)
}

.flag-icon-re {
    background-image: url(../../imgs/flags/4x3/re.svg)
}

.flag-icon-re.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/re.svg)
}

.flag-icon-ro {
    background-image: url(../../imgs/flags/4x3/ro.svg)
}

.flag-icon-ro.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/ro.svg)
}

.flag-icon-rs {
    background-image: url(../../imgs/flags/4x3/rs.svg)
}

.flag-icon-rs.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/rs.svg)
}

.flag-icon-ru {
    background-image: url(../../imgs/flags/4x3/ru.svg)
}

.flag-icon-ru.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/ru.svg)
}

.flag-icon-rw {
    background-image: url(../../imgs/flags/4x3/rw.svg)
}

.flag-icon-rw.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/rw.svg)
}

.flag-icon-sa {
    background-image: url(../../imgs/flags/4x3/sa.svg)
}

.flag-icon-sa.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/sa.svg)
}

.flag-icon-sb {
    background-image: url(../../imgs/flags/4x3/sb.svg)
}

.flag-icon-sb.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/sb.svg)
}

.flag-icon-sc {
    background-image: url(../../imgs/flags/4x3/sc.svg)
}

.flag-icon-sc.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/sc.svg)
}

.flag-icon-sd {
    background-image: url(../../imgs/flags/4x3/sd.svg)
}

.flag-icon-sd.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/sd.svg)
}

.flag-icon-se {
    background-image: url(../../imgs/flags/4x3/se.svg)
}

.flag-icon-se.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/se.svg)
}

.flag-icon-sg {
    background-image: url(../../imgs/flags/4x3/sg.svg)
}

.flag-icon-sg.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/sg.svg)
}

.flag-icon-sh {
    background-image: url(../../imgs/flags/4x3/sh.svg)
}

.flag-icon-sh.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/sh.svg)
}

.flag-icon-si {
    background-image: url(../../imgs/flags/4x3/si.svg)
}

.flag-icon-si.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/si.svg)
}

.flag-icon-sj {
    background-image: url(../../imgs/flags/4x3/sj.svg)
}

.flag-icon-sj.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/sj.svg)
}

.flag-icon-sk {
    background-image: url(../../imgs/flags/4x3/sk.svg)
}

.flag-icon-sk.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/sk.svg)
}

.flag-icon-sl {
    background-image: url(../../imgs/flags/4x3/sl.svg)
}

.flag-icon-sl.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/sl.svg)
}

.flag-icon-sm {
    background-image: url(../../imgs/flags/4x3/sm.svg)
}

.flag-icon-sm.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/sm.svg)
}

.flag-icon-sn {
    background-image: url(../../imgs/flags/4x3/sn.svg)
}

.flag-icon-sn.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/sn.svg)
}

.flag-icon-so {
    background-image: url(../../imgs/flags/4x3/so.svg)
}

.flag-icon-so.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/so.svg)
}

.flag-icon-sr {
    background-image: url(../../imgs/flags/4x3/sr.svg)
}

.flag-icon-sr.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/sr.svg)
}

.flag-icon-ss {
    background-image: url(../../imgs/flags/4x3/ss.svg)
}

.flag-icon-ss.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/ss.svg)
}

.flag-icon-st {
    background-image: url(../../imgs/flags/4x3/st.svg)
}

.flag-icon-st.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/st.svg)
}

.flag-icon-sv {
    background-image: url(../../imgs/flags/4x3/sv.svg)
}

.flag-icon-sv.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/sv.svg)
}

.flag-icon-sx {
    background-image: url(../../imgs/flags/4x3/sx.svg)
}

.flag-icon-sx.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/sx.svg)
}

.flag-icon-sy {
    background-image: url(../../imgs/flags/4x3/sy.svg)
}

.flag-icon-sy.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/sy.svg)
}

.flag-icon-sz {
    background-image: url(../../imgs/flags/4x3/sz.svg)
}

.flag-icon-sz.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/sz.svg)
}

.flag-icon-tc {
    background-image: url(../../imgs/flags/4x3/tc.svg)
}

.flag-icon-tc.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/tc.svg)
}

.flag-icon-td {
    background-image: url(../../imgs/flags/4x3/td.svg)
}

.flag-icon-td.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/td.svg)
}

.flag-icon-tf {
    background-image: url(../../imgs/flags/4x3/tf.svg)
}

.flag-icon-tf.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/tf.svg)
}

.flag-icon-tg {
    background-image: url(../../imgs/flags/4x3/tg.svg)
}

.flag-icon-tg.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/tg.svg)
}

.flag-icon-th {
    background-image: url(../../imgs/flags/4x3/th.svg)
}

.flag-icon-th.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/th.svg)
}

.flag-icon-tj {
    background-image: url(../../imgs/flags/4x3/tj.svg)
}

.flag-icon-tj.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/tj.svg)
}

.flag-icon-tk {
    background-image: url(../../imgs/flags/4x3/tk.svg)
}

.flag-icon-tk.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/tk.svg)
}

.flag-icon-tl {
    background-image: url(../../imgs/flags/4x3/tl.svg)
}

.flag-icon-tl.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/tl.svg)
}

.flag-icon-tm {
    background-image: url(../../imgs/flags/4x3/tm.svg)
}

.flag-icon-tm.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/tm.svg)
}

.flag-icon-tn {
    background-image: url(../../imgs/flags/4x3/tn.svg)
}

.flag-icon-tn.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/tn.svg)
}

.flag-icon-to {
    background-image: url(../../imgs/flags/4x3/to.svg)
}

.flag-icon-to.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/to.svg)
}

.flag-icon-tr {
    background-image: url(../../imgs/flags/4x3/tr.svg)
}

.flag-icon-tr.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/tr.svg)
}

.flag-icon-tt {
    background-image: url(../../imgs/flags/4x3/tt.svg)
}

.flag-icon-tt.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/tt.svg)
}

.flag-icon-tv {
    background-image: url(../../imgs/flags/4x3/tv.svg)
}

.flag-icon-tv.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/tv.svg)
}

.flag-icon-tw {
    background-image: url(../../imgs/flags/4x3/tw.svg)
}

.flag-icon-tw.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/tw.svg)
}

.flag-icon-tz {
    background-image: url(../../imgs/flags/4x3/tz.svg)
}

.flag-icon-tz.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/tz.svg)
}

.flag-icon-ua {
    background-image: url(../../imgs/flags/4x3/ua.svg)
}

.flag-icon-ua.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/ua.svg)
}

.flag-icon-ug {
    background-image: url(../../imgs/flags/4x3/ug.svg)
}

.flag-icon-ug.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/ug.svg)
}

.flag-icon-um {
    background-image: url(../../imgs/flags/4x3/um.svg)
}

.flag-icon-um.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/um.svg)
}

.flag-icon-us {
    background-image: url(../../imgs/flags/4x3/us.svg)
}

.flag-icon-us.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/us.svg)
}

.flag-icon-uy {
    background-image: url(../../imgs/flags/4x3/uy.svg)
}

.flag-icon-uy.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/uy.svg)
}

.flag-icon-uz {
    background-image: url(../../imgs/flags/4x3/uz.svg)
}

.flag-icon-uz.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/uz.svg)
}

.flag-icon-va {
    background-image: url(../../imgs/flags/4x3/va.svg)
}

.flag-icon-va.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/va.svg)
}

.flag-icon-vc {
    background-image: url(../../imgs/flags/4x3/vc.svg)
}

.flag-icon-vc.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/vc.svg)
}

.flag-icon-ve {
    background-image: url(../../imgs/flags/4x3/ve.svg)
}

.flag-icon-ve.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/ve.svg)
}

.flag-icon-vg {
    background-image: url(../../imgs/flags/4x3/vg.svg)
}

.flag-icon-vg.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/vg.svg)
}

.flag-icon-vi {
    background-image: url(../../imgs/flags/4x3/vi.svg)
}

.flag-icon-vi.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/vi.svg)
}

.flag-icon-vn {
    background-image: url(../../imgs/flags/4x3/vn.svg)
}

.flag-icon-vn.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/vn.svg)
}

.flag-icon-vu {
    background-image: url(../../imgs/flags/4x3/vu.svg)
}

.flag-icon-vu.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/vu.svg)
}

.flag-icon-wf {
    background-image: url(../../imgs/flags/4x3/wf.svg)
}

.flag-icon-wf.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/wf.svg)
}

.flag-icon-ws {
    background-image: url(../../imgs/flags/4x3/ws.svg)
}

.flag-icon-ws.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/ws.svg)
}

.flag-icon-ye {
    background-image: url(../../imgs/flags/4x3/ye.svg)
}

.flag-icon-ye.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/ye.svg)
}

.flag-icon-yt {
    background-image: url(../../imgs/flags/4x3/yt.svg)
}

.flag-icon-yt.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/yt.svg)
}

.flag-icon-za {
    background-image: url(../../imgs/flags/4x3/za.svg)
}

.flag-icon-za.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/za.svg)
}

.flag-icon-zm {
    background-image: url(../../imgs/flags/4x3/zm.svg)
}

.flag-icon-zm.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/zm.svg)
}

.flag-icon-zw {
    background-image: url(../../imgs/flags/4x3/zw.svg)
}

.flag-icon-zw.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/zw.svg)
}

.flag-icon-es-ct {
    background-image: url(../../imgs/flags/4x3/es-ct.svg)
}

.flag-icon-es-ct.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/es-ct.svg)
}

.flag-icon-es-ga {
    background-image: url(../../imgs/flags/4x3/es-ga.svg)
}

.flag-icon-es-ga.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/es-ga.svg)
}

.flag-icon-eu {
    background-image: url(../../imgs/flags/4x3/eu.svg)
}

.flag-icon-eu.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/eu.svg)
}

.flag-icon-gb-eng {
    background-image: url(../../imgs/flags/4x3/gb-eng.svg)
}

.flag-icon-gb-eng.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/gb-eng.svg)
}

.flag-icon-gb-nir {
    background-image: url(../../imgs/flags/4x3/gb-nir.svg)
}

.flag-icon-gb-nir.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/gb-nir.svg)
}

.flag-icon-gb-sct {
    background-image: url(../../imgs/flags/4x3/gb-sct.svg)
}

.flag-icon-gb-sct.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/gb-sct.svg)
}

.flag-icon-gb-wls {
    background-image: url(../../imgs/flags/4x3/gb-wls.svg)
}

.flag-icon-gb-wls.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/gb-wls.svg)
}

.flag-icon-un {
    background-image: url(../../imgs/flags/4x3/un.svg)
}

.flag-icon-un.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/un.svg)
}

.flag-icon-xk {
    background-image: url(../../imgs/flags/4x3/xk.svg)
}

.flag-icon-xk.flag-icon-squared {
    background-image: url(../../imgs/flags/1x1/xk.svg)
}

.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: block
}

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

.home-slider-container,
.home-slide {
    position: relative;
    width: 100%;
    height: 538px
}

.home-slider-container {
    margin-bottom: 1.5rem;
    background-color: #dddcd8
}

.home-slide,
.category-slide {
    position: relative;
    background-color: #dddcd8
}

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

.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::after,
.category-slide::after {
    color: #fff
}

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

.home-slide-content {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 5.5rem;
    min-width: 307px;
    padding: 4.8rem 4.5rem 6.6rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #0e0e0e;
    color: #fff;
    z-index: 3
}

.home-slide-content.slide-content-right {
    right: 5.5rem;
    left: auto
}

.home-slide-content h1 {
    margin-bottom: 3.1rem;
    color: #fff;
    font: 300 4.8rem/1 "Oswald", sans-serif;
    letter-spacing: 0;
    text-transform: uppercase
}

.home-slide-content h3 {
    margin-bottom: .6rem;
    color: #fff;
    font: 400 1.7rem/1 "Open Sans", sans-serif;
    letter-spacing: .05rem;
    text-transform: uppercase
}

.home-slide-content .btn {
    position: relative;
    min-width: 108px;
    padding: .85rem .5rem;
    border-width: .2rem;
    border-radius: .2rem;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: .05rem;
    z-index: 4
}

.home-slider.owl-carousel .owl-nav .owl-prev,
.home-slider.owl-carousel .owl-nav .owl-next {
    display: block;
    position: absolute;
    top: 50%;
    width: 45px;
    height: 90px;
    margin: -45px 0 0;
    transition: all .3s;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    color: #d2cdc8;
    font-size: 7.5rem;
    font-weight: 100;
    line-height: 1
}

.home-slider.owl-carousel .owl-nav .owl-prev span,
.home-slider.owl-carousel .owl-nav .owl-next span {
    display: none
}

.home-slider.owl-carousel .owl-nav .owl-prev::before,
.home-slider.owl-carousel .owl-nav .owl-prev::after,
.home-slider.owl-carousel .owl-nav .owl-next::before,
.home-slider.owl-carousel .owl-nav .owl-next::after {
    display: block;
    position: absolute;
    width: 45px;
    height: 1px;
    transition: background .3s;
    background-color: #d2cdc8;
    content: ''
}

.home-slider.owl-carousel .owl-nav .owl-prev {
    left: -6.4rem
}

.home-slider.owl-carousel .owl-nav .owl-prev::before {
    top: 50%;
    right: 0;
    margin-top: -16px;
    transform: rotate(-45deg)
}

.home-slider.owl-carousel .owl-nav .owl-prev::after {
    right: 0;
    bottom: 50%;
    margin-bottom: -17px;
    transform: rotate(45deg)
}

.home-slider.owl-carousel .owl-nav .owl-next {
    right: -6.4rem
}

.home-slider.owl-carousel .owl-nav .owl-next::before {
    top: 50%;
    left: 0;
    margin-top: -16px;
    transform: rotate(45deg)
}

.home-slider.owl-carousel .owl-nav .owl-next::after {
    bottom: 50%;
    left: 0;
    margin-bottom: -17px;
    transform: rotate(-45deg)
}

.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 {
    border-color: transparent;
    background-color: transparent;
    color: #0e0e0e
}

.home-slider.owl-carousel .owl-nav .owl-prev:hover::before,
.home-slider.owl-carousel .owl-nav .owl-prev:hover::after,
.home-slider.owl-carousel .owl-nav .owl-next:hover::before,
.home-slider.owl-carousel .owl-nav .owl-next:hover::after,
.home-slider.owl-carousel .owl-nav .owl-prev:focus::before,
.home-slider.owl-carousel .owl-nav .owl-prev:focus::after,
.home-slider.owl-carousel .owl-nav .owl-next:focus::before,
.home-slider.owl-carousel .owl-nav .owl-next:focus::after {
    background-color: #0e0e0e
}

.owl-carousel .product:not(.product-sm) {
    margin-bottom: 0
}

.home-top-section {
    padding-top: 1.5rem;
    padding-bottom: 5.8rem;
    background-color: #f2f2f2
}

.cat-box {
    margin-bottom: 2rem;
    transition: all .3s
}

.cat-box br {
    display: none
}

.cat-box figure {
    margin: 0
}

.cat-box figure a {
    display: block
}

.cat-box figure img {
    display: block;
    width: 100%;
    max-width: none
}

.cat-box .cat-box-content {
    padding: 2.8rem 3rem 4rem;
    background-color: #fff;
    color: #7b7f83;
    font-size: 1.3rem;
    line-height: 1.85;
    text-align: center
}

.cat-box .cat-box-title {
    margin-bottom: .8rem;
    color: #111;
    font: 400 1.8rem/1.1 "Oswald", sans-serif;
    letter-spacing: .05rem;
    text-transform: uppercase
}

.cat-box .cat-box-title a {
    color: inherit
}

.cat-box p {
    max-width: 270px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto
}

.cat-box:hover {
    box-shadow: 0 17px 32px rgba(0, 0, 0, .07)
}

.home-bottom-section {
    margin-bottom: 5rem;
    padding-top: 10.4rem;
    padding-bottom: 5rem;
    background-color: #f4f4f4
}

.products-group {
    background-color: #efefef
}

.products-group .product,
.products-group .product-image-container {
    margin-bottom: 0
}

.products-group .row {
    margin-right: -1.5px;
    margin-left: -1.5px
}

.products-group .row [class*='col-'] {
    padding-right: 1.5px;
    padding-left: 1.5px
}

.products-group .col-lg-4,
.products-group .col-sm-6+.col-sm-6 {
    margin-top: 3px
}

.product-details-overlay {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.7rem;
    background-color: rgba(204, 204, 204, .95);
    z-index: 2
}

.product-details-overlay .product-action {
    top: 15px;
    right: 13px;
    z-index: 4
}

.product-details-overlay .product-action .paction:not(:hover) {
    color: #a7a7a7
}

.instagram-feed {
    position: relative
}

.instagram-feed-content {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 286px;
    padding: 2.5rem 4rem 3.6rem;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-color: #0e0e0e;
    color: #fff;
    text-align: center
}

.instagram-feed-content i {
    display: inline-block;
    margin-bottom: .8rem;
    font-size: 2.4rem
}

.instagram-feed-content h3 {
    margin-bottom: .6rem;
    color: #fff;
    font: 300 4.8rem/1 "Oswald", sans-serif;
    letter-spacing: 0;
    text-transform: uppercase
}

.instagram-feed-content div {
    margin-bottom: 2.5rem;
    font-size: 1.5rem;
    letter-spacing: .1rem;
    text-transform: uppercase
}

.instagram-feed-content .btn {
    min-width: 108px;
    padding: .85rem 1.2rem;
    border-width: .2rem
}

.instagram-feed-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1rem;
    margin-left: -1rem;
    list-style: none
}

.instagram-feed-list li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-bottom: 2rem
}

.instagram-feed-list a {
    display: block;
    position: relative
}

.instagram-feed-list a::after {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all .3s ease;
    background-color: rgba(0, 0, 0, .46);
    color: #f1f1f1;
    font-family: 'porto';
    font-size: 3.2rem;
    content: '';
    opacity: 0;
    visibility: hidden
}

.instagram-feed-list a:hover::after {
    opacity: 1;
    visibility: visible
}

.instagram-feed-list img {
    width: 100%;
    max-width: none
}

@media screen and (min-width:576px) {
    .product-details-overlay {
        padding: 2.5rem 2.7rem
    }
    .product-details-overlay .product-action {
        top: 25px;
        right: 24px
    }
    .products-group .col-sm-6+.col-sm-6 {
        margin-top: 0
    }
    .instagram-feed-list li {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%
    }
}

@media screen and (min-width:768px) {
    .instagram-feed-list li {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media screen and (min-width:992px) {
    .cat-box br {
        display: block
    }
    .products-group .col-lg-5 {
        -ms-flex: 0 0 39.8%;
        flex: 0 0 39.8%;
        max-width: 39.8%
    }
    .products-group .col-lg-7 {
        -ms-flex: 0 0 60.2%;
        flex: 0 0 60.2%;
        max-width: 60.2%
    }
    .products-group .col-lg-4 {
        margin-top: 0
    }
    .products-group .col-sm-6+.col-sm-6 {
        margin-top: 3px
    }
    .instagram-feed-list li {
        -ms-flex: 0 0 16.66%;
        flex: 0 0 16.66%;
        max-width: 16.66%
    }
}

.about-section {
    padding-bottom: 6rem
}

.about-section p {
    line-height: 2
}

.team-section {
    padding: 5rem 0;
    background-color: #efefef
}

.history-section {
    padding: 5rem 0
}

.history-section .title {
    margin-bottom: 2.5rem
}

.history-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 2rem
}

.history-image {
    position: relative;
    -ms-flex: 0 0 197px;
    flex: 0 0 197px;
    -ms-flex-item-align: center;
    align-self: center;
    max-width: 197px;
    margin: 0;
    padding-bottom: 1rem
}

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

.history-image span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: 5.4rem;
    font-weight: 300;
    line-height: 1;
    text-align: center
}

.history-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 3rem 2rem;
    border: 1px solid #dedede;
    color: #676a6d;
    line-height: 2
}

.history-content p:last-child {
    margin-bottom: 0
}

@media screen and (min-width:576px) {
    .history-item {
        flex-direction: row
    }
    .history-image {
        align-self: strech;
        padding-bottom: 0
    }
    .history-content {
        padding-right: 2.5rem;
        padding-left: 2.5rem;
        border-left: none
    }
}

@media screen and (min-width:992px) {
    .about-section {
        padding-bottom: 5rem
    }
    .team-section {
        padding-top: 6rem;
        padding-bottom: 6rem
    }
    .history-section {
        padding-top: 5.7rem;
        padding-bottom: 7.5rem
    }
    .history-content {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }
}

@media screen and (min-width:1200px) {
    .history-content {
        padding-top: 4.5rem;
        padding-bottom: 4.5rem
    }
}

.sidebar-wrapper {
    margin-bottom: 10px
}

.sidebar-shop {
    font-size: 1.4rem
}

.sidebar-shop .widget {
    margin: 0;
    padding: 2rem;
    border: 1px solid #efefef;
    border-bottom: 0
}

.sidebar-shop .widget::after {
    display: block;
    clear: both;
    content: ''
}

.sidebar-shop .widget:last-child {
    border-bottom: 1px solid #efefef
}

.sidebar-shop .widget .product.product-sm:last-child {
    margin-bottom: 0
}

.sidebar-shop .widget-title {
    margin: 0 0 1.3em 0;
    color: #252525;
    font-family: "Open Sans", sans-serif;
    font-size: 1.5rem;
    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: #252525;
    text-decoration: none
}

.sidebar-shop .widget-title a::after {
    display: inline-block;
    position: absolute;
    top: 0;
    right: .3rem;
    transition: all .35s;
    font-family: 'porto';
    font-size: 1.7rem;
    content: ''
}

.sidebar-shop .widget-title a.collapsed::after {
    content: ''
}

.sidebar-shop .widget-body {
    padding-bottom: 1.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: #252525;
    font-size: 2rem;
    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 {
    color: #777;
    font-weight: 400
}

.cat-list li a span {
    float: right
}

.cat-list li a:hover,
.cat-list li a:focus {
    color: #0e0e0e
}

.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;
    font-size: 1.3rem
}

.filter-price-action .btn {
    padding: .3rem .8rem;
    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%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    font-family: 'porto';
    font-size: 1.1rem;
    line-height: 1;
    content: ''
}

.config-size-list {
    margin-right: -.6rem
}

.config-size-list li {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: .6rem;
    margin-bottom: .6rem
}

.config-size-list a {
    display: block;
    position: relative;
    min-width: 3rem;
    height: 2.6rem;
    transition: all .3s;
    border: 1px solid #c1c3c5;
    background-color: #f0f0f0;
    color: #777;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 2.4rem;
    text-align: center;
    text-decoration: none
}

.config-size-list a:hover,
.config-size-list a:focus,
.config-size-list a.active {
    border-color: #0e0e0e;
    background-color: #0e0e0e;
    color: #fff;
    text-decoration: none
}

.widget-block {
    color: #252525
}

.widget-block h5 {
    margin-top: .8rem;
    margin-bottom: 2.3rem;
    color: #7a7d82;
    font-size: 1.4rem;
    font-weight: 600
}

.widget-block p {
    max-width: 210px
}

.category-slide {
    height: 300px
}

.category-slide .banner-content {
    z-index: 9
}

.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;
    -webkit-transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
    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;
    -webkit-transform: translate3d(2px, 2px, 0);
    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, .24);
    content: ''
}

.filter-toggle.opened a {
    background-color: #0e0e0e
}

.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) {
    .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 {
        margin-right: 1rem
    }
    .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 {
        min-width: 140px;
        border: 0;
        text-transform: uppercase
    }
    .filter-sorts .layout-modes {
        margin-left: .5rem
    }
    .filter-sorts .filter-toggle {
        display: none
    }
    .filter-sorts .sidebar-shop {
        left: 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, .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, .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
    }
    .sidebar-shop .widget {
        padding: 3rem 2rem 0
    }
}

.paction {
    position: relative;
    display: -ms-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.8rem;
    font-family: 'porto';
    color: #0e0e0e;
    background-color: #fff;
    border: 1px solid #d4d4d4;
    transition: all .3s;
    text-decoration: none;
    text-align: center;
    min-width: 35px;
    height: 35px
}

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

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

.paction:hover,
.paction:focus {
    text-decoration: none;
    color: #fff;
    border-color: #0e0e0e;
    background-color: #0e0e0e
}

.add-cart::before {
    display: inline-block;
    line-height: 1;
    margin-top: 4px;
    font-size: 1.9rem;
    content: '';
    font-family: 'porto'
}

.add-wishlist::before {
    content: ''
}

.add-compare::before {
    content: ''
}

.add-cart {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    padding: .85rem .5rem;
    min-width: 115px;
    z-index: 2
}

.add-cart i {
    width: 20px;
    height: 18px;
    top: 3px;
    margin-right: 1rem
}

.add-cart i::before {
    margin-left: -7px;
    width: 14px;
    height: 11px
}

.add-cart i,
.add-cart i::before {
    border-color: #fff
}

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

.add-cart span {
    display: inline-block
}

.product-single-container {
    margin-bottom: 3rem
}

.product-single-details {
    margin-top: -.6rem;
    font-family: "Open Sans", sans-serif
}

.product-single-details .product-title {
    margin-bottom: .5rem;
    color: #21293c;
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: -.01em
}

.product-single-details .price-box {
    margin-bottom: 2.4rem;
    color: #0e0e0e;
    font-weight: 700
}

.product-single-details .product-price {
    font-size: 2.4rem;
    font-weight: 700;
    color: #0e0e0e
}

.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;
    font-size: 1.2rem;
    letter-spacing: .025em
}

.product-single-details .product-desc {
    padding-bottom: 2.7rem;
    font-size: 1.4rem;
    letter-spacing: .005em;
    line-height: 1.92
}

.product-single-details .product-desc a {
    color: #0e0e0e;
    border-bottom: 1px solid #0e0e0e
}

.product-single-details .product-action {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 3.1rem;
    align-items: center
}

.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 {
    display: none;
    -ms-flex-align: center;
    align-items: center
}

.product-single-details .container img {
    max-width: 5rem;
    max-height: 5rem;
    margin-right: 2rem
}

.product-single-details .container .add-cart {
    margin-left: auto;
    margin-bottom: 0
}

.product-single-details .sticky-header.fixed-nav .container {
    display: -ms-flexbox;
    display: flex;
    padding: 1.5rem
}

.product-single-details .product-single-qty,
.product-single-details .paction {
    margin: 0 1rem 1rem 0
}

.product-single-details .paction {
    height: 43px;
    min-width: 43px
}

.product-single-details .add-cart {
    min-width: 115px
}

.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 #0e0e0e
}

.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: "Open Sans", 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: 11px;
    height: 1px;
    margin-left: -.55rem;
    background-color: #8798a1;
    content: ''
}

.product-single-qty .btn.btn-up-icon::before {
    transform: rotate(90deg)
}

.product-filters-container .product-action {
    display: flex
}

.product-single-filter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 4.2rem
}

.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 "Open Sans", sans-serif;
    letter-spacing: .005em
}

.product-single-filter .config-swatch-list {
    display: inline-flex;
    margin: 0
}

.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: #0e0e0e;
    background-color: #f4f4f4;
    color: #21293c
}

.product-single-filter .config-size-list li.active a {
    border-color: #0e0e0e;
    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: #222529;
    font: 600 1.4rem/1.1 "Open Sans", sans-serif;
    letter-spacing: .005em;
    text-transform: uppercase
}

.product-single-tabs .tab-pane {
    padding-top: 1.5rem;
    color: #7b858a;
    line-height: 1.92
}

.product-single-tabs .tab-pane img {
    display: initial
}

.product-single-tabs .sticky-header {
    height: auto
}

.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-desc-content .feature-box i {
    float: none;
    display: inline-block
}

.product-desc-content .feature-box-content {
    margin-left: 0
}

.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: 1rem;
    padding-bottom: 0
}

.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;
    color: #21293c;
    font: 600 1.2rem/1.1 "Open Sans", sans-serif;
    letter-spacing: .05em;
    text-transform: uppercase;
    border-bottom-width: 1px
}

.sidebar-product .widget-subtitle {
    color: #7a7d82;
    margin-bottom: 3rem;
    font-size: 1.3rem;
    font-weight: 400
}

.sidebar-product .widget-body {
    padding-left: 0;
    padding-top: 2.3rem
}

.sidebar-product .widget-body p {
    line-height: 27px;
    font-size: 1.3rem;
    color: #222529;
    letter-spacing: .01em;
    font-weight: 500;
    margin-bottom: 3rem
}

.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 li:first-child {
    border-top: 0
}

.widget-info i {
    min-width: 40px;
    margin-top: .3rem;
    margin-right: 1.4rem;
    margin-left: .7rem;
    float: left;
    color: #0e0e0e;
    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 "Open Sans", sans-serif;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden
}

.widget-banner {
    padding-top: 4rem;
    border-top: 1px solid #dfdfdf
}

.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
}

.productPage .home-product {
    margin: 0
}

.productPage .home-product:hover figure {
    box-shadow: none
}

.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-single-gallery .product-item {
    position: relative;
    margin-bottom: .4rem
}

.product-single-gallery .product-single-grid {
    margin-bottom: 3.6rem
}

.carousel-title {
    margin-bottom: 2rem
}

@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;
    border: 0
}

.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: #0e0e0e;
    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 "Open Sans", 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: #0e0e0e
}

.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: #0e0e0e
}

.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: #252525;
    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: ''
}

.sidebar-product .widget.widget-collapse .widget-title a.collapsed::after {
    content: ''
}

.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: #252525;
    font: 700 1.4rem/1.1 "Open Sans", 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: #0e0e0e;
    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: ''
}

.product-collapse-title a.collapsed::after {
    content: ''
}

.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;
    left: 0;
    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: 200px;
        padding: 0;
        -webkit-transform: translate(-300px);
        transform: translate(-300px);
        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
}

.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;
    width: auto;
    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 #ccc
}

.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
}

.table.table-cart tfoot td {
    padding: 2rem 0 1rem
}

.table.table-cart tfoot .btn {
    padding: .85rem 2rem;
    font-family: "Open Sans", 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: #3f4658
}

.btn-remove:hover,
.btn-remove:focus,
.btn-edit:hover,
.btn-edit:focus,
.btn-move:hover,
.btn-move:focus {
    color: #0e0e0e;
    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;
    border-top: 1px solid #efefef
}

.product-col .product-image-container {
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    max-width: 180px;
    margin-right: 1.8rem;
    margin-bottom: 0;
    vertical-align: middle
}

.product-col .product-title {
    display: inline-block;
    vertical-align: middle
}

.table-mini-cart tr:first-child .product-col {
    border-top: 0
}

.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 h3 {
    margin-bottom: 1.3rem;
    font-size: 2rem;
    text-transform: uppercase
}

.cart-summary h4 {
    margin-bottom: 0;
    border-top: 1px solid #ccc;
    font-size: 1.5rem;
    font-weight: 600
}

.cart-summary h4 a {
    display: block;
    position: relative;
    padding: 1rem 2rem 1rem 0
}

.cart-summary h4 a::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: .4rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'porto';
    font-size: 1.4rem;
    content: ''
}

.cart-summary h4 a.collapsed::after {
    content: ''
}

#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 {
    color: #252525
}

.checkout-methods .btn {
    letter-spacing: 0
}

.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 {
    position: absolute;
    top: 1.9rem;
    left: 0;
    width: 100%;
    height: .7rem;
    transition: background .3s;
    background-color: #e4e4e4;
    content: ''
}

.checkout-progress-bar li>span {
    display: inline-block;
    width: 100%;
    padding-top: 4.5rem;
    color: #ccc;
    font-size: 1.6rem;
    font-weight: 300;
    word-wrap: break-word
}

.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 {
    width: 3.8rem;
    height: 3.8rem;
    margin-left: -1.9rem;
    background-color: #e4e4e4
}

.checkout-progress-bar li>span::after {
    top: .6rem;
    width: 2.6rem;
    height: 2.6rem;
    margin-left: -1.3rem;
    background: #fff;
    color: #777;
    font-weight: 600;
    content: counter(i);
    counter-increment: i
}

.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: ''
}

.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-section {
    background-color: #fff;
    padding: 1.5em;
    margin-bottom: 1em;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, .01)
}

.pre-checkout-section {
    background-color: #fff;
    padding: 0 3rem;
    margin-bottom: 1em
}

@media screen and (max-width:576px) {
    .pre-checkout-section {
        padding: 0 1rem
    }
}

.pre-checkout-cover-image {
    max-width: 70%
}

.checkout-steps li {
    margin-bottom: 3rem
}

.checkout-steps li form {
    max-width: 480px;
    margin-top: 3rem;
    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 {
    margin-bottom: 0;
    font-size: 2.2rem;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif
}

.step-title::after {
    display: block;
    clear: both;
    content: ''
}

.step-title .step-title-edit {
    margin-top: .4rem;
    float: right;
    font-size: 1.4rem
}

.step-title::before {
    display: block;
    content: " ";
    margin-top: -35px;
    height: 35px;
    visibility: hidden;
    pointer-events: none
}

.shipping-item-title {
    font-size: 1.6rem;
    font-weight: bold
}

.title-deliver {
    font-size: 1.4rem;
    font-weight: bold
}

.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 {
    position: absolute;
    top: 0;
    right: 0;
    width: 2.7rem;
    height: 2.7rem;
    padding-top: .2rem;
    background-color: #ff5501;
    color: #fff;
    font-family: 'porto';
    font-size: 1.9rem;
    line-height: 2.1rem;
    text-align: center;
    content: ''
}

.shipping-address-box.active .address-box-action {
    visibility: hidden
}

.address-box-action {
    margin-top: 2rem
}

.address-box-action .btn {
    font-family: "Open Sans", 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: "Open Sans", sans-serif;
    letter-spacing: 0;
    text-transform: initial
}

.table-step-shipping {
    max-width: 600px
}

.table-step-shipping tr td {
    padding: 1.8rem 1.5rem;
    border: 0;
    border-bottom: 1px solid #ccc
}

.checkout-steps-action::after {
    display: block;
    clear: both;
    content: ''
}

.checkout-steps-action .btn {
    min-width: 70px;
    text-align: center
}

.order-summary {
    padding: 1.5em;
    margin-bottom: 1em;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, .01);
    background: #fff
}

.order-summary h3 {
    margin-bottom: 1.3rem;
    font-size: 2rem;
    text-transform: uppercase
}

.order-summary h3 a {
    display: block;
    position: relative;
    padding: 1rem 2rem 1rem 0
}

.order-summary h3 a::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: .4rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'porto';
    font-size: 1.5rem;
    font-weight: 400;
    content: ''
}

.order-summary h3 a.collapsed::after {
    content: ''
}

.order-summary h4 {
    margin-bottom: 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 1.5rem;
    font-weight: 600;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase
}

.order-summary h4 a {
    display: block;
    position: relative;
    padding: 1rem 2rem 1rem 0
}

.order-summary h4 a::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: .4rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'porto';
    font-size: 1.5rem;
    font-weight: 400;
    content: ''
}

.order-summary h4 a.collapsed::after {
    content: ''
}

.order-summary .basket-collapse {
    position: relative
}

.grey-container {
    margin-top: 3.3rem;
    margin-bottom: 3rem;
    padding: 2.2rem 2.7rem;
    border: 1px solid #ececec;
    background: #f6f6f6
}

.grey-container h3 {
    margin-bottom: 1.3rem;
    font-size: 2rem;
    text-transform: uppercase
}

.grey-container h4 {
    margin-bottom: 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 1.5rem;
    font-weight: 600
}

.grey-container h4 a {
    display: block;
    position: relative;
    padding: 1rem 2rem 1rem 0
}

.grey-container h4 a::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: .4rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'porto';
    font-size: 1.5rem;
    font-weight: 400;
    content: ''
}

.grey-container h4 a.collapsed::after {
    content: ''
}

.table-mini-cart {
    margin-bottom: 0
}

.table-mini-cart tr td {
    padding: 1rem 0;
    vertical-align: top
}

.table-mini-cart .total-row {
    border-top: 1px solid #ccc
}

.table-mini-cart .product-col {
    -ms-flex-align: start;
    align-items: flex-start
}

.table-mini-cart .product-col .product-image-container {
    -ms-flex: 0 0 75px;
    flex: 0 0 75px;
    max-width: 100px;
    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;
    font-size: 1.6rem;
    font-weight: 400
}

.table-mini-cart .product-title {
    display: block;
    margin-bottom: .8rem;
    font-size: 1.4rem;
    font-weight: 600
}

.table-mini-cart .product-qty {
    display: block;
    color: #777;
    font-size: 1.3rem
}

.table-mini-cart .invisible {
    height: 0;
    margin-bottom: 0
}

.checkout-payment {
    margin-bottom: 3rem
}

.checkout-payment h4 {
    font-weight: 400
}

.checkout-payment .form-group {
    max-width: 365px
}

#vouchercode-section .form-group {
    max-width: 100%
}

#billing-address {
    display: none
}

#billing-address.show {
    display: block
}

.shipping-details {
    display: none
}

.shipping-details.show {
    display: block
}

.shipping-address {
    display: none
}

.shipping-address.show {
    display: block
}

#new-billing-address {
    display: none
}

#new-billing-address.show {
    display: block
}

.new-shipping-address {
    display: none
}

.new-shipping-address.show {
    display: block
}

.shipping-address-read {
    display: none
}

.shipping-address-read.show {
    display: block
}

#payment-details-read,
#payment-details {
    display: none
}

#payment-details-read.show,
#payment-details.show {
    display: block
}

.start-issue-selection .icon-calendar {
    font-size: 1.8rem
}

#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 {
    margin-bottom: 0;
    border-top: 1px solid #ccc;
    font-size: 1.4rem;
    font-weight: 400
}

.checkout-discount h4 a {
    display: block;
    position: relative;
    padding: 1rem 2rem 1rem 0
}

.checkout-discount h4 a::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: .4rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'porto';
    font-size: 1.5rem;
    content: ''
}

.checkout-discount h4 a.collapsed::after {
    content: ''
}

.checkout-info-box {
    margin-bottom: 3rem;
    font-size: 1.3rem;
    line-height: 2.7rem
}

.nav.nav-tabs .nav-item .nav-link.active.single-payment-method {
    border-bottom: none;
    font-weight: normal;
    cursor: auto
}

@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 (max-width:767px) {
    .sticky-top {
        position: static
    }
    .order-summary h4 {
        font-size: 2.2rem;
        padding: 0
    }
    .order-summary h4 a {
        padding: 0
    }
}

@media screen and (min-width:768px) {
    .shipping-address-box {
        width: 33.33%
    }
}

.popover {
    padding: 5px 25px;
    font-size: 1em;
    background: #f8f9fa;
    color: #999;
    max-width: 100%;
    border: 1px solid #dee2e6
}

.popover img {
    max-width: 75px;
    margin-right: 15px
}

.bs-popover-bottom .arrow::after {
    border-bottom-color: #f8f9fa
}

.summary-collapse {
    cursor: pointer
}

.collapse-padding {
    padding: 0 !important
}

.confirm-shipping {
    cursor: pointer;
    color: #fff !important
}

.margin-left-340 {
    margin-left: 340px
}

.payments-details hr {
    margin: 15px auto
}

.payments-details hr:last-of-type {
    display: none
}

.payment-details .card-body {
    min-height: 0
}

.payment-details label.radio:hover {
    cursor: pointer
}

.payment-details .dd-guarantee-icon {
    width: 80px
}

select.form-control.is-invalid {
    background-position: right calc(.75em + 1.1875rem) center !important
}

select.form-control.is-valid {
    background-position: right calc(.75em + 1.1875rem) center !important
}

.recurring-payment-notice-collapse.collapsed:before {
    content: '+';
    display: inline-block;
    width: 10px;
    font-size: 18px
}

.recurring-payment-notice-collapse:before {
    content: '-';
    display: inline-block;
    width: 10px;
    font-size: 18px
}

input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    color: transparent;
    background: transparent;
    cursor: text;
    z-index: 1000 !important
}

.body-pre-checkout {
    background: #fff
}

.main-pre-checkout {
    flex-grow: 1;
    flex-shrink: 0;
    background: #fff;
    z-index: 1;
    position: relative;
    overflow: visible
}

.change-payment-container {
    margin-top: 10px
}

@media screen and (max-width:575px) {
    .header-pre-checkout {
        padding-bottom: 0
    }
}

@media screen and (min-width:576px) {
    .main-pre-checkout {
        background: #f6f6f6
    }
    .main-pre-checkout_renewal--login {
        background: #fff
    }
    .main-pre-checkout_renewal--login::before {
        content: none
    }
    .body-pre-checkout {
        background: #f6f6f6
    }
    .change-payment-container {
        margin-top: -87px
    }
}

@media screen and (min-width:576px) {
    .main-pre-checkout::before {
        content: "";
        position: fixed;
        top: 280px;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: #fff;
        transform: skew(0deg, -3deg);
        z-index: -2
    }
    .pre-checkout-cover-image-container::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: -100vw;
        width: 200vw;
        height: 80%;
        background: #f6f6f6;
        background: linear-gradient(180deg, rgba(246, 246, 246, 0) 0%, #fff 50%);
        z-index: -1
    }
}

@media screen and (min-width:1280px) {
    .checkout-container {
        max-width: 1000px !important
    }
}

.disabled-checkout-section {
    opacity: .6;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none
}

.delivery-address-collapse:hover,
.delivery-address-collapse:focus {
    text-decoration: none
}

.delivery-address-collapse::before {
    content: "- hide ";
    display: inline-block
}

.delivery-address-collapse.collapsed::before {
    content: "+ view ";
    display: inline-block
}

input[type="checkbox"]:checked {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    width: 13px;
    height: 13px;
    background-color: #0e0e0e;
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
    outline: none
}

.edit-basket,
.edit-store-basket {
    text-transform: none;
    font-weight: normal;
    font-family: "Open Sans", sans-serif;
    font-size: 1.4rem
}

.edit-basket:hover,
.edit-store-basket:hover {
    text-decoration: underline;
    cursor: pointer
}

@media screen and (max-width:991px) {
    .edit-basket,
    .edit-store-basket {
        text-transform: uppercase;
        font-weight: auto;
        font-family: "Oswald", sans-serif;
        font-size: auto
    }
}

a.btn-soloreg-collapse {
    height: 40px;
    width: 40px;
    margin-bottom: -20px;
    padding: 4px;
    background: #0e0e0e
}

a.btn-soloreg-collapse[aria-expanded=true] .fa-chevron-up {
    display: none
}

a.btn-soloreg-collapse[aria-expanded=false] .fa-chevron-down {
    display: none
}

#SoloRegCollapse {
    border-top: 3px solid #0e0e0e
}

.solo-reg-container {
    max-width: 100%;
    width: 968px
}

.checkout-complete {
    font-size: 3rem
}

.shipping-address-checkbox .custom-control-label,
.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
    color: #000
}

.questionnaire-checkbox .custom-control-label,
.questionnaire-checkbox .custom-control-input.is-valid~.custom-control-label {
    color: #000
}

.new-shipping-address .form-group:first-of-type {
    margin-top: 2rem
}

.questionnaire-label {
    max-width: 90%
}

@media screen and (max-width:575px) {
    .questionnaire-label {
        max-width: 85%
    }
}

.payment-container {
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 2rem
}

.payment-container:last-child {
    border-bottom: 0;
    margin-bottom: 0
}

address .read-only-data:not(:last-child):after {
    content: ", ";
    display: inline
}

.confirm-billing,
.confirm-payment,
.confirm-shipping {
    width: 100%;
    max-width: 365px
}

.entry {
    margin-bottom: 3rem;
    color: #777
}

.entry a {
    color: #777
}

.entry a:hover,
.entry a:focus {
    color: #0e0e0e
}

.entry-media {
    margin-bottom: 2rem;
    border-radius: 0;
    background-color: #ccc
}

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

.entry-slider .owl-dots {
    position: absolute;
    right: 0;
    bottom: .6rem;
    left: 0;
    margin: 0 !important
}

.entry-body {
    padding-bottom: 2.7rem;
    border-bottom: 1px solid #ddd
}

.entry-body .entry-date {
    width: 45px;
    margin-right: 10px;
    float: left;
    text-align: center;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1)
}

.entry-body .entry-date .day {
    display: block;
    margin-bottom: .3rem;
    padding: 1rem .2rem;
    border-radius: .2rem .2rem 0 0;
    background-color: #f4f4f4;
    color: #0e0e0e;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.375
}

.entry-body .entry-date .month {
    display: block;
    padding: 0 .2rem .2rem;
    border-radius: 0 0 .2rem .2rem;
    background-color: #0e0e0e;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.33;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, .07) inset
}

.entry-title {
    margin-bottom: 1rem;
    color: #252525;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1.35
}

.entry-title a {
    color: #252525
}

.entry-title a:hover,
.entry-title a:focus {
    color: #252525;
    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-size: 2.2rem;
    font-weight: 400
}

.single h3 i {
    margin-right: .2rem
}

.single .entry-content {
    margin-bottom: 4rem
}

.entry-share {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 2.6rem;
    padding: 2.8rem 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

.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 {
    margin-bottom: 3rem;
    padding-bottom: 2.7rem;
    border-bottom: 1px solid #ddd
}

.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: 2rem;
    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: 2rem
}

.sidebar {
    position: relative;
    font-size: 1.4rem
}

.sidebar .widget {
    margin-bottom: 3rem
}

.sidebar .sidebar-wrapper .widget:last-child {
    margin-bottom: 0;
    padding-bottom: 3rem
}

.widget-title {
    margin: .5rem 0 1.3rem;
    color: #252525;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.2
}

.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 a {
    display: block;
    position: relative;
    padding: .9rem 0 .8rem 2rem;
    border-bottom: 1px solid #ededde;
    color: #000;
    font-size: 1.4rem
}

.list li a::before {
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    margin: .6rem 0 0 -1rem;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #333;
    content: ''
}

.list li a:hover,
.list li a:focus {
    background-color: #eee;
    text-decoration: none
}

.widget-search form {
    position: relative;
    margin: 0
}

.widget-search .form-control {
    width: 100%;
    max-width: none;
    height: 4.8rem;
    padding-top: 1.25rem;
    padding-right: 5.5rem;
    padding-bottom: 1.25rem
}

.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: #0e0e0e;
    font-size: 1.3rem;
    text-align: center;
    box-shadow: none;
    cursor: pointer
}

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

.tagcloud a {
    display: block;
    margin: 0 .7rem .7rem 0;
    padding: 1.1rem 1.4rem;
    float: left;
    background-color: #e1e1e1;
    color: #7e7d79;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 11px
}

.tagcloud a:hover,
.tagcloud a:focus {
    background-color: #0e0e0e;
    color: #fff;
    text-decoration: none
}

.simple-entry-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.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;
    margin: 0 1.2rem 0 0;
    float: left;
    border-radius: 0;
    line-height: 0
}

.simple-entry-list .entry-media img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto
}

.simple-entry-list .entry-meta {
    color: #888;
    font-size: 1.3rem
}

@media screen and (min-width:576px) {
    .entry-share {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        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
    }
    .single .entry-title {
        font-size: 2.6rem
    }
    .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 {
    height: 280px;
    margin-bottom: 4rem;
    background-color: #ccc
}

#map address {
    margin: 0;
    padding: .625rem .875rem;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5
}

#map a {
    display: inline-block;
    margin-top: .8rem;
    font-size: 1.2rem;
    text-transform: uppercase
}

.contact-info {
    margin-bottom: 3rem;
    padding-top: .5rem
}

.contact-info>div {
    margin-bottom: 1.5rem
}

.contact-info>div::after {
    display: block;
    clear: both;
    content: ''
}

.contact-info i {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 4.3rem;
    height: 4.3rem;
    float: left;
    border-radius: 0;
    background-color: #252525;
    color: #fff;
    font-size: 1.8rem;
    text-align: center
}

.contact-info p {
    margin-bottom: 0;
    margin-left: 5.5rem;
    line-height: 1.4
}

@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 {
    margin-bottom: 2rem;
    font-size: 2.4rem
}

.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 {
    margin-top: .2rem;
    font-size: 1.8rem;
    font-weight: 600
}

.widget-dashboard {
    margin-bottom: 3rem
}

@media screen and (min-width:768px) {
    .dashboard-content h2 {
        font-size: 2.6rem
    }
}

.data-capture-container .data-capture-col {
    max-width: 700px
}

.data-capture-container .data-capture-col .data-capture-section {
    background-color: #fff;
    padding: 1.5em;
    margin-bottom: 1em;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, .01);
    animation: fadeInUp ease 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards
}

.data-capture-container .data-capture-col .data-capture-section .data-capture-header {
    border-bottom: 1px solid #efefef;
    margin-bottom: 1.5em
}

.data-capture-container .data-capture-col .data-capture-section input,
.data-capture-container .data-capture-col .data-capture-section select {
    padding: .75em
}

.data-capture-container .data-capture-col .data-capture-section input::placeholder,
.data-capture-container .data-capture-col .data-capture-section select::placeholder {
    opacity: .6 !important
}

.data-capture-container .data-capture-success-content .success-icon {
    color: #28a745;
    border: 2px solid #28a745
}

@keyframes fadeInUp {
    from {
        transform: translate3d(0, 20px, 0);
        opacity: 0
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0, 20px, 0);
        opacity: 0
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.activate-input-group input {
    max-width: 100%
}

@media screen and (max-width:768px) {
    .btn-activate {
        display: block;
        width: 100%
    }
    .activate-input-group input {
        width: 100%
    }
}

.activate-selection {
    position: relative
}

.product-details-activate {
    padding: 1rem;
    color: #fff
}

.activate-input-group .form-group input:not(:placeholder-shown),
.activate-input-group .form-group textarea:not(:placeholder-shown) {
    padding: var(--input-padding-y) var(--input-padding-x)
}

.overlay-bottom-slide {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
    top: 100%;
    height: 0;
    width: 100%;
    overflow: hidden;
    transition: .5s ease;
    background-color: #fff
}

.gridSelectionItem:hover .overlay-bottom-slide {
    top: 0;
    height: 100%;
    Opacity: 1
}

.overlay-bottom-text {
    color: #000;
    font-size: 14px;
    padding: 10px 15px;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center
}

.overlay-bottom-text a {
    text-decoration: none;
    color: #000;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.overlay-bottom-text a {
    text-decoration: none;
    color: #000;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.digital-stack {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
    aspect-ratio: 4/5
}

.digital-stack .stack-item-tablet {
    grid-row: 1;
    grid-column: 1/-1;
    background-size: 124%;
    z-index: 1
}

.digital-stack .stack-item-tablet img {
    width: 83%;
    position: absolute !important;
    left: 12.6% !important;
    padding-top: 13.5%;
    z-index: 2
}

.digital-stack .stack-item-mobile {
    grid-row: 1;
    grid-column: 1/5;
    background-size: 100%;
    z-index: 3;
    margin-top: 184%
}

.digital-stack .stack-item-mobile img {
    width: 25%;
    position: absolute !important;
    left: 4% !important;
    padding-top: 80%;
    z-index: 4
}

.package-stack {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
    aspect-ratio: 4/5
}

.package-stack .stack-item-print {
    grid-row: 1;
    grid-column: 2/-1;
    z-index: 1
}

.package-stack .stack-item-print img {
    max-height: 285px;
    margin: 0 auto
}

.package-stack .stack-item-tablet {
    grid-row: 1;
    grid-column: 1/-4;
    background-size: 100%;
    z-index: 1;
    margin-top: 66%
}

.package-stack .stack-item-tablet img {
    width: 47%;
    position: absolute !important;
    left: 9.2% !important;
    padding-top: 58%;
    z-index: 2;
    max-height: 95%
}

.package-stack .stack-item-mobile {
    grid-row: 1;
    grid-column: 7/11;
    background-size: 100%;
    z-index: 3;
    margin-top: 186%
}

.package-stack .stack-item-mobile img {
    width: 25%;
    position: absolute !important;
    left: 54.2% !important;
    padding-top: 78%;
    z-index: 4
}

@media screen and (max-width:577px) {
    .act-info-btn {
        margin-bottom: 2rem
    }
}

.subcategory-nav {
    color: #000;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    font-weight: bold;
    padding: 15px 0
}

.subcategory-nav li {
    max-width: 325px;
    text-align: center
}

.subcategory-nav .nav-item div {
    background: #efefef;
    color: #000;
    border-radius: 10px
}

.subcategory-nav .nav-item div.active {
    background: #000;
    color: #fff
}

.promotion-choice-selected {
    border-radius: 10px;
    height: 100%;
    min-height: 100px;
    overflow: hidden;
    border: 1px solid #efefef;
    position: relative;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.promotion-choice-selected:hover {
    cursor: pointer;
    -webkit-transform: scale(1.03);
    transform: scale(1.03)
}

.promotion-choice-selected:hover .btn span {
    display: none
}

.promotion-choice-selected:hover :after {
    content: "Select";
    display: block
}

.promotion-choice-selected .microstore-cover-image {
    border-radius: 10px 10px 0 0
}

.promotion-choice-selected .btn {
    border-radius: 0 0 10px 10px;
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%
}

.modal-dialog.micro-store-modal {
    max-width: 700px
}

.modal-dialog.micro-store-modal .modal-header {
    height: 30px
}

.modal-bottom {
    position: relative;
    animation: modalbottom .4s
}

@keyframes modalbottom {
    from {
        bottom: -300px;
        opacity: 0
    }
    to {
        bottom: 0;
        opacity: 1
    }
}

.cart-dropdown a.dropdown-toggle {
    position: absolute;
    top: -75px;
    right: 0
}

.cart-dropdown .order-summary-dropdown {
    position: absolute;
    top: -14px;
    right: 0;
    z-index: 1;
    width: 350px
}

.cart-dropdown .dropdownmenu-wrapper::after,
.cart-dropdown .dropdownmenu-wrapper::before {
    right: 10px
}

.cart-dropdown .dropdown-toggle .cart-count {
    position: absolute;
    left: 14px;
    bottom: 14px
}

.ms-basket-summary-container::after {
    right: 18px
}

@media screen and (max-width:767px) {
    .modal-dialog {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0
    }
    .modal-content {
        height: auto;
        min-height: 100%;
        border-radius: 0
    }
    .header-image-left {
        max-width: 80%
    }
    .cart-dropdown .order-summary-dropdown {
        width: 100%
    }
    .cart-dropdown a.dropdown-toggle {
        top: -209px
    }
}

.landing img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
    height: auto
}

.landing .sub-offer {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #efefef;
    color: #000
}

.landing .landing-panel {
    background: #fff;
    transition: background .2s;
    margin-top: 10px;
    margin-bottom: 10px
}

.landing .landing-panel a {
    text-decoration: none
}

.landing .landing-choices {
    max-width: 1600px
}

.landing .panel-heading {
    margin-bottom: 2.4rem
}

.landing .panel-heading .landing-title {
    display: block;
    font-size: 22px;
    letter-spacing: 4px;
    color: #000;
    font-weight: normal;
    text-transform: uppercase;
    position: relative;
    background: #000;
    color: #fff;
    padding: 1.6rem
}

.landing .panel-content-wrap {
    padding: 15px
}

.landing .panel-content-wrap p {
    margin-bottom: 0
}

.landing .panel-content-wrap img {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%
}

.landing .panel-content-wrap .from-price {
    display: block;
    font-size: 20px;
    letter-spacing: .25em;
    text-transform: uppercase;
    color: #000;
    line-height: 3.2rem;
    margin: 0
}

.landing .panel-content-wrap .from-price span {
    font-size: 40px;
    font-weight: 700;
    display: block
}

.landing .panel-content-wrap .subscribe-btn {
    margin: 1em 0;
    display: block;
    vertical-align: top;
    font-weight: normal;
    font-size: 20px;
    background: #000;
    color: #efefef;
    padding: 10px 20px;
    display: inline-block;
    line-height: 1.5
}

.landing .panel-content-wrap .subscribe-btn:hover {
    background: #1a1a1a;
    transition: background, .2s
}

.landing .panel-content-wrap .why-subscribe-list {
    text-align: left;
    position: relative;
    padding-left: 10px;
    list-style-type: none;
    font-size: 21px;
    color: #000
}

.landing .panel-content-wrap .why-subscribe-list li {
    min-height: 30px;
    margin: 0 auto 25px;
    letter-spacing: 1px;
    line-height: 1.2;
    overflow: visible;
    font-weight: 400;
    max-width: 400px
}

.landing .panel-content-wrap .display-landing-choice-rate {
    font-size: 24px;
    font-weight: bold;
    color: #000
}

.landing .panel-content-wrap .display-landing-choice-button {
    max-width: 340px;
    margin: 0 auto;
    margin-top: 15px;
    font-weight: bold
}

.landing .panel-content-wrap .landing-choice-description {
    font-size: 20px
}

.landing .content-section {
    padding: 40px 0;
    background: #fff
}

.landing .content-section section.alternate {
    background-color: #efefef
}

.landing .content-section .row {
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    max-width: 100%
}

.landing .content-section .sub-content {
    max-width: 970px
}

.landing .input-promotion {
    border-radius: 0;
    padding: 25px 20px;
    font-size: 1.6rem;
    color: #000;
    background-color: #fff;
    max-width: 100%
}

.landing .btn-promotion {
    display: block;
    vertical-align: top;
    background: #fc0;
    color: #000;
    padding: 10px 20px;
    letter-spacing: .25em;
    border-radius: 0
}

.landing .button {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    width: 100%;
    background-color: #000;
    color: #fff
}

#renewalLogin .form-group {
    max-width: 365px
}

.renewal-login_banner-image {
    object-fit: cover
}

.selectedChoice {
    z-index: -1;
    position: absolute;
    top: -1.3rem;
    right: -1.3rem;
    background: #fff;
    border-radius: 1.875rem;
    height: 2.5rem;
    width: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.selection-hide-border .selectedChoice {
    background: transparent
}

.selection-svg {
    height: 25px;
    width: 25px;
    display: none
}

.product-details-selection {
    margin-bottom: .8rem
}

.selection-title {
    font-size: 3rem
}

.selection-hide-border {
    border: 2px solid #e9e9e9;
    transition: border .3s;
    border-radius: 10px
}

.selection-hide-border:hover {
    border: 2px solid #222;
    transition: border .3s;
    border-radius: 10px
}

.selection-show-border {
    border: 2px solid #000;
    transition: border .3s;
    border-radius: 10px
}

.no-border {
    border: none !important
}

.selection-hide-svg {
    z-index: -1
}

.selection-show-svg {
    z-index: 1
}

.product-default {
    cursor: pointer
}

.product-default:hover .product-details-selection {
    border: 2px solid #ccc
}

.was-validated .form-control.select-form-control:valid,
.form-control.select-form-control.is-valid {
    background-image: none !important
}

.product-details-sip {
    padding: 20px
}

.choices-loading {
    min-height: 160px
}

.subscription-selection .selection-hide-border:hover {
    border: 2px solid #e9e9e9
}

.gridSelectionItem {
    padding-left: 5px;
    padding-right: 5px
}

.invoice .new-billing-address-container input:read-only {
    border: 0;
    background: #fff;
    margin-bottom: -1rem
}

.invoice .new-billing-address-container input:placeholder-shown:read-only {
    display: none
}

.invoice .new-billing-address-container .field-validation-error {
    background: #f8d7da;
    padding: 2px 15px;
    margin-top: 3px
}

.invoice .form-control {
    max-width: 100%;
    width: 100%
}

.invoice .confirm-billing {
    max-width: 100%
}

.invoice .invoice-billing span,
.invoice .invoice-delivery span {
    display: block
}

.invoice .credit-card-container input {
    background: #fff
}

.invoice .credit-card-container .col-xs-12 {
    padding: 0
}

.invoice .credit-card-container .col-md-7 {
    padding-left: 0
}

.invoice .credit-card-container .col-md-5 {
    padding-right: 0
}

@media only screen and (max-width:768px) {
    .invoice .credit-card-container .col-md-7 {
        padding-right: 0
    }
    .invoice .credit-card-container .col-md-5 {
        padding-left: 0
    }
}

.invoice .credit-card-container .container.CDSPayment-containerDiv {
    padding: 0
}

.invoice .credit-card-container .container.CDSPayment-containerDiv .row.CDSPayment-panelBodyRowDiv {
    margin: 0
}

.invoice .credit-card-container .CDSPayment-panelBodyRowDiv {
    max-width: 100%
}

.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(0, 0, 0)
}

.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("../../Content/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: #0e0e0e;
    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: .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: #0e0e0e;
    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: #0e0e0e;
    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: #0e0e0e;
    background: transparent
}

.owl-theme.owl-theme-light .owl-dots .owl-dot.active span::before {
    border-color: #0e0e0e
}

.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: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.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: #ccc;
    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: .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, .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, .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, .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, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.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 .15s ease-out;
    -moz-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: .8
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    transition: all .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
}

.bootstrap-touchspin .input-group-btn-vertical>.btn::before {
    position: relative;
    margin: 0;
    width: auto;
    line-height: 1;
    width: auto;
    top: -.1rem;
    margin-right: -.2rem
}

.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 .3s;
    transition: transform .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: #efefef;
    border-radius: 0
}

.noUi-connects {
    border-radius: 0
}

.noUi-connect {
    background: #0e0e0e
}

.noUi-draggable {
    cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize
}

.noUi-handle {
    border-radius: 50%;
    background: #0e0e0e;
    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
    }
}