@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;400;600;700;900&display=swap');
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,600,700|Montserrat:300,400,500,600,700,800,900&amp;display=swap");

* {outline: none !important;}
body, html { height: 100%;  margin: 0;  padding: 0;}
body {
    line-height: 24px;
    color: #666666;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-family: 'Cairo', sans-serif;
    font-weight: 400;
}
body.dark-header {
    padding-top: 82px;
}
::-moz-selection {
    background-color: #1c9a83;
    color: #FFF;
}
::selection {
    background-color: #85c977;
    color: #FFF;
}
.container {
    padding-left: 0;
    padding-right: 0;
}
.topheader {
    position: relative;
    background-color: #f5f5f5;
}
.main {
    position: relative;
    overflow: hidden;
}
img {
    height: auto;
    max-width: 100%;
    border: none;
    outline: none;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}
a, a:focus, a:active, a:link, img {
    outline: none;
    text-decoration: none;
    /* width: 100%; */
}
a {
    cursor: pointer;
    text-decoration: none;
    color: #6d6d6d;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
}
a:hover {
    color: #000000;
    text-decoration: none;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
}
br {
    font-size: 0;
    line-height: 0;
}
hr {
    margin-bottom: 0px;
    margin-top: 0px;
    border-top: 1px solid #f1f1f1;
    border-bottom: none;
    border-left: none;
    border-right: none;
}
ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0;
}
.sss-item button {
    margin: 8px 0px;
    width: 100%;
    padding: 13px 10px;
    text-align: left;
    font-size: 16px;
    border: 4px solid #eae9e9;
    border-radius: 5px;
}
.sss-item button.collapsed:after {
    content: "+" !important;
    position: absolute;
    right: 2%;
    font-size: 20px;
    font-family: 'Gotham-Medium_1';
    top: 23px;
}

.navbar-brand {
    
    max-width: 300px;
}
.sss-item button:after {
    content: "-";
    position: absolute;
    right: 2%;
    font-size: 20px;
    font-family: 'Gotham-Medium_1';
    top: 23px;
}
.sss-item .well {
    background-color: #f9f9f9;
    padding: 13px;
    width: 100%;
    float: left;
}
.instagram .h2.heading {}
.instagram .instagramheader {
    width: 31px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    o-transform: rotate(90deg);
    display: inline-block;
    float: left;
    position: relative;
    left: 15px;
}
.instagram .instagramheader:before {
    content: "\f16d";
    position: absolute;
    left: -44px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 7px;
    font-size: 27px;
    z-index: 9;
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
    color: #fff;
    padding: 2px;
}
.instagram .instagraminside {
    width: calc(100% - 25px);
    float: right;
    color: red;
}
.instagram .brand .item img {
    opacity: 0.7;
    float: left;
    width: 100%;
}
.instagram .heading {
    background-color: #222;
    color: #fff;
    line-height: 38px;
    padding-right: 10px;
    border-right: 10px solid #d92649;
    left: -39px;
}
.position-r {
    position: relative;
}
.position-s {
    position: static;
}
.position-initial {
    position: initial;
}
.align-center {
    text-align: center;
}
.align-left {
    text-align: left !important;
}
.align-right {
    text-align: right !important;
}
.dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg h5, .dark-bg h6, .dark-bg p {
    color: #fff;
}
.dark-bg {
    background: #141414;
    color: #fff;
}
.gray-bg {
    background: #f5f5f5;
}
.light-gray-bg {
    background: #fafafa none repeat scroll 0 0;
}
.middle-800 p {
    display: inline-block;
    max-width: 800px;
}
.middle-580 p {
    display: inline-block;
    max-width: 580px;
}
.border-right {
    border-right: 1px solid #e1e1e1;
}
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #1b2839;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 10px;
}
h1 {
    font-size: 43px;
    letter-spacing: 1px;
    line-height: 40px;
}
h2 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 20px;
    font-weight: 600;
    letter-spacing: 3px;
}
h2.heading {
    font-size: 25px;
    line-height: 32px;
    letter-spacing: 1px;
    position: relative;
    padding: 6px 14px 9px 15px;
    position: relative;
}
h3 {
    font-size: 21px;
    line-height: 32px;
}
h4 {
    font-size: 17px;
    line-height: 28px;
}
h5 {
    font-size: 15px;
    line-height: 23px;
    font-weight: 600;
}
h6 {
    font-size: 13px;
    line-height: 17px;
    font-weight: 600;
}
.btn, button {
    padding: 13px 17px;
    font-size: 16px;
    line-height: 16px;
    border: none;
    font-weight: 500;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.btn.full {
    width: 100%;
    text-align: center;
}
.btn.big-width {
    padding: 13px 30px;
}
.btn.big {
    padding: 25px;
}
.btn i.fa {
    font-size: 14px;
    margin: 0 5px;
}
.btn-black {
    color: #fff;
    background: #222;
}
.btn-black:hover {
    color: #fff;
    background: #1c9a83;
}
.btn-color {
    color: #fff !important;
    background: #060606;
    cursor: pointer;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 46px;
    /* height: 46px; */
    border: none;
    cursor: pointer;
    background-color: #333c4a;
    padding: 0 20px;
    text-transform: uppercase;
    display: inline-block;
    display: block;
    border-radius: 0;
}
.btn-color:hover {
    color: #fff !important;
    background: #85c977;
}
.btn-white {
    color: #222;
    background: rgba(255, 255, 255, 1);
}
.btn-white:hover {
    color: #222;
    background: #ff3030;
}
.btn-sidebar-menu-dropdown {
    display: inline-block;
    color: #fff !important;
    background-color: #464646;
    font-weight: 600;
    padding: 18px 15px;
    font-size: 20px;
    line-height: 20px;
    width: 100%;
}
.btn-sidebar-menu-dropdown:hover, .btn-sidebar-menu-dropdown:focus, .btn-sidebar-menu-dropdown:active {
    color: #fff !important;
}
select {
    background: url(../images/select-icon.png) no-repeat scroll right 50% #fff !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #9e9e9e;
    padding: 10px 26px 11px 10px;
    line-height: 18px;
    width: 100%;
}
.full select {
    width: 100%;
}
.main-form textarea {
    max-width: 100%;
}
.main-form input, .main-form textarea, .main-form select {
    background: #fff;
    padding: 8px 15px;
    width: 100%;
    border: 1px solid #eeeeee;
    min-height: 40px;
}
.check-box label {
    color: #222;
    display: inline;
    font-size: 15px;
    font-weight: 400;
}
.checkout-section .check-box input[type="checkbox"] {
    margin: 5px 0 0;
    min-height: 1px;
    display: none;
}
.category-dropdown {
    border: 1px solid #e1e1e1;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0px 0 0 0px;
    -moz-border-radius: 0px 0 0 0px;
    -webkit-border-radius: 0px 0 0 0px;
    -o-border-radius: 0px 0 0 0px;
}
.category-dropdown select {
    border: none;
    height: 45px;
    width: 250px;
    padding: 7px 24px 7px 15px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
}
.select-dropdown fieldset {
    padding: 0;
    line-height: 0;
}
.select-dropdown .ui-state-default {
    border: none;
    background: rgba(0, 0, 0, 0) url(../images/select-icon.png) no-repeat scroll right 50% !important;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #666666;
    box-shadow: none;
    display: inline-block;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
}
.category-dropdown .ui-state-default {
    height: 38px;
}
.select-item .ui-state-default {
    margin-top: 2px;
    border: 1px solid #eeeeee;
    padding: 5px;
}
.top-link-left.select-dropdown .ui-selectmenu-button span.ui-selectmenu-text {
    padding: 10px 0;
}
.select-dropdown .ui-selectmenu-button span.ui-selectmenu-text {
    padding: 0;
    font-weight: 400;
}
.category-dropdown .ui-selectmenu-button span.ui-selectmenu-text {
    padding-left: 15px;
    margin-top: 10px;
}
.input-box .ui-state-default {
    border: 1px solid #eeeeee;
    padding: 10px 15px;
    width: 100% !important;
}
.ui-selectmenu-menu .ui-widget-content {
    background: #fff;
    border-top: 2px solid #e60000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    max-height: 350px;
}
.ui-selectmenu-menu .ui-menu .ui-menu-item {
    background: none;
    font-family: 'Poppins', sans-serif;
    color: #878787;
    font-size: 14px;
    letter-spacing: 0;
}
.ui-selectmenu-menu .ui-state-hover, .ui-selectmenu-menu .ui-widget-content .ui-state-hover, .ui-selectmenu-menu .ui-widget-header .ui-state-hover, .ui-selectmenu-menu .ui-state-focus, .ui-selectmenu-menu .ui-widget-content .ui-state-focus, .ui-selectmenu-menu .ui-widget-header .ui-state-focus {
    color: #e01212;
    font-weight: 700;
    background: #ebebeb;
}
.ui-selectmenu-menu .ui-menu .ui-state-focus, .ui-selectmenu-menu .ui-menu .ui-state-active {
    margin: 0;
}
.right-side {
    float: right;
}
.left-side {
    float: left;
}
.plr-20 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.mlr_-20 {
    margin-left: -10px !important;
    margin-right: -10px !important;
}
.ptb-95 {
    padding-top: 95px;
    padding-bottom: 95px;
}
.pt-95 {
    padding-top: 95px;
}
.pb-95 {
    padding-bottom: 95px;
}
.ptb-70 {
    padding-top: 25px;
    padding-bottom: 25px;
}
.pt-70 {
    padding-top: 51px;
}
.pt-30 {
    padding-top: 30px;
}
.pb-70 {
    padding-bottom: 70px;
}
.p-0 {
    padding: 0px;
}
.mtb-60 {
    margin-top: 60px;
    margin-bottom: 60px;
}
.mt-60 {
    margin-top: 60px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mtb-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}
.mt-40 {
    margin-top: 40px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mtb-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.mt-30 {
    margin-top: 30px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mtb-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.mt-20 {
    margin-top: 20px;
}
.mb-20 {
    margin-bottom: 20px;
}
.pb-20 {
    padding-bottom: 20px;
}
.m-0 {
    margin: 0px;
}
#newslater-popup {
    max-width: 750px;
    margin: 0 auto;
    position: relative;
}
.nl-popup-main {
    display: block;
    background: #1b2839;
    overflow: hidden;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
}
.nl-popup-inner {
    border: 2px solid #373c54;
    margin: 20px;
    display: block;
    overflow: hidden;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
}
#newslater-popup .newsletter-inner {
    background: transparent;
    padding: 30px 60px;
}
#newslater-popup .newsletter-inner span {
    color: #ff3030;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 15px;
}
#newslater-popup .newsletter-inner input {
    width: 270px;
    padding: 7px;
}
#newslater-popup button.mfp-close {
    background-color: #1b2839;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    color: #fff;
    font-size: 35px;
    opacity: 1;
    right: 0;
    top: 0;
}
#newslater-popup .newsletter-inner .main_title {
    color: #fff;
    display: block;
    font-size: 46px;
    margin-bottom: 35px;
}
#newslater-popup .newsletter-inner input {
    margin-bottom: 35px;
}
#newslater-popup .newsletter-inner form button {
    position: relative;
    background: #ff3030;
    color: #fff;
    cursor: pointer;
}
#newslater-popup .newsletter-inner p {
    margin-bottom: 22px;
}
.header-top.mobile {
    display: none;
}
.header-middle {
    display: inline-block;
    width: 100%;
    padding: 6px 0;
}
.header-bottom {
    background: #ffffff;
    display: inline-flex;
    height: 56px;
    width: 100%;
}
.header-bottom .container {
    position: relative;
}
.header-bottom .container:before {
    content: '';
    width: calc(calc(100vw - 100%) / 2);
    height: 100%;
    background-color: #F5F5F5;
    top: 0;
    right: calc(calc(100% - 100vw) / 2);
    position: absolute;
}
.header-middle .logo {
    position: relative;
    z-index: 9;
}
.logo {
    position: relative;
    display: flex;
    justify-content: center;
}
.header-middle .logo a {
    display: inline-block;

    /**border: 6px solid #fff;**/
    float: left;
    margin-top: 6px;
}
.header-middle .logo a:before {
    content: '';
}
.header-middle .logo a:after {
    content: '';

    /**background: #1c9a83;**/
}
.header-middle .logo a img {
    position: relative;
    z-index: 3;
    max-width: 243px;
}
.header-search-cont {
    float: right;
    display: inline-block;
    margin-top: 0;
}
.header-search-cont .header-search {
    float: left;
    margin-right: 0;
    display: inline-block;
}
.header-search-cont .shop-boxed {
    float: right;
    display: inline-block;
}
.category-nav, .main-menu, .header-contact {
    margin: 0 auto;
}
.header-contact {
    background-color: #F5F5F5;
    padding: 0 0px 0 19px;
    position: relative;
    margin-left: 16px;
    float: right;
}
.header-contact .help-num {}
.menu-category {
    display: inline-block;
    float: right;
    position: relative;
    width: 100%;
}
.main-search form .search-box {
    float: left;
}
.shop-boxed ul {}
.cart-sub-totle {
    width: 100%;
    float: left;
    display: block;
    margin-bottom: 5px;
}
.top-right-link {
    color: #1b2839;
    padding: 8px 0 0;
    margin-right: 0;
    float: left;
}
.slider {
    background-color: #1c9a;
}
.top-right-link ul li>a span {
    background: transparent url("../images/sprite.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 20px;
    width: 25px;
    margin-bottom: -4px;
    transition: all 0.4s ease 0s;
}
.top-right-link ul li.login-icon a span {
    background-position: -98px -666px;
    margin-bottom: 4px;
}
.top-right-link ul li.login-icon a.kayitol span {
    background-position: -130px -666px;

}
.top-right-link ul li.user-icon a span {
    background-position: -130px -666px;
}
.top-right-link ul li.login-icon .or {
    font-size: 12px;
    color: #e01212;
    float: left;
    margin-top: 30px;
    margin-left: 15px;
}
.top-right-link ul li.login-icon a:hover span {
    background-position: -98px -699px;
}
.top-right-link ul li.login-icon a.kayitol:hover span {
    background-position: -130px -697px;
}
.top-right-link ul li.user-icon:hover a span {
    background-position: -130px -697px;
}
.top-right-link ul li.track-icon a span {
    background-position: -98px -728px;
}
.top-right-link ul li.track-icon:hover a span {
    background-position: -98px -760px;
}
.top-right-link ul li.gift-icon a span {
    background-position: -98px -792px;
}
.top-right-link ul li.gift-icon:hover a span {
    background-position: -98px -824px;
}
.top-right-link.mobile {
    display: none;
}
.top-right-link ul li.content {
    overflow: visible;
}
.header-middle hr {
    border-color: #e1e1e1;
}
.header-bottom .help-num {
    color: #e01212;
    padding: 16px 0;
}
.header-bottom .fa.fa-phone {
    margin-right: 5px;
    border: 1px solid #f5f5f5;
    border-radius: 50%;
    width: 27px;
    height: 27px;
    text-align: center;
    line-height: 25px;
    font-weight: 500;
    background-color: #e01212;
    color: #fff;
    position: absolute;
    left: -12px;
}
.content-dropdown {
    display: none;
}
.content-dropdown {
    background: #fff none repeat scroll 0 0;
    border-top: 3px solid #ff3030;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    display: none;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 30px;
    transition: all 0.4s ease 0s;
    width: 120px;
    z-index: 4;
}
.top-right-link ul li .content-dropdown ul li {
    font-size: 14px;
    padding: 5px;
    float: none;
    border: none;
    width: 100%;
    padding: 10px 20px 10px 10px;
}
.top-right-link ul li .content-dropdown ul li:hover {
    background: #ebebeb;
}
.top-right-link ul li .content-dropdown ul li>a {
    color: #666666;
}
.top-right-link ul li .content-dropdown ul li:hover a {
    color: #ff3030;
}
.top-right-link ul li {
    float: left;
}
.top-right-link ul li {
    border-right: 1px solid #e1e1e1;
    line-height: 17px;
    padding: 0 12px;
    position: relative;
}
.top-right-link ul li a {
    color: #1b2839;
    /* border: 2px solid #e1e1e1; */
    border-radius: 2px;
    background: transparent;
    padding: 11px 8px 10px;
    margin: 0 0 0 8px;
    float: left;
    text-align: center;
    font-size: 11px;
}
.top-right-link ul li a:hover {
    color: #000000;
}
.top-right-link ul li:first-child {
    padding-left: 0;
}
.top-right-link ul li:last-child {
    border-right: none;
    padding-right: 0;
}
.navbar-header {
    float: none;
}
.navbar-header .navbar-brand {
    height: auto;
    margin-top: 0 !important;
    margin-left: 0 !important;
    padding: 25px 0;
}
.navbar {
    margin-bottom: 0;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
}
header#header {
    top: 0;
    width: 100%;
    z-index: 10;
    border: none;
    padding: 0;
    position: relative;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    background-color: white;
    z-index: 99;
}
.header-right-part {
    margin: 1px 0;
    /* padding: 0 0 0 250px; */
    /* position: relative; */
    /* margin-top: 34px; */
}
.navbar-collapse.collapse {
    display: inline-block;
    padding-left: 0;
    width: 100%;
}
.collapsing {
    display: inline-block;
}
.navbar-collapse>ul {
    float: none !important;
    margin-bottom: -7px;
    text-align: left;
}
.header-right-link>ul>li {
    float: left;
    padding: 0 5px;
    position: relative;
    overflow: hidden;
}
.header-right-link ul li:hover {
    overflow: visible;
}
.header-right-link ul li.main-search {
    overflow: visible;
}
.search-box {
    position: relative;
}
.search-box input.input-text {
    border: 1px solid #e1e1e1;
    min-width: 199px;
    padding: 6px 6px 6px 10px;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    border-radius: 0 25px 25px 0;
    -moz-border-radius: 0 25px 25px 0;
    -webkit-border-radius: 0 25px 25px 0;
    -o-border-radius: 0 25px 25px 0;
    height: 40px;
}
.popup-detail .search-box input.input-text {
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -o-border-radius: 25px;
}
.search-box button.search-btn {
    background: url(../images/sprite.png) no-repeat scroll -5px -85px #e60000;
    border: none;
    height: 40px;
    width: 40px;
    position: absolute;
    right: 0;
    top: 0;
    /* cursor: pointer; */
}
.search-box button.search-btn:hover {
    background-color: #000000;
}
.header-right-link>ul>li>a {
    padding: 7px 0;
    display: inline-block;
    transition: all 0.4s ease 0s;
}
.header-right-link>ul>li>a span {
    background: url("../images/sprite.png") no-repeat scroll 0 0;
    height: 35px;
    width: 35px;
    display: inline-block;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}
