﻿div.shop .summary .price {
    margin-top: 15px;
    color: #444;
    font-size: 2.5em;
    letter-spacing: -1px;
    line-height: 30px;
}

.summary.entry-summary strong {
    /*font-weight: 500;*/
	font-weight: 700;
}

.summary.entry-summary ul strong { /*Added for A2M*/
    font-weight: 700;
	color: #EC008B;
}

.summary.entry-summary .shorter {
    margin-bottom: 10px;
}

div.shop .review_num {
    float: left;
    margin-right: 15px;
}

div.featured-boxes div.featured-box-cart {
    margin-top: 0;
}

div.featured-box div.box-content {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border-top: 3px solid #33B8FF;
    border-top-width: 3px;
    padding: 30px 30px 30px 30px;
    border-bottom: 1px solid #DFDFDF;
    border-left: 1px solid #ECECEC;
    border-right: 1px solid #ECECEC;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
}

div.featured-boxes.login div.featured-box,
div.featured-boxes.cart div.featured-box {
    text-align: left;
}

div.shop .quantity {
    margin: 0 15px 25px 0;
    overflow: hidden;
    position: relative;
    width: 125px;
    height: 35px;
    float: left;
}

    div.shop .quantity .minus,
    div.shop .quantity .plus {
        background: #f4f4f4;
        border: 1px solid #C8BFC6;
        border-radius: 2px;
        box-shadow: none;
        color: #5E5E5E;
        cursor: pointer;
        display: block;
        font-size: 12px;
        font-weight: bold;
        height: 35px;
        line-height: 13px;
        margin: 0;
        overflow: visible;
        outline: 0;
        padding: 0;
        position: absolute;
        text-align: center;
        text-decoration: none;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
        vertical-align: text-top;
        width: 35px;
    }

    div.shop .quantity .plus {
        right: 0;
        top: 0;
    }

    div.shop .quantity .qty {
        border: 1px solid #CCC;
        box-shadow: none;
        float: left;
        height: 35px;
        padding: 0 39px;
        text-align: center;
        width: 125px;
        font-size: 1em;
    }

        div.shop .quantity .qty::-webkit-inner-spin-button,
        div.shop .quantity .qty::-webkit-outer-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }

        div.shop .quantity .qty::-ms-clear {
            display: none;
        }

div.shop .product_meta {
    clear: both;
}

div.shop div.tabs-product {
    margin-top: 35px;
}

div.shop ul.comments div.comment-arrow {
    border-right-color: #F5F7F7;
}

div.shop ul.comments div.comment-block {
    background: #F5F7F7;
}

/* Cart */
div.shop table.cart {
    width: 100%;
    margin: 0;
    text-align: left;
}

    div.shop table.cart img {
        height: auto;
        width: 55px;
    }

    div.shop table.cart th {
        padding: 8px 10px;
    }

    div.shop table.cart td {
        border-top: 1px solid #DCDCDC;
        padding: 8px 10px;
    }

        div.shop table.cart td.actions {
            padding: 20px 10px;
        }

    div.shop table.cart .remove .icon {
        font-size: 1.5em;
    }

    div.shop table.cart .coupon {
        float: left;
    }

    div.shop table.cart .product-remove {
        width: 1%;
    }

    div.shop table.cart .product-thumbnail {
        width: 7%;
    }

    div.shop table.cart .product-name {
        width: 60%;
    }

    div.shop table.cart .quantity {
        top: 10px;
        position: relative;
    }

div.shop .actions-continue {
    float: right;
}

div.shop .cart-totals {
    width: 100%;
}

    div.shop .cart-totals th {
        border-top: 1px solid #DCDCDC;
        padding: 8px 10px;
    }

    div.shop .cart-totals td {
        border-top: 1px solid #DCDCDC;
        padding: 8px 10px;
    }

    div.shop .cart-totals tr.total .amount {
        font-size: 2em;
        display: block;
        padding-top: 10px;
    }

