@charset "UTF-8";
@font-face {
  font-family: 'Bookman Old Style';
  font-style: normal;
  font-weight: 400;
  src: local('Bookman Old Style Regular'), local('BookmanOldStyle'), url(https://fonts.bootim.net/bookman/BookmanOldStyleRegular.ttf) format('truetype');
}
@font-face {
  font-family: 'Bookman Old Style';
  font-style: italic;
  font-weight: 500;
  src: local('Bookman Old Style Bold Italic'), local('BookmanOldStyle-BoldItalic'), url(https://fonts.bootim.net/bookman/BookmanOldStyleBoldItalic.ttf) format('truetype');
}
@font-face {
  font-family: 'Bookman Old Style';
  font-style: normal;
  font-weight: 900;
  src: local('Bookman Old Style Bold'), local('BookmanOldStyle-Bold'), url(https://fonts.bootim.net/bookman/BookmanOldStyleBold.ttf) format('truetype');
}
@font-face {
  font-family: 'Bootim Sans';
  font-style: normal;
  font-weight: 500;
  src: local('Bootim Sans'), local('BootimSans'), url(https://fonts.bootim.net/bootim/sans.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  src: local('Ubuntu Regular'), local('Ubuntu-Regular'), url(https://fonts.bootim.net/Ubuntu/Ubuntu-Regular.ttf) format('truetype');
}
* {
margin: 0px;
padding: 0px;
border: none;
outline: none;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    list-style: none;
}

::selection {
    color: #fff;
    background-color: #023833;
}

html {
position: relative;
overflow-x: hidden;
height: 100%;
width: 100%;
margin: 0;
padding: 0;
}

body {
    font-size: 15px;
    color: #38494a;
    line-height: 1.5rem;
    font-weight: 500;
    background-color: #f8f9fa;
    font-family: "Ubuntu", "Bootim Sans", "Bookman Old Style", sans-serif;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0;
}

.ca a {
    color: #076ff8;
    font-weight: 500;
    -webkit-transition: all ease-in-out 1s;
    -ms-transition: all ease-in-out 1s;
    -moz-transition: all ease-in-out 1s;
    transition: all ease-in-out 1s;
}

.ca a:focus,
.ca a:hover {
    color: #9c27b0;
    text-decoration: underline;
}

/*------------------------------/*
Loaders
/*----------------------------*/

.contentloader,
.preloader,
#preloder,
#preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 9999;
    background-color: #ffffff;
    background-size: 270px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../images/load-1.gif");
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: center;
}

.contentloader,
.preloader {
    position: absolute;
}

p {
    font-weight: 400;
    padding: 5px;
    line-height: 1.5rem;
    text-align: auto;
    margin:  0;
    color: inherit;
}

/*----------------------------*\
Section
\*----------------------------*/

.section {
    position: relative;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

@media screen and (min-width: 900px) {
    .section-pull {
        margin-top: -130px;
    }
}

@media screen and (min-width: 568px) and (max-width: 900px) {
    .section-pull {
        margin-top: -140px;
    }
}

@media screen and (min-width: 200px) and (max-width: 568px) {
    .section-pull {
        margin-top: -150px;
    }
}

.section-title {
    position: relative;
    margin-bottom: 30px;
    margin-top: 10px;
    border-bottom: 1px solid rgba(0, 123, 98, 0.12);
    padding: 10px 0;
}

.section-title .title {
    display: inline-block;
    text-transform: uppercase;
    margin: 0px;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
}

@media screen and (max-width: 568px) {
    .section-title .title {
        font-size: 16px;
    }
}

.section-title .section-nav {
    float: right;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.section-title .section-nav .section-tab-nav {
    display: inline-block;
}

.section-tab-nav li {
    display: inline-block;
    margin-right: 15px;
}

.section-tab-nav li:last-child {
    margin-right: 0px;
}

.section-tab-nav li a {
    font-weight: 700;
    color: #8d99ae;
}

.section-tab-nav li a:after {
    content: "";
    display: block;
    width: 0%;
    height: 2px;
    background-color: #D70018;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.section-tab-nav li.active a {
    color: #D70018;
}

.section-tab-nav li a:hover:after,
.section-tab-nav li a:focus:after,
.section-tab-nav li.active a:after {
    width: 100%;
}

.section-title .section-nav .products-slick-nav {
    top: 0px;
    right: 0px;
}

.heartBeat {
    animation: 0.9s infinite heartBeat;
}

@keyframes heartBeat {
    0% {
        transform: scale(0.9);
    }
    25% {
        transform: scale(1.1);
    }
    40% {
        transform: scale(0.9);
    }
    60% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(0.9);
    }
}

/*----------------------------*\
Breadcrumb
\*----------------------------*/

.breadcrumb-nav,
#breadcrumb {
    padding: 15px 0 0 0;
    background: #e9e9e9;
    border-bottom: 1px solid #e4e7ed;
    margin: 0;
}

.breadcrumb-nav .breadcrumb-header,
#breadcrumb .breadcrumb-header {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 15px;
    text-transform: capitalize;
}

.breadcrumb-nav .breadcrumb-tree,
#breadcrumb .breadcrumb-tree {
    display: inline-block;
}

.breadcrumb-nav .breadcrumb-tree li,
#breadcrumb .breadcrumb-tree li {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
}

.breadcrumb-nav .breadcrumb-tree li + li,
#breadcrumb .breadcrumb-tree li + li {
    margin-left: 0px;
}

.breadcrumb-nav .breadcrumb-tree li + li:before,
#breadcrumb .tree li + li:before {
    font-family: "Feather";
    content: "\e934";
    display: inline-block;
    color: #8d99ae;
    margin-right: 0px;
}

.breadcrumb-nav .breadcrumb-tree li a,
#breadcrumb .breadcrumb-tree li a {
    color: inherit;
}

.breadcrumb-nav .breadcrumb-tree li a:hover,
#breadcrumb .breadcrumb-tree li a:hover {
    color: #8d99ae;
}

/*----------------------------*\
Top header
\*----------------------------*/

#top-header {
    padding: 5px 0;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.6);
    text-align: center;
    position: relative;
    color: #333333;
    background-color: #023833;
}

.header-links ul {
    padding: 0;
}

.header-links li {
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    color: #fff;
}

.header-links li:last-child {
    margin-right: 0px;
}

.header-links li a {
    color: #fff;
    font-weight: 500;
}

.header-links li a:hover {
    color: #D70018;
    opacity: 0.9;
}

.header-links li:first-child .bar {
    width: auto;
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    scroll-behavior: slow;
    scrollbar-width: thin;
}

.header-links li:first-child .bar a.head {
    font-weight: 900;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    font-size: 12px;
    display: inline-block;
    text-transform: uppercase;
    color: #05b0a0;
}

.header-links .bar a.head:hover {
    color: #D70018;
}

.header-links li:first-child .bar div {
    float: left;
}

@media screen and (min-width: 900px) {
    .header-links li:first-child .bar {
        margin-left: -300px;
        width: 700px;
    }

    .header-links li:first-child .bar::after {
        left: 33.5%;
    }

    .header-links li:first-child .bar div {
        width: 33.33%;
    }
}

@media screen and (min-width: 568px) and (max-width: 900px) {
    .header-links li:first-child .bar {
        margin-left: -120px;
        width: 400px;
    }

    .header-links li:first-child .bar::after {
        left: 33.5%;
    }

    .header-links li:first-child .bar div {
        width: 50%;
    }
}

@media screen and (min-width: 200px) and (max-width: 568px) {
    .header-links li:first-child .bar {
        margin-left: -27px;
        width: 360px;
    }

    .header-links li:first-child .bar::after {
        left: 33.5%;
    }

    .header-links li:first-child .bar div {
        width: 50%;
    }
}

.header-links li:first-child .bar li ul li {
    display: inline-block;
    width: 100%;
    padding: 5px;
    font-size: 15px;
    white-space: nowrap;
}

.header-links li:first-child .bar li a {
    color: #666;
    width: 100%;
    padding: 5px;
    font-size: 14px;
    white-space: nowrap;
}

.header-links li:first-child .bar li a:hover {
    color: #D70018;
}

/*----------------------------*\
Logo
\*----------------------------*/

header {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}

.comics {
    padding: 0 !important;
    margin: 0 !important;
}

#header {
    padding: 0;
    margin: 0;
    background-color: #fff;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
    position: relative;
}

.header-logo {
    padding: 10px 0;
    width: 100%;
}

.header-logo .logo img {
    display: block;
    width: 100%;
}

/*----------------------------*\
Search
\*----------------------------*/

.header-search {
    padding: 10px;
    margin: 0;
    display: inline-block;
}

.header-search form {
    position: relative;
    width: 100%;
    display: inline-block;
}

.header-search form input {
width: 80%;
display: inline-block;
margin: 0;
height: 40px;
padding: 0 30px 0 40px;
border: 1px solid #D70018;
font-size: 14px;
color: #adb5bd;
background: transparent;
line-height: 40px;
border-radius: 8px;
}

.header-search form input:focus {
    outline: 0;
}

.header-search form .search-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 25%;
    vertical-align: middle;
    line-height: 40px;
    font-size: 15px;
    background: #D70018;
    color: #FFF;
    border-radius: 0 8px 8px 0;
}

.header-search form .search-btn:hover {
    
}

/*----------------------------*\
Cart
\*----------------------------*/

.header-ctn {
    padding: 10px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-self: center;
    flex-direction: row;
}

.header-ctn > div {
    line-height: 0rem;
    position: relative;
}

.header-ctn > div > a {
    display: block;
    position: relative;
    width: 100%;
    color: #333333;
    font-weight: 500;
    text-align: center;
    padding: 0;
    margin: 0;
    line-height: 0rem;
}

.header-ctn > div > a > span {
    font-size: 15px;
    white-space: nowrap;
    text-align: center;
}

.header-ctn > div > a > span .las {
    position: absolute;
    left: -70px;
    top: -10px;
    font-size: 50px;
    color: #333333;
}

.header-ctn > div > a > span > b {
    display: block;
    font-size: 13px;
    color: #333333;
    white-space: nowrap;
    width: 130px;
    padding: 0 0 5px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    font-weight: 600;
    line-height: 1.7rem;
}

.header-ctn > div > a > span > i {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 1px;
    display: block;
    font-size: 13px;
    color: #333333;
    font-style: normal;
}

.header-ctn .cart i {
    position: relative;
    left: 20px;
    top: 0px;
    font-size: 45px;
}

.header-ctn > div > a.cart span {
    font-size: 15px;
    position: relative;
    margin: 0px 20px;
    color: #333333;
}

.header-ctn > div > a > .qty {
    position: absolute;
    left: 50px;
    bottom: 0;
    z-index: 1;
    text-align: center;
    font-size: 14px;
    color: #fff;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #D70018;
    padding: 5px;
    border-radius: 3px;
    overflow: hidden;
}

.header-ctn .menu-toggle {
    display: none;
    color: #333333;
    display: flex;
    justify-content: center;
    text-align: center;
}

.header-ctn .menu-toggle a {
    color: #333333;
    font-size: 40px;
}

.add-alert {
    width: auto;
    max-width: 90%;
    position: fixed;
    left: 30px;
    padding: 10px 30px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    cursor: pointer;
    bottom: 10%;
    z-index: 2020;
    transition: all ease-in-out 500ms;
    -webkit-transition: all ease-in-out 500ms;
    -ms-transition: all ease-in-out 500ms;
}

.add-alert:hover {
    background-color: rgba(0, 0, 0, 0.9);
}

.colea-middle {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: left;
    height: 100%;
    padding: 0 0 35px 0;
}

.colea-middle .sign-out {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.03) 3px, transparent);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.03) 3px, transparent);
    background-color: #fff;
}

.colea-middle .sign-out a {
    color: #838383;
    font-weight: 600;
}

.colea-middle .sign-out a:hover {
    color: #D70018;
}

.col-mill-gaya:first-child {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.col-mill-gaya {
    width: 50%;
    float: left;
    padding: 0 10px 10px;
}

.col-mill-gaya ul {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 1.5rem;
}

.col-mill-gaya ul li {
    display: inline-block;
    word-break: keep-all;
    width: 100%;
    white-space: nowrap;
    text-transform: capitalize;
}

.col-mill-gaya ul li a:hover {
    color: #D70018;
}

.col-mill-gaya header {
    font-weight: 600;
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    white-space: nowrap;
    width: 100%;
    position: relative;
}

.rose-text-primary {
    color: #023833 !important;
}

.rose-primary {
    background-color: #023833 !important;
    color: #fff;
}

.rose-pale {
    background-color: rgba(255, 255, 255, 0.5) !important;
    color: #fff;
}

.rose-pale-primary {
    background-color: rgba(0, 123, 98, 0.6) !important;
    color: #fff;
}

.rose-border {
    border: 1px solid transparent;
}

.rose-border-primary {
    border-color: #023833 !important;
}

.rose-hover-underline:hover {
    text-decoration: underline;
}

/*=========================================================
03 -> Navigation
===========================================================*/

#navigation {
    background-color: #D70018;
    padding: 0;
    position: relative;
    z-index: 9;
    color: #fff;
}

/*----------------------------*\
Main nav
\*----------------------------*/

.main-nav {
    position: relative;
    width: 100%;
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.main-nav li {
    position: relative;
    float: left;
    padding: 7px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    display: none;
}

@media only screen and (min-width: 991px) {
.main-nav li:nth-child(-n+7) {
    display: list-item;
}
}

.main-nav > li + li {
    margin-left: 10px;
}

.main-nav > li > ul {
    background-color: #f7f7f7;
    border: #f7f7f7 solid 1px;
    -moz-box-shadow: 0 4px 16px rgba(33, 37, 41, 0.1);
    -webkit-box-shadow: 0 4px 16px rgba(33, 37, 41, 0.1);
    -o-box-shadow: 0 4px 16px rgba(33, 37, 41, 0.1);
    -ms-box-shadow: 0 4px 16px rgba(33, 37, 41, 0.1);
    box-shadow: 0 4px 16px rgba(33, 37, 41, 0.1);
}

.main-nav > li > ul > li {
    padding: 5px;
    position: relative;
    margin: 0;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
    display: block;
    width: 100%;
    text-align: left;
}

.main-nav > li > ul > li > a,
.main-nav > li > a {
    padding: 10px 0px;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: none;
    font-weight: 500;
    line-height: 24px;
    padding: 0 20px;
}

.main-nav > li > ul > li > a:hover,
.main-nav > li > ul > li > a:focus,
.main-nav > li > a:hover,
.main-nav > li > a:focus,
.main-nav > li.active > a {
    color: #D70018;
    white-space: nowrap;
    text-overflow: normal;
    overflow: auto;
}

.main-nav li > a {
    color: #fff;
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-size: 14px;
}

.main-nav > li > a:focus,
.main-nav > li.active > a,
.main-nav > li > a:hover {
    color: #fff;
}

.main-nav > li > a:after {
    content: "";
    display: block;
    width: 0%;
    height: 2px;
    background-color: #fff;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.main-nav > li > ul > li:after {
    font-family: "icomoon";
    content: "\f105";
    position: absolute;
    color: #ccc;
    right: 10px;
    z-index: 1;
    font-size: 20px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.main-nav > li > ul > li:hover:after {
    content: "\f107";
}

.main-nav > li > a:hover:after,
.main-nav > li > a:focus:after,
.main-nav > li.active > a:after {
    width: 100%;
}

.main-nav ul {
    position: absolute;
    top: 100%;
    left: auto;
    padding: 0;
    margin: 0;
    border-top: 2px solid #D70018;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    border-right: 1px dashed rgba(255, 255, 255, 0.1);
    border-left: 1px dashed rgba(255, 255, 255, 0.1);
    background-color: #023833;
    color: #fff;
    min-width: 200px;
    z-index: 2020;
    display: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.main-nav li:hover ul {
    display: block;
}

.main-nav > li > ul > li:last-child {
    border-bottom: none;
}

@media only screen and (max-width: 768px) {
    .main-nav ul {
        width: 87%;
        margin: 0 15px;
        border-top: none;
        right: 0;
    }
}

.header-ctn li.nav-toggle {
    display: none;
}

.main-nav > li > ul > li > ul {
    left: 100%;
    top: 0;
    display: none;
    position: absolute;
    padding: 0;
    margin: 0;
    background-color: #f7f7f7;
    border: #f7f7f7 solid 1px;
    -moz-box-shadow: 0 4px 16px rgba(33, 37, 41, 0.1);
    -webkit-box-shadow: 0 4px 16px rgba(33, 37, 41, 0.1);
    -o-box-shadow: 0 4px 16px rgba(33, 37, 41, 0.1);
    -ms-box-shadow: 0 4px 16px rgba(33, 37, 41, 0.1);
    box-shadow: 0 4px 16px rgba(33, 37, 41, 0.1);
    visibility: hidden;
}

.main-nav > li:last-child {
    margin-right: -20px;
    display: block;
}

.main-nav > li:last-child > ul > li > ul {
    right: 100%;
    left: auto;
}

.main-nav li ul li:hover {
    display: block;
}

.main-nav > li > ul > li:hover ul {
    visibility: visible;
}

.main-nav > li > ul > li > ul > li {
    padding: 5px;
    position: relative;
    margin: 0;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
    display: block;
    width: 100%;
    text-align: left;
}

.main-nav > li > ul > li > ul li a {
    padding: 10px 0px;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: none;
    font-weight: 500;
    line-height: 24px;
    padding: 0 20px;
}

.main-nav > li > ul > li > ul li a:hover {
    color: #D70018;
    white-space: nowrap;
    text-overflow: normal;
    overflow: auto;
}

.rb-pos {
padding: 0;
min-height: auto;
float: right;
padding-right: 10px;
position: relative;
z-index: 10;
display: flex;
display: -o-flex;
display: -ms-flex;
display: -moz-flex;
display: -webkit-flex;
line-height: 2rem;
font-size: 14px;
font-weight: 600;
}

.rb-pos span {
    padding: 0 20px 0 40px;
}

.rb-pos span::before {
content: "";
-webkit-mask: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAGTSURBVHgB7VTdccIwDLZMQ507HtIJygZlg7YbsAFsUJiAbgCdgIwAE5AR2KBsAE/EEcWqbMgfhOPnseW7y13098mSZQlxx58HFAUiChLEsQAIhDFTpdRII36wqX0h2aLueX0AWKU6WXRINpsOu7UFiSBTGgPiQhCJrtbYqzBQgLgZ6gTJVXAjuNpZymE5M0McJ5/WwNlHJcOVWHIsc4U7Lu0qKbVIqXqPDW12+M6Tx00rxzF2C/LSkeSf83/i3vv+o/MjAnfQh4qDRGRycpC12U7aRq4NSq2Uxq9yCCzECRwl8H3fOodFcjLb971eKK0DkPLFTVqOV+5/5wex32g05kU+WZX1FHlawQF5Bs/zmuJcBVXkrOuyGNl/2+f1Wk+hIgkJMz+bgPF2eHJOONjfS4iILUNiWBHHMTXrHx4Z+ES9yvm9EjZW79+THf3MUJpffiziRiQJjtP3ZFttdaU1YLOChAFro4sYC/uKibq8Klrcp77VpS6lO9CqPuIZb0INnsU14H1FUvKCowm3aSLu+F/4BWpPJq70qdbMAAAAAElFTkSuQmCC) no-repeat center;
mask: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAGTSURBVHgB7VTdccIwDLZMQ507HtIJygZlg7YbsAFsUJiAbgCdgIwAE5AR2KBsAE/EEcWqbMgfhOPnseW7y13098mSZQlxx58HFAUiChLEsQAIhDFTpdRII36wqX0h2aLueX0AWKU6WXRINpsOu7UFiSBTGgPiQhCJrtbYqzBQgLgZ6gTJVXAjuNpZymE5M0McJ5/WwNlHJcOVWHIsc4U7Lu0qKbVIqXqPDW12+M6Tx00rxzF2C/LSkeSf83/i3vv+o/MjAnfQh4qDRGRycpC12U7aRq4NSq2Uxq9yCCzECRwl8H3fOodFcjLb971eKK0DkPLFTVqOV+5/5wex32g05kU+WZX1FHlawQF5Bs/zmuJcBVXkrOuyGNl/2+f1Wk+hIgkJMz+bgPF2eHJOONjfS4iILUNiWBHHMTXrHx4Z+ES9yvm9EjZW79+THf3MUJpffiziRiQJjtP3ZFttdaU1YLOChAFro4sYC/uKibq8Klrcp77VpS6lO9CqPuIZb0INnsU14H1FUvKCowm3aSLu+F/4BWpPJq70qdbMAAAAAElFTkSuQmCC) no-repeat center;
mask-size: auto;
background: #f8f9fa;
width: 25px;
height: 25px;
-webkit-mask-size: contain;
position: absolute;
left: 15px;
top:  20%;
}

/*----------------------------*\
responsive nav
\*----------------------------*/

@media only screen and (max-width: 991px) {
    .main-nav ul {
        border-top: 1px dashed rgba(255, 255, 255, 0.1);
    }
    .header-ctn .menu-toggle {
        display: inline-block;
    }
    #responsive-nav {
        position: fixed;
        left: 0;
        top: 0;
        background: #000;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        max-width: 250px;
        width: auto;
        z-index: 2022;
        padding: 0px;
        margin: 0;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }
    #responsive-nav.active {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        width: 100%;
    }
    .main-nav {
        margin: 0px;
        float: none;
    }
    .main-nav > li {
        display: block;
        float: none;
    }
    .main-nav > li + li {
        margin-left: 0px;
    }
    .main-nav > li > a {
        padding: 10px;
        color: #fff;
    }
}

#responsive-nav .header-logo {
    padding: 10px 2px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

#responsive-nav .header-logo img {
    width: 95%;
}

@media only screen and (max-width: 767px) {
    #responsive-nav ul {
        border-top: 1px dashed rgba(255, 255, 255, 0.6);
    }

    #responsive-nav ul li a {
        padding: 5px;
        display: inline-block;
        width: 100%;
    }

    #responsive-nav ul li a:hover {
        background-color: rgba(0, 0, 0, 0.002);
    }

    #responsive-nav ul li {
        padding: 3px 20px;
        display: flex;
        flex-direction: row;
        width: 100%;
        align-items: center;
    }
}

@media only screen and (min-width: 900px) {
    #responsive-nav .header-logo img {
        width: 100%;
    }
}

.slider-section {
    height: auto;
    position: relative;
    padding: 0;
    overflow-x: hidden;
}

@media screen and (min-width: 200px) and (max-width: 568px) {
 .slider-section .row {
  padding: 15px 0;
}
.slider-section .tile {
    height: 600px;
}
}

.owl-carousel .owl-nav button {
    left: 0px;
    opacity: 0.076;
    position: absolute;
    text-align: center;
    top: 50%;
    z-index: 10;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
}

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

.owl-carousel .owl-nav .owl-next i {
    position: relative;
    right: -2px;
    top: -3px;
}

.owl-carousel .owl-nav .owl-prev i {
    position: relative;
    right: 1px;
    top: -2px;
}

.owl-carousel:hover .owl-nav button {
    opacity: 1;
    visibility: visible;
}

@media only screen and (max-width: 767px) {
    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next {
        width: 36px;
        height: 36px;
        line-height: 36px;
        margin-top: -18px;
    }
}

.about-slides {
    position: relative;
    padding: 0;
    margin: 0;
    z-index: 0;
    max-height: 500px;
    overflow: hidden;
}

.about-slides img {
    width: 100%;
    margin: 0;
    padding: 0;
    height: 100%;
    position: relative;
    z-index: -1;
    object-fit: cover;
}

.about-slides .owl-prev,
.about-slides .owl-next {
    border-radius: 100% !important;
    background: rgba(255, 94, 60, 0.1) !important;
    border: 2px solid rgba(255, 94, 60, 0.2) !important;
    width: 50px !important;
    height: 50px !important;
    line-height: 55px !important;
    color: rgb(255, 94, 60) !important;
    font-size: 25px !important;
    opacity: 0.076;
}

.about-slides .owl-prev:hover,
.about-slides .owl-next:hover {
    background: rgba(255, 94, 60, 0.3) !important;
    border-color: rgba(255, 94, 60, 0.4) !important;
    color: rgb(255, 94, 60) !important;
    opacity: 1;
}

#hot-deal.section {
    padding: 60px 0px;
    margin: 30px 0px;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hot-deal {
    text-align: center;
}

.hot-deal .hot-deal-countdown {
    margin-bottom: 30px;
}

.hot-deal .hot-deal-countdown > li {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    background: #D70018;
    text-align: center;
    border-radius: 50%;
    margin: 0px 5px;
}

