html {
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    overflow-x:hidden;
    background: none repeat scroll 0 0 #ffffff;
    font-family: 'open sans', sans-serif;
    line-height: 23px;
}

a {
    color: #64b32c;
}

/* General Setting */
.block {
    float: left;
    padding: 70px 0;
    position: relative;
    width: 100%;
    z-index: auto;
}
.block-first {
    padding: 0;
}
.block-last {
    padding-bottom: 0;
}
.remove-gap {
    padding-top: 0;
}
.block .container {
    padding: 0;
}
.fixed-img {
    background-attachment: fixed !important;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.sec-bg1 {
    background: url("../images/sec-bg1.jpg") no-repeat scroll 0 0 / 100% 100% rgba(0, 0, 0, 0);
    background-size: cover; 
}
.sec-bg2 {
    background: url("../images/sec-bg2.jpg") no-repeat scroll 0 0 / 100% 100% rgba(0, 0, 0, 0);
    background-size: cover;
}
.sec-bg3 {
    background: url("../images/sec-bg3.jpg") no-repeat scroll 0 0 / 100% 100% rgba(0, 0, 0, 0);
    background-size: cover;
}
.sec-bg4 {
    background: url("../images/sec-bg4.jpg") no-repeat scroll 0 0 / 100% 100% rgba(0, 0, 0, 0);
    background-size: cover;
}
.sec-bg5 {
    background: url("../images/sec-bg5.jpg") no-repeat scroll 0 0 / 100% 100% rgba(0, 0, 0, 0);
    background-size: cover;
}
.sec-bg6 {
    background: url("../images/sec-bg6.jpg") no-repeat scroll 0 0 / 100% 100% rgba(0, 0, 0, 0);
    background-size: cover;
}
.sec-bg7 {
    background: url("../images/sec-bg7.jpg") no-repeat scroll 0 0 / 100% 100% rgba(0, 0, 0, 0);
    background-size: cover;
}

.slider > img {
    float: left;
    width: 100%;
}
.heading-5 {
    float: left;
    position: relative;
    width: 100%;
	margin-bottom:20px;
}
.heading-5 h2 {
    border-bottom: 1px solid #64b32c;
    color: #404040;
    float: left;
    font-family: Raleway;
    font-size: 17px;
    font-weight: 600;
    line-height: 36px;
    margin: 0;
    width: 100%;
}
.heading-5 h2 i {
    background: none repeat scroll 0 0 #64b32c;
	
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -ms-border-radius: 2px 2px 0 0;
    -o-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
	
    color: #FFFFFF;
    float: left;
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    margin-right: 20px;
    text-align: center;
    width: 45px;
}

.heading-5:before {
    background: none repeat scroll 0 0 #64b32c;
	
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
	
    bottom: -4px;
    content: "";
    height: 10px;
    position: absolute;
    right: -1px;
    width: 10px;
}
.widget-body {
    float: left;
    margin-bottom: 70px;
    width: 100%;
}
.widget-flex {
    margin-bottom: 0;
}

/* Heading1 */
.heading1 {
    float: left;
    margin-bottom: 40px;
    margin-top: 13px;
    position: relative;
    width: 100%;
}
.heading1:before {
    background: none repeat scroll 0 0 #D8D8D8;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 12px;
    width: 100%;
}
.heading1 > h2 {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #525252;
    display: table;
    font-family: Noto Sans;
    font-size: 22px;
    /*font-weight: bold;*/
    letter-spacing: 0.3px;
    margin: 0 auto;
    padding: 0 50px;
    position: relative;
    z-index: 99;
    text-transform: uppercase;
}

.heading1 > h2:before {
    background: none repeat scroll 0 0 #D8D8D8;
    content: "";
    height: 35px;
    left: 11px;
    position: absolute;
    top: -18px;

    -webkit-transform: rotate(41deg);
    -moz-transform: rotate(41deg);
    -ms-transform: rotate(41deg);
    -o-transform: rotate(41deg);
    transform: rotate(41deg);

    width: 1px;
}
.heading1 > h2:after {
    background: none repeat scroll 0 0 #D8D8D8;
    bottom: -19px;
    content: "";
    height: 35px;
    position: absolute;
    right: 10px;

    -webkit-transform: rotate(41deg);
    -moz-transform: rotate(41deg);
    -ms-transform: rotate(41deg);
    -o-transform: rotate(41deg);
    transform: rotate(41deg);

    width: 1px;
}
.heading1 > h2 > i {
    font-style: normal;
}
.heading1 > span {
    display: none;
}

.listSmall .heading1{
    margin-top: 60px;
}

/* Heading2 */
.heading2 {
    float: left;
    margin-bottom: 40px;
    position: relative;
    width: 100%;
}
.heading2:before {
    background: none repeat scroll 0 0 #D8D8D8;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 12px;
    width: 100%;
}
.heading2 > h2 {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #525252;
    display: table;
    font-family: Noto Sans;
    font-size: 22px;
    /*font-weight: bold;*/
    letter-spacing: 0.3px;
    margin: -10px auto 0;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 0;
    position: relative;
    z-index: 99;
    text-transform: uppercase;
}
.heading2 > h2:before {
    background: none repeat scroll 0 0 #D8D8D8;
    content: "";
    height: 35px;
    left: 5px;
    position: absolute;
    top: -12px;

    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);

    width: 1px;
}
.heading2 > h2:after {
    background: none repeat scroll 0 0 #D8D8D8;
    content: "";
    height: 35px;
    position: absolute;
    right: 5px;
    top: -12px;

    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    transform: rotate(-20deg);

    width: 1px;
}
.heading2 > h2 > i {
    font-style: normal;
}
.heading2 > span {
    display: none;
}

/* Heading3 */
.heading3 {
    float: left;
    margin-bottom: 40px;
    position: relative;
    width: 100%;
}
.heading3:before {
    background: none repeat scroll 0 0 #D8D8D8;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 12px;
    width: 100%;
}
.heading3 > h2 {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #525252;
    display: table;
    float: left;
    font-family: Noto Sans;
    font-size: 22px;
    /*font-weight: bold;*/
    letter-spacing: 0.3px;
    margin: 0;
    padding-left: 0;
    padding-right: 50px;
    padding-top: 0;
    position: relative;
    z-index: 99;
    text-transform: uppercase;
}
.heading3 > h2 > i {
    font-style: normal;
}
.heading3 > span {
    display: none;
}

/* Heading4 */
.heading4 {
    border-bottom: 1px solid #D9D9D9;
    float: left;
    margin-bottom: 30px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
}
.heading4 > h2 {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #3C3C3C;
    float: left;
    font-family: Raleway;
    font-size: 25px;
    font-weight: lighter;
    letter-spacing: 0.3px;
    line-height: 17px;
    margin: 4px 0 -1px;
    padding-right: 30px;
    position: relative;
    text-transform: uppercase;
}
.heading4 > h2 i {
    color: #64b32c;
    font-style: normal;
    font-weight: 600;
}

.heading4 > h2:before {
    background: none repeat scroll 0 0 #D9D9D9;
    bottom: -4px;
    content: "";
    height: 38px;
    position: absolute;
    right: -13px;
	
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    transform: rotate(40deg);
	
    width: 1px;
}
.heading4 > span {
    color: #767676;
    float: left;
    font-family: raleway;
    font-size: 12px;
    letter-spacing: 0.4px;
    line-height: 10px;
    margin-top: 2px;
    padding-left: 60px;
}


/* Heading5 */
.heading5 {
    border-bottom: 1px solid #D8D8D8;
    float: left;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}
.heading5 > h2:before {
    background: none repeat scroll 0 0 #525252;
    bottom: -1px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50%;
}
.heading5 > h2 {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #525252;
    display: table;
    float: left;
    font-family: Noto Sans;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.3px;
    margin: 0;
    padding: 0 50px 10px 0;
    position: relative;
    z-index: 99;
    text-transform: uppercase;
}
.heading5 > h2 > i {
    font-style: normal;
}
.heading5 > span {
    display: none;
}
/* Heading6 */
.heading6 {
    float: left;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}
.heading6 > h2 {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #525252;
    display: table;
    float: left;
    font-family: Noto Sans;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.3px;
    line-height: 23px;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 99;
    text-transform: uppercase;
}
.heading6 > h2 > i {
    font-style: normal;
}
.heading6 > span {
    display: none;
}

.details-heading {
    margin-bottom: 30px;
}
.details-heading > span {
    clear: both;
    display: block;
    padding-top: 10px;   
}

/* Header */
header {
    float: left;
    width: 100%;
}
header .container {
    padding: 0;
}
header > nav {
    border-top: 1px solid #F4F4F4;
    float: left;
    width: 100%;
    padding: 10px 0 5px;
    background: #ffffff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMGYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffffff 0%, #f0f1f1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0f1f1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f0f1f1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#f0f1f1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#f0f1f1 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#f0f1f1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f1f1',GradientType=0 ); /* IE6-8 */
}

/* Header Top Bar */
.top-bar {
    float: left;
    padding: 10px 0 4px;
    width: 100%;
}
.top-bar > span {
    color: #3A3A3A;
    float: left;
    font-family: open sans;
    font-size: 12px;
    line-height: 16px;
    padding: 11px 0;
    width: auto;
}
.top-bar > span i {
    float: left;
    font-size: 17px;
    margin-right: 15px;
}
.bar-dropdown {
    float: right;
    margin: 0 5px 0 0;
    padding: 0;
}

.bar-dropdown > li {
    float: left;
    list-style: none outside none;
    position: relative;
    width: 100%;
}
.bar-dropdown > li > a {
    float: left;
    width: 100%;
}

