@font-face {
    font-family: 'FontAwesome';
    src: url(../fonts/fontawesome-webfont3e6e.eot?v=4.7.0);
    src: url(../fonts/fontawesome-webfontd41d.eot?#iefix&v=4.7.0) format('embedded-opentype') ,  url(../fonts/fontawesome-webfont3e6e.woff2?v=4.7.0) format('woff2') ,  url(../fonts/fontawesome-webfont3e6e.woff?v=4.7.0) format('woff') ,  url(../fonts/fontawesome-webfont3e6e.ttf?v=4.7.0) format('truetype') ,  url(../fonts/fontawesome-webfont3e6e.svg?v=4.7.0#fontawesomeregular) format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'themify';
    src: url(../fonts/themify9f24.eot?-fvbane);
    src: url(../fonts/themifyd41d.eot?#iefix-fvbane) format('embedded-opentype') ,  url(../fonts/themify9f24.woff?-fvbane) format('woff') ,  url(../fonts/themify9f24.ttf?-fvbane) format('truetype') ,  url(../fonts/themify9f24.svg?-fvbane#themify) format('svg');
    font-weight: normal;
    font-style: normal;
}
@import url('http://fonts.cdnfonts.com/css/helvetica-neue-9');

*, ::after, ::before {
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
footer, header, main, nav, section {
    display: block;

}
                                                                 
                                                
body {
    margin: 0;
    /*font-family: 'Helvetica Neue', sans-serif;*/
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.8;
    color: #636363;
    text-align: left;
    background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0!important;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: .5rem;
    margin-left: 0;
}
b, strong {
    font-weight: bolder;
}
small {
    font-size: 80%}
sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -.25em;
}
sup {
    top: -.5em;
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #0056b3;
    text-decoration: underline;
}
a:not([href]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):hover {
    color: inherit;
    text-decoration: none;
}
code, pre {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}
img {
    vertical-align: middle;
    border-style: none;
}
table {
    border-collapse: collapse;
}
caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: inherit;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
}
button {
    border-radius: 0;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, input {
    overflow: visible;
}
button, select {
    text-transform: none;
}
select {
    word-wrap: normal;
}
[type="button"], [type="reset"], [type="submit"], button {
    -webkit-appearance: button;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
[type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="date"], input[type="time"] {
    -webkit-appearance: listbox;
}
textarea {
    overflow: auto;
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
template {
    display: none;
}
[hidden] {
    display: none!important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}
.h1, h1 {
    font-size: 2.5rem;
}
.h2, h2 {
    font-size: 2rem;
}
.h3, h3 {
    font-size: 1.75rem;
}
.h4, h4 {
    font-size: 1.5rem;
}
.h5, h5 {
    font-size: 1.25rem;
}
.h6, h6 {
    font-size: 1rem;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}
.small, small {
    font-size: 80%;
    font-weight: 400;
}
code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word;
}
a>code {
    color: inherit;
}
pre {
    display: block;
    font-size: 87.5%;
    color: #212529; }
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
/**stat code css**/
.view-btn{
    position:absolute;
    bottom:0;
    right:0;
}
/*.produts-sidebar-filter{
    border: 1px solid #e0e0e0;
    padding-top:15px;
}
.img-small{
    margin-top:10px;
}
.img-small .col-lg-4{
    padding:10px;
}
.img-small img, .img-full img{
    padding: 7px;
    border-radius: 5px;
    box-shadow: 1px 4px 8px 3px #bebebe;
}
.img-full img{
    box-shadow:none;
    border:1px solid #bebebe;
}
.mt-1{
    margin-top:1rem;
}
.product-details .star-mk li, .product-details p{
    font-size:14px;
}
.review-sec .nav{
    margin-bottom: 15px;
}
.review-sec .nav-tabs>li>a{
    font-size:18px;
    margin-right:5px;
    color: #555;
    border:none;
    border-bottom: 4px solid transparent;
}
.review-sec .nav-tabs>li.active>a, .review-sec .nav-tabs>li.active>a:focus, .review-sec .nav-tabs>li.active>a:hover{
    border: none;
    border-bottom: 4px solid #f65d4e;
}
.review-sec .nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd;
    background-color: transparent;
    border: none;
    font-size:18px;
    border-bottom: 4px solid #f65d4e;
    color: #555;
}
.review-sec label{
    font-size: 14px;
}*/

@media (min-width:576px) {
    .container {
    max-width: 540px;
}
}@media (min-width:768px) {
    .container {
    max-width: 720px;
}
}@media (min-width:992px) {
    .container {
    max-width: 960px;
}
}@media (min-width:1200px) {
    .container {
    max-width: 1140px;
}
}.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width:576px) {
    .container {
    max-width: 540px;
}
}@media (min-width:768px) {
    .container {
    max-width: 720px;
}
}@media (min-width:992px) {
    
}@media (min-width:1200px) {
    .container {
    max-width: 1140px;
}
}.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-2, .col-md-3, .col-md-5, .col-md-6, .col-md-7, .col-sm-4, .col-sm-6, .col-sm-8 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%}
.order-1 {
    -ms-flex-order: 1;
    order: 1;
}
.order-2 {
    -ms-flex-order: 2;
    order: 2;
}
@media (min-width:576px) {
    .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%}
.col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%}
.col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%}
}@media (min-width:768px) {
    .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%}
.col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%}
.col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%}
.col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%}
.col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%}
}@media (min-width:992px) {
    .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%}
.col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%}
.col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%}
.col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%}
.col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%}
.col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%}
.col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%}
.col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%}
.col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%}
.order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
}
.order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
}
.offset-lg-1 {
    margin-left: 8.333333%}
.offset-lg-2 {
    margin-left: 16.666667%}
.offset-lg-3 {
    margin-left: 25%}
.offset-lg-4 {
    margin-left: 33.333333%}
}.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}
.table tbody+tbody {
    border-top: 2px solid #dee2e6;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

/*//////////5-4//////////////*/
.seprate {
    color: #FF7F27;
}
/*////////////////////*/

.jyot_header {
    margin: 17px 0 0;
    padding: 0;
}
.amp_header ul {
    margin: 0;
    padding: 0;
    font-size: 15px;
}

.amp_header ul li {
    list-style: none;
    float: left;
    color: #999;
}

.amp_header ul li {
    list-style: none;
    float: left;
    color: #999;
    margin-left: 15px;
}

.HideTopPhone {
    display: block;

}
.consult_button {
    font-size: 17px;
    font-weight: 400;
    border: 1px solid #fe6a18;
    color: #333;
    text-transform: none;
    padding: 8px 20px 10px;
    border-radius: 50px;
    text-decoration: none;
    margin-top: 2px;
    display: block;
}

.consult_button:hover {
    text-decoration: none;
}

.menutop {
    padding-top: 8px;
    border-top: 1px solid #eee;
}


.onchat-astrologer {
    display: inline-block;
    background: url(../images/offline.png) no-repeat;
    margin-top: 8px;
}
.astro-inner-call {
    background-position: -1px -14px!important;
}
.inner-offline-call {
    background-position: -134px -81px!important;
}

.chat_icon_new {
    width: 100px;
    height: 50px;
}



.btn {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #4addbf;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out ,  background-color .15s ease-in-out ,  border-color .15s ease-in-out ,  box-shadow .15s ease-in-out;
}

/*@media only screen and (min-width:768px) and (max-width:991px) {

    .nav-item .menutop {
    padding-top: 2px;
    border-top: 1px solid #fff!important;
    }
}*/

@media (prefers-reduced-motion:reduce) {

    .btn {
    transition: none;
}
}.btn:hover {
    color: #212529;
    text-decoration: none;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.btn.disabled, .btn:disabled {
    opacity: .65;
}
a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none;
}
.fade {
    transition: opacity .15s linear;
}
@media (prefers-reduced-motion:reduce) {
    .fade {
    transition: none;
}
}.fade:not(.show) {
    opacity: 0;
}
.collapse:not(.show) {
    display: none;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease;
}
@media (prefers-reduced-motion:reduce) {
    .collapsing {
    transition: none;
}
}.dropdown, .dropleft, .dropright, .dropup {
    position: relative;
}
.dropdown-toggle {
    white-space: nowrap;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem;
}
.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem;
}
.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
}
.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropright .dropdown-toggle::after {
    vertical-align: 0;
}
.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem;
}
.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""}
.dropleft .dropdown-toggle::after {
    display: none;
}
.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}
.dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="top"] {
    right: auto;
    bottom: auto;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent;
}
.dropdown-menu.show {
    display: block;
}
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%}
.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-link {
    display: block;
    padding: .5rem 1rem;
}
.nav-link:focus, .nav-link:hover {
    text-decoration: none;
}
.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}
.tab-content>.tab-pane {
    display: none;
}
.tab-content>.active {
    display: block;
}
.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
}
.navbar .container, .navbar .container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}
.card>hr {
    margin-right: 0;
    margin-left: 0;
}
.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
.accordion>.card {
    overflow: hidden;
}
.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
@-webkit-keyframes progress-bar-stripes {
    from {
    background-position: 1rem 0;
}
to {
    background-position: 0 0;
}
}@keyframes progress-bar-stripes {
    from {
    background-position: 1rem 0;
}
to {
    background-position: 0 0;
}
}.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem;
}
.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}
.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
}
.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.list-group-item+.list-group-item {
    border-top-width: 0;
}
.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.close:hover {
    color: #000;
    text-decoration: none;
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: .75;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
a.close.disabled {
    pointer-events: none;
}
.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: .25rem;
}
.toast:not(:last-child) {
    margin-bottom: .75rem;
}
.toast.showing {
    opacity: 1;
}
.toast.show {
    display: block;
    opacity: 1;
}
.toast.hide {
    display: none;
}
.modal-open {
    overflow: hidden;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}
.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out ,  -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}
@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
    transition: none;
}
}.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}
.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}
.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: .5;
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width:576px) {
    .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
}
.modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
}
}.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0;
}
.tooltip.show {
    opacity: .9;
}
.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem;
}
.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
}
.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem;
}
.popover .arrow::after, .popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}
.popover-header:empty {
    display: none;
}
.popover-body {
    padding: .5rem .75rem;
    color: #212529;
}
.carousel {
    position: relative;
}
.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out ,  -webkit-transform .6s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
    .carousel-item {
    transition: none;
}
}.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block;
}
.active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}
@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
    transition: none;
}
}.carousel-indicators .active {
    opacity: 1;
}
@-webkit-keyframes spinner-border {
    to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}@keyframes spinner-border {
    to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}@keyframes spinner-grow {
    0% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    opacity: 1;
}
}.border {
    border: 1px solid #dee2e6!important;
}
.position-static {
    position: static!important;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}
}.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
}
.m-1 {
    margin: .25rem!important;
}
.p-1 {
    padding: .25rem!important;
}
.text-right {
    text-align: right!important;
}
.text-center {
    text-align: center!important;
}
.visible {
    visibility: visible!important;
}
@media print {
    *, : :after, ::before {
    text-shadow: none!important;
    box-shadow: none!important;
}
a:not(.btn) {
    text-decoration: underline;
}
pre {
    white-space: pre-wrap!important;
}
pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
}
thead {
    display: table-header-group;
}
img, tr {
    page-break-inside: avoid;
}
h2, h3, p {
    orphans: 3;
    widows: 3;
}
h2, h3 {
    page-break-after: avoid;
}
@page {
    size: a3;
}
body {
    min-width: 992px!important;
}
.container {
    min-width: 992px!important;
}
.navbar {
    display: none;
}
.table {
    border-collapse: collapse!important;
}
.table td, .table th {
    background-color: #fff!important;
}
}.fa {
    display: inline-block;
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@keyframes fa-spin {
    0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
}
}.fa-search:before {
    content: "\f002"}
.fa-star:before {
    content: "\f005"}
.fa-star-o:before {
    content: "\f006"}
.fa-user:before {
    content: "\f007"}
.fa-search-plus:before {
    content: "\f00e"}
.fa-home:before {
    content: "\f015"}
.fa-tags:before {
    content: "\f02c"}
.fa-map-marker:before {
    content: "\f041"}
.fa-random:before {
    content: "\f074"}
.fa-heart-o:before {
    content: "\f08a"}
.fa-phone:before {
    content: "\f095"}
.fa-twitter:before {
    content: "\f099"}
.fa-facebook:before {
    content: "\f09a"}
.fa-pinterest:before {
    content: "\f0d2"}
.fa-google-plus:before {
    content: "\f0d5"}
.fa-envelope:before {
    content: "\f0e0"}
.fa-comment-o:before {
    content: "\f0e5"}
.fa-angle-left:before {
    content: "\f104"}
.fa-angle-right:before {
    content: "\f105"}
.fa-calendar-o:before {
    content: "\f133"}
.fa-youtube-play:before {
    content: "\f16a"}
.fa-instagram:before {
    content: "\f16d"}
