/*your custom css goes here*/ 
.allbrand_background_menu_home{
    background: rgb(62,193,55);
    background: linear-gradient(180deg, rgba(62,193,55,1) 0%, rgba(1,101,28,1) 100%);
}
.allbrand_background_menu_search{
    border-bottom-color: black;
    margin: 0 0 0 0;
    height: 100px;
}
.border-bottom-allbrand{
    border-bottom: 1px solid #000000 !important;
    display: flex;
    align-items: center;
}
.left {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #ccc;
}
  
  .right {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-color: #eee;
  }
.floating-img {
    /* left: 100px; */
    top: calc(50% - 50px);
    width: 110px;
    height: 110px;
}
.background-brand {
    border-radius: 15px;
    background: #dfdfe6;
    border-left: 0px solid black;
    border-right: 0px solid black;
}
.background-brand:hover{
    box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.20);
    -webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.20);
    -moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.20);
}
.background-brand-none {
  border-radius: 15px;
  background: #dfdfe6;
  border-left: 0px solid black;
  border-right: 0px solid black;
}
.background-brand-non:hover{
  border-radius: 15px;
  background: #dfdfe6;
  border-left: 0px solid black;
  border-right: 0px solid black;
}

.column+.column {
    margin-left:0.33%;
}

.slick-slide{
    margin-left: 3px;
    margin-right: 3px;
}
.slick-track {
    margin-top: 5px;
}

