|
@@ -0,0 +1,779 @@
|
|
|
+/*===== common ======*/
|
|
|
+
|
|
|
+input{
|
|
|
+ padding-left:5px;
|
|
|
+}
|
|
|
+.col-main{
|
|
|
+ margin-bottom:50px;
|
|
|
+}
|
|
|
+.error-msg {
|
|
|
+ margin:-5px 0 20px 0;
|
|
|
+ background: #faebe7 url("../images/fec/i_msg-error.gif") no-repeat scroll 8px 7px;
|
|
|
+ border: 1px solid #f16048;
|
|
|
+ color: #df280a;
|
|
|
+ font-size: 0.8em;
|
|
|
+ padding: 5px 30px;
|
|
|
+}
|
|
|
+.fur_container{
|
|
|
+ margin:20px 0 40px;
|
|
|
+ min-height:400px;
|
|
|
+}
|
|
|
+.fecshop_message{
|
|
|
+ margin-top:15px;
|
|
|
+}
|
|
|
+.correct-msg {
|
|
|
+ margin:-5px 0 20px 0;
|
|
|
+ background: #eff5ea url("../images/fec/i_msg-success.gif") no-repeat scroll 8px 7px;
|
|
|
+ border: 1px solid #95a486;
|
|
|
+ color: #3d6611 ;
|
|
|
+ font-size: 0.8em;
|
|
|
+ padding: 5px 30px;
|
|
|
+}
|
|
|
+.refresh-icon {
|
|
|
+ background-image: url(../images/fec/sign.png);
|
|
|
+ background-position: 3px -138px;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ border: 1px solid #ddd;
|
|
|
+ display: inline-block;
|
|
|
+ height: 30px;
|
|
|
+ margin-left: 5px;
|
|
|
+ vertical-align: middle;
|
|
|
+
|
|
|
+ width: 30px;
|
|
|
+ cursor: pointer;
|
|
|
+}
|
|
|
+.login-captcha-img{
|
|
|
+ display: inline-block;
|
|
|
+ vertical-align: middle;
|
|
|
+ margin-left: 5px;
|
|
|
+}
|
|
|
+
|
|
|
+.form-control{
|
|
|
+ display: inline-block;
|
|
|
+}
|
|
|
+
|
|
|
+.validation-failed {
|
|
|
+ background: #faebe7 none repeat scroll 0 0 !important;
|
|
|
+ border: 1px dashed #f00 !important;
|
|
|
+}
|
|
|
+.validation-advice {
|
|
|
+ background: rgba(0, 0, 0, 0) url(../images/fec/validation_advice_bg.gif) no-repeat scroll 2px 1px;
|
|
|
+ clear: both;
|
|
|
+ color: #f00;
|
|
|
+ font-size: 11px;
|
|
|
+ line-height: 13px;
|
|
|
+ margin: 3px 0 0;
|
|
|
+ min-height: 13px;
|
|
|
+ padding-left: 17px;
|
|
|
+}
|
|
|
+.editTable{
|
|
|
+ font-size:15px;
|
|
|
+}
|
|
|
+.editTable i{
|
|
|
+ cursor: pointer;
|
|
|
+}
|
|
|
+#welcome {
|
|
|
+ color: #777;
|
|
|
+ margin: 0 15px 0 0;
|
|
|
+}
|
|
|
+
|
|
|
+.a-left{
|
|
|
+ text-align:left;
|
|
|
+}
|
|
|
+
|
|
|
+.main-container{
|
|
|
+ min-height:400px;
|
|
|
+}
|
|
|
+
|
|
|
+h1{
|
|
|
+ font-size: 20px;
|
|
|
+ font-weight: 100;
|
|
|
+}
|
|
|
+
|
|
|
+@media only screen and (max-width: 1199px) {
|
|
|
+ .breadcrumb-area .breadcrumb-container nav ul li:last-child{
|
|
|
+ overflow: hidden;
|
|
|
+ width: 75%;
|
|
|
+ height: 24px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .breadcrumb-area .breadcrumb-container nav ul li{
|
|
|
+ vertical-align:top;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+/*===== common ======*/
|
|
|
+
|
|
|
+
|
|
|
+/*===== Catalog ======*/
|
|
|
+
|
|
|
+
|
|
|
+.fa-fec:before {
|
|
|
+ content: "";
|
|
|
+ display: inline-block;
|
|
|
+ height: 17px;
|
|
|
+ width: 17px;
|
|
|
+ border-radius: 3px;
|
|
|
+ border: 1px solid #ebebeb;
|
|
|
+ margin-right: 10px;
|
|
|
+ vertical-align: middle; }
|
|
|
+
|
|
|
+.fa-check-square {
|
|
|
+ color: #9acf6a;
|
|
|
+ font-size: 19px;
|
|
|
+ }
|
|
|
+.fa-times{
|
|
|
+ color: #aaa;
|
|
|
+}
|
|
|
+.attr-filter:hover .fa-times{
|
|
|
+ color:#9acf6a;
|
|
|
+}
|
|
|
+
|
|
|
+a.attr-filter:hover .fa-fec:before{
|
|
|
+ border:1px solid #9acf6a;
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+.refineby-item:hover .fa-times{
|
|
|
+ color:#9acf6a;
|
|
|
+}
|
|
|
+
|
|
|
+.single-sidebar{
|
|
|
+ margin-top:10px;
|
|
|
+}
|
|
|
+.shop-header{
|
|
|
+ padding: 20px 25px 5px;
|
|
|
+}
|
|
|
+
|
|
|
+.toolbar_sort_c{
|
|
|
+ flex-direction: row !important; display: flex!important;
|
|
|
+}
|
|
|
+/*===== Catalog ======*/
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+/*===== Account ======*/
|
|
|
+
|
|
|
+.is_change_password{
|
|
|
+ display:none;
|
|
|
+}
|
|
|
+.customer-order table {
|
|
|
+ font-size:11px;
|
|
|
+}
|
|
|
+table.account-product-review tr td.first-td a{
|
|
|
+ margin:9px auto 5px;
|
|
|
+}
|
|
|
+.review_accept {
|
|
|
+ color: green;
|
|
|
+ margin: 10px 0;
|
|
|
+ font-style: italic;
|
|
|
+}
|
|
|
+.review_refuse{
|
|
|
+ color:#cc0000;
|
|
|
+ margin:10px 0;
|
|
|
+ font-style:italic;
|
|
|
+}
|
|
|
+.myaccount-table .f-info-text-left{
|
|
|
+ text-align: left;
|
|
|
+}
|
|
|
+.back-link{margin-top:10px;}
|
|
|
+/*===== Account ======*/
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+/*===== furnilife ======*/
|
|
|
+.login-form label.subscribe_label{
|
|
|
+ display:inline
|
|
|
+}
|
|
|
+.header-top-dropdown .single-dropdown .language-currency-list ul li{
|
|
|
+ cursor: pointer;
|
|
|
+}
|
|
|
+.header-top-dropdown .single-dropdown .language-currency-list ul li:hover{
|
|
|
+ color:#9acf6a;
|
|
|
+}
|
|
|
+.social-share-buttons{
|
|
|
+ margin-top: 20px;
|
|
|
+}
|
|
|
+.product-feature-details .social-share-buttons h3{
|
|
|
+ margin-top:20px;
|
|
|
+}
|
|
|
+
|
|
|
+.minicart-section > a h5{
|
|
|
+ line-height: 40px;
|
|
|
+ height: 55px;
|
|
|
+}
|
|
|
+
|
|
|
+.navigation-menu-top{
|
|
|
+ padding-bottom: 28px!important;
|
|
|
+}
|
|
|
+
|
|
|
+/*===== furnilife ======*/
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+.product_options li.current b {
|
|
|
+ background: rgba(0, 0, 0, 0) url(../images/fec/cur.png) no-repeat scroll 0 0;
|
|
|
+ bottom: 0;
|
|
|
+ display: block;
|
|
|
+ height: 6px;
|
|
|
+ overflow: hidden;
|
|
|
+ position: absolute;
|
|
|
+ right: 0;
|
|
|
+ width: 8px;
|
|
|
+}
|
|
|
+
|
|
|
+/*===== product review ======*/
|
|
|
+.review_lists .product-Reviews {
|
|
|
+ margin-top: 40px;
|
|
|
+}
|
|
|
+.scroll_horizontal {
|
|
|
+ padding: 30px 0 10px;
|
|
|
+ position: relative;
|
|
|
+ width: 100%;
|
|
|
+}
|
|
|
+
|
|
|
+.rate_title{margin-right:15px;}
|
|
|
+.product-Reviews .scroll_horizontal .box {
|
|
|
+ padding: 15px 0 0;
|
|
|
+}
|
|
|
+.scroll_horizontal .box {
|
|
|
+ border-top: 1px solid #ccc;
|
|
|
+ margin: 0 auto;
|
|
|
+ overflow: hidden;
|
|
|
+ padding: 10px 0 0;
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+.averageWarp {
|
|
|
+ margin-top: 10px;
|
|
|
+}
|
|
|
+
|
|
|
+.pro_commit .writeRiviewTitle, .writeLeft .writeRiviewTitle {
|
|
|
+ margin: 15px 0;
|
|
|
+ padding-bottom: 20px;
|
|
|
+ border-bottom: 1px solid #e2e2e2;
|
|
|
+}
|
|
|
+.lbBox {
|
|
|
+ font-size: 0;
|
|
|
+ *word-spacing: -1px;
|
|
|
+}
|
|
|
+.lineBlock {
|
|
|
+ display: inline-block;
|
|
|
+ zoom: 1;
|
|
|
+ *display: inline;
|
|
|
+ font-size: 13px;
|
|
|
+ letter-spacing: normal;
|
|
|
+ word-spacing: normal;
|
|
|
+ vertical-align: top;
|
|
|
+}
|
|
|
+.pro_commit .writeRiviewTitle .proportionStars li, .writeLeft .writeRiviewTitle .proportionStars li {
|
|
|
+ margin-bottom: 10px;
|
|
|
+}
|
|
|
+
|
|
|
+.fz_blue, .link {
|
|
|
+ color: #4d82b8;
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+.pro_commit .writeRiviewTitle .proportionStars .proportionBox, .writeLeft .writeRiviewTitle .proportionStars .proportionBox {
|
|
|
+ background-color: #e6e6e6;
|
|
|
+ width: 145px;
|
|
|
+ height: 15px;
|
|
|
+ position: relative;
|
|
|
+ margin-left: 10px;
|
|
|
+ margin-right: 10px;
|
|
|
+ border: 1px solid #c4c4c4;
|
|
|
+}
|
|
|
+
|
|
|
+.pro_commit .writeRiviewTitle .proportionStars .proportionBox > div, .writeLeft .writeRiviewTitle .proportionStars .proportionBox > div {
|
|
|
+ position: absolute;
|
|
|
+ left: 0;
|
|
|
+ top: 0;
|
|
|
+ height: 15px;
|
|
|
+ background-color: #f90;
|
|
|
+ font-size: 0;
|
|
|
+ box-shadow: 0 0 0 1px rgba(0,0,0,.25) inset, 0 -1px 0 rgba(0,0,0,.05) inset;
|
|
|
+ width: 0;
|
|
|
+ transition: width .5s ease 0s;
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+.product-Reviews_top {
|
|
|
+ padding: 20px 0 20px 10px;
|
|
|
+ width: auto;
|
|
|
+}
|
|
|
+
|
|
|
+.clear {
|
|
|
+ clear: both;
|
|
|
+}
|
|
|
+
|
|
|
+#review_description li {
|
|
|
+ min-height: 90px;
|
|
|
+ border-bottom: 1px solid #ddd;
|
|
|
+ margin-bottom: 15px;
|
|
|
+ padding-bottom:12px;
|
|
|
+}
|
|
|
+
|
|
|
+.product-Reviews_top .review_description_left {
|
|
|
+ display: inline-block;
|
|
|
+ float: left;
|
|
|
+ padding: 0 10px;
|
|
|
+ width: 170px;
|
|
|
+}
|
|
|
+.review_description_left {
|
|
|
+ display: inline-block;
|
|
|
+ float: left;
|
|
|
+ padding: 0 10px;
|
|
|
+}
|
|
|
+
|
|
|
+.product-Reviews_top a {
|
|
|
+ font-family: Georgia;
|
|
|
+ text-transform: uppercase;
|
|
|
+}
|
|
|
+.review_description_left a {
|
|
|
+ color: #000;
|
|
|
+ text-decoration: none;
|
|
|
+}
|
|
|
+
|
|
|
+.review_star {
|
|
|
+ display: block;
|
|
|
+ height: 15px;
|
|
|
+ width: 69px;
|
|
|
+}
|
|
|
+.review_star_5 {
|
|
|
+ background: rgba(0, 0, 0, 0) url("../images/fec/Star_5.png") no-repeat scroll 0 0;
|
|
|
+}
|
|
|
+.review_star_4 {
|
|
|
+ background: rgba(0, 0, 0, 0) url("../images/fec/Star_4.png") no-repeat scroll 0 0;
|
|
|
+}
|
|
|
+.review_star_3 {
|
|
|
+ background: rgba(0, 0, 0, 0) url("../images/fec/Star_3.png") no-repeat scroll 0 0;
|
|
|
+}
|
|
|
+.review_star_2 {
|
|
|
+ background: rgba(0, 0, 0, 0) url("../images/fec/Star_2.png") no-repeat scroll 0 0;
|
|
|
+}
|
|
|
+.review_star_1 {
|
|
|
+ background: rgba(0, 0, 0, 0) url("../images/fec/Star_1.png") no-repeat scroll 0 0;
|
|
|
+}
|
|
|
+.review_star_0 {
|
|
|
+ background: rgba(0, 0, 0, 0) url("../images/fec/Star_0.png") no-repeat scroll 0 0;
|
|
|
+}
|
|
|
+.review_star {
|
|
|
+ display: block;
|
|
|
+ height: 15px;
|
|
|
+ width: 69px;
|
|
|
+}
|
|
|
+
|
|
|
+.review_description_left p {
|
|
|
+ color: #000;
|
|
|
+ font-size: 14px;
|
|
|
+ margin: 0px 0 5px;
|
|
|
+ padding: 7px 0;
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+.product-Reviews_top .review_description_right {
|
|
|
+ display: inline-block;
|
|
|
+ float: right;
|
|
|
+ padding: 0 10px;
|
|
|
+ width: 730px;
|
|
|
+}
|
|
|
+.review_description_right_span {
|
|
|
+ display: block;
|
|
|
+ margin-bottom: 10px;
|
|
|
+ line-height: 20px;
|
|
|
+}
|
|
|
+
|
|
|
+.review_description_centen {
|
|
|
+ min-height: 20px;
|
|
|
+ word-break: break-all;
|
|
|
+ padding-bottom: 10px;
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+.view_all_review {
|
|
|
+ background: #eee none repeat scroll 0 0;
|
|
|
+ border-bottom: 1px solid #ccc;
|
|
|
+ border-top: 1px solid #ccc;
|
|
|
+ color: #fff;
|
|
|
+ height: 28px;
|
|
|
+ margin: 15px 0;
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+.view_all_review a {
|
|
|
+ color: #333;
|
|
|
+ line-height: 20px;
|
|
|
+ font-size:12px;
|
|
|
+}
|
|
|
+
|
|
|
+.product-feature-details .rating i.active{
|
|
|
+ color:#F9BA48;
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+.review_lists .add-to-cart-btn{
|
|
|
+ margin-top: 20px;
|
|
|
+}
|
|
|
+
|
|
|
+.review_lists{
|
|
|
+ padding-top:20px;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.review_lists .product-Reviews{
|
|
|
+ background-color: #ffffff;
|
|
|
+ font-size: 14px;
|
|
|
+ border: 1px solid #eeeeee;
|
|
|
+ padding: 30px;
|
|
|
+ margin:20px 0;
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+.review_lists .product-Reviews h3 {
|
|
|
+ border-bottom: 1px dashed #eeeeee;
|
|
|
+ padding-bottom: 10px;
|
|
|
+ margin-bottom: 25px;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.review_star{
|
|
|
+ display: inline-block;
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+.writeRiviewTitle .writeRiviewBtn{
|
|
|
+ margin-left:20%;
|
|
|
+}
|
|
|
+
|
|
|
+.rate_star_avge{
|
|
|
+ margin-right:5px;
|
|
|
+}
|
|
|
+
|
|
|
+.sg1{margin:10px 0;}
|
|
|
+
|
|
|
+@media only screen and (max-width: 767px) {
|
|
|
+ .writeRiviewTitle .writeRiviewBtn{
|
|
|
+ margin-left:0;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.lh30_f {
|
|
|
+ float: left;
|
|
|
+ line-height: 30px;
|
|
|
+}
|
|
|
+
|
|
|
+.product-description_em {
|
|
|
+ color: #cc0000;
|
|
|
+ font: 17px/12px Segoeui,Arial,Verdana,serif;
|
|
|
+ margin: 0 3px;
|
|
|
+}
|
|
|
+.star_ul {
|
|
|
+ height: 30px;
|
|
|
+ display: inline;
|
|
|
+}
|
|
|
+
|
|
|
+.star_ul li {
|
|
|
+ float: left;
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+.star_1, .star_2, .star_3, .star_4, .star_5 {
|
|
|
+ background: rgba(0, 0, 0, 0) url(../images/fec/product_rating_big_blank_star.png) repeat scroll 0 0;
|
|
|
+ display: block;
|
|
|
+ height: 30px;
|
|
|
+ width: 30px;
|
|
|
+}
|
|
|
+
|
|
|
+.full_star {
|
|
|
+ background: rgba(0, 0, 0, 0) url(../images/fec/product_rating_big_full_star.png) repeat scroll 0 0;
|
|
|
+}
|
|
|
+
|
|
|
+.captcha-container .login-captcha-input {
|
|
|
+ width:20%;
|
|
|
+ vertical-align: middle;
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+/*===== product review ======*/
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+/*===== product options ======*/
|
|
|
+
|
|
|
+.product_options li.current b {
|
|
|
+ background: rgba(0, 0, 0, 0) url(../images/cur.png) no-repeat scroll 0 0;
|
|
|
+ bottom: 0;
|
|
|
+ display: block;
|
|
|
+ height: 6px;
|
|
|
+ overflow: hidden;
|
|
|
+ position: absolute;
|
|
|
+ right: 0;
|
|
|
+ width: 8px;
|
|
|
+}
|
|
|
+.product_info h1{font-size:15px;}
|
|
|
+ .product_qty{margin:20px 0 0}
|
|
|
+ .product_options .pg .rg{width:auto;}
|
|
|
+ .product_options .label{line-height:62px;}
|
|
|
+ .product_options .size-label{line-height:32px;}
|
|
|
+ .product_view{font-size:12px;}
|
|
|
+ ol, ul {
|
|
|
+ list-style: outside none none;
|
|
|
+ }
|
|
|
+ .product_options .rg li{
|
|
|
+ color: #333;
|
|
|
+ cursor: pointer;
|
|
|
+ float: left;
|
|
|
+ margin: 5px;
|
|
|
+ text-align: center;
|
|
|
+ position: relative;
|
|
|
+ }
|
|
|
+ .product_options a.active:hover{border:1px solid #cc0000 }
|
|
|
+ .pg .rg {
|
|
|
+ width: 80px;
|
|
|
+ float: left;
|
|
|
+ }
|
|
|
+ .chose_size .show_as_img a {
|
|
|
+ height: 57px;
|
|
|
+ min-width: 54px;
|
|
|
+ }
|
|
|
+ .product_options a.active, .product_options a.active_v {
|
|
|
+ border: 1px solid #777;
|
|
|
+ min-width: 54px;
|
|
|
+ }
|
|
|
+ .product_options a.current {
|
|
|
+ border: 1px solid #cc0000;
|
|
|
+ }
|
|
|
+ .chose_size a {
|
|
|
+ border: 1px solid #ccc;
|
|
|
+ font-size: 11px;
|
|
|
+ height: 35px;
|
|
|
+ line-height: 35px;
|
|
|
+ min-width: 35px;
|
|
|
+ padding: 0px 5px;
|
|
|
+ }
|
|
|
+ .product_options a.noactive {
|
|
|
+ border: 1px dashed #ccc;
|
|
|
+ cursor: not-allowed;
|
|
|
+ }
|
|
|
+ .clear{clear:both;}
|
|
|
+ .product_options a.noimgshow {
|
|
|
+ font-size: 11px;
|
|
|
+ height: 35px;
|
|
|
+ line-height: 35px;
|
|
|
+ min-width: 35px;
|
|
|
+ padding: 0 5px;
|
|
|
+ }
|
|
|
+ .product_options a.no_active {
|
|
|
+ border: 1px dashed #ccc;
|
|
|
+ cursor: not-allowed;
|
|
|
+ }
|
|
|
+ .product_options a {
|
|
|
+ display: block;
|
|
|
+ float: left;
|
|
|
+ }
|
|
|
+/*===== product options ======*/
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+/*===== product ======*/
|
|
|
+.cart-favorite{
|
|
|
+ margin: 20px 3px 10px 50px;
|
|
|
+ font-size: 30px;
|
|
|
+ color:#da6667;
|
|
|
+}
|
|
|
+.single-product-content-area .product-feature-details .add-to-cart-btn a:hover{
|
|
|
+ background-color: #363f4d;
|
|
|
+}
|
|
|
+
|
|
|
+/*===== product ======*/
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+/*===== cart ======*/
|
|
|
+.empty_cart {
|
|
|
+ background: transparent url(../images/fec/cart.gif) no-repeat scroll 0 15px;
|
|
|
+ font-size: 16px;
|
|
|
+ height: 101px;
|
|
|
+ margin: 24px auto 36px;
|
|
|
+ padding: 35px 0 0 116px;
|
|
|
+ max-width: 500px;
|
|
|
+ min-height:400px;
|
|
|
+}
|
|
|
+.cart-table .table tbody tr td{
|
|
|
+ text-align:left;
|
|
|
+}
|
|
|
+
|
|
|
+.cart-table .table thead tr th{
|
|
|
+ font-weight: 700;
|
|
|
+ font-size:14px;
|
|
|
+ padding: 12px 10px;
|
|
|
+}
|
|
|
+
|
|
|
+.cart-table .table thead tr th label{
|
|
|
+ margin:0px;
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+.cart-table .table thead tr th.pro-thumbnail, .cart-table .table tbody tr td.pro-remove{
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+
|
|
|
+ .add_coupon_submit, .discount-coupon form .add_coupon_submit {
|
|
|
+ font-weight: 400;
|
|
|
+ text-transform: uppercase;
|
|
|
+ color: #ffffff;
|
|
|
+ background-color: #363f4d;
|
|
|
+ border-color: #363f4d;
|
|
|
+ width: 160px;
|
|
|
+ border-radius: 3px;
|
|
|
+ cursor:pointer;
|
|
|
+}
|
|
|
+
|
|
|
+button.submitbutton{
|
|
|
+ background: #363f4d;
|
|
|
+ color: #fff;
|
|
|
+}
|
|
|
+.submitbutton:hover{
|
|
|
+ background:#9acf6a;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.discount-coupon form .submitbutton:hover{
|
|
|
+ background:#9acf6a;
|
|
|
+ border-color:#9acf6a;
|
|
|
+}
|
|
|
+
|
|
|
+.fa-trash-o{
|
|
|
+ font-size:18px;
|
|
|
+}
|
|
|
+
|
|
|
+.img-section img{
|
|
|
+ margin: 10px;
|
|
|
+ max-width:98%;
|
|
|
+}
|
|
|
+.order_remark{
|
|
|
+ margin-bottom: 5px;
|
|
|
+ width: 90%;
|
|
|
+ border: 1px solid #ccc;
|
|
|
+ border-radius: 0;
|
|
|
+ line-height: 24px;
|
|
|
+ padding: 10px 10px;
|
|
|
+ color: #656565;
|
|
|
+ height:100px;
|
|
|
+}
|
|
|
+
|
|
|
+.cart-summary .cart-summary-button button{
|
|
|
+ width:175px;
|
|
|
+}
|
|
|
+
|
|
|
+a.express_paypal {
|
|
|
+ background: rgba(0, 0, 0, 0) url(../images/fec/paypaltopay.jpg) repeat scroll 0 0;
|
|
|
+ display: block;
|
|
|
+ float: right;
|
|
|
+ height: 30px;
|
|
|
+ width: 154px;
|
|
|
+ margin:10px 4px 0 0;
|
|
|
+}
|
|
|
+.cart-summary-button .or {
|
|
|
+ display: block;
|
|
|
+ float: right;
|
|
|
+ font-weight: bold;
|
|
|
+ line-height: 32px;
|
|
|
+ margin: 10px 5px 0 5px;
|
|
|
+}
|
|
|
+.cart-summary-button button.button {
|
|
|
+ display: block;
|
|
|
+ float: right;
|
|
|
+}
|
|
|
+
|
|
|
+.coupon_add_log {
|
|
|
+ font-size: 11px;
|
|
|
+ margin:0 0 20px 0;
|
|
|
+ color: #cc0000;
|
|
|
+ padding-left:15px;
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+.cart-floating-box .fa-spinner{
|
|
|
+ font-size:35px;
|
|
|
+}
|
|
|
+.cart-loading i{
|
|
|
+ margin: 20px auto;
|
|
|
+ text-align: center;
|
|
|
+ display: block;
|
|
|
+}
|
|
|
+.cart-empty{
|
|
|
+ text-align: center;
|
|
|
+ margin: 20px 0;
|
|
|
+}
|
|
|
+.cart-floating-box .cart-float-single-item .cart-float-single-item-image{
|
|
|
+ padding: 2px;
|
|
|
+}
|
|
|
+/*===== cart ======*/
|
|
|
+
|
|
|
+
|
|
|
+/*===== checkout ======*/
|
|
|
+
|
|
|
+#onestepcheckout-form select{
|
|
|
+ max-width:262px;
|
|
|
+}
|
|
|
+
|
|
|
+h2.product-name a {
|
|
|
+ font-size:12px;
|
|
|
+ font-weight:100;
|
|
|
+ line-height:22px;
|
|
|
+}
|
|
|
+.label_create_account{
|
|
|
+ font-size: 11px;
|
|
|
+ color: #cc0000;
|
|
|
+}
|
|
|
+.onestepcheckout-place-order-loading{
|
|
|
+ display:none;
|
|
|
+}
|
|
|
+.onestepcheckout-place-order.visit .onestepcheckout-place-order-loading {
|
|
|
+ display: block;
|
|
|
+}
|
|
|
+
|
|
|
+.onestepcheckout-place-order.visit #onestepcheckout-place-order {
|
|
|
+ background-color: #ccc;
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+/*===== checkout ======*/
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+/*===== cms ======*/
|
|
|
+.cms-content {
|
|
|
+ background-color: #ffffff;
|
|
|
+ font-size: 14px;
|
|
|
+ border: 1px solid #eeeeee;
|
|
|
+ padding: 30px;
|
|
|
+}
|
|
|
+
|
|
|
+.cms-content h1 {
|
|
|
+ border-bottom: 1px dashed #eeeeee;
|
|
|
+ padding-bottom: 10px;
|
|
|
+ margin-bottom: 25px;
|
|
|
+ font-size: 24px;
|
|
|
+ line-height: 30px;
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+/*===== cms ======*/
|
|
|
+
|
|
|
+
|
|
|
+@media only screen and (max-width: 479px) {
|
|
|
+ .home-fea a span{
|
|
|
+ display:none;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+
|