/*
Theme Name: Talha theme
Theme URI: http://www.friday.com
Description: theme for selling new deals 
Author: sah
Author URI: 
Version: 1.0
Tags: responsive, white, green, deals
*/



@import url('css/bootstrap.css'); 
@import url('css/flat-ui.css'); 
body {
  padding-top: 80px;
  background: #ffffff; 
width: 100%;
}
a:hover{color: #ff9935 !important;}
.navbar {
    background:#ffffff;
    color:#000000;
}
.navbar-collapse{
    background:#ffffff;
        
    
}
.navbar-brand {
    padding: 0;
}
.navbar{
    height: 70px;
}
.contact #timing {
    font-family: 'Lato',sans-serif;
    font-weight: 100;
    color: #fff;
    font-size: 23px;
}
.contact #callnow {
    font-family: 'Lato',sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 39px;
    margin-top: -10px;
}

.box-main {
    background: #fff;
    color: #000;
    font-size: 13px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(50,50,50,0.1);
    -moz-box-shadow: 0px 1px 5px 0px rgba(50,50,50,0.1);
    box-shadow: 0px 1px 5px 0px rgba(50,50,50,0.1);
    -webkit-border-radius: 0px 0px 2px 2px;
    -moz-border-radius: 0px 0px 2px 2px;
    border-radius: 0px 0px 2px 2px;
    border: 1px solid #dddddd;
    
}

.box-main {
    background: #fff;
    color: #000;
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(50,50,50,0.1);
    -moz-box-shadow: 0px 1px 5px 0px rgba(50,50,50,0.1);
    box-shadow: 0px 1px 5px 0px rgba(50,50,50,0.1);
    -webkit-border-radius: 0px 0px 2px 2px;
    -moz-border-radius: 0px 0px 2px 2px;
    border-radius: 0px 0px 2px 2px;
    border: 1px solid #dddddd;
}
.deals .image {
    position: relative;
    width: 100%;
}
.deals .countdown {
    color: rgba(0,0,0,0.4);
    text-shadow: 2px 2px 3px rgba(150,150,150,0.55);
    font-family: 'Roboto',Arial,serif;
    font-weight: 100;
    font-size: 35px;
    font-weight: normal;
    position: absolute;
    bottom: -5px;
    left: 2px;
    width: 100%;
    z-index: 1;
}
.deals .overlay {
    background: #ddd;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    opacity: 0.8;
    font-family: Helvetica Neue,Arial,sans-serif;
    font-weight: 100;
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
    height: 20%;
    z-index: 0;
}
.deals h3 {
    color: #000;
    margin: 0px;
    padding: 10px;
    font-size: 17px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 97%;
}
.meta ul {
    padding: 0px;
    margin: 0px;
    text-align: center;
    border-top: 1px solid #b2b2b3;
    border-bottom: 1px solid #b2b2b3;
}
.meta span {
    display: block;
    font-size: 17px;
}
.strike {
    text-decoration: line-through;
}
.meta li {
    transition: background-color 0.4s ease;
    display: inline-block;
    text-align: center;
    padding: 10px 0 10px 0;
    width: 30%;
    border-right: 1px solid #b2b2b3;
    font-size: 12px;
}
a {
    color: #000;
    text-decoration: none;
    -webkit-transition: .25s;
    transition: .25s;
}
img {
    vertical-align: middle;
}
.deals img {
    width: 100%;
}
img {
    border: 0;
}
.buy {
    width: 90%;
    text-align: center;
    margin: 10px auto;
}
a {
    color: #000;
    text-decoration: none;
    -webkit-transition: .25s;
    transition: .25s;
}
.btn-primary {
    background-color: #27ae60;
    border:none;
}
.btn-block {
    white-space: normal;
}
.btn-sm, .btn-group-sm>.btn {
    padding: 9px 13px;
    font-size: 13px;
    line-height: 1.385;
    border-radius: 4px;
}
.btn-primary {
    color: #fff;
    background-color: #1abc9c;
}
.btn {
    padding: 10px 15px;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.4;
    border: none;
    border-radius: 4px;
    -webkit-transition: border .25s linear,color .25s linear,background-color .25s linear;
    transition: border .25s linear,color .25s linear,background-color .25s linear;
    -webkit-font-smoothing: subpixel-antialiased;
}
.meta li:last-child {
    margin-right: 0px;
    border-right: none;
}

