@import url('https://fonts.googleapis.com/css?family=Muli:400,700|Open+Sans:400,700|Roboto+Slab');

html {
    height: 100%;
    font-size: 14px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body,
.font-body {
    height: 100%;
    background: #fff;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: normal;
    color: #4F4F4F;
    line-height: 1.4;
    overflow-x: hidden;
}

body.open-cart {
    overflow: hidden;
}

.font-xl {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 42px;
}

.font-l {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 30px;
    line-height: 39px
}

.font-m {
    font-family: 'Muli', sans-serif;
    font-size: 24px;
    font-weight: 700
}

.font-s {
    font-family: 'Muli', sans-serif;
    font-size: 18px;
    font-weight: 700
}

.font-s.title {
    color: #292929
}

.font-title {
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: bold
}

.font-a {
    color: #495C86;
    font-family: 'Muli', sans-serif;
    font-size: 12px;
    letter-spacing: 1.85px;
    font-weight: 700;
    border-color: inherit;
    bborder-bottom: 2px solid;
    /*padding-bottom: 5px;*/
    display: inline-block !important;
    text-transform: uppercase;
}

.text-s {
    font-family: 'Muli', sans-serif;
    font-size: 18px;
}

.contact-title {
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px
}

@media (max-width: 991px) {
    body.open-mobile {
        overflow-y: hidden;
    }

    .font-xl {
        font-family: 'Roboto Slab', sans-serif;
        font-size: 42px;
    }

    .font-l {
        font-family: 'Roboto Slab', sans-serif;
        font-size: 30px;
    }

    .font-m {
        font-family: 'Muli', sans-serif;
        font-size: 24px;
    }

    .font-s {
        font-family: 'Muli', sans-serif;
        font-size: 18px;
        font-weight: 400
    }
}

@media (max-width: 767px) {
    body {
        font-size: 14px;
    }
}


*:focus {
    outline: none;
}

a {
    color: inherit;
    text-decoration: none;
    display: inline-block;
}

a:hover {
    color: #495C86;
}

.btn {
    display: inline-block;
    min-width: 185px;
    max-width: 100%;
    height: 45px;
    padding: 0 40px;
    font-family: 'Muli', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 1.85px;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    color: #FFF;
    border: 1px solid #225bb9;
    background-color: #1D4E9E;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 0;
    text-transform: uppercase;
}

.btn:hover {}

.btn-block-m {
    width: 100%;
}

.btn-sm {
    min-width: auto;
}

.btn-cancel {
    color: #495C86;
    border: 0;
    text-transform: none;
    background: none;
}

.btn-cancel:hover {
    border-width: 0;
}

.btn-cancel .font-a {
    border-bottom: 2px solid #495C86;
    line-height: 1.9;
}

.btn-blue {
    color: #fff;
    border: 1px solid #495C86;
    background-color: #495C86;
}

.btn-red {
    color: #fff;
    border-width: 0;
    background-color: #dc1f27;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.btn-red:hover {
    background-color: #c40f16;
}

.btn[disabled] {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-block {
    display: block;
    width: 100%;
}

@media (max-width: 767px) {
    .btn-block-m {
        display: block;
        width: 100%;
    }
}

.form-group {
    position: relative;
    min-height: 1px;
    margin-bottom: 34px;
}

.form-group label {
    display: block;
    font-family: 'Muli', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #525252;
    margin-bottom: 10px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1.85px;
}

.form-error {
    position: absolute;
    bottom: 8px;
    right: 0;
    font-family: 'Muli', sans-serif;
    font-size: 12px;
    color: #dc1f27;
    line-height: 1.5;
    text-align: right;
    background: #fff;
    padding-left: 20px;
}

.form-control {
    background-color: #fff;
    background-image: none;
    border: 0 solid #C3C3C3;
    border-bottom-width: 2px;
    border-radius: 0;
    display: block;
    width: 100%;
    height: 27px;
    padding: 0;
    font-size: 13px;
    color: #4F4F4F;
    line-height: 1;
}

textarea.form-control {
    height: 75px;
    resize: none;
    line-height: 1.9;
}

.form-control:focus {}

.form-control.error {
    border-color: #dc1f27;
}

.form-control::-moz-placeholder {
    color: #bbb;
}

.form-control:-ms-input-placeholder {
    color: #bbb;
}

.form-control::-webkit-input-placeholder {
    color: #bbb;
}

.form-control[disabled] {
    color: #bbb;
    cursor: not-allowed;
    pointer-events: none;
}

.form-control[readonly] {}

.custom-select {
    position: relative;
    cursor: pointer;
    text-align: left;
    display: block;
    vertical-align: middle;
}

.custom-select .replacement {
    width: 100%;
    height: 27px;
    background: #fff;
    padding: 0 28px 0 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    font-size: 13px;
    line-height: 27px;
    border-bottom: 2px solid #C3C3C3;
}

.custom-select.placeholder .replacement {
    color: #bbb;
}

.custom-select .replacement:after {
    position: absolute;
    content: '';
    top: 50%;
    margin-top: -1px;
    right: 0;
    width: 11px;
    height: 5px;
    background: url('images/dropdown.svg') no-repeat 0 0;
}

.custom-select select {
    position: absolute;
    top: 0;
    left: 1px;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-appearance: none;
}

.custom-select .replacement.error {
    border-color: #c61517;
}

.custom-select-opt {
    display: inline-block;
}

.custom-select-opt .replacement {
    height: auto;
    padding: 0 18px 0 5px;
    line-height: inherit;
    border-bottom: 0;
}

.ccheckbox input[type="checkbox"].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.ccheckbox input[type="checkbox"].css-checkbox+label.css-label {
    padding-left: 35px;
    display: inline-block;
    line-height: 1.9;
    background-repeat: no-repeat;
    background-position: 0 3px;
    vertical-align: middle;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #4F4F4F;
    text-transform: none;
    letter-spacing: normal;
    font-weight: 400;
}

.ccheckbox input[type="checkbox"].css-checkbox:checked+label.css-label {
    background-image: url('images/ccheckbox-checked.svg');
}

.ccheckbox label.css-label {
    background-image: url('images/ccheckbox.svg');
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ccheckbox input[type="checkbox"].css-checkbox+label.css-label a {}

.ccheckbox input[type="checkbox"].css-checkbox+label.css-label a:hover {}

.cradio input[type="radio"].css-radio {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.cradio input[type="radio"].css-radio+label.css-label {
    padding-left: 35px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0 3px;
    vertical-align: middle;
    cursor: pointer;
    font-family: 'Muli', sans-serif;
    font-size: 18px;
    text-transform: none;
    letter-spacing: normal;
}

.cradio input[type="radio"].css-radio:checked+label.css-label {
    background-image: url('images/cradio-checked.svg');
}

.cradio label.css-label {
    background-image: url('images/cradio.svg');
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cradio input[type="radio"].css-radio+label.css-label a {
    font-family: 'arimobold';
}

.cradio input[type="radio"].css-radio+label.css-label a:hover {
    color: #dc1f27;
}

.table {
    display: table;
    width: 100%;
    height: 100%;
}

.table .table-row {
    display: table-row;
}

.table .table-cell {
    display: table-cell;
    vertical-align: middle;
}

.nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-inline {
    font-size: 0;
}

.nav>li {
    margin: 0;
    padding: 0;
}

.nav-inline>li {
    display: inline-block;
}

h2 {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 30px;
    color: #292929;
    line-height: 1.3;
}

h2>span {
    color: #000;
}

h3 {
    font-family: 'Muli', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #292929;
    line-height: 1.3;
    margin-bottom: 10px;
}

.product-detail h1 {
    font-family: 'Muli', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #292929;
    line-height: 1.3;
    margin-bottom: 10px;
}

h4 {
    font-size: 14px;
    color: #292929;
    letter-spacing: normal;
    line-height: 1.5;
    margin-bottom: 30px;
}

.text {
    line-height: 1.9;
}

.text b,
.text strong {
    font-family: 'Muli', sans-serif;
    font-size: 16px
}

.text img {
    max-width: 100% !important;
    height: auto !important;
}

.text ul {
    margin: 0 0 10px 20px;
    padding: 0;
}

.text ul li {
    margin: 0;
    padding: 0;
}

.text a {
    font-family: 'arimobold';
    color: #000;
}

.text a:hover {
    color: #dc1f27;
}

.text a.font-a {
    font-family: 'Muli', sans-serif;
    color: #495C86;
    border-bottom: 2px solid;
}

.text a.font-a:hover {
    color: #495C86;
}

.subtext {
    color: #000;
    letter-spacing: 0.75px;
}

.cgreen {
    color: #04b000;
}

.cred {
    color: #dc1f27;
}

.cgrey {
    color: #959595;
}

.white {
    color: #fff;
}

.separation {
    width: 100%;
    height: 1px;
    background: #fff;
    margin: 20px 0;
}

@media (max-width: 767px) {
    h2 {
        font-size: 18px;
    }

    h3 {
        font-size: 21px;
    }
}

header {
    position: fixed;
    background: #1D4E9E;
    width: 100%;
    height: 80px;
    top: 30px;
    left: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 99;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.4);
}

.page-cart header {
    position: relative;
    top: 0;
    height: 65px;
}

.fixed header {
    top: 0;
}

header .container-fluid {
    position: relative;
    height: 100%;
    padding-left: 80px;
    padding-right: 80px;
}

header .wrap {
    display: table;
    width: 100%;
    height: 100%;
    white-space: nowrap;
}

header .wrap>div {
    display: table-cell;
    vertical-align: middle;
}

header .logo {
    text-align: start;
}

#form-search {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 100%;
    display: table;
    width: 100%;
    height: 100%;
    background: #fff;
    padding-left: 40px;
    padding-right: 40px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

@media (min-width: 992px) {
    .open-search #form-search {
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
        left: 0;
    }
}

#form-search>div {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

#form-search form {
    position: relative;
}

#form-search .form-control {
    border: 0;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 35px;
}

#form-search .form-control::-moz-placeholder {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
}

