@charset "UTF-8";


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

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

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

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


.info-box {
    display: flex;
    align-items: center;
    width: 100%;
    color: #222529
}

.info-box i {
    color: inherit;
    font-size: 3.7rem;
    text-align: center
}

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

.info-box h4 {
    color: inherit;
    margin-bottom: 0;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1
}

.info-box p {
    margin-bottom: 0;
    font-size: 1.3rem;
    line-height: 1.6
}

.info-box .porto-info {
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    color: #2f6473
}

.info-box.with-icon p:before {
    float: left;
    content: "";
    color: #5bc0de;
    font-family: "Font Awesome 5 Free";
    font-size: 2rem;
    font-weight: 900;
    line-height: 1;
    margin-right: 5px;
    margin-top: 3px
}

.info-box-icon-left {
    justify-content: center
}

.info-box-icon-left i {
    line-height: 0;
    margin-right: 1.5rem
}

.info-box-icon-right {
    justify-content: center
}

.info-box-icon-right .info-box-content {
    text-align: right
}

.info-box-icon-right i {
    line-height: 0;
    margin-left: 1.5rem
}

.info-box-icon-top {
    flex-direction: column;
    align-items: unset;
    justify-content: center
}

.info-box-icon-top .info-box-content {
    text-align: center
}

.info-box-icon-top i {
    line-height: 0;
    margin-bottom: 1.5rem
}

.info-box-img {
    flex-direction: column
}

.info-box-img .info-desc {
    font-size: 1.6rem;
    color: #777
}

.overlay,
.overlay-visible {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    transition: padding 0.3s ease-out, background-color 0.3s, opacity 0.3s
}

.overlay {
    padding-top: 10rem;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0
}

a > .overlay {
    cursor: pointer
}

figure:hover .overlay {
    padding-top: 0;
    opacity: 1
}

.overlay a:hover {
    color: #fff;
    text-decoration: underline
}

.overlay a.social-link {
    border-color: #fff
}

.overlay .social-link:hover {
    color: #fff;
    text-decoration: none
}

figure:hover .overlay-visible {
    background: rgba(0, 136, 204, 0.9);
    padding-bottom: 9rem
}

.overlay-transparent {
    background: transparent
}

.overlay-effect1,
.overlay-effect2,
.overlay-effect3,
.overlay-effect4 {
    overflow: hidden
}

.overlay-effect1 .banner,
.overlay-effect1 figure,
.overlay-effect2 .banner,
.overlay-effect2 figure,
.overlay-effect3 .banner,
.overlay-effect3 figure,
.overlay-effect4 .banner,
.overlay-effect4 figure {
    position: relative
}

.overlay-effect1 figure:after,
.overlay-effect2 figure:after,
.overlay-effect3 figure:after,
.overlay-effect4 figure:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #222529;
    opacity: 0;
    transition: opacity 0.3s, background 0.3s, transform 0.3s
}

.overlay-effect1:hover figure:after,
.overlay-effect2:hover figure:after,
.overlay-effect3:hover figure:after,
.overlay-effect4:hover figure:after {
    opacity: 0.2
}

.overlay-effect2 figure:before,
.overlay-effect4 figure:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    opacity: 0.2;
    transition: opacity 0.5s ease, transform 0.5s ease
}

.overlay-zoom {
    overflow: hidden
}

.overlay-zoom img {
    transition: transform 0.3s
}

.overlay-zoom:hover img {
    transform: scale(1.08)
}

.overlay-effect1:hover figure:after {
    transform: scale(1, 1);
    visibility: visible;
    opacity: 0;
    transition: transform 0.5s linear, opacity 0.5s linear
}

.overlay-effect1 figure:after {
    transform: scale(0, 1);
    opacity: 0.4;
    background-color: #fff;
    visibility: hidden
}

.overlay-effect2:hover figure:after,
.overlay-effect2:hover figure:before {
    opacity: 0;
    transform: none
}

.overlay-effect2 figure:after {
    transform: translateX(-100%);
    background-color: #fff;
    opacity: 0.2;
    transition: transform 0.9s ease, opacity 0.9s ease
}

.overlay-effect2 figure:before {
    transform: translateX(100%);
    transition: transform 0.9s ease, opacity 0.9s ease
}

.overlay-effect3:hover figure:after {
    top: 100%;
    left: -100%;
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 200%, 0)
}

.overlay-effect3 figure:after {
    left: 50%;
    width: 120%;
    height: 60px;
    background-color: #fff;
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
    transition: 0.5s linear, top 0.5s linear, left 0.5s linear
}

.overlay-effect4:hover figure:after,
.overlay-effect4:hover figure:before {
    transform: scale(1, 1)
}

.overlay-effect4 figure:after {
    transform: scale(0, 1);
    background-color: #fff
}

.overlay-effect4 figure:before {
    transform: scale(1, 0);
    transition: transform 0.3s
}

.overlay-opacity img {
    transition: 0.3s
}

.overlay-opacity:hover img {
    filter: opacity(0.9)
}

.overlay-contentIn {
    overflow: hidden
}

.overlay-contentIn .banner-content,
.overlay-contentIn .banner-layer {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s
}

.overlay-contentIn:hover .banner-content,
.overlay-contentIn:hover .banner-layer {
    opacity: 1;
    visibility: visible
}

.overlay-contentOut {
    overflow: hidden
}

.overlay-contentOut .banner-content,
.overlay-contentOut .banner-layer {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s
}

.overlay-contentOut:hover .banner-content,
.overlay-contentOut:hover .banner-layer {
    opacity: 0;
    visibility: hidden
}

.particle-effect {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.snowfall {
    background-image: url(../images/effects/s1.png), url(../images/effects/s2.png), url(../images/effects/s3.png);
    animation: snow 10s linear infinite
}

@keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px
    }

    50% {
        background-position: 500px 500px, 100px 300px, -200px 250px
    }

    to {
        background-position: 400px 800px, 300px 600px, -200px 400px
    }
}

.sparkle {
    background-image: url(../images/effects/sparkle1.png), url(../images/effects/sparkle2.png);
    animation: sparkle 60s linear infinite
}

@keyframes sparkle {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px
    }

    to {
        background-position: -500px -1000px, -400px -400px, 300px 300px
    }
}

@keyframes kenBurnsToRight {
    0% {
        transform: scale(1.2)
    }

    to {
        transform: scale(1)
    }
}

@keyframes kenBurnsToLeft {
    0% {
        transform: scale(1.2)
    }

    to {
        transform: scale(1)
    }
}

.kenBurnsToRight {
    animation-name: kenBurnsToRight;
    animation-timing-function: linear;
    animation-fill-mode: both;
    transform-origin: right
}

.kenBurnsToLeft {
    animation-name: kenBurnsToLeft;
    animation-timing-function: linear;
    animation-fill-mode: both;
    transform-origin: left
}

.kenBurnsToLeftTop {
    animation-name: kenBurnsToLeft;
    animation-timing-function: linear;
    animation-fill-mode: both;
    transform-origin: left top
}

.kenBurnsToRightTop {
    animation-name: kenBurnsToRight;
    animation-timing-function: linear;
    animation-fill-mode: both;
    transform-origin: right top
}

.cta h3 {
    letter-spacing: -0.05em;
    margin-bottom: 1rem
}

.cta p {
    font-size: 1.6rem;
    margin-bottom: 0
}

.cta-simple {
    align-items: center;
    text-align: center;
    padding: 3.2rem 5.5rem
}

.cta-border {
    border: 1px solid #dfdfdf;
    border-radius: 1rem
}

.cta-outline {
    border-width: 3px
}

.cta-outline .btn {
    position: relative;
    border-radius: 6px;
    color: #f7f7f7;
    padding: 8px 1.6rem 7px;
    text-transform: capitalize;
    font-weight: 400
}

.cta-outline.blue {
    border-color: #5472d2
}

.cta-outline.blue h3 {
    color: #5472d2
}

.cta-outline.blue .btn {
    box-shadow: 0 5px #3253bc;
    background-color: #5472d2;
    transition: none
}

.cta-outline.blue .btn:hover {
    top: 3px;
    box-shadow: 0 2px #3253bc
}

.cta-outline.red {
    border-color: #f4524d
}

.cta-outline.red h3 {
    color: #f4524d
}

.cta-outline.red .btn {
    box-shadow: 0 5px #f11f18;
    background-color: #f4524d;
    transition: none
}

.cta-outline.red .btn:hover {
    top: 3px;
    box-shadow: 0 2px #f11f18
}

.cta-outline.cyan {
    border-color: #4cadc9
}

.cta-outline.cyan h3 {
    color: #4cadc9
}

.cta-outline.cyan .btn {
    box-shadow: 0 5px #338faa;
    background-color: #4cadc9;
    transition: none
}

.cta-outline.cyan .btn:hover {
    top: 3px;
    box-shadow: 0 2px #338faa
}

.cta-outline.dark {
    border-color: #50485b
}

.cta-outline.dark h3 {
    color: #50485b
}

.cta-outline.dark .btn {
    box-shadow: 0 5px #342f3c;
    background-color: #50485b;
    transition: none
}

.cta-outline.dark .btn:hover {
    top: 3px;
    box-shadow: 0 2px #342f3c
}

.cta-3Ds.blue {
    box-shadow: 0 5px #3253bc
}

.cta-3Ds.red {
    box-shadow: 0 5px #f11f18
}

.cta-3Ds.cyan {
    box-shadow: 0 5px #338faa
}

.cta-3Ds.dark {
    box-shadow: 0 5px #342f3c
}

.cta-bg {
    border-color: transparent
}

.cta-bg h3 {
    color: #fff
}

.cta-bg p {
    color: rgba(255, 255, 255, 0.7)
}

.cta-bg.blue {
    background-color: #5472d2
}

.cta-bg.red {
    background-color: #f4524d
}

.cta-bg.cyan {
    background-color: #4cadc9
}

.cta-bg.dark {
    background-color: #50485b
}

.cta-bg.light {
    background-color: #f2f2f2;
    border-color: #dfdfdf
}

.cta-bg.light h3,
.cta-bg.light p {
    color: #1d2127
}

.modal form {
    margin: 0
}

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

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

.modal-body {
    padding: 1.5rem
}

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

.modal-footer,
.modal-header {
    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: 400
}

.close {
    font-size: 2.2rem
}

@media (min-width:576px) {
    .modal-content {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .modal-body {
        max-height: calc(100vh - 210px);
        padding-top: 2rem;
        overflow-y: auto
    }

    .modal-body,
    .modal-footer,
    .modal-header {
        padding-right: 2em;
        padding-left: 2rem
    }
}

@media (min-width:992px) {
    .modal-dialog {
        max-width: 800px
    }

    .modal-body,
    .modal-footer,
    .modal-header {
        padding-right: 3rem;
        padding-left: 3rem
    }
}

@media (max-width:479px) {

    .modal-open,
    .modal-open .modal {
        padding-right: 0 !important
    }
}

.page-header {
    padding: 5.5rem 0;
    color: #222529;
    background-color: #f4f4f4;
    text-align: center
}

.page-header .breadcrumb {
    padding-top: 0.5rem;
    padding-bottom: 0
}

.page-header .breadcrumb a {
    color: #fff
}

.page-header .breadcrumb a:hover {
    text-decoration: underline
}

.page-header .breadcrumb .breadcrumb-item:last-child:before {
    padding-right: 0.8rem
}

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

.page-header h1,
.page-title {
    margin-bottom: 0.4rem;
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: -0.05em;
    color: #222529
}

@media (min-width:768px) {
    .breadcrumb-nav + .page-header {
        margin-top: -3rem
    }
}

@media (min-width:992px) {
    .breadcrumb-nav + .page-header {
        margin-top: -4rem
    }
}

.toolbox {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
    -ms-flex-pack: justify;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    line-height: 1.5
}

.toolbox .select-custom:after {
    right: 1.5rem;
    font-size: 1.6rem;
    color: #222529
}

.toolbox .select-custom .form-control {
    max-width: 160px;
    padding-right: 2.5rem;
    padding-left: 0.8rem;
    font-size: 1.3rem;
    padding-top: 1px
}

.toolbox label {
    margin: 1px 1.1rem 0 0;
    color: #777;
    font-size: 1.3rem;
    font-weight: 400;
    font-family: "Open Sans", sans-serif
}

.toolbox .form-control {
    display: inline-block;
    margin-bottom: 0;
    padding: 0 0.8rem;
    color: #777
}

.toolbox .form-control:focus {
    color: #777
}

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

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

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

.toolbox-item {
    margin-bottom: 10px
}

.toolbox-item:not(:last-child) {
    margin-right: 10px
}

.toolbox-item.layout-modes {
    margin-top: -1px
}

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

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

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

.pagination {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    color: #706f6c;
    font-size: 1.4rem;
    font-weight: 600;
    font-family: Poppins, sans-serif
}

.page-item:not(:first-child) {
    margin-left: 0.5rem
}

.page-item.active .page-link {
    color: #706f6c;
    background-color: transparent;
    border-color: #fff
}

.page-item.disabled {
    display: none
}

.page-link {
    border: 1px solid #ccc;
    padding: 0 0.5em;
    min-width: 2.2em;
    color: inherit;
    line-height: 2.1em;
    text-align: center
}

.page-link:focus,
.page-link:hover {
    color: #706f6c;
    background-color: transparent;
    border-color: #fff;
    box-shadow: none
}

.page-link i {
    font-size: 2rem
}

.page-link-btn,
span.page-link {
    border: 0
}

.layout-btn {
    display: inline-block;
    width: 1.2em;
    color: #000;
    font-size: 16px;
    line-height: 34px;
    text-align: center
}

.layout-btn:not(:last-child) {
    margin-right: 4px
}

.layout-btn.active {
    color: #fff
}

@media (min-width:992px) {
    .toolbox-pagination {
        margin-bottom: 0
    }
}

@media (max-width:991px) {
    aside .toolbox-item {
        display: block
    }

    aside .toolbox-item:after {
        content: normal
    }

    .toolbox:not(.toolbox-pagination) {
        padding: 10px;
        background-color: #f4f4f4;
        margin-bottom: 2rem
    }

    .toolbox:not(.toolbox-pagination) .toolbox-item {
        margin-bottom: 0
    }

    .toolbox label {
        font-size: 11px;
        font-weight: 600;
        color: #222529
    }

    .toolbox .select-custom .form-control {
        font-size: 11px;
        font-weight: 600;
        max-width: 140px;
        text-transform: uppercase;
        color: #222529
    }
}

@media (max-width:767px) {
    .toolbox label {
        display: none
    }

    .toolbox .select-custom:after {
        padding: 0
    }
}

@media (max-width:575px) {
    .toolbox .layout-modes {
        display: none
    }

    .toolbox .toolbox-show,
    .toolbox .toolbox-sort {
        margin-right: 0
    }

    .toolbox .select-custom .form-control {
        max-width: 132px
    }
}

.minipopup-area {
    position: fixed;
    right: 20px;
    bottom: 20px;
    font-size: 1.1em;
    text-align: center;
    z-index: 20002
}

.minipopup-box {
    position: absolute;
    right: -100px;
    text-align: left;
    margin: auto auto 20px;
    padding: 20px;
    line-height: 1.4;
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.08);
    word-break: break-word;
    transform: translateY(-100%);
    width: 300px;
    z-index: 1000;
    background: #fff;
    opacity: 0;
    transition: right 0.4s ease-in-out, opacity 0.4s ease-in-out
}

.minipopup-box.active {
    right: 0;
    opacity: 1
}

.minipopup-box .product {
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.minipopup-box figure {
    max-width: 60px;
    margin-right: 10px;
    margin-bottom: 0
}

.minipopup-box .product-detail {
    font-family: Poppins, sans-serif;
    font-weight: 500
}

.minipopup-box .product-detail .product-name {
    display: inline-block;
    color: #222529;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4em
}

.minipopup-box .product-detail .product-name:hover {
    color: #fff
}

.minipopup-box .product-detail p {
    font-size: 12px;
    letter-spacing: -0.025em;
    margin-top: 0.5rem;
    margin-bottom: 0
}

.minipopup-box .product-action .btn {
    min-width: 120px;
    letter-spacing: 0.025em;
    font-size: 11.2px;
    padding: 11.2px 22.4px
}

.minipopup-box .product-action .btn.viewcart {
    background-color: #efefef;
    color: #000
}

.minipopup-box .product-action .btn.checkout {
    float: right
}

.wishlist-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-width: 4px 0 0;
    font-weight: 600;
    line-height: 1.5;
    padding: 15px 20px;
    width: 250px;
    border-radius: 0;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s, visibility 0.35s;
    z-index: 100
}

.wishlist-popup .wishlist-popup-msg {
    font-weight: 600;
    line-height: 1.6;
    text-align: center
}

.wishlist-popup.active {
    opacity: 1;
    visibility: visible;
    z-index: 1071
}

.login-popup .mfp-content {
    margin-top: 2.1rem;
    max-width: 872px;
    background-color: #fff
}

.login-popup .btn-regist {
    margin-top: 3.6rem;
    font-size: 1.6rem;
    letter-spacing: -0.025em
}

.login-popup .form-footer-right {
    margin-bottom: 0.6rem
}

.login-popup .form-input {
    height: 42px
}

.login-popup .container {
    padding: 3.9rem 3.6rem 4.7rem
}

.login-popup .title {
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.45;
    margin-bottom: 0.9rem
}

.login-popup form {
    display: block
}

.login-popup label {
    color: #777;
    font-family: "Open Sans", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.57;
    margin-bottom: 0.6rem
}

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

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

.login-popup .forget-password {
    color: #222529;
    font-size: 1.4rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 600
}

.login-popup .btn-block {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    padding: 1.5rem 2.4rem;
    letter-spacing: -0.02em
}

.login-popup .form-control {
    padding-left: 2.5rem
}

.login-popup .form-control:hover {
    outline: none
}

.login-popup .custom-control-label {
    margin-top: 2px;
    font-size: 1.2rem
}

.newsletter-popup {
    position: relative;
    max-width: 740px;
    margin-right: auto;
    margin-left: auto;
    padding: 64px 40px;
    border-radius: 0;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.12)
}

.mfp-bg {
    background-color: #777777
}

button.mfp-close {
    position: absolute;
    top: 0;
    right: 0;
    overflow: visible;
    opacity: 0.65;
    cursor: pointer;
    background: transparent;
    border: 0;
    text-indent: -9999px;
    transform: rotateZ(45deg);
    color: #838383
}

button.mfp-close:hover {
    opacity: 1
}

.mfp-image-holder button.mfp-close {
    width: 41px;
    color: #fff;
    text-align: left
}

button.mfp-close:after {
    content: "";
    position: absolute;
    height: 17px;
    top: 12px;
    left: 20px;
    border-left: 1px solid
}

button.mfp-close:before {
    content: "";
    position: absolute;
    width: 17px;
    top: 20px;
    left: 12px;
    border-top: 1px solid
}

.newsletter-popup-content {
    max-width: 357px
}

.newsletter-popup-content .form-control {
    height: auto;
    padding: 7px 12px 9px 22px;
    border-radius: 3rem 0 0 3rem;
    font-size: 1.36rem;
    line-height: 2.4;
    border: none;
    background-color: #f4f4f4
}

.newsletter-popup-content .form-control::placeholder {
    position: relative;
    top: 2px;
    color: #999
}

.newsletter-popup-content .btn {
    margin-left: -1px;
    padding: 0 32px 0 25px;
    border-radius: 0 3rem 3rem 0;
    font-size: 1.28rem;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase
}

.logo-newsletter {
    display: inline-block;
    max-width: 111px;
    height: auto
}

.newsletter-popup h2 {
    margin: 24px 0 5px;
    color: #313131;
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: uppercase
}

.newsletter-popup p {
    font-size: 1.4rem;
    line-height: 1.85;
    letter-spacing: -0.02em;
    margin-bottom: 2.4rem
}

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

.newsletter-popup .custom-control {
    margin: 0 0 4px 1px;
    padding-left: 2.5rem
}

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

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

.newsletter-subscribe input {
    margin-right: 0.5rem;
    vertical-align: middle
}

.newsletter-subscribe label {
    margin-top: 0.2rem;
    color: inherit;
    font-size: 1.2rem;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    text-transform: none
}

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

.mfp-ready .mfp-preloader {
    display: none
}

.mfp-zoom-out-cur .mfp-bg {
    opacity: 0.8;
    background-color: #0b0b0b
}

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

.login-popup.mfp-bg,
.mfp-ajax-product.mfp-bg {
    opacity: 0.6;
    background-color: transparent
}

.mfp-ajax-product .product-single-container {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5)
}

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

.login-popup.mfp-wrap .mfp-content {
    max-width: 525px
}

.mfp-ajax-product.mfp-wrap .mfp-content {
    max-width: 931px
}

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

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

.mfp-ajax-product {
    z-index: 1058
}

.mfp-bg.login-popup,
.mfp-bg.mfp-newsletter,
.mfp-wrap.login-popup,
.mfp-wrap.mfp-newsletter {
    z-index: 1058
}

@media (max-width:991px) {
    .mfp-container {
        padding: 0.6rem
    }
}

@media (max-width:479px) {
    .minipopup-area {
        right: 10px
    }

    .minipopup-box {
        width: 290px
    }

    .newsletter-popup {
        padding: 54px 30px
    }
}

@media (min-width:768px) {
    .login-popup .col-md-6 {
        padding: 0 2rem
    }

    .login-popup .col-md-6:first-child {
        border-right: 1px solid #f5f6f6
    }
}

.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, 0.4);
    transition: opacity 0.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: #fff
}

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

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

.product-intro.owl-carousel.owl-theme .owl-nav .owl-next,
.product-intro.owl-carousel.owl-theme .owl-nav .owl-prev {
    opacity: 0;
    transition: opacity 0.2s, transform 0.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-next,
.product-intro.owl-carousel.owl-theme:hover .owl-prev {
    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, 0.08);
    margin-bottom: 2.4rem
}

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

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

figure .porto-loading-icon {
    position: absolute
}

.product-default {
    color: #777;
    margin-bottom: 2rem;
    transition: box-shadow 0.3s ease-in-out
}

