@font-face {
    font-family: 'Optima-Regular';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Optima nova LT Pro Regular'), url('../fonts/OptimaNovaLTProRegular.woff') format('woff');
}

@font-face {
    font-family: 'Optima-Light';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Optima nova LT Pro Light'), url('../fonts/OptimaNovaLTProLight.woff') format('woff');
}

@font-face {
    font-family: 'Optima-Medium';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Optima nova LT Pro Medium'), url('../fonts/OptimaNovaLTProMedium.woff') format('woff');
}

@font-face {
    font-family: 'Chronicle-Roman';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Chronicle Display Roman'), url('../fonts/Chronicle Display Roman.woff') format('woff');
}

@font-face {
    font-family: 'Chronicle-Light';
    src: url('../fonts/ChronicleDisplay-Light.woff2') format('woff2'), url('../fonts/ChronicleDisplay-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/*font-family: 'Chronicle-Light';*/

.newsletter-home ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #808080;
    font-weight: 500;
    letter-spacing: 1px;
}

.newsletter-home ::-moz-placeholder {
    /* Firefox 19+ */
    color: #808080;
    font-weight: 500;
    letter-spacing: 1px;
}

.newsletter-home :-ms-input-placeholder {
    /* IE 10+ */
    color: #808080;
    font-weight: 500;
    letter-spacing: 1px;
}

.newsletter-home :-moz-placeholder {
    /* Firefox 18- */
    color: #808080;
    font-weight: 500;
    letter-spacing: 1px;
}

body {
    background: #fff;
    font-family: 'Optima-Regular';
    margin: 0;
    font-size: 16px;
    color: #777;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -ms-overflow-style: scrollbar;
    overflow-x: hidden;
}

a {
    color: #777;
}

a:hover {
    color: #d5b43a;
    text-decoration: underline;
}

a,
a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: none !important;
}

a {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul {
    list-style: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin: 0;
}

p {
    font-size: 15px;
}

hr {
    border-top: 2px solid #ccc;
    width: 40px;
}

.button-wrapper {
    display: inline-block;
}

.btn-primary {
    background-color: #777;
    border: 1px solid #777;
    color: #fff;
    border-radius: 4px;
}

.btn-primary:hover {
    color: #000;
    background-color: transparent;
    border-color: #777;
}

.btn-reverse {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 4px;
}

.btn-reverse:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #777;
    border-color: #777;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: none;
}

.btn-secondary {
    color: #000;
    border-color: #000;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 400;
    position: relative;
    background-color: transparent;
}

.btn-secondary:hover {
    color: #d5b43a;
    background-color: transparent;
    border-color: #d5b43a;
}

/*.btn-secondary:before {
    content: "";
    border-style: solid;
    border-color: #e3007b;
    border-width: 0 0 2px;
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .3s;
    transition: .3s;
}*/

.button-wrapper {
    display: inline-block;
}

.btn-light,
.action.light,
.btn-light:visited,
.action.light:visited {
    display: inline-block;
    border: 1px solid #dae0e5;
    border-radius: 0;
    background: transparent;
    text-align: left;
    justify-content: center;
    align-items: center;
    color: #777;
    padding: 13px 20px;
    line-height: 20px;
    text-decoration: none !important;
}

.btn-light span,
.action.light span,
.btn-light:visited span,
.action.light:visited span {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    transform: translateX(12px);
    transition: transform .2s ease-in-out .2s;
}

/*.btn-light:after, .action.light:after, .btn-light:visited:after, .action.light:visited:after {
font-family: "fontello";
  content: "\e911";
  visibility: hidden;
  opacity: 0;
  font-size: 20px;
  margin-left: 10px;
  transition: all .2s ease-in-out;
}*/

.btn-light:hover span,
.action.light:hover span,
.btn-light:visited:hover span,
.action.light:visited:hover span,
.btn-light:active span,
.action.light:active span,
.btn-light:visited:active span,
.action.light:visited:active span {
    transition: transform .2s ease-in-out;
    transform: translateX(0);
}

/*.btn-light:hover:after, .action.light:hover:after, .btn-light:visited:hover:after, .action.light:visited:hover:after, .btn-light:active:after, .action.light:active:after, .btn-light:visited:active:after, .action.light:visited:active:after {
transition: all .2s ease-in-out .2s;
opacity: 1;
visibility: visible;
}*/

.btn-light.focus,
.btn-light:focus {
    box-shadow: none;
}

.btn-light:hover {
    color: #777;
    background-color: transparent;
    border-color: #dae0e5;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #777;
    background-color: transparent;
    border-color: #777;
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-link {
    font-weight: 400;
    color: #d5b43a;
    background-color: transparent;
    font-size: 14px;
}

.btn-link:hover {
    color: #777;
    text-transform: uppercase
}

/*.btn-secondary:hover {
color: #d5b43a;background-color: transparent;border-color: transparent;}
.btn-secondary:before {
content: "";border-style: solid;border-color: #d5b43a;border-width: 0 0 2px;border-radius: 2px;position: absolute;bottom: 0;left: 0;width: 100%;height: 100%;-webkit-box-sizing: border-box;box-sizing: border-box;-webkit-transition: .3s;transition: .3s;}*/

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #d5b43a;
    background-color: transparent;
    border-color: #d5b43a;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.6rem + 2px);
}

textarea {
    resize: none
}

.form-control:focus {
    color: #262626;
    background-color: #fff;
    border: 1px solid #505050;
    outline: none;
    box-shadow: none;
}

.form-control:hover {
    border: 1px solid #505050;
    transition: .4s
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.dropdown-menu {
    top: 98%;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .15);
    margin: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .15);
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.custom-control {
    padding-left: 2rem;
}

.custom-control-label::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 0 !important;
    border: 1px solid #d3d8dc;
    background-color: #fff !important;
    top: 0;
    left: 0;
}

.custom-control-input:checked~.custom-control-label::before {
    border: 1px solid #d3d8dc;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: none;
    background-color: #777;
}

.custom-control-label::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    top: 4px;
    left: 4px;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #777;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #777;
    border: 0
}

select:focus {
    outline: none;
    box-shadow: none;
}

.table td,
.table th {
    padding: 8px;
    vertical-align: inherit;
    border-top: 1px solid #efefef;
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #f5f3f3;
}

input:focus {
    outline: none;
}

.button_sec {
    width: 100%;
}

.btn {
    padding: 10px 40px;
    text-transform: uppercase;
}

button:focus {
    outline: none;
    box-shadow: none;
}

.form-control {
    padding: .4rem .75rem;
    font-size: .9rem;
    color: #495057;
    border: 1px solid #ced4da;
    border-radius: 0;
    height: calc(2.6rem + 2px);
}

.form-group {
    position: relative
}

.passstrength {
    position: absolute;
    z-index: 2;
    right: 25px;
    top: 3px;
}

/**header**/

header {
    margin: 0;
    width: 100%;
    margin-bottom: 0;
}

.top_header {
    width: 100%;
    padding: 0;
    background: #777;
}

.top_header .alert {
    margin-bottom: 0;
    text-transform: uppercase;
    position: relative;
    padding: .6em 40px;
    text-align: center;
    color: #505050;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 1px;
}

.top_header .alert p {
    margin: 0;
    color: #fff;
    font-weight: 400;
    font-size: 11px;
}

.top_header .alert p a {
    text-decoration: none;
    color: #fff
}

.top_header .alert p a:hover {
    text-decoration: none;
    color: #777
}

.top_header .alert .close {
    position: absolute;
    top: 8px;
    right: 0;
    padding: 0 15px 5px;
    color: inherit;
    font-size: 18px;
}

.header_login {
    margin: 0;
    width: 100%;
}

.header_login .nav-link {
    display: block;
    padding: 0;
    color: #313537;
}

.header_login .nav-link i {
    color: #313537
}

.header_login .dropdown-toggle::after {
    display: none;
    margin-left: 0;
}

.header_login .navbar-nav .dropdown-menu {
    position: static;
    float: none;
    width: 230px;
    left: -23px !important;
    padding: 5px 0;
    box-shadow: 0 4px 6px rgba(150, 150, 150, .13);
    border: none;
}

.header_login .dropdown-menu a {
    width: 100%;
    display: inline-block;
    color: #505050;
    padding: 0 15px;
}

.header_login .dropdown-menu a i {
    color: #505050;
    padding-right: 5px;
    font-size: 18px;
}

.header_login .dropdown-menu .btn-primary {
    width: 90%;
    margin: 5px 5%
}

.header_login .dropdown-menu .dropdown-divider {
    height: 0;
    margin: 4px 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.header_login .navbar-nav .dropdown-menu::after {
    display: none;
}

.login-panel #wrap {
    margin: 0;
    display: inline-block;
    position: relative;
    height: 30px;
    padding: 0;
    position: relative;
    top: 17px;
}

.login-panel input[type="text"] {
    height: 25px;
    font-size: 15px;
    display: inline-block;
    border: none;
    outline: none;
    color: #777;
    padding: 3px;
    padding-right: 60px;
    width: 0px;
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    z-index: 3;
    transition: width .1s cubic-bezier(0.777, 0.795, 0.777, 1.777);
    cursor: pointer;
}

.login-panel input[type="text"]:focus:hover {
    border-bottom: 1px solid #777;
}

.login-panel input[type="text"]:focus {
    width: 250px;
    z-index: 1;
    border-bottom: 1px solid #777;
    cursor: text;
}

.login-panel input[type="submit"] {
    height: 16px;
    width: 16px;
    display: inline-block;
    color: #fff;
    float: right;
    background: #fff url(../images/search_icon.png);
    background-size: contain;
    text-indent: -100000px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
    opacity: 1;
    cursor: pointer;
    transition: opacity .4s ease;
}

.login-panel input[type="submit"]:hover {
    opacity: 0.8;
}

.top_social_sec {
    margin: 0;
    width: 100%;
    float: left
}

.top_social_sec ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
    text-align: center;
}

.top_social_sec ul li {
    margin: 0;
    width: auto;
    display: inline-block;
    padding: 0;
    line-height: 0px;
}

.top_social_sec ul li a {
    color: #939598;
}

.search-panel ul li input[type="text"] {
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    text-transform: uppercase;
    color: #777;
    font-size: 12px;
    font-weight: 600;
    border-bottom: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background-color: transparent;
    letter-spacing: 1px;
}

.search-panel ul li .active-pink-2 input[type=text]:focus:not([readonly]) {
    border-bottom: 1px solid #777;
}

.search-panel ul li .active-pink input[type=text] {
    border-bottom: 1px solid #777;
}

.top_social_sec ul li .autocomplete_sec {
    display: none;
    width: 360px;
    min-height: 80px;
    max-height: 200px;
    overflow-y: auto;
    padding: 0 10px;
    text-align: left;
    background: #fff;
    position: absolute;
    right: 0;
    z-index: 2;
    top: 122%;
}

.top_social_sec ul li .autocomplete_sec table tr {
    border-top: 1px solid #efefef;
}

.top_social_sec ul li .autocomplete_sec table tr:first-child {
    border-top: 0;
}

.top_social_sec ul li .autocomplete_sec table tr:last-child {
    border-bottom: 0;
}

.top_social_sec ul li .autocomplete_sec table td {
    border: 0
}

.top_social_sec ul li .autocomplete_sec table td:first-child {
    width: 50px;
}

.top_social_sec ul li .autocomplete_sec table td .image_sec {
    width: 100%;
}

.top_social_sec ul li .autocomplete_sec table td .image_sec img {
    max-height: 100%;
    max-width: 100%
}

.top_social_sec ul li .autocomplete_sec table td span {
    font-size: 18px;
    font-weight: 600;
    margin-left: 15px;
}

/* .search-panel {    position: absolute;    top: 50%;    right: 20px;    transform: translateY(-50%);} */

.login-panel {
    width: 100%;
}

.login-panel ul li {
    font-size: 14px;
    color: #9a9192;
    letter-spacing: .07rem;
}

.login-panel ul li a {
    font-size: 14px;
    color: #777;
    letter-spacing: .07rem;
    position: relative
}

.login-panel ul li a i {
    text-decoration: none;
    color: #777;
    line-height: 25px;
    text-transform: capitalize;
    font-weight: 400;
}

.login-panel ul li.margin_custom {
    margin-right: 0;
}

.login-panel ul li a.cart-btn {
    padding: 5px 10px 5px 5px;
    position: relative;
    font-size: 20px;
    color: #dddadb;
    letter-spacing: .07rem;
    background: #fff;
    margin-right: 10px;
}

.login-panel ul li a.cart-btn i {
    font-size: 16px;
}

.login-panel ul li .badge-secondary {
    color: #fff;
    background-color: #000;
    line-height: 20px;
    font-weight: 400;
    position: absolute;
    top: 2px;
    border-radius: 50%;
    font-size: 9px;
    width: 20px;
    height: 20px;
    text-align: center;
    right: -4px;
    padding: 0;
}