[class^="ti-"], [class*=" ti-"] {
    font-family: 'themify';
    speak: none;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ti-search:before {
    content: "\e610"}
.ti-mobile:before {
    content: "\e621"}
.ti-arrow-right:before {
    content: "\e628"}
.ti-arrow-left:before {
    content: "\e629"}
.ti-close:before {
    content: "\e646"}
.ti-angle-right:before {
    content: "\e649"}
.ti-angle-left:before {
    content: "\e64a"}
.ti-menu:before {
    content: "\e68e"}
.ti-location-pin:before {
    content: "\e693"}
.ti-pinterest:before {
    content: "\e731"}
.ti-linkedin:before {
    content: "\e735"}
.ti-instagram:before {
    content: "\e73d"}
.ti-facebook:before {
    content: "\e741"}
.ti-twitter-alt:before {
    content: "\e74b"}
.ti-email:before {
    content: "\e75a"}
.icon_bag_alt, .icon_loading, .icon_heart_alt {
    font-family: 'ElegantIcons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.icon_bag_alt:before {
    content: "\e013"}
.icon_loading:before {
    content: "\e02d"}
.icon_heart_alt:before {
    content: "\e030"}
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    border-radius: 10px!important;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%; }
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    animation-name: fadeOut;
}
@keyframes fadeOut {
    0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}.owl-height {
    transition: height .5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.html) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%; }
    
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left!important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}
.nice-select:hover {
    border-color: #dbdbdb;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999;
}
.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    width: 5px;
}
.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}
.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}
.nice-select.disabled:after {
    border-color: #ccc;
}
.nice-select.right {
    float: right;
}
.nice-select.right .list {
    left: auto;
    right: 0;
}
.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}
.nice-select.small:after {
    height: 4px;
    width: 4px;
}
.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}
.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(.75) translateY(-21px);
    -ms-transform: scale(.75) translateY(-21px);
    transform: scale(.75) translateY(-21px);
    -webkit-transition: all .2s cubic-bezier(.5, 0, 0, 1.25) ,  opacity .15s ease-out;
    transition: all .2s cubic-bezier(.5, 0, 0, 1.25) ,  opacity .15s ease-out;
    z-index: 9;
}
.nice-select .list:hover .option:not(:hover)  {
    background-color: transparent!important;
}
.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: #f6f6f6;
}
.nice-select .option.selected {
    font-weight: bold;
}
.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}
.no-csspointerevents .nice-select .list {
    display: none;
}
.no-csspointerevents .nice-select.open .list {
    display: block;
}
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}
.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}
.ui-helper-clearfix:after {
    clear: both;
}
.ui-front {
    z-index: 100;
}
.ui-state-disabled {
    cursor: default!important;
    pointer-events: none;
}
.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}
.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%}
.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%}
.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}
.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0;
}
.ui-menu .ui-menu {
    position: absolute;
}
.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    list-style-image: url(data:image/gif;
    base64, R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
    margin: -1px;
}
.ui-menu-icons {
    position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em;
}
.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0;
}
.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}
.ui-button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible;
}
.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
    text-decoration: none;
}
.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap;
}
input.ui-button.ui-button-icon-only {
    text-indent: 0;
}
.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}
input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.ui-controlgroup {
    vertical-align: middle;
    display: inline-block;
}
.ui-controlgroup>.ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0;
}
.ui-controlgroup>.ui-controlgroup-item:focus, .ui-controlgroup>.ui-controlgroup-item.ui-visual-focus {
    z-index: 9999;
}
.ui-controlgroup .ui-controlgroup-label {
    padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%}
.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: .12em;
    border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid;
}
.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 45%}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}
.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}
.ui-datepicker td {
    border: 0;
    padding: 1px;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%}
.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%}
.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}
.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em;
}
.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative;
}
.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
}
.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer;
}
.ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0;
}
.ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0;
}
.ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0;
}
.ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0;
}
.ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw, .ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw {
    width: 7px;
    height: 7px;
}
.ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0;
}
.ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0;
}
.ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0;
}
.ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0;
}
.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}
.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}
.ui-resizable {
    position: relative;
}
.ui-resizable-handle {
    position: absolute;
    font-size: .1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}
.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}
.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}
.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}
.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%}
.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%}
.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}
.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}
.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}
.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}
.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%}
.ui-progressbar .ui-progressbar-overlay {
    background: url(data:image/gif;
    base64, R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
    height: 100%;
    filter: alpha(opacity=25);
    opacity: .25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}
.ui-selectable {
    -ms-touch-action: none;
    touch-action: none;
}
.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted #000;
}
.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    padding: 2px .4em;
    margin: .5em 0 0 0;
    height: auto;
    border: 0;
}
.ui-selectmenu-open {
    display: block;
}
.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em;
}
.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}
.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}
.ui-slider-horizontal {
    height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%}
.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}
.ui-slider-vertical {
    width: .8em;
    height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%}
.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}
.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}
.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}
.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: .222em 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 2em;
}
.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}
.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none;
}
.ui-spinner-up {
    top: 0;
}
.ui-spinner-down {
    bottom: 0;
}
.ui-tabs {
    position: relative;
    padding: .2em;
}
.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}
.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
}
body .ui-tooltip {
    border-width: 2px;
}
.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}
.ui-widget .ui-widget {
    font-size: 1em;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}
.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
}
.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
}
.ui-widget-content a {
    color: #333;
}
.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: bold;
}
.ui-widget-header a {
    color: #333;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
    color: #454545;
    text-decoration: none;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
    border: 1px solid #ccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b;
}
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus {
    color: #2b2b2b;
    text-decoration: none;
}
.ui-visual-focus {
    box-shadow: 0 0 3px 1px #5e9ed6;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #fff;
}
.ui-icon-background, .ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #fff;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #fff;
    text-decoration: none;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
}
.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90;
}
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
    color: #777620;
}
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
    font-weight: bold;
}
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}
.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
}
.ui-icon {
    width: 16px;
    height: 16px;
}
.ui-icon, .ui-widget-content .ui-icon {
    background-image: url(images/ui-icons_444444_256x240.png);
}
.ui-widget-header .ui-icon {
    background-image: url(images/ui-icons_444444_256x240.png);
}
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
    background-image: url(images/ui-icons_555555_256x240.png);
}
.ui-state-active .ui-icon, .ui-button:active .ui-icon {
    background-image: url(images/ui-icons_ffffff_256x240.png);
}
.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon {
    background-image: url(images/ui-icons_777620_256x240.png);
}
.ui-button .ui-icon {
    background-image: url(images/ui-icons_777777_256x240.png);
}
.ui-icon-blank {
    background-position: 16px 16px;
}
.ui-icon-caret-1-e {
    background-position: -32px 0;
}
.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}
.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}
.ui-icon-triangle-1-s {
    background-position: -65px -16px;
}
.ui-icon-closethick {
    background-position: -96px -128px;
}
.ui-icon-check {
    background-position: -64px -144px;
}
.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left {
    border-top-left-radius: 3px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 3px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left {
    border-bottom-left-radius: 3px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 3px;
}
.ui-widget-overlay {
    background: #aaa;
    opacity: .003;
    filter: Alpha(Opacity=.3);
}
.ui-widget-shadow {
    -webkit-box-shadow: 0 0 5px #666;
    box-shadow: 0 0 5px #666;
}
.slicknav_btn, .slicknav_nav .slicknav_item {
    cursor: pointer;
}
.slicknav_menu, .slicknav_menu * {
    box-sizing: border-box;
}
.slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: right;
    padding: .438em .625em;
    line-height: 1.125em;
}
.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
    margin-top: .188em;
}
.slicknav_menu .slicknav_menutxt {
    display: none;
    line-height: 1.188em;
    float: left;
    color: #fff;
    font-weight: 700;
    text-shadow: 0 1px 3px #000;
}
.slicknav_menu .slicknav_icon {
    float: left;
    width: 1.125em;
    height: .875em;
    margin: .188em 0 0 .438em;
}
.slicknav_menu .slicknav_icon:before {
    background: 0 0;
    width: 1.125em;
    height: .875em;
    display: block;
    content: "";
    position: absolute;
}
.slicknav_menu .slicknav_no-text {
    margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: .125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
}
.slicknav_menu:after, .slicknav_menu:before {
    content: " ";
    display: table;
}
.slicknav_menu:after {
    clear: both;
}
.slicknav_nav li, .slicknav_nav ul {
    display: block;
}
.slicknav_nav .slicknav_arrow {
    font-size: .8em;
    margin: 0 0 0 .4em;
}
.slicknav_nav .slicknav_item a {
    display: inline;
}
.slicknav_nav .slicknav_row, .slicknav_nav a {
    display: block;
}
.slicknav_nav .slicknav_parent-link a {
    display: inline;
}
.slicknav_menu {
    *zoom: 1;
    font-size: 16px;
    /*background: #4c4c4c;*/
    padding-top: 15px;
    display:none;
}
.slicknav_nav, .slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
}
.slicknav_menu .slicknav_icon-bar {
    background-color: #fff;
}
.slicknav_btn {
    margin: 5px 5px 6px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #222;
}
.slicknav_nav {
    clear: both;
    color: #fff;
    margin: 0;
    font-size: .875em;
    
}
.slicknav_nav ul {
    margin: 0 0 0 20px;


}
.slicknav_nav .slicknav_row, .slicknav_nav a {
    padding: 5px 10px;
    margin: 2px 5px;
    border-bottom: 1px dotted #FF7F27;

}
.slicknav_nav .slicknav_row:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #ccc;
    color: #FF7F27;
}
.slicknav_nav a {
    text-decoration: none;
    color: #FF7F27;
}
.slicknav_nav a:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #ccc;
    color: #222;
}
.slicknav_nav .slicknav_txtnode {
    margin-left: 15px;
}
.slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0;
}
.slicknav_brand {
    float: left;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    padding: 7px 12px;
    height: 44px;
}
html, body {
    height: 100%;
    /*font-family: 'Helvetica Neue', sans-serif;*/
     font-family: Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    color: #111;
    font-weight: 400;
    font-family: 'Helvetica Neue', sans-serif;
}
h1 {
    font-size: 70px;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 14px;
}
p {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    /*color: #fff;*/
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 15px 0;
}
/*img {
    max-width: 100%; }*/
input:focus, select:focus, button:focus, textarea:focus {
    outline: none;
}
a:hover, a:focus {
    text-decoration: none;
    outline: none;
    color: #000;
}
ul, ol {
    padding: 0;
    margin: 0;
}
/*.section-title {
    margin-bottom: 50px;
}*/

.btn-bigright{
    /*padding-top: 20px;*/
    text-align: right;
    position: absolute;
    right: 15px;
}
.btn-bigright .primary-btn{
    padding: 6px 20px !important;
    font-size:14px;
    margin-top: 45px;
}

.btn-bigrightnew{
    /*padding-top: 20px;*/
    text-align: right;
    position: absolute;
    right: 15px;
}
.btn-bigrightnew .primary-btn{
    padding: 6px 20px !important;
    font-size:14px;
}

.btn-big{
    padding-top: 20px;
    text-align: left;
    right: 15px;
}
.btn-big .primary-btn{
    padding: 10px 20px;
    font-size:14px;
    color: #fff;
}

.btn-big .primary-btn a{
    padding: 10px 20px;
    font-size:14px;
    color: #fff;
}

/*.section-title .product-price {
    font-size: 24px;
    font-weight: 700;
    color: #e7ab3c;
}
.section-title .product-price span {
    font-size: 16px;
    font-weight: 400;
    color: #636363;
}
.section-title h2 {
    color: #252525;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 38px;
    position: relative;
}
.section-title h2:before {
position: absolute;
    left: 25%;
    right: 0;
    bottom: 16px;
    height: 1px;
    background: #cecece;
    content: "";
    width: 65%;
}
.section-title p {
    color: #6e6e6e;
}*/
.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.spad {
    padding-top: 100px;
    padding-bottom: 100px;
}
.primary-btn {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background-color: #E94D1A;
    border-radius: 0px;
    padding: 10px 20px;
}
.primary-btn a{
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0px;
    font-size: 14px;
    font-weight: 600;
    color: #fff important;
    background-color: #E94D1A;
    border-radius: 0px;
    padding: 10px 20px;
}
.primary-btn a: hover{
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0px;
    font-size: 14px;
    font-weight: 600;
    color: #fff important;
    background-color: #E94D1A;
    border-radius: 0px;
    padding: 10px 20px;
}



.site-btn {
    color: #fff;
    background: #e7ab3c;
    border: 1px solid #e7ab3c;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 13px 45px 11px;
    cursor: pointer;
}
#preloder {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #000;
}
.loader {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    border-radius: 60px;
    animation: loader .8s linear infinite;
    -webkit-animation: loader .8s linear infinite;
}
@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        border: 4px solid #673ab7;
        border-left-color: transparent;
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
}
section{
    padding-bottom:20px;
}
section img{
    border-radius:3px;
}
.ht-right .lan-selector {
    max-width: 142px;
    cursor: pointer;
    display: inline-block;
    position: relative;
}
.ht-right .lan-selector .ddcommon {
    max-width: 142px;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    outline: none;
    cursor: pointer;
    padding: 0 20px;
}
.ht-right .lan-selector .ddcommon .ddTitle .ddTitleText img {
    padding-right: 5px;
}
.ht-right .lan-selector .ddcommon .ddTitle .ddTitleText span {
    font-size: 14px;
    color: #252525;
}
.ht-right .lan-selector .ddcommon .ddTitle .ddArrow:before {
    content: "3";
    font-family: "ElegantIcons";
    font-size: 14px;
    color: #636363;
    float: right;
    position: relative;
    right: 0;
    line-height: 26px;
}
.ht-right .lan-selector .ddcommon .ddChild {
    background: #fff;
    max-width: 142px;
    width: 100%;
    position: relative;
    left: 0;
}
.ht-right .lan-selector .ddcommon .ddChild ul {
    width: 100%;
    max-width: 142px;
}
.ht-right .lan-selector .ddcommon .ddChild ul li {
    line-height: 23px;
    padding: 0 10px;
    list-style: none;
}
.ht-right .lan-selector .ddcommon .ddChild ul li img {
    padding-right: 10px;
}
.ht-right .lan-selector .ddcommon .ddChild ul li span {
    font-size: 13px;
    color: #000;
    letter-spacing: .325px;
}
.header-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*border-bottom: 1px solid #e5e5e5;*/
    background-color: #fe6a18;
    height:3px;
}
.header-top .ht-left {
    float: left;
}
.header-top .ht-left .mail-service {
    font-size: 16px;
    color: #fff;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
}
.header-top .ht-left .mail-service a{
    color:#fff;
}
.header-top .ht-left .mail-service i {
    margin-right: 5px;
}
.header-top .ht-left .phone-service {
    float: right;
    font-size: 15px;
    color: #fff;
    line-height: 15px;
    padding-top: 8px;
    padding-left: 10px;

}
.header-top .ht-left .phone-service i {
    margin-right: 5px;
    color:#fff;
}



.header-top .ht-right {
    float: right;
}
.header-top .ht-right .login-panel {
    float: right;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    padding-left: 20px;
    border-left: 1px solid #fff;
    padding-top: 12px;
    padding-bottom: 9px;
}
.header-top .ht-right .login-panel i {
    margin-right: 8px;
}
.header-top .ht-right .lan-selector {
    float: right;
    margin-top: 10px;
    margin-bottom: 7px;
}
.header-top .ht-right .top-social {
    float: right;
    color: #fff;
    padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 10px;
}
.header-top .ht-right .top-social a {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    margin-left: 15px;
}
.inner-header {
    padding: 0px 0 0px 0;
}
.inner-header .logo {
     text-align: left;
    padding-top: 20px;
}
.inner-header .logo img{
    width: 100%;
}
.inner-header .logo a {
    display: inline-block;
}
.inner-header .advanced-search {
    height: 50px;
    background-color: #f6f6f6;
    border: 2px solid #f6f6f6;
    border-radius: 50px;
}
.inner-header .advanced-search .category-btn {
    max-width: 30%;
    float: left;
    background: transparent;
    border: none;
    padding-left: 23px;
    padding-top: 11px;
    padding-bottom: 13px;
    padding-right: 60px;
    font-size: 16px;
    color: #252525;
    position: relative;
}
.inner-header .advanced-search .category-btn:before {
    position: absolute;
    right: 0;
    top: 14px;
    width: 1px;
    height: 20px;
    background: #e5e5e5;
    content: ""}
