
.content_box{
  float:left;
  width:100%;
}

.product-cell {
  font-family: 'Open Sans', sans-serif;
  position: relative;
  margin-top: 20px;
  box-shadow: 0px 0px 5px #c0c0c0;
  background-color: #fff;
}
.grid{
  padding: 2px;
}
.product-cell:hover {
 box-shadow: 0px 0px 5px #000;
}
.product-cell .product-image {
  position: relative;
  padding: 3px;
}
.product-cell .product-image:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.product-cell .product-image a {
  display: block
}

.product-cell .product-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  left: 0;
  right: 0;
}

.product-image .pic {
  opacity: 1;
  transition: all .5s
}
.product-image .discount {
  background-image: linear-gradient(to bottom right, red, #f60);
  position: absolute;
  top: 0;
  right: 0;
  font-size: 15px;
  font-family: arial;
  border-radius: 50%;
  color: #fff;
  display: table;
  text-align: center;
  vertical-align: middle;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 3px;
  padding-right: 3px;
}
.product-cell:hover .product-image .pic {
  opacity: 0
}

.product-image .pic-2 {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .5s
}

.product-cell:hover .product-image .pic-2 {
  opacity: 1
}

.product-cell .social {
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 50px;
  right: 25px;
  z-index: 1
}

.product-cell .social li {
  margin: 0 0 10px;
  display: block;
  transform: translateX(100px);
  transition: all .5s
}

.product-cell:hover .social li {
  transform: translateX(0)
}

.product-cell:hover .social li:nth-child(2) {
  transition-delay: .15s
}

.product-cell:hover .social li:nth-child(3) {
  transition-delay: .25s
}

.product-cell .social li a {
  color: #505050;
  background-color: #fff;
  font-size: 17px;
  line-height: 45px;
  text-align: center;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  display: block;
  transition: all .3s ease 0s
}

.product-cell .social li a:hover {
  color: #fff;
  background-color: #3498db;
  box-shadow: 0 0 10px rgba(0, 0, 0, .5)
}

.product-cell .social li a:after,
.product-cell .social li a:before {
  content: attr(data-tip);
  color: #fff;
  background-color: #000;
  font-size: 12px;
  line-height: 22px;
  border-radius: 3px;
  padding: 0 5px;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: -30px
}

.product-cell .social li a:after {
  content: '';
  height: 15px;
  width: 15px;
  border-radius: 0;
  transform: translateX(-50%) rotate(45deg);
  top: -22px;
  z-index: -1
}

.product-cell .social li a:hover:after,
.product-cell .social li a:hover:before {
  opacity: 1
}

.product-cell .add-to-cart {
  color: #fff;
  background-color: #404040;
  font-size: 15px;
  text-align: center;
  width: 100%;
  padding: 10px 0;
  display: block;
  position: absolute;
  left: 0;
  bottom: -100%;
  transition: all .3s
}

.product-cell .add-to-cart:hover {
  background-color: #3498db;
  text-decoration: none
}

.product-cell:hover .add-to-cart {
  bottom: 0
}

.product-cell .product-new-label {
  background-color: #3498db;
  color: #fff;
  font-size: 17px;
  padding: 5px 10px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .3s
}

.product-cell:hover .product-new-label {
  opacity: 0
}

.product-cell .product-content {
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 15px;
    padding-bottom: 10px;
    text-align: center;
}

.product-cell .title {
  font-size: 15px;
  margin: 0 0 7px;
  height: 42px;
  overflow: hidden;
}

.product-cell .title a {
  color: #57575f;
  font-weight: bold;
  font-size: 14px;

}

.product-cell .title a:hover {
  color: #3498db
}

.product-cell .price {
  font-family: Arial;
  font-size: 15px;
}
.product-cell .decriptions {
 height: 150px;
 overflow: hidden;
}
.btn-success{
  background-color: #f30;
}
.btn-primary{
  background-color: #33f;
}
@media screen and (max-width:990px) {
  .product-cell {
    margin-bottom: 30px
  }
}
.product-content .line.dot{
  border-bottom: 1px dotted #c0c0c0;
}
.pb-2{
  padding-bottom: 2em;
}
.pt-2{
  padding-top: 2em;
}
.mb-2{
  margin-bottom: 2em;
}
.mt-2{
  margin-top: 2em;
}
.ml0{
  margin-left:0;
}
.mr0{
  margin-right:0;
}
.pl0{
  padding-left:0;
}
.pr0{
  padding-right:0;
}
.ml2{
  margin-left: 2px;
}
.mr2{
  margin-right: 2px;
}
.pl2{
  padding-left: 2px;
}
.pr2{
  padding-right: 2px;
}
.add_cart{
  font-size: 11px;
  line-height: 21px;
}
.cart{
 position: relative;
}
.cart i{
  font-size: 20px;
  color:#fff;
}
.cart span{
  font-weight: bold;
  font-family: arial;
  position: absolute;
  top:-5px;
  right:-5px;
  min-width: 20px;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 3px;
  padding-right: 3px;
  background-color: red;
  border-radius: 10px;
}
.channel{
  border: 1px solid #dbe5f2;
  position: relative;
  height: 320px;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.channel:hover{
  border-color: #b7c7df;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.12);
  transform: translateY(-1px);
}

.channel .wrap-link{
  position: absolute;
  top: 16px;
  left: 16px;
  right: auto;
  bottom: auto;
  width: auto;
  max-width: calc(100% - 32px);
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  text-align: left;
  text-decoration: none;
  z-index: 3;
}

.channel .wrap-link .omni-channel-title-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  padding: 8px 15px;
  border: 1px solid #e4eaf3;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
  color: #9aa4b2;
  font-family: inherit;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.15;
  margin: 0;
  overflow-wrap: anywhere;
  text-align: left;
  white-space: normal;
}

.channel .switch{
  position: absolute;
  top: 20px;
  right: 16px;
  bottom: auto;
  z-index: 4;
}

.channel.active.red{
  background-color: #fff7f8;
}
.channel.active.red .wrap-link .omni-channel-title-badge{
  color: #e47424;
}
.channel.active.blue{
  background-color: #f7f8ff;
}
.channel.active.blue .wrap-link .omni-channel-title-badge{
  color: #2724e4;
}
.channel.active.yellow{
  background-color: #fffff7;
}

.channel.active.yellow .wrap-link .omni-channel-title-badge{
  color: #e4a924;
}

.channel.active.pink{
  background-color: #d47fd80f;
}
.channel.active.pink .wrap-link .omni-channel-title-badge{
  color: #5c0a49;
}

.channel.active.green .wrap-link .omni-channel-title-badge{
  color: #16a34a;
}

.channel.whatsapp .wrap-link .omni-channel-title-badge,
.channel.portal .wrap-link .omni-channel-title-badge,
.channel.woocommerce .wrap-link .omni-channel-title-badge{
  font-size: 15px;
}

.left_bar  .nav-tabs--vertical{
  box-shadow: 0 -2px 5px #c0c0c0;
  background-color:#fff;
  border-radius: 4px;
  padding: 2px;
}
.left_bar  .nav-tabs--vertical .head{
  background-color: #51647c;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
}
.left_bar .nav-tabs--vertical .nav-item a{
  color:#51647c;
  font-size: 15px;
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */  
}
.left_bar .nav-tabs--vertical .nav-item.active{
  background-color: #66999940;
  border-left: 2px solid #51647c;
}
.add-cart{
  text-align: center;
  width: 100%;
  height: 48px;
}
.add-cart button, .add-cart input{
  height: 35px;
  margin-top: 0;
}
.add-cart input, .add-cart button
{
  display: inline-block;
}
.add-cart input, .add-cart button
{
  line-height: 21px;
}

.add-cart input{
  width: 56px;
}

.head_title{
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}
.head_title div{
  color: #a6a6a7;
  border-bottom: 2px solid #a6a6a7;
  font-size: 17px;
}
.infor_page strong{
  line-height: 30px;
  font-size: 16px;
}
.head_content{
  text-align: center;
}
.head_content i{
  font-size: 110px;
  color:#28a500;;
}
.btn_page{
  background-color: #e4a924;
  color: #fff;
  font-weight: bold;
  font-style: italic;
}
.btn_page.active{
  border: 1px solid #e4a924;
  background-color:#fff !important;
  color: #e4a924 !important;
}

.checkbox-option-client, .checkbox-option-items {
  margin: 14px 0 0 0;
  padding: 17px 0px 0px 22px;
}
.promotions{
  color: red;
}
.price .old-price{
  color: #8a8484bf;
  text-decoration: line-through;
}
.nav-tabs--vertical .view_all {
 color: #fff;
 font-size: 10px;
 position: absolute;
 bottom: 2px;
 left: 4px;
 padding: 0px;
 padding-left: 4px;
 padding-right: 4px;
}
.channel{
  padding: 5px;
  opacity: 0.9;
  position: relative;
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */  
}

.channel.pos::after {
  content: "";
  background-image: url('../images/01.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-origin: content-box, padding-box;
  opacity: 0.3;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}

.channel.portal::after {
  content: "";
  background-image: url('../images/02.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-origin: content-box, padding-box;
  opacity: 0.3;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}

.channel.woocommerce::after {
  content: "";
  background-image: url('../images/03.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-origin: content-box, padding-box;
  opacity: 0.3;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}

.channel.pre-order::after {
  content: "";
  background-image: url('../images/04.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-origin: content-box, padding-box;
  opacity: 0.3;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}

.channel.active .wrap-link .omni-channel-title-badge {
  background-color: rgba(255, 255, 255, 0.96);
  border-color: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
}
.tab_cart .exit_tab{
  font-size: 10px;
  color: #c0c0c0;
}
.channel .bottoms{
  position: absolute;
  top: 63px;
  left: 16px;
  right: auto;
  bottom: auto;
  z-index: 4;
  text-align: left;
  padding: 0;
  max-width: calc(100% - 32px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */  
}
.channel .bottoms a.link{
  display: inline-flex;
  align-items: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 10px;
  border: 1px solid #dce7f5;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.86);
  font-weight: bold;
  color: #1d4ed8;
  line-height: 1.2;
  text-decoration: none;
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */  
}
.channel .bottoms a.link:hover{
  border-color: #9ec5fe;
  background: #fff;
  color: #0f3a8a;
  text-decoration: none;
}


.funkyradio div {
  clear: both;
  overflow: hidden;
}

.funkyradio label {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #D1D3D4;
  font-weight: normal;

}

.funkyradio input[type="checkbox"]:empty{
  display: none;
}

.funkyradio input[type="checkbox"]:empty ~ label{
  position: relative;
  line-height: 2.5em;
  text-indent: 3.25em;
  margin-top: 2em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.funkyradio input[type="checkbox"]:empty ~ label:before{
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 2.5em;
  background: #D1D3D4;
  border-radius: 3px 0 0 3px;
}

.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before{
  content: '\2714';
  text-indent: .9em;
  color: #C2C2C2;
}

.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label{
  color: #888;
}

.funkyradio input[type="checkbox"]:checked ~ label:before{
  content: '\2714';
  text-indent: .9em;
  color: #333;
  background-color: #ccc;
}

.funkyradio input[type="checkbox"]:checked ~ label{
  color: #777;
}

.funkyradio input[type="checkbox"]:focus ~ label:before{
  box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="checkbox"]:checked ~ label:before{
  color: #333;
  background-color: #ccc;
}

.funkyradio-primary input[type="checkbox"]:checked ~ label:before{
  color: #fff;
  background-color: #337ab7;
}

.funkyradio-success input[type="checkbox"]:checked ~ label:before{
  color: #fff;
  background-color: #5cb85c;
}

.funkyradio-danger input[type="checkbox"]:checked ~ label:before{
  color: #fff;
  background-color: #d9534f;
}

.funkyradio-warning input[type="checkbox"]:checked ~ label:before{
  color: #fff;
  background-color: #f0ad4e;
}

.funkyradio-info input[type="checkbox"]:checked ~ label:before{
  color: #fff;
  background-color: #5bc0de;
}
.go_to_edit_link{
  margin-top: -7px;
}
.switch{
  z-index: 999;
}
.pointer{
  cursor: pointer;
}
.fsize15{
  font-size:15px;
}

.not-select {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none
}
.price_w2 .old_prices{
  color: #c0c0c0;
  text-decoration: line-through;
}


.bodyfixed{
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.width-100{
  width:100% !important;
}
.displaynone{
  display:none !important;
}
.background-green{
  background: #84c529 !important;
}
.add-cart .added{
  font-size: 10.5px;
}
.product-variation {
  border: 1px solid #dbdfe3;
  padding: .4em 1.9em 0.4em;
  position: relative;
  border-radius: unset;
  height: 30px;
  outline: none;
  margin-bottom: 3px;
}
.product-variation.selected{
  color: #ee4d2d;
  border-color: #dd3e3e;
}
.product-variation.selected:before{
  border: 6px solid transparent;
  border-bottom-color: #ee4d2d;
  content: "";
  position: absolute;
  right: -6px;
  top: -6px;
  transform: rotate( 
    45deg
    );
}
#select_variation .image img{
  max-width: 100%;
}
#select_variation .prices .title{
  font-weight: bold;
  padding-bottom: 10px;
}
#select_variation .prices .price{
 color: #dc143c;
 font-weight: bold;
 font-size: 18px;
 letter-spacing: 0.07em;
}
#select_variation .content{
  margin-top: 20px;
}
#select_variation .title hr{
  margin-top: 15px;
}
#select_variation .right-division{
  border-left: 1px solid #f0f0f0;
}
.float-alert{
  z-index: 99999;
}


#popup_confirm .dialog-ovelay {
  position: absolute;
  top: -240px;
  left: 0;
  bottom: 0;
  z-index: 999999
}
#popup_confirm .dialog-ovelay .dialog {
  width: 350px;
  margin: 100px auto 0;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0,0,0,.2);
  border-radius: 3px;
  overflow: hidden
}
#popup_confirm .dialog-ovelay .dialog header {
  padding: 10px 8px;
  background-color: #f6f7f9;
  border-bottom: 1px solid #e5e5e5
}
#popup_confirm .dialog-ovelay .dialog header h3 {
  font-size: 14px;
  margin: 0;
  color: #555;
  display: inline-block
}
#popup_confirm .dialog-ovelay .dialog header .fa-close {
  float: right;
  color: #c4c5c7;
  cursor: pointer;
  transition: all .5s ease;
  padding: 0 2px;
  border-radius: 1px    
}
#popup_confirm .dialog-ovelay .dialog header .fa-close:hover {
  color: #b9b9b9
}
#popup_confirm .dialog-ovelay .dialog header .fa-close:active {
  box-shadow: 0 0 5px #673AB7;
  color: #a2a2a2
}
#popup_confirm .dialog-ovelay .dialog .dialog-msg {
  padding: 12px 10px;
  border-bottom: 1px solid #e5e5e5
}
#popup_confirm .dialog-ovelay .dialog .dialog-msg p{
  margin: 0;
  font-size: 15px;
  color: #333
}
#popup_confirm .dialog-ovelay .dialog footer {
  padding: 8px 10px;
  float: right
}
#popup_confirm .dialog-ovelay .dialog footer .controls {
  direction: rtl
}
#popup_confirm .dialog-ovelay .dialog footer .controls .button {
  padding: 5px 15px;
  border-radius: 3px
}

