body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #454545;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.6px;
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #454545;
}

*:focus {
    outline: none !important;
}


/* default font size */

.fa {
    font-size: 10px;
}
.fa.fa-home{
    font-size: 30px;
}


/* Override the bootstrap defaults */

h1 {
    font-size: 33px;
}

h2 {
    font-size: 27px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 10.2px;
}

a {
    color: #454545;
}

a.a-re{
    color:royalblue;
}

a.a-cop{
    color:orangered;
}

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

legend {
    font-size: 16px;
    font-weight: 600;
    padding: 10px 10px;
    border: none;
}

label {
    font-size: 14px;
    font-weight: normal;
}

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
    background:	 #f6f6f6;
    font-size: 13px;
}

/*.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {}*/

.input-group .input-group-addon {
    height: 30px;
    border: none;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto
}

#menu .fa {
    padding-left: 5px;
}


/* Fix some bootstrap issues */

span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
    display: inline;
}

.tab-box .nav-tabs {
    margin: 0;
}

.nav-tabs {
    margin-bottom: 0;
    margin-top: 60px;
}

.tab-content .tab-pane {
    background: #f6f6f6;
    padding: 20px;
    color: #7e7e7e;
    border-radius:  0 10px 10px;
    -webkit-border-radius: 0 10px 10px;
    -moz-border-radius: 0 10px 10px;
    -o-border-radius: 0 10px 10px;
}

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


/* Gradent to all drop down menus */


/* top */

#top {
    color: #fff;
    background: #F05D9A;

    margin-bottom: 22px;
}

.top-left a .fa {
    font-size: 0;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
    text-align: left;
    color: #454545;
    font-weight: 400;
}

#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
    text-shadow: none;
    color: #F05D9A;
}

#top .btn-link,
#top-links li,
#top-links a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 19px;
}

#top .btn-link:hover,
#top-links a:hover {
    color: #F05D9A;
}

#top-links .dropdown-menu a {
    text-shadow: none;
    color: #454545;
    padding: 5px 10px;
}

#top-links .dropdown-menu li:hover a {
    color: #F05D9A;
}

#top .btn-link strong {
    line-height: 14px;
}

#top-links a+a {
    margin-left: 15px;
}

.list-inline {
    float: right;    
    padding: 12px 0;    
    position: relative;
    z-index: 99;    
    margin-top: 4px;
    text-transform: capitalize;
}

.currency .dropdown-menu,
.language .dropdown-menu {
    left: 0;
    right: auto;
}

.currency,
.language {
    display: inline-block;
    /*float: left;*/
    vertical-align: top;
}

.top-left.pull-left {
    float: left;
    /*width: 50%;*/
    width: auto !important;
}

#top-links.pull-right {
    float: right;
    width: 50%;
}

#top .myaccount a.dropdown-toggle {
    padding: 0 0 0 25px;
    background: url(../img/user.html) no-repeat scroll left 0;
    display: none;
}

#top .myaccount a.dropdown-toggle:hover {
    background-position: left -84px;
}

.user-signin .myaccount .dropdown-menu li:first-child {
    background: transparent;
}

.user-signin .myaccount .dropdown-menu li:last-child {
    padding-right: 0;
}

#form-currency>.btn-group>.btn-link {
    padding-left: 0;
}

#form-currency>.btn-group>.btn-link,
#form-language>.btn-group>.btn-link {
    padding: 21px 20px;
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    cursor: pointer;
    text-transform: capitalize;
    letter-spacing: 0.6px;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}

#form-currency>.btn-group>.btn-link:hover,
#form-language>.btn-group>.btn-link:hover,
.user-signin a.user-toggle:hover{
    color: #454545;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}

#form-language .btn,
#form-currency .btn {
    padding: 5px 10px;
    text-align: left;
    text-transform: capitalize;
    font-size: 14px;
}


/* header */

.contect-bottom {
    float: left;
    width: 100%;
}

#common-home #content {
    margin-top: 0;
}

#content.col-sm-9 {
    padding-right: 0;
}

.common-home header {
    margin: 0;
}

.common-home header {
    border: none;
}

header {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    position: relative;
    margin-bottom: 30px;
}

.header-top {
    float: left;
    width: 100%;
}

.header-bottom {
    float: left;
    width: 100%;
    background: #F05D9A;
}

.header-left {
    float: left;
    text-align: left;
    width: 12%;
}

.header-right {
    float: right;
    text-align: left;
    width: 23%;
    padding: 69px 0;
}

.other-contents {
    float: left;
    width: 100%;
    text-align: left;
}

.header-center {
    float: left;
    text-align: left;
    width: 58%;
    padding: 43px;

}


/* logo */

.header-logo {
    position: relative;
}

#logo a{
    display: inline-block;
    vertical-align: top;
}

.header-logo img {
    padding: 30px 0;
}

.latest-offer {
    text-align: right;
    padding: 10px 0;
    font-size: 13px;
}


/* search */

#search {
    display: none;
    left: auto;
    margin-bottom: 0;
    position: absolute;
    right: 0;
    top: 100%;
    background: #ffffff;
    box-shadow: 0 0 18px 1px rgba(0,0,0,0.07);
    -webkit-box-shadow: 0 0 18px 1px rgba(0,0,0,0.07);
    -moz-box-shadow: 0 0 18px 1px rgba(0,0,0,0.07);
    -o-box-shadow: 0 0 18px 1px rgba(0,0,0,0.07);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
}

.header-search {
    float: right;
    position: relative;
    padding: 50px 0;
    z-index: 99;
}

.header-search-btn {
    background: #F05D9A  url("../img/search-icon.png") no-repeat scroll center 13px;
    float: right;
    height: 40px;
    width: 40px;
    position: relative;
    cursor: pointer;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
    border-radius: 20%;
    -webkit-border-radius: 20%;
    -moz-border-radius: 20%;
    -o-border-radius: 20%;
}

.header-search-btn:hover {
    background-position: center -41px;
    background-color: #454545;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}

.header-search-btn.active {
    background-position: center -95px;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}

.header-search-btn.active:hover {
    background-color: #222;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}

.header-search.open #search {
    display: block;
}

#search input::-webkit-input-placeholder {
    color: #454545;
    opacity: 0.5
}


#search .input-lg {
    height: 60px;
    line-height: 20px;
    padding: 0 20px;
    border: none;
    position: relative;
    min-width: 400px;
    background-color: #FFF;
}

#search .input-group-btn {
    position: absolute;
    font-size: 0;
    white-space: nowrap;
    right: 0;
    width: 60px;
    height: 60px;
}

#search .btn-lg {
    font-size: 0;
    width: 60px;
    height: 60px;
    line-height: 30px;
    border: none;
    background: url("../img/search-input.png") no-repeat scroll center 21px;
}

#search .btn-lg:hover {
    background-position: center -58px;
    background-color: #1b1b1b;
}

#search .btn-lg i {
    font-size: 0;
    display: block;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}


/* cart */

.shopping-cart {
    float: right;
}

#cart {
    margin-bottom: 0;
    padding: 12px 0;
    position: relative;
    z-index: 99;
    float: right;

    margin-top: 4px;
}

#cart>.btn {
    font-size: 14px;
    line-height: 18px;
    color: #454545;
    background: transparent;
    padding: 0;
    box-shadow: none;
    border: none;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}

#cart>.btn:hover .cart-btn {
    background-position: center -56px;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
    background-color: #1b1b1b;
}

#cart>.btn .cart-btn {
    float: left;
    background: #F05D9A url(../img/user-cart.png) no-repeat scroll center 9px;
    height: 40px;
    width: 40px;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
    border-radius: 20%;
    -webkit-border-radius: 20%;
    -moz-border-radius: 20%;
    -o-border-radius: 20%;
}

.cart-detail {
    float: left;
    text-align: left;
    padding: 2px 0 2px 10px;
}

.cart-detail .cart-title {
    color: #F05D9A;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    display: none;
    /*display: block;*/
}

#cart>.btn .fa.fa-shopping-cart {
    font-size: 0;
    display: none;
}

#cart-total {
    position: absolute;
    top: -10px;
    right: 0;
    left: auto;
    background: #454545;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    height: 20px;
    width: 20px;
    font-size: 11px;
    padding: 0;
    line-height: 18px !important;
    text-align: center;
}

#cart.open>.btn:hover {
    color: #444;
}

#cart .dropdown-menu {
    background: #fff;
    z-index: 1001;
    border: none;
    box-shadow: 0 0 18px 1px rgba(0,0,0,0.07);
    -webkit-box-shadow: 0 0 18px 1px rgba(0,0,0,0.07);
    -moz-box-shadow: 0 0 18px 1px rgba(0,0,0,0.07);
    -o-box-shadow: 0 0 18px 1px rgba(0,0,0,0.07);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
}

#cart .dropdown-menu {
    min-width: 100%;
    width: 400px;
    padding: 20px 25px;
}

#cart .dropdown-menu table.table-striped {
    border-bottom: 1px solid #eeeeee;
}

#cart .dropdown-menu table td {
    border: none;
    background: none;
}

#cart .dropdown-menu table.table-bordered td {
    padding: 5px 0;
}

#cart .dropdown-menu table td {
    border: none;
    background: none;
    font-size: 13px;
    padding: 15px;
}

#cart .dropdown-menu .text-center {
    padding: 15px 0 !important;
    color: black;
}

#cart .dropdown-menu .img-thumbnail {
    width: auto;
    max-width: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
}

#cart table.table-striped .btn-danger.btn-xs {
    background: none repeat scroll 0 0 transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    margin: 0;
    padding: 0 0 0 5px;
    border: 0 none;
    color: #454545;
}

.cart-menu .table-bordered tr>td,
.cart-menu .table-bordered {
    border: medium none;
    padding: 4px 5px;
}

.cart-menu .table-bordered tr>td,
#cart .table-bordered {
    border: medium none;
    padding: 4px 5px;
}

#cart .text-right .viewcart,
#cart .text-right .checkout,
.btn-primary,
.btn-default,
#button-cart,
.btn-danger,
.button.aboutus,
.btn-info {
    background: #F05D9A;
    border: none;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    padding: 10px 25px;
    text-transform: capitalize;
    width: auto;
    height: auto;
    border-radius: 0;
    line-height: normal;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
    -ms-transition: all 0.45s ease 0s;
    position: relative;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
}

.btn-primary:hover,
#cart .text-right .viewcart:hover,
#cart .text-right .checkout:hover,
.btn-default:hover,
#button-cart:hover,
.btn-danger:hover,
.button.aboutus:hover,
.btn-info:hover {
    background-color: #222;
    color: #ffffff;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -ms-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
    -ms-transition: all 0.45s ease 0s;
}


/*account*/

.acc_info {
    float: left;
    width: 100%;
}

.user-signin .myaccount {
    position: static;
    z-index: 99;
}

.user-signin {
    float: right;
/*    padding: 50px 0;*/
    margin: 0 10px;
    position:relative;
}