.login-panel ul li .dropdown-toggle img {
    max-width: 25px;
    max-height: 25px;
}

.login-panel ul li .dropdown-menu-right {
    right: 0 !important;
    left: auto !important;
    top: 120% !important;
}

.login-panel ul li .dropdown-item i {
    margin-right: 7px;
    font-size: 14px;
    width: 18px;
}

.login-panel ul li .dropdown-toggle::after {
    right: -6px;
    position: absolute;
    top: 4px;
}

.sidecart-sec {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
}

.sidecart-sec.filter-col {
    width: 23%
}

/* The navigation menu links */

.sidecart-sec a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #d6b12d;
    display: block;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */

.sidecart-sec a:hover {
    color: #777;
}

/* Position and style the close button (top right corner) */

.sidecart-sec .closebtn {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 27px;
    margin-left: 17px;
    line-height: 25px;
}

.body_overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: rgba(0, 0, 0, .5);
    top: 0;
    z-index: -1;
    left: 0;
    opacity: 0;
    transition: .4s;
}

.body_overlay.filter-body {
    opacity: 1;
    transition: .4s;
    z-index: 99;
}

.body-hidden {
    overflow: hidden;
}

.navbar-nav {
    text-transform: uppercase;
}

.nav-link.disabled {
    color: #777;
}

.menu_sec {
    margin: 0;
    width: 100%;
    border-bottom: 1px solid #f7f7f7;
    border-top: 0
}

.menu_sec .top_social_sec {
    margin: 0;
    display: none;
}

.menu_sec .button_sec {
    margin: 0;
    width: 150px;
}

.menu_sec .button_sec .btn-primary {
    padding: 10px 18px;
    border-radius: 0;
}

.nav_sec {
    margin: 0;
    width: 100%;
}

.nav_sec .navbar {
    background-color: transparent;
    border-radius: 5px;
    padding: 0;
    font-weight: 500;
    letter-spacing: .6px;
}

.nav_sec .navbar .nav-link {
    display: block;
    padding: .3rem 1rem
}

.nav_sec .navbar #custom-search-input {
    padding: 2px;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;
}

.nav_sec .navbar #custom-search-input input {
    border: 0;
    box-shadow: none;
    width: 260px;
}

.nav_sec .navbar #custom-search-input button {
    margin: 0 10px 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #777;
    padding: 0 0px 0 10px;
}

.nav_sec .navbar #custom-search-input button:hover {
    border: 0;
    box-shadow: none;
}

.nav_sec .navbar #custom-search-input i {
    color: #777;
}

.nav_sec .navbar-nav>li {
    margin-right: 1rem;
}

.small .nav_sec .navbar-nav>li {
    margin-right: .5rem;
}

/* .nav_sec .navbar-nav .dropdown-toggle::after {top: 3px;position: relative;right: 0px;} */

.nav_sec .navbar-expand-lg .navbar-nav .nav-link {
    color: #777;
    font-family: 'Optima-Light';
    font-size: 14px;
    text-transform: uppercase;
    transition: .5s;
    position: relative;
}

/* .nav_sec .navbar-nav .nav-link:before {
content: "";position: absolute;z-index: 2;left: 50%;right: 50%;bottom: 0;background: #d5b43a;height: 2px;
-webkit-transition-property: left, right;transition-property: left, right;-webkit-transition-duration: 0.3s;transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;transition-timing-function: ease-out;
}

.nav_sec .navbar-nav .nav-link:hover:before, .nav_sec .navbar-nav .nav-item:hover .nav-link:before {
left: 0;right: 0;} */

.nav_sec .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #d5b43a;
    border-bottom: 2px solid #daab1b;
}

.nav_sec .navbar-light .navbar-nav .nav-link {
    color: #777;
}

.nav_sec .navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #777;
    border-bottom: 1px solid #777;
}

.navbar .mega-dropdown {
    position: static
}

.navbar .dropdown-menu.mega-menu {
    width: 100%;
    border: none;
    border-radius: 5px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.navbar .dropdown-menu.mega-menu.v-2 a.news-title-2 {
    font-weight: 500;
    line-height: 1.5;
    -webkit-transition: .2s;
    transition: .2s;
    color: #777
}

.navbar .dropdown-menu.mega-menu.v-2 a.news-title-2:hover {
    color: #d0d6e2
}

.navbar .dropdown-menu.mega-menu.v-2 .sub-menu ul {
    list-style: none;
}

.navbar .dropdown-menu.mega-menu.v-2 .sub-menu ul.caret-style li {
    -webkit-transition: .3s;
    transition: .3s;
    padding-right: .2rem;
    padding-left: .2rem;
    margin-bottom: 0
}

.navbar .dropdown-menu.mega-menu.v-2 .sub-menu ul.caret-style li:hover {
    -webkit-transition: .3s;
    transition: .3s;
}

.navbar .dropdown-menu.mega-menu.v-2 .sub-menu a.menu-item {
    white-space: initial;
    line-height: 18px;
}

.navbar .dropdown-menu.mega-menu.v-2 .sub-title {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #f3f3f3;
}

.navbar .dropdown-menu.mega-menu.v-2 .sub-title a {
    text-transform: uppercase;
    color: #777;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 400
}

.w20 {
    width: 20%;
    padding-right: 15px;
    padding-left: 15px;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.navbar-nav .dropdown-item {
    display: block;
    width: 100%;
    padding: 0 2rem;
    clear: both;
    font-weight: 400;
    color: #505050;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    text-transform: capitalize;
}

.navbar-nav .dropdown-menu .title {
    padding-left: 25px;
}

#header-sroll {
    z-index: 99;
    background: #fff;
    left: 0;
    top: 0px;
    width: 100%;
}

#header-sroll.small {
    border-bottom: 1px solid #bcc0c2;
    z-index: 999;
    background: #fff;
    margin-top: -35px;
    position: fixed;
    top: 0;
    -webkit-animation: mymove 1s;
    -webkit-animation-fill-mode: forwards;
    animation: mymove 1s;
    animation-fill-mode: forwards;
}

.nav_sec .navbar .dropdown:hover>.dropdown-menu {
    display: block;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    white-space: nowrap;
}

.nav_sec .navbar ul ul ul li {
    position: relative
}

.nav_sec .navbar ul ul ul li:hover ul {
    display: block
}

.nav_sec .navbar ul ul ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 250px;
    display: none;
    z-index: 1
}

.nav_sec .navbar ul ul ul {
    position: absolute;
    top: 0 !important;
    left: 100%;
    display: none;
}

.nav_sec .navbar-nav .dropdown-toggle::after {
    display: none !important;
}

.nav_sec .navbar ul ul,
.nav_sec .navbar .collapse ul ul.dropdown-menu {
    background: #fff;
    color: #d5b43a;
}

.nav_sec .navbar ul ul ul,
.nav_sec .navbar .collapse ul ul ul.dropdown-menu {
    background: #fff;
    color: #777;
}

.nav_sec .navbar ul ul ul ul,
.nav_sec .navbar .collapse ul ul ul ul.dropdown-menu {
    background: #fff;
    color: #777;
}

.nav_sec a,
.navbar-default .navbar-nav>li>a,
.navbar-expand-lg .navbar-nav .nav-link {
    color: #777;
    padding: 5px 10px;
    border-bottom: 2px solid transparent;
    margin-bottom: 15px;
    font-weight: 900;
    padding: 10px;
    font-size: 13px;
    display: block;
    line-height: 26px;
}

.nav_sec a {
    text-transform: uppercase;
}

.nav_sec .dropdown-menu a {
    text-transform: capitalize;
    transition: .4s
}

.nav_sec .dropdown-menu a:hover {
    color: #696969
}

.nav_sec .dropdown-menu a i {
    margin-right: 7px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li a {
    padding: 3px 12px;
    position: relative;
    letter-spacing: 0;
    font-size: 14px;
    color: #777;
    margin-bottom: 0;
    text-transform: uppercase;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li a:hover {
    color: #d5b43a;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li a .fal {
    position: absolute;
    right: 3px;
}

@-webkit-keyframes mymove {
    from {
        top: -180px;
    }
    to {
        top: 0px
    }
}

@keyframes mymove {
    from {
        top: -180px;
    }
    to {
        top: -93px;
    }
}

#header-sroll.small ul {
    margin-bottom: 0;
}

#header-sroll .small_log {
    display: none
}

#header-sroll.small .small_log {
    width: 160px;
    display: block;
    float: left;
    margin-top: 0;
}

#header-sroll.small .small_log .navbar-brand {
    padding: 10px 0;
}

#header-sroll.small .menu_sec {
    margin-bottom: 0;
}

#header-sroll .dropdown-menu {
    border-radius: 0;
    border: none;
    min-width: 195px;
}

#header-sroll .dropdown-menu.mega-menu {
    width: 100%;
    border: none;
    top: 100%;
    border-radius: 0px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

#header-sroll .dropdown-menu.mega-menu img {
    height: 150px;
    max-width: 100%
}

.stricky-fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999;
    box-shadow: rgb(242, 242, 242) 0px 2px 3px;
    animation-name: menu_sticky;
    animation-duration: 0.6s;
    animation-timing-function: ease-out;
    background: rgb(255, 255, 255);
    transition: all 0.25s ease-in-out;
}

#header-sroll.small .social_sec ul li {
    float: left;
    padding: 0 18px;
    border-left: 1px solid #bcc0c2;
    height: 71px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#header-sroll.small img {
    max-width: 100px;
    max-height: 100%;
}

#header-sroll.small .header_top {
    width: 100%;
    background: #777;
    padding: 0;
    height: 0px;
}

#header-sroll.small .navbar {
    padding-top: 0;
    background: transparent;
}

#header-sroll.small .top_header {
    width: 100%;
    background: #777;
    padding: 0;
    height: 0px;
}

#header-sroll.small .dropdown-menu.mega-menu {
    width: 100%;
    border: none;
    top: 48px;
    height: 480px;
    overflow-x: hidden;
    overflow-y: scroll;
    border-radius: 0px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

#header-sroll.small .dropdown-menu {
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

#header-sroll.small .dropdown-menu {
    border-radius: 0;
    border: none
}

.logo_sec {
    width: 100%;
    padding: 5px 0
}

.logo_sec .navbar-brand {
    margin: 0;
}

.logo_sec .logo img {
    max-width: 280px;
    max-height: 95px;
    padding: 0;
}

.search_area {
    margin-top: 12px;
    padding: 3px;
    width: 100%;
    border: 1px solid #dde3e4;
}

.search_area .btn {
    padding: 5px 10px;
    outline: none;
    background: #777;
    color: #f7f7f7;
}

.search_area .form-control {
    border: none;
    background: transparent;
}

.search_area .dropdown-menu.show {
    display: block;
    padding: 15px;
}

.search_area .dropdown-menu li a {
    color: #777;
}

.search_area .dropdown-menu:after {
    background: #ffffff none repeat scroll 0 0;
    content: "";
    height: 9px;
    position: absolute;
    left: auto;
    top: -5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 9px;
    border-left: 1px solid rgba(0, 0, 0, .15);
    border-top: 1px solid rgba(0, 0, 0, .15);
}

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 999;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

.search-sec {
    top: 50%;
    left: 50%;
    width: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #ededeb;
    position: absolute;
    border-radius: 30px;
}

#search input[type="search"] {
    color: #777;
    background: transparent;
    font-size: 18px;
    font-weight: 300;
    text-align: left;
    border-radius: 30px;
    height: 50px;
    padding: 0 50px 0 18px;
    border: 0;
    outline: none;
    margin: 0 auto;
}

#search .btn {
    display: block;
    background-image: none;
    background: 0 0;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    padding: 5px 0;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 999;
    color: #777;
    height: 50px;
    width: 50px;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #777;
    background-color: transparent;
    border-color: transparent;
    opacity: 1;
    padding: 10px 17px;
    font-size: 20px;
    font-weight: 100;
}

.search-sec .btn-primary:after {
    display: none;
}

.cart_sec {
    width: 100%;
}

.cart_sec button {
    color: #999;
}

.cart_sec .dropdown-toggle::after {
    display: none;
}

.cart_sec .dropdown-menu.show {
    display: block;
    right: 0;
    width: 300px;
    left: auto;
}

.cart_sec .btn {
    padding: 0;
    border-radius: 0;
}

.cart_sec .badge {
    display: inline-block;
    padding: .3rem .5rem;
    border-radius: 4px;
    float: right;
    -top: 0px;
    margin-left: 4px;
    background: #dde3e4;
    border: none;
    color: #313537;
}

