/*   
Template Name: GoShop - Premium eCommerce
Version: 1.0
Author: Artur Sułkowski
Website: http://artursulkowski.pl
*/

/*------------------------------------------------------------------
[Table of contents]

1. Main Styles
2. Inputs
3. Dropdown
4. Buttons
5. Header
6. Top Bar
7. Top of pages
8. Breadcrumb
9. Main Content
10. CustomFooter
11. Footer
12. Copyright
13. OpenCart Style
14. Facebook widget
15. Twitter widget
16. Custom widget
17. Opencart 2.0
18. Carousel Brands
19. Banner module
20. Camera slider
21. Lazy load
-------------------------------------------------------------------*/

/* @group 1. Main Styles */
@media (max-width: 768px) {
	.logo_image {
		background: #fff;
		padding-top: 5px;
	}

    select {
        -webkit-appearance:none;
    }   
}

body {
    background: rgb(70, 179, 175);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}

.for-arm {
    font-family: Tahoma !important;
    font-size: 13px;
}





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

* {
    outline: 0;
    font-family: RobotoLight;
}

b,
strong {
    font-weight: 600;
}

a {
    color: #3e3e3e;
    line-height: 1.6;
    transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
}


#main {
   /* overflow: hidden;*/
}

.container .container {
    width: auto !important;
}


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

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

.standard-body .fixed .background {
    margin: 0px auto;
    max-width: 1270px;
    background: #fff;
    position: relative;
}

.standard-body .fixed .background .shadow {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.17);
}

.standard-body .fixed .container {
    padding-left: 50px;
    padding-right: 50px;
    margin: 0px;
    max-width: 100% !important;
}

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

.main-fixed {
    margin: 0px auto;
    max-width: 1270px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.17);
}

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

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

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

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

.row-without-padding {
    margin: 0px !important;
}

.row-without-padding > div {
    padding: 0px !important;
}

.no-container > div > .container {
    padding: 0px !important;
    overflow: hidden;
}

/* @end */

/* @group 2. Inputs
-------------------*/

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
select {
    background: #fff;
    color: #b6b6b6;
    font-size: 13px;
    font-weight: 500;
    font-family: RobotoRegular;
    border: 1px solid #ebebeb;
    margin: 5px 0px;
    padding: 6px 13px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

input#input-captcha {
    margin-bottom: 15px;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

textarea {
    max-width: 100%;
}

select {
    height: 37px;
    text-transform: uppercase;
}

/* @end */

/* @group 3. Dropdown
-------------------*/

#main .dropdown-menu {
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    margin-top: 10px;
}

#main .open > .dropdown-menu {
    margin-top: 0px;
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

.dropdown-menu {
    background: #fff;
    border: none;
    color: #444;
    padding: 14px 0px;
    margin-top: 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -webkit-box-shadow: 0px 2px 7px 0px rgba(50, 50, 50, 0.15);
    -moz-box-shadow: 0px 2px 7px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 0px 2px 7px 0px rgba(50, 50, 50, 0.15);
}

.dropdown-menu a {
    color: #444;
    font-weight: 400;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background: #f7f7f7;
}

.nav-header {
    color: #444;
}

.dropdown-menu img {
    margin-right: 5px;
    vertical-align: middle;
    margin-bottom: 2px;
}

/* @end */

/* @group 4. Buttons
------------------*/

.button,
.btn {
    display: inline-block;
    cursor: pointer;
    border: none;
    color: #fff !important;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 9px 32px 9px 32px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    background: #ef4416; /* Old browsers */
    outline: none;
}

.btn {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding-left: 24px;
    padding-right: 24px;
}

.button:hover,
.btn:hover {
    color: #fff;
    background: #1e1e1e;
}

.buttons .left .button,
.buttons .center .button,
.btn-default,
.input-group-btn .btn-primary {
    background: #1e1e1e !important;
}

.input-group input {
    border-right: none;
}

.input-group-btn .btn {
    height: 37px;
    margin: 5px 0px;
}

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

.buttons .btn {
    margin-top: 10px;
}

.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;
}

.button-continue-shopping {
    display: block;
    float: left;
}

.button-checkout {
    display: block;
    float: right;
}

/* @end */

/* @group 5. Header
------------------*/

header {
    position: relative;
}

header .background-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -3;
}

/* @end */

/* @group 6. Top Bar
------------------*/

.top-side-header {
    background-color: rgba(255,255,255,0.5);
    border-bottom: 1px solid #e2e2e2;
    padding: 5px 0px;
}

.top-side-header .top-left {
    float: left;
}

.top-side-header .top-left > ul,
.top-side-header .top-right > ul{
    padding: 0;
    margin: 0;
}
.top-side-header .top-left > ul > li,
.top-side-header .top-right > ul > li{
    list-style: none;
    float: left;
}

.top-side-header .top-left > ul > li {
    padding: 0px 15px 0px 0px;
}

.top-side-header .top-right > ul > li {
    padding: 0px 0px 0px 17px;
}




.top-side-header .top-right {
    float: right;
}


#top-bar {
    position: relative;
}

#top-bar .background-top-bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

#top-bar .background {
    background: #eeeeee; /* Old browsers */
    border-bottom: 1px solid #e2e2e2;
}

#top-bar .container {
    color: #777777;
    font-size: 14px;
}

#top-bar form {
    display: inline-block;
    vertical-align: top;
}

#top-bar .dropdown {
    /*display: inline-block;*/
    vertical-align: top;
}

#top-bar .dropdown > a {
    display: block;
    height: 44px;
    cursor: pointer;
    padding: 11px 2px 10px 2px;
    color: #777;
    text-transform: uppercase;
    position: relative;
    font-size: 12px;
}

#top-bar .dropdown:hover > a {
    color: #ee4415;
}

@media (min-width: 768px) {

    #top-bar .dropdown:hover > a span{
        display: inline-block !important;
    }

}

#top-bar ul.menu {
    list-style: none;
    text-align: left;
    padding: 0px;
    margin: 0px;
}

#top-bar ul.menu li {
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
}

#top-bar-right i {
    /*loat: left;*/
}

#top-bar ul.menu li .main {
    color: #777;
    font-size: 12px;
    display: block;
    padding: 11px 0px 10px 0px;
}

#top-bar ul.menu li .main:hover {
    color: #ee4415;
}

#top-bar ul.menu li .main span.cart-count {
    display: inline-block;
    vertical-align: top;
    background: #2a2a2a;
    border: 1px solid #4b4b4b;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    height: 22px;
    line-height: 1.4;
    padding: 0px 7px 0px 7px;
    margin-left: 6px;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
}

#top-bar ul.menu li .main:hover span.cart-count {
    background: #ee4415;
    border-color: #ee4415;
    color: #fff;
}

#top-bar #cart_block {
    border: none;
    height: auto;
}

#top-bar #cart_block .dropdown-menu {
    width: 320px;
    text-align: left;
    padding: 0px 20px;
    margin-left: -92px;
    text-transform: none;
}

/* @group Content */

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

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

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

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

.mini-cart-info .name {
    padding: 10px 10px;
    font-size: 11px;
}

.mini-cart-info .name div{
    font-size: 11px;
}

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

.mini-cart-info td.total {
    text-align: right;
    padding: 10px 10px;
    color: #65a4ab;
    font-size: 11px;
    white-space: nowrap;
}

.mini-cart-info .remove {
    text-align: right;
    padding: 7px 0px 10px 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: 15px 0px 10px 0px;
}

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

.mini-cart-total td:last-child {
    color: #65a4ab;
    font-size: 12px;
}

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

#cart_block .checkout .button {
    margin-left: 25px;
}

#cart_block .checkout .button,
.btn-search {
    border-radius: 0px;
    background-color: transparent !important;
    border: 1px solid #d4d4d4 !important;
    font-family: RobotoRegular;
    font-size: 12px !important;
    color: #65a4ab !important;
    border-radius: 0px !important;
    padding-left: 25px;
    padding-right: 25px;
}

#cart_block .checkout .button:hover,
.btn-search:hover {
    background-color: #65a4ab !important;
    border-color: #65a4ab !important;
    color:#fff !important;

}

#cart_block .button3 {
    text-transform: uppercase;
    font-size: 14px;
    color: #65a4ab;
}

#cart_block .empty {
    padding: 50px 0px;
    text-align: center;
}

/* @end */

/* @group 7. Top of pages
------------------*/

#top {
    position: relative;
    z-index: 25;
}

#top .pattern > .container > .row {
    position: relative;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

#top .container .container {
    padding-top: 0px;
    padding-bottom: 0px;
}

#top .background-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

#top #header-left {
    display: table-cell;
    width: auto;
    float: none;
    vertical-align: top;
    max-width: 370px;
    min-width: 270px;
    padding: 0px;
}

#top #header-right {
    display: table-cell;
    float: none;
    width: 100%;
    vertical-align: top;
    position: static;
    text-align: right;
    padding: 0px;
}

.category-menu-part {
    background-color: #65a4ab;
    width:100%;
    height:54px;
    background-image: url("../img/menu-lines.png"), url("../img/menu-caret.png");
    background-repeat: no-repeat,no-repeat;
    background-position: 18px, 95%;
    cursor: pointer;
    position: relative;
    transition: all 0.3s linear;
}

.category-menu-part .category-part-menu {
    position: absolute;
    top: 54px;
    background-color: #65a4ab;
    transition: all 0.4s linear;
    opacity: 0;
    visibility: hidden;
}

.category-menu-part > span:nth-child(1){
    line-height: 54px;
    font-family: RobotoBold;
    text-transform: uppercase;
    font-size: 15px;
    color:#fff;
    padding-left: 50px;
    float: left;
}

.category-menu-part .megamenu span:nth-child(1){
    font-family: RobotoBold;
    text-transform: uppercase;
    font-size: 15px;
    color:#fff;
    padding-left: 50px;
    float: left;
}

.category-menu-part .with-sub-menu,
.category-menu-part ul li {
    width: 100%;
}

.category-menu-part ul.megamenu > li:nth-child(1) {
    border-top:1px solid #fff;
}

.category-menu-part ul.megamenu > li {
    padding: 10px 0px;
    border-bottom: 1px solid #fff;
}

.category-menu-part ul.megamenu > li > a {
    height: auto !important;
    padding: 0px !important;
}

.category-menu-part .sub-menu {
    left: 100% !important;
}

.category-menu-part .sub-menu .content {
    border-radius: 0px !important;
    padding: 2px 15px !important;
}

.header-menu ul.megamenu > li {
    border-right: 1px solid #1d5486;
    height: 54px;
    padding: 13px 13px 13px 11px !important;
}

.child-category div.col-sm-3 {
    min-height: 200px;
    transition: all 0.4s linear;
    text-align: center;
    vertical-align: top;
}


.child-category div.col-sm-3 div a{
    font-size:16px;
    background-color:#015a60;
    display: block;
    width: 100%;
    color:#fff !important;
}

.child-category div.col-sm-3:hover div {

    color:#fff !important;
}

.child-category div.col-sm-3:hover a{
    color:#fff !important;
}

@media (max-width:1188px) {
    .header-menu ul.megamenu > li {
        border-right: 1px solid #1d5486;
        height: 54px;
        padding: 13px 7px 13px 7px !important;
    }
}

.header-menu ul.megamenu > li > a {
    height: auto !important;
    font-size: 14px;
    color:#fff;
    font-family: RobotoRegular;
    padding: 0px;
}

.catalog-list .megamenu-pattern > .container {
    margin-bottom: 15px !important;
}

.catalog-list .megamenuToogle-pattern > .container {
    background-color: #65a4ab;
}

#slider {
    margin-top: 30px;
}

.home-slider-block {
    background-color: #fff;
    padding-top: 24px;
    margin-top: -40px;
    box-shadow: 0 0 5px #a1c0c3;
}

.home-slider-block > .row > .col-md-12 > div:nth-child(1) {
    background-image: url("../img/shiping.png");
    background-position: center 15px;
    background-repeat: no-repeat;
}

.home-slider-block > .row > .col-md-12 > div:nth-child(2) {
    background-image: url("../img/rmoney.png");
    background-position: center 15px;
    background-repeat: no-repeat;
}

.home-slider-block > .row > .col-md-12 > div:nth-child(3) {
    background-image: url("../img/security.png");
    background-position: center 15px;
    background-repeat: no-repeat;
}

.home-slider-block > .row > .col-md-12 > div:nth-child(4) {
    background-image: url("../img/support.png");
    background-position: center 15px;
    background-repeat: no-repeat;
}

.home-slider-block > .row > .col-md-12 > div:nth-child(1),
.home-slider-block > .row > .col-md-12 > div:nth-child(2),
.home-slider-block > .row > .col-md-12 > div:nth-child(3),
.home-slider-block > .row > .col-md-12 > div:nth-child(4){
    width: 24.7%;
    display: inline-block;
    vertical-align: top;
    background-color:#fff;
    padding-top: 50px;
    padding-bottom: 20px;
}

.home-slider-block > .row > .col-md-12 > div:nth-child(1),
.home-slider-block > .row > .col-md-12 > div:nth-child(2),
.home-slider-block > .row > .col-md-12 > div:nth-child(3) {
    border-right: 1px solid #e9e9e9;
    min-height: 230px;
}

.home-slider-block > .row > .col-md-12 > div:nth-child(1) h2,
.home-slider-block > .row > .col-md-12 > div:nth-child(2) h2,
.home-slider-block > .row > .col-md-12 > div:nth-child(3) h2,
.home-slider-block > .row > .col-md-12 > div:nth-child(4) h2{
    font-size: 15px;
    font-family: RobotoBold;
    color:#555555;
    text-align: center;
}