.product-default a {
    color: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

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

.product-default figure {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 1.6rem
}

.product-default figure > a:first-child {
    width: 100%;
    height: 100%
}

.product-default figure img {
    transition: opacity 0.3s ease-in-out;
    height: auto;
    width: 100%
}

.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 {
    position: absolute;
    top: 0.8rem;
    left: 0.8rem
}

.product-default .product-label {
    display: block;
    text-align: center;
    margin-bottom: 5px;
    text-transform: uppercase;
    padding: 5px 11px;
    color: #fff;
    font-weight: 600;
    font-size: 10px;
    line-height: 1;
    border-radius: 12px
}

.product-default .product-label.label-hot {
    background-color: #2ba968
}

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

.product-default .product-label.label-number {
    display: flex;
    position: relative;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 1.6rem;
    background-color: #fff;
    color: #fff
}

.product-default .product-label.label-number span {
    margin-left: 1px
}

.product-default .product-details {
    display: flex;
    display: -ms-flexbox;
    padding: 0 0.8rem;
    flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    -ms-flex-align: center;
    justify-content: center;
    -ms-flex-pack: center
}

.product-default .category-wrap {
    width: 100%;
    white-space: nowrap
}

.product-default .category-list {
    text-align: center;
    font-weight: 400;
    font-size: 1rem;
    font-family: "Open Sans", sans-serif;
    line-height: 1.7;
    opacity: 0.8;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden
}

.product-default .product-title {
    max-width: 100%;
    font-weight: 400;
    font-size: 1.5rem;
    font-family: Poppins, sans-serif;
    line-height: 1.35;
    letter-spacing: 0.005em;
    margin-bottom: 0.4rem
}

.product-default .product-title a {
    display: block
}

.product-default .title-wrap .product-title {
    text-overflow: ellipsis;
    overflow: hidden;
    width: calc(100% - 20px);
    margin-bottom: 0.5rem
}

.product-default .title-wrap .btn-icon-wish {
    margin-top: -2px
}

.product-default .product-action {
    position: relative;
    margin-bottom: 1.5rem;
    color: #333;
    text-align: center
}

.product-default .btn-add-cart,
.product-default .btn-icon-wish,
.product-default .btn-quickview {
    border: 1px solid #f4f4f4;
    background: #f4f4f4;
    color: #6f6e6b;
    line-height: 34px
}

.product-default .btn-icon-wish,
.product-default .btn-quickview {
    display: inline-block;
    position: absolute;
    top: 0;
    margin: 0 2px;
    width: 36px;
    height: 36px;
    font-size: 1.6rem;
    text-align: center;
    opacity: 0;
    transition: all 0.25s ease
}

.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-icon-wish:hover,
.product-default .btn-quickview:hover {
    color: #333
}

.product-default .btn-icon-wish {
    left: 0
}

.product-default .btn-icon-wish.added-wishlist i:before {
    content: "";
    color: #da5555
}

.product-default .btn-quickview {
    font-size: 1.4rem;
    right: 0
}

.product-default:not(.inner-icon) .btn-add-cart:not(.product-type-simple) i {
    display: none
}

.product-default .btn-add-cart {
    display: inline-block;
    padding: 0 1.4rem;
    font-size: 1.2rem;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    transition: all 0.25s ease
}

.product-default .btn-add-cart i {
    font-size: 1.5rem;
    line-height: 32px
}

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

.product-default.product-unfold .btn-add-cart i {
    display: inline-block
}

.product-default.product-unfold .btn-icon-wish,
.product-default.product-unfold .btn-quickview {
    position: relative
}

.product-default.product-unfold:hover .product-action a.btn-quickview {
    right: 0
}

.product-default.product-unfold:hover .product-action a.btn-icon-wish {
    left: 0
}

.product-default:hover {
    z-index: 1;
    box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.3s ease-in-out
}

.product-default:hover figure img:first-child {
    opacity: 0;
    transition: opacity 0.3s ease-in-out
}

.product-default:hover figure img:last-child {
    opacity: 1;
    transition: opacity 0.3s ease-in-out
}

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

.product-default:hover .btn-add-cart.product-type-simple i {
    display: inline-block
}

.product-default:hover .product-action a {
    opacity: 1
}

.product-default:hover .product-action a.btn-icon-wish {
    left: -40px
}

.product-default:hover .product-action a.btn-quickview {
    right: -40px
}

.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: 0.005em;
    color: #999;
    margin-right: 3px
}

.product-price {
    color: #222529;
    font-size: 1.8rem;
    line-height: 1
}

.price-box {
    margin-bottom: 1.4rem;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    line-height: 1
}

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

.ratings-container .product-ratings,
.ratings-container .ratings {
    position: relative;
    display: inline-block;
    font-size: 11px;
    letter-spacing: 0.1em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900
}

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

.ratings-container .product-ratings:before {
    content: "";
    color: rgba(0, 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
}

.product-select-group {
    display: flex;
    display: -ms-flexbox
}

.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, 0.09)
}

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

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

.product-select.type-check:after {
    content: "";
    background-color: transparent;
    border: 1px solid black;
    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
}

.product-nav-filter {
    display: flex;
    align-items: center
}

.product-nav-thumbs a,
.product-nav-thumbs span {
    margin-right: 0.6rem;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent !important;
    border: 1px solid #e9e9e9;
    transition: border-color 0.35s
}

.product-nav-thumbs a:hover,
.product-nav-thumbs span:hover {
    border-color: #1d70ba
}

.product-nav-dots {
    padding-top: 2px
}

.product-nav-dots a,
.product-nav-dots span {
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    border: 0.2rem solid #fff;
    margin-right: 0.6rem;
    transition: box-shadow 0.35s ease;
    box-shadow: 0 0 0 0.1rem #999
}

.product-nav-dots a.active,
.product-nav-dots a:hover,
.product-nav-dots span.active,
.product-nav-dots span:hover {
    box-shadow: 0 0 0 0.1rem #222529
}

.product-single-qty {
    display: inline-block;
    max-width: 104px;
    vertical-align: middle
}

.product-single-qty .bootstrap-touchspin.input-group {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    max-width: none;
    padding-right: 0
}

.product-single-qty .bootstrap-touchspin .form-control {
    width: 2.7em;
    height: 36px;
    padding: 10px 2px;
    color: #222529;
    font-size: 1.4rem;
    font-family: Poppins, sans-serif;
    text-align: center
}

.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 {
    width: 2.2em;
    padding: 0
}

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

.product-single-qty .btn.btn-outline {
    border-color: #e7e7e7
}

.product-single-qty .btn.btn-down-icon:after,
.product-single-qty .btn.btn-up-icon:after,
.product-single-qty .btn.btn-up-icon:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 1px;
    margin-left: -0.55rem;
    background: #222529;
    content: ""
}

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

.product-single-qty .horizontal-quantity::-webkit-inner-spin-button,
.product-single-qty .horizontal-quantity::-webkit-outer-spin-button {
    -webkit-appearance: none
}

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

.config-swatch-list li a {
    position: relative;
    display: block;
    width: 2.8rem;
    height: 2.8rem;
    margin: 3px 6px 3px 0;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2)
}

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

.config-swatch-list li span:last-child {
    cursor: pointer
}

.config-swatch-list li:hover span:last-child {
    color: #fff
}

.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:focus .color-panel,
.config-swatch-list a:hover .color-panel,
.config-swatch-list li.active .color-panel {
    box-shadow: 0 0 0 0.1rem #dfdfdf
}

.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 #fff;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6)
}

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

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

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

.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:active,
.add-cart-box .btn-actions .btn-primary:active:focus,
.add-cart-box .btn-actions .btn-primary:focus {
    outline: none;
    border: none;
    box-shadow: none
}

.divide-line > .col-1:nth-child(n) {
    border-right: 1px solid rgba(0, 0, 0, 0.09);
    border-bottom: 1px solid rgba(0, 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, 0.09);
    border-bottom: 1px solid rgba(0, 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, 0.09);
    border-bottom: 1px solid rgba(0, 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, 0.09);
    border-bottom: 1px solid rgba(0, 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, 0.09);
    border-bottom: 1px solid rgba(0, 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, 0.09);
    border-bottom: 1px solid rgba(0, 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, 0.09);
    border-bottom: 1px solid rgba(0, 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, 0.09);
    border-bottom: 1px solid rgba(0, 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, 0.09);
    border-bottom: 1px solid rgba(0, 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, 0.09);
    border-bottom: 1px solid rgba(0, 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, 0.09);
    border-bottom: 1px solid rgba(0, 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 {
    margin-top: -2rem
}

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

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

.divide-line.up-effect .product-default:hover {
    padding-top: 1rem;
    padding-bottom: 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, 0.1)
}

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

.inner-quickview figure {
    position: relative
}

.inner-quickview figure .btn-quickview {
    position: absolute;
    padding: 0.8rem 1.4rem;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    color: #fff;
    background-color: #fff;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 0.025em;
    font-family: Poppins, sans-serif;
    text-transform: uppercase;
    visibility: hidden;
    opacity: 0;
    transform: none;
    margin: 0;
    border: none;
    line-height: 1.82;
    transition: padding-top 0.2s, padding-bottom 0.2s;
    z-index: 2
}

.inner-quickview figure .btn-quickview:hover {
    color: #fff;
    opacity: 1
}

.inner-quickview .product-details {
    align-items: flex-start;
    -ms-flex-align: start
}

.inner-quickview .category-wrap,
.inner-quickview .title-wrap {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -ms-flex-pack: justify;
    align-items: center;
    -ms-flex-align: center;
    width: 100%
}

.inner-quickview .category-wrap .btn-icon-wish,
.inner-quickview .title-wrap .btn-icon-wish {
    transform: none;
    opacity: 1;
    width: auto;
    height: auto;
    border: none;
    overflow: visible;
    font-size: 1.5rem;
    line-height: 0
}

.inner-quickview .category-list {
    text-align: left
}

.inner-quickview .category-wrap .btn-icon-wish {
    font-size: 1.6rem;
    padding-top: 1px
}

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

.inner-icon {
    position: relative;
    margin-bottom: 1.9rem
}

.inner-icon:not(.product-widget) .product-details {
    padding: 0
}

.inner-icon .category-list {
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    width: calc(100% - 20px)
}

.inner-icon .product-title {
    font-family: Poppins, sans-serif;
    letter-spacing: -0.01em
}

.inner-icon .ratings-container {
    margin-left: 0
}

.inner-icon .price-box {
    margin-bottom: 1.5rem;
    font-family: "Open Sans", sans-serif
}

.inner-icon .btn-icon-group {
    z-index: 2
}

.inner-icon .btn-icon-wish,
.inner-icon .btn-quickview {
    top: auto
}

.inner-icon .btn-icon-wish {
    left: auto;
    right: 0
}

.inner-icon:not(.product-widget):hover {
    box-shadow: none
}

.inner-icon:not(.product-widget):hover figure .btn-quickview {
    padding-top: 1.2rem;
    padding-bottom: 1.3rem;
    transition: padding-top 0.2s, padding-bottom 0.2s, opacity 0.2s
}

.inner-icon .btn-add-cart,
.inner-icon .btn-icon-wish,
.inner-icon .btn-quickview {
    background-color: transparent
}

.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: opacity 0.3s, background-color 0.3s, color 0.3s, border-color 0.3s;
    transform: none
}

.inner-icon figure .btn-icon i:not(.fa):before {
    font-weight: 400
}

.inner-icon figure .btn-icon .fa {
    font-size: 12px;
    font-weight: 600
}

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

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

.left-details .product-details {
    -ms-flex-align: start;
    align-items: flex-start
}

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

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

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

.hidden-description {
    position: relative
}

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

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

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

.hidden-description:hover .product-action a.btn-quickview {
    left: 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;
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.09);
    opacity: 0;
    transform: translateY(5px);
    transition: all 0.3s ease
}

.hidden-description.product-default .product-details {
    padding: 1rem
}

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

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

.hidden-description:hover .product-action .btn-quickview {
    opacity: 0.85
}

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

.hidden-description .btn-add-cart {
    position: absolute;
    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: 0.025em;
    font-family: Poppins, sans-serif;
    text-transform: uppercase;
    line-height: 45px
}

.hidden-description .btn-add-cart:hover {
    background-color: #0085c7;
    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
}

.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(2n) figure > a:first-child:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(33, 37, 41, 0.01)
}

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

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

.product-overlay figure {
    margin: 0
}

.product-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 0.25s
}

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

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

.product-overlay figure .btn-icon-wish {
    position: relative
}

.product-overlay figure .btn-add-cart i {
    display: inline-block
}

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

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

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

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

.product-overlay .product-details .ratings-container .ratings:before {
    color: #fff
}

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

.product-overlay .product-details .category-list {
    text-align: center;
    width: 100%
}

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

.product-overlay:hover figure > a:first-child:after,
.product-overlay:nth-child(2n):hover figure > a:first-child:after {
    background-color: rgba(27, 27, 23, 0.6)
}

.product-overlay:hover figure .btn-icon,
.product-overlay:hover figure .btn-quickview,
.product-overlay:nth-child(2n):hover figure .btn-icon,
.product-overlay:nth-child(2n):hover figure .btn-quickview {
    opacity: 0.85;
    visibility: visible
}

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

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

.product-overlay:hover .product-details,
.product-overlay:nth-child(2n):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, 0.3);
    transition: all 0.25s
}

.overlay-dark figure .btn-icon-group,
.overlay-dark figure .btn-quickview {
    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 0.1s
}

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

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

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

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

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

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

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

.overlay-dark:hover figure .btn-icon,
.overlay-dark:hover figure .btn-quickview,
.overlay-dark:nth-child(2n):hover figure .btn-icon,
.overlay-dark:nth-child(2n):hover figure .btn-quickview {
    opacity: 0.85
}

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

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

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

.creative-grid {
    margin-left: -10px;
    margin-right: -10px
}

.creative-grid .product-default {
    padding: 0 10px 20px;
    margin-bottom: 0
}

.creative-grid .product-default .btn-add-cart i {
    display: inline-block
}

.creative-grid figure {
    height: 100%
}

.creative-grid figure img {
    height: 100%;
    object-fit: cover
}

.creative-grid .overlay-dark figure .btn-quickview {
    padding: 8px 15px;
    max-width: 128px;
    max-height: 41px;
    border-radius: 5rem
}

.creative-grid .inner-icon:not(.product-widget):hover figure .btn-quickview {
    padding-top: 7px
}

.creative-grid .grid-height-1-2 {
    height: 300px
}

.creative-grid .grid-height-1 {
    height: 600px
}

.creative-grid .grid-col-sizer {
    width: 25%
}

.creative-grid .btn-icon-wish {
    position: relative
}

.inner-btn figure .btn-icon-group {
    top: auto;
    left: auto;
    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
}

.inner-btn figure .btn-add-cart i {
    display: inline-block
}

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

.quantity-input .product-single-qty {
    margin: 0 0 1rem
}

.quantity-input .btn-add-cart {
    margin: 0 0 1rem 2px
}

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

.quantity-input .category-list {
    text-align: center
}

.product-list {
    display: flex;
    display: -ms-flexbox;
    align-items: center
}

.product-list:not(.inner-icon) .btn-add-cart:not(.product-type-simple) i {
    display: block
}

.product-list .product-action {
    margin-bottom: 0
}

.product-list:hover .btn-icon {
    padding-right: 0.8rem;
    transition: 0.35s
}

.product-list:hover .btn-icon i {
    opacity: 1;
    transition: 0.35s
}

.product-list:hover .btn-icon span {
    padding-left: 1.3rem;
    transition: 0.35s
}

.product-list figure {
    max-width: 250px;
    margin-right: 1.2rem;
    margin-bottom: 0
}

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

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

.product-list .product-title {
    margin-bottom: 0.6rem;
    font-weight: 600;
    font-size: 1.8rem;
    font-family: "Open Sans", sans-serif
}

.product-list .ratings-container {
    margin: 0 0 10px 0px
}

.product-list .product-description {
    display: -webkit-box;
    margin-bottom: 1.6rem;
    max-width: 100%;
    font-weight: 400;
    font-size: 1.4rem;
    font-family: "Open Sans", sans-serif;
    line-height: 24px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

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

.product-list .category-list {
    margin-bottom: -1px
}

.product-list .btn-add-cart {
    margin: 0 3px 5px 0;
    padding: 0 1.4rem;
    background-color: #fff;
    border-color: #fff;
    color: #fff
}

.product-list .btn-icon {
    position: relative;
    transition: 0.35s
}

.product-list .btn-icon i {
    position: absolute;
    display: inline-block;
    opacity: 0;
    left: 8px;
    transition: 0.35s
}

.product-list .btn-icon i:before {
    margin: 0;
    line-height: 1;
    font-weight: 800
}

.product-list .btn-icon i.fa {
    top: 26%
}

.product-list .btn-icon span {
    display: inline-block;
    transition: 0.35s
}

.product-list .btn-icon-wish,
.product-list .btn-quickview {
    position: static;
    opacity: 1;
    background-color: #f4f4f4;
    border: 1px solid #f4f4f4;
    color: #333333;
    margin: 0 0 5px;
    line-height: 32px
}

.product-list .btn-icon-wish {
    position: relative
}

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

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

.product-list:hover .product-action a.btn-icon-wish {
    left: 0
}

.product-widget {
    display: flex;
    display: -ms-flexbox;
    margin-bottom: 1.6rem
}

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

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

.product-widget .ratings-container {
    margin-bottom: 1rem
}

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

.product-widget .product-title {
    margin-bottom: 0.5rem;
    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,
.product-widget:hover figure {
    box-shadow: none
}

.row-joined.product-nogap .product-details {
    padding: 0 1rem
}

.row-joined.product-nogap .product-details .category-wrap {
    position: relative
}

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

.product-quick-view .product-single-filter label {
    margin-right: 0
}

.product-quick-view .product-single-details .product-title {
    width: 100%
}

.product-quick-view .view-cart {
    padding: 13px 10px;
    font-size: 0.8em;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: underline
}

.product-quick-view .product-single-details .product-single-filter:last-child {
    margin-left: -1px
}

.image-bg-white {
    filter: brightness(1.08)
}

.post-slider > .owl-stage-outer,
.products-slider > .owl-stage-outer {
    margin: -10px -20px;
    padding: 10px 20px
}

@media (max-width:1280px) {

    .post-slider > .owl-stage-outer,
    .products-slider > .owl-stage-outer {
        margin: -10px -15px;
        padding: 10px 15px
    }
}

.modal-backdrop.show {
    opacity: 0
}

@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, 0.09);
        border-bottom: 1px solid rgba(0, 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, 0.09);
        border-bottom: 1px solid rgba(0, 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, 0.09);
        border-bottom: 1px solid rgba(0, 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, 0.09);
        border-bottom: 1px solid rgba(0, 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, 0.09);
        border-bottom: 1px solid rgba(0, 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, 0.09);
        border-bottom: 1px solid rgba(0, 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, 0.09);
        border-bottom: 1px solid rgba(0, 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, 0.09);
        border-bottom: 1px solid rgba(0, 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, 0.09);
        border-bottom: 1px solid rgba(0, 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, 0.09);
        border-bottom: 1px solid rgba(0, 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, 0.09);
        border-bottom: 1px solid rgba(0, 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, 0.09);
        border-bottom: 1px solid rgba(0, 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, 0.09);
        border-bottom: 1px solid rgba(0, 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, 0.09);
        border-bottom: 1px solid rgba(0, 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, 0.09);
        border-bottom: 1px solid rgba(0, 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, 0.09);
        border-bottom: 1px solid rgba(0, 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, 0.09);
        border-bottom: 1px solid rgba(0, 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, 0.09);
        border-bottom: 1px solid rgba(0, 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, 0.09);
        border-bottom: 1px solid rgba(0, 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, 0.09);
        border-bottom: 1px solid rgba(0, 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, 0.09);
        border-bottom: 1px solid rgba(0, 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, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

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

    .product-quick-view .product-single-details {
        position: absolute;
        right: 0;
        height: 100% !important;
        overflow-y: auto
    }

    .product-quick-view .product-single-details::-webkit-scrollbar {
        height: 10px;
        width: 3px
    }

    .product-quick-view .product-single-details::-webkit-scrollbar-thumb {
        background: #ebebeb;
        border-radius: 10px;
        position: absolute
    }

    .product-quick-view .product-single-details::-webkit-scrollbar-track {
        background: #fff;
        border-radius: 10px;
        margin: 8px;
        width: 100%
    }
}

@media (min-width:992px) {
    .divide-line > .col-lg-1:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 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, 0.09);
        border-bottom: 1px solid rgba(0, 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, 0.09);
        border-bottom: 1px solid rgba(0, 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, 0.09);
        border-bottom: 1px solid rgba(0, 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, 0.09);
        border-bottom: 1px solid rgba(0, 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, 0.09);
        border-bottom: 1px solid rgba(0, 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, 0.09);
        border-bottom: 1px solid rgba(0, 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, 0.09);
        border-bottom: 1px solid rgba(0, 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, 0.09);
        border-bottom: 1px solid rgba(0, 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, 0.09);
        border-bottom: 1px solid rgba(0, 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, 0.09);
        border-bottom: 1px solid rgba(0, 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, 0.09);
        border-bottom: 1px solid rgba(0, 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, 0.09);
        border-bottom: 1px solid rgba(0, 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, 0.09);
        border-bottom: 1px solid rgba(0, 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, 0.09);
        border-bottom: 1px solid rgba(0, 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, 0.09);
        border-bottom: 1px solid rgba(0, 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, 0.09);
        border-bottom: 1px solid rgba(0, 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, 0.09);
        border-bottom: 1px solid rgba(0, 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, 0.09);
        border-bottom: 1px solid rgba(0, 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, 0.09);
        border-bottom: 1px solid rgba(0, 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, 0.09);
        border-bottom: 1px solid rgba(0, 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, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

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

    .col-xl-7col .product-default .product-title,
    .col-xl-8col .product-default .product-title {
        font-size: 1.3rem
    }

    .col-xl-7col .old-price,
    .col-xl-8col .old-price {
        font-size: 1.2rem
    }

    .col-xl-7col .product-price,
    .col-xl-8col .product-price {
        font-size: 1.5rem
    }
}

@media (max-width:575px) {
    .product-list {
        flex-direction: column;
        -ms-flex-direction: column
    }

    .product-list figure {
        max-width: none;
        margin-right: 0;
        margin-bottom: 2rem
    }

    .product-list .product-details {
        max-width: none;
        width: 100%
    }

    .product-list:not(.inner-icon) .btn-add-cart:not(.product-type-simple) i {
        display: block
    }

    .product-list .product-action > a {
        padding: 0;
        width: 34px;
        height: 34px
    }

    .product-list .product-action > a i {
        display: inline-block
    }

    .product-list .btn-icon {
        margin-right: 1px
    }

    .product-list .btn-icon i {
        position: static;
        opacity: 1
    }

    .product-list .btn-icon:hover {
        padding: 0
    }

    .product-list .btn-icon span {
        display: none
    }

    .product-list .btn-icon:not(.product-type-simple) i {
        margin-top: 1.1rem
    }

    .product-quick-view {
        padding: 2rem
    }

    .product-quick-view .product-single-details .product-title {
        font-size: 2.6rem
    }
}

@media (max-width:479px) {
    .product-price {
        font-size: 1.3rem
    }

    .product-quick-view {
        padding: 2rem
    }
}

.product-category-panel {
    margin-bottom: 35px
}

.product-category-panel .owl-carousel {
    margin-top: -10px;
    padding-top: 10px
}

.product-category-panel .owl-carousel .owl-nav button.owl-next,
.product-category-panel .owl-carousel .owl-nav button.owl-prev {
    width: 30px;
    font-size: 24px;
    color: #333;
    line-height: 22px
}

.product-category-panel .owl-carousel .owl-nav button.owl-prev {
    left: -41px
}

.product-category-panel .owl-carousel .owl-nav button.owl-next {
    right: -41px
}

.product-category-panel .section-title {
    padding-bottom: 1rem;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 2.5rem
}

.product-category-panel .section-title h2 {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.2;
    font-family: "Open Sans", sans-serif;
    letter-spacing: -0.05em;
    color: #282d3b;
    text-transform: uppercase
}

.product-category {
    color: #1d2127;
    margin-bottom: 2rem;
    position: relative
}

.product-category a:hover {
    color: inherit
}

.product-category img {
    width: 100%
}

.product-category figure {
    margin-bottom: 0;
    position: relative
}

.product-category figure:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: transparent;
    transition: all 0.3s;
    z-index: 1;
    content: ""
}

