
@import url('https://fonts.googleapis.com/css2?family=Poppins&family=Roboto&display=swap');

/*----------------------------*\
	Typography
\*----------------------------*/

/*:root{*/
/*  !* Colors *!*/
/*  --color-primary: #0672cb;*/
/*  --color-secondary: #2e9d92;*/

/*  !* Button Primary colors Done*!*/
/*  --btn-primary-color: #0672cb;*/
/*  --btn-primary-bg-color: #fff;*/

/*  !* Button Secondary colors Done *!*/
/*  !* --btn-secondary-bg-color: #23645e; *!*/
/*  --btn-secondary-bg-color: #2e9d92;*/
/*  --btn-secondary-text-color: #fff;*/
/*  --btn-secondary-bg-hover-color: #0672cb;*/
/*  --btn-secondary-hover-text-color: white;*/

/*  !* Button Light *!*/
/*  --btn-light-bg: #f1f1f1;*/
/*  --btn-light-text: #f1f1f1;*/
/*  --btn-light-bg-hover: #939292;*/
/*  --btn-light-text-hover: #fff;*/

/*  !* Link and text Colors *!*/
/*  --heading-color: #333;*/
/*  --link-color: black;*/
/*  --link-color-hover: #2e9d92;*/
/*  --text-color: #555;*/
/*  --title-color: #0672cb;*/

/*!* Header top Done *!*/
/*--header-bg-color: #fff;*/
/*--header-text-color: #333;*/

/*  !* Footer Done *!*/
/*  --footer-bg-color: #000;*/
/*  --footer-text-color: #fff;*/
/*}*/
.text-primary{
  color: var(--color-primary);
}
html , body{
  font-size: 15px;
  color: var(--text-color);
}
.text-color{
  color: var(--text-color);
}
body a, h1, h2, h3, h4, h5, h6, p , .h1, .h2, .h3, .h4, .h5, .h6{
  font-family: 'Roboto', sans-serif;
}
a , .text-color a {
  color: var(--link-color);
  font-weight: 400;
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
}
body.text-color a:hover, body.text-color a:focus ,
a:hover :is(h1, h2, h3, h4, h5, h6) ,
a:hover li :is(h1, h2, h3, h4, h5, h6) {
  color: var(--link-color-hover) !important;
}

input:focus, input:focus-within , input:hover , input:active , input:visited , input:focus-visible{
  border: 1px solid var(--color-primary);
  outline: none;
}
.title-color{
  /*color: var(--title-color);*/
  color: var(--color-primary);
}

.price-color{
  /*color: var(--title-color);*/
  color: var(--color-secondary);
}
body .color-primary{
  color: var(--color-primary);
}
body .color-secondary{
  color: var(--color-secondary);
}
body h1,body  h2,body  h3,body  h4,body  h5,body  h6 ,
body .h1, body .h2, body .h3, body .h4, body .h5, body .h6 ,
body  h1 a,body  h2 a, body h3 a, body h4 a, body h5 a, body h6 a ,
body .h1 a, body .h2 a, body .h3 a, body .h4 a, body .h5 a, body .h6 a{
  color: var(--heading-color);
  font-weight: 500;
  margin: 0 0 10px;
  text-transform: capitalize;

}

body h1 ,body  .h1{
  font-size: 30px;
  margin: 0 0 20px;
}
body h2 ,body  .h2{
  font-size:25px;
}
body h3 ,body  .h3{
  font-size:20px;
  font-weight:600;
}
body h3 ,body  .h3{
  font-size:18px;
  font-weight:600;
}
.text-large {
  font-size: 25px;
  color: var(--color-primary);
  font-weight: 600;
}

.bundlestitle li{
  font-size: 14x;
}
a:hover, a:focus {
  outline: none;
}
.bundlestitle {
  margin-bottom: 13px;
  list-style: none ;
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none
}

.mb-0{
  margin-bottom: 0 !important;
}

.position-relative{
  position: relative;
}

.justify-content-end{
  justify-content: flex-end;
}

.black{
  color: var(--text-black);
}

p{
  color: var(--text-color)
}
/*----------------------------*\
	Buttons
\*----------------------------*/
/* .btn, .button {
  display: inline-block;
  padding: 3px 30px;
  border: none;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
} */

body .dell-shop-button , body .btn-primary , body  .btn-secondary  , .btn , body .checkout-cart .product-grid .btn{
  align-items: center;
  appearance: none;
  border-radius: 0px;
  border-style: none;
  box-sizing: border-box;
  color: var(--btn-primary-color);
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 500;
  justify-content: center;
  letter-spacing: .0892857em;
  line-height: normal;
  outline: none;
  padding: 9px 18px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  line-height: 1;
  border: 2px solid var(--btn-primary-color);
  background-color: var(--btn-primary-bg-color);
  box-shadow: none;
  background-image: none;
  text-shadow: none;
  letter-spacing: 1px;
}

body .btn-primary , body .btn-primary a{
  color: var(--btn-primary-text-color);
}
body .btn-primary:hover , body .btn-primary:hover a ,  body .btn-primary:hover a:hover{
  color: var(--btn-primary-hover-text-color);
  text-decoration: none;
}


.dell-shop-button:hover , .btn-primary:hover{
  /* box-shadow: rgba(0, 0, 0, .2) 0 2px 4px -1px, rgba(0, 0, 0, .14) 0 4px 5px 0, rgba(0, 0, 0, .12) 0 1px 10px 0; */
  background: var(--btn-primary-color);
  color: var(--btn-primary-bg-color);
  border-color: var(--btn-primary-color);
  text-decoration: none;
}
.index-bundle-products a:hover {
  text-decoration: none;
}
.action-product-hover-inner{
  flex: 1;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}
/* button secondary */
/* body .dell-shop-button a, body .btn-primary a, body .btn-secondary a, .btn a, body .checkout-cart .product-grid .btn a{
  color: var(--btn-primary-color);
} */
body .btn-secondary , #checkoutLink .btn ,  body .checkout-cart .product-grid .btn{
  background-color: var(--btn-secondary-bg-color);
  color: var(--btn-secondary-text-color);
  border-color: var(--btn-secondary-bg-color);
  border-radius: 5px;
}

body .btn-secondary:hover , #checkoutLink .btn:hover ,  body .checkout-cart .product-grid .btn:hover{
  background-color: var(--btn-secondary-bg-hover-color);
  color: var(--btn-secondary-hover-text-color);
  border-color: var(--btn-secondary-bg-hover-color);
}


.dell-shop-button:focus , .btn-primary:focus {
  /* box-shadow: rgba(0, 0, 0, .2) 0 2px 4px -1px, rgba(0, 0, 0, .14) 0 4px 5px 0, rgba(0, 0, 0, .12) 0 1px 10px 0; */
  background: var(--btn-primary-color);
  color: #fff;
}

.dell-shop-button:active , .btn-primary:active {
  /* box-shadow: rgba(0, 0, 0, .2) 0 5px 5px -3px, rgba(0, 0, 0, .14) 0 8px 10px 1px, rgba(0, 0, 0, .12) 0 3px 14px 2px; */
  background: var(--btn-primary-color);
  color: #fff;
}

.btn.btn-grey {
  background: var(--btn-light-bg);
  border-color: var(--btn-light-text);
}

.btn.btn-grey:hover{
  background: var(--btn-light-bg-hover);
  color: var(--btn-light-text-hover);
  text-decoration: none;
}
/* .primary-btn {
  display: inline-block;
  padding: 12px 30px;
  border: none;
  border-radius: 40px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
} */

.d-flex{
  display: flex;
}
.main-page-heading {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.flex-wrap{
  flex-wrap: wrap;
}
.justify-space-between{
  justify-content: space-between;
}
.align-items-start{
  align-items: flex-start;
}
.btn-wrapper:hover , .btn-wrapper:focus{
  text-decoration: none !important;
}
.center-vertically{
  display: flex;
  align-items: center;
}
.align-items-stretch{
  align-items: stretch;
}
.mb-4{
  margin-bottom: 25px !important;
}

/* .primary-btn:hover, .primary-btn:focus {
  opacity: 0.9;
  color: #FFF;
} */
.text-center{
  text-align: center;
}
.w-100{
  width: 100%;
}
.availability .icon-check{
  background-color: var(--color-secondary);
  margin-right: 3px;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1px;
}
.availability .icon-check::before{
  top:0;
}
/*
.btn a:hover, .btn a:focus{
    text-decoration: none;
    color: #ddd !important;
} */

.btn .icon{
  margin-left: 10px;
  font-size: 16px !important;
}

.btn .icon.icon-chevron-with-circle-left{
  margin-left: 0 !important;
  margin-right: 10px !important;
}

.btn .icon.icon-text-document{
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover{
  color: #333;
}


  .product-grid {
    border: 1px solid #f0f0f0;
    margin-bottom: 0;
    padding: 15px 10px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    background: #fff;
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
    height: 100%;
    text-align: center;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 7px;
    padding: 12px;
}

.product-grid-inner-wrp{
  margin:  15px 0;
}

.action-product-hover h4{
  font-size: 16px;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 1.4;
}
/*----------------------------*\
	Inputs
\*----------------------------*/

label {

  font-weight: 500;
}
/*-- Text input --*/

.input {
  height: 40px;
  padding: 0px 15px;
  border: 1px solid #E4E7ED;
  background-color: #FFF;
  width: 100%;
}

textarea.input {
  padding: 15px;
  min-height: 90px;
}

/*-- Number input --*/

.input-number {
  position: relative;
}

.input-number input[type="number"]::-webkit-inner-spin-button, .input-number input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input-number input[type="number"] {
  -moz-appearance: textfield;
  height: 40px;
  width: 100%;
  border: 1px solid #E4E7ED;
  background-color: #FFF;
  padding: 0px 35px 0px 15px;
}

.input-number .qty-up, .input-number .qty-down {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #E4E7ED;
  background-color: #FFF;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.input-number .qty-up {
  right: 0;
  top: 0;
  border-bottom: 0px;
}

.input-number .qty-down {
  right: 0;
  bottom: 0;
}

.input-number .qty-up:hover, .input-number .qty-down:hover {
  background-color: #E4E7ED;
}

/*-- Select input --*/

.input-select {
  padding: 0px 15px;
  background: #FFF;
  border: 1px solid #E4E7ED;
  height: 40px;
}

/*-- checkbox & radio input --*/

.input-radio, .input-checkbox {
  position: relative;
  display: block;
}

.input-radio input[type="radio"]:not(:checked), .input-radio input[type="radio"]:checked, .input-checkbox input[type="checkbox"]:not(:checked), .input-checkbox input[type="checkbox"]:checked {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}

.input-radio label, .input-checkbox label {
  font-weight: 500;
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 5px;
  cursor: pointer;
}

.input-radio input[type="radio"]+label span, .input-checkbox input[type="checkbox"]+label span {
  position: absolute;
  left: 0px;
  top: 4px;
  width: 14px;
  height: 14px;
  border: 2px solid #E4E7ED;
  background: #FFF;
}

.input-radio input[type="radio"]+label span {
  border-radius: 50%;
}

.input-radio input[type="radio"]+label span:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  background-color: #FFF;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.input-checkbox input[type="checkbox"]+label span:after {
  content: '✔';
  position: absolute;
  top: -2px;
  left: 1px;
  font-size: 10px;
  color: #FFF;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.input-radio input[type="radio"]:checked+label span:after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.input-checkbox input[type="checkbox"]:checked+label span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.input-radio .caption, .input-checkbox .caption {
  margin-top: 5px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s max-height;
  transition: 0.3s max-height;
}

.input-radio input[type="radio"]:checked~.caption, .input-checkbox input[type="checkbox"]:checked~.caption {
  max-height: 800px;
}

.custom-font{
  font-family: 'Roboto', sans-serif;
}

.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  color: #ffffff !important;
}

.glyphicon.glyphicon-chevron-up {
  color: #ffffff;
}

span.phone-icon {
  margin-left: 5px;
}

/*----------------------------*\
	Breadcrumb
\*----------------------------*/

.breadcrumbs, .breadcrumbs-cart{
  font-size: 14px;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #e5e5e5;
  padding-top: 12px;
}

#breadcrumb .breadcrumb-header {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 15px;
  text-transform: uppercase;
}

#breadcrumb .breadcrumb-tree {
  display: inline-block;
}

#breadcrumb .breadcrumb-tree li {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

#breadcrumb .breadcrumb-tree li+li {
  margin-left: 10px;
}