header .list-inline a{
    padding: 0;
    display: block;
    font-size: 14px;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}

header .list-inline a:hover{
    color: #F05D9A;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}

.user-signin .myaccount>a.user-toggle {
    text-transform: uppercase;
    float: left;
    height: 40px;
    width: 40px;
    position: relative;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
    background: #F05D9A url(../img/user-cart.png) no-repeat scroll center -253px;
    border-radius: 20%;
    -webkit-border-radius: 20%;
    -moz-border-radius: 20%;
    -o-border-radius: 20%;
}

.user-signin .myaccount:hover>a.user-toggle {
    background-position: center -320px;
    background-color: #454545;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}

#top-links .myaccount .dropdown-menu a {
    padding: 0;
}

.products {
    margin: 0 -15px;
    position: relative;
}

.title-block {
    position: relative;
    text-align: center;
}

.title-block span {
    font-size: 14px;
    line-height:30px;
    font-weight: 400;
    color: #a3a3a3;
    padding: 0;
    display: block;
    margin: 0 0 40px;
}

.products-section-title {
    font-family: 'Poppins', serif;
    font-size: 36px;
    line-height: 36px;
    font-weight: 400;
    text-align: center;
    background: transparent;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.title-desc {
    color: #fff;
    padding: 0 20px;
    font-size: 14px;
}


/*#common-home */

.customfeatureblock.top-space.parallax { margin-top: 0;}

.top-space {
    position: relative;
    float: left;
    width: 100%;
    clear: both;
    /*margin-top: 60px;*/
    margin-top: 0px;
}


/*category page */

.category_thumb .category_img,
.category_thumb .category_description {
    float: left;
    width: 100%;
}

.category_thumb .category_img .category_img_hover {
    float: left;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    margin-bottom: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
}

.swiper-viewport #banner0 .swiper-wrapper {
    position: relative;
    overflow: hidden;
}

.category_thumb .category_img .category_img_hover::before,
.swiper-viewport #banner0 .swiper-wrapper::before {
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}

.category_thumb .category_img:hover .category_img_hover::before,
.swiper-viewport #banner0:hover .swiper-wrapper::before {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}

.category_thumb .category_img:hover .category_img_hover img {
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}

.category_thumb .category_img .category_img_hover img {
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}

.block-category {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.refine-category {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

.refine-search {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 15px;
}

#content .category_list {
    padding: 0;
}

#content .category_list ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

#content .category_list li {
    float: left;
    margin: 0 7px 0 0;
    overflow: auto;
    padding: 0;
    position: relative;
}

#content .category_list ul li a {
    background-color: #f6f6f6;
    display: block;
    font-size: 14px;
    padding: 15px 25px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
}

.product-category {
    float: left;
    width: 100%;
}

.category_filter {
    background: #f6f6f6;
    border-radius: 0;
    color: #666666;
    float: left;
    margin-bottom: 30px;
    padding: 15px;
    width: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
}

.category_filter .btn-list-grid {
    float: left;
    margin: 5px 0 0;
    padding: 0;
    width: auto;
}

.compare-total {
    float: left;
    margin: 7px 0 0 15px;
}

.compare-total #compare-total {
    padding: 0;
}

.compare-total .form-group {
    margin: 0;
}

.category_filter .btn-list-grid .btn-group .grid:hover,
.category_filter .btn-list-grid .btn-group .grid.active {
    background-position: center -65px;
}

.category_filter .btn-list-grid .btn-group .grid {
    background: rgba(0, 0, 0, 0) url("../img/grid.png") no-repeat scroll center 3px;
    border: medium none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    display: block;
    float: left;
    height: 27px;
    text-decoration: none;
    text-indent: -9999px;
    width: 31px;
    padding: 0;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
    -ms-transition: all 0.45s ease 0s;
}

.category_filter .btn-list-grid .btn-group .list:hover,
.category_filter .btn-list-grid .btn-group .list.active {
    background-position: center -65px;
}

.category_filter .btn-list-grid .btn-group .list {
    background: rgba(0, 0, 0, 0) url("../img/list.png") no-repeat scroll center 3px;
    border: medium none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    display: block;
    float: left;
    height: 27px;
    text-decoration: none;
    text-indent: -9999px;
    width: 31px;
    padding: 0;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
    -ms-transition: all 0.45s ease 0s;
}

.compare-total {
    float: left;
    margin: 7px 0 0 15px;
}

.pagination-right {
    margin: 0;
    width: auto;
    float: right;
    display: inline-flex;
}

.sort-by-wrapper,
.show-wrapper {
    float: left;
}

.category_filter .sort-by {
    float: left;
    margin: 5px 10px 0 0;
    width: auto;
    padding: 0;
    text-align: left;
}

.category_filter .show {
    float: left;
    margin: 5px 5px 0 0px;
    padding: 0;
}

.category_filter .limit {
    float: right;
    margin: 1px 0 0;
    padding: 0;
    width: auto;
}

.category_filter .sort-by label,
.category_filter .show label {
    font-weight: normal;
    font-size: 14px;
    border: none;
    margin: 0;
    background: transparent;
}

.show-wrapper .form-group {
    margin: 0;
}

.category_filter .sort select,
.category_filter  .show-wrapper select{
    background: #ffffff;
}

.category_filter .sort {
    float: left;
    margin: 1px 0 0;
    padding: 0;
    width: 180px;
}

.pagination-wrapper {
    clear: both;
    float: left;
    margin: 15px 0 0;
    width: 100%;
    padding: 20px;
    background: #f6f6f6;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
}

.pagination-wrapper .page-link {
    float: right;
    padding: 0;
    width: auto;
}

.pagination-wrapper .page-result {
    float: left;
    padding: 0;
    width: auto;
    margin: 11px 0;
}

h2.main-price {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 800;
}

h1.product-title {
    font-size: 20px;
    margin: 0 0 15px;
    font-weight: 600;
}

.detail-part .rating a {
    display: block;
}


/* html start */


/* callus start */

.callus-block {
    float: left;
    position: relative;
}

.call-contact {
    float: left;
    line-height: normal;
    background: url(../img/call.html) no-repeat scroll left 12px;
    padding: 12px 0 11px 25px;
    margin-left: 15px;
}

.callus:hover .call-contact {
    background-position: left -54px;
}

.callus:hover .call-contact a {
    color: #F05D9A;
}

.call-contact a {
    font-size: 12px;
    letter-spacing: 0.66px;
    color: #454545;
    text-transform: capitalize;
}


/* callus end */


/* aboutus block */

.aboutus-image {
    width: 47%;
    float: left;
}

.aboutus-description {
    float: left;
    width: 53%;
    text-align: center;
    padding: 15px 30px;
}

.aboutus-description p {
    font-size: 12px;
    margin-bottom: 50px;
}

.aboutus-description .btn {
    padding: 0;
    font-size: 12px;
    color: #F05D9A;
    font-weight: 500;
}


/* aboutus block end */


/* feature block start */

.feature-collection {
    width: 25%;
    float: left;
    text-align: center;
}

.custom-feature-block .title-block span {
    margin: 30px 0 70px 0;
    padding: 0 90px;
}

.feature-collections {
    margin: 0 -15px;
}

.feature-collections-inner {
    float: left;
    width: 100%;
}

.feature-collection-inner {
    position: relative;
    margin: 0 15px;
    overflow: hidden;
    display: inline-block;
}

.feature-collection-inner .collection-image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 10px;
    width: 120px;
    height: 120px;
    margin: 0 auto;
}

.feature-collection-inner:hover .collection-image .cms-image {
    background: #454545;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}

.feature-collection-inner .collection-image .cms-image {
    background: #F05D9A;
    display: block;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
}

.collection-description {
    padding: 15px 0;
    text-align: center;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}

.feature-collection-inner:hover .collection-description {
    bottom: 0;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}

.feature-collection-inner:hover .collection-title a {
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}

.feature-collection-inner:hover .collection-title a span {
    color: #454545;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}

.collection-title a {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}

.collection-title a span {
    color: #F05D9A;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}

.collection-des {
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    padding: 5px 0; 
    font-weight: 600;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}

.feature-collection-inner .feature-btn .btn { 
    color: #fff;
}

.feature-collection-inner:hover .feature-btn .btn {
    color: #F05D9A;
}


/* feature block end */


/* home- block start*/

.parallax {
    position: relative;
    background-position: center 0;
    background-repeat: no-repeat;
    height: 100%;
    padding: 60px 0;
}

#homeparallax {
    float: left;
    width: 100%;
}

.custom-description {
    float: right;
    width: 100%;
    text-align: center;
    padding: 75px 0;
}

.custom-description .home-title {
    font-size: 18px;
    color: #454545;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
}

.custom-description .home-desc {
    position: relative;
    font-size: 30px;
    color: #F05D9A;
    font-weight: 700;
    text-transform: uppercase;
    padding: 30px 100px;
    margin: 30px 0;
    line-height: 30px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #F05D9A;
}

.custom-description .home-desc span {
    color: #F05D9A;
}

.customhome-block .home-description {
    font-size: 12px;
    color: #fff;
    font-weight: 300;
}

.customhome-block .home-btn {
    background: url(../img/border.html) no-repeat scroll top center;
    padding-top: 65px;
}

.custom-home-block .custom-description .home-btn .btn {
    color: #fff;
    border-color: #fff;
}


/* home block end*/


/* custom html starts*/

.subbannercms .banner1 {
    width:auto;
    float: left;
}

.subbannercms .banner2 {
    text-align: center;
    width: auto;
    float: left;
}

.subbannercms .banner2 .subbanner-2{
    margin-top:30px;
}

.subbannercms, .custom-service-block {
    margin: 0 -15px;
}

.banner-inner .cms-image {
    text-align: center;
    display: inline-block;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
    vertical-align: top;
}

.subbannercms .banner {
    position: relative;
    overflow: hidden;
}

.banner-inner .cms-image:before {
    content: "";
    height: 100%;
    width:100%;
    position:absolute;
    background: rgba(255, 255, 255, 0.2);
    left: 0;
    top:0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    width: 100%;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.815, 1.650, 0.400, 0.680);
    -moz-transition: -moz-transform 0.3s cubic-bezier(0.815, 1.650, 0.400, 0.680);
    -o-transition: -o-transform 0.3s cubic-bezier(0.815, 1.650, 0.400, 0.680);
    transition: transform 0.3s cubic-bezier(0.815, 1.650, 0.400, 0.680);
    z-index: 9;
}
.banner-inner .cms-image:hover:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
/*.banner-inner .cms-image:hover img{
        transition: all 2s ease 0s;
    -webkit-transition: all 2s ease 0s;
    -moz-transition: all 2s ease 0s;
    -o-transition: all 2s ease 0s;
    transform: scale(1.02));
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
}*/

.banner-inner {
    position: relative;
    margin: 0 15px;
    overflow: hidden;
}

.banner1 .banner-inner .detailes .title {
    font-size: 14px;
    font-weight: 600;
    color: #ffff;
    padding-bottom: 20px;
}

.banner1 .banner-inner .detailes .title1 {
    font-size: 55px;
    font-weight: 700;
    line-height: 60px;
    color: #fff;
    font-family: 'Poppins', serif;
}

.banner-inner .detailes .title {
    font-size: 15px;
    font-weight: 600;
}

.banner-inner .detailes .title span {
    font-size: 65px;
    font-family: 'Poppins', serif;
    display: block;
    line-height: 70px;
    padding: 5px 0;
}

.banner1 .banner-inner .detailes {
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: 30px;
    width: 405px;
    background-color: rgba(27, 26, 27, 0.8);
    padding: 120px 40px;
    border: 2px solid #F05D9A;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transition: all 0.60s ease 0s;
    -webkit-transition: all 0.60s ease 0s;
    -moz-transition: all 0.60s ease 0s;
    -o-transition: all 0.60s ease 0s;
}

.banner1 .banner-inner:hover .detailes {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transition: all 0.60s ease 0s;
    -webkit-transition: all 0.60s ease 0s;
    -moz-transition: all 0.60s ease 0s;
    -o-transition: all 0.60s ease 0s;
}

.banner2 .banner-inner .detailes {
    position: absolute;
    top: 32%;
    left: 15%;
    transition: all 0.60s ease 0s;
    -webkit-transition: all 0.60s ease 0s;
    -moz-transition: all 0.60s ease 0s;
    -o-transition: all 0.60s ease 0s;
}

.banner2 .banner-inner:hover .detailes {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: all 0.60s ease 0s;
    -webkit-transition: all 0.60s ease 0s;
    -moz-transition: all 0.60s ease 0s;
    -o-transition: all 0.60s ease 0s;
}

.banner2 .banner-inner .detailes .decription {
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 35px;
}

.banner1 .banner-inner .detailes .decription {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    padding: 25px 0;
    margin-bottom: 15px;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}


/*html ends*/


/*vertical category start*/

.layout-2.left-col .header-bottom #categories_block_left .vertical {
    display: none !important;
}