.product-category:hover figure:after {
    background-color: rgba(27, 27, 23, 0.15)
}

.owl-item > .product-category {
    margin-bottom: 0
}

.category-content {
    padding: 2rem;
    display: flex;
    display: -ms-flex-box;
    flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    -ms-flex-align: center
}

.category-content h3 {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.35;
    font-family: "Open Sans", sans-serif;
    letter-spacing: -0.005em;
    margin-bottom: 1rem;
    text-transform: uppercase
}

.category-content span {
    font-weight: 400;
    font-size: 10.2px;
    line-height: 1.8;
    font-family: "Open Sans", sans-serif;
    letter-spacing: normal;
    margin-top: -10px;
    text-transform: uppercase;
    opacity: 0.7;
    color: #1d2127
}

.category-content span mark {
    padding: 0;
    background-color: transparent;
    color: inherit
}

.content-center-bottom .category-content,
.content-center .category-content,
.content-left-bottom .category-content,
.content-left-center .category-content {
    padding: 20.4px 25.5px;
    position: absolute;
    width: 100%;
    transform: translateY(-50%);
    z-index: 2
}

.content-center-bottom .category-content h3,
.content-center-bottom .category-content span,
.content-center .category-content h3,
.content-center .category-content span,
.content-left-bottom .category-content h3,
.content-left-bottom .category-content span,
.content-left-center .category-content h3,
.content-left-center .category-content span {
    color: #fff
}

.content-center .category-content,
.content-left-center .category-content {
    left: 0;
    top: 50%
}

.content-left-center .category-content {
    align-items: flex-start
}

.content-left-bottom .category-content {
    align-items: flex-start;
    left: 0;
    bottom: 0;
    transform: none
}

.content-center-bottom figure {
    min-height: 90px
}

.content-center-bottom .category-content {
    bottom: 0;
    transform: none;
    padding: 20.4px 0
}

.content-center-bottom .category-content h3,
.content-center-bottom .category-content span {
    margin-bottom: 0;
    color: #1d2127
}

.overlay-lighter figure:after {
    background-color: rgba(27, 27, 23, 0)
}

.overlay-lighter:hover figure:after {
    background-color: rgba(27, 27, 23, 0.15)
}

.overlay-darker figure:after {
    background-color: rgba(27, 27, 23, 0.25)
}

.overlay-darker:hover figure:after {
    background-color: rgba(27, 27, 23, 0.4)
}

.overlay-light figure:after {
    background-color: rgba(27, 27, 23, 0.75)
}

.overlay-light:hover figure:after {
    background-color: rgba(27, 27, 23, 0.6)
}

.hidden-count .category-content span {
    max-height: 10px;
    transition: all 0.5s;
    transform: translateY(20%);
    opacity: 0
}

.hidden-count:hover .category-content span {
    max-height: 30px;
    transform: none;
    opacity: 0.7
}

.creative-grid .product-category {
    margin-bottom: 0;
    padding-bottom: 2rem
}

.creative-grid .product-category.content-left-bottom .category-content {
    margin-bottom: 20px
}

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

.creative-grid .product-category figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 0
}

.height-600 {
    height: 600px
}

.height-400 {
    height: 400px
}

.height-300 {
    height: 300px
}

.height-200 {
    height: 200px
}

@media (min-width:1199px) {
    .col-5col-1 {
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media (max-width:767px) {
    .height-600 {
        height: 400px
    }

    .height-300 {
        height: 200px
    }
}

@media (max-width:450px) {
    .content-center-bottom .category-content {
        padding: 16.8px 21px;
        text-align: center;
        flex-wrap: wrap
    }
}

@media (max-width:400px) {
    .content-center-bottom .category-content {
        padding-bottom: 1rem
    }
}

@media (max-width:1200px) {

    .product-category-panel .owl-carousel .owl-nav button.owl-next,
    .product-category-panel .owl-carousel .owl-nav button.owl-prev {
        width: 15px
    }

    .product-category-panel .owl-carousel .owl-nav button.owl-next {
        right: -18px
    }

    .product-category-panel .owl-carousel .owl-nav button.owl-prev {
        left: -18px
    }
}

@media (max-width:1159px) {

    .product-category-panel .owl-carousel .owl-nav button.owl-next,
    .product-category-panel .owl-carousel .owl-nav button.owl-prev {
        width: 30px
    }

    .product-category-panel .owl-carousel .owl-nav button.owl-next {
        right: -41px
    }

    .product-category-panel .owl-carousel .owl-nav button.owl-prev {
        left: -41px
    }
}

@media (max-width:1024px) {

    .product-category-panel .owl-carousel .owl-nav button.owl-next,
    .product-category-panel .owl-carousel .owl-nav button.owl-prev {
        width: 15px
    }

    .product-category-panel .owl-carousel .owl-nav button.owl-next {
        right: -18px
    }

    .product-category-panel .owl-carousel .owl-nav button.owl-prev {
        left: -18px
    }
}

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

.testimonial-owner figure {
    max-width: 40px;
    margin-right: 25px;
    margin-bottom: 2rem
}

.testimonial-owner figure.max-width-none {
    max-width: none;
    margin: 0
}

.testimonial-owner h4 {
    display: block;
    margin-bottom: 0.5rem;
    padding-top: 0.7rem;
    color: #111;
    font-size: 1.4rem;
    text-transform: uppercase
}

.testimonial-owner span {
    display: block;
    color: #666;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 0.045em;
    line-height: 1.2;
    font-weight: 600
}

.testimonial blockquote {
    position: relative;
    margin: 0 0 0 15px;
    padding: 1rem 2rem;
    color: #fff
}

.testimonial blockquote:after,
.testimonial blockquote:before {
    position: absolute;
    font-family: "Playfair Display";
    font-size: 5rem;
    font-weight: 900;
    line-height: 1
}

.testimonial blockquote:before {
    top: 0;
    left: -0.4em;
    content: "“"
}

.testimonial blockquote p {
    margin-bottom: 0;
    font-family: inherit;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    color: #62615e
}

.testimonial.blockquote-both blockquote:after {
    display: block;
    content: "”";
    right: 0;
    bottom: -5px;
    line-height: 24px
}

.testimonial.owner-center > p,
.testimonial.owner-center blockquote {
    text-align: center
}

.testimonial.owner-center .testimonial-title {
    text-align: center
}

.testimonial.owner-center .testimonial-owner {
    justify-content: center
}

.testimonial.owner-center .testimonial-owner span {
    text-align: center
}

.testimonial.owner-center .testimonial-owner figure,
.testimonial.owner-center .testimonial-owner img {
    margin-left: auto;
    margin-right: auto
}

.testimonial.testimonial-border {
    border: 1px solid;
    border-top-color: #dfdfdf;
    border-bottom-color: #dfdfdf;
    border-left-color: #ececec;
    border-right-color: #ececec;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04)
}

.testimonial.testimonial-border-bottom .testimonial-owner {
    border-top: 1px solid #f2f2f2
}

.testimonial.inner-blockquote figure {
    margin-top: 15px;
    margin-bottom: 10px
}

.testimonial.inner-blockquote blockquote {
    padding: 6px 20px
}

.testimonial.inner-blockquote .testimonial-title {
    margin-top: 28px
}

.testimonial .testimonial-arrow-down {
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 8px solid #CCC;
    height: 0;
    margin: 0 0 0 40px;
    width: 0
}

@media (max-width:480px) {
    .testimonial blockquote:before {
        left: -15px
    }
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #fff;
    background-color: #fff;
    font-size: 14px;
    line-height: 3.2rem;
    text-align: center;
    text-decoration: none;
    opacity: 1
}

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

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

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

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

.social-icon.social-instagram {
    background-color: #7c4a3a
}

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

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

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

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

.nav-tabs .nav-item {
    margin-bottom: -3px
}

.nav-tabs .nav-item:not(:last-child) {
    margin-right: 3.5rem
}

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

.nav-tabs .nav-link {
    padding: 1.2rem 0;
    border: 0;
    border-bottom: 2px solid transparent;
    color: #282d3b;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1;
    font-family: Poppins, sans-serif;
    text-transform: uppercase
}

.nav-tabs .nav-link:hover {
    color: #fff
}

.tabs .tab-content {
    border: 1px solid #eee;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
    padding: 1.5rem
}

.tabs .nav-tabs {
    border-bottom: 0
}

.tabs .nav-tabs .nav-item .nav-link.active,
.tabs .nav-tabs .nav-item.show .nav-link {
    border-top-color: #fff;
    color: #fff;
    background: #fff
}

.tabs .nav-tabs .nav-item:not(:last-child) {
    margin-right: 0.1rem
}

.tabs .nav-tabs .nav-link {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 3px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: none;
    background: #f4f4f4;
    text-transform: none;
    font-weight: 400;
    line-height: 2.4rem;
    margin-bottom: -1px;
    padding: 0.8rem 1.6rem
}

.tabs .nav-tabs .nav-link:focus,
.tabs .nav-tabs .nav-link:hover {
    border-top-color: #fff
}

.tabs .tab-pane p:last-child {
    line-height: 2.4rem
}

.tabs-bottom .nav-tabs .nav-item .nav-link.active,
.tabs-bottom .nav-tabs .nav-item.show .nav-link {
    border-top: none;
    border-bottom-color: #fff
}

.tabs-bottom .nav-tabs .nav-item:not(:last-child) {
    margin-right: 0.1rem
}

.tabs-bottom .nav-tabs .nav-link {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 3px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-top: none;
    margin-top: -1px
}

.tabs-bottom .nav-tabs .nav-link:focus,
.tabs-bottom .nav-tabs .nav-link:hover {
    border-bottom-color: #fff
}

.tabs-left {
    border-top: 1px solid #eee
}

.tabs-left .tab-content {
    border-top: 0
}

.tabs-left .nav-tabs .nav-item .nav-link.active,
.tabs-left .nav-tabs .nav-item.show .nav-link {
    border-left: 3px solid #fff
}

.tabs-left .nav-tabs .nav-item:not(:last-child) {
    margin-right: 0.1rem
}

.tabs-left .nav-tabs .nav-link {
    border: 0;
    border-left: 3px solid #eee;
    margin-right: -1px
}

.tabs-left .nav-tabs .nav-link:focus,
.tabs-left .nav-tabs .nav-link:hover {
    border-left-color: #fff
}

.tabs-right {
    border-top: 1px solid #eee
}

.tabs-right .tab-content {
    border-top: 0
}

.tabs-right .nav-tabs .nav-item .nav-link.active,
.tabs-right .nav-tabs .nav-item.show .nav-link {
    border-right: 3px solid #fff
}

.tabs-right .nav-tabs .nav-item:not(:last-child) {
    margin-right: 0
}

.tabs-right .nav-tabs .nav-link {
    border: 0;
    border-right: 3px solid #eee
}

.tabs-right .nav-tabs .nav-link:focus,
.tabs-right .nav-tabs .nav-link:hover {
    border-right-color: #fff
}

.nav-justified .nav-link {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.tabs-vertical {
    display: flex
}

.tabs-vertical .nav-tabs {
    flex-flow: column nowrap;
    width: 27.8%;
    border: 0
}

.tabs-vertical .tab-content {
    flex: 1
}

.tabs-vertical .nav-link:last-child {
    border-bottom: 1px solid #eee !important
}

.tabs-secondary .nav-tabs .nav-item .nav-link.active,
.tabs-secondary .nav-tabs .nav-item.show .nav-link {
    border-top-color: #ff7272;
    color: #ff7272
}

.tabs-secondary .nav-tabs .nav-link:focus,
.tabs-secondary .nav-tabs .nav-link:hover {
    border-top-color: #ff7272;
    color: #ff7272
}

.tabs-secondary.tabs-bottom .nav-tabs .nav-item .nav-link.active,
.tabs-secondary.tabs-bottom .nav-tabs .nav-item.show .nav-link {
    border-bottom-color: #ff7272
}

.tabs-secondary.tabs-bottom .nav-tabs .nav-link:focus,
.tabs-secondary.tabs-bottom .nav-tabs .nav-link:hover {
    border-bottom-color: #ff7272
}

.tabs-secondary.tabs-left .nav-tabs .nav-item .nav-link.active,
.tabs-secondary.tabs-left .nav-tabs .nav-item.show .nav-link {
    border-left-color: #ff7272
}

.tabs-secondary.tabs-left .nav-tabs .nav-link:focus,
.tabs-secondary.tabs-left .nav-tabs .nav-link:hover {
    border-left-color: #ff7272
}

.tabs-secondary.tabs-right .nav-tabs .nav-item .nav-link.active,
.tabs-secondary.tabs-right .nav-tabs .nav-item.show .nav-link {
    border-right-color: #ff7272
}

.tabs-secondary.tabs-right .nav-tabs .nav-link:focus,
.tabs-secondary.tabs-right .nav-tabs .nav-link:hover {
    border-right-color: #ff7272
}

.tabs-tertiary .nav-tabs .nav-item .nav-link.active,
.tabs-tertiary .nav-tabs .nav-item.show .nav-link {
    border-top-color: #2baab1;
    color: #2baab1
}

.tabs-tertiary .nav-tabs .nav-link:focus,
.tabs-tertiary .nav-tabs .nav-link:hover {
    border-top-color: #2baab1;
    color: #2baab1
}

.tabs-tertiary.tabs-bottom .nav-tabs .nav-item .nav-link.active,
.tabs-tertiary.tabs-bottom .nav-tabs .nav-item.show .nav-link {
    border-bottom-color: #2baab1
}

.tabs-tertiary.tabs-bottom .nav-tabs .nav-link:focus,
.tabs-tertiary.tabs-bottom .nav-tabs .nav-link:hover {
    border-bottom-color: #2baab1
}

.tabs-tertiary.tabs-left .nav-tabs .nav-item .nav-link.active,
.tabs-tertiary.tabs-left .nav-tabs .nav-item.show .nav-link {
    border-left-color: #2baab1
}

.tabs-tertiary.tabs-left .nav-tabs .nav-link:focus,
.tabs-tertiary.tabs-left .nav-tabs .nav-link:hover {
    border-left-color: #2baab1
}

.tabs-tertiary.tabs-right .nav-tabs .nav-item .nav-link.active,
.tabs-tertiary.tabs-right .nav-tabs .nav-item.show .nav-link {
    border-right-color: #2baab1
}

.tabs-tertiary.tabs-right .nav-tabs .nav-link:focus,
.tabs-tertiary.tabs-right .nav-tabs .nav-link:hover {
    border-right-color: #2baab1
}

.tabs-dark .nav-tabs .nav-item .nav-link.active,
.tabs-dark .nav-tabs .nav-item.show .nav-link {
    border-top-color: #222529;
    color: #222529
}

.tabs-dark .nav-tabs .nav-link:focus,
.tabs-dark .nav-tabs .nav-link:hover {
    border-top-color: #222529;
    color: #222529
}

.tabs-dark.tabs-bottom .nav-tabs .nav-item .nav-link.active,
.tabs-dark.tabs-bottom .nav-tabs .nav-item.show .nav-link {
    border-bottom-color: #222529
}

.tabs-dark.tabs-bottom .nav-tabs .nav-link:focus,
.tabs-dark.tabs-bottom .nav-tabs .nav-link:hover {
    border-bottom-color: #222529
}

.tabs-dark.tabs-left .nav-tabs .nav-item .nav-link.active,
.tabs-dark.tabs-left .nav-tabs .nav-item.show .nav-link {
    border-left-color: #222529
}

.tabs-dark.tabs-left .nav-tabs .nav-link:focus,
.tabs-dark.tabs-left .nav-tabs .nav-link:hover {
    border-left-color: #222529
}

.tabs-dark.tabs-right .nav-tabs .nav-item .nav-link.active,
.tabs-dark.tabs-right .nav-tabs .nav-item.show .nav-link {
    border-right-color: #222529
}

.tabs-dark.tabs-right .nav-tabs .nav-link:focus,
.tabs-dark.tabs-right .nav-tabs .nav-link:hover {
    border-right-color: #222529
}

.tabs-simple .tab-content {
    border: 0;
    box-shadow: none;
    padding: 3rem 0
}

.tabs-simple .nav-tabs .nav-item .nav-link.active,
.tabs-simple .nav-tabs .nav-item.show .nav-link {
    border-bottom-color: #555;
    color: #777
}

.tabs-simple .nav-tabs .nav-item:not(:last-child) {
    margin-right: 0.1rem
}

.tabs-simple .nav-tabs .nav-link {
    border: 0;
    border-bottom: 3px solid #eee;
    text-transform: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 2.4rem;
    margin-bottom: -1px;
    color: #777;
    background: none;
    padding: 15px 30px;
    margin-bottom: 1.5rem
}

.tabs-simple .nav-tabs .nav-link:focus,
.tabs-simple .nav-tabs .nav-link:hover {
    border-bottom-color: #555
}

.tabs-with-icon .nav-tabs .nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: none;
    margin-bottom: 1rem
}

.tabs-with-icon .icon-content {
    position: relative;
    height: 75px;
    width: 75px;
    line-height: 75px;
    text-align: center;
    font-size: 3rem;
    border: 1px solid #dfdfdf;
    border-radius: 50%;
    margin-bottom: 1.5rem
}

.tabs-with-icon .icon-content:after {
    content: "";
    border: 5px solid #f4f4f4;
    border-radius: 50%;
    display: block;
    height: 100%;
    padding: 1px;
    position: absolute;
    top: 0;
    width: 100%;
    transform: scale(1.2);
    transition: transform 0.3s
}

.tabs-with-icon .icon-content:hover:after {
    transform: scale(1.3)
}

.product-single-tabs.product-tabs-list .product-desc-content p {
    margin-bottom: 1.3rem
}

.product-single-tabs.product-tabs-list .product-desc-content ol,
.product-single-tabs.product-tabs-list .product-desc-content ul {
    padding-left: 5.8rem;
    margin-bottom: 2rem
}

.product-single-tabs.product-tabs-list .product-desc-content li:before {
    left: 2.4rem
}

.product-slider-tab .tab-content {
    position: relative
}

.product-slider-tab .tab-content > .tab-pane {
    display: block !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 0 !important;
    opacity: 0;
    z-index: -1;
    transition: visibility 0.3s, opacity 0.3s
}

.product-slider-tab .tab-content > .tab-pane:not(.active) {
    overflow: hidden;
    visibility: hidden
}

.product-slider-tab .tab-content > .active {
    position: relative;
    height: auto !important;
    opacity: 1;
    z-index: auto
}

@media (min-width:992px) {
    .product-single-tabs.product-tabs-list {
        padding-bottom: 2px
    }

    .product-single-tabs.product-tabs-list .col-lg-2 {
        -ms-flex: 0 0 21.4%;
        flex: 0 0 21.4%;
        max-width: 21.4%
    }

    .product-single-tabs.product-tabs-list .col-lg-10 {
        -ms-flex: 0 0 78.6%;
        flex: 0 0 78.6%;
        max-width: 78.6%
    }

    .product-single-tabs.product-tabs-list .nav.nav-tabs {
        flex-direction: column;
        border: none
    }

    .product-single-tabs.product-tabs-list .nav.nav-tabs .nav-item {
        margin-right: 0;
        margin-bottom: 0.8rem;
        border-bottom: 1px solid #e7e7e7
    }

    .product-single-tabs.product-tabs-list .nav.nav-tabs .nav-link {
        display: inline-block;
        padding: 1.4rem 0 1.5rem;
        margin-bottom: -1px
    }

    .product-single-tabs.product-tabs-list .tab-pane {
        padding-top: 0.5rem
    }

    .product-single-tabs.product-tabs-list .tab-content {
        padding-left: 0.9rem
    }
}

@media (max-width:479px) {
    .nav-tabs .nav-item:not(:last-child) {
        margin-right: 2.5rem
    }
}

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

.tooltip.show {
    opacity: 1
}

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

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

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

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

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

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

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

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

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

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

.bs-tooltip-auto[x-placement^=left] .arrow:before,
.bs-tooltip-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: 0.1rem;
    background-color: #f4f4f4;
    color: #777;
    text-align: left
}

.heading-bottom-border {
    border-bottom: solid #dbdbdb;
    padding-bottom: 1rem
}

h1.heading-bottom-border {
    border-bottom: 5px solid #222529
}

h2.heading-bottom-border,
h3.heading-bottom-border {
    border-bottom-width: 2px
}

h4.heading-bottom-border,
h5.heading-bottom-border,
h6.heading-bottom-border {
    border-bottom-width: 1px
}

.heading-bottom-border.double {
    border-bottom: double #dbdbdb
}

.heading-middle-border {
    display: flex;
    align-items: center
}

.heading-middle-border.left:after,
.heading-middle-border.right:before {
    content: "";
    border-top: 1px solid #dbdbdb;
    flex: 1
}

.heading-middle-border.left:after {
    margin-left: 1rem
}

.heading-middle-border.right:before {
    margin-right: 1rem
}

.heading-middle-border.sm:after,
.heading-middle-border.sm:before {
    border-width: 2px
}

.heading-middle-border.md:after,
.heading-middle-border.md:before {
    border-width: 3px
}

.heading-middle-border.lg:after,
.heading-middle-border.lg:before {
    border-width: 5px
}

.product-countdown-container {
    display: flex;
    position: absolute;
    padding: 1rem 0.7rem 0.9rem;
    justify-content: center;
    flex-wrap: wrap;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    opacity: 0.7;
    letter-spacing: -0.01em;
    visibility: visible;
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
    transition: opacity 0.3s ease;
    background: #fff;
    z-index: 6
}

.product-countdown-container .product-countdown-title {
    display: inline-block;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    margin-bottom: 0;
    margin-right: 3px
}

.product-countdown-container .product-countdown {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 6;
    line-height: 1;
    opacity: 1;
    color: #fff
}

.product-countdown-container .product-countdown .countdown-amount {
    display: block;
    padding-bottom: 2px;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1;
    margin-bottom: 0;
    text-transform: uppercase
}

.product-default:not(.count-down):hover .product-countdown,
.product-default:not(.count-down):hover .product-countdown-container {
    opacity: 0;
    visibility: hidden
}

.countdown-type1 {
    padding: 5rem 0
}

.countdown-type1 .countdown-amount {
    font-size: 1.7rem;
    color: #da7940;
    font-weight: 700
}

.countdown-type1 .countdown-period {
    font-size: 1.7rem;
    color: #2e353e;
    font-weight: 700;
    padding: 0 4px
}

.countdown-type1 .countdown-section {
    display: flex;
    padding: 0 7px
}

.countdown-type1 .countdown-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.countdown-type1 .countdown-row .countdown-section {
    width: auto
}

.countdown-type2 {
    padding: 5rem 0
}

.countdown-type2 .countdown-amount {
    font-size: 3.8rem;
    color: #b3642a;
    font-weight: 600
}

.countdown-type2 .countdown-period {
    font-size: 1.4rem;
    color: #b3642a;
    font-weight: 600;
    padding: 0 4px
}

.countdown-type2 .countdown-section {
    display: flex;
    align-items: baseline
}

.countdown-type2 .countdown-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.countdown-type2 .countdown-row .countdown-section {
    width: auto
}

.countdown-parallax {
    padding: 9.5rem 0 8.4rem
}

.countdown-parallax .countdown-type3 .countdown-amount {
    font-size: 5.6rem;
    color: #fff
}

.countdown-parallax .countdown-type3 .countdown-period {
    font-size: 1.7rem;
    color: #fff
}

.countdown-parallax .countdown-type3 .countdown-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.countdown-parallax .countdown-type3 .countdown-row .countdown-section {
    width: auto;
    padding: 0 1.5rem
}

@media (max-width:479px) {
    .countdown-type1 .countdown-section {
        padding: 0;
        margin: 0 4px
    }
}

.section-elements {
    text-align: center;
    padding: 8rem 0 10rem
}

.section-elements h2 {
    font-size: 3.6rem;
    letter-spacing: -0.05em;
    margin-bottom: 0.2rem
}

.section-elements p {
    font-size: 1.6rem;
    letter-spacing: -0.05em;
    line-height: 26px
}

.section-elements .icon-box {
    display: block;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
    padding: 2.8rem 0;
    background: linear-gradient(135deg, #0169fe 0, #383f48 100%);
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-bottom: 3rem
}

.section-elements .icon-box i {
    font-size: 3.2rem;
    color: #0169fe;
    position: relative
}

.section-elements .icon-box i:last-child {
    font-size: 6.4rem;
    position: absolute;
    top: -1.8rem;
    opacity: 0.08;
    right: -1.8rem;
    color: #777
}

.section-elements .icon-box h5 {
    position: relative;
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    margin: 1.2rem 0 0
}

.section-elements .icon-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    background: #fff
}

.section-elements .icon-box:hover:before {
    top: 0.8rem;
    left: 0.8rem;
    right: 0.8rem;
    bottom: 0.8rem;
    transition: cubic-bezier(0.39, 0.66, 0.42, 0.99) all 0.2s
}



.product-both-info .row .col-lg-12 {
    margin-bottom: 12px
}

.product-both-info .product-single-details {
    margin-top: 0
}

.product-both-info .product-single-details .product-desc {
    border-bottom: 0
}

.product-both-info .product-single-gallery .label-group {
    left: 1.8rem
}

.single-info-list {
    margin-bottom: 1.7rem;
    padding: 0;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0.005em;
    text-transform: uppercase
}

.single-info-list li {
    margin-bottom: 1rem;
    letter-spacing: 0.001em
}

.single-info-list li strong {
    color: #222529;
    letter-spacing: 0
}

.product-single-filter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem
}