#breadcrumb .breadcrumb-tree li+li:before {
  content: '/';
  display: inline-block;
  color: #8D99AE;
  margin-right: 10px;
}

#breadcrumb .breadcrumb-tree li a {
  color: #8D99AE;
}


/*=========================================================
	02 -> HEADER
===========================================================*/

/*----------------------------*\
	Top header
\*----------------------------*/

#top-header {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #1E1F29;
}

.hidden-mobile {
  display: block;
}

.header-links li {
  display: inline-block;
  margin-right: 15px;
  font-size: 12px;
  color:#fff;
}

.header-links li:last-child {
  margin-right: 0px;
}

.header-links li a {
  color: #FFF !important;
}

.icon-container i  {
  padding-right: 0;
  opacity: 1;
  font-size: 17px;
  display: flex
;
  align-items: center;
  color: var(--header-text-color);
  min-height: 20px;
}
.icon-container  a{
  display: flex;
  font-size: 12px;
  align-items: center;
  flex-direction: column;
  color: var(--header-text-color);
}

.icon-container  a:hover ,.icon-container  a:hover i  {
  color:var(--link-color-hover) !important
}
.icon-container  a:hover span.qty{
  background-color:var(--link-color-hover) !important
}
.icon-container  a:hover{
  text-decoration: none;
}
.icon-container {
  padding-left: 9px;
  margin-left: 9px;
  /* border-left: 1px solid; */
}
.icon-container:first-child {
  padding-left: 0;
  margin-left: 0;
  border-left: none;
}
.header-ctn .icon-container span.qty {
  position: absolute;
  top: calc(100% - 30px);
  right: calc(100% - 30px);
  width: 21px;
  height: 21px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  font-size: 8px;
  color: var(--header-bg-color);
  background: var(--header-text-color);
  box-shadow: 0px 1px 3px 1px rgba(255, 255, 255, 0.44);
}
/*----------------------------*\
	Logo
\*----------------------------*/

#header {
  padding-top: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid #e5e5e5;
  background-color: var(--header-bg-color);
}
/* #header p , #header a{
  color: var(--header-text-color);
} */

#header .icon-container{
  border-color: var(--header-text-color);
}
.header-logo {
  float: left;
}

.header-logo .logo img {
  display: block;
}

/*----------------------------*\
	Search
\*----------------------------*/
.header-search{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}


.header-search form {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}

.header-search form .input {
  width: 100% ;
  margin-right: 0;
  border-radius: 5px;
  border: 1px solid #9b9b9b;
  height: 35px;
}



.header-search form .search-btn-wrp {
  height: calc(100% - 4px);
  /* width: 100px; */
  color: #FFF;
  border: none;
  position: absolute;
  top: 0;
  right: 2px;
  margin: auto;
  bottom: 0;
}

.search-form button{
  font-size: 13px;
  padding: 5px;
  border-radius: 4px;
  height: 31px;
  width: 31px;
}


/*----------------------------*\
	Cart
\*----------------------------*/
/* .cart-page-wrapper{
margin-bottom: 50px;
} */
.cart-right-wrap , .cart-left-wrap{
  padding-top: 30px;
  padding-bottom: 50px;
}
.header-ctn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header-ctn .menu-toggle {
  display: none;
}
/* - - - - - - - - - - DEFAULT OVERRIDES  - - - - - - - - - - */
.product-grid .short_desc {
  max-height: 0;
  min-height: 0;
}

/* .product-grid{
    border: 1px solid #E4E7ED;
    margin-bottom: 30px;
    padding-bottom: 20px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
} */
.action_products_pricing{
  margin-top: 20px;
}

.image-container ,body  .product-grid .img, body .product-list .img{
  padding-top: 80%;
  position: relative;
  width: 100% !important;
  height: 100% !important;
  margin: auto !important;
  height: auto !important;
}

body .product-grid .img  img ,body  .product-grid .img img ,body  .product-list .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 90% !important;
  max-height: 90% !important;
  transform: none;
}

body .product-grid  .img {
  width: 100% !important;
  margin: 0 !important;
  height: auto !important;
  line-height: unset;
  /* border-bottom: 1px solid #ccc; */
}
body .dropdown-menu-large{
  padding: 10px 0;
}
.margin-cart{
  margin-top: 10px;
}

.product-grid .title{
  margin: 0 0 10px;
  max-width: unset;
  max-height: unset;
  min-height: unset;
  padding: 0 ;
}

/*=========================================================
	03 -> Navigation
===========================================================*/

#navigation {
  background: #FFF;
  border-bottom: 1px solid #E4E7ED;
}

/*----------------------------*\
	Main nav
\*----------------------------*/

.navbar-default {  background: #FFF;}
.main-nav>li+li {
  margin-left: 30px
}

.main-nav>li>a {
  padding: 20px 0px;
}

.main-nav>li>a:hover, .main-nav>li>a:focus, .main-nav>li.active>a {
  background-color: transparent;
}
/*
.main-nav>li>a:after {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
} */

/* .main-nav>li>a:hover:after, .main-nav>li>a:focus:after, .main-nav>li.active>a:after {
  width: 100%;
} */

.header-ctn li.nav-toggle {
  display: none;
}
.navbar-default .navbar-nav > li > a    {
  color:#000;
  background:#fff;
  background-image:none;
  font-size: 13px;
  text-transform: uppercase;
}
/* .main-nav>li>a:after {
    content: "";
    display: block;
    width: 0%;
    height: 2px;
    background-color: #00aaff;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
} */
li.dropdown.dropdown-large.open {
  background-color: #fff;
}
li.dropdown-header{
  padding: 5px 0px !important;
}
.dropdown-menu-large > li > ul > li > a:hover {
  text-decoration:underline;
  font-weight: 500;
}
.navbar-default .navbar-toggle {
  border-color: none;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: #fff;
  text-decoration: none;
}

.navbar-toggle{
  float:left;
  margin-left: 15px;
}

.index-bundle-products .product-grid .img-wrap, .index-bundle-products .product-list .img-wrap {
  max-width: 50% !important;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-account-wrapper h2 {
  border-bottom: 1px solid #ccc;
  display: flex;
  padding-bottom: 8px;
  margin-bottom: 30px;
  width: 100%;
}
.account-wrapper{
  background: #f5f5f5;
  padding: 20px;
  margin-bottom: 40px;
  clear: both;
}

.account-wrapper form{
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
.account-wrapper form .form-group , .account-wrapper .form-group{
  padding: 0 15px;
  width: 50%;
}
.account-wrapper form .form-group.one-third{
  width: 33.33%;
}
.account-wrapper form #password{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.account-wrapper form #password  .form-group{
  margin-bottom: 7px;
}
.account-wrapper form .form-group .formlabel , .account-wrapper .form-group .formlabel{
text-align: left;
width: 100%;
}
.account-wrapper form .form-group .formlabel label , .account-wrapper  .form-group .formlabel label {
  margin: 0 0 8px 0;
  height: auto;
  line-height: 1;
  font-weight: 400;
  font-size: 16px;
}
.account-wrapper form .form-group .forminput , .account-wrapper .form-group .forminput{
  text-align: left;
  width: 100%;
  }

  .account-wrapper form  .button-wrapper ,   .account-wrapper   .button-wrapper {
    width: 100%;
    float: none;
    align-items: start;
    text-align: left;
    display: flex;
    margin-top: 0 !important;
  }
  .account-wrapper form  .button-wrapper::after ,   .account-wrapper   .button-wrapper::after {
    clear: both;
    display: block;
    content: "";
  }
  .account-wrapper form  .button-wrapper button ,   .account-wrapper   .button-wrapper button {
    float: left !important;
  }
  .account-wrapper .panel-group{
    width: 100%;
  } 
  .account-wrapper  .panel-group .panel{
    background: none;
    box-shadow: none;
  }
  .account-wrapper .full-width{
    width: 100%;
  }
  .order-history-wrapper{
    margin-bottom: 40px;
  }
  .tab-content-inner{
    margin-top: 0 !important;
  } 
  .account_heading_tabs{
    border: none !important;
  }
  .account_heading_tabs li{
    border: 1px solid var(--color-primary);
    border-radius: 4px;
    margin-right: 10px !important;
    overflow: hidden;
  }
  .account_heading_tabs li.active a , 
  .account_heading_tabs li:hover a,
  .account_heading_tabs li:focus a{
    background: var(--color-primary);
  }

  .account_heading_tabs li a{
    padding: 9px 18px;
    border: none;
    margin: 0;
    border: none !important;
  }
  .account_heading_tabs li a p{
    margin: 0;
    font-weight: 400;
    color: var(--color-primary);
    font-size: 16px;
  }
  .account_heading_tabs li.active  p , 
  .account_heading_tabs li:hover  p ,
  .account_heading_tabs li:focus  p{
    color: white;
  }
  .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{
    border-radius: 4px !important;
  }
  .steps-wrapper .step{
    color: var(--color-primary);
    background: white;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border-radius: 8px;
    border-color: var(--color-primary);
  }
  .steps-wrapper .step.active{
    color: white;
    background: var(--color-primary);
  }

/*----------------------------*\
	responsive nav
\*----------------------------*/

@media only screen and (max-width: 991px) {
  .header-ctn .menu-toggle {
    display: inline-block;
  }

  .main-nav {
    margin: 0px;
    float: none;
  }
  .main-nav>li {
    display: block;
    float: none;
  }
  .main-nav>li+li {
    margin-left: 0px;
  }
  .main-nav>li>a {
    padding: 8px;
    color: #FFF;
  }
  .quantity-wrp > a , .quantity-wrp input{
    height: 25px;
    width: 25px;
  }
  .quantity-price-wrap .price{
    font-size: 15px;
    margin-left: 4px;
  }
  .cart-inner{
    padding: 8px;
  }
}

@media (max-width: 768px){
  #responsive-nav .container {
    width:100%!important;
    padding:5px 0px!important;
  }
}




.flex-column {
  flex-direction: column;
}
.justify-content-between{
  justify-content: space-between;
}
.rec-cart-wrap {
  border-top: none;
  padding: 20px 10px 20px;
  margin-top: 10px;
  background: #fafafa;
  width: 100%;
}
.rec-cart-wrap .rec-products-img{
  transition: all .3s;
  border-radius: 0;
  padding-top: 50%;
  /* height: 100%; */
  position: relative;
  margin-bottom: 10px;
}


.rec-cart-wrap .rec-products-img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.rec-cart-wrap p{
  line-height: 1.3;
  font-size: 13px;
}

.rec-products-img-wrap {
  border-right: 1px solid #ccc;
  margin-top: 15px;
  margin-bottom: 15px;
}

.rec-products-img-wrap .btn-small {
  padding: 7px 15px;
  font-size: 10px;
}

.rec-products-img-wrap:last-child {
  border-right: none;
}

.saved-prod{
  padding-bottom: 10px;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 20px;
}

@media (min-width: 992px) {

  .rec-products-img-wrap:nth-child(4n) {
    border: none;
  }
}
@media (max-width: 991px) {
  .rec-products-img-wrap:nth-child(2n) {
    border: none;
  }


}

@media (max-width: 450px) {
  .rec-products-img-wrap:nth-child(2n) {
    border-right: none;
  }
  .rec-products-img-wrap:nth-child(3n) {
    border-right: 1px solid #ccc;
  }
  .rec-products-img-wrap .btn-small {
    padding: 7px 0;
    font-size: 10px;
    display: block;
  }

}
/*=========================================================
	11 -> FOOTER
===========================================================*/

#footer {
  background: var(--footer-bg-color);
  color: var(--footer-text-color);
}

#footer-spearit {
  background: #f3eafc;
  color: #B9BABC;
}

#bottom-footer {
  background: #1E1F29;
}


.footer .footer-title {
  text-transform: capitalize;
  font-size: 18px;
  margin: 0px 0px 14px;
  color: var(--footer-text-color);
  font-weight: 400;
  border-bottom: 1px DOTTED #ffffff61;
  padding-bottom: 13px;
}

.footer-links li+li {
  margin-top: 10px;
}
.footer-links a , .footer-links li , .footer p{
  color: var(--footer-text-color);
  font-size: 15px;
  opacity: 1;
  font-weight: 400;
}
body .footer-links li i {
  margin-right: 15px;
  width: 14px;
  text-align: center;
  background: var(--footer-text-color);
  height: 30px;
  width: 30px;
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  /* background: red; */
  border-radius: 50%;
  color: var(--footer-bg-color) !important;
}

