123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291 |
- /* .main-sliders.dots-style.theme1::before{
- content: "";
- width: 100%;
- height: 55%;
- position: absolute;
- left: 500px;
- top: -100px;
- background: url(../img/bg-wave.svg) top right no-repeat;
- background-size: 100% auto;
- z-index: 0;
- opacity: 0.2;
- transform: rotate(
- 182deg
- );
- } */
-
-
- /* new-css */
-
- .configuration-block .form-check-input:checked,
- .configuration-block .form-check-input:checked[type=radio],
- .configuration-block .form-check-input:checked[type=checkbox] {
- background: url("../img/icon/Check-icon.svg"), #302c7c;
- border: 1px solid #302c7c;
- box-shadow: none !important;
- }
-
- .configuration-block input[type=radio]:checked+label,
- .configuration-block input[type=checkbox]:checked+label {
- color: #302c7c;
- transition: all .2s linear;
- font-weight: 600;
- }
-
- .configuration-block input[type=radio]:checked+.whish-list-price {
- background-color: #302c7c;
- transition: all .2s linear;
- font-weight: 600;
- color: white;
- }
-
- .configuration-block,
- .silver-fam-processer,
- .gold-fam-processer {
- margin-top: 10px;
- }
-
- .order-summary-wrapper .sticky-top {
- top: 100px;
- z-index: 1;
- }
-
-
- /* products-page-1 */
-
- .product-banner .btn {
- background: #e3e6eb;
- /* color: black; */
- width: 250px;
- height: 50px;
- /* border-radius: 15px; */
- /* font-weight: 600; */
- }
-
- .border-radius-custom {
- border-radius: 10px !important;
- }
-
- .view-all-spec .modal-dialog {
- max-width: 100%;
- }
-
-
- /* config-search */
-
- .has-search .form-control {
- padding-left: 50px;
- }
-
- .has-search .form-control-feedback {
- position: absolute;
- z-index: 2;
- left: 20px;
- top: 2px;
- line-height: 2.75rem;
- color: rgb(105, 164, 253);
- }
-
- .config-heading {
- background-color: #47498e;
- border-radius: 10px;
- }
-
- .config-quantity-btn .form-select {
- background-color: #f4f4f4;
- height: 40px;
- width: 100px;
- border-radius: 10px;
- color: black;
- }
-
- .summary-head {
- background-color: #606297;
- border-radius: 20px 20px 0px 0px
- }
-
- .your-order-area {
- border-radius: 0px 0px 20px 20px !important;
- }
-
- .your-order-area .your-order-wrap,
- .your-order-area .your-order-wrap-empty {
- padding: 1rem 1rem !important;
- border-bottom-right-radius: 20px;
- border-bottom-left-radius: 20px;
- }
-
- .order-bg h5 {
- background-color: #e7e9f4;
- border-radius: 10px;
- font-weight: 600;
- }
-
- .social-network .footer-content {
- font-family: 'popins' !important;
- }
-
- .your-order-total {
- background-color: #c8ccd6;
- border-radius: 10px;
- font-weight: 600;
- }
-
- #pills-home {
- color: black !important;
- }
-
- .accordion-button:after {
- background-image: url("../img/caret-down-fill.svg") !important;
- }
-
- .form-select {
- background-image: url("../img/caret-down-fill.svg") !important;
- }
-
-
- /* select option:hover {
- background-color: #302c7c !important;
- } */
-
-
- /* .name-of-config b {
- font-weight: 600;
- } */
-
- .confi-pricing span,
- .price-span {
- color: #3e3a85;
- font-weight: 600;
- }
-
-
- /* .wish-list-price {
- border: 1px solid #3e3a85 !important;
- } */
-
- .summary-list .summary-total-qty {
- width: 30px;
- max-width: 30px;
- flex-basis: 100%;
- font-weight: 600;
- font-size: 20px;
- margin-right: 10px;
- }
-
- .summary-list .summary-total-qty i {
- font-size: 14px;
- }
-
- .summary-list .summary-product-val {
- margin-right: 20px;
- }
-
- .summary-list .order-price {
- margin-left: auto;
- }
-
- .config-price-span {
- color: #302C7C;
- background-color: #fff;
- font-weight: 600;
- border: 2px solid #302C7C;
- }
-
- .config-price-span.active {
- color: #fff;
- background-color: #302C7C;
- border-color: #302C7C;
- }
-
- .qty-progress-bars .progress-bar {
- width: 28px;
- height: 15px;
- background-color: #fff;
- margin: 0px 1px;
- }
-
- .qty-progress-bars .progress-bar.active {
- background-color: #9b99ba;
- }
-
- .qty-progress-bars .progress-bar:first-of-type {
- margin-left: 0;
- border-top-left-radius: 5px;
- border-bottom-left-radius: 5px;
- }
-
- .qty-progress-bars .progress-bar:last-of-type {
- margin-right: 0;
- border-top-right-radius: 5px;
- border-bottom-right-radius: 5px;
- }
-
- .config-price-span {
- display: inline-flex;
- align-items: center;
- color: #302C7C;
- background-color: #fff;
- /* font-weight: 600; */
- border: 2px solid #302C7C;
- }
-
- .config-price-span .product-price {
- color: #302C7C;
- font-weight: 600;
- }
-
- .config-price-span.active .product-price {
- color: #fff;
- }
-
- #summary-currency-symbol,
- .summary-plus-sign {
- color: #302c7c;
- }
-
-
- /* select:focus>option:checked,
- select:focus>option:hover {
- box-shadow: 0 0 10px 100px #302C7C inset !important;
- background: #302c7c !important;
- color: white;
- } */
-
-
- /* option:focus,
- option:hover {
- box-shadow: 0 0 10px 100px #302C7C inset !important;
- background: #302c7c !important;
- color: white;
- }
- */
-
-
- /* .dropdown-menu>li>a:hover,
- .dropdown-menu>li>a:focus {
- text-decoration: none;
- color: #ffffff;
- background-color: #f3969a;
- } */
-
- #selct-new:focus>option:focus,
- #selct-new:focus>option:active,
- #selct-new:focus>option:hover {
- box-shadow: 0 0 10px 100px #302C7C inset !important;
- background: #302c7c !important;
- color: white;
- }
-
- .qty-progress-bars .progress-bar.active {
- background-color: #9b99ba;
- transition: background-color 0.2s ease-out;
- }
-
- .qty-progress-bars .progress-bar.active {
- background-color: #9b99ba;
- transition: background-color 0.2s ease-out;
- }
- .qty-selector[disabled] {
- color: grey !important;
- }
|