@charset "UTF-8";
/* [2] */
/* [8] */
/*===============================================
 [SASS DIRECTORY ]
 [1] Minxin Link
 [2] Minxin Button
 [3] Minxin Triangle
 [4] Minxin LABEL PRODUCT
 [5] Minxin Scrollbars
 [6] Minxin Dev Custom
 ==============================================*/
.no-margin {
  margin: 0 !important; }
/*Dev Custom */
/*====================================================*/
.lib-list-item-product2 {
  border: none; }
  .lib-list-item-product2 .image-dev .list-button-dev {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0); }
    .lib-list-item-product2 .image-dev .list-button-dev li {
      display: inline-block;
      float: left;
      height: 40px;
      width: 40px;
      background: #fff;
      position: relative;
      border-width: 0 1px 0 0;
      border-style: solid;
      border-color: #ddd;
      opacity: 0;
      transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out; }
      .lib-list-item-product2 .image-dev .list-button-dev li:nth-child(1) {
        transform: translateX(40px);
        -moz-transform: translateX(40px);
        -webkit-transform: translateX(40px);
        -ms-transform: translateX(40px);
        z-index: 1;
        transition-delay: 0s; }
      .lib-list-item-product2 .image-dev .list-button-dev li:nth-child(2) {
        transition-delay: 0.2s;
        z-index: 2; }
      .lib-list-item-product2 .image-dev .list-button-dev li:nth-child(3) {
        transition-delay: 0.2s;
        z-index: 2; }
      .lib-list-item-product2 .image-dev .list-button-dev li:nth-child(4) {
        transform: translateX(-40px);
        -moz-transform: translateX(-40px);
        -webkit-transform: translateX(-40px);
        -ms-transform: translateX(-40px);
        z-index: 1;
        transition-delay: 0s; }
      .lib-list-item-product2 .image-dev .list-button-dev li:first-child {
        border-left: 1px solid #ddd; }
      .lib-list-item-product2 .image-dev .list-button-dev li a, .lib-list-item-product2 .image-dev .list-button-dev li button {
        background: none;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        line-height: 40px;
        text-align: center;
        box-shadow: none;
        border: none;
        color: #555;
        width: 40px;
        padding: 0; }
      .lib-list-item-product2 .image-dev .list-button-dev li:hover {
        background: #f04d6a; }
        .lib-list-item-product2 .image-dev .list-button-dev li:hover a, .lib-list-item-product2 .image-dev .list-button-dev li:hover button {
          color: #fff; }
  .lib-list-item-product2 .caption-dev {
    text-align: center;
    padding: 0 15px; }
    .lib-list-item-product2 .caption-dev .rating-dev {
      margin: 5px 0; }
    .lib-list-item-product2 .caption-dev .rating-dev .fa-stack-2x {
      font-size: 11px; }
    .lib-list-item-product2 .caption-dev .title-dev {
      color: #444;
      font-size: 13px; }
    .lib-list-item-product2 .caption-dev .price-dev .price.product-price {
      font-size: 16px; }
    .lib-list-item-product2 .caption-dev .price-dev .price-new {
      font-size: 16px; }
    .lib-list-item-product2 .caption-dev .price-dev .price-old {
      font-size: 12px; }
    .lib-list-item-product2 .caption-dev .add-cart-dev {
      background: #fff;
      border: 1px solid #ddd;
      font-size: 12px;
      text-transform: uppercase;
      color: #999;
      font-weight: bold;
      box-shadow: none;
      border-radius: 0;
      padding: 6px 20px;
      margin: 0 0 30px;
      transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out; }

.lib-list-item-product-over2 .image-dev .list-button-dev li {
  opacity: 1;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out; }
  .lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(1) {
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transition-delay: 0.2s; }
  .lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(2) {
    transition-delay: 0s; }
  .lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(3) {
    transition-delay: 0s; }
  .lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(4) {
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transition-delay: 0.2s; }
/*EFECT PRODUCT NUMBER*/
.lib-two-img {
  position: relative;
  display: block; }
  .lib-two-img .img-1 {
    opacity: 1;
    position: relative;
    transition: all 0.5s ease-in-out; }
  .lib-two-img .img-2 {
    position: absolute;
    z-index: 0;
    top: 0;
    opacity: 0;
    display: block;
    transition: all 0.5s ease-in-out;
    left: 50%;
    transform: translateX(-50%); }

.lib-two-img-over .img-1 {
  opacity: 0;
  transform-style: inherit;
  transition: all 0.5s ease-in-out; }
  .lib-two-img-over .img-2 {
    opacity: 1;
    transform-style: inherit;
    transition: all 0.5s ease-in-out; }
/*EFFECT SLIDERHOME*/
@keyframes myeffect-slideshow {
  0% {
    opacity: 0;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px); }

  100% {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); } }

@-webkit-keyframes myeffect-slideshow {
  0% {
    opacity: 0;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px); }

  100% {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); } }