.copyright {
  margin-top: 30px;
  display: block;
  font-size: 12px;
}

.footer-payments li {
  display: inline-block;
  margin-right: 5px;
}

.footer-payments li a {
  color: #15161D;
  font-size: 36px;
  display: block;
}

.socials i{
  font-size: 25px;
  margin: 10px;
}

ul.footer-links.contact-info-wrapper li{
  display: flex;
  align-items: center;
}

#filters_static .filter-container .title , #filters_static .filter-container .title label{
  margin-bottom: 0 !important;
}
#filters_static .filter-container  > .collapse , #filters_static .filter-container  > .collapsing{
  margin-top: 20px;
}
#filters_static .filter-container  .filter{
  margin-top: 0;
  margin-left: 0;
}
/*=========================================================
	13 -> RESPONSIVE
===========================================================*/

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1201px) {}

@media only screen and (max-width: 991px) {
  #top-header .header-links.pull-left {
    float: none !important;
  }
  #top-header .header-links.pull-right {
    float: none !important;
    margin-top: 5px;
  }
  .header-logo {
    float: none;
    text-align: center;
  }
  .header-logo .logo {
    display: inline-block;
  }
  #product-imgs {
    margin-bottom: 60px;
    margin-top: 15px;
  }
  #rating {
    text-align: center;
  }
  #reviews {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}


#filters .title h5, #filters_static .title h5{
  margin-bottom: 0;
  text-transform: capitalize;
}

#filters > div > h2{
  text-align: left;
  font-size: 15px;
}

#filters > div > h2 > a{
  color: #333;
  font-weight: 700;
  margin: 0 0 10px;
  text-transform: uppercase;
}
body #filters .filter-container,body  #filters_static .filter-container {
  padding: 15px;
  background: #f7f7f7;
  width: 100%;
  border-radius: 4px;
  /* border-bottom: 1px solid #f5f5f5; */
}
#filters_static .filter a, #filters_static .option-filter a , .checkbox-wrap label , .checkbox-wrap{
  color: #333;
  margin-bottom: 0;
  font-weight: 400;
}
#filters .title a, #filters_static .title a{
  font-weight: 400;
}
#filters_static .filter , #filters_static  .option-filter {
  font-size: 15px;
  padding-left: 0;
  padding-top: 0;
  margin-top: 11px;
}
.checkbox-wrap {
  position: relative;
  padding-left: 25px;
  margin-bottom: 0;
  padding-right: 0;
  position: relative;
}
.checkbox-wrap input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 30px;
  left: 0;
  height: 100%;
  transform: none;
  z-index: 1;
  margin: 0;
}
.checkbox-wrap .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid;
  border-radius: 0;
}
.checkbox-wrap input:checked ~ .checkmark {
  background: var(--btn-primary-color);
  border-color: var(--btn-primary-color);
}
.checkbox-wrap .checkmark:after {
  content: "";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #fff;
  font-size: 11px;
  padding-right: 0.5em;
  position: absolute;
  top: 1px;
  left: 3px;
  right: 0;
  bottom: 0;
  margin: auto;
}
.checkbox-wrap input:checked ~ .checkmark:after {
  display: block;
  content: "\f00c";
}




/*=========================================================
	04 -> PAges
===========================================================*/

/*----------------------------*\
	index
\*----------------------------*/



/*----------------------------*\
	products
\*----------------------------*/


.product-thumbnails {
  width: 160px;
  padding: 0 15px;
}

.product-grid h2{
  font-weight: 500;
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
  padding:0px !important;
}
.product .product-body .product-price {
  color: #00aaff;
  font-size: 18px;
}

.Proudct-image {
  width: calc(100% - 160px);
  padding: 0 15px;
  display: flex;
  align-items: center;
}
.product-thumb-detail-wrap{
  padding-top: 20px;
  padding-bottom: 30px;
}

.product-detail h2{
  text-transform: capitalize;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}