.hot-deal .hot-deal-countdown > li > div {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.hot-deal .hot-deal-countdown > li > div h3 {
    color: #fff;
    margin-bottom: 0px;
}

.hot-deal .hot-deal-countdown > li > div span {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
}

.hot-deal p {
    text-transform: uppercase;
    font-size: 24px;
}

.hot-deal .cta-btn {
    margin-top: 15px;
}

/*=========================================================
06 -> PRODUCT
===========================================================*/

.product {
    position: relative;
    margin: 0px 0px 20px 0px;
    -webkit-box-shadow: 0px 0px 0px 0px #e4e7ed, 0px 0px 0px 1px #e4e7ed;
    box-shadow: 0px 0px 0px 0px #e4e7ed, 0px 0px 0px 1px #e4e7ed;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    background-color: rgba(255, 255, 255);
    padding: 0;
}

.product:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.product .product-img {
    position: relative;
    height: 200px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: stretch;
}

.product .product-img > img {
    width: 100%;
    object-fit: contain;
    position: relative;
}

.product .product-img .product-label {
    position: absolute;
    top: 15px;
    right: 15px;
}

.product .product-img .product-label > span {
    border: 2px solid;
    padding: 2px 10px;
    font-size: 12px;
}

.product .product-img .product-label > span.Sale {
    background-color: #fff;
    border-color: #D70018;
    color: #D70018;
}

.product .product-img .product-label > span.New {
    background-color: #ff3c00;
    border-color: #fff;
    color: #fff;
}

.product .product-body {
    position: relative;
    padding: 5px;
    background-color: #fff;
    text-align: center;
    z-index: 20;
}

.product .product-body .product-category {
    text-transform: uppercase;
    font-size: 12px;
    color: #8d99ae;
}

.product .product-body .product-name {
    font-size: 14px;
    width: 100%;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 10;
    margin: 10px 0;
    padding: 0;
    line-height: 2em;
    max-height: 600px;
    min-height: 60px;
    text-rendering: optimizeLegibility;
    font-weight: 400 !important;
    font-style: normal !important;
    text-transform: none !important;
    text-decoration: none !important;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
}

.product .product-body .product-name > a {
    font-weight: 500;
    color: #2191f3;
}

.product .product-body .product-name > a:hover,
.product .product-body .product-name > a:focus {
    color: #D70018;
}

.product .product-body .product-price {
    color: #D70018;
    font-size: 18px;
}

.product .product-body .product-price .product-old-price {
    font-size: 70%;
    font-weight: 400;
    color: #8d99ae;
}

.product .product-body .product-rating {
    position: relative;
    margin: 15px 0px;
    padding: 4px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.product-rating span {
    color: #023833;
}

.product-rating i {
    color: #D70018;
    margin: 0 2px;
    position: relative;
    width: 14px;
}

.product .product-body .product-btns {
    position: relative;
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.product .product-body .product-btns > a,
.product .product-body .product-btns > button {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 2px solid transparent;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.product .product-body .product-btns > a:hover,
.product .product-body .product-btns > button:hover {
    background-color: #e4e7ed;
    border-color: rgba(0, 0, 0, 0.1);
    color: #D70018;
    border-radius: 50%;
}

.product .product-body .product-btns > a .tooltipp,
.product .product-body .product-btns > button .tooltipp {
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -15px);
    -ms-transform: translate(-50%, -15px);
    transform: translate(-50%, -15px);
    width: auto;
    white-space: nowrap;
    text-overflow: hidden;
    padding: 10px;
    font-size: 12px;
    line-height: 10px;
    background: #1e1f29;
    color: #fff;
    text-transform: uppercase;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.product .product-body .product-btns > a:hover .tooltipp,
.product .product-body .product-btns > button:hover .tooltipp {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -5px);
    -ms-transform: translate(-50%, -5px);
    transform: translate(-50%, -5px);
}

.product .add-to-cart {
    position: absolute;
    left: 1px;
    right: 1px;
    bottom: 1px;
    padding: 15px;
    background: #1e1f29;
    text-align: center;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    z-index: 2;
}

.product:hover .add-to-cart {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.product .add-to-cart .add-to-cart-btn {
    position: relative;
    width: 100%;
    border: 2px solid transparent;
    height: 40px;
    padding: 0 30px;
    background-color: #D70018;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 40px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.product .add-to-cart .add-to-cart-btn > i {
    position: absolute;
    left: 20px;
    font-size: inherit;
    color: #D70018;
    opacity: 0;
    visibility: hidden;
}

.product .add-to-cart .add-to-cart-btn:hover {
    background-color: #fff;
    color: #D70018;
    border-color: #D70018;
}

.product .add-to-cart .add-to-cart-btn:hover > i {
    opacity: 1;
    visibility: visible;
}

.compare-btns {
    text-align: center;
    white-space: nowrap;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
}

.compare-btns a {
    margin: 4px 10px;
    text-transform: capitalize;
}

.product-description {
    position: relative;
    max-height: 200px;
    overflow: hidden;
    line-height: 2em;
    margin-bottom: 10px;
    text-align: justify;
    width: 100%;
    color: rgba(0, 0, 0, 0.3);
}

/*----------------------------*\
Widget product
\*----------------------------*/

.product-widget {
    position: relative;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
}

.product-widget:first-child {
    margin: 10px 0 0 0;
}

.product-widget:last-child {
    border: none;
}

.product-widget .product-img {
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-widget .product-img > img {
    width: 100%;
}

.product-widget .product-body {
    min-height: 60px;
}

.product-widget .product-body .product-category {
    text-transform: uppercase;
    font-size: 10px;
    color: #8d99ae;
}

.product-name {
    text-transform: uppercase;
    font-size: 12px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    max-height: 86.4px;
    text-rendering: optimizeLegibility;
    font-weight: 400 !important;
    font-style: normal !important;
    text-transform: none !important;
    text-decoration: none !important;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
}

.product-name > a {
    color: #2191f3;
}

.product-name > a:hover,
.product-name > a:focus {
    color: #D70018;
}

.product-widget .product-body .product-price {
    font-size: 14px;
    color: #D70018;
}

.product-widget .product-body .product-price .product-old-price {
    font-size: 70%;
    font-weight: 400;
    color: #8d99ae;
}

.product-widget .product-body .product-price .qty {
    font-weight: 400;
    margin-right: 10px;
}

.product-widget .delete {
    position: absolute;
    bottom: 20px;
    right: 15px;
    font-size: 11px;
    padding: 3px 15px;
    text-align: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*----------------------------*\
Products slick
\*----------------------------*/

.products-slick .slick-list {
    padding-bottom: 60px;
    margin-bottom: -60px;
    z-index: 2;
}

.products-slick .product.slick-slide {
    margin: 15px;
}

.products-tabs > .tab-pane {
    display: block;
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow-y: hidden;
    padding-bottom: 60px;
    margin-bottom: -60px;
}

.products-tabs > .tab-pane.active {
    opacity: 1;
    visibility: visible;
    height: auto;
}

.products-slick-nav {
    position: absolute;
    right: 15px;
    z-index: 10;
}

.products-slick-nav .slick-prev,
.products-slick-nav .slick-next {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 20px;
    height: 20px;
    display: inline-block !important;
    margin: 0px 2px;
}

.products-slick-nav .slick-prev:before,
.products-slick-nav .slick-next:before {
    font-size: 14px;
}

/*=========================================================
07 -> PRODUCTS PAGE
===========================================================*/

/*----------------------------*\
Aside
\*----------------------------*/

.aside + .aside {
    margin-top: 30px;
}

.aside > .aside-title {
    text-transform: uppercase;
    font-size: 18px;
    margin: 15px 0px 30px;
}

/*-- checkbox Filter --*/

.checkbox-filter > div + div {
    margin-top: 10px;
}

.checkbox-filter .input-radio label,
.checkbox-filter .input-checkbox label {
    font-size: 12px;
}

.checkbox-filter .input-radio label small,
.checkbox-filter .input-checkbox label small {
    color: #8d99ae;
}

/*-- Price Filter --*/

#price-slider {
    margin-bottom: 15px;
}

.noUi-target {
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e4e7ed;
    border-radius: 0px;
}

.noUi-connect {
    background-color: #D70018;
}

.noUi-horizontal {
    height: 6px;
}

.noUi-horizontal .noUi-handle {
    width: 12px;
    height: 12px;
    left: -6px;
    top: -4px;
    border: none;
    background: #D70018;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 50%;
}

.noUi-handle:before,
.noUi-handle:after {
    display: none;
}

.price-filter .input-number {
    display: inline-block;
    width: calc(50% - 7px);
}

/*----------------------------*\
Store
\*----------------------------*/

.store-filter {
    margin-bottom: 15px;
    margin-top: 15px;
}

/*-- Store Sort --*/

.store-sort {
    display: inline-block;
}

.store-sort label {
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    margin-right: 15px;
}

/*-- Store Grid --*/

.store-grid {
    float: right;
}

.store-grid li {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    border: 1px solid #e4e7ed;
    text-align: center;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.store-grid li + li {
    margin-left: 5px;
}

.store-grid li:hover {
    background-color: #e4e7ed;
    color: #D70018;
}

.store-grid li.active {
    background-color: #D70018;
    border-color: #D70018;
    color: #fff;
    cursor: default;
}

.store-grid li a {
    display: block;
}

/*-- Store Pagination --*/

.store-pagination {
    float: right;
}

.store-pagination li {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #e4e7ed;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.store-pagination li + li {
    margin-left: 5px;
}

.store-pagination li:hover {
    background-color: #e4e7ed;
    color: #D70018;
}

.store-pagination li.active {
    background-color: #D70018;
    border-color: #D70018;
    color: #fff;
    font-weight: 500;
    cursor: default;
}

.store-pagination li a {
    display: block;
}

.store-qty {
    margin-right: 30px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
}

/*=========================================================
08 -> PRODUCT DETAILS PAGE
===========================================================*/

/*----------------------------*\
Product view
\*----------------------------*/

#product-main-img .slick-prev {
    -webkit-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
    left: 15px;
}

#product-main-img .slick-next {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
    right: 15px;
}

#product-main-img .slick-prev,
#product-main-img .slick-next {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

#product-main-img:hover .slick-prev,
#product-main-img:hover .slick-next {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
    visibility: visible;
}

#product-main-img .zoomImg {
    background-color: #fff;
}

#product-imgs .product-preview {
    margin: 0px 5px;
    border: 1px solid #e4e7ed;
}

#product-imgs .product-preview.slick-current {
    border-color: #D70018;
}

#product-imgs .slick-prev {
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#product-imgs .slick-next {
    top: calc(100% - 20px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#product-imgs .slick-prev:before {
    content: "\f106";
}

#product-imgs .slick-next:before {
    content: "\f107";
}

.product-preview img {
    width: 100%;
}

/*----------------------------*\
Product details
\*----------------------------*/

.product-details .product-name {
    text-transform: uppercase;
    font-size: 18px;
}

.product-details .product-rating {
    display: inline-block;
    margin-right: 15px;
}

.product-details .product-rating > i {
    color: #e4e7ed;
}

.product-details .product-rating > i.fa-star {
    color: #D70018;
}

.product-details .review-link {
    font-size: 12px;
}

.product-details .product-price {
    display: inline-block;
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 15px;
    color: #D70018;
}

.product-details .product-price .product-old-price {
    font-size: 70%;
    font-weight: 400;
    color: #8d99ae;
}

.product-details .product-available {
    font-size: 12px;
    font-weight: 500;
    margin-left: 30px;
}

.product-details .add-to-cart,
.product-details .product-options {
    margin-top: 10px;
    margin-bottom: 30px;
}

.product-details .add-to-cart label,
.product-details .product-options label {
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    margin-right: 15px;
    margin-bottom: 0px;
}

.product-details .product-options .input-select {
    width: 100%;
}

.product-details .add-to-cart .add-to-cart-btn {
    position: relative;
    border: 2px solid transparent;
    height: 40px;
    padding: 0 30px;
    background-color: #D70018;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 40px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    white-space: nowrap;
}

.product-details .add-to-cart .add-to-cart-btn > i {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 38px;
    color: #D70018;
    opacity: 0;
    visibility: hidden;
}

.product-details .add-to-cart .add-to-cart-btn:hover {
    background-color: #fff;
    color: #D70018;
    border-color: #D70018;
    padding: 0px 30px 0px 50px;
}

.product-details .add-to-cart .add-to-cart-btn:hover > i {
    opacity: 1;
    visibility: visible;
}

.product-details .add-to-cart .qty-label {
    display: inline-block;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    margin-right: 15px;
    margin-bottom: 0px;
}

.product-details .add-to-cart .qty-label .input-number {
    width: 90px;
    display: inline-block;
}

.product-details .product-btns li {
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
}

.product-details .product-btns li + li {
    margin-left: 15px;
}

.product-details .product-links {
    margin: 15px 0 0 0;
    border-top: 1px solid #888;
    padding: 10px 0 0 0;
}

.product-details .product-links li {
    font-size: 20px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
}
.product-details .product-links li.share {
    display: inline-block;
    width: auto;
    height: auto;
    text-transform: uppercase;
    font-size: 12px;
}

.product-details .product-links li + li {
    margin-left: 10px;
}

.product-details .product-links li a {
    font-size: 20px;
    color: #fff;
    text-align: center;
    width: 100%;
    display: inline-block;
}

/*----------------------------*\
 Product tab
\*----------------------------*/

#product-tab {
    position: relative;
    background: transparent;
    margin-top: 60px;
}

#product-tab .tab-nav {
    width: 100%;
    position: relative;
    text-align: center;
    padding: 15px 0px;
    margin-bottom: 30px;
}

#product-tab .tab-nav:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background-color: #e4e7ed;
    z-index: -1;
}

#product-tab .tab-nav li {
    display: inline-block;
    background: transparent;
    padding: 0px 15px;
}

#product-tab .tab-nav li + li {
    margin-left: 15px;
}

#product-tab .tab-nav li a {
    display: block;
    font-weight: 700;
    color: #8d99ae;
}

#product-tab .tab-nav li.active a {
    color: #D70018;
}

#product-tab .tab-nav li a:after {
    content: "";
    display: block;
    width: 0%;
    height: 2px;
    background-color: #D70018;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

#product-tab .tab-nav li a:hover:after,
#product-tab .tab-nav li a:focus:after,
#product-tab .tab-nav li.active a:after {
    width: 100%;
}

/*-- Rating --*/

.rating-avg {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.rating-avg .rating-stars {
    margin-left: 10px;
}

.rating-avg .rating-stars,
.rating .rating-stars {
    display: inline-block;
}

.rating-avg .rating-stars > i,
.rating .rating-stars > i {
    color: #e4e7ed;
}

.rating-avg .rating-stars > i.fa-star,
.rating .rating-stars > i.fa-star {
    color: #D70018;
}

.rating li {
    margin: 5px 0px;
}

.rating .rating-progress {
    position: relative;
    display: inline-block;
    height: 9px;
    background-color: #e4e7ed;
    width: 120px;
    margin: 0px 10px;
    border-radius: 5px;
}

.rating .rating-progress > div {
    background-color: #D70018;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 5px;
}

.rating .sum {
    display: inline-block;
    font-size: 12px;
    color: #8d99ae;
}

/*-- Reviews --*/

.reviews li {
    position: relative;
    padding-left: 145px;
    margin-bottom: 30px;
}

.reviews .review-heading {
    position: absolute;
    width: 130px;
    left: 0;
    top: 0;
    height: 70px;
}

.reviews .review-body {
    min-height: 70px;
}

.reviews .review-heading .name {
    margin-bottom: 5px;
    margin-top: 0px;
}

.reviews .review-heading .date {
    color: #8d99ae;
    font-size: 10px;
    margin: 0;
}

.reviews .review-heading .review-rating {
    margin-top: 5px;
}

.reviews .review-heading .review-rating > i {
    color: #e4e7ed;
}

.reviews .review-heading .review-rating > i.fa-star {
    color: #D70018;
}

.reviews-pagination {
    text-align: center;
}

.reviews-pagination li {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #e4e7ed;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.reviews-pagination li:hover {
    background-color: #e4e7ed;
    color: #D70018;
}

.reviews-pagination li.active {
    background-color: #D70018;
    border-color: #D70018;
    color: #fff;
    cursor: default;
}

.reviews-pagination li a {
    display: block;
}

/*-- Review Form --*/

.review-form .input {
    margin-bottom: 15px;
}

.review-form .input-rating {
    margin-bottom: 15px;
}

.review-form .input-rating .stars {
    display: inline-block;
    vertical-align: top;
}

.review-form .input-rating .stars input[type="radio"] {
    display: none;
}

.review-form .input-rating .stars > label {
    float: right;
    cursor: pointer;
    padding: 0px 3px;
    margin: 0px;
}

.review-form .input-rating .stars > label:before {
    content: "\f006";
    font-family: FontAwesome;
    color: #e4e7ed;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.review-form .input-rating .stars > label:hover:before,
.review-form .input-rating .stars > label:hover ~ label:before {
    color: #D70018;
}

.review-form .input-rating .stars > input:checked label:before,
.review-form .input-rating .stars > input:checked ~ label:before {
    content: "\f005";
    color: #D70018;
}

/*=========================================================
09 -> CHECKOUT PAGE
===========================================================*/
.shiping-details,
.order-details,
.billing-details {
    margin-bottom: 10px;
}

.order-details {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0;
}

.section-title .title {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}

.section-title .title > a {
    text-transform: capitalize;
    color: #2191f3;
    position: absolute;
    right: 10px;
    font-size: 13px;
}

.order-details .section-title {
    display: inline-block;
    width: 100%;
    margin: 10px 0;
}

.order-details .order-col.shipping {
    background-color: rgba(0, 123, 98, 0.5);
    border-bottom: 2px ridge rgba(0, 123, 98, 0.6);
    padding: 0 4px;
    color: #fff;
}

.order-details .order-col.total {
    border-bottom: 2px ridge rgba(0, 123, 98, 0.8);
    background-color: rgb(20, 123, 98);
    font-weight: normal;
    padding: 0 4px;
    color: #fff;
}

.order-summary {
    margin: 0;
    background-color: #fff;
    padding: 0;
    display: inline-block;
    width: 100%;
    border: 1px solid rgba(0, 123, 98, 0.8);
    position: relative;
}

.order-summary .order-col {
    display: flex;
    flex-direction: row;
    align-self: center;
    align-items: center;
    width: 100%;
    padding: 0 4px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    position: relative;
}

.order-summary .order-col:after {
    content: "";
    display: block;
    clear: both;
}

.order-products .order-col:nth-of-type(even) {
    background-color: rgba(255, 255, 200, 0.9);
}

.order-summary .order-col div {
    display: table-cell;
    padding: 10px 0px;
}

.order-summary .order-col div:first-child {
    width: 80% !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.order-summary .order-col div:last-child {
    width: 20%;
    text-align: right;
}

.order-summary .order-col .order-total {
    font-size: 20px;
}

.order-details .payment-method {
    margin: 30px 0px;
}

.order-details .order-submit {
    display: block;
    margin-top: 30px;
}

.weighter {
    font-weight: 900 !important;
}

/*=========================================================
12 -> SLICK STYLE
===========================================================*/

/*----------------------------*\
Arrows
\*----------------------------*/

.slick-prev,
.slick-next {
    width: 40px;
    height: 40px;
    border: 1px solid #e4e7ed;
    background-color: #fff;
    border-radius: 50%;
    z-index: 22;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background-color: #D70018;
    border-color: #D70018;
}

.slick-prev:before,
.slick-next:before {
    font-family: FontAwesome;
    color: #2b2d42;
}

.slick-prev:before {
    content: "\f104";
}

.slick-next:before {
    content: "\f105";
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    color: #fff;
}

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

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

/*----------------------------*\
Dots
\*----------------------------*/

.slick-dots li,
.slick-dots li button,
.slick-dots li button:before {
    width: 10px;
    height: 10px;
}

.slick-dots li button:before {
    content: "";
    opacity: 1;
    background: #e4e7ed;
    border-radius: 50%;
}

.slick-dots li.slick-active button:before {
    background-color: #D70018;
}

.custom-dots .slick-dots {
    position: static;
    margin: 15px 0px;
}

/*=========================================================
13 -> RESPONSIVE
===========================================================*/

@media only screen and (max-width: 991px) {
    #top-header .header-links.pull-left {
        float: none !important;
    }
    #top-header .header-links.pull-right {
        float: none !important;
        margin-top: 5px;
    }
    .header-logo {
        float: none;
        text-align: center;
    }
    .header-logo .logo {
        display: inline-block;
        padding: 9px 2px;
        font-size: 30px !important;
    }

    #product-imgs {
        margin-bottom: 60px;
        margin-top: 15px;
    }

    #rating {
        text-align: center;
    }

    #reviews {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .section-title .section-nav {
        float: none;
        margin-top: 10px;
    }
    .section-tab-nav li {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 480px) {
    [class*="col-xs"] {
        width: 100%;
    }
    .store-grid {
        float: none;
        margin-top: 10px;
    }
    .store-pagination {
        float: none;
        margin-top: 10px;
    }
}

.ltpdts {
    position: relative;
    overflow: hidden;
    margin: 1em 0;
    width: 100%;
    height: 425px;
    background: none;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
}

.myi {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0;
    width: 100%;
    background-color: #D70018;
    background: linear-gradient(0deg, #D70018 0, #D70018 100%);
    background: linear-gradient(180deg, rgba(0, 78, 94, 0) 0, #D70018 60%, #D70018 100%);
}

.myi1 {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0;
    width: 100%;
    background-color: #f90000;
    background: linear-gradient(0deg, #f90000 0, #ff0000 100%);
    background: linear-gradient(180deg, rgba(0, 78, 94, 0) 0, #f90000 60%, #f90000 100%);
}

.myi3 {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0;
    width: 100%;
    background-color: #ff3c00;
    background: linear-gradient(0deg, #ff3c00 0, #ff3c00 100%);
    background: linear-gradient(180deg, rgba(0, 78, 94, 0) 0, #ff3c00 60%, #ff3c00 100%);
}

.price {
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    margin: 0px;
    padding: 15px 0px;
    white-space: nowrap;
}

.price span {
    font-size: 20px;
    font-weight: 400;
}

.myine {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    padding: 15px 0px;
}

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

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffb427;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: 0.5s ease;
}

.overlay1 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f90000;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: 0.5s ease;
}

.overlay3 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ff3c00;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: 0.5s ease;
}

.ltpdts:hover .overlay {
    height: 100%;
}

.ltpdts:hover .overlay1 {
    height: 100%;
}

.ltpdts:hover .overlay3 {
    height: 100%;
}

.ltext {
    color: white;
    font-size: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}

.pricing-info {
    color: #fff;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.pricing-info p {
    color: #fff;
}

.pricing-info ul li {
    border-top: 0.2px solid rgba(65, 81, 104, 0.2);
    list-style: none;
    color: #fff;
}

.pricing-info ul li:first-child {
    display: block;
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    margin: 0px;
    padding: 5px 0;
    white-space: nowrap;
    border-top: none;
}

.pricing-info ul li:first-child p span,
.pricing-info ul li:first-child p sub,
.pricing-info ul li:first-child p sup {
    font-size: 16px;
}

.pricing-info ul li:first-child small {
    font-size: 36px;
}

.pkg-btn {
    background: none;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-weight: 500;
    margin-top: 13px;
    padding: 7px 15px;
    font-size: inherit;
    white-space: nowrap;
    margin-left: 7px;
}

.bootim-footer .bootim-footer-services {
    position: absolute;
    left: 50%;
    top: -60px;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}

.bootim-footer .bootim-footer-services .bootim-footer-contacts {
    border-radius: 10px;
    height: 140px;
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.bootim-footer-services .bootim-footer-service {
    width: 100%;
    padding: 34px 15px 16px;
    display: inline-flex;
}

.primary-bg {
    background: linear-gradient(0deg, #023833 0, #023833 100%);
    background: linear-gradient(180deg, rgba(0, 78, 94, 0) 0, #023833 50%, #023833 100%);
}

.bootim-footer .client-border {
    border-right: 2px solid #fff;
}

.bootim-footer-services .bootim-footer-service .service-icon {
    float: left;
}

.bootim-footer-services .bootim-footer-service .text-part {
    float: left;
    text-align: left;
}

.bootim-footer-services .bootim-footer-service .service-icon i {
    width: 60px;
    height: 60px;
    font-size: 40px;
    color: #fff;
    text-align: center;
}

.bootim-footer-services .bootim-footer-service .text-part h3 {
    color: #ffffff;
    margin: 0 0 7px;
    white-space: nowrap;
}

.bootim-footer-services .bootim-footer-service .text-part a {
    color: #ffffff;
}

.bootim-footer-services .bootim-footer-service .text-part h5 {
    margin: 0;
    color: #ffffff;
    white-space: nowrap;
}

.bootim-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.bootim-box .box-logo {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 10px 0 0 0;
    margin: 0;
}

.bootim-box .box-logo img {
    width: 200px;
}

.bootim-box .box-body {
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding: 0;
    margin: 20px 0;
    width: 100%;
    display: inline-block;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.075);
}

.bootim-box .box-body .heading {
    font-size: 26px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.bootim-box .box-body .box-form {
    padding: 20px 20px 0 20px;
}

.bootim-box .box-body .box-form button {
    border: 2px solid rgba(0, 0, 0, 0.25);
    color: #282828;
    font-weight: 600;
}

.bootim-box .Aggmt {
    display: inline-block;
    width: 100%;
}

.bootim-box .Aggmt p {
    color: inherit;
    font-size: 13px;
}

.bootim-box a {
    color: #2191f3;
}

.bootim-box a:hover {
    text-decoration: underline;
    color: #D70018;
}

.bootim-box .DixHelpbLOck {
    display: flex;
    flex-direction: column;
    padding: 0 10px 10px 20px;
    width: 100%;
    position: relative;
}

.bootim-box .DixHelpbLOck .EXanchor {
    color: rgba(0, 122, 93, 0.9);
    cursor: pointer;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    line-height: 2rem;
}

.bootim-box .DixHelpbLOck .EXanchor i {
    width: 10px;
}

.bootim-box .DixHelpbLOck .inner-block-anchorDix {
    display: none;
    padding: 10px;
    line-height: 2rem;
}

.bootim-box .DixHelpbLOck .inner-block-anchorDix a {
    display: flex;
    flex-direction: column;
    color: #2191f3;
}

.bootim-box .DixHelpbLOck .inner-block-anchorDix a:hover {
    text-decoration: underline;
    color: #D70018;
}

.bootim-box .DixHelpbLOck {
    display: inline-block;
    line-height: 2em;
}

.bootim-box .DixNew {
    display: flex;
    flex-direction: column;
    padding: 20px 0;
    margin: 10px 0;
    position: relative;
}

.bootim-box .DixNew .DixNewSTore {
    width: 50%;
    white-space: nowrap;
    background-color: #fff;
    align-self: center;
    margin-top: -9%;
    position: absolute;
    text-align: center;
    padding: 0 10px;
    color: rgba(0, 123, 98, 0.9);
    font-weight: 600;
}

.bootim-box .DixNew .btn {
    background-color: rgba(0, 0, 0, 0.0756);
    border: 2px solid rgba(0, 0, 0, 0.15);
    font-weight: 600;
    color: rgba(0, 0, 0, 0.75);
}

.bootim-box .DixNew .btn:hover {
    background-color: rgba(0, 0, 0, 0.15);
    text-decoration: none;
}

.bootim-box .accin {
    padding: 10px;
    font-size: 13px;
    background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.03) 3px, transparent);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.03) 3px, transparent);
}

.bootim-box .accin a {
    padding: 0 10px;
    color: #2191f3;
}

.bootim-box .accin a:hover {
    color: #D70018;
    text-decoration: underline;
}

.btn {
    cursor: pointer;
}

footer.exSmall {
    position: relative;
    background-color: rgba(0, 0, 0, 0.01);
    width: 100%;
    padding: 10px;
    margin: 5px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    text-align: center;
    line-height: 2em;
    background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.03) 3px, transparent);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.03) 3px, transparent);
}

footer.exSmall .fastBBZ {
    font-size: normal;
    padding: 10px;
    width: 100%;
}

footer.exSmall a {
    margin: 0;
    color: #2191f3;
}

footer.exSmall a:hover {
    color: #D70018;
    text-decoration: underline;
}

small {
    color: rgba(0, 0, 0, 0.7);
    opacity: 0.76;
    margin: 0;
}

small .fa-info {
    margin: 0 5px 0 0;
    color: #2191f3;
    font-style: italic;
    font-size: 16px;
}

label {
    width: 100%;
    display: inline-block;
}

.step-preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 9999;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: center;
    opacity: 0.9;
}

.iform,
#signin-form {
    position: relative;
    display: flex;
    flex-direction: column;
}

.iform .success,
.iform .error,
#signin-form .error {
    position: absolute;
    top: -15px;
    right: 10px;
    width: auto;
    padding: 7px 30px;
    background-color: rgba(220, 0, 0, 0.756);
    color: #fefefe;
    border: 2px solid rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-self: center;
    text-align: center;
    z-index: 99999;
    border-radius: 5px;
    animation-duration: 1000ms;
    animation-delay: 0ms;
    cursor: pointer;
    font-size: 14px;
    transition: all ease-in-out 500ms;
    -webkit-transition: all ease-in-out 500ms;
    -ms-transition: all ease-in-out 500ms;
}

.iform .success:hover,
.iform .error:hover,
#signin-form .error:hover {
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.1), 0 0 20px rgba(0, 0, 0, 0.1);
}

.iform .success {
    background-color: rgba(24, 123, 19, 0.9);
}

.hashtag {
    color: #2191f3;
}

.border-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.save-public-profile {
    position: fixed;
    bottom: 20px;
    background-color: rgba(0, 0, 0, 0.78);
    width: auto;
    height: auto;
    left: auto;
    right: 10%;
    z-index: 2016;
    padding: 10px 30px;
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
    font-size: 16px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    opacity: 0.9;
}

.save-public-profile:hover {
    opacity: 1;
}

.cart-show {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    border-radius: 3px;
}

.cart-show .cart-img {
    padding: 20px 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.cart-show .cart-ntc {
    padding: 10px;
}

.cart-show .cart-ntc h4 a {
    color: #2191f3;
    font-size: 16px;
    line-height: 1.5em;
    text-align: justify;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 4;
    max-height: 100px;
    text-rendering: optimizeLegibility;
    font-weight: 500 !important;
    font-style: normal !important;
    text-transform: none !important;
    text-decoration: none !important;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
}

.cart-show .cart-ntc h4 a:hover {
    color: #D70018;
    text-decoration: underline;
}

.cart-show .cart-price {
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    text-rendering: auto;
    text-overflow: normal;
}

.upper {
    text-transform: uppercase !important;
}
.no-wrap {
    white-space: nowrap !important;
}

.unbold {
    font-weight: 400 !important;
}

.price-cart-header {
    display: inline-block;
}

.price-cart-header small {
    position: absolute;
    right: 10px;
    bottom: 3px;
    font-size: 16px;
}

.cart-box {
    background-color: rgba(0, 0, 30, 0.1);
    padding: 10px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 30, 0.1);
}

._shopping .card.rose,
._shopping .card.rose-cool {
    background-color: #fff;
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
}

._shopping .rose-slides .card-body img {
    position: relative;
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
}

