/*
Template Name : Daisy - Premium eCommerce Theme

-------- TABLE OF CONTENT --------
-------- 1-  RESET
-------- 2-  STYLE GUIDE
--------------- 2.1-  HEADING
--------------- 2.2-  FONT
--------------- 2.3-  FONT WEIGHT CLASS
--------------- 2.4-  FONT SIZE CLASS
--------------- 2.5-  COLOR
--------------- 2.6-  BACKGROUND COLOR
--------------- 2.7-  PADDING CLASS
--------------- 2.8-  MARGIN CLASS
--------------- 2.9-  BLOCKQUOTE
--------------- 2.10-  ADDRESS
--------------- 2.11-  BADGES
--------------- 2.12-  BUTTON
--------------- 2.13-  FORM
--------------- 2.14-  TABLE
--------------- 2.15-  CUSTOM CLASS
-------- 3-  TOOLBAR
--------------- 3.1-  PAGINATION
-------- 4-  PLUGIN
--------------- 4.1-  OWL CAROUSEL
--------------- 4.2-  MAGNIFIC POPUP
-------- 5-  WIDGET
--------------- 5.1-  BLOCK HEADING
--------------- 5.2-  SOCIAL LINK
--------------- 5.3-  LINK INLINE
--------------- 5.4-  NEWSLETTER POPUP
--------------- 5.5-  HOME SLIDER
--------------- 5.6-  SERVICE
--------------- 5.7-  INSTAGRAM
--------------- 5.8-  COLLECTION SLIDER
--------------- 5.9-  NEWSLETTER
--------------- 5.10-  BRAND
--------------- 5.11-  TESTIMONIALS
--------------- 5.12-  PROMO BANNER
-------- 6-  PRODUCT WIDGET
--------------- 6.1-  DEALS
--------------- 6.2-  TRENDING
--------------- 6.3-  PRODUCT SLIDER
--------------- 6.4-  PRODUCT LIST - WIDGET
--------------- 6.5-  PRODUCT TABS
--------------- 6.6-  FLEX SLIDER
-------- 7-  CATALOG
--------------- 7.1-  REVIEW
--------------- 7.2-  PRODUCT LABEL
--------------- 7.3-  PRODUCT OPTIONS
--------------- 7.4-  PRODUCTS GRID
--------------- 7.5-  PRODUCT GRID V2
--------------- 7.6-  PRODUCT LIST
--------------- 7.7-  PRODUCT DETAIL
--------------- 7.8-  QUICKVIEW
-------- 8-  HEADER
--------------- 8.1-  MEGAMENU
--------------- 8.2-  WISHLIST ICON
--------------- 8.3-  SEARCH
--------------- 8.4-  MINI CART
--------------- 8.5-  HEADER 1
--------------- 8.6-  HEADER 2
--------------- 8.7-  HEADER 3
--------------- 8.8-  HEADER 4
--------------- 8.9-  HEADER 5
--------------- 8.10-  HEADER 6
-------- 9-  FOOTER
-------- 10-  SIDEBAR
--------------- 10.1-  BLOCK CATEGORY LINK
--------------- 10.2-  BLOCK TAG
--------------- 10.3-  PRICE SLIDER
-------- 11-  PAGE
--------------- 11.1-  PAGE TITLE
--------------- 11.2-  BREADCRUMBS
--------------- 11.3-  COMING SOON
--------------- 11.4-  OUR TEAM
--------------- 11.5-  FAQ
--------------- 11.6-  BLOG
--------------- 11.7-  SHOPPING CART
--------------- 11.8-  CONTACT
--------------- 11.9-  CHECKOUT
--------------- 11.10-  MY ACCOUNT
--------------- 11.11-  PORTFOLIO
--------------- 11.12-  DEMO PAGE
-------- End Table Of Contents -------- //
*/


/* ========== RESET ========== */

*,
*:focus,
*:active {
    outline: none !important
}

html,
body {
    overflow-x: hidden;
}

input,
textarea,
select,
button {
    font: inherit
}

::placeholder {
    font: inherit
}

:-ms-input-placeholder {
    font: inherit
}

