@charset "UTF-8";
@font-face {
    font-family: 'header_icons';
    src: url("fonts/header_icons.eot");
    src: url("fonts/header_icons.eot?#iefix") format("embedded-opentype"), url("fonts/header_icons.woff") format("woff"), url("fonts/header_icons.ttf") format("truetype"), url("fonts/header_icons.svg#header_icons") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
[class*='header-']:before {
    display: inline-block;
    font-family: 'header_icons';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.header-icon_like_custom:before {
    content: '\0041';
}

.header-icon_cart_custom:before {
    content: '\0042';
}

.header-icon_access_custom:before {
    content: '\0043';
}

.header-icon_grid_custom:before {
    content: '\0044';
}

.header-icon_search_custom:before {
    content: '\0045';
}

.hamburger {
    padding: 0;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger-box {
    width: 26px;
    height: 19px;
    display: inline-block;
    position: relative;
}
@media (max-width: 768px) {
    .hamburger-box {
        width: 18px;
        height: 18px;
    }
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 26px;
    height: 2px;
    background-color: #202020;
    border-radius: 0;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
@media (max-width: 768px) {
    .hamburger-inner,
    .hamburger-inner::before,
    .hamburger-inner::after {
        width: 18px;
    }
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -7px;
}

.hamburger-inner::after {
    bottom: -7px;
}

@media (max-width: 768px) {
    .hamburger-inner::before {
        top: -7px;
    }

    .hamburger-inner::after {
        bottom: -7px;
    }
}

.hamburger--spin .hamburger-inner {
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
    transform: rotate(225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@font-face {
    font-family: 'themify';
    src: url("fonts/themify.eot?-fvbane");
    src: url("fonts/themify.eot?#iefix-fvbane") format("embedded-opentype"), url("fonts/themify.woff?-fvbane") format("woff"), url("fonts/themify.ttf?-fvbane") format("truetype"), url("fonts/themify.svg?-fvbane#themify") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
[class^="ti-"], [class*=" ti-"] {
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ti-wand:before {
    content: "\e600";
}

.ti-volume:before {
    content: "\e601";
}

.ti-user:before {
    content: "\e602";
}

.ti-unlock:before {
    content: "\e603";
}

.ti-unlink:before {
    content: "\e604";
}

.ti-trash:before {
    content: "\e605";
}

.ti-thought:before {
    content: "\e606";
}

.ti-target:before {
    content: "\e607";
}

.ti-tag:before {
    content: "\e608";
}

.ti-tablet:before {
    content: "\e609";
}

.ti-star:before {
    content: "\e60a";
}

.ti-spray:before {
    content: "\e60b";
}

.ti-signal:before {
    content: "\e60c";
}

.ti-shopping-cart:before {
    content: "\e60d";
}

.ti-shopping-cart-full:before {
    content: "\e60e";
}

.ti-settings:before {
    content: "\e60f";
}

.ti-search:before {
    content: "\e610";
}

.ti-zoom-in:before {
    content: "\e611";
}

.ti-zoom-out:before {
    content: "\e612";
}

.ti-cut:before {
    content: "\e613";
}

.ti-ruler:before {
    content: "\e614";
}

.ti-ruler-pencil:before {
    content: "\e615";
}

.ti-ruler-alt:before {
    content: "\e616";
}

.ti-bookmark:before {
    content: "\e617";
}

.ti-bookmark-alt:before {
    content: "\e618";
}

.ti-reload:before {
    content: "\e619";
}

.ti-plus:before {
    content: "\e61a";
}

.ti-pin:before {
    content: "\e61b";
}

.ti-pencil:before {
    content: "\e61c";
}

.ti-pencil-alt:before {
    content: "\e61d";
}

.ti-paint-roller:before {
    content: "\e61e";
}

.ti-paint-bucket:before {
    content: "\e61f";
}

.ti-na:before {
    content: "\e620";
}

.ti-mobile:before {
    content: "\e621";
}

.ti-minus:before {
    content: "\e622";
}

.ti-medall:before {
    content: "\e623";
}

.ti-medall-alt:before {
    content: "\e624";
}

.ti-marker:before {
    content: "\e625";
}

.ti-marker-alt:before {
    content: "\e626";
}

.ti-arrow-up:before {
    content: "\e627";
}

.ti-arrow-right:before {
    content: "\e628";
}

.ti-arrow-left:before {
    content: "\e629";
}

.ti-arrow-down:before {
    content: "\e62a";
}

.ti-lock:before {
    content: "\e62b";
}

.ti-location-arrow:before {
    content: "\e62c";
}

.ti-link:before {
    content: "\e62d";
}

.ti-layout:before {
    content: "\e62e";
}

.ti-layers:before {
    content: "\e62f";
}

.ti-layers-alt:before {
    content: "\e630";
}

.ti-key:before {
    content: "\e631";
}

.ti-import:before {
    content: "\e632";
}

.ti-image:before {
    content: "\e633";
}

.ti-heart:before {
    content: "\e634";
}

.ti-heart-broken:before {
    content: "\e635";
}

.ti-hand-stop:before {
    content: "\e636";
}

.ti-hand-open:before {
    content: "\e637";
}

.ti-hand-drag:before {
    content: "\e638";
}

.ti-folder:before {
    content: "\e639";
}

.ti-flag:before {
    content: "\e63a";
}

.ti-flag-alt:before {
    content: "\e63b";
}

.ti-flag-alt-2:before {
    content: "\e63c";
}

.ti-eye:before {
    content: "\e63d";
}

.ti-export:before {
    content: "\e63e";
}

.ti-exchange-vertical:before {
    content: "\e63f";
}

.ti-desktop:before {
    content: "\e640";
}

.ti-cup:before {
    content: "\e641";
}

.ti-crown:before {
    content: "\e642";
}

.ti-comments:before {
    content: "\e643";
}

.ti-comment:before {
    content: "\e644";
}

.ti-comment-alt:before {
    content: "\e645";
}

.ti-close:before {
    content: "\e646";
}

.ti-clip:before {
    content: "\e647";
}

.ti-angle-up:before {
    content: "\e648";
}

.ti-angle-right:before {
    content: "\e649";
}

.ti-angle-left:before {
    content: "\e64a";
}

.ti-angle-down:before {
    content: "\e64b";
}

.ti-check:before {
    content: "\e64c";
}

.ti-check-box:before {
    content: "\e64d";
}

.ti-camera:before {
    content: "\e64e";
}

.ti-announcement:before {
    content: "\e64f";
}

.ti-brush:before {
    content: "\e650";
}

.ti-briefcase:before {
    content: "\e651";
}

.ti-bolt:before {
    content: "\e652";
}

.ti-bolt-alt:before {
    content: "\e653";
}

.ti-blackboard:before {
    content: "\e654";
}

.ti-bag:before {
    content: "\e655";
}

.ti-move:before {
    content: "\e656";
}

.ti-arrows-vertical:before {
    content: "\e657";
}

.ti-arrows-horizontal:before {
    content: "\e658";
}

.ti-fullscreen:before {
    content: "\e659";
}

.ti-arrow-top-right:before {
    content: "\e65a";
}

.ti-arrow-top-left:before {
    content: "\e65b";
}

.ti-arrow-circle-up:before {
    content: "\e65c";
}

.ti-arrow-circle-right:before {
    content: "\e65d";
}

.ti-arrow-circle-left:before {
    content: "\e65e";
}

.ti-arrow-circle-down:before {
    content: "\e65f";
}

.ti-angle-double-up:before {
    content: "\e660";
}

.ti-angle-double-right:before {
    content: "\e661";
}

.ti-angle-double-left:before {
    content: "\e662";
}

.ti-angle-double-down:before {
    content: "\e663";
}

.ti-zip:before {
    content: "\e664";
}

.ti-world:before {
    content: "\e665";
}

.ti-wheelchair:before {
    content: "\e666";
}

.ti-view-list:before {
    content: "\e667";
}

.ti-view-list-alt:before {
    content: "\e668";
}

.ti-view-grid:before {
    content: "\e669";
}

.ti-uppercase:before {
    content: "\e66a";
}

.ti-upload:before {
    content: "\e66b";
}

.ti-underline:before {
    content: "\e66c";
}

.ti-truck:before {
    content: "\e66d";
}

.ti-timer:before {
    content: "\e66e";
}

.ti-ticket:before {
    content: "\e66f";
}

.ti-thumb-up:before {
    content: "\e670";
}

.ti-thumb-down:before {
    content: "\e671";
}

.ti-text:before {
    content: "\e672";
}

.ti-stats-up:before {
    content: "\e673";
}

.ti-stats-down:before {
    content: "\e674";
}

.ti-split-v:before {
    content: "\e675";
}

.ti-split-h:before {
    content: "\e676";
}

.ti-smallcap:before {
    content: "\e677";
}

.ti-shine:before {
    content: "\e678";
}

.ti-shift-right:before {
    content: "\e679";
}

.ti-shift-left:before {
    content: "\e67a";
}

.ti-shield:before {
    content: "\e67b";
}

.ti-notepad:before {
    content: "\e67c";
}

.ti-server:before {
    content: "\e67d";
}

.ti-quote-right:before {
    content: "\e67e";
}

.ti-quote-left:before {
    content: "\e67f";
}

.ti-pulse:before {
    content: "\e680";
}

.ti-printer:before {
    content: "\e681";
}

.ti-power-off:before {
    content: "\e682";
}

.ti-plug:before {
    content: "\e683";
}

.ti-pie-chart:before {
    content: "\e684";
}

.ti-paragraph:before {
    content: "\e685";
}

.ti-panel:before {
    content: "\e686";
}

.ti-package:before {
    content: "\e687";
}

.ti-music:before {
    content: "\e688";
}

.ti-music-alt:before {
    content: "\e689";
}

.ti-mouse:before {
    content: "\e68a";
}

.ti-mouse-alt:before {
    content: "\e68b";
}

.ti-money:before {
    content: "\e68c";
}

.ti-microphone:before {
    content: "\e68d";
}

.ti-menu:before {
    content: "\e68e";
}

.ti-menu-alt:before {
    content: "\e68f";
}

.ti-map:before {
    content: "\e690";
}

.ti-map-alt:before {
    content: "\e691";
}

.ti-loop:before {
    content: "\e692";
}

.ti-location-pin:before {
    content: "\e693";
}

.ti-list:before {
    content: "\e694";
}

.ti-light-bulb:before {
    content: "\e695";
}

.ti-Italic:before {
    content: "\e696";
}

.ti-info:before {
    content: "\e697";
}

.ti-infinite:before {
    content: "\e698";
}

.ti-id-badge:before {
    content: "\e699";
}

.ti-hummer:before {
    content: "\e69a";
}

.ti-home:before {
    content: "\e69b";
}

.ti-help:before {
    content: "\e69c";
}

.ti-headphone:before {
    content: "\e69d";
}

.ti-harddrives:before {
    content: "\e69e";
}

.ti-harddrive:before {
    content: "\e69f";
}

.ti-gift:before {
    content: "\e6a0";
}

.ti-game:before {
    content: "\e6a1";
}

.ti-filter:before {
    content: "\e6a2";
}

.ti-files:before {
    content: "\e6a3";
}

.ti-file:before {
    content: "\e6a4";
}

.ti-eraser:before {
    content: "\e6a5";
}

.ti-envelope:before {
    content: "\e6a6";
}

.ti-download:before {
    content: "\e6a7";
}

.ti-direction:before {
    content: "\e6a8";
}

.ti-direction-alt:before {
    content: "\e6a9";
}

.ti-dashboard:before {
    content: "\e6aa";
}

.ti-control-stop:before {
    content: "\e6ab";
}

.ti-control-shuffle:before {
    content: "\e6ac";
}

.ti-control-play:before {
    content: "\e6ad";
}

.ti-control-pause:before {
    content: "\e6ae";
}

.ti-control-forward:before {
    content: "\e6af";
}

.ti-control-backward:before {
    content: "\e6b0";
}

.ti-cloud:before {
    content: "\e6b1";
}

.ti-cloud-up:before {
    content: "\e6b2";
}

.ti-cloud-down:before {
    content: "\e6b3";
}

.ti-clipboard:before {
    content: "\e6b4";
}

.ti-car:before {
    content: "\e6b5";
}

.ti-calendar:before {
    content: "\e6b6";
}

.ti-book:before {
    content: "\e6b7";
}

.ti-bell:before {
    content: "\e6b8";
}

.ti-basketball:before {
    content: "\e6b9";
}

.ti-bar-chart:before {
    content: "\e6ba";
}

.ti-bar-chart-alt:before {
    content: "\e6bb";
}

.ti-back-right:before {
    content: "\e6bc";
}

.ti-back-left:before {
    content: "\e6bd";
}

.ti-arrows-corner:before {
    content: "\e6be";
}

.ti-archive:before {
    content: "\e6bf";
}

.ti-anchor:before {
    content: "\e6c0";
}

.ti-align-right:before {
    content: "\e6c1";
}

.ti-align-left:before {
    content: "\e6c2";
}

.ti-align-justify:before {
    content: "\e6c3";
}

.ti-align-center:before {
    content: "\e6c4";
}

.ti-alert:before {
    content: "\e6c5";
}

.ti-alarm-clock:before {
    content: "\e6c6";
}

.ti-agenda:before {
    content: "\e6c7";
}

.ti-write:before {
    content: "\e6c8";
}

.ti-window:before {
    content: "\e6c9";
}

.ti-widgetized:before {
    content: "\e6ca";
}

.ti-widget:before {
    content: "\e6cb";
}

.ti-widget-alt:before {
    content: "\e6cc";
}

.ti-wallet:before {
    content: "\e6cd";
}

.ti-video-clapper:before {
    content: "\e6ce";
}

.ti-video-camera:before {
    content: "\e6cf";
}

.ti-vector:before {
    content: "\e6d0";
}

.ti-themify-logo:before {
    content: "\e6d1";
}

.ti-themify-favicon:before {
    content: "\e6d2";
}

.ti-themify-favicon-alt:before {
    content: "\e6d3";
}

.ti-support:before {
    content: "\e6d4";
}

.ti-stamp:before {
    content: "\e6d5";
}

.ti-split-v-alt:before {
    content: "\e6d6";
}

.ti-slice:before {
    content: "\e6d7";
}

.ti-shortcode:before {
    content: "\e6d8";
}

.ti-shift-right-alt:before {
    content: "\e6d9";
}

.ti-shift-left-alt:before {
    content: "\e6da";
}

.ti-ruler-alt-2:before {
    content: "\e6db";
}

.ti-receipt:before {
    content: "\e6dc";
}

.ti-pin2:before {
    content: "\e6dd";
}

.ti-pin-alt:before {
    content: "\e6de";
}

.ti-pencil-alt2:before {
    content: "\e6df";
}

.ti-palette:before {
    content: "\e6e0";
}

.ti-more:before {
    content: "\e6e1";
}

.ti-more-alt:before {
    content: "\e6e2";
}

.ti-microphone-alt:before {
    content: "\e6e3";
}

.ti-magnet:before {
    content: "\e6e4";
}

.ti-line-double:before {
    content: "\e6e5";
}

.ti-line-dotted:before {
    content: "\e6e6";
}

.ti-line-dashed:before {
    content: "\e6e7";
}

.ti-layout-width-full:before {
    content: "\e6e8";
}

.ti-layout-width-default:before {
    content: "\e6e9";
}

.ti-layout-width-default-alt:before {
    content: "\e6ea";
}

.ti-layout-tab:before {
    content: "\e6eb";
}

.ti-layout-tab-window:before {
    content: "\e6ec";
}

.ti-layout-tab-v:before {
    content: "\e6ed";
}

.ti-layout-tab-min:before {
    content: "\e6ee";
}

.ti-layout-slider:before {
    content: "\e6ef";
}

.ti-layout-slider-alt:before {
    content: "\e6f0";
}

.ti-layout-sidebar-right:before {
    content: "\e6f1";
}

.ti-layout-sidebar-none:before {
    content: "\e6f2";
}

.ti-layout-sidebar-left:before {
    content: "\e6f3";
}

.ti-layout-placeholder:before {
    content: "\e6f4";
}

.ti-layout-menu:before {
    content: "\e6f5";
}

.ti-layout-menu-v:before {
    content: "\e6f6";
}

.ti-layout-menu-separated:before {
    content: "\e6f7";
}

.ti-layout-menu-full:before {
    content: "\e6f8";
}

.ti-layout-media-right-alt:before {
    content: "\e6f9";
}

.ti-layout-media-right:before {
    content: "\e6fa";
}

.ti-layout-media-overlay:before {
    content: "\e6fb";
}

.ti-layout-media-overlay-alt:before {
    content: "\e6fc";
}

.ti-layout-media-overlay-alt-2:before {
    content: "\e6fd";
}

.ti-layout-media-left-alt:before {
    content: "\e6fe";
}

.ti-layout-media-left:before {
    content: "\e6ff";
}

.ti-layout-media-center-alt:before {
    content: "\e700";
}

.ti-layout-media-center:before {
    content: "\e701";
}

.ti-layout-list-thumb:before {
    content: "\e702";
}

.ti-layout-list-thumb-alt:before {
    content: "\e703";
}

.ti-layout-list-post:before {
    content: "\e704";
}

.ti-layout-list-large-image:before {
    content: "\e705";
}

.ti-layout-line-solid:before {
    content: "\e706";
}

.ti-layout-grid4:before {
    content: "\e707";
}

.ti-layout-grid3:before {
    content: "\e708";
}

.ti-layout-grid2:before {
    content: "\e709";
}

.ti-layout-grid2-thumb:before {
    content: "\e70a";
}

.ti-layout-cta-right:before {
    content: "\e70b";
}

.ti-layout-cta-left:before {
    content: "\e70c";
}

.ti-layout-cta-center:before {
    content: "\e70d";
}

.ti-layout-cta-btn-right:before {
    content: "\e70e";
}

.ti-layout-cta-btn-left:before {
    content: "\e70f";
}

.ti-layout-column4:before {
    content: "\e710";
}

.ti-layout-column3:before {
    content: "\e711";
}

.ti-layout-column2:before {
    content: "\e712";
}

.ti-layout-accordion-separated:before {
    content: "\e713";
}

.ti-layout-accordion-merged:before {
    content: "\e714";
}

.ti-layout-accordion-list:before {
    content: "\e715";
}

.ti-ink-pen:before {
    content: "\e716";
}

.ti-info-alt:before {
    content: "\e717";
}

.ti-help-alt:before {
    content: "\e718";
}

.ti-headphone-alt:before {
    content: "\e719";
}

.ti-hand-point-up:before {
    content: "\e71a";
}

.ti-hand-point-right:before {
    content: "\e71b";
}

.ti-hand-point-left:before {
    content: "\e71c";
}

.ti-hand-point-down:before {
    content: "\e71d";
}

.ti-gallery:before {
    content: "\e71e";
}

.ti-face-smile:before {
    content: "\e71f";
}

.ti-face-sad:before {
    content: "\e720";
}

.ti-credit-card:before {
    content: "\e721";
}

.ti-control-skip-forward:before {
    content: "\e722";
}

.ti-control-skip-backward:before {
    content: "\e723";
}

.ti-control-record:before {
    content: "\e724";
}

.ti-control-eject:before {
    content: "\e725";
}

.ti-comments-smiley:before {
    content: "\e726";
}

.ti-brush-alt:before {
    content: "\e727";
}

.ti-youtube:before {
    content: "\e728";
}

.ti-vimeo:before {
    content: "\e729";
}

.ti-twitter:before {
    content: "\e72a";
}

.ti-time:before {
    content: "\e72b";
}

.ti-tumblr:before {
    content: "\e72c";
}

.ti-skype:before {
    content: "\e72d";
}

.ti-share:before {
    content: "\e72e";
}

.ti-share-alt:before {
    content: "\e72f";
}

.ti-rocket:before {
    content: "\e730";
}

.ti-pinterest:before {
    content: "\e731";
}

.ti-new-window:before {
    content: "\e732";
}

.ti-microsoft:before {
    content: "\e733";
}

.ti-list-ol:before {
    content: "\e734";
}

.ti-linkedin:before {
    content: "\e735";
}

.ti-layout-sidebar-2:before {
    content: "\e736";
}

.ti-layout-grid4-alt:before {
    content: "\e737";
}

.ti-layout-grid3-alt:before {
    content: "\e738";
}

.ti-layout-grid2-alt:before {
    content: "\e739";
}

.ti-layout-column4-alt:before {
    content: "\e73a";
}

.ti-layout-column3-alt:before {
    content: "\e73b";
}

.ti-layout-column2-alt:before {
    content: "\e73c";
}

.ti-instagram:before {
    content: "\e73d";
}

.ti-google:before {
    content: "\e73e";
}

.ti-github:before {
    content: "\e73f";
}

.ti-flickr:before {
    content: "\e740";
}

.ti-facebook:before {
    content: "\e741";
}

.ti-dropbox:before {
    content: "\e742";
}

.ti-dribbble:before {
    content: "\e743";
}

.ti-apple:before {
    content: "\e744";
}

.ti-android:before {
    content: "\e745";
}

.ti-save:before {
    content: "\e746";
}

.ti-save-alt:before {
    content: "\e747";
}

.ti-yahoo:before {
    content: "\e748";
}

.ti-wordpress:before {
    content: "\e749";
}

.ti-vimeo-alt:before {
    content: "\e74a";
}

.ti-twitter-alt:before {
    content: "\e74b";
}

.ti-tumblr-alt:before {
    content: "\e74c";
}

.ti-trello:before {
    content: "\e74d";
}

.ti-stack-overflow:before {
    content: "\e74e";
}

.ti-soundcloud:before {
    content: "\e74f";
}

.ti-sharethis:before {
    content: "\e750";
}

.ti-sharethis-alt:before {
    content: "\e751";
}

.ti-reddit:before {
    content: "\e752";
}

.ti-pinterest-alt:before {
    content: "\e753";
}

.ti-microsoft-alt:before {
    content: "\e754";
}

.ti-linux:before {
    content: "\e755";
}

.ti-jsfiddle:before {
    content: "\e756";
}

.ti-joomla:before {
    content: "\e757";
}

.ti-html5:before {
    content: "\e758";
}

.ti-flickr-alt:before {
    content: "\e759";
}

.ti-email:before {
    content: "\e75a";
}

.ti-drupal:before {
    content: "\e75b";
}

.ti-dropbox-alt:before {
    content: "\e75c";
}

.ti-css3:before {
    content: "\e75d";
}

.ti-rss:before {
    content: "\e75e";
}

.ti-rss-alt:before {
    content: "\e75f";
}

/*-------- Fontello --------*/
@font-face {
    font-family: 'fontello';
    src: url("fonts/fontello.eot?33109840");
    src: url("fonts/fontello.eot?33109840#iefix") format("embedded-opentype"), url("fonts/fontello.woff2?33109840") format("woff2"), url("fonts/fontello.woff?33109840") format("woff"), url("fonts/fontello.ttf?33109840") format("truetype"), url("fonts/fontello.svg?33109840#fontello") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-th:before {
    content: '\e800';
}

/* '' */
.icon-th-list:before {
    content: '\e801';
}

/* '' */
.icon-phone:before {
    content: '\e802';
}

/* '' */
.icon-mobile:before {
    content: '\e803';
}

/* '' */
.icon-mail:before {
    content: '\e804';
}

/* '' */
.icon-map:before {
    content: '\e805';
}

/* '' */
.icon-map-1:before {
    content: '\e806';
}

/* '' */
.icon-ok:before {
    content: '\e808';
}

/* '' */
.icon-ok-1:before {
    content: '\e809';
}

/* '' */
.icon-star:before {
    content: '\e80a';
}

/* '' */
.icon-star-empty:before {
    content: '\e80b';
}

/* '' */
.icon-star-half:before {
    content: '\e80c';
}

/* '' */
.icon-user:before {
    content: '\f061';
}

/* '' */
.icon-star-half-alt:before {
    content: '\f123';
}

/* '' */
.icon-sliders:before {
    content: '\f1de';
}

/* '' */
.icon-map-o:before {
    content: '\f278';
}

/*-------- Typography -------- */
html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    background: #fff;
    font-size: 14px;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    color: #202020;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #111;
}

p {
    margin-bottom: 20px;
}

strong {
    font-weight: 500;
}

label {
    font-weight: 500;
    margin-bottom: 10px;
}

hr {
    margin: 30px 0 30px 0;
    border: 0;
    border-top: 1px solid #dddddd;
}

.main_title {
    position: relative;
    margin-bottom: 30px;
    text-align: left;
}
@media (max-width: 767px) {
    .main_title {
        margin-bottom: 30px;
    }
}
.main_title h1, .main_title h2, .main_title h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    position: relative;
    z-index: 2;
    line-height: 1;
}
.main_title span {
    display: block;
    content: attr(data-mask);
    position: absolute;
    text-align: center;
    margin-top: -15px;
    top: 0;
    font-weight: 900;
    font-size: 65px;
    line-height: 1;
    z-index: 1;
    color: #f4f4f4;
    text-transform: uppercase;
    width: 100%;
}
@media (max-width: 767px) {
    .main_title span {
        font-size: 45px;
    }
}
.main_title p {
    font-size: 23px;
    font-weight: 300;
    padding: 0 15%;
    position: relative;
    z-index: 2;
}
@media (max-width: 767px) {
    .main_title p {
        font-size: 18px;
        padding: 0;
    }
}

.page_header {
    position: relative;
    margin-bottom: 50px;
    background-color: #fbfbfb;
}
@media (max-width: 1024px) {
    .page_header {
        margin-bottom: 30px;
    }
}
.page_header h1 {
    font-size: 24px;
    margin: 0 0 5px 0;
}

.breadcrumbs {
    line-height: 1;
    color: #555;
    padding: 15px 0;
}
.breadcrumbs ul {
    margin: 0;
    padding: 0;
    font-size: 12px;
}
.breadcrumbs ul li {
    display: inline-block;
    margin-right: 7px;
    padding-right: 8px;
    position: relative;
    line-height: 1.3;
}
.breadcrumbs ul li a {
    color: #777;
}
.breadcrumbs ul li a:hover {
    color: #ed2e23;
}
.breadcrumbs ul li:after {
    font-family: 'themify';
    content: "\e649";
    font-size: 10px;
    position: absolute;
    display: inline-block;
    top: 2px;
    margin-left: 3px;
}
.breadcrumbs ul li:last-child {
    font-weight: 500;
}
.breadcrumbs ul li:last-child:after {
    content: '';
    margin-right: 0;
}

/*------- General links color --------*/
a {
    color: #202020;
    text-decoration: none;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: none;
}
a:hover, a:focus {
    color: #111;
    text-decoration: none;
    outline: none;
}

/*-------- Buttons --------*/
a.btn_1,
.btn_1 {
    border: none;
    color: #fff;
    background: #202020;
    outline: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 13px 20px;
    font-weight: 500;
    text-align: center;
    font-size: 16px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 5px;
    line-height: 1;
}
a.btn_1:focus,
.btn_1:focus {
    outline: none;
}
a.btn_1:hover,
.btn_1:hover {
    background-color: #FFC107;
    color: #111 !important;
}
a.btn_1.full-width,
.btn_1.full-width {
    display: block;
    width: 100%;
    text-align: center;
}
a.btn_1.medium,
.btn_1.medium {
    font-size: 16px;
    padding: 18px 40px;
}
a.btn_1.outline,
.btn_1.outline {
    border: 1px solid #111;
    color: #111;
    padding: 10px 30px;
    background: none;
    line-height: 1;
}
a.btn_1.outline:focus,
.btn_1.outline:focus {
    outline: none;
}
a.btn_1.gray,
.btn_1.gray {
    background: #f0f0f0;
    color: #111 !important;
}
a.btn_1.gray:hover,
.btn_1.gray:hover {
    background-color: #FFC107;
    color: #111 !important;
}
a.btn_1.green,
.btn_1.green {
    background: #3bb179;
    color: #ffffff !important;
}
a.btn_1.green:hover,
.btn_1.green:hover {
    background-color: #20744c;
}
a.btn_1.warning,
.btn_1.warning {
    background: #ffdf7e;
    color: #111 !important;
}
a.btn_1.warning:hover,
.btn_1.warning:hover {
    background-color: #e5bd40;
}
a.btn_1 i,
.btn_1 i {
    font-weight: 600;
}
a.btn_text,
.btn_text {
    font-size: 15px;
    color: #464646;
    line-height: 1;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a.btn_text i,
.btn_text i {
    font-size: 12px;
    margin-left: 5px;
}
a.btn_text:hover,
.btn_text:hover {
    color: #000;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/*-------- Structure --------*/
main {
    background-color: #fff;
    z-index: 2;
    position: relative;
}
main.freeze {
    z-index: inherit;
}

.container {
    max-width: 1500px;
    padding-right: 15px;
    padding-left: 15px;
}
@media (max-width: 991px) {
    .container {
        max-width: 100%;
    }
}

.top_line {
    padding: 5px 0;
}
.top_line.promo {
    background-color: #ed2f23;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.top_line.promo strong {
    color: #ffff99;
    font-weight: 700;
    text-transform: uppercase;
}
.top_line.version_1 {
    color: #fff;
    background-color: #2f2f2f;
}
.top_line.version_1.plus_select {
    padding: 7px 0;
}
.top_line.version_1.plus_select .styled-select select {
    color: #fff;
}
.top_line.version_1.plus_select .styled-select:after {
    color: #fff;
}
.top_line.version_1 ul.top_links {
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    line-height: 1;
}
.top_line.version_1 ul.top_links li {
    display: inline-block;
    position: relative;
    margin-left: 15px;
    line-height: 1;
}
@media screen and (max-width: 991px) {
    .top_line.version_1 ul.top_links li {
        margin-left: 5px;
    }
}
.top_line.version_1 ul.top_links li a {
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    padding: 6px 4px;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    line-height: 1;
}
@media (max-width: 768px) {
    .top_line.version_1 ul.top_links li a {
        font-size: 12px;
        padding: 2px 3px;
    }
}
.top_line.version_1 ul.top_links li.mobile-catalog a {
    animation:catalog 3.5s infinite;
    -webkit-animation:catalog 3.5s infinite;
}
@keyframes catalog{
    0%{
        background: #000;
        color: #e2e2e2;
    }
    25%{
        background: #e2e2e2;
        color: #000;
    }
    50%{
        background: #000;
        color: #e2e2e2;
    }
    75%{
        background: #e2e2e2;
        color: #000;
    }
    100%{
        background: #000;
        color: #e2e2e2;
    }
}
.top_line.version_1 ul.top_links li a.warning {
    color: #FFC107;
}
.top_line.version_1 ul.top_links li a .title {
    background-color: #000;
    font-size: 14px;
    padding: 2px 5px;
    border-radius: 3px;
    font-weight: 500;
    display: inline-block;
}
@media screen and (max-width: 512px) {
    .top_line.version_1 ul.top_links li a .title {
        margin-right: 0 !important;
        font-size: 16px;
    }
    .top_line.version_1 ul.top_links li:not(.mobile-catalog) a .top_link_title {
        display: none;
    }
}
.top_line.version_1 ul.top_links li a.warning .title {
    background: #FFC107;
    color: #202020;
}
.top_line.version_1 ul.top_links li a:hover,
.top_line.version_1 ul.top_links li a.active {
    background: #000;
}
.top_line.version_1 ul.top_links li a.warning:hover {
    background: #000;
}
.top_line.version_1 ul.top_links li:first-child {
    margin-left: 0;
}
.top_line.version_1 ul.top_links li.mobile-catalog {
    display: none;
}
@media screen and (max-width: 991px) {
    .top_line.version_1 ul.top_links li.mobile-catalog {
        display: flex;
        flex: 1;
    }
}

header .main_header {
    position: relative;
    z-index: 99;
}
@media (max-width: 991px) {
    header .main_header {
        padding: 15px 0;
    }
}
@media (max-width: 991px) {
    header .main_header #logo {
        text-align: center;
    }
    header .main_header #logo a img {
        height: 30px;
        width: auto;
    }
}
header .main_header a.phone_top {
    display: inline-block;
    line-height: 1.3;
}
header .main_header a.phone_top strong span {
    display: block;
    font-weight: 900;
}
@media (max-width: 991px) {
    header .main_header a.phone_top {
        position: absolute;
        right: 15px;
        top: 20px;
        z-index: 2;
    }
    header .main_header a.phone_top strong {
        display: none;
    }
    header .main_header a.phone_top:before {
        font-family: "fontello";
        font-size: 26px;
        content: '\e802';
        line-height: 1;
        padding: 0;
        margin: 0;
        display: inline-block;
    }
}
header ul.top_tools {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
header ul.top_tools > li {
    margin-left: 20px;
}
@media (max-width: 991px) {
    header ul.top_tools > li {
        margin-left: 7px;
    }
}
@media (max-width: 768px) {
    header ul.top_tools > li {
        margin-left: 15px;
    }
}
@media (max-width: 570px) {
    header ul.top_tools > li {
        margin-left: 7px;
    }
}
header ul.top_tools > li:last-child {
    display: none;
}
header.slim ul.top_tools > li:last-child {
    display: inline-block;
}
@media (max-width: 991px) {
    header ul.top_tools > li:last-child {
        display: inline-block;
    }
}
header ul.top_tools > li a {
    display: flex;
    position: relative;
    line-height: 1;
    padding: 5px 0;
    flex-direction: column;
    align-items: center;
}
header ul.top_tools > li a > span {
    font-size: 12px;
    margin-top: 5px;
}
@media (max-width: 768px) {
    header ul.top_tools > li a > span {
        display: none;
    }
}
header ul.top_tools > li a:before {
    font-family: 'header_icons';
    font-size: 26px;
    font-weight: 500 !important;
}
@media (max-width: 768px) {
    header ul.top_tools > li a:before {
        font-size: 19px;
    }
}
header ul.top_tools > li a.btn_search_mob:before, header ul.top_tools > li a.search_panel:before {
    content: '\0045';
    font-size: 21px;
}
@media (max-width: 768px) {
    header ul.top_tools > li a.btn_search_mob:before, header ul.top_tools > li a.search_panel:before {
        font-size: 19px;
    }
}
header ul.top_tools > li a.catalog {
    justify-content: center;
    height: 100%;
}
@media screen and (max-width: 991px) {
    header ul.top_tools > li a.catalog {
        display: none;
    }
}
header ul.top_tools > li a.catalog > span {
    font-size: 15px;
    margin-top: 0;
    text-align: center;
    width: 80px;
    background-color: #efefef;
    padding: 6px;
    border-radius: 5px;
    line-height: 1.1;
}
header ul.top_tools > li a.catalog:hover > span {
    background-color: #2e2e2e;
    transition: all .3s;
}
header ul.top_tools > li a.btn_cat_mob {
    line-height: 32px !important;
    height: 28px !important;
    padding-left: 35px;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
}
@media (max-width: 991px) {
    header ul.top_tools > li a.btn_cat_mob {
        padding-left: 0;
    }
}
header ul.top_tools > li a.btn_cat_mob .hamburger-box {
    position: absolute;
    top: 5px;
    left: 0;
    margin-right: 10px;
}
@media (max-width: 991px) {
    header ul.top_tools > li a.btn_cat_mob .hamburger-box {
        display: none;
    }
}
header ul.top_tools > li a.wishlist:before {
    content: '\0041';
}
header ul.top_tools > li a.access_link:before {
    content: '\0043';
}
header ul.top_tools > li a.cart_bt:before {
    content: '\0042';
}
header ul.top_tools > li a.cart_bt strong {
    font-size: 10px;
    font-weight: 700;
    width: 16px;
    height: 16px;
    text-indent: 0;
    display: block;
    text-align: center;
    position: absolute;
    top: 6px;
    right: 0px;
    line-height: 17px !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 4px;
}
@media (max-width: 767px) {
    header ul.top_tools > li a.cart_bt strong {
        bottom: -3px;
    }
}
header ul.top_tools > li .dropdown-cart .dropdown-menu,
header ul.top_tools > li .dropdown-access .dropdown-menu {
    border: none;
    min-width: 0;
    padding: 15px;
    width: 260px;
    top: 100%;
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.175);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.175);
}
@media (max-width: 991px) {
    header ul.top_tools > li .dropdown-cart .dropdown-menu,
    header ul.top_tools > li .dropdown-access .dropdown-menu {
        display: none !important;
    }
}
header ul.top_tools > li .dropdown-cart .dropdown-menu:before,
header ul.top_tools > li .dropdown-access .dropdown-menu:before {
    bottom: 100%;
    border: 7px solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
header ul.top_tools > li .dropdown-cart .dropdown-menu a,
header ul.top_tools > li .dropdown-access .dropdown-menu a {
    height: auto;
}
header ul.top_tools > li .dropdown-cart .dropdown-menu a.btn_1,
header ul.top_tools > li .dropdown-access .dropdown-menu a.btn_1 {
    color: #202020;
    background-color: #FFC107;
    height: auto;
    padding: 10px;
}
header ul.top_tools > li .dropdown-cart .dropdown-menu a.btn_1.outline,
header ul.top_tools > li .dropdown-access .dropdown-menu a.btn_1.outline {
    background-color: transparent;
}
header ul.top_tools > li .dropdown-cart .dropdown-menu a.btn_1:hover,
header ul.top_tools > li .dropdown-access .dropdown-menu a.btn_1:hover {
    color: #fff !important;
    background-color: #202020;
}
header .main_nav {
    position: relative;
    z-index: 999;
    padding: 0;
}
@media (max-width: 767px) {
    header .main_nav {
        padding: 5px 0;
    }
}
header .main_nav .custom-search-input {
    padding: 0;
    width: 90%;
    margin: 0;
    border-radius: 3px;
    position: relative;
    margin: 0 auto;
}
header .main_nav .custom-search-input input[type='text'] {
    width: 100%;
    border: 1px solid #e2e2e2;
    background-color: transparent;
    padding: 10px 45px 10px 15px;
    border-radius: 5px;
}
header .main_nav .custom-search-input input[type='text']:focus {
    outline: none;
    border-color: #202020;
}
@media (max-width: 575px) {
    header .main_nav .custom-search-input input[type='text'] {
        padding-left: 15px;
    }
}
header .main_nav .custom-search-input button[type='submit'] {
    position: absolute;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 21px;
    top: 6px;
    right: 6px;
    border: 0;
    cursor: pointer;
    outline: none;
    line-height: 1;
    background: #e2e2e2;
    border-radius: 3px;
    padding: 5px 6px;
    color: #464646;
}
header .main_nav .custom-search-input button[type='submit']:hover {
    color: #000;
}
header .sticky_element {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    -webkit-animation: smoothScroll 0.5s none;
    border-bottom: 1px solid transparent !important;
    -webkit-box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.25);
    box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.25);
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-60px);
    }
    100% {
        transform: translateY(0px);
    }
}
header.version_1 .main_header {background-color: #fff;}
@media (max-width: 991px) {
    header.version_1 .main_header {
        padding: 0;
        border: none;
        z-index: 99999;
    }
}
header.version_1 .main_header a.phone_top {
    color: #fff;
}
header.version_1 .main_header a.phone_top:before {
    color: #fff;
}
@media (max-width: 767px) {
    header.version_1 .main_header ul.top_tools {
        width: auto;
    }
}
header.version_1 .main_header ul.top_tools > li:last-child {
    display: inline-block;
}
@media (max-width: 767px) {
    header.version_1 .main_header ul.top_tools > li:last-child {
        float: none;
    }
}
@media (max-width: 1199px) {
    header.version_1 .main_header ul.top_tools > li:nth-child(2) {
        display: none;
    }
}
@media (max-width: 991px) {
    header.version_1 .main_header ul.top_tools > li:nth-child(3) {
        display: none;
    }
}
header.version_1 .main_header ul.top_tools > li a {
    color: #fff;
}
@media (max-width: 767px) {
    header.version_1 .main_header ul.top_tools > li a {
        line-height: 60px;
        height: 60px;
    }
}
header.version_1 .main_header ul.top_tools > li a:hover {
    color: #ffff99;
}
header.version_1 .main_header ul.top_tools > li a.cart_bt strong {
    background-color: #083487;
    color: #fff !important;
}
@media (max-width: 767px) {
    header.version_1 .main_header ul.top_tools > li a.cart_bt strong {
        bottom: 10px;
    }
}
header.version_1 .main_header ul.top_tools > li .dropdown-cart .dropdown-menu,
header.version_1 .main_header ul.top_tools > li .dropdown-access .dropdown-menu {
    border-top: 2px solid #ed2f23;
}
header.version_1 .main_header ul.top_tools > li .dropdown-cart .dropdown-menu:before,
header.version_1 .main_header ul.top_tools > li .dropdown-access .dropdown-menu:before {
    border-bottom-color: #ed2f23;
}
header.version_1 .main_header ul.top_tools > li .dropdown-cart:hover > a,
header.version_1 .main_header ul.top_tools > li .dropdown-access:hover > a {
    color: #ffff99;
}
@media (max-width: 991px) {
    header.version_1 .main_header ul.top_tools {
        position: absolute;
        top: -43px;
        right: 0;
    }
}
header.version_1 .main_nav {
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
}
header.version_1 .main_nav.inner {
    border-bottom: 1px solid #ededed;
}
header.version_1 .main_nav #logo img {
    object-fit:contain;
    height: 35px;
    max-width: 100%;
}
@media (max-width: 512px) {
    header.version_1 .main_nav #logo img {
        height: 22px;
    }
}
header.version_1 .main_nav .custom-search-input {
    background-color: #fff;
}
header.version_1 .main_nav ul.top_tools > li a {
    color: #202020;
}
header.version_1 .main_nav ul.top_tools > li a:hover {
    color: #ed2f23;
}
header ul.top_tools > li a.catalog:hover {
    color: #fff !important;
    transition: all .3s;
}
header.version_1 .main_nav ul.top_tools > li a.btn_cat_mob .hamburger-inner,
header.version_1 .main_nav ul.top_tools > li a.btn_cat_mob .hamburger-inner::before,
header.version_1 .main_nav ul.top_tools > li a.btn_cat_mob .hamburger-inner::after {
    background-color: #111;
}
header.version_1 .main_nav ul.top_tools > li a.btn_cat_mob:hover .hamburger-inner,
header.version_1 .main_nav ul.top_tools > li a.btn_cat_mob:hover .hamburger-inner::before,
header.version_1 .main_nav ul.top_tools > li a.btn_cat_mob:hover .hamburger-inner::after {
    background-color: #ed2f23;
}
header.version_1 .main_nav ul.top_tools > li a.cart_bt strong {
    background-color: #ed2f23;
    color: #fff !important;
}
header.version_1 .main_nav ul.top_tools > li .dropdown-cart .dropdown-menu,
header.version_1 .main_nav ul.top_tools > li .dropdown-access .dropdown-menu {
    border-top: 2px solid #202020;
    margin-top: 0;
}
header.version_1 .main_nav ul.top_tools > li .dropdown-cart .dropdown-menu:before,
header.version_1 .main_nav ul.top_tools > li .dropdown-access .dropdown-menu:before {
    border-bottom-color: #202020;
}
header.version_1 .main_nav ul.top_tools > li .dropdown-cart:hover > a, header.version_1 .main_nav ul.top_tools > li .dropdown-access:hover > a {
    color: #ed2f23;
}

header.version_2 .main_header {
    background-color: #fff;
}
header.version_2 .main_header .hamburger-inner,
header.version_2 .main_header .hamburger-inner::before,
header.version_2 .main_header .hamburger-inner::after {
    background-color: #111;
}
header.version_2 .main_header:hover .hamburger-inner,
header.version_2 .main_header:hover .hamburger-inner::before,
header.version_2 .main_header:hover .hamburger-inner::after {
    background-color: #ed2f23;
}
header.version_2 .main_header a.phone_top {
    color: #444;
}
header.version_2 .main_header a.phone_top:before {
    color: #444;
}
@media (max-width: 767px) {
    header.version_2 .main_header ul.top_tools {
        width: auto;
    }
}
header.version_2 .main_header ul.top_tools > li:last-child {
    display: inline-block;
}
@media (max-width: 767px) {
    header.version_2 .main_header ul.top_tools > li:last-child {
        float: none;
    }
}
@media (max-width: 1199px) {
    header.version_2 .main_header ul.top_tools > li:nth-child(2) {
        display: none;
    }
}
@media (max-width: 991px) {
    header.version_2 .main_header ul.top_tools > li:nth-child(3) {
        display: none;
    }
}
header.version_2 .main_header ul.top_tools > li a {
    color: #444;
}
@media (max-width: 767px) {
    header.version_2 .main_header ul.top_tools > li a {
        line-height: 60px;
        height: 60px;
    }
}
header.version_2 .main_header ul.top_tools > li a:hover {
    color: #ed2f23;
}
header.version_2 .main_header ul.top_tools > li a.cart_bt strong {
    background-color: #083487;
    color: #fff !important;
}
@media (max-width: 767px) {
    header.version_2 .main_header ul.top_tools > li a.cart_bt strong {
        bottom: 10px;
    }
}
header.version_2 .main_header ul.top_tools > li .dropdown-cart .dropdown-menu,
header.version_2 .main_header ul.top_tools > li .dropdown-access .dropdown-menu {
    border-top: none;
}
header.version_2 .main_header ul.top_tools > li .dropdown-cart .dropdown-menu:before,
header.version_2 .main_header ul.top_tools > li .dropdown-access .dropdown-menu:before {
    border-bottom-color: transparent;
}
header.version_2 .main_header ul.top_tools > li .dropdown-cart:hover > a,
header.version_2 .main_header ul.top_tools > li .dropdown-access:hover > a {
    color: #ed2f23;
}
@media (max-width: 991px) {
    header.version_2 .main_header ul.top_tools {
        position: absolute;
        top: -43px;
        right: 0;
    }
}
header.version_2 .main_nav {
    background-color: #ed2f23;
    border-bottom: 1px solid transparent;
}
header.version_2 .main_nav .custom-search-input {
    background-color: #f8f8f8;
}
header.version_2 .main_nav ul.top_tools > li a {
    color: #fff;
}
header.version_2 .main_nav ul.top_tools > li a:hover {
    color: #ffff99;
}
header.version_2 .main_nav ul.top_tools > li a.cart_bt strong {
    background-color: #083487;
    color: #fff !important;
}
header.version_2 .main_nav ul.top_tools > li .dropdown-cart:hover > a,
header.version_2 .main_nav ul.top_tools > li .dropdown-access:hover > a {
    color: #ffff99;
}
header.version_2 .search_mob_wp .form-control {
    border: none;
}
header.version_2 .search_mob_wp .btn_1 {
    background-color: #FFC107;
    color: #111;
}
header.version_2 .search_mob_wp .btn_1:hover {
    background-color: #083487;
    color: #fff !important;
}

/*-------- Navigation --------*/
@media only screen and (min-width: 992px) {
    .menu {
        display: block !important;
    }

    #mm-menu, .mm-menu {
        display: none !important;
    }
}
/*-------- Mobile Menu colors --------*/
.mm-menu {
    background: #fff !important;
}
.mm-listview a {
    color: #444;
}
.main-menu {
    position: relative;
    z-index: 9;
    width: auto;
}
.main-menu ul,
.main-menu ul li,
.main-menu ul li a {
    position: relative;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
@media (max-width: 990px) {
    .main-menu ul {
        display: flex;
        flex-wrap: nowrap;
        align-items: stretch;
        flex-direction: column;
        justify-content: center;
    }
    .main-menu ul li a {
        flex-direction: row;
        justify-content: flex-start;
    }
}
.main-menu ul li:hover:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 50px;
    height: 2px;
    border-radius: 2px;
    background-color: #202020;
}
@media (max-width: 991px) {
    .main-menu ul li:hover:before {
        width: 100%;
    }
}
.menu-wrapper ul li:hover:before {
    content: unset;
}

/*-------- Submenu styles --------*/
.main-menu ul .submenu .menu-wrapper a {
    display: block;
    padding: 10px 10px;
    border-radius: 5px;
}
.main-menu ul .submenu .banner_menu a {
    padding: 0;
}
.main-menu ul .submenu .banner_menu a img {
    border-radius: 5px
}
.main-menu ul .menu-wrapper h2 {
    font-size: 15px;
    font-weight: bold;
    margin: 0;
}
@media (max-width: 991px) {
    .main-menu ul .menu-wrapper h2 {
        font-size: 14px;
    }
}
.main-menu ul .submenu .menu-wrapper a:hover {
    background-color: rgba(0,0,0,.05);
}

/*-------- First level styles version 1 --------*/
.main-menu > ul > li > a {
    padding: 15px 10px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
}
@media (max-width: 1199px) {
    .main-menu > ul > li > a {
        padding: 15px 7px;
        font-size: 14px;
    }
}
@media (max-width: 991px) {
    .main-menu > ul > li > a:before {
        content: none;
    }
}
header.version_1 .main-menu > ul > li > a {
    color: #464646;
}
header.version_1 .main-menu > ul > li:hover > a {
    color: #000;
}
.main-menu > ul > li.submenu:hover > a:after {
    transform: rotate(180deg);
}
.main-menu ul > li.submenu > a {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.main-menu ul > li.submenu > a:after {
    font-family: 'themify';
    font-size: 12px;
    content: "\e64b";
    color: #202020;
    line-height: 1;
    padding: 0;
    margin: 0 0 0 5px;
    font-weight: bold;
    display: inline-block;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
    .main-menu ul > li.submenu > a:after {
        font-size: 14px !important;
        float: right;
    }
}

/*-------- First level version 2 --------*/
header.version_2 .main-menu > ul > li > a, .main-menu > ul > li.submenu:hover > a {
    color: #282828;
}
header.version_2 .main-menu > ul > li:hover > a {
    color: #ed2f23;
}
header.version_2 .main-menu ul > li.submenu > a:after {
    color: #444;
}
header.version_2 .main-menu > ul > li.submenu:hover > a:after {
    color: #ed2f23;
}
#header_menu {
    display: none;
}
nav a.open_close#close_in {
    width: 30px;
    height: 30px;
    display: none;
    background-color: #f7f7f7;
    border-radius: 5px;
    text-align: center;
    line-height: 34px;
}
nav a.open_close#close_in > i {
    color: #555 !important;
    font-size: 18px;
}
nav a.open_close#close_in > i:hover {
    color: #1a1a1a !important;
}
@media (max-width: 991px) {
    nav a.open_close#close_in {
        display: block;
    }
}

