div.mod-languages ul {
	margin: 0;
	padding: 0;
	list-style:none;
}
div.mod-languages li {
	margin-left: 5px;
	margin-right: 5px;
}

div.mod-languages ul.lang-inline li {
	display:inline;
}

div.mod-languages ul.lang-block li {
	display:block;
}

div.mod-languages img {
	border:none;
}

div.mod-languages a {
	text-decoration: none;
}


/* single products*/

.additional_information_tab.active, #tab-additional_information h2 {
    display: none !important;
}

.attachment-shop_single.size-shop_single.wp-post-image {
    float: right;
    width: 50%;   
    padding:15px;
    border:10px solid #faa32b;
    background-color:#45161e;
    outline: 2px solid #45161e;
    border-radius: 20px;
    -moz-outline-radius: 20px;
    -webkit-outline-radius: 20px;
    -ms-outline-radius: 20px;
}
.product_title.entry-title {
    float: left;
    width: 100%;
    clear: none;
}
#tab-additional_information {
    float: left;
    width: auto;
    clear: none;
    background: none;
    -moz-box-shadow:    3px 3px 5px 6px rgba(0,0,0,.5);
    -webkit-box-shadow: 3px 3px 5px 6px rgba(0,0,0,.5);
    box-shadow:         3px 3px 5px 6px rgba(0,0,0,.5);
    padding: 20px;
    color: #fff;
    font-size: 25px;
    margin: 0;
    
}

.product_title.entry-title {
    font-family: 'NewOrderPlain';
    text-transform: uppercase;
    color: #fff200;
    background-color: #45161e;
    padding-left: 10px;
    font-weight: bold;
    margin-top: 5%;
}

.summary.entry-summary {
    font-family: 'NicolasCocT-Blac';
    font-size: 20px;
    width: 50%;
}    
.summary.entry-summary p {
    font-family: 'NicolasCocT-Blac';
    font-size: 18px;
    padding-right: 20px;
}

.summary.entry-summary p.price {
    font-family: 'NewOrderPlain';
    font-size: 38px;
    color: #44181f;
    
}

#contact {
    margin-top: 20px;
}
div.quantity {
    
    display: block;
	text-align: center;
}

button.single_add_to_cart_button.button.alt {
    display: block;
    width: 50%;
    height: auto;
    margin-top: 1%;
}
/* end single products*/


/* Start Button/Form*/
form.cart {
    width: auto;
    display: inline-block;
    float: right;
    margin: 0 auto;
    -moz-box-shadow:    3px 3px 5px 6px rgba(0,0,0,.5);
    -webkit-box-shadow: 3px 3px 5px 6px rgba(0,0,0,.5);
    box-shadow:         3px 3px 5px 6px rgba(0,0,0,.5);
    padding: 20px;
      
}
form.cart button, form.cart p {
    margin: 10px auto 0;
	padding: 0 50px 0;
    text-align: center;
}
/* End Button/Form*/


/* shop page*/
.attachment-shop_catalog.size-shop_catalog.wp-post-image {
    float: left;    
    padding:15px;
    border:10px solid #faa32b;
    background-color:#45161e;
    outline: 2px solid #45161e;
    border-radius: 20px;
    -moz-outline-radius: 20px;
    -webkit-outline-radius: 20px;
    -ms-outline-radius: 20px;
    margin-right: 20px;
    margin-left: 20px;
}
.woocommerce-LoopProduct-link h3, span.price {
    display: inline-block;
    color: #fff200;
}
.woocommerce-LoopProduct-link h3 {
    font-size: 1.8em;
    -moz-box-shadow:    3px 3px 5px 6px rgba(0,0,0,.5);
    -webkit-box-shadow: 3px 3px 5px 6px rgba(0,0,0,.5);
    box-shadow:         3px 3px 5px 6px rgba(0,0,0,.5);
    padding: 5px;
    margin: 10px;
}

.woocommerce-LoopProduct-link span.price {
    font-size: 2em;
    display: inline-block;
    float: right;
    color: #fff200;
    -moz-box-shadow:    3px 3px 5px 6px rgba(0,0,0,.5);
    -webkit-box-shadow: 3px 3px 5px 6px rgba(0,0,0,.5);
    box-shadow:         3px 3px 5px 6px rgba(0,0,0,.5);
    margin: 10px;
    padding: 5px;
}
.woocommerce-LoopProduct-link span.price ins span.woocommerce-Price-amount.amount {
    color: #f26222;
}
.woocommerce-LoopProduct-link div p {
    padding: 20px;
    display: float;
    color: #fff200;
}
.woocommerce-LoopProduct-link:hover {
    text-decoration: none !important;
}