.header-right-link ul li.compare-icon>a span {
    background-position: -5px -231px;
    position: relative;
}
.header-right-link ul li.compare-icon:hover>a span {
    background-position: -5px -267px;
}
.header-right-link ul li.wishlist-icon>a span {
    background-position: -5px -152px;
    position: relative;
}
.header-right-link ul li.wishlist-icon:hover>a span {
    background-position: -5px -188px;
}
.header-right-link ul li.cart-icon>a span {
    background-position: -5px -3px;
    position: relative;
}
.header-right-link ul li.cart-icon:hover>a span {
    background-position: -5px -39px;
}
.header-right-link ul li.cart-icon>a span small.cart-notification {
    background: #85c977;
    color: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    height: 16px;
    line-height: 15px;
    position: absolute;
    right: 0;
    text-align: center;
    top: -1px;
    width: 16px;
}
.navbar-nav>li>a {
    padding: 54px 18px;
    font-weight: 500;
    color: #1b2839;
}
.side-toggle {
    display: none;
}
.nav>li {
    position: inherit;
}
.header_search_toggle.mobile-view {
    display: none;
}
.navbar-nav>li.dropdown>a::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
    border-style: solid;
    border-width: 11px;
    bottom: 0;
    content: "";
    left: 50%;
    opacity: 0;
    position: absolute;
    transform: translateX(-50%);
    transition: all 0.4s ease 0s;
}
.navbar-nav>li.dropdown:hover>a::after {
    opacity: 1;
}
.header-link-dropdown {
    background: #fff;
    border-top: 3px solid #85c977;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    position: absolute;
    width: 320px;
    display: inline-block;
    right: 0;
    padding: 27px;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    z-index: 7;
    top: 100%;
}
.header-right-link>ul>li:hover .header-link-dropdown {
    opacity: 1;
}
.header-right-link .link-dropdown-list>li {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #dedede;
    width: 100%;
    float: left;
    clear: both;
}
.cart-dropdown .btn-color.btn {
    font-size: 16px;
    text-transform: none;
    display: block;
    width: 100%;
    background: #333c4a;
}
.nav>li .menu-label {
    color: #ffffff;
    display: inline-block;
    font-size: 10px;
    position: absolute;
    right: 15px;
    top: 10px;
    transition: all 0.4s ease 0s;
}
.menu-label span {
    padding: 0 3px;
    color: #ffffff;
    display: inline-block;
    line-height: initial;
}
.menu-label .hot-menu {
    background: #ff3030;
}
.menu-label .new-menu {
    background: #1b2839;
}
.sidebar-menu-dropdown {
    width: 100%;
}
.sidebar-menu-dropdown>a span {
    background: url("../images/sprite.png") no-repeat scroll -63px -793px rgba(0, 0, 0, 0);
    display: inline-block;
    height: 20px;
    margin-top: -5px;
    margin-right: 20px;
    width: 22px;
}
.cat-dropdown-main .column-20per {
    height: 0;
}
.sidebar-menu-dropdown .cat-dropdown {
    display: none;
}
.cat-dropdown {
    background-color: #f7f7f7;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    width: 100%;
    z-index: 2;
}
.cat-dropdown .navbar-nav {
    float: none;
    margin: 0;
    width: 100%
}
.nav.navbar-nav {
    display: block;
}
.cat-dropdown .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}
.cat-dropdown .sidebar-contant ul li.level {
    float: none;
    border-bottom: 1px solid #e1e1e1;
}
.cat-dropdown .sidebar-contant ul li.level3 {
    border: none;
}
.cat-dropdown .sidebar-contant .navbar-collapse>ul>li:last-child {
    overflow: hidden !important;
    border-bottom: none;
}
.cat-dropdown .sidebar-contant ul li.level:hover {
    background-color: #f5f5f5;
}
.cat-dropdown .sidebar-contant>ul>li>a {
    color: #1f252d;
    font-size: 14px;
    padding: 10px 0 10px 20px !important;
}
.cat-dropdown .navbar-nav>li>a {
    display: inline-block;
    padding: 10px;
    margin-right: 0px;
    color: #666666;
    line-height: 24px;
    width: 100%;
    position: relative;
}
.cat-dropdown .navbar-nav>li>a i {
    font-size: 15px;
    height: 13px;
    margin-right: 10px;
    text-align: center;
    width: 14px;
}
.cat-dropdown .navbar-nav>li>a i.fa.fa-camera-retro, .cat-dropdown .navbar-nav>li>a i.fa.fa-desktop, .cat-dropdown .navbar-nav>li>a i.fa.fa-heart, .cat-dropdown .navbar-nav>li>a i.fa.fa-shopping-bag {
    font-size: 14px;
}
.cat-dropdown .sub-megamenu a.page-scroll:before {
    content: "";
    font-family: FontAwesome;
    font-size: 16px;
    float: right;
    right: 10px;
}
.cat-dropdown .sidebar-contant ul li:hover>a, .cat-dropdown .sidebar-contant ul li:focus>a {
    color: #ff3030;
}
.cat-dropdown .nav>li.level .megamenu {
    margin-top: -44px;
    margin-left: -15px;
    left: 16.6667%;
}
.cat-dropdown .nav>li.level:hover .megamenu {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    opacity: 1;
    top: auto;
    left: 16.6667%;
}
.cat-dropdown .megamenu.full {
    width: 80%;
}
.cat-dropdown .nav>li.level:last-child .megamenu {
    right: auto;
}
.sub-menu-slider {
    width: 150px;
    height: auto;
}
.sub-menu-slider .product-item-details {
    text-align: left;
}
.product-item-details .productdescription {
    float: left;
    width: 100%;
}
.product-item-details .productdescription strong {
    font-weight: bold;
}

.product-item-details h1 {
    font-size: 25px;
    line-height: 32px;
}
.product-item-details h2 {
    font-size: 23px;
    line-height: 30px;
}
.product-item-details h3 {
    font-size: 20px;
    line-height: 27px;
}
.product-item-details h4 {
    font-size: 18px;
    line-height: 21px;
}
.detail-inner-left ul li button {
    padding: 8px 5px 9px 3px;
}
#menu {
    overflow-y: auto !important;
    overflow-x: hidden !important;
}
.cart-dropdown ul li a:hover {
    color: #464646;
}
.cart-dropdown .cart-list li .media {
    padding-right: 25px;
    margin-top: 0;
}
.cart-dropdown .media-body span {
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 18px;
    display: inline-block;
}
.cart-dropdown .cart-list li .media .pull-left {
    width: 95px;
    padding-right: 20px;
}
.cart-dropdown .cart-list li .media .pull-left img {
    max-width: 100%;
    border: 1px solid #e1e1e1;
}
.close-cart {
    height: 21px;
    position: absolute;
    right: 0;
    width: 19px;
    font-size: 24px;
}
.cart-dropdown .input-text.qty {
    background-color: transparent;
    padding: 7px 13px;
}
.cart-dropdown .cart-price {
    font-weight: 500;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}
