
.summary .product_meta { margin-top: 45px; }

/* Selectbox style */
.woocommerce a.selectBox{
    background: #ffffff;
    min-width: 100px;
    margin-right: 10px;
    color: inherit;
    border-radius: 0px;
}

.woocommerce a.selectBox:hover{
    color: inherit;
}

.woocommerce a.selectBox:focus{
    border: 1px solid #ccc;
}

.selectBox-dropdown .selectBox-label{
    vertical-align: middle;
    padding: 6px 8px 5px;
    /* border-radius: 0px; */
}

.selectBox-dropdown .selectBox-arrow{
    border: none;
    background: url(../images/jquery.selectBox-arrow.png) center right no-repeat;
}

.selectBox-dropdown.selectBox-menuShowing .selectBox-arrow{
    background: url(../images/jquery.selectBox-arrow.png) center left no-repeat;
}

.selectBox-dropdown-menu{
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 5px;
}

.selectBox-label.public-visibility:before,
.selectBox-dropdown-menu li.public-visibility a:before{
    font-family: FontAwesome;
    display: inline-block;
    content: "\f0ac";
    margin-right: 5px;
}

.selectBox-label.shared-visibility:before,
.selectBox-dropdown-menu li.shared-visibility a:before{
    font-family: FontAwesome;
    display: inline-block;
    content: "\f0c1";
    margin-right: 5px;
}

.selectBox-label.private-visibility:before,
.selectBox-dropdown-menu li.private-visibility a:before{
    font-family: FontAwesome;
    display: inline-block;
    content: "\f023";
    margin-right: 5px;
}


.selectBox-dropdown-menu li a{
    color: inherit;
    padding: 5px 8px;
    border-radius: 3px;
}

.selectBox-dropdown-menu a:hover{
    color: inherit;
    text-decoration: none;
}

/* Popup add to wishlist */
.yith-wcwl-add-button a.open-pretty-photo{
    /*display: none;*/
}
.yes-js .yith-wcwl-add-button a.open-pretty-photo{
    /*display: inline-block;*/
}
.yes-js .yith-wcwl-popup{
    display: none;
    text-align: center;
}
.yes-js .yith-wcwl-popup-content{

}
.yes-js .yith-wcwl-popup-content{
    display: table;
    width: 100%;
}
.yes-js .yith-wcwl-popup-content .yith-wcwl-first-row{
    display: table-header-group;
}
.yes-js .yith-wcwl-popup-content .yith-wcwl-second-row{
    display: none;
}
.yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-select-container,
.yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-thumb,
.yes-js .yith-wcwl-popup-content .yith-wcwl-popup-new,
.yes-js .yith-wcwl-popup-content .yith-wcwl-visibility{
    display: table-cell;
    vertical-align: bottom;
}
.yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-select-container{
    width: 80%;
    padding-bottom: 20px;
}
.yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-select-container select,
.yes-js .yith-wcwl-popup-content .yith-wcwl-visibility select,
.yes-js .yith-wcwl-popup-content .yith-wcwl-popup-new input{
    border: 1px solid #ccc;
    height: 35px;
    border-radius: 3px;
}
.yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-select-container select{
    width: 100%;
    font-weight: 700;
    padding-left: 10px;
}
.yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-thumb{
    width: 20%;
    padding-bottom: 20px;
}
.yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-thumb img{
    float: right;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.yes-js .yith-wcwl-popup-content .yith-wcwl-popup-new{
    text-align: right;
}
.yes-js .yith-wcwl-popup-content .yith-wcwl-popup-new label{
    font-weight: 700;
}
.yes-js .yith-wcwl-popup-content .yith-wcwl-visibility select{
    float: right;
    min-width: 90px;
}
.yes-js .yith-wcwl-popup-footer{
    border-top: 1px solid #CCC;
    padding: 20px 20px 0 20px;
    margin: 20px -20px 0;
    text-align: right;
}

/* Popup message */
#yith-wcwl-popup-message {
    background: white;
    border: 1px solid #CCC;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    line-height: 50px;
    padding: 15px;
    position: fixed;
    text-align: center;
    top: 50%;
    left: 50%;
    z-index: 10000; /* Thanks WP -.- */
}

