
@font-face {
    font-family: VodafoneLt;
    src: url(../fonts/VodafoneLt.ttf);
}
@font-face {
    font-family: VodafoneRg;
    src: url(../fonts/VodafoneRg.ttf);
  
}
@font-face {
    font-family: VodafoneExBd;
    src: url(../fonts/VodafoneExBd.ttf);
  
}
* {
  box-sizing: border-box;
}

body {
  background-color: #f1f1f1;
  font-family: VodafoneRg;
  font-size: 1rem;
  margin: 0;
}
a {
    text-decoration: none;
}
.vc-cpq-text-center{
    text-align: center;
}
.vc-cpq-my-2{
    margin-top: 20px;
    margin-bottom: 20px;
}
.vc-cpq-header{
    background-color: #fff;  
    font-family: VodafoneLt;
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center!important;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 10px;
}
/* .vc-cpq-header-left-col{
    flex-basis: 100%;
}
.vc-cpq-header-right-col{
    flex-basis: 100%;
} */
.vc-cpq-nav{
    display: flex;
    display: -ms-flexbox;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none; 
}
.vc-cpq-nav-item{
 
}
.vc-cpq-nav-link{
    display: block;
    /* padding: 10px;  */
}

.vc-cpq-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.vc-cpq-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.vc-cpq-col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 768px){
    .vc-cpq-col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .vc-cpq-col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .vc-cpq-container {
        max-width: 1600px;
    }
    
}
/* SHOPPING CART STYLING */
/* #mini-cart .cart-popup:after {
    right: 27px;
}
#mini-cart .cart-popup:after {
    border-bottom-color: #f0f0f0;
} */
#mini-cart .cart-popup:after {
    border: 11px solid;
    border-color: transparent transparent #f0f0f0 transparent;
    right: 32px;
    top: -22px;
}

/* #mini-cart .cart-popup:before, #mini-cart .cart-popup:after {
    content: '';
    position: absolute;
} */
 #mini-cart.open .cart-popup, html.no-touch #mini-cart:hover .cart-popup, html:not(.touch):not(.no-touch) #mini-cart:hover .cart-popup {
    display: block;
}
 
#mini-cart .cart-popup:before {
    content: '';
    position: absolute;
    border: 16px solid;
    border-color: transparent transparent #333333 transparent;
    z-index: 3;
    right: 71.7px;
    top: -33px;
}
 
#mini-cart .cart-popup {
    position: absolute;
    width: 360px;
    -webkit-backface-visibility: hidden;
    z-index: 1003;
    top: 100%;
    margin-top: 8px;
    right: -72px;
    padding: 0;
    line-height: 38px;
    box-shadow: 0 5px 8px rgba(0,0,0,0.15);
    text-align: left;
    display: none;
    animation: menuFadeInDown .2s ease-out;
    border: 1px solid #333333;
}
#mini-cart {
    display: inline-block;
    position: relative;
    white-space: normal;
    vertical-align: middle;
    cursor: pointer;
}
#mini-cart .cart-popup .widget_shopping_cart_content {
    background: #fff;
    color: #333333;
    font-size: 15px;
    border-radius: 0;
}
#mini-cart ul.cart-list{
    list-style: none;
    text-align: left;
    margin: 0 0 25px;
    padding: 0;
}
#mini-cart li.cart-list-item{
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid rgb(214, 214, 214);
}
#mini-cart .total-count {
    border-bottom: 1px solid #333333;
    background-color: #333333;
    padding: 10px 15px 5px;
    color: #fff;
}
#mini-cart .total-count .total-price {
    float: right;
}
#mini-cart .cart-scroll-wrapper{
    padding: 15px;
    text-align: center;
}
#mini-cart .item-details {
    line-height: normal;
}
#mini-cart .item-name{
    font-weight: 900;
    margin-bottom: 5px;
}
#mini-cart .item-quantity {
    padding-right: 15px;
    width: 40px;
    font-weight: bold;
    text-align: center;
}
#mini-cart .item-description {
    min-width: 287px;
}
#mini-cart .item-delete img{
    width: 18px;
}
#mini-cart .vc-cpq-goto-cart-btn{
    background: #e60303;
    padding: 15px 35px ;
    color: #fff;
}
/* END SHOPPING CART STYLING */