::-ms-input-placeholder {
    font: inherit
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

a,
button {
    cursor: pointer;
    transition: all 300ms;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    -ms-transition: all 300ms;
}

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


/* ========== STYLE GUIDE ========== */

body {
    color: #1B1B1B;
    font-size: 14px;
    font-family: "Roboto";
    line-height: 1.5714;
    letter-spacing: 0.07em;
}

a {
    color: #1B1B1B;
}

a:hover,
a:focus {
    color: #2c4fff;
}


/* HEADING */

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.price,
.font_oswald,
.navigation-top-menu .level0>a,
.navigation-top-menu .level1>a,
.navigation-top-menu .menu-title {
    font-family: "Oswald";
    letter-spacing: 0.055em;
    font-weight: 400;
}

h1,
.h1 {
    font-size: 50px;
}

h2,
.h2 {
    font-size: 34px;
}

h3,
.h3 {
    font-size: 22px;
}

h4,
.h4 {
    font-size: 20px;
}

h5,
.h5 {
    font-size: 18px;
}

h6,
.h6 {
    font-size: 16px;
}


/* FONT */

.promobanner h1,
.promobanner .h1,
.promobanner h2,
.promobanner .h2,
.promobanner h3,
.promobanner .h3,
.promobanner h4,
.promobanner .h4,
.promobanner h5,
.promobanner .h5,
.promobanner h6,
.promobanner .h6,
.blog-item-details .blog-item-name,
.blog-item-details .blog-item-author,
.blog-item-details .blog-item-icons,
.playfair-display,
.first-char,
blockquote {
    font-family: "Playfair Display";
    line-height: 1.46;
}


/* FONT WEIGHT CLASS */

.f_light {
    font-weight: 300;
}

.f_regular {
    font-weight: 400;
}

.f_medium {
    font-weight: 500;
}

.f_semibold {
    font-weight: 600;
}

.f_bold {
    font-weight: 700;
}

.f_extrabold {
    font-weight: 800;
}

.f_black {
    font-weight: 900;
}


/* FONT SIZE CLASS */

.fs_14 {
    font-size: 14px;
}

.fs_16 {
    font-size: 16px;
}

.fs_18 {
    font-size: 18px;
}

.fs_20 {
    font-size: 20px;
}

.fs_22 {
    font-size: 22px;
}

.fs_24 {
    font-size: 24px;
}

.fs_26 {
    font-size: 26px;
}

.fs_28 {
    font-size: 28px;
}

.fs_30 {
    font-size: 30px;
}

.fs_32 {
    font-size: 32px;
}

.fs_34 {
    font-size: 34px;
}

.fs_36 {
    font-size: 36px;
}

.fs_38 {
    font-size: 38px;
}

.fs_40 {
    font-size: 40px;
}

.fs_42 {
    font-size: 42px;
}

.fs_44 {
    font-size: 44px;
}

.fs_46 {
    font-size: 46px;
}

.fs_48 {
    font-size: 48px;
}

.fs_50 {
    font-size: 50px;
}


/* COLOR */

.color-primary, .color-info {
    color: #2c4fff;
}

.color-gold {
    color: #f8d11a;
}

.color-success {
    color: #01d201;
}

.color-danger {
    color: #ff0000;
}


/* BACKGROUND COLOR */

.bg-blue {
    background-color: #304fff;
}

.bg-green {
    background-color: #3fbe65;
}

.bg-red {
    background-color: #fd224a;
}

.bg-yellow {
    background-color: #f9d21d;
}

.bg-azure {
    background-color: #00c6ff;
}

.bg-grape {
    background-color: #8f13fd;
}

.bg-sky {
    background-color: #e0ecf8;
}

.bg-babyblue {
    background-color: #d6f9f2;
}

.bg-pink {
    background-color: #ffd7df;
}

.bg-peach {
    background-color: #fcf6de;
}

.bg-maya {
    background-color: #e4f8ff;
}

.bg-helio {
    background-color: #e6d1f8;
}

.bg-iron {
    background-color: #6f6f6f;
}

.bg-gray {
    background-color: #d5d5d5;
}

.bg-smoke {
    background-color: #f3f3f3;
}

.bg-pearl {
    background-color: #faf9f7;
}


/* PADDING CLASS */

.pd-5 {
    padding: 5px
}

.pd-10 {
    padding: 10px
}

.pd-15 {
    padding: 15px
}

.pd-20 {
    padding: 20px
}

.pd-25 {
    padding: 25px
}

.pd-30 {
    padding: 30px
}

.pd-35 {
    padding: 35px
}

.pd-40 {
    padding: 40px
}

.pd-45 {
    padding: 45px
}

.pd-50 {
    padding: 50px
}

.pd-55 {
    padding: 55px
}

.pd-60 {
    padding: 60px
}

.pd-65 {
    padding: 65px
}

.pd-70 {
    padding: 70px
}

.pd-75 {
    padding: 75px
}

.pd-top-5 {
    padding-top: 5px
}

.pd-top-10 {
    padding-top: 10px
}

.pd-top-15 {
    padding-top: 15px
}

.pd-top-20 {
    padding-top: 20px
}

.pd-top-25 {
    padding-top: 25px
}

.pd-top-30 {
    padding-top: 30px
}

.pd-top-35 {
    padding-top: 35px
}

.pd-top-40 {
    padding-top: 40px
}

.pd-top-45 {
    padding-top: 45px
}

.pd-top-50 {
    padding-top: 50px
}

.pd-top-55 {
    padding-top: 55px
}

.pd-top-60 {
    padding-top: 60px
}

.pd-top-65 {
    padding-top: 65px
}

.pd-top-70 {
    padding-top: 70px
}

.pd-top-75 {
    padding-top: 75px
}

.pd-bottom-5 {
    padding-bottom: 5px
}

.pd-bottom-10 {
    padding-bottom: 10px
}

.pd-bottom-15 {
    padding-bottom: 15px
}

.pd-bottom-20 {
    padding-bottom: 20px
}

.pd-bottom-25 {
    padding-bottom: 25px
}

.pd-bottom-30 {
    padding-bottom: 30px
}

.pd-bottom-35 {
    padding-bottom: 35px
}

.pd-bottom-40 {
    padding-bottom: 40px
}

.pd-bottom-45 {
    padding-bottom: 45px
}

.pd-bottom-50 {
    padding-bottom: 50px
}

.pd-bottom-55 {
    padding-bottom: 55px
}

.pd-bottom-60 {
    padding-bottom: 60px
}

.pd-bottom-65 {
    padding-bottom: 65px
}

.pd-bottom-70 {
    padding-bottom: 70px
}

.pd-bottom-75 {
    padding-bottom: 75px
}

.pd-left-5 {
    padding-left: 5px
}

.pd-left-10 {
    padding-left: 10px
}

.pd-left-15 {
    padding-left: 15px
}

.pd-left-20 {
    padding-left: 20px
}

.pd-left-25 {
    padding-left: 25px
}

.pd-left-30 {
    padding-left: 30px
}

.pd-left-35 {
    padding-left: 35px
}

.pd-left-40 {
    padding-left: 40px
}

.pd-left-45 {
    padding-left: 45px
}

.pd-left-50 {
    padding-left: 50px
}

.pd-left-55 {
    padding-left: 55px
}

.pd-left-60 {
    padding-left: 60px
}

.pd-left-65 {
    padding-left: 65px
}

.pd-left-70 {
    padding-left: 70px
}

.pd-left-75 {
    padding-left: 75px
}

.pd-right-5 {
    padding-right: 5px
}

.pd-right-10 {
    padding-right: 10px
}

.pd-right-15 {
    padding-right: 15px
}

.pd-right-20 {
    padding-right: 20px
}

.pd-right-25 {
    padding-right: 25px
}

.pd-right-30 {
    padding-right: 30px
}

.pd-right-35 {
    padding-right: 35px
}

.pd-right-40 {
    padding-right: 40px
}

.pd-right-45 {
    padding-right: 45px
}

.pd-right-50 {
    padding-right: 50px
}

.pd-right-55 {
    padding-right: 55px
}

.pd-right-60 {
    padding-right: 60px
}

.pd-right-65 {
    padding-right: 65px
}

.pd-right-70 {
    padding-right: 70px
}

.pd-right-75 {
    padding-right: 75px
}


/* MARGIN CLASS */

.mg-5 {
    margin: 5px
}

.mg-10 {
    margin: 10px
}

.mg-15 {
    margin: 15px
}

.mg-20 {
    margin: 20px
}

.mg-25 {
    margin: 25px
}

.mg-30 {
    margin: 30px
}

.mg-35 {
    margin: 35px
}

.mg-40 {
    margin: 40px
}

.mg-45 {
    margin: 45px
}

.mg-50 {
    margin: 50px
}

.mg-55 {
    margin: 55px
}

.mg-60 {
    margin: 60px
}

.mg-65 {
    margin: 65px
}

.mg-70 {
    margin: 70px
}

.mg-75 {
    margin: 75px
}

.mg-top-5 {
    margin-top: 5px
}

.mg-top-10 {
    margin-top: 10px
}

.mg-top-15 {
    margin-top: 15px
}

.mg-top-20 {
    margin-top: 20px
}

.mg-top-25 {
    margin-top: 25px
}

.mg-top-30 {
    margin-top: 30px
}

.mg-top-35 {
    margin-top: 35px
}

.mg-top-40 {
    margin-top: 40px
}

.mg-top-45 {
    margin-top: 45px
}

.mg-top-50 {
    margin-top: 50px
}

.mg-top-55 {
    margin-top: 55px
}

.mg-top-60 {
    margin-top: 60px
}

.mg-top-65 {
    margin-top: 65px
}

.mg-top-70 {
    margin-top: 70px
}

.mg-top-75 {
    margin-top: 75px
}

.mg-bottom-5 {
    margin-bottom: 5px
}

.mg-bottom-10 {
    margin-bottom: 10px
}

.mg-bottom-15 {
    margin-bottom: 15px
}

.mg-bottom-20 {
    margin-bottom: 20px
}

.mg-bottom-25 {
    margin-bottom: 25px
}

.mg-bottom-30 {
    margin-bottom: 30px
}

.mg-bottom-35 {
    margin-bottom: 35px
}

.mg-bottom-40 {
    margin-bottom: 40px
}

.mg-bottom-45 {
    margin-bottom: 45px
}

.mg-bottom-50 {
    margin-bottom: 50px
}

.mg-bottom-55 {
    margin-bottom: 55px
}

.mg-bottom-60 {
    margin-bottom: 60px
}

.mg-bottom-65 {
    margin-bottom: 65px
}

.mg-bottom-70 {
    margin-bottom: 70px
}

.mg-bottom-75 {
    margin-bottom: 75px
}

.mg-left-5 {
    margin-left: 5px
}

.mg-left-10 {
    margin-left: 10px
}

.mg-left-15 {
    margin-left: 15px
}

.mg-left-20 {
    margin-left: 20px
}

.mg-left-25 {
    margin-left: 25px
}

.mg-left-30 {
    margin-left: 30px
}

.mg-left-35 {
    margin-left: 35px
}

.mg-left-40 {
    margin-left: 40px
}

.mg-left-45 {
    margin-left: 45px
}

.mg-left-50 {
    margin-left: 50px
}

.mg-left-55 {
    margin-left: 55px
}

.mg-left-60 {
    margin-left: 60px
}

.mg-left-65 {
    margin-left: 65px
}

.mg-left-70 {
    margin-left: 70px
}

.mg-left-75 {
    margin-left: 75px
}

.mg-right-5 {
    margin-right: 5px
}

.mg-right-10 {
    margin-right: 10px
}

.mg-right-15 {
    margin-right: 15px
}

.mg-right-20 {
    margin-right: 20px
}

.mg-right-25 {
    margin-right: 25px
}

.mg-right-30 {
    margin-right: 30px
}

.mg-right-35 {
    margin-right: 35px
}

.mg-right-40 {
    margin-right: 40px
}

.mg-right-45 {
    margin-right: 45px
}

.mg-right-50 {
    margin-right: 50px
}

.mg-right-55 {
    margin-right: 55px
}

.mg-right-60 {
    margin-right: 60px
}

.mg-right-65 {
    margin-right: 65px
}

.mg-right-70 {
    margin-right: 70px
}

.mg-right-75 {
    margin-right: 75px
}


/* BLOCKQUOTE */

blockquote {
    font-size: 24px;
    color: #3B3D40;
    text-align: center;
    display: inline-block;
    position: relative;
    margin: 0;
    min-height: 65px;
    padding: 18px 0 0 25px;
}

blockquote:after {
    content: "";
    display: block;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #E3F9FF;
    position: absolute;
    left: 0;
    top: 0;
}

blockquote span {
    position: relative;
    z-index: 2;
}


/* ADDRESS */

address {
    font-size: 16px;
    color: #6F6F6F;
}

.hide {
    display: none !important;
}


/* BADGES */

.badge {
    border: 1px solid #e0ecfc;
    background-color: #e0ecfc;
    color: #485eb1;
    font-weight: 400;
    padding: 3px 23px;
    border-radius: 2px;
    font-size: 13px;
}

.badge-success {
    color: #6fb583;
    border-color: #d8f8f3;
    background-color: #d8f8f3;
}

.badge-danger {
    color: #cd3855;
    border-color: #ffd7df;
    background-color: #ffd7df;
}

.badge-warning {
    color: #e6cc55;
    border-color: #fcf6de;
    background-color: #fcf6de;
}

.badge-info {
    color: #69b6d0;
    border-color: #e4f8ff;
    background-color: #e4f8ff;
}

.badge-custom {
    color: #8437d1;
    border-color: #e6d1f8;
    background-color: #e6d1f8;
}

.badge-disable {
    color: #888888;
    border-color: #e7e7e7;
    background-color: #e7e7e7;
}

.badge-secondary {
    color: #485eb1;
    border-color: #485eb1;
    background-color: #fff;
}


/* BUTTON */

.btn {
    font-size: 14px;
    line-height: 2.2;
    padding: 4px 25px;
    border-radius: 4px;
    box-shadow: none !important;
    min-width: 140px;
}

.btn .icon {
    margin-right: 14px;
    vertical-align: middle;
}

.btn-full {
    width: 100%;
}

.btn-xl {
    padding: 7px 25px;
    font-size: 20px;
    min-width: 160px;
}

.btn-xs {
    padding: 1px 15px;
    font-size: 12px;
    min-width: 90px;
}

.btn-radius {
    border-radius: 40px;
}

.btn-primary {
    background-color: #304FFE;
    color: #fff;
    border: 1px solid #304FFE;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #000000;
    color: #fff;
    border: 1px solid #000000;
}

.btn-secondary {
    background-color: #fff;
    color: #000000;
    border: 1px solid #000000;
}

.btn-secondary:focus,
.btn-secondary:hover {
    background-color: #304FFE;
    color: #fff;
    border: 1px solid #304FFE;
}

.btn-dark {
    background-color: #000000;
    color: #fff;
    border: 1px solid #000000;
}

.btn-dark:focus,
.btn-dark:hover {
    background-color: #1d2124;
    color: #fff;
    border: 1px solid #1d2124;
}

.btn-light {
    background-color: #fff;
    color: #000000;
    border: 1px solid #fff;
}

.btn-light:focus,
.btn-light:hover {
    background-color: #1d2124;
    color: #fff;
    border: 1px solid #1d2124;
}

.btn-default {
    background-color: #fff;
    color: #000000;
    border: 1px solid #1d2124;
}

.btn-default:focus,
.btn-default:hover {
    background-color: #1d2124;
    color: #fff;
    border: 1px solid #1d2124;
}

.btn-submit {
    background-color: #3ebf63;
    color: #fff;
    border: 1px solid #3ebf63;
}

.btn-submit:focus,
.btn-submit:hover {
    background-color: #35a656;
    color: #fff;
    border: 1px solid #35a656;
}


/* FORM */

.form-group {
    margin-bottom: 25px;
}

.form-group label {
    font-size: 14px;
    color: #6F6F6F;
    margin-bottom: 7px;
}

input::-webkit-input-placeholder {
    color: #D5D5D5
}

input:-moz-placeholder {
    color: #D5D5D5
}

input::-moz-placeholder {
    color: #D5D5D5
}

input:-ms-input-placeholder {
    color: #D5D5D5
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset
}

input:focus::-webkit-input-placeholder {
    color: #D5D5D5
}

input:focus::-moz-placeholder {
    color: #D5D5D5
}

input:focus:-ms-input-placeholder {
    color: #D5D5D5
}

input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"],
.form-control,
.input-text {
    background-color: #fff;
    border: 1px solid #D5D5D5;
    box-sizing: border-box;
    font-size: 14px;
    box-shadow: none;
    height: 40px;
    line-height: 40px;
    color: #000000;
    vertical-align: baseline;
    width: 100%;
    padding: 0 10px;
    border-radius: 5px;
}

input[type="number"] {
    -moz-appearance: textfield;
    -webkit-appearance: textfield
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none
}

textarea,
textarea.form-control,
textarea.input-text {
    width: 100%;
    height: auto;
    /* min-height: 170px; */
    border: 1px solid #D5D5D5;
    background: #fff;
    box-shadow: none;
    padding: 5px 15px;
    box-shadow: none !important;
    border-radius: 5px;
}

textarea.large {
    min-height: 200px !important;
}

textarea.wide {
    min-height: 120px !important;
}

textarea.middle {
    min-height: 150px !important;
}

@-moz-document url-prefix() {

    select:-moz-focusring,
    select::-moz-focus-inner {
        color: transparent !important;
        text-shadow: 0 0 0 #999 !important;
        background-image: none !important;
        border: 0
    }
}

select,
select.form-control,
select.input-text {
    width: 100%;
    border: 1px solid #D5D5D5;
    border-radius: 5px;
}

select:not([multiple]),
select.form-control:not([multiple]),
select.input-text:not([multiple]) {
    -moz-appearance: none;
    -webkit-appearance: none;
    height: 40px;
    text-indent: 0.01em;
    padding: 0 25px 0 20px;
    background-image: url(../images/select_icon.png);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center right 17px;
    background-color: #fff;
    border: 1px solid #D5D5D5
}

select:not([multiple]) option,
select.form-control:not([multiple]) option,
select.input-text:not([multiple]) option {
    height: 40px;
    padding: 8px 10px
}

select[multiple],
select.form-control[multiple],
select.input-text[multiple] {
    background-color: #fff
}

select[multiple] option,
select.form-control[multiple] option,
select.input-text[multiple] option {
    font-size: 14px;
    height: 34px;
    padding: 8px 10px
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
select:focus,
.form-control:focus {
    box-shadow: 0px 0px 4px 0px rgba(0, 198, 255, 0.5);
}

.custom-control .custom-control-label {
    font-size: 16px;
}


/* TABLE */

.table.table-borderless thead tr th {
    background-color: #FBF9F8;
    font-size: 16px;
    font-weight: 500;
}


/* CUSTOM CLASS */

.title-xs {
    font-size: 12px;
    color: #ddd;
}

.item-description {
    color: #9B9B9B;
    font-size: 12px;
}

.item-description .image {
    border-radius: 6px;
    margin-bottom: 20px;
    overflow: hidden;
}

.first-char {
    font-size: 64px;
    color: #000000;
    float: left;
    line-height: 1;
    font-weight: 700;
    margin-right: 17px;
    vertical-align: top;
    margin-top: -5px;
}

.clear-margin-owl {
    margin-left: -15px;
    margin-right: -15px;
}

.row.row-vertical {
    align-items: center;
}

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

.row-padding-10 .col,
.row-padding-10 .col-1,
.row-padding-10 .col-10,
.row-padding-10 .col-11,
.row-padding-10 .col-12,
.row-padding-10 .col-2,
.row-padding-10 .col-3,
.row-padding-10 .col-4,
.row-padding-10 .col-5,
.row-padding-10 .col-6,
.row-padding-10 .col-7,
.row-padding-10 .col-8,
.row-padding-10 .col-9,
.row-padding-10 .col-auto,
.row-padding-10 .col-lg,
.row-padding-10 .col-lg-1,
.row-padding-10 .col-lg-10,
.row-padding-10 .col-lg-11,
.row-padding-10 .col-lg-12,
.row-padding-10 .col-lg-2,
.row-padding-10 .col-lg-3,
.row-padding-10 .col-lg-4,
.row-padding-10 .col-lg-5,
.row-padding-10 .col-lg-6,
.row-padding-10 .col-lg-7,
.row-padding-10 .col-lg-8,
.row-padding-10 .col-lg-9,
.row-padding-10 .col-lg-auto,
.row-padding-10 .col-md,
.row-padding-10 .col-md-1,
.row-padding-10 .col-md-10,
.row-padding-10 .col-md-11,
.row-padding-10 .col-md-12,
.row-padding-10 .col-md-2,
.row-padding-10 .col-md-3,
.row-padding-10 .col-md-4,
.row-padding-10 .col-md-5,
.row-padding-10 .col-md-6,
.row-padding-10 .col-md-7,
.row-padding-10 .col-md-8,
.row-padding-10 .col-md-9,
.row-padding-10 .col-md-auto,
.row-padding-10 .col-sm,
.row-padding-10 .col-sm-1,
.row-padding-10 .col-sm-10,
.row-padding-10 .col-sm-11,
.row-padding-10 .col-sm-12,
.row-padding-10 .col-sm-2,
.row-padding-10 .col-sm-3,
.row-padding-10 .col-sm-4,
.row-padding-10 .col-sm-5,
.row-padding-10 .col-sm-6,
.row-padding-10 .col-sm-7,
.row-padding-10 .col-sm-8,
.row-padding-10 .col-sm-9,
.row-padding-10 .col-sm-auto,
.row-padding-10 .col-xl,
.row-padding-10 .col-xl-1,
.row-padding-10 .col-xl-10,
.row-padding-10 .col-xl-11,
.row-padding-10 .col-xl-12,
.row-padding-10 .col-xl-2,
.row-padding-10 .col-xl-3,
.row-padding-10 .col-xl-4,
.row-padding-10 .col-xl-5,
.row-padding-10 .col-xl-6,
.row-padding-10 .col-xl-7,
.row-padding-10 .col-xl-8,
.row-padding-10 .col-xl-9,
.row-padding-10 .col-xl-auto {
    padding: 0 10px;
}


/* ========== TOOLBAR ========== */

.toolbar .shop-display {
    font-size: 12px;
    color: #6F6F6F;
}

.toolbar .shop-display .count {
    color: #000000;
}

.toolbar .view-mode {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

.toolbar .view-mode .modes-mode {
    font-size: 20px;
    color: #304FFE;
    display: block;
    line-height: 1;
}

.toolbar .view-mode .modes-mode span {
    display: block;
    line-height: 1;
}

.toolbar .view-mode .modes-mode+.modes-mode {
    margin-left: 6px;
}

.toolbar .view-mode a.modes-mode {
    color: #6F6F6F;
}

.toolbar .view-mode a.modes-mode:hover {
    color: #304FFE;
}

.toolbar .sort-by {
    margin: 0 20px 0 auto;
}

.toolbar .filter-actions {
    margin-right: 90px;
}

.toolbar .filter-action {
    color: #304FFE;
    border: 1px solid #304FFE;
    font-size: 12px;
    border-radius: 30px;
    background-color: #fff;
    padding: 0 28px 0 15px;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    height: 30px;
}

.toolbar .filter-action span {
    margin-right: 5px;
    font-size: 20px;
}

.toolbar .filter-action:hover {
    background-color: #304FFE;
    color: #fff;
}

.toolbar .sort-by {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

.toolbar .sort-by .label {
    color: #9B9B9B;
    font-size: 12px;
}

.toolbar .action-sort {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    height: 30px;
    color: #000000;
    border: 1px solid #faf9f7;
    background-color: #faf9f7;
    font-size: 12px;
    border-radius: 30px;
    padding: 0 23px;
    justify-content: center;
    -webkit-justify-content: center;
    margin-left: 20px;
}

.toolbar .action-sort:hover,
.toolbar .action-sort.active {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

.toolbar .action-sort.active {
    pointer-events: none;
}

.toolbar.top-toolbar {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    margin: 0 0 60px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 25px 0;
}

.sidebar+.site-content .toolbar.top-toolbar {
    padding-top: 0;
}

.toolbar.bottom-toolbar {
    padding: 20px 0;
    margin-top: 15px;
}

.toolbar.product-toolbar {
    position: relative;
}

.toolbar.product-toolbar .filter-content {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 10;
    padding: 50px 0;
    display: none;
}

.toolbar.product-toolbar .filter-content .content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.toolbar.product-toolbar .filter-content .content>div {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    margin-bottom: 30px;
    padding-left: 15px;
}

.toolbar.product-toolbar .filter-content .block-title {
    margin-bottom: 17px;
}

.toolbar.product-toolbar .filter-content .block-title .title {
    font-size: 20px;
    font-weight: 500;
}


/* PAGINATION */

.pagination {
    justify-content: center;
    -webkit-justify-content: center;
    margin: 0;
}

.pagination .page-item .page-link {
    padding: 0;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    background-color: transparent;
    box-shadow: none !important;
    line-height: 40px;
    color: #1B1B1B;
    font-size: 16px;
    border: none;
}

.pagination .page-item.active .page-link {
    background-color: #faf9f7;
}


/* ========== PLUGIN ========== */


/* OWL CAROUSEL */

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 48px;
    color: #000;
    background: none;
    border: none;
    padding: 0;
}

.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: 0;
}

.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 5px;
}

.owl-carousel .owl-dots button {
    padding: 0;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    border: 2px solid #1B1B1B;
    transition: all 300ms;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    -ms-transition: all 300ms;
    margin: 0 5px;
}

.owl-carousel .owl-dots button:hover,
.owl-carousel .owl-dots button.active {
    background-color: #1B1B1B;
}


/* MAGNIFIC POPUP */

.mfp-zoom-out .mfp-with-anim {
    opacity: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3)
}

.mfp-zoom-out.mfp-bg {
    opacity: 0;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1)
}

.mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: 0.8
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    opacity: 0
}

.mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-img-gallery .mfp-figure:before,
.mfp-img-gallery .mfp-iframe-scaler:before {
    content: "";
    display: block;
    position: fixed;
    z-index: 1049;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    right: 0;
    top: 0;
    height: 50px;
    cursor: default;
}

.mfp-img-gallery .mfp-figure .mfp-close,
.mfp-img-gallery .mfp-iframe-scaler .mfp-close {
    font-family: inherit;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1050 !important;
    height: 50px;
    width: 50px;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
    color: #fff !important;
    font-size: 36px;
    text-align: center;
}

.mfp-img-gallery .mfp-bottom-bar {
    display: block;
    position: fixed;
    z-index: 1049;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    right: 0;
    bottom: 0;
    cursor: default;
    margin: 0;
    top: auto;
    padding: 22px;
}

.mfp-img-gallery .mfp-counter {
    padding: 15px 15px 15px 0;
}


/* ========== WIDGET ========== */


/* BLOCK HEADING */

.content-heading {
    text-align: center;
    margin-bottom: 27px;
}

.content-heading .title {
    margin: 0;
}


/* SOCIAL LINK */

.social-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
}

.social-list li {
    font-size: 20px;
    line-height: 1;
}

.social-list li+li {
    padding-left: 20px;
}

.social-list.justify-content-center li {
    padding: 0 10px;
}

.social-list.social-vertical {
    display: block;
}

.social-list.social-vertical li {
    width: 100%;
    padding: 13px 0;
}


/* LINK INLINE */

.link-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.link-inline li+li {
    padding-left: 20px;
}


/* NEWSLETTER POPUP */

.newsletter-popup {
    width: 790px;
    max-width: calc(100% - 30px);
    background: #fff;
    position: relative;
    margin: 0 auto;
}

.newsletter-popup .close-canvas {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
    font-size: 20px;
    border-radius: 50%;
    color: #FC2249;
    background-color: #fff;
    border: 1px solid #E7E7E7;
    line-height: 36px;
}

.newsletter-popup .close-canvas:hover {
    color: #fff;
    background-color: #FC2249;
    border-color: #FC2249;
}

.newsletter-popup .newsletter-image {
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
    background-image: url('../images/newsletter_image.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.newsletter-popup .newsletter-form {
    -ms-flex: 0 0 52%;
    flex: 0 0 52%;
    max-width: 52%;
    padding: 115px 30px;
    text-align: center;
    color: #6F6F6F;
    font-size: 12px;
}

.newsletter-popup .newsletter-form .title {
    margin-bottom: 31px;
    color: #1B1B1B;
}


/* LOGIN POPUP */

.login-popup {
    width: 490px;
    max-width: calc(100% - 30px);
    background: #fff;
    position: relative;
    margin: 0 auto;
}

.login-popup .close-canvas {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
    font-size: 20px;
    border-radius: 50%;
    color: #FC2249;
    background-color: #fff;
    border: 1px solid #E7E7E7;
    line-height: 36px;
}

.login-popup .close-canvas:hover {
    color: #fff;
    background-color: #FC2249;
    border-color: #FC2249;
}

.login-popup .login-form {
    padding: 75px 30px;
    text-align: center;
    color: #6F6F6F;
    font-size: 12px;
}

.login-popup .login-form .title {
    margin-bottom: 31px;
    color: #1B1B1B;
}


/* HOME SLIDER */

.animated {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
}

.animate-out {
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
}

.banner-slider-wrapper {
    position: relative;
}

.banner-slider-wrapper .banner-slider .item {
    height: 100vh;
    position: relative;
    overflow: hidden;
    max-height: 900px;
    min-height: 650px;
}

.banner-slider-wrapper .banner-slider .item img {
    position: absolute;
    width: auto;
    height: auto;
    max-width: unset;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 1;
}

.banner-slider-wrapper .banner-slider .item.have-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-slider-wrapper .banner-slider .item.have-bg img {
    opacity: 0;
}

.banner-slider-wrapper .slide-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 2;
}

.banner-slider-wrapper .social-list {
    position: absolute;
    left: 65px;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.banner-slider-wrapper.social-right .social-list {
    left: auto;
    right: 65px;
}

.banner-slider-wrapper .social-list.text a {
    writing-mode: vertical-lr;
    font-size: 14px;
}

.banner-slider-wrapper .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 46px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.banner-slider-wrapper .owl-carousel .owl-nav button.owl-prev,
.banner-slider-wrapper .owl-carousel .owl-nav button.owl-next {
    position: static;
    display: block;
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    font-size: 48px;
    margin: 17px 0;
    line-height: 1;
}

.banner-slider-wrapper .owl-carousel .owl-nav button.owl-prev .icon,
.banner-slider-wrapper .owl-carousel .owl-nav button.owl-next .icon {
    display: block;
}

.banner-slider-wrapper .slider-position {
    margin: 0;
    position: absolute;
    top: 50%;
    right: 53px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 2;
    letter-spacing: 0;
}

.banner-slider-wrapper .owl-carousel .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 55px;
    z-index: 1;
}

.banner-slider-wrapper.dots-right .owl-carousel .owl-dots {
    top: 50%;
    bottom: auto;
    right: 70px;
    left: auto;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.banner-slider-wrapper.dots-right .owl-carousel .owl-dots button {
    display: block;
    margin: 5px 0;
}

.banner-slider-wrapper.dots-left .owl-carousel .owl-dots {
    top: 50%;
    bottom: auto;
    left: 60px;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.banner-slider-wrapper.dots-left .owl-carousel .owl-dots button {
    display: block;
    margin: 5px 0;
}

.banner-slider-wrapper .bottom-slider {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 57px;
    font-size: 18px;
}

.banner-slider-wrapper .count-text {
    color: #aebfc6;
}

.banner-slider-wrapper .count-text .count {
    position: relative;
    margin-right: 70px;
    color: #000;
    font-weight: 500;
    font-size: 22px;
}

.banner-slider-wrapper .count-text .count:after {
    content: "";
    display: block;
    background-color: #000;
    width: 30px;
    height: 1px;
    position: absolute;
    left: 100%;
    margin-left: 15px;
    top: 17px;
}

.banner-slider-wrapper .bottom-slider .count-number {
    color: #aebfc6;
    font-size: 22px;
    font-weight: 500;
}

.banner-slider-wrapper .bottom-slider .count-number.fs_18 {
    font-size: 18px;
}

.banner-slider-wrapper .bottom-slider .count-number .count {
    position: relative;
    margin-right: 70px;
    color: #000;
}

.banner-slider-wrapper .bottom-slider .count-number.fs_18 .count {
    margin-right: 60px;
}

.banner-slider-wrapper .bottom-slider .count-number .count:after {
    content: "";
    display: block;
    background-color: #000;
    width: 30px;
    height: 1px;
    position: absolute;
    left: 100%;
    margin-left: 15px;
    top: 17px;
}

.banner-slider-wrapper .bottom-slider .count-number.fs_18 .count:after {
    top: 14px;
}

.banner-slider-wrapper .top-slider .title {
    font-size: 48px;
    margin-bottom: 0;
}

.banner-slider-wrapper .top-slider .price {
    font-size: 28px;
    margin-top: 8px;
}

.banner-slider-wrapper .top-slider .btn {
    margin-top: 22px;
}

.banner-slider-wrapper .top-slider .sub-title {
    position: relative;
    margin-bottom: 16px;
    padding-left: 53px;
}

.banner-slider-wrapper .top-slider .sub-title:after {
    content: "";
    display: block;
    height: 1px;
    width: 40px;
    background-color: #1B1B1B;
    position: absolute;
    left: 0;
    top: 13px;
}

.banner-slider-wrapper .top-slider .count-text {
    font-size: 18px;
    margin-bottom: 12px;
}

.vertical-slide {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.vertical-slide .container {
    height: 100%;
    position: relative;
}

.vertical-slide .title {
    writing-mode: vertical-rl;
    position: absolute;
    bottom: 140px;
    left: 0;
    margin: 0;
    font-size: 50px;
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}


/* SLIDER 1 */

.banner-slider-wrapper.template-1 .top-slider {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -58px;
}


/* SLIDER 2 */

.banner-slider-wrapper.template-2 .top-slider {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}


/* SLIDER 3 */

.banner-slider-wrapper.template-3 .top-slider {
    position: absolute;
    top: 50%;
    left: auto;
    right: 80px;
    width: calc(50% - 80px);
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    padding-left: 15px;
}


/* SLIDER 4 */

.banner-slider-wrapper.template-4 .top-slider {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 80px;
    margin-top: -58px;
}


/* SLIDER 5 */

.banner-slider-wrapper.template-5 .top-slider {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 0;
    right: 0;
}

.banner-slider-wrapper.template-5 .top-slider .title {
    font-size: 42px;
    margin-bottom: 31px;
    font-weight: 300;
}


/* SLIDER 6 */

.banner-slider-wrapper.template-6 .top-slider {
    position: absolute;
    top: 50%;
    right: 200px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}


/* SLIDER 8 */

.banner-slider-wrapper.template-8 .top-slider {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.banner-slider-wrapper.template-8 .top-slider .title-block {
    font-family: Quentin;
    font-size: 40px;
}


/* SERVICE */

.st-service {
    padding: 80px 0 24px;
}

.service-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 30px;
    -ms-flex-align: center;
    align-items: center;
}

.service-item-icon {
    margin-top: -10px;
}

.service-item .service-item-content {
    padding: 16px 0 0 22px;
    font-size: 16px;
}

.service-item .service-item-content .title {
    font-size: 14px;
    margin-bottom: 2px;
    letter-spacing: 0.1em;
}


/* INSTAGRAM */

.instagram-slider .item>a {
    display: block;
    position: relative;
    overflow: hidden;
}

.instagram-slider .item>a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-color: #000;
    transition: all 300ms;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
}

.instagram-slider .item>a:hover:before {
    opacity: 0.4;
    visibility: visible;
}

.instagram-slider .item>a:after {
    color: #fff;
    font-size: 26px;
    content: "\e09a";
    font-family: "ElegantIcons";
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: 1;
    display: block;
    transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    transition: all 300ms;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    opacity: 0;
    visibility: hidden;
}

.instagram-slider .item>a:hover:after {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
}


/* COLLECTION SLIDER */

.collection-slider .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 28px;
}

.collection-slider .item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 125px 0;
}

.collection-slider .item.item-1 {
    background-image: url('../images/banner/slide_banner_1.jpg');
}

.collection-slider .item.item-2 {
    background-image: url('../images/banner/slide_banner_2.jpg');
}

.collection-slider .item.item-3 {
    background-image: url('../images/banner/slide_banner_3.jpg');
}

.collection-slider .item .text {
    padding-left: 50%;
}

.collection-slider .item .text .title {
    font-size: 40px;
    color: #202020;
    line-height: 1.375;
}

.collection-slider .item .text .actions {
    margin-top: 15px;
}


/* NEWSLETTER */

.newsletter-widget--lg {
    max-width: 540px;
    margin: 0 auto;
}

.newsletter-widget--lg .title {
    max-width: 500px;
    margin: 0 auto 30px;
    line-height: 1.5;
}


/* BRAND */

.brand-widget .item a {
    display: block;
    height: 0px;
    padding-bottom: 140px;
    position: relative;
}

.brand-widget.owl-carousel .owl-item {
    padding: 0 15px;
}

.brand-widget .item a img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    opacity: 1;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -ms-transition: all 300ms;
    -moz-transition: all 300ms;
}

.brand-widget .item a:hover img {
    opacity: 0.7;
}


/* TESTIMONIALS */

.st-testimonial {
    padding: 52px 0 27px;
}

.st-testimonial .content-heading {
    margin-bottom: 32px;
}

.testimonial-widget-content .owl-carousel .owl-item {
    padding: 0 15px;
}

.testimonial-widget-content .testimonial-content {
    text-align: center;
    margin-bottom: 23px;
    color: #000000;
    padding: 0 15px;
}

.testimonial-widget-content .testimonial-author {
    text-align: center;
}

.testimonial-widget-content .testimonial-author .testimonial-avarta {
    width: 65px;
    height: 65px;
    border-radius: 65px;
    overflow: hidden;
    margin: 0 auto 18px;
}

.testimonial-widget-content .testimonial-author .testimonial-name {
    text-transform: uppercase;
    margin-bottom: 12px;
}

.testimonial-widget-content .testimonial-author .testimonial-position {
    font-size: 12px;
    color: #6F6F6F;
}