.account-link-dropdown {
    width: 280px;
}
.header-link-dropdown .dropdown-title {
    color: #ff3030;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 10px;
}
.account-link-dropdown a:hover, .account-link-dropdown a.active {
    color: #ff3030;
}
.account-link-dropdown .link-dropdown-list>li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
#menu-main .level3 {
    width: 100%;
}
.megamenu {
    background: #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    color: #a4a4a4;
    display: none;
    padding: 20px 30px;
    position: absolute;
    top: 100%;
    z-index: 2;
    left: 0;
}
.megamenu.full {
    left: 0;
    width: 100%;
}
.nav>li.level:hover .megamenu {
    display: block;
}
.megamenu-inner-top {
    display: inline-block;
    width: 100%;
}
.megamenu .sub-menu-level1 li.level2 {
    float: left;
    min-width: 200px;
}
.megamenu .level2>a {
    display: inline-block;
    margin-right: 35px;
    color: #ff3030;
    font-weight: 600;
    margin-bottom: 10px;
    max-width: 100%;
}
.megamenu .sub-menu-level2 li.level3>a {
    color: #666666 !important;
    display: inline-block;
    padding: 3px 0;
}
.megamenu .sub-menu-level2 li.level3>a:hover {
    color: #ff3030 !important;
}
.megamenu .sub-menu-level2 li.level3>a span {
    float: left;
    font-size: 9px;
    margin-right: 9px;
    margin-top: -1px;
}
.megamenu-inner-top .col-md-10 {
    padding-right: 30px;
}
.megamenu .sub-menu-level1 li.level2:last-child {
    min-width: 170px;
}
.mobilemenu-content .navbar-nav li:last-child {
    position: relative;
}
.position-a.cat-dropdown-main {
    top: 0;
    width: 100%;
    z-index: 2;
}
.mobilemenu-title {
    display: none;
}
.mobilemenu-content li {
    display: inline-block;
    position: relative;
}
.mobilemenu-content li a {
    background-color: transparent !important;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    padding: 18px 20px;
    line-height: 20px;
    display: inline-block;
}
.mobilemenu-content li a:hover {
    color: #85c977;
}
.mobilemenu-content li ul li a:hover {
    color: #fff;
}
.mobilemenu-content .megamenu li a {
    font-size: 14px;
    text-transform: inherit;
    font-weight: 400;
}
.mobilemenu-content ul li.has-sub:before {
    content: "\f107";
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    font: normal normal normal 14px/1 FontAwesome;
    color: #000;
}
.mobilemenu-content ul li:hover.has-sub:before {
    content: "\f106";
}
.mobilemenu-contentul li:last-of-type {
    margin-right: 0;
}
.mobilemenu-content ul li a {
    display: block;
    padding: 18px 19px;
    font-weight: 500;
    position: relative;
    z-index: 3;
    font-size: 15px;
    color: #333c4a;
    padding: 36px 16px;
    font-weight: 700;
    display: block;
    text-transform: capitalize;
}
.mobilemenu-content ul li a:before {
    content: '';
    /* position: absolute; */

}
.mobilemenu-content ul li:hover a:before {
    transform: scaleX(1);
    -ms-transform: scaleX(1);
}
.mobilemenu-content ul li ul {
    position: absolute;
    width: auto;
    padding-top: 90px;
    top: 0;
    left: 0;
    z-index: 1;
    transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    transform-origin: left 56px 0;
    visibility: hidden;
    padding-bottom: 15px;
    display: inline-block;
    width: 250px;
}
.mobilemenu-content ul li:hover ul {
    transform: scaleY(1);
    -ms-transform: scaleY(1);
    visibility: visible;
    opacity: 1;
}
.mobilemenu-content ul li ul li {
    background-color: #ffffff;
    padding: 0px;
    width: 100%;
    border-bottom: 1px solid #fbfbfb;
    border-top: 1px solid #ffffff;
}
.mobilemenu-content ul li ul li:hover {color:#000;background-color: #85c977;}
.mobilemenu-content ul li ul li a {
    padding: 10px 10px 6px;
    color: #222;
    display: block;
    font-weight: 500 !important;
    margin: 0 8px;
}
.mobilemenu-content ul li ul li a:before {
    display: none;
}
.mobilemenu-content nav ul li ul li a:hover {
    background-color: #222;
}
.mobilemenu-content ul li ul li ul {
    width: 100%;
    padding-top: 0;
    position: absolute;
    padding-bottom: 11px;
    display: block !important;
    left: 100%;
    visibility: hidden !important;
    transform: scaleY(1) !important;
    -ms-transform: scaleY(1);
    opacity: 0;
    -webkit-transition: all 0s ease-in-out 0s;
    -moz-transition: all 0s ease-in-out 0s;
    transition: all 0s ease-in-out 0s;
}
.mobilemenu-content ul li ul li ul li {
    min-width: 100% !important;
    float: none;
    display: block;
    clear: both;
    position: relative;
}
.mobilemenu-content ul li ul li ul li a {
    font-weight: 300 !important;
    padding: 3px 19px;
    -webkit-transition: all 0s ease-in-out 0s;
    -moz-transition: all 0s ease-in-out 0s;
    transition: all 0s ease-in-out 0s;
}
.mobilemenu-content ul li ul:before {
    width: 100%;
    height: calc(100% - 56px);
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
    z-index: -1;
}
.mobilemenu-content ul li ul li ul li a {
    display: block;
    width: 100%;
    font-size: 13px;
}
.mobilemenu-content ul li ul li ul li .liimage {
    display: none;
}
.mobilemenu-content .liimage {
    padding: 5px;
    width: 125px;
    position: absolute;
    left: 73%;
    top: 75px;
}
.mobilemenu-content .liimage .liimagehover {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    top: 0;
    left: 0;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
}
.mobilemenu-content .liimage .liimagehover i {
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    color: #fff;
}
.mobilemenu-content .liimage:hover .liimagehover {
    opacity: 1;
}
.mobilemenu-content .liimage a {
    border: 1px solid #f6f6f6;
    border-radius: 7px;
    float: left;
    width: 100%;
    background-color: #fff !important;
    padding: 3px;
}
#menu-main>li>a span {
    position: relative;
}
#menu-main>li>a span:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    -webkit-transform: scale3d(0, 1, 1);
    -moz-transform: scale3d(0, 1, 1);
    -ms-transform: scale3d(0, 1, 1);
    -o-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1);
    -moz-transition: -moz-transform 1s cubic-bezier(0.2, 1, 0.3, 1);
    transition: transform 1s cubic-bezier(0.2, 1, 0.3, 1);
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}
#menu-main>li:hover>a span:before, #menu-main li.active a span:before {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%;
}
.popup-links1 {
    /* position: fixed; */
    /* left: -17px; */
    /* width: 40px; */
    margin-right: 37px;
}
.whatsapp .fa  {font-size: 45px;left: 18%;position: relative;text-align: -webkit-match-parent;border-bottom: 2px dashed #1c9a83;padding: 7px 4px;}
.popup-links1 ul.social-icon li i.fa{
    color: #ffffff;
    font-size: 15px;
    padding: 6px;
    text-align: center;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    width: 22px;
}
.popup-links1 ul.social-icon li a:hover i.fa{
}
.popup-links1  ul li{
    color: #fff;
    /* width: 100%; */
    right: 0;
    padding-right: 5px;
    position: relative;
    margin-bottom: 1px;
    transition: all 0.4s ease 0s;
    }
.popup-links {
    position: fixed;
    right: 0;
    top: 195px;
    width: 40px;
}
.popup-links-inner {
    background: #ffffff;
    position: absolute;
    right: auto;
}
.popup-links ul li {
    background: #85c977;
    color: #fff;
    right: 0;
    padding-right: 5px;
    position: relative;
    /* margin-bottom: 1px; */
    transition: all 0.4s ease 0s;
    border-bottom: 1px solid #93d685;
    border-top: 1px solid #75bd66;
}
.popup-links ul li:hover {
    right: calc(100% - 40px);
}
.popup-links a {
    display: inline-flex;
}
.popup-links ul li .icon-text {
    color: #fff;
    background: #85c977;
    line-height: 40px;
}
.popup-links .icon {
    background: rgba(0, 0, 0, 0) url("../images/sprite.png") no-repeat scroll 0 0;
    width: 40px;
    height: 35px;
    display: inline-block;
    float: left;
}
.popup-links ul li.categories .icon {
    background-position: -55px -785px;
}
.popup-links ul li.cart-icon .icon {
    background-position: -6px -343px;
}
.popup-links ul li.account .icon {
    background-position: -45px -192px;
}
.popup-links ul li.search .icon {
    background-position: -5px -85px;
}
.popup-links ul li.scroll .icon {
    background-position: -54px -814px;
}
.popup-position {
    background: #fff;
    margin: 0 auto;
    max-width: 530px;
    position: relative;
}
.popup-detail {
    padding: 30px;
    max-height: 530px;
    overflow-y: scroll;
}
.popup-position .mfp-close {
    color: #fff;
}
.popup-title {
    padding: 30px;
    border-bottom: 1px solid #e1e1e1;
    background: #85c977;
    border-top: 3px solid #51ad3f;
    text-align: center;
}
.popup-title .main_title {
    color: #fff;
}
.cate-inner .level {
    border-bottom: 1px solid #e1e1e1;
}
.cate-inner .level:last-child {
    border-bottom: none;
}
.cate-inner li.level a {
    display: block;
    padding: 10px 0;
}
.cate-inner li>a i {
    font-size: 15px;
    height: 13px;
    margin-right: 10px;
    text-align: center;
    width: 14px;
}
.cate-inner .level {
    position: relative;
}
.mega-sub-menu {
    display: none;
}
.cate-inner .megamenu {
    position: relative;
    opacity: 1;
    box-shadow: none;
    padding: 0;
}
.cate-inner .megamenu-inner-top {
    padding-left: 15px;
}
.cate-inner span.opener {
    background: url(../images/sprite.png) no-repeat scroll 0 0;
    height: 25px;
    width: 25px;
    display: inline-block;
    position: absolute;
    right: 0;
    cursor: pointer;
    margin-top: 10px;
    z-index: 1;
}
.cate-inner span.plus {
    background-position: -90px -378px;
}
.cate-inner span.minus {
    background-position: -90px -416px;
}
#cart_popup .cart-dropdown li {
    margin-bottom: 20px;
}
#cart_popup .cart-list li .media .pull-left {
    width: 101px;
}
#cart_popup .close-cart {}
#cart_popup .cart-dropdown {
    opacity: 1;
    position: relative;
    box-shadow: 0 6px 12px rgba(255, 255, 255, 0.2);
    border-top: 0;
    width: 100%;
    padding: 0;
}
#cart_popup .cart-dropdown>a {
    display: none;
}
#account_popup .account-inner {
    text-align: center;
    padding: 30px 0;
    border: 1px solid #e1e1e1;
}
#account_popup .popup-detail a {
    text-align: center;
    color: #8e8e8e;
}
#account_popup a:hover .account-inner {
    color: #1b2839;
}
#account_popup .popup-detail .fa {
    font-size: 40px;
}
.banner {
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
}
.banner .btn, .sub-banner-block .btn, .perellex-banner .btn {
    padding: 13px 30px;
    font-size: 20px;
}
.main-banner.owl-carousel .owl-wrapper-outer {
    display: inherit;
    margin-top: 0;
    padding-top: 0;
}
#bar {
    width: 0%;
    max-width: 100%;
    height: 6px;
    background-color: #F9DC09;
}
#progressBar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: white;
    z-index: 1;
}
.fa-play, .fa-pause {
    position: absolute;
    bottom: 3px;
    left: 0;
    padding: 20px;
    cursor: pointer;
    font-size: 1.2rem;
    color: rgba(white, 0.6);
    z-index: 100;
    &:hover {
        color: white;
    }
}
.fa-pause {
    display: none;
}
.fluid-width-video-wrapper {
    width: 100%;
    position: relative;
    padding: 0;
    overflow: hidden;
}
.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.banner-detail {
    left: 8%;
    position: absolute;
    top: 30%;
    width: 100%;
}
.banner-video .banner-detail {
    left: 0;
    top: 35%;
}
.banner-detail .banner-detail-inner {
    color: #fff;
    margin-bottom: 20px;
}
.banner-detail .banner-detail-inner .banner-title {
    color: #ff3030;
    font-size: 55px;
    font-weight: 700;
    line-height: 55px;
}
.banner-1 .banner-detail .banner-detail-inner .banner-title {
    font-style: italic;
}
.banner-2 .banner-detail .banner-detail-inner .banner-title {
    font-weight: 600;
}
.banner-2 .banner-detail .banner-detail-inner .banner-title span {
    color: #1b2839;
    font-weight: 700;
}
.banner-3 .banner-detail .banner-detail-inner .banner-title {
    text-transform: none;
    font-weight: 600;
}
.banner-detail .banner-detail-inner span.slogan {
    color: #1b2839;
    display: inline-block;
    font-size: 30px;
    margin-bottom: 10px;
    position: relative;
    padding: 10px 0;
}
.banner-2 .banner-detail .banner-detail-inner span.slogan {
    color: #fff;
}
.slogan:before {
    background-color: #ff3030;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
}
.slogan:after {
    background-color: #ff3030;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    width: 60px;
}
.banner-detail .banner-detail-inner span.offer {
    color: #1b2839;
    display: inline-block;
    font-size: 35px;
    font-style: italic;
    font-weight: 400;
    margin-top: 15px;
}
.banner-2 .banner-detail .banner-detail-inner span.offer {
    color: #fff;
}
.inner-banner1 {
    padding: 70px 46px 60px;
    background-color: #f5f5f5;
}
.inner-banner1 .banner-detail {
    display: inline-block;
    position: relative;
    left: 0;
    top: 0 !important;
}
.inner-banner1 .banner-detail h1 {
    display: inline-block;
    color: #93d685;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 0;
    text-align: left;
}
.bread-crumb {
    margin-top: 10px;
}
.bread-crumb ul li {
    display: inline-block;
    color: #85c977;
}
.bread-crumb ul li a {
    color: #85c977;
}
.bread-crumb ul li a, .bread-crumb ul li span {
    margin: 0 10px;
    font-weight: 600;
}
.bread-crumb ul li a:hover {
    color: #a9a9a9;
}
.bread-crumb ul li:first-child {
    padding-left: 0;
}
.bread-crumb ul li span {
    color: #85c977;
}
.sub-banner img {
    transition: none;
}
.sub-banner-block .sub-banner:hover img {
    opacity: 0.6;
}
.sub-banner {
    position: relative;
    overflow: hidden;
    background: #1b2839;
    margin-bottom: -7px !important;
    display: inline-block;
    max-width: 100%;
}
.sub-banner:hover:before {
    top: 50%;
    bottom: 50%;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    background-color: rgba(255, 255, 255, 0.5);
}
.sub-banner:before, .sub-banner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.sub-banner:hover:after {
    left: 50%;
    right: 50%;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    background-color: rgba(255, 255, 255, 0.5);
}
.sub-banner:before, .sub-banner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.sub-banner .sub-banner-detail {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    color: #1b2839;
    position: absolute;
    text-align: center;
    left: 50%;
    bottom: 25px;
    padding: 15px 0;
    width: calc(100% - 50px);
    transform: translateX(-50%);
}
.sub-banner .sub-banner-detail .sub-banner-title {
    font-size: 30px;
    color: #fff;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 28px;
}
.banner-top {
    margin-bottom: 15px;
}
.sub-banner .sub-banner-detail .sub-banner-subtitle {
    color: #fff;
    font-weight: 400;
    margin-bottom: 15px;
    font-size: 20px;
    margin-top: 15px;
}
.sub-banner .sub-banner-detail .sub-banner-type {
    color: #727272;
    font-style: italic;
    font-size: 15px;
    letter-spacing: 0.5px;
}
.sub-banner.sub-banner3 .sub-banner-detail .sub-banner-type {
    text-transform: none;
}
.sub-banner.sub-banner5 .sub-banner-detail .sub-banner-type, .sub-banner.sub-banner7 .sub-banner-detail .sub-banner-type {
    color: #ff3030;
}
.sub-banner .sub-banner-detail .offer {
    color: #282828;
    font-size: 50px;
    font-weight: 700;
}
.sub-banner-subtitle span {
    color: #ff3030;
}
.sub-banner .sub-banner-detail .sub-banner-title span.color {
    color: #bababa;
    line-height: 32px;
}
.sub-banner .sub-banner-detail .sub-banner-title span {
    font-weight: 300;
}
.sub-banner .sub-banner-detail span.line {
    background: #5b5b5b;
    height: 1px;
    width: 90px;
    display: inline-block;
    margin: 30px 0 25px 0;
}
.sub-banner3 .sub-banner-detail span.line {
    margin: 50px 0;
}
.small-banner:hover img {
    opacity: 0.6;
}
.sub-menu-slider .product-item {
    display: inline-block;
    max-width: 100%;
}
.sub-menu-slider .product-image {
    max-width: 100%;
}
.sub-menu-slider .pro_cat {
    min-height: auto !important;
}
.sub-menu-slider .product-item-name a {
    display: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.heading-part {
    position: relative;
    text-align: center;
}
.main_title {
    display: inline-block;
    margin-bottom: 0;
}
.main_title span::after {
    background: #ffffff none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    bottom: -5px;
    width: 50px;
}
.category-bar ul li a.selected {
    pointer-events: none;
}
.category-bar ul li {
    display: inline-block;
}
.category-bar ul li.selected {
    pointer-events: none;
}
.category-bar ul li a {
    display: block;
    padding: 12px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
}
.category-bar ul li a.selected {
    background: #ff3030;
    color: #fff;
}
.category-bar ul li:hover a {
    color: #fff;
    background: #ff3030;
}
.tab_cat {
    padding: 0 15px;
    position: relative;
}
.pro_cat {
    position: relative;
}
.owl-carousel .owl-wrapper-outer {
    display: inline-block;
    padding-top: 7px;
    margin-top: -7px;
}
.pro_cat .product-slider-main {
    display: none;
}
.pro_cat .product-slider-main.selected {
    display: block;
}
.product-item {
    position: relative;
    float: left;
    width: 100%;
    z-index: 1;
    /* margin-bottom: 40px; */
    transition: all .4s ease-out;
    border-radius: 8px;
    background: #ffffff;
    /* border: 1px solid #ebebeb; */
    position: relative;
    /* z-index: 1; */
    padding-bottom: 59px;
    /* padding: 15px; */
}
.pro_cat .item, #blog .item {
    padding-left: 15px;
    padding-right: 15px;
}
.product-image {
    /* background:#9d9d9d none repeat scroll 0 0; */
    min-width: 70px;
    float: left;
    /* border: 1px solid #d6d4d4; */
    padding: 9px;
    text-align: center;
    width: 100%;
}
.product-image a {
    width:100%;
    float:left;
    position: relative;
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
}
.product-image img {
    transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    background: url(../images/loader2.gif) no-repeat;
    background-size: cover;
    min-width: 100%;
    min-height: 250px;
    background-position: center;
}
.table .product-image img {
    min-height: auto;
}
.product-item:hover .product-image img {
    opacity: 0.5;
}
.main-label {
    color: #ffffff;
    font-weight: 500;
    line-height: 45px;
    position: absolute;
    top: 10px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 1;
    text-align: center;
}
.sale-label {
    background: #ffe400 none repeat scroll 0 0;
    left: 10px;
    color: #1b2839;
    line-height: 17px;
    padding: 6px 0 0 0;
    width: 53px;
    height: 53px;
}
.sale-label b {
    font-size: 17px;
}
.new-label {
    background: #ff7200 none repeat scroll 0 0;
    right: 10px;
}
.product-item.sold-out::before {
    background: rgba(255, 255, 255, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.product-item.sold-out::after {
    background: #fa6b6b;
    content: "TÃƒÆ’Ã‚Â¼kendi 3 gÃƒÆ’Ã‚Â¼n iÃƒÆ’Ã‚Â§inde stoklara girilecektir";
    color: #fff;
    position: absolute;
    top: 49%;
    left: 50%;
    width: 95%;
    z-index: 1;
    padding: 8px 12px;
    transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
}
.out-stock {
    background: #fa6b6b none repeat scroll 0 0;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    -o-border-radius: 40px;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 20px;
    position: absolute;
    text-align: center;
    top: 40%;
    z-index: 1;
}
.product-detail-inner {
    /* left: 50%; */
    /* position: absolute; */
    /* bottom: 0; */
    /* width: 100%; */
    /* transform: translateX(-50%); */
    /* transition: all 0.2s ease 0s; */
    -moz-transition: all 0.2s ease 0s;
    /* -webkit-transition: all 0.2s ease 0s; */
    -o-transition: all 0.2s ease 0s;
    /* z-index: 99; */
}
.detail-inner-left {
    /* opacity: 0; */
    /* transform: scale(0.5); */
    -moz-transform: scale(0.5);
    /* -webkit-transform: scale(0.5); */
    -o-transform: scale(0.5);
}

.product-item-name a, .product-title a {
    font-size: 16px;
    display: inherit;
    overflow: hidden;
    width: 100%;
    height: 41px;
    font-weight: 700;
    color: #333c4a;
}
.product-item-details {
    padding-top: 15px;
    text-align: center;
    float: left;
    width: 100%;
    margin-bottom: 11px;
    min-height: 96px;
}
.product-item-inside{text-align: center;}
.list-type .product-item-details, .product-detail-main .product-item-details {
    text-align: left;
}
.special-products-block .product-item-details {
    margin-top: 0;
}
.shop-list-view:hover .product-item-name a, .product-item:hover .product-item-name a, .special-products-block:hover .product-item-name a, .sidebar-contant ul li:hover .pro-detail-info a {
    color: #e01212;
}

.product-item-details .price-box .price {
    margin-right: 5px;
}
.price-box {
    display: inline-block;
    margin-bottom: 18px;
    /* margin-top: 6px; */
}
.price-box .price {
    font-size: 18px;
    font-weight: 500;
    color: #101010;
}
.product-item:hover .product-item-details{

}
.product-item:hover .stok span{}
.product-item:hover .price-box {}
.product-item:hover .price-box .price, .product-item:hover .price-box .old-price {

}
.product-item-details .price-box .price.old-price {
    font-size: 15px;
    font-weight: 400;
    color: #878787;
}
.detail-inner-left ul {
    display: inline-block;
}
.product-item .detail-inner-left ul li {
    /* float: left; */
    padding: 0 4PX;
    position: relative;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.product-item .detail-inner-left ul li:last-child {
    padding-right: 0;
}
.detail-inner-left ul li a {
    background: #fff url("../images/sprite.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 37px;
    width: 37px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.4s ease 0s;
    display: none;
}
.detail-inner-left ul li a:hover {
    background-color: #040404;
}
.detail-inner-left.right-side ul li a {
    border-right: 1px solid #ff8786;
    padding: 0 18px;
}
.detail-inner-left.right-side ul li:last-child a {
    border-right: medium none;
    padding-right: 0;
}
.detail-inner-left ul li button,.addbasket  {
    background-color: #fff;
    border: none;
    display: inline-block;
    letter-spacing: 0.5px;
    padding: 8px 15px 9px 6px;
    text-transform: none;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.4s ease 0s;
    color: #ffffff;
    font-size: 12px;
    line-height: 1;
    display: inline-block;
    padding: 13px 15px 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #333c4a;
    text-transform: uppercase;
    font-weight: 700;
}
.detail-inner-left ul li button:hover {
    background: #000000;
    color: #fff;
}
.detail-inner-left ul li button span, .cat-box-inner .cart-link button span {
    background: rgba(0, 0, 0, 0) url("../images/sprite.png") no-repeat scroll -11px -318px;
    display: inline-block;
    height: 25px;
    margin-bottom: -8px;
    transition: all 0.6s ease 0s;
    /* width: 30px; */
}
.cat-box-inner .cart-link button span {
    background-position: -46px -234px;
}
.cat-box-inner .cart-link button:hover span {
    background-position: -46px -266px;
}
.detail-inner-left ul li button:hover span {
    background-position: -11px -353px;
}
.detail-inner-left ul li.pro-wishlist-icon a {
    background-position: -9px -380px;
}
.detail-inner-left ul li.pro-wishlist-icon a:hover {
    background-position: -9px -417px;
}
.detail-inner-left ul li.pro-compare-icon a {
    background-position: -9px -456px;
}
.detail-inner-left ul li.pro-compare-icon a:hover {
    background-position: -9px -491px;
}
.rating-summary-block .rating-result {
    display: inline-block;
    position: relative;
    width: 71px;
}
.rating-summary-block.big .rating-result {
    width: 88px;
}
.rating-summary-block .rating-result:before {
    color: #c7c7c7;
    content: "";
    display: block;
    font-family: FontAwesome;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    height: 16px;
    left: 0;
    letter-spacing: 2px;
    line-height: 16px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.rating-summary-block .rating-result>span {
    display: block;
    overflow: hidden;
}
.rating-summary-block .rating-result>span::before {
    color: #ffaf47;
    content: "";
    display: block;
    font-family: FontAwesome;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    height: 16px;
    letter-spacing: 2px;
    line-height: 16px;
    position: relative;
    z-index: 1;
}
.rating-summary-block .rating-result:before, .rating-summary-block .rating-result>span:before {
    font-size: 13px;
    height: 13px;
    line-height: 13px;
}
.rating-summary-block.big .rating-result:before, .rating-summary-block.big .rating-result>span:before {
    font-size: 17px;
    height: 17px;
    line-height: 17px;
}
.fotorama__wrap--css3 .fotorama__stage__shaft {
    margin-left: -1px;
    width: calc(100% - 1px) !important;
}
.pro-media img {
    border: 1px solid #d6d6d6;
}
.daily-deals {
    padding: 0 15px;
}
.daily-deals .price-box {
    margin: 5px 0;
}
.daily-deals .product-detail-inner {
    left: 0;
    top: 0;
    position: relative;
    transform: none;
    margin-top: 13px;
}
.daily-deals .detail-inner-left {
    opacity: 1;
    transform: scale(1);
}
.daily-deals .detail-inner-left ul li button {
    border: 1px solid #e1e1e1;
    padding: 7px 15px 8px 6px
}
.daily-deals .detail-inner-left ul li a {
    border: 1px solid #e1e1e1;
}
.daily-deals .detail-inner-left ul li.pro-wishlist-icon a {
    background-position: -10px -380px;
}
.daily-deals .detail-inner-left ul li.pro-wishlist-icon a:hover {
    background-position: -10px -417px;
}
.daily-deals .product-item-details {
    text-align: left;
    padding: 0;
}
.product-item-details>p {
    line-height: 20px;
    margin-bottom: 10px;
}
.product-item .detail-inner-left ul li:first-child {
    padding-left: 0;
}
.item-offer-clock p {
    margin-bottom: 10px;
}
.item-offer-clock ul {
    display: block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.item-offer-clock ul li {
    color: #282828;
    display: inline-block;
    list-style: outside none none;
    vertical-align: top;
}
.item-offer-clock ul li.seperator {
    font-size: 20px;
    line-height: 40px;
}
.item-offer-clock ul li span, .item-offer-clock ul li p {
    color: #282828;
    display: block;
    line-height: 1;
}
.item-offer-clock ul li span {
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 3px;
    text-align: center;
    width: 40px;
    letter-spacing: 0.5px;
}
.item-offer-clock ul li p {
    font-size: 13px;
    margin-bottom: 0;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 36px;
}
.product-slider .owl-prev, .product-slider .owl-next, #brand-logo .owl-prev, #brand-logo .owl-next, #blog .owl-prev, #blog .owl-next, .banner .owl-prev, .banner .owl-next, .client-main .owl-prev, .client-main .owl-next, .sub-menu-slider .owl-prev, .sub-menu-slider .owl-next, .pro_cat .owl-prev, .pro_cat .owl-next, #top-cat-pro .owl-prev, #top-cat-pro .owl-next {
    background: #f5f5f5;
    position: absolute;
    height: 40px;
    width: 40px;
    text-align: center;
    letter-spacing: 0;
    top: 50%;
    font-size: 0;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}
#top-cat-pro .owl-prev, #top-cat-pro .owl-next {
    background: #fff;
}
#instagram-logo .owl-prev, #instagram-logo .owl-next {
    display: none;
}
.pro_cat .owl-prev, .pro_cat .owl-next, #blog .owl-prev, #blog .owl-next, #top-cat-pro .owl-prev, #top-cat-pro .owl-next, #brand-logo .owl-prev, #brand-logo .owl-next {
    /* top: -40px; */
}
.product-slider .owl-prev, .product-slider .owl-next {
    margin-top: -65px;
    top: 0;
}
.banner .owl-prev, .banner .owl-next {
    background: #fff;
    margin-top: 0;
    transform: translateY(0px);
}
#brand-logo .owl-prev, #brand-logo .owl-next {
    margin-top: -5px;
}
.banner .owl-prev:hover, .banner .owl-next:hover, .pro_cat .owl-prev:hover, .pro_cat .owl-next:hover, #brand-logo .owl-prev:hover, #brand-logo .owl-next:hover, .sub-menu-slider .owl-next:hover, .sub-menu-slider .owl-prev:hover, #top-cat-pro .owl-prev:hover, #top-cat-pro .owl-next:hover, #blog .owl-prev:hover, #blog .owl-next:hover, .client-main .owl-prev:hover, .client-main .owl-next:hover {
    background: #e01212;
}
.sub-menu-slider .owl-next {
    top: 20px;
    right: 0px !important;
}
.sub-menu-slider .owl-prev {
    top: 20px;
    left: 0px !important;
}
.banner .owl-next {
    right: 20px;
}
.banner .owl-prev {
    left: 20px;
}
.pro_cat .owl-next, #blog .owl-next, #top-cat-pro .owl-next, #brand-logo .owl-next {
    right: 38px;
    z-index: 9;
}
.pro_cat .owl-prev, #blog .owl-prev, #top-cat-pro .owl-prev, #brand-logo .owl-prev {
    left: 38px;
    z-index: 9;
}
.client-main .owl-next {
    right: 0;
}
.client-main .owl-prev {
    left: 0;
}
.product-slider .owl-next {
    right: 10px;
}
.product-slider .owl-prev {
    right: 60px;
}
.product-slider .owl-prev:after, .product-slider .owl-next:after, #brand-logo .owl-prev:after, #brand-logo .owl-next:after, #blog .owl-prev::after, #blog .owl-next::after, .banner .owl-prev:after, .banner .owl-next:after, .client-main .owl-prev:after, .client-main .owl-next:after, .sub-menu-slider .owl-prev:after, .sub-menu-slider .owl-next:after, .pro_cat .owl-prev:after, .pro_cat .owl-next:after, .slider .owl-next:after, .slider .owl-prev:after  {
    color: #a7a7a7;
    font-size: 25px;
    line-height: 40px;
    font-family: FontAwesome;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}