.vc-cpq-step-section{
    position: relative;
    background-color: #fff;  
    font-family: VodafoneLt;
    border-top: 1px solid rgb(214, 214, 214);
    padding: 71px 15px 45px;
    border-bottom: 1px solid rgb(214, 214, 214);
}
.vc-cpq-step-section:before {
    bottom: -2px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(61, 61, 61, 0);
    border-bottom-color: #f4f4f4;
    border-width: 32px;
    margin-left: -35px;
    transform-origin: bottom;
    transform: rotate(0deg);
    z-index: 2;
}
.vc-cpq-step-section:after {
    bottom: -1px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(61, 61, 61, 0);
    border-bottom-color: rgb(214, 214, 214);
    border-width: 32px;
    margin-left: -35px;
    transform-origin: bottom;
    transform: rotate(0deg);
    z-index: 0;
}
.vc-cpq-step-section-container{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;    
}
ul.vc-cpq-steps {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-content: center;
    position: relative;
    z-index: 1;
}
ul.vc-cpq-steps::after {
    content: '';
    position: absolute;
    top: 8px;
    border-bottom: 2px solid #777777;
    /* width: 97%; */
    left: 0;
    margin: 0 21px;
    right: 0;
    z-index: -1;
}

.vc-cpq-steps li {
    background: #fff;
    width: 0.8em;
    height: 0.8em;
    text-align: center;
    line-height: 2em;
    border-radius: 1em;
    border: 1px solid #e60303;
    margin: 0 1em;
    display: inline-block;
    color: #000;
    position: relative;
}

.vc-cpq-steps li.active::after {
    content: '';
    position: absolute;
    top: 2.07px;
    left: 2px;
    border-radius: 50px;
    background: #e60303;
    width: 6px;
    height: 6px;
}
.vc-cpq-steps li:nth-child(2) img{
    left: -19px;
}
.vc-cpq-steps img {
    position: absolute;
    width: 40px;
    top: -43px;
    left: -15px;
}
.vc-cpq-steps-text{
    margin: 0 auto;
    padding: 0;
    display: none;
    justify-content: space-between;
    width: 100%;
    align-content: center;
    position: relative;
    z-index: 1;
}
 

.vc-cpq-price{
    color: #e60303;
    font-size: 2rem;
}
ul.vc-cpq-breadcrumbs {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.vc-cpq-breadcrumbs li{
    margin-right: 15px;
    color: #07a5b9;
}
ul.vc-cpq-breadcrumbs li a{
    text-decoration: none;
    color: #0070d2;
    border-bottom: 1px dotted #0070d2;
    font-size: 15px;
    font-weight: bold;
}

/* Style shopping cart icon */
.vc-cpq-shopping-cart{
    position: relative;
}
.vc-cpq-cart-items {
    position: absolute;
    right: -10px;
    top: -4px;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 8px;
    overflow: hidden;
    color: #fff;
    background-color: #e60303;
}

.vc-cpq-nav-item img{
    width:40px;
}
.vc-cpq-add-cart{
    position: absolute;
    right: 0;
}
.vc-cpq-add-cart-selected,
.vc-cpq-grid-btns span {
    margin-right: 15px;
}
.vc-cpq-grid-btns{
    display: flex;
    align-items: center;
}
.vc-cpq-add-cart-btn{
    background: #000;
    padding: 15px 35px ;
    color: #fff;
}
.vc-sort-grid{
    display: flex;
    align-content: center;
    justify-content: space-between;
    margin-bottom: 10px;

}
select.vc-sort-filter   {
    box-shadow: none;
    border: 0;
    /* font-family: 'inherit'; */
    font-size: inherit;
    font-weight: normal;
    border-radius: 0;
    /* color: #666; */
    outline: 0;
    position: relative;
    width: auto;
    padding: 5px 5px 5px 10px;
    background-color: transparent;
    /* -moz-appearance: none;
    -webkit-appearance: none; */
    appearance: none;
}

/* GRIP LIST VIEW CSS */
button#vc-cpq-listView,
button#vc-cpq-gridView{
    cursor: pointer;
}
button#vc-cpq-listView{
    display: none;
}
.vc-cpq-device-grid-block{
    background-color: #f4f4f4;
    width: 100%;
    margin-bottom: 40px;
    position: relative;
}
#vc-cpq-results{
    display: flex;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    align-items: center;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.vc-cpq-listview .vc-cpq-device-col {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 15px;
}
.vc-cpq-gridview .vc-cpq-device-col  {
    float: left;
    width: 100% !important;
    flex: 0 0 100% !important;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 15px;
}
.vc-cpq-device-item {
    background: #fff;
    border-radius: 0;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 2px 6px 0 rgba(0,0,0,0.3);
    -ms-box-shadow: 0 2px 6px 0 rgba(0,0,0,0.3);
    -o-box-shadow: 0 2px 6px 0 rgba(0,0,0,0.3);
    position: relative;
    width: 100%;
    /* border: 1px solid rgba(0,0,0,.125); */
    margin-bottom: 15px;
}
.card-header { 
    text-align: right;
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.card-footer {
    text-align: center;
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #fff;
    border-top: 1px solid rgba(0,0,0,.125);
}

.vc-cpq-device-item-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    width: 100%;
    text-align: center;
    height: 100%;
    margin-bottom: 15px;
}
.vc-cpq-gridview .vc-cpq-device-item-content {
    flex-direction: column;
    text-align: center;
}
.vc-cpq-gridview .vc-cpq-device-img-block  {
    width: 100%;
}
 