#popup_confirm .button-default {
  background-color: rgb(248, 248, 248);
  border: 1px solid rgba(204, 204, 204, 0.5);
  color: #5D5D5D;
}
#popup_confirm .button-danger {
  background-color: #f44336;
  border: 1px solid #d32f2f;
  color: #f5f5f5
}

#popup_confirm .dialog-ovelay {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999999;
}

#box-loadding{
  padding:0px;
  margin:0px;
  box-sizing:border-box;
  font-family:'Poppins', sans-serif;
  perspective:800px;
  justify-content:center;
  align-items:center;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: 0;
  transform: translate(-50%,-50%);
  z-index: 888;
}
::selection{
  background-color:#2d98da;
  color:#fff;
}
.Box{
  position:relative;
  width:80px;
  height:80px;
  background-color:none;
  border-radius:50%;
  border:5px solid transparent;
  border-top:5px solid #45aaf2;
  margin:2px;
  animation:Loading 2s linear infinite;
}
.Box span{
  position:absolute;
  width:100%;
  height:100%;
  top:0px;
  left:0px;
  border:5px solid transparent;
  border-top:5px solid #45aaf2;
  border-radius:50%;
  margin:2px;
  animation:Loading 2s linear infinite;
}



@keyframes Loading{
  0%{
    transform:rotate(0deg);
  }
  100%{
    transform:rotate(360deg);
  }
}