#menu-footer-menu{list-style: none;display: inline;margin: 0;padding: 0;}
#menu-footer-menu li{list-style: none;display: inline;}
#menu-footer-menu li:after{content: '|'; margin:   0 10px;}

#footer {
    text-align: center;color: #fff;background: #e43711;
}

#footer a{color: #fff;} 
#footer p{margin-top: 7px;} 
#heading, #meta, #content, #features,#features2, #counter, #buy,#buy1, #image_con, .box {
    background: #fff;
    color: #000;
    font-size: 13px;
    padding: 0px;
    margin-bottom: 5px;
    /*-webkit-box-shadow: 0px 1px 5px 0px rgba(50,50,50,0.1);
    -moz-box-shadow: 0px 1px 5px 0px rgba(50,50,50,0.1);
    box-shadow: 0px 1px 5px 0px rgba(50,50,50,0.1);
    -webkit-border-radius: 0px 0px 2px 2px;
    -moz-border-radius: 0px 0px 2px 2px;
    border-radius: 0px 0px 2px 2px;
    border: 1px solid #dddddd;*/
    overflow: hidden;
}
#heading h2 {
    color: #000;
    font-size: 23px;
    margin-top: 10px;
    margin-bottom: 0px;
}
.rating {
    color: #CC0;
    font-size: 18px;
}

#meta ul {
    padding: 0px;
    margin: 0px;
    text-align: center;
}

#meta li {
    transition: background-color 0.4s ease;
    display: inline-block;
    text-align: center;
    margin-right: 16px;
    padding: 8px 8px 8px 8px;
    border: 1px solid #b2b2b3;
    border-radius: 5px;
    font-size: 14px;
}
#meta li span {
    display: block;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: -5px;
}

#meta li:hover {
    background: #e43711;
    color: #fff;
}

#features ul {
    padding: 0px;
    margin: 0px;
}
#features li {
    transition: background-color 0.4s ease;
    display: inline-block;
    text-align: center;
    margin-right: 16px;
    padding: 10px 0 10px 0;
    width: 21%;
    border: 1px solid #b2b2b3;
    border-radius: 5px;
    font-size: 12px;
}

#features li span {
    display: block;
    font-weight: bold;
    font-size: 13px;
    margin-bottom: -5px;
}
#features li:hover {
    background: #ff9935;
    color: #fff;
}
#features2 ul {
    padding: 0px;
    margin: 0px;
}
#features2 li {
    transition: background-color 0.4s ease;
    display: inline-block;
    text-align: center;
    margin-right: 16px;
    padding: 10px 0 10px 0;
    width: 21%;
    border: 1px solid #b2b2b3;
    border-radius: 5px;
    font-size: 12px;
}

#features2 li span {
    display: block;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: -5px;
}
#features2 li:hover {
    background: #e43711;
    color: #fff;
}

.cart{
    display: none !important;
}