._shopping .card-body .rose-slides {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

._shopping .card-body .rose-slides .owl-stage-outer .owl-stage {
    display: flex;
    align-items: center;
    justify-content: center;
}

._shopping .card-body .rose-slides .content {
    position: relative;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    flex-direction: column;
    text-align: center;
    border: 1px solid transparent;
    margin: 10px 5px;
}

._shopping .card-body .rose-slides img {
    object-fit: contain;
}

._shopping .card-body .rose-slides .content:hover {
    opacity: 1;
    border: 1px solid #D70018;
}

.rose-cool .card-header {
    position: relative;
    z-index: 20;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    padding: 0 0 10px 0;
    margin: 0;
    justify-content: space-between;
}

.rose .card-header {
    font-size: 20px;
    font-weight: 900;
    background-color: rgba(255, 255, 255);
    color: #000;
    border-bottom: none;
    white-space: nowrap;
    text-overflow: clip;
}

.rose-col {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border: 2px solid #023833;
    background-color: #faf9ff;
    padding: 10px;
    margin: 0 0 10px 0;
    transition: all 0.3s ease 0s;
}

.rose-col .rose-icon {
    font-size: 40px;
    color: #023833;
    font-weight: 500;
    padding: 5px 5px 10px 5px;
}

.rose-col .rose-header {
    color: #0b1c39;
    font-size: 22px;
    font-weight: 600;
    padding: 0 0 10px 0;
}

.rose-col .rose-content p {
    text-align: center;
}

.rose .card-header h4 {
    color: #2191f3;
    cursor: pointer;
}

.rose .card-footer .price {
    color: #2191f3;
}

._shopping .card-header {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    flex-wrap: wrap;
}

._shopping .card-header a {
    right: 20px;
    font-size: 14px;
    color: #05b0a0;
}

._shopping .card-header.image {
    margin: 0 !important;
    padding: 10px;
    background-color: #fff;
    border-bottom: 1px solid#f6f8fb;
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 200px;
}

._shopping .card-header.image img {
    align-self: center;
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}

.rose .card-body {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 400px;
    width: 95%;
    margin: 2.5%;
    object-fit: cover;
    padding: 0;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

._shopping .card.rose:hover .card-body img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.rose .card-body img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rose .card-footer {
    font-weight: 600;
    background-color: rgba(255, 255, 255, 0.9);
    border-top: none;
    white-space: nowrap;
    text-overflow: clip;
}

._shopping .rose-cool .tile-header a,
._shopping .card-header a,
._shopping .rose .card-footer a {
    font-weight: 600;
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    display: flex;
    align-items: center;
    justify-content: start;
    color: #05b0a0;
}

._shopping .rose-cool .tile-header a:hover,
._shopping .card-header a:hover,
._shopping .rose .card-footer a:hover {
    color: #ff5e14;
}

._shopping .card-header a svg,
._shopping .rose .card-footer a svg,
._shopping .card-header a i,
._shopping .rose .card-footer a i {
    padding: 0 0 0 2px;
}

._shopping .card-header a:hover svg,
._shopping .rose .card-footer a:hover svg,
._shopping .card-header a:hover i,
._shopping .rose .card-footer a:hover i {
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    padding: 0 0 0 5px;
}

._shopping .rose-cool .card-header {
    font-size: 23px;
    font-weight: 600;
    background-color: rgba(255, 255, 255, 0.9);
    color: #0b1c39;
    border-bottom: none;
    padding: 20px 0 0 10px;
    margin: 0;
}

._shopping .rose-cool .card-body {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: transparent;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: auto;
    max-height: 300px;
    object-fit: cover;
}

._shopping .rose-cool .rose-slider {
    position: relative;
    margin: 0;
    padding: 0;
}

._shopping .rose-cool .card-body img {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.rose-slides .owl-prev,
.rose-slides .owl-next {
    color: #fff !important;
    z-index: 10;
    font-weight: 300 !important;
    font-size: 40px !important;
    background-color: transparent !important;
    height: 100px !important;
    line-height: 100px !important;
    width: 45px !important;
    user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    display: none;
    border-radius: none !important;
}

.rose-slides .owl-prev:hover,
.rose-slides .owl-next:hover {
    background-color: rgba(0, 0, 0, 0.7) !important;
}

.rose-slides:hover .owl-next,
.rose-slides:hover .owl-prev {
    display: block;
}

.rose-slides .owl-prev {
    right: auto;
    left: 0;
}

.rose-slides .owl-next {
    left: auto;
    right: 0;
}

.pick-slides .owl-prev,
.pick-slides .owl-next,
.shop-min-slides .owl-prev,
.shop-min-slides .owl-next,
.shop-slides .owl-prev,
.shop-slides .owl-next {
width: 40px !important;
height: 40px !important;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
align-self: center;
align-content: center;
font-size: 20px;
padding: 0;
background: #fff;
color: #333333;
visibility: hidden;
border-radius: 50px;
opacity: 0;
filter: alpha(opacity=0);
-moz-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.1);
-o-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.1);
}

.pick-slides:hover .owl-next,
.pick-slides:hover .owl-prev,
.shop-min-slides:hover .owl-next,
.shop-min-slides:hover .owl.prev,
.shop-slides:hover .owl-next,
.shop-slides:hover .owl-prev {
    display: block;
}

.shop-min-slides .owl-next:hover,
.shop-min-slides .owl-prev:hover,
.shop-slides .owl-prev:hover,
.shop-slides .owl-next:hover {
    opacity: 1;
}

@media only screen and (max-width: 767px) {
    .shop-min-slides .owl-prev,
    .shop-min-slides .owl-next,
    .shop-slides .owl-prev,
    .shop-slides .owl-next {
        width: 36px;
        height: 36px;
        line-height: 36px;
        margin-top: -18px;
    }
}

.pick-slides .owl-prev,
.shop-min-slides .owl-prev,
.shop-slides .owl-prev {
    border-left: none;
    right: auto;
    left: -10px;
}

.pick-slides .owl-next,
.shop-min-slides .owl-next,
.shop-slides .owl-next {
    border-right: none;
    left: auto;
    right: -10px;
}

.pick-slides .owl-prev,
.pick-slides .owl-next {
    color: #333333;
    background-color: #fff;
}

.carousel-slide {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 0px solid rgba(0, 0, 0, 0.1);
    padding: 20px;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1), 0 0 2px rgba(0, 0, 0, 0.1);
    height: 320px;
    border-radius: 3px;
}

.carousel-slide a {
    color: #2191f3;
}

.carousel-slide a:hover {
    color: #D70018;
    text-decoration: underline;
}

.rose .product-btns > button {
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: transparent;
    border: 2px solid transparent;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    float: left;
}

.rose .product-btns > button:hover {
    background-color: rgba(0, 0, 43, 0.0756);
    color: #D70018;
    border-radius: 50%;
    border-color: rgba(0, 0, 0, 0.1);
}

.rose .product-btns > button .tooltipp {
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -15px);
    -ms-transform: translate(-50%, -15px);
    transform: translate(-50%, -15px);
    width: 150px;
    padding: 10px;
    font-size: 12px;
    line-height: 10px;
    background: #1e1f29;
    color: #fff;
    text-transform: uppercase;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.rose .product-btns > button:hover .tooltipp {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -5px);
    -ms-transform: translate(-50%, -5px);
    transform: translate(-50%, -5px);
}

.rose .product-name {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    text-align: center;
    text-transform: capitalize;
}

.cart-snap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    align-self: center;
    position: fixed;
    top: 0;
    height: 100%;
    background-color: #fff;
    padding: 0;
    margin: 0;
    right: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    z-index: 2020;
}

.cart-snap .close-this {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 20px;
    cursor: pointer;
    z-index: 99;
}

.cart-snap .cart-body {
    position: absolute;
    height: 80%;
    left: 0;
    top: 10%;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    -webkit-scrollbar-width: thin;
    scrollbar-width: thin;
    -ms-scrollbar-width: thin;
}

.cart-snap .cart-header {
    height: 10%;
    top: 0;
    left: 0;
    position: absolute;
    margin: 0;
    width: 100%;
    display: inline-block;
    padding: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background-color: rgb(219, 219, 219);
    text-align: center;
}

.cart-snap .cart-body:hover {
    overflow-y: auto;
    overflow-x: hidden;
}

.cart-snap .cart-footer {
    position: absolute;
    height: 10%;
    left: 0;
    bottom: 0;
    width: 100%;
    display: inline-block;
    padding: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background-color: rgb(219, 219, 219);
}

.cart-snap .empty-cart {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
    z-index: 99;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.cart-snap .empty-cart img {
    width: 70%;
}

.no-border {
    border: none !important;
}

.transparent {
    background: transparent !important;
}

.abs-right {
    position: absolute;
    right: 0;
}

.abs-right-10 {
    position: absolute;
    right: 10px;
}

.abs-right-20 {
    position: absolute;
    right: 20px;
}

.abs-right-30 {
    position: absolute;
    right: 30px;
}

.abs-right-40 {
    position: absolute;
    right: 40px;
}

.abs-left {
    position: absolute;
    left: 0;
}

.abs-left-10 {
    position: absolute;
    left: 10px;
}

.abs-left-20 {
    position: absolute;
    left: 20px;
}

.abs-left-30 {
    position: absolute;
    left: 30px;
}

.abs-left-40 {
    position: absolute;
    left: 40px;
}

.rose-tile .card-header {
    background-color: #fff;
    border: none;
    font-size: 15px;
    font-weight: 600;
}

.btn-custom {
    border-color: rgba(0, 0, 0, 0.3);
}

.btn-custom:hover {
    border-color: rgba(0, 0, 0, 0.5);
}

.containerr {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    line-height: 0.8em;
    padding: 4px 30px;
}

.containerr input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 17px;
    background-color: #fff;
    border: rgba(0, 0, 0, 0.2) solid 1px;
    border-radius: 1px;
}

.containerr:hover input ~ .checkmark {
    background-color: #fff;
    border: rgba(0, 0, 0, 0.3) solid 1px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.containerr input:checked ~ .checkmark {
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    border: rgba(0, 0, 0, 0.2) solid 1px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

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

.containerr .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: border 0.5s ease;
    -moz-transition: border 0.5s ease;
    -webkit-transition: border 0.5s ease;
    -ms-transition: border 0.5s ease;
    -o-transition: border 0.5s ease;
}

.category-block {
    position: relative;
    width: 100%;
    padding: 10px 5px;
}

.category-block h6 {
    padding: 10px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: rgba(0, 117, 106);
}

.category-block h6 i {
    position: absolute;
    right: 10px;
    font-size: 20px;
    color: inherit;
}

.category-block label {
    margin: 4px 0;
}

.intro-section {
    margin-top: -1px;
}

.intro-banners .banner {
    margin-bottom: 2rem;
}

.text-darkwhite {
    color: #ebebeb;
}

.banner-link-anim {
    background-color: transparent;
}

.banner-subtitle {
    margin-bottom: 0.5rem;
}

.intro-slider-container,
.intro-slide {
    background-color: #cccccc;
}

.intro-slider-container,
.intro-slide .slide-image {
    position: relative;
}
.intro-slider-container:before,
.intro-slide .slide-image:before {
    display: block;
    content: "";
    width: 100%;
}

.slider-container-1:before,
.intro-slider-1 .slide-image:before {
    padding-top: 56.5384615385%;
}
@media screen and (max-width: 479px) {
    .slider-container-1:before,
    .intro-slider-1 .slide-image:before {
        padding-top: 83.3333333333%;
    }
}

.slider-container-ratio .intro-slider,
.slide-image > picture,
.slide-image > img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
}

.slide-image img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
}

.slider-loader {
    color: #333;
}
.slider-loader::after {
    content: "\f311";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5rem;
    height: 5rem;
    margin-top: -2.5rem;
    margin-left: -2.5rem;
    font-family: "icomoon";
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 4rem;
    transform-origin: center center;
    animation: rotating 3s linear infinite;
    z-index: 20;
}

.owl-loaded + .slider-loader {
    display: none;
}

button:focus {
    outline: none;
}

@keyframes rotating {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.intro-content {
    position: absolute;
    left: 20px;
    top: 50%;
    z-index: 10;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.intro-content .btn {
    font-size: 1.2rem;
    min-width: 90px;
    padding: 0.65rem 1rem;
}

.intro-subtitle {
    color: #fff;
    font-weight: 300;
    font-size: 1.4rem;
    letter-spacing: -0.01em;
    margin-bottom: 0.5rem;
}

.intro-title {
    color: #fff;
    font-weight: 700;
    font-size: 3rem;
    line-height: 1.2;
    letter-spacing: -0.03em;
    margin-bottom: 1.2rem;
    text-indent: -0.2rem;
}

.brand {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
}

.brand img {
    width: auto !important;
    max-width: 100% !important;
}

.brand:focus {
    outline: none !important;
}

.title-lg {
    letter-spacing: -0.025em;
}

.mt-v3 {
    margin-top: -3rem;
}

.categories.container {
    position: relative;
}

.categories.container::before {
    content: "";
    position: absolute;
    left: 1rem;
    right: 1rem;
    height: 0.1rem;
    top: 0;
    background-color: #ebebeb;
}

.more-container {
    margin-bottom: 7rem;
}

.icon-box-card {
    background-color: transparent;
    padding: 2rem;
}

.icon-box-icon {
    color: #333;
    font-size: 3.4rem;
}

.carousel-with-shadow .owl-stage-outer {
    padding: 0 1rem 2rem;
    margin-left: -1rem;
    margin-right: -1rem;
    margin-top: -3rem;
    padding-top: 3rem;
}

.carousel-with-shadow.owl-simple .owl-nav [class*="owl-"] {
    margin-top: -31px;
}

.blog-posts .entry {
    color: #777;
    font-size: 1.5rem;
    line-height: 1.73;
    letter-spacing: -0.01em;
    margin-bottom: 3rem;
}

.blog-posts .entry-media {
    margin-bottom: 1.7rem;
}

.blog-posts .entry-meta {
    color: #cccccc;
    margin-bottom: 0.8rem;
}

.blog-posts .entry-title {
    font-weight: 500;
    font-size: 1.8rem;
    letter-spacing: -0.01em;
    margin-bottom: 0.5rem;
}

.blog-posts .read-more {
    padding-right: 0;
    font-weight: 400;
    text-transform: uppercase;
}

.blog-posts .read-more:after {
    display: none;
}
.blog-posts .read-more:hover,
.blog-posts .read-more:focus {
    padding-right: 0;
}

.entry.entry-display {
    transition: box-shadow 0.35s ease;
}
.entry.entry-display .entry-body {
    padding: 0 2rem 2.5rem;
}
.entry.entry-display:hover {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.03), -5px 5px 10px rgba(0, 0, 0, 0.03);
}

.cta-display .cta-title {
    font-weight: 600;
    font-size: 2.6rem;
    letter-spacing: -0.01em;
}
.cta-display .cta-desc {
    font-size: 1.6rem;
    margin-bottom: 0;
}

.cta-display-content {
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
}

.footer .widget-title {
    font-weight: 600;
}

.widget-about p {
    max-width: 260px;
}

.cross-txt {
    position: absolute;
    left: -1px;
    right: -1px;
    transform: translateY(-50%);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.cross-txt:before,
.cross-txt:after {
    content: "";
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    background: #fff;
}

.cross-txt:before {
    margin-right: 2.5rem;
}

.cross-txt:after {
    margin-left: 2.5rem;
}

.mfp-ready.mfp-bg {
    opacity: 0.6;
}

.quickView-content {
    padding: 4rem 2rem;
    background-color: #fff;
}
.quickView-content .owl-theme.owl-light .owl-nav [class*="owl-"] {
    border: none;
    font-size: 3rem;
    color: #fff;
}
.quickView-content .owl-theme.owl-light .owl-nav [class*="owl-"]:hover,
.quickView-content .owl-theme.owl-light .owl-nav [class*="owl-"]:focus {
    color: #c96;
    background-color: transparent;
}
.quickView-content .owl-theme.owl-nav-inside .owl-nav .owl-prev {
    left: 30px;
    margin: 0;
}
.quickView-content .owl-theme.owl-nav-inside .owl-nav .owl-next {
    right: 30px;
    margin: 0;
}
.quickView-content .owl-theme .owl-nav [class*="owl-"] {
    top: 50%;
}
.quickView-content .owl-theme.owl-light .owl-nav [class*="owl-"] {
    background-color: transparent;
}
.quickView-content .owl-theme.owl-nav-inside .owl-dots {
    left: 50%;
    transform: translateX(-50%);
    right: unset;
}
.quickView-content > .row {
    margin-left: 0;
    margin-right: 0;
}
.quickView-content > .row > div {
    padding-left: 2rem;
    padding-right: 2rem;
}
.quickView-content > .row > div .row {
    margin-left: 0;
    margin-right: 0;
}
.quickView-content .product-title {
    margin-top: 3rem;
}
.quickView-content .product-title,
.quickView-content .product-price {
    font-size: 2.4rem;
    font-weight: 400;
    letter-spacing: -0.025em;
    color: #333;
    margin-bottom: 1rem;
}
.quickView-content .rating-container {
    margin-bottom: 2rem;
}
.quickView-content p {
    color: #666;
    margin-bottom: 4rem;
}
.quickView-content .product-nav-thumbs a,
.quickView-content .product-nav-thumbs span {
    height: 5.4rem;
}
.quickView-content .details-filter-row label {
    font-size: 1.4rem;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #333;
}
.quickView-content .product-details-action {
    margin-top: 5rem;
    flex-direction: column;
    align-items: normal;
    margin-bottom: 4rem;
}
.quickView-content .details-action-wrapper {
    margin-left: 0;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}
.quickView-content .btn-product {
    background-color: transparent;
}
.quickView-content .btn-product span {
    font-size: 1.3rem;
    letter-spacing: 0.01em;
    color: #777;
    text-transform: uppercase;
}
.quickView-content .btn-product.btn-cart {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 1.2rem 1.5rem;
}
.quickView-content .btn-product.btn-cart:hover span,
.quickView-content .btn-product.btn-cart:focus span {
    color: #fff;
    box-shadow: none;
}
.quickView-content .btn-product.btn-cart span {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
}
.quickView-content .product-details-footer {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 4rem;
}
.quickView-content .product-details-footer .social-icons {
    margin-left: 0;
}
.quickView-content .product-cat {
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.01em;
    color: #777;
    margin-bottom: 4.5rem;
}
.quickView-content .product-cat span {
    margin-right: 0.7rem;
}
.quickView-content .product-cat a {
    color: #666;
}
.quickView-content .product-left {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    flex: 0 0 19.2%;
    max-width: 19.2%;
}
.quickView-content .product-left img {
    margin-bottom: 1rem;
}
.quickView-content .product-right {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    flex: 0 0 80.8%;
    max-width: 80.8%;
}
.quickView-content .intro-slider-container,
.quickView-content .intro-slide {
    height: unset;
}
.quickView-content .btn-wishlist:before {
    content: "\f234";
}
.quickView-content .btn-compare:before {
    content: "\f2d0";
}
.quickView-content .btn-wishlist,
.quickView-content .btn-compare {
    border: none;
}
.quickView-content .btn-wishlist:hover,
.quickView-content .btn-wishlist:focus,
.quickView-content .btn-compare:hover,
.quickView-content .btn-compare:focus {
    color: #c96;
    background-color: transparent;
}
.quickView-content .btn-wishlist:hover span,
.quickView-content .btn-wishlist:focus span,
.quickView-content .btn-compare:hover span,
.quickView-content .btn-compare:focus span {
    color: #c96;
}
.quickView-content .details-action-wrapper .btn-product + .btn-product {
    margin-left: 0;
    padding-left: 0;
}
.quickView-content .carousel-dot img {
    transition: all 0.3s;
    opacity: 0.6;
}
.quickView-content .carousel-dot.active img {
    opacity: 1;
    box-shadow: 0 0 0 1px #c96;
}
.quickView-content .carousel-dot:hover img,
.quickView-content .carousel-dot:focus img {
    opacity: 1;
}
.quickView-content .btn-fullscreen {
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    z-index: 49;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 4rem;
    height: 4rem;
    color: #777;
    font-weight: normal;
    font-size: 2rem;
    line-height: 1;
    background-color: #fff;
    box-shadow: 2px 6px 16px rgba(51, 51, 51, 0.05);
    transition: all 0.35s ease;
}
.quickView-content .btn-fullscreen:hover,
.quickView-content .btn-fullscreen:focus {
    color: #fff;
    background-color: #c96;
}

.container.quickView-container,
.fullscreen-container .container,
.container.newsletter-popup-container {
    width: 1188px;
    max-width: 100%;
}

.quickView-container,
.fullscreen-container {
    position: relative;
}
.quickView-container button.mfp-close,
.fullscreen-container button.mfp-close {
    color: #666;
    font-size: 1.8rem;
    top: 1.5rem;
    right: 2rem;
    display: block;
    width: 2rem;
    height: 2rem;
}
.quickview .modal-content {
    border-radius: 15px;
}
.quickview .modal-body {
    padding: 30px;
}
.quickview .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    background: var(--theme-color2);
    color: var(--color-white);
    font-size: 18px;
    width: 25px;
    height: 25px;
    line-height: 27px;
    border-radius: 50px;
    opacity: 1;
    transition: var(--transition);
    z-index: 1;
}
.quickview .btn-close:hover {
    background: var(--color-red);
    color: #fff;
}
.quickview-title {
    margin-bottom: 5px;
}
.quickview-rating i {
    color: var(--color-yellow);
}
.quickview-price {
    margin-top: 15px;
    margin-bottom: 15px;
}
.quickview-price h5 {
    font-weight: 500;
}
.quickview-price del {
    margin-right: 10px;
    color: var(--body-text-color);
}
.quickview-price span {
    color: var(--theme-color);
}
.quickview-list li {
    margin: 5px 0;
}
.quickview-list li span {
    font-weight: 500;
    margin-left: 10px;
}
.quickview-list li .stock {
    color: var(--theme-color);
}
.quickview-cart {
    margin: 15px 0;
}
.quickview-cart .theme-btn {
    padding: 5px 18px;
}
.quickview-social a {
    width: 30px;
    height: 30;
    line-height: 32px;
    text-align: center;
    color: var(--color-dark2);
}
.quickview-social a:hover {
    color: var(--theme-color);
}
.fullscreen-container {
    margin-left: -0.8rem;
    margin-right: -0.8rem;
}
.fullscreen-container .carousel-dots {
    margin-top: 2rem;
    display: flex;
    padding-left: 6rem;
    padding-right: 6rem;
}
.fullscreen-container .carousel-dot {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.fullscreen-container .quickView-content {
    padding: 1rem 0 4rem;
}
.toolbox {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 2rem;
}
.toolbox::after {
    display: block;
    clear: both;
    content: "";
}
.toolbox .select-custom {
    margin-bottom: 0;
}
.toolbox .select-custom::after {
    right: 0.9rem;
    font-size: 1rem;
}
.toolbox .select-custom .form-control {
    font-size: 1.3rem;
    padding-right: 2rem;
    max-width: 140px;
    min-width: 140px;
    background-color: #fff;
    border-color: #e4e4e4;
}
.toolbox label {
    font-weight: 400;
    color: #333333;
    font-size: 1.2rem;
    letter-spacing: -0.01em;
    margin: 0;
}
.toolbox .form-control {
    color: #999999;
    font-weight: 300;
    font-size: 1.2rem;
    padding: 0.45rem 1rem;
    height: 30px;
    margin-bottom: 0;
}
.toolbox .form-control:not(:focus) {
    border-color: #d7d7d7;
}
.toolbox select.form-control:not([size]):not([multiple]) {
    height: 30px;
}

.toolbox-left,
.toolbox-right {
    display: flex;
    align-items: center;
    flex: 1 1 0;
    flex-wrap: wrap;
}

.toolbox-center {
    margin-top: 1rem;
    flex: 0 1 auto;
}

.toolbox-right {
    margin-top: 1rem;
    flex-direction: column;
}

.toolbox-info {
    color: #ccc;
}
.toolbox-info span {
    color: #333333;
}

.toolbox-sort {
    display: flex;
    align-items: center;
}
.toolbox-sort label {
    margin-right: 1.6rem;
}

.toolbox-layout {
    margin-top: 1rem;
}

.btn-layout {
    display: inline-flex;
    padding: 0.5rem;
}
.btn-layout + .btn-layout {
    margin-left: 0.5rem;
}
.btn-layout svg {
    fill: #dadada;
    transition: fill 0.35s;
}
.btn-layout:hover svg,
.btn-layout:focus svg,
.btn-layout.active svg {
    fill: #333;
}
.carousel-equal-height .owl-stage,
.carousel-equal-height .owl-item {
    display: flex;
    align-items: stretch;
}
.carousel-equal-height .product {
    width: 100%;
}

.owl-carousel .entry {
    margin-bottom: 0;
}

.load-more-container {
    margin-top: 4rem;
    margin-bottom: 2rem;
}

.btn.btn-load-more {
    text-transform: uppercase;
    min-width: 190px;
    justify-content: space-between;
    padding-left: 2rem;
    padding-right: 2rem;
}
.btn.btn-load-more i {
    margin: 0 !important;
}

.sidebar-shop .widget {
    color: #333333;
    margin: 0 0 2rem;
    border-bottom: 0.1rem solid #ebebeb;
}
.sidebar-shop .widget:last-child {
    border-bottom: none;
}
.sidebar-shop .widget-title {
    color: #333333;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.15;
    letter-spacing: -0.01em;
    margin-bottom: 0.7rem;
}
.sidebar-shop .custom-control {
    padding-left: 2.7rem;
    margin: 0;
}
.sidebar-shop .custom-control-label {
    font-weight: 400;
    color: #333333;
    cursor: pointer;
}
.sidebar-shop .custom-control-label::before {
    border-radius: 0.2rem;
}

.widget-clean {
    display: flex;
    align-items: center;
    padding-top: 0.6rem;
    padding-bottom: 2.1rem;
}
.widget-clean label {
    color: inherit;
    font-weight: 400;
    font-size: 1.4rem;
    letter-spacing: -0.01em;
    margin: 0;
}
.widget-clean a {
    display: inline-block;
    font-weight: 400;
    font-size: 1.2rem;
    margin-left: auto;
}

.widget-collapsible .widget-title a {
    position: relative;
    display: block;
    color: inherit;
    text-decoration: none;
    padding-right: 3rem;
}
.widget-collapsible .widget-title a:after {
    color: #333333;
    content: "\f110";
    display: block;
    font-family: "icomoon";
    font-size: 1.4rem;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 1.6rem;
    margin-top: -0.7rem;
}
.widget-collapsible .widget-title a.collapsed:after {
    content: "\e802";
}
.widget-collapsible .widget-title a:focus {
    outline: none !important;
}
.widget-collapsible .widget-body {
    padding-top: 1rem;
    padding-bottom: 2rem;
}

.filter-item {
    position: relative;
    margin-bottom: 0.3rem;
}

.filter-items-count .filter-item {
    padding-right: 4rem;
}
.filter-items-count .item-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 1rem;
    top: 50%;
    min-width: 2.5rem;
    height: 2rem;
    margin-top: -1rem;
    font-weight: 300;
    font-size: 1.3rem;
    line-height: 1;
    border-radius: 0.6rem;
    color: #777;
    background-color: #f8f8f8;
}

.sidebar-toggler {
    display: inline-flex;
    align-items: center;
    color: #333333;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    margin-right: 3rem;
}
.sidebar-toggler i {
    font-size: 1.6rem;
    margin-right: 0.9rem;
}
.sidebar-toggler:hover,
.sidebar-toggler:focus {
    color: #c96;
}

.sub-filter-items {
    padding-left: 2.7rem;
}

.filter-colors {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 0.7rem;
    padding-bottom: 0.5rem;
}
.filter-colors a {
    position: relative;
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    border: 0.2rem solid #fff;
    margin: 0 0.3rem 0.3rem;
    transition: box-shadow 0.35s ease;
}
.filter-colors a:after {
    color: #fff;
    font-family: "icomoon";
    content: "\ec2d";
    font-size: 1rem;
    line-height: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.01s;
    margin-top: -0.4rem;
    margin-left: -0.5rem;
}
.filter-colors a.selected,
.filter-colors a:hover,
.filter-colors a:focus {
    box-shadow: 0 0 0 0.1rem #cccccc;
}
.filter-colors a.selected:after {
    visibility: visible;
    opacity: 1;
}

.filter-price {
    padding-top: 0.2rem;
    padding-bottom: 3rem;
}

.filter-price-text {
    margin-bottom: 2rem;
    letter-spacing: -0.01em;
}

#filter-price-range {
    color: #c96;
}

@media screen and (min-width: 576px) {
    .toolbox-right {
        flex-direction: row;
    }

    .toolbox-layout {
        margin-top: 0;
        margin-right: -0.5rem;
        margin-left: 1rem;
    }
}

@media screen and (min-width: 768px) {
    .toolbox {
        flex-direction: row;
    }

    .toolbox-center {
        margin-top: 0;
    }

    .toolbox-right {
        margin-top: 0;
        justify-content: flex-end;
    }
}

/*--------------------- 5.3.Product Pages -------------------- */

.product-details-top {
    margin-bottom: 1rem;
}

.product-gallery {
    margin-bottom: 2rem;
}

.product-main-image {
    position: relative;
    margin-bottom: 1rem;
}

.btn-product-gallery {
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    z-index: 49;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 4rem;
    height: 4rem;
    color: #777;
    font-weight: normal;
    font-size: 2rem;
    line-height: 1;
    background-color: #fff;
    box-shadow: 2px 6px 16px rgba(51, 51, 51, 0.05);
    transition: all 0.35s ease;
}

.btn-product-gallery:hover,
.btn-product-gallery:focus {
    color: #fff;
    background-color: #c96;
}

.product-image-gallery {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.product-gallery-item {
    position: relative;
    display: block;
    flex: 0 0 25%;
    width: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
    text-align: center;
}

.product-gallery-item:before,
.product-gallery-item:after {
    content: "";
    display: block;
    text-align: center;
    position: absolute;
    left: 0.5rem;
    right: 0.5rem;
    top: 0;
    bottom: 0;
    transition: all 0.35s ease;
}

.product-gallery-item:before {
    opacity: 0;
    visibility: hidden;
    border: 0.1rem solid #c96;
}

.product-gallery-item:after {
    visibility: visible;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.4);
}

.product-gallery-item.active:before {
    visibility: visible;
    opacity: 1;
}

.product-gallery-item:hover:after,
.product-gallery-item.active:after {
    opacity: 0;
    visibility: hidden;
}

.product-gallery-vertical .row {
    margin-left: 0;
    margin-right: 0;
}

.product-gallery-vertical .product-image-gallery,
.product-gallery-vertical .product-main-image {
    width: 100%;
}

.product-gallery-vertical .product-image-gallery {
    width: calc(100% + 10px);
}

.product-gallery-masonry {
    position: relative;
    display: block !important;
}

.product-gallery-masonry .product-gallery-item {
    max-width: 50%;
    width: 50%;
}

