

ul, li {
  list-style: none;
}

ul {
  margin: 0;
  padding: 0;
}

.is-flex {
  display: flex !important; }
  .is-flex-1 {
    flex: 1; }
  .is-flex--space-between {
    justify-content: space-between; }
  .is-flex--center {
    justify-content: center; }
  .is-flex--start {
    justify-content: flex-start; }

.is-vertical-flex {
  display: flex;
  flex-direction: column; }

.is-100-height {
  height: 100%; }

.is-fullwidth {
  width: 100%; }

.is-fullheight {
  height: 100%; }

.is-float-left {
  float: left; }

.is-float-right {
  float: right; }

.is-link--dark a {
  color: #fff; }
  .is-link--dark a:hover {
    color: #D0ECE7;
    text-decoration: none; }

.is-link--light a {
  color: rgba(0, 0, 0, 0.65); }
  .is-link--light a:hover {
    color: #09488a;
    text-decoration: none; }

.is-clickable {
  cursor: pointer !important; }
  .is-clickable--no-shadow:hover {
    box-shadow: none !important; }
  .is-clickable:hover {
    box-shadow: 0 5px 10px #d7d7d7, 0 -5px 15px #d9d9d9; }
.detail_img_wrapper img {
  cursor: pointer;
}
.is-padding-25 {
  padding: 25px; }

.is-padding-20 {
  padding: 20px; }

.is-padding-15 {
  padding: 15px; }

.is-padding-10 {
  padding: 10px; }

.is-padding-5 {
  padding: 5px; }

.is-margin-25 {
  margin: 25px; }

.is-margin-20 {
  margin: 20px; }

.is-margin-15 {
  margin: 15px; }

.is-margin-10 {
  margin: 10px; }

.is-margin-5 {
  margin: 5px; }

.is-text-center {
  text-align: center; }

.is-text-sm {
  font-size: 14px; }

.is-text-md {
  font-size: 18px; }

.is-text-lg {
  font-size: 24px; }

.is-text-sg {
  font-size: 28px; }

.is-text-bold {
  font-weight: bold; }

.is-gap-left {
  margin-left: 5px; }

.is-opaque {
  color: #919596; }

.is-flat-input {
  border-width: 2px;
  padding: 18px 10px; }

.is-flat-button {
  text-align: center;
  padding: 6px 10px;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 600; }
  .is-flat-button--no-bg {
    text-align: center;
    padding: 6px 10px;
    color: rgba(0, 0, 0, 0.65);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    background-color: #fff !important; }
  .is-flat-button--fix-width {
    min-width: 115px; }
  .is-flat-button--same-input {
    color: rgba(0, 0, 0, 0.65);
    border: 2px solid #d9d9d9;
    text-align: center;
    background-color: #fff !important; }
    .is-flat-button--same-input:hover {
      color: #fff;
      background-color: #108ee9 !important;
      border-color: #108ee9 !important;
      font-weight: 600; }

.is-border-danger {
  border: 1px solid #ff3860 !important; }

.is-border-info {
  border: 1px solid #3EACA8 !important; }

.is-border-primary {
  border: 1px solid #1ABC9C !important; }

.is-button-danger {
  background-color: #ff3860; }

.is-button-primary {
  background-color: #1ABC9C; }

.is-button-info {
  background-color: #3EACA8; }

.fa {
  margin-right: 4px; }

.ant-popover-inner-content {
  padding: 0; }

.ant-modal {
  top: 50px; }
  .ant-modal-body {
    padding: 0; }

.ant-tree-iconEle {
  background-color: none; }
  .ant-tree-iconEle ant-tree-icon_loading {
    background-color: none; }
    .ant-tree-iconEle ant-tree-icon_loading ant-tree-icon__open {
      background-color: none; }

.ant-select.editor-select-filetype {
  height: 40px; }
  .ant-select.editor-select-filetype .ant-select-selection {
    height: 40px;
    border: 2px solid #d9d9d9; }
  .ant-select.editor-select-filetype .ant-select-selection__rendered {
    height: 40px;
    line-height: 38px; }

.ant-popover {
  z-index: 9999; }

.ant-layout {
  overflow: auto;
  height: 100vh;
  background-color: #f4f6f8; }
  .ant-layout .ant-layout-footer {
    background-color: #EAECEE;
    padding: 15px 50px;
    width: calc(100vw - 250px);
    text-align: center;
    position: fixed;
    bottom: 0; }
  .ant-layout .ant-layout-sider {
    margin-top: 55px;
    background-color: #303246 !important; }
    .ant-layout .ant-layout-sider .ant-menu {
      color: #fff;
      background-color: #303246; }
    .ant-layout .ant-layout-sider li.ant-menu-item, .ant-layout .ant-layout-sider li .ant-menu-submenu-title {
      font-size: 15px !important;
      font-weight: 500; }
      .ant-layout .ant-layout-sider li.ant-menu-item:hover, .ant-layout .ant-layout-sider li .ant-menu-submenu-title:hover {
        color: #A2D4AB; }
    .ant-layout .ant-layout-sider li.site-info {
      margin: 0;
      background-color: #C62B41;
      width: 250px; }
      .ant-layout .ant-layout-sider li.site-info:hover {
        color: #FADBD8; }
    .ant-layout .ant-layout-sider li.ant-menu-item-selected {
      color: #fff;
      background-color: #547A82; }
      .ant-layout .ant-layout-sider li.ant-menu-item-selected:hover {
        color: #fff; }
      .ant-layout .ant-layout-sider li.ant-menu-item-selected::after {
        border-right: none; }
  .ant-layout .ant-layout-content {
    background-color: #f4f6f8 !important;
    margin-top: 55px !important;
    height: 100%;
    display: flex; }
    @media screen and (max-width: 992px) {
      .ant-layout .ant-layout-content {
        margin-left: 0 !important; } }
    .ant-layout .ant-layout-content .your-site {
      width: 100%;
      height: auto; }
    @media screen and (max-width: 992px) {
      .ant-layout .ant-layout-content {
        padding: 0 5px 48px !important; } }
  .ant-layout .ant-layout-header {
    background-color: #303246;
    height: 55px;
    line-height: 55px;
    position: fixed;
    width: 100%;
    z-index: 999; }
    .ant-layout .ant-layout-header .header-brand {
      position: absolute;
      left: 0;
      font-weight: 700;
      padding-left: 15px;
      width: 250px;
      font-size: 20px;
      color: #fff;
      background-color: #C62B41; }
      @media screen and (max-width: 992px) {
        .ant-layout .ant-layout-header .header-brand {
          display: none !important; } }
      .ant-layout .ant-layout-header .header-brand img {
        vertical-align: center; }

.fr-box ol {
  list-style: decimal; }

.fr-box ul {
  list-style: dotted; }

.fr-toolbar {
  box-shadow: none !important;
  border: 1px solid #dfe4e8 !important;
  border-bottom: none !important; }

.fr-wrapper {
  box-shadow: none !important;
  border: 1px solid #dfe4e8 !important; }

.fr-counter {
  border: 1px solid #dfe4e8 !important; }

.fr-element {
  max-height: 170px; }

.fr-pcategory .fr-element, .fr-pcategory .fr-wrapper {
  height: 300px;
  max-height: 300px !important; }

.ace_editor {
  border: 1px solid #dfe4e8;
  border-left: none !important;
  width: auto !important;
  height: calc(100vh - 280px) !important; }

.ace_error {
  display: none; }

.enable_ace_err .ace_error {
  display: block; }

.no_invalid .ace_invalid {
  display: initial;
  color: #000 !important;
  background-color: inherit !important; }

.btn-search {
  padding: 0 15px 0 15px;
  color: #00abff;
  text-shadow: none;
  border: 1px solid #ddd;
  font-size: 16px;
  background-color: #fffcfc; }
  .btn-search i:before {
    font-weight: 600; }

.btn-add-to-cart {
  font-weight: 600;
  transition: all 400ms ease-in-out;
  background-color: #f7f7f7;
  border: 1px solid #eee;
  color: #6f6e6b;
  padding: 10px;
  text-transform: uppercase;
  letter-spacing: 0.025em; }
  .btn-add-to-cart i {
    padding-right: 3px; }

.btn {
  font-size: 15px;
  padding: 10px;
  font-weight: 400;
  color: #fff;
  border: none;
  background-color: #00abff; }

.qty {
  width: 30px;
  height: 30px;
  font-size: 14px;
  text-align: center; }

.btn_qty {
  font-size: 22px;
  height: 30px;
  border: 1px solid #54aaff;
  width: 30px; }

.cate_open_modal {
  margin-bottom: 20px;
  margin-left: 20px;
  width: 35px;
  background-color: #fdfdfd;
  color: #54aaff; }
  .cate_open_modal i {
    font-size: 1.2em; }

.btn_hamburger {
  margin-left: 10px;
  height: 41px;
  width: 48px; }

.header-top {
  position: relative;
  z-index: 1001;
  font-size: .7857em;
  background-color: #2f2f2f; }

.header-wrapper {
  display: none
  color: #00abff; }
  .header-wrapper .header-topbar {
    display: flex;
    background-color: #1c1c1c;
    justify-content: space-between; }
    .header-wrapper .header-topbar .header-left {
      text-align: left; }
      .header-wrapper .header-topbar .header-left .share-links {
        margin: 0 5px 0 -5px;
        vertical-align: middle;
        font-size: 1.4545em;
        display: inline-block; }
        .header-wrapper .header-topbar .header-left .share-links a {
          color: #777777;
          margin: 0;
          box-shadow: none;
          padding-left: 10px; }
          .header-wrapper .header-topbar .header-left .share-links a i {
            margin-top: 5px;
            line-height: 23px;
            font-size: 14px;
            height: 29px; }
    .header-wrapper .header-topbar .header-right span {
      color: #777;
      line-height: 30px;
      letter-spacing: 0.282px;
      display: inline-block;
      vertical-align: middle;
      padding-right: 20px; }
    .header-wrapper .header-topbar .header-right .login i {
      padding-right: 5px; }
    .header-wrapper .header-topbar .header-right .login {
      cursor: pointer;
      padding-right: 0;
      font-weight: 800; }
.header-main {
  position: relative; }
  .header-main .header-flex {
    display: flex;
    background-color: white;
    justify-content: center;
    height: 75px;}
    .header-main .header-flex .header-left {
      padding-right: 20px;
      position: relative;
      vertical-align: middle;
      text-align: left;
      padding: 41px 0; }
      .header-main .header-flex .header-left .searchform-popup {
        display: flex;
        border-color: #cccccc;
        background: #ffffff;
        position: relative;
        line-height: 38px;
        font-size: 13px;
        padding: 0;
        vertical-align: middle; }
        .header-main .header-flex .header-left .searchform-popup .header-search {
          border: 1px solid #ccc;
          border-right: none;}
        .header-main .header-flex .header-left .searchform-popup input {
          border: none;
          width: 325px;
          color: #777;
          padding: 0 15px 0 15px;
          font-size: 13px;
          height: 38px;
          outline: none; }
        .header-main .header-flex .header-left .searchform-popup .select-menu {
          position: relative;
          cursor: pointer;
          padding-right: 3px;
          border-top: 1px solid #ccc;
          border-bottom: 1px solid #ccc; }
          .header-main .header-flex .header-left .searchform-popup .select-menu .select-menu-span {
            padding-left: 10px;
            padding-right: 5px;
            font-size: 14px;
            color: #777;
            letter-spacing: 0.005em;
            font-weight: normal; }
            .header-main .header-flex .header-left .searchform-popup .select-menu .select-menu-span i {
              vertical-align: middle;
              padding-left: 2px; }
    .header-main .header-flex .header-center {
      display: block;
      width: 30%;
      text-align: center;
      padding-left: 0;
      padding-right: 0;
      padding: 18px; }
      .header-main .header-flex .header-center .logo {
        margin: 5px; }
    .header-main .header-flex .header-right {
      display: block;
      /*width: 35%;*/
      padding-left: 20px;
      padding: 41px 0;
      text-align: right;
      vertical-align: middle; }
      .header-main .header-flex .header-right .header-right-div {
        display: flex;
        justify-content: flex-end; }
        .header-main .header-flex .header-right .header-right-div .mini-cart {
          padding-left: 20px;
          position: relative; }
          .header-main .header-flex .header-right .header-right-div .mini-cart img {
            margin: 0 5px; }
          .header-main .header-flex .header-right .header-right-div .mini-cart .cart-qty-item {
            color: #e13b3f; }
          .header-main .header-flex .header-right .header-right-div .mini-cart .cart-qty-item {
            position: absolute;
            top: 0;
            color: #fff;
            right: 0px;
            font-size: 10px;
            font-weight: 600;
            text-align: center;
            width: 16px;
            height: 16px;
            border-radius: 8px;
            line-height: 16px;
            background-color: #ff5b5b; }
        .header-main .header-flex .header-right .header-right-div .header-right-span {
          border-right: 1px solid #eee;
          padding-top: 10px;
          padding-right: 20px;
          line-height: 22px;
          white-space: nowrap;
          font-size: 16px; }

.menu-main-center {
  display: flex;
  background-color: #b30303;
  justify-content: center; }
  .menu-main-center span {
    padding: 15px 16px; }
    .menu-main-center span a {
      font-family: 'Oswald', sans-serif;
      font-size: 18px;
      font-weight: 900;
      line-height: 24px;
      letter-spacing: 0;
      color: #ffffff; }
    .menu-main-center span i {
      padding-right: 3px;
      font-size: 14px; }
  .menu-main-center span:hover a {
    color: #00abff; }
  .menu-main-center span:hover i {
    color: #00abff; }
  .menu-main-center .menu-main-nav.active-nav a {
    color: #00abff; }
  .menu-main-center .menu-main-nav.active-nav a {
    color: #00abff; }

.select-menu-option {
  list-style: none;
  position: absolute;
  background-color: #fff;
  display: block;
  padding-left: 0;
  z-index: 2000;
  width: 248px;
  border: 1px solid #777777; }
  .select-menu-option .active-li {
    background: #f4f4f4; }
  .select-menu-option li {
    color: #777;
    padding-left: 10px; }
    .select-menu-option li:hover {
      background: #f4f4f4; }

.header-right-div .fa-chevron-down {
  cursor: pointer;
  padding-top: 15px;
  padding-left: 9px; }

.btn_hamburger {
  display: none; }

.logo img {
  max-width: 330px;
  width: 100%;
  min-width: 128px;
  height: auto; }
.btn-search-mobile {
  display: none;
}
@media screen and (max-width: 980px) {
  .searchform-popup .header-search, .select-menu {
    display: none !important; }
  .searchform-popup .btn-search {
    display: none;
  }
  .searchform-popup .btn-search.btn_mobile {
    display: block;
    margin-left: -19px;
  }
  .header-search1 input {
    height: 41px !important;
  }
  
  .btn-search-mobile {
    display: block;
  }
  
  .btn-search-mobile i {
    font-size: 17px;
    color: #54aaff;
  }
  .searchform_mobile .header-search input {
     width: 116px; 
  }
  .searchform_mobile {
    position: absolute;
    border: 2px solid #eee;
    background-color: #eee;
    top: 40px;
    right: 0;
  }
  .searchform_mobile.flex {
    flex-direction: row !important;
    left: -240%;
  }
  .btn-search {
    height: 41px; }
  .header-menu-wrap {
    display: none; }
  .header-right-span {
    display: none; }
  .btn_hamburger {
    display: block; }
  .header-center {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    padding: 41px 0 !important; }
  .logo img {
    max-width: 170px;
    max-height: 41px; } }


.footer-bottom {
  margin-right: 0;
  padding: 10px 8px 10px 0;
  text-align: left;
  background: #222; }
  .footer-bottom h3 {
    font-family: monospace;
    font-size: 12px;
    letter-spacing: normal;
    line-height: 22px;
    background-color: #222222;
    margin: 0; }

.flex .col-lg-4 {
  flex: 0 0 33%;
  padding: 25px; }

#footer {
  position: relative;
  background-color: #2f2f2f; }
  #footer .widget {
    padding-top: 30px; }
  #footer .widget ul {
    font-family: Roboto Condensed, sans-serif;
    padding: 0; }
    #footer .widget ul li {
      padding-top: 2px;
      padding-bottom: 2px;
      font-size: 14px; }
  #footer .widget .widget-title {
    padding: 5px;
    text-align: center;
    font-weight: 200;
    color: #fff;
    margin-top: 0;
    background-color: #4f4f4f;
    margin-bottom: 15px;
    font-size: 21px;
    letter-spacing: normal;
    font-family: Oswald; }
  #footer .widget i {
    width: 16px;
    color: #00abff; }
  #footer .widget a {
    color: #777; }
  #footer .widget span {
    padding-left: 24px; }

#footer_info .info-details li {
  padding-top: 4px !important;
  padding-bottom: 4px !important; }
.collection_row_flex-left.cate_mobile {
  width: 100%;
}
.map {
  height: 100%;
  padding-bottom: 10px;
  padding-top: 30px; }

.row.main-content {
  padding-top: 0px; 
}

.collection_row_flex {
  display: flex;
  width: 100%;
  position: relative; }
  .collection_row_flex-left {
    flex: 1 1 21%;
    width: 21%;
    max-width: 267px;
    padding: 0px;
    background-color: #1c1c1c;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px; }
    .collection_row_flex-left .widget-title {
      margin: 0;
      font-weight: 600;
      font-size: 15px;
      border-radius: 0px 0px 0 0;
      text-transform: uppercase;
      position: relative;
      color: #fff;
      letter-spacing: normal;
      background-color: #4f4f4f;
      text-align: center;
      line-height: 35px;
      padding: 0; }
      
    .collection_row_flex-left ul {
      list-style: none;
      padding-left: 0;
      margin: 0;
      color: #00abff; }
    .collection_row_flex-left .index-cate-pro-li {
      display: flex;
    align-items: center;
    justify-content: space-between;
      position: relative;
      padding: 10px;
      background-color: #171717;
      /* border-bottom: 1px solid #4f4f4f; */}
      .collection_row_flex-left .index-cate-pro-li a {
        color: #ffffff; }
      .collection_row_flex-left .index-cate-pro-li:hover >a {
        color: #00abff; }
      .collection_row_flex-left .index-cate-pro-li a i {
        padding-right: 8px; }
      .collection_row_flex-left .index-cate-pro-li .index-cate-pro-flex {
        display: flex;
        justify-content: space-between; }
        .collection_row_flex-left .index-cate-pro-li .index-cate-pro-flex span {
          transition: 400ms all ease-in-out;
        }
        .collection_row_flex-left .index-cate-pro-li .index-cate-pro-flex i {
          cursor: pointer; }
      .collection_row_flex-left .index-cate-pro-li .index-subcate .index-cate-pro-li {
        border-left: 1px solid #f5cad9; }
        .collection_row_flex-left .index-cate-pro-li .index-subcate .index-cate-pro-li:last-child {
          border-bottom: none;
          padding-bottom: 0; }
  .collection_row_flex-right {
    flex: 1 1 80%;
    width: 80%;
    overflow: hidden;
    max-width: 1069px;
    padding-left: 0px;
    padding: 15px; }
.rotate180 {
  -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.collection_row_flex-right.product_right{
  flex: 0 0 80%;
  padding-left: 0;
  padding: 25px;
  background-color: white;
}
.porto-block {
  margin-top: 35px;
  margin: auto;
 }
  .porto-block h2 {
    color: #fff;
    text-align:center;
    font-size: 1.1429em;
    line-height: 1.4;
    letter-spacing: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif; }

.slick-arrow {
  display: none; }

.slick-dots li button:before {
  font-size: 35px !important;
  color: #b51c52 !important;
  top: 7px !important; }

.index_slider_item {
  width: 100%; }

.index_slider .index_slider_item {
  position: relative; }
  .index_slider .index_slider_item img {
    max-width: 100%;
    height: auto;
    width: 100%;
    cursor: pointer;
    border: 1px solid #ddd; }

.onsale {
  top: 10px;
  width: 42px;
  text-align: center;
  border-radius: 3px;
  font-size: 12px;
  position: absolute;
  background: #ea3232;
  color: #fff;
  right: 10px; }
.banner_vertical {
  padding-top: 30px;
}
.banner_vertical img {
  width: 100%;
  height: auto;
}
.index_title_content h2 {
  color: white;
  font-size: 1.1429em;
  line-height: 1.4;
  letter-spacing: normal;
  font-weight: 700;
  text-transform: uppercase;
  padding: 20px;
  font-family: 'Oswald', sans-serif; }
.het-hang {
    position: absolute;
    top: 40%;
    text-align: center;
    width: 100%;
    background-color: #7691FF;
    opacity: .7;
    color: #fff;
    padding: 15px 0;
    z-index:99;
}
.index_content {
  width: 100%;
  position: relative; }
  .index_content .index_grid {
    display: grid;
    grid-gap: 15px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: repeat(3, 1fr); }
    .index_content .index_grid .product_grid_item {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      background-color: #313131;
      padding: 2px;
      width: 100%; }
      .index_content .index_grid .product_grid_item .product_item_img {
        position: relative;
        height: 100%;
        overflow: hidden;
        border: 1px solid #eee;
        }
        .index_content .index_grid .product_grid_item .product_item_img .onsale {
          z-index: 1001; }
        .index_content .index_grid .product_grid_item .product_item_img img {
          position:relative;
          max-width: 100%;
          width: 100%;
          /*height: 100%;*/
          display: block;
          height: 100%;
          object-fit: cover;
          transition: all 300ms ease-in-out; }
        .index_content .index_grid .product_grid_item .product_item_img img:last-child {
          position: absolute;
          top: 0;
          opacity: 0; }
        .index_content .index_grid .product_grid_item .product_item_img:hover .product_item_img_frs {
          height: 100%;
          object-fit: contain;
          opacity: 0; }
        .index_content .index_grid .product_grid_item .product_item_img:hover img:last-child {
          opacity: 1; }

.product_item_ratting {
  margin-top: 15px;
  text-align: center;
  font-size: 11px; }
  .product_item_ratting i {
    color: #e0e24b;
    cursor: pointer; }

.product_item_name h3 {
  font-weight: 400;
  font-size: 15px;
  color: white;
  text-align: center;
  line-height: 1.35;
  margin-bottom: .7143em;
  margin-top: 0;
  font-family: 'Oswald', sans-serif; }

.price {
  margin-top: 0em;
  margin-bottom: 0.5em;
  font-size: 1.4286em;
  text-align: center;
  color: white;
  line-height: 1;
  font-weight: 600; }
  .price del {
    display: inline-block;
    color: #ea3232;
    font-size: .8em;
    margin-right: .2143em;
    vertical-align: baseline; }
  .price ins {
    display: inline-block;
    text-decoration: none;
    vertical-align: baseline; }

.add-to-cart {
  text-align: center;
  margin-bottom: 20px;
  padding-top: 5px;
  font-size: 13px; }

.product_grid_item:hover .btn-add-to-cart {
  color: #fff;
  background-color: #00abff; }

.product_grid_item:hover .quickview {
  display: block; 
}

.product_grid_item:hover .pre-order {
  display: block;
  color: #00abff;
}

.product_grid_item:hover .product_item_img {
  box-shadow: 0 25px 35px -5px rgba(0, 0, 0, 0.2); }

.index_slider_item:hover .btn-add-to-cart {
  color: #fff;
  background-color: #00abff; }

.index_slider_item:hover .quickview {
  display: block;
}

.index_slider_item:hover .pre-order {
  display: block;
  color: #00abff;
}

.pre-order {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 0;
  display: none;
  padding-top: 13px;
  padding-bottom: 13px;
  background-color: rgba(0, 0, 0, 0.6);
  letter-spacing: 0.025em;
  z-index: 1001; }
  .pre-order span {
    cursor: pointer;
    font-weight: 600;
    color: #00abff;
    text-transform: uppercase; 
  }

.quickview {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  display: none;
  padding-top: 13px;
  padding-bottom: 13px;
  background-color: rgba(0, 0, 0, 0.6);
  letter-spacing: 0.025em;
  z-index: 1001; }
  .quickview span {
    cursor: pointer;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase; 
  }

.services_flex {
  display: flex;
  justify-content: center;
  margin-top: 30px; }
  .services_flex_item {
    max-width: 250px;
    min-height: 160px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
    .services_flex_item_card {
      background-color: #00abff;
      color: #fff;
      padding: 15px;
      width: 100%;
      height: 100%;
      position: relative;}
        .services_flex_item_card-first .services_item_icon {
          position: relative;
          display: block;
          margin: 0 auto;
          width: 64px;
          height: 64px;
          border-radius: 50%;
          color: #00abff; }
          .services_flex_item_card-first .services_item_icon i {
            background-color: #fff;
            border-radius: 50%;
            padding: 12px 10px 12px 10px;
            font-size: 30px;
            text-align: center; }
        .services_flex_item_card-first .services_item_title, .services_flex_item_card-first p {
          text-align: center;
          font-family: 'Oswald';
          font-weight: normal;
          font-style: normal;
          font-size: 13px;
          line-height: 1.1em; }
        .services_flex_item_card-first p {
          font-size: 13px; }
      .services_flex_item_card-second {
        z-index: 3;
        background-color: #00abff;
        opacity: 0;
        transition: all 0.5s ease-in-out;
        position: absolute;
        display: block;
        top: 15px;}
      .services_flex_item_card-first {
        opacity: 1;
        transition: all 0.5s ease-in-out;
      }
      .services_flex_item_card-second p {
        margin: 0 ;
        padding-left: 0;
        text-align: center;
      }
    .services_flex_item:hover .services_flex_item_card-second {
      opacity: 1; }
    .services_flex_item:hover .services_flex_item_card-first {
      opacity: 0; }
.mfp-bottom-bar {
  display: none;
}
img.zoomImg {
  cursor: pointer;
}
.widget ul {
  list-style: none; }

.idx_cart_popup {
  position: absolute;
  border: 1px solid #54aaff;
  width: 288px;
  height: auto;
  background: #fff;
  z-index: 1000000;
  margin-top: 8px;
  right: 0;
  padding: 0;
  text-align: left;
  color: #777; }
  .idx_cart_popup .idx_cart_popup_content {
    padding: 15px;
    line-height: 20px;
    font-size: 14px; }
    .idx_cart_popup .idx_cart_popup_content .idx_cart_popup_count {
      padding-bottom: 10px; }
    .idx_cart_popup .idx_cart_popup_content a {
      color: #777; }
    .idx_cart_popup .idx_cart_popup_content .idx_cart_popup_list {
      padding-top: 15px;
      padding-bottom: 10px;
      border-top: 1px solid #eee; }
    .idx_cart_popup .idx_cart_popup_content .lastidxcart {
      padding-top: 10px; }
      .idx_cart_popup .idx_cart_popup_content .lastidxcart span {
        color: #222;
        font-size: 16px; }

.mini-cart:hover .idx_cart_popup {
  display: block !important; }

.idx_cart_popup:before {
  border: 10px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 3;
  right: 13px;
  content: '';
  position: absolute;
  top: -20px; }

.idx_cart_popup:after {
  border: 11px solid;
  border-color: transparent transparent #54aaff transparent;
  right: 12px;
  top: -22px;
  content: '';
  position: absolute; }

.idx_cart_popup_img {
  position: relative; }
  .idx_cart_popup_img img {
    border: 1px solid #eee; }
  .idx_cart_popup_img .delete_cart {
    position: absolute;
    color: #222;
    top: 0;
    right: 0; }
    .idx_cart_popup_img .delete_cart i {
      padding-left: 2px;
      padding-right: 2px;
      border-radius: 50%;
      background-color: #f5e3e3;
      box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.2); }

.panel-overlay {
  display: none; }

.panel-overlay.active {
  display: block;
  background: #000;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 8999;
  min-height: 100vh;
  opacity: .35;
  transition: opacity 0.2s ease-in-out 0s; }

.side-nav-panel {
  overflow: hidden;
  position: fixed;
  top: 0;
  transition: transform 0.5s ease-in-out 0s;
  z-index: 9001;
  height: 100vh;
  width: 260px;
  left: 0;
  transform: translate(-260px);
  z-index: 9006;
  background-color: #1e1e1e; }

.side-nav-panel.active_m {
  transform: translate(0); }

.menu_mobile {
  padding: 0;
  list-style: none;
  padding-right: 20px;
  padding-left: 10px; }
  .menu_mobile li {
    border-bottom: 1px solid #3a3535;
    padding: 10px; }
    .menu_mobile li span, .menu_mobile li a {
      color: #fff; }
    .menu_mobile li i {
      padding-right: 10px; }

.moblie_logout {
  padding-left: 20px; }
  .moblie_logout span {
    padding-left: 20px;
    vertical-align: top; }

.side-nav-panel-close {
  display: block;
  color: #fff;
  position: absolute;
  top: 10px;
  right: 14.5px;
  text-align: center;
  text-decoration: none;
  padding: 4px 8px;
  line-height: 1em; }

.mobile_menu_close {
  height: 30px;
  position: relative;
  display: block; }

@media screen and (max-width: 800px) {
  .index_content .index_grid {
    grid-template-columns: repeat(2, 1fr); } }

@media screen and (max-width: 750px) {
  .collection_row_flex-right .product-thumbnail {
    width: 100%;
  }
  .collection_row_flex {
    flex-direction: column; }
    .collection_row_flex-left {
      width: 100%; }
    .collection_row_flex-right {
      width: 100%; }
  .porto-block.hot_fix_vw {
    width: 100%;
    max-width: 100%; }
  .footer-top .flex {
    flex-direction: column; }
  .services_flex {
    flex-direction: column; }
    .services_flex .services_flex_item {
      margin-bottom: 10px;
      max-width: 100%;
      max-height: 100%; } }

@media screen and (max-width: 500px) {
  .index_content .index_grid {
    grid-template-columns: repeat(2, 1fr) !important; }
  .index_content .index_grid .product_grid_item .product_item_img {
    max-width: 100%;
    max-height: 100%; }
    .index_content .index_grid .product_grid_item .product_item_img img {
      width: 100%; }
  .flex {
    flex-direction: column }
  .flex.tiny {
    flex-direction: row !important; } }

.collection_row_flex-right_sub.flex {
  justify-content: flex-start;
  margin-bottom: 40px; }

  .product-thumbnail h2 {
    margin-top: 0;
    line-height: 31px;
    font-size: 25px;
    color: #21293c;
    margin-bottom: 0.2em;
    font-weight: 600;
    font-family: 'Oswald', sans-serif; }
  .product-thumbnail .product-ratting {
    display: flex;
    width: 100%; }
  .product-thumbnail .product_item_ratting {
    margin-top: 0;
    text-align: left; }
  .product-thumbnail .price {
    padding-top: 20px;
    text-align: left; }
    .product-thumbnail .price ins {
      color: #00abff; }
  .product-thumbnail .product-description p {
    color: #7b858a;
    font-size: 14px;
    line-height: 27px; }

.product_item_rel {
  padding-left: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #777;
  font-family: 'Roboto' Condensed, sans-serif; }

.product_meta {
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  font-family: 'Roboto' Condensed, sans-serif;
  margin-bottom: 20px; }
  .product_meta .posted_in a {
    color: #00abff;
    padding-left: 5px; }
  .product_meta .tagged_as a {
    color: #00abff;
    padding-left: 5px; }

.product-thumbnail .btn-add-to-cart {
  font-size: 15px;
  padding: 13px 16px 13px 16px;
  color: #fff;
  background: #00abff; }

.share-links-pro {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 20px; }
  .share-links-pro span {
    padding-right: 10px; }
  .share-links-pro .icon-links.flex i {
    padding: 5px;
    background-color: #00abff;
    margin-left: 3px;
    margin-right: 3px;
    color: #fff;
    border-radius: 50%; }
    .share-links-pro .icon-links.flex i:before {
      width: 16px; }

.share-links-pro .fab.fa-linkedin-in {
  padding-left: 6px !important;
  padding-right: 6px !important; }

.share-links-pro .fab.fa-facebook-f {
  padding-left: 9px !important;
  padding-right: 9px !important; }

.share-links-pro .fab.fa-google-plus-g {
  padding-left: 4px !important;
  padding-right: 4px !important; }

.share-links-pro .fab.fa-pinterest-p {
  padding-left: 7.5px !important;
  padding-right: 7.5px !important; }

.share-links-pro .fab.fa-vk {
  padding-left: 4.5px !important;
  padding-right: 4.5px !important; }

.share-links-pro .fab.fa-tumblr {
  padding-left: 7.5px !important;
  padding-right: 7.5px !important; }

.share-links-pro .fab.fa-xing {
  padding-left: 7px !important;
  padding-right: 7px !important; }
.owl-theme .owl-controls .owl-buttons div {
  margin: 0 !important; }

.product-img {
  position: relative;
  width: 100%; 
  /*max-width: 33vw;*/
}
.bigimg {
  position: relative;
}
.popup-gallery {
  position: absolute;
  width: 0;
  height: 0;
  bottom: 10px;
  background-color: #777;
  right: 10px;
  top: 10px;
  z-index: 1;
}


.collection_row_tab_top {
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid #dae2e6; }
  .collection_row_tab_top div {
    margin-right: 30px;
    padding-bottom: 15px; }
    .collection_row_tab_top div span {
      font-weight: 700;
      text-transform: uppercase;
      font-size: 13px;
      cursor: pointer;
      font-family: Roboto Condensed, sans-serif; }

.border_bottom {
  border-bottom: 2px solid #00abff; }

.collection_row_tab_bottom {
  padding-top: 20px; }
  .collection_row_tab_bottom h2 {
    text-align: center;
    color: #00abff; }
  .collection_row_tab_bottom img {
    display: block;
    height: auto;
    margin: 0 auto 20px auto; }

.product-social.flex {
  justify-content: flex-start; }
  .product-social.flex div {
    padding-right: 15px;
    margin-top: 5px; }
    .product-social.flex div img {
      cursor: pointer; }

hr.tall {
  border: 0;
  height: 1px;
  margin: 44px 0;
  background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.15), transparent); }

.review_form_wrapper h3 {
  font-size: 22px;
  font-weight: 400;
  color: #00abff;
  font-family: Oswald, sans-serif;
  letter-spacing: normal;
  line-height: 27px; }

.review_form_wrapper p label {
  margin-bottom: 5px;
  display: block; }

.review_form_wrapper p textarea, .review_form_wrapper input {
  width: 100%; }

.review_form_wrapper input {
  padding: 10px; }

.iframe_product {
  height: 78px;
  overflow: hidden;
  margin-bottom: 20px; }

.porto_related_products {
  /*padding: 50px 0 30px;
  background-color: #f4f4f4;
  margin-top: 70px; */}

.product-ratting-review .vote-ratting {
  cursor: pointer;
  padding-left: 10px; }

.related_title {
  margin-bottom: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15); }

#related_products_sub .item img {
  display: block;
  width: 100%;
  height: auto; }

#related_products_sub .item {
  padding: 20px; }

.related_products_content {
  padding-top: 30px; }

#related_products_sub .owl-pagination {
  display: inline-block;
  position: absolute;
  right: 0;
  top: -60px; }

.item .product_grid_item {
  display: block;
  width: 100%; }
  .item .product_grid_item .product_item_img {
    position: relative;
    overflow: hidden;
    border: 1px solid #eee;
    max-width: 318px;
    max-height: 318px; }
    .item .product_grid_item .product_item_img .onsale {
      z-index: 1001; }
    .item .product_grid_item .product_item_img img {
      max-width: 100%;
      transition: all 300ms ease-in-out; }
    .item .product_grid_item .product_item_img img:last-child {
      position: absolute;
      top: 0;
      opacity: 0; }
    .item .product_grid_item .product_item_img:hover .product_item_img_frs {
      opacity: 0; }
    .item .product_grid_item .product_item_img:hover img:last-child {
      opacity: 1; }

.item .product_grid_item:hover .product_item_img {
  box-shadow: none !important; }

.index-subcate {
  overflow: hidden;
  max-height: 0;
  transition: 600ms all ease-in-out; }

.height_100 {
  height: 100% !important;
  max-height: 500px; }

.mymodal {
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  padding-top: 60px; }

.modal_wrapper {
  position: relative;
  background-color: #fefefe;
  margin: 10% auto 15% auto;
  padding: 20px;
  border: 1px solid #eee;
  max-width: 480px;
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s; }

@-webkit-keyframes animatezoom {
  from {
    -webkit-transform: scale(0); }
  to {
    -webkit-transform: scale(1); } }

@keyframes animatezoom {
  from {
    transform: scale(0); }
  to {
    transform: scale(1); } }

.modal-login p label, input {
  display: block; }

.modal-login p input {
  padding: 10px;
  width: 100%; }

.modal-login label {
  padding-bottom: 5px; }

.modal-login-submit.flex input {
  display: inline; }

.modal-login-p {
  margin-bottom: 3px;
  font-size: 12px; }

.modal_title h2 {
  cursor: pointer;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #1d2127;
  line-height: 2; }

.modal_title {
  border-bottom: 1px solid #eee;
  position: relative; }

.close {
  position: absolute;
  color: #777;
  font-size: 13px;
  top: 5px;
  right: 10px;
  cursor: pointer; }

.modal-register p a {
  color: #00abff;
  font-size: 13px;
  font-family: 'Roboto' Condensed, sans-serif; }

.modal-register p label, input {
  display: block; }

.modal-register p input {
  padding: 10px;
  width: 100%; }

.modal-register label {
  padding-bottom: 5px; }
.cart_qty button { color:  #54aaff;}
.cart_qty input { color:  #54aaff;}
.pro_add_to_cart.flex {
  justify-content: flex-start; }
  .pro_add_to_cart.flex .cart_qty {
    margin-right: 20px; }
    .pro_add_to_cart.flex .cart_qty button {
      background-color: #f9f9f9;
      color: #54aaff;
      transition: 300ms all ease-in-out;
      height: 46px; }
    .pro_add_to_cart.flex .cart_qty button:hover {
      background-color: #54aaff;
      color: #fff;
    }  
    .pro_add_to_cart.flex .cart_qty input {
      color: #54aaff;
      height: 46px; }

.owl-item.synced img {
  border: 2px solid #54aaff; }

@media screen and (max-width: 750px) {
  .product-thumbnail .product-description p {
    color: #7b858a;
    font-size: 16px;
    line-height: 27px; }
  .collection_row_flex-right {
    padding-left: 0;
    padding-right: 0; }
  .collection_row_flex-right .product-thumbnail {
      padding-left: 0; }
  .share-links-pro {
    flex-direction: column; }
  .icon-links.flex {
    flex-direction: row !important; }
  .collection_row_tab_bottom_info img {
    width: 100%;
    max-width: 100%;
    height: auto; }
  .product-social.flex {
    flex-direction: row !important; }
  .related_title {
    padding-bottom: 30px; }
  .porto_related_products {
    padding-top: 30px; } }

@media screen and (max-width: 900px) {
  .header-wrapper .header-menu-wrap {
    height: 0;
  }
  .collection_row_flex-right.product_right {
    flex: 0 0 100%;
  }
  .collection_row_flex-right .product-img2 {
    width: 50vw;
  }
  .sidebar_toggle {
    display: block !important; }
  .collection_row_flex-left {
    display: none; }
  .collection_row_flex-right {
    flex: 0 0 100%; } }
.icon-links.flex {
    justify-content: flex-start; }
@media screen and (max-width: 750px) {
  .collection_row_flex-right_sub.flex {
    flex-direction: column; }
  .product-img {
    width: 100%;
    max-width: 100%; } }

.cart_content_top h2 {
  font-size: 20px;
  line-height: 27px;
  margin: 0 0 20px;
  color: #00abff;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 2px; }

.cart_content_mid {
  margin-top: 30px; }

.col-lg-8 {
  flex: 0 0 75%;}
.col-lg-8 > div {
  background-color: #2f2f2f;
  /*border-bottom: 1px solid #e8dcdc;
  border-left: 1px solid #e8dcdc;
  border-right: 1px solid #e8dcdc;*/
}
.cart_table {
  padding-top: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #00abff;
  color: white; }

.cart_table_td {
  border-bottom: 0px solid #e8dcdc;
  padding-bottom: 5px;
  padding-top: 5px;
  align-items: center; }
  .cart_table_td span {
    color: white; }
  .cart_table_td a {
    color: #00abff; }

.cart_tr_1 {
  flex: 0 0 5%; }

.cart_tr_2 {
  flex: 0 0 15%; }

.cart_tr_3 {
  flex: 0 0 35%; }

.cart_tr_4 {
  flex: 0 0 15%; }

.cart_tr_5 {
  flex: 0 0 15%; }

.cart_tr_6 {
  flex: 0 0 15%; }

.cart_tr_7 {
  flex: 0 0 25%; }

.cart_qty {
  justify-content: flex-start !important; }

.cart_price span {
  color: #777; }

.cart_actions {
  padding-bottom: 30px;
  margin-top: 20px; }

.cart_content_mid .col-lg-4 {
  padding-top: 0;
  padding-right: 0;
  flex: 0 0 25%; }

.cart_info {
  padding: 20px;
  border: 1px solid #e8dcdc;
  background-color: #f7f7f7; }
  .cart_info h2 {
    margin: 0 !important;
    font-size: 14px;
    line-height: 25px;
    color: #00abff;
    font-family: 'Oswald', sans-serif; }
  .cart_info .cart_info_h2 {
    align-items: center;
    height: 20px;
    cursor: pointer; }

.cart_total {
  padding: 10px; }
  .cart_total.border_bottom {
    border-bottom: 1px solid #e8dcdc; }

.cart_info button {
  width: 100%; }

.cart_info_bottom {
  background-color: #fff !important;
  border-top: none;
  transform: scaleY(0);
  transform-origin: top;
  padding: 20px;
  overflow: hidden;
  transition: 300ms all ease-in-out; }

.cart_info_mid {
  margin-top: 15px; }

.scaleY1 {
  transform: scaleY(1); }

.black {
  font-weight: 600;
  color: #222 !important; }
  .black.big {
    font-size: 18px; }

.cart_info_2 {
  background-color: #fff !important;
  border-top: none;
  transform-origin: top;
  padding: 20px;
  height: auto;
  overflow: hidden;
  transition: 500ms all; }

.order_auth .cart_table_td {
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all 300ms ease-in-out 0s; }
  .order_auth .cart_table_td:hover {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px 0px, rgba(0, 0, 0, 0.19) 0px 3px 10px 0px; }

@media screen and (max-width: 1000px) {
  .cart_content_mid.flex {
    flex-direction: column; }
  .padding_12.col-lg-4 {
    padding-top: 20px;
    padding-left: 0; } }

@media screen and (max-width: 700px) {
  .cart_table.flex {
    display: none; }
  .cart_table_td.flex {
    padding-bottom: 20px;
    flex-direction: column;
    position: relative; }
    .cart_table_td.flex .cart_table_item.cart_tr_1 {
      position: absolute;
      right: 0; }
    .cart_table_td.flex .cart_table_item {
      padding-bottom: 10px; } }

.flat-slider.ui-corner-all, .flat-slider .ui-corner-all {
  border-radius: 0; }

.flat-slider.ui-slider {
  border: 0;
  background: #dfdad9;
  border-radius: 3px; }

.flat-slider.ui-slider-horizontal {
  height: 2px; }

.flat-slider.ui-slider-vertical {
  height: 15em;
  width: 2px; }

.flat-slider .ui-slider-handle {
  outline: none;
  cursor: pointer;
  width: 10px !important;
  height: 10px !important;
  background: #fb3c06 !important;
  border-radius: 48% !important;
  border: none; }

.flat-slider.ui-slider-horizontal .ui-slider-handle {
  top: 50%;
  margin-top: -5px; }

.flat-slider.ui-slider-vertical .ui-slider-handle {
  left: 50%;
  margin-left: -5px; }

.flat-slider .ui-slider-handle:hover {
  opacity: .8; }

.flat-slider .ui-slider-range {
  border: 0;
  border-radius: 3;
  background: #f99; }

.flat-slider.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 2px; }

.flat-slider.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 2px; }

.form-filter {
  padding-top: 30px;
  padding-bottom: 30px; }

.price_label {
  margin-top: 20px; }

.filter-content {
  margin-bottom: 20px; }

.filter_content_left label {
  vertical-align: middle;
  font-weight: normal;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  font-family: Roboto Condensed, sans-serif;
  line-height: 20px; }

.filter_content_right label {
  vertical-align: middle;
  font-weight: normal;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  font-family: Roboto Condensed, sans-serif;
  line-height: 20px; }

.orderby, .count {
  width: 160px;
  outline: none;
  font-size: 12px;
  padding: 0 25px 0 8px;
  margin-left: 8px;
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  height: 34px;
  border-radius: 5px; }

.filter_content_right.flex {
  align-items: center; }

.count {
  width: 47px; }

.gridlist-toggle {
  margin-left: 15px;
  font-size: 13px; }
  .gridlist-toggle > a {
    color: #000;
    display: inline-block;
    font-family: "Porto";
    width: 1.5em;
    height: 1.5em;
    line-height: 2.15em;
    margin-left: 4px;
    text-decoration: none;
    text-align: center;
    transition: all 0.25s ease 0s; }

.pagination {
  padding-top: 20px;
  padding-bottom: 20px;
  /*border-top: 1px solid #eee;*/ }

.page-numbers {
  list-style: none;
  float: right;
  margin-bottom: 15px;
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  text-align: center;
  font-size: 13px; }
  .page-numbers:after {
    clear: both;
    display: block;
    content: " .";
    visibility: hidden; }
  .page-numbers li {
    float: left;
    margin-left: 5px;
    display: inline;
    padding: 0;
    line-height: 22px; }
    .page-numbers li span.current {
      color: #706f6c;
      border-color: #ffffff;
      background-color: #ffffff; }
    .page-numbers li span {
      border: 1px solid #ccc;
      border-radius: 0;
      color: #7b858a;
      display: block;
      font-size: 15px;
      font-weight: 700;
      margin: 0 0 5px;
      padding: 0 .5em;
      line-height: 2.1em;
      min-width: 2.2em;
      height: 2.2em;
      text-decoration: none;
      text-align: center; }

.shop-loop-after.page-numbers {
  clear: both;
  float: right; }

.col-lg-3 {
  flex: 0 0 20%; }

.col-lg-9 {
  flex: 0 0 80%; }

.cate_pro_item_info .product_item_name h3 {
  text-align: left;
  font-size: 18px;
  color: #666;
  line-height: 18px;
  font-weight: 400; }

.cate_pro_item_info {
  padding-left: 20px; }
  .cate_pro_item_info .product_item_ratting {
    text-align: left;
    margin-top: 0; }
  .cate_pro_item_info .price {
    text-align: left; }
  .cate_pro_item_info .btn-add-to-cart {
    color: #fff;
    background-color: #54aaff; }

.cate_pro_action.flex {
  justify-content: flex-start; }

.cate_pro_item {
  margin-bottom: 20px; }

.sidebar_wrapper {
  position: fixed;
  padding-bottom: 0;
  top: 0;
  bottom: 0;
  left: 0;
  width: 260px;
  height: 100%;
  z-index: 9001;
  background: #1c1c1c;
  transform: translate(-260px);
  transition: transform .3s ease-in-out 0s; }

.sidebar_toggle {
  display: none;
  color: #777777;
  background: #fff;
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  right: -40px;
  top: 20%;
  margin: auto;
  font-size: 17px;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #eee;
  border-left-width: 0;
  transition: all .2s ease-in-out 0s; }

.sidebar_content_mb .collection_row_flex-left.cate_mobile {
  display: block; }

.sidebar_wrapper.active_mb {
  background-color: #171717;
  transform: translate(0) !important; }

@media screen and (max-width: 750px) {
  .row.main-content {
    padding: 0; }
  .collection_row_flex-left.cate_mobile {
    display: none; }
  .filter_content_left label {
    display: none; }
  .filter-content.flex {
    flex-direction: row !important; }
  .filter_content_right.flex label {
    display: none; }
  .filter_content_right.flex {
    flex-direction: row !important; }
  .orderby, .count {
    padding-right: 0px; }
  .sidebar_toggle {
    display: block; }
  .price_label.flex {
    flex-direction: row !important; }
  .cate_pro_action.flex {
    flex-direction: row !important; }
  .cate_pro_item_img img {
    width: 100%;
    height: auto; } }

.fancybox_wrap {
  position: fixed;
  width: auto;
  height: auto;
  z-index: 8010;
  background: rgba(68, 70, 69, 0.65);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .quickview_wrap {
    padding-bottom: 20px;
  }
  .fancybox_wrap .fancybox_wrap2 {
    background: #fff;
    width: 1024px;
    max-height: 950px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    margin: 120px auto;
    z-index: 8030;
    opacity: 1;
    display: block; }
    .fancybox_wrap .fancybox_wrap2 .fancybox_skin {
      padding: 15px;
      width: 100%;
      height: 100%; }
      .fancybox_wrap .fancybox_wrap2 .fancybox_skin .fancybox_close {
        background: transparent;
        transition: all .2s;
        transform: rotateZ(45deg);
        width: 41px;
        height: 41px;
        top: 0;
        right: 0;
        position: absolute;
        cursor: pointer;
        z-index: 8040; }
        .fancybox_wrap .fancybox_wrap2 .fancybox_skin .fancybox_close:before {
          width: 21px;
          top: 20px;
          left: 10px;
          border-top: 1px solid;
          content: '';
          position: absolute;
          color: #838383; }
        .fancybox_wrap .fancybox_wrap2 .fancybox_skin .fancybox_close:after {
          height: 21px;
          top: 10px;
          left: 20px;
          border-left: 1px solid;
          content: '';
          position: absolute;
          color: #838383; }
      .fancybox_wrap .fancybox_wrap2 .fancybox_skin .fancybox-outer {
        position: relative;
        padding: 0;
        margin: 0;
        border: 0;
        outline: 0;
        vertical-align: top; }
        .fancybox_wrap .fancybox_wrap2 .fancybox_skin .fancybox-outer .quickview_wrap {
          padding: 15px; }
    .fancybox_wrap .fancybox_wrap2 .col-lg-6 {
      flex: 0 0 50%;
      max-width: 50%; }

.myaccount_ul {
  list-style: none;
  padding: 0; }
  .myaccount_ul .myaccount_ul_li {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    /*margin-right: 20px;*/
    /*border-bottom: 1px solid #eee; */ }
    .myaccount_ul .myaccount_ul_li a {
      color: #777;
      font-size: 15px; }
    .myaccount_ul .myaccount_ul_li.active_nav a {
      font-size: 16px;
      font-weight: 400;
      color: white; }
    .myaccount_ul .myaccount_ul_li.active_nav {
      background-color: #00abff; }
    .myaccount_ul .myaccount_ul_li:hover {
      background-color: #f4f4f4; }

.myacount_form .account_input_1 {
  flex: 0 0 49%; }

.required {
  color: #ff5b5b; }

.myacount_form h3 {
  font-size: 22px;
  line-height: 22px; }

.myacount_form .title-control {
    display: flex;
    justify-content: space-between;
}

.myaccount_addresses .addresses_pay {
  flex: 0 0 50%; }

.addresses_pay {
  padding-left: 10px;
  padding-right: 10px; }
  .addresses_pay h3 {
    font-family: Oswald, sans-serif;
    margin-top: 0;
    color: #54aaff; }
  .addresses_pay a {
    font-family: Oswald, sans-serif;
    color: #54aaff; }

.order_auth_subtotal p {
  margin-left: 0;
  margin-right: 0;
  display: block;
  font-weight: 400;
  background-color: #00aeef;
  padding: 15px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px; }
  .order_auth_subtotal p mark {
    padding: 1px 4px;
    background-color: rgba(255, 255, 255, 0.3);
    color: #fff;
    font-weight: 400; }

.order_auth_subtotal h4 {
  margin: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  font-weight: 400; }

.order_auth_subtotal table {
  border-collapse: collapse;
  max-width: 100%;
  width: 100%;
  margin-bottom: 20px;
  margin: 0; }

.order_auth_subtotal .order-table-product-name {
  font-weight: 400;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  vertical-align: top;
  font-size: 15px;
  text-align: left; }

.order_auth_subtotal .order-table-product-total {
  font-weight: 400;
  text-align: right;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  vertical-align: top;
  font-size: 15px; }

.order_auth_subtotal tbody td {
  border-bottom-color: #222 !important; }

.order_auth_subtotal tfoot th, .order_auth_subtotal td {
  font-weight: 400;
  border-bottom: 1px solid #eee; }

.order_auth_subtotal tfoot tr {
  padding: 10px 0;
  text-align: left; }

.order_auth_subtotal tfoot td {
  padding: 10px 0;
  text-align: right; }

.order_auth_subtotal a {
  color: #54aaff; }

.td-total {
  font-size: 16px;
  color: #af996b; }

body {
  font-family: Oswald, Roboto Condensed, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
  color: #777777;
  background-color: #2f2f2f;
  margin: 0; }

*, *::before, *::after {
  box-sizing: border-box; }

a {
  text-decoration: none;
  color: #00abff;
  cursor: pointer; }

.container {
  position: relative;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding-left: 0px;
  padding-right: 0px; 
  background-color: #1c1c1c;}
.container_2 {
  position: relative;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
button {
  outline: none;
  cursor: pointer; }

input, textarea {
  border: 1px solid #eee;
  outline: none; }

.flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

iframe {
  border: 0px solid #e6d6d6; }

.display_none {
  display: none; }

.services {
  margin-bottom: 40px; }

.rc-anchor-light.rc-anchor-normal {
  border: none; }

.owl-page span {
  background-color: #fff !important;
  border: 2px solid #222; }

.padding_12 {
  padding: 12px; }

.margin_bottom_40 {
  margin-bottom: 40px; }

.border_top {
  border-top: 0px solid #00abff; }

input.input_tenden {
  border: 1px solid #cccccc;
  line-height: 20px;
  font-size: 16px;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px; }

.text_center {
  text-align: center !important; }

.tiny p {
  margin: 0 !important; }

  
/* Slider */
/*.slick-slider*/
/*{*/
/*    position: relative;*/

/*    display: block;*/
/*    box-sizing: border-box;*/

/*    -webkit-user-select: none;*/
/*       -moz-user-select: none;*/
/*        -ms-user-select: none;*/
/*            user-select: none;*/

/*    -webkit-touch-callout: none;*/
/*    -khtml-user-select: none;*/
/*    -ms-touch-action: pan-y;*/
/*        touch-action: pan-y;*/
/*    -webkit-tap-highlight-color: transparent;*/
/*}*/

/*.slick-list*/
/*{*/
/*    position: relative;*/

/*    display: block;*/
/*    overflow: hidden;*/

/*    margin: 0;*/
/*    padding: 0;*/
/*}*/
/*.slick-list:focus*/
/*{*/
/*    outline: none;*/
/*}*/
/*.slick-list.dragging*/
/*{*/
/*    cursor: pointer;*/
/*    cursor: hand;*/
/*}*/

/*.slick-slider .slick-track,*/
/*.slick-slider .slick-list*/
/*{*/
/*    -webkit-transform: translate3d(0, 0, 0);*/
/*       -moz-transform: translate3d(0, 0, 0);*/
/*        -ms-transform: translate3d(0, 0, 0);*/
/*         -o-transform: translate3d(0, 0, 0);*/
/*            transform: translate3d(0, 0, 0);*/
/*}*/

/*.slick-track*/
/*{*/
/*    position: relative;*/
/*    top: 0;*/
/*    left: 0;*/

/*    display: block;*/
/*    margin-left: auto;*/
/*    margin-right: auto;*/
/*}*/
/*.slick-track:before,*/
/*.slick-track:after*/
/*{*/
/*    display: table;*/

/*    content: '';*/
/*}*/
/*.slick-track:after*/
/*{*/
/*    clear: both;*/
/*}*/
/*.slick-loading .slick-track*/
/*{*/
/*    visibility: hidden;*/
/*}*/

/*.slick-slide*/
/*{*/
    
/*    float: left;*/

/*    height: 100%;*/
/*    min-height: 1px;*/
/*}*/
/*[dir='rtl'] .slick-slide*/
/*{*/
/*    float: right;*/
/*}*/
/*.slick-slide img*/
/*{*/
/*    display: block;*/
/*}*/
/*.slick-slide.slick-loading img*/
/*{*/
/*    display: none;*/
/*}*/
/*.slick-slide.dragging img*/
/*{*/
/*    pointer-events: none;*/
/*}*/
/*.slick-initialized .slick-slide*/
/*{*/
/*    display: block;*/
/*}*/
/*.slick-loading .slick-slide*/
/*{*/
/*    visibility: hidden;*/
/*}*/
/*.slick-vertical .slick-slide*/
/*{*/
/*    display: block;*/

/*    height: auto;*/

/*    border: 1px solid transparent;*/
/*}*/
/*.slick-arrow.slick-hidden {*/
/*    display: none;*/
/*}*/
/*@charset 'UTF-8';*/
/* Slider */
/*.slick-loading .slick-list*/
/*{*/
/*    background: #fff url('./ajax-loader.gif') center center no-repeat;*/
/*}*/

/* Icons */
/*@font-face*/
/*{*/
/*    font-family: 'slick';*/
/*    font-weight: normal;*/
/*    font-style: normal;*/

/*    src: url('./fonts/slick.eot');*/
/*    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');*/
/*}*/
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 10;
    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

 Dots 
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
  margin-bottom: 20px !important;
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
iframe{
  width: 100%;
}
.header-menu-wrap {
  height: 54px;
}
@media screen and (max-width: 750px){
  .header-menu-wrap {
    height: 0;
  }
  .header-top {
    display: none;
  }
}
.account_input_1 input {
  padding-left: 15px;
  color: #777;
  margin-top: 10px;
}
@media screen and (max-width: 1022px){
  .fancybox_wrap2 .share-links-pro {
    flex-direction: column;
  }
  .fancybox_wrap2 .icon-links.flex{
    justify-content: flex-start;
  }
}
@media screen and (max-width: 988px){
  .fancybox_wrap2 .flex.pro_add_to_cart {
    flex-direction: column;
  }
}
@media screen and (max-width: 828px){
  .fancybox_wrap .fancybox_wrap2 {
    height: 89vw;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .fancybox_wrap .fancybox_wrap2 .fancybox_skin {
    box-shadow: none;
  }
  .fancybox_wrap .fancybox_wrap2 .fancybox_skin .fancybox_outer {
    padding-bottom: 20px;
  }
  .fancybox_wrap2 .product_summary_wrap.flex {
    flex-direction: column;
  }
  .fancybox_wrap .fancybox_wrap2 .col-lg-6 {
    max-width: 100%;
    width: 100%;
  }
  .fancybox_wrap .fancybox_wrap2 .product-img {
    width: 100%;
    max-width: 100%;
  }
  .fancybox_wrap .product-thumbnail {
    width: 100%;
    max-width: 100%
    padding-left: 0;
  }
}
.menu_main_product.menu-main-nav {
  position: relative;
}
.header-edit-1 {
  flex: 1;
}
.header-edit-con {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content:  flex-end;
}
.header-main .header-flex .header-left {
  padding: 10px 20px;
  background-color: #ffffff00;
}
.header-main .header-flex .header-right {
  padding: 10px 20px;
}
.header-edit-brand ul li {
  display: inline-block;
  padding-right: 20px;
}
.header-edit-brand ul li a img {
  width: 100%;
}
.header-edit-brand ul {
  list-style-type: none;
  display: flex;
}
.header-edit-brand {
  display: flex;
  justify-content: flex-end;
  background-color: white;
  height: 75px;
}













@media screen and (max-width: 450px){
  .fancybox_wrap .fancybox_wrap2 {
    width: 80vw;
  }
  .fancybox_wrap .flex.cart_qty {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .fancybox_wrap .flex.cart_qty button {
    width: 100%;
  }
  .fancybox_wrap .flex.cart_qty input {
    width: 70px;
  } 
}
.index_ul_menuv {
    right: -240px;
    width: 240px;
    display: none;
    height: auto;
    position: absolute;
    z-index: 100000;
    top: 0;
    border: 1px solid #222;
    background-color: #171717;
    box-shadow: 3px 0 6px 1px rgba(0,0,0,.2);
    border-radius: 3px;
}
.index_ul_menuv ul {
    height: auto;
    background-color: #171717;
}
.index_ul_menuv li {
  border-bottom: none !important;
}
.product-content .porto-block-title h2 {
  padding-top: 0;
}
.index_slider_big {
  float: right;
  width: 71vw;
}
.slider_wrapper {
  position: relative;
  width: 100%;
}
.slider_wrapper img {
  max-width: 100%;
  width: 100%;
  height: 100%;
}
/*.slider_wrapper .slick-next {*/
/*  right: 15px;*/
/*}*/
/*.slider_wrapper .slick-prev {*/
/*  left: 15px;*/
/*}*/
@media screen and (max-width: 750px){
  .slider_wrapper img {
    height: auto;
  }
}
@media screen and (min-width: 751px){
  .header-topbar {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header-flex {
    padding-left: 10px;
    padding-right: 10px;
  }  
}
.pos_relative {
  position: relative;
}
.slider-item h3 {
  opacity: 0;
  position: absolute;
  text-align: center;
  font-family: "Lato", sans-serif;
  top: 20%;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2.15em;
  left: 20%;
  color: #ffff00;
  font-size: 1.17em;
}
.slider-item h3 span {
  font-size: 1.40em;
  letter-spacing: 0.2em;
  color: #00ffff;
}
.slider-item h3 strong {
  font-size: 1.40em;
  letter-spacing: 0.2em;
  color: #ffff00;
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-delay: 0.2s;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInDown {
    0% {
       opacity: 0;
       -webkit-transform: translate3d(-20px);
    }
    100% {
       opacity: 1;
       -webkit-transform: translate3d(0);
    }
 }
 @keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-delay: 0.2s;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  animation-name: fadeInRight;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-delay: 0.2s;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  animation-name: fadeInUp;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-delay: 0.2s;
}
/*.btn_slick {*/
/*  opacity: 0;*/
/*  position: absolute;*/
/*  z-index: 10;*/
/*  top: 48%;*/
/*  padding: 4px 5px 4px 5px;*/
/*  font-size: 22px;*/
/*  text-align: center;*/
/*  width: 38px;*/
/*  border-radius: 50%;*/
/*  border: 2px solid #fff;*/
/*  background-color: transparent;*/
/*  color: #fff;*/
/*  transition: 300ms all ease-in-out;*/
/*}*/
/*.btn_next.btn_slick {*/
/*   right: 10px;*/
   
/*}*/
/*.btn_next i {*/
/*  padding-left: 3px;*/
/*}*/
/*.btn_prev.btn_slick {*/
/*   left: 10px;*/
   
/*}*/
/*.btn_prev i {*/
/*  padding-right: 2px;*/
/*}*/
/*.btn_slick:hover {*/
/*  background-color: #54aaff;*/
/*  border-color: #54aaff;*/
/*}*/
.index_slider_inner1 {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}
.index_slider_inner1.slick-initialized {
  visibility: visible;
  opacity: 1;
}
.index_slider_inner1:hover .btn_slick {
  opacity: 1;
}
.overlay_slick {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  right: 0;
  height: 99.7%;
  opacity: 0;
  background-color: rgba(0,0,0,.2);
  transition: 400ms all ease-in-out;
}
/*.slick-list:hover .overlay_slick {*/
/*  opacity: 1 !important;*/
/*}*/
@media screen and (max-width: 1384px){
  .container {
    max-width: 960px;
  }
}
@media screen and (max-width: 828px){
  .quickview_wrap.flex{
   flex-direction: column;}
}
@media screen and (max-width: 600px){
  .slider-item h3 span {
   font-size: 12px;}
  .cate_pro_item.flex {
    flex-direction: column; }
}
.header-right-div .fa-chevron-down {
  display: none;
}
@media screen and (min-width: 1384px){
  .index_content .index_grid .product_grid_item .product_item_img {
    max-height: 236px;
  }
  .onsale {
    top: 20px;
    width: 60px;
    height: 25px;
    font-size: 18px;
    right: 20px;
  }
  .index_content .index_grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.filter {
  display: none;
}
/*  notification  */
#notification {
  position: fixed;
  width: 300px;
  height: 100px;
  background-color: #c5d0da;
  z-index: 1000000000;
  top: 80px;
  right: 20px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
#notification .pos_relative {
  height: 100%;
  background-color: #f9f8f8;
}
#notification .pos_relative i {
  vertical-align: top;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
#notification span {
  padding-top: 16px;
  padding-left: 10px;
}
.adinooo {
  padding-top: 20px;
}
.adn_hot998 {
  margin-top: 10px;
  align-items: center;
}
.adn_hot998 img {
  border-radius: 3px;
}
.adn_hot998>* {
  margin-right: 10px;
}
.adn_hot987 {
  font-size: 13px;
  padding: 10px 16px 10px 16px;
  color: #fff;
  background: #00abff;
}
.adn_money {
  color: #00abff;
}
.fancybox_wrap .adinooo {
  display: none;
}
.adn_item_big.adn_edit {
  border: none;
}
.adn_item_big.adn_edit > div {
  background-color: #313131;
  padding: 2px;
}
.adn_item_big.adn_edit > div:nth-child(2) {
  margin-top: 20px;
}
.adn_item_big {
  width: 50%;
  background-color: #313131;
  padding: 2px;
}

.adn_item_big:nth-child(n+2) {
  margin-left: 10px;
}
.adn_item_big a{
  display: block;
}
.adn_item_big img {
  width: 100%;
}
.adn_item_big a h2 {
  color: white !important;
  text-align: center;
  font-size: 18px;
}
.page_brand ul {
  list-style: none;
  padding: 20px;
  padding-left: 40px;
}
.page_brand img {
  padding: 10px;
}
.blog_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px
}
.blog_grid_item img {
  width: 100%;
}
.blog_grid_item {
  width: 30%;
  margin: 1%;
  border: 1px solid #00abff;
  overflow: hidden;
  border-radius: 10px;
  background-color: #00abff;
}
.blog_grid_item h2 a {
  color: #fff;
}
.blog_grid_item h2 {
  margin: 10px 10px;
  color: #fff;
}
.blog_detail_top .blog_detail_time {
  width: 100px;
  word-spacing: 66px;
  font-size: 25px;
  text-align: center;
  line-height: 26px;
  padding: 10px;
  border: 1px solid #eee;
  color: #222;
}
.blog_detail_top .blog_detail_title {
  flex: 1;
  padding-left: 20px;
  color: #222;
  border-bottom: 1px solid #eee;
}
.blog_detail_content {
  margin-top: 30px;
  border: 1px solid #eee;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}
.blog_detail_body {
  padding: 15px;
  font-size: 15px;
  color: #222;
}
.blog_detail_title strong {
  color: #00abff;
}
.adn_product_row_a {
    height: 0;  
    position: relative;
    padding-top: 32%;
    overflow: hidden;
}
.adn_product_row_img {
  position: absolute;
  top: 0;
}
.blog_detail_body img {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .header-main .header-flex .header-left {
    padding: 41px 0;
  }

  .header-main .header-flex .header-right {
    padding: 41px 0;
  }
}

.big-product-item {
  flex: 1;
  display: flex;
  padding: 5px;
  flex-direction: column;
  justify-content: space-between;
}

.big-product-item a h1 {
  color: white;
  font-size: inherit;
}

.big-product {
  display: flex;
}

@media screen and (max-width: 450px) {
  .big-product {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .big-product-item {
    width: 100% !important;
    flex: 0 50%;
  }
}

.width-25 {
  width: 25%;
}
.width-50 {
  width: 50%;
}
.width-33 {
  width: calc(100% / 3);
}
.width-20 {
  width: 20%;
}

.blog-newfeed {
  display: block;
  overflow: auto;
}

.blog-post-item {
  display: inline-block;
  width: 25%;
  padding: 10px;
  float: left;
  position: relative;
}

.blog-post-img {
  position: relative;
  float: left;
  width:  100%;
  height: 400px;
  background-position: 50% 50%;
  background-repeat:   no-repeat;
  background-size:     cover;
}

.blog-detail-masked {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.blog-detail-masked .blog-detail-text {
  padding: 20px;
  background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(0,0,0,1)), linear-gradient(to bottom, rgba(255,255,255,0), rgba(0,0,0,1));
}

.blog-detail-text .text-small {
  font-size: 12px;
  color: white;
}

.blog-detail-text .text-medium {
  font-size: 18px;
}

section.psnip-product .product-wrapper {
  display: flex; }

section.psnip-product .product-image-slider {
  width: 50%;
  padding: 10px; }

      
  section.psnip-product .product-image-slider .psnip-slider-item {
    display: block;
    /*height: 100px;*/
    /*width: 100px;*/
    }
    section.psnip-product .product-image-slider .psnip-slider-item img {
      height: 100% !important;
      object-fit: contain;
      width: 100% !important; }
      section.psnip-product .product-image-slider .psnip-slider-item:hover img {
        transform: scale(1.2);
      }
      
  section.psnip-product .product-image-slider .psnip-slider-nav .psnip-slider-item {
    display: block;
    height: 100px;
    width: 100px;
    padding: 5px; }
    section.psnip-product .product-image-slider .psnip-slider-nav .psnip-slider-item img {
      height: 100% !important;
      object-fit: contain;
      width: 100% !important; }

section.psnip-product .psnip-slider-for .psnip-slider-item {
  z-index: 1;
  height: 100%;
  position: relative; }
  section.psnip-product .psnip-slider-for .psnip-slider-item img {
    transition: transform 1s cubic-bezier(0.7, 0, 0.3, 1);
    width: 100%; }
    
  section.psnip-product .psnip-slider-for .psnip-slider-item.slick-active img {
    cursor: pointer;
    transform: scale(1); }

section.psnip-product .slider-track {
  transition: transform 1s cubic-bezier(0.7, 0, 0.3, 1); }

section.psnip-product .slick-arrow {
  width: 50px;
  height: 50px; }

section.psnip-product .psnip-arrow-next, section.psnip-product .psnip-arrow-prev {
  position: absolute;
  display: inline;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  z-index: 1;
  align-items: center;
  display: flex;
  justify-content: center;
  line-height: 1px;
  width: 28px;
  height: 28px;
  top: 50%;
  color: white;
  cursor: pointer; }
  section.psnip-product .psnip-arrow-next:hover, section.psnip-product .psnip-arrow-prev:hover {
    background: rgba(255, 255, 255, 0.3); }

section.psnip-product .psnip-arrow-next {
  right: 15px; }

section.psnip-product .psnip-arrow-prev {
  left: 15px; }
  
.is-fullwidth {
  width: 100% !important;
}

@media screen and (max-width: 768px) {
  .product-wrapper {
    flex-direction: column;
  }
  
  .product-image-slider {
    width: 100% !important;
  }
}

header.psnip-blog-header {
  background: black; }

.psnip-blog-wrapper {
  max-width: 1460px;
  margin: auto; }
  .psnip-blog-wrapper a, .psnip-blog-wrapper li, .psnip-blog-wrapper td, .psnip-blog-wrapper p, .psnip-blog-wrapper span, .psnip-blog-wrapper div, .psnip-blog-wrapper strong {
    color: white; }
  .psnip-blog-wrapper a {
    cursor: pointer; }
  .psnip-blog-wrapper .blog-header {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .psnip-blog-wrapper .blog-header {
        flex-direction: column;
      }
    }
    .psnip-blog-wrapper .blog-header .header-left .psnip-logo img {
      max-height: 30px; }
    .psnip-blog-wrapper .blog-header .header-right ul {
      display: flex; }
      .psnip-blog-wrapper .blog-header .header-right ul li {
        padding: 0px 20px; }

.psnip-blog-hero {
  margin: 50px 0; }
  .psnip-blog-hero .hero-wrapper {
    position: relative; }
    .psnip-blog-hero .hero-wrapper .hero-image {
      width: 100%; }
    .psnip-blog-hero .hero-wrapper .hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 70%, #000); }
    .psnip-blog-hero .hero-wrapper .hero-text {
      position: absolute;
      bottom: 10px;
      left: 50%; }
      .psnip-blog-hero .hero-wrapper .hero-text .text {
        display: inline-block;
        position: relative;
        left: -50px;
        padding: 10px 5px;
        font-size: 20px;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        text-transform: uppercase; }

.psnip-blog-feed {
  margin-bottom: 60px; }

.psnip-blog-posts {
  width: 100%; }
  .psnip-blog-posts .blog-post {
    width: 25%; }
    @media screen and (max-width: 1200px) {
      .psnip-blog-posts .blog-post {
        width: calc(100% / 3); } }
    @media screen and (max-width: 972px) {
      .psnip-blog-posts .blog-post {
        width: 50%; } }
    @media screen and (max-width: 642px) {
      .psnip-blog-posts .blog-post {
        width: 100%; } }
    .psnip-blog-posts .blog-post a:hover {
      color: #0086c4; }
    .psnip-blog-posts .blog-post .blog-post-container {
      padding: 10px; }
      .psnip-blog-posts .blog-post .blog-post-container .blog-post-body {
        background: #1f1f1f; }
        .psnip-blog-posts .blog-post .blog-post-container .blog-post-body .blog-image {
          padding: 20px; }
        .psnip-blog-posts .blog-post .blog-post-container .blog-post-body .blog-post-content {
          padding: 0px 20px 20px 20px; }
          .psnip-blog-posts .blog-post .blog-post-container .blog-post-body .blog-post-content .title {
            line-height: 32px;}
          .psnip-blog-posts .blog-post .blog-post-container .blog-post-body .blog-post-content .author {
            color: #999; }
          .psnip-blog-posts .blog-post .blog-post-container .blog-post-body .blog-post-content .excerpt {
            font-size: 14px;
            color: #999; }
          .psnip-blog-posts .blog-post .blog-post-container .blog-post-body .blog-post-content .read-more {
            margin-top: 15px;
            display: inline-block;
            padding: 4px 15px;
            border-radius: 5px;
            background-color: #0086c4;
            color: white;
            cursor: pointer; }
            .psnip-blog-posts .blog-post .blog-post-container .blog-post-body .blog-post-content .read-more a:hover {
              color: white; }
        .psnip-blog-posts .blog-post .blog-post-container .blog-post-body .inserted-at {
          padding-left: 20px;
          padding-right: 20px; }
          .psnip-blog-posts .blog-post .blog-post-container .blog-post-body .inserted-at .hr {
            border-top: 1px solid white; }
          .psnip-blog-posts .blog-post .blog-post-container .blog-post-body .inserted-at .time {
            color: #999;
            font-size: 12px;
            padding: 10px 0; }
    .psnip-blog-posts .blog-post img {
      width: 100%; }

.psnip-blog-footer {
  background: #000; }
  .psnip-blog-footer_content {
    padding: 8px; }
    .psnip-blog-footer_content div {
      color: #999; }

.psnip-blog-post_hero .image-hero {
  width: 100%;
  height: 600px;
  background-origin: padding-box;
  background-position-x: 50%;
  background-position-y: 50%;
  background-size: cover; }

article.psnip-blog-article {
  margin-top: 60px;
  margin-bottom: 60px; }
  article.psnip-blog-article .article-container {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 972px) {
      article.psnip-blog-article .article-container {
        flex-direction: column; }
        article.psnip-blog-article .article-container .article-aside {
          margin-left: 0px !important;
          width: 100% !important;
          margin-left: 0px;
          padding: 0; } }
    article.psnip-blog-article .article-container .article-body {
      flex: 1; }
      article.psnip-blog-article .article-container .article-body .article-header {
        padding: 15px;
        border-bottom: 1px solid #999;
        margin-bottom: 50px; }
        article.psnip-blog-article .article-container .article-body .article-header h1 {
          font-size: 32px;
          text-transform: uppercase;
          font-weight: 900;
          margin-bottom: 25px !important;
          line-height: 45px; }
        article.psnip-blog-article .article-container .article-body .article-header p {
          color: #999; }
      article.psnip-blog-article .article-container .article-body .article-content {
        padding: 15px;
        font-family: Muli, Lato, Roboto, sans-serif; }
        article.psnip-blog-article .article-container .article-body .article-content img {
          max-width: 100%; }
    article.psnip-blog-article .article-container .article-aside {
      width: 300px;
      margin-left: 20px; }
      article.psnip-blog-article .article-container .article-aside .article-aside-recent {
        padding: 15px; }
      article.psnip-blog-article .article-container .article-aside .article-aside-header {
        font-size: 28px;
        text-transform: uppercase;
        font-weight: 900;
        padding: 20px 0;
        border-bottom: 1px solid #999; }
      article.psnip-blog-article .article-container .article-aside .list-item h2 {
        font-size: 18px; }
        article.psnip-blog-article .article-container .article-aside .list-item h2 a {
          color: #0086c4; }

.collection_row_tab_bottom img {
  max-width: 100%;
}

/*.fancybox_skin section.psnip-product .psnip-slider-for .psnip-slider-item {*/
/*  min-height: 480px;*/
/*}*/

.fancybox_skin section.psnip-product .product-image-slider .psnip-slider-nav .psnip-slider-item img {
  width: unset !important;
  transform: scale(1);
}

.category-paginate-wrapper {
  display: flex;
}

.category-footer-nav {
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
  margin-bottom: 20px;
}

.category-footer-nav .nav-action {
  padding: 2px 8px;
  border: 1px solid white;
  color: white;
  font-weight: 400;
  cursor: pointer;
  font-size: 14px;
  margin-left: 10px;
}

.category-footer-nav .nav-action.active {
  text-decoration: underline;
}

.category-footer-nav .nav-action:hover {
  background-color: white;
  color: black;
}

.category-paginate {
  display: flex;
}

.category-paginate li {
  display: flex;
}

/* Loading */
.lds-hourglass {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-hourglass:after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 6px;
  box-sizing: border-box;
  border: 26px solid #cef;
  border-color: #cef transparent #cef transparent;
  animation: lds-hourglass 1.2s infinite;
}
@keyframes lds-hourglass {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(1800deg);
  }
}

#pre-order .top {
    background: #147b9e;
    color: white;
    padding-top: 0px;
    margin-bottom: 20px;
}

#pre-order .top h3 {
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    margin-top: 0;
    margin-bottom: 0;
}

#pre-order .top h4 {
    text-align: center;
    margin-top: -15px;
}

#pre-order .flex.pro_add_to_cart {
    justify-content: center;
}

#pre-order span.flex.cart_qty {
    margin: 0;
}

#pre-order button.btn_qty.minus, #pre-order button.btn_qty.plus {
    height: 35px;
}

#pre-order input.qty {
    height: 34px;
    border: none;
    background: #61aef32e;
    margin-left: 10px;
    margin-right: 10px;
}

#pre-order button.btn-add-to-cart {
    display: block;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 14px;
    background: #147b9e !important;
    color: white;
}

aside#pre-order {
    border: 1px solid #147b9e;
    margin-bottom: 20px;
}

h3.preorder-title {
    background: #147b9e;
}

#pre-order p.estimated-time {
    text-align: center;
    padding: 0;
    margin: 0;
    padding-bottom: 5px;
}

#pre-order button.btn-add-to-cart {
    background: #b20203;
}

#pre-order button.btn_qty.minus {
    border: 1px solid #147b9e;
    color: #147b9e;
}

#pre-order button.btn_qty.minus:hover {
    background: #147b9e;
    color: white;
}

#pre-order button.btn_qty.plus {
    border: 1px solid #147b9e;
    color: #147b9e;
}

#pre-order button.btn_qty.plus:hover {
    background: #147b9e;
    color: white;
}

#pre-order input.qty {
    color: #147b9e;
}
#pre-order .price {
    margin-bottom: 20px;
}

button.btn-add-to-cart.out-of-stock {
    background: gray;
    pointer-events: none;
}

.psnip-slider-item.slick-slide {
    outline: none;
}

.psnip-slider-item.slick-slide:focus {
    outline: none;
}

#iframe-checkout {
  display: none; 
  position: absolute;
  z-index: 1000;
  background: white;
  height: 100%;
  top: 0;
  left: 0;
}

.slider_wrapper.slider_row:after {
    content: "";
    display: table;
    clear: both;
}

.slider_row .index_slider_big {
    width: 100%;
}

a.resp-sharing-button__link {
    width: 35px;
    background: #00abff;
    border-radius: 50%;
    height: 35px;
    padding: 8px;
}

.social-sharing-links.flex {
    justify-content: space-evenly;
}

.collection_row .category-paginate span.nav-action.active {
    background-color: white;
    color: black;
}

.index-cate-pro-li img {
    float: left;
}

.index-cate-pro-li span.title {
    line-height: 30px;
    margin-left: 5px;
}
span.nav-title{
  padding-left: 0;
}

span.cate-mb-title {
    line-height: 30px;
}

span.menu-main-nav {
    padding-bottom: 0;
}

.related_products_content .product_item_name {
    margin-top: 10px;
}

.product-thumbnail .hotline {
    background: #b30303;
    color: white;
    text-align: center;
    padding: 10px;
    font-size: 20px;
    margin-bottom: 10px;
}

button#btn-checkout.disabled {
    pointer-events: none;
    background: gray;
}

button#btn-nav-checkout.disabled {
    pointer-events: none;
    background: gray;
}

a.disabled {
    pointer-events: none;
}

li.myaccount_ul_li.tablinks.active {
    background: white;
}

#account .myacount_wrapper.padding_12 {
    color: lightgray;
}

#account .info {
    display: flex;
}

#account .info h4 {
    margin-left: 20px;
    color: #00abff;
}

div.tab-pane#address {
    color: lightgray;
}

div.tab-pane#dashboard {
    color: lightgray;
}

#show-order img {
    width: 40px;
}

#show-order .customer-info--detail {
    display: flex;
}

#show-order .customer-info--title {
    margin-left: 10px;
    display: flex;
    flex-direction: column;
}

#show-order .customer-info--account {
    display: none;
}

#show-order .order-wrapper {
    border: 1px solid #d9d9d9;
    overflow: hidden;
}

#show-order .order-bill {
    padding: 10px;
}

#show-order .order-bill--title {
    padding: 12px;
    border-bottom: 1px solid #d9d9d9;
    font-size: 20px;
    font-weight: 700;
    background-color: #f5f5f5;
}

#show-order .order-bill__field--image{
  width: 100px;
  height: 100px;
}

#show-order .order-bill__field--image img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#show-order .order-bill__field {
    padding: 10px;
    display: flex;
    border-bottom: 1px solid #e9e9e9;
    align-items: center;
}

#show-order .order-bill__field--name {
    flex: 2;
    color: lightgray;
    padding-right: 15px;
}

#show-order .order-bill__field--value {
    flex: 2;
    color: #00abff;
}

.cart_content_mid.flex.login-form {
    justify-content: center;
}

.swap-form a {
    color: #777777;
}

#productVariationSelect {
    height: 35px;
    background: #00abff;
    color: white;
    font-size: 13px;
}

#productVariationSelect:focus {
  outline: none;
}

.product-variations a.variation {
    display: block;
    padding: 5px 14px;
    background: #fff;
    margin-right: 15px;
    border: 1px solid #189eff;
    font-weight: 400;
    color: #189eff;
    cursor: pointer;
    font-size: 13px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 10px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
}

.product-variations {
    display: flex;
    flex-wrap: wrap;
}

.product-variations a.active {
    background: #00abff;
    color: white;
}
.contact-price {
  color: #2ecc71;
}

.alert-warning {
  padding: 20px;
  color: #8a6d3b;
  margin-bottom: 15px;
  background-color: #fcf8e3;
  position: fixed;
  left: 50%;
  top: 15%;
  opacity: 0;
  z-index: 9999;
  transform: translateX(-50%);
}

.alert-info {
  padding: 20px;
  color: #8a6d3b;
  margin-bottom: 15px;
  background-color: #cce5ff;
  position: fixed;
  left: 50%;
  top: 15%;
  opacity: 0;
  z-index: 9999;
  transform: translateX(-50%);
  
}

.alert-error {
  padding: 20px;
  color: #8a6d3b;
  margin-bottom: 15px;
  background-color: #f8d7da;
  position: fixed;
  left: 50%;
  top: 15%;
  opacity: 0;
  z-index: 9999;
  transform: translateX(-50%);
}

#checkout-page .product-thumbnail {
  min-width: 64px;
  height: 64px;
  border-radius: 8px;
  background: #fff;
  position: relative;
}

#checkout-page .product-thumbnail__wrapper {
  border: 1px solid #d9d9d9;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  z-index: 1;
}

#checkout-page .product-thumbnail__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  /*max-height: 100%;*/
  margin: auto;
}

#checkout-page .product-thumbnail__quantity {
  font-size: 0.85714em;
  font-weight: 500;
  line-height: 1.75em;
  white-space: nowrap;
  text-align: center;
  border-radius: 1.75em;
  background-color: rgba(114,114,114,0.9);
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 1.75em;
  height: 1.75em;
  padding: 0 0.58333em;
  position: absolute;
  right: -0.75em;
  top: -0.75em;
  z-index: 3;
}

#checkout-page .product-info {
  display: flex;
  padding-left: 20px;
  flex-direction: column;
  width: 100%;
}

#checkout-page .product-info__title {
  font-size: 16px;
  font-weight: 600;
}

#checkout-page .product-info_property {
  color: #717171;
  font-size: 13px;
}

#checkout-page .product-price {
  padding-left: 15px;
  text-align: right;
  white-space: nowrap;
}

div#checkout-page {
    display: flex;
    background: white;
    font-family: 'Muli', sans-serif;
}

#checkout-page .product {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
}

#checkout-page .left-side, #checkout-page .right-side {
    padding: 60px;
}

#checkout-page .content-cart-checkout.is-flex {
    display: flex;
    flex-direction: column;
}

#checkout-page .title {
    font-size: 20px;
    margin-top: -30px;
    margin-bottom: 25px;
}

#checkout-page .input-checkout.is-flex {
}

#checkout-page .input-wrapper.is-flex.w-100 {
    width: 100%;
}

#checkout-page input.input-field {
    width: 50%;
    padding-left: 10px;
    font-size: 13px;
    color: lightgray;
}

#checkout-page button.default-btn.discount-btn {
    background: #d3d3d370;
    border: 1px solid #ddd;
    color: #777;
    line-height: 1.5;
    font-size: 14px;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

#checkout-page .discount-checkout {
    padding-top: 20px;
}

#checkout-page input.input-field::placeholder {
    color: darkgray;
}

#checkout-page button.default-btn.discount-btn:hover {
    background: #00acff;
    color: white;
    transition: all 0.6s;
}

#checkout-page .field-checkout input {
    padding-left: 13px;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    height: 40px;
    font-size: 15px;
    margin-top: 5px;
    width: 80%;
}

#checkout-page .field-checkout input::placeholder {
    color: #aaaaaa;
}

#checkout-page .field-checkout {
    margin-top: 25px;
}

#checkout-page .field-checkout select {
    height: 40px;
    width: 80%;
    background: white;
    border: 1px solid #d9d9d9;
    font-size: 14px;
}

#checkout-page button.btn-payment-checkout.confirmBtn {
    height: 40px;
    margin-top: 40px;
    background: white;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
}

.container.buy-success {
    background: white;
    padding: 50px;
}

.buy-success .info-customer-checkout {
    width: 80%;
    margin: auto;
    margin-top: 100px;
}

.buy-success h3.header-checkout {
    background: #3f4140;
    padding: 3px 15px;
    color: #fff;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    height: 50px;
    line-height: 2;
}

.buy-success .border-input-checkout {
    border: 15px solid #eee;
    font-size: 18px;
}

.buy-success .border-input-checkout label {
    width: 150px;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
    color: #3f4140;
    padding-left: 20px;
}

.buy-success .field-checkout-wrapper {
    display: flex;
    align-items: center;
    margin: 12px;
}

.buy-success .border-input-checkout input {
    max-width: 400px;
    transition: all .2s ease-out;
    background-color: #fff;
    color: #333;
    border-radius: 4px;
    display: inline-block;
    box-sizing: border-box;
    padding: 5px;
    word-break: normal;
    width: 100%;
    height: 40px;
    font-size: 14px;
}

h1.title-buy-success {
    text-align: center;
}

.buy-success h5.return_home {
    float: right;
    margin-right: 10%;
    font-size: 16px;
    background: #00acff;
    color: white;
    padding: 10px;
    border-radius: 3px;
}

.buy-success {
  font-family: 'Muli', sans-serif;
}

.buy-success .met-pay {
    padding: 30px;
}

.buy-success .payment-method {
    color: white;
    background: #3f4140;
    width: 50%;
    margin: auto;
    text-align: center;
    padding: 10px;
}
.buy-success textarea#order_product {
    width: 45%;
    font-size: 14px;
    padding-left: 5px;
}

.payment-method-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.payment-method-item label {
    margin-left: 10px;
    width: 70%;
}

.method-desc {
    margin-top: 20px;
}
.price {
    color: #01a6f3;
}

.sidebar_wrapper.active_mb {
    overflow: scroll;
}

#checkout-page .left-side, #checkout-page .right-side {
  width: 50%;
}

@media screen and (max-width: 1384px){
  #checkout-page .left-side, #checkout-page .right-side {
    width: 50%;
  }
}
@media screen and (max-width: 828px){
  
}
@media screen and (max-width: 600px){
  #checkout-page {
    display: block !important;
  }
  #checkout-page .left-side, #checkout-page .right-side {
    width: 100%;
  }
}

.title-control h3 {
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    text-align: center;
    padding-bottom: 3px;
}

.myacount_form button.btn {
    background: #de0000;
    padding: 7px 20px;
}

button.swap-form {
    padding: 7px 20px;
    background: #147b9e;
    font-size: 14px;
}

.swap-form a {
    color: white;
}

.myaccount_form {
    background: white;
    padding-top: 20px;
    padding-bottom: 30px;
}

.panel-default .info h4 {margin: 0;padding: 0;font-weight: 400;}
#dashboard .myaccount_dashboarch {
    display: flex;
}

#dashboard .col-6 {
    flex: 1;
}


#dashboard .panel-default, #dashboard-order, #address .panel-default, #dashboard #pre-order {
    width: 80% !important;
}

#dashboard .panel-default, .login-form .panel-default, #address .panel-default {
    width: 40%;
    margin: auto;
    border: 1px solid #ddd;
    margin-bottom: 30px;
}

#dashboard .panel-heading, .login-form .panel-heading, #address .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}

#dashboard .panel-footer, #address .panel-footer {
    color: #333;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding: 10px;
}

#dashboard .panel-footer h3 {
    padding: 0;
    margin: 0;
}

#dashboard .panel-heading h3, .login-form .panel-heading h3 {
    padding: 0;
    margin: 0;
}

#dashboard .panel-body, .login-form .panel-body, #address .panel-body {
    padding: 10px;
}

#dashboard .panel-body button.btn, .login-form .panel-body button.btn {
    background: #de0000;
    border-color: #c50000;
    padding: 7px 15px;
}

#dashboard .panel-footer button.default, #address .panel-footer button.default {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid #d9d9d9;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0;
}

#dashboard .panel-body button.btn a, .login-form .panel-body button.btn a{
    color: white;
}

.container.account-info {
    background: white;
    font-family: Roboto Condensed, sans-serif;
}

li.myaccount_ul_li.tablinks.active {
    background: #87cefa70;
}

.myacount_wrapper {
    background: white !important;
    color: #333;
}

.account-info p {
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}

.account-info .cart_table.flex {
    color: #333;
}

.account-info .info {
    color: #333;
}

.order_auth p {
    margin-top: 10px;
}

.order-bill__field--name {
    color: gray !important;
}

.order_auth .cart_table_item.cart_tr_2 {
    padding-left: 10px;
}

section.psnip-product .product-image-slider {
    width: 50%;
    padding: 10px;
    
}

.product-detail {
  padding-left: 30px;
}
@media screen and (max-width: 700px) {
  .product-detail{
    padding-left: 0px;
  }
}
.collection_row_flex-left .index-cate-pro-li:hover .index_ul_menuv.aomacanada{
  display:block;
}
.background-succ, .background-succa {
    background-color: #000000;
    color: #fff;
    top: 0;
    left: 0;
    width: 400px;
    z-index: 1000;
    border-radius: 5px;
    height: 215px;
    position: absolute;
    display: none;
    justify-content: ;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.background-succ .content, .background-succa .content {
    padding-top: 50px;
    position: relative;
    text-align: center;
}
.background-succ .content img, .background-succa .content img {
    width: 60px;
    height: 60px;
}
.background-succ .content p, .background-succa .content p {
    display: block;
    font-size: 18px;
    margin-top: 1rem;
    font-weight: 500;
    color: #fff;
}
.index_ul_menuv.active{
      right: 0;
    display: block;
    top:40px;
}
.product-label-hehe {
    top: 0;
    left: 0;
    width: 300px;
    transform: translate3d(-130px, 8px, 0) rotate(-45deg);
    font-size: 15px;
    text-align: center;
    position: absolute;
    margin: 15px 0;
    padding: 0;
    z-index: 10;
    pointer-events: none;
}
.product-label-hehe b {
    color: white;
    font-weight: 700;
    background: #e8284d;
    border-radius: 20px;
    padding: 5px;
    padding-left: 20px;
    transform: scale(calc(10 / 10));
}
.product-label-hehe b {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: opacity .2s;
    font-weight: 400;
    font-size: 12px;
    white-space: nowrap;
    line-height: 1;
    width: 100%;
}