.fullpopup {
  /* Popup */
  /* End popup*/ }
  .fullpopup .engo-popup {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    position: fixed;
    z-index: 9999;
    top: 0;
    height: 0;
    width: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
  .fullpopup .engo-popup.active {
    visibility: visible;
    opacity: 1;
    top: 0 !important;
    height: auto;
    width: auto;
    padding: 5px; }
  .fullpopup .engo-popup .overlay {
    background-color: rgba(0, 0, 0, 0.7);
    color: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0 !important;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0; }
  .fullpopup .engo-popup.active .overlay {
    width: 100%;
    height: 100%; }
  .fullpopup .engo-popup .content {
    margin: 0 auto;
    text-align: left;
    position: relative;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
  .fullpopup .engo-popup.active .content {
    max-height: 100%; }
  @media screen and (min-width: 1200px) {
    .fullpopup .engo-popup .content {
      max-width: 1024px;
      width: 900px; } }
  .fullpopup #popup-newletter {
    position: absolute;
    right: 29px;
    bottom: 60px;
    width: 60%; }
  .fullpopup #popup-newletter h3 {
    font-size: 22px;
    color: #666;
    margin: 0px 0px 10px;
    padding: 8px 0px;
    font-weight: normal;
    text-transform: uppercase; }
  .fullpopup #popup-newletter .pnewle-message {
    width: 100%;
    color: #333;
    margin-bottom: 20px; }
  .fullpopup #popup-newletter .pnewle-message span {
    font-size: 14px;
    margin-bottom: 20px;
    display: block;
    line-height: 1.5; }
  .fullpopup #popup-newletter .pnewle-message p {
    font-size: 12px;
    margin-bottom: 10px;
    display: block; }
  .fullpopup #popup-newletter .pnewle-form .newsletter-input {
    font-size: 12px;
    font-style: italic;
    height: 33px;
    display: inline-block;
    width: calc(100% - 75px); }
  .fullpopup .form-control {
    display: block;
    width: 100%;
    height: 36px;
    padding: 7px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s; }
  .fullpopup #popup-newletter .pnewle-form .btn {
    background-color: #000;
    color: #fff;
    font-style: italic;
    font-size: 11px;
    position: relative;
    padding: 5px 12px;
    display: inline-block;
    width: 70px;
    height: 33px;
    vertical-align: top;
    border-radius: 0;
    outline: none; }
  .fullpopup .closePopup {
    background: url(fancybox_sprite.png) top left no-repeat;
    border: none;
    outline: none;
    position: absolute;
    top: -15px;
    right: -15px;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 50%;
    z-index: 1;
    display: none; }
  @media screen and (min-width: 1200px) {
    .fullpopup .newletter-popup.engo-popup .content {
      width: 850px; } }
  @media screen and (max-width: 991px) {
    .fullpopup .box-home-aboutus .content {
      width: 100%; } }
  @media screen and (max-width: 600px) {
    .fullpopup .engo-popup .content {
      padding: 10px;
      width: 100%; } }
  .fullpopup .c-modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.7);
    font-family: Roboto,sans-serif;
    overflow-x: hidden;
    overflow-y: auto;
    color: #464646; }
  .fullpopup .c-modal--open {
    overflow: hidden; }
  .fullpopup .c-modal--close {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 24px;
    right: 24px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer; }
  .fullpopup .c-modal--close:after, .fullpopup .c-modal--close:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 18px;
    height: 2px;
    border-radius: 4px;
    background: #a9b0b6;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
  .fullpopup .c-modal--close:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg); }
  .fullpopup .c-modal--close:after {
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    -ms-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg); }
  .fullpopup .c-modal--close:hover:after, .fullpopup .c-modal--close:hover:before {
    background: #6c757d; }
  .fullpopup .c-modal__wrapper {
    margin: 100px auto;
    max-width: 800px;
    width: 100%; }
  .fullpopup .c-modal--visible .c-modal__wrapper:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 0 0; }
  .fullpopup .c-modal__box {
    width: 100%;
    background: #fff;
    pointer-events: auto;
    background-clip: padding-box;
    border-radius: 4px;
    font-size: 14px;
    position: relative;
    max-height: 100vh;
    overflow: auto;
    padding: 15px; }
    .fullpopup .c-modal__box::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      border-radius: 10px;
      background-color: #F5F5F5; }
    .fullpopup .c-modal__box::-webkit-scrollbar {
      width: 5px;
      background-color: #F5F5F5; }
    .fullpopup .c-modal__box::-webkit-scrollbar-thumb {
      border-radius: 10px;
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      background-color: #555; }
  .fullpopup .c-modal .card {
    min-height: 600px; }
  .fullpopup .c-modal .card-title {
    -webkit-box-shadow: inset 0 -1px 0 0 #dee2e6;
    box-shadow: inset 0 -1px 0 0 #dee2e6; }
  .fullpopup .c-modal .card-title .mini-logo {
    max-width: 108px;
    width: 100%;
    max-height: 32px;
    margin-right: auto;
    padding-left: 8px; }
  .fullpopup .c-modal .card-body {
    position: relative; }
  .fullpopup .c-modal__slider {
    padding: 20px;
    margin-bottom: 26px; }
  .fullpopup .c-modal__slider .lSAction {
    display: none !important; }
  .fullpopup .c-modal__slider .lSSlide li {
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .fullpopup .c-modal__slider .lSPager {
    margin-right: 2px; }
  .fullpopup .c-modal__slider .lSPager li {
    border-radius: 0 !important;
    background-color: #fff;
    padding: 5px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer; }
  .fullpopup .c-modal__slider .lSPager li:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 4px;
    border: solid 1px #dee2e6;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .fullpopup .c-modal__slider .lSPager li.active:before, .fullpopup .c-modal__slider .lSPager li:hover:before {
    border: solid 1px #cb1c22; }
  .fullpopup .c-modal__nav {
    padding: 0 20px;
    background: #f8f9fa;
    position: fixed;
    top: 0;
    z-index: 1;
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
    -webkit-box-shadow: inset 0 -1px 0 0 #e9ecef,inset 0 1px 0 0 #e9ecef;
    box-shadow: inset 0 -1px 0 0 #e9ecef,inset 0 1px 0 0 #e9ecef;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    display: none; }
  .fullpopup .c-modal__nav:after {
    content: "";
    position: absolute;
    z-index: 11;
    right: 0;
    top: 0;
    width: 50px;
    height: 48px;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(238, 238, 238, 0)), to(#f8f9fa));
    background-image: -o-linear-gradient(left, rgba(238, 238, 238, 0), #f8f9fa);
    background-image: linear-gradient(to right, rgba(238, 238, 238, 0), #f8f9fa); }
  .fullpopup .c-modal__nav.fixed {
    display: block; }
  .fullpopup .c-modal__nav .swiper-container {
    cursor: -webkit-grab;
    cursor: grab; }
  .fullpopup .c-modal__nav .swiper-slide {
    width: auto;
    color: #8392a5;
    padding: 6px 0;
    margin: 8px 0;
    font-size: 14px;
    line-height: 1.43; }
  .fullpopup .c-modal__nav .swiper-slide.active {
    font-size: 14px;
    line-height: 1.43;
    background: #cb1c22;
    padding: 6px 12px;
    border-radius: 4px;
    color: #fff; }
  .fullpopup .c-modal .dots {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #99a2aa;
    margin: 3px 8px 3px 0; }
  .fullpopup .c-modal .mini-size {
    max-width: 776px;
    width: 100% !important;
    margin: auto; }
  .fullpopup .c-modal .mini-wraper {
    margin-bottom: 24px; }
  .fullpopup .c-modal .mini-wraper ul {
    margin-left: 24px !important;
    list-style: initial; }
  .fullpopup .c-modal .mini-wraper ul li {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #32373d;
    word-break: break-word; }
  .fullpopup .c-modal .mini-height {
    min-height: 100% !important; }
  .fullpopup .c-modal .mini-content {
    padding: 0 24px; }
  .fullpopup .c-modal .link {
    background-image: -o-linear-gradient(transparent calc(100% - 1px), #1d48ba 1px);
    background-image: linear-gradient(transparent calc(100% - 1px), #1d48ba 1px);
    background-size: 0 100%;
    background-repeat: no-repeat;
    transition: all .6s ease,-webkit-transform .6s ease; }
  .fullpopup .c-modal .link:hover {
    color: #1d48ba;
    background-size: 100% 100%; }
  .fullpopup .c-modal .modal {
    z-index: 1000; }
  .fullpopup .c-modal .modal__header * {
    font-size: 24px;
    font-weight: 500; }
  .fullpopup .c-modal .modal__close-btn {
    position: absolute;
    z-index: 9;
    right: 20px;
    top: 10px;
    display: inline-block;
    width: 24px;
    height: 24px;
    border: none;
    outline: 0;
    cursor: pointer; }
  .fullpopup .c-modal .modal__close-btn:focus, .fullpopup .c-modal .modal__close-btn:hover {
    background: 0 0; }
  .fullpopup .c-modal .modal__close-btn:after, .fullpopup .c-modal .modal__close-btn:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 18px;
    height: 2px;
    border-radius: 4px;
    background: #a9b0b6;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
  .fullpopup .c-modal .modal__close-btn:after {
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    -ms-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg); }
  .fullpopup .c-modal .modal__close-btn:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg); }
  .fullpopup .c-modal .modal__close-btn .icon {
    display: none;
    visibility: hidden; }
  .fullpopup .c-modal .st-table {
    border-collapse: collapse;
    width: calc(100% - 60px);
    margin: 0 auto; }
  .fullpopup .c-modal .st-table:last-child {
    margin-bottom: 20px; }
  .fullpopup .c-modal .st-table-title {
    padding: 4px 5px;
    font-weight: bold;
    background: #f8f9fa;
    -webkit-box-shadow: inset 0 -1px 0 #edeeef;
    box-shadow: inset 0 -1px 0 #edeeef; }
  .fullpopup .c-modal .st-table-sub-title {
    padding: 0 30px;
    margin-top: 8px; }
  .fullpopup .c-modal .st-table tr:not([style*=none]):not(:first-child) {
    -webkit-box-shadow: inset 0 1px 0 #edeeef;
    box-shadow: inset 0 1px 0 #edeeef; }
  .fullpopup .c-modal .st-table td {
    color: #495057;
    padding: 8px 0;
    vertical-align: baseline; }
  .fullpopup .c-modal .st-table td:first-child {
    color: #99a2aa;
    width: 200px;
    padding: 8px 0; }
  .fullpopup .c-modal .st-table td span.text--lg {
    margin-right: 8px;
    vertical-align: middle; }
  .fullpopup .c-modal .st-table td .btn {
    cursor: pointer;
    padding: 6px 12px; }
  .fullpopup .c-modal .st-table-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 30px;
    margin-top: 8px;
    margin-bottom: 16px; }
  .fullpopup .c-modal .st-table-col {
    width: calc((100% - 12px)/ 2);
    border-radius: 4px;
    border: solid 1px #e9ecef;
    padding: 0 10px;
    -ms-flex-item-align: baseline;
    align-self: baseline; }
  .fullpopup .c-modal .st-table-col:nth-child(n+3) {
    margin-top: 8px; }
  .fullpopup .c-modal .st-table-col .st-table {
    width: 100%;
    margin-bottom: 0; }
  .fullpopup .c-modal .st-table-col .st-table-title {
    padding: 4px 0;
    background: #fff; }
  .fullpopup .c-modal .st-table-col .st-table td:first-child {
    width: 140px; }
  .fullpopup .c-modal .st-table--custom {
    width: 100%;
    background: #f8f9fa;
    -webkit-box-shadow: inset 0 -1px 0 0 #e9ecef;
    box-shadow: inset 0 -1px 0 0 #e9ecef; }
  .fullpopup .c-modal .st-table--custom th {
    vertical-align: middle;
    padding: 4px 10px; }
  .fullpopup .c-modal .st-table--custom th:first-child {
    width: 200px;
    font-weight: 500; }
  .fullpopup .c-modal .st-table--custom th:not(:first-child) {
    font-weight: 400; }
  .fullpopup .c-modal .st-table .st-list {
    margin-bottom: 0;
    padding: 0; }
  .fullpopup .c-modal .st-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 30px;
    margin-bottom: 12px; }
  .fullpopup .c-modal .st-list li, .fullpopup .c-modal .st-list p {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2px 0;
    margin-bottom: 4px;
    width: 50%;
    color: #444b52; }
  .fullpopup .c-modal .st-list li div, .fullpopup .c-modal .st-list p div {
    color: #495057; }
  .fullpopup .c-modal .st-row li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2px 0;
    margin-bottom: 4px;
    width: 100%;
    color: #99a2aa; }
  .fullpopup .c-modal .st-modal-tags {
    padding: 10px 20px; }
  .fullpopup .c-modal .st-modal-tags .e-tag {
    margin-right: 10px;
    margin-bottom: 10px; }
  .fullpopup .c-modal .st-modal-accessories {
    padding: 10px 30px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .fullpopup .c-modal .st-modal-accessories .item {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .fullpopup .c-modal .st-modal-accessories .item span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 50px;
    height: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background: #e9ecef;
    margin-right: 6px; }
  .fullpopup .c-modal .st-modal-accessories .item span i {
    font-size: 21px; }
  .fullpopup .c-modal .st-modal-accessories .item:nth-child(n+3) {
    margin-top: 8px; }
  .fullpopup .c-modal .custom-modal .modal-wrapper {
    width: 100%;
    max-width: 576px; }
  .fullpopup .c-modal .custom-modal .modal-title {
    min-height: 42px;
    padding: 0 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative; }
  .fullpopup .c-modal .custom-modal .modal-title .card-title {
    margin: 0; }
  .fullpopup .c-modal .custom-modal .modal-title .c-modal--close {
    top: 28px; }
  .fullpopup .c-modal .custom-modal .modal-body {
    text-align: center;
    padding: 16px 0 24px; }
  .fullpopup .c-modal .custom-modal .modal-body img {
    margin-bottom: 8px; }
  .fullpopup .c-modal .custom-modal .modal-body .btn {
    width: 110px;
    padding: 10px 0;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    border-radius: 6px;
    margin-top: 24px; }
  .fullpopup .c-modal .custom-modal .modal-body .btn:nth-child(2) {
    margin-left: 16px; }
  .fullpopup .c-modal .custom-modal .modal-body .btn-white {
    background-color: #fff;
    color: #6a737a;
    border: 1px solid #cbd1d6; }
  .fullpopup .c-modal .custom-modal .modal-body .btn-white:hover {
    color: #fff;
    background: #939ca3;
    border: 1px solid #939ca3; }
  .fullpopup .c-modal .custom-modal .modal-body .btn-red {
    background-color: #cb1c22;
    color: #fff; }
  .fullpopup .c-modal .custom-modal .modal-body .btn-red:hover {
    background: #bd1319;
    border: 1px px solid #bd1319; }
  .fullpopup .custom-modal .modal-wrapper {
    width: 100%;
    max-width: 576px; }
  .fullpopup .custom-modal .modal-title {
    min-height: 42px;
    padding: 0 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative; }
  .fullpopup .custom-modal .modal-title .card-title {
    margin: 0; }
  .fullpopup .custom-modal .modal-title .c-modal--close {
    top: 28px; }
  .fullpopup .custom-modal .modal-body {
    text-align: center;
    padding: 16px 0 24px; }
  .fullpopup .custom-modal .modal-body img {
    margin-bottom: 8px; }
  .fullpopup .custom-modal .modal-body .btn {
    width: 110px;
    padding: 10px 0;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    border-radius: 6px;
    margin-top: 24px; }
  .fullpopup .custom-modal .modal-body .btn:nth-child(2) {
    margin-left: 16px; }
  .fullpopup .custom-modal .modal-body .btn-white {
    background-color: #fff;
    color: #6a737a;
    border: 1px solid #cbd1d6; }
  .fullpopup .custom-modal .modal-body .btn-white:hover {
    color: #fff;
    background: #939ca3;
    border: 1px solid #939ca3; }
  .fullpopup .custom-modal .modal-body .btn-red {
    background-color: #cb1c22;
    color: #fff; }
  .fullpopup .custom-modal .modal-body .btn-red:hover {
    background: #bd1319;
    border: 1px px solid #bd1319; }
  .fullpopup .st-table {
    border-collapse: collapse;
    width: calc(100% - 60px);
    margin: 0 auto; }
  .fullpopup .st-table:last-child {
    margin-bottom: 20px; }
  .fullpopup .st-table-title {
    padding: 4px 5px;
    font-weight: bold;
    background: #f8f9fa;
    -webkit-box-shadow: inset 0 -1px 0 #edeeef;
    box-shadow: inset 0 -1px 0 #edeeef; }
  .fullpopup .st-table-sub-title {
    padding: 0 30px;
    margin-top: 8px; }
  .fullpopup .st-table tr:not([style*=none]):not(:first-child) {
    -webkit-box-shadow: inset 0 1px 0 #edeeef;
    box-shadow: inset 0 1px 0 #edeeef; }
  .fullpopup .st-table td {
    color: #495057;
    padding: 8px 0;
    vertical-align: baseline; }
  .fullpopup .st-table td:first-child {
    color: #99a2aa;
    width: 200px;
    padding: 8px 0; }
  .fullpopup .st-table td span.text--lg {
    margin-right: 8px;
    vertical-align: middle; }
  .fullpopup .st-table td .btn {
    cursor: pointer;
    padding: 6px 12px; }
  .fullpopup .st-table-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 30px;
    margin-top: 8px;
    margin-bottom: 16px; }
  .fullpopup .st-table-col {
    width: calc((100% - 12px)/ 2);
    border-radius: 4px;
    border: solid 1px #e9ecef;
    padding: 0 10px;
    -ms-flex-item-align: baseline;
    align-self: baseline; }
  .fullpopup .st-table-col:nth-child(n+3) {
    margin-top: 8px; }
  .fullpopup .st-table-col .st-table {
    width: 100%;
    margin-bottom: 0; }
  .fullpopup .st-table-col .st-table-title {
    padding: 4px 0;
    background: #fff; }
  .fullpopup .st-table-col .st-table td:first-child {
    width: 140px; }
  .fullpopup .st-table--custom {
    width: 100%;
    background: #f8f9fa;
    -webkit-box-shadow: inset 0 -1px 0 0 #e9ecef;
    box-shadow: inset 0 -1px 0 0 #e9ecef; }
  .fullpopup .st-table--custom th {
    vertical-align: middle;
    padding: 4px 30px; }
  .fullpopup .st-table--custom th:first-child {
    width: 200px;
    font-weight: 500; }
  .fullpopup .st-table--custom th:not(:first-child) {
    font-weight: 400; }
  .fullpopup .st-table .st-list {
    margin-bottom: 0;
    padding: 0; }
  .fullpopup .st-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 30px;
    margin-bottom: 12px; }
  .fullpopup .st-list li, .fullpopup .st-list p {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2px 0;
    margin-bottom: 4px;
    width: 50%;
    color: #444b52; }
  .fullpopup .st-list li div, .fullpopup .st-list p div {
    color: #495057; }
  .fullpopup .st-row li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2px 0;
    margin-bottom: 4px;
    width: 100%;
    color: #99a2aa; }
  .fullpopup .st-modal-tags {
    padding: 10px 20px; }
  .fullpopup .st-modal-tags .e-tag {
    margin-right: 10px;
    margin-bottom: 10px; }
  .fullpopup .st-modal-accessories {
    padding: 10px 30px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .fullpopup .st-modal-accessories .item {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .fullpopup .st-modal-accessories .item span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 50px;
    height: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background: #e9ecef;
    margin-right: 6px; }
  .fullpopup .st-modal-accessories .item span i {
    font-size: 21px; }
  .fullpopup .st-modal-accessories .item:nth-child(n+3) {
    margin-top: 8px; }
  .fullpopup .modal-mini.open {
    z-index: 1000; }
  .fullpopup .c-dropdown {
    position: relative;
    display: inline-block; }
  .fullpopup .c-dropdown-button {
    width: 100%;
    padding: 4px 28px 4px 8px;
    color: #444b52;
    cursor: pointer;
    overflow: hidden;
    background-color: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative; }
  .fullpopup .c-dropdown-button--lg {
    padding: 6px 28px 6px 8px; }
  .fullpopup .c-dropdown-button:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 4px;
    border: solid 1px #cbd1d6;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
  .fullpopup .c-dropdown-button:hover:before {
    border-color: #939ca3; }
  .fullpopup .c-dropdown-button [class*=ic-], .fullpopup .c-dropdown-button [class*=icon-] {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    right: 8px;
    width: 16px;
    height: 16px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .fullpopup .c-dropdown-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 95;
    left: -1px;
    top: calc(100% + 4px);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 100%;
    max-width: 376px;
    padding-bottom: 1px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    border: solid 1px #cbd1d6;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 6px 1px rgba(181, 181, 181, 0.5);
    box-shadow: 0 2px 6px 1px rgba(181, 181, 181, 0.5);
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
  .fullpopup .c-dropdown-menu.open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .fullpopup .c-dropdown-menu a {
    width: 100%;
    padding: 8px;
    color: #444b52;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
  .fullpopup .c-dropdown-menu a:focus {
    background-color: #dee2e6; }
  .fullpopup .c-dropdown-menu a:hover {
    background-color: #e9ecef; }
  .fullpopup .c-dropdown-menu a:not(:last-child) {
    -webkit-box-shadow: inset 0 -1px 0 0 #edeeef;
    box-shadow: inset 0 -1px 0 0 #edeeef; }
  .fullpopup .c-dropdown-menu a.active {
    font-weight: 500;
    background-color: #f8f9fa; }
  .fullpopup .c-dropdown-menu a.active .ic-checkbox {
    border: #cb1c22;
    background-color: #cb1c22; }

.wrap-filter .box_sidebar .scrollbar li a input:checked + .cust-check, .wrap-filter .box_sidebar .scrollbar li label input:checked + .cust-check {
  border: solid 1px #cb1c22;
  background-color: #cb1c22; }

.filter-price input[type="checkbox"]:checked + .cust-check:after {
  color: #fff; }

.wrap-filter .box_sidebar .scrollbar li.active .cust-check:after,
.filter-price input[type="checkbox"]:checked + .cust-check:after {
  top: -2px;
  color: #fff; }

.filter-vendor ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr); }

.wrap-filter .box_sidebar .scrollbar li {
  display: block;
  margin: 7px 0; }

.filter-vendor li:nth-child(n+13) {
  display: none !important; }

.henactive.filter-vendor li:nth-child(n+13) {
  display: block !important; }

.wrap-filter .box_sidebar .shop-sidebar .title {
  margin-bottom: 15px; }

.wrap-filter {
  max-height: 100vh;
  overflow: auto; }
  .wrap-filter::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5; }
  .wrap-filter::-webkit-scrollbar {
    width: 4px;
    background-color: #F5F5F5; }
  .wrap-filter::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #555; }

#header.hSticky-nav {
  visibility: visible;
  opacity: 1; }
