.top-menu-holder td{
	vertical-align: top;
}
.top-menu-item > a:hover{
    -webkit-filter: brightness(85%); /* Chrome, Safari, Opera */
    filter: brightness(85%);
}
.top-menu-holder-column{
	list-style: none;
	padding-left: 0;
}
.top-menu-holder-subcategory:first-child{    
    background: transparent;
}
.my-header-menu > .navbar-nav{
	width: 100%;
}
.top-menu-holder-subcategory{    
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABAQMAAADD8p2OAAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMAZtJCCVUAAAAKSURBVAjXY2gAAACCAIHdQ2r0AAAAAElFTkSuQmCC') repeat-x 0 0;
	height: 57px;
    margin-right: 43px;
    padding: 9px 0;
    overflow: hidden;
    width: 214px;
}
.top-menu-holder-link{	
    background-position: 0 0;
    background-repeat: no-repeat;
    color: #b3b3b3;
    float: left;
    font-size: 11px;
    height: 48px;
    line-height: 1;
    padding: 14px 0 0 83px;
    position: relative;
    text-align: left;
    z-index: 9;
}
.top-menu-holder-subcategory-name{	
    color: #383838;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
}
#language_form{
	float:left;	
    line-height: 23px;
}
.additional-images-carousel .owl-prev, .additional-images-carousel .owl-next{
	position: absolute;
	font-size: 15pt;
}
.additional-images-carousel  > .owl-controls > .owl-buttons > .owl-prev{	
    left: -25px !important;
}
.additional-images-carousel > .owl-controls > .owl-buttons > .owl-next{	
    float: right;
    right: -25px !important;
}
.additional-images-carousel > .owl-controls{
	position: absolute;
    top: 60px;
    width: 100%;
}
.active-thumbnail{
    border-color: #ffc800 !important;
}
#language > .dropdown-menu{
    left: unset !important;
    float: none !important;
}
.custom-hr{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.arrow-right {
    width: 0;
    height: 0;
}

.sticked-to-bottom {
    width: 100%;
    position: absolute;
    bottom: 0px;
}

.all-brands {

    color: rgb(34, 138, 194);
    border-bottom: 1px dotted rgb(34, 138, 194);
    font-family: "Open Sans", sans-serif;
    font-size: 13pt;
    text-transform: none;
    margin-left: 20px;

}

.top-menu-language{
	height: 23px !important;
}

.featured_brands {

    list-style: none;
    margin: 32px 0;
    overflow: hidden;
    padding-left: 0px;

}

.featured_brands_li {

    box-sizing: border-box;
    float: left;
    padding: 6px;
    text-align: center;
    width: 16.666%;

}

.featured_brands_item {

    height: 100%;
    position: relative;
    width: 100%;
}

.featured_brands_img {
    bottom: 0;
    height: auto;
    margin: auto;
    left: 0;
    max-height: 90%;
    max-width: 75%;
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
}

.featured_brands_a {

    display: block;
    font: 300 1.2em/1.1 'Open Sans', Arial, sans-serif;
    padding-bottom: 17.5167px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 140.15px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: underline;
}

.brands-carousel {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

#owl-demo .item {
    margin: 3px;
}

.containerForDots > .owl-dots > .owl-dot {
    display: inline-block;
}

.containerForDots > .owl-dots > .owl-dot > span {
    background-color: #333;
    border: 1px solid transparent;
    border-radius: 50%;
    display: block;
    height: 8px;
    margin: 0px 4px;
    width: 8px;
}

.containerForDots > .owl-dots > .active > span {
    background-color: #fff;
    border-color: #aaa;
}

.owl-nav {
    height: 20px;
    margin: 0px auto;
    width: intrinsic; /* Safari/WebKit uses a non-standard name */
    width: -moz-max-content; /* Firefox/Gecko */
    width: -webkit-max-content; /* Chrome */
}

.owl-controls {
    text-align: center;
}

/* clea
/* display none until init */
.shifter-with-carousel .owl-carousel {
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
    margin-left: 20px !important;
    margin-right: -20px !important;
    margin-top: 10px !important;
    margin-bottom: -20px !important;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer;
}

/*
.owl-controls .owl-buttons div {
 position: absolute;
}
.owl-controls .owl-buttons .owl-prev {
 left: 10px;
 top: 50%;
}
.owl-controls .owl-buttons .owl-next {
 right: 10px;
 top: 50%;
}*/
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.shifter-prev-button, .shifter-next-button {
    height: 10px;
    width: 10px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.shifter-with-carousel > .owl-controls {
    text-align: center;
}

.shifter-with-carousel .owl-nav > div {
    float: left;
}

.shifter-prev-button, .shifter-next-button {
    margin: 0 25px;
}

.shifter-prev-button {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAUVBMVEUAAADX2uHX2uFmZmZmZmbX2uFmZmbX2uFmZmbX2uFmZmbX2uHX2uFmZmbX2uHX2uFmZmZmZmZmZmbX2uFmZmbX2uFmZmZmZmZmZmZmZmZmZma/64EgAAAAG3RSTlMA6DPq5ODfqKh6em5kZFlPTzcwKCghIXBtWlgDzULWAAAAeklEQVQY03WOWQrAIAxEtWp3u7l7/4OWEEIEMR/J8OCRETjPCnt9RDNFvXBeVZlZ/WH4lCWWtKfodcawz5GlOO9jKHKrJ4pW0SNtWapUqRAZlRf3Anu5W3bJCc4kL2YnMKQnscM4ik4eGDYTWApmG0HQZad3j/pK4/I/baoE2w3M1XMAAAAASUVORK5CYII=') no-repeat 0 0;
}

.shifter-next-button {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAUVBMVEUAAADX2uHX2uFmZmZmZmbX2uFmZmbX2uFmZmbX2uFmZmbX2uHX2uFmZmbX2uHX2uFmZmZmZmZmZmbX2uFmZmbX2uFmZmZmZmZmZmZmZmZmZma/64EgAAAAG3RSTlMA6DPq5ODfqKh6em5kZFlPTzcwKCghIXBtWlgDzULWAAAAeklEQVQY03WOWQrAIAxEtWp3u7l7/4OWEEIEMR/J8OCRETjPCnt9RDNFvXBeVZlZ/WH4lCWWtKfodcawz5GlOO9jKHKrJ4pW0SNtWapUqRAZlRf3Anu5W3bJCc4kL2YnMKQnscM4ik4eGDYTWApmG0HQZad3j/pK4/I/baoE2w3M1XMAAAAASUVORK5CYII=') no-repeat 0 0;
    background-position: -10px 0;
}

/* mouse grab icon */
.grabbing {
    cursor: url(grabbing.png) 8 8, move;
}

/* fix */
.shifter-with-carousel .owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

/* OpenCart Code */
.shifter-with-carousel .owl-carousel {
    margin: 0 0 20px;
    direction: ltr !important;
}

.shifter-with-carousel .owl-pagination {
    text-align: center;
    /*top: 20px;*/
    position: relative;
}

.shifter-with-carousel .owl-controls .owl-page {
    display: inline-block;
    margin: 0px 6px;
}

pr {
    color: #6a6a6a;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
    font-family: Verdana, Geneva, sans-serif;
}

.product-types-holder {
    background: #fff;
    height: 550px;
    margin: 30px 0px 0px 0px;
    overflow: hidden;
}

.product-types {
    padding-bottom: 26px;
    position: relative;
    width: 300px;
    z-index: 3;
}

.product-type-section-img, .product-types {
    float: left;
}

.product-type-title {
    color: #fff;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 24px;
    height: 80px;
    line-height: 1em;
    outline: none !important;
    padding: 32px 00px 28px 20px;
}

.product-type-title:hover, .product-type-title:focus {
    color: #fff !important;
}

.product-type-title > i {
    bottom: 0;
    color: #5c6675;
    font: 13px/1.2 'Open Sans', sans-serif;
    font-style: normal;
    left: 25px;
    padding-right: 9px;
    position: absolute;
    text-transform: none;
    text-decoration: underline;
}

.product-type-categories-wrapper {
    height: 550px;
    border-right: 1px solid #dddddd;
}

.product-type-categories {
    max-height: 550px;
    overflow: hidden;
    list-style: none;
    padding: 0 25px;
}

.product-type-categories > li {
    border-top: 1px solid #dddddd;
    font: 300 13px/35px 'Open Sans', sans-serif;
    list-style: none;
}

.product-type-categories > li:first-child {
    border-top: none;
}

.product-type-categories > li a {
    color: #3b3b3b;
    display: block;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.product-type-categories > li a:hover {
    color: #f60;
    text-decoration: none;
}

.product-type-section-img {
    width: 300px !important; /*HACK*/
}

.product-type-section-img {
    height: 550px;
    overflow: hidden;
    position: relative;
}

.product-type-section-img > img {
    position: absolute;
    left: 0;
    top: 0;
    heigth: 100% !important;
}

.product-type-categories-wrapper {
    width: 230px;
    float: left;
}

.product-type-section-slogan {
    padding-left: 30px; /*HACK*/
    padding: 464px 16px 0 20px;
    position: relative;
    z-index: 2;
}

.product-type-section-slogan > span:first-child {
    font-size: 18px !important;
}

.product-type-section-slogan > span {
    font-size: 34px !important; /*HACK*/
    font-weight: bold !important; /*HACK*/
}

.product-type-section-slogan > span {
    color: #fff;
    font: 28px/1.2 'Open Sans', sans-serif;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-types-grid {
    position: relative;
}

.total-products {
    color: #9a9a9a;
    font: 400 11px 'Open Sans', sans-serif;
    margin-top: 14px;
    text-align: center;
}

.shifter {
    height: 534px;
    float: left;
    width: 635px;
}

.shifter-with-carousel {
    margin-left: -20px;
    width: 655px !important;
}

.shifter-with-carousel > #myNavigation {
    margin-left: 20px !important;
    margin-right: -20px !important;
}

.shifter .owl-wrapper-outer {
    padding: 0px !important;
    margin-left: 10px !important;
}

.shifter-category {
    width: 211.4px;
    border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    float: left;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    height: 244px;
    margin: 0 -1px -1px 1px;
    padding: 38px 8px 8px;
    position: relative;
    text-align: center;
}

.shifter-category:nth-last-child(-n + 3) {
    border-bottom: 0px solid #dddddd;
}

.shifter-category > .shifter-category-image {
    max-height: 101px !important;
}

.shifter-category > .shifter-category-title {
    background: url('data:image/gif;base64,R0lGODlhAQABAPAAAAAAAP///yH5BAEAAAEALAAAAAABAAEAAAICTAEAOw==') -99em 0 no-repeat;
    bottom: 0;
    color: #3d4044;
    font: 600 14px 'Open Sans', sans-serif;
    left: 0;
    padding: 180px 8px 8px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.shifter-category > .shifter-category-text {
    color: #878b90;
    font: 300 12px 'Open Sans', sans-serif;
    left: 0;
    padding: 0 8px;
    position: absolute;
    right: 0;
    top: 202px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 3;
}

.shifter-with-carousel #owl-item .item {
    width: 636px;
}

#product > .cart {
    margin-top: 20px;
}

.cart-total-bold {
    font-weight: bold;
}

.my-breadcrumb, .bf-panel-wrapper {
    margin-top: 10px;
}

.information_schedule {
    font-size: 15px;
}

.currency-span {
    font-family: 'Open Sans', sans-serif;
    font-size: 13pt !important;
    color: #3c362d !important;
    font-weight: normal !important;
}

@media (min-width: 768px) {
	
	.top-menu-item{
		text-align: center;
	}
    .cart {
        width: intrinsic !important;
        width: -moz-max-content !important;
        width: -webkit-max-content !important;
        float: right;
    }

    .top-nav > div > #myNavbar {
        padding: 0px !important;
    }

    .breadcrumb > .container {
        padding: 0px !important;
    }

    .inner-page > .container {
        padding: 0px !important;
    }

    .my-header-menu {
        padding: 0px !important;
    }

    #header {/*
        height: 50px !important;*/
    }

    #main > .breadcrumb {
        margin-top: 40px;
    }

    #product > .cart > .add-to-cart > .quantity > input {
        width: 168px !important;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .flybar {
        width: 80% !important;
    }

    #search input[type="text"], .tg-search .button-search, .tg-search .button-search2 {
        float: right;
    }

    #header .navbar-nav > li > a {
        padding: 0px 12px !important;
    }

    .cart-total {
        top: 0px !important;
    }

    .bf-buttonclear {
        text-decoration: none !important;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /* стили только для IE10 IE11 */
    #header .navbar-nav > li > a {
        padding: 0px 12px !important;
    }

    .cart-total {
        top: 0px !important;
    }

    .bf-buttonclear {
        text-decoration: none !important;
    }

    .cart-container {
        width: 180px !important;
    }

    select::-ms-expand {
        display: none;
    }

    #top-line > .container > .row > .cart {
        width: 180px !important;
    }
}