@-moz-keyframes myeffect-slideshow {
  0% {
    opacity: 0;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px); }

  100% {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); } }
/*===============================================
 [SASS DIRECTORY ]
 [1] BLOCK HEADER
 ==============================================*/
.common-home #content {
  clear: both; }

.common-home .typeheader-43 .container-megamenu.horizontal ul.megamenu > li.home > a:before {
  width: 100%;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1; }

.typeheader-43 {
  /*=====SEARCH ======*/
  /*BLOCK CART*/
  /*MENU MEGA*/ }
  .typeheader-43 .setting {
    float: right;
    position: relative;
    padding-right: 15px;
    margin-top: 6px; }
  .typeheader-43 .setting .fa {
    margin: 6px 0;
    cursor: pointer;
    margin-left: 5px; }
  .typeheader-43 .setting:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    margin: 0;
    display: block !important; }
  .typeheader-43 .setting .account {
    clear: both;
    padding-top: 10px; }
  .typeheader-43 .setting .account .dropdown-menu, .typeheader-43 .setting .box-lang-cunrent .dropdown-menu {
    display: none;
    opacity: 1;
    visibility: visible;
    position: relative;
    box-shadow: none; }
  .typeheader-43 .setting .dropdown-menu {
    padding: 10px;
    transition: all 0s ease-out;
    -moz-transition: all 0s ease-out;
    -webkit-transition: all 0s ease-out; }
  .typeheader-43 .setting .dropdown-menu .dropdown, .typeheader-43 .setting .dropdown-menu .dropdown-menu {
    padding: 0;
    padding-left: 20px; }
  .typeheader-43 .setting > .dropdown-toggle {
    cursor: pointer;
    margin-bottom: 0px;
    color: #262626;
    padding: 0;
    height: 35px;
    position: relative;
    padding-left: 40px; }
  .typeheader-43 .setting > .dropdown-toggle:before {
    content: "";
    position: absolute;
    width: 31px;
    height: 31px;
    background: url(../../images/icon-account.png) no-repeat left top;
    left: 0;
    top: -2px; }
  .typeheader-43 .setting span.dropdown-toggle {
    text-transform: uppercase;
    color: #222;
    font-weight: bold; }
  .typeheader-43 .setting .btn-link {
    text-transform: uppercase;
    color: #222;
    font-weight: bold;
    padding: 5px 0;
    padding-bottom: 0; }
  .typeheader-43 .setting .btn-link img {
    margin-right: 5px;
    margin-top: -2px; }
  .typeheader-43 .setting .btn-link span {
    display: inline-block !important; }
  .typeheader-43 .setting ul.dropdown {
    padding-left: 15px;
    margin-bottom: 10px; }
  .typeheader-43 .block-cart {
    float: right;
    position: relative;
    padding-left: 15px; }
  .typeheader-43 .block-cart .title {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #222; }
  .typeheader-43 .block-cart .handle {
    background: url(../../images/icon-image.png) no-repeat -13px -13px;
    width: 36px;
    height: 34px; }
  .typeheader-43 .block-cart .total-shopping-cart {
    font-size: 12px;
    color: #f04d6a;
    margin-bottom: 0;
    margin-top: -9px; }
  .typeheader-43 .block-cart .shoppingcart-box {
    min-width: 300px;
    top: 110% !important;
    position: absolute;
    background-color: #fff;
    border: none;
    border-radius: 0;
    box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.255);
    -webkit-box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.255); }
  .typeheader-43 .block-cart .shoppingcart-box:before {
    content: "";
    display: block;
    background: transparent;
    height: 25px;
    position: absolute;
    top: -25px;
    width: 100%; }
  .typeheader-43 .block-cart .shoppingcart-box p.empty {
    padding-top: 15px; }
  .typeheader-43 .block-cart .shoppingcart-box .minicart-title {
    background: #666;
    padding: 0 25px; }
  .typeheader-43 .block-cart .shoppingcart-box .minicart-title span {
    font-size: 12px;
    color: #fff;
    line-height: 41px; }
  .typeheader-43 .block-cart .shoppingcart-box .minicart-title span.price-title {
    float: right; }
  .typeheader-43 .block-cart .shoppingcart-box li.content-item {
    background: #f2f2f2;
    margin-bottom: 15px;
    padding: 0 15px; }
  .typeheader-43 .block-cart .shoppingcart-box li.content-item table {
    margin-bottom: 0; }
  .typeheader-43 .block-cart .shoppingcart-box li.content-item .table-striped > tbody > tr:nth-of-type(odd) {
    background: none; }
  .typeheader-43 .block-cart .shoppingcart-box .checkout {
    padding: 0 15px;
    margin-bottom: 15px; }
  .typeheader-43 .block-cart .shoppingcart-box .table > tbody > tr > td, .typeheader-43 .block-cart .shoppingcart-box .table > tbody > tr > th, .typeheader-43 .block-cart .shoppingcart-box .table > tfoot > tr > td, .typeheader-43 .block-cart .shoppingcart-box .table > tfoot > tr > th, .typeheader-43 .block-cart .shoppingcart-box .table > thead > tr > td, .typeheader-43 .block-cart .shoppingcart-box .table > thead > tr > th {
    border: none; }
  .typeheader-43 ul.top-link {
    list-style: none;
    margin: 0;
    float: right; }
  .typeheader-43 ul.top-link > li {
    float: left;
    position: relative;
    list-style: outside none none;
    padding-left: 20px;
    margin-left: 20px;
    padding-right: 0;
    border-left: 1px solid #333;
    font-size: 12px; }
  .typeheader-43 ul.top-link > li i {
    padding-right: 5px; }
  .typeheader-43 ul.top-link > li.language {
    min-height: 23px; }
  .typeheader-43 ul.top-link > li .fa-caret-down {
    font-size: 12px; }
  .typeheader-43 ul.top-link > li > a {
    font-size: 12px;
    color: #898989;
    line-height: 40px; }
  .typeheader-43 ul.top-link > li > a:hover {
    color: #fff; }
  .typeheader-43 ul.top-link > li.account:hover ul.dropdown-link {
    top: 34px;
    z-index: 9999;
    opacity: 1;
    border-top: 1px solid rgba(200, 199, 199, 0.3); }
  .typeheader-43 .welcome-msg {
    line-height: 40px; }
  .typeheader-43 .lang-curr {
    float: right; }
  .typeheader-43 .lang-curr > li {
    float: left;
    padding: 0;
    position: relative;
    padding-left: 18px;
    margin-left: 18px; }
  .typeheader-43 .lang-curr > li:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 12px;
    background-color: #818181;
    top: 14px;
    left: 0; }
  .typeheader-43 .lang-curr > li.currency:before {
    display: none; }
  .typeheader-43 .lang-curr > li .btn-group {
    padding: 0; }
  .typeheader-43 .lang-curr > li .btn-group .btn-link {
    padding: 0;
    line-height: 40px;
    padding-right: 0;
    border: none;
    color: #1c1c1c;
    font-size: 14px;
    font-weight: 400; }
    .typeheader-43 .lang-curr > li .dropdown-menu {
      left: auto;
      right: 0; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .typeheader-43 .lang-curr > li .dropdown-menu img {
          position: relative;
          top: -2px; } }
  .typeheader-43 .navbar-logo .logo {
    margin-top: 2px; }
  .typeheader-43 .help-icon {
    margin-right: 48px;
    float: left; }
  .typeheader-43 .help-icon span {
    color: #262626;
    margin-left: 6px; }
  .typeheader-43 .help-icon:hover span {
    color: #f04d6a; }
  .typeheader-43 div.banner15 {
    float: left; }
  .typeheader-43 .searchbox {
    position: absolute;
    top: 35px;
    left: 0px;
    margin-right: 0;
    padding: 0;
    width: 212px;
    border: none; z-index: 10;}
  .typeheader-43 .searchbox .search {
    display: none; }
  .typeheader-43 #sosearchpro .dropdown-menu .media-body .box-price span {
    float: left;
    padding-left: 0px;
    padding-right: 10px; }
  .typeheader-43 .search-header-w {
    float: left;
    padding: 0px 0;
    margin-top: 2px;
    position: relative;
    /*=====SEARCH ======*/ }
  .typeheader-43 .search-header-w .icon-search {
    cursor: pointer; }
  .typeheader-43 .search-header-w .icon-search i {
    font-size: 19px;
    margin-right: 8px; }
  .typeheader-43 .search-header-w .icon-search span {
    color: #262626;
    text-transform: capitalize; }
  .typeheader-43 .search-header-w .icon-search:hover i, .typeheader-43 .search-header-w .icon-search:hover span {
    color: #f04d6a; }
  .typeheader-43 .search-header-w #sosearchpro {
    padding: 0;
    width: 100%; }
  .typeheader-43 .search-header-w #sosearchpro .search {
    position: relative;
    margin: 0;
    width: 100%;
    border-radius: 3px; }
  .typeheader-43 .search-header-w #sosearchpro .search .select_category {
    border: none;
    border-right: 1px solid #d7d7d7;
    background-color: #f5f5f5;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    width: 22%;
    display: none;
  }
  .typeheader-43 .search-header-w #sosearchpro .search .select_category select {
    height: 30px;
    line-height: 30px;
    color: #666;
    font-size: 12px;
    padding: 0 15px; }
    .typeheader-43 .search-header-w #sosearchpro .search .select_category select:hover {
      cursor: pointer; }
  .typeheader-43 .search-header-w #sosearchpro .search .select_category.icon-select:after {
    color: #999;
    background-color: #f5f5f5;
    font-size: 16px;
    line-height: 30px;
    right: 0;
    left: auto; }
  .typeheader-43 .search-header-w #sosearchpro .search .input-group-btn {
    width: 0;
    position: absolute;
    right: 0;
    top: 0; }
  .typeheader-43 .search-header-w #sosearchpro .search .search {
    width: 200px; }
  .typeheader-43 .search-header-w #sosearchpro .search button {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    padding: 0px;
    border-radius: 0;
    background: transparent; }
  .typeheader-43 .search-header-w #sosearchpro .search button:hover i {
    color: #f04d6a; }
  .typeheader-43 .search-header-w #sosearchpro .search button i {
    font-size: 16px;
    color: #444; }
  .typeheader-43 .search-header-w #sosearchpro .search button span {
    display: none; }
  .typeheader-43 .search-header-w #sosearchpro .search input {
    padding: 0 15px;
    border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background-color: #fff;
    z-index: 0;
    height: 32px;
    font-size: 12px;
    width: 100%;
    color: #999;
    border: 1px solid #dbdbdb;
    border-bottom: 2px solid #dbdbdb; }
  .typeheader-43 .search-header-w #sosearchpro .search input::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .typeheader-43 .search-header-w #sosearchpro .search input:-ms-input-placeholder {
    color: #999; }
  .typeheader-43 .search-header-w #sosearchpro .search input::-webkit-input-placeholder {
    color: #999; }
  .typeheader-43 .search-header-w #sosearchpro .search input:focus {
    z-index: 0; }
  .typeheader-43 .main-menu-w {
    text-align: center; }
  .typeheader-43 .shopping_cart {
    float: right;
    position: relative; }
  .typeheader-43 .shopping_cart .btn-shopping-cart .top_cart {
    position: relative; }
  .typeheader-43 .shopping_cart .btn-shopping-cart .top_cart .icon-c {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    float: left;
    text-align: center;
    line-height: 40px; }
  .typeheader-43 .shopping_cart .btn-shopping-cart .top_cart .icon-c i {
    font-size: 18px;
    color: #252525; }
  .typeheader-43 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner {
    float: left;
    height: 40px;
    line-height: 40px; }
  .typeheader-43 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .text-shopping-cart {
    font-size: 14px;
    color: #262626;
    margin: 0; }
  .typeheader-43 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart {
    font-size: 12px;
    float: left;
    line-height: 100%;
    font-weight: 700; }
    .typeheader-43 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart .items_carts, .typeheader-43 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart .items_cart2 {
      display: none; }
    .typeheader-43 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart .items_cart {
      width: 20px;
      height: 20px;
      line-height: 20px;
      text-align: center;
      border-radius: 100%;
      -moz-border-radius: 100%;
      -webkit-border-radius: 100%;
      position: absolute;
      top: -1px;
      left: 20px;
      font-size: 12px;
      color: #fff;
      background-color: #f04d6a; }
  .typeheader-43 .shopping_cart .dropdown-menu {
    top: 100%;
    right: -15px;
    left: auto;
    color: #666; }
  .typeheader-43 .shopping_cart .shoppingcart-box:before {
    right: 50px; }
  .typeheader-43 .megamenu-style-dev .navbar-default {
    background: transparent; }
  .typeheader-43 .megamenu-pattern .container {
    width: auto; }
  @media (min-width: 992px) {
    .typeheader-43 .container-megamenu.horizontal ul.megamenu > li {
      margin-right: 40px;
      float: none;
      display: inline-block;
      text-align: left; } }
  .typeheader-43 .container-megamenu.horizontal ul.megamenu > li > a {
    line-height: 100%;
    color: #333;
    font-size: 15px;
    font-weight: 500;
    padding: 25px 0;
    position: relative;
    text-transform: capitalize; }
  @media (min-width: 992px) {
      .typeheader-43 .container-megamenu.horizontal ul.megamenu > li > a:after {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: 10px;
        left: 0;
        transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -webkit-transition: all 0.2s ease-in-out 0s; } }
  .typeheader-43 .container-megamenu.horizontal ul.megamenu > li > a .caret {
    display: none; }
  .typeheader-43 .container-megamenu.horizontal ul.megamenu > li > a:before {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    content: "";
    height: 4px;
    width: 0;
    position: absolute;
    left: 0;
    background: #f04d6a;
    bottom: 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease; }
  .typeheader-43 .container-megamenu.horizontal ul.megamenu > li > a strong {
    font-weight: 500; }
  .typeheader-43 .container-megamenu.horizontal ul.megamenu > li > a strong img {
    display: none; }
  @media (min-width: 992px) {
    .typeheader-43 .container-megamenu.horizontal ul.megamenu > li:hover > a, .typeheader-43 .container-megamenu.horizontal ul.megamenu > li.active > a, .typeheader-43 .container-megamenu.horizontal ul.megamenu > li.menu_active > a {
      color: #f04d6a; }
      .typeheader-43 .container-megamenu.horizontal ul.megamenu > li:hover > a:after, .typeheader-43 .container-megamenu.horizontal ul.megamenu > li.active > a:after, .typeheader-43 .container-megamenu.horizontal ul.megamenu > li.menu_active > a:after {
        width: 100%; }
      .typeheader-43 .container-megamenu.horizontal ul.megamenu > li:hover > a:before, .typeheader-43 .container-megamenu.horizontal ul.megamenu > li.active > a:before, .typeheader-43 .container-megamenu.horizontal ul.megamenu > li.menu_active > a:before {
        width: 100%;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1; } }
  .typeheader-43 .header-bottom, .typeheader-43 .header-top {
    background: #fff;
    border-bottom: 1px solid rgba(235, 235, 235, 0.5); }
  .typeheader-43 .header-top {
    border-bottom: 1px solid rgba(235, 235, 235, 0.5);
    padding: 20px 49px; }
  .typeheader-43 .header-top .top-left {
    margin-top: 5px; }

.common-home .typeheader-43 .header-bottom {
  border-bottom: none; }
.text1{ font-size: 12px;
    text-align: center;
    background-color:#fab117;
    text-align: center;
   padding: 10px 5px 10px;
    font-weight: 500;
    color: #333;
    margin-bottom:0px !important; 
}
#myDiv{
   
    z-index: 9999;
    
   
   
    margin: 0 30% auto;
    
    
}
.close-head{font-size: 12px;
    vertical-align: top;
    padding-top: 0px;}
.close-head1{    padding-top: 3px !important;
    padding-right: 3px !important;}
#myDiv1 {
  bottom: 0;
    position: fixed;
    z-index: 9999;
   
  
    position: fixed;
   
   
    margin: 0 30% auto;
    left: 0;
    right: 0;
}
@media(max-width:767px){#myDiv {
    margin: 0 13px auto !important;
}
.div-mob{margin: 0 50px auto !important;}
#myDiv1 {
  bottom: 0;
  bottom: 0;
    position: fixed;
    z-index: 9999;
    /* width: 46%; */
    margin: 0 0px auto;
    width: 100%;
}
.close-head1{float:left !important;}
}