.home-slider-block > .row > .col-md-12 > div:nth-child(1) p,
.home-slider-block > .row > .col-md-12 > div:nth-child(2) p,
.home-slider-block > .row > .col-md-12 > div:nth-child(3) p,
.home-slider-block > .row > .col-md-12 > div:nth-child(4) p{
    font-size: 12px;
    font-family: RobotoRegular;
    color:#adadad;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

.slider-title {
    font-family: RobotoRegular;
    font-size: 20px;
    color:#fff;
}

.line-bg {
    width: 100%;
    height: 2px;
    background-color: #e5e5e5;
    background-image: url("../img/bg-line.png");
    background-repeat: no-repeat;
    background-position: left;
    float: left;
}

.fast-buy {
    margin-top: 5px;
    border-radius: 0px !important;
    background-color: #65a4ab;
    border:1px solid #65a4ab;
    padding: 8px 22px;
    font-size: 12px;
    font-family: RobotoRegular;
}

.fast-buy:hover,
.fast-buy:active,
.fast-buy:focus {
    background-color: #fff;
    border:1px solid #d4d4d4;
    color:#65a4ab !important;
}

.home-slider-block .product-grid .left .image {
    border:1px solid #e1e1e1;
}

.wish-list-li{
    position: relative;
}

.product-grid .product .only-hover ul li.wish-list-li a:hover span {
    opacity: 1;
    visibility: visible;
}

.product-grid .product .only-hover ul li.wish-list-li a:hover,
.product-grid .product .only-hover ul li.wish-list-li:last-child a {
    background-color: #65a4ab !important;
}

.wish-list-li span{
    position: absolute;
    top: 0;
    height: 50px;
    opacity: 0;
    visibility: hidden;
    left: 34px;
    padding-left: 10px;
    padding-right: 20px;
    color: #fff;
    line-height: 50px;
    transition: all 0.4s linear;
    background-color: #65a4ab !important;
}

.line-grey {
    width: 100%;
    height: 1px;
    background-color: #e1e1e1;
    margin-top: 20px;
}

.product-grid .price {
    font-family: RobotoBlack;
    font-size: 18px;
    color:#65a4ab !important;

}

.testimonials-section {
    margin-top: 80px;
    background-image: url("../img/testimonials.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonials-section .testimonial-title h3{
    text-align: center;
    font-family: RobotoRegular;
    font-size: 20px;
    color:#fff;
    padding-top: 50px;
    padding-bottom: 30px;
}

.testimonials-section .col-md-2 i{
    font-size: 30px;
    color:#fff;
}

.testimonials-section ul {
    padding: 0;
    margin: 0;
    position: relative;
    padding-bottom: 20px;
}

.testimonials-section ul li{
    list-style: none;
}

.testimonials-section .testimonial-std p {
    font-family: RobotoLight;
    font-size: 16px;
    color:#cccccc;
    text-align: center;
}

.testimonials-section .testimonial-images {
    margin-top: 20px;
    text-align: center;
}

.testimonials-section .testimonial-images .image{
    width: 76px;
    height: 76px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin: 0 auto;
}

.testimonials-section .testimonial-name h2 {
    font-family: RobotoBold;
    font-size: 15px;
    color:#f2f2f2;
}

.testimonials-section .owl-controls {
    position: absolute;
    width: 50%;
    left: 50%;
    margin-left: -25%;
    bottom: 40px;
    quotes: "<" ">";
}

.testimonials-section .owl-controls div {
    font-size: 0px;
}

.testimonials-section .owl-controls div div:nth-child(1) {
    float: left;
}

.testimonials-section .owl-controls div div:nth-child(2) {
    float: right;
}

.testimonials-section .owl-controls .owl-prev::after{
    content: open-quote;
    font-size: 25px;
    font-weight: bold;
    color:#6d849a;
}

.testimonials-section .owl-controls .owl-next::before{
    content: close-quote;
    font-size: 25px;
    font-weight: bold;
    color:#6d849a;
}

.grey-line{
    width: 100%;
    height: 1px;
    background-color:#e5e5e5;
}

.product-center .options .form-group .radio label {
    display: block;
}

.product-center .options .form-group .radio {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 0px;
    width: 120px;
    vertical-align: top;
}

.product-center .options .form-group .radio div{
    width: 100%;
    text-align: center;
}

.product-center .options .form-group .radio div span {
    display: block;
}

.product-center .options .form-group .radio div input {
    float: none !important;
    margin-left: 0px;
}

.product-center .options .form-group .radio div img {
    vertical-align: top;
}

.product-center .form-group label {
    display: inline-block;
}

.product-center .form-group select {
    display: inline-block;
    width: auto;
}

.product-center .add-to-cart .quantity > div {
    float: left;
    vertical-align: top;
}

.product-center .add-to-cart .quantity > div:nth-child(2n+1) {
    width: 35px;
    height: 35px;
    text-align: center;
    border:1px solid #eeeeee;
}

.product-center .add-to-cart .quantity > div input { 
    height: 35px;
    margin: 0px !important;
    text-align: center;
    border:1px solid #d4d4d4;
    border-radius: 0px !important;
    font-family: RobotoRegular;
    font-size: 16px;
    color:#787878;
}

.product-center .add-to-cart .quantity > div a {
    padding: 0;
    margin: 0;
    text-align: center;
    line-height: 35px;
    color:#959595;
}

.product-center .like-links a {
    border:1px solid #d4d4d4;
    color:#65a4ab;
    height: 33px;
    width: 33px;
    display: inline-block;
    text-align: center;
    line-height: 33px;
    cursor: pointer;
    margin-left: 5px;
    margin-right: -3px;
}

.product-center .like-links a:hover { 
    background-color: #65a4ab;
    color:#fff !important;
    border-color: #65a4ab;
}

.product-center .minimum {
    padding-bottom: 5px;
}

.product-center .description ul{
    padding: 0;
    margin: 0;
}

.product-center .description {
    padding-top: 9px !important; 
}

.product-center .description ul li{ 
    display: block;
    list-style:none; 
}

.tab-section {
    border: 1px solid #e1e1e1;
}

.tab-section .tab-content {
    padding-left: 15px !important;
    padding-right: 15px !important;

}


.information-content h1 {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px !important;
    margin-bottom: 10px;
}

.information-content h1::before { 
    bottom:0px !important;
}


.catalog-list ul.megamenu { 
    padding: 0;
    margin: 0;
    border:1px solid #e1e1e1 !important;
}

.catalog-list ul.megamenu > li{ 
    list-style: none;
    display: block !important;
    width: 100% !important;
}

.catalog-list ul.megamenu > li:nth-child(2n){ 
    border-top: 1px solid #e1e1e1 !important;
    border-bottom: 1px solid #e1e1e1 !important;
}

.catalog-list ul.megamenu > li:last-child{  
    border-bottom: 0px !important;
}

.catalog-list ul.megamenu > li a{
    color:#888888 !important;
    padding-left: 5px;
    font-size: 14px;
    font-family: RobotoRegular;
    border-bottom: 0px !important;
    transition: all 0.2s linear;
}


.catalog-list ul.megamenu > li > a:hover, 
.catalog-list ul.megamenu > li.active > a, 
.catalog-list ul.megamenu > li.home > a, 
.catalog-list ul.megamenu > li:hover > a {
    border-bottom: 0px !important;
    color:#65a4ab !important;
}

.catalog-list ul.megamenu > li > a {
    height:  auto !important;
}

.catalog-list .container {
    margin-left: -7px !important;
    margin-right: -7px !important; 
}

.information-content > ul {
    padding: 0;
    margin: 0;
}

.information-content > ul > li {
    display: block;
    list-style: none;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    padding: 27px 0px;
    background-image: url("../img/pdf.jpg");
    background-repeat: no-repeat;
    background-position: left center;
}

.information-content > ul > li > a{ 
    font-family: RobotoRegular;
    font-size: 16px;
    color:#65a4ab;
    padding-left: 30px;
    background-color: transparent !important;
    transition: all 0.2s linear;
    display: inline-block;


    
}


.information-content > ul > li > a:hover{ 
    color:#65a4ab;
} 

.gallery-images {
    position: relative;
    margin-bottom: 20px;
}

.gallery-images a .zoom-gallery{ 
    width: 40px;
    height: 40px;
    background-image: url("../img/zoom.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px -20px;
    transition:all 0.3s linear;
    transform:scale(0.1,0.1);
    opacity: 0;
}

.gallery-images a:hover .zoom-gallery{ 
    transform:scale(1,1); 
    opacity: 1;

}

.gallery-images a {
    display: block;
    width: 100%;
    max-height: 280px;
    overflow: hidden;
}

.gallery-images span {
    color:#65a4ab !important;
	
}

.parners-image {
    border:1px solid #e1e1e1;
}

.login-page-title {
    padding-bottom: 16px !important;
    border-bottom: 1px solid #eee;
}

.login-page-title::before {
    bottom: 0px !important;
}

.login-well h2 {
    padding-top: 20px !important;
    padding-bottom: 0px !important;
}

.login-well h2::before {
    display: none;
}

.border-one{
    border-left: 1px solid #eee;
    padding-left: 15px;
}

.login-well input {
    font-family: RobotoRegular;
    font-size: 13px;
}  

.login-well .forget-password {
    font-size: 13px;
    color:#65a4ab;
    font-family: RobotoRegular;
} 

.login-button {
    background-color: transparent !important;
    border: 1px solid #d4d4d4 !important;
    font-family: RobotoRegular;
    font-size: 12px !important;
    color:#65a4ab !important;
    border-radius: 0px !important;
} 

.login-button:hover,
.login-button:active,
.login-button:focus {
    background-color: #65a4ab !important;
    border-color:#65a4ab;
    color:#fff !important;
}

.register-text a {
    color:#65a4ab;
}

.register-form legend {
    padding-bottom: 15px !important;
}

.register-form legend::before {
    display: none !important;
}

.register-form input,
.register-form select {
    font-family: RobotoRegular;
    font-size: 14px;
    border-radius: 0px !important;
}

.register-form label::before,
.register-form .text-danger,
.register-form .has-error .help-block, 
.register-form .has-error .control-label {
    color:#65a4ab !important;
}

.register-form  .has-error .form-control {
    border-color:#65a4ab !important;
}

.warning,
.no-radius {
    border-radius: 0px !important;
}

.profile-image {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    transition: all 0.3s linear;
}
.profile-image div{
   position: absolute;
    width: 30px;
    height: 30px;
    left: 50%;
    top: 50%;
    margin: -15px -15px;
    font-size: 30px;
    text-align: center;
    line-height: 7px;
    cursor: pointer;
    transition: all 0.3s linear;
    transform:scale(0.1,0.1);
    opacity: 0;
    color:#428bca;
}
.profile-image:hover div{
    opacity: 1;
    transform:scale(1,1);

}

.button-list-address {
    padding: 0;
    margin: 0;
}

.button-list-address li {
    list-style: none;
    display: inline-block;
    margin-bottom: 15px;
}

.success {
    border-radius: 0px !important;
}

    /* @end */


/* @group 8. Breadcrumb
------------------*/

.breadcrumb {
}

.breadcrumb .background {
    background: #f6f7f7;
}

.breadcrumb .container {
    padding-top: 93px;
    padding-bottom: 75px;
    text-align: center;
}

.breadcrumb h1 {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-size: 24px;
    line-height: 1;
    font-weight: 800;
    color: #1f1f1f;
    text-transform: uppercase;
}

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

.breadcrumb ul li {
    display: inline-block;
    padding: 0px 6px;
}

.breadcrumb ul li a {
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    color: #b8b8b8;
}

.breadcrumb ul li a:before {
    content: "\f0a9";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 3px;
    vertical-align: top;
    padding-top: 4px;
}

.breadcrumb ul li:first-child a:before {
    content: "\f015";
}

.breadcrumb ul li a:hover {
    color: #1f1f1f;
}

.product-filter div.category-title{
    float: left;
}

.bg-line {
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
    background-image: url("../img/bg-line.png");
    background-repeat: no-repeat;
    background-position: left;
    float: left;
}

.product-filter div.category-title h1 {
    padding-bottom: 20px;
    padding-top: 9px;
    font-family: RobotoRegular;
    font-size: 20px;
    color:#fff;
    font-weight: normal;
}
.product-filter  .limit span,
.product-filter .list-options .limit{
    font-family: RobotoRegular;
    font-size: 14px;
    color:#84878b;
}

.limit {
    margin-right: 5px;
}

.product-filter div.category-title h1::before{
    display: none;
}

.product-filter .limit select {
    border-radius: 0px;
    font-family: RobotoRegular;
    font-size: 14px;
    color:#999ca2;
    width: 60px !important;
    margin-right: 10px !important;
    padding: 5px;
}
.product-filter .list-options .sort select {
    border-radius: 0px;
    font-family: RobotoRegular;
    font-size: 14px;
    color:#999ca2;
    width: 150px !important;
    margin-right: 10px !important;
}

.product-filter .options .button-group button:hover, .product-filter .options .button-group .active {
    border-radius: 0px;
}

.breadcrumps-section {
    margin-top: 30px;
    margin-bottom: 30px;
}

.breadcrumps-section ul {
    padding: 0;
    margin: 0;
}

.breadcrumps-section ul li {
    display: inline-block;
    list-style: none;
}

.breadcrumps-section ul li a {
    font-family: RobotoRegular;
    color:#fff;
    font-size: 13px;
    transition: all 0.4s linear;
}

.breadcrumps-section ul li a:hover,
.breadcrumps-section ul li a:active {
    color:#fff;
    font-weight: bold;
}

.product-grid .product .image,
.product-list .product .image  {
    border: 1px solid #e1e1e1;
    padding: 0px 8px;
}



/* @end */

/* @group 9. Main Content
------------------*/

.main-content .pattern > .container,
.standard-body .main-content .pattern > .container {
    padding-bottom: 60px;
}

.commno-home .main-content .pattern > .container,
.common-home .standard-body .main-content .pattern > .container {
    padding-bottom: 130px;
}

/* @group Banner */

.banners > div {
    padding-top: 38px;
}

.banners-with-padding-30 > div {
    padding-top: 30px;
}

.banners > div img {
    display: block;
    margin: 0px auto;
}

/* @end */

/* @group Center column */

.center-column {
    position: relative;
    margin-bottom: -20px;
}

.center-column h1,
.center-column h2,
.center-column h3,
.center-column h4,
.center-column h5,
.center-column h6,
.center-column legend {
    margin: 0px 0px 0px 0px;
    /*padding: 14px 0px 41px 0px;*/
    padding: 0px 0px 41px 0px;
    font-size: 18px;
    line-height: 1;
    color: #46b3af;
    font-weight: bold;
    position: relative;
}

.account-login .center-column h1,
.account-login .center-column h2,
.account-login .center-column h3,
.account-login .center-column h4,
.account-login .center-column h5,
.account-login .center-column h6,
.account-login .center-column legend {
    padding-top: 4px;
}

.center-column h1:before,
.center-column h2:before,
.center-column h3:before,
.center-column h4:before,
.center-column h5:before,
.center-column h6:before,
.center-column legend:before {
    content: '';
    position: absolute;
    background: #65a4ab;
    width: 50px;
    height: 1px;
    bottom: 21px;
    left: 0;
}

/* @end */

/* @group Inner page */

body[class*="product-category-"] .inner-page .pattern > div > .row:first-child > div,
body[class*="product-manufacturer-info-"] .inner-page .pattern > div > .row:first-child > div,
.product-special .inner-page .pattern > div > .row:first-child > div {
    position: relative;
    float: left;
}

/* @end */

/* @group Block */

.box {
    padding-top: 10px;
    position: relative;
}

.col-sm-3 .box,
.col-sm-4 .box,
.col-md-3 .box,
.col-md-4 .boxx {
    /*padding-top: 41px;*/
}

.col-sm-3 .box:first-child,
.col-sm-4 .box:first-child,
.col-md-3 .box:first-child,
.col-md-4 .box:first-child {
    /*padding-top: 64px;*/
}

.center-column .box {
    padding-top: 50px;
}

.box .box-heading {
    font-size: 34px;
    line-height: 1;
    color: #202020;
    text-transform: uppercase;
}

.box .box-heading span {
    color: #ed5126;
}

.box .box-heading p {
    text-align: center;
    font-family: RobotoRegular;
    font-size: 22px;
    line-height: 1.6;
    color: #929292;
    padding: 9px 0px 0px 0px;
    text-transform: none;
}

.col-sm-3 .box .box-heading,
.col-sm-4 .box .box-heading,
.col-md-3 .box .box-heading,
.col-md-4 .box .box-heading,
.center-column .box .box-heading {
    font-family: RobotoRegular;
    font-size: 20px;
    color: #fff;
    position: relative;
    padding-bottom: 11px;
}

.mfilter-box.box .box-heading {
    color: #1f1f1f;
    font-size: 24px;
    padding: 9px 0px 0px 0px;
    border: none;
}

.center-column .box .box-heading {
    color: #1f1f1f;
}

.col-sm-3 .box .box-heading:before,
.col-sm-4 .box .box-heading:before,
.col-md-3 .box .box-heading:before,
.col-md-4 .box .box-heading:before,
.center-column .box .box-heading:before {
    content: '';
    position: absolute;
    background: #65a4ab;
    width: 50px;
    height: 3px;
    bottom: -1px;
    left: 0;
}

.center-column .box .box-heading:before {
    background: #1f1f1f;
}

.mfilter-box.box .box-heading:before {
    display: none;
}

.box .second-heading {
    text-align: center;
    font-family: RobotoRegular;
    font-size: 22px;
    color: #929292;
    padding: 9px 0px 0px 0px;
}

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

.box .box-content {
    clear: both;
    padding: 68px 0px 0px 0px;
}

.col-sm-3 .box .box-content,
.col-sm-4 .box .box-content,
.col-md-3 .box .box-content,
.col-md-4 .box .box-content,
.center-column .box .box-content {
    padding-top: 25px;
}

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

.box .slider-navs .row  >  .prev {
    top: 50%;
    left: 0;
    z-index: 5;
    margin-top: 10px;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    display: inline-block;
    border:1px solid #eeeeee;
}

.col-sm-3 .box .slider-navs .row  > .prev,
.col-sm-4 .box .slider-navs .row  > .prev,
.col-md-3 .box .slider-navs .row  > .prev,
.col-md-4 .box .slider-navs .row  > .prev {
    display: none;
}

.box .slider-navs .row  > .prev:hover {
    background: #fff;
}

.box .slider-navs .row  > .prev:before {
    content: "\f104";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    font-size: 20px;
}

.box .slider-navs .row > .next {
    top: 50%;
    left: 0;
    z-index: 5;
    text-align: center;
    width: 30px;
    margin-top: 10px;
    height: 30px;
    line-height: 30px;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    display: inline-block;
    border:1px solid #eeeeee;
}

.col-sm-3 .box .slider-navs .row  > .next,
.col-sm-4 .box .slider-navs .row  > .next,
.col-md-3 .box .slider-navs .row  > .next,
.col-md-4 .box .slider-navs .row  > .next {
    display: none;
}

.box .slider-navs .row  > .next:hover {
    background: #fff;
}

.box .slider-navs .row  > .next:before {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    font-size: 20px;
}

/* @end */

/* @group Block Category */

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

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

.box-category > ul > li {
    border: 1px solid #ebebeb;
    padding: 0px 0px 0px 0px;
}

.box-category > ul > li:last-child {
    /*border-bottom: none;*/
}

.box-category ul li a {
    line-height: 3;
    font-size: 15px;
}

.box-category ul li a.active {
    color: #428bca;
}

.box-category ul li .head a {
    font-size: 14px;
    line-height: 1;
    text-align: center;
    width: 17px;
    height: 17px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    padding: 0px !important;
    margin-top: 14px;
}

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

.box-category ul li .head .collapsed .plus {
    display: block;
    font-size: 0px;
    background-image: url("../img/close.png");
    width:5px;
    height: 10px;
	background-repeat: no-repeat;
}

.box-category ul li .head a .minus {
    display: block;
    font-size: 0px;
    background-image: url("../img/open.png");
    width:9px;
    height: 5px;
}

.box-category ul li .head .collapsed .minus {
    display: none;
    font-size: 0px;
    background-image: url("../img/open.png");
}

.box-category ul li ul li {
    border-top: 1px solid #ebebeb;
    padding-left: 15px;
}
.box-category ul li ul li a {
    color:#fff !important;

}

.box-with-categories .panel > a {
    padding-left: 5px;
}


.box-with-categories .active {
    background-color:#56d2cd;
}

.box-category ul .active a  {
    color:#fff !important;
}

.box-with-categories .panel-collapse {
    background-color:#fff;
}

.box-category {
    margin-top: 5px;
}

.box-with-categories {
    padding-top: 0px !important;
}

.box-category ul li a {
    font-family: RobotoLight;
    font-size: 14px;
}

.box-category > ul > li:nth-child(2n+1) {
    border-bottom: none !important;
}

.box-category > ul > li a:hover {
    color:#65a4ab;
}


/* @end */

/* @group Product */

/* @group Icon enquiry */

.icon-enquiry[align=left] {
    display: inline-block;
    margin-right: 13px;
    vertical-align: top;
    margin-top: 3px;
}

.icon-enquiry[align=right] {
    display: inline-block;
    margin-left: 13px;
    vertical-align: top;
    margin-top: 3px;
}

.text-enquiry {
    vertical-align: top;
    display: inline-block;
}

/* @end */

#mfilter-content-container .product-grid {
    display: none;
}

#mfilter-content-container .product-grid.active {
    display: block;
    padding-top: 15px;
}

#mfilter-content-container .product-grid.active .row > .col-sm-3 {
    margin-bottom: 15px;
}