.tag-item.left {
    left: 0;
    right: unset;
}

.tag-item {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.tag-item .content {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding: 4px 2px 3px;
    font-weight: 700;
    background-color: rgb(255 112 36 / 90%);
    display: flex;
    flex-direction: column;
    text-align: center;
    position: relative;
    font-weight: 400;
    line-height: .8125rem;
    color: #ee4d2d;
    text-transform: uppercase;
    font-size: .75rem;
    width: 36px;
}

.tag-item .content {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding: 4px 2px 3px;
    font-weight: 700;
    background-color: rgb(255 112 36 / 90%);
    display: flex;
    flex-direction: column;
    text-align: center;
    position: relative;
    font-weight: 400;
    line-height: .8125rem;
    color: #ee4d2d;
    text-transform: uppercase;
    font-size: .75rem;
    width: 36px;
    padding-top: 7px;
    padding-bottom: 5px;
}

.tag-item .content:after {
    content: "";
    width: 0;
    height: 0;
    left: 0;
    bottom: -4px;
    position: absolute;
    border-color: transparent rgb(255 112 36 / 90%);
    border-style: solid;
    border-width: 0 18px 4px;
}
.fs-13{
  font-size: 13px;
}
.product-cell .price.sub {
    font-size: 13px;
    font-style: italic;
    text-decoration: line-through;
    color: #c0c0c0;
}
.price_w{
    display: grid;
    height: 40px;
}
.d-flex{
  display: flex;
}
.custom-radio label {
  display: flex;
  padding: 5px 0;
  font-size: 20px;
  cursor: pointer;
}

.custom-radio input[type="radio"] {
  opacity: 0;
}

.custom-radio .value {
  position: relative;
  display: flex;
  align-items: center;
  padding: 5px 13px 5px 31px;
  font-size: 13.5px;
  border-radius: 5px;
  background: #f0f0f0;
}

.custom-radio .value:hover {
  background: #f56a6c;
}

.custom-radio .value::before {
  content: "";
  position: absolute;
  left: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #dadada;
  outline: 0px solid #fff;
  transition: 0.4s;
}

.custom-radio input[type="radio"]:checked~.value {
  color: #fff;
  border-width: 5px;
  background: #f12e31;
  transition: 0.4s;
}

.custom-radio input[type="radio"]:checked~.value::before {
  outline-width: 5px;
  background: #fff;
}

.custom-checkbox input[type=checkbox] {
    display: none;
}
.custom-checkbox label {
  position: relative;
  padding-left: 20px;
  height: 19px;
  margin: 0;
}
.custom-checkbox span:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    background-color: #f0f0f0;
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
    border-radius: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.custom-checkbox input[type=checkbox]:checked + label span:before {
    content: "\2713";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 17px;
    font-weight: bold;
    color: #f12e31;
    text-align: center;
    line-height: 17px;
}
.mtop-40px{
  margin-top: 40px;
}
.pbot-4px{
  padding-bottom: 4px !important;
}
.flex2{
  flex: 2;
}
.d-grid{
  display: grid;
}
.p-relative{
  position: relative;
}
.p-absolute{
  position: absolute;
}
.refund_quantity_item{
  bottom: 0;
  width: 100px;
}
.title-wide{
  border-bottom:  2px solid #314e73;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.return-policy-fr img{
  max-width: 100%;
}
.select-placeholder:after {
  display: none!important;
}

.select-placeholder label, .select-placeholder label small {
  --tw-blur: unset !important;
  opacity: unset !important;
}

/* Popsis Omni Sales channels: modern action panels */
.omni-channel-page {
  padding-top: 34px;
}

.omni-channel-hero {
  position: relative;
  display: flex;
  align-items: center;
  gap: 22px;
  min-height: 120px;
  margin: 0 auto 26px;
  padding: 26px 34px;
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(110deg, #173c78 0%, #2563eb 58%, #22c55e 100%);
  box-shadow: 0 18px 38px rgba(37, 99, 235, 0.18);
  color: #fff;
}

.omni-channel-hero:before,
.omni-channel-hero:after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  pointer-events: none;
}

.omni-channel-hero:before {
  width: 150px;
  height: 150px;
  right: -42px;
  top: -46px;
}

.omni-channel-hero:after {
  width: 92px;
  height: 92px;
  left: 42%;
  bottom: -48px;
}

.omni-channel-hero-icon {
  position: relative;
  z-index: 1;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
  font-size: 25px;
}

.omni-channel-hero-copy {
  position: relative;
  z-index: 1;
  flex: 1;
  min-width: 0;
}

.omni-channel-hero-copy h3 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.1;
}

