/*--------------Header Menu-----------------*/
.cus-header__row {
    display: flex;
    justify-content: space-between;
    padding:10px 0px;
}
.cus-header__top {
    display: flex;
    gap: 25px;
    justify-content: flex-end;
    padding-bottom: 10px;
    align-items:center;
}
.cus-header__container {
    box-shadow: 0 6px 6px #dedddd33;
    border-bottom: 1px solid #d9d9d950;
}
.cus-header__searchmenu{
    display:flex;
    cursor:pointer;
}
.cus-header__searchicon svg{
    width:16px;
    height:16px;
}
.cus-header__searchtxt {
    color: #000;
    font-weight: 400;
    font-size: 18px;
    margin-left: 7px;
}
.cus-header__usermenu {
    display: flex;
    cursor:pointer;
}
.cus-header__usericon svg {
    width: 16px;
    height: 16px;
}
.cus-header__usertxt {
    color: #000;
    font-weight: 400;
    font-size: 18px;
    margin-left: 7px;
}
.cus-header__menulink, .cus-header__menulink:hover {
    font-size: 18px !important;
    text-decoration: none !important;
    opacity:0.9;
}
.cus-header__menulink.dropdown-toggle:after{
    display: inline-block;
    margin-left: 0.05em;
    vertical-align: 0.1em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.header-standard__width {
    max-width: 1280px !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}
.cus-header__right {
    padding-right: 1rem;
}
.cusccp-header__right {
    padding-right: 0px;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none !important;
    background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
    color: #121416;
    text-decoration: none !important;
    background-color: #007bff;
}
.cus-header__dropdown {
    min-width: 300px !important;
    border: none !important;
    background: #e2f5ff !important;
    padding:0px;
}
.cus-header__dropdown li a{
    font-size:18px !important;
    padding: 4px 8px !important;
    opacity:0.8;
}
/*---------Productlist---------*/
.cus-prolist__grpname {
    color: var(--bg) !important;
    font-weight: bold;
    font-size: 25px;
}
.cus-prolist__grpdesc {
    font-size: 16px;
    margin: 15px 0;
    /* color: var(--bs-gray-600); */
}
.cus-prolist__subgrps {
    background: aliceblue !important;
    padding: 1rem;
    width: 100%;
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(3,minmax(0,1fr));
}
.cushbg-prolist__withoutfacet .cus-prolist__subgrps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.cus-prolist__subgrp {
    background-color: #fff;
    height: 100%;
    text-decoration: none;
}
.cus-prolist__grpimg {
    width: 200px;
    height: 200px;
    padding: 1rem;
}
.cus-prolist__grpimgdiv {
    text-align: center;
}
.cus-prolist__subgrpname {
    font-weight: 400;
    font-size: 20px;
    padding: 1.5rem;
    text-align: center;
    text-decoration:none !important;
}
.cus-prolist__width {
    max-width: 1192px !important;
    padding: 0px;
    width:100%;
    margin-left:auto;
    margin-right:auto;
    position:relative;
}
.cus-prolist__container {
  	padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
}
.cus-prolist__products {
  	padding: 2rem 0;
    width: 100%;
    display: grid;
    grid-gap: 25px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.cushbg-prolist__withoutfacet .cus-prolist__products {
    grid-template-columns: repeat(4,minmax(0,1fr));
}
.cus-prolist__product {
    background-color: #fff;
    height: 100%;
    text-decoration: none;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.cus-prolist__proimgdiv {
    text-align: center;
}
.cus-prolist__proimg {
    width: 200px;
    height: 200px;
    padding: 1rem;
}
.cus-prolist__proname {
  	font-weight: bold;
    text-decoration: none !important;
    margin-bottom: 0.5em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 30px;
}
.cus-prolist__prodetails {
    padding: 0.5rem;
    text-align: center;
}
.cus-prolist__brand {
    color: #1973b7;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none !important;
    margin-top: 0.25em;
    margin-bottom: 0.25em;
}
.cus-facet__container {
    margin: 0 0 0.5rem 0;
}
.cus-facet__content {
  	background-color: #E9F6FC;
    padding: 15px;
    align-items: center;
    border-radius: 5px;
}
.cus-facet__name {
    color: var(--bg) !important;
    font-size: 15px;
    font-family: 'Poppins';
}
.cus-facet__icon svg{
    width:16px;
    height:16px;
}
.cus-facet__content .cus-facet__icon svg:first-child {
    display:none;
}
.cus-facet__content .cus-facet__icon svg:last-child {
    display: block;
}
.cus-facet__content.collapsed .cus-facet__icon svg:first-child {
    display: block;
}
.cus-facet__content.collapsed .cus-facet__icon svg:last-child {
    display: none;
}
.cus-facet__dropdown {
    padding: 9px 20px;
    background: aliceblue !important;
}
.cus-facet__chkbox {
    border-radius: 2px !important;
    border: 2px solid #71797E;
    color:#FFF;
}
.cus-facet__label {
    font-size: 17px;
    color: #343a40 !important;
}
.cus-prolist__selfacettitle {
    color: #6c757d !important;
    margin: 15px 0px;
    /*font-size: 18px;
    font-family: 'Jost';*/
}
.cus-prolist__selectfacetclose {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    color: #fff;
    background-color: #3772b4;
    padding: 0.25rem 13px;
}
.cus-prolist__selectfacetclose svg{
    width: 17px;
    stroke-width: 3px;
}
.cus-prolist__selectfacetval {
    background: #e8e8e8;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    padding: 3px 1rem;
    font-size: 17px;
    opacity: 0.8;
}
.cus-prolist__selectfacet{
    display:flex;
}
.cus-prolist__selectfacets {
    display: flex;
    padding: 15px 0px 45px;
    gap:5px;
    flex-wrap:wrap;
}
.cus-breadcrumb__items {
    max-width: 1192px;
    padding: 0px 10px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.cus-breadcrumb__homeicon svg {
    margin: 0 8px;
    width: 18px;
}
.cus-breadcrumb__item{
    font-size:17px;
    margin-top:3px;
}
.cus-breadcrumb__item a{
    text-decoration:none !important;
    margin: 0px 2px;
}
.cus-breadcrumb__item:before {
    content: '' !important;
    float: unset !important;
    background-image:url('../icons/BreadcrumbIcon.svg');
    display: inline-flex;
    width: 10px;
    height: 15px;
    background-repeat: no-repeat;
}
li.cus-breadcrumb__homeicon {
    padding: 0px 8px;
    margin-top: 1px;
}
.cus-facet__showmore {
    color: #6c757d;
    padding: 5px 1rem;
    font-size: 17px;
    text-align: right;
    cursor:pointer;
}
.cus-facet__showless {
    color: #6c757d;
    padding: 5px 1rem;
    font-size: 17px;
    text-align: right;
    display: none;
    cursor: pointer;
}
.cus-facet__optionlist {
    max-height: 325px;
    overflow: hidden;
}
.cus-facet__chkbox.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' class='feather feather-check'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
    background-color: #2c7fbe;
    border: none;
}

/*-------------Product Detail------------*/
.cus-detail__container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1192px !important;
    margin:0px auto;
}
.cus-detail__imgsec {
    width: 40%;
}
.cus-detail__detailsec{
    width:60%;
}
.cus-detail__imgs {
    position: sticky;
    top: 175px;
    margin-bottom:3rem;
}
.cus-detail__mainimg{
    width:100%;
    text-align:center;
}
.cus-detail__mainimg img{
    width:100%;
    height:auto;
    padding-bottom:1rem;
}
.cus-detail__thumbimgsec {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 10px;
}
.cus-detail__thumbimg img{
    width: 80px;
    height: 80px;
    margin-right: 5px;
    object-fit:contain !important;
}
.cus-detail__proname {
    width: 100%;
    padding: 0px 0.5rem;
    margin-top: 1rem;
    font-size: 30px;
    line-height: 38px;
}
.cus-detail__prodesc {
    padding: 0.5rem;
    font-size: 21px;
    margin-top: 1rem;
    line-height: 29px;
    margin-bottom:1rem;
}
.cus-detail__prodesc p{
    margin:0px;
}
.cus-detail__featuresec{
    width:100%;
    display:flex;
    flex-wrap:wrap;
}
.cus-detail__feature{
    padding:0.5rem;
    width:50%;
}
.cus-detail__feattitle {
    color: #1973b7;
    font-size: 22px;
}
.cus-detail__featuredata {
    padding: 1.5rem;
    margin-bottom: 1rem;
    font-size: 21px;
}
.cus-detail__featuredata ul{
    padding-left: 15px;
    margin-bottom: 0px;
}
.cus-detail__featuredata ul li::marker{
    font-size: 14px;
}
.cus-detail__indusesec{
    width:50%;
}
.cus-detail__induse {
    width: 100%;
    position: relative;
    background-color: #f6f6f6;
    border-width: 1px;
    border-color: #f6f6f6;
    border-top-width: 3px;
    border-top-color: #016db6;
    border-style: solid;
}
.cus-detail__indusedata {
    padding: 0.5rem;
    margin-bottom:1rem;
    font-size:22px;
}
.cus-detail__industitle {
    color: #1973b7;
    font-size: 21px;
    padding: 0.5rem;
}
.cus-detail__induse:after {
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 0;
    height: 25%;
    max-height: 100px;
    max-width: 100%;
    width: 100%;
    content: "";
    opacity: .7;
    box-shadow: -4px 17px 10px -8px #000000b3;
    transform: rotate(0);
}
.cus-detail__moreinfodiv {
    padding:0.5rem;
    margin-bottom:0.5rem;
}
.cus-detail__moreinfo {
    box-shadow: 0 3px 1px -2px #0003, 0 2px 2px #00000024, 0 1px 5px #0000001f;
    background: #1973b7;
    border: 2px solid #ffffff;
    color: #fff;
    padding: 8px 16px;
    border-radius: 4px;
    text-align: center;
    font-size: 18px;
}
.cus-detail__choosetitle {
    color: #6c757d;
    margin: 0.5rem 0px;
    font-size: 18px;
    line-height: 38px;
}
.cus-detail__vardiv {
    padding: 0px 0.5rem;
}
.cus-detail__hr {
    margin: 10px 0;
    border-bottom: 2px solid #d4d4d4;
}
.cus-detail__varlists {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    padding-left: 0;
    list-style: none;
}
.cus-detail__varlist {
    min-width: 120px;
    text-align:center;
}
.cus-detail__var {
    background-color: rgb(240, 240, 240);
    color: black;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    padding: 0.375rem 0.75rem;
    text-align: center;
    font-size: 21px;
    margin:0px;
}
.cus-detail__var.active{
    background-color: rgb(236, 251, 239) !important;
    color: green !important;
    border: 2px solid rgb(4, 222, 54) !important;
    border-radius: 5px;
}
.cus-detail__specification {
    background: #f0f8ff;
    padding-bottom: 1.5rem;
}
.cus-detail__specheader{
    display:flex;
}
.cus-detail__spectitle {
    height: 48px;
    padding: 0 24px;
    cursor: pointer;
    box-sizing: border-box;
    opacity: .6;
    min-width: 160px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    position: relative;
    color: #000000de !important;
    font-size: 20px;
    text-decoration:none;
}
.cus-detail__spectitle.active{
    border-bottom:3px solid #1973b7;
}
.cus-detail__speccontent{
    padding:1rem 0px;
    width:100%;
}
.cus-detail__specdetails{
    padding:0.5rem;
}
.cus-detail__accordion {
    border: 1px solid rgba(0,0,0,.125);
    background-color: #fff;
}
.cus-detail__accheader {
    background: #f0fff0;
    border-bottom: 1px solid rgba(0,0,0,.125);
    width:100%;
    display:flex;
    justify-content:space-between;
}
.cus-detail__acctitle{
    font-size:20px;
    padding:0.5rem;
    text-transform:uppercase;
}
.cus-detail__acciconbtn {
    color: #343a40;
    margin-right: 1rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    padding: 0.375rem 0.75rem;
    text-align: center;
    border: none;
    background-color: transparent;
}
.cus-detail__accicon:before {
    content: "-";
    font-size: 24px;
}
.cus-detail__acciconbtn.active .cus-detail__accicon:before {
    content: "+";
    font-size: 24px;
}
.cus-detail__acctablediv {
    padding: 1.25rem;
}
.cus-detail__acctable {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}
.cus-detail__acctabletd {
    width: 50%;
    border-bottom: 1px solid #d4d4d4;
    padding:5px;
    font-size:19px;
}
.cus-detail__acctable tr:first-child td {
    color: #28a745;
}
.cus-detail__sec {
    padding: 0.5rem 0.5rem 15px;
}
.cus-detail__downloadtitle {
    color: #6c757d;
    margin: 0.5rem 0px;
    padding: 0px 0.25rem;
    font-size: 18px;
}
.cus-detail__downloadbtns{
    display:flex;
    flex-wrap:wrap;
    gap:5px;
}
.cus-detail__downloadbtn {
  /*
    box-shadow: 0 3px 1px -2px #0003, 0 2px 2px #00000024, 0 1px 5px #0000001f;*/
    white-space: nowrap;
    text-align: center;
    margin: 0;
    min-width: 64px;
    border-radius: 10px;
    padding: 8px 16px;
    font-size: 1rem;
    color: #fff;
    background: #1973b7;
    border: 2px solid #ffffff !important;
    margin-right: 0.5rem;
    line-height: 26px;
    transition: 0.4s;
}
.cus-detail__downloadbtn:hover {
  opacity: .8;
}
.cus-detail__accres {
    padding: 0.5rem;
}
.cus-detail__reslinkdiv {
    background: aliceblue;
    border: 1px solid #d4d4d4;
    padding: 0.82rem 0.5rem;
    margin-top: 0.5rem;
}
.cus-detail__reslink {
    padding:0px 0.25rem;
    color:#000 !important;
    font-size:17px;
    text-decoration:none;
}
.cus-detail__restag {
    padding: 0px 6px;
    background: #1373b8;
    font-size: 14px;
    border-radius: 10px;
    color: #fff;
    margin-right: 0.5rem;
}
@media only screen and (max-width:1024px){
    .cus-detail__feature{
        width:100%;
    }
    .cus-detail__indusesec {
        width: 100%;
        padding: 0.5rem;
    }
    .cus-detail__imgs {
        top: 90px;
    }
    .cus-detail__moreinfodiv{
        margin-top:1rem;
    }
}
@media only screen and (max-width:991px) {
    .cus-detail__container {
        display: block;
    }
    .cus-detail__imgsec {
        width: 100%;
    }
    .cus-detail__detailsec{
        width:100%;
    }
}
@media only screen and (max-width:480px){
    .cus-detail__mainimg img {
        width: 240px;
        height: auto;
    }
}
.cus-facet__filterbtndiv{
    display:none;
    margin-right:1rem;
}
.cus-facet__filterbtn {
    position: relative;
    background: #1973b7;
    color: #FFF;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    box-shadow: 0 3px 5px -1px #0003, 0 6px 10px #00000024, 0 1px 18px #0000001f;
    text-align: center;
    float: right;
    margin-top: 5px;
    border: none;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cus-facet__filterbtn svg{
    width: 17px;
    fill: #FFF;
    height: 15px;
}
.cus-prolist__content{
    padding:0px !important;
}
@media only screen and (max-width:1200px) {
    .cus-prolist__subgrps {
        grid-template-columns: repeat(4,minmax(0,1fr)) !important;
    }
    .cus-prolist__products {
        grid-template-columns: repeat(4,minmax(0,1fr)) !important;
    }
    .cus-prolist__grpimg {
        width: 100%;
        height: 100%;
    }
    .cus-prolist__proimg {
        width: 100%;
        height: 100%;
    }
    .cus-prolist__width .grid-lg-4 {
        display: block;
    }
    .cus-prolist__width.grid-lg-4 {
        display: block;
    }
    .cus-facet__filterbtndiv{
        display:block;
    }
    .cus-facet__content {
        padding: 5px 20px;
    }
    .cus-facet__listcontent {
        position: absolute;
        top: 48px;
        right: 0;
        width: 313px;
        background: #f8f9fa;
        border: 2px solid #d4d4d4;
        display: none;
        margin-right: 1rem;
        z-index:99;
    }
    .cus-breadcrumb__items{
        padding:0px;
    }
}
@media only screen and (max-width:992px) {
    .cus-prolist__subgrps {
        grid-template-columns: repeat(3,minmax(0,1fr)) !important;
    }
    .cus-prolist__products {
        grid-template-columns: repeat(3,minmax(0,1fr)) !important;
    }
}
@media only screen and (max-width:480px) {
    .cus-prolist__subgrps {
        grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    }
    .cus-prolist__products {
        grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    }
}
.cus-facet__filterbtn svg:last-child{
    display:none;
}
.cus-facet__filterbtn.active svg:last-child{
    display:block;
}
.cus-facet__filterbtn.active svg:first-child {
    display: none;
}
.cus-detail__popup {
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    backdrop-filter: brightness(.5);
    display: flex;
    justify-content: center;
    align-items: center;
}
.cus-detail__popup-container {
    position: relative;
    margin: auto;
    padding: 10px;
    width: 800px;
    max-width: 95vw !important;
    animation-name: animatetop;
    animation-duration: .4s;
    background: #fff;
    border: 2px solid #e2ecf4;
    box-shadow: 0 5px 25px rgba(0,0,0,.1);
    border-radius: 10px;
    overflow: auto;
}
.cus-detail__popupcontent {
    margin: 20px;
    max-height: 85vh;
}
.cus-detail__popupheader {
    background-color: #1973b7;
    color:#FFF;
    margin-bottom:0.5rem;
}
.cus-detail__popuptitle {
    font-size: 13px;
    font-weight: 500;
    padding: 0.5rem;
}
.cus-detail__popupname {
    font-size: 20px;
    padding: 0rem 0.5rem 0.5rem;
}
.cus-detail__2fields{
    display:flex;
}
.cus-detail__field {
    width: 50%;
    padding: 5px;
    color: #6c757d;
    margin-bottom: 5px;
}
.cus-detail__fields .cus-detail__field {
    width: 100%;
}
.cus-detail__txtfielddiv {
    padding: 1.5rem 0 0.75em;
    background-color: #0000000a;
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid #5A5A5A;
    position:relative;
}
.cus-detail__error {
    margin-top: 0.4666666667em;
    color: #f44336;
    font-size: 17px;
    height:25px;
    padding-left: 15px;
}
.cus-detail__error span{
    display: none;
}
.cus-detail__txtfield {
    border: none;
    background-color: transparent;
    width: 100%;
    color: #6c757d;
    outline: none;
    padding: 2px 15px;
}
.cus-detail__popuplabel {
    position: absolute;
    left: 0;
    width: 100%;
    height: 85%;
    overflow: hidden;
    pointer-events: none;
    top: 0.85625em;
    padding-top: 0.74375em;
    padding-left: 15px;
    transition: transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
.cus-detail__txtfield::placeholder {
    color: transparent;
    opacity:0.6;
}
.cus-detail__txtfield.active::placeholder {
    color: #6c757d;
}
.cus-detail__txtfield.active + .cus-detail__popuplabel {
    transform: translateY(-1em);
    font-size: 13px;
}
.cus-detail__popuplabel span {
    color: #f44336;
    font-size:19px;
}
.cus-detail__txtfield.active + .cus-detail__popuplabel span{
    font-size:15px;
}
.cus-detail__closebtn {
    box-shadow: 0 3px 1px -2px #0003, 0 2px 2px #00000024, 0 1px 5px #0000001f;
    background-color: #f44336;
    padding: 8px 16px;
    border: 2px solid #ffffff;
    color: #fff;
    text-align: center;
    border-radius: 4px;
}
.cus-detail__submitbtn {
    text-align: center;
    border-radius: 4px;
    padding: 8px 16px;
    background-color: #0000001f;
    border: 2px solid #ffffff;
    color: #fff;
}
.cus-detail__submitbtn.active{
    background-color: #1973b7;
    box-shadow: 0 3px 1px -2px #0003, 0 2px 2px #00000024, 0 1px 5px #0000001f;
}
.cus-detail__submitbtns{
    display:flex;
    justify-content:space-between;
    padding-bottom:24px;
}
.cus-detail__select {
    display: flex;
    justify-content: space-between;
    padding: 0px 15px;
    align-items: center;
}
.cus-detail__selecttxt {
    font-size: 17px;
    height:25px;
}
.cus-detail__selectarr {
    width: 0;
    height: 0;
    border-left: 5px solid rgba(0,0,0,0);
    border-right: 5px solid rgba(0,0,0,0);
    border-top: 5px solid;
    margin: 0 4px;
}
.cus-detail__popupsellabel {
    position: absolute;
    left: 0;
    width: 100%;
    height: 85%;
    overflow: hidden;
    pointer-events: none;
    top: 0.85625em;
    padding-top: 0.74375em;
    padding-left: 15px;
    transition: transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
.cus-detail__selval {
    font-size: 16px;
    overflow: hidden;
    max-height: 25px;
    display: block;
    font-weight: 300;
    padding-top: 3px;
}
.cus-detail__selecttxt .cus-detail__selmaintxt {
    display: none;
}
.cus-detail__select.active .cus-detail__selmaintxt {
    display: block;
}
.cus-detail__select.active .cus-detail__popupsellabel {
    transform: translateY(-1em);
    font-size: 13px;
}
.cus-detail__popupsellabel span {
    color: #f44336;
    font-size: 20px;
}
.cus-detail__select.active .cus-detail__popupsellabel span {
    color: #f44336;
    font-size: 15px;
}
.cus-detailselect__options {
    box-shadow: 0 2px 4px -1px #0003, 0 4px 5px #00000024, 0 1px 10px #0000001f;
    width: 380px;
    overflow: auto;
    max-height: 256px;
    border-radius: 4px;
    background: white;
    font-size: 16px;
    position: absolute;
    z-index: 9;
    left: -20px;
    display:none;
}
.cus-detailselect__option {
    display: flex;
    height: 48px;
    padding: 0 16px;
    cursor: pointer;
    align-items: center;
}
.cus-detailselect__option.active{
    background: rgba(0,0,0,.04);
    color: #3f51b5;
}
.cus-detailselect__ckb {
    width: 16px;
    height: 16px;
    border: 2px solid #0000008a;
    border-radius: 2px;
}
.cus-detailselect__ckbtxt {
    font-size: 17px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cus-detailselect__ckbdiv {
    align-self: center;
    width: 16px;
    height: 16px;
    margin-right: 8px;
}
.cus-detail__txtfielddiv:hover {
    border-bottom: 2px solid #5A5A5A;
}
.cus-detail__collapse {
    transition: height .3s ease;
    overflow: hidden;
}
@media only screen and (max-width:767px){
    .cus-detail__2fields{
        display:block;
    }
    .cus-detail__field{
        width:100%;
    }
    .cus-detailselect__options {
        width: 85vw;
    }
}
.cus-detail__noindus{
    width:100%;
}
.cus-thumbimg__container {
    min-height: 80px;
}
.cus-thumbslider__btn {
    filter: drop-shadow(0 0 0.1rem rgba(0, 0, 0, 0.9)) !important;
}
@media only screen and (max-width:992px){
    .cus-thumbslider__content {
        --swiffy-slider-item-count: 3 !important;
    }
    .cus-thumbimg__container {
        margin: 0px 2rem !important;
    }
}
/*-----------CCP ProductList-----------*/
.cus-prolist__grpdata {
    display: flex;
    align-items: center;
    background: radial-gradient(circle at top left,#0073bd,#003976 80%);
    border-bottom: 3px solid orange;
}
.cus-prolist__grpdetail {
    display: flex;
    align-items: center;
}
.cus-prolist__grptitleimg {
    width: 40px;
    height: 40px;
    margin: 5px;
}
.cus-prolist__grptitle {
    width: 100%;
    color: white;
    font-size: 24px;
    padding: 0.5%;
    text-transform: uppercase;
}
.cusccp-breadcrumb__item a{
    font-weight: 700;
    color: #000;
    text-decoration: none;
}
.cusccp-breadcrumb__item a:hover{
    text-decoration:underline;
}
.cusccp-breadcrumb__items {
    padding-left: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.cusccp-prolist__container {
    display: flex;
    margin-bottom: 20px;
}
.cusccp-prolist__facetcontainer {
    width: 250px;
    height: 800px;
    overflow-y: scroll;
    position: relative;
    background-color: aliceblue;
}
.cusccp-facet__title {
    margin-top: 7px;
    margin-bottom: 17px;
    font-weight: 700;
    word-spacing: 0.08rem;
    font-size: 18px;
    text-align: center;
}
.cusccp-prolist__productcontainer {
    width: Calc(100% - 260px);
    margin-top: 5px;
    margin-left: 10px;
}
.cusccp-prolist__subgrps{
    display:flex;
    flex-wrap:wrap;
}
.cusccp-prolist__subgrp {
    width: 25%;
    display: inline-flex;
    margin-bottom: 5px;
    text-decoration:none;
}
.cusccp-prolist__subgrpdiv {
    width: 100%;
    cursor: pointer;
    margin: 3% 2% 3% 2% !important;
    //box-shadow: 0 8px 28px 2px rgba(0,0,0,0.55);
    padding: 15px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius:15px;
    transition: border .2s ease-in-out;
    text-decoration:none;
}

.cusccp-prolist__grpimgdiv{text-align:center;}
.cusccp-prolist__grpimg {
    width: 100%;
    height: auto;
   // background-color: #f5f1ed;
    padding: 4px;
    line-height: 1.42857143;
   // border: 1px solid #ddd;
    max-height: 240px;
}
.cusccp-prolist__subgrpname {
    //height: 75px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-wrap: break-word;
    width: 100%;
    margin:0px;
    text-align: center;
    cursor: pointer;
    padding: 20px 0 0;
    font-family: 'Muli', sans-serif;
    font-weight: bold;
    font-size: 1em;
    text-transform: capitalize;
    transition: border .5s ease-in-out;
}
.cusccp-prolist__subgrpname:hover {color:green}
.cusccp-facet__container {
    margin: 10px;
    border: 1px solid #999;
    border-color: #909091;
    box-shadow: 0px 2px 3px 2px #888888;
    background-color:#FFF;
}

.cusccp-facet__content {
    padding: 10px 15px;
    align-items: center;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-color: #337ab7;
    border-color: #337ab7;
    color: #fff;
}

.cusccp-facet__name {
    color: #FFF;
    font-size: 16px;
    margin: 0px !important;
}

.cusccp-facet__icon svg {
    width: 12px;
    height: 12px;
    fill: #FFF;
}

.cusccp-facet__content .cusccp-facet__icon svg:first-child {
    display: none;
}

.cusccp-facet__content .cusccp-facet__icon svg:last-child {
    display: block;
}

.cusccp-facet__content.collapsed .cusccp-facet__icon svg:first-child {
    display: block;
}

.cusccp-facet__content.collapsed .cusccp-facet__icon svg:last-child {
    display: none;
}

.cusccp-facet__dropdown {
    padding: 10px;
}
.cusccp-facet__optionlist {
    margin-left: 10% !important;
    margin-bottom: 2%;
}

.cusccp-facet__chkbox {
    border-radius: 2px !important;
    color: #FFF;
    width: 13px;
    height: 13px;
    margin-top: 5.5px;
    background-color:#FFF;
}

.cusccp-facet__label {
    font-size: 16px;
    color: #343a40 !important;
}
.cusccp-prolist__selfacets {
    width: 98%;
    margin: 1%;
    color: white !important;
    border: 1px solid green;
    background-color: white;
    box-shadow: 0px 2px 3px 2px #888888;
}
.cusccp-prolist__selfacettitle {
    padding: 1%;
    background-color: #337ab7;
    font-size: 16px;
}
.cusccp-prolist__selectfacetclose svg {
    width: 13px;
    height:13px;
    stroke-width: 4px;
    stroke: #000;
}
.cusccp-prolist__selectfacet {
    background-color: green;
    font-size: 14px;
    margin: 0.1em 0.1em;
    display: inline-block;
    font-weight: 600;
    border-radius: 0.25em;
    line-height: 1;
    color: #fff;
    text-align: center;
    padding: 0.2em 0.6em 0.3em;
    white-space: nowrap;
}
.cusccp-prolist__selectfacetclose {
    margin: 0 0 0 0.3em;
    cursor: pointer;
    vertical-align: bottom;
}
.cusccp-prolist__selectfacets {
    padding: 1%;
    width: 96%;
    display: flex;
    flex-wrap: wrap;
}
.cusccp-facet__chkbox.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' class='feather feather-check'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
    background-color: #1a75ff;
    border: none;
}
.cusccp-prolist__count {
    display: none;
    color: black;
    padding-left: 10px;
    font-size: 24px;
    margin-top: 20px;
    padding-bottom: 30px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.cusccp-prolist__facetcount .cusccp-prolist__count {
    display:block;
}
.cusccp-prolist__facetcount {
    width: 98%;
    margin: 1%;
    box-shadow: 0px 2px 3px 2px gray;
    border: 1px solid gray;
    min-height: 600px;
    background-color: white;
}
.cusccp-facet__mobtitlediv{
    display:none;
}
.cusccp-prolist__withoutfacet .cusccp-prolist__subgrp {
    width: 20%;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
    .cusccp-prolist__subgrp {
        width: 33.33% !important;
    }
}
@media only screen and (min-width:767px) and (max-width:991px) {
    .cusccp-prolist__subgrp {
        width: 48% !important;
    }
}
@media only screen and (max-width:767px){
    .cusccp-prolist__container{
        display:block;
    }
    .cusccp-prolist__facetcontainer {
        width: 100%;
        height: auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .cusccp-prolist__facetdiv{
        display:none;
    }
    .cusccp-facet__title{
        display:none;
    }
    .cusccp-facet__mobtitlediv {
        display: flex;
        justify-content: space-between;
        padding: 10px;
        align-items: center;
    }
    .cusccp-facet__mobtitle {
        font-weight: 700;
        word-spacing: 0.08rem;
        font-size: 18px;
    }
    .cusccp-facet__mobtitlearr svg{
        width:20px;
        height:20px;
    }
    .cusccp-facet__mobtitlediv.collapsed .cusccp-facet__mobtitlearr svg:last-child {
        display: none;
    }
    .cusccp-facet__mobtitlediv.collapsed .cusccp-facet__mobtitlearr svg:first-child {
        display: block;
    }
    .cusccp-facet__mobtitlediv .cusccp-facet__mobtitlearr svg:first-child {
        display: none;
    }
    .cusccp-facet__mobtitlediv .cusccp-facet__mobtitlearr svg:last-child {
        display: block;
    }
    .cusccp-prolist__selfacets{
        margin-bottom:10px;
    }
    .cusccp-prolist__productcontainer {
        width: 100%;
        margin-left: 0px;
    }
    .cusccp-prolist__subgrp{
        width:50% !important;
    }
    .cusccp-breadcrumb__items{
        display:none;
    }
    .cus-prolist__grptitle{
        font-size:16px;
    }
}
.cusccp-prolist__withoutfacet{
    width:100%;
}
.cus-facet__clearall {
    border: none;
    background-color: #FFF;
    color: #000;
    margin-left: 15px;
}
.cus-header__logincontent {
    display: flex;
    color: #FFF;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 5px;
    margin-bottom: 7px;
}
.cus-header__loginicon {
    fill: #FFF;
    align-self: center;
}
.cus-header__loginicon svg{
    width: 35px;
    height: 35px;
}
.cus-header__welcometxt {
    font-weight: 700;
    font-style: italic;
    font-size:11px;
}
.cus-header__username{
    font-size:14px;
}
.cus-header__menus{
    margin-top:10px;
}
.cus-header__loginname {
    line-height: 15px;
    align-self: center;
}
.cus-header__loginbtn a, .cus-header__loginbtn a:hover {
    color: #FFF !important;
    background-color: #0073bd;
    border: 1px solid #FFF;
    margin: 1px;
    font-size: 14px !important;
    text-transform: uppercase;
    padding: 6px 12px !important;
    width: 100px;
    line-height: 1.32857143;
    text-decoration: none !important;
}
.cus-detail__header {
    background: radial-gradient(circle at top left,#0073bd,#003976 80%);
    padding: 11px !important;
}
.cus-ccpdetail__container {
    width: 100% !important;
    margin: 1% 0px;
    background-color: #fff;
    padding: 0 15px;
}
.cus-ccpdetail__name {
    font-size: 24px;
    margin-left: 2%;
    padding-top: 20px;
    margin-bottom: 10px;
    font-weight: 500;
}
.cus-ccpdetail__hr {
    margin-top: 20px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #eee;
    opacity: 1;
    background-color: unset;
}
.cus-ccpdetail__content {
    display: flex;
    padding: 1% 0px;
}
.cus-ccpdetail__left {
    width: 50%;
}
.cus-ccpdetail__right {
    width: 50%;
    
}
.cus-ccpdetail__img {
    margin: 0px auto;
    max-width: 70%;
    height: auto;
    max-height:500px;
    object-fit:contain;
}
.cus-ccpdetail__descheader {
    border-bottom: 1px solid #ddd;
    margin-left: 6px;
}
.cus-ccpdetail__desctitle {
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    font-weight: 700;
    color: #000;
    cursor: pointer;
    width: max-content;
    padding: 10px 15px;
    border-radius: 4px 4px 0 0;
    margin-right: 2px;
    font-size: 14px;
}
.cus-ccpdetail__descval {
    margin-left: 2%;
    padding: 2%;
    font-size: 16px;
}
.cus-ccpdetail__desccontent {
    margin-right: 2%;
}
.cus-ccpdetail__descval ul li{
    padding: 1%;
}
.cus-ccpdetail__details {
    width: 95%;
    margin: 0px 3%;
}
.cus-ccpdetail__skutitle {
    margin-left: 2%;
    font-size: 24px;
    padding-top: 5px;
    margin-bottom: 10px;
    font-weight: 500;
}

.cus-ccpdetail__variheader {
    background-color: #0078d3;
    color: white;
    width: 100%;
}
.cus-ccpdetail__varititle {
    font-size: 20px;
    padding-left: 2%;
    padding-top: 1%;
    padding-bottom: 1%;
}
.cus-ccpdetail__varititle span{
     font-weight: 700;
}
.cus-ccpdetail__varicontent {
    background-color: #d8e3ed;
    color: black;
}
.cus-ccpdetail__varipricediv {
    display: flex;
    justify-content: space-between;
    padding: 8px;
    align-items:center;
}
.cus-ccpdetail__variprice {
    font-size: 14px;
}

.cus-ccpdetail__variprice a {
    
    text-decoration: none;
}

.cus-ccpdetail__pricetxt {
    color: #0078d3;
    font-weight: 600;
}
.cus-ccpdetail__price {
    font-weight: bold;     
      
}
.cus-ccpdetail__addcartbtn {
    background: linear-gradient(to bottom, #f8eb61, #efab00);
    color: black;
    margin: 1%;
    border: 1px solid #2e6da4;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap; 
}


.cus-ccpdetail__spec {
    background-color: #f0ad4e;
    border: 1px solid #eea236;
    margin: 1%;
    color: black;
    display: flex;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    align-items:center;  
}
 
.cus-ccpdetail__varispec {
    color: black;
    border: 1px solid #ddd;
    width: 100%;
    font-size: 14px;
    display:none;
    margin-top: 15px;
}

 
.cus-ccpdetail__spectable {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.cus-ccpdetail__spectable tr th{
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    font-weight: 700;
}
.cus-ccpdetail__spectable tr td{
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
 
  

.cus-ccpdetail__caption {
    font-size: 16px;
    font-weight: bold;
    color: #FF9900;
    font-style: italic;
    float: right;
    font-family: 'Muli', sans-serif; 
    padding-bottom: 20px;
}
.cus-ccpdetail__specdiv {
    padding: 1px;
}
.cus-ccpdetail__careticon svg:last-child{
    display:none;
}
.cus-ccpdetail__carticon svg{
    width: 17px;
    height: 17px;
}
.cus-ccpdetail__careticon svg{
    width: 17px;
    height: 17px;
}
.cus-ccpdetail__careticon{
    display:flex;
}
.cus-ccpdetail__variants {
    margin-bottom: 2%;
}
.cus-ccpdetail__spec.active .cus-ccpdetail__careticon svg:last-child {
    display: block;
}
.cus-ccpdetail__spec.active .cus-ccpdetail__careticon svg:first-child {
    display: none;
}
.cus-detail__addcartpopup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow-x: hidden;
    overflow-y: auto;
    backdrop-filter: brightness(.5);
    display: none;
}
.cus-detail__addcartcontent {
    width: 600px;
    margin: 30px auto;
    position: relative;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    transform: translate(0,-25%);
    transition: transform .3s ease-out;
}
.cus-detail__popupshow .cus-detail__addcartcontent {
    transform: translate(0,0);
}
.cus-detail__addcartheader {
    background-image: linear-gradient(to bottom,#003976,#0073bd);
    color: white;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.cus-detail__addcarttitle {
    text-align: center;
    font-size: 18px;
    margin: 0;
    margin-top: 7px;
    margin-bottom: 7px;
    font-weight: 700;
    word-spacing: 0.08rem;
    line-height: 1.42857143;
}
.cus-detail__addcartclose {
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    padding: 0;
    color: white;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
}
.cus-detail__addcartbody {
    max-height: calc(100vh - 210px);
    position: relative;
    padding: 15px;
    overflow: auto;
    width:100%;
}
.cus-detail__addcartname {
    text-align: center;
    font-size: 18px;
    margin: 0;
    margin-top: 7px;
    margin-bottom: 7px;
    font-weight: 700;
    word-spacing: 0.08rem;
    line-height: 1.42857143;
    letter-spacing: -0.3px;
}
.cus-detail__addcartdata{
    display:flex;
}
.cus-detail__addcartimgdiv {
    width: 33.33333333%;
}
.cus-detail__addcartimg {
    max-width: 100%;
    height: auto;
}
.cus-detail__addcartdetails {
    width: 66.66666667%;
    font-size: 14px;
}
.cus-detail__addcarttable {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    overflow-x: auto;
}
.cus-detail__addcarttable tr th{
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    width:50%;
}
.cus-detail__addcarttable tr td{
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.cus-detail__addcartbtndiv {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.cus-detail__addcartbtn {
    background: linear-gradient(to bottom, #f8eb61, #efab00);
    color: black;
    margin: 1%;
    border: 1px solid #2e6da4;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
}
.cus-detail__addcartclose svg {
    width: 17px;
    height: 17px;
    stroke-width: 4px;
}
.cus-detail__addcartprice {
    font-size: 18px;
    color: #0078d3;
    font-weight: 700;
}
.cus-detail__addcartqty {
    padding-left: 2%;
    width: 50px;
    border: 1px solid rgb(118, 118, 118);
}
.cus-ccpdetail__vardata {
    background-color: aliceblue;
    color: black;
    padding-bottom: 20px;
    font-size:14px;
}
.cus-ccpdetail__vartable {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
}
.cus-ccpdetail__vartable tr th{
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    width: 50%;
}
.cus-ccpdetail__vartable tr td{
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    width: 50%;
}
.cus-ccpdetail__discountprice {
    color: red;
    text-decoration:line-through;
}
.cus-ccpdetail__thumbsec {
    display: flex;
    padding-bottom: 20px;
    flex-wrap: wrap;
    row-gap: 15px;
    justify-content: flex-start;
    width: 70%;
    margin: 15px auto;
}

.cus-ccpdetail__thumbimgdiv {
    margin: 6px;
    width: 100px;
    height: 100px;
    border: 1px solid #d5d5d5;
}
.cus-ccpdetail__thumbimg {
    max-width: 100%;
    height: auto;
    max-height:100%;
}
.cus-ccpdetail__thumbimgsec {
    width: 100px;
    height: 96px;
    display: flex;
    justify-content: center;
}
.cus-ccpdetail__thumbtxt {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    margin:0px;
    padding:5px 0;
}
.cus-ccpdetail__imgdiv {
    display: flex;
    justify-content: center;
}
@media only screen and (max-width:767px){
    .cus-ccpdetail__content{
        display:block;
    }
    .cus-ccpdetail__left {
        width: 100%;
    }
    .cus-ccpdetail__right {
        width: 100%;
    }
    .cus-ccpdetail__container {
        height: 100%;
        margin: 0px -3%;
        width: 106% !important;
    }
    .cus-detail__header h2{
        font-size:16px;
    }
    .cus-detail__header {
        padding: 15.5px !important;
    }
    .cus-detail__pagecontent{
        padding:0px;
    }
    .cus-detail__addcartcontent {
        width: auto;
        margin: 10px;
    }
    .cus-detail__addcartdata{
        display:block;
    }
    .cus-detail__addcartimgdiv {
        width: 100%;
    }
    .cus-detail__addcartdetails {
        width: 100%;
    }
    .cus-detail__addcartimg {
        max-width: 70%;
        height: auto;
        display: flex;
        justify-content: center;
        margin: 0px auto;
    }
}
.cus-detail__variheader {
    background-color: #1973b7;
}
.cus-detail__varititle span {
    font-weight: 600;
}
.cus-detail__skutitle {
    font-weight: 400;
    margin-left: 0px;
}
.cus-detail__vardata{
    font-size:16px;
}
.cus-detail__variprice {
    font-size: 16px;
}
.cus-detail__varispec {
    font-size: 16px;
}
.cus-detail__varicontent .cus-ccpdetail__addcartbtn {
    font-size: 16px;
    background: #007dc3;
    color: #ffffff;
    border-color: #006daa;
}
.cus-detail__varicontent .cus-ccpdetail__spec {
    font-size: 16px;
}
.cus-detail__varispec .cus-ccpdetail__spectable tr th {
    font-weight: 600;
}
.cus-detail__vardata .cus-ccpdetail__vartable tr th {
    font-weight: 600;
}
.cus-detail__variprice .cus-ccpdetail__price {
    font-weight: 600;
}
.cus-detail__hepaddcartpopup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: opacity .15s linear;
    z-index: 1050;
    overflow-x: hidden;
    overflow-y: auto;
    backdrop-filter: brightness(.5);
    display: none;
    font-family: 'Roboto Condensed', sans-serif;
}
.cus-detail__hepaddcartcontent {
    width: 580px;
    margin: 30px auto;
    position: relative;
    transition: transform .3s ease-out;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
}
.cus-detail__hepaddcartheader {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.428571429px;
    display: flex;
    justify-content: space-between;
}
.cus-detail__hepaddcarttitle {
    font-size: 17px;
    line-height: 1.428571429;
    font-family: 'Roboto Condensed', sans-serif;
}
.cus-detail__hepaddcartclose {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
}
.cus-detail__hepaddcartbody {
    padding: 20px;
}
.cus-detail__popupfield {
    margin-bottom: 15px;
}
.cus-detail__popupfieldtitle {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 13px;
}
.cus-detail__popupfieldtxt {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    border: 1px solid #cccccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.cus-detail__popupfieldtxt:disabled{
    cursor: not-allowed;
    background-color: #eeeeee;
}
.cus-detail__popupfooter {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.cus-detail__popupaddcartdiv{
    display:flex;
    justify-content:flex-end;
}
.cus-detail__popupaddcart {
    color: #ffffff;
    background-color: #007dc3;
    font-size: 10px;
    padding: 10px 16px;
    line-height: 1.33;
    border: 1px solid #006daa;
    font-weight:600;
}
.cus-detail__hepaddcartclose svg {
    width: 13px;
    height: 13px;
    stroke-width: 4px;
}
.cus-detail__popupfieldtxt:focus {
    border-color: #66afe9;
    outline: none;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.cus-detail__popupaddcart:hover {
    background-color: #00639a;
    border-color: #00456c;
}
.cus-detail__varispec .cus-ccpdetail__spectable {
    margin-bottom: 10px;
}
@media only screen and (max-width:767px){
    .cus-detail__hepaddcartcontent {
        width: auto;
        margin: 10px;
    }
}
.cus-header__cartmenu svg {
    width: 25px;
    height: 25px;
}
.cus-header__cartcount {
    background-color: #db0911;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    border-radius: 10px;
}
.cus-detail__addedpopup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100005;
    display: none;
    backdrop-filter: brightness(.5);
}
.cus-detail__addedcontainer {
    margin: 0px;
    position: absolute;
    top: 25%;
    right: 0%;
    width: 200px;
    transform: translate(0,-25%);
    transition: transform .3s ease-out;
}
.cus-detail_addedpopup-show .cus-detail__addedcontainer {
    transform: translate(0,0);
}
.cus-detail__addedcontent {
    height: 300px;
    border-radius: 25px 0px 0px 25px;
    border: 3px solid white;
    background-image: linear-gradient(to bottom,#003976,#0073bd);
    color: white;
    padding: 15px;
}
.cus-detail__addedclose {
    height: 40px;
}
.cus-detail__addedclosebtn {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #FFF;
    text-shadow: 0 1px 0 #fff;
    border: 0;
    padding: 0;
    margin-top: -2px;
    background-color: transparent;
}
.cus-detail__addedIcondiv {
    height: 70px;
    display: block;
    margin: 0 25%;
}
.cus-detail__addedtxtdiv {
    height: 120px;
    text-align: center;
    line-height: 1.4;
}
.cus-detail__addedtxt {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.1;
}
.cus-detail__addedIcon svg{
    width:55px;
    height:55px;
}
.cus-detail__addedIcon{
    text-align:center;
}
.cus-detail__addedclosebtn svg {
    width: 18px;
    height: 18px;
    stroke-width: 4px;
}
.cus-detail__addedIcon svg path{
    fill:#FFF;
}
.cus-minicart__container {
    position: absolute;
    top: 42px;
    width: 400px;
    right: 0px;
    z-index: 99999;
    background-color: #b2dbfe;
    border: 4px solid #0073bd;
}
.cus-minicart__content {
    margin: 1%;
    text-align:left;
}
.cus-minicart__header {
    background: linear-gradient(to bottom, #f8eb61, #efab00);
    width: 100%;
    color: #003976;
}
.cus-minicart__title {
    font-size: 18px;
    text-align: center;
    padding-bottom: 3px;
    padding-top: 3px;
    font-weight: 600;
    word-spacing: 0.08rem;
}
.cus-minicart__items{
    display:flex;
    flex-direction:column;
}
.cus-minicart__item {
    background-color: white;
    border: 1px solid #0073bd;
    margin-top: 1%;
    margin-bottom: 1%;
    width: 100%;
    display: flex;
}
.cus-minicart__itemimgdiv {
    width: 33.33333333%;
}
.cus-minicart__itemimg {
    max-width: 100%;
    height: auto;
}
.cus-minicart__details {
    width: 66.66666667%;
    padding: 3px;
}
.cus-minicart__itemname {
  	color:black;
    font-size: 14px;
    text-align: left;
    font-weight: 600;
    line-height: 17px;
}
.cus-minicart__itemno {
    font-size: 12px;
    font-weight: 600;
    color: red;
}
.cus-minicart__itemprice {
    font-size: 18px;
    color: #0078d3;
    font-weight: 700;
    margin-top: 7px;
    margin-bottom: 7px;
    word-spacing: 0.08rem;
}
.cus-minicart__itemqty {
    font-size: 13px;
    text-align: left;
    font-weight: 500;
}
.cus-minicart__viewdiv {
    width: 100%;
}
.cus-minicart__viewbtn {
    background: linear-gradient(to bottom, #f8eb61, #efab00);
    color: black;
    margin: 1%;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #2e6da4;
}
.cus-header__cartli {
    position: relative;
}
.cus-ccpdetail__logintxt {
    font-size: 14px;
    padding: 10px;
}
/*--------cart--------*/
.cus-cart__container {
    margin-top: 2%;
    margin-bottom: 2%;
    background-color: white;
    height: auto;
    min-height: 400px;
    width: 1280px;
    margin-right: auto;
    margin-left: auto;
}
.cus-cart__header {
    background: linear-gradient(to bottom, #f8eb61, #efab00);
    width: 100%;
    color: #003976;
}
.cus-cart__title {
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: 700;
    word-spacing: 0.08rem;
    font-size: 18px;
    text-align: center;
}
.cus-cart__content{
    display:flex;
}
.cus-cart__left {
    width: 25%;
}
.cus-cart__leftdiv {
    margin: 2%;
}
.cus-cart__contenttitle {
    margin-top: 7px;
    margin-bottom: 7px;
    font-weight: 700;
    word-spacing: 0.08rem;
    font-size: 18px;
    text-align:center;
}
.cus-cart__summarytable {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    font-size:14px;
}
.cus-cart__summarytable tr th{
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    width:50%;
}
.cus-cart__summarytable tr td{
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.cus-cart__vouchersec {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.cus-cart__vouchertitle {
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    padding-left: 5%;
    font-size:14px;
}
.cus-cart__vouchertxt {
    height: 34px;
    width: 90%;
    margin-left: 5%;
    padding-left: 2%;
    outline-color: #f9741b;
    font-size: 13px;
}
.cus-cart__vouchersubmit {
    background: linear-gradient(to bottom, #f8eb61, #efab00);
    color: black;
    margin: 1%;
    border: 1px solid #2e6da4;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    margin-left: 5%;
}
.cus-cart__stripe {
    background-color: orange;
    height: 4px;
    width: 100%;
}
.cus-cart__info {
    color: #777;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.1;
}
.cus-cart__rightdiv {
    width: 75%;
    padding-right: 15px;
    padding-left: 15px;
}
.cus-cart__righttitle {
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: 700;
    word-spacing: 0.08rem;
    font-size: 18px;
    margin: 5px;
    text-align: center;
}
.cus-cart__item {
    margin-bottom: 2%;
    border: 1px solid #dddddd;
    width: 100%;
}
.cus-cart__itemcontent {
    display:flex;
    position:relative;
}
.cus-cart__itemimgdiv {
    width: 25%;
}
.cus-cart__itemimg {
    margin-top: 25px;
    display: block;
    max-width: 100%;
    height: auto;
}
.cus-cart__itemdatatablediv {
    width: 66.66666667%;
}
.cus-cart__itemdatatable {
    margin: 10px;
    border: 1px solid #ddd;
    width: 100%;
    max-width: 100%;
    font-size: 14px;
}
.cus-cart__itemdatatable tr th{
    border: 1px solid #ddd;
    padding: 8px;
    line-height: 1.42857143;
    font-weight: 700;
    width:50%;
}
.cus-cart__itemdatatable tr td{
    border: 1px solid #ddd;
    padding: 8px;
    line-height: 1.42857143;
}
.cus-cart__itemremove {
    background-color: #abcdef;
    padding: 1%;
    border-radius: 0 0 0 1px;
    font-size: 20px;
    color: #f2440e;
    cursor: pointer;
    position: absolute;
    right: 0%;
    top: 0%;
}
.cus-cart__itemremovebtn {
    border: none;
    background-color: transparent;
    padding:0px;
}
.cus-cart__itemremovebtn svg {
    width: 20px;
    height: 20px;
}
.cus-cart__Deletetxt {
    font-size: 20px;
    color: #f2440e;
}
.cus-cart__itempricesec {
    background-color: #dddddd;
    display:flex;
}
.cus-cart__itemqtytxt {
    width: 83.33333333%;
    padding-left: 2%;
    padding-right: 15px;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 500;
    text-align:center;
}
.cus-cart__itemqtytxt span{
    font-weight: 700;
}
.cus-cart__itemtotprice {
    width: 16.66666667%;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 700;
    text-align: center;
}
.cus-cart__btns{
    display:flex;
    justify-content:space-between;
}
.cus-cart__contbtn {
    background: linear-gradient(to bottom, #f8eb61, #efab00);
    color: black;
    margin: 1%;
    padding: 6px 12px;
    border: 1px solid #2e6da4;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
}
.cus-cart__chkbtn {
    background: linear-gradient(to bottom, #f8eb61, #efab00);
    color: black;
    margin: 1%;
    padding: 6px 12px;
    border: 1px solid #2e6da4;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
}
.cus-cart__itemdatatable a {
    text-decoration: none !important;
    font-weight: 700;
}
.cus-cart__totprice{
    font-weight:700;
}
.cus-cart__leftsec {
    margin: 7px;
}
.cus-cart__itemprice {
    color: blue;
    font-weight: 700;
}
.cus-cart__qtybox {
    width: 20%;
    height: 30px;
    text-align: center;
    margin: 0px;
}
.cus-cart__decqtybtn {
    padding: 4px 12px;
    color: #fff;
    background-color: #d9534f;
    border: 1px solid #d43f3a;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
}
.cus-cart__incqtybtn {
    padding: 4px 12px;
    color: #fff;
    background-color: #5cb85c;
    border: 1px solid #4cae4c;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
}
.cus-cart__qtysec{
    display:flex;
}
.cus-cart__decqtybtn:hover {
    background-color: #c9302c;
    border-color: #ac2925;
}
.cus-cart__incqtybtn:hover {
    background-color: #449d44;
    border-color: #398439;
}
.cus-cart__mobproname {
    display: none;
    font-weight: 700;
    font-size: 16px;
}
.cus-cart__totpricewodis{
    display:none;
}
.cus-cart__vouchererr {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #ebccd1;
    border-radius: 4px;
    color: #a94442;
    background-color: #f2dede;
    font-size: 16px;
    font-weight: 700;
    text-align:center;
}
@media only screen and (min-width: 992px) and (max-width:1199px) {
    .cus-cart__container {
        width: 970px;
    }
}
@media only screen and (min-width:768px) and (max-width:991px) {
    .cus-cart__left {
        width: 98%;
        margin: 1%;
    }
}
@media only screen and (max-width:992px) {
    .cus-cart__container {
        width: 100%;
        padding: 0px !important;
        margin-left: -1rem;
        margin-right: 1rem;
        width: Calc(100% + 2rem);
    }
    .cus-cart__content {
        display: block;
    }
    .cus-cart__rightdiv {
        width: 100%;
    }
}
@media only screen and (max-width:1200px) {
    .cus-cart__itemimgdiv {
        width: 33.33333333%;
    }
    .cus-cart__itemdatatablediv {
        width: 58.33333333%;
    }
    .cus-cart__summarytable tr th{
        width:55%;
    }
}
@media only screen and (max-width:767px) {
    .cus-cart__summarytable {
        border: 1px solid #ddd;
    }
    .cus-cart__vouchersec{
        display:none;
    }
    .cus-cart__itemcontent {
        display: block;
        padding: 5px;
    }
    .cus-cart__itemimgdiv{
        width:100%;
    }
    .cus-cart__itemdatatablediv {
        width: 100%;
    }
    .cus-cart__itemimg {
        width: 40%;
        margin: 10px auto;
    }
    .cus-cart__rightdiv {
        padding: 5px;
        margin: 5px 0px;
    }
    .cus-cart__itemdatatable {
        border: none;
        margin: 0px auto 20px;
        font-size:12px;
    }
    .cus-cart__itempricesec{
        display:none;
    }
    .cus-cart__itemremove{
        top:45%;
    }
    .cus-cart__mobproname{
        display:block;
    }
    .cus-cart__itemdatatable tr td {
        border: none;
        border-top: 1px solid #ddd;
    }
    .cus-cart__itemdatatable tr th {
        border: none;
        border-top: 1px solid #ddd;
    }
    .cus-cart__totpricewodis{
        display:table-row;
    }
    .cus-cart__left {
        width: 100%;
    }
}
.cus-cart__alertpopup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow-x: hidden;
    overflow-y: auto;
    backdrop-filter: brightness(.5);
    display: none;
}
.cus-cart__alertcontent {
    width: 600px;
    margin: 30px auto;
    position: relative;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    transform: translate(0,-25%);
    transition: transform .3s ease-out;
}
.cus-cart__alertheader {
    background-image: linear-gradient(to bottom,#003976,#0073bd);
    color: white;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.cus-cart__alerttitle {
    text-align: center;
    font-size: 24px;
    margin: 0;
    margin-top: 7px;
    margin-bottom: 7px;
    font-weight: 500;
    word-spacing: 0.08rem;
    line-height: 1.42857143;
}
.cus-cart__alertbody {
    max-height: calc(100vh - 210px);
    position: relative;
    padding: 15px;
    overflow: auto;
    width: 100%;
}
.cus-cart__alertfooter {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.cus-cart__alertbtn {
    background: linear-gradient(to bottom, #f8eb61, #efab00);
    color: black;
    margin: 1%;
    border: 1px solid #2e6da4;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
}
.cus-cart__alertshow .cus-cart__alertcontent {
    transform: translate(0,0);
}
.cus-cart__alertbodytxt {
    font-size: 18px;
    margin-top: 7px;
    margin-bottom: 7px;
    font-weight: 700;
    word-spacing: 0.08rem;
    text-align: center;
    line-height: 1.1;
}
@media only screen and (max-width:767px){
    .cus-cart__alertcontent {
        width: auto;
        margin: 10px;
    }
}
.cus-cart__vouchercode{
    font-size:11px;
    font-style:italic;
}
.cus-cart__voucherremove svg {
    width: 15px;
    height: 15px;
    margin-top: -5px;
    margin-left: 5px;
    cursor:pointer;
}
.cus-cart__voucherremove{
    border:none;
    padding:0px;
    background-color:#FFF;
}
.cus-preloader {
    background-color: rgba(0,0,0,0.3);
    height: 100%;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cus-preloader__icon::after {
    font-family: "Font Awesome 5 Pro","Font Awesome 5 Free";
    font-weight: 900;
    content: "\f1ce";
    color: #fff;
    font-size: 80px;
    -webkit-animation: preloader-spin 2s infinite linear;
    animation: preloader-spin 2s infinite linear;
    position:absolute;
    text-align:center;
}
.cus-preloader__icon {
    margin-top: -120px;
}
@-webkit-keyframes preloader-spin {
    0%{
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@media only screen and (max-width:767px){
    .cus-preloader{
        margin-left:-70px;
    }
    .cus-preloader__icon::after {
        font-size: 60px;
    }
}
.cus-header__signin {
    padding: 0px 0.5rem !important;
}
.cus-detail__hosaddcartcontent .cus-detail__addcartheader {
    background-color: #1973b7;
    background-image: unset;
}
.cus-detail__hosaddcartcontent .cus-detail__addcarttitle {
    font-weight: 500;
}
.cus-detail__hosaddcartcontent .cus-detail__addcartname {
    font-weight: 500;
}
.cus-detail__hosaddcartcontent .cus-detail__addcarttable tr th {
    font-weight: 600;
}
.cus-detail__hosaddcartcontent .cus-detail__addcartprice {
    font-weight: 600;
}
.cus-detail__hosaddedtxt {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 400;
    line-height: 1.1;
}
.cus-minicart__hos-container {
    border: 4px solid #1973b7;
    background-color: aliceblue;
}
.cus-hoscart__container .cus-cart__header {
    background: #1973b7;
    color: #FFF;
}
.cus-hoscart__container .cus-cart__title {
    font-weight: 500;
}
.cus-hoscart__container .cus-cart__contenttitle {
    font-weight: 600;
}
.cus-hoscart__container .cus-cart__righttitle {
    font-weight: 600;
}
.cus-hoscart__container .cus-cart__alertheader {
    background: #1973b7;
}
.cus-hoscart__container .cus-cart__alertbodytxt {
    font-weight: 600;
}
.cus-hoscart__container .cus-cart__alertbtn {
    font-weight: 600;
    background: #007dc3;
    color: #ffffff;
    border-color: #006daa;
}
.cus-hoscart__container .cus-cart__alertbtn:hover{
    background: #00639a;
    border-color: #00456c;
}
.cus-minicart__hos-container .cus-minicart__header {
    background: #1973b7;
    color: #ffffff;
}
.cus-minicart__hos-container .cus-minicart__viewbtn {
    background: #007dc3;
    color: #ffffff;
    border-color: #006daa;
}
.cus-minicart__hos-container .cus-minicart__viewbtn:hover {
    background: #00639a;
    border-color: #00456c;
}
.cus-detail__varicontent .cus-ccpdetail__carticon svg path{
    fill:#fff;
}
.cus-hoscart__container .cus-cart__contbtn {
    background: #007dc3;
    color: #ffffff;
    border-color: #006daa;
}
.cus-hoscart__container .cus-cart__contbtn:hover{
    background: #00639a;
    border-color: #00456c;
}
.cus-hoscart__container .cus-cart__chkbtn {
    background: #007dc3;
    color: #ffffff;
    border-color: #006daa;
}
.cus-hoscart__container .cus-cart__chkbtn:hover {
    background: #00639a;
    border-color: #00456c;
}
.cus-hoscart__container .cus-cart__vouchersubmit {
    background: #007dc3;
    color: #ffffff;
    border-color: #006daa;
}
.cus-hoscart__container .cus-cart__vouchersubmit:hover {
    background: #00639a;
    border-color: #00456c;
}
.cus-detail__varicontent .cus-ccpdetail__spec {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.cus-detail__varicontent .cus-ccpdetail__spec svg path {
    fill: #ffffff;
}
.cus-detail__varicontent .cus-ccpdetail__spec:hover {
    background-color: #39b3d7;
    border-color: #269abc;
}
.cus-detail__hosaddcartcontent .cus-detail__addcartbtn {
    background: #007dc3;
    color: #ffffff;
    border-color: #006daa;
}
.cus-detail__hosaddcartcontent .cus-detail__addcartbtn:hover {
   background: #00639a;
   border-color: #00456c;
}
.cus-detail__hosaddcartcontent .cus-detail__addcartbtn svg path {
    fill: #ffffff;
}
.cus-hosdetail__addedcontainer .cus-detail__addedcontent {
    background-image: linear-gradient(to bottom,#1973b7,#007dc3);
}
.cus-hoscart__container .cus-cart__stripe {
    background-color: #1973b7;
}
/*------Shipping page------*/
.cus-ship__container {
    margin-top: 2%;
    margin-bottom: 2%;
    background-color: white;
    height: auto;
    min-height: 400px;
    width: 1280px;
    margin-right: auto;
    margin-left: auto;
}
.cus-ship__header {
    background: linear-gradient(to bottom, #f8eb61, #efab00);
    width: 100%;
    color: #003976;
}
.cus-ship__title {
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: 700;
    word-spacing: 0.08rem;
    font-size: 18px;
    text-align: center;
}
.cus-ship__subtitle {
    font-weight: 700;
    word-spacing: 0.08rem;
    font-size: 18px;
    text-align: center;
    margin: 5px;
}
.cus-ship__content{
    display:flex;
}
.cus-ship__left{
    width:50%;
}
.cus-ship__lefttitle {
    padding-top: 0px;
    padding-bottom: 7px;
    font-weight: 700;
    word-spacing: 0.08rem;
    font-size: 18px;
    margin: 0px 5px;
    text-align: center;
}
.cus-ship__right{
    width:50%;
}
.cus-ship__righttitle {
    padding-top: 0px;
    padding-bottom: 7px;
    font-weight: 700;
    word-spacing: 0.08rem;
    font-size: 18px;
    margin: 0px 5px;
    text-align: center;
}
.cus-ship__hr {
    background-color: #0073bd;
    height: 4px !important;
    width: 100%;
    margin: 5px 0px;
    opacity: 1;
}
.cus-ship__leftcontent {
    background-color: #f0f8ff;
    margin: 10px 15px;
    border: 1px solid #dddddd;
    padding: 20px 15px;
}
.cus-ship__shiptotxt {
    color: red;
    font-size: 13px;
    font-weight: 500;
}
.cus-ship__address {
    background-color: #FFF;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    padding: 15px;
    display: flex;
    justify-content: space-between;
    margin: 10px 15px;
}
.cus-ship__addrsec {
    width: 80%;
    font-size: 15px;
}
.cus-ship__selectbtndiv {
    width: 20%;
    text-align: right;
}
.cus-ship__addrval {
    color: #808080;
    font-style: italic;
}
.cus-ship__addrval span{
    color:#000;
    font-style: normal;
}
.cus-ship__selectbtn {
    background: linear-gradient(to bottom, #f8eb61, #efab00);
    color: black;
    margin: 1%;
    padding: 6px 12px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #2e6da4;
}
.cus-ship__addrform {
    box-shadow: 0 2px 9px 0px rgba(0, 0, 0, 0.2);
    background-color: #f0f8ff;
    margin: 10px 15px 15px;
    padding: 15px;
}
.cus-ship__fields{
    padding:0px 28px;
}
.cus-ship__field{
    padding-bottom:15px;
}
.cus-ship__fieldlabel{
    font-size:14px;
    font-weight:700;
    padding-bottom:5px;
}
.cus-ship__txtbox {
    width: 100%;
    height: 35px;
    outline-color: #f9741b;
    font-size: 13px;
    border: 2px solid #BEBEBE;
    padding: 0px 5px;
}
.cus-addr__submitbtn {
    background: linear-gradient(to bottom, #f8eb61, #efab00);
    color: black;
    margin: 1%;
    padding: 6px 12px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #2e6da4;
}
.cus-ship__continuebtn {
    background: linear-gradient(to bottom, #f8eb61, #efab00);
    color: black;
    margin: 1%;
    padding: 6px 12px;
    border: 1px solid #2e6da4;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
}
.cus-ship__3fields {
    display: grid;
    grid-template-columns: 28% 28% 28%;
    gap: 8%;
}
.cus-ship__chktxt {
    font-size: 14px;
    margin: 0px 1% 10px;
}
.cus-ship__chktxt span{
    color:red;
}
.cus-ship__required {
    font-size: 14px;
    font-weight: 700;
    color:red;
}
.cus-ship__radio{
    width:13px;
    height:13px;
}
.cus-ship__fieldval {
    font-size: 14px;
    margin-left: 20px;
}
.cus-shipdetail__fields{
    padding:0px 25px;
}
.cus-ship__datebox {
    width: 150px;
    height: 35px;
    outline-color: #f9741b;
    font-size: 13px;
    border: 2px solid #BEBEBE;
    margin-top: 15px;
    padding: 2px 5px;
}
.cus-ship__txtarea {
    width: 100%;
    border: 1px solid #d9d9d9;
    outline-color: #f9741b;
    height: 85px;
}
.cus-ship__fieldlabel span{
    color:red;
}
.cus-ship__requiretxt {
    text-align: center;
    padding: 5px 0px;
    font-size: 14px;
}
.cus-ship__requiretxt span{
    color:red;
}
.cus-receipt__container {
    background-color: #FFF;
    padding: 15px;
    text-align: center;
    margin-top:15px;
}
.cus-receipt__header {
    background: linear-gradient(to bottom, #f8eb61, #efab00);
    width: 100%;
    color: #003976;
}
.cus-receipt__title {
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: 700;
    word-spacing: 0.08rem;
    font-size: 18px;
    text-align: center;
}
.cus-receipt__tku {
    font-size:35px;
}
.cus-receipt__submittxt {
    background-color: #dff0d8;
    color: #798f6e;
    padding: 15px;
    font-size: 20px;
    font-weight: 500;
    width: 1000px;
    margin: 5px auto 20px;
}
.cus-recipt__backbtndiv{
    display:flex;
    justify-content:center;
    width:100%;
}
.cus-recipt__backbtn {
    background: linear-gradient(to bottom, #f8eb61, #efab00);
    color: black;
    margin: 1%;
    padding: 6px 12px;
    border: 1px solid #2e6da4;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
}
.cus-receipt__tickicon img{
    width: 125px;
    height: 125px;
}
.cus-receipt__tickicon {
    margin: 12vh 0px;
}
@media only screen and (max-width:1300px) {
    .cus-ship__container {
        width: 100%;
    }
}
@media only screen and (max-width:1200px) {
    .cus-receipt__submittxt {
        width: 100%;
        font-size: 15px;
    }

    .cus-ship__container {
        width: 100%;
        padding-bottom: 15px;
    }

    .cus-ship__content {
        display: block;
    }

    .cus-ship__left {
        width: 100%;
    }

    .cus-ship__right {
        width: 100%;
    }

    .cus-ship__address {
        display: block;
        margin: 10px 5px;
    }

    .cus-ship__selectbtndiv {
        width: 100%;
    }

    .cus-ship__3fields {
        display: block;
    }

    .cus-ship__fields {
        padding: 0px 10px;
    }

    .cus-shipdetail__fields {
        padding: 0px 5px;
    }

    .cus-ship__continuebtn {
        margin-left: 10px;
    }

    .cus-ship__addrsec {
        width: 100%;
        font-size: 14px;
    }
}
.cus-hosship__container .cus-ship__header {
    background: #1973b7;
    color: #FFF;
}
.cus-hosship__container .cus-ship__selectbtn {
    background: #1973b7;
    color: #FFF;
}
.cus-hosship__container .cus-addr__submitbtn {
    background: #1973b7;
    color: #FFF;
}
.cus-hosship__container .cus-ship__continuebtn {
    background: #1973b7;
    color: #FFF;
}
.cus-hosreceipt__container .cus-receipt__header {
    background: #1973b7;
    color: #FFF;
}
.cus-hosreceipt__container .cus-recipt__backbtn {
    background: #1973b7;
    color: #FFF;
}
.cus-addr__disablebtn {
    background: linear-gradient(to bottom,#E5E4E2, #d3d3d3) !important;
    color: black !important;
}
.cus-pay__container {
    margin-top: 2%;
    margin-bottom: 2%;
    background-color: white;
    height: auto;
    min-height: 400px;
    width: 1280px;
    margin-right: auto;
    margin-left: auto;
}
.cus-pay__header {
    background: var(--swift-button-primary-background-color);
    width: 100%;
    color: var(--swift-button-primary-foreground-color);
}
.cus-pay__title {
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: 700;
    word-spacing: 0.08rem;
    font-size: 18px;
    text-align: center;
}
.cus-pay__content {
    display: flex;
}
.cus-pay__left{
    width:50%;
}
.cus-pay__right{
    width:50%;
}
.cus-pay__summtitle {
    margin-top: 7px;
    margin-bottom: 7px;
    font-weight: 700;
    word-spacing: 0.08rem;
    font-size: 18px;
    text-align: center;
}
.cus-pay__leftcontent{
    margin:10px;
}
.cus-pay__rightcontent {
    margin: 10px;
}
.cus-pay__orderlines {
    border: 1px solid #dddddd;
}
.cus-pay__orderline {
    display: flex;
    border: 1px solid #dddddd;
    padding: 10px;
}
.cus-pay__imgdiv img {
    width: 100px;
    height: 100px;
}
.cus-pay__summary {
    padding: 10px;
}
.cus-pay__itemdetails {
    padding: 0px 10px;
}
.cus-pay__itemname {
    font-weight: 700;
    font-size: 16px;
}
.cus-pay__itemnum {
    font-size: 13px;
    color: red;
}
.cus-pay__itemqty {
    font-size: 13px;
}
.cus-pay__itemprice {
    font-size: 15px;
    color: #0078d3;
    font-weight: 700;
    word-spacing: 0.08rem;
}
.cus-pay__summdetails {
    display: flex;
    font-weight: 700;
    width: 50%;
    justify-content: space-between;
    margin-left: auto;
    padding: 10px;
    border-bottom: 2px solid #dddddd;
}
.cus-pay__cardsec{
    padding:10px;
}
@media only screen and (max-width:1300px){
    .cus-pay__container{
        width:100%;
    }
}
@media only screen and (max-width:1200px) {
    .cus-pay__content {
        display:block;
    }
    .cus-pay__left{
        width:100%;
    }
    .cus-pay__right{
        width:100%;
    }
    .cus-pay__summary {
        padding: 10px 0px;
    }
    .cus-pay__imgdiv img {
        width: 80px;
        height: 80px;
    }
    .cus-pay__itemname {
        font-size: 15px;
        line-height: 18px;
    }
    .cus-pay__cardsec{
        padding:10px 0px;
    }
    .cus-pay__summdetails{
        width:100%;
    }
}
.cus-accmenu__mainicon {
    padding: 10px;
    margin-left: 10px;
}
.cus-accmenu__nav {
    margin-top: 40px;
}
.cus-accmenu__arrow svg {
    width: 20px;
    height: 20px;
}
.cus-accmenu__arrow svg path{
    fill:#FFF;
}
.cus-acc__menu{
    padding:0px;
}
.cus-acc__menu.show .cus-accmenu__arrow svg {
    transform: rotate(180deg);
}
.cus-offcanvas__container {
    position: relative;
    width: 100%;
    visibility: visible;
    background-color: #abcdef !important;
    z-index: 9;
    display:none;
}
.cus-offcanvas__btn {
    border: 1px solid #ddd;
    margin-top: 8px;
    margin-right: 6px;
    border-radius: 0px;
}
.cus-offcanvas__btnactive {
    background-color: #ddd;
}
.cus-offcanvas__btn svg{
    width:25px !important;
}
.cus-offcanvas__btn svg line{
    stroke: #888;
    stroke-width: 2px;
}
.cus-offcanvas__container .offcanvas-navigation .nav {
    background-color: #abcdef !important;
}
.cus-offcanvas__container .offcanvas-navigation .nav .nav-link{
    font-size: 15px;
    color: black;
    padding: 9px 15px;
    font-weight:700 !important;
    text-decoration:none !important;
    transition: none !important;
}
.cus-offcanvas__container .offcanvas-body {
    padding: 7.5px 0px !important;
}
.cus-mobmenu__content{
    display:block !important;
}
.cus-submenu__content {
    left: 0px !important;
    position: relative !important;
    padding: 5px 0px;
    display:none;
}
.cus-mobmenu__labelactive{
    background-color: #FFF !important;
}
.cus-offcanvas__container .offcanvas-navigation .nav.cus-submenu__content .nav-link{
    padding: 5px 15px 5px 25px;
}
.cus-offcanvas__container .offcanvas-navigation .nav.cus-submenu__content .nav-item {
    padding: 2%;
    background-color: white !important;
    border-bottom: 1px solid #0078bd;
}
@media only screen and (max-width:1100px){
    .cus-accmenu__nav {
        margin-top: 0px;
    }
    .cus-accmenu__arrow svg path{
        fill:#000;
    }
}
#page-footer-mobile p{
    margin-bottom:5px;
}
.cus-social__li {
    background: none repeat scroll 0 0 #B5B5B5;
    border: 2px solid #B5B5B5;
    border-radius: 50%;
    margin: 0 8px 0 0;
    padding: 0;
    text-align: center;
    width: 36px;
    height: 36px;
}
.cus-social__li a{
    padding: 0px !important;
    display: flex;
    justify-content: center;
    align-content: center;
    height: 100%;
}
.cus-social__li a svg{
    width:18px;
    height:18px;
}
#page-footer-mobile > div{
    margin-bottom:-1px;
}
.cus-social__nav {
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 10px;
}
.cus-offcanvas__container .offcanvas-navigation .nav .nav-link.active:before, .cus-offcanvas__container .offcanvas-navigation .nav .nav-link.in-path:before {
    content:none;
}
.cus-hosoffcanvas__btn {
    margin-top: 8px;
    margin-right: 6px;
}
.cus-hosoffcanvas__btn svg {
    width: 25px !important;
}
.cus-hosoffcanvas__btn svg line {
    stroke: #1973b7;
    stroke-width: 3px;
}
.cus-hosoffcanvas__container {
    background-color: #FFF !important;
    box-shadow: 0 6px 6px #dedddd33;
    border-bottom: 1px solid #d9d9d950;
}
.cus-hosoffcanvas__container .offcanvas-navigation .nav{
    background-color: #FFF !important;
}
.cus-hosoffcanvas__container .offcanvas-navigation .nav .nav-link{
    text-transform: capitalize;
    padding: 7px 15px;
    font-weight: 400 !important;
    font-size: 18px;
    opacity: 0.8;
}
.cus-hosoffcanvas__container .offcanvas-navigation .nav.cus-submenu__content .nav-item{
    padding: 0px;
    background-color: unset !important; 
    border-bottom: none;
}
#page-footer-desktop p {
    margin-bottom: 5px;
}
.cus-acc__reorderbtn {
    padding: 5px 15px;
    font-size: 15px;
    margin-right: 10px;
}
.cus-acc__reordermobbtn {
    padding: 8px 15px;
    font-size: 15px;
    margin-right: 10px;
    width:100% !important;
}
.cus-acc__reorderform {
    padding: 0.5rem 1rem;
}
.cus-hosoffcanvas__container .offcanvas-navigation .nav.cus-submenu__content {
    background: #e2f5ff !important;
    margin-left: 15px;
}
.cus-subsubmenu__content {
    padding-left: 10px;
    display: block;
}
.cus-hosoffcanvas__container .offcanvas-navigation .nav.cus-submenu__content .nav-link {
    padding: 4px 10px !important;
}
@media only screen and (max-width:1200px){
    .cus-header__dropdown {
        min-width: unset !important;
        border: 1px solid rgba(var(--swift-foreground-color-rgb),.3) !important;
    }
    .cus-header__dropdown li a{
        padding: 6px 15px !important;
    }
    .cus-header__dropdown {
        padding: 10px 0px;
    }
}
.cus-hossubmenu__content {
    padding-left: 1.5rem;
    display: block;
    position: relative;
}
.cus-hossocial__img{
    width:30px;
    height:30px;
}
.cus-hossocial__icons li{
    list-style:none;
}
.cus-hossocial__icons{
    padding:0px;
    margin:0px;
    display:flex;
}
.cus-hossocial__iconlink {
    padding: 0.5rem;
}
.cus-hosfooter__title {
    font-size: 22px;
    font-weight: 400 !important;
    padding-bottom: 20px;
    padding-top: 5px;
}
.cus-hosfooter__link {
    padding: 0px !important;
    color: #d5d5d5 !important;
    line-height: 25px;
}
.cus-hosfooter_heading {
    font-size: 18px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.cus-hosfoot__head:first-child .cus-hosfooter_heading {
    padding-top: 0px !important;
}
.cus-hosfoot__copyright {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-top: 2px solid #d4d4d4;
    margin:10px 0px;
    padding:25px;
}
@media only screen and (max-width:1100px){
    .cus-hosfoot__copyright {
        display: block;
        padding: 15px;
    }
}
.cus-hossocial__svgimg svg{
    width:30px;
    height:30px;
}
.cus-header__txtbox {
    height: 33px;
    width: 300px;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 13px;
    outline: none;
}
.cus-header__searchdiv {
    position: relative;
    margin-right: 7px;
}
.cus-header__txticon{
    position:absolute;
    right:10px;
    top:3px;
    cursor:pointer;
}
.cus-header__txticon svg{
    width: 18px;
    height: 18px;
}
.cus-header__popupsearchdiv {
    display: none;
    position: absolute;
    right: 10px;
    background-color: #FFF;
    padding: 10px;
    border-radius: 5px;
    margin-top: 2px;
    box-shadow: -4px 0px 30px rgba(0, 0, 0, 0.10);
}
.cus-header__mobsearchtxtbox{
    position:relative;
}
.cus-header__searchmenu .cus-header__searchdiv{
    margin-right:0px;
}
.cus-header__searchmenu .cus-header__txtbox {
    border: 1px solid rgba(var(--swift-foreground-color-rgb),.3);
}
.cus-header__menuli {
    align-self: center;
}

/*span:not(.badge), p {
    font-size: 19px !important;
}*/
.cus-ccpdetail__proname {
    padding-left: 2%;
    padding-top: 5px;
}
.cushbg-minicart__itemimgdiv {
    width: 25%;
}
.cushbg-minicart__details {
    width: 75%;
    padding: 3px;
}
.cushbg-minicart__itemprice {
    font-size: 14px;
    color: #0078d3;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 0px;
    word-spacing: 0.08rem;
}
.cushbg-minicart__itemqty {
    font-size: 12px;
    text-align: left;
    font-weight: 500;
    line-height: 17px;
}
.cushbg-minicart__bottsec {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.cushbg-minicart__viewdiv {
    align-self: flex-end;
}
.cushbg-minicart__totsec {
    font-size: 13px;
    padding: 0px 5px;
}
.cushbg-minicart__table tr th{
    padding:0px 10px;
}
.cushbg-ship__addrform {
    background-color: #fff;
}
.cushbg-ship__emptyaddr {
    padding-top: 10px;
}
@media only screen and (max-width: 1200px){
    .cushbg-ship__addrform {
        margin: 10px 5px;
    }
}
.cusccp-minicart__itemimgdiv {
    width: 25%;
}
.cusccp-minicart__details {
    width: 75%;
    padding: 3px;
}
.cusccp-minicart__itemprice {
    font-size: 14px;
    color: #0078d3;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 0px;
    word-spacing: 0.08rem;
}
.cusccp-minicart__itemqty {
  	color: black;
    font-size: 12px;
    text-align: left;
    font-weight: 500;
    line-height: 17px;
}
.cusccp-minicart__bottsec {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.cusccp-minicart__viewdiv {
    align-self: flex-end;
}
.cusccp-minicart__totsec {
    font-size: 13px;
    padding: 0px 5px;
}
.cusccp-minicart__table tr th {
    padding: 0px 10px;
}
.cus-hbgdetail__logintxt{
    font-size:16px;
}
.cus-ordetail__table.table > :not(caption) > * > * {
    padding: 8px;
    font-size: 15px;
}
.cus-ordetail__line {
    padding: 10px 8px !important;
    font-size: 15px;
}
.cus-ordetail__proname {
    font-weight: 400 !important;
    font-size: 15px !important;
    margin-bottom: 5px !important;
}
.cus-ordetail__ul {
    font-size: 14px;
    line-height: 16px;
}
.cus-ordetail__totdiv {
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    font-size: 15px;
    padding: 0px 0px 8px;
}
.cus-ordetail__title{
    font-weight:700;
}
.cus-ordetail__vatdiv {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    font-size: 15px;
    padding: 8px 0px 0px;
    font-size: 12px;
}
.cus-ordetail__incl {
    font-weight: 400;
    font-size: 12px;
    text-align:right;
}
.cus-ordetail__totsec {
    border-top: 1px solid #ccc;
    gap:8px;
}
.cus-ordetail__header {
    padding: 0.5em 1em 1.5em !important;
}
.cus-relative{
    position:relative;
}
.cusccp-fav__items {
    display: grid;
    gap: 10px;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(3, 1fr);
    box-sizing: border-box;
}
.cusccp-proli__item {
    display: flex;
}
@media only screen and (max-width:1200px){
    .cusccp-fav__items {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media only screen and (max-width:900px) {
    .cusccp-fav__items {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (max-width:767px) {
    .cusccp-fav__items {
        grid-template-columns: repeat(1, 1fr);
    }
}
.cusccp-fav__item{
    padding-bottom:10px;
}
.cusccp-fav__addcartdiv {
    padding: 0px 10px;
}
.cusccp-fav__addcartbtn{
    justify-content:center;
}
.cusccp-fav__product {
    padding: 10px;
}
.cusccp-fav__btn button, .cusccp-fav__btn button:hover {
    color: #006EB6 !important;
}
.cusccp-fav__link{
    text-decoration:none;
}
.cusccp-list__favicon{
    top:13px;
    right:9px;
}
.cusccp-fav__items .cusccp-prolist__subgrpname {
    height: 65px;
}
.cusccp-acc__standbtn {
    color: var(--swift-button-primary-foreground-color) !important;
    text-transform: uppercase;
    font-size: 16px !important;
    line-height: 18px;
    border: 3px solid #fff !important;
    border-radius: 6px;
    padding: 10px 15px !important;
    font-weight: 400 !important;
    text-align: center;
    background: var(--swift-button-primary-background-color);
    text-decoration: none !important;
}
.cus-favlist__container{
    padding:10px;
}
.cushbg-prolist__link{
    text-decoration:none;
}
.cusccp-fav__btn button svg{
    width:20px !important;
    height:20px !important;
}
.cus-ccpdetail__addcartbtn:disabled {
    background: lightgray;
}
.cus-draft__tablediv {
    width:100%;
    overflow:auto;
}
.cus-draft__table {
    width: 95%;
    margin: 20px auto;
}
.cus-draft__table th, .cus-draft__table td{
    padding:5px;
    border: 1px solid #d9d9d9;
    text-align:center;
}
.cusccp-draft__btn {
    background: linear-gradient(to bottom, #f8eb61, #efab00);
    color: black;
    padding: 5px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #2e6da4;
}
.cus-ship__submitbottomdiv {
    display: flex;
    justify-content: space-between;
    margin: 15px 0px 0px;
}
.cushbg-draft__btn {
    background: #1973B7;
    color: #fff;
    padding: 5px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    border: none;
    border-radius: 2px;
}
.cus-cart__submitbottomdiv {
    display: flex;
    justify-content: center;
    margin: 15px;
}
@media only screen and (max-width:767px){
    .cus-draft__table {
        width: 99%;
        font-size: 14px;
    }
    .cusccp-draft__btn {
        padding: 5px 8px;
    }
    .cushbg-draft__btn {
        padding: 5px 8px;
    }
    .cus-cart__submitbtnsdiv {
        flex-direction: column;
        align-items: center;
    }
    .cus-cart__submitbtnsdiv .cus-cart__contbtn{
        width: max-content;
    }
}
.cusccp-cart__savedraft {
    background: #f0ad4e;
    border: 1px solid #eea236;
}
.cushbg-cart__savedraft {
    background: #5bc0de !important;
    border: 1px solid #46b8da !important;
}
.cusccp-form__div p{
    margin:0px;
}
.cus-regform__p2require{
    border-color: #ccc;
}
.cus-regform__require {
    border-color: #ccc;
}
.cus-reg__nextsectitle {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}
.cus-reg__nextsec {
    display:none;
}
.cus-reg__txtbox {
    margin-top: 10px;
}
.cus-reg__passsec {
    display: none;
    margin-top: 30px;
}
.cushbg-prolist__container {
    margin-bottom: 20px;
}
.cushbg-prolist__facetcontainer {
    position: relative;
}
.cus-order__searchdiv {
    display: flex;
    width: 70%;
    gap: 20px;
    margin: 30px auto 20px;
}
.cus-order__searchbox {
    width: 100%;
}
@media only screen and (max-width:767px){
    .cus-order__searchdiv {
        width: 96%;
    }
    .cus-order__table {
        overflow: auto;
        max-width: 90vw;
    }
}
.cus-pay__summdata {
    display: flex;
    font-weight: 700;
    width: 50%;
    justify-content: space-between;
    margin-left: auto;
    padding: 5px 10px 0px;
}
.cus-pay__summdatadiv{
    padding-top:10px;
}
.cus-ccpdetail__features {
    padding: 10px 20px;
}
.cus-errmsg {
    display: none;
    color: red;
    font-size: 14px;
    padding: 5px;
}
.cus-ship__paytitle {
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 5px;
}
.cus-ship__paymethods {
    font-size: 14px;
    padding-bottom: 20px;
}
.cus-pay__cardicon{
    width:50px;
}
.cus-ship__payicon svg {
    width: 100px;
    height: 40px;
}
.cus-ship__payiconsec {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    row-gap: 20px;
}
.cus-ship__payicons {
    display: flex;
    align-items:center;
    gap:12px;
}
.cus-pay__infotxt {
    padding-top: 15px;
    font-size: 11px;
    color: #777;
    font-style:italic;
}
.cus-pay__totaltaxtxt {
    padding-top: 10px;
    font-size: 11px;
    color: #777;
    text-align: right;
    padding-bottom: 10px;
    font-style: italic;
}
.cus-pay__name {
    text-align: center;
    font-weight: 500;
}
.cus-ship__2fields {
    display: grid;
    grid-template-columns: 48% 48%;
    gap: 4%;
}
.cus-ship__savebtndiv {
    text-align: right;
}
.cus-ordetail__packtable td, .cus-ordetail__packtable th {
    border: 1px solid #ddd;
    padding: 10px;
    text-align:center;
}
.cus-ordetail__packtable{
    width:100%;
}
.cus-ordetail__packarticle {
    margin: 10px 0px;
}
.cus-ordetail__packtitle{
    font-weight:bold;
}
.cus-ccpdetail__unitselect {
    margin: 5px 10px;
    width: 200px;
    height: 30px;
    padding: 3px 10px;
    border: 1px solid #ccc;
    outline: none;
}
.cus-ccpdetail__unitselectdiv{
    font-size:14px;
}
.cus-ccpdetail__unittitle {
    margin: 0px 8px;
}
.cus-pricelist__container {
    background-color: #fff;
    padding: 20px 20px 30px;
}
.cus-pricelist__header {
    display: flex;
    justify-content: center;
    gap: 15px;
}
.cus-pricelist_tablediv {
    padding: 30px 0px;
    width: 100%;
    overflow: auto;
}
.cus-pricelist_table {
    width: 100% !important;
    padding: 15px 0px;
    font-size: 14px;
}
.cus-pricelist__title {
    font-size: 20px;
    font-weight: 600;
}
.cus-pricelist_table tr th, .cus-pricelist_table tr td {
    border: 1px solid #d9d9d9;
    padding: 5px;
}
@media only screen and (max-width:992px){
    .cus-pricelist_tablediv {
        max-width: 80vw;
    }
}
@media only screen and (max-width:500px) {
    .cus-pricelist__header {
        flex-direction: column;
        align-items: center;
    }
}
.cus-addr__addrgrid {
    display: grid;
    grid-template-columns: 48% 48%;
    grid-gap: 4%;
    grid-row-gap: 25px;
}
.cus-addr__addrsec {
    padding: 20px;
    border:1px solid #ddd;
}
.cus-addr__addrcontent {
    margin: 20px;
}
.cus-addr__bottommenu{
    margin-top:15px;
}
@media only screen and (max-width:767px){
    .cus-addr__addrgrid {
        grid-template-columns: auto;
    }
}
.cus-proli__loaddiv {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 30px 5px;
    gap: 5px;
}

.cus-proli__loadbtn, .cus-proli__loadbtn:hover {
    background: linear-gradient(to bottom, #f8eb61, #efab00);
    color: black !important;
    margin: 1%;
    border: 1px solid #2e6da4 !important;
    border-radius: 0px !important;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
}
.cushbg-proli__loadbtn, .cushbg-proli__loadbtn:hover {
    background: #1973b7 !important;
    color: #fff !important;
    margin: 1%;
    border: 1px solid #2e6da4 !important;
    border-radius: 0px !important;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
}
.cus-ccpdetail__logintxt p{
    margin-bottom:0px;
}
.cus-cart__validateerr {
    padding: 15px 0px;
    font-size: 14px;
    color: red;
}
h2.cus-prolist__grpdesc {
    font-size: 22px;
}

 

   