.cart_sec .dropdown-menu:after {
    background: #ffffff none repeat scroll 0 0;
    content: "";
    height: 9px;
    position: absolute;
    right: 28px;
    top: -5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 9px;
    border-left: 1px solid rgba(0, 0, 0, .15);
    border-top: 1px solid rgba(0, 0, 0, .15);
}

.slider_sec {
    width: 100%;
}

.slider_sec .carousel-item {
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    /*height: calc(100vh - 130px);*/
}

.slider_sec .carousel-caption {
    position: absolute;
    overflow: hidden;
    left: 3%;
    top: 50%;
    transform: translatey(-50%);
    padding: 40px;
    padding-bottom: 0;
    right: auto;
    bottom: 0;
    border-radius: 15px;
}

.slider_sec .carousel-caption .textcaption {
    width: 100%;
}

.slider_sec .carousel-caption .textcaption h3 {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 40px;
    white-space: nowrap;
    letter-spacing: 3px;
}

.slider_sec .carousel-caption p {
    width: 100%;
    position: relative;
    display: inline-block;
    font-size: 24px;
    letter-spacing: 1px;
}

.slider_sec .carousel-caption .button_sec {
    width: 100%;
    text-align: left;
}

.slider_sec .carousel-caption .button_sec .btn {
    padding: 10px 60px;
    letter-spacing: 2px;
    font-weight: 300;
    text-transform: uppercase;
}

.carousel-fade .carousel-item .img-sec {
    display: none
}

.slider_sec .carousel-inner img {
    width: 100%;
}

.slider_sec .carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 15px;
    height: 5px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: #fff;
    border-radius: 35px;
}

.slider_sec .carousel-indicators .active {
    background-color: #777;
    border-radius: 35px;
}

.category-row {
    margin: 60px 0;
    padding: 0
}

.catg-block {
    margin-bottom: 0;
}

.catg-block a {
    display: block;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.catg-block a .figure {
    height: 300px;
    display: block;
    margin-bottom: 0;
    transition: .5s;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

/* .catg-block .figure:after{content:''; width: 90%; height: 80%; background:rgba(0,0,0,.1); opacity: 0; position: absolute; z-index: 1; left:50%; top:50%; transform: translate(-50% , -50%);}
.catg-block a:hover .figure:after{content:''; width: 90%; height: 90%; opacity: 1; -moz-transition: all 0.3s ease-in;   -webkit-transition: all 0.3s ease-in; transition: all 0.2s ease-in;} */

.catg-block .figure-caption {
    margin-top: 10px;
    padding: 8px 13px;
    border-radius: 0;
    letter-spacing: .09rem;
    font-size: 18px;
    text-transform: uppercase;
    color: #d5b43a;
    box-shadow: none;
    text-align: center;
    font-family: 'Chronicle-Light';
}

/* .catg-block a:hover .figure-caption{ background: rgba(255,255,255,.8); -moz-transition: all 0.3s ease-in;   -webkit-transition: all 0.3s ease-in; transition: all 0.2s ease-in;} */

.catg-block a .figure .figure-img {
    margin-bottom: 0;
}

.aboutus_sec {
    margin: 60px 0;
}

.about-right {
    margin: 0;
    width: 100%;
}

.aboutus_sec img {
    max-width: 35%;
    float: left;
    margin: 0 10px 10px 0;
}

/*.catg-block a .figure:before {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    content: '';
    transition: -webkit-transform .8s;
    transition: transform .8s;
    transition: transform .8s, -webkit-transform .8s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    cursor: pointer;
}

.catg-block a .figure:hover:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0);
}*/

.boxed {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    border: 1px solid #ececec;
    padding: 2.78571429em;
}

.catg-block a .figure:hover {
    transform: scale(1.1);
    transition: .5s
}

.catg-block a {
    margin-bottom: 0
}

.catg-block a:hover .figure-caption {
    color: #000
}

.homevideo-sec {
    width: 0;
    width: 100%;
    height: 95vh;
    position: relative;
    overflow: hidden;
}

.homevideo-sec:hover .play-button {
    height: auto;
    width: 90px;
    z-index: 1;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-40%, -50%);
    display: block;
    transition: .6s;
}

.homevideo-sec .play-button img {
    max-width: 100%;
}

.story-wrapper {
    margin: 0;
    padding: 60px 0 0 0;
}

.story-wrapper p {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: .015em;
    color: #777;
    line-height: 25px;
}

.story-wrapper h2 {
    font-size: 2rem;
    font-weight: 500;
    color: #777;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
}

.categories-wrapper {
    margin: 10px 0 0 0;
    padding: 0 0 60px 0;
    position: relative;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.categories-wrapper .images-sec {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: relative;
}

.categories-wrapper .images-sec .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    padding: 50px;
}

.categories-wrapper .images-sec .overlay a.btn {
    padding: 7px 20px;
    text-transform: uppercase;
}

.categories-wrapper .images-sec .overlay a svg {
    fill: #fff
}

.categories-wrapper .images-sec .overlay a:hover svg {
    fill: #000
}

.categories-wrapper .images-sec .overlay h2 {
    font-size: 2rem;
    letter-spacing: .07rem;
    color: #fff;
}

.cta {
    position: relative;
    margin: auto;
    padding: 11px 22px;
    transition: all .2s ease;
    top: 40px;
    color: #fff;
}

.cta:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 28px;
    background: #d5b43a;
    width: 45px;
    height: 45px;
    transition: all .3s ease;
}

.cta span {
    position: relative;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: 0.17em;
    text-transform: capitalize;
    vertical-align: middle;
}

.cta svg {
    position: relative;
    top: 0;
    margin-left: 10px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #fff;
    stroke-width: 2;
    transform: translateX(-5px);
    transition: all .3s ease;
}

.cta:hover:before {
    width: 100%;
    background: #d5b43a;
}

.cta:hover svg {
    transform: translateX(0);
}

.cta:active {
    transform: scale(0.96);
}

.cta:hover {
    color: #fff
}

.categories-wrapper p {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: .015em;
    color: #777;
}

.categories-wrapper p.story-text {
    color: #777;
    line-height: 20px;
}

.categories-wrapper h2 {
    font-size: 2rem;
    font-weight: 500;
    color: #777;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
}

.categories-items {
    margin: 0;
    width: 100%;
}

.categories-items ul {
    padding: 0;
}

.categories-items ul li {
    margin: .5%;
    display: inline-block;
    width: 23.5%;
    background: #fff;
    vertical-align: top;
}

.categories-items ul li .card {
    border-radius: 7px;
    border: 0;
    overflow: hidden;
    display: block;
    text-align: center;
    background: transparent;
}

/* .categories-items ul li .card:hover .card-img {transform: scale(1.2); transition: .7s;} */

.categories-items ul li .card .image-sec {
    width: 100%;
    margin: 0;
    text-align: center
}

.categories-items ul li .card .image-sec .card-img {
    max-height: 190px;
    transition: .7s;
    min-height: 190px;
    max-width: 100%;
    width: auto;
}

.categories-items ul li .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: .05rem;
}

.categories-items ul li .card-body a {
    font-size: 15px;
    letter-spacing: 0;
    color: #777;
    position: relative;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    width: auto;
    text-decoration: none;
    text-transform: capitalize;
    padding-top: 10px;
    padding-bottom: 0;
    line-height: 1.25;
}

.categories-items ul li .card-body a:hover {
    color: #d5b43a
}

.categories-items ul li .card-body .price {
    display: block;
    color: #000;
    padding: 5px 0 10px 0;
}

/* .categories-wrapper .card-img-overlay a:before {
content: "";border-style: solid;border-color: #f2a4b2;border-width: 0 0 1px;border-radius: 2px;position: absolute;bottom: 0;
left: 0;width: 100%;height: 100%;-webkit-box-sizing: border-box;box-sizing: border-box;-webkit-transition: .3s;transition: .3s;} */

.newsletter-home.newsletter-color {
    background: #fbfbfb;
    padding: 50px 0 0 0;
}

.newsletter-home .title-newsletter .title {
    font-size: 2rem;
    letter-spacing: .07rem;
    color: #000;
}

.newsletter-home.newsletter-color .title-newsletter .sub-title {
    color: #777;
}

.newsletter-home .title-newsletter .sub-title {
    font-size: 15px;
    line-height: 1.3;
    letter-spacing: .015em;
    margin-top: 4px;
    padding-left: 4px;
    color: #777;
    margin-bottom: 0;
}

.block.newsletter .title {
    display: none;
}

.column.main .block:last-child {
    margin-bottom: 0;
}

.panel-block * {
    -webkit-transition: background-color .25s ease-in-out;
    -moz-transition: background-color .25s ease-in-out;
    -o-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
}

.newsletter-home .block.newsletter {
    width: 100%;
    padding-bottom: 0;
    margin-top: 10px;
}

.newsletter-home .block.newsletter .content {
    position: relative;
}

.block.newsletter .form.subscribe {
    display: table;
    width: 100%;
}

.newsletter-home.newsletter-color .block.newsletter .content .field.newsletter {
    border-bottom: none;
    width: 100%;
}

.newsletter-home.newsletter-color .block.newsletter .content .field.newsletter input[type=email] {
    height: 3.3rem;
    padding-left: 55px;
    /* background: #ffecf0; */
    border: 1px solid #e7e7e7;
    width: 100%;
    background: #f7f7f7;
}

.newsletter-home .block.newsletter .content .field.newsletter input[type=email] {
    border: none;
    line-height: 3.75rem;
    height: 3.625rem;
    padding-left: 45px;
    padding-right: 85px;
    font-size: .9375rem;
    letter-spacing: .01em;
}