ul.products li.product form.cart {
    display: inline-block;
    color: #fff200;
    margin: 10px;       
    -moz-box-shadow:    3px 3px 5px 6px rgba(0,0,0,.5);
    -webkit-box-shadow: 3px 3px 5px 6px rgba(0,0,0,.5);
    box-shadow:         3px 3px 5px 6px rgba(0,0,0,.5);
    padding: 15px;
    width: auto;
    float: right;
}
ul.products li.product form.cart button {
    margin: 10px auto 0;
}
ul.products li.product {    
    background: #f26222;
    background-size: 100%;
    color: #faa32b;
    -moz-box-shadow:    3px 3px 5px 6px rgba(0,0,0,.5);
    -webkit-box-shadow: 3px 3px 5px 6px rgba(0,0,0,.5);
    box-shadow:         3px 3px 5px 6px rgba(0,0,0,.5);
    margin-bottom: 30%;
    
}
ul.products li.product:nth-child(even) {
    margin-left: 20%;
}


/* end shop page */

/* Start Menu Page*/
a.thumbnail img.img-responsive.img-circle {
	box-shadow: 3px 3px 5px 6px rgba(0, 0, 0, 0.5);
    padding:15px;
    border:10px solid #faa32b;
    background-color:#45161e;
}
h1 {
    -moz-box-shadow:    3px 3px 5px 6px rgba(0,0,0,.5);
    -webkit-box-shadow: 3px 3px 5px 6px rgba(0,0,0,.5);
    box-shadow:         3px 3px 5px 6px rgba(0,0,0,.5);
    border-radius: 10px;
}

/* End Menu Page*/

/* media */
@media (max-width: 980px) {
ul.products li.product {    
    height: auto;
}
ul.products li.product:nth-child(even) {
    margin-left: 0;
}
#tab-additional_information {
    padding: 0;
}
ul.products li.product {    
    margin-bottom: 50%;
}
#tab-additional_information {
    padding: 10px;
}
form.cart {
    float: left;
    margin-left: 150px;    
}

}
@media (max-width: 980px) {
    ul.products li.product {    
    margin-bottom: 50%;
}
#tab-additional_information {
    padding: 10px;
}
}
@media (max-width: 360px) {
    ul.products li.product {    
    margin-bottom: 90%;
}
#tab-additional_information {
    padding: 10px;
}
ul.products li.product form.cart {
    float: left;
}
.attachment-shop_single.size-shop_single.wp-post-image {
    float: none;
    width: 100%;
}
.summary.entry-summary {
    width: 100%;
}
form.cart {
    clear: both;
    margin: 5% auto 0;
}
}
@media (max-width: 320px) {
    ul.products li.product {    
    margin-bottom: 100%;
}
#tab-additional_information {
    padding: 10px;
}
}
/* end media */

/*pagination*/
ul.page-numbers {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin-top: 10px;
}
ul.page-numbers li {
  display: inline;
  text-align: center;
}
ul.page-numbers a, ul.page-numbers span {
  float: left;
  display: block;
  font-size: 28px;
  text-decoration: none;
  padding: 5px 12px;
  color: #45161e;
  margin-left: -1px;
  border: 1px solid transparent;
  line-height: 1.5;
}
ul.page-numbers span {
  cursor: default;
}

ul.page-numbers span {
  outline: none;
}

ul.page-numbers a, ul.page-numbers span {
  margin: 0 5px;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #F7C12C;
}

ul.page-numbers a.next.page-numbers {
  -moz-border-radius: 0 50px 50px 0;
  -webkit-border-radius: 0;
  border-radius: 0 50px 50px 0;
  width: 100px;
}
ul.page-numbers a.prev.page-numbers {
  -moz-border-radius: 50px 0 0 50px;
  -webkit-border-radius: 0;
  border-radius: 50px 0 0 50px;
  width: 100px;
}
ul.page-numbers a:hover {
  background-color: #FFA500;
}

ul.page-numbers span {
  background-color: #FFA100;
}

nav.woocommerce-pagination {
    float: right;
}
/* end pagination*/

/* Menu Page*/
.thumbnail {
    background: none;
    border: none;
}
h1.entry-title {
	text-align: center;
}