.product-main-part, .product-main-part-phone-us {
    float: left;
}

.row-eq-height > div > .clearfix {
    height: 100% !important;
}

.product-right {
    max-width: 560px;
}

.bottom_line {
    position: absolute;
    bottom: 0px;
}

.addtocart {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.cart-right {
    max-width: 140px;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.top-menu-right {
    float: right;
}

.product-grid > .row > .col-xs-12 > .product > .top-line {
    display: none !important;
}

.product-grid > .row > .col-xs-12:nth-child(1) > .product > .top-line {
    display: block !important;
}

.cart {
    padding: 0px !important;
}

.standard-body .full-width .container {
    max-width: 1202px !important;
}

.product-grid > .row:nth-child(2) > div > .product > .top-line, .product-grid > .row:nth-child(2) > div > .product > .bottom_line {
    display: none !important;
}

.scrollup {
    display: none !important;
}

.cart-total {
    position: absolute;
    left: 30%;
}

#header > .container {
    max-width: 1169px;
}

.my-header-menu-nav {
    box-shadow: none !important;
    border-radius: 0px !important;
    border: none !important;
	margin-bottom: 0px !important;
}


.my-header-menu-nav > .my-header-menu {
    border-top: 0px !important;
    box-shadow: none !important;
}

.filter-sublist {
    padding-left: 20px !important;
}

.box-filter > li > ul > li > label {
    display: inline-block;
    width: 19px;
    background: url("images/check_radio_sheet.png") left center no-repeat;
    cursor: pointer;
}

.top-menu-username {
    color: #5c5c5c;
    font-family: 'Open Sans', sans-serif;
    font-size: 12pt;
}

.cart {
    padding-bottom: 10px;
}

/*
.box-filter > li > ul > li > input[type="checkbox"] {
	display: inline-block;
    width: 19px;
    background: url("images/check_radio_sheet.png") left center no-repeat;
    cursor: pointer;
}*/
.quickview {
    display: none;
}

.vertical_line {
    transform: rotate(90deg);
    position: absolute;
    top: 47.5%;
    left: 55%;
    margin-top: 0px;
}

.bottom_line {
    float: left;
    margin-top: 20px;
    margin-bottom: 0px;
}

.addtocart {
    float: right;
    text-align: center;
}

.addtocart > a {
    line-height: inherit;
}

.menu-title {
    margin-left: 3px;
}
.top-nav .navbar-header{
	width: 100%;
}
#header .navbar-nav > li {
    height: 50px;
}

#header .navbar-nav > :nth-child(1) {
    border-left: none !important;
}

#header .navbar-nav > :nth-last-child(3) {
    border-right: none !important;
}

#header .navbar-nav > :nth-last-child(1), #header .navbar-nav > :nth-last-child(2) {
    display: none;
}

#header .navbar-nav > li > a > img {
    vertical-align: middle;
    padding-bottom: 5px;
}

#header .navbar-nav > li > a:hover, .navbar-nav > li > a:active, .navbar-nav > li > a:focus {
    background: none !important;
}

#header .navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
    padding: 0px 14px;
    font-family: 'Open Sans', sans-serif;
    font-size: 10pt;
    text-transform: uppercase;
    height: 4em;
    line-height: 4em;
}

.attribute {
    font-family: 'Open Sans', sans-serif;
    font-size: 12pt;
}

.attribute > tbody > tr {
    padding-left: 50px;
}

.attribute > tbody > tr:nth-last-child(1) > td {
    border-bottom: none
}

.specification-name {
    padding-left: 50px !important;
    width: 60%;
    font-weight: bolder;
}

.top-menu-username {
    line-height: 25px !important;
    font-weight: bold;
}

.top-menu-username {
    margin-right: 10px;
}

.top-menu-logout {
    color: #5c5c5c !important;
    border-bottom: 1px dotted #5c5c5c !important;
}

.navbar-brand, .navbar-nav > li > a {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

#myNavbar > .navbar-nav > li > a {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

#myNavbar > .nav > li > a {
    padding: 0px !important;
}

#top-line > .container, .top-nav > .container-fluid {
    max-width: 1169px !important;
    margin: 0px auto;
}

.top-menu > .top-nav {
    background: none !important;
    border-radius: 0px !important;
    filter: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin-bottom: 0px !important;
    line-height: 34px !important;
    min-height: 0px !important;
}

#myNavbar > ul {
    list-style: none;
    display: inline;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0px;
}

#myNavbar > .top-menu-left > li {
    border-right: 1px solid #5c5c5c;
}

#myNavbar > .top-menu-left > li {
    padding: 0 5px;
}
#myNavbar > .top-menu-left > li:nth-child(1) {
    padding-left: 0px;
}
#myNavbar > .top-menu-left > li:nth-last-child(1) {
    padding-right: 0px;
}

#myNavbar > ul > li:nth-last-child(1) {
    border: none;
}

.header_middle {
    margin-top: 10px;
}

.header_middle > .information {
    padding: 0px !important;
}

#myNavbar > ul > li > a, #language_form .dropdown-toggle{
    line-height: 23px;
    color: #5c5c5c;
    font-family: 'Open Sans', sans-serif;
    font-size: 12pt;
}

#search > input {
    border-radius: 2px;
    padding-left: 20px;
    color: #b3b3b3;
    font-family: 'Open Sans Italic', sans-serif;
    font-size: 12pt !important;
    font-style: italic;
}

.logo-inner {
    margin-right: 57.5px;
    padding: 0px !important;
    width: auto !important;
}

.top-nav > .container-fluid > .navbar-header > .navbar-toggle {
    background-color: #85211c !important;
}

.top-nav > .container-fluid > .navbar-header > .navbar-toggle > .fa-bars {
    color: #f43900;
}

.my-header-menu-title-container > .navbar-toggle {
    background-color: #f43900 !important;
}

.my-header-menu-title-container > .navbar-toggle > .fa-bars {
    color: #fff;
}

.top-menu {
    background: linear-gradient(to top, #fcf5e1, #fefcf6);
    box-shadow: 0 2px 0 0 #ffffff, 0 4px 0 0 #fae1d5;
    padding: 17px 0;
    line-height: 34px;
}

#myNavbar > .top-menu-right > .top-menu-login {
    padding: 0px;
}

#myNavbar > .navbar-nav > li > a:hover {
    background: none !important;
}

#myNavbar > .top-menu-right > .top-menu-register > a {
    padding: 0px;
    border-bottom: 1px dotted #5C5C5C;
    width: intrinsic; /* Safari/WebKit uses a non-standard name */
    width: -moz-max-content; /* Firefox/Gecko */
    width: -webkit-max-content; /* Chrome */
}

#myNavbar > .top-menu-right > .top-menu-separator {
    padding: 0px 10px;
    font-family: "Times New Roman";
    font-size: 15pt;
}

#myNavbar > .top-menu-right > li {
    border-right: none;
}

.cart-left > .button {
    position: relative;
}

.cart {
    line-height: 23px !important;
}

.cart-left {
    float: left;
    width: 50px;
}

.cart_total {
    left: 15px;
    bottom: 50px;
    position: relative;
}

.cart-right {
    margin-top: -5px;
    float: right;
    font-family: 'Open Sans', sans-serif;
    font-size: 12pt;
}

.cart-right > p {
    margin-bottom: 0px;
    margin-left: 5px;
}

.cart_image_empty, .cart_image_full {
    width: inherit !important;
    height: inherit !important;
    max-width: inherit !important;
}

.information {
    margin-right: 40px;
}

.tg-search {
    width: 63%;
    float: left;
    padding: 0px !important;
}

#tg-search > .keep_open {
    list-style: outside none none;
    padding-left: 0px;
}

#menu > ul > li > h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 12pt;
    font-weight: bold;
    text-transform: uppercase;
}

#menu > ul > li > div > ul {
    list-style: disc;
}

#menu > ul > li > div > ul > li > a {
    font-size: 10pt;
}

.owl-wrapper-outer {
    padding: 20px 0;
}

.box .prev-button span, .box .prev-button2 span, .box .next-button span, .box .next-button2 span {
    font-size: 53px !important;
}

div.box-heading:nth-child(1) {
    padding-top: 20px;
    text-align: left !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 18pt;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0px;
}

.html-holder > p {
    margin-top: 30px;
}

.child1 {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.helper1 {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0px;
}

/*HACK
.phone_number{
	float:right;
	margin-right: 195px;
}*/
.product-info .thumbnails li:nth-last-child(1) {
    margin-right: 15px;
}

.why_us_content, .popular_items_content, .brands_content, .brands_wrapper {
    margin: 0px auto;
}

.why_us_content, .brands_content {
    padding: 0px 14px;
}

.why_us, .brands, .popular_items {
    padding-bottom: 30px;
    clear: both;
}

.brands > .brands_content > .box > hr, .popular_items > .popular_items_content > .box > hr {
    margin-top: 10px;
    margin-bottom: 0px;
}

.unavaliable, .avaliable {
    font-size: 30pt;
    line-height: 78pt;
    float: left;
}

.triangle {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #f8af2d;
    left: 12%;
    position: relative;
    float: left;
}

.brands > .brands_content > .box > .box-heading, .popular_items > .popular_items_content > .box > .box-heading {
    font-family: 'Open Sans', sans-serif;
    font-size: 18pt;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0px;
    text-align: left;
}

/*
.scrollup{
	display:none !important;
}*/
.product-left {
    float: left;
    width: 440px;

}

.product-right {
    float: left;
    margin-left: 25px;
}

.product-right > div {
    width: auto !important;
}

.product-right > div > div > #title-page {
    font-family: 'Open Sans', sans-serif;
    font-size: 18pt;
    text-transform: uppercase;
    font-weight: 500;
    max-width: 530px;
}