.newsletter-home .block.newsletter .content .actions {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.block.newsletter .actions {
    display: table-cell;
    vertical-align: top;
    width: 1%;
}

.newsletter-home.newsletter-color .block.newsletter .content .actions .action.subscribe.primary {
    padding: 0 40px;
}

.newsletter-home .block.newsletter .content .actions .action.subscribe.primary {
    background-color: transparent;
    border: none;
    color: #777;
    font-size: .75rem;
    padding: 0;
    line-height: 3.3666rem;
    letter-spacing: .075em;
}

.newsletter-home .block.newsletter .content .actions .action.subscribe.primary {
    background-color: transparent;
    border: none;
    color: #777;
    font-size: .9rem;
    padding: 0;
    line-height: 3.3rem;
    letter-spacing: .075em;
    font-weight: 600;
}

.newsletter-home .block.newsletter .content label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.block.newsletter .field .control:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    line-height: 33px;
    color: #c5c3d0;
    content: '\e818';
    font-family: "fontello";
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.newsletter-home .block.newsletter .content .field.newsletter .control:before {
    color: #c5c3d0;
    left: 0;
    top: 50%;
    margin-left: -9px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    margin-left: 20px;
}

.block.newsletter .field .control:before {
    position: absolute;
}

footer.page-footer {
    position: relative;
    z-index: 1;
    background: #fbfbfb;
    padding: 50px 0 40px 0;
}

footer.page-footer .footer-block img {
    max-height: 60px;
}

footer.page-footer .middle-footer {
    padding: 100px 0 45px;
}

footer.page-footer .footer-title {
    font-size: .9rem;
    text-transform: uppercase;
    letter-spacing: .07rem;
    font-weight: 600;
    margin-bottom: 2rem;
    color: #000;
}

footer.page-footer .list-icon li {
    padding: 0 0 0 30px;
    position: relative;
    margin-bottom: 15px;
    color: #777;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: .07rem;
    text-transform: capitalize;
}

footer.page-footer .list-icon i {
    font-size: 1.1rem;
    color: #777;
    position: absolute;
    left: 0;
    top: -2px;
}

footer.page-footer ul {
    display: block !important;
    padding-left: 0;
    margin-bottom: 0;
}

footer.page-footer ul h1 {
    font-size: 15px;
    margin-bottom: 13px;
}

footer.page-footer ul.list-links li {
    margin-bottom: 0;
    padding: 7px 0;
    color: #777;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: .07rem;
    text-transform: capitalize;
}

footer.page-footer ul.list-links li a {
    color: #777;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0;
    text-transform: capitalize;
}

footer.page-footer .list-icon li a {
    color: #777;
}

footer.page-footer .list-links li a:hover {
    color: #d5b43a
}

footer.page-footer ul.social-links {
    padding: 0;
}

footer.page-footer ul.social-links li {
    display: inline-block;
    margin-right: 17px;
}

footer.page-footer ul.social-links li a {
    color: #777;
}

footer.page-footer ul.social-links li a:hover {
    color: #d5b43a;
}

/* 
footer.page-footer .list-links li a:hover:after {left: 0;right: 0;}

footer.page-footer .list-links li a:after {
content: "";position: absolute;z-index: 2;left: 50%;right: 50%;bottom: 0;background: #777;height: 2px;
-webkit-transition-property: left, right;transition-property: left, right;-webkit-transition-duration: 0.3s;transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;transition-timing-function: ease-out;
}  */

.bottom-footer {
    padding: 17px 0;
    background: #f3f3f3;
}

.bottom-footer address {
    color: #777;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: .07rem;
    text-transform: capitalize;
    display: inline-block;
    margin-right: 20px;
}

.bottom-footer span {
    font-size: 13px;
    color: #777;
}

.bottom-footer span a {
    text-decoration: none;
    color: #777;
    font-weight: 600
}

.bottom-footer address strong {
    color: #777;
}

.bottom-footer .social-links li {
    display: inline-block;
    padding: 0 7px;
}

.bottom-footer .social-links li a {
    color: #777;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: .07rem;
    text-transform: capitalize;
}

.bottom-footer .social-links li a:hover i {
    color: #777
}

.bottom-footer .social-links li i {
    font-size: 1.25rem;
}

.bottom-footer .list-links li a {
    color: #777;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: .07rem;
    text-transform: capitalize;
}

.bottom-footer .list-links li a:hover {
    color: #777
}

/* .bottom-footer .list-links li a:hover:after {left: 0;right: 0;}

.bottom-footer .list-links li a:after {
content: "";position: absolute;z-index: 2;left: 50%;right: 50%;bottom: 0;background: #777;height: 2px;
-webkit-transition-property: left, right;transition-property: left, right;-webkit-transition-duration: 0.3s;transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;transition-timing-function: ease-out;
} */

.bottom-footer .list-links li {
    padding: 0 10px;
    display: inline-block;
    margin-bottom: 0;
    font-size: .9375rem;
}

.feature_sec {
    padding: 60px 0 0 0;
}

.feature_sec h2 {
    font-size: 2rem;
    font-weight: 500;
    color: #777;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 20px;
}

.feature_sec .owl-carousel.owl-drag .owl-item .card {
    border: 0;
}

.feature_sec .owl-carousel.owl-drag .owl-item .card .image-sec {
    border: 1px solid #ece6e2;
    height: 450px;
    overflow: hidden;
    position: relative;
}

.feature_sec .owl-carousel.owl-drag .owl-item .card .image-sec img {
    position: absolute;
    top: 50%;
    transform: translateY( -50%);
    transition: .7s;
    width: 100% !important;
    max-height: 100% !important;
    width: initial;
    display: inline-block;
}

.feature_sec .owl-carousel.owl-drag .owl-item .card .image-sec img.a {
    position: absolute;
    z-index: 10;
    transition: .5s;
    opacity: 1;
}

.owl-carousel.owl-drag .owl-item .card .image-sec img.b {
    position: absolute;
    opacity: 0;
}

.owl-carousel.owl-drag .owl-item .card .image-sec:hover img.a {
    opacity: 0;
}

.owl-carousel.owl-drag .owl-item .card .image-sec:hover img.b {
    opacity: 1;
    transition: .8s;
}

.owl-carousel.owl-drag .owl-item .card .card-body {
    padding: 10px 0px;
}

.owl-carousel.owl-drag .owl-item .card .card-body h3 {
    margin-bottom: 0;
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.owl-carousel.owl-drag .owl-item .card .card-body h3 a {
    font-size: 15px;
    letter-spacing: 0;
    color: #777;
    position: relative;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    width: auto;
    text-decoration: none;
    text-transform: capitalize;
    padding-top: 10px;
    padding-bottom: 0;
    line-height: 1.25;
}

.owl-carousel.owl-drag .owl-item .card .card-body h3 a:hover {
    color: #d5b43a;
}

.owl-carousel.owl-drag .owl-item .card .card-body span.price {
    color: #000;
    font-weight: 300;
}

.feature_sec .owl-carousel {
    position: relative;
}

.feature_sec .owl-carousel .owl-dots {
    display: none;
}

.feature_sec .owl-carousel .owl-nav button:focus {
    outline: none;
}

.feature_sec .owl-carousel .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%
}

.feature_sec .owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    background: rgba(255, 255, 255, .5) url(../images/next_arrow.png) no-repeat center center;
}

.feature_sec .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    background: rgba(255, 255, 255, .5) url(../images/back_arrow.png) no-repeat center center;
}

.feature_sec .owl-carousel .owl-nav .owl-prev span {
    display: none;
}

.feature_sec .owl-carousel .owl-nav .owl-next span {
    display: none;
}

.feature_sec .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: transparent;
    width: 32px;
    height: 32px;
    border: 1px solid #313537;
    background-size: 10px;
}

.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    background-size: 30%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #fff url(../img/back_arrow.png);
    background-repeat: no-repeat;
    background-position: center center;
    border: 0;
}

.owl-carousel .owl-nav .owl-prev span {
    display: none
}

.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #fff url(../img/next_arrow.png);
    background-repeat: no-repeat;
    background-position: center center;
    border: 0;
}

.owl-carousel .owl-nav .owl-next span {
    display: none
}

.owl-carousel .owl-stage {
    margin: 0 auto;
}

.owl-carousel.owl-drag .owl-item .card .card-body .image_change {
    width: 100%;
    padding: 0;
    overflow: hidden
}

.owl-carousel.owl-drag .owl-item .card .card-body .image_change h3 {
    font-size: 1rem;
    font-weight: 400;
}

.owl-carousel.owl-drag .owl-item .card .card-body .image_change ul {
    margin: 0;
    width: auto;
    display: initial;
    padding: 0 5px;
}

.owl-carousel.owl-drag .owl-item .card .card-body .image_change ul li {
    width: 10px;
    height: 10px;
    border-radius: 40px;
    margin-right: 7px;
    display: inline-block;
    border: 2px solid #fff;
}

.gold {
    background: #ffb84f;
}

.silver {
    background: #d8d8d8;
}

.rosegold {
    background: #ff963c;
}

.owl-carousel.owl-drag .owl-item .card .card-body .image_change ul li.active {
    -webkit-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.75);
}

.owl-carousel.owl-drag .owl-item .card .card-body .image_change img {
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.instagram-sec {
    margin-top: 0;
    width: 100%;
}

.instagram-sec h2 {
    font-size: 2rem;
    letter-spacing: .07rem;
    color: #777;
    margin-bottom: 20px;
}

.instagram-sec ul {
    margin: 0;
    width: 100%;
    padding: 0;
}

.instagram-sec ul li {
    width: 20%;
    float: left;
    position: relative;
}

.instagram-sec ul li img {
    max-width: 100%;
    max-height: 100%;
    object-fit: fill;
}

.instagram-sec ul li .detail {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: rgba(255, 255, 255, .6);
    border-radius: 35px;
}

.instagram-sec ul li .detail a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.instagram-sec ul li .detail a i {
    font-size: .7rem;
}

.copyright_sec {
    width: 100%;
    float: left;
    padding: 13px 0;
    background: #fbfbfb;
    color: #cdcdcd;
    text-align: center;
    position: relative;
    bottom: 0;
    left: 0;
    z-index: 9999;
    border-top: 1px solid #ddd;
    margin-top: 10px;
}

.copyright_sec p {
    font-size: 14px;
    color: #777
}

.copyright_sec p img {
    height: 25px;
}

/* ............list................ */

.productlist-banner {
    margin: 0;
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
}

.productlist-banner h1 {
    font-size: 2.2rem;
    color: #fff;
    letter-spacing: 0.07rem;
    text-transform: capitalize;
    line-height: 60px;
}

.productlist-banner h1 strong {
    color: #d5b43a
}

.filter-sec {
    margin: 0;
    padding: 7px 0;
    width: 100%;
    background: #f0f0f0;
}

.filter-sec .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem .375rem .75rem;
    font-size: .9rem;
    font-weight: 700;
    line-height: 1.5;
    color: #495057;
    background-color: #f0f0f0;
    background-clip: padding-box;
    border: 1px solid #f0f0f0;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.bootstrap-select .bs-ok-default::after {
    width: 0.3em;
    height: 0.6em;
    border-width: 0 0.1em 0.1em 0;
    transform: rotate(45deg) translateY(0.5rem);
}

.btn.dropdown-toggle:focus {
    outline: none !important;
}

.fancybox-close {
    width: 38px;
    height: 38px;
    top: 0;
    right: 0;
    background-position: center;
    -webkit-transition: background-color .3s ease-out;
    -moz-transition: background-color .3s ease-out;
    -o-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
}

.fancybox-close:hover {
    background: #777;
    background-position: center;
    background-image: url(../img/cross-h.png);
    background-repeat: no-repeat;
}

.filteropen::before {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .3);
    z-index: 1;
    -webkit-animation: fadein 1.5s;
    -moz-animation: fadein 1.5s;
    -ms-animation: fadein 1.5s;
    -o-animation: fadein 1.5s;
    animation: fadein 1.5s;
}

.category-section .custom-checkbox {
    display: block !important;
    width: 50%;
    float: left;
    margin-bottom: 10px;
}

.category-section .custom-checkbox+.custom-checkbox {
    margin-right: 10px;
}

.category-section .check-outer {
    display: block !important;
    padding: 9px 0px;
}

.category-section .filter-scroll .navbar-nav li.activefilter {
    background: #fff;
    z-index: 2;
}

.category-section {
    background: #fbfbfb;
    position: relative;
}

.checkout-outer {
    padding: 18px 16px;
}

.category-section li a {
    color: #949494;
    font-size: 12px;
    margin-right: 0px;
}

.category-section li.active {
    background: #ccc;
}

.filter-col .navbar {
    padding-top: 0;
    padding-bottom: 0;
}

.filter-scroll {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.filter-scroll .navbar-nav li {
    border-right: 1px solid #e7e7e7;
    margin: 0
}

.filter-scroll .price-filter ul li {
    border-right: none
}

.filter-scroll .navbar-nav .nav-link {
    padding: 15px 13px;
    font-size: 16px;
}

.filter-col .navbar .dropdown:hover>.dropdown-menu,
.filter-col .navbar .dropdown .dropdown-menu {
    min-width: 400px;
    margin-top: 0;
    border: 0;
    border-radius: 0;
}

.category-section .custom-checkbox {
    display: block !important;
    width: 50%;
    float: left;
    margin-bottom: 10px;
}

.category-section .custom-control-label {
    margin-bottom: 0;
    font-size: 13px;
}

.price-filter .dropdown-menu {
    right: 0px;
    padding: 13px 20px;
    position: absolute;
    white-space: nowrap;
    background: #fff;
    color: #666;
}

.extra-controls {
    display: none;
}

.selectall {
    display: inline-block;
}

.customeselect .selectall select {
    min-width: 50px;
    padding: 12px 10px;
    font-size: 15px;
    border: 0;
    background: url(../images/select-arrow.png) right center no-repeat;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
}

.customeselect .btn {
    padding: 6px 10px;
    text-transform: capitalize;
    font-size: 15px;
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: none;
}

.customeselect .btn-dark {
    color: #777;
    background-color: transparent;
    border-color: transparent;
}

.customeselect .btn-dark:not(:disabled):not(.disabled).active,
.customeselect .btn-dark:not(:disabled):not(.disabled):active,
.customeselect .show>.btn-dark.dropdown-toggle {
    color: #777;
    background-color: transparent;
    border-color: transparent;
}

.filter-tag {
    margin: 15px 0 0 0;
}

.filter-tag a {
    padding: 6px 10px;
    text-transform: uppercase;
    font-size: 13px;
}

.tags-input {
    padding: 0px;
    margin: 0;
}

.tags-input li {
    border: 1px solid #d6cfae;
    padding: 2px 6px;
    display: inline-block;
    background: #f9f9f9;
    font-size: 13px;
    margin-right: 10px;
    line-height: 19px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tags-input .fas.fa-times {
    font-size: 10px;
    padding-left: 10px;
    color: #757272;
    margin-right: 0;
}

.product-list {
    margin: 0;
    width: 100%;
    padding: 0;
}

.product-list ul {
    margin: 0;
    width: 100%;
    padding: 0;
}

.product-list ul li {
    width: 20%;
    float: left;
    padding: 0;
}

.product-list ul li.add {
    width: 38%;
    margin: 15px 15px 30px 0;
    float: right;
    overflow: hidden;
}

.product-list ul li.add .add-sec {
    text-align: center;
    position: relative;
    height: 645px;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
}

.product-list ul li.add .add-sec .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    padding: 80% 50px 50px 50px;
}

.product-list ul li.add .add-sec .overlay h3 {
    font-size: 2rem;
    letter-spacing: .07rem;
    color: #777;
}

.product-list ul li.add .add-sec .btn-secondary {
    color: #fff;
}

.product-list ul li.add .add-sec .btn-secondary:hover {
    color: #d5b43a
}

.product-list ul li.add .add-sec h2 {
    font-size: 2.6rem;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
}

.product-list ul li .card {
    border: 0;
    padding: 15px;
}

.product-list ul li .card .image-sec {
    border: 0;
    border: 0;
    overflow: hidden;
    text-align: center;
    padding: 0;
    position: relative;
}

/*.product-list ul li .card .image-sec img{max-width: 100% !important;max-height: 100% !important;width: initial;display: inline-block;    left: 50%;
    transform: translateX(-50%);}*/

.product-list ul li .card .image-sec img {
    z-index: 1;
    transition: .5s;
    opacity: 1;
    min-height: 225px;
    max-height: 225px;
    margin: 0 auto;
    display: inline-block;
    width: auto;
}

/*.product-list ul li .card .image-sec img {position: absolute;z-index: 1;transition: .5s;opacity: 1;}*/

/* .product-list ul li .card .image-sec img.a {position: absolute;z-index: 10;transition: .5s;opacity: 1;}

.product-list ul li .card .image-sec img.b {position: absolute;opacity: 0;
} */

.product-list ul li .card .image-sec:hover img.a {
    opacity: 0;
}

.product-list ul li .card .image-sec:hover img.b {
    opacity: 1;
    transition: .8s;
}

.product-list ul li .card .card-body {
    padding: 10px 0px;
    height: 97px;
    text-align: center;
}

.product-list ul li .card .card-body h3 a {
    font-size: 15px;
    letter-spacing: 0;
    color: #777;
    position: relative;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    width: auto;
    text-decoration: none;
    text-transform: capitalize;
    padding-top: 10px;
    padding-bottom: 0;
    line-height: 1.25;
}

.product-list ul li .card .card-body h3 a:hover {
    color: #d5b43a;
}

.product-list ul li .card .card-body .price {
    display: block;
    color: #000;
    padding: 5px 0 10px 0;
}

.product-list ul li .card .card-body .price span {
    font-size: 15px;
    color: #5a5a5a;
    text-decoration: line-through;
    margin-right: 7px;
}

.product-list ul li .card .card-body .image_change {
    width: 100%;
    padding: 0;
    overflow: hidden;
    margin-top: 7px;
}

.product-list ul li .card .card-body .image_change h3 {
    font-size: 15px;
    font-weight: 400;
}

.product-list ul li .card .card-body .image_change ul {
    margin-top: 5px;
    width: 100%;
    display: flex;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    padding: 0 5px;
    height: 20px;
}

.product-list ul li .card .card-body .image_change ul li {
    width: 18px !important;
    height: 18px !important;
    margin-bottom: 3px;
    float: none;
    border-radius: 40px;
    margin: 0 10px !important;
    display: inline-block;
    border: 0;
}

.product-list ul li .card .card-body .image_change ul li div {
    width: 100%;
    height: 100%;
    border-radius: 35px;
}

.product-list ul li .card .card-body .image_change ul li div img {
    vertical-align: top;
}

.gold {
    background: #ffb84f;
}

.silver {
    background: #d8d8d8;
}

.rosegold {
    background: #ff963c;
}

.product-list ul li .card .card-body .image_change ul li.active {
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.75);
}

