/**
 * Theme Name: U-Design Child
 * Theme URI: http://themeforest.net/item/udesign-responsive-wordpress-theme/253220?ref=AndonDesign
 * Description: This is a child theme of U-Design.
 * Author: Andon
 * Author URI: http://themeforest.net/user/andondesign/portfolio?ref=AndonDesign
 * Template: u-design
 * Version: 1.0.0
 */

/** 
 * IMPORTNAT: By default this file is not loaded since it has no CSS preloaded. Loading it blank
 * will result in a CSS file needlessly being loaded. This will usually not affect the site appearance, 
 * but it's inefficient and extends your page's loading time.
 * 
 * If you decide to use this file make sure to enable it from the theme's 'General Options' section first, 
 * it's the last checkbox called 'Custom Styles'.
 */
                 
/**** ADD YOUR CUSTOM CSS CODE BELOW THIS LINE: ****/

/** Header Style **/

#secondary-navigation-bar-wrapper {
    background-color: #B9BDC1;
    border-bottom: solid 2px #B9BDC1;
}

#sec-nav-text-area-1, #sec-nav-text-area-2, #sec-nav-menu-area {
    padding: 7px 0px 5px;
}

.container_24 .grid_4 {
    width: 107px;
}

#main-menu {
    background: transparent url(../../common-images/main-menu-btm-border.png) repeat-x scroll 50% 100%;
    width: 100%;
    position: relative;
    z-index: auto;
    height: 10px;
    margin-bottom: 0;
}

#home-page-content #content-container {
    padding: 0 0;
}

.woocommerce-store-notice, p.demo_store {
    background-color: #2AA9E0;

}

#navigation-menu > ul.sf-menu {
    margin-top: -30px;
}

/* Search styling */

#navigation-menu {
    right: 275px;
}

.ysm_search_widget {
    width: 266px;
    padding: 25px 0;
    margin-top: -47px;
    float: right;
    list-style-type: none;
    z-index: 102 !important;
}

.aws-container .aws-show-clear .aws-search-field {
    margin-top: -47px !important;
    list-style-type: none !important;
    float: right;
    z-index: 102 !important;
	width: 250px;
}

.aws-container .aws-search-form {
    padding: 0;
    line-height: 10px;
    width: 266px;
    margin-top: -47px;
    z-index: 102 !important;
    height: 44px;
	float: right !important;
}

.aws-search-result {
    position: absolute;
    text-align: left;
    z-index: 9999999999999;
    background: #fff;
    width: 291px !important;
    margin-top: -1px;
    border: 1px solid #ccc;
    font-size: 12px;
    line-height: 16px;
    left: 1019px !important;
}

.aws-container .aws-search-form.aws-show-clear.aws-form-active .aws-search-clear {
    display: block !important;
    float: right;
}

.aws-container .aws-search-form .aws-form-btn {
	background: #ffffff;
}	

.ysm_search_widget .smart-search-results.has-viewall-button {
    width: 267px !important;
}
.ysm_search_widget .smart-search-suggestions {
    width: 99%;
}
.ysm_search_widget .smart-search-view-all-holder {
    width: 266px;
}

.woocommerce .woocommerce-ordering {
    margin: 15px 0 26px 10px;
    display: none;
}

/*to remove lame li style from header for search*/
li {
    margin-left: 30px;
    list-style-type: none;
}

/** End Header Style **/

/** PRODUCT PAGE TABS **/

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: .5em 0;
    font-weight: 400;
    color: #515151;
    text-decoration: none;
	font-family: Oswald;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #ffffff;
    z-index: 2;
    border-bottom-color: #2AA9E0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #ffffff;
    background-color: #ffffff;
    /* display: inline-block; */
    /* position: relative; */
    /* z-index: 0; */
    /* border-radius: 4px 4px 0 0; */
    /* margin: 0 -5px; */
    /* padding: 0 1em; */
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0 0 0 1em;
    margin: 0 0 1.618em;
    overflow: hidden;
    /* position: relative; */
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    position: absolute;
    content: ' ';
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #ffffff;
    z-index: 1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    text-shadow: inherit;
    color: #2AA9E0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    box-shadow: 2px 2px 0 #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    left: -5px;
    border-bottom-right-radius: 4px;
    border-width: 0 1px 1px 0;
    box-shadow: 0px 0px 0px 0px #ebe9eb;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border: 0px solid #d3ced2;
    /* position: absolute; */
    bottom: -1px;
    width: 5px;
    height: 5px;
    content: ' ';
    box-sizing: border-box;
}