.bar-dropdown > li > ul > li {
    float: left;
    list-style: none outside none;
    width: 100%;
}
.bar-dropdown > li > ul > li:first-child {
    background: none repeat scroll 0 0 #F8F8F8;
}
.bar-dropdown > li > ul {
    background: none repeat scroll 0 0 #1F222A;
    border-left: 2px solid #5BBBFF;
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
	
    -webkit-transform: rotateX(90deg) perspective(200px);
    -moz-transform: rotateX(90deg) perspective(200px);
    -ms-transform: rotateX(90deg) perspective(200px);
    -o-transform: rotateX(90deg) perspective(200px);
    transform: rotateX(90deg) perspective(200px);
	
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
	
    width: 150px;
    z-index: 2147483647;
}
.whishlist-bar.bar-dropdown > li:hover ul {
    bottom: auto;
    left: 0;
    margin-top: 20px;
    opacity: 1;
	
    -webkit-transform: rotatex(0deg);
    -moz-transform: rotatex(0deg);
    -ms-transform: rotatex(0deg);
    -o-transform: rotatex(0deg);
    transform: rotatex(0deg);
}
.language.bar-dropdown > li:hover ul {
    left: 0;
    margin-top: 37px;
    opacity: 1;
    top: 0;
	
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
.shop-cart.bar-dropdown > li:hover > ul {
    left: 0;
    margin-left: -162px;
    margin-top: 33px;
    opacity: 1;
    top: 0;
	
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.shop-cart.bar-dropdown > li > ul:before {
    border-bottom: 8px solid #E4E4E4;
    border-left: 8px solid rgba(255, 255, 255, 0);
    border-right: 8px solid rgba(255, 255, 255, 0);
    content: "";
    position: absolute;
    right: 52px;
    top: -11px;
}
.shop-cart.bar-dropdown > li > ul {
    background: none repeat scroll 0 0 #FCFCFC;
    border: 4px solid #E4E4E4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    margin-left: -162px;
    width: 250px;
    -webkit-transform:rotatey(90deg) perspective(200px);
    -moz-transform:rotatey(90deg) perspective(200px);
    -ms-transform:rotatey(90deg) perspective(200px);
    -o-transform:rotatey(90deg) perspective(200px);
    transform:rotatey(90deg) perspective(200px);
    top: 100px;
}
.language.bar-dropdown > li ul {
    background: none repeat scroll 0 0 #FCFCFC;
    border: 1px solid #EAEAEA;
}
.language.bar-dropdown > li ul {
    background: none repeat scroll 0 0 #FCFCFC;
    border: 1px solid #EAEAEA;
	
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
	
    overflow: hidden;
}
.language.bar-dropdown > li ul li a {
    border-bottom: 1px solid #EAEAEA;
    color: #404040;
    float: left;
    font-family: open sans;
    font-size: 13px;
    letter-spacing: 0.3px;
    line-height: 10px;
    padding: 12px 15px;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
}
.language.bar-dropdown > li ul li:last-child a {
    border: medium none;
}
.shop-cart.bar-dropdown li > ul > li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
    position: relative;
}
.cart-bar-hover {
    background: rgba(240,183,12,0.9);

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;	
	
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 20px;
	
    -webkit-transform: rotateY(89deg) perspective(200px);
    -moz-transform: rotateY(89deg) perspective(200px);
    -ms-transform: rotateY(89deg) perspective(200px);
    -o-transform: rotateY(89deg) perspective(200px);
    transform: rotateY(89deg) perspective(200px);
	
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
	
    width: 100%;
}
.theme-layout.boxed .shop-cart.bar-dropdown > li > ul {
    margin-left: -94px;
}

.theme-layout.boxed .shop-cart.bar-dropdown > li > ul:before {
    right: 13px;
}
.shop-cart.bar-dropdown {
    margin: 0;
}
.cart-bar-hover:before {
    border-bottom: 10px solid #FCFCFC;
    border-left: 8px solid rgba(255, 255, 255, 0);
    border-right: 8px solid rgba(255, 255, 255, 0);
    bottom: -3px;
    content: "";
    left: 50%;
    margin-left: -8px;
    position: absolute;
}
.cart-bar-hover > ul {
    display: table;
    float: none;
    margin: 21px auto 0;
    padding: 0;
}
.shop-cart.bar-dropdown li > ul > li h6 {
    color: #222222;
    float: left;
    font-family: Open Sans;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
    line-height: 32px;
    margin: 0;
    text-transform: uppercase;
}
.shop-cart.bar-dropdown li > ul > li .checkout-btn {
    border: 1px solid #64b32c;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;	
	
    color: #64b32c;
    float: right;
    line-height: 10px;
    margin: 0;
    padding: 10px 12px;
    text-transform: uppercase;
    width: auto;
}
.shop-cart.bar-dropdown li > ul > li .checkout-btn:hover {
    background: #64b32c;
    color: #fff;
}
.cart-bar-hover ul li {
    float: left;
    list-style: none outside none;
}
.shop-cart.bar-dropdown li > ul > li:hover .cart-bar-hover {
    opacity: 1;
    top: 0;

    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);	
}
.cart-bar-hover ul li a {
    border: 1px solid #FFFFFF;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;	
	
    color: #FFFFFF;
    float: left;
    font-size: 17px;
    height: 30px;
    line-height: 27px;
    margin: 0 5px;
    text-align: center;
    width: 30px;
}
.shop-cart.bar-dropdown > li > ul > li > a {
    color: #202020;
    display: block;
    font-family: open sans;
    font-size: 12px;
    letter-spacing: 0.3px;
    line-height: 11px;
    margin-bottom: 10px;
    margin-top: 5px;
    width: 100%;
}
.shop-cart.bar-dropdown > li > ul > li > i {
    color: #64b32c;
    font-family: Raleway;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 10px;
}
.shop-cart.bar-dropdown > li > ul > li > span {
    border: 1px solid #E0E0E0;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;	
	
    float: left;
    margin-right: 10px;
    overflow: hidden;
}
.shop-cart.bar-dropdown > li > ul > li > span > img {
    float: left;
    width: 100%;
}

.shop-cart.bar-dropdown > li > a {
    background: none repeat scroll 0 0 #64b32c;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;	
	
    color: #FFFFFF;
    font-size: 25px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    width: 44px;
}
.whishlist-bar.bar-dropdown > li > a, .compare-btn.bar-dropdown > li > a {
    background: transparent;
    color: #525252;
    font-family: open sans;
    font-size: 13px;
    line-height: 12px;
    font-weight: 400;
    padding: 10px;
    padding-left: 0;
}
 .language.bar-dropdown > li > a {
    background: transparent;
    color: #525252;
    padding-right: 8px;
    padding-top: 8px;
 }
        .language.bar-dropdown > li > a > img{
            max-width: 20px;
        }


.whishlist-bar.bar-dropdown > li:hover > a, .language.bar-dropdown > li:hover > a, .compare-btn.bar-dropdown > li:hover > a {
    color: #444444;
}
.whishlist-bar.bar-dropdown > li > a i, .language.bar-dropdown > li > a i, .compare-btn.bar-dropdown > li > a i {
    color: #6B6B6B;
    float: left;
    font-size: 14px;
    margin-right: 10px;
    margin-top: -1px;
}


/* Header1 */
.header1 {
    background-image: url("../images/header-bg.jpg");
    float: left;
    position: relative;
    width: 100%;
    background-size: cover;
}
.header1:before {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.85);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.header1 .top-bar > span {
    position: relative;
}
.header1 > nav {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 2px solid #64b32c;
    border-top: 1px solid #F0EFEF;
    padding: 0;
    position: relative;
}
.header1 .logo {
    padding-top: 10px;
}
.header1 .menu {
    padding: 0;
}
.header1 .menu > ul > li > a{
    padding: 15px 0 30px;
}
.header1 .search-header {
    margin-top: 5px;
}
.header1 .menu > ul > li > a {
    font-family: open sans;
    font-size: 14px;
    text-transform: uppercase;
}
.header1 .menu > ul > li > ul:before {
    border-left: 8px solid rgba(255, 255, 255, 0);
    border-right: 8px solid rgba(255, 255, 255, 0);
    border-top: 8px solid #64b32c;
    content: "";
    left: 31px;
    position: absolute;
    top: -2px;
}
.header-cart-bar {
    background: none repeat scroll 0 0 #F2F2F2;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    -ms-border-radius: 0 0 2px 2px;
    -o-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    border-top: 1px solid #FFFFFF;
    bottom: -46px;
    padding: 5px;
    position: absolute;
    right: 120px;
    z-index: 9999999;
}