/* banner_simple */
.shortcode_banner_simple {
    padding: 10px;
    cursor: pointer;
    /*background-size: cover;*/
    -moz-background-size: 105%;
    -o-background-size: 105%;
    background-size: 105%;
    background-position: center;
    margin-bottom: 30px;
    margin-top: 50px;
    clear: both;
    position: relative;
    -moz-transition: background-size 0.2s linear;
    -o-transition: background-size 0.2s linear;
    -webkit-transition: background-size 0.2s linear;
    transition: background-size 0.2s linear;
}

    .shortcode_banner_simple:hover {
        -moz-background-size: 115%;
        -o-background-size: 115%;
        background-size: 115%;
    }

.shortcode_banner_simple_inside {
    padding: 170px 30px;
    text-align: center;
    border: 2px solid #fff;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    .shortcode_banner_simple_inside:hover {
        background: #000;
        opacity: .7;
    }

    .shortcode_banner_simple_inside h3 {
        padding: 0;
        margin: 0;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 21px;
    }

        .shortcode_banner_simple_inside h3 strong {
            font-size: 28px;
        }

        .shortcode_banner_simple_inside h3 a {
            text-decoration: underline;
        }

    .shortcode_banner_simple_inside h4 {
        padding: 0;
        margin: 0;
        text-transform: uppercase;
        font-size: 14px;
    }

        .shortcode_banner_simple_inside h4 a {
            text-decoration: underline;
        }

.shortcode_banner_simple_sep {
    width: 50%;
    height: 2px;
    background: #fff;
    margin: 5px auto;
}

.shortcode_banner_simple_bullet {
    width: 144px;
    height: 144px;
    background: #000;
    position: absolute;
    top: -10px;
    right: 30px;
    -moz-border-radius: 72px;
    -webkit-border-radius: 72px;
    -khtml-border-radius: 72px;
    border-radius: 72px;
    text-align: center;
    display: table;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.3em;
}

    .shortcode_banner_simple_bullet strong {
        font-size: 18px;
        line-height: 1.5em;
    }

    .shortcode_banner_simple_bullet span {
        display: table-cell;
        vertical-align: middle;
        padding: 20px;
    }

.cbp-item-wrapper {
    text-align: center;
}

.shop .nhr-small {
    margin-top: 10px;
}

.shop .nhr-short {
    margin-top: 10px;
}

.shop .nhr-tall {
    margin-top: 10px;
    margin-bottom: 40px;
}

.shopping-cart-widget a {
    padding-left: 10px;
}

/* == SHOP ITEM ACTIONS == */
.col-md-2 .overlay-element {
    max-width: 140px;
}

.overlay-element {
    /*max-width: 220px;*/
    margin: 0 auto;
    position: relative;
}

.overlay-wrapper {
    background: #000;
    position: relative;
	max-width: 98%; /*firefox - fix*/
	max-height: 98%; /*firefox - fix*/
}

    .overlay-wrapper > a {
        border: none;
    }

    .overlay-wrapper img {
        width: auto;
        max-width: 100% !important;
        -webkit-transition: opacity .4s ease;
        transition: opacity .4s ease;
        opacity: 1;
        filter: alpha(opacity=100);
        width: 100%;
		margin-bottom: -1px; /*firefox - fix to prevent border showing through*/
    }

    .overlay-wrapper .overlay-contents {
        position: absolute;
        width: 100%;
        top: 0;
        height: 100%;
        padding: 0 45px;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: opacity .4s ease;
        transition: opacity .4s ease;
        pointer-events: none;
    }

        .overlay-wrapper .overlay-contents * {
            pointer-events: all;
        }

        .overlay-wrapper .overlay-contents > * {
            width: 100%;
            margin-left: -4px;
            position: relative;
            display: inline-block;
            vertical-align: middle;
            z-index: 1;
        }

        .overlay-wrapper .overlay-contents:before {
            content: '';
            display: inline-block;
            height: 100%;
            vertical-align: middle;
        }

    .overlay-wrapper:hover img {
        opacity: .3;
        filter: alpha(opacity=30);
    }

    .overlay-wrapper:hover .overlay-contents {
        opacity: 1;
        filter: alpha(opacity=100);
    }

