@charset "UTF-8";
.login-form {
    margin-top: 110px;
}
form[role=login] {
    color: #ffffff;
    background: #009efb;
    padding: 35px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
form[role=login] img {
    display: block;
    margin: 0 auto;
    margin-bottom: 35px;
}
form[role=login] input,
form[role=login] button {
    font-size: 18px;
    margin: 16px 0;
}
form[role=login] > div {
    text-align: center;
}
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    /*background-color: #3f5857!important;*/
}
.form-group.required label:after {
  content:"*";color:red;
}
.login_tp {
    /*background-image: url(../img/login_background.jpg);*/
    /*background-attachment: fixed;*/
    /*background-position: center center;*/
    /*background-size: cover;*/
    /*height: 636px;*/
    background: #fff;
}
.login_text {
    margin-top: 390px;
    color: #009efb;
    padding: 0 80px;
}
.login_text h3 {
    font-size: 25px;
    font-weight: 600;
}
.log_title h2 {
    margin: 0 0 30px 0;
}
.login-form a,.loginl a {
    color: #dedede;
}
.tit_content {
    font-size: 15px;
}
.login-form .btn-primary {
    color: #fff;
    background-color: rgba(30, 202, 82, 0.65);
    border-color: rgba(0, 0, 0, 0);
}
.login-form .btn-primary.active,
.login-form .btn-primary:active,
.login-form .btn-primary:hover,
.login-form .open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: rgba(28, 224, 87, 0.8);
    border-color: rgba(0, 0, 0, 0);
}
.reset-form .btn-primary {
    color: #fff;
    background-color: rgba(30, 202, 82, 0.65);
    border-color: rgba(0, 0, 0, 0);
}
.reset-form .btn-primary.active,
.reset-form .btn-primary:active,
.reset-form .btn-primary:hover,
.reset-form .open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: rgba(28, 224, 87, 0.8);
    border-color: rgba(0, 0, 0, 0);
}
.reset-form {
    margin-top: 200px;
}
.reset-form label {
    color: #d8d8d8;
}
.reset-form .panel-default {
    border-color: rgba(0, 0, 0, 0);
}
div#add:hover {
    cursor: pointer;
}
.reset-form .panel {
    margin-bottom: 22px;
    background-color: rgb(0, 158, 251);
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.reset-form .panel-default>.panel-heading {
    color: #ffffff;
    background-color: #009efb;
    border-bottom: 1px solid;
    padding: 15px;
}
.login_tp .alert {
    padding: 15px;
    margin-bottom: 22px;
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
}
@media (max-width: 992px){
.login_text {
    margin-top: 50px;
    color: #fff;
    padding: 0 20px;
}
.login-form,.reset-form {
    margin-top: 30px;
    margin-bottom: 30px;
}
}   

.logo img {
    height: 60px;
}
.card-product {
    max-width: 200px;
    height: 100%;
    padding: 12px;
    border: 0;
    transition: all .3s linear;
}
.hidden{
    display: none;
}
.dropdown-menu.dropdown-menu-right.show small a {
    padding: 10px;
    background: #eeeeee;
}
.h-100 {
    height: 100%!important;
}
.card {
    position: relative;
    display: flex;
    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-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}
.card-product .card-body {
    padding: 10px;
    text-align: center;
}
.list-group-item:first-child {
    border-top-left-radius: 0px!important;
    border-top-right-radius: 0px!important;
}
ul.dropdown-menu.main-category.show {
    margin-top: 0!important;
}
section.main-bg {
    position: relative;
}
.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}
.card-product .card-body .card-title {
    color: #333;
}
.card-title {
    margin-bottom: .75rem;
}
.old-price {
    text-decoration: line-through;
    color: red;
}
.d-none {
    display: none!important;
}
.small, small {
    font-size: 80%;
    font-weight: 400;
}
.real-price {
    font-weight: 700;
}
.main-category .list-group {
    border-right: 0;
}
.h-100 {
    height: 100%!important;
}
.main-category .list-group .list-group-item .list-group-item-action {
    padding: 10px 1rem;
    display: block;
}
.border-0 {
    border: 0!important;
}
.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}
a, a:hover {
    text-decoration: none;
}
.list-group-item:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-top: 0!important;
}
.p-0 {
    padding: 0 !important;
    /*border-left: 0!important;*/
}
.img-thumbnail{
    max-width: 50px!important;
}
a:hover {
    color: #3e23bf;
    text-decoration: none!important;
}

.image-source-link {
    color: #98C3D1;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.3s ease-out; 
    -moz-transition: all 0.3s ease-out; 
    -o-transition: all 0.3s ease-out; 
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
        opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
        opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}
.mfp-title {
    display: none;
}
.navbar-light.navbar-expand-md .navbar-nav .categories-dropdown {
    width: 261px!important;
    /*background: #3e3e3e!important;*/
}
.navbar-light.navbar-expand-md .navbar-nav .categories-dropdown > a.nav-link {
    padding-left: 0rem!important;
}
ul.topbar-cart {
    list-style: none;
    text-align: right;
}
li.nav-item {
    display: inline-block;
}
.section-title {
    color: #000000;
    font-size: 18px;
    text-transform: uppercase;
}
.col-md-10.main-img {
    text-align: center;
    margin-bottom: 15px;
}
.dropdown-menu.show {
    /*width: 100%;*/
    padding: 0;
    border: 0;
}
.main-category a.dropdown-item {
    padding: 15px;
    /*color: #fff;*/
}
nav.navbar.navbar-light.bg-white {
    padding: 0!important;
}
.btn-primary {
    color: #fff;
    background-color: #35b8eb!important;
    border: none!important;
}
/*.list-group-item {
    background-color: #3e3e3e!important;
    border-color: #3e3e3e!important;
}*/
ul.dropdown-menu.sec {
    /*background: #3e3e3e;*/
}
.main-category a:hover {
    /*color: #fff;*/
    /*background: #000;*/
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #f8f9fa;
  overflow-x: hidden;
  transition: 0.5s;
  /*padding-top: 60px;*/
  z-index: 99;
}