.layout-2.left-col #column-left #categories_block_left>.side-title {
    display: none;
}

.layout-2.left-col #column-left #categories_block_left {
    width: 100%;
}

.layout-2.left-col #column-left #categories_block_left .vertical {
    border: 1px solid #e5e5e5;
    border-bottom: none;
    padding: 0;
    position: static;
    display: block;
}

#categories_block_left {
    float: left;
    text-align: left;
    position: relative;
    z-index: 99;
    width: 23.8%;
}

#categories_block_left .vertical {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
}

#categories_block_left>.side-title {
    color: #fff;
    background: #F05D9A url("../img/vertical-icon.png") no-repeat 15px center;
    padding: 20px 20px 20px 45px;
    font-size: 15px;
    letter-spacing: .54px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    cursor: pointer;
}

#categories_block_left .vertical ul {
    list-style: none;
    margin: 0;
    background: #fff;
}

#categories_block_left .vertical ul li a {
    width: 100%;
    display: inline-block;
    margin: 0;
    color: #454545;
    padding: 15px 20px;
    border-bottom: 1px solid #e6e6e6;
    text-transform: capitalize;
    font-weight: 500;
}

#categories_block_left .vertical ul li a:hover {
    color: #F05D9A;
}

#categories_block_left .vertical ul .megamenu {
    position: absolute;
    left: 0%;
    top: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: transform 0.2s;
    transform: translateX(50px);
}

#categories_block_left .vertical li:hover>.megamenu {
    left: 100%;
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    -moz-box-shadow: rgba(0, 0, 0, .2) 0 5px 13px;
    -webkit-box-shadow: rgba(0, 0, 0, .2) 0 5px 13px;
    box-shadow: rgba(0, 0, 0, .2) 0 5px 13px;
}

#categories_block_left .vertical li.dropdown>a {
    background: url(../img/category-arrow.html) no-repeat scroll 90% 22px;
}

#categories_block_left .vertical li.dropdown:hover>a {
    background-position: 90% -18px;
}


/*vertical category end*/


/* special design */

.special-box {
    float: left;
    width: 100%;
}

.special-box .product-thumb .image {
    border: none;
}

.special-box .product-thumb {
    border: 1px solid #e2e2e2;
    padding-bottom: 20px;
    margin: 0;
}

.special-box .product-thumb .image .button-group {
    position: static;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    margin-top: 20px;
}

.special-image-additional-slider {
    width: 250px;
    margin: 0 auto;
    text-align: center;
}

#special-image-additional-slider .slick-slide {
    padding: 0 5px;
    border: 1px solid #e2e2e2;
    margin: 0 10px;
}


/* special end */


/* related start */

.related-box {
    float: left;
    width: 100%;
}


/* related end */


/* conter start */

.countdown {
    display: none;
}

.countdown .count-title {
    display: none;
}

.countdown .timebox .timebox-inner {
    font-size: 0;
    display: inline-block;
    vertical-align: top;
}

.countdown .timebox .timebox-inner strong {
    font-family: open-sans;
    color: #F05D9A;
    display: block;
    font-size: 22px;
    font-weight: 600;
    overflow: hidden;
    text-align: center;
    padding: 0 10px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    background: url(../img/dot.html) no-repeat scroll right center;
}

.countdown .timebox.second .timebox-inner strong {
    color: #454545;
    background: transparent;
}


/* counter end */


/* additional slider start*/

#special-image-additional-slider {
    display: none !important;
}


/* additional slider enf */


/* instagram */

.instagramblock {
    padding: 30px 0 0;
    background: #f6f6f6;
}

.instagramblock .products-section-title {
    color: #454545;
}

#content .instagramblock .list-unstyled {
    padding: 0;
    margin: 0;
}

.instagramblock ul .blog-items {
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 20%;
}


/* vertical menu */

ul.verticalmenu li ul {
    display: table-cell;
}

#verticalcategory ul li ul li .dropdown-menu {
    position: relative;
    top: 0;
    padding: 0;
    display: block;
    box-shadow: none;
    border: none;
}

#verticalcategory .vertical-full .megamenu>.verticalmenu-inner>ul>li>a {
    font-size: 14px;
    font-weight: 600;
}

.verticalmenu li.top_level:hover .megamenu {
    top: 0;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    visibility: visible;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}

.verticalmenu li.top_level .megamenu {
    display: block;
    left: 106%;
    top: -50px;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    visibility: hidden;
    padding: 15px;
    border: 1px solid #eee;
    box-shadow: none;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}

#verticalcategory .box-content ul>li.dropdown.vertical-full ul li a {
    background: transparent;
}

#verticalcategory .box-content ul>li.dropdown>a {
    background: url(../img/menu-arrow.png) no-repeat scroll right 13px;
}

#verticalcategory .box-content ul>li.dropdown:hover>a {
    background-position: right -57px;
}


/* vertical menu end*/


/*banner start*/

.offerbanner {
    position: relative;
    overflow: hidden;
}


/*banner end*/


/*testimonial start*/

#testimonial-block {
    margin: 0;
    width: 50%;
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 50px 0;
    float: right;
}

.testimonial-info {
    float: left;
    width: 50%;
    padding: 100px 30px;
}

.testimonial-image img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
}

.testimonial-image {
    margin: 20px auto;
    position: relative;
    height: 112px;
    width: 112px;
    border: 1px solid #F05D9A;
    position: relative;
    padding: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
}

.customtestimonials {
    position: relative;
}

.des {
    width: 90%;
    margin: 0 auto;
}

.testimonial-block-inner {	
    padding: 50px 0;
    background: #f6f6f6;
}

.testimonial-inner {
    text-align: center;
    padding: 0 15px;
}

.testimonial-inner-sub {
    display: inline-block;
    vertical-align: top;
}

.testimonial-author .user-name {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 700;
}

.testimonial-author .user-name a {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #F05D9A;
}

.user-des {
    color: #a3a3a3;
}

.account-detailes .des {
    width: 100%;
    float: left;
    display: none;
}

#testimonial-block .des p {
    font-family: 'Poppins', serif;
    text-transform: capitalize;
    font-size: 13px;
    line-height: 25px;
    margin: 0 auto;
    padding: 25px 10px;
    text-align: center;
    color: #7e7e7e;
}


/*testimonial end*/


/*service start*/

.service {
    width: 33.33%;
    float: left;
    text-align: center;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}