.header-menu ul.megamenu > li a:hover,
.header-menu ul.megamenu > li.active a {
    border-bottom:2px solid #fff;
}

#mfilter-content-container > span {
    background: none !important;
}

#mfilter-content-container > span:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    filter: alpha(opacity=40);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
    opacity: 0.4;
    -moz-opacity: 0.40;
    left: 0;
    top: 0;
}

#mfilter-content-container > span > img {
    top: -90px !important;
    position: relative;
    z-index: 20;
}

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

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

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

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

.product-grid .product {
    padding-top: 30px;
    padding-bottom: 13px;
    text-align: center;
    position: relative;
    background-color: #fff;
    padding-left: 3px;
    padding-right: 3px;
}

.product-grid .only-hover {
    visibility: hidden;
    position: absolute;
    background: rgba(255, 255, 255, .70);
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 3px solid #65a4ab;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    z-index: 3;
}

.default2-trending .product-grid .only-hover {
    border: none;
    background: none;
}

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

.product-grid .product .only-hover ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    position: absolute;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    opacity: 0;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    width: 100%;
    top: 0;
    left: 0;
}

.product-grid .product:hover .only-hover ul {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    margin-left: 25px;
}

.product-grid .product .only-hover ul li {
    vertical-align: top;
}

.product-grid .product .only-hover ul li a {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    background: #fefefe;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    font-size: 16px;
    padding: 12px 0px;
    text-align: center;
    cursor: pointer;

}

.product-grid .product .only-hover ul li:last-child a {
    background: #015a60;
    color: #fff;
}

.product-grid .product .only-hover ul li a:hover {
    background: #65a4ab;
    color: #fff;
}

.sale {
    background: #015a60;
    padding: 1px 7px;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    position: absolute;
    z-index: 1;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
}

.product-info .sale {
    left: 15px;
    top: 0px;
    z-index: 0;

}

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

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

.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;
    transform: scale(1, 1);
    transition-timing-function: ease-out;
    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;
    transform: scale(1.05, 1.07);
    transition-timing-function: ease-out;
    transition-duration: 250ms;
}

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

.product-grid .product .image-swap-effect .swap-image {
    position: absolute;
    visibility: hidden;
}

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

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

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

.product-grid .name a {
    font-size:15px;
    color:#65a4ab;
    font-family: RobotoLight;
}

.product-grid .product .price .price-old {
    color: #65a4ab;
    text-decoration: line-through;
    padding-left: 5px;
}

.about-company {
    background-image: url("../img/about-company-home.jpg");
    background-repeat: no-repeat;
    background-position: left center;
    background-color: #f2f2f2;
    background-size: 50%;
}


.about-company .row .col-md-6:nth-child(2){
    background-color: #f2f2f2;
}

.about-company .col-md-6 h2 {
    font-size: 20px;
    font-family: RobotoRegular;
    color:#545454;
    margin-left: 40px;
    background-image: url("../img/h2-title-bg.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.about-company .col-md-6 p {
    padding-top: 10px;
    margin-left: 40px;
    font-family: RobotoRegular;
    font-size: 16px;
    line-height: 20px;
}

.about-company .col-md-6 p a:hover,
.about-company .col-md-6 a:hover {
    border:1px solid #65a4ab;
    color:#65a4ab;
    background-color: #fff;

}

.about-company .col-md-6 p a,
.about-company .col-md-6 a {
    display: inline-block;
    background-color: #65a4ab;
    border:1px solid #65a4ab;
    font-family: RobotoRegular;
    font-size: 12px;
    color: #fff;
    padding: 5px 23px;
    margin: 40px 40px;
    text-transform: uppercase;
    transition: all 0.4s linear;
}

/* @group jQuery countdown */

.is-countdown {
    background: rgba(255, 255, 255, 0.90);
    margin-top: -50px;
    left: 0;
    right: 0;
    padding: 0px 10px;
    position: absolute;
}

.countdown-holding span {
    color: #888;
}

.countdown-row {
    clear: both;
    width: 100%;
    padding: 0px;
    text-align: center;
}

.countdown-show1 .countdown-section {
    width: 98%;
}

.countdown-show2 .countdown-section {
    width: 48%;
}

.countdown-show3 .countdown-section {
    width: 32.5%;
}

.countdown-show4 .countdown-section {
    width: 24.5%;
}

.countdown-show5 .countdown-section {
    width: 19.5%;
}

.countdown-show6 .countdown-section {
    width: 16.25%;
}

.countdown-show7 .countdown-section {
    width: 14%;
}

.countdown-section {
    display: block;
    float: left;
    font-size: 75%;
    text-align: center;
}

.countdown-amount {
    font-size: 200%;
}

.countdown-period {
    display: block;
}

.countdown-descr {
    display: block;
    width: 100%;
}

/* @end */

/* @end */

/* @group Product for column left & right */

.col-sm-3 .products,
.col-sm-4 .products,
.col-md-3 .products,
.col-md-4 .products {
    padding-top: 15px !important;
}

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

.col-sm-3 .box-product .owl-controls,
.col-sm-4 .box-product .owl-controls,
.col-md-3 .box-product .owl-controls,
.col-md-4 .box-product .owl-controls {
    display: block !important;
}

.box-product .owl-pagination {
    position: relative;
    z-index: 15;
    width: 60%;
    margin: 10px 0px 0px 0px;
    padding-left: 0;
    margin-left: 20%;
    text-align: center;
    list-style: none;
}

.box-product .owl-pagination > div {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 1px 3px;
    padding: 0px;
    text-indent: -999px;
    cursor: pointer;
    background: #eee;
    border: none;
    border-radius: 10px;
}

.box-product .owl-pagination > div.active {
    background: #ed4d21;
}

.col-sm-3 .products .product-grid,
.col-sm-4 .products .product-grid,
.col-md-3 .products .product-grid,
.col-md-4 .products .product-grid {
    margin: -15px 0px;
}

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

.col-sm-3 .products .row > div .product,
.col-sm-4 .products .row > div .product,
.col-md-3 .products .row > div .product,
.col-md-4 .products .row > div .product {
    margin: 0px;
    padding: 25px 0px;
    text-align: left;
    border: none;
    border-top: 1px solid #eee;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.col-sm-3 .products .row > div .product .left,
.col-sm-4 .products .row > div .product .left,
.col-md-3 .products .row > div .product .left,
.col-md-4 .products .row > div .product .left {
    float: left;
    width: 34%;
}

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

.col-sm-3 .products .row > div .product .right .name,
.col-sm-4 .products .row > div .product .right .name,
.col-md-3 .products .row > div .product .right .name,
.col-md-4 .products .row > div .product .right .name {
    padding-top: 10px;
}

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

.col-sm-3 .products .is-countdown,
.col-sm-4 .products .is-countdown,
.col-md-3 .products .is-countdown,
.col-md-4 .products .is-countdown {
    display: none;
}

/* @end */

/* @group Product list */

#mfilter-content-container .product-list {
    position: absolute;
    width: 100%;
    max-height: 100px;
    overflow: hidden;
    opacity: 0;
    z-index: -10;
}

#mfilter-content-container .product-list.active {
    position: relative;
    visibility: visible;
    max-height: none;
    overflow: visible;
    opacity: 1;
    z-index: 0;
}

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

.product-list .image {
    text-align: center;
    border:1px solid #e1e1e1;
    padding:  0px 7px;
}

.product-list .image .quickview {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    width: 100%;
    z-index: 1;
    left: 0;
}

.product-list .image .quickview a {
    margin: 0px auto;
    display: inline-block;
    background: #fefefe;
    border: 1px solid #eee;
    font-size: 10px;
    padding: 2px 5px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
}

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

.product-list .name-desc {
    /*padding-top: 16px;*/
}