.product-info {
    font-family: 'Open Sans', sans-serif !important;
}

div[itemprop="offerDetails"] {
    font-size: 13pt !important;
}

#product > .cart > .add-to-cart {
    clear: both;
}

.product-info .product-title {
    font-size: 13pt !important;
    color: #3c362d;
    font-weight: bolder;
}

span[itemprop="price"] {
    font-size: 23pt;
    font-weight: bolder;
}

.cart-holder > input {
    width: 165px;
    height: 40px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12pt;
    font-weight: bolder;
    border-radius: 4px;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.3) inset, 0px -2px 0px rgba(0, 0, 0, 0.25) inset, 0px -3px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 0px rgba(0, 0, 0, 0.1);
    text-transform: inherit;
}

.quantity > input[type="text"] {
    width: 140px;
    height: 40px;
    border-radius: 4px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12pt;
    padding-left: 25px;
    margin-right: 10px;
}

.product-main-part {
    border-radius: 4px;
    padding: 25px 0px 25px 30px;
    width: 530px;
}

.product-main-part-phone-us {
    margin-top: 30px;
    margin-bottom: 0px;
    font-style: italic;
}

.product-main-part-phone-us-number {
    font-weight: bolder;
}

.product-description {
    margin-top: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 10pt;
    color: #575757;
    float: left;
    width: 530px;
}

.product-left > #quickview_product > div {
    width: 100%;
}

.product-big-image {
    width: 100%;
    height: 440px;
    border-radius: 5px;
    text-align: center;
}

.fixed-body {
    padding: 0px 20px;
}

b,
strong {
    font-weight: 400;
}

a {
    color: #6a6a6a;
    line-height: 1.6;
}

a:hover {
    color: #000000;
    text-decoration: none;
}

h1, h2, h3 {
    margin-top: 2px;
}

h2 {
    font-weight: 500;
    text-transform: uppercase;
}

select {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #ededed;
    color: #53565a;
    padding: 7px;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
    -moz-appearance: none;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e6e6e6;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #777777;
    font-size: 14px;
    height: 35px;
    line-height: 14px;
    padding: 6px 12px;
    box-shadow: none;
    color: #53565a;
    margin: 5px 0;
    margin-top: 0px;
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -moz-appearance: none;
}

.form-control {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #999999 !important;
    font-size: 14px !important;
    font-weight: normal !important;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border: 1px solid #e6e6e6 !important;
    color: #999999 !important;
    height: 35px;
}

.form-control:focus {
    border: 1px solid #e6e6e6;
}

#search input[type="text"] {
    width: 99.5%;
    color: #777777;
    font-size: 12px;
    border: 1px solid #ededed;
}

table.form td input, table.form td select, table.form td textarea {
    margin-left: 10px;
}

div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}

div.required .control-label {
    padding-top: 9px;
}

textarea {
    max-width: 100%;
}

/* Header Top */
#top-line {
    color: #777777;

    font-size: 12px;
}

#top-line-holder {
    padding-top: 20px;
}

#top-line {
    background-color: #ffffff;
}

#top-line {
    line-height: 41px;
    min-height: 41px;
}

.quick-access {
    float: right;
}

.dropdown {
    float: left;
}

.standard-body .full-width .container {
    max-width: 1169px !important;
    margin: 0px auto;
    /*padding-left: 40px;
	padding-right: 40px;*/

}

.standard-body .full-width .container .container {
    padding: 0px;
}

.standard-body .full-width .shadow {
    display: none;
}

.main-fixed {
    margin: 0px auto;
    max-width: 1290px;
    background: #fff;
    margin-top: 40px;
}

.main-fixed .fixed {
    padding: 0px !important;
}

.main-fixed .background .shadow {
    display: none !important;
}

.fixed-body .container {
    padding-left: 45px;
    padding-right: 45px;
    max-width: none;
}

.fixed-body .container .container {
    padding: 0px;
}

.container-slider {
}

/* Top Welcome */

#welcome {
    color: #777777;
    font-size: 12px;
}

#welcome a {
    color: #777777;
}

#welcome a:hover {
    color: #d35d59;
}

/* My Account, Currency & Language dropdowns  */

.currency, .language, .my-account, .tg-search {
    cursor: pointer;
    color: #777777;
    font-size: 12px;
}

#my-login a {
    color: #777777;
}

#currency {
    padding-left: 20px;
    padding-right: 20px;
    border-left: 1px solid #ededed;
}
#my-account, #tg-search {
    padding-right: 20px;
}

.my-account a, .language a, .currency a {
    color: #777777;
    border: none;
}

.search-icon {
    margin-right: 10px;
}

.tg-search .dropdown-menu, .my-account .dropdown-menu, .language .dropdown-menu, .currency .dropdown-menu {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    min-width: 0px;
}

.tg-search .dropdown-menu, .my-account .dropdown-menu, .language .dropdown-menu, .currency .dropdown-menu {
    font-size: 12px;
    min-width: 160px;
    padding: 0px;
    margin: 0;
    left: auto;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    padding: 0px;
    right: -1px;
    border: 1px solid #ededed;
}

#tg-search .dropdown-menu {
    border: 1px solid #ededed;
}

.my-account .dropdown-menu > li > a, .language .dropdown-menu > li > a, .currency .dropdown-menu > li > a {
    color: #747373;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
    white-space: normal;
}

.my-account .dropdown-menu > li > a:hover, .language .dropdown-menu > li > a:hover, .currency .dropdown-menu > li > a:hover {
    color: #000000;
    /*background: none repeat scroll 0 0 #f1f1f1;*/
}

.tg-search .dropdown-menu {
    width: 300px;
    padding: 10px;
}

.tg-search .button-search, .tg-search .button-search2 {
    background-color: rgba(0, 0, 0, 0);
    border: medium none;
    color: #acacac;
    font-size: 13px;
    position: absolute;
    right: 20px;
    cursor: pointer;
    padding: 12px;
    z-index: 999;
}

#search-holder #search input {
    width: 100%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    padding: 5px 0 5px 15px;
    border-color: #f3f3f3;
    line-height: none;
}

#language img {
    margin-right: 5px;
}

/* Buttons
------------------*/
.buttons .right .button {
    margin-left: 10px;
}

.btn {
    line-height: none;
}

.button {
    /*
		background: none repeat scroll 0 0 #ffffff;
		border: 1px solid #e6e6e6;
		border-radius: 0px;*/
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    color: #777777;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    white-space: normal;
    cursor: pointer;
    display: inline-block;

}

.button:hover {
    color: #000000;
    /*
			border: 1px solid #000000;*/
}

.buttons {
    overflow: auto;
    margin: 10px 0px 20px 0px;
}

.buttons .left {
    float: left;
    text-align: left;
}

.buttons .right {
    float: right;
    text-align: right;
}

.buttons .right .button {
    margin-left: 10px;
}

.buttons .center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

/* Header */

#header {
    color: #8C8C8C;
}

.logo-inner {
    position: relative;
    z-index: 99;
}

/* Logo */
.logo-store {
    margin-top: 20px;

}

/* Header Info */

.header-info {
    font-size: 13px;
    float: left;
    line-height: 18px;
}

.header-holder {
    margin-top: 45px;
}

.header-icon {
    vertical-align: middle;
}

/*  Search bar  */

#header #search input {
    font-size: 12px;
    font-style: italic;
}

#header #search {
    position: relative;
    margin-bottom: 5px;
    margin-top: 35px;
}

#header .button-search {
    background-color: rgba(0, 0, 0, 0);
    border: medium none;
    color: #acacac;
    font-size: 14px;
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
}

#header #search input {
    width: 100%;
    height: 32px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-style: solid;
    border-width: 1px;
    padding: 5px 0 5px 15px;
    border-color: #f6f6f6;
}

#header-right {
    text-align: right;
    margin-top: 26px;
}

/* Header Cart Block */

#cart {
    display: inline-block;
}

/*
	#cart .cart-heading {
		cursor: pointer;
		border-left: 1px solid #ededed;
		border-right: 1px solid #ededed;
		padding-left: 20px;
		padding-right: 20px;
		float: left;
		position: relative;
	}*/
#cart {
    float: none !important;
}

#cart .cart-heading span:not(.cart-text > span) {
    color: #777777;
    font-size: 12px;
}

#cart .cart-heading .cart-icon {
    background: url("../image/icon-cart2.png") repeat scroll 0 0 #d35d59;
    height: 16px;
    width: 16px;
    float: left;
    margin-right: 10px;
    margin-top: -10px;
}

#cart .cart-heading .cart-icon i {
    position: absolute;
    top: 0px;
    left: 0px;
    color: #3fbdf7;
    font-size: 20px;
}

#cart .dropdown-menu {
    width: 350px;
    text-align: left;
    padding: 0px;
    font-size: 12px;
    left: auto;
    right: 0;
    margin: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #ededed;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border: 1px solid #ededed;

}

#header-right #cart .dropdown-menu {
    right: 0px;
    left: auto;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border: 1px solid #F0F0F0;
}

.cart-info .img-thumbnail {
    box-shadow: none;
    border: none;
    padding: 0;
    border-radius: 0px;
}

/* Content Top Cart */

.mini-cart-info table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 5px;
}

.mini-cart-info td {
    padding: 10px;
    border-bottom: 1px solid #F0F0F0;
}

.mini-cart-info .image {
    padding: 20px 10px 20px 20px;
}

.mini-cart-info .image img {
    display: block;
}

.mini-cart-info .name {
    padding: 20px 10px;
}

.mini-cart-info .quantity {
    text-align: right;
    padding: 20px 10px;
}

.mini-cart-info td.total {
    text-align: right;
    padding: 20px 10px;
}

.mini-cart-info .remove {
    text-align: right;
    padding: 10px 20px 13px 10px;
}

.mini-cart-info .remove img {
    cursor: pointer;
}

.mini-cart-total {
    text-align: right;
}

.mini-cart-total table {
    border-collapse: collapse;
    display: inline-block;
    padding: 20px 20px 10px 20px;
}

.mini-cart-total td {
    padding: 0px 4px;
}

#cart .checkout {
    text-align: right;
    clear: both;
    padding: 0px 10px 0px 20px;
}

#cart .checkout .button {
    margin-bottom: 20px;
    margin-right: 10px;
}

#cart .empty {
    padding: 50px 20px;
    text-align: center;
}

/* Main Content
------------------*/
.center-column #title-page {
    font-size: 18px;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.center-column {
    padding-bottom: 40px;
}

.center-column .panel {
    box-shadow: none;
    border-radius: 0px;
    border: 1px solid #e6e6e6 !important;
}

/* Box */

.box {
    position: relative;
}

.box-heading {
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    color: #000000;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 22px;
    font-weight: normal;
}