.testimonial-widget-content .owl-carousel .owl-dots {
    margin-top: 17px;
}


/* PROMO BANNER */

.st-get-exclusive {
    background-color: #E3F9FF;
    padding: 121px 0 156px;
}

.st-banner {
    padding: 60px 0 35px;
}

.st-banner-3 {
    padding: 15px 0 50px;
}

.st-banner-6 {
    padding: 63px 0 40px;
}

.promobanner {
    overflow: hidden;
    position: relative;
}

.promobanner>a:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 70%);
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 70%);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.promobanner:hover>a:after {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.promobanner img {
    min-width: 100%;
}

.promobanner .promobanner-text {
    position: absolute;
    top: 50%;
    left: 30px;
    right: 30px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.promobanner.banner-v1 .promobanner-text .title {
    margin-bottom: 13px;
}

.promobanner .promobanner-text.top-center {
    top: 30px;
    left: 0;
    right: 0;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    -moz-transform: none;
}

.promobanner .promobanner-text.middle-left {
    top: 50%;
    left: 30px;
    right: 0;
    max-width: 300px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.promobanner .promobanner-text.bottom-center {
    top: auto;
    bottom: 30px;
    left: 0;
    right: 0;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    -moz-transform: none;
}

.our-marketplace {
    padding: 215px 0 215px;
    background-image: url('../images/our-marketplace.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.trending-items {
    height: 100%;
    border-radius: 5px;
    background-color: #D6FAF2;
    padding: 74px 30px 100px;
    position: relative;
}

.trending-items .title {
    color: #000000;
    font-weight: 300;
    font-size: 52px;
    line-height: 58px;
}

.trending-items .content {
    font-size: 16px;
    opacity: 0.62;
    color: #000000;
    line-height: 24px;
    margin: 17px auto 0;
    max-width: 180px;
}

.trending-items .action {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}

.promobanner.promobanner-v2 .promobanner-text.top-center {
    top: 24px;
}

.promobanner.promobanner-v2 .promobanner-text.bottom-center {
    bottom: 45px;
}

.promobanner-v2 .top-title {
    font-size: 16px;
    color: #1B1B1B;
}

.promobanner-v2 .title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3125;
    color: #000;
}

.promobanner-v2 .title em {
    font-weight: 400;
}


/* ========== PRODUCT WIDGET ========== */

.st-new-arrivals {
    padding: 3px 0 40px;
}

.st-new-arrivals-2 {
    padding: 55px 0 40px;
}

.products-grid .owl-carousel .owl-dots {
    margin-top: 24px;
}

.st-new-arrivals-3col {
    padding: 33px 0 60px;
}

.st-new-arrivals-3col .owl-carousel .owl-dots {
    margin-top: 15px;
}

.st-group-products {
    padding: 43px 0 50px;
}

.st-trens-item {
    padding: 60px 0 0;
}

.st-new-arrivals-3 {
    padding: 53px 0 77px;
}

.st-daily-deals-07 {
    padding: 51px 0;
}

.st-new-arrivals-07 {
    padding: 70px 0 19px;
}

.st-trending-products-8 {
    padding: 63px 0 15px;
}


/* DEALS */

.st-deals {
    background-color: #e4f8ff;
}

.time-countdown {
    text-align: center;
}

.time-countdown .title-block {
    font-family: Quentin;
    font-size: 70px;
}

.time-countdown .countdown-title {
    margin-bottom: 26px;
    letter-spacing: 0.1em;
}

.time-countdown .countdown-number {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.time-countdown .countdown-number .time-item {
    text-align: center;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 10px;
}

.time-countdown .countdown-number .time-item .number {
    font-size: 42px;
    color: #1B1B1B;
    display: block;
    margin-bottom: 9px;
}

.time-countdown .countdown-number .time-item .text {
    font-size: 16px;
    color: #1B1B1B;
    display: block;
}


/* TRENDING */

.trending-product-slider .owl-carousel .owl-nav .owl-prev,
.trending-product-slider .owl-carousel .owl-nav .owl-next {
    margin-top: -50px;
}

.trending-product-slider .owl-carousel .owl-nav .owl-prev {
    left: -33px;
}

.trending-product-slider .owl-carousel .owl-nav .owl-next {
    left: auto;
    right: -33px;
}

.trending-product-slider {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px;
    background-color: #E3F9FF;
    border-radius: 5px;
}

.trending-product-slider .col-left {
    -ms-flex: 0 0 calc(100% - 120px);
    flex: 0 0 calc(100% - 120px);
    max-width: calc(100% - 120px);
    padding: 0 30px;
}

.trending-product-slider .col-left .content-wrapper {
    max-width: 380px;
    position: relative;
    margin: 0 auto;
}

.trending-product-slider .col-left .products-grid .product-item .product-details {
    padding-top: 27px;
}

.trending-product-slider .col-right {
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    max-width: 120px;
}

.trending-product-slider .col-right .slick-vertical {
    margin: -15px 0;
}

.trending-product-slider .col-right .slick-vertical .slick-slide {
    padding: 15px 0;
    opacity: 0.5;
    cursor: pointer;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
}

.trending-product-slider .col-right .slick-vertical .slick-slide.slick-current {
    opacity: 1;
}

.products-widget-content .actions-toolbar.show-more {
    text-align: center;
}

.products-widget-content .actions-toolbar.show-more a {
    font-size: 16px;
}


/* PRODUCT SLIDER */

.products-grid.owl-carousel.owl-one-row .item {
    margin-bottom: 0;
}

.products-grid.owl-carousel.owl-one-row>.owl-stage-outer>.owl-stage>.owl-item {
    padding: 0 15px;
}


/* PRODUCT LIST - WIDGET */

.list-widget-product .block-title .title {
    margin-bottom: 8px;
    font-size: 20px;
}

.list-widget-product .product-item {
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #ddd;
    padding: 16px 0 13px;
}

.list-widget-product .product-item .product-item-image {
    -ms-flex: 0 0 65px;
    flex: 0 0 65px;
    /* max-width: 65px; */
}

.list-widget-product .product-item .product-item-details {
    -ms-flex: 0 0 calc(100% - 65px);
    flex: 0 0 calc(100% - 65px);
    max-width: calc(100% - 65px);
    padding-left: 20px;
}

.list-widget-product .product-item .product-item-details .product-item-name {
    margin-bottom: 5px;
}

.list-widget-product .product-item .product-item-details .product-price {
    margin-top: 14px;
}


/* PRODUCT TABS */

.st-product-tab {
    padding: 60px 0 48px;
}

.st-product-tab .content-heading {
    margin-bottom: 15px;
}

.st-trending-products {
    padding: 0 0 52px;
}

.st-trending-products .content-heading {
    margin-bottom: 36px;
}

.product-tab-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom: 1px solid #ddd;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

.product-tab-menu .tab-menu-title .title {
    font-size: 32px;
    margin: 0;
}

.product-tab-menu .nav-tabs {
    border: 0;
}

.product-tab-menu .nav-tabs .nav-item {
    margin: 0;
}

.product-tab-menu .nav-tabs .nav-link {
    padding: 0 20px;
    border: 0;
    background: none;
    line-height: 1;
    font-size: 20px;
    color: #D5D5D5;
}

.product-tab-menu .nav-tabs .nav-link:last-child {
    padding-right: 0;
}

.product-tab-menu .nav-tabs .nav-link:hover,
.product-tab-menu .nav-tabs .nav-link.active {
    color: #000000;
}

.product-tabs .nav-tabs {
    border: none;
    margin-bottom: 70px;
}

.product-tabs .nav-tabs .nav-item {
    margin: 0;
}

.product-tabs .nav-tabs .nav-item .nav-link {
    border: none;
    background: none;
    border-radius: 0;
    color: #D5D5D5;
    font-size: 20px;
    font-weight: 500;
    padding: 5px 15px;
}

.product-tabs .nav-tabs .nav-item .nav-link:hover,
.product-tabs .nav-tabs .nav-item .nav-link.active {
    color: #000;
}


/* FLEX SLIDER */

.st-trend-items {
    padding: 62px 0;
}

.slider-flex-item.owl-carousel .owl-dots {
    width: 25%;
    position: absolute;
    left: 0;
    bottom: 40px;
}

.products-grid.flex-slider {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.products-grid.flex-slider .product-item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
    height: auto !important;
}

.products-grid.flex-slider .product-item.title-block {
    writing-mode: vertical-lr;
    padding-bottom: 80px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
}

.products-grid.flex-slider .product-item.title-block .title {
    font-size: 32px;
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    font-weight: 700;
    overflow: hidden;
}

.products-grid.flex-slider .product-item.title-block span {
    display: inline-block;
    position: relative;
}

.products-grid.flex-slider .product-item.title-block span:after {
    content: "";
    height: 500px;
    width: 2px;
    position: absolute;
    background-color: #da3253;
    display: block;
    top: 100%;
    left: 12px;
    margin-top: 10px;
}


/* ========== CATALOG ========== */


/* REVIEW */

.review-control-vote {
    height: 14px;
    overflow: hidden;
    position: relative !important;
    vertical-align: middle;
    width: 96px;
    margin-top: 14px;
    top: 0 !important;
    left: 0 !important;
    right: auto !important;
    bottom: auto !important;
}

.review-control-vote:before {
    color: #F8D21C;
    font-family: 'ElegantIcons';
    font-size: 14px;
    height: 14px;
    letter-spacing: 6px;
    line-height: 14px;
    font-style: normal;
    font-weight: normal;
    speak: none;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    content: '\e031''\e031''\e031''\e031''\e031';
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
}

.review-control-vote input[type="radio"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px !important;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.review-control-vote input[type="radio"]:focus+label:before,
.review-control-vote input[type="radio"]:checked+label:before {
    opacity: 1;
}

.review-control-vote label {
    cursor: pointer;
    display: block;
    position: absolute;
}

.review-control-vote label span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.review-control-vote label:before {
    position: absolute;
    color: #F8D21C;
    font-family: 'ElegantIcons';
    font-size: 14px;
    height: 14px;
    letter-spacing: 6px;
    line-height: 14px;
    font-style: normal;
    font-weight: normal;
    speak: none;
    top: 0;
    left: 0;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    opacity: 0;
}

.review-control-vote label:hover:before {
    opacity: 1;
}

.review-control-vote label:hover~label:before {
    opacity: 0;
}

.review-control-vote .rating-5 {
    z-index: 2;
}

.review-control-vote .rating-5:before {
    content: '\e033''\e033''\e033''\e033''\e033';
}

.review-control-vote .rating-4 {
    z-index: 3;
}

.review-control-vote .rating-4:before {
    content: '\e033''\e033''\e033''\e033';
}

.review-control-vote .rating-3 {
    z-index: 4;
}

.review-control-vote .rating-3:before {
    content: '\e033''\e033''\e033';
}

.review-control-vote .rating-2 {
    z-index: 5;
}

.review-control-vote .rating-2:before {
    content: '\e033''\e033';
}

.review-control-vote .rating-1 {
    z-index: 6;
}

.review-control-vote .rating-1:before {
    content: '\e033';
}

.rating-summary {
    overflow: hidden;
    white-space: nowrap;
}

.rating-summary .rating-result {
    position: relative;
    width: 98px;
}

.rating-summary .rating-result:before {
    left: 2px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    -webkit-font-smoothing: antialiased;
    color: #F8D21C;
    font-family: 'ElegantIcons';
    font-size: 14px;
    height: 14px;
    letter-spacing: 6px;
    line-height: 1;
    content: "\e031""\e031""\e031""\e031""\e031";
    display: block;
    font-style: normal;
    font-weight: normal;
    speak: none;
}

.rating-summary .rating-result>span {
    width: 100%;
    display: block;
    overflow: hidden;
}

.rating-summary .rating-result>span:before {
    position: relative;
    z-index: 2;
    -webkit-font-smoothing: antialiased;
    color: #F8D21C;
    font-family: 'ElegantIcons';
    font-size: 14px;
    height: 14px;
    letter-spacing: 6px;
    margin-left: 2px;
    line-height: 1;
    content: "\e033""\e033""\e033""\e033""\e033";
    display: block;
    font-style: normal;
    font-weight: normal;
    speak: none;
}

.rating-summary .rating-result>span span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.r-value-1 {
    width: 1%;
}

.r-value-2 {
    width: 2%;
}

.r-value-3 {
    width: 3%;
}

.r-value-4 {
    width: 4%;
}

.r-value-5 {
    width: 5%;
}

.r-value-6 {
    width: 6%;
}

.r-value-7 {
    width: 7%;
}

.r-value-8 {
    width: 8%;
}

.r-value-9 {
    width: 9%;
}

.r-value-10 {
    width: 10%;
}

.r-value-11 {
    width: 11%;
}

.r-value-12 {
    width: 12%;
}

.r-value-13 {
    width: 13%;
}

.r-value-14 {
    width: 14%;
}

.r-value-15 {
    width: 15%;
}

.r-value-16 {
    width: 16%;
}

.r-value-17 {
    width: 17%;
}

.r-value-18 {
    width: 18%;
}

.r-value-19 {
    width: 19%;
}

.r-value-20 {
    width: 20%;
}

.r-value-21 {
    width: 21%;
}

.r-value-22 {
    width: 22%;
}

.r-value-23 {
    width: 23%;
}

.r-value-24 {
    width: 24%;
}

.r-value-25 {
    width: 25%;
}

.r-value-26 {
    width: 26%;
}

.r-value-27 {
    width: 27%;
}

.r-value-28 {
    width: 28%;
}

.r-value-29 {
    width: 29%;
}

.r-value-30 {
    width: 30%;
}

.r-value-31 {
    width: 31%;
}

.r-value-32 {
    width: 32%;
}

.r-value-33 {
    width: 33%;
}

.r-value-34 {
    width: 34%;
}

.r-value-35 {
    width: 35%;
}

.r-value-36 {
    width: 36%;
}

.r-value-37 {
    width: 37%;
}

.r-value-38 {
    width: 38%;
}

.r-value-39 {
    width: 39%;
}

.r-value-40 {
    width: 40%;
}

.r-value-41 {
    width: 41%;
}

.r-value-42 {
    width: 42%;
}

.r-value-43 {
    width: 43%;
}

.r-value-44 {
    width: 44%;
}

.r-value-45 {
    width: 45%;
}

.r-value-46 {
    width: 46%;
}

.r-value-47 {
    width: 47%;
}

.r-value-48 {
    width: 48%;
}

.r-value-49 {
    width: 49%;
}

.r-value-50 {
    width: 50%;
}

.r-value-51 {
    width: 51%;
}

.r-value-52 {
    width: 52%;
}

.r-value-53 {
    width: 53%;
}

.r-value-54 {
    width: 54%;
}

.r-value-55 {
    width: 55%;
}

.r-value-56 {
    width: 56%;
}

.r-value-57 {
    width: 57%;
}

.r-value-58 {
    width: 58%;
}

.r-value-59 {
    width: 59%;
}

.r-value-60 {
    width: 60%;
}

.r-value-61 {
    width: 61%;
}

.r-value-62 {
    width: 62%;
}

.r-value-63 {
    width: 63%;
}

.r-value-64 {
    width: 64%;
}

.r-value-65 {
    width: 65%;
}

.r-value-66 {
    width: 66%;
}

.r-value-67 {
    width: 67%;
}

.r-value-68 {
    width: 68%;
}

.r-value-69 {
    width: 69%;
}

.r-value-70 {
    width: 70%;
}

.r-value-71 {
    width: 71%;
}

.r-value-72 {
    width: 72%;
}

.r-value-73 {
    width: 73%;
}

.r-value-74 {
    width: 74%;
}

.r-value-75 {
    width: 75%;
}

.r-value-76 {
    width: 76%;
}

.r-value-77 {
    width: 77%;
}

.r-value-78 {
    width: 78%;
}

.r-value-79 {
    width: 79%;
}

.r-value-80 {
    width: 80%;
}

.r-value-81 {
    width: 81%;
}

.r-value-82 {
    width: 82%;
}

.r-value-83 {
    width: 83%;
}

.r-value-84 {
    width: 84%;
}

.r-value-85 {
    width: 85%;
}

.r-value-86 {
    width: 86%;
}

.r-value-87 {
    width: 87%;
}

.r-value-88 {
    width: 88%;
}

.r-value-89 {
    width: 89%;
}

.r-value-90 {
    width: 90%;
}

.r-value-91 {
    width: 91%;
}

.r-value-92 {
    width: 92%;
}

.r-value-93 {
    width: 93%;
}

.r-value-94 {
    width: 94%;
}

.r-value-95 {
    width: 95%;
}

.r-value-96 {
    width: 96%;
}

.r-value-97 {
    width: 97%;
}

.r-value-98 {
    width: 98%;
}

.r-value-99 {
    width: 99%;
}

.r-value-100 {
    width: 100%;
}

.ratings-list {
    font-size: 16px;
    margin-bottom: 64px;
}

.ratings-list .rating-item {
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
}

.ratings-list .rating-item+.rating-item {
    border-top: 1px solid #ddd;
    padding-top: 31px;
    margin-top: 24px;
}

.ratings-list .rating-item .avartar {
    overflow: hidden;
    -ms-flex: 0 0 65px;
    flex: 0 0 65px;
    max-width: 65px;
    border-radius: 50%;
}

.ratings-list .rating-item .comment {
    -ms-flex: 0 0 calc(100% - 65px);
    flex: 0 0 calc(100% - 65px);
    max-width: calc(100% - 65px);
    padding-left: 30px;
}

.ratings-list .rating-item .comment-user {
    margin-bottom: 9px;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.ratings-list .rating-item .comment-user .name {
    font-size: 12px;
    font-style: italic;
    color: #4A4A4A;
}


/* PRODUCT LABEL */

.product-label {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    background-color: #06c4ff;
    padding: 0 7px;
    border-radius: 2px;
    font-size: 12px;
    z-index: 2;
}

.product-label.hot-label {
    background-color: #fb234a;
    top: 35px;
}

.product-label.sale-label {
    background-color: #f8d11a;
}

.product-label.sale-label.text {
    background-color: #3ebf63;
}


/* PRODUCT OPTIONS */

.product-gallery-thumb:after,
.product-list-options:after {
    content: "";
    display: table;
    clear: both;
}

.product-gallery-thumb .option-item,
.product-list-options .option-item {
    background-color: #fff;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    border: 1px solid #D5D5D5;
    text-align: center;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    float: left;
    margin: 0 4px 4px;
    cursor: pointer;
    position: relative;
}

.product-gallery-thumb .option-item.active:after,
.product-list-options .option-item.active:after {
    content: "\4e";
    font-family: "ElegantIcons";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .7);
}

.product-gallery-thumb .option-item,
.product-list-options.image .option-item {
    border-radius: 50%;
    overflow: hidden;
}

.product-gallery-thumb .option-item img,
.product-list-options.image .option-item img {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    vertical-align: top;
}

.product-list-options.text .option-item.active,
.product-list-options.text .option-item:hover {
    background-color: #fff;
    color: #000;
    border-color: #000;
}

.product-list-options.text .option-item.active:after {
    content: none;
}


/* PRODUCTS GRID */

.products-grid .item {
    margin-bottom: 30px;
}

.products-grid .product-item .product-image {
    position: relative;
}

.products-grid .product-item .product-image img {
    min-width: 100%;
}

.products-grid .product-item .product-details {
    text-align: center;
    padding: 19px 20px 28px;
    position: relative;
}

.products-grid .product-item .product-details .product-details--1st {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transition: all 300ms;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    -ms-transition: all 300ms;
}

.products-grid .product-item:hover .product-details .product-details--1st {
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
}

.products-grid .product-item .product-details .product-details--hover {
    position: absolute;
    bottom: 30px;
    left: 20px;
    right: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 600ms;
    -moz-transition: all 600ms;
    -webkit-transition: all 600ms;
    -ms-transition: all 600ms;
    z-index: 2;
}

.products-grid .product-item .product-details .product-gallery-thumb,
.products-grid .product-item .product-details .product-list-options {
    display: table;
    margin: 0 auto 15px;
}

.products-grid .product-item:hover .product-details .product-details--hover {
    opacity: 1;
    visibility: visible;
}

.products-grid .product-item .product-details .product-name {
    line-height: 1.57;
}

.products-grid .product-item .product-details .rating-summary {
    margin: 5px 0 14px;
}

.products-grid .product-item .product-details .rating-summary .rating-result {
    margin: 0 auto;
}

.products-grid .product-item .product-details .product-price {
    margin-top: 8px;
}

.products-grid .quickview,
.products-grid .add-to-wishlist {
    width: 34px;
    height: 34px;
    border: 1px solid #ddd;
    background-color: #fff;
    color: #ddd;
    padding: 0;
    text-align: center;
    line-height: 34px;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 10px;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -webkit-transition: all 300ms;
}

.products-grid .quickview {
    top: 59px;
}

.products-grid .quickview:hover,
.products-grid .add-to-wishlist:hover {
    background-color: #222;
    color: #fff;
    border-color: #222;
}

.products-grid .product-item:hover .quickview,
.products-grid .product-item:hover .add-to-wishlist {
    opacity: 1;
    visibility: visible;
}


/* PRODUCT GRID V2 */

.products-grid.products-grid-v2 .product-item {
    height: 100%;
    background-color: #FBF9F8;
    border-radius: 4px;
}

.products-grid.products-grid-v2 .product-item.bg_blue {
    background-color: #e0ecf8;
}

.products-grid.products-grid-v2 .product-item.bg_blue_sky {
    background-color: #d6f9f2;
}

.products-grid.products-grid-v2 .product-item.bg_gray {
    background-color: #f3f3f3;
}

.products-grid.products-grid-v2.no-center .product-item .product-details .product-details--1st {
    text-align: left;
}

.products-grid.products-grid-v2.no-center .product-item .product-details .rating-summary {
    margin: 15px 0 0;
}

.products-grid.products-grid-v2.no-center .product-item .product-details .rating-summary .rating-result {
    margin: 0;
}

.products-grid.products-grid-v2.no-center .product-details-info {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.products-grid.products-grid-v2.no-center .product-item .product-details .product-price {
    margin: 0;
    padding-left: 15px;
}


/* PRODUCT LIST */

.products-list .product-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px 60px;
}

.products-list .product-item .product-image {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    padding: 0 15px;
    position: relative;
}

.products-list .product-item .product-image .product-label {
    right: 25px;
}

.products-list .product-item .product-image img {
    min-width: 100%;
}

.products-list .product-item .product-details {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    padding: 0 15px;
}

.products-list .product-item .product-details .product-detail-info {
    padding-right: 50px;
    position: relative;
}

.products-list .product-item .product-details .product-detail-info .add-to-wishlist {
    width: 34px;
    height: 34px;
    border: 1px solid #ddd;
    background-color: #fff;
    color: #ddd;
    padding: 0;
    text-align: center;
    line-height: 34px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -webkit-transition: all 300ms;
}

.products-list .product-item .product-details .product-detail-info .add-to-wishlist:hover {
    background-color: #222;
    color: #fff;
    border-color: #222;
}

.products-list .product-item .product-details .product-name {
    font-size: 18px;
    margin-bottom: 13px;
}

.products-list .product-item .product-details .rating-summary {
    margin-bottom: 21px;
}

.products-list .product-item .product-details .product-price {
    font-size: 22px;
    margin-bottom: 8px;
}

.products-list .product-item .product-details .short-description {
    font-size: 12px;
    color: #9B9B9B;
    margin-bottom: 26px;
}


/* PRODUCT DETAIL */

.st-ralated-items {
    background-color: #fff;
}

.catalog-product-view {
    background-color: #FBF9F8;
}

.catalog-product-view .st-service {
    background-color: #fff;
}

.page-detail-wraper {
    padding: 27px 0 28px;
}

.page-detail-wraper .breadcrumb {
    justify-content: start;
    -webkit-justify-content: start;
    padding: 0 15px;
}

.page-detail-wraper .actions-page {
    text-align: right;
}

.page-detail-wraper .actions-page .action {
    font-size: 20px;
    color: #D5D5D5;
    line-height: 1;
}

.page-detail-wraper .actions-page .action+.action {
    margin-left: 20px;
}

.page-detail-wraper .actions-page .action:hover {
    color: #000;
}

.page-detail-wraper .breadcrumb .breadcrumb-item a,
.page-detail-wraper .breadcrumb .breadcrumb-item.active,
.page-detail-wraper .breadcrumb .breadcrumb-item+.breadcrumb-item:before {
    color: #6F6F6F;
}

.product-main-info .product-details,
.product-main-info .product-media {
    margin-bottom: 65px;
}

.product-main-info .product-details .product-detail-info {
    padding-right: 50px;
    position: relative;
}

.product-main-info .product-details .product-detail-info .add-to-wishlist {
    width: 34px;
    height: 34px;
    border: 1px solid #ddd;
    background-color: #fff;
    color: #ddd;
    padding: 0;
    text-align: center;
    line-height: 34px;
    border-radius: 50%;
    position: absolute;
    top: -8px;
    right: 0;
    transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -webkit-transition: all 300ms;
}

.product-main-info .product-details .product-detail-info .add-to-wishlist:hover {
    background-color: #222;
    color: #fff;
    border-color: #222;
}

.product-main-info .product-media .slick-vertical .slick-slide {
    padding: 15px 0;
    cursor: pointer;
}

.product-media .vertical-gallery {
    display: -ms-flexbox;
    display: flex;
}

.product-media .vertical-gallery #vertical-thumbnail-wrapper {
    -ms-flex: 0 0 65px;
    flex: 0 0 65px;
    max-width: 65px;
}

.product-media .vertical-gallery .gallery-vertical {
    -ms-flex: 0 0 calc(100% - 65px);
    flex: 0 0 calc(100% - 65px);
    max-width: calc(100% - 65px);
    padding: 15px 0 0 30px;
    position: relative;
}

.product-media .vertical-gallery .gallery-vertical .product-label {
    z-index: 2;
    right: 30px;
    top: 27px;
    min-width: 42px;
    text-align: center;
}

.product-media .vertical-gallery .gallery-vertical .product-label+.product-label {
    top: 57px;
}

.product-media .vertical-gallery .vertical-thumbnail {
    position: relative;
}

.product-media .vertical-gallery .vertical-thumbnail .slick-arrow {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 30px;
    z-index: 1;
    cursor: pointer;
}

.product-media .vertical-gallery .vertical-thumbnail .slick-arrow.arrow_carrot-down {
    top: auto;
    bottom: 15px;
}

.product-main-info .product-details {
    padding-top: 15px;
}

.product-main-info .product-details .product-name {
    font-family: inherit;
    font-size: 28px;
    padding-right: 40px;
    margin-bottom: 14px;
}

.product-main-info .product-details .rating-summary {
    margin-bottom: 19px;
}

.product-main-info .product-details .product-price {
    font-size: 22px;
    margin-bottom: 19px;
}

.product-main-info .product-details .product-price .old-price {
    margin-right: 8px;
    color: #d5d3d4;
    text-decoration: line-through;
}

.product-main-info .product-details .short-description {
    font-size: 12px;
    margin-bottom: 55px;
    color: #9B9B9B;
}

.product-main-info .product-details .product-list-options+.product-list-options {
    margin-top: 25px;
}

.product-main-info .product-details .product-list-options.size-option {
    padding-right: 100px;
    position: relative;
}

.product-main-info .product-details .product-list-options.size-option .popup-image {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    line-height: 1;
    font-size: 14px;
    color: #3ebf63;
}

.product-main-info .product-details .product-list-options.size-option .popup-image:before {
    font-family: 'ElegantIcons';
    content: 'r';
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: top;
    display: inline-block;
    margin-right: 8px;
    font-size: 20px;
    margin-top: -4px;
}

.product-main-info .product-details .product-list-options.size-option .popup-image:hover {
    color: #35a656;
}

.product-main-info .product-details .product-form-options {
    margin-bottom: 26px;
}

.product-main-info .product-details .product-form-options .product-list-options.image.swatch .option-item {
    border-radius: 0;
    width: 85px;
    height: auto;
    border: 1px solid transparent;
    transition: all 300ms;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    -ms-transition: all 300ms;
}

.product-main-info .product-details .product-form-options .product-list-options.image.swatch .option-item:after {
    content: none;
}

.product-main-info .product-details .product-form-options .product-list-options.image.swatch .option-item.active {
    border-color: #304FFE;
}

.product-main-info .product-details .product-form-options select {
    max-width: 260px;
}

.product-main-info .product-list-options .option-item {
    margin: 0 7px 4px 0;
    background-color: #f1f1f1;
}

.product-main-info .product-more-info {
    font-size: 12px;
    color: #9B9B9B;
    margin-top: 56px;
}

.product-main-info .product-more-info li+li {
    margin-top: 12px;
}

.product-main-info .product-more-info a {
    color: #9B9B9B;
}

.product-main-info .product-more-info a:hover {
    color: #000;
}

.product-main-info .social-list {
    margin-top: 35px;
}

.product-main-info .product-addtocart-form .availability {
    color: #FC2249;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.1em;
}

.product-main-info .product-addtocart-form .availability.in-stock {
    color: #3ebf63;
}

.product-time-countdown {
    margin-bottom: 43px;
}

.product-time-countdown .time-countdown .countdown-title {
    font-size: 16px;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 18px;
}

.product-time-countdown .time-countdown .countdown-number {
    max-width: 300px;
}

.product-time-countdown .time-countdown .countdown-number .time-item {
    -ms-flex: 0 0 0;
    flex: 0 0 0;
    max-width: 25%;
    padding: 0 10px;
    margin-right: 10px;
}

.product-time-countdown .time-countdown .countdown-number .time-item:first-child {
    padding-left: 0;
    text-align: left;
}

.product-time-countdown .time-countdown .countdown-title span {
    color: #FC2249;
}

.product-time-countdown .time-countdown .countdown-number .time-item .number {
    font-size: 32px;
    color: #6F6F6F;
}

.product-addtocart-form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-addtocart-form .qty {
    margin-right: 19px;
    position: relative;
}

.product-addtocart-form .qty .action-qty {
    display: block;
    height: 40px;
    line-height: 42px;
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    text-align: center;
    cursor: pointer;
}

.product-addtocart-form .qty .action-qty.plus {
    left: auto;
    right: 0;
}

.product-addtocart-form .qty input {
    height: 40px;
    padding: 0 40px;
    text-align: center;
    width: 120px;
}

.st-product-details {
    background-color: #fff;
    padding: 54px 0 83px;
}

.st-product-details .content-heading {
    margin-bottom: 16px;
}

.product-details-tab .nav.nav-tabs {
    border: none;
}

.product-details-tab .nav.nav-tabs .nav-item {
    margin: 0;
}

.product-details-tab .nav.nav-tabs .nav-link {
    border: none;
    box-shadow: none;
    background: none;
    font-size: 20px;
    color: #D5D5D5;
    font-weight: 500;
    padding: 24px 25px 23px;
}

.product-details-tab .nav.nav-tabs .nav-link:hover,
.product-details-tab .nav.nav-tabs .nav-link.active {
    color: #1B1B1B;
}

.product-details-tab .tab-content .tab-content-wrapper .title {
    display: none;
}

.product-details-tab .tab-content .tab-content-wrapper .content {
    padding: 30px 8.333333%;
}

.product-details-tab .table.table-borderless thead tr th,
.product-details-tab .table.table-borderless tbody tr td {
    width: calc(100% / 3);
    font-size: 16px;
    padding: 6px 28px 5px;
}

.product-details-tab .content .note {
    font-size: 12px;
    color: #9B9B9B;
    margin-top: 49px;
}

.product-main-info .product-details .product-bundle-info {
    margin-top: 30px;
}

.product-main-info .product-details .product-bundle-info table {
    margin: 0;
}

.product-main-info .product-details .product-bundle-info thead tr th {
    font-size: 16px;
    background-color: #fff;
    padding: 8px 10px 7px;
}

.product-main-info .product-details .product-bundle-info tbody tr td {
    font-size: 16px;
    padding: 30px 10px 30px;
}

.product-main-info .product-details .product-bundle-info tbody tr td:first-child {
    padding-left: 0;
}

.product-main-info .product-details .product-bundle-info tbody tr+tr td {
    border-top: 1px solid #ddd;
}

.product-main-info .product-details .product-bundle-info tbody tr td .product-name {
    font-size: 16px;
    padding: 0;
    min-width: 120px;
}

.product-main-info .product-details .product-bundle-info tbody tr td .price {
    font-size: 14px;
}

.product-main-info .product-details .product-bundle-info tbody tr td .list-options {
    font-size: 12px;
    color: #9B9B9B;
}

.product-main-info .product-details .product-bundle-info tbody tr td .list-options li {
    margin-top: 5px;
}

.product-main-info .product-details .product-bundle-info tfoot {
    border-top: 1px solid #ddd;
}

.product-main-info .product-details .product-bundle-info tfoot tr td {
    vertical-align: middle;
    padding: 10px 0;
}

.product-main-info .product-details .product-bundle-info tfoot tr td .h3 {
    font-size: 18px;
    line-height: 18px;
}

.product-main-info .product-details .product-bundle-info tfoot tr td span {
    font-size: 14px;
    margin-right: 30px;
    text-transform: uppercase;
    margin-top: 2px;
    vertical-align: top;
    display: inline-block;
}

.product-main-info .product-details .product-bundle-info tbody tr td img {
    width: 65px;
    max-width: unset;
}


/* QUICKVIEW */

.mfp-quickview .mfp-iframe-holder .mfp-close {
    position: absolute;
    top: 20px;
    right: 30px;
    width: 36px;
    height: 36px;
    font-size: 24px;
    border-radius: 50%;
    color: #FC2249;
    background-color: #fff;
    border: 1px solid #E7E7E7;
    line-height: 36px;
    padding: 0;
    text-align: center;
}

.mfp-quickview .mfp-iframe-holder .mfp-close:hover {
    color: #fff;
    background-color: #FC2249;
    border-color: #FC2249;
}

.mfp-quickview .mfp-iframe-holder {
    padding: 80px 60px;
}

.mfp-quickview .mfp-iframe-holder .mfp-content {
    max-width: 100%;
    max-height: 100%;
    height: 100%;
}

.mfp-quickview .mfp-iframe-holder .mfp-content .mfp-iframe-scaler {
    padding: 0;
    height: 100%;
}

.catalog-product-view.quickview-mode {
    background-color: #fff;
    padding: 40px 0 0;
}


/* ========== HEADER ========== */

.header {
    position: relative;
    z-index: 10;
}

.header .container-fluid {
    padding: 0 60px;
}

.header .top-header {
    border-bottom: 1px solid #e8e8e8;
}

.header .top-header-wrapper {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    position: relative;
    min-height: 80px;
}

.header .top-header-wrapper .left-content,
.header .top-header-wrapper .logo,
.header .top-header-wrapper .right-content {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.header .top-header-wrapper .left-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.header .top-header-wrapper .left-content .dropdown+.dropdown {
    margin-left: 20px;
}

.header .top-header-wrapper .logo {
    text-align: center;
    padding: 28px 15px;
}

.header .my-account-links.inline-links {
    text-align: right;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.header .my-account-links.inline-links ul li {
    display: inline-block;
}

.header .my-account-links.inline-links ul li+li:before {
    content: "/";
    margin: 0 6px 0 0;
    display: inline-block;
}

.header .dropdown {
    height: 100%;
}

.header .dropdown.dropdown-account .dropdown-toggle .avartar {
    height: 40px;
    width: 40px;
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.header .dropdown .dropdown-toggle {
    font-size: 16px;
    color: #6F6F6F;
    padding: 0 21px 0 0;
    background: none;
    border: none;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.header .dropdown .dropdown-toggle .name {
    letter-spacing: 0.075em;
    vertical-align: bottom;
}

.header .dropdown .dropdown-menu {
    margin: 0;
    border-radius: 0;
    top: 100% !important;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    -o-transform: none !important;
    padding: 0;
}

.header .dropdown .dropdown-menu li {
    padding: 5px 15px;
}

.header .dropdown.show .dropdown-toggle,
.header .dropdown.show .dropdown-toggle:before,
.header .dropdown .dropdown-toggle:hover,
.header .dropdown .dropdown-toggle:hover:before {
    color: #304FFE;
}

.header .dropdown .dropdown-toggle:after {
    content: none;
}

.header .dropdown .dropdown-toggle:before {
    font-size: 20px;
    font-family: "ElegantIcons";
    color: #000;
    content: "\43";
    position: absolute;
    top: 50%;
    right: 0;
    line-height: 1;
    margin-top: -2px;
}

.header .dropdown.dropdown-currency .dropdown-toggle:before,
.header .dropdown.dropdown-language .dropdown-toggle:before {
    margin-top: 0;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.header .middle-header-wrapper {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    position: relative;
}

.header .middle-header-wrapper .right-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header .middle-header-wrapper .right-content>.block {
    height: 100%;
}

.header .middle-header-wrapper .right-content>.block+.block {
    margin-left: 23px;
}

.header .close-canvas {
    position: absolute;
    top: 25px;
    width: 36px;
    height: 36px;
    font-size: 20px;
    border-radius: 50%;
    color: #FC2249;
    background-color: #fff;
    border: 1px solid #E7E7E7;
    line-height: 36px;
}

.header .close-canvas:hover {
    color: #fff;
    background-color: #FC2249;
    border-color: #FC2249;
}

.header .menubar-icon {
    font-size: 30px;
    color: #000;
    border: none;
    box-shadow: none;
    background: none;
    height: 48px;
    line-height: 48px;
    width: 48px;
    text-align: left;
    padding: 0;
}

.header .menubar-icon span {
    display: block;
}


/* MEGAMENU */

.top-menu.megamenu-version2 {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 99;
    background-color: #E3F9FF;
    height: 100vh;
    padding: 80px 0;
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    text-align: center;
}

.top-menu.megamenu-version2 .navigation-top-menu {
    margin-top: 75px;
}

.active-menu {
    overflow: hidden !important;
}

.top-menu.megamenu-version2 .sub-menu .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.active-menu .top-menu.megamenu-version2 {
    opacity: 1;
    visibility: visible;
}

.top-menu.megamenu-version2 .close-canvas {
    left: 50%;
    margin-left: -18px;
}

.top-menu.megamenu-version2 .parent-menu .items.level0,
.top-menu.megamenu-version2 .parent-menu .items.level1 {
    margin: 15px 0;
}

.top-menu.megamenu-version2 .parent-menu .items.level0>a,
.top-menu.megamenu-version2 .parent-menu .items.level1>a {
    font-size: 22px;
    font-weight: 500;
}

.top-menu.megamenu-version2 .parent-menu .items.level0>.sub-menu,
.top-menu.megamenu-version2 .parent-menu .items.level1>.sub-menu {
    display: none;
}

.top-menu.megamenu-version2 .sub-menu {
    margin-top: 10px;
}

.top-menu.megamenu-version2 .menu-title {
    font-size: 16px;
}

.top-menu.megamenu-version2 .sub-menu li {
    font-size: 16px;
    padding: 5px 0;
}

.top-menu.megamenu-version2 .sub-menu li.menu-title {
    margin-top: 10px;
    font-weight: 500;
}

.top-menu.megamenu-version2 .sub-menu .col+.col {
    margin-top: 15px;
}

.top-menu.megamenu-version2 .items.level0 li>a,
.top-menu.megamenu-version2 .items.level1 li>a {
    font-size: 18px;
}

.top-menu.megamenu-version2 .items.level0 li .sub-menu li>a,
.top-menu.megamenu-version2 .items.level1 li .sub-menu li>a {
    font-size: 16px;
}


/* WISHLIST ICON */

.header .block.block-wishlist .block-title {
    position: relative;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    line-height: 1;
}

.header .block.block-wishlist .block-title .icon_heart_alt {
    display: block;
    line-height: 1;
    font-size: 30px;
    color: #000000;
}


/* SEARCH */

.block.block-search .block-title {
    position: relative;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    line-height: 1;
}

.block.block-search .block-title .icon_search {
    display: block;
    line-height: 1;
    font-size: 30px;
    color: #000000;
}

.block.block-search .block-content {
    position: fixed;
    top: 7em;
    left: 10em;
    right: 10em;
    height: 180px;
    z-index: 99;
    background-color: #E3F9FF;
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
}

.active-search .block.block-search .block-content {
    opacity: 1;
    visibility: visible;
}

.block.block-search .block-content .close-canvas {
    /* left: 50%; */
    top: 23px;
    right: 24px;
    margin-left: -18px;
}

.block.block-search .block-content .form-minisearch {
    max-width: 540px;
    margin: 0 auto;
    width: 100%;
}


/* MINI CART */

.block.block-mini-cart .block-title {
    position: relative;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    line-height: 1;
}

.block.block-mini-cart .block-title .icon_bag_alt,
.block.block-mini-cart .block-title .icon_cart_alt {
    display: block;
    line-height: 1;
    font-size: 30px;
    color: #000000;
}

.block.block-mini-cart .block-title .count {
    position: absolute;
    border-radius: 40px;
    background-color: #304FFE;
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    text-align: center;
    right: -5px;
    bottom: -10px;
}

.block.block-mini-cart:after {
    content: "";
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 98;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 200ms;
    -moz-transition: all 200ms;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
}

.block.block-mini-cart .block-content {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    z-index: 99;
    width: 100%;
    max-width: 585px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transition: all 300ms;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
}

.active-cart .block.block-mini-cart .block-content {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
}

.active-cart .block.block-mini-cart:after {
    opacity: 0.6;
    visibility: visible;
}

.block.block-mini-cart .block-content .close-canvas {
    right: 60px;
    z-index: 3;
}

.block.block-mini-cart .block-content .mini-cart-wrapper {
    height: calc(100% - 26px);
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    margin-top: 26px;
    padding: 60px;
}

.block.block-mini-cart .block-content .mini-cart-wrapper .mini-cart-list {
    overflow-y: auto;
    max-height: calc(100vh - 265px);
    margin-bottom: 20px;
}

.mini-cart-list .item {
    display: -ms-flexbox;
    display: flex;
}

.mini-cart-list .item+.item {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #ddd;
}

.mini-cart-list .item .item-image {
    -ms-flex: 0 0 65px;
    flex: 0 0 65px;
    max-width: 65px;
}

.mini-cart-list .item .item-detail {
    padding: 0 40px 0 20px;
    -ms-flex: 0 0 calc(100% - 65px);
    flex: 0 0 calc(100% - 65px);
    max-width: calc(100% - 65px);
    position: relative;
}

.mini-cart-list .item .item-detail .item-name {
    font-size: 16px;
    margin-bottom: 12px;
    display: block;
}

.mini-cart-list .item .item-detail .price {
    font-weight: 500;
    margin-top: 9px;
}

.mini-cart-list .item .item-detail .qty {
    font-size: 12px;
    color: #9B9B9B;
    text-transform: uppercase;
}

.mini-cart-list .item .item-detail .remove {
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 0;
}

.block.block-mini-cart .block-content .mini-cart-wrapper.empty {
    position: relative;
}

.block.block-mini-cart .block-content .mini-cart-wrapper.empty:after {
    content: "\e013";
    font-family: 'ElegantIcons';
    color: #F3F3F3;
    font-size: 144px;
    position: absolute;
    line-height: 1;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.block.block-mini-cart .block-content .mini-cart-wrapper .actions {
    margin-top: auto;
    position: relative;
    z-index: 2;
}

.block.block-mini-cart .block-content .mini-cart-wrapper .actions .actions-button .btn+.btn {
    margin-top: 20px;
}

.block.block-mini-cart .block-content .cart-total {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    margin-bottom: 32px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.block.block-mini-cart .block-content .cart-total .note {
    text-transform: uppercase;
}

.block.block-mini-cart .block-content .cart-total.empty .note {
    font-size: 16px;
    padding-right: 15px;
    text-transform: none;
}

.block.block-mini-cart .block-content .cart-total .price {
    font-size: 18px;
    color: #FC2249;
}


/* HEADER 1 */

.header.header-v1 .middle-header-wrapper {
    min-height: 80px;
}

.header.header-v1 .menubar-icon,
.header.header-v1 .middle-header-wrapper .logo a,
.header.header-v1 .middle-header-wrapper .logo span {
    position: relative;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}


/* HEADER 2 */

.header.header-v2 .middle-header-wrapper .logo {
    padding: 27px 0 28px;
    flex: 1;
}

.header.header-v2 .middle-header-wrapper .top-menu {
    max-width: 80%;
}

.header.header-v2 .middle-header-wrapper .right-content {
    flex: 1;
}


/* HEADER 3 */

.header.header-v3 .middle-header-wrapper .logo {
    display: none;
}

.header.header-v3 .middle-header-wrapper .left-content {
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-align: center;
}

.header.header-v3 .middle-header-wrapper .right-content {
    flex: 1;
}

.header.header-v3 .middle-header-wrapper {
    min-height: 80px;
}


/* HEADER 4 */

.header.header-v4 .middle-header-wrapper .logo {
    padding: 27px 0 28px;
    flex: 1;
}

.header.header-v4 .middle-header-wrapper .top-menu {
    max-width: 80%;
}

.header.header-v4 .middle-header-wrapper .right-content {
    flex: 1;
}

.header.header-v4 .middle-header-wrapper .left-content {
    display: none;
}

.header.header-v4 .middle-header-wrapper .left-content .menubar-icon {
    position: relative;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.header.header-v4 .middle-header-wrapper {
    min-height: 80px;
}


/* HEADER 5 */

.header.header-v5 .middle-header-wrapper .left-content {
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-align: center;
}

.header.header-v5 .middle-header-wrapper .left-content .menubar-icon {
    margin-left: 30px;
}

.header.header-v5 .middle-header-wrapper .right-content>.block+.block {
    margin-left: 27px;
}

.header.header-v5 .middle-header-wrapper .logo {
    padding: 27px 0 28px;
}

.header.header-v5 .middle-header-wrapper .top-menu {
    max-width: 80%;
}

.header.header-v5 .middle-header-wrapper .right-content {
    flex: 1;
}


/* HEADER 6 */

.header.header-v6 .middle-header-wrapper .logo {
    padding: 27px 0 28px;
}

.header.header-v6 .middle-header-wrapper .right-content,
.header.header-v6 .middle-header-wrapper .left-content {
    flex: 1;
}

.header.header-v6 .middle-header-wrapper .left-content {
    display: -ms-flexbox;
    display: flex;
}

.header.header-v6 .middle-header-wrapper .left-content .menubar-icon {
    display: none;
}

.header.header-v6 .middle-header-wrapper .right-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header.header-v6 .middle-header-wrapper .right-content .top-menu {
    margin-right: 48px;
}

.header.header-v6 .middle-header-wrapper .left-content .top-menu.megamenu-version1 .navigation-top-menu .parent-menu li.level0:first-child,
.header.header-v6 .middle-header-wrapper .left-content .top-menu.megamenu-version1 .navigation-top-menu .parent-menu li.level1:first-child {
    padding-left: 0;
}


/* ========== FOOTER ========== */

.footer-mg .footer {
    margin-top: 70px;
}

.footer .ft-middle {
    border-top: 1px solid #e7e5e6;
    background-color: #faf9f7;
    padding: 92px 0 25px;
}

.footer .ft-middle .ft-block {
    margin-bottom: 53px;
}

.footer .ft-middle .ft-block .title {
    margin-top: 6px;
}

.footer .ft-middle .ft-block.ft-contact address,
.footer .ft-line.ft-contact address {
    margin: 15px 0 0;
    font-size: 12px;
    color: #a1a09e;
}

.footer .ft-middle .ft-block.ft-menu .ft-menu-content ul li+li {
    margin-top: 11px;
}

.footer .ft-middle .ft-block.ft-menu .ft-menu-content ul ul li {
    list-style-type: circle;
    margin-left: 15px;
}

.footer .ft-middle .ft-block.ft-subscribe .title {
    margin-bottom: 29px;
}

.footer .link-inline li+li {
    padding-left: 50px;
}

.footer.footer-3 .ft-middle {
    padding: 12px 0;
}


/* ========== SIDEBAR ========== */

.sidebar .block+.block {
    margin-top: 88px;
}

.sidebar .block .block-title {
    margin-bottom: 57px;
}

.sidebar .block .block-title .title {
    font-size: 24px;
    font-weight: 500;
}

.sidebar .list-widget-product .product-item {
    border: none;
    padding: 0 0 16px;
}

.sidebar .list-widget-product .product-item+.product-item {
    border-top: 1px solid #ddd;
    padding: 16px 0;
}

.sidebar .product-list-options .option-item {
    margin: 0 8px 4px 0;
}


/* BLOCK CATEGORY LINK */

.block-link-category .link-categories li {
    font-size: 16px;
}

.block-link-category .link-categories li+li {
    margin-top: 7px;
}

.block-link-category .link-categories li .count {
    color: #D5D5D5;
}


/* BLOCK TAG */

.block-tags .block-content a {
    font-size: 16px;
}


/* PRICE SLIDER */

.sidebar .block.filter-price .block-title {
    margin-bottom: 62px;
}

.slider.slider-horizontal .slider-track {
    height: 4px;
    margin-top: -2px;
    border-radius: 0;
    background-color: #f4f4f4;
    background-image: none;
    box-shadow: none;
}

.slider.slider-horizontal .slider-selection {
    background-color: #314eff;
    background-image: none;
    box-shadow: none;
}

.slider.slider-horizontal .slider-handle {
    width: 3px;
    background-color: #314eff;
    border-radius: 0;
    margin-left: 0;
    opacity: 1;
    margin-top: -8px;
    background-image: none;
}

.price-range {
    font-size: 16px;
    font-weight: 700;
    margin-top: 14px;
}

.price-range .price {
    font-weight: 600;
}

.price-range .title {
    font-size: 18px;
    font-weight: 400;
}


/* ========== PAGE ========== */


/* PAGE TITLE */

.page-title-wraper {
    padding: 183px 15px 90px;
    text-align: center;
}

.page-title-wraper .page-heading {
    font-weight: 300;
    margin-bottom: 18px;
    text-transform: uppercase;
    font-size: 32px;
}


/* BREADCRUMBS */

.breadcrumb {
    background: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    justify-content: center;
    -webkit-justify-content: center;
}

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

.breadcrumb .breadcrumb-item+.breadcrumb-item:before {
    display: inline-block;
    padding: 0 10px 0 2px;
    color: #D5D5D5;
    content: "/";
}

.breadcrumb .breadcrumb-item a:hover {
    color: #000000;
}


/* COMING SOON */

.coming-soon {
    background-image: url(../images/bg_cms.png);
    background-position: center center;
    background-size: cover;
    min-height: 100vh;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

.coming-soon .coming-soon-content {
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}


/* OUR TEAM */

.st-our-team {
    padding: 3px 0 39px;
}

.profile-item {
    border: 1px solid #EAEAEA;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    margin-top: 30px;
}

.profile-item .profile-item-info {
    padding: 59px 15px 48px;
}

.profile-item .profile-item-info .avarta {
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 31px;
    max-width: 340px;
}

.profile-item .profile-item-info .position {
    color: #9B9B9B;
    margin-top: 3px;
}

.profile-item .profile-item-social ul {
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #EAEAEA;
}

.profile-item .profile-item-social ul li {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    text-align: center;
    line-height: 1;
    padding: 19px 0;
}

.profile-item .profile-item-social ul li+li {
    border-left: 1px solid #EAEAEA;
}


/* FAQ */

.faqs-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 95px;
}

.faqs-list .faq-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    border-top: 1px solid #E9EFF4;
    padding: 57px 80px 58px;
}

.faqs-list .faq-item:first-child,
.faqs-list .faq-item:first-child+.faq-item {
    border-top: 0;
}

.faqs-list .faq-item:nth-child(2n) {
    border-left: 1px solid #E9EFF4;
}

.faqs-list .faq-item .question,
.faqs-list .faq-item .answer {
    position: relative;
    padding-left: 30px;
}

.faqs-list .faq-item .question {
    font-size: 16px;
    margin-bottom: 16px;
}

.faqs-list .faq-item .answer {
    color: #6F6F6F;
}

.faqs-list .faq-item .special-char {
    font-size: 18px;
    color: #FC2249;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: -3px;
}

.faqs-list .faq-item .answer .special-char {
    color: #40BE65;
}


/* BLOG */

.blogs-list-page .toolbar.top-toolbar,
.blogs-grid-page .toolbar.top-toolbar {
    margin: 0 0 30px;
}

.blogs-grid-page .toolbar.bottom-toolbar {
    margin-top: 32px;
}

.blogs-list-page .toolbar.bottom-toolbar {
    margin-top: 62px;
}

.blogs-list-page .st-get-exclusive,
.blogs-grid-page .st-get-exclusive {
    margin-top: 60px;
}

.st-latest-post {
    padding: 55px 0 0;
}

.blogs-grid .owl-carousel .owl-item {
    padding: 0 15px;
}

.blogs-grid .blog-item-photo {
    position: relative;
}

.blogs-grid .blog-item-photo img {
    min-width: 100%;
}

.blogs-grid .blog-item-photo .blog-item-category {
    cursor: pointer;
    position: absolute;
    top: 40px;
    font-size: 13px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    color: #00C6FF;
    background-color: #e2fafe;
    padding: 0 25px;
    display: block;
}

.blogs-list .blog-item-details .blog-item-category:hover,
.blogs-grid .blog-item-photo .blog-item-category:hover {
    background-color: #bbedf5;
    color: #02a3d2;
}

.blogs-grid .blog-item-details {
    position: relative;
    z-index: 1;
    margin: 0 30px;
    background-color: #fff;
    text-align: center;
    transform: translateY(-90px);
    -moz-transform: translateY(-90px);
    -webkit-transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    padding: 20px 85px;
}

.blogs-widget .blogs-grid .blog-item-details,
.blogs-grid-page.grid-3-columns .blogs-grid .blog-item-details {
    transform: translateY(-60px);
    -moz-transform: translateY(-60px);
    -webkit-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    padding: 16px 50px;
}

.blogs-grid-page.grid-3-columns .blog-item-details .blog-item-name {
    margin-bottom: 10px;
}

.blogs-grid .blog-item-details .blog-item-name {
    margin-bottom: 7px;
    letter-spacing: 0;
    line-height: 1.55;
}

.blogs-grid .blog-item-author {
    font-size: 12px;
    color: #4A4A4A;
    /* letter-spacing: 0.1em; */
}

.blogs-grid .blog-item-icons {
    font-size: 20px;
    margin-top: 1em;
}

.blogs-grid .blog-item-icons a {
    padding: 0 .3em;
}

.list-blogs.blogs-grid .blog-item {
    margin-bottom: 35px;
}

.blogs-list .blog-item {
    margin-bottom: 30px;
}

.blogs-list .blog-item-photo img {
    min-width: 100%;
}

.blogs-list .blog-item-details .blog-item-name {
    margin-bottom: 9px;
}

.blogs-list .blog-item-details .blog-item-category {
    display: inline-block;
    color: #00C6FF;
    background-color: #e2fafe;
    padding: 0 25px;
    margin: 0 0 7px;
}

.blogs-list .blog-item-author {
    font-size: 12px;
    color: #4A4A4A;
    margin: 0 0 21px;
}

.blogs-list .blog-item-description {
    line-height: 1.8;
}

.list-recent-posts .blog-item {
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 16px;
}

.list-recent-posts .blog-item+.blog-item {
    border-top: 1px solid #ddd;
    padding: 30px 0 14px;
}

.list-recent-posts .blog-item .blog-item-photo {
    -ms-flex: 0 0 95px;
    flex: 0 0 95px;
    max-width: 95px;
}

.list-recent-posts .blog-item .blog-item-details {
    -ms-flex: 0 0 calc(100% - 95px);
    flex: 0 0 calc(100% - 95px);
    max-width: calc(100% - 95px);
    padding-left: 0px;
}

.list-recent-posts .blog-item .blog-item-details .blog-item-category {
    color: #00C6FF;
    background-color: #e2fafe;
    padding: 0 10px;
    min-width: 100px;
    text-align: center;
    margin: 0 0 12px;
    display: inline-block;
}

.page-title-wraper.page-detail .date-post {
    font-size: 12px;
    margin-bottom: 12px;
    color: #6F6F6F;
}

.page-title-wraper.page-detail .page-heading {
    font-size: 42px;
    color: #202020;
    text-transform: none;
    line-height: 1.3;
    margin-bottom: 0;
}

.page-title-wraper.page-detail .author-post {
    margin-top: 20px;
}

.page-title-wraper.page-detail .author-post .avartar {
    display: inline-block;
    width: 65px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 9px;
}

.page-title-wraper.page-detail .author-post .author-name {
    font-size: 12px;
    color: #4A4A4A;
    font-style: italic;
}

.blog-detail-description {
    padding-top: 17px;
}

.blog-detail-info .author-post {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.blog-detail-info .author-post .avartar {
    border-radius: 50%;
    overflow: hidden;
}

.blog-detail-info .author-post .author-info {
    margin-left: 27px;
    color: #6F6F6F;
    font-size: 12px;
}

.blog-detail-info .author-post .author-info .author-name {
    color: #4A4A4A;
    font-style: italic;
    margin-bottom: 12px;
}

.blog-detail-next-prev .move-link {
    font-size: 16px;
    line-height: 1;
}

.blog-detail-next-prev .move-link span {
    font-size: 20px;
    line-height: 1;
    color: #D5D5D5;
    vertical-align: top;
    margin: -2px 8px 0 0;
    display: inline-block;
}

.blog-detail-next-prev .move-link.next-blog span {
    margin: -2px 0 0 8px;
}

.blog-detail-comment {
    margin-top: 83px;
}

.blog-detail-comment .title {
    text-align: center;
    margin-bottom: 59px;
    font-size: 32px;
}

.comment-list .comment-item {
    border-bottom: 1px solid #ddd;
    padding-bottom: 24px;
    margin-bottom: 30px;
}

.comment-list .comment-item.answer {
    padding-left: 95px;
}

.comment-list .comment-item:last-child {
    border: none;
}

.comment-list .comment-item .avartar {
    -ms-flex: 0 0 65px;
    flex: 0 0 65px;
    max-width: 65px;
    overflow: hidden;
    border-radius: 50%;
}

.comment-list .comment-item .comment {
    padding-left: 30px;
    font-size: 16px;
}

.comment-list .comment-item .comment .comment-user {
    font-size: 12px;
    color: #4A4A4A;
    font-style: italic;
    margin-bottom: 12px;
}


/* SHOPPING CART */

.shopping_table {
    margin-bottom: 30px;
}

.shopping_table thead tr th {
    font-weight: 500;
    font-size: 16px;
    color: #1B1B1B;
    background-color: #FBF9F8;
    vertical-align: middle;
    border: none;
    padding: 7px 10px 8px;
    border-color: #FBF9F8;
}

.shopping_table tbody tr td {
    vertical-align: top;
    padding: 23px 10px;
    border-top: 0;
    /* border-bottom: 1px solid #ddd; */
    border-top: 1px solid #ddd;
}

.shopping_table tbody tr:first-child td {
    border-top: 0;
}

.shopping_table tbody tr:last-child td {
    border-bottom: 1px solid #ddd;
}


.shopping_table tbody tr .product-image {
    padding-left: 0;
    padding-right: 0;
    width: 65px;
}

.shopping_table tbody tr .price {
    font-weight: 500;
    font-size: 14px;
    color: #1B1B1B;
}

.shopping_table tbody tr .product-remove .remove {
    font-size: 20px;
}

.shopping_table .qty {
    position: relative;
    display: inline-block;
}

.shopping_table .qty .action-qty {
    display: block;
    height: 40px;
    line-height: 42px;
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    text-align: center;
    cursor: pointer;
}

.shopping_table .qty .action-qty.plus {
    left: auto;
    right: 0;
}

.shopping_table .qty input {
    height: 40px;
    padding: 0 40px;
    text-align: center;
    width: 120px;
}

.shopping_table tr th.product-quantity,
.shopping_table tr td.product-quantity {
    width: 200px;
}

.shopping_table tr th.product-remove,
.shopping_table tr td.product-remove {
    width: 40px;
}

.shopping_table tr th.product-name,
.shopping_table tr td.product-name {
    padding-left: 28px;
}

.shopping_table tbody tr td .product-name {
    font-size: 16px;
    padding: 0;
    min-width: 120px;
}

.shopping_table tbody tr td .list-options {
    font-size: 12px;
    color: #9B9B9B;
}

.shopping_table tbody tr td .list-options li {
    margin-top: 5px;
}

.bottom-content-cart {
    margin-top: 56px;
}

.bottom-content-cart .block .title {
    text-transform: uppercase;
    margin-bottom: 22px;
}

.block-subtotal {
    background-color: #faf9f7;
    border: 1px solid #f3f3f3;
    border-radius: 4px;
}

.block-subtotal .subtotal {
    padding: 28px 30px;
}

.block-subtotal .shipping .label,
.block-subtotal .payment .label,
.block-subtotal .subtotal .label {
    font-size: 14px;
    text-transform: uppercase;
}

.block-subtotal .payment {
    padding: 30px;
}

.block-subtotal .shipping {
    padding: 0 30px 30px;
}

.block-subtotal .payment .custom-control-label,
.block-subtotal .shipping .custom-control-label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.block-subtotal .total {
    background-color: #f3f3f3;
    padding: 30px;
    font-size: 18px;
}

.block-subtotal .total .label {
    margin: 0;
    text-transform: uppercase;
}

.bottom-content-cart .checkout-actions {
    margin-top: 20px;
}

.product-status .availble {
    display: inline-block;
    padding: 1px 15px;
    min-width: 100px;
    text-align: center;
    font-size: 12px;
    background-color: #FFD8DF;
    color: #FC2249;
    border-radius: 2px;
}

.blog-item-category.red {
    background-color: #FFD8DF !important;
    color: #FC2249 !important;
}

.blog-item-category.red:hover {
    background-color: #fab8c4 !important;
    color: #f8002d !important;
}

.product-status .availble.in-stock,
.blog-item-category.green {
    background-color: #D6FAF2 !important;
    color: #40BE65 !important;
}

.blog-item-category.green:hover {
    background-color: #b8fced !important;
    color: #00bd39 !important;
}

/* CONTACT */

.st-contact-us {
    position: relative;
    margin: 0 45px;
}

.st-contact-us #map {
    height: 720px;
}

.st-contact-us .form-contact {
    width: 100%;
    position: absolute;
    left: 100px;
    top: 60px;
    bottom: 60px;
    max-width: 445px;
    padding: 55px 95px;
    background-color: #e4f8ff;
}

.st-contact-us .form-contact .form-group {
    position: relative;
}

.st-contact-us .form-contact .form-group .invalid-feedback {
    position: absolute;
    left: 0;
    top: 100%;
}

.st-contact-us .form-contact .title {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 23px;
}


/* CHECKOUT */

.checkout-main .block {
    margin-bottom: 55px;
}

.checkout-main .block .block-title .title {
    font-size: 22px;
    color: #1B1B1B;
    text-transform: uppercase;
    margin-bottom: 27px;
}

.checkout-main .block .block-title .sub-title {
    font-size: 16px;
    color: #1B1B1B;
}

.checkout-main .block-order-review {
    font-size: 16px;
    color: #6F6F6F;
}

.checkout-main .block-order-review table {
    width: 100%;
    margin: 30px 0 47px;
}

.checkout-main .block-order-review table tr th,
.checkout-main .block-order-review table tr td {
    font-size: 16px;
    color: #1B1B1B;
    font-weight: 400;
}

.checkout-sidebar .mini-cart-list {
    margin-bottom: 30px;
}

.checkout-sidebar .checkout-actions {
    margin-top: 26px;
}

.checkout-sidebar .checkout-actions .btn {
    margin-top: 26px;
}

.checkout-sidebar .checkout-actions .custom-control {
    display: table;
    /* margin: 0 auto; */
    max-width: 100%;
}


/* MY ACCOUNT */

.my-account-form .nav-tabs {
    border: none;
    margin-bottom: 54px;
}

.my-account-form .nav-tabs .nav-item {
    border: none;
    background: none;
    color: #D5D5D5;
    font-size: 22px;
    text-transform: uppercase;
    padding: 0 15px;
}

.my-account-form .nav-tabs .nav-item:hover,
.my-account-form .nav-tabs .nav-item.active {
    color: #1B1B1B;
}

.my-account-form .forgot-pass {
    font-size: 16px;
}

.my-account-form .social-login {
    font-size: 20px;
    color: #6F6F6F;
    margin-top: 35px;
}

.my-account-form .social-login .social-list {
    margin-top: 41px;
}


/* PORTFOLIO */

.page-title-wraper.page-detail.portfolio-slider-title {
    padding: 70px 15px;
}

.page-title-wraper.page-detail.portfolio-masonry-title {
    padding: 70px 0;
}

.portfolio-items.masonry .portfolio-item,
.portfolio-items.grid .portfolio-item {
    margin-bottom: 30px;
}

.portfolio-items.slider-type {
    margin: 0 -15px;
}

.portfolio-items.slider-type .owl-stage-outer {
    overflow: visible;
}

.portfolio-items.slider-type .owl-item {
    padding: 0 15px;
    opacity: 0.5;
    transition: all 300ms;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
}

.portfolio-items.slider-type .owl-item:not(.active) {
    pointer-events: none;
}

.portfolio-items.slider-type .owl-item.active {
    opacity: 1;
}

.portfolio-description table {
    min-width: 100%;
}

.portfolio-description table tr th {
    font-size: 16px;
    font-weight: 400;
}

.portfolio-slider.owl-carousel .owl-nav button.owl-prev {
    margin-left: -23px;
}

.portfolio-slider.owl-carousel .owl-nav button.owl-next {
    margin-right: -23px;
}


/* DEMO PAGE */

.base-container {
    max-width: 730px;
    margin: 0 auto;
}

.color-base .item {
    margin-bottom: 30px;
    padding-bottom: 100%;
    height: 0px;
    border-radius: 4px;
    overflow: hidden;
}

.base-text .col-4>* {
    margin-bottom: 15px;
}

.badges .badge {
    margin: 0 30px 20px 0;
}

.element-label .product-label {
    position: static;
    display: inline-block;
    margin: 0 15px 15px 0;
}

.font-icon-element .item {
    background-color: #fff;
    padding-bottom: 100%;
    height: 0px;
    position: relative;
    margin-bottom: 30px;
}

.font-icon-element .item span {
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.logo-avatar {
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin-right: 1em;
    vertical-align: top;
}

.logo-text {
    display: inline-block;
}

.logo-text.mob {
    display: flex;
}

.el1 {
    font-family: "Oswald";
    letter-spacing: 0.055em;
    font-weight: 500;
    font-size: 27px;
    color: #000;
}

.el2 {
    font-family: "Oswald";
    letter-spacing: 0.055em;
    font-weight: 500;
    font-size: 27px;
    color: #304FFE;
}

.logo-text.mob .el1,
.logo-text.mob .el2 {
    font-size: 20px;
}

.logo-text.mob .el2 {
    margin-left: 3px;
}

.btn-link {
    border: 0;
    color: initial;
}

.btn-link:hover {
    text-decoration: none;
}

.top-menu .active a {
    color: #304FFE;
}

.bottom-logo {
    font-family: "Oswald";
    text-transform: uppercase;
    letter-spacing: 0.055em;
    font-weight: 500;
    font-size: 27px;
    color: #000;
}

.back-icon {
    display: inline-block;
}

.back-icon:before {
    font-size: 32px;
    content: "\38";
    font-family: "ElegantIcons";
    line-height: 1;
    display: block;
}

.red,
.product-price .akce {
    color: red;
}

.block-tags .active {
    color: #304FFE;
}

.body ul {
    padding-left: 10px;
    list-style: square;
    margin: 15px;
}

.profile-item ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.price {
    white-space: nowrap;
}

#obj {
    display: flex;
    width: 100%;
}

@media (max-width: 991.98px) {
    #obj {
        display: block;
    }
}

.tutorials {}

.tutorials .product-item {
    display: block !important;
    background-color: #FBF9F8;
    padding: 20px;
    margin-bottom: 30px;
}

.tutorials img,
.tutorials .video img {}

.paid-desc {
    color: #01d201;
    text-transform: uppercase;
    font-family: "Oswald";
    font-size: 12px;
    vertical-align: middle;
}

.tutorials .product-item-details {
    color: #2c4fff;
    padding-left: 0 !important;
    max-width: unset !important;
}

.tutorials .product-item-details a {
    color: #2c4fff;
}

.tutorials .product-item-image a {
    position: relative;
    display: block;
}

.tutorials .product-item-name {
    height: 50px;
    overflow: hidden;
    line-height: 1.2em;
}

@media (max-width: 575.98px) {
    .tutorials .product-item {
        display: block;
    }

    .tutorials .product-item-name {
        height: unset;
    }

}

@media (max-width: 768px) {
    .shopping_table tbody tr.tr-tutorials td:first-child {
        display: none;
    }

    .shopping_table tbody tr:first-child {
        border-bottom: 0;
    }

    .shopping_table tbody tr:last-child td {
        border-bottom: 0
    }
}

.tutorials .product-item-name h3 {
    display: inline;
    vertical-align: middle;
}

.tutorials .tutorials-download {
    margin-top: 10px;
}

.tutorials .tutorials-download span:nth-child(2),
.tutorials .tutorials-download span:nth-child(3) {
    color: #9B9B9B;
    text-transform: uppercase;
    font-family: "Oswald";
    font-size: 12px;
}

.youtube-logo {
    background-color: firebrick;
    width: 80px;
    height: 50px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: calc(50% - 40px);
    top: calc(50% - 25px);
    /* filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4)); */
    filter: drop-shadow(5px 10px 5px rgb(0 0 0 / 0.8));
}

.tutorials .product-item-image a:hover .youtube-logo {
    background-color: #FF0000;
}

.playBtn {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid white;
}

.subcats .details {
    position: relative;
    z-index: 1;
    margin: 0 25px;
    background-color: #fff;
    text-align: center;
    transform: translateY(-60px);
    -moz-transform: translateY(-60px);
    -webkit-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    padding: 16px 30px;
}

.subcats .details .blog-item-name {
    font-family: "Playfair Display";
    margin-bottom: 7px;
    letter-spacing: 0;
    line-height: 1.55;
}