.close-head2{padding-left:0px !important; }
.close-mob1{padding-left: 5px;
    padding-top: 2px;}

.close-head3{color: black;
    font-weight: bold;}


    @media (max-width: 767px){
    .layout-15 header.typeheader-43 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner {
        display: unset;
    }
   .layout-15 .megamenu-style-dev .navbar-default .horizontal .navbar-toggle .icon-bar {
    background: #fff;
  }
}

    
  @media (min-width: 385px) and (max-width: 584px) {
    .price .price-new, .price span.price {
      letter-spacing: .5px;font-size: 1.3rem;
    }
  }


  @media (max-width: 767px){
    .layout-15 .typeheader-43 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .text-shopping-cart {
    display: none;
}
  }



  .layout-15 .module .newsletter .block_content .alert-danger {
    width: 54%;
}
.layout-15 .module.main-newsleter-popup .hidden-popup .inline {
    top: -5px;left: 5px;
  }
@media (max-width: 768px){
  .layout-15 .module .newsletter .block_content .alert-danger {
      width: 70%!important;
  }
}
/***********Home Screen Height issue****************/
.common-home.layout-15 .so-extraslider .products-list .product-grid .product-item-container .left-block img {
  height: 300px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.common-home.layout-15 .so-extraslider .products-list .product-layout .product-image-container img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}