/* 992px
================================================== */
@media only screen and (min-width: 992px) {
    /* Submenu + megamenu*/
    .main-menu ul ul, .main-menu ul li .menu-wrapper {
        position: absolute;
        z-index: 1;
        visibility: hidden;
        left: 0;
        top: 100%;
        display: block;
        background: #fff;
        min-width: 190px;
        transform: scale(0.4);
        transform-origin: 10% top;
        transition: 0.15s linear, 0.1s opacity cubic-bezier(0.39, 0.575, 0.565, 1), 0.15s transform cubic-bezier(0.1, 1.26, 0.83, 1);
        -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.175);
        -moz-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.175);
        box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.175);
        opacity: 0;
    }

    .main-menu ul ul {
        padding: 10px;
    }

    .main-menu ul li:hover > ul, .main-menu ul li:hover .menu-wrapper {
        visibility: visible;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .main-menu ul .menu-wrapper ul {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        padding: 0;
        position: static;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .main-menu ul ul li {
        display: block;
    }

    .main-menu ul ul li a {
        color: #444;
        display: block;
        padding: 10px;
        line-height: 1;
        border-radius: 5px;
    }

    .main-menu ul ul li:hover > a {
        color: #000;
        background-color: rgba(0,0,0,.05);
    }

    /* Megamenu */
    .main-menu ul li.megamenu {
        position: static;
    }

    .main-menu ul li.megamenu .menu-wrapper {
        width: 100%;
        left: 0;
        margin-left: 0;
        padding: 20px !important;
        border-radius: 5px;
        box-shadow: 0 0 20px rgba(0,0,0,.1);
    }

    .main-menu ul li:hover.megamenu .menu-wrapper ul {
        visibility: visible;
        opacity: 1;
    }

    /* Submenu 3rd level */
    .main-menu ul ul ul {
        left: 100%;
        top: 0;
    }
}
/* under 991px
================================================== */
@media only screen and (max-width: 991px) {
    #header_menu {
        text-align: left;
        padding: 20px;
        position: relative;
        border-bottom: 1px solid #ededed;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #header_menu img {
        height: 30px !important;
        width: auto !important;
    }

    .main-menu ul > li.submenu > a:after {
        color: #444;
        top: 5px;
        right: 15px;
        font-size: 32px;
        font-weight: 400;
    }

    .main-menu ul li a:hover,
    a.show-submenu:hover,
    a.show-submenu-mega:hover {
        color: #000;
        background-color: rgba(0,0,0,.05);
    }

    .main-menu ul li {
        border-bottom: 1px solid #ededed;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: flex-start;
    }

    /* Menu mobile first level */
    .main-menu ul li > a {
        padding: 15px;
        width: 100%;
    }

    .main-menu h3 {
        font-size: 12px;
        padding: 15px 15px 0 15px;
        text-transform: uppercase;
    }

    .main-menu li, .main-menu a {
        display: block;
        color: #444 !important;
    }

    /* Menu mobile second level */
    .main-menu ul li.submenu ul {
        border-left: 1px solid #ededed;
        margin: 0 0 15px 25px;
    }

    .main-menu ul li.submenu .menu-wrapper {
        margin: 0 5px;
    }

    .main-menu ul li.submenu ul li {
        border: 0;
    }

    .main-menu ul li.submenu ul li a {
        padding: 10px;
    }

    /* Menu mobile left panel */
    .main-menu {
        overflow: auto;
        transform: translateX(-200%);
        top: 0;
        left: -110%;
        bottom: 0;
        width: 70%;
        height: 100%;
        position: fixed;
        background-color: #fff;
        z-index: 9999;
        margin: 0;
        -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
        -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
        -ms-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
        -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
        transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    }

    .main-menu.show {
        transform: translateX(0);
        left: 0;
    }

    .main-menu .show-submenu + ul,
    a.show-submenu-mega + .menu-wrapper {
        display: none;
        visibility: hidden;
    }

    a.show-submenu-mega + .menu-wrapper.show_mega,
    .main-menu a.show-submenu + ul.show_normal {
        display: block;
        visibility: visible;
    }
}