/* Important for image zoom in carousel */
.product-gallery-carousel.owl-carousel {
    z-index: initial;
}
.product-gallery-carousel.owl-carousel .owl-item:not(.active) {
    pointer-events: none;
}

.product-gallery-image {
    margin-bottom: 0;
    padding-right: 1rem;
}

.product-gallery-separated {
    position: relative;
}

.product-separated-item {
    position: relative;
    display: block;
    margin-bottom: 1rem;
}
.product-separated-item img {
    max-width: none;
    width: 100%;
}

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

.product-pager-link {
    color: #ccc;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.3;
    letter-spacing: 0;
}
.product-pager-link i {
    color: #666;
    font-size: 2rem;
    line-height: 1;
    transition: color 0.3s;
}
.product-pager-link span {
    display: inline-block;
    transition: box-shadow 0.3s ease;
}
.product-pager-link:hover,
.product-pager-link:focus {
    color: #c96;
}
.product-pager-link:hover i,
.product-pager-link:focus i {
    color: inherit;
}
.product-pager-link:hover span,
.product-pager-link:focus span {
    box-shadow: 0 1px 0 #c96;
}
.product-pager-link + .product-pager-link {
    margin-left: 3rem;
}

.product-pager-prev i {
    margin-right: 0.5rem;
}

.product-pager-next i {
    margin-left: 0.5rem;
}

.product-details {
    margin-bottom: 2rem;
}
.product-details .product-title {
    font-weight: 400;
    font-size: 2.4rem;
    letter-spacing: -0.025em;
    margin-bottom: 1.2rem;
    margin-top: -0.5rem;
    padding-right: 1rem;
}
.product-details .ratings-container {
    margin-bottom: 1.3rem;
}
.product-details .product-price {
    font-size: 2.4rem;
}
.product-details .new-price {
    margin-right: 1rem;
}
.product-details .product-content {
    margin-bottom: 1.6rem;
}
.product-details .product-content p:last-child {
    margin-bottom: 0;
}
.product-details .product-countdown {
    position: static;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    max-width: 260px;
    margin-left: -5px;
    margin-bottom: 2rem;
}
.product-details .product-countdown .countdown-section {
    background-color: #fafafa;
}
.product-details .product-nav-dots a,
.product-details .product-nav-dots span {
    width: 2rem;
    height: 2rem;
}
.product-details .product-cat {
    font-weight: 400;
    font-size: 1.4rem;
}
.product-details .product-cat span {
    margin-right: 0.7rem;
}
.product-details .product-cat a {
    color: #666;
    box-shadow: none;
    transition: all 0.35s ease;
}
.product-details .product-cat a:hover,
.product-details .product-cat a:focus {
    color: #c96;
    box-shadow: 0 1px 0 #c96;
}
.product-details .product-size {
    flex-flow: row wrap;
    padding-top: 0;
    margin-bottom: 0;
}
.product-details .product-size a {
    color: #666;
    width: 4rem;
    height: 4rem;
    font-weight: 400;
    font-size: 1.4rem;
    letter-spacing: -0.01em;
    border: 0.1rem solid #d7d7d7;
    background-color: transparent;
    border-radius: 0;
    margin-right: 1rem;
}
.product-details .product-size a.active,
.product-details .product-size a:hover,
.product-details .product-size a:focus {
    color: #c96;
    border-color: #c96;
    background-color: transparent;
}
.product-details .product-size a.disabled {
    color: #dadada;
    border-color: #ebebeb;
    background-color: transparent;
}

.details-filter-row {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    margin-bottom: 2rem;
}
.details-filter-row .form-control {
    font-weight: 400;
    margin-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: #fff;
    border-color: #d7d7d7;
    min-width: 131px;
}
.details-filter-row .select-custom {
    margin-bottom: 0;
    margin-right: 3.9rem;
}
.details-filter-row .select-custom .form-control {
    padding-right: 3rem;
}
.details-filter-row .select-custom::after {
    font-size: 1rem;
    right: 0.9rem;
}
.details-filter-row label {
    display: inline-block;
    width: 67px;
    font-weight: 400;
    font-size: 1.4rem;
    margin-bottom: 0;
}
.details-filter-row .product-nav {
    margin-bottom: 0;
}
.details-filter-row .product-nav-thumbs {
    padding-top: 0;
}

.size-guide {
    color: #777;
    display: inline-flex;
    align-items: center;
}
.size-guide i {
    font-size: 1.8rem;
    margin-right: 0.7rem;
}
.size-guide:hover,
.size-guide:focus {
    color: #c96;
}

.product-details-quantity {
    max-width: 131px;
}
.product-details-quantity .form-control {
    padding-left: 2.6rem;
    padding-right: 2.6rem;
    text-align: center;
    margin-bottom: 0;
}

.product-details-action {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    margin-bottom: 3rem;
}
.product-details-action .btn-cart {
    padding: 1rem 1.5rem;
    max-width: 198px;
    color: #c96;
    border: 0.1rem solid #c96;
}
.product-details-action .btn-cart span {
    font-size: 1.4rem;
    color: inherit;
    text-transform: uppercase;
    box-shadow: none;
    transition: box-shadow 0.35s ease, color 0s ease;
}
.product-details-action .btn-cart:before {
    margin-right: 0.4rem;
}
.product-details-action .btn-cart:hover,
.product-details-action .btn-cart:focus {
    color: #fff;
    border-color: #c96;
    background-color: #c96;
}

.details-action-wrapper {
    display: flex;
    align-items: center;
    margin-left: 4rem;
}
.details-action-wrapper .btn-product {
    padding-top: 0;
    padding-bottom: 0;
    white-space: nowrap;
    align-self: stretch;
    line-height: 1.4;
}
.details-action-wrapper .btn-product:before {
    margin-right: 1rem;
}
.details-action-wrapper .btn-product.btn-wishlist:before {
    margin-top: -0.2rem;
}
.details-action-wrapper .btn-product span {
    font-size: 1.4rem;
}
.details-action-wrapper .btn-product + .btn-product {
    padding-left: 1.3rem;
    margin-left: 1.6rem;
}

.product-details-footer {
    color: #777;
    display: flex;
    font-weight: 400;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 1.7rem;
    border-top: 0.1rem solid #ebebeb;
    padding-bottom: 1.7rem;
}
.product-details-footer .social-icons {
    margin-left: auto;
}
.product-details-footer .social-icon {
    margin-bottom: 0;
}

@media screen and (min-width: 992px) {
    .container-fluid .product-details-top .col-lg-7 {
        -ms-flex: 0 0 56.5%;
        flex: 0 0 56.5%;
        max-width: 56.5%;
    }
    .container-fluid .product-details-top .col-lg-5 {
        -ms-flex: 0 0 43.5%;
        flex: 0 0 43.5%;
        max-width: 43.5%;
    }
}
@media screen and (min-width: 1700px) {
    .container-fluid .product-details-action .btn-cart {
        min-width: 240px;
    }
    .container-fluid .details-filter-row .form-control {
        min-width: 171px;
    }
}
.product-details-tab {
    margin-bottom: 5rem;
}
.product-details-tab .nav.nav-pills .nav-link {
    color: #333333;
    font-size: 1.6rem;
    padding: 0.55rem 3rem;
    border-bottom-width: 0.2rem;
    text-transform: capitalize;
}
.product-details-tab .nav.nav-pills .nav-link:hover,
.product-details-tab .nav.nav-pills .nav-link:focus {
    color: #c96;
    border-bottom-color: #c96;
}
.product-details-tab .nav.nav-pills .nav-item + .nav-item {
    margin-left: 2rem;
}
.product-details-tab .tab-content {
    border: 0.1rem solid #dadada;
    margin-top: -0.1rem;
    border-radius: 0.3rem;
}
.product-details-tab .tab-content .tab-pane {
    padding: 2.7rem 3rem;
}

.product-desc-content h2 {
    font-weight: 400;
    font-size: 2.4rem;
    letter-spacing: -0.01em;
    margin-bottom: 1.8rem;
}
.product-desc-content h3 {
    font-weight: 400;
    font-size: 1.6rem;
    letter-spacing: -0.01em;
    margin-bottom: 1.8rem;
}
.product-desc-content ul {
    color: #333333;
}
.product-desc-content ul li {
    position: relative;
    padding-left: 1.3rem;
}
.product-desc-content ul li:before {
    content: "•";
    position: absolute;
    display: block;
    top: 0;
    left: 0.2rem;
}
.product-desc-content a {
    color: #333;
    border-bottom: 0.1rem solid #b8b8b8;
    transition: all 0.35s ease;
}
.product-desc-content a:hover,
.product-desc-content a:focus {
    color: #c96;
    border-bottom-color: #c96;
}
.product-desc-content blockquote {
    color: #333;
    font-style: normal;
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 1.25;
    letter-spacing: -0.01em;
    margin-bottom: 1.6rem;
}
.product-desc-content blockquote p {
    margin-bottom: 0;
}
.product-desc-content blockquote cite {
    font-weight: 300;
    font-size: 1.4rem;
    letter-spacing: 0;
}

.reviews h3 {
    font-size: 1.6rem;
    letter-spacing: -0.01em;
    margin-bottom: 2.3rem;
}

.review {
    padding-bottom: 1.3rem;
    margin-bottom: 2rem;
    border-bottom: 0.1rem solid #ebebeb;
}
.review:last-child {
    margin-bottom: 0;
}
.review .col-auto {
    width: 120px;
    padding-right: 2rem;
}
.review h4 {
    color: #333;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.25;
    letter-spacing: -0.01em;
    margin-bottom: 0.8rem;
}
.review h4 a {
    color: inherit;
}
.review h4 a:hover,
.review h4 a:focus {
    color: #c96;
}
.review .ratings-container {
    padding-top: 0.7rem;
    margin-bottom: 0.5rem;
}
.review .review-date {
    color: #ccc;
}

.review-content {
    margin-bottom: 0.8rem;
}

.review-action {
    font-size: 1.2rem;
}
.review-action a {
    color: #777;
    transition: all 0.35s ease;
}
.review-action a:hover,
.review-action a:focus {
    color: #c96;
    box-shadow: 0 1px 0 #c96;
}
.review-action a + a {
    margin-left: 1.6rem;
}
.review-action i {
    font-size: 1.4rem;
    margin-right: 0.6rem;
}

/* Product Centered */
.product-details-centered {
    text-align: center;
}
.product-details-centered .ratings-container,
.product-details-centered .product-price,
.product-details-centered .details-filter-row {
    justify-content: center;
}
.product-details-centered .product-content {
    max-width: 470px;
    margin-left: auto;
    margin-right: auto;
}
.product-details-centered .details-row-size .select-custom {
    margin-right: 2rem;
}
.product-details-centered .details-filter-row label {
    width: auto;
    margin-right: 1rem;
}
.product-details-centered .details-filter-row .form-control {
    min-width: 104px;
}
.product-details-centered .product-details-action {
    flex-direction: column;
    align-items: center;
}
.product-details-centered .product-details-action .btn-cart {
    min-width: 218px;
}
.product-details-centered .details-action-wrapper {
    margin-left: 0;
}
.product-details-centered .details-action-wrapper .btn-product + .btn-product {
    border-left-width: 0;
}
.product-details-centered .product-details-quantity {
    max-width: 100px;
}

.details-action-col {
    display: flex;
    align-items: center;
    margin-bottom: 2.2rem;
}
.details-action-col .product-details-quantity {
    margin-right: 2rem;
}
.details-action-col label {
    display: inline-block;
    width: 67px;
    font-weight: 400;
    font-size: 1.4rem;
    margin-bottom: 0;
}

/* Product Extended */
.product-details-extended .nav.nav-pills {
    border-top: 0.1rem solid #ebebeb;
}
.product-details-extended .nav.nav-pills .nav-link {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    border-top: 0.2rem solid transparent;
    border-bottom: none;
    margin-top: -0.1rem;
}
.product-details-extended .nav.nav-pills .nav-link.active,
.product-details-extended .nav.nav-pills .nav-link:hover,
.product-details-extended .nav.nav-pills .nav-link:focus {
    border-color: #c96;
}
.product-details-extended .tab-content {
    border: none;
}
.product-details-extended .tab-content .tab-pane {
    padding: 0;
}

.product-desc-row {
    display: flex;
    align-items: center;
    padding-top: 5rem;
    padding-bottom: 5rem;
    min-height: 500px;
}
.product-desc-row.text-white h2,
.product-desc-row.text-white h3,
.product-desc-row.text-white h4 {
    color: inherit;
}

/* Product Gallery */
.product-details-separator {
    margin-bottom: 6rem;
}
.product-details-separator .details-filter-row label {
    margin-right: 2.4rem;
}
.product-details-separator .details-filter-row .product-size {
    margin-right: 2rem;
}
@media screen and (min-width: 768px) {
    .product-details-separator [class*="col-"] {
        padding-top: 1rem;
    }
    .product-details-separator [class*="col-"] + [class*="col-"]:before {
        content: "";
        width: 0.1rem;
        display: block;
        height: 100%;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        background-color: #ebebeb;
    }
}

.details-footer-col {
    padding-top: 0;
    padding-bottom: 0;
    flex-direction: column;
    align-items: flex-start;
    border-top: none;
}
.product-details-centered .details-footer-col {
    align-items: center;
}
.details-footer-col .product-cat {
    margin-bottom: 2.6rem;
}
.details-footer-col .social-icons {
    margin-left: 0;
}

/* Sticky Info */
.product-details-accordion .card {
    border: 0.1rem solid #ebebeb;
}
.product-details-accordion .card .card-title {
    font-weight: 400;
}
.product-details-accordion .card .card-title a {
    background-color: #fafafa;
}
.product-details-accordion .card .card-title a:not(.collapsed) {
    background-color: #fff;
}
.product-details-accordion .card .card-body {
    padding-top: 0;
}
.product-details-accordion .card .card-body p:last-child {
    margin-bottom: 0.2rem;
}

/* With Sidebar */
.product-details-sidebar {
    margin-bottom: 3rem;
}
.product-details-sidebar .details-filter-row .select-custom {
    margin-right: 1.9rem;
}
.product-details-sidebar .product-details-action {
    flex-direction: column;
    align-items: flex-start;
}
.product-details-sidebar .details-action-wrapper {
    margin-left: 0;
}
.product-details-sidebar .details-action-col {
    width: 100%;
}
.product-details-sidebar .details-action-col .btn-product {
    flex: 1 1 auto;
    max-width: 230px;
}
.product-details-sidebar .product-details-action {
    margin-bottom: 2.6rem;
}