.omni-channel-hero-copy p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  line-height: 1.45;
}

.omni-channel-master-btn {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-weight: 700;
  padding: 10px 16px;
}

.omni-channel-master-btn:hover,
.omni-channel-master-btn:focus {
  background: rgba(255, 255, 255, 0.23);
  color: #fff;
}

.omni-channel-grid {
  margin: 0 auto;
}

.omni-channel-grid .row {
  display: flex;
  flex-wrap: wrap;
}

.omni-channel-grid .col-md-4 {
  display: flex;
  margin-bottom: 22px;
}

.omni-channel-grid .col-md-4.mtop15 {
  margin-top: 0;
}

.omni-channel-grid .channel {
  width: 100%;
  min-height: 258px;
  height: auto;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
  opacity: 1;
  transform: none;
}

.omni-channel-grid .channel:hover {
  border-color: rgba(37, 99, 235, 0.3);
  box-shadow: 0 22px 42px rgba(15, 23, 42, 0.12);
  transform: translateY(-2px);
}

.omni-channel-grid .channel:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 82px;
  background: linear-gradient(120deg, #eff6ff 0%, #eef2ff 55%, #ecfdf5 100%);
  z-index: 0;
}

.omni-channel-grid .channel:after {
  position: absolute;
  right: 18px;
  bottom: 16px;
  z-index: 0;
  color: rgba(15, 23, 42, 0.055);
  font-size: 62px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  background-image: none !important;
  opacity: 1;
  pointer-events: none;
}

