
/*!
HOVER EFFECTS
*/figure img {
    width: 100%;
    max-width: none;
    height: auto;
    -webkit-transition: all .35s;
    transition: all .35s;
    -webkit-backface-visibility: hidden;
}
figure {
    background: #253541;
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 100%}
.mfp-content figure {
    background: 0 0;
}
figure h1, figure h2, figure h3, figure h4, figure h5 {
    color: #fff;
}
figure h3 {
    font-family: Montserrat, 'lato', arial;
}
figure h4 {
    font-size: 1.5rem;
    font-family: 'lato', arial;
}
figure p {
    font-size: 1.2rem;
}
figure figcaption {
    padding: 0;
}
figure figcaption, figure h3, figure h4, figure p {
    margin-top: 0;
    font-weight: 300;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .6);
    -webkit-transition: -webkit-transform .35s;
    -moz-transform: transform .35s;
    -ms-transform: transform .35s;
    transition: transform .35s;
}
figure:hover figcaption, figure:hover h3, figure:hover h4, figure:hover p {
    text-shadow: none;
}
figure h3 span, figure h4 span {
    font-weight: 500;
}
figure h3 a, figure h4 a {
    color: #fff;
    font-weight: 500;
    text-decoration: none;
}
[data-link] {
    cursor: pointer;
}
.tags span {
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
}
.tags span:after {
    content: "/";
    padding-left: 8px;
    padding-right: 4px;
    opacity: .2;
}
.banner .banner-title::after, .banner.banner-bordered:before, figure.he-center::after {
    content: ""}
.tags span:last-child:after {
    display: none;
}
.caption-visible .tags span {
    color: #000;
}
figure .hover-icons {
    height: 100%}