.shop-item {
    /*margin-bottom: 10px !important;*/
	margin-bottom: 50px; /* A2M */
}

    .shop-item .sale-tag {
        /*height: 54px;*/
		height: 30px; /*Amended for A2M*/
        /*width: 54px;*/
		width: 108px; /*Amended for A2M*/
        position: absolute;
        top: 10px;
        right: 10px;
       	border-radius: 15px; /*27px*/
        line-height: 30px; /*54px*/
        text-align: center;
        background: #EC008B; /*Amended for A2M*/
        color: #FF0; /*Amended for A2M*/
        font-size: 14px; /*18px*/
        text-transform: uppercase;
        font-weight: 700;
        /*letter-spacing: 1px;*/
    }

    .shop-item [class*="-stock-tag"] {
        position: absolute;
        top: 85px;
        width: 100%;
        text-align: center;
        line-height: 28px;
        font-size: 12px;
    }

    .shop-item .low-in-stock-tag {
        background: rgba(230,197,80,0.7);
    }

    .shop-item .out-of-stock-tag {
        background: rgba(230,78,78,0.7);
    }

    .shop-item.shop-item-wishlist h4 {
        font-size: 15px;
        font-weight: normal;
        white-space: nowrap;
        min-height: 18px;
    }

        .shop-item.shop-item-wishlist h4 a {
            position: absolute;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
        }

    .shop-item.shop-item-wishlist .features {
        color: #808080;
        font-size: 12px;
    }

    .shop-item.shop-item-wishlist .overlay-contents {
        padding: 0 20px;
        overflow: hidden;
    }

    .shop-item.shop-item-wishlist .shop-item-actions > * {
        -webkit-transition: margin .4s ease;
        transition: margin .4s ease;
    }

    .shop-item.shop-item-wishlist .shop-item-actions .btn {
        margin: 218px 0 0 0;
        white-space: nowrap;
    }

    .shop-item.shop-item-wishlist .shop-item-actions .close {
        font-size: 16px;
        text-shadow: none;
        color: #b2b2b2;
        opacity: 1;
        line-height: 13px;
        margin-top: -36px;
        margin-right: -9px;
    }

    .shop-item.shop-item-wishlist:hover .shop-item-actions .btn {
        margin-top: 127px;
    }

    .shop-item.shop-item-wishlist:hover .shop-item-actions .close {
        margin-top: -8px;
    }

    .shop-item.shop-item-featured .shop-item-actions .btn,
    .shop-item.shop-item-regular .shop-item-actions .btn {
        margin: 0;
        -webkit-transition: color .4s ease, background .4s ease, border .4s ease, margin .4s ease;
        transition: color .4s ease, background .4s ease, border .4s ease, margin .4s ease;
    }

    .shop-item.shop-item-featured .shop-item-actions .btn-primary,
    .shop-item.shop-item-regular .shop-item-actions .btn-primary {
        margin-bottom: 150px;
    }

    .shop-item.shop-item-featured .shop-item-actions .btn-default,
    .shop-item.shop-item-regular .shop-item-actions .btn-default {
        border-color: #fff;
        background: transparent;
        color: white;
        border: 2px solid #FDFDFD;
        font-weight: 600;
    }

    .shop-item.shop-item-featured .overlay-wrapper:hover .shop-item-actions .btn-primary,
    .shop-item.shop-item-regular .overlay-wrapper:hover .shop-item-actions .btn-primary {
        margin-bottom: 10px;
        background: transparent;
        color: white;
        border: 2px solid #FDFDFD;
        font-weight: 600;
    }

.flipImage > a {
    border-bottom: 0;
    float: left;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
}

    .flipImage > a:hover .backImg {
        -webkit-transform: rotateX(0deg) rotateY(0deg);
        -moz-transform: rotateX(0deg) rotateY(0deg);
        z-index: 10;
        position: absolute;
    }

    .flipImage > a:hover .frontImg {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
    }