/* Responsive Menu */
.responsive-header {
    display: none;
    float: left;
    width: 100%;
}
.responsive-header .top-bar {
    padding: 10px;
}
.responsive-header .top-bar {
    display: table;
    float: none;
    margin: 0 auto;
    padding: 10px;
    width: 100%;
}
.responsive-header .logo {
    display: block;
    float: none;
    margin: 0 auto;
}
.responsive-header .search-header {
    display: block;
    float: right;
    margin: 0 auto;
}
.responsive-menu {
    float: left;
    position: relative;
    width: 100%;
}
.menu-dropdown-btn {
    background: none repeat scroll 0 0 #64b32c;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-family: open sans;
    font-size: 18px;
    line-height: 10px;
    margin-top: 0;
    padding: 18px 0;
    text-align: center;
    width: 100%;
}
.responsive-menu > ul {
    display: none;
    float: left;
    left: 0;
    margin: 0;
    opacity: 0.99;
    padding: 0;
    position: absolute;
    top: 55px;
    width: 100%;
    z-index: 99999;
}
.responsive-menu > ul > li {
    float: left;
    list-style: none outside none;
    width: 100%;
}
.responsive-menu > ul > li > ul {
    border-top: 2px solid #64b32c;
    display: none;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
.responsive-menu > ul > li > ul > li {
    float: left;
    list-style: none outside none;
    text-align: center;
    width: 50%;
}
.responsive-menu > ul > li > ul:before {
    background: none repeat scroll 0 0 #64b32c;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: -4px;
    width: 50%;
}
.responsive-menu > ul > li > ul > li > ul {
    display: none;
}
.responsive-menu > ul > li > ul > li > a {
    background: none repeat scroll 0 0 #F8F8F8;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    color: #404040;
    float: left;
    font-family: open sans;
    font-size: 13px;
    letter-spacing: 0.3px;
    line-height: 10px;
    padding: 10px 0;
    width: 100%;
}
.responsive-menu > ul > li > a {
    background: none repeat scroll 0 0 #FCFCFC;
    border-bottom: 1px solid #EAEAEA;
    color: #404040;
    float: left;
    font-family: open sans;
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 10px;
    padding: 15px 0;
    text-align: center;
    width: 100%;
}

.menu-dropdown-btn > i {
    font-size: 19px;
    margin-top: 0;
}




/* Logo */
.logo {
    margin-right: 150px;
}
.menu {
    float: left;
    padding-top: 15px;
    width: auto;
}
.menu > ul {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.menu > ul > li > a {
    color: #424242;
    float: left;
    font-family: open sans;
    font-size: 13px;
    line-height: 10px;
    margin-right: 35px;

    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;	
}


.menu > ul > li:hover > a {
    color: #64b32c;
}

.menu > ul > li {
    float: left;
    list-style: none outside none;
    position: relative;
}
.menu > ul > li:hover ul {
    opacity: 1;
    top: 62px;
	
    -webkit-transform: rotatey(0deg);
    -moz-transform: rotatey(0deg);
    -ms-transform: rotatey(0deg);
    -o-transform: rotatey(0deg);
    transform: rotatey(0deg);
}
.menu > ul > li > ul {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #64b32c #F2F2F2 #F2F2F2;
    border-image: none;
    border-right: 1px solid #F2F2F2;
    border-style: solid;
    border-width: 2px 1px 1px;
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 90px;
	
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
	
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
	
    width: 240px;
    z-index: 2147483647;
}
.menu > ul > li > ul > li > a {
    color: #676767;
    float: left;
    font-family: open sans;
    font-size: 13px;
    line-height: 10px;
}
.menu > ul > li:hover > ul {
    left: -21px;
    opacity: 1;
    top: 55px;
}
.shop-cart.bar-dropdown > li > a {
    font-size: 18px;
}
.menu > ul > li > ul > li {
    border-bottom: 1px solid #F2F2F2;
    float: left;
    line-height: 10px;
    list-style: none outside none;
    width: 100%;
    position: relative;
	
	-webkit-transition:all 0.4s ease 0s;
	-moz-transition:all 0.4s ease 0s;
	-ms-transition:all 0.4s ease 0s;
	-o-transition:all 0.4s ease 0s;
	transition:all 0.4s ease 0s;
}
.menu > ul > li > ul > li:hover {
    background: #f8f8f8;
	padding-left:15px;
}
.menu > ul > li > ul > li > ul > li {
    background: none repeat scroll 0 0 #F8F8F8;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    float: left;
    list-style: none outside none;
    width: 100%;
}
.menu > ul > li > ul > li > ul {
    left: 100%;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0 !important;
    
	-webkit-transform: scale(0) !important;
    -moz-transform: scale(0) !important;
    -ms-transform: scale(0) !important;
    -o-transform: scale(0) !important;
    transform: scale(0) !important;
	
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
	
    width: 200px;
}
.menu > ul > li > ul > li:hover > ul {
    opacity: 1;
	
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    transform: scale(1) !important;
}
.menu > ul > li > ul > li > a {
    color: #676767;
    float: left;
    font-family: open sans;
    font-size: 13px;
    line-height: 16px;
    transition: all 0.4s ease 0s;
    padding: 15px;
    width: 100%;
}
.menu > ul > li > ul > li > ul > li > a {
    color: #676767;
    float: left;
    font-family: open sans;
    font-size: 13px;
    letter-spacing: 0.3px;
    padding: 15px 10px;
    width: 100%;
}



/* Header Search Bar */
.search-header {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: right;
    margin-top: 9px;
}
.search-header form a {
    color: #555454;
    font-size: 16px;
    line-height: 25px;
}
.search-header form {
    float: left;
}

.search-header form input {
    background: none repeat scroll 0 0 #64b32c;
    border: medium none;
    color: white;
    float: left;
    font-family: open sans;
    font-size: 11px;
    letter-spacing: 0.3px;
    padding: 2px 10px;
    margin-right: 5px;

    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
	
    width: 135px;
    height: 27px;
}


/* Slides  */
.tp-banner-container {
    float: left;
    position: relative;
    width: 100%;
}
.tp-banner-container ul {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

/* Latest Brands */
.latest-brands {

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
	
    float: left;
    margin-bottom: 30px;
    overflow: hidden;
    width: 100%;
}
.brands-boxes {
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}
.brands-boxes > img {

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
	
    float: left;
    width: 100%;
}
.brands-boxes > span {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
	
    bottom: 0;
    color: #3B3B3B;
    font-family: open sans;
    font-size: 12px;
    height: 44px;
    left: 0;
    line-height: 44px;
    margin-bottom: 3%;
    margin-left: 3%;
    overflow: hidden;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
	
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -ms-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    width: 94%;
}
.latest-brands:hover .brands-boxes span {
    height: 94%;
    padding-top: 68px;
	
    -webkit-transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
    transform: rotateX(360deg);
}
.brands-boxes > span i {
    color: #3B3B3B;
    float: left;
    font-family: open sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 0;
    margin-top: -11px;
    width: 100%;
}
.latest-brands > a {
    background: linear-gradient(to bottom, #FFFFFF 0%, #F6F6F6 47%, #ECECEC 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #B6B8B8;
    border-radius: 2px;
    color: #3B3B3B;
    float: left;
    font-family: open sans;
    font-size: 11px;
    font-weight: 600;
    line-height: 13px;
    padding: 9px 12px;
	
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.latest-brands > a:hover {
    -webkit-box-shadow: 0 0 2px #B6B8B8 inset;
    -moz-box-shadow: 0 0 2px #B6B8B8 inset;
    -ms-box-shadow: 0 0 2px #B6B8B8 inset;
    -o-box-shadow: 0 0 2px #B6B8B8 inset;
    box-shadow: 0 0 2px #B6B8B8 inset;
}
.latest-brands > a i {
    font-size: 13px;
    float: left;
	
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
	
    margin-right: 10px;
}

/* latest Deals */
.latest-deal {
    float: left;
    text-align: center;
    width: 100%;
}
.latest-deal h3 {
    color: #f2f2f2;
    float: left;
    font-family: open sans;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.3px;
    line-height: 36px;
    margin: 0 0 17px;
    width: 100%;
}
.latest-deal h3 i {
    color: #64b32c;
    font-style: normal;
}
.latest-deal p {
    color: #E2E2E2;
    font-family: open sans;
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 22px;
    margin: 0;
    padding: 0 261px;
}
.latest-deal p a {
    color: #64b32c;
    margin-top: 10px;
    display: block;
}


/* Best Seller */
.best-seller {
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
}

img.seller-hover {
    left: 0;
    position: absolute;
    top: 0;

	-webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
img.seller-still {
    position: relative;
	
    -webkit-transition: all 0.9s ease 0s !important;
    -moz-transition: all 0.9s ease 0s !important;
    -ms-transition: all 0.9s ease 0s !important;
    -o-transition: all 0.9s ease 0s !important;
    transition: all 0.9s ease 0s !important;
	
    z-index: 2147483647;
}
img.seller-still:hover {
    opacity: 0;
	
    -webkit-transform: scale(2) !important;
    -moz-transform: scale(2) !important;
    -ms-transform: scale(2) !important;
    -o-transform: scale(2) !important;
    transform: scale(2) !important;
}
.best-seller:hover img {
    margin-bottom: 26px;
    margin-top: -26px;
	
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.inner-products .most-sold {
    margin-bottom: 30px;
}
.most-sold:hover .sold-thumb img {
    margin: 0;
	
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.best-seller > img {
    border: 1px solid #E0E0E0;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;	
	
    float: left;

	-webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
	
    width: 100%;
}
.best-seller > h3 {
    float: left;
    font-family: open sans;
    font-size: 13px;
    font-weight: 600;
    margin: 20px 0 15px;
    width: 100%;
}
.best-seller > span {
    color: #64b32c;
    float: left;
    font-family: open sans;
    font-size: 17px;
    font-weight: 600;
    line-height: 10px;
    margin-bottom: 10px;
    text-align: right;
    width: 100%;
}
.best-seller > span i {
    color: #B6B5B5;
    float: left;
    font-family: open sans;
    font-size: 16px;
    font-style: normal;
    line-height: 10px;
    text-decoration: line-through;
}
.sky-tabs-anim-flip > ul li {
    overflow-x: hidden !important;
}
.best-seller > a {
    color: #444;
    font-weight: bold;
/*    background: linear-gradient(to bottom, #FFFFFF 0%, #F6F6F6 47%, #ECECEC 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #B6B8B8;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;	
	
    color: #3B3B3B;
    float: left;
    font-family: open sans;
    font-size: 11px;
    font-weight: 600;
    line-height: 13px;
    padding: 9px 12px;

	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;*/
}
.best-seller > a:hover {
    color: #444;
    font-weight: bold;
/*    -webkit-box-shadow: 0 0 2px #B6B8B8 inset;
    -moz-box-shadow: 0 0 2px #B6B8B8 inset;
    -ms-box-shadow: 0 0 2px #B6B8B8 inset;
    -o-box-shadow: 0 0 2px #B6B8B8 inset;
    box-shadow: 0 0 2px #B6B8B8 inset; */
}
.best-seller > a i {
    float: left;
    font-size: 13px;
    margin-right: 10px;
	
    -webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}


/* Seller 2 */
#best-seller {
    float: left;
    width: 100%;
	position:relative;
}
#best-seller .owl-buttons {
    left: 0;
    position: absolute;
    top: 160px;
    width: 100%;
}
#best-seller .owl-buttons .owl-next {
    position: absolute;
    right: -52px;
	
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
#best-seller .owl-buttons div:hover {
    opacity: 0.5;
}
#best-seller .owl-buttons div {
    background-image: url("../images/shop-arrow.png");
    background-repeat: no-repeat;
    color: rgba(0, 0, 0, 0);
    float: left;
    height: 35px;
    width: 22px;
}
#best-seller .owl-buttons .owl-prev {
    left: -52px;
    position: absolute;
}

.theme-layout.boxed #best-seller .owl-buttons .owl-prev {
    left: -1px;
}
.theme-layout.boxed #best-seller .owl-buttons .owl-next {
    right: -1px;
}


/* Btn Tooltip */
ul.tooltip-btn {
    display: block;
    float: none;
    width: auto;
}
.tooltip-btn li a i {
    float: left;
    height: 26px;
    line-height: 27px;
    width: 30px;
}
.tooltip-btn li:hover a .fa-heart {
    background: none repeat scroll 0 0 #d84c3d;
}
.tooltip-btn li a:hover i {
    color: #FFFFFF;
}
.tooltip-btn li:hover a .fa-shopping-cart {
    background: none repeat scroll 0 0 #2b8cbe;
}
.tooltip-btn > li {
    margin-top: 20px;
}
.tooltip-btn > li:before {

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;	
	
    color: #FFFFFF;
    content: "";
    font-family: open sans;
    font-size: 11px;
    height: 26px;
    left: 0;
    padding: 2px 10px;
    position: absolute;
    text-transform: uppercase;
    top: 0;

	-webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
	
    width: auto;
}

.tooltip-btn > .shop:hover:before {
    opacity: 1;
	
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
.tooltip-btn > .shop:before {
    background: none repeat scroll 0 0 #2B8CBE;
    content: "Add to Whishlist";
    left: -120px;
    opacity: 0;
	
    -webkit-transform: rotateY(90deg) perspective(200px);
    -moz-transform: rotateY(90deg) perspective(200px);
    -ms-transform: rotateY(90deg) perspective(200px);
    -o-transform: rotateY(90deg) perspective(200px);
    transform: rotateY(90deg) perspective(200px);
	
    width: 120px;
	
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    -ms-border-radius: 2px 0 0 2px;
    -o-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
}

.tooltip-btn > .more-details:hover:before {
    opacity: 1;
    
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
} 
.tooltip-btn > .more-details:before {
    background: none repeat scroll 0 0 #64b32c;
    
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    -ms-border-radius: 2px 0 0 2px;
    -o-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
    
    content: "Zum Artikel";
    left: -102px;
    opacity: 0;
    
    -webkit-transform: rotateY(90deg) perspective(200px);
    -moz-transform: rotateY(90deg) perspective(200px);
    -ms-transform: rotateY(90deg) perspective(200px);
    -o-transform: rotateY(90deg) perspective(200px);
    transform: rotateY(90deg) perspective(200px);
    
    width: 102px;
    z-index: 99;
}

.tooltip-btn > .cart:hover:before {
    opacity: 1;
	
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
.tooltip-btn > .cart:before {
    background: none repeat scroll 0 0 #D84C3D;
	
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    -ms-border-radius: 2px 0 0 2px;
    -o-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
	
    content: "In Warenkorb";
    left: -102px;
    opacity: 0;
	
    -webkit-transform: rotateY(90deg) perspective(200px);
    -moz-transform: rotateY(90deg) perspective(200px);
    -ms-transform: rotateY(90deg) perspective(200px);
    -o-transform: rotateY(90deg) perspective(200px);
    transform: rotateY(90deg) perspective(200px);
	
    width: 102px;
    z-index: 99;
}
.tooltip-btn li:hover a i {
    color: #FFFFFF;
}
ul.tooltip-btn > li {
    float: right !important;
    overflow: visible !important;
    position: relative !important;
    width: auto;
}
ul.tooltip-btn > li > a {
    line-height: 10px;
}

.tooltip-btn .btn {
    height: 27px;
    padding-top: 3px;
    float: right;
}

.tooltip-btn li a i.fa-arrow-right {
    background: #64b32c;
    color: #fff;
}

.tooltip-btn .stock-is-empty {
    background-color: #F2DEDE;
    border-bottom: 1px solid #EBCCD1;
    border-left: 1px solid #F2DEDE;
    border-radius: 0 0 0 3px;
    color: #A94442;
    font-size: 11px;
    font-weight: normal;
    line-height: 10px;
    margin-bottom: 20px;
    opacity: 0.95;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
    filter: alpha(opacity=95);
}

.best-seller.most-sold {
    position: relative;
}
.best-seller.most-sold > h6 {
    border-left:1px solid #d6d6d6;
    border-top:1px solid #d6d6d6;
    border-bottom:1px solid #d6d6d6;
    border-right:none;
	
    background: none repeat scroll 0 0 #F4F4F4;
    color: #444444;
    font-family: Noto Sans;
    font-size: 13px;
    line-height: 8px;
    margin: 0;
    padding: 10px 15px;
    position: absolute;
    right: 11px;
    top: 30px;
	
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.best-seller.most-sold:hover h6 {
    opacity: 0;
    right: -25%;
}
.all-remove-gap {
    margin-top: -50px;
}
.sold-thumb {
    float: left;
    position: relative;
    width: 100%;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;

}
.sold-thumb:hover {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.sold-thumb > img {
    border: 1px solid #D6D6D6;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
	
    float: left;
    overflow: hidden;
    width: 100%;
}
.sold-thumb > i {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
	
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
	
    height: 10px;
    left: 50%;
    margin-left: -5px;
    margin-top: -5px;
    opacity: 0;
    position: absolute;
    top: 50%;
    z-index: 998;

    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;

    width: 10px;
}
.most-sold:hover .sold-thumb > i {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;

    height: 50%;
    opacity: 1;
    width: 50%;
    margin: 0;
}
.most-sold:hover .sold-thumb > i.box1 {
    left: 0;
    top: 0;

    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;

}
.most-sold:hover .sold-thumb > i.box2 {
    right: 0;
    top: 0;

    -webkit-transition: all 0.5s ease 0.3s;
    -moz-transition: all 0.5s ease 0.3s;
    -ms-transition: all 0.5s ease 0.3s;
    -o-transition: all 0.5s ease 0.3s;
    transition: all 0.5s ease 0.3s;
}
.most-sold:hover .sold-thumb > i.box3 {
    left: 0;
    bottom: 0;

    -webkit-transition: all 0.5s ease 0.1s;
    -moz-transition: all 0.5s ease 0.1s;
    -ms-transition: all 0.5s ease 0.1s;
    -o-transition: all 0.5s ease 0.1s;
    transition: all 0.5s ease 0.1s;

}
.most-sold:hover .sold-thumb > i.box4 {
    right: 0;
    bottom: 0;

    -webkit-transition: all 0.5s ease 0.2s;
    -moz-transition: all 0.5s ease 0.2s;
    -ms-transition: all 0.5s ease 0.2s;
    -o-transition: all 0.5s ease 0.2s;
    transition: all 0.5s ease 0.2s;
}
.sold-thumb > a {
    border: 2px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;

    color: #fff;
    font-family: open sans;
    font-size: 13px;
    left: 50%;
    margin-left: -55px;
    margin-top: -22px;
    padding: 6px 12px;
    position: absolute;
    top: 50%;

    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);

    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;

    z-index: 999;
    opacity: 0;
}

.best-seller.most-sold:hover .sold-thumb > a {
    
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);

    opacity: 1;
}
.best-seller.most-sold > h3, .best-seller.most-sold > h2 {
    color: #444444;
    font-family: Noto Sans;
    font-size: 15px;
    letter-spacing: 0.3px;
    margin-bottom: 0;
    height: 50px;
    overflow: hidden;
}
     .best-seller.most-sold > h3 > a, .best-seller.most-sold > h2 > a {
        color: #444444;
    }
.best-seller.most-sold > small {
    display: block;
    margin-bottom: 10px;
}
.best-seller > h3 > i {
    font-style: normal;
    font-weight: 400;
}
.best-seller.most-sold > ul {
    float: left;
    margin: 0;
    padding: 0;
    width: 35%;
}
.best-seller.most-sold > .tooltip-btn {
    float: right;
}
.best-seller.most-sold ul li {
    border: 1px solid #E3E3E3;
	
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
	
    float: left;
    height: 26px;
    list-style: none outside none;
    margin-top: 0;
    margin-right: 0;
    width: 30px;
}
/*.best-seller.most-sold > a {
    display: none;
}*/
.best-seller.most-sold span i {
    display: none;
}
.best-seller.most-sold > span {
    border: 1px solid #E3E3E3;
    color: #444444;
    float: left;
    font-family: Noto Sans;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 10px;
    text-align: center;
    width: auto;
}
.best-seller.most-sold > .tooltip-btn li {
    margin: 0 0 0 10px;
}
.best-seller.most-sold ul li a {
    color: #6C6C6C;
    float: left;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    width: 100%;
}



/* Shop tab */
#tab-photos .owl-buttons {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#tab-photos .owl-buttons .owl-next {
    position: absolute;
    right: 0;
	
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
#tab-photos .owl-buttons {
    left: 0;
    margin-top: -48px;
    position: absolute;
    top: 50%;
    width: 100%;
}
.shop-tab li.active > a {
    background: none repeat scroll 0 0 #FEFEFE;
	
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
	
    float: left;
}
.shop-tab li a:hover {
    border-color: #D6D6D6;
}
.shop-tab li a {
    background: none repeat scroll 0 0 #F6F6F6;
    border: 1px solid #D6D6D6;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
	
    color: #6C6C6C;
    font-size: 14px;
    font-weight: 500;
    line-height: 11px;
    margin: 0 10px 0 0;
    padding: 15px 20px;
}
.tab-photos {
    background: none repeat scroll 0 0 #FEFEFE;
    float: left;
    width: 100%;
}
.tab-content {
    background: none repeat scroll 0 0 #FEFEFE;
    border-bottom: 1px solid #D6D6D6;
    border-left: 1px solid #D6D6D6;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
	
    border-right: 1px solid #D6D6D6;
    float: left;
    padding: 30px 20px;
    width: 100%;
}
.tab-photo-sec {
    float: left;
    position: relative;
    width: 100%;
}
.tab-photo {

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
	
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.tab-photo > img {
    float: left;
    width: 100%;
}
.tab-photo > span {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
	
    bottom: 2%;
    color: #363636;
    font-family: open sans;
    font-size: 18px;
    left: 2%;
    line-height: 13px;
    padding: 20px;
    position: absolute;
    width: 96%;
}
.tab-photo-des {
    float: left;
    padding-top: 20px;
    width: 100%;
}
.tab-photo-des > p {
    color: #404040;
    float: left;
    font-family: open sans;
    font-size: 13px;
    letter-spacing: 0.3px;
    line-height: 21px;
    margin: 0 0 -3px;
    width: 100%;
}
#tab-photos {
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
}

#tab-photos .owl-buttons div {
    background-color: #F4F4F4;
    background-image: url("../images/s-arrow.png");
    background-position: 8px 8px;
    background-repeat: no-repeat;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
	
    color: rgba(0, 0, 0, 0);
    float: left;
    height: 30px;
    width: 29px;
}
#tab-photos .owl-buttons .owl-prev {
    left: 0;
    position: absolute;
}