figure .hover-icons .hover-icons-wrapper {
    position: absolute;
    top: 50%;
    height: 40px;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
figure .hover-icons .hover-icons-wrapper a {
    background: #fff;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 .5rem;
    text-align: center;
    color: #232323;
    opacity: 0;
    vertical-align: middle;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translateY(-1rem);
    -moz-transform: translateY(-1rem);
    -ms-transform: translateY(-1rem);
    transform: translateY(-1rem);
}
figure .hover-icons .hover-icons-wrapper h4, figure .hover-icons .hover-icons-wrapper p {
    margin-bottom: 1.5rem;
    opacity: 0;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translateY(-.5rem);
    -moz-transform: translateY(-.5rem);
    -ms-transform: translateY(-.5rem);
    transform: translateY(-.5rem);
}
figure:hover .hover-icons .hover-icons-wrapper a {
    opacity: .8;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
figure .hover-icons .hover-icons-wrapper a i {
    font-size: 18px;
    padding-top: 11px;
}
figure:hover .hover-icons .hover-icons-wrapper a:hover {
    opacity: 1;
    color: #333;
}
figure:hover .hover-icons .hover-icons-wrapper h4, figure:hover .hover-icons .hover-icons-wrapper p {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    text-shadow: none;
}
figure:hover .hover-icons .hover-icons-wrapper h4 {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
figure:hover .hover-icons .hover-icons-wrapper p {
    -webkit-transition-delay: .03s;
    transition-delay: .03s;
}
figure:hover .hover-icons .hover-icons-wrapper a {
    -webkit-transition-delay: .06s;
    transition-delay: .06s;
}
.grid .item figure.he-1 {
    width: 101%}
figure.he-1 a:focus {
    color: #fff;
}
figure.he-1 img {
    width: -webkit-calc(100% + 55px)!important;
    width: calc(100% + 55px)!important;
    margin-left: -50px;
}
figure.he-1 figcaption {
    top: auto;
    bottom: 0;
    height: 50%;
    text-align: left;
    padding: 7%;
    color: #fff;
}
figure.he-1 h1, figure.he-1 h2, figure.he-1 h3, figure.he-1 h4, figure.he-1 p {
    position: absolute;
    margin-bottom: 0;
    bottom: 4rem;
    left: 3rem;
    -webkit-transform: translate3d(0, 2rem, 0);
    transform: translate3d(0, 2rem, 0);
}
figure.he-1 p {
    bottom: 2rem;
    margin-bottom: 0;
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity .2s, -webkit-transform .35s;
    -moz-transform: opacity .2s, transform .35s;
    -ms-transform: opacity .2s, transform .35s;
    transition: opacity .2s, transform .35s;
}
figure.he-1:hover img {
    opacity: .5;
    margin-left: 0;
}
figure.he-1:hover p, figure.he-3:hover img, figure.he-center img {
    opacity: .8;
}
figure.he-1:hover p {
    -webkit-transition-delay: .05s;
    transition-delay: .05s;
}
figure.he-1:hover h3, figure.he-1:hover h4, figure.he-1:hover p {
    transform: translate3d(0, 0, 0);
}
figure.he-1 h3 a:hover, figure.he-1 h4 a:hover {
    color: #fff;
    text-decoration: none;
}
figure.he-1.title-center figcaption {
    height: 100%;
    padding: 0;
}
figure.he-1.title-center h1, figure.he-1.title-center h2, figure.he-1.title-center h3, figure.he-1.title-center h4, figure.he-1.title-center p {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
figure.he-1.title-center h1, figure.he-1.title-center h2, figure.he-1.title-center h3, figure.he-1.title-center h4 {
    bottom: auto;
    top: 50%;
    margin-top: -1rem;
    height: 2rem;
    margin-bottom: 0;
    text-align: center;
    width: 100%}
.owl-carousel figure.he-1 {
    background: #253541;
    margin-bottom: 0;
}
figure.he-1 .caption-dark p, figure.he-1 figcaption.caption-dark, figure.he-1 figcaption.caption-dark h2, figure.he-1 figcaption.caption-dark h3, figure.he-1 figcaption.caption-dark h4 {
    color: #121212;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, .6);
}
figure.he-1:hover .caption-dark p, figure.he-1:hover figcaption.caption-dark h4 {
    text-shadow: none;
}
figure.he-1:hover .caption-dark p, figure.he-1:hover figcaption.caption-dark {
    color: #121212;
}
figure.he-2 a, figure.he-2 h3, figure.he-2 h4, figure.he-2 p {
    text-shadow: none;
    color: #333;
    font-family: Montserrat, arial;
}
figure.he-2 .hover-icons .hover-icons-wrapper {
    margin-top: 0;
}
figure.he-2.caption-visible .hover-icons .hover-icons-wrapper {
    margin-top: -22px;
}
figure.he-2 a {
    line-height: normal;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
figure.he-2 a:hover {
    color: #B76334;
}
figure.he-2:hover img {
    opacity: .8;
    -webkit-transform: translateY(-2rem);
    -moz-transform: translateY(-2rem);
    -ms-transform: translateY(-2rem);
    transform: translateY(-2rem);
}
figure.he-2 figcaption {
    top: auto;
    bottom: 0;
    padding: .8em;
    height: 4em;
    background: #fff;
    color: #3c4a50;
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
figure.he-center p, figure.he-center ul, figure.he-center-2 p, figure.he-center-2 ul {
    padding-left: 0;
    text-align: center;
}
figure.he-center ul li, figure.he-center-2 ul li {
    padding-right: .5rem;
}
figure.he-2 h3, figure.he-2 h4 {
    float: left;
    display: inline-block;
}
figure.he-2 p.icon-links a {
    float: right;
    color: #3c4a50;
    font-size: 1.4em;
}
figure.he-2:hover p.icon-links a:focus, figure.he-2:hover p.icon-links a:hover {
    color: #252d31;
}
figure.he-2 h3, figure.he-2 h4, figure.he-2 p.icon-links a {
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
}
figure.he-2, figure.he-center .tags, figure.he-center p {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
}
figure.he-2 h4 {
    line-height: 37px;
}
figure.he-2:hover figcaption, figure.he-2:hover h3, figure.he-2:hover h4, figure.he-2:hover p.icon-links a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
figure.he-2:hover h3, figure.he-2:hover h4 {
    margin-bottom: 0;
    -webkit-transition-delay: .05s;
    transition-delay: .05s;
}
figure.he-2 p.icon-links a {
    margin: 0 .7rem;
    margin-top: 6px;
}
figure.he-2:hover p.icon-links a:nth-child(3) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}
figure.he-2:hover p.icon-links a:nth-child(2) {
    -webkit-transition-delay: .15s;
    transition-delay: .15s;
}
figure.he-2:hover p.icon-links a:first-child {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}
figure.he-2.no-caption .hover-icons {
    margin-top: 0;
}
figure.he-2 .hover-icons .hover-icons-wrapper p {
    font-size: 1.4rem;
    margin-bottom: 0;
    font-weight: 300;
    letter-spacing: 1px;
}
figure.he-2.caption-center figcaption {
    height: auto;
    position: absolute;
}
figure.he-2.caption-center figcaption h3, figure.he-2.caption-center figcaption h4, figure.he-2.caption-center figcaption p {
    text-align: center;
    display: block;
    float: none;
}
figure.he-2.caption-center figcaption p {
    margin-bottom: 0;
}
figure.he-2.caption-center figcaption h3, figure.he-2.caption-center figcaption h4 {
    margin-bottom: .8rem;
    text-transform: uppercase;
}
figure.he-2.caption-center figcaption h4 {
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: .3rem;
}
figure.he-2.caption-center figcaption p {
    font-size: .9rem;
    font-weight: 400;
    color: rgba(0, 0, 0, .7);
}
figure.he-2.caption-center .hover-icons .hover-icons-wrapper {
    margin-top: -32px;
}
figure.he-2.caption-visible figcaption, figure.he-2.caption-visible h3, figure.he-2.caption-visible h4, figure.he-2.no-caption figcaption {
    margin-bottom: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
figure.he-2.caption-visible:hover img, figure.he-2.no-caption:hover img {
    transform: scale(1.05);
}
figure.he-2 {
    width: 100.05%!important;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .15);
    transition: all .2s ease-in-out;
}
figure.he-2:hover {
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .2);
}
figure.he-3 {
    width: 101%}
figure.he-3 .hover-icons .hover-icons-wrapper {
    height: auto;
}
figure.he-4 {
    background: 0 0!important;
}
.black-white-effect, .black-white-effect img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.black-white-effect:hover, .black-white-effect:hover img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    filter: none;
}
figure.he-center a:focus {
    color: #fff;
}
figure.he-center .title {
    text-align: center;
    margin-bottom: 0;
    margin-top: -16px;
}
figure.he-center figcaption {
    top: auto;
    bottom: 0;
    height: 55%;
    color: #fff;
    z-index: 3;
}
figure.he-center h2 {
    margin-top: 0;
    color: #fff;
}
figure.he-center h3 {
    font-size: 1.3em;
    line-height: 2.2rem;
    color: #fff;
}
figure.he-center figcaption p {
    color: rgba(255, 255, 255, .9);
    font-weight: 500;
    text-align: center;
}
figure.he-center:hover img, figure.he-center:hover p, figure.he-center:hover ul {
    opacity: 1;
}
figure.he-center .tags, figure.he-center p {
    opacity: 0;
    display: block;
    transition: all .2s ease-in-out;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
}
figure.he-center:hover .tags, figure.he-center:hover p {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
figure.he-center:hover figcaption, figure.he-center:hover h3, figure.he-center:hover h4, figure.he-center:hover p {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .6);
}
figure.he-center::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
figure.he-center:hover::after {
    opacity: .3;
}
@media (max-width:768px) {
    figure.he-center h3 {
    font-size: 1.1em;
    line-height: 1.8rem;
}
}figure.he-center-2 a:focus {
    color: #fff;
}
figure.he-center-2 img {
    opacity: 1;
}
figure.he-center-2 figcaption>i {
    text-align: center;
    font-size: 2rem;
}
figure.he-center-2 .title {
    text-align: center;
    margin-bottom: 0;
    margin-top: -16px;
}
figure.he-center-2 figcaption {
    top: auto;
    bottom: 0;
    height: 55%;
    color: #fff;
}
#demo-canvas, .banner, .banner-img {
    width: 100%;
    height: 100%}
figure.he-center-2 h2 {
    margin-top: 0;
}
figure.he-center-2 h3 {
    font-size: 1.3em;
    line-height: 2.2rem;
}
figure.he-center-2 figcaption p {
    color: rgba(255, 255, 255, .9);
    font-weight: 500;
    text-align: center;
}
.banner, .banner h1, .banner h2, .banner h3, .banner h4, .banner h5 {
    color: #fff;
}
figure.he-center-2:hover img {
    opacity: .2;
}
figure.he-center-2:hover p, figure.he-center-2:hover ul {
    opacity: 1;
}
figure.he-center-2 .tags, figure.he-center-2 figcaption>i {
    opacity: 0;
    display: block;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
}
figure.he-center-2:hover .tags {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
figure.he-center-2 .title {
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(-5px);
}
figure.he-center-2:hover .title, figure.he-center-2:hover figcaption>i {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
#shop.shop-list {
    margin: 0 2rem;
}
.section-header~#shop {
    margin-top: 35px;
}
.product-cat {
    min-height: 10rem;
    background: #fff;
    margin-bottom: 2rem;
}
.shop-categories {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}
#demo-canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.banner {
    overflow: hidden;
    position: relative;
    text-align: center;
    display: table;
    margin-bottom: 2rem;
}
.banner p {
    color: rgba(255, 255, 255, .75);
    margin-top: .7rem;
    font-weight: 300!important;
    font-family: 'lato', arial;
    letter-spacing: 1px;
}
.banner-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    transition: all .5s ease-in-out;
}
.banner:hover .banner-img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.banner .banner-wrapper {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    padding: 3.5rem 2rem;
    z-index: 2;
}
.banner .banner-wrapper .title {
    padding-top: 0;
    margin-bottom: 10px;
}
.banner .banner-title {
    position: relative;
    padding-bottom: 1rem;
    margin-bottom: .8rem;
    margin-top: 1rem;
    line-height: 1.6;
    font-family: Montserrat;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}