.product-detail  .product-detail-top-wrapper .product-heading{
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
  text-transform: capitalize
  ;
  font-weight: 400;
}
.product-detail-top-wrapper {
  border-bottom: 1px dotted #555;
  /* margin-bottom: 33px; */
  padding-bottom: 25px;
  padding-top: 24px;
}
.product-detail  .product-detail-top-wrapper .price-wrap{
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.product-detail  .product-detail-right-content{
  background: #f5f5f5;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 30px;
}

.product-detail  .product-detail-right-content  h2{
  font-weight: 400;
  margin-bottom: 20px !important;
  border-bottom: none;
}
.product-detail  .product-detail-right-content .desc-preview{
 
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.product-detail  .product-detail-right-content .desc-preview h3{
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 10px;
}

.product-detail  .product-detail-right-content .desc-preview ul{
list-style: disc;
padding-left: 17px;
}
.product-detail-wrapper{
  border-bottom: 1px dotted #555;
}
.product-detail  .product-detail-top-wrapper .detail-price{
  margin: 0;
}
.product-detail  .product-detail-top-wrapper .btn{
  margin-left: 15px;
  border-radius: 5px;
}

.product-detail  .product-detail-top-wrapper .availability {
  display: none;
}
h4.panel-title a{
  font-weight: 700;
}

.product-detail .availability , .availability {
  margin: 5px 0 5px;
  display: block;
  color: var(--color-secondary);
  height: 30px;
  line-height: 20px;
  padding: 0;
  display: flex;
  align-items: center;
}
.price-wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.desc-preview {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.desc-preview p{
  margin-bottom: 0;
}
.availability .icon-phone {
  border-radius: 50%;
  background-color: #448048;
  color: #fff;
  font-size: 12px !important;
  /* padding: 4px 8px !important; */
  margin-right: 8px;
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.availability .icon-phone:before{
  top: 0;
}

.product-detail-specification-tab{
  column-count: 3;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-gap: 20px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  /* column-rule: 1px solid #ccc;
  -webkit-column-rule: 1px solid #ccc;
  -moz-column-rule: 1px solid #ccc; */
  break-inside: avoid;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
}

.product-detail-specification-tab > * {
  break-inside: avoid;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
}
.product-bottom-wrapper{
  margin: 40px 0;
}

.product-bottom-wrapper .product-bottom-tab-pane{
  display: block !important;
}
.product-bottom-wrapper .product-bottom-wrapper-inner{
margin-bottom: 30px;
}
.product-bottom-wrapper .product-bottom-wrapper-inner:last-child{
  margin-bottom: 0;
}

.product-bottom-wrapper .product-bottom-wrapper-inner h3{
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 15px;
}
/*----------------------------*\
	login / cart
\*----------------------------*/
.grey-box {
  /* background:#fff !important; */
  margin-bottom:0;
  border:0px;
  padding: 10px;
  display: flex;
  align-items: center;
}
.grey-box .text-large{
  padding-left: 12px;
}
.coupan-total-wrap {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ccc;
  background: white;
  padding: 17px 15px 14px;
  border: none;
  border-radius: 5px;
}

.coupan-total-wrap .cart-total-heading {
  border-bottom: 1px dashed #e3e3e3;
  padding-bottom: 15px;
}
.coupon-wrapper-inner .btn{
  margin-bottom: 0;
  height: 100%;
  font-size: 14px;
  padding: 7px 11px;
  height: auto;
  text-transform: capitalize;
  line-height: 1;
  letter-spacing: 0;
}
.coupon .coupon-wrapper-inner input[type=text] {
  padding: 10px;
  text-align: left;
  margin: 0;
  border-radius: 0px;
  height: 100%;
  display: flex
;
  flex: 1;
  width: calc(100% - 133px);
  border: none;
  /* background: none; */
}
.coupon-wrapper-inner {
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: hidden;
}
.coupon .coupon-wrapper-inner  .btn .icon {
  margin-left: 0;
  margin-right: 4px;
  margin-bottom: 0;
}
.cart-btn-wrp{
  border-bottom: 1px dashed #ccc;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.grey-box h2.custom-color.title-color {
  color:#000!important;
}
body .coupon {
  margin-top: 0;
}
.btn.forgot-password a{
  color:#fff !important;
  font-weight:700;
}
.btn.forgot-password {
  margin-left:10px;
  text-transform: uppercase;
}
.cart-table ul{
  list-style: disc;
  margin:10px 0px;
}
.cart-table ul.cart-bundle-wrapper{
  margin: 10px 0px;
  padding: 11px 11px 11px 26px;
  /* border: 1px solid #ccc; */
  border-radius: 5px;
  background: #f5f5f5;
  list-style: decimal;
  margin-right: 20px;
}
.cart-table .icon{
  color:var(--btn-secondary-text-color);
  font-size: 16px;
}
.cart-table .icon::before{
  top:0;
}
.cart-table .price-color{
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.cart-table  .save-rmv-wrp {
  position: absolute;
  top: 4px;
  right: 20px;
}
.quantity-wrp {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
}
.bundle-heading{
  display: block !important;
}
.quantity-wrp > a {
  display: flex;
  height: 28px;
  background: var(--btn-secondary-bg-color);
  width: 30px;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 13px;  
}
.quantity-wrp > a:hover{
  text-decoration: none;
}
.bunldle-subtitle{
  display: none;
}
.cart-bundle-wrapper li{
  font-size: 13px;
  margin-bottom: 4px;
}
.cart-bundle-wrapper li:last-child{
  margin-bottom: 0;
}
.bundle-quality-wrapper{
  margin-top: 5px;
  display: inline;
}
.bundle-quality-wrapper-inner {
  display: inline-flex;
  border: 1px solid var(--btn-primary-text-color);;
  border-radius: 5px;
  align-items: center;
}
.bundle-quality-wrapper-inner .btn , .bundle-quality-wrapper-inner .btn:focus {
color: var(--btn-primary-text-color);
    background: transparent;
    height: auto;
    width: auto;
    padding: 4px 12px;
    border-radius: 0;
    border: none;
    display: flex;
    align-items: center;
    font-size: 19px;
    line-height: 1;
}
.bundle-quality-wrapper-inner .btn:focus {
outline: none;
}
.bundle-quality-wrapper-inner .btn:hover{
  text-decoration: none;
  color: var(--btn-primary-text-color);
}
.bundle-quality-wrapper-inner span{
  font-size: 14px;
}
.bundle-quality-wrapper-inner span::before{
  content: "(";
}
.bundle-quality-wrapper-inner span::after{
  content: ")";
}
.bundle-quality-wrapper-inner a:hover{
  text-decoration: none;
}
.quantity-wrp input {
  height: 28px;
  border: none;
  text-align: center;
}
.stock{
  display: block;
  /* color: var(--color-primary); */
  text-decoration: underline;
  margin-bottom: 7px;
}
.price{
  color: var(--color-primary);
}
.img.action_product_img {
  position: relative;
  overflow: hidden;
}

.image-container {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.action-product-hover:hover .image-container {
  transform: scale(1.1);
}
.save-rmv-wrp .save , .save-rmv-wrp .delete{
  padding: 0 5px;
  border: 1px solid red;
  display: flex
;
  height: 25px;
  width: 25px;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  border-radius: 50%;
}
.save-rmv-wrp .save {
  border: 1px solid green;
  /* border-radius: 50%; */
  margin-right: 5px;
}
.save-rmv-wrp .delete svg{
  fill: red;
}
a.save svg {
  fill: green;
}
.main-image,
.hover-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.breadcrumbs-cart{
  margin-bottom: 0;
}
.action-product-hover .hover-image,
.action-product-hover .main-image {
  transition: opacity 0.5s; /* Change the duration as desired, e.g., 0.5s for half a second */
}

.hover-image {
  opacity: 0;
  transition: opacity 0.5s;
  pointer-events: none;
}

.action-product-hover:hover .hover-image {
  opacity: 1;
}

.action-product-hover:hover .main-image {
  opacity: 0;
}

.action_product_specs{
  width: 100%;
  padding-left: 0;
  margin-right: auto;
  padding-right: 0;
  margin-bottom: 20PX;
  /* color: #666;; */
}
.action-product-spec {
  display: flex;
  align-items: center;
  margin-right: 10px;
  margin-bottom: 10px;
}

.action-produt-spec-img {
  margin-right: 6px;
  font-size: 11px;
}

.action-produt-spec-img i{
  font-size: 6px !important;
}


.action-product-hover .btn-wrapper{
  display: flex;
  justify-content: center;
}



/* .dell-shop-button {
    background: white;
    border: 2px solid --btn-primary-color;
    color: --btn-primary-color;
    padding: 8px 20px;
    transition: background-color 0.3s, color 0.3s, transform 0.3s;
    width: 70%;
    border-radius: 6px;
}

.dell-shop-button:hover {
    background-color: --btn-primary-color;
    color: white;
    transform: scale(1.1);
} */

.action_products_pricing{
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0 0px;
}

.thumbnail-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.thumbnail-img {
  display: block;
  border: 1px solid #E4E7ED;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.thumbnail-img.active {
  border: 2px solid var(--color-primary);
}

.center-contents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.center-contents a {
  display: flex;
  justify-content: center;
  margin-bottom: 5px; /* Add desired spacing */
}

.product-detail .product-detail-top-wrapper .detail-price {
  color: var(--color-secondary);
  font-weight: 500;
  font-size: 25px;
  margin: 0;
  padding: 0;
  border: none;
}


/*----------------------------*\
	MENU HEADER
\*----------------------------*/

.nav>li>a{
  padding: 10px 25px;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover{
  color: #000;
}
.navbar-default .navbar-nav.first-level-menu > li > a {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  position: relative;
}

.welcome-section{
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px){
  ul.nav.navbar-nav {
    justify-content: center;
    align-items: center;
  }
}
.open>.dropdown-menu.second-level-menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.second-level-menu  .second-level{
  padding: 0 15px;
}

.open>.dropdown-menu.second-level-menu  li{
  padding: 0 15px;
  text-align: center;
}

body .dropdown-menu-large > li > ul{
  margin: 0 0 6px;
  height: 100%;
}
.open>.dropdown-menu.third-level >  li{
  margin-bottom: 7px;
}
.first-level-menu > li  span{
  font-size: 15px;
  margin-top: 4px;
  font-weight: 400;
  text-transform: capitalize;
}


.dropdown-menu li.dropdown-header h3.custom-font{
  text-transform: capitalize;
  font-weight: 500;
}

.dell-menu .dropdown-menu-large{
  padding: 20px 0;
}
.dell-menu .second-level-menu li.dropdown-header{
  padding: 0 !important;
}
.dell-menu .second-level-menu ul{
  margin-bottom: 0;
}
.dell-menu .second-level-menu.dropdown-menu li.dropdown-header h3.custom-font{
  font-weight: 400;
}

.product-grid h2{
  font-size: 17px !important;
  line-height: 22px !important;
  padding-bottom: 7px !important;
}

.product-detail-tab .nav-tabs>li>a{
  padding: 15px 30px;
}

.product-detail-tab .nav-tabs>li>a>h4 {
  color: var(--color-primary);
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
}
body .product-detail-tab .nav-tabs > li > a{
  /* border-top: 3px solid transparent !important; */
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border: none;
  margin-right: 20px !important;
  border-radius: 30px;
  background: #f5f5f5;
  padding: 15px 28px;
}
.product-detail-tab .nav-tabs > li.active > a{
  background: var(--color-primary);
    color: white !important;
    border-radius: 30px !important;
}
.product-detail-tab .nav-tabs > li.active > a h5{
  color: white !important;
}
.product-detail-tab .nav-tabs > li.active > a:hover h5{
  color: white !important;
}
.product-detail-tab .table-content {
  padding-top: 15px;
  margin-bottom: 50px;
  border-top: none;
}
.bundle-grid-product-wrapper .product-list-image-wrapper{
  width: 100%;
}
.bundle-grid-product-wrapper .product-list-text-wrapper{
  width: 100%;
}
.bundle-availibilty-wrapper{
  margin-top: 20px;
}

.bundle-grid-product-wrapper  .title-sku .h2{
  font-size: 14px;
}
.detail-price-inner{
  display: flex;
  align-items: flex-end;
}
.product-detail-tab .nav-tabs{
  /* background: #f5f5f582; */
  border: none !important;
}
.detail-price-inner .underline-price {
  color: grey;
  font-size: 21px;
  margin-right: 10px;
  font-weight: 400;
}

.bundle-grid-product-wrapper {
  margin-top: 30px;
  margin-bottom: 40px;
}

.product-detail-tab .button-wrap{
  padding: 0 10px;
}

.tab-content-wrap {
  margin-bottom: 20px;
  padding:15px;
  background-color: #f5f5f5;
  border-bottom: 1px dotted #797878;
}

.t-heading-wrp {
  /* padding: 8px;
  background-color: var(--color-primary);
  color: white; */
}
.t-desc-wrp {
    /* padding: 8px; */
    /* border: 1px solid #dddcdc; */
    border-top: none;
    padding: 3px 0;
}

.product-detail-tab  h5{
  color:  var(--color-secondary);
}

.cart-body .cart-content{
  padding: 0;
  border: none;
  box-shadow: none;
}
.cart-body .empty-card {
  text-align: left;
}
.align-items-stretch{
  align-items: stretch;
}

.cart-inner{
  border-top: 1px solid #f0f0f0;
  padding: 30px 0 0;
  margin-bottom: 30px;
  position: relative;
}
.cart-body .product-name-wrp a.product-name , 
.cart-body .product-name-wrp .product-name {
  font-size: 16px;
  color: var(--color-primary);
  display: block;
  margin-bottom: 6px;
  padding-right: 80px;
  font-weight: 400;
}
.cart-inner .stock{
  font-size: 12px;
  color: green;
}


.cart-right-wrap{
  background: #f5f5f5;
  padding-left: 20px;
  padding-right: 20px;
}
.cart-right-wrap .cart-btn-wrp .continue-button-wrapper{
  margin-bottom: 10px;
}

.cart-right-wrap .cart-btn-wrp .checkout-quote-btn-wrapper.row{
  margin: 0 -5px;
  display: flex;
  align-items: stretch;
}
.cart-right-wrap .cart-btn-wrp .checkout-quote-btn-wrapper .col-md-6{
  padding: 0 5px;
}
.cart-right-wrap .cart-btn-wrp .btn{
  float: none !important;
  font-size: 12px;
  flex-wrap: wrap;
  margin-right: 0 !important;
  padding: 10px 8px;
  width: 100%;
  border-radius: 5px;
}

.align-items-center{
  align-items: center;
}


.index-bundle-products .product-grid .img-wrap, .index-bundle-products .product-list .img-wrap {
  max-width: 50% !important;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index-bundle-products .product-grid .img, .index-bundle-products .product-list .img {
  margin: 0 0 10px !important;
  height: auto !important;
  line-height: 1 !important;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  /* border-bottom: 1px solid #cdcdcd; */
  margin-bottom: 10px !important;
  width: 100% !important;
}

.index-bundle-products .product-grid .img-wrap span, .index-bundle-products .product-list .img-wrap span {
  font-size: 15px;
  font-weight: bold;
  padding-left: 5px;
}

.index-bundle-products .product-grid .img img, .index-bundle-products .product-list .img img {
  max-width: 80% !important;
  max-height: unset !important;
  object-fit: contain;
  padding: 5px;
  position: relative;
}

.index-bundle-products  .button-wrap{
  margin-top: 12px;
}

.index-bundle-products .product-grid .img-wrap:last-child span, .index-bundle-products .product-list .img-wrap:last-child span {
  display: none;
}

#product-grid .product-list{
  margin-bottom: 30px !important;
  position: relative;
}

.coupon input[type=text]{
  padding: 10px;
  text-align: left;
  margin: 0px 10px 0 0;
  border-radius: 0px;
  height: 100%;
}
.coupon .btn {
  margin-bottom: 0;
  /* height: 100%; */
}
.cart-right-wrap h3{
  font-weight: 400;
}
.coupon span{
  display: block;
  margin-bottom: 4px;
}

.sqr-img-wrap{
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 70%;
}

.sqr-img-wrap img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto !important;
  max-width: 90% !important;
  max-height: 90% !important;
  transform: none;
}

body .checkout-cart .product-grid .img{
  padding-top: 100%;
  position: relative;
  margin-bottom: 20px !important;
  display: block;
}

body .checkout-cart .product-grid .close-icon{
  position: absolute;
  right: 5px;
  top: 4px;
}

body .checkout-cart .product-grid h2 {
  font-size: 16px !important;
  margin: 0;
  text-align: center;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 1.4 !important;
  color: var(--color-primary);
}

.checkout-cart {
  margin-top: 80px;
  margin-bottom: 20px;
}
.bundle-product-wrapper{
  margin-bottom: 40px;
}

/* Product Boxes - https://staging.engage-structure.com/9696/product_selector_dell/2718 */

.product-selector .panel-container{
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  margin-bottom: 10px;
  border: 1px dotted #ccc;
  padding: 15px;
  margin-bottom: 30px;
  box-shadow: 1px 1px 3px 0px rgb(0 0 0 / 9%);
}
.panel-group {
  margin-bottom: 10px;
}
/* .selectedOption:after {
  content: "\f058";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #44bb53;
  font-size: 19px;
  padding-right: 6px;
  position: absolute;
  top: 5px;
  line-height: 1;
  right: 0;
} */

.product-selector  .panel-group .panel-item button {
  width: 100%;
  background-color: #fff;
  color: transparent !important;
  border:2px solid #d8d8d8;
  border-radius: 0;
  padding: 11px 15px;
  cursor: pointer;
  /* transition: background-color 0.3s ease, border-color 0.3s ease; */
  text-align: left;
  height: 100%;
  display: flex
;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  border-radius: 5px;
  flex-direction: column;
  text-align: left;
  justify-content: start;
  align-items: start;
}
.product-selector .btn-item:hover {
  border: 2px solid var(--color-primary) !important;
  /* background: white !important; */
  /* border-color:; */
}
.product-selector  .selectedOption,.product-selector .selectedOption:hover {
  border: 2px solid var(--color-primary) !important;
  /* background-color: #ffffff !important; */
  /* box-shadow: 1px 2px 4px 0px rgba(0,0,0,0.3); */
  position: relative;
}
.product-selector  .selectedOption p,.product-selector .selectedOption:hover p{
  color: var(--color-primary) ;
}
.panel-group .panel-item > div {
  height: 100%;
}

.product-detail .panel-title{
  margin-bottom: 0;
}

.header-btn-wrp .btn {
  margin-left: 12px;
}
.left-half-selector , .right-half-selector{
  padding-top: 40px;
}
.product-detail .panel-title h5{
  font-size: 19px;
  font-weight: 400;
}
.square-image-wrap {
  position: relative;
  width: 100%;
  display: block;
  padding-top: 100%;
  margin-bottom: 10px !important;
}

.square-image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  object-fit: contain;
  padding: 5px;
  border-radius: 0;
}
.square-image-wrap img.active {
  border: 1px solid black;
}

.left-half-selector h3{
  color: var(--color-primary);
}

/* .right-half-selector #customize-title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
} */

.dell-li-features span{
  font-weight: 500;
}

.clear::after , .form-group:after{
  display: block;
  content: "";
  clear: both;
}

.collapse-expand-wrap {
  border-top: 1px dashed #aeaeae;
  /* border-bottom: 1px solid #ddd; */
  padding: 40px 0px 0;
  margin: 36px 0 9px;
}
.product-detail-tab .nav-tabs li  h5{
  color: #333;
}




.product-heading{
  color: var(--color-primary);
}
.product-heading {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.empty-card{
  padding: 20px;
}

.navbar-toggle{
  background: var(--color-primary);
}

#footer {
  /* margin-top: 40px; */
  padding: 30px 0;
}
ul.footer-links {
  list-style: none;
  padding-left: 3px;
}
/* ul.footer-links li::marker{
  color: red;
} */


ul.unstyled {
  list-style: none;
  padding: 0;
}
.vendorSort {
  text-transform: uppercase;
  font-weight: 500;
  margin:  0 0;
  font-size: 24px;
  border-top: 1px solid #ddd;
  border-bottom: none;
  padding: 5px 0 9px;
  text-align: left;
}
.category-billboard{
  padding: 40px 10px;
  background: #f1f1f1;
  margin-bottom: 40px;
}
.filter-container .title a[aria-expanded="true"] i {
  transform: rotate(180deg);
}
.filter-container .title a i {
  transition: all 0.5s ease;
}
.filter-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px;
}
.filter-tag{
  color: white;
  border: 1px solid var(--color-primary);
  border-radius: 0;
  background: var(--color-primary);
  padding: 5px;
  margin-bottom: 5px;
  font-size: 11px;
  margin-right: 5px;
  line-height: 1;
}
button#clear-filters {
  position: absolute;
  top: 8px;
  right: 0;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 14px !important;
  letter-spacing: 0;
  color: red;
  text-transform: capitalize;
  text-decoration: underline;
}

button#clear-filters:hover{
  background: transparent;
}
.filter-symmary-container{
  /* border-bottom: 1px solid #f5f5f5; */
  margin-bottom: 20px;
}
.filter-symmary-title{
  padding-right: 60px;
  word-break: break-all;
  margin-bottom: 18px;
}
#filter-summary{
  padding-bottom: 6px;
}
.filter-collection-wrapper{
  padding-top: 40px;
  margin-top: 20px;
  border-top: 1px solid #ccc;
}

.product-list .title h2{
  font-weight: 400;
  font-size: 24px;
}

.product-list  .list-favourite{
  position: absolute;
  top: 0;
  font-size: 12px;
  right: 10px;
}
.product-list-bottom-wrapper{
  padding: 10px;
  background: var(--btn-secondary-bg-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  margin-top: 10px;
}
.product-list-bottom-wrapper .list-availability-wrapper{
  display: flex;
  align-items: center;
}
.product-list-bottom-wrapper .price-box{
  order: 1;
}

.product-list-bottom-wrapper .availability {
  order: 1;
  margin: 0 0  0 14px;
}
.product-list-bottom-wrapper .availability .icon{
    margin-right: 4px;
}

.product-list-bottom-wrapper > a{
  order: 2;
  margin-left: auto;
}

.product-list-bottom-wrapper .icon{
  background: white;
  color: var(--color-primary);
}
.product-list-bottom-wrapper  .availability-phone {
  color: white !important;
}
.product-list-bottom-wrapper .btn{
border-radius: 5px;
margin-top: 0;
border-color: transparent;
color: var(--color-primary);
}

.product-list-bottom-wrapper .btn:hover , .product-list-bottom-wrapper .btn:focus{
  background: #dcdcdc;
  color: var(--color-primary) !important;
}
.product-list-bottom-wrapper  .btn:hover .icon {
  background: #0972cb;
  color: #ffffff;
}
.product-list  .spec-title {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
}
.product-list .spec-wrap{
  font-size: 16px;
  margin-bottom: 6px;
}
.product-list.product-list-wrapper .list-price-small , 
.product-list.product-list-wrapper .list-price,
.product-list.product-list-wrapper .availability {
  color: var(--btn-secondary-text-color) !important;
  margin-top: 0 !important;
  margin-bottom: 0;
}
.product-list.product-list-wrapper .starting-at{
  font-weight: 400;
}
.product-list.product-list-wrapper .list-price-main{
  margin-left: 5px;
}
.wishlist-heart-like-button {
  position: absolute;
  top: 0;
  right: 0;
}
/* FILTERS */

#filters_static{
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}


#filters .title , #filters_static .title{
  border-top: 0 solid #ddd;
  border-bottom: 0 solid #ddd;
  padding: 0 0  0;
  margin: 0 0;
  text-align: left;
}
#filters .title h4 , #filters_static .title h4{
  margin-bottom: 0;;
}
/* #filters h2 , #filters_static h2{
  font-size: small;
  font-weight: 600 !important;
} */