/*Wishlist title form*/
.wishlist-title{
    display: inline-block;
}
.wishlist-title h2{
    display: inline-block;
    padding: 5px;
}
.wishlist-title.wishlist-title-with-form h2:hover{
    background: #efefef;
}
.wishlist-title a.show-title-form{
    cursor: pointer;
}
.yes-js #yith-wcwl-form .hidden-title-form{
    display: none;
    margin: 25px 0 39px;
}

/* Wishlist table template */

.woocommerce table.wishlist_table thead th{
    border-top: 1px solid;
    padding: 16px 12px;
}

.woocommerce table.wishlist_table tbody td{
    padding: 16px 12px;
}

.woocommerce table.wishlist_table thead th,
.woocommerce table.wishlist_table tbody td{
    border-color: #e7e7e7;
}

.wishlist_table tr td, .wishlist_table tr th.wishlist-delete { text-align: center; }
.wishlist_table tr td.product-thumbnail, .wishlist_table tr td.product-name, .wishlist_table tr td.wishlist-name, .wishlist_table tr td.wishlist-privacy, .woocommerce table.wishlist_table tfoot td { text-align: left; }
.wishlist_table tr td.product-stock-status span.wishlist-in-stock { color: #297E29; }
.wishlist_table tr td.product-stock-status span.wishlist-out-of-stock { color: #F00; }

/* Wishlist buttons */
.summary .single_add_to_wishlist.button,
div.product .woocommerce-price-and-add .single_add_to_wishlist.button {
    margin: 0px;
}

.wishlist_table .add_to_cart.button{
    padding: 7px 12px;
    line-height: normal;
}

.yith-wcwl-add-to-wishlist {
    margin-top: 10px;
}

.yith-wcwl-add-button > a i,
.wishlist_table .add_to_cart.button i,
.wishlist_table .ask-an-estimate-button i,
.wishlist-title a.show-title-form i,
.hidden-title-form a.hide-title-form i,
.hidden-title-form button i,
.yith-wcwl-wishlist-new button i,
.wishlist_manage_table tfoot button.submit-wishlist-changes i,
.wishlist_manage_table tfoot a.create-new-wishlist i,
.yith-wcwl-wishlist-search-form button.wishlist-search-button i{
    margin-right: 10px;
}

.wishlist_table .add_to_cart.button,
.yith-wcwl-popup-button a.add_to_wishlist,
.wishlist_table a.ask-an-estimate-button,
.wishlist-title a.show-title-form,
.hidden-title-form a.hide-title-form,
.woocommerce .yith-wcwl-wishlist-new button,
.wishlist_manage_table a.create-new-wishlist,
.wishlist_manage_table button.submit-wishlist-changes,
.yith-wcwl-wishlist-search-form button.wishlist-search-button{
    margin: 0px;
    box-shadow: none;
    text-shadow: none;
    border-radius: 3px;
}

/* Wishlist title */
.woocommerce .wishlist-title h2{
    vertical-align: middle;
}

.woocommerce .wishlist-title a.show-title-form{
    vertical-align: middle;
    margin-left: 15px;
    padding: 4px 8px;
    font-size: 12px;
    border-radius: 0;
}

.woocommerce .hidden-title-form input[type="text"]{
    border: 1px solid #ccc;
    border-radius: 0px;
    padding: 0 5px;
    height: 34px;
    min-width: 250px;
    vertical-align: middle;
}

.woocommerce .hidden-title-form button{
    padding: 4px 24px;
    border: 2px solid #ccc;
    vertical-align: middle;
    text-transform: uppercase;
    /* border: none; */
    position: relative;
}

.woocommerce .hidden-title-form button:active{
    top: 1px;
}

.woocommerce .hidden-title-form a.hide-title-form{
    vertical-align: middle;
    line-height: normal;
    border-radius: 0;
}

/* Remove buttons */
.woocommerce #content table.wishlist_table.cart a.remove{
    color: #c3c3c3;
}

.woocommerce #content table.wishlist_table.cart a.remove:hover{
    background-color: #c3c3c3;
    color: #fff;
}