/* Tab Reviews */
.tab-reveiws {
    float: left;
    width: 100%;
}
.tab-reveiws > ul {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.tab-reveiws ul li {
    float: left;
    list-style: none outside none;
    margin-bottom: 30px;
    width: 100%;
}
.tab-reveiws li span {
    border: 1px solid #D6D6D6;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;	
	
    float: left;
    margin-right: 20px;
    overflow: hidden;
    position: relative;
}

.tab-reveiws ul li:hover span:before {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
.tab-reveiws li span:before {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.85);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
	
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);

	-webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
	
    width: 100%;
    z-index: 99;
}
.tab-reveiws ul li:hover span img {

    -webkit-transform: scale(1.2) rotate(10deg);
    -moz-transform: scale(1.2) rotate(10deg);
    -ms-transform: scale(1.2) rotate(10deg);
    -o-transform: scale(1.2) rotate(10deg);
    transform: scale(1.2) rotate(10deg);
}
.tab-reveiws li span img {
    float: left;

	-webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
	
    width: 100%;
}
.tab-reveiws li a {
    color: #3B3B3B;
    display: block;
    font-family: open sans;
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 10px;
    margin-bottom: 10px;
    margin-top: 6px;

	-webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
	
}
.tab-reveiws li a:hover {
    color: #64b32c;
}
.tab-reveiws ul li:last-child {
    margin: 0;
}
.tab-reveiws li i {
    color: #888787;
    display: block;
    font-family: open sans;
    font-size: 11px;
    font-style: normal;
    letter-spacing: 0.3px;
    line-height: 10px;
    margin-bottom: 10px;
}
.tab-reveiws li p {
    color: #404040;
    display: block;
    font-family: open sans;
    font-size: 13px;
    letter-spacing: 0.3px;
    line-height: 21px;
    margin: -7px 0 0;
}

/* Inner Page */
#inner-head h1 {
    color: #FFFFFF;
    float: left;
    font-family: Raleway;
    font-size: 50px;
    font-weight: 300;
    letter-spacing: 0.3px;
    line-height: 36px;
    margin: 0;
    text-align: center;
    width: 100%;
}

/* Product Tab */
aside {
    float: left;
    width: 100%;
}


/* Widhet Get Help */
.w-get-help {
    border: 1px solid #64b32c;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;	
	
    float: left;
    padding: 15px;
    width: 100%;
}
.w-get-help > ul {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.w-get-help > ul > li{
    float: left;
    list-style: none outside none;
    margin-bottom: 30px;
    width: 100%;
}
.w-get-help ul li:last-child {
    margin: 0;
}
.w-get-help ul li span {
    border: 3px solid #262525;
	
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
	
    color: #262525;
    float: left;
    font-family: open sans;
    font-size: 11px;
    font-weight: 600;
    height: 20px;
    line-height: 14px;
    margin-right: 10px;
    text-align: center;
    width: 20px;
}
.w-get-help > ul > li:hover span {
    border-color: #E96353;
    color: #E96353;
}
.w-get-help > ul > li:hover h3 {
    color: #E96353;
}
.w-get-help ul li p {
    color: #424242;
    float: left;
    font-family: open sans;
    font-size: 11px;
    letter-spacing: 0.3px;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 20px;
    width: 100%;
}
.w-get-help ul li > i {
    color: #E96353;
    font-family: open sans;
    font-size: 13px;
    font-style: normal;
    text-decoration: underline;
}
.w-get-help ul li p i {
    color: #E96353;
    font-style: normal;
    text-decoration: underline;
}
.w-get-help ul li h3 {
    display: block;
    font-family: open sans;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.3px;
    line-height: 20px;
    margin: 0;
}
.w-get-help > ul > li ul {
    float: left;
    margin-top: 30px;
    padding: 0;
    width: 100%;
}
.w-get-help > ul > li ul li {
    float: left;
    list-style: none outside none;
    margin-bottom: 15px;
    width: 100%;
}
.w-get-help > ul > li ul li i {
    color: #262525;
    float: left;
    font-family: FontAwesome;
    font-size: 14px;
    margin-right: 25px;
    text-align: center;
    text-decoration: none;
    width: 10%;
}
.w-get-help ul li ul li:hover p, .w-get-help ul li ul li:hover i {
    color: #E96353;
}
.w-get-help > ul > li ul li p {
    display: block;
    float: none;
    line-height: 12px;
    margin: 0;
    width: auto;
}

/* Widget Discount offer */
.w-discount {
    border: 1px solid #CCCCCC;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;	
	
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.w-discount-des > h3 {
    color: #404040;
    float: left;
    font-family: Raleway;
    font-size: 14px;
    font-weight: 400;
    margin: 20% 0 15%;
    text-align: center;
    width: 100%;
}
.w-discount-des > i {
    color: #404040;
    float: left;
    font-family: Raleway;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 25px;
    margin-top: 25px;
    text-align: center;
    width: 100%;
}
.w-discount-des > p {
    color: #404040;
    float: left;
    font-family: Raleway;
    font-size: 14px;
    font-weight: 700;
    line-height: 11px;
    margin: 0 0 25px;
    text-align: center;
    width: 100%;
}
.w-discount-des > a {

    background: none repeat scroll 0 0 #29BBDC;
	
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
	
    color: #FFFFFF;
    display: table;
    float: none;
    font-family: Raleway;
    font-size: 12px;
    font-weight: 400;
    line-height: 10px;
    margin: 10px auto 0;
    padding: 10px 18px;
}
.w-discount > img {
    float: left;
    width: 100%;
}
.w-discount-des {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}

/* Categories Widget */
.categories-widget {
    float: left;
    width: 100%;
    display: block;
}
.categories-widget ul {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.categories-widget ul li {
    border-bottom: 1px solid #E7E7E7;
    color: #474646;
    float: left;
    font-family: Noto Sans;
    font-weight: 500;
    letter-spacing: 0.3px;
    line-height: 27px;
    list-style: none outside none;
    padding-bottom: 5px !important;
    padding-top: 5px;
    width: 100%;
	
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	
}
.categories-widget ul li a {
    color: #474646;
    float: left;
    font-family: Noto Sans;
    font-weight: 500;
    letter-spacing: 0.3px;
    line-height: 27px;

}

.categories-widget ul li.nav_active.nav_active a {
    font-weight: bold;
    padding-left: 0;
}

.categories-widget ul li a.nav_active {
    font-weight: bold;
}

.categories-widget ul li ul li {
    border-bottom: 0;
    padding-bottom: 0;
}

.categories-widget .nav_2, .categories-widget .nav_2_active {
    padding-left: 30px;
    padding-bottom: 0;
}

.categories-widget .nav_3, .categories-widget .nav_3_active {
    padding-left: 60px;
    padding-bottom: 0;
}

.categories-widget .nav_4, .categories-widget .nav_4_active {
    padding-left: 90px;
    padding-bottom: 0;
}

.categories-widget li:hover {
    /*padding-left: 20px;*/
}

.categories-widget ul li span {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E7E7E7;
	
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;	
	
	
    -webkit-box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.08) inset;
    -moz-box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.08) inset;
    -ms-box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.08) inset;
    -o-box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.08) inset;
    box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.08) inset;
	
    color: #474646;
    float: right;
    font-family: Open Sans;
    font-size: 13px;
    line-height: 8px;
    padding: 9px 8px;
}
.categories-widget ul li i {
    background: none repeat scroll 0 0 #64b32c;
	
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
	
    float: left;
    height: 10px;
    margin-right: 20px;
    margin-top: 9px;
    width: 10px;
}


.categories-widget li a {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.categories-widget li a.nav_1:hover {
    padding-left: 30px;    
}
.categories-widget ul.subsections li a.nav_2:hover {
    padding-left: 50px;
}
/* Item Details */
.item-deals-sec {
    float: left;
    width: 100%;
}
.single-product-tab {
    float: left;
    margin-bottom: 40px;
    width: 100%;
}
.single-product-tab > .tab-content {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    float: left;
    margin-bottom: 30px;
    padding: 0;
    width: 100%;
}
.single-product-tab > .tab-content > .tab-pane > img, .single-product-tab > .tab-content > .tab-pane > a img {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
	
    float: left;
    width: 100%;
}

.single-product-tab > .nav-tabs {
    border: medium none;
    display: table;
    float: left;
    margin: 0 auto;
    padding: 0;
    width: auto;
}

#single-post-tabs li img {
    border: 1px solid #fff;
    border-radius: 2px 2px 0 0;
}

#single-post-tabs li.active img {
    border: 1px solid #64b32c;
}