#counter {
    text-align: center;
    line-height: 4em;
    background: #2ecc71;
    border: 1px solid #27ae60;
    color: #fff;
}
#counter h3 {
    margin: 0;
    font-size: 18px;
    font-weight: normal;
}
#counter span {
    font-size: 20px;
}
#counter span {
    font-size: 20px;
}
#counter span b,#counter span strong{font-size:25px;color:#FF9;}
#countdown h4{margin-bottom:0px;color:#FF9;}
#buy_head{
    background:#f7f7f7;
    margin:0px;
    color:#000;
    font-size:20px;
    padding:20px;
    -webkit-box-shadow:0px 1px 5px 0px rgba(50,50,50,0.1);
    -moz-box-shadow:0px 1px 5px 0px rgba(50,50,50,0.1);
    box-shadow:0px 1px 5px 0px rgba(50,50,50,0.1);
    -webkit-border-radius:0px 0px 2px 2px;
    -moz-border-radius:0px 0px 2px 2px;
    border-radius:0px 0px 2px 2px;
    border:1px solid #dddddd;
    border-bottom:0px;
  }
  #buy{
      position:relative;}
  .stick{position:fixed;top:0px;}
  .btn-primary{background-color:#27ae60;}
  .btn-primary:hover{background-color:#2ecc71;}
  
  
  .input-text, .select2-search input[type="text"] {
    color: #34495e;
    border: 2px solid #dddddd;
    border-radius: 3px;
    box-shadow: none;
    -webkit-transition: border .25s linear,color .25s linear,background-color .25s linear;
    transition: border .25s linear,color .25s linear,background-color .25s linear;
}

.input-text, .select2-search input[type="text"] {
    height: 42px;
    padding: 8px 12px;
    font-family: "Lato",Helvetica,Arial,sans-serif;
    font-size: 15px;
    line-height: 1.467;
    color: #34495e;
    border: 2px solid #bdc3c7;
    border-radius: 6px;
    box-shadow: none;
    -webkit-transition: border .25s linear,color .25s linear,background-color .25s linear;
    transition: border .25s linear,color .25s linear,background-color .25s linear;
}

.input-text  {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


#billing_address_1{
    height: 100px;
}

.woocommerce-billing-fields h3{display: none;}


#buy{
    background: #fff;
    color: #000;
    font-size: 13px;
    padding: 10px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(50,50,50,0.1);
    -moz-box-shadow: 0px 1px 5px 0px rgba(50,50,50,0.1);
    box-shadow: 0px 1px 5px 0px rgba(50,50,50,0.1);
    -webkit-border-radius: 0px 0px 2px 2px;
    -moz-border-radius: 0px 0px 2px 2px;
    border-radius: 0px 0px 2px 2px;
    border: 1px solid #dddddd;
    overflow: hidden;
}
#buy_head {
    /*background: #f7f7f7;*/
    background: #e43711;
    margin: 0px;
    color: #ffffff;
    font-size: 20px;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(50,50,50,0.1);
    -moz-box-shadow: 0px 1px 5px 0px rgba(50,50,50,0.1);
    box-shadow: 0px 1px 5px 0px rgba(50,50,50,0.1);
    -webkit-border-radius: 0px 0px 2px 2px;
    -moz-border-radius: 0px 0px 2px 2px;
    border-radius: 0px 0px 2px 2px;
    border: 1px solid #dddddd;
    border-bottom: 0px;
}



.woocommerce-checkout #payment {
     background: none !important;
}



#place_order{

    /*background-color: #27ae60;*/
    background-color: #e43711;
    padding: 10px 19px;
    font-size: 17px;
    line-height: 1.471;
    border-radius: 6px;
    color: #fff;

    padding: 10px 15px;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.4;
    border: none;
    border-radius: 4px;
    -webkit-transition: border .25s linear,color .25s linear,background-color .25s linear;
    transition: border .25s linear,color .25s linear,background-color .25s linear;
    -webkit-font-smoothing: subpixel-antialiased;
display: block;
    width: 100%;

}

@media (max-width: 320px){
    #bIMG{width: 122px !important;}
}

@media (max-width: 480px) {
#features li{
    margin-right: 0 !important;
}

}
#content p{padding: 10px;}

@media (max-width: 767px) {
    .desktop-menu ul li a{border-right: none;}
    #navbar{background: #e43711;padding-bottom: 15px;position: relative;top: 12px;}
    .mobile-no-sm2{display: none;}
    #callnow2{display: none !important;}
	#callnow a{margin-left:13px !important;position: relative;top: -2px;}
	#callnow a img{position: relative;top: 0;}
    .box-main.deals h2{font-size: 12px !important;padding:3px;}
    .owl-item .img-thumbnail{padding: 0 !important;}
    .summary.entry-summary{margin: 15px 0;padding-left: 5px;}
    .my_extra_menu_class{background: #e43711;margin-top:10px;}
    .my_extra_menu_class ul{margin: 0;padding: 0;margin-bottom: 10px;}
    .my_extra_menu_class ul li{display: inline;list-style: none;border-right: 2px solid #fff;}
    .my_extra_menu_class ul li:last-child{border-right: none;}
    .my_extra_menu_class ul li a{padding: 5px 10px; font-weight: 400;text-transform: capitalize;color: #fff;}
.img-gif{position: absolute;right: 0;width: 56px;z-index: 999;top: 32px;}
#callnow{
font-size:19px !important;
margin-top:12px !important;
margin-left:5px !important;
width: 32%;position: absolute;right: 80px;top: 10px;

}
#features li{
    width: 108px;
    min-height: 50px;
    margin: 0 6px;
}
#features li:nth-child(2){
    
}

    .jck-wt-thumbnails{
        display: none;
    }
    .navbar-nav>li>a {
        padding: 17px 2px !important;
    }
    .woocommerce-product-search input[type='search'] {
        width: 70%;
    }
    
    .nav > li {
        border-bottom:1px solid #fff;padding-bottom: 5px;
    }
    .navbar-default .navbar-nav>li>a{color: #fff;}
    .navbar-right > li{padding-bottom: 10px;}
    
    .deals .countdown {
        font-size:22px !important;
    }   
    .deals h3 {
        font-size: 10px !important;
    }
    .meta span {
        font-size:10px !important;
    }
    .meta li {
        font-size:10px !important;
    }
    #meta li span {
        font-size:10px;
    }
    #meta li {
        font-size: 8px;
    }
    
 .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 3px;
    padding-left: 3px;
}

