:root {
    --color-primary: #bf1523;
    --color-primary-hover: #a50e1a;
    /*--color-accent: #3E6E93;*/
    --color-accent: #000000;
    --color-accent-hover: #1f1f1f;
    --color-text: #3e4145;
    --border-color: #d1d1d6;
    --border-radius: 2px;
}
html {
    height: 100%;
}
body {
    font-family: 'Inter', sans-serif;
    text-rendering: optimizelegibility;
    color: var(--color-text);
    /*background-color: #f7f7f7;*/
    font-size: 15px;
}
a {
    color: var(--color-primary);
    text-decoration: underline 1px dotted;
}
a:hover {
    color: var(--color-primary-hover);
    text-decoration: underline 1px line;
}
img {
    height: auto;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

.text-primary {
    color: var(--color-primary) !important;
}

.not-found-404 {
    font-size: 150px;
    line-height: 1;
    margin-bottom: 40px;
    font-weight: 700;
}

.page-wrapper {
    margin: 0 auto;
    background: #fff;
    width: 100%;
    box-shadow: -2px 0 5px 0 #eee, 2px 0 5px 0 #eee;
}

.btn {
    padding: 8px 25px;
    border-radius: var(--border-radius);
    font-size: 15px;
}

.btn-primary {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    box-shadow: none;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: var(--color-primary-hover);
    border-color: var(--color-primary-hover);
    box-shadow: none;
}

.btn-secondary {
    background-color: var(--color-accent);
    border-color: var(--color-accent);
    box-shadow: none;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
    background-color: var(--color-accent-hover);
    border-color: var(--color-accent-hover);
    box-shadow: none;
}

/* KVKK & GDPR cookie consent*/
.cc-notification {
    position: fixed;
    z-index: 100;
    opacity: 0.8;
    border-radius: 4px;
    background-color: rgb(0, 0, 0);
    z-index: 2147483647;
    left: 10px;
    right: 10px;
    bottom: 18px;
    padding: 16px;
    padding-top: 24px;
    padding-right: 24px;
  }
  .cc-notification.active {
    display: block;
  }
  .cc-notification .wrapper {
    padding: 0 !important;
    margin: 0 !important;
  }
  .cc-notification .wrapper span.cc-text {
    font-size: 14px;
    color: #ffffff;
  }
  .cc-notification .wrapper span.cc-text a {
    text-decoration: underline;
    color: #ffffff;
  }
  .cc-notification .wrapper .close {
    position: absolute;
    top: 0;
    right: 0;
    color: rgba(255,255,255,.75);
    cursor: pointer;
    font-size: 5px;
    margin-right: 0;
    padding: 5px;
    background: transparent;
    border: none;
  }
  .cc-notification .wrapper .close svg{
    width: 26px;
    height: 26px;
    fill: currentColor;
  }

@media (min-width: 768px) {
    .cc-notification {
        background-clip: padding-box;
        bottom: 16px;
        left: 16px;
        max-width: 400px;
        width: 400px;
    }
}
  
/* KVKK & GDPR cookie consent*/


/* top bar */
.topbar {
    background: #333333;
    padding: 0 30px;
}
  
.topbar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.topbar li {
    display: inline-block;
    font-size: 13px;
    margin-right: 25px;
}
.topbar li:last-child {
    margin-right: 0;
}

.topbar li a {
    color: #ffffff;
    font-size: 13px;
    line-height: 45px;
    text-decoration: none;
}
.topbar li a svg{
    fill: #ffffff;
    width: 18px;
    margin-right: 5px;
}
.topbar li.top-register a {
    padding: 15px 25px;
}
.topbar li a:hover {
    color: var(--color-primary);
}

/* top bar */

.page-header {
    z-index: 100;
    background-color: #ffffff;
    box-shadow: 0 2px 2px 0 rgba(99,99,99,0.06), 0 3px 1px -2px rgba(99,99,99,0.04), 0 1px 5px 0 rgba(99,99,99,0.12);
}


.top-bar {
    background: var(--color-primary);
    /*border-bottom: 1px solid rgb(238, 238, 238);*/
}
.top-bar .top-left-menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.top-bar ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.top-bar li {
    display: inline-block;
    font-size: 13px;
    margin-right: 25px;
}
.top-bar li a {
    line-height: 40px;
    text-decoration: none;
    color: #ffffff;
}

.search-box form {
    color: #a9a9a9;
    padding: 0;
    position: relative;
    width: 100%;
    transition: all 500ms;
}

.search-box input {
    font-size: 14px;
    height: 44px;
    padding: 5px 40px 5px 10px;
    width: 100%;
    border: 1px solid #c7c7c7;
    border-radius: 2px;
    box-shadow: none;
    outline: none;
}
.search-box input:focus {
    border-color: var(--color-primary);
}
.search-box button {
    position: absolute;
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    color: rgba(59, 59, 59, 0.3);
    font-size: 15px;
    height: 44px;
    width: 50px;
    padding: 0;
    right: 0;
    top: 0;
    transition: all 300ms ease-in 0s;
    text-align: center;
    cursor: pointer;
    outline: 0;
}
.search-box button .icon {
    height: 20px;
    width: 20px;
    fill: #c7c7c7;
}
.search-box button:hover .icon {
    fill: var(--color-primary);
}
.search-box .search-results {
    margin-top: 1px;
    position: absolute;
    cursor: pointer;
    overflow-y: auto;
    max-height: 400px;
    box-sizing: border-box;
    z-index: 1001;
    left: 15px;
    right: 15px;
}
.header-logo {
    padding-top: 20px;
    padding-bottom: 20px;
}
.header-logo img {
    max-width: 210px;
}



.header-tools {
    display: flex;
    margin-bottom: 0;
}
.header-tools li{
    list-style: none;
    font-size: 14px;
    padding: 0;
    line-height: 20px;
    margin: 10px 5px;
}
.header-tools li a {
    display: block;
    padding: 8px;
    color: #787878;
    text-decoration: none;
    position: relative;
    border-radius: 50%;
    text-align: center;
}
.header-tools li a svg {
    height: 25px;
    fill: currentColor;
}
.header-tools li a .title {
    display: block;
    font-size: 13px;
    margin-top: 2px;
}

.header-tools li:hover a {
    color: var(--color-primary);
    border-color: var(--color-primary);
}

.mobile-header .header-logo {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}
.mobile-header .header-logo img {
    max-height: 55px;
    max-width: 100%;
}


.mobile-header .header-tools li {
    margin: 10px 0;
}
.mobile-header .header-tools li a{
    padding: 5px;
}


.mobile-menu-toggler {
    background: none;
    border: none;
}
.mobile-menu-toggler:active,
.mobile-menu-toggler:focus {
    outline: 0;
}
  
.mobile-menu-toggler .icon-bar {
    display: block;
    width: 25px;
    height: 2px;
    margin: 6px 0;
    transition: all 0.2s;
    background: #333333;
}
.mobile-menu-toggler .icon-bar:nth-child(1) {
    width: 20px;
}
  
.mobile-menu-toggler .icon-bar:nth-child(3) {
    width: 15px;
}


.main-menu{
    background: var(--color-accent);
    padding: 0;
    border-top: 1px solid rgb(238, 238, 238);
    border-bottom: 1px solid rgb(238, 238, 238);
}

.main-menu nav{
    font-weight: 400;
    display: flex;
    padding: 0;
}
.main-menu nav .navbar-nav {
    font-size: 16px;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    flex-direction: row;
    min-height: 55px;
    align-content: center;
    align-items: center;
    position: relative;
    width: 100%;
}
.main-menu nav ul .nav-item {
    letter-spacing: 1.5px;
    flex: 1 1 auto;
    position: relative;
}
.main-menu nav ul .nav-item .nav-link {
    position: relative;
    display: flex;
    padding: 0;
    text-transform: uppercase;
    color: #ffffff;
    transition: all .25s ease-in-out;
    font-size: 13px;
    letter-spacing: 1px;
    white-space: inherit;
    text-align: center;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    width: 100%;
    height: 100%;
}
.main-menu nav ul .nav-link:hover {
    color: var(--color-primary);
}

.main-menu .dropdown-menu {
    background-color: #ffffff;
    margin-top: -2px;
    border-radius: 0;
    padding: 0;
    border-color: #f1f2f3;
}
  

.main-menu nav ul li .dropdown-menu a {
    color: var(--color-accent);
    line-height: 25px;
    padding: 5px 10px;
    font-size: 16px;
    text-transform: inherit;
}
.main-menu nav ul li .dropdown-menu a:hover {
    color: var(--color-primary);
}
  
.main-menu nav ul li .dropdown-menu {
    visibility: hidden;
    overflow: hidden;
    transition: 0.3s;
    border: none;
    border-radius: 0;
    background: #fff;
    box-shadow:0 3px 10px 0px rgba(125,125,125,0.25);
    transform: scaleY(0);
    transform-origin: 0 0;
    padding: 25px 15px;
}
.main-menu nav ul li .dropdown-menu .dropdown-item:focus,
.main-menu nav ul li .dropdown-menu .dropdown-item:hover {
    color: var(--color-primary);
    background-color: #ffffff;
}
.main-menu nav ul li .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
}
.main-menu nav ul li .dropdown-menu.fade-up {
    top: 180%;
}
.main-menu nav ul li:hover .dropdown-menu {
    display: block;
    visibility: visible;
    overflow: visible;
    transform: scaleY(1);
    transition: all 0.4s ease-in-out;
}
  