.inner-header .advanced-search .category-btn:after {
    position: absolute;
    right: 11px;
    top: 10px;
    content: "3";
    font-family: "ElegantIcons";
    font-size: 16px;
    color: #b2b2b2;
}
.inner-header .advanced-search .input-group {
    max-width: 100%;
    height: 100%}
.inner-header .advanced-search .input-group input {
    width: 100%;
    height: 100%;
    border: none;
    font-size: 16px;
    color: #d1d1d1;
    padding-left: 20px;
    background-color: transparent;
}
.inner-header .advanced-search .input-group button {
    font-size: 16px;
    color: #000;
    position: absolute;
    top: 2px;
    border: none;
    background: transparent;
    padding: 12px;
    cursor: pointer;
}
.inner-header .nav-right {
    padding: 10px 0;
}
.inner-header .nav-right li {
    list-style: none;
    display: inline-block;
    font-size: 20px;
    margin-left: 15px;
}
.inner-header .nav-right li a {
    color:#000;
}
.inner-header .nav-right li.heart-icon a span {
    position: absolute;
    right: -8px;
    top: -1px;
    height: 15px;
    width: 15px;
    background: #e7ab3c;
    color: #fff;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    line-height: 15px;
}
.inner-header .nav-right li.cart-icon {
    position: relative;
}
.inner-header .nav-right li.cart-icon:hover .cart-hover {
    opacity: 1;
    visibility: visible;
    top: 60px;
}
.inner-header .nav-right li.cart-icon a {
    color: #252525;
    position: relative;
    display: inline-block;
}
.inner-header .nav-right li.cart-icon a span {
    position: absolute;
    right: -8px;
    top: -1px;
    height: 15px;
    width: 15px;
    background: #e7ab3c;
    color: #fff;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    line-height: 15px;
}
.inner-header .nav-right li.cart-icon .cart-hover {
    position: absolute;
    right: -70px;
    top: 100px;
    width: 350px;
    background: #fff;
    z-index: 99;
    text-align: left;
    padding: 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0 13px 32px rgba(51, 51, 51, .1);
    box-shadow: 0 13px 32px rgba(51, 51, 51, .1);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.inner-header .nav-right li.cart-icon .cart-hover .select-items table {
    width: 100%}
.inner-header .nav-right li.cart-icon .cart-hover .select-items table tr td {
    padding-bottom: 20px;
}
.inner-header .nav-right li.cart-icon .cart-hover .select-items table tr td.si-pic img {
    border: 1px solid #ebebeb;
}
.inner-header .nav-right li.cart-icon .cart-hover .select-items table tr td.si-text {
    padding-left: 18px;
}
.inner-header .nav-right li.cart-icon .cart-hover .select-items table tr td.si-text .product-selected p {
    color: #e7ab3c;
    line-height: 30px;
    margin-bottom: 7px;
}
.inner-header .nav-right li.cart-icon .cart-hover .select-items table tr td.si-text .product-selected h6 {
    color: #232530;
}
.inner-header .nav-right li.cart-icon .cart-hover .select-items table tr td.si-close {
    color: #252525;
    font-size: 16px;
    cursor: pointer;
}
.inner-header .nav-right li.cart-icon .cart-hover .select-total {
    overflow: hidden;
    border-top: 1px solid #e5e5e5;
    padding-top: 26px;
    margin-bottom: 30px;
}
.inner-header .nav-right li.cart-icon .cart-hover .select-total span {
    font-size: 14px;
    color: #e7ab3c;
    text-transform: uppercase;
    letter-spacing: .5px;
    float: left;
}
.inner-header .nav-right li.cart-icon .cart-hover .select-total h5 {
    color: #e7ab3c;
    float: right;
}
.inner-header .nav-right li.cart-icon .cart-hover .select-button .view-card {
    font-size: 12px;
    letter-spacing: 2px;
    display: block;
    text-align: center;
    background: #191919;
    color: #fff;
    padding: 15px 30px 12px;
    margin-bottom: 10px;
}
.inner-header .nav-right li.cart-icon .cart-hover .select-button .checkout-btn {
    font-size: 12px;
    letter-spacing: 2px;
    display: block;
    text-align: center;
    color: #fff;
    padding: 15px 30px 12px;
}
.inner-header .nav-right li.cart-price {
    font-size: 18px;
    font-weight: 700;
    color: #252525;
}
.nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 24px;
    padding-bottom:7px;
}
.nav-item .nav-depart {
    float: left;
    width:100%;
}
.nav-item .nav-depart .depart-btn {
    background: #F65D4E;
    color: #fff;
    padding: 14px 80px 14px 18px;
    cursor: pointer;
    position: relative;
    border-radius: 50px;
}
.nav-item .nav-depart .depart-btn:hover .depart-hover {
    top: 52px;
    opacity: 1;
    visibility: visible;
    z-index: 99;
}
.nav-item .nav-depart .depart-btn:before {
    position: absolute;
    color: #fff;
    right: 20px;
    top: 13px;
    content: "";
    font-family: FontAwesome;
    font-size: 18px;
}
.nav-item .nav-depart .depart-btn i {
    color: #fff;
    font-size: 16px;
}
.nav-item .nav-depart .depart-btn span {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 16px;
}
.nav-item .nav-depart .depart-btn .depart-hover {
    position: absolute;
    width: 100%;
    background: #fff;
    left: 0;
    top: 62px;
    opacity: 0;
    visibility: hidden;
    padding-bottom: 29px;
    -webkit-box-shadow: 0 13px 32px rgba(51, 51, 51, .1);
    box-shadow: 0 13px 32px rgba(51, 51, 51, .1);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.nav-item .nav-depart .depart-btn .depart-hover li {
    list-style: none;
}
.nav-item .nav-depart .depart-btn .depart-hover li.active a {
    color: #e7ab3c;
}
.nav-item .nav-depart .depart-btn .depart-hover li a {
    display: block;
    font-size: 16px;
    color: #000;
    padding-left: 40px;
    padding-top: 16px;
    padding-right: 30px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.nav-item .nav-depart .depart-btn .depart-hover li a:hover {
    color: #e7ab3c;
}
.nav-item .nav-menu {
    display: inline;
    text-align:right;
    position: relative;
}
.nav-item .nav-menu li {
    
    list-style: none;
    display: inline-block;
    margin-left: -5px;
    position: relative;
}
.nav-item .nav-menu li.active a {
    color: #F9BB0F;
    font-size: 18px;
}
.nav-item .nav-menu li a {
    font-size: 16px;
    line-height: 1;
    font-weight: 400!important;
    display: block;
    color: #000;
    text-transform: capitalize;
    padding: 0px 17px 0px !important;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}


.nav-item .nav-menu li:hover>a {
    color: #FF0000;
}
.nav-item .nav-menu li:hover .dropdown {
    opacity: 1;
    visibility: visible;
    /*top: 52px;*/
}
.nav-item .nav-menu li .dropdown {
    position: absolute;
    right: 0;
    /*top: 82px;*/
    width: 250px;
    z-index: 99;
    background: #D1AA5F;
    color: #000 !important;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-align:left;
    left:0
}
.nav-item .nav-menu .big-menu .dropdown{
    width: 1000px;
}
.nav-item .nav-menu .mb-big{
    display:none;
}
.nav-item .nav-menu li .dropdown li {
    display: block;
    margin-left: 0;
}
.nav-item .nav-menu li .dropdown li:hover>a {
    background: transparent;
    color: #f65d4e;
}
.nav-item .nav-menu li .dropdown li a {
    border-right: 0;
    padding: 13px 20px 12px 30px;
    text-transform: capitalize;
}
.bdr-right{
    border-right: 1px solid #e8e8e8;
}
.hero-items .single-hero-items {
    height: 208px;
    padding-top: 100px;
    
}
.hero-items .single-hero-items span {
    color: rgb(153, 153, 153);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: capitalize;
    line-height: 28px;
    display: inline-block;
    position: relative;
    top: 50px;
    opacity: 0;
}
.hero-items .single-hero-items h1 {
    color: #000;
    font-size: 64px;
    font-weight: 700;
    margin-bottom: 6px;
    position: relative;
    top: 50px;
    opacity: 0;
}
.hero-items .single-hero-items p {
    margin-bottom: 42px;
    position: relative;
    font-size: 30px;
    top: 100px;
    opacity: 0;
    color: rgb(246, 93, 78);
}
.hero-items .single-hero-items .primary-btn {
    position: relative;
    top: 100px;
    opacity: 0;
    background-color: rgb(0, 163, 200);
    display: inline-block;
    color: rgb(252, 252, 252);
    line-height: 20px;
    font-size: 32px;
    width: 100%;
    padding: 20px 30px;
    border-radius: 50px;
}
.hero-items .single-hero-items .primary-btn:hover {
    background-color:#000;
    color:#fff;
}
.hero-items .off-card {
    height: 154px;
    width: 154px;
    padding-top: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 140px;
    position: absolute;
    left: 47%;
    top: 160px;
    background: #e7ab3c;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
}
.hero-items .off-card:after {
    position: absolute;
    left: 5px;
    top: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 2px dashed #fff;
    content: "";
    border-radius: 50%;
    z-index: -1;
}
.hero-items .off-card h2 {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
.hero-items .off-card h2 span {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-top: 6px;
}
.hero-items .owl-item.active .single-hero-items span, .hero-items .owl-item.active .single-hero-items h1, .hero-items .owl-item.active .single-hero-items p, .hero-items .owl-item.active .single-hero-items .primary-btn {
    top: 0;
    opacity: 1;
}
.hero-items .owl-item.active .single-hero-items span {
    -webkit-transition: all .2s ease .2s;
    -o-transition: all .2s ease .2s;
    transition: all .2s ease .2s;
}
.hero-items .owl-item.active .single-hero-items h1 {
    -webkit-transition: all .4s ease .4s;
    -o-transition: all .4s ease .4s;
    transition: all .4s ease .4s;
}
.hero-items .owl-item.active .single-hero-items p {
    -webkit-transition: all .6s ease .6s;
    -o-transition: all .6s ease .6s;
    transition: all .6s ease .6s;
}
.hero-items .owl-item.active .single-hero-items .primary-btn {
    -webkit-transition: all .8s ease .8s;
    -o-transition: all .8s ease .8s;
    transition: all .8s ease .8s;
}
.hero-items .owl-item.active .single-hero-items .off-card {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 1s ease 1s;
    -o-transition: all 1s ease 1s;
    transition: all 1s ease 1s;
}
.hero-items .owl-nav button[type="button"] {
    font-size: 30px;
    position: absolute;
    left: 40px;
    top: 45%;
    color: #dfad51;
}
.hero-items .owl-nav button[type="button"]:hover {
    color: #dfad51;
}
.hero-items .owl-nav button[type="button"].owl-next {
    left: auto;
    right: 40px;
}
.banner-section {
    padding: 80px 50px;
}
.single-banner {
    position: relative;
    z-index: 1;
}
.single-banner:hover::before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.single-banner::before {
    position: absolute;
    left: 35px;
    top: 30px;
    border: 13px solid #fff;
    content: "";
    opacity: .3;
    width: calc(100% - 70px);
    height: calc(100% - 60px);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.single-banner img {
    min-width: 100%}
.single-banner .inner-text {
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%}
.single-banner .inner-text h4 {
    color: #252525;
    font-weight: 700;
    padding: 11px 28px;
    background: #fff;
    border-radius: 2px;
}
/*.women-banner {
    padding-right: 65px;
    padding-left: 65px;
    padding-top: 0;
    padding-bottom: 80px;
}*/
.product-large, .product-largex{
    height:100%;
    margin-right: -15px;
    text-align: center;
    padding-top: 250px;
    padding-bottom: 15px;
    border-radius:15px;
}
.product-largex{
    margin-right: 0;
}
.product-largexinn{
    padding-top:30rem;
}
.product-largexinn h2{
    color: #fff;
    font-size: 44px;
    margin-bottom: 10px;
}
.product-largexinn a{
    background-color: #fff;
    color: #000;
    font-size:16px;
    padding:10px 30px;
}
.product-large h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 18px;
}
.product-large a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    position: relative;
}
.product-large a:before {
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 2px;
    background: #fff;
    content: ""}
.filter-control {
    text-align: center;
    margin-bottom: 45px;
    padding-top: 32px;
}
.filter-control ul li {
    list-style: none;
    display: inline-block;
    font-size: 20px;
    color: #b2b2b2;
    margin-right: 22px;
    position: relative;
    cursor: pointer;
}
.filter-control ul li.active {
    color: #171717;
}
.filter-control ul li.active:before {
    opacity: 1;
}
.filter-control ul li:before {
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 2px;
    background: #171717;
    content: "";
    opacity: 0;
}
.filter-control ul li:last-child {
    margin-right: 0;
}

.product-slider .owl-nav button[type="button"], .product-slider4 .owl-nav button[type="button"]{
    font-size: 30px;
    position: absolute;
    left: -62px;
    top: 35%;
    color: #fff;
    opacity: 1;
}
.product-slider4 .owl-nav button[type="button"]{
    top: 30%;
}
.product-slider .owl-nav button[type="button"].owl-next, .product-slider4 .owl-nav button[type="button"].owl-next{
    left: auto;
    right: -62px;
    color: #fff;
    opacity: 1;
}
.product-slider .owl-dots .product-slider4 .owl-dots{
    text-align: center;
}
.owl-dots{
    text-align: center;
    display: none;
}
.product-slider .owl-dots button, .product-slider4 .owl-dots button {
    width: 6px;
   /* height: 6px;*/
    background: #d8d9da;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.product-slider .owl-dots button:last-child, .product-slider4 .owl-dots button:last-child {
    margin-right: 0;
}
.product-slider .owl-dots button.active, .product-slider4 .owl-dots button.active {
    width: 30px;
    background: #252525;
    border-radius: 50px;
}
.product-item {
   /* margin-bottom: 26px;*/
}
.product-item:hover .pi-pic .icon {
    top: 15px;
    opacity: 1;
}
.product-item:hover .pi-pic ul {
    bottom: 0;
}
.product-item .pi-pic {
    overflow: hidden;
    position: relative;
}
.product-item .pi-pic h4{
    position: absolute;
    bottom: 5%;
    color: #fff;
    left:5%;
}
.product-item .pi-pic img {
    min-width: 100%}
.product-item .pi-pic .sale {
    width: 50px;
    height: 50px;
    padding: 5px;
    line-height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    top: 10px;
    left: 10px;
    z-index: 1;
    border-radius: 50px;
    color: #000;
    background-color: #fccc4d;
}
.product-item .pi-pic .sale.pp-sale {
    background: #e7ab3c;
}
.product-item .pi-pic .icon {
    font-size: 20px;
    color: #252525;
    position: absolute;
    right: 21px;
    top: -15px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0;
}
/*.product-item .pi-pic ul {
    position: absolute;
    left: 0;
    bottom: -52px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-align: center;
    width: 100%}*/
.product-item .pi-pic ul li {
    list-style: none;
    display: inline-block;
    background: #fff;
}
.product-item .pi-pic ul li.w-icon.active a {
    background: #e7ab3c;
    color: #fff;
}
.product-item .pi-pic ul li a {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    display: block;
    padding: 16px 18px 12px 19px;
}
.product-item .pi-text {
    padding-top: 26px;
    position:relative;
}
.star-mk{
    list-style:none;
    margin-bottom:5px;
}
.star-mk li{
    display:inline;
}
.star-mk li .fa-star{
    color:#fa8c17;
}
.star-mk li .fa-star-o{
    color:#000;
}
.product-item .pi-text .catagory-name {
    color: #000;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}
.product-item .pi-text a {
}
.product-item .pi-text a h5 {
    color: #999999;
    font-size: 12px;
    margin-bottom: 5px;
}
.product-item .pi-text a:hover h5 {
    color: #f65d4e;
}
.product-item .pi-text .product-price {
    color: #f65d4e;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
}
.product-item .pi-text .product-price span {
    font-size: 14px;
    font-weight: 400;
    color: #b2b2b2;
    text-decoration: line-through;
}

/*.deal-of-week*/
.deal-of-week {
    padding-top: 80px;
    padding-bottom: 80px;
    margin-left: 65px;
    margin-right: 65px;
}
.countdown-timer {
    text-align: center;
    margin-bottom: 50px;
}
.countdown-timer .cd-item {
    display: inline-block;
    background: #fff;
    margin-right: 35px;
    padding: 10px 14px;
    border-radius: 5px;
}
.countdown-timer .cd-item:last-child {
    margin-right: 0;
}
.countdown-timer .cd-item span {
    color: #e7ab3c;
    font-weight: 700;
    line-height: 40px;
    font-size: 36px;
}
.countdown-timer .cd-item p {
    font-size: 16px;
    color: #b2b2b2;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.man-banner {
    padding-right: 55px;
    padding-left: 55px;
}

.latest-blog {
}
.latest-blog .section-title {
    margin-bottom: 55px;
}
.single-latest-blog {
    margin-bottom: 25px;
}
.single-latest-blog img {
    min-width: 100%}
.single-latest-blog .latest-text {
    padding-top: 5px;
    text-align: center;

}
.single-latest-blog .latest-text .tag-list {
    margin-bottom: 8px;
}
.single-latest-blog .latest-text .tag-list .tag-item {
    font-size: 16px;
    color: #a2a1a1;
    display: inline-block;
    margin-right: 15px;
}
.single-latest-blog .latest-text .tag-list .tag-item i {
    color: #e7ab3c;
}
.single-latest-blog .latest-text a {
    display: block;
}
.single-latest-blog .latest-text a h4 {
    color: #252525;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 10px;
}


.latest-domes .tag-list .tag-item i {
    color: #e7ab3c;
}
.latest-domes a {
    display: block;
}
.latest-domes a h6 {
    color: #252525;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
}


.benefit-items {
    border: 1px solid #ebebeb;
    margin-top: 45px;
}
.benefit-items .single-benefit {
    padding-top: 30px;
    padding-bottom: 25px;
    padding-left: 55px;
    padding-right: 55px;
    border-right: 1px solid #f3f4f0;
}
.benefit-items .single-benefit .sb-icon {
    float: left;
    margin-right: 20px;
}
.benefit-items .single-benefit .sb-text {
    display: table;
}
.benefit-items .single-benefit .sb-text h6 {
    color: #252525;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.benefit-items .single-benefit .sb-text p {
    margin-bottom: 0;
    color: #252525;
    line-height: 20px;
}

.owl-carousel .owl-item img {
    display: block;
    width: auto;
    height: 200px;
}


.footer-section {  
   border-top: 1px solid #fe6a18;
    background-color: #f3f3f3;
    padding-top: 50px;
}
.footer-left {
    margin-bottom: 30px;
}
.footer-left .footer-logo {
    margin-bottom: 24px;
}
.footer-left .footer-logo a {
    display: inline-block;
}
.footer-left ul li {
    list-style: none;
    color: #000;
    font-size: 16px;
    line-height: 30px;
}
.footer-left .footer-social {
    padding-top: 25px;
}
.footer-left .footer-social a {
    display: inline-block;
    height: 40px;
    width: 40px;
    background: #434445;
    color: #000;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    margin-right: 7px;
    position: relative;
    z-index: 1;
}
.footer-left .footer-social a:hover:before {
    opacity: 1;
}
.footer-left .footer-social a:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #e7ab3c;
    content: "";
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: -1;
}
.footer-widget {
    margin-bottom: 30px;
}
.footer-widget h5 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 26px;
}
.footer-widgetleft h5 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 26px;
}
.footer-widgetleft ul li {
    list-style: none;
}
.footer-widgetleft ul li a {
    line-height: 36px;
    font-size: 13px;
    color: #000;
}
.footer-widget ul li {
    list-style: none;
    border-bottom: 1px dotted #999;
}
.footer-widget ul li a {
    line-height: 36px;
    font-size: 13px;
    color: #000;
}
.newslatter-item h5 {
    color: #000;
    font-weight: 700;
    margin-bottom: 30px;
}
.newslatter-item p {
    color: #b2b2b2;
    line-height: 26px;
}
.newslatter-item .subscribe-form {
    position: relative;
}
.newslatter-item .subscribe-form input {
    color: #b2b2b2;
    background: #303030;
    width: 100%;
    height: 46px;
    font-size: 16px;
    border: none;
    padding-left: 20px;
}
.newslatter-item .subscribe-form input::-webkit-input-placeholder {
    color: #b2b2b2;
}
.newslatter-item .subscribe-form input::-moz-placeholder {
    color: #b2b2b2;
}
.newslatter-item .subscribe-form input:-ms-input-placeholder {
    color: #b2b2b2;
}
.newslatter-item .subscribe-form input::-ms-input-placeholder {
    color: #b2b2b2;
}
.newslatter-item .subscribe-form input::placeholder {
    color: #b2b2b2;
}
.newslatter-item .subscribe-form button {
    display: inline-block;
    color: #fff;
    background: #e7ab3c;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #e7ab3c;
    position: absolute;
    right: 0;
    top: 0;
    padding: 13px 20px 12px;
    cursor: pointer;
}
.copyright-reserved {
    border-top: 1px solid #999;
    padding: 15px 0;
    margin-top: 25px;
    background-color: #fff;
}
.copyright-reserved .copyright-text {
    text-align: center;
    font-size: 16px;
    color: #000;
}
.copyright-reserved .copyright-text a {
    color: #000;
}
.copyright-reserved .copyright-text i {
    color: #cc2424;
}
.copyright-reserved .copyright-text a:hover {
    color: #e7ab3c;
}
.copyright-reserved .payment-pic {
    float: right;
}
.breadcrumb-text {
    border-bottom: 1px solid #ebebeb;
    padding: 15px 0;
}
.breadcrumb-text.product-more a:nth-child(1):after  {
    color: #252525;
}
.breadcrumb-text a {
    display: inline-block;
    font-size: 16px;
    color: #252525;
    margin-right: 28px;
    position: relative;
}
.breadcrumb-text a:after {
    position: absolute;
    right: -18px;
    top: 0;
    content: "";
    font-family: "FontAwesome";
    font-size: 16px;
    color: #b2b2b2;
}
.breadcrumb-text span {
    display: inline-block;
    color: #b2b2b2;
}
.product-shop {
    padding-top: 80px;
    padding-bottom: 80px;
}
.filter-widget {
    margin-bottom: 45px;
}
.filter-widget .fw-title {
    color: #252525;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 26px;
}
.filter-widget .filter-catagories li {
    list-style: none;
}
.filter-widget .filter-catagories li a {
    display: inline-block;
    color: #636363;
    font-size: 16px;
    line-height: 39px;
}
.filter-widget .fw-brand-check .bc-item {
    margin-bottom: 3px;
}
.filter-widget .fw-brand-check .bc-item label {
    position: relative;
    cursor: pointer;
    padding-left: 28px;
}
.filter-widget .fw-brand-check .bc-item label input {
    position: absolute;
    visibility: hidden;
}
.filter-widget .fw-brand-check .bc-item label input:checked~span  {
    background: #e7ab3c;
    border-color: #e7ab3c;
}
.filter-widget .fw-brand-check .bc-item label .checkmark {
    position: absolute;
    left: 0;
    top: 5px;
    height: 15px;
    width: 15px;
    border: 2px solid #ebebeb;
    border-radius: 2px;
}
.filter-widget .fw-brand-check .bc-item label .checkmark:after {
    left: 0;
    top: 0;
    width: 10px;
    height: 8px;
    border: solid #fff;
    border-width: 3px 3px 0 0;
    -webkit-transform: rotate(127deg);
    -ms-transform: rotate(127deg);
    transform: rotate(127deg);
}
.filter-widget .filter-range-wrap {
    margin-bottom: 40px;
}
.filter-widget .filter-range-wrap .range-slider {
    margin-bottom: 25px;
}
.filter-widget .filter-range-wrap .range-slider .price-input {
    position: relative;
}
.filter-widget .filter-range-wrap .range-slider .price-input:after {
    position: absolute;
    left: 58px;
    top: 13px;
    height: 1px;
    width: 17px;
    background: #ebebeb;
    content: ""}