/* marquee */
.marquee {
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: 30px;
    overflow-x: hidden;
  }
  
  .track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 32s linear infinite;
  }
  
  @keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
  }
  
  .text-product {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .text-product-description {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .product-item {
    box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.20);
    -webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.20);
    -moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.20); 
    margin-bottom: 19px;
    border-radius: 15px;
    padding-left: 0px;
    padding-right: 0px;
    border-left: 7px solid #3ec137;
    /* max-height: 50px; */
  }
  .img-fit-item {
    max-height: 100%;
    width: 100%;
    object-fit: contain;
  }

  .vertical-scrollable {
    /* height: 800px; */
    /* overflow-y: scroll; */
    padding: 25px;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.float:hover {
	text-decoration: none;
	color: #25d366;
  background-color:#fff;
}

.my-float{
	margin-top:16px;
}

.badge_custom {
  display: inline-block;
  padding: 5px 10px;
  background-color: #000000;
  color: #FFFFFF;
  border-radius: 10px;
}

.absolute-float-mid{
  position: absolute;
  top: 100%;
  right: 50%;
}
.modal_content2{
  width: 100%;
  height: 100%;
  border: 0;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  /* align-items: center; */
  justify-content: flex-start;
  position: relative;
}
.modal_left {
  height: 100%;
  /* padding: 34px 48px; */
  background: url(desktop-warehouse-black.ee8c4b34cc43bb93763e.png) no-repeat;
    background-color: rgba(0, 0, 0, 0);
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
  /* background-color: #1a1a1a; */
  background-position: bottom;
  background-size: contain;
  text-align: left;
  width: 190%;
}
.modal_right {
  width: 100%;
  height: 100%;
  color: #000;
}
.colnew{
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.popup-btn{
  top:400px;
  position:fixed;
  right: 0px;
  z-index: 1000;
  padding: 10px 22px 35px 9px;
  height: 78px;
  background-color: rgb(62,193,55);
  color:#fff;
  text-align: center;
}
.popup-btn a:hover{
  text-decoration: none;
  color:#fff;
}
.popup-btn-android{
  top:479px;
  position:fixed;
  right: 0px;
  z-index: 1000;
  
  color:#fff;
  text-align: center;
}
.popup-btn-ios{
  top:560px;
  position:fixed;
  right: 0px;
  z-index: 1000;
  
  color:#fff;
  text-align: center;
}
.background-brand {
  height: 130px;
}
.background-brand-none {
  height: 130px;
}
.text-product-index {
  overflow: hidden; 
  /* max-height: 76px; */
}
@media (max-width: 576px){
  .text-product-index {
    overflow: hidden; 
    /* max-height: 76px; */
    font-size: 12px;
  }
}
.brand-img {
  max-height: 120px;
}

@media (max-width: 375.98px){
  .background-brand {
    height: 80px;
  }
  .background-brand-none {
    height: 80px;
  }
  .modal_right {
    display: none;
  }
  .modal_left {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
}
@media (max-width: 417px){
  .modal_right {
    display: none;
  }
  .modal_right{
    margin-left: 0.8rem !important;
    margin-right: 0.8rem !important;
    margin-bottom: 0.8rem !important;
    width: 100%;
  }
}

@media (min-width: 376px) and (max-width: 576px){
  .background-brand {
    height: 110px;
  }
  .background-brand-none {
    height: 110px;
  }
  .modal_left {
    width: 122%;
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .float{
    bottom:76px;
  }
}
@media (min-width: 577px) and (max-width: 991px){
  .modal_left{
    width: 122%;
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
}

.jssocials-share-email .jssocials-share-link,
.jssocials-share-twitter .jssocials-share-link,
.jssocials-share-facebook .jssocials-share-link,
.jssocials-share-whatsapp .jssocials-share-link{
  border-radius: 16px;
}

.aiz-p-hov-icon2 a {
  display: block;
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  background: #fff;
  margin-top: 5px;
  margin-right: 5px;
  color: #333;
  font-size: 16px;
  box-shadow: 0px 2px 10px rgb(0 0 0 / 15%);
}
.aiz-p-hov-icon2 a:hover {
  background: var(--green);
  color: #fff;
}
.aiz-p-hov-icon2 a:nth-child(2) {
  transition-delay: 0.05s;
  -webkit-transition-delay: 0.05s;
}
.aiz-p-hov-icon2 a:nth-child(3) {
  transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
}

.proceed_checkout {
  font-weight: 900;
  border-radius: 10px !important;
  background: rgb(253,141,31) !important;
  background: linear-gradient(180deg, rgba(253,141,31,1) 0%, rgba(252,106,65,1) 100%) !important;
  border-color: rgb(253,141,31) !important;
}

.swal2-styled {
  margin: 0.3125em;
  padding: 0.625em 1.1em;
  box-shadow: none;
  font-weight: 500; }
  .swal2-styled:not([disabled]) {
    cursor: pointer; }
  .swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #2778c4;
    color: #fff;
    font-size: 1em; }
  .swal2-styled.swal2-deny {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #d14529;
    color: #fff;
    font-size: 1em; }
  .swal2-styled.swal2-cancel {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #757575;
    color: #fff;
    font-size: 1em; }
  .swal2-styled:focus {
    outline: none;
    box-shadow: 0 0 0 1px #19191a, 0 0 0 3px rgba(138, 176, 213, 0.5); }
  .swal2-styled::-moz-focus-inner {
    border: 0; 
}

.aiz-megabox > input:checked ~ .aiz-megabox-elem, .aiz-megabox > input:checked ~ .aiz-megabox-elem {
  border-color: var(--green);
  border-width: 3px;
  border-radius: 10px !important;
}
.aiz-megabox .aiz-megabox-elem {
  border-radius: 10px !important;
}

.aiz-square-check, .aiz-rounded-check {
  background: 0 0;
  position: relative;
  height: 16px;
  width: 16px;
  border: 3px solid var(--green);
}

.aiz-notify{
  font-size: 18px !important;
}

.form-control {
  border-radius: 10px !important;
}

.btn-primary {
  border-radius: 10px !important;
}
.rma_info {
  width: 152px;
  margin-right: 14px;
  display: inline-block;
}
.rma_info > input[type="text"]{
  width: 100%;
}
.copy_row_1 {
  position: relative;
}
fieldset {
  padding: 0 1.4em 1.4em 1.4em;
    padding-top: 0px;
  margin: 0 0 1.5em 0;
  border: 1px solid #ccc;
}
.remove_icon{
  position: absolute;
  right: -5px;
  top: 9px;
  cursor: pointer;
  color: #fff;
  background: #f00;
  width: 18px;
  text-align: center;
}
.text-deal {
  color: #fd8d1f !important;
}