.service:hover .services-inner{
    background: #F05D9A;
    border-color: #F05D9A;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}

.custom-services-inner {
    float: left;
    width: 100%;
    position: relative;
}

.services-inner {
    display: inline-block;
    text-align:center;
    padding: 30px;
    margin: 0 15px;
    background: #f6f6f6;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;

}

.custom-service-block .service-title a {
    font-size: 18px;
    color: #454545;
    font-weight: 500;
    text-transform: capitalize;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}

.custom-service-block .service-text {
    font-size: 13px;
    text-transform: capitalize;
    color: #999;
    padding: 10px 0;
}

.custom-service-block .service:hover .service-title a {
    color: #fff;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}

.custom-service-block .service:hover .service-text {
    color: #fff;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}

.service .icon {
    position: relative;
}

.service-description {
    overflow: hidden;
    text-align: center;
    padding-top: 12px;
}

.custom-service-block .serviceicon {
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -ms-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
    background: url("../img/services.png") no-repeat scroll center 0;
    height: 40px;
    width: 40px;
    margin-right: 15px;
    display: inline-block;
}

.service1-icon.serviceicon {
    background-position: center 13px;
}

.service2-icon.serviceicon {
    background-position: center -127px;
}

.service3-icon.serviceicon {
    background-position: center -267px;
}

.service:hover .service1-icon.serviceicon {
    background-position: center -57px;
}

.service:hover .service2-icon.serviceicon {
    background-position: center -198px;
}

.service:hover .service3-icon.serviceicon {
    background-position: center -337px;
}


/*service end*/


/* custom payment */

#custom-payment {
    margin: 0;
    float: right;
    text-align: right;
}

.custompayements .payment-block li {
    display: inline-block;
    vertical-align: top;
    margin: 0;
}

.custompayements .payment-block li a {
    color: #fff;
    margin: 0 5px;
    white-space: normal;
    overflow: hidden;
    font-size: 0;
    height: 21px;
    width: 32px;
    display: block;
}

.payment-block ul {
    margin: 0;
    padding: 0;
}

.custompayements .payment-block li.visa a {
    background: url(../img/pay1.png) no-repeat scroll center center;
}

.custompayements .payment-block li.discover a {
    background: url(../img/pay2.png) no-repeat scroll center center;
}

.custompayements .payment-block li.express a {
    background: url(../img/pay3.png) no-repeat scroll center center;
}

.custompayements .payment-block li.mastercard a {
    background: url(../img/pay4.png) no-repeat scroll center center;
}

.custompayements .payment-block li.visa1 a {
    background: url(../img/pay1.png) no-repeat scroll center center;
}

.custompayements .payment-block li.visa:hover a {
    background-image: url(../img/pay1-h.png);
}

.custompayements .payment-block li.discover:hover a {
    background-image: url(../img/pay2-h.png);
}

.custompayements .payment-block li.express:hover a {
    background-image: url(../img/pay3-h.png);
}

.custompayements .payment-block li.mastercard:hover a {
    background-image: url(../img/pay4-h.png);
}

.custompayements .payment-block li.visa1:hover a {
    background-image: url(../img/pay1-h.png);
}


/* payments end */


/* blog start */

.blogs .box-content {
    float: left;
    width: 100%;
    text-align: center;
}

.blog-items {
    margin-bottom: 30px;
    width: 33.33%;
}

.blog-items .summary {
    margin: 0 ;	
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
}

.slick-slider .blog-items .summary{
    margin: 0 15px;	
}


.blog-left {
    position: relative;
    float: left;
}

.blog-right {
    float: left;
    padding: 20px;
    text-align: left;
    position: relative;
    background: #f6f6f6;
}

.single-blog #add-comment {
    border: none;
    padding: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
}

.single-blog .blog-desc {
    padding-bottom: 10px;
    font-size: 13px;
    letter-spacing: 0.8px;
    margin-top: 20px;
}

.single-blog .block-title h3 {
    padding-top: 10px;
}

.single-blog .view-comment .fullcomment {
    border: none;
    padding: 15px;
    border-radius: 0;
    box-shadow: none;
    background: #ffffff;
    margin-bottom: 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
}

.single-blog .blog_title {
    float: left;
    width: 100%;
    font-size: 18px;
}

.blog-list {
    margin-bottom: 30px;
    float: left;
    width: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    background: #f6f6f6;
    padding:  20px 30px;
}

.blog-list .write-comment {
    float: left;
    width: 100%;
}

.blog-list .read-more,
.blog-list .write-comment {
    /*float: left;*/
    margin-right: 20px;
    display: inline-block;
    width: auto;
}

.blog-list .blog-date {
    float: right;
}

.blog-list .blog_title {
    float: left;
    width: auto;
}

.blog-list .blog_title a:hover {
    color: #F05D9A;
}

.blog-list .blog-head {
    float: left;
    width: 100%;
}

.blog_title {
    position: relative;
    margin: 0 0 20px;
    line-height: 30px;
    float: left;
    width: 100%;
}

.blog_title a {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    color: #454545;
}

.blog-items:hover .blog_title a {
    color: #F05D9A;
}

.view-blog {
    float: left;
    width: 100%;	
}

.view-blog .blog_stats {
    font-weight: 400;
    text-align: left;
    float: left;
    background: url(../img/blog-icon.png) no-repeat scroll left -83px;
    padding: 5px 20px;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}

.view-blog .blog_stats:hover {
    background-position: left -129px;
    color: #F05D9A;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}

.view-blog .write-comment a, .view-blog .blog_stats{
    color: #a3a3a3;
}

.view-blog .write-comment {
    float: left;
    text-align: left;
    background: url(../img/blog-icon.png) no-repeat scroll left 8px;
    padding: 5px 20px;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}

.view-blog .write-comment:hover {
    background-position: left -37px;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}

.blog_desc {
    font-size: 14px;
    font-weight: 400;
    float: left;
    width: 100%;
    color: #7e7e7e;
}

.blog_desc p {
    margin: 0;
}

.read-more {
    float: left;
    padding-left: 20px;
    display: none;
}

.read-more a {
    padding: 0;
    border: none;
    display: block;
    position: relative;
    text-transform: capitalize;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}

.blog-image.image {
    position: relative;
    overflow: hidden;
}

.blog-left .blog-image img {
    position: relative;
    width: 100%;
    transition: all 2s ease 0s;
    -webkit-transition: all 2s ease 0s;
    -moz-transition: all 2s ease 0s;
    -o-transition: all 2s ease 0s;
}

.blog-items:hover .blog-left .blog-image img {
    transition: all 2s ease 0s;
    -webkit-transition: all 2s ease 0s;
    -moz-transition: all 2s ease 0s;
    -o-transition: all 2s ease 0s;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.blog-items .blog-image .post_hover,
.blog-item .blog-image .post_hover {
    left: 0;
    margin: 0 auto;
    opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 47%;
}

.blog-items:hover .blog-image .post_hover,
.blog-items:hover .blog-image .zoom,
.blog-items:hover .blog-image .readmore_link,
.blog-item:hover .blog-image .post_hover,
.blog-items:hover .blog-image .zoom,
.blog-item:hover .blog-image .readmore_link {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -kkhtml-opacity: 1;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
}

.blog-left .icon.zoom .fa,
.blog-left .icon.readmore_link .fa {
    font-size: 40px;

}

.blog-items:hover .blog-image .zoom .fa,
.blog-items:hover .blog-image .readmore_link .fa {
    font-size: 14px;
    line-height: 34px;
}

.blog-left .blog-desc p {
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
}

.blog-left .blog-image .zoom {
    height: 45px;
    width: 45px;
    background: #F05D9A;
    color: #fff;
    display: inline-block;
    margin-right: 10px;
    opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    padding: 5px 10px;
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
    transition: transform 0.3s, opacity 0.3s;
    -moz-transition: transform 0.3s, opacity 0.3s;
    -webkit-transition: transform 0.3s, opacity 0.3s;
    -ms-transition: transform 0.3s, opacity 0.3s;
    -o-transition: transform 0.3s, opacity 0.3s;
    z-index: 10;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
}

.blog-left .blog-image .zoom:hover,
.blog-left .blog-image .readmore_link:hover {
    color: #fff;
    background: #454545;
}

.blog-left .blog-image .readmore_link {
    height: 45px;
    width: 45px;
    background: #F05D9A;
    color: #fff;
    display: inline-block;
    opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    padding: 5px 10px;
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
    transition: transform 0.3s, opacity 0.3s;
    -moz-transition: transform 0.3s, opacity 0.3s;
    -webkit-transition: transform 0.3s, opacity 0.3s;
    -ms-transition: transform 0.3s, opacity 0.3s;
    -o-transition: transform 0.3s, opacity 0.3s;
    z-index: 10;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
}

.all-blog .blog-left-content {
    width: 100%;
}

.all-blog .blog-content {
    float: left;
    width: 100%;
    background: #f6f6f6;
}

.all-blog .blog-desc {
    border-bottom: 1px solid #eee;
    margin: 20px 0;
}

.all-blog .blog-left-content .blog-image {
    position: relative;
    overflow: hidden;
    float: left;
}

.blog-image .post-image-hover {
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    width: 100%;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.815, 1.650, 0.400, 0.680);
    -moz-transition: -moz-transform 0.3s cubic-bezier(0.815, 1.650, 0.400, 0.680);
    -o-transition: -o-transform 0.3s cubic-bezier(0.815, 1.650, 0.400, 0.680);
    transition: transform 0.3s cubic-bezier(0.815, 1.650, 0.400, 0.680);
}

.blog-items:hover .post-image-hover,
.blog-item:hover .post-image-hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.post-image-hover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.all-blog .blog-left-content:hover .post_hover,
.all-blog .blog-left-content:hover .zoom,
.all-blog .blog-left-content:hover .readmore_link {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -kkhtml-opacity: 1;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

/*.blog-left:hover .post-image-hover {}*/

.blog-left-content .icon.zoom .fa,
.blog-left-content .icon.readmore_link .fa {
    font-size: 40px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.blog-left-content:hover .blog-image .zoom .fa,
.blog-left-content:hover .blog-image .readmore_link .fa {
    font-size: 13px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.blog-left-content .blog-image .zoom {
    border: 2px solid #fff;
    color: #fff;
    display: inline-block;
    margin-right: 10px;
    opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    padding: 10px 12px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    z-index: 10;
}

.blog-left-content .blog-image .zoom:hover,
.blog-left-content .blog-image .readmore_link:hover {
    color: #F05D9A;
    border-color: #F05D9A;
}

.blog-left-content .blog-image .readmore_link {
    border: 2px solid #fff;
    color: #fff;
    display: inline-block;
    opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    padding: 10px 12px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    z-index: 10;
}

#add-comment .col-sm-10 {
    width: 66.6667%;
}

#add-comment .col-sm-2 {
    width: 25%;
}


/* blog end */


/* slider */

.slider-wrapper.theme-default {
    position: relative;
}

.carousel-box .slick-slide img {
    display: inline-block;
    opacity: 0.3;
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    -o-opacity: 0.3;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}

.carousel-box .swiper-slide:hover img {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}


/* footer */

.about-us-block {
    margin-bottom: 20px;
}

footer .column ul {
    list-style: outside none none;
    margin: 0;
    padding-left: 0;
}

footer .footer-contents .contactinfo {
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

footer .footer-contents  .short-desc {
    margin-bottom: 15px;
    line-height: 30px;
}

footer .contact-block .icon {
    border-radius: 50px;
    font-size: 14px;
    height: 30px;
    line-height: 33px;
    margin: 0 auto;
    float: left;
    text-indent: 8px;
    width: 30px;
}

footer .contact-block .location .icon {
    background: url("../img/footer-location.png") no-repeat 1px center;
}

footer .contact-block .callus .icon {
    background: url("../img/footer-callus.png") no-repeat 1px center;
}

footer .contact-block .email .icon {
    background: url("../img/footer-email.png") no-repeat 1px center;
}

footer .contact-block .location .description,
footer .contact-block .callus .description,
footer .contact-block .email .description {
    margin-left: 30px;
    line-height: 30px;
}

@media (max-width: 478px) {}

#cart .dropdown-menu table {
    margin-bottom: 10px;
}

#cart .dropdown-menu li>div {

}

@media (max-width: 478px) {
    #cart .dropdown-menu li>div {
        min-width: 100%;
    }
}

#cart .dropdown-menu li p {
    margin: 0;
}


/* menu */

.main-menu>ul>li {
    display: inline-block;
    position: relative;
    z-index: 20;
    transition: all 0.3s ease 0s;
}

@media (min-width: 768px) {
    footer .collapse {
        display: block;
    }
    footer .footer-bottom .collapse {
        display: none;
    }
    footer .footer-bottom .dropdown-menu {
        top: auto;
        bottom: 100%;
        margin-bottom: 20px;
    }
}

#menu {
    position: relative;
    text-align: right;
    z-index: 9;
    width: auto;
    float: left;
    width: 100%;	
}

.main-menu ul li ul {
    display: table-cell;
}

.main-menu>ul>li ul>li>a {
    min-width: 160px;
}

.main-menu>ul>li ul>li>a,
.main-menu>ul>li li>a {
    padding: 0 0 5px 0;
    color: #454545;
    display: block;
    white-space: nowrap;
    font-size: 14px;
    text-transform: capitalize;
}