/* under 580
================================================== */
@media only screen and (max-width: 580px) {
    .main-menu {
        width: 80%;
    }
}
.dropdown-cart .dropdown-menu {
    margin-left: -205px;
}
.dropdown-cart .dropdown-menu:before {
    right: 10%;
}
.dropdown-cart .dropdown-menu .total_drop {
    font-size: 16px;
}
.dropdown-cart .dropdown-menu .total_drop strong {
    float: left;
}
.dropdown-cart .dropdown-menu .total_drop span {
    float: right;
    font-weight: 600;
}
.dropdown-cart .dropdown-menu .total_drop .btn_1 {
    margin-top: 10px;
}
.dropdown-cart .dropdown-menu ul {
    padding: 0;
    list-style: none;
}
.dropdown-cart .dropdown-menu ul li {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    border-bottom: 1px solid #ededed;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.dropdown-cart .dropdown-menu ul li a.action {
    width: 15px;
    color: #202020;
}
.dropdown-cart .dropdown-menu ul li a.action i {
    font-size: 16px;
    font-weight: normal;
    color: #202020;
}
.dropdown-cart .dropdown-menu ul li a.action i:hover {
    color: #1a1a1a;
}
.dropdown-cart .dropdown-menu ul li a {
    width: 100%;
    position: relative;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.dropdown-cart .dropdown-menu ul li a figure {
    width: 50px;
    height: 50px;
    min-width: 50px;
    overflow: hidden;
    border: 1px solid #ededed;
    margin: 0 10px 0 0;
    border-radius: 5px;
}
.dropdown-cart .dropdown-menu ul li a figure img {
    width: auto;
    height: 50px;
    object-fit: cover;
}
.dropdown-cart .dropdown-menu ul li a strong {
    display: inline-block;
    color: #202020;
    font-weight: 700;
    font-size: 14px;
}
.dropdown-cart .dropdown-menu ul li a strong span {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 5px;
    line-height: 1.05;
    height: 26px;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.dropdown-cart .dropdown-menu ul li a strong:hover {
    color: #ed2f23;
}

.dropdown-access .dropdown-menu {
    margin-left: -105px;
}
.dropdown-access .dropdown-menu:before {
    left: 50%;
    margin-left: -7px;
}
.dropdown-access .dropdown-menu ul {
    margin-top: 15px;
    padding: 0;
}
.dropdown-access .dropdown-menu ul li {
    display: block;
    font-size: 14px;
}
.dropdown-access .dropdown-menu ul li a {
    height: auto !important;
    color: #444 !important;
    border-left: 2px solid transparent;
    display: flex;
    padding: 10px 15px;
    position: relative;
    line-height: 1;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    border-radius: 5px;
    border-top: 1px solid #ededed;
}
.dropdown-access .dropdown-menu ul li a i {
    font-size: 21px;
    margin-right: 10px;
    position: relative;
}
.dropdown-access .dropdown-menu ul li a:hover {
    border-left: 2px solid #202020;
    color: #000 !important;
    background-color: #f5f5f5;
}

.search_mob_wp {
    padding: 10px 15px 5px 15px;
    display: none;
    width: 100%;
    position: relative;
    border-top: 1px solid #f7f7f7;
    margin-top: 5px;
}
.search_mob_wp .form-control {
    margin-bottom: 15px;
}

/* menu categories */
.categories {
    display: none;
}

.categories.menu {
    display: block;
}

@media (max-width: 767px) {
    .categories {
        display: none;
    }
}

.menu ul {
    position: relative;
    padding: 0;
    margin: 0;
    top: 0;
}
.menu ul li {
    display: block;
    float: left;
}
.menu ul li > span a {
    display: block;
    position: relative;
    float: left;
    font-size: 13px;
    font-weight: 700;
    padding-bottom: 0;
    text-decoration: none;
    height: 60px;
    line-height: 62px;
    text-transform: uppercase;
}
.menu ul li > span a .hamburger-box {
    top: 10px;
    margin-right: 10px;
}
.menu ul li ul {
    display: none;
    position: absolute;
    top: 100%;
    width: 300px;
    background: #fff;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.175);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.175);
    z-index: 99;
    border-top: 2px solid #ed2f23;
}
.menu ul li ul li {
    display: block;
    width: 300px;
}
.menu ul li ul li ul {
    border-top: none;
}
.menu ul li ul li ul ul {
    background: #fff;
    border-top: none;
    width: 300px;
    margin-left: -1px;
    border-left: 1px solid #dddddd;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.175);
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.175);
}
.menu ul li ul li ul ul:before {
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    margin-top: -2px;
    background-color: #ed2f23;
}
@media (max-width: 767px) {
    .menu ul li ul li {
        width: 100%;
    }
}
.menu ul li ul li a {
    text-transform: none;
    display: block;
    float: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 45px;
    height: auto;
    padding: 0 10px 0 15px;
}
.menu ul li ul li a:hover {
    background-color: #0044c2;
    background-color: rgba(0, 77, 218, 0.04);
}
.menu ul li ul li a.active {
    color: #ed2f23;
    background-color: #0044c2;
    background-color: rgba(0, 77, 218, 0.04);
}
.menu ul li ul li a.active:after {
    font-family: 'themify';
    content: "\e649";
    float: right;
    font-size: 21px;
    margin-top: 0;
    color: #ed2f23;
}
@media (max-width: 767px) {
    .menu ul li ul li a.active:after {
        transform: rotate(90deg);
    }
}

.menu ul.expanded span a.active:hover {
    color: #ed2f23;
    background-color: #0044c2;
    background-color: rgba(0, 77, 218, 0.04);
}
.menu ul.expanded span a.active:hover:after {
    font-family: 'themify';
    content: "\e649";
    float: right;
    font-size: 21px;
    margin-top: 0;
    color: #ed2f23;
}
@media (max-width: 767px) {
    .menu ul.expanded span a.active:hover:after {
        transform: rotate(90deg);
    }
}

.menu ul li ul.expanded {
    width: 600px;
}
@media (max-width: 767px) {
    .menu ul li ul.expanded {
        width: 100%;
    }
}

.menu ul li ul.expanded li {
    margin-right: 300px;
}
@media (max-width: 767px) {
    .menu ul li ul.expanded li {
        margin-right: 0;
    }
}

.menu ul li ul li ul {
    display: none;
    position: absolute;
    left: 300px;
    border-left: 1px solid #dddddd;
    top: 0;
    height: 100%;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
@media (max-width: 767px) {
    .menu ul li ul li ul {
        position: relative;
        left: 0;
        border-left: 0;
    }
}

.menu ul li ul li ul li a {
    color: #444;
}

.menu ul li ul li ul li a:hover:after {
    content: none;
}

/* end menu categories */
/* menu long */
ul li ul.fix_long {
    overflow: hidden;
    overflow-y: scroll;
}
@media (max-width: 991px) {
    ul li ul.fix_long {
        overflow-y: auto;
    }
}
ul li ul.fix_long:after {
    font-family: 'themify';
    content: "\e657";
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    color: #999;
    font-size: 16px;
}
@media (max-width: 991px) {
    ul li ul.fix_long:after {
        display: none;
    }
}

/* menu long */
/* Categories button version 1 */
header.version_1 .menu ul li > span a {
    color: #111;
}
header.version_1 .menu ul li > span a .hamburger-inner,
header.version_1 .menu ul li > span a .hamburger-inner::before,
header.version_1 .menu ul li > span a .hamburger-inner::after {
    background-color: #111;
}
header.version_1 .menu ul li > span a:hover {
    color: #ed2f23;
}
header.version_1 .menu ul li > span a:hover .hamburger-inner,
header.version_1 .menu ul li > span a:hover .hamburger-inner::before,
header.version_1 .menu ul li > span a:hover .hamburger-inner::after {
    background-color: #ed2f23;
}
header.version_1 .menu ul li > span a.active {
    color: #ed2f23;
}
header.version_1 .menu ul li > span a.active .hamburger-inner,
header.version_1 .menu ul li > span a.active .hamburger-inner::before,
header.version_1 .menu ul li > span a.active .hamburger-inner::after {
    background-color: #ed2f23;
}
header.version_1 .menu ul li ul li a {
    color: #444;
}

/* Categories button version 2 */
header.version_2 .menu ul li > span > a {
    color: #fff;
}
header.version_2 .menu ul li > span > a .hamburger-inner,
header.version_2 .menu ul li > span > a .hamburger-inner::before,
header.version_2 .menu ul li > span > a .hamburger-inner::after {
    background-color: #fff;
}
header.version_2 .menu ul li > span > a:hover {
    color: #ffff99;
}
header.version_2 .menu ul li > span > a:hover .hamburger-inner,
header.version_2 .menu ul li > span > a:hover .hamburger-inner::before,
header.version_2 .menu ul li > span > a:hover .hamburger-inner::after {
    background-color: #ffff99;
}
header.version_2 .menu ul li > span > a.active {
    color: #ffff99;
}
header.version_2 .menu ul li > span > a.active .hamburger-inner,
header.version_2 .menu ul li > span > a.active .hamburger-inner::before,
header.version_2 .menu ul li > span > a.active .hamburger-inner::after {
    background-color: #ffff99;
}
header.version_2 .menu ul li ul li a {
    color: #444 !important;
}
header.version_2 .menu ul li ul li a:hover {
    color: #ed2f23 !important;
}

header.version_2 .menu ul li ul {
    top: 98%;
}

header.version_2 .menu ul li ul li ul {
    top: 0;
}

/*-------- Top banner --------*/
.top_banner {
    position: relative;
    margin-bottom: 30px;
}
.top_banner .breadcrumbs {
    color: #fff;
}
.top_banner .breadcrumbs ul li a {
    color: #fff;
    opacity: 0.6;
}
.top_banner .breadcrumbs ul li a:hover {
    color: #fff;
    opacity: 1;
}
.top_banner .title {
    font-size: 19px;
}
.top_banner img {
    width: 100%;
    height: auto;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    margin-bottom: 30px;
}

/*-------- Carousel --------*/
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-detail .owl-carousel .owl-item img {
    border-radius: 5px;
    border: 1px solid #e6e6e6;
}

#carousel-home .owl-carousel .owl-item img.mobile {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 768px) {
    #carousel-home .owl-carousel .owl-item img {
        display: none;
    }
    #carousel-home .owl-carousel .owl-item img.mobile {
        display: block;
    }
}

.owl-carousel .owl-nav.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
/*
 *  Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}

.main-products .owl-theme .owl-nav.disabled + .owl-dots {
    padding-bottom: 10px;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    display: inline;
}

/*-------- Mobile Menu --------*/
.mm-hidden {
    display: none !important;
}

.mm-wrapper {
    overflow-x: hidden;
    position: relative;
}

.mm-menu {
    box-sizing: border-box;
    background: inherit;
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}

.mm-panels,
.mm-panels > .mm-panel {
    background: inherit;
    border-color: inherit;
    box-sizing: border-box;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}

.mm-panels {
    overflow: hidden;
}

.mm-panel {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}

.mm-panel.mm-opened {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.mm-panel.mm-subopened {
    -webkit-transform: translate(-30%, 0);
    -ms-transform: translate(-30%, 0);
    transform: translate(-30%, 0);
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0);
}

.mm-panel.mm-highest {
    z-index: 1;
}

.mm-panel.mm-noanimation {
    -webkit-transition: none !important;
    transition: none !important;
}

.mm-panel.mm-noanimation.mm-subopened {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.mm-panels > .mm-panel {
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 20px;
}

.mm-panels > .mm-panel.mm-hasnavbar {
    padding-top: 40px;
}

.mm-panels > .mm-panel:not(.mm-hidden) {
    display: block;
}

.mm-panels > .mm-panel:after,
.mm-panels > .mm-panel:before {
    content: '';
    display: block;
    height: 20px;
}

.mm-vertical .mm-panel {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}

.mm-listview .mm-vertical .mm-panel,
.mm-vertical .mm-listview .mm-panel {
    display: none;
    padding: 10px 0 10px 10px;
}

.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after,
.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after {
    border-color: transparent;
}

.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
    display: block;
}

.mm-listview > li.mm-vertical > .mm-next,
.mm-vertical .mm-listview > li > .mm-next {
    box-sizing: border-box;
    height: 40px;
    bottom: auto;
}

.mm-listview > li.mm-vertical.mm-opened > .mm-next:after,
.mm-vertical .mm-listview > li.mm-opened > .mm-next:after {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    right: 19px;
}

.mm-btn {
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    z-index: 1;
}