.single-product-tab > .nav-tabs > li > a {
    border: medium none;
}
.single-product-tab > .nav-tabs > li.active > a:hover,
.single-product-tab > .nav-tabs > li.active > a:focus {
    border: medium none;
}
.single-product-tab > .nav-tabs > li {
    border: medium none;
    float: left;
    margin: 0;
    width: 33.3%;
}
.single-product-tab > .nav-tabs > li:last-child {
    margin: 0;
}
.single-product-tab > .nav-tabs > li > a {
    border: medium none;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.single-post-desc {
    float: left;
    width: 100%;
}
.single-post-head {
    border: 1px solid #D1D1D1;
    float: left;
    /*height: 78px;*/
    margin-bottom: 10px;
    position: relative;
    width: 100%;
    padding: 20px 20px;
}

.single-post-head > ul {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0;
    padding: 0 20px;
    position: absolute;
    right: 20px;
    top: -9px;
}
.single-post-head > ul li span{
    text-transform: uppercase;
}
.single-post-head > ul > li > i {
    color: #CB4537;
    float: left;
    font-size: 14px;
    margin-right: 5px;
}
.single-post-head > ul > li:last-child > i {
    margin: 0;
}
.single-post-head > ul > li.un-rate > i {
    color: #9F9F9F;
}

.single-post-head > span > i {
    color: #E9E6E6;
    float: left;
    font-family: open sans;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    line-height: 10px;
    margin-bottom: 8px;
    text-align: left;
    width: 100%;
}
.single-post-head > h1 {
    color: #202020;
    display: block;
    font-family: Noto Sans;
    font-size: 17px;
    line-height: 20px;
    margin: 0 0 15px;
    text-transform: uppercase;
    width: auto;
}
.single-post-head > h1 > i {
    color: #64b32c;
    font-style: normal;
}
.single-post-head > p {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #1C1C1C;
    float: right;
    font-family: open sans;
    font-size: 13px;
    font-weight: 600;
    line-height: 10px;
    margin-right: 52px;
    margin-top: -1px;
    padding: 0 20px;
    text-align: center;
    width: auto;
}
.single-post-head > p > i {
    color: #595959;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
}

.single-post-head > ul > li {
    float: left;
    list-style: none outside none;
}
.select-color {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.select-color > li {
    float: left;
    list-style: none outside none;
    margin-right: 10px;
}
.select-color > li > span:hover {

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.single-post-desc .decrements > form {
    float: left;
    margin-top: 30px;
}

.single-post-desc > a {
    background: none repeat scroll 0 0 #383838;
	
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
	
    color: #FFFFFF;
    float: left;
    font-family: open sans;
    font-size: 13px;
    letter-spacing: 0.3px;
    line-height: 10px;
    margin-right: 30px;
    margin-top: 30px;
    padding: 15px 20px;
}
#item-detals li a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #DADADA;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;	
	
    color: #696969;
    font-family: open sans;
    font-size: 15px;
    letter-spacing: 0.3px;
    line-height: 10px;
    margin: 0 20px 0 0;
    padding: 15px 20px;
    text-transform: uppercase;
}
#item-detals .active > a {
    background: none repeat scroll 0 0 #EEEEEE;
}
#item-detals {
    border: medium none;
    float: left;
    margin: 35px 0;
    width: 100%;
}
#item-details {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    float: left;
    padding: 0;
    width: 100%;
}

/* Tab Features */
.tab-features {
    float: left;
    padding-right: 10px;
    width: 100%;
}
.tab-features > h3 {
    color: #454545;
    float: left;
    font-family: open sans;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.3px;
    line-height: 11px;
    margin: 0 0 20px;
    width: 100%;
}
.tab-features > p {
    color: #454545;
    float: left;
    font-family: open sans;
    font-size: 13px;
    letter-spacing: 0.3px;
    line-height: 25px;
    margin: 0;
    width: 100%;
}
.tab-features > ul {
    float: left;
    margin: 25px 0;
    padding: 0;
    width: 100%;
}
.tab-features ul li p {
    color: #454545;
    float: left;
    font-family: open sans;
    font-size: 13px;
    letter-spacing: 0.3px;
    margin-left: 20px;
}
.tab-features ul li i {
    background: none repeat scroll 0 0 #6A6A6A;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;	
	
    color: #FFFFFF;
    float: left;
    font-size: 11px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    width: 19px;
}

/* 404 Error Page*/
.error-page {
    display: table;
    margin: 0 auto;
}

.error-page > img {
    display: table;
    float: none;
    margin: 0 auto;
}
.error-page > h2 {
    color: #242426;
    float: left;
    font-family: open sans;
    font-size: 37px;
    letter-spacing: 0.3px;
    line-height: 30px;
    margin: 55px 0 45px;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.14);
    text-transform: uppercase;
    width: 100%;
}
.error-page > h2 > i {
    color: #64b32c;
    font-style: normal;
    font-weight: bold;
}
.error-page > h3 {
    color: #242426;
    float: left;
    font-family: open sans;
    font-size: 20px;
    letter-spacing: 0.3px;
    line-height: 16px;
    margin: 0 0 50px;
    text-align: center;
    width: 100%;
}
.error-page > form {
    background-image: url("../images/search-bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
	
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
	
    display: table;
    float: none;
    margin: 0 auto;
    padding: 8px;
}
.error-page > form > input {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D5D5D5;
	
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
	
    color: #333333;
    float: left;
    font-family: open sans;
    font-size: 14px;
    height: 44px;
    margin-bottom: 4px;
    margin-right: 3px;
    padding: 0 19px;
    width: 428px;
}
.error-page > form > .submit {
    background: none repeat scroll 0 0 #64b32c;
    border: 1px solid #CC9A00;
    color: #FFFFFF;
    font-family: open sans;
    font-size: 15px;
    line-height: 10px;
    margin-left: 10px;
    padding: 0 23px;
    width: auto;
}
.error-page > ul {
    display: table;
    float: none;
    margin: 50px auto 0;
    padding: 0;
}
.error-page > ul > li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 40px;
    list-style: none outside none;
    margin: 0 6px;

    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;

    width: 40px;
}
.error-page > ul > li > a > i {
    float: left;
    line-height: 38px;
    text-align: center;
    width: 100%;
}

.error-page > ul > li > a:hover {
    background: none repeat scroll 0 0 #64b32c;
    border: 1px solid #CC9A00;
    color: #FFFFFF;
}
.error-page > ul > li > a {
    border: 1px solid #D5D5D5;
    color: #D5D5D5;
    float: left;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    -webkit-transition: all 0.4s ease 0.1s;
    -moz-transition: all 0.4s ease 0.1s;
    -ms-transition: all 0.4s ease 0.1s;
    -o-transition: all 0.4s ease 0.1s;
    transition: all 0.4s ease 0.1s;

    width: 100%;
}




/* Discount Deal */

.discount-deal {
    background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #CCCCCC;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;	
	
    float: left;
    padding: 20px;
    width: 100%;
}
.discount-image {
    float: right;
    position: relative;
    width: 50%;
}

/* Contact Page */
.contact-details {
    float: left;
    width: 100%;
}
.contact-details > p {
    color: #404040;
    float: left;
    font-family: open sans;
    font-size: 14px;
    letter-spacing: 0.22px;
    line-height: 24px;
    margin: 0 0 30px;
    width: 100%;
}
.social-btns {
    background: none repeat scroll 0 0 #F9F9F9;
    border: 1px solid #E9E9E9;
	
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
	
    float: left;
    margin: 0;
    padding: 20px 10px 0;
    width: 67%;
}
.social-btns > li {
    float: left;
    list-style: none outside none;
}
.social-btns li a {
    float: left;
    margin-bottom: 20px;
}
.social-btns > li > a > i {
    background: none repeat scroll 0 0 #F1F1F1;
	
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
	
    color: #373737;
    float: left;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    margin: 0 11px;
    text-align: center;
	
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
	
    width: 41px;
}
.contact-info {
    float: left;
}
.social-btns > li > a > .fa.fa-facebook:hover {
    background: none repeat scroll 0 0 #3b5998;
    color: #FFFFFF;
}
.social-btns > li > a > .fa.fa-twitter:hover {
    background: none repeat scroll 0 0 #00aced;
    color: #FFFFFF;
}
.social-btns > li > a > .fa.fa-google-plus:hover {
    background: none repeat scroll 0 0 #dd4b39;
    color: #FFFFFF;
}
.social-btns > li > a > .fa.fa-linkedin:hover {
    background: none repeat scroll 0 0 #007bb6;
    color: #FFFFFF;
}
.social-btns > li > a > .fa.fa-pinterest:hover {
    background: none repeat scroll 0 0 #cb2027;
    color: #FFFFFF;
}
.social-btns > li > a > .fa.fa-youtube:hover {
    background: none repeat scroll 0 0 #bb0000;
    color: #FFFFFF;
}
.social-btns > li > a > .fa.fa-github:hover {
    background: none repeat scroll 0 0 #333333;
    color: #FFFFFF;
}
.social-btns > li > a > .fa.fa-rss:hover {
    background: none repeat scroll 0 0 #ffb466;
    color: #FFFFFF;
}
.contact-info {
    float: left;
    margin-top: 20px;
}
.contact-info > span i {
    background: none repeat scroll 0 0 #646464;
	
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
	
    color: #FFFFFF;
    float: left;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    margin-right: 20px;
    text-align: center;
    width: 28px;
}
.contact-info > span {
    color: #494949;
    float: left;
    font-family: open sans;
    font-size: 13px;
    letter-spacing: 0.3px;
    line-height: 25px;
    margin-bottom: 10px;
    width: 100%;
}
.contact-details > iframe {
    border: medium none;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;	
	
    float: left;
    margin-top: 30px;
    width: 100%;
}
.contact-form {
    float: left;
    width: 100%;
}
.contact-form > form {
    float: left;
    width: 100%;
}
.input-style {
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #DCDCDC;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;	
	
    float: left;
    font-family: open sans;
    font-size: 12px;
    letter-spacing: 0.3px;
    /*line-height: 10px;*/
    line-height: 23px;
    margin-bottom: 30px;
    padding: 6px 6px 6px 10px;
    width: 100%;
}

.input-style-cart {
    margin-bottom: 0;
    padding: 8px 6px 7px 10px;
    float: none;
    width: 54px;
}
.contact-form textarea {
    height: 236px;
    padding-top: 12px;
}
.contact-form .submit {
    background: none repeat scroll 0 0 #B9B9B9;
    border: medium none;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;	
	
    color: #FFFFFF;
    float: right;
    font-family: open sans;
    font-size: 14px;
    padding: 8px 24px;
}



/* Cart Page */
.add-cart-sec {
    float: left;
    width: 100%;
}