.sidenav a {
    padding: 8px;
    text-decoration: none;
    color: #000;
    display: block;
    transition: 0.3s;
}

.sidenav li a:hover {
    color: #000;
    background: #f0f0f0;
}
.sidenav .dropdown-menu {
    background-color: #f0f0f0;
    border: none;
}
ul.dropdown-menu.main-category {
    visibility: hidden;
}
.categories-dropdown:hover ul.dropdown-menu.main-category, .main.dropdown-menu.main-category {
    visibility: visible;
}
.sidenav .closebtn {
  position: absolute;
    top: 3px;
    right: 5px;
    font-size: 30px;
    color: #3e3e3e;
}

/*.sidenav .closebtn {
    position: absolute;
    top: -8px;
    right: 5px;
    font-size: 25px;
}*/

div#mySidenav ul li a {
    padding: 12px;
}
.mb-btn {
    font-size: 25px;
    cursor: pointer;
    position: absolute;
    bottom: 25px;
    left: 15px;
}
.ts-contact-info {
    height: 145px;
}
.box-border {
    border: 1px solid #eaeaea;
    padding: 20px 30px;
}
.slider {
    max-height: 24rem;
    /*height: 23.8rem;*/
    color: #333;
    background: #f4f4f4;
    overflow: hidden;
}
.mb-c {
    overflow: hidden;
}
.slick-slide img {
    width: 100%!important;
}
div#add {
    color: #6950df;
}
.text-xs-right {
    text-align: right;
}
/*dot*/
.slick-dots {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.slick-dots {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}
.slick-dots li {
  margin: 0 0.25rem;
}
ul.slick-dots li button:hover {
    cursor: pointer;
}
.f-list li {
    padding: 5px 0;
}
.slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #dee2e6;
  text-indent: -9999px;
}
.slick-dots li.slick-active button {
  background-color: #c35457;
}
footer h5 {
    text-transform: uppercase;
}

/*suggestion*/
.ui-state-active h4,
.ui-state-active h4:visited {
    color: #26004d ;
}

