| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230 |
- ul.inline li{
- padding:0;
- }
- ul.inline{
- margin: 0;
- }
- a:hover,a:focus,a:active{
- color:#333;
- }
- a{
- color:#727272;
- }
- body {
- overflow-x: hidden;
- margin: 0;
- padding: 0;
- }
- ::-moz-selection {
- background-color: #727272;
- color: #fff;
- text-shadow: none;
- -webkit-text-shadow: none;
- }
- ::selection {
- background-color: #727272;
- color: #fff;
- text-shadow: none;
- -webkit-text-shadow: none;
- }
- a{
- outline: none!important;
- }
- a:hover,
- a:active,
- a:focus
- {
- text-decoration: none;
- }
- h1,
- h2,
- h3,
- h4,
- h5{
- margin: 0;
- font-weight: bold;
- }
- .cusmo-btn{
- font-family: "Raleway"!important;
- background-color: #FFBB00;
- border-radius: 30px;
- border:none;
- color: #FFFFFF !important;
- display: inline-block !important;
- font-size: 13px;
- font-weight: bold !important;
- padding: 10px 20px !important;
- text-decoration: none;
- text-transform: uppercase;
- }
- .download-btn{
- font-family: "Raleway"!important;
- background-color: #2E8B57;
- border-radius: 5px;
- color: #FFFFFF !important;
- font-size: 13px;
- font-weight: bold !important;
- padding: 10px 20px !important;
- text-decoration: none;
- }
- .cusmo-btn.gray{
- background-color: #D2D2D2;
- }
- .cusmo-btn:hover{
- color:#fff!important;
- background-color: #333!important;
- background-image: none!important;
- }
- .cusmo-btn:focus{
- text-decoration: none;
- background-color: #333!important;
- background-image: none!important;
-
- }
- .add-to-wishlist-btn{
- color:#70543f;
- }
- .products-holder .row-fluid div:last-child .product-item:after{
- display: none;
- }
- .section-home-products .products-holder .product-item:after{
- right: -24px;
- }
- .products-holder .product-item:after{
- content: "";
- height: 90%;
- position: absolute;
- right: -34px;
- top: 0;
- width: 1px;
- background-color: #E9E9E9;
- }
- .products-holder .product-item{
- text-align: center;
- padding: 10px 0 12px 0;
- border-radius: 10px;
- position: relative;
- border:4px solid transparent;
- width: 200px;
- }
- .tab-content{
- overflow: hidden;
- }
- .products-holder .product-item:hover{
- border:4px solid #FFBB00;
- z-index: 1000;
- }
- .products-holder .product-item .tag-line span{
- display: block;
- font-style: italic;
- }
- .ie8 .products-holder .product-item .add-button{
- display: none;
- }
- .ie8 .products-holder .product-item:hover.add-button{
- display: inline-block;
- }
- .products-holder .product-item .add-button{
- opacity: 0;
- }
- .products-holder .product-item:hover .add-button{
- opacity: 1;
- }
- .products-holder.tab-pane{
- display: none;
- padding-bottom: 30px;
- }
- .products-holder.tab-pane.in{
- display: block;
- }
- .products-holder .product-item h1{
- color: #373737;
- font-size: 17px;
- font-weight: bold;
- line-height: 18px;
- margin: 12px 0 1px;
- text-transform: uppercase;
- }
- .products-holder .price{
- color: #75513B;
- font-size: 18px;
- font-weight: 600;
- margin: 5px 0 12px;
- }
- .section-home-products .controls-holder {
- text-align: center;
- margin: 40px 0 30px 0;
- border-bottom: 4px solid #E1E4D9;
-
- padding-bottom: 20px;
- }
- .section-home-products .controls-holder li{
- color: #8D8D8D;
- font-size: 18px;
- font-weight: 600;
- line-height: 23px;
- margin-right: 47px;
- position: relative;
- }
- .controls-holder li:hover:after,
- .controls-holder li.active:after
- {
- background-color: #fff;
- bottom: -27px;
- box-shadow: 0 4px #E1E4D9;
- content: "";
- height: 20px;
- position: absolute;
- width: 20px;
- left: 0;
- right: 0;
- margin-left: auto;
- margin-right: auto;
- border-radius: 50px;
- }
- .buttons-holder{
- text-align: right;
- margin-top:20px;
- }
- .total-p{
- color: #75513B;
- font-size: 25px;
- font-weight: 600;
- margin-right: 5px;
- }
- .total-a{
- color: #75513B;
- font-size: 25px;
- font-weight: 600;
- margin-right: 20px
- }
-
- @media all and (min-width:1024px){
- .container{
- width: 970px;
- margin: 0 auto;
- }
- .home-slider .flex-direction-nav .flex-prev {
- left: -10px;
- }
- .home-slider .flex-direction-nav .flex-next {
- right: -10px;
- }
- }
|