.cart-head {
    background: none repeat scroll 0 0 #64b32c;
    float: left;
    width: 100%;
}
#cart-product {
    float: left;
    width: 50%;
}
#cart-price {
    float: left;
    width: 15%;
}
#cart-quanity {
    float: left;
    width: 20%;
}
#cart-total {
    float: left;
    width: 15%;
}
.cart-head > h2 {
    color: #FFFFFF;
    float: left;
    font-family: Raleway;
    font-size: 18px;
    font-weight: bold;
    line-height: 14px;
    margin: 0;
    padding: 20px 0;
    text-align: center;
}
.cart-total-box .cart-head > h2 {
    border: medium none;
    float: left;
    width: 100%;
}
.add-cart-sec > ul {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.add-cart-sec > ul > li {
    background: none repeat scroll 0 0 #F8F8F8;
    border: 1px solid #64b32c;
    float: left;
    list-style: none outside none;
    margin-bottom: 30px;
    width: 100%;
}

.add-cart-sec > ul > li:last-child {
    margin: 0;
}

.cart-product {
    border-right: 1px solid #C1C1C1;
    float: left;
    padding: 15px;
    width: 50%;
}
.cart-thumb {

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;	
	
    float: left;
    overflow: hidden;
    position: relative;
    /*width: 35%;*/

    /* height: 122px; */ /* Why ohh why? */
}

.cart-thumb:before {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.85);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
	
    -webkit-transform: rotate(45deg) scale(0);
    -moz-transform: rotate(45deg) scale(0);
    -ms-transform: rotate(45deg) scale(0);
    -o-transform: rotate(45deg) scale(0);
    transform: rotate(45deg) scale(0);
	
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
	
    width: 100%;
}
.add-cart-sec > ul > li:hover .cart-thumb:before {
    left: 0;
    top: 0;
	
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
}
.cart-thumb > img {
    float: left;
    width: 100%;
    max-width: 105px;
}
.cart-thumb > a {
    background: none repeat scroll 0 0 #64b32c;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;	
	
    color: #FFFFFF;
    font-size: 16px;
    height: 28px;
    left: 50%;
    line-height: 28px;
    margin-left: -14px;
    margin-top: -14px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
	
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);

    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
	
    width: 28px;
    cursor: pointer;
}
.add-cart-sec > ul > li:hover .cart-thumb > a {
    opacity: 1;
	
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.cart-details {
    float: right;
    padding-left: 15px;
    width: 80%;
}
.cart-details > h5 {
    color: #64b32c;
    float: left;
    font-family: Raleway;
    font-size: 13px;
    line-height: 20px;
    margin: 0;
}
    .cart-details > h5 > a, .cart-details > h5 > a:hover {
        color: #64b32c;
    }
.cart-details > span {
    color: #555555;
    float: left;
    font-family: Open Sans;
    font-size: 11px;
    line-height: 17px;
    margin-top: 15px;
    width: 100%;
}
.cart-details > span > i {
    float: left;
    height: 17px;
    margin-left: 10px;
    width: 17px;
}
.cart-details > span > strong {
    float: left;
    font-weight: normal;
    margin-right: 10px;
}
.cart-details > span > .red {
    background: none repeat scroll 0 0 #E96353;
}
.cart-details > span > .green {
    background: none repeat scroll 0 0 #57c06a;
}
.cart-details > span > .blue {
    background: none repeat scroll 0 0 #449ac8;
}
.cart-details > p {
    color: #555555;
    float: left;
    font-family: open sans;
    font-size: 11px;
    letter-spacing: 0.3px;
    line-height: 10px;
    margin: 10px 0 0;
    width: 100%;
}
.cart-product > a > span {
    background: none repeat scroll 0 0 #64b32c;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;	
	
    color: #FFFFFF;
    float: left;
    font-family: open sans;
    font-size: 11px;
    line-height: 10px;
    margin: 0 auto 0 10px;
    padding: 5px 10px;
}
.cart-product > a {
    float: left;
    margin-top: 15px;
    width: 100%;
}
.cart-price {
    border-right: 1px solid #C1C1C1;
    float: left;
    /*padding: 15px;*/
    width: 15%;
}
div.cart-price {
    min-height: 100px;
}
.cart-price > span {
    color: #555555;
    float: left;
    font-family: open sans;
    font-size: 20px;
    line-height: 135px;
    text-align: center;
    width: 100%;
}
.cart-quanity > .decrements form input[type="button"] {
    background: none repeat scroll 0 0 #64b32c;
	
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
	
    float: left;
    font-size: 17px;
    height: 27px;
    width: 100%;
}
.cart-quanity > .decrements > form {
    border: 0 none;
    display: table;
    float: none;
    margin: 0 auto;
    padding: 0;
    width: 90px;
}
.cart-total > span {
    display: table;
    float: none;
    margin: 42px auto 0;
}
.cart-total > span > i {
    background: none repeat scroll 0 0 #FFFFFF;
	
    -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.22) inset;
    -moz-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.22) inset;
    -ms-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.22) inset;
    -o-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.22) inset;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.22) inset;
	
    float: left;
    font-family: open sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    padding: 20px;
}
.cart-total {
    float: left;
    width: 15%;
}
.cart-quanity {
    border-right: 1px solid #C1C1C1;
	float: left;
    width: 20%;
    /*line-height: 150px;*/
    text-align: center;
}
.cart-quanity .decrements {
    margin: 0;
    padding: 49px 0;
}
.cart-quanity > .decrements > form > .qty {
    background: none repeat scroll 0 0 #FFFFFF;
	
    -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.22) inset;
    -moz-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.22) inset;
    -ms-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.22) inset;
    -o-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.22) inset;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.22) inset;
	
    float: left;
    height: 34px;
    padding: 0;
    text-align: center;
    width: 100%;
}
.cart-quanity > .decrements > form {
    width: 90px;
}
.cart-price > span > i {
    font-family: open sans;
    font-style: normal;
    font-weight: bold;
    margin-right: 20px;
    text-decoration: line-through;
}
.cart-total-box {
    float: left;
    //margin-top: 60px;
    margin-bottom: 21px;
    width: 100%;
}
.cart-total-box > .cart-head > h2#cart-product {
    float: left;
    text-align: center;
    width: 100%;
}
.cart-total-box > ul {
    background: none repeat scroll 0 0 #f9f9f9;
    border: 1px solid #64b32c;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.cart-total-box.save-cart > ul > li {
    line-height: inherit;
}
.cart-total-box.save-cart {
    margin-top: 0;
}
.cart-total-box > ul > li {
    float: left;
    line-height: 13px;
    list-style: none outside none;
    padding: 15px 20px;
    width: 100%;
    color: #333;
}
.cart-total-box > ul > li:nth-child(2n+1){
	background:#FCFCFC;
}
.cart-total-box > ul > li > span {
    color: #555555;
    float: left;
    font-family: open sans;
    font-size: 14px;
    letter-spacing: 0.3px;
    text-align: left;
    width: 60%;
    line-height: 1.3;
}
.cart-total-box > ul > li > i {
    color: #333;
    float: left;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-align: right;
    width: 40%;
}

.cart-total-box select {
    border: 1px solid #64b32c;
}