.ui-menu-item{
    height: 65px;
    border: 1px solid #ececf9;
}
.ui-widget-content .ui-state-active {
    background-color: white !important;
    border: none !important;
}
.list_item_container {
    float: left;
}
.ui-widget-content .ui-state-active .list_item_container {
    background-color: #f5f5f5;
    width: 100%;
}
.image {
    width: 15%;
    float: left;
    margin-left: 10px;
}
.image img{
    /*width: 60px;*/
    /*height : 60px;*/
    padding: 10px;
}
.ui-menu-item .label {
    background: none;
    margin-top: 12px;
    text-align: left;
    font-size: 9px!important;
}
.label{
    /*width: 85%;*/
    float:left;
    white-space: nowrap;
    overflow: hidden;
    color: #931b1e!important;
    text-align: left;
}
.label h4 {
    font-size: 14px;
}
input:focus{
    background-color: #f5f5f5;
}
/*ul#ui-id-1 {
    left: 104.5px!important;
}*/
.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 0!important;
    width: 100%;
}
ul#mycontainer {
    top: 50px;
    width: 97.5%;
    margin-left: 15px;
}
.ui-widget.ui-widget-content {
     border: none!important;
}
.slick-slide img{
    width: 150px!important;
}
ul.dropdown-menu.main-category {
    width: 100%!important;
}
header.container.mt-1 {
    position: relative;
}
.dropdown-icon::after {
    position: absolute;
    right: 10px;
    top: 23px;
}
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}
.dropdown-icon::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.dropdown-icon::after {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 1ex;
    background-origin: content-box;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICBpZD0ic3ZnMiIKICAgdmlld0JveD0iMCAwIDM1Ljk3MDk4MyAyMy4wOTE1MTgiCiAgIGhlaWdodD0iNi41MTY5Mzk2bW0iCiAgIHdpZHRoPSIxMC4xNTE4MTFtbSI+CiAgPGRlZnMKICAgICBpZD0iZGVmczQiIC8+CiAgPG1ldGFkYXRhCiAgICAgaWQ9Im1ldGFkYXRhNyI+CiAgICA8cmRmOlJERj4KICAgICAgPGNjOldvcmsKICAgICAgICAgcmRmOmFib3V0PSIiPgogICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2Uvc3ZnK3htbDwvZGM6Zm9ybWF0PgogICAgICAgIDxkYzp0eXBlCiAgICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIgLz4KICAgICAgICA8ZGM6dGl0bGU+PC9kYzp0aXRsZT4KICAgICAgPC9jYzpXb3JrPgogICAgPC9yZGY6UkRGPgogIDwvbWV0YWRhdGE+CiAgPGcKICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjAyLjAxNDUxLC00MDcuMTIyMjUpIgogICAgIGlkPSJsYXllcjEiPgogICAgPHRleHQKICAgICAgIGlkPSJ0ZXh0MzMzNiIKICAgICAgIHk9IjYyOS41MDUwNyIKICAgICAgIHg9IjI5MS40Mjg1NiIKICAgICAgIHN0eWxlPSJmb250LXN0eWxlOm5vcm1hbDtmb250LXdlaWdodDpub3JtYWw7Zm9udC1zaXplOjQwcHg7bGluZS1oZWlnaHQ6MTI1JTtmb250LWZhbWlseTpzYW5zLXNlcmlmO2xldHRlci1zcGFjaW5nOjBweDt3b3JkLXNwYWNpbmc6MHB4O2ZpbGw6IzAwMDAwMDtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZTtzdHJva2Utd2lkdGg6MXB4O3N0cm9rZS1saW5lY2FwOmJ1dHQ7c3Ryb2tlLWxpbmVqb2luOm1pdGVyO3N0cm9rZS1vcGFjaXR5OjEiCiAgICAgICB4bWw6c3BhY2U9InByZXNlcnZlIj48dHNwYW4KICAgICAgICAgeT0iNjI5LjUwNTA3IgogICAgICAgICB4PSIyOTEuNDI4NTYiCiAgICAgICAgIGlkPSJ0c3BhbjMzMzgiPjwvdHNwYW4+PC90ZXh0PgogICAgPGcKICAgICAgIGlkPSJ0ZXh0MzM0MCIKICAgICAgIHN0eWxlPSJmb250LXN0eWxlOm5vcm1hbDtmb250LXZhcmlhbnQ6bm9ybWFsO2ZvbnQtd2VpZ2h0Om5vcm1hbDtmb250LXN0cmV0Y2g6bm9ybWFsO2ZvbnQtc2l6ZTo0MHB4O2xpbmUtaGVpZ2h0OjEyNSU7Zm9udC1mYW1pbHk6Rm9udEF3ZXNvbWU7LWlua3NjYXBlLWZvbnQtc3BlY2lmaWNhdGlvbjpGb250QXdlc29tZTtsZXR0ZXItc3BhY2luZzowcHg7d29yZC1zcGFjaW5nOjBweDtmaWxsOiMwMDAwMDA7ZmlsbC1vcGFjaXR5OjE7c3Ryb2tlOm5vbmU7c3Ryb2tlLXdpZHRoOjFweDtzdHJva2UtbGluZWNhcDpidXR0O3N0cm9rZS1saW5lam9pbjptaXRlcjtzdHJva2Utb3BhY2l0eToxIj4KICAgICAgPHBhdGgKICAgICAgICAgaWQ9InBhdGgzMzQ1IgogICAgICAgICBzdHlsZT0iZmlsbDojMzMzMzMzO2ZpbGwtb3BhY2l0eToxIgogICAgICAgICBkPSJtIDIzNy41NjY5Niw0MTMuMjU1MDcgYyAwLjU1ODA0LC0wLjU1ODA0IDAuNTU4MDQsLTEuNDczMjIgMCwtMi4wMzEyNSBsIC0zLjcwNTM1LC0zLjY4MzA0IGMgLTAuNTU4MDQsLTAuNTU4MDQgLTEuNDUwOSwtMC41NTgwNCAtMi4wMDg5MywwIEwgMjIwLDQxOS4zOTM0NiAyMDguMTQ3MzIsNDA3LjU0MDc4IGMgLTAuNTU4MDMsLTAuNTU4MDQgLTEuNDUwODksLTAuNTU4MDQgLTIuMDA4OTMsMCBsIC0zLjcwNTM1LDMuNjgzMDQgYyAtMC41NTgwNCwwLjU1ODAzIC0wLjU1ODA0LDEuNDczMjEgMCwyLjAzMTI1IGwgMTYuNTYyNSwxNi41NDAxNyBjIDAuNTU4MDMsMC41NTgwNCAxLjQ1MDg5LDAuNTU4MDQgMi4wMDg5MiwwIGwgMTYuNTYyNSwtMTYuNTQwMTcgeiIgLz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPgo=");
    width: 8px !important;
    height: 8px !important;
    border: none !important;
    vertical-align: 0em !important;
    /*background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAG0lEQVR42mNgwAfKy8v/48I4FeA0AacVDFQBAP9wJkE/KhUMAAAAAElFTkSuQmCC") no-repeat scroll 0 0 transparent;*/
    /*background-image: url(/shop/img/down.png);*/
}
.featured-row {
    padding: 30px 0;
}
.featured-row .section-title {
    /*color: #fff;*/
}
.news-row {
    padding: 30px 0;
}
.news-row h2.section-title {
    color: #3e3e3e;
    font-size: 21px;
}
#mini-cart i,p.price,a#add {
    color: #35b8eb;
}
.thickline {
    border-bottom: 2px solid #6950df!important;
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
}
.breadcrumb a {
    color: #35b8eb!important;
    font-weight: bold;
}
.address {
    color: #ccc;
}
.info ul li,.cs ul li{
    padding: 5px 0;
}
.btn-more {
    color: #6950df;
}
.mb-cate {
    padding-left: 20px;
    font-size: 20px;
    color: #fff;
    padding-bottom: 10px;
}


.owner {
    padding: 0 10px;
    background: #fbfbfb;
    border-radius: 5px;
    margin-top: 15px;
}
.shop-logo img {
    border-radius: 50px!important;
    width: 75px;
    height: 75px;
}

.sidebar {
    background: #F4F4F4;
    margin-top: 15px;
    margin-bottom: 15px;
}
.detail .logo {
    position: relative;
    text-align: center;
    background: #fff;
    padding: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #f4f4f4
}
.detail .logo img {
    display: inline!important;
    text-align: center;
    /*border-radius: 50%;*/
    /*width: 100%;*/
    margin-top: 0;
    padding: 0;
    margin-bottom: 0;
    background: #fff;
    /*width: 100px;*/
    height: auto;
}
.sb-item, .sb-item span i {
    color: #3e3e3e;
}
.detail .box {
    font-size: 15px;
    line-height: 40px;
    letter-spacing: .2px;
    padding: 15px;
}
.box .address {
    color: #3e3e3e;
}
.product-list {
    width: 100%;
}
.page-link {
    color: #6950df!important;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #6950df!important;
    border-color: #6950df!important;
    color: #fff!important;
}
hr {
    margin-top: 0.5rem!important;
    margin-bottom: 0.5rem!important;
}
.sb-item a {
    color: #3e3e3e;
}
.sb-item.title {
    font-weight: bold;
        text-transform: uppercase;

}

