﻿.estimate-shipping-row{
    display:flex;
}
.estimate-shipping-row-item {
    flex: 0 1 100%;
}
.estimate-shipping-row-item.shipping-item {
    padding: 8px 0;
    overflow: hidden;
    overflow-wrap: break-word;
}
.estimate-shipping-row-item-radio {
    flex: 0 0 35px;
}
.estimate-shipping-radio{
     margin-top: 14px;
}

.message-error {
    color: red;
    width: 100%;
}
.message-error ul {
    list-style-type: none;
    margin: 0 0 1em 0;
}

.active-cate {
    color: #00892d !important;
    font-weight: 500 !important;
    border-left: solid;
    margin-left: -20px;
    padding-left: 20px !important;
    margin-right: -20px;
}

.active-subcate {
    color: #00892d !important;
    font-weight: 500;
    border-left: solid;
    padding-left: 3px !important;
}

.show-item-cate {
    border-left: 2px solid #dddddd !important;
}

.label-count {
    font-size: 12px;
    background: #0063d1c9;
    border-radius: 7px;
    padding: 0px 4px;
    color: white;
    display: initial;
}

.spanship {
    color: #626060 !important;
}

.selected-price-range {
  height: 50px;
  text-align: center;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
}

.selected-price-range span{
  font-weight: 400;
  line-height: 50px;
  font-size: 18px;
  padding: 0 2px;
}

.ui-slider-range {
  top: 0px;
  height: 5px !important;
  background-color: #00892d !important;
}

.ui-slider-handle {
  background: #00892d !important;
  top: -2px !important;
  border: unset !important;
}

.filer-option {
  text-transform: capitalize;
  color: #444444;
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 0;
  padding-right: 3px;
  display: contents;
}

.filer-option-color {
  float: right;
  width: 80% !important;
  height: 27px !important;
  border: 0 !important;
  color: white;
  line-height: 28px;
  padding-left: 15px;
  font-weight: normal;
  margin-right:10px
}

.color-item {
  height: 37px;
}

.option-list li{
  display: inline-flex;
  list-style: none;
  text-decoration: none;
  height: 36px;
}

.attribute-square{
  display: inline-block !important;
  width: 32px !important;
  height: 32px !important;
  cursor: pointer;
}

.selected-value {
  border: 2px solid #00892d !important;
}

.tooltip-container-zoom {
    margin-top: 30px;
    position: absolute;
    width: 200px;
    background: #fff;
    border: 2px solid #000;
    text-align: center;
    visibility: hidden;
    border-radius: 5px;
}

.selected-zoom {
    visibility: visible;
}

.selected {
    color: #2c2d33 !important;
}

.fadeInDown .nav-down {
    padding: 5px 0 10px !important;
}

.fadeInDown .logo-down {
    display:block !important;
}

.handheld-only .logo-img-mobile {
    margin: unset !important;
    max-height: 50px !important;
}

.fadeInDown .scroll-menu {
    margin: 0px !important;
}

.draggable {
    height: unset !important;
}

/* style modal image */
.myImg:hover {
    opacity: 1.2;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

.modal-content {
    margin: auto;
    display: block;
    height: 100%;
    width: auto;
}

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 800px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover, .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}

.left-img {
    position: absolute;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    top: 50%;
}

.right-img {
    position: absolute;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    top: 50%;
    right: 0;
}


.center-1 {
    text-align: center;
    min-height: 300px;
    padding: 50px;
}

.image-html-margin img {
    margin: 0px 20px;
}


.sub-menu-parent {
    position: relative;
}

.sub-menu {
    visibility: hidden;
    opacity: 0;
    display:block;
    position: absolute;
    transform: translateY(-2em);
    z-index: -1;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s;
    min-width: 160px;
}

.sub-menu-parent:focus .sub-menu,
.sub-menu-parent:focus-within .sub-menu,
.sub-menu-parent:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 999;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
}


.zalochat {
    bottom: 80px !important;
    right: 13px !important;
}


#ac-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.6);
    z-index: 1001;
}

#popup {
    width: 555px;
    height: 320px;
    background: #FFFFFF;
    border: 5px solid #000;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    box-shadow: #64686e 0px 0px 3px 3px;
    -moz-box-shadow: #64686e 0px 0px 3px 3px;
    -webkit-box-shadow: #64686e 0px 0px 3px 3px;
    position: relative;
    top: 150px;
    left: 375px;
}