.product-list ul li .card .card-body .image_change img {
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.product-details {
    margin: 0;
    width: 100%;
}

.image-gallery {
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    position: sticky;
    top: 0;
}

.priview_sec,
.thumbnails {
    display: inline-block;
}

.thumbnails {
    width: 100%;
    margin-left: 0;
    order: 2;
    text-align: center;
}

.priview_sec {
    width: 100%;
    height: 400px;
    text-align: center;
    background-color: transparent;
    position: relative;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.thumbnail:hover .thumbnail-image,
.selected .thumbnail-image {
    border: 1px solid #777;
}

.thumbnail-image {
    width: 60px;
    height: 60px;
    border: 1px solid #e8e8e8;
    margin: 20px auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
}

.image-gallery .wistlist-sec {
    position: absolute;
    top: 0;
    right: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: rgba(255, 255, 255, .6);
    border-radius: 35px;
}

.image-gallery .wistlist-sec a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.image-gallery .wistlist-sec a i {
    font-size: 1.4rem;
}

.image-gallery .wistlist-sec a .icon-heart:before {
    color: #d5b43a;
}

.priview_sec img {
    max-width: 100%;
    height: 100%;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "\f054";
    font-family: 'FontAwesome';
    font-size: .7rem;
}

.breadcrumb {
    background-color: transparent;
    font-size: 13px;
    padding: 13px 15px;
    margin-bottom: 0;
}

.breadcrumbs {
    background: #fbfbfb;
}

.details-sec {
    margin: 0;
    width: 100%;
}

.details-sec h2 {
    font-size: 1.4rem;
    color: #000;
}

.details-sec h2 span {
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
    color: #777;
    margin-top: 5px;
}

.details-sec p {
    color: #777;
}

.details-sec p.price {
    color: #000
}

.details-sec .price {
    font-size: 1.4rem;
    font-weight: 500;
}

.details-sec .option-area {
    margin: 0;
    width: 100%;
}

.details-sec .option-area .form-control {
    display: inline-block;
    width: auto;
    min-width: 20%;
    color: #777;
    font-size: 1rem;
    font-weight: 700;
    border: 1px solid transparent;
    text-align: left;
    padding-top: calc(.9rem + 1px);
    padding-bottom: calc(.9rem + 1px);
    height: auto !important
}

.details-sec .option-area .form-group {
    margin-bottom: 0;
}

.details-sec .option-area .form-group .col-form-label {
    color: #777;
    padding-top: calc(.9rem + 1px);
    padding-bottom: calc(.9rem + 1px);
}

.details-sec .cart-sec {
    margin: 0;
    width: 100%;
}

.details-sec .cart-sec .btn-link {
    font-weight: 400;
    color: #000;
    background-color: transparent;
    font-size: 23px;
    padding: 6px 20px;
}

.details-sec .cart-sec .btn-link.active {
    color: #d5b43a;
}

.details-sec .cart-sec .btn-link:hover {
    color: #d5b43a;
}

.details-sec .cart-sec .btn-primary {
    width: 100%;
    background: #777;
    padding: 15px 20px;
}

.details-sec .cart-sec .btn-primary:hover {
    background: #777;
}

.details-sec .cart-sec .btn-primary:not(:disabled):not(.disabled).active,
.details-sec .cart-sec .btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #777;
    border-color: #777;
}

/*.details-sec .cart-sec .btn-secondary{ width: 100%;background: transparent; color:#777; padding: 15px 5px !important;}
.details-sec .cart-sec .btn-secondary:hover{background: transparent;color:#777;}*/

.details-sec .cart-sec .btn-secondary:not(:disabled):not(.disabled).active,
.details-sec .cart-sec .btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #777;
    background-color: transparent;
    border-color: transparent;
}

.details-sec .cart-sec .btn-secondary:before {
    display: none;
}

.details-sec .cart-sec .btn-primary span {
    font-size: 18px;
}

.details-sec .cart-sec .btn-primary span i {
    margin-right: 10px
}

.details-sec .cart-sec .btn-danger {
    color: #fff;
    background-color: #d5b43a;
    border-color: #d5b43a;
    width: 100%;
    padding: 14px 40px !important;
    border-radius: 0;
}

.varient_are .col-form-label {
    color: #777
}

.varient_are ul {
    margin: 0;
    padding: 0px;
}

.varient_are ul li {
    margin-bottom: 10px;
    min-width: 28px;
    min-height: 28px;
    text-align: left;
    display: inline-block;
    margin-right: 2px;
    background: transparent;
    padding: 0;
    border-radius: 35px;
    border: 2px solid #e6e6e6;
}

.varient_are ul li.active {
    margin-bottom: 10px;
    text-align: left;
    display: inline-block;
    margin-right: 2px;
    background: transparent;
    padding: 0;
    border-radius: 35px;
    border: 2px solid #777
}

.varient_are ul li.active a {
    color: #fff !important
}

.varient_are ul li a {
    text-decoration: none;
    font-size: 1rem;
    color: #777;
    font-weight: 400;
}

.varient_are ul li img {
    width: 50px;
    height: 50px;
    border-radius: 35px;
}

.gold {
    background: #ffb84f !important;
}

.gold.active {
    background: #ffb84f !important;
}

.silver {
    background: #d8d8d8 !important;
}

.rosegold {
    background: #ff963c !important;
}

.specification-sec {
    margin-top: 30px;
}

.specification-sec h4 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
    letter-spacing: 2px;
    display: block;
    letter-spacing: .07rem;
    margin-bottom: 25px;
    position: relative;
}

.specification-sec table thead tr td {
    color: #000;
    font-weight: 900;
    font-size: 14px;
    padding: 10px;
    text-transform: uppercase;
    background: #f7f7f7;
    letter-spacing: 1px;
    border: 0;
}

.specification-sec .table {
    background-color: #ededed;
    margin-bottom: 1.4rem;
}

.specification-sec .table tbody td {
    padding: 8px 10px;
    vertical-align: inherit;
    border-top: 0;
    color: #6e6e6e;
    background: #fff;
}

/*.specification-sec p{color:#777; text-align: center; font-size: 15px; font-weight: 400;}
.specification-sec .table tbody tr{width:20%; display:inline-block; vertical-align: top;margin-bottom: 12px;}
.specification-sec .table th{width: 33.0%; color:#000; text-align: center;font-weight: 600;font-size: 15px; }
.specification-sec .table td{color:#777; text-align: center; font-weight: 400; font-size: 15px;}
.specification-sec .table td, .specification-sec .table th {padding: 8px;vertical-align: inherit;border-top: 0;width: 100%; display: inline-block;}
.specification-sec .table tbody tr.mt-2{width:100%}
.specification-sec .table tbody tr.mt-2 td{
font-weight: 600;
background: transparent;
padding: 6px;
border-bottom: 1px solid #efefef;
text-align: left;}
*/

.recently-view {
    padding: 60px 0 0 0;
}

.recently-view h2 {
    font-size: 2rem;
    font-weight: 500;
    color: #000;
    text-transform: capitalize;
    letter-spacing: 2px;
    display: block;
    letter-spacing: .07rem;
    margin-bottom: 25px;
    position: relative
}

.recently-view h2::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 20%;
    left: 50%;
    bottom: -10px;
    background: #d5b43a;
    transform: translateX(-50%);
}

.recently-view .owl-carousel.owl-drag .owl-item .card {
    border: 0;
}

.recently-view .owl-carousel.owl-drag .owl-item .card .image-sec {
    border: 0;
    text-align: center;
    overflow: hidden;
}

/*.recently-view .owl-carousel.owl-drag .owl-item .card .image-sec img{
position: absolute;left: 50%;top: 50%;transform: translate(-50% , -50%);transition: .7s;max-width: 100% !important;max-height: 100% !important;width: initial;display: inline-block;
}*/

.recently-view .owl-carousel.owl-drag .owl-item .card .image-sec img {
    transition: .7s;
    max-width: 100% !important;
    min-height: 250px;
    max-height: 250px;
    width: auto;
    display: inline-block;
}

.recently-view .owl-carousel.owl-drag .owl-item .card .card-body {
    padding: 10px 0px;
    text-align: center;
}

.recently-view .owl-carousel.owl-drag .owl-item .card .card-body h3 {
    margin-bottom: 5px;
    height: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.recently-view .owl-carousel.owl-drag .owl-item .card .card-body .price {
    color: #000;
}

.recently-view .owl-carousel.owl-drag .owl-item .card .card-body .price span {
    color: #5a5a5a;
    text-decoration: line-through;
    margin-right: 7px;
    display: inline-block
}

.recently-view .owl-carousel {
    position: relative;
}

.recently-view .owl-carousel .owl-dots {
    display: none;
}

.recently-view .owl-carousel .owl-nav button:focus {
    outline: none;
}

.recently-view .owl-carousel .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%
}

.recently-view .owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    background: rgba(255, 255, 255, .5) url(../images/next_arrow.png) no-repeat center center;
}

.recently-view .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    background: rgba(255, 255, 255, .5) url(../images//back_arrow.png) no-repeat center center;
}

.recently-view .owl-carousel .owl-nav .owl-prev span {
    display: none;
}

.recently-view .owl-carousel .owl-nav .owl-next span {
    display: none;
}

.recently-view .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: transparent;
    width: 32px;
    height: 32px;
    border: 1px solid #313537;
    background-size: 10px;
}

.recently-view .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    /*left:15px;*/
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, .5) url(../images//back_arrow.png);
    background-repeat: no-repeat;
    background-position: center center;
    border: 0;
}

.recently-view .owl-carousel .owl-nav .owl-prev span {
    display: none
}

.recently-view .owl-carousel .owl-nav .owl-next {
    position: absolute;
    /*right: 15px;*/
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, .5) url(../images//next_arrow.png);
    background-repeat: no-repeat;
    background-position: center center;
    border: 0;
}

.recently-view .owl-carousel .owl-nav .owl-next span {
    display: none
}

.recently-view .owl-carousel .owl-stage {
    margin: 0 auto;
}