.product-single-filter label {
    margin-right: 4.2rem;
    min-width: 5rem;
    margin-bottom: 0;
    color: #777;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0.005em;
    text-transform: uppercase
}

.product-single-filter .config-swatch-list {
    display: inline-flex;
    margin: 0
}

.product-single-filter .config-size-list li {
    margin-bottom: 0;
    margin-right: 0;
    color: #777
}

.product-single-filter .config-size-list li a {
    margin: 3px 6px 3px 0;
    min-width: 3.2rem;
    height: 2.6rem;
    border: 1px solid #eee;
    color: inherit;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 2.6rem;
    background-color: #fff
}

.product-single-filter .config-size-list li a:not(.disabled):hover {
    border-color: #fff;
    background-color: #fff;
    color: #fff
}

.product-single-filter .config-size-list li a.disabled {
    cursor: not-allowed;
    text-decoration: none;
    background-color: transparent;
    opacity: 0.5
}

.product-single-filter .config-size-list li a.filter-color {
    height: 2.8rem;
    min-width: 2.8rem
}

.product-single-filter .config-size-list li.active a {
    border-color: #fff;
    outline: none;
    color: #fff;
    background-color: #fff
}

.product-single-filter .config-size-list li.active a.filter-color:before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-family: "porto";
    font-size: 1.1rem;
    line-height: 1;
    content: ""
}

.product-single-filter .config-img-list li a {
    height: 100%
}

.product-single-filter .config-img-list li img {
    width: 30px;
    height: 30px
}

.product-single-filter.product-single-qty {
    max-width: 148px;
    max-height: 7.5rem;
    border-bottom: 0
}

.product-single-qty label {
    color: #222529;
    font-weight: 600;
    font-size: 1.5rem
}

.product-single-share {
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.7rem;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap
}

.product-single-share label {
    margin-right: 1.2rem;
    margin-bottom: 0.5rem;
    color: #222529;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.1;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0.005em;
    text-transform: uppercase
}

.product-single-share .social-icons {
    margin-top: 2px
}

.product-single-share .social-icons.vertical {
    display: flex;
    flex-direction: column
}

.product-single-share .social-icons.vertical .social-icon {
    border-radius: 0
}

.product-single-share .social-icon {
    line-height: 2em;
    border: 2px solid transparent;
    margin: 0.2857em 1px 0.2857em 0
}

.product-single-share:not(.icon-with-color) .social-icon {
    border-radius: 50%
}

.product-single-share:not(.icon-with-color) .social-icon:not(:hover):not(:active):not(:focus) {
    color: #222529;
    background-color: transparent;
    border-color: #e7e7e7
}

.product-single-gallery {
    margin-bottom: 3.3rem
}

.product-single-gallery .sticky-slider:not(.sticked) {
    position: relative !important
}

.product-single-gallery a {
    display: block
}

.product-single-gallery img {
    display: block;
    width: 100%;
    max-width: none
}

.product-single-gallery .prod-thumbnail .owl-nav {
    font-size: 1.6rem;
    color: #fff
}

.product-single-gallery .prod-thumbnail .owl-nav .owl-prev {
    left: 1.5rem
}

.product-single-gallery .prod-thumbnail .owl-nav .owl-next {
    right: 1.5rem
}

.product-single-gallery .owl-nav {
    font-size: 2.8rem
}

.product-single-gallery .owl-nav .owl-prev {
    left: 2.5rem
}

.product-single-gallery .owl-nav .owl-next {
    right: 2.5rem
}

.product-single-gallery .owl-nav button {
    transition: opacity 0.5s
}

.product-single-gallery .product-item {
    position: relative;
    z-index: 2
}

.product-single-gallery .product-item:not(:last-child) {
    margin-bottom: 4px
}

.product-single-gallery .product-item:hover .prod-full-screen {
    opacity: 1
}

.product-single-gallery .product-single-grid {
    margin-bottom: 3.6rem
}

.product-single-gallery .label-group {
    position: absolute;
    z-index: 100;
    top: 1.1rem;
    left: 1.1rem
}

.product-single-gallery .product-label {
    display: block;
    text-align: center;
    margin-bottom: 5px;
    text-transform: uppercase;
    padding: 7px;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    border-radius: 12px
}

.product-single-gallery .product-label.label-hot {
    background-color: #2ba968
}

.product-single-gallery .product-label.label-sale {
    background-color: #da5555
}

.product-single-gallery .product-label.label-new {
    background-color: #fff
}
.sidebar-product .owl-carousel .owl-nav button.owl-next,
.sidebar-product .owl-carousel .owl-nav button.owl-prev {
    font-size: 1.8rem
}
.prod-thumbnail {
    display: flex;
    display: -ms-flexbox;
    margin: 8px 0 0;
    padding: 0 1px
}

.prod-thumbnail > .owl-dot {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 4px
}

.prod-thumbnail.owl-theme .owl-nav [class*=owl-]:hover {
    color: #fff
}

.prod-thumbnail img {
    width: 100%;
    cursor: pointer
}

.prod-thumbnail .owl-dot.active img,
.prod-thumbnail img:hover {
    border: 2px solid #21293c
}

.transparent-dots {
    position: absolute;
    top: 1.6rem;
    left: 2.6rem;
    width: 110px;
    margin: 0;
    padding: 0;
    z-index: 99
}

.transparent-dots .owl-dot {
    flex: 1;
    max-width: 108px;
    margin-bottom: 2px
}

.transparent-dots .owl-dot img {
    border: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: border-color 0.2s
}

.transparent-dots .owl-dot.active img,
.transparent-dots .owl-dot:hover img {
    border: 1px solid #fff;
    transition: border-color 0.2s
}

.product-slider-container:not(.container) {
    position: relative;
    padding-left: 1px;
    padding-right: 1px
}

.product-slider-container:not(.container):hover .prod-full-screen {
    opacity: 1
}

.product-slider-container:not(.container) button.owl-next:not(.disabled),
.product-slider-container:not(.container) button.owl-prev:not(.disabled) {
    opacity: 1
}

.prod-full-screen {
    position: absolute;
    right: 2rem;
    bottom: 1.7rem;
    transition: all 0.5s;
    outline: none;
    opacity: 0;
    z-index: 1
}

.prod-full-screen i {
    color: #000;
    font-size: 1.4rem;
    cursor: pointer
}

.product-single-tabs .tab-pane {
    padding-top: 3rem;
    padding-bottom: 3rem;
    color: #7b858a;
    line-height: 1.92
}

.product-single-tabs .sticky-header {
    height: auto
}

.product-single-tabs .nav.nav-tabs .nav-link {
    color: #818692
}

.product-single-tabs .nav.nav-tabs .nav-link.active {
    color: #222529
}

.product-single-tabs .nav.nav-tabs .nav-link {
    font-family: "Open Sans", sans-serif;
    font-size: 1.3rem
}

.product-single-tabs .nav.nav-tabs .nav-link.active,
.product-single-tabs .nav.nav-tabs .nav-link:hover {
    border-bottom-color: #222529
}

.product-single-tabs .nav-item {
    font-size: 1.3rem
}

.scrolling-box .tab-pane + .tab-pane {
    margin-top: 3.5rem;
    border-top: 2px solid #dae2e6
}

.product-size-content {
    padding-top: 2rem;
    padding-bottom: 0.5rem
}

.product-size-content img {
    margin: 0 auto 2rem
}

.product-desc-content {
    margin-bottom: 2.5rem
}

.product-desc-content .feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.9rem;
    border-style: solid;
    border-width: 2px;
    width: 64px;
    height: 64px;
    line-height: 60px;
    border-radius: 60px;
    font-size: 28px;
    color: #fff;
    background: transparent;
    border-color: #fff
}

.product-desc-content .feature-box p {
    font-size: 14px;
    line-height: 27px;
    color: #4a505e;
    letter-spacing: 0
}

.product-desc-content .feature-box h3 {
    margin-bottom: 0.8rem;
    font-size: 1.4rem
}

.product-desc-content p {
    margin-bottom: 2.3rem;
    letter-spacing: 0.005em
}

.product-desc-content ol,
.product-desc-content ul {
    margin-bottom: 2.4rem;
    padding-left: 7.4rem;
    letter-spacing: 0.005em;
    position: relative;
    padding-top: 2px
}

.product-desc-content li {
    margin-bottom: 9px;
    letter-spacing: 0
}

.product-desc-content li:before {
    content: "";
    position: absolute;
    left: 4rem;
    display: inline-block;
    margin-top: -2px;
    vertical-align: middle;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 1.8rem;
    color: #21293c;
    font-size: 1.6rem
}

.product-desc-content img.float-left,
.product-desc-content img.float-right {
    max-width: 50%
}

.product-desc-content img {
    padding-top: 4px
}

.product-desc-content .feature-box i {
    display: inline-block;
    font-size: 2.8rem;
    float: none;
    margin-bottom: 0;
    margin-top: 3px
}

.product-desc-content .feature-box-content {
    margin-left: 0
}

.table.table-striped {
    margin-top: 2rem;
    margin-bottom: 5.9rem
}

.table.table-striped td,
.table.table-striped th {
    padding: 1.1rem 1.2rem
}

.table.table-striped tr:nth-child(odd) {
    background-color: #f9f9f9
}

.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: 0.5rem;
    padding-bottom: 0.5rem
}

.product-reviews-content {
    padding-top: 2px;
    padding-bottom: 2.5rem;
    line-height: 1.92
}

.product-reviews-content .required {
    color: #222529
}

.product-reviews-content .reviews-title {
    margin-bottom: 1.6rem;
    font-size: 2rem;
    font-weight: 400
}

.product-reviews-content .reviews-title + p {
    padding-bottom: 0.4rem;
    letter-spacing: 0.005em
}

.product-reviews-content .ratings-container {
    margin: -3px -2px 0.5rem 0
}

.product-reviews-content .divider {
    border-top: 1px solid #e7e7e7;
    margin: 4rem 0
}

.product-reviews-content .comments .comment-block {
    padding-bottom: 2.3rem;
    background-color: #f5f7f7
}

.comment-container {
    display: flex;
    display: -ms-flexbox;
    padding: 29px 0 8px
}

.comment-container:not(:first-child) {
    border-top: 1px solid #e7e7e7
}

.comment-container .comment-avatar {
    flex: 1 0 auto;
    padding: 0 22px 5px 8px
}

.comment-container img {
    border-radius: 10rem
}

.comment-container .ratings-container {
    margin-bottom: 6px
}

.comment-container .product-ratings,
.comment-container .ratings {
    font-size: 14px
}

.comment-container .product-ratings:before {
    color: #999
}

.comment-container .ratings:before {
    color: #FD5B5A
}

.comment-container .comment-info {
    font-family: "Open Sans", sans-serif;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: -0.02em
}

.comment-container .avatar-name {
    display: inline;
    font-family: inherit;
    font-size: inherit
}

.comment-container .comment-text {
    letter-spacing: -0.015em
}

.add-product-review {
    padding-top: 5px
}

.add-product-review .custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    top: 4px;
    left: 2px
}

.add-product-review form {
    padding: 3.5rem 2rem 3.3rem;
    border-radius: 3px;
    background-color: #f4f4f4
}

.add-product-review h3 {
    margin-bottom: 1.6rem;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: -0.01em
}

.add-product-review label {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 1.4rem;
    line-height: 1;
    margin-bottom: 1.1rem
}

.add-product-review .rating-stars {
    margin-bottom: 1rem
}

.add-product-review .form-control {
    margin-top: 1.4rem;
    margin-bottom: 1.6rem;
    font-size: 1.4rem;
    max-width: 100%;
    height: 37px
}

.add-product-review textarea.form-control {
    min-height: 170px
}

.add-product-review .btn {
    padding: 0.55em 1rem 0.5em;
    font-weight: 400;
    text-transform: none;
    font-family: "Open Sans", sans-serif
}

.add-product-review .custom-control-label {
    letter-spacing: 0.005em;
    line-height: 1.9
}

.add-product-review .custom-control-label:after,
.add-product-review .custom-control-label:before {
    top: 6px;
    left: 0;
    width: 15px;
    height: 15px;
    font-size: 1.2rem;
    font-weight: 300
}

.add-product-review .custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
    background-color: #0075ff;
    border-color: #0075ff
}

.add-product-review .custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    color: #fff
}

.add-product-review .custom-control {
    padding-left: 2.2rem;
    margin-bottom: 1rem;
    margin-top: -6px
}

.rating-stars {
    display: flex;
    display: -ms-flexbox;
    position: relative;
    height: 14px;
    font-size: 1.4rem;
    margin-bottom: 2.8rem
}

.rating-stars a {
    color: #706f6c;
    text-indent: -9999px;
    letter-spacing: 1px;
    width: 16px
}

.rating-stars a:before {
    content: "";
    position: absolute;
    left: 0;
    height: 14px;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    text-indent: 0;
    overflow: hidden;
    white-space: nowrap
}

.rating-stars a.active:before,
.rating-stars a:hover:before {
    content: "";
    font-weight: 900
}

.rating-stars .star-1 {
    z-index: 10
}

.rating-stars .star-2 {
    z-index: 9
}

.rating-stars .star-3 {
    z-index: 8
}

.rating-stars .star-4 {
    z-index: 7
}

.rating-stars .start-5 {
    z-index: 6
}

.rating-stars .star-1:before {
    width: 16px
}

.rating-stars .star-2:before {
    width: 32px
}

.rating-stars .star-3:before {
    width: 48px
}

.rating-stars .star-4:before {
    width: 64px
}

.rating-stars .star-5:before {
    content: ""
}

.products-section {
    padding-top: 3.8rem;
    padding-bottom: 3rem
}

.products-section .owl-carousel.dots-top .owl-dots {
    margin: 0px -2px 3.5rem
}

.products-section .owl-carousel.dots-top .owl-dots span {
    border-color: rgba(0, 68, 102, 0.4)
}

.products-section .owl-carousel.dots-top .owl-dot.active span {
    border-color: #fff
}

.products-section .product-title {
    margin-bottom: 4px
}

.products-section .price-box {
    margin-bottom: 1.4rem
}

.products-section h2 {
    font-family: "Poppins";
    padding-bottom: 1rem;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 3.4rem;
    font-size: 1.8rem;
    line-height: 22px;
    letter-spacing: -0.01em;
    text-transform: uppercase
}

.products-section.pt-sm {
    padding-top: 2.5rem
}

.product-sidebar-right {
    margin-bottom: 1.7rem
}

.product-sidebar-right .product-single-gallery {
    margin-bottom: 2.7rem
}

.product-sidebar-right .product-single-details {
    margin-bottom: 0.6rem
}

.product-sidebar-right .product-desc-content p {
    margin-bottom: 1.3rem;
    letter-spacing: 0.005em
}

.product-sidebar-right .product-desc-content ul {
    margin-bottom: 2rem;
    padding-left: 5.8rem
}

.product-sidebar-right .product-desc-content li:before {
    left: 2.4rem
}

.products-section .container-fluid {
    padding-right: 20px;
    padding-left: 20px
}

.custom-product-filters .config-size-list li a {
    height: 28px;
    font-size: 13px;
    border: 1px solid #e9e9e9;
    color: #222529;
    background-color: #f4f4f4
}

.custom-product-filters .config-color-list img {
    width: 30px;
    height: 30px
}

.custom-product-filters .config-color-list li a {
    height: 100%
}

.single-product-custom-block .porto-heading {
    padding: 0.85em 2em;
    margin-bottom: 1.7rem;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    margin-right: 20px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 1.2rem
}

.custom-product-single-share {
    position: absolute;
    top: 0;
    right: 0rem
}

.custom-product-single-share .social-icon {
    display: block;
    margin: 0;
    margin-bottom: 2px;
    border-radius: 0
}

.custom-product-single-tabs {
    padding: 7rem 0 3rem
}

.custom-product-single-tabs .add-product-review form {
    background-color: #f7f7f7
}

.custom-product-single-tabs .product-desc-content ol,
.custom-product-single-tabs .product-desc-content ul {
    margin-bottom: 2rem;
    padding-left: 5.8rem
}

.custom-product-single-tabs .product-desc-content li:before {
    left: 2.4rem
}

.custom-product-single-tabs .product-desc-content p {
    margin-bottom: 1.3rem
}

.custom-product-single-tabs .nav.nav-tabs .nav-link {
    font-size: 1.5rem;
    padding: 1.1rem 0 1rem;
    margin-right: 1.5rem;
    background-color: transparent
}

.product-single-tab-two .product-desc-content p {
    margin-bottom: 1.3rem
}

.product-single-tab-two .product-desc-content ul {
    margin-bottom: 2rem;
    padding-left: 5.8rem
}

.product-single-tab-two .product-desc-content li:before {
    left: 2.4rem
}

.product-left-sidebar .product-single-details {
    margin-bottom: 0.8rem
}

.table.table-size tbody tr td,
.table.table-size thead tr th {
    border: 0;
    color: #21293c;
    font-size: 1.4rem;
    letter-spacing: 0.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: 1.1rem 1.5rem;
    background-color: #fff;
    font-weight: 700
}

.table.table-size tbody tr:nth-child(2n) td {
    background-color: #ebebeb
}

@media (max-width:1199px) {
    .transparent-dots {
        width: 90px
    }
}