.sidebar-product {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
}
.sidebar-product .widget {
    margin-bottom: 4.5rem;
}
.sidebar-product .widget-title {
    font-size: 2.4rem;
    letter-spacing: -0.025em;
    margin-bottom: 2.4rem;
}
.sidebar-product .products {
    margin-bottom: 3rem;
}
.sidebar-product .btn {
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

/* Sticky bar */
.sticky-bar {
    display: none;
}

@media screen and (min-width: 992px) {
    .product-gallery-vertical .row {
        margin-left: -0.5rem;
        margin-right: -0.5rem;
        flex-direction: row-reverse;
    }

    .product-gallery-vertical .btn-product-gallery {
        right: 2.5rem;
    }

    .product-gallery-vertical .product-image-gallery,
    .product-gallery-vertical .product-main-image {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .product-gallery-vertical .product-main-image {
        flex: 0 0 80%;
        max-width: 80%;
    }

    .product-gallery-vertical .product-image-gallery {
        width: auto;
        flex: 0 0 20%;
        max-width: 20%;
        margin-left: 0;
        margin-right: 0;
    }

    .product-gallery-vertical .product-gallery-item {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 1rem;
    }

    .product-gallery-vertical .product-gallery-item:before,
    .product-gallery-vertical .product-gallery-item:after {
        left: 0;
        right: 0;
    }

    .sticky-bar {
        display: block;
        width: 100%;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 500;
        padding-top: 1rem;
        padding-bottom: 1rem;
        background-color: #fff;
        box-shadow: -15px 0 43px rgba(51, 51, 51, 0.15);
    }
    .sticky-bar .row {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .sticky-bar .col-6 {
        display: flex;
        align-items: center;
    }
    .sticky-bar .product-media {
        max-width: 60px;
        margin-right: 2rem;
        margin-bottom: 0;
        flex-shrink: 0;
    }
    .sticky-bar .product-title {
        margin-bottom: 0;
        letter-spacing: -0.025em;
    }
    .sticky-bar .product-price {
        margin-bottom: 0;
        margin-right: 2rem;
    }
    .sticky-bar .product-details-quantity {
        margin-right: 2rem;
        max-width: 100px;
    }
    .sticky-bar .product-details-action {
        margin-bottom: 0;
    }
    .sticky-bar .btn-cart {
        min-width: 200px;
        margin-right: 2rem;
    }
    .sticky-bar .btn-product + .btn-product {
        border: none;
    }
    .sticky-bar .btn-wishlist {
        font-size: 1.8rem;
        margin-right: 2rem;
    }
    .sticky-bar .btn-wishlist span {
        display: none;
    }
    .sticky-bar .btn-wishlist:before {
        margin-right: 0;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .details-action-wrapper {
        margin-left: 1rem;
    }

    .product-details-sidebar .product-details-quantity {
        max-width: 91px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .product-details-action {
        flex-direction: column;
        align-items: flex-start;
    }

    .details-action-wrapper {
        margin-left: 0;
        margin-top: 1.5rem;
    }

    .product-details-action .btn-cart {
        min-width: 198px;
    }

    .product-details-tab .nav.nav-pills .nav-item + .nav-item {
        margin-left: 1rem;
    }
    .product-details-tab .nav.nav-pills .nav-item .nav-link {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
@media screen and (max-width: 767px) {
    .product-desc-row {
        min-height: 380px;
    }

    .product-desc-content h2,
    .product-details .product-title {
        font-size: 2.2rem;
    }

    .product-gallery-separated {
        margin-bottom: 3rem;
    }
}
@media screen and (max-width: 575px) {
    .breadcrumb-nav .d-flex {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .product-pager {
        margin-right: auto;
        margin-top: 1rem;
    }

    .product-details-tab .nav.nav-pills .nav-item + .nav-item {
        margin-left: 0;
    }
}
@media screen and (max-width: 580px) {
    .product-details-action {
        flex-direction: column;
        align-items: flex-start;
    }

    .details-action-wrapper {
        margin-left: 0;
        margin-top: 1.5rem;
    }

    .product-details-footer {
        flex-direction: column;
        align-items: flex-start;
    }
    .product-details-footer .social-icons {
        margin-left: 0;
        margin-top: 1rem;
    }

    .review .row {
        flex-direction: column;
    }

    .details-filter-row .select-custom {
        margin-right: 1.5rem;
    }

    .product-details-action .btn-cart,
    .product-details-centered .product-details-action .btn-cart {
        min-width: 198px;
    }

    .product-details-sidebar .details-action-col .btn-product {
        min-width: 168px;
    }
}

.description {
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 10;
    margin: 10px 0;
    padding: 0;
    line-height: 2em;
    max-height: 600px;
    text-rendering: optimizeLegibility;
    font-weight: 400 !important;
    font-style: normal !important;
    text-transform: none !important;
    text-decoration: none !important;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
}

.toolbar {
    position: relative;
    display: inline-block;
}

.toolbar:after {
    font-family: "icomoon";
    content: "\f0d7";
    font-weight: 300;
    padding: 0 3px;
}

.toolbar .bar {
    text-align: left;
    display: none;
    background-color: #fcfcfc;
    color: #666;
    padding: 5px 0;
    position: absolute;
    z-index: 21;
    top: 100%;
    margin-left: -60px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
    border-radius: 4px !important;
    min-width: 200px;
    left: 0% !important;
}

.header-ctn .toolbar .bar {
    top: 120%;
}

.toolbar .bar::after {
    content: "";
    position: absolute;
    bottom: 100%;
    margin-left: -5px;
    border-width: 7px;
    border-style: solid;
    border-color: transparent transparent rgba(0, 0, 0, 0.0) transparent;
}

@media screen and (min-width: 900px) {
    .toolbar .bar {
        margin-left: -150px;
    }
    .toolbar .bar::after {
        left: 87%;
    }
}

@media screen and (min-width: 568px) and (max-width: 900px) {
    .toolbar .bar {
        margin-left: -150px;
    }
    .toolbar .bar::after {
        left: 87%;
    }
}

@media screen and (min-width: 200px) and (max-width: 568px) {
    .toolbar .bar {
        margin-left: -150px;
    }
    .toolbar .bar::after {
        left: 87%;
    }
}

.toolbar:hover .bar {
    display: block;
}

.bar label {
    white-space: nowrap;
    text-overflow: hidden;
    font-size: 13px;
}

.bar label a {
    color: #2191f3;
    font-style: 9px !important;
    float: right;
}

.bar header {
    position: relative;
    width: 100%;
    display: inline-block;
}

.bar languages {
    position: relative;
    width: 100%;
    padding: 10px;
}

language {
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 2px 0;
    margin: 2px 0;
    white-space: nowrap;
    text-overflow: hidden;
}

.header-ctn .toolbar:after {
    color: #fff;
    position: absolute;
    bottom: -5px;
    right: -2px;
}

@media screen and (min-width: 900px) {
    .header-ctn .toolbar .bar {
        margin-left: 5px;
    }
    .header-ctn .toolbar .bar::after {
        left: 41.5%;
    }
}

@media screen and (min-width: 568px) and (max-width: 900px) {
    .header-ctn .toolbar .bar {
        margin-left: 10px;
    }
    .header-ctn .toolbar .bar::after {
        left: 41.5%;
    }
}

@media screen and (min-width: 200px) and (max-width: 568px) {
    .header-ctn .toolbar .bar {
        margin-left: 10px;
    }
    .header-ctn .toolbar .bar::after {
        left: 41.5%;
    }
}

#account-toolbar header {
position: relative;
z-index: 2;
}

#account-toolbar header h5:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #999;
  z-index: -1;
}

#account-toolbar header h5 {
font-weight: 600;
  font-size: 16px;
  color: #999;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #fff;
}

.nested-select {
    position: relative;
    width: 100%;
    margin: 2px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.nested-select select:focus {
    border-color: #D70018;
    box-shadow: 0 0 5px #D70018;
}

.bx4_listsdhjwe8y52 span.heading {
    font-size: 25px;
    font-weight: 700;
    color: #333333;
    margin: 0 !important;
    padding: 0 !important;
}

.bx4_listsdhjwe8y52 .item {
    overflow: hidden;
    position: relative;
}

.bx4_listsdhjwe8y52 .item {
position: relative;
margin-bottom: 10px;
padding: 0px;
background: #fff;
overflow: hidden;
border-radius: 15px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
border: 2px solid rgba(33, 37, 41, 0.1);
min-height: 400px;
}

.bx4_listsdhjwe8y52 .item:hover {
-moz-box-shadow: 0 4px 8px rgba(33, 37, 41, 0.2);
-webkit-box-shadow: 0 4px 8px rgba(33, 37, 41, 0.2);
-o-box-shadow: 0 4px 8px rgba(33, 37, 41, 0.2);
-ms-box-shadow: 0 4px 8px rgba(33, 37, 41, 0.2);
box-shadow: 0 4px 8px rgba(33, 37, 41, 0.2);
border: 2px solid var(--primary);
}

.bx4_listsdhjwe8y52 .item .item-pic {
    display: flex;
    height: 260px;
    background-color: #f1f1f1;
    cursor: pointer;
    border-radius: 0px;
    text-align: center;
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 10px;
    align-items: center;
    justify-content: stretch;
}

.bx4_listsdhjwe8y52 .item .item-pic img {
    width: 100%;
    object-fit: contain;
    position: relative;
}

.bx4_listsdhjwe8y52 .item .item-info {
    padding: 10px;
	border-top: 2px solid rgba(33, 37, 41, 0.1);
}

.bx4_listsdhjwe8y52 .item .item-info .col-md-12 {
    position: relative !important;
}

.bx4_listsdhjwe8y52 .item .item-info .col-md-12:first-child {
	padding: 0;
	margin: 0;
}

.bx4_listsdhjwe8y52 .item .item-info a:not(.store-name) {
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    margin: 0 0 10px 0;
    padding: 0 7px 0 7px;
    line-height: 1.5em;
    max-height: 55px;
    text-rendering: optimizeLegibility;
    font-weight: 500 !important;
    font-style: normal !important;
    text-transform: none !important;
    text-decoration: none !important;
    box-sizing: border-box;
    box-orient: vertical;
    -ms-box-orient: vertical;
    -moz-box-orient: vertical;
    -os-box-orient: vertical;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #212529;
}

.store-name {
    background-color: rgba(255, 255, 255, 0.9);
    top: -25px;
    width: auto;
    left: 0;
    color: #023833;
    text-align: left;
    text-transform: capitalize;
    font-weight: 600;
    padding: 11px 15px;
    font-size: 9px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    border-top: 2px solid rgba(33, 37, 41, 0.1);
}

.store-name::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 57%;
    width: 50%;
    border-right: 2px solid rgba(33, 37, 41, 0.1);
}

.bx4_listsdhjwe8y52 .item .item-info a:hover,
.store-name:hover {
    color: #d70018;
}

.item .icon-wishlist,
.item .icon-explore,
.item .icon-compare,
.item .icon-cart {
position: absolute;
right: 20px;
padding: 0;
background: #e9ecef;
color: #333333;
border: none;
width: 50px;
height: 50px;
text-align: center;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: row;
font-size: 30px;
bottom: 0;
visibility: hidden;
}

.item .icon-wishlist::before,
.item .icon-explore::before,
.item .icon-compare::before,
.item .icon-cart::before {
font-size: 30px;
font-family: "Feather";
font-weight: 900;
position: absolute;
}

.item .icon-cart::before {
content: "\e9ca";
}

.item .icon-wishlist:hover,
.item .icon-explore:hover,
.item .icon-compare:hover,
.item .icon-cart:hover {
    background-color: #d70018;
    color: #fff;
    opacity: 1;
}

.item:hover .icon-wishlist,
.item:hover .icon-explore,
.item:hover .icon-compare,
.item:hover .icon-cart {
    visibility: visible;
}

.item:hover .ratings {
    visibility: hidden;
}

.item .maskets {
    position: absolute;
    z-index: 1;
    right: 40px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    width: 60px;
    top: 0;
}

.item .icon-wishlist::before {
content: "\e977";
}

.item .icon-explore::before {
content: "\e95c";
}

.item .maskets .icon-compare::before {
content: "\e9ba";
}

.item .maskets .icon-wishlist,
.item .maskets .icon-explore,
.item .maskets .icon-compare {
    position: relative;
    margin: 5px;
    right: -20px;
}

.loading-box {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: center;
}

.cssload-speeding-wheel {
width: 60px;
height: 60px;
margin: 0;
border: 4px solid #023833;
border-radius: 50%;
border-left-color: transparent;
border-right-color: transparent;
-webkit-animation: cssload-spin 500ms infinite linear;
-moz-animation: cssload-spin 500ms infinite linear;
animation: cssload-spin 500ms infinite linear;
}

@keyframes cssload-spin {
100% {
transform: rotate(360deg);
transform: rotate(360deg);
}
}

@-o-keyframes cssload-spin {
100% {
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}

@-ms-keyframes cssload-spin {
100% {
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
}

@-webkit-keyframes cssload-spin {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}

@-moz-keyframes cssload-spin {
100% {
-moz-transform: rotate(360deg);
transform: rotate(360deg);
}
}

.rb-loading {
width: 100%;
height: 100vh;
position: fixed;
top: 0;
left: 0;
z-index: 1000;
}

.rb-loading #loadFacebookG {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
#loadFacebookG {
width: 125px;
height: 125px;
display: block;
position: relative;
margin: auto;
}
.facebook_blockG {
background-color: #fff;
border: 3px solid #023833;
float: left;
height: 89px;
margin-left: 7px;
width: 23px;
opacity: 0.1;
animation-name: bounceG;
-o-animation-name: bounceG;
-ms-animation-name: bounceG;
-webkit-animation-name: bounceG;
-moz-animation-name: bounceG;
animation-duration: 1.5s;
-o-animation-duration: 1.5s;
-ms-animation-duration: 1.5s;
-webkit-animation-duration: 1.5s;
-moz-animation-duration: 1.5s;
animation-iteration-count: infinite;
-o-animation-iteration-count: infinite;
-ms-animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;
-moz-animation-iteration-count: infinite;
animation-direction: normal;
-o-animation-direction: normal;
-ms-animation-direction: normal;
-webkit-animation-direction: normal;
-moz-animation-direction: normal;
transform: scale(0.7);
-o-transform: scale(0.7);
-ms-transform: scale(0.7);
-webkit-transform: scale(0.7);
-moz-transform: scale(0.7);
}
#blockG_1 {
animation-delay: 0.45s;
-o-animation-delay: 0.45s;
-ms-animation-delay: 0.45s;
-webkit-animation-delay: 0.45s;
-moz-animation-delay: 0.45s;
}
#blockG_2 {
animation-delay: 0.6s;
-o-animation-delay: 0.6s;
-ms-animation-delay: 0.6s;
-webkit-animation-delay: 0.6s;
-moz-animation-delay: 0.6s;
}
#blockG_3 {
animation-delay: 0.75s;
-o-animation-delay: 0.75s;
-ms-animation-delay: 0.75s;
-webkit-animation-delay: 0.75s;
-moz-animation-delay: 0.75s;
}
@keyframes bounceG {
0% {
transform: scale(1.2);
opacity: 1;
}
100% {
transform: scale(0.7);
opacity: 0.1;
}
}
@-o-keyframes bounceG {
0% {
-o-transform: scale(1.2);
opacity: 1;
}
100% {
-o-transform: scale(0.7);
opacity: 0.1;
}
}
@-ms-keyframes bounceG {
0% {
-ms-transform: scale(1.2);
opacity: 1;
}
100% {
-ms-transform: scale(0.7);
opacity: 0.1;
}
}
@-webkit-keyframes bounceG {
0% {
-webkit-transform: scale(1.2);
opacity: 1;
}
100% {
-webkit-transform: scale(0.7);
opacity: 0.1;
}
}
@-moz-keyframes bounceG {
0% {
-moz-transform: scale(1.2);
opacity: 1;
}
100% {
-moz-transform: scale(0.7);
opacity: 0.1;
}
}

.send-wishlist {
display: none;
}

.cssload-double-torus {
width: 20px;
height: 20px;
margin: 0 auto;
border: 4px double;
border-radius: 50%;
border-color: transparent rgba(0, 0, 0, 0.9) rgba(0, 0, 0, 0.9);
-webkit-animation: cssload-spin 690ms infinite linear;
-moz-animation: cssload-spin 690ms infinite linear;
animation: cssload-spin 690ms infinite linear;
}

@keyframes cssload-spin {
    100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
    }
}

@-o-keyframes cssload-spin {
100% {
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-ms-keyframes cssload-spin {
100% {
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes cssload-spin {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-moz-keyframes cssload-spin {
100% {
-moz-transform: rotate(360deg);
transform: rotate(360deg);
}
}

.store {
    display: block;
    width: 100%;
    position: relative;
    background: #f0f9fd;
    padding: 20px 30px;
    margin-bottom: 30px;
    -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;
    cursor: pointer;
}

.store:after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50px 50px 0;
    border-color: rgba(8, 63, 45, 0.19) #f6f8fb rgba(8, 63, 45, 0.19) rgba(8, 63, 45, 0.19);
}

.store .icon {
    line-height: 1.3;
    position: relative;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.store .icon span {
    font-size: 50px;
    color: #083f2d;
}

@media (max-width: 767.98px) {
    .store .media-body {
        padding-bottom: 3.5em !important;
    }
}

.store .media-body h3 {
    font-weight: 700;
    font-size: 20px;
    color: #233e62;
}

.store.active,
.store:hover {
    background: #083f2d;
}

.store.active .icon span,
.store:hover .icon span {
    color: #fff;
}

.store.active .media-body,
.store:hover .media-body {
    color: rgba(255, 255, 255, 0.9);
}

.store.active .media-body h3,
.store:hover .media-body h3 {
    color: #fff;
}

.footer-container {
background: #fff;
font-size: 16px;
margin-top: 60px;
color: #333333;
line-height: 26px;
font-weight: 400;
}

@media (max-width: 767px) {
.footer-container {
margin-top: 30px;
}
}

.footer-container .logo {
max-height: 25px;
width: auto;
}

.footer-container li {
margin-bottom: 15px;
}

.footer-container li a {
color: #333333;
cursor: pointer;
font-weight: 500;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}

.footer-container li a:hover {
color: #d70018;
}

.footer-container .links .collapse {
display: inherit;
}

.footer-container .rb-title {
display: block;
font-size: 18px;
padding: 0 0 30px;
line-height: 25px;
margin: 0;
font-weight: 700;
color: #212529;
font-family: "Ubuntu", sans-serif;
cursor: initial;
}

.footer-bottom-wrapper .footer-copyright a,
.footer-container .rb-title a {
color: #212529;
}

.footer-bottom-wrapper .footer-copyright a:hover,
.footer-container .rb-title a:hover {
color: #d70018;
}

.footer-top-wrapper {
background: #d70018;
padding: 15px;
position: relative;
top: -45px;
margin-bottom: 24px;
border-radius: 15px;
}

.footer-bottom-wrapper {
position: relative;
padding: 15px 0;
margin-top: 46px;
font-size: 12px;
border-top: 1px solid #ced4da;
}

@media (max-width: 767px) {
.footer-bottom-wrapper {
margin-top: 50px;
}
}

.footer-bottom-wrapper .footer-copyright {
display: -webkit-box;
display: -moz-box;
display: box;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-moz-box-align: center;
box-align: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
-o-align-items: center;
align-items: center;
-ms-flex-align: center;
-webkit-box-pack: center;
-moz-box-pack: center;
box-pack: center;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
-o-justify-content: center;
justify-content: center;
-ms-flex-pack: center;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
box-lines: multiple;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}

.footer-bottom-wrapper .footer-copyright a {
    color: inherit;
    text-decoration: none;
}

.footer-bottom-wrapper .footer-copyright a:hover {
    text-decoration: none;
}

.ps-emailsubscription-block {
display: -webkit-box;
display: -moz-box;
display: box;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-moz-box-align: center;
box-align: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
-o-align-items: center;
align-items: center;
-ms-flex-align: center;
-webkit-box-pack: justify;
-moz-box-pack: justify;
box-pack: justify;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-o-justify-content: space-between;
justify-content: space-between;
-ms-flex-pack: justify;
}
.ps-emailsubscription-block .sub-letter {
line-height: 23px;
margin: 0;
}
.ps-emailsubscription-block .title-newsletter {
color: #f8f9fa;
font-size: 16px;
flex: 0.5;
padding: 0 24px;
display: -webkit-box;
display: -moz-box;
display: box;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-moz-box-align: center;
box-align: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
-o-align-items: center;
align-items: center;
-ms-flex-align: center;
-webkit-box-pack: justify;
-moz-box-pack: justify;
box-pack: justify;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-o-justify-content: space-between;
justify-content: space-between;
-ms-flex-pack: justify;
}
.ps-emailsubscription-block .title-newsletter .title_block {
font-weight: 400;
font-size: 24px;
line-height: 36px;
margin: 0;
color: #f8f9fa;
}
.ps-emailsubscription-block .block_content {
max-width: 706px;
flex: 1;
}
@media (max-width: 991px) {
.ps-emailsubscription-block .block_content {
max-width: 100%;
text-align: center;
}
}
.ps-emailsubscription-block form {
width: 100%;
position: relative;
}
@media (max-width: 480px) {
.ps-emailsubscription-block form {
text-align: center;
}
}
@media (min-width: 481px) {
.ps-emailsubscription-block form .newsletter-input-group {
display: -webkit-box;
display: -moz-box;
display: box;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
}
}
.ps-emailsubscription-block form input[type="email"] {
border: none;
color: #999;
background-color: #fff;
font-size: 16px;
height: 48px;
width: 100%;
padding: 0 15px;
float: left;
border-radius: 8px;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
}
.ps-emailsubscription-block form input[type="email"]::-webkit-input-placeholder {
color: #333333;
opacity: 1;
filter: alpha(opacity=100);
}
.ps-emailsubscription-block form input[type="email"]::-moz-placeholder {
color: #333333;
opacity: 1;
filter: alpha(opacity=100);
}
.ps-emailsubscription-block form input[type="email"]:-moz-placeholder {
color: #333333;
opacity: 1;
filter: alpha(opacity=100);
}
.ps-emailsubscription-block form input[type="email"]:-ms-input-placeholder {
color: #333333;
opacity: 1;
filter: alpha(opacity=100);
}
@media (max-width: 480px) {
.ps-emailsubscription-block form input[type="email"] {
width: 100%;
}
}
.ps-emailsubscription-block form input {
outline: 0;
}
.ps-emailsubscription-block form .btn {
position: relative;
background: #212529;
border: none;
color: #f8f9fa;
padding: 0 16px;
height: 48px;
line-height: 48px;
font-size: 16px;
border-radius: 0 8px 8px 0;
}
.ps-emailsubscription-block form .btn i {
display: none;
}
@media (max-width: 480px) {
.ps-emailsubscription-block form .btn {
margin: 15px 0 0;
min-width: 180px;
}
}
.phone {
font-size: 14px;
color: #333333;
line-height: 20px;
margin: 20px 0;
display: -webkit-box;
display: -moz-box;
display: box;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-moz-box-align: center;
box-align: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
-o-align-items: center;
align-items: center;
-ms-flex-align: center;
}

.phone a {
font-weight: 600;
font-size: 26px;
line-height: 36px;
color: #d70018;
}

.phone p {
margin-bottom: 8px;
}
.phone i {
font-size: 64px;
color: #d70018;
margin-right: 8px;
}
.address {
font-size: 14px;
line-height: 20px;
color: #333333;
}
.address .title {
font-weight: 500;
font-size: 16px;
line-height: 24px;
color: #212529;
margin-bottom: 8px;
}
.address .title i {
font-size: 30px;
margin-right: 10px;
}
.rb-social-block {
margin-top: 40px;
}
.rb-social-block .rb-title {
display: none;
}
#footer_social_block a {
font-size: 32px;
margin: 0 8px;
color: #212529;
display: inline-block;
}
#footer_social_block a:first-child {
margin-left: 0;
}
#footer_social_block a:hover {
color: #d70018;
}
.footer-v2 .footer-top {
background: #d70018;
margin-bottom: 64px;
}
.footer-v2 .footer-top-wrapper {
top: 0;
margin-bottom: 0;
}
.footer-v2 .ps-emailsubscription-block {
-webkit-box-pack: distribute;
-moz-box-pack: distribute;
box-pack: distribute;
-webkit-justify-content: space-around;
-moz-justify-content: space-around;
-ms-justify-content: space-around;
-o-justify-content: space-around;
justify-content: space-around;
-ms-flex-pack: distribute;
}
.footer-v2 .ps-emailsubscription-block .title-newsletter {
flex: 0.3;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
box-lines: multiple;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.footer-v2 .ps-emailsubscription-block .sub-letter {
font-size: 12px;
line-height: 18px;
}
.footer-v2 .ps-emailsubscription-block .block_content {
max-width: 580px;
}
.footer-v3 .footer-top {
background: #d70018;
margin-bottom: 64px;
}
.footer-v3 .footer-top-wrapper {
top: 0;
padding: 16px 0;
margin-bottom: 0;
}
.footer-v3 .ps-emailsubscription-block .title-newsletter {
padding: 0;
}
.footer-v4 .footer-top {
background: #d70018;
}
.footer-v4 .footer-top-wrapper {
top: 0;
padding: 16px 0;
margin-bottom: 0;
}
.footer-v4 .ps-emailsubscription-block .title-newsletter {
padding: 0;
}
.footer-v4 .layout-support {
margin-bottom: 56px;
}
.footer-v4 .layout-support .layout-wrapper {
padding: 40px 0;
border-bottom: 1px solid #ced4da;
}
.footer-v4 .layout-support .rb-image-box-wrapper {
font-size: 16px;
line-height: 24px;
display: -webkit-box;
display: -moz-box;
display: box;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-moz-box-align: center;
box-align: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
-o-align-items: center;
align-items: center;
-ms-flex-align: center;
}
@media (max-width: 991px) {
.footer-v4 .layout-support .rb-image-box-wrapper {
margin-bottom: 15px;
}
}
.footer-v4 .layout-support .rb-image-box-wrapper .rb-image-box-img {
margin-right: 44px;
}
@media (max-width: 991px) {
.footer-v4 .layout-support .rb-image-box-wrapper .rb-image-box-img {
margin-right: 25px;
}
}

.footer-v4 .layout-support .rb-image-box-wrapper .rb-image-box-title {
font-weight: 500;
font-size: 24px;
line-height: 36px;
margin-bottom: 4px;
}

.footer-v4 .layout-support .rb-image-box-wrapper p {
margin-bottom: 0;
}

.footer-container .links .title {
position: relative;
cursor: pointer;
}

.footer-container .links .title .collapse-icons .remove {
display: none;
}

.footer-container .links .title[aria-expanded="true"] .collapse-icons .add {
display: none;
}

.footer-container .links .title[aria-expanded="true"] .collapse-icons .remove {
display: block;
}

.footer-container .links .navbar-toggler {
display: block;
padding: 0;
width: 20px;
height: 20px;
position: absolute;
z-index: 9;
top: 10px;
right: 0;
}

.footer-container .links.DdBlockLink ul li {
margin-bottom: 10px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}

.footer-container .links.DdBlockLink ul li:hover {
white-space: normal;
text-overflow: normal;
overflow: auto;
}

@media (min-width: 768px) {
.footer-container .links.accordion_small_screen .collapse-icons {
display: none;
}
}

.footer-container .links.accordion_small_screen .collapse {
display: block;
}
@media (min-width: 768px) {
.footer-container .links.accordion_small_screen .collapse {
height: 100% !important;
}
}
@media (max-width: 767px) {
.footer-container .links.accordion_small_screen .collapse {
display: none;
}
.footer-container .links.accordion_small_screen .collapse.in {
display: block;
}
}
@media (max-width: 1199px) {
.footer-container {
font-size: 14px;
}
.ps-emailsubscription-block .sub-letter {
display: none;
}
.ps-emailsubscription-block .title-newsletter {
padding-left: 0;
}
.ps-emailsubscription-block .title-newsletter .title_block {
font-size: 20px;
}
.phone a {
font-size: 20px;
}
}

@media (max-width: 991px) {
#footer {
padding-bottom: 0;
}

.footer-top-wrapper {
margin-bottom: 0;
}

.ps-emailsubscription-block .title-newsletter .title_block {
font-size: 18px;
}

.phone {
margin: 20px 0;
}

.rb-social-block {
margin: 30px 0;
}

#footer_social_block a {
font-size: 24px;
margin: 0 5px;
}
}

@media (max-width: 991px) {
.ps-emailsubscription-block {
display: block;
}

.ps-emailsubscription-block .title-newsletter .title_block {
padding: 0 0 10px;
width: 100%;
text-align: center;
}
}

.link {
    font-size: 12px;
    color: #05b0a0;
    line-height: 20px;
    text-decoration: none;
    font-weight: 500;
    opacity: 0.6;
    cursor: pointer;
}

.link:hover {
    opacity: 1;
    text-decoration: underline;
}

.popover {
border: 1px solid #e6edef;
-webkit-box-shadow: none;
box-shadow: none; 
}

.popover-header {
  background-color: rgba(2, 56, 51, 0.1);
  border-color: #e6edef;
  color: #023833; 
  margin: 0;
  padding: 5px 10px;
}

.popover-body {
  border-color: #e6edef;
  background-color: #fff; 
}

.popover-main .btn-showcase a {
  color: #fff; 
}

.popover-main .btn-showcase button:last-child {
  margin-right: 0; 
}


.sell {
  background-color: #fff;
}

.rose-color {
 color: #023833 !important;
}

.rose-bg {
 background-color: #023833 !important;
 color: #fff;
}

.rose-pale-bg {
  background-color: rgba(2, 56, 51, 0.5) !important;
  color: #fff;
}

.rose-pale-color {
  color: rgba(2, 56, 51, 0.5) !important;
}

.feed-content-containerr {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: 1;
 background-color: rgba(248, 249, 252, 9);
 margin: 0;
 padding: 0;
 overflow: hidden;
}

.heartBeat {
 animation: 0.9s infinite heartBeat;
}

@keyframes heartBeat {
 0% {
  transform: scale(0.9);
 }
 25% {
  transform: scale(1.1);
 }
 40% {
  transform: scale(0.9);
 }
 60% {
  transform: scale(1.1);
 }
 100% {
  transform: scale(0.9);
 }
}

.site-logo {
  position: relative;
  padding: 10px 0;
}

.site-logo a {
  color: rgba(255, 255, 255, 0.9);
}

.site-logo a:hover {
  color: #fff;
}

.site-navbar {
  margin: 0px;
  z-index: 2000;
  position: relative;
  width: 100%;
  background: #f7f7f7;
  font-family: "Ubuntu", sans-serif;
  border-bottom: 1px solid rgba(0, 0, 0, 0.119);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.119);
}

.fix {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 2061;
}

.site-navbar .site-navigation.border-bottom {
  border-bottom: 1px solid #f3f3f4 !important;
}

.site-navbar .site-navigation .site-menu {
  margin-bottom: 0;
  text-align: center;
}

.site-navbar .site-navigation .site-menu .active {
  color: #fff;
  display: inline-block;
  padding: 5px 20px;
}

.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
}

.site-navbar .site-navigation .site-menu > li {
  display: inline-block;
  text-transform: capitalize;
  color: #333333;
}

.site-navbar .site-navigation .site-menu > li > a {
color: #333333;
text-transform: capitalize;
font-weight: 600;
display: inline-block;
padding: 20px 16px;
font-family: "Ubuntu", sans-serif;
position: relative;
}

.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}

.site-navbar .site-navigation .site-menu .has-children > a {
  position: relative;
  padding-right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children > a:hover {
  color: #fff;
}

.site-navbar .site-navigation .site-menu .has-children > a:before {
  position: absolute;
  content: "\e313";
  font-size: 15px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "icomoon";
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
    visibility: hidden;
    opacity: 0;
    top: 90%;
    position: absolute;
    text-align: left;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.19);
    padding: 0;
    margin: 0;
    min-width: 200px;
    max-width: 240px;
    border-radius: 1px;
    background: #fff;
    left: 0;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.05);
    margin: 0;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  border-color: rgba(2, 56, 51, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
padding: 10px 15px;
position: inherit;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
display: block;
color: #555;
border: 0px solid transparent;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
  color: #023833 !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 200px;
  white-space: nowrap;
  display: block;
  width: 100%;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
    padding: 6px 10px !important;
    font-size: 14px;
    color: #0b1c39;
    text-transform: capitalize;
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
    color: #d70018;
    border-bottom: 1px solid rgba(0,0,0,0.076);
    border-top: 1px solid rgba(0,0,0,0.076);
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
  content: "\e315";
  right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
  left: 100%;
  top: 0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a,
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a,
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
  background: #f4f5f9;
  color: #25262a;
}

.site-navbar .site-navigation .site-menu > li > a.active,
.site-navbar .site-navigation .site-menu > li > a:active,
.site-navbar .site-navigation .site-menu > li > a:hover,
.site-navbar .site-navigation .site-menu > li > a:focus,
.site-navbar .site-navigation .site-menu .has-children:hover > a,
.site-navbar .site-navigation .site-menu .has-children:focus > a,
.site-navbar .site-navigation .site-menu .has-children:active > a {
  color: #d70018;
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2001;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin: 0;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: inherit;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
  color: #25262a;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 20px 20px 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #212529;
}

.site-mobile-menu .site-nav-wrap a:hover {
  color: #f16821;
}

.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}

.site-mobile-menu .site-nav-wrap li .active {
  color: #023833;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 2px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.041);
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f0f0f4;
  border-color: rgba(0, 0, 0, 0.081);
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 20px;
  z-index: 20;
  font-family: "icomoon";
  content: "\f107";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap > li {
  display: inline-block;
  position: relative;
  float: left;
  width: 100%;
}

.site-mobile-menu .site-nav-wrap > li > a {
  padding-left: 20px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

.site-mobile-menu .site-nav-wrap > li > a:hover {
  color: #023833;
}

.site-mobile-menu .site-nav-wrap > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid #023833;
  border-bottom: 1px solid #023833;
  background-color: transparent;
  box-shadow: none;
}

.site-mobile-menu .site-nav-wrap > li > ul > li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #f0f0f4;
  white-space: nowrap;
  text-transform: uppercase;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > a {
  padding-left: 20px;
  font-size: 14px;
  text-transform: uppercase;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > a:hover {
  color: #023833;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
  padding: 0;
  margin: 0;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
  display: block;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
  font-size: 16px;
  padding-left: 60px;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 5em;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] > li {
  width: auto;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
  padding-left: 15px !important;
}

.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%;
}

.sticky-wrapper + .site-blocks-cover {
  margin-top: 96px;
}

.sticky-wrapper .site-navbar {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.sticky-wrapper.is-sticky .site-navbar {
  -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
}

.sticky-wrapper .shrink {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.site-menu-toggle {
  color: rgba(2, 56, 51, 0.8);
  cursor: pointer;
}

.site-menu-toggle span {
  font-size: 40px;
}

.site-menu-toggle:focus,
.site-menu-toggle:hover {
  color: #023833;
}


@media screen and (min-width: 900px) {
#carouselExampleControls .carousel-inner {
  height: 600px;
}
}

@media screen and (min-width: 568px) and (max-width: 900px) {
#carouselExampleControls .carousel-inner {
  height: 300px;
}
}

@media screen and (min-width: 200px) and (max-width: 568px) {
#carouselExampleControls .carousel-inner {
  height: 200px;
}
}

.image {
  border: 1px solid transparent;
  padding: 1px;
}

/* Import Sheets in Here */

.white-bg {
    background: #ffffff;
}

.gray-bg {
    background: #f5f5f5;
}

/*-------------Color include--------------*/

/*-- Background color---*/

.gray-bg {
    background: #f7f7fd;
}

.white-bg {
    background: #ffffff;
}

.black-bg {
    background: #16161a;
}

.theme-bg {
    background: #ff003c;
}

.brand-bg {
    background: #f1f4fa;
}

.testimonial-bg {
    background: #f9fafc;
}

/*--- color------*/

.white-color {
    color: #ffffff;
}

.black-color {
    color: #16161a;
}

.theme-color {
    color: #ff003c;
}

/*------------------- Responsive --------------------------*/
/*
  @include transition(.4s);
  color:$theme-color;
*/

.boxed-btn {
    background: #fff;
    color: #fff !important;
    display: inline-block;
    padding: 18px 44px;
    font-family: "Ubuntu", serif;
    font-size: 14px;
    font-weight: 400;
    border: 0;
    border: 1px solid #ff003c;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}

.boxed-btn:hover {
    background: #ff003c;
    color: #000 !important;
    border: 1px solid #ff003c;
}


.boxed-btn:focus {
    outline: none;
}

.boxed-btn.large-width {
    width: 220px;
}

/*------------------------------/*
    loaders
/*----------------------------*/

/*Color Variables*/
/*--- Overlay
------------------------------------------*/
[data-overlay] {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
[data-overlay]::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
}

/*-- Overlay Opacity --*/
[data-opacity="1"]::before {
    opacity: 0.1;
}

[data-opacity="2"]::before {
    opacity: 0.2;
}
[data-opacity="3"]::before {
    opacity: 0.3;
}
[data-opacity="4"]::before {
    opacity: 0.4;
}

[data-opacity="5"]::before {
    opacity: 0.5;
}

[data-opacity="6"]::before {
    opacity: 0.6;
}
[data-opacity="7"]::before {
    opacity: 0.7;
}

[data-opacity="8"]::before {
    opacity: 0.8;
}

[data-opacity="9"]::before {
    opacity: 0.9;
}

.section-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}

.separator {
    border-top: 1px solid #f2f2f2;
}

.owl-carousel .owl-nav div {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    height: 40px;
    left: 20px;
    line-height: 40px;
    font-size: 22px;
    color: #646464;
    opacity: 1;
    visibility: visible;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    width: 40px;
}

.owl-carousel .owl-nav div.owl-next {
    left: auto;
    right: -30px;
}

.owl-carousel .owl-nav div.owl-next i {
    position: relative;
    right: 0;
    top: 1px;
}

.owl-carousel .owl-nav div.owl-prev i {
    position: relative;
    right: 1px;
    top: 0px;
}

.owl-carousel:hover .owl-nav div {
    opacity: 1;
    visibility: visible;
}

.owl-carousel:hover .owl-nav div:hover {
    color: #fff;
    background: #ff3500;
}

.sell-btn {
    background: #023833;
    -moz-user-select: none;
    color: #fff !important;
    display: inline-block;
    font-size: inherit;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    justify-content: center;
    cursor: pointer;
    transition: color 0.4s linear;
    position: relative;
    z-index: 1;
    border: 2px solid transparent;
    white-space: nowrap;
    overflow: hidden;
    margin: 0;
  padding: 8px 30px;
}

.sell-btn:hover {
    background: #023833 !important;
}

.sell-btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    z-index: 1;
    border-radius: 5px;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleX(0);
}

.sell-btn:hover::before {
    transform: scaleX(1);
    color: #fff !important;
    z-index: -1;
}

.header-btn {
    padding: 10px 51px !important;
    border-radius: 25px;
    font-size: inherit;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.1);
}

.hero-btn {
    padding: 10px;
    font-size: 20px;
  color: #fff;
}

.hero-btn:hover {
    color: #fff !important;
}

.black-btn {
    background: #000;
    box-shadow: 0px 20px 50px 0px rgba(22, 22, 22, 0.2);
    transform: translateY(0px);
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 0;
    margin-bottom: 0;
    padding: 27px 44px;
    border-radius: 25px;
}

.black-btn:hover {
    box-shadow: 0px 20px 50px 0px rgba(12, 9, 9, 0.2);
    transform: translateY(-3px);
}

.shop1-btn {
    box-shadow: 0px 20px 50px 0px rgba(37, 119, 253, 0.2);
}

.border-btn {
    background: none;
    -moz-user-select: none;
    border: 2px solid #ff003c;
    padding: 18px 38px;
    margin: 10px;
    text-transform: capitalize;
    color: #ff003c;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 0;
    border-radius: 5px;
    position: relative;
    transition: color 0.4s linear;
    position: relative;
    overflow: hidden;
    margin: 0;
}

.border-btn::before {
    border: 2px solid transparent;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ff003c;
    z-index: -1;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleY(0);
}

.border-btn:hover::before {
    transform: scaleY(1);
    order: 2px solid transparent;
}

.border-btn.border-btn2 {
    padding: 17px 52px;
}

.send-btn {
    background: #ff003c;
    color: #fff;
    font-size: 14px;
    width: 100%;
    height: 55px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: color 0.4s linear;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.send-btn::before {
    border: 2px solid transparent;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #e6373d;
    color: #ff003c;
    z-index: -1;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleX(0);
}

.send-btn:hover::before {
    transform: scaleY(1);
    order: 2px solid transparent;
    color: red;
}

/* button style */
.breadcrumb > .active {
    color: #888;
}

/* scrollUp */
#scrollUp {
    background: #023833;
    height: 50px;
    width: 50px;
    right: 31px;
    bottom: 18px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    line-height: 48px;
    border: 2px solid transparent;
}

@media (max-width: 767px) {
    #scrollUp {
        right: 16px;
    }
}

#scrollUp:hover {
    color: #fff;
}

/* heartbeat */
.heartbeat {
    animation: heartbeat 1s infinite alternate;
}

@-webkit-keyframes heartbeat {
    to {
        -webkit-transform: scale(1.03);
        transform: scale(1.03);
    }
}

/* rotateme */

.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

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

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