.recently-view .owl-carousel.owl-drag .owl-item .card .card-body .image_change {
    width: 100%;
    padding: 0;
    overflow: hidden
}

.recently-view .owl-carousel.owl-drag .owl-item .card .card-body .image_change h3 {
    font-size: .9rem;
    font-weight: 400;
}

.recently-view .owl-carousel.owl-drag .owl-item .card .card-body .image_change ul {
    margin: 0;
    width: auto;
    display: initial;
    padding: 0 5px;
}

.recently-view .owl-carousel.owl-drag .owl-item .card .card-body .image_change ul li {
    width: 15px;
    height: 15px;
    border-radius: 40px;
    margin-right: 7px;
    display: inline-block;
    border: 2px solid #fff;
}

.recently-view .owl-carousel.owl-drag .owl-item .card .card-body .image_change ul li.active {
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.75);
}

.recently-view .owl-carousel.owl-drag .owl-item .card .card-body .image_change img {
    width: 100%;
    height: 100%;
    border-radius: 50%
}

/* ......mobile..menu...... */

.header-mobile-tabs--bottom {
    background-color: #f7f7f7;
    display: none;
}

.header-mobile-tabs--bottom ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
}

.header-mobile-tabs--bottom ul li {
    -webkit-flex: 1;
    flex: 1;
    margin: 0;
}

.header-mobile-tabs--bottom ul li a {
    text-decoration: none;
    background: 0 0 !important;
    box-shadow: none !important;
    width: 80px;
    border: none;
    text-align: center;
    height: 50px;
    padding: 10px 5px;
    color: #222;
    font-size: 20px;
    border-radius: 0;
    position: relative;
    display: block;
    margin: 0 auto;
}

.header-mobile-tabs--bottom ul li a .badge-secondary {
    color: #fff;
    background-color: #d5b43a;
    line-height: 20px;
    font-weight: 400;
    position: absolute;
    top: 4px;
    border-radius: 50%;
    font-size: 11px;
    min-width: 25px;
    height: 25px;
    text-align: center;
    right: 8px;
}

.header-mobile-tabs--bottom ul li button {
    text-decoration: none;
    background: 0 0 !important;
    box-shadow: none !important;
    width: 100%;
    border: none;
    text-align: center;
    height: 50px;
    padding: 0 5px;
    color: #222;
    font-size: 20px;
    border-radius: 0;
    position: relative;
    display: block;
}

.header-mobile-tabs--bottom ul li a .icon-home-alt {
    font-size: 1.3rem
}

.menu_sec-mobile {
    display: none;
}

.mobile_menu {
    display: none;
}

.menu_sec-mobile ul {
    margin-bottom: 0px;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end
}

.menu_sec-mobile ul li {
    margin: 0 0 0 15px
}

.menu_sec-mobile ul li i {
    color: #777;
    font-size: 14px;
}

.menu_sec-mobile .dropdown-toggle {
    color: #777;
    font-size: 14px;
}

.menu_sec-mobile .btn {
    padding: 0px;
}

.menu_sec-mobile .fa-shopping-cart {
    color: #777;
    font-size: 18px;
}

.mobile-menu .badge-secondary {
    background: #d5b43a;
    color: #777;
    left: -4px;
    top: -6px;
    font-weight: 400
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    background-color: #777 !important;
}

.mm-menu.mm-offcanvas.mm-opened {
    display: block !important;
}

.mh-head .hamburger:focus {
    outline: none;
}

.mh-head {
    text-align: center;
    padding: 0 10px;
    margin: 0;
    position: relative;
    color: #777;
}

.mh-head a {
    color: inherit;
    text-decoration: none
}

.mh-head.mh-size-2 {
    height: 80px
}

.mh-head.mh-size-3 {
    height: 120px
}

.mh-head.mh-sticky {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mh-head.mh-sticky.mh-scrolledout {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}

.mh-head .mh-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    display: block;
    padding: 10px
}

.mh-head.mh-align-left .mh-text {
    text-align: left
}

.mh-head.mh-align-right .mh-text {
    text-align: right
}

.mh-head.mh-btns-left {
    padding-left: 0
}

.mh-head.mh-btns-left-2 {
    padding-left: 90px
}

.mh-head.mh-btns-left-3 {
    padding-left: 130px
}

.mh-head.mh-btns-right {
    padding-right: 0
}

.mh-head.mh-btns-right-2 {
    padding-right: 90px
}

.mh-head.mh-btns-right-3 {
    padding-right: 130px
}

.mh-head .mh-btns-left,
.mh-head .mh-btns-right {
    display: block;
    width: 40px;
    position: initial;
    top: 22px;
    bottom: 0
}

.mh-head .mh-btns-left {
    left: 10px
}

.mh-head .mh-btns-right {
    right: 10px
}

.mh-head.mh-btns-left-2 .mh-btns-left,
.mh-head.mh-btns-right-2 .mh-btns-right {
    width: 80px
}

.mh-head.mh-btns-left-3 .mh-btns-left,
.mh-head.mh-btns-right-3 .mh-btns-right {
    width: 120px
}

.mh-head .mh-btns-left>*,
.mh-head .mh-btns-right>* {
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    width: 40px;
    display: block;
    padding: 0;
}

.mh-head .mh-btns-left>:nth-child(1),
.mh-head .mh-btns-right>:nth-child(1) {
    left: 0
}

.mh-head .mh-btns-left>:nth-child(2),
.mh-head .mh-btns-right>:nth-child(2) {
    left: 40px
}

.mh-head .mh-btns-left>:nth-child(3),
.mh-head .mh-btns-right>:nth-child(3) {
    left: 80px
}

.mh-head .mh-list {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    white-space: nowrap;
    list-style: none;
    line-height: 20px;
    display: block;
    padding: 0;
    margin: 0
}

.mh-head .mh-list li {
    display: inline-block;
    padding: 0;
    margin: 0
}

.mh-head .mh-list li a,
.mh-head .mh-list li span {
    display: block;
    padding: 10px
}

.mh-head.mh-align-left .mh-list {
    text-align: left
}

.mh-head.mh-align-right .mh-list {
    text-align: right
}

.mh-head .hamburger {
    margin-top: 2px;
    -webkit-transform: scale(.6, .7) translateY(-50%);
    -ms-transform: scale(.6, .7) translateY(-50%);
    transform: scale(.6, .7) translateY(-50%);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center
}

.mh-head .mh-image,
.mh-head .mh-logo {
    background: none;
    display: block;
    height: 100%
}

.mh-head .mh-logo {
    background-size: contain;
    background-clip: content-box;
    padding: 10px
}

.mh-head.mh-align-left .mh-logo {
    background-position: left center
}

.mh-head.mh-align-right .mh-logo {
    background-position: right center
}

.mh-head .mh-image {
    background-size: cover
}

.mh-head .mh-form {
    padding: 7px 0;
    position: relative
}

.mh-head .mh-form input {
    background: #fff;
    border: none;
    border-radius: 3px;
    font-size: 14px;
    line-height: 26px;
    display: block;
    box-sizing: border-box;
    height: 26px;
    width: 100%;
    padding: 0 10px
}

.mh-head .mh-form .fa {
    color: #ccc;
    text-align: center;
    line-height: 40px;
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

/* ......mobile..menu...... */

/* ......cart-page..... */

.my_cart_sec {
    margin-top: 40px;
    min-height: 400px;
    margin-bottom: 30px;
}

.my_cart_sec h2 {
    font-size: 2rem;
    font-weight: 500;
    color: #000;
    text-transform: capitalize;
    letter-spacing: 2px;
    display: block;
}

.my_cart_sec .bottom_sec {
    width: 100%;
    padding: 15px 0
}

.my_cart_sec .bottom_sec .btn {
    padding: 7px 20px;
}

.my_cart_sec .helpcart {
    padding: 5px 10px;
    border: none;
    font-size: 15px;
    background: transparent;
    color: #d5b43a;
    font-weight: 500
}

.my_cart_table {
    margin: 0;
    width: 100%;
}

.my_cart_table h5 {
    text-align: center;
}

.my_cart_table table {
    width: 100%;
}

.my_cart_table table tbody tr {
    border-bottom: 1px solid #eee;
}

.my_cart_table table thead tr th,
table thead tr td {
    color: #777;
    font-weight: 500;
    font-size: 13px;
    padding: 10px;
    text-transform: uppercase;
    background: #efefef
}

.my_cart_table .table thead th {
    border-bottom: none;
    border-top: none;
    font-size: 14px;
    color: #000;
    font-weight: 600;
}

.my_cart_table table tr td img {
    width: 70px;
}

.my_cart_table td:nth-child(1) {
    width: 145px;
    position: relative
}

.my_cart_table td:nth-child(3) {
    width: 100px;
}

.my_cart_table td:nth-child(5) {
    width: 180px;
}

.my_cart_table td:nth-child(6) {
    width: 180px;
}

.my_cart_table table tr td {
    color: #777;
    padding: 5px;
    border: 0;
}

.my_cart_table table tr td a {
    color: #777;
}

.my_cart_table table tr td a:hover {
    color: #777
}

.my_cart_table table tr td i {
    margin-right: 0px;
}

.my_cart_table table tr td ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
}

.my_cart_table table tr td ul li {
    margin: 0;
    width: 100%;
    float: left;
    text-align: right;
    line-height: 27px;
}

.mywishlist a {
    margin-right: 10px;
}

.my_cart_table table tr .price {
    font-size: 1rem;
    font-weight: 300;
}

.my_cart_table table tr .total_price {
    color: #777;
    font-size: 1rem;
    font-weight: 300;
}

.my_cart_table table tr:nth-of-type(even) {
    background: transparent;
}

.my_cart_table table tr td .quantity input[type="text"] {
    margin: 0;
    height: 44px;
    display: initial;
    border: 1px solid #f4f4f4;
    padding: 8px;
    vertical-align: middle;
    text-align: center;
    width: 44px;
    box-shadow: none;
}

.mywishlist {
    margin-top: 40px;
    min-height: 400px;
}

.mywishlist .my_cart_table table tr .badge {
    display: inline-block;
    padding: .5em .7em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

.returnrequest img {
    max-width: 100%;
    max-height: 100%
}

.mywishlist .my_cart_table td:nth-child(1) {
    width: 112px;
    text-align: center;
    border-right: 1px solid #fff;
    padding: 5px;
}

.mywishlist .my_cart_table td:nth-child(3) {
    width: 108px;
}

.figure {
    display: inline-block;
    position: relative;
}

.my_cart_table table tr td .figure img {
    width: 100%;
    height: 65px;
}

.count_sec {
    width: 110px;
    padding: 0 2px;
}

.count_sec .count-input {
    position: relative;
    width: 100%;
    height: 30px;
    margin: 0px;
    float: left;
    border: 0;
}

.count-input .incr-btn.decr-btn {
    left: 0px;
    border-top: 0px;
}

.count-input .incr-btn {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    background: transparent;
    color: #d5b43a;
    opacity: .8;
    font-weight: 300;
    text-align: center;
    line-height: 30px;
    top: 0;
    right: 0px;
    text-decoration: none;
    margin-top: 0px;
    border: none;
    border-radius: 0;
    transition: .7s;
}

.count-input input {
    width: 100%;
    height: 30px;
    border: none;
    background: transparent;
    text-align: center;
    outline: none;
    border-radius: 0;
}

.count-input .incr-btn {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    background: transparent;
    color: #000;
    opacity: .8;
    font-weight: 300;
    text-align: center;
    line-height: 30px;
    top: 0;
    right: 0px;
    text-decoration: none;
    margin-top: 0px;
    border: none;
    border-radius: 0;
    transition: .7s;
}

/* ...........checkout........ */

.new-Checkout {
    width: 90%;
    margin: 20px auto 50px auto;
}

.new-Checkout .sw-theme-arrows {
    width: 100%;
}

.new-Checkout .sw-theme-arrows .nav-tabs .nav-item {
    margin-bottom: 0px;
    font-size: 19px;
    margin-right: 2px;
    float: right;
    width: 31.1%;
}

.new-Checkout .sw-theme-arrows>.sw-container {
    min-height: 200px;
}

.new-Checkout .sw-theme-arrows .step-content {
    padding: 0 10px;
    border: 0 solid #d4d4d4;
    background-color: transparent;
    text-align: left;
}

.new-Checkout .sw-theme-arrows .step-content h4 {
    font-size: 16px;
    display: block;
    width: 100%;
}

.new-Checkout .sw-theme-arrows .sw-toolbar {
    padding: 10px;
    margin-bottom: 0 !important;
}

.new-Checkout .sw-theme-arrows>ul.step-anchor {
    border: 0;
    padding: 0;
    background: #fff;
    border-radius: 0;
    border-top-right-radius: 5px;
    list-style: none;
    overflow: hidden;
    margin-bottom: 10px;
}

.new-Checkout .sw-theme-arrows>ul.step-anchor li+li:before {
    padding: 0;
}

.new-Checkout .sw-theme-arrows>ul.step-anchor>li>a {
    width: 100%;
    color: #777;
    font-size: 17px;
    text-decoration: none;
    padding: 10px 0 10px 45px;
    position: relative;
    display: block;
    border: 0 !important;
    border-radius: 0;
    outline-style: none;
    background: #f9f9f9;
    font-weight: 400;
}

.new-Checkout .sw-theme-arrows>ul.step-anchor>li>a:hover {
    color: #fff;
    text-decoration: none;
    padding: 10px 0 10px 45px;
    position: relative;
    display: block;
    border: 0 !important;
    border-radius: 0;
    outline-style: none;
    background: #f5f5f5;
}

.new-Checkout .sw-theme-arrows>ul.step-anchor>li>a:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid #f9f9f9;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}

.new-Checkout .sw-theme-arrows>ul.step-anchor>li>a:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid #f9f9f9;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
}