.banner .banner-title::after {
    background: #fff;
    position: absolute;
    height: 2px;
    width: 10%;
    left: 50%;
    margin-left: -5%;
    bottom: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.categories .sizes li, .shop-breadcrumb ul li a, .sizes li span {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}
.banner:hover .banner-title::after {
    width: 20%;
    margin-left: -10%}
.banner .banner-info {
    position: relative;
    font-size: 1.15rem;
    color: rgba(255, 255, 255, .8);
    line-height: 1.7;
    margin: 1rem 0 .8rem;
    display: block;
}
.banner-sm .banner-wrapper {
    padding: 2rem 0;
}
.banner-lg .banner-wrapper {
    padding: 5rem 0;
}
.banner-hg .banner-wrapper {
    padding: 8rem 0;
}
.banner.banner-tall {
    min-height: 500px;
}
.banner.banner-bordered:before {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 3;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border: 2px solid rgba(255, 255, 255, .9);
}
.quickview, .sort-options .select-filters .btn-group.select-filter {
    width: auto;
}
.banner.banner-bordered .banner-wrapper {
    padding: 3.5rem 3rem;
}
.shop-breadcrumb {
    float: left;
    margin-right: 2rem;
    margin-top: 7px;
}
.shop-breadcrumb ul {
    padding-left: 0;
}
.shop-breadcrumb ul li {
    color: #rgba(10,37,62,0.5);
    list-style: none;
    display: inline-block;
	font-weight: 400 !important;
	font-size: 0.9286rem;
}
.shop-breadcrumb ul li a {
    color: #124371;
    font-size: 0.9286rem;
    transition: all .3s ease-out;
	font-weight: 400 !important
}
.shop-breadcrumb ul li a:hover {
    color: #rgba(10,37,62,0.5);
}
.shop-breadcrumb ul li a::after {
    color: #999;
    content: "\f105";
    padding-left: 8px;
    padding-right: 6px;
    opacity: .5;
    display: inline-block;
    font-family: FontAwesome;
}
.product .dots::after, .product .product-info::after {
    content: "";
    clear: both;
}
.product-single .product-quick-desc, .quickview .product-quick-desc {
    font-family: Satisfy, 'lato', arial;
}
.sort-options {
    margin: 1rem 0 2rem;
}
.product-single .sort-options {
    margin: 0 0 0 0;
}
.sort-options .shop-result-count {
    float: right;
    font-size: 1rem;
    padding-right: 0;
    color: rgba(18, 67, 113, 1);
    margin: 0;
    padding-top: 7px;
}
.sort-options .select-filters .select-filter ul li a {
    padding: 10px;
}
.sort-options .select-filters .select-filter ul li a:hover {
    background: #ffcd18;
    color: #fff;
}
.sort-options .select-filters {
    margin: 0 0 0 1.625em;
    float: right;
}
.products-sidebar, .products-sidebar .select-filters h3 {
    margin-bottom: 2rem;
}
.sort-options .select-filters .select-filter ul li a:before {
    display: none;
}
.sort-options .view-switcher {
    float: left;
    margin-top: 6px;
    font-size: 1.1rem;
}
.products-sidebar {
    position: relative;
    padding-right: 3rem;
}
.products-sidebar .filter-element:not(:first-child) {
    margin-top: 3rem;
}
.products-sidebar ul {
    padding-left: 0;
    list-style: none;
}
.products-sidebar #amount {
    border: 0;
    color: rgba(18, 67, 113, 1);
    display: inline-block;
    font-weight: 500;
	font-size: 1.143rem;
}
.products-sidebar .widget:last-child {
    border-bottom: none;
}
.products-sidebar .select-filter {
    margin: 0 0 1.5rem;
}
.products-sidebar .select-filter:last-child {
    margin-bottom: 0;
}
.products-sidebar .products-categories a {
    font-weight: 500;
}
.products-sidebar .products-categories a small {
    font-weight: 400;
    font-size: 90%;
    padding-left: .5rem;
}
.extended-product {
    padding: 0;
    width: 100%;
    min-height: 500px;
    margin-left: 0;
    margin-right: 0;
    overflow-x: hidden;
}
.extended-product .extended-product-desc, .extended-product .extended-product-img {
    padding-left: 0;
    padding-right: 0;
}
.extended-product .extended-product-desc-wrapper {
    margin: 30px;
}
.extended-product .extended-product-desc .product-single {
    padding: 30px;
}
.extended-product .extended-product-desc .extended-product-desc-wrapper {
    margin-left: 0;
}
.extended-product .extended-product-img~.extended-product-desc .extended-product-desc-wrapper {
    margin-right: 0;
    margin-left: 30px;
}
.extended-product .extended-product-desc p {
    font-size: 1.286rem;
	font-weight: 300;
}
.extended-product .extended-product-img {
    min-height: 550px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.extended-product .extended-product-img img {
    width: 100%}
.extended-product .product-top-info {
    border-bottom: none!important;
    margin-bottom: 0;
}
.extended-product .btn {
    margin-top: 2.5rem;
}
.extended-product .product-single img {
    margin: auto;
    margin-bottom: 2.5rem;
    width: 100%}
.extended-product .product-single .product-rating img {
    margin: auto;
    margin-bottom: 2.5rem;
    width: auto !important; }
.extended-product.extended-product-first .extended-product-desc-wrapper {
    margin-top: 0;
}
.extended-product.extended-product-last .extended-product-desc-wrapper {
    margin-bottom: 0;
}
.extended-product.extended-third .extended-product-desc .extended-product-desc-wrapper, .extended-product.extended-third .extended-product-img-wrapper {
    margin: 30px 10px 0;
}
.extended-product.extended-third>div:first-child .extended-product-desc-wrapper, .extended-product.extended-third>div:first-child .extended-product-img-wrapper {
    margin-left: 0;
    margin-right: 15px;
}
.extended-product.extended-third>div:last-child .extended-product-desc-wrapper, .extended-product.extended-third>div:last-child .extended-product-img-wrapper {
    margin-left: 15px;
    margin-right: 0;
}
.extended-product.extended-alone .extended-product-img-wrapper {
    margin-top: 30px;
}
.checklist li {
    font-size: 1.143rem;
    font-weight: 500;
    list-style: none;
    padding: 7px 0 7px 23px!important;
}
.checklist li span {
    float: left;
    width: 13px;
    height: 13px;
    margin-left: -23px;
    margin-top: 4px;
    border: 1px solid #999;
    position: relative;
}
.checklist a .x, .checklist a .y {
    height: 2px;
    background: #rgba(10,37,62,0.5);
    display: block;
}
.categories .sizes li, .sizes li span {
    transition: all .3s ease-out;
}
.checklist li a, .checklist li a:hover {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}
.checklist li a {
    color: #124371!important;
    display: block;
    text-decoration: none;
    transition: all .3s ease-out;
}
.checklist li.checked a {
    color: #rgba(10,37,62,0.5);
}
.checklist li a:hover {
    color: #222;
    transition: all .3s ease-out;
}
.categories a:hover span, .panel-heading a, .sizes a:hover span {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
}
.checklist a:hover span {
    border-color: #0a253e;
}
.categories a:hover span, .sizes a:hover span {
    border-color: #a6aab3;
    transition: all .3s ease-out;
}
.checklist a span span {
    border: none;
    margin: 0;
    float: none;
    position: absolute;
    top: 0;
    left: 0;
}
.checklist a .x {
    width: 0;
    top: 6px;
    left: 2px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 50ms ease-out;
}
.checklist a .x.animate {
    width: 4px;
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -ms-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
}
.checklist a .y {
    width: 0;
    top: 4px;
    left: 3px;
    -ms-transform: rotate(13deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all 50ms ease-out;
}
.checklist a .y.animate {
    width: 8px;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -ms-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
}
.checklist .checked span {
    border-color: #0a253e;
}
.product {
    /*background: #efefef;*/
	border: 1px solid #efefef;
    padding-bottom: .3rem;
    position: relative;
    padding-top: 1.5rem;
    margin-bottom: 1.8rem;
}
.owl-carousel .product {
    margin-bottom: 0;
}
.product .product-wrapper {
    position: relative;
    overflow: hidden;
    margin-bottom: 2em;
    padding-left: 0;
}
.product .product-wrapper li {
    list-style: none;
    padding-top: 2.5rem;
    padding-bottom: 1.7rem;
    position: absolute;
    top: 0;
    left: 25%;
    height: 100%;
    width: 50%}
.product .product-wrapper li img {
    opacity: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform, opacity;
    -webkit-transform: translateX(200%) scale(.7);
    -moz-transform: translateX(200%) scale(.7);
    -ms-transform: translateX(200%) scale(.7);
    -o-transform: translateX(200%) scale(.7);
    transform: translateX(200%) scale(.7);
    -webkit-transition: -webkit-transform .4s, opacity .4s;
    -moz-transition: -moz-transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s;
    display: block;
    width: 100%}
.product .product-wrapper li.selected {
    z-index: 2;
    position: relative;
    opacity: 1!important;
    -webkit-transform: translateX(0) scale(1);
    -moz-transform: translateX(0) scale(1);
    -ms-transform: translateX(0) scale(1);
    -o-transform: translateX(0) scale(1);
    transform: translateZ(0) scale(1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.product .product-wrapper li.selected img {
    position: relative;
    opacity: 1;
    -webkit-transition: -webkit-transform .4s, opacity .4s;
    -moz-transition: -moz-transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s;
    -webkit-transform: translateZ(0) scale(1.3);
    transform: translateZ(0) scale(1.3);
}
.product .product-wrapper li.move-left img {
    opacity: .3!important;
    -webkit-transform: translateX(-100%) scale(.7);
    -moz-transform: translateX(-100%) scale(.7);
    -ms-transform: translateX(-100%) scale(.7);
    -o-transform: translateX(-100%) scale(.7);
    transform: translateX(-100%) scale(.7);
}
.product .product-wrapper li.move-right img {
    opacity: .3!important;
    -webkit-transform: translateX(100%) scale(.7);
    -moz-transform: translateX(100%) scale(.7);
    -ms-transform: translateX(100%) scale(.7);
    -o-transform: translateX(100%) scale(.7);
    transform: translateX(100%) scale(.7);
}
.product .product-wrapper li.hide-left img {
    -webkit-transform: translateX(-200%) scale(.7);
    -moz-transform: translateX(-200%) scale(.7);
    -ms-transform: translateX(-200%) scale(.7);
    -o-transform: translateX(-200%) scale(.7);
    transform: translateX(-200%) scale(.7);
}
.product .dots {
    position: absolute;
    z-index: 20;
    bottom: 70px;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: .2em;
    opacity: 0;
    webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.product .dots::after {
    display: table;
}
.dots:hover, .product:hover .dots {
    opacity: 1;
}
.product .dots li {
    display: inline-block;
    float: left;
    margin: 0 5px;
    pointer-events: none;
}
.product .dots li.selected a {
    background: #2f2933;
    border-color: #2f2933;
}
.product .dots a {
    display: block;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    border: 1px solid #999999;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: border-color .2s, background-color .2s;
    -moz-transition: border-color .2s, background-color .2s;
    transition: border-color .2s, background-color .2s;
}
.no-touch .product:hover li.move-left img, .no-touch .product:hover li.move-right img {
    opacity: .3;
}
.product .product-overlay {
    position: absolute;
    top: 0px;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 2.5rem;
    padding: 1.3rem 1.6rem;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.product .product-overlay i {
    display: block;
    margin-top: 0;
    font-size: 20px;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, .7);
}
.product .product-overlay p {
    text-align: center;
    width: 100%;
    margin-top: 0;
    font-size: 13px;
    font-weight: 500;
}
.product .product-overlay .product-quickview, .product .product-overlay .product-wishlist {
    cursor: pointer;
}
.product .product-overlay .product-quickview i, .product .product-overlay .product-wishlist i {
    margin-top: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.product:hover .product-overlay {
    top: 0;
    opacity: 1;
    bottom: 0;
}
.product:hover .product-overlay .product-quickview i, .product:hover .product-overlay .product-wishlist i {
    margin-top: 0;
}
.product .product-overlay .product-quickview a {
    color: #124371;
}
.product .product-overlay .product-quickview i {
    float: left;
}
.product .product-overlay .product-wishlist i {
    float: right;
}
.product .product-overlay .product-wishlist i.fa-heart {
    color: #rgba(10,37,62,0.5);
}
.product .product-info {
    padding: 0 1.6em .5rem 1.6rem;
    position: relative;
	color: #124371 !important;
}
.product .product-info::after {
    display: table;
}
.product .product-info .product-name {
    font-size: 1.071rem;
    font-weight: 400;
    margin-bottom: 0;
    line-height: normal;
    float: left;
}
.product .product-info .product-new-price, .product .product-info .product-price {
    font-weight: 400;
    font-size: 1.071rem;
    float: right;
    margin-bottom: 0;
    line-height: normal;
}
.product .product-info .product-price {
    color: #124371;
    position: relative;
    -webkit-transition: color .2s;
    -moz-transition: color .2s;
    transition: color .2s;
}
.product .product-info .product-price::after {
    content: '';
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    height: 2px;
    width: 0;
    background-color: #353535;
    opacity: 0;
    -webkit-transition: width .2s 0s, opacity 0 .2s;
    -moz-transition: width .2s 0s, opacity 0 .2s;
    transition: width .2s 0s, opacity 0s .2s;
}
.product .product-info .product-price.on-sale::after {
    opacity: 1;
    width: 100%;
    -webkit-transition: width .2s 0s, opacity 0s 0s;
    -moz-transition: width .2s 0s, opacity 0s 0s;
    transition: width .2s 0s, opacity 0s 0s;
}
.product .product-info .product-new-price {
    color: #B76334;
    opacity: 0;
    margin-right: .6rem;
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
    -webkit-transition: -webkit-transform .2s, opacity .2s;
    -moz-transition: -moz-transform .2s, opacity .2s;
    transition: transform .2s, opacity .2s;
}
.product .product-info .product-new-price.is-visible {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.product .product-info .add-to-cart, .product .product-info .view-cart {
    display: block;
    position: absolute;
    right: 1.6rem;
    top: 2px;
    color: #B76334;
    float: right;
    opacity: 0;
    font-size: 1rem;
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.product:hover .product-info .add-to-cart, .product:hover .product-info .view-cart {
    opacity: 1;
    top: 0;
}
.product .product-rating {
    float: left;
    font-size: 0.9rem;
    opacity: .5;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
}
#different-address-info>div, .section-checkout .coupon-wrapper form>div {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
}
.product:hover .product-rating {
    opacity: .8;
}
.no-js .move-left, .no-js .move-right {
    display: none;
}
.products-list .pagination-wrapper {
    margin: 3rem auto 4rem;
    font-weight: 500;
}
.quickview {
    max-width: 850px;
    position: relative;
    background: #FFF;
    margin: 0 auto;
}
.quickview .product-name {
	font-family: 'Roboto', arial;
    font-size: 1.857rem;
    font-weight: 400;
	color: #124371;
}
.quickview .product-quick-desc {
    color: #999;
	font-family: 'Roboto';    
    font-size: 1.286rem;
    font-weight: 300;
    margin-bottom: .2rem;
}
.quickview .product-price {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    padding-bottom: .8rem;
    border-bottom: 1px solid #efefef;
	color: #124371;
	font-size: 1.857rem;
	font-weight: 400;
}
.quickview .product-buttons {
    margin-top: 1rem;
    margin-bottom: 1.8rem;
    padding-bottom: 1.2rem;
    border-bottom: 1px solid #efefef;
}
.quickview .product-buttons .quantity {
    float: left;
    margin-right: 1.4rem;
}
.quickview .flexslider {
	border: 1px solid #efefef;
    background: #fff
}
.quickview .quickview-title {
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    float: left;
    margin-right: 1rem;
    margin-bottom: 0;
    padding-top: 3px;
}
.quickview .tags a {
    font-size: .75rem;
    padding: 2px 8px;
}
.quickview .btn {
    font-size: 1rem;
}
.quickview .slides {
    padding: 1.5rem 0;
}
.table-cart {
    background: 0 0;
}
.table-buy {
    background: 0 0;
	color: #999 !important;
}
.product-single .product-info #info .table-buy > thead > tr > th { border-bottom: none !important;}
.table-buy > thead > tr > th::after {border-bottom: none !important;}
.table-cart img {
    height: 100%;
    max-height: 100px;
}
.table-buy img {
    height: 100%;
    max-height: 80px;
}
.table-cart th {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: .85rem;
}
.table-buy th {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: .85rem;
	color: #124371;
}
.table-cart td:last-child, .table-cart th:last-child {
    width: 50px;
    padding: 0;
}
.table-buy td:last-child, .table-buy th:last-child {
    width: 100px;
    padding: 0;
}
.table-cart.table>tbody>tr {
    border-top: 1px dashed rgba(239, 239, 239, 0.5);
    text-align: left;
}
.table-buy.table>tbody>tr {
    border-top: 1px dashed rgba(239, 239, 239, 0.5);
    text-align: left;
}
.table-cart.table>tbody>tr:first-child {
    border-top: none;
}
.table-buy.table>tbody>tr:first-child {
    border-top: none;
}
.table-cart .product-add-cart, .table-cart .product-name, .table-cart .product-price, .table-cart .product-remove, .table-cart .product-stock, .table-cart .product-total {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    font-size: 1.1rem;
}
.table-buy .product-data, .table-buy .product-price, .table-buy .product-remove, .table-buy .product-stock, .table-buy .product-total {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    font-size: 1.1rem important;
}
.table-cart .product-qty {
    padding-top: 2.4rem;
}
.table-buy .product-qty {
    padding-top: 2.4rem;
}
.table-cart .product-thumbnail {
    padding-left: 0;
}
.table-buy .product-thumbnail {
    padding-left: 0;
}
.cart-wrapper {
    color: #efefef;
    background: #0a253e;
    padding: 1.3rem 1.3rem .5rem;
}
.cart-wrapper input[type=radio]+label {
    color: rgba(239, 239, 239, .7);
}
.cart-wrapper input[type=radio]:checked+label {
    color: #fff;
}
.cart-wrapper h3, .cart-wrapper h4 {
	font-family: 'Roboto', arial;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1rem;
    border-bottom: 1px solid rgba(239, 239, 239, 0.5);
    padding-bottom: 1.2rem;
    margin-top: 0;
	font-size: 2.857rem !important;
}
.checkout h4 {font-size: 2rem !important;}
.cart-wrapper ul {
    padding-left: 0;
}
.cart-wrapper ul li {
    list-style: none;
}
.cart-wrapper table {
    background: 0 0;
    overflow: hidden;
}
.cart-wrapper table td {
	
    border: none!important;
    color: rgba(239, 239, 239, .7);
    padding: 1rem 0!important;
    height: 100%;
    vertical-align: middle!important;
}
.cart-wrapper table tr td:first-child {
    font-weight: 300;
    font-size: 1.1rem;
    width: 45%}
.cart-wrapper table tr.cart-item td:first-child {
    font-weight: 400;
    font-size: 1rem;
}
.cart-wrapper .cart-subtotal td:first-child, .cart-wrapper .cart-total td:first-child, .cart-wrapper .cart-transport td:first-child {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1rem;
    font-weight: 500;
}
.cart-wrapper table label {
    font-weight: 300;
    color: #fff;
}
.cart-wrapper input[type=radio]+label::before {
    background: #FFF;
    border: none;
}
#main-content .cart-wrapper input[type=radio]+label::after {
    background-image: url(../../img/form/cd-icon-radio-acqua.svg);
    background-color: #fff!important;
}
.cart-wrapper .cart-subtotal td:last-child {
	font-size: 1.143rem;
    color: rgba(239, 239, 239, .7);
}
.cart-wrapper .cart-total td:last-child {
	color: #fff;
    font-size:  1.429rem;
    font-weight: 400;
}
.cart-wrapper .btn {
    font-size: .9rem;
    margin-bottom: 0;
}
.cart-wrapper .btn-cart {
    margin-right: 13px;
}
.cart-wrapper .btn-checkout {
    margin-right: 0;
}
.cart-wrapper .btn-default.btn-bordered {
    color: #fff;
}
.cart-wrapper .btn-default.btn-bordered:hover {
    color: #343434;
}
.coupon-wrapper {
    padding: 1.3rem;
    background: #efefef;
    margin-bottom: 2rem;
}
.coupon-wrapper form {
    margin-top: 1.2rem;
}
.coupon-wrapper h3 {
	font-family: 'Roboto', arial;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 1.2rem;
    margin-top: 0;
	font-size: 2.857rem !important;
}
.coupon-wrapper .btn, .coupon-wrapper .form-control {
    height: 36px;
    border: none!important;
}
.coupon-wrapper .btn {
    margin-right: 0;
    font-weight: 500;
    font-size: .9rem;
}
#cart-quickview {
    display: none;
    position: absolute;
    right: 30px;
    background: #0a253e!important;
    width: 260px;
    padding-left: 0;
    padding: 0 1rem;
    box-shadow: 2px 1px 4px 1px rgba(0, 0, 0, .1);
}
#cart-quickview li {
    list-style: none;
    display: block;
}
#cart-quickview table {
    margin-bottom: 0;
}
#cart-quickview table, #cart-quickview table td, #cart-quickview table td a, #cart-quickview table td a i {
    color: #fff!important;
}
#cart-quickview .table-cart.table>tbody>tr:first-child {
    border-top: none;
}
#cart-quickview .table-cart.table>tbody>tr {
    border-top: 1px solid rgba(255, 255, 255, .2);
}
#cart-quickview table td {
    padding: 1rem 0;
}
#cart-quickview table td a {
    height: auto!important;
}
#cart-quickview table .product-thumbnail {
    width: 70px;
    padding-right: .6rem;
}
#cart-quickview table .product-thumbnail img {
    border-radius: 45px;
    border-radius: 50%;
    width: 100%;
    height: auto;
}
#cart-quickview .table-cart .product-name, #cart-quickview .table-cart .product-price, #cart-quickview .table-cart .product-qty {
    font-size: .9rem;
    display: block;
}
#cart-quickview .product-name {
    font-weight: 500;
}
#cart-quickview .product-price, #cart-quickview .product-qty {
    padding-top: .3rem;
    color: rgba(255, 255, 255, .7);
}
#cart-quickview .product-qty {
    padding-top: 0;
}
#cart-quickview .product-remove {
    padding: 0;
    width: 5px;
    vertical-align: top;
    padding-top: .8rem;
}
#cart-quickview .product-remove a {
    float: right;
    vertical-align: top;
}
#cart-quickview .btn {
    display: block;
    height: auto;
    margin-bottom: .7rem;
}
#cart-quickview .cart-total {
    margin-bottom: 1rem;
}
#cart-quickview .cart-total span {
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    color: rgba(255, 255, 255, .7);
}
#cart-quickview .cart-total span.cart-total-value {
    text-align: right;
    float: right;
    color: #fff;
}
#cart-quickview .cart-empty {
    padding-top: .8rem;
    color: #fff;
    margin-bottom: .8rem;
}
#ship-different-address h4 {
    margin-right: 1rem;
}
#different-address-info {
    display: none;
}
#different-address-info>div {
    opacity: 0;
    transition: all .3s ease-in-out;
}
#different-address-info.ship-visible>div {
    opacity: 1;
}
.cart-wrapper.checkout .cart-item span {
    font-weight: 400;
    font-size: 1rem;
    padding-left: .3rem;
}
#payment-methods {
    margin-bottom: 1.5rem;
}
#payment-methods label {
    font-weight: 500;
    padding-left: 2rem;
    font-size: 1.2rem;
}
#payment-methods p {
    color: rgba(255, 255, 255, .6);
    font-size: .95rem;
}
#payment-methods img {
    display: inline-block;
    padding-left: .8rem;
    margin-top: -6px;
}
.section-checkout .coupon-wrapper form, .section-checkout .login-wrapper form {
    display: none;
}
#toggle-coupon {
    margin-bottom: 0;
}
#toggle-coupon a {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1rem;
}
.section-checkout .coupon-wrapper form>div {
    opacity: 0;
    transition: all .3s ease-in-out;
}
.section-checkout .coupon-wrapper form.coupon-visible>div {
    opacity: 1;
}
.login-wrapper {
    padding: 1.3rem;
    background: #efefef;
    margin-bottom: 2rem;
}
.login-wrapper form {
    margin-top: 1.2rem;
}
.login-wrapper h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 1.2rem;
    margin-top: 0;
}
.login-wrapper .btn, .login-wrapper .form-control {
    height: 36px;
    border: none!important;
}
.login-wrapper .btn {
    margin-right: 0;
    font-weight: 500;
    font-size: .9rem;
}
#toggle-login a, .wishlist .table-cart .product-name {
    font-weight: 400;
}
#toggle-login {
    margin-bottom: 0;
}
#toggle-login a {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1rem;
}
.login-wrapper form>div {
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.login-wrapper form.login-visible>div {
    opacity: 1;
}
.wishlist .table-cart.table>tbody>tr:first-child>td {
    border-top: none;
}
.wishlist .table-cart td:first-child {
    width: 50px;
    padding: 0;
}
.wishlist .table-cart .product-thumbnail {
    min-width: 120px;
}
#shop .product-single {
    padding-bottom: 60px;
    margin-top: 150px;
}
.product-single .product-name {
	font-family: 'Roboto', arial;
    font-size: 1.571rem;
    font-weight: 500;
	text-transform: uppercase;
	color: #124371;
}
.product-single .product-quick-desc {
	font-family: 'Roboto', arial;
    color: #999999;
    font-size: 1.286rem;
    font-weight: 300;
    margin-bottom: .2rem;
}
.product-top-info {
    border-bottom: 1px solid #efefef;
    margin-bottom: 1rem;
}
.product-logo {max-width: 200px;}
.product-top-desc p{color: #124371 !important;}
.product-top-info:after, .product-top-info:before {
    display: table;
    content: " "}
.product-single .product-price {
    float: left;
    font-size: 1.714rem;
    margin-bottom: 0;
    padding-bottom: .5rem;
    border-bottom: none;
	color: #124371;
	font-weight: 400;
}
.product-single .product-rating {
    float: right;
    padding-top: 12px;
}
.product-single .product-rating .rating, .product-single .product-rating a {
    float: left;
}
.product-single .product-rating .rating {
    padding-top: 2px;
}
.product-single .product-rating a {
    padding-left: .5rem;
}
.product-single .product-buttons {
    margin-top: 1.5rem;
}
.product-single .product-buttons .quantity {
    float: left;
    margin-right: 1.4rem;
}
.product-single .flexslider figure {
    background: #efefef;
}
.product-single .quickview-title {
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    float: left;
    margin-right: 1rem;
    margin-bottom: 0;
    padding-top: 3px;
}
.product-single .tags a {
    font-size: .75rem;
    padding: 2px 8px;
}
.product-single .btn {
    font-size: 1rem;
}
.product-single .product-wishlist {
    font-size: 1rem;
    display: inline-block;
    color: rgba (16, 67, 113, 1);
    text-transform: uppercase;
    letter-spacing: 1px;
    /*margin-top: 1.8rem;*/
    font-weight: 500;
    -webkit-transition: color .2s;
    -moz-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
}
.product-single .product-info .product-tabs li.active, .product-single .product-wishlist .fa.fa-heart, .product-single .product-wishlist:hover {
    color: #B76334;
}
.product-single .flexslider li {
    /*background: #efefef;*/
	border: 1px solid #efefef;
}
.product-single .flex-control-thumbs {
    margin-top: 0;
}
.product-single .flexslider .flex-control-nav {
    width: 105%;
    margin-left: -2.5%}
.product-single .flexslider .flex-control-nav li {
    width: 24%;
    margin-right: 1%;
    margin-top: 1%}
.product-single .tab-content {
    padding-top: 0;
}
.product-single .tab-content>.tab-pane {
    padding-bottom: 0;
}
.product-single .product-info {
    margin-top: 3rem;
}
.product-single .product-info .product-tabs {
    text-align: center;
    display: table;
    padding-left: 0;
    width: 100%;
    margin-bottom: 0;
    margin-top: 2rem;
    border-top: 2px solid #efefef;
    border-bottom: 2px solid #efefef;
}
.product-single .product-info .product-tabs li {
    font-size: 1.143rem;
    list-style: none;
    display: inline-block;
    padding: 1.2rem 2rem;
    margin: 0 .5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}
.product-single .product-info .product-tabs li a {
    color: rgba(86, 47, 8, 1);
    -webkit-transition: color .2s;
    -moz-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
}
.colio-theme-white .colio-close, .porfolio-nav a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
}
.product-single .product-info .product-tabs li a.active, .product-single .product-info .product-tabs li.active a, .product-single .product-info .product-tabs li:hover a {
    color: rgba(81, 187, 189, 1);
}
.product-single .product-info #info {
    padding-top: 3rem;
}
.product-single .product-info #info table {
    font-size: 1.143rem;
    background: 0 0;
}
.product-single .product-info #info .table>tbody>tr>td, .product-single .product-info #info .table>tbody>tr>th, .product-single .product-info #info .table>tfoot>tr>td, .product-single .product-info #info .table>tfoot>tr>th, .product-single .product-info #info .table>thead>tr>td, .product-single .product-info #info .table>thead>tr>th {
    padding: 11px 8px;
    border-top: 0;
    border-bottom: 1px solid #efefef;
}
.product-single .product-info #info .table-buy > tbody > tr > td{ padding: 0px 8px;}
.product-single .product-info #info .table>tbody>tr:last-child>td {
    border-bottom: none;
}
.product-single .product-info #info .table tr td {
    width: 50%}