#filters p, #filters_static p{
  font-weight: 400;
}

#filters .filter-container, #filters_static  .filter-container{
  padding: 20px;
  background: #f5f6f7;
  width: 100%;
  border-radius: 4px;
  margin-bottom: 20px;
}


#fitlers .filter{
  width: 100%;
}


.fa-angle-down{
  float: right;
  margin-left: 5px;
}
.filter-options .filter, #filters .filter{
  margin: 0 0 5px 10px;
}

.filter .count {
  padding-right: 5%;
}
.category-sort{
  margin-bottom: 15px;
}
select {
  background-color: white;
  border: 1px solid #d2d2d7;
  border-radius: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  padding:6px;
  font-weight: 400;
}
#sortorder{
  background-color: white;
}

.filter{
  margin-top: 4px;
  margin-bottom: 4px;
}

.option-filter > input{
  border-radius: 3px;
  width: 20px;
  height: 20px;
  background-color: white;
  /*outline: none;*/
  float: right;
}


.filter-tag, #clear-filters {
  display: inline-block;
}

.dell-shop-button{
  font-size: 14px !important;
  margin-top: 10px;
}

.option-filter{
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.category-billboard{
  padding: 40px 10px;
  background: #f1f1f1;
  margin-bottom: 20px;
  margin-top: 20px;
}

.product-list-wrapper{
  border: 1px solid #d5d5d5;
  margin-bottom: 30px;
  box-shadow: 1px -1px 5px 1px rgb(0 0 0 / 8%);
  padding: 0;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.product-list-wrapper .nav-tabs{
  width: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: none;
}
.product-list-top-wrapper {
  padding: 25px 25px 0;
}
.product-list-wrapper .nav-tabs li{
    float: left;
    margin-bottom: -1px;
    width: 100px;
    height: 100px;
    border: 2px solid #ccc;
    margin: 6px 0;
    padding: 6px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-list-wrapper .nav-tabs li.active{
  border-color: var(--color-primary);
}


.product-list-wrapper .nav-tabs li.active .active:hover{
  border-radius: 0 !important;
  padding: 0;
  border: none;
}
.product-list-wrapper .nav-tabs li a ,.product-list-wrapper .nav-tabs li a:focus{
  border: none;
  padding: 0;
  margin: 0;
}
.product-list-wrapper .nav-tabs li a {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    display: block;
    height: 100%;
    width: 100%;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.product-list-wrapper .tab-content{
  width: calc(100% - 130px);
    margin-left: 20px;
}
.product-list-wrapper .nav-tabs img , .product-list-wrapper .tab-content img{
  width: auto;
  margin: 0;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.product-list-wrapper .tab-content img{
  max-height: 200px;
}
.product-list-wrapper .tab-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-list-wrapper .tab-content .tab-pane.fade.show{
  display: none !important;
}
.product-list-wrapper .tab-content .tab-pane.fade.active{
  display:block !important; 
}
.spec-title span{
  position: relative;
  display: inline-block;
  border-bottom: 1px solid;
  margin-bottom: 6px;
  font-weight: 500;
}
.spec-wrap {
  font-size: 13px;
}

.product-selector .panel-container .panel-group.filter{
  padding-bottom: 12px;
}

.product-grid  .list-price{
  text-align: center;
    font-size: 23px;
    font-weight: 400;
}

.product-grid  .action-product-spec , .product-grid  .action_product_specs {
  justify-content: center;
  margin-bottom: 0;
}
.product-grid  .action-product-spec .action-produt-spec-img{
  display: none;
}

.product-grid  .btn-wrapper .dell-shop-button{
  width: 100%;
  border-radius: 5px;
}
.vendor-list-wrap{
  margin-bottom: 15px;
}
.white-space-normal{
  white-space: normal;
}
.h-100{
  height: 100%;
}
.text-underline{
  text-decoration: underline;
}
.contact .icon-wrapper{
  height: 25px;
  width: 25px;
}
.contact .icon-wrapper {
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  border: 2px solid var(--color-primary);
  border-radius: 50%;
  justify-content: center;
  margin-right: 15px;
}
.contact-page-wrapper{
  margin: 40px 0;
}
.contact-page-wrapper .iframe-wrapper{
  position: relative;
  padding-top: 100%;
  height: 100%;
  box-shadow: 1px 2px 4px 1px rgb(0 0 0 / 27%);
  /* margin-top: 25px; */
}
.contact-page-wrapper .iframe-wrapper iframe{
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0;
}

.contact-page-wrapper  textarea{
  min-height: 130px;
}
.contact-page-wrapper .line-heading {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 14px;
  margin-bottom: 30px;
}

.contact-page-wrapper label {
  font-weight: 400;
  font-size: 17px;
  margin-bottom: 2px;
}
.contact-page-wrapper .contact-detail-wrap {
  margin: 50px 0 0;
}
.form-control {
  height: auto;
  padding: 10px 12px;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: none;

}
.m-0{
  margin: 0;
}

.contact-page-wrapper .add-wrap ,.contact-page-wrapper .email-wrap,.contact-page-wrapper .map-wrap{
  position: relative;
  background: none;
}

.contact-page-wrapper .add-wrap::after ,.contact-page-wrapper .email-wrap::after ,.contact-page-wrapper .map-wrap::after{
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: var(--btn-secondary-bg-color);
  left: 0;
  top: 0;
  z-index: -1;
}
.contact-page-wrapper .add-wrap * , .contact-page-wrapper .email-wrap * , .contact-page-wrapper .map-wrap *{
  color: var(--btn-secondary-text-color);
}
.contact-page-wrapper .email-wrap::after{
  opacity: 0.95;
}
.contact-page-wrapper .map-wrap::after{
  opacity: 0.90;
}
.contact .icon-wrapper{
  border-color:var(--btn-secondary-text-color);
}

.form-group {
  margin-bottom: 20px;
}
.line-heading{
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.index-bundle-products .product-grid .flex-container.img{
  padding: 0;
}

.login-account-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
.login-account-wrapper  hr{
  display: none;
}
.login .grey-box {
  min-height: unset;
}

.login-account-wrapper h2{
  margin-bottom: 20px;
  font-size: 19px;
}
.login-account-wrapper label{
  width: 100%;
  height: auto;
  border: none;
  box-shadow: none;
}
.login-account-wrapper label .icon{
  display: none;
}
.login-account-wrapper label .label-name{
  display: block !important;
  visibility: visible;
  text-align: left;
  font-size: 15px;
  line-height: 1;
  background: none;
  margin-bottom: 10px;
  font-weight: 400;
}

.login .login-account-wrapper  .formfield{
  background:none;
  margin-bottom: 15px;
  border: none;
}
.login .login-account-wrapper  .formfield input{
  width: 100%;
  border-radius: 5px;
  line-height: 1;
  height: auto;
}
.account-login{
  margin: 30px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.account-login .alert-danger {
  margin: 0 0 10px;
  padding: 8px;
  font-weight: 500;
  border-radius: 0;
  width: 100%;
}

.grey-box{
  background-color: #f5f5f5 !important;
}

.register-head-wrapper {
  display: flex;
  flex-direction: column;
  padding: 20px;
  margin-bottom: 30px;
  align-items: start;
}
.register-head-wrapper br{
  display: none;
}

.captcha_image + input{
  width: calc(100% - 32%) !important;
  float: right;
  height: 50px;
}
.header-ctn .icon-container span{
      font-size: 12px;
}
.icon-container span {
  white-space: nowrap;
  font-size: 11px;
}

.steps .active{
  color: var(--color-primary);
  background-color: #2e9d921c;
}
.panel-group .grey-box{
  margin-bottom: 20px;
}

/* .account .nav-tabs li , .account .nav-tabs li a{
  margin-right: 0 !important;
} */

.account .nav-tabs li h4{
  margin-bottom: 0;
  font-size: 14px;
}
form:after {
  clear: both;
  display: block;
  content: "";
}

.account .checkbox,.account  .radio{
  margin-bottom: 0;
}
.register label, .account label{
  margin: 0 0 10px 0;
  text-transform: capitalize;
}
.icon-btn {
  background: transparent;
  border: none;
  padding: 0;
}
.d-block{
  display: block;
}

.add-wrap{
  padding: 20px;
  background: #dcdada;
}

.email-wrap{
  padding: 20px;
  background: #e6e5e5;
}
.map-wrap{
  padding: 20px;
  background: #f6f6f6;
}

.price-color-text{
  margin-top: 4px !important;
}
.mega-dropdown-menu{
  width: 100%;
  text-align: center;
}

.mega-dropdown {
  position: static !important;
}
.dropdown-large {
  position: static !important;
}


.open>.dropdown-menu.second-level{
  display: flex;
  padding: 0 2px;
  flex-wrap: wrap;
  justify-content: center;
}
.navbar-nav  .dropdown-menu.third-level{
  /* column-count: 5; */
  padding: 10px;
  box-shadow: none;
  line-height: 1.5;
}
body .second-level > li > a{
  padding: 10px 20px;
}
.third-level > li > ul {
  border-bottom: 1px solid #ccc;
  /* padding: 10px 0; */
  margin: 0 0 5px 0;
}
.third-level  li  ul h3 a , .third-level  li  ul h3 a:hover , .third-level  li  ul h3 a:focus , .dropdown-menu-large > li ul > li > a:hover, .dropdown-menu-large > li ul > li > a:focus,
.dropdown-menu-large.third-level  li.sub-font a:hover, .dropdown-menu-large.third-level  li.sub-font a:focus{
  font-weight: 400;
}
.dropdown-menu-large.third-level  li.sub-font a {
  color: #999;
}
#main-ul-other-menu > li > a {
  color: #333 !important;
  text-shadow: none;
}
.open>.dropdown-menu.third-level{
  display: flex;
  flex-wrap: wrap;
}

.total-wrapper{
  border-top: 1px solid #e7e7e7;
  padding-top: 7px;
  margin-top: 7px;
}

.subtotal-text{
  color: var(--color-primary);
  font-weight: 600;
  font-size: 20px;
}

.cart-subtotal{
  margin: 0;
}

.pagination{
  margin-top: 0;
  margin-bottom: 0;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover{
  background: var(--color-primary);
  border-color:var(--color-primary);
  color: #fff;
}

.dell-slider-wrapper  .slider-nav .slick-slide {
  margin: 5px 0;
  cursor: pointer;
}

.dell-slider-wrapper  .slider-nav img {
  border: 2px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 90%;
  width: 90%;
  margin: auto;
  box-shadow: none;
  padding: 0;
}


.dell-slider-wrapper  {
  display: flex;
}
.dell-slider-wrapper  .slider-nav {
  width: 150px;
}
.dell-slider-wrapper  .slider-for{
  width: calc(100% - 170px);
    position: relative;
    margin-left: 20px;
}

.dell-slider-wrapper  .slider-for .slick-slide{
  display: flex;
  align-items: center;
  justify-content: center;
}
.dell-slider-wrapper  .slick-vertical .slick-slide.slick-thumbnail-inner{
  height: 30px;
  width: 30px;
  position: relative;
}

.product-detail-right-content{
  background: #f9f9f9;
}
#thumbnailContainer .slick-slide{
  border: 2px solid #ccc;
  border-radius: 5px;
  width: 120px !important;
  height: 120px;
  position: relative;
  padding: 0;
  /* padding-top: 100%; */
}

#thumbnailContainer .slick-slide.slick-current{
  border-color: var(--color-primary);
}
.dell-slider-wrapper  .slider-for .slick-arrow{
    background-color: white;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.21);
    z-index: 1;
    left: 0;

}
.dell-slider-wrapper  .slider-for .slick-arrow.slick-next{
  right: 0;
  left: auto;
}
.dell-slider-wrapper  .slider-for .slick-arrow::before{
color: #858585;
    content: "\f104";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 18px;
    padding-right: 0;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    font-size: 34px;
    top: 1px;
    left: -2px;
    bottom: 0;
    margin: auto;
}

.dell-slider-wrapper  .slider-for .slick-arrow.slick-next::before{
  content: "\f105";
}

.dell-menu .menu-img-wrp img{
  max-width: 26px;
  height: auto;
  width: auto;
  max-height: 30px;
  margin-right: 6px;
}
.navbar-default .navbar-nav.first-level-menu > li > a#other-menu-button {
  text-transform: capitalize;
  font-size: 15px;
  margin-top: 4px;
  font-weight: 400;
}

.vendor_wrapper .vendor_name_wrap {
  display: flex
;
  padding: 0;
  margin: 0 0 25px;
}
.vendor_wrapper .vendorSort {
  background: var(--color-primary);
  padding: 20px;
  font-size: 45px;
  line-height: 1;
  color: white;
  text-transform: uppercase;
  width: auto;
  display: flex
;
  align-items: center;
  line-height: 1;
  width: 80px;
  justify-content: center;
  box-shadow: 3px 4px 7px rgba(0, 0, 0, 0.35);
}
.vendor_wrapper .vendor_wrapper_inner li {
  border-bottom: 1px solid #f1f1f1;
  padding: 10px;
  display: flex
;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #f1f1f1;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  margin: 0;
  height: 100%;
}
.vendor_wrapper .vendor_wrapper_inner li:nth-child(-n+6) {
  border-top: 1px solid #f1f1f1;
}
.vendor_wrapper .vendor_wrapper_inner {
  width: calc(100% - 80px);
  padding: 0;
  margin: 0;
}
.recommended-product-wrapper{
  margin: 0 0 20px;
  position: relative;
  padding: 0 15px;
  width: 33.33%;
}
.recommended-product-wrapper .product-list-wrapper{
border: 1px solid #cbcbcb;
margin-bottom: 0;
padding: 15px 10px;
-webkit-transition: 0.2s all;
transition: 0.2s all;
background: #fff;
/* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
height: 100%;
text-align: center;
justify-content: space-between;
display: flex
;
flex-direction: column;
position: relative;
border-radius: 10px;
padding: 20px;

}
.recommended-product-wrapper .product-list{
  padding: 0;
  margin: 0;
  border: none;
  /* padding: 30px; */
}

.recommended-product-wrapper  .recommended_product_image_wrapper{
 width: 100%;
}
.recommended-product-wrapper  .recommended_product_text_wrapper{
  width: 100%;
}
.recommended-product-wrapper  .recommended_product_left_wrapper ,.recommended-product-wrapper   .recommended_product_right_wrapper{
width:100%;
padding: 0;
}
.recommended-product-wrapper  .wishlist-heart-like-button {
  position: absolute;
  top: 0;
  left: 0;
}

.recommended-product-wrapper .sku h2{
  font-size: 15px !important;
}

.recommended-product-wrapper .list-price{
  font-size: 23px;
  font-weight: 400;
  margin-bottom: 10px;
}

.recommended-product-wrapper .availability{
  margin-bottom: 15px;
  text-align: center;
  justify-content: center;
  margin-top: 0;
}
.recommended-product-wrapper .btn {
  border-radius: 6px;
}

.recommended-product-wraps{
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 50px;
}
.recommended-product-wrapper .title h2{
    font-size: 16px !important;
    /* margin: 0; */
    text-align: center;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 1.4;
}
.index-req-products h2{
  border-bottom: 1px dotted #f0f0f0;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.index-bundle-products{
  margin-bottom: 30px;
}
.d-none{
  display: none !important;
}
.filter-product-wrapper {
  margin-bottom: 50px;
}
.breadcrumb {
  margin-bottom: 20px;
  background-color: white;
  margin-bottom: 0;
}
.breadcrumbs, .breadcrumbs-cart {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
.cart-save-inner{
  margin-bottom: 20px;
}
.header-logo-wrap .header-logo img{
  max-width: 190px;
  max-height: 70px;
  width: auto;
  height: auto;
}
.login-account-wrapper{
  padding: 20px;
  background: #f5f5f5;
  height: 100%;
}
.account-wrapper form[name="address_book"]{
  margin: 0;
}
.account-wrapper #address_book{
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.account-wrapper #form-description{
  margin: 0 0 0 10px;
}

.account-wrapper .form-wrapper-address{
  margin: 0 -15px;
  float: none;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.steps-wrapper{
  margin: 40px 0;
}
.account-wrapper-inner{
  display: flex;
  flex-wrap: wrap;
}
.account-button-wrapper{
  margin: 0 0 30px;
}
.register .panel-group .grey-box{
  margin-top: 0;
}
.product-bundle-wrapper {
  margin: 0 15px;
}


.product-bundle-wrapper  .bundle-heading{
  display: none !important;
}
.product-bundle-wrapper .product-grid-inner-wrp hr{
  display: none;
}
.product-bundle-wrapper .product-grid-inner-wrp {
  display: flex;
  /* flex-direction: column; */
  width: 25%;
  border: 1px solid #cbcbcb;
    margin-top: 0;
    padding: 15px 10px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    background: #fff;
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
    height: 100%;
    text-align: center;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 10px;
    padding: 20px;
}
.product-bundle-wrapper  .bundle-image-wrapper{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
    margin-bottom: 15px;
    margin-top: 15px;
}
.product-bundle-wrapper  .bundle-image-wrapper .bundle-thumb {
  width: auto;
  height: auto;
  margin: 0px;
  line-height: unset;
  max-width: 100px;
  max-height: 100px;
}
.product-bundle-wrapper  .bundle-image-wrapper .plus{
  line-height: unset;
}
.product-bundle-wrapper   .bundle-title-wrap{
  padding: 0;
}
.product-bundle-wrapper   .bundle-text-wrap{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-bundle-wrapper   .bundle-text-wrap .detail-price{
  margin-left: 0 !important;
}
.product-bundle-wrapper   .bundle-title-wrap .title-desc{
  margin-bottom: 15px;
}
.product-bundle-wrapper   .bundle-title-wrap h2{
  text-transform: capitalize;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: none;
  font-size: 19px !important;
  line-height: 22px !important;
  padding-bottom: 14px !important;
  font-weight: 500;
}

.product-bundle-wrapper  .bundle-grid-product-wrapper {
  margin-top: 0;
  margin-bottom: 0;
}

.cart-page-dell .breadcrumbs-cart{
  padding: 8px 0 !important;
  /* border-top: 1px solid #f0f0f0; */
  border-bottom: 1px solid #f0f0f0;
}

.cart-page-dell  .cart-right-wrap{
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.cart-page-dell .btn .icon {
  margin-left: 6px;
  font-size: 12px !important;
  margin-top: -2px;
}

.cart-page-dell  .cart-table {
  border: 1px solid #f0f0f0;
}

.cart-page-dell  .cart-table .cart-inner:first-child{
  border-top: none;
  border-radius: 5px;

}

.dell-cart-table .dell-cart-image-wrap {
width: 150px;
padding-right: 8px;
padding-left: 8px;
}
.dell-cart-table .product-name-wrp{
  width: calc(100% - 150px);
  padding-right: 8px;
padding-left: 8px;
position: relative;
}
/* ************************************************ */

@media only screen and (max-width: 992px) {
  .product-detail-tab .nav-tabs>li>a {
    padding: 15px 12px;
  }
}

@media only screen and (max-width: 767px) {
  .cart-subtotal{
    margin-top: 10px;
  }
  .section-title .section-nav {
    float: none;
    margin-top: 10px;
  }
  .section-tab-nav li {
    margin-top: 10px;
  }
  .header-logo-wrap{
    order: 1;
  }
  .header-search-wrap{
    order:3;
    padding-top: 7px;
  }
  .header-cart-wrap{
    order: 2;
    justify-content: flex-end;
  }
  .navbar-toggle {
    border-radius: 0;
    margin: 0 0 0 12px;
    padding: 5px;
    height: 35px;
    width: 35px;
  }
  .navbar-toggle .icon-bar{
    background-color: white;;
  }
  .header-logo img {
    max-width: 150px;
    width: 100%;
  }
  .header-logo {
    text-align: left;
  }
  .navbar{
    min-height: unset;
  }
  .carousel-inner img{
    max-width: 100%;
  }
  .welcome-section {
    padding: 30px 0;
    margin-bottom: 30px;
  }
  body h1 ,body  .h1{
    font-size: 25px;
    margin: 0 0 20px;
  }
  body h2 ,body  .h2{
    font-size:22px;
  }
  body h3 ,body  .h3{
    font-size:16px;
    font-weight:500;
  }
  html, body{
    font-size: 14px;
  }
  .navbar .navbar-collapse.collapse , .navbar .navbar-collapse.collapsing{
    text-align: center;
    position: fixed;
    top: 0px;
    left: 0px;
    background: white;
    overflow-y: auto;
    width: 100%;
    text-align: left;
    z-index: 99;
    height: 100vh !important;
    box-shadow: 0px 10px 10px 0 rgba(0,0,0,0.5);
    margin: 0;
    padding: 0;
    max-width: calc(100% - 50px);
    z-index: 999;
  }
  nav.navbar .nav>li>a {
    padding: 12px 16px;
  }

  .navbar .navbar-nav{
    margin: 0;
    display: block;
    padding-right: 0;
  }
  .dell-menu .dropdown-menu-large{
    padding: 0px 0 20px;
  }
  li.dropdown.mega-dropdown{
    margin-left: 0;
  }

  .navbar-default .navbar-nav > li > a , .navbar-default .navbar-nav > li > a:hover , .navbar-default .navbar-nav > li > a:focus{
    border-bottom: 1px solid #f5f5f5 !important;
    position: relative;
  }
  .navbar-default .navbar-nav > li.mega-dropdown > a:after , .navbar-default .navbar-nav > li.mega-dropdown > a[aria-expanded="false"]:after{
    content: "+";
    color: #474646;
    font-size: 22px;
    padding-right: 0.5em;
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    margin: auto;
    line-height: 1;
    align-items: center;
    display: flex;
  }
  .navbar-default .navbar-nav > li.mega-dropdown.open > a[aria-expanded="true"]:after{
    content: "-";
  }
  .navbar-default .navbar-nav > li > a {
    font-size: 15px;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #888;
    margin-left: 30px;
    font-size: 14px;
    padding: 10px 0;
    font-weight: 400;
  }

  .navbar-default .navbar-nav > li > a{
    margin: 0 !important;
  }
  .dropdown-menu{
    padding: 0 0;
    margin: 0 0 0;
  }
  li.sub {
    display: block;
    text-align: left;
  }
  /* .header-wrap .navbar-toggle .icon-bar:last-child{
    transform: rotate(45deg);
    margin: 0;
    position: absolute;
    left: 6px;
  }
  .header-wrap .navbar-toggle .icon-bar{
    width: 18px;
    height: 2px;
    height: 2px;
    background: white;
  }
  .header-wrap .navbar-toggle .icon-bar:nth-last-child(3){
    transform: rotate(135deg);
    margin: 0;
    position: absolute;
    right: 6px;
  }
  .header-wrap .navbar-toggle .icon-bar:nth-last-child(2){
    display: none;
  }
  .header-wrap .navbar-toggle.collapsed .icon-bar:last-child,
  .header-wrap .navbar-toggle.collapsed .icon-bar:nth-last-child(3),
  .header-wrap .navbar-toggle.collapsed .icon-bar:nth-last-child(2) {
    transform: none;
    display: block;
    position: relative;
    right: auto;
    left: auto;
  }
  .header-wrap .navbar-toggle .icon-bar{
    width: 18px;
    height: 2px;
    height: 2px;
    background: white;
  }
  .header-wrap .navbar-toggle.collapsed .icon-bar:last-child{
    margin-top: 4px;
  } */

  .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
    border-bottom: none !important;
    position: relative;
  }
  .navbar-default .navbar-nav > li.dropdown > a:after, .navbar-default .navbar-nav > li.dropdown > a[aria-expanded="false"]:after {
    content: "+";
    color: #474646;
    font-size: 22px;
    padding-right: 0.5em;
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    margin: auto;
    line-height: 1;
    align-items: center;
    display: flex;
  }
  .navbar-default .navbar-nav > li.dropdown.open > a[aria-expanded="true"]:after {
    content: "-";
  }
  .nav>li>a {
    padding: 6px 8px;
  }
  .open>.dropdown-menu.second-level-menu{
    flex-direction: column;
  }

  .menu-img-wrp {
    width: 60px;
    text-align: left;
  }
  .menu-img-wrp img{
    max-width: 50px;
  }
  .dropdown-menu-large > li {
    margin-bottom: 0px;
  }
  .dropdown-menu-large > li > ul {
    margin: 0 0 5px 0 !important;
  }
  .open>.dropdown-menu.second-level-menu li {
    padding: 0 0px 0 30px;
    text-align: left;
  }
  .first-level-menu > li{
    border-bottom: 1px solid #e5e5e5 !important;
  }
  /* body .dropdown-menu-large.second-level-menu > li > ul{
    border-bottom: 1px solid #f5f5f5 !important;
  } */
  body .dropdown-menu-large.second-level-menu > li > ul a{
    display: flex;
    align-items: center;
  }
  body .dropdown-menu-large.second-level-menu > li > ul a img{
    margin: 0;
    max-width: 35px;
    max-height: 35px;
    object-fit: contain;
    margin-right: 10px;
    margin-bottom: 0 !important;
  }


  .dropdown-menu.second-level-menu li ul {
    margin:  0 !important;
    border-bottom: 1px solid #f5f5f5;
    padding: 10px 0;

  }
  .dropdown-menu.second-level-menu li:last-child > ul {
    border-bottom: 0;
  }
  .marginM {
    margin-top: 30px;
  }
  hr {
    margin-top: 14px;
    margin-bottom: 14px;
  }
  .sticky-header-container.sticky .sticky-header{
    padding: 6px;
    align-items: start;
    flex-direction: column;
  }
  .sticky-header-container .selector-price {
    font-size: 18px;
  }
  .sticky-header-container .header-btn-wrp {
    display: flex;
    align-items: center;
  }
  body .dell-shop-button, body .btn-primary, body .btn-secondary, .btn, body .checkout-cart .product-grid .btn{
    /* font-size: 12px; */
    /* padding: 7px 14px; */
  }
  .header-btn-wrp .btn {
    margin-left: 0 !important;
    margin-right: 8px;
  }
  .left-half-selector, .right-half-selector {
    padding-top: 20px;
  }
  .footer {
    padding-bottom: 15px;
    /* border-bottom: 1px dashed #525252; */
    height: 100%;
  }
  .footer-wrapper{
    margin-bottom: 15px;
  }
  .footer-wrapper:nth-last-child(-n+2){
    margin-bottom: 0;
  }
  .footer-wrapper:nth-last-child(-n+2) .footer {
    border-bottom: none;
  }
  .footer .footer-title{
    margin: 0px 0px 10px;
  }
  .product-detail .product-detail-top-wrapper .detail-price {
    margin: 0 10px 0px 0 !important;
}
  /* .product-list{
    padding: 0 20px;
  } */
  .product-list-top-wrapper {
    padding: 15px 15px 0;
  }
  .product-list-wrapper .nav-tabs {
    width: 50px;
  }
  .product-list-wrapper .nav-tabs li {
    width: 50px;
    height: 50px;
  }
  .product-list-wrapper .tab-content {
    width: calc(100% - 50px);
  }
  .product-list .title h2 {
    font-size: 17px;
  }
  .category-billboard{
    padding: 20px 10px;
  }
  #footer{
    margin-top: 20px;
    padding: 25px 0;
  }
  .sticky-header-container h2{
    margin-bottom: 5px !important;
  }
  body .selector-price{
    justify-content: start;
  }
  body .panel-group .panel-item {
    width: calc(50% - 10px);
  }

  .sticky-header-container{
    padding: 5px;
  }
  .sticky-header-container .sticky-header {
    height: auto;
    background-color: #fff;
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
  }
  .sticky-header-container .sticky-header h2{
    font-size: 17px;
  }
  .save-rmv-wrp .delete svg , .save-rmv-wrp .save svg{
    height: 17px;
    width: 17px;
  }
  .contact-page-wrapper .iframe-wrapper{
    margin-top: 25px;
  }
  .contact-page-wrapper {
    margin: 30px 0;
  }
  .contact-page-wrapper .line-heading {
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 21px;
  }
  .form-control {
    height: auto;
    padding: 6px 10px;
    font-size: 13px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: none;
}
  .quantity-price-wrap{
    justify-content: flex-start;
  }
  .save-rmv-wrp , .quantity-price-wrap{
    margin-top: 15px;

  }
  .product-name-wrp{
    line-height: 1.2;
  }
  .cart-btn-wrp .marginMobile {
    margin-bottom: 10px;
  }
  .account .nav-tabs li h4 {
    margin-bottom: 0;
    font-size: 11px;
    font-weight: 500;
    text-transform: capitalize;
  }
  .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th{
    padding: 5px;
    font-size: 11px;
  }
  .tab-content > .active{
    padding: 0;
  }
  .open>.dropdown-menu.second-level {
    padding-left: 30px;
  }
  .open>.dropdown-menu.second-level > li{
    width: 100%;
    border-bottom: 1px solid #f5f5f5;
    text-align: left;

  }
  .open>.dropdown-menu.second-level > li a{
    position: relative !important;
    margin-left: 0 !important;
  }
  .dropdown-menu.second-level > .dropdown > a:after {
    content: "\f078";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #6d6d6d;
    font-size: 12px;
    padding-right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 13px;
    margin: auto;
    line-height: 1;
    display: flex;
    align-items: center;
  }
  .dropdown-menu.second-level > .dropdown.open > a:after {
    content: "\f077";
  }
  .navbar-nav .dropdown-menu.third-level {
    column-count: 1;
    padding: 0 0 0 20px;
  }
  .navbar-nav .dropdown-menu.third-level > li {
    width: 100%;
    padding: 0;
  }
  .third-level > li:last-child > ul{
    border-bottom: none !important;
  }
  .navbar-nav .dropdown-menu.third-level > li h3 ,  .navbar-nav .dropdown-menu.third-level li a{
    font-size: 12px ;
  }
  .navbar-nav .dropdown-menu.third-level   li h3 a {
    text-transform: capitalize !important;
  }
  .third-level > li > ul{
    border-color: #f5f5f5;
  }
  #other-menu-button {
    padding: 13px;
  }
  .product-detail h2, .price-request h2{
    font-size: 17px;
    padding: 0;
    line-height: 1.3;
  }
  .product-detail .product-detail-right-content {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .product-detail .product-detail-right-content .desc-preview h3 {
    font-size: 18px;
  }
  li.dell-li-features {
    font-size: 13px !important;
  }
  .product-selector .panel-container{
    padding: 10px;
  }
  .product-detail .panel-title h5 {
    font-size: 15px;
  }
  .product-selector .panel-group .panel-item{
    width: 50%;
  }
  .product-selector .panel-group .panel-item button{
    font-size: 12px;
    padding: 7px ;
  }
  .filter-container-wrapper .filter-button{
    display: block !important;
    float: right;
    margin-bottom: 20px;
  }
  #filters_static {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    position: fixed;
    background: #ffffff;
    max-width: 350px;
    width: 90%;
    height: 100%;
    left: -100%;
    z-index: 9;
    top: 0;
    bottom: 0;
    overflow-y: scroll;
    box-shadow: 1px 3px 9px 1px rgb(0 0 0 / 28%);
    padding: 20px;
  }
  #filters_static.active{
    left: 0;
  }
  body #filters .filter-container, body #filters_static .filter-container{
    padding: 10px;
  }
  body #filters .filter-container h4 , body #filters_static .filter-container h4 {
    font-size: 15px;
  }
  #filters_static .filter, #filters_static .option-filter {
    font-size: 12px;
  }
  .checkbox-wrap .checkmark{
    height: 15px;
    width: 15px;
  }
  .checkbox-wrap .checkmark:after {
    font-size: 8px;
    top: 1px;
    left: 2px;
  }
  .close-filter{
    display: block !important;
  }
  .dell-slider-wrapper .slider-nav{
    width: 60px;
  }
  .dell-slider-wrapper .slider-for
 {
    width: calc(100% - 60px);
}
#thumbnailContainer .slick-slide{
  width: 60px !important;
    height: 60px;
    padding: 0;
}
.filter-container-wrapper  {
  margin-bottom: 0;
}
.cart-left-wrap{
  padding-bottom: 20px;
}
.cart-right-wrap {
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.cart-page-dell-inner{
  justify-content: end;
}
.cart-inner {
  padding: 16px 0 0;
  margin-bottom: 15px;
}
}

