/*
Author: Spiraclethemes
Author URI: https://www.spiraclethemes.com
*/

a.wcmenucart-contents i {
	margin-right: 5px;
}

a.wcmenucart-contents span.badge {
	background: #e06d6d;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    height: 20px;
    padding: 2px;
    text-align: center;
    width: 20px;
    line-height: 1.5;
}

/* Shop page */

.woocommerce #main {
    /*background: #fbfbfb;*/
}

.entry-content .woocommerce {
    margin: 70px 0; 
}

.woocommerce article h1.page-title {
    display: none !important;
}

.tax-product_tag article h1.page-title,.tax-product_cat article h1.page-title {
    display: block !important;
    font-size: 30px !important;
}

.entry-content form {
    margin-bottom: 40px !important;
}

.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    height: 40px;
    border-radius: 45px;
    border: 1px solid #f5f5f5;
    padding: 10px 34px 10px 16px;    
    outline:none;    
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}

.woocommerce .woocommerce-ordering .dropdown {
    position: relative;
}

.woocommerce span.onsale {
    z-index: 1;
}

.woocommerce .woocommerce-ordering .dropdown:before {
    content: "";
    position: absolute;
    right: 16px;
    top: 24px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #333;
}

.woocommerce .woocommerce-ordering .dropdown:after {
    content: "";
    position: absolute;
    right: 16px;
    top: 16px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 3px solid #333;
}

.woocommerce ul.products li.product a img {    
    border-radius: 5px;
    -moz-box-shadow: -1px 0px 10px 0px #c1c1c1;
    -webkit-box-shadow: -1px 0px 10px 0px #c1c1c1;
    box-shadow: -1px 0px 10px 0px #c1c1c1;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    text-align: center;
    text-transform: uppercase;
    font-size: 14px !important;
    color: #000;
    display: block;
}

.woocommerce ul.products li.product .price {
    float: right;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 700;
    color: #000;
}

.woocommerce ul.products li.product .price del {
    display: inline-block;
    padding-right: 5px;
}

.woocommerce ul.products li.product .button { 
    background: #fff;
    border-radius: 45px;
    font-size: 10px;
    font-weight: 400;
    padding: 10px 10px;
    border: 1px solid #f5f5f5;
    transition : 0.2s;
}

.woocommerce ul.products li.product .button {
    margin-top: 15px;
}

.woocommerce ul.products li.product .button:hover {
    background: #39b54a;
    color: #fff;
    transition : 0.2s;
}

.woocommerce ul.products li.product .button i {
    padding-right: 8px;
}

.woocommerce #respond input#submit.loading::after, 
.woocommerce a.button.loading::after, 
.woocommerce button.button.loading::after, 
.woocommerce input.button.loading::after {
    top: .871em;
    right: -1em;    
}

/* Single Page */

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    margin-top: 20px;
    width: 90px;
    height: 80px;
    padding-right: 10px;
    overflow: hidden;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) img {
    height: 80px;
    border-radius: 5px;
    -moz-box-shadow: -1px 0px 10px 0px #c1c1c1;
    -webkit-box-shadow: -1px 0px 10px 0px #c1c1c1;
    box-shadow: -1px 0px 10px 0px #c1c1c1;
}

.woocommerce div.product .product_title {
    text-transform: uppercase;
    font-size: 25px !important;
}

.woocommerce span.onsale {
    padding: 0;
}

.woocommerce div.product div.images img {
    border-radius: 5px;
    -moz-box-shadow: -1px 0px 10px 0px #c1c1c1;
    -webkit-box-shadow: -1px 0px 10px 0px #c1c1c1;
    box-shadow: -1px 0px 10px 0px #c1c1c1;
}

.woocommerce div.product form.cart .button {
    margin-left: 10px;    
    color: #555;
    font-size: 12px;
    height: 45px;
    width: 115px;
    border: 1px solid #dedede;
    border-radius: 45px;
    background: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: 0 !important;
    -webkit-appearance: none;
}

.woocommerce div.product form.cart .button:hover {
    background: #39b54a;
    color: #fff;
    border: 1px solid #39b54a;
}

.woocommerce .quantity .qty {
    background: transparent;
    border: 1px solid #eceaea;
    color: #a1a1a1;
    font-size: 12px;
    height: 45px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100px;
    font-weight: normal;
    outline: 0 !important;
    -webkit-appearance: none;
}