.mm-clear:after,
.mm-clear:before,
.mm-close:after,
.mm-close:before {
    content: '';
    border: 2px solid transparent;
    display: block;
    width: 5px;
    height: 5px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mm-clear:before,
.mm-close:before {
    border-right: none;
    border-bottom: none;
    right: 18px;
}

.mm-clear:after,
.mm-close:after {
    border-left: none;
    border-top: none;
    right: 25px;
}

.mm-next:after,
.mm-prev:before {
    content: '';
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
}

.mm-prev:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 23px;
    right: auto;
}

.mm-next:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 23px;
    left: auto;
}

.mm-navbar {
    border-bottom: 1px solid;
    border-color: inherit;
    text-align: center;
    line-height: 20px;
    height: 40px;
    padding: 0 40px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.mm-navbar > * {
    display: block;
    padding: 10px 0;
}

.mm-navbar a,
.mm-navbar a:hover {
    text-decoration: none;
}

.mm-navbar .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.mm-navbar .mm-btn:first-child {
    left: 0;
}

.mm-navbar .mm-btn:last-child {
    text-align: right;
    right: 0;
}

.mm-panel .mm-navbar {
    display: none;
}

.mm-panel.mm-hasnavbar .mm-navbar {
    display: block;
}

.mm-listview,
.mm-listview > li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
}

.mm-listview {
    font: inherit;
    font-size: 14px;
    line-height: 20px;
}

.mm-listview a,
.mm-listview a:hover {
    text-decoration: none;
}

.mm-listview > li {
    position: relative;
}

.mm-listview > li,
.mm-listview > li .mm-next,
.mm-listview > li .mm-next:before,
.mm-listview > li:after {
    border-color: inherit;
}

.mm-listview > li > a,
.mm-listview > li > span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: inherit;
    display: block;
    padding: 10px 10px 10px 20px;
    margin: 0;
}

.mm-listview > li:not(.mm-divider):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.mm-listview > li:not(.mm-divider):after {
    left: 20px;
}

.mm-listview .mm-next {
    background: rgba(3, 2, 1, 0);
    width: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}

.mm-listview .mm-next:before {
    content: '';
    border-left-width: 1px;
    border-left-style: solid;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.mm-listview .mm-next + a,
.mm-listview .mm-next + span {
    margin-right: 50px;
}

.mm-listview .mm-next.mm-fullsubopen {
    width: 100%;
}

.mm-listview .mm-next.mm-fullsubopen:before {
    border-left: none;
}

.mm-listview .mm-next.mm-fullsubopen + a,
.mm-listview .mm-next.mm-fullsubopen + span {
    padding-right: 50px;
    margin-right: 0;
}

.mm-panels > .mm-panel > .mm-listview {
    margin: 20px -20px;
}

.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
    margin-top: -20px;
}

.mm-menu {
    background: #f3f3f3;
    border-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
}

.mm-menu .mm-navbar a,
.mm-menu .mm-navbar > * {
    color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
    border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-listview {
    border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu .mm-listview > li .mm-next:after {
    border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-listview > li a:not(.mm-next) {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
}

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.5);
}

.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
    background: rgba(0, 0, 0, 0.05);
}

.mm-menu .mm-divider {
    background: rgba(0, 0, 0, 0.05);
}

.mm-page {
    box-sizing: border-box;
    position: relative;
}

.mm-slideout {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    z-index: 1;
}

html.mm-opened {
    overflow-x: hidden;
    position: relative;
}

html.mm-blocking {
    overflow: hidden;
}

html.mm-blocking body {
    overflow: hidden;
}

html.mm-background .mm-page {
    background: inherit;
}

#mm-blocker {
    background: rgba(3, 2, 1, 0);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
}

html.mm-blocking #mm-blocker {
    display: block;
}

.mm-menu.mm-offcanvas {
    z-index: 0;
    display: none;
    position: fixed;
}

.mm-menu.mm-offcanvas.mm-opened {
    display: block;
}

.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-opened {
    z-index: 10;
}

.mm-menu.mm-offcanvas {
    width: 80%;
    min-width: 140px;
    max-width: 440px;
}

html.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(80%, 0);
    -ms-transform: translate(80%, 0);
    transform: translate(80%, 0);
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
    html.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
        -webkit-transform: translate(140px, 0);
        -ms-transform: translate(140px, 0);
        transform: translate(140px, 0);
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0);
    }
}
@media all and (min-width: 550px) {
    html.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
        -webkit-transform: translate(440px, 0);
        -ms-transform: translate(440px, 0);
        transform: translate(440px, 0);
        -webkit-transform: translate3d(440px, 0, 0);
        transform: translate3d(440px, 0, 0);
    }
}
.mm-sronly {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
}

/*-------- Add-Ons Autoheight--------*/
.mm-menu.mm-autoheight {
    -webkit-transition: none .4s ease;
    transition: none .4s ease;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}

.mm-menu.mm-autoheight:not(.mm-offcanvas) {
    position: relative;
}

.mm-menu.mm-measureheight .mm-panel.mm-vertical.mm-opened,
.mm-menu.mm-measureheight .mm-panel:not(.mm-vertical) {
    display: block !important;
}

.mm-menu.mm-measureheight .mm-panels > .mm-panel {
    bottom: auto !important;
    height: auto !important;
}

/*-------- Add-Ons Navbars--------*/
.mm-navbars-bottom,
.mm-navbars-top {
    background: inherit;
    border-color: inherit;
    border-width: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 3;
}

.mm-navbars-bottom > .mm-navbar,
.mm-navbars-top > .mm-navbar {
    border: none;
    padding: 0;
    position: relative;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.mm-navbars-top {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    top: 0;
}

.mm-navbars-bottom {
    border-top-style: solid;
    border-top-width: 1px;
    bottom: 0;
}

.mm-navbar.mm-hasbtns {
    padding: 0 40px;
}

.mm-navbar[class*=mm-navbar-content-] > * {
    box-sizing: border-box;
    display: block;
    float: left;
}

.mm-navbar .mm-breadcrumbs {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    text-align: left;
    padding: 0 0 0 17px;
}

.mm-navbar .mm-breadcrumbs > * {
    display: inline-block;
    padding: 10px 3px;
}

.mm-navbar .mm-breadcrumbs > a {
    text-decoration: underline;
}

.mm-navbar.mm-hasbtns .mm-breadcrumbs {
    margin-left: -40px;
}

.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
    margin-left: 0;
    padding-left: 0;
}

.mm-hasnavbar-top-1 .mm-panels {
    top: 40px;
}

.mm-hasnavbar-top-2 .mm-panels {
    top: 80px;
}

.mm-hasnavbar-top-3 .mm-panels {
    top: 120px;
}

.mm-hasnavbar-top-4 .mm-panels {
    top: 160px;
}

.mm-hasnavbar-bottom-1 .mm-panels {
    bottom: 40px;
}

.mm-hasnavbar-bottom-2 .mm-panels {
    bottom: 80px;
}

.mm-hasnavbar-bottom-3 .mm-panels {
    bottom: 120px;
}

.mm-hasnavbar-bottom-4 .mm-panels {
    bottom: 160px;
}

.mm-navbar-size-2 {
    height: 80px;
}

.mm-navbar-size-3 {
    height: 120px;
}

.mm-navbar-size-4 {
    height: 160px;
}

.mm-navbar-content-2 > * {
    width: 50%;
}

.mm-navbar-content-3 > * {
    width: 33.33%;
}

.mm-navbar-content-4 > * {
    width: 25%;
}

.mm-navbar-content-5 > * {
    width: 20%;
}

.mm-navbar-content-6 > * {
    width: 16.67%;
}

/*-------- Extension --------*/
.mm-menu.mm-opened[class*=mm-pagedim] ~ #mm-blocker {
    opacity: 0;
}

html.mm-opening .mm-menu.mm-opened[class*=mm-pagedim] ~ #mm-blocker {
    opacity: .3;
    -webkit-transition: opacity .4s ease .4s;
    transition: opacity 0.4s ease 0.4s;
}

.mm-menu.mm-opened.mm-pagedim ~ #mm-blocker {
    background: inherit;
}

.mm-menu.mm-opened.mm-pagedim-white ~ #mm-blocker {
    background: #fff;
}

.mm-menu.mm-opened.mm-pagedim-black ~ #mm-blocker {
    background: #000;
}

body.modal-open .mm-slideout {
    z-index: unset;
}

/*-------- Home --------*/
#carousel-home, #carousel-home-2 {
    position: relative;
}
#carousel-home .static, #carousel-home-2 .static {
    position: static;
}
#carousel-home .cover, #carousel-home-2 .cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    max-height: none !important;
    z-index: 2;
    opacity: 1 !important;
}
#carousel-home .owl-carousel, #carousel-home-2 .owl-carousel {
    position: relative;
}
#carousel-home .owl-carousel .owl-slide, #carousel-home-2 .owl-carousel .owl-slide {
    height: 500px;
    position: relative;
}
@media (max-width: 767px) {
    #carousel-home .owl-carousel .owl-slide, #carousel-home-2 .owl-carousel .owl-slide {
        height: 420px;
    }
}
#carousel-home .owl-carousel .owl-slide-animated, #carousel-home-2 .owl-carousel .owl-slide-animated {
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 0.05s ease;
    -o-transition: all 0.05s ease;
    -webkit-transition: all 0.05s ease;
    -ms-transition: all 0.05s ease;
    transition: all 0.05s ease;
}
#carousel-home .owl-carousel .owl-slide-animated.is-transitioned, #carousel-home-2 .owl-carousel .owl-slide-animated.is-transitioned {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#carousel-home .owl-carousel .owl-slide-title.is-transitioned, #carousel-home-2 .owl-carousel .owl-slide-title.is-transitioned {
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
}
#carousel-home .owl-carousel .owl-slide-subtitle.is-transitioned, #carousel-home-2 .owl-carousel .owl-slide-subtitle.is-transitioned {
    transition-delay: 0.35s;
    -webkit-transition-delay: 0.35s;
    -moz-transition-delay: 0.35s;
    -o-transition-delay: 0.35s;
}
#carousel-home .owl-carousel .owl-slide-cta.is-transitioned, #carousel-home-2 .owl-carousel .owl-slide-cta.is-transitioned {
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
}
#carousel-home .owl-carousel .owl-dots, #carousel-home-2 .owl-carousel .owl-dots {
    bottom: 15px;
    width: 100%;
    position: absolute;
    z-index: 3;
}
#carousel-home .owl-carousel .owl-dots .owl-dot,
#carousel-home .owl-carousel .owl-nav [class*="owl-"]:focus, #carousel-home-2 .owl-carousel .owl-dots .owl-dot,
#carousel-home-2 .owl-carousel .owl-nav [class*="owl-"]:focus {
    outline: none;
}
#carousel-home section, #carousel-home-2 section {
    display: none;
}

.slide-text {
    font-size: 21px;
}
.slide-text h2, .slide-text h3 {
    font-size: 46px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1;
}
@media (max-width: 767px) {
    .slide-text h2, .slide-text h3 {
        font-size: 42px;
    }
}
.slide-text strong {
    font-weight: 700;
    font-size: 28px;
}
.slide-text.white {
    color: #fff;
}
.slide-text.white h2, .slide-text.white h3 {
    color: #fff;
}
.slide-text.black {
    color: #111;
}
.slide-text.black h2 {
    color: #000;
}

#carousel-home-2 .owl-carousel .owl-slide {
    height: 600px;
}
#carousel-home-2 .owl-carousel .owl-slide .static {
    position: static;
    flex-direction: column;
    height: 100%;
}

#carousel-home-2 .owl-item.active.center {
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
}

.text-banner {
    position: relative;
}
.text-banner .item {
    display: block;
    position: relative;
    margin-bottom: 30px;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-radius: 5px;
}
.text-banner .item:hover {
    transform: translateY(-10px);
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.text-banner .item .title {
    padding: 16px 30px;
    background: #f7f7f7;
    color: #202020;
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    border-radius: 5px;
}
@media (max-width: 991px) {
    .text-banner .item .title {
        font-size: 15px;
        padding: 12px;
    }
}
.text-banner .item img {
    width: 100%;
    border-radius: 5px;
}
@media (max-width: 768px) {
    .text-banner .item img {
        height: 40px;
        object-fit: contain;
    }
}

.section-banner {
    position: relative;
}
.section-banner .item {
    display: block;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 5px;
}
.section-banner .item img {
    width: 100%;
    border-radius: 5px;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.section-banner .item:hover img {
    transform: scale(1.03);
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.single-banner {
    position: relative;
}
.single-banner .item {
    display: block;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 0;
}
.single-banner .item img {
    width: 100%;
    border-radius: 0;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.single-banner .item img.mobile {
    width: 100%;
    border-radius: 0;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: none;
}
@media (max-width: 991px) {
    .single-banner .item img {
        display: none;
    }
    .single-banner .item img.mobile {
        display: block;
    }
}

.main-products .inner-box {
    position: relative;
}

.feat {
    background-color: #f8f8f8;
    padding: 25px 0;
}
@media (max-width: 767px) {
    .feat {
        display: none;
    }
}
.feat ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 100%;
}
.feat ul li {
    width: 33%;
    border-right: 1px solid #dddddd;
    display: inline-block;
    position: relative;
    text-align: center;
}
.feat ul li:last-child {
    border-right: 1px solid transparent;
}
.feat ul li .box {
    display: flex;
    align-items: center;
    justify-content: center;
}
.feat ul li h3 {
    font-size: 18px;
    margin: 5px 0 0 0;
    padding: 0;
}
.feat ul li i {
    font-size: 36px;
    margin: 0 20px 0 0;
    color: #ed2f23;
}
.feat ul li p {
    margin: 0;
}

/*-------- General Listing --------*/
.product-list {
    padding-bottom: 20px;
}
@media (max-width: 1024px) {
    .product-list {
        padding-bottom: 0;
    }
}
.grid_item {
    margin-bottom: 30px;
    text-align: left;
    position: relative;
    cursor: pointer;
    border: 1px solid #e2e2e2;
    background: #fff;
    border-radius: 5px;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.grid_item:hover {
    box-shadow: 0 0 20px  rgba(0,0,0,.1);
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.grid_item:hover ul li {
    display: block;
}
.grid_item figure {
    position: relative;
    overflow: hidden;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.7s ease;
    height: 350px;
    border-radius: 5px 5px 0 0;
    margin: 0;
}
@media (max-width: 991px) {
    .grid_item figure {
        height: 250px;
    }
}
.grid_item figure img:nth-child(1) {
    visibility: visible;
    opacity: 1;
    transform: translateZ(0);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.grid_item figure img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.grid_item figure:hover img {
    -webkit-transition: opacity 0.5s ease, -webkit-transform 1.5s cubic-bezier(0, 0, 0.44, 1.18);
    transition: opacity 0.5s ease, -webkit-transform 1.5s cubic-bezier(0, 0, 0.44, 1.18);
    transition: opacity 0.5s ease, transform 1.5s cubic-bezier(0, 0, 0.44, 1.18);
    transition: opacity 0.5s ease, transform 1.5s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}
.grid_item figure:hover img:nth-child(2) {
    visibility: visible;
    opacity: 1;
    transform: scale(1.05);
}
.grid_item figure a.out-of-stock img {
    filter: grayscale(1);
}
.grid_item .inner {
    padding: 10px;
}
.grid_item ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 18px;
    line-height: 1;
    z-index: 2;
}
.grid_item ul li {
    margin-bottom: 5px;
    animation: fadeIn 0.1s ease;
    animation-fill-mode: both;
    display: block;
    position: relative;
}
@media (max-width: 991px) {
    .grid_item ul li {
        animation: none;
        display: inline-block !important;
    }
}
.grid_item ul li a {
    background-color: #fff;
    width: 30px;
    height: 30px;
    color: #202020;
    text-align: center;
    line-height: 33px;
    display: block;
    margin: 0;
    padding: 0;
    border-radius: 5px;
    font-size: 22px;
    box-shadow: 0 0px 4px rgba(0,0,0,.2);
}
.grid_item ul li a:hover,
.grid_item ul li a.active {
    background-color: #ed2f23;
    border-color: #ed2f23;
}
.grid_item ul li a:hover i,
.grid_item ul li a.active i{
    color: #fff;
}
.grid_item ul li a span {
    display: none;
}
@media (max-width: 991px) {
    .grid_item ul li {
        display: block;
    }
}
.grid_item ul li:nth-child(1) {
    animation-delay: 0.05s;
}
.grid_item ul li:nth-child(2) {
    animation-delay: 0.1s;
}
.grid_item ul li:nth-child(3) {
    animation-delay: 0.15s;
}
.grid_item a h3 {
    font-size: 18px;
    color: #202020;
    font-weight: 400;
    margin: 0;
}
.grid_item a h3:hover {
    color: #ed2f23;
}
.grid_item .price_box {
    margin: 15px 0 0 0;
}
.grid_item .price_box .old_price {
    font-size: 14px;
}
.grid_item .bottom {
    margin-top: 10px;
    height: 15px;
}
.grid_item .extra_discount {
    color: #0b824a;
    line-height: 1;
}
.grid_item .rating {
    display: flex;
    margin: 10px 0 0 0;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10px);
        -moz-transform: translateX(10px);
        -ms-transform: translateX(10px);
        -o-transform: translateX(10px);
        transform: translateX(10px);
    }
    75% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
.prices {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 8px;
}
.new_price {
    color: #000;
    font-weight: 700;
    font-size: 16px;
}
.extra_price {
    color: #0b824a;
    font-weight: 700;
    font-size: 16px;
}
.single_price {
    color: #202020;
    font-weight: 700;
    font-size: 16px;
}
.old_price {
    color: #999;
    text-decoration: line-through;
    display: inline-block;
    white-space: nowrap;
    font-weight: 500;
    font-size: 16px;
    margin-right: 5px;
}

.tooltip {
    line-height: 1.3;
    font-size: 11px;
    font-weight: 500;
}
@media (max-width: 767px) {
    .tooltip {
        visibility: hidden;
    }
}

.tooltip.show {
    opacity: 0.8;
}

.percentage {
    background: #fff;
    border: 1px solid #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    padding: 15px 10px;
    font-weight: 500;
    border-radius: 5px;
    min-width: 55px;
}
.percentage strong {
    font-weight: 700;
    display: block;
    font-size: 20px;
}
.percentage.discount {
    background-color: #ffc0bc;
    border-color: #ffc0bc;
    color: #ed2f23;
}
.percentage.extra {
    background-color: #a9f4d0;
    border-color: #a9f4d0;
    color: #0b824a;
    padding: 6px 10px;
}
.percentage.discount strong {
    margin-bottom: 5px;
}
.percentage.extra strong {
    margin: 5px 0;
}

/*-------- Owl Carousel Custom Nav --------*/
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
    outline: none;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: rgba(255,255,255,1);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.main-products .owl-theme .owl-dots .owl-dot.active span,
.main-products .owl-theme .owl-dots .owl-dot:hover span {
    background: rgba(0,0,0,.6);
}

.owl-theme .owl-dots .owl-dot span {
    position: relative;
    border-radius: 4px;
    width: 12px;
    height: 12px;
    background: rgba(255,255,255,.6);
    display: block;
    -webkit-backface-visibility: visible;
    transition: all .3s ease;
    margin: 0 4px;
}

.main-products .owl-theme .owl-dots .owl-dot span {
    background: rgba(0,0,0,.2);
}

.owl-theme .owl-dots .owl-dot.active span::before {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.owl-theme .owl-nav {
    position: absolute;
    top: 30%;
    transform: translateY(-30%);
    left: 0;
    width: 100%;
    margin: 0 !important;
}

.owl-prev,
.owl-next {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    display: block !important;
    background: #fff !important;
    line-height: 46px !important;
    border: 1px solid #ededed !important;
}

.owl-prev {
    left: -20px;
}

.owl-next {
    right: -20px;
}

.owl-prev i,
.owl-next i {
    font-size: 21px;
    color: #ccc;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.owl-prev i:hover,
.owl-next i:hover {
    color: #ed2f23;
}

.owl-prev.disabled i:hover,
.owl-next.disabled i:hover {
    color: #ccc;
}

/*-------- Misc --------*/
.layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.35);
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
    opacity: 0;
    visibility: hidden;
}

.layer-is-visible {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 991px) {
    .products_carousel {
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) {
    .products_carousel .grid_item {
        margin-bottom: 0;
    }
}

.search-input {
    padding: 0;
    width: 100%;
    margin: 0 0 30px 0;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}
.search-input input[type='text'] {
    width: 100%;
    height: 50px;
    border: 0;
    border-radius: 5px;
    background-color: #eeeeee;
    padding: 15px;
}
.search-input input[type='text']:focus {
    outline: none;
}
@media (max-width: 575px) {
    .search-input input[type='text'] {
        padding-left: 15px;
    }
}
.search-input button[type='submit'] {
    position: absolute;
    transition: all 0.3s ease-in-out;
    font-size: 24px;
    top: 10px;
    right: 5px;
    border: 0;
    cursor: pointer;
    outline: none;
    background: none;
}
.support-page .search-input button[type='submit'] {
    top: 9px;
}
.search-input button[type='submit']:hover {
    color: #ed2f23;
}
.search-input.white input[type='text'] {
    background-color: #fff;
    border: 1px solid #dddddd;
}

.numbers-row, .numbers-row-cart {
    position: relative;
    width: 100%;
    height: 40px;
    overflow: visible;
    border: 1px solid #dddddd;
    border-radius: 5px;
    background-color: #fff;
    text-align: left !important;
}

input.qty2 {
    position: relative;
    width: 100%;
    height: 40px;
    text-align: center !important;
    background: none;
    padding: 5px !important;
    border: none !important;
    font-size: 24px !important;
    z-index: 5;
}
input.qty2:focus {
    outline: none;
    box-shadow: none;
}
input.qty2::-webkit-inner-spin-button,.product-qty-area #product-qty-count::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.button_inc {
    cursor: pointer;
    position: absolute;
    width: 33px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    z-index: 2;
    font-size: 20px;
    font-weight: 300 !important;
    color: #999;
    background: #f8f6f6;
    border-radius: 5px;
}
.button_inc:hover {
    color: #ed2f23;
}

.dec {
    left: 5px;
    top: 5px;
    z-index: 10;
}

.inc {
    right: 5px;
    top: 5px;
    z-index: 10;
}

.opacity-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.tags {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.product-detail .tags {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 30px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}
.tags .ribbon {
    background: #fff;
    border: 1px solid #fff;
    display: block;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    padding: 5px 5px;
    font-weight: 500;
    border-radius: 5px;
    margin-bottom: 5px;
    min-width: 55px;
}
.tags .ribbon strong {
    font-weight: 700;
    display: block;
    font-size: 18px;
}
@media (max-width: 991px) {
    .tags .ribbon strong {
        font-size: 13px;
    }
}
.tags .ribbon i {
    font-size: 18px;
    margin-right: 5px;
}
.tags .ribbon img {
    height: 20px;
    width: 20px;
    object-fit: contain;
    margin-right: 5px;
}
.tags .ribbon.discount {
    background-color: #ffc0bc;
    border-color: #ffc0bc;
    color: #ed2f23;
}
.tags .ribbon.discount strong {
    margin-bottom: 5px;
}
.tags .ribbon.extra {
    background-color: #a9f4d0;
    border-color: #a9f4d0;
    color: #0b824a;
}
.tags .ribbon.extra strong {
    margin: 5px 0;
}
.tags .ribbon.custom {
    color: rgba(0,0,0,.6);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
.tags .ribbon.out-of-stock {
    color: #fff;
    background: #ed2f23;
    border-color: #ed2f23;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
.tags .product-tags {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.box_general {
    padding: 25px 25px 5px 25px;
    margin-bottom: 25px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}

.bg_white {
    background-color: #fff;
}

.bg_gray {
    background-color: #f8f8f8;
}

/* Checkbox style */
.container_check {
    display: block;
    position: relative;
    padding-left: 30px;
    line-height: 1.7;
    margin-bottom: 8px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.container_link .container_check {
    padding-left: 0;
}
.container_link .container_check.active {
    padding-left: 20px;
    text-decoration: underline;
}
.container_link .container_check.active:before {
    font-family: 'themify';
    position: absolute;
    color: #444;
    left: 0;
    top: 1px;
    content: "\e64b";
    font-size: 12px;
    transform: rotate(-90deg);
}
.container_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.container_check input:checked ~ .checkmark {
    background-color: #ed2f23;
    border: 1px solid transparent;
}
.container_check .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #dddddd;
    background-color: #fff;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}
.container_check .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.container_check input:checked ~ .checkmark:after {
    display: block;
}

/* Radio buttons */
.container_radio {
    display: block;
    position: relative;
    padding-left: 30px;
    line-height: 1.7;
    margin-bottom: 8px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.container_radio input {
    position: absolute;
    opacity: 0;
}
.container_radio input:checked ~ .checkmark:after {
    opacity: 1;
}
.container_radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #dddddd;
    background-color: #fff;
    border-radius: 50%;
}
.container_radio .checkmark:after {
    display: block;
    content: "";
    position: absolute;
    opacity: 0;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ed2f23;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.small-gutters {
    margin-right: -5px !important;
    margin-left: -5px !important;
}
.small-gutters > [class*="col-"] {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.form-control {
    padding: 8px 10px;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #dddddd;
    outline: none;
    box-shadow: none !important;
}
.form-control:focus {
    border-color: #202020;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.05);
}

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

.styled-select {
    padding: 10px 10px;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #dddddd;
    outline: none;
    box-shadow: none !important;
    width: 100%;
    display: block;
    color: #212529;
}

.top_panel {
    background-color: #fff;
    position: fixed;
    top: -400px;
    left: 0;
    width: 100%;
    z-index: 99999;
    -webkit-box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.25);
    box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.25);
}
.top_panel.show {
    top: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.top_panel .header_panel {
    position: relative;
    padding: 15px;
}
.top_panel .header_panel label {
    font-weight: 500;
    font-size: 15px;
    position: relative;
    padding-left: 30px;
}
.top_panel .header_panel label:before {
    font-family: 'themify';
    content: "\e64d";
    color: #66cc33;
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: -7px;
}
.top_panel .header_panel small {
    font-weight: 500;
    font-size: 15px;
}
.top_panel .header_panel a.btn_close_top_panel {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    position: absolute;
    font-size: 24px;
    top: 15px;
    right: 15px;
    color: #999;
    opacity: 0.8;
    width: 24px;
    height: 24px;
    line-height: 1;
}
.top_panel .header_panel a.btn_close_top_panel:hover {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 1;
    color: #444;
}
.top_panel .item {
    background-color: #f4f4f4;
    padding: 25px 0;
    min-height: 130px;
}
.top_panel .item .btn_panel {
    text-align: right;
    padding-top: 25px;
}
@media (max-width: 991px) {
    .top_panel .item .btn_panel {
        padding-top: 15px;
    }
}
@media (max-width: 767px) {
    .top_panel .item .btn_panel {
        text-align: center;
    }
}
.top_panel .item .btn_panel a {
    min-width: 200px;
}
@media (max-width: 1199px) {
    .top_panel .item .btn_panel a {
        min-width: inherit;
    }
}
@media (max-width: 767px) {
    .top_panel .item .btn_panel a {
        width: 49.2%;
    }
}
.top_panel .related {
    padding: 15px 0 20px 15px;
}
@media (max-width: 991px) {
    .top_panel .related {
        display: none;
    }
}
.top_panel .related h4 {
    font-size: 13px;
    color: #999;
    margin: 5px 0 15px 0;
}
.top_panel .related .item_panel a h5 {
    font-size: 14px;
    padding-top: 5px;
    margin: 0 0 3px 0;
    font-weight: 400;
    color: #444;
}
.top_panel .related .item_panel a h5:hover {
    color: #ed2f23;
}
.top_panel .related .item_panel figure {
    width: 60px;
    height: 60px;
    position: relative;
    overflow: hidden;
    padding: 0;
    border: 0;
}
.top_panel .related .item_panel figure img {
    height: 60px;
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    -o-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}
.top_panel .item_panel {
    position: relative;
    width: 100%;
}
.top_panel .item_panel figure {
    width: 70px;
    height: 70px;
    overflow: hidden;
    position: relative;
    margin: 0 15px 0 0;
    float: left;
    border: 1px solid #dddddd;
    padding: 10px;
    background-color: #fff;
    box-sizing: content-box;
}
.top_panel .item_panel figure img {
    width: auto;
    height: 70px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    -o-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}
.top_panel .item_panel h4 {
    font-size: 18px;
    margin: 0 0 3px 0;
    font-weight: 400;
    padding-top: 15px;
    color: #444;
}
@media (max-width: 991px) {
    .top_panel .item_panel h4 {
        padding-top: 0;
        font-size: 15px;
    }
}

/* Scroll top button */
#toTop {
    position: fixed;
    right: 0;
    visibility: hidden;
    bottom: 25px;
    margin: 0 25px 0 0;
    z-index: 999;
    transform: scale(0.7);
    width: 46px;
    height: 46px;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 1;
    transition: all 0.3s;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}
#toTop.visible {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
#toTop:after {
    font-family: 'themify';
    content: "\e648";
    position: relative;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#toTop:hover {
    background-color: #ed2f23;
}

.modal-content {
    border: none !important;
    border-radius: 0 !important;
    padding: 25px;
}

/* Jquery select */
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #dddddd;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 38px;
    line-height: 34px;
    outline: none;
    padding-left: 10px;
    padding-right: 27px;
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
    user-select: none;
    white-space: nowrap;
    width: auto;
    color: #444;
    padding-top: 2px;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #ccc;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.05);
}
.nice-select:after {
    border-bottom: 1px solid #777;
    border-right: 1px solid #777;
    content: '';
    display: block;
    height: 8px;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 50%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 8px;
}
.nice-select.open:after {
    transform: rotate(-135deg);
}
.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0);
}
.nice-select.disabled {
    border-color: #9e9e9e;
    color: #757575;
    pointer-events: none;
}
.nice-select.disabled:after {
    border-color: #cccccc;
}
.nice-select.wide {
    width: 100%;
}
.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}
.nice-select.right {
    float: right;
}
.nice-select.right .list {
    left: auto;
    right: 0;
}
.nice-select.small {
    font-size: 13px;
    height: 36px;
    line-height: 34px;
}
.nice-select.small:after {
    height: 4px;
    width: 4px;
}
.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}
.nice-select .list {
    width: 100%;
    background-color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.175);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.175);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: 50% 0;
    transform: scale(0.75) translateY(-19px);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 99;
}
.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}
.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 32px;
    list-style: none;
    min-height: 32px;
    outline: none;
    padding-left: 15px;
    padding-right: 26px;
    text-align: left;
    transition: all 0.2s;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: #0044c2;
    background-color: rgba(0, 77, 218, 0.04);
}
.nice-select .option.selected {
    font-weight: 500;
}
.nice-select .option.disabled {
    background-color: transparent;
    color: #757575;
    cursor: default;
}