.omni-channel-grid .channel.pos:after {
  content: "PDV";
}

.omni-channel-grid .channel.portal:after {
  content: "Portal";
  font-size: 54px;
}

.omni-channel-grid .channel.woocommerce:after {
  content: "Woo";
}

.omni-channel-grid .channel.pre-order:after {
  content: "Pre";
}

.omni-channel-grid .channel.whatsapp:after {
  content: "Zap";
}

.omni-channel-grid .channel.active:before {
  background: linear-gradient(120deg, rgba(37, 99, 235, 0.12) 0%, rgba(59, 130, 246, 0.08) 55%, rgba(34, 197, 94, 0.12) 100%);
}

.omni-channel-grid .channel .wrap-link {
  position: absolute;
  top: 18px;
  left: 18px;
  right: 78px;
  width: auto;
  max-width: none;
  z-index: 3;
}

.omni-channel-grid .channel .wrap-link .omni-channel-title-badge,
.omni-channel-grid .channel.whatsapp .wrap-link .omni-channel-title-badge,
.omni-channel-grid .channel.portal .wrap-link .omni-channel-title-badge,
.omni-channel-grid .channel.woocommerce .wrap-link .omni-channel-title-badge {
  max-width: 100%;
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid #dbeafe;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
  color: #94a3b8;
  font-size: 15px;
  font-style: normal;
  font-weight: 850;
  line-height: 1.15;
  text-align: left;
}