/* Share buttons */
.yith-wcwl-share ul {
    margin: 5px 0;
    padding: 0;
}




/* Ask an estimate button */
.woocommerce .wishlist_table.cart .ask-an-estimate-button{
    float: right;
    padding: 7px 12px;
    line-height: normal;
}

/* Create new wishlist*/
.yith-wcwl-wishlist-new{
    padding: 20px 30px;
    border-bottom: 1px solid #e7e7e7;
}

.yith-wcwl-wishlist-new label{
    vertical-align: middle;
    margin-right: 20px;
}

.yith-wcwl-wishlist-new input{
    min-width: 190px;
}

.yith-wcwl-wishlist-new input[type="text"],
.yith-wcwl-wishlist-new select{
    border: 1px solid #ccc;
    border-radius: 0px;
    height: 35px;
    vertical-align: middle;
    margin-right: 10px;
    padding: 0 5px;
}

.woocommerce .yith-wcwl-wishlist-new button{
    padding: 7px 24px;
    vertical-align: middle;
    border: 1px solid;
    position: relative;
}

.woocommerce .yith-wcwl-wishlist-new button:active{
    top: 1px;
}

/* Manage wishlists */
.woocommerce .wishlist_manage_table select{
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 35px;
    vertical-align: middle;
    margin-right: 10px;
}

.woocommerce table.wishlist_manage_table tfoot td{
    text-align: right;
    padding: 24px 12px;
}

.woocommerce .wishlist_manage_table tfoot button.submit-wishlist-changes{
    padding: 7px 24px;
    vertical-align: middle;
    border: 1px solid;
    border-radius: 3px;
    position: relative;
    line-height: normal;
}

.woocommerce .wishlist_manage_table tfoot button.submit-wishlist-changes:active{
    top: 1px;
}

.woocommerce .wishlist_manage_table tfoot a.create-new-wishlist{
    vertical-align: middle;
    line-height: normal;
    padding: 7px 24px;
}

/* Search wishlist */
.woocommerce .yith-wcwl-wishlist-search-form{
    padding: 20px 0px;
    /* border-bottom: 1px solid #e7e7e7; */
    margin-bottom: 50px;
}

.woocommerce .yith-wcwl-wishlist-search-form:after{
    content: '';
    display: block;
    clear: both;
}

.woocommerce .yith-wcwl-wishlist-search-form #wishlist_search{
    min-width: 300px;
    border: 1px solid #ccc;
    border-radius: 0px;
    height: 34px;
    vertical-align: middle;
    float: left;
    padding: 0 5px;
}

.woocommerce .yith-wcwl-wishlist-search-form button.wishlist-search-button{
    padding: 7px 24px;
    vertical-align: middle;
    border: 1px solid;
    border-radius: 3px;
    position: relative;
    line-height: normal;
    float: left;
    margin-left: 5px;
}

.woocommerce p.yith-wcwl-empty-search-result{
    padding: 50px 0;
    text-align: center;
}

.woocommerce .yith-wcwl-wishlist-search-form button.wishlist-search-button:active{
    top: 1px;
}