.product-single .product-info #info .table-buy tr td {
    width: 10%}
.product-single .product-info #info .table-buy tr td:nth-last-child(1) {
    padding-left: 20px !important;
	max-width: 167px !important;
}
.product-single .product-info #info .table-buy tr:nth-last-child(1) a {
    margin-top: 20px !important;
}
.product-single .product-info #info .table tr td:nth-child(1) {
    text-align: right;
}
.product-single .product-info #info .table-buy tr td:nth-child(1) {
    text-align: center;
}
.product-single .product-info #info .table tr td:nth-child(2) {
    color: #b76334;
    text-align: left;
}
.product-single .product-info #info .table-buy tr td:nth-child(2) {
    color: #999;
    text-align: center;
}
.product-single .product-info #info .table-buy td{
	text-align: center;
    display: table-cell;
	vertical-align: middle;
	height: 100%;
}
.product-single .product-info #reviews {
    padding-top: 3rem;
}
.product-single .product-info #reviews img {
    max-width: 75px;
    margin-right: 1rem;
    margin-top: .7rem;
}
.product-single .product-info #reviews .review-date {
    font-size: .9rem;
    color: rgba(0, 0, 0, .4);
    font-style: italic;
    font-weight: 500;
    padding-left: 1rem;
}
.product-single .product-info #reviews .add-review h4, .product-single .product-info #reviews .reviews-list h4 {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    margin-top: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.product-single .product-info #reviews .reviews-list .review-name {
    font-weight: 500;
    margin-bottom: 0;
}
.product-single .product-info #reviews .reviews-list .media {
    border-bottom: 1px solid #efefef;
}
.product-single .product-info #reviews .reviews-list .media:last-child {
    border-bottom: none;
}
.product-single .product-info #details {
    border-bottom: 2px solid #efefef;
}
.product-single .product-info #details .flexslider li {
    background: 0 0;
}
.product-single .product-info #details .flexslider li img {
    max-width: 650px;
}
.add-review-button .btn {
    float: left;
    margin-right: 2rem;
}
.add-review-button .rating {
    color: rgba(0, 0, 0, .3);
}
.product-single .shop-breadcrumb {
    float: none;
    margin-bottom: 0rem;
}
.toast .notif-cart .img-wrapper {
    max-width: 60px;
    max-height: 60px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: .8rem;
    float: left;
}
.toast .notif-cart img {
    width: 100%}