.main-menu nav ul li .dropdown-toggle:after {
    margin-left: 5px;
    margin-top: 5px;
}
.main-menu nav ul li .dropdown-menu .dropdown-menu {
    margin-left: 0;
    margin-right: 0;
}
.main-menu nav ul li .dropdown-menu li {
    position: relative;
}




.offcanvas-mobile-menu {
    padding: 0 15px;
    max-width: 80%;
}
.offcanvas-mobile-menu .custom-close {
    top: 25px !important;
    right: 35px !important;
}
.offcanvas-mobile-menu .offcanvas-header {
    padding-bottom: 10px;
    padding-left: 5px;
    border-bottom: 1px dashed #dedede;
}
.offcanvas-mobile-menu .offcanvas-header .offcanvas-title {
    font-size: 18px;
}
.offcanvas-mobile-menu .offcanvas-body {
    padding: 10px 5px;
}

.mobile-menu {
    display: block;
    padding: 0;
    list-style: none;
}
.mobile-menu li.nav-item {
    display: block;
}
.mobile-menu li.nav-item a {
    flex-wrap: inherit;
    padding: 10px 0;
    border-bottom: 1px solid #f2f2f2;
    display: flex;
    -ms-flex-wrap: wrap;
    text-align: center;
    color: #333;
    text-decoration: none;
}
.mobile-menu li.nav-item a i {
    margin-right: 10px;
}
.mobile-menu li.nav-item a span.nav-title {
    text-align: left;
    padding-left: 10px;
    font-size: 16px;
}
  
.mobile-menu li.has-sub-category a.sub-category-toggle:after {
    margin-left: auto;
    content: "+";
    font-weight: 600;
}
.mobile-menu li.has-sub-category a.sub-category-toggle.show:after {
    content: "--";
}
  
.mobile-menu li.has-sub-category .sub-category-list {
    display: none;
    transition: all 0.2s ease-in-out;
    background: #fff;
    padding: 0;
    margin-left: 10px;
}

.mobile-search-box {
    margin: 15px 0;
}
.mobile-search-box form {
    color: #a9a9a9;
    padding: 0;
    position: relative;
    width: 100%;
    max-width: 100%;
    transition: all 500ms;
}
.mobile-search-box input {
    border-radius: 0;
    font-size: 14px;
    padding: 8px 36px 8px 8px;
    width: 100%;
    border: 1px solid #e3e3e3;
}
.mobile-search-box button {
    position: absolute;
    background: transparent;
    border: 0 none;
    color: #e3e3e3;
    height: 44px;
    width: 40px;
    padding: 0;
    right: 0;
    top: 0;
    transition: all 300ms ease-in 0s;
    text-align: center;
    outline: 0;
}
.mobile-search-box button .icon {
    width: 25px;
    height: 25px;
    fill: currentColor;
}

.offcanvas-account {
    padding: 0 15px;
}
.offcanvas-account .custom-close {
    top: 25px !important;
    right: 35px !important;
}
.offcanvas-account .offcanvas-header {
    padding-bottom: 10px;
    padding-left: 5px;
    border-bottom: 1px dashed #dedede;
}
.offcanvas-account .offcanvas-header .offcanvas-title {
    font-size: 18px;
}

.password-visibility-toggler {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    height: 48px;
    width: 50px;
    color: #a5a5a5;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s all ease-in-out;
}
.password-visibility-toggler svg {
    height: 25px;
    width: 25px;
    fill: currentColor;
    vertical-align: sub;
    transition: all 0.3s all ease-in-out;
}




.custom-close {
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin: -15px;
    padding: 12px;
    position: absolute;
    right: 25px;
    top: 15px;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    transform: translateX(10px);
    box-shadow: none;
    outline: 0 none !important;
    background-color: transparent;
    border: 9px solid transparent;
    border-radius: 100%;
}
.custom-close:before,
.custom-close:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background-color: #333333;
    transform-origin: 50% 50%;
    opacity: 1;
    transition: transform ease 0.25s;
}
.custom-close.custom-close-light:before,
.custom-close.custom-close-light:after {
    background-color: #ffffff !important;
}
.custom-close:before,
.custom-close:before {
    transform: rotate(45deg);
}
.custom-close:after,
.custom-close:after {
    transform: rotate(-45deg);
}
.custom-close:hover:before,
.custom-close:hover:after {
    transform: rotate(0deg);
}


/* Toast Messages */
#toast-container {
    position: fixed;
    z-index: 999999;
    pointer-events: none;
}
.toast-top-right {
    top: 12px;
    right: 12px;
}
.toast-top-left {
    top: 12px;
    left: 12px;
}
.toast-bottom-right {
    bottom: 12px;
    right: 12px;
}
.toast-bottom-left {
    bottom: 12px;
    left: 12px;
}
.toast-bottom-center {
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
}
#toast-container * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#toast-container > .toast {
    position: relative;
    overflow: hidden;
    margin: 0 0 6px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 12px #999;
    -webkit-box-shadow: 0 0 12px #999;
    box-shadow: 0 0 12px #999;
    color: #fff;
    opacity: 0.8;
}
#toast-container > .toast .btn-close-toast {
    margin: auto 0.5rem auto auto;
    filter: invert(1) grayscale(100%) brightness(200%);
}
#toast-container > .toast:hover,
#toast-container > .toast:focus {
    opacity: 1;
}
@media (max-width: 576px) {
    #toast-container > .toast {
      width: 300px;
    }
}
/* Toast Messages */