#form-search .form-control:-ms-input-placeholder {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
}

#form-search .form-control::-webkit-input-placeholder {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
}

#form-search .btn-search {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 35px;
    border: 0;
    background: none;
    padding: 0;
    cursor: pointer;
}

#form-search .btn-search span {
    display: block;
    width: 18px;
    height: 18px;
    background: url('images/search.svg') no-repeat 0 0;
}

#form-search .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 18px;
    height: 35px;
    cursor: pointer;
}

#form-search .close span {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url('images/close.svg') no-repeat 0 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.main-menu {
    width: 39%;
}

.main-menu>ul {
    font-family: 'Muli', sans-serif;
    font-weight: 700;
    color: #fff;
    /*line-height: 65px;*/
    letter-spacing: 1.85px;
    text-transform: uppercase;
}

.main-menu>ul>li {
    font-size: 12px;
}

.main-menu>ul>li,
header .logo img {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transition: all .5s;
    transition: all .5s;
}

@media (min-width: 992px) {

    .open-search .main-menu>ul>li,
    header.open-search .logo img {
        opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

.main-menu>ul>li>a {
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
}

.main-menu>ul>li.line>a:after {
    content: "";
    position: absolute;
    top: 45px;
    left: -1px;
    width: 100%;
    height: 1.5px;
    background-color: #495C86;
    opacity: 0;
    pointer-events: none;
}

.main-menu>ul>li.line>a:hover:after {
    opacity: 1;
}

.main-menu>ul>li.line.active>a:after {
    opacity: 1;
}

.main-menu>ul>li:hover>a {
    color: #495C86;
}

.main-menu>ul>li:first-child>a {
    margin-left: 0;
}

.main-menu>ul>li:last-child>a {
    margin-right: 0;
}

.main-menu .dropdown {
    position: relative;
}

.main-menu .dropdown>a {
    position: relative;
    padding-right: 38px;
}

.main-menu .dropdown>a:after {
    position: absolute;
    content: '';
    top: 50%;
    margin-top: -1px;
    right: 20px;
    width: 11px;
    height: 5px;
    background: url('images/dropdown.svg') no-repeat 0 0;
}

.main-menu .dropdown:hover>a:after {
    background-position: 0 -10px;
}

.main-menu .dropdown ul {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    top: 100%;
    margin-top: -20px;
    left: -25px;
    width: 190px;
    padding: 15px 0;
    font-family: 'arimoregular';
    font-size: 14px;
    line-height: 2;
    text-align: left;
    text-transform: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.main-menu .dropdown:hover ul {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    margin-top: 0;
}

.main-menu .dropdown ul li {
    padding-left: 25px;
    padding-right: 25px;
}

.main-menu .dropdown ul a {
    color: #636363;
}

.main-menu .dropdown ul a:hover {
    color: #050505;
}

.main-menu .mobile span {
    position: relative;
    /*top: 4px;*/
    display: inline-block;
    /*width: 15px;
    height: 17px;*/
    /*top: 8px;*/
    width: 24px;
    height: 24px;
    background: url('images/menu.svg') no-repeat 0 white;
}

.main-menu .mobile>a {
    padding-right: 0;
}

.side-menu {
    width: 41%;
    text-align: right;
}

.main-menu .search span {
    position: relative;
    top: 3px;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url('images/search.svg') no-repeat 0 0;
}

.main-menu .search>a {
    padding-right: 0;
}

/*.main-menu .search:hover span { background-position: 0 -20px; }*/
.main-menu .acc span {
    position: relative;
    top: 3px;
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url('images/acc.png') no-repeat 0 0;
}

.main-menu .acc>a {
    padding-right: 0;
}

.main-menu .acc:hover span {
    background-position: 0 -20px;
}

.main-menu .cart span {
    position: relative;
    /*top: 3px;*/
    display: inline-block;
    width: 12px;
    /*height: 15px;*/
    background: url('images/cart.png') no-repeat 0 0;
}

.main-menu .cart>a {
    padding-right: 0;
}

.main-menu .cart:hover span {
    background-position: 0 -20px;
    color: #B51917;
}

.main-menu .cart i {
    font-family: 'Muli', sans-serif;
    font-weight: 700;
    display: inline-block;
    font-style: normal;
    /*background: #B51917;*/
    line-height: 25px;
    color: #FFF;
    width: 25px;
    text-align: center;
    text-indent: 2px;
    border-radius: 25px;
}

.main-bar {
    height: 110px;
    font-family: 'Muli', sans-serif;
    font-size: 12px;
    color: #1D4E9E;
    line-height: 30px;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.fixed .main-bar {
    height: 70px;
}

.main-bar .wrap {
    background: #fff;
}

.main-bar .wrap>div {
    position: relative;
    display: inline-block;
}

.main-bar .tx {
    padding-right: 30px;
}

.main-bar .close {
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 0;
    width: 9px;
    height: 9px;
    background: url('images/close.png') no-repeat 0 0;
    cursor: pointer;
}

.main-bar .close:hover {
    background-position: 0 -14px;
}

.main-note {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    font-family: 'arimobold';
    font-size: 11px;
    color: #fff;
    letter-spacing: 0.75px;
    line-height: 1.5;
    text-transform: uppercase;
    text-align: center;
    z-index: 991;
}

.main-note.error {
    color: #dc1f27;
}

.main-note .wrap {
    background: #000;
    padding: 7px 0;
}

.main-note .wrap>div {
    position: relative;
    display: inline-block;
}

.main-note .tx {
    padding-right: 30px;
}

.main-note .close {
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 0;
    width: 9px;
    height: 9px;
    background: url('images/close.png') no-repeat 0 0;
    cursor: pointer;
}

.main-note .close:hover {
    background-position: 0 -28px;
}

@media (max-width: 1279px) {
    .main-menu>ul>li>a {
        margin-left: 5px;
        margin-right: 5px;
        font-size: 11px;
    }
}

@media (max-width: 991px) {
    header {
        height: 70px;
        top: 0;
    }

    header .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }

    .main-menu>ul {
        line-height: 70px;
    }

    .content {
        padding-top: 70px;
    }

    .page-cart .content {
        padding-top: 0;
    }

    .main-bar {
        height: auto;
        line-height: 1.5;
    }

    .fixed .main-bar {
        height: auto;
    }

    .main-bar .wrap {
        padding: 15px 20px;
    }
}

@media (max-width: 767px) {
    header {
        height: 60px;
    }

    header .logo {
        text-align: left;
    }

    .main-menu {
        width: 35px;
    }

    .main-menu>ul {
        line-height: 60px;
    }

    .content {
        padding-top: 60px;
    }
}

.home-banner {
    position: relative;
    height: 650px;
}

.home-banner .caption {
    position: absolute;
    top: 50%;
    left: 150px;
    width: 50%;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.home-banner .caption .title {
    width: 450px;
    max-width: 100%;
    font-family: 'Roboto Slab', sans-serif;
    font-size: 42px;
    color: #292929;
    line-height: 55px;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

.home-banner .caption .tx {
    line-height: 1.5;
}

.home-banner .cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
}

@media (max-width: 991px) {
    .home-banner {
        height: 460px;
    }

    .home-banner .caption {
        left: 100px;
    }
}

@media (max-width: 767px) {
    .home-banner {
        height: 210px;
    }

    .home-banner .caption {
        left: 0;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .home-banner .caption .title {
        font-size: 32px;
    }
}

.home-banner .owl-carousel,
.home-banner .owl-carousel .owl-stage-outer,
.home-banner .owl-carousel .owl-stage,
.home-banner .owl-carousel .owl-item,
.home-banner .item {
    height: 100%;
}

.home-banner .item {
    position: relative;
    display: block;
}

.product-banner {
    position: relative;
    height: 400px;
}

.product-banner .caption {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 560px;
    max-width: 100%;
    text-align: center;
    z-index: 2;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.product-banner .caption .title {
    width: 450px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-family: 'goboldregular';
    font-size: 45px;
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.product-banner .caption .tx {
    font-family: 'arimoregular';
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
}

.product-banner .cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
}

@media (max-width: 991px) {
    .product-banner {
        height: 330px;
    }
}

@media (max-width: 767px) {
    .product-banner {
        height: 260px;
    }

    .product-banner .caption {
        left: 0;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        -webkit-transform: translateX(0) translateY(-50%);
        transform: translateX(0) translateY(-50%);
    }

    .product-banner .caption .title {
        font-size: 32px;
    }
}

.product-banner .owl-carousel,
.product-banner .owl-carousel .owl-stage-outer,
.product-banner .owl-carousel .owl-stage,
.product-banner .owl-carousel .owl-item,
.product-banner .item {
    height: 100%;
}

.product-banner .item {
    position: relative;
}

.shop-banner {
    position: relative;
    height: 400px;
    background-color: #73C4EF;
}

.shop-banner .cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 400px;
}

.shop-banner .caption {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.shop-banner .caption .title {
    margin-bottom: 25px;
}

.shop-banner .caption .tx {
    line-height: 24px;
}

.shop-banner-left {
    width: 35%;
    float: left;
    padding-left: 90px;
    padding-right: 65px;
    height: 100%;
}

.shop-banner-right {
    width: 65%;
    float: left;
}

@media (max-width: 767px) {
    .shop-banner {
        height: auto;
        display: flex;
        flex-direction: column-reverse;
    }

    .shop-banner .cover {
        height: 200px;
    }

    .shop-banner-left,
    .shop-banner-right {
        width: 100%;
    }

    .shop-banner-left {
        padding: 20px;
    }

    .shop-banner .caption .title {
        margin-bottom: 10px;
    }
}

.owl-nav>div {
    position: absolute;
    top: 50%;
    margin-top: -18px;
    width: 13px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: 0 0;
    text-indent: -40px;
    overflow: hidden;
}

.owl-prev {
    background-image: url('images/big-arrow-l.svg');
    left: 35px;
}

.owl-prev:hover {
    background-position: 0 -40px;
}

.owl-next {
    background-image: url('images/big-arrow-r.svg');
    right: 35px;
}

.owl-next:hover {
    background-position: 0 -40px;
}

.owl-dots {
    text-align: center;
    margin-top: 30px;
}

.owl-dots .owl-dot {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    background: #525252;
    border-radius: 50%;
    margin: 0 8px;
}

.owl-dots .owl-dot.active {
    background: #495C86;
}

.home-banner .owl-dots {
    position: relative;
    top: -65px;
}

@media (min-width: 992px) {
    .product-images .owl-dots {
        position: absolute;
        top: 50%;
        left: 40px;
        width: 11px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .product-images .owl-dots .owl-dot {
        display: block;
        margin: 15px auto;
    }
}

@media (max-width: 991px) {
    .product-images .owl-dots {
        position: absolute;
        width: 100%;
        bottom: 25px;
        left: 0;
    }
}

@media (max-width: 767px) {
    .owl-nav {
        display: none;
    }
}

.page-div-m {
    margin-top: 40px;
    margin-bottom: 40px;
}

.page-div {
    padding-top: 80px;
    padding-bottom: 80px;
}

.page-div-red {
    background: #be0e16;
    color: #fff;
}

.page-div-red h2 {
    color: #fff;
}

@media (max-width: 767px) {
    .page-div {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.highlight-item .title {
    margin-bottom: 15px;
    font-weight: 700
}

.highlight-item .text {
    margin-bottom: 15px
}

.highlight-featured .owl-prev {
    left: -35px
}

.highlight-featured .owl-next {
    right: -35px
}

.home-box a {
    display: block;
    margin-bottom: 20px;
}

.home-box a:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.home-box .row .the-title {
    margin-top: 20px
}

.home-box .row .the-text {
    margin-top: 8px
}

.home-box .font-a {
    margin-top: 15px
}

.home-lookbook {
    padding-left: 5px;
    padding-right: 5px;
}

.lookbook-item {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    width: 20%;
    margin-bottom: 10px;
}

.lookbook-item a {
    display: block;
}

.lookbook-item .cover {
    position: relative;
}

.lookbook-item .caption {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    font-family: 'arimoregular';
    font-size: 14px;
    color: #fff;
    line-height: 1.9;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.lookbook-item a:hover .caption {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

.lookbook-item .caption .title {
    position: absolute;
    top: 50%;
    margin-top: 15px;
    left: 0;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.lookbook-item a:hover .title {
    margin-top: 0;
}

@media (max-width: 1299px) {
    .lookbook-item {
        width: 25%;
    }
}

@media (max-width: 991px) {
    .lookbook-item {
        width: 33.33%;
    }
}

@media (max-width: 767px) {
    .lookbook-item {
        width: 50%;
    }

    .lookbook-item .caption {
        font-size: 12px;
    }

    .lookbook-item .caption .title {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.product-categories {
    position: relative;
    margin-bottom: 50px;
    float: left;
}

.product-categories h1 {
    font-family: 'Muli', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #292929;
    position: relative;
    display: inline-block;
    margin-top: 10px;
    padding-right: 40px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.product-categories h1:after {
    position: absolute;
    content: '';
    top: 8px;
    right: 20px;
    width: 11px;
    height: 5px;
    background: url('images/dropdown.svg') no-repeat 0 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.product-categories .nav {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    position: absolute;
    top: 100%;
    margin-top: -20px;
    width: 250px;
    max-width: 100%;
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    color: #636363;
    line-height: 2;
    background: #fff;
    padding: 20px 0 10px;
    z-index: 5;
}

.product-categories.open .nav {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    margin-top: 0;
}

.product-categories .nav li {
    margin-bottom: 10px;
}

.product-categories .nav a:hover {
    color: #000;
}

@media (min-width: 992px) {
    .product-categories .nav {
        -webkit-transition: all .3s;
        transition: all .3s;
    }
}

@media (max-width: 991px) {
    .product-categories.open {
        margin-bottom: 0;
    }

    .product-categories.open .nav {
        position: relative;
        padding-top: 10px;
        padding-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .product-categories {
        margin-bottom: 25px;
    }

    .product-categories h2:after {
        top: 9px;
    }
}

.product-sort {
    position: relative;
    margin-bottom: 50px;
    text-align: right;
    float: right;
}

.product-sort h2 {
    font-family: 'Muli', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #292929;
    position: relative;
    display: inline-block;
    margin-top: 10px;
    padding-right: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.product-sort h2:after {
    position: absolute;
    content: '';
    top: 8px;
    right: 0;
    width: 11px;
    height: 5px;
    background: url('images/dropdown.svg') no-repeat 0 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.product-sort .nav {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    position: absolute;
    top: 100%;
    right: 90px;
    margin-top: -20px;
    width: 250px;
    max-width: 100%;
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    color: #636363;
    line-height: 2;
    background: #fff;
    padding: 20px 0 10px;
    z-index: 5;
}

.product-sort.open .nav {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    margin-top: 0;
}

.product-sort .nav li {
    margin-bottom: 10px;
}

.product-sort .nav a:hover {
    color: #000;
}

@media (min-width: 992px) {
    .product-sort .nav {
        -webkit-transition: all .3s;
        transition: all .3s;
    }
}

@media (max-width: 991px) {
    .product-sort.open {
        margin-bottom: 0;
    }

    .product-sort.open .nav {
        position: relative;
        padding-top: 10px;
        padding-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .product-sort {
        margin-bottom: 25px;
    }

    .product-sort h2:after {
        top: 9px;
    }
}

@media (min-width: 1300px) {
  .product-list .product-varian:nth-child(6n+1) {
      clear: left;
  }
    .product-list .product-item:nth-child(4n+1) {
        clear: left;
    }

    .product-related .product-item:nth-child(6n+1) {
        clear: left;
    }
}

@media (min-width: 992px) and (max-width: 1299px) {
    .product-list .product-item:nth-child(4n+1) {
        clear: left;
    }

    .product-related .product-item:nth-child(5n+1) {
        clear: left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-list .product-item:nth-child(3n+1) {
        clear: left;
    }

    .product-related .product-item:nth-child(3n+1) {
        clear: left;
    }
}

@media (max-width: 767px) {
    .product-list .product-item:nth-child(2n+1) {
        clear: left;
    }

    .product-related .product-item:nth-child(2n+1) {
        clear: left;
    }
}

.product-item {
    margin-bottom: 30px;
}

.product-item a {
    display: block;
    text-align: center;
}

.product-item .cover {
    position: relative;
    margin-bottom: 20px;
}

.product-item .cover .hover {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.product-item a:hover .cover .hover {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    z-index: 2;
}

.product-item .cover .stock {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    font-family: 'Muli', sans-serif;
    font-size: 11px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    background: #000;
    z-index: 3;
    opacity: 0.7
}

.product-item.on-sale .cover:after {
    position: absolute;
    content: '';
    top: 10px;
    right: 10px;
    width: 47px;
    height: 47px;
    background: url('images/sale.svg') no-repeat 0 0;
    z-index: 3;
}

.product-item .title {
    font-family: 'Muli', sans-serif;
    font-size: 16px;
    color: #292929;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 5px;
}

.product-item .price {
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    color: #292929;
    font-weight: 700;
    letter-spacing: 1px;
}

.product-item.on-sale .price {
    /*display: table; width: 100%;*/
    color: #dc1f27;
}

/*.product-item.on-sale .price span { display: table-cell; width: 50%; text-align: right; padding: 0 10px; }*/
.product-item.on-sale .price .t {
    color: #292929;
    /*text-align: left; */
    text-decoration: line-through;
    margin-right: 5px
}


.product-varian {
    margin-bottom: 30px;
}

.product-varian a {
    display: block;
    text-align: center;
}

.product-varian .cover {
    position: relative;
    margin-bottom: 20px;
}

.product-varian .cover .hover {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.product-varian a:hover .cover .hover {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    z-index: 2;
}

.product-varian .cover .stock {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    font-family: 'Muli', sans-serif;
    font-size: 11px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    background: #000;
    z-index: 3;
    opacity: 0.7
}

.product-varian.on-sale .cover:after {
    position: absolute;
    content: '';
    top: 10px;
    right: 10px;
    width: 47px;
    height: 47px;
    background: url('images/sale.svg') no-repeat 0 0;
    z-index: 3;
}

.product-varian .title {
    font-family: 'Muli', sans-serif;
    font-size: 16px;
    color: #292929;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 5px;
}

.product-varian .price {
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    color: #292929;
    font-weight: 700;
    letter-spacing: 1px;
}

.product-varian.on-sale .price {
    /*display: table; width: 100%;*/
    color: #dc1f27;
}

/*.product-item.on-sale .price span { display: table-cell; width: 50%; text-align: right; padding: 0 10px; }*/
.product-varian.on-sale .price .t {
    color: #292929;
    /*text-align: left; */
    text-decoration: line-through;
    margin-right: 5px
}




@media (max-width: 767px) {
    .product-item {
        margin-bottom: 25px;
    }

    .product-item.on-sale .cover:after {
        top: 7px;
        right: 7px;
        width: 40px;
        height: 40px;
        background-size: 40px 40px;
    }

    .product-item .title {
        font-size: 13px;
    }

    .product-item .price {
        font-size: 12px;
    }

    .product-item.on-sale .price span {
        display: block;
        width: 100%;
        text-align: center;
    }

    .product-item.on-sale .price .t {
        padding-top: 5px;
        text-align: center;
    }
}

.product-options {
    margin-bottom: 32px
}

.product-options-header {
    margin-bottom: 7px
}

/*.product-images { float: left; width: 70%; }*/
/*.product-content { float: left; width: 30%; padding: 50px 40px; }*/
.product-content>.font-a {
    font-size: 14px;
    margin-bottom: 5px
}

.product-content .price {
    font-family: 'Muli', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #292929;
    margin-bottom: 30px;
}

.product-content.on-sale .price {
    color: #dc1f27
}

.product-content.on-sale .price .t {
    color: #292929;
    text-decoration: line-through;
    margin-right: 10px
}

.product-text {
    margin-bottom: 30px;
}

.product-act {
    margin-bottom: 40px;
}

.product-act .form-cart {
    display: none;
}

.product-act-on .form-cart {
    display: block;
}

.product-act-on .form-notify {
    display: none;
}

.product-act .stock {
    margin-left: 20px;
    color: #dc1f27;
}

.form-notify {
    position: relative;
}

.form-notify .header {
    color: #dc1f27;
}

.form-notify .form-control {
    padding-right: 27px;
}

.form-notify .btn-mail {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 17px;
    height: 35px;
    border: 0;
    background: none;
    padding: 0;
    cursor: pointer;
}

.form-notify .btn-mail span {
    display: block;
    width: 17px;
    height: 13px;
    background: url('images/mail.png') no-repeat 0 0;
}

.form-notify .btn-mail:hover span {
    background-position: 0 -18px;
}

@media (max-width: 991px) {
    .product-images {
        width: 100%;
        float: none;
    }

    .product-content {
        width: 100%;
        float: none;
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {
    .product-content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .product-content .price {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .product-text {
        margin-bottom: 20px;
    }
}

.product-thumbnails>div {
    border: 1px solid transparent;
    margin-bottom: 20px;
    cursor: pointer;
}

.product-thumbnails>div:hover,
.product-thumbnails>div.active {
    border-color: #495C86;
}


@media(max-width: 991px) {
    .product-thumbnails {
        margin-top: 20px;
    }

    .product-thumbnails>div {
        cursor: pointer;
        width: 65px;
        height: 65px;
        margin-bottom: 15px;
        overflow: hidden;
        display: inline-block;
        margin-right: 15px;
    }
}

.page-tab {
    margin-bottom: 30px;
}

.page-tab-header {
    font-family: 'Muli';
    color: #000;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.page-tab-header>li {
    font-size: 13px;
    margin-right: 40px;
    cursor: pointer;
}

.page-tab-header>li.active,
.page-tab-header>li:hover {
    color: #495C86;
}

.page-tab-header>li:last-child {
    margin-right: 0;
}

.page-tab-header>li span {
    display: inline-block;
    padding-bottom: 6px;
    border-bottom: 0 solid #495C86;
}

.page-tab-header>li.active span {
    border-bottom-width: 1px;
}

.page-tab-content {
    display: none;
}

.page-tab-content.active {
    display: block;
}

@media (max-width: 767px) {
    .page-tab-header>li {
        font-size: 11px;
    }
}

.pagination {
    font-family: 'Muli';
    font-size: 13px;
    color: #000;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    text-align: center;
    padding: 0;
    padding-top: 30px;
}

.pagination>div,
.pagination>li {
    display: inline-block;
    vertical-align: middle;
}

.pagination .div {
    width: 7px;
    height: 9px;
    background: url('images/pagination-div.png') no-repeat 100% center;
    margin: 0 20px;
}

.pagination a {
    position: relative;
    padding: 0 10px;
}

.pagination a:hover {
    color: #dc1f27;
}

.pagination .prev a {
    padding-left: 17px;
}

.pagination .prev a:before {
    position: absolute;
    content: '';
    top: 2px;
    left: 0;
    width: 5px;
    height: 8px;
    background: url('images/pagination-arrow.png') no-repeat 0 0;
}

.pagination .prev a:hover:before {
    background-position: 0 -13px;
}

.pagination .next a {
    padding-right: 17px;
}

.pagination .next a:after {
    position: absolute;
    content: '';
    top: 2px;
    right: 0;
    width: 5px;
    height: 8px;
    background: url('images/pagination-arrow.png') no-repeat 0 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.pagination .next a:hover:after {
    background-position: 0 -13px;
}

footer {
    padding: 65px 0;
    background: linear-gradient(rgba(29,78,158,1), rgba(35,100,206,1));
}

.page-cart footer {
    padding: 25px 0 20px;
    background: none;
}

footer .header {
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #FFF;
    line-height: 1.9;
    margin-bottom: 5px;
}

footer .nav {
    font-size: 13px;
    color: #E3E3E3;
    line-height: 1.9;
    margin-bottom: 20px;
}

footer .nav a:hover {
    color: #000;
}

.page-cart .nav {
    color: #4F4F4F;
}

.form-newsletter {
    position: relative;
    margin-bottom: 25px;
}

.form-newsletter .form-control {
    padding-right: 27px;
}

.form-newsletter .btn-mail {
    position: absolute;
    top: 0;
    right: 0;
    width: 17px;
    height: 35px;
    border: 0;
    background: none;
    padding: 0;
    cursor: pointer;
}

.form-newsletter .btn-mail span {
    display: block;
    width: 17px;
    height: 13px;
    background: url('images/mail.png') no-repeat 0 0;
}

.form-newsletter .btn-mail:hover span {
    background-position: 0 -18px;
}

.newsletter {
    display: flex;
    white-space: nowrap;
}

.newsletter .header {
    margin-right: 20px;
    margin-bottom: 0;
}

.newsletter .form-newsletter {
    width: 100%;
}

.newsletter .form-control {
    color: #FFF;
    background: none;
    padding-right: 65px
}

.newsletter button {
    position: absolute;
    top: 7px;
    right: 0;
    background: none;
    padding: 0;
    margin: 0;
    height: auto;
    width: auto;
    min-width: unset;
}

.page-media {
    margin-bottom: 25px;
    ttext-align: right;
}

.page-media li {
    margin-right: 35px;
    margin-top: 3px;
}

.page-media li:last-child {
    margin-right: 0;
}

.page-media li div {
    display: inline-block;
    width: 20px;
}

.page-media li span {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
}

.page-media .fb span {
    background-image: url('images/fb.svg');
}

.page-media .in span {
    background-image: url('images/in-light.svg');
    background-size: 65%;
    background-position: center bottom;
}

.page-media .ig span {
    background-image: url('images/ig.svg');
}

.page-media .tokped span {
    background-image: url('images/tokped.svg');
}

.page-media .shopee span {
    background-image: url('images/shopee.svg');
}

.page-custom .row {
    margin-left: -40px;
    margin-right: -40px
}

.page-custom .row>div {
    padding-left: 40px;
    padding-right: 40px
}

.blog-item .cover {
    margin-bottom: 15px
}

.blog-item .blog-date {
    margin-bottom: 8px
}

.blog-detail .blog-date {
    margin-bottom: 15px
}

.blog-detail .blog-title {
    margin-bottom: 40px
}

.blog-detail .cover {
    margin-bottom: 40px
}

.btm {
    padding-top: 15px;
}

.btm .nav {
    margin-bottom: 0;
}

.btm .nav li {
    margin-right: 20px;
}

.btm .nav li:last-child {
    margin-right: 0;
}

.page-cart .copyright,
.copyright {
    text-align: right;
}

.copyright a {}

.copyright .nav a:hover {
    color: #000;
}

.copyright .nav a:after {
    content: none;
}

@media (max-width: 767px) {
    footer {
        padding: 40px 0;
    }

    .btm {
        padding-top: 0;
    }

    .newsletter {
        flex-direction: column;
    }

    .copyright {
        margin-bottom: 10px;
        text-align: left;
    }

    .page-cart .copyright {
        text-align: left;
    }
}

#mobile-div {
    position: fixed;
    background: #fff;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    padding: 25px 20px;
    overflow-y: auto;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 999;
}

#mobile-div .header {
    position: relative;
    font-family: 'Muli', sans-serif;
    font-size: 12px;
    letter-spacing: 1.85px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 35px;
}

#mobile-div .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 12px;
    height: 12px;
    background: url('images/close-sm.svg') no-repeat 0 0;
    cursor: pointer;
}

.form-search-mobile {
    position: relative;
    margin-bottom: 45px;
}

.form-search-mobile .form-control {
    padding-left: 30px;
    height: 35px;
}

.form-search-mobile .btn-search {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 35px;
    border: 0;
    background: none;
    padding: 0;
    cursor: pointer;
}

.form-search-mobile .btn-search span {
    display: block;
    width: 18px;
    height: 18px;
    background: url('images/search.svg') no-repeat 0 0;
}

#mobile-div .nav {
    font-family: 'Muli', sans-serif;
    font-size: 12px;
    letter-spacing: 1.85px;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    line-height: 2;
}

#mobile-div .nav a {
    display: block;
    margin-bottom: 20px;
}

#mobile-div .dropdown>a {
    position: relative;
}

#mobile-div .dropdown>a:after {
    position: absolute;
    content: '';
    top: 13px;
    right: 0;
    width: 11px;
    height: 5px;
    background: url('images/dropdown.svg') no-repeat 0 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#mobile-div .dropdown.open>a:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#mobile-div .dropdown .nav {
    display: none;
    font-family: 'Muli', sans-serif;
    font-size: 12px;
    letter-spacing: 1.85px;
    color: #636363;
    letter-spacing: 0;
    text-transform: none;
}

#mobile-div .dropdown.open .nav {
    display: block;
}

#mobile-div .dropdown .nav a {
    margin-bottom: 10px;
}

#mobile-div .dropdown .nav {
    margin-top: -10px;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .open-mobile #mobile-div {
        left: 0;
    }
}

.open-cart-div {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 992;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.open-cart .open-cart-div {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

#cart-div {
    position: fixed;
    top: 0;
    right: -100%;
    width: 370px;
    max-width: 100%;
    height: 100%;
    background: #fff;
    padding: 25px 18px 0;
    overflow: auto;
    z-index: 993;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.open-cart #cart-div {
    right: 0;
}

#cart-div .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

#cart-div .header {
    position: relative;
    margin-bottom: 40px;
    line-height: 15px;
}

#cart-div .header .close {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 100%;
    cursor: pointer;
}

#cart-div .header .close span {
    display: inline-block;
    width: 7px;
    height: 12px;
    background: url('images/arrow-l.svg') no-repeat 0 0;
    vertical-align: middle;
}

#cart-div .header .tx {
    font-family: 'Muli', sans-serif;
    font-size: 12px;
    letter-spacing: 1.85px;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 18px;
}

#cart-div .header .icon {
    position: absolute;
    top: -5px;
    right: 0;
    font-family: 'Muli', sans-serif;
    font-weight: 700;
    font-size: 12px;
    display: inline-block;
    font-style: normal;
    background: #495C86;
    line-height: 25px;
    color: #FFF;
    width: 25px;
    text-align: center;
    border-radius: 25px;
}

.cart-div-list {
    position: relative;
    overflow-touch: auto;
    min-height: 150px;
    overflow: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.cart-div-item {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}

.cart-div-list .cart-div-item:last-child {
    margin-bottom: 0;
}

.cart-div-item>div {
    display: table-cell;
    vertical-align: top;
}

.cart-div-item .cover {
    width: 80px;
    padding-right: 20px;
}

.cart-div-item .category {
    font-family: 'Muli', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.67px;
    margin-bottom: 3px;
    color: #525252;
}

.cart-div-item .title {
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 3px;
    color: #292929;
}

.cart-div-item .size {
    margin-bottom: 5px;
}

.cart-div-item .price {
    float: right;
    position: relative;
    top: 3px;
    right: -20px;
    font-family: 'Muli', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.86px
}

.cart-div-item .q>span:first-child {}

.cart-div-item .remove {
    width: 20px;
    text-align: right;
}

.cart-div-item .remove span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url('images/remove.svg') no-repeat 0 0;
    cursor: pointer;
}

.cart-div-empty {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#cart-div .footer {
    padding: 40px 0 20px;
}

#cart-div .footer .sub {
    display: table;
    width: 100%;
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 700;
    color: #292929;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#cart-div .footer .sub>div {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}

#cart-div .footer .sub .price {
    text-align: right;
}

.hl-box {
    width: 380px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.form-submit {
    padding-top: 10px;
}

/*.form-text { color: #4F4F4F; }
.form-text a { font-size: 13px; }
.form-text p { margin-bottom: 5px; }*/
.form-hide {
    display: none;
    padding-bottom: 20px;
}

.form-radio .cradio {
    padding-top: 20px;
}

.datepicker {
    padding-right: 35px;
    background-image: url('images/calendar.png');
    background-repeat: no-repeat;
    background-position: 100% center;
}

.datepicker:hover {
    background-image: url('images/calendar-hover.png');
}

.acc-menu {
    padding: 0 30px 30px 0;
    color: #525252;
    font-family: 'Muli', sans-serif;
    font-size: 12px;
    letter-spacing: 1.85px;
    font-weight: 700;
    line-height: 1.9;
}

.acc-menu h4 {
    margin-bottom: 25px;
}

.acc-menu li {
    margin-bottom: 20px;
}

.acc-menu li a {
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
}

.acc-menu li a:hover,
.acc-menu li.active a {
    color: #495C86;
    border-color: #495C86;
}

.acc-div {
    width: 380px;
    max-width: 100%;
    margin-bottom: 50px;
}

.acc-content {
    position: relative;
}

.acc-content .acc-div:last-child {
    margin-bottom: 0;
}

.acc-content .acc-btn {
    position: absolute;
    top: 0;
    right: 0;
}

.acc-div .text p {
    margin-bottom: 5px;
}

@media (min-width: 992px) {
    .acc-content {
        max-width: 100%;
    }

    .track-detail {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 991px) {
    .acc-menu {
        padding-left: 0;
        padding-right: 0;
    }

    .acc-menu h4 {
        text-align: center;
    }

    .acc-menu .nav {
        position: relative;
        text-align: center;
        padding-top: 36px;
    }

    .acc-menu .nav li {
        display: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .acc-menu.open .nav li {
        display: block;
    }

    .acc-menu .nav li.active {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    .acc-menu .nav li.active a {
        display: block;
    }

    .acc-menu .nav li.active a:after {
        position: absolute;
        content: '';
        top: 10px;
        width: 11px;
        height: 5px;
        background: url('images/dropdown.svg') no-repeat 0 0;
        -webkit-transform: translateX(15px);
        transform: translateX(15px);
    }

    .acc-div .text {
        font-size: 14px;
    }
}

.table-data {
    display: table;
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
}

.table-data a {
    font-weight: 700;
}

.table-data a:hover {
    color: #dc1f27;
}

.table-data .table-row {
    display: table-row;
}

.table-data .table-row>div {
    display: table-cell;
    vertical-align: top;
    padding: 10px 20px 10px 0;
}

.table-data .table-body>div {}

.table-data .table-row>div:last-child {
    padding-right: 0;
}

.table-header>div {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.table-order {
    margin-bottom: 20px;
}

.table-order .date {
    width: 110px;
}

.table-order .price {
    width: 180px;
    text-align: right;
}

.table-order .pay {
    width: 130px;
    text-align: right;
}

.table-order .ship {
    width: 110px;
    text-align: right;
}

@media (max-width: 767px) {
    .table-data {
        display: block;
        text-align: center;
    }

    .table-data .table-row {
        display: block;
        border-bottom: 1px solid #ebebeb;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .table-data .table-row:last-child {
        border-bottom: 0;
    }

    .table-data .table-row>div {
        display: block;
        padding: 0;
        margin-bottom: 5px;
        text-align: center;
    }

    .table-data .table-row>div:last-child {
        margin-bottom: 0;
    }

    .table-order .date {
        width: 100%;
    }

    .table-order .price {
        width: 100%;
    }

    .table-order .pay,
    .table-order .ship {
        width: 100%;
    }

    .table-order .pay:before {
        content: attr(data-text);
        color: #000;
    }

    .table-order .ship:before {
        content: attr(data-text);
        color: #000;
    }
}

.order-detail .print {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    width: 20px;
    height: 17px;
    background: url('images/print.png') no-repeat 0 0;
    cursor: pointer;
}

.order-detail .print:hover {
    background-position: 0 -22px;
}

.order-detail .date {
    margin-top: -20px;
    margin-bottom: 40px;
}

.order-div {}

.cart-checkout .order-div:first-child {
    padding-top: 0;
}

.cart-checkout .order-div:last-child {
    border-bottom: 0;
}

.order-div .header {
    color: #292929;
    margin-bottom: 5px;
}

.order-div .text {
    margin-bottom: 40px;
}

.order-list {
    padding-top: 20px;
    /*font-family: 'arimoregular';*/
    /*font-size: 14px;*/
    /*color: #000;*/
    line-height: 1.5;
}

.cart-summary .order-list {
    padding-top: 4px;
}

.order-list .header {
    display: table;
    width: 100%;
}

.order-list .header>div {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px 10px 0;
    border-bottom: 1px solid #ebebeb;
}

.order-list .header>div:last-child {
    padding-right: 0;
}

.order-list .header .q {
    width: 120px;
    text-align: center;
}

.cart-summary .order-list .header .q {
    width: 100px;
}

.order-list .header .price {
    width: 180px;
    text-align: right;
}

.cart-summary .order-list .header .price {
    width: 120px;
}

.cart-div-list {
    position: relative;
    overflow-touch: auto;
    min-height: 150px;
    overflow: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.cart-div-item {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}

.cart-div-list .cart-div-item:last-child {
    margin-bottom: 0;
}

.cart-div-item>div {
    display: table-cell;
    vertical-align: top;
}

.cart-div-item .cover {
    width: 80px;
    padding-right: 20px;
}

.cart-div-item .category {
    font-family: 'Muli', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.67px;
    margin-bottom: 3px;
    color: #525252;
}

.cart-div-item .title {
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 3px;
    color: #292929;
}

.cart-div-item .size {
    margin-bottom: 5px;
}

.cart-div-item .price {
    float: right;
    position: relative;
    top: 3px;
    right: -20px;
    font-family: 'Muli', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.86px
}

.cart-div-item .q>span:first-child {}

.cart-div-item .remove {
    width: 20px;
    text-align: right;
}

.cart-div-item .remove span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url('images/remove.svg') no-repeat 0 0;
    cursor: pointer;
}


.order-item {
    position: relative;
    overflow-touch: auto;
    min-height: 70px;
    overflow: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.order-item .item {
    display: table;
    width: 100%;
    margin-bottom: 30px;
}

.order-item .item>div {
    display: table-cell;
    vertical-align: top;
    padding-right: 20px;
}

.order-item .item>div:last-child {
    padding-right: 0;
}

.order-item .cover {
    width: 150px;
    padding-right: 20px;
}

/*.order-item .caption > div { display: table; width: 100%; }
.order-item .caption > div > div { display: table-cell; vertical-align: middle; padding-right: 20px; }
.order-item .caption > div > div:last-child { padding-right: 0; }*/
.order-item .category {
    font-family: 'Muli', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.67px;
    margin-bottom: 3px;
    color: #525252;
    text-transform: uppercase;
}

.order-item .title {
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 3px;
    color: #292929;
}

.order-item .size {
    margin-bottom: 5px;
}

/*.order-item .q { width: 120px; text-align: center; }*/
.cart-summary .order-item .q {
    font-size: 13px;
    width: 100px;
}

.order-item .price {
    float: right;
    position: relative;
    top: 3px;
    font-family: 'Muli', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.86px
}

/*.cart-summary .order-item .price { width: 120px; }*/

.order-sub {
    padding-top: 15px;
    padding-bottom: 10px;
    border-top: 1px solid #495C86;
    letter-spacing: 1px;
}

.order-total {
    font-weight: 700;
    text-transform: uppercase;
}

.order-sub .item {
    display: table;
    width: 100%;
    margin-bottom: 10px;
}

.order-sub .item>div {
    display: table-cell;
    vertical-align: top;
    padding-right: 20px;
}

.order-sub .item>div:last-child {
    padding-right: 0;
}

.order-sub .title {
    text-align: right;
}

.acc-content .order-sub .title {
    text-align: left;
}

.cart-summary .order-sub .title {
    text-align: left;
}

.order-sub .price {
    width: 180px;
    text-align: right;
}

.cart-summary .order-sub .price {
    width: 120px;
}

@media (max-width: 767px) {
    .acc-content .acc-btn {
        position: relative;
        margin-bottom: 20px;
    }

    .order-list .header .q {
        display: none;
    }

    .order-list .header .price {
        display: none;
    }

    .order-item .caption>div {
        display: block;
    }

    .order-item .caption>div>div {
        display: block;
        padding-right: 0;
    }

    .order-item .q {
        width: 100%;
        text-align: left;
        margin-bottom: 5px;
    }

    .order-item .price {
        text-align: left;
    }

    .order-sub .title {
        text-align: left;
    }
}

.address-list {}

.address-item {
    margin-bottom: 50px;
}

.address-list .address-item:last-child {
    margin-bottom: 0;
}

.address-list .address-item:nth-child(2n+1) {
    clear: left;
}

.address-item .title {
    margin-bottom: 15px;
}

.address-item .title span {
    font-family: 'arimoregular';
    color: #dc1f27;
    text-transform: none;
}

.address-item .text {
    margin-bottom: 20px;
}

.address-item .act {
    font-family: 'arimobold';
    font-size: 13px;
    color: #000;
    word-spacing: 10px;
}

.address-item a:hover {
    color: #dc1f27;
}

.page-item {
    padding-top: 120px;
}

.page-list .page-item:first-child {
    padding-top: 0;
}

.page-item h4 {
    margin-bottom: 40px;
}

.page-item .text {
    margin-bottom: -40px;
}

.page-blank {
    width: 880px;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
}

.page-blank .header {
    font-family: 'robotolight';
    font-size: 47px;
    line-height: 1.3;
}

@media (max-width: 991px) {
    .page-blank .header {
        font-size: 35px;
    }
}

@media (max-width: 767px) {
    .page-blank .header {
        font-size: 25px;
    }

    .address-list {
        margin-top: 20px;
    }
}

.page-cart-wrap {
    /* width: 1040px; */
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
}

.cart-back {
    margin-top: 30px;
    text-align: center;
}

/*.cart-back a { position: relative; padding-left: 16px; }*/
/*.cart-back a:hover { color: #dc1f27; }*/
/*.cart-back a:before { position: absolute; content: ''; top: 0; left: 0; width: 7px; height: 12px; background: url('images/back.png') no-repeat 0 0; }*/
/*.cart-back a:hover:before { background-position: 0 -17px; }*/

.page-cart-wrap a {
    position: relative;
}

.page-cart-wrap a:after {
    content: "";
    position: absolute;
    top: 19px;
    left: -1px;
    width: 100%;
    height: 1.5px;
    background-color: #495C86;
    opacity: 0;
    pointer-events: none;
}

.page-cart-wrap a:hover:after {
    opacity: 1;
}


.form-voucher .form-control {
    padding-right: 34px;
}

.form-voucher .btn-go {
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    border: 0;
    background: none;
    padding: 0;
    cursor: pointer;
}

.form-voucher .btn-go span {
    display: block;
    width: 14px;
    height: 15px;
    background: url('images/go.png') no-repeat 0 0;
}

/*.form-voucher .btn-go:hover span { background-position: 0 -20px; }*/

.add-ship {
    display: none;
}

.cart-summary {
    position: relative;
    font-family: 'Muli', sans-serif;
}

.cart-summary-header {
    position: relative;
}

.cart-summary-total {
    display: none;
    position: absolute;
    top: 2px;
    right: 0;
    font-family: 'Muli', sans-serif;
    font-size: 16px;
    color: #000;
}

.order-detail .order-id {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #495C86;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .page-cart-wrap {
        padding-left: 0;
        padding-right: 0;
    }

    .add-ship {
        padding-top: 25px;
    }

    .cart-summary {
        top: 0 !important;
    }

    .cart-summary-header {
        display: inline-block;
        padding-right: 20px;
        cursor: pointer;
    }

    .cart-summary-header:after {
        position: absolute;
        content: '';
        top: 50%;
        margin-top: -2px;
        right: 0;
        width: 11px;
        height: 5px;
        background: url('images/dropdown.svg') no-repeat;
    }

    .cart-summary.open .cart-summary-header:after {
        transform: rotate(180deg);
    }

    .cart-summary-list {
        display: none;
    }

    .cart-summary.open .cart-summary-list {
        display: block;
    }

    .cart-summary-total {
        display: block;
    }
}

@media print {
    body {
        font-size: 12px;
    }

    header {
        position: fixed !important;
        top: 0;
        height: auto !important;
    }

    header .wrap {
        display: block;
    }

    header .wrap>div {
        display: block;
    }

    header .logo {
        text-align: right;
    }

    .content {
        padding-top: 0 !important;
    }

    .page-div {
        padding-top: 0;
        padding-bottom: 0;
    }

    .order-div .col-sm-50 {
        float: left;
        width: 50%;
    }

    .order-detail h4 {
        margin-bottom: 0;
    }

    .order-detail .date {
        margin-bottom: 0;
    }

    .order-list .header .q {
        display: table-cell;
        width: 100px;
    }

    .order-list .header .price {
        display: table-cell;
        width: 120px;
    }

    .order-item .caption>div {
        display: table;
    }

    .order-item .caption>div>div {
        display: table-cell;
        padding-right: 20px;
    }

    .order-item .q {
        width: 100px;
        text-align: center;
        margin-bottom: 0;
    }

    .order-item .price {
        width: 120px;
        text-align: right;
    }

    .order-sub {
        padding-top: 20px;
    }

    .order-sub .item {
        margin-bottom: 10px;
    }

    .order-sub .title {
        text-align: right;
    }

    .order-sub .price {
        width: 120px;
    }
}

.page-404 {
    background: #FFF;
    color: #292929;
    text-align: center;
}

.page-404 .wrap {
    display: table;
    width: 100%;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.page-404 .wrap>div {
    display: table-cell;
    vertical-align: middle;
    padding-top: 100px;
    padding-bottom: 100px;
}

.page-404 .logo {
    margin-bottom: 80px;
}

.page-404 .text {
    margin-bottom: 30px;
}


#instagram {
    list-style: none;
    wwidth: calc(93px * 12);
}

@media (min-width: 1200px) {
    #instagram {
        wwidth: calc(233px * 12);
    }
}

@media (min-width: 768px) {
    #instagram {
        wwidth: calc(158px * 12);
    }
}

#instagram li {
    display: inline-block;
}

#instagram img {
    width: 158px;
    height: 158px;
    padding: 10px;
}

@media (min-width: 1200px) {
    #instagram img {
        width: 235px;
        height: 235px;
    }
}


.instagram-item {
    list-style: none;
}

.instagram-item li {
    display: inline-block;
}

.instagram-item img {
    width: 158px;
    height: 158px;
    padding: 10px;
}

#instagram,
#instagram_bot {
    height: 160px !important;
}

@media (min-width: 1200px) {

    #instagram,
    #instagram_bot {
        height: 240px !important;
    }

    .instagram-item img {
        width: 235px;
        height: 235px;
    }
}

#instagram-wrapper {
    margin-top: 80px;
    overflow-x: scroll;
}

#instagram-wrapper .title {
    display: inline-block;
    background: url('images/IG-Grey.svg') left center no-repeat;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left: 30px;
}


/* POPUP */
.pop {
    /*display: none;*/
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(35, 31, 32, 0.3);
    z-index: 9991;
    padding: 65px 0;
    overflow: scroll;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s, visibility 1s;
}

.pop.review-pop {
    padding: 0;
}

.open-pop .pop {
    display: block;
}

.pop--tab {
    display: table;
    width: 100%;
    height: 100%;
}

.pop--tab>div {
    display: table-cell;
    vertical-align: middle;
}

.pop--wrapper {
    position: relative;
    width: 475px;
    background: #fff;
    padding: 65px 50px;
    margin-left: auto;
    margin-right: auto;
}

.pop--wrapper2 {
    position: relative;
    width: 80%;
    padding: 40px 0;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 30px);
    transition: opacity 1s, visibility 1s, transform 1s;
}

.pop--close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    background: url('images/close.svg') no-repeat center;
    cursor: pointer;
}

.pop--wrapper2 .pop--close {
    top: 30px;
    right: 40px;
    z-index: 3;
}

.pop .btn-pop .btn-cancel {
    margin-left: 0;
    font-size: 16px;
}

body.open-pop .pop {
    opacity: 1;
    visibility: visible;
}

body.open-pop .pop .pop--wrapper2 {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
}

@media (max-width: 767px) {

    .pop--wrapper,
    .pop--wrapper2 {
        width: 100%;
    }

    .pop--wrapper .btn-cancel2 {
        margin-top: 10px;
    }

    .pop .btn {
        display: block;
        width: 100%;
    }

    .pop .btn-pop {
        margin-top: 30px;
    }
}

.sosmed li {
    margin: 0 5px;
}

.sosmed span {
    display: inline-block;
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    opacity: 0.6;
}

.sosmed span:hover {
    opacity: 1;
}

.sosmed span.fb {
    background-image: url('images/fb-black.svg');
    background-position: center 4px;
}

.sosmed span.fb:hover {
    background-position: center -25px;
}

.sosmed span.tw {
    background-image: url('images/tw-black.svg');
    background-position: center 4px;
}

.sosmed span.tw:hover {
    background-position: center -24px;
}

.thanks-wrapper {
    margin: 13px 0;
}

.tokped-left {
    margin-right: 15px;
    font-size: 14px;
}

.tokpedlink {
    color: #03ac0e;
    font-size: 14px;
}

.shopeelink {
    color: #f53d2d;
    font-size: 14px;
}

.whatsapp {
    display: inline-block;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    position: fixed;
    bottom: 40px;
    right: 20px;
    background: url('images/whatsapp.svg') no-repeat center;
    z-index: 1;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.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;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.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 {
    display: none;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.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("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: 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;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}

@charset "utf-8";
/* CSS Document */

.zm-viewer {
    position: absolute;
    display: none;
    overflow: hidden;
    /* background:url(../images/loader.png)  no-repeat center center ; */
    cursor: crosshair;
    z-index: 99;
}

.zm-handler {
    position: absolute !important;
    display: none;
    overflow: hidden;
    cursor: crosshair;
    border: none !important;
}

.zm-handlerarea {
    /* background:url(lens.png); */
    opacity: .9;
    position: relative;
}

.zm-description {
    position: absolute;
    bottom: 6px;
    left: 6px;
    right: 6px;
    background-color: #eee;
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    color: rgba(0, 0, 0, .6);
    font-size: 13px;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, .3);
    padding: 4px;
}

.followViewer,
.standardViewer {
    border: 2px solid #fefefe;
    border: 4px solid rgba(255, 255, 255, .2);
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

#instagram {
    overflow: hidden;
}

#instagram li {
    list-style: none;
    float: left;
    margin: 0;
    width: 20%;
    padding: 0 20px;
}

#instagram li a {
    display: block;
}

#instagram li a img {
    width: 100%;
}

@media (max-width: 767px) {
    #instagram li {
        width: 50%;
        padding-top: 20px;
    }
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer {
    overflow: hidden;
    position: relative;
}

.jspPane {
    position: absolute;
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background: transparent;
}

.jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: red;
}

.jspCap {
    display: none;
}

.jspHorizontalBar .jspCap {
    float: left;
}

.jspTrack {
    background: transparent;
    position: relative;
}

.jspDrag {
    background: #404040;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
    border-radius: 2px;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
}

.jspArrow {
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.jspArrow.jspDisabled {
    cursor: default;
    background: #80808d;
}

.jspVerticalBar .jspArrow {
    height: 16px;
}

.jspHorizontalBar .jspArrow {
    width: 16px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus {
    outline: none;
}

.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
    margin: 0 -3px 0 0;
}