.heading-border {
    width: 100px;
    height: 2px;
    background: #272727;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

/* Column Left and right Box Heading */
#column_left .box .box-heading, #column_right .box .box-heading {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    color: #323232;
    font-size: 18px;
    margin-bottom: 0px;

    text-align: left;
    font-weight: normal;
    text-transform: uppercase;
    padding-top: 0px;
}

#column_left .box-heading:after, #column_right .box-heading:after {
    display: none;
}

#column_left .box-heading:before, #column_right .box-heading:before {
    display: none;
}

#column_left .box .box-heading-category, #column_right .box .box-heading-category {
    background: #64d0d7;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    color: #FFFFFF;
    font-size: 18px;
    margin-bottom: 0px;

    text-align: left;
    font-weight: normal;
    text-transform: uppercase;
}

#column_left .box .box-content, #column_right .box .box-content {
    padding-left: 0px;
    padding-right: 0px;
    border-top: none;
    margin-bottom: 40px;
}

#column_left .box .heading-border, #column_right .box .heading-border {
    text-align: left;
    width: 50px;
    margin: 0;
    height: 1px;
    margin-bottom: 10px;
}

.box .strip-line {
    display: none;
}

/*.center-column .box {
				padding: 10px 0px 0px 0px;
			}
			*/

.center-column .box .box-heading {
    margin-top: 13px;
}

.center-column .box .strip-line {
    height: 46px;
}

.box .box-content, .html-content {
    clear: both;
    margin-bottom: 20px;
}

.col-sm-3 .box > .prev,
.col-sm-3 .box > .next,
.col-sm-4 .box > .prev,
.col-sm-4 .box > .next {
    display: none;
}

/* Product List */
.product-list .image {
    position: relative;
}

.product-list .sale {
    left: 0px;
}

.product-list > div {
    position: relative;
    margin-bottom: 30px;
}

.product-list .product {
}

.product-list .cart {
    float: left;
    margin-right: 10px;
}

.product-list .rating {
    margin-top: 15px;
}

.product-list .description {
    margin-top: 15px;
}

.product-list .actions {
    position: static;
}

.product-list .actions > div .price {
    padding: 0 0 10px;
    text-align: center;
    color: #000000;
    font-size: 14px;
    font-weight: 900;
}

.product-list .price-old {
    display: block;
    font-size: 14px;
    text-decoration: line-through;
    color: #f00;
    font-weight: 700;
}

.product-list .actions > div .add-to-cart {
    text-align: center;
    margin-top: 15px;
}

.product-list .name a {
    margin-top: 0px;
    color: #333333;
	font-weight: bold;
	font-size: 14px;

}

.product-list .name a:hover {
    color: #000000;
}

.product-list .product-icon {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    color: #777777;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 35px;
    height: 35px;
    text-align: center;
    transition: background-color 400ms linear 0s;
    width: 35px;
}

.product-list .product-icon:hover {
    color: #000000;
    border: 1px solid #000000;
}

.product-list .flybar {
    height: 37px;
    margin: auto;
    text-align: center;
    /*
					top: 0;
					transition: all 0.1s ease-in 0s;*/
    width: 82px;
    /*
					z-index: 5;*/
}

.product-list .compare {
    display: inline;
    margin-left: 2px;
    margin-right: 2px;
}

.product-list .wishlist {
    display: inline;
    margin-left: 2px;
    margin-right: 2px;
}

.rating i {
    color: #cccccc;
    font-size: 11px;
    margin: 0 1px 0 2px;
}

.rating i.active {
    color: #d35d59;
}

/* Product Grid */

.product-grid {
    position: relative;
    margin-top: -30px;
    clear: both;
}

.product-grid {
    position: relative;

    /*clear: both;*/
    margin-bottom: 10px;
}

/*
	.product-grid .right {
		text-align: center;
	}*/

.product-grid .rating {
    margin-bottom: 10px;
}

.box-product .carousel-inner {
    overflow: visible;
}

.box-content .carousel {
    overflow: hidden;
}

.col-sm-3 .product-grid,
.col-sm-4 .product-grid {
    display: block !important;
}

.center-column .product-grid {
    margin-bottom: 30px;
}

.center-column .related-products .product-grid {
    margin-bottom: 20px;
}

.product-grid .product {
    /*margin-top: 30px;
			text-align: center;*/
    position: relative;
}

.product-grid .product:hover {
    z-index: 2;

}

.product-grid .product-hover .only-hover {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    padding: 0px 15px 30px 15px !important;
    background: #fff;
    border: 1px solid #eeeeee;
    border-top: none;
    left: -1px;
    right: -1px;
}

.product-grid .product-hover:hover .only-hover {
    opacity: 1;
    visibility: visible;
}

.product-grid .product-hover:hover .only-hover:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    bottom: 0;
    right: 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    z-index: -1;
}

.product-grid .product-hover .only-hover > * {
    filter: alpha(opacity=30);
    opacity: .3;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.product-grid .product-hover:hover .only-hover > * {
    filter: alpha(opacity=100);
    opacity: 1;
}

.sale {
    width: 40px;
    height: 40px;
    text-align: center;
    background: #ffffff; /* Old browsers */
    padding: 8px 0px;
    color: #d35d59;
    font-size: 12px;
    text-transform: uppercase;
    position: absolute;
    z-index: 1;
    border: 1px solid #d35d59;
    left: 0px;
    top: 0px;
}

.product-info .sale,
#quickview .sale {
    left: 25px;
    top: 15px;
    z-index: 3;

}

.product-grid .product .image {
    position: relative;
}

.product-grid .product .image img {
    display: block;
    margin: 0px auto;
}

.product-grid .product .product-icon {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    color: #777777;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 35px;
    height: 35px;
    text-align: center;
    transition: background-color 400ms linear 0s;
    width: 35px;
    z-index: 99;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.product-grid .product .product-icon:hover {
    color: #000000;
    border: 1px solid #000000;
}

.product-grid .product .image .flybar {
    height: 80px;
    margin: auto;
    text-align: center;
    /*top: 0;
					transition: all 0.1s ease-in 0s;
					z-index: 5;

					bottom: 0;

					left: 0;
					position: absolute;
					right: 0;
					top: 0;
					z-index: 5;*/
    text-align: center;
    margin: auto;
}

.product-grid .product .addtocart {
    /*opacity: 0;
						filter: alpha(opacity=0);
						-webkit-transform: scale(0);
						-ms-transform: scale(0);
						transform: scale(0);
						-webkit-transition: all 0.3s;
						-moz-transition:    all 0.3s;
						-o-transition:      all 0.3s;
						transition:         all 0.3s;
						clear: both;*/
}

.price {
    float: left;
}

.flybar {
    float: right;
}

.product-grid .product .compare {
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 2px;
    margin-right: 2px;
}

.product-grid .product .wishlist {
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 2px;
    margin-right: 2px;
}

.product-grid .product .image .quickview {
    height: 35px;
    width: 35px;
    z-index: 5;
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 3px;
    margin-right: 3px;
}

.product-grid .product .image .quickview a {
    margin: 0px auto;
    display: inline-block;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    font-size: 14px;
    line-height: 35px;
    width: 35px;
    height: 35px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    z-index: 99;
}

.product-grid .product .image .quickview a:hover {
    color: #000000;
    border: 1px solid #000000;
}

.product-grid .product:hover .image .quickview a, .product-grid .product:hover .image .product-icon, .product-grid .product:hover .image .addtocart {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.product-grid .product .image img.zoom-image-effect {
    -webkit-transform: scale(1, 1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1, 1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
}

.product-grid .product:hover .image img.zoom-image-effect {
    -webkit-transform: scale(1.05, 1.07);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.05, 1.07);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
}

.product-grid .product .image-swap-effect {
    position: relative;
}

.product-grid .product .image-swap-effect .swap-image {
    position: absolute;
    visibility: hidden;
    opacity: 0.1;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    left: 0;
    right: 0;
    text-align: center;
}

.product-grid .product:hover .image-swap-effect .swap-image {
    visibility: visible;
    opacity: 1;
}

.product-grid .product .name {
    padding-top: 30px;
}

.product-grid .product .name a {
    font-size: 14px;
    font-weight: 400;
    color: #228cc2;

}

.product-grid .product .name a:hover {
    color: #000000;
}

.product-grid .product .price {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 15px;
}

.product-grid .product .price .price-old {
    color: #f00;
    text-decoration: line-through;
    padding-right: 2px;
    font-weight: normal;
    font-weight: 700;
}

.product-grid .product .only-hover {
    padding: 4px 0px 0px 0px;
}

.product-grid .product .only-hover ul {
    list-style: none;
    margin: 0px;
    padding: 17px 0px 0px 0px;
    line-height: 1.3;
}

.product-grid .product .only-hover ul li a {
    cursor: pointer;
    color: #81b6aa;
}

.product-grid .product .only-hover .button {
    margin-top: 15px;
}

@media (max-width: 1240px) {
    .responsive .product-grid .product .only-hover .button {
        padding: 5px 15px;
    }

    .responsive .product-grid .product .only-hover .button span {
        font-size: 12px;
    }
}

/* Footer */
@media (min-width: 1200px) {
    .why_us_content, .popular_items_content, .brands_content, .brands_wrapper {
        width: 1169px;
    }
}	

@media (max-width: 1279px) and (min-width: 980px) {
    .standard-body {
        overflow-x: hidden;
    }


    .product-right > div > div > #title-page, .product-main-part, .product-description {
        width: 410px !important;
    }

    .htabs, .tab-content {
        padding: 0px 15px;
    }

    #header .navbar-nav > li {
        width: 33.3% !important;
        overflow: hidden;
    }

    #header .navbar-nav > li:nth-child(3n) {
        border-right: none !important;
    }

    #header .navbar-nav > li:nth-child(3n+1) {
        border-left: none !important;
    }

    .owl-controls {
        display: none !important;
    }

    .owl-controls {
        display: none !important;
    }

    .product-grid .product .name a {
        white-space: pre-wrap;
        white-space: -moz-pre-wrap;
        white-space: -pre-wrap;
        white-space: -o-pre-wrap;
        word-wrap: break-word;
    }

    .product-grid .product {
        height: 100%;
    }

    #myNavbar > .top-menu-left > li {
        padding: 0px 10px !important;
    }
}

@media (max-width: 960px) {
    header > #header > .container {
        padding: 0px !important;
    }

    header > #header > .container > .row > .container {
        padding: 0px 15px !important;
    }
}