.woocommerce div.product p.stock {
    color: #555;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #000;
    font-size: 16px;
    font-weight: 700;
}

.woocommerce .summary .product_meta {
    font-size: 12px;
}

.woocommerce .summary .product_meta>span {
    padding-right: 10px;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    margin-bottom: 80px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0;
    background: none;
    border-radius: 0;
    padding: 0 30px;
    transition : 0.4s;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active { 
    border-bottom: 3px solid #39b54a;
    background: none;
    transition : 0.4s;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border: 0;
    position: relative;    
    width: 5px;
    height: 5px;    
}

.woocommerce-tabs #comments {
    margin-top: 0;
}

.woocommerce-tabs #tab-description h2,.woocommerce-Tabs-panel--additional_information h2 {
    padding-bottom: 20px;
}

.woocommerce-tabs #tab-description p {
    padding-bottom: 20px;
}

.woocommerce #review_form #respond p.stars {
    margin-top: 10px;
}

.woocommerce p.stars a {
    color: #fdb341;
}

.woocommerce .woocommerce-product-rating .star-rating {
    color: #fdb341;   
}

.woocommerce .star-rating {
    color: #fdb341;  
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    border: 0;
    padding: 0;
}

.woocommerce #reviews #comments ol.commentlist {
    margin: 50px 0;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    float: left;
    width: 70px;
    height: 70px;
    border-radius: 45px;
    margin-right: 30px;
    margin-top: -10px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 85px;
    border: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time {
    display: block;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
    font-size: 15px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta span.woocommerce-review__dash {
    display: none;
}

.woocommerce .star-rating {
    float: none
}

.mfp-bg {
    opacity: 1;
}


/* Related Products */

section.related.products {
    margin: 20px 0;
    text-align: center;
}

section.related.products h2 {
    margin: 50px 0;
    color: #39b54a;
    display: inline-block;
    font-family: 'Lato',sans-serif;
    font-size: 35px;
    font-weight: 900;
    padding-bottom: 5px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased !important;
}

section.related.products ul.products {
    text-align: left;
}

.woocommerce .related.products ul.products li.product, .woocommerce-page .related.products ul.products li.product {
    margin: 0 14px 50px 0px;
}

.woocommerce h2 {
    font-size: 18px;
}

.woocommerce-account .woocommerce h2 {
    font-size: 30px;
}

.woocommerce #review_form #respond .form-submit input {
    color: #555;
    background: none;
    border: 1px solid #b7b7b7;
    border-radius: 45px;
    height: 50px;
    width: 160px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: 0 !important;
    -webkit-appearance: none;
}

.woocommerce #review_form #respond .form-submit input:hover {
    background: #39b54a;
    border: 1px solid #39b54a;
    color: #fff;
}

.woocommerce .products .star-rating {
    margin: auto;
}

.woocommerce span.onsale {
    background: #39b54a;
    -moz-box-shadow: -1px 0px 10px 0px #c1c1c1;
    -webkit-box-shadow: -1px 0px 10px 0px #c1c1c1;
    box-shadow: -1px 0px 10px 0px #c1c1c1
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    z-index: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    z-index: 0;
}

.woocommerce div.product form.cart .variations select {
    background: transparent;
    border: 1px solid #eceaea;
    color: #a1a1a1;
    font-size: 12px;
    height: 45px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    font-weight: normal;
    border-radius: 0;
    outline: 0 !important;
    -webkit-appearance: none;
}

.variations .label {
    color: #555;
    font-size: 13px;
    display: inline-block;
    margin-top: 10px !important;
}

.woocommerce div.product p.stock {
    color: #b9b9b9;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
}