.customlist > select {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #C6DADE;
	
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
	
    -webkit-box-shadow: 0 1px 2px #E9F3F6;
    -moz-box-shadow: 0 1px 2px #E9F3F6;
    -ms-box-shadow: 0 1px 2px #E9F3F6;
    -o-box-shadow: 0 1px 2px #E9F3F6;
    box-shadow: 0 1px 2px #E9F3F6;
	
    color: #555555;
    float: left;
    font-family: open sans;
    font-size: 16px;
    height: 30px;
    padding-left: 10px;
    position: relative;
    width: 100%;
}
li.customlist {
    float: left;
    position: relative;
    width: 100%;
}
.customlist:before {
    background: url("../images/list-arrow.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    height: 30px;
    position: absolute;
    right: 20px;
    top: 15px;
    width: 36px;
    z-index: 99999;
}
.cart-total-box > ul > li > input {
    border: 1px solid #64b32c;
	
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
	
    -webkit-box-shadow: 0 1px 2px #E9F3F6;
    -moz-box-shadow: 0 1px 2px #E9F3F6;
    -ms-box-shadow: 0 1px 2px #E9F3F6;
    -o-box-shadow: 0 1px 2px #E9F3F6;
    box-shadow: 0 1px 2px #E9F3F6;
	
    /*color: #D2D2D2;*/
    float: left;
    font-family: Raleway;
    font-size: 13px;
    height: 30px;
    padding: 0 0 0 15px;
    width: 100%;
    margin-bottom: 10px;
}
.cart-total-box > ul > li a {
    background: none repeat scroll 0 0 #64b32c;
	
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
	
    color: #FFFFFF;
    float: right;
    font-family: Raleway;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.3px;
    line-height: 9px;
    padding: 13px 38px;
}

/* Breadcrumb */
.breadcrumb-wrapper {
    background: none repeat scroll 0 0 #FCFCFC;
    padding-left: 10px;
    margin-bottom: 30px;
    width: 100%;
}
.breadcrumb-wrapper > p {
    margin: 0;
    font-size: 12px;
}
.breadcrumb-wrapper > p a {
    color: #64b32c;   
}
/* Footer */
footer {
    background: none repeat scroll 0 0 #252525;
    float: left;
    width: 100%;
}
footer h3 {
    color: #F2F2F2;
    float: left;
    font-family: Noto Sans;
    font-size: 15px;
    line-height: 11px;
    margin: 0 0 30px;
    padding-bottom: 10px;
    position: relative;
    width: 100%;
}
footer h3 i {
    font-style: normal;
    font-weight: 600;
}
footer h3:before {
    background: none repeat scroll 0 0 #6c6c6d;
    bottom: -1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 25%;
}
footer p {
    color: #939393;
    float: left;
    font-family: open sans;
    font-size: 13px;
    letter-spacing: 0.3px;
    line-height: 21px;
    margin: 0;
    width: 100%;
}
.footer-about {
    background: url("../images/map.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    float: left;
    width: 100%;
}
.footer-about > ul {
    float: left;
    margin: 23px 0 0;
    padding: 0;
    width: 100%;
}
.footer-about ul li:last-child {
    margin: 0;
}
.footer-about ul li {
    float: left;
    list-style: none outside none;
    margin-bottom: 15px;
    width: 100%;
}
.footer-about ul li span {
    border: 1px solid #61666C;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;	
	
    float: left;
    margin-right: 20px;

	-webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.footer-about ul li:hover span {

    -webkit-box-shadow: 0 0 14px #000000;
    -moz-box-shadow: 0 0 14px #000000;
    -ms-box-shadow: 0 0 14px #000000;
    -o-box-shadow: 0 0 14px #000000;
    box-shadow: 0 0 14px #000000;
}
.footer-about ul li i {
    background: none repeat scroll 0 0 #61666C;
    border: 1px solid #252525;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;	
	
    color: #FFFFFF;
    float: left;
    font-size: 18px;
    height: 30px;
    line-height: 27px;

    position: relative;
    text-align: center;
    width: 33px;
}
.footer-about ul li p {
    color: #C9C9C9;
    display: block;
    float: none;
    line-height: 10px;
    margin-bottom: 10px;
}

.footer-product {
    float: left;
    width: 100%;
}
.footer-product > span {

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;	

    margin-right: 15px;

}
.footer-product span img {
    float: left;
    width: 100%;
}
.footer-product > h4 {
    display: block;
    font-family: open sans;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1px;
    line-height: 21px;
    margin: 0;
}
.footer-product > h4 a {
    color: #B05F54;
}
.footer-product > p {
    display: block;
    letter-spacing: 0.3px;
    line-height: 21px;
    margin-top: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}
.footer-product > ul {
    display: block;
    float: none;
    margin: 25px 0 0;
    padding: 0;
}


.footer-product > ul li {
    border: 1px solid #60656B;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;	
	
    float: left;
    list-style: none outside none;
    margin-right: 10px;
    padding: 1px;
}
.footer-product ul li a {
    background: none repeat scroll 0 0 #60656B;
    color: #FFFFFF;
    float: left;
    font-size: 14px;
    height: 26px;
    line-height: 25px;
    text-align: center;
    width: 30px;

	-webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.footer-product ul li a:hover {

    -webkit-box-shadow: 0 0 14px #000000;
    -moz-box-shadow: 0 0 14px #000000;
    -ms-box-shadow: 0 0 14px #000000;
    -o-box-shadow: 0 0 14px #000000;
    box-shadow: 0 0 14px #000000;
}

.footer-post {
    float: left;
    width: 100%;
}
.footer-post > ul {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.footer-post li {
    background: none repeat scroll 0 0 #2D2C2C;
    border: 1px solid #535353;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;	
	
    -webkit-box-shadow: 1px 1px 0 #1B1A1A inset;
    -moz-box-shadow: 1px 1px 0 #1B1A1A inset;
    -ms-box-shadow: 1px 1px 0 #1B1A1A inset;
    -o-box-shadow: 1px 1px 0 #1B1A1A inset;
    box-shadow: 1px 1px 0 #1B1A1A inset;
	
    float: left;
    list-style: none outside none;
    margin-bottom: 10px;
    padding: 10px 10px 10px 10px;

    width: 100%;

	-webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.footer-post li a {
    color: #C9C9C9;
    float: left;
    font-family: open sans;
    font-size: 14px;
    letter-spacing: 0.4px;
    line-height: 18px;
    margin-bottom: 0;
    width: 100%;
}
.footer-post li i {
    color: #888787;
    float: left;
    font-family: open sans;
    font-size: 11px;
    font-style: normal;
    line-height: 8px;
    width: 100%;
}
.footer-post li:hover {
    border: 1px solid #81534d;
}
.footer-deal {
    float: left;
    position: relative;
    width: 100%;
}
.footer-deals {
    float: left;
    overflow: hidden;
    width: 100%;
}
.footer-deals > a {
    float: left;
    margin-bottom: 10px;
    margin-right: 9px;
    overflow: hidden;
    position: relative;
    width: 47%;
}
.footer-deals > a img {
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
	
    float: left;
    height: auto;
    overflow: hidden;
    width: 100%;
}
.footer-deals > a:nth-child(2n+2) {
    margin-right: 0;
}
.footer-deals > a:before {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.95);
	
    -webkit-border-radius: 0 2px 0 0;
    -moz-border-radius: 0 2px 0 0;
    -ms-border-radius: 0 2px 0 0;
    -o-border-radius: 0 2px 0 0;
    border-radius: 0 2px 0 0;
	
    bottom: 0;
    color: #484848;
    font-family: open sans;
    font-weight: 500;
    left: 0;
    line-height: 11px;
    padding: 5px 10px;
    position: absolute;

	-webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.footer-deals > a:hover:before {
    left: -100%;
}
.footer-deals a:hover span {
    left: 5%;
    opacity: 1;
	
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.footer-deals a span {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.95);
	
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
	
    color: #A54C3F;
    font-family: open sans;
    font-size: 13px;
    height: 90%;
    left: 0;
    line-height: 10px;
    opacity: 0;
    padding: 25px 0;
    position: absolute;
    text-align: center;
    top: 5%;
	
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
	
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -ms-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
	
    width: 90%;
}
.footer-deal .owl-controls.clickable {
    display: table;
    float: none;
    margin: 0 auto;
}

.footer-deals a span i {
    float: left;
    font-style: normal;
    margin-top: 5px;
    width: 100%;
}

.footer-deal .owl-controls {
    display: table;
    float: none;
    margin: 10px auto 0;
}
.footer-deal .owl-controls .owl-pagination {
    position: absolute;
    right: -4px;
    top: -45px;
    z-index: 999999;
}
.footer-deal .owl-controls .owl-pagination .active {
    background: none repeat scroll 0 0 #FAFAFA;
}
.footer-deal .owl-controls .owl-pagination div {
    background: none repeat scroll 0 0 #252525;
    border: 1px solid #4E545A;
	
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
	
    color: rgba(0, 0, 0, 0);
    float: left;
    height: 7px;
    margin: 10px 5px;
    width: 7px;
}

.bottom-line {
    background: none repeat scroll 0 0 #111111;
    float: left;
    width: 100%;
}

.payment-accept-wrapper {
    padding: 0 !important;
}

.payment-accept > span {
    color: #FFFFFF;
    float: left;
    font-family: open sans;
    font-size: 12px;
    letter-spacing: 0.3px;
    line-height: 11px;
    margin-right: 30px;
    padding-bottom: 25px;
    padding-top: 27px;
}
.payment-accept > ul {
    float: left;
    margin: 13px 0;
    padding: 0;
}
.payment-accept > ul li {
    float: left;
    list-style: none outside none;
    margin-right: 15px;
}
.bottom-line span i {
    color: #BC7777;
    font-style: normal;
}
.bottom-menu {
    border-left: 1px solid #000000;
    border-right: 1px solid #2E2E2E;
    float: right;
    margin: 0;
    padding: 0;
}
.bottom-menu li {
    border-left: 1px solid #2E2E2E;
    border-right: 1px solid #000000;
    float: left;
    list-style: none outside none;
    overflow: hidden;
    position: relative;
	
	-webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.bottom-menu li:before {
    background: none repeat scroll 0 0 #62676D;
    content: "";
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
	
    -webkit-transform: rotateY(90deg) perspective(200px);
    -moz-transform: rotateY(90deg) perspective(200px);
    -ms-transform: rotateY(90deg) perspective(200px);
    -o-transform: rotateY(90deg) perspective(200px);
    transform: rotateY(90deg) perspective(200px);
	

	-webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
	
    width: 100%;
    z-index: 0;
}
.bottom-line > span {
    background: none repeat scroll 0 0 #252525;
    color: #FFFFFF;
    float: left;
    font-family: open sans;
    font-size: 12px;
    letter-spacing: 0.3px;
    line-height: 11px;
    margin: 0;
    padding-bottom: 18px;
    padding-top: 18px;
    text-align: center;
    width: 100%;
}
.bottom-menu li:hover:before {
    left: 0;
	
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.bottom-menu li a {
    color: #FFFFFF;
    float: left;
    font-family: open sans;
    font-size: 12px;
    letter-spacing: 0.3px;
    line-height: 15px;
    padding: 25px 20px;
    position: relative;
    text-align: center;
    width: 100%;
}

.bg1{
        background: url('../images/bg1.jpg');
        background-attachment: fixed;
        background-size: 100% 100%;
        background-repeat: no-repeat;
}
.bg2{
        background: url('../images/bg2.jpg');
        background-attachment: fixed;
        background-size: 100% 100%;
        background-repeat: no-repeat;
}

.theme-layout.boxed {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 10px #000000;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 1230px;
    z-index: 0;
}
.theme-layout {
    display: inline-block;
    width: 100%;
}
/* Further Tradino modifications */

span.price-small {
    font-weight: bold;
}

td span.price-small {
    font-weight: normal;
}
span.price {
    font-family: open sans;
    font-size: 25px;
    text-align: center;
    font-weight: bold;
}
    span.price > i, span.price > span > i {
        font-style: normal;
        text-decoration: line-through;
        font-weight: normal;
        font-size: 75%;
        margin-right: 20px;
    }
    .cart-table span.price > i {
        margin-right: 0;
    }
.price.list-small {
    color: #444444;
    font-family: Noto Sans;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 0px;
}
.pageNav {
    background: none repeat scroll 0 0 #EFEFEF;
    border: 1px solid #E5E5E5;
    border-radius: 2px;
    color: #373737;
    cursor: pointer;
    float: left;
    font-family: Raleway;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 23px;
    margin: 0 0 10px;
    padding: 18px;
    width: 100%;
    text-align: center;
}

.margin-bottom {
    margin-bottom: 30px;
}

.progress {
    height: 30px;
    margin-bottom: 60px;
}

.progress-bar {
    background-color: #5CB85C;
    line-height: 30px;
}

.transactionItemActive {
    border: 3px solid #64b32c !important;
    color: #64b32c !important;
}

hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border-color: #d8d8d8;
}

hr.condensed {
    margin-top: 10px;
    margin-bottom: 10px;
}
.pager li > a, .pager li > span {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.elements-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
}


.pager li > a, .pager li > span {
    background: 0 none;
    border: 0 none;
    color: #fff;
}

.pager li > a > span {
    display: none;
    width: 0;
}

.pager li:hover > a > span {
    display: inline;
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);

    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.previous-absolute, .next-absolute {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
    color: #FFFFFF;
    height: 52px;
    margin-top: -55px;
    padding: 10px;
    position: fixed;
    text-decoration: none;
    top: 50%;
    z-index: 200;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.previous-absolute:hover, .next-absolute:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.previous-absolute {
    left: 0;
    padding-left: 5px;
    border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
}
.next-absolute {
    right: 0;
    padding-right: 5px;
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
}

.update-hide {
    display: none;
}

.sold-thumb .update-hide {
    left: 0;
    position: absolute;
    text-align: left;
    top: 0;
    z-index: 1031;
}

.sold-thumb .alert {
    text-align: center;
}

.productNotification {
    display: none;
    padding-left: 0;
    padding-right: 0;
    padding-top: 8px;
}

.listSmall .productNotification {
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd;
}

.detail-information .productNotification {
    padding: 0;
}

.variants-matrix {
    clear: both;
    margin-top: 30px;
}

.variants-matrix .price-tax-and-shipping {
    display: none;
}

/* Tradino Helper Classes */

.position-relative {
    position: relative;
}

.no-radius {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}


div.cart-product, div.cart-product, div.cart-quanity, div.cart-total  {
    min-height: 135px;
}

.add-cart-sec div.cart-quanity {
    /* line-height: 185px; */
}

#systemMessages .note {
    background-color: #DFF0D8;
    border-color: #D6E9C6;
    color: #3C763D;
    margin-bottom: 20px;
    padding: 15px;
    font-size: 14px;
}

.price-tag {
    text-align: right;
    margin-top: 30px;
}

.add-to-cart {
    text-align: right;
    margin-top: 10px;
    position: relative;
}

.in-cart {
    background-color: #DFF0D8;
    border-color: #D6E9C6;
    border-width: 1px;
    color: #3C763D;
    border-radius: 20px;
    height: 20px;
    line-height: 20px;
    margin: 0;
    padding-right: 1px;
    position: absolute;
    right: 0px;
    text-align: center;
    top: -12px;
    width: 20px;
}

.shop-tabs {
    margin-top: 20px;
}

.pager {
    margin: 0;
}

.variants-matrix .hide-variants-list {
    display: none;
}

.variants-matrix .form-group {
    margin-bottom: 0;
}

.variants-matrix .price-tag {
    margin-top: 25px;
}

.variants-matrix .add-to-cart {
    margin-top: 5px;
}
.variants-matrix td.noBorder {
    border: none;
}

.variants-matrix td {
    border-top: 1px solid #DDDDDD;
    border-bottom: 0px solid #DDDDDD;
    padding-bottom: 5px;
}

.ready-for-shipment-variants {
    margin-top: 4px;
}

.cart-quanity .cart-amount-field {
    margin-bottom: -3px;
    padding: 10px 8px 10px 10px;
    line-height: 10px;
    width: 50px;
}

.cart-quanity .input-style {
    float: none;
}

.cart-quanity label {
    font-weight: normal;
    font-size: 12px;
}

div.cart-update-wrapper {
    margin: 53px auto 0;
    /*overflow: hidden;*/
    width: 90%;
}

div.cart-update-wrapper .form-group  {
    display: block;
    float: right;
}

div.cart-update-wrapper .form-group-packing-unit {
    margin-top: -15px;
}

.cart-uploads {
    clear: both;
    padding-top: 10px;
}

.rightText {
    text-align: right;
}

.summary-commodity-values .cart-total-box {
    margin-top: 0;
}

.summary-commodity-values .cart-total-box > ul > li > i {
    text-align: right;
}

.help-block {
    background: none repeat scroll 0 0 #F0AD4E;
    border-radius: 2px;
    color: #FFFFFF;
    display: block;
    font-weight: normal;
    margin-bottom: 15px;
    margin-top: 5px;
    padding: 5px;
}

label.checkbox {
    font-weight: normal;
}

div.error {
    background-color: #F2DEDE;
    border-color: #EBCCD1;
    border-radius: 4px;
    color: #A94442;
    margin-bottom: 20px;
    padding: 15px;
}

.btn-warning {
    background-color: #64b32c;
    border-color: #64b32c;
    color: #FFFFFF;
}

.responsive-header .whishlist-bar.bar-dropdown > li > a, .responsive-header .language.bar-dropdown > li > a, .responsive-header .compare-btn.bar-dropdown > li > a {
    padding-left: 5px;
    padding-right: 5px;
}

.shop-cart.bar-dropdown a.not-empty {
    width: auto;
    font-size: 13px;
    letter-spacing: 0.3px;
    line-height: 28px;
    padding: 2px 7px 0;
}

.shop-cart.bar-dropdown a.not-empty i {
    font-size: 13px; 
}
    .shop-cart.bar-dropdown a.not-empty .fa-shopping-cart {
        display: inline;
        padding-right: 5px;
    }

.add-to-cart .form-group {
    margin-left: 0;
    margin-right: 0;
}

#flexSearchContentArea {
    display: none;
}

#flexSearchContentSidebar{
    display: none;
}

body table.addressProposalsTable tbody tr td {
    border: 0;
}


body table.table-list-small {
    margin-bottom: 0;
}

body table.table-list-small tbody tr td {
    border-top: 0;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
}

body table.table-order-info {
    background: none repeat scroll 0 0 #f9f9f9;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    margin-bottom: 20px;
    margin-top: 10px;
    width: 100%;
}
    body table.table-order-info th {
        padding: 10px;
        background: #e5e5e5;
    }
    body table.table-order-info td {
        padding: 10px;
    }

body table.table-no-border tr td, body table.table-no-border tr th {
    border: 0 none;
}


.table-list-small input.input-style {
    width: 50%;
    float: right;
    line-height: 20px;
    float: right;
}

.table-list-small .btn {
    display: block;
    float: right;
}

.table-list-small-input {
    padding-top: 23px !important;
}

/********************************************************/
/* fake file uploads
/********************************************************/

div.fileInputs {
    position: relative;
    height: 2em;
    margin-bottom: 12px;
}

div.fakeFile {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 100%;
}

div.fakeFile img {
    padding-left: 4px;
    vertical-align: bottom;
}

input.file {
    position: relative;
    text-align: right;
    -moz-opacity: 0;
    filter: alpha(opacity: 0);
    opacity: 0;
    z-index: 2;
    width: 100%;
    float: right;
    height: 34px;
}

/********************************************************/
/* fake file uploads Ende
/********************************************************/

.flexSearchItemWide {
    margin-bottom: 30px;
}

.flexSearchFooter {
    margin: 20px 0;
    text-align: center;
}

.ui-widget-header {
    background: #fafafa;
}

.flexSearchListValue input {
    background: none;
    border: none;
    padding: 0;
    color: #64b32c;
}

.addToCartInput {
    text-align: right;
    width: 80px;
    display: inline;
}

.addToCartSmall {
    float: right;
}

.addToCartSmall .addToCartInput {
    margin-right: 6px;
}

.addToCartRow {
    margin-bottom: 5px;
}
.cartButtonWrapper {
    position: relative;
}
.cartButtonWrapperDetails {
    position: relative;
    display: inline;
}

.form-control:focus {
  border-color: #64b32c;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(240, 183, 12, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(240, 183, 12, .6);
}

#toTop {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.25);
    bottom: 25px;
    color: #fff;
    cursor: pointer;
    display: none;
    height: 50px;
    line-height: 50px;
    position: fixed;
    right: 25px;
    text-align: center;
    text-transform: uppercase;
    width: 50px;
    z-index: 9999;

    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}

.bottom-line .container {
    padding: 0;
}

.browser-warning {
    display: none;
}

.loadmask-msg {
    border: 1px solid #64b32c;
    background: #64b32c;
    padding: 2px;
}
.loadmask-msg div {
    border: 1px solid #64b32c;
    color: #222;
}

#transactionNav li.voucher {
    text-align: center; 
    background-color: #64b32c; 
    color: #ffffff; 
    padding-top: 6px;
    padding-bottom: 6px;
}

.zoom-in {
    position: absolute;
    background: url('../site/pics/zoom.png') no-repeat center center;
    color: #fff;
    opacity: 0;
    bottom: 0;
    left: -10%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    width: 100%;
    height: 100%;
}

.single-product-tab .tab-content .tab-pane:hover .zoom-in {
    opacity: 1;
    left: 0;
}

.single-product-tab .tab-content {
    position: relative;
}

.paymentMeansImage {
    vertical-align: middle;
}


.cart-product-image-wrapper {
    float: left;
    padding-right: 15px;
}
.cart-variants-wrapper {
    padding-top: 10px;
}
.cart-variants-wrapper > p {
    margin: 0;
}
.cart-product-info-wrapper .cart-uploads {
    padding-top: 0;
}
.cart-product-image-wrapper > img {
    max-width: 100px;
}
table.cart-table span.price {
    font-size: 18px;
}
table.cart-table td {
    text-align: center;
    vertical-align: middle !important;
}
table.cart-table td.text-left {
    text-align: left;
}
table.cart-table th {
    font-family: Raleway;
    font-size: 18px;
    font-weight: bold;
    line-height: 14px !important;
    margin: 0;
    padding: 20px 4px !important;
    text-align: center;
    color: #fff;
    background: none repeat scroll 0 0 #64b32c;
}

.editor h1 span,
.editor h2 span,
.editor h3 span,
.editor h4 span,
.editor h5 span,
.editor h6 span {
    display: block;
    font-size: 75%;
    padding: 4px 0;
    text-transform: none;
    font-weight: normal;
    text-align: center;
}

hr.hr-shadow {
    height: 12px;
    box-shadow: inset 0 12px 12px -12px rgba(0,0,0,0.5);
    -webkit-box-shadow: inset 0 12px 12px -12px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0 12px 12px -12px rgba(0,0,0,0.5);
}

hr.short {
    width: 50%;
}

hr.big {
    margin-top: 60px;
    margin-bottom: 60px;
}

hr.hr-center {
    text-align: center;
}

hr.hr-right {
    text-align: right;
    margin-right: 0;
}

.image-container {
    position: relative;
}

.image-container img.fullwidth {
    width: 100%;
}

.image-caption-wrapper {
    position: absolute;
    padding: 20px;
    background: rgb(0,0,0);
    background: rgba(0,0,0, 0.75);
    color: #ffffff;
}

.trd_caption {
    background: rgb(0,0,0);
    background: rgba(0,0,0, 0.75);
    padding: 0 20px 20px 20px !important;
    color: #ffffff;
}

.image-container.bottom_left .image-caption-wrapper {
    bottom: 0;
    left: 0;
}    

.image-container.bottom_center .image-caption-wrapper {
    bottom: 0;
    left: 0;
    right: 0;
}    

.image-container.bottom_right .image-caption-wrapper {
    bottom: 0;
    right: 0;
}    


.image-container.top_left .image-caption-wrapper {
    top: 0;
    left: 0;
}    

.image-container.top_center .image-caption-wrapper {
    top: 0;
    left: 0;
    right: 0;
}    

.image-container.top_right .image-caption-wrapper {
    top: 0;
    right: 0;
}    

.image-container.center_center .image-caption-wrapper {
    top: 40%;
    left: 0;
    right: 0;
}    

.image-container.center_left .image-caption-wrapper {
    top: 40%;
    left: 0;
}    

.image-container.center_right .image-caption-wrapper {
    top: 40%;
    right: 0;
}    

#content {
    min-height: 400px;
}

.editor-img-responsive {
    height: auto;
    max-width: 100% !important;
}
.config-table {
    background: #efefef none repeat scroll 0 0;
}
    .config-table .input-style {
        margin-bottom: 0;
        margin-top: 7px;
    }
.plus-amount {
    clear: both;
    display: block;
    font-size: 80%;
    line-height: 15px;
    padding-top: 10px;
}

.shippingAddressBox {
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    padding: 10px;    
}

.variantValueList {
    background-color: #ffffff; 
    padding: 0px 5px; 
    margin: 2px; 
    display: inline-block; 
    border: 1px solid #d6d6d6;
}

.variantNotAvailable{
    opacity: 0.4;
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    filter:alpha(opacity=40);    
}

.best-seller.most-sold > span.price-savings {
    border: 0;
    font-size: 13px;
    font-weight: normal;
}

.label {
    font-weight: normal;
}
#itemsList .price-savings {
    display: none;
}

h1.parentGroupName {
    color: #525252;
    font-family: Noto Sans;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.3px;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: uppercase;
}

#shippingBoxContent small {
    display: block;
    font-size: 100%;
    font-weight: normal;
}