.filter-widget .filter-range-wrap .range-slider .price-input input {
    font-size: 16px;
    color: #252525;
    max-width: 20%;
    text-align: center;
    border: 1px solid #ebebeb;
    border-radius: 2px;
}
.filter-widget .filter-range-wrap .range-slider .price-input input:nth-child(1)  {
    margin-right: 28px;
}
.filter-widget .filter-range-wrap .price-range {
    border-radius: 0;
}
.filter-widget .filter-range-wrap .price-range.ui-widget-content {
    border: none;
    background: #ebebeb;
    height: 3px;
}
.filter-widget .filter-range-wrap .price-range.ui-widget-content .ui-slider-handle {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #fff;
    border: none;
    -webkit-box-shadow: 1px 6px 14px -4px #425c6d;
    box-shadow: 1px 6px 14px -4px #425c6d;
    outline: none;
}
.filter-widget .filter-range-wrap .price-range .ui-slider-range {
    background: #ebebeb;
    border-radius: 0;
}
.filter-widget .filter-range-wrap .price-range .ui-slider-range.ui-corner-all.ui-widget-header:last-child {
    background: #e7ab3c;
}
.filter-widget .filter-btn {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    background: #e7ab3c;
    padding: 7px 20px 5px;
    border-radius: 2px;
    display: inline-block;
    text-transform: uppercase;
}
.filter-widget .fw-color-choose .cs-item {
    width: 50%;
    float: left;
    margin-bottom: 4px;
}
.filter-widget .fw-color-choose .cs-item input {
    position: absolute;
    visibility: hidden;
}
.filter-widget .fw-color-choose .cs-item label {
    cursor: pointer;
    position: relative;
    padding-left: 33px;
    font-size: 16px;
    color: #636363;
}
.filter-widget .fw-color-choose .cs-item label.cs-violet:before {
    background: #8230e3;
}
.filter-widget .fw-color-choose .cs-item label.cs-blue:before {
    background: #2773be;
}
.filter-widget .fw-color-choose .cs-item label.cs-yellow:before {
    background: #eeee21;
}
.filter-widget .fw-color-choose .cs-item label.cs-red:before {
    background: #dc3232;
}
.filter-widget .fw-color-choose .cs-item label.cs-green:before {
    background: #81d742;
}
.filter-widget .fw-color-choose .cs-item label:before {
    position: absolute;
    left: 0;
    top: 4px;
    height: 18px;
    width: 18px;
    background: #252525;
    border-radius: 50%;
    content: ""}
.filter-widget .fw-size-choose .sc-item {
    display: inline-block;
    margin-right: 5px;
}
.filter-widget .fw-size-choose .sc-item:last-child {
    margin-right: 0;
}
.filter-widget .fw-size-choose .sc-item input {
    position: absolute;
    visibility: hidden;
}
.filter-widget .fw-size-choose .sc-item label {
    font-size: 16px;
    color: #252525;
    font-weight: 700;
    height: 40px;
    width: 47px;
    border: 1px solid #ebebeb;
    text-align: center;
    line-height: 40px;
    text-transform: uppercase;
    cursor: pointer;
}
.filter-widget .fw-size-choose .sc-item label.active {
    background: #252525;
    color: #fff;
}
.filter-widget .fw-tags a {
    display: inline-block;
    font-size: 16px;
    color: #636363;
    padding: 5px 15px;
    border: 1px solid #ebebeb;
    margin-right: 5px;
    margin-bottom: 9px;
    border-radius: 2px;
}
.checkmark:after {
    position: absolute;
    content: ""}
.product-show-option {
    margin-bottom: 30px;
}
.product-show-option .select-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.product-show-option .select-option .nice-select {
    border-radius: 0;
    border: 1px solid #ecedee;
    height: 40px;
    line-height: 35px;
}
.product-show-option .select-option .nice-select .list {
    margin-top: 0;
    border-radius: 0;
    width: 100%}
.product-show-option .select-option .nice-select:after {
    border-bottom: 2px solid #4c4c4c;
    border-right: 2px solid #4c4c4c;
    height: 7px;
    right: 22px;
    top: 47%;
    width: 7px;
    opacity: .7;
}
.product-show-option .select-option .nice-select span {
    font-size: 16px;
    color: #4c4c4c;
}
.product-show-option .select-option .sorting {
    margin-right: 20px;
}
.product-show-option .select-option .sorting.nice-select {
    padding-right: 70px;
}
.product-show-option .select-option .p-show.nice-select {
    padding-right: 105px;
}
.product-show-option .select-option .p-show.nice-select:before {
    position: absolute;
    right: 48px;
    top: 0;
    content: "09";
    font-size: 16px;
    color: #252525;
}
.product-show-option p {
    margin-bottom: 0;
    color: #636363;
    line-height: 39px;
}
.loading-more {
    text-align: center;
    padding-top: 10px;
}
.loading-more i {
    font-size: 22px;
    color: #633;
    margin-right: 6px;
    position: relative;
    top: 7px;
}
.loading-more a {
    font-size: 18px;
    font-weight: 700;
    color: #252525;
    position: relative;
    display: inline-block;
}
.loading-more a:before {
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 2px;
    background: #e7ab3c;
    content: ""}