.product-list .name-desc .name {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.product-list .name-desc .name a {
    font-size: 15px;
    font-family: RobotoLight;
    color: #545454;
}

.product-list .name-desc .name a:hover {
    color: #5ca2dd;
}

.product-list .name-desc .description {
    font-size: 13px;
    color: #9c9c9c;
    font-family: RobotoRegular;
    padding: 8px 0px 0px 0px;
    line-height: 1.8;
}

.product-list .fast-buy {
    background-color: #fff !important;
    color:#65a4ab !important;
    margin-top: 15px;
    font-size: 12px;
}

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

.product-list .price,
.product-list .price span {
    color: #393939;
    font-size: 18px;
    font-family: RobotoBlack;
    padding: 12px 0px 0px 0px;
}

.product-list .price .price-old {
    color: #979797;
    text-decoration: line-through;
    padding-left: 5px;
}

/* @end */

/* @group Category page */

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

.category-info .image {
    padding: 0px 30px 30px 0px;
    float: left;
    width: auto;
    max-width: 100%;
}

.category-info .image img {
    display: block;
}

.category-info > p {
    padding: 2px 30px 30px 0px;
    font-size: 15px;
}

.refine_search {
    margin-top: 7px !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;
}

.product-filter {
    margin: 0px 0px 20px 0px;
    font-size: 14px;
}

.product-filter-search {
    margin: 0px 0px 30px 0px !important;
    font-size: 14px;
}

.product-filter .list-options {
    float: right;
    width: auto;
    padding: 0px;
    color:#fff;
}

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

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

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

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

.product-filter .options .product-compare {
    float: right;
    width: auto;
    padding: 7px 0px 0px 15px;
}

.product-filter .options .product-compare a {
    color: #bfbfbf;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
}

.product-filter .options .product-compare a:hover {
    color: #1f1f1f;
}

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

.product-filter .options .button-group button {
    border: 1px solid #ebebeb;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    background: none;
    outline: none;
    width: 37px;
    height: 37px;
    margin-right: 9px;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    text-align: center;
    padding: 0px 0px 0px 0px;
    color: #3e3e3e;
}

.product-filter .options .button-group button i {
    font-size: 18px !important;
}

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

/* @end */

/* @group Product info */

.product-info {
    padding: 0px 0px 60px 0px;
}

/* Product info - Image */

.product-info .product-image {
    margin: 0px 0px 6px 0px;
    text-align: center;
    border:1px solid #e1e1e1;
    height: 230px;
}

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

.product-info .product-image img {
    display: block;
    cursor: pointer;
    margin: 0px auto;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    max-height: 228px !important;
}

.popup-gallery .owl-carousel .owl-item {
    border:1px solid #e1e1e1;
}

/* Product info - thumbnails */

.product-info .thumbnails {
}

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

.product-info .thumbnails ul li {
}

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

.product-info .thumbnails li img,
.product-info .thumbnails-carousel img {
    display: block;
    margin: 0px auto;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

/* Product info - thumbnails carousel */

.overflow-thumbnails-carousel {
    padding: 0px 37px 28px 38px;
}

.product-info .thumbnails-carousel {
    margin: -3px !important;
}

.product-info .owl-wrapper-outer {
    z-index: 3;
}

.product-info .thumbnails-carousel .item {
    margin: 3px !important;
}

.product-info .thumbnails-carousel .owl-controls {
    display: block !important;
}

.product-info .thumbnails-carousel .owl-pagination {
    display: none;
}

.product-info .thumbnails-carousel .owl-buttons {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}

.product-info .thumbnails-carousel .owl-buttons .owl-prev,
.product-info .thumbnails-carousel .owl-buttons .owl-next {
    width: 10px;
    bottom: 3px;
    top: 3px;
    position: absolute;
    left: -35px;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
}

.product-info .thumbnails-carousel .owl-buttons .owl-prev:hover,
.product-info .thumbnails-carousel .owl-buttons .owl-next:hover {
    background: #ebebeb;
}

.product-info .thumbnails-carousel .owl-buttons .owl-next {
    right: -35px;
    left: auto;
}

.product-info .thumbnails-carousel .owl-buttons .owl-next:before {
    content: "\f105";
    font: normal normal normal 22px/22px FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    text-align: center;
    font-size: 17px;
    color: #b8b8b8;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -12px;
}

.product-info .thumbnails-carousel .owl-buttons .owl-prev:before {
    content: "\f104";
    font: normal normal normal 22px/22px FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    text-align: center;
    font-size: 17px;
    color: #b8b8b8;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -12px;
}

/* Product info - product center */

.product-info .product-center {
    position: relative;
    margin-bottom: 20px;
    font-size: 15px;
    padding-top: 5px;
}

.product-center h1 {
    padding-bottom: 0px;
    font-family: RobotoLight !important;
}

.product-center h1::before {
    display: none;
}

.product-info .product-name {
    padding: 32px 0px 0px 0px;
    margin: 0px;
    font-size: 22px;
}

.product-info .product-name:before {
    display: none;
}

.product-info .product-name a {
    line-height: 1;
}

.product-info .description,
.product-info .product-center .price,
.product-info .options,
.product-info .cart {
    padding: 15px 0px 9px 0px;
	color:#46b3af;
}

.review a {
	color: #46b3af !important;
}

.product-info .product-center .price .price-new {
    font-size: 18px;
    color: #46b3af;
    font-weight: 700;
    font-family: Roboto Slab;
}

.product-info .product-center .price .price-old {
    font-size: 18px;
    font-family: Roboto Slab;
    text-decoration: line-through;
    color: #999999;
    font-weight: normal;
    padding-left: 7px;
}

/* Product info -> Options */

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

.product-info .options h2 {
    margin-bottom: -10px !important;
    padding-top: 2px !important;
}

.product-info .options .form-group {
    margin: 12px 0px 20px 0px;
}

.product-info .options .form-group label {
    padding-bottom: 5px;
    display: block;
    width: 100%;
}

.product-info .options .error {
    margin: 0px;
}

/* Product info -> Radio button, checkbox button */

.product-info .radio-type-button {
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin: 10px 7px 5px 0px;
    padding: 0px;
}

.product-info .radio-type-button input {
    visibility: hidden;
    position: absolute;
}

.product-info .radio-type-button span {
    padding: 3px;
    border: 1px solid #e6e6e6;
    display: block;
}

.product-info .radio-type-button span:hover {
    border: 1px solid #cecece;
}

.product-info .radio-type-button span.active {
    border: 1px solid #000;
}

.product-info .radio-type-button img {
    display: block;
}

.product-info .radio-type-button2 {
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin: 10px 7px 5px 0px;
    padding: 0px;
}

.product-info .radio-type-button2 input {
    visibility: hidden;
    position: absolute;
}

.product-info .radio-type-button2 span {
    background: #F3F4F6;
    height: 30px;
    min-width: 30px;
    display: block;
    text-align: center;
    padding: 5px 7px;
}

.product-info .radio-type-button2 span:hover {
    background: #cecece;
}

.product-info .radio-type-button2 span.active {
    background: #000;
    color: #fff;
}

/* Product info -> Buttons */

.product-info .cart {
}

.product-info .cart .add-to-cart {
}

.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: 6px 10px 5px 0px;
}

.product-info .cart .add-to-cart input {
    height: 33px;
    border:1px solid #d4d4d4;
    background-color: transparent;
    font-family: RobotoRegular;
    font-size: 12px;
    color:#65a4ab !important;
    border-radius: 0px !important;
    transition: all 0.2s linear;
}

.product-info .cart .add-to-cart input:hover {
    background-color: #65a4ab;
    color:#fff !important;
    border-color: #65a4ab;
}
.product-info .cart .add-to-cart .quantity {
    position: relative;
}

.product-info .cart .add-to-cart .quantity input {
}

.product-info .cart .add-to-cart .button {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding-left: 24px;
    padding-right: 24px;
}

.product-info .cart .add-to-cart .button.button-product-question {
    margin-top: 10px;
}

/* Product info -> Add to compare, wishlist */

/* Information about minimum products */

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

/* Reviews */

.product-info .review {
    padding: 3px 0px 3px 0px;
}

.product-info .review > div {
    padding: 7px 0px;
}

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

/* Tags */

.tags_product {
    margin: 0px 0px 20px 0px;
}

/* @end */

/* @group Product Block */

.product-block {
    border: 1px solid #eee;
    background: #fff;
    padding: 20px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    margin: 0px 0px 20px 0px;
}

.product-block .title-block {
    float: left;
    margin: 5px 15px 23px 0px;
    padding: 0px;
    font-size: 18px;
    font-weight: 400;
}

.product-block .strip-line {
    background: url(../img/patterns/heading/01.png) 0px 50% repeat-x;
    height: 30px;
    overflow: hidden;
}

.product-block .block-content {
    clear: both;
}

/* @end */

/* @group Ratings */

.set-rating {
    padding-top: 3px;
}

.rating i {
    margin: 0px 1px 0px 2px;
    font-size: 15px;
    color: #e4e4e4;
    cursor: pointer;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
}

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

/* @end */

/* @end */

/* @group 11. Footer
------------------*/

.footer {
    position: relative;
}

.footer .background-footer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.footer .background,
.standard-body .footer .background {
    background: #015a60;
}

.footer .pattern {
    padding: 0px 0px 68px 0px;
    color: #979797;
    font-size: 15px;
    line-height: 1.8;
    font-family: Roboto;
}

.footer .pattern a {
    color: #979797;
    font-size: 15px;
    line-height: 1.8;
}

.footer .pattern a:hover {
    color: #fff;
}

.footer .pattern p {
    padding: 0px;
    margin: 0px;
}

.footer h4 {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 35px 0px 23px 0px;
    margin: 0px;
    font-family: RobotoRegular;
}

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

.cart-heading .row {
    overflow: visible !important;
}

.checkout-panels .btn-primary {
    background-color: transparent !important;
    border: 1px solid #d4d4d4 !important;
    font-family: RobotoRegular;
    font-size: 12px !important;
    color: #65a4ab !important;
    border-radius: 0px !important;
}

.checkout-panels .btn-primary:hover {
    background-color: #65a4ab !important;
    border-color: #65a4ab;
    color: #fff !important;
}

/* @group List */

.footer ul {
    list-style: none;
    position: relative;
    margin: 0px;
    padding: 0px;
    clear: both;
}

/* @end */

/* @end */

/* @group 12. Copyright
------------------*/

.copyright {
    position: relative;
    background-color: #65a4ab;
}

.copyright span{
    font-family: RobotoRegular;
    color:#fff;
    font-size: 14px;
    line-height: 54px;
    font-weight: bold;
}

/* @end */

/* @group 13. OpenCart Style
--------------------------- */

/* @group 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;
}

/* @end */

/* @group List content */

.center-column .list-unstyled li:before {
    content: "»";
    color: #4ecdc4;
    padding-right: 6px;
}

/* @end */

/* @group 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: 20px 0px 0px 0px;
}

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

/* @end */

/* @group Pagination */

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

div.pagination-results .text-right {
    display: none;
}

div.pagination-results .text-left {
    padding: 45px 0px 14px 0px;
    text-align: center;
    width: 100% !important;
}

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

div.pagination-results ul li {
    display: inline-block;
    width: 33px;
    height: 33px;
    background: #fff;
    border: 1px solid #e1e1e1;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    text-align: center;
    margin: 0px 2px 10px 2px;
    font-size: 13px;
    font-family: RobotoRegular;
    line-height: 33px;
}

div.pagination-results ul li.active {
    background-color: #ee4415;
    color:#fff;
    border: 1px solid #ee4415;
}
div.pagination-results ul li:hover  {
    background-color: #ee4415;
    color:#fff !important;
    border: 1px solid #ee4415;
}

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

div.pagination-results ul li a {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    line-height: 33px;
}

/* @end */

/* @group List Box */

.list-box {
    list-style: none;
    margin: -25px 0px 0px 0px;
    padding: 0px;
    position: relative;
}

.list-box li {
    border-top: 1px solid #ebebeb;
    font-size: 15px;
    line-height: 3;
}

.list-box li a {
    font-size: 15px;
    line-height: 3;
}

.list-box li:first-child {
    border-top: none;
}

/* @end */

/* @group Error form */

span.error {
    padding: 5px 0px;
    display: block;
    color: red;
}

.form span.error {
    display: inline-block;
    padding-left: 20px;
}

.product-info span.error {
    padding-top: 0px;
}

/* @end */

/* @group Help */

.help {
    font-size: 10px;
    display: block;
}

/* @end */

/* @group Table form */

table.form {

}

table.form td {
    padding: 5px 13px 0px 0px;
}

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

/* @end */

/* @group Htabs */

.htabs {
    border-bottom: 1px solid #e5e5e5;
    padding: 5px 0px 0px 0px; 
}

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

.htabs:after {
    clear: both;
}

.htabs a {
    margin: 0px 10px 0px 10px;
    padding: 10px 0px 10px 0px;
    font-size: 17px;
    line-height: 1;
    color: #545454;
    position: relative;
    display: inline-block;
    font-family: RobotoRegular;
    font-size: 17px;
}

.htabs a.selected {
    font-family: RobotoRegular;
    color: #65a4ab;
    font-size: 17px;
}

.htabs a:before {
    content: '';
    position: absolute;
    background: #65a4ab;
    width: 0;
    height: 1px;
    bottom: 0;
    left: 0;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
}

.htabs a.selected:before {
    width: 100%;
}

.center-column .tab-content {
    padding: 20px 0px 20px 0px;
}

.center-column .tab-content > *:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.center-column .tab-content > *:first-child {
    padding-top: 0px;
    margin-top: 0px;
}

.center-column .tab-content h2#review-title {
    padding: 0px 0px 20px 0px;
    margin: 0px;
}

/* @end */

/* @group Notification */

