@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,500;1,600;1,700;1,800&display=swap'):root {}

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

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/*.montserrat-<uniquifier> {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}*/


body {
  font-family: 'Open Sans', sans-serif;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #ffffff;
  background: #ddd;
  font-weight: 400;
}

img {
  max-width: 100%;
}

figure {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {}

p {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
}


.shepherd-modal-overlay-container {
    height: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: fixed;
    top: 0;
    transition: all .3s ease-out,height 0ms .3s,opacity .3s 0ms;
    width: 100vw;
    z-index: 9997;
}

.shepherd-modal-overlay-container.shepherd-modal-is-visible {
    height: 100vh;
    opacity: .5;
    transform: translateZ(0);
    transition: all .3s ease-out,height 0s 0s,opacity .3s 0s;
}
.shepherd-modal-overlay-container.shepherd-modal-is-visible path {
    pointer-events: all;
}

.shepherd-element[data-popper-placement^='bottom'] .shepherd-arrow {
    top: -28px;
}
.shepherd-element[data-popper-placement^='top'] .shepherd-arrow, .shepherd-element.shepherd-pinned-top .shepherd-arrow {
    bottom: -28px;
}


svg {
    display: block;
    vertical-align: middle;
}
.shepherd-element .shepherd-arrow {
    border-width: 0;
    height: auto;
    width: auto;
}
.shepherd-arrow, .shepherd-arrow:before {
    height: 16px;
    position: absolute;
    width: 16px;
    z-index: -1;
}


.shepherd-element[data-popper-placement^='top'] .shepherd-arrow:after, .shepherd-element.shepherd-pinned-top .shepherd-arrow:after {
    transform: rotate(270deg);
}
.shepherd-element[data-popper-placement^='bottom'] .shepherd-arrow:after {
    transform: rotate(90deg);
}

.shepherd-element[data-popper-placement^='top'] .shepherd-arrow:after, .shepherd-element.shepherd-pinned-top .shepherd-arrow:after {
    transform: rotate(270deg);
}
.shepherd-element .shepherd-arrow:after {
    content: url('../images/shepherdjs-arrow.svg');
    display: inline-block;

   
}

@media(min-width:1200px) {
  .scrollbarColumn::-webkit-scrollbar {
    width: 10px;
  }

  /* Track */
  .scrollbarColumn::-webkit-scrollbar-track {
    background: #8B8B8B;
    border-radius: 20px
  }

  /* Handle */
  .scrollbarColumn::-webkit-scrollbar-thumb {
    background: #353535;
    border-radius: 20px
  }

  /* Handle on hover */
  .scrollbarColumn::-webkit-scrollbar-thumb:hover {
    background: #8B8B8B !important;
    border-radius: 20px
  }





  .thinScrollbarColumn::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }

  /* Track */
  .thinScrollbarColumn::-webkit-scrollbar-track {
    background: #8B8B8B;
    border-radius: 10px
  }

  /* Handle */
  .thinScrollbarColumn::-webkit-scrollbar-thumb {
    background: #353535;
    border-radius: 10px
  }

  /* Handle on hover */
  .thinScrollbarColumn::-webkit-scrollbar-thumb:hover {
    background: #8B8B8B !important;
    border-radius: 10px
  }




















    .jscroll-inner::-webkit-scrollbar {
    width: 10px;
  }

  /* Track */
  .jscroll-inner::-webkit-scrollbar-track {
    background: #8B8B8B;
    border-radius: 20px
  }

  /* Handle */
  .jscroll-inner::-webkit-scrollbar-thumb {
    background: #353535;
    border-radius: 20px
  }

  /* Handle on hover */
  .jscroll-inner::-webkit-scrollbar-thumb:hover {
    background: #8B8B8B !important;
    border-radius: 20px
  }


}