/*responsive*/
@media(max-width: 1200px){
.slider {
    min-height: auto!important;
}
}

@media(min-width: 992px){
.mb-btn {
    display: none;
}

}

@media(max-width: 992px){
ul.topbar-info {
    display: none;
}
.slider {
    min-height: auto!important;
}
nav.navbar.navbar-light {
    display: none;
}
.mb-h {
    display: none;
}
.mb-c {
    max-width: 100%!important;
}
}
@media(max-width: 768px){
footer .col-md-6 {
    text-align: center!important;
}
.cs {
    display: none;
}
ul.navbar-nav {
    position: relative;
}
}


.t-btn {
    font-size: 25px;
    cursor: pointer;
    padding: 0px 10px;
    position: absolute;
    top: 10px;
    right: 0;
}
.head-bar {
    position: relative;
}

@media (max-width: 992px) and (min-width: 768px){
.t-btn {
    font-size: 25px;
    cursor: pointer;
    margin: 0;
    position: absolute;
    top: 0;
    color: #fff;
}
.head-bar {
    position: unset;
}
}
@media (max-width: 767px){
.t-btn {
    font-size: 25px;
    cursor: pointer;
    position: absolute;
    margin: 0;
    left: 5px;
    top: 5px;
    z-index: 9;
    color: #fff;
    right: auto;
}
ul.navbar-nav {
    position: relative;
}
.search {
    margin: 15px 0;
}
.head-bar .row {
    position: relative;
}
.head-bar .cart {
    position: absolute;
    right: 0;
    top: 15px;
    width: auto;
}
}


@media(max-width: 567px){

.mt-3.mr-2.ml-3 {
    min-width: 95%!important;
    margin: 10px!important;
}
.card-img-top {
    width: 100%;
    border-top-left-radius: calc(3px - 1px);
    border-top-right-radius: calc(3px - 1px);
    height: auto!important;
}
.m-logo {
    text-align: center;
    margin-bottom: 15px;
}
.d-flex.flex-nowrap.align-items-center {
    margin-bottom: 15px;
}
.card-product {
    max-width: 100%!important;
    padding-bottom: 10px!important;
}
.card-footer {
    position: relative!important;
    text-align: center;
}
.card-footer {
    padding: 0.75rem 0.5rem!important;
}
div#cart-box a {
    font-size: 12px;
}
div#mini-cart {
    text-align: center;
}
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

@media only screen and (max-width: 480px) {
  #toast-container{
     /*position: absolute;*/
     /*width: 100%;*/
   }
   .toast-top-center,.toast-bottom-center,.toast-top-right{
    left:50%;
    margin-left: -180px;
   }
   /*.toast-top-full-width,.toast-bottom-full-width,.toast-bottom-full-width{*/
   /* width: 100%!important;*/
   /*}*/
   #toast-container>div{
      width: 26em!important;
  }
}


/*cate menu*/
.navbar-nav li:hover > ul.dropdown-menu.sec,.navbar-nav li:hover > ul.dropdown-menu.third {
    display: block;
    padding: 0;
    margin-top: 0;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top:-6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 



/*product*/
.product-body {
    /*margin-bottom: 15px;*/
}
.p-box {
    margin-bottom: 15px;
}
.p-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 150px;
}
.w-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20% !important;
    flex: 0 0 20% !important;
    max-width: 20%;
    padding: 0 15px 15px 15px;
}
.card-btn {
    background: #f7f7f7;
    text-align: center;
    /*width: 20%;
    display: inline-block;
    float: right;*/
}
#add:hover {
    background: #35b9ec;
    transition: all .3s;
}
body .add-cart-success,body .error-alert {
    position: fixed;
    z-index: 10004;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
    -moz-animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
    animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
    padding: 18px 40px 18px 75px;
    color: #fff;
    border-radius: 0;
    min-height: 60px;
    box-sizing: border-box;
    border: none;
    font-weight: 600;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 20%);
    transition: 1s all cubic-bezier(1, -0.01, 0, 0.99);
}
.add-cart-success {
    background-color: #4caf50!important;
}
.error-alert {
    background-color: #ffbc34!important;
}
#add {
    padding: 10px;
    cursor: pointer;
    /*background: #35b8eb!important;*/
    text-align: center;
    color: #fff;
    border-radius: 5px;
    transition: all .3s;
    width: 100%!important;
    display: block;
}
#add i {
    font-size: 25px;
    color: #fff;
}
.box-title {
    border: medium none;
    width: auto;
    margin: 0 0 20px 0;
    padding: 0 0 5px 0;
    color: black;
    position: relative;
    text-align: left;
    text-transform: capitalize;
    letter-spacing: 0.2px;
    border-bottom: 1px solid #e6e6e6;
}

.p-title {
    padding: 5px;
}
.p-title .card-title {
    color: #212529;
    font-size: 14px;
}
.box2 {
    font-size: 15px;
    line-height: 40px;
    letter-spacing: .2px;
    padding: 0px 15px;
}

#czservicecmsblock .service_container .service-area .service-fourth.service1:hover .icon1 {
    background-position: center -113px;
}
#czservicecmsblock .service_container .service-area .service-fourth:hover .service-icon {
    -webkit-animation-name: hvr-icon-push;
    animation-name: hvr-icon-push;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.product-body {
    transition: all .3s;
    padding: 5px;
    border-radius: 5px;
}

.product-body:hover {
    box-shadow: 1px 1px 10px 2px #f3f3f3;
    transition: all .3s;
}