.woocommerce div.product .woocommerce-tabs .panel {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


/* Cart Page */


.wp-block-woocommerce-cart,
.wp-block-woocommerce-checkout {
    margin-top: 70px !important;
}

.wp-block-woocommerce-cart .wc-block-cart__submit-button {
    text-decoration: none !important;
}

.woocommerce table.shop_table th {
    font-weight: 700;
    padding: 9px 12px;
    text-transform: uppercase;
    color: #000;
}

.woocommerce table.shop_table td {
    border: 0;
}

.woocommerce a.remove:hover {
    color: #ff0000 !important;
    background: none;
}

#add_payment_method table.cart td.actions .coupon .input-text, 
.woocommerce-cart table.cart td.actions .coupon .input-text, 
.woocommerce-checkout table.cart td.actions .coupon .input-text {
    width: 200px;
}

.woocommerce .cart .button, .woocommerce .cart input.button {
    color: #555;
    background: none;
    border: 1px solid #b7b7b7;
    border-radius: 45px;
    height: 45px;
    width: 160px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: 0 !important;
    -webkit-appearance: none;
}

.woocommerce .cart .button, .woocommerce .cart input.button:hover {
    background: #39b54a;
    border: 1px solid #39b54a;
    color: #fff;
}

.woocommerce-cart-form .coupon {
    margin: 20px 0;
}

.woocommerce-cart-form .coupon input#coupon_code {
    padding-left: 20px;
}

.woocommerce-cart-form .coupon input.button {
    margin-left: 15px;
}

.woocommerce .cart_totals h2 {
    font-size: 25px !important;
    text-transform: uppercase;
    margin: 35px 0;
}

.woocommerce table.shop_table {
    padding: 20px;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 70px;
}

.woocommerce-message {
    background: #39b54a;
}

.woocommerce-info {
    background: #4db8e8;
}

.woocommerce-error {
    background: #f44336;
}

.entry-content > .woocommerce-error, .entry-content > .woocommerce-info, .entry-content > .woocommerce-message {
    margin: 70px 0;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {    
    border: 0;
    color: #fff;
    transition: 0.3s;
}

.woocommerce-message a,.woocommerce-message a:hover {
    color: #fff;
}

.woocommerce-info a,.woocommerce-info a:hover {
    color: #fff;
}

.woocommerce-error a,.woocommerce-error a:hover {
    color: #fff;
}

.woocommerce-message::before,.woocommerce-error::before,.woocommerce-info::before {
    color: #fff;
}

.woocommerce-page .woocommerce-message .button {
    background: #fff;
    border-radius: 45px;
    color: #555;
}

.woocommerce-page .woocommerce-message .button:hover {
    background: #fff;
    color: #555;
}

.woocommerce .return-to-shop a.button {
    color: #555;
    background: none;
    border: 1px solid #b7b7b7;
    border-radius: 45px;
    height: 45px;
    width: 149px;  
    padding-top: 13px;
    text-transform: uppercase;
    margin-bottom: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;  
    outline: 0 !important;
    -webkit-appearance: none; 
}

.woocommerce .return-to-shop a.button:hover {
    background: #39b54a;
    border: 1px solid #39b54a;
    color: #fff;   
}

.wc-proceed-to-checkout a {
    color: #555;
    background: none;
    border: 1px solid #b7b7b7;
    border-radius: 45px !important;
    height: 55px;
    width: 100%;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;  
    outline: 0 !important;
    -webkit-appearance: none;  
}

.wc-proceed-to-checkout a:hover {
    background: #39b54a;
    border: 1px solid #39b54a;
    color: #fff; 
}

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    margin-bottom: 50px;
}

/* checkout page */

.woocommerce-checkout .entry-content .woocommerce {
    margin: 70px 0;
}

.woocommerce-checkout .entry-content .woocommerce h3 {
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #39b54a;
    font-weight: 700;
}

.select2-container--default .select2-selection--single {
    background: transparent;
    border: 1px solid #eceaea;
    color: #a1a1a1;
    font-size: 12px;
    height: 45px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    font-weight: normal;
    border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    top:70%;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}

.woocommerce form .form-row input.input-text {
    background: transparent;
    border: 1px solid #eceaea;
    color: #a1a1a1;
    font-size: 12px;
    height: 45px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    font-weight: normal;
}

.woocommerce h3#order_review_heading {
    margin: 30px 0;    
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: none;
    border: 1px solid rgba(0,0,0,.1);
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    background: #efefef;
}

#add_payment_method #payment div.payment_box::before, 
.woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
   border-top-color: transparent;
    border-top-style: solid;
    border-top-width: 1em;
    border-right-color: transparent;
    border-right-style: solid;
    border-right-width: 1em;
    border-bottom-color: #efefef;
    border-bottom-style: solid;
    border-bottom-width: 1em;
    border-left-color: transparent;
    border-left-style: solid;
    border-left-width: 1em;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
}