.new-Checkout .sw-theme-arrows>ul.step-anchor>li:first-child>a {
    padding-left: 15px;
}

.new-Checkout .sw-theme-arrows>ul.step-anchor>li>a:hover {
    color: #777;
    text-decoration: none;
    outline-style: none;
    background: #e8e7e7;
    border-color: #e8e7e7;
}

.new-Checkout .sw-theme-arrows>ul.step-anchor>li>a:hover:after {
    border-left-color: #e8e7e7;
}

.new-Checkout .sw-theme-arrows>ul.step-anchor>li.clickable>a:hover {
    color: #4285f4 !important;
    background: #46b8da !important;
}

.new-Checkout .sw-theme-arrows>ul.step-anchor>li.active>a {
    border-color: #d5b43a !important;
    color: #fff !important;
    background: #d5b43a !important;
}

.new-Checkout .sw-theme-arrows>ul.step-anchor>li.active>a:after {
    border-left: 30px solid #d5b43a !important;
}

.new-Checkout .sw-theme-arrows>ul.step-anchor>li.done>a {
    border-color: #f5f5f5 !important;
    color: #c7c7c7 !important;
    background: #f5f5f5 !important;
}

.new-Checkout .sw-theme-arrows>ul.step-anchor>li.done>a:after {
    border-left: 30px solid #f5f5f5;
}

.new-Checkout .sw-theme-arrows>ul.step-anchor>li.danger>a {
    border-color: #d9534f !important;
    color: #fff !important;
    background: #d9534f !important;
}

.new-Checkout .sw-theme-arrows>ul.step-anchor>li.danger>a:after {
    border-left: 30px solid #d9534f !important;
}

.new-Checkout .sw-theme-arrows>ul.step-anchor>li.disabled>a,
.new-Checkout .sw-theme-arrows>ul.step-anchor>li.disabled>a:hover {
    color: #eee !important;
}

@media screen and (max-width:991px) {
    .new-Checkout .sw-theme-arrows>ul.step-anchor {
        border: 0;
        background: #fff !important;
    }
    .new-Checkout .sw-theme-arrows>.nav-tabs>li {
        float: none !important;
        margin-bottom: 0;
    }
    .new-Checkout .sw-theme-arrows>ul.step-anchor>li>a,
    .new-Checkout .sw-theme-arrows>ul.step-anchor>li>a:hover {
        padding-left: 15px;
        margin-right: 0;
        margin-bottom: 0;
    }
    .new-Checkout .sw-theme-arrows>ul.step-anchor>li>a:after,
    .new-Checkout .sw-theme-arrows>ul.step-anchor>li>a:before {
        display: none;
    }
}

.new-Checkout .sw-theme-arrows::before {
    border: 10px solid #f3f3f3;
    border-top: 10px solid #5cb85c;
}

.new-Checkout .sw-btn-prev {
    display: none;
}

.new-Checkout .review_area {
    background: #fbfbfb;
    display: inline-block;
    padding: 0;
    width: 100%;
    margin-top: 0
}

.new-Checkout .review_area .scroll-sec {
    width: 100%;
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 15px;
}

.new-Checkout .review_area .table-bordered td,
.table-bordered th {
    border: 1px solid transparent;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    vertical-align: top;
}

.new-Checkout .review_area .scroll-sec .table-bordered td:nth-child(2) {
    width: 45%;
}

.new-Checkout .review_area .scroll-sec .table-bordered td:nth-child(1) {
    width: 15%;
}

.new-Checkout .review_area table td strong {
    font-weight: 500;
}

.new-Checkout .review_area .table-bordered td p {
    font-size: 20px;
    margin-bottom: 0;
    color: #d5b43a;
}

.new-Checkout .review_area th {
    background: #f9f9f9;
    padding: 9px 8px;
    font-size: 16px;
    color: #000
}

.new-Checkout .shipping_form ul {
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.new-Checkout .shipping_form ul li {
    width: 46%;
    margin: 0 0;
    height: 45px;
    float: left;
    position: relative;
    border: 1px solid #ecebeb;
}

.new-Checkout .shipping_form .discount_code {
    border: 1px solid transparent;
}

.new-Checkout .shipping_form .form-control {
    background-color: #fff;
    height: 35px;
    border: 0;
}

.shipping_form .discount_code input {
    margin: 0;
    padding: 5px;
    height: 30px;
    float: left;
    width: 61.5%;
}

.new-Checkout .shipping_form .discount_code input[type="submit"] {
    background: #fff;
    color: #d5b43a;
    padding: 4px 5px 5px 5px !important;
    border-radius: 0;
    height: 35px;
    float: right;
    width: 38.5%;
}

.new-Checkout .method-list {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0px;
    text-align: center;
    border: 1px solid transparent;
    background: #fff;
    margin-bottom: 30px;
}

.new-Checkout .method-list .method-description {
    color: #717171;
    text-align: left;
    padding-left: 50px;
    font-size: 17px;
}

.new-Checkout .method-list li {
    margin-bottom: 15px;
}

.new-Checkout .method-list label {
    font-size: 16px;
    margin-bottom: 10px;
}

.error_sec .success {
    color: #47ec11 !important
}

.error_sec .not-valid {
    color: red !important;
}

.step-content .scroll-sec {
    width: 100%;
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 15px
}

#style-3::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
    background-color: #fff;
}

#style-3::-webkit-scrollbar {
    width: 5px;
    background-color: #d0ab57;
}

#style-3::-webkit-scrollbar-thumb {
    background-color: #d0ab57;
}

.step-content .address-sec {
    margin-bottom: 10px;
    width: 100%;
    background: #fff;
}

.step-content .address-sec a h6 {
    padding-left: 15px
}

.step-content .address-sec a:hover h6 {
    color: #777
}

.step-content .form-control {
    height: calc(2.25rem + 5px) !important;
    font-size: .9rem;
}

.step-content .address-sec a {
    display: block;
    padding: 5px 10px;
    border: 1px solid transparent;
}

.step-content .address-sec a:hover {
    border: 1px solid #d5b43a;
}

.step-content .address-sec a.active {
    border: 1px solid #d5b43a;
}

.step-content .address-sec ul {
    margin: 0;
    padding: 0;
}

.step-content .address-sec ul li {
    margin-bottom: 0px;
    font-size: 14px;
    color: #777;
    padding-left: 15px;
}

.step-content .address-sec label {
    font-size: 16px;
    margin-bottom: 10px;
    color: #777;
    font-weight: 400;
}

.review_area.tab-pane {
    display: block !important;
}

.new-Checkout .w-50 {
    float: left;
}

#addaddress .form-control {
    height: calc(2.4rem + 2px);
}

#addaddress h5 {
    font-size: 20px;
}

.modal#addaddress .close {
    color: #777;
    margin: -4px;
    opacity: 1;
}

.review_area img {
    max-height: 70px;
}

.step-content .btn-link {
    font-weight: 400;
    color: #777;
    background-color: transparent;
    padding: 0 !important;
    text-decoration: underline;
}

.new-Checkout .review_area .table-bordered td p {
    font-size: 20px;
    margin-bottom: 0;
    color: #000;
}

.content-section .button-sec .btn img {
    max-width: 10px;
}

.paypal_sec {
    margin: 40px 0;
}

.paypal_sec.tab_btn {
    background: #fff;
}

.paypal_sec .tab_btn ul.tabs {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 10;
    padding: 0;
    width: 100%;
    list-style: none;
    -ms-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.paypal_sec .tab_btn ul.tabs li {
    margin: 0;
    cursor: pointer;
    padding: 10px 15px;
    color: #777;
    text-align: left;
    font-size: 17px;
    -ms-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 400;
}

.paypal_sec .tab_btn ul.tabs li:hover {
    background: #777;
    color: #fff;
}

.paypal_sec .tab_btn ul.tabs li.active {
    background: #777;
    color: #fff;
    -ms-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.paypal_sec .tab_container {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 20;
    left: 0;
    width: 100%;
    min-width: 10px;
    text-align: left;
    background: white;
}

.paypal_sec .track-number {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 5px 0px #eaeaea;
    -moz-box-shadow: 0px 0px 5px 0px #eaeaea;
    box-shadow: 0px 0px 5px 0px #eaeaea;
    padding: 20px;
    border-radius: 4px;
}

.paypal_sec .tab_drawer_heading {
    display: none;
}

.paypal_sec .tab_container .track-number .card {
    width: 100% !important;
    margin: 0 auto;
    border: none
}

.paypal_sec .tab_container .track-number .btn-dark {
    padding: 8px 0px;
    border-radius: 5px !important;
    background: #777;
    border: none;
}

.new-customer h6 {
    font-size: 12px;
    text-transform: lowercase;
}

.step-content .btn-link:hover {
    font-weight: 400;
    color: #777;
    background-color: transparent;
    padding: 0 !important;
    text-decoration: underline;
}

.step-content .btn-link::after {
    background: transparent;
}

.new-Checkout .shipping_form ul li .error_sec {
    margin-top: 0;
    text-align: right;
    float: right;
    position: absolute;
    top: 35px;
    left: 5px;
}

.error_sec.tab-content {
    margin-top: 15px;
    text-align: right;
    float: right;
}

.bg-white {
    background: #fff
}

/* ..................profilepage............. */

.graybg {
    background: #fff;
    padding: 3rem 0;
}

.tab_btn {
    background: #f7f7f7;
    padding: 10px;
}

.user-profile .tab_btn ul.tabs {
    display: none;
    vertical-align: top;
    z-index: 10;
    padding: 0;
    width: 100%;
    list-style: none;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.user-profile .tab_btn ul.tabs li {
    margin: 0;
    text-align: left;
}

.user-profile .tab_btn ul.tabs li a {
    display: block;
    font-size: 16px;
    color: #777;
    padding: 10px 15px;
    -ms-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 400;
}

.user-profile .tab_btn ul.tabs li a:hover {
    background: transparent;
    color: #d5b43a;
}

.user-profile .tab_btn ul.tabs li.active a {
    background: transparent;
    color: #d5b43a;
    -ms-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.user-profile .tab_btn ul.tabs li.active a i {
    color: #d5b43a;
}

.user-profile .tab-content {
    background: #fff;
    -webkit-box-shadow: 1px 6px 10px 0px #eeeeee;
    box-shadow: 1px 6px 10px 0px #eeeeee;
    border: 1px solid #eeeff0;
    padding: 12px;
}

.user-profile h4 {
    margin: 0 0 15px 0;
    font-weight: 600;
    font-size: 20px;
    color: #777;
}

.user-profile .information-area h5 {
    margin: 10px 0 5px 0;
    font-size: 15px;
    color: #777;
    font-weight: 400;
}

.login-sec {
    padding: 40px 0 40px 0
}

.login-sec h2 {
    font-size: 2rem;
    font-weight: 500;
    color: #777;
    text-transform: capitalize;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 40px;
}

.login-sec h1 {
    font-size: 15px;
    display: block;
    width: 100%;
    margin-bottom: 13px
}

.login-sec .email-us {
    width: 100%;
}

.login-sec .email-us a {
    color: #d5b43a
}

.block-content {
    padding-right: 170px;
    border-right: 1px solid #d3d8dc;
}

.login-sec h4 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #777
}

.login-sec .btn-link {
    display: contents;
}

.login-sec .map-sec {
    margin-top: 60px;
    width: 100%;
}

.login-sec .map-sec img {
    width: 100%;
}

.blog-sec {
    padding: 60px 0 0 0;
}

.blog-sec h2 {
    font-size: 2rem;
    font-weight: 500;
    color: #777;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 40px;
}

.blog-post-image {
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
}

.blog-post-image img {
    position: relative;
    width: 100%;
}

.blog-post-summary-journal {
    background: #fff;
    padding: 30px;
    width: 85%;
    margin: -60px auto 0 auto;
    position: relative;
}

.blog-post-summary-journal h2 {
    font-size: 2rem;
    margin-bottom: 12px;
}

.blog-post-summary-journal:before {
    left: -5px;
    transform: rotate(-5deg);
}

.blog-post-summary-journal:after,
.blog-post-summary-journal:before {
    content: "";
    position: absolute;
    top: 15px;
    z-index: -1;
    display: block;
    width: 20px;
    height: 200px;
    background: rgba(39, 44, 49, .15);
    filter: blur(5px);
}

.blog-post-summary-journal:after {
    right: -5px;
    transform: rotate(5deg);
}

#blog-posts-overview .blog-post-meta {
    font-size: 12px;
    margin-bottom: 10px;
}

.blog-post-meta.blog-post-meta-category {
    font-weight: 600;
    text-transform: uppercase;
}

.blog-post-meta span:after {
    content: "|";
    display: inline-block;
    padding: 0 3px 0 3px;
    opacity: 0.8;
    position: relative;
    top: -1px;
    letter-spacing: normal;
}

.blog-post-meta span:last-child:after {
    content: '';
}

.blog-post-summary-journal h2,
.blog-post-summary-journal .blog-post-meta,
.blog-post-summary-journal .blog-post-bottom {
    text-align: center;
}

.blog-post-meta {
    font-size: 13px;
    margin-bottom: 10px;
    color: #bbb9b9;
    font-weight: 400;
}

.custom_page_content {
    min-height: 530px;
    position: relative;
    margin-top: 60px;
}

.custom_page_content .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
}

.custom_page_content .main {
    flex: 0 0 50%;
    max-width: 50%;
    height: 100%;
}

.custom_page_content .sidebar {
    flex: 0 0 50%;
    max-width: 50%;
}

.custom_page_content .sidebar__widget {
    position: sticky;
    top: 0;
    /* 
height: 100vh; */
}

.custom_page_content .sidebar__widget .image-sec {
    width: 100%;
    display: block;
    height: 515px;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
}

.custom_page_content .image-sec img {
    width: 100%;
}

.custom_page_content .main .contant-about {
    width: 70%;
    padding: 50px 0;
    margin: 0 auto;
}

.custom_page_content .main .contant-about h2 {
    font-size: 2rem;
    font-weight: 500;
    color: #777;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 40px;
}

.new-cart {
    height: 100%;
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow: hidden;
    transition: 0.5s;
    padding-top: 0;
    -webkit-box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.75);
}

