123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105 |
- /********************************
- product-ctry-init
- ********************************/
- .product-ctry-init {
- .product-desc {
- .title {
- font-size: 18px;
- line-height: 20px;
- @include max-screen(576) {
- font-size: 15px;
- }
- }
- }
-
- .product-price {
- .del {
- font-size: 19px;
- }
- .onsale {
- font-size: 24px;
- }
- }
- }
- .availability {
- p {
- font-size: 14px;
- text-transform: capitalize;
- color: $instock;
- }
- span {
- &.in-stock {
- font-weight: fontweight(regular);
- color: $theme-color3;
- }
- }
- }
-
- .hot-deal {
- .title {
- font-weight: fontweight(medium);
- font-size: 30px;
- }
- }
-
- /* clockdiv css */
-
- .clockdiv {
- .title {
- font-size: 14px;
- color: $body-color;
- line-height: 18px;
- max-width: 100px;
- margin-right: 15px;
- @include max-screen(767) {
- max-width: 100%;
- margin: 0 auto 15px;
- text-align: center;
- }
- }
- line-height: 1;
- margin-top: 20px;
- span {
- display: inline-block;
- padding: 0 10px;
- text-align: center;
- color: $color-dark;
- position: relative;
- font-weight: fontweight(medium);
- font-size: 22px;
- @include max-screen(768, 991) {
- font-size: 18px;
- }
- &::after {
- position: absolute;
- top: 0;
- left: -4px;
- content: ":";
- }
- &:first-child {
- &::after {
- display: none;
- }
- }
- p {
- font-size: 12px;
- margin: 5px 0 0;
- color: $color-dark;
- font-weight: fontweight(regular);
- }
- }
- }
-
- .product-sync-init {
- .product-thumb {
- img {
- width: 100%;
- display: block;
- margin: 0 auto;
- }
- }
- }
-
- /********************************
- product-ctry-init ENd
- ********************************/
|