.layout-43 .welcomeHeaderBg {
  background: #fff;
}

.head-top-address {
  color: #fff;
  padding: 4px;
  font-size: 15px;
  line-height: 15px;
}

.layout-43 .welcomeHeaderUI .marquee {
  animation: marquee-left 15s linear infinite;
  white-space: nowrap;
  padding: 5px 0;
}

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

header.typeheader-43 .navbar-logo {
  flex-shrink: 0;
}

header.typeheader-43 .navbar-logo .logo{
  max-height: 70px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

header.typeheader-43 .navbar-logo img{
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

@keyframes marquee-left {
  0% {
    transform: translateX(0%); 
  }
  100% {
    transform: translateX(-100%); 
  } 
}

.layout-43 .welcomeHeaderUI {
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  overflow: hidden;
  width: 50%;
  margin: auto;
}

.checkout-form.form-horizontal {
  padding-left: 0;
  padding-right: 0;
  margin-top: 25px;
}

.checkout-form.form-horizontal .form-group{
  margin-bottom: 5px;
}

.checkout-form.form-horizontal .flex-row{
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.checkout-form.form-horizontal .control-label {
  text-align: left;
  color: #444;
  font-size: 14px;
  font-weight: 500;
}

.checkout-form.form-horizontal .control-label::before{
  content: none;
}

.checkout-form .form-group .control-label::after {
    content: '';
}

.checkout-form .form-group.required .control-label::after {
    content: ' *';
    color: #f00;
    font-weight: bold;
}

.checkout-form.form-horizontal .text-danger {
  color: #F00;
  display: inline-block;
  background-color: transparent;
  padding: 0;
  margin: 0;
  margin-top: 2px;
  border-radius: 0;
  font-size: 12px;
  line-height: normal;
}

.checkout-form.form-horizontal .form-control {
  border: 1px solid #ddd;
  border-radius: 3px;
  font-family: Inter,sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  outline: none;
  padding: 5px 12px;
  text-align: left;
  background-color: #fff;
}

.ribbon {
  font-size: 14px !important;
  width: 90%;
  position: relative;
  background: #008000;
  color: #fff;
  text-align: center;
  padding: 10px 10px;
  margin: 10px auto 20px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  line-height: 20px;
}

.ribbon:before, .ribbon:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -16px;
  border: 16px solid #256e25;
  z-index: -1;
}

.ribbon:before {
  left: -24px;
  border-right-width: 24px;
  border-left-color: transparent;
}

.ribbon:after {
  right: -24px;
  border-left-width: 24px;
  border-right-color: transparent;
}

.ribbon-content {
  font-weight: 500 !important;
}

.ribbon .ribbon-content:before, .ribbon .ribbon-content:after {
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
  border-color: #094809 transparent transparent transparent;
  bottom: -16px;
}

.ribbon .ribbon-content:before {
  left: 0;
  border-width: 16px 0 0 16px;
}

.ribbon .ribbon-content:after {
  right: 0;
  border-width: 16px 16px 0 0;
}

.grouped_total.fixed .info-headertext {
  display: none;
}

.grouped_total {
  z-index: 2;
}

html, body:not(.common-home), body:not(.common-home) #wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.otherThemeQS#quick-shop .cls1{
  font-weight: 500;
}

.success-box{
  background: #e7e7e7;
  padding: 40px;
  border-radius: 5px;
  text-align: center;
  margin: 20px 0;
}

.success-box h2{
  font-size: 24px;
  font-weight: 500;
  color: #000;
  margin: 0;
}

.success-box p{
  font-size: 15px;
  margin: 25px 0;  
}

#common-success{  
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  flex: 1;
}