/* Custom Modal */
.custom-alert .modal-content {
    border: none;
    border-radius: 5px;
    color: #545454;
}

.custom-alert .modal-body {
    text-align: center;
    padding: 20px;
}

.custom-alert .modal-body .custom-modal-title {
    position: relative;
    max-width: 100%;
    margin: 10px;
    color: #595959;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word;
}

.custom-alert .modal-body .custom-modal-message {
    z-index: 1;
    justify-content: center;
    margin: 10px 10px 20px;
    padding: 0;
    overflow: auto;
    color: #545454;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    word-wrap: break-word;
    word-break: break-word;
}

.custom-alert .custom-alert-icon {
    text-align: center;
    display: block;
    height: 80px;
    margin-bottom: 20px;
}

.custom-alert .custom-alert-actions {
    display: flex;
    z-index: 1;
    box-sizing: border-box;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: auto;
    margin: 20px auto 0;
    padding: 0;
}

.custom-alert .custom-alert-actions .btn {
    margin: 0 5px;
}

.custom-alert.custom-alert-info .custom-alert-icon {
    background: url("data:image/svg+xml,%3Csvg fill='%2334a7da' xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512' xml:space='preserve'%3E%3Cpath d='M290.211,360.727c-5.234,0.488-10.489-0.693-15.011-3.375c-3.304-3.392-4.888-8.101-4.305-12.8 c0.122-3.912,0.589-7.806,1.396-11.636c0.781-4.394,1.79-8.744,3.025-13.033l13.731-47.244c1.416-4.663,2.352-9.459,2.793-14.313 c0-5.236,0.698-8.844,0.698-10.938c0.292-9.333-3.693-18.289-10.822-24.32c-8.769-6.732-19.689-10.041-30.72-9.309 c-7.905,0.119-15.749,1.413-23.273,3.84c-8.223,2.56-16.873,5.624-25.949,9.193l-3.956,15.36 c2.676-0.931,5.935-1.978,9.658-3.142c3.552-1.052,7.234-1.601,10.938-1.629c5.196-0.563,10.426,0.713,14.778,3.607 c2.956,3.527,4.343,8.109,3.84,12.684c-0.013,3.913-0.442,7.814-1.28,11.636c-0.815,4.073-1.862,8.378-3.142,12.916 l-13.847,47.476c-1.116,4.413-2.009,8.879-2.676,13.382c-0.544,3.855-0.816,7.743-0.815,11.636 c-0.057,9.397,4.24,18.291,11.636,24.087c8.904,6.837,19.98,10.226,31.185,9.542c7.89,0.162,15.753-0.978,23.273-3.375 c6.594-2.25,15.399-5.469,26.415-9.658l3.724-14.662c-2.984,1.238-6.057,2.249-9.193,3.025 C298.346,360.583,294.274,360.935,290.211,360.727z'%3E%3C/path%3E%3Cpath d='M304.756,136.727c-6.333-5.816-14.677-8.945-23.273-8.727c-8.591-0.194-16.927,2.932-23.273,8.727 c-11.632,10.03-12.931,27.591-2.9,39.224c0.894,1.037,1.863,2.006,2.9,2.9c13.252,11.853,33.294,11.853,46.545,0 c11.632-10.129,12.851-27.769,2.722-39.401C306.635,138.481,305.725,137.571,304.756,136.727z'%3E%3C/path%3E%3Cpath d='M256,0C114.615,0,0,114.615,0,256s114.615,256,256,256s256-114.615,256-256S397.385,0,256,0z M256,488.727 C127.468,488.727,23.273,384.532,23.273,256S127.468,23.273,256,23.273S488.727,127.468,488.727,256S384.532,488.727,256,488.727 z'%3E%3C/path%3E%3C/svg%3E") center center no-repeat;
}

.custom-alert.custom-alert-success .custom-alert-icon {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512.257 512.257' fill='%239dd97b' xml:space='preserve' %3E%3Cpath d='M147.379,213.709c-4.881-4.18-12.227-3.612-16.407,1.269c-3.731,4.356-3.731,10.781,0,15.138L247.335,346.48 c4.493,4.595,11.86,4.678,16.455,0.185c0.062-0.061,0.124-0.122,0.185-0.185L458.07,142.843l16.64-17.455l33.396-34.909 c4.92-4.134,5.557-11.474,1.423-16.395c-4.134-4.92-11.474-5.557-16.395-1.423c-0.663,0.557-1.261,1.186-1.785,1.876 l-29.905,31.069l-16.175,16.989L255.364,321.694L147.379,213.709z'%3E%3C/path%3E%3Cpath fill='rgba(165,220,134,.5)' d='M490.768,158.785h0.233c-4.742-4.338-12.102-4.01-16.44,0.732c-2.691,2.942-3.689,7.057-2.644,10.905 c47.548,119.414-10.711,254.763-130.124,302.31S87.03,462.021,39.482,342.607C-8.066,223.194,50.193,87.845,169.607,40.297 C257.374,5.35,357.559,26.925,423.161,94.901c4.976,4.067,12.307,3.33,16.374-1.646c3.66-4.478,3.476-10.964-0.432-15.227 c-0.48-0.348-0.986-0.66-1.513-0.931C338.714-23.513,176.998-24.919,76.388,73.957s-102.017,260.592-3.141,361.202 c98.876,100.611,260.592,102.017,361.202,3.141c72.747-71.493,95.986-179.413,59.112-274.511 C493.061,161.914,492.101,160.194,490.768,158.785z'%3E%3C/path%3E%3C/svg%3E") center center no-repeat;
}

.custom-alert.custom-alert-error .custom-alert-icon {
    background: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='100px' height='100px' viewBox='0 0 512 512' style='fill:%23DC3545;' xml:space='preserve'%3E%3Cpath d='M403.1,108.9c-81.2-81.2-212.9-81.2-294.2,0s-81.2,212.9,0,294.2c81.2,81.2,212.9,81.2,294.2,0 S484.3,190.1,403.1,108.9z M390.8,390.8c-74.3,74.3-195.3,74.3-269.6,0c-74.3-74.3-74.3-195.3,0-269.6s195.3-74.3,269.6,0 C465.2,195.5,465.2,316.5,390.8,390.8z'/%3E%3Cpolygon points='340.2,160 255.8,244.2 171.8,160.4 160,172.2 244,256 160,339.8 171.8,351.6 255.8,267.8 340.2,352 352,340.2 267.6,256 352,171.8 '/%3E%3C/svg%3E") center center no-repeat;
}

