@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
	
	content: "Custom css included";
}
.headertop
{
  display:flex;
  justify-content:space-between;
  margin-top:0.5em;
  width:30em;
  float:right;
  margin-right:-5%;
  color:white;
}
.verticalline
{
  display:inline-block;
  border-left:1px solid #ccc;
  height:57px;
}
.headertop > span ,.headertop >div
{
  padding-left:37px;
}
.buttonstyle
{
  background-color: white; 
  border: none;
  color: black;
  padding: 5px 32px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  
  cursor: pointer;
}
.Custom_headerborder
{
  border:1px solid #e6e6e6;
  border-left:none;
  border-right:none;
  /* box-shadow:0px 2px 2px rgba(0,0,0,0.1);*/
  background-color:white;
}
.dropdown-item.active, .dropdown-item:active {
  background-color:#ffffff;
  color: #9baeea !important;
}
.Custom-menu-li >a {
   /* color: #3f5fa6 !important;*/
  text-decoration:none;
  letter-spacing:0.2px;
}

.Custom-menu-li > a:hover
{
  color:#9baeea !important;
  text-decoration:none;
}
.Custom-menu-li .active> span {
    color: #9baeea;
}

.boldcolor
{
  color:rgba(3,2,26,0.8) !important; 
}
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0 !important;
  left: 100% !important;
  margin-top: -49px !important;
}
.shadowstyle
{
  /*box-shadow:0 3px 6px rgb(0 0 0 / 18%);
 // margin:8px !important;
   border-top:none;
  border-left:none;
  border-right:none;
  border-bottom:none;
  border-radius:unset; */
  width:1100px;
  inset: 0px auto auto 0px !important;
  padding:0px !important;
  
  
  
}
.theme-button
{
  border-radius:12px;padding-left:1rem;padding-right:1rem;padding-top:0.4rem;pading-bottom:0.4rem;
}

.custom_cart_count {
   
    margin: -16px 2px 0px -17px;
    padding: 3px 7px 2px 7px;
    color: #ffffff;
    background-color: #3f5fa6;
    border-radius: 24px;
    text-align: center;
    font-size: xx-small;
}
.custom_Sign.in {
  /*  padding: 10px 16px 10px 16px;
    background-color: #3f5fa6;
    color: #ffffff;
    font-weight: 700;
    border-radius: 8px;*/
   display: none;
}
.custom_My.account {
    display: none;
}
.icon-3:hover{
  color:#3f5fa6;
}

h2.display-6.start.m-0.item_swift_productheader {
    font-family: "IBM Plex Sans",sans-serif !important;
    font-display: auto !important;
    font-size: 34px !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
    color: #212121 !important;
    text-transform: uppercase !important;
}

.item_swift_productnumber {
    color: #a8a8a8;
    margin-bottom: 0.6em;
    overflow: hidden;
    font-weight: 500;
    text-overflow: ellipsis;
    font-size: 1.47rem;
}

.theme-withborder .h6{
   font-family: "IBM Plex Sans",sans-serif !important;
   color:#3f5fa6;
   text-transform: uppercase !important;
}

.theme-withborder .text-price, .text-price{
    font-family: "IBM Plex Sans",sans-serif;
    font-display: auto;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    color: #212121;
}
.theme-button .swift_quantity-field
{
  border-radius:0;
  width:80px;
  background-color:white;
}
.theme-button .js-add-to-cart-button
{
  border-radius:0;
  margin-left:0.5em !important;
}
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

/* product detail page */
.custom_carousel-inner{
    order: 2;
}

.custom_imagesThumbnails
{
    width: 85px !important;
	order: 1;
   
}
.custom_img_container{
	display: grid;
	grid-template-columns: 120px auto;
}

@media only screen and (max-width: 600px) 
{
	[class*="custom_img_container"]
	{
		display: flex !important;
		flex-direction: column;
	}

	[class*="custom_imagesThumbnails"]
	{
		display: flex;
		order: 1;
	}
	[class*="custom_carousel-inner"]
	{
		order: 2;
	}
    [class*="custom_black"]
	{
       padding-left: 20px;
	}
    .Custom_overtext
    {
      display: none;
      position: absolute;
      gap: 3px !important;
      top: 45px !important;
      left: 34px !important;
      flex-direction: column;
	}
    .custom_addtocard
    {
      font-size:7px !important;
      padding: 0.2rem 0.5rem !important;
      width:60px !important;
      height:17px !important;
    }
  	.custom_quickview
  	{
      font-size: 7px !important;
   	  padding: 0.2rem 0.5rem !important;
      width:60px !important;
      height:17px !important;
  	}
  	.quickviewimg img
    {
      height: 15rem !important;
      width: 278px !important;
      margin-top: 20px;
     /* height: 200px !important;
      width: 200px !important;*/
    }
  	.d-sd-block
  	{
      display:block !important;
  	}
	.Custom_cart_content {
      width: 91% !important;
    }
  .productname a
  {
  	font-size: 13px;
    line-height: 15px;
  }
  .productprice
  {
  	font-size:14px !important;
  }
  .g-col.order-first.order-lg-0:has(.Custom_vertical_navbar)
  {
  	margin:0 !important;
  }
  .g-col.g-col-lg-3:has(.Custom_OrderHistory), .g-col.g-col-lg-3:has(.Custom_myorder_list), .theme.custom_detail_row.h-100.item_swift_app
  {
  	margin:0 !important;
  }
  .Custom_MAW_Container
  {
  	width:100% !important;
  }
  .theme-button
  {
  	padding-left:0 !important;
    padding-right:0 !important;
  }
  .accountdetails
  {
  	width:100% !important;
  }
  .d-sd-none
  {
  	display:none;
  }
  form#UserManagementManageAddressesForm {
    padding: 10px;
  }
  .Custom_Banner_Body{
    margin:0 !important;
    left: 0;
    margin-top: -246px !important;
    width: 100% !important;
  }
  .Custom_Email_Apply {
  	padding-left:0 !important;
  }
  .Custom_FC {
  	width:100% !important;
  }
  .offcanvas-utility-navigation svg {
    display: none !important;
	}
  .customproductgap
  {
  	gap:15px !important;
  }
  .padding0
  {
  	padding:0 !important;
  }
  .formlabel1
  {
  	font-size:16px !important;
    opacity:1 !important;
  }
}