.product-shop.page-details {
    padding-bottom: 60px;
}
.product-pic-zoom {
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}
.product-pic-zoom img {
    min-width: 100%}
.product-pic-zoom .zoom-icon {
    position: absolute;
    right: 20px;
    top: 20px;
}
.product-pic-zoom .zoom-icon i {
    color: #4c4c4c;
    font-size: 14px;
    width: 40px;
    height: 40px;
    border: 1px solid #d7d7d7;
    text-align: center;
    border-radius: 50%;
    line-height: 37px;
}
.product-thumbs .pt {
    cursor: pointer;
    position: relative;
}
.product-thumbs .pt.active:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 1px solid #e7ab3c;
    z-index: 1;
}
.ps-slider .owl-nav button[type="button"] {
    height: 30px;
    width: 30px;
    background: #fff;
    color: #a7a7a7;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    font-size: 20px;
    -webkit-box-shadow: 0 6px 10px -1px #e9e9e9;
    box-shadow: 0 6px 10px -1px #e9e9e9;
    position: absolute;
    left: -16px;
    top: 50%;
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
}
.ps-slider .owl-nav button[type="button"].owl-next {
    left: auto;
    right: -16px;
}


.ps-slidertwo .owl-nav button[type="button"] {
    height: 30px;
    width: 30px;
    background: #fff;
    color: #a7a7a7;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    font-size: 20px;
    -webkit-box-shadow: 0 6px 10px -1px #999999;
    box-shadow: 0 6px 10px -1px #e9e9e9;
    position: absolute;
    left: -26px;
    top: 50%;
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
}
.ps-slidertwo .owl-nav button[type="button"].owl-next {
    left: auto;
    right: -26px;
}

.product-details .pd-title {
    position: relative;
    margin-bottom: 6px;
}
.product-details .pd-title span {
    display: block;
    font-size: 12px;
    color: #b2b2b2;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    line-height: 23px;
}
.product-details .pd-title h3 {
    color: #252525;
    font-weight: 700;
}
.product-details .pd-title .heart-icon {
    color: #252525;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 0;
}
.product-details .pd-rating {
    margin-bottom: 10px;
}
.product-details .pd-rating i {
    font-size: 12px;
    display: inline-block;
    color: #fac451;
    margin-right: -3px;
}
.product-details .pd-rating span {
    font-size: 12px;
    color: #999591;
}
.product-details .pd-desc {
    margin-bottom: 24px;
}
.product-details .pd-desc p {
    color: #636363;
}
.product-details .pd-desc h4 {
    color: #e7ab3c;
    font-weight: 700;
}
.product-details .pd-desc h4 span {
    font-size: 18px;
    font-weight: 400;
    color: #b7b7b7;
    text-decoration: line-through;
    display: inline-block;
    margin-left: 13px;
}
.product-details .pd-color {
    margin-bottom: 25px;
}
.product-details .pd-color h6 {
    color: #252525;
    font-weight: 700;
    float: left;
    margin-right: 28px;
}
.product-details .pd-color .pd-color-choose {
    display: inline-block;
}
.product-details .pd-color .pd-color-choose .cc-item {
    display: inline-block;
    margin-right: 10px;
}
.product-details .pd-color .pd-color-choose .cc-item input {
    position: absolute;
    visibility: hidden;
}
.product-details .pd-color .pd-color-choose .cc-item label {
    height: 20px;
    width: 20px;
    background: #252525;
    border-radius: 50%;
    cursor: pointer;
    margin-bottom: 0;
}
.product-details .pd-color .pd-color-choose .cc-item label.cc-yellow {
    background: #eeee21;
}
.product-details .pd-color .pd-color-choose .cc-item label.cc-violet {
    background: #8230e3;
}
.product-details .pd-size-choose {
    margin-bottom: 30px;
}
.product-details .pd-size-choose .sc-item {
    display: inline-block;
    margin-right: 5px;
}
.product-details .pd-size-choose .sc-item:last-child {
    margin-right: 0;
}
.product-details .pd-size-choose .sc-item input {
    position: absolute;
    visibility: hidden;
}
.product-details .pd-size-choose .sc-item label {
    font-size: 16px;
    color: #252525;
    font-weight: 700;
    height: 40px;
    width: 47px;
    border: 1px solid #ebebeb;
    text-align: center;
    line-height: 40px;
    text-transform: uppercase;
    cursor: pointer;
}
.product-details .pd-size-choose .sc-item label.active {
    background: #252525;
    color: #fff;
}
.product-details .quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 33px;
}
.product-details .quantity .pro-qty {
    width: 123px;
    height: 46px;
    border: 2px solid #ebebeb;
    padding: 0 15px;
    float: left;
    margin-right: 14px;
}
.product-details .quantity .pro-qty .qtybtn {
    font-size: 24px;
    color: #b2b2b2;
    float: left;
    line-height: 38px;
    cursor: pointer;
    width: 18px;
}
.product-details .quantity .pro-qty .qtybtn.dec {
    font-size: 30px;
}
.product-details .quantity .pro-qty input {
    text-align: center;
    width: 52px;
    font-size: 14px;
    font-weight: 700;
    border: none;
    color: #4c4c4c;
    line-height: 40px;
    float: left;
}
.product-details .quantity .primary-btn.pd-cart {
    padding: 14px 70px 10px;
}
.product-details .pd-tags {
    margin-bottom: 27px;
}
.product-details .pd-tags li {
    list-style: none;
    font-size: 16px;
    color: #636363;
    line-height: 30px;
}
.product-details .pd-tags li span {
    color: #252525;
    font-weight: 700;
    text-transform: uppercase;
}
.product-details .pd-share {
    overflow: hidden;
}
.product-details .pd-share .p-code {
    font-size: 16px;
    color: #252525;
    float: left;
}
.product-details .pd-share .pd-social {
    float: right;
}
.product-details .pd-share .pd-social a {
    display: inline-block;
    color: #252525;
    font-size: 14px;
    margin-left: 15px;
}
.product-tab {
    padding-top: 60px;
}
/*.tab-item ul li:nth-child(1) a  {
    border-right: 1px solid #ebebeb;
}*/
/*.tab-item ul li:nth-child(2) a  {
    border-right: 1px solid #ebebeb;
}*/
/*.tab-item ul li:nth-child(3) a  {
    border-right: 1px solid #ebebeb;
}*/
.tab-item ul li a {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #b2b2b2;
    text-transform: uppercase;
    padding: 18px 61px;
    position: relative;    
    /*border-left: 1px solid #ebebeb;*/
}
.tab-item ul li a.active {
    color: #252525;
}
/*.tab-item ul li a.active:before {
    opacity: 1;
}*/
.tab-item ul li a::before {
    position: absolute;
    left: 0;
    top: -1px;
    width: 100%;
    height: 5px;
    background: #e7ab3c;
    content: "";
    opacity: 0;
}
.product-content {
    padding-top: 40px;
}
.product-content h5 {
    color: #252525;
    font-weight: 700;
    margin-bottom: 23px;
}
.product-content p {
    margin-bottom: 34px;
}
.product-content img {
    min-width: 100%}
.specification-table {
    padding-top: 52px;
}
.specification-table table {
    width: 100%}
.specification-table table tr td {
    border: 1px solid #eff0f2;
    text-align: center;
    padding-top: 18px;
    padding-bottom: 18px;
}
.specification-table table tr td.p-catagory {
    width: 310px;
    text-align: left;
    padding-left: 34px;
    font-size: 16px;
    color: #4c4c4c;
    font-weight: 700;
    text-transform: uppercase;
}
.specification-table table tr td .pd-rating i {
    font-size: 12px;
    display: inline-block;
    color: #fac451;
    margin-right: -3px;
}
.specification-table table tr td .pd-rating span {
    font-size: 12px;
    color: #999591;
}
.specification-table table tr td .p-price {
    color: #e7ab3c;
    font-size: 16px;
    font-weight: 700;
}
.specification-table table tr td .cart-add {
    font-size: 16px;
    color: #252525;
    font-weight: 700;
    text-transform: uppercase;
}
.specification-table table tr td .p-stock, .specification-table table tr td .p-size, .specification-table table tr td .p-code {
    font-size: 16px;
    color: #4c4c4c;
    font-weight: 700;
}
.specification-table table tr td .p-weight {
    font-size: 14px;
    color: #4c4c4c;
    font-weight: 700;
}
.specification-table table tr td .p-size {
    text-transform: uppercase;
}
.specification-table table tr td .cs-color {
    display: inline-block;
    height: 20px;
    width: 20px;
    background: #252525;
    border-radius: 50%}
.customer-review-option {
    padding-top: 55px;
}
.customer-review-option h4 {
    color: #292f3b;
    font-weight: 700;
    margin-bottom: 35px;
}
.customer-review-option .comment-option .co-item {
    margin-bottom: 20px;
}
.customer-review-option .comment-option .co-item .avatar-pic {
    float: left;
    margin-right: 20px;
}
.customer-review-option .comment-option .co-item .avatar-pic img {
    height: 63px;
    width: 63px;
    border-radius: 50%}
.customer-review-option .comment-option .co-item .avatar-text {
    display: table;
}
.customer-review-option .comment-option .co-item .avatar-text .at-rating {
    line-height: 9px;
}
.customer-review-option .comment-option .co-item .avatar-text .at-rating i {
    font-size: 12px;
    display: inline-block;
    color: #fac451;
    margin-right: -3px;
}
.customer-review-option .comment-option .co-item .avatar-text h5 {
    color: #252525;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
}
.customer-review-option .comment-option .co-item .avatar-text h5 span {
    color: #b2b2b2;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-left: 22px;
    position: relative;
}
.customer-review-option .comment-option .co-item .avatar-text h5 span:before {
    position: absolute;
    left: -18px;
    top: -5px;
    content: "-";
    font-size: 18px;
    color: #b2b2b2;
}
.customer-review-option .comment-option .co-item .avatar-text .at-reply {
    font-size: 14px;
    color: #636363;
}
.customer-review-option .personal-rating {
    margin-bottom: 50px;
    padding-top: 10px;
}
.customer-review-option .personal-rating h6 {
    color: #252525;
}
.customer-review-option .personal-rating .rating i {
    font-size: 12px;
    display: inline-block;
    color: #fac451;
    margin-right: -3px;
}
.customer-review-option .leave-comment h4 {
    color: #292f3b;
    font-weight: 700;
    margin-bottom: 35px;
}
.customer-review-option .leave-comment .comment-form input {
    width: 100%;
    font-size: 16px;
    color: #636363;
    height: 50px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding-left: 20px;
    margin-bottom: 30px;
}
.customer-review-option .leave-comment .comment-form textarea {
    width: 100%;
    resize: none;
    font-size: 16px;
    color: #636363;
    height: 116px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding-left: 20px;
    padding-top: 10px;
    margin-bottom: 45px;
}
.related-products {
    padding-top: 0;
    padding-bottom: 50px;
}
.related-products .section-title {
    margin-bottom: 50px;
}
.related-products .section-title h2:before {
    display: none;
}
.shopping-cart {
    padding-top: 80px;
    padding-bottom: 60px;
}
.cart-table {
    margin-bottom: 40px;
}
.cart-table table {
    width: 100%;
    min-width: 480px;
    border: 1px solid #ebebeb;
}
.cart-table table tr th {
    font-size: 16px;
    color: #252525;
    font-weight: 700;
    border-bottom: 1px solid #ebebeb;
    text-align: center;
    padding: 18px 0 19px;
    text-transform: uppercase;
}
.cart-table table tr th.p-name {
    text-align: left;
}
.cart-table table tr td {
    text-align: center;
    padding-bottom: 34px;
}
.cart-table table tr td.first-row {
    padding-top: 30px;
}
.cart-table table tr td.cart-pic {
    width: 21%}
.cart-table table tr td.cart-title {
    text-align: left;
}
.cart-table table tr td.cart-title h5 {
    color: #252525;
}
.cart-table table tr td.p-price {
    width: 16%}
.cart-table table tr td.p-price, .cart-table table tr td.total-price {
    color: #e7ab3c;
    font-size: 16px;
    font-weight: 700;
}
.cart-table table tr td.qua-col {
    width: 16%}
.cart-table table tr td.qua-col .quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.cart-table table tr td.qua-col .pro-qty {
    width: 123px;
    height: 46px;
    border: 2px solid #ebebeb;
    padding: 0 15px;
    float: left;
}
.cart-table table tr td.qua-col .pro-qty .qtybtn {
    font-size: 24px;
    color: #b2b2b2;
    float: left;
    line-height: 38px;
    cursor: pointer;
    width: 18px;
}
.cart-table table tr td.qua-col .pro-qty .qtybtn.dec {
    font-size: 30px;
}
.cart-table table tr td.qua-col .pro-qty input {
    text-align: center;
    width: 52px;
    font-size: 14px;
    font-weight: 700;
    border: none;
    color: #4c4c4c;
    line-height: 40px;
    float: left;
}
.cart-table table tr td.total-price {
    width: 12%}
.cart-table table tr td.close-td {
    font-size: 16px;
    color: #252525;
    width: 8%}