/** Product Page **/
.woocommerce div.product div.images .woocommerce-product-gallery__image, .woocommerce div.product div.images .flex-viewport {
    box-shadow: 0 0 0 0px #FFFFFF !important; 
    border: 1px solid #FFFFFF;
}

.button-template {
    background-color: #ffffff;
    border: 2px solid #2AA9E0;
    color: #2AA9E0;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 8px;
    margin-right: 25px;
	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.button-template:hover {
  background-color: #2AA9E0;
  color: #ffffff;
  border: 2px solid #2AA9E0;
}

.woocommerce div.product form.cart table td {
    padding-left: 10px;
}

/* Paper Stock */
.image-border {
    border: 1px;
    border-color: #ebebeb;
    border-style: solid;
}

/* FOOTER */
#bottom {
    padding: 0px;
    color: #333;
}

.textwidget {
    display: inline-block;
    width: 100%;
    padding: 0px;
}

/** Theme My Login **/
.tml .tml-field {
    width: 300px;
}
input.tml-button {
	background-color: #2AA9E0;
    border: 2px solid #2AA9E0;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 8px;
    margin-right: 25px;
	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	cursor: pointer;
}

/** padding above top homepage slider **/
.entry {
    padding: 0px 0 20px;
    clear: both;
}

/** Footer **/
#footer_text {
    margin: 0px 10px 12px;
    color: #4A4A4A;
}

#footer-bg {
	position: relative;
    margin-top: -20px;
    height: 5px;
    clear: both;
}

/** Contact Form 7 **/
span.wpcf7-list-item {
    display: block;
    margin: 0 0 0 1em;
}

.wpcf7-form-control-wrap {
    position: relative;
    display: block;
}

/** End Contact Form 7 **/

/** Category Page **/
.woocommerce ul.products li.product a img {
    width: 200px;
    height: 200px;
    display: block;
    margin: 0 0 14px;
    box-shadow: none;
}

.wpcf7-submit {
    background-color: #2AA9E0;
    border: 2px solid #2AA9E0;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 8px;
    margin-right: 25px;
	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	cursor: pointer;
}

.wpcf7-submit:hover {
  background-color: #ffffff;
  color: #2AA9E0;
  border: 2px solid #2AA9E0;
}

.push {
    overflow: auto;
    padding-bottom: 0px !important;
}

.warning {
    color: #000000; 
    border: 1px solid #ffffff;
    background-color: #ffffff;
    background: -moz-linear-gradient(center top , #FFFFFF, #FEEFB3);
    background: -webkit-gradient(linear, center top, center bottom, from(#FFFFFF), to(#ffffff));
    background: -o-linear-gradient(top, #FFFFFF 0%,#ffffff 99%);
    background: -ms-linear-gradient(top, #FFFFFF 0%,#ffffff 99%);
}

/* Checkout Buttons */
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    background-color: #2AA9E0 !important; 
    border: 2px solid #2AA9E0 !important;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 8px;
    margin-right: 25px;
	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

button[name="update_cart"] {
    display: none !important;
}

.wpcf7 form div.visible-only-if-valid-ppai {
    display: none;
}
 
.wpcf7 form.sent div.visible-only-if-valid-ppai {
    display: none;
}

/* cart */
#add_payment_method table.cart td, #add_payment_method table.cart th, .woocommerce-cart table.cart td, .woocommerce-cart table.cart th, .woocommerce-checkout table.cart td, .woocommerce-checkout table.cart th {
    vertical-align: top;
}