.no-csspointerevents .nice-select .list {
    display: none;
}
.no-csspointerevents .nice-select.open .list {
    display: block;
}

/*-------- Spacing --------*/
.add_bottom_10 {
    margin-bottom: 10px;
}

.add_bottom_15 {
    margin-bottom: 15px;
}

.add_bottom_20 {
    margin-bottom: 20px;
}

.add_bottom_25 {
    margin-bottom: 25px;
}

.add_bottom_30 {
    margin-bottom: 30px;
}

.add_bottom_45 {
    margin-bottom: 45px;
}

.add_bottom_60 {
    margin-bottom: 60px;
}
@media (max-width: 767px) {
    .add_bottom_60 {
        margin-bottom: 30px;
    }
}

.add_top_5 {
    margin-top: 5px;
}

.add_top_10 {
    margin-top: 10px;
}

.add_top_15 {
    margin-top: 15px;
}

.add_top_20 {
    margin-top: 20px;
}

.add_top_30 {
    margin-top: 30px;
}

.add_top_60 {
    margin-top: 60px;
}

.padding_bottom_35 {
    padding-bottom: 35px;
}

.padding_30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.padding_30_5 {
    padding-top: 30px;
    padding-bottom: 5px;
}

.padding_60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
@media (max-width: 575px) {
    .padding_60 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.padding_60_35 {
    padding-top: 60px;
    padding-bottom: 35px;
}
@media (max-width: 575px) {
    .padding_60_35 {
        padding-top: 30px;
        padding-bottom: 5px;
    }
}

.padding_90_65 {
    padding-top: 90px;
    padding-bottom: 65px;
}

.padding_90_0 {
    padding-top: 90px;
    padding-bottom: 0;
}

.section-spacing {
    padding: 50px 0;
}
@media (max-width: 1024px) {
    .section-spacing {
        padding: 30px 0;
    }
}
.pb-20 {
    padding-bottom: 20px;
}
.pt-20 {
    padding-top: 20px;
}
.pb-0 {
    padding-bottom: 0;
}
.pt-0 {
    padding-top: 0;
}

/*-------- Sing In Modal --------*/
#sign-in-dialog {
    background: #fff;
    padding: 0 30px 30px 30px;
    text-align: left;
    max-width: 400px;
    margin: 40px auto;
    position: relative;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

/* Popup close button*/
#sign-in-dialog .mfp-close {
    color: #666;
    background-color: #e4e4e4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    top: 12px;
    right: 20px;
    width: 32px;
    height: 32px;
    line-height: 32px;
}

#sign-in-dialog .mfp-close:hover {
    color: #fff;
    background-color: #66676b;
}

#sign-in-dialog .mfp-close:before {
    font-size: 16px;
    font-family: 'themify';
    content: "\e646";
}

.modal_header {
    font-size: 18px;
    width: calc(100% + 60px);
    position: relative;
    left: -30px;
    top: 0;
    -webkit-border-radius: 4px 4px;
    -moz-border-radius: 4px 4px;
    -ms-border-radius: 4px 4px;
    border-radius: 4px 4px;
    display: inline-block;
    background-color: #f6f6f6;
    padding: 18px 20px 15px 20px;
    margin-bottom: 30px;
}
.modal_header h3 {
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}

#sign-in-dialog .form-group {
    position: relative;
}

#sign-in-dialog .form-group input.form-control {
    padding-left: 40px;
}

#sign-in-dialog .form-group > i {
    font-size: 21px;
    position: absolute;
    left: 10px;
    top: 32px;
    color: #ccc;
    width: 25px;
    height: 25px;
    display: block;
    font-weight: 400 !important;
}

.my-toggle {
    border: 0;
    cursor: pointer;
    margin-right: 5px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none !important;
    box-shadow: none;
    background-color: #fff;
}
.my-toggle i {
    font-size: 14px;
    position: static !important;
    color: #777;
}
.my-toggle i:hover, .my-toggle i:focus {
    color: #555;
}

.hideShowPassword-wrapper {
    width: 100% !important;
}

.checkboxes label {
    color: #999;
}

a.forgot {
    color: #999;
    font-weight: 500;
}

.sign-in-wrapper {
    position: relative;
    height: 100%;
}

a.social_bt {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    min-width: 200px;
    margin-bottom: 15px;
    display: block;
    padding: 12px;
    line-height: 1;
    position: relative;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
a.social_bt:hover {
    -webkit-filter: brightness(115%);
    filter: brightness(115%);
}

a.social_bt.facebook:before,
a.social_bt.google:before,
a.social_bt.linkedin:before {
    font-family: 'themify';
    position: absolute;
    left: 12px;
    top: 10px;
    font-size: 1rem;
    color: #fff;
}

a.social_bt.facebook {
    background-color: #3B5998;
}
a.social_bt.facebook:before {
    content: "\e741";
}

a.social_bt.google {
    background-color: #DC4E41;
}
a.social_bt.google:before {
    content: "\e73e";
    top: 12px;
}

.divider {
    text-align: center;
    height: 1px;
    margin: 20px 0 20px 0;
    background-color: #ededed;
}
.divider span {
    position: relative;
    top: -20px;
    background-color: #fff;
    display: inline-block;
    padding: 10px;
    font-style: italic;
}

/*-------- Modal popup --------*/
.popup_wrapper {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    height: 100%;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    visibility: hidden;
    width: 100%;
    z-index: 9999999;
}
.popup_wrapper .popup_content {
    background-color: #fff;
    top: 50%;
    left: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 500px;
}
@media (max-width: 767px) {
    .popup_wrapper .popup_content {
        width: 300px;
    }
}
.popup_wrapper .popup_content.newsletter {
    width: 800px;
}
@media (max-width: 767px) {
    .popup_wrapper .popup_content.newsletter {
        width: 300px;
    }
}
.popup_wrapper .popup_content.newsletter figure {
    position: absolute;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    z-index: -1;
}
.popup_wrapper .popup_content.newsletter figure img {
    height: 100%;
    width: auto;
}
.popup_wrapper .popup_content.newsletter .content {
    height: 100%;
    padding: 120px 60px;
    text-align: center;
    display: flex;
    align-items: center;
    background-color: #fff;
}
@media (max-width: 767px) {
    .popup_wrapper .popup_content.newsletter .content {
        padding: 30px 30px 15px 30px;
        height: auto;
    }
}
.popup_wrapper .popup_content.newsletter .content .wrapper {
    width: 100%;
}
.popup_wrapper .popup_content.newsletter .content .wrapper h3 {
    font-size: 21px;
    margin-top: 25px;
}
.popup_wrapper .popup_close {
    color: #ffffff;
    cursor: pointer;
    display: block;
    text-align: center;
    text-decoration: none;
    background: #000;
    width: 53px;
    height: 25px;
    line-height: 27px;
    position: absolute;
    top: -25px;
    right: 0;
    font-size: 13px;
    font-weight: 700;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.popup_wrapper .popup_close:hover {
    background: #cc0000;
}

/*-------- Pagination --------*/
.clear:after, .pagination:after, .clear:before, .pagination:before {
    content: "";
    display: table;
}
.clear:after, .pagination:after {
    clear: both;
}

.pagination__wrapper {
    position: relative;
    text-align: center;
    width: 100%;
    padding: 30px 0 50px 0;
}
@media (max-width: 1024px) {
    .pagination__wrapper {
        padding: 0 0 30px 0;
    }
}
.pagination__wrapper.no_border {
    border-top: none;
}
.pagination__wrapper:before {
    top: -1px;
}
.pagination__wrapper:after {
    bottom: -1px;
}

@keyframes hoverAnimation {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.pagination {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.pagination li {
    display: block;
    float: left;
    padding: 5px;
}
.pagination li:first-child {
    border: none;
}
.pagination a,
.pagination span {
    background: none;
    border: none;
    border-radius: 5px;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.6);
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    min-width: 40px;
    padding: 0;
}
@media (max-width: 768px) {
    .pagination a,
    .pagination span {
        height: 30px;
        line-height: 30px;
        min-width: 30px;
    }
}
.pagination a {
    outline: none;
    position: relative;
    transition: all 170ms linear;
}
.pagination a:before {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    content: "";
    cursor: pointer;
    height: 0;
    left: 50%;
    opacity: 0;
    position: absolute;
    transform: translate(-50%, -50%);
    transition: all 170ms linear;
    top: 50%;
    width: 0;
}
.pagination a:hover:not(.active) {
    color: black;
}
.pagination a:hover:not(.active):before {
    animation: hoverAnimation 510ms linear forwards;
    height: 40px;
    width: 40px;
}
.pagination a.active {
    background: rgba(0, 0, 0, 0.1);
    color: black;
    cursor: default;
}
.pagination .prev,
.pagination .next {
    font-size: 14px;
}

/*-------- Footer --------*/
@media (min-width: 768px) {
    .collapse.dont-collapse-sm {
        display: block !important;
        height: auto !important;
        visibility: visible !important;
    }
}
footer {
    background-color: #202020;
    padding: 50px 0 0 0;
    display: block;
    position: relative;
}
@media (max-width: 1024px) {
    footer {
        padding: 30px 0 0 0;
    }
}
footer .copyright {
    background-color: #000;
    padding: 30px 0;
}
footer .logo {
    height: 40px;
    object-fit: contain;
    width: auto;
    margin-bottom: 30px;
    max-width: 70%;
    min-width: 160px;
}
footer .contacts ul {
    margin: 0 0 25px 0;
    padding: 0;
    list-style: none;
}
@media (max-width: 767px) {
    footer .contacts ul {
        margin-top: 15px;
    }
}
footer .contacts ul li {
    padding-left: 35px;
    position: relative;
    margin-bottom: 15px;
    color: #fff;
    opacity: 0.8;
}
footer .contacts ul li a {
    color: #fff;
    opacity: 1;
}
footer .contacts ul li a:hover {
    opacity: 1;
}
footer .contacts ul li i {
    font-size: 18px;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    line-height: 1;
}

footer .socials ul {
    margin: 0 0 25px 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
@media (max-width: 767px) {
    footer .socials ul {
        margin-top: 15px;
    }
}
footer .socials ul li {
    position: relative;
    margin: 0 15px 15px 0;
    color: #fff;
    opacity: 0.8;
    display: block;
}
footer .socials ul li a {
    color: #202020;
    opacity: 0.8;
    display: block;
    background: #fff;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
}
footer .socials ul li a:hover {
    opacity: 1;
}

footer h4 {
    font-size: 18px;
    margin-bottom: 15px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff;
}
@media (max-width: 767px) {
    footer h4 {
        margin-bottom: 30px;
    }
}
footer .links ul {
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
}
@media (max-width: 767px) {
    footer .links ul {
        margin-top: 15px;
    }
}
footer .links ul li {
    margin-bottom: 10px;
    line-height: 1.2;
}
footer .links ul li a {
    position: relative;
    color: #fff;
    opacity: 0.8;
    display: inline-block;
    font-size: 15px;
}
footer .links ul li a:hover {
    -webkit-transform: translate(5px, 0);
    -moz-transform: translate(5px, 0);
    -ms-transform: translate(5px, 0);
    -o-transform: translate(5px, 0);
    transform: translate(5px, 0);
    color: #fff;
    opacity: 1;
}
footer .links ul li a:hover:after {
    opacity: 1;
    color: #fff;
}
footer .links ul li a:after {
    font-family: 'themify';
    content: "\e628";
    position: relative;
    margin-left: 5px;
    top: 2px;
    opacity: 0;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
footer .image img {
    height: 40px;
    object-fit: contain;
    max-width: 90%;
    margin-bottom: 30px;
}

/* Newsletter footer*/
@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@media (max-width: 767px) {
    #newsletter {
        margin-top: 20px;
    }
}
#newsletter .loader {
    position: absolute;
    right: -22px;
    top: 10px;
    color: #ccc;
    font-size: 14px;
    -webkit-animation: rotation 2s infinite linear;
    animation: rotation 2s infinite linear;
}
#newsletter h6 {
    margin: 15px 0 15px 0;
}
#newsletter input[type='email'] {
    border: 0;
    height: 40px;
    border-radius: 5px;
    padding-left: 15px;
    padding-right: 45px;
    background-color: #f0f0f0;
    color: #202020;
}
#newsletter input[type='email']:focus {
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#newsletter button[type='submit'] {
    position: absolute;
    right: 0;
    color: #fff;
    font-size: 18px;
    top: 0;
    border: 0;
    padding: 0 12px;
    height: 40px;
    line-height: 44px;
    cursor: pointer;
    border-radius: 0 5px 5px 0;
    background-color: #ed2f23;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: none;
}
#newsletter button[type='submit']:hover {
    background-color: #202020;
    color: #fff;
}

.follow_us h5 {
    font-size: 16px;
    margin: 35px 0 10px 0;
    color: #fff;
}
.follow_us ul {
    margin: 0 0 25px 0;
    padding: 0;
    list-style: none;
}
.follow_us ul li {
    display: inline-block;
    margin: 0 10px 0 0;
}
.follow_us ul li a {
    display: block;
}
.follow_us ul li a img {
    width: 30px;
    height: 30px;
}
.follow_us ul li a:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