.main-menu>ul>li.column3 ul>li .dropdown-menu,
.main-menu>ul>li.column3 ul>li .dropdown {
    position: relative;
    padding: 0;
    margin-left: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    border: none;
    top: 0;
}

.main-menu>ul>li ul>li .dropdown-menu {
    background: #ffffff none repeat scroll 0 0;
    display: block;
    right: 100%;
    padding: 5px;
    top: 0;
    position: absolute;
    z-index: 5;
}

.main-menu {
    text-align: center;
}

#menu .dropdown-menu.submenu3 {
    position: static;
    padding: 0;
    margin: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
}

#menu .dropdown-menu {
    padding-bottom: 0;
    border: none;
    border-radius: 0
}

#menu .dropdown-inner {
    display: table;
}

#menu .dropdown-inner ul {
    display: table-cell;
}

#menu .dropdown-inner a {
    min-width: 200px;
    display: block;
    clear: both;
    line-height: 20px;
    color: #959595;
    font-size: 1.3rem;
    padding: 5px 0;
    text-transform: capitalize;
}

#menu .dropdown-inner li a:hover {
    color: #F05D9A;
}

#menu .see-all {
    color: #F05D9A;
    display: block;
    margin-top: 20px;
    border-top: 2px solid #DDD;
    padding: 20px 0 0;
    font-size: 14px;
    font-weight: 600;
}

#menu .see-all:hover,
#menu .see-all:focus {
    text-decoration: none;
    color: #F05D9A;
}

#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 17px;
    font-weight: 600;
    line-height: 50px;
    color: #fff;
}

#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #fff;
    padding: 0;
    float: right;
    margin: 13px 15px;
}

#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
    color: #fff;
}

#menu .show-all {
    border-top: 1px solid #e3e3e3;
    float: left;
    margin: 10px 0 0;
    padding: 10px 0 0;
    width: 100%;
}

@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block !important;
        margin:0 !important;
    }
    #menu .dropdown:hover .dropdown-menu.megamenu,
    #menu .dropdown .dropdown-menu.megamenu .dropdown:hover .dropdown-menu.megamenu {
        top: 100%;
        opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -o-opacity: 1;
        -ms-opacity: 1;
        transition: all 0.45s ease 0s;
        -webkit-transition: all 0.45s ease 0s;
        -moz-transition: all 0.45s ease 0s;
        -o-transition: all 0.45s ease 0s;
        visibility: visible;
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    #menu .dropdown .dropdown-menu.megamenu,
    #menu .dropdown .dropdown-menu.megamenu .dropdown .dropdown-menu.megamenu {
        box-shadow: 0 0 18px 1px rgba(0,0,0,0.07);
        -webkit-box-shadow: 0 0 18px 1px rgba(0,0,0,0.07);
        -moz-box-shadow: 0 0 18px 1px rgba(0,0,0,0.07);
        -o-box-shadow: 0 0 18px 1px rgba(0,0,0,0.07);
        display: block !important;
        margin: 0 !important;
        opacity: 0;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        -o-opacity: 0;
        -ms-opacity: 0;
        padding: 30px;
        text-align: left;
        visibility: hidden;
        background-color: #fff;
        transition: all 0.45s ease 0s;
        -webkit-transition: all 0.45s ease 0s;
        -moz-transition: all 0.45s ease 0s;
        -o-transition: all 0.45s ease 0s;
        transform: scale(1, 0);
        -webkit-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform-origin: 0 0 0;
        -webkit-transform-origin: 0 0 0;
        -moz-transform-origin: 0 0 0;
        -o-transform-origin: 0 0 0;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -o-border-radius: 10px;
    }
    #menu .full .megamenu>.dropdown-inner>ul>li>a {
        font-weight: 600;
        color: #454545;
    }
    .main-menu>ul>li.column3 ul.childs_1>li>a {
        font-weight: 600;
        font-size: 16px;
    }
    header .header-bottom.fixed {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
        transition: all 0.45s ease 0s;
        -webkit-transition: all 0.45s ease 0s;
        -moz-transition: all 0.45s ease 0s;
        -o-transition: all 0.45s ease 0s;
    }
    header .header-bottom.fixed #categories_block_left {
        display: none;
    }
    .responsive_togglemenu {
        display: none;
    }
    #menu .nav>li>a,
    #static-menu .nav>li>a {
        padding: 60px 15px;
        font-size: 1.5rem;
        font-weight: 600;
        text-transform: capitalize;
    }
    #menu .nav>li:hover>a,
    #menu .nav>li>a:hover,
    #menu .nav>li.open>a,
    #static-menu .nav>li>a:hover,
    #static-menu .nav>li.open>a {
        color: #F05D9A;
    }
}

@media (max-width: 767px) {
    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        width: 100%;
        position: relative;
    }
    #menu .dropdown-inner {
        display: block;
    }
    #menu .dropdown-inner a {
        width: 100%;
        color: #454545;
        padding: 10px 0;
    }
    #menu .dropdown-inner a {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #454545;
        padding: 10px 15px;
    }
    #menu .dropdown-inner .dropdown-menu li a {
        padding: 10px 30px;
    }
    #menu .dropdown-inner ul {
        display: block;
    }
    #menu li.dropdown i {
        font-size: 18px;
        float: right;
    }
    #menu li.dropdown.open i {
        transform: rotate(180deg);
    }
    #menu li.dropdown span {
        background: url(../img/menu_toggle.png) no-repeat scroll center 10px;
        margin-top: 0;
        float: right;
        width: 33px;
        height: 33px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 999;
        cursor: pointer;
    }
    #menu li.dropdown.active>span {
        background-position: center -16px;
    }
    #menu li.dropdown i {
        font-size: 0;
    }
    #menu .nav li {
        float: left;
        width: 100%;
    }
}


/* content */


/* footer */

.home-footer footer {
    margin: 0;
    border: none;
}

footer {
    float: left;
    width: 100%;
    color: #454545;
    margin-top: 60px;
    background: #f6f6f6;
    /*padding-bottom: 60px;*/
    padding-bottom: 12px;
}

.footer-container {
    clear: both;
    /*padding-top: 60px;*/
    padding-top: 40px;
    border-top: 4px solid #F05D9A;
}

.footer-container .footer-contents .list-unstyled {
    margin: 0;
}

.content_footer_bottom {
    float: right;
    width: 40%;
    padding: 20px 0
}

.payment-block li {
    display: inline-block;
    vertical-align: top;
    margin: 0 !important;
}

.payment-block li a {
    color: #fff;
    margin: 0 5px;
    white-space: normal;
    overflow: hidden;
    font-size: 0;
    height: 22px;
    width: 42px;
    display: block;
}

.payment-block ul {
    margin: 0;
    text-align: right;
}

.payment-block li.visa a {
    background: url(../img/pay1-h.png) no-repeat scroll center center;
}

.payment-block li.discover a {
    background: url(../img/pay2-h.png) no-repeat scroll center center;
}

.payment-block li.express a {
    background: url(../img/pay3-h.png) no-repeat scroll center center;
}

.payment-block li.mastercard a {
    background: url(../img/pay4-h.png) no-repeat scroll center center;
}

.payment-block li.visa:hover a {
    background-image: url(../img/pay1-h.png);
}

.payment-block li.discover:hover a {
    background-image: url(../img/pay2-h.png);
}

.payment-block li.express:hover a {
    background-image: url(../img/pay3-h.png);
}

.payment-block li.mastercard:hover a {
    background-image: url(../img/pay4-h.png);
}

footer hr {
    border-top: none;
    border-bottom: 1px solid #666;
}

.footer-container li {
    margin-bottom: 20px;
}

footer .footer-container .footer-contents li {
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}

footer .footer-container li:hover {
    background-position: left -23px;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}

footer .column li a {
    color: #fff;
    cursor: pointer;
    font-size: 14px;
}

footer a {
    font-size: 13px;
}

footer li:hover a {
    color: #F05D9A;
}

footer h5 {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Poppins', serif;
}


.common-home .content_footer_top { display: block; }
.content_footer_top {
    float: left;
    width: 100%;
    background: #fff;
    padding: 0 0 60px;
    display: none;
}

.newsletter {
    float: left;
    width: 100%;

}

.newsletter-description {
    font-size: 12px;
    line-height: 17px;
}

.newsletter .newsletter-title {
    float: left;
    width: 50%;
    margin: 20px 0;
    color: #454545;
}

.newsletter-title .products-section-title {
    margin-bottom: 0;
    text-align: left;
    font-size: 20px;
}

.newsletter .input-news #txtemail {
    height: 50px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    font-size: 14px;
    background: #ffffff;
    /*border: 2px solid black;
padding: 0 35px;*/
}

.newsletter .newsletter-form {
    margin: 23px 0;
    text-align:left;
}

.newsletter .newsletter-form .form-group {
    position: relative;
    margin: 0 auto;
    width: 90%;
    display: inline-block;
    vertical-align: top;
}

.newsletter .subscribe-btn {
    position:absolute;
    right: 0;
    top: 0;
}

.newsletter .subscribe-btn .btn {
    padding: 16px;
    height: 50px;
    font-size: 13px;
    padding: 10px 30px;
    height: 50px;
    font-size: 14px;
    background: #F05D9A;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
}

.newsletter .subscribe-btn .btn:hover {
    background-color: #1b1b1b;
}

.language_currency {
    float: left;
    width: 33.33%;
}

.copyright {
    text-align: center;
    width: auto;
    margin: 0;
    padding: 0;
    margin-top: 12px;
}

.copyright p {
    margin:auto;
}

.footer-bottom {
    float: left;
    width: 100%;
    /*margin-top: 60px;*/
    /*margin-top: 10px;*/
    /*margin-top: -14px;*/
    margin-top: 5px;
}

.footer-bottom .container {
    border-top: 1px solid #eeeeee;
}

footer .newsletter h5 {
    color: #F05D9A;
    padding: 0 0 20px;
    margin: 0 0 15px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1.06px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

footer .newsletter h5::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-bottom: 2px solid #F05D9A;
    width: 80px;
}

footer .newsletter .desc {
    color: #fff;
    line-height: 17px;
    margin: 0;
}

.social-block {
    float: left;
    width: 100%;
    margin:25px 0;
    text-align: center;
    position: relative;
    z-index: 1;
}

.social-block .social ul {
    margin: 0;
    padding: 0;
}

.social-block .social li a{ 
    height: 100%;
    width: 100%;
    display: block;
}

.social-block .social li {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    height: 60px;
    width: 60px;
    cursor: pointer;
    background: url(../img/social-icon.png) no-repeat scroll 10px 11px;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
}

.social-block .social li.facebook {
    background-position: -29px 20px;
    background-color: #3c5b9b;
}

.social-block .social li.twitter {
    background-position: -29px -50px;
    background-color: #359bed;
}

.social-block .social li.google-plus {
    background-position: -25px -256px;
    background-color: #ff3d00;
}

.social-block .social li.rss {
    background-position: -28px -118px;
    background-color: #ef116f;
}