.custom-alert.custom-alert-warning .custom-alert-icon {
    background: url("data:image/svg+xml,%3Csvg fill='%23ff9000' xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 338.531 338.531' xml:space='preserve'%3E%3Cpath d='M333.413,275.866l-139.2-239.6c-6.4-10.8-15.6-17.2-25.2-17.2c-10,0-19.2,6.4-25.2,17.2l-138.4,239.6 c-6.4,10.8-7.2,22-2,30.4c4.8,8.4,14.8,13.2,27.6,13.2h276.8c12.4,0,22.4-4.8,27.6-13.2 C340.213,297.866,339.413,286.666,333.413,275.866z M320.213,297.866c-2,3.2-6.4,4.8-12.8,4.8h-276.8c-6.4,0-11.2-2-12.8-4.8 c-2-3.2-1.2-8,2-13.6l138.4-239.6c3.2-5.6,7.2-8.8,10.8-8.8c3.6,0,7.6,3.2,10.8,8.8l138.4,239.6 C321.413,289.866,322.213,294.666,320.213,297.866z'%3E%3C/path%3E%3Cpath d='M169.013,97.866c-4.8,0-8.4,3.6-8.4,8.4v111.2c0,4.8,3.6,8.4,8.4,8.4s8.4-3.6,8.4-8.4v-111.2 C177.413,101.466,173.813,97.866,169.013,97.866z'%3E%3C/path%3E%3Ccircle cx='169.013' cy='259.466' r='14.8'%3E%3C/circle%3E%3C/svg%3E") center center no-repeat;
}

.custom-alert.custom-alert-question .custom-alert-icon {
    background: url("data:image/svg+xml,%3Csvg fill='%2387adbd' xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 612 612' xml:space='preserve'%3E%3Cpath d='m306.022 612v-13.984l-.022 13.984c-168.73 0-306-137.275-306-306.005 0-168.725 137.27-305.995 306-305.995s306 137.27 306 305.995c0 168.73-137.265 306.005-305.978 306.005zm-.022-584.03c-153.308 0-278.03 124.723-278.03 278.025 0 153.307 124.722 278.035 278.03 278.035h.022c153.29 0 278.008-124.729 278.008-278.036 0-153.302-124.722-278.024-278.03-278.024z' fill='%23c9dae1'%3E%3C/path%3E%3Cpath d='m306 370.409c-7.725 0-13.985-6.26-13.985-13.985v-59.195c0-7.725 6.26-13.985 13.985-13.985 30.951 0 56.13-25.178 56.13-56.129 0-30.957-25.179-56.146-56.13-56.146s-56.135 25.189-56.135 56.146c0 7.725-6.26 13.985-13.985 13.985s-13.985-6.26-13.985-13.985c0-46.379 37.731-84.116 84.105-84.116s84.1 37.737 84.1 84.116c0 41.608-30.375 76.257-70.114 82.936v46.374c-.002 7.724-6.26 13.984-13.986 13.984z'%3E%3C/path%3E%3Ccircle cx='305.995' cy='433.743' r='23.03' fill='%2387adbd'%3E%3C/circle%3E%3C/svg%3E") center center no-repeat;
}

.custom-alert .close {
    position: absolute;
    right: 20px;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: .5;
}

/* Custom Modal */

.col-form-label {
    padding: 0.25rem 0 0.5rem;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.125rem;
    color: var(--color-accent);
}

.form-control {
    padding: 10px 12px;
    color: var(--color-text);
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    box-shadow: none !important;
    outline: none !important;
}
.form-control:focus {
    border-color: var(--color-accent);
}


.category-card {
    margin-bottom: 15px;
    transition: 0.3s all ease;
}
.category-card img {
    border-radius: 5px 5px 0 0;
}
.category-card span {
    border-radius: 0 0 5px 5px;
    display: block;
    background: var(--color-accent);
    color: #ffffff;
    padding: 12px 10px;
    text-align: center;
    transition: 0.3s all ease;
}
.category-card:hover span {
    background: var(--color-primary);
}



footer {
    margin-top: auto;
}
.footer{
    padding: 30px 0 50px;
    background: #313131;
}
.copyright{
    padding: 7px 0;
    background: #2b2b2b;
    color: #ffffff;
    font-weight: 400;
    font-size: 13px;
}
.footer .title {
    display: flex;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    margin-bottom: 10px;
    letter-spacing: 0px;
    color: #ffffff;
    position: relative;
} 
.footer .footer-menu {
    list-style: inside;
    margin: 0;
    padding: 0;
    margin-bottom: 25px;
}
.footer .footer-menu.bullet-square {
    list-style: none outside;
    list-style-type: square;
    padding-left: 15px;
}
.footer .footer-menu.bullet-square .footer-menu-item {
    list-style: none outside;
    list-style-type: square;
}
.footer .footer-col .text {
    color: #303030;
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0;
}
.footer .footer-menu .footer-menu-item {
    list-style-type: none;
    list-style: none;
    color: #303030;
    font-size: 14px;
    padding: 0;
    margin: 15px 0;
}
.footer .footer-menu .footer-menu-item a {
    color: #a5a5a5;
    font-size: 14px;
    text-decoration: none;
    line-height: 1.5;
}
.footer .footer-menu .footer-menu-item a:hover {
    color: #d4d4d4;
    text-decoration: underline 1px dotted;
}
  
.footer .footer-menu.social-icons {
    margin-top: 10px;
}
.footer .footer-menu.social-icons .footer-menu-item {
    display:inline;
    margin: 0 5px;
}
.footer .footer-menu.social-icons .footer-menu-item svg{
    fill: #ffffff;
    width: 25px;
    height: 25px;
}
.footer .footer-menu.social-icons .footer-menu-item:hover svg{
    fill: var(--color-primary);
}
  
.footer .company {
    color: #afaca7;
    margin-bottom: 0;
}

.footer-logo {
    max-width: 200PX;
    padding: 10px 15px;
}

.scroll-to-top {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    text-align: center;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    padding: 15px;
    background-color: var(--color-accent);
    color: #ffffff;
    display: inline-flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
}
.scroll-to-top.active {
    visibility: visible;
    opacity: 0.7;
}
.scroll-to-top:hover {
    background-color: var(--color-primary);
    color: var(--color-primary);
    opacity: 1;
}
.scroll-to-top::after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
.scroll-to-top svg {
    fill: #ffffff;
}

/*hero banner*/
.hero-banner {
    position: relative;
    min-height: 50px;
}
.hero-banner .breadcrumb {
    margin: 0;
    background-color: transparent;
    border-radius: 0;
    font-size: 14px;
    padding: 15px 0;
    list-style: none;
    display: inline-block;
} 
.hero-banner .breadcrumb > li {
    display: inline-block;
    color: #464646;
}
.hero-banner .breadcrumb > li a {
    text-decoration: none;
    color: #464646;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}
.hero-banner .breadcrumb > li a:hover {
    color: var(--color-primary);
}
.hero-banner .breadcrumb > li.active {
    color: var(--color-primary);
}
.hero-banner .breadcrumb li i {
    padding-right: 8px;
} 
.hero-banner .breadcrumb > li + li:before {
    padding: 0 7px;
    content: "/";
    color: #9fa4aa;
}
/*hero banner*/

.sidebar-content {
    border: 1px solid #ededed;
    background: #ffffff;
    border-radius: var(--border-radius);
    width: 250px;
}
.sidebar-title {
    padding: 10px 25px;
    font-weight: 600;
    border-bottom: 1px dashed #dedede;
}

.sidebar-nav {
    flex-grow: 1;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    padding: 8px 5px;
}
.sidebar-nav .sidebar-item {
    display: flex;
}

.sidebar-nav .sidebar-link {
    font-weight: 400;
    padding: 6px;
    position: relative;
    font-size: 14px;
    cursor: pointer;
    color: rgb(62, 65, 69);
    text-decoration: none;
    display: inline-flex;
    flex: 1 1 auto;
    align-items: center;
}
.sidebar-nav .sidebar-link .count {
    margin-top: auto;
    margin-bottom: auto;
    text-align: right;
    opacity: 0.7;
    color: rgb(132, 134, 137);
    flex: 1 1 0%;
}
.sidebar-nav .sidebar-link .icon-wrapper {
    width: 25px;
    display: flex;
}
.sidebar-nav .sidebar-link .icon{
    fill: currentColor;
    width: 16px;
}
.sidebar-nav .sidebar-item:hover a {
    color: var(--color-primary);
}
.sidebar-content.brand-filter .sidebar-nav{
    max-height: 300px;
    overflow-y: scroll;
}


.product-sidebar {
    width: 300px;
}
.product-sidebar .product-card {
    box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.05);
    background: #ffffff;
    border-radius: 2px;
    padding: 10px;
}
.product-sidebar .product-card .image-wrapper {
    text-align: center;
}
.product-sidebar .product-card img{
    max-width: 100%;
}



