/*
 *	@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 {
  justify-content: center;
  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;
}*/

.reassurance-bk {
  display: flex;
  border: 1px solid var(--grey);
  height: 100%;
  padding: 10px;
}

#swreinsurance_block .reassurance-icon i {
  color: var(--primary-color);
  font-size: 2rem;
  border: 2px solid var(--second-color);
  color: var(--second-color);
  line-height: 75px;
  width: calc(75px + 4px);
  border-radius: 50%;
  text-align: center;
}
#swreinsurance_block .reassurance-txt {
  letter-spacing: 0.25px;
  font-family: var(--font1);
  font-weight: var(--font1-weight1);
  font-size: 0.875rem;
  padding: 0 0 0 10px;
}

#swreinsurance_block .reassurance-txt .reass-title {
  font-size: 1rem;
  color: var(--second-color);
  font-weight: var(--font1-weight2);
  display: block;
  width: 100%;
  padding: 0 0 5px;
}
#swreinsurance_block .reassurance-txt a.reass-title {
  text-decoration: underline;
}

#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;
}