.cart-table table tr td.close-td i {
    cursor: pointer;
}
.cart-buttons {
    margin-bottom: 34px;
}
.cart-buttons .continue-shop {
    color: #b2b2b2;
    border: 2px solid #ebebeb;
    background: #fff;
    margin-right: 8px;
    padding: 12px 20px 12px 20px;
    margin-bottom: 10px;
}
.cart-buttons .up-cart {
    color: #252525;
    background: #f3f3f3;
    border: 2px solid #ebebeb;
    padding: 12px 20px 12px 20px;
}
.discount-coupon {
    margin-bottom: 30px;
}
.discount-coupon h6 {
    color: #232530;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.discount-coupon .coupon-form {
    position: relative;
}
.discount-coupon .coupon-form input {
    width: 100%;
    height: 46px;
    border: 2px solid #ebebeb;
    color: #b2b2b2;
    font-size: 14px;
    padding-left: 20px;
}
.discount-coupon .coupon-form .coupon-btn {
    position: absolute;
    right: 0;
    top: 0;
    color: #252525;
    background: transparent;
    border: 1px solid transparent;
    padding: 13px 25px 10px 35px;
}
.proceed-checkout ul {
    border: 2px solid #ebebeb;
    background: #f3f3f3;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 16px;
    padding-bottom: 20px;
}
.proceed-checkout ul li {
    list-style: none;
    font-size: 16px;
    font-weight: 700;
    color: #252525;
    text-transform: uppercase;
    overflow: hidden;
}
.proceed-checkout ul li.subtotal {
    font-weight: 400;
    text-transform: capitalize;
    border-bottom: 1px solid #fff;
    padding-bottom: 14px;
}
.proceed-checkout ul li.subtotal span {
    font-weight: 700;
}
.proceed-checkout ul li.cart-total {
    padding-top: 10px;
}
.proceed-checkout ul li.cart-total span {
    color: #e7ab3c;
}
.proceed-checkout ul li span {
    float: right;
}
.proceed-checkout .proceed-btn {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: #252525;
    text-transform: uppercase;
    padding: 15px 25px 14px 25px;
    display: block;
    text-align: center;
}
.checkout-section {
    padding-top: 80px;
    padding-bottom: 80px;
}
.checkout-content {
    margin-bottom: 50px;
}
.checkout-content .content-btn, .checkout-content input {
    color: #252525;
    font-size: 16px;
    border: 2px solid #ebebeb;
    padding: 14px 20px;
    background: #f3f3f3;
    text-align: center;
    display: block;
}
.checkout-content input {
    height: 56px!important;
}
.checkout-form h4 {
    color: #252525;
    font-weight: 700;
    margin-bottom: 30px;
}
.checkout-form label {
    color: #252525;
    font-size: 16px;
    margin-bottom: 5px;
}
.checkout-form label span {
    color: #d85d5c;
}
.checkout-form input {
    width: 100%;
    height: 46px;
    border: 2px solid #ebebeb;
    margin-bottom: 25px;
    padding-left: 15px;
}
.checkout-form input.street-first {
    margin-bottom: 20px;
}
.checkout-form .create-item {
    padding-top: 15px;
}
.checkout-form .create-item label {
    position: relative;
    cursor: pointer;
    padding-left: 32px;
    margin-bottom: 0;
    font-size: 14px;
    color: #252525;
}
.checkout-form .create-item label input {
    position: absolute;
    visibility: hidden;
}
.checkout-form .create-item label input:checked~span  {
    background: #e7ab3c;
    border-color: #e7ab3c;
}
.checkout-form .create-item label .checkmark {
    position: absolute;
    left: 0;
    top: 3px;
    height: 13px;
    width: 13px;
    border: 2px solid #b2b2b2;
    border-radius: 2px;
}
.checkout-form .create-item label .checkmark:after {
    left: 0;
    top: 0;
    width: 9px;
    height: 6px;
    border: solid #fff;
    border-width: 2px 2px 0 0;
    -webkit-transform: rotate(127deg);
    -ms-transform: rotate(127deg);
    transform: rotate(127deg);
}
.checkout-form .place-order .order-total {
    border: 2px solid #ebebeb;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 22px;
    padding-bottom: 35px;
}
.checkout-form .place-order .order-total .order-table {
    margin-bottom: 64px;
}
.checkout-form .place-order .order-total .order-table li {
    list-style: none;
    color: #252525;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 5px;
    padding-top: 30px;
}
.checkout-form .place-order .order-total .order-table li:first-child {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    padding-top: 0;
}
.checkout-form .place-order .order-total .order-table li.fw-normal {
    font-weight: 400;
    text-transform: capitalize;
}
.checkout-form .place-order .order-total .order-table li.fw-normal span {
    font-weight: 700;
}
.checkout-form .place-order .order-total .order-table li.total-price span {
    color: #e7ab3c;
}
.checkout-form .place-order .order-total .order-table li span {
    float: right;
}
.checkout-form .place-order .order-total .payment-check {
    margin-bottom: 50px;
}
.checkout-form .place-order .order-total .payment-check .pc-item label {
    position: relative;
    cursor: pointer;
    padding-left: 32px;
    margin-bottom: 0;
    font-size: 14px;
    color: #252525;
}
.checkout-form .place-order .order-total .payment-check .pc-item label input {
    position: absolute;
    visibility: hidden;
}
.checkout-form .place-order .order-total .payment-check .pc-item label input:checked~span  {
    background: #e7ab3c;
    border-color: #e7ab3c;
}
.checkout-form .place-order .order-total .payment-check .pc-item label .checkmark {
    position: absolute;
    left: 0;
    top: 3px;
    height: 13px;
    width: 13px;
    border: 2px solid #b2b2b2;
    border-radius: 2px;
}
.checkout-form .place-order .order-total .payment-check .pc-item label .checkmark:after {
    left: 0;
    top: 0;
    width: 9px;
    height: 6px;
    border: solid #fff;
    border-width: 2px 2px 0 0;
    -webkit-transform: rotate(127deg);
    -ms-transform: rotate(127deg);
    transform: rotate(127deg);
}
.checkout-form .place-order .order-total .order-btn {
    text-align: center;
}
.checkout-form .place-order .order-total .order-btn .place-btn {
    padding: 13px 40px 11px;
    background: #000;
    border-color: #000;
}
.blog-section {
    padding-top: 80px;
    padding-bottom: 80px;
}
.blog-section .loading-more {
    padding-top: 0;
}
.blog-sidebar .search-form {
    margin-bottom: 55px;
}
.blog-sidebar .search-form h4 {
    color: #252525;
    font-weight: 700;
    margin-bottom: 12px;
}
.blog-sidebar .search-form form {
    position: relative;
}
.blog-sidebar .search-form form input {
    height: 46px;
    width: 100%;
    border: 2px solid #ececec;
    padding-left: 20px;
    font-size: 18px;
    color: #b2b2b2;
}
.blog-sidebar .search-form form button {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    background: #252525;
    border: 1px solid #252525;
    height: 46px;
    padding: 0 15px;
    cursor: pointer;
}
.blog-sidebar .blog-catagory {
    margin-bottom: 41px;
}
.blog-sidebar .blog-catagory h4 {
    color: #252525;
    font-weight: 700;
    margin-bottom: 14px;
}
.blog-sidebar .blog-catagory ul li {
    list-style: none;
}
.blog-sidebar .blog-catagory ul li a {
    font-size: 16px;
    color: #636363;
    line-height: 39px;
}
.blog-sidebar .recent-post {
    margin-bottom: 55px;
}
.blog-sidebar .recent-post h4 {
    color: #252525;
    font-weight: 700;
    margin-bottom: 28px;
}
.blog-sidebar .recent-post .recent-blog .rb-item {
    overflow: hidden;
    margin-bottom: 30px;
    display: block;
}
.blog-sidebar .recent-post .recent-blog .rb-item .rb-pic {
    float: left;
}
.blog-sidebar .recent-post .recent-blog .rb-item .rb-pic img {
    height: 80px;
    width: 80px;
}
.blog-sidebar .recent-post .recent-blog .rb-item .rb-text {
    display: table;
    padding-left: 16px;
}
.blog-sidebar .recent-post .recent-blog .rb-item .rb-text h6 {
    color: #252525;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}
.blog-sidebar .recent-post .recent-blog .rb-item .rb-text p {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #e7ab3c;
    letter-spacing: 2px;
    line-height: 20px;
}
.blog-sidebar .recent-post .recent-blog .rb-item .rb-text p span {
    color: #b2b2b2;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0;
}
.blog-sidebar .blog-tags h4 {
    color: #252525;
    font-weight: 700;
    margin-bottom: 20px;
}
.blog-sidebar .blog-tags .tag-item a {
    display: inline-block;
    font-size: 16px;
    color: #636363;
    padding: 5px 15px;
    border: 1px solid #ebebeb;
    margin-right: 5px;
    margin-bottom: 9px;
    border-radius: 2px;
}
.blog-item {
    margin-bottom: 42px;
}
.blog-item .bi-pic img {
    min-width: 100%}
.blog-item .bi-text {
    padding-top: 24px;
}
.blog-item .bi-text h4 {
    color: #252525;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 16px;
}
.blog-item .bi-text p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #e7ab3c;
    letter-spacing: 2px;
    line-height: 20px;
}
.blog-item .bi-text p span {
    color: #b2b2b2;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0;
}
.blog-details {
    padding-top: 72px;
    padding-bottom: 80px;
}
.blog-details-inner .blog-detail-title {
    text-align: center;
    margin-bottom: 25px;
}
.blog-details-inner .blog-detail-title h2 {
    color: #252525;
    font-weight: 700;
    margin-bottom: 15px;
}
.blog-details-inner .blog-detail-title p {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #e7ab3c;
    letter-spacing: 2px;
    line-height: 20px;
    display: inline-block;
    position: relative;
}
.blog-details-inner .blog-detail-title p:before {
    position: absolute;
    left: -175px;
    top: 8px;
    height: 1px;
    width: 125px;
    background: #ebebeb;
    content: ""}
.blog-details-inner .blog-detail-title p:after {
    position: absolute;
    right: -175px;
    top: 7px;
    height: 1px;
    width: 125px;
    background: #ebebeb;
    content: ""}
.blog-details-inner .blog-detail-title p span {
    color: #b2b2b2;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0;
}
.blog-details-inner .blog-large-pic img {
    min-width: 100%}
.blog-details-inner .blog-detail-desc {
    margin-top: 22px;
    margin-bottom: 32px;
}
.blog-details-inner .blog-detail-desc p {
    font-size: 18px;
    line-height: 30px;
}
.blog-details-inner .blog-detail-desc p:first-of-type:first-letter {
    float: left;
    font-size: 60px;
    text-transform: uppercase;
    color: #252525;
    margin-top: 14px;
    margin-right: 10px;
}
.blog-details-inner .blog-quote {
    margin-bottom: 65px;
}
.blog-details-inner .blog-quote p {
    position: relative;
    color: #252525;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    padding-left: 32px;
}
.blog-details-inner .blog-quote p span {
    color: #161715;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.blog-details-inner .blog-quote p:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 88px;
    width: 3px;
    background: #e7ab3c;
    content: ""}
.blog-details-inner .blog-more {
    margin-bottom: 32px;
}
.blog-details-inner .blog-more img {
    min-width: 100%}
.blog-details-inner p {
    font-size: 18px;
    line-height: 30px;
}
.blog-details-inner .tag-share {
    overflow: hidden;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 54px;
    margin-top: 46px;
}
.blog-details-inner .tag-share .details-tag {
    float: left;
}
.blog-details-inner .tag-share .details-tag ul li {
    list-style: none;
    display: inline-block;
    color: #171717;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 16px;
}
.blog-details-inner .tag-share .details-tag ul li i {
    font-size: 18px;
    color: #e7ab3c;
}
.blog-details-inner .tag-share .blog-share {
    float: right;
}
.blog-details-inner .tag-share .blog-share .social-links {
    display: inline-block;
}
.blog-details-inner .tag-share .blog-share .social-links a {
    display: inline-block;
    color: #171717;
    margin-left: 25px;
}
.blog-details-inner .tag-share .blog-share span {
    font-size: 16px;
    color: #2d292f;
}
.blog-details-inner .blog-post {
    padding-top: 72px;
    margin-bottom: 58px;
}
.blog-details-inner .blog-post .prev-blog {
    display: block;
}
.blog-details-inner .blog-post .prev-blog .pb-pic {
    float: left;
    position: relative;
    margin-top: 7px;
}
.blog-details-inner .blog-post .prev-blog .pb-pic i {
    position: absolute;
    left: -32px;
    top: 35%;
    font-size: 18px;
    color: #b2b2b2;
}
.blog-details-inner .blog-post .prev-blog .pb-pic img {
    height: 70px;
    width: 70px;
}
.blog-details-inner .blog-post .prev-blog .pb-text {
    display: table;
    padding-left: 20px;
}
.blog-details-inner .blog-post .prev-blog .pb-text span {
    font-size: 14px;
    color: #b2b2b2;
    letter-spacing: 2px;
}
.blog-details-inner .blog-post .prev-blog .pb-text h5 {
    font-size: 20px;
    color: #252525;
    line-height: 26px;
    font-weight: 700;
    margin-top: 10px;
}
.blog-details-inner .blog-post .next-blog {
    display: block;
}
.blog-details-inner .blog-post .next-blog .nb-pic {
    float: right;
    position: relative;
    margin-top: 7px;
}
.blog-details-inner .blog-post .next-blog .nb-pic i {
    position: absolute;
    right: -28px;
    top: 35%;
    font-size: 18px;
    color: #b2b2b2;
}
.blog-details-inner .blog-post .next-blog .nb-pic img {
    height: 70px;
    width: 70px;
}
.blog-details-inner .blog-post .next-blog .nb-text {
    display: table;
    padding-right: 20px;
    text-align: right;
}
.blog-details-inner .blog-post .next-blog .nb-text span {
    font-size: 14px;
    color: #b2b2b2;
    letter-spacing: 2px;
}
.blog-details-inner .blog-post .next-blog .nb-text h5 {
    font-size: 20px;
    color: #252525;
    line-height: 26px;
    font-weight: 700;
    margin-top: 10px;
}
.blog-details-inner .posted-by {
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 40px 65px;
}
.blog-details-inner .posted-by .pb-pic {
    float: left;
}
.blog-details-inner .posted-by .pb-text {
    padding-left: 22px;
    display: table;
}
.blog-details-inner .posted-by .pb-text a {
    display: block;
}
.blog-details-inner .posted-by .pb-text a h5 {
    color: #252525;
    font-weight: 700;
    margin-bottom: 13px;
}
.blog-details-inner .posted-by .pb-text p {
    line-height: 30px;
    margin-bottom: 0;
}
.blog-details-inner .leave-comment {
    padding-top: 55px;
}
.blog-details-inner .leave-comment h4 {
    color: #292f3b;
    font-weight: 700;
    margin-bottom: 35px;
}
.blog-details-inner .leave-comment .comment-form input {
    width: 100%;
    font-size: 16px;
    color: #636363;
    height: 50px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding-left: 20px;
    margin-bottom: 30px;
}
.blog-details-inner .leave-comment .comment-form textarea {
    width: 100%;
    resize: none;
    font-size: 16px;
    color: #636363;
    height: 116px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding-left: 20px;
    padding-top: 10px;
    margin-bottom: 45px;
}
.map {
    padding-top: 80px;
    padding-bottom: 0;
}
.map-inner {
    height: 610px;
    position: relative;
}
.map-inner iframe {
    width: 100%}