@media (max-width: 767px) {

    .featured_brands_li {

        padding: 8px;
        width: 20%;

    }

    .cart {
        margin-top: 0px;
    }

    .specification-name {
        padding: 10px !important;
    }

    #header .navbar-nav > li:nth-child(3) {
        overflow-y: hidden;
    }

    #myNavbar > .top-menu-left > li {
        padding: 0px 10px !important;
    }

    .product-left {
        width: 400px;
    }

    .product-main-part {
        padding: 10px 0px 10px 10px !important;
    }

    .product-right {
        margin-left: 0px !important;
    }

    .product-right > .product-center {
        padding: 0px !important;
    }

    .product-right > .product-center {
        padding: 0px 0px 0px 15px;
    }

    .cart-holder > .button {
        width: 100% !important;
    }

    #product > .cart, #product > .cart > .add-to-cart > .quantity > input {
        width: 100%;
    }

    #product > .cart > .add-to-cart > .quantity, .cart-holder {
        width: 80%;
    }

    #product > .cart > .add-to-cart > .quantity > #q_up {
        right: 1px !important;
    }

    #product > .cart > .add-to-cart > .quantity > #q_down {
        right: 1px !important;
        top: 20px !important;
    }

    .product-info .cart-holder {
        clear: both;
        margin-top: 10px;
    }

    .standard-body {
        overflow-x: hidden;
    }

    .product-right > div > div > #title-page, .product-main-part, .product-description {
        width: 100% !important;
    }

    .htabs, .tab-content {
        padding: 0px 15px;
    }

    .flybar {
        bottom: 0px;
        position: absolute;
    }

    .product-grid .product {
        height: 100%;
    }

    #myNavbar > .top-menu-right {
        float: left !important;
        padding-left: 10px;
    }

    #header .navbar-nav > li:nth-child(2n) {
        border-right: none !important;
    }

    #header .navbar-nav > li:nth-child(2n+1) {
        border-left: none !important;
    }

    #header .navbar-nav > li {
        width: 100% !important;
    }

    .owl-controls {
        display: none !important;
    }

    .tg-search {
        width: 100% !important;
    }

    .header_middle > .information {
        float: left;
    }

    .header_middle > .information > .information_telephone_number {
        clear: both;
        margin-left: 0px !important;
    }

    .footer_menu > .container > .row {
        margin-left: 0px !important;
    }

    .product-grid .product .name a {
        white-space: pre-wrap;
        white-space: -moz-pre-wrap;
        white-space: -pre-wrap;
        white-space: -o-pre-wrap;
        word-wrap: break-word;
    }

}

@media (min-width: 768px) and (max-width: 799px) {
    #myNavbar > .top-menu-left > li {
        padding: 0px 10px !important;
    }

    .product-left {
        width: 400px;
    }

    .product-right {
        margin-left: 0px !important;
    }

    .product-right > .product-center {
        padding: 0px 0px 0px 15px;
    }

    .cart-holder > .button {
        width: 100% !important;
    }

    #product > .cart, #product > .cart > .add-to-cart > .quantity > input {
        width: 100%;
    }

    #product > .cart > .add-to-cart > .quantity, .cart-holder {
        width: 80%;
    }

    #product > .cart > .add-to-cart > .quantity > #q_up {
        right: 1px !important;
    }

    #product > .cart > .add-to-cart > .quantity > #q_down {
        right: 1px !important;
        top: 20px !important;
    }

    .product-info .cart-holder {
        clear: both;
        margin-top: 10px;
    }

    .standard-body {
        overflow-x: hidden;
    }

    .product-right > div > div > #title-page, .product-main-part, .product-description {
        width: 310px !important;
    }

    .htabs, .tab-content {
        padding: 0px 15px;
    }

    .flybar {
        bottom: 0px;
        position: absolute;
    }

    .product-grid .product {
        height: 100%;
    }

    #myNavbar > .top-menu-right {
        float: left !important;
        padding-left: 10px;
    }

    #header .navbar-nav > li:nth-child(2n) {
        border-right: none !important;
    }

    #header .navbar-nav > li:nth-child(2n+1) {
        border-left: none !important;
    }

    #header .navbar-nav > li {
        width: 50% !important;
    }

    .owl-controls {
        display: none !important;
    }

    .tg-search {
        width: 100% !important;
    }

    .header_middle > .information {
        float: left;
    }

    .header_middle > .information > .information_telephone_number {
        clear: both;
        margin-left: 0px !important;
    }

    .footer_menu > .container > .row {
        margin-left: 0px !important;
    }

    .product-grid .product .name a {
        white-space: pre-wrap;
        white-space: -moz-pre-wrap;
        white-space: -pre-wrap;
        white-space: -o-pre-wrap;
        word-wrap: break-word;
    }

}

@media (min-width: 800px) and (max-width: 979px) {
    .standard-body {
        overflow-x: hidden;
    }

    .cart-holder > input {
        width: 145px !important;
    }

    .product-left {
        width: 410px !important;
    }

    .product-right {
        width: 350px;
        margin-left: 0px !important;
    }

    .product-main-part-phone-us {
        padding-right: 10px;
    }

    .product-right > div > div > #title-page, .product-main-part, .product-description {
        width: 340px !important;
    }

    .htabs, .tab-content {
        padding: 0px 15px;
    }

    #myNavbar > .top-menu-left > li {
        padding: 0px 10px !important;
    }

    .product-grid > .row > .col-sm-4:nth-child(2) > .product > .bottom_line {
        bottom: 0px;
        position: absolute;
    }

    .product-grid > .row > .col-sm-4:nth-child(2) .addtocart {
        bottom: 22px;
        position: absolute;
    }

    .product-grid > .row:nth-child(2) > .col-sm-4:nth-child(2) .addtocart {
        bottom: 0px;
    }

    .flybar {
        bottom: 0px;
        position: absolute;
    }

    .addtocart, .addtocart > .button {
        width: 100% !important;
    }

    .product-grid .product {
        height: 100%;
    }

    #myNavbar > .top-menu-right {
        float: left !important;
        padding-left: 10px;
    }

    #header .navbar-nav > li:nth-child(2n) {
        border-right: none !important;
    }

    #header .navbar-nav > li:nth-child(2n+1) {
        border-left: none !important;
    }

    #header .navbar-nav > li {
        width: 50% !important;
    }

    .owl-controls {
        display: none !important;
    }

    .tg-search {
        width: 100% !important;
    }

    .header_middle > .information {
        float: left;
    }

    .header_middle > .information > .information_telephone_number {
        clear: both;
        margin-left: 0px !important;
    }

    .footer_menu > .container > .row {
        margin-left: 0px !important;
    }

    .product-grid .product .name a {
        white-space: pre-wrap;
        white-space: -moz-pre-wrap;
        white-space: -pre-wrap;
        white-space: -o-pre-wrap;
        word-wrap: break-word;
    }

}

@media (max-width: 767px) {
    .standard-body {
        overflow-x: hidden;
    }

    .product-info .thumbnails li p {
        padding: 10px !important;
    }

    .product-info .thumbnails li {
        margin-left: 30px !important;
    }

    .product-left {
        width: 100% !important;
    }

    .htabs > a:not(.selected) {
        width: intrinsic;
        width: -moz-max-content;
        width: -webkit-max-content;
        margin: 0 auto;
    }

    .top-menu-right {
        padding-left: 0px !important;
    }

    div.pagination-results ul li {
        margin: 0px 5px !important;
    }

    .product-grid .product .name a {
        white-space: pre-wrap;
        white-space: -moz-pre-wrap;
        white-space: -pre-wrap;
        white-space: -o-pre-wrap;
        word-wrap: break-word;
    }

    .product-grid .product .name a {
        white-space: pre-wrap;
        white-space: -moz-pre-wrap;
        white-space: -pre-wrap;
        white-space: -o-pre-wrap;
        word-wrap: break-word;
    }

    .product-grid .product {
        height: 100%;
    }

    .flybar, .product-grid .product .addtocart, .addtocart > .button {
        width: 100% !important;
    }

    .owl-controls {
        display: none !important;
    }

    #myNavbar {
        max-height: none !important;
    }

    #myNavbar > .top-menu-left > li, #myNavbar > .top-menu-right > li {
        padding: 5px 0px !important;
        border-right: 0px solid white !important;
    }

    #myNavbar > .top-menu-right {
        float: left !important;
        margin-left: 1px;
    }

    .top-nav > .container-fluid, .why_us_content, .brands_content, .popular_items_content {
        padding: 0px 14px;
    }

    .header_middle, .cart, .header_middle > .information {
        float: left;
    }

    .header_middle > .information {
        padding: 0px !important;
    }

    .header_middle > .information > .information_schedule {
        line-height: normal !important;
    }

    .header_middle > .information > .information_telephone_number {
        margin: 0px;
        font-size: 17.3333px;
        clear: both;
    }

    .header_middle > .information > .information_telephone_all {
        font-size: 17.3333px;
        clear: both;
    }

    .responsive .tg-search {
        background: none !important;
        height: unset !important;
        width: unset !important;
        margin-left: 0px !important;
    }

    .header_middle .tg-search {
        background: none !important;
        height: unset !important;
        margin-left: 0px !important;
    }

    .header_middle .col-xs-12 {
        width: 100% !important;
    }

    #my-account, #tg-search {
        padding-right: 5px !important;
    }

    .tg-search .button-search, .tg-search .button-search2 {
        right: 5px !important;
    }

    .cart-container {
        width: 100%;
    }

    .cart-heading {
        text-align: left;
    }

    .top-menu-separator {
        display: none !important;
    }

    .my-header-menu > .navbar-nav > li {
        width: 100%;
    }

    #header .navbar-nav > li {
        border-left: none !important;
        border-right: none !important;
    }

    .my-header-menu-nav > .my-header-menu-title-container > .vertical-center {
        display: flex !important;
        align-items: center;
        width: intrinsic !important; /* Safari/WebKit uses a non-standard name */
        width: -moz-max-content !important; /* Firefox/Gecko */
        width: -webkit-max-content !important; /* Chrome */
        float: left;
        height: 56px;
    }

    .top-nav > .container-fluid > .navbar-header > .vertical-center {
        display: flex !important;
        align-items: center;
        width: intrinsic !important; /* Safari/WebKit uses a non-standard name */
        width: -moz-max-content !important; /* Firefox/Gecko */
        width: -webkit-max-content !important; /* Chrome */
        float: left;
        height: 70px;
    }

    .my-header-menu-title-container {
        padding: 0px 14px;
    }

    .my-header-menu-title {
        color: #fff !important;
        font-size: 16px;
    }

    .top-menu-title {
        color: #333 !important;
        font-size: 16px;
    }

    .categories-header {
        text-align: center;
    }

    .categories-hr {
        margin: 0px auto !important;
    }

    .contact-us > .col-xs-12 {
        text-align: center;
    }

    .categories-menu-li > div {
        max-width: 80%;
        margin: 0px auto;
    }

    .footer-column {
        margin: 10px 0px;
    }
}

.footer_e-mail > a {
    text-decoration: underline;
    color: #fff;
    font-size: 12pt;
}

.standard-body .custom-footer, .standard-body .footer, .standard-body .copyright {
    margin: 0;
    position: relative;
}

.custom-footer, .footer {
    background: #12141a;
    padding-top: 20px;
    padding-bottom: 40px;
    color: #454545;
    font-family: Open Sans, "Times New Roman", Times, serif;
    font-size: 16px;

}