ul.footer-selector {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.footer-selector li {
    float: left;
    margin-right: 10px;
}
@media (max-width: 575px) {
    ul.footer-selector li:last-child {
        padding-top: 10px;
        clear: both;
        float: none;
        display: block !important;
    }
}

/* Addtional links Footer */
ul.additional_links {
    margin: 0;
    padding: 0;
}
@media (max-width: 991px) {
    ul.additional_links.link {
        margin-top: 10px;
    }
}
ul.additional_links li {
    display: inline-block;
    margin-right: 15px;
}
ul.additional_links li:first-child {
    margin-right: 15px;
}
ul.additional_links li:last-child:after {
    content: "";
}
ul.additional_links li span {
    color: #fff;
    opacity: 0.8;
}
ul.additional_links li a {
    color: #fff;
    opacity: 0.8;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 15px;
}
ul.additional_links li a:hover {
    opacity: 1;
}
ul.additional_links li:after {
    content: "|";
    font-weight: 300;
    position: relative;
    left: 10px;
    color: #9a9a9a;
}

/*-------- Cookie bar --------*/
#cookie-bar {
    background: rgba(0, 0, 0, 0.8);
    height: auto;
    line-height: 24px;
    color: #eeeeee;
    text-align: center;
    padding: 15px 0;
    font-size: 13px;
    font-size: 0.25rem;
    font-weight: 500;
}
#cookie-bar p {
    margin: 0;
    padding: 0;
}
#cookie-bar a {
    color: #fff;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    padding: 2px 10px;
    margin-left: 8px;
}
@media (max-width: 767px) {
    #cookie-bar a {
        display: block;
        max-width: 150px;
        margin: auto;
        margin-bottom: 5px;
    }
}
#cookie-bar .cb-enable {
    background: #32a067;
}
#cookie-bar .cb-enable:hover {
    background: #fff;
    color: #083487;
}
#cookie-bar .cb-disable {
    background: #990000;
}
#cookie-bar .cb-disable:hover {
    background: #bb0000;
}
#cookie-bar .cb-policy {
    background: #ed2f23;
}
#cookie-bar .cb-policy:hover {
    background: #fff;
    color: #083487;
}
#cookie-bar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
}
#cookie-bar.fixed.bottom {
    bottom: 0;
    top: auto;
}
@media (max-width: 767px) {
    #cookie-bar {
        padding: 5px 0;
    }
}

/*-------- Magnific Popup CSS --------*/
/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    overflow: hidden;
    position: fixed;
    background: #000;
    opacity: 0.96;
}

.mfp-wrap {
    top: -10px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    height: 100%;
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    padding: 0 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 505;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #aaa;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 504;
}

.mfp-preloader a {
    color: #cccccc;
}

.mfp-preloader a:hover {
    color: #fff;
}

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

.mfp-s-error .mfp-content {
    display: none;
}

.mfp-s-loading .mfp-arrow {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    border: 0;
    -webkit-appearance: none;
    display: block;
    padding: 0;
    z-index: 506;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    right: 0px;
    top: -40px;
}

/* Close Button */
button.mfp-close {
    position: absolute;
    width: 45px;
    height: 45px;
    top: -20px;
    display: block;
    right: -12px;
    cursor: pointer !important;
    z-index: 9999;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 50%;
    margin: 0px;
    background-color: transparent;
    outline: none;
    transform: translate3d(0, 0, 0);
}

.mfp-iframe-holder .mfp-close {
    top: -50px;
    right: -12px;
    transform: translate3d(0, 0, 0);
}

.mfp-gallery .mfp-close {
    top: 20px;
    right: 10px;
}

.mfp-gallery .mfp-content .mfp-close {
    display: none;
}

.mfp-gallery .mfp-close:before {
    font-family: 'themify';
    font-size: 29px;
    top: 4px;
    left: 50%;
    position: absolute;
    height: 10px;
    transition: 0.3s;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #aaa;
    font-size: 13px;
    line-height: 18px;
}

.mfp-arrow {
    opacity: 1;
    margin: 0 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    width: 60px;
    height: 60px;
    position: absolute;
    display: block;
    z-index: 100;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    outline: none !important;
}

.mfp-arrow:hover {
    background: #66676b;
    color: #fff;
}

.mfp-arrow.mfp-arrow-left,
.mfp-arrow.mfp-arrow-right {
    font-family: 'themify';
    font-size: 32px;
}

.mfp-arrow.mfp-arrow-right {
    right: 15px;
}

.mfp-arrow.mfp-arrow-left:before {
    content: "\e64a";
    left: -1px;
    top: 0px;
    position: relative;
}

.mfp-arrow.mfp-arrow-right:before {
    content: "\e649";
    left: 1px;
    top: 0px;
    position: relative;
}

.mfp-content:hover .mfp-arrow {
    opacity: 1;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 1180px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 54%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black;
}

.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
    opacity: 0.001;
    /* Chrome opacity transition bug */
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 40px auto;
    border-radius: 4px;
}

/* The shadow behind the image */
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 18px rgba(11, 11, 11, 0.6);
}

.mfp-figure {
    line-height: 0;
}

.mfp-bottom-bar {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-break: break-word;
    padding-right: 36px;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

.mfp-zoom-in {
    /* start state */
    /* animate in */
    /* animate out */
}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.9;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

/* Media Queries for Magnific Popup */
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    /* The shadow behind the image */
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
}
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.92;
    background-color: #111;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

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

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

.mfp-bottom-bar {
    padding: 0 10px !important;
}

.mfp-counter {
    right: 10px !important;
    color: #fff !important;
}

.mfp-bg {
    opacity: 0.8 !important;
}

.avg-rating {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-right: 10px;
    gap: 10px;
}
@media (max-width: 1024px) {
    .comment-list .avg-rating {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
}
.all-rating {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f0efef;
}
.avg-rating .avg-rating-star {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 12px;
}
.all-rating .avg-rating .avg-rating-star {
    font-size: 30px;
}
.avg-rating .avg-rating-star .back-stars {
    display: flex;
    color: #e8e8e8;
    position: relative;
}
.avg-rating .avg-rating-star .front-stars {
    display: flex;
    color: #ffa900;
    overflow: hidden;
    position: absolute;
    top: 0;
}
.avg-rating small,
.avg-rating a {
    font-size: 12px;
    font-weight: 500;
    margin-left: 10px;
    line-height: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    transition: all .3s;
}
.all-rating .avg-rating small,
.all-rating .avg-rating a {
    font-size: 20px;
    margin-left: 30px;
}
.avg-rating small {
    margin-right: 10px;
}
@media (max-width: 1024px) {
    .avg-rating small {
        margin-left: 0;
    }
    .comment-list .all-rating .avg-rating small,
    .comment-list .all-rating .avg-rating a {
        margin-left: 0;
    }
}
.all-rating .avg-rating small {
    margin: 0 30px 0 0;
    font-size: 30px;
}
.avg-rating a:hover {
    text-decoration: underline;
    transition: all .3s;
}
.avg-rating .icon {
    width: 14px;
    height: auto;
}
.all-rating .avg-rating .icon {
    width: 20px;
    height: auto;
}

.page-description {
    display: block;
    border-top: 1px solid #e2e2e2;
}
.page-description h4 {
    font-size: 20px
}
.page-description p {
    line-height: 1.6;
    margin-bottom: 5px
}
@media only screen and (max-width: 480px) {
    .page-description h6 {
        font-size: 16px
    }
}
.page-description .expand {
    text-align: right;
    margin-top: 12px
}
.page-description .expand-action {
    cursor: pointer;
    font-size: 13px;
    color: #000;
    text-align: right;
    background-color: #e8e8e8;
    padding: 2px 5px;
    border-radius: 5px;
}
.page-description .content {
    font-size: 13px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
}
.page-description .content.small {
    height: 70px;
}

.newsletter {
    display: block;
    border-top: 1px solid #e2e2e2;
}
.newsletter h4 {
    font-size: 20px
}
.newsletter p {
    line-height: 1.6;
    margin-bottom: 0;
    margin-top: 15px;
}

.contact-links {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 5px;
}
.contact-links a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    font-size: 16px;
}
.social-links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
}
.social-links a {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    font-size: 19px;
}