.social-block .social li.youtube {
    background-position: -28px -185px;
    background-color: #e33729;
}

.social-block .social li:hover {
    background-color: #F05D9A;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}

#topbox.block {
    bottom: 30px;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}

#topbtn:hover {
    background-color: #454545;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;

}

#topbox {
    position: fixed;
    bottom: -100%;
    right: 40px;
    z-index: 99;
    text-align:center;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}

.topbtn {
    background: #F05D9A url("../img/back-to-top.png") no-repeat scroll center center;
    color: #fff;
    border: none;
    cursor: pointer;
    height: 40px;
    width: 40px;
    position: relative;
    top:0;
    margin: 0 auto;
    font-size: 0;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
}

.loader.visible {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff url("../img/loader.gif") no-repeat scroll center center;
    z-index: 99;
    height: 755px;
}


/* alert */

.alert {
    padding: 8px 15px;
    float: left;
    width: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
}


/* breadcrumb */

.title-breadcrumb.full-width .sub-title {
    width: 50%;
    text-align: left;
    margin: 4px 0;
}

.title-breadcrumb .sub-title {
    margin: 0;
    float: left;
    width: 100%;
    padding: 0;
    text-align: center;
}

.title-breadcrumb {
    margin-bottom: 30px;
    margin-top: -30px;
    display: inline-block;
    width: 100%;
}

ul.breadcrumb {
    font-weight: 600;
    font-size: 18px;
    margin: 0;
    float: left;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    background: #f6f6f6;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
}

ul.breadcrumb a {
    font-size: 14px;
    text-transform: capitalize;
}

#product-product ul.breadcrumb {
    text-align: center;
    width: 100%;
}

.breadcrumb>li {
    padding: 0;
    position: relative;
    white-space: nowrap;
}

.breadcrumb>li+li:before {
    content: '';
    padding: 0;
}

.breadcrumb>li:after {
    content: "/";
    margin: 5px;
}

.breadcrumb>li:last-child:after {
    content: '';
}

.pagination {
    margin: 0;
}

#common-success {
    margin-top: 30px;
}


/* buttons */

.buttons {
    margin: 1em 0;
    display: inline-block;
    margin: 10px 0 0;
    width: 100%;
}

/*.btn {}*/

.btn-xs {
    font-size: 9px;
}

.btn-sm {
    font-size: 10.2px;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 14px;
}

#accordion {
    float: left;
    width: 100%;
}

.btn-group>.btn-xs {
    font-size: 9px;
}

.btn-group>.btn-sm {
    font-size: 10.2px;
}

.btn-group>.btn-lg {
    font-size: 15px;
}

.btn-default {
    color: #fff;
}

.btn-primary {
    color: #fff;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    background-color: #454545;
}

.btn-warning {
    color: #ffffff;
    background-color: #282a2d;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
    box-shadow: inset 0 1454545px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #282a2d;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    box-shadow: inset 0 1454545px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
    color: #ffffff;
    /*background-color: #282a2d;*/
    background-color: #5cb85c;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    box-shadow: inset 0 1454545px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
    color: #fff;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-image: none;
    background-color: #282a2d;
}

.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #454545;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}

.btn-inverse {
    color: #ffffff;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    background-color: #454545;
    background-image: linear-gradient(to bottom, #454545, #111111);
}

#account-wishlist .table .btn.btn-primary,
#account-wishlist .table .btn.btn-danger,
#account-order .btn.btn-info {
    padding: 6px 12px;
}


/* list group */

.list-group span {
    color: #454545;
    padding: 8px 0;
    border: none;
    text-transform: capitalize;
    display: block;
    cursor: pointer;
    line-height: 30px;
    font-weight: 600;
}

.list-group a {
    color: #454545;
    padding: 5px 0;
    border: none;
    text-transform: capitalize;
    display: block;
    font-size: 14px;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
    color: #F05D9A;
}

.filterbox span.list-group-item {
    background: url(../img/toggle.png) no-repeat scroll right -10px transparent;
}

.filterbox span.list-group-item.collapsed {
    background: url(../img/toggle.png) no-repeat scroll right 17px transparent;
}


/* carousel */

.carousel-caption {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #454545;
}

.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}

.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}


/* product list */

.product-thumb {
    margin-bottom: 30px;
    overflow: auto;
    padding: 15px 15px 15px;
    background: #f6f6f6;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
}

#latest-slider .product-thumb {
    margin-bottom: 0;
}

.product-thumb .image {
    position: relative;
    overflow: hidden;
    text-align: center;
}

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

.product-thumb .image a:hover {
    opacity: 0.8;
}

.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
}

.product-grid .product-thumb .image {
    float: none;
}

@media (min-width: 767px) {
    .product-list .product-thumb .caption h4 a {
        font-size: 16px;
    }
    .product-list .product-thumb .image {
        float: left;
        width: 31%;
    }
    .product-list .product-details {
        float: left;
        width: 69%;
        padding: 20px;
    }
}

.product-thumb .caption .short-desc {
    display: none;
}

.product-thumb .caption h4 {
    color: #454545;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    text-transform: capitalize;
    margin: 10px 0;
    line-height: 24px;
}

.product-thumb .caption h4 a { 
    color: #454545;
}

.product-thumb:hover .caption h4 a {
    color: #F05D9A;
}

.product-thumb .caption {
    padding: 0 0 0;
    text-align: center;
    position: relative;
}

.product-list .product-thumb .caption {
    text-align: left;
}

.product-list .product-thumb .caption .short-desc {
    display: block;
    margin: 10px 0;
}

.product-list .product-thumb .caption .button-group {
    display: block;
    margin-top: 10px;
}

.product-list .product-thumb .image .button-group {
    display: none;
}

.product-layout.product-list .product-thumb {
    padding: 0 0 30px;
}

.product-layout.product-list .product-thumb:hover .price {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
}

.product-layout.product-list .product-thumb .button-group .addtocart,
#product .addtocart{
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    width: auto;
    padding: 10px 15px;
    background-image: none;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
}

.product-layout.product-list .product-thumb .button-group .addtocart:hover {
    background-position: 15px -102px;
    color: #fff;
}

.product-layout.product-list .product-thumb .button-group .wishlist,
.product-layout.product-list .product-thumb .button-group .compare {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
}

.product-list .product-thumb .product-details .rating {
    display: block;
    position: static;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
}

.product-list .product-thumb .caption .btn-cart {
    display: none;
}

@media (max-width: 1200px) {}

@media (max-width: 767px) {
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
    }
    .product-grid .product-thumb .caption {
        min-height: 0;
    }
}

.product-thumb .rating {
    padding-bottom: 5px;
}

.rating .fa-stack {
    font-size: 6px;
    color: #F05D9A;
}

.rating .fa-star-o {
    color: #454545;
    font-size: 12px;
}

.rating .fa-star.off {
    color: #454545;
}

.rating .fa-star+.fa-star-o {
    color: #F05D9A;
}

h2.price {
    margin: 0;
}

.product-thumb .price {
    color: #454545;
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;


}

.product-thumb .price-old {
    color: #999;
    text-decoration: line-through;
    font-size: 10px;
    line-height: 10px;
}

.product-thumb .price-tax {
    color: #999;
    display: none;
}

.product-list .product-thumb .button-group {
    border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
    .product-list .product-thumb .button-group {
        border-left: none;
    }
}

.product-thumb .image .img-responsive {
    position: relative;
}

.product-thumb .image .img-responsive.hover-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}

.product-thumb:hover .image .img-responsive.hover-image {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    transition: all 0.5s ease;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}

.product-thumb .caption .button-group {
    display: none;
}

.product-thumb .image .button-group {
    position: absolute;
    left: auto;
    right: 15px;
    bottom: 15px;
    top: auto;
    width: 35px;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;

}

.product-thumb:hover .image .button-group {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}

.product-thumb .button-group button {
    width: 40px;
    height: 40px;
    margin:  15px 0 0;
    border: none;
    display: inline-block;
    /*float: left;*/
    background-color: #F05D9A;
    color: #888;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: capitalize;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
}

.product-thumb .caption .btn-cart {
    text-align: left;
    opacity: 0;
    display: none;
    position: absolute;
    left: 5px;
    top: -40px;
    right: auto;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}

.product-thumb:hover .caption .btn-cart {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}

.product-thumb .caption .btn-cart .addtocart {
    font-size: 14px;
    color: #F05D9A;
    padding: 5px 0;
    font-weight: 600;
    display: inline-block;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
    border: none;
    background: transparent;
}

.product-thumb .caption .btn-cart .addtocart:hover {
    color: #F05D9A;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}

.product-thumb .button-group .addtocart {
    background: #F05D9A url(../img/addtocart.png) no-repeat scroll center 12px;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -ms-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
    transition: all 0.45s ease 0s;
}

.product-thumb:hover .button-group .addtocart,
.product-thumb:hover .button-group .wishlist,
.product-thumb:hover .button-group .compare {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -ms-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
    transition: all 0.45s ease 0s;
}

.product-thumb .button-group .wishlist {
    background: #F05D9A url(../img/wishlist.png) no-repeat scroll center center;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
}

.product-thumb .button-group .compare {
    background: #F05D9A url(../img/compare.png) no-repeat scroll center center;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
}

.product-thumb .button-group .addtocart:hover {
    background-color: #454545;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}

.product-thumb .button-group .wishlist:hover {
    background-color: #454545;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}

.product-thumb .button-group .compare:hover {
    background-color: #222;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}

/*.product-thumb .button-group button+button {}*/

.product-list .product-thumb .button-group button+button {
    margin: 15px 0 0 10px;
}

.product-thumb .button-group button:hover {
    color: #444;
    background-color: #ddd;
    text-decoration: none;
    cursor: pointer;
}

div#product {
    float: left;
    width: 100%;
    margin-top: 17px !important;
}

#product #input-quantity {
    padding: 12px 10px;
    margin: 0 10px;
    height: auto;
    vertical-align: top;
}

#product .form-group.cart .form-control {
    display: inline-block;
    text-align: center;
    width: auto;
}

#button-cart {
    display: inline-block;
    width: auto;
}

.addthis_toolbox {
    margin-top: 20px;
}

#image-additional-arrows {
    display: none;
}

.thumbnails {
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}

.thumbnails>li {
    margin-left: 15px;
}

.thumbnails>img {
    width: 100%;
}

.image-additional a {
    margin-bottom: 20px;
    display: block;
}

.image-additional {
    max-width: 78px;
}

.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
}

@media (min-width: 1200px) {
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-3:nth-child(4n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-3:nth-child(4n+1),
    #content .col-md-4:nth-child(3n+1),
    #content .col-md-6:nth-child(2n+1) {
        clear: left;
    }
}

/*@media (min-width: 768px) and (max-width: 991px) {
        #content .col-sm-2:nth-child(6n+1),
        #content .col-sm-3:nth-child(4n+1),
        #content .col-sm-4:nth-child(3n+1),
        #content .col-sm-6:nth-child(2n+1) {
                /*clear:left;*
        }
}*/