.product-slider .owl-prev:after, #brand-logo .owl-prev:after, #blog .owl-prev:after, .banner .owl-prev:after, .owl-prev:after, .client-main .owl-prev:after, .sub-menu-slider .owl-prev:after, .pro_cat .owl-prev:after, .slider .owl-prev:after {
    content: "\f104";
}
.product-slider .owl-next:after, #brand-logo .owl-next:after, #blog .owl-next:after, .banner .owl-next:after, #top-cat-pro .owl-next:after, .client-main .owl-next:after, .sub-menu-slider .owl-next:after, .pro_cat .owl-next:after,.slider .owl-next:after {
    content: "\f105";
}
.product-slider .owl-prev:hover:after, #brand-logo .owl-prev:hover:after, #blog .owl-prev:hover:after, .banner .owl-prev:hover:after, .client-main .owl-prev:hover:after, .sub-menu-slider .owl-prev:hover:after, .pro_cat .owl-prev:hover:after, #top-cat-pro .owl-prev:hover:after,.owl-prev:hover:after {
    color: #fff;
}
.product-slider .owl-next:hover:after, #brand-logo .owl-next:hover:after, #top-cat-pro .owl-next:hover:after, #blog .owl-next:hover:after, .banner .owl-next:hover:after, .client-main .owl-next:hover:after, .sub-menu-slider .owl-next:hover:after, .pro_cat .owl-next:hover:after,.slider .owl-prev:hover:after {
    color: #fff;
}
.top-cate-bg {
    /* background: #f1f1f1 none repeat scroll 0 0; */
}
.sell-pro .item {
    padding: 0 15px;
    float: left;
    margin: 13px 0;
}
#top-cat-pro .item-inner {
    position: relative;
    background: transparent;
}
#top-cat-pro .item-inner:hover img {
    opacity: 0.7;
}
.cate-detail {
    /* background: #e01212; */
    color: #6d606d;
    font-size: 20px;
    font-weight: 600;
    bottom: 10px;
    /* position: absolute; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    /* width: calc(100% - 21px); */
    padding: 10px;
    font-weight: 800;
    display: none;
}
.sub-menu-slider .product-item {
    display: inline-block;
    max-width: 100%;
}
.sub-menu-slider .product-image {
    max-width: 100%;
}
.sub-menu-slider .pro_cat {
    min-height: auto !important;
}
.sub-menu-slider .product-item-name a {
    display: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.shop-list-view {
    margin-bottom: 30px;
    display: inline-block;
}
.shop-list-view .product-item {
    float: left;
    width: 280px;
    margin-right: 20px;
}
.shop-list-view .product-item-name {
    font-size: 16px;
}
.shop-list-view .price-box {
    margin: 3px 0 15px;
    float: none;
}
.shop-list-view .bottom-detail {
    display: inline-block;
}
.shop-list-view .product-item-details, .product-detail-main .product-item-details {
    margin-top: 0;
}
.bottom-detail ul li {
    display: inline-block;
    padding: 0 5px;
}
.product-detail-main .bottom-detail ul li {
    padding: 0 10px;
    border-right: 1px solid #cccccc;
}
.cart-button .pro-cart-icon {
    margin-top: 9px;
}
.bottom-detail ul li:last-child, .bottom-detail ul li.pro-cart-icon {
    border-right: medium none;
}
.bottom-detail ul li:first-child {
    padding-left: 0;
}
.bottom-detail ul li span {
    background: url("../images/sprite.png") no-repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
    margin-bottom: -12px;
    margin-right: 8px;
    height: 37px;
    transition: all 0.4s ease 0s;
    width: 37px;
}
.sharetastic a i {
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
    margin-bottom: -12px;
    margin-right: 8px;
    height: 37px;
    transition: all 0.4s ease 0s;
    width: 37px;
    position: relative;
    text-align: center;
    line-height: 35px;
}
.bottom-detail ul li:hover span {
    background-color: #e01212;
}
.bottom-detail ul li.pro-cart-icon span {
    background-position: -9px -312px;
}
.bottom-detail ul li.pro-cart-icon:hover span {
    background-position: -9px -347px;
}
.bottom-detail ul li.pro-wishlist-icon span {
    background-position: -10px -381px;
}
.bottom-detail ul li.pro-wishlist-icon:hover span {
    background-position: -10px -418px;
}
.bottom-detail ul li.pro-compare-icon span {
    background-position: -10px -457px;
}
.bottom-detail ul li.pro-compare-icon:hover span {
    background-position: -10px -491px;
}
.bottom-detail ul li.pro-email-icon span {
    background-position: -43px -453px;
}
.bottom-detail ul li.pro-email-icon:hover span {
    background-position: -43px -488px;
}
.bottom-detail.cart-button ul li.pro-cart-icon span {
    margin-top: -10px;
    margin-right: 0;
}
.bottom-detail.cart-button ul li span {
    border: none;
}
.bottom-detail.cart-button ul li:hover span {
    background-color: rgba(0, 0, 0, 0);
}
.product-detail-main .bottom-detail ul li.pro-cart-icon span {
    background-position: -9px -347px;
}
.ser-feature-block {
    background: #e0e0e0 none repeat scroll 0 0;
    padding: 20px;
}
.feature-box {
    border-right: 1px solid #e1e1e1;
}
.service-box:last-child .feature-box {
    border-right: none;
}
.feature-detail {
    display: inline-block;
    padding-left: 15px;
    padding-top: 15px;
    float: left;
    width: calc(100% - 63px);
}
.ser-feature-block .feature-icon {
    color: #737373;
    height: 50px;
    width: 60px;
    float: left;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}
.ser-feature-block .feature-box:hover .feature-icon {
    filter: grayscale(100%);
}
.ser-feature-block .service-box .ser-title {
    font-size: 17px;
    font-weight: 600;
    color: #1b2839;
    display: inline-block;
    text-align:center;
}
.ser-subtitle {
    float: left;
    margin-left: 10px;
}
.ser-feature-block .feature-box:hover .ser-title {
    color: #000000;
    cursor: pointer;
}
.ser-feature-block .feature-box:hover .ser-subtitle {
    color: #000000;
}
.feature-box .feature-icon.feature1 {
    background-position: 0 4px;
    float: left;
}
.feature-box .feature-icon.feature2 {
    background-position: 0 -118px;
}
.feature-box .feature-icon.feature3 {
    background-position: 0 -245px;
}
.feature-box .feature-icon.feature4 {
    background-position: 0 -376px;
}
.feature-box:hover .feature-icon.feature1 {
    background-position: 0 -54px;
}
.feature-box:hover .feature-icon.feature2 {
    background-position: 0 -183px;
}
.feature-box:hover .feature-icon.feature3 {
    background-position: 0 -310px;
}
.feature-box:hover .feature-icon.feature4 {
    background-position: 0 -445px;
}
.perellex-banner {
    background: rgba(0, 0, 0, 0) url("../images/perellex.jpg") no-repeat fixed center center;
    font-family: "Roboto", sans-serif;
    color: #1b2839;
}
.perellex-delail {
    background: rgba(255, 114, 0, 0.2);
    padding: 50px;
}
.perellex-offer {
    color: #fff;
    font-size: 30px;
    line-height: 35px;
    position: relative;
}
.perellex-offer span:after {
    background: #ff3030;
    bottom: -15px;
    content: "";
    display: inline-block;
    height: 2px;
    left: 48%;
    position: absolute;
    text-align: center;
    width: 50px;
}
.perellex-title {
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
    margin-top: 30px;
}
.perellex-delail p {
    color: #ffffff;
    font-size: 16px;
    margin: 20px 0;
}
.product-slider .heading-part>h2 {
    display: inline-block;
    margin: 0;
    position: relative;
}
.product-slider .heading-part span {
    background: #ff3030 none repeat scroll 0 0;
    content: "";
    height: 3px;
    position: absolute;
    right: -100px;
    top: 45%;
    width: 80px;
}
.cat-img {
    margin-bottom: 40px;
    position: relative;
    text-align: center;
    overflow: hidden;
}
.cat-img span {
    background: #fff;
    color: #2a2931;
    position: absolute;
    bottom: 18px;
    font-size: 18px;
    font-weight: 600;
    width: calc(100% - 80px);
    padding: 13px 0;
    left: 50%;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.cat-img:hover span {
    -ms-transform: translateX(-50%) scale(0.9);
    -webkit-transform: translateX(-50%) scale(0.9);
    -o-transform: translateX(-50%) scale(0.9);
    transform: translateX(-50%) scale(0.9);
}
.cat-box-inner .pro-media img {
    transition: none 0s ease 0s;
    -moz-transition: none 0s ease 0s;
    -webkit-transition: none 0s ease 0s;
    -o-transition: none 0s ease 0s;
}
.cat-img:hover img, .cat-box-inner li:hover .pro-media img {
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}
.cat-box-inner .pro-media {
    margin-right: 20px;
    width: 155px;
    overflow: hidden;
}
.cat-box-inner ul li {
    display: inline-flex;
    float: left;
    clear: both;
    margin-bottom: 5px;
    padding: 15px 0px;
}
.cat-box-inner ul li:first-child {
    padding-top: 0;
}
.cat-box-inner ul li:last-child {
    padding-bottom: 0;
}
.cat-box-inner .cart-link {
    border-top: 1px solid #dedede;
    margin-top: 20px;
}
.cat-box-inner .price-box {
    float: none;
    display: block;
}
.cat-box-inner .cart-link button {
    background-color: transparent;
    border: medium none;
    letter-spacing: 0;
    padding: 0;
    margin-top: 15px;
    font-weight: 400;
    opacity: 0;
}
.cat-box-inner ul li:hover .cart-link button {
    opacity: 1;
}
.cat-box-inner .cart-link button:hover {
    color: #ff3030;
}
.special-products-block {
    position: relative;
    overflow: hidden;
    margin-top: -7px;
    padding-top: 7px;
}
.special-products-block .product-item {
    max-width: 338px;
    float: left;
    margin-right: 30px;
}
.special-products-block .pro-detail-main {
    margin-left: 368px;
    position: relative;
}
.special-products-block .product-item-details .product-item-name {
    font-size: 22px;
    margin-bottom: 15px;
}
.special-products-block .product-item-details .price-box .price {
    font-size: 20px;
}
.special-products-block .product-item-details .price-box .price.old-price {
    font-size: 16px;
}
.special-products-block .rating-summary-block {
    margin-top: 10px;
    margin-bottom: 10px;
}
.special-products-block .label-review {
    color: #8f8f8f;
    font-size: 12px;
    font-style: italic;
}
.special-products-block .bottom-detail .pro-compare-icon {
    margin-top: 10px;
}
.special-products-block .pro-detail-main .bottom-detail {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.product-item-details .bottom-detail {
    padding: 10px 0;
}
.product-detail-main .product-item-details .product-qty~.bottom-detail {
    border: none;
    padding: 0;
}
.product-detail-main .product-item-details .bottom-detail {
    display: inline-block;
    float: left;
    width: 100%;
    margin-top: 17px;
    margin-left: 0;
    padding: 0;
}
#special-pro .owl-prev, #special-pro .owl-next {
    position: absolute;
    top: -85px;
    font-size: 0;
}
#special-pro .owl-prev {
    right: 50px;
}
#special-pro .owl-next {
    right: 20px;
}
#special-pro .owl-prev:after, #special-pro .owl-next:after {
    color: #c2c2c2;
    font-family: FontAwesome;
    font-size: 28px;
    line-height: 55px;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}