.stories {
    position: relative;
}
.stories .item {
    position: relative;
    text-align: center;
    display: block;
}
.stories .item img {
    border: 1px solid #e2e2e2;
    border-radius: 50%;
    padding: 2px;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 90px;
    height: 90px;
    object-fit: cover;
    margin: 0 auto;
}
.stories .item:hover img {
    border-color: #ed2f23;
    border-style: dashed;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.stories .item .title {
    font-size: 15px;
    margin-top: 10px;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 56px;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.stories .item:hover .title {
    color: #ed2f23;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

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

/*-------- Blog --------*/
.corporate {
    padding-bottom: 50px;
}
@media (max-width: 1024px) {
    .corporate {
        padding-bottom: 30px;
    }
}
article.blog {
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
article.blog figure {
    height: 260px;
    overflow: hidden;
    position: relative;
    margin-bottom: 0;
    border-radius: 5px;
}
@media (max-width: 991px) {
    article.blog figure {
        height: 210px;
    }
}
@media (max-width: 767px) {
    article.blog figure {
        height: 220px;
    }
}
article.blog figure .preview {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12px;
    transform: translateY(10px);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    z-index: 2;
}
article.blog figure .preview span {
    background-color: #fcfcfc;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    display: inline-block;
    color: #222;
    font-size: 0.75rem;
    padding: 5px 10px;
}
article.blog figure:hover .preview {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
article.blog figure img {
    transform: translate(-50%, -50%) scale(1);
    -moz-transition: 0.3s;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: auto;
    height: 400px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
article.blog figure img:hover {
    transform: translate(-50%, -50%) scale(1.1);
}
@media (max-width: 991px) {
    article.blog figure img {
        height: inherit;
        max-width: 100%;
    }
}
article.blog .post_info {
    padding: 20px;
    position: relative;
    box-sizing: border-box;
}
article.blog .post_info small {
    font-weight: 500;
    color: #999;
    font-size: 13px;
    margin-bottom: 15px;
    display: block;
}
article.blog .post_info h2 {
    font-size: 19px;
    margin-bottom: 10px;
}
article.blog .post_info h2 a {
    color: #333;
}
article.blog .post_info h2 a:hover {
    color: #004dda;
}
article.blog .post_info ul {
    width: 100%;
    border-top: 1px solid #ededed;
    padding: 0;
    margin: 0;
}
article.blog .post_info ul li {
    display: inline-block;
    position: relative;
    font-weight: 500;
    font-size: 12px;
    color: #999;
    padding: 10px 0 0 0;
    display: flex;
    gap: 10px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
article.blog .post_info ul li .thumb {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}
article.blog .post_info ul li .thumb img {
    width: 40px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/*Blog Sidebar*/
.alignleft {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
    min-width: 80px;
}
.alignleft img {
    width: auto;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.comments-list {
    padding: 0;
    list-style: none;
    margin: 0;
}
.comments-list h3 {
    font-size: 14px;
    padding: 0 0 0;
    margin: 0;
}
.comments-list h3 a {
    color: #555;
    display: block;
    width: 100%;
}
.comments-list h3 a:hover {
    color: #004dda;
}
.comments-list li {
    margin-bottom: 10px;
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.comments-list li:last-child {
    margin-bottom: 0;
}
.comments-list small {
    color: #555;
    line-height: 1;
    display: inline-block;
    margin-bottom: 10px;
}

.widget-title {
    padding: 0 0 10px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
}
.widget-title h4 {
    padding: 0;
    margin: 0;
    font-weight: 500;
    line-height: 1;
    font-size: 17px;
}

.widget {
    position: relative;
    display: block;
    margin-bottom: 15px;
    border: 1px solid #e6e6e6;
    padding: 10px;
    border-radius: 5px;
}
@media (max-width: 1024px) {
    .widget {
        margin-top: 30px;
    }
}
.widget ul.cats {
    list-style: none;
    padding: 0;
    margin: 0;
}
.widget ul.cats li {
    position: relative;
}
.widget ul.cats a {
    color: #555;
    display: block;
    margin-top: 10px;
    line-height: 1;
    padding: 10px 5px;
    border-radius: 5px;
    font-size: 16px;
}
.widget ul.cats a:hover,
.widget ul.cats a.active {
    background-color: #f8f6f6;
    padding-left: 15px;
}
.widget ul.cats a span {
    position: absolute;
    right: 0;
}

.tags a {
    background-color: #f0f0f0;
    padding: 3px 10px;
    font-size: 13px;
    margin: 0 0 4px;
    letter-spacing: 0.4px;
    border-radius: 3px;
    display: inline-block;
    color: #333;
}
.tags a:hover {
    background-color: #004dda;
    color: #fff;
}

.search_blog .form-group {
    position: relative;
}
.search_blog .form-group button[type="submit"] {
    outline: none;
    color: #444;
    font-size: 21px;
    background: none;
    border: 0;
    position: absolute;
    top: 5px;
    right: 0;
}
.search_blog .form-group button[type="submit"]:hover {
    color: #004dda;
}

/*Blog Post*/
.singlepost {
    position: relative;
}
.singlepost figure {
    position: relative;
    margin-bottom: 30px;
}
.singlepost figure img {
    border-radius: 5px;
}
.singlepost h1 {
    font-size: 22px;
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .singlepost h1 {
        font-size: 21px;
    }
}
.singlepost p {
    line-height: 1.8;
}
.singlepost p:last-child {
    margin-bottom: 0;
}

.postmeta {
    padding-bottom: 10px;
}
.postmeta ul {
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}
.postmeta ul li {
    display: inline-block;
    margin: 0 15px 5px 0;
    color: #777;
}
.postmeta ul li i {
    margin-right: 3px;
}
.postmeta ul li a {
    color: #777;
}
.postmeta ul li a:hover {
    color: #004dda;
}
.postmeta ul li a i {
    margin-right: 3px;
}

.dropcaps p:first-child::first-letter {
    color: #fff;
    background-color: #004dda;
    float: left;
    font-size: 64px;
    line-height: 1;
    margin: 10px 15px 0 0 !important;
    padding: 12px;
}

#comments {
    padding: 10px 0 0px 0;
    margin-bottom: 30px;
}
#comments ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#comments ul li {
    padding: 25px 0 0 0;
    list-style: none;
}
#comments .replied-to {
    margin-left: 35px;
}
@media (max-width: 767px) {
    #comments .replied-to {
        margin-left: 20px;
    }
}

.avatar {
    float: left;
    margin-right: 25px;
    width: 68px;
    height: 68px;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
}
@media (max-width: 767px) {
    .avatar {
        float: none;
        margin: 0 0 5px 0;
    }
}
.avatar img {
    width: 68px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.comment_right {
    display: table;
    background-color: #fff;
    border-radius: 3px;
    padding: 20px 20px 0 20px;
    position: relative;
}

.comment_right:after, .comment_right:before {
    right: 100%;
    top: 30px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-radius: 3px;
}

.comment_right:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 15px;
    margin-top: -15px;
}

.comment_right:before {
    border-color: transparent;
    border-width: 16px;
    margin-top: -16px;
}

.comment_info {
    padding-bottom: 7px;
}
.comment_info span {
    padding: 0 10px;
}

.gallery-area {
    position: relative;
}
.gallery-area a {
    display: block;
    margin-top: 30px;
}
.gallery-area a img {
    width: 100%;
    height: 150px;
    border-radius: 5px;
    transition: all .3s;
    box-shadow: 0 0 20px #f6f6f6;
}
.gallery-area a:hover img {
    transform: translateY(-10px);
    box-shadow: 0 0 20px #e8e8e8;
    transition: all .3s;
}

/*============================================================================================*/
/* LISTING */
/*============================================================================================*/
.toolbox {
    border-bottom: 1px solid #ededed;
    margin-bottom: 20px;
    padding: 15px 0 12px 0;
    background-color: #f8f8f8;
}
.toolbox.version_2 {
    background-color: transparent;
    margin-bottom: 30px;
}
.toolbox.sticky {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    background-color: #004dda;
    animation: smoothScroll 0.5s forwards;
    -webkit-animation: smoothScroll 0.5s forwards;
    border-bottom: none;
}
.toolbox.sticky .container > ul li a {
    color: #fff;
}
.toolbox.sticky .container > ul li a:hover {
    color: #fff;
}
.toolbox.sticky .sort_select:after {
    color: #fff;
}
.toolbox.sticky .sort_select select {
    color: #fff;
}
.toolbox.sticky .sort_select select:focus {
    color: #fff;
}
.toolbox .container > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.toolbox .container > ul li {
    height: 25px;
    line-height: 25px;
    display: block;
}
@media (max-width: 768px) {
    .toolbox .container > ul li span {
        display: none;
    }
    .toolbox .container > ul li strong {
        padding: 5px;
        background-color: #ededed;
        border-radius: 5px;
    }
}
.toolbox .container > ul li:first-child {
    flex: 1;
}
.toolbox .container > ul li i {
    font-size: 16px;
    position: relative;
    top: 3px;
}
.toolbox .container > ul li a {
    color: #444;
}
.toolbox .container > ul li a span {
    display: inline-block;
    margin-left: 5px;
}
@media (max-width: 767px) {
    .toolbox .container > ul li a span {
        display: none;
    }
}
.toolbox .container > ul li a.open_filters {
    display: none;
}
@media (max-width: 991px) {
    .toolbox .container > ul li a.open_filters {
        display: inline-block;
    }
}
.toolbox .container > ul li a:hover {
    color: #ed2e23;
}

.sort_select {
    width: auto;
    overflow: hidden;
    height: 25px;
    line-height: 25px;
    border: none;
    position: relative;
    padding-left: 27px;
}
.sort_select:after {
    font-family: 'themify';
    position: absolute;
    color: #444;
    left: 0;
    top: 0;
    content: "\e627";
    font-size: 16px;
}
.sort_select select {
    background: transparent;
    width: 110%;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 25px;
    margin: 0;
    cursor: pointer;
    outline: none;
}
.sort_select select:focus {
    color: #444;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.sort_select select::-ms-expand {
    display: none;
}

.filters_listing_1 {
    padding: 15px 0 10px 0;
}
.filters_listing_1 .dropdown {
    position: relative;
    text-align: left;
}
.filters_listing_1 .dropdown a.drop {
    color: #444;
    font-weight: 500;
    transition: all 0.3s;
    display: block;
    position: relative;
    background-color: #fff;
    border: 1px solid #ededed;
    padding: 10px;
    line-height: 1;
}
@media (max-width: 991px) {
    .filters_listing_1 .dropdown a.drop {
        margin-bottom: 5px;
    }
}
.filters_listing_1 .dropdown a.drop:after {
    font-family: 'themify';
    content: "\e64b";
    font-size: 14px;
    color: #999;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    position: absolute;
    right: 10px;
    top: 10px;
}
.filters_listing_1 .dropdown.show a:after {
    transform: rotate(180deg);
}
.filters_listing_1 .dropdown .dropdown-menu {
    background: #fff;
    border: none;
    border-radius: 0;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.175);
    padding: 15px;
    white-space: normal;
    width: 100%;
    color: #444;
}
.filters_listing_1 .dropdown a.apply_filter {
    text-align: center;
    background-color: #004dda;
    color: #fff;
    display: block;
    padding: 10px 0;
    line-height: 1;
    font-weight: 500;
    border-radius: 3px;
}
.filters_listing_1 .dropdown a.apply_filter:hover {
    background-color: #FFC107;
    color: #111;
}

.row_item {
    margin-bottom: 30px;
}
.row_item figure {
    position: relative;
    margin-bottom: 0;
    box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
    .row_item figure {
        margin-bottom: 15px;
    }
}
@media (max-width: 767px) {
    .row_item figure img {
        width: 100%;
        height: auto;
    }
}
.row_item .rating {
    margin-bottom: 5px;
}
.row_item a h3 {
    font-size: 18px;
    color: #444;
}
@media (max-width: 575px) {
    .row_item a h3 {
        font-size: 16px;
    }
}
.row_item a h3:hover {
    color: #004dda;
}
.row_item p {
    margin-bottom: 20px;
}
.row_item .price_box {
    margin-bottom: 20px;
}
.row_item .new_price {
    font-size: 21px;
}
.row_item .old_price {
    font-size: 16px;
}
.row_item ul {
    margin: 15px 0 0 0;
    padding: 0;
    list-style: none;
}
.row_item ul li {
    display: inline-block;
}
.row_item ul li a span {
    display: none;
}

.filter_type {
    font-size: 14px;
}
.filter_type h6 {
    border-top: 1px solid #dddddd;
    margin: 15px 0;
    padding: 15px 0 0 0;
}
.filter_type label {
    font-weight: 400;
}
.filter_type label small {
    float: right;
    color: #777;
    padding-top: 3px;
}
.filter_type ul {
    list-style: none;
    padding: 5px 0 0 0;
    margin: 0 0 15px 0;
}
.filter_type ul li {
    margin-bottom: 5px;
}
.filter_type ul li:last-child {
    margin-bottom: 0;
}
.filter_type.version_2 {
    border-bottom: 1px solid #ededed;
    margin: 0 -15px 15px -15px;
    padding: 0 15px;
}
.filter_type:last-child {
    border-bottom: 0;
    margin-bottom: -10px;
}
.filter_type.version_2 ul {
    list-style: none;
    padding: 5px 5px 0 5px;
}
.filter_type.version_2 h4 a {
    display: block;
    font-size: 15px;
    color: #444;
    padding: 8px 10px;
    line-height: 1;
    position: relative;
    border-radius: 5px;
}
.filter_type.version_2 h4 a:after {
    transition: all 0.3s ease-in-out;
    font-family: 'themify';
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 8px;
}
.filter_type.version_2 h4 a {
    background-color: #f8f8f8;
}
.filter_type.version_2 h4 a.opened:after {
    content: "\e64b";
    transform: rotate(180deg);
}
.filter_type.version_2 h4 a.opened.collapsed:after,
.filter_type.version_2 h4 a.closed:after{
    content: "\e64b";
    transform: rotate(0);
}

.filter_col {
    border: 1px solid #ededed;
    padding: 15px;
    margin-bottom: 25px;
    border-radius: 5px;
}
@media (max-width: 991px) {
    .filter_col {
        overflow: auto;
        transform: translateX(-200%);
        top: 0;
        left: -100%;
        bottom: 0;
        width: 45%;
        height: 100%;
        position: fixed !important;
        background-color: #fff;
        z-index: 99999999 !important;
        margin: 0;
        transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    }
    .filter_col.show {
        transform: translateX(0);
        left: 0;
        border: 0;
        border-right: 1px solid #d0d0d0;
        box-shadow: 5px 0 20px rgba(0,0,0,.3);
    }
}
@media (max-width: 767px) {
    .filter_col {
        width: 100%;
    }
}
.filter_col .inner_bt {
    text-align: right;
    margin: -10px -15px 15px -15px;
    padding: 5px 15px 0 0;
    display: none;
}
@media (max-width: 991px) {
    .filter_col .inner_bt {
        display: block;
    }
}
.filter_col .inner_bt i {
    font-size: 18px;
    color: #999;
}
.filter_col .inner_bt i:hover {
    color: #111;
}
.filter-price-between {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.filter-price-between input {
    width: 100%;
    border: 1px solid #e6e6e6;
    padding: 5px 10px;
    border-radius: 5px;
    outline: none;
}
.filter-price-between .dividier {
    padding: 10px;
}
.filter-price-between button {
    padding: 4px 7px;
    border-radius: 5px;
    border: 1px solid #ededed;
    background-color: #ededed;
    margin-left: 10px;
}

/*============================================================================================*/
/* PRODUCT PAGE */
/*============================================================================================*/
.countdown_inner {
    background: #F33;
    color: #fff;
    margin-bottom: 30px;
    padding: 5px;
    text-align: center;
    font-weight: 500;
}
@media (max-width: 767px) {
    .countdown_inner {
        margin-bottom: 15px;
    }
}
.countdown_inner.version_2 {
    padding: 10px 5px;
    position: relative;
}
.countdown_inner.version_2:before {
    border-style: solid solid solid none;
    border-width: 15px 15px 15px 0;
    bottom: -26px;
    content: "";
    left: 0;
    position: absolute;
    width: 15px;
    border-color: #F33 transparent transparent;
}
@media (max-width: 991px) {
    .countdown_inner.version_2:before {
        display: none;
    }
}
.countdown_inner.version_2 strong {
    display: block;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.2;
}
.countdown_inner .countdown {
    position: static;
    font-size: 16px;
    width: auto;
    margin: 0;
    display: inline-block;
}
.countdown_inner .countdown:before {
    display: none;
}

/*-------- Carousel with thumbs --------*/
.all {
    width: 100%;
    height: auto;
}
.all .slider,
.all .slider-two {
    width: auto;
    height: auto;
    overflow: hidden;
    position: relative;
}
.all .slider .owl-nav,
.all .slider .owl-dots,
.all .slider-two .owl-nav,
.all .slider-two .owl-dots {
    display: none;
}
.all .slider:hover .left,
.all .slider:hover .right,
.all .slider-two:hover .left,
.all .slider-two:hover .right {
    visibility: visible;
    opacity: 1;
}
.all .slider:hover .left,
.all .slider-two:hover .left {
    left: 20px;
}
.all .slider:hover .right,
.all .slider-two:hover .right {
    right: 20px;
}
.all .slider .item-box,
.all .slider-two .item-box {
    overflow: hidden;
    width: 100%;
    height: 450px;
    position: relative;
    background-size: cover;
    background-position: center center;
}
@media (max-width: 767px) {
    .all .slider .item-box,
    .all .slider-two .item-box {
        height: 350px;
    }
}
.all .slider .left,
.all .slider .right,
.all .slider-two .left,
.all .slider-two .right {
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 5px;
    text-align: center;
    line-height: 42px;
    font-size: 18px;
    color: #fff;
}
.all .slider .left:hover,
.all .slider .right:hover,
.all .slider-two .left:hover,
.all .slider-two .right:hover {
    visibility: visible;
    opacity: 1;
}
.all .slider .left,
.all .slider-two .left {
    left: -20px;
    transition: left ease .25s;
}
.all .slider .left:hover,
.all .slider-two .left:hover {
    left: 20px;
}
.all .slider .left.nonl,
.all .slider .right.nonr,
.all .slider-two .left.nonl,
.all .slider-two .right.nonr {
    opacity: 0;
    visibility: hidden;
}
.all .slider .left.nonl,
.all .slider-two .left.nonl {
    left: -20px;
}
.all .slider .right,
.all .slider-two .right {
    right: -20px;
    transition: right ease .25s;
}
.all .slider .right:hover,
.all .slider-two .right:hover {
    right: 20px;
}
.all .slider .right.nonr,
.all .slider-two .right.nonr {
    right: -20px;
}
.all .slider-two:hover .left-t {
    visibility: visible;
    opacity: 1;
    left: 0;
}
.all .slider-two:hover .right-t {
    visibility: visible;
    opacity: 1;
    right: 0;
}
.all .slider-two .item {
    transition: all ease .25s;
    width: 100%;
    height: 100px;
    border: solid 2px #e6ecf2;
    cursor: pointer;
    background-size: cover;
    background-position: center center;
    border-radius: 5px;
}
.all .slider-two .item.active {
    border: solid 2px #ccc;
}
.all .slider-two .owl-stage {
    padding: 20px 0;
}
.all .slider-two .left-t,
.all .slider-two .right-t {
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: 20px;
    visibility: hidden;
    opacity: 0;
    transition: all ease .25s;
    width: 40px;
    height: 99px;
    background: no-repeat rgb(237 46 35) url(../img/arrow_right.svg) center center;
    border-radius: 5px;
}
.all .slider-two .left-t:hover,
.all .slider-two .right-t:hover {
    visibility: visible;
    opacity: 1;
}
.all .slider-two .left-t {
    transform: rotate(180deg);
    left: -40px;
}
.all .slider-two .left-t:hover {
    left: 0;
}
.all .slider-two .left-t.nonl-t,
.all .slider-two .right-t.nonr-t {
    opacity: 0;
    visibility: hidden;
}
.all .slider-two .left-t.nonl-t {
    left: -40px;
}
.all .slider-two .right-t:hover {
    right: 0;
}
.all .slider-two .right-t.nonr-t {
    right: -40px;
}

.prod_info {position: relative;}
@media (max-width: 767px) {
    .prod_info {
        border-bottom: none;
        padding-bottom: 15px;
    }
}
.prod_info h1 {
    font-size: 24px;
    margin: 0 0 20px 0;
}
.prod_info .rating {
    margin-bottom: 20px;
}
.prod_info p {
    margin-bottom: 20px;
}
.prod_info .info-rating {
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
}
@media (max-width: 1024px) {
    .prod_info .info-rating {
        display: flex;
        gap: 10px;
        flex-direction: column;
        align-items: flex-start;
    }
}
.prod_info .sku {
    font-size: 15px;
}
.prod_info small {
    font-weight: 600;
}
.prod_info.version_2 {
    border-bottom: none;
}

.action-area {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 0;
    margin: 20px 0;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    gap: 20px;
}
.action-area #add-bag {
    flex: 1;
}
.prod_options {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}
@media (max-width: 768px) {
    .action-area {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .prod_options {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
}
.prod_options .prod_count {display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: flex-start;align-items: center;gap: 10px;min-width: 175px;}
.prod_options label {margin: 0;font-size: 13px;}
.prod_options button {
    width: 100%;
    padding: 13px 15px;
}
.action-area button.do-favorite {
    width: 100%;
    padding: 6px 6px;
    border: 1px solid #dddddd;
    background-color: #ddd;
    color: #000;
    line-height: 1;
    border-radius: 5px;
    font-size: 25px;
    width: 40px;
}
.action-area button.do-favorite.active {
    border-color: #ed2f23;
    background-color: #ed2f23;
    color: #fff;
}
.prod_options .nice-select {
    border: 1px solid #dddddd;
    height: 40px;
    line-height: 34px;
    padding-left: 10px;
}
.prod_options .nice-select:after {
    right: 15px;
}
.prod_options strong {
    font-weight: 500;
    line-height: 1;
}
.prod_options .colors ul {
    margin: 0;
    padding: 0;
}
.prod_options .colors ul li {
    display: inline-block;
    margin-right: 5px;
}
.prod_options .colors ul li a.color {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    width: 28px;
    height: 28px;
    position: relative;
}
.prod_options .colors ul li a.color:hover {
    transform: scale(1.1);
}
.prod_options .colors ul li a.color.active:hover {
    transform: scale(1);
}
.prod_options .colors ul li a.color.active:before {
    font-family: 'themify';
    content: "\e64c";
    color: #fff;
    font-size: 13px;
    line-height: 1;
    position: absolute;
    font-weight: bold;
    top: 8px;
    left: 8px;
}
.prod_options .colors ul li a.color.color_1 {
    background-color: #ffcc00;
}
.prod_options .colors ul li a.color.color_2 {
    background-color: #ff9933;
}
.prod_options .colors ul li a.color.color_3 {
    background-color: #ff9966;
}
.prod_options .colors ul li a.color.color_4 {
    background-color: #ff9999;
}
.prod_options .colors ul li a.color.color_5 {
    background-color: #ffcc00;
}
.prod_options.version_2 {
    border: none;
}

.price_main {
    line-height: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}
.price_main .first {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.price_main .last {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-left: 50px;
}
@media (max-width: 1024px) {
    .price_main .last {
        margin-left: 0;
    }
}
.price_main .remittance {
    display: block;
    margin-top: 15px;
    width: 100%;
    padding: 7px 15px;
    background: #eaf5ff;
    border-radius: 5px;
    color: #3597ec;
    text-align: left;
}
@media (max-width: 1024px) {
    .price_main .remittance {
        margin-top: 0;
    }
}
@media (max-width: 767px) {
    .price_main {
        text-align: right;
    }
}
@media (max-width: 991px) {
    .price_main {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
}
@media (max-width: 575px) {
    .price_main {
        margin-bottom: 0;
    }
}
.price_main .old_price {
    font-size: 18px !important;
}
.price_main .new_price {
    font-size: 24px;
}
.price_main .extra_price {
    font-size: 24px;
}

@media (max-width: 767px) {
    .btn_add_to_cart {
        text-align: right;
    }
}
.btn_add_to_cart a.btn_1 {
    text-transform: uppercase;
    width: 100%;
}
@media (max-width: 767px) {
    .btn_add_to_cart a.btn_1 {
        display: inline-block;
        width: auto;
        margin-top: 30px;
    }
}

.nav-link {
    display: block;
    padding: 10px 15px;
    height: auto;
    font-size: 15px;
    color: #444;
}

.nav-link:hover,
.nav-link:focus {
    text-decoration: none;
}

.nav-link.disabled {
    color: #6c757d;
}

.nav-tabs {
    border: none;
    border-bottom: 2px solid #dee2e6;
}

.nav-tabs .nav-item {
    position: relative;
}

.nav-tabs .nav-link {
    border: none;
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    border-bottom: 2px solid #ed2e23;
    color: #ed2e23;
    background-color: #fff;
}

.tabs_product {
    text-align: center;
    margin-top: 50px;
}
@media (max-width: 1024px) {
    .tabs_product {
        margin-top: 30px;
    }
}
.tabs_product .nav-tabs {
    border: none;
    border-bottom: 1px solid transparent;
    display: flex;
}
@media (max-width: 767px) {
    .tabs_product .nav-tabs {
        display: none;
    }
}
.tabs_product .nav-tabs .nav-item {
    font-weight: 500;
}
.tabs_product.version_2 {
    margin-top: 0;
}
.tabs_product.version_2 .nav-tabs {
    justify-content: center;
    flex-direction: row;
}
.tabs_product.version_3 {
    margin-top: 0;
    position: relative;
}
@media (max-width: 767px) {
    .tabs_product.version_3 .nav-tabs {
        display: flex;
    }
}

.tab_content_wrapper {
    background-color: #f8f8f8;
    padding: 50px 0;
}
@media (max-width: 1024px) {
    .tab_content_wrapper {
        padding: 30px 0;
    }
}
.tab_content_wrapper .card {
    border: none;
    background-color: transparent;
}
.tab_content_wrapper .card .card-header {
    margin: 0 -15px;
    padding: 0;
    background-color: transparent;
    border: 0;
    border-top: 1px solid #dddddd;
    background-color: #f8f8f8;
}
.tab_content_wrapper .card .card-header a {
    display: block;
    font-size: 18px;
    padding: 15px;
    color: #111;
}
.tab_content_wrapper .card .card-body {
    padding: 0;
}
.tab_content_wrapper .card .card-body h3 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
}
.tab_content_wrapper .card .card-body .text p:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .tabs_product .nav-tabs {
        display: flex;
    }

    .tab_content_wrapper .card {
        border: none;
    }

    .tab_content_wrapper .card .card-header {
        display: none;
    }

    .tab_content_wrapper .card .collapse {
        display: block;
    }
}
@media (max-width: 767px) {
    .tab_content_wrapper .fade:not(.show) {
        opacity: 1;
    }

    .tab_content_wrapper .tab-pane {
        display: block !important;
        opacity: 1;
    }

    .tab_content_wrapper .card .card-header {
        margin-bottom: 15px;
        border: 0;
    }
    .tab_content_wrapper .card .card-header a:after {
        font-family: themify;
        width: 20px;
        display: block;
        float: right;
    }
    .tab_content_wrapper .card .card-header a.collapsed:after {
        content: "\e61a";
    }
    .tab_content_wrapper .card .card-header a:after {
        content: "\e622";
    }
}
.review_content {
    margin-bottom: 30px;
}
.account-area .review_content {
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
}
.review_content h4 {
    font-size: 18px;
}
.review_content p {
    margin-bottom: 0;
}
.review-name-rate {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 10px;
    gap: 20px;
}
.review_content .name {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
.review_content .rating {
    color: #999;
    font-size: 12px;
    margin-bottom: 0;
}
.review_content .rating i {
    width: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 20px;
    font-size: 12px;
    display: inline-block;
    background-color: #ccc;
    color: #fff;
    line-height: 20px;
    text-align: center;
    margin-right: 2px;
}
.review_content .rating i.yellow {
    background-color: #fec348;
}
@media (max-width: 575px) {
    .review_content .rating {
        float: none;
        display: block;
    }
}
@media (max-width: 575px) {
    .review_content .rating em {
        float: none;
        display: inline-block;
        margin-left: 10px;
    }
}
.review_content em {
    font-weight: 500;
    color: #999;
    line-height: 20px;
    margin-left: 5px;
    flex: 1;
    text-align: right;
}
@media (max-width: 575px) {
    .review_content em {
        float: none;
        display: block;
        margin-top: 10px;
        margin-left: 0;
    }
}
.comment-images {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}
.comment-images a {
    display: block;
}
.comment-images img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 5px;
    border: 1px solid #f0efef;
}

.table.sizes td,
.table.sizes tr th {
    white-space: nowrap;
}

.showcase-property .title {
    font-size: 14px;
    margin: 0 0 20px 0;
    line-height: 1;
}
.showcase-property .box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.showcase-property .box .item {
    width: 25%;
    border: 1px solid #e6e6e6;
    padding: 10px;
    border-radius: 5px;
    background-color: #f8f6f6;
}
@media (max-width: 768px) {
    .showcase-property .box .item {
        width: 100%;
    }
}
.showcase-property .box .item .item-title {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: 400;
}
.showcase-property .box .item .item-desc {
    font-size: 15px;
    margin: 0;
    line-height: 1;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-detail .customize {
    color: #000;
    background: #effbf5;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}
.product-detail .customize .icon {
    width: 35px;
    height: 35px;
    object-fit: contain;
}
.product-detail .customize .title {
    font-size: 12px;
    margin: 0 0 5px 0;
    line-height: 1;
    color: #51b549;
}
.product-detail .customize .text {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 5px;
}
.product-detail .customize .text p {
    margin: 0;
    font-size: 14px;
}

.product-detail .product-tags {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}
.product-detail .product-tags .tag-item {
    border: 1px solid #e6e6e6;
    padding: 10px;
    border-radius: 5px;
    background-color: #f8f6f6;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    width: auto;
}
.product-detail .product-tags .tag-item img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.product-detail.comment-list .cover {
    position: relative;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 20px;
}
.product-detail.comment-list .cover img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    border-radius: 5px;
}

.comment-list-product {
    position: sticky;
    top: 80px;
}
.comment-back {
    margin-bottom: 30px;
}

/*============================================================================================*/
/* CART PAGE */
/*============================================================================================*/
.cart {
    padding-bottom: 50px;
}
.table.cart-list {
    margin: 0;
}

.table.cart-list th,
.table.options_cart th {
    background-color: transparent;
    font-weight: normal;
    color: #111;
    border: 0;
    padding-top: 0;
    text-align: center;
}

.table.cart-list th:nth-child(1) {
    width: 40%;
}
.table.cart-list th:nth-child(2) {
    width: 20%;
}
.table.cart-list th:nth-child(3) {
    width: 20%;
}
.table.cart-list th:nth-child(4) {
    width: 15%;
}
@media (max-width: 768px) {
    .table.cart-list th {
        display: none
    }
    .table.cart-list td {
        width: 100%;
        display: block;
    }
}

.table.cart-list td {
    vertical-align: middle;
    border: 0;
}
.table.cart-list td:first-child {
    border-radius: 5px 0 0 5px;
}
.table.cart-list td:last-child {
    border-radius: 0 5px 5px 0;
}
.table.cart-list td strong {
    font-weight: 500;
}
.table.cart-list td.options a {
    display: inline-block;
}
.table.cart-list td.options a i {
    font-size: 18px;
}
.table.cart-list td .numbers-row {
    background-color: #fff;
}

.table.cart-list.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.045);
}

.table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: none;
}

@media (max-width: 767px) and (max-width: 991px) {
    .table.cart-list tr {
        margin-bottom: 20px;
    }
}

.thumb_cart {
    width: 50px;
    height: 50px;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    min-width: 50px;
}
.thumb_cart img {
    width: 50px;
    height: auto;
}

.item_cart {
    line-height: 1.3;
    font-weight: 500;
    height: 36px;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
@media (max-width: 991px) {
    .item_cart {
        margin: 5px 0 0 0;
        width: 100%;
        float: none;
    }
}

.cart_actions .apply-coupon .form-control {
    margin-right: 10px;
    height: 40px;
}
@media (max-width: 575px) {
    .cart_actions .apply-coupon .form-control {
        margin: 0 0 5px 0;
    }
}
@media (max-width: 575px) {
    .cart_actions .btn_1 {
        width: 100%;
        margin-bottom: 15px;
    }
}

.box_cart {
    border: 1px solid #e6e6e6;
    border-radius: 5px;
}
@media (max-width: 1024px) {
    .box_cart {
        margin-top: 30px;
    }
}
.box_cart .title {
    margin: 0;
    padding: 10px;
    font-size: 17px;
    border-bottom: 1px solid #e6e6e6;
    line-height: 1;
}
.box_cart small {
    text-align: center;
    line-height: 1.1;
    display: block;
    margin-top: 10px;
}
.box_cart ul {
    list-style: none;
    margin: 0;
    padding: 10px;
    font-weight: 500;
    font-size: 15px;
}
.box_cart ul hr {
    margin: 10px 0;
}
.box_cart ul li {
    font-weight: 600;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
}
.box_cart ul li.green {
    color: #0b824a;
}
.box_cart ul li span {
    font-weight: 400;
    color: #202020;
}
.box_cart ul li span .detail {
    color: #858585;
    display: block;
    font-size: 12px;
}
.box_cart ul li span .detail a {
    background-color: #ff5353;
    padding: 3px 3px 2px 3px;
    border-radius: 3px;
    color: #fff;
    font-size: 10px;
}
.box_cart ul li.total {
    margin-top: 15px;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 18px;
}
.cart-product {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.cart .price_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1px;
}
@media (max-width: 768px) {
    .cart .price_box {
        display: flex;
        align-items: flex-start;
    }
}
.cart .price_box .old_price {
    margin: 0;
    font-size: 14px;
}
.apply-coupon {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
    background-color: #f8f6f6;
    border-radius: 5px;
    width: 100%;
    gap: 10px;
    margin-top: 10px;
}
.apply-coupon button{
    min-width: 105px;
    padding: 10px !important;
    font-size: 15px;
}
.box_cart_actions {
    padding: 10px;
}

.empty-cart {
    padding: 50px 0 100px 0;
    text-align: center;
}
.empty-cart i {
    font-size: 4rem;
    margin-bottom: 30px;
    line-height: 1;
    display: inline-block;
}
.empty-cart .title {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 50px;
}

.checkout-area {
    padding: 0 0 50px 0;
}
@media (max-width: 1024px) {
    .checkout-area {
        padding: 0 0 30px 0;
    }
}
.checkout-item {
    margin-bottom: 30px;
    padding: 15px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
}
.checkout-item .title {
    font-size: 16px;
    line-height: 1;
    margin: 0;
}
.checkout-item .checkout-item-header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #cccccc;
}
.checkout-item .checkout-item-header .title {
    font-size: 18px;
    margin: 0;
}
.custom-radio {
    position: relative;
}
@media only screen and (max-width: 991px) {
    .custom-radio {
        margin-bottom: 15px;
    }
    .address-area .col-md-6:last-child .custom-radio {
        margin-bottom: 0;
    }
}
.custom-radio input[type=radio] {
    display: none;
}
.custom-radio input[type=radio]:not(:disabled) ~ label {
    cursor: pointer;
}
.custom-radio input[type=radio]:disabled ~ label {
    color: #bcc2bf;
    border-color: #bcc2bf;
    box-shadow: none;
    cursor: not-allowed;
}
.custom-radio label {
    height: 100%;
    display: block;
    position: relative;
    padding: 35px 15px 15px 15px;
    border-radius: 5px;
    margin-bottom: 30px;
    background: #fff;
    border: 1px solid #ededed;
}
.custom-radio:last-child label {
    margin-bottom: 0;
}
.custom-radio input[type=radio]:checked + label {
    border-color: #2a2a2a;
}
.custom-radio input[type=radio]:checked + label::after {
    font-family: 'Fontawesome';
    font-weight: 900;
    content: "\f00c";
    color: #ffffff;
    font-size: 15px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    padding: 5px 9px;
    background: #2a2a2a;
    border-bottom-left-radius: 5px;
}
.custom-radio .type {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 15px;
    background: #ededed;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
}
.custom-radio input[type=radio]:checked + label > .type {
    display: none;
}
.custom-radio .custom-radio-desc {
    font-size: 14px;
}
.custom-radio .address-action {
    position: relative;
    margin-top: 20px;
    display: block;
}
.custom-radio .address-action a {
    padding: 5px 10px;
    background: #ededed;
    border-radius: 5px;
    color: #2a2a2a;
    font-size: 13px;
    transition: all .3s;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.custom-radio .address-action a:hover {
    background: #cbcbcb;
    transition: all .3s;
}
.custom-radio input[type=radio]:checked ~ .address-action {
    display: block;
}
.same-billing-area {
    margin-bottom: 30px;
    position: relative;
    width: 100%;
    border-radius: 5px;
    padding: 10px 10px 10px 10px;
    background: #efefef;
}
.same-billing-area.selected-delivery-type {
    padding: 20px;
    background: #fff;
    border: 1px solid #efefef;
}
.same-billing-area input {
    position: relative;
    top: 2px;
}
.same-billing-area label {
    line-height: 1;
    cursor: pointer;
    user-select: none;
    margin-bottom: 0;
    margin-left: 10px;
}
.same-billing-area #same-billing:checked ~ label {
    text-decoration: underline;
}
.billing-info,
.delivery-type-2-info {
    display: none;
}
.payment .nav-tabs {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    border: none;
}
.payment .nav-item {
    flex: 1;
}
.payment .nav-item:first-child {
    margin-right: 30px;
}
.payment .nav-item .nav-link {
    background: #ededed;
    border: 1px solid #ededed;
    width: 100%;
    border-radius: 5px;
    color: #474747;
    font-size: 16px;
    margin: 0;
}
.payment .nav-item .nav-link.active,
.payment .nav-item .nav-link:hover {
    background: #2a2a2a;
    color: #fff;
    border-color: #2a2a2a;
}
.payment .tab-content {
    margin-top: 30px;
}
.payment .tab-content .custom-radio {
    margin: 20px 0px;
}
.payment-contract {
    height: 150px;
    overflow-y: scroll;
}
.payment-contract::-webkit-scrollbar-track {
    background-color: #f5f5f5
}
.payment-contract::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: #f5f5f5
}
.payment-contract::-webkit-scrollbar-thumb {
    background-color: #3c3c3c;
    border-radius: 7px
}
.payment .nav-tabs {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    border: none;
}
.payment .nav-item {
    flex: 1;
}
.payment .nav-item:first-child {
    margin-right: 30px;
}
.payment .coupon_area {
    margin-top: 0;
}
.payment .payment-contract {
    margin: 15px 0 0 0;
}
.payment .checkout-item .title {
    font-size: 16px;
}
.payment .payment-contract-item {
    border: 1px solid #2b2b2b;
    padding: 30px;
    border-radius: 5px;
    margin: 20px 0;
}
.payment .payment-contract-item .title {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #2b2b2b;
}
.payment .contract-check {
    font-size: 16px;
}
.payment .contract-check input {
    width: 15px;
    height: 15px;
    position: relative;
    top: 2px;
    display: inline;
    margin-right: 5px;
}
.payment .contract-check label {
    display: inline;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}
.payment .button {
    background: #059c55;
    border-color: #059c55 !important;
    color: #fff;
    padding: 10px 10px;
    line-height: 1;
    font-weight: 500;
    display: block;
    text-transform: capitalize;
    margin-bottom: 0;
    text-align: center;
    border-radius: 5px;
    font-size: 18px;
    margin-top: 50px;
    border: none;
    width: 100%;
}
.payment .button:hover {
    background: #333;
    color: #fff;
}
.payment-result {
    background-color: #c9ecd1;
    padding: 30px;
    border-radius: 5px;
}
.payment-result i {
    font-size: 3rem;
    color: #00904c;
    margin-bottom: 30px;
}
.payment-result .result-title {
    margin-bottom: 20px;
}
.payment-result .result-desc strong,
.payment-result .result-desc a{
    color: #00904c;
    font-weight: 600;
}
.payment-result .payment-detail {
    margin-top: 35px;
}
.payment-result .payment-detail .payment-detail-item {
    margin: 15px 0;
}
.payment-result .payment-detail .payment-detail-item .detail-title {
    font-size: 12px;
    margin-bottom: 10px;
    color: #00904c;
}
.payment-result .payment-detail .payment-detail-item .detail-order-number {
    font-size: 21px;
}
.payment-result .payment-detail .payment-detail-item .detail-sub {
    font-size: 14px;
    margin-bottom: 10px;
}
.payment-result .payment-detail .payment-detail-item .detail-desc {
    font-size: 12px;
}
.form-error, .form-error p {
    font-size: 12px;
    margin-top: 5px;
    font-style: italic;
    color: red;
}
.payment.result {
    padding: 0 0 50px 0;
}
.payment-result {
    background-color: #c9ecd1;
    padding: 30px;
    border-radius: 5px;
}
.payment-result i {
    font-size: 3rem;
    color: #00904c;
    margin-bottom: 30px;
}
.payment-result .result-title {
    margin-bottom: 20px;
}
.payment-result .result-desc strong,
.payment-result .result-desc a{
    color: #00904c;
    font-weight: 600;
}
.payment-result .payment-detail {
    margin-top: 35px;
}
.payment-result .payment-detail .payment-detail-item .detail-order-number {
    font-size: 21px;
}

/*============================================================================================*/
/* CONTACT PAGE */
/*============================================================================================*/
.contact {
    padding-bottom: 30px;
}
.box_contacts {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 15px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
}
.box_contacts h2 {
    font-weight: 400;
    margin: 10px 0 10px 0;
    font-size: 16px;
}
.box_contacts i {
    font-size: 30px;
    color: #ed2e23;
}
.box_contacts a {
    color: #444;
    font-size: 17px;
    font-weight: 600;
}
.box_contacts a:hover {
    color: #1a1a1a;
    text-decoration: underline;
}
.box_contacts small {
    display: block;
    color: #777;
    margin-top: 10px;
}
.map iframe {
    border: 0;
    width: 100%;
    height: 300px;
    border-radius: 5px;
    margin-top: 15px;
}
.contact-form {
    padding-bottom: 40px;
}

/*============================================================================================*/
/* ACCOUNT PAGE */
/*============================================================================================*/
.login-register {
    padding-bottom: 20px;
}
.box_account {
    margin-bottom: 30px;
}
.box_account h3 {
    font-size: 18px;
    color: #444;
    margin-bottom: 30px;
}
.box_account .form_container {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    padding: 30px;
    position: relative;
    border-radius: 5px;
}
@media (max-width: 768px) {
    .box_account .form_container {
        padding: 15px;
    }
}
.box_account .form_container hr {
    margin: 0 0 10px 0;
    border-color: #ededed;
}
.contract-label {
    display: flex;
    margin-bottom: 10px;
    gap: 10px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
}
@media (max-width: 768px) {
    .contract-label {
        display: flex;
        flex-direction: column;
    }
}
.contract-label a {
    background-color: #f8f6f6;
    padding: 5px;
    border-radius: 5px;
    font-size: 12px;
}

.account-area {
    padding: 0 0 50px 0;
}
.account-area .account-aside {
    border: 1px solid #cccccc;
    padding: 15px;
    border-radius: 5px;
    background: rgba(0,0,0,.04);
}
.account-area .account-aside .aside-item {
    display: block;
}
.account-area .account-aside .aside-item .aside-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 15px;
}
.account-area .account-aside .aside-item .aside-avatar {
    width: 60px;
    height: 60px;
    background: #ffffff;
    border-radius: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 21px;
    font-weight: 700;
}
.account-area .account-aside .aside-item .aside-avatar-name {
    margin-left: 15px;
    font-size: 18px;
    font-weight: 600;
}
.account-area .account-aside .aside-item a {
    border: 1px solid #ededed;
    padding: 10px;
    display: block;
    font-size: 15px;
    font-weight: 500;
    margin: 10px 0;
    border-radius: 5px;
}
.account-area .account-aside .aside-item a:hover,
.account-area .account-aside .aside-item a.active {
    border-color: #2a2a2a;
    color: #2a2a2a;
    background: #fff;
    padding-left: 20px;
}
.account-area .account-aside .aside-item a:hover img {

}
.account-area .account-aside {
    border: 1px solid #ededed;
    padding: 15px 15px 5px 15px;
    border-radius: 5px;
    background: #ffffff;
}
.account-area .account-aside ul {
    padding: 0;
    margin: 0;
}
.account-area .account-aside .aside-item .aside-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 15px;
}
.account-area .account-aside .aside-item .aside-avatar {
    width: 60px;
    height: 60px;
    background: #efefef;
    border-radius: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 21px;
    font-weight: 700;
}
.account-area .account-aside .aside-item .aside-avatar-name {
    margin-left: 15px;
    font-size: 18px;
    font-weight: 600;
}
.account-area .account-aside .aside-item i {
    font-size: 15px;
    margin-right: 10px;
    position: relative;
}
.account-area .account-widget .widget-item {
    padding: 10px;
    border-radius: 5px;
    background-color: #ededed;
    border: 1px solid #ededed;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.account-area .account-widget .widget-item i {
    font-size: 2rem;
}
.account-area .account-widget .widget-item .widget-content {
    text-align: right;
    margin-left: 3px;
}
.account-area .account-widget .widget-item .widget-title {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 15px;
    border: none;
    padding: 0;
}
.account-area .account-widget .widget-item .widget-value {
    font-size: 30px;
    margin: 0;
    padding: 0;
    line-height: 1;
}
.account-area .account-content {
    border: 1px solid #ededed;
    padding: 15px;
    border-radius: 5px;
}
.account-area .account-page-title {
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed;
}
.account-area .account-content .aside-inner-item {
    border: 1px solid #ededed;
    color: #000;
    display: flex;
    padding: 10px;
    border-radius: 5px;
    margin: 15px 0;
    flex-direction: row;
    align-items: center;
}
@media (max-width: 768px) {
    .account-area .account-content .aside-inner-item {
        margin: 7.5px 0;
    }
}
.account-area .account-content .aside-inner-item:hover {
    border-color: #2a2a2a;
    transform: scale(1.01);
}
.account-area .account-content .aside-inner-item i {
    font-size: 1.5rem;
    margin-right: 15px;
}
.account-area .account-content .aside-inner-item .aside-inner-title {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 500;
}
.account-area .account-content .aside-inner-item .aside-inner-desc {
    font-size: 13px;
    margin: 0;
}
.order-area .order-item {
    margin-bottom: 30px;
}
.order-area .order-item .order-header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    background: #efefef;
    border: 1px solid #ededed;
    padding: 10px;
    border-radius: 5px;
}
@media (max-width: 768px) {
    .order-area .order-item .order-header {
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: flex-start;
    }
}
.order-area .order-item .order-header .order-avatar {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
.order-area .order-item .order-header .order-avatar img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 40px;
    border: 1px solid #ababab;
}
.order-area .order-item .order-header .order-avatar span {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 40px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #ababab;
    font-size: 17px;
    background: #fff;
    margin-left: -10px;
}
.order-area .order-item .order-header .middle {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin: 0 15px;
}
@media (max-width: 768px) {
    .order-area .order-item .order-header .middle {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin: 20px 0;
    }
}
.order-area .order-item .order-header .middle .middle-order {
    font-size: 15px;
}
@media (max-width: 768px) {
    .order-area .order-item .order-header .middle .middle-order {
        width: 100%;
    }
}
.order-area .order-item .order-header .middle .middle-order span {
    display: block;
    font-weight: 600;
}
.order-area .order-item .order-header .middle .middle-status {
    margin: 0 50px;
    font-size: 15px;
}
@media (max-width: 768px) {
    .order-area .order-item .order-header .middle .middle-status {
        width: 100%;
        margin: 15px 0 0 0;
    }
}
.order-area .order-item .order-header .middle .middle-pay {
    font-size: 17px;
    color: #28b828;
    font-weight: 500;
}
@media (max-width: 768px) {
    .order-area .order-item .order-header .middle .middle-pay {
        width: 100%;
        margin-top: 20px;
    }
}
.order-area .order-item .order-header .middle .middle-pay span {
    display: block;
    color: #b2b2b2;
    font-weight: 300;
    font-size: 15px;
}
.order-area .order-item .order-header .action {
    width: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid #ababab;
    border-radius: 5px;
    line-height: 40px;
    font-size: 20px;
}
.order-area .order-item .order-collapse {
    background: #fff;
    padding: 5px 20px 5px 20px;
    border: 1px solid #efefef;
    border-radius: 5px;
    margin-top: 5px;
}
.order-area .order-item .order-collapse .order-total {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #f6f6f6;
}
.order-area .order-item .order-collapse .order-products .product-item {
    margin: 15px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
@media (max-width: 768px) {
    .order-area .order-item .order-collapse .order-products .product-item {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        border-bottom: 1px solid #efefef;
        padding-bottom: 15px;
    }
    .order-area .order-item .order-collapse .order-products .product-item:last-child {
        border-bottom: 0;
        padding-bottom: 0;
    }
}
.order-area .order-item .order-collapse .order-products .product-item img {
    width: 100px;
    height: 100px;
    border-radius: 5px;
    object-fit: cover;
    border: 1px solid #f6f6f6;
    object-position: top;
}
.order-area .order-item .order-collapse .order-products .product-item .info {
    flex: 1;
    margin-left: 30px;
}
@media (max-width: 768px) {
    .order-area .order-item .order-collapse .order-products .product-item .info {
        margin-left: 0;
    }
}
.order-area .order-item .order-collapse .order-products .product-item .info a {
    color: #000;
}
.order-area .order-item .order-collapse .order-products .product-item .info span {
    display: block;
    margin-top: 3px;
    font-size: 12px;
}
.order-area .order-item .order-collapse .order-products .product-item .price span {
    width: 100px;
    height: 100px;
    border-radius: 5px;
    display: inline-block;
    background: #f6f6f6;
    text-align: center;
    line-height: 100px;
    font-size: 16px;
}
.order-area .order-item .order-collapse .order-total .coupon-area {
    border-bottom: 1px solid #f6f6f6;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.order-area .order-item .order-collapse .order-total .coupon-area .coupon-inner {
    padding: 15px 15px 5px 15px;
    background: #f6f6f6;
}
.order-area .order-item .order-collapse .order-total .coupon-area .coupon-inner .cart-subtotal {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    font-size: 15px;
}
@media (max-width: 576px) {
    .order-area .order-item .order-collapse .order-total .coupon-area .coupon-inner .cart-subtotal {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
}
.order-area .order-item .order-collapse .order-total .coupon-area .coupon-inner .cart-subtotal p {
    margin: 0;
}
.order-area .order-item .order-collapse .order-total .coupon-area .coupon-inner .cart-subtotal p.cart-amount {
    font-weight: 600;
}
.order-area .order-item .order-collapse .order-other .other-title {
    font-size: 16px;
}
.order-area .order-item .order-collapse .order-other .other-detail {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #f6f6f6;
    margin: 15px 0;
}
.address-area .address-item {
    padding: 35px 15px 15px 15px;
    border-radius: 5px;
    margin-bottom: 30px;
    position: relative;
    background: #fff;
    border: 1px solid #efefef;
}
.address-area .address-item .type {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 15px;
    background: #f6f6f6;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
}
.address-area .address-item .action {
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.address-area .address-item .action a,
.address-area .address-item .action button {
    padding: 5px 10px;
    background: #f6f6f6;
    border-radius: 5px;
    color: #000;
    font-size: 13px;
    transition: all .3s;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    border: none;
}
.address-area .address-item .action a:hover {
    background: #000;
    color: #fff;
    transition: all .3s;
}
.address-area .address-item .action button:hover {
    background: #ed1606;
    color: #fff;
    transition: all .3s;
}
.address-type-1,
.billing-type-1,
.billing-type-identity {
    display: none;
}

.account-area .product-info {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
}
@media (max-width: 768px) {
    .account-area .product-info {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .account-area .product-info {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
}
.account-area .product-info a {
    display: block;
}
.account-area .product-info img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
}
.account-area .product-info .title {
    font-size: 18px;
    margin: 0;
    height: 23px;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    flex: 1;
}

/*============================================================================================*/
/* LEAVE REVIEW PAGE */
/*============================================================================================*/
.box_general.write_review {
    box-shadow: none;
    background-color: #f4f4f4;
    padding-bottom: 25px;
}
.box_general.write_review h1 {
    font-size: 28px;
}
.rating {
    display: inline-block;
    position: relative;
}
.rating-input {
    display: none;
}
.rating:hover .rating-star:hover,
.rating:hover .rating-star:hover ~ .rating-star,
.rating-input:checked ~ .rating-star {
    background-position: 0 0;
}
.rating-star,
.rating:hover .rating-star {
    cursor: pointer;
    float: right;
    display: block;
    margin-right: 3px;
    width: 37px;
    height: 37px;
    background: url(../img/stars.svg) 0 -38px;
}
.fileupload {
    position: relative;
    width: 100%;
}
input[type=file] {
    background-color: #fff;
    border: 1px solid #dddddd;
    padding: 5px;
    height: auto;
    color: #999;
    border-radius: 3px;
    width: 100%;
}
input[type=file]::-webkit-file-upload-button,
input[type=file].invalid::-webkit-file-upload-button,
input[type=file].valid::-webkit-file-upload-button {
    color: #fff;
    font-size: 13px;
    border: 0;
    border-radius: 3px;
    padding: 8px 10px 8px 38px;
    background: #004dda url(../img/camera.svg) 8px center no-repeat;
    outline: none;
}
.latest_review > h4 {
    font-weight: 500;
    font-size: 21px;
    margin-bottom: 20px;
}
.latest_review .review_listing {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/*============================================================================================*/
/* FAQ PAGE */
/*============================================================================================*/
.support-page {
    padding-bottom: 20px;
}
.support-page .title {
    font-size: 20px;
    margin-bottom: 20px;
}
a.box_topic {
    text-align: center;
    background: #fff;
    padding: 20px;
    display: block;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
    color: #444;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 5px;
}
@media (max-width: 767px) {
    a.box_topic {
        padding: 20px 20px 0 20px;
    }
}
a.box_topic:hover {
    transform: translateY(-10px);
}
a.box_topic .icon {
    display: inline-block;
    color: #ed2e23;
    border-radius: 50%;
    background-color: rgb(255 233 231);
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
    line-height: 100px;
}
a.box_topic .icon img {
    width: 60px;
    height: 60px;
}
a.box_topic h3 {
    font-size: 18px;
}
a.box_topic p {
    font-size: 14px;
    margin: 0;
}
a.box_topic.version_2 {
    background: none;
    padding: 0;
    box-shadow: none;
    text-align: left;
}

a.box_topic_2 {
    padding: 30px 30px 5px 110px;
    position: relative;
    display: block;
    transition: all 0.3s ease-in-out;
    color: #444;
    margin-bottom: 30px;
    border-radius: 5px;
    min-height: 165px;
    border: 1px solid #ededed;
}
@media (max-width: 991px) {
    a.box_topic_2 {
        min-height: inherit;
    }
}
a.box_topic_2:hover {
    border: 1px solid transparent;
    box-shadow: 0px 0px 25px 0px rgba(0, 77, 218, 0.1);
    transform: translateY(-10px);
}
a.box_topic_2 i {
    position: absolute;
    left: 30px;
    top: 30px;
    font-size: 52px;
    color: #004dda;
    margin-bottom: 10px;
}
a.box_topic_2 h3 {
    font-size: 18px;
    color: #004dda;
}
a.box_topic_2 p {
    font-size: 16px;
}
.support-showcase {
    position: relative;
    padding-bottom: 30px;
    margin-top: 20px;
}
.list .support-showcase {
    margin-top: 0;
}
.list_articles ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.list_articles ul li {
    position: relative;
}
.list_articles ul li:last-child a {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.list_articles ul li a,
.list .list_articles ul li {
    color: #000;
    display: inline-block;
    text-decoration: underline;
}
.list_articles ul li a:hover {
    color: #ed2e23;
}
.list_articles ul li i {
    margin-right: 10px;
    font-size: 16px;
    position: relative;
    top: 2px;
}
.list .list_articles ul li {
    padding: 10px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
}
.list .list_articles ul li .question-title {
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
    line-height: 1;
    font-weight: 600;
}
.list .list_articles ul li .question-desc p:last-child{
    margin-bottom: 0;
}

/*============================================================================================*/
/* ERROR AND TRACK ORDER PAGE */
/*============================================================================================*/
#error_page, #track_order {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 0 100px 0;
}
#error_page .code {
    font-size: 5rem;
    color: #ed2e23;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 50px;
}
#error_page .title, #track_order .title {
    font-size: 20px;
}
#error_page .desc, #track_order .desc {
    font-size: 17px;
    margin-bottom: 50px;
}

.search_bar {
    position: relative;
    margin-bottom: 50px;
}
.search_bar input[type='text'] {
    border: 0;
    height: 50px;
    border-radius: 5px;
    padding-left: 15px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15) !important;
}
.search_bar button[type='submit'] {
    position: absolute;
    right: 0px;
    color: #fff;
    font-weight: 600;
    top: 0;
    border: 0;
    padding: 0 15px;
    height: 50px;
    cursor: pointer;
    border-radius: 0 5px 5px 0;
    background-color: #2e2e2e;
    transition: all 0.3s ease-in-out;
    line-height: 50px;
    font-size: 20px;
}
.search_bar input[type='submit']:focus {
    outline: none;
}
.search_bar input[type='submit']:hover {
    -webkit-filter: brightness(115%);
    filter: brightness(115%);
}

.images {
    border: 1px solid #e6e6e6;
    padding: 10px;
    border-radius: 5px;
}
.images .uploaded .comment-images {
    display: flex;
    flex-direction: column;
}
.images .uploaded .comment-images .box {
    width: 100%;
    position: relative;
}
.images .uploaded .comment-images img {
    width: 100%;
    height: 100px;
}
.images .uploaded .comment-images button {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid red;
    border-radius: 5px;
    background-color: red;
    color: #fff;
    font-size: 22px;
    display: none;
}
.images .uploaded .comment-images .box:hover button {
    display: block;
}
.form-group .counter {
    background-color: #e6e6e6;
    line-height: 1;
    padding: 5px;
    border-radius: 5px;
    margin-top: 5px;
    display: inline-block;
    float: right;
}
.form-group .file-max {
    line-height: 1;
    margin-top: 5px;
    display: inline-block;
    float: right;
}

.text-item {
    background-color: #fbfbfb;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 20px;
}
.text-item .text-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
}
.text-item .text-value {
    font-size: 16px;
}
.text-item .tmp-images img {
    width: 100px;
    height: 100px;
}

.mobile-menu-c {
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    width: 300px;
    height: 100%;
    background-color: #fff;
    display: none;
}
.mobile-menu-c.show {
    display: block;
}
.mobile-menu-c .box {
    padding: 15px;
}
.mobile-menu-c .head {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.mobile-menu-c .head img {
    height: 30px;
    width: auto;
}
.mobile-menu-c .head .close {
    line-height: 1;
    background-color: #ffecec;
    padding: 4px;
}
.mobile-menu-c ul {
    list-style: none;
    background-color: #f6f6f6;
    padding: 10px 15px;
    margin: 30px 0;
}
.mobile-menu-c ul li a {
    line-height: 1;
    padding: 10px;
    border: 1px solid #d7d7d7;
    display: block;
    margin: 5px 0;
}