/*product-filter*/
.product-filter {
    margin-bottom: 10px;
    padding: 8px 20px;
    font-size: 12px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: #ffffff;
    border: 1px solid #ededed;
    border-radius: var(--border-radius);
}
.product-filter .col-left {
    flex: 1;
}
.product-filter .col-left,
.product-filter .col-right {
    margin: 0px -15px;
    display: flex;
    align-items: center;
}
.product-filter .col-left > div,
.product-filter .col-right > div {
    position: relative;
    padding: 0px 15px;
}
.product-filter .col-left > div + div:before,
.product-filter .col-right > div + div:before {
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 7px);
    left: 0px;
    height: 14px;
    border-left: 1px solid #adadad;
}
.product-filter button.sort-results {
    padding: 2px 5px;
    font-weight: 400;
    cursor: pointer;
    outline: 0;
    background: transparent;
    border: none;
    font-size: 14px;
}
.product-filter .sort {
    max-width: 180px;
}
.product-filter .sort .sort-order-list {
    padding: 10px;
    position: absolute;
    top: 2rem;
    right: -5px;
    z-index: 2;
    background: #fff;
    width: 100%;
    border-radius: 0;
    display: none;
    box-shadow: 0 3px 10px 0px rgba(125,125,125,0.25);
    border: solid 1px #f1f1f1;
    min-width: 180px;
}
.product-filter .sort .sort-order-list.show {
    display: block;
}
.product-filter .sort .sort-order-list .sort-order-item {
    padding: 3px 2px;
}
.product-filter .sort .sort-order-list .sort-order-item a {
    color: #333;
    font-size: 14px;
    width: 100%;
    text-decoration: none;
}
.product-filter .sort .sort-order-list .sort-order-item:hover a {
    text-decoration: underline;
}
.product-filter .filter button.filter-results {
    padding: 0.57143rem 0.57143rem 0.57143rem 0;
    letter-spacing: 0.04286rem;
    font-weight: 400;
    cursor: pointer;
    outline: 0;
    background: transparent;
    border: none;
    font-size: 15px;
}
.product-filter .filter {
    min-width: 100px;
}



.text-content {
    word-wrap: break-word!important;
    word-break: break-word!important;
}
.text-content strong,
.text-content h1,
.text-content h2,
.text-content h3,
.text-content h4,
.text-content h5,
.text-content h6 {
    color: var(--color-text);
    font-weight: 700;
}
.text-content h1 {
    font-size: 26px;
    line-height: 1.3846153846;
}
.text-content h2 {
    font-size: 24px;
    line-height: 1;
}
.text-content h3 {
    font-size: 22px;
    line-height: 1.0909090909;
}
.text-content p {
    font-size: 16px;
    line-height: 22px;
    color: var(--color-text);
}
.text-content p:last-child {
    margin-bottom: 0;
}
.text-content table {
    width: 100%;
}
.text-content table tbody tr td {
    padding: 5px;
}
.text-content table thead tr th, .text-content table thead tr td {
    font-weight: 700;
    font-size: 12px;
    padding: 7px;
}
.text-content ul,
.text-content ul li,
.text-content ol li,
.text-content ol {
    list-style: initial;
}
.text-content li {
    font-size: 15px;
    line-height: 26px;
}

.text-content blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #eee;
}
  
.text-content blockquote p,
blockquote p {
    display: inline;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-style: italic;
}
  
.text-content blockquote ol:last-child,
.text-content blockquote p:last-child,
.text-content blockquote ul:last-child {
    margin-bottom: 0;
}
  
.text-content blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}
  
.text-content br {
    display: block !important;
}
  
  /* Lists */
.text-content ul,
.text-content ul li {
    list-style-type: square;
}
  
.text-content ol,
.text-content ol li {
    list-style-type: decimal;
}
  
.text-content ul,
.text-content ol {
    margin: 16px 0;
    padding: 0 0 0 40px;
    word-wrap: break-word;
}
.text-content li > ul,
.text-content li > ol {
    margin: 0;
}
  
.text-content pre {
    background: #f5f5f5;
    color: #666;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
.text-content img {
    border-style: none;
    vertical-align: top;
    max-width: 100%;
    height: auto;
    margin-top: 7px;
    margin-bottom: 7px;
}
  
.text-content .info {
    display: block;
    position: relative;
    font-size: 12px;
    line-height: 16px;
    color: #404040;
    margin: 0 0 21px 0;
}
.text-content .info span {
    font-style: italic;
}
  
.text-content .share-buttons span {
    color: var(--color-text);
    font-weight: 700;
    font-size: 13px;
    margin-right: 15px;
}
.text-content .share-buttons a {
    font-size: 18px;
    margin-left: 5px;
    padding: 5px;
    color: var(--color-primary);
}
.text-content .share-buttons a:hover {
    color: #757575;
}



.home-side-menu-wrapper {
    border: 1px solid #e4e4e4;
    height: 100%;
    background-color: #ffffff;
}
.banner_menu {
    position: relative;
}

.banner_menu .banner_menu_item {
    border: 1px solid #e4e4e4;
    height: 100%;
}

.banner_menu .level_1__item {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
    padding-top: 7px;
}

.banner_menu .level_1__item:last-child {
    border-bottom: none;
}

.banner_menu ul {
    padding: 20px 15px 10px;
    list-style-type: none;
    margin: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.banner_menu li {
    position: relative;
}

.banner_menu .level_1_2_item a {
    position: relative;
}

.banner_menu a {
    font-weight: 600;
    font-family: Montserrat, sans-serif;
}

.banner_menu a:hover {
    color: #f43d0c;
}

.banner_menu a.active {
    color: #f43d0c;
}

.banner_menu .with_ul {
    position: relative;
}

.banner_menu .with_ul .droped_linklist {
    display: none;
    padding: 5px 35px;
}

.banner_menu .with_ul .droped_linklist a {
    font-size: 14px;
}

.banner_menu .with_ul .large_child {
    height: 80px;
    overflow-y: scroll;
}

.banner_menu .with_ul .large_child::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
    border-radius: 10px;
    background-color: #e4e4e4;
}

.banner_menu .with_ul .large_child::-webkit-scrollbar {
    width: 6px;
    background-color: #e4e4e4;
}

.banner_menu .with_ul .large_child::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #f43d0c;
}

.banner_menu .with_ul .level_1_2 {
    padding-left: 5px;
}