.flipImage .frontImg {
    display: block;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform-style: preserve-3d;
    -moz-backface-visibility: hidden;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.flipImage .backImg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-transform: rotateY(-180deg);
    -moz-transform-style: preserve-3d;
    -moz-backface-visibility: hidden;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

/* ==== STRONG HEADER ==== */
.strong-header {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.widget-title {
    text-transform: uppercase;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 1.0em !important;
    font-weight: 700;
    height: 21px;
    line-height: 21px;
    color: rgb(66, 66, 66);
    text-rendering: optimizeLegibility;
    margin-bottom: 20px;
}

.tx-div.small {
    width: 60px;
}

.tx-div {
    display: block;
    height: 3px;
    background-color: #000;
    opacity: 0.1;
    margin: 15px 0 25px;
}

section.featured-clean {
    border: 1px solid rgb(230, 230, 230);
}

.shop .best-products .col-md-3 .shop-top-rated:last-child {
    border-bottom: none;
}

.shop-top-rated {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 9px;
    margin-top: 9px;
}

    .shop-top-rated .item-info-name-price .rating {
        margin-bottom: -10px;
    }

    .shop-top-rated h4 {
        margin-top: -15px !important;
        font-size: 14px;
        font-style: normal;
        font-weight: normal;
        line-height: 20px;
    }

    .shop-top-rated a img {
        width: 50px !important;
    }

    .shop-top-rated .price {
        display: block;
        color: #333333;
    }

.shop-item .price {
    color: #333333;
}

/* ====== A2M SPECIFIC ====== */

.subcat-title {
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	color: #444;
	padding-top: 5px;
}

.subcat-title a{
	color: #444;
}

.subcat-title a:hover{
    color: #00ADEF;
	text-decoration: none;
}

.price-vat {
    color: #999;
	font-weight: 100;
    text-decoration: none;
	font-size: 24px;
}

.vat-small {
	color: #999;
	font-size: 14px;
}
	

/* ====== META INFO ====== */
[class^="item-info"],
[class^="post-info"] {
    margin-top: 14px;
}

    [class^="item-info"] h4,
    [class^="post-info"] h4 {
        margin: 0;
        font-size: 14px;
        font-weight: normal;
        margin-bottom: 3px;
        line-height: 22px;
    }

        [class^="item-info"] h4 a,
        [class^="post-info"] h4 a {
            border-bottom: none;
            /*color: #1a1a1a;*/
			color: color: #00ADEF; /*A2M*/
        }

            [class^="item-info"] h4 a:hover,
            [class^="post-info"] h4 a:hover {
                color: #00ADEF;
               text-decoration: none;
				border-bottom: 1px dotted #00ADEF; /*A2M*/
            }

    [class^="item-info"] .price,
    [class^="post-info"] .price {
        font-weight: bold;
    }

.price-old {
    color: #808080;
    text-decoration: line-through;
}

.shop-top-rated:before,
.shop-top-rated:after {
    content: " ";
    display: table;
}

.shop-top-rated:after {
    clear: both;
}

.shop-top-rated img {
    float: left;
    margin-right: 15px;
}

.shop-top-rated .rating img {
    margin: 0;
}

/* static */
.rating {
    display: inline-block;
    font-size: 0;
    position: relative;
    overflow: hidden;
    left: -1px;
}

    .rating img[src$="on.png"],
    .rating img[src$="off.png"],
    .rating img[src$="half.png"] {
        height: 12px;
    }

    .rating img[src$="on.png"] {
        background: #00ADEF;
    }

    .rating img[src$="off.png"] {
        background: #CCC8C8;
    }

    .rating img[src$="half.png"] {
        background: #00ADEF;
    }

.rate {
    display: inline-block;
    font-size: 0;
    position: relative;
    overflow: hidden;
    left: -1px;
}

    .rate img[src$="on-big.png"],
    .rate img[src$="off-big.png"],
    .rate img[src$="half-big.png"] {
        height: 18px;
    }

    .rate img[src$="on-big.png"] {
        background: #00ADEF;
    }

    .rate img[src$="off-big.png"] {
        background: #CCC8C8;
    }

    .rate img[src$="half-big.png"] {
        background: #00ADEF;
    }

ul.simple-post-list .post-info {
    margin-top: 0px !important;
}

    ul.simple-post-list .post-info a {
        color: #5F5F5F;
    }

select {
    border: 1px solid #E5E7E9;
    border-radius: 3px;
    height: 40px;
    padding: 6px;
    outline: none;
}

aside.sidebar {
    margin-top: 0px;
}