@media (min-width:768px) {
    .custom-product-single-tabs .nav.nav-tabs .nav-item {
        margin-bottom: -3px
    }

    .custom-product-single-tabs .nav.nav-tabs .nav-link {
        padding: 1.1rem 0 1rem;
        font-size: 1.8rem;
        margin-right: 1.5rem
    }

    .products-section {
        padding-top: 4.8rem;
        padding-bottom: 3.6rem
    }

    .product-both-info .product-single-share {
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .add-product-review form {
        padding-left: 3rem;
        padding-right: 3rem
    }

    .product-both-info-bottom .col-md-4:last-child strong {
        order: 2;
        margin-left: 20px;
        margin-right: 0
    }
}

@media (min-width:992px) {
    .product-both-info .row .col-lg-12 {
        margin-bottom: 4px
    }

    .main-content .col-lg-7 {
        -ms-flex: 0 0 54%;
        flex: 0 0 54%;
        max-width: 54%
    }

    .main-content .col-lg-5 {
        -ms-flex: 0 0 46%;
        flex: 0 0 46%;
        max-width: 46%
    }

    .product-full-width {
        padding-right: 3.5rem
    }

    .product-full-width .product-single-details .product-title {
        font-size: 4rem
    }

    .table.table-size thead tr th {
        padding-top: 2.9rem;
        padding-bottom: 2.9rem
    }

    .table.table-size tbody tr td,
    .table.table-size thead tr th {
        padding-right: 4.2rem;
        padding-left: 3rem
    }
}

@media (min-width:1200px) {
    .product-both-info .product-single-share {
        margin-top: -13px
    }
}

@media (max-width:991px) {
    .single-product-custom-block {
        margin-right: 4rem
    }

    .single-product-custom-block .porto-heading {
        padding: 0.85em 1em;
        margin-bottom: 0.7rem;
        margin-right: 1rem
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .product-all-icons.product-action .product-single-qty {
        margin-right: 50%;
        margin-bottom: 1.2rem
    }
}

@media (min-width:576px) {
    .product-tags-content .form-control {
        width: 250px
    }
}

@media (max-width:767px) {
    .product-size-content .table.table-size {
        margin-top: 3rem
    }
}

@media (max-width:575px) {
    .transparent-dots {
        width: 70px
    }

    .rating-stars a:before {
        line-height: 1.2
    }

    .ratings-container .product-ratings,
    .ratings-container .ratings {
        line-height: 1.2
    }
}

@media (max-width:480px) {
    .pg-vertical .product-thumbs-wrap {
        height: 165px
    }

    .pg-vertical .vertical-thumbs {
        max-width: 48px
    }

    .pg-vertical .product-slider-container {
        max-width: calc(100% - 53px)
    }

    .product-size-content .table.table-size td,
    .product-size-content .table.table-size th {
        padding-left: 1rem;
        padding-right: 0.5rem;
        font-size: 1.2rem
    }

    .product-reviews-content .reviews-title {
        font-size: 1.7rem
    }

    .custom-product-single-tabs .nav.nav-tabs .nav-item:not(:last-child) {
        margin-right: 0
    }

    .custom-product-single-tabs .nav.nav-tabs .nav-link {
        font-size: 1.4rem
    }
}

.product-transparent-image {
    padding: 2rem 0 1.2rem;
    margin-bottom: 2.3rem
}

.product-transparent-image .product-single-filter label {
    margin-right: 1.4rem
}

.product-transparent-image .add-wishlist {
    padding: 8px;
    margin-left: 0
}

.product-transparent-image .product-single-share {
    margin-top: 1.4rem
}

.product-transparent-image .product-filters-container {
    padding-top: 4px
}

.product-transparent-image .config-size-list li:not(.active):not(:hover) a {
    font-weight: 500;
    background-color: #f4f4f4;
    border: 1px solid #e9e9e9
}

.product-transparent-image .product-single-details .product-nav {
    top: 1.3rem
}

.product-transparent-image .popup-loading-overlay:after {
    background: transparent
}

.pg-vertical {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    position: sticky
}

.pg-vertical .product-slider-container {
    max-width: calc(100% - 138px)
}

.pg-vertical .vertical-thumbs {
    position: relative;
    padding-top: 3px;
    margin: auto 1rem auto 0;
    order: -1;
    max-width: 128px;
    width: 100%
}

.pg-vertical .product-thumbs-wrap {
    height: 405px;
    overflow: hidden
}

.pg-vertical .product-thumbs-wrap .owl-carousel .owl-item {
    width: auto;
    float: none
}

.pg-vertical .thumb-down,
.pg-vertical .thumb-up {
    display: flex;
    width: 100%
}

.pg-vertical .thumb-down i:before,
.pg-vertical .thumb-up i:before {
    font-weight: 500
}

.pg-vertical .thumb-up {
    margin-bottom: -1rem;
    padding-bottom: 3px
}

.pg-vertical .thumb-up.disabled {
    opacity: 0.5
}

.pg-vertical .thumb-down {
    margin-top: -1rem;
    padding-top: 3px
}

.pg-vertical .thumb-down.disabled {
    opacity: 0.5
}

.pg-vertical .owl-dot {
    position: relative
}

.pg-vertical .owl-dot:before {
    content: "";
    transition: border-color 0.2s;
    border: 1px solid transparent
}

.pg-vertical .owl-dot.active:before {
    border-color: #fff
}

.pg-vertical .product-thumbs {
    display: block;
    position: absolute;
    margin-top: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.pg-vertical .product-thumbs .owl-dot {
    margin-bottom: 1rem;
    flex: auto;
    max-width: none
}

.product-thumbs-wrap {
    position: relative;
    margin-bottom: 1.2rem;
    margin-top: 1.1rem
}

.product-thumbs-wrap img {
    display: block
}

.product-thumbs-wrap {
    flex-basis: 100%;
    max-width: 100%
}

.vertical-thumbs button {
    font-size: 3rem;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.4rem;
    border: 0;
    transition: opacity 0.3s, transform 0.3s;
    z-index: 1;
    -webkit-appearance: none;
    cursor: pointer
}

.owl-dot:before,
.product-thumbs-wrap button {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.product-thumbs {
    transition: top 0.3s ease-out;
    display: flex
}

@media (max-width:767px) {
    .pg-vertical .product-thumbs-wrap {
        height: 288px
    }

    .pg-vertical .vertical-thumbs {
        max-width: 90px
    }

    .pg-vertical .product-slider-container {
        max-width: calc(100% - 100px)
    }
}

@media (max-width:576px) {
    .pg-vertical .product-thumbs-wrap {
        height: 265px
    }

    .pg-vertical .vertical-thumbs {
        max-width: 80px;
        margin-right: 0.5rem
    }

    .pg-vertical .product-slider-container {
        max-width: calc(100% - 90px)
    }
}

@media (max-width:480px) {
    .pg-vertical .product-thumbs-wrap {
        height: 133px
    }

    .pg-vertical .vertical-thumbs {
        max-width: 39px
    }

    .pg-vertical .product-slider-container {
        max-width: calc(100% - 53px)
    }
}

.product-full-width {
    margin-bottom: 2.9rem
}

.product-full-width .product-single-details {
    margin-bottom: 4.1rem
}

.product-full-width .pin-wrapper {
    position: relative
}

.product-full-width .product-nav {
    right: 2rem
}

.product-full-width .product-title {
    line-height: 1.1
}

.product-full-width .price-box {
    margin-bottom: 2.4rem
}

.product-full-width .single-info-list {
    margin-bottom: -4px
}

.product-full-width .product-filters-container {
    padding-bottom: 0.7rem
}

.product-full-width .product-single-filter .config-size-list a {
    height: 100%
}

.product-full-width .product-single-filter img {
    width: 30px;
    height: 30px
}

.product-full-width .product-single-filter label {
    margin-bottom: 0;
    margin-right: -1px
}

.product-full-width .transparent-dots {
    left: 1.6rem
}

.product-full-width .custom-product-single-share {
    right: -2.2rem
}

.product-full-width .custom-product-single-share:not(.icon-with-color) .social-icon {
    border-radius: 0
}

.product-full-width .add-wishlist {
    padding: 15px 5px;
    margin: 0 0 3.8rem -5px
}

.product-full-width .add-wishlist:before {
    margin-right: 0.3rem
}

.product-full-width .product-single-tabs .tab-pane {
    padding-bottom: 0.7rem
}

.product-full-width .product-desc-content {
    margin-bottom: 1.5rem
}

.product-full-width .product-desc-content ul {
    margin-top: 3.7rem;
    margin-bottom: 4.4rem;
    padding-left: 5rem
}

.product-full-width .product-desc-content li:before {
    left: 1.6rem
}

@media (max-width:1400px) and (min-width:576px) {
    .product-full-width .product-desc-content .col-xl-4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (max-width:991px) {
    .product-full-width .custom-product-single-share {
        right: 1rem
    }
}

@media (max-width:480px) {
    .transparent-dots {
        top: 5px;
        left: 18px
    }
}

.product-single-info {
    margin-bottom: 5.6rem
}

.product-single-info .product-single-filter label {
    margin-right: 5.2rem;
    margin-bottom: 2px
}

.product-single-info .product-single-gallery {
    margin-bottom: 3.2rem
}

.product-single-info .promote li {
    display: flex;
    align-items: center
}

.product-single-info .widget-info i {
    margin: 1px 1.9rem 0 4px
}

.product-single-info .social-icons {
    margin-right: 1px
}

.product-single-info .social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.9rem;
    height: 2.9rem;
    margin: 0.2857em 2px 0.2857em 0px;
    opacity: 0.9
}

.product-single-info .social-icon:hover {
    background-color: #222529;
    opacity: 0.8
}

.product-single-info .social-icon:not(:hover):not(:active):not(:focus) {
    color: #222529;
    background-color: #222529;
    color: #fff;
    border-color: #222529
}

@media (max-width:1200px) and (min-width:768px) {
    .product-both-info .product-single-share {
        margin-top: -1rem
    }
}

.product-both-info {
    padding-top: 1.2rem
}

.product-both-info .single-info-list li strong {
    font-size: 1.4rem
}

.product-both-info .product-desc {
    margin-bottom: 3.1rem
}

.product-both-info .short-divider {
    margin-bottom: 2rem
}

.product-both-info .product-filters-container {
    padding-bottom: 1px;
    margin-bottom: 0.4rem
}

.product-both-info .add-wishlist {
    padding: 13px 5px;
    margin-left: -5px
}

.product-both-info .product-single-qty label {
    font-family: "Open Sans", sans-serif
}

.product-both-info .product-single-filter label {
    margin-right: 3.3rem;
    margin-bottom: 1px
}

.product-both-info .product-single-filter:first-child {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #e7e7e7
}

.product-both-info .product-category {
    color: #4c4c4c;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    line-height: 1.8
}

.product-both-info .single-info-list {
    margin-bottom: 1.4rem
}

.product-both-info .single-info-list li {
    margin-bottom: 0.6rem
}

.product-both-info-bottom {
    margin: 1.9rem 0 4rem;
    padding: 5.4rem 0 4.6rem
}

.product-both-info-bottom h3 {
    position: relative;
    display: flex;
    background-color: inherit;
    align-items: center
}

.product-both-info-bottom h3:after {
    content: "";
    border-top: 1px solid;
    flex: 1
}

.product-both-info-bottom p {
    margin-bottom: 2.4rem;
    line-height: 1.75
}

.product-both-info-bottom .heading {
    margin-bottom: 2.3rem;
    font-size: 2rem
}

.product-both-info-bottom strong {
    margin-right: 20px
}

.product-extended-page .product-desc-content p {
    margin-bottom: 1.3rem
}

.product-extended-page .product-desc-content ul {
    margin-bottom: 2rem;
    padding-left: 5.8rem
}

.product-extended-page .product-desc-content li:before {
    left: 2.4rem
}

.product-single-extended .short-divider {
    margin-bottom: 2rem
}

.product-single-extended .product-single-gallery {
    position: relative;
    margin-bottom: 2.9rem
}

.product-single-extended .product-single-gallery .owl-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: transparent;
    transition: background-color 1s
}

.product-single-extended .product-single-gallery .owl-item.center:before {
    background-color: rgba(0, 0, 0, 0.07)
}

.product-single-extended .owl-item.center .product-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.07)
}

.product-single-extended .product-title {
    margin-bottom: 0.5rem;
    font-size: 3.8rem;
    line-height: 1.16
}

.product-single-extended .price-box {
    margin-top: 3px;
    margin-bottom: 2rem
}

.product-single-extended .product-price {
    font-size: 3rem
}

.product-single-extended .old-price {
    font-size: 2.4rem
}

.product-single-extended .old-price + .product-price {
    margin-left: 1.5rem
}

.product-single-extended .single-info-list {
    margin-bottom: 2.3rem
}

.product-single-extended .product-filters-container {
    padding-top: 2rem;
    padding-bottom: 0.7rem;
    border-top: 1px solid #e7e7e7
}

.product-single-extended .product-filters-container + .price-box {
    margin: 0;
    padding-top: 3px;
    padding-bottom: 1rem;
    border: 0
}

.product-single-extended .product-single-filter label {
    min-width: unset
}

.product-single-extended .widget-info li {
    display: flex;
    align-items: center;
    margin-bottom: 0.6rem
}

.product-single-extended .widget-info li:not(:last-child) {
    margin-right: 0.8rem
}

.product-single-extended .widget-info i {
    margin-right: 1.9rem;
    margin-top: 1px
}

.product-single-extended .widget-area .widget.widget-info {
    margin-bottom: 0
}

.product-single-header {
    margin-bottom: 2.5rem;
    padding-bottom: 1.4rem;
    border-bottom: 1px solid #dae2e6
}

.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-weight: 600;
    font-size: 1.5rem;
    line-height: 1.1;
    font-family: var(--shop-font-family);
    letter-spacing: 0.005em;
    text-transform: uppercase
}

.single-qty-wrapper .product-single-qty .horizontal-quantity {
    padding: 0.2rem;
    height: 24px;
    width: 36px;
    background-color: #f4f4f4;
    font-size: 1.3rem
}

.single-qty-wrapper .product-single-qty .btn {
    border-style: none
}

.product-desc .view-more {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase
}

@media (min-width:576px) {
    .product-single-extended .product-title {
        width: 100%
    }
}

@media (min-width:768px) {
    .custom-products-section {
        padding-top: 4rem
    }
}

@media (min-width:992px) {
    .product-single-extended .product-single-share {
        margin-right: 10.1rem;
        margin-top: -1px
    }
}

@media (max-width:991px) {
    .product-single-row h2 {
        font-size: 3.5rem
    }
}

@media (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 .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 (max-width:575px) {
    .product-single-row h2 {
        font-size: 3rem
    }

    .product-single-extended .single-qty-wrapper {
        width: 100%;
        margin-bottom: 2rem
    }

    .product-single-extended .widget-info li {
        margin-bottom: 1.8rem
    }
}

.sidebar-product .widget.widget-product-categories {
    margin-bottom: 3rem;
    padding: 1.8rem 1.5rem 1.3rem;
    border: 1px solid #e7e7e7
}

.sidebar-product .widget.widget-product-categories .widget-body {
    padding: 2px 0 0.5rem 1.4rem
}

.sidebar-product .widget.widget-product-categories .widget-body:after {
    display: block;
    clear: both;
    content: ""
}

.sidebar-product .widget.widget-product-categories .cat-list li {
    margin-bottom: 0.5rem
}

.sidebar-product .widget.widget-product-categories .cat-list li:last-child {
    margin-bottom: -2px
}

.sidebar-product .widget.widget-product-categories a {
    display: block;
    position: relative;
    padding: 4px 0;
    color: #7a7d82;
    font-weight: 600
}

.sidebar-product .widget.widget-product-categories .widget-title {
    color: #7a7d82;
    font-weight: 600;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    line-height: 24px
}

.sidebar-product .widget-title a:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 46%;
    right: 2px;
    transform: translateY(-50%);
    transition: all 0.35s;
    font-family: "porto";
    font-size: 1.7rem;
    font-weight: 600;
    color: #222529
}

.sidebar-product .widget-title a.collapsed:after {
    content: ""
}

.sidebar-product .sidebar-toggle {
    position: fixed;
    padding-left: 10px;
    top: 50%;
    z-index: 9999;
    left: 0
}

.custom-sidebar-toggle {
    display: flex;
    position: fixed;
    padding: 0;
    align-items: center;
    justify-content: center;
    top: 20%;
    left: 0;
    width: 40px;
    height: 40px;
    transition: left 0.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;
    margin-top: 50px
}

.sidebar-opened .custom-sidebar-toggle {
    left: 260px;
    z-index: 9000
}

.sidebar-opened .custom-sidebar-toggle i:before {
    content: ""
}

.sidebar-product {
    margin-bottom: 2.8rem
}

.sidebar-product .widget:not(:last-child):not(.widget-info) {
    margin-bottom: 2.9rem
}

.sidebar-product .widget-info {
    margin: 0px 0 4.8rem
}

.sidebar-product .widget-info li {
    display: flex;
    align-items: center;
    margin-bottom: 2.2rem
}

.sidebar-product .widget-info i {
    margin: 1px 1.9rem 0 4px
}

.sidebar-product .widget-featured {
    padding-bottom: 3rem
}

.sidebar-product .widget-featured .widget-body {
    padding-top: 1.9rem
}

.sidebar-product .widget-featured .owl-carousel .owl-nav {
    top: -4.1rem
}

.sidebar-product .widget-title {
    margin: 0;
    text-transform: none;
    border-bottom-width: 1px;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 24px
}

.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: 0.01em;
    font-weight: 500;
    margin-bottom: 3rem
}

.sidebar-product .product-widget {
    margin-bottom: 1.3rem
}

.sidebar-product .product-widget figure {
    margin-right: 0.8rem;
    max-width: 75px
}

.sidebar-product .product-widget .widget-body {
    padding-top: 1.9rem
}

.sidebar-product .ratings-container {
    margin-left: 0;
    margin-bottom: 1.2rem
}

.sidebar-product .owl-carousel .owl-nav {
    top: -4.1rem;
    right: 1px
}

.sidebar-product .owl-carousel .owl-nav button.owl-next,
.sidebar-product .owl-carousel .owl-nav button.owl-prev {
    font-size: 1.8rem
}

.widget-info ul {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-align: center;
    justify-content: space-between;
    -ms-flex-pack: justify;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin: 0
}

aside .widget-info ul {
    display: block
}

.widget-info li {
    margin-bottom: 2rem
}

.widget-info li:not(:last-child) {
    margin-right: 2.5rem
}

aside .widget-info li:not(:last-child) {
    border-bottom: 1px solid rgba(231, 231, 231, 0.8);
    padding-bottom: 2.2rem;
    margin-right: 0
}

.widget-info i {
    min-width: 40px;
    margin-right: 15px;
    color: #fff;
    font-size: 4rem;
    line-height: 1
}

.widget-info i:before {
    margin: 0
}

aside .widget-info i {
    margin-left: 7px
}

.widget-info h4 {
    display: inline-block;
    margin-bottom: 0;
    color: #6b7a83;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.286;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase
}

.product-single-collapse {
    line-height: 1.9;
    margin-bottom: 3.2rem;
    margin-top: -3px
}

.product-single-collapse p {
    margin-bottom: 1.3rem
}

.product-single-collapse .collapse-body-wrapper {
    padding-top: 3.1rem;
    padding-bottom: 2px
}

.product-single-collapse .product-desc-content {
    margin-bottom: 1.3rem
}

.product-single-collapse .product-desc-content ol,
.product-single-collapse .product-desc-content ul {
    padding-left: 5.8rem;
    margin-bottom: 2rem
}

.product-single-collapse .product-desc-content li:before {
    left: 2.4rem
}

.product-collapse-title {
    margin: 0;
    font-size: 1.4rem;
    line-height: 1;
    text-transform: uppercase
}

.product-collapse-title a {
    display: flex;
    align-items: center;
    position: relative;
    padding: 1.4rem 1.5rem 1.5rem;
    border-bottom: 1px solid #ddd;
    color: inherit
}

.product-collapse-title a:focus,
.product-collapse-title a:hover {
    color: inherit;
    text-decoration: none
}

.product-collapse-title a:before {
    content: "";
    margin-right: 1rem;
    font-family: "porto";
    font-size: 2rem;
    font-weight: 400
}

.product-collapse-title a:after {
    display: block;
    position: absolute;
    bottom: -0.2rem;
    left: 0;
    width: 100%;
    height: 0.2rem;
    transform-origin: left center;
    transform: scale(1, 1);
    transition: transform 0.4s;
    background-color: #fff;
    content: ""
}

.product-collapse-title a.collapsed:before {
    content: ""
}

.product-collapse-title a.collapsed:after {
    transform-origin: right center;
    transform: scale(0, 1)
}

.collapse-body-wrapper {
    padding: 3rem 0 1.5rem 2rem
}

.maga-sale-container {
    font-family: "Oswald";
    position: relative
}

.maga-sale-container .mega-content {
    margin: 1.1rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    border: 1px solid #f6f5f0
}

.maga-sale-container .mega-price-box {
    position: relative;
    display: flex;
    margin: 4.4rem 0.5rem 2.4rem 0;
    align-items: center;
    justify-content: center;
    color: #fff
}

.maga-sale-container .mega-price-box .price-big {
    font-size: 4rem;
    margin-right: 5px;
    z-index: 1
}

.maga-sale-container .mega-price-box .price-desc {
    display: flex;
    flex-direction: column;
    font-size: 1.4rem;
    line-height: 1.1;
    z-index: 1
}

.maga-sale-container .mega-price-box em {
    font-size: 1.8rem;
    font-style: unset
}

.maga-sale-container .mega-price-box:after,
.maga-sale-container .mega-price-box:before {
    position: absolute;
    content: "";
    display: block;
    width: 94px;
    border: 0 solid #fff;
    border-width: 50px 0;
    border-bottom-color: transparent;
    border-radius: 50%
}

.maga-sale-container .mega-price-box:before {
    transform: rotate(-60deg);
    top: -34%
}

.maga-sale-container .mega-price-box:after {
    transform: rotate(120deg);
    margin-left: 8px;
    top: -41%
}

.maga-sale-container .mega-title {
    margin-left: 0.8rem;
    transform: scaleX(0.6);
    font-size: 3.8rem;
    letter-spacing: 0.07em;
    line-height: 1.1;
    color: #113952
}

.maga-sale-container .mega-subtitle {
    margin-left: 0.8rem;
    font-size: 1.6rem;
    letter-spacing: 0.17em;
    color: #113952
}

.custom-maga-sale-container {
    margin-bottom: 3.4rem
}

.custom-maga-sale-container .mega-price-box {
    margin: 4.2rem 0.8rem 3rem 0
}

.custom-maga-sale-container .mega-price-box .price-big {
    font-size: 4.7rem;
    margin-right: 5px;
    margin-top: 2px
}

.custom-maga-sale-container .mega-price-box .price-desc {
    font-size: 1.6rem
}

.custom-maga-sale-container .mega-price-box em {
    font-size: 2.2rem;
    margin-bottom: 1px;
    margin-top: 3px
}

.custom-maga-sale-container .mega-price-box:after,
.custom-maga-sale-container .mega-price-box:before {
    width: 120px;
    border-width: 60px 0
}

.custom-maga-sale-container .mega-price-box:after {
    margin-left: 9px
}

.custom-maga-sale-container .mega-title {
    margin-left: 0;
    font-size: 4.4rem;
    white-space: nowrap;
    padding-top: 4px;
    margin-right: 1.5rem
}

.custom-maga-sale-container .mega-subtitle {
    font-size: 1.9rem;
    margin-left: 0;
    letter-spacing: 0.1em
}