.custom_white_button button{
    border-radius: 0px;
    padding: 0 5px;
    display: inline-block;
    font-weight: normal;
    vertical-align: top;
    min-height: 31px;
    line-height: 28px;
    font-size: 16px;
}
.custom_white_button label {
    border-radius: 0px;
    padding: 0 5px;
    display: inline-block;
    font-weight: normal;
    vertical-align: top;
    min-height: 31px;
    line-height: 28px;
    font-size: 16px;
}
.bgimage
{
  position:relative;
}
.bannercontent
{
  position:absolute;
  top:0px;
  left:50px;
}

.Custom_Banner_BGI{
	/* margin: 0px -50px; */
    position: relative;
}

.Custom_Banner_BGI >img{
	/* margin: 0px -50px; */
  
	width:100%;
    height: 350px;
}

.Custom_Banner_Body{
	
    position: absolute;
    text-align: center;
  	margin: -265px 0px 0px 430px;
 
}
.Custom_Banner_Heading{
  color: #3F5FF3; ;
  font-size: 30px;
  font-weight: 800;
  font-family:Poppins, sans-serif;
}

.Custom_Banner_Description{
	font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.005em;	
    margin-top:11px;
}

.Custom_Email_Apply {
    display: flex;
  padding-left:40px;
    
}
.f16
{
  font-size:16px;
}
.Custom_FC
{
  	border-radius: 54px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.005em;
    height: 50px !important;
    padding-right: 2rem;
    padding-left: 16px;
    width:350px;
    border:1px solid #CFDFCD;
    box-shadow:none !important;
}
.Custom_FC_btn
{  
    border-radius: 54px;
    padding: 11px 20px;
    margin-left: 10px;
    min-width: 124px;
    font-size: 16px;
    font-weight: 500;
    background-color:#355597;
    color:white;
    border:none;
}

.Custom_My.Cart {
    /* padding: 5px; */
    background-color: #DF5641;
    color: #ffffff;
    /* width: 15px; */
    /* height: 15px; */
    border-radius: 20px;
    padding: 2px 0px 0px 0px;
  	text-align:center;
    /* font-size: 16px; */
    margin: 0px 0px 25px -12px;
    height: 17px;
    width: 17px;
    font-size: 9px;
    font-weight: 500;
}

figure.m-0.d-flex.justify-content-center.item_swift_logo {
    margin: 0px 0px 0px 50px !important;
}

a#Custom_Header_cart {
  margin-right: 64px;
  color: #3f5fa6;
}

span.align-middle.Cus_My.Cart {
    padding-left: 3px;
    font-size: 14px;
    letter-spacing: 0.005em;
    text-decoration: none;
}

span.align-middle.Custom_header_Sign.In\/Account {
    padding-left: 10px;
    font-size: 14px;
    letter-spacing: 0.005em;
    text-decoration: none;
   
}

input#CussearchFieldInput, input#CussearchFieldInputmob {
   
    border: 1px solid #35449742;
    color: #737373;
    height: 50px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .04rem;
    padding: 15px 0px 0px 46px !important;
    border-radius: 50px;
}

a#CustomNavigationSignin {
    color: #354997;
    border-radius: 40px;
    cursor: pointer;
}

a#Custom_Header_cart:hover .custom_icon_hover {
    transform: scale(1.1);
}

@media (hover: hover) {
  /* when hover is supported */
   a#CustomNavigationSignin:hover {
    
    background: #9baeea7d;
    
  }
  
 a#CustomNavigationSignin:hover .custom_icon_hover{
    transform: scale(1.1);
}
}
.p15
{
  padding:15px;
}
.p10
{
  padding:10px;
}
.h40w40
{
  height:40px;
  width:40px;
}
.aligncenter
{
  text-align:center;
}
.Banner-Container_mobile
{
  position:relative;
  text-align:center;
}
.Custom_Banner_Body_mobile
{
  position:absolute;
  text-align:center;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top:-100px;
}
.Custom_Banner_Heading_mobile
{
  color: #3F5FF3 ;
  font-size: 25px;
  font-weight: 800;
  font-family:Poppins, sans-serif;
}
.Custom_Banner_Description_mobile
{
  font-size: 8px;
    line-height: 17px;
    letter-spacing: 0.005em;	
    margin-top:11px;
}
.Custom_Email_Apply_mobile
{
    display: flex;
 
}
.Custom_FC_mobile
{
  border-radius: 54px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.005em;
    height: 36px !important;
    padding-right: 2rem;
    padding-left: 16px;
    width:180px;
    border:1px solid #CFDFCD;
    box-shadow:none !important;
}
.Custom_FC_btn_mobile
{
  border-radius: 54px;
   
    margin-left: 10px;
    min-width: 94px;
    font-size: 16px;
    font-weight: 500;
  background-color:#3f5fa6;
  color:white;
  border:none;
}
.custom_mySlides {display: none}

.custom_slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}
.custom_prev, .custom_next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
.custom_next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
/* Fading animation */
.custom_fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes custom_fade {
  from {opacity: .4} 
  to {opacity: 1}
}