.box-main {
    margin-top: 0px;
}

.contact #timing {
    font-size: 10px;
}
.contact #callnow {
    font-size: 20px;
    margin-top: 10px;
}
.navbar {
    height: 65px !important;
    margin-bottom: 0 !important;
}
body {
  padding-top: 60px;
}

}

@media screen and (device-aspect-ratio: 40/71) {
    #features{display: none}
    #features2 li{
    width: 93px;
    min-height: 50px;
    margin: 0 4px;
}
    #features2{display: block !important} 
    #callnow2{display: block !important;} 
    #callnow{display: none;}  
}
@media screen and (max-width: 320px) {
    #features{display: none}
    #features2 li{
    width: 93px;
    min-height: 50px;
    margin: 0 4px;
}
    #features2{display: block !important} 
    #callnow2{display: block !important;} 
    #callnow{display: none;}  
}

#bIMG{ float: left; width: 172px;     margin: 10px 9px 0 5px;}
#sol{ float: right;}



 .moblist ul{ padding: 0; margin: 0;}
.moblist ul li{ list-style: none; display: inline; color: #000000; font-size:10px; padding: 0 3px 0 3px;}

.woocommerce-error{
    display:none;
}
.woocommerce-checkout-review-order-table { display: none; }

#image_con .zoom{margin:8px 5px 0 0;}
.img-thumbnail{border:none;}


.stick {
    position: fixed;
    top: 100px;
    
}
.has-error{
    border-color: #a94442;
    -webkit-box-shadow: none;
    box-shadow: none;
}




.has-error .help-block, .has-error .help-inline, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #a94442;
background-color: #f2dede;
}

.help-block {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #a94442;
    background-color: #f2dede;
}



@media (min-width: 1000px){
.container {
    width: 98%;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 8px;
    padding-left: 8px;
}



#meta li span {
    display: block;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: -5px;
}

#meta li {
    transition: background-color 0.4s ease;
    display: inline-block;
    text-align: center;
    margin-right: 23px;
    padding: 8px 0 8px 0;
    width: 28%;
    border: 1px solid #b2b2b3;
    border-radius: 5px;
    font-size: 13px;
}

}

input[type='text'],
input[type='number'],
input[type='email'],
textarea {
  font-size: 16px;
}


#foot-nav{ font-size: 12px; padding: 2px 0 0 0; margin: 0; }
#foot-nav li{ display: inline; padding: 0 4px 0 0;}



img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.jck-wt-all-images-wrap {
    
    width: 100% !important;
    
}

#number_of_products_field label{color:#B7B7B7;}
#number_of_products{width:100%; height:40px;}

#size_filed label{color:#B7B7B7;}
#color_filled label{color:#B7B7B7;}
#size {width:100%; height:40px;     text-transform: capitalize;}
#color {width:100%; height:40px;     text-transform: capitalize;}


#navbar{}
.woocommerce-product-search{ margin-top: 10;
    margin-bottom: 0;}
.woocommerce-product-search input[type='submit']{color: #fff;
    background-color: #e43711;
    border-color: #204d74;
    border:none;
    border-radius: 5px;
    padding: 4px 11px 3px 11px;
}
.woocommerce-product-search input[type='search']{
    border-radius: 5px;
    border:1px solid #efefef;
    color:#000000; 
    padding: 0 5px;
    height: 32px;
}
.navbar-right{ margin-top: 11px !important; }

.navbar-nav {
    margin: 5px 0 0 0;
}
.navbar-nav>li>a {
    padding: 17px 11px;
    line-height: 0;
	

}
#menu-deals{text-transform: uppercase; }

#menu-deals li a{font-family: 'Lato', sans-serif !important; font-weight: 400; font-size:14px;  }