@media(max-width: 992px){
.w-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3% !important;
    flex: 0 0 33.3% !important;
    max-width: 33.3%;
    padding: 15px;
}  
}
@media(max-width: 768px){
.w-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50%;
    padding: 15px;
}  
}
@media(max-width: 567px){
.p-box {
    width: 50%!important;
}  
}
.p-box .card{
    border: none!important;
    position: relative;
}
.p-image {
    width: 220px;
    height: 200px;
    overflow: hidden;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 5px;
    position: relative;
    margin: 0px auto;
}
.p-image img {
    /*top: 50%;*/
    /*position: relative;*/
    /*transform: translateY(-50%);*/
    width: 100%;
}
.banner2 {
    position: relative;
    display: flex;
}
.b2 {
    width: 340px;
    height: 340px;
    overflow: hidden;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 5px;
    position: relative;
    margin: 0px auto;
}

@media(max-width: 567px){
.p-image {
    width: 100%;
    /*height: auto;*/
    overflow: hidden;
    display: inline-block;
}
.p-image img {
    top: 0px;
    position: relative;
    transform: translateY(0%);
    width: 100%;
}
}


.block-infos {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 0 20px;
    margin-top: 10px;
}
.block-infos li:first-child {
    border-top: none;
}
.block-infos li {
    display: inline-block;
    width: 24.5%;
}
.block-infos li .inner i {
    font-size: 30px;
    padding-top: 8px;
    color: #6950df;
    width: 35px;
    height: 35px;
    margin-bottom: 6px;
    text-align: center;
}
.info-cont p {
    margin: 0;
}
.block-infos li .inner {
    text-align: center;
    padding: 3px 0 12px 0!important;
}

.banners1 > div a {
    display: inline-block;
    position: relative;
    overflow: hidden;
    background: #00000082;
    vertical-align: top;
    /* width: 100%; */
    border-radius: 10px;
}
.banners1 .b1 {
    margin-bottom: 10px;
}
.banners1 .row {
    margin: 0 -5px;
}
.banners > div a:hover img {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.banners > div img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s;
    transition: opacity 0.35s ease 0s;
    width: 100%;
    border-radius: 10px;
}
.banners > div a:before {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
}
.banners > div a:before, .banners > div a:after {
    bottom: 20px;
    content: "";
    left: 20px;
    opacity: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    z-index: 1;
}
.banners > div a:after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
}
.banners > div a:hover:before, .banners > div a:hover:after {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

@media (max-width: 767px) and (min-width: 320px){
.block-infos li {
    width: 50% !important;
    float: left;
}
}
@media(max-width: 1200px) and (min-width: 992px){
.navbar-light.navbar-expand-md .navbar-nav .categories-dropdown {
    width: 225px!important;
}
.banners1 .b1 {
    margin-bottom: 6px;
}
}
@media(max-width: 992px) and (min-width: 768px){
.logo img {
    height: auto;
    width: 50%;
}
.banners1 .b1 {
    margin-bottom: 3px;
}
.hidden-mobile {
    display:none!important;
}
}
@media(max-width: 768px){
.main-logo {
    text-align: center;
    padding-bottom: 5px;
}
.register_block {
    margin: 0 15px;
}
.banners1 .b1 {
    margin-bottom: 3px;
}
.hidden-mobile {
    display: none!important;
}
.c-fill div {
    flex: 1 1 auto;
    text-align: left!important;
}
li.p-0 {
    position: relative;
}
.bt {
    display: none;
}
}

.register_block {
    background: #fbfbfb;
    border-radius: 5px;
}
fieldset.f-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}
legend.f-border {
    font-size: 1em !important;
    /*font-weight: bold !important;*/
    text-align: left !important;
    width:auto;
    padding:0 10px;
    border-bottom:none;
}
.f-border .input-label {
    color: #7d7d7d;
}


#czservicecmsblock {
    clear: both;
    margin: 0px;
    padding: 0;
    width: 100%;
}
#czservicecmsblock .service_container {
    color: #FFF;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px auto;
}
#czservicecmsblock .service_container .service-area {
    padding: 42px 0 42px;
    width: 100%;
    display: flex;
}
#czservicecmsblock .service_container .service-area .service-fourth.service1 {
    padding-left: 0;
}
#czservicecmsblock .service_container .service-area .service-fourth {
    /*float: left;*/
    width: 25%;
    line-height: 20px;
    color: #333333;
    /*padding: 0px 50px;*/
    position: relative;
}
#czservicecmsblock .service_container .service-area .service-fourth.service1 .icon1 {
    background-position: center 6px;
}
#czservicecmsblock .service_container .service-area .service-fourth .service-icon {
    position: relative;
    /*background: url(../image/codezeel/service-icon.png) no-repeat scroll;*/
    float: left;
    margin-top: 0px;
    height: 50px;
    width: 50px;
}
#czservicecmsblock .service_container .service-area .service-fourth .service-content {
    margin-left: 35px;
    text-align: left;
}
#czservicecmsblock .service_container .service-area .service-fourth .service-content .service-heading {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}
#czservicecmsblock .service_container .service-area .service-fourth .service-content .service-description {
    font-weight: 400;
    color: #888888;
    margin-top: 0;
}
#czservicecmsblock .service_container .service-area .service-fourth:after {
    content: "";
    position: absolute;
    border-right: 1px solid #eeeeee;
    height: 40px;
    top: 0;
    right: 15px;
}

#czservicecmsblock .service_container .service-area .service-fourth.service4:after {
    content: "";
    position: absolute;
    border-right: 1px solid transparent;
    height: 40px;
    top: 0;
    right: 15px;
}

.service-icon i {
    font-size: 30px;
    margin-top: 10px;
    color: #35b9ec;

}
.simage {
    /*width: 15%;*/
    float: left;
    margin-left: 10px;
}
.simage img {
    width: 60px;
    height: 60px;
    padding: 10px;
}

@media(min-width: 1200px){
.slider {
    height: 23.8rem;
}
}