.vc-cpq-device-img-block,
.vc-cpq-device-detailpods-block,
.vc-cpq-device-price-block,
.vc-cpq-device-qty-block{
    padding: 15px;
}
.vc-cpq-device-img-block {
    text-align: left;
    width: auto;
}
.vc-cpq-device-img-block img {
    float: left;
    margin-right: 15px;
}
 
.vc-cpq-device-detailpods-block{
    display: flex;
    flex: 0.6;
    justify-content: space-around;
    align-items: center;
    /* flex-wrap: wrap; */
}
.vc-cpq-detail-pods {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #cdcdcd;
    border-radius: 50px;
    
    width: 72px;
    height: 72px;
}
.vc-cpq-gridview .vc-cpq-detail-pods {
    margin: 0;
}
.vc-cpq-filter-section{
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
    padding: 30px 0;
    margin-bottom: 25px;
    border-bottom: 1px solid #ccc;
}
#vc-cpq-filter-btn{
   cursor: pointer; 
   
}
#vc-cpq-filter-btn img{
    transition-duration: 0.5s
}
.img-rotate img{
    transform: rotateX(180deg);
 
}


.vc-cpq-container.vc-cpq-paging {
    text-align: center;
}
.vc-cpq-container.vc-cpq-paging img {
    padding: 0 45px;
}

input#deviceSelected{
    float: right;
    margin-bottom: 15px;
}
input,
textarea {
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  margin: 0;
  outline: none;
  padding: 10px;
}

input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.input-group {
  clear: both;
  position: relative;
}

.input-group input[type='button'] {
  background-color: #777777;
  font-family: VodafoneLt;
  color: #fff;
  min-width: 50px;
  width: auto;
  transition: all 300ms ease;
  font-size: 35px;
  font-weight: normal;
  color: #fff;
}

.input-group .button-minus,
.input-group .button-plus {
  font-weight: bold;
  height: 50px;
  padding: 0;
  width: 50px;
  position: relative;
}

.input-group .quantity-field {
  position: relative;
  /* float: left; */
  height: 50px;
  top: -7px;
  left: -6px;
  text-align: center;
  width: 50px;
  display: inline-block;
  font-size: 13px;
  resize: vertical;
}

/* .button-plus {
  left: -13px;
} */

input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: none;
}

@media (min-width: 425px) {
    .vc-cpq-detail-pods {
        width: 82px;
        height: 82px;
    }
}
@media (min-width: 768px) {
    .vc-cpq-nav{
        width: 385px;
    }
}

@media (min-width: 768px) {
    #mini-cart .cart-popup {
        width: 375px;
        margin-top: 8px;
        right: -5px;
    }
    #mini-cart .cart-popup:before {
        right: 3.7px;
    }
     
    .vc-cpq-steps-text{
        display: flex;
    }
 
    .vc-cpq-gridview .vc-cpq-device-col  {
        float: left;
        width: 50% !important;
        flex: 0 0 50% !important;
        padding-right: 15px;
        padding-left: 15px;
        margin-bottom: 15px;
    } 
    
    .vc-cpq-step-section-container{
        width: 85%;   
    }
    .vc-cpq-step-section{
        padding: 71px 15px 45px;
    }
    .vc-cpq-filter-section{
        justify-content: center;
    }
    .vc-cpq-device-item-content {
        flex-direction: column;
        text-align: center;
        align-items: normal;
    }
    .vc-cpq-device-img-block {
        width: 26%;
    }
    .vc-cpq-detail-pods {
        margin: 0 10px;
    }
}

@media (min-width: 1024px) {
    .vc-cpq-step-section-container{
        width: 50%;   
    }
    .vc-cpq-steps-text{
        width: 57%;
    }
    .vc-cpq-detail-pods {
        width: 82px;
        height: 82px;
    }
    .vc-cpq-device-item-content {
        flex-direction: row;
        text-align: left;
    }
 
}
@media (min-width: 1200px) {
 
}