.map-inner .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-14px, -21px);
    -ms-transform: translate(-14px, -21px);
    transform: translate(-14px, -21px);
}
.map-inner .icon i {
    font-size: 48px;
    color: #e7ab3c;
}
.contact-section {
    padding-top: 75px;
    padding-bottom: 80px;
}
.contact-title {
    margin-bottom: 30px;
}
.contact-title h4 {
    color: #252525;
    font-weight: 700;
    margin-bottom: 16px;
}
.contact-widget .cw-item {
    background: #fff;
    margin-bottom: 11px;
    -webkit-box-shadow: 0 8px 35px 10px #e8e8e8;
    box-shadow: 0 8px 35px 10px #e8e8e8;
    padding-left: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 10px;
}
.contact-widget .cw-item .ci-icon {
    float: left;
    margin-top: 12px;
}
.contact-widget .cw-item .ci-icon i {
    font-size: 30px;
    color: #b2b2b2;
}
.contact-widget .cw-item .ci-text {
    display: table;
    padding-left: 30px;
}
.contact-widget .cw-item .ci-text span {
    color: #b2b2b2;
    font-size: 16px;
}
.contact-widget .cw-item .ci-text p {
    font-size: 18px;
    color: #252525;
    margin-bottom: 0;
}
.contact-form .leave-comment h4 {
    color: #292f3b;
    font-weight: 700;
    margin-bottom: 20px;
}
.contact-form .leave-comment p {
    margin-bottom: 38px;
}
.contact-form .leave-comment .comment-form input {
    width: 100%;
    font-size: 16px;
    color: #636363;
    height: 50px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding-left: 20px;
    margin-bottom: 30px;
}
.contact-form .leave-comment .comment-form textarea {
    width: 100%;
    resize: none;
    font-size: 16px;
    color: #636363;
    height: 150px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding-left: 20px;
    padding-top: 10px;
    margin-bottom: 35px;
}
.contact-form .leave-comment .comment-form .site-btn {
    padding: 13px 35px 11px;
}
.faq-section {
    padding-top: 80px;
    padding-bottom: 54px;
}
.faq-accordin .card {
    border: none;
    margin-bottom: 22px;
}
.faq-accordin .card .card-heading {
    font-size: 22px;
    color: #252525;
    font-weight: 700;
    cursor: pointer;
}
.faq-accordin .card .card-heading a {
    padding-left: 42px;
    display: block;
}
.faq-accordin .card .card-body {
    padding: 0;
    padding-top: 13px;
    padding-bottom: 10px;
}
.faq-accordin .card .card-body p {
    margin-bottom: 0;
}
.faq-accordin .card-heading a:after, .faq-accordin .card-heading>a.active[aria-expanded="false"]:after {
    content: "";
    font-family: "FontAwesome";
    font-size: 14px;
    color: #404040;
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 25px;
    background: #efeff0;
    margin-top: 3px;
    position: absolute;
    left: 0;
    top: 0;
}
.faq-accordin .card-heading a[aria-expanded="true"]:after, .faq-accordin .card-heading>a.active:after {
    content: "";
    font-family: "FontAwesome";
    float: left;
    font-size: 13px;
    color: #fff;
    background: #e7ab3c;
}
.register-login-section {
    padding-top: 72px;
    padding-bottom: 80px;
}
.register-form h2, .login-form h2 {
    color: #252525;
    font-weight: 700;
    text-align: center;
    margin-bottom: 35px;
}
.register-form form .group-input, .login-form form .group-input {
    margin-bottom: 25px;
}
.register-form form .group-input label, .login-form form .group-input label {
    display: block;
    font-size: 18px;
    color: #252525;
    margin-bottom: 13px;
}
.register-form form .group-input input, .login-form form .group-input input {
    border: 1px solid #ebebeb;
    height: 50px;
    width: 100%;
    padding-left: 20px;
    padding-right: 15px;
}
.register-form form .register-btn, .register-form form .login-btn, .login-form form .register-btn, .login-form form .login-btn {
    width: 100%;
    letter-spacing: 2px;
    margin-top: 5px;
}
.register-form .switch-login, .login-form .switch-login {
    text-align: center;
    margin-top: 22px;
}
.register-form .switch-login .or-login, .login-form .switch-login .or-login {
    color: #252525;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
}
.register-form .switch-login .or-login:before, .login-form .switch-login .or-login:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background: #9f9f9f;
    content: ""}
.login-form .group-input.gi-check {
    margin-bottom: 8px;
}
.login-form .group-input .gi-more {
    overflow: hidden;
}
.login-form .group-input .gi-more label {
    position: relative;
    cursor: pointer;
    padding-left: 28px;
    font-size: 14px;
    color: #6b6b6b;
    float: left;
}
.login-form .group-input .gi-more label input {
    position: absolute;
    visibility: hidden;
}
.login-form .group-input .gi-more label input:checked~span  {
    border-color: #6c6c6c;
}
.login-form .group-input .gi-more label input:checked~span:after  {
    border-color: #6c6c6c;
}
.login-form .group-input .gi-more label .checkmark {
    position: absolute;
    left: 0;
    top: 4px;
    height: 13px;
    width: 13px;
    border: 1px solid #6c6c6c;
    border-radius: 2px;
}
.login-form .group-input .gi-more label .checkmark:after {
    left: 2px;
    top: -2px;
    width: 13px;
    height: 6px;
    border: solid #fff;
    border-width: 2px 2px 0 0;
    -webkit-transform: rotate(127deg);
    -ms-transform: rotate(127deg);
    transform: rotate(127deg);
}
.login-form .group-input .gi-more .forget-pass {
    float: right;
    line-height: 20px;
    margin-top: -2px;
    font-size: 14px;
    color: #6b6b6b;
}
@media only screen and (min-width:1200px) and (max-width:1920px) {
    .inner-header .advanced-search .input-group button {
    right: 0;
}
.product-item .pi-pic ul li a {
    padding: 16px 12px 12px 11px;
}
.nav-item .nav-menu li a {
    padding: 16px 45px 15px;
}
}
@media only screen and (max-width:1680px) {
    .nav-item .nav-menu .big-menu .dropdown {
        width: 850px;
    }   
}
@media only screen and (max-width:1440px) {
    .section-title h2:before {
        left: 28%;
        width: 60%;
    }
        
}
/*@media only screen and (max-width:1366px) {
    .hero-items .single-hero-items h1 {
        font-size: 55px;
    }
    .btn-big .primary-btn {
        padding: 10px 20px;
        font-size: 14px;
    }

    .section-title h2 {
        font-size: 32px;

    }
    .primary-btn {
        font-size: 12px;
        padding: 6px 12px;
    }
    .product-item .pi-text .catagory-name, .product-item .pi-text .product-price {
        font-size: 14px;
    }
    .product-largexinn {
        padding-top: 18rem;
    }
    .product-large, .product-largex {
        padding-top: 100px;
    }
    .product-large h2 {
        font-size: 34px;
        margin-bottom: 10px;
    }
    .nav-item .nav-menu .big-menu .dropdown {
        width: 810px;
    }
}*/
@media only screen and (max-width:1280px) {
    .header-top .ht-left .mail-service {
        font-size: 14px;
    }
    .product-largexinn {
        padding-top: 26rem;
    }
    .nav-item .nav-depart .depart-btn {
        padding: 14px 20px 14px 18px;
    }
    .nav-item .nav-depart .depart-btn span {
        font-size: 12px;
        margin-left: 5px;
    }
    .nav-item .nav-menu .big-menu .dropdown {
        width: 650px;
    }
}
@media only screen and (max-width:1024px) {
    .nav-item .nav-depart .depart-btn span {
        font-size: 12px;
    }
    .nav-item .nav-depart .depart-btn {
        padding: 12px 12px 14px 14px;
    }
    .hero-items .single-hero-items h1 {
        font-size: 40px;
    }
    .section-title h2 {
        font-size: 26px;
    }
    .section-title h2:before {
        left: 33%;
        width: 50%;
        bottom: 12px;
        display:none;
    }
    .product-item .pi-text a h5 {
        font-size: 10px;
        margin-bottom: 12px;
    }
    .view-btn .primary-btn {
        font-size: 10px;
        padding: 5px 10px;
    }
    .product-item .pi-text .catagory-name, .product-item .pi-text .product-price {
        font-size: 10px;
    }
    .product-item .pi-text .product-price span {
        font-size: 10px;
    }
    .single-latest-blog .latest-text a h4 {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 12px;
    }
    p {
        font-size: 14px;
        line-height: 22px;
    }
.inner-header .col-lg-2, .inner-header .col-lg-3, .inner-header .col-lg-5 {
   width: auto;
    padding-right: 5px;
    padding-left: 5px;
}   
.inner-header .nav-right li.cart-icon .cart-hover {
    margin-top: 3rem;
    position: fixed;
    right: 15px;
}
.nav-item .nav-menu .big-menu .dropdown {
    width: 400px;
}
.hliheading {
    float: left;
    font-size: 20px!important;
    padding-top: 3px;
    padding-bottom: 10px;
    font-weight: 600;
    color: #fff;
    width: 88%;
}

}
@media only screen and (min-width:992px) and (max-width:1199px) {
    .inner-header .advanced-search .category-btn {
    max-width: 36%}
.nav-item .nav-menu li a {
    padding: 16px 26px 15px;
}
.hero-items .owl-nav button[type="button"] {
    left: 5px;
}
.hero-items .owl-nav button[type="button"].owl-next {
    right: 5px;
}
.countdown-timer .cd-item {
    margin-right: 26px;
}
.product-details .quantity .primary-btn.pd-cart {
    padding: 14px 30px 10px;
}
.tab-item ul li a {
    padding: 18px 39px;
}
.inner-header .advanced-search .input-group button {
    right: -7px;
}
.product-shop .product-item .pi-pic ul li a {
    padding: 16px 12px 12px 11px;
}
.related-products .product-item .pi-pic ul li a {
    padding: 16px 12px 12px 11px;
}
}@media only screen and (max-width:991px) {
    .banner-section {
    padding: 80px 0 50px;
}
.single-banner {
    margin-bottom: 30px;
}
.women-banner {
    padding-right: 0;
    padding-left: 0;
}
.product-large {
    margin-left: 0;
    margin-right: 0;
}
.deal-of-week {
    margin-left: 0;
    margin-right: 0;
}
.product-slider .owl-nav button[type="button"] {
    display: none;
}
.man-banner {
    padding-right: 0;
    padding-left: 0;
}
.place-order {
    padding-top: 30px;
}
.blog-tags {
    padding-bottom: 40px;
}
.blog-details-inner .blog-post .prev-blog {
    margin-bottom: 40px;
}
.contact-form {
    padding-top: 40px;
}
.product-large.m-large {
    margin-top: 40px;
}
.hero-items .owl-nav button[type="button"] {
    left: 5px;
}
.hero-items .owl-nav button[type="button"].owl-next {
    right: 5px;
}
.product-shop.page-details .product-details {
    padding-top: 30px;
}
.inner-header .advanced-search .input-group button {
    right: -8px;
}
.deal-sec .col-lg-8{
    margin-bottom:15px;
}
}
@media only screen and (min-width:768px) and (max-width:991px) {
    .header-top .ht-right .login-panel {
    padding-left: 10px;
}
.header-top .ht-right .top-social {
    padding-right: 10px;
}
.header-top .ht-left .mail-service {
    padding-right: 10px;
}
.header-top .ht-left .phone-service {
    padding-left: 10px;
}
.header-top .ht-right .top-social a {
    margin-left: 10px;
}
.inner-header .advanced-search .category-btn {
    max-width: 40%;
    padding-right: 25px;
}
.inner-header .nav-right li {
    margin-left: 8px;
}
.nav-item .nav-depart .depart-btn {
    padding: 14px 40px 14px 18px;
}
.nav-item .nav-menu li a {
    padding: 16px 10px 15px;
}
.instagram-photo .insta-item .inside-text h5 {
    font-size: 14px;
}
.tab-item ul li a {
    padding: 18px 39px;
}
.hero-items .off-card {
    left: 62%}
.blog-details-inner .blog-post .prev-blog {
    padding-left: 30px;
}
.blog-details-inner .blog-post .next-blog {
    padding-right: 30px;
}
.blog-sidebar, .produts-sidebar-filter {
    padding-top: 50px;
}
.checkout-content input {
    margin-top: 50px;
}
}

@media only screen and (max-width:768px) {
    .instagram-photo .insta-item {
    width: 50%;
    height: 300px;
}
.slicknav_menu {
    display:block;
    padding-top: 5px;
}
.copyright-reserved .copyright-text {
    float: none;
    margin-bottom: 10px;
    text-align: center;
}
.copyright-reserved .payment-pic {
    float: none;
    text-align: center;
}
.header-top .ht-left, .header-top .top-social {
    /*display: none;*/
}
.slicknav_nav li.big-menu{
    display:none;
}
.nav-item .nav-menu li.mb-big{
    display:block;
}
.header-top .ht-right .login-panel {
    padding-top: 9px;
    padding-bottom: 7px;
}
.header-top .ht-right .lan-selector {
    margin-top: 5px;
    margin-bottom: 5px;
}
.inner-header .advanced-search .category-btn {
    display: none;
}
.inner-header .advanced-search .input-group {
    max-width: 100%}
.inner-header {
    padding: 0;
    padding-top:0px;
}
.inner-header .logo {
    text-align: center;
    padding-top: 45px;
}
.inner-header .nav-right {
    text-align: left;
}
.inner-header .nav-right li:first-child {
    margin-left: 0;
}
.nav-item .nav-depart .depart-btn {
    padding: 14px 50px 14px 18px;
}
.nav-item {
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;    
    padding-bottom:5px;
    padding-top: 2px !important;
}
.nav-item .nav-menu {
    display: none;
}
.nav-item .nav-depart {
    display: none;
}
.inner-header .nav-right li.cart-icon .cart-hover {
    top: 75px;
    position: fixed;
    right: 15px;
}
.product-show-option p {
    text-align: left;
}
.tab-item ul li a {
    padding: 18px 51px;
    margin-bottom: 10px;
}
.seprate {
    display: none !important;
}

.nav-item .menutop {
    padding-top: 2px;
    border-top: 1px solid #fff!important;
    }


.section-titlenew h2{   
font-family: "Myriad pro Semibold";
text-transform: uppercase;
padding-bottom: 5px;
    font-size: 22px!important;
    font-weight: 600;
    text-align: center;
    color: #FF7F27 !important;
    
}
.cart-table {
    overflow: auto;
}
.cart-table table tr th {
    font-size: 12px;
}
.hero-items .single-hero-items {
    /*padding: 110px 25px 80px 0px;*/
    /*height: auto !important;*/
     height: 66px!important;
      padding-top: 0px!important;
    /*background: center;*/
}
.hero-items .single-hero-items h1 {
    font-size: 40px;
}
.blog-details-inner .tag-share .details-tag ul li {
    margin-right: 10px;
}
.blog-details-inner .tag-share .blog-share .social-links a {
    margin-left: 15px;
}
.blog-details-inner .blog-detail-title p:before {
    left: -135px;
    width: 100px;
}
.blog-details-inner .blog-detail-title p:after {
    right: -135px;
    width: 100px;
}
.hero-items .off-card {
    display: none;
}
.ps-slider .owl-nav button[type="button"] {
    left: 0;
}
.ps-slider .owl-nav button[type="button"].owl-next {
    right: 0;
}
.blog-details-inner .blog-post .prev-blog {
    padding-left: 30px;
}
.blog-details-inner .blog-post .next-blog {
    padding-right: 30px;
}
.blog-details-inner .posted-by {
    padding: 40px 25px;
    text-align: center;
}
.blog-details-inner .posted-by .pb-pic {
    float: none;
    margin-bottom: 30px;
}
.blog-details-inner .posted-by .pb-text {
    padding-left: 0;
}
.blog-sidebar, .produts-sidebar-filter {
    padding-top: 50px;
}
.checkout-content input {
    margin-top: 50px;
}
}