h1.welcome-headline {
    color: #525252;
    font-family: Noto Sans;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.3px;
    margin-bottom: 70px;
    margin-top: 0;
    text-align: center;
    text-transform: uppercase;
}

h1.welcome-headline span {
    font-size: 14px;
    font-weight: normal;
}

.rich-snippets {
    display: none;
}

.container.fullwidth {
    width: 100%;
}

.editor-row {overflow:hidden;}

.nav-tabs.editor {border:0;}

#infoWatchList ul { 
    margin-right: 5px;
}
 ul.infoWatchDrop {
    margin-right: 5px !important;
 }


/* Masonry Grid. SZ */
.grid-sizer, .grid-item { 
    float: left;
    padding-left: 0;
    padding-right: 0;
}
    .itemsListContainer .grid-sizer, .itemsListContainer .grid-item {
        // border: 1px solid #dcdcdc;
        background: #f8f8f8 none repeat scroll 0 0;
}

.grid-inner-wrap {
    position: relative;
    overflow: hidden;
}
    .itemsListContainer .grid-inner-wrap {
        background: #f8f8f8 none repeat scroll 0 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;

    }

.s2x1 {
    width: 50%;
}
.s3x1 {
    width: 75%;
}
.s4x1 {
    width: 100%;
}

.grid a.masonryLink {
    width: 100%;
    height: 100%;
    text-align: center;
    color: #000;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 18px;
    padding-top: 25%;
    font-weight: 300;

    -webkit-transition: all 350ms ease-in-out; 
    -moz-transition: all 350ms ease-in-out; 
    -o-transition: all 350ms ease-in-out; 
    transition: all 350ms ease-in-out; 
}

.s2x1 a.masonryLink {
    padding-top: 12.5%;
}

    .grid a.masonryLink span{
        background: rgb(0,0,0);
        background: rgba(0,0,0,0.25);
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 10px;
        padding-right: 10px;

        -webkit-transition: all 350ms ease-in-out; 
        -moz-transition: all 350ms ease-in-out; 
        -o-transition: all 350ms ease-in-out; 
        transition: all 350ms ease-in-out; 
    }

    .grid a.masonryLink:hover {
        background: rgb(183, 0, 5);
        background: rgba(183, 0, 5, 0.75);

        -webkit-transition: all 350ms ease-in-out; 
        -moz-transition: all 350ms ease-in-out; 
        -o-transition: all 350ms ease-in-out; 
        transition: all 350ms ease-in-out; 
    }
        .grid a.masonryLink:hover span {
            background: transparent;

            -webkit-transition: all 350ms ease-in-out; 
            -moz-transition: all 350ms ease-in-out; 
            -o-transition: all 350ms ease-in-out; 
            transition: all 350ms ease-in-out; 
        }

.grid-item img {
    max-width: 100%;
    height: auto; 
    display: block;
}

.list-special-offer {
    position: absolute;
    top: 0;
    right: 0;
}

.list-special-offer > div {
    background-color: #64b32c;
    color: #ffffff;
    font-size: 12px;
    margin-bottom: 2px;
    padding: 0 5px;
    text-align: center;
}

.ui-menu .ui-menu-item {
    border-bottom: 1px solid #c1c1c1;
    padding: 3px 0.4em 3px 0.4em;
}

.ui-menu .ui-menu-item.ui-state-focus {
    font-weight: normal;
    border-bottom: 1px solid #64b32c;
    padding-bottom: 4px;
}

/* Breadcrumb */
#breadcrumb {
    background: #fafafa;;
    padding: 7px 0;
    text-align: right;
    clear: both;
    overflow: hidden;
}
#breadcrumb span, #breadcrumb a {
    color: #545454;
    font-size: 11px;
}

#breadcrumb a:last-child {
    font-weight: bold;
}


.btn {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; 
}

.label {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; 
}

.wish-trash {
    display: inline-block !important;
    width: 10% !important;
    margin-bottom: 5px !important;
    margin-top: 5px !important;
}
.wish-link{
    display: inline-block !important;
    width: 80% !important;
    margin-bottom: 5px !important;
    margin-top: 5px !important;
}

.block.cart {
    padding: 90px 0;
}

.block.last-visited-products {
    padding: 70px 0;
}

.feIsActive {
    border: 2px solid #F0AD4E;
    padding: 0px 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; 
}

#content {
    min-height: 600px;
}

.search-header ::-webkit-input-placeholder {
    color: #fff;
}

header .container.logo-wrap {
    padding: 10px;
}
header .meta-wrap {
    border-bottom: 1px solid #F0EFEF;
}

.show-me-phone {
    display: none;
}
.shop-cart.bar-dropdown > li > a {
    font-size: 14px;
    line-height: 14px;
    padding: 10px;
    width: auto;
    margin-top: 0px;
    padding-left: 15px;
    padding-right: 15px;
    height: 35px;
}
.variant-wrapper {
    padding-top: 10px;
}
    .variant-wrapper .input-style {
        margin-bottom: 15px;
    }

.details-body .nav>li>a>img {
    max-width: 100%;
}

.ekko-lightbox-nav-overlay a {
    color: #666666;
}

.nav > li > a:focus, .nav > li > a:hover, .menu li a:hover {
    text-decoration: none;
    background-color: transparent;
}

#partsListSpecialPrice {
    display: none;
    color: #C41010;
}

.bom-table tbody tr td {
    border-top: none;
}

.bom-table {
    margin-bottom: 0;
}

.productImage {
    display: block !important;
    height: auto !important;
    max-width: 100% !important;
    cursor: pointer;   
}

.slick-prev::before, .slick-next::before {
    color: #64b32c !important;
}

.swipe-items {
    width: 90% !important;
    margin: auto;
}

#productGroupFilter button {
    margin-bottom: 6px;
    display: block;
    width: 100%;
}

.label-not-deliverable {
    margin: 0 0 11.5px;
    padding: 8px;
    display: block;
}

.label-not-deliverable-list-simple {
    margin: 4px 0;
}

.ekko-lightbox .modal-dialog {
    flex: 100% !important;
    margin-left: auto;
    margin-right: auto;
}