.woocommerce ul.yith-wcwl-search-results,
.woocommerce ul.user-wishlists{
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce ul.yith-wcwl-search-results > li{
    padding: 50px 80px;
    border-bottom: 1px solid #e7e7e7;
}

.woocommerce ul.yith-wcwl-search-results > li:after{
    content: '';
    display: block;
    clear: both;
}

.woocommerce ul.yith-wcwl-search-results .thumb{
    float: left;
    margin-right: 15px;
}

.woocommerce ul.yith-wcwl-search-results .user-details{
    overflow: hidden;
    padding-top: 15px;
}

.woocommerce ul.yith-wcwl-search-results .user-details span{
    display: block;
}

.woocommerce ul.yith-wcwl-search-results .user-details span.name{
    font-weight: 700;
}

.woocommerce ul.yith-wcwl-search-results .reuslt-details{
    float: left;
    width: 50%;
}

.woocommerce ul.yith-wcwl-search-results .result-wishlists{
    float: right;
    max-width: 50%;
    padding-top: 15px;
}

.woocommerce .yith-wcwl-search-pagination{
    padding: 5px 0;
    text-align: center;
}

/* AJAX loading gif */
.yith-wcwl-add-to-wishlist .ajax-loading {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    display: inline !important;
    margin-left: 5px;
    vertical-align: middle;
    visibility: hidden;
    width: 16px !important;
    height: 16px !important;
}

/* Widget wishlist */
.widget_yith-wcwl-lists ul.dropdown li{
    padding: 0;
}

.widget_yith-wcwl-lists ul.dropdown > li a,
.widget_yith-wcwl-lists ul.dropdown ul.lists > li a{
    display: block;
    padding: 5px 15px;
}

.widget_yith-wcwl-lists ul.dropdown ul.lists > li a{
    padding: 5px 25px;
}

.widget_yith-wcwl-lists ul.dropdown > li.lists-section{
    border-bottom: 1px solid #e7e7e7;
}

.widget_yith-wcwl-lists ul.dropdown ul.lists{
    margin: 0;
}

/* ============ WISHLIST ============ */

#yith-wcwl-form table.wishlist_table {
    margin-bottom: 20px;
}
#yith-wcwl-form table.wishlist_table tbody tr {
    border-bottom: 1px solid;
}
#yith-wcwl-form table.wishlist_table td.product-add-to-cart {
    text-align: right;
}
#yith-wcwl-form table.wishlist_table .button {
    border-radius: 1px;
    padding: 10px 20px 9px;
}
#yith-wcwl-form table.wishlist_table td.product-thumbnail {
    padding-left: 5px;
}
#yith-wcwl-form table.wishlist_table td.product-name-price {
    text-align: left;
}
#yith-wcwl-form table.wishlist_table td.product-name-price span {
    display: block;
}
#yith-wcwl-form table.wishlist_table th.product-thumbnail { width: 80px; float: none;  }
#yith-wcwl-form table.wishlist_table th.product-name {
    padding: 0;
}
#yith-wcwl-form table.wishlist_table td.product-stock-status {
    text-align: left;
}

#wishlist-share {
    float: left;
    position: relative;
    margin-left: 10px;
}
#wishlist-share div.share-text span{
    border: 2px solid;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 4px 0 3px 4px;
    font-size: 10px;
    cursor: pointer;
}
#wishlist-share h4 {
    text-transform: uppercase;
    margin: 0;
    display: inline-block;
    margin-left: 7px;
    vertical-align: bottom;
    line-height: normal;
}
#wishlist-share div.share-link-container {
    padding-top: 15px !important;
    position: absolute;
    right: 18px;
    top: 18px;
}
.yes-js #wishlist-share div.share-link-container {
    display: none;
}
#wishlist-share div.share-link {
    border: 1px solid;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: 0 2px 7px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 2px 7px rgba(0,0,0,.2);
    padding: 0 10px;
    z-index: 10;
}
#wishlist-share div.share-link.arrow-right:before, #wishlist-share div.share-link.arrow-right:after {
    right: 60px;
}
#wishlist-share div.yith-wcwl-share h4 {
    display: none;
}
#wishlist-share .yith-wcwl-share ul {
    height: auto;
    padding: 0;
}
#wishlist-share .yith-wcwl-share li {
    display: inline !important;
}
#wishlist-share .yith-wcwl-share li a {
    display: inline;
    width: auto;
    height: auto;
    text-align: center !important;
}
#wishlist-share .yith-wcwl-share li a.facebook,
#wishlist-share .yith-wcwl-share li a.twitter,
#wishlist-share .yith-wcwl-share li a.pinterest,
#wishlist-share .yith-wcwl-share li a.googleplus,
#wishlist-share .yith-wcwl-share li a.email{
    background: none;
}
#wishlist-share .yith-wcwl-share li a.facebook:before { content: 'facebook'; }
#wishlist-share .yith-wcwl-share li a.twitter:before { content: 'twitter'; }
#wishlist-share .yith-wcwl-share li a.pinterest:before { content: 'pinterest'; }
#wishlist-share .yith-wcwl-share li a.googleplus:before { content: 'googleplus'; }
#wishlist-share .yith-wcwl-share li a.email:before { content: 'email'; }