#special-pro .owl-prev:hover:after, #special-pro .owl-next:hover:after {
    color: #8a8a8a;
}
#special-pro .owl-prev:after {
    content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾";
}
#special-pro .owl-next:after {
    content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦";
}
.bottom-detail .btn-black {
    margin-top: 9px;
}
.newsletter {
    background: #ff3030;
}
.newsletter-bg {
    padding: 40px 0;
}
.newsletter-title .main_title {
    font-size: 25px;
    letter-spacing: 1px;
}
.newsletter-title {
    color: #ffffff;
}
.newsletter-title .sub-title {
    font-size: 18px;
}
.newsletter-inner span {
    display: inline-block;
    margin-bottom: 60px;
}
.newsletter-inner p {
    margin-bottom: 35px;
}
.newsletter-box {
    position: relative;
    margin-top: 10px;
}
.newsletter .newsletter-inner form button {
    background: #1b2839;
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 0;
    text-transform: none;
}
.newsletter-inner input {
    background: #f5f5f5;
    border: none;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -o-border-radius: 25px;
    padding: 9px 0 9px 20px;
    width: 100%;
}
.newsletter-title .main_title {
    color: #ffffff;
    font-size: 25px;
    letter-spacing: 1px;
}
.homepage .client-bg {
    background: #ff3030;
    position: relative;
}
.client-bg {
    background: url(../images/testimonial-bg.jpg) repeat scroll 0 0;
    position: relative;
}
.top-shadow, .bottom-shadow {
    position: absolute;
    width: 100%;
}
.top-shadow {
    top: -10px;
}
.bottom-shadow {
    bottom: -8px;
}
.homepage .client-img {
    margin-right: 0;
    width: 100%;
    text-align: center;
}
.client-img {
    margin-right: 40px;
}
.homepage .client-main .owl-carousel .owl-wrapper-outer {
    padding-top: 30px;
    margin-top: 0;
}
.client-main .item {
    display: inline-block;
    padding-bottom: 60px;
}
.client-main .item p {
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    margin: 0;
}
.homepage .client-main .item p {
    color: #deeaf8;
}
.quote1-img {
    text-align: left;
}
.quote2-img {
    text-align: right;
}
.client-img img {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #ff3030;
    display: inline-block;
    overflow: hidden;
}
.homepage .client-img img {
    border: 1px solid #ff3030;
}
.designation {
    color: #221b1f;
    font-size: 20px;
    font-style: italic;
}
.homepage .designation {
    color: #ff3030;
}
.quote {
    border-left: 1px solid #e1e1e1;
    max-width: 670px;
    position: relative;
    padding: 30px 40px;
}
.homepage .quote {
    border: none;
    padding: 0 20px;
}
.homepage .client-main .item .client-title {
    font-size: 20px;
    font-weight: 300;
    margin-top: 20px;
    text-transform: none;
}
.client-main .item .client-title {
    color: #ff3030;
    font-size: 20px;
    font-weight: 300;
    margin-top: 20px;
    text-transform: none;
}
.homepage .client-main .item .client-title {
    color: #fff;
}
.owl-pagination {
    display: inline-block;
    margin-top: 20px;
}
.owl-pagination .owl-page {
    float: left;
    margin: 0 3px;
}
.owl-pagination .owl-page {
    border: 2px solid #ff3030;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    cursor: pointer;
    height: 16px;
    width: 16px;
}
.homepage .client-main .owl-pagination .owl-page {
    border: 2px solid #ff3030;
}
.owl-pagination .owl-page>span {
    background: #fff;
    display: block;
}
.owl-pagination .owl-page.active>span, .owl-pagination .owl-page:hover>span {
    background: #ff3030 none repeat scroll 0 0;
    border: 2px solid #ffffff;
}
.owl-controls .owl-pagination {
    position: absolute;
    bottom: 20px;
    text-align: center;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.owl-pagination .owl-page {
    float: left;
    margin: 0 3px;
}
.owl-pagination .owl-page>span {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
}
.client-main .owl-controls .owl-pagination {
    padding-top: 20px;
}
.client-main {
    position: relative;
    overflow: hidden;
}
.client-main .owl-buttons {
    display: none;
}
.blog-listing .blog-item {
    margin-bottom: 30px;
}
.blog-media {
    overflow: hidden;
    background: #1b2839;
    position: relative;
}
.blog-item .blog-media img {
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
}
.blog-item:hover .blog-media img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.blog-item a.read {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}
.blog-title {
    margin-bottom: 10px;
}
.blog-title>a {
    color: #1b2839;
    font-size: 16px;
    font-weight: 500;
}
.blog-title>a:hover {
    color: #ff3030;
}
.blog-detail>span {
    color: #1b2839;
    font-style: italic;
}
.blog-item:hover a.read {
    opacity: 1;
    filter: alpha(opacity=100);
}
.blog-item a.read:after {
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 16px;
    border: 2px solid #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    color: #ffffff;
    height: 45px;
    width: 45px;
    padding: 10px;
    text-align: center;
}
.post-date {
    color: #ff3030;
    font-style: italic;
}
.blog-detail  {
	border: 2px solid #cccccc;
	padding: 3px;
	line-height: 37px;
	max-width: 94%;
	left: 3%;
	position: relative;
	}
.blog-detail p {
    margin-bottom: 10px;
    text-align: Justify;
}
.blog-item a {
    color: #037762;
    text-decoration: underline;
}
.blog-detail .post-info ul li {
    display: inline-block;
    margin-right: 15px;
    font-style: italic;
}
.blog-detail .post-info ul li a {}
.blog-item img {
    width: 100%;
    padding-right:10px;
}
.blog-item .blog-effect:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
}
.blog-item .blog-effect:after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
}
.blog-item:hover .blog-effect:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}
.blog-item:hover .blog-effect:after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}
.blog-item .blog-effect:before, .blog-item .blog-effect:after {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.brand .item {
    text-align: center;
}
.brand .item img {
    opacity: 0.5;
}
.brand .item img:hover {
    opacity: 1;
}
.gray-box {
    padding-bottom: 25px;
}
.sidebar-title {
    margin-bottom: 15px;
    position: relative;
}
.sidebar-title span::after {
    background: #e01212 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    bottom: -5px;
    width: 50px;
}
.sidebar-block .sidebar-box {
    position: relative;
}
.sidebar-title h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}
.listing-box ul li {
    border-bottom: 1px solid #e1e1e1;
    display: none;
}
.listing-box ul li.showall {
    display: block;
}
.listing-box ul li .productcount {
    float: right;
}
.listing-box ul li.active, .listing-box ul li.active li {
    display: block;
    border: none;
}
.listing-box ul li.active label {
    width: 100%;
    border-bottom: 1px solid #d1d5db;
    float: left;
}
.listing-box ul li.active>label {}
.listing-box ul li.active>label .checkmark {}
.listing-box ul li label {
    display: block;
    position: relative;
    padding-left: 23px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 12px;
}
.listing-box ul li label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.listing-box ul li label .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
}
.listing-box ul li label:hover input~.checkmark {
    background-color: #ccc;
}
.listing-box ul li label input:checked~.checkmark {
    background-color: #1c9a83;
}
.listing-box ul li ul {
    padding-left: 10px;
}
.listing-box ul li label.maincategory input:checked~.checkmark {
    background-color: #ccc;
}
.listing-box ul li label .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.listing-box ul li label input:checked~.checkmark:after {
    display: block;
}
.listing-box ul li label .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.listing-box ul li:last-child {
    border-bottom: none;
}
.listing-box ul li a {
    padding: 6px 0px;
    display: inline-block;
    width: 100%;
}
.listing-box ul li:first-child a {
    padding-top: 0;
}
.size ul li {
    margin-bottom: 3px;
}
.inner-title {
    color: #1b2839;
    margin-bottom: 8px;
    display: inline-block;
    font-weight: 600;
    text-decoration: underline;
}
.sidebar-item ul li {
    display: inline-flex;
    padding: 7px 0px;
}
.sidebar-item ul li:first-child {
    padding-top: 0;
}
.sidebar-item .pro-media {
    padding: 0 15px 0 0;
    width: 120px;
}
.sidebar-item-wide .pro-media {
    width: 110px;
}
.pro-detail-info .price-box .price {
    color: #1b2839;
    font-size: 18px;
    font-weight: 600;
    margin-right: 5px;
}
.pro-detail-info .rating-summary-block {
    padding: 0;
}
.sidebar-item .cart-link button {
    background-color: transparent;
    border: none;
    padding: 0;
    font-size: 13px;
    font-weight: 400;
}
.sidebar-item .cart-link button:hover {
    color: #ff3030;
}
.shorting {
    border-bottom: 1px solid #ededed;
    padding-bottom: 15px;
}
.shorting .view {
    float: left;
    margin-right: 20px;
}
.list-types {
    display: inline-flex;
    float: left;
    margin: 3px 0px 0;
    padding: 0 5px;
}
.list-types.grid {
    border-right: 1px solid #dedede;
}
.list-types-icon {
    background: url(../images/grid-list.png) no-repeat scroll 0 0;
    display: inline-block;
    height: 25px;
    width: 36px;
}
.grid-icon {
    background-position: 0 -6px;
}
.list-icon {
    background-position: -65px -6px;
}
.grid-icon:hover, .list-types.active .grid-icon {
    background-position: 0 -39px;
}
.list-icon:hover, .list-types.active .list-icon {
    background-position: -65px -39px;
}
.list-types a {
    display: inline-flex;
}
.shorting select {
    font-size: 14px;
}
.short-by, .select-item {
    float: left;
    position: relative;
}
.short-by>span, .show-item>span {
    float: left;
    margin: 5px 10px 3px;
}
.compare {
    float: right;
}
.compare .btn {
    font-size: 15px;
    padding: 9px 15px;
    text-transform: none;
}
.pagination-bar {
    text-align: center;
    margin-top: 20px;
}
.pagination-bar ul {
    display: inline-flex;
}
.pagination-bar ul li {
    float: left;
    margin: 0 2px;
}
.pagination-bar ul li a {
    background: #f0f0f0;
    height: 40px;
    width: 40px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -o-border-radius: 25px;
}
.pagination-bar ul li.active a, .pagination-bar ul li:hover a {
    background: #85c977;
    color: #fff !important;
}
.fotorama__nav--thumbs {
    margin-top: 15px;
}
.fotorama__nav__frame.fotorama__nav__frame--thumb {
    height: auto !important;
    margin: 0 8px;
    opacity: 0.3;
}
.fotorama__nav__frame.fotorama__nav__frame--thumb.fotorama__active {
    opacity: 1;
}
.fotorama__img {
    position: relative;
    top: 0 !important;
}
.fotorama__thumb-border {
    display: none !important;
}
.fotorama__nav::before, .fotorama__stage::before {
    background-image: none;
}
.fotorama__nav::after, .fotorama__stage::after {
    background-image: none;
}
.product-detail-main .product-item-details .product-item-name {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 21px;
}
.product-listing .shop-list-view .product-item {
    margin-bottom: 0;
}
.product-detail-main .price-box .price {
    font-size: 22px;
}
.product-detail-main .rating-summary-block {
    margin-bottom: 20px;
}
.product-info-stock-sku {
    margin-top: 5px;
    margin-bottom: 15px;
}
.product-info-stock-sku>div {
    display: inline-block;
    margin-right: 20px;
}
.product-info-stock-sku label {
    font-weight: 400;
}
.product-info-stock-sku .price-box {
    display: inline-block;
}
.product-info-stock-sku .info-deta {
    font-weight: bold;
}
.form-control {
    border-color: #dedede;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    height: 40px;
}
.form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #ccc;
}
.product-qty {
    float: left;
    margin-right: 20px;
    margin-top: 10px;
}
.cart-dropdown .product-qty {
    margin-top: 0;
}
.custom-qty {
    display: inline-flex;
}
.increase.items, .increase2.items, .reduced.items, .reduced2.items {
    background: transparent;
    border: 1px solid #e1e1e1;
    color: #888;
    padding: 10px 11px 9px;
    float: left;
    outline: none;
}
.input-text.qty, .input-text.qty2 {
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    max-width: 40px;
    padding: 4px 10px;
    float: left;
    text-align: center;
    margin: 0 5px;
}
.share-link {
    margin-top: 30px;
    float: left;
    width: 100%;
}
.share-link label {
    font-weight: 400;
    float: left;
    margin-top: 6px;
    margin-right: 10px;
}
.brand-logo-pro {
    background: #f5f5f5 none repeat scroll 0 0;
}
.nav-tabs {
    border-bottom: 1px solid #e1e1e1;
}
.nav-tabs>li>a {
    border-color: #eee #eee #ddd;
}
.product-detail-tab .nav>li>a {
    display: block;
    padding: 10px 15px;
    position: relative;
}
.product-detail-tab {
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}
.product-detail-tab .nav>li>a {
    background-color: transparent;
    text-decoration: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border: none;
    margin-bottom: 10px;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    letter-spacing: -0.5px;
}
.nav-tabs>li>a.selected, .nav-tabs>li>a.selected:hover, .nav-tabs>li>a.selected:focus {
    background: #ff3030;
    border: medium none;
    color: #fff !important;
}
.tab_content {
    border-bottom: 1px solid #e1e1e1;
    padding: 20px 0;
}
.product-listing .tab_content {
    padding: 0;
    border: none;
}
.Description, .items-Product-Tags, .items-Reviews, .comments-area-main {
    line-height: 25px;
}
.tab_content ul li strong {
    font-weight: 500;
    color: #222;
}
.items-Description, .items-Product-Tags, .items-Reviews {
    display: none;
}
.items-Description.selected, .items-Product-Tags.selected, .items-Reviews.selected {
    display: block;
}
.comment-list>li {
    padding-top: 20px;
    border-top: 1px solid #e1e1e1;
}
.comments-area>.comment-list>li:first-child {
    border: none;
    padding-top: 0;
}
.comment-user {
    float: left;
    margin-right: 20px;
}
.comment-detail {
    display: table-cell;
    padding-bottom: 10px;
}
.comment-detail .user-name {
    color: #232323;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.1;
}
ul.child-comment {
    margin-left: 63px;
}
.comment-detail .post-info ul {
    display: inline-flex;
}
.comment-detail .post-info ul li {
    float: left;
    margin-right: 15px;
    font-size: 14px;
    padding: 0;
}
.shop-list-view .product-item-details {
    display: table-cell;
    position: relative;
    text-align: left;
}
.shop-list-view ul li button {
    background-color: rgba(0, 0, 0, 0);
    border: medium none;
    color: #232323;
    display: inline-block;
    padding: 0;
    transition: none 0s ease 0s;
}
.shop-list-view .detail-inner-left {
    display: inline-block;
    padding: 0 0 10px;
    width: 100%;
}
.checkbox+label, .radio-button+label {
    cursor: pointer;
    line-height: 17px;
    padding-left: 25px;
    position: relative;
}
.checkbox:checked+label::before {
    background: #ff3030 none repeat scroll 0 0;
    border-color: #ff3030;
}
.checkbox+label::before, .radio-button+label::before, .checkbox+label::after {
    content: "";
    height: 17px;
    left: 0;
    position: absolute;
    top: 0;
    width: 17px;
}
.checkbox+label::before, .radio-button+label::before {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid #d7d7d7;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
}
.checkbox+label::after {
    background-image: url("../images/check-box-icon.png");
    background-repeat: no-repeat;
    margin-left: 3px;
    margin-top: 3px;
}
.checkbox+label::before, .radio-button+label::before, .checkbox+label::after {
    content: "";
    height: 17px;
    left: 0;
    position: absolute;
    top: 0;
    width: 17px;
}
.checkout-section .input-box {
    margin-bottom: 23px;
}
.check-box.left-side {
    margin-top: 10px;
}
.forgot-password {
    color: #0040a5;
    text-decoration: underline;
    font-weight: 600;
    display: inline-block;
}
.contact-info .p-0 {
    border-right: 1px solid #e1e1e1;
}
.contact-info .p-0:last-child {
    border: medium none;
}
.commun-table th span {
    float: left;
    font-size: 14px;
    font-weight: 400;
    clear: both;
}
.commun-table td .product-title {
    min-width: 300px;
}
table.table {
    /* border: 15px solid #f5f5f5; */
    border-top: none;
    /* margin-bottom: 0; */
}
label {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 5px;
    max-width: 100%;
}
.complete-order-detail table.table {
    border-top: 15px solid #f5f5f5;
}
.commun-table .table thead tr th {
    background: #333c4a;
    border-bottom: none;
    padding: 22px 20px;
    color: #ffff;
}
.cart-item-table .table tbody tr td {
    padding: 20px 25px;
    vertical-align: middle;
}
.cart-total-table .table tbody tr td {
    padding: 10px 25px;
    vertical-align: middle;
}
.cart-total-table .table thead tr th {
    padding: 15px 25px;
    vertical-align: middle;
}
.commun-table .table tbody tr:first-child td {
    border-top: medium none;
}
.cart-item-table thead tr th:first-child, .cart-item-table tbody tr td:first-child {
    max-width: 110px;
}
.cart-item-table tbody tr td:last-child, .cart-item-table thead tr th:last-child {
    text-align: center;
}
.commun-table th ul li {
    text-align: left;
    float: left;
    margin-right: 30px;
}
.commun-table th ul li .price {
    font-size: 14px;
}
.commun-table th ul li:last-child {
    margin-right: 0;
    float: right;
}
.complete-order-table tbody tr td:last-child, .complete-order-table thead tr th:last-child {
    text-align: left;
}
.commun-table .table tbody tr td i.cart-remove-item {
    color: #1c9a83;
    font-size: 18px;
    cursor: pointer;
}
.commun-table tbody tr td .input-box select {
    width: 100px;
    padding: 5px;
}
.cart-total-table .table tbody tr td b {
    font-size: 16px;
    color: #222;
}
.cart-total-table .table tbody tr td .price {
    color: #222;
    font-size: 14px;
    font-weight: 500;
}
.estimate select {
    padding: 12px 10px;
}
.checkout-step {
    display: inline-block;
    width: 100%;
}
.checkout-step ul {
    display: table;
    margin: 0px auto 25px;
}
.checkout-step ul li {
    float: left;
    font-size: 15px;
    color: #ff3030;
    cursor: pointer;
}
.checkout-step ul li .step {
    float: left;
}
.checkout-step ul li .step .circle {
    background: #ff3030;
    color: #fff;
    display: inline-block;
    width: 32px;
    height: 32px;
    padding: 3px 11px;
    font-weight: 500;
    font-size: 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.checkout-step ul li .step .line {
    background: #ff3030 none repeat scroll 0 0;
    float: left;
    height: 7px;
    margin: 12px -1px 12px 0;
    width: 65px;
}
.checkout-step ul li:first-child .step .line {
    -webkit-border-radius: 3px 0px 0px 3px;
    -moz-border-radius: 3px 0px 0px 3px;
    -o-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;
    width: 65px;
}
.checkout-step ul li:last-child .step .line {
    -webkit-border-radius: 0px 3px 3px 0px;
    -moz-border-radius: 0px 3px 3px 0px;
    -o-border-radius: 0px 3px 3px 0px;
    border-radius: 0px 3px 3px 0px;
    width: 65px;
    background: #222;
}
.checkout-step ul li span {
    color: #ff3030;
    display: inline-block;
    padding: 6px 15px 6px 6px;
    line-height: 20px;
}
.checkout-step ul li.step-done {
    color: #26537f;
}
.checkout-step ul li.active {
    color: #ff3030;
}
.checkout-step ul li.step-done .step .circle, .checkout-step ul li.step-done .step .line {
    background: #26537f;
}
.checkout-step ul li.active .step .circle, .checkout-step ul li.active .step .line {
    background: #ff3030;
}
.checkout-step li.active+li .circle, .checkout-step li.active+li+li .circle, .checkout-step li.active+li+li+li .circle, .checkout-step li.active+li .line, .checkout-step li.active+li+li .line, .checkout-step li.active+li+li+li .line {
    background: #222;
}
.checkout-step li.active+li span, .checkout-step li.active+li+li span, .checkout-step li.active+li+li+li span {
    color: #222;
}
.heading-bg h2.heading {
    background: #f0f0f0;
    padding: 8px 17px;
}
.checkout-section h2.heading {
    font-family: "Raleway", sans-serif;
    letter-spacing: 1px;
    font-weight: 500;
}
.payment-option-box {
    padding: 20px;
    border: 1px solid #e1e1e1;
}
.payment-option-box-inner {
    padding: 20px;
    display: inline-block;
    width: 100%;
}
.payment-top-box {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.paypal-box {
    border: 1px solid #ddd;
    float: left;
    padding: 10px;
    position: relative;
    margin-left: 10px;
}
.paypal-top {
    background: #f5f5f5;
    position: absolute;
    top: -15px;
    left: 5px;
    padding: 0 10px;
}
.new-account .link {
    text-decoration: underline;
    color: #222;
}
.new-account .link:hover {
    color: #ff3030;
}
.account-tab>.tab-title-bg {
    display: inline-block;
    padding: 10px 15px;
    width: 100%;
}
.account-tab>span .sub-title {
    font-size: 18px;
}
.account-sidebar .sub-title span {
    background: url("../images/sprite.png") no-repeat scroll -97px -456px;
    display: inline-block;
    height: 21px;
    margin-bottom: -5px;
    width: 21px;
}
.account-sidebar.account-tab .account-tab-inner {
    padding: 0px;
    background: #f0f0f0 none repeat scroll 0 0;
}
.account-sidebar.account-tab>.tab-title-bg {
    padding: 12px 15px;
}
.account-sidebar ul {
    width: 100%;
}
.account-sidebar ul li {
    border-bottom: 1px solid #dcdcdc;
    position: relative;
}
.account-sidebar ul li:last-child {
    border-bottom: none;
}
.account-sidebar ul li a {
    padding: 8px 15px;
    display: inline-block;
    width: 100%;
}
.account-sidebar ul li a .fa {
    position: absolute;
    right: 15px;
    top: 12px;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}
.account-sidebar ul li.active a, .account-sidebar ul li:hover a {
    color: #fff;
    background: #1c9a83 none repeat scroll 0 0;
}
.account-sidebar ul li.active a .fa, .account-sidebar ul li:hover a .fa {
    color: #fff;
    right: 0px;
}
.account-sidebar ul li.active a::after, .account-sidebar ul li:hover a::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #1c9a83;
    border-style: solid;
    border-width: 20px 22px 20px 15px;
    top: 0px;
    content: "";
    right: -36px;
    position: absolute;
}
.account-content {
    padding: 0px 30px;
}
.account-content .heading-section {
    display: inline-block;
    width: 100%;
}
.account-content .heading-section .heading {
    padding: 2px 0px;
}
.account-content .heading-section .common-btn {
    margin-top: -4px;
}
.account-content p, .address-box p {
    margin-bottom: 0px;
    margin-top: 5px;
}
.account-content hr {
    margin-top: 5px;
}
.address-box .inner-heading {
    margin-bottom: 10px;
}
.sidebar-box .search-box input.input-text {
    background: #fff none repeat scroll 0 0;
    opacity: 1;
    position: relative;
    width: 100% !important;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -o-border-radius: 25px;
}
.about-title {
    color: #6b6b6b;
    font-size: 35px;
    font-weight: 300;
    line-height: 55px;
}
.heading-part-desc h2.heading {
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 32px;
    text-transform: none;
}
.partner-detail-main {
    height: 100%;
}
.partner-block {
    display: inline-flex;
    overflow: hidden;
}
.partner-block ul {
    margin-bottom: -1px;
}
.partner-block ul li {
    border-bottom: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    float: left;
    width: 33.33%;
    text-align: center;
    padding: 16px;
}
.partner-block ul li:nth-child(3n) {
    border-right: none;
}
.partner-block ul li span {
    display: inline-block;
    padding: 23px 0;
    width: 100%;
    opacity: 0.5;
    transition: all 0.4s ease 0s;
}
.partner-block ul li span:hover {
    opacity: 0.8;
}
.partner-block ul li.owner-logo span {
    opacity: 1;
    filter: grayscale(100%);
}
.partner-block ul li.owner-logo span:hover {
    background-color: transparent;
    filter: grayscale(0%);
}
.team-item {
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
}
.team-item:hover {
    background: #6b6b6b;
}
.team-item:hover img {
    opacity: 0.2;
    transform: scale(1.1);
}
.team-item .team-item-detail {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: -40px;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
}
.team-item:hover .team-item-detail {
    opacity: 1;
    bottom: 30px;
}
.team-slider {
    position: relative;
}
#team-slider .owl-item .item {
    padding: 0 15px;
}
.customNavigation .btn {
    background: #f6f6f6;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    position: absolute;
    top: 50%;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
}
.customNavigation .btn:hover {
    background: #dcbd71;
}
.customNavigation .btn.next {
    right: -40px;
}
.customNavigation .btn.prev {
    left: -40px;
}
.customNavigation .btn i.fa {
    color: #1b2839;
    font-size: 20px;
}
.team-item .sub-title {
    color: #fff;
}
.listing-effect .social_icon {
    margin-top: 25px;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
}
.listing-effect:hover .social_icon {
    margin-top: 5px;
}
.listing-effect .social_icon ul li {
    display: inline-block;
    margin: 0 3px;
}
.listing-effect .social_icon ul li i.fa {
    color: #bebebe;
    font-size: 20px;
    height: 40px;
    width: 40px;
    padding: 11px 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
}
.listing-effect .social_icon ul li a i.fa:hover {
    color: #fff;
}
.listing-effect .social_icon ul li a i.fa.fa-facebook:hover {
    background: #3b5998;
}
.listing-effect .social_icon ul li a i.fa.fa-twitter:hover {
    background: #00aced;
}
.listing-effect .social_icon ul li a i.fa.fa-dribbble:hover {
    background: #f7679a;
}
.listing-effect .social_icon ul li a i.fa.fa-pinterest:hover {
    background: #cb2027;
}
.listing-effect .listing-meta {
    color: #fff;
}
.error-block {
    min-height: 965px;
    position: relative;
    overflow: hidden;
}
.error-block>img {
    height: auto;
    left: -100%;
    margin: auto;
    position: absolute;
    right: -100%;
    top: 0;
}
.error-block-detail {
    text-align: center;
}
.error-block-bg {
    background: url(../images/404-bg.jpg) no-repeat scroll left top;
}
.error-block-detail .main-error-text {
    font-family: "Poppins", sans-serif;
    font-size: 230px;
    color: #222;
    line-height: 180px;
    font-weight: 500;
    margin-bottom: 60px;
}
.error-small-text {
    font-size: 35px;
    margin-bottom: 25px;
}
.error-slogan {
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 30px;
    line-height: 30px;
}
.error-block-detail .social_icon {
    margin-bottom: 20px;
}
.big-btn a {
    display: inline-block;
    color: #1b2839;
    background: #dcbd71;
    padding: 20px 50px;
    font-size: 14px;
}
.big-btn a:hover {
    background: #fff;
}
.contact-main iframe {
    min-height: 450px;
    width: 100%;
}
.contact-box .contact-icon {
    height: 27px;
    width: 27px;
    display: inline-block;
    background: url(../images/sprite.png) no-repeat scroll 0 0;
}
.contact-box span {
    display: inline-block;
    font-size: 15px;
    color: #1f1f1f;
    line-height: 1.1;
    margin-bottom: 20px;
    width: 100%;
}
.contact-box p {
    margin-bottom: 0;
}
.contact-box .contact-phone-icon {
    background-position: -101px -502px;
}
.contact-box .contact-mail-icon {
    background-position: -101px -543px;
}
.contact-box .contact-open-icon {
    background-position: -101px -583px;
}
.contact-info .no-padding {
    border-right: 1px solid #e1e1e1;
}
.contact-info .no-padding:last-child {
    border: none;
}
.commun-table td .product-title .size-text {
    font-size: 11px;
    color: #7e7e7e;
    font-weight: bold;
    padding: 5px 0px;
}
.commun-table td .product-title .size-text span {
    color: #1b2839;
    padding: 5px 0px;
    display: inherit;
}
.compare-infomation {
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 80px;
}
.compare-info {
    width: 100%;
    max-width: 100%;
    border: 15px solid #f5f5f5;
    text-align: center;
}
.compare-info td {
    padding: 22px 28px;
    border: 1px solid #ebebeb;
    vertical-align: middle;
}
.compare-info td.name, .compare-info td.description {
    vertical-align: top;
}
.compare-info td:first-child {
    padding: 22px 20px;
    font-weight: 700;
    vertical-align: middle;
}
.compare-info .image img {
    max-width: 180px;
    border: 0px;
}
.compare-info .image {
    position: relative;
}
.compare-info .image a {
    position: absolute;
    top: 22px;
    right: 40px;
    color: #dcdcdc;
}
.compare-info .image a:hover {
    color: #303030
}
.compare-info .availability {
    color: #ff3030;
}
.compare-info .description {
    line-height: 1.55em;
}
.compare-info .price {
    margin-bottom: 20px;
}
.compare-info .btn-cart {
    margin-bottom: 15px;
}
.compare-info .btn-cart, .compare-info .btn-wishlist {
    width: 100%;
}
.compare-info .btn-cart i, .compare-info .btn-wishlist i {
    font-size: 16px;
    margin-right: 5px;
    vertical-align: top;
    line-height: 20px;
}
.compare-info thead tr th:first-child, .compare-info tbody tr td:first-child {
    max-width: 160px;
}
.footer {
    background: #fafafa;
}
.footer {
    /* color: #ffffff; */
    background-color: #333c4a;
    padding: 25px 26px;
    /* text-align: center; */
}
.footer a:hover {
    /* color: #e01212; */
}
.footer-top {
    padding: 32px 0px;
}
.footer-middle .f-logo {
    margin-bottom: 20px;
}
.footer-middle {
    padding: 50px 0;
}
.footer-middle-right {
    padding-left: 50px;
}
.payment {
    padding-bottom: 30px;
}
.footer-top p {
    color: #a4a4a4;
    line-height: 20px;
    margin-bottom: 0;
    margin-left: 240px;
}
ul.social-icon li {
    /* display: inline-block; */
    float: left;
}
ul.social-icon li i.fa {
    color: #e01212;
    font-size: 22px;
    padding: 0 10px;
    text-align: center;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}