.section-padding2 {
    padding-top: 200px;
    padding-bottom: 200px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
        .section-padding2 {
        padding-top: 200px;
        padding-bottom: 200px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
        .section-padding2 {
        padding-top: 200px;
        padding-bottom: 200px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
        .section-padding2 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
        .section-padding2 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (max-width: 767px) {
        .section-padding2 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.padding-bottom {
    padding-bottom: 250px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .padding-bottom {
        padding-bottom: 250px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .padding-bottom {
        padding-bottom: 150px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .padding-bottom {
        padding-bottom: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .padding-bottom {
        padding-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .padding-bottom {
        padding-bottom: 10px;
    }
}


.lf-padding {
    padding-left: 60px;
    padding-right: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .lf-padding {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .lf-padding {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    .lf-padding {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 767px) {

    .lf-padding {
        padding-left: 15px;
        padding-right: 15px;
    }
}


.team-padding {
    padding-top: 160px;
    padding-bottom: 130px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {

    .team-padding {
        padding-top: 160px;
        padding-bottom: 130px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .team-padding {
        padding-top: 110px;
        padding-bottom: 80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .team-padding {
        padding-top: 100px;
        padding-bottom: 80px;
    }
}

@media (max-width: 767px) {

    .team-padding {
        padding-top: 100px;
        padding-bottom: 80px;
    }
}

.section-padding30 {
    padding-top: 200px;
    padding-bottom: 170px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {

    .section-padding30 {
        padding-top: 200px;
        padding-bottom: 170px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .section-padding30 {
        padding-top: 150px;
        padding-bottom: 120px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .section-padding30 {
        padding-top: 100px;
        padding-bottom: 70px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    .section-padding30 {
        padding-top: 60px;
        padding-bottom: 28px;
    }
}

@media (max-width: 767px) {

    .section-padding30 {
        padding-top: 60px;
        padding-bottom: 28px;
    }
}

.section-paddingt2 {
    padding-bottom: 170px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .section-paddingt2 {
        padding-bottom: 170px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-paddingt2 {
        padding-bottom: 120px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-paddingt2 {
        padding-bottom: 70px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-paddingt2 {
        padding-bottom: 28px;
    }
}

@media (max-width: 767px) {
    .section-paddingt2 {
        padding-bottom: 28px;
    }
}


.section-padd-top30 {
    padding-top: 170px;
    padding-bottom: 200px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .section-padd-top30 {
        padding-top: 170px;
        padding-bottom: 200px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-padd-top30 {
        padding-top: 170px;
        padding-bottom: 200px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-padd-top30 {
        padding-top: 100px;
        padding-bottom: 160px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-padd-top30 {
        padding-top: 50px;
        padding-bottom: 90px;
    }
}

@media (max-width: 767px) {
    .section-padd-top30 {
        padding-top: 35px;
        padding-bottom: 90px;
    }
}


.latest-padding {
    padding-top: 190px;
    padding-bottom: 135px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .latest-padding {
        padding-top: 190px;
        padding-bottom: 135px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .latest-padding {
        padding-top: 190px;
        padding-bottom: 135px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .latest-padding {
        padding-top: 60px;
        padding-bottom: 5px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .latest-padding {
        padding-top: 60px;
        padding-bottom: 5px;
    }
}

@media (max-width: 767px) {
    
    .latest-padding {
        padding-top: 60px;
        padding-bottom: 5px;
    }
}


.footer-padding {
    padding-top: 150px;
    padding-bottom: 120px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    
    .footer-padding {
        padding-top: 150px;
        padding-bottom: 120px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-padding {
        padding-top: 100px;
        padding-bottom: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-padding {
        padding-top: 100px;
        padding-bottom: 70px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-padding {
        padding-top: 30px;
        padding-bottom: 70px;
    }
}

@media (max-width: 767px) {
    .footer-padding {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

.footer-padding2 {
    padding-bottom: 120px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .footer-padding2 {
        padding-bottom: 120px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-padding2 {
        padding-bottom: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-padding2 {
        padding-bottom: 70px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-padding2 {
        padding-bottom: 70px;
    }
}

@media (max-width: 767px) {
    .footer-padding2 {
        padding-bottom: 70px;
    }
}

/*----------------when other page include Start--------------- */

.message_submit_form:focus {
    outline: none;
}


input:hover,
input:focus {
    outline: none !important;
}


.gray_bg {
    background-color: #f4f4f4;
}

.section_padding {
    padding: 200px 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  
    .section_padding {
        padding: 100px 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  
    .section_padding {
        padding: 70px 0px;
    }
}

@media (max-width: 576px) {
  
    .section_padding {
        padding: 70px 0px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  
    .section_padding {
        padding: 70px 0px;
    }
}


.single_padding_top {
    padding-top: 200px !important;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    
    .single_padding_top {
        padding-top: 70px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    
    .single_padding_top {
        padding-top: 70px !important;
    }
}

@media (max-width: 576px) {
    
    .single_padding_top {
        padding-top: 70px !important;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    
    .single_padding_top {
        padding-top: 100px !important;
    }
}


.padding_top {
    padding-top: 200px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    
    .padding_top {
        padding-top: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    
    .padding_top {
        padding-top: 70px;
    }
}

@media (max-width: 576px) {
    
    .padding_top {
        padding-top: 70px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    
    .padding_top {
        padding-top: 70px;
    }
}
.padding_bottom {
    padding-bottom: 200px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  
    .padding_bottom {
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  
    .padding_bottom {
        padding-bottom: 70px;
    }
}

@media (max-width: 576px) {
  
    .padding_bottom {
        padding-bottom: 70px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  
    .padding_bottom {
        padding-bottom: 70px;
    }
}


.section_tittle {
    margin-bottom: 80px;
}

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

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    
    .section_tittle {
        margin-bottom: 40px;
    }
}


.section_tittle h2 {
    font-size: 36px;
    color: #4b3049;
    line-height: 27px;
    font-weight: 700;
    position: relative;
    margin-bottom: 28px;
}

@media (max-width: 576px) {
    
    .section_tittle h2 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    
    .section_tittle h2 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    
    .section_tittle h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    
    .section_tittle h2 {
        font-size: 35px;
        line-height: 40px;
    }
}


.section_tittle p {
    color: #556172;
    text-transform: capitalize;
    line-height: 30px;
    font-family: "Ubuntu", sans-serif;
}

@media (max-width: 576px) {
    
    .section_tittle p {
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    
    .section_tittle p {
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    
    .section_tittle p {
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    
    .section_tittle p {
        margin-bottom: 10px;
    }
}


.mb_110 {
    margin-bottom: 110px;
}

@media (max-width: 576px) {
    
    .mb_110 {
        margin-bottom: 220px;
    }
}


.mt_130 {
    margin-top: 130px;
}

@media (max-width: 576px) {
    
    .mt_130 {
        margin-top: 70px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    
    .mt_130 {
        margin-top: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    
    .mt_130 {
        margin-top: 70px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    
    .mt_130 {
        margin-top: 70px;
    }
}


.mb_130 {
    margin-bottom: 140px;
}

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

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    
    .mb_130 {
        margin-bottom: 100px;
    }
}

.padding_less_40 {
    margin-bottom: -50px;
}

.z_index {
    z-index: 9 !important;
    position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 3640px) {
    .container {
        max-width: 1170px;
    }
}

@media (max-width: 1200px) {
    [class*="hero-ani-"] {
        display: none !important;
    }
}

.form-control:focus {
    color: #495057;
    border-color: #023833;
    outline: 0;
    box-shadow: 0 0 0.2rem #023833;
}

.pageination .page-link {
    border: 0px solid transparent;
    font-weight: 500;
    font-size: 18px;
    color: #979797;
    padding: 10px 8px;
}


.pageination .page-link:hover {
    background-color: transparent;
    color: #000;
}

.pageination i {
    font-size: 12px;
}
.sidebar_box_shadow {
    box-shadow: 0px 10px 10px 0px rgba(153, 153, 153, 0.1);
}
.border_top {
    border-top: 1px solid #eee;
    max-width: 1110px;
    margin: 0 auto;
}
.section_bg {
    background-color: #f4edf278;
}

/*----------------when other page include End--------------- */
/*------------- Color variabel--------------*/
.white-bg {
    background: #ffffff;
}
.gray-bg {
    background: #f5f5f5;
}

/*-------------Color include--------------*/
/*-- Background color---*/
.gray-bg {
    background: #f7f7fd;
}

.white-bg {
    background: #ffffff;
}

.black-bg {
    background: #16161a;
}


.theme-bg {
    background: #ff003c;
}


.brand-bg {
    background: #f1f4fa;
}

.testimonial-bg {
    background: #f9fafc;
}

/*--- color------*/

.white-color {
    color: #ffffff;
}

.black-color {
    color: #16161a;
}

.theme-color {
    color: #ff003c;
}

.header-top {
    padding: 5px 0;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.6);
    text-align: center;
    position: relative;
    color: #333333;
    background-color: #e9ecef;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .header-top {
        padding: 5px 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-top {
        padding: 5px 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-top {
        padding: 5px 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-top {
        padding: 5px 20px;
    }
}

@media (max-width: 767px) {
    .header-top {
        padding: 5px 20px;
    }
}

.header-top ul li {
    list-style: none;
}

.header-top .header-info-left .contact-now {
    padding: 4px;
}

.header-top .header-info-left .contact-now li {
    color: #333333;
    float: left;
    margin: 0 10px;
}

.header-top .header-info-left .contact-now li a {
  color: #333333;
  transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
}

.header-top .header-info-right ul li {
    display: inline-block;
}

.header-top .header-info-right ul li a {
    padding-left: 36px;
    color: #333333;
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
}

.header-top .header-info-left .contact-now li a:hover,
.header-top .header-info-right ul li a:hover {
    color: #D70018;
}

.header-bottom .header-right {
    display: flex !important;
}

.header-bottom .header-right li {
    padding-left: 20px;
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .header-bottom .header-right li {
        padding-left: 14px;
    }
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    border-radius: 0;
    border: none;
    color: #fff;
}

.slider-height {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #ffffff;
    padding: 20px;
}

.slider-area .hero__img {
    position: relative;
    bottom: 0px;
}

.slider-area .hero__img img {
  border-radius: 3px;
  opacity: .8;
}

.slider-area .hero__caption {
    background-color: #ffffff;
    padding: 20px;
    margin: 0;
}

@media (max-width: 767px) {
    .slider-area .hero__caption {
        padding-top: 38px;
        padding-left: 22px;
    }
}

.slider-area .hero__caption span {
    color: #023833;
    font-size: 40px;
    display: inline-block;
}

.slider-area .hero__caption h1 {
    color: #023833;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.1;
    text-transform: normal;
    margin-bottom: 13px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-area .hero__caption h1 {
        font-size: 40px;
        line-height: 1.2;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area .hero__caption h1 {
        font-size: 50px;
        line-height: 1.2;
    }
}

@media (max-width: 767px) {
    .slider-area .hero__caption h1 {
        font-size: 35px;
        line-height: 1.2;
        margin-bottom: 26px;
    }
}

.slider-area .hero__caption p {
    font-family: "Ubuntu", serif;
    font-style: italic;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 300;
    margin-bottom: 39px;
    color: #313639;
    margin-bottom: 50px;
    text-transform: capitalize;
}


.slider-area .hero__caption .hero_start {
    font-family: "Ubuntu", serif;
    margin-bottom: 30px;
    padding: 10px;
}

.slider-area .hero__caption .hero_start form {
    padding: 10px;
}

.slider-area .hero__caption .hero_start form input {
    height: 50px;
  font-size: 17px;
}

@media (max-width: 767px) {
    .slider-area .hero__caption p {
        margin-bottom: 30px;
    }
}

.slider-area .hero-cap h2 {
    color: #000;
    font-size: 50px;
    font-weight: 700;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .slider-area .hero-cap h2 {
        font-size: 28px;
    }
}

.section-tittle h2 {
    color: #000;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-tittle h2 {
        font-size: 37px;
    }
}

@media (max-width: 767px) {
    .section-tittle h2 {
        font-size: 33px;
    }
}

.footer-area {
    background-color: #fff;
    padding: 20px 0 0 0;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

.footer-area .top-area {
    border-bottom: 2px solid rgba(0, 0, 0, 0.10);
    margin-bottom: 10px;
    padding: 10px;
}

.footer-area .top-area .footer-social i {
    font-size: 20px;
    width: 30px;
}

.footer-area .footer-logo {
    margin-bottom: 40px;
}

.footer-area .footer-pera p {
    color: #333333;
    font-size: 16px;
    margin-bottom: 50px;
    line-height: 1.8;
}
.footer-area .footer-pera.footer-pera2 p {
    padding: 0;
}

.footer-area .footer-tittle h4 {
    color: #333333;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Ubuntu", sans-serif;
    padding: 10px 0;
    white-space: nowrap;
}

.footer-area .footer-tittle ul li {
    color: #333333;
    margin-bottom: 15px;
}

.footer-area .footer-tittle ul li a {
    color: #333333;
    cursor: pointer;
    font-weight: 500;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.footer-area .footer-tittle ul li a:hover {
    color: #d70018;
}

.footer-area .footer-form {
    margin-top: 40px;
}

.footer-copy-right {
  width: 100%;
    padding-top: 10px;
    border-top: 2px solid rgba(0, 0, 0, 0.10);
}

.footer-copy-right p {
    color: #333333;
    font-weight: 300;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 20px;
}

.footer-copy-right p i {
    color: #333333;
}

.footer-copy-right p a {
    color: #333333;
}

.footer-copy-right p a:hover {
    color: #d70018;
}

.footer-social a i {
    color: #333333;
    margin-right: 12px;
    font-size: 14px;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.footer-social a i:hover {
    color: #d70018;
}

.hero-caption span {
    color: #fff;
    font-size: 16px;
    display: block;
    margin-bottom: 24px;
    font-weight: 600;
    padding-left: 95px;
    position: relative;
}

.hero-caption span::before {
    position: absolute;
    content: "";
    width: 75px;
    height: 3px;
    background: #ff003c;
    left: 0;
    top: 52%;
    transform: translateY(-50%);
}

.hero-caption h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
}

/* Start Blog Area css
============================================================================================ */
.latest-blog-area .area-heading {
    margin-bottom: 70px;
}
.blog_area a {
    color: "Ubuntu", serif !important;
    text-decoration: none;
    transition: 0.4s;
}
.blog_area a:hover,
.blog_area a :hover {
    background: -webkit-linear-gradient(131deg, #ff003c 0%, #ff003c 99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
    transition: 0.4s;
}

.single-blog {
    overflow: hidden;
    margin-bottom: 30px;
}

.single-blog:hover {
    box-shadow: 0px 10px 20px 0px rgba(42, 34, 123, 0.1);
}

.single-blog .thumb {
    overflow: hidden;
    position: relative;
}
.single-blog .thumb:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.single-blog h4 {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 34px;
    margin-bottom: 25px;
}

.single-blog a {
    font-size: 20px;
    font-weight: 600;
}

.single-blog .date {
    color: #666666;
    text-align: left;
    display: inline-block;
    font-size: 13px;
    font-weight: 300;
}

.single-blog .tag {
    text-align: left;
    display: inline-block;
    float: left;
    font-size: 13px;
    font-weight: 300;
    margin-right: 22px;
    position: relative;
}

.single-blog .tag:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 10px;
    background: #acacac;
    right: -12px;
    top: 7px;
}

@media (max-width: 1199px) {
    .single-blog .tag {
        margin-right: 8px;
    }
    .single-blog .tag:after {
        display: none;
    }
}

.single-blog .likes {
    margin-right: 16px;
}

@media (max-width: 800px) {
    .single-blog {
        margin-bottom: 30px;
    }
}

.single-blog .single-blog-content {
    padding: 30px;
}

.single-blog .single-blog-content .meta-bottom p {
    font-size: 13px;
    font-weight: 300;
}
.single-blog .single-blog-content .meta-bottom i {
    color: #fdcb9e;
    font-size: 13px;
    margin-right: 7px;
}

@media (max-width: 1199px) {
    .single-blog .single-blog-content {
        padding: 15px;
    }
}

.single-blog:hover .thumb:after {
    opacity: 0.7;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media (max-width: 1199px) {
    .single-blog h4 {
        transition: all 300ms linear 0s;
        border-bottom: 1px solid #dfdfdf;
        padding-bottom: 14px;
        margin-bottom: 12px;
    }
    .single-blog h4 a {
        font-size: 18px;
    }
}

.full_image.single-blog {
    position: relative;
}

.full_image.single-blog .single-blog-content {
    position: absolute;
    left: 35px;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media (min-width: 992px) {
    .full_image.single-blog .single-blog-content {
        bottom: 100px;
    }
}


.full_image.single-blog h4 {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border-bottom: none;
    padding-bottom: 5px;
}

.full_image.single-blog a {
    font-size: 20px;
    font-weight: 600;
}

.full_image.single-blog .date {
    color: #fff;
}

.full_image.single-blog:hover .single-blog-content {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

/* End Blog Area css
============================================================================================ */
/* Latest Blog Area css
============================================================================================ */
.l_blog_item .l_blog_text .date {
    margin-top: 24px;
    margin-bottom: 15px;
}

.l_blog_item .l_blog_text .date a {
    font-size: 12px;
}

.l_blog_item .l_blog_text h4 {
    font-size: 18px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 0px;
    padding-bottom: 20px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.l_blog_item .l_blog_text p {
    margin-bottom: 0px;
    padding-top: 20px;
}

/* End Latest Blog Area css
============================================================================================ */
/* Causes Area css
============================================================================================ */

.causes_slider .owl-dots {
    text-align: center;
    margin-top: 80px;
}

.causes_slider .owl-dots .owl-dot {
    height: 14px;
    width: 14px;
    background: #eeeeee;
    display: inline-block;
    margin-right: 7px;
}

.causes_slider .owl-dots .owl-dot:last-child {
    margin-right: 0px;
}

.causes_item {
    background: #fff;
}

.causes_item .causes_img {
    position: relative;
}

.causes_item .causes_img .c_parcent {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
    height: 3px;
    background: rgba(255, 255, 255, 0.5);
}

.causes_item .causes_img .c_parcent span {
    width: 70%;
    height: 3px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.causes_item .causes_img .c_parcent span:before {
    content: "75%";
    position: absolute;
    right: -10px;
    bottom: 0px;
    color: #fff;
    padding: 0px 5px;
}

.causes_item .causes_text {
    padding: 30px 35px 40px 30px;
}

.causes_item .causes_text h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    cursor: pointer;
}
.causes_item .causes_text p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 0px;
}

.causes_item .causes_bottom a {
    width: 50%;
    border: 1px solid;
    text-align: center;
    float: left;
    line-height: 50px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.causes_item .causes_bottom a + a {
    border-color: #eeeeee;
    background: #fff;
    font-size: 14px;
}

/* End Causes Area css
============================================================================================ */
/*================= latest_blog_area css =============*/
.latest_blog_area {
    background: #f9f9ff;
}
.single-recent-blog-post {
    margin-bottom: 30px;
}
.single-recent-blog-post .thumb {
    overflow: hidden;
}

.single-recent-blog-post .thumb img {
    transition: all 0.7s linear;
}

.single-recent-blog-post .details {
    padding-top: 30px;
}

.single-recent-blog-post .details .sec_h4 {
    line-height: 24px;
    padding: 10px 0px 13px;
    transition: all 0.3s linear;
}

.single-recent-blog-post .date {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

.single-recent-blog-post:hover img {
    transform: scale(1.23) rotate(10deg);
}

.tags .tag_btn {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    border: 1px solid #eeeeee;
    display: inline-block;
    padding: 1px 18px;
    text-align: center;
}

.tags .tag_btn + .tag_btn {
    margin-left: 2px;
}

/*========= blog_categorie_area css ===========*/

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

@media (min-width: 900px) {
 
    .blog_categorie_area {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (min-width: 1100px) {
 
    .blog_categorie_area {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

.categories_post {
    position: relative;
    text-align: center;
    cursor: pointer;
}

.categories_post img {
    max-width: 100%;
}

.categories_post .categories_details {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background: rgba(34, 34, 34, 0.75);
    color: #fff;
    transition: all 0.3s linear;
    display: flex;
    align-items: center;
    justify-content: center;
}

.categories_post .categories_details h5 {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
}

.categories_post .categories_details p {
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 0px;
}

.categories_post .categories_details .border_line {
    margin: 10px 0px;
    background: #fff;
    width: 100%;
    height: 1px;
}

.categories_post:hover .categories_details {
    background: rgba(222, 99, 32, 0.85);
}

/*============ blog_left_sidebar css ==============*/

.blog_item {
    margin-bottom: 50px;
}

.blog_details {
    padding: 30px 0 20px 10px;
    box-shadow: 0px 10px 20px 0px rgba(221, 221, 221, 0.3);
}

@media (min-width: 768px) {

    .blog_details {
        padding: 60px 30px 35px 35px;
    }
}

.blog_details p {
    margin-bottom: 30px;
}

.blog_details a {
    color: #ff8b23;
}

.blog_details a:hover {
    color: #023833;
}

.blog_details h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

@media (min-width: 768px) {
    .blog_details h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }
}

.blog-info-link li {
    float: left;
    font-size: 14px;
}
.blog-info-link li a {
    color: #999999;
}
.blog-info-link li i,
.blog-info-link li span {
    font-size: 13px;
    margin-right: 5px;
}

.blog-info-link li::after {
    content: "|";
    padding-left: 10px;
    padding-right: 10px;
}
.blog-info-link li:last-child::after {
    display: none;
}
.blog-info-link::after {
    content: "";
    display: block;
    clear: both;
    display: table;
}
.blog_item_img {
    position: relative;
}
.blog_item_img .blog_item_date {
    position: absolute;
    bottom: -10px;
    left: 10px;
    display: block;
    color: #fff;
    background-color: #ff003c;
    padding: 8px 15px;
    border-radius: 5px;
}

@media (min-width: 768px) {
    .blog_item_img .blog_item_date {
        bottom: -20px;
        left: 40px;
        padding: 13px 30px;
    }
}
.blog_item_img .blog_item_date h3 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.2;
}

@media (min-width: 768px) {
    .blog_item_img .blog_item_date h3 {
        font-size: 30px;
    }
}
.blog_item_img .blog_item_date p {
    font-size: 18px;
    margin-bottom: 0;
    color: #fff;
}

@media (min-width: 768px) {
 
    .blog_item_img .blog_item_date p {
        font-size: 18px;
    }
}

.blog_right_sidebar .widget_title {
    font-size: 20px;
    margin-bottom: 40px;
}

.blog_right_sidebar .widget_title::after {
    content: "";
    display: block;
    padding-top: 15px;
    border-bottom: 1px solid #f0e9ff;
}

.blog_right_sidebar .single_sidebar_widget {
    background: #fbf9ff;
    padding: 30px;
    margin-bottom: 30px;
}
.blog_right_sidebar .single_sidebar_widget .btn_1 {
    margin-top: 0px;
}

.blog_right_sidebar .search_widget .form-control {
    height: 50px;
    border-color: #f0e9ff;
    font-size: 13px;
    color: #999999;
    padding-left: 20px;
    border-radius: 0;
    border-right: 0;
}

.blog_right_sidebar .search_widget .form-control::placeholder {
    color: #999999;
}

.blog_right_sidebar .search_widget .form-control:focus {
    border-color: #f0e9ff;
    outline: 0;
    box-shadow: none;
}

.blog_right_sidebar .search_widget .input-group button {
    background: #023833;
    border-left: 0;
    border: 1px solid #f0e9ff;
    padding: 4px 15px;
    border-left: 0;
    cursor: pointer;
}

.blog_right_sidebar .search_widget .input-group button i {
    color: #fff;
}

.blog_right_sidebar .search_widget .input-group button span {
    font-size: 14px;
    color: #999999;
}

.blog_right_sidebar .newsletter_widget .form-control {
    height: 50px;
    border-color: #f0e9ff;
    font-size: 13px;
    color: #999999;
    padding-left: 20px;
    border-radius: 0;
}

.blog_right_sidebar .newsletter_widget .form-control::placeholder {
    color: #999999;
}

.blog_right_sidebar .newsletter_widget .form-control:focus {
    border-color: #f0e9ff;
    outline: 0;
    box-shadow: none;
}

.blog_right_sidebar .newsletter_widget .input-group button {
    background: #fff;
    border-left: 0;
    border: 1px solid #f0e9ff;
    padding: 4px 15px;
    border-left: 0;
}

.blog_right_sidebar .newsletter_widget .input-group button i,
.blog_right_sidebar .newsletter_widget .input-group button span {
    font-size: 14px;
    color: #fff;
}

.blog_right_sidebar .post_category_widget .cat-list li {
    border-bottom: 1px solid #f0e9ff;
    transition: all 0.3s ease 0s;
    padding-bottom: 12px;
}

.blog_right_sidebar .post_category_widget .cat-list li:last-child {
    border-bottom: 0;
}

.blog_right_sidebar .post_category_widget .cat-list li a {
    font-size: 14px;
    line-height: 20px;
    color: #888888;
}

.blog_right_sidebar .post_category_widget .cat-list li a p {
    margin-bottom: 0px;
}

.blog_right_sidebar .post_category_widget .cat-list li + li {
    padding-top: 15px;
}

.blog_right_sidebar .popular_post_widget .post_item .media-body {
    justify-content: center;
    align-self: center;
    padding-left: 20px;
}

.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 6px;
    transition: all 0.3s linear;
}

.blog_right_sidebar .popular_post_widget .post_item .media-body a:hover {
    color: #fff;
}

.blog_right_sidebar .popular_post_widget .post_item .media-body p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0px;
}

.blog_right_sidebar .popular_post_widget .post_item + .post_item {
    margin-top: 20px;
}

.blog_right_sidebar .tag_cloud_widget ul li {
    display: inline-block;
}
.blog_right_sidebar .tag_cloud_widget ul li a {
    display: inline-block;
    border: 1px solid #eeeeee;
    background: #fff;
    padding: 4px 20px;
    margin-bottom: 8px;
    margin-right: 3px;
    transition: all 0.3s ease 0s;
    color: #888888;
    font-size: 13px;
}

.blog_right_sidebar .tag_cloud_widget ul li a:hover {
    background: #ff003c;
    color: #fff !important;
    -webkit-text-fill-color: #fff;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.blog_right_sidebar .instagram_feeds .instagram_row {
    display: flex;
    margin-right: -6px;
    margin-left: -6px;
}

.blog_right_sidebar .instagram_feeds .instagram_row li {
    width: 33.33%;
    float: left;
    padding-right: 6px;
    padding-left: 6px;
    margin-bottom: 15px;
}


.blog_right_sidebar .br {
    width: 100%;
    height: 1px;
    background: #eeeeee;
    margin: 30px 0px;
}

ss */
.blog-pagination {
    margin-top: 80px;
}


.blog-pagination .page-link {
    font-size: 14px;
    position: relative;
    display: block;
    padding: 0;
    text-align: center;
    margin-left: -1px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    border-radius: 0 !important;
    color: #8a8a8a;
    border: 1px solid #f0e9ff;
    margin-right: 10px;
}


.blog-pagination .page-link i,
.blog-pagination .page-link span {
    font-size: 13px;
}


.blog-pagination .page-item.active .page-link {
    background-color: #fbf9ff;
    border-color: #f0e9ff;
    color: #888888;
}


.blog-pagination .page-item:last-child .page-link {
    margin-right: 0;
}

/*============ Start Blog Single Styles=============*/
/* line 1052, ../../assets/scss/_blog_page.scss */
.single-post-area .blog_details {
    box-shadow: none;
    padding: 0;
}


.single-post-area .social-links {
    padding-top: 10px;
}


.single-post-area .social-links li {
    display: inline-block;
    margin-bottom: 10px;
}


.single-post-area .social-links li a {
    color: #cccccc;
    padding: 7px;
    font-size: 14px;
    transition: all 0.2s linear;
}


.single-post-area .blog_details {
    padding-top: 26px;
}


.single-post-area .blog_details p {
    margin-bottom: 20px;
    font-size: 15px;
}


.single-post-area .quote-wrapper {
    background: rgba(130, 139, 178, 0.1);
    padding: 15px;
    line-height: 1.733;
    color: #888888;
    font-style: italic;
    margin-top: 25px;
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    
    .single-post-area .quote-wrapper {
        padding: 30px;
    }
}


.single-post-area .quotes {
    background: #fff;
    padding: 15px 15px 15px 20px;
    border-left: 2px solid;
}

@media (min-width: 768px) {
    
    .single-post-area .quotes {
        padding: 25px 25px 25px 30px;
    }
}


.single-post-area .arrow {
    position: absolute;
}

.single-post-area .arrow .lnr {
    font-size: 20px;
    font-weight: 600;
}


.single-post-area .thumb .overlay-bg {
    background: rgba(0, 0, 0, 0.8);
}


.single-post-area .navigation-top {
    padding-top: 15px;
    border-top: 1px solid #f0e9ff;
}


.single-post-area .navigation-top p {
    margin-bottom: 0;
}

.single-post-area .navigation-top .like-info {
    font-size: 14px;
}

.single-post-area .navigation-top .like-info i,
.single-post-area .navigation-top .like-info span {
    font-size: 16px;
    margin-right: 5px;
}

.single-post-area .navigation-top .comment-count {
    font-size: 14px;
}

.single-post-area .navigation-top .comment-count i,
.single-post-area .navigation-top .comment-count span {
    font-size: 16px;
    margin-right: 5px;
}

.single-post-area .navigation-top .social-icons li {
    display: inline-block;
    margin-right: 15px;
}

.single-post-area .navigation-top .social-icons li:last-child {
    margin: 0;
}

.single-post-area .navigation-top .social-icons li i,
.single-post-area .navigation-top .social-icons li span {
    font-size: 14px;
    color: #999999;
}

.single-post-area .blog-author {
    padding: 40px 30px;
    background: #fbf9ff;
    margin-top: 50px;
}

@media (max-width: 600px) {
 
    .single-post-area .blog-author {
        padding: 20px 8px;
    }
}
.single-post-area .blog-author img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-right: 30px;
}

@media (max-width: 600px) {

    .single-post-area .blog-author img {
        margin-right: 15px;
        width: 45px;
        height: 45px;
    }
}

.single-post-area .blog-author a {
    display: inline-block;
}

.single-post-area .blog-author a:hover {
    color: #023833;
}

.single-post-area .blog-author p {
    margin-bottom: 0;
    font-size: 15px;
}

.single-post-area .blog-author h4 {
    font-size: 16px;
}

.single-post-area .navigation-area {
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
    margin-top: 55px;
}

.single-post-area .navigation-area p {
    margin-bottom: 0px;
}

.single-post-area .navigation-area h4 {
    font-size: 18px;
    line-height: 25px;
}

.single-post-area .navigation-area .nav-left {
    text-align: left;
}

.single-post-area .navigation-area .nav-left .thumb {
    margin-right: 20px;
    background: #000;
}

.single-post-area .navigation-area .nav-left .thumb img {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.single-post-area .navigation-area .nav-left .lnr {
    margin-left: 20px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.single-post-area .navigation-area .nav-left:hover .lnr {
    opacity: 1;
}

.single-post-area .navigation-area .nav-left:hover .thumb img {
    opacity: 0.5;
}

@media (max-width: 767px) {
    .single-post-area .navigation-area .nav-left {
        margin-bottom: 30px;
    }
}

.single-post-area .navigation-area .nav-right {
    text-align: right;
}

.single-post-area .navigation-area .nav-right .thumb {
    margin-left: 20px;
    background: #000;
}

.single-post-area .navigation-area .nav-right .thumb img {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.single-post-area .navigation-area .nav-right .lnr {
    margin-right: 20px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.single-post-area .navigation-area .nav-right:hover .lnr {
    opacity: 1;
}
.single-post-area .navigation-area .nav-right:hover .thumb img {
    opacity: 0.5;
}

@media (max-width: 991px) {
    .single-post-area .sidebar-widgets {
        padding-bottom: 0px;
    }
}

.comments-area {
    background: transparent;
    border-top: 1px solid #eee;
    padding: 45px 0;
    margin-top: 50px;
}

@media (max-width: 414px) {
    .comments-area {
        padding: 50px 8px;
    }
}
.comments-area h4 {
    margin-bottom: 35px;
    font-size: 18px;
}

.comments-area h5 {
    font-size: 16px;
    margin-bottom: 0px;
}

.comments-area .comment-list {
    padding-bottom: 48px;
}
.comments-area .comment-list:last-child {
    padding-bottom: 0px;
}

.comments-area .comment-list.left-padding {
    padding-left: 25px;
}

@media (max-width: 413px) {
    .comments-area .comment-list .single-comment h5 {
        font-size: 12px;
    }
    .comments-area .comment-list .single-comment .date {
        font-size: 11px;
    }
    .comments-area .comment-list .single-comment .comment {
        font-size: 10px;
    }
}

.comments-area .thumb {
    margin-right: 20px;
}

.comments-area .thumb img {
    width: 70px;
    border-radius: 50%;
}

.comments-area .date {
    font-size: 14px;
    color: #999999;
    margin-bottom: 0;
    margin-left: 20px;
}

.comments-area .comment {
    margin-bottom: 10px;
    color: #777777;
    font-size: 15px;
}

.comments-area .btn-reply {
    background-color: transparent;
    color: #888888;
    padding: 5px 18px;
    font-size: 14px;
    display: block;
    font-weight: 400;
}

.comment-form {
    border-top: 1px solid #eee;
    padding-top: 45px;
    margin-top: 50px;
    margin-bottom: 20px;
}

.comment-form .form-group {
    margin-bottom: 30px;
}

.comment-form h4 {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 22px;
}

.comment-form .name {
    padding-left: 0px;
}

@media (max-width: 767px) {
    .comment-form .name {
        padding-right: 0px;
        margin-bottom: 1rem;
    }
}

.comment-form .email {
    padding-right: 0px;
}

@media (max-width: 991px) {
    .comment-form .email {
        padding-left: 0px;
    }
}

.comment-form .form-control {
    border: 1px solid #f0e9ff;
    border-radius: 5px;
    height: 48px;
    padding-left: 18px;
    font-size: 13px;
    background: transparent;
}
.comment-form .form-control:focus {
    outline: 0;
    box-shadow: none;
}
.comment-form .form-control::placeholder {
    font-weight: 300;
    color: #999999;
}
.comment-form .form-control::placeholder {
    color: #777777;
}
.comment-form textarea {
    padding-top: 18px;
    border-radius: 12px;
    height: 100% !important;
}

.comment-form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 13px;
    color: #777;
}

.comment-form ::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 13px;
    color: #777;
}

.comment-form :-ms-input-placeholder {
    /* IE 10+ */
    font-size: 13px;
    color: #777;
}
.comment-form :-moz-placeholder {
    /* Firefox 18- */
    font-size: 13px;
    color: #777;
}

.contact-info {
    margin-bottom: 25px;
}

.contact-info__icon {
    margin-right: 20px;
}
.contact-info__icon i,
.contact-info__icon span {
    color: #8f9195;
    font-size: 27px;
}
.contact-info .media-body h3 {
    font-size: 16px;
    margin-bottom: 0;
    font-size: 16px;
    color: #2a2a2a;
}
.contact-info .media-body h3 a:hover {
    color: #222222;
}
.contact-info .media-body p {
    color: #8a8a8a;
}

/*=================== contact banner end ====================*/
/*=================== contact form start ====================*/
.contact-title {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 20px;
}
.form-contact label {
    font-size: 14px;
}
.form-contact .form-group {
    margin-bottom: 30px;
}
.form-contact .form-control {
    border: 1px solid #e5e6e9;
    border-radius: 0px;
    height: 48px;
    padding-left: 18px;
    font-size: 13px;
    background: transparent;
}
.form-contact .form-control:focus {
    outline: 0;
    box-shadow: none;
}
.form-contact .form-control::placeholder {
    font-weight: 300;
    color: #999999;
}
.form-contact textarea {
    border-radius: 0px;
    height: 100% !important;
}

/*=================== contact form end ====================*/
/* Contact Success and error Area css
============================================================================================ */
.modal-message .modal-dialog {
    position: absolute;
    top: 36%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) !important;
    margin: 0px;
    max-width: 500px;
    width: 100%;
}

.modal-message .modal-dialog .modal-content .modal-header {
    text-align: center;
    display: block;
    border-bottom: none;
    padding-top: 50px;
    padding-bottom: 50px;
}

.modal-message .modal-dialog .modal-content .modal-header .close {
    position: absolute;
    right: -15px;
    top: -15px;
    padding: 0px;
    color: #fff;
    opacity: 1;
    cursor: pointer;
}
.modal-message .modal-dialog .modal-content .modal-header h2 {
    display: block;
    text-align: center;
    padding-bottom: 10px;
}
.modal-message .modal-dialog .modal-content .modal-header p {
    display: block;
}
.contact-section {
    padding: 130px 0 100px;
}

@media (max-width: 991px) {
    .contact-section {
        padding: 70px 0 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .contact-section {
        padding: 80px 0 50px;
    }
}
.contact-section .btn_2 {
    background-color: #191d34;
    padding: 18px 60px;
    border-radius: 50px;
    margin-top: 0;
}

.contact-section .btn_2:hover {
    background-color: #222222;
}

.breadcam_bg {
    background-image: url(../img/banner/bradcam.png);
}
.breadcam_bg_1 {
    background-image: url(../img/banner/bradcam2.png);
}

.breadcam_bg_2 {
    background-image: url(../img/banner/bradcam3.png);
}
.bradcam_area {
    background-size: cover;
    background-position: center center;
    padding: 160px 0;
    background-position: bottom;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .bradcam_area {
        padding: 150px 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .bradcam_area {
        padding: 150px 0;
    }
}
.bradcam_area h3 {
    font-size: 50px;
    color: #fff;
    font-weight: 900;
    margin-bottom: 0;
    font-family: "Ubuntu", serif;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .bradcam_area h3 {
        font-size: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .bradcam_area h3 {
        font-size: 40px;
    }
}
.popup_box {
    background: #fff;
    display: inline-block;
    z-index: 9;
    width: 681px;
    padding: 60px 40px;
}

@media (max-width: 767px) {
    .popup_box {
        width: 320px;
        padding: 45px 30px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {

    .popup_box {
        width: 420px !important;
        padding: 45px 30px;
    }
}
.popup_box h3 {
    text-align: center;
    font-size: 22px;
    color: #1f1f1f;
    margin-bottom: 46px;
}
.popup_box .boxed-btn3 {
    width: 100%;
    text-transform: capitalize;
}
.popup_box .nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    /* border-radius: 5px; */
    border: solid 1px #e2e2e2;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: "Ubuntu", sans-serif;
    font-weight: normal;
    width: 100% !important;
    /* height: 42px; */
    line-height: 50px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
    border-radius: 0;
    margin-bottom: 30px;
    height: 50px !important;
    font-size: 16px;
    font-weight: 400;
    color: #919191;
}
.popup_box .nice-select::after {
    content: "\f0d7";
    display: block;
    height: 5px;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    right: 17px;
    top: 3px;
    transition: all 0.15s ease-in-out;
    width: 5px;
    font-family: fontawesome;
    color: #919191;
    font-size: 15px;
}
.popup_box .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    height: 200px;
    overflow-y: scroll;
}
.popup_box .nice-select.list {
    height: 200px;
    overflow-y: scroll;
}
#test-form {
    display: inline-block;
    margin: auto;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
    #test-form {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
#test-form .mfp-close-btn-in .mfp-close {
    color: #333;
    display: none !important;
}
#test-form button.mfp-close {
    display: none !important;
}

@media (max-width: 767px) {
    #test-form button.mfp-close {
        display: block !important;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
    }
}
#test-form button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
    width: 40px;
    height: 40px;
    background: #4a3600;
    text-align: center;
    line-height: 20px;
    position: absolute;
    right: 0;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    position: absolute;
    right: -6px;
    color: #fff !important;
}
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #4a3600;
    opacity: 0.6;
}

@media (max-width: 767px) {
    .gj-picker.gj-picker-md.timepicker {
        width: 310px;
        left: 6px !important;
    }
}

@media (max-width: 767px) {
    .gj-picker.gj-picker-md.datepicker.gj-unselectable {
        width: 320px;
        left: 0 !important;
    }
}
.flex-center-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}
.overlay::before {
    background-image: -moz-linear-gradient(170deg, rgba(34, 34, 34, 0) 0%, black 100%);
    background-image: -webkit-linear-gradient(170deg, rgba(34, 34, 34, 0) 0%, black 100%);
    background-image: -ms-linear-gradient(170deg, rgba(34, 34, 34, 0) 0%, black 100%);
}

/**************** extend css start ****************/
/**************** extend css start ****************/
.sample-text-area {
    background: #fff;
    padding: 100px 0 70px 0;
}
.text-heading {
    margin-bottom: 30px;
    font-size: 24px;
}
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
    color: #828bb2;
}
.button-area {
    background: #fff;
}
.button-area .border-top-generic {
    padding: 70px 15px;
    border-top: 1px dotted #eee;
}
.button-group-area .genric-btn {
    margin-right: 10px;
    margin-top: 10px;
}
.button-group-area .genric-btn:last-child {
    margin-right: 0;
}
.genric-btn {
    display: inline-block;
    outline: none;
    line-height: 40px;
    padding: 0 30px;
    font-size: 0.8em;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.genric-btn:focus {
    outline: none;
}
.genric-btn.e-large {
    padding: 0 40px;
    line-height: 50px;
}
.genric-btn.large {
    line-height: 45px;
}
.genric-btn.medium {
    line-height: 30px;
}
.genric-btn.small {
    line-height: 25px;
}
.genric-btn.radius {
    border-radius: 3px;
}

.genric-btn.circle {
    border-radius: 20px;
}
.genric-btn.arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.genric-btn.arrow span {
    margin-left: 10px;
}
.genric-btn.default {
    color: #415094;
    background: #f9f9ff;
    border: 1px solid transparent;
}
.genric-btn.default:hover {
    border: 1px solid #f9f9ff;
    background: #fff;
}
.genric-btn.default-border {
    border: 1px solid #f9f9ff;
    background: #fff;
}
.genric-btn.default-border:hover {
    color: #415094;
    background: #f9f9ff;
    border: 1px solid transparent;
}
.genric-btn.primary {
    color: #fff;
    background: #222222;
    border: 1px solid transparent;
}
.genric-btn.primary:hover {
    color: #222222;
    border: 1px solid #222222;
    background: #fff;
}

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

.genric-btn.primary-border:hover {
    color: #fff;
    background: #222222;
    border: 1px solid transparent;
}

.genric-btn.success {
    color: #fff;
    background: #4cd3e3;
    border: 1px solid transparent;
}
.genric-btn.success:hover {
    color: #4cd3e3;
    border: 1px solid #4cd3e3;
    background: #fff;
}

.genric-btn.success-border {
    color: #4cd3e3;
    border: 1px solid #4cd3e3;
    background: #fff;
}

.genric-btn.success-border:hover {
    color: #fff;
    background: #4cd3e3;
    border: 1px solid transparent;
}
.genric-btn.info {
    color: #fff;
    background: #38a4ff;
    border: 1px solid transparent;
}

.genric-btn.info:hover {
    color: #38a4ff;
    border: 1px solid #38a4ff;
    background: #fff;
}
.genric-btn.info-border {
    color: #38a4ff;
    border: 1px solid #38a4ff;
    background: #fff;
}

.genric-btn.info-border:hover {
    color: #fff;
    background: #38a4ff;
    border: 1px solid transparent;
}

.genric-btn.warning {
    color: #fff;
    background: #f4e700;
    border: 1px solid transparent;
}
.genric-btn.warning:hover {
    color: #f4e700;
    border: 1px solid #f4e700;
    background: #fff;
}
.genric-btn.warning-border {
    color: #f4e700;
    border: 1px solid #f4e700;
    background: #fff;
}

.genric-btn.warning-border:hover {
    color: #fff;
    background: #f4e700;
    border: 1px solid transparent;
}

.genric-btn.danger {
    color: #fff;
    background: #f44a40;
    border: 1px solid transparent;
}

.genric-btn.danger:hover {
    color: #f44a40;
    border: 1px solid #f44a40;
    background: #fff;
}

.genric-btn.danger-border {
    color: #f44a40;
    border: 1px solid #f44a40;
    background: #fff;
}

.genric-btn.danger-border:hover {
    color: #fff;
    background: #f44a40;
    border: 1px solid transparent;
}

.genric-btn.link {
    color: #415094;
    background: #f9f9ff;
    text-decoration: underline;
    border: 1px solid transparent;
}

.genric-btn.link:hover {
    color: #415094;
    border: 1px solid #f9f9ff;
    background: #fff;
}

.genric-btn.link-border {
    color: #415094;
    border: 1px solid #f9f9ff;
    background: #fff;
    text-decoration: underline;
}

.genric-btn.link-border:hover {
    color: #415094;
    background: #f9f9ff;
    border: 1px solid transparent;
}

.genric-btn.disable {
    color: #222222, 0.3;
    background: #f9f9ff;
    border: 1px solid transparent;
    cursor: not-allowed;
}

.generic-blockquote {
    padding: 30px 50px 30px 30px;
    background: #f9f9ff;
    border-left: 2px solid #222222;
}

.progress-table-wrap {
    overflow-x: scroll;
}

.progress-table {
    background: #f9f9ff;
    padding: 15px 0px 30px 0px;
    min-width: 800px;
}

.progress-table .serial {
    width: 11.83%;
    padding-left: 30px;
}

.progress-table .country {
    width: 28.07%;
}

.progress-table .visit {
    width: 19.74%;
}

.progress-table .percentage {
    width: 40.36%;
    padding-right: 50px;
}

.progress-table .table-head {
    display: flex;
}

.progress-table .table-head .serial,
.progress-table .table-head .country,
.progress-table .table-head .visit,
.progress-table .table-head .percentage {
    color: #415094;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 500;
}

.progress-table .table-row {
    padding: 15px 0;
    border-top: 1px solid #edf3fd;
    display: flex;
}

.progress-table .table-row .serial,
.progress-table .table-row .country,
.progress-table .table-row .visit,
.progress-table .table-row .percentage {
    display: flex;
    align-items: center;
}

.progress-table .table-row .country img {
    margin-right: 15px;
}

.progress-table .table-row .percentage .progress {
    width: 80%;
    border-radius: 0px;
    background: transparent;
}

.progress-table .table-row .percentage .progress .progress-bar {
    height: 5px;
    line-height: 5px;
}

.progress-table .table-row .percentage .progress .progress-bar.color-1 {
    background-color: #6382e6;
}

.progress-table .table-row .percentage .progress .progress-bar.color-2 {
    background-color: #e66686;
}

.progress-table .table-row .percentage .progress .progress-bar.color-3 {
    background-color: #f09359;
}
.progress-table .table-row .percentage .progress .progress-bar.color-4 {
    background-color: #73fbaf;
}

.progress-table .table-row .percentage .progress .progress-bar.color-5 {
    background-color: #73fbaf;
}

.progress-table .table-row .percentage .progress .progress-bar.color-6 {
    background-color: #6382e6;
}

.progress-table .table-row .percentage .progress .progress-bar.color-7 {
    background-color: #a367e7;
}

.progress-table .table-row .percentage .progress .progress-bar.color-8 {
    background-color: #e66686;
}

.single-gallery-image {
    margin-top: 30px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    height: 200px;
}

.list-style {
    width: 14px;
    height: 14px;
}

.unordered-list li {
    position: relative;
    padding-left: 30px;
    line-height: 1.82em !important;
}

.unordered-list li:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border: 3px solid #222222;
    background: #fff;
    top: 4px;
    left: 0;
    border-radius: 50%;
}
.ordered-list {
    margin-left: 30px;
}

.ordered-list li {
    list-style-type: decimal-leading-zero;
    color: #222222;
    font-weight: 500;
    line-height: 1.82em !important;
}

.ordered-list li span {
    font-weight: 300;
    color: #828bb2;
}
.ordered-list-alpha li {
    margin-left: 30px;
    list-style-type: lower-alpha;
    color: #222222;
    font-weight: 500;
    line-height: 1.82em !important;
}

.ordered-list-alpha li span {
    font-weight: 300;
    color: #828bb2;
}

.ordered-list-roman li {
    margin-left: 30px;
    list-style-type: lower-roman;
    color: #222222;
    font-weight: 500;
    line-height: 1.82em !important;
}

.ordered-list-roman li span {
    font-weight: 300;
    color: #828bb2;
}

.single-input {
    display: block;
    width: 100%;
    line-height: 40px;
    border: none;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px;
}

.single-input:focus {
    outline: none;
}

.input-group-icon {
    position: relative;
}

.input-group-icon .icon {
    position: absolute;
    left: 20px;
    top: 0;
    line-height: 40px;
    z-index: 3;
}

.input-group-icon .icon i {
    color: #797979;
}

.input-group-icon .single-input {
    padding-left: 45px;
}

.single-textarea {
    display: block;
    width: 100%;
    line-height: 40px;
    border: none;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px;
    height: 100px;
    resize: none;
}
.single-textarea:focus {
    outline: none;
}
.single-input-primary {
    display: block;
    width: 100%;
    line-height: 40px;
    border: 1px solid transparent;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px;
}

.single-input-primary:focus {
    outline: none;
    border: 1px solid #222222;
}

.single-input-accent {
    display: block;
    width: 100%;
    line-height: 40px;
    border: 1px solid transparent;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px;
}

.single-input-accent:focus {
    outline: none;
    border: 1px solid #eb6b55;
}

.single-input-secondary {
    display: block;
    width: 100%;
    line-height: 40px;
    border: 1px solid transparent;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px;
}

.single-input-secondary:focus {
    outline: none;
    border: 1px solid #f09359;
}

.mt-10 {
    margin-top: 10px;
}

.section-top-border {
    padding: 50px 0;
    border-top: 1px dotted #eee;
}

/* Main Button Area css
============================================================================================ */

.submit_btn {
    width: auto;
    display: inline-block;
    background: #fff;
    padding: 0px 50px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 50px;
    border-radius: 5px;
    outline: none !important;
    box-shadow: none !important;
    text-align: center;
    border: 1px solid #fdcb9e;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.submit_btn:hover {
    background: transparent;
}

.btn_1 {
    display: inline-block;
    padding: 17px 50px;
    border-radius: 5px;
    background-color: #023833;
    border: 2px solid #023833;
    font-size: 15px;
    font-weight: 500;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-transform: capitalize;
    color: #fff;
}

.btn_1:hover {
    background-color: #fff;
    color: #023833;
}
.btn_3 {
    display: inline-block;
    padding: 18px 36px;
    border-radius: 5px;
    background-color: transparent;
    border: 1px solid #023833;
    font-size: 15px;
    font-weight: 700;
    color: #023833;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.btn_3:hover {
    background-color: #023833;
    color: #fff;
}

.btn_2 {
    display: inline-block;
    width: 180px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #fff;
    font-size: 15px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    color: #1e1e1e;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-transform: capitalize;
}

.btn_2:hover {
    color: #fff !important;
    background-color: #023833;
}

@media (max-width: 991px) {
    .btn_2 {
        height: 50px;
        width: 140px;
        line-height: 50px;
    }
}

.btn_4 {
    color: #023833;
    font-size: 15px;
    font-weight: 700;
    margin-top: 53px;
    display: inline-block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
}

@media (max-width: 991px) {

    .btn_4 {
        margin-top: 30px;
    }
}

.btn_4 img {
    width: 20px;
    margin-left: 15px;
}

/*=================== custom button rule start ====================*/

.button {
display: inline-block;
border: 2px solid #fff;
text-transform: capitalize;
overflow: hidden;
white-space: nowrap;
text-overflow: clip;
font-size: 16px;
font-weight: 600;
padding: 13px 35px;
border-radius: 30px;
background-color: #fff;
color: #023833;
transition: all 0.4s ease;
cursor: pointer;
}

.button i,
.button span {
margin-left: 5px;
}

.button:hover {
background-color: #fff;
border-color: #023833;
color: #023833;
}

.button-header {
padding: 12px 30px;
}

.button.bg:hover {
border-color: #fff;
color: #fff;
}

.button-light {
background-color: #fff;
border-color: #023833;
}

.button-light:hover {
background-color: #023833;
color: #fff;
}
/* End Main Button Area css
============================================================================================ */

.blog-area .single-blog {
    box-shadow: 1.395px 19.951px 38px 0px rgba(0, 0, 0, 0.05);
    transition: 0.4s;
}

.blog-area .single-blog:hover .blog-img img {
    transform: rotate(1deg) scale(1.1);
}

.blog-area .single-blog .blog-img {
    overflow: hidden;
}

.blog-area .single-blog .blog-img img {
    width: 100%;
    transform: rotate(0deg) scale(1);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.blog-area .single-blog .blog-caption {
    padding: 22px 40px 20px 40px;
}

@media (max-width: 767px) {
    .blog-area .single-blog .blog-caption {
        padding: 22px 22px 20px 20px;
    }
}

.blog-area .single-blog .blog-caption .blog-cap-top span {
    color: #fff;
    background: #ff003c;
    padding: 4px 13px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
    border-radius: 5px;
}

.blog-area .single-blog .blog-caption .blog-cap-top ul li {
    color: #c7c7c7;
    font-size: 14px;
    font-family: "Ubuntu", sans-serif;
}

.blog-area .single-blog .blog-caption .blog-cap-top ul li a {
    color: #ff003c;
    font-size: 14px;
}

.blog-area .single-blog .blog-caption .blog-cap-mid p a {
    color: #444444;
    font-size: 18px;
    font-family: "Ubuntu", sans-serif;
    line-height: 28px;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .blog-area .single-blog .blog-caption .blog-cap-mid p a {
        font-size: 14px;
    }
}

.blog-area .single-blog .blog-caption .blog-cap-mid p a:hover {
    color: #ff003c;
}

.blog-area .single-blog .blog-caption .blog-cap-bottom {
    padding-top: 20px;
    border-top: 1px solid #f9f9f9;
}


.blog-area .single-blog .blog-caption .blog-cap-bottom span {
    color: #adadad;
    font-size: 14px;
}

.blog-area .single-blog .blog-caption .blog-cap-bottom span img {
    margin-right: 5px;
}

.pb-168 {
    padding-bottom: 168px;
}

.single_blog_post .desc a {
    font-size: 16px;
    color: #232b2b !important;
}
.single_blog_post .single_blog .single_appartment_content {
    padding: 38px 38px 23px;
    border: 0px solid #fdcb9e;
    box-shadow: 0px 10px 20px 0px rgba(221, 221, 221, 0.3);
}

.single_blog_post .single_blog .single_appartment_content p {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.single_blog_post .single_blog .single_appartment_content p a {
    color: #023833;
}

.single_blog_post .single_blog .single_appartment_content h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.481;
    margin-bottom: 16px;
}

.single_blog_post .single_blog .single_appartment_content h5 {
    font-size: 15px;
    color: #8a8a8a;
    font-weight: 400;
}

.single_blog_post .single_blog .single_appartment_content .list-unstyled {
    margin-top: 33px;
}
.single_blog_post .single_blog .single_appartment_content .list-unstyled li {
    display: inline;
    margin-right: 17px;
    color: #999999;
}
.single_blog_post .single_blog .single_appartment_content .list-unstyled li a {
    margin-right: 8px;
    color: #999999;
}

.single_product_list {
    padding: 200px 0 100px;
}

@media (max-width: 991px) {
    .single_product_list {
        padding: 100px 0 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single_product_list {
        padding: 100px 0 100px;
    }
}

.single_product_list .single_product_img {
    position: relative;
    margin: 35px 0 0 35px;
}

@media (max-width: 991px) {
    .single_product_list .single_product_img {
        max-width: 204px;
    }
}

.single_product_list .single_product_img .product_overlay {
    position: absolute;
    left: -35px;
    top: -35px;
    z-index: -1;
}

.single_product_list .single_product_content h5 {
    font-weight: 500;
    font-size: 20px;
    color: #b08ead;
}

@media (max-width: 991px) {
    .single_product_list .single_product_content h5 {
        font-size: 16px;
    }
}

.single_product_list .single_product_content h2 {
    font-size: 40px;
    line-height: 1.5;
    font-weight: 500;
    margin: 10px 0 50px;
}

.single_product_list .single_product_content h2 a {
    color: #191d34;
}

.single_product_list .single_product_content h2 a:hover {
    color: #828bb2;
}

@media (max-width: 991px) {

    .single_product_list .single_product_content h2 {
        font-size: 25px;
        margin: 10px 0 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    .single_product_list .single_product_content h2 {
        font-size: 30px;
        margin: 10px 0 30px;
    }
}

@media (max-width: 991px) {
  
    .single_product_list .single_product_content {
        margin-top: 80px;
    }
 
    .single_product_list .single_product_content .btn_3 {
        padding: 13px 29px;
    }
}

.single_product_list .single_product_iner {
    margin-bottom: 100px;
}

@media (max-width: 991px) {
 
    .single_product_list .single_product_iner {
        margin-bottom: 60px;
    }
}
.single_product_list .single_product_iner:nth-child(2n-2) .row {
    flex-direction: row-reverse;
    margin-top: 140px;
}

@media (max-width: 991px) {

    .single_product_list .single_product_iner:nth-child(2n-2) .row {
        margin-bottom: 70px;
        margin-top: 100px;
    }
}

@media (max-width: 991px) {
  
    .single_product_list .single_product_iner:nth-child(2n-2) .row .single_product_content {
        margin-top: 40px;
    }

    .single_product_list .single_product_iner:nth-child(2n-2) .row .single_product_content .btn_3 {
        padding: 13px 29px;
    }
}

.single_product_list .single_product_iner:nth-child(2n-2) .row .single_product_img {
    position: relative;
    margin: 0 35px 35px 0;
}

.single_product_list .single_product_iner:nth-child(2n-2) .row .single_product_img .product_overlay {
    position: absolute;
    left: auto;
    right: -35px;
    top: -35px;
    z-index: -1;
}

.single_product_breadcrumb {
    height: 460px !important;
}

@media (max-width: 991px) {
    .single_product_breadcrumb {
        height: 250px !important;
    }
}

.product_image_area {
    margin-top: 150px;
}

@media (max-width: 991px) {
   
    .product_image_area {
        margin-top: -150px !important;
    }
}


.product_image_area .owl-nav button.owl-prev,
.product_image_area .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #e4d3df;
    color: #fff;
    background-color: #e4d3df;
    position: absolute;
    left: 30px;
    top: 54%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.product_image_area .owl-nav button.owl-prev:hover,
.product_image_area .owl-nav button.owl-next:hover {
    background-color: #828bb2;
    color: #fff;
}

.product_image_area .owl-nav button.owl-next {
    text-indent: 2px;
    left: auto;
    right: 30px;
}

.product_image_area .single_product_text {
    margin: 100px 0 200px;
}

@media (max-width: 991px) {
    .product_image_area .single_product_text {
        margin: 40px 0 70px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    .product_image_area .single_product_text {
        margin: 50px 0 80px;
    }
}

.product_image_area .single_product_text h3 {
    font-size: 40px;
}

@media (max-width: 991px) {
 
    .product_image_area .single_product_text h3 {
        font-size: 25px;
    }
    .product_image_area .single_product_text h3 br {
        display: none;
    }
}

.product_image_area .single_product_text p {
    margin-top: 50px;
    color: #707070;
}

@media (max-width: 991px) {
    .product_image_area .single_product_text p {
        margin-top: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .product_image_area .single_product_text p {
        margin-top: 20px;
    }
}

.card_area {
    margin-top: 60px;
}

.card_area .product_count_area {
    display: flex;
    align-items: center;
    justify-content: center;
}

.card_area .product_count_area p {
    margin-top: 0 !important;
    color: #828bb2;
}

.card_area .product_count {
    border: 1px solid #828bb2;
    margin: 0 35px;
}

@media (max-width: 991px) {
    .card_area .product_count {
        margin: 0 15px;
    }
}

.card_area .product_count .product_count_item {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
}

@media (max-width: 991px) {
    .card_area .product_count .product_count_item {
        width: 45px;
    }
}
.card_area .product_count input {
    background-color: #828bb2;
    color: #fff;
    border: 1px solid #828bb2;
    color: #fff;
}

.card_area .add_to_cart {
    margin-top: 60px;
}

input:focus {
    outline-offset: 0;
}

.trending_items {
    background-color: #f4edf2;
    padding: 200px 0 130px;
}

@media (max-width: 991px) {
    .trending_items {
        padding: 70px 0 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .trending_items {
        padding: 100px 0 70px;
    }
}

.single_product_item {
    margin-bottom: 58px;
}

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

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single_product_item {
        margin-bottom: 30px;
    }
}
.single_product_item .single_product_item_thumb {
    background-color: #fff;
    margin: 0 auto;
    text-align: center;
}

.single_product_item h3 {
    font-size: 24px;
    font-weight: 400;
    margin-top: 22px;
    line-height: 1.5;
    margin-bottom: 25px;
    font-family: "Ubuntu", sans-serif;
}

@media (max-width: 991px) {
    .single_product_item h3 {
        font-size: 18px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    .single_product_item h3 {
        font-size: 18px;
    }
}

.single_product_item h3 a {
    color: #191d34;
}

.single_product_item h3 a:hover {
    color: #023833;
}


.single_product_item p {
    font-size: 20px;
}

@media (max-width: 991px) {
    .single_product_item p {
        font-size: 16px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    .single_product_item p {
        font-size: 16px;
    }
}

.client_review {
    padding: 100px 0;
    text-align: center;
    background-color: #b08ead;
    position: relative;
}

@media (max-width: 991px) {
   
    .client_review {
        padding: 70px 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
   
    .client_review {
        padding: 80px 0;
    }
}


.client_review img {
    width: 100%;
    border-radius: 50%;
}


.client_review p {
    font-size: 24px;
    line-height: 1.5;
    color: #fff;
}

@media (max-width: 991px) {
    
    .client_review p {
        font-size: 18px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    
    .client_review p {
        font-size: 20px;
    }
}


.client_review h5 {
    font-size: 16px;
    margin-top: 25px;
    color: #fff;
    margin-bottom: 0;
}

.client_review .client_img {
    max-width: 105px;
    margin: 0 auto;
    margin-bottom: 35px;
    position: relative;
}


.client_review .client_img:after {
    position: absolute;
    content: "";
    right: -8px;
    bottom: -10px;
    content: "\f100";
    font-family: "Flaticon";
    height: 50px;
    width: 50px;
    background-color: #e4d3df;
    font-size: 14px;
    border-radius: 50%;
    line-height: 50px;
    color: #fff;
}

.client_review .owl-nav button.owl-prev,
.client_review .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #828bb2;
    color: #828bb2;
    position: absolute;
    left: -26%;
    top: 48%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}


.client_review .owl-nav button.owl-prev:hover,
.client_review .owl-nav button.owl-next:hover {
    background-color: #828bb2;
    color: #fff;
}

.client_review .owl-nav button.owl-next {
    text-indent: 2px;
    left: auto;
    right: -26%;
}

/**************** service_part css start ****************/
.feature_part .feature_part_tittle h3 {
    font-size: 40px;
    line-height: 1.5;
    font-weight: 500;
}

@media (max-width: 991px) {
    .feature_part .feature_part_tittle h3 {
        font-size: 25px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    .feature_part .feature_part_tittle h3 {
        font-size: 30px;
    }
}

.feature_part .feature_part_content p {
    color: #707070;
}

.feature_part .single_feature_part {
    text-align: center;
    border: 1px solid #828bb2;
    padding: 35px;
    margin-top: 100px;
}

@media (max-width: 991px) {

    .feature_part .single_feature_part {
        margin-top: 30px;
        padding: 25px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    .feature_part .single_feature_part {
        padding: 25px 14px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    .feature_part .single_feature_part {
        margin-top: 30px;
    }
}


.feature_part .single_feature_part img {
    max-width: 42px;
    min-height: 40px;
    margin-bottom: 20px;
}

.feature_part .single_feature_part h4 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
}


.subscribe_part {
    background-color: #023833;
}

.subscribe_part .subscribe_part_content {
    text-align: center;
}

.subscribe_part .subscribe_part_content h2 {
    color: #fff;
}

@media (max-width: 991px) {
    .subscribe_part .subscribe_part_content h2 {
        font-size: 25px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .subscribe_part .subscribe_part_content h2 {
        font-size: 30px;
    }
}

.subscribe_part .subscribe_part_content p {
    color: #fff;
}

.subscribe_part .subscribe_form {
    margin: 0 auto;
    margin-top: 45px;
    position: relative;
    max-width: 558px;
}

.subscribe_part .subscribe_form input {
    border: 2px solid #fff;
    width: 100%;
    background-color: transparent;
    color: #fff!important;
    border-radius: 50px;
    padding: 19px 30px;
    line-height: 20px;
  font-weight: 600;
  font-size: 17px;
}

.subscribe_part .subscribe_form input:focus {
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.2);
}

.subscribe_part .subscribe_form .btn_1 {
    padding: 15px 30px;
    line-height: 16px;
    border-radius: 50px;
    position: absolute;
    right: 6px;
    top: 6px;
    border: 2px solid #fff;
  font-weight: 600;
  font-size: 17px;
}

.subscribe_part .subscribe_form ::placeholder {
    color: #fff;
}

.subscribe_part .subscribe_form .btn_1:hover {
    color: #023833;
  border-color: rgba(255, 255, 255, 0.2);
}

@media (max-width: 991px) {
    .subscribe_part .subscribe_form .btn_1 {
        padding: 15px;
    }
}

/**************** blog part css start ****************/
@media (max-width: 576px) {
    .blog_part {
        padding-bottom: 50px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .blog_part {
        padding-bottom: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog_part {
        padding-bottom: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog_part {
        padding-bottom: 50px;
    }
}

.blog_part .card {
    border: 0px solid transparent;
}

.blog_part .blog_right_sidebar .widget_title {
    font-size: 20px;
    margin-bottom: 40px;
    font-style: inherit !important;
}

@media (max-width: 576px) {
    .blog_part .single-home-blog {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .blog_part .single-home-blog {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog_part .single-home-blog {
        margin-bottom: 20px;
    }
}

.blog_part .single-home-blog .card-img-top {
    border-radius: 0px;
}

.blog_part .single-home-blog .card {
    border-radius: 0px;
    background-color: transparent;
    position: relative;
}

.blog_part .single-home-blog .card .card-body {
    padding: 35px 30px 23px;
    background-color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: 1px solid #fdcb9e;
}

.blog_part .single-home-blog .card .card-body:hover {
    box-shadow: 0px 10px 30px 0px rgba(12, 46, 96, 0.1);
    border: 1px solid transparent;
}

@media (max-width: 576px) {
    .blog_part .single-home-blog .card .card-body {
        padding: 15px 10px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .blog_part .single-home-blog .card .card-body {
        padding: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog_part .single-home-blog .card .card-body {
        padding: 20px;
    }
}

.blog_part .single-home-blog .card .card-body .btn_4 {
    margin-bottom: 20px;
}

.blog_part .single-home-blog .card .card-body a {
    color: #fff;
    text-transform: capitalize;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}

.blog_part .single-home-blog .card .dot {
    position: relative;
    padding-left: 20px;
}

.blog_part .single-home-blog .card .dot:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 5px;
    left: 0;
    background-color: #023833;
    border-radius: 50%;
}

.blog_part .single-home-blog .card span {
    color: #8a8a8a;
    margin-bottom: 10px;
    display: inline-block;
    margin-top: 10px;
}

@media (max-width: 576px) {

    .blog_part .single-home-blog .card span {
        margin-bottom: 5px;
        margin-top: 5px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .blog_part .single-home-blog .card span {
        margin-bottom: 5px;
        margin-top: 5px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog_part .single-home-blog .card span {
        margin-bottom: 5px;
        margin-top: 5px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog_part .single-home-blog .card span {
        margin-bottom: 5px;
        margin-top: 5px;
    }
}

.blog_part .single-home-blog .card h5 {
    font-weight: 600;
    line-height: 1.5;
    font-size: 19px;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    text-transform: capitalize;
}

@media (max-width: 576px) {
    .blog_part .single-home-blog .card h5 {
        margin-bottom: 5px;
        font-size: 17px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .blog_part .single-home-blog .card h5 {
        margin-bottom: 10px;
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog_part .single-home-blog .card h5 {
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog_part .single-home-blog .card h5 {
        margin-bottom: 10px;
        font-size: 18px;
    }
}

.blog_part .single-home-blog .card h5:hover {
    -webkit-transition: 0.8s;
    transition: 0.8s;
    color: #023833;
}

.blog_part .single-home-blog .card ul {
    border-top: 1px solid #fdcb9e;
    padding-top: 20px;
    margin-top: 24px;
}

.blog_part .single-home-blog .card ul li {
    display: inline-block;
    color: #8a8a8a;
    margin-right: 39px;
}

@media (max-width: 576px) {
    .blog_part .single-home-blog .card ul li {
        margin-right: 10px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .blog_part .single-home-blog .card ul li {
        margin-right: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog_part .single-home-blog .card ul li {
        margin-right: 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog_part .single-home-blog .card ul li {
        margin-right: 10px;
    }
}

.blog_part .single-home-blog .card ul li span {
    margin-right: 10px;
}

/************ about_us css start ***************/
.about_us .about_us_video {
    position: relative;
}
.about_us .about_us_content h5 {
    font-size: 20px;
    color: #023833;
    font-weight: 400;
}

@media (max-width: 576px) {

    .about_us .about_us_content h5 {
        font-size: 18px;
    }
}

.about_us .about_us_content h3 {
    font-size: 24px;
    line-height: 1.5;
    color: #191d34;
    margin: 5px 0 60px;
    font-weight: 400;
}

@media (max-width: 991px) {
    .about_us .about_us_content h3 {
        margin: 5px 0 30px;
        font-size: 20px;
    }
}

.about_us .about_video_icon {
    height: 84px;
    width: 84px;
    line-height: 84px;
    border-radius: 50%;
    background-color: #795376;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 41%;
}

@media (max-width: 576px) {
    .about_us .about_video_icon {
        height: 50px;
        width: 50px;
        line-height: 50px;
    }
}
.about_us .about_video_icon:after {
    position: absolute;
    content: "";
    width: 14px;
    height: 18px;
    background-color: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 41%;
    clip-path: polygon(100% 50%, 0 0, 0 100%);
}

@media (max-width: 576px) {
    .about_us .about_video_icon:after {
        top: 32%;
    }
}

.breadcrumb_part {
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #b08ead;
}

.breadcrumb_part .breadcrumb_iner {
    text-align: center;
}

.breadcrumb_part .breadcrumb_iner h2 {
    font-size: 50px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
}

@media (max-width: 991px) {
    .breadcrumb_part .breadcrumb_iner h2 {
        font-size: 30px;
    }
}

.form .form-group {
    position: relative;
    width: 100%;
}

.border-deep-green {
    border-color: #28a745 !important;
}

.border-deep-orange {
    border-color: #ff003c !important;
}

.login-area {
    position: fixed;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.login-area .login-box {
    align-self: center;
    padding: 170px 30px;
}

.login-area .company-logo img {
    width: 200px;
}

.login-area .form .header {
    padding: 20px 0;
}

@media screen and (max-width: 568px) and (min-width: 200px) {
    .login-area .form .header h3 {
        font-size: 20px;
    }
}

@media only screen and (min-width: 568px) {
    .login-area .form .header h3 {
        font-size: 26px;
    }
}

.login-area .form .header h3 {
    font-weight: 600;
}

.form small {
    color: rgba(0, 0, 0, 0.75);
}

.login-area a {
    color: #2191f3;
    font-size: 12px;
    text-decoration: none;
    transition: all ease-in-out 500ms;
    -webkit-transition: all ease-in-out 500ms;
    -ms-transition: all ease-in-out 500ms;
}

.login-area a:hover {
    color: #ff9800;
    text-decoration: none;
}

.login-area .form input {
    margin: 0 0 10px 0;
}

.login-area .form label {
    position: relative;
    width: 100%;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
}

.login-area .form label a {
    float: right;
}

.login-area .form .next-btn {
    box-shadow: inset 0 0 50px rgba(255, 255, 255, 0.1);
    padding: 7px 20px;
    border: 1px double rgba(0, 0, 0, 0.1);
    font-size: 13px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    opacity: 0.8;
    transition: all ease-in-out 500ms;
    -webkit-transition: all ease-in-out 500ms;
    -ms-transition: all ease-in-out 500ms;
}

.login-area .form .next-btn:hover {
    opacity: 0.9;
}

.setup-area {
    position: relative;
    top: 0;
    left: 0;
    background-color: #f1f1f1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: center;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    overflow: auto;
    transition: all ease-in-out 500ms;
    -webkit-transition: all ease-in-out 500ms;
    -ms-transition: all ease-in-out 500ms;
    -o-transition: all ease-in-out 500ms;
}

.smart-alert {
    position: fixed;
    top: 70px;
    left: 10px;
    width: auto;
    padding: 10px 30px;
    background-color: rgba(0, 0, 0, 0.756);
    color: #fefefe;
    border: 2px solid rgba(0, 0, 0, 0.8);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-self: center;
    text-align: center;
    z-index: 99999;
    border-radius: 10px;
    animation-duration: 1000ms;
    animation-delay: 600ms;
    cursor: pointer;
    font-size: 14px;
    transition: all ease-in-out 500ms;
    -webkit-transition: all ease-in-out 500ms;
    -ms-transition: all ease-in-out 500ms;
}

.smart-alert:hover {
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.1), 0 0 20px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 567px) {
    .setup-area {
        position: relative;
    }
}

.setup-area .setup-box {
    align-self: center;
    padding: 15px 40px;
    background-color: #fff;
    height: auto;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.075), inset 0 0 1px rgba(0, 0, 0, 0.075);
    border: 1px solid rgba(214, 212, 212, 0.75);
}

.setup-area .form .header {
    padding: 20px 0;
    text-align: center;
}

.setup-area .form .header h3 {
    font-weight: 600;
    padding: 0px;
    margin: 0;
    color: #282828;
}

.setup-area a {
    color: #2191f3;
    font-size: 12px;
    text-decoration: none;
    transition: all ease-in-out 500ms;
    -webkit-transition: all ease-in-out 500ms;
    -ms-transition: all ease-in-out 500ms;
}

.setup-area a:hover {
    color: #ff9800;
    text-decoration: none;
}

.setup-area .form input {
    margin: 0 0 3px 0;
    height: 30px;
}

.setup-area .form label {
    position: relative;
    width: 100%;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
}

.setup-area .form label a {
    float: right;
}

.setup-area .form .next-btn {
    box-shadow: inset 0 0 50px rgba(255, 255, 255, 0.1);
    padding: 7px 20px;
    border: 1px double rgba(0, 0, 0, 0.1);
    font-size: 13px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    float: right;
    opacity: 0.8;
    transition: all ease-in-out 500ms;
    -webkit-transition: all ease-in-out 500ms;
    -ms-transition: all ease-in-out 500ms;
}

.setup-area .form .next-btn:hover {
    opacity: 0.9;
}

.setup-footer {
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    text-align: right;
    display: flex;
    flex-direction: row;
    justify-content: right;
    padding: 0;
    width: 100%;
}

.setup-footer .btn {
    width: auto;
    margin: 10px 0;
    padding: 7px 20px;
    font-size: 14px;
}

.setup-footer .btn:last-child {
    margin-right: 0;
}

.setup-footer .btn:first-child {
    margin-right: 20px;
}

.setup-footer .btn.skip-btn {
    background-color: #fff;
    border: 1px solid #023833;
    color: #023833;
}

.setup-footer .btn.skip-btn:hover {
    background-color: #023833;
    color: #fff;
}

.setup-footer .btn.back-btn {
    background-color: #fff;
    border: 0px solid #023833;
    color: #585858;
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
}

.setup-footer .btn.back-btn i {
    background-color: #fff;
    color: #585858;
    float: left;
    width: 20px;
    padding: 5px 20px;
}

.setup-footer .btn.back-btn:hover {
    background-color: #fff;
    color: #585858;
}

.store-display {
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 10px 0 10px 20px;
    margin: 0;
    display: flex;
    cursor: pointer;
    flex-direction: row;
    justify-content: left;
    text-align: left;
    align-items: left;
    border-radius: 2px;
    transition: all ease-in-out 500ms;
    -webkit-transition: all ease-in-out 500ms;
    -ms-transition: all ease-in-out 500ms;
    border: 1px solid transparent;
}

.store-display:hover {
    background-color: rgba(0, 0, 0, 0.07);
    border: 1px solid rgba(0, 0, 0, 0.07);
}

.store-display:hover i {
    font-size: 20px;
}

.store-display span {
    color: rgba(0, 0, 0, 0.71);
    height: 100%;
    width: auto;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    right: 5px;
    top: 0;
    transition: all ease-in-out 500ms;
    -webkit-transition: all ease-in-out 500ms;
    -ms-transition: all ease-in-out 500ms;
}

.store-display b {
    height: 20px;
    width: 20px;
    border-radius: 100%;
    background-color: #2191f3;
    padding: 10px;
    position: relative;
    left: 0;
    margin: 5px 30px 5px 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
    border: 1px solid rgba(0, 0, 0, 0.07);
}

.bootim-fire {
    width: 100%;
    position: relative;
    padding: 15px;
    margin: 5px 0;
    display: flex;
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-radius: 2px;
    transition: all ease-in-out 500ms;
    -webkit-transition: all ease-in-out 500ms;
    -ms-transition: all ease-in-out 500ms;
    border: 2px solid rgba(2, 56, 51, 0.16);
    min-height: 4rem;
    height: auto;
}

.bootim-fire:hover {
    border-color: #023833;
    background-color: #023833;
    color: #fff;
}
.bootim-fire span:nth-child(2) {
    text-align: left;
    width: 60%;
}

.bootim-fire span:last-child,
.bootim-fire span:first-child {
    width: 40px;
    height: 40px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #023833;
    border-radius: 100%;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    box-shadow: 0 0 0 0.2rem rgba(169, 230, 224, 0.5);
    transition: all ease-in-out .1s;
}

.bootim-fire span:last-child {
    background: none;
    color: var(--primary);
    border-radius: 10px;
    box-shadow: none;
}

.bootim-fire span:last-child svg {
    height: 3rem;
    width: 3rem;
}

.bootim-fire:hover span:last-child svg {
    color: #fff;
}

.bootim-fire.active {
    background: #a9e6e0;
    border-color: var(--primary);
}

.bootim-fire.active:hover span:nth-child(2),
.bootim-fire.active:hover span:last-child svg {
    color: var(--primary);
}

.store-window {
    position: fixed;
    right: 0;
    height: 100%;
    background-color: #fefefe;
    padding: 0;
    top: 0;
    display: none;
    z-index: 9999;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border: 1px solid #023833;
}

.store-window footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.store-window footer input {
    height: 34px;
    width: 100%;
    margin: 0;
    border-top: 1px solid rgba(0, 123, 96, 0.7);
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    display: block;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.store-window footer input:focus {
    color: #495057;
    background-color: #fff;
    outline: 0;
    border-color: #023833;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.store-window header {
    position: absolute;
    top: 0;
    width: 100%;
    display: inline-block;
    padding: 10px;
    margin: 0;
    background-color: #023833;
    color: #fff;
    z-index: 99;
}

.store-window header span {
    width: 100%;
    padding: 10px;
}

.store-window header i {
    right: 10px;
    top: 10px;
    position: absolute;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.store-window .store-content {
    position: absolute;
    width: 100%;
    height: 88%;
    bottom: 34px;
    left: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.store-window .store-content .single-data {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    padding: 10px;
    margin: 0;
}

.store-window .store-content .single-data:hover {
    background-color: rgba(0, 0, 0, 0.075);
    border: none;
}

.store-window .store-content .single-data name {
    display: inline-block;
    vertical-align: middle;
}

.store-window .store-content .single-data name small {
    width: 100%;
}

.store-window .store-content .rose-empty {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.alert-feed {
    position: absolute;
    top: 100px;
    left: 10px;
    width: 100%;
    padding: 10px 30px;
    background-color: rgba(0, 0, 0, 0.756);
    color: #fefefe;
    border: 2px solid rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-self: center;
    text-align: center;
    z-index: 99999;
    border-radius: 5px;
    animation-duration: 1000ms;
    animation-delay: 600ms;
    cursor: pointer;
    font-size: 14px;
    transition: all ease-in-out 500ms;
    -webkit-transition: all ease-in-out 500ms;
    -ms-transition: all ease-in-out 500ms;
}

.alert-feed:hover {
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.1), 0 0 20px rgba(0, 0, 0, 0.1);
}

.trial-box {
    position: fixed;
    top: 0;
    height: 100%;
    overflow: hidden;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 1);
    color: #fff;
    z-index: 99999;
    padding: 50px 0;
}

.store-availlability-info a,
.trial-box span a {
    color: #ff8b23;
    font-size: 12px;
}

.trial-box .close-item {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 99;
    width: 30px;
    height: 30px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 18px;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    justify-content: center;
}

.trial-box .close-item:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.trial-box .trial-box-form {
    padding: 50px 20px;
    height: 500px;
    width: 100%;
}

.trial-box .trial-box-form header {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    padding: 20px 0 0 0;
}

.trial-box .trial-box-form form {
    position: relative;
    height: 500px;
    overflow: auto;
    width: 100%;
}

.trial-box .trial-box-form input {
    height: 50px;
    width: 100%;
    margin: 15px 0;
}

.trial-box .trial-box-form form button {
    float: right;
}

.get_started {
    margin-top: 10px;
    border-top: 1px solid #ccc;
    padding: 10px 0;
}

.get_started .btn {
    color: #fff;
    border-radius: 5px;
    font-weight: 500;
}

.get_started .btn:hover {
    border-radius: 5px !important;
    color: #fff !important;
    background-color: #023833 !important;
}

@media (max-width: 991px) {
    .footer_area .col-sm-6 {
        margin-bottom: 30px;
    }
    .footer_area .footer_inner {
        margin-bottom: -30px;
    }
}

@media (max-width: 767px) {
    .footer-bottom {
        text-align: center;
    }
    .footer-bottom .footer-social {
        text-align: center;
        margin-top: 15px;
    }
}

@media (max-width: 575px) {
    .footer-copy-right p {
        text-align: center;
    }
}

.section-intro {
    max-width: 630px;
    margin-right: auto;
    margin-left: auto;
  margin-bottom: 50px;
}

.section-intro__title {
    font-weight: 700;
    color: #3a414e;
    margin-bottom: 10px;
}

.section-intro__subtitle {
    font-size: 17px;
    color: #797979;
  text-align: center
}

.card-feature {
    padding: 30px 35px;
    border: 2px solid #023833;
    border-radius: 0;
    background: #faf9ff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.card-feature__icon {
    margin-bottom: 10px;
}

.card-feature__icon i,
.card-feature__icon span {
    font-size: 40px;
    color: #023833;
}

.card-feature__title {
    font-size: 20px;
    font-weight: 600;
    white-space: nowrap;
    margin-bottom: 10px;
    text-align: center;
}

.card-feature__subtitle {
    margin-bottom: 0;
  font-size: 17px;
  text-align: center;
}

.card-feature:hover {
    background: #fff;
    box-shadow: 0px 10px 20px 0px rgba(33, 20, 106, 0.1);
}

.about__content h2 {
    margin-bottom: 20px;
}

.about__content p {
    margin-bottom: 38px;
  font-size: 17px;
}

.offer-single {
    margin-bottom: 30px;
}

@media (min-width: 991px) {
    .offer-single {
        margin-bottom: 50px;
    }
}

.offer-single__content {
    border: 2px solid #023833;
    border-radius: 0;
    background: #faf9ff;
    padding: 30px 23px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.offer-single__content h4 {
    font-size: 22px;
    font-weight: 600;
}

.offer-single__content p {
    margin-bottom: 0;
}

.offer-single__content:hover {
    background: #fff;
    box-shadow: 0px 10px 20px 0px rgba(33, 20, 106, 0.1);
}

.offer-single__icon {
    display: inline-block;
    margin-bottom: 15px;
}

.offer-single__icon i,
.offer-single__icon span {
    font-size: 50px;
    color: #023833;
}

@media (min-width: 991px) {
    .offer-single__img {
        position: absolute;
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media (min-width: 991px) and (min-width: 1200px) {
    .offer-single__img {
        transform: translateY(0);
        top: 50px;
        left: 100px;
    }
}

@media (min-width: 991px) {
    .offer-single-wrapper .offer-single:nth-child(even) {
        position: relative;
        top: 40px;
    }
}

@media (min-width: 1200px) {
    .solution__img {
        position: relative;
        left: -60px;
    }
}

@media (min-width: 1200px) {
    .solution__content {
        padding-left: 30px;
        padding-right: 45px;
    }
}

.solution__content h2 {
    margin-bottom: 20px;
}

.solution__content p {
    margin-bottom: 30px;
  font-size: 16px;
}

.user-account-tile .dropdown-menu {
 background-image: -webkit-linear-gradient(360deg, rgba(255, 255, 248) 40%,rgba(248, 255, 255) 60%); 
 background-image: linear-gradient(360deg, rgba(255, 255, 248) 40%,rgba(248, 255, 255) 60%);
 min-width: 300px;
 top: 50% !important;
 animation-name: zoomIn;
 animation-duration: 600ms;
 transition: all 500ms ease-in;
 -webkit-transition: all 500ms ease-in;
 -ms-transition: all 500ms ease-in;
 color: #fff;
 margin: 0;
 padding: 0;
}

.user-account-tile .dropdown-menu li {
 border-bottom: #555 dashed 1px;
 width: 100%;
 display: inline-block;
 position: relative;
}

.user-account-tile .dropdown .dropdown-menu li a {
 color: inherit;
 margin: 0;
 padding: 0;
 display: inline-block;
 width: 100%;
 background-color: transparent;
 color: inherit;
 border: none;
 padding: 13px;
}

.user-account-tile .dropdown .dropdown-menu li:last-child {
 border-bottom: none;
}

.user-account-tile .dropdown .dropdown-menu li:hover,
.user-account-tile .dropdown .dropdown-menu li a:hover {
 background-color: #ff5e14;
 color: #fff;
 border: none;
}

.user-account-tile .accounts-menu .section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 3rem;
}

.user-account-tile .section a {
    color: #555;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-account-tile .section a i {
    margin: 0 7px;
}

.user-account-tile .section.prof {
padding: 20px 0;    
}

.user-account-tile .section.prof img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.19);
}

.round {
  border-radius: 10px !important;
}

.rounded {
  border-radius: 25px !important;
}

.rounder {
  border-radius: 50px !important;
}

.roundest {
  border-radius: 100px !important;
}

.hover-round,
.hover-round-alt {
 border: 2px solid #fff;
 padding: 2px;
 transition: all ease-in-out 300ms;
 -webkit-transition: all ease-in-out 300ms;
 -ms-transition: all ease-in-out 300ms;
}

.hover-round:hover {
 border-radius: 100% !important;
}

.hover-round-alt:hover {
 border-radius: 5px !important;
}

 .my-account-name {
  color: #fff;
 }

@media screen and (max-width: 568px) {
 .my-account-name {
  display: none;
 }
}

.user-account-tile .section.prof .absolute-camera-launcher {
    position: absolute;
    background-color: #fff;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    display: flex;
    bottom: 0px;
    right: -5px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #666;
    font-size: 16px;
}

.user-account-tile .section.prof .profile-board {
    position: relative;
}

.user-account-tile .section.prof .accounts-names {
    padding: 15px 0 0 0;
    font-size: 20px;
}

.user-account-tile .section.prof .accounts-mail {
    color: #888;
    font-size: 14px;
}

.user-account-tile .section.prof a {
    text-align: center;
    margin: 15px 0 0 0;
}

.user-account-tile .section.ad a {
    color: #555;
}

.user-account-tile .section.si {
    padding: 10px 0;
}

.user-account-tile .section.si a {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 6px 20px;
    color: #555;
    border-radius: 5px;
}

.user-account-tile .section.prof a:hover,
.user-account-tile .section.si a:hover {
    background-color: #023833!important;
    color: #fff!important;
}

.user-account-tile .section.prof a:hover,
.user-account-tile .section.si a:hover {
    background-color: rgba(0,0,0,0.026);
}

.user-account-tile .section.fu {
    flex-direction: row;
    justify-content: space-around;
}

.user-account-tile .section.fu a {
    margin: 0 10px;
    white-space: nowrap;
    color: #555;
    font-size: 12px;
}

.user-account-tile .section.fu a:hover {
    color: rgba(2, 56, 51,0.9)
}

.user-account-tile .section.ad a:hover,
.user-account-tile .section.fu a:hover {
    color: #ff5e14;
}