@media only screen and (max-width:479px) {
    .instagram-photo .insta-item {
    width: 100%}
.inner-header .advanced-search .category-btn {
    display: none;
}
.inner-header .advanced-search .input-group {
    max-width: 100%}
.inner-header .nav-right li.cart-icon .cart-hover {
    width: 270px;
    padding: 20px;
}
.countdown-timer .cd-item {
    margin-right: 5px;
    padding: 10px 6px;
}
.product-show-option .select-option {
    display: inline-block;
}
.product-show-option .select-option .sorting.nice-select {
    margin-bottom: 10px;
}
.product-details .quantity .primary-btn.pd-cart {
    padding: 14px 20px 10px;
}
.tab-item ul li a {
    padding: 18px 30px;
    margin-bottom: 10px;
}
.specification-table table tr td.p-catagory {
    width: 160px;
}
.blog-details-inner .blog-post .next-blog .nb-pic i {
    display: none;
}
.blog-details-inner .blog-post .prev-blog .pb-pic i {
    display: none;
}
.blog-details-inner .tag-share .details-tag {
    float: none;
    margin-bottom: 10px;
}
.blog-details-inner .tag-share .blog-share {
    float: none;
}
.blog-details-inner .blog-detail-title p:before {
    left: -62px;
    width: 50px;
}
.blog-details-inner .blog-detail-title p:after {
    right: -62px;
    width: 50px;
}
.blog-details-inner .posted-by .pb-pic {
    float: none;
    margin-bottom: 15px;
}
.blog-details-inner .posted-by .pb-text {
    padding-left: 0;
    display: block;
}
.checkout-form .place-order .order-total {
    padding-left: 20px;
    padding-right: 20px;
}
.contact-widget .cw-item .ci-icon {
    float: none;
    margin-bottom: 5px;
}
.contact-widget .cw-item .ci-text {
    padding-left: 0;
}
.benefit-items .single-benefit {
    padding-left: 15px;
    padding-right: 15px;
}
}

/*////////new/////////*/
.section-titlenew h2{        
    text-transform: uppercase;
    padding-bottom: 0px;
    font-size: 30px!important;
    font-weight: 500;
    text-align: center;
    color: #000 !important;
    
}




.firstCard-root {
    border: 3px solid #4addbf;
    border-radius: 10px!important;
    height: 171px;
    min-width: auto!important;
    margin-bottom: 20px;
}

.firstCard-root2 {
    border: 3px solid #ffc36c;
    border-radius: 10px!important;
    height: 171px;
    min-width: auto!important;
    margin-bottom: 20px;
}

.firstCard-root3 {
    border: 3px solid #dc3545;
    border-radius: 10px!important;
    height: 171px;
    min-width: auto!important;
    margin-bottom: 20px;
}

.firstCard-root4 {
    border: 3px solid #0d6efd;
    border-radius: 10px!important;
    height: 171px;
    min-width: auto!important;
    margin-bottom: 20px;
}


.Home-card {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-direction: column!important;
    font-size: 24px;
    height: 100%;
    justify-content: center;
    width: 100%;
}

.feat12line{
    padding: 16px;
}
.feat12line:last-child {
    padding-bottom: 24px;
}
.Homecard-details:hover {
    box-shadow: 15px 16px 28px #ddd;
    transition: .8s;
}
.css-rfnosa {
    box-sizing: border-box;
    padding-bottom: 10px;
    flex-direction: row;
}
.Homecard-details {
    border-radius: 10px;
}

.feature_cardTitle {
    color: #707070!important;
    cursor: pointer!important;
    font-size: 20px!important;
    text-align: center;
    }



.feature-img {
    height: 110px;
    width: 150px;
    text-align: center;
}

.feature-img img {
    height: 80%;
    /*width: 100%;*/

}


.ccomplementry {
    padding: 10px 0!important;
    text-align: center;
    color: #6d6e88!important;
    font-size: 20px!important;
    font-weight: 400!important;
    line-height: 1.25;
}

/*/////kundali/////*/
.Complimentary-card .Complimentary-img{
    transition: all 2s;
    width: 150px;
    height: 150px;
    background: #fff;
    display: inline-block;
    padding: 20px;
    border-radius: 90px;
    border: 2px solid #F9A20B;
}
.Complimentary-img img{
    width: 100%;
    object-fit: scale-down;
    height: 100%;
}
.Complimentary-img:hover  {
    transform: rotateY(360deg);
}
.Complimentary-card{
    display: flex;
    flex-direction: column !important;
    align-items: center;
}
.Complimentary-details{
    /* width: 300px; */

}
.Complimentary-card .Complimentary-content2{
    text-align: center;
}
/*.Complimentary-button .ComplimentaryButton{
    padding: 24px 30px !important;
    width: 240px !important;
    height: 63px !important;*/
    /* font-family: 'Poppins'; */
   /* background-image: linear-gradient(to right, #F9BF10 , #F9A20B) !important;
    border-radius: 50px !important;
    margin-bottom: 15px !important;
    margin-top: 30px !important;
    font-size: 18px !important;
}*/
.Complimentary-details .MuiCard-root {
    border: none !important;
    /* background-color: #FFF9E9; */
}

.Complimentary-content1{
    color: #0B0D39 !important;
    font-weight: bold !important;
} 
.complimentary_text_align{
    padding-top: 10px !important;
}

.Complimentary-content1 {
    color: #0b0d39!important;
    font-size: 23px!important;
    font-weight: 600!important;
    text-align: center;
}

.Complimentary-content2 {
    color: #6d6e88!important;
    font-size: 15px!important;
}

/*.css-5kugo0 {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: 0px;
    border: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    font-weight: 500;
    line-height: 1.75;
    min-width: 64px;
    border-radius: 4px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    background-color: rgb(37, 33, 78);
    box-shadow: rgb(0 0 0 / 20%) 0px 3px 1px -2px, rgb(0 0 0 / 14%) 0px 2px 2px 0px, rgb(0 0 0 / 12%) 0px 1px 5px 0px;
    font-size: 1rem;
    font-family: Poppins;
    text-transform: none;
    padding: 6px 4px;
    flex-wrap: nowrap;
    color: white;
}
.css-5kugo0:hover {
    background-color: rgb(255, 197, 24) !important;
    transition: none 0s ease 0s !important;
}*/

.Complimentary-button .ComplimentaryButton {
    background-image: linear-gradient(90deg,#ccc,#fff)!important;
    line-height: 1;
    border-radius: 50px!important;
    border: 1px solid #999;
    font-size: 15px!important;
    height: 40px!important;
    margin-bottom: 1px!important;
    margin-top: 14px!important;
/*    padding: 24px 30px!important;*/
    width: 190px!important;
}

.Complimentary-button .ComplimentaryButton:hover {
    background-image: linear-gradient(90deg,#fe6a18,#f9a20b)!important;
    line-height: 1;
    border-radius: 50px!important;
    margin-bottom: 1px!important;
    margin-top: 14px!important;
/*    padding: 24px 30px!important;*/    
    color: #fff;
}


/*////////asto/////////*/

.services-bg {
    background-position: center;
    background-size: cover;
}

.pt-50 {
    padding-top: 30px;
}

/*//////////chart//////////*/
.lineEdit {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.aboutChart {
  /* display: flex;
  justify-content: space-evenly; */
  padding: 20px;
  text-align: center;
}

/* .alignChange {
  justify-content: space-evenly;
  display: flex;
} */
.aboutChart .alignChange {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

.lineEdit img {
  width: 65%;
  height: 68px;
}

.color_blue {
  border: 3px solid rgb(58, 148, 233);
}

.color_green {
  border: 3px solid #4caf50;
}

.color_orange {
  border: 3px solid #ffbe58;
}

.innerEdit {
  font-size: 30px !important;
  font-weight: 600 !important;
  height: 40px;
}

.first-grid {
  color: rgb(58, 148, 233) !important;
}

.second-grid {
  color: #4caf50 !important;
}

.third-grid {
  color: #ffbe58 !important;
}

.innerEdit2 {
  color: #6D6E88 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

.inner-border {
  width: 100%;
  top: 0;     
  left: 0;
  height: 100%;
  position: absolute;
  border-radius: 100%;
  animation-duration: 1500ms;
  animation: rotate-anim 3s infinite linear;
  animation-play-state: paused;
}

.card_design:hover .inner-border {
  animation-play-state: running;
}

.card_design:hover img {
  animation: icon-bounce 0.8s ease-out infinite;
}

.inner-border:before{
  top: -10px;
  left: 0;
  right: 0;
  content: "";
  width: 15px;
  height: 15px;
  margin: 0 auto;
  position: absolute;
  border-radius: 100%;
}
.inner-border:after {
  top: -10px;
  left: 0;
  right: 0;
  content: "";
  width: 15px;
  height: 15px;
  margin: 0 auto;
  position: absolute;
  border-radius: 100%;
}

.color_blue_dot:before,
.color_blue_dot:after {
  background: linear-gradient(90deg, #2196f3 0%, #03a9f4 100%);
}

.color_green_dot:before,
.color_green_dot:after {
  background: linear-gradient(90deg, #79c61e 0%, #4caf50 100%);
}

.color_orange_dot:before,
.color_orange_dot:after {
  background: linear-gradient(90deg, #ffbe58 0%, #e79a21 100%);
}

.inner-border:after {
  top: auto;
  bottom: -7px;
}

@keyframes rotate-anim {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes icon-bounce {

  0%,
  100%,
  20%,
  50%,
  80% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-10px);
  }

  60% {
    transform: translateY(-5px);
  }
}


/*////////how does//////*/
.w-title h2 {
    color: #190a32;
    font-weight: bold;
}
.section-title h2 {
    font-size: 28px;
    padding-bottom: 15px;
    margin-bottom: 0px;
    position: relative;
    line-height: inherit;
}
.mb-15 {
    margin-bottom: 15px;
}
.p-relative {
    position: relative;
}
.pb-100 {
    padding-bottom: 75px;
}
.pt-70 {
    padding-top: 70px;
}

.app-work-content {
    /* background: url(../img/bg/how-line.png) no-repeat; */
    background-position: 45px center;
}
.mt-20 {
    margin-top: 20px;
}


.app-work-content h4 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}

.app-work-content li {
    display: flex;
    margin-bottom: 40px;
}
.app-work-content li .text {
    padding: 10px 30px 0;
}

.app-work-content li .text p {
    margin-bottom: 0;
}

.app-work-content li:first-child, .app-work-content li:last-child {
    padding-left: 0;
}


/*/////////contact us//////*/
.mb-20 {
    margin-bottom: 20px;
}
.contact-field input {
    width: 100%;
    border: none;
    background: #fff;
    padding: 10px 20px;
    transition: .3s;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 3px 4px 15px #0000001a;
    border-radius: 10px;
}
button, input {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.mb-45 {
    margin-bottom: 45px;
}



.contact-field textarea {
    width: 100%;
    border: none;
    background: #fff;
    padding: 10px 20px;
    transition: .3s;
    height: 100px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 3px 4px 15px #0000001a;
    border-radius: 10px;
}
button:focus, input:focus, input:focus, textarea, textarea:focus {
    outline: none;
    box-shadow: none;
}

/*.btn {
    -moz-user-select: none;
    background: transparent linear-gradient(90deg, #F9BF10 0%, #F9A20B 100%) 0% 0% no-repeat padding-box !important;
    box-shadow: 3px 4px 25px #FF2B2B;
    border: none;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 15px 35px;
    text-align: center;
    text-transform: unset;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
}

.btn:hover {
    color: #fff;
}*/

/*/////////////promise/////*/
@media (min-width: 1200px)
{
    .css-15rx9ur {
        flex-basis: 100%;
        -webkit-box-flex: 0;
        flex-grow: 0;
        max-width: 100%;
    }
    .css-1ev0h6w {
        flex-basis: 16.6667%;
        -webkit-box-flex: 0;
        flex-grow: 0;
        max-width: 16.6667%;
    }
}

.home, .promise-icons {
    align-items: center;
    color: #f8bd22;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
}

.promise-icons {
    font-size: 22px;
    margin: 20px;
}
.css-15rx9ur {
    box-sizing: border-box;
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    margin: 0px;
    flex-basis: 100%;
    -webkit-box-flex: 0;
    flex-grow: 0;
    max-width: 100%;
    padding-bottom: 40px;
}
.css-1ev0h6w {
    box-sizing: border-box;
    flex-direction: row;
    /*flex-basis: 100%;*/
    -webkit-box-flex: 0;
    flex-grow: 0;
    max-width: 100%;
}



/*.Promise-MediaCard:first-child {
    text-align: center;
}*/


.Promise-MediaCard {
    border-right: 1px dotted #ddd9d9;
    height: 170px;
    /*padding-left: 16px; */ 
    padding-right: 25px;  
    text-align: center;
}

.MediaCard {
    height: 100px;
}



.css-1sefq3s {
    margin: 0px;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25;
}

.css-1vfek3a {
    margin: 0px;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    color: rgb(37, 33, 78);
}

.Media-text {
    padding-top: 10px;
}

.borderClass {
    border: 0!important;
}



@media (min-width:540px) {
       .Promise-MediaCard {
    border-right: 0px !important;
}
}
@media (min-width:768px) {
        .Promise-MediaCard {
    border-right: 0px !important;
}
}

  