.success-box .tick-icon{
  background: green;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px;
  border-radius: 50%;
  margin: 25px auto;
}

.success-box .tick-icon svg{
  stroke: #fff;
}

.layout-43 .fancybox-thumbs {
  top: auto;
  width: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 95px;
  padding: 10px 10px 5px 10px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.3);
}

.layout-43 .fancybox-show-thumbs .fancybox-inner {
  right: 0;
  bottom: 95px;
}

@media(max-width: 768px){
  .layout-13 #video_background_video_0_yt{
    width: 100%;
  }

  .layout-43 header.typeheader-43 .header-bottom {
    background: transparent;
  }

  .ribbon {
    font-size: 12px !important;
    width: 85% !important;
    padding: 5px 5px !important;
    line-height: 20px;
  }
  
  .otherThemeQS#quick-shop .grouped_total .totel-box {
    width: 50%;
  }

  .products-category .products-list.so-filter-gird,
  .product-search .products-category .products-list{
    display: flex;
    flex-wrap: wrap;
  }

  .products-category .products-list.so-filter-gird .product-grid,
  .product-search .products-category .products-list .product-grid{
    width: 50%;
  }

  .products-category .products-list.so-filter-gird .product-grid .product-item-container .left-block .product-image-container,
  .product-search .products-category .products-list .product-grid .product-item-container .left-block .product-image-container{
    height: 270px;
    overflow: hidden;
    display: flex;
    justify-content: center;
  }   
}