.copyright {
    background: #12141a;
    color: #454545;
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.copyright, .copyright a {
    color: #454545;
    font-family: Georgia, "Times New Roman", Times, serif;
}

ul.contact-us li i {
    float: left;
    font-size: 22px;
    line-height: 20px;
    margin-right: 15px;
    width: 15px;

}

ul.contact-us li {
    line-height: 20px;
    float: left;
}

.phone-image {
    padding: 0px;
}

.custom-footer a, .footer a {
    font-family: 'Open Sans', "Times New Roman", Times, serif;
    font-size: 16px;
}

.custom-footer a:hover, .footer a:hover, .copyright a:hover {
    color: #ffffff;
}

.custom-footer h4, .footer h4, .copyright h4 {
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px;
    font-style: normal;
    font-family: Verdana, Geneva, sans-serif;
}

.custom-footer ul, .footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.categories-hr {
    margin: 0px;
}

.footer_container, .brands_content {
    /*	width:1169px;*/
    margin: 0px auto;
}

.copyright ul {
    list-style: none outside none;
    margin: 0;
    width: auto;
}

.copyright ul li, .payment ul li {
    display: inline-block;
    margin-left: 10px;
}

.copyright .pattern {
    text-align: center;
}

.footer .payment {
    clear: both;
    text-align: center;
    padding-bottom: 40px;
}

.copyright p {
    margin: 0;
    margin-bottom: 5px;
}

/* Scroll Up */

.scrollup {
    background: none repeat scroll 0 0 #d35d59;
    bottom: 200px;
    color: #fff !important;
    display: none;
    font-weight: 600;
    height: 50px;
    padding: 2px;
    position: fixed;
    right: 0px;
    text-align: center;
    text-transform: uppercase;
    width: 50px;
    z-index: 999;
    padding: 8px 0;
}

.scrollup .fa {
    display: block !important;
}

/* Category Accordion */

.box-category {
    position: relative;
    padding: 0px !important;
}

.box-category ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.box-category > ul li {
    position: relative;
}

.box-category ul li a {
    float: left;
    display: block;
    padding: 10px 0px;
    font-size: 14px;
    color: #747373;
    font-weight: 400;
}

.box-category ul li a.active,
.box-category ul li:hover > a {
    color: #000000;

}

.box-category ul li .head a {
    font-size: 14px;
    line-height: 10px;
    padding: 0px !important;
    margin: 0px;
    position: absolute;
    top: 15px;
    right: 20px;
    width: 12px;
    height: 12px;
    color: #000000;
    border: 1px solid #000000;
    text-align: center;
    display: block;
}

.box-category ul li .head a.collapsed {
    line-height: 10px;
}

.box-category ul li .head .plus {
    display: none;
}

.box-category ul li .head .collapsed .plus {
    display: block;
}

.box-category ul li .head .collapsed .minus {
    display: none;
}

.box-category ul li ul a {
    font-size: 13px;
    font-weight: 300;
    text-transform: none;
    padding: 0;
    padding-left: 10px;
}

/* Box Informtaion */

/* information Accordion */

.box-information ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.box-information ul li {
    position: relative;
}

.box-information > ul > li:first-child {
    border-top: none;
}

.box-information > ul > li {
    padding: 10px 0px 10px 0px;
}

.box-information > ul > li + li {

}

.content .box-information > ul > li + li {
    border-top: none;
}

.content .box-information {
    padding-top: 0px;
}

.box-information > ul > li > a {
    text-decoration: none;
    color: #747373;
    font-size: 14px;
    font-weight: 400;
}

.box-information > ul > li > a:hover {
    color: #000000;
}

.box-information > ul > li ul {
    display: none;
}

/* Product for column left & right */

.col-sm-3 .product-grid, .col-sm-4 .product-grid {
    margin: 0;
}

.col-sm-3 .product-grid .product .image-swap-effect .swap-image, .col-sm-4 .product-grid .product .image-swap-effect .swap-image, .col-sm-3 .product-grid .product .image .quickview,
.col-sm-4 .product-grid .product .image .quickview, .col-sm-3 .product-grid .product-hover .only-hover, .col-sm-4 .product-grid .product-hover .only-hover {
    display: none;
}

.col-sm-3 .product-grid .product:hover, .col-sm-4 .product-grid .product:hover {
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.col-sm-3 .product-grid .product .price, .col-sm-4 .product-grid .product .price {
    padding-bottom: 0px;
}

.col-sm-3 .product-grid .product .name, .col-sm-4 .product-grid .product .name {
    padding: 0;
}

/*.col-sm-3 .product-grid .product .action, .col-sm-4 .product-grid .product .action, .col-sm-3 .product-grid .product .flybar , .col-sm-4 .product-grid .product .flybar{
		display: none;
	}*/
.col-sm-3 .product-grid, .col-sm-4 .product-grid {
    margin-bottom: 0px;
}

.col-sm-3 .product-grid .right, .col-sm-4 .product-grid .right {
    text-align: left;
}

.col-sm-3 .item,
.col-sm-4 .item {
    overflow: hidden;
}

.col-sm-3 .box .prev-button, .col-sm-4 .box .prev-button {
    right: 15px !important;
    left: auto;
}

.col-sm-3 .products .row > div,
.col-sm-4 .products .row > div {
    width: 100%;
    margin: 0px;
}

.col-sm-3 .products .row > div:first-child .product,
.col-sm-4 .products .row > div:first-child .product {
    border-top: none;
}

.col-sm-3 .products .row > div .product,
.col-sm-4 .products .row > div .product {
    margin: 0px;
    padding: 10px 0px;
    text-align: left;
    border: none;
}

.col-sm-3 .products .row > div .product .left,
.col-sm-4 .products .row > div .product .left {
    float: left;
    position: relative;
}

.col-sm-3 .products .row > div .product .left .sale,
.col-sm-4 .products .row > div .product .left .sale {
    left: 0;
    top: 0;
}

.col-sm-3 .products .row > div .product .right,
.col-sm-4 .products .row > div .product .right {
    float: left;
    width: 60%;
    margin-left: 6%;
    padding-top: 5px;
}

.col-sm-3 .products .row > div .product .price,
.col-sm-4 .products .row > div .product .price {
    font-size: 14px;
    font-weight: 500;
}

.col-sm-3 .products .row > div .product .name a,
.col-sm-4 .products .row > div .product .name a {
    font-size: 14px;
    font-weight: 400;
    color: #747373;
}

.col-sm-3 .products .row > div .product .name a:hover,
.col-sm-4 .products .row > div .product .name a:hover {
    color: #000000;
}

.col-sm-3 .products .product .only-hover,
.col-sm-4 .products .product .only-hover {
    display: none;
}

/* Breadcrumb
------------------*/

.breadcrumb {
}

.breadcrumb .background {

}

.breadcrumb .container > div {
    padding: 0px 0px 15px 0px;
}

.breadcrumb .container ul {
    list-style: none;
    padding: 0px 0px 5px 0px;
    margin: 0px;
}

.breadcrumb .container ul li {
    display: inline-block;
    padding-right: 10px;
}

.breadcrumb .container ul li:before {
    content: "/";
    color: #747373;
    padding-right: 5px;
}

.breadcrumb .container ul li:first-child:before {
    display: none;
}

.breadcrumb .container ul li a {
    color: #787878
    font-family: 'Open Sans', sans-serif;
    font-size: 10.5pt;
    margin-left: 5px;
    font-weight: 500;
}

.breadcrumb .container ul li a:hover {
    color: #000000;
}

.breadcrumb .container ul li:last-child a {
    text-decoration: none;
    color: #010101;
}

/* Category page */

.category-info {
    padding: 20px 0px 0px;
    position: relative;
}

.category-info .image {
    padding: 0px 20px 20px 0px;
    float: left;
    width: auto;
}

.category-info > p {
    padding: 0px 20px 0px 0px;
}

.refine_search {
    margin-top: 0px !important;
    margin-bottom: 20px !important;
    padding: 0px !important;
}

.category-list {

}

.category-list-text-only {
    margin-bottom: 20px;
}

.category-list .row > div {
    margin-bottom: 26px;
    text-align: center;
}

.category-list-text-only .row > div {
    margin-bottom: 6px;
    text-align: left;
}

.category-list img {
    display: block;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.category-list a {
    color: #747373;
}

.category-list a:hover {
    color: #000000;
}

.product-filter {
    /*	padding: 8px;
		border: 1px solid #f0f0f0;*/
    margin: 0px 0px 30px 0px;
}

.product-filter .options .button-group button {
    color: #ababab !important;
}

.product-filter .options .button-group button:hover, .product-filter .options .button-group .active {
    color: #8c231e !important;
}

.product-filter .list-options select {
    border: 0px solid #111;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #8c231e;
    font-family: 'Open Sans', sans-serif;
    font-size: 11pt;
    margin: 0px !important;
}

.product-filter .list-options .sort::after {
    margin-left: -10px;
    content: "\f0d7";
    font-family: "FontAwesome";
    font-size: 15pt;
    color: #8c231e;
    padding: 0 0 2px;
    pointer-events: none;
}

.product-filter .list-options {
    float: left;
    width: auto;
    padding: 0px 8px 0px 8px;
}

.product-filter .list-options .sort {
    padding: 6px 0px;
    float: left;
    width: auto;
    color: #747373;
}

.product-filter .list-options .limit {
    padding: 6px 8px 6px 8px;
    float: left;
    width: auto;
    color: #747373;
}

.product-filter .list-options select {
    margin: 0px 0px 0px 10px;
    width: auto;
}

.product-filter .options {
    float: right;
    width: auto;
    padding: 13px 8px 8px 8px;
}

.product-filter .options .product-compare {
    float: left;
    width: auto;
    padding: 0px 20px 0px 0px;
    color: #747373;
}

.product-compare a {
    color: #747373;
}

.product-compare a:hover {
    color: #000000;
}

.product-filter .options .button-group {
    float: left;
    width: auto;
}

.product-filter .options .button-group button {
    margin: 0px;
    line-height: 18px;
    border: none;
    color: #747373;
    font-size: 18px;
    background: none;
}

.product-filter .options .button-group button:hover,
.product-filter .options .button-group .active {
    color: #000000;
}

/* Pagination */
.pagination-inactive, .pagination-inactive i, .pagination-inactive:active, .pagination-inactive:hover {
    color: #8a8a8a !important;
}

.pagination-next .fa-long-arrow-right {
    margin-left: 10px;
}

.pagination-previous .fa-long-arrow-left {
    margin-right: 10px;
}

div.pagination-results {
    clear: both;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
    position: relative;
    overflow: auto;
}

div.pagination-results .text-right {
    padding: 4px 0px 10px 10px;
}

div.pagination-results .text-left {
    padding: 0px 10px 0px 0px;
}

div.pagination-results ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

div.pagination-results ul li a, div.pagination-results ul li i {
    color: #228cc2;
}

div.pagination-results ul li {
    display: inline-block;
    background: #fff;
    text-align: center;
    padding: 6px 0px 0px 0px;
    margin: 0px 20px;
    font-family: "Open Sans", sans-serif;
    font-size: 11pt;
}

div.pagination-results ul li.active a {
    color: #010101 !important;
}

div.pagination-results ul li:hover a {
    color: #000000 !important;
}

/* Product page */

/* Wishlist and Compare button */
.product-info .product-icon {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    color: #777777;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 35px;
    height: 35px;
    text-align: center;
    transition: background-color 400ms linear 0s;
    width: 35px;
}

.product-info .product-icon:hover {
    color: #000000;
    border: 1px solid #000000;
}

.product-info {
    margin-top: 20px;
}

/* Image */

.product-info .product-image {
    margin: 0px 0px 20px 0px;
    text-align: center;
}

.product-info .product-image a {
    display: block;
}

.product-info .product-image img {
    display: block;
    cursor: pointer;
}

/* Thumbnails */

.product-info .thumbnails {
}

.product-info .thumbnails ul {
    list-style: none;
    margin: 0px 0px 0px -20px;
    position: relative;
    padding: 0px;
}

.product-info .thumbnails li {
    width: 25%;
    float: left;
}

.product-info .thumbnails-left li {
    float: none;
    width: 100%;
}

.product-info .thumbnails li p {
    margin: 0px;
    padding: 0px 0px 20px 20px;
}

.product-info .thumbnails li img {
    display: block;
}

.product-info .description .fa {
    background-color: #d35d59;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    color: #ffffff;
    float: left;
    font-size: 7px;
    margin: 3px 5px 0 0;
    padding: 3px;
    text-align: center;
}

/*
			.product-info .price .price-new {
				color: #000000;

				font-size: 18px;
				font-weight: 400;
				padding: 10px 0;
				}*/

.product-info .price .price-old {
    text-decoration: line-through;
}

.product-info .description, .description a, .product-info .price, .product-info .options, .product-info .cart-holder {
    padding-top: 10px;
}

.product-info .price-tax, .product-info .reward, .product-info .discount {
    font-weight: 300;
}

.product-info .discount {
    margin-top: 10px;
}

.product-info .description b {
    margin-left: 0;
    margin-right: 5px;
}

.product-info .options .option {
    padding: 10px 0;
}

.product-info .cart .add-to-cart p,
.product-info .cart .add-to-cart input,
.product-info .cart .add-to-cart .quantity {
    display: block;
    float: left;
}

.product-info .cart .add-to-cart p {
    padding: 7px 10px 5px 0px;
    color: #777777;
}

.product-info .add-to-cart input {
    margin: 0px 10px 0px 0px;
}

.product-info .cart .add-to-cart .quantity {
    position: relative;
}

.product-info .cart .add-to-cart .quantity input {
    padding-right: 40px;
    text-align: left;
    padding-left: 16px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

.product-info .cart .add-to-cart .quantity #q_up {
    display: block;
    position: absolute;
    right: 11px;
    top: 1px;
    border: 1px solid #d7d7d7;
    border-top: none;
    border-right: none;
    height: 16px;
    line-height: 15px;
    width: 24px;
    text-align: center;
    font-size: 8px;
    padding-right: 2px;
    color: #777777;
}

.product-info .cart .add-to-cart .quantity #q_down {
    display: block;
    position: absolute;
    right: 11px;
    top: 17px;
    border-left: 1px solid #d7d7d7;
    height: 16px;
    width: 24px;
    text-align: center;
    font-size: 8px;
    padding-right: 2px;
    line-height: 16px;
    color: #777777;
}

.product-info .cart .add-to-cart .quantity #q_up:hover, .product-info .cart .add-to-cart .quantity #q_down:hover {
    color: #000000;
}

.product-info .cart-holder {
    float: left;
    padding: 0;
}

.product-info .wishlist-holder {
    float: left;

}

.product-info .compare-holder {
    float: left;
    margin-right: 10px;
}

.product-info .review {
    clear: both;
    float: left;
}

.product-info .review a {
    cursor: pointer;
}

.product-info .cart .minimum {
    padding: 10px 0 0;
}

.product-info .description, .product-info .price, .product-info .options {
    padding: 10px 0;
}

.product-info .review > div {
    padding-top: 10px;
}

/* ----------- QUICKVIEW ------------- */

#quickview {
}

