/*
 *	@Release    1.0.1
 *	@subject		Refactor, compatibility and maintains externals modules for SWMasterTheme
 *	@copyright  	Copyright (c) 2023-2024 Sora Websoft SARL (https://www.sora-websoft.com/)
 *	@author     	Jimmy Buathier (@jimmybuathier)
 *	@license    	Commercial license or Free license according to the original developer
 *	Support by mail: support@sora-websoft.com
 */
.sw_reassurance_product ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.sw_reassurance_product ul li {
  background-color: var(--bodybg);
  margin-bottom: 2px;
  list-style: none;
  width: 100%;
  padding: 0.25rem;
  text-align: left;
}
.sw_reassurance_product ul li .left {
  padding: 0.25rem 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--primary-color) !important;
}
.sw_reassurance_product ul li .right .swsi_info {
  display: block;
  width: 100%;
}
.sw_reassurance_product ul li .right .swsi_info .tt {
  display: block;
  width: 100%;
}
.sw_reassurance_product ul li .right .swsi_info .tst {
  font-weight: var(--font1-weight2);
}
.sw_reassurance_product ul .swtm_shippement_item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*** SCSS #swblockreassurance# ***/
#swreinsurance_block {
  overflow-x: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
#swreinsurance_block li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0.5rem 2rem;
}
#swreinsurance_block .reassurance-icon {
  margin-bottom: 20px;
}
#swreinsurance_block .reassurance-icon i {
  background-color: var(--primary-color);
  background: linear-gradient(45deg, var(--primary-color), var(--gradient-second) 80%);
  background-size: 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 300%;
  color: var(--primary-color);
  font-size: calc(14px + 1.25vw);
}
#swreinsurance_block .reassurance-txt {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.25px;
  font-family: var(--font1);
  font-weight: var(--font1-weight1);
  font-size: 0.875rem;
}
#swreinsurance_block .reassurance-txt .tt {
  text-transform: uppercase;
  display: block;
  width: 100%;
  font-family: var(--font1);
  font-weight: var(--font1-weight2);
  padding-bottom: 6px;
}
#swreinsurance_block .reassurance-txt .tst {
  text-transform: none;
}