@media (min-width:992px) {
    .main-content-wrap {
        overflow: hidden
    }

    .main-content-wrap .main-content {
        margin-left: -25%;
        transition: 0.15s linear
    }

    .main-content-wrap .sidebar-shop {
        left: -25%;
        transition: 0.15s linear;
        visibility: hidden;
        z-index: -1
    }

    .sidebar-opened .main-content-wrap > .sidebar-shop {
        left: 0;
        visibility: visible;
        z-index: 0
    }

    .sidebar-opened .main-content-wrap > .main-content {
        margin-left: 0
    }

    body:not(.sidebar-opened) .main-content-wrap > .main-content {
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .sidebar-toggle {
        display: none
    }
}

@media (min-width:576px) {
    .sidebar-product .widget.widget-product-categories {
        padding: 2.4rem 3rem 2.5rem
    }
}

@media (max-width:1199px) {
    .maga-sale-container .mega-title {
        font-size: 3rem
    }

    .custom-maga-sale-container .mega-price-box:after,
    .custom-maga-sale-container .mega-price-box:before {
        width: 100px;
        border-width: 52px 0
    }

    .custom-maga-sale-container .mega-price-box .price-big {
        margin-top: -3px
    }

    .maga-sale-container .mega-title {
        margin-right: 0
    }
}

@media (max-width:991px) {
    .mobile-sidebar {
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        width: 260px;
        padding: 2rem;
        margin: 0;
        transform: translate(-260px);
        transition: transform 0.2s ease-in-out 0s;
        background-color: #fff;
        z-index: 9999;
        overflow-y: auto
    }

    .sidebar-opened .mobile-sidebar {
        transform: none
    }

    .sidebar-opened .sidebar-overlay {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #000;
        opacity: 0.35;
        z-index: 8999
    }
}

@media (max-width:575px) {
    .widget-info ul {
        display: block
    }
}

.product-single-grid {
    margin-bottom: 1.2rem
}

.product-single-grid .product-single-gallery .product-item {
    margin-bottom: 2rem
}

.product-single-grid .inner {
    position: relative
}

.product-single-grid .product-item:hover .prod-full-screen {
    opacity: 1
}

.product-single-grid .product-single-gallery .label-group {
    left: 1.8rem
}

.product-single-grid .product-single-details .short-divider {
    margin-bottom: 2.3rem
}

.product-single-grid .product-single-filter {
    margin-bottom: 0
}

.product-single-grid .product-single-filter:not(:last-child) {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.product-single-grid .product-single-filter:last-child {
    margin-bottom: 1.5rem;
    margin-top: -0.5rem
}

.product-single-grid .product-single-filter label {
    margin-right: 3.3rem;
    margin-bottom: 1px
}

.product-single-grid .product-single-filter:first-child {
    border-bottom: 1px solid #e7e7e7
}

.product-single-grid .product-single-filter .config-size-list a {
    height: 28px;
    font-size: 13px;
    border: 1px solid #e9e9e9;
    color: #222529;
    background-color: #f4f4f4
}

.product-single-grid .single-info-list {
    margin-top: 1.8rem;
    margin-bottom: 1.2rem
}

.product-center-vertical {
    padding-top: 2rem;
    padding-bottom: 2px
}

.product-center-vertical .product-single-gallery {
    margin-bottom: 2.3rem
}

.product-center-vertical .short-divider {
    margin-bottom: 2rem
}

.product-center-vertical .prod-thumbnail {
    margin: 8px -3px 0
}

.product-center-vertical .prod-thumbnail img {
    border: 1px solid #e7e7e7
}

.product-center-vertical .prod-thumbnail .active img,
.product-center-vertical .prod-thumbnail img:hover {
    border: 1px solid #fff
}

.product-center-vertical .product-nav {
    right: 0;
    top: 0
}

.product-center-vertical .product-title {
    font-size: 2.4rem;
    line-height: 1.2
}

.product-center-vertical .product-desc {
    margin-bottom: 1.5rem
}

.product-center-vertical .product-category {
    line-height: 1.8
}

.product-center-vertical .single-info-list {
    margin-bottom: 2.4rem
}

.product-center-vertical .single-info-list li {
    margin-bottom: 0.6rem
}

.product-center-vertical .single-info-list strong {
    font-size: 1.4rem
}

.product-center-vertical .product-filters-container {
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem
}

.product-center-vertical .product-single-filter label {
    margin-right: 3.3rem;
    margin-bottom: 1px
}

.product-center-vertical .product-single-filter:first-child {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem
}

.product-center-vertical .product-filtered-price {
    margin-bottom: 1.3rem;
    margin-top: 1.25rem
}

.product-center-vertical .product-single-share .social-icon {
    margin-top: 2px;
    margin-bottom: 2px
}

.product-center-vertical .product-single-share .social-icon:not(:hover):not(:active):not(:focus) {
    background: #fff
}

.product-center-vertical .product-single-share:not(.icon-with-color) .social-icon {
    border-radius: 0
}

.product-center-vertical .social-icons {
    position: fixed;
    right: 1.6rem;
    top: 48.4%;
    z-index: 10;
    transform: translateY(-50%)
}

.product-center-vertical .product-qty-container label {
    font-size: 1.5rem;
    font-weight: 600
}

.product-center-vertical .product-single-qty label {
    font-family: "Open Sans", sans-serif
}

@media (min-width:992px) {
    .product-center-vertical .product-single-gallery {
        display: flex
    }

    .product-center-vertical .product-slider-container {
        width: calc(100% - 90px)
    }

    .product-center-vertical .prod-thumbnail {
        margin: 0
    }

    .product-center-vertical .prod-thumbnail > .owl-dot {
        flex: 1;
        max-width: 100%;
        margin: 10px 10px 0 0;
        padding: 0
    }

    .product-center-vertical .prod-thumbnail > .owl-dot:first-child {
        margin-top: 0
    }
}

@media screen and (min-width:1680px) {
    .product-center-vertical .prod-thumbnail {
        width: 110px
    }

    .product-center-vertical .product-slider-container {
        width: calc(100% - 110px)
    }
}

@media (max-width:991px) {
    .product-center-vertical .product-single-details .product-nav {
        right: 10px
    }
}

@media (max-width:991px) {
    .product-center-vertical .product-single-details .social-icons {
        right: 1.8rem
    }
}

.cart-table-container {
    margin-bottom: 2.5rem
}

.cart-table-container .input-group .form-control {
    height: 43px;
    border-color: rgba(0, 0, 0, 0.09)
}

.cart-table-container .btn-shop,
.cart-table-container .btn-sm {
    border: none;
    background-color: #f4f4f4;
    color: #222529
}

.cart-table-container .btn-shop:hover,
.cart-table-container .btn-sm:hover {
    color: #fff;
    background-color: #fff
}

.table.table-cart tr td,
.table.table-cart tr th,
.table.table-wishlist tr td,
.table.table-wishlist tr th {
    vertical-align: middle
}

.table.table-cart tr th,
.table.table-wishlist tr th {
    border: 0;
    color: #222529;
    font-weight: 700;
    line-height: 2.4rem;
    text-transform: uppercase
}

.table.table-cart tr td,
.table.table-wishlist tr td {
    border-top: 1px solid #e7e7e7
}

.table.table-cart tr td.product-col,
.table.table-wishlist tr td.product-col {
    padding: 2rem 0.8rem 1.8rem 0
}

.table.table-cart tr.product-action-row td,
.table.table-wishlist tr.product-action-row td {
    padding: 0 0 2.2rem;
    border: 0
}

.table.table-cart .product-image-container,
.table.table-wishlist .product-image-container {
    position: relative;
    width: 8rem;
    margin: 0
}

.table.table-cart .product-title,
.table.table-wishlist .product-title {
    margin-bottom: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 1.75
}

.table.table-cart .product-title a,
.table.table-wishlist .product-title a {
    color: inherit
}

.table.table-cart .product-single-qty,
.table.table-wishlist .product-single-qty {
    margin: 0.5rem 4px 0.5rem 1px
}

.table.table-cart .product-single-qty .form-control,
.table.table-wishlist .product-single-qty .form-control {
    height: 48px;
    width: 44px;
    font-size: 1.6rem;
    font-weight: 700
}

.table.table-cart .subtotal-price,
.table.table-wishlist .subtotal-price {
    color: #222529;
    font-size: 1.6rem;
    font-weight: 600
}

.table.table-cart .btn-remove,
.table.table-wishlist .btn-remove {
    right: -10px;
    font-size: 1.1rem
}

.table.table-cart tfoot td,
.table.table-wishlist tfoot td {
    padding: 2rem 0.8rem 1rem
}

.table.table-cart tfoot .btn,
.table.table-wishlist tfoot .btn {
    padding: 1.2rem 2.4rem 1.3rem 2.5rem;
    font-family: "Open Sans", sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    height: 43px;
    letter-spacing: -0.018em
}

.table.table-cart tfoot .btn + .btn,
.table.table-wishlist tfoot .btn + .btn {
    margin-left: 1rem
}

.table.table-cart .bootstrap-touchspin.input-group,
.table.table-wishlist .bootstrap-touchspin.input-group {
    margin-right: auto;
    margin-left: auto
}

.table.table-cart .product-title a,
.table.table-cart .subtotal-price {
    display: block;
    margin-bottom: 1px
}

.table-cart tr th {
    padding: 1rem
}

.table-cart tr th.thumbnail-col {
    width: 16%
}

.table-cart tr th.product-col {
    width: 33%
}

.table-cart tr th.price-col {
    width: 14%
}

.table-cart td {
    padding: 2rem 1rem
}

i.cart-empty {
    font-size: 100px;
    color: #d3d3d4
}

.btn-edit:focus,
.btn-edit:hover,
.btn-move:focus,
.btn-move:hover,
.btn-remove:focus,
.btn-remove:hover {
    color: #fff;
    text-decoration: none
}

.btn-edit {
    margin-right: 1rem;
    font-size: 1.3rem
}

.btn-move {
    font-size: 1.3rem;
    line-height: 2.5rem
}

.btn-move:focus,
.btn-move:hover {
    text-decoration: underline
}

.qty-col {
    min-width: 98px
}

tbody .product-col {
    font-size: 0
}

.product-col .product-image-container {
    display: table-cell;
    padding-right: 1.8rem;
    margin-bottom: 0;
    vertical-align: middle
}

.product-col .product-image img {
    border: 1px solid #ccc
}

.product-col .product-title {
    margin-bottom: 1px;
    display: table-cell;
    vertical-align: middle
}


.step-title:after {
    display: block;
    clear: both;
    content: ""
}

.step-title .step-title-edit {
    margin-top: 0.4rem;
    float: right;
    font-size: 1.4rem
}

.form-coupon-toggle,
.form-login-toggle {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.025em;
    line-height: 24px
}

.form-coupon-toggle a,
.form-login-toggle a {
    color: #222524
}

.form-login-toggle {
    margin-bottom: 0.8rem
}

.form-coupon-toggle {
    margin-bottom: 2.3rem
}

.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 {
    margin-bottom: 3rem;
    padding: 3rem;
    border: 2px solid #e7e7e7
}

.order-summary .custom-radio .custom-control-input {
    width: 102px
}

.order-summary h3 {
    margin-bottom: 1.9rem;
    font-size: 1.6rem;
    letter-spacing: -0.01em
}

.order-summary h4 {
    margin-bottom: 0;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    line-height: 19px
}

.order-summary .info-box p {
    padding: 11px 3px;
    list-style-position: inside;
    text-align: left;
    margin-bottom: 9px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #2f6473
}

.table-mini-cart {
    margin-bottom: 0
}

.table-mini-cart td,
.table-mini-cart th,
.table-mini-cart thead th,
.table-mini-cart tr {
    border: 0;
    vertical-align: middle;
    color: #222529
}

.table-mini-cart td,
.table-mini-cart th {
    padding: 1rem
}

.table-mini-cart td:last-child {
    text-align: right
}

.table-mini-cart tfoot tr,
.table-mini-cart thead {
    border-bottom: 1px solid #e7e7e7
}

.table-mini-cart .price-col,
.table-mini-cart .product-col {
    padding: 1.3rem 1rem 1.4rem
}

.table-mini-cart .product-col .product-image-container {
    max-width: 75px;
    padding-right: 1.5rem;
    vertical-align: top
}

.table-mini-cart .price-col {
    font-size: 1.4rem;
    font-weight: 400
}

.table-mini-cart .product-title {
    display: block;
    margin-bottom: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 1.4rem;
    font-weight: 400
}

.table-mini-cart .cart-subtotal td,
.table-mini-cart .cart-subtotal th,
.table-mini-cart .cart-tax td,
.table-mini-cart .cart-tax th {
    padding-top: 3rem;
    padding-bottom: 1.3rem
}

.table-mini-cart .order-shipping td {
    padding-top: 1.2rem;
    padding-bottom: 0.9rem
}

.table-mini-cart .order-shipping h4 {
    margin-bottom: 1.3rem
}

.table-mini-cart .order-shipping .custom-radio {
    margin: 0
}

.table-mini-cart .order-shipping .custom-radio label {
    width: 100%;
    font-size: 1.3rem;
    font-weight: 400
}

.table-mini-cart .order-shipping ul {
    margin-bottom: 2rem
}

.table-mini-cart .order-shipping li + li {
    margin-top: 1.5rem
}

.table-mini-cart .order-shipping .price {
    float: right;
    font-weight: 600
}

.table-mini-cart .order-total th {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem
}

.table-mini-cart .order-total td {
    padding-top: 1.8rem;
    padding-bottom: 2.3rem
}

.table-mini-cart .order-total h4 {
    font-size: 1.6rem
}

.table-mini-cart .order-total .total-price {
    color: #222529;
    font-size: 2.2rem
}

.payment-methods {
    padding: 2rem 0.8rem 0;
    margin-bottom: 4.6rem;
    border-bottom: 1px solid #e7e7e7
}

.payment-methods h4 {
    margin-bottom: 1.5rem
}

.payment-methods ul {
    margin: 1.5rem 0 0
}

.payment-methods .custom-radio {
    margin: 0
}

.payment-methods li + li {
    margin-top: 1.5rem
}

.btn-place-order {
    width: 100%;
    margin-bottom: 0.6rem;
    padding: 1.4rem;
    font-family: "Open Sans", sans-serif
}

.login-form-container {
    padding-top: 3px;
    padding-bottom: 4px
}

.checkout-discount .feature-box,
.login-form-container .feature-box {
    box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 2.9rem
}

.checkout-discount .feature-box .feature-box-content,
.login-form-container .feature-box .feature-box-content {
    border-top: 4px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    padding: 1rem 2rem
}

.checkout-discount form,
.login-form-container form {
    margin-bottom: 0;
    padding-top: 1.9rem;
    padding-bottom: 0.7rem
}

.checkout-discount form p,
.login-form-container form p {
    margin-bottom: 1.6rem;
    font-size: 1.4rem
}

.checkout-discount form .btn,
.login-form-container form .btn {
    margin-top: 1.8rem;
    padding: 0.9rem 4.7rem 1rem;
    letter-spacing: -0.01em;
    background-color: #f4f4f4;
    font-size: 1.3rem;
    font-family: "Open Sans", sans-serif
}

.checkout-discount form .btn:hover,
.login-form-container form .btn:hover {
    background-color: #fff;
    color: #fff
}

.checkout-discount form .input-group,
.login-form-container form .input-group {
    max-width: 480px
}

.checkout-discount .form-footer,
.login-form-container .form-footer {
    margin-top: 1.4rem
}

.checkout-discount .custom-control,
.login-form-container .custom-control {
    padding-left: 2.5rem
}

.checkout-discount .custom-control label,
.login-form-container .custom-control label {
    font-size: 1.2rem
}

.checkout-discount .custom-control + a,
.login-form-container .custom-control + a {
    margin-bottom: 3px;
    font-size: 14px;
    margin-left: 2rem
}

.checkout-discount h4,
.login-form-container h4 {
    margin-bottom: 1rem;
    color: #777;
    font-family: "Open Sans", sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: -0.025em
}

.checkout-discount h4 .btn,
.login-form-container h4 .btn {
    vertical-align: bottom;
    border: 0
}

.checkout-discount .btn-toggle,
.login-form-container .btn-toggle {
    padding: 0;
    color: #222529;
    letter-spacing: -0.025em
}

.checkout-discount .form-control {
    min-height: 33px
}

.checkout-discount .form-control,
.checkout-discount .input-group-append {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.checkout-discount h4 {
    margin-bottom: 2.6rem
}

.checkout-discount p {
    font-size: 1.4rem
}

.checkout-discount .feature-box {
    margin-bottom: 3.4rem
}

.checkout-discount .feature-box .feature-box-content {
    padding-top: 2.9rem
}

.checkout-discount form {
    padding-top: 1rem
}

.checkout-discount form .input-group {
    max-width: 319px
}

.checkout-discount form .btn {
    padding: 0 1rem 0 1.1rem;
    letter-spacing: -0.015em
}

.checkout-info-box {
    margin-bottom: 3rem;
    font-size: 1.3rem;
    line-height: 2.7rem
}

.checkout-info-box .step-title {
    margin-bottom: 1.8rem
}

.checkout-container {
    padding-bottom: 7px
}

.checkout-container .shipping-info {
    padding-bottom: 3px
}

.checkout-container .select-custom .form-control {
    font-size: 1.4rem
}

.checkout-container label {
    margin-bottom: 0.6rem;
    color: #777;
    font-family: "Open Sans", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: -0.01em
}

.checkout-container .checkout-discount .form-control {
    margin-right: 1.4rem;
    height: 33px;
    font-size: 1.2rem
}

.checkout-container .checkout-discount .btn.btn-sm {
    height: 33px
}

.checkout-container .step-title {
    letter-spacing: -0.01em
}

.checkout-container .form-control,
.checkout-container select.form-control:not([size]):not([multiple]) {
    height: 49px
}

.checkout-container .form-group,
.checkout-container .select-custom {
    margin-bottom: 1.7rem
}

.checkout-container .checkout-steps .custom-control-label:after,
.checkout-container .checkout-steps .custom-control-label:before {
    top: 0px
}

.checkout-container .checkout-steps .select-custom:after {
    top: 66%
}

.checkout-container .custom-control {
    margin-top: 3.3rem;
    margin-bottom: 14px
}

.checkout-container .order-comments {
    padding-top: 6px
}

.checkout-container textarea.form-control {
    min-height: 125px
}

.checkout-container .order-summary {
    padding: 2.8rem 3.2rem 3.1rem;
    margin-top: 1px
}

.order-complete-container .address .title,
.order-complete-container h4 {
    font-size: 2rem;
    font-weight: 700;
    text-transform: none
}

.cart-summary,
.order-summary {
    position: relative
}

.cart-summary:before,
.order-summary:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    opacity: 0;
    visibility: hidden
}

.cart-summary.loading:before,
.order-summary.loading:before {
    opacity: 1;
    visibility: visible
}

.stripe-container .error {
    opacity: 0;
    transform: translateY(10px);
    transition: 0.2s
}

.stripe-container .error.visible {
    opacity: 1;
    transform: translateY(0)
}

.stripe-container .success {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    text-align: center;
    pointer-events: none;
    overflow: hidden
}

.stripe-container .success .icon .border {
    stroke-dasharray: 251;
    stroke-dashoffset: 62.75;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: stroke-dashoffset 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: stroke-dashoffset 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    stroke: #24b47e
}

.stripe-container .success .icon .checkmark {
    stroke-dasharray: 60;
    stroke-dashoffset: 60;
    -webkit-transition: stroke-dashoffset 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) 0.35s;
    transition: stroke-dashoffset 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) 0.35s;
    stroke: #24b47e
}

.stripe-container.submitting .success {
    display: flex
}

.stripe-container.submitting .success .message,
.stripe-container.submitting .success .title,
.stripe-container.submitting form {
    display: none
}

.stripe-container.submitted form {
    display: none
}

.stripe-container.submitted .success {
    display: flex
}

.stripe-container.submitted .success .border {
    stroke-dashoffset: 0
}

.stripe-container.submitted .success .checkmark {
    stroke-dashoffset: 0
}

@media (max-width:576px) {
    .checkout-container .order-summary {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@keyframes navItemArrow {
    0% {
        position: relative;
        right: -1px
    }

    50% {
        position: relative;
        right: 3px
    }

    to {
        position: relative;
        right: -1px
    }
}

.blog-section {
    padding-bottom: 1.6rem
}

.post {
    margin-bottom: 4.1rem
}

.post a {
    color: inherit
}

.post a:focus,
.post a:hover {
    text-decoration: underline
}

.post .read-more {
    float: right
}

.post .read-more i:before {
    margin: 0
}

.post-media {
    position: relative;
    margin-bottom: 1.7rem;
    border-radius: 0;
    background-color: #ccc
}

.post-media .prod-full-screen {
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%
}

.post-media .prod-full-screen i {
    color: #fff
}

.post-media:hover .prod-full-screen {
    opacity: 1
}

.post-media .post-date {
    position: absolute;
    top: 1rem;
    left: 1rem;
    width: 4.5rem;
    padding: 1rem 0.8rem 0.8rem;
    color: #fff;
    background: #222529;
    font-family: Poppins, sans-serif;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05em
}

.post-media .day {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1
}

.post-media .month {
    display: block;
    font-size: 1.12rem;
    line-height: 1;
    opacity: 0.6
}

.post-media img {
    width: 100%
}

.post-slider {
    margin-bottom: 3rem
}

.post-slider .owl-dots {
    position: absolute;
    right: 0;
    bottom: 0.25rem;
    left: 0;
    margin: 0 !important
}

.post-body {
    margin-left: 0;
    padding-bottom: 2.1rem;
    border: 0;
    line-height: 24px
}

.post-body .post-date {
    width: 40px;
    margin-right: 10px;
    float: left;
    text-align: center;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1)
}

.post-body .post-date .day {
    display: block;
    padding: 1.1rem 0.2rem;
    background-color: #f4f4f4;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.375
}

.post-body .post-date .month {
    display: block;
    padding: 0.4rem 0.2rem 0.7rem;
    border-radius: 0 0 0.2rem 0.2rem;
    background-color: #fff;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.33;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07) inset
}

.post-title {
    margin-bottom: 1.3rem;
    color: #222529;
    font-family: "Open Sans", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.35
}

.post-content {
    font-size: 1.3rem
}

.post-content:after {
    display: block;
    clear: both;
    content: ""
}

.post-content p {
    margin-bottom: 7px
}

.post-comment {
    color: #999;
    font-size: 1rem;
    text-transform: uppercase
}

.post-meta > span {
    display: inline-block;
    margin-right: 1.5rem
}

.post-meta i {
    margin-right: 0.5rem
}

.post-meta i:before {
    margin: 0
}

.single {
    margin-bottom: 2.3rem
}

.single .post-media {
    margin-bottom: 3rem
}

.single .post-meta {
    margin-bottom: 2rem;
    margin-left: 49px
}

.single .post-meta a {
    color: #999;
    font-size: 1rem;
    text-transform: uppercase
}

.single .post-title {
    margin-bottom: -8px;
    font-size: 3rem;
    color: #fff;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    line-height: 40px
}

.single h3 {
    font-size: 2rem;
    font-weight: 600
}

.single h3 i {
    margin-right: 7px;
    font-size: 2rem
}

.single .post-share {
    margin-bottom: 2.4rem
}

.single .post-share h3 {
    margin-bottom: 2.2rem;
    letter-spacing: -0.01em
}

.single .post-content {
    margin-bottom: 5.7rem
}

.single .post-content p {
    margin-bottom: 2rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px
}

.single .post-content h3 {
    margin-bottom: 2rem;
    color: #21293c;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px
}

.single .social-icon {
    width: 29px;
    height: 29px
}

.single .social-icon + .social-icon {
    margin-left: 0.8rem
}

.post-share {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 2.6rem;
    padding: 2.8rem 0
}

.post-share h3 {
    margin-right: 2rem
}

.post-share .social-icons {
    color: #fff
}

.post-author {
    margin-bottom: 2.2rem;
    padding-bottom: 2.7rem
}

.post-author:after {
    display: block;
    clear: both;
    content: ""
}

.post-author h3 {
    margin-bottom: 2rem;
    letter-spacing: -0.01em
}

.post-author figure {
    max-width: 80px;
    margin-right: 2rem;
    margin-bottom: 0;
    float: left
}

.post-author h4 {
    margin: 1rem;
    font-weight: 600;
    font-size: 1.6rem;
    letter-spacing: 0.03em;
    color: #fff;
    font-family: "Open Sans", sans-serif
}

.post-author .author-content {
    font-size: 1.3rem;
    line-height: 1.8
}

.post-author .author-content p:last-child {
    margin-bottom: 0;
    line-height: 1.7
}

.zoom-effect {
    position: relative;
    overflow: hidden
}

.zoom-effect img {
    transition: transform 0.2s
}

.zoom-effect:hover img {
    transform: scale(1.1, 1.1)
}

.post-date-in-media .post-media {
    margin-bottom: 1.9rem;
    overflow: hidden
}

.post-date-in-media .post-media img {
    transition: transform 0.2s
}

.post-date-in-media .post-media:hover img {
    transform: scale(1.1, 1.1)
}

.post-date-in-media .post-body {
    margin-left: 0;
    padding-bottom: 2rem;
    border: 0
}

.post-date-in-media .post-title {
    margin-bottom: 0.7rem;
    font-size: 1.7rem;
    font-family: Poppins, sans-serif;
    font-weight: 700
}

.post-date-in-media p {
    font-size: 1.3rem;
    line-height: 1.846
}

.post-date-in-media .post-comment {
    color: #999;
    font-size: 1rem;
    text-transform: uppercase
}

.comment-respond h3 {
    margin-bottom: 2.9rem;
    letter-spacing: -0.01em
}

.comment-respond h3 + p {
    margin-bottom: 2.6rem
}

.comment-respond label {
    margin-bottom: 0.7rem;
    font-size: 1.4rem;
    font-family: "Open Sans", sans-serif
}

.comment-respond .form-control {
    height: 37px
}

.comment-respond .form-group {
    margin-bottom: 2rem
}

.comment-respond form {
    margin-bottom: 0;
    padding: 3rem;
    background-color: #f5f5f5
}

.comment-respond form p {
    margin-bottom: 2rem;
    line-height: 1.75
}

.comment-respond form textarea {
    margin-top: 1px;
    min-height: 170px
}

.comment-respond form .form-group-custom-control .custom-control-label {
    font-family: "Open Sans", sans-serif;
    font-size: 1.4rem;
    line-height: 1.75;
    font-weight: 700;
    color: #222529
}

.comment-respond .form-group-custom-control {
    padding-top: 1px
}

.comment-respond .custom-control-label:after,
.comment-respond .custom-control-label:before {
    width: 13px;
    height: 13px
}

.comment-respond .custom-checkbox .custom-control-label:after {
    top: 2px;
    left: 1px;
    font-weight: 300;
    font-size: 1.2rem
}

.comment-respond .custom-control-label:after,
.comment-respond .custom-control-label:before {
    top: 5px;
    left: 0;
    width: 13px;
    height: 13px;
    line-height: 2rem
}

.comment-respond .custom-control {
    padding-left: 2.2rem
}

.comment-respond .btn-sm {
    letter-spacing: 0.01em
}

.related-posts {
    padding-top: 3.2rem;
    margin-bottom: 5rem
}

.related-posts h4 {
    margin-bottom: 1.4rem;
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: -0.01em
}

.related-posts .post {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.related-posts .post p {
    margin-bottom: 1rem
}

.related-posts .post-body {
    padding-bottom: 0;
    border-bottom: 0
}

.related-posts .post-media {
    margin-bottom: 2rem
}

.related-posts .post-title {
    color: #0077b3;
    margin-bottom: 1rem;
    font-size: 16.8px
}

.related-posts .post-content {
    margin-left: 55px
}

.related-posts .read-more {
    float: left;
    color: #222529;
    font-size: 12.6px;
    font-weight: 600
}

.sidebar {
    position: relative;
    height: 100%;
    font-size: 1.3rem
}

.sidebar .widget {
    margin-bottom: 3.1rem
}

.sidebar .sidebar-wrapper {
    padding-bottom: 4.2rem
}

.sidebar .sidebar-wrapper .widget:last-child {
    margin-bottom: 0;
    padding-bottom: 3rem
}

.widget-post .widget-title {
    margin-bottom: 1.7rem
}

.widget-title {
    margin: 0.5rem 0 1.3rem;
    color: #313131;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase
}

.widget form {
    margin-bottom: 0
}

.list {
    padding: 0;
    list-style: none;
    font-size: 1.3rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    margin-top: -8px;
    margin-bottom: 0
}

.list li {
    display: block;
    position: relative;
    margin: 0;
    padding: 6px 0 6px 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    line-height: 24px
}

.list li:before {
    content: "";
    position: relative;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: -11px;
    margin-right: 6px;
    font-size: 7.2px;
    opacity: 0.7;
    vertical-align: middle
}

.list li:hover:before {
    animation: navItemArrow 0.6s linear infinite
}

.list li a {
    color: inherit
}

.list li:first-child {
    border-top-width: 0
}

.list .list {
    margin-top: 5px;
    margin-bottom: -6px;
    border-bottom: none
}

.list .list li:first-child {
    border-top-width: 1px
}

.widget.widget-categories .widget-title {
    margin-top: 1px;
    margin-bottom: 1.8rem
}

.tagcloud:after {
    display: block;
    clear: both;
    content: ""
}

.tagcloud a {
    margin: 0.4rem 0.4rem 0.4rem 0;
    padding: 0.4rem 0.8rem;
    line-height: 1;
    display: inline-block;
    text-decoration: none;
    font-size: 10.5px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 10px;
    background-color: #222529;
    color: #fff
}

.simple-post-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.simple-post-list li {
    padding-bottom: 15px
}

.simple-post-list li:after {
    display: block;
    clear: both;
    content: ""
}

.simple-post-list li:last-child {
    padding-top: 15px;
    border-top: 1px dotted #ececec
}

.simple-post-list .post-media {
    width: 5rem;
    margin: 0 1rem 0 0;
    float: left;
    border-radius: 0;
    line-height: 0
}

.simple-post-list .post-media img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto
}

.simple-post-list .post-info a {
    display: inline-block;
    margin-bottom: 2px;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #fff
}

.simple-post-list .post-info a:hover {
    text-decoration-line: underline
}

.simple-post-list .post-info .post-meta {
    letter-spacing: 0.01em;
    font-size: 1.1rem
}

.comment-list {
    padding-bottom: 4px
}

.comments {
    position: relative
}

.comments .img-thumbnail {
    position: absolute;
    top: 0;
    padding: 0;
    border: 0
}

.comments .comment-block {
    padding: 2rem 2rem 3.5rem;
    margin-left: 11.5rem;
    position: relative
}

.comments .comment-block p {
    font-size: 0.9em;
    line-height: 21px;
    margin: 0;
    padding: 0
}

.comments .comment-block .date {
    color: #999;
    font-size: 0.9em
}

.comments .comment-by {
    display: block;
    padding: 0 0 4px 0;
    margin: 0;
    font-size: 1.3rem;
    line-height: 21px;
    letter-spacing: -0.005em;
    color: #999
}

.comments .comment-by strong {
    font-size: 1.4rem;
    letter-spacing: 0.005em;
    color: #7b858a
}

.comments .comment-footer {
    margin-top: 5px
}

.comments .comment-arrow {
    position: absolute;
    left: -15px;
    height: 0;
    top: 28px;
    width: 0;
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    border-right: 15px solid #f4f4f4
}

.comments .comment-action {
    color: var(--primary-color)
}

@media (max-width:991px) {
    .sidebar.mobile-sidebar {
        position: fixed
    }
}

@media (max-width:767px) {
    .comment-respond .form-footer {
        margin-bottom: 3rem
    }
}

@media (max-width:767px) {
    .comment-respond .form-footer {
        margin-bottom: 2rem
    }
}

@media (max-width:575px) {
    .comment-respond form {
        padding: 1.5rem
    }
}

#map {
    height: 500px;
    margin-bottom: 5rem;
    background-color: #e5e3df
}