.toast .text-wrapper {
    float: left;
    margin-top: .5rem;
}
.product-carousel {
    margin-bottom: 20px;
}
.product-single label {
    display: block;
}
.product-single .select2-container {
    max-width: 291px;
}
#clear-selection a {
    font-size: .95rem;
}
#product-slider {
    margin-bottom: 10px;
}
#product-slider .flex-control-nav, #product-slider-thumbnails .flex-control-nav {
    display: none;
}
#product-slider-thumbnails li {
    margin-right: 10px;
}
#product-slider-thumbnails .flex-direction-nav a {
    height: 30px;
    width: 30px;
    margin: -15px 0 0;
    background: 0 0;
}
#product-slider-thumbnails .flex-direction-nav a.flex-next::before, #product-slider-thumbnails .flex-direction-nav a.flex-prev::before {
    font-size: 1.5rem;
}
#product-slider-thumbnails .flex-direction-nav li a {
    margin-top: -18px;
}
.quantity-cart {
    margin-top: 1rem;
}
.grouped-item:after, .grouped-item:before {
    content: "";
    display: table;
}
.grouped-item {
    margin-bottom: 2rem;
}
.grouped-item .quantity-cart {
    float: left;
    min-width: 100px;
    margin-top: 0;
}
.grouped-item .grouped-item-name {
    font-weight: 500;
}
.grouped-item .grouped-item-price {
    font-size: .9rem;
    color: #B76334;
    font-weight: 500;
    padding-top: 5px;
}
.product-single .third-section .img-cover {
    text-align: center;
}
.product-single .third-section .img-cover img {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
    width: 100%;
    max-width: 500px;
}
.product-single .third-section>div:not(.img-cover) {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.product-single .half-section .title, .product-single .third-section .title {
    margin-bottom: 10px;
}
.product-single .half-section.half-section-fullwidth [class*=col-] {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.product-single .half-section-fullwidth~.half-section-fullwidth {
    margin-top: 0;
}
.product-single .half-section.half-section-fullwidth>div:not(.img-cover), .product-single .half-section>div:not(.img-cover) {
    padding: 4rem 1.5rem 3.5rem;
}
.product-single .half-section-fullwidth>div.slide-images {
    padding-top: 0;
}
@media (min-width:1024px) {
    #shop.shop-list, .categories-list {
    margin: 0 6rem;
    width: auto;
}
.boxed #shop {
    margin: 0 2rem;
}
.product .product-wrapper li.move-left img, .product .product-wrapper li.move-right img {
    opacity: 0;
    cursor: pointer;
}
.product .product-wrapper li.focus-on-left img {
    -webkit-transform: translateX(3%) scale(1.25);
    -moz-transform: translateX(3%) scale(1.25);
    -ms-transform: translateX(3%) scale(1.25);
    -o-transform: translateX(3%) scale(1.25);
    transform: translateX(3%) scale(1.25);
}
.product .product-wrapper li.focus-on-left.move-right img {
    -webkit-transform: translateX(103%) scale(.7);
    -moz-transform: translateX(103%) scale(.7);
    -ms-transform: translateX(103%) scale(.7);
    -o-transform: translateX(103%) scale(.7);
    transform: translateX(103%) scale(.7);
}
.product .product-wrapper li.focus-on-right img {
    -webkit-transform: translateX(-3%) scale(1.25);
    -moz-transform: translateX(-3%) scale(1.25);
    -ms-transform: translateX(-3%) scale(1.25);
    -o-transform: translateX(-3%) scale(1.25);
    transform: translateX(-3%) scale(1.25);
}
.product .product-wrapper li.focus-on-right.move-left img {
    -webkit-transform: translateX(-103%) scale(.7);
    -moz-transform: translateX(-103%) scale(.7);
    -ms-transform: translateX(-103%) scale(.7);
    -o-transform: translateX(-103%) scale(.7);
    transform: translateX(-103%) scale(.7);
}
.product .product-wrapper li.hover img {
    opacity: 1!important;
}
.product .product-wrapper li.hover.move-left img {
    -webkit-transform: translateX(-97%) scale(.75);
    -moz-transform: translateX(-97%) scale(.75);
    -ms-transform: translateX(-97%) scale(.75);
    -o-transform: translateX(-97%) scale(.75);
    transform: translateX(-97%) scale(.75);
}
.product .product-wrapper li.hover.move-right img {
    -webkit-transform: translateX(97%) scale(.75);
    -moz-transform: translateX(97%) scale(.75);
    -ms-transform: translateX(97%) scale(.75);
    -o-transform: translateX(97%) scale(.75);
    transform: translateX(97%) scale(.75);
}
.product .dots li {
    pointer-events: auto;
}
.product .dots li.selected a {
    background: #124371;
    border-color: #124371;
}
.product .dots a {
    height: 10px;
    width: 10px;
    border-color: #999999;
    background-color: rgba(255, 255, 255, 0);
}
}@media (max-width:992px) {
    .extended-product.extended-third>.col-md-4: first-child .extended-product-desc-wrapper, .extended-product.extended-third>.col-md-4:first-child .extended-product-img-wrapper {
    margin-right: 0;
    min-height: 550px;
}
.extended-product.extended-third>.col-md-4:last-child .extended-product-desc-wrapper, .extended-product.extended-third>.col-md-4:last-child .extended-product-img-wrapper {
    margin-left: 0;
    min-height: 550px;
}
.extended-product.extended-third .col-md-4 .extended-product-img-wrapper, .extended-product.extended-third .col-md-4.extended-product-desc .extended-product-desc-wrapper {
    margin: 30px 0 0;
}
.extended-product.extended-third>div:first-child .extended-product-desc-wrapper, .extended-product.extended-third>div:first-child .extended-product-img-wrapper {
    margin-right: 0;
    margin-top: 0;
}
.extended-product.extended-third>div:last-child .extended-product-desc-wrapper, .extended-product.extended-third>div:last-child .extended-product-img-wrapper {
    margin-left: 0;
}
.extended-product.extended-third {
    margin-top: 30px;
}
.extended-product .extended-product-img~.extended-product-desc .extended-product-desc-wrapper {
    margin-left: 0;
    margin-top: 0;
}
.extended-product.extended-product-first .extended-product-img~.extended-product-desc .extended-product-desc-wrapper {
    margin-left: 30px;
}
.extended-product.extended-product-middle .extended-product-desc .extended-product-desc-wrapper {
    margin-top: 30px;
    margin-right: 30px;
}
.extended-product.extended-product-last .extended-product-desc .extended-product-desc-wrapper {
    margin-top: 30px;
    margin-left: 30px;
}
.extended-product.extended-third .extended-product-img~.extended-product-desc .extended-product-desc-wrapper {
    margin-left: 15px;
}
.extended-product.extended-product-last .extended-product-desc.left-side .extended-product-desc-wrapper {
    margin-left: 0;
    margin-right: 30px;
}
.extended-product .extended-product-desc {
    margin-top: 0;
}
.extended-product .extended-product-desc .extended-product-desc-wrapper {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
.extended-product .col-lg-6~.col-lg-6 {
    margin-top: 30px;
}
.extended-product.extended-third>div:first-child .extended-product-img-wrapper {
    margin-right: 15px;
}
.section-checkout .container {
    width: 90%}
#shop .product-single {
    margin-top: 0;
}
.product-single .third-section {
    padding-top: 0;
    padding-bottom: 0;
}
.product-single .third-section .img-cover img {
    max-width: 600px;
    padding-top: 0;
    padding-bottom: 0;
}
.product-single .third-section>div:not(.img-cover) {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
}@media (max-width:768px) {
    #payment-methods img, .shop-breadcrumb {
    display: none;
}
.extended-product .extended-product-desc .product-single, .product-single .img-cover:not(.header-md):not(.header-lg) {
    min-height: 0!important;
}
.extended-product.extended-third>div:first-child .extended-product-img-wrapper {
    margin-right: 0;
}
.extended-product.extended-third .extended-product-img~.extended-product-desc .extended-product-desc-wrapper {
    margin: 30px 0 0;
}
.extended-product.extended-product-first .extended-product-img~.extended-product-desc .extended-product-desc-wrapper {
    margin-top: 30px;
    margin-left: 0;
    margin-bottom: 0;
}
.extended-product.extended-product-last .extended-product-desc.left-side .extended-product-desc-wrapper, .extended-product.extended-product-middle .extended-product-desc .extended-product-desc-wrapper {
    margin-right: 0;
}
.extended-product.extended-product-last .extended-product-desc .extended-product-desc-wrapper, .extended-product.extended-product-middle .extended-product-desc .extended-product-desc-wrapper {
    margin-top: 0;
}
.extended-product.extended-product-last>div, .extended-product:not(.extended-product-last) {
    margin-bottom: 30px;
}
.extended-product.extended-product-last .extended-product-desc .extended-product-desc-wrapper {
    margin-left: 0;
}
.section-checkout .container {
    width: 95%}
.wishlist .product-remove {
    padding-left: .5rem!important;
    padding-right: .5rem!important;
}
.product-single .product-name {
    margin-top: 2rem;
}
.product-single .half-section.half-section-fullwidth>div, .product-single .half-section>div {
    padding: 3rem .5rem 2.5rem;
}
}