.banner_menu .with_ul .level_1_3 {
    padding-left: 10px;
}

.banner_menu .with_ul .menu_trigger {
    width: 26px;
    height: 26px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 26px;
    text-align: center;
}

.banner_menu .with_ul .menu_trigger.active:before {
    content: "\f106";
}

.product-card {
    position: relative;
    background: #ffffff;
    margin-bottom: 25px;
    border-radius: 2px;
    overflow: hidden;
    transition: box-shadow 0.4s ease 0s;
    border: 1px solid #ededed;
}
.product-card:hover {
    box-shadow: rgba(203, 205, 207, 0.5) 0px 0 12px 0;
}
.product-card .product-image-wrapper {
    overflow: hidden;
    position: relative;
}
.product-card .product-image-wrapper img {
    width: 100%;
    height: auto;
}
.product-card .product-card-body {
    padding: 5px 10px;
    border-top: 1px solid #e5e5e5;
}
.product-card .product-card-body .product-title {
    font-size: 14px;
    text-align: left;
    font-weight: 600;
    color: var(--color-accent);
    text-decoration: none;
    cursor: pointer;
    margin: 5px 0;
    height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.product-card .product-card-body .product-prices .price {
    font-size: 15px;
    color: var(--color-primary);
    font-weight: 600;
}
.product-card .product-card-body .btn-view {
    font-size: 14px;
    padding: 4px 10px;
    margin-top: 10px;
}





.swiper-nav .swiper-nav-btn {
    position: absolute;
    cursor: pointer;
    top: 45% !important;
    text-align: center;
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
    border: 0;
    background-size: 25px;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s ease-out 0s;
    box-shadow: 0 1px 1px 1px rgba(166, 166, 166, 0.4);
    touch-action: none;
  }
  .swiper-nav .swiper-nav-btn.prev-item-1 {
    transition: all 500ms ease;
    opacity: 0;
    left: 20px;
  }
  .swiper-nav .swiper-nav-btn.next-item-1 {
    transition: all 500ms ease;
    opacity: 0;
    right: 20px;
  }
  .swiper-container:hover .swiper-nav .swiper-nav-btn.prev-item-1 {
    transition: all 500ms ease;
    opacity: 1;
  }
  .swiper-container:hover .swiper-nav .swiper-nav-btn.next-item-1 {
    transition: all 500ms ease;
    opacity: 1;
  }
  .swiper-container:hover .swiper-nav .swiper-nav-btn.swiper-button-disabled {
    opacity: 0.5;
  }
  .swiper-nav .swiper-nav-btn.next-item-1 svg, .swiper-nav .swiper-nav-btn.prev-item-1 svg {
    width: 20px;
    height: 40px;
    transition: all 0.3s ease-out 0s;
  }
  @media (max-width: 768px) {
    .swiper-nav .swiper-nav-btn {
      border-radius: 0;
      background-color: transparent;
      box-shadow: none;
    }
    .swiper-wrapper .swiper-nav .swiper-nav-btn.prev-item-1:hover {
        width: 50px;
        height: 50px;
        transition: all 500ms ease;
    }
    .swiper-wrapper:hover .swiper-nav .swiper-nav-btn.prev-item-1 {
      left: 0;
    }
    .swiper-wrapper:hover .swiper-nav .swiper-nav-btn.next-item-1 {
      right: 0;
    }
  }

#main-slider.swiper-container {
    border-radius: 2px;
}



.banner-strip {
    color: #ffffff;
    fill: #ffffff;
    background-color: #2d465f;
    border-radius: 2px;
    font-size: 18px;
    padding: 10px;
    text-align: center;
}



.banner-section {
    padding-top: 30px;
    padding-bottom: 30px;
}
.banner-section .banner-card{
    overflow: hidden;
	position: relative;
	display: block;
    border-radius: 2px;
}

.product-list-section {
    padding-top: 30px;
    padding-bottom: 30px;
}



.categories-section {
    padding: 40px 0;
}
.categories-section .swiper-slide {
    display: flex;
    justify-content: center;
}
.categories-section .swiper-slide .image-wrapper{
    background-color: #ffffff;
    padding: 15px;
    width: fit-content;
    height: fit-content;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.categories-section .swiper-slide a {
    text-decoration: none;
    color: var(--color-accent);
}
.categories-section .swiper-slide .category-title{
    font-weight: 600;
    font-size: 16px;
    display: block;
    text-align: center;
    margin-top: 10px;
    transition: all 0.3s ease-in-out;
}
.categories-section .swiper-slide .category-title:hover , .categories-section .swiper-slide:hover .category-title {
    color: var(--color-primary);
}
.categories-section .swiper-slide:hover .image-wrapper {
    opacity: 0.8;
}


.products-section {
    background-color: #ffffff;
    padding: 40px 0;
}

.section-title {
    font-weight: 600;
    font-size: 24px;
}


.product-details-card {
    border: 1px solid #ededed;
    background: #ffffff;
    border-radius: 2px;
}

.product-details .product-brand {
    color: var(--color-primary);
}

.product-details .product-title {
    font-size: 28px;
    font-weight: 600;
    word-break: break-word;
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
}

.product-details .featured-price-wrapper .info-text {
    color: #198754;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 10px;
}

.product-details .featured-price-wrapper .price-wrapper .price {
    font-size: 26px;
    font-weight: 600;
    margin-right: 10px;
}
.product-details .featured-price-wrapper .price-wrapper .price i {
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
}
.product-details .featured-price-wrapper .price-wrapper .last-update {
    font-size: 13px;
    font-weight: 400;
    color: #787878;
    margin-top: 10px;
}
.product-details .featured-price-wrapper .merchant-wrapper .merchant-name span {
    font-size: 13px;
    font-weight: 600;
}
.product-details .featured-price-wrapper .merchant-wrapper .btn-merchant {
    padding: 5px 25px;
    border-radius: 15px;
    font-size: 13px;
}
.product-details .featured-price-wrapper .merchant-wrapper .btn-merchant svg {
    vertical-align: text-bottom;
    margin-left: 5px;
}



.register-wrapper {
    max-width: 450px;
    margin: 50px auto;
}
.register-wrapper .section-title {
    font-size: 32px;
    margin-bottom: 30px;
}

.form-check {
    display: block;
    min-height: 28px;
    padding-left: 28px;
    margin-bottom: 5px;
}
.form-check .form-check-input[type=checkbox] {
    margin-left: -28px;
    border-radius: var(--border-radius);
    border-color: var(--border-color);
    width: 20px;
    height: 20px;
    box-shadow: none !important;
}

.hover-float-shadow {
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    backface-visibility: hidden;
    position: relative;
    transition-duration: .3s;
    transition-property: transform;
}

.hover-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: radial-gradient(ellipse at center,rgba(75, 75, 75, 0.35) 0,rgba(75, 75, 75, 0) 80%);
    transition-duration: .3s;
    transition-property: transform,opacity;
}

.hover-float-shadow:active, .hover-float-shadow:focus, .hover-float-shadow:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.hover-float-shadow:active:before, .hover-float-shadow:focus:before, .hover-float-shadow:hover:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.error-list {
    margin-bottom: 10px;
    color: #dd2619;
}
.error-list span {
    color: #dd2619;
    display: block;
    margin-left: 5px;
}

.error-list span:before {
    content: "✖";
    margin-right: 8px;
}