.vpc_default_baBorderCta {
  font-size: 16px;
  line-height: 30px;
  border-radius: 4px;
  padding: 1px;
  text-decoration: none !important;
  transition: all 0.3s;
  background: linear-gradient(270deg, #B40000 0%, #FF3333 89.92%);
  overflow: hidden;
  display: inline-flex;
  border: 0px;
}

.vpc_default_baBorderCta span {
  display: flex;
  background: rgb(29 28 28);
  color: #FF3434 !important;
  padding: 14px 27px;
  border-radius: 4px;
  align-items: center;
  gap: 10px;
  width: 100%;
  justify-content: center;
}

.vpc_default_baBorderCta span img {
  max-height: 15px;
}

.vpc_default_background_cta {
  border: 0px;
  outline: none !important;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #FF3434 !important;
  background: rgba(240, 41, 41, 0.15);
  border-radius: 5px;
  padding: 8px 15px;
  flex-shrink: 0;
  gap: 10px;
}


.vpc_default_redgradintBorder_cta {
  border: 0px;
  flex-shrink: 0;
  background: linear-gradient(270deg, #B40000 0%, #FF3333 89.92%);
  border-radius: 4px;
  font-size: 14px;
  line-height: 19px;
  color: #FF3434;
  padding: 1px;
  text-decoration: none !important;
}

.vpc_default_redgradintBorder_cta span {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(29 28 28);
  border-radius: 4px;
  padding: 10px 20px;
  transition: all 0.5s;
}

.vpc_default_redgradint_cta {
  background: linear-gradient(270deg, #B40000 0%, #FF3333 89.92%);
  border-radius: 5px;
  color: #ffffff !important;
  font-size: 16px;
  line-height: 22px;
  padding: 10px 20px;
  display: inline-flex;
  transition: all 0.3s;
  text-decoration: none !important;
  border: 0px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  outline: none !important;
}

.vpc_default_redgradint_cta img {
  width: 21px;
}

.vpc_configurator_viewCta a img {
  width: 21px;
}

.menu-overlay {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgb(0 0 0 / 81%);
  z-index: 8;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  background: rgba(82, 82, 82, 0.7);
}

.active-menu .menu-overlay {
  opacity: 1;
  visibility: visible;
}


.mobileview-shopcard-price {
    position: fixed;
    z-index: 9;
    bottom: 0;
    display: flex;
    left: 0;
}

.mobileview-shopcard-price .vpc_default_redgradint_cta {
  flex-shrink: 0;
  border-radius: 0px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
}

.mobileview-shopcard-price .vpc_configurator_priceRow {
    padding: 6px 12px;
    gap: 5px;
    border-radius: 0;
}

.mobileview-shopcard-price .configurator_finalAmmount_column p {
    font-size: 20px;
    line-height: 20px;
}
.mobileview-shopcard-price .configurator_finalAmmount_column p {
    font-size: 18px;
    line-height: 30px;
}
.mobileview-shopcard-price .configurator_finalAmmount_column p:before {
    font-size: 13px;
    line-height: 14px;
}
.mobileview-shopcard-price .configurator_priceText_column p {
    font-size: 10px;
    line-height: 16px;
}   
.mobileview-shopcard-price .configurator_subtotalGst_price_text p {
    font-size: 13px;
    line-height: 13px;
}

.mobileview-shopcard-price .configurator_subtotalGst_price_row {
    margin-bottom: 10px;
    gap: 6px;
}

.mobileview-shopcard-price .configurator_shareItem {
  margin: 0;
}
.mobileview-shopcard-price .configurator_finalAmmount_column p {
    display: flex;
    align-items: center;
    font-size: 16px;
}

/*header css start*/


.vpc_mobileMenuright_column {
  padding: 15px;
  flex-wrap: wrap;
  gap: 15px;
  display: none;
}

.vpc_mobileMenuright_column .vpc_default_redgradint_cta {
  width: 100%;
  font-size: 16px;
  height: 44px;
}


.mobileNavbar-logo {
  display: none;
  padding: 0px 15px;
}

.mobileNavbar-logo a {
  margin: 0;
  width: 100%;
  border-bottom: 1px solid #858484;
}

.mobileNavbar-logo a img {
  width: 85px;
}

.navbar-toggler {
  padding: 8px 15px 8px 0px !important;
  border: 0px !important;
  outline: none !important;
  box-shadow: none !important;
}

.vpc_header {
  background-color: #000000;
}

.vpc_navbar {
  padding: 0px;
}

.navbar-brand {
  margin: 0;
  padding: 0;
  margin-right:30px;
  width: 160px;
}

.navbar .navbar-nav>li {
  display: flex;
  height: 100px;
  align-items: center;
  justify-content: center;
}

.navbar .navbar-nav>li>a {
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  display: flex;
  padding: 0px 15px;
  height: 100%;
  align-items: center;
  gap: 5px;
}

.navbar a {
  text-decoration: none !important;
}

.navbar .navbar-nav>li>a>i {
  background-image: url(../images/white-dropdown-arrow.webp);
  width: 14px;
  height: 9px;
  background-size: contain;
  transition: all 0.3s;
  background-repeat: no-repeat;
}
.navbar .navbar-nav>li>a:hover > i{
  background-image: url(../images/red-dropdown-arrow.webp);
}
.navbar .navbar-nav>li>a:hover{
  background: linear-gradient(270deg, #B40000 0%, #F33 92.19%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-weight: 700;
}
.navbar-nav>li>.dropdown-menu {
  width: max-content;
  padding: 0;
  background: transparent;
  padding-top: 0;
  margin: 0;
  border: 0;
}

.navbar-nav>li>.dropdown-menu ul {
  background-color: #212529;
  margin: 0;
  padding: 0;
  border: 0px;
}

.navbar-nav>li>.dropdown-menu li {
  list-style: none;
}

.navbar-nav>li>.dropdown-menu li a {
  color: #ffffff;
  padding: 8px 10px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  min-width: max-content;
}

.navbar-nav>li>.dropdown-menu li a i {
  background-image: url(../images/white-dropdown-arrow.webp);
  width: 15px;
  height: 9px;
  background-size: contain;
  transition: all 0.3s;
  background-repeat: no-repeat;
  transform: rotate(-90deg);
}
.navbar-nav>li>.dropdown-menu li a:hover > i{
    background-image: url(../images/red-dropdown-arrow.webp);
}
.navbar-nav>li ul li:hover a{
  background-color: rgba(240, 41, 41, 0.15);
}
.navbar-nav>li ul li a:hover{
color:#FF3434;
font-weight: 700;

}

.vpc_menuright_column {
  gap: 25px;
}

.vpc_headeruser_accountDropdown>a {}

.vpc_headeruser_accountDropdown>a>i {
  background-image: url(../images/white-dropdown-arrow.webp);
  width: 14px;
  height: 9px;
  background-size: contain;
  transition: all 0.3s;
  background-repeat: no-repeat;
  margin-left: 10px;
}

.vpc_headeruser_figure {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    overflow: hidden;
    border: 2px solid #FF3434;
    margin-right: 5px;
    background-color: white;
    display: flex;
    align-items: flex-start;
}
.vpc_headeruser_figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    top: -3px;
}

.addtocart-Number,
.header-shoping-cart {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  top: -8px;
  right: 0;
  color: #ffffff;
  font-size: 18px;
  position: absolute;
  background: linear-gradient(270deg, #B40000 0%, #FF3333 89.92%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.vpc_headeruser_name {
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  text-transform: capitalize;
/*  width: 57px;*/
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.vpc_headeruser_accountDropdown .dropdown-menu {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  /*    min-width: 214px;*/
  padding-top: 32px;
}

.vpc_headeruser_accountDropdown .dropdown-menu ul {
  background: #1D1C1C;
  border-radius: 0px 0px 2px 2px;
  margin: 0;
  padding: 0;
}

.vpc_headeruser_accountDropdown .dropdown-menu ul>li {
  list-style: none;
  display: flex;
  
}

.vpc_headeruser_accountDropdown .dropdown-menu ul>li a {
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  width: 100%;
  transition: all 0.3s;
  padding: 10px 20px;
  display: block;
}

.vpc_headeruser_accountDropdown .dropdown-menu ul>li a:hover {
  font-weight: 500;
  color: #FF3434;
}

.vpc_headeruser_accountDropdown .dropdown-menu ul>li a span:hover {
  color: #FF3434;
}


.vpc_headeruser_cartfigure {
  margin-right: 15px;
}

.mobileotpinput_colulmn {
  gap: 20px;
}


/*header css end*/


/*account css start */
.accountModal .modal-content {
  margin: 0;
  padding: 0;
  background: linear-gradient(180deg, #1D1C1C 0%, #000000 146.07%);
}

.accountModal .modal-body {
  padding: 0;
}

.account-banner {
  width: 50%;
  flex-shrink: 0;
  display: flex;
}

.account-banner img {
  width: 100;
  height: 100%;
  object-fit: cover;
}

.account_column {
  padding: 60px;
  width: 50%;
}

.account_title {
  font-weight: 700;
  font-size: 36px;
  line-height: 30px;
  color: #FF3434;
  margin-bottom: 30px;
}

.account_loginlink_title {
  margin: 0;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 15px;
}

.account_loginlink_row {
  gap: 25px;
}

.account_loginlink_row a {
  flex: 1;
  display: flex;
  justify-content: center;
  background: linear-gradient(270deg, #B40000 0%, #FF3333 89.92%);
  text-decoration: none;
  border: 0;
  border-radius: 4px;
  padding: 1px;
  overflow: hidden;
  transition: all 0.3s;
}

.account_loginlink_row a span {
  width: 100%;
  display: flex;
  justify-content: center;
  background: rgb(29 28 28);
  border-radius: 4px;
  height: 43px;
  align-items: center;
  transition: all 0.3s;
}

.account_orLine {
  display: flex;
  position: relative;
  justify-content: center;
  margin: 15px 0px;
}

.account_orLine span {
  position: relative;
  background: rgb(23 22 22);
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  padding: 0px 20px;
}

.account_orLine:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #c7c7c7;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}


.account-tab-container .nav-tabs {
  border: 0;
  gap: 20px;
  margin-bottom: 30px;
}

.account-tab-container .nav-tabs li {
  flex: 1;
}

.account-tab-container .nav-tabs li a {
  display: flex;
  justify-content: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  padding: 5px 10px;
  border-radius: 5px;
  text-decoration: none;
}

.account-tab-container .nav-tabs li a.active {
  background: rgba(240, 41, 41, 0.15);
  color: #FF3434;
  font-weight: 700;
}

.account-tab-container .nav-tabs li a:hover {
  background: rgba(240, 41, 41, 0.15);
}

.form-group {
  width: 100%;
  margin-bottom: 20px;
}

.formgroup-name {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #9A9A9A;
  margin-bottom: 12px;
}

.form-control {
  background: #1D1C1C !important;
  border-radius: 4px;
  height: 40px;
  border: 0px;
  box-shadow: none !important;
}


.account_column form .vpc_default_redgradint_cta {
  width: 100%;
  font-size: 16px;
  line-height: 30px;
}

.form-control::placeholder {
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 30px !important;
  color: #9A9A9A !important;
  font-style: italic;
}


.closeModal {
  width: 65px;
  height: 65px;
  display: inline-flex;
  background-color: transparent !important;
  border: 0px !important;
  background-image: url(../images/modal-colse.svg);
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 1 !important;
  outline: none !important;
}


.accountModal .closeModal {
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6) !important;
  width: 90px;
  border-radius: 0px 0px 0px 5px;
}

.account_agreeNotificationText p {
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  color: #FFFFFF;
}

.account_haveAccountLogin p {
  font-size: 12px;
  line-height: 16px;
  margin: 0;
}

.account_haveAccountLogin p a {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-decoration-line: underline;
  color: #FF3434;
}

.otpinput-column {
  gap: 15px;
  justify-content: space-between;
}

.otpinput-column input {
  text-align: center;
  width: 45px;
  height: 45px;
  padding: 0;
}


.account_rememberme_row a {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-decoration-line: underline;
  color: #FF3434;
}

.checkbox_column {
  display: inline-flex;
  position: relative;
  flex-shrink: 0;
}

.checkbox_column input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.checkbox_column label {
  margin: 0;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
  gap: 5px;
}

.checkbox_column label:before {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #e01e1e;
}

.checkbox_column label:after {
  content: "\f00c";
  font-family: "FontAwesome";
  background: linear-gradient(270deg, #B40000 0%, #FF3333 89.92%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  position: absolute;
  font-size: 13px;
  left: 2px;
  top: 1px;
  opacity: 0;
  visibility: hidden;
}

.checkbox_column input:checked+label:after {
  opacity: 1;
  visibility: visible;
}





.checkbox {
  display: inline-flex;
  position: relative;
  flex-shrink: 0;
}

.checkbox input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.checkbox label {
    margin: 0;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
    gap: 15px;
}

.checkbox label:before {
    content: "";
    width: 26px;
    height: 26px;
    border: 1px solid #e01e1e;
    border-radius: 2px;
}

.checkbox label:after {
    content: "\f00c";
    font-family: "FontAwesome";
    background: linear-gradient(270deg, #B40000 0%, #FF3333 89.92%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    position: absolute;
    font-size: 20px;
    left: 3px;
    top: 5px;
    opacity: 0;
    visibility: hidden;
}

.checkbox input:checked+label:after {
  opacity: 1;
  visibility: visible;
}




/*account css end */

.center-container {
    left: 50%;
    top: 100px;
    transform: translateX(-50%);
}


.homebanner-container {
  z-index: 1;
}


.owl-dots {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  justify-content: center;
  width: 100%;
}

.owl-dots>button {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #D2D1D1 !important;
}

.owl-dots>button.active {
  background: #767676 !important;
}

.owl-carousel .owl-nav>button {
  width: 40px;
  height: 40px;
  background-color: rgba(64, 64, 64, 0.5) !important;
  border-radius: 100%;
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  outline: none !important;
}

.owl-carousel .owl-nav>button span {
  display: none;
}

.owl-carousel .owl-nav>button.owl-next {
  right: 0px;
  background-image: url(../images/icons/angle-next.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.owl-carousel .owl-nav>button.owl-prev {
  left: 0px;
  background-image: url(../images/icons/angle-prev.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.owl-carousel .owl-nav>button i {
  display: none;
}

/*banner css start*/


.vpc_homebanner_figure {
  width: 100%;
  display: flex;
  height: 570px;
  overflow: hidden;
  position: relative;
}

.vpc_homebanner_figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vpc_homebanner_figure:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgb(0 0 0 / 51%) 0%, rgb(0 0 0 / 97%) 100%);
}

.home-banner-content {
  max-width: 60%;
}

.home-banner-title {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.home-banner-text {
  font-size: 40px;
  line-height: 48px;
}
.homebanner-ctaContainer {
    left: 50%;
    transform: translateX(-50%);
    top: 270px;
    z-index: 4;
}
.banner-cta-row {
  margin-top: 0px;
  gap: 20px;
}

.homebanner-section .owl-carousel .owl-nav>button {
  display: none;
}

/*banner css end*/

.vpc_homeCategorylink_slider {
  padding: 20px 15px;
  background: linear-gradient(171.23deg, #131313 7.28%, #282828 93.92%);
  padding-right: 0;
}


.vpc_homeCategorylink_slider .owl-dots {
  display: none;
}

.vpc_homeCategorylink_section {
  background: linear-gradient(171.23deg, #131313 7.28%, #282828 93.92%);
  overflow: hidden;
}

.vpc_homeCategorylink_row {
  gap: 80px;
  padding: 20px 0px;
  overflow: auto;
}

.vpc_homeCategorylink {
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF!important;
    text-decoration: none !important;
    gap: 14px;
    cursor: auto;
}

.vpc_section {
  padding-top: 150px;
  padding-bottom: 150px;
}

.vpc_homeMainProduction_section {
/*  background-image: url(../images/productbg.webp);
  background-size: cover;
  background-repeat: no-repeat;*/
      background: linear-gradient(180deg, #541606 -4.3%, #000000 59.2%);
}

.vpc_homeMainProduction_section:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 198px;
    background: linear-gradient(180deg, #000000 -4.3%, rgb(84 22 6) 59.2%);
    left: 0px;
    bottom: 0;
}

.vpc_homeOurProduct_section{
  padding-top: 100px;
}
.vpc_homeMainProduction_section > .row {
    position: relative;
    z-index: 2;
}
.vpc_homeOurProduct_section:before {
    content: "";
    background-image: url(../images/2024/redneon-1.webp);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 363px;
    background-size: cover;
}




.vpc_sectiontitle_row {
  margin-bottom: 40px;
}

.vpc_sectiontitle {
  margin: 0;
  font-size: 36px;
  line-height: 49px;
  color: #FFFFFF;
  font-weight: 700;
}

.vpc_sectionSubtitle {
  margin: 0;
  font-size: 16px;
  line-height: 27px;
  color: #FFFFFF;
  margin-top: 40px;
  margin-bottom: 40px;
}


.vpc_homeOurProduct_mobile_container {
  display: none;
}

.vpc_homeOurProduct_mobile_container .owl-dots {
  position: static;
  transform: initial;
  width: 100%;
  margin-top: 30px;
}


.vpc_homeOurProduct_mobile_container .owl-stage {
  padding-left: 0px !important;
}

.vpc_homeOurProduct_container {
  gap: 40px;
  display: flex;
  flex-wrap: wrap;
}


.vpc_homeOurProduct_container_row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.vpc_homeOurProduct_container_row:last-child {

  grid-template-columns: repeat(3, 1fr);

}
.vpc_homeOurProduct_container_row:last-child .vpc_homeOurProduct_column {
    height: 340px;
}

.vpc_homeOurProduct_column_container {
    display: grid;
    gap: 20px;
}
.vpc_homeOurProduct_column_container .vpc_homeOurProduct_column {
    max-height: 160px;
}

.vpc_homeOurProduct_column {
    text-decoration: none !important;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.vpc_homeOurProduct_column figure {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.vpc_homeOurProduct_column figure:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  z-index: 1;
}

.vpc_homeOurProduct_column figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  
}
.vpc_homeOurProduct_column figure img{
  transition: all 0.5s;
}
.vpc_homeOurProduct_column:hover img{
transform: scale(1.2);
}
.vpc_homeOurProduct_columnContent {
  display: inline-table;
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0;
  text-align: center;
  padding: 30px 15px;
/*  padding-bottom: 60px;*/
  z-index: 2;
  transition: all 0.5s;
}
.vpc_homeOurcompanyValue_content ul {
    margin: 0;
    margin-top: 24px;
}
.vpc_homeOurcompanyValue_content ul li {
    /* font-family: 'Russo One', sans-serif; */
    font-size: 20px;
    line-height: 30px;
}
.vpc_homeOurProduct_title {
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  color: #ffffff;
  margin: 0;
  transition: all 0.5s;
}


.vpc_homeOurProduct_column:hover .vpc_homeOurProduct_title{
font-size: 36px;
 transform: translateY(-15px);
}

.vpc_homeOurProduct_columnContent p {
  margin: 0;
  margin-top: 10px;
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
}

.home-moreAboutus-button {
    margin-top: 30px;
}
.vpc_homeOurcompanyValue_section {
    background-image: url(../images/2024/redbargraphic-3.webp);
    background-size: cover;
    background-position: center top;
    padding-top: 150px;
}
.vpc_homeOurcompanyValue_container {
  gap: 30px;
}

.vpc_homeOurcompanyValue_column {
      gap: 30px;
      gap: 0;
}

.vpc_homeOurcompanyValue_content {
    display: flex;
    align-items: center;
    background-color: rgba(15, 15, 15, 0.8);
    padding: 60px;
    flex: 1;
    border-radius: 15px;
}
.vpc_homeOurcompanyValue_content_CustomizabilityContent .russoFontFamily,.vpc_homeOurcompanyValue_content_CustomizabilityContent p {
    font-size: 30px;
    line-height: 34px;
}
.russoFontFamily{
  font-family: 'Russo One', sans-serif;
}
.vpc_homeOurcompanyValue_title {
    margin: 0;
    font-weight: 700;
    font-size: 28px;
    line-height: 33px;
    color: #FF3434;
}

.vpc_homeOurcompanyValue_content p {
  margin: 0;
  font-size: 16px;
  line-height: 30px;
  color: #FFFFFF;
  margin-top: 20px;
}

.vpc_homeOurcompanyValue_figure {
    width: 440px;
    display: flex;
    height: 100%;
    /* min-height: 320px; */
    border-radius: 15px;
    height: 320px;
    transition: all 0.5s;
    padding-left: 30px;
}
.vpc_homeOurcompanyValue_column:nth-child(even) .vpc_homeOurcompanyValue_figure{
padding-left: 0px;
padding-right: 30px;
}

/*.vpc_homeOurcompanyValue_column:nth-child(even) .vpc_homeOurcompanyValue_figure:hover {
    transform: scale(1.1);
    transform-origin: top left;
}

.vpc_homeOurcompanyValue_column:nth-child(odd) .vpc_homeOurcompanyValue_figure:hover {
    transform: scale(1.1);
    transform-origin: top right;
}*/

.vpc_homeOurcompanyValue_figure:hover {
    padding: 0!important;
}


.vpc_homeOurcompanyValue_figure img {
    height: 100%;
    object-fit: cover;
    width: 100%;
     transition: all 0.5s;
     border-radius: 15px;
}

.vpc_homeOurcompanyValue_column:nth-child(even) {
  flex-direction: row-reverse;
}

.vpc_homeOurcompanyValue_column:nth-child(even) .vpc_homeOurcompanyValue_content {
  text-align: right;
}

.vpc_homeMainService_section {
  background: linear-gradient(180deg, #541606 -4.3%, #000000 59.2%);
  padding-top: 100px;
}
.vpc_homeMainService_section:after {
    content: "";
    background-image: url(../images/2024/stayConnect-network.webp);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 726px;
    position: absolute;
    left: 0;
    bottom: -134px;
}

.vpc_homeWhychoose_section {
/*  background-image: url(../images/red-neon-light.webp);*/
  background-repeat: no-repeat;
  background-position: right top 46px;
  background-size: contain;
}

.vpc_homeWhychoose_Mobilerow {
  display: none;
}

.vpc_homeWhychoose_row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}

.vpc_homeWhychoose_column {
  background: rgba(46, 0, 0, 0.7);
  position: relative;
  display: flex;
  align-items: flex-end;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 15px;
}

.vpc_homeWhychoose_column:before {
  content: "";
  position: absolute;
  background-image: url(../images/choose-column-shape.webp);
  left: -20px;
  bottom: -12px;
  width: 120%;
  height: 110px;
  background-size: cover;
  background-repeat: no-repeat;
}

.vpc_homeWhychoose_content {
  position: relative;
}

.vpc_ChooseSatification_circle {
  width: 100%;
  display: flex;
  justify-content: center;
}

.vpc_ChooseSatification_circle span {
  background-image: url(../images/circle.webp);
  display: flex;
  justify-content: center;
  width: 130px;
  height: 130px;
  background-repeat: no-repeat;
  background-size: contain;
  align-items: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #FFFFFF;
}

.vpc_ChooseDelivered_content p {
  margin: 0;
  background: linear-gradient(270deg, #FFE3CA 0%, #FF614B 89.92%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
}

.vpc_ChooseDelivered_content p strong {
  display: block;
  font-weight: 700;
  font-size: 56px;
  line-height: 76px;
  background: linear-gradient(270deg, #FFE3CA 0%, #FF614B 89.92%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}


.vpc_homeWhychoose_title {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
  margin: 0;
  margin-top: 15px;
  width: 100%;
}

.vpc_Chooserating_star {
  display: flex;
  width: 100%;
  justify-content: center;
  color: white;
  gap: 2px;
  font-size: 16px;
  margin-top: 10px;
}

.vpc_Chooserating_content p {
  margin: 0;
  font-weight: 700;
  font-size: 56px;
  line-height: 76px;
  background: linear-gradient(270deg, #FFE3CA 0%, #FF614B 89.92%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}


.vpc_betterOption_section{
    /* background-image: url(../images/network-diag.webp); */
    background-image: url(../images/2024/network-diag-1.webp);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100px;
}




.vpc_betterOption_rowtitle {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.vpc_betterOption_row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  counter-reset: number1;

}

.vpc_betterOption_column {
    position: relative;
    background-color: rgb(29 28 28 / 50%);
    border-radius: 30px;
    border: 1px solid transparent;
    transition: all 0.3s;
    cursor: pointer;
}


.vpc_betterOption_content {
  text-align: center;
  transition: all 0.3s;
      padding: 40px;
      position: relative;
}
.vpc_betterOption_content:before{
    counter-increment: number1;
    content: "" counter(number1) " ";
    background: linear-gradient(270deg, #B40000 0%, #FF3333 89.92%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 60px;
    line-height: 73px;
    font-weight: 700;
    transition: all 0.3s;
    position: absolute;
    left: 20px;
    top: 20px;
    transform: translate(30px, 20px);
    opacity: 0;
    visibility: hidden;
}

.vpc_betterOption_icon {
  display: inline-flex;
  width: 100px;
  height: 100px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: linear-gradient(270deg, #B40000 0%, #FF3333 89.92%);
  transition: all 0.3s;
}

.vpc_betterOption_icon img{
   transition: all 0.3s;
}

.vpc_betterOption_columnTitle {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #FF3434;
    margin-top: 20px;
    margin-bottom: 10px;
    transition: all 0.3s;
}
.vpc_betterOption_columnTitle:before {
    counter-increment: number2;
    
    /* font-size: 60px; */
    /* line-height: 73px; */
    font-weight: 700;
    transition: all 0.5s;
}

.vpc_betterOption_content p {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  transition: all 0.3s;
}
.vpc_betterOption_column:hover {
    background: linear-gradient(180.42deg, #180000 1.92%, #2B0000 101.36%);
    border: 1px solid #B40000;
}

.vpc_betterOption_column:hover .vpc_betterOption_content{
padding: 15px;
}
.vpc_betterOption_column:hover .vpc_betterOption_icon {
    width: 60px;
    height: 60px;
    transform: translate(82px, 10px);
}

.vpc_betterOption_column:hover .vpc_betterOption_icon img{
  max-width: 28px;
}


.vpc_betterOption_column:hover .vpc_betterOption_content:before{
  transform: translate(0px, 0px);
  visibility: visible;
  opacity: 1;
}

.vpc_betterOption_column:hover .vpc_betterOption_columnTitle {
    font-size: 28px;
    line-height: 26px;
    margin-top: 45px;
    margin-bottom: 25px;
    background: linear-gradient(270deg, #B40000 0%, #FF3333 89.92%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.vpc_betterOption_column:hover .vpc_betterOption_content p{
  font-size: 22px;
  line-height: 26px;
}

.vpc_homeTopbrandTestimonial_connectedSection {
  background: linear-gradient(180deg, #000000 0%, #54060c 100%);
}

.vpc_homeTopbrand_slider .owl-dots {
  display: none;
}





.vpc_homeTopbrand_item {
  display: flex;
  justify-content: center;
}

.vpc_homeTopbrand_item a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-decoration: none;
}

.vpc_homeTopbrand_item a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-decoration: none;
}

.vpc_homeTopbrand_item a figure {
  width: 146px;
  height: 146px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 3px solid transparent;
  background-color: transparent;
  overflow: hidden;
  transition: all 0.3s;
   
}
.vpc_homeTopbrand_item:hover figure{
  background: rgba(15, 15, 15, 0.8);
  border: 3px solid #B40000;
  box-shadow: 0px 9px 24px rgba(255, 3, 3, 0.5);
}

.vpc_homeTopbrand_item a figure img {
  width: auto !important;
}

.vpc_homeTopbrand_item p {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    transition: all 0.3s;
/*     opacity: 0; */
/*     visibility: hidden; */
    margin-top: 8px;
}

.vpc_homeTopbrand_item a:hover figure {
  background: rgba(15, 15, 15, 0.8);
  border: 3px solid #B40000;
  box-shadow: 0px 9px 24px rgba(255, 3, 3, 0.5);
}

.vpc_homeTopbrand_item a:hover p {
  opacity: 1;
  visibility: visible;
}


.vpc_oursocialBlogs_main_section {
  position: relative;
}

.vpc_oursocialBlogs_main_section:before {
  content: "";
  background-image: url(../images/network-diag.webp);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 630px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-18%);
}


.vpc_section.home_whyChooseUs-section {
    position: relative;
    z-index: 3;
}
.home_whyChooseUs-container {
    gap: 25px;
    margin-bottom: 45px;
}


.home_whyChooseUs-leftColumn {
    width: 410px;
    flex-shrink: 0;
    background: linear-gradient(180deg, rgba(31, 31, 31, 0.8) 0%, rgba(20, 20, 20, 0) 100%);
    border-radius: 15px;
    padding: 40px;
    border-image-source: linear-gradient(180.25deg, rgba(55, 55, 55, 0) 0.22%, #2B2B2B 109.78%);
    border: 1px solid #2a2828;
}


.whyChooseUs_makeDifferent_mobilegrid_container_title {
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    margin: 0;
}

.whyChooseUs_makeDifferent_mobilegrid_container_title strong {
    color: #FF3434;
}

.home_whyChooseUs-container .vpc_sectiontitle {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 40px;
}
.whyChooseUs_makeDifferent_grid_container {
    gap: 30px;
    display: grid;
}

.whyChooseUs_makeDifferent_grid_item {
    display: flex;
    gap: 25px;
    border-radius: 15px;
    min-height: 155px;
    align-items: center;
    padding: 0px 30px;
    position: relative;
    background: #79003033;
}
.whyChooseUs_makeDifferent_grid_item:hover {
    background: linear-gradient(180deg, #2f0a16 0%, #55001C 100%);
    border: 1px solid;
    border-image-source: linear-gradient(180deg, #B40000 0%, rgba(180, 0, 0, 0) 100%);
}
.whyChooseUs_makeDifferent_grid_item:before {
    content: "";
    background-image: url(../images/2024/choose-column-shape.webp);
    position: absolute;
    width: calc(100% + 28px);
    height: 104px;
    background-size: cover;
    left: -18px;
    bottom: 0px;
}

.whyChooseUs_makeDifferent_grid_item figure {
    width: 120px;
    flex-shrink: 0;
    text-align: center;
    position: relative;
    z-index: 3;
}

.whyChooseUs_makeDifferent_grid_item h3 {
    margin: 0;
    font-size: 24px;
    line-height: 30px;
    width: 100%;
    position: relative;
    z-index: 3;
}





















.vpc_homeClientsay_Mobilecontainer {
  display: none;
}



























.home_whyChooseUs-rightColumn {
    background: linear-gradient(180deg, rgba(31, 31, 31, 0.8) 0%, rgba(20, 20, 20, 0) 100%);
    padding: 40px;
    border-radius: 15px;
    border: 1px solid #2a2828;
}

.vpc_homeClientsay_container {
    gap: 25px;
    display: grid;
}

.vpc_homeClientsay_column {
    background: linear-gradient(180deg, #280D16 0%, #55001C 100%);
    border: 1px solid;
    border-image-source: linear-gradient(180deg, #B40000 0%, rgba(180, 0, 0, 0) 100%);
    border-radius: 15px;
    padding: 20px 30px;
}

.vpc_homeClientsay_wrapper {
    gap: 15px;
    align-items: flex-start;
}

.vpc_homeClientsay_left {
    width: 100%;
    display: grid;
    gap: 15px;
}

.vpc_homeClientsay_authorDetail_container {
    display: flex;
    align-items: center;
    gap: 20px;
}

.vpc_clientFigure {
    width: 47px;
    height: 47px;
    display: inline-flex;
    border-radius: 100%;
    overflow: hidden;
    margin: 0;
}

.vpc_clientFigure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vpc_clientName {
    font-weight: 700;
    font-size: 18px;
    line-height: 19px;
    color: #FFFFFF;
    margin: 0;
}

.vpc_clientLocation {
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
    margin-top: 6px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 3px;
}

.vpc_clientLocation:before {
  content: "";
  background-image: url(../images/location-Dot.webp);
  width: 18px;
  height: 18px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
}

.vpc_homeClientsay_right {
    position: relative;
    width: 178px;
    flex-shrink: 0;
    background: #290C16;
    border-radius: 15px;
    padding: 15px;
}
.vpc_homeClienItem {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.vpc_homeClienItem figure {
    height: 50px;
    border-radius: 10px;
    overflow: hidden;
    width: 65px;
}
.vpc_homeClienItem figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.whyChooseUs_productOrederTitle {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 20px;
}


.vpc_homeClientsay_authorDetail_content{
  position: relative;
}




.vpc_clientRating {
  position: absolute;
  right: 10px;
  top: -4px;
  color: #FDB71D;
  font-size: 18px;
  display: flex;
}

.vpc_homeClientsay_authorDetail_content p {
    margin: 0;
    font-size: 12px;
    line-height: 18px;
    color: #FFFFFF;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
    padding: 11px 22px 0px 22px;
}

.testimonial_moreReview_cta {
    margin-top: 32px;
}

.vpc_homeClientsay_authorDetail_content p:before, .vpc_homeClientsay_authorDetail_content p:after {
    content: "";
    width: 16px;
    height: 19px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
}

.vpc_homeClientsay_authorDetail_content p:before {
    background-image: url(../images/2024/quote_left.webp);
    left: 0;
    top: 0px;
}

.vpc_homeClientsay_authorDetail_content p:after {
    background-image: url(../images/2024/quote_right.webp);
    bottom: 0;
    right: 0;
}


.vpc_stayConnect_section{
  position: relative;
}
.vpc_stayConnect_section>.row {
    position: relative;
    z-index: 1;
}



.vpc_stayConnect_container {
    background-image: url(../images/Lets-Stay-Connected-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
    overflow: hidden;
}

.vpc_stayConnectSocial_container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    padding: 50px 30px;
    background: linear-gradient(180deg, rgb(84 6 12 / 60%) 0%, rgb(0 0 0 / 60%) 100%);
}
.vpc_stayConnectSocial_container_mobile {
    display: none;
}

.vpc_stayConnect_container .vpc_sectiontitle_row {
    margin: 0;
    padding: 35px 15px;
    background: #80000099;
}

.vpc_stayConnectSocial_title {
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  color: #FFFFFF;
  margin: 0;
  margin-bottom: 15px;
}

.vpc_stayConnectSocial_content {
    gap: 20px;
    background: rgba(15, 15, 15, 0.80);
    padding: 14px;
    border-radius: 15px;
}

.vpc_stayConnectSocial_content figure {
    width: 90px;
    flex-shrink: 0;   
    overflow: hidden;
    border-radius: 10px;
}
.vpc_stayConnectSocial-detail-content {
    width: 100%;
}


.vpc_stayConnectSocial-detail-header p {
    margin: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
}

.vpc_stayConnectSocial-detail-header p span {
    font-size: 13px;
    font-weight: 300;
    display: block;
}

.vpc_stayConnectSocial-detail-number {
    gap: 20px;
    margin-top: 20px;
}


.vpc_stayConnectSocial-detail-number p {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    line-height: 16px;
    font-family: "Montserrat", sans-serif;
}
.vpc_stayConnectSocial-detail-number p span {
    display: block;
    font-size: 12px;
    line-height: 16px;
    font-weight: 300;
}

.vpc_stayConnectSocial_content .vpc_default_redgradint_cta {
    border-radius: 5px;
    padding: 10px;
    line-height: 16px;
    min-width: 90px;
    position: relative;
    font-size: 13px;
}
.vpc_stayConnectSocial_column .vpc_default_redgradint_cta{
    position: relative;
}
.vpc_stayConnectSocial_column .vpc_default_redgradint_cta:hover span{
  opacity: 0;
  visibility: hidden;
}
.vpc_stayConnectSocial_column .vpc_default_redgradint_cta:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.5s;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}


.vpc_stayConnectSocial_youtubeColumn .vpc_default_redgradint_cta:before{
  background-image: url(../images/2024/notification-icon.webp);
}
.vpc_stayConnectSocial_instagramColumn .vpc_default_redgradint_cta:before{
  background-image: url(../images/2024/group-icon.webp);
}
.vpc_stayConnectSocial_blogColumn .vpc_default_redgradint_cta:before{
  background-image: url(../images/2024/mouse-icon.webp);
}

.vpc_stayConnectSocial_column .vpc_default_redgradint_cta:hover:before{
  opacity: 1;
}
.vpc_stayConnectSocial_blogColumn .vpc_stayConnectSocial-detail-number p {
    font-size: 12px;
    line-height: 16px;
}
.vpc_stayConnectSocial_blogColumn .vpc_stayConnectSocial-detail-header p span {
    font-size: 18px;
    line-height: 25px;
}

/*config page css start*/
.vpc_configurator_main_section {
  background: linear-gradient(180deg, #000000 -4.3%, #541606 159.2%);
}

.vpc_default_h1title {
  margin: 0;
  font-weight: 700;
  font-size: 27px;
  line-height: 49px;
  color: #FFFFFF;
}

.vpc_configurator_main_container {

  align-items: self-start;
}

.vpc_configurator_leftColumn {
  width: 440px;
  flex-shrink: 0;
}

.vpc_configurator_viewImage {
    align-items: center;
    background: rgba(29, 28, 28, 0.8);
    padding: 40px;
    border-radius: 10px;
}

.vpc_configurator_viewImage figure {
  max-width: 292px;
}

.vpc_configurator_priceRow {
    background: #1D1C1C;
    padding: 15px 20px;
    margin-top: 20px;
    gap: 15px;
    border-radius: 10px;
}
.configurator_priceText_ButtonSharePdfcolumn {
    display: grid;
    gap: 10px;
}

.vpc_configurator_addToPrice_column .vpc_default_redgradint_cta {
  display: none;
}


.configurator_priceText {
  font-weight: 700;
  font-size: 12px;
  line-height: 30px;
  color: #FF3434;
  display: flex;
  margin: 0;
  align-items: center;
  color: #9d9d9d;
}
.configurator_priceText-rowContainer {
    gap: 6px;
}
.configurator_priceText span {
  font-style: italic;
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  color: #8E8E8E;
  margin-left: 10px;
}
.InclusiveTextTitle{
    font-style: italic;
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  color: #8E8E8E;
 
}
.configurator_priceText_column p {
  font-size: 12px;
  line-height: 30px;
  color: #FFFFFF;
  margin: 0;
}

.configurator_shareItem {
  width: 25px;
  margin-right: 10px;
  flex-shrink: 0;
}

.vpc_configurator_viewCta {
  gap: 15px;
  margin-top: 30px;
}

.vpc_configurator_viewCta a {
    flex: 1;
    line-height: 30px;
}
.vpc_configurator_viewCta .vpc_default_redgradint_cta.final-checkout {
    background: #353535;
    color: rgb(255 255 255 / 50%)!important;
    font-weight: 700;
}
.vpc_configurator_viewCta .vpc_default_background_cta {
    background: rgb(29 28 28 / 80%);
    color: rgb(255 255 255 / 50%)!important;
}
.vpc_configurator_viewCta .vpc_default_redgradint_cta.final-checkout:hover,
.vpc_configurator_viewCta .vpc_default_background_cta:hover{
    background: linear-gradient(270deg, #B40000 0%, #FF3333 89.92%);
    color: #ffffff!important;
}





.configurator_priceText_column {
    width: 100%;
}
.configurator_subtotalGst_price_row {
    display: grid;
    gap: 12px;
}
.configurator_subtotalGst_price_title {
    color: rgb(255 255 255 / 50%);
    font-size: 12px;
    font-weight: 400;
    width:80px;
    flex-shrink: 0;
    line-height: 14px;
}
.configurator_subtotalGst_price_text p {
    font-size: 12px;
    line-height: 14px;
    display: flex;
    align-items: center;
    color: rgb(255 255 255 / 50%);
    position: relative;
    gap: 3px;
}
.configurator_subtotalGst_price_text p:before {
    content: "\e1bc";
    font-family: "FontAwesome";
    font-size: 10px;
    line-height: 7px;
}

.save_pdf_link {
    text-align: center;
}
.save_pdf_title {
    width: 100%!important;
    display: block;
    font-size: 10px;
    line-height: 13px;
    margin-top: 5px;
    color: #FF3434;
    font-weight: 500;
}

.configurator_priceDetials_container {
    display: flex;
    gap: 0;
    align-items: flex-end;
}
.configurator_priceDetials_list_container {
    width: 100%;
    display: grid;
    gap: 20px;
}

.configurator_finalAmmount_price_row {
    width: 100%;
    display: flex;
    align-items: center;
}

.configurator_finalAmmount_totalTitle {
    color: #FF3434;
    font-size: 16px;
    font-weight: 700;
    width: 90px;
    line-height: 20px;
}
.configurator_finalAmmount_column {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
}
.configurator_finalAmmount_column p {
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    display: flex;
    color: #FF3434;
    gap: 5px;
}
.configurator_finalAmmount_column p:before {
    content: "\e1bc";
    font-family: "FontAwesome";
    font-size: 16px;
    line-height: 23px;
    color: #FF3434;
}
.configurator_finalAmmount_column span {
    color: #FF3434;
    font-size: 10px;
    line-height: 12px;
}
.configurator_flowing_content_text {
    width: 100%;
}
.configurator_flowing_content_text p {
    color: #FF3434;
    font-size: 10px;
    line-height: 18px;
    font-weight: 700;
}






























































































.vpc_configurator_mainTabs {
    border: 0;
    background: #1D1C1C;
    padding: 15px 20px;
    gap: 25px;
    margin-bottom: 10px;
    justify-content: flex-start;
    border-radius: 10px;
}

.vpc_configurator_mainTabs li a {
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
  display: flex;
  padding: 15px 30px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  text-decoration: none;
  height: 100%;
}

.vpc_configurator_mainTabs li a.active {
    background: rgba(240, 41, 41, 0.15);
    color: #FF3434;
    font-weight: 700;
}

.vpc_configurator_mainTabs li a.completedConfig:before {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(../images/check-circle.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-right: 5px;
}

.vpc_configurator_detailDescription {
  margin-bottom: 20px;
}

.vpc_configurator_detailDescription p {
  margin: 0;
  font-size: 14px;
  line-height: 14px;
}




.configurator_modal_overlay {
    top: 0;
    background: rgb(93 93 93 / 84%);
    left: 0;
    z-index: 2;
    display: none;
}


.configurator_modal_section {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    padding: 30px;
    display: none;
}

.active_configurator_modal .configurator_modal_overlay {
    display: block;
}

.active_configurator_modal .configurator_modal_section {
    display: block;
}




.configurator_modal_body {
    background: #1D1C1C;
    padding: 30px;
    border-radius: 8px;
    gap: 20px;
}


.configurator_modal_container {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.configurator_modal_galary_column {
    flex-shrink: 0;
    width: 100%;
    max-width: 230px;
    flex-wrap: wrap;
    display: flex;
    gap: 20px;
}
.configurator_modal_largeImage {
    background: #252525;
    padding: 30px 15px;
    border-radius: 8px;
}
.configurator_modal_largeImage figure img {
    max-width: 150px;
    max-height: 150px;
}

.configurator_modal_thumbRow {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}
.configurator_modal_thumbColumn {
    display: flex;
    justify-content: center;
    /* background-image: linear-gradient(270deg, #B40000 0%, #FF3333 89.92%); */
    padding: 1px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
}
.configurator_modal_thumbColumn.active{
background-image: linear-gradient(270deg, #B40000 0%, #FF3333 89.92%);
}


.configurator_modal_thumbColumn figure {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 100%;
    background: #252525;
    border-radius: 8px;
    padding: 6px;
}
.configurator_modal_thumbColumn img {
    max-width: 40px;
    max-height: 50px;
}





.configurator_modal_detail_column {
    background: #252525;
    border-radius: 8px;
    padding: 12px;
    max-height: 295px;
    overflow: auto;
}
.configurator_modal_detail_column table {
    width: 100%!important;
}


.configurator_modal_detail_column table tbody tr td {
    font-size: 14px;
    line-height: 17px;
    padding: 8px 5px;
}
.configurator_modal_detail_column table tbody tr td:first-child {
    color: #959595;
/*    white-space: nowrap;*/
    vertical-align: top;
}

.configurator_modal_detail_column ul li {
    font-size: 13px;
    line-height: 17px;
}
.configurator_modal_detail_column h2 {
    font-size: 16px;
    color: #FF3434;
}
.configurator_modal_detail_column table tbody tr td ol {
    padding: 0;
    padding-left: 15px;
}

.configurator_modal_detail_column p {
    font-size: 14px;
    margin-bottom: 5px;
}

.configurator_modal_detail_column p span {
    background-color: transparent!important;
}




















.configurator-parent-tabContent {
  max-height: 850px;
  overflow: auto;
}
.alerts-border-config {
  border: 1px #ff0000 solid;
  
  animation: blinkconfig 1s;
  animation-iteration-count: 3000;
}

@keyframes blinkconfig { 50% { border-color:#ff0000 ; }  }

.vpc_configurator_detailContainer #accordion .card {
  background-color: transparent;
  box-shadow: none !important;
  border: 0;
  border-radius: 10px;
  margin-bottom: 10px;
  background: #000000;
  border: 1px solid #252525;
}

.vpc_configurator_detailContainer #accordion .card:last-child {
  margin: 0;
}

.vpc_configurator_detailContainer #accordion .card .card-body {
  padding-top: 0px;
  padding-bottom: 0px;
}

.vpc_configurator_detailContainer #accordion .card .card-header {
  padding: 0 !important;
  border-radius: 0px !important;
  box-shadow: none !important;
}
.vpc_configurator_detailContainer #accordion .collapse.show {
/*    padding-bottom: 20px;*/
}
.vpc_configurator_detailContainer #accordion .collapse {
    padding-bottom: 20px;
}
.collapseconfigurator_cardLink {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  text-decoration: none !important;
  cursor: pointer;
  gap: 30px;
}

.collapseconfigurator_cardLink[aria-expanded="true"] .configurator_moreItem-text span{
display: none;
}

.collapseconfigurator_cardLink[aria-expanded="true"] .configurator_moreItem-text:after {
    background: url(../images/red-up-arrow.svg);
    width: 25px;
    height: 14px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}




.collapseconfigurator_cardLink[aria-expanded="true"] .collapseconfigurator_changeClose span {
  display: none;
}

.collapseconfigurator_cardLink[aria-expanded="true"] .collapseconfigurator_changeClose {
  width: 25px;
  height: 25px;
  background-image: url(../images/close-square.webp);
  background-position: center center;
  background-repeat: no-repeat;

}

.configurator_cardLink_column {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
/*  max-width: 350px;*/
  gap: 0px 20px;
}

.configurator_cardLink_name,.service_cardLink_name {
    margin: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
    max-width: 195px;
    flex-shrink: 0;
}

.configurator_cardLink_column p {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.configurator_cardLink-right-column {
  gap: 10px;
  flex-shrink: 0;
}

.configurator_moreItem-text {
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #FF3434;
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.configurator_moreItem-text:after {
    content: "";
    background: url(../images/red-right-arrow.svg);
    width: 9px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: contain;
}

.collapseconfigurator_changeClose {
  flex-shrink: 0;
  background: linear-gradient(270deg, #B40000 0%, #FF3333 89.92%);
  font-size: 12px;
  line-height: 16px;
  color: #FF3434;
  display: flex;
  padding: 1px;
  border-radius: 2px;
  display: none;
}

.collapseconfigurator_changeClose span {
  background: rgb(29 28 28);
  padding: 5px 11px;
}

.vpc_configurator_itemTabContainer {
    background: #1D1C1C;
    padding: 20px 20px;
    border-radius: 10px;
}

.configurator_filterTabs_container {
    /* gap: 15px; */
    margin-bottom: 25px;
    align-items: center;
}
.configuratorSelectSeriesTabs_row {
    margin-bottom: 30px;
}

.configurator_filterTabs_row {
    align-items: center;
    position: relative;
    z-index: 9;
}
.configurator_filterTabs_title {
    flex-shrink: 0;
    font-size: 12px;
    line-height: 15px;
    width: 100%;
    max-width: 145px;
}


.vpc_configurator_cardTabs {
    margin: 0;
    border: 0;
    margin-bottom: 25px;
    margin: 0px!important;
        /* flex-wrap: nowrap; */
    /* overflow: auto; */
}
.vpc_configurator_cardTabs>li {
    flex-shrink: 0;
}
.vpc_configurator_cardTabs li a {
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 12px;
  border-radius: 2px;
}

.vpc_configurator_cardTabs li a.active {
  background: rgba(240, 41, 41, 0.15);
  color: #FF3434;
}

.vpc_configurator_itemRow {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 12px;
}
.vpc_configurator_itemBox figure {
    height: 70px;
}
.vpc_configurator_itemColumn {
  display: flex;
  flex-wrap: wrap;
  position: relative;
/*  padding-bottom: 40px;*/
}

.vpc_configurator_itemColumn input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.vpc_configurator_itemColumn label {
    position: relative;
    margin: 0 !important;
    padding: 1px;
    cursor: pointer;
    height: 100%;
    width: 100%;
    border-radius: 5px;
}

.vpc_configurator_itemBox {
    gap: 15px;
    background: #000000;
    padding: 15px;
    height: 100%;
    padding-right: 40px;
    border-radius: 5px;
}

.vpc_configurator_itemColumn label:before {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    border: 2px solid #00CC6A;
    border-radius: 50%;
    overflow: hidden;
    z-index: 2;
    top: 25px;
    right: 8px;
    opacity: 0;
    visibility: hidden;
    background: rgb(255 51 51 / 10%);
}

.vpc_configurator_itemColumn label:after {
    content: "";
    background-image: url(../images/green-check.svg);
    width: 13px;
    height: 13px;
    background-repeat: no-repeat;
    position: absolute;
    right: 14px;
    top: 32px;
    background-position: center center;
    background-size: contain;
    opacity: 0;
    visibility: hidden;
}

.vpc_configurator_itemBox figure {
  flex-shrink: 0;
  width: 55px;
  height: 50px;
  display: flex;
  border-radius: 2px;
  image-rendering: inherit;
}

.vpc_configurator_itemBox figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vpc_configurator_itemName {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 15px;
}

.vpc_configurator_itemName p {
  margin: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
}
.configurator_specification {
    width: 100%;
    display: flex;
    margin-top: 5px;
}
.configurator_specification_modal {
    font-size: 10px;
    line-height: 12px;
    color: #B7B7B7;
    font-weight: 400;
    text-decoration: underline;
    cursor: pointer;
}

.vpc_configurator_itemInfo {
  position: relative;
  display: flex;
  background-image: url(../images/InfoCircle.webp);
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: cover;
  flex-shrink: 0;
  display: none;
}

.vpc_configurator_itemHover {
  position: absolute;
  font-size: 10px;
  width: 130px;
  background-color: #1a1a1a;
  display: none;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  padding: 6px;
  z-index: 11;
  border-radius: 6px;
  /* color: #FF3434; */
}
.configuratorServices_toolColumn:first-child .vpc_configurator_itemHover {
    bottom: inherit;
    top: 100%;
}

.vpc_configurator_itemInfo:hover .vpc_configurator_itemHover {
  display: block;
}


.vpc_configurator_itemColumn input:checked+label:after {
  opacity: 1;
  visibility: visible;
}

.vpc_configurator_itemColumn input:checked+label:before {
  opacity: 1;
  visibility: visible;
}

.vpc_configurator_itemColumn input:checked+label {

  background: linear-gradient(270deg, #B40000 0%, #FF3333 89.92%);

}

.vpc_configurator_itemColumn input:checked+label .vpc_configurator_itemBox {
  background: #451E1E;
}


.vpc_configurator_itemColumn.selected label {
    background: linear-gradient(270deg, #345645 0%, #02341b 89.92%);
}




.vpc_configurator_itemColumn.selected label:after {
  opacity: 1;
  visibility: visible;
}

.vpc_configurator_itemColumn.selected label:before {
  opacity: 1;
  visibility: visible;
}


.vpc_configurator_itemColumn.selected .vpc_configurator_itemBox {
    background: #002211;
}













.configurator_viewSpace_cta {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
}

.configurator_viewSpace_cta a {
  background: linear-gradient(270deg, #B40000 0%, #FF3333 89.92%);
  border: 0px;
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  color: #FF3434;
  border-radius: 4px;
  display: flex;
  padding: 1px;
}

.configurator_viewSpace_cta a span {
  background: rgb(29 28 28);
  border-radius: 4px;
  padding: 8px 16px;
}




.vpc_configurator_itemPrice span,.vpc_configurator_itemPrice p {
  font-size: 9px;
  line-height: 12px;
  color: #FFFFFF;
  font-weight: 400;
}
.vpc_configurator_itemPrice p {
  margin: 0;
  font-weight: 600;
  font-size: 14px !important;
  line-height: 16px;
  color: #FF3434;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  gap: 0px 8px;
  align-items: center;
}
.vpc_configurator_itemPrice span {
    display: none;
}


.vpc_configurator_completeCta {
  justify-content: flex-end;
  gap: 30px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.vpc_configurator_completeCta a {
    min-height: 46px;
    color: #ffffff!important;
}


.configuratorServices_toolContainer {
  gap: 10px;
}


.configuratorServices_toolColumn {
  width: 100%;
}

.configuratorServices_toolColumn input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.configuratorServices_toolColumn label {
  margin: 0;
  display: flex;
  justify-content: space-between;
  position: relative;
  background: #000000;
  border: 1px solid #252525;
  padding: 20px;
  align-items: center;
      gap: 15px;
}

.configuratorServices_toolColumn label:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid #e62222;
  border-radius: 50%;
  overflow: hidden;
  z-index: 2;
  top: 5px;
  right: 20px;
  opacity: 0;
  visibility: hidden;
  top: 0;
  bottom: 0;
  margin: auto;
}

.configuratorServices_toolColumn label:after {
  content: "";
  background-image: url(../images/red-check.svg);
  width: 11px;
  height: 11px;
  background-repeat: no-repeat;
  position: absolute;
  right: 24px;
  top: 10px;
  background-position: center center;
  background-size: contain;
  opacity: 0;
  visibility: hidden;
  top: 0;
  bottom: 0;
  margin: auto;
}


.configuratorServices_toolColumn.selected label {
  background: rgba(240, 41, 41, 0.1);
  border: 1px solid #F02929;
}

.configuratorServices_toolColumn.selected label:after {
  opacity: 1;
  visibility: visible;
}

.configuratorServices_toolColumn.selected label:before {
  opacity: 1;
  visibility: visible;
}


.configuratorServices_toolContent {
  gap: 15px;
}

.configuratorServices_toolContent figure {
  width: 21px;
}

.configuratorServices_toolsTitle {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  margin: 0;
}

.configuratorServices_toolPrice {
  margin-right: 15%;
  display: flex;
}

.configuratorServices_toolPrice p {
  margin: 0;
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
}


.vpc_configurator_starTourCta_row {
  justify-content: flex-end;
  margin-bottom: 40px;
  gap: 20px;
}

.vpc_configurator_starTourCta_row span {
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
}

.vpc_configurator_starTourCta {
  border: 1px solid #b40000;
  background: rgba(29, 28, 28, 0.8);
  font-size: 16px;
  line-height: 30px;
  color: #FF3434;
  border-radius: 4px;
  padding: 7px 26px;
  text-decoration: none !important;
  transition: all 0.3s;
}


/*config page css end*/


.breadcrumb-navbar ul {
  margin: 0;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  gap: 10px;
  align-items: center;
}

.breadcrumb-navbar ul li {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #FF3434;
  position: relative;
  padding-right: 12px;
}

.breadcrumb-navbar ul li.backPage {
  padding: 0;
  margin-right: 40px;
}

.breadcrumb-navbar ul li.backPage a {
  background-image: url(../images/arrow-left-circle.webp);
  width: 36px;
  display: flex;
  height: 36px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}


.breadcrumb-navbar ul li:after {
  content: "";
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 8px solid white;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -2px;
}

.breadcrumb-navbar ul li:last-child:after,
.breadcrumb-navbar ul li:first-child:after {
  opacity: 0;
  visibility: hidden;
}

.breadcrumb-navbar ul li a {
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  font-weight: 400;
  text-decoration: none;
}

.breadcrumb-navbar ul li:last-child {
  padding-right: 0;
}
.breadcrumb-navbar ul li:last-child a {
 color:#FF3434;
}

.configurator_requestModal_overlay {
    /* background: rgba(82, 82, 82, 0.7); */
    /* left: 0; */
    /* top: 0; */
}

.configurator_requestModal_column_container {
  width: 100%;
  max-width: 530px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  max-height: 100%;
  padding: 15px;
}
.configurator_talktous_image {
    max-width: 100px;
}
.configurator_requestModal_column .closeModal {
    position: absolute;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6) !important;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    background-size: 22px;
    z-index: 10000;
}

.configurator_requestModal_column {
  background: linear-gradient(180deg, #1D1C1C 0%, #000000 146.07%);
  border-radius: 5px;
  padding: 20px;
  padding-top: 0px;

}

.configurator_requestModal_column:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: -30px;
  width: 275px;
  height: 60px;
  background: #1d1c1c;
  border-radius: 40px;
}

.configurator_requestModal_content {
  margin-top: 30px;
}

.configurator_requestModal_title {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 12px;
}

.configurator_requestModal_content p {
    margin: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}

.configurator_requestModal_ctaRow .vpc_default_baBorderCta span,
.configurator_requestModal_ctaRow .vpc_default_redgradint_cta {
  padding: 7px 20px;
}

.configurator_requestModal_ctaRow {
  margin-top: 35px;
  gap: 50px;
}


.welcome-configuratorModal-contaner {
  width: 100%;
  max-width: 900px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  max-height: 100%;
  padding: 15px;
}

.welcome-configuratorModal-column {
  background: linear-gradient(180deg, #1D1C1C 0%, #000000 146.07%);
  border-radius: 5px;
  padding: 50px;
  padding-top: 0px;
}

.welcome-configuratorModal-column .closeModal {
  position: absolute;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6) !important;
  border-radius: 5px;
  width: 89px;
}

.welcome-configuratorModal-image {
  width: 129px;
  height: 129px;
  display: flex;
  justify-content: center;
  background: #000000;
  border-radius: 100%;
  align-items: center;
}


.welcome-configuratorModal-content {
  margin-top: 30px;
}

.welcome-configuratorModal-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #FFFFFF;
  margin: 0;
  margin-bottom: 8px;
}

.welcome-configuratorModal-content p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
}

.welcome-configuratorModal-ctaRow {
  margin-top: 25px;
  gap: 75px;
}

.welcome-configuratorModal-ctaRow .vpc_default_baBorderCta span,
.welcome-configuratorModal-ctaRow .vpc_default_redgradint_cta {
  padding: 7px 20px;
}

.welcome-configuratorModal-column:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: -30px;
  width: 275px;
  height: 60px;
  background: #1d1c1c;
  border-radius: 40px;
}

.welcome-configuratorModal-image img {
  position: relative;
  top: -8px;
  right: -8px;
}


/*product listing css start*/

.product-listing-banner-section {
    padding-top: 20px;
    padding-bottom: 40px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}
.product-listing-banner-section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgb(0 0 0 / 67%) -4.3%, rgb(84 22 6 / 41%) 59.2%);
}
.product-listing-banner-section>.row {
    position: relative;
}





.product-listing-bannercontent-container {
  margin-top: 30px;
}

.product-listing-banner-cta a {
  border-radius: 0px;
 
}

.product-listing-banner-title {
  font-weight: 700;
  font-size: 50px;
  line-height: 68px;
  margin-bottom: 30px;
}

.product-listing-banner-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 30px;
}

.product-listing-bannercontent-container p {
  font-size: 16px;
  line-height: 25px;
}

.product-listing-banner-cta {
  gap: 30px;
}




.product-listing-main-container {
  position: relative;
  z-index: 1;
  margin-bottom: 85px;
}

.products-itemtab-row {
  margin-bottom: 40px;
}

.products-item-tabTitle {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 5px;
}

.products-itemtab-container {
  align-items: flex-end;
  gap: 10px;
}

.products-item-tabTitle {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 5px;
}

.products-itemtab-column .nav.nav-tabs {
  margin: 0;
  border: 0;
}

.products-itemtab-column .nav.nav-tabs li a {
  background: rgba(108, 108, 108, 0.7);
  font-size: 16px;
  line-height: 30px;
  color: #FFFFFF;
  display: flex;
  height: 46px;
  align-items: center;
  padding: 0px 25px;
  text-decoration: none;
  transition: all 0.5s;
}

.products-itemtab-column .nav.nav-tabs li a.active {
  background: linear-gradient(270deg, #B40000 0%, #FF3333 89.92%);
}

.itemSort-button-column {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  background: #535252;
  width: 46px;
}
.product-item-listing-section {
    background: linear-gradient(180.5deg, #000000 0.41%, #541606 56.32%, #000000 104.91%);

    background-image: linear-gradient(180.5deg, #000000 0.41%, #541606 56.32%, #100202 94.1%);
/*    overflow: hidden;*/
    position: relative;
}

.product-item-listing-section>.row {
    background: url(../images/2024/product-listing-background.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
}
.product-item-listing-section:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    background-image: url(../images/2024/network-diag-4.webp);
    background-position: center center;
    background-repeat: no-repeat;
    height: 726px;
    bottom: calc(100% - 320px);
}

.product-item-listing-section:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    background-image: url(../images/2024/gaming-listing-shape-2.webp);
    background-position: center center;
    background-repeat: no-repeat;
    height: 900px;
    top: -158px;
    background-size: contain;
}


.product-item-listing-section .container{
  position: relative;
  z-index: 2;
}
.products-items-tabContentcontainer {
  background: rgba(15, 15, 15, 0.8);
  padding: 50px 35px;
  border-radius: 20px;
}
.products-items-container {
    display: flex;
    flex-wrap: wrap;
}

.jscroll-inner, .jscroll-added .products-items-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 130px 30px;
    max-height: 1200px;
    overflow: auto;
    padding-top: 60px;
}
.jscroll-added {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.jscroll-added .products-items-container {
    max-height: initial;
    overflow: initial;
}


.products-items-container .products-item-column {
    width: calc(100% / 3 - 20px);
}
.products-item-column {
    padding: 1px;
     transition: all 0.5s; 
    border-radius: 20px;
    display: flex;
}

.products-item-wrapper {
    background: #252525;
    padding: 15px;
    padding-top: 0;
    border-radius: 20px;
    transition: all 0.5s;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-content: space-between;
    gap: 30px;
    padding-bottom: 25px;
}
.products-item-top-detail {
    margin-top: -60px;
}
.products-item-image {
    position: relative;
}

.products-item-image a {
    width: 212px;
    display: flex;
    height: 212px;
    position: relative;
    transition: all 0.5s;
}
.products-item-image a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(179.88deg, #B40000 0.1%, rgba(48, 47, 47, 0) 114.42%);
    border-radius: 100%;
    top: -1px;
}
.products-item-image a span {
    width: 100%;
    display: flex;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 25%);
    background: #131313;
    overflow: hidden;   
    transition: all 0.5s;
    position: relative;
}

.products-item-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.products-item-content {
    margin-top: 20px;
    transition: all 0.5s;
}
.products-item-title, .products-item-title a {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
    margin: 0;
    display: block;
    text-decoration: none !important;
    transition: all 0.5s;
}


.products-item-startingPrice {
    margin: 0;
    font-size: 22px;
    line-height: 26px;
    margin-top: 15px;
    font-weight: 600;
    transition: all 0.5s;
}

.products-item-startingPrice span {
  color: #FF3434;
}

.products-item-lowPrice {
  margin: 0;
  text-align: center;
  font-size: 14px;
  line-height: 19px;
  margin-top: 3px;
}

.products-item-lowPrice span {
  color: #FF3434;
}

.products-item-fetureKey {
  margin-top: 15px;
}

.products-item-fetureKey p {
    margin: 0;
    font-style: italic;
    /* font-weight: 600; */
    font-size: 12px;
    line-height: 30px;
    margin-bottom: 5px;
    color: #9F9F9F;
}

.products-item-fetureKey ul {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 10px;
    /* grid-template-columns: repeat(2, 1fr); */
    flex-wrap: wrap;
}

.products-item-fetureKey ul li {
    list-style: none;
    position: relative;
    font-size: 14px;
    line-height: 26px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    background: #FF68681A;
    padding: 0px 10px;
/*    max-width: 128px;*/
}

.products-item-fetureKey ul li:last-child {
  margin: 0;
}


.products-item-cta {
    /* margin-top: 30px; */
    gap: 10px;
    align-self: flex-end;
    transition: all 0.5s;
    transition-delay: 0.2s;
}

.products-item-cta .vpc_default_redgradint_cta {
  border-radius: 5px;
  height: 100%;
  min-height: 46px;
  padding: 4px 20px;
}

.products-item-cta .vpc_default_redgradint_cta img {
  width: 20px;
}




.products-item-column:hover .products-item-wrapper {
    background: linear-gradient(180deg, #252525 -5.41%, #180000 112.9%);
}

.products-item-column:hover {
    background-image: linear-gradient(270deg, #B40000 0%, #FF3333 89.92%);
}

.products-item-column:hover .products-item-image a {
    width: 246px;
    height: 245px;
}
.products-item-column:hover .products-item-title, .products-item-column:hover .products-item-title a {
    font-size: 28px;
    line-height: 38px;
}

.products-item-column:hover .products-item-startingPrice {
    font-size: 28px;
    line-height: 34px;
}

.products-item-column:hover .products-item-fetureKey {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
}

.products-item-column:hover .products-item-cta{
transform: translateY(-10px);
}



.productListing-bottomguide-section {
    background: linear-gradient(180deg, #54060C -11.02%, #000000 50.54%, #54060C 110.84%);
    background: linear-gradient(180.74deg, #000000 -9.85%, #541606 42.81%, #000000 87.59%);
    position: relative;
}
.beyondGaming_card_section .row {
    position: relative;
}
.productListing-bottomguide-section:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    background-image: url(../images/2024/network-diag-4.webp);
    background-position: center center;
    background-repeat: no-repeat;
    height: 622px;
    top: -158px;
    top: -9px;
    background-size: contain;
}

.vpc_section.beyondGaming_card_section {
    background-image: url(../images/2024/beyond-gaming-redneon-light.webp);
    background-size: cover;
    background-position: right top -108px;
    background-repeat: no-repeat;
}

.beyondGaming_card_container {
    display: flex;
    align-items: self-end;
}
.beyondGaming_card_contentColumn {
    flex-shrink: 0;
    width: 100%;
    padding: 40px;
    background-image: url(../images/2024/beyond-gaming-image-desktop.webp);
    border-radius: 15px;
    overflow: hidden;
    padding-right: 300px;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.beyondGaming_card_title {
    font-size: 36px;
    line-height: 25px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 24px;
}

.beyondGaming_card_contentColumn p {
    margin: 0;
    font-size: 22px;
    line-height: 26px;
}
.beyondGaming_card_cta {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 30px;
}
.beyondGaming_card_cta .vpc_default_redgradint_cta {
    font-size: 12px;
}
.beyondGaming_card_image {
    width: 322px;
    flex-shrink: 0;
    position: relative;
    margin-left: -303px;
    margin-bottom: -7px;
}





























.productListing-videoGuide-pc-container {
  padding-top: 65px;
  background-image: url(../images/product-red-light.webp);
  background-repeat: no-repeat;
  background-size: cover;
  /*    padding-bottom: 190px;*/
}

.videoGuide-pc-container {
  gap: 40px;
}

.videoGuide-pc-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 20px;
}

.videoGuide-pc-column {
  flex-shrink: 0;
  width: 520px;
}

.videoGuide-pc-column iframe {
  border: 0;
  width: 100%;
  height: 325px;
  margin-bottom: 20px;
}

.vpc-customerCard-container {
    gap: 40px;
    margin-top: 60px;
    background-image: url(../images/talk-to-us.webp);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
}

.vpcHelpc-cardbox-content {
    width: 50%;
    padding: 30px;
}







.vpc-customerCard-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 49px;
  margin-bottom: 20px;
}

.vpcHelpc-cardbox-content p {
  font-size: 16px;
  line-height: 22px;
  margin: 0;
}

.vpcHelpc-cardbox-content .vpc_default_redgradint_cta {
  margin-top: 30px;
}

.vpc-customerCard-figure {
    flex-shrink: 0;
    max-width: 500px;
    display: none;
}

.productListing-vpc-customerCard-container:before {
    content: "";
    background-image: url(../images/network-diag.webp);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 401px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(2%);
}



.vpc_contactUs-gridColumn {
  background: rgba(15, 15, 15, 0.8);
  padding: 25px;
}

.vpc_contactUs-row {
  gap: 15px;
  padding: 30px 0px;
}

.vpc_contactUs-row:nth-child(even) {
  border-top: 2px dashed #600000;
}

.vpc_contactUs-gridIcon {
  background: linear-gradient(270deg, #B40000 0%, #FF3333 89.92%);
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.vpc_contactUs-gridTitle {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}

.vpc_contactUs-gridContent p {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
}

.vpc_contactUs-gridContent p a {
  color: #ffffff;
}


/*product listing css end*/


/*product detail css start*/


.vpc_product-details-section {
  background: linear-gradient(180deg, #000000 -4.3%, #541606 59.2%);
  background: linear-gradient(180deg, #000000 -4.3%, #541606 159.2%);
}

.vpc_product-details-row {
  gap: 30px;
  margin-top: 50px;
}

.vpc_product-details-left {
    flex-shrink: 0;
    width: 410px;
    position: sticky;
    top: 16px;
}

.vpc_product-details-figure {
    background: rgba(29, 28, 28, 0.8);
    padding: 40px;
    padding-bottom: 20px;
    border-radius: 10px;
}


.product-hero-image-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.product-hero-image-container ul.thumb-list {
    width: 100%!important;
    min-width: initial!important;
    margin: 0;
    padding: 0;
    height: auto!important;
    display: none;
}
.product-hero-image-container ul.thumb-list>li {
    width: 60px!important;
    height: 60px!important;
    list-style: none;
    display: flex;
    overflow: hidden;
}
.product-hero-image-container ul.thumb-list>li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}




.vpc_productDetail_new {
  position: absolute;
  display: inline-block;
  background: linear-gradient(0deg, rgba(0, 168, 137, 0.5), rgba(0, 168, 137, 0.5)), #FFFFFF;
  border: 1px solid #008651;
  border-radius: 2px;
  left: 5px;
  top: 5px;
  font-size: 12px;
  line-height: 20px;
  padding: 0px 8px;
  color: #008651;
}

.vpc_product-details-figure figure {
  max-width: 295px;
}


.productDetail-sharePriceStock-container {
    padding: 15px 20px;
    background: #1D1C1C;
    margin-top: 20px;
    gap: 15px;
    border-radius: 10px;
}

.prodcutDetail-shareTitle-row {
  gap: 30px;
}

.prodcutDetail-shareTitle {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
}

.productDetail-priceTtile {
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    color: #FF3434;
    gap: 0px;
    margin: 0;
}
.productDetail-priceTtile span:first-child {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #FF3434;
    /* gap: 10px; */
    margin: 0;
}
.productDetail-priceTtile span:last-child {
    font-style: italic;
    margin-left: 5px;
    position: relative;
    top: 4px;
}

.productDetail-priceTtile span {
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  color: #8E8E8E;
}

.itemStock-type {
  background: rgba(0, 168, 137, 0.1);
  border-radius: 5px;
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #00A889;
  padding: 4px 14px;
}

.productDetail-sharePriceStock-container .configurator_shareItem {
  margin: 0;
}

.productDetail-cta-row {
  margin-top: 30px;
  gap: 30px;
}

.productDetail-cta-row .vpc_default_baBorderCta span,
.productDetail-cta-row .vpc_default_redgradint_cta {
  padding: 8px 27px;
}

.productDetail-cta-row a,
.productDetail-cta-row button {
  flex: 1;
  height: 46px;
}


.vpc_product_cardHeader {
    background: #1D1C1C;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.vpc_product_cardHeader p {
  margin: 0;
  font-size: 14px;
  line-height: 19px;
  max-width: 55%;
}

.productDetail_editConfigCta:before {
  content: "";
  background-image: url(../images/red-edit.webp);
  width: 21px;
  display: flex;
  height: 21px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}


.vpc_detail_configuration_listing {
  gap: 10px;
  max-height: 590px;
  overflow: auto;
  padding-right: 10px;
}

.vpc_detail_configurationItem {
    background: #000000;
    border: 1px solid #252525;
    padding: 18px;
    border-radius: 5px;
}


.details_configuration_name {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}

.configurationlist_leftDetail figure {
  width: 22px;
  flex-shrink: 0;
}

.configurationlist_leftDetail {
  gap: 15px;
}

.details_configuration_subname {
  width: 45%;
}

.details_configuration_subname p {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  margin: 0;
}

.item-detailContent-gridLayout-row {
    display: flex;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 30px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 25px;
}
.item-detailContent-gridLayout-row ul {
    width: 100%;
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(2, 1fr);
}
.item-detailContent-gridLayout-row ul li {
    font-size: 15px;
    color: #ffffff;
    list-style: none;
    border: 1px solid #252525;
    background: #000;
    padding: 15px;
}

.item-detailContent-gridLayout-row p {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid #252525;
    background: #000;
    padding: 15px;
    width: calc(50% - 15px);
}

.item-detailContent-gridLayout-row .is-empty {
  display: none;
}
.item-detailContent-gridLayout-row table {
    width: 100%;
    border: 1px solid #252525;
    background: #000;
}
.item-detailContent-gridLayout-row table tr td, .item-detailContent-gridLayout-row table tr th {
    padding: 10px 10px!important;
    font-size: 14px;
    border: 1px solid #1e1e1e;
}

.related-item-container {
  margin-top: 60px;
}

.related-item-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 49px;
  margin-bottom: 60px;
}

.related-item-slider {
  padding: 0px 40px;
}

.related-item-slider .owl-dots {
  margin-top: 30px;
  position: static;
  transform: initial;
}

.related-item-slider .owl-dots button.owl-dot {
  background: #353535 !important;
}

.related-item-slider .owl-dots button.owl-dot.active {
  background: #FF3434 !important;
}


/*product detail css end*/


.default-account-section {
  background: linear-gradient(180deg, #000000 35.7%, #541606 133.2%);
}

.account-header-row {
  border-bottom: 1px dashed #353535;
  padding-bottom: 20px;
  margin-bottom: 40px;
  margin-top: 30px;
}

.account-header-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  margin: 0;
}

.account-logout {
  font-size: 14px;
  line-height: 19px;
}

.account-logout span {
  padding: 10px 27px;
}

.default-account-row {
  gap: 120px;
  gap: 60px;
}

.account-left-container {
  width: 200px;
  flex-shrink: 0;
}

.account-profile-image-column {
  margin-bottom: 60px;
}

.account-profile-image {
    margin-bottom: 15px;
    width: 110px;
    height: 110px;
    display: flex;
    border-radius: 100%;
    overflow: hidden;
    border: 2px solid #FF3434;
    background-color: #ffffff;
}
.account-profile-image img {
    position: relative;
    top: -9px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.account-profile-name {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
}

.account-profile-email {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  margin-top: 3px;
}

.account-profile-email a {
  color: #ffffff;
}

.account-left-menubar {
  /*    margin-top: 60px;*/
}

.accountMenu-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #FF3434;
  margin: 0;
  margin-bottom: 10px;
}

.account-left-menubar ul {
  margin: 0;
  padding: 0;
}

.account-left-menubar ul>li {
  list-style: none;
  display: flex;
}

.account-left-menubar ul>li>a {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  padding: 9px 0px;
  width: 100%;
  text-decoration: none;
}
.account-left-menubar ul>li.active > a{
    font-weight: 700;
    color: #FF3434;
}
.account-right-container {
    padding: 30px 50px;
    position: relative;
    background-image: url(../images/account-background.webp);
    background-size: cover;
}

.account-right-container:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgb(29 28 28 / 81%) 0%, rgb(0 0 0 / 80%) 100%);
}
.account-right-container>div {
    position: relative;
}
.account-right-container form {
    position: relative;
}


.account-right-title-header {
  margin-bottom: 45px;
  position: relative;
}

.account-right-title-header h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 49px;
  margin-bottom: 10px;
}

.account-right-title-header p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}

.account-detailview-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  position: relative;
}

.account-detailview-column {
  background: #000000;
  border: 1px solid #252525;
  border-radius: 5px;
  padding: 30px;
}

.account-detailview-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #A0A0A0;
  margin-bottom: 12px;
  position: relative;
}

.account-detailview-title:after {
  content: "";
  width: 36px;
  height: 36px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  right: -15px;
  top: -15px;
}

.user_account-detailview-column .account-detailview-title:after {
  background-image: url(../images/account-user.webp);
}

.dob_account-detailview-column .account-detailview-title:after {
  background-image: url(../images/account-date.webp);
}

.gender_account-detailview-column .account-detailview-title:after {
  background-image: url(../images/account-gender.webp);
}

.email_account-detailview-column .account-detailview-title:after {
  background-image: url(../images/account-mail.webp);
}


.account-detailview-value p {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
}

.control-error {
  font-size: 14px;
  font-weight: 300 !important;
  margin-top: 5px;
  display: block;
  color: #FF3434;
}

.account-detailview-column .form-control {
  color: #ffffff;
  background-color: #1D1C1C !important;
  border: 1px solid #252525;
  border-radius: 2px;
  outline: none !important;
  height: 38px;
}

.account-detailview-column select.form-control {
  -webkit-appearance: none;
  background-image: url(../images/red-dropdown-arrow.webp) !important;
  background-repeat: no-repeat !important;
  background-size: 10px !important;
  background-position: center right 10px !important;
}


.account-detailview-cta {
  margin-top: 30px;
}

.account-detailview-rightColumn {
  gap: 15px;
}

.account-detailview-rightColumn .vpc_default_baBorderCta span {
  padding: 5px 20px;
}


.changePassword-input-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #000000;
  border-radius: 5px;
  padding: 30px;
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.changePassword-input-container .form-group {
  margin: 0;
}

.changePassword-input-container .form-group>label {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #A0A0A0;
  margin-bottom: 5px;
  width: 100%;
}

.changePassword-input-container .form-group .form-control {
  background: #1D1C1C !important;
  border: 1px solid #252525;
  border-radius: 2px;
}


.address-list-container {
  gap: 15px;
}


.address-list-row {
  background: #1D1C1C;
  padding: 15px 25px;
}

.address-leftDetail-column {
  gap: 30px;
  flex: 1;
}

.address-list-nameColumn p {
  margin: 0;
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
}

.address-list-nameColumn p span {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #FF3434;
}

.address-list-locationColumn {
  padding-right: 25px;
  border-right: 1px solid #353535;
  flex: 1;
}

.address-list-locationColumn p {
  margin: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
}

.address-list-locationColumn p span {
  display: block;
  font-style: italic;
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  color: #A0A0A0;
  margin-bottom: 2px;
}

.address-list-ctaColumn {
  gap: 20px;
  padding-left: 25px;
}


.address-input-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 40px;
  margin-bottom: 30px;
}

.address-input-field {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.address-input-field input, .address-input-field select {
    color: #ffffff;
}


.address-input-field>label,
.control-group>label {
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #A0A0A0;
  width: 100%;
}


.wishlist-item-container {
  gap: 15px;
  max-height: 600px;
  overflow: auto;
}

.wishlist-item-row {
  background: #1D1C1C;
  border: 1px solid #252525;
  padding: 12px;
  gap: 20px;
}

.wishlist-item-detail-column {
  flex: 1;
  border-right: 1px solid #353535;
  padding-right: 20px;
  gap: 15px;
}

.wishlist-item-image {
  width: 82px;
  height: 54px;
}

.wishlist-item-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.wishlist-item-detail {
  flex: 1;
}

.wishlist-item-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  margin: 0;
  margin-bottom: 4px;
}

.wishlist-item-priceColumn {
  gap: 10px;
}

.wishlist-item-priceColumn p {
  margin: 0;
  font-size: 12px;
  line-height: 16px;
}

.wishlist-item-priceColumn p span {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #FF3434;
}

.wishlist-item-priceColumn .or {
  font-size: 12px;
  line-height: 16px;
}


.wishlist-item-price~.wishlist-item-price span {
  font-weight: 400;
}

.wishlist-action-button {
  gap: 15px;
}

.wishlist-action-button a img {
  max-height: 21px;
}


.configurations-item-container {
  gap: 15px;
  max-height: 600px;
  overflow: auto;
}

.configurations-item-row {
  background: #1D1C1C;
  border: 1px solid #252525;
  padding: 12px;
  gap: 20px;
}

.configurations-item-detail-column {
  flex: 1;
  border-right: 1px solid #353535;
  padding-right: 20px;
}

.configurations-item-image {
  width: 82px;
  height: 54px;
}

.configurations-item-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.configurations-item-detail {
  flex: 1;
}

.configurations-item-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  margin: 0;
  margin-bottom: 4px;
}

.configurations-item-priceColumn {
  gap: 10px;
}

.configurations-item-priceColumn p {
  margin: 0;
  font-size: 12px;
  line-height: 16px;
}

.configurations-item-priceColumn p span {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
}

.configurations-item-priceColumn .or {
  font-size: 12px;
  line-height: 16px;
}


.configurations-item-price~.configurations-item-price span {
  font-weight: 400;
}

.configurations-action-button {
  gap: 15px;
}

.configurations-action-button a img {
  max-height: 21px;
}


.about-us-section {}

.about-us-section:before,
.about-us-section:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
}

.about-us-section:before {
  background: linear-gradient(180deg, #000000 -4.3%, #541606 59.2%);
}

.about-us-section:after {
  background: linear-gradient(180deg, #581a09 -4.3%, #000000 59.2%);
  bottom: 0;
}

.about-gridBnner-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}


.about-gridBnner-column:nth-child(4) {
  grid-row-start: 2;
  grid-column-start: 1;
  grid-column-end: 3;
}

.about-gridBnner-column {
  display: flex;
}

.about-gridBnner-column figure {
  display: flex;
  width: 100%;
}

.about-gridBnner-column figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-gridBnner-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.about-gridBnner-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: linear-gradient(0deg, #580a0a 0%, #9b2727 92.19%);
  padding: 30px;
}
.about-gridBnner-content h3 {
    margin: 0;
    color: #FF3434;
    font-size: 36px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 45px;
}

.about-rowGridContent-containerBox {
  gap: 160px;
}

.about-rowGrid-container {
  display: flex;
  gap: 100px;
}

.about-rowGrid-container:nth-child(odd) {
  flex-direction: row-reverse;
}

.about-rowGrid-column {
  width: calc(50% - 50px);
  flex-shrink: 0;
  position: relative;
  display: flex;
}

.about-rowGrid-image figure {
  height: 100%;
  display: flex;
}

.about-rowGrid-image figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about-rowGrid-title-column {
  position: absolute;
  background: rgba(15, 15, 15, 0.8);
  width: 300px;
  padding: 20px 58px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.about-rowGrid-title {
  margin: 0px;
  font-weight: 700;
  font-size: 36px;
  line-height: 49px;
  text-align: center;
}

.about-rowGrid-paragraph p {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
}


.about-rowGrid-container:nth-child(odd) .about-rowGrid-title-column {
  left: -75px;
}

.about-rowGrid-container:nth-child(even) .about-rowGrid-title-column {
  left: initial;
  right: -75px;
}

.about-textIcon-container {
  gap: 60px;
}


.about-textIcon-row {
  gap: 30px;
  align-items: flex-start;
}

.about-textIcon-row:nth-child(even) {
  flex-direction: row-reverse;
}

.about-iconColumn {
  width: 110px;
}

.mobile-aboutIcon-title {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
  margin-bottom: 5px;
  display: none;
}

.about-iconColumn figure {
  width: 100%;
  height: 105px;
  background: linear-gradient(270deg, rgba(180, 0, 0, 0.2) 0%, rgba(255, 51, 51, 0.2) 89.92%);
  border: 0.5px solid rgb(229 26 26 / 0%);
}

.about-iconColumn figure span {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background: rgba(46, 0, 0, 0.7);
}

.about-iconColumn figure span {
  background-image: url(../images/about-mask.webp);
  background-size: cover;
  background-position: bottom -18px left -15px;
}

.about-iconColumn p {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
  margin-top: 10px;
}


.aboutIcon-text-column p {
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  color: #FFFFFF;
}

.aboutIcon-text-column p:last-child {
  margin: 0;
}


.order-accordion {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  max-height: 600px;
  overflow: auto;
}


.order-accordion .card {
  background-color: transparent;
  box-shadow: none;
  border-radius: 0px;
  border: 00px;
  width: 100%;
}

.order-accordion .card-header {
  border-radius: 0px;
  border: 0px;
  position: relative;
  padding: 0px;
  display: flex;
  padding: 10px 15px;
  border: 1px solid #252525;
  gap: 20px;
  padding-right: 0px;
}

.collapse-dropdown {
  width: 40px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}


.collapse-dropdown:after {
  content: "";
  background-image: url(../images/accordian-angle-down.webp);
  width: 13px;
  height: 9px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}


.collapse-dropdown[aria-expanded="true"]:after {
  transform: translateY(-50%) rotate(180deg);
}


.orderHeader-left-column {
  gap: 25px;
  padding-right: 20px;
  border-right: 1px solid #353535;
  flex: 1;
}

.orderId_column {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #FF3434;
  flex-shrink: 0;
}

.orderHeader-column>span {
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  color: #A0A0A0;
  margin-bottom: 2px;
}


.orderDate_column {
  flex-shrink: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
}

.orderDeliverAddress_column {
  flex: 1;
}

.orderDelivered-address {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.orderStatus_column {
  flex-shrink: 0;
  min-width: 80px;
  text-align: center;
}

.orderStatus_column .orderHeader_Status {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #00A889;
  display: inline-block;
  background: rgba(0, 168, 137, 0.1);
  border-radius: 5px;
  padding: 2px 10px;
  margin: 0 !important;
}


.orderHeader-right-column {
  flex-shrink: 0;
  align-items: center;
  display: flex;
}


.orderHeader-right-column .trackOrder-cta {
  font-size: 14px;
  line-height: 18px;
  padding: 8px 15px;
}


.order-accordion .card-body {
  padding: 15px;
  background: #1D1C1C;
}
.orderItem-mobile-content {
    display: none;
    gap: 15px;
    justify-content: space-between;
    border-bottom: 1px dashed #353535;
    padding-bottom: 15px;
}
.orderItem-top-container {
  gap: 15px;
}

.preBuild-product-item-container {
  margin-bottom: 15px;
  padding: 20px 0px;
  border-bottom: 1px dashed #353535;
  gap: 20px;
  padding-bottom: 15px;
}

.orderItem-image {
  width: 150px;
  height: 130px;
  background: #000000;
}

.orderItem-image img {
  max-height: 90px;
}

.orderItem-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
  margin: 0;
}


.orderItem-price-column {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #FF3434;
}

.orderItem-price-column span {
  font-weight: 400;
  font-size: 6px;
  line-height: 8px;
  color: #A0A0A0;
}


.orderItem-additionalDetail-header {
  margin-top: 15px;
}

.orderItem-additionalDetail-header p {
  margin: 0;
  display: flex;
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  gap: 15px;
  color: #FFFFFF;
  align-items: center;
}

.orderItem-additionalDetail-header p span {
  display: inline-block;
  font-weight: 600;
  font-size: 10px;
  line-height: 14px;
  color: #FF3434;
  background: rgba(240, 41, 41, 0.15);
  border-radius: 2px;
  padding: 5px 10px;
}


.orderItem-additionalDetail-row {
  gap: 25px;
  margin-top: 15px;
}

.orderItem-additionalDetail-column p {
  margin-bottom: 8px;
  line-height: 0px;
}

.orderItem-additionalDetail-name {
  font-weight: 400;
  font-size: 8px;
  line-height: 11px;
  color: #FFFFFF;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.orderItem-additionalDetail-column p:last-child {
  margin: 0;
}

.orderItem-additionalDetail-title {
  display: block;
  font-weight: 600;
  font-size: 8px;
  line-height: 11px;
  color: #A0A0A0;
  margin-bottom: 1px;
}


.orderItem-bottom-container {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dashed #353535;
  gap: 20px;
}

.orderItem-address-container {
  gap: 30px;
}


.orderItem-address-title {
  font-weight: 600;
  font-size: 10px;
  line-height: 14px;
  color: #A0A0A0;
  margin-bottom: 10px;
}

.orderItem-address-text {
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  color: #FFFFFF;
  margin: 0;
}


.orderItem-paymentDetail-document {
  width: 100%;
  max-width: 266px;
  gap: 20px;
  padding-left: 20px;
  border-left: 1px dashed #353535;
}

.orderItem-paymentDetail-title {
  margin: 0;
  font-weight: 600;
  font-size: 10px;
  line-height: 14px;
  color: #A0A0A0;
}

.orderItem-account-number {
  margin: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
  margin-top: 5px;
}

.orderItem-dispatch-date {
  margin: 0;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #00A889;
  margin-top: 5px;
}

.orderItem-paymentDetail-actionCta {
  gap: 10px;
}

.orderItem-cancel-cta {
  font-size: 12px;
  line-height: 16px;
  padding: 5px 10px;
}

.orderItem-invoice-cta {
  font-size: 12px;
  line-height: 16px;
}

.orderItem-invoice-cta span {
  padding: 5px 10px;
}


.preBuild-product-item-container .orderItem-image {
  width: 60px;
  height: 50px;
}

.preBuild-product-item-container .orderItem-image img {
  max-height: 40px;
}

.preBuild-product-item-container .orderItem-title {
  max-width: 280px;
}

.preBuild-product-item-container .orderItem-titlePrice-row {
  margin-bottom: 15px;
}

.orderItem-quantity-column p {
  margin: 0;
  display: flex;
  align-items: center;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 14px;
  color: #FF3434;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  background-color: rgb(0 0 0 / 23%);
  gap: 8px;
  padding: 10px 10px;
  border-radius: 5px;
}

.orderItem-quantity-column p span {
  font-weight: 400;
  color: #ffffff;
}


.vpc_gallery_section {
  background: linear-gradient(180deg, #000000 -4.3%, #541606 118.2%);
}

.vpc_gallery_box {
  background-image: url(../images/network-diag.webp);
  background-repeat: no-repeat;
  background-position: bottom -137px left;
  background-size: contain;
}

.products-gallery-tabTitle {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 5px;
}

.products-gallerytab-column .nav.nav-tabs {
  margin: 0;
  border: 0;
}

.products-gallerytab-column .nav.nav-tabs li a {
  background: rgba(108, 108, 108, 0.7);
  font-size: 16px;
  line-height: 30px;
  color: #FFFFFF;
  display: flex;
  height: 46px;
  align-items: center;
  padding: 0px 25px;
  text-decoration: none;
  transition: all 0.5s;
}

.products-gallerytab-column .nav.nav-tabs li a.active {
  background: linear-gradient(270deg, #B40000 0%, #FF3333 89.92%);
}

.gallery-items-tabContentcontainer {
  margin-top: 60px;
}

.gallery-image-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;

}
.gallery-image-container>a {
    display: flex;
}
.gallery-image-container>a figure {
    width: 100%;
    height: 250px;
    display: flex;
    overflow: hidden;
    border-radius: 4px;
}
.gallery-image-container>a figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-image-column {
  position: relative;
  text-decoration: none;
}

.gallery-image-column figure {
  display: flex;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.gallery-image-column figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-image-column p {
  margin: 0;
  padding: 15px;
  position: absolute;
  bottom: 0;
  background: #1D1C1C;
  width: 100%;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}


.shopCart-section {
  background: linear-gradient(180deg, #000000 -4.3%, #541606 59.2%);
}

.shopCart-title-container {
  margin-bottom: 30px;
  margin-top: 30px;
}

.shopCart-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 49px;
  color: #FFFFFF;
  gap: 10px;
  margin: 0;
}

.shopCart-title span {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
}

.shopCart-container {
  gap: 40px;
}

.shopCart-leftColumn {
  background: linear-gradient(180deg, #1D1C1C -38.25%, #000000 100%);
  padding: 30px 20px;
  gap: 30px;
}

.shopCart-accordion {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.shopCart-accordion .card {
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  border: 0;
  width: 100%;
}

.shopCart-accordion .card-header {
  border-radius: 0px !important;
  background: #000000;
  border: 1px solid #252525;
  padding: 10px;
  gap: 15px;
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 50px;
}

.shopCart-accordion .collapse-dropdown {
  position: absolute;
  right: 0px;
  max-height: 40px;
}

.shopCart-header-leftColumn {
  gap: 15px;
  flex: 1;
}

.shopCart-figure {
  width: 80px;
  height: 52px;
  background: #1D1C1C;
}

.shopCart-figure img {
  max-height: 45px;
}

.shopCartheader-detail-row {
  flex: 1;
  padding-right: 15px;
  border-right: 1px solid #353535;
  gap: 15px;
}

.shopCart-item-title {
  margin: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.shopCart-item-title a {
  color: #ffffff;
}

.shopCart-item-price {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #FF3434;
  margin: 0;
  margin-top: 3px;
}

.shopCart-item-price span {
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #A0A0A0;
}

.shopcart-item-dropdown p {
  margin: 0px;
  text-align: center;
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  color: #FFFFFF;
  margin-bottom: 4px;
}

.shopcart-item-dropdown select {
  padding: 0px;
  height: 24px;
  border-radius: 0px;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #FF3434;
  min-width: 53px;
  padding-left: 6px;
}

.shopCart-header-cta {
  gap: 15px;
}

.shopCart-accordion .card-body {
  background: #1D1C1C;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.shopcart-featureTitle {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #FF3434;
  margin-bottom: 15px;
}

.shopcart-feature-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 30px;
}

.shopcart-featureColumn p {
  margin: 0;
}

.shopcart-featureColumn p:first-child {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #A0A0A0;
}

.shopcart-featureColumn p:last-child {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
  margin-top: 3px;
}

.customPc-accordian-container {
    gap: 40px;
    /* padding-top: 30px; */
    /* border-top: 1px solid #1e1e1e; */
    margin-bottom: 40px;
}


.shopcard-detail-body {
  background: #1D1C1C;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}


.checkout-contaner-column {
  width: 400px;
  flex-shrink: 0;
}

.checkout-table-container {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  gap: 10px;
}

.checkout-table-row {
  width: 100%;
  background: #1D1C1C;
}

.checkout-table-title {
  width: 160px;
  flex-shrink: 0;
  padding: 1px;
  background: linear-gradient(270deg, #B40000 0%, #FF3333 89.92%);
  border-radius: 5px 0px 0px 5px;
}

.checkout-table-title span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  background: #1D1C1C;
  border-radius: 5px 0px 0px 5px;
  height: 60px;
}

.checkout-table-column {
  align-items: center;
  display: flex;
  width: 100%;
  padding: 5px 20px;
}

.checkout-table-column p {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
}


.checkout-shipping-content p {
  font-size: 12px;
  line-height: 16px;
}

.checkout-shipping-content p a {
  display: inline-block;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  text-decoration-line: underline;
  color: #FF3434;
  margin-top: 2px;
}

.checkout-subtotal-price p {
  font-size: 18px;
  line-height: 25px;
}

.checkout-total-title span {
  color: #FF3434;
}


.checkout-total-price p {
  font-size: 18px;
  line-height: 25px;
  color: #FF3434;
}


.increse-discrese-added-cta {
  display: flex;
  align-items: center;
  gap: 6px;
}

.addcart-quantity-control-group label {
  padding: 0;
  margin: 0px;
  text-align: center;
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  color: #FFFFFF;
  margin-bottom: 4px;
}

.increse-discrese-added-cta input {
  width: 28px;
  height: 28px;
  border: 0;
  padding: 0;
  background-color: #1d1c1c;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
}

.increse-discrese-added-cta button {
  border: 0;
  background-color: #1d1c1c;
  color: #ff3333;
  width: 28px;
  height: 28px;
  border-radius: 0;
  outline: none !important;
  padding: 0;
  font-size: 18px;
  line-height: 18px;
}


.proceed-checkout-button {
  margin-top: 40px;
}

.proceed-checkout-button .vpc_default_redgradint_cta {
  height: 50px;
}

.proceed-checkout-button .vpc_default_redgradint_cta:before {
  content: "";
  background-image: url(../images/white-send-icon.webp);
  width: 21px;
  height: 21px;
}


.cart-step-row {
  width: 100%;
  margin-bottom: 40px;
}

.checkout-steps {
  margin: 0;
  padding: 0;
  align-items: flex-start;
  position: relative;
}

.checkout-steps:before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  border-bottom: 1px dotted red;
  top: 50px;
  width: calc(100% - 200px);
  margin-left: auto;
  margin-right: auto;
}

.checkout-steps li {
  list-style: none;
  position: relative;
}

.step-column {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}

.checkout-steps li .decorator {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px;
  border-radius: 100%;
  width: 94px !important;
  height: 94px;
}

.checkout-steps li .decorator span {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: #a0a0a0;
  border-radius: 80px;
  background: #1D1C1C;
  font-size: 28px;
  line-height: 28px;
}

.step-title {
  text-align: center;
  color: #A0A0A0;
  font-size: 18px;
  display: block;
  margin: 0;
  margin-top: 20px;
  text-transform: uppercase;
  width: 100%;
}

.checkout-steps li.active .step-title {
  color: #FF3434;
  font-weight: 700;
}

.checkout-steps li.active .decorator span {
  color: #ffffff;

  background: linear-gradient(270deg, #B40000 0%, #F33 92.19%);

}

.checkout-steps li.active .decorator {
  border: 1px solid #FF3434;
  width: fit-content;
}


.checkbox-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.checkbox-column {
    display: flex;
    position: relative;
    align-items: center;
}
.checkbox-column  input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.checkbox-column label {
    margin: 0;
    font-size: 16px;
    display: flex;
    gap: 10px;
    align-items: center;
    position: relative;
    color: #A0A0A0;
    font-weight: 500;
    z-index: 1;
    cursor: pointer;
}
.checkbox-column label:before {
    content: "";
    width: 22px;
    height: 22px;
    border: 1px solid #5e5e5e;
    border-radius: 1px;
}
.checkbox-column label:after {
    content: "\f00c";
    font-family: "FontAwesome";
    position: absolute;
    font-size: 14px;
    left: 3px;
    top: 2px;
    opacity: 0;
    visibility: hidden;
    color: #ffffff;
}
.checkbox-column input:checked + label:after {
    opacity: 1;
    visibility: visible;
}
.checkbox-column input:checked + label:before {
    background: linear-gradient(270deg, #B40000 0%, #FF3333 89.92%);
    border-color: #B40000;
}









.radiobutton-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.radiobutton-column {
    display: flex;
    position: relative;
    align-items: center;
}
.radiobutton-column  input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.radiobutton-column label {
    margin: 0;
    font-size: 16px;
    display: flex;
    gap: 10px;
    align-items: center;
    position: relative;
    color: #A0A0A0;
    font-weight: 500;
    z-index: 1;
    cursor: pointer;
}
.radiobutton-column label:before {
    content: "";
    width: 20px;
    height: 20px;
    border: 2px solid #5e5e5e;
    border-radius: 100%;
}
.radiobutton-column label:after {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    background: linear-gradient(270deg, #B40000 0%, #FF3333 89.92%);
    border-radius: 100%;
    left: 4px;
    top: 6px;
    opacity: 1;
    visibility: hidden;
}


.radiobutton-column input:checked + label:after {
    opacity: 1;
    visibility: visible;
}
.radiobutton-column input:checked + label:before {
    background: linear-gradient(270deg, #B40000 0%, #FF3333 89.92%);
    border-color: #B40000;
}










.radio-container {
    margin: 0;
    display: flex;
    align-items: center;
}

.radio-container  input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.radio-container label {
    margin: 0;
    font-size: 16px;
    display: flex;
    gap: 10px;
    align-items: center;
    position: relative;
    color: #A0A0A0;
    font-weight: 500;
    z-index: 1;
    cursor: pointer;
}
.radio-container label:before {
    content: "";
    width: 20px;
    height: 20px;
    border: 2px solid #5e5e5e;
    border-radius: 100%;
}
.radio-container label:after {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    background: linear-gradient(270deg, #B40000 0%, #FF3333 89.92%);
    border-radius: 100%;
    left: 4px;
    top: 6px;
    opacity: 1;
    visibility: hidden;
}


.radio-container input:checked + label:after {
  opacity: 1;
  visibility: visible;
}

.radio-container input:checked + label:before {
border: 2px solid #ffffff;
}





.save-addressLis-container {
  gap: 10px;
  margin-top: 30px;
  max-height: 400px;
  overflow: auto;
  margin-bottom: 30px;
}


.save-addressList-row {
  border: 1px solid #252525;
  background: #1D1C1C;
  padding: 15px;
}
.save-addressList-row input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  cursor: pointer !important;
}
.check-infoList-row {
  position: relative;
  margin: 0;
  padding-left: 30px;
  width: 100%;
  cursor: pointer !important;
}

.check-infoList-row:before {
  width: 20px;
  height: 20px;
  content: "";
  border: 2px solid #a0a0a0;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 3px;
}

.check-infoList-row:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: transparent;
  border-radius: 100%;
  left: 4px;
  top: 7px;
}

.customer-saveName {
  margin: 0;
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
}

.customer-saveNumber {
  margin: 0;
  font-size: 14px;
}

.customer-saveNumber a {
  color: #FFF;
}

.check-infoList-bottom {
  margin-top: 10px;
}

.check-infoList-bottom p {
  margin: 0;
  text-transform: capitalize;
  color: #FFF;
  font-size: 14px;
}


.save-addressList-row input:checked+.check-infoList-row:after {
  background-color: #ff3434;
}


.success-shopping-section {
  background-image: url(../images/network-diag.webp);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;

}


.payment-reviewTable-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 30px;
}

.payment-reviewTable-column {
  border: 1px solid #262626;
  border-radius: 5px;
  overflow: hidden;
}


.payment-reviewTable-column table {
  width: 100%;
}

.payment-reviewTable-column table thead tr th {
  background: linear-gradient(270deg, #B40000 0%, #F33 92.19%);
  padding: 15px;
  font-weight: 500;
  font-size: 18px;
}

.payment-reviewTable-column table tbody tr td {
  font-size: 15px;
  padding: 5px 6px 6px 15px;
  height: 70px;
}

.payment-reviewTable-column table tbody tr td:last-child {
  font-size: 14px;
  color: #7a7a7a;
  text-transform: uppercase;
}

.payment-reviewTable-column table tbody tr:nth-child(even) {
  background-color: #181818;
}


.right-final-checkout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-start;
  gap: 30px;
}

.checkout-cartItem-container {
  gap: 15px;
  max-height: 400px;
  overflow: auto;
}

.checkout-cartItem-row {
  justify-content: space-between;
  align-items: center;
  border: 1px solid #252525;
  padding: 12px;
  background-color: #0c0c0c;
  border-radius: 4px;
}

.checkout-cartItem-detailColumn {
  align-items: center;
  flex: 1;
  gap: 15px;
}

.checkout-cartItem-detailColumn figure {
    width: 80px;
    flex-shrink: 0;
    height: 52px;
    background: #1D1C1C;
    justify-content: center;
    display: flex;
    align-items: center;
}

.checkout-cartItem-detailColumn figure img {
    max-height: 45px;
}
.checkout-cartItem-title {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
        font-weight: 700;
}

.checkout-cartItem-priceqty {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
}

.checkout-cartItem-price {
    margin: 0;
    font-size: 12px;
    display: flex;
    gap: 6px;
    align-items: center;
    color: #FF3434;
    font-weight: 600;
    line-height: 14px;
}

.checkout-cartItem-price span {
  color: #999999;
  text-transform: uppercase;
  font-weight: 500;
}
.checkoutshopCart-column .customPc-accordian-container {
    padding: 0;
    border: 0;
    margin: 0;
}

.checkout-cartItem-qty {
    margin: 0;
    display: flex;
    font-size: 12px;
    align-items: center;
    text-transform: uppercase;
    color: #FF3434;
    padding-left: 8px;
    border-left: 1px solid #3e3e3e;
    line-height: 14px;
}

.checkout-cartItem-qty span {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
}

.shopCart-leftColumn-title {
  width: 100%;
  margin-bottom: 20px;
}

.shopCart-leftColumn-title .shopCart-title {
  font-size: 22px;
  line-height: 22px;
}


.login-account-section {
  background: linear-gradient(180deg, #000000 -4.3%, #541606 159.2%);
  padding-top: 60px;
  padding-bottom: 60px;
}

.login-account-container {
  max-width: 454px;
}

.login-form-containner {
  background: linear-gradient(180deg, rgb(29 28 28 / 10%) 0%, rgb(0 0 0 / 65%) 146.07%);
  padding: 30px;
  border: 1px solid rgb(26 26 26 / 35%);
  border-radius: 10px;
}

.login-form-containner .form-title {
  margin-bottom: 15px;
  font-size: 22px;
}

.login-account-title {
  font-size: 24px;
  margin-bottom: 20px;
  color: #FF3434;
  font-weight: 500;
}

.login-account-title a {
    font-size: 20px;
    text-decoration: none;
    color: #b9b9b9;
}

.forgot-password-link {
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid rgb(227 227 227 / 12%);
}
.forgot-password-link a {
    color: #ffffff;
}

.otherLoginwith-container h4 {
  font-size: 18px;
  text-transform: capitalize;
  width: 100%;
  text-align: center;
  margin-bottom: 12px;
}

.login-form-containner .form-group>label {
  color: #767676;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.03em;
  width: 100%;
}


.register-account-section {
  background: linear-gradient(180deg, #000000 -4.3%, #541606 159.2%);
  padding-top: 60px;
  padding-bottom: 60px;
}


.register-account-container {
  max-width: 554px;
}

.register-form-containner {
  background: linear-gradient(180deg, rgb(29 28 28 / 10%) 0%, rgb(0 0 0 / 65%) 146.07%);
  padding: 30px;
  border: 1px solid rgb(26 26 26 / 35%);
  border-radius: 10px;
}

.register-form-containner .form-title {
  margin-bottom: 15px;
  font-size: 22px;
}

.register-account-title {
  font-size: 24px;
  margin-bottom: 20px;
  color: #FF3434;
  font-weight: 500;
}

.register-account-title a {
  font-size: 20px;
  text-decoration: none;
    color: #b9b9b9;
}

.register-form-containner .form-group>label {
  color: #767676;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.03em;
  width: 100%;
}


.OurBlog-detail-section .vpc_sectiontitle strong {
    color: #ff3434;
}
.OurBlog-detail-container {
    justify-content: space-between;
    gap: 30px;
    align-items: flex-start;
}

.blogDetail-result-title {
    color: #ff3434;
    font-size: 20px;
    margin-bottom: 25px;
}

.blogDetail-result-title span {
    color: #ffffff;
}

.OurBlog-detail-column {
    flex: 1;
}

.blogDetail-list-container {
    gap: 15px;
    margin-bottom: 40px;
    display: grid!important;
    grid-template-columns: repeat(2, 1fr);
}
.OurBlog-detail-sidebar {
    width: 100%;
    max-width: 350px;
    flex-shrink: 0;
}
.OurBlog-detail-sidebar-title {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 25px;
}


.OurBlog-detail-sidebar ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background: rgba(15, 15, 15, 0.8);
    padding: 15px;
    border-radius: 5px;
}

.OurBlog-detail-sidebar ul li {
    width: 100%;
    list-style: none;
    display: flex;
}


.OurBlog-detail-sidebar ul li a {
    color: #ff3434;
    font-size: 15px;
    width: 100%;
    padding: 5px 0px;
}










.blog-main-section {
  position: relative;
  background: linear-gradient(180deg, #000000 -4.3%, #541606 159.2%);
}

.blog-main-section:after {
  content: "";
  position: absolute;
  background-image: url(../images/network-diag.webp);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 416px;
}

.blog-list-section {
  position: relative;
  z-index: 1;
}


.blogitem-list-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.blog-item {
  background: rgba(29, 28, 28, 0.80);

}

.blog-item-image a {
  width: 100%;
  display: flex;
  height: 230px;
  overflow: hidden;
}

.blog-item-image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #525252;
}



.blog-item-content {
  padding: 15px;
}

.blog-item-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 5px;
}

.blog-item-storyDesc {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.blog-item-date {
    color: #ff3434;
    font-family: Open Sans;
    font-size: 10px;
    font-style: italic;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.1px;
}


.blog-search-column {
  width: 100%;
  max-width: 900px;
  margin-bottom: 40px;
}


.blogSearch-form-group {
  margin: 0;
  gap: 30px;
}


.blog-tabs-title {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.blog-tabs-column {
  margin-bottom: 60px;
}

.blog-tabs-column ul {
  margin: 0;
  padding: 0;
  display: flex;
}

.blog-tabs-column ul li {
  list-style: none;
}

.blog-tabs-column ul li a {
  background: linear-gradient(270deg, #B40000 0%, #FF3333 89.92%);
  color: white;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 30px;
}


.blog-pagination-row {
  margin-top: 50px;
}

.pagination a {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #212121;
  border-radius: 3px;
  margin: 0px 5px;
  color: #ff0000;
  background: rgba(29, 28, 28, 0.80);
  text-decoration: none !important;
  cursor: pointer;
}


.pagination a.previous:before,
.pagination a.next:before {
  content: "";
  font-family: FontAwesome;
  color: #ff0000;
  font-size: 20px;
}

.pagination a.previous:before {
  content: "\f100";
}

.pagination a.next:before {
  content: "\f101";
}

.pagination a.active {
  background: linear-gradient(270deg, #B40000 0%, #FF3333 89.92%);
  color: #ffffff;
}

.errorPage-section {
  background: linear-gradient(180deg, #000000 0%, #54060c 100%);

}


.error-content-column {
  width: 100%;
  max-width: 340px;
}

.pagenotfount-dext {
  color: #A0A0A0;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 5px;
  margin-bottom: 40px;
}

.pagenotfount-description {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 20px;
}


.error-figure-column {
  width: 100%;
  max-width: 550px;
}


.under-maintenance-section {
  background: linear-gradient(180deg, #000000 0%, #54060c 100%);
}

.under-maintenance-content-column h1 {
  color: #FFF;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}

.under-maintenance-content-column p {
  font-size: 20px;
  margin-bottom: 40px;
}

.under-maintenance-figure-column {
  width: 100%;
  flex-shrink: 0;
  max-width: 500px;
}


.blog-detail-section {
  position: relative;
  background: linear-gradient(180deg, #000000 -4.3%, #541606 159.2%);
}

.blogDetail-card-body a {
  color: #919191;
  font-size: 20px;
}


.blogDetail-card-body {
  padding: 30px;
  background-color: rgb(255 255 255 / 3%);
  margin: 40px 0px;
  border-radius: 15px;
}


.blogDetail-post-title {
  margin-bottom: 30px;
  font-size: 32px;
  line-height: 44px;
}

.blogDetail-card-body p {
  margin-left: 0px !important;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 25px;
  text-align: initial !important;
}


.blogDetail-card-body h2,
.blogDetail-card-body h3,
.blogDetail-card-body h4,
.blogDetail-card-body h5 {
  color: #FF3434;
  font-size: 24px !important;
  margin-bottom: 25px;
  margin-top: 40px;
  text-align: initial !important;
  padding-bottom: 15px;
  border-bottom: 1px solid rgb(255 255 255 / 13%);
}

.blogDetail-card-body img {
  height: initial !important;
  width: auto !important;
  max-height: 250px;
}

.blogComment-form-container {
  margin-top: 70px;
}

.blogComment-form-column {
  max-width: 900px;
  background-color: rgb(62 62 62 / 15%);
  padding: 30px;
  border-radius: 15px;
}

.blogComment-form-title {
  font-size: 26px;
  margin-bottom: 30px;
}

.blogComment-form-column .mx-4 {
  margin: 0px !important;
}

.blogComment-form-column .form-group>label {
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #A0A0A0;
  width: 100%;
}

.blog-detail-form-input {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}


.latestBlog-slider .owl-dots {
  transform: initial;
  position: static;
  margin-top: 20px;
}


.latest-blog-container {
  margin-top: 70px;
}

.latest-blog-title {
  width: 100%;
  margin-bottom: 30px;
}


.contactus-section {
  background: linear-gradient(180deg, #000000 0%, #54060c 100%);
}

.innerbanner-row {
  background-color: rgb(0 0 0 / 33%);
  padding: 30px;
  margin-bottom: 40px;
  border-radius: 10px;
}

.contactus-map-address-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}

.contactus-map-column iframe {
  width: 100%;
  height: 100%;
}


.contactUs-column-description {
  margin-bottom: 40px;
}

.contactUs-column-description h2 {
  font-size: 26px;
  margin: 0;
  margin-bottom: 15px;
}

.contactUs-column-description p {
  font-size: 15px;
  margin-bottom: 8px;
}


.contactUs-list-container {
  gap: 30px;
  border-top: 1px solid rgb(137 137 137 / 17%);
  padding-top: 30px;
}


.contactUs-list-title {
  color: #c9c9c9;
  margin: 0;
  font-size: 20px;
  margin-bottom: 10px;
}

.contactUs-list-row ul {
  margin: 0;
  padding: 0;
}

.contactUs-list-row ul li {
  list-style: none;
  margin-top: 8px;
}

.contactus-address-column a {
  color: #FF3434;
}


.termandcondition-section {
  background: linear-gradient(180deg, #000000 0%, #54060c 100%);
}

.termandcondition-container {
  padding: 30px;
  background-color: rgb(0 0 0 / 26%);
  border-radius: 30px;
}


.termandcondition-container {
  padding: 30px;
  background-color: rgb(255 255 255 / 3%);
  border-radius: 30px;
}

.termandcondition-container ul li {
  position: relative;
  list-style: none;
  padding-left: 20px;
  margin-top: 20px;
}

.termandcondition-container ul li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  left: 0px;
  top: 8px;
  background: linear-gradient(270deg, #B40000 0%, #FF3333 89.92%);
  border-radius: 100%;
}

.termandcondition-container ul li p {
  margin: 0;
  font-weight: 300;
  font-size: 15px;
}


.privacyPolicy-section {
  background: linear-gradient(180deg, #000000 0%, #54060c 100%);
}


.privacyPolicy-container {
  padding: 30px;
  background-color: rgb(0 0 0 / 26%);
  border-radius: 30px;
}

.privacyPolicy-container h4 {
  margin-top: 40px;
  margin-bottom: 20px;
  color: #B40000;
  font-weight: 700;
  font-size: 24px;
}

.privacyPolicy-container p {
  font-size: 16px;
}


.refundPolicy-section {
  background: linear-gradient(180deg, #000000 0%, #54060c 100%);
}


.refundPolicy-container {
  padding: 30px;
  background-color: rgb(0 0 0 / 26%);
  border-radius: 30px;
}


.back-editAddress {
  display: inline-flex;
  font-size: 22px;
  background-color: #FF3434;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 15px;
}

.back-editAddress a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}


.alert-wrapper {
    position: absolute;
    z-index: 20;
    right: 30px;
    top: 90px;
}
.alert.alert-error {
    margin: 0;
    padding: 0;
    background-color: #7070701c;
}
.alert.alert-error p {
    margin: 0;
    padding: 12px;
    color: #FF3434;
    font-size: 14px;
}

.faq-main-section {
  background: linear-gradient(180deg, #000000 35.7%, #541606 133.2%);
}

.faq-nav {
  flex-shrink: 0;
  width: 250px;
  background-color: rgb(255 255 255 / 8%);
  border-radius: 4px;
  overflow: hidden;
  position: sticky;
  top: 10px;
}

.faq-nav ul li a.active {
  background-color: rgb(179 179 179 / 25%);
}

.faq-nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.faq-nav ul li {
  list-style: none;
  width: 100%;
}

.faq-nav ul li a {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #FF3434;
  display: flex;
  padding: 15px 15px;
  border-bottom: 1px solid #222222;
}

.faq-nav ul li:last-child a {
  border: 0;
}

.faq-container-row {
  align-items: flex-start;
  gap: 50px;
}

.faq-container-row #accordion {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.faq-container-row .accordion-column-row {
  padding: 0;
}

.faq-category-tite {
  margin: 0;
  font-size: 20px;
  margin-bottom: 8px;
  color: #FF3434;
}


.faq-container-row .card {
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  border: 0;
}

.faq-container-row .card-header {
  border-radius: 0;
  padding: 0;
  gap: 15px;
  background-color: rgb(255 255 255 / 5%);
  padding-right: 15px;
}


.faq-container-row .card-header .card-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  display: flex;
  width: 100%;
  padding: 15px 15px;
}

.faq-container-row .card-body {
  background-color: rgb(122 122 122 / 12%);
}

.faq-container-row .card-body p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.03em;
}

.faq-container-row .card-body h4 {
  color: #FF3434;
  font-size: 20px;
}

.faq-container-row .card-body p strong {
  color: #FF3434;
}

.checkShipthis-address {
  width: 100%;
  margin-bottom: 20px;
}


.shipping-method-form-container .account-right-title-header,
.payment-method-form-container .account-right-title-header {
  margin-bottom: 20px;
}


.shipping-method-subtitle {
  font-size: 20px;
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 27px;
  background: linear-gradient(270deg, #B40000 0%, #FF3333 89.92%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.supping-method-summery {
  font-size: 16px;
  margin-bottom: 40px;
}


.payment-method-summery {
  font-size: 15px;
  font-weight: 100;
  color: #c1c1c1;
}

.payment-method-form-container .checkout-method-group {
  margin-bottom: 15px;
  border-bottom: 1px dashed #383838;
}

.payment-method-form-container .control-group {
  margin-bottom: 40px;
}


.complete-order-container {
  display: grid;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 15px;
}

.left-final-checkout {
  width: 100%;
}

.complete-order-container .payment-reviewTable-row {
  margin: 0;
}
.coupon-container{
  flex-wrap: wrap;
}
.shipping-method-continue-button{
  padding-top: 10px;
}

.coupon-form-inputControl {
  padding-bottom: 15px;
  margin-top: 15px;
  gap: 10px;
}

.coupon-inputControl {
  width: 100%;
}

.coupon-form-inputControl .control-error {
  position: absolute;
  bottom: -4px;
  margin: 0;
}


.checkout-cartItem-shipping-icon-row {
  display: grid;
  gap: 15px;
  padding-top: 30px;
  margin-top: 20px;
  border-top: 1px dashed #242424;
}

.checkout-cartItem-shipping-icon-column {
  display: flex;
  align-items: center;
  gap: 15px;
}

.checkout-cartItem-shipping-icon-column i {
  color: #FF3434;
}

.checkout-cartItem-shipping-icon-column p {
  margin: 0;
  color: #9d9d9d;
  font-weight: 500;
}

.success-shopping-main-section {
  background: linear-gradient(180deg, #000000 35.7%, #541606 133.2%);
}


.continueShopping-vpc_sectiontitle_row {
  margin: 0;
  margin-top: 40px;
}


.vpc_product-details-right {
  width: 100%;
}


/*.checkbox {
    display: inline-flex;
    position: relative;
    align-items: center;
}
.checkbox input[type=checkbox] {
    opacity: 0;
    visibility: hidden;
}
.checkbox label {
    margin: 0;
    display: flex;
    gap: 10px;
    position: relative;
}
.checkbox label:before {
    content: "";
    width: 22px;
    height: 22px;
    border: 1px solid #444444;
    border-radius: 3px;
    overflow: hidden;
}
.checkbox label:after {
    content: "\f00c";
    font-family: "FontAwesome";
    position: absolute;
    font-size: 16px;
    top: 50%;
    transform: translateY(-50%);
    left: 4px;
    opacity: 0;
    visibility: hidden;
}
*/
















#desc-modal .modal-content {
    background: linear-gradient(180deg, #1D1C1C 0%, #000 100%);
    border: 0;
    box-shadow: none;
}
#desc-modal .modal-content .modal-body {
    padding: 15px!important;
    padding-top: 0px!important;
}
#desc-modal .modal-header {
    border: 0;
}

#desc-modal .close {
    width: 65px;
    height: 65px;
    display: inline-flex;
    background-color: transparent !important;
    border: 0px !important;
    background-image: url(../images/modal-colse.svg);
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 1 !important;
    outline: none !important;
    font-size: 0px;
}
#desc-modal .modal-body table.table {
    width: 100%!important;
    max-height: 500px;
    border: 0px;
}

#desc-modal .modal-body table.table tr {
    background-color: transparent;
}

#desc-modal .modal-body table.table tr td {
    /* border: 0px!important; */
    color: #ffffff;
    font-size: 15px;
    padding: 8px 15px!important;
    border: 1px solid #222222!important;
}



#shareModal .modal-content {
    border: 0;
    background: linear-gradient(180deg, #1D1C1C 0%, #000 100%);
}

.configurator_share_link {
    margin: 0;
    padding: 0;
}
.shareModal-title {
    margin: 0;
    font-size: 20px;
    color: #FF3434 !important;
}

.configurator_share_link li {
    list-style: none;
    padding: 10px 0px;
}


.configurator_share_link li a {
    line-height: 20px;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
}



#shareModal .modal-header {
    border-bottom: 1px solid #202020;
    display: flex;
    align-items: center;
}

.configurator_share_link li a span:first-child {
    width: 30px;
    display: flex;
    align-items: flex-start;
}

.skipstart-tour-modal-container{
  max-width:450px;
      z-index: 9999;
}

.skipstart-tour-modal-container .shepherd-content {
    border-radius: 5px;
    background: linear-gradient(180deg, #1D1C1C 0%, #000 100%);
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    outline: none!important;
    box-shadow: 0px 0px 48px 0px #bc0606;
}
.skipstart-tour-modal-container .shepherd-content:before {
    content: "";
    background-image: url(../images/smile-modal-icon.webp);
    width: 50px;
    height: 60px;
    margin: auto;
    position: relative;
    z-index: 3;
    background-size: contain;
    margin-top: 24px;
    background-repeat: no-repeat;
    
}
.skipstart-tour-modal-container .shepherd-content:after {
    content: "";
    width: 70px;
    height: 70px;
    flex-shrink: 0;
    background-color: #000;
    top: 15px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 100%;
    z-index: 2;
}



.skipstart-tour-modal-container header {
    display: flex;
    justify-content: center;
    margin-top: 25px;
    width: 100%;
    padding: 0px 15px;
}

.skipstart-tour-modal-container  .shepherd-title {
    text-align: center;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

.skipstart-tour-modal-container  .shepherd-cancel-icon {
    position: absolute;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    right: 0;
    top: 0;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.60);
    background-image: url(../images/modal-colse.svg);
    background-repeat: no-repeat;
    border: 0;
    background-position: center center;
    background-size: 20px;
}


.skipstart-tour-modal-container .shepherd-text {
    text-align: center;
    font-size: 16px;
    width: 100%;
    padding: 0px 30px;
    margin-top: 10px;
    color: #f1f1f1;
}
.skipstart-tour-modal-container .shepherd-cancel-icon span {
    font-size: 0px;
}

.skipstart-tour-modal-container .shepherd-footer {
    display: flex;
    justify-content: center;
    gap: 100px;
    margin-top: 20px;
    width: 100%;
    margin-bottom: 30px;
}


.skipstart-tour-modal-container:before {
    content: "";
    display: inline-block;
    width: 181px;
    height: 30px;
    border-radius: 40px;
    background: #1E1D1D;
    position: absolute;
    /* z-index: 1; */
    left: 0;
    right: 0;
    top: 16px;
    margin: auto;
}

.startTour-cta {
    background: linear-gradient(270deg, #B40000 0%, #FF3333 89.92%);
    border-radius: 5px;
    color: #ffffff !important;
    font-size: 16px;
    line-height: 22px;
    padding: 10px 20px;
    display: inline-flex;
    transition: all 0.3s;
    text-decoration: none !important;
    border: 0px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    outline: none !important;
}
.skipTour-cta {
    color: #ffffff;
    border: 1px solid #f32b2b;
    border-radius: 4px;
    background: rgba(29, 28, 28, 0.80);
    padding: 0px 23px;
}

.Tour-prev, .Tour-next {
    display: flex;
    align-items: center;
    gap: 5px;
}

.Tour-prev:before, .Tour-next:after {
    content: "";
    width: 21px;
    height: 21px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.Tour-prev:before{
background-image: url(../images/red-arrow-prev.webp);
}

.Tour-next:after{
background-image: url(../images/white-arrow-next.webp);
}






.congratulationsModal-section {
    /* max-width: 450px; */
    /* position: fixed; */
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    /* z-index: 99; */
    /* padding: 15px; */
    margin-top: 55px;
    padding: 0px 15px;
}



.congratulationsModal-container {
    border-radius: 5px;
    background: linear-gradient(180deg, #1D1C1C 0%, #000 146.07%);
    padding: 30px;
    position: relative;
}
.congratulationsModal-call figure {
    display: flex;
    width: 129px;
    height: 129px;
    justify-content: center;
    align-items: center;
    background-color: #000;
    border-radius: 100%;
}

.congratulationsModal-content {
    margin-top: 30px;
}
.congratulationsModal-content h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
}
.congratulationsModal-content p {
    margin: 0;
    font-size: 16px;
    line-height: 22px;
    margin-top: 12px;
}


.congratulationsModal-cta {
    margin-top: 30px;
}
.congratulationsModal-cta a {
    height: 46px;
}

.close-congratulationsModal{
    position: absolute;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    right: 0;
    top: 0;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.60);
    background-image: url(../images/modal-colse.svg);
    background-repeat: no-repeat;
    border: 0;
    background-position: center center;
    background-size: 20px;
}








#desc-modal .modal-content .table-design-layout {
    padding: 0px 30px!important;
}

.OurBlog-detail-section{
 background: linear-gradient(180deg, #000000 -4.3%, #541606 59.2%); 
}

.table-design-layout{
      max-height: 450px;
    overflow: auto;
}
.table-design-layout * {
    background-color: transparent!important;
    border: 0px!important;
}
.table-design-layout table {
    border: 0!important;
    width: 100%!important;
    padding: 10px;
}
.table-design-layout table tbody tr td {
    padding: 6px 10px!important;
    color: #ffffff;
    border: 1px solid #151515;
    font-size: 14px;
}
.table-design-layout p>span>span,.table-design-layout h1>span>span,
.table-design-layout h2>span>span,.table-design-layout h3>span>span,.table-design-layout h4>span>span,
.table-design-layout h5>span>span,.table-design-layout h6>span>span {
    padding: 15px;
    color: #ff0000;
    display: block;
    font-size: 15px!important;
    padding-bottom: 0;
}
.table-design-layout ul {
    margin: 0;

}
.table-design-layout ul li {
    font-size: 14px;
}
.table-design-layout>ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0!important;
    width: 100%;
    padding: 15px 15px;
}

.table-design-layout>ul>li {
    width: 100%!important;
    margin: 0!important;
    border-bottom: 1px solid #151515!important;
    color: #ffffff!important;
    display: flex;
    padding: 10px 0px!important;
}
.table-design-layout>ul>li>span {
    color: #ffffff!important;
    font-size: 14px;
    width: auto!important;
    max-width: initial!important;
    flex: 1;
}



.table-design-layout::-webkit-scrollbar {
    width: 10px;
  }

  /* Track */
.table-design-layout::-webkit-scrollbar-track {
    background: #8B8B8B;
    border-radius: 20px
  }

  /* Handle */
.table-design-layout::-webkit-scrollbar-thumb {
    background: #353535;
    border-radius: 20px
  }

  /* Handle on hover */
.table-design-layout::-webkit-scrollbar-thumb:hover {
    background: #8B8B8B !important;
    border-radius: 20px
  }




.table-design-layout section {
    margin-bottom:25px;
}
.table-design-layout section h2 {
    color: #FF3434;
    font-size: 18px;
}

.table-design-layout ul li a:not([href]):not([class]) {
    color: #ffffff;
}










.forgetpassword-section{
      background: linear-gradient(180deg, #000000 -4.3%, #541606 159.2%);
          padding-top: 60px;
    padding-bottom: 60px;
}


.forgetpassword-container form {
    width: 100%;
    max-width: 450px;
    background: linear-gradient(180deg, rgb(29 28 28 / 10%) 0%, rgb(0 0 0 / 65%) 146.07%);
    padding: 30px;
    border: 1px solid rgb(26 26 26 / 35%);
    border-radius: 10px;
}
.forgetpassword-form {
    width: 100%;
}
.forgetpassword-title {
    font-size: 24px;
    margin-bottom: 20px;
    color: #FF3434;
    font-weight: 500;
}
.backSignIn-text {
    margin: 0;
    margin-top: 20px;
    font-size: 15px;
}










 .blogDetail-card-body-container{
  margin-top: 50px;
 }
.blog-main-breadcrumb {
    margin-bottom: 50px;
}






.showbanner-container {
    margin-bottom: 50px;
}


.loader {
    display: block;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 91%);
    z-index: 9999999999;
}
.loderItem {
    display: inline-flex;
    justify-content: center;
    left: 50%;
    top: 50%;
    position: fixed;
    transform: translate(-50%, -50%);
    text-align: center;
}
.loader span {
    color: #fff;
    letter-spacing: 30px;
    font-size: 60px;
    animation: loading 5s ease infinite;
    opacity: 0;
    text-transform: uppercase;
}
.loader span:nth-child(1){
  animation-delay: .5s;
}
.loader span:nth-child(2){
  animation-delay: 1s;
}
.loader span:nth-child(3){
  animation-delay: 1.5s;
}
.loader span:nth-child(4){
  animation-delay: 2s;
}
.loader span:nth-child(5){
  animation-delay: 2.5s;
}
.loader span:nth-child(6){
  animation-delay: 3s;
}
.loader span:nth-child(7){
  animation-delay: 3.5s;
}
@keyframes loading {
  50%{
      opacity: 1;
  }
}



.SelectConfiguration-dropdowncta-menu .dropdown-menu {
    width: 100%;
    background-color: transparent;
    padding: 0;
    border: 0;
    border-radius: 0;
    border: 0;
    display: none;
    margin:0;
}
.SelectConfiguration-dropdowncta-menu .dropdown-menu li {
    width: 100%;
    list-style: none;
}
.SelectConfiguration-dropdowncta-menu .dropdown-menu li a {
    color: #ffffff;
    padding: 8px 10px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    min-width: max-content;
    text-decoration: none;
    background-color: #212529;
}
.SelectConfiguration-dropdowncta-menu .dropdown-menu-right {
    left: 100%!important;
    transform: initial!important;
}
.SelectConfiguration-dropdowncta-menu .dropdown-menu li a:hover {
    color: #FF3434;
    font-weight: 700;
}
.SelectConfiguration-dropdowncta-menu .dropdown-menu li.dropdown .dropdown-menu{top:0!important}

.SelectConfiguration-dropdowncta-menu:hover>.dropdown-menu {
    display: block;
}

.SelectConfiguration-dropdowncta-menu .dropdown-menu li.dropdown:hover .dropdown-menu {
    display: block;

}
/*footer css start*/

#footer {
  background: linear-gradient(180deg, #000000 0%, #2D2D2D 100%);
}

.footer-top-section {
    padding: 80px 15px;
    padding-bottom: 0;
}
.footer-top-container {
  display: flex;
  align-items: flex-start;
  gap: 120px;
}

.footer-navbar-brand {
  margin: 0 !important;
  flex-shrink: 0;
  width: 190px !important;
}

.footer-topmenu-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
}

.footer-topmenu-title {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  background: linear-gradient(270deg, #B40000 0%, #FF3333 89.92%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 15px;
}

ul.footer-link {
  margin: 0;
  padding: 0;
}

ul.footer-link li {
  list-style: none;
  margin-bottom: 10px;
}

ul.footer-link li a {
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  transition: all 0.3s;
  text-decoration: none;
}

.footer-connect-link ul {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.footer-connect-link ul {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.footer-connect-link ul li {
  list-style: none;
  margin-bottom: 10px;
  position: relative;

}

.footer-connect-link ul li a {
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  display: flex;
  position: relative;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.footer-connect-link ul li a:before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 21px;
  height: 21px;
  flex-shrink: 0;
}

.footerMailTo:before {
  background-image: url(../images/mail-icon.webp);
}

.footerCallTo:before {
  background-image: url(../images/phone-icon.webp);
}


.footerSocialConnect p {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
}

.footerSocialConnect ul {
  margin: 0;
  padding: 0;
  gap: 20px;
  margin-top: 10px;
}

.footerSocialConnect ul li {
  list-style: none;
  display: flex;
}


.footer-copyright-section {
    /* background: linear-gradient(270deg, #B40000 0%, #FF3333 89.92%); */
    padding: 30px 15px;
}

.footer-copyright-section p {
    margin: 0;
    font-size: 12px;
    line-height: 15px;
}


.chat-container {
  bottom: 15px;
  left: 25px;
}


.chat-hover-icon .default-border-cta {
  background: #ff0000;
  border: 0;
  width: 65px;
  height: 65px;
  border-radius: 100%;
  padding: 0;
}

.chat-hover-icon .vpc_default_redgradint_cta {
  background: #ff0000;
  border: 0;
  width: 65px;
  height: 65px;
  border-radius: 100%;
  padding: 0;
}

.highlight_icon {
  overflow: hidden;
  border-radius: 50%;
  position: absolute;
  animation: animatepulse2 2s linear infinite;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 3px;
  height: 3px;
  margin: auto;
}

@keyframes animatepulse2 {
  0% {
    box-shadow: 0 0 0 0 #ffffff, 0 0 0 0 #ff0000;
  }

  75% {
    box-shadow: 0 0 0 rgb(255 255 255 / 80%), 0px 3px 17px 50px rgb(20 21 24);
  }

  100% {
    box-shadow: 0 0 0 rgba(18, 141, 210, 0), -2px 3px 11px 80px rgb(18 141 210 / 3%);
  }
}

















.voltedpc_heroBanner_main_section {
    padding-top: 20px;
}

.voltedpc_heroBanner_main_section .breadcrumb-navbar {
    margin: 0;
}







.voltedpc_heroBanner_container {
    width: 100%;
    display: flex;
    padding: 80px 0px;
}
.voltedpc_heroBanner_content_column {
    width: 100%;
    max-width: 765px;
}

.voltedpc_heroBanner_title {
    font-size: 65px;
    line-height: 80px;
    margin: 0;
    font-weight: 700;
}

.voltedpc_heroBanner_subtitle {
    font-size: 16px;
    line-height: 30px;
    color: #FFFFFF;
    margin: 0;
    margin-top: 15px;
}
.voltedpc_heroBanner_buttonGroup {
    display: flex;
    margin-top: 30px;
    gap: 20px;
}

.voltedpc_heroBanner_enterprise_main_section {
    background: linear-gradient(180deg, #000000 -4.3%, #541606 59.2%);
}

.voltedpc_enterprise_serverWorkstation_section {
    padding: 115px 15px;
    position: relative;
    background: linear-gradient(180deg, #541606 -4.3%, #000000 59.2%);
    z-index: 1;
}
.voltedpc_enterprise_serverWorkstation_section:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(../images/2024/enterprise_background-image.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
}
.voltedpc_enterprise_serverWorkstation_section:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 700px;
    left: 0;
    bottom: -238px;
    background-image: url(../images/2024/enterprise-network.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}


.voltedpc_enterprise_serverWorkstation_section .row {
    position: relative;
    z-index: 3;
}
.voltedpc_enterprise_heading_container {
    margin-bottom: 100px;
}
.voltedpc_enterprise_title {
    font-size: 36px;
    line-height: 44px;
    margin: 0;
    text-align: center;
    font-weight: 700;
}

.voltedpc_enterprise_heading_description {
    margin: 0;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    margin-top: 40px;
}
.voltedpc_enterprise_serverWorkstation_grid_row {
    display: grid;
    gap: 110px;
}
.voltedpc_enterprise_serverWorkstation_grid_column_title_row {
    margin-bottom: 50px;
}
.voltedpc_enterprise_serverWorkstation_grid_column {
    display: flex;
    gap: 50px;
}
.voltedpc_enterprise_serverWorkstation_grid_column:nth-child(even) {
    flex-direction: row-reverse;
}
.voltedpc_enterprise_serverWorkstation_grid_column:nth-child(even) .voltedpc_enterprise_serverWorkstation_grid_contentCta {
    justify-content: flex-start;
}
.voltedpc_enterprise_serverWorkstation_gridFigure {
    flex-shrink: 0;
    width: 580px;
}
.voltedpc_enterprise_serverWorkstation_grid_title {
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 24px;
}
.voltedpc_enterprise_serverWorkstation_grid_content p {
    margin: 0;
    font-size: 18px;
    line-height: 30px;
}

.voltedpc_enterprise_serverWorkstation_icon_container {
    background: #1D1D1D;
    border-radius: 10px;
    padding: 20px;
    margin-top: 25px;
}
.voltedpc_enterprise_serverWorkstation_icon_title {
    color: #FF3434;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 24px;
} 

.voltedpc_enterprise_serverWorkstation_icon_column {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 15px;
}
.voltedpc_enterprise_serverWorkstation_icon_item {
    display: flex;
    gap: 20px;
    background: #0F0F0F;
    padding: 15px;
    align-items: center;
    border-radius: 10px;
}
.voltedpc_enterprise_serverWorkstation_icon_item figure {
    flex-shrink: 0;
}

.voltedpc_enterprise_serverWorkstation_icon_item p {
    margin: 0;
    font-size: 18px;
    line-height: 30px;
    color: rgb(255 255 255 / 80%);
    font-size: 14px;
    line-height: 18px;
}
.voltedpc_enterprise_serverWorkstation_grid_contentCta {
    display: flex;
    margin-top: 24px;
    justify-content: flex-end;
}



.voltedpc_enterprise_business_section {
    background: linear-gradient(180deg, #000000 43.3%, #541606 59.2%);
    padding: 115px 15px;
    position: relative;
    padding-bottom: 200px;
}



.voltedpc_enterprise_business_row {
    gap: 25px;
    display: grid;
}
.voltedpc_enterprise_business_column {
    background: linear-gradient(180deg, rgba(29, 28, 28, 0.64) 0%, rgba(0, 0, 0, 0.64) 100%);
    width: 100%;
    display: flex;
    border: 1px solid;
    border-image-source: linear-gradient(180deg, #B40000 0%, rgba(180, 0, 0, 0) 100%);
    border-radius: 15px;
    padding: 30px;
    gap: 25px;
}

.voltedpc_enterprise_business_content {
    width: 100%;
}

.voltedpc_enterprise_business_profile {
    display: flex;
    align-items: center;
    gap: 20px;
}
.voltedpc_enterprise_business_profile_img {
    display: flex;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    overflow: hidden;
    border: 3px solid #fc3131;
    flex-shrink: 0;
}
.voltedpc_enterprise_business_profile_detail h3 {
    margin: 0;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
}
.voltedpc_enterprise_business_profile_detail h3 span {
    display: block;
    font-size: 12px;
    line-height: 15px;
    color: #B0B0B0;
    margin: 0;
    margin-top: 5px;
}
.voltedpc_enterprise_business_profile_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}




.voltedpc_enterprise_business_gallery_column {
    width: 180px;
    flex-shrink: 0;
    background: rgb(20 20 20 / 80%);
    padding: 25px;
    border-radius: 15px;
}

.voltedpc_enterprise_business_gallery_column p {
    margin: 0;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
}
.voltedpc_enterprise_business_gallery {
    display: grid;
    gap: 10px;
    margin-top: 12px;
}
.voltedpc_enterprise_business_gallery figure {
    width: 100%;
    height: 65px;
    display: flex;
    overflow: hidden;
    border-radius: 10px;
}

.voltedpc_enterprise_business_gallery figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.voltedpc_enterprise_business_summery {
    margin-top: 30px;
}
.voltedpc_enterprise_business_summery p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}


.voltedpc_enterprise_business_slider .owl-nav {
    position: absolute;
    top: calc(100% + 60px);
    width: 100%;
    max-width: 250px;
    left: 50%;
    transform: translateX(-50%);
}

.voltedpc_gaming_heroBanner_mobileContent_section{
  display: none;
}





.voltedpc_gaming_heroBanner_main_section {
    position: relative;
    z-index: 2;
    background-image: url(../images/2024/gaming-banner-image-2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.voltedpc_gaming_heroBanner_container {
    padding-top: 40px;
    padding-bottom: 30px;
    gap: 40px;
    align-items: flex-end;
}

.voltedpc_gamingHeroBanner_content_column {
    max-width: 640px;
}

.voltedpc_gaming_heroBanner_container .voltedpc_heroBanner_title {
    font-size: 40px;
    line-height: 48px;
    font-weight: 600;
}
.voltedpc_gaming_heroBanner_iconContainer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 30px;
    margin-top: 35px;
}
.voltedpc_gaming_heroBanner_column {
    position: relative;
}

.voltedpc_gaming_heroBanner_column_container {
    width: 100%;
    transition: all 0.3s;
    border-radius: 15px;
    display: flex;
    height: 100%;
}

.gaming_heroBanne-icon_row {
    display: flex;
    background-color: rgb(142 142 142 / 30%);
    border-radius: 15px;
    padding: 15px;
    justify-content: center;
    height: 100%;
    transition: all 0.3s;
    left: 0;
}

.voltedpc_gaming_heroBanner_column:nth-child(even) .voltedpc_gaming_heroBanner_column_container {
    left: inherit;
    right: 0px;
}
.voltedpc_gaming_heroBanner_column:nth-child(even) .gaming_heroBanne-icon_row {
    flex-direction: row-reverse;
}
.gaming_heroBanne_icon_column {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    align-content: center;
}

.gaming_heroBanne_icon_column figure {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    overflow: hidden;
    background: linear-gradient(270deg, #B40000 0%, #FF3333 89.92%);
    padding: 1px;
    transition: all 0.5s;
        flex-shrink: 0;
}

.gaming_heroBanne_icon_column figure span {
    background: rgb(112 94 114);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 100%;
    transition: all 0.5s;
}

.gaming_heroBanne_icon_column p {
    margin: 0;
    width: 100%;
    text-align: center;
    font-size: 24px;
    line-height: 25px;
    font-weight: 600;
}



.gaming_heroBanne_icon_content_Column {
    display: flex;
    align-items: center;
    width: 0px;
    overflow: hidden;
    transition: all 0.5s;
    opacity: 0;
}


.gaming_heroBanne_icon_content_Column p {
    margin: 0;
    font-size: 18px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.voltedpc_gaming_heroBanner_column:hover .voltedpc_gaming_heroBanner_column_container {
    position: absolute;
    width: calc(200% + 30px)!important;
    z-index: 1;
    padding: 1px;
    background: linear-gradient(90deg, #B40000 0%, rgba(0, 0, 0, 0) 95.42%);
}


.voltedpc_gaming_heroBanner_column:hover .gaming_heroBanne-icon_row {
    background: #3D2F49;
    gap: 30px;
}



.voltedpc_gaming_heroBanner_column:hover figure span {
    background: transparent;
}
.voltedpc_gaming_heroBanner_column:hover .gaming_heroBanne_icon_content_Column {
    width: 100%;
    opacity: 1;
}





































.gaming_heroBanner_iconContainer_title {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    margin-top: 20px;
}
.gaming-youtube-columnbanner {
    max-width: 540px;
    flex-shrink: 0;
}
.gaming-youtube-columnbanner iframe {
    width: 100%;
    border: 0;
    border-radius: 10px;
}
.gaming-youtube-columnbanner_title {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    margin-top: 15px;
}


.voltedpc_gaming_productListing_section {
    background: linear-gradient(180.5deg, #000000 0.41%, #541606 56.32%, #000000 104.91%);
    padding: 90px 15px;
}

.gaming-youtube-columnbanner-link {
    background-image: url(../images/2024/youtube-frame-red.webp);
 
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 330px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
      transition: all 0.5s;
}
.gaming-youtube-columnbanner-link:before {
    content: "";
    background-image: url(../images/2024/youtube-icon-red.webp);
    width: 110px;
    height: 110px;
    background-position: center center;
    background-repeat: no-repeat;
      transition: all 0.5s;
      background-size: contain;
   
}

.gaming-youtube-columnbanner-link:hover{
   
  background-image: url(../images/2024/youtube-frame-white.webp);
}
.gaming-youtube-columnbanner-link:hover:before{

   background-image: url(../images/2024/youtube-icon-white.webp);
}












.services-product-item-listing-section{
  overflow: hidden;
}
.services-product-item-listing-section:before {
    height: 0px;
    opacity: 0;
    visibility: hidden;
}














/*responsive css start*/


@media(min-width:768px) {
  
  .owl-carousel.vpc_homeTopbrand_slider .owl-nav>button {
    background-color: transparent !important;
    background-size: contain;
    transform: translateY(calc(-50% - 24px));
  }

  .owl-carousel.vpc_homeTopbrand_slider .owl-nav>button.owl-next {
    background-image: url(../images/icons/angle-next-large.svg);
    left: 100%;
    right: initial;
  }

  .owl-carousel.vpc_homeTopbrand_slider .owl-nav>button.owl-prev {
    background-image: url(../images/icons/angle-prev-large.svg);
    right: 100%;
    left: initial;
  }


  .owl-carousel.related-item-slider .owl-nav>button {
    background-color: transparent !important;
    background-size: contain;
    transform: translateY(calc(-50% - 24px));
  }

  .owl-carousel.related-item-slider .owl-nav>button.owl-next {
    background-image: url(../images/icons/angle-next-large.svg);
    left: 100%;
    right: initial;
  }

  .owl-carousel.related-item-slider .owl-nav>button.owl-prev {
    background-image: url(../images/icons/angle-prev-large.svg);
    right: 100%;
    left: initial;
  }


  .mobileview-shopcard-price {
    display: none;
  }



.owl-carousel.voltedpc_enterprise_business_slider .owl-nav>button {
    background-color: transparent !important;
    background-size: contain;
}
.owl-carousel.voltedpc_enterprise_business_slider .owl-nav>button.owl-prev {
    background-image: url(../images/icons/angle-prev-large.svg);
    right: 100%;
    left: initial;
}
.owl-carousel.voltedpc_enterprise_business_slider .owl-nav>button.owl-next {
    background-image: url(../images/icons/angle-next-large.svg);
    left: 100%;
    right: initial;
}





}

@media(min-width:992px) {
  .about-gridBnner-column:nth-child(3) {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 3;
  }

}


@media(max-width:1439px) {

  .vpc_section {
    padding-top: 70px;
    padding-bottom: 90px;
  }

  .navbar-brand {
    margin-right: 15px;
    width: 130px;
  }


}


/*1199 css start*/


@media(max-width:1199px) {
.vpc_homebanner_figure {
    height: 430px;
}

  .vpc_default_redgradint_cta {
    font-size: 14px;
    line-height: 20px;

  }

  .vpc_default_baBorderCta {
    font-size: 14px;
    line-height: 20px;
  }

 .vpc_default_baBorderCta span {
    padding: 6px 15px;
    border-radius: 4px;
}


  .navbar-brand {
    width: 110px;
  }

  .navbar .navbar-nav>li {
    height: 80px;
  }

  .navbar .navbar-nav>li>a {
    font-size: 13px;
    line-height: 22px;
    padding: 0px 10px;
    gap: 8px;
  }

  .navbar .navbar-nav>li>a>i {
    width: 11px;
    height: 6px;
  }

  .vpc_menuright_column {
    gap: 20px;
  }

  .vpc_headeruser_name {
    font-size: 13px;
    line-height: 20px;
  }

  .vpc_headeruser_accountDropdown>a>i {
    width: 11px;
    height: 6px;
    margin-left: 2px;
  }


  .vpc_section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .vpc_sectiontitle {
    font-size: 28px;
    line-height: 40px;
  }

  .vpc_sectionSubtitle {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .vpc_homeOurProduct_container_row {
    gap: 20px;
  }

  .vpc_homeOurProduct_title {
    font-size: 20px;
    line-height: 30px;
  }

  .vpc_homeOurcompanyValue_content {
    padding: 20px;
  }

  .vpc_homeOurcompanyValue_title {
    font-size: 20px;
    line-height: 28px;
  }

  .vpc_homeWhychoose_row {
    gap: 15px;
  }

  .vpc_homeWhychoose_title {
    font-size: 16px;
    line-height: 20px;
  }

  .vpc_ChooseSatification_circle span {
    width: 90px;
    height: 90px;
    font-size: 15px;
    line-height: 15px;
  }

  .vpc_ChooseDelivered_content p {
    font-size: 15px;
    line-height: 20px;
  }

  .vpc_ChooseDelivered_content p strong {
    font-size: 36px;
    line-height: 56px;
  }

  .vpc_Chooserating_content p {
    font-size: 36px;
    line-height: 36px;
  }

  .vpc_Chooserating_star {
    font-size: 12px;
  }

  .vpc_homeWhychoose_wrapper figure img {
    max-height: 90px;
    max-width: 90px;
  }

  .vpc_clientFigure {
    width: 60px;
    height: 60px;
  }

  .vpc_clientName {
    font-size: 12px;
    line-height: 15px;
    margin-top: 5px;
  }

  .vpc_clientRating {
    font-size: 12px;
  }


  .vpc_stayConnect_container .vpc_sectiontitle_row {
    padding: 20px 10px;
  }

  .vpc_stayConnectSocial_title {
    font-size: 18px;
    line-height: 26px;
  }

  .vpc_stayConnectSocial_container {
    gap: 15px;
    padding: 15px;
  }

  .vpc_stayConnectSocial_content {
    gap: 12px;
    padding: 12px;
}
.vpc_stayConnectSocial_content figure {
    width: 60px;
}
.vpc_stayConnectSocial-detail-header p {
    font-size: 12px;
    line-height: 16px;
}
.vpc_stayConnectSocial-detail-header p span {
    font-size: 10px;
}

.vpc_stayConnectSocial_content .vpc_default_redgradint_cta {
/*    border-radius: 0px;*/
    font-size: 12px;
    line-height: 12px;
    padding: 12px 15px;
}
.vpc_stayConnectSocial-detail-number p {
    font-size: 13px;
    line-height: 16px;
}
.vpc_stayConnectSocial-detail-number p span {
    font-size: 10px;
    line-height: 12px;
}
.vpc_stayConnectSocial_blogColumn .vpc_stayConnectSocial-detail-header p span {
    font-size: 12px;
    line-height: 16px;
}
.vpc_stayConnectSocial_blogColumn .vpc_stayConnectSocial-detail-number p {
    font-size: 10px;
    line-height: 12px;
}




  .account_column {
    padding: 20px;

  }

  .account_title {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 25px;
  }

  .account_loginlink_title {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 10px;
  }

  .account_loginlink_row {
    gap: 15px;
  }

  .account_orLine span {
    font-size: 13px;
    line-height: 16px;
    padding: 0px 10px;
  }

  .account-tab-container .nav-tabs li a {
    font-size: 12px;
    line-height: 22px;
    padding: 5px 10px;
  }

  .account-tab-container .nav-tabs {
    margin-bottom: 20px;
  }

  .account_column form .vpc_default_redgradint_cta {
    font-size: 14px;
    line-height: 26px;
  }

  .accountModal .closeModal {
    width: 50px;
  }

  .closeModal {
    width: 50px;
    height: 50px;
    background-size: 30px;
  }

  .vpc_default_h1title {
    margin: 0;
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    color: #FFFFFF;
  }


  .configurator_cardLink_column {
    max-width: 300px;
  }


  .vpc_configurator_mainTabs li a {
    font-size: 14px;
    line-height: 18px;
    padding: 8px 20px;
  }
.collapseconfigurator_cardLink,.configuratorServices_toolColumn label{
    padding: 15px;
}
.configurator_moreItem-text {
    font-size: 12px;
    line-height: 12px;
    gap: 6px;
}

.configurator_moreItem-text:after {
    width: 6px;
    height: 9px;
}
.collapseconfigurator_cardLink[aria-expanded="true"] .configurator_moreItem-text:after {
    width: 18px;
    height: 10px;
}
.configurator_cardLink_name,.service_cardLink_name {
    font-size: 11px;
    line-height: 14px;
    gap: 12px;
    max-width: 120px;
}
.configurator_cardLink_column p {
    font-size: 10px;
    line-height: 12px;
}
  .vpc_configurator_itemTabContainer {
    padding: 12px;
  }
.configuratorServices_toolsTitle {

    font-size: 12px;
    line-height: 14px;
}
  .vpc_configurator_itemRow {

    gap: 15px;
  }

  .vpc_configurator_itemBox {
    flex-wrap: wrap;
    padding: 12px;
    padding-bottom: 30px;
  }

  .vpc_configurator_itemBox figure {
    width: 100%;
    height: 100px;
}

  .vpc_configurator_itemColumn label:before {
    bottom: 6px;
    top: initial;
  }

  .vpc_configurator_itemColumn label:after {
    top: initial;
    bottom: 12px;
  }


  .vpc_configurator_completeCta {
    gap: 10px;

  }
.vpc_configurator_completeCta a {
    min-height: 38px;
    font-size: 12px;
    padding: 4px 11px;
}


  .configurator_requestModal_column {
    padding: 30px;
    padding-top: 0px;
  }

  .configurator_requestModal_title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
  }


  .configurator_requestModal_content {
    margin-top: 25px;
  }

  .configurator_requestModal_content p {
    font-size: 12px;
    line-height: 18px;
  }

  .configurator_requestModal_ctaRow {
    margin-top: 20px;
    gap: 20px;
  }

  .welcome-configuratorModal-contaner {
    max-width: 700px;
  }

  .welcome-configuratorModal-column .closeModal {
    width: 60px;
  }

  .welcome-configuratorModal-ctaRow {

    gap: 30px;
  }

  .welcome-configuratorModal-title {
    font-size: 18px;
    line-height: 26px;
  }

  .vpc-customerCard-title {
    font-size: 28px;
    line-height: 38px;
  }

  .vpc-customerCard-figure {
    flex-shrink: 0;
    max-width: 400px;
  }


  .product-listing-bannercontent-container {
    margin-top: 40px;
  }

  .product-listing-banner-title {
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 20px;
  }



.jscroll-inner, .jscroll-added .products-items-container {
    gap: 90px 15px;
}
.products-items-container .products-item-column {
    width: calc(100% / 3 - 10px);
}
.products-item-image a {
    width: 150px;
    height: 150px;
}

.products-item-title, .products-item-title a {
    font-size: 16px;
    line-height: 24px;
}
.products-item-startingPrice {
    font-size: 16px;
    line-height: 18px;
    margin-top: 10px;
}
.products-item-fetureKey ul li {
    font-size: 12px;
    line-height: 22px;
}

.products-item-cta .vpc_default_redgradint_cta {
    min-height: 40px;
    font-size: 12px;
}
.products-item-cta .vpc_default_redgradint_cta img {
    width: 16px;
}

.products-item-column:hover .products-item-image a {
    width: 180px;
    height: 180px;
}
.products-item-column:hover .products-item-title, .products-item-column:hover .products-item-title a {
    font-size: 20px;
    line-height: 28px;
}
.products-item-column:hover .products-item-startingPrice {
    font-size: 20px;
    line-height: 28px;
}










.beyondGaming_card_contentColumn {
    padding: 20px;
    padding-right: 230px;
}
.beyondGaming_card_title {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px;
}
.beyondGaming_card_contentColumn p {
    font-size: 16px;
    line-height: 20px;
}
.beyondGaming_card_image {
    width: 220px;
    margin-left: -207px;
}


























  .related-item-title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 40px;
  }

  .related-item-slider {
    padding: 0px 15px;
  }

  .blogitem-list-container {
    gap: 15px;
  }

  .blog-item-image a {
    height: 190px;
  }

  .about-gridBnner-container {

    gap: 15px;
  }

  .about-rowGridContent-containerBox {
    gap: 50px;
  }


  .about-rowGrid-column {
    width: calc(50% - 20px);

  }

  .about-rowGrid-container {
    gap: 30px;
  }

  .about-rowGrid-title {
    font-size: 22px;
    line-height: 30px;
  }


  .about-rowGrid-title-column {
    width: 180px;
    padding: 20px 20px;

  }

  .about-textIcon-row {
    gap: 15px;

  }

  .about-iconColumn p {

    font-size: 10px;
    line-height: 14px;

  }

  .about-iconColumn {
    width: 80px;
  }

  .about-iconColumn figure img {
    max-height: 50px;
  }

  .about-iconColumn figure {
    height: 80px;
  }

  .gallery-image-container {

    gap: 15px;
  }


  .error-figure-column {
    width: 100%;
    max-width: 350px;
  }

  .under-maintenance-content-column h1 {
    font-size: 30px;
  }

  .under-maintenance-content-column p {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .under-maintenance-figure-column {
    max-width: 350px;
  }

  .error-content-column figure {
    width: 180px;
  }

  .pagenotfount-dext {
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 20px;
  }

  .pagenotfount-description {
    font-size: 16px;
    margin-bottom: 20px;
  }


  .shopCart-container {
    gap: 20px;
  }

  .shopCart-leftColumn {
    padding: 15px;
  }

  .checkout-contaner-column {
    width: 350px;
  }

  .proceed-checkout-button {
    margin-top: 20px;
  }

  .shopCart-header-leftColumn {
    align-items: flex-start !important;
  }

  .shopCartheader-detail-row {
    flex-wrap: wrap;
    gap: 0;
    border: 0;
  }
.shopcart-item-dropdown {
    width: 100%;
}





  .addcart-quantity-control-group label {
    text-align: left;
  }

  .shopCart-accordion .card-header {
    align-items: flex-start;
  }

  .videoGuide-pc-container {
    gap: 30px;
}
.videoGuide-pc-column {

    width: 400px;
}
.videoGuide-pc-content p,.videoGuide-pc-column p {
    font-size: 14px;
}
.videoGuide-pc-title {
    font-size: 20px;
    line-height: 22px;
}

.vpc_product-details-row {
    gap: 20px;
}
.vpc_product-details-left {
    width: 360px;
}
.vpc_product-details-figure {
    padding: 20px;
}
.product-hero-image-container {
    gap: 10px;
}
.vpc_product_cardHeader p {
    font-size: 12px;
    line-height: 15px;
}
.vpc_detail_configurationItem {
    padding: 12px;
}
.configurationlist_leftDetail {
    gap: 8px;
}
.details_configuration_name {
    font-size: 12px;
    line-height: 14px;
}
.details_configuration_subname {
    width: 60%;
}

.default-account-row {
    gap: 30px;
}
.account-profile-image-column {
    margin-bottom:30px;
}
.account-profile-image {
    width:80px;
    height:80px;
}
.account-profile-name {
    font-size: 18px;
    line-height: 20px;
}
.account-profile-email {
    font-size: 14px;
    line-height: 16px;
}
.accountMenu-title {
    font-size: 18px;
    line-height: 22px;
}
.account-left-menubar ul>li>a {
    font-size: 12px;
    line-height: 16px;
}

.account-right-container {
    padding: 20px 30px;
}
.account-right-title-header {
    margin-bottom: 30px;
}
.account-right-title-header h3 {
    font-size: 24px;
    line-height: 28px;

}
.account-right-title-header p {

    font-size: 12px;
    line-height: 22px;
}


.account-detailview-row {
    gap: 15px;
}
.account-detailview-title {

    font-size: 16px;

}

.account-detailview-value p {
    font-size: 12px;
    line-height: 18px;
}

.account-detailview-title:after {
    width: 26px;
    height: 26px;
  
}

.home-banner-content {
    max-width: 100%;
}



.vpc_homeOurcompanyValue_content ul li {
    font-size: 18px;
    line-height: 22px;
}

.vpc_homeOurcompanyValue_content_CustomizabilityContent .russoFontFamily, .vpc_homeOurcompanyValue_content_CustomizabilityContent p {
    font-size: 18px;
    line-height: 22px;
}
.vpc_homeOurcompanyValue_figure {
    width: 350px;
    min-height: 270px;
    max-height: 270px;
}
.vpc_homeOurProduct_columnContent {
   
    padding: 30px 15px;
}
.vpc_betterOption_column:nth-child(2):after {
    opacity: 0;
    visibility: hidden;
}





.vpc_homeOurProduct_section {
    padding-top: 50px;
}

.vpc_homeOurProduct_section:before {
    height: 289px;
}


.vpc_homeOurProduct_column:hover .vpc_homeOurProduct_title {
    font-size: 24px;
}

.vpc_betterOption_content {
    padding: 20px;
}
.vpc_betterOption_icon {
    width: 70px;
    height: 70px;
}
.vpc_betterOption_icon img {
    max-width: 30px;
}

.vpc_betterOption_columnTitle {
    font-size: 14px;
    line-height: 18px;
}
.vpc_betterOption_content p {
    font-size: 12px;
    line-height: 16px;
}
.vpc_betterOption_content:before {
    font-size: 38px;
    line-height: 38px;
}
.vpc_betterOption_column:hover .vpc_betterOption_icon {
    width: 40px;
    height: 40px;
    transform: translate(74px, 7px);
}
.vpc_betterOption_column:hover .vpc_betterOption_columnTitle {
    font-size: 22px;
    line-height: 22px;
    margin-top: 35px;
    margin-bottom: 16px;
}
.vpc_betterOption_column:hover .vpc_betterOption_content p {
    font-size: 18px;
    line-height: 22px;
}


.vpc_homeClientsay_wrapper {
    flex-wrap: wrap;
}
.vpc_homeClientsay_right {
    width: 100%;
}

.vpc_homeClienItem {
    justify-content: center;
}
.vpc_homeOurcompanyValue_section {
    padding-top: 65px;
}

.vpc_betterOption_section {
    padding-top: 60px;
}

.vpc_homeMainService_section {
    padding-top: 65px;
}


.vpc_stayConnect_section:after {
    width: 100%;
    height: 540px;
}












.voltedpc_heroBanner_title {
    font-size: 40px;
    line-height: 48px;
}

.voltedpc_enterprise_heading_container {
    margin-bottom: 60px;
}
.voltedpc_enterprise_serverWorkstation_grid_row {
    gap: 80px;
}
.voltedpc_enterprise_serverWorkstation_section:after {
    height: 470px;
    bottom: -140px;
}
.voltedpc_enterprise_title {
    font-size: 28px;
    line-height: 34px;
}
.voltedpc_enterprise_serverWorkstation_grid_column {
    gap: 20px;
}
.voltedpc_enterprise_serverWorkstation_gridFigure {
    width: 400px;
}
.voltedpc_enterprise_serverWorkstation_grid_title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 15px;
}

.voltedpc_enterprise_serverWorkstation_grid_content p {
    font-size: 14px;
    line-height: 24px;
}
.voltedpc_enterprise_serverWorkstation_icon_title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
}
.voltedpc_enterprise_serverWorkstation_icon_container {
    padding: 15px;
    margin-top: 20px;
}
.voltedpc_enterprise_serverWorkstation_icon_column {
    gap: 12px;
}








.voltedpc_gaming_heroBanner_container {
    gap: 20px;
}

.voltedpc_gaming_heroBanner_container .voltedpc_heroBanner_title {
    font-size: 28px;
    line-height: 38px;
}
.voltedpc_gaming_heroBanner_iconContainer {
    gap: 15px;
    margin-top: 20px;
}
.gaming_heroBanne_icon_column figure {
    width: 55px;
    height: 55px;
}

.gaming_heroBanne_icon_column figure span {
    padding: 15px;
}
.gaming_heroBanne_icon_column p {
    font-size: 16px;
    line-height: 18px;
}
.voltedpc_gaming_heroBanner_column:hover .voltedpc_gaming_heroBanner_column_container {
    width: calc(200% + 15px)!important;
}
.voltedpc_gaming_heroBanner_column:hover .gaming_heroBanne-icon_row {
    gap: 10px;
}
.gaming_heroBanne_icon_content_Column p {
    font-size: 14px;
    line-height: 24px;
}
.gaming-youtube-columnbanner {
    max-width: 450px;
}
.gaming-youtube-columnbanner-link {
    height: 275px;
}
.gaming-youtube-columnbanner_title {
    font-size: 14px;
    line-height: 15px;
}
.gaming-youtube-columnbanner-link:before {
    width: 70px;
    height: 70px;
}


.configurator_modal_section {
    padding: 15px;
}
.configurator_modal_body {
    padding: 15px;
}
.configurator_modal_container {
    gap: 10px;
}
.configurator_modal_largeImage {
    padding: 12px 8px;
}

.configurator_modal_galary_column {
    max-width: 190px;
        gap: 10px;
}
.configurator_modal_detail_column table tbody tr td {
    font-size: 12px;
    line-height: 14px;
    padding: 5px 5px;
}






  .footer-top-section {
    padding: 50px 15px;
  }


  .footer-top-container {
    gap: 70px;
  }

  .footer-topmenu-title {
    font-size: 15px;
    line-height: 18px;
  }

  .footer-navbar-brand {
    width: 100px !important;
  }

  .footer-topmenu-container {
    gap: 15px;
  }

  ul.footer-link li a {
    font-size: 12px;
    line-height: 14px;
  }

  .footer-connect-link ul li a {
    font-size: 13px;
    line-height: 18px;
  }

  .footer-connect-link ul li a:before {
    width: 14px;
    height: 14px;
  }

  .footerSocialConnect p {
    font-size: 14px;
    line-height: 18px;
  }

  .footerSocialConnect ul {
    gap: 10px;
  }

  .footerSocialConnect ul li a {
    width: 30px;
  }


}
.modal-main-figure{
  width: 200px;
  margin: auto;
  padding: 10px;
  height: 200px;
}


/*1199 css end*/


/*991 css start*/

@media(max-width:991px) {
  .shepherd-arrow{
    display: none !important;
  }
  .mobileNavbar-logo {
    display: flex;
    padding: 15px 15px;
  }

  .vpc_mobileMenuright_column {
    display: flex;
  }

  .vpc_navbar {
    padding: 15px 0px;
  }

  .header-bottom-row {
    justify-content: space-between;
  }

  .vpc_headeruser_accountDropdown .dropdown-menu {
    padding-top: 17px;
  }

  #navbarSupportedContent {
    display: block !important;
    position: fixed;
    top: 0px;
    height: 100vh;
    overflow: auto;
    left: 0;
    background-color: #000000;
    z-index: 111;
    width: 100%;
    max-width: 300px;
    transition: all 0.5s;
    transform: translateX(-100%);
    background: linear-gradient(180.03deg, #000000 0.03%, #54060C 137.71%);
  }

  #navbarSupportedContent.show {
    transform: translateX(0%);
  }

  .navbar-nav>li>.dropdown-menu ul {
    background-color: transparent;
  }

  .navbar .navbar-nav>li {
    height: auto;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
  }

  .navbar .navbar-nav>li>a {
    font-size: 15px;
    line-height: 22px;
    padding: 15px 15px;
    gap: 8px;
    justify-content: space-between;
    width: 100%;
  }

  .navbar .navbar-nav>li>a {
    background: #1D1C1C;
  }

  .navbar .navbar-nav>li>a>i,
  .navbar-nav>li>.dropdown-menu li a i {
    width: 14px;
    height: 9px;
    transform: initial;
  }

  .navbar-nav>li>.dropdown-menu {
    width: 100%;
    background: rgba(240, 41, 41, 0.15);
  }

  .navbar .navbar-nav>li.show>a>i {
    transform: rotateX(190deg);
  }

  .navbar-nav>li>.dropdown-menu li a {
    padding: 15px 15px;
    font-size: 16px;
    line-height: 22px;
    border-bottom: 1px solid transparent;
  }


  .navbar .navbar-nav>li>.dropdown-menu>ul>li>a {
    padding-left: 30px;
  }

  .navbar .navbar-nav>li>.dropdown-menu>ul>li>.dropdown-menu>li>a {
    padding-left: 45px;
  }

  .navbar .navbar-nav>li>.dropdown-menu>ul>li>.dropdown-menu>li>.dropdown-menu>li>a {
    padding-left: 60px;
  }

  .navbar .navbar-nav>li>.dropdown-menu>ul>li>.dropdown-menu {
    background: #5C2020;
  }

  .navbar .navbar-nav>li>.dropdown-menu>ul>li>.dropdown-menu>li>.dropdown-menu {
    background: rgba(240, 41, 41, 0.15);
  }

  .navbar .navbar-nav>li>.dropdown-menu>ul>li.show>a>i,
  .navbar .navbar-nav>li>.dropdown-menu>ul>li>.dropdown-menu>li.show>a>i {
    transform: rotateX(190deg);
  }

  .navbar .navbar-nav li.show>a {
    color: #FF3434 !important;
    font-weight: 600;
  }

  .navbar .navbar-nav li.show>a {
    border-bottom: 1px solid #858484;
  }

  .navbar .navbar-nav li.show>a>i {
    color: #FF3434 !important;
    background-image: url(../imagesred-dropdo/wn-arrow.webp);
  }

  .vpc_homeCategorylink {
    font-size: 12px;
    line-height: 16px;
    gap: 8px;
    font-weight: 400;
  }

  .vpc_homeCategorylink figure {
    width: 15px;
  }


  .vpc_homebanner_figure {
    height: 370px;
  }

  .home-banner-content {
    max-width: 100%;
  }

  .vpc_section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .vpc_sectiontitle {
    font-size: 24px;
    line-height: 32px;
  }

  .vpc_homeOurProduct_container {
    display: none;
  }

  .vpc_homeOurProduct_mobile_container {
    display: flex;
  }

  .vpc_homeOurProduct_column figure {
    height: 380px;
  }

  .vpc_homeOurcompanyValue_column {
    flex-wrap: wrap;
    justify-content: center;
    background: rgba(15, 15, 15, 0.8);
    padding: 30px;
    gap: 30px;
  }

.vpc_homeOurcompanyValue_figure {
    width: 100%;
    order: -1;
    height: auto;
    justify-content: center;
    min-height: auto;
    padding: 0px!important;
}

  .vpc_homeOurcompanyValue_column:nth-child(even) .vpc_homeOurcompanyValue_content,
  .vpc_homeOurcompanyValue_content {
    text-align: center;
  }

  .vpc_homeOurcompanyValue_content {
    background-color: transparent;
    padding: 0;
  }

  .vpc_homeOurcompanyValue_title {
    color: #ffffff;
  }

  .vpc_homeWhychoose_row {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .vpc_homeWhychoose_column:before {
    left: -19px;
    bottom: -4px;
    width: 111%;
    height: 110px;
  }

  .vpc_betterOption_row {
    grid-template-columns: repeat(2, 1fr);
  }




  .account-banner {
    display: none;
  }

  .account_column {
    padding: 20px;
    width: 100%;
  }


  .vpc_configurator_leftColumn {
    width: 300px;
  }

  .vpc_configurator_viewImage {
    padding: 20px;
  }

  .configurator_priceText {
    font-size: 16px;
  }

  .vpc_configurator_priceRow {
      gap: 10px;
    padding: 15px;
  }
  .configurator_finalAmmount_totalTitle {
    font-size: 12px;
    width: 55px;
    line-height: 12px;
}
.configurator_subtotalGst_price_title {
    font-size: 10px;
    width: 50px;
    line-height: 12px;
}
.save_pdf_link span {
    display: inline-block;
    width: 20px;
}
.configurator_finalAmmount_column p:before {
    font-size: 11px;
    line-height: 15px;
}
  .configurator_priceText_column p {
    font-size: 12px;
    line-height: 18px;
  }
.configurator_priceText {
    font-size: 12px;
    line-height: 18px;
}
  .vpc_configurator_viewCta {
    gap: 15px;
    margin-top: 15px;
    flex-wrap: wrap;
  }

  .vpc_configurator_viewCta a {
    flex: initial;
    width: 100%;
  }

  .vpc_configurator_mainTabs {
    padding: 15px;
    gap: 15px;

  }

  .vpc_configurator_mainTabs li a {
    font-size: 12px;
    line-height: 16px;
  }


  .vpc_configurator_itemTabContainer {
    padding: 15px;
  }

  .vpc_configurator_detailContainer #accordion .card .card-body {
    padding: 0px 12px;

  }

  .vpc_configurator_cardTabs {
    margin-bottom: 15px;
  }

  .collapseconfigurator_cardLink {
    padding: 12px;

  }

  .configurator_cardLink_name, .service_cardLink_name {
    gap: 10px;
    font-size: 12px;
    line-height: 14px;
  }

  .collapseconfigurator_icon {
    width: 15px;
  }


  .vpc_configurator_itemName p {
    font-size: 10px;
    line-height: 14px;
  }

  .collapseconfigurator_changeClose {
    font-size: 10px;
    line-height: 13px;
  }


  .configuratorServices_toolColumn label {
    padding: 12px;
  }

  .configuratorServices_toolContent figure {
    width: 15px;
  }

  .configuratorServices_toolsTitle {
    font-size: 12px;
    line-height: 14px;
  }


  .vpc-customerCard-container {
    gap: 10px;
    margin-top: 60px;
  }

  .vpc-customerCard-title {
    font-size: 20px;
    line-height: 28px;
  }

  .vpc-customerCard-figure {
    max-width: 310px;
  }




  .videoGuide-pc-container {
    flex-wrap: wrap;
  }

  .videoGuide-pc-column {
    width: 100%;
  }

  .productListng-vpc-stayConnectSocial-section .vpc_stayConnectSocial_container {
    grid-template-columns: repeat(1, 1fr);
  }

  .vpc_product-details-left {
    width: 100%;
  }

  .vpc_product-details-row {
    flex-wrap: wrap;
  }


  .vpc_product-details-row {
    gap: 15px;
  }

  .productDetail-sharePriceStock-container {
    gap: 10px;
  }

  .vpc_product-details-figure {
    padding-bottom: 0;
  }

  .vpc_productDetail_new {
    font-size: 8px;
    line-height: 9px;
    padding: 3px 5px;

  }

  .prodcutDetail-shareTitle {
    font-size: 16px;
    line-height: 22px;
  }

  .prodcutDetail-shareTitle-row {
    gap: 15px;
  }

  .productDetail-sharePriceStock-container .configurator_shareItem {
    width: 14px;
  }

  .productDetail-priceTtile,.productDetail-priceTtile span:first-child {
    font-size: 14px;
    line-height: 18px;
  }

  .productDetail-priceTtile span {
    font-size: 8px;
    line-height: 11px;
  }

  .itemStock-type {
    font-size: 10px;
    line-height: 14px;
    padding: 6px 13px;
  }


  .productDetail-cta-row {
    position: fixed;
    bottom: 0px;
    left: 0;
    z-index: 100;
    gap: 0;
  }

  .productDetail-cta-row .vpc_default_baBorderCta span,
  .productDetail-cta-row .vpc_default_redgradint_cta {
    border-radius: 0;
  }


  .vpc_product_cardHeader {
    padding: 15px;
    margin-bottom: 10px;
  }

  .vpc_product_cardHeader p {
    margin: 0;
    font-size: 8px;
    line-height: 11px;
    max-width: 55%;
  }


  .vpc_detail_configuration_listing {

    padding-right: 0;
  }

  .vpc_detail_configurationItem {
    border: 0;
    padding: 15px;
  }

  .configurationlist_leftDetail {
    gap: 5px;
  }

  .configurationlist_leftDetail figure {
    width: 14px;
    flex-shrink: 0;
  }

  .details_configuration_name {
    font-size: 10px;
    line-height: 14px;
  }

  .details_configuration_subname p {
    font-size: 8px;
    line-height: 11px;

  }

  .related-item-container {
    margin-top: 40px;
  }

  .related-item-title {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
  }


  .related-item-row {
    display: flex;
    justify-content: center;
  }






  .blogitem-list-container {
    grid-template-columns: repeat(2, 1fr);
  gap: 15px;
    padding: 25px;
    background: rgba(15, 15, 15, 0.80);
  }

  .blog-list-section .vpc_sectionSubtitle {
    margin-top: 10px;
  }

  .blogSearch-form-group {
    margin: 0;

  }


  .blog-tabs-title {
    text-align: center;
    font-size: 10px;
    line-height: 10px;
  }

  .blog-tabs-column {
    margin-bottom: 30px;
  }

  .blog-tabs-column ul {
    justify-content: center;
  }

  .blog-tabs-column ul li a {
    font-size: 10px;
    height: 30px;
    padding: 0px 20px;
  }



  .blog-item-image a {
    height: 220px;
  }

  .blog-item-content {

    text-align: center;
  }

  .blog-item-title {
    font-size: 12px;
  }

  .blog-item-storyDesc {
    font-size: 10px;
    line-height: 16px;
  }

  .blog-item-date {
    color: #fff;
    font-size: 8px;
    line-height: 14px;
  }


  .about-gridBnner-column:nth-child(2) {
    grid-column-start: 2;
    grid-column-end: 4;
  }

  .about-gridBnner-column figure {
    height: 200px;
  }


  .gallery-image-column figure {
    height: 225px;

  }

  .contactus-map-address-row {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }

  .contactus-map-column {
    height: 450px;
  }


  .contactus-address-column {
    order: -1;
  }


  .faq-container-row {
    gap: 20px;
  }

  .faq-nav {
    width: 170px;
  }

  .faq-nav ul li a {
    font-size: 14px;
    line-height: 14px;
  }


.shopCart-container {
    flex-wrap: wrap;
}


.checkout-contaner-column {
    width: 100%;
}
.right-final-checkout {
    grid-template-columns: repeat(1, 1fr);
}





.default-account-row{
  flex-wrap: wrap;
}
.account-left-container {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}


.account-left-menubar {
    width: 100%;
    text-align: center;
}
.account-left-menubar ul {
    display: flex;
    gap: 10px;
}
.account-left-menubar ul>li {
    flex: 1;
}
.account-left-menubar ul>li>a {
    border: 1px solid #101010;
}



.vpc_stayConnectSocial_container {
    grid-template-columns: repeat(1, 1fr);
}


.gallery-image-container>a figure {
    height: 200px;
}
.OurBlog-detail-container {
    gap: 20px;
    flex-wrap: wrap;
}
.OurBlog-detail-column {
    flex: initial;
    width: 100%;
}
.OurBlog-detail-container {
    gap: 20px;
}
.OurBlog-detail-sidebar {
    max-width: 250px;
}
.OurBlog-detail-sidebar {
    max-width: 100%;
}

.congratulationsModal-section {
    margin-top: 30px;
}
.congratulationsModal-container {
    padding: 20px;
}
.congratulationsModal-call figure {
    width: 60px;
    height: 60px;
}
.congratulationsModal-call figure img {
    max-width: 20px;
}
.congratulationsModal-content {
    margin-top: 15px;
}
.congratulationsModal-content h3 {
    font-size: 16px;
}
.congratulationsModal-content p {
    font-size: 12px;
    line-height: 16px;
    margin-top: 8px;
}

.congratulationsModal-cta {
    gap: 10px;
}
.congratulationsModal-cta>a {
    flex: 1;
    padding: 0px 0px;
    height: 35px;
}








.voltedpc_gaming_heroBanner_container .voltedpc_heroBanner_title {
    font-size: 20px;
    line-height: 26px;
}
.gaming-youtube-columnbanner {
    max-width: 350px;
}
.gaming-youtube-columnbanner-link {
    height: 250px;
}
.gaming-youtube-columnbanner iframe {
    max-height: 250px;
}


.jscroll-inner, .jscroll-added .products-items-container {
    gap: 60px 15px;
    padding-top: 40px;
}
.products-items-tabContentcontainer {
    padding:20px;
    border-radius: 10px;
}
.products-item-column {
    border-radius: 8px;
}
.products-item-wrapper {
    padding: 10px;
    border-radius: 8px;
    gap: 20px;
    padding-bottom: 20px;
}


.products-item-top-detail {
    margin-top: -40px;
}
.products-item-image a {
    width: 90px;
    height: 90px;
}
.products-item-content {
    margin-top: 10px;
}
.products-item-title, .products-item-title a {
    font-size: 12px;
    line-height: 18px;
}
.products-item-startingPrice {
    font-size: 12px;
    line-height: 14px;
    margin-top: 8px;
}

.products-item-fetureKey ul li {
    font-size: 10px;
    line-height: 18px;
    padding: 0px 5px;
}
.products-item-cta {
    flex-wrap: wrap;
}
.products-item-cta .vpc_default_redgradint_cta {
    width: 100%;
}


.products-item-column:hover .products-item-image a {
    width: 90px;
    height: 90px;
}

.products-item-column:hover .products-item-title, .products-item-column:hover .products-item-title a {
    font-size: 12px;
    line-height: 18px;
}
.products-item-column:hover .products-item-startingPrice {
    font-size: 12px;
    line-height: 14px;
}
.products-item-column:hover .products-item-fetureKey {
    opacity: 1;
    visibility: visible;
    position: static;
}

.products-item-fetureKey p {
    font-size: 10px;
    line-height: 18px;
    margin-bottom: 5px;
}

.beyondGaming_card_container {
    flex-wrap: wrap;
}
.beyondGaming_card_contentColumn {
    padding: 20px;
    margin-top: -90px;
    padding-top: 110px;
}
.beyondGaming_card_image {
    margin: 0;
    order: -1;
    width: 320px;
}











































.vpc_product-details-left {
    position: static;
  
}

.vpc_homeOurProduct_section:before {
    height: 220px;
}









.vpc_homeOurcompanyValue_column:nth-child(odd) .vpc_homeOurcompanyValue_figure:hover,
.vpc_homeOurcompanyValue_column:nth-child(even) .vpc_homeOurcompanyValue_figure:hover{
  transform: inherit;
}
.home_whyChooseUs-leftColumn {
    width: 50%;
    padding: 20px;
}

.home_whyChooseUs-container .vpc_sectiontitle {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 30px;
}
.whyChooseUs_makeDifferent_grid_container {
    gap: 15px;  
}
.whyChooseUs_makeDifferent_grid_item {
    gap: 15px;
    min-height: 120px;
    padding: 0px 20px;
}
.whyChooseUs_makeDifferent_grid_item figure {
    width: 60px;
}
.whyChooseUs_makeDifferent_grid_item h3 {
    font-size: 18px;
    line-height: 22px;
}
.home_whyChooseUs-container {
    gap: 15px;
}

.home_whyChooseUs-rightColumn {
    padding: 20px;
}
.vpc_homeClientsay_column {
    padding: 20px 15px;
}
.vpc_betterOption_column:hover .vpc_betterOption_icon {
    transform: translate(130px, 7px);
}


.voltedpc_enterprise_serverWorkstation_grid_column {
    flex-wrap: wrap;
}
.voltedpc_enterprise_serverWorkstation_gridFigure {
    width: 100%;
}

.voltedpc_enterprise_business_column {
    flex-wrap: wrap;
}

.voltedpc_enterprise_business_gallery_column {
    width: 100%;
}
.voltedpc_enterprise_business_gallery {
    grid-template-columns: repeat(5,1fr);
}
.voltedpc_enterprise_serverWorkstation_section {
    padding: 60px 15px;
}

.voltedpc_enterprise_serverWorkstation_section:after {
    height: 280px;
    bottom: -14px;
}


.voltedpc_enterprise_business_section {
    padding: 60px 15px;
    padding-bottom: 155px;
}


.configurator_modal_container {
    flex-wrap: wrap;
    justify-content: center;
}


.configurator_modal_detail_column {
    max-height: 154px;
}

























  .footer-top-container {
    gap: 10px;
  }


}

/*991 css end*/

























/*767 css start*/

@media(max-width:767px) {
  .menuBuildyour_pc {
    display: none;
  }
.loderItem span {
    font-size: 20px;
}
#desc-modal .close {
    width: 40px;
    height: 40px;
    background-size: 30px;
}


  .navbar-brand {
    margin: 0;
  }

.vpc_headeruser_accountDropdown .dropdown-menu ul {
    box-shadow: 5px 20px 40px 0px #bc0606;
}
.vpc_headeruser_accountDropdown .dropdown-menu ul>li a {
    font-size: 12px;
    line-height: 19px;
}



  .vpc_default_background_cta {
    font-size: 10px;
    line-height: 14px;
  }

  .vpc_default_redgradint_cta img {
    width: 15px;
  }

.vpc_default_redgradint_cta {
    font-size: 12px!important;
    line-height: 20px!important;
    padding: 10px 20px!important;
    gap: 6px;
}

  .vpc_default_redgradintBorder_cta {
    font-size: 10px;
    line-height: 14px;
  }

  .vpc_default_redgradintBorder_cta span {
    padding: 8px 20px;
  }


  .vpc_homeOurProduct_container {
    display: none;

  }

  .vpc_homebanner_figure {
    height: 280px;
  }
.home-banner-text {
    font-size: 30px;
    line-height: 36px;
    margin: 0;
    font-weight: 700;
}

.homebanner-ctaContainer {
    top: initial;
    bottom: 65px;
}
.SelectConfiguration-dropdowncta-menu .dropdown-menu li a {
 
    font-size: 12px;
}
.SelectConfiguration-dropdowncta-menu .dropdown-menu-right {
    top: initial!important;
    bottom: 0!important;
}
.SelectConfiguration-dropdowncta-menu .dropdown-menu li.dropdown .dropdown-menu {
    top: initial!important;
}
  .vpc_homeOurProduct_column figure {
    height: 250px;
  }

  .vpc_homeOurProduct_columnContent {
    padding: 15px;
  }

 .vpc_homeOurProduct_title {
    font-size: 16px;
    line-height: 22px;
    width: 100%;
    text-align: center;
}
.vpc_homeOurProduct_columnContent p {
    margin-top: 5px;
    font-size: 12px;
    line-height: 19px;
    width: 100%;
    text-align: center;
}

  .vpc_homeOurcompanyValue_container {
    gap: 25px;
  }



.vpc_homeOurcompanyValue_column {
    padding: 20px 20px;
    gap: 30px;
}
.vpc_homeOurcompanyValue_content ul {
    padding: 0;
}
.vpc_homeOurcompanyValue_content ul li {
    font-size: 14px;
    line-height: 25px;
    text-align: left;
}

.center-container {
    top: 15px;
}





.vpc_homeOurcompanyValue_figure {
    max-height: initial;
    height: auto;
}
.vpc_homeOurcompanyValue_figure img {
    width: 100%;
    border-radius: 0;
    max-width: 130px;
}
.vpc_homeOurcompanyValue_content {
    padding: 15px;
    padding-top: 0;
}

.vpc_homeOurcompanyValue_title {
    font-size: 16px;
    line-height: 22px;
    color: #FF3434;
}

.vpc_homeOurcompanyValue_content p {
    font-size: 12px;
    line-height: 19px;
    margin-top: 9px;
}

.vpc_homeMainService_section {
    background: linear-gradient(180.07deg, #7b1b03 -22.59%, #000000 49.58%);
}

.vpc_sectionSubtitle {
    font-size: 12px;
    line-height: 19px;
    margin-top: 40px;
}

  .vpc_homeWhychoose_row {
    display: none;
  }

  .vpc_homeWhychoose_Mobilerow {
    display: flex;
  }

  .vpc_homeWhychoose_Mobilerow .owl-dots {
    position: static;
    transform: initial;
    margin-top: 15px;
  }

  .vpc_homeWhychoose_mobileSlider .item {
    padding: 20px 50px;
    padding-top: 0;
  }

  .vpc_betterOption_rowtitle {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
  }

  .vpc_betterOption_row {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
.vpc_betterOption_column {
    border-radius: 8px;
    padding: 35px 45px;
}
  .vpc_betterOption_columnTitle {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
  }

  .vpc_betterOption_content p {
    font-size: 12px;
    line-height: 16px;
  }
.vpc_betterOption_icon {
    width: 75px;
    height: 75px;
}

  .vpc_homeTopbrand_item a figure {
    width: 80px;
    height: 80px;
  }
.vpc_homeTopbrand_item p {
        line-height: 20px;
    font-size: 15px;

}
  .vpc_homeTopbrand_item a figure img {
    max-width: 60px;
    max-height: 60px;
  }

  .owl-carousel.vpc_homeTopbrand_slider .owl-nav>button {
    transform: translateY(calc(-50% - 27px));
  }

  .vpc_betterOption_section {
    background-image: none;
  }

  .vpc_homeClientsay_container {
    display: none;
  }

  .vpc_homeClientsay_Mobilecontainer {
    display: block;
  }


.vpc_homeClientsay_authorDetail_container {
    justify-content: center;
    gap: 15px;
    text-align: center;
    flex-wrap: wrap;
}

.testimonialAuthor-detail {
    width: 100%;
    text-align: center;
}
.vpc_clientName {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin: 0;
}

.vpc_clientLocation {
    justify-content: center;
    font-size: 10px;
    line-height: 14px;
}

  .vpc_clientLocation:before {
    width: 14px;
    height: 14px;
  }

.vpc_homeClientsay_column {
    background: rgb(29 28 28 / 80%);
    padding-top: 0px;
}
.vpc_homeClientsay_mobileSlider .item {
    padding-top: 50px;
}
.vpc_homeClientsay_left {
    gap: 0px;
}
.vpc_homeClientsay_authorDetail_content p:before, .vpc_homeClientsay_authorDetail_content p:after {
    width: 30px;
    height: 38px;
}
.vpc_clientFigure {
    width: 90px;
    height: 90px;
    margin-top: -45px;
/*    -webkit-mask-image: url(../images/2024/testimonial-mask.webp);
    mask-image: url(../images/2024/testimonial-mask.png);
    background-color: #ef1515; */

}
.vpc_homeClientsay_authorDetail_content p {
    padding: 0;
    padding-top: 30px;
}
.vpc_homeClientsay_authorDetail_content p:before {
    top: -12px;
}

.vpc_homeClientsay_right {
    width: 100%;
    background: rgb(0 0 0 / 30%);
}
.vpc_homeClienItem {
    justify-content: flex-start;
}


.whyChooseUs_productOrederTitle {
    font-weight: 700;
}
.testimonial_moreReview_cta {
    display: none!important;
}




.gaming-youtube-columnbanner {
    max-width: 100%;
}
.gaming-youtube-columnbanner iframe {
    max-height: 200px;
}









  .vpc_clientRating {
    display: none
  }







  .vpc_homeClientsay_Mobilecontainer .owl-dots {
    position: static;
    transform: initial;
    margin-top: 35px;
  }

  .vpc_homeClientsay_Mobilecontainer .owl-carousel .owl-nav>button {
    top: initial;
    transform: initial;
    bottom: -16px;
  }

 .vpc_stayConnectSocial_container {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    padding: 40px 15px;
}

  .vpc_stayConnect_container {
    margin-top: 50px;
    background-image: url(../images/Lets-Stay-Connected-mobilebg.webp);
    background-size: cover;
    background-position: center center;
  }

.vpc_stayConnect_container .vpc_sectiontitle_row {
    padding: 35px 15px;
}

.vpc_stayConnectSocial_content {
    padding: 0;
    background-color: transparent;
}

.vpc_stayConnectSocial_column {
    background-color: rgb(15 15 15 / 80%);
    padding: 20px;
    border-radius: 8px;
}
 .vpc_stayConnectSocial_content figure {
    width: 40px;
} 

.vpc_stayConnectSocial-detail-number {
margin-top:10px;
}











.vpc_stayConnectSocial_container_desktop {
    display: none;
}
.vpc_stayConnectSocial_container_mobile {
    display: grid;
}
.vpc_stayConnectSocial_youtubeColumn .vpc_stayConnectSocial_content {
    margin-bottom: 20px;
}
.vpc_stayConnectSocial-detail-number p {
    font-size: 16px;
    line-height: 20px;
}
.vpc_stayConnectSocial-detail-number p span {
    font-size: 12px;
    line-height: 15px;
}
.vpc_stayConnectSocial_blogColumn .vpc_stayConnectSocial-detail-header p {
    font-size: 16px;
    line-height: 20px;
}
.vpc_stayConnectSocial_blogColumn .vpc_stayConnectSocial-detail-header p span {
    font-size: 10px;
    line-height: 12px;
}










.alert-wrapper {
    width: 100%;
    right: 0;
    display: flex;
    justify-content: center;
}
.alert.alert-error {
    width: 100%;
    text-align: center;
}
.account_title {
    line-height: 30px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 16px;
}

  .closeModal {
    width: 42px;
    height: 30px;
    background-size: 16px;
  }

  .account_loginlink_title {
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 15px;
    text-align: center;
  }

  .account_loginlink_row {
    gap: 36px;
  }

  .account_loginlink_row a span img {
    max-height: 16px;
  }

  .account_loginlink_row a span {
    height: 33px;
  }

  .account_orLine {
    margin-top: 8px;
  }

  .account_orLine span {
    font-size: 12px;
    line-height: 30px;
    padding: 0px 10px;
  }

  .account-tab-container .nav-tabs li a {
    font-size: 10px;
    line-height: 14px;
    padding: 8px 10px;
  }


  .form-group {
    margin-bottom: 10px;
  }

  .form-control {

    border-radius: 4px;
    height: 30px;
  }

  .form-control::placeholder {
    font-size: 10px !important;
    line-height: 10px !important;
    ;
  }


  .account_agreeNotificationText p {
    font-size: 8px;
    line-height: 12px;

  }

  .account_haveAccountLogin p,
  .account_haveAccountLogin p a {
    font-size: 8px;
    line-height: 12px;
    margin: 0;
  }

  .account_haveAccountLogin p a {
    margin-left: 5px
  }


  .accountModal .closeModal {
    width: 42px;
  }

  .formgroup-name {
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 10px;
  }

  .otpinput-column input {
    width: 32px;
    height: 32px;
  }

.breadcrumb-navbar {
    margin-top: 25px;
}
  .breadcrumb-navbar ul li.backPage {
    padding: 0;
    margin-right: 6px;
  }

  .breadcrumb-navbar ul li.backPage a {
    width: 24px;
    height: 24px;
  }

  .breadcrumb-navbar ul li {
    font-size: 10px;
    line-height: 14px;
  }

  .breadcrumb-navbar ul li a {
    font-size: 10px;
    line-height: 14px;
  }

  .breadcrumb-navbar ul li:after {
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 5px solid white;
  }

  .vpc_configurator_main_container {
    flex-wrap: wrap;
  }

  .vpc_configurator_leftColumn {
    width: 100%;
    margin-bottom: 20px;
  }

  .vpc_sectiontitle_row {
    margin-bottom: 20px;
  }


  .vpc_default_h1title {
    font-size: 24px;
    line-height: 32px;
  }

  .vpc_configurator_viewImage {
    padding-bottom: 0;
  }


  .vpc_configurator_mainTabs {
    padding: 10px;
    gap: 0;
  }

  .vpc_configurator_mainTabs li {
    flex: 1;
  }

.vpc_configurator_mainTabs li a {
    font-size: 12px;
    line-height: 19px;
    padding: 8px 0px;
}
.vpc_configurator_detailDescription p {
    margin: 0;
    font-size: 12px;
    line-height: 19px;
}

  .configurator-parent-tabContent {
    padding: 0px;
  }

.vpc_configurator_detailContainer #accordion .card {
    border-radius: 0px;
    margin: 0;
}

.configurator_cardLink_column {
    max-width: 70%;
}


  .collapseconfigurator_icon {
    width: 14px;
  }

.configurator_cardLink_name, .service_cardLink_name {
    gap: 5px;
    font-size: 12px;
    line-height: 19px;
}
.configurator_moreItem-text {
    font-size: 12px;
    line-height: 19px;

}
.configurator_cardLink_name, .service_cardLink_name , .configurator_cardLink_column p {
    flex: 1;
}



.vpc_configurator_itemColumn {
    padding-bottom: 0px;
}
.vpc_configurator_itemName p,.vpc_configurator_itemPrice p {
    font-size: 12px;
    line-height: 19px;
}
.vpc_configurator_itemPrice span, .vpc_configurator_itemPrice p {
    font-size: 12px;
    line-height: 19px;
}



  .configurator_cardLink_column p {
    font-size: 12px;
    line-height: 11px;
  }

.vpc_configurator_detailContainer #accordion .card .card-body {
    /* padding: 0px 0px; */
}

  .vpc_configurator_itemRow {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 10px;
  }

  .vpc_configurator_itemBox {
    padding: 10px;
    padding-bottom: 22px;
  }

  .vpc_configurator_itemName {
    gap: 4px;
  }

.vpc_configurator_itemPrice p {
    font-size: 12px;
    line-height: 19px;
}

  .vpc_configurator_itemPrice p span {
    font-size: 8px;
    line-height: 11px;
  }

  .vpc_configurator_itemColumn label:before {
    width: 14px;
    height: 14px;
       border: 1px solid #00CC6A;
    right: 10px;
  }




  .vpc_configurator_itemColumn label:after {
    width: 6px;
    height: 6px;
  }

  .configuratorServices_toolContainer {
    gap: 0;
  }

  .configuratorServices_toolColumn label {
    padding: 9px 15px;
    border: 1px solid transparent;
  }

  .configuratorServices_toolContent {
    gap: 5px;
  }

  .configuratorServices_toolContent figure {
    width: 14px;
  }

 .configuratorServices_toolsTitle {
    font-size: 12px;
    line-height: 19px;
}
.configuratorServices_toolPrice {
    margin-right: 30px;
}

.configuratorServices_toolPrice p {
    font-size: 12px;
    line-height: 15px;
}

  .configuratorServices_toolColumn label:before {
    width: 14px;
    height: 14px;
    border: 1px solid #e62222;
  }

  .configuratorServices_toolColumn label:after {
    width: 6px;
    height: 5px;
  }

.configuratorServices_toolColumn .configuratorServices_toolContent {
/*    padding-right: 8px;*/
/*    align-items: flex-start!important;*/
}
.configuratorServices_toolColumn label {
    gap: 15px;
}


  .vpc_configurator_starTourCta_row {
    justify-content: space-between;
    background: #1D1C1C;
    padding: 12px 15px;
    margin-bottom: 15px;
  }

.vpc_configurator_starTourCta_row span {
    font-size: 12px;
    line-height: 19px;
    color: #FFFFFF;
}

  .vpc_configurator_starTourCta_row .vpc_default_baBorderCta span {
    padding: 8px 20px;
  }


  .configurator_requestModal_column {
    padding: 15px;
    padding-top: 0px;
    padding-bottom: 30px;
  }

  .configurator_requestModal_column:before {
    top: -35px;
    width: 152px;
    height: 70px;
  }

  .configurator_talktous_image {
    width: 75px;
  }

  .configurator_requestModal_title {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 25px;
  }

  .configurator_requestModal_content p {
    font-size: 10px;
    line-height: 14px;
  }


  .configurator_requestModal_ctaRow {
    gap: 15px;
  }

  .configurator_requestModal_ctaRow {
    margin-top: 15px;

  }

  .configurator_requestModal_ctaRow .vpc_default_baBorderCta {
    font-size: 10px;
    line-height: 14px;
  }

  .vpc-customerCard-container {
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 40px;
  }
.vpc-customerCard-container{
   background-position: right;
    position: relative;
}

.productListing-bottomguide-section .vpc-customerCard-container {
    margin-top: 0;
    background-position: right;
    position: relative;
}
.vpc-customerCard-fullSection{
  position:relative;
}
.vpc-customerCard-fullSection:before {
    content: "";
    background-color: #000000c2;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}





  .vpc-customerCard-figure {
    order: -1;
    max-width: 100%;
  }

  .vpc-customerCard-figure {
    max-width: 284px;
    margin: auto;
  }

.vpcHelpc-cardbox-content {
    text-align: center;
    width: 100%;
    padding: 15px;
        position: relative;
}

  .vpc-customerCard-title {
    font-size: 24px;
    line-height: 33px;

  }

  .vpcHelpc-cardbox-content p {
    font-size: 12px;
    line-height: 19px;
    margin: 0;
}


  .vpc_configurator_leftColumn .vpc_configurator_priceRow,
  .vpc_configurator_leftColumn .vpc_configurator_viewCta {
    display: none !important;
  }


  .welcome-configuratorModal-column {
    padding: 15px;
    padding-top: 0px;
    padding-bottom: 30px;
  }

  .welcome-configuratorModal-column:before {
    top: -35px;
    width: 152px;
    height: 70px;
  }

  .welcome-configuratorModal-image {
    width: 90px;
    height: 90px;
  }

  .welcome-configuratorModal-image img {
    width: 67px;
  }

  .welcome-configuratorModal-column .closeModal {
    width: 44px;
  }

  .welcome-configuratorModal-content {
    margin-top: 40px;
  }

  .welcome-configuratorModal-title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
  }

  .welcome-configuratorModal-content p {

    font-size: 10px;
    line-height: 14px;
  }

  .welcome-configuratorModal-ctaRow {
    margin-top: 40px;
  }

  .welcome-configuratorModal-ctaRow .vpc_default_baBorderCta {
    font-size: 10px;
    line-height: 14px;
  }

 .product-listing-banner-section {
    padding-bottom: 35px;
    background-size: cover;
    background-position: right;
}

  .product-listing-banner-title {
    margin-bottom: 10px;
  }

  .product-listing-banner-description {

    font-size: 10px;
    line-height: 14px;
    margin-bottom: 20px;
  }


 .product-listing-bannercontent-container p {
    font-size: 12px;
    line-height: 19px;
    margin-bottom: 10px;
}


  .product-listing-banner-cta {
    gap: 15px;
    flex-wrap: wrap;
  }

  .product-listing-banner-cta a {
    border-radius: 4px;
   
  }

  .product-listing-main-container .vpc_sectiontitle_row {
    margin-bottom: 40px;
  }

  .product-item-listing-section .vpc_sectionSubtitle {
    margin-top: 10px;
  }


  .products-item-tabTitle {
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 5px;
    text-align: center;
  }

  .products-itemtab-column .nav.nav-tabs li a {
    font-size: 12px;
    line-height: 19px;
    padding: 0px 14px;
    height: 30px;
  }

  .itemSort-button-column {
    height: 30px;
    width: 30px;
  }

  .itemSort-button-column a {
    width: 17px;
  }

  .product-listing-main-container {
    margin-bottom: 40px;
  }






.voltedpc_heroBanner_container .voltedpc_gaming_heroBanner_iconContainer,
.voltedpc_heroBanner_container .gaming-youtube-columnbanner {
    display: none;
}
.voltedpc_heroBanner_container .gaming_heroBanner_iconContainer_title {
    display: none;
}









.product-item-listing-section {
    background: linear-gradient(180.5deg, #000000 0.41%, #541606 56.32%, #000000 104.91%);
    padding-top: 90px;
}


.product-item-listing-section:before {
    opacity: 0;
    height: 0;
}
.voltedpc_gaming_heroBanner_mobileContent_section {
    display: block;
    padding-bottom: 120px;
}

.product-item-listing-section>.row {
    background-image: none;
}
.product-item-listing-section:after {
    background-image: url(../images/2024/gaming-listing-shape-mobile.webp);
    height: 362px;
    top: 0px;
    background-position: top  center;
    background-size: cover;
}
.voltedpc_gaming_heroBanner_mobile_container {
    gap: 60px;
}
.gaming-youtube-columnbanner-link {
    background-image: none!important;
    height: auto;
    position: relative;
}
.gaming-youtube-columnbanner-link:before {
    position: absolute;
    width: 100px;
    height: 100px;
}

.gaming-youtube-columnbanner .vpc_sectiontitle {
    text-align: center;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 40px;
}
.gaming-youtube-columnbanner .gaming-youtube-columnbanner_title {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    line-height: 18px;
}
.voltedpc_gaming_heroBanner_iconContainer {
    margin-top: 30px;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}
.gaming_heroBanne-icon_row {
    padding: 15px 8px;
    flex-wrap: wrap;
}
.gaming_heroBanne_icon_column figure {
    width: 42px;
    height: 42px;
}
.gaming_heroBanne_icon_column figure span {
    padding: 10px;
}


.voltedpc_gamingHeroBanner_content_column .vpc_sectiontitle {
    color: #CBCBCB;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
}
.voltedpc_gamingHeroBanner_content_column .gaming_heroBanner_iconContainer_title {
    text-align: center;
}

.voltedpc_gaming_heroBanner_column_container, .voltedpc_gaming_heroBanner_column:hover .voltedpc_gaming_heroBanner_column_container {
    position: static!important;
    width: 100%!important;
    background: rgb(142 142 142 / 30%);
}

.gaming_heroBanne_icon_content_Column {
    opacity: 1;
    visibility: visible;
    width: 100%;
    display: none;
}



.gaming_heroBanne_icon_column p {
    font-size: 16px;
    line-height: 25px;
}


.voltedpc_gaming_heroBanner_column:hover {
    order: -1;
    grid-column-start: 1;
    grid-column-end: 4;
}
.voltedpc_gaming_heroBanner_column:nth-child(even) .gaming_heroBanne-icon_row {
    flex-direction: inherit;
}
.voltedpc_gaming_heroBanner_column:hover .gaming_heroBanne-icon_row {
    position: static;
    background: transparent;
    justify-content: flex-start;
    gap: 24px;
}
.voltedpc_gaming_heroBanner_iconContainer:hover {
    grid-template-columns: repeat(3, 1fr);
}
.voltedpc_gaming_heroBanner_column:hover .gaming_heroBanne_icon_column {
    flex-wrap: nowrap;
    align-items: center;
}
.voltedpc_gaming_heroBanner_column:hover .gaming_heroBanne_icon_content_Column {
    display: block;
}
.voltedpc_gaming_heroBanner_column:hover figure span {
    background: rgb(112 94 114);
}



.products-items-tabContentcontainer {
    border-radius: 8px;
    padding: 30px;
}

.jscroll-inner, .jscroll-added .products-items-container {
    gap: 70px 15px;
    padding-top: 40px;
}


.products-item-wrapper {
    padding: 20px;
    gap: 25px;
    padding-top: 0;
}
.products-item-image a,.products-item-column:hover .products-item-image a {
    width: 130px;
    height: 130px;
}
.products-item-content {
    margin-top: 15px;
}
.products-item-title, .products-item-title a,.products-item-column:hover .products-item-title, 
.products-item-column:hover .products-item-title a {
    font-size: 16px;
    line-height: 20px;
}
.products-item-startingPrice,.products-item-column:hover .products-item-startingPrice {
    font-size: 14px;
    line-height: 18px;
    margin-top: 15px;
}
.products-item-fetureKey p {
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 10px;
}
.products-item-fetureKey ul {
    gap: 5px;
}
.products-item-fetureKey ul li {
    font-size: 10px;
    line-height: 24px;
    padding: 0px 5px;
    border-radius: 5px;
}
.products-item-cta {
    flex-wrap: nowrap;
}
.products-item-cta .vpc_default_heartItemCta {
    width: initial;
}
.products-item-cta .vpc_default_redgradint_cta img {
    width: 12px;
}
.products-item-cta .vpc_default_redgradint_cta {
    width: initial;
}


.productListing-bottomguide-section {
    background: linear-gradient(180.5deg, #000000 0.41%, #541606 56.32%, #000000 104.91%);
}
.productListing-bottomguide-section:before {
    background-image: none;
}



.vpc_section.beyondGaming_card_section {
    background-size: contain;
    background-position: right top -18px;
    background-image: url(../images/2024/beyond-gaming-redneon-light-mobile.webp);
}

.beyondGaming_card_container {
    text-align: center;
}
.beyondGaming_card_image {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 30px;
}
.beyondGaming_card_image figure {
    max-width: 220px;
}

.beyondGaming_card_contentColumn {
    padding: 0;
    margin: 0;
    border-radius: 0;
    background-image: none;
}
.beyondGaming_card_title {
    font-size: 24px;
    line-height: 25px;
    margin-bottom: 15px;
}
.beyondGaming_card_content_row {
    background-image: url(../images/2024/beyond-gaming-image-mobile.webp);
    background-size: cover;
    background-position: center bottom;
    padding: 22px;
    border-radius: 15px;
    overflow: hidden;
    margin-top: 15px;
}
.beyondGaming_card_contentColumn p {
    font-size: 14px;
    line-height: 18px;
}
.beyondGaming_card_cta {
    margin-top: 25px;
}


























  .productListing-videoGuide-pc-container {
    background-image: url(../images/buyingGuide-redneolight.webp);
    background-size: contain;
    background-position: center center;
  }

  .videoGuide-pc-container {
    gap: 30px;
  }

  .videoGuide-pc-content {
    padding: 15px;
    background: rgba(29, 28, 28, 0.7);
  }

  .videoGuide-pc-title {
    text-align: center;
  }

  .videoGuide-pc-content p {
    font-size: 12px;
    line-height: 17px;
    text-align: center;
  }

  .videoGuide-pc-content p:last-child {
    margin: 0;
  }

  .videoGuide-pc-column iframe {
    margin-bottom: 10px;
    height: 210px;
  }

  .videoGuide-pc-column p {
    margin: 0;
    font-size: 10px;
    line-height: 14px;
  }


  .about-gridBnner-container {
    gap: 10px;
  }

  .about-gridBnner-content {
    padding: 10px;
    background: linear-gradient(360deg, rgb(180 0 0 / 46%) 0%, rgb(255 51 51 / 46%) 92.19%);
  }


  .about-gridBnner-content h3 {
    color: #FF3434;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    line-height: 26px;
  }

  .about-gridBnner-column figure {
    height: 95px;
  }

  .about-rowGrid-container {
    flex-wrap: wrap;
    gap: 20px;
  }

  .about-rowGrid-column {
    width: 100%;
    flex-wrap: wrap;
  }

  .about-rowGrid-title-column {
    position: static;
    transform: initial;
    width: 100%;
    margin-bottom: 20px;
    padding: 25px 20px;
  }

  .about-rowGrid-title {
    font-size: 24px;
    line-height: 30px;
  }

  .about-rowGrid-paragraph p {
    font-weight: 400;
    font-size: 10px;
    line-height: 18px;
    margin-bottom: 10px;
  }


  .about-textIcon-row {
    gap: 10px;
  }

  .about-iconColumn {
    width: 40px;
  }

  .about-iconColumn figure {
    height: 40px;
  }

  .about-iconColumn figure img {
    max-height: 24px;
  }

  .aboutIcon-text-column p:last-child {
    margin: 0;
  }

  .about-textIcon-container {
    gap: 30px;
  }

  .about-iconColumn p {
    display: none;
  }

  .about-textIcon-row:nth-child(even) .aboutIcon-text-column {
    text-align: right;
  }


  .mobile-aboutIcon-title {

    display: block;
  }

  .vpc_gallery_box .vpc_sectionSubtitle {
    margin-top: 10px;
  }

  .products-gallery-tabTitle {
    font-size: 10px;
    line-height: 14px;
    text-align: center;
  }

  .products-gallerytab-column .nav.nav-tabs li a {
    font-size: 10px;
    line-height: 10px;
    padding: 0px 10px;
    height: 30px;
  }

  .gallery-items-tabContentcontainer {
    margin-top: 20px;
  }

.gallery-image-container {
    grid-template-columns: repeat(2, 1fr);
    padding: 12px;
    background-color: rgba(15, 15, 15, 0.80);
    gap: 12px;
}
.gallery-image-container>a figure {
    height: 125px;
}
  .gallery-image-column figure {
    height: 260px;
  }

  .gallery-image-column p {
    padding: 12px;
    font-size: 12px;
    line-height: 20px;
  }

  .vpc_gallery_box {
    background-size: 699px;
    background-position: bottom -84px left;
  }

  .vpc_gallery_section {
    background-image: url(../images/gallery-mobilebg-1.webp);
    position: relative;
    background-size: 100%;
  }

  .vpc_gallery_section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #282828 0%, rgba(0, 0, 0, 0.87) 49.48%, rgb(0 0 0 / 90%) 99.48%);
  }


  .blogDetail-post-title {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 30px;
    margin-top: 25px;
  }


  .blogDetail-card-body p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 15px;

  }

  .blogDetail-card-body h2,
  .blogDetail-card-body h3,
  .blogDetail-card-body h4,
  .blogDetail-card-body h5 {
    font-size: 18px !important;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .blogComment-form-container {
    margin-top: 40px;
  }

  .blogComment-form-column {
    padding: 20px;
  }

  .blogComment-form-title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .blog-detail-form-input {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }

  .blogComment-form-column .form-group>label {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 15px;
  }

  .latest-blog-container {
    margin-top: 40px;
  }

  .latest-blog-title {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .blogDetail-card-body a {
    font-size: 20px;
    color: #9b9b9b;
  }


  .error-container {
    flex-wrap: wrap;
    text-align: center;
    gap: 40px;
  }

  .error-figure-column {
    max-width: 210px;
  }

  .error-content-column {
    max-width: 100%;
  }

  .error-content-column figure {
    display: inline-block;
  }

  .error-figure-column {
    max-width: 100%;
    justify-content: center;
    display: flex;
  }

  .error-figure-column figure {
    max-width: 200px;
  }

  .under-maintenance-container {
    flex-wrap: wrap;
    text-align: center;
    gap: 40px;
  }


  .under-maintenance-content-column h1 {
    font-size: 24px;
  }

  .under-maintenance-content-column {
    width: 100%;
  }

  .under-maintenance-content-column p {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 20px;
  }

  .under-maintenance-figure-column {
    max-width: 100%;
  }

  .innerbanner-row {
    padding: 15px;
    margin-bottom: 30px;
    border-radius: 5px;
  }

  .innerbanner-title {
    font-size: 26px;
    margin: 0;
  }

  .termandcondition-container {
    padding: 20px;
    background-color: rgb(255 255 255 / 3%);
    border-radius: 10px;
  }

  .termandcondition-container p {
    font-size: 16px;
  }

  .termandcondition-container h4 {
    font-size: 18px;
    line-height: 30px;
  }


  .privacyPolicy-container {
    padding: 20px;
    border-radius: 10px;
  }

  .privacyPolicy-container h4 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 32px;
  }

  .refundPolicy-container {
    padding: 20px;
    border-radius: 10px;
  }

  .refundPolicy-container p {
    font-size: 16px;
  }

  .contactUs-column-description {
    margin-bottom: 15px;
  }

  .contactUs-list-container {
    padding-top: 20px;
  }

  .faq-container-row {
    gap: 30px;
    flex-wrap: wrap;
  }

  .faq-nav {
    width: 100%;
    position: static;
  }


  .faq-category-tite {
    font-size: 16px;
    margin-bottom: 8px;
  }


  .faq-container-row .card-header .card-link {

    font-size: 12px;
    line-height: 24px;
  }


  .faq-container-row .card-body p {
    font-size: 12px;
  }

  .faq-container-row .card-body h4 {
    font-size: 16px;
  }


  .account_column form .vpc_default_redgradint_cta {
    font-size: 10px;
    line-height: 14px;
  }

.shopCart-title {
    font-size: 24px;
    line-height: 30px;
}
.shopCart-title span {
    font-size: 12px;
    line-height: 12px;

}
.shopCart-accordion {
    gap: 10px;
}

.shopCart-figure {
    width: 70px;
    height: 52px;
}
.shopCart-header-leftColumn {
    gap: 10px;
        padding-right: 25px;
}
.shopCart-item-title {
    font-size: 12px;
    line-height: 14px;
}

.shopCart-accordion .card-header {
    flex-wrap: wrap;
        padding-right: 0;
            padding: 10px;
}
.shopCart-item-price {
    flex-wrap: wrap;
    gap: 0;
}

.shopCart-item-price span {
    width: 100%;
}

.shopCart-header-cta {
    justify-content: flex-end;
    padding: 0px 0px;
    padding-top: 10px;
    border-top: 1px dashed #353535;
    width: 100%;
}
.checkout-table-title {
    width: 115px;
}

.checkout-table-title span {
    font-size: 10px;
    line-height: 10px;
    height: 32px;
}
.checkout-table-column {
    padding: 5px 6px;
}
.checkout-subtotal-price p {
    font-size: 10px;
    line-height: 14px;
}
.checkout-table-column p {
    font-size: 10px;
    line-height: 10px;
}
.checkout-total-price p {
    font-size: 12px;
    line-height: 14px;
}



.checkout-steps:before {
    top: 20px;
    width: calc(100% - 100px);
}
.checkout-steps li .decorator {
    padding: 2px;
    width: 40px !important;
    height: 40px;
}

.checkout-steps li .decorator span {
    font-size: 12px;
    line-height: 12px;
}

.step-title {
    font-size: 10px;
    line-height: 10px;
    margin-top: 10px;
}
.account-right-title-header {
    margin-bottom: 25px;
}
.account-right-title-header h3 {
    font-size: 24px;
    line-height: 34px;
}
.check-infoList-row:before {
    width: 12px;
    height: 12px;
}

.check-infoList-row:after {
    width: 8px;
    height: 8px;
    left: 2px;
    top: 5px;
}


.save-addressList-row {
    padding: 8px;
}
.check-infoList-row {
    padding-left:20px;
}
.customer-saveName {
    font-size: 12px;
    line-height: 12px;
}

.customer-saveNumber {
    font-size: 12px;
    line-height: 17px;
}
.check-infoList-bottom p {
    font-size: 10px;
    line-height: 16px;
}

.proceed-checkout-section .vpc_sectiontitle {
    font-size: 14px;
}

.shipping-method-subtitle {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 15px;
}




.payment-reviewTable-row {
    grid-template-columns: repeat(1, 1fr);
}
.checkout-cartItem-detailColumn {
    gap: 10px;
}
.checkout-cartItem-detailColumn figure {
    width: 70px;
    height: 54px;
}
.checkout-cartItem-title {
    font-size: 12px;
    line-height: 12px;
}
.checkout-cartItem-price {
    margin: 0;
    font-size: 12px;
}

.checkout-cartItem-priceqty {
    flex-wrap: wrap;
    gap: 8px;
}

.checkout-cartItem-qty {
    font-size: 10px;
    line-height: 10px;
    padding-left: 8px;
}

.payment-reviewTable-column table thead tr th {
    padding: 10px;
    font-size: 12px;
}



.payment-reviewTable-column table tbody tr td {
    padding: 10px;
    font-size: 10px;
}

.checkout-cartItem-shipping-icon-column i {
    font-size: 12px;
}
.checkout-cartItem-shipping-icon-column p {
    font-size: 12px;
}
.payment-reviewTable-column table tbody tr td:last-child {
    font-size: 10px;

}
.success-shopping-section h1 {
    font-size: 24px;
}




.home-moreAboutus-button {
    margin: 30px 0px;
    margin-bottom: 0;
}



.vpc_detail_configuration_listing {
    gap: 0;
}




.account-header-row {
    margin-top: 0;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.account-profile-email {
    font-size: 12px;
    line-height: 16px;
}
.account-left-menubar ul>li {
    flex: initial;
}

.account-left-menubar ul {

    justify-content: center;
}
.account-left-menubar ul>li>a{
  padding:10px;
}


.account-right-container {
    padding: 25px;
}
.account-detailview-row {
gap: 10px;
    grid-template-columns: repeat(1, 1fr);

}
.account-detailview-title:after {
    right: 0px;
    top: 0px;
}
.account-detailview-column {
    padding: 15px;
}
.account-detailview-title:after {
    width: 16px;
    height: 16px;
}
.account-detailview-title {
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 14px;
}
.account-detailview-value p {
    font-size: 14px;
}

.account-right-title-header {
    flex-wrap: wrap;
    justify-content: center!important;
    gap: 15px;
}


.account-right-title-headerColumn {
    text-align: center;
    width: 100%;
}
.account-detailview-cta {
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center!important;
}
.changePassword-input-container {
    padding: 0;
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
}
.address-input-container {
    grid-template-columns: repeat(1, 1fr);
  
}
.address-input-container .form-control {

    height: 35px;
}





.address-list-container {
    max-height: 400px;
    overflow: auto;
}
.address-list-row {
    flex-wrap: wrap;
    padding: 15px;
    border: 1px solid #252525;
}
.address-leftDetail-column {
    flex: initial;
    width: 100%;
}
.address-list-locationColumn {
    padding: 0;
    border: 0;
}
.address-list-nameColumn p {

    font-size: 8px;
    line-height: 12px;

}
.address-list-nameColumn p span {
    font-size: 12px;
    margin-bottom: 8px;
}
.address-list-locationColumn p {
    font-size: 12px;
    line-height: 19px;
}
.address-list-locationColumn p span {
    font-size: 12px;
    line-height: 19px;
}

.address-list-ctaColumn {
    padding: 0;
    width: 100%;
    border-top: 1px dashed #353535;
    margin-top: 10px;
    padding-top: 10px;
}


.wishlist-item-row {
    flex-wrap: wrap;
}

.wishlist-item-image {
    width: 70px;
    height: 54px;
}

.wishlist-item-detail-column {
    flex: initial;
    width: 100%;
    gap: 10px;
    border: 0;
    padding: 0;
}
.wishlist-item-title {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 10px;
}

.wishlist-item-priceColumn p {
    font-size: 10px;
    line-height: 14px;
}


.wishlist-action-button {
    width: 100%;
    justify-content: space-between;
    border-top: 1px dashed #353535;
    padding-top: 15px;
}











.order-accordion .card-body {
    padding: 12px;
}
.orderItem-image,.preBuild-product-item-container .orderItem-image {
    width: 50px;
    height: 50px;
}
.preBuild-product-item-container .orderItem-titlePrice-row {
    flex-wrap: wrap;
    margin: 0;
    gap: 12px;
}
.preBuild-product-item-container .orderItem-title {
    max-width: 100%;
    width: 100%;
}
.orderItem-title {
    font-weight: 400;
    font-size: 10px;
    line-height: 13px;
}

.shopcart-feature-row {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
}
.orderItem-titlePrice-row {
    flex-wrap: wrap;
    gap: 12px;
}
.preBuild-product-item-container {
    gap: 10px;

}

.orderItem-top-container {
    gap: 10px;
}

.shopCart-accordion .card-body {
    padding: 15px;
}

.shopcart-feature-row {
    gap: 20px;
}
.shopcart-featureTitle {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
}
.shopcart-featureColumn p:first-child {
      font-size: 12px;
    line-height: 19px;
}
.shopcart-featureColumn p:last-child {
 font-size: 12px;
    line-height: 19px;
}
.orderItem-bottom-container {
    flex-wrap: wrap;
}
.orderItem-address-title {
    font-size: 8px;
    line-height: 10px;
    margin-bottom: 6px;
}
.orderItem-address-text {
    font-size: 8px;
    line-height: 12px;
}


.order-accordion .card-header .orderDate_column,.order-accordion .card-header .orderDeliverAddress_column{
    display: none;
}

.orderItem-mobile-content {
    display: flex;
}

.orderItem-quantity-column p {
    font-size: 12px;
    line-height: 12px;
    gap: 8px;
    padding: 6px 10px;

}



.orderItem-mobile-content .orderHeader-column {
    flex: 1;
}
.orderDate_column {
    font-size: 10px;

}
.orderDelivered-address {
    font-size: 10px;
    line-height: 14px;
}


.orderItem-paymentDetail-document {
    padding: 0;
    border: 0;
    border-top: 1px dashed #353535;
    padding-top: 12px;
}

.vpc_default_baBorderCta span {
    font-size: 12px;
    padding: 10px 20px!important;
    gap: 6px;
}
.vpc_default_baBorderCta span img {
    max-height: 10px;
}


.order-accordion .card-header {
    gap: 0;
}


.orderHeader-right-column .trackOrder-cta {
    font-size: 8px;
    line-height: 10px;
    padding: 8px 15px;
}
.orderHeader-column>span {
    font-size: 8px;
    line-height: 10px;

}
.orderStatus_column .orderHeader_Status {
    font-size: 8px;
    line-height: 12px;
    border-radius: 5px;
    padding: 2px 6px;
}
.orderHeader-left-column {
    gap: 8px;
    padding-right: 20px;
    border-right: 1px solid #353535;
    flex: 1;
}

.orderHeader-left-column {
    gap: 10px;
    padding-right: 0;
    border: 0;
}
.orderStatus_column {
    min-width: 56px;
}




.skipstart-tour-modal-container .shepherd-text {
    font-size: 12px;
    line-height: 19px;

    padding: 0px 15px;
}

.skipstart-tour-modal-container header {

    margin-top: 20px;
    padding: 0px 15px;
}

.skipstart-tour-modal-container .shepherd-title {
    font-size: 18px;
}
.skipstart-tour-modal-container .shepherd-footer {
    gap: 15px;
    margin-top: 25px;

}

.skipstart-tour-modal-container {
    min-width: 340px;
}

.vpc_configurator_completeCta {
    gap: 6px;
    justify-content: center;
}
.vpc_configurator_completeCta a {
    min-height: 40px;
    padding: 5px 10px!important;
}


.OurBlog-detail-container {
    flex-wrap: wrap;
}
.OurBlog-detail-section .blog-item-content {
    text-align: left;
}

.OurBlog-detail-section .blog-search-column {
    margin: 0;
}


.blogitem-list-container {
    grid-template-columns: repeat(1, 1fr);
}
.blogSearch-form-group {
    gap: 0;
    margin: 0;
}

.blogSearch-form-group .vpc_default_redgradint_cta {
    border-radius: 0;
}

.blogSearch-form-group input.form-control {
    height: 40px;
    border-radius: 0;
}

.blogDetail-list-container {
    gap: 15px;
    margin-bottom: 30px;
}
.OurBlog-detail-sidebar-title {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 12px;
}
.OurBlog-detail-sidebar {
    max-width: 100%;
}

.OurBlog-detail-container {
    gap: 40px;
}




.chat-container {
    bottom: 65px;
    left: 8px;
}

.mobileview-shopcard-price .vpc_default_redgradint_cta {
    padding: 8px 8px!important;
}   

.configurator_priceText {
    font-size: 10px;
    line-height: 16px;
    color: #9d9d9d;
}
.mobileview-shopcard-price .configurator_shareItem {
    margin: 0;
    width: 16px;
}

#desc-modal .modal-content .table-design-layout {
    padding: 0px 15px!important;
}









.blogDetail-list-container {

    grid-template-columns: repeat(1, 1fr);
}



.products-items-container .products-item-column {
    width: 100%;
}



.vpc_stayConnectSocial_content .vpc_default_redgradint_cta {
    font-size: 12px!important;
    line-height: 20px!important;
    padding: 8px 9px!important;
    gap: 6px;
    min-width: 75px;
}



.item-detailContent-gridLayout-row p {
    width: 100%;
}

.item-detailContent-gridLayout-row ul {
    grid-template-columns: repeat(1, 1fr);
}

.home-moreAboutus-button_container {
    justify-content: center!important;
}
.vpc_betterOption_column:after {
    opacity: 0;
    visibility: hidden;
}




.home_whyChooseUs-container {
    flex-wrap: wrap;
}


.vpc_homeOurProduct_section:before {
    content: "";
    background-image: url(../images/2024/redneon-mobile.webp);
    height: 100%;
    background-position: top -171px left;
}


.vpc_homeOurcompanyValue_section {
    background-image: url(../images/2024/redbargraphic-mobile.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
}



.home_whyChooseUs-container {
    gap: 35px;
}

.home_whyChooseUs-leftColumn {
    width: 100%;
    padding: 0;
    background: transparent;
    border: 0;
}
.whyChooseUs_makeDifferent_grid_container{
  display:none;
}
.whyChooseUs_makeDifferent_grid_item {
    justify-content: center;
}
.whyChooseUs_makeDifferent_grid_item h3 {
    width: auto;
}
.home_whyChooseUs-container .vpc_sectiontitle {
    text-align: center;
}






.home_whyChooseUs-rightColumn {
    padding: 0;
    background: transparent;
    border: 0;
}


































































.voltedpc_heroBanner_container {
    padding: 35px 0px;
}
.voltedpc_heroBanner_title {
    font-size: 30px;
    line-height: 36px;
}
.voltedpc_heroBanner_subtitle {
    font-size: 14px;
    line-height: 24px;
    margin-top: 30px;
}

.voltedpc_enterprise_serverWorkstation_section {
    padding: 55px 15px;
}
.voltedpc_enterprise_title {
    font-size: 22px;
    line-height: 28px;
}
.voltedpc_enterprise_heading_description {
    font-size: 15px;
    line-height: 23px;
    margin-top: 15px;
}
.voltedpc_enterprise_heading_container {
    margin-bottom: 30px;
}
.voltedpc_enterprise_serverWorkstation_grid_column_title_row {
    margin-bottom: 20px;
}
.voltedpc_enterprise_serverWorkstation_grid_row {
    gap: 40px;
}
.voltedpc_enterprise_serverWorkstation_grid_title {
    font-size: 16px;
    line-height: 20px;
}
.voltedpc_enterprise_serverWorkstation_icon_column {
    grid-template-columns: repeat(1, 1fr);
}
.voltedpc_enterprise_serverWorkstation_grid_content p {
    font-size: 12px;
    line-height: 16px;
}

.voltedpc_enterprise_business_section {
    padding: 15px 15px;
    padding-bottom: 110px;
}


.voltedpc_enterprise_business_column {
    border-radius: 8px;
    padding: 15px;
    gap: 15px;
}
.voltedpc_enterprise_business_profile {
    gap: 10px;
}
.voltedpc_enterprise_business_profile_img {
    width: 45px;
    height: 45px;
    border: 2px solid #fc3131;
}
.voltedpc_enterprise_business_profile_detail h3 {
    font-size: 15px;
    line-height: 18px;
}
.voltedpc_enterprise_business_profile_detail h3 span {
    font-size: 10px;
    line-height: 12px;
}

.voltedpc_enterprise_business_summery {
    margin-top: 15px;
}
.voltedpc_enterprise_business_summery p {
    font-size: 12px;
    line-height: 20px;
}
.voltedpc_enterprise_business_gallery_column {
    padding: 12px;
    border-radius: 8px;
}
.voltedpc_enterprise_business_gallery {
    grid-template-columns: repeat(3,1fr);
}
.voltedpc_enterprise_business_slider .owl-nav {
    top: calc(100% + 31px);
    max-width: 100px;

}

.configurator_filterTabs_row_mainContainer_box {
    flex-wrap: nowrap!important;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 25px;
    position: relative;
    z-index: 10;
}

.configurator_filterTabs_row {
    flex-wrap: wrap;
    margin: 0;
}

.configurator_filterTabs_row:first-child {
    max-width: 125px;
}
.configurator_filterTabs_container {
    margin: 0;
    flex-wrap: wrap;
}
.vpc_configurator_cardTabs {
    flex-wrap: wrap;
    position: relative;
}
.configurator_filterTabs_title {
    max-width: 100%;
    text-align: center;
    margin-bottom: 12px;
}
.vpc_configurator_cardTabs>li {
    flex-shrink: 0;
    width: 100%;
    position: static;
}
.vpc_configurator_cardTabs li a {
    text-align: left!important;
    width: 100%;
    justify-content: flex-start;
}


.vpc_configurator_cardTabs li a:after{
      background: url(../images/red-down-arrow.svg);
    width: 25px;
    height: 14px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.configurator_navTabs_linkList {
    background: rgb(240 41 41 / 15%);
    position: relative;
    border-radius: 5px;
    height: 36px;
    z-index: 4;
}
.vpc_configurator_cardTabs {
    flex-wrap: wrap;
    position: absolute;
    overflow: initial;
    top: 100%;
}
.vpc_configurator_cardTabs li a {
    padding: 10px 10px;
    background-color: #000;
    width: 100%;
    display: none;
}
.active_navTabs_linkList .vpc_configurator_cardTabs li a{
  display: block;
}

.vpc_configurator_cardTabs li a.active {
    background-color: transparent;
    position: absolute;
    top: -25px;
    display: -webkit-box;
    -webkit-line-clamp: 1!important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0px 10px;
    opacity: 1;
    visibility: visible;
    width: calc(100% - 30px);
    line-height: 14px;
}
.configurator_navTabs_linkList:after {
    content: "";
    background: url(../images/red-up-arrow.svg);
    width: 18px;
    height: 10px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    right: 8px;
    top: 14px;
    transform: rotate(180deg);
}

.configurator_navTabs_linkList.active_navTabs_linkList:after {

  transform: rotate(0deg);
}

.mobileClick_hover_link:hover .vpc_configurator_cardTabs li a {
    display: block;
}
































  .footer-top-container {
    gap: 25px;
    flex-wrap: wrap;
  }

  .footer-navbar-brand {
    width: 150px !important;
  }
.footer-topmenu-container {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: flex-start;
}

.footer-topmenu-column {
    min-width: 130px;
}

.footer-topmenu-title {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 10px;
}

  ul.footer-link li a {
    font-size: 12px;
    line-height: 16px;
  }

  .footerSocialConnect p {
    font-size: 12px;
    line-height: 16px;
  }


}




/*767 css end*/

/* .loading {
  height: 0;
  width: 0;
  padding: 15px;
  border: 6px solid #ccc;
  border-right-color: #888;
  border-radius: 22px;
  -webkit-animation: rotate 1s infinite linear;
  /* left, top and position just for the demo! */
  /* position: absolute;
  left: 50%;
  top: 50%;
} */
/* body{
  height: 100vh;
  background-color: #1f1f1f;
  display: flex;
  justify-content: center;
  align-items: center;
  
} */
/* @-webkit-keyframes rotate {
  /* 100% keyframe for  clockwise. 
     use 0% instead for anticlockwise */
  /* 100% {
    -webkit-transform: rotate(360deg);
  } */
/* }  */


/* .loader{
  position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(51,51,51,0.7);
    z-index: 10;
    display: none;
    z-index: 9999;

} */


@media(max-width:339px){
  .skipstart-tour-modal-container {
    min-width: 290px;
    max-width: 290px;
}
}


















/*landing page css start*/

.shopbanner-content-column {
    padding: 105px 15px;
}

.shopbanner-content-column .owl-theme .item {
    display: flex;
    width: 100%;
    height: 350px;
}
.shopbanner-content-column .owl-carousel .item .img-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.shop-banner-title{
      font-size: 40px;
    line-height: 48px;
}

@media(max-width:767px){
  .shopbanner-content-column .owl-theme .item {
    height: 300px;
}
.shopbanner-content-column {
    padding: 50px 15px;
    background-position: center center;
}
.item-detailContent-gridLayout-row{
  overflow: auto!important;
}

.item-detailContent-gridLayout-row table {
    height: auto!important;
}

}

.landing-enqueryform-column {
  background: linear-gradient(180deg, rgb(29 28 28 / 10%) 0%, rgb(0 0 0 / 65%) 146.07%);
  padding: 30px;
  border: 1px solid rgb(26 26 26 / 35%);
  border-radius: 10px;
  }
  .landing-enqueryform-input {
  display: grid;
  gap: 20px;
  }
  .landing-enqueryform-title {
  font-size: 22px;
  text-decoration: none;
  color: #FF3434;
  }
  .landing-enqueryform-input .form-group label {
  color: #767676;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.03em;
  width: 100%;
  }
  .landing-enqueryform-input .form-group label small {
  color: #ff0000;
  }
  .landing-enqueryform-input  .radiobutton-column label{
  color: #A0A0A0;
  font-weight: 500;
  font-size: 16px;
        }

/* Keep the styles that target the option elements */
.select2-container .select2-results__option,
.select2-container .select2-results__group {
  color: black !important;
}

.select2-container {
  min-width: 100%;
  width: 100%;
}

.select2-results__option {
  padding-right: 20px;
  vertical-align: middle;
}

.select2-results__options--nested .select2-results__option:before {
  content: "";
  display: inline-block;
  position: relative;
  height: 20px;
  width: 20px;
  border: 2px solid #000000;
  border-radius: 4px;
  background-color: #000000;
  margin-right: 20px;
  vertical-align: middle;
}

/* This targets only the selected option's checkbox */
.select2-results__option[aria-selected=true]:before {
  font-family: fontAwesome;
  content: "\f00c";
  color: #fff;
  background-color: #ff2b23;
  border: 0;
  display: inline-block;
  padding-left: 3px;
}

/* Ensure the options are highlighted correctly */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #eaeaeb;
  color: #272727;
}

.select2-container--default .select2-selection--multiple {
  margin-bottom: 10px;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-radius: 4px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #f77750;
  border-width: 2px;
}

.select2-container--default .select2-selection--multiple {
  border-width: 2px;
}

.select2-container--open .select2-dropdown--below {
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

/* Remove the checkbox before the optgroup label */
.select2-results__group:before {
  content: none;
}

.select2-selection .select2-selection--multiple:after {
  content: 'hhghgh';
}
.select2-container--default .select2-results>.select2-results__options {
  background: #1d1c1c;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #ff3434;
  color: #ffffff !important;
}
.select2-container .select2-results__option, .select2-container .select2-results__group {
  color: #ffffff !important;
}
.select2-container {
 
  background: #1d1c1c;
}
.select2-container--default .select2-selection--multiple {
  background: #000000 !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #3d1e1e;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  color: #ffffff;
  padding: 0 5px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #000000;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #1d1c1c !important;

}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color:  #3d1e1e !important;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
  font-weight: 500;
  font-size: 12px;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
  font-size: 14px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #3d1e1e !important;
  color: white;
}


.select2-container--default .select2-selection--multiple .select2-selection__choice {
  font-weight: 400;
  font-size: 14px;
}
.select2-hidden-accessible + .select2-container {
  width: 150px !important;
}

/* Inner selection box */
.select2-hidden-accessible + .select2-container .select2-selection {
  width: 100% !important;
}
.select2-container--open .select2-dropdown--below {
  /* width: 100% !important; */
}
/* Fix: .item-box-holder card component had no CSS defined anywhere (search results page cards) */
.item-box-holder {
    width: 100%;
    max-width: 260px;
    margin: 0 auto 24px;
}
.item-content-box {
    background: #1a1a1a;
    border-radius: 12px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}
.item-img-link {
    width: 212px;
    height: 212px;
    display: flex;
    position: relative;
    margin: 0 auto;
}
.item-content-img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #131313;
    overflow: hidden;
    box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 25%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.item-content-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.item-content-detail {
    margin-top: 20px;
    text-align: center;
    width: 100%;
}
.item-content-detail .grid-product-name {
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.item-content-detail .grid-product-name a {
    color: #fff;
}
.grid-product-price {
    color: #fff;
    font-weight: 600;
    margin-bottom: 12px;
}
.grid-product-cta {
    width: 100%;
}

/* Fix: cart-wish-wrap button row (add to cart + wishlist + compare) had no CSS */
.cart-wish-wrap {
    gap: 8px;
    width: 100%;
}
.cart-wish-wrap form {
    flex: 1 1 auto;
    min-width: 0;
}
.addtocart.primary-cta {
    width: 100%;
    background: #B40000;
    color: #fff;
    border: none;
    padding: 10px 16px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
}
.addtocart.primary-cta:disabled {
    background: #555;
    cursor: not-allowed;
}
.compare-icon,
.add-to-wishlist,
.add-to-wishlist.already {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.compare-icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.wishlist-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
}
