123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418 |
- /*************************************
- common modal CSS
- *************************************/
-
- /* modal style1 */
-
- .modal {
- &.style1 {
- .modal-dialog {
- max-width: 1020px;
- }
- .modal-header {
- border: none;
- padding: 6px 0.625rem;
- height: 30px;
- .close {
- font-size: 30px;
- font-weight: fontweight(medium);
- line-height: 1;
- color: $black;
- text-shadow: 0 1px 0 $color-white;
- opacity: 1;
- position: absolute;
- top: 25px;
- right: 30px;
- padding: 0;
- &:hover {
- color: $color-dark !important;
- }
- }
- }
- .modal-body {
- padding: 30px 30px 90px;
- }
- .product-head {
- .title {
- font-weight: fontweight(semi-bold);
- text-transform: capitalize;
- font-size: 24px;
- margin: 0 0 20px 0;
- }
- .sub-title {
- font-size: 14px;
- color: #565656;
- margin: 0 0 10px 0;
- }
-
- .star-content {
- .star-on {
- color: $color-warning;
- font-size: 12px;
- }
- .de-selected {
- color: $deselect;
- }
- }
- }
- .new-price {
- text-transform: capitalize;
- font-weight: fontweight(medium);
- line-height: 30px;
- color: $color-dark;
- font-size: 26px;
- margin-bottom: 30px;
- }
- }
- }
-
- @media (max-width: 576px) {
- .modal.style1 .product-head .title {
- margin: 0 0 2rem 0;
- font-size: 18px;
- line-height: 1.4;
- }
- }
-
- .check-box .title {
- text-transform: uppercase;
- margin-bottom: 5px;
- font-size: 14px;
- font-weight: fontweight(medium);
- color: $color-dark;
- line-height: 24px;
- }
-
- .pro-social-links {
- ul {
- li {
- margin-right: 15px;
- &.share {
- line-height: 30px;
- font-weight: fontweight(medium);
- color: $color-dark;
- font-size: 14px;
- }
- a {
- display: block;
- width: 20px;
- text-align: center;
- color: $grey-soft;
- font-size: 18px;
- line-height: 30px;
- }
- }
- }
- }
-
- // theme1
- .theme1 {
- .pro-social-links {
- ul {
- li {
- a {
- &:hover {
- color: $theme-color;
- }
- }
- }
- }
- }
- }
-
- .addto-whish-list {
- a {
- display: inline-block;
- line-height: 30px;
- padding: 0;
- border: none;
- color: $tab-menu-color;
- font-size: 14px;
- margin-right: 15px;
- }
- }
- // theme1
- .theme1 {
- .addto-whish-list {
- a {
- &:hover {
- color: $theme-color;
- }
- }
- }
- }
-
- .product-discount {
- margin: 15px 0px 0px;
- }
-
- .regular-price {
- font-weight: fontweight(medium);
- line-height: 30px;
- color: $color-dark;
- font-size: 26px;
- }
-
- /* modal style2 */
-
- .modal {
- &.style2 {
- .modal-dialog {
- max-width: 300px;
- }
- .modal-header {
- border: 0;
- padding: 0;
- .close {
- font-size: 30px;
- font-weight: fontweight(medium);
- line-height: 1;
- color: $black;
- text-shadow: 0 1px 0 $color-white;
- opacity: 1;
- position: absolute;
- top: 25px;
- right: 30px;
- padding: 0;
- z-index: 999;
- &:hover {
- color: $color-dark !important;
- }
- }
- }
- .title {
- padding: 45px 25px;
- text-align: center;
- font-size: 14px;
- color: $body-color;
- i {
- margin-right: 15px;
- }
- }
- }
- }
-
- /* modal style3 */
-
- .modal {
- &.style3 {
- .modal-dialog {
- max-width: 1140px;
- }
-
- .modal-header {
- padding: 15px;
- border-bottom: 1px solid $color-grey;
- .close {
- opacity: 1;
- position: absolute;
- top: 10px;
- right: 30px;
- padding: 0;
- z-index: 999;
- color: $color-white;
- font-size: 30px;
- font-weight: fontweight(medium);
- line-height: 1;
- text-shadow: 0 1px 0 $color-white;
-
- &:hover {
- color: $color-dark;
- color: $color-dark;
- }
- }
- }
-
- .modal-title {
- text-align: center;
- padding-right: 20px;
- color: $color-white;
- font-size: 1.125rem;
- line-height: 24px;
- line-height: 1;
- font-weight: fontweight(medium);
- span {
- font-size: 15px;
- margin-right: 15px;
- }
- }
-
- .modal-body {
- padding: 3.125rem 1.875rem;
- }
-
- .product-name {
- line-height: 24px;
- font-weight: fontweight(medium);
- font-size: 16px;
- margin-bottom: 20px;
- color: $color-dark;
- }
-
- .price {
- line-height: 1.4;
- color: $color-dark;
- font-size: 14px;
- font-weight: fontweight(medium);
- }
- .color {
- line-height: 2.5;
- color: $color-dark;
- font-size: 14px;
- font-weight: fontweight(medium);
- }
-
- .quantity {
- color: $color-dark;
- font-size: 14px;
- font-weight: fontweight(medium);
- }
- }
- }
-
- .modal-cart-content {
- padding-left: 2.5rem;
- strong {
- font-weight: fontweight(medium);
-
- color: $color-dark;
- font-size: 14px;
- }
- p {
- color: $color-dark;
- font-size: 14px;
- }
- }
-
- @media (max-width: 767px) {
- .modal-cart-content {
- padding-left: 0px;
- }
- }
-
- .divide-right {
- border-right: 1px solid $border-color;
- }
- .dmc {
- font-size: 14px !important;
- font-weight: fontweight(regular);
- }
- @media (max-width: 767px) {
- .divide-right {
- border-right: 1px solid transparent;
- }
- }
-
- @media (max-width: 991px) {
- .modal.style3 img {
- display: block;
- max-width: 180px;
- margin: 0 auto 1.5rem;
- }
- }
-
- .cart-content-btn i {
- font-size: 15px;
- margin-right: 15px;
- vertical-align: middle;
- }
-
- /* modal 4 style */
-
- .style4 {
- .modal-dialog {
- max-width: 600px;
- }
- .modal-title {
- font-weight: fontweight(regular);
-
- padding: 10px;
- font-size: 13px;
- text-transform: uppercase;
- background: $color-dark !important;
- }
- .modal-header {
- padding: 30px 30px 0px;
- margin-bottom: 10px;
- border: 0px;
- }
- .modal-body {
- padding: 15px 30px 30px;
- }
- .modal-form {
- > .title {
- font-weight: fontweight(medium);
- color: $color-dark;
- line-height: 24px;
- font-size: 1.25rem;
- margin-bottom: 10px;
- }
- label {
- &.title {
- border-top: 1px solid $border-color;
- padding-top: 15px;
-
- font-weight: fontweight(medium);
- color: $color-dark;
- font-size: 14px;
- }
- margin: 12px 0 4px 0;
- text-align: right;
- display: block;
-
- font-weight: fontweight(medium);
- color: $color-dark;
- font-size: 14px;
- }
-
- .form-control {
- padding: 0 5px;
- min-height: 28px;
- height: 28px;
- border: 1px solid $border-color;
- border-radius: 0;
- box-shadow: none;
- &.textarea {
- height: 80px;
- }
- }
- }
- .modal-thumb {
- img {
- border: 1px solid $border-color;
- }
- .title {
- padding: 10px 0 5px;
- font-size: 13px;
-
- font-weight: fontweight(medium);
- color: $color-dark;
- line-height: 18px;
- }
- }
- .star-content {
- span {
- color: $color-warning;
- font-size: 18px;
- &.quality {
- font-weight: fontweight(medium);
- color: $color-dark;
- font-size: 14px;
- }
- }
- }
- .required {
- font-size: 12px;
- color: $color-dark;
- margin-bottom: 10px;
- }
- }
-
- .or {
- font-size: 12px;
- color: $color-dark;
- }
-
- /*************************************
- common modal CSS ENd
- *************************************/
|