#quickview .product-image {
    margin: 0px 0px 20px 0px;
    background: #fff;
    text-align: center;
}

#quickview .product-image a {
    display: block;
}

#quickview .product-image img {
    display: block;
    cursor: pointer;
}

/* Thumbnails */

.product-info .cart .add-to-cart #button-more-details {
    display: none;
}

#quickview .compare-holder, #quickview .wishlist-holder {
    display: none;
}

#quickview .thumbnails {
    position: relative;
    margin: 0px 0px -20px 0px;
}

#quickview .thumbnails ul {
    list-style: none;
    margin: 0px 0px 0px -20px;
    position: relative;
    padding: 0px;
}

#quickview .thumbnails li {
    width: 25%;
    float: left;
}

#quickview .thumbnails-left li {
    float: none;
    width: 100%;
}

#quickview .thumbnails li p {
    margin: 0px;
    padding: 0px 0px 20px 20px;
}

#quickview .thumbnails li img {
    display: block;
}

#quickview .product-center {
    position: relative;
    margin-top: -23px;
    margin-bottom: -20px;
}

#quickview .description,
#quickview .price,
#quickview .options,
#quickview .cart {
    padding: 20px 0px 20px 0px;
    border-bottom: 1px solid #e5e5e5;
}

#quickview .options {
    display: none;
}

#quickview .cart {
    border-bottom: none;
}

#quickview .price .price-new {
    font-size: 24px;
    line-height: 40px;
    font-weight: 400;
    color: #000000;
}

#quickview .price .price-sale {
    color: #d35d59;
}

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

#quickview .options {
    padding-bottom: 10px;
}

#quickview h2 {
    padding: 0px;
}

#quickview .options .option {
    padding: 10px 0px;
}

#quickview .options .error {
    margin: 0px;
}

#quickview .cart {
}

#quickview .cart .add-to-cart p,
#quickview .cart .add-to-cart .quantity,
#quickview .cart .links,
#quickview .cart .minimum,
#quickview .review {
    display: none;
}

#quickview .cart .add-to-cart input {
    margin: 0px 10px 0px 0px;
}

/* Htabs */

.htabs {
    height: 34px;
    margin-top: 20px;
    margin-bottom: 20px;

}

.htabs a {
    float: left;
    margin-right: 10px;
    text-align: center;
    font-weight: normal;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;

    background: none repeat scroll 0 0 #ffffff;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    white-space: normal;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
}

.htabs a.selected {
    margin-right: 30px;
    font-weight: bolder;
    border: none;
}

.center-column .tab-content {
    margin: 0 0 30px;
}

/* Tables
------------------*/

table.attribute,
table.list,
.wishlist-product table,
.wishlist-info table,
.compare-info,
.cart-info table,
.checkout-product table {
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    width: 100%;
    margin: 0px 0px 20px 0px;
    border-radius: 2px;
}

table.attribute td,
table.list td,
.wishlist-product table td,
.wishlist-info table td,
.compare-info td,
.cart-info table td,
.checkout-product table td {
    /* border-left: 1px solid #e6e6e6;
	    border-top: 1px solid #e6e6e6;*/
    padding: 10px;
    text-align: left;
    vertical-align: top;
}

table.attribute thead td,
table.list thead td,
.wishlist-product table thead td,
.wishlist-info table thead td,
.compare-info thead td,
.cart-info table thead td,
.checkout-product table thead td {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
}

table.attribute thead:first-child td,
table.list thead:first-child td,
.wishlist-product table thead:first-child td,
.wishlist-info table thead:first-child td,
.compare-info thead:first-child td,
.cart-info table thead:first-child td,
.checkout-product table thead:first-child td {
    border-top: none;
}

table.attribute td:first-child,
table.list td:first-child,
.wishlist-product table td:first-child,
.wishlist-info table td:first-child,
.compare-info td:first-child,
.cart-info table td:first-child,
.checkout-product table td:first-child {
    border-left: none;
}

.cart-info tbody span.stock {
    color: #F00;
    font-weight: bold;
    font-size: 20px;
}

/* manufacturer */
.manufacturer-list {
    border: 1px solid #e6e6e6;
    padding: 5px;
    overflow: auto;
    margin-bottom: 20px;
    color: #000000;
}

.manufacturer-heading {
    font-size: 15px;
    font-weight: bold;
    padding: 5px 8px;
    margin-bottom: 6px;
}

.manufacturer-content {
    padding: 8px;
}

.manufacturer-list ul {
    float: left;
    width: 25%;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 10px;
}

/* checkout */

.checkout {
    position: relative;
}

.checkout > div {
    padding: 0px;
}

.checkout-heading {
    border: 1px solid #e6e6e6;
    padding: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 15px;

}

.checkout-heading a {
    float: right;
    margin-top: 1px;
    cursor: pointer;
    font-size: 13px;
    font-weight: normal;
}

.checkout-content {
    display: none;
    padding: 0px 0px 27px 0px;
}

.checkout-content:before,
.checkout-content:after {
    display: table;
    content: " ";
}

.checkout-content:after {
    clear: both;
}

.checkout-content:before,
.checkout-content:after {
    display: table;
    content: " ";
}

.checkout-content:after {
    clear: both;
}

.checkout-content .left {
    float: left;
    width: 48%;
}

.checkout-content .left > *:first-child {
    margin-top: 0px;
}

.checkout-content .right {
    float: right;
    width: 48%;
}

.checkout-content .right .button {
    margin-top: 10px;
}

.checkout-content .right > *:first-child {
    margin-top: 0px;
}

.checkout-content .buttons {
    clear: both;
    margin: 0px;
}

.checkout-content label {
    padding-left: 5px;
}

.checkout-content table label {
    padding-left: 0px;
}

/* Review */
.review-list .author {
    margin-bottom: 5px;
}

.review-list .rating {
    margin-bottom: 10px;
}

.review-list .text {
    margin-bottom: 20px;
}

/* OPENCART STYLE
--------------------------- */

/* content */

.main-content .content {
    padding: 0px 0px 20px 0px;
}

.main-content .content:before,
.main-content .content:after {
    display: table;
    content: " ";
}

.main-content .content:after {
    clear: both;
}

.main-content .content .left {
    float: left;
    width: 47%;
    padding: 0px;
}

.main-content .content .right {
    float: right;
    width: 47%;
    padding: 0px;
}

.success, .warning, .attention, .information {
    padding: 10px 10px 10px 33px;
    margin-bottom: 15px;
    color: #000000;
}

.success {
    background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
    border: 1px solid #BBDF8D;
}

.warning {
    background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
    border: 1px solid #F8ACAC;
}

.attention {
    background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
    border: 1px solid #F2DD8C;
}

.success .close, .warning .close, .attention .close, .information .close {
    float: right;
    padding-top: 4px;
    padding-right: 4px;
    cursor: pointer;
}

/* List content */

.main-content .content ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.main-content .content > ul li {
    padding: 10px 0px;
    font-size: 14px;
}

/* Login content */

.login-content {
}

.login-content:before,
.login-content:after {
    display: table;
    content: " ";
}

.login-content:after {
    clear: both;
}

.login-content .left {
    float: left;
    width: 47%;
}

.login-content .right {
    float: right;
    width: 47%;
}

.login-content .content {
    margin: 15px 0px 0px 0px;
}

.login-content .left .button {
    margin-top: 10px;
}

/* Cart info */