@media only screen and (max-width: 480px) {
  [class*='col-xs'] {
    max-width: 100%;
  }

  form [class*='col-xs'].text-right {
    text-align: left !important;
  }

  .store-grid {
    float: none;
    margin-top: 10px;
  }
  .store-pagination {
    float: none;
    margin-top: 10px;
  }

  .filter-options .title h2{
    font-size: 14px;
  }

  #header .col-xs-6 {
    width: 50% !important;
  }
  .coupon input[type=text]{
    width: 100%;
    /* margin-bottom: 7px !important; */
  }
  .footer-wrapper{
    width: 100%;
  }
  .footer-wrapper:nth-last-child(2){
    margin-bottom: 15px;
  }
  /* .footer-wrapper:nth-last-child(2) .footer {
    border-bottom: 1px dashed #525252;
  } */
  .product-detail-top-wrapper {
    padding-bottom: 15px;
    padding-top: 4px;
  }
  .product-detail-top-wrapper > .d-flex{
    flex-wrap: wrap;
  }
  .product-detail .product-detail-top-wrapper .product-heading {
    font-size: 17px;
    line-height: 1.2;
    margin-bottom: 7px !important;
  }

  .product-detail .product-detail-right-content{
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }
  .product-detail-specification-tab {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-gap: 15px;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
  }



}
/* .slider-for {
  width: 70%;
  float: right;
}

.slider-nav {
  width: 25%;
  float: left;
  margin-right: 5%;
} */