@media(max-width: 768px){
/*#czservicecmsblock .service_container .service-area .service-fourth {*/
/*    float: left;*/
/*    width: 50%;*/
/*    line-height: 20px;*/
/*    color: #333333;*/
    /*padding: 0px 50px;*/
/*    position: relative;*/
/*}*/
#czservicecmsblock .service_container .service-area .service-fourth.service1, #czservicecmsblock .service_container .service-area .service-fourth.service2 {
    margin-bottom: 20px;
}
#czservicecmsblock .service_container .service-area .service-fourth:after {
    border: 0;
}
#czservicecmsblock .service_container .service-area .service-fourth {
    text-align: center;
    padding: 0;
}
#czservicecmsblock .service_container .service-area .service-fourth .service-icon {
    float: none;
    display: inline-block;
}
#czservicecmsblock .service_container .service-area .service-fourth.service1 .icon1 {
    background-position: center 6px;
}
#czservicecmsblock .service_container .service-area .service-fourth .service-content {
    margin-left: 0px;
    text-align: center;
}
}


 .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}

.swiper-pagination-bullet-active {
  color: #fff;
  background: #007aff;
}
.swiper-slide img {
    width: 100%!important;
}
.top-nav {
    width: 100%;
    background: #fafafa;
    border-bottom: solid 1px rgba(0,0,0,0.05);
    z-index: 2;
}
ul.topbar-info, .topbar-cart {
    margin: 0!important;
    line-height: 25px;
}
.main-category a.dropdown-item {
    padding: 12.9px;
}

/*add gmm*/
body{
    /*overflow-x: hidden;*/
}
.bg-gray {
    background: #555555;
}
.search, .cart {
    margin: auto;
}
/*.b_img {*/
/*    display: inline-block;*/
/*    width: 30%;*/
/*}*/
/*section#shop-slider {*/
/*    overflow: hidden;*/
/*    margin: 10px 0;*/
/*}*/
/*.shop_slider {*/
/*    animation: scroll 15s linear infinite;*/
/*    animation-delay: 1.25s;*/
/*    white-space: nowrap;*/
/*}*/
/*@keyframes scroll {*/
  /*to {
    transform: translateX(-100%);
  }*/

/*  0% {*/
/*    transform: translateX(0);*/
/*}*/

/*100% {*/
/*    transform: translateX(-50%);*/
/*}*/

/*}*/
/*.shop_slider:hover {*/
/*  animation-play-state: paused;*/
/*}*/



.mf-image-box.style-1 {
    display: flex;
    align-items: flex-start;
}
.mf-image-box {
    border: 1px solid #e6e4e4;
    box-shadow: 0px 2px 8px 0px #d8d8d8;
    background: #f7f7f7;
    transition: .5s;
    height: 160px;
}
.mf-image-box.style-1 .thumbnail {
    width: 30%;
    display: block;
}
.mf-image-box .thumbnail img {
    height: auto;
    width: 70%;
    margin: auto;
    margin-top: 35px;
    display: inherit;
    margin-bottom: 25px;
}
.mf-image-box.style-1 .image-content {
    padding: 18px 10px 15px;
    width: 70%;
}
.mf-image-box .box-title a {
    color: #000;
}
.mf-image-box.style-1 .image-content .box-title {
    font-size: 15px;
    color: #000;
    line-height: 1;
    font-weight: 400;
    margin: 0;
}
.mf-image-box .image-content ul {
    margin: 10px 0 0;
    padding: 0;
}
.mf-image-box .image-content ul li {
    list-style: none;
    margin-bottom: 7px;
    display: block;
    line-height: 1;
}
.mf-image-box .image-content ul li a {
    color: #666;
    border-bottom: 1px solid transparent;
    text-transform: lowercase;
}

.mf-image-box .image-content ul li a:hover {
    color: #35b4e5;
}
.product-details .price {
    color: #ff0000!important;
}
.tabs-header {
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 30px;
}
.tabs-header h2 {
    line-height: 1;
    margin: 0;
    font-size: 20px;
    font-weight: 500;
}
.tabs-header h2 a {
    color: #000;
}
.tabs-header .tabs-header-nav {
    display: flex;
    align-items: center;
}
.tabs-header .tabs-nav {
    margin: 0 -15px;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    border: none;
}
.nav-tabs .nav-item > .nav-link.active::after{
    display: none;
}
.tabs-header .tabs-nav li {
    padding: 0 0px;
    margin-bottom: 0;
    border: none;
    margin-right: 15px;
}
 .tabs-header .tabs-nav li a.active {
    color: #35b9ec;
    border: none;
}
.tabs-header .tabs-nav li a {
    padding: 10px 0;
    font-size: 14px!important;
}
.col-w-5 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 5px;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgb(255 255 255);
    border-radius: 3px;
    border: none!important;
    box-shadow: 0px 0px 6px 0px #eaeaea;
}
.t-nav a {
    text-transform: uppercase;
    font-size: 15px;
    color: #000;
}


.menu-bar {
    position: absolute;
    top: 20px;    
    left: 50%;
    height: 14px;
    margin-left: -10px;
}

.bars {
    display: block;
    width: 20px;
    height: 3px;    
    background-color: #333;
    box-shadow: 0 5px 0 #333, 0 10px 0 #333;
}
.menu {
    display: none; 
    width: 100%;
    padding: 30px 10px 50px;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
}
.menu ul {
    margin-bottom: 0;
}
.menu a {
    color: #333; 
    text-transform: uppercase;
    opacity: 0.8;
}
.menu a:hover {
    text-decoration: none;
    opacity: 1;
}


.cate-dropdown {
    display: inline-block;
}
button#cate-menu {
    background: transparent;
        margin-top: 12px;
}
button#cate-menu i {
    font-size: 25px;
    color: #fff;
    text-align: right;
}
.logo-div {
    display: inline;
}
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #35b8eb!important;
}
.dropdown-item {
    padding: 10px 15px!important;
    text-transform: capitalize;
}