.success,
.warning,
.attention,
.information {
    padding: 10px 10px 10px 40px;
    margin: 0px 0px 20px 0px;
    clear: both;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

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

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

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

/*.information {*/
    /*background: #E8F6FF url('../img/information.png') 13px center no-repeat;*/
    /*border: 1px solid #B8E2FB;*/
/*}*/

/* @end */

/* @group Review */

.review-list .author,
.review-list .rating {
    display: inline-block;
}

.review-list .rating {
    float: right;
    width: auto;
}

.review-list .author span {
    font-size: 10px;
    opacity: 0.8;
    font-style: italic;
    padding-left: 3px;
}

.review-list .text {
    margin: 15px 0px 20px 0px;
    padding: 20px;
    position: relative;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.review-list .text:before {
    position: absolute;
    top: -9px;
    left: 9px;
    display: inline-block;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #ccc;
    border-left: 9px solid transparent;
    border-bottom-color: #eee;
    content: '';
}

.review-list .text:after {
    position: absolute;
    top: -8px;
    left: 10px;
    display: inline-block;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ffffff;
    border-left: 8px solid transparent;
    content: '';
}

/* @end */

/* @group Tables
------------------*/

table.attribute,
table.list,
.wishlist-product table,
.wishlist-info table,
.compare-info,
.cart-info table,
.checkout-product table,
.table {
    border-collapse: separate;
    border-spacing: 0;
    border: solid #eee 1px;
    width: 100%;
    margin: 0px 0px 30px 0px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

table.attribute tr,
table.list tr,
.wishlist-product table tr,
.wishlist-info table tr,
.compare-info tr,
.cart-info table tr,
.checkout-product table tr,
.table {
    background: #fff;
}

table.attribute tr:hover,
table.list tr:hover,
.wishlist-product table tr:hover,
.wishlist-info table tr:hover,
.compare-info tr:hover,
.cart-info table tr:hover,
.checkout-product table tr:hover,
.table tr:hover {
    background: #f6f7f7;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

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,
.table td {
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    padding: 11px 12px;
    text-align: left;
    vertical-align: top;
}

.table td.text-center {
    text-align: center;
}

.table td.text-center .input-group {
    margin: 0px auto;
}

.table td.text-right {
    text-align: right;
}

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,
.table thead td {
    background-color: #f6f7f7;
    text-transform: uppercase;
}

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,
.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,
.table td:first-child {
    border-left: none;
}

table.attribute thead td:first-child,
table.list thead td:first-child,
.wishlist-product table thead td:first-child,
.wishlist-info table thead td:first-child,
.compare-info thead td:first-child,
.cart-info table thead td:first-child,
.checkout-product table thead td:first-child,
.table thead td:first-child {
    -moz-border-radius: 2px 0 0 0;
    -webkit-border-radius: 2px 0 0 0;
    border-radius: 2px 0 0 0;
}

table.attribute thead td:last-child,
table.list thead td:last-child,
.wishlist-product table thead td:last-child,
.wishlist-info table thead td:last-child,
.compare-info thead td:last-child,
.cart-info table thead td:last-child,
.checkout-product table thead td:last-child,
.table thead td:last-child {
    -moz-border-radius: 0 2px 0 0;
    -webkit-border-radius: 0 2px 0 0;
    border-radius: 0 2px 0 0;
}

table.attribute thead td:only-child,
table.list thead td:only-child,
.wishlist-product table thead td:only-child,
.wishlist-info table thead td:only-child,
.compare-info thead td:only-child,
.cart-info table thead td:only-child,
.checkout-product table thead td:only-child,
.table thead td:only-child {
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
}

table.attribute tr:last-child td:first-child,
table.list tr:last-child td:first-child,
.wishlist-product table tr:last-child td:first-child,
.wishlist-info table tr:last-child td:first-child,
.compare-info tr:last-child td:first-child,
.cart-info table tr:last-child td:first-child,
.checkout-product table tr:last-child td:first-child,
.table tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 2px;
    -webkit-border-radius: 0 0 0 2px;
    border-radius: 0 0 0 2px;
}

table.attribute tr:last-child td:last-child,
table.list tr:last-child td:last-child,
.wishlist-product table tr:last-child td:last-child,
.wishlist-info table tr:last-child td:last-child,
.compare-info tr:last-child td:last-child,
.cart-info table tr:last-child td:last-child,
.checkout-product table tr:last-child td:last-child,
.table tr:last-child td:last-child {
    -moz-border-radius: 0 0 2px 0;
    -webkit-border-radius: 0 0 2px 0;
    border-radius: 0 0 2px 0;
}

/* @end */

/* @group Wishlist info */

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

/* @end */

/* @group Cart info */

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

/* @end */

/* @group Price Compare */

.compare-info .price-new {
    color: #ff6b6b;
}

.compare-info .price-old {
    color: #808080;
    text-decoration: line-through;
    padding-right: 2px;
}

/* @end */

/* @group Table img */

table img {
    max-width: none;
}

/* @end */

/* @group Cart Total */

.cart-total {
    overflow: auto;
    margin-bottom: 15px;
    padding-top: 15px;
}

.cart-total table {
    float: right;
}

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

.cart-total table tr td:last-child {
    color: #ee4415;
}

/* @end */

/* @group Download List, Orders */

.download-list,
.order-list {
    overflow: auto;
}

.download-list .download-id,
.order-list .order-id {
    width: 49%;
    float: left;
    margin-bottom: 2px;
}

.download-list .download-status,
.order-list .order-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px;
}

.download-list .download-content,
.order-list .order-content {
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.download-list .download-content div,
.order-list .order-content div {
    float: left;
    width: 33.3%;
}

.download-list .download-info,
.order-list .order-info {
    text-align: right;
}

/* @end */

/* @group manufacturer */

.manufacturer-list {
    border: 1px solid #eee;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 0px;
    overflow: auto;
    margin-bottom: 20px;
    background: #fff;
}

.manufacturer-heading {
    background: #f6f7f7;
    border-bottom: 1px solid #eee;
    padding: 11px 12px;
}

.manufacturer-content {
    padding: 11px 12px;
    overflow: auto;
}

.manufacturer-list ul {
    float: left;
    width: 25%;
    margin: 0 0 0 20px;
    padding: 0;
}

/* @end */

/* @group checkout */

.center-column .panel {
    position: relative;
    margin: 0px 0px 20px 0px;
}


.center-column .checkout-panels .panel-heading {
    background: #65a4ab;
    padding: 12px 12px;
    text-transform: uppercase;
}

.center-column .checkout-panels .panel-heading a {
    line-height: 1.6px !important;
    color:#fff;
}

.center-column .panel-heading h4 {
    padding: 0px;
    margin: 0px;
    font-size: 13px !important;
    color:rgba(255,255,255,0.8);
}

.center-column .panel-heading h4:before {
    display: none;
}

.center-column .panel-body {
    border-radius: 0px 0px 2px 2px;
    -moz-border-radius: 0px 0px 2px 2px;
    -webkit-border-radius: 0px 0px 2px 2px;
    position: relative;
    border: 1px solid #eee;
    background: #fff;
    padding: 20px;
    position: relative;
    margin-top: -1px;
}

.center-column .panel-body .buttons {
    margin: 0px;
}

/* @end */

/* @group Returns */

.return-list {
}

.return-list .return-id {
    width: 49%;
    float: left;
    margin-bottom: 2px;
}

.return-list .return-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px;
}

.return-list .return-content {
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.return-list .return-content div {
    float: left;
    width: 33.3%;
}

.return-list .return-info {
    text-align: right;
}

.return-product {
    overflow: auto;
    margin-top: 10px;
    margin-bottom: 20px;
}

.return-detail {
}

.return-opened textarea {
    width: 100%;
}

/* @end */

/* @group Banner */

.banner {
    text-align: center;
    width: 100%;
    margin: 30px 0px 0px 0px;
}

.banner img.with-link {
    cursor: pointer;
}

/* @end */

/* @group Filter */

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

ul.box-filter > li {
    padding: 0px 0px 15px 0px;
}

ul.box-filter > li > span {
    font-weight: bold;
}

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

/* @end */

/* @end */

/* @group 14. Facebook Widget  */

.facebook_left {
    width: 308px;
    position: fixed;
    left: -308px;
    top: 150px;
    z-index: 999;
}

.facebook_right {
    width: 308px;
    position: fixed;
    right: -308px;
    top: 150px;
    z-index: 999;
}

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

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

.facebook_right .facebook-content,
.facebook_left .facebook-content {
    background-color: #FFFFFF;
    border: 4px solid #4b6baf;
    position: relative;
    z-index: 999;
}

/* @end */

/* @group 15. Twitter Widget  */

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

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

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

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

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

.twitter_right .twitter-content,
.twitter_left .twitter-content {
    background-color: #FFFFFF;
    border: 4px solid #36a7e5;
    position: relative;
    z-index: 998;
}

/* @end */

/* @group 16. Custom Widget  */

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

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

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

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

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

.custom_left .custom-icon {
    background: url(../img/custom-icon-right.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 #ea2e49;
    position: relative;
    z-index: 996;
    padding: 10px;
}

/* @end */

/* @group 17. Opencart 2.0 */

.picker-switch .btn {
    background: none !important;
    color: #808080 !important;
    text-shadow: none !important;
    -webkit-text-shadow: none !important;
    -moz-text-shadow: none !important;
}

.timepicker-picker .btn {
    background: none !important;
    color: #808080 !important;
    text-shadow: none !important;
    -webkit-text-shadow: none !important;
    -moz-text-shadow: none !important;
}

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

/* @end */

/* @group 18. Carousel Brands */

.carousel-brands {
    margin: 30px 0px 0px 0px !important;
    padding: 10px 70px;
    position: relative;
}

.owl-carousel .owl-item .item {
    padding: 3px;
}

@media (max-width: 767px) {



.footer .box .box-content input {
    border-radius: 0px;
    width: 100% !important;
    float: left;
    height: 40px !important;
    margin: 0px !important;
}
.footer .box .box-content a {
    width: 100%;
    text-align: center;
    margin: 0px !important;
    float: left;
    font-size: 12px;
    color:#fff;
    background-color: #65a4ab;
    text-transform:none !important;
    border-radius: 0px !important;
    line-height: 20px;]
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    height: 40px;
}

    .testimonials-section .owl-controls {
        display: none !important;
    }
    .border-one{
        border-left: 0px !important;
        padding-left: 0px !important;
    }
    .responsive .carousel-brands {
        margin-top: 20px !important;
    }

    .category-info {
        margin: 0px !important;
    }

    .category-info .image {
        padding: 0px !important;
    }

    .product-filter div.category-title {
        float: none;
    }

    .product-filter div.category-title h1{
        text-align: center;
    }

    .product-filter .row,
    .product-list .row {
        overflow: visible !important;
    }

    .product-filter .list-options .sort {
        margin-bottom: 10px;
    }

    .product-list .rating {
        text-align: center;
    }
}

/** Carousel Controls **/

.carousel-brands .owl-prev,
.carousel-brands .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: 20px;
    cursor: pointer;
    width: 28px;
    height: 28px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background: #65a4ab; /* Old browsers */
    background: -moz-linear-gradient(top, #65a4ab 0%, #65a4ab 0%, #65a4ab 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #65a4ab), color-stop(0%, #59d4cc), color-stop(99%, #43c6bc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #65a4ab 0%, #65a4ab 0%, #65a4ab 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #65a4ab 0%, #65a4ab 0%, #65a4ab 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #65a4ab 0%, #65a4ab 0%, #65a4ab 99%); /* IE10+ */
    background: linear-gradient(to bottom, #65a4ab 0%, #65a4ab 0%, #65a4ab 99%); /* W3C */
}

.carousel-brands .owl-next:before {
    content: "";
    background: url(../img/right.png) no-repeat;
    width: 8px;
    height: 14px;
    margin: 8px auto 0px auto;
    display: block;
}

.carousel-brands .owl-prev {
    left: 20px;
}

.carousel-brands .owl-prev:before {
    content: "";
    background: url(../img/left.png) no-repeat;
    width: 8px;
    height: 14px;
    margin: 8px auto 0px auto;
    display: block;
}

/* @end */

/* @group 19. Banner module */

.banner-module {
    margin: 30px 0px 0px 0px !important;
}

@media (max-width: 767px) {

    .table-div {
        overflow-x: scroll !important;
    }

    .responsive .banner-module {
        margin: 20px 0px 0px 0px !important;
    }
}

/* @end */

/* @group 20. Camera slider */

.camera_slider {
    margin: 30px 0px 0px 0px;
    position: relative;
}

.camera_wrap {
    margin: 0px !important;
    width: auto;
    direction: ltr;
    display: none;
    position: relative;
    z-index: 1;
}

.spinner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 22;
    background: #1e1e1e url(../img/loader.gif) 50% 50% no-repeat;
}

#slider .fullwidth .camera_slider,
#slider .fullwidth .camera_slider .camera_wrap {
    margin: 0px !important;
    padding: 0px;
}

.camera_wrap img {
    display: block;
    margin: 0px auto;
}

.camera_wrap .owl-controls .owl-buttons {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    visibility: hidden;
}

.camera_wrap:hover .owl-controls .owl-buttons {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.camera_wrap .owl-controls .owl-buttons .owl-prev,
.camera_wrap .owl-controls .owl-buttons .owl-next {
    position: absolute;
    left: 20px;
    top: 50%;
    margin: -15px 0px 0px 0px !important;
    height: 31px;
    width: 19px;
    margin: 0px;
    text-indent: -10000px;
    background: #fff;
    background: url(../img/left-slider.png) no-repeat top left;
    display: block;
}

.camera_wrap .owl-controls .owl-buttons .owl-next {
    left: auto;
    right: 20px;
    background: url(../img/right-slider.png) no-repeat top left;
}

.camera_wrap .owl-controls .owl-pagination {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    padding: 0px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    visibility: hidden;
}

.camera_wrap:hover .owl-controls .owl-pagination {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.camera_wrap .owl-controls .owl-pagination .owl-page {
    display: inline-block;
}

.camera_wrap .owl-controls .owl-pagination span {
    cursor: pointer;
    margin: 0px 3px 12px 3px;
    width: 12px;
    height: 12px;
    padding: 0px;
    background: #dcdcdc;
    border: none;
    transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    display: block;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}

.camera_wrap .owl-controls .owl-pagination .active span {
    background: #43c6bc;
}

/* @end */

/* @group 21. Lazy load */

img[src="image/catalog/blank.gif"] {
    background: url("../img/loader.gif") no-repeat scroll center center #ffffff;
    width: 100%;
    max-height: 200px;
}

/* @end */

/* @group 22. Magnific popup */

.mfp-iframe-scaler iframe {
    background: url("../img/loader.gif") no-repeat scroll center center #ffffff !important;
}

.quickview {
}

.quickview body {
    background: #fff;
    padding: 30px 30px 0px 30px;
}

.quickview .mfp-iframe-holder .mfp-content {
    max-width: 900px;
    height: 552px;
}

.quickview .mfp-iframe {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
}

.quickview.mfp-bg {
    opacity: 0.01;
    transition: all 0.2s ease-out;
}

.quickview.mfp-ready .mfp-iframe {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.quickview.mfp-ready.mfp-bg {
    opacity: 0.75;
}

.quickview.mfp-removing .mfp-iframe {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
}

.quickview.mfp-removing.mfp-bg {
    opacity: 0;
}

.quickview .product-info .product-center {
    padding-left: 15px;
}

.quickview .product-info {
    padding: 0px !important;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

/* @end */

/* @group Header notice */

.header-notice {
    background: #ef4416;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    display: none;
}

.header-notice a {
    color: #fff;
}

.header-notice p {
    padding: 14px 0px 18px 0px;
    margin: 0px;
}

.header-notice a.close-notice {
    display: block;
    float: right;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    margin: 6px 10px;
    text-align: center;
    padding: 9px 0px 0px 0px;
    color: #ef4416;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.header-notice a.close-notice:before {
    content: "\f00d";
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.header-notice a.close-notice:hover {
    background: #333333;
    color: #fff;
}

/* @end */

/* @group Advanced grid */

.advanced-grid {
    position: relative;
}

.advanced-grid .container {
}

/* @group Products */

.advanced-grid-products {

}

.advanced-grid-products .product {
    margin: 0px;
    padding: 15px 0px;
    border-top: 1px solid #e6e6e7;
}

.footer .advanced-grid-products .product {
    border-color: rgba(255, 255, 255, 0.1);
}

.advanced-grid-products .product:first-child {
    border: none;
    padding-top: 0px;
}

.advanced-grid-products .product:last-child {
    padding-bottom: 0px;
}

.advanced-grid-products .product .image {
    float: left;
    width: 34%;
}

.advanced-grid-products .product .image img {
    display: block;
}

.advanced-grid-products .product .right {
    float: left;
    width: 60%;
    margin-left: 6%;
    padding-top: 15px;
}

.advanced-grid-products .product .right .price {
    color: #ff6b6b;
}

.advanced-grid-products .product .right .price .price-old {
    color: #808080;
    text-decoration: line-through;
    padding-right: 2px;
}

/* @end */

/* @group Latest blogs */

.advanced-grid-latest-blogs {

}

.advanced-grid-latest-blogs .news {
    margin: 0px;
    padding: 15px 0px;
    border-top: 1px solid #e6e6e7;
}

.footer .advanced-grid-latest-blogs .news {
    border-color: rgba(255, 255, 255, 0.1);
}

.advanced-grid-latest-blogs .news:first-child {
    border: none;
    padding-top: 0px;
}

.advanced-grid-latest-blogs .news:last-child {
    padding-bottom: 0px;
}

.advanced-grid-latest-blogs .news .image {
    margin: 0px 20px 0px 0px;
    float: left;
}

.advanced-grid-latest-blogs .news .image a {
    display: block;
    background-size: cover;
    position: relative;
}

.advanced-grid-latest-blogs .news .right .name {
    padding: 2px 0px;
}

.advanced-grid-latest-blogs .news .right .article-date-added {
    font-size: 11px;
    font-style: italic;
}

.advanced-grid-latest-blogs .news .right .article-date-added i {
    margin-right: 3px;
}

/* @end */

/* @end */

/* @group Popup Module */

.popup {
    background: #FFF;
    padding: 50px 60px;
    text-align: left;
    max-width: 750px;
    margin: 40px auto;
    position: relative;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

body .popup-module .mfp-close {
    opacity: 1;
    width: 60px;
    height: 60px;
    color: #fff;
    top: 0;
    right: 0;
    padding: 0px 8px 19px 0px;
    text-align: right;
    line-height: 1;
    overflow: hidden;
}

body .popup-module .mfp-close:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: -138%;
    background: #ef4416;
    z-index: -1;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

body .popup-module .mfp-close:hover:before {
    background: #1e1e1e;
}

body .popup-module.without-button-close .mfp-close {
    display: none;
}

.popup h4 {
    margin: 0px 0px 0px 0px;
    padding: 4px 0px 41px 0px;
    font-size: 18px;
    line-height: 1;
    color: #1f1f1f;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}

.popup h4:before {
    content: '';
    position: absolute;
    background: #1f1f1f;
    width: 50px;
    height: 2px;
    bottom: 21px;
    left: 0;
}

.popup .content {
    padding: 0px 0px 10px 0px;
    margin: 0px;
}

/* @group Newsletter */

/* @end */

/* @group Buttons yes no */

.popup .buttons-yes-no {
    padding: 20px 0px 0px 0px;
}

.popup .buttons-yes-no .button:first-child {
    margin-right: 20px;
}

/* @end */

/* @group Form contact */

.popup .form-contact {

}

.popup .form-contact .error {
    border-color: red;
}

/* @end */

/* @end */

/* @group Blog list default */

ul.blog-list-default {
    list-style: none;
    padding: 0px;
    margin: 0px;
    position: relative;
}

ul.blog-list-default li {
    padding: 21px 0px 20px 0px;
    border:0px !important;
}

ul.blog-list-default li:first-child {
    padding-top: 0px;
}

ul.blog-list-default li:last-child {
    padding-bottom: 0px;
}


ul.blog-list-default li .thumb-holder {
    float: left;
    width: auto;
}

ul.blog-list-default li .thumb-holder img {
    display: block;
}

ul.blog-list-default li .date-published {
    font-family: RobotoRegular;
    padding: 0px 0px 0px 5px;
    font-size: 14px;
    color:#46b3af;
    line-height: 15px;
}

ul.blog-list-default li h5 {
    padding-top: 5px !important;
    font-family: RobotoRegular;
    color:#46b3af;
    padding: 0px;
    margin: 0px;
    font-size: 16px;
    line-height: 18px;
    padding-left: 5px;
    word-break: break-all;

}

/** blog**/
.blog-categories .box-heading {
  display: none;
}

.blog-categories .box-category {
  margin-top: 9px;
}

.blog-categories .panel:first-child {
  background-color: transparent !important;
}

.blog-categories .panel:first-child a {
  color:#888888 !important;
}

.blog-categories .box-category > ul > li {
  transition: all 0.4s linear;
}

.blog-categories .box-category > ul > li:hover { 
  background-color: #65a4ab !important;
}


.blog-categories .box-category > ul > li:hover  a{ 
  color:#fff !important;
} 

.blog-categories .box-category ul li a {
  color:#888888 !important;
  font-size: 14px;
  color:#888888;
  font-family: RobotoLight;
  display: block;
  width: 100%;

}

.blog-categories .box-category > ul > li:nth-child(2n+1) {
  border-top: 1px solid #e1e1e1 !important;
  border-bottom: 1px solid #e1e1e1 !important;
}

.blog-categories .box-category > ul > li:nth-child(2n) {
  border-bottom: none !important;
  border-top:none;
}

.blog-popular-posts {
  margin-top:30px;
}

.blog-popular-posts .box-heading {
  border-bottom: 1px solid #e5e5e5;
}

.blog-popular-posts .box-heading::before {
  width: 80% !important;
}

/* @end */

/* @group Tagcloud */

.blog-tags .box-content {
    border-bottom: none !important;
}

.tagcloud {
    line-height: 15px;
    position: relative;
    margin: -7px 0px -10px 0px;
}

.tagcloud a {
    display: inline-block;
    background: #ef4416;
    font-size: 9px;
    line-height: 15px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin: 0px 7px 9px 0px;
    padding: 1px 10px 1px 10px;
}

.tagcloud a:hover {
    background: #333;
}

/* @end */

/* @group News */

.news {
    position: relative;
    margin-bottom: -30px;
}

.news .media {
    position: relative;
    margin-bottom: 30px;
}

.news .thumb-holder {
    overflow: hidden;
}

.news .thumb-holder img {
    display: block;
    width: 100%;
}

.news .media-body {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
}

.news .media-body:before {
    content: "";
    background: url('../img/bg-news.png') bottom left repeat-x;
    opacity: 0.6;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
}

.news .media-body:hover:before {
    opacity: 0.7;
}

.news .media-body .tags {
    position: absolute;
    top: 18px;
    left: 20px;
    right: 10px;
    margin: 0px;
    padding: 0px;
    line-height: 1.6;
}

.news .media-body .tags a {
    display: inline-block;
    background: #ef4416;
    font-size: 9px;
    line-height: 15px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin: 0px 7px 9px 0px;
    padding: 1px 10px 1px 10px;
}

.news .media-body .tags a:hover {
    background: #333;
}

.news .media-body .bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
}

.news.v1 .media-body .bottom {
    color: #fff;
}

.news .media-body:hover .bottom {
    bottom: 10px;
}

.news .media-body .date-published {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding-bottom: 9px;
    padding-top: 25px;
}

.news .media-body h5 {
    padding: 12px 20px 34px 20px;
    margin: 0px;
    font-size: 18px;
    line-height: 23px;
    text-transform: none;
    font-weight: 500 !important;
    color: #fff;
}

.news .media-body h5:before {
    display: none;
}

/* @end */

/* @group News V2 */

.news.v2 .media {
    padding-bottom: 53px;
}

.news.v2 .media .thumb-holder img {
    -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;
    transform: scale(1, 1);
    transition-timing-function: ease-out;
    transition-duration: 250ms;
}

.news.v2 .media:hover .thumb-holder img {
    -webkit-transform: scale(1.04, 1.04);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.04, 1.04);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    transform: scale(1.04, 1.04);
    transition-timing-function: ease-out;
    transition-duration: 250ms;
}

.news.v2 .media-body:before {
    display: none !important;
}

.news.v2 .media-body .bottom {
    background: #fff;
    border: 1px solid #eee;
    border-top: none;
    color: #1349b2;
    bottom: 0 !important;
}

.news.v2 .media-body .bottom h5 {
}

.news.v2 .media-body .date-published {
    border-color: rgba(0, 0, 0, .2);
}

.news.v2 .media-body h5 {
    padding-bottom: 33px;
}

.news.v2 .media-body h5:before {
    display: none;
}

.news.v2 .media-body h5 a {
    line-height: 23px;
}

/* @end */

/* @group Main banners */

.main-banners {

}

.main-banners > div {
    background: #1e1e1e;
    overflow: hidden;
}

.main-banners img {
    display: block;
    margin: 0px auto;
    width: 100%;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
}

.main-banners > div:hover img {
    opacity: 0.8;
    transform: scale(1.05, 1.07);
    transition-timing-function: ease-out;
    transition-duration: 250ms;
    -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;
}

.main-banners .description {
    position: absolute;
    top: 115px;
    right: 32px;
    width: 220px;
    max-width: 100%;
    z-index: 2;
}

.main-banners > div:nth-child(2) .description {
    width: 270px;
}

.main-banners .left.description {
    right: auto;
    left: 45px;
}

.main-banners .description p {
    padding: 11px 0px 0px 0px;
    margin: 0px;
    font-size: 17px;
    line-height: 24px;
    color: #fff;
}

.main-banners .description .first-heading {
    font-size: 39px;
    font-weight: 800;
    color: #fff;
    line-height: 1;
}

.main-banners .description .first-heading span {
    font-family: Roboto Slab;
    font-weight: 300;
    font-size: 31px;
    line-height: 39px;
    color: #eef1c9;
    vertical-align: top;
}

.main-banners .description .button {
    margin-top: 45px;
}

/* @end */

/* @group Promotion */

.home-discount {
    position: absolute;
    left: 50%;
    margin-left: -20px;
    z-index: 5;
    width: 380px;
    height: 380px;
    transform: rotate(25deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

.home-discount > div {
    background: #fff;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    font-family: Roboto;
    font-size: 14px;
    text-transform: uppercase;
    color: #7c7c7c;
    padding: 9px 28px 9px 28px !important;
    position: absolute;
    font-weight: 500;
}

/* @end */

/* @group About us */

.about-us {
    padding: 67px 0px 0px 0px;
}

#main .about-us p {
    padding: 11px 0px 14px 0px;
    margin: 0px;
}

.about-us .social-icons {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.about-us .social-icons li {
    display: inline-block;
    vertical-align: top;
    padding: 0px 4px 0px 0px;
    margin: 0px;
}

.about-us .social-icons li a {
    color: #2e2e2e;
    border: 1px solid #2e2e2e;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    display: block;
    width: 32px;
    height: 32px;
    text-align: center;
    padding: 3px 0px 0px 0px;
    background: transparent;
}

.about-us .social-icons li a:hover {
    background: #ed5126;
    color: #fff;
    border-color: #ed5126;
}

/* @end */

/* @group Footer newsletter */

.footer-newsletter {
    position: relative;
    max-width: 241px;
    margin: 26px 0px 0px 0px;
}

.footer-newsletter .button {
    margin: 0px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    width: 35px;
    height: 35px;
    padding: 0px;
    background-image: url(../img/icon-mail.png);
    background-repeat: no-repeat;
}

.footer-newsletter input {
    width: 100%;
    margin: 0px;
    display: block;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    border: none !important;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    height: 35px;
    background: #0f0f0f;
    color: #999;
}

/* @end */

/* @group Address */

.address {
    margin: 81px auto 69px auto;
    max-width: 800px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.38);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.38);
    background: rgba(20, 20, 20, .97);
    padding: 88px 30px 98px 30px;
    font-size: 17px;
    line-height: 1.9;
    color: #999;
}

.address h5 {
    background: url(../img/bg-heading-2.png) top center no-repeat;
    font-size: 21px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    padding: 54px 0px 21px 0px;
    margin: 32px 0px 0px 0px;
}

/* @end */

/* @group Partner */

.partner {
    padding: 28px 0px 23px 0px;
    background: rgba(0, 0, 0, .3);
}

.partner ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: table;
    width: 100%;
}

.partner ul li {
    display: table-cell;
    border-left: 1px solid rgba(255, 255, 255, .09);
}

.partner ul li:first-child {
    border: none;
}

.partner ul li img {
    opacity: 0.3;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    display: block;
    margin: 0px auto;
}

.partner ul li img:hover {
    opacity: 1;
}

/* @end */

/* @group Latest news */

.latest-news {
    position: relative;
    margin-top: -30px;
}

.latest-news.v2 {
    margin-top: -67px;
}

.latest-news > div {
    padding-top: 52px;
}

.latest-news .image {
    padding: 0px 0px 29px 0px;
}

.latest-news .image img {
    display: block;
    margin: 0px;
}

.latest-news .overflow {
    padding-left: 79px;
    position: relative;
    min-height: 120px;
}

.latest-news .overflow .article-date-added {
    position: absolute;
    width: 60px;
    height: 60px;
    background: #ed5126;
    color: #fff;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    font-family: Roboto Slab;
    line-height: 0.9;
    padding: 13px 0px 0px 0px;
}

.latest-news .overflow .article-date-added span {
    font-weight: normal;
    font-size: 13px;
    text-transform: uppercase;
}

.latest-news .overflow .comments {
    position: absolute;
    width: 60px;
    height: 60px;
    background: #222 url(../img/icon-comments.png) top center no-repeat;
    color: #fff;
    top: 60px;
    left: 0;
    text-align: center;
    font-family: Roboto Slab;
    font-size: 15px;
    padding: 29px 0px 0px 0px;
}

.latest-news .overflow .tags {
    padding: 2px 0px 11px 0px;
}

.latest-news .overflow .tags a {
    display: inline-block;
    padding-left: 16px;
    color: #a0a0a0;
}

.latest-news .overflow .tags a:first-child {
    padding-left: 0px;
}

.latest-news .overflow .tags a:before {
    content: '|';
    display: inline-block;
    padding-right: 16px;
    color: #eee;
}

.latest-news .overflow .tags a:first-child:before {
    display: none;
}

.latest-news .overflow .tags a:hover {
    color: #000;
}

.latest-news .overflow .title {
    padding: 0px 0px 12px 0px;
}

.latest-news .overflow .title a {
    font-size: 19px;
    color: #393939;
    line-height: 1.4;
}

.latest-news .overflow .title a:hover {
    color: #ed5126;
}

.latest-news .overflow .readmore {
    font-size: 12px;
    font-weight: bold;
    color: #ed5126;
    text-transform: uppercase;
}

.latest-news .overflow .readmore:hover {
    color: #222;
    padding-left: 5px;
}

.latest-news .overflow .readmore:after {
    content: ' →';
}

/* @end */

/* @group Footer payments */

.overflow-payments {
    padding: 65px 45px 0px 45px;
    border-top: 1px solid #242424;
    margin-top: 82px;
}

.footer-payments {
    text-align: center;
    position: relative;
}

.footer-payments .owl-wrapper-outer {
    position: relative;
    z-index: 3;
}

.footer-payments img {
    opacity: 0.25;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
}

.footer-payments img:hover {
    opacity: 1;
}

.footer-payments .owl-buttons {
    position: absolute;
    top: 7px;
    bottom: 0;
    right: -30px;
    left: -30px;
    z-index: 0;
}

.footer-payments .owl-buttons .owl-prev {
    position: absolute;
    top: 0;
    left: 0;
    color: #282828;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
}

.footer-payments .owl-buttons .owl-prev:hover {
    color: #fff;
}

.footer-payments .owl-buttons .owl-next {
    position: absolute;
    top: 0;
    right: 0;
    color: #282828;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
}

.footer-payments .owl-buttons .owl-next:hover {
    color: #fff;
}

/* @end */

/* @group Special offers */

.special-offers {
    margin-top: -33px;
    position: relative;
}

.special-offers .product {
    padding-top: 45px;
}

.special-offers .product .image {
    float: left;
    width: auto;
    border-right: 1px solid #eee;
    margin-right: 20px;
    max-width: 41%;
}

.special-offers .product .image img {
    display: block;
    margin: 0px;
}

.special-offers .product p {
    padding: 28px 0px 0px 0px;
    margin: 0px;
    font-size: 18px;
    line-height: 1;
    color: #929292;
    font-family: RobotoRegular;
}

.special-offers .product .name {
    padding: 6px 0px 0px 0px;
    margin: 0px;
}

.special-offers .product .name a {
    font-size: 17px;
    font-family: Roboto;
    text-transform: uppercase;
    color: #262626;
}

.special-offers .product .name a:hover {
    color: #ed5126;
}

.special-offers .product .price {
    font-size: 15px;
    color: #979797;
    font-family: Roboto;
    padding: 2px 0px 0px 0px;
}

.special-offers .product .price .price-new {
    color: #ed5126;
}

.special-offers .product .price .price-old {
    margin-left: 8px;
    text-decoration: line-through;
}

/* @end */

/* @group Featured products */

.featured-products {

}

.featured-products .image {

}

.featured-products .image img {
    display: block;
    margin: 0px auto;
    width: 100%;
}

.featured-products .description {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(238, 78, 34, .93);
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
}

.featured-products > div:hover .description {
    opacity: 1;
    visibility: visible;
}

.featured-products .description .text {
    position: absolute;
    padding: 0px;
    top: 50%;
    margin-top: -74px;
    text-align: center;
    color: #fff;
    left: 20px;
    right: 20px;
}

.featured-products .description .text .add-to-cart {
    display: inline-block;
    height: 40px;
    width: 40px;
    border: 1px solid #fff;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    font-size: 16px;
    color: #fff;
    padding: 6px 0px 0px 0px;
}

.featured-products .description .text .add-to-cart:hover {
    background: #fff;
    color: #242424;
}

.featured-products .description .text .brand {
    color: #fff;
    font-family: RobotoRegular;
    font-size: 22px;
    padding: 15px 0px 0px 0px;
}

.featured-products .description .text .name {
    padding: 8px 0px 0px 0px;
}

.featured-products .description .text .name a {
    color: #fff;
    font-family: Roboto Slab;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1;
}

.featured-products .description .text .name a:hover {
    color: rgba(255, 255, 255, .85);
}

.featured-products .description .text .price {
    color: #fff;
    font-family: Roboto Slab;
    font-size: 17px;
    line-height: 1;
    padding: 6px 0px 0px 0px;
}

/* @end */

/* @group Testimonials */

.overflow-testimonials {
    padding: 93px 60px 80px 60px;
}

.testimonials {

}

.testimonials .owl-buttons {
    position: absolute;
    top: 50%;
    left: -60px;
    right: -60px;
    margin-top: -34px;
}

.testimonials .owl-buttons .owl-prev {
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 42px;
    background: rgba(0, 0, 0, .09);
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    text-align: center;
    padding: 9px 1px 0px 0px;
}

.testimonials .owl-buttons .owl-prev:hover {
    background: rgba(0, 0, 0, .15);
    border: 1px solid rgba(255, 255, 255, .15);
}

.testimonials .owl-buttons .owl-prev:before {
    content: "\f104";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #555555;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    font-size: 20px;
}

.testimonials .owl-buttons .owl-prev:hover:before {
    color: #666;
}

.testimonials .owl-buttons .owl-next {
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
    height: 42px;
    background: rgba(0, 0, 0, .09);
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    text-align: center;
    padding: 9px 0px 0px 1px;
}

.testimonials .owl-buttons .owl-next:hover {
    background: rgba(0, 0, 0, .15);
    border: 1px solid rgba(255, 255, 255, .15);
}

.testimonials .owl-buttons .owl-next:before {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #555555;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    font-size: 20px;
}

.testimonials .owl-buttons .owl-next:hover:before {
    color: #666;
}

.testimonials .owl-pagination {
    text-align: center;
}

.testimonials .owl-pagination .owl-page {
    width: 16px;
    height: 16px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    display: inline-block;
    background: #2b2d2f;
    cursor: pointer;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    margin: 15px 3px 0px 4px;
}

.testimonials .owl-pagination .owl-page.active {
    background: #ed5126;
}

.testimonial {
    color: #fff;
    max-width: 900px;
    margin: 0px auto;
    padding: 0px 70px;
}

.testimonial .first-heading {
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 800;
    line-height: 1;
}

.testimonial .second-heading {
    font-family: RobotoRegular;
    font-size: 22px;
    padding: 4px 0px 0px 0px;
}

.testimonial .description {
    color: #dddddd;
    font-size: 19px;
    line-height: 1.5;
    font-style: italic;
    padding: 38px 0px 0px 0px;
}

.testimonial .author {
    font-size: 17px;
    padding: 46px 0px 0px 0px;
}

.testimonial .author span {
    font-weight: bold;
}

/* @end */

/* @group Limited time offer */

.limited-time-offer {
    text-align: center;
}

.limited-time-offer .button {
    margin: 787px 0px 92px 0px;
}

.limited-time-offer .is-countdown {
    margin: 0px auto;
    max-width: 630px;
    padding: 0px;
    background: none;
    margin-top: -10px;
}

.limited-time-offer .is-countdown span {
    display: inline-block;
}

.limited-time-offer .is-countdown .countdown-section {
    font-family: Roboto Slab;
    font-weight: 500;
    font-size: 16px;
    color: #1f1f1f;
    position: relative;
    height: 60px;
}

.limited-time-offer .is-countdown .countdown-section:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #eee;
    left: 0;
}

.limited-time-offer .is-countdown .countdown-section:first-child:before {
    display: none;
}

.limited-time-offer .is-countdown .countdown-section .countdown-period {
    font-family: Roboto;
    font-style: italic;
    color: #ed4d21;
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
}

/* @end */

/* @group Found your dream */

.found-your-dream {
    padding: 20px 0px 46px 0px;
}

.found-your-dream .buttons {
    float: right;
    padding: 0px;
    margin: 0px;
}

.found-your-dream .buttons .button {
    padding: 10px 35px 10px 35px;
    font-size: 15px;
    margin-left: 27px;
    margin-top: 33px;
}

.button2 {
    color: #999999 !important;
    border: 1px solid #666;
    background: none !important;
    padding: 9px 34px 9px 34px;
}

.button2:hover {
    background: #666 !important;
    color: #fff !important;
}

.found-your-dream .first-heading {
    font-size: 28px;
    color: #fff;
    line-height: 1;
    padding: 29px 0px 0px 0px;
}

.found-your-dream .first-heading span {
    font-weight: 800;
    color: #ed4d21;
}

.found-your-dream .second-heading {
    color: #666666;
    font-size: 17px;
    line-height: 1;
    padding: 10px 0px 0px 0px;
}

/* @end */

/* @group Filter products */

.goshop-filter-tabs {
    text-align: center;
}

.goshop-filter-tabs ul {
    list-style: none;
    padding: 0px 0px 54px 0px;
    margin: -19px 0px 0px 0px;
    position: relative;
    z-index: 5;
}

.goshop-filter-tabs ul li {
    display: inline-block;
    vertical-align: top;
}

.goshop-filter-tabs ul li:before {
    content: '•';
    color: #929292;
    display: inline-block;
    vertical-align: top;
    padding-top: 2px;
    padding-left: 10px;
    padding-right: 10px;
}

.goshop-filter-tabs ul li:first-child:before {
    display: none;
}

.goshop-filter-tabs ul li a {
    font-size: 15px;
    text-transform: uppercase;
    color: #929292;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.goshop-filter-tabs ul li.active a {
    color: #1f1f1f;
}

/* @end */

/* @group Promotion */

.promotion {
    max-width: 442px;
    width: 100%;
    padding: 156px 84px 131px 84px;
    color: #444;
    z-index: 6;
    position: relative;
}

.promotion .name {
    font-family: RobotoRegular;
    font-size: 22px;
}

.promotion .brand {
    font-size: 42px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 0.9;
    padding: 2px 0px 0px 0px;
}

.promotion .brand span {
    font-size: 38px;
    color: #eb4b20;
    font-family: Roboto Slab;
    font-weight: 300;
    vertical-align: top;
    line-height: 0.94;
}

.promotion ul.features {
    padding: 27px 0px 0px 0px;
    margin: 0px;
    list-style: none;
    font-size: 15px;
    line-height: 2;
}

.promotion ul.features li:before {
    content: '• ';
    padding-right: 3px;
}

.promotion ul.actions {
    list-style: none;
    padding: 42px 0px 0px 0px;
    margin: 0px;
}

.promotion ul.actions li {
    display: inline-block;
    height: 30px;
    border-left: 1px solid #ddd;
    padding: 4px 14px 0px 14px;
}

.promotion ul.actions li:first-child {
    padding-left: 0px;
    border: none;
}

.promotion ul.actions li a {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #1f1f1f;
}

.promotion ul.actions li a:hover {
    color: #eb4b20;
}

/* @end */

/* @group Roundabout */

.roundabout {
    padding: 0px 70px 48px 70px;
    position: relative;
    margin-top: -1px;
}

.roundabout ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    height: 370px;
}

.roundabout .image {

}

.roundabout .image img {
    display: block;
    margin: 0px;
}

.roundabout .name {
    padding: 20px 0px 0px 0px;
}

.roundabout .name a {
    color: #1f1f1f;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
}

.roundabout .name a:hover {
    color: #eb4b20;
}

.roundabout .price {
    color: #ed4d21;
    font-size: 15px;
    font-family: Roboto;
    padding-top: 2px;
}

.roundabout .price span {
    color: #979797;
}

.roundabout .next {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -51px;
    width: 32px;
    height: 42px;
    background: #fff;
    border: 1px solid #dddddd;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    text-align: center;
    padding: 9px 0px 0px 1px;
    cursor: pointer;
}

.roundabout .next:hover {
    border: 1px solid #ccc;
}

.roundabout .next:before {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ccc;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    font-size: 20px;
}

.roundabout .next:hover:before {
    color: #999;
}

.roundabout .prev {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -51px;
    width: 32px;
    height: 42px;
    background: #fff;
    border: 1px solid #dddddd;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    text-align: center;
    padding: 9px 1px 0px 0px;
    cursor: pointer;
}

.roundabout .prev:before {
    content: "\f104";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ccc;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    font-size: 20px;
}

.roundabout .prev:hover {
    border: 1px solid #ccc;
}

.roundabout .prev:hover:before {
    color: #999;
}

.with-arrow .box-content {
    position: relative;
}

.with-arrow .box-content:before {
    content: "\f103";
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ef4416;
    position: absolute;
    left: 50%;
    margin-left: -7px;
    font-size: 22px;
    margin-top: -57px;
}

/* @end */

/* @group Popup newsletter */

.popup-newsletter {
    text-align: center;
    padding: 102px 0px 56px 0px;
}

.popup-newsletter h5 {
    font-size: 48px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    padding: 0px 0px 0px 0px;
    margin: 0px;
}

.popup-white .popup-newsletter h5 {
    color: #1f1f1f;
}

.popup-newsletter .content {
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    padding: 6px 0px 0px 0px;
    margin: 0px;
}

.popup-white .popup-newsletter .content {
    color: #666666;
}

.popup-newsletter .content span {
    color: #ee4415;
}

.popup-newsletter .newsletter {
    margin: 0px auto;
    padding: 40px 0px 0px 0px;
    max-width: 400px;
}

.popup-newsletter .newsletter input {
    display: block;
    width: 100%;
    margin: 0px;
    background: none;
    border: 1px solid rgba(255, 255, 255, .3);
    height: 42px;
    padding-left: 16px;
}

.popup-white .popup-newsletter .newsletter input {
    border: 1px solid #dddddd;
}

.popup-newsletter .newsletter input:focus {
    border: 1px solid rgba(255, 255, 255, .45);
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

.popup-white .popup-newsletter .newsletter input:focus {
    border: 1px solid #ccc;
}

.popup-newsletter .newsletter .button {
    display: block;
    width: 100%;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    margin: 21px 0px 0px 0px;
    text-transform: none;
    font-size: 15px;
}

.popup-newsletter .newsletter .button:before {
    content: "\f0e0";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: top;
    margin-top: 5px;
    margin-right: 4px;
}

/* @end */

/* @group Goshop newsletter */

.goshop-newsletter {
    text-align: center;
    padding: 86px 0px 113px 0px;
}

.goshop-newsletter h4 {
    margin: 0px;
    font-size: 34px;
    line-height: 1;
    color: #fff;
    font-weight: 800;
    text-align: center;
    background: url(../img/bg-heading-3.png) top center no-repeat;
    padding: 45px 0px 0px 0px;
    text-transform: uppercase;
}

.goshop-newsletter h4 span {
    color: #ee4415;
}

.goshop-newsletter h4 p {
    font-family: RobotoRegular;
    font-size: 22px;
    padding: 11px 0px 0px 0px;
    margin: 0px;
    text-transform: none;
}

.goshop-newsletter .newsletter-content {
    padding: 8px 0px 0px 0px;
}

.goshop-newsletter .newsletter-content p {
    padding: 0px 0px 53px 0px;
    margin: 0px auto;
    font-size: 18px;
    color: #ddd;
    max-width: 810px;
}

.goshop-newsletter .newsletter-content input {
    margin: 0px;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    background: none !important;
    border: 1px solid rgba(255, 255, 255, .3);
    height: 42px;
    padding-left: 19px;
    width: 402px;
    max-width: 100%;
    color: #999;
    font-size: 14px;
    vertical-align: top;
    margin-top: 30px;
}

.goshop-newsletter .newsletter-content input:focus {
    border: 1px solid rgba(255, 255, 255, .45);
}

.goshop-newsletter .newsletter-content .button {
    height: 42px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    vertical-align: top;
    margin: 30px 0px 0px 29px;
    padding: 10px 43px 9px 43px;
}

/* @end */

/* @group Box 2 */

.box2 {
    padding-top: 130px;
    position: relative;
}

.box2 .box-heading {
    font-size: 27px;
    font-weight: bold;
    color: #252627;
    text-transform: uppercase;
    line-height: 1;
    border-bottom: 1px solid #eee;
    position: relative;
    padding: 0px 0px 29px 0px;
}

.box2 .box-heading:before {
    content: '';
    position: absolute;
    background: #ed5126;
    width: 50px;
    height: 3px;
    bottom: -1px;
    left: 0;
}

.box2 .box-heading p {
    font-family: RobotoRegular;
    font-size: 18px;
    line-height: 1;
    color: #939393;
    padding: 0px 0px 9px 0px;
    text-transform: none;
    margin: 0px;
    font-weight: normal;
}

.box2 .box-content {
    padding-top: 30px;
}

.box2 .next {
    width: 32px;
    height: 32px;
    display: block;
    border: 1px solid #dddddd;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    right: 0;
    position: absolute;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    text-align: center;
    padding: 5px 0px 0px 1px;
    margin-top: -62px;
}

.box2 .next:before {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    font-size: 20px;
}

.box2 .next:hover {
    background: #ddd;
    color: #1f1f1f;
}

.box2 .prev {
    width: 32px;
    height: 32px;
    display: block;
    border: 1px solid #dddddd;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    right: 36px;
    position: absolute;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    text-align: center;
    padding: 5px 0px 0px 0px;
    margin-top: -62px;
}

.box2 .prev:before {
    content: "\f104";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    font-size: 20px;
}

.box2 .prev:hover {
    background: #ddd;
    color: #1f1f1f;
}

/* @end */

/* @group Button in slider */

.button4 {
    border: 2px solid #fff;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    padding: 13px 36px 13px 36px;
}

.button4:hover {
    background: #fff;
    color: #1f1f1f !important;
}

/* @end */

/* @group Customfooter payments */

.overflow-payments2 {
    padding: 68px 45px 68px 45px;
}

.customfooter-payments {
    text-align: center;
    position: relative;
}

.customfooter-payments .owl-wrapper-outer {
    position: relative;
    z-index: 3;
    overflow: hidden;
    width: 98% !important;
}

.customfooter-payments img {
    opacity: 0.25;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
}

.customfooter-payments img:hover {
    opacity: 1;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);
}

.customfooter-payments .item {
    height: 60px;
    padding: 8px 0px 2px 0px;
    position: relative;
}

.customfooter-payments .item:before {
    left: -16px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #eee;
    content: '';
    position: absolute;
    display: block;
}

.customfooter-payments .owl-buttons {
    position: absolute;
    top: 50%;
    margin-top: -11px;
    bottom: 0;
    right: -30px;
    left: -30px;
    z-index: 0;
}

.customfooter-payments .owl-buttons .owl-prev {
    position: absolute;
    top: 0;
    left: 0;
    color: #ccc;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
}

.customfooter-payments .owl-buttons .owl-prev:hover {
    color: #1f1f1f;
}

.customfooter-payments .owl-buttons .owl-next {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
}

.customfooter-payments .owl-buttons .owl-next:hover {
    color: #1f1f1f;
}

/* @end */

/* @group Service */

.service {
    padding-bottom: 65px;
}

.service .row > div {
    padding-top: 66px;
}

.service .left {
    float: left;
    width: 80px;
    height: 80px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    background: #f2f2f2;
    padding: 4px;
    position: relative;
    overflow: hidden;
    margin-right: 24px;
}

.service .left:before {
    content: '';
    position: absolute;
    z-index: 0;
    background: #ef4416;
    top: -28px;
    left: 0;
    width: 300px;
    height: 300px;
    transform: rotate(47deg);
    -webkit-transform: rotate(47deg);
    -moz-transform: rotate(47deg);
    -o-transform: rotate(47deg);
}

.service .left .icon {
    width: 72px;
    height: 72px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    background: #fff;
    position: relative;
    z-index: 2;
}

.service .left .icon img {
    display: block;
    position: absolute;
    top: -4px;
    left: -4px;
    max-width: none;
}

.service .first-heading {
    padding: 2px 0px 0px 0px;
    margin: 0px;
    font-size: 17px;
    color: #212121;
    font-weight: bold;
    text-transform: uppercase;
}

.service .second-heading {
    padding: 6px 40px 0px 0px;
    margin: 0px;
    font-size: 15px;
    line-height: 1.4;
    color: #aaaaaa;
}

/* @end */

/* @group Free your run */

.free-your-run {
    float: right;
    max-width: 570px;
    padding: 216px 0px 254px 0px;
}

.free-your-run .first-heading {
    font-family: RobotoRegular;
    font-size: 22px;
    line-height: 1;
    color: #9f9f9f;
    padding: 0px 0px 0px 0px;
}

.free-your-run .second-heading {
    font-size: 48px;
    line-height: 1;
    color: #1f1f1f;
    font-weight: 800;
    text-transform: uppercase;
    padding: 9px 0px 0px 0px;
}

.free-your-run .second-heading span {
    color: #ef4416;
}

.free-your-run .third-heading {
    font-size: 15px;
    color: #262626;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 0px 0px 0px;
}

.free-your-run .description {
    color: #797979;
    font-size: 15px;
    padding: 23px 0px 59px 0px;
}

.free-your-run .buttons {
    margin: 0px;
    padding: 0px;
}

.free-your-run .button {
    margin-right: 13px;
    padding: 11px 32px 11px 32px;
}

/* @end */

/* @group Promotion2 */

.promotion2 {
    padding: 161px 121px 190px 121px;
    max-width: 596px;
    position: relative;
    z-index: 9;
}

.promotion2 .first-heading {
    font-family: RobotoRegular;
    font-size: 28px;
    line-height: 1;
    color: #44433e;
    padding: 0px;
}

.promotion2.color2 .first-heading {
    color: #fff;
}

.promotion2 .second-heading {
    font-size: 42px;
    font-weight: 800;
    color: #444444;
    text-transform: uppercase;
    line-height: 1;
    padding: 12px 0px 0px 0px;
}

.promotion2.color2 .second-heading {
    color: #5b3333;
}

.promotion2 .second-heading span {
    color: #ee4415;
}

.promotion2.color2 .second-heading span {
    color: #fff;
}

.promotion2 .description {
    font-size: 16px;
    color: #444444;
    padding: 15px 0px 56px 0px;
    line-height: 1.8;
}

.promotion2.color2 .description {
    color: #dfd5d0;
}

.promotion2 .description i {
    font-size: 15px;
    color: #999999;
}

.promotion2.color2 .description i {
    color: #dfd5d0;
}

.promotion2 .button5 {
    background: #444444;
    color: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 8px 39px 8px 39px;
    display: inline-block;
}

.promotion2.color2 .button5 {
    color: #5c3434;
    background: #fff;
}

.promotion2 .button5:hover {
    background: #1f1f1f;
}

.promotion2.color2 .button5:hover {
    background: #5c3434;
    color: #fff;
}

.promotion2 .button5:after {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    font-size: 18px;
    margin-left: 22px;
    position: relative;
    margin-right: -5px;
}

.promotion2.color2 .button5:after {
    color: #5c3434;
}

.promotion2.color2 .button5:hover:after {
    color: #fff;
}

.home-search input,
.home-search select {
    border-radius: 0px;
    font-family: RobotoRegular;
    font-size: 13px;
}

.home-search .serach-button,
.btn-close {
    margin: 5px 0px;
    border-radius: 0px;
    padding: 8px 18px;
}

.btn-close {
    position: relative;
    top: 2px;
}

.header-cart #cart_block {
    background-image:url("../img/cartt.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 15px;
}

.header-cart .cart-title {
    text-transform: uppercase;
    font-family: RobotoBold;
    font-size: 14px;
    color:#e5440c;
}

.header-cart .cart-count {
    font-family: RobotoRegular;
    color:#9a9a9a;
    font-size: 13px;
}

#ajax-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    z-index: 9999999;
    display: none;
}

#ajax-loader div {
    width:100px;
    height: 100px;
    background-image: url("../img/rolling.svg");
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 50%;
    top:50%;
    margin-left: -50px;
    margin-top: -50px;
    display: none;
}

․top-right .dropdown-menu {
    right: 0 !important;
    left: inherit !important;
}

.header-cart .dropdown-menu {
    right: 0;
    left:  auto !important;
}

.menu-section .background {
    background-color: #015a60;
}

.category-part-menu .container {
    padding: 0px !important;
}

.category-part-menu {
    width: 100%;
}

.login-drop {
    width: 250px;
    right: 0 !important;
    left: inherit;
}

.login-drop  .btn-primary{
    background-color: transparent !important;
    border: 1px solid #d4d4d4 !important;
    font-family: RobotoRegular;
    font-size: 12px !important;
    color: #65a4ab !important;
    border-radius: 0px !important;
}

.login-drop  .btn-primary:hover{
    background-color: #65a4ab !important;
    border-color: #65a4ab;
    color: #fff !important;
}

.login-drop input {
    border-radius: 0px !important;
    background-color:transparent; 
}

.login-drop a {
    color:#65a4ab;
}

.header-cart {
    background-color: #fff;
}

.after-company {
	margin-top:25px;
}

.after-company .container {
	background-color:#fff;
	padding-bottom: 25px;
}

.after-company .slider-title {
	color:#65a4ab;
}
.after-company .slider-navs a::before {
	color:#65a4ab !important;
}



@media (min-width: 1024px) {

    #column-left .box-with-categories .box-content {
        background-color: #fff;
    }

    .home-search {
        position: relative;
        left: 44px;
    }

    .logo {
        background-color: #fff;
        max-width: 320px;
        padding: 5px;
    }

    .logo-section {
        padding: 15px 0;
    }

    .show-on-pc {
        display: block;
    }

    .show-on-device {
        display: none;
    }

    .center-column .tab-content .col-sm-15{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .footer .box .box-content a,
    .footer .box .box-content input{
        width: 100% !important;
        text-align: center !important;
    }

    .contact-page li:nth-child(1),
    .contact-page li:nth-child(2) {
        width: 49%;
    }

    .contact-page li:nth-child(3) {
        width: 100%;        
    }
    

    .add-to-cart-button {
        margin-top: 50px;
    }

    .header-menu ul.megamenu > li {
        height: auto;
    }

    .home-slider-block > .row > .col-md-12 > div:nth-child(1), .home-slider-block > .row > .col-md-12 > div:nth-child(2), .home-slider-block > .row > .col-md-12 > div:nth-child(3), .home-slider-block > .row > .col-md-12 > div:nth-child(4) {
        width: 24.4%;
    }

    .after-company .container > .row {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .home-slider-block {
        z-index: 9999999;
    }


    .header-menu ul.megamenu > li {
        padding: 0px !important;
    }

    .show-on-device {
        width: 90%;
    }

    .show-on-pc {
        display: none;
    }
    #top-bar ul.menu li .main {
        font-size: 11px;
    }

    .class-checkout i {
        display: inline-block;
        float: left;
        margin-top: 5px;
        margin-right: 2px;
    }

    #top-bar .dropdown > a {
        font-size: 11px;
    }

    .logo-section {
        padding: 20px 0;
    }

    .logo {
        padding-top: 7px;
    }

    .megaMenuToggle {
        margin-bottom: 6px;
    }
}

.my-hidden-md {
    display: none !important;
}
.responsive .megamenu-wrapper {
    border-radius: 0px !important;
}
@media (max-width: 766px) {

    .contact-page li {
        width: 100% !important;
        text-align: left !important;
        font-size: 12px !important;        
    }

    .add-to-cart-button {
        margin-top: 50px;
    }

    .top-side-header .top-right ul > li {
        padding: 0px 0px 0px 10px !important;
    }

    .slider-navs {
        text-align: left !important;
        margin-bottom: 10px;
    }

    .home-slider-block > .row > .col-md-12 > div:nth-child(1) p, .home-slider-block > .row > .col-md-12 > div:nth-child(2) p, .home-slider-block > .row > .col-md-12 > div:nth-child(3) p, .home-slider-block > .row > .col-md-12 > div:nth-child(4) p {
        width: 100%;
    }
    .my-hidden-md {
        display: inline-block;
    }

    .my-hidden-xs {
        display: none;
    }

    .logo {
        text-align: center;
        padding-top: 10px;
    }

    #cart_content {
        width: 100%;
    }

    .header-cart {
        padding-bottom: 10px;
    }

    .show-on-pc {
        display: none;
    }

    .show-on-device {
        display: block;
        width: 100%;
    }
    .header-menu ul.megamenu > li {
        border-right: 0px !important;
        height: auto !important;
        padding: 0px !important;
    }

    .megamenu-wrapper {
        margin-bottom: 15px;
    }

    .megamenuToogle-wrapper .container {
        padding-top: 8px !important;
        padding-bottom: 13px !important;
    }

    #slider {
        display:none;
    }

    .home-slider-block {
        margin-top: 0px;
    }

    .home-slider-block > .row > .col-md-12 > div:nth-child(1), .home-slider-block > .row > .col-md-12 > div:nth-child(2), .home-slider-block > .row > .col-md-12 > div:nth-child(3), .home-slider-block > .row > .col-md-12 > div:nth-child(4) {
        width: 100%;
    }
    .home-slider-block > .row > .col-md-12 > div:nth-child(1), .home-slider-block > .row > .col-md-12 > div:nth-child(2), .home-slider-block > .row > .col-md-12 > div:nth-child(3) {
        min-height:auto;
        border-right: 0px !important;
    }

    .about-company .col-md-6 h2 {
        margin-left: 0px;
    }

    .about-company .col-md-6 p {
        margin-left: 0px;
    }

    .about-company .col-md-6 p a, .about-company .col-md-6 a {
        margin-left: 0px;
    }

    .about-company {
        background-image: none;
    }
}