#map address {
    margin: 0;
    padding: 0.625rem 0.875rem;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5
}

#map a {
    display: inline-block;
    margin-top: 0.8rem;
    font-size: 1.2rem;
    text-transform: uppercase
}

.contact-us-container {
    padding-bottom: 6px
}

.contact-us-container h2 {
    font-size: 2.4rem;
    letter-spacing: -0.0425em
}

.contact-us-container p {
    letter-spacing: -0.025em;
    line-height: 2
}

.contact-us-container label {
    color: #777;
    font-size: 1.4rem;
    font-weight: 500
}

.contact-us-container input {
    border-color: #ebebeb
}

.contact-us-container .form-group {
    margin-bottom: 1.8rem
}

.contact-us-container .form-footer {
    margin-top: -2px
}

.contact-us-container .contact-info {
    border-bottom: 1px solid #eee
}

.contact-us-container .required {
    color: #ff7272
}

.contact-info {
    padding-top: 0.5rem
}

.contact-info > div {
    margin-bottom: 2.9rem
}

.contact-info .col-12 {
    margin-bottom: 4.7rem
}

.contact-info .feature-box .sicon-location-pin {
    margin-top: -2px
}

.contact-info .feature-box i {
    margin-bottom: 1.8rem;
    font-size: 4.5rem
}

.contact-info .feature-box h3 {
    margin-bottom: 0.4rem;
    font-size: 2rem;
    letter-spacing: -0.025em;
    text-transform: none;
    font-weight: 700
}

.contact-info .feature-box h5 {
    color: #777;
    font-weight: 400;
    letter-spacing: -0.025em
}

.dashboard-content .btn-link {
    display: inline;
    padding: 0;
    font-size: inherit;
    font-weight: 400;
    line-height: inherit;
    vertical-align: top;
    white-space: normal
}

.dashboard-content p {
    line-height: 1.75
}

.dashboard-content p:first-child {
    margin-top: -0.2rem;
    margin-bottom: 2.4rem
}

.dashboard-content .feature-box {
    padding-top: 3.5rem;
    margin-bottom: 2rem;
    border: 2px solid #e7e7e7
}

.dashboard-content .feature-box i {
    margin-bottom: 2.5rem;
    color: #d3d3d4;
    font-size: 6rem;
    transition: transform 0.35s
}

.dashboard-content .feature-box:hover i {
    transform: scale(1.15);
    transition: transform 0.35s
}

.widget-dashboard h2 {
    margin-top: -1px;
    margin-bottom: 1.5rem;
    font-size: 1.6rem
}

.widget-dashboard .nav-item:last-child {
    margin-right: 3.5rem
}

.widget-dashboard .list {
    border-bottom: none
}

.widget-dashboard .list a {
    padding: 1rem 0 1.1rem;
    color: #777;
    letter-spacing: -0.025em;
    font-size: 1.4rem
}

.widget-dashboard .list a:focus,
.widget-dashboard .list a:hover {
    background: transparent
}

.widget-dashboard .list a.active {
    color: #222524;
    font-weight: 700
}

.widget-dashboard li:last-child a {
    border-bottom: 0
}

.widget-dashboard li {
    padding: 8px 0 8px 0
}

.widget-dashboard li:before {
    display: none
}

.account-container {
    margin-top: 4.2rem;
    margin-bottom: 4rem
}

.nav-tabs.list .nav-item {
    padding: 0
}

.nav-tabs.list .nav-item .nav-link {
    padding: 1.3rem 0 1.5rem;
    font-family: "Open Sans", sans-serif;
    text-transform: capitalize;
    font-size: 1.4rem;
    border: none
}

.nav-tabs.list .nav-item .nav-link:not(.active) {
    font-weight: 400;
    color: #777
}

.nav-tabs.list .nav-item .nav-link.active,
.nav-tabs.list .nav-item .nav-link.address {
    font-weight: 700;
    color: #222529
}

@media (max-width:575px) {
    .dashboard-content .feature-box h3 {
        font-size: 1.3rem
    }
}

.account-content {
    margin-top: 2.1rem
}

.account-content label {
    margin-bottom: 0.7rem;
    color: #777;
    font-family: "Open Sans", sans-serif;
    font-size: 1.4rem;
    font-weight: 400
}

.account-content form {
    margin-bottom: 4px
}

.account-content .form-input {
    margin-bottom: 1.7rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    border-color: #e7e7e7;
    line-height: 32px
}

.account-content .form-group {
    margin-bottom: 1.7rem
}

.account-content .form-group p {
    font-size: 1.3rem;
    margin-top: 3px
}

.account-content .form-control {
    padding-top: 2px;
    padding-left: 1.2rem;
    font-size: 1.4rem;
    height: 50px;
    border-color: rgba(0, 0, 0, 0.09);
    letter-spacing: -0.015em
}

.account-content .btn {
    font-family: "Open Sans", sans-serif;
    font-size: 1.5rem
}

.change-password {
    padding: 2.6rem 3rem 2.2rem;
    border: 2px solid #e7e7e7
}

.change-password h3 {
    font-size: 1.6rem;
    font-family: "Open Sans", sans-serif
}

.change-password .btn {
    padding: 1.6rem 4.5rem 1.5rem;
    letter-spacing: -0.02em
}

.address h3 {
    font-size: 1.8rem
}

.address .title {
    margin-bottom: 2.9rem
}

.address label {
    margin-bottom: 1.1rem
}

.address .form-control {
    height: 37px
}

.address h4 {
    font-size: 1.7rem;
    letter-spacing: -0.016em
}

.address .heading {
    margin-bottom: 6px
}

.address .address-action {
    padding: 0.8rem 2.3rem 0.7rem;
    background: #f4f4f4;
    color: #222524;
    font-family: "Open Sans", sans-serif
}

.address .address-action:hover {
    background-color: #fff;
    color: #fff
}

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

.address .select-custom {
    margin-bottom: 1.7rem
}

.address .select-custom:after {
    top: 72%;
    right: 1.5rem
}

.address .form-control {
    line-height: 1.5
}

.address.account-content h4 {
    font-size: 1.4rem;
    letter-spacing: 0
}

.address-box {
    display: inline-block;
    position: relative;
    margin-bottom: 2.9rem;
    width: 100%;
    transition: 0.3s border-color;
    font-size: 1.4rem;
    line-height: 3rem;
    vertical-align: top;
    word-wrap: break-word
}

.download-table-container .btn,
.order-detail-container .btn,
.order-table-container .btn {
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 400
}

.custom-account-container {
    margin-bottom: 5.6rem
}

.download-table-container {
    padding-top: 3px
}

.download-table-container p {
    margin-bottom: 3.9rem
}

.download-table-container .btn {
    padding: 9px 24px 8px;
    background-color: #f4f4f4;
    color: #222529;
    border: none;
    font-weight: 700;
    font-family: "Open Sans", sans-serif
}

.download-table-container .btn:hover {
    color: #fff;
    background-color: #fff
}

.order-table-container .btn-dark {
    min-width: 200px;
    padding: 16px 0 15px;
    font-size: 15px;
    letter-spacing: -0.015em;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-weight: 700
}

.account-sub-title {
    margin-top: 0.6rem;
    margin-bottom: 1.5rem;
    font-size: 2.2rem;
    letter-spacing: -0.01em
}

.account-sub-title i {
    font-size: 3.5rem;
    color: #d3d3d4
}

.table.table-downloads,
.table.table-order {
    margin-bottom: 1px;
    font-size: 14px
}

.table.table-downloads thead th,
.table.table-order thead th {
    border-top: none;
    border-bottom-width: 1px;
    padding: 1.3rem 1rem;
    font-weight: 700;
    color: #222524
}

.table.table-downloads tbody td,
.table.table-order tbody td {
    vertical-align: middle
}

.order-old-price,
.product-old-count {
    font-size: 0.9em;
    text-decoration: line-through
}

.order-new-price {
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.7)
}

.product-new-count {
    text-decoration: underline
}

.order-info {
    font-size: 1.4rem
}

.order-info .order-date,
.order-info .order-id,
.order-info .order-status {
    color: #000
}

.order-detail-container .title {
    font-size: 1.8rem;
    font-weight: 400;
    text-transform: uppercase
}

.table.table-order-detail th {
    font-weight: 600
}

.table.table-order-detail td,
.table.table-order-detail th {
    padding: 1rem;
    font-size: 1.4rem;
    line-height: 24px
}

.table.table-order-detail thead th {
    border: none
}

.table.table-order-detail .product-title {
    display: inline;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 400
}

.table.table-order-detail .product-count {
    color: #fff
}

.order-update {
    padding: 2rem;
    background-color: #f5f7f7
}

.order-update + .order-update {
    margin-top: 1rem
}

.order-update .order-update-time {
    font-weight: 700
}

.order-update p {
    margin-bottom: 0;
    font-weight: 300
}

.order-detail-container address {
    margin-bottom: 2rem;
    line-height: 1.75
}

.order-detail-container address p:last-child {
    margin-bottom: 0
}

@media (max-width:767px) {
    .table.table-order thead {
        display: none
    }

    .table.table-order td {
        display: block;
        border-top: none;
        text-align: center
    }

    .table.table-order .product-thumbnail img {
        display: inline
    }

    .table.table-order tbody tr {
        position: relative;
        display: block;
        padding: 10px 0
    }

    .table.table-order tbody tr:not(:first-child) {
        border-top: 1px solid #ddd
    }

    .table.table-order .product-remove {
        position: absolute;
        top: 12px;
        right: 0
    }
}

.wishlist-title {
    margin-top: 5.3rem;
    margin-bottom: 2.8rem
}

.wishlist-table-container {
    margin-bottom: 5.5rem
}

.wishlist-table-container .table-title {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.3em;
    font-weight: 400;
    letter-spacing: -0.7px;
    line-height: 1.42857;
    text-transform: uppercase
}

.wishlist-table-container .btn {
    height: 42px;
    width: auto;
    padding: 0 25px !important;
    font-size: 13px;
    line-height: 42px;
    text-indent: 0
}

.wishlist-table-container .btn-quickview {
    margin-right: 6px;
    background: #f4f4f4;
    color: #222529;
    font-family: "Open Sans", sans-serif
}

.wishlist-table-container .btn-quickview:hover {
    background-color: #fff;
    color: #fff
}

.wishlist-table-container .btn-shop {
    font-weight: 600;
    text-transform: uppercase;
    min-width: 160px
}

.table.table-wishlist tr th {
    padding: 10px 5px 10px 16px
}

.table.table-wishlist tr th.thumbnail-col {
    width: 10%
}

.table.table-wishlist tr th.product-col {
    width: 29%
}

.table.table-wishlist tr th.price-col {
    width: 13%
}

.table.table-wishlist tr th.status-col {
    width: 19%
}

.table.table-wishlist tr td {
    padding: 20px 5px 23px 16px
}

.table.table-wishlist .product-price {
    color: inherit;
    font-size: 1.4rem;
    font-weight: 400
}

.table.table-wishlist .price-box {
    margin-bottom: 0
}

.table.table-wishlist .stock-status {
    color: #222529;
    font-weight: 600
}

.box-content .table-cart,
.box-content .table-wishlist {
    margin-bottom: 15px;
    font-size: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 1em
}

.box-content .table-cart .wishlist-empty,
.box-content .table-wishlist .wishlist-empty {
    margin-bottom: 1rem;
    text-align: center
}

.box-content .btn-go-shop {
    padding: 16px 0;
    margin-top: 2rem;
    border: none;
    text-transform: uppercase;
    text-align: center;
    min-width: 200px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.015em;
    background-color: #353a40;
    color: #fff
}

.box-content .btn-go-shop:hover {
    background-color: #fff;
    color: #fff
}

i.cart-empty,
i.wishlist-empty {
    font-size: 100px;
    color: #d3d3d4
}

@media (max-width:1199px) {
    .wishlist-table-container .btn {
        width: 100%
    }

    .wishlist-table-container .btn:first-child {
        margin-bottom: 1rem
    }
}

@media (max-width:767px) {
    .wishlist-table-container {
        border-top: 4px solid #fff
    }

    .table.table-wishlist {
        border: 1px solid #e7e7e7;
        border-top: 0;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05)
    }

    .table.table-wishlist,
    .table.table-wishlist tbody {
        display: block
    }

    .table.table-wishlist thead {
        display: none
    }

    .table.table-wishlist tr td {
        padding: 0.5rem 1rem;
        border-top: 0
    }

    .table.table-wishlist tr td.product-col {
        padding-bottom: 0.5rem
    }

    .table.table-wishlist .product-row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 3rem 0;
        border-top: 2px solid #ddd
    }

    .table.table-wishlist .product-row:first-child {
        border-top: 0
    }

    .table.table-wishlist .product-col {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }

    .table.table-wishlist .product-col .product-image-container {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-right: 0;
        margin-bottom: 1rem
    }

    .table.table-wishlist .btn-shop {
        width: 100%
    }
}

.login-container {
    margin-top: 3.9rem
}

.login-container .heading .title {
    margin-bottom: 0;
    font-size: 2.2rem;
    letter-spacing: -0.01em
}

.login-container .custom-checkbox .custom-control-label:after {
    top: 1px
}

.login-container form {
    margin-bottom: 64px
}

.login-container form label {
    margin-bottom: 0.7rem;
    color: #777;
    font-family: "Open Sans", sans-serif;
    font-size: 1.4rem;
    font-weight: 400
}

.login-container form .form-input {
    margin-bottom: 1.7rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    border-color: #e7e7e7;
    line-height: 32px
}

.login-container form .btn {
    font-family: "Open Sans", sans-serif;
    font-size: 1.6rem
}

.login-container form .form-footer {
    margin-top: 1.8rem;
    margin-bottom: 2.8rem
}

.login-container .custom-checkbox {
    margin-top: 1px;
    padding-left: 2.5rem
}

.login-container .custom-checkbox .custom-control-label {
    margin-top: 2px;
    font-size: 1.2rem
}

.login-container .forget-password {
    font-size: 1.4rem;
    font-weight: 600
}

.login-container .forget-password:hover {
    text-decoration: underline
}

.login-container .col-md-6:first-child .form-footer {
    margin-top: 1.3rem
}

.reset-password-container {
    padding-top: 3.9rem;
    padding-bottom: 3rem
}

.reset-password-container .form-control {
    height: 37px
}

.reset-password-container .feature-box .feature-box-content {
    padding-bottom: 31px
}

.reset-password-container p {
    margin-bottom: 1.7rem;
    font-size: 1.4rem;
    line-height: 1.75
}

.reset-password-container label {
    margin-bottom: 0.7rem;
    color: inherit;
    font-family: "Open Sans", sans-serif;
    font-size: 1.4rem
}

.reset-password-container input {
    line-height: 1.5
}

.reset-password-container .form-footer {
    margin-top: 1.5rem
}

.reset-password-container .form-footer a {
    margin-top: 5px;
    font-size: 1.4rem
}

.reset-password-container .form-footer a:hover {
    text-decoration: underline
}

.reset-password-container .form-footer .btn {
    padding: 0.8rem 1.2rem;
    font-family: "Open Sans", sans-serif;
    font-size: 1.4rem;
    line-height: 21px
}

@media (min-width:768px) {
    .login-container .col-md-6:first-child {
        padding-right: 3.4rem
    }

    .login-container .col-md-6:last-child {
        padding-left: 3.4rem
    }
}

@media (max-width:767px) {
    .login-container form {
        margin-bottom: 50px
    }
}

h1 {
    font-weight: 700;
    font-size: 3.6rem
}

p {
    font-family: Poppins, sans-serif
}

.anim-pane .anim-wrapper {
    float: left;
    display: flex;
    flex-direction: column
}

.anim-pane p {
    line-height: 2
}

.anim-pane .anim-play-btn {
    display: flex;
    align-items: center;
    margin: 1rem auto 0.5rem;
    font-size: 1.2rem;
    border-radius: 3px
}

.anim-pane i {
    font-size: 1.1rem
}

@media (max-width:479px) {
    .anim-pane .anim-play-btn {
        margin-bottom: 2.5rem
    }

    .anim-pane .anim-wrapper {
        float: none;
        align-items: center
    }
}

.button-type {
    border-right: 1px solid rgba(0, 0, 0, 0.06)
}

.button-type h4 {
    margin-bottom: 1rem
}

.button-type p {
    line-height: 2.4rem;
    margin-bottom: 0;
    padding-right: 1rem
}

.btn-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0
}

.btn-list li {
    margin: 1rem 1rem 1rem 0
}

.info-box-wrapper h4 {
    font-weight: 700;
    font-size: 18.2px;
    line-height: 3.2rem;
    margin-bottom: 3px
}

.info-box-wrapper p {
    font-family: Poppins, sans-serif;
    font-size: 1.4rem;
    line-height: 2.4rem;
    color: #777
}

.info-box-wrapper .info-desc {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 1rem;
    color: #999
}

.info-box-wrapper i {
    font-size: 5rem;
    color: #fff
}

.info-box-wrapper .info-box-img h4 {
    line-height: 2.7rem;
    margin-top: 1rem
}

@media (max-width:1199px) {
    .info-box {
        margin-bottom: 2rem
    }
}

.banners-page section > h3 {
    font-size: 3.2rem;
    letter-spacing: -1px
}

.banners-page section > p {
    font-family: "Lora";
    font-size: 15.4px;
    max-width: 70rem
}

.banners-page .banner .banner-subtitle {
    font-size: 1.3125em;
    color: rgba(34, 37, 41, 0.7);
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.125em;
    margin-bottom: 0.5rem
}

.banners-page .banner .banner-title {
    font-size: 4.5em;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 0
}

.banners-page .banner h5 {
    font-size: 0.75em;
    vertical-align: top
}

.banners-page .banner h5 span {
    position: relative;
    font-size: 1.3rem;
    top: -10px;
    letter-spacing: -0.02em
}