/* fixed colum left + content + right*/

@media (min-width: 768px) {
    #column-left .product-layout .col-md-3 {
        width: 100%;
    }
    #column-left+#content .product-layout .col-md-3 {
        width: 50%;
    }
    #column-left+#content+#column-right .product-layout .col-md-3 {
        width: 100%;
    }
    #content+#column-right .product-layout .col-md-3 {
        width: 100%;
    }
}


/* fixed product layouts used in left and right columns */

#column-left .product-layout,
#column-right .product-layout {
    width: 100%;
    padding: 0;
}


/* left column */

#column-left .products-box .container,
#column-right .products-box .container {
    width: auto;
}

#column-left .title-block,
.filterbox .title-block {
    border: none;
    margin: 0;
}

#column-left .products-section-title,
.filterbox .products-section-title {
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 10px;
    text-transform: capitalize;
    display: block;
}

#column-left .list-group-item,
#column-right .list-group-item {
    padding: 5px 0;
    border: none;
}

#column-left {
    padding-left: 0;
}

.filterbox .products-section-title::before,
.filterbox .products-section-title::after,
#column-left .products-section-title::before,
#column-left .products-section-title::after {
    display: none;
}

.side-categories .box-content ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.side-categories .box-content ul ul {
    margin-left: 15px;
}

.side-categories .box-content ul li {
    line-height: 20px;
    border: 0;
}

.side-categories .box-content ul li a {
    display: block;
}

.treeview-list .hitarea {
    background: none;
    height: 9px;
    width: 9px;
    float: right;
    cursor: pointer;
}

.treeview-list .collapsable .expandable-hitarea {
    background: url(../img/toggle.png) no-repeat scroll center -19px transparent;
    height: 25px;
    width: 15px;
}

.treeview-list .expandable .collapsable-hitarea {
    background: url(../img/toggle.png) no-repeat scroll center 7px transparent;
    height: 25px;
    width: 15px;
}

.treeview-list .collapsable .collapsable-hitarea {
    background: url(../img/toggle.png) no-repeat scroll center -19px transparent;
    height: 25px;
    width: 15px;
}

.treeview-list .expandable .expandable-hitarea {
    background: url(../img/toggle.png) no-repeat scroll center 7px transparent;
    height: 25px;
    width: 15px;
}

#column-left .side-categories.top-space {
    margin: 0;
}
#column-left .top-space.swiper-viewport {
    padding: 0;
    background: transparent;
    overflow: hidden;
}
#column-left .top-space {
    margin-top: 30px;
    background: #f6f6f6;
    border-top: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 20px 30px;
}

#column-left .products {
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
}

#column-left .product-thumb:hover .price {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
}

#column-left .product-thumb,
#column-right .product-thumb {
    margin-bottom: 15px;
    padding-bottom: 15px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #eee;
    padding:0;
}

#column-left .product-layout:last-child .product-thumb,
#column-right .product-layout:last-child .product-thumb {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

#column-left .product-thumb .image,
#column-right .product-thumb .image {
    display: block;
    margin-bottom: 0px;
    float: left;
    padding: 0;
    width: 28%;
}

#column-left .product-thumb .caption,
#column-right .product-thumb .caption {
    float: left;
    text-align: left;
    padding: 0 0 20px 20px;
    width: 72%;
}

#column-left .product-thumb .image .button-group,
#column-right .product-thumb .image .button-group {
    display: none;
}

#column-left .list-group,
#column-right .list-group {
    margin: 0;
    background: #f6f6f6;
    border-top: none;
}

#column-left .list-group #button-filter {
    background: transparent;
    color: #454545;
    padding: 20px 0 0;
    border: none;
}

#column-left .list-group .toggle-items a {
    line-height: 30px;
}

#column-left .list-group #button-filter:hover {
    color: #F05D9A;
}

#column-left .product-thumb .caption h4 {
    border: none;
    margin: 0;
    padding-bottom: 5px;
}

#column-left .product-thumb .price {
    float: left;
}

#column-left .product-thumb .rating {
    margin-top: 0;
}


/* fixed mobile cart quantity input */

.input-group .form-control[name^=quantity] {
    min-width: 50px;
}


/* Missing focus and border color to overwrite bootstrap */

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-image: none;
    background-color: #282a2d;
}


/* tab design */

#tabs .etabs {
    text-align: center;
    position: relative;
    clear: both;
    padding: 0;
    margin: 0;
}

#tabs .etabs .tab {
    margin-left: 15px;
    display: inline-block;
    vertical-align: top;

    margin-bottom: 18px;
}

#tabs .etabs .tab .tab_link,
#category_tab_page .etabs li a {
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 500;
    color: #454545;
    display: block;
    text-transform: capitalize;
    background: #f6f6f6;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
}

#tabs .etabs .tab.active .tab_link,
#tabs .etabs .tab:hover .tab_link,
#category_tab_page .etabs li:hover a,
#category_tab_page .etabs li.active a {
    background: #F05D9A;
    color: #fff;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}

.hometab {
    background: #fff;
}

#common-home .tab-content {
    position: relative;
    /*margin-top: 30px;*/
    margin-top: 0px;
}

#common-home .tab-content>.tab-pane.active {
    height: auto;
    visibility: visible;
}

#common-home .tab-content>.tab-pane {
    height: 0;
    visibility: hidden;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    display: block;
    position: relative;
    background: transparent;
}


/* category product tab */

#category_tab_page .etabs {
    text-align: left;
    background: #F05D9A;
}

#category_tab_page .nav-tabs {
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
}


/* brand */

.carousel-box {
    float: left;
    width: 100%;
}

.carousel-box #brand-slider  .brand-inner {
    margin: 0 15px;
}

.carousel-box .brand-inner a img{
    display: inline-block;
}

.carousel-box .brand-inner a {
    display: block;
    margin: 0;
    text-align: center;
    background: #f6f6f6;
    padding: 40px 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
}


/* other pages */

.content-inner {
    float: left;
    width: 100%;
    background: #f6f6f6;
    padding: 20px 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
}

.main-title {
    background: #f6f6f6;
    padding: 15px;
    font-size: 18px;
    margin: 0 0 15px 0;
}

.sub-title {
    color: #454545;
    padding: 20px 30px;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 15px 0;
    float: left;
    width: 100%;
    background: #f6f6f6;
    text-transform: none;
    line-height: 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
}

#content .list-unstyled, .detail-inner .rating {
    float: left;
    width: 100%;
    padding: 15px 20px;
    background: #f6f6f6;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    margin: 15px 0;

}

.form-horizontal {
    clear: both;
}

#content .well h2 {
    font-size: 17px;
    text-transform: capitalize;
}

.manufacturer-list {
    border: 1px solid #e3e3e3;
    margin-bottom: 20px;
    padding: 0;
    background-color: #fff;
}

.manufacturer-content {
    padding: 15px;
}

.manufacturer-heading {
    background: none repeat scroll 0 0 #f6f6f6;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 15px;
}

#image-additional-slider {
    overflow: hidden;
    text-align: center;
    margin-top: 20px;
}

#image-additional-slider .product-block{
    padding: 0 15px;
}

.additional-images {
    margin: 0 -15px;
}

.zoomContainer {
    overflow: hidden;
}

.carousel-box .swiper-viewport {
    margin: 0 auto 30px;
}

#image-additional-slider .product-block img {
    display: inline-block;
    vertical-align: top;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
}

#language-ddl {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    bottom: 0;
    z-index: 9;
}

#feature-image-slider,
#tablatest-slider,
#tab-bestseller,
#tab-special,
#featured-slider,
.instagramblock #image-carousel,
#brand-slider,
#blog-slider,
#testimonial-slider {
    display: none;
}

.slick-slider {
    display: block !important;
}
@media (max-width: 1281px) { 
    .header-logo img {
        padding: 25px 0;
    }
    .header-center {
        padding: 40px 10px;
    }
    .header-search-btn, .user-signin .myaccount>a.user-toggle, #cart>.btn .cart-btn {
        height: 40px;
        width: 40px;
    }

    #menu .nav>li>a, #static-menu .nav>li>a {
        padding: 10px 15px;
    }
    .feature-collection-inner .collection-image {
        width: 100px;
        height: 100px;
    }
    .header-search-btn {
        background-position: center 13px;
    }
    .header-search-btn.active {
        background-position: center -94px;
    }
    .header-search-btn:hover {
        background-position: center -40px;
    }
    .user-signin .myaccount>a.user-toggle {
        background-position:  center -252px;
    }
    .user-signin .myaccount:hover>a.user-toggle {
        background-position: center -319px;
    }
    #cart>.btn .cart-btn {
        background-position:  center 10px;	
    }
    #cart>.btn:hover .cart-btn {
        background-position: center -57px;
    }
    .header-right, .header-left, .header-center {
        width: 32%;
    }
    header .header-top .container {
        padding-bottom: 80px;
    }
    #menu {
        text-align: center;
    }
    .header-center {
        width: 100%;
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 20px 0;
        /*border-top: 1px solid #eee;*/
    }
}