@media only screen and (min-width: 768px) and (max-width: 1199px){
  .product-list-wrapper .nav-tabs {
    width: 60px;
  }
  .product-list-wrapper .tab-content{
    width: calc(100% - 60px);
  }
  .product-list-wrapper .nav-tabs li{
    width: 60px;
    height: 60px;
  }
  .product-list .title h2{
    font-size: 19px;
  }
  .product-list .spec-title{
    font-size: 15px;
  }
  .product-detail h2, .price-request h2{
    font-size: 19px;
    padding: 0;
  }
  .product-detail .product-detail-right-content {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
  }
  .product-detail .product-detail-right-content .desc-preview h3 {
    font-size: 19px;
  }
  li.dell-li-features {
    font-size: 14px;
  }
  .product-selector .panel-container{
    padding: 10px;
  }
  .product-detail .panel-title h5 {
    font-size: 17px;
  }
  .product-selector .panel-group .panel-item button{
    font-size: 15px;
    padding: 7px 10px;
  }
  .product-selector .panel-group .panel-item {
    width: 33.33%;
  }
}
.row {
  margin-left: -8px;
  margin-right: -8px;
}

.row > [class*="col-"] {
  padding-left: 8px;
  padding-right: 8px;
}

/* Dell AI Search */

body .ai-search-fulltext-page .list-grid-button-wrapper .btn {
  color: var(--btn-secondary-bg-color) !important;
  border: 1px solid var(--btn-secondary-bg-color);
}