.cart-info table td {
    vertical-align: middle;
    text-align: center;
}

/* Cart Module */

.cart-module {
    border-bottom: 1px solid #e9e9e9;
    margin: 0px 0px 22px 0px;
    position: relative;
}

.cart-module > div {
    padding: 20px !important;
    margin: 0px 0px 30px 0px;
    background: #fff;
    border: 1px solid #f0f0f0;
}

.cart-module table {
    margin: 0px 0px 10px 0px;
}

.cart-module table td {
    padding: 0px 20px 3px 0px;
}

.cart-module input[type=text],
.cart-module select {
    margin: 5px 5px 5px 10px;
}

/* Table img */

table img {
    max-width: none;
}

/* Cart Total */

.cart-total {
    overflow: auto;
}

.cart-total table {
    float: right;
}

.cart-total td {
    padding: 0px 0px 0px 10px;
    text-align: right;
}

.cart-total table tr td:last-child {
    font-weight: 600;
}

/* Responsive Youtube Embed */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Our Designer */

.panel-group .panel {
    border-radius: 0px !important;
    box-shadow: none !important;
    border: 1px solid #e6e6e6;
    margin-bottom: 10px;
}

.tg-checkout .panel-title > a {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
}

.tg-checkout .panel-heading {
    background: none;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0px !important;
    box-shadow: none !important;

}

.tg-checkout .panel-heading h4 {
    font-weight: 500;
}

.modal-content {
    border-radius: 0;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}

/* ThemeGlobal Filter Product */
.no-image {
    max-height: 100px;
}

.filter-product .tab-content {
    clear: both;
    margin-bottom: 20px;
    background: #FFFFFF;
    padding: 0px;
}

.filter-product .filter-tabs {

}

.filter-product .filter-tabs ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: center;
    margin-bottom: 20px;
}

.filter-product .filter-tabs ul > li {
    display: inline-block;
    line-height: 18px;
    padding: 0px 25px;

}

.filter-product .filter-tabs ul > li > a:before {
    content: '/';
    position: relative;
    bottom: 0px;
    right: 25px;
    font-size: 20px;
    font-weight: 300;

}

.filter-product .filter-tabs ul > li > a {
    font-size: 22px;
    font-weight: normal;
    color: #cccccc;
    display: block;
    position: relative;
    font-family: Georgia, "Times New Roman", Times, serif;

}

.filter-product .filter-tabs ul > li:first-child > a:before {
    display: none;
}

.filter-product .filter-tabs ul > li > a:hover,
.filter-product .filter-tabs ul > li.active > a {
    color: #000000;
    z-index: 8;
}

.tab-content {
    position: relative;
}

.tab-content .prev-button {
    width: 25px;
    height: 25px;
    position: absolute;
    top: -57px;
    left: -8px;
    z-index: 8;
}

.tab-content .next-button {
    width: 25px;
    height: 25px;
    position: absolute;
    top: -57px;
    right: -9px;
    z-index: 8;
}

.tab-content .prev-button {
    border-right: none;
}

.tab-content .prev-button:hover, .tab-content .prev-button span:hover,
.tab-content .next-button:hover, .tab-content .next-button span:hover {
    color: #000000;
}

.tab-content .prev-button span,
.tab-content .next-button span {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #dddddd;
    font-size: 24px;
    display: block;
    width: 25px;
    height: 25px;
    text-align: center;
}

.tab-content .next-button span:before {
    content: "\f105";
}

.tab-content .prev-button span:before {
    content: "\f104";
}

.box .prev-button {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 5px;
    left: -8px;
    z-index: 1;
}

.box .prev-button2 {
    width: 25px;
    height: 25px;
    position: absolute;
    top: -30%;
    left: -25px;
    z-index: 1;
}

.box .next-button {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 5px;
    right: -8px;
    z-index: 1;
}

.box .next-button2 {
    width: 25px;
    height: 25px;
    position: absolute;
    top: -30%;
    right: -25px;
    z-index: 1;
}

.box .prev-button {
    border-right: none;
}

.box .prev-button:hover, .box .prev-button span:hover, .box .prev-button2:hover, .box .prev-button2 span:hover,
.box .next-button:hover, .box .next-button span:hover, .box .next-button2:hover, .box .next-button2 span:hover {
    color: #000000;
}

.box .prev-button span, .box .prev-button2 span,
.box .next-button span, .box .next-button2 span {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #dddddd;
    font-size: 24px;
    display: block;
    width: 25px;
    height: 25px;
    text-align: center;
}

.box .next-button span:before, .box .next-button2 span:before {
    content: "\f105";
}

.box .prev-button span:before, .box .prev-button2 span:before {
    content: "\f104";
}

/* HTML */
.html-holder {
    margin-bottom: 30px;
}

.html-holder2 {
    margin-bottom: 60px;
}

.html-heading {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #333333;
}

.html-description {
    font-size: 14px;
    color: #959595;
}

/* Gallery */

.gallery-holder {
    margin-bottom: 0px;
}

.gallery-holder .product-grid {
    margin: 0;
}

.gallery-holder .owl-carousel {
    margin-left: 0px !important;
    margin-right: 0 !important;
}

.gallery-holder .owl-carousel .owl-item .item {
    margin-left: 0px !important;
    margin-right: 0 !important;
}

.gallery-holder .row {
    margin: 0 !important;
}

.gallery-holder .img {
    position: relative;
    float: left;
    overflow: hidden;
}

/* Social */
.social-holder {
    text-align: center;
    margin-bottom: 20px;
}

.aboutus-holder {
    text-align: left;
}

.aboutus-title {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
}

.aboutus-text {
    color: #777777;
    font-size: 14px;
    text-align: left;
}

.hotline, .facebook, .twitter, .instagram, .googleplus, .pinterest, .youtube, .flickr, .vimeo, .tumblr {
    border: 1px solid #ededed;
    color: #000000 !important;
    font-size: 20px;
    height: 32px;
    margin-left: 8px;
    margin-right: 8px;
    text-align: center;
    width: 32px;
    line-height: 32px !important;
    vertical-align: middle;
    margin-top: 5px;
}

.hotline {
    background: none repeat scroll 0 0 #d35d59;
}

.facebook:hover {
    border: 1px solid #000000;
}

.twitter:hover {
    border: 1px solid #000000;
}

.instagram:hover {
    border: 1px solid #000000;
}

.googleplus:hover {
    border: 1px solid #000000;
}

.pinterest:hover {
    border: 1px solid #000000;
}

.youtube:hover {
    border: 1px solid #000000;
}

.flickr:hover {
    border: 1px solid #000000;
}

.vimeo:hover {
    border: 1px solid #000000;
}

.tumblr:hover {
    border: 1px solid #000000;
}

/* Banner */

.banners > div img {
    display: block;
    position: relative;
    -webkit-backface-visibility: hidden;
    -webkit-transition: opacity 0.4s linear, -webkit-transform 0.4s ease-in-out, filter 0.4s ease-in-out;
    -moz-transition: opacity 0.4s linear, -moz-transform 0.4s ease-in-out, filter 0.4s ease-in-out;
    -o-transition: opacity 0.4s linear, -o-transform 0.4s ease-in-out, filter 0.4s ease-in-out;
    -ms-transition: opacity 0.4s linear, -ms-transform 0.4s ease-in-out, filter 0.4s ease-in-out;
    transition: opacity 0.4s linear, transform 0.4s ease-in-out, filter 0.4s ease-in-out;
}

.banners:hover > div img {
    -webkit-transform: scale(0.97);
    -moz-transform: scale(0.97);
    -o-transform: scale(0.97);
    -ms-transform: scale(0.97);
    transform: scale(0.97);
    opacity: 0.7;
    -webkit-filter: blur(.4px);
    -moz-filter: blur(.4px);
    -o-filter: blur(.4px);
    -ms-filter: blur(.4px);
    filter: blur(.4px);
}

.banners > div:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 100;
    opacity: 1;
    -webkit-filter: none;
    -moz-filter: none;
    -o-filter: none;
    -ms-filter: none;
    filter: none;
}

.banners > div.col-sm-12 img {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
}

/*  Facebook Widget  */

.facebook_left {
    width: 250px;
    position: fixed;
    left: -250px;
    top: 390px;
    z-index: 1999;
}

.facebook_right {
    width: 250px;
    position: fixed;
    right: -250px;
    top: 390px;
    z-index: 1999;
}

.facebook_left .facebook-icon,
.facebook_right .facebook-icon {
    height: 50px;
    width: 50px;
    right: -50px;
    background: #3B5998 url(../image/facebook-icon.png) no-repeat;
    cursor: pointer;
    position: absolute;
    z-index: 1999;
}

.facebook_right .facebook-icon {
    left: -50px;
    right: auto;
}

.facebook_right .facebook-content,
.facebook_left .facebook-content {
    background-color: #FFFFFF;
    border: 4px solid #3B5998;
    position: relative;
    z-index: 99;
    min-height: 50px;
}

/*  Twitter Widget  */

.twitter_left {
    width: 250px;
    position: fixed;
    left: -250px;
    top: 390px;
    z-index: 1998;
}

.twitter_right {
    width: 250px;
    position: fixed;
    right: -250px;
    top: 390px;
    z-index: 1998;
}

.facebook_right + .twitter_right,
.facebook_left + .twitter_left {
    top: 450px;
}

.twitter_left .twitter-icon,
.twitter_right .twitter-icon {
    height: 50px;
    width: 50px;
    right: -50px;
    background: #4BB8E2 url(../image/twitter-icon.png) no-repeat;
    cursor: pointer;
    position: absolute;
    z-index: 1998;
}

.twitter_right .twitter-icon {
    left: -50px;
    right: auto;
}

.twitter_right .twitter-content,
.twitter_left .twitter-content {
    background-color: #FFFFFF;
    border: 4px solid #4BB8E2;
    position: relative;
    z-index: 998;
    min-height: 50px;
    padding: 10px;
}

/*  Custom Widget  */

.custom_left {
    width: 250px;
    position: fixed;
    left: -250px;
    top: 390px;
    z-index: 1996;
}

.custom_right {
    width: 250px;
    position: fixed;
    right: -250px;
    top: 390px;
    z-index: 1996;
}

.facebook_right + .twitter_right + .custom_right,
.facebook_left + .twitter_left + .custom_left {
    top: 510px;
}

.facebook_right + .custom_right,
.twitter_right + .custom_right,
.twitter_left + .custom_left,
.facebook_left + .custom_left {
    top: 450px;
}

.custom_left .custom-icon,
.custom_right .custom-icon {
    height: 50px;
    width: 50px;
    right: -50px;
    background: #c92228 url(../image/custom-icon.png) no-repeat;
    cursor: pointer;
    position: absolute;
    z-index: 1996;
}

.custom_left .custom-icon {
    background: #c92228 url(../image/custom-icon.png) no-repeat;
}

.custom_right .custom-icon {
    left: -50px;
    right: auto;
}

.custom_right .custom-content,
.custom_left .custom-content {
    background-color: #FFFFFF;
    border: 4px solid #c92228;
    position: relative;
    z-index: 996;
    padding: 10px;
    min-height: 50px;
}