.new-cart-sec {
    width: 100%;
    padding-top: 75px;
    height: 100vh;
    /* height: calc(var(--vh, 1vh) * 100); */
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.new-cart-sec .table-scroll {
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100vh - 191px);
}

.new-cart img {
    max-height: 75px;
    max-width: 100px;
}

.new-cart-sec .count-input .incr-btn {
    display: block;
    position: absolute;
    width: 30px;
    height: 34px;
    background: transparent;
    color: #777;
    font-weight: 300;
    text-align: center;
    line-height: 33px;
    right: 2px;
    text-decoration: none;
    border-top: 0;
    border-left: 0;
    top: 2px;
    font-size: 15px;
}

.new-cart-sec .count-input .decr-btn {
    display: block;
    position: absolute;
    width: 30px;
    height: 24px;
    background: transparent;
    font-weight: 300;
    text-align: center;
    line-height: 34px;
    left: 2px;
    text-decoration: none;
    border-top: 0;
    border-left: 0;
    font-size: 15px;
}

.new-cart table td:nth-child(1) {
    width: 17%;
}

.new-cart table td:nth-child(2) {
    width: 40%;
}

.new-cart table td:nth-child(3) {
    width: 130px;
}

.new-cart-sec label {
    font-size: 18px;
    white-space: nowrap;
}

/* .new-cart-sec label::first-letter {
font-size: 80%;font-family: 'Open Sans', sans-serif;
} */

.new-cart-sec a {
    display: block;
    color: #777;
    font-size: 14px;
    transition: .5s;
}

.new-cart-sec a:hover {
    color: #777;
}

.new-cart-sec .count-input input {
    height: 35px;
}

.new-cart .close-icon {
    width: 40px;
    height: 40px;
    line-height: 35px;
    border-radius: 20px;
    position: absolute;
    top: 17px;
    right: 2px;
    color: #777;
    z-index: 1510;
    border: 0;
    font-size: 18px;
    background: transparent;
}

.new-cart .cart-title {
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 17px;
    left: 10px;
    margin: 0;
    z-index: 2;
    font-size: 23px;
}

.new-cart .cart-title .btn {
    font-size: 11px;
    vertical-align: bottom;
    text-transform: uppercase;
}

.new-cart .cart-title a {
    color: #d5b43a;
    text-decoration: underline;
    transition: .5s;
}

.new-cart .cart-title a:hover {
    color: #777;
    text-decoration: none;
    text-transform: uppercase
}

.new-cart .table td {
    border: 0;
    padding: 10px;
}

.new-cart .table td:last-child {
    text-align: right;
}

.new-cart .cart-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    padding: 30px 16px 30px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.04);
}

.new-cart .cart-bottom h6 {
    font-size: 15px;
    color: #777;
}

.new-cart .cart-bottom span {
    font-size: 20px;
    color: #000;
}

.main_loader {
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: rgba(255, 255, 255, .9);
    z-index: 999;
}

.loader_sec {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.loader_sec .figure {
    display: inline-block;
    text-align: center;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #181819;
    background-color: #fff;
    border: none;
}

.page-link .first {
    display: none
}

.page-link .last {
    display: none
}

.nodata_found {
    margin-top: 0px !important;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    text-align: center;
}

.nodata_found h3 {
    font-size: 1.2rem;
    color: #000;
    text-align: center
}

.property_sec {
    width: 100%;
    padding: 40px 0
}

.left_categories {
    width: 100%;
}

.left_categories h5 {
    margin-bottom: 4px;
    padding: 10px;
    background: #ffffff;
    font-size: .8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.07rem;
    border-bottom: 1px solid #f7f7f7;
}

.pricing_sec {
    margin-bottom: 10px;
}

.categories_sec {
    margin-bottom: 25px;
    width: 100%;
    display: inline-block;
}

.categories_sec .Categorie_sidebar {
    padding: 0 15px;
}

.u-vmenu ul .custom-control-label::before {
    top: .4rem;
}

.u-vmenu ul .custom-checkbox .custom-control-label::before {
    border-radius: 0;
}

.u-vmenu ul {
    margin-top: 0px;
    margin-bottom: 0;
    line-height: 30px;
    padding-left: 20px;
}

.u-vmenu ul .custom-control-label::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 0 !important;
    border: 1px solid #d3d8dc;
    background-color: #fff !important;
    top: 9px;
    left: 0;
}

.u-vmenu ul .custom-control-label::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    top: 12px;
    left: 3px;
}

.area-one {
    background: #efefef;
    padding: 5px 10px;
}

.productwrap .checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    top: 4px;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

/* .u-vmenu ul:first-child > li:not(:last-child){padding:0;border-radius: 2px;background: #fff;margin-bottom: 3px;}  */

.u-vmenu>ul>li {
    background: url(../img/vmenu/zakladka.png) left top no-repeat;
    background-size: 100% auto;
    padding: 0;
    border-radius: 2px;
    background: transparent;
    margin-bottom: 0;
}

.u-vmenu ul li {
    width: 100%;
    list-style: none;
    display: inline-block;
}

.u-vmenu ul .custom-control-label {
    margin-bottom: 0;
    font-size: .9rem;
    font-weight: 500;
}

.clear-option a {
    width: 100% !important;
}

.clear-option i {
    margin-right: 10px;
}

.filter_sec {
    width: 100%;
    margin-bottom: 25px;
}

.filter_sec .u-vmenu ul {
    width: 100%;
    display: inline-block;
}

.filter_sec .u-vmenu ul li a[data-option='off'] {
    background: url(../img/plus.png) center no-repeat;
}

.filter_sec .u-vmenu ul li a[data-option='on'] {
    background: url(../img/minus.png) center no-repeat;
}

.filter_sec .u-vmenu ul li {
    width: 100%;
    display: inline-block;
    list-style: none;
    padding: 0;
}

.filter_sec .multilabel-menu-col .custom-checkbox {
    width: calc(100% - 26px);
    display: inline-block
}

.filter_sec .multilabel-menu-col .custom-checkbox span {
    font-size: 1rem;
    font-weight: 500;
}

.range-slider {
    padding: 0 15px;
}

.error_msg {
    border-color: red !important;
}

.thankyou {
    height: 400px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center
}

.product-details .border-top {
    border-top: 1px solid #777 !important;
    width: 100%;
    margin: 30px auto 0 auto;
}

.hometagline h1 {
    color: #d5b43a;
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 10px;
}

.hometagline h2 {
    color: #747474;
    font-size: 2rem;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.custom_page_content h2 {
    font-size: 2rem;
    font-weight: 500;
    color: #777;
    text-transform: capitalize;
    letter-spacing: 2px;
    display: block;
    letter-spacing: .07rem;
    margin-bottom: 25px;
}

.nb-spinner {
    width: 75px;
    height: 75px;
    margin: 0 auto;
    background: transparent;
    border-top: 4px solid #d5b43a;
    border-right: 4px solid transparent;
    border-radius: 50%;
    -webkit-animation: 1s spin linear infinite;
    animation: 1s spin linear infinite;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.metal-rate h2 {
    font-size: 2rem;
    font-weight: 500;
    color: #000;
    text-transform: capitalize;
    letter-spacing: 2px;
    display: block;
}

.metal-rate table thead tr th,
table thead tr td {
    color: #777;
    font-weight: 500;
    font-size: 13px;
    padding: 10px;
    text-transform: uppercase;
    background: #efefef;
}

.metal-rate .table thead th {
    border-bottom: none;
    border-top: none;
    font-size: 14px;
    color: #000;
    font-weight: 600;
}

.metal-rate table tbody tr {
    border-bottom: 1px solid #eee;
}

.metal-rate table tr td {
    color: #777;
    padding: 10px 5px;
    border: 0;
}

#hideDiv {
    background: red;
    width: 400px;
    margin: 0 auto;
    color: #fff;
    padding: 10px;
    text-align: center;
}

.autohide-sec {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow-y: hidden;
    background: #fff;
    z-index: 9999;
}

.autohide-sec .content {
    display: inline-block;
    text-align: center;
}

.autohide-sec .content img {
    max-height: 200px;
    width: 200px
}

.details-sec .panel-block-row {
    width: 100%;
}

.details-sec .icon-service {
    min-height: 130px;
}

.details-sec .icon-service .icon {
    margin-bottom: 15px;
    text-align: center;
}

.details-sec .icon-service .text {
    text-align: center;
}

.details-sec .icon-service .text h5 {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    color: #333;
    margin-bottom: 5px
}

.details-sec .icon-service .text p {
    color: #777;
    margin-bottom: 0;
    font-size: 12px;
}

.details-sec p.w-100 {
    width: 100% !important
}

.free-offer {
    margin: 10px 0 60px 0;
    width: 100%;
    padding: 15px 0
}

.free-offer .icon-sec {
    width: 25%;
}

.free-offer .icon-sec img {
    max-height: 70px
}

.free-offer .content-sec {
    width: 55%;
}

.free-offer .content-sec h5 {
    font-size: 14px;
    font-weight: 600;
    color: #333
}

.free-offer .content-sec p {
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 5px
}

.free-offer .main-sec {
    display: flex;
}

.blog_page {
    margin: 0;
    padding: 40px 0
}

.blog_post {
    margin: 0
}

.blog_post .card {
    box-shadow: 0 0 3px rgba(60, 72, 88, .15) !important;
    border-radius: 6px !important;
    overflow: hidden;
}

.blog_post .card .image_sec {
    margin: 0
}

.blog_post .card .image_sec .figure {
    height: 250px;
    overflow: hidden;
    margin-bottom: 0;
}

.blog_post .card .image_sec .figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog_post .card .card-body h5 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
    color: #3c4858;
    word-wrap: break-word;
}

.blog_post .card .card-body h5:hover {
    color: #d5b43a
}

.blog_post .card .card-body .entry-meta {
    margin-bottom: 0.5em;
    font-size: 14px;
    font-size: 0.875rem;
}

.blog_post .card .card-footer {
    padding: 1rem 1.25rem;
    background-color: transparent;
    border-top: transparent;
}

.row-cols-md-4>* {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.blog_details .card .card-body h5 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
    color: #3c4858;
    word-wrap: break-word;
}

.blog_details .card .card-body h5:hover {
    color: #d5b43a
}

.blog_details .card .card-body .entry-meta {
    margin-bottom: 0.5em;
    font-size: 14px;
    font-size: 0.875rem;
}