@media(max-width:768px){
.cate-dropdown {
    display: none;
}
.col-w-5 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 5px;
}
}


@media(max-width:576px){
.col-w-5 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 5px;
}
}
.border-t {
    border: 1px solid transparent;
}
.border-h:hover {
    border: 1px solid #35b4e5!important;
}
button#cate-menu:hover {
    border: 1px solid #fff;
}


.position-center{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
.lang-switch .dropdown-toggle::after {
    display: none !important;
}
.flag-img {
    width: 25px;
}
.lang-switch {
    padding: 5px!important;
}
.lang-switch .nav-item {
    padding: 3px;
}
.lang-switch .dropdown-menu.dropdown-menu-right.show {
    transform: translate3d(0px, 35px, 0px)!important;
    z-index: 999!important;
}
.lang-switch .dropdown-menu.dropdown-menu-right.show small a {
    padding: 10px!important;
    background: #ffffff;
    z-index: 9999;
}
header a.nav-link {
    color: #fff;
    padding: 2px;
}

/*addcartcustomupdate*/
.number-input.number-input {
    border: 1px solid #ced4da;
    width: 8.9rem;
    border-radius: .25rem;
    display: inline-block;
}
.number-input.number-input button.minus {
    padding-left: 10px;
}

.number-input.number-input button {
    width: 2.5rem;
    /*height: .7rem;*/
}
.number-input button {
    -webkit-appearance: none;
    background-color: transparent;
    border: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    margin: 0;
    position: relative;
    outline: 0!important;
}
.number-input.number-input input[type=number] {
    max-width: 3rem;
    padding: .5rem;
    border: 1px solid #ced4da;
    border-width: 0 1px;
    font-size: 1rem;
    height: 2rem;
    color: #495057;
    text-align: center;
}
.number-input input[type=number] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.btn.btn-md {
    font-size: 14px;
    padding: 14px 25px 13px 25px;
    line-height: 1.1;
}
#cartform .btn {
    margin: 0;
    font-weight: 500;
    border-radius: .25rem;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2), 0 2px 10px 0 rgba(0,0,0,0.05);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2), 0 2px 10px 0 rgba(0,0,0,0.05);
    line-height: 1;
}
.form-group.mt-10 {
    margin-top: 10px;
}
@media (max-width: 576px){
div#zoom_03-zoomContainer {
    width: 100%!important;
    left: 0!important;
}
.zoom-left {
    float: left;
    width: 100%!important;
    margin-bottom: 15px!important;
}
div#gallery_01 {
    margin-top: 15px;
}
}
/*.add-submit {
    background: transparent!important;
    box-shadow: none!important;
    border: none!important;
    -webkit-appearance: none!important;
    -moz-appearance: none;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
}*/
#add i:hover {
    cursor: pointer;
}
.btn-light {
    color: #212529;
    background-color: #35b8eb!important;
    border-color: #35b8eb!important;
    color: #FFF!important;
}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    border-radius: 3px;
    margin: 20px 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 15px 15px;
    background: #f0f0f0!important;
}
li.cat {
    padding: 10px 15px;
    background: #c1c1c1;
}
.dropdown-toggle::after {
    position: absolute;
        right: 15px;
    top: 17px;
    fill: #000;
}
ul.dropdown-menu.show {
    transform: translate3d(0px, 0px, 0px)!important;
    position: relative!important;
    top: -2px!important;
}
div#mySidenav ul li a {
    padding: 10px;
    outline: 0!important;
}
.c span {
    font-weight: bold;
}
.c-fill div {
    flex: 1 1 auto;
    text-align: center;
}
.back_to_top {
    background: #555555;
}
footer{
    margin-top: 0!important;
    padding-top: 0!important;
}
#mini-cart i{
    color: #fff!important;
}
.shop-logo a, .shop-logo a:hover {
    color: #000;
}


@media(max-width: 768px){
.top-nav .row {
    margin: 0!important;
}
div#mini-cart {
    position: absolute;
    right: 15px;
    top: 5px;
}
.hidden-sm {
    display: none;
}
div#gallery_01 {
    width: 100%!important;
    float: left!important;
    position: unset;
    top: 0;
}
.p-detail {
    width: 100%;
    margin-left: 0!important;
}
#gallery_01 img {
    margin-bottom: 5px;
    width: 20%;
    height: 15vw;
    margin: 2px;
}
.tabs-header {
    padding: 10px 0px;
    display: block;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 30px;
}
.tabs-header .tabs-header-nav {
    display: flex;
    align-items: center;
    margin-top: 15px;
}
}

.add-submit {
    background: transparent!important;
    box-shadow: none!important;
    border: none!important;
    -webkit-appearance: none!important;
    -moz-appearance: none;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    width: 100%!important;
}
#add i:hover {
    cursor: pointer;
}
.p-box2 {
    margin: 5px 0;
}

.img-circle {
    border-radius: 50%;
}

/* Profile sidebar */
.profile-sidebar {
  padding: 20px 0 10px 0;
  background: #fff;
  box-shadow:1px 1px 10px rgba(0,0,0,0.3)
}
.profile-userpic img {
  float: none;
  margin: 0 auto;
  width: 50%;
  height: 50%;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}