.banners-page .banner b {
    position: relative;
    display: inline-block;
    padding: 4px 11px;
    transform: rotate(-2deg);
    font-size: 1.2em;
    margin: 1px 4px 0 7px;
    letter-spacing: -0.01em;
    background-color: #e36159;
    color: #fff
}

.banners-page .banner .box-border {
    max-width: 55%;
    margin-left: auto
}

.banners-page .banner .btn {
    font-size: 1em;
    font-weight: 700;
    letter-spacing: -0.025em;
    padding: 1em 3em
}

.banners-page .banner1 .banner-layer {
    right: unset;
    left: 3.5%
}

.banners-page .banner2 .banner-layer {
    left: unset;
    right: 3.5%
}

.banners-page .banner3 .banner-subtitle,
.banners-page .banner4 .banner-subtitle {
    font-size: 1.375em;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.2em;
    color: #222529
}

.banners-page .banner3 .banner-title,
.banners-page .banner4 .banner-title {
    font-family: Playfair Display, sans-serif;
    font-size: 5.375em;
    text-transform: none;
    line-height: 1;
    letter-spacing: -0.05em;
    margin-bottom: 2.4rem
}

.banners-page .banner3 p,
.banners-page .banner4 p {
    font-size: 1.375em;
    color: #777;
    line-height: 1.5;
    font-weight: 300;
    letter-spacing: -0.015em;
    max-width: fit-content
}

.banners-page .banner3 h5,
.banners-page .banner4 h5 {
    font-size: 1.125em;
    vertical-align: top
}

.banners-page .banner3 h5 span,
.banners-page .banner4 h5 span {
    position: relative;
    font-size: 1.8rem;
    top: -10px;
    letter-spacing: -0.02em
}

.banners-page .banner3 b,
.banners-page .banner4 b {
    position: relative;
    display: inline-block;
    padding: 4px 11px;
    transform: none;
    font-size: 1.2em;
    margin: 1px 4px 0 7px;
    letter-spacing: -0.01em;
    background: none;
    color: #b93027
}

.banners-page .banner3 .banner-layer {
    right: unset;
    left: 11.5%
}

.banners-page .banner4 .banner-layer {
    left: unset;
    right: 11.5%
}

.banners-page .ken-banner {
    overflow: hidden
}

.banners-page .ken-banner > figure img {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    object-fit: cover;
    object-position: center top
}

.banners-page .ken-banner h2 {
    font-family: "Nanum Brush Script", sans-serif;
    font-size: 6.8rem;
    font-weight: 300;
    line-height: 40px;
    color: #c59b9c;
    letter-spacing: 0.01em
}

.banners-page .ken-banner .btn-link {
    padding: 0;
    border: 0;
    color: #666;
    font-family: Poppins, sans-serif;
    font-size: 2.2rem;
    font-weight: 400;
    letter-spacing: 0.01em;
    text-decoration: none;
    white-space: nowrap
}

.banners-page .ken-banner .btn-link i {
    margin: 0 1px 0 5px;
    font-size: 0.7em;
    vertical-align: middle
}

.banners-page .ken-banner .btn-link:hover {
    color: #c59b9c
}

@media (max-width:1199px) {
    .banners-page .ken-banner .banner-media > img {
        margin-left: 0
    }
}

@media (max-width:767px) {
    .banners-page .ken-banner .wrapper:before {
        right: 71.5%
    }
}

@media (max-width:575px) {
    .banners-page .ken-banner .wrapper:before {
        right: 95%
    }
}

@media (max-width:479px) {
    .banners-page .ken-banner .wrapper:before {
        width: unset
    }
}

.banner-label {
    position: absolute;
    display: block;
    left: -30px;
    top: 20px;
    width: 120px;
    transform: rotate(-45deg);
    background: #fff;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    z-index: 1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    padding: 0.2rem
}

.customLineAnim {
    animation-name: customLineAnim;
    animation-fill-mode: both
}

@keyframes customLineAnim {
    0% {
        stroke-dasharray: 1600;
        stroke-dashoffset: 1600
    }

    to {
        stroke-dasharray: 2500;
        stroke-dashoffset: 1600
    }
}

.blog-type2 .post {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-align: center;
    margin-bottom: 0
}

.blog-type2 .post-media {
    margin: 0
}

.blog-type2 .post-body {
    flex: 1;
    -ms-flex: 1;
    z-index: 1;
    position: relative;
    margin: 0px 0 0 -32px;
    padding: 3.6rem 3.6rem 3.3rem;
    border: 0;
    background-color: #fff
}

.blog-type2 .post-body .post-date {
    display: inline-block;
    float: none;
    width: auto;
    margin: 0 0 1rem;
    padding: 0.2rem 0.8rem;
    color: #fff;
    background-color: #222529;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    box-shadow: none
}

.blog-type2 .post-title {
    margin-bottom: 0.8rem;
    font-size: 1.8rem;
    font-weight: 600;
    text-transform: uppercase
}

.blog-type2 .post-content {
    font-size: 1.3rem;
    letter-spacing: 0.03em;
    line-height: 1.9
}

.blog-type2 .post-content p {
    max-width: 250px;
    margin-bottom: 1.3rem;
    line-height: 1.7
}

.blog-type2 .read-more {
    float: left;
    color: #222529;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    text-transform: uppercase
}

.blog-type2 .read-more i {
    display: inline-block;
    margin-top: -0.2rem;
    line-height: 1;
    vertical-align: middle
}

.blog-type3 .post-slider > .owl-stage-outer {
    margin: -45px -40px;
    padding: 45px 40px
}

.blog-type3 .post a:focus,
.blog-type3 .post a:hover {
    text-decoration: none
}

.blog-type3 .post .read-more {
    font-weight: 700;
    float: none;
    color: #fff;
    text-transform: uppercase
}

.blog-type3 .post-media {
    margin-bottom: 0.6rem
}

.blog-type3 .post-media .prod-full-screen {
    right: 5px;
    bottom: 5px
}

.blog-type3 .post-meta {
    margin-bottom: 1.8rem;
    font-size: 0.8em;
    text-transform: uppercase
}

.blog-type3 .post-meta > span {
    margin-right: 0.5rem
}

.blog-type3 .post-meta > span:not(.meta-date) {
    line-height: 1;
    color: #fff
}

.blog-type3 .post-meta > span:not(.meta-date):hover > a {
    border-bottom: 1px solid #fff
}

.blog-type3 .post-meta i {
    margin-right: 0.7rem
}

.blog-type3 .post-title {
    margin-bottom: 1.9rem;
    font-size: 2rem;
    font-family: Poppins, sans-serif;
    letter-spacing: -0.025em
}

.blog-type3 .post-title:hover {
    color: #fff
}

.blog-type3 .post-content p {
    margin-bottom: 1.5rem;
    line-height: 25px;
    letter-spacing: -0.028em;
    font-size: 1.4rem
}

.blog-type3 .post-box {
    padding: 2.4rem 1.9rem 0.3rem;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.07)
}

.blog-type4 {
    margin-top: 4.1rem;
    padding: 3.8rem 0 2.5rem
}

.blog-type4 .post {
    font-size: 1.6rem
}

.blog-type4 .post-body {
    padding-bottom: 1.2rem
}

.blog-type4 .post-media {
    flex: 1 0 26.7rem;
    max-width: 50%
}

.blog-type4 .post-title {
    margin-bottom: 1.1rem;
    font-size: 18px;
    font-weight: 600
}

.blog-type4 .post-content {
    font-size: 13px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif
}

.blog-type4 .post-content p {
    margin-bottom: 1.3rem
}

.blog-type4 .post-comment {
    font-size: 10px;
    font-family: "Open Sans", sans-serif
}

.blog-type4 .post-comment i {
    margin-right: 5px;
    font-size: 13px
}

.blog-type4 .section-title {
    margin-bottom: 2.2rem
}

@media (min-width:576px) {
    .blog-type4 .post-body {
        margin-left: 1.7rem
    }
}

.blog-type4 .testimonial {
    padding: 2.4rem 0 3.3rem 2rem
}

.blog-type4 .testimonial figure {
    flex: 1 0 96px;
    max-width: 96px
}

.blog-type4 .testimonial .testi-content {
    padding-top: 8px
}

.blog-type4 .testimonial blockquote {
    padding: 16px 3rem 11px 2.2rem;
    font-size: 1.3rem;
    font-family: "Open Sans", sans-serif
}

.blog-type4 .testimonial blockquote:before {
    top: 1.2rem;
    left: -0.3em;
    font-size: 4rem
}

.blog-type4 .testimonial .testimonial-owner figure {
    margin-right: 4px
}

.blog-type4 .testimonial .testimonial-owner h4 {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-transform: none;
    font-size: 15px;
    line-height: 1
}

.blog-type4 .testimonial .testi-author {
    margin-left: 32px;
    margin-top: 5px;
    font-family: "Open Sans", sans-serif;
    font-size: 13px
}

.testimonial-section .text-gray {
    color: #777
}

.testimonial-section blockquote {
    margin: 0
}

.testimonial-section:before {
    left: 0
}

.testimonial-section .testimonial-owner {
    font-family: Poppins, sans-serif
}

.testimonial-section .testimonial-owner .testimonial-title,
.testimonial-section .testimonial-owner span {
    text-transform: capitalize
}

@media (max-width:767px) {
    .testimonial-section .testimonial {
        margin-bottom: 40px
    }
}

.testimonial-type1 {
    margin-bottom: 40px
}

.testimonial-type1 blockquote {
    padding: 0 4rem;
    font-family: Playfair Display, Georgia, serif
}

.testimonial-type1 blockquote:after,
.testimonial-type1 blockquote:before {
    font-size: 80px;
    font-weight: 400
}

.testimonial-type1 blockquote:before {
    left: 0
}

.testimonial-type1 blockquote p {
    font-size: 24px;
    line-height: 30px;
    padding: 0 4.5rem
}

@media (max-width:1199px) {
    .testimonial-type1 blockquote p {
        padding: 0
    }
}

.testimonial-type1 .testimonial-owner {
    margin-top: 6px
}

.testimonial-type1.inner-blockquote figure {
    max-width: 62px
}

.testimonial-type1.inner-blockquote blockquote:before {
    left: 1%
}

.testimonial-type1.inner-blockquote blockquote:after {
    right: 1%
}

.testimonial-type1.inner-blockquote p {
    font-size: 17px
}

.testimonial-type2 {
    margin: 0 0 20px
}

.testimonial-type2 > p {
    padding: 0 2rem
}

.testimonial-type3 {
    margin: 0 0 40px
}

.testimonial-type3 blockquote {
    font-family: Playfair Display, Georgia, serif
}

.testimonial-type3 blockquote:before {
    top: 15px;
    left: 6px;
    font-weight: 500
}

.testimonial-type3:not(.testimonial-color):before {
    top: 15px;
    left: 6px;
    font-weight: 500
}

.testimonial-type3:not(.testimonial-color) blockquote p {
    padding: 0 1rem
}

.testimonial-type3 .testimonial-owner {
    margin: 12px 0 0 8px
}

.testimonial-type3 .testimonial-owner figure {
    margin-right: 12px
}

.testimonial-type3 .testimonial-arrow-down {
    border-top-color: #f4f4f4;
    margin-left: 28px
}

.testimonial-type3.bg-blue blockquote {
    background-color: #0099e6
}

.testimonial-type3.bg-blue .testimonial-arrow-down {
    border-top-color: #0099e6
}

.testimonial-type3.bg-red blockquote {
    background-color: #e7766f
}

.testimonial-type3.bg-red .testimonial-arrow-down {
    border-top-color: #e7766f
}

.testimonial-type3.bg-green blockquote {
    background-color: #30bec6
}

.testimonial-type3.bg-green .testimonial-arrow-down {
    border-top-color: #30bec6
}

.testimonial-type3.bg-grey blockquote {
    background-color: #444c57
}

.testimonial-type3.bg-grey .testimonial-arrow-down {
    border-top-color: #444c57
}

.testimonial-type4 {
    margin: 0 0 40px
}

.testimonial-type4 blockquote {
    font-family: Poppins, sans-serif
}

.testimonial-type4 blockquote:before {
    font-size: 35px;
    top: 15px;
    left: 6px;
    font-weight: 500
}

.testimonial-type4 blockquote p {
    padding: 0 1rem
}

.testimonial-type4 .testimonial-owner {
    align-items: center;
    margin: 12px 0 15px 30px
}

.testimonial-type4 .testimonial-owner figure {
    margin-right: 12px
}

.testimonial-type5 > p {
    padding: 6px 20px;
    font-size: 17px
}

.testimonial-type5 .testimonial-owner {
    padding-top: 15px
}

.testimonials-big-type .testimonial {
    display: flex
}

.testimonials-big-type .testimonial figure {
    margin-right: 3rem;
    width: 120px
}

.testimonials-big-type .testimonial img {
    min-width: 80px;
    border-radius: 50%
}

.testimonials-big-type .testimonial .testimonial-owner {
    max-width: 930px
}

.testimonials-big-type .testimonial blockquote {
    padding: 0;
    margin-left: 0
}

.testimonials-big-type .testimonial blockquote:before {
    top: -3rem;
    left: 0;
    font-size: 4rem
}

.testimonials-big-type .testimonial blockquote p {
    margin-bottom: 1.6rem;
    line-height: 2.6rem;
    color: #777
}

.testimonials-big-type .testimonial .meta {
    padding-top: 2.2rem
}

.testimonials-big-type .testimonial .testimonial-title {
    margin-bottom: 3px;
    font-size: 17px;
    font-weight: 600;
    text-transform: unset
}

.testimonial-color blockquote {
    padding: 4rem 6.4rem 4rem 7.2rem
}

.testimonial-color blockquote:after,
.testimonial-color blockquote:before {
    font-size: 80px
}

.testimonial-color blockquote:before {
    left: 28px
}

.testimonial-color blockquote p {
    font-size: 17px
}

.testimonial-color .testimonial-arrow-down {
    left: 45px
}

.testimonial-bg .container {
    padding-top: 58px;
    padding-bottom: 58px
}

.owl-dots-simple.owl-theme .owl-dots {
    position: relative
}



.circle-icons .circle {
    display: inline-block;
    font-size: 32px;
    height: 6.4rem;
    width: 6.4rem;
    text-align: center;
    line-height: 6.4rem;
    border-radius: 50%;
    color: #fff;
    background: #fff;
    margin-bottom: 2rem
}

.fontawesome-icon-list > div {
    white-space: nowrap;
    overflow: hidden
}

.fontawesome-icon-list > div,
.sample-icon-list > div {
    height: 32px;
    line-height: 32px;
    font-size: 11px;
    color: #222
}

.fontawesome-icon-list > div:hover,
.sample-icon-list > div:hover {
    color: #fff
}

.fontawesome-icon-list > div:hover i,
.sample-icon-list > div:hover i {
    font-size: 28px;
    vertical-align: -6px;
    color: #fff
}

.fontawesome-icon-list i,
.sample-icon-list i {
    display: inline-block;
    background-image: none;
    font-size: 14px;
    margin-right: 4px;
    text-align: center;
    width: 32px
}



/*owl*/
.desk-none .owl-carousel .owl-dots.disabled,
.desk-none .owl-carousel .owl-nav.disabled {
    display: block
}

.desk-none .owl-carousel .owl-dot,
.desk-none .owl-carousel .owl-nav .owl-next,
.desk-none .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.desk-none .owl-carousel .owl-nav button.owl-next,
.desk-none .owl-carousel .owl-nav button.owl-prev,
.desk-none .owl-carousel button.owl-dot {
    background: hsl(0deg 0% 0% / 73%);
    color: #fff;
    border: 0;
    padding: 0 !important;
    font: inherit
}
.desk-none .owl-theme .owl-nav {
    margin: 0;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    color: #222529;
    font-size: 3rem
}

.desk-none .owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #222529;
    margin: 0;
    font-size: 3rem;
    padding: 4px 7px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.desk-none .owl-theme .owl-nav [class*=owl-] i:before {
    margin: 0;
    width: auto
}

.desk-none .owl-theme .owl-nav [class*=owl-]:not(.disabled):hover {
    background: rgb(0 0 0 / 75%);
    color: #fff;
    text-decoration: none;
}
.desk-none .owl-theme .owl-nav [class*="owl-"]:hover {
    background: rgb(0 0 0 / 75%);
}
.desk-none .owl-theme .owl-nav .owl-prev {
    left: 0
}

.desk-none .owl-theme .owl-nav .owl-next {
    right: 0
}

.desk-none .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default
}

.desk-none .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 2.5rem
}
.desk-none .owl-dots .owl-dot,
.desk-none .owl-nav .owl-next,
.desk-none .owl-nav .owl-prev {
    outline: inherit
}
.desk-none .product-intro.owl-carousel.owl-theme .owl-nav.disabled + .owl-dots {
    margin: 0
}
.desk-none .product-intro.owl-carousel.owl-theme .owl-nav {
    color: #333;
    font-size: 2.4rem
}

.desk-none .product-intro.owl-carousel.owl-theme .owl-nav .owl-next,
.desk-none .product-intro.owl-carousel.owl-theme .owl-nav .owl-prev {
    opacity: 1;
    transition: opacity 0.2s, transform 0.4s;
    top: 30%;
    width: 30px
}

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

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

.desk-none .product-intro.owl-carousel.owl-theme:hover .owl-next,
.desk-none .product-intro.owl-carousel.owl-theme:hover .owl-prev {
    transform: translateX(0);
    opacity: 1
}
@media (max-width:1200px) {
    .desk-none .product-intro.owl-carousel.owl-theme .owl-nav .owl-prev {
        left: 0
    }

    .desk-none .product-intro.owl-carousel.owl-theme .owl-nav .owl-next {
        right: 0
    }
}

@media (max-width:1159px) {
    .desk-none .product-intro.owl-carousel.owl-theme .owl-nav .owl-prev {
        left: 0
    }

    .desk-none .product-intro.owl-carousel.owl-theme .owl-nav .owl-next {
        right: 0
    }
}

@media (max-width:1000px) {
    .desk-none .product-intro.owl-carousel.owl-theme .owl-nav .owl-prev {
        left: 0
    }

    .desk-none .product-intro.owl-carousel.owl-theme .owl-nav .owl-next {
        right: 0
    }
}
.desk-none .product-category-panel .owl-carousel .owl-nav button.owl-next,
.desk-none .product-category-panel .owl-carousel .owl-nav button.owl-prev {
    width: 30px;
    font-size: 24px;
    color: #333;
    line-height: 22px
}

.desk-none .product-category-panel .owl-carousel .owl-nav button.owl-prev {
    left: 0
}

.desk-none .product-category-panel .owl-carousel .owl-nav button.owl-next {
    right: 0
}
@media (max-width:1200px) {

    .desk-none .product-category-panel .owl-carousel .owl-nav button.owl-next,
    .desk-none .product-category-panel .owl-carousel .owl-nav button.owl-prev {
        width: 15px
    }

    .desk-none .product-category-panel .owl-carousel .owl-nav button.owl-next {
        right: 0
    }

    .desk-none .product-category-panel .owl-carousel .owl-nav button.owl-prev {
        left: 0
    }
}

@media (max-width:1159px) {

    .desk-none .product-category-panel .owl-carousel .owl-nav button.owl-next,
    .desk-none .product-category-panel .owl-carousel .owl-nav button.owl-prev {
        width: 30px
    }

    .desk-none .product-category-panel .owl-carousel .owl-nav button.owl-next {
        right: 0
    }

    .desk-none .product-category-panel .owl-carousel .owl-nav button.owl-prev {
        left: 0
    }
}

@media (max-width:1024px) {

    .desk-none .product-category-panel .owl-carousel .owl-nav button.owl-next,
    .desk-none .product-category-panel .owl-carousel .owl-nav button.owl-prev {
        width: 15px
    }

    .desk-none .product-category-panel .owl-carousel .owl-nav button.owl-next {
        right: 0
    }

    .desk-none .product-category-panel .owl-carousel .owl-nav button.owl-prev {
        left: 0
    }
}
.desk-none .owl-carousel .owl-nav .disabled {
    opacity: 0.5;
    cursor: default
}

.desk-none .owl-carousel.nav-big .owl-nav {
    font-size: 3.7rem
}

.desk-none .owl-carousel.nav-big .owl-nav i {
    padding: 4px 7px
}

.desk-none .owl-carousel.nav-large .owl-nav {
    font-size: 4.5rem
}

.desk-none .owl-carousel.nav-large .owl-nav i {
    padding: 4px 2px
}

.desk-none .owl-carousel.nav-image-center .owl-nav button {
    top: 35%
}

.desk-none .owl-carousel.show-nav-hover .owl-nav {
    opacity: 1;
    transition: opacity 0.2s, color 0.2s
}

.desk-none .owl-carousel.show-nav-hover:hover .owl-nav {
    opacity: 1
}

.desk-none .owl-carousel .owl-nav .owl-prev {
    left: 0
}

.desk-none .owl-carousel .owl-nav .owl-next {
    right: 0
}.desk-none 

@media (min-width:992px) {
    .desk-none .owl-carousel.nav-outer .owl-prev {
        left: 0
    }

    .desk-none .owl-carousel.nav-outer .owl-next {
        right: 0
    }

    .desk-none .owl-carousel.nav-outer.nav-large .owl-prev {
        left: 0
    }

    .desk-none .owl-carousel.nav-outer.nav-large .owl-next {
        right: 0
    }
}

.desk-none .owl-carousel.nav-top .owl-nav .owl-next,
.desk-none .owl-carousel.nav-top .owl-nav .owl-prev {
    top: -4px
}

.desk-none .owl-carousel.nav-top .owl-nav .owl-prev {
    left: unset;
    right: 3rem
}

.desk-none .owl-carousel.nav-top .owl-nav .owl-next {
    right: 0
}
.desk-none .product-single-gallery .prod-thumbnail .owl-nav {
    font-size: 1.6rem;
    color: #fff
}

.desk-none .product-single-gallery .prod-thumbnail .owl-nav .owl-prev {
    left: 0
}

.desk-none .product-single-gallery .prod-thumbnail .owl-nav .owl-next {
    right: 0
}

.desk-none .product-single-gallery .owl-nav {
    font-size: 2.8rem
}

.desk-none .product-single-gallery .owl-nav .owl-prev {
    left: 0
}
.desk-none .owl-theme .owl-nav [class*="owl-"].owl-next:hover {
    background: hsl(0deg 0% 0% / 75%);
}
.desk-none .product-single-gallery .owl-nav .owl-next {
    right: 0
}
.desk-none .owl-theme .owl-nav [class*="owl-"].owl-next {
    top: 50%;
    left: auto;
    right: 0;
    color: #fff;
    background: hsl(0deg 0% 0% / 60%);
}
.desk-none .product-single-gallery .owl-nav button {
    transition: opacity 0.5s
}
.desk-none .prod-thumbnail.owl-theme .owl-nav [class*=owl-]:hover {
    color: #fff
}
.desk-none .sidebar-product .widget-featured .owl-carousel .owl-nav {
    top: -4.1rem
}
.desk-none .sidebar-product .owl-carousel .owl-nav {
    top: -4.1rem;
    right: 1px
}

.desk-none .sidebar-product .owl-carousel .owl-nav button.owl-next,
.desk-none .sidebar-product .owl-carousel .owl-nav button.owl-prev {
    font-size: 1.8rem
}