.buy a{ background:#e43711 !important;}
.woocommerce-product-search label{ display: none;}

#callnow{
    padding: 0 0 0 18px;
    font-family: 'Lato',sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 28px;
    margin-top: -6px;
}
.navbar-toggle{
    background-color:#e43711 !important;
    height: 42px;
    padding: 0 14px;
    margin: 5px 7px 0 21px;
    line-height: 43px;
    color: #34495e;
    border: none;position: relative;top: 10px;
}


.ctr_search input[type="text"] {
    margin-top: 15px;
    height: 30px!important;
    color: #cccccc!important;
}
#searchBOX{
    margin-top: 10px !important;
}
.fr_search_widget{
    background: #efefef !important;
    
}


.fr_search_widget {
    margin: 0 0 0 0;
    padding: 0;
    width: 100%;
    float: left;
}

.fr_search_widget {
    margin-top: 11px !important;
}

.whats-new {
    background: #ffffff;
    padding: 10px;
    border-radius: 5px;
    margin: 5px 0 0 0;
	font-size: 16px;
}










.border-top{
    background: #000000;    
    background-size: 100% 7px;
    background-repeat: no-repeat;
    
}

.scroll {
  white-space: nowrap;

	overflow-y: hidden; 
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.menuff a{
color: red;
width:50%;


  font-size: 20px;
padding-top: -50px;
 	padding: 40px;
    font-weight: bold;
display: inline;
background: #ffffff;
    }

h3.headline {
overflow: hidden;
  max-width:95%;
  border-Left-width:10px;
  border-Left-style:Solid;
  border-Left-color:#e43711;
  padding-left: 20px;
  }
 
  .woocommerce-info{display: none;}

  input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(1); /* IE */
  -moz-transform: scale(1); /* FF */
  -webkit-transform: scale(1); /* Safari and Chrome */
  -o-transform: scale(1); /* Opera */
  padding: 5px;
  margin: 0px 3px 0;
  position: relative;
  top: 2px;
}
label.shipping-cost{cursor: pointer;}
#errmsg, #errmsg2
{
color: red;
}
.woocommerce-tabs.wc-tabs-wrapper{display: none !important;}
.owl-carousel button.owl-dot{background: #eee !important;border: 1px solid #000 !important;width: 10px;height: 10px;border-radius: 100px;margin: 0 3px;}
.owl-carousel .owl-nav button.owl-prev span{position: absolute;font-size: 100px !important;top: 25%;z-index: 999; left: 20px;}
.owl-carousel .owl-nav button.owl-next span{font-size: 100px !important;top: 25%;position:absolute;right: 20px !important;z-index: 9999;}
.owl-carousel button.owl-dot.active{/*border: 2px solid #e43711 !important;width: 12px;height: 12px;*/ background: #000 !important;}
.owl-dots{position: absolute;z-index: 999;bottom: 0px;left: 40%;}
h1{font-size: 30px; display: none;}
h3.thanks{font-size: 25px;text-decoration: underline;text-align: center;}
p.thanks{font-size: 15px;padding: 15px;text-align: justify;}
.desktop-menu{margin-left: 20px;}
.desktop-menu ul li a{text-transform: capitalize;font-size: 20px;position: relative;top: 7px;border-right: 1px solid #999;}
.desktop-menu ul li:last-child a{border-right: none !important;}
.select{min-width: 50px;}
#heading{
 background: #fff;
    color: #000;
    font-size: 13px;
    padding: 10px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(50,50,50,0.1);
    -moz-box-shadow: 0px 1px 5px 0px rgba(50,50,50,0.1);
    box-shadow: 0px 1px 5px 0px rgba(50,50,50,0.1);
    -webkit-border-radius: 0px 0px 2px 2px;
    -moz-border-radius: 0px 0px 2px 2px;
    border-radius: 0px 0px 2px 2px;
    border: 1px solid #dddddd;
    overflow: hidden;
}
#heading h2 {
    color: #000;
    font-size: 23px;
    margin-top: 10px;
    margin-bottom: 0px;
}
.rating {
    color: #CC0;
    font-size: 18px;
}
@media (min-width: 1024px){
   #meta, #features{border: 1px solid #dddddd;padding: 10px;text-align: center;} 
}
 #features, #features2{text-align: center;}
 #features2{display: none;}
 ul.page-numbers{text-align:center;}
 .page-numbers li{display:inline;padding:5px 15px;font-size:20px;font-weight:bold;}   
 
 @media screen and (max-width: 480px) {
    body {
        overflow-y: scroll;
    }
}