.social-link ul.social-icon li i.fa {
    font-size: 20px;
    height: 36px;
    width: 36px;
    padding: 10px;
}
.footer_social {
    /* text-align: right; */
}
ul.social-icon li i.fa.fa-facebook:hover {
    color: #3b5998;
}
ul.social-icon li i.fa.fa-twitter:hover {
    color: #1dcaff;
}
ul.social-icon li i.fa.fa-linkedin:hover {
    color: #0077b5;
}
ul.social-icon li i.fa.fa-rss:hover {
    color: #ff6600;
}
ul.social-icon li i.fa.fa-pinterest:hover {
    color: #c8232c;
}
.footer-static-block .title {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
    position: relative;
}
.footer .title>span {
    border-bottom: 2px solid #000000;
    bottom: -5px;
    left: 0;
    position: absolute;
    width: 50px;
}
.footer-static-block ul.address-footer li {
    margin-bottom: 0;
}
.footer-static-block ul li {
    padding: 6px 0;
}
.footer-static-block ul li:first-child {
    padding-top: 0;
}
.footer-static-block ul li:last-child {
    padding-bottom: 0;
}
.footer hr {
    border-top: 1px solid #e1e1e1;
}
.footer-static-block li i.fa {
    float: left;
    font-size: 16px;
    /* color: #000; */
    margin-top: 5px;
}
.footer-static-block li p {
    margin-left: 25px;
    margin-bottom: 15px;
}
ul.tagcloud li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}
ul.tagcloud li a {
    border: 1px solid #444444;
    display: inline-block;
    padding: 5px 10px;
}
.sidebar-block ul.tagcloud li a {
    border-color: #ebebeb;
}
ul.tagcloud li a:hover {
    border-color: #ff3030;
}
.footer-static-block li a:hover span {
    color: #ff3030;
}
.footer-static-block .field {
    margin-bottom: 5px;
}
.footer-static-block input, .footer-static-block textarea {
    background-color: transparent;
    border: 1px solid #444;
    width: 100% !important;
    padding: 5px;
}
.footer-bottom .site-link li {
    display: inline-block;
}
.footer-bottom .site-link li a {
    padding: 0 10px;
}
.footer-bottom .site-link li:first-child a {
    padding-left: 0;
}
.footer-bottom .site-link li:last-child a {
    padding-right: 0;
}
.payment ul li {
    display: inline-block;
    padding: 0 5px;
}
.payment ul li img {
    height: 25px;
    width: auto;
}
.payment ul li a {
    display: inline-block;
}
.scroll-top {
    bottom: 60px;
    position: fixed;
    right: 10px;
    z-index: 2;
}
.scroll-top .scrollup:before {
    color: #fff;
    content: "\f106";
    font-family: "FontAwesome";
    font-size: 18px;
}
.scroll-top .scrollup {
    background: #000000;
    border: 2px solid #fff;
    padding: 9px 15px;
    display: none;
    cursor: pointer;
    border-radius: 55%;
    -moz-border-radius: 55%;
    -webkit-border-radius: 55%;
    -o-border-radius: 55%;
}
.pull-right {
    float: right;
}
.text-left {
    text-align: left;
}
.ajax_loader {
    background: url(../images/loader.gif) no-repeat center center #916584;
    background-size: 120px;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 9999;
}
.border_red {
    border: 1px solid red !important;
}
.errors {
    display: block;
    text-align: left;
    padding: 10px;
    border: 1px solid red;
    width: 100%;
    clear: both;
    margin-top: 11px;
    position: relative;
    top: -45px;
    display: inline-block;
}
.success {
    display: block;
    text-align: center;
    padding: 5px;
    border: 1px solid green;
    ont-size: 15px;
    width: 60%;
    clear: both;
    margin-top: 11px;
}
.cover {
    display: none;
}
.gonderiliyor {
    display: block;
    text-align: center;
    padding: 5px;
    border: 1px solid #ccc;
    font-size: 15px;
    width: 60%;
    clear: both;
}
#formerror {
    color: #a94442 !important;
    font-size: 11px !important;
}
.secili {
    background-color: #f31e40 !important;
    color: #fff !important;
}
#yenikullanici {
    position: relative;
}
.ui-selectmenu-menu li span:first-of-type {
    display: none
}
.bold {
    font-weight: 700;
}
.boldbold {
    font-size: 12px !important;
    padding-left: 15px !important;
}
.boldboldbold {
    font-weight: 400 !important;
    font-size: 12px !important;
    padding-left: 26px !important;
    padding-top: 0px !important;
}
.boldboldboldbold {}
.short-by .ui-selectmenu-button {
    width: 158px !important;
}
#sidebarkategori ul li ul a {
    position: relative;
}
#sidebarkategori ul li ul a:before {
    content: '';
    position: absolute;
    left: -10px;
    top: 42%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    height: 5px;
    width: 5px;
}
#sidebarkategori ul li a {
    color: #ccc;
}
#sidebarkategori ul li.active a {
    color: #000;
}
.inner-banner2 {
}
.simillerproduct {
    background-color: #f5f5f5;
}
.searchbanner h1 {
    font-size: 14px !important;
    line-height: 20px !important;
}
.popup-detail .search-box input.input-text, .popup-detail .main-search form .search-box {
    width: 100%
}
#formmesaj {
    float: left;
    width: 100%;
    margin-top: 30px;
}
.main-form input[type="submit"] {
    background-color: #1c9a83;
}
.markalarimiz {
    float: left;
    width: 100%;
    background-color: #f1f1f1;
    padding: 12px 0;
}
.instagram .owl-buttons {
    display: none;
}
#markalar li {
    display: block;
}
.hidden {
    display: none !important;
}
.markalarimiz .brand .item {
    position: relative !important;
    border: 1px solid #eae8e8;
    height: 161px;
    margin: 3px;
}
.markalarimiz .brand .item img {
    position: absolute;
    max-width: 68%;
    max-height: 155px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    transition: all 0.6s ease;
}
.markalarimiz .brand .item img {
    max-width: 93% !important;
    min-width: 88%;
}
.siparisgoster {
    /* font-size: 12px; */
    /* font-weight: 600; */
    /* font-style: normal; */
    /* color: #1c9a83; */
    /* text-decoration: underline; */
    /* background-color: transparent; */
    /* padding: 0; */
    display: inline-block;
}
.item-width.mb-30 {
    margin-bottom: 0;
}
.item-width.mb-30 .mb-30 {
    margin-bottom: 0;
    padding-bottom: 14px;
    /* border: 1px solid #eceaea; */
    margin-bottom: 15px;
    display: block;
    overflow: hidden;
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    border-radius: 8px;
    background: #ffffff;
    /* border: 1px solid #ebebeb; */
    position: relative;
    /* z-index: 1; */
    /* padding-bottom: 59px; */
}
.inner-wrapper-sticky {
    z-index: 99;
    background-color: #fff;
}
.stok span{background-color: #55c65e;border: 1px solid #36943e;display: inline-block;color: #fff;font-weight: bold;padding: 3px 8px 4px 8px;margin-bottom: 20px;position: absolute;left: 50%;transform: translateX(-50%);bottom: 0;z-index: 1;}
.fotorama__nav--thumbs .fotorama__nav__frame{height:77px !important;}
.yeniurun{
    position: absolute;
    top: 9px;
    right: 0;
    width: 77px;
    height: auto !important;
    min-width: auto !important;
    min-height: auto !important;
    background-image: none !important;
}
.yerliuretim{
    position: absolute;
    bottom: 9px;
    right: 0;
    width: 77px;
    height: auto !important;
    min-width: auto !important;
    min-height: auto !important;
    background-image: none !important;
}

.content .blog .blog-item div,.content .blog .blog-item2 {padding: 8px 0;}
.content .blog .blog-item header{border-bottom: 2px solid #ccc;height: 45px;width: 63%;text-align: center;margin: 0 auto;margin-bottom: 5px;color: #aeaeae;}
.content .blog .blog-item article h4{font-family: sans-serif;text-align: center;font-size: 16px;font-weight: 700;}
.content .blog .blog-item article div{}
.content .blog .blog-item article div a.ozel{border: 1px solid #ccc;padding: 15px 28px;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;background: #3e3d30;color: #fff;}
.content .blog .blog-item article div a:hover{background-color: #3e3d30;color: #fff;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;background: #f7e247;}
.content .blog .divider-blog{border-bottom: 1px solid #ccc;width: 51%;margin: 17px auto;clear: both;}
.content .blog .pagenation {padding-bottom: 25px;margin: 25px auto;width: 97%;}
.content .blog .pagenation ul{width: auto;}
.content .blog .pagenation ul li{float: left;margin: 9px 4px;background: none;padding: 0;}
.content .blog .pagenation ul li a{padding: 6px 12px;background-color: #515050;color: #fff;}
.content .blog .pagenation ul li a.active,.content .blog .pagenation ul li a:hover{background-color: #000;}
.aside {padding: 7px;margin-top: 10px;}
.aside .item{padding: 15px 10px;background-color: #f5f5f5;margin: 7px 0px;}
.aside .item .search{position: relative;}
.aside .item header h3{font-size: 19px;font-family: sans-serif;background: transparent url(../images/blog-aside-h-bg.png) left bottom no-repeat;padding-bottom: 10px;margin-top: 10px;}
.aside .item .search input{width: 100%;background: transparent;border:1px solid #222;padding: 8px 12px;padding-right: 60px;}
.aside .item .search button{position: absolute;right: 1%;background: transparent url(../images/search-button-bg.png) center center no-repeat;text-indent: -500px;overflow: hidden;padding: 9px 18px;}
.aside .item .text-with-image{margin-bottom: 7px;}
.aside .item .text-with-image h6{font-family: sans-serif;margin-top: 2px;margin-bottom: 6px;}
.aside .item .text-with-image:hover h6{text-decoration: underline;}
.aside .item .text-with-image h6 span{background-color: #222;padding: 2px 5px;color: #fff;margin-left: 25px;}
.aside .item .text-with-image .read{text-align: right;}
.content .blog .image{text-align: center;}
.content-header{position: relative;}
.content-header .container{height: 205px;position: relative;}
.content-header h1{position: absolute;bottom: 13%;color: #fff;font-family: 'Gotham-Medium_1';font-size: 33px;text-align: center;width: 100%;background: url(../images/h3bg.png) center bottom no-repeat;padding-bottom: 20px;}
.content-header h1.ozel{font-size:22px;}
.content-header h6{position: absolute;bottom: 13%;color: #fff;font-family: 'Gotham-Medium_1';font-size: 16px;left: 2%;}
.mobilemenu-content ul li ul li:hover ul{visibility:visible !important;}
.footer_social{float: left;}
.footer_social ul {float: left;}
.popup-links1 .footer_social{/* display:none; */}
.service-box {
    margin: 0;
    padding: 3px;
}
.service-box .feature-box{border-radius: 7px;/* -webkit-box-shadow: 0 0 28px -4px rgba(0,0,0,0.2); */-moz-box-shadow: 0 0 28px -4px rgba(0,0,0,0.2);/* box-shadow: 0 0 28px -4px rgba(224, 18, 18, 0); */float:left;padding: 11px;/* background-color: #fff; */}
.category{width:100%;}
.category .item{
    float: left;
    padding: 11px;
}

.catresim {}
.catresim img {}
.slider{position: relative;z-index: 4;background-color: #e0e0e0;padding: 0 !important;}
.slider ul{margin-bottom:0;}
.slider .owl-dots{position: absolute;bottom: 12px; display: inline-block; left: 50%;transform: translateX(-50%);webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%);-o-transform: translateX(-50%);}
.slider .owl-prev,.slider .owl-next{position: absolute;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);color: #fff;width: 40px;height: 40px;background-color: #222222a3;font-size: 35px;opacity: .5;-webkit-transition: all 0.5s ease-in-out 0s;-moz-transition: all 0.5s ease-in-out 0s;transition: all 0.5s ease-in-out 0s;line-height: 38px;text-indent: -93px;overflow: hidden;}
.slider .owl-prev:hover,.slider .owl-next:hover{opacity:1;}
.mobilslider{display: none !important;}
.slider .owl-prev{left: 25px;}
.slider .owl-next{right: 25px;}
.slider .owl-theme .owl-controls{margin:0;}
.slider .owl-theme .owl-page{
    border: 2px solid #bdbdbd;
}
.slider .owl-theme .owl-page span{/* width: 15px; *//* height: 15px; */border: 1px solid #eaeaea;border-radius: 50%;background-color: transparent;/* margin: 5px 4px; */background: tar;}
.slider .owl-theme .owl-page.active span{background-color: #85c977;}
.slider .owl-prev:after,.slider .owl-next:after{
    position: absolute !important;
    left: 108px;
}
.haberdaret{
    position: absolute;
    z-index: 99;
    left: 50%;
    transform: translateX(-50%);
    top: 25px;
    width: 87%;
}
.haberdaret button{
    padding: 21px;
    font-weight: 600;
    color: #fff;
    background: #e01212;
}
.haberdaret button:hover{}
.white .form-control {
    background-color: #fff;
    border-color: #e8e8e8;
    color: #333745;
}
.white .form-control {
    margin-bottom: 12px;
}
.white textarea {
    height: 125px;
}
.white .btn {
    margin-top: 15px;
    margin-bottom: 5px;
}
.white .input-group .form-control {
    margin-bottom: 0;
}
.white .input-group-btn .btn {
    margin-top: 0;
    margin-bottom: 0;
}
.white button{
    height: 41px;
    padding: 0 15px;
    font-size: 15px;
    line-height: 41px;
    font-weight: 500;
    border-radius: 0;
    text-transform: uppercase;
    -webkit-transition: all 0.3s cubic-bezier(0.3, 1, 0.3, 1);
    -o-transition: all 0.3s cubic-bezier(0.3, 1, 0.3, 1);
    transition: all 0.3s cubic-bezier(0.3, 1, 0.3, 1);
    background-color: #000000;
    color: #fff !important;
}
.white label{font-size: 11px;}
.dcsticky {padding-top: 255px;}
.dcsticky .header-middle{
    position: fixed !important;
    width: 100%;
    background: #fff;
    top: 0;
    left: 0;
}
.dcsticky .header-middle{

}
.kategori-item.col-xl-3{
    width: 20%;
    padding: 2px;
}
.uurnlerkategori{position: relative;/* background: #fff url(../images/story-bg.png) no-repeat center/cover; */}
.top-cate-bg{
    /* background: #fff url(../images/story-bg.png) no-repeat center/cover; */
}
.kategori-item .item-inner{    transition: all 0.4s ease 0s;
                               -moz-transition: all 0.4s ease 0s;
                               -webkit-transition: all 0.4s ease 0s;
                               -o-transition: all 0.4s ease 0s;background-color: #fff;padding: 30px 0;}
.kategori-item .item-inner .cate-detail{    transition: all 0.4s ease 0s;
                                            -moz-transition: all 0.4s ease 0s;
                                            -webkit-transition: all 0.4s ease 0s;
                                            -o-transition: all 0.4s ease 0s;margin-bottom: 25px;}
.kategori-item:hover .item-inner{background-color: #359ebd;}
.kategori-item:hover .item-inner .cate-detail{color: #fff;}
.best-seller{background: #ffffff url(../images/bg.jpg) no-repeat;background-size: 100%;background-position: 0 80px;padding-top: 31px;}
.slider-content {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .slider-content {
        padding: 0 20px; } }
@media only screen and (max-width: 767px) {
    .slider-content {
        text-align: center; } }
.slider-content h1 {
    color: #333c4a;
    font-size: 60px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 24px;
    text-transform: uppercase;
    font-size: 35px;
    display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-content h1 {
        font-size: 50px;
        line-height: 1.2; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-content h1 {
        font-size: 36px;
        line-height: 1.2; } }
@media only screen and (max-width: 767px) {
    .slider-content h1 {
        font-size: 30px;
        line-height: 1.2; } }
@media only screen and (max-width: 479px) {
    .slider-content h1 {
        font-size: 25px; } }
.slider-content h3 {
    color: #333c4a;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 17px;
    font-size: 23px;
    color: #85c977;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-content h3 {
        font-size: 22px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-content h3 {
        font-size: 18px; } }
@media only screen and (max-width: 767px) {
    .slider-content h3 {
        font-size: 16px;
        padding-bottom: 20px; } }
.slider .mainslider{width: 100%;}
.slider-btn {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    padding: 18px 20px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    text-transform: uppercase;
    background-color: #333c4a;
}
.costum-container {
    max-width: 100%;
    margin: 0 auto;
}
.container{width: 100%;}

.search-box {
    float: right;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100vh;
    width: 100%;
    display: none;
    z-index: 999;
    background: rgba(22, 22, 27, 0.98);
}
.search-box h3 {
    color: #fff;
    font-size: 26px;
    margin: 0px 5px 40px;
    text-transform: uppercase;
    font-weight: normal;
}
.search-box form {
    width: 50%;
    margin: 0 auto;
    position: relative;
    top: 40%;
    padding: 40px 20px;
    border-radius: 10px;
}
.search-box form label {
    position: relative;
    width: 100%;
    display: inline-block;
}
.search-box input[type="text"] {
    width: 100%;
    height: 50px;
    padding: 5px 65px 5px 10px;
    border: none;
    border-bottom: 2px solid #fff;
    font-size: 26px;
    box-sizing: border-box;
    background: transparent;
    color: #fff;
}
.search-box input[type="text"]:focus{
    outline: none;
}
.search-box button.submit-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 50px;
    width: 80px;
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 25px;
    cursor: pointer;
}
button.search-open {
    float: right;
    background-color: transparent;
    border: none;
    margin: 18px 4px 0;
    font-size: 17px;
    color: #333c4a;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 300;
    opacity: 0.8;
}
button.search-close {
    font-size: 19px;
    color: #fff;
    position: absolute;
    cursor: pointer;
    right: 50px;
    top: 50px;
    background-color: transparent;
}

@media (max-width: 767px){
    .search-box form {
        width: 90%;
        padding: 20px 10px;
    }
}
.main-menu .bottom-inner{display: block;width: 100%;}
.main-menu .bottom-inner .position-r{width: 100%;}
.header-right-link{margin-top:15px;}
.header-right{display: inline-block;float: right;}
.table.dd thead{    border-color: #333c4a;}
.gramajcont{width: 100%;}
.product-item .product-item-inside a.addbasket{background-color: #333c4a;color: #fff;display: block;width: 100%;padding: 13px 16px;position: relative;font-size: 13px;display: block;float: right;}
.product-item .product-item-inside a.addbasket:hover,.product-item .product-item-inside a.addbasket:hover:before{background-color: #00793a;}
.product-item .product-item-inside a.addbasket i{ font-size: 18px;line-height: 12px; margin-right: 7px; position: relative;  top: 2px;}
.product-item .product-item-inside a.addbasket:before{content: '';position: absolute;top: 0;/* right: -24px; *//* width: 27px; *//* height: 100%; *//* background-color: #333c4a; */transition: all 0.25s ease 0s;-moz-transition: all 0.25s ease 0s;-webkit-transition: all 0.25s ease 0s;-o-transition: all 0.25s ease 0s;}
.product-item .product-item-inside a.addbasket:after{content: '';position: absolute;top: -3px;right: -23px;width: 8px;height: 50%;/* background-color: #00381b; */z-index: -1;transform: skewY(34deg);}
.gramajcont .left-side {
    float: left;
    width: 60%;
}
.product-item{padding: 9px;}
.product-item .gramajcont{width: 100%;float: left;}
.product-item .gramajcont .left-side{padding: 0;padding-right: 5px;}
.product-item .gramajcont .left-side:last-of-type{padding-left: 5px;padding-right: 0px;}
.product-item .product-item-inside{border: 3px solid #f2f2f2;float: left;width: 100%;padding: 10px 10px 19px;position: relative;}
.product-item .product-item-inside .product-title{text-align: center;font-weight: 500;font-size: 14px;margin: 12px 0 0;/* height: 34px; */overflow: hidden;line-height: 20px;}
.product-item .product-item-inside .price{color: #000000;font-size: 17px;font-weight: 500;padding: 4px 0;text-align: center;display: inline-block;position: relative;font-weight: 700;}
.product-item .product-item-inside .price span{font-size: 13px;color: #bbbbbb;display: inline-block;padding: 0 4px;text-align: center;float: left;margin-right: 11px;position: relative;top: 4px;font-weight: 300;}
.product-item .product-item-inside .price span:before{content: '';position: absolute;width: 100%;background-color: #bbbbbb;height: 1px;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);left: 0;}
.product-item .product-item-inside select{text-align: left;background: #fff;position: relative;border: 1px solid #bbb;font-weight: 300;padding: 10px 6px;width: 100%;z-index: 1;}
.product-item .product-item-inside select:before{content: "\f107";width: 15px;height: 13px;font-family: FontAwesome;margin-left: -19px;padding: 0 !important;line-height: 11px;color: #009640;font-size: 22px;position: absolute;top: 0px;right: 6px;z-index: 3;background-color: #fff;transform: translateY(-50%);top: 50%;text-align: left;}
.product-item .product-item-inside figure {position: relative;}
.product-item .product-item-inside figure img{width: 100%;}
.product-item .product-item-inside  .hover{position: absolute;width: 100%;height: 100%;background-color: rgba(189, 137, 19, 0.63);top: 0;color: #fff;text-align: center;padding: 16px;overflow: hidden;opacity: 0;z-index: -1;-webkit-transform: scale(0) rotate(-180deg);-moz-transform: scale(0) rotate(-180deg);-ms-transform: scale(0) rotate(-180deg);-o-transform: scale(0) rotate(-180deg);transform: scale(0) rotate(-180deg);-webkit-transition: all 0.4s ease 0s;-moz-transition: all 0.4s ease 0s;-ms-transition: all 0.4s ease 0s;-o-transition: all 0.4s ease 0s;transition: all 0.4s ease 0s;}
.product-item .product-item-inside:hover  .hover{opacity:1;-webkit-transform:scale(1) rotate(0deg);-moz-transform:scale(1) rotate(0deg);-ms-transform:scale(1) rotate(0deg);-o-transform:scale(1) rotate(0deg);transform:scale(1) rotate(0deg);-webkit-transition-delay:0.1s;-moz-transition-delay:0.1s;-ms-transition-delay:0.1s;-o-transition-delay:0.1s;transition-delay:0.1s;z-index:1;}
.product-item .product-item-inside .hover i{font-size: 42px;}
.product-item .product-item-inside .hover a{line-height: 40px;  width: auto;  min-width: 152px;  background-color: #372727;  color: #ffffff; height: 40px;  display: inline-block;text-align: center; -webkit-border-radius: 50px;  -moz-border-radius: 50px;  -ms-border-radius: 50px;  -o-border-radius: 50px;border-radius: 50px;}
.product-item .product-item-inside .hover a:hover{background-color: #841f28;}
.product-item .product-item-inside .hover a i{position: relative;font-size: 21px;top: 3px;margin-right: 5px;}
.product-item .product-item-inside .hover .hover-inside{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%);}
.product-detail-main .price{transform: translateX(0%) !important;-webkit-transform: translateX(0%) !important;-ms-transform: translateX(0%) !important;-o-transform: translateX(0%) !important;left: 0 !important;}
.product-detail-main .gramajcont{padding: 0;}
.discount, .home-product {float: left;width: 100%;}
.discount .container, .home-product .container {  max-width: 960px;  margin: 10px auto;}
.urunic{
    margin-top: 17px;
}
.urunic .select{}
.urunic .bottom-detail{
    margin-top: 0 !important;
}
.fotorama__wrap--css3 .fotorama__html, .fotorama__wrap--css3 .fotorama__stage .fotorama__img,.fotorama__wrap--css3 .fotorama__nav__shaft, .fotorama__wrap--css3 .fotorama__stage__shaft, .fotorama__wrap--css3 .fotorama__thumb-border,.fotorama__wrap{max-width: 100% !important;}
.footer{margin-top: 100px;background:#f3f3f3 url(../images/footer-bg.png) bottom center no-repeat;position: relative;padding: 107px 32px 20px;background-size: 460px;float: left;width: 100%;}
.footer .footerlogo{position: absolute;left: 50%;transform: translateX(-50%);-ms-transform: translateX(-50%);-o-transform: translateX(-50%);-webkit-transform: translateX(-50%);top: -80px;z-index: 222;}
.footer .footerlogo:before{content: '';position: absolute;transform: translate(-50%,-50%);left: 50%;top: 50%;width: 309px;height: 184px;background-color: #fff;border-radius: 50%;z-index: -1;}
.footer .footer-item h5{font-size: 24px;font-weight: 700;margin-bottom: 30px;}
.footer .footer-item ul li{margin-bottom:8px;}
.footer .footer-item.footer-link ul{-webkit-column-count: 2;  -moz-column-count: 2; column-count: 2;}
.footer .footer-item.footer-link ul li a{display: block;position: relative;font-weight: 500;}
.footer .footer-item.footer-link ul li a:before{content: '';position: absolute;left: -2px;width: 0;height: 0;background-color: #a52222;border-radius: 50%;top: 50%;transform: translateY(-50%);-o-transform: translateY(-50%);-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transition: all ease-in-out .3s;}
.footer .footer-item{display: inline-block;margin-top: 10px;}
.footer .footer-item.footer-link ul li a:hover{padding-left: 10px;color: #a52222;}
.footer .footer-item.footer-link ul li a:hover:before{width: 5px;height: 5px;left: 0px;}
.footer .footer-social-media a{background-color: #222;color: #fff;font-weight: 600;border-radius: 50%;margin-right: 10px;display: inline-block;}
.footer .footer-social-media a:hover{background-color: #a52222;}
.footer .footer-social-media a i{text-align: center;width: 43px;height: 43px;line-height: 43px;}
.copyright{margin: 39px 0 0;text-align: center;border-top: 1px solid #d5d5d5;padding-top: 21px;width: 100%;float: left;}
.copyright p{margin-bottom: 0;color: #939393;display: inline-block;}
.copyright p a{float: right;}
.footerlogo img{
    width: 305px;
}
.footer .container{
    position: initial !important;
}
.pro-cat-slider{    padding: 0 72px;}