.profile-usertitle {
  text-align: center;
  margin-top: 20px;
}
.profile-usertitle-name {
  color: #5a7391;
  font-size: 16px;
  font-weight: 600;
  margin-top:5px;
  margin-bottom: 7px;
}
.profile-usertitle-job {
  text-transform: uppercase;
  color: #5b9bd1;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}
.profile-userbuttons {
  text-align: center;
  margin-top: 10px;
}
.profile-userbuttons .btn {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 15px;
  margin-right: 5px;
}
.profile-userbuttons .btn:last-child {
  margin-right: 0px;
}
.profile-usermenu {
  margin-top: 30px;
}
.profile-usermenu ul li {
  border-bottom: 1px solid #f0f4f7;
}
.profile-usermenu ul li:last-child {
  border-bottom: none;
}
.profile-usermenu ul li a {
  color: #93a3b5;
  font-size: 14px;
  font-weight: 400;
}
.profile-usermenu ul li a i {
  margin-right: 8px;
  font-size: 14px;
}
.profile-usermenu ul li a:hover {
  background-color: #fafcfd;
  color: #5b9bd1;
}
.profile-usermenu ul li.active {
  border-bottom: none;
}
.profile-usermenu ul li.active a {
  color: #5b9bd1;
  background-color: #f6f9fb;
  border-left: 2px solid #5b9bd1;
  margin-left: -2px;
}
.profile-content{box-shadow:1px 1px 10px rgba(0,0,0,0.3);}
/* Profile Content */
.profile-content {
  padding: 20px;
  background: #fff;
  min-height: 200px;
  margin-bottom:30px;
}
.profile-usermenu .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.profile-usermenu .nav>li {
    position: relative;
    display: block;
    width: 100%;
}
.btn-light {
    color: #FFF;
    background-color: #35b8eb!important;
    border-color: #35b8eb!important;
}


.card-title {
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
}
li.cat span {
    text-transform: uppercase;
}
.shop_slider {
    padding: 10px 0;
}
.b-btn {
    font-size: 19px;
    cursor: pointer;
    padding: 0px 10px;
    color: #fff;
}
.hm-icon-label {
    font-size: 15px;
}

.text-black {
    color: #000;
}
.hover-main-color:hover {
    color: #35b9ec;
}
.exzoom .exzoom_nav .exzoom_nav_inner span.current {
    border: 1px solid #35b8eb!important;
}
.exzoom .exzoom_btn a:hover {
    background: #35b8eb!important;
    color: #fff;
}
@media(min-width: 768px){
.left-sticky {
    /*position: sticky!important;*/
    /*position: -webkit-sticky!important;*/
    top: 4px;
    height: 100%;
}
}

#myTab li:hover a:before,#myTab li .active:before {
    width: 100%;
}
.nav-tabs .nav-item {
    position: relative;
}
.nav-tabs .nav-item > a:before,.nav-tabs li .active:before {
    position: absolute;
    bottom: -2px;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 0;
    height: 3px;
    background: #35b8eb;
}
.nav-item.nav-link.active, .nav-tabs .nav-item > .nav-link.active {
    font-weight: bold;
    position: unset!important;
}

.detail-download {
    font-size: 15px;
    /*border: 1px solid #969696;*/
    display: inline-block;
    margin-bottom: 15px;
    margin-top: 15px;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 3px;
    background: #969696;
}
.detail-download a {
    color: #fff;
}
.detail-download:hover {
    background: #ee2f2e;
    transition: all .3s;
    cursor: pointer;
    color: #fff!important;
}
.detail-download:hover a {
    color: #fff;
}
button.btn.btn-light.btn-md.mr-1.mb-2.waves-effect.waves-light.add-submit.btn-custom {
    color: #FFF;
    background-color: #969696!important;
    border-color: #969696!important;
}

section#shop-slider {
    background: #d2d2d2;
    padding-top: 30px;
    padding-bottom: 30px;
        overflow: hidden;
}

button.btn.btn-light.btn-md.mr-1.mb-2.waves-effect.waves-light.add-submit.btn-custom:hover,.detail-download:hover {
    background-color: #35b9ec!important;
    color: #fff;
        /*border: #35b9ec;*/
}


table#cart_table span {
    color: #000000;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #35b8eb!important;
}
.btn-custom {
    color: #FFF!important;
    background-color: #969696!important;
    border-color: #969696!important;
    border: none!important;
    /*width: 100%;*/
}
.btn-custom:hover {
    background: #35b9ec!important;
    box-shadow: 0px 0px 7px 1px #969696!important;
}
a.f.active {
    color: #35b8eb!important;
}
.swiper-button-prev, .swiper-button-next {
    color: #007aff;
    width: 100px;
    height: 100px;
}

.br-15{
    border-radius: 15px;
}
.pd25-0 {
    padding: 25px 0;
}

@media(min-width: 768px){
.t-btn {
    display: none;
}
}

@media(max-width: 768px){
.swiper-button-prev, .swiper-button-next {
    color: #007aff;
    width: 50px;
    height: auto;
}
#service iframe {
    width: 100%;
}
}
.cart-style {
    /* background: transparent!important; */
    box-shadow: none!important;
    border: none!important;
    -webkit-appearance: none!important;
    -moz-appearance: none;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    text-align: center;
    padding: 5px;
    width: 100%;
    color: #fff;
    outline: 0!important;
        border-radius: 5px;
    cursor: pointer;
    transition: all .3s;
}
.cart-style i {
    font-size: 23px;
}
.text-danger {
    color: #df5061 !important;
    line-height: 1px;
}
.product-details .product-tabs {
    margin-top: 3rem;
    /*height: 100vh;*/
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 30px!important;
    left: 0;
    width: 100%;
}





/* Container DIV - automatically generated */
.simply-scroll-container { 
    position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip { 
    position: relative;
    overflow: hidden;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list { 
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}
    
.simply-scroll-list li {
    padding: 0;
    margin: 0;
    list-style: none;
}
    
.simply-scroll-list li img {
        border: none;
    display: inline-block;
    border-radius: 5px;
}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll { 
    /*width: 576px;
    height: 200px;*/
    /*margin-bottom: 1em;*/
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
   /* width: 576px;
    height: 200px;*/
}
    
/* Explicitly set height/width of each list item */ 
.simply-scroll .simply-scroll-list li {
    float: left; /* Horizontal scroll only */
    width: 200px;
    text-align: center;
    /*height: 200px;*/
}
.section-title {
    font-weight: bold;
}