#wishlist-share .yith-wcwl-share li a:after { content: ','; }
#wishlist-share .yith-wcwl-share li:last-child a:after { content: ''; }




.yes-js .yith-wcwl-popup-form .yith-wcwl-popup-content, .yes-js .yith-wcwl-popup-form .yith-wcwl-popup-content .yith-wcwl-first-row, .yes-js .yith-wcwl-popup-form .yith-wcwl-popup-content .yith-wcwl-wishlist-select-container {
    display: block;
    width: 100%;
}

.yes-js .yith-wcwl-popup-form .yith-wcwl-popup-content .yith-wcwl-wishlist-thumb {
    display: none;
}

.yes-js .yith-wcwl-popup-form .yith-wcwl-popup-content .yith-wcwl-second-row {
    width: 100%;
}

.yes-js .yith-wcwl-popup-form .yith-wcwl-popup-content .yith-wcwl-popup-new {
    width: 100%;
    padding-right: 10px;
}

.yes-js .yith-wcwl-popup-form .yith-wcwl-popup-content .yith-wcwl-popup-new label{
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
    margin-bottom: 14px;
}

.yes-js .yith-wcwl-popup-form .yith-wcwl-popup-content .yith-wcwl-popup-new input {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    padding-right: 5px;
    width: auto;
}

.yith-wcwl-popup-button a.add_to_wishlist,
.woocommerce .wishlist_manage_table tfoot button.submit-wishlist-changes,
.woocommerce .yith-wcwl-wishlist-new button,
.woocommerce .wishlist_table.cart .ask-an-estimate-button,
.woocommerce .yith-wcwl-wishlist-search-form button.wishlist-search-button{
    height: auto;
    text-shadow: none;
    box-shadow: none;
    font-size: 14px;
    font-family: 'Rokkitt', sans-serif;
    color: #000000;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0;
    border: 2px solid #ffa509;
    cursor: pointer;
    background: #f7c104;
    padding: 8px 20px 6px;
    overflow: hidden;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
    -webkit-transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
    -ms-transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
    -o-transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
    -moz-transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
    white-space: normal;
}

.yith-wcwl-popup-button a.add_to_wishlist:hover,
.woocommerce .yith-wcwl-wishlist-new button:hover,
.woocommerce .wishlist_table.cart .ask-an-estimate-button:hover,
.woocommerce .wishlist_manage_table tfoot button.submit-wishlist-changes:hover,
.woocommerce .yith-wcwl-wishlist-search-form button.wishlist-search-button:hover{
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.woocommerce .hidden-title-form button:hover{
    background-color: #a1a1a1;
}

.selectBox-options LI.selectBox-selected A{
    background-color: #ccc;
    border-color: #ccc;
}
.hidden-title-form a.hide-title-form i{
    margin-top: -3px;
}
.woocommerce .yith-wcwl-wishlist-new button{
    padding: 4px 15px;
}

.wishlist-name a.wishlist-anchor{
    color: #000;
}