.omni-channel-grid .channel.active .wrap-link .omni-channel-title-badge {
  background: linear-gradient(120deg, #2563eb, #22c55e);
  border-color: transparent;
  color: #fff !important;
}

.omni-channel-grid .channel.active.red .wrap-link .omni-channel-title-badge {
  background: linear-gradient(120deg, #2563eb, #f59e0b);
}

.omni-channel-grid .channel.active.blue .wrap-link .omni-channel-title-badge {
  background: linear-gradient(120deg, #2563eb, #22c55e);
}

.omni-channel-grid .channel.active.pink .wrap-link .omni-channel-title-badge {
  background: linear-gradient(120deg, #2563eb, #ec4899);
}

.omni-channel-grid .channel.active.green .wrap-link .omni-channel-title-badge {
  background: linear-gradient(120deg, #16a34a, #22c55e);
}

.omni-channel-grid .channel .switch {
  top: 20px;
  right: 18px;
  z-index: 4;
}

.omni-channel-grid .channel .bottoms {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: stretch;
  max-width: none;
  padding: 100px 18px 18px;
  text-align: left;
}

.omni-channel-grid .channel .bottoms a.link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: none;
  min-height: 38px;
  padding: 9px 12px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.04);
  color: #1e40af;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}

.omni-channel-grid .channel .bottoms a.link:after {
  content: "›";
  font-family: inherit;
  color: #94a3b8;
  font-weight: normal;
  font-size: 18px;
  line-height: 1;
}

.omni-channel-grid .channel .bottoms a.link:hover,
.omni-channel-grid .channel .bottoms a.link:focus {
  border-color: #bfdbfe;
  background: #fff;
  color: #1d4ed8;
  text-decoration: none;
}

.omni-channel-grid .channel .bottoms a.link.js-channel-about {
  color: #0f766e;
  background: #ecfdf5;
  border-color: #bbf7d0;
}

.omni-channel-grid .channel .bottoms a.link.js-channel-locked {
  color: #64748b;
  background: #f8fafc;
  border-color: #e2e8f0;
  cursor: not-allowed;
}

.omni-channel-grid .channel .onoffswitch-checkbox[disabled] + .onoffswitch-label {
  cursor: not-allowed;
  opacity: 0.55;
}

@media (max-width: 991px) {
  .omni-channel-hero {
    align-items: flex-start;
    flex-direction: column;
    padding: 24px;
  }

  .omni-channel-master-btn {
    width: 100%;
  }
}