@media(max-width: 487px){
  .success-box h2 {
    font-size: 20px;
  }

  .success-box p {
    font-size: 14px;
  }

  header.typeheader-43 .navbar-logo .logo{
    max-height: 50px;
  }

  .common-home.layout-15 .so-extraslider .products-list .product-grid .product-item-container .left-block img {
    height: auto;
  }

  .common-home.layout-15 .so-extraslider .products-list .product-grid .product-item-container .left-block .product-image-container,
  .products-category .products-list.so-filter-gird .product-grid .product-item-container .left-block .product-image-container,
  .product-search .products-category .products-list .product-grid .product-item-container .left-block .product-image-container {
    height: 190px;
    overflow: hidden;
    display: flex;
    justify-content: center;
  }
}

@media(max-width: 400px){
  .common-home.layout-15 .so-extraslider .products-list .product-grid .product-item-container .left-block .product-image-container,
  .products-category .products-list.so-filter-gird .product-grid .product-item-container .left-block .product-image-container,
  .product-search .products-category .products-list .product-grid .product-item-container .left-block .product-image-container {
    height: 190px;    
  }
}
@media (min-width: 768px){
.layout-43 .success-box.success-order {
    width: 600px;
  }
}
.layout-43 .success-box.success-order .swal2-icon.swal2-success{
  display: flex;
    margin: auto;
    bottom: 55px;
    font-size: 13px;
    position: relative;
    box-sizing: content-box;
    width: 5em;
    height: 5em;
    border: 0.25em solid transparent;
    border-radius: 50%;
}
.layout-43 .success-box.success-order .swal2-success-line-tip{
  background-color: #fff;
  top: 2.875em;
  left: 0.8125em;
  width: 1.5625em;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  z-index: 2;
  height: 0.3125em;
  border-radius: 0.125em;
}
.layout-43 .success-box.success-order .swal2-success-line-long{
  background-color: #fff;
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
    transform: rotate(-45deg);
    display: block;
    position: absolute;
    z-index: 2;
    height: 0.3125em;
    border-radius: 0.125em;
}
.layout-43 .success-order.success-box {
  background: #fff;
  box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
  padding: 2rem;
}
.layout-43 .success-order.success-box h2 {
  margin-top: -42px;
}
.layout-43 .success-box.success-order .tect-center{
  display: grid;
}
.layout-43 .success-box.success-order .tect-center .btn.btn-primary{
padding: 12px 15px;
}