.woocommerce-checkout #payment ul.payment_methods li {
    line-height: 40px;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    color: #555;
    background: none;
    border: 1px solid #b7b7b7;
    border-radius: 45px !important;
    height: 50px;
    font-size: 15px;
    width: 100%;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.woocommerce-cart td.product-name a,
.woocommerce-cart td.product-remove a {
	text-decoration: none !important;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background: #39b54a;
    border: 1px solid #39b54a;
    color: #fff;
}

#payment .place-order {
    margin: 30px 0;
}

.woocommerce-checkout #payment ul.payment_methods {
    border-bottom: 0;
}

/* My Account */

.woocommerce-MyAccount-navigation ul {
    list-style-type: none;
}

.woocommerce-MyAccount-navigation ul li {
    padding: 10px 0;
    border-bottom: 1px dotted #dedede;
    width: 70%;
}

.woocommerce-MyAccount-navigation ul li a {
    color: #555;
}

.woocommerce-MyAccount-navigation ul li a:hover {
    color: #39b54a;
}

.woocommerce a.button,.woocommerce input.button {
    color: #555;
    background: #fff;
    border: 1px solid #b7b7b7;
    border-radius: 45px;   
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;  
    outline: 0 !important;
    -webkit-appearance: none;    
}

.woocommerce a.button:hover,.woocommerce input.button:hover {
    background: #39b54a;
    border: 1px solid #39b54a;
    color: #fff;    
}

.woocommerce-MyAccount-content h3 {
    margin-bottom: 20px;
}

/* sidebar */

.woocommerce aside h2 {
    font-size: 16px;
    margin-bottom: 15px;
}

.cart_list.product_list_widget span.quantity {
    font-size: 12px;
}

.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
    border-top: 1px double #ebe9eb;
}

.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
    padding-bottom: 15px;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    color: #555;
    background: #fff;
    border: 1px solid #b7b7b7;
    border-radius: 45px;   
    height: 24px;
    text-transform: uppercase;
    padding: 5px 10px;
    font-size: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;  
    outline: 0 !important;
    -webkit-appearance: none;       
}

.woocommerce .widget_price_filter .price_slider_amount .button:hover {
    background: #39b54a;
    border: 1px solid #39b54a;
    color: #fff;    
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background: none;    
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: none;
    border-top: 1px solid #e6e6e6;
}

.widget_price_filter .price_slider_wrapper {
    margin-top: 25px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background: #39b54a;
    margin-top: -3px;
}

.widget_product_tag_cloud .tagcloud a {
    padding: 3px 10px;
    border: 1px solid #e6e6e6;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
}                        

.woocommerce .widget_shopping_cart .buttons a, .woocommerce.widget_shopping_cart .buttons a {
    padding: 5px 10px;
    font-size: 10px;
    text-decoration: none;
}

.woocommerce aside .search-icon {
    position: relative;
    top:0;
    right: 0;
    float: right;
    margin-top: -32px;
    margin-right: 15px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    z-index: 1;
}

.widget.widget_product_categories ul.children {
    padding-left: 20px;
    padding-top: 10px;
}

.widget.widget_product_categories ul.children li {
    padding: 0;
}

.widget.widget_product_categories ul.children li:before {
    content: "\f0da";
    font-family: FontAwesome;
    padding-right: 5px;
    color: #ababab;
}

.widget_product_tag_cloud .tagcloud a {
    font-size: 12px !important;
}

.woocommerce .widget_layered_nav_filters ul li {
    float: none;
}

/* login */

.woocommerce-form-login .form-row input.button {
    margin: 10px; 
}

.woocommerce form .form-row .input-checkbox {
    margin: 8px 8px 0 0px;
}

.checkout.woocommerce-checkout .form-row label span, .checkout.woocommerce-checkout .form-row label span {
    margin-left: 20px;
}

.woocommerce-form-login .form-row label span {
    margin-left: 10px;
} 

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 1px solid rgba(0,0,0,.1);
}

/* cart widget */

.navbar .menu-widget-cart {
    display: none;
}