@media (max-width: 1024px) and (min-width: 768px) and (orientation:portrait){
    .my-hidden-sm {
        display: none;
    }

    .my-hidden-md {
        display: inline-block !important;
    }

    .menu-section .background {
        background-color: #003791;
        padding: 6px 0px;
    }

    .container-megamenu > .row {
        margin: 0px !important;
    }
}
@media (max-width: 1024px) and (min-width: 768px) and (orientation:landscape){


    .contact-page li:nth-child(1),
    .contact-page li:nth-child(3),
    .contact-page li:nth-child(2) {
        width: 33%;
    }

    .show-on-pc {
        display: block;
    }

    .header-menu ul.megamenu > li {
        border-right: 1px solid #1d5486;
        height: 54px;
        padding: 13px 4px 13px 4px !important;
    }

    .header-top-first {
        width: 46%;
    }
    .my-hidden-md {
        display: inline-block;
    }

    #top-bar-right {
        width:54%;
    }

    .header-top-first > .row .col-md-2 {
        width: 26.666667%;
    }
    .header-top-first .row {
        margin-left: 0px;
        margin-right: 0px;
    }

    .logo {
        background-color: #fff;
        padding-top: 0px;
    }
}




.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
.col-xs-16,
.col-sm-16,
.col-md-16,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-16 {
    width: 12.5%;
    float: left;
}
.col-xs-17,
.col-sm-17,
.col-md-17,
.col-lg-17 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-16 {
    width: 87.5%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
    .col-sm-16 {
        width: 12.5%;
        float: left;
    }
    .col-sm-17 {
        width: 87.5%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
    .col-sm-16 {
        width: 12.5%;
        float: left;
    }
    .col-sm-17 {
        width: 87.5%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
    .col-sm-16 {
        width: 12.5%;
        float: left;
    }
    .col-sm-17 {
        width: 87.5%;
        float: left;
    }
}

.contact-button {
    font-family: RobotoRegular;
    font-size: 12px !important;
    color:#46b3af !important;
    background-color: transparent !important;
    border:1px solid #46b3af;
    border-radius: 0px !important;
    transition: all 0.3s linear;
}

.contact-button:hover { 

    background-color: #46b3af !important;
    border:1px solid #46b3af;
    color:#fff !important;
}

.contact-page {
    padding: 0;
    margin: 0;
}

.contact-page  li {
    list-style: none;
    display: inline-block;
    width: 33%;
}

.contact-page  li:nth-child(1)::before ,
.contact-page  li:nth-child(4)::before{ 
    content: "\f041";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #888888;
    font-size: 25px;
    padding-right: 10px;
}


.contact-page li {
    font-family: RobotoLight;
    font-size: 16px;
    color: #535050;
    vertical-align: top;

}

.contact-page li:nth-child(2),
.contact-page li:nth-child(3),
.contact-page li:nth-child(5),
 {
    text-align: center;
}

.contact-page li:nth-child(2)::before,
.contact-page li:nth-child(5)::before
 { 
    content: "\f095";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #888888;
    font-size: 25px;
    padding-right: 10px;
}


.contact-page li:nth-child(3)::before
 { 
    content: "\f0e0";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #888888;
    font-size: 25px;
    padding-right: 10px;
}


.testimonials-modal {
    padding: 3px 7px;
    background-color: #65a4ab;
    position: fixed;
    right: -125px;
    top: 25%;
    width: 170px;
    height: 40px;
    z-index: 99999;
    box-shadow: 0 0 3px rgba(0,0,0,0.7);
    transition: all 0.4s linear;
    cursor: pointer;
}

.testimonials-modal:hover {
    right: 0;
}

.testimonials-modal div{
    display: inline-block;
    font-size: 25px;
    color:#fff;
    width: 35px;
    text-align: center;
}

.testimonials-modal span{
    display: inline-block;
    font-family: RobotoRegular;
    color:#fff;position: relative;
    top: -3px;
}

.latest-profile .box .box-heading:before {
    display: none !important;
}

.footer  .container ul li a {
    font-family: RobotoRegular;
    font-size: 14px;
    color:#fff !important;
}

.footer  .container ul li a::before {
    content: "> ";
    font-weight: bold;
    font-size: 14px;
    color: #fff;
} 

.footer .box .box-heading {
    font-size: 14px !important;
    color:#fff !important;
    padding-top: 25px;

}

.footer .box .box-heading::before {
    display: none;
}

.footer .box .box-content input {
    border-radius: 0px;
    width: 68%;
    float: left;
    height: 40px !important;
    margin: 0px !important;
}
.footer .box .box-content a {
    margin: 0px !important;
    float: left;
    font-size: 12px;
    color:#fff;
    background-color: #65a4ab;
    text-transform:none !important;
    border-radius: 0px !important;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 20px;]
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    height: 40px;
}

.footer .row > div {
    float: left !important; 
}

.after-c-2 .owl-carousel div img {
    filter: grayscale(100%);
     -webkit-filter: grayscale(100%);
     transition: all 0.4s linear;

}
.after-c-2 .owl-carousel div img:hover {
    filter: grayscale(0%);
     -webkit-filter: grayscale(0%);
 }


.testimonial-container {
    position: relative;
}

.testimonial-container .test-left {
    position: absolute;
    top:25%;
    left: 0;
}
.testimonial-container .test-right {
    position: absolute;
    bottom:10%;
    right: 0;
}

.social-bix ul {
    padding: 0;
    margin: 10px 0 0 0;

}

.social-bix ul li {
    display: inline-block;
    border:1px solid #fff;
    width: 40px;
    height: 40px;
    overflow: hidden;
    text-align: center;
}

.social-bix ul li.facebook-box{
    background-image: url("../img/fb.png");
    background-repeat:no-repeat;
    background-position:  center center;
}

.social-bix ul li.twitter-box{
    background-image: url("../img/twitter.png");
    background-repeat:no-repeat;
    background-position:  center center;
}

.social-bix ul li.google-box{
    background-image: url("../img/g-plus.png");
    background-repeat:no-repeat;
    background-position:  center center;
}

.social-bix ul li.vk-box{
    background-image: url("../img/vk.png");
    background-repeat:no-repeat;
    background-position:  center center;
}

.social-bix ul li div{
    opacity: 0;
}

.cat-image {
	background:#fff;
}

.inner-page > .background > .pattern > .container #content,
.inner-page > .background > .pattern > .container {
    background: #fff;
    padding-top: 10px;
    margin-bottom: 10px;
}
/* @end */