/* Checkbox */
.styled-checkbox {
    position: absolute;
    opacity: 0;
}
.styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
}
.styled-checkbox + label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: sub;
    width: 20px;
    height: 20px;
    background: transparent;
    border: 1px solid #cccccc;
}
.styled-checkbox:focus {
    border-color: var(--color-hover);
}
.styled-checkbox:focus + label:before {
    box-shadow: none;
}
.styled-checkbox:checked + label:before {
    background: var(--color-primary);
}
.styled-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}
.styled-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd;
}
.styled-checkbox:hover + label:after {
    content: "";
    position: absolute;
    left: 7px;
    top: 3px;
    width: 7px;
    height: 11px;
    border: 1px solid var(--color-primary);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.styled-checkbox:checked + label:before{
    border: 1px solid var(--color-primary);
}
.styled-checkbox:checked + label:after{
    content: "";
    position: absolute;
    left: 7px;
    top: 3px;
    width: 7px;
    height: 11px;
    border: 1px solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
/* Checkbox */


.faq-card {
    text-align: center;
    border-radius: 10px;
    border: 1px solid #e6e9ed;
    transition: all 0.3s ease-in-out;
}
.faq-card a {
    padding: 15px;
    display: block;
}
.faq-card:hover {
    box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
}
.faq-card .icon{
    padding: 0 10px 10px;
    max-width: 100%;
}
.faq-card .title{
    color: var(--color-text);
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 0;
}

@media (max-width:768px) {
    .faq-card {
        text-align: left;
    }
    .faq-card a {
        padding: 10px 15px;
    }
    .faq-card .icon{
        padding: 0 10px 0 0;
        max-width: 45px;
    }
    .faq-card .title{
        display: inline-block;
        font-size: 16px;
        margin-top: 0;
    }
}

.faq-list {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.faq-list a {
    color: var(--color-accent);
    display: block;
    font-weight: 500;
    padding: 8px 10px;
    text-decoration: none;
    transition: background .1s ease-in-out;
    display: flex;
    align-items: center;
}
.faq-list .icon {
    fill: var(--color-light);
    width: 20px;
    margin-right: 10px;
}

.is-useful {
    border-top: 1px solid #edece6;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
}
.is-useful .title{
    margin-bottom: 10px;
    color: var(--color-accent);
}

.is-useful .action {
    border: 0;
    background: transparent;
    box-shadow: none;
    transition: all .3s ease-in-out;
}
.is-useful .action:hover {
    transform: scale(1.2);
    margin-bottom: 10px;
}


.fade-scale {
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}
  
.fade-scale.show {
    opacity: 1;
    transform: scale(1);
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}




/*blog grid*/
.blog-grid {
    position: relative;
    margin-bottom: 25px;
    border: 1px solid #f1f2f3;
    border-radius: 0;
    transition: all 0.3s linear 0s;
    border: 1px solid #f1f1f1;
}
.blog-grid:hover {
    box-shadow: 0 0 15px 5px rgba(0, 76, 156, 0.05);
}
.blog-grid .blog-image {
    overflow: hidden;
    position: relative;
}
.blog-grid .blog-image a {
    display: block;
}
.blog-grid .blog-image img {
    width: 100%;
    height: auto;
    transition: all 0.5s ease-in-out;
}
.blog-grid:hover .blog-image img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.blog-grid .blog-content {
    padding: 10px 15px;
    background: #ffffff;
}
.blog-grid .title {
    font-size: 18px;
    margin: 5px 0;
    overflow: hidden;
    font-weight: 600;
    text-align: center;
}
.blog-grid .title a {
    color: var(--color-text);
    text-decoration: none;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.blog-grid:hover .title a {
    color: var(--color-primary);
}
.blog-grid .date,
.blog-grid .comments {
    color: #1d2a3d;
    font-size: 13px;
}
.blog-grid .date i,
.blog-grid .comments i {
    color: #1f386b;
}

.blog-slider .slick-slide {
    margin: 10px;
}

/*blog grid*/


/* category block */
.blog-category-block {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 15px;
    background: #f5f5f5;
    padding: 20px 15px;
}
.blog-category-block ul {
    padding-inline-start: 0;
    margin-bottom: 0;
}
.blog-category-block ul li {
    list-style: none;
    margin: 0;
}
.blog-category-block ul li a {
    color: var(--color-text);
    line-height: 20px;
    font-size: 16px;
    display: block;
    text-decoration: none;
    padding: 5px;
}
.blog-category-block ul li a:before {
    content: "";
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    background-color: var(--color-text);
    width: 5px;
    height: 5px;
    margin: 0 10px 0 0;
}
.blog-category-block ul li a:hover {
    color: var(--color-primary);
    text-decoration: none;
}

.blog-category-block ul li.current a {
    color: var(--color-primary);
}

.blog-category-block .heading {
    font-size: 20px;
    color: var(--color-text);
    padding-bottom: 10px;
    font-weight: 500;
    position: relative;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.blog-category-block .heading::after {
    content: "";
    position: absolute;
    bottom: -2px;
    width: 65px;
    height: 3px;
    left: 0;
    background-color: var(--color-primary);
}
/* category block */

/* Sidebar Search Block*/
.sidebar-search-block {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 15px;
    background: #f5f5f5;
    padding: 15px;
}
.sidebar-search-block .heading {
    font-size: 20px;
    color: var(--color-text);
    padding-bottom: 10px;
    font-weight: 500;
    position: relative;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.sidebar-search-block .heading::after {
    content: "";
    position: absolute;
    bottom: -2px;
    width: 65px;
    height: 3px;
    left: 0;
    background-color: var(--color-primary);
}
.sidebar-search-block form input {
    box-shadow: none;
    height: 50px;
    padding: 5px 10px;
    width: calc(100% - 55px);
    display: inline;
}
.sidebar-search-block form .btn {
    border-radius: 0;
    padding: 10px;
    height: 50px;
    width: 50px;
}
.sidebar-search-block form .btn svg {
    fill: #ffffff;
    width: 16px;
    height: 16px;
}
/* Sidebar Search Block*/

/* category block */
.latest-posts-block {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 30px;
    padding: 10px;
    border: 1px solid rgba(210, 210, 210, 0.5);
  }
.latest-posts-block ul {
    padding-inline-start: 0;
}
.latest-posts-block ul li {
    list-style: none;
    margin: 0;
    margin-top: 15px;
}
.latest-posts-block ul li .blog-post {
    display: flex;
}
.latest-posts-block ul li .blog-post .thumb {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
    margin-right: 5px;
}
.latest-posts-block ul li .title {
    font-size: 16px;
    line-height: 18px;
    display: block;
    margin-left: 5px;
}
.latest-posts-block ul li .title a {
    color: var(--color-text);
    text-decoration: none;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.latest-posts-block ul li:hover .title a {
    color: var(--color-primary);
    text-decoration: none;
}
.latest-posts-block ul li .title .date {
    color: #192f46;
    font-size: 12px;
    margin-top: 4px;
    display: block;
}
.latest-posts-block .heading {
    font-size: 20px;
    color: var(--color-text);
    padding-bottom: 10px;
    font-weight: 500;
    position: relative;
    border-bottom: 1px solid #ddd;
}
.latest-posts-block .heading::after {
    content: "";
    position: absolute;
    bottom: -2px;
    width: 65px;
    height: 3px;
    left: 0;
    background-color: var(--color-primary);
}
/* category block */


.survey  {
    background-color: #f8f8f8;
}

.survey .survey-title {
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    font-size: 35px;
    margin-bottom: 20px;
    color: var(--color-primary);
}

.survey .survey-description {
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    font-size: 18px;
    color: var(--color-text);
}

.survey .card {
    /*border-left: 3px solid var(--color-mustela);*/
    border-radius: 10px;
}
.survey .form-control {
    border-radius: 5px;
    background-color: transparent;
}




.customer-reviews .inner-box .date {
    font-size: 14px;
    font-weight: bold;
}

.customer-reviews .inner-box .title {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    color: #333;
}

.customer-reviews .inner-box {
    background-color: #f5f5f5;
    padding: 10px;
    border-radius: 10px;
    min-height: 100px;
    margin-bottom: 10px;
}
.customer-reviews h3 {
    margin-top: 5px;
    padding-bottom: 5px;
}

.review-block-rate button {
    padding: 0;
    color: #edb867;
    font-size: 12px;
}
.review-block-rate button:hover,
.review-block-rate button:active {
    color: #edb867;
    opacity: 0.7;
}

.customer-reviews .no-reviews {
    padding: 15px 10px;
    background: #ffe68c5c;
    border-radius: 10px;
    color: #7b7b7b;
    text-align: center;
}

.share-buttons a {
    color: #333;
    font-size: 14px;
    margin-left: 5px;
    padding: 5px;
}
  
.share-buttons a svg {
    width: 16px;
    height: 25px;
    fill: currentColor;
}
.share-buttons a:hover {
    color: var(--color-hover);
}
  
.pr-icons img {
    max-height: 80px;
    margin-right: 10px;
    cursor: pointer;
}
  
.gl-star-rating[data-star-rating] {
    position: relative;
    display: block;
}
  
.gl-star-rating[data-star-rating] > select {
    overflow: hidden;
    visibility: visible !important;
    position: absolute !important;
    top: 0;
    width: 1px;
    height: 1px;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: circle(1px at 0 0);
    clip-path: circle(1px at 0 0);
    white-space: nowrap;
}
  
  .gl-star-rating[data-star-rating] > select::before,
  .gl-star-rating[data-star-rating] > select::after {
    display: none !important;
  }
  .gl-star-rating-ltr[data-star-rating] > select {
    left: 0;
  }
  .gl-star-rating-rtl[data-star-rating] > select {
    right: 0;
  }
  .gl-star-rating[data-star-rating]
    > select:focus
    + .gl-star-rating-stars::before {
    opacity: 0.5;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    outline: dotted 1px currentColor;
    pointer-events: none;
  }
  .gl-star-rating-stars {
    position: relative;
    display: inline-block;
    height: 26px;
    vertical-align: middle;
    cursor: pointer;
  }
  .gl-star-rating-stars > span {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: 24px;
    background-repeat: no-repeat;
    background-image: url(../images/icons/star-empty.svg);
    margin: 0 4px 0 0;
  }
  .gl-star-rating-stars > span:last-of-type {
    margin-right: 0;
  }
  .gl-star-rating-rtl[data-star-rating] .gl-star-rating-stars > span {
    margin: 0 0 0 4px;
  }
  .gl-star-rating-rtl[data-star-rating]
    .gl-star-rating-stars
    > span:last-of-type {
    margin-left: 0;
  }
  .gl-star-rating-stars.s10 > span:nth-child(1),
  .gl-star-rating-stars.s20 > span:nth-child(-1n + 2),
  .gl-star-rating-stars.s30 > span:nth-child(-1n + 3),
  .gl-star-rating-stars.s40 > span:nth-child(-1n + 4),
  .gl-star-rating-stars.s50 > span:nth-child(-1n + 5),
  .gl-star-rating-stars.s60 > span:nth-child(-1n + 6),
  .gl-star-rating-stars.s70 > span:nth-child(-1n + 7),
  .gl-star-rating-stars.s80 > span:nth-child(-1n + 8),
  .gl-star-rating-stars.s90 > span:nth-child(-1n + 9),
  .gl-star-rating-stars.s100 > span {
    background-image: url(../images/icons/star-full.svg);
  }
  .gl-star-rating-text {
    display: inline-block;
    position: relative;
    height: 26px;
    line-height: 26px;
    font-size: 0.8em;
    font-weight: 600;
    color: #fff;
    background-color: #1a1a1a;
    white-space: nowrap;
    vertical-align: middle;
    padding: 0 12px 0 6px;
    margin: 0 0 0 12px;
  }
  
  .gl-star-rating-text::before {
    position: absolute;
    top: 0;
    left: -12px;
    width: 0;
    height: 0;
    content: "";
    border-style: solid;
    border-width: 13px 12px 13px 0;
    border-color: transparent #1a1a1a transparent transparent;
  }
  
  .gl-star-rating-rtl[data-star-rating] .gl-star-rating-text {
    padding: 0 6px 0 12px;
    margin: 0 12px 0 0;
  }
  
  .gl-star-rating-rtl[data-star-rating] .gl-star-rating-text::before {
    left: unset;
    right: -12px;
    border-width: 13px 0 13px 12px;
    border-color: transparent transparent transparent #1a1a1a;
  }
  
  .rating-summary {
    max-width: 250px;
  }
  .rating-box {
    width: 130px;
    height: 130px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fbc02d;
    color: #fff;
    border-radius: 10px;
  }
  .rating-box p {
    color: #fff;
    font-size: 18px;
  }
  
  .rating-label {
    font-weight: bold;
  }
  
  .rating-bar {
    width: 300px;
    padding: 8px;
    border-radius: 5px;
  }
  
  .bar-container {
    width: 100%;
    background-color: #f1f1f1;
    text-align: center;
    color: white;
    border-radius: 20px;
    cursor: pointer;
    margin-bottom: 5px;
  }
  
  .bar {
    width: 0%;
    height: 13px;
    background-color: #fbc02d;
    border-radius: 20px;
  }
  
  td {
    padding-bottom: 10px;
  }
  
  .star-active {
    color: #fbc02d;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  .star-active:hover {
    color: #f9a825;
    cursor: pointer;
  }
  
  .star-inactive {
    color: #cfd8dc;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  /*Rating Star*/

@media screen and (max-width: 768px) {
    .rating-summary {
        max-width: 100% !important;
    }
}


.info-card {
    flex-direction: column;
    display: flex;
    -webkit-column-gap: 16px;
    column-gap: 16px;
    row-gap: 16px;
    margin-bottom: 30px;
    color: var(--color-accent);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.info-card .icon-wrapper {
    width: 48px;
    height: 48px;
}
.info-card .icon-wrapper svg{
    fill: currentColor;
    transition: all 0.3s ease-in-out;
}
.info-card:hover .icon-wrapper svg{
    fill: var(--color-primary);
}
.info-card .text-wrapper {
    flex-direction: column;
    display: flex;
    -webkit-column-gap: 0;
    column-gap: 0;
    row-gap: 4px;
}
.info-card .text-wrapper {
    flex-direction: column;
    display: flex;
    -webkit-column-gap: 0;
    column-gap: 0;
    row-gap: 4px;
    font-size: 14px;
}
.info-card .text-wrapper>:last-child {
    margin-bottom: 0;
}
.info-card .title {
    margin: 0 0 5px;
    font-size: 15px;
}