.navbar .widget.woocommerce.widget_shopping_cart {
    display: none;
    width: 300px;
    border: 1px solid #e9e9e9;
    padding: 0px 15px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 48px;
    z-index: 2;
    -moz-box-shadow: 5px 5px 5px -5px #c1c1c1;
    -webkit-box-shadow: 5px 5px 5px -5px #c1c1c1;
    box-shadow: 5px 5px 5px -5px #c1c1c1;
    
}

.navbar li.wc-cart-menu a {
	margin-right: 0 !important; 
}

#shop-nav .navbar .widget.woocommerce.widget_shopping_cart {
    top: 50px;
}

.navbar li.woocommerce-mini-cart-item a {
	color: #555;
}

.navbar .widget.woocommerce.widget_shopping_cart p.woocommerce-mini-cart__empty-message {
    margin: 20px 0;
    text-align: center;
}


.navbar .widget.woocommerce.widget_shopping_cart:hover {
    display: block;
}


.navbar .widget.woocommerce.widget_shopping_cart.widget-open {
    display: block;
}

.navbar .widget_shopping_cart .widgettitle {
    font-size: 15px;
    margin: 24px 0;
}

.navbar .mini_cart_item a {
    font-size: 13px;
}

.navbar .cart_list.product_list_widget span.quantity {
    font-size: 11px;
}

.navbar .widget_shopping_cart .cart_list li a.remove {
    top: 5px;
}

.navbar .widget_shopping_cart_content ul {
    margin-top: 20px;
}

.navbar .mini_cart_item a:hover {
    color: #000;
    transition: 0.2s;
}

.navbar .widget_shopping_cart .total {
    font-size: 13px;
}

.navbar .widget.woocommerce.widget_shopping_cart {
    right: -85px;
}

#shop-nav .navbar .widget.woocommerce.widget_shopping_cart {
    right: 0;
}

.navbar .widget.woocommerce.widget_shopping_cart h2.widgettitle {
    display: none;
}

/* shipping form */

.woocommerce form .form-row select {
    background: transparent;
    border: 1px solid #eceaea;
    color: #a1a1a1;
    font-size: 12px;
    height: 45px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    font-weight: normal;
}

.woocommerce button.button {
    color: #555;
    background: none;
    border: 1px solid #b7b7b7;
    border-radius: 45px;
    height: 45px;    
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: 0 !important;
    -webkit-appearance: none;
}

.woocommerce button.button:hover {
    background: #39b54a;
    border: 1px solid #39b54a;
    color: #fff;
}

/* pagination */

.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: #39b54a;
    color: #fff;
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background: none;
}

/* Product Search */

.soma-product-search {
    float: right;
    height: 88px;
}

.soma-product-search:before {
    content: ' ';
    display: inline-block; 
    vertical-align: middle;
}

.soma-product-search form div {
    display: inline-block;
}

.soma-product-search .soma-search-wrap select {
    width: 180px;
    outline: 0 !important;
}

.soma-product-search .soma-search-form input.search-field {
    width: 250px;
    outline: 0 !important;
    -webkit-appearance: none;
}

.soma-product-search .soma-search-form input[type="submit"] {
    width: 120px;
    outline: 0 !important;
    -webkit-appearance: none;
}

.soma-product-search .soma-search-wrap select,.soma-product-search .soma-search-form input {
    height: 45px;
    border: 1px solid #dadada;
    padding: 10px;   
    font-size: 13px;
}

.products-search .soma-blog-search {
    width: 250px;
    float: right;    
}

.products-search .soma-blog-search:before {
    content: ' ';
    display: inline-block; 
    vertical-align: middle;
}

.products-search .soma-blog-search .search-icon {
    position: relative;
    top: 0;
    right: 0;
    float: right;
    margin-top: -32px;
    margin-right: 15px;
}


/* Responsive devices */

@media only screen and (max-width: 480px) {
    .woocommerce-cart-form .coupon input.button {
      margin-top: 20px;
      font-size: 12px;
    }    

    .woocommerce .related.products ul.products li.product, .woocommerce-page .related.products ul.products li.product {
        margin: 0 0px 50px 0px;
    }    
}

@media (max-width: 767px) {
    .woocommerce .related.products ul.products li.product, .woocommerce-page .related.products ul.products li.product {
        margin: 0 0px 50px 0px;
    }

    #shop-nav nav.navbar ul li.right {
        position: relative !important;
        float: none !important;
    }
}