body .ai-search-fulltext-page .list-grid-button-wrapper .btn span {
  margin: 0;
}

body .ai-search-fulltext-page .list-grid-button-wrapper .btn.active {
  color: var(--btn-secondary-text-color) !important;
  background: var(--btn-secondary-bg-color) !important;
}

body .ai-search-fulltext-page .products-top {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

body .ai-search-fulltext-page .products-top .clearfix {
  display: none !important;
}

body .ai-search-fulltext-page .products-top .pull-left,
body .ai-search-fulltext-page .products-top .pull-right {
  float: unset !important;
}

body .ai-search-fulltext-page .products-top::after {
  display: none;
}

body .ai-search-fulltext-page .input-group {
  display: flex;
  align-items: center;
}

body .ai-search-fulltext-page .input-group input {
  margin: 0 !important;
  height: unset;
}

body .ai-search-fulltext-page .input-group .input-group-btn {
  width: 100px;
  border: none;
}

body .ai-search-fulltext-page .input-group .input-group-btn button {
  background: var(--btn-secondary-bg-color) !important;
  border: none;
}

body .ai-search-fulltext-page .mobile-ai-search-close-button {
  display: none;
}

body .ai-search-fulltext-page .filter-pills .filter-pill,
body .ai-search-fulltext-page .filter-pills span.filter-pill {
  border: 1px solid var(--btn-secondary-bg-color) !important;
  background: var(--btn-secondary-text-color);
  color: var(--btn-secondary-bg-color) !important;
}

body .ai-search-fulltext-page .filter-pills .filter-pill.active,
body .ai-search-fulltext-page .filter-pills span.filter-pill.active {
  background: var(--btn-secondary-bg-color) !important;
  color: var(--btn-secondary-text-color) !important;
}

body .ai-search-fulltext-page .category-title {
  color: var(--btn-secondary-bg-color) !important;
  padding: 15px 10px;
  display: block;
  font-size: 14px !important;
  font-weight: 600;
  text-transform: capitalize !important;
  text-align: left !important;
  border: none;
}

body #ai-results-container.index-req-products .category_product_wrapper .product-grid {
  border: none;
  margin: 0;
}

body #ai-results-container.index-req-products {
  border-top: 1px solid #eee;
  margin-top: 20px;
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
}

body #ai-results-container.index-req-products .category_product_wrapper .product-grid:hover {
  transform: none;
}

body #ai-results-container.index-req-products .category_product_wrapper .product-grid .short_desc_no_styling {
  height: auto;
}

#ai-results-container.index-req-products .category_product_wrapper .product-grid .img {
  border-bottom: 1px solid rgba(204, 204, 204, 0.3294117647);
}

#ai-results-container.index-req-products .category_product_wrapper .product-grid .title h6 {
  font-size: 16px;
  margin-bottom: 0;
}

#ai-results-container.index-req-products .product-list .title h6 {
  font-size: 16px;
  margin-top: 0;
  text-transform: capitalize !important;
}

#ai-results-container.index-req-products .category_product_wrapper .product-grid .price-box {
  height: auto;
  line-height: normal;
  width: 100%;
  padding: 0;
}

#ai-results-container.index-req-products .category_product_wrapper .product-grid .list-price {
  margin: 20px 0 6px;
}

#ai-results-container.index-req-products .category_product_wrapper .product-grid .availability,
#ai-results-container.index-req-products .product-list .availability {
  display: flex;
  align-items: center;
}

#ai-results-container.index-req-products .category_product_wrapper .product-grid .availability .icon-phone,
#ai-results-container.index-req-products .product-list .availability .icon-phone {
  display: flex;
  height: 20px;
  width: 20px;
  padding: 0 !important;
  align-items: center;
  justify-content: center;
  margin-right: 3px;
}

#ai-results-container .w-100 {
  width: 100%;
}

body #ai-results-container.index-req-products .category_product_wrapper .product-grid .btn-primary,
#ai-results-container.index-req-products .product-list .btn-primary {
  width: 100% !important;
  padding: 6px 10px;
  text-align: center;
  background: var(--btn-secondary-bg-color) !important;
  color: var(--btn-secondary-text-color) !important;
}

#ai-results-container.index-req-products .product-list .btn-primary {
  width: auto !important;
  display: inline-flex;
}

#ai-results-container.index-req-products .product-list .font-md.mb-2 {
  margin-bottom: 10px;
}

body .ai-search-fulltext-page .pagination {
  background: var(--btn-secondary-bg-color) !important;
}

body .ai-search-fulltext-page .pagination > li.active > a {
  background-color: var(--btn-secondary-text-color) !important;
  border-color: var(--btn-secondary-text-color) !important;
  color: var(--btn-secondary-bg-color) !important;
  border-radius: 50%;
  width: 33px;
}

body .ai-search-fulltext-page .pagination > li > a {
  color: var(--btn-secondary-text-color) !important;
}

body .ai-search-fulltext-page .pagination > li.disabled > a:hover {
  background: none !important;
}

.ai-search-page .ai-search-container #ai-main-column {
  width: 100%;
}

.ai-search-page .ai-search-container #ai-main-column .card-body {
  font-size: 14px;
  line-height: 1.2;
}

.ai-search-page .ai-search-container #ai-main-column .ai-search-message.system {
  font-size: 14px;
  text-align: right;
}

.ai-search-page .ai-search-container .ai-chat-subtitle {
  font-size: 13px;
}

.ai-search-page .ai-search-container .ai-chat-title {
  font-size: 16px;
  font-weight: 500;
}

.ai-search-page .ai-search-container .ai-chat-status {
  font-size: 12px;
}

.ai-search-page .ai-search-container .ai-state-title {
  font-size: 14px;
  margin-bottom: 4px;
  font-weight: 500;
}

.ai-search-page .ai-search-container .ai-state-search {
  font-size: 13px;
  padding: 7px 10px;
}

.ai-search-page .ai-search-container .ai-state-pill {
  font-size: 12px;
  padding: 6px 12px;
}

body .ai-search-page .ai-search-container .ai-state-pill.active {
  background: var(--btn-secondary-bg-color) !important;
  border-color: var(--btn-secondary-bg-color) !important;
  color: var(--btn-secondary-text-color) !important;
}

body .ai-search-page .ai-search-chat {
  padding-top: 0;
  padding-right: 0;
}

body .ai-search-page .ai-search-container .ai-keyword-submit-btn.btn {
  background: var(--btn-secondary-bg-color) !important;
  border-color: var(--btn-secondary-bg-color) !important;
}

body .ai-search-page .ai-search-container .ai-keyword-submit-btn.btn svg {
  color: var(--btn-secondary-text-color);
}

body .ai-search-page .ai-search-container #ai-state-filters {
  margin-top: 4px;
}

body .ai-search-page .ai-search-container .ai-state-empty {
  font-size: 12px;
}

body .ai-search-page .ai-search-container button#ai-filters-reset {
  background: var(--btn-secondary-bg-color);
  border: 1px solid var(--btn-secondary-bg-color);
  color: var(--btn-secondary-text-color) !important;
  font-size: 13px !important;
  padding: 4px 10px !important;
  border-radius: 50px !important;
}

.ai-search-page .ai-search-container .input-group .form-control {
  font-size: 15px;
}

.ai-search-container #ai-main-column #ai-panel-column {
  width: 75%;
}

.ai-search-page .ai-search-form .btn-primary {
  padding: 0 !important;
}

.ai-state-empty {
  font-size: 12px;
}

.ai-search-page .ai-listing-products .ai-state-section {
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 7px;
}

.ai-search-page .ai-search-message.bot .ai-quick-reply-button {
  padding: 5px 10px;
  font-size: 12px;
}

.ai-search-page .ai-listing-products > .ai-state-section:last-child {
  border: none;
  margin: 0;
  padding: 0;
}

.ai-search-page .ai-listing-layout .ai-state-section {
  margin-bottom: 17px;
}

.ai-search-page .ai-state-products-header .ai-state-title {
  margin-bottom: 0;
}

.ai-search-page .ai-listing-products .ai-product-card-name {
  font-size: 14px;
}

.ai-search-page .ai-listing-products .ai-product-card-meta {
  font-size: 13px;
}

.ai-search-page .ai-listing-products .ai-product-card-description {
  font-size: 12px;
}

.ai-search-page .ai-listing-products .ai-product-card-price-wrapper {
  align-items: start;
}

.ai-search-page .ai-listing-products .ai-product-card-price-wrapper .ai-product-card-price {
  font-size: 16px;
}

.ai-search-page .ai-state-products-header {
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
  body #ai-debug-column {
    display: none;
  }

  body .ai-search-fulltext-page > .row {
    margin: 0 -15px;
  }

  body #ai-results-container.index-req-products {
    margin: 0;
  }

  body .ai-search-fulltext-page .mobile-ai-search-button {
    background: var(--btn-primary-bg-color) !important;
    color: var(--btn-primary-color);
    border-color: var(--btn-primary-bg-color);
    padding: 7px 10px !important;
    border-radius: 5px !important;
  }

  body .ai-search-container .card,
  body .ai-search-container .card-body {
    background: none !important;
    box-shadow: none !important;
    border: none !important;
    overflow: visible;
  }

  body .ai-search-container .ai-main-card {
    height: auto !important;
    min-height: unset;
    max-height: none;
  }

  body .ai-search-container .ai-main-card #ai-search-column {
    width: 100%;
    height: auto;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .075) !important;
    border-radius: 0.25rem;
    border: 1px solid rgba(15, 23, 42, 0.06);
    overflow: visible;
    padding: 10px;
    min-height: unset;
    margin-bottom: 30px;
  }

  body .ai-search-container .ai-main-card #ai-search-column .ai-search-chat {
    min-height: 410px;
  }

  body .ai-search-container .ai-main-card #ai-panel-column {
    display: flex !important;
    width: 100% !important;
    padding: 0;
  }

  body .ai-search-container .ai-main-card #ai-panel-column .ai-listing-sidebar {
    max-width: 100%;
    overflow: visible;
  }

  body .ai-search-container .ai-main-card #ai-panel-column .ai-listing-products {
    width: 100%;
  }

  body .ai-search-container .ai-main-card #ai-panel-column .ai-panel-card .card-body {
    padding: 0;
    border: 0;
  }

  body .ai-search-container .ai-main-card #ai-panel-column .ai-listing-sidebar {
    padding: 0;
    height: auto;
    border: 0;
  }

  body .ai-search-container .ai-main-card #ai-panel-column .ai-listing-layout {
    display: flex;
    flex-direction: column;
    overflow: visible;
  }

  body .ai-search-container .ai-main-card #ai-panel-column .ai-panel-tab-content {
    display: flex !important;
    flex-direction: column;
    height: auto;
    max-height: 100%;
    flex: none !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .075) !important;
    border-radius: 0.25rem;
    border: 1px solid rgba(15, 23, 42, 0.06);
    background: #fff;
    padding: 1rem;
  }

  body .ai-search-container .ai-main-card #ai-panel-column #ai-rewrite-preview-wrapper {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .075) !important;
    border-radius: 0.25rem;
    border: 1px solid rgba(15, 23, 42, 0.06);
    background: #fff;
    padding: 1rem;
  }
}