@media (max-width: 991px) {
    .top-space {
        margin-top: 50px;
    }
    #search .input-lg {
        min-width: 300px;
    }
    .products-section-title {
        background: transparent;
    }
    .product-thumb .image .button-group {
        opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -o-opacity: 1;
    }
    .product-thumb .caption .btn-cart {
        position: static;
    }
    .navbar-nav>li {float: none;    display: inline-block;}
    .navbar-nav, .other-contents, .product-thumb .caption .btn-cart  {
        width: 100%;
        text-align: center;
    }
    .product-thumb .caption .btn-cart .addtocart {
        padding: 15px 0;

    }
    .product-thumb .caption .btn-cart,
    .product-thumb .button-group .wishlist,
    .product-thumb .button-group .compare {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
    }
    #column-left .top-space {padding: 15px;}
    .product-thumb .caption h4,#column-left .product-thumb .price	 {
        float: none;
    }
    .product-thumb .rating {
        margin: 0;
    }
    .product-thumb .price .price-new {
        display: inline-block;
    }
    .product-thumb:hover .price {
        opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -o-opacity: 1;
    }
    .product-thumb .caption .btn-cart {
        right: 15px;
        opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -o-opacity: 1;
    }
    .subbannercms .detailes .description {
        padding: 5px 0 10px 0;
    }
    #custom-payment {
        width: 100%;
        text-align: center;
        padding: 0 0 15px;
    }
    .newsletter .newsletter-title,
    .newsletter .newsletter-form {
        width: 100%;
        text-align: center;
    }
    .navbar {
        position: relative;
        clear: both;
    }
    .feature-btn .btn {
        padding: 10px;
        font-size: 15px;
    }
    .copyright {
        width: 100%;
        text-align: center;
        margin: 0;

    }
    .content_footer_bottom {
        width: 100%;
        padding: 0;
    }
    .payment-block ul {
        text-align: center;
        padding: 0;
    }
    #column-left .product-thumb .image,
    #column-right .product-thumb .image {
        width: 100%;
        text-align: center;
    }
    #column-left .product-thumb .caption,
    #column-right .product-thumb .caption {
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .parallax {
        padding: 30px 0;
    }
    .home-title1.text-uppercase {
        font-size: 30px;
    }
    #product-product .detail-part {
        margin-top: 15px;
    }
    #testimonial-block .des p {
        width: 100%;
    }
    .social-block {
        width: 100%;
        text-align: center;
    }
    .custom-description .home-desc {
        padding: 30px 50px;
    }
    .testmonial-image {
        width: 100%;
        text-align: center;
        border: none;
        background: transparent;
        margin: 0;
    }
    .testmonial-image img {
        display: inline-block !important;
        width: 100px;
        height: 100px;
    }
    .testmonial-author {
        padding: 30px 0 0;
        width: 100%;
        text-align: center;
        background-position: center 10px;
        margin-left: 0;
    }
    .testmonial-author .user-name {
        background-position: center top;
    }
    .testmonial-details {
        width: 100%;
        text-align: center;
        background: transparent;
        margin: 20px 0;
    }
    .title-breadcrumb.full-width .sub-title,
    ul.breadcrumb {
        width: 100%;
        text-align: center;
    }
    .service {
        width: 100%;
    }
    .service-1.service,
    .service-2.service {
        margin-bottom: 30px;
    }
    .banner1 .banner-inner .detailes {
        margin: 10px;
    }
    .banner1 .banner-inner .detailes .title1 {
        font-size: 25px;
        line-height: 25px;
    }
    .banner1 .banner-inner .detailes .decription {
        padding: 5px 0;
    }
    .banner1 .banner-inner .detailes .more {
        display: none;
    }
    .banner-inner .detailes .title span {
        font-size: 40px;
        line-height: 40px;
    }
    .banner2 .banner-inner .detailes {
        top: 10%;
        left: 5%;
    }
    .banner2 .banner-inner .detailes .decription {
        padding-bottom: 15px;
    }
    .language_currency {
        width: 100%;
        text-align: center;
    }
    .currency,
    .language {
        float: none;
    }
    .social-block .social li {
        margin: 0;
        height: 40px;
        width: 40px;
    }
    .social-block .social li.facebook {
        background-position: -38px 12px;
    }
    .social-block .social li.twitter {
        background-position: -38px -58px;
    }
    .social-block .social li.google-plus{
        background-position: -38px -264px;
    }
    .social-block .social li.rss {
        background-position: -38px -129px;	
    }
    .social-block .social li.youtube {
        background-position: -38px -197px;			
    }
    .col-sm-3.column.first {
        width: 33.3333333333%;
    }
    .col-sm-3.footer-box {
        width: 33.3333333333%;
    }
    .feature-collection {
        width: 50%;
        text-align: center;
    }
    .newsletter, .pagination-right {
        width: 100%;
    }
    .compare-total {
        float: right;
        margin: 0 10px;
    }
    .newsletter-title .products-section-title {
        text-align: center;
    }
    .category_filter .show, .category_filter .sort
    .category_filter .limit {float: none;}
    .header-search-btn {display: block;}
    .category_filter .sort-by label,
    .category_filter .show label {
        padding: 10px; 
    }
    .sort-by-wrapper, .show-wrapper {
        float: left;
        width: 100%;
        margin-top: 15px;
    }
    .header-logo {
        /*width: 200px;*/
        width: auto;
    }
}

@media (max-width: 767px) {
    #static-menu, #top-links.pull-right {
        display: none;
    }
    #menu {
        display: block;
    }
    #categories_block_left {
        display: none;
    }
    #cart-total {
        /*display: none;*/
        display: block;
    }
    #content {
        padding: 0;
        clear: both;
    }
    .title-breadcrumb {
        margin-top: 0;
    }
    .product-layout.product-list .product-thumb {
        padding: 30px;
    }
    .collection-des {
        font-size: 20px;
    }
    .products-section-title {
        font-size: 25px;
        line-height: 25px;
    }
    .category_thumb .category_img,
    .category_thumb .category_description {
        padding: 0;
    }
    #category_tab_page .nav-tabs {
        display: block;
    }
    .header-logo {
        text-align: center;
    }
    .header-center {
        padding: 0;
        text-align: center;
        width: 100%;
        position: relative;
    }
    header .header-top .container {
        padding-bottom: 50px;
    }
    #logo .img-responsive {
        display: inline-block;
    }
    #form-language>.btn-group>.btn-link {
        background: transparent;
    }
    .payment-block ul {
        text-align: center;
    }
    .slick-dots {
        padding: 20px 0 0 0;
    }
    .testimonial-block-inner {
        padding: 50px 0 20px;
    }
    .navbar-header {
        background: #F05D9A;
        clear: both;
    }
    #cart, .user-signin, .header-search {
        padding: 45px 0;
    }
    .navbar-collapse {
        padding: 10px 15px;
        border: 1px solid #ccc;
        text-align: left;
        position: absolute;
        left: 15px;
        right: 15px;
        top: 100%;
        z-index: 999;
        background: #fff;
    }
    .title-breadcrumb .sub-title, .top-left.pull-left {
        width: 100%;
        text-align: center;
    }
    .custom-feature-block .title-block span {
        padding: 0 20px;
    }
    #product-product ul.breadcrumb {
        padding-top: 0;
    }
    #menu .nav>li>a {
        padding: 8px 0;
        color: #454545;
        font-size: 14px;
        font-weight: 400;
        text-transform: capitalize;
        text-align: left;
    }
    #menu .dropdown-inner a {
        font-size: 14px;
    }
    #menu div.dropdown-menu {
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        padding:0 !important;
    }
    #menu {
        border: none;
        padding: 0;
        position: static;
    }
    .footer-container .row .footer-box:last-child h5.toggle-title {
        border: none;
    }
    .footer-container h5.toggle-title {
        padding: 10px 0;
        margin: 0;
    }
    .product-layout {
        text-align: center;
    }
    .col-sm-3.footer-box {
        width: 100%;

        padding: 0;
    }
    .feature-collections .feature-collection {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .feature-collection-inner {
        display: inline-block;
        float: none;
    }
    .custom-home-block {
        padding: 30px 0;
    }
    .subbannercms .banner1, .subbannercms .banner2,
    .testimonial-info, #testimonial-block {
        width: 100%;
        text-align: center;
    }
    .testimonial-info {
        padding: 30px;
    }
    .subbannercms .banner {margin-bottom: 30px;}
    .banner-inner {
        display: inline-block;
        vertical-align: top;
    }
    .right-bottom-left,
    .right-bottom-right {
        width: 100%;
        text-align: center;
    }
    .right-bottom .right-bottom-left,
    .right-bottom .right-bottom-right {
        padding: 0;
    }
    .copyright {
        margin: 25px 0;
    }
    .col-sm-3.forth {
        width: 100%;
        float: left;
        padding: 0;
    }
    .cart-detail {
        /*display: none;*/
        display: block;
    }
    #menu .see-all {
        float: left;
        width: 100%;
        padding: 10px 15px 0;
    }
    .filterbox .list-group {
        background: #f6f6f6;
        margin-top: 20px;
        padding: 15px;
    }
    .filterbox .list-group-item {
        border: none;
        background: transparent;
        border-top: 1px solid #ddd;
    }
    .filterbox .list-group span {
        padding: 5px 10px;
    }
    .filterbox .toggle-items {
        background: #ffffff;
        margin-bottom: 20px;
    }
    .filterbox span.list-group-item {
        border: none;
        background-position: 98% -13px;
    }
    .filterbox span.list-group-item.collapsed {
        background-position: 98% 10px;
    }
    .footer-container .footer-contents .list-unstyled {
        padding: 0 20px;
    }
    #contact {
        padding: 10px 20px;
    }
    .copyright p {
        margin: 0;
    }
    .custom-service-block .service-title a {
        font-size: 13px;
    }
    .pagination-wrapper .page-link,
    .pagination-wrapper .page-result {
        width: 100%;
        text-align: center;
    }
    .swiper-pagination {
        bottom: 10px !important;
    }
    .home-title1.text-uppercase {
        font-size: 25px;
    }
    .custom-description {
        padding: 0 10px;
    }
    .block-category .row {
        margin: 0;
    }
    #tabs .etabs .tab {
        display: block;
        text-align: center;
        margin-bottom: 15px;
        margin-left:0;
    }
    #search .input-lg {
        min-width: 100%;
    }
    .callus-block {
        display: none;
    }
    .custom-description .home-desc {
        font-size: 16px;
        padding: 15px 15px;
    }
    #category_tab_page .etabs {
        padding-bottom: 70px;
    }
    .service {
        width: 100%;
    }
    .col-sm-3.column.first {
        width: 100%;
        padding: 0;
    }
    .footer-bottom {
        margin-top: 30px;
    }
    .col-sm-3.link-block.third-link {
        width: 100%;
    }
    .col-sm-3.column.forth {
        width: 100%;
    }
    .banner1 .banner-inner .detailes {
        display: none;
    }
    .banner2 .banner-inner .detailes {
        top: 19%;
        left: 20px;
    }
    .banner2.banner {
        margin-top: 15px;
    }
    .newsletter .subscribe-btn .btn {
        padding: 10px 15px;
    }
    .header-search {
        z-index: 10;
    }
    .header-bottom {
        margin-top: 60px;
    }

    .row {
        margin: 0;
    }
    .footer-container {
        padding-top: 30px;
    }
}

@media (max-width: 479px) {
    .product-layout{
        width: 100%;
    }
    #cart .dropdown-menu {
        width: 300px;
    }
    #logo .img-responsive {
        width: 200px;
    }
    .currency,
    .language {
        float: none;
        display: inline-block;
        vertical-align: top;
        padding:0;
    }
    #cart, .user-signin, .header-search { padding: 0; position: static; }
    header .header-top .container {
        padding-bottom: 80px;
    }
    .shopping-cart, .user-signin, .header-search {
        float: none;
        display: inline-block;
        margin: 0;
        position: static;
    }
    .newsletter .newsletter-form .form-group {
        width: 100%;
    }

    #search, .myaccount .dropdown-menu-right {left: 0;}
    .header-right, .header-left,
    .header-logo {
        text-align: center;
        width: 100%;
        position: relative;
    }
    #product .btn-group {
        margin-top: 20px;
        display: block;
    }
    .home-title1.text-uppercase {
        font-size: 20px;
    }
    /*.subbannercms .banner1 .detailes .title,  {
            display: none;
    }
    .subbannercms .banner1 .detailes .description {
            font-size: 16px;
    }
    .subbannercms .detailes .btn-primary {
            display: none;
    }
    .banner2 .banner-inner .detailes {
            top: 28%;
    }*/
    #testimonial-block .des p {
        padding: 5px;
    }
    .blogs .blog-items {
        padding: 0;
    }
}