body {
    color: #808080;
    background: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.8px;
}

:focus {
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
}

/* default font size */
.fa {
    font-size: 16px;
}

.fa-stack {
    width: 12px;
    font-size: 8px;
}

.fa-stack .fa {
    font-size: 12px;
    color: #cecece;
}

/* Override the bootstrap defaults */
h1 {
    font-size: 33px;
}

h2 {
    font-size: 27px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10.2px;
}

a {
    color: #262626;
}

a:hover {
    text-decoration: none;
}

legend {
    font-size: 18px;
    padding: 7px 0px
}

label {
    font-size: 12px;
    font-weight: 600;
    color: #262626;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #262626;
}

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
    font-size: 12px;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
    font-size: 12px;
}

.input-group .input-group-addon {
    font-size: 13px;
    height: 30px;
}

/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
    display: inline-block !important;
}

.nav-tabs {
    margin-bottom: 15px;
}

div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}

/* Gradent to all drop down menus */

.dropdown-menu li>a:hover {
    text-decoration: none;
    color: #888;
}

/* top */

#top {
    background: #6b2c3f;
    line-height: initial;
}

#cznavcmsblock {
    display: inline-block;
    padding: 15px 0px 15px;
    float: left;
}

#cznavcmsblock .freeshipping {
    color: #d9d9d9;
}

#cznavcmsblock .callus {
    color: #ffffff;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
}

#cznavcmsblock .callus span {
    padding: 0 10px;
}


#top-links span {
    text-transform: capitalize;
}

#form-currency .currency-select {
    text-align: left;
    width: 100%;
}

#form-currency .currency-select:hover {
    text-shadow: none;
    color: #262626;
    background-color: #fff;
}

#form-language .dropdown-menu,
#form-currency .dropdown-menu {
    padding: 5px 5px;
    top: 100%;
    left: auto;
    right: 0;
    margin: 0;
    border: 2px solid #dddddd;
}

#form-language .dropdown-menu .btn,
#form-currency .dropdown-menu .btn {
    font-size: 12px;
    padding: 8px 15px;
    display: block;
    color: #000;
    float: left;
    width: 100%;
    margin: 0;
    text-align: left;
}

#form-language .dropdown-menu>li>.btn:hover,
#form-currency .dropdown-menu .btn:hover {
    color: #ffffff;
    background-color: #2d5016;
}

header .btn-link,
header li,
header a {
    text-decoration: none;
}

header li {
    list-style: none;
}


/* header cms start*/

.headertopright {
    float: right;
    position: relative;
    z-index: 999;
}

#form-language img {
    vertical-align: inherit;
    padding-right: 3px;
}

#top-links li,
.header-search li {
    padding: 0;
    list-style: none;
    display: inline-block;
    margin-right: 35px;
    position: relative;
}

#top-links li:first-child {
    margin-left: 12px;
}

#top-links li:last-child {
    margin-right: 0;
}

#form-language .dropdown-menu li,
#form-currency .dropdown-menu li {
    margin: 0;
    width: 100%;
}

#form-language .dropdown-menu li:before,
#form-currency .dropdown-menu li:before {
    border: 0;
    height: 0;
}

#form-currency .dropdown-menu .btn-link:before {
    border: 0;
}

.lang-curr {
    float: left;
    padding: 0px;
}

.lang-curr .pull-left ul {
    padding: 0px;
}

.lang-curr .pull-left li {
    display: inline-block;
}

.lang-curr .pull-left {
    padding-right: 0;
    width: auto;
    text-align: left;
    float: none;
    display: inline-block;
}

#form-currency .currency-menu li .btn-link,
#form-language .language-menu li .btn-link {
    border: 0;
    padding: 2px 7px;
    font-weight: 400;
    margin-top: 3px;
    margin-bottom: 7px;
    font-size: 12px;
    color: #777;
    letter-spacing: 0.8px;
    text-transform: capitalize;
    line-height: initial;
}

#form-currency .currency-menu li .btn-link:hover,
#form-language .language-menu li .btn-link:hover {
    color: #2d5016;
}

#form-currency .currency-menu li .btn-link {
    border: 1px solid #ededed;
}

#form-currency .currency-menu li .btn-link:hover {
    border-color: #2d5016;
}

.lang-curr .fa {
    padding-left: 3px;
    font-size: 13px;
}

#form-language,
#form-currency {
    padding: 0px;
    margin-right: 15px;
}

#form-language {
    margin-right: 38px;
    position: relative;
}

.fa-caret-down {
    vertical-align: middle;
    color: #b2b2b2;
    margin: 0 0 0 2px;
}

#form-currency .btn-link,
#form-language .btn-link {
    padding: 5px 0px 5px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    text-align: left;
    width: 100%;
    text-decoration: none;
    color: #333;
    letter-spacing: 0.8px;
}

#form-currency .btn-link:hover,
#form-language .btn-link:hover {}

.headertopright .text2 a:hover {
    color: #2d5016;
}

#form-currency .btn-link strong {
    font-weight: normal;
    color: #000;
}

.dropdown.myaccount a {
    color: #ffffff;
}

.dropdown.myaccount .fa {
    padding-left: 0px;
    font-size: 0px;
}

.dropdown.myaccount {
    display: inline-block;
    width: auto;
    margin: 20px 10px 0;
}

.dropdown.myaccount a span {
    color: #ffffff;
}

.dropdown.myaccount:hover a span {
    color: #ccc;
}

.dropdown.myaccount:hover a {
    color: #ccc;
}

.dropdown.myaccount .myaccount-menu {
    border: 2px solid #dddddd;
    margin-top: 0px;
    left: auto;
    right: 0;
    padding: 10px 20px;
    min-width: 260px;
    top: 81px;
}

.dropdown.myaccount .myaccount-menu li a {
    text-transform: capitalize;
    font-size: 12px;
    padding: 2px 0;
    letter-spacing: 0.8px;
    color: #777;
}

.dropdown.myaccount .myaccount-menu li a:hover {
    color: #2d5016;
}

/* logo */

.header-logo {
    float: left;
    padding: 0px 0 27px;
}

.header-search {
    float: left;
}

.header-cart {
    float: right;
    display: inline-block;
    position: relative;
    margin-top: 20px;
}

.header-top-right {
    float: right;
    position: relative;
}

header {
    z-index: 99;
    position: relative;
}

.header-container nav.nav-container {
    float: none;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 0;
    margin: 0;
    position: relative;
}

.header-container nav.nav-container:before,
.header-container nav.nav-container:after {
    content: "";
    position: absolute;

}

.header-container nav.nav-container:after {
    left: auto;
    right: 65px;
}

.col-sm-3.sort {
    width: 33.1%;
    padding: 0;
}

.searchbar .col-sm-3.sort {
    padding: 0 15px;
    width: 25%;
}

.headertopright .text2 {
    color: #f5f5f5;
    display: inline-block;
}

.headertopright .text2 a {
    color: #f5f5f5;
}

.headertopright .text2-dec {
    display: inline-block;
    padding-right: 5px;
}

.col-sm-3.sort select.form-control {
    padding: 10px 33px;
    height: 40px;
    text-transform: capitalize;
    background-color: #fff;
    color: #262626;
    border: none;
    overflow: hidden;
    border-radius: 20px 0 0 20px;
    -webkit-border-radius: 20px 0 0 20px;
    -moz-border-radius: 20px 0 0 20px;
    -khtml-border-radius: 20px 0 0 20px;
    left: 15px;
}

.header-logo #logo {
    padding: 0;
    text-align: center;
}

/* search */
#search {
    display: inline-block;
    width: auto;
    margin: 21px 0 0;
    float: left;
}

#search .search_toggle {
    display: none;
    z-index: 999;
    width: 300px;
    position: absolute;
    background: #ffffff;
    top: 80px;
    right: 0px;
}

#search .search_button {
    display: block;
    font-size: 0;
    padding: 0;
    text-align: center;
    cursor: pointer;
    background: url(../image/codezeel/nav-icon.png) no-repeat scroll center 15px transparent;
    height: 45px;
    width: 45px;
    transition: none;
}

#search .search_button:hover {}

#search .search_button.active {
    background-position: center -245px;
}

#search .search_button.active:hover {}

#searchbox {
    position: relative;
}

#search .input-lg {
    text-transform: capitalize;
    height: 45px;
    font-size: 13px;
    background: #ffffff;
    color: #555;
    width: 100%;
    padding: 10px 45px 10px 12px;
    border-radius: 0;
    border: 2px solid #dddddd;
}

#search .input-lg::placeholder {
    color: #999999;
}

#search .btn-lg {
    right: 0px;
    padding: 0px 0;
    border: 0;
    top: 7px;
    height: 30px;
    width: 40px;
    font-size: 0px;
    transition: none;
    background: url(../image/codezeel/nav-icon.png) no-repeat scroll center 8px transparent;
    border-left: 1px solid #e6e6e6;
}

#search .btn-lg:hover {
    background-position: center -206px;
}

#search .search_toggle .input-group-btn {
    display: block;
    width: auto;
    position: absolute;
    right: 0;
}

#search .search_toggle .btn-lg .fa {
    font-size: 0px;
    display: none;
}

.show-result {
    overflow: hidden;
}

.header-search .show-result>li {
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.product-search #content>p {
    margin-top: 10px;
}

header .dropdown.myaccount>a {
    color: #000;
    display: block;
    font-size: 0px;
    text-transform: uppercase;
    letter-spacing: .5px;
    cursor: pointer;
    height: 45px;
    width: 45px;
    transition: none;
    background: url(../image/codezeel/nav-icon.png) no-repeat scroll center -94px transparent;
}

header .dropdown.myaccount>a:hover {
    color: #2d5016;
}

header .dropdown.myaccount a:hover .fa,
header .dropdown.myaccount a:focus .fa {
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.header-container {
    padding: 0 45px;
    position: relative;
    clear: both;
    /* Yeni eklenecek satırlar */
    max-width: 1200px;
    /* Anasayfadaki .main-container ile aynı */
    margin: 0 auto;
    /* Header'ı ortalar */
    width: 100%;
}

header {
    padding-top: 26px;
}

.header-container .row {
    margin: 0px;
}

.header-container.smaller {
    z-index: 999;
}

.header-logo img {
    max-width: 100%;
    text-align: center;
    display: inline;
}

.hed-right-top {
    position: relative;
    width: 100%;
    transition: all 300ms linear 0s;
    -webkit-transition: all 300ms linear 0s;
    -moz-transition: all 300ms linear 0s;
    -ms-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    margin: 0px;
    opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
}

#cart .cart_heading {
    color: #ffffff;
    font-size: 0px;
    background: url(../image/codezeel/nav-icon.png) no-repeat scroll center -147px;
    text-transform: capitalize;
    display: block;
    width: 45px;
    height: 45px;
    transition: none;
    cursor: pointer;
}

#cart:hover .cart_heading {
    color: #2d5016;
}

#cart .cart_heading:hover {
    color: #000000;
    border-color: #2d5016;
}

.header-cart #cart>.btn {
    display: inline-block;
    background: none;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
}

.header-cart #cart:hover>.btn {
    color: #bbbbbb;
    transition: none;
}

#cart>.btn .fa {
    display: none
}

#cart-total {
    font-size: 14px;
    text-transform: lowercase;
    display: none;
}

#cart-quantity {
    color: #fff;
    background: #2d5016;
    line-height: 18px;
    position: absolute;
    width: 17px;
    height: 17px;
    top: 0px;
    right: -3px;
    font-size: 12px;
    font-weight: 400;
    padding: 0px 5px;
    text-transform: lowercase;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

header #cart li a,
header #cart li {
    color: #292929;
    font-size: 12px;
    font-weight: 400;
}

#cart.open>.btn {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    text-shadow: none;
}

#cart .dropdown-menu {
    background: #fff;
    z-index: 1001;
}

#cart .dropdown-menu {
    width: 330px;
    padding: 10px;
    border: 2px solid #dddddd;
    overflow: hidden;
    display: none;
    margin-top: 0px;
    top: 81px;
    right: 0px;
}

#cart .dropdown-menu strong {
    font-weight: 600;
    color: #262626;
    font-size: 13px;
}

#cart .dropdown-menu li {
    float: none
}

#cart .dropdown-menu li:first-child {
    max-height: 114px;
    overflow-y: auto;
    overflow-x: auto;
}

#cart .dropdown-menu li+li {
    border-top: 1px solid #ededed;
    padding: 5px 0 0;
}

#cart .button-container {
    width: auto;
    float: right;
}

#cart .dropdown-menu table {
    margin-bottom: 10px;
    border: none;
}

#cart .dropdown-menu table td {
    border: none;
    background: none;
    padding: 5px 3px;
    font-size: 14px;
    font-weight: 600;
    color: #262626;
}

#cart .dropdown-menu table.table.table-striped td.text-right {
    color: #2d5016;
    font-family: 'Poppins', sans-serif;
}

#cart .dropdown-menu table td.text-left small {
    font-weight: 400;
}

.header-cart #cart .dropdown-menu table td.text-right strong {
    font-family: 'Poppins', sans-serif;
}

.header-cart #cart .dropdown-menu table td.text-right {
    font-family: 'Poppins', sans-serif;
}

#cart .dropdown-menu table.total-table td {
    border: medium none;
}

#cart .dropdown-menu li p {
    margin: 20px auto;
    color: #333;
}

.content-bottom>.container {
    width: 100%;
    background-color: #fff;
}

.common-home .alert {
    margin-bottom: 20px
}

/* wishlist */

.wishlist {
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin: 19px 0px 0 10px;
}

.wishlist ul {
    padding: 0;
    margin: 0;
}

.wishlist ul li a {
    display: inline-block;
    height: 45px;
    width: 45px;
    background: url(../image/codezeel/nav-icon.png) no-repeat scroll center -38px transparent;
    transition: none;
}

.wishlist ul li a span {
    color: #fff;
    background: #2d5016;
    line-height: 18px;
    position: absolute;
    width: 17px;
    height: 17px;
    top: 2px;
    right: -4px;
    font-size: 12px;
    font-weight: 400;
    padding: 0px 5px;
    text-transform: lowercase;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}


/* end wishlist */

#search .search_button:before,
.wishlist ul li a:before,
header .dropdown.myaccount>a:before,
#cart .cart_heading:before {
    content: "";
    height: 45px;
    width: 45px;
    position: absolute;
    left: 0px;
    border: 2px solid #2d5016;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}
.header-container.fixed .header-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}
#search .search_button:hover:before,
.wishlist ul li a:hover:before,
header .dropdown.myaccount>a:hover:before,
#cart .cart_heading:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}


/* menu */

.nav-responsive {
    display: none;
}



.header-container.fixed>.main-menu ul>li>a,
.header-container.fixed>.hiden_menu li>a {
    padding-top: 17px;
    padding-bottom: 17px;
}

.header-container.fixed .responsive-menu.container {
    margin-bottom: 0px;
}

@keyframes slide-down {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}

@media (min-width: 992px) {
    .header-container.fixed #search .search_toggle {
        top: 70px;
    }

    .header-container.fixed #cart .dropdown-menu {
        top: 71px;
    }

    .header-container.fixed .main-menu>ul>li.top_level>a:before {
        bottom: 0;
        height: 33px;
    }

    .header-container.fixed .header-logo {
        padding: 4px 0 0;
    }

    .header-container.fixed .navbar-nav>li>.dropdown-menu {
        top: 89px;
    }

    .header-container.fixed .main-menu>ul>li.top_level>a {
        padding-top: 31px;
        padding-bottom: 32px;
    }

    .header-container.fixed .dropdown.myaccount .myaccount-menu {
        top: 71px;
    }
}

.main-menu {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

.main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#menu ul li .megamenu ul.list-unstyled {
    padding: 0px 15px 0px 0px;
}

#menu ul li .megamenu ul.list-unstyled:last-child {
    padding-right: 0px;
}

#menu>ul {
    display: block !important;
    text-align: left;

}

#menu ul {
    display: table-cell;
    float: none;
    list-style: outside none none;
    margin: 0;
    top: auto;
    text-align: center;
    padding-left: 0px;
}

.main-menu>ul>li {
    position: relative;
    float: none;
    display: inline-block;
    z-index: 20;
    margin: 0;
    background-color: transparent;
}

.nav-responsive span,
.main-menu>ul>li>a {
    font-size: 14px;
    line-height: 26px;
    font-weight: 700;
    color: #ffffff;
    display: block;
    padding: 20px 20px;
    margin-bottom: 0px;
    z-index: 6;
    position: relative;
    text-transform: capitalize;
}

.main-menu>ul>li.top_level>a {
    letter-spacing: 0.6px;
}

.main-menu ul>li>a,
.hiden_menu li>a {
    padding: 28px 0px 62px;
    font-weight: 600;
    font-size: 13px;
    line-height: 26px;
    color: #000;
    display: block;
    margin: 0px 36px;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}

.main-menu>ul>li.top_level>a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 3px;
    height: 36px;
    background: #2d5016;
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    bottom: 20px;
    margin: 0 auto;
    opacity: 0;
    top: auto;
}

.main-menu>ul>li.top_level>a:hover:before {
    opacity: 1;
}

.main-menu a:hover {
    text-decoration: none
}

.main-menu>ul>li:hover>a {
    background: transparent;
}

.main-menu>ul>li.top_level>a:hover {
    color: #2d5016;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}

.main-menu>ul>li>ul,
.responsive-menu .main-navigation {
    background: #fff none repeat scroll 0 0;
    border-bottom: 2px solid #dddddd;
    border-left: 2px solid #dddddd;
    border-right: 2px solid #dddddd;
    border-top: 2px solid #dddddd;
    display: none;
    padding: 5px;
    position: absolute;
    z-index: 5;
}

nav.nav-container .responsive-menu .main-navigation {
    max-height: 240px;
    overflow: auto;
}

.main-menu>ul>li:hover>ul {
    display: block;
}

.main-menu>ul>li ul>li>ul {
    display: none;
    background: #15BCF0;
    position: absolute;
    z-index: 5;
    padding: 5px;
    margin-left: -13px;
}

.main-menu>ul>li ul>li:hover>ul {
    display: block;
    top: 0px;
    left: 173px;
}

#menu ul.nav li .megamenu.column1 ul.list-unstyled>li.dropdown .dropdown-menu {
    display: none;
    left: 200px;
    padding: 15px 0;
    position: absolute;
    top: 0;
    border: 2px solid #e5e5e5;
}

.main-menu>ul>li ul>li>a {
    color: #262626;
    display: block;
    white-space: nowrap;
}

.responsive-menu .main-navigation li a {
    padding: 8px;
    color: #262626;
    display: block;
    white-space: normal;
}

#menu ul li .megamenu.column1 a {
    font-weight: 400;
}

#menu ul li .megamenu.column1 a:hover {
    color: #2d5016;
    background: none;
}

.main-menu>ul>li ul>li>a {
    min-width: 160px;
}

.main-menu>ul>.dropdown ul>li>a,
.hiden_menu .top_level>a {
    color: #000;
    font-size: 13px;
    padding: 0px 0 12px;
    margin-bottom: 0px;
    font-weight: 600;
    line-height: 26px;
    text-align: left;
    margin: 0;
    letter-spacing: 0.4px;
}

.main-menu>ul>.dropdown ul>li>a:before {
    border-top: 1px solid #ededed;
    bottom: 1px;
    content: "";
    float: left;
    height: 1px;
    position: absolute;
    width: 75%;
}

.main-menu ul li ul .list-unstyled a {
    font-weight: 400;
    color: #777777;
    text-transform: capitalize;
    padding: 2px 0;
    font-size: 13px;
    margin-bottom: 0;
    letter-spacing: 0.4px;
}

.main-menu>ul>li ul>li>a:hover,
.responsive-menu .main-navigation li a:hover {
    color: #2d5016;
}

#menu ul li .megamenu.column1 li>a,
.main-menu>ul>li>ul>ul>li>a {
    color: #777777;
    padding: 0;
    text-transform: capitalize;
    font-size: 13px;
    line-height: 24px;
}

#menu ul li .megamenu.column1 li>a:before,
.main-menu ul li ul .list-unstyled a:before {
    display: none;
    margin-bottom: 0px;
}

#menu ul.nav li .megamenu.column1 ul.list-unstyled>li.dropdown:hover>.dropdown-menu {
    display: block;
}

#menu .nav li .list-unstyled .dropdown {
    float: left;
}

#menu .dropdown .dropdown-menu {
    padding: 18px 20px 8px;
    border: 2px solid #dddddd;
    background: #ffffff;
    opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transform-origin: 20% 20% 0;
    -ms-transform-origin: 20% 20% 0;
    -webkit-transform-origin: 20% 20% 0;
    -o-transform-origin: 20% 20% 0;
    -moz-transform-origin: 20% 20% 0;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    visibility: visible !important;
    display: block;
    text-align: left;
}

#menu ul li.hiden_menu .dropdown-menu {
    opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    display: block;
    transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transform-origin: 20% 20% 0;
    -ms-transform-origin: 20% 20% 0;
    -webkit-transform-origin: 20% 20% 0;
    -o-transform-origin: 20% 20% 0;
    -moz-transform-origin: 20% 20% 0;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    visibility: visible !important;
}

.navbar-nav>li>.dropdown-menu {
    top: 102px;
}

#menu ul.nav li .megamenu ul.list-unstyled li .dropdown-menu {
    border: medium none;
    margin: 0;
    padding: 8px 0;
    position: relative;
}

#menu ul li.dropdown.more_menu .dropdown-menu {
    left: auto;
    right: 0;
}

#menu ul li .megamenu.column1,
#menu ul li.hiden_menu .dropdown-menu {
    padding: 10px 20px;
}

.hiden_menu .dropdown-menu {
    min-width: 215px;
}

#menu ul li .megamenu.column1 ul.list-unstyled {
    padding: 0;
}

#menu ul li .megamenu.column1 ul.list-unstyled li,
.hiden_menu li.top_level {
    float: left;
    padding: 3px 0px;
    width: 100%;
}

#menu li.hiden_menu:hover .dropdown-menu.megamenu {
    display: none;
}

.hiden_menu .top_level>a {
    color: #262626;
}

@media (min-width: 768px) {

    #menu li:hover .dropdown-menu,
    #menu ul li.hiden_menu:hover .dropdown-menu {
        opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        visibility: visible;
    }
}

@media (max-width: 767px) {
    #menu div.dropdown-inner>ul.list-unstyled {
        display: block;
    }

    

    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, 0.1);
    }

    #menu .dropdown-inner {
        display: block;
    }

    #menu .dropdown-inner a {
        width: 100%;
        color: #fff;
    }

    #menu .dropdown-menu a:hover,
    #menu .dropdown-menu ul li a:hover {
        background: rgba(0, 0, 0, 0.1);
    }

    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        -webkit-border-radius: 0px;
        -khtml-border-radius: 0px;
        -moz-border-radius: 0px;
        color: #fff;
    }
}

/* Codezeel Category CSS */
.home_row.row {
    margin: 0px;
}

#column-left .box.category-left-box,
#column-right .box.category-left-box {
    margin-bottom: 30px !important;
}

.catgory-left {
    width: 24%;
    float: left;
    padding-right: 30px;
}

.category-left-box {
    border: 1px solid #E0E0E0;
    border-top: none;
    background: #ffffff;
    margin: 0 !important;
}

.category-left-box .box-content {
    display: block;
}

.category-left-box .box-content ul li a {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    s
}

.category-left-box .box-content>ul>li:hover>a:hover {}

.category-left-box .box-content>ul>li:hover>a {
    padding-left: 15px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

#column-left .box.category-left-box .box-content {
    margin: 0;
    background: #FFFFFF;
}

#nav-one .dropdown:hover .dropdown-menu,
#nav-one .hiden_menu:hover .dropdown-menu {
    display: block;
}

#nav-one .hiden_menu .dropdown-menu li.dropdown .dropdown-menu {
    display: none;
}

#nav-one>li>.dropdown-menu {
    background: #fff none repeat scroll 0 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0;
    padding: 0 25px;
    left: 263px;
    top: 0;
    border: 3px solid #2d5016;
}

#nav-one>li.dropdown:after,
#nav-one>li.hiden_menu:after {
    font-family: 'FontAwesome';
    content: '\f105';
    font-size: 18px;
    position: absolute;
    right: 20px;
    top: 10px;
}

#nav-one>li.dropdown .column1 ul .dropdown:after {
    font-family: 'FontAwesome';
    content: '\f105';
    font-size: 12px;
    position: absolute;
    right: 5px;
    top: 10px;
}

#nav-one>li.dropdown:hover:after,
#nav-one>li.hiden_menu:hover:after,
#nav-one>li.dropdown .column1 ul .dropdown:hover:after {
    color: #2d5016;
}

#nav-one>li.hiden_menu>a {
    font-size: 12px;
    font-weight: 700;
    color: #262626;
}

#nav-one>li.hiden_menu>.dropdown-menu {
    padding: 22px;
}

.top_level.hiden_menu {
    position: relative;
}

#nav-one li .megamenu ul.childs_1:first-child {
    padding: 20px 2px;
}

#nav-one li ul {
    display: table-cell;
    float: none;
}

#nav-one ul {
    display: inline-block;
    float: none;
    margin: 0 auto;
    text-align: left;
}

#nav-one li .megamenu ul.list-unstyled li>a,
.hiden_menu .top_level a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-size: 13px;
    font-weight: 700;
    padding: 1px 8px;
}

#nav-one li .megamenu ul.list-unstyled li>a,
.hiden_menu .top_level a {
    width: 100%;
}

#nav-one>li ul>li>a {
    min-width: 188px;
}

#nav-one li .megamenu ul.list-unstyled li>a,
.hiden_menu .top_level a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #333;
    font-size: 14px;
    font-weight: 700;
    padding: 0;
    text-transform: uppercase;
}

#nav-one li .megamenu ul.list-unstyled li>a,
.hiden_menu .top_level a {
    width: 100%;
    color: #2d5016;
    border: none;
    position: relative;
    padding-bottom: 15px;
}

#nav-one li .megamenu ul.list-unstyled li>a:after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #dddddd;
    width: 50%;
    top: 30px;
    ;
    left: 0;
}

#nav-one li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li>a:after,
#nav-one li .megamenu.column1 ul.list-unstyled li>a:after {
    border: none;
}

#nav-one>li ul>li>a {
    min-width: 188px;
}

#nav-one li ul>li>a,
.responsive-menu .main-navigation li a {
    color: #888888;
    display: block;
    padding: 3px 8px;
    white-space: nowrap;
    font-size: 13px;
}

#nav-one li .megamenu ul.list-unstyled li .dropdown-menu {
    background: #fff none repeat scroll 0 0;
    margin: 0;
    padding: 6px 0 0;
    position: relative;
    width: 220px;
    border: none;
}

#nav-one li ul {
    display: table-cell;
    float: none;
}

#nav-one li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li>a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #888888;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    position: relative;
    text-transform: capitalize;
    padding-bottom: 10px;
    letter-spacing: 0.6px;
}

#nav-one li .megamenu ul.list-unstyled.childs_2 a {
    min-width: 145px;
}

#nav-one li .megamenu.column1 ul.childs_1 {
    border: medium none;
    padding: 22px 0;
}

#nav-one li .megamenu.column1 ul.list-unstyled li>a,
.hiden_menu .top_level>a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-size: 13px;
    font-weight: normal;
    line-height: 24px;
    color: #777777;
    text-transform: none;
    padding: 0px;
    border: none;
}

#nav-one li .megamenu.column1 ul.list-unstyled>li.dropdown .dropdown-menu {
    display: none;
    left: 188px;
    padding: 10px;
    position: absolute;
    top: 0;
}

#nav-one li .megamenu.column1 ul.list-unstyled>li.dropdown:hover>.dropdown-menu {
    display: block;
    padding: 15px 30px;
    border: 1px solid #e5e5e5;
}

#nav-one li .megamenu.column1 ul.list-unstyled>li.dropdown:hover>.dropdown-menu ul {
    min-width: 190px;
}

#nav-one li .megamenu.column1 ul.list-unstyled li:hover>a,
#nav-one li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li:hover>a,
.hiden_menu .top_level:hover>a {
    color: #2d5016;
}

.column_left_cms .box.last .list-group {
    border-bottom: medium none;
    margin-bottom: 0;
    padding: 4px 0 0;
}

.column_left_cms .box.last {
    margin-bottom: 0;
}

/* Codezeel Category CSS */

/* 1-col layout */

#column-left {
    width: 24%;
}

#column-right {
    width: 24%;
}

/* 2-col layout */

.layout-2.left-col #column-left {
    width: 25.13%;
}

.layout-2.right-col #column-right {
    width: 25.13%;
}

.layout-2 #content {
    width: 74.87%;
}

.layout-2.left-col #content {
    width: 74.87%;
}

.layout-2.right-col #content {
    width: 74.87%;
}

.layout-2 .content-bottom #content {
    width: 100%;
    padding: 0;
    margin-left: auto;
    margin-right: auto
}

/* 3-col layout */
.layout-3 #column-left {
    width: 24%;
}

.layout-3 #column-right {
    width: 24%;
}

.layout-3 #content {
    width: 52%;
    padding-top: 5px;
}

/* content */
#content {
    min-height: 600px;
    padding-top: 0px;
    padding-bottom: 20px;
}

.common-home #content {
    padding: 0;
}

/* footer */

.footerlogo {
    margin-bottom: 30px;
    max-width: 320px;
    min-height: 40px;
    cursor: pointer;
}

.footer-blocks #footerlogo .footerlogo img {
    max-width: 100%;
}

.footer-blocks #footerlogo .footerdesc {
    color: #666;
    cursor: pointer;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 21px;
    margin-bottom: 23px;
}

footer {
    background: linear-gradient(135deg, #2d5016 0%, #4a7c59 100%);
    border: none;
    padding: 25px;


    color: white !important;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none !important;
    transition: all 0.3s ease;  
    box-shadow: 0 4px 15px rgba(45, 80, 22, 0.2);

}

#bottom-footer {
    padding: 40px 0px;
    background: #ffffff;
}

.footertop-cms.container,
header .container {
    top: auto;
    padding-top: 0;
}

.headertop-inner {
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

.common-home .headertop-inner {
    border-bottom: 0;
}

footer a {
    color: #fff;
    line-height: 26px;
    font-size: 13px;
}

#footer .column li {
    display: inline-block;
}

#footer .column .list-unstyled li {
    margin: 0px 18px;
}

#footer .column .list-unstyled li a {
    position: relative;
    line-height: 30px;
}

/**********czfootercmsblock**************/

#footer .footertop #czfootercmsblock {
    padding: 0;
    width: 100%;
    margin-top: 40px;
}

#footer .footertop #czfootercmsblock .block_title {
    display: none;
}

#footer .footertop #czfootercmsblock .footercms .footer-icon {
    background: url("../image/codezeel/info-icon.png") no-repeat scroll center;
    width: 60px;
    height: 85px;
    margin: 0 auto;
    display: block;
    padding: 0 0 20px 0;
}

#footercms {
    padding: 0 20px 0 10px;
    border-right: 1px solid #e5e3e3;
    min-height: 330px;
}

#footer .footertop #czfootercmsblock .footercms:last-child {
    margin-bottom: 0px;
}

#footer .footertop #czfootercmsblock .footercms {
    padding-top: 40px;
    padding-bottom: 40px;
    display: inline-block;
    vertical-align: top;
    float: left;
    box-sizing: border-box;
    width: 31.6%;
    margin: 0px 15px;
    text-align: center;
    font-size: 13px;
    background-color: #94c546;
    overflow: hidden;
    padding: 10px 20px;
    position: relative;
}

#footer .footertop #czfootercmsblock .footercms.cms1 {
    display: block;
    margin-left: 0;
    margin-right: 15px;
    margin-top: 60px;
    min-height: 172px;
}

#footer .footertop #czfootercmsblock .footercms.cms2 {
    padding: 40px 15px 56px;
}

@media (max-width: 1259px) {
    #footer .footertop #czfootercmsblock .footercms {
        width: 31.5%;
    }
}

@media (max-width: 1199px) {
    #footer .footertop #czfootercmsblock .footercms {
        width: 32.2%;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 992px) {
    #footer .footertop #czfootercmsblock .footercms.cms2:before {
        background: url(../image/codezeel/address.png) no-repeat right -13px;
        position: absolute;
        content: "";
        left: auto;
        right: 0px;
        top: -20px;
        bottom: auto;
        width: 165px;
        height: 165px;
    }

    #footer .footertop #czfootercmsblock .footercms.cms1:before {
        background: url(../image/codezeel/contact.png) no-repeat right -13px;
        position: absolute;
        content: "";
        left: auto;
        right: 15px;
        top: 0px;
        bottom: auto;
        width: 115px;
        height: 110px;
    }

    #footer .footertop #czfootercmsblock .footercms.cms2:after {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0px 24px 20px 24px;
        border-color: transparent transparent #ffffff transparent;
        position: absolute;
        content: '';
        left: 0;
        bottom: 0;
        right: 0;
        margin: 0 auto;
    }

    #footer .footertop #czfootercmsblock .footercms.cms3:before {
        background: url(../image/codezeel/mail.png) no-repeat right -13px;
        position: absolute;
        content: "";
        left: auto;
        right: -15px;
        top: -10px;
        bottom: auto;
        width: 160px;
        height: 131px;
    }
}

#footer .footertop #czfootercmsblock .footercms.cms3 {
    border: 0;
    margin-left: 15px;
    margin-right: 0;
    min-height: 172px;
    margin-top: 60px;
}

#footer .footertop #czfootercmsblock .footercms .footer-icon.icon1 {
    background-position: center 19px;
}

#footer .footertop #czfootercmsblock .footercms .footer-icon.icon2 {
    background-position: center -109px;
}

#footer .footertop #czfootercmsblock .footercms .footer-icon.icon3 {
    background-position: center -218px;
}

#footer .footertop #czfootercmsblock .footercms .footer-content span {
    line-height: 26px;
    color: #ffffff;
    margin-top: 0;
    letter-spacing: 0.8px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
}

#footer .footertop #czfootercmsblock .footercms .footer-content span {
    display: block;
    width: 100%;
}

#footer .footertop #czfootercmsblock .footercms .footer-content span a:hover {
    color: #000000;
}

#footer .footertop #czfootercmsblock .footercms .footer-content span a {
    color: #ffffff;
    padding: 0px;
    letter-spacing: 0.8px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
}


footer a:hover,
footer a:focus {
    color: #2d5016;
}

#footer .column.footerright {
    width: 31%;
    float: right;
    border: 0;
}

#footer .column.contact-block {
    width: 50%;
    float: left;
    padding-right: 15px;
    padding-left: 0;
}

#footer .column.contact-block ul {
    padding: 0;
    list-style: none;
}


/**** newsletter   ****/

.newsletter-block {
    float: right;
    width: 50%;
    background: transparent url(../image/codezeel/newsletter-bkg.jpg) no-repeat scroll top center;
    min-height: 550px;
    padding: 110px 100px 80px;
}

.newsletter .news-description {
    float: left;
    display: inline-block;
    text-align: center;
}

.newsletter .newsletter-block .box-heading {
    color: #fff;
    width: 100%;
    padding-bottom: 60px;
}

.newsletter .news-title {
    position: relative;
    color: #000000;
    font-size: 22px;
    letter-spacing: 0.5px;
    font-weight: 500;
    font-family: 'Josefin Sans', sans-serif;
}

.news-subtitle {
    padding: 43px 0 12px;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    margin: 0 auto;
    clear: both;
    display: block;
}

.newsright {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.footer-blocks .paiement_logo_block {
    float: none;
    display: block;
    clear: both;
    text-align: center;
    padding-top: 20px;
}

#footer .column #info {
    width: 41%;
}

.footer-blocks .paiement_logo_block span {
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.6px;
    background: url(../image/codezeel/icon.png) no-repeat scroll 0px -92px;
    padding-left: 70px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.footer-blocks .paiement_logo_block h4 {
    margin-bottom: 22px;
    margin-top: 0;
}

.footer-blocks .paiement_logo_block img {
    margin: 0 6px;
}

#footer {
    top: auto;
    margin-top: 0px;
}

#footer #contact.col-sm-3.column .fa {
    clear: left;
    color: #fec107;
    float: left;
    font-size: 16px;
    margin-right: 10px;
    margin-top: 6px;
}

#footer #contact.col-sm-3.column .fa.fa-envelope {
    font-size: 12px;
    margin-top: 8px;
}

#footer #contact.col-sm-3.column {
    font-size: 14px;
}

#footer #contact.col-sm-3.column li a {
    background: none;
    padding: 0;
}

.address_content {
    overflow: hidden;
    padding-left: 45px;
    padding-right: 135px;
    background: rgba(0, 0, 0, 0) url("../image/codezeel/footer-icon.png") no-repeat scroll -8px 4px;
    margin-bottom: 35px;
}

#contact .phone {
    background: url(../image/codezeel/footer-icon.png) no-repeat scroll -6px -66px transparent;
    padding-left: 45px;
    margin-bottom: 35px;
    padding-top: 7px;
}

#contact .email {
    background: url(../image/codezeel/footer-icon.png) no-repeat scroll -6px -132px transparent;
    padding-left: 45px;
}

#footer .column {
    width: 100%;
    text-align: center;
    clear: both;
    position: relative;
}

#footer .column #extra-link {
    margin-bottom: 0;
}

#footer .column.footerleft {
    width: 25%;
}

#footer .column h5 {
    margin: 0;
    font-size: 0;
    color: #ffffff;
}

#footer #contact.column h5 {
    display: none;
}

#contact ul,
#aboutcms ul {
    list-style: none;
    padding: 0
}

#aboutcms h5 {
    display: none
}

@media (max-width: 1199px) {
    .newsletter h5.news-title {
        font-size: 16px;
    }
}

.footer-logo {
    margin-bottom: 5px;
    margin-top: 30px;
}

.footer-logo h3 {
    font-size: 14px;
    text-align: left;
    padding-left: 68px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: capitalize;
}

.footer-logo .footercms-inner {
    text-align: left;
    padding-left: 58px;
}

.footer-logo .footercms-inner img.footercms-image2 {
    margin-left: 25px;
}

#footer .footer-blocks .footer-logo {
    display: block;
    margin: 0 auto 30px;
    min-height: 90px;
    background: transparent url(../image/codezeel/footer-logo.png) no-repeat center 0px;
    text-align: center;
    width: 100%;
    max-width: 260px;
    z-index: 9;
}

.newsletter {
    width: 100%;
    text-align: center;
    clear: both;
    float: left;
    padding: 40px 0 30px;
}

.newsletter label {
    display: none;
}

.newsletter .input-news {
    width: 100%;
    float: right;
    position: relative;
    overflow: hidden;
}

.input-news .text-danger {
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442;
    padding: 8px 20px;
    margin-top: 5px;
    text-align: center;
}

.subscribe-btn {
    width: auto;
    clear: both;
    margin-top: 22px;
    display: inline-block;
}

.newsletter .form-group {
    margin: 0;
    float: left;
    width: 100%;
    position: relative;
}

.newsletter #txtemail {
    border: none;
    font-weight: 400;
    padding: 10px 15px 10px 15px;
    width: 100%;
    font-size: 12px;
    letter-spacing: 0.8px;
    color: #000;
    height: 44px;
    background-color: #fff;
    text-align: center;
}

.newsletter .form-control::placeholder {
    color: #999999;
}

.subscribe-btn .btn.btn-lg {
    color: #ffffff;
    border: 0;
    padding: 6px 30px;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #2d5016;
    width: auto;
    height: 44px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}

.subscribe-btn .btn.btn-lg:hover {
    background-color: #000000;
}

#contact ul li,
.newsletter ul li {
    line-height: 22px;
}

#contact li.call-num {
    margin-top: 15px;
}

.categoryblock {
    padding-left: 11px;
    padding-right: 11px;
    float: left;
    width: 33.333%;
    margin-bottom: 22px;
}

.category-cms {
    width: 100%;
    float: left;
    padding-bottom: 15px;
    padding-top: 0px;
    margin-bottom: 2px;
}

.category-container {
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.category-row {
    margin-left: -11px;
    margin-right: -11px;
}

#aboutcms li.content {
    line-height: 25px;
}

.cate-heading {
    text-transform: uppercase;
    font-size: 16px;
    color: #1e1f22;
    font-weight: 700;
    float: left;
    margin-bottom: 15px;
}

.category {
    padding: 0px 20px;
    border: 1px solid #e5e5e5;
    overflow: auto;
    display: block;
    background-color: #fff;
    min-height: 162px;
    overflow: hidden;
    position: relative;
}

.category .image {
    float: right;
}

.category .image img {
    backface-visibility: hidden;
    max-width: none;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    -moz-transition: all 400ms ease 0s;
    -ms-transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
}

.category:hover .image img {
    overflow: hidden;
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    -moz-transition: all 400ms ease 0s;
    -ms-transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
}

.cat-desc {
    float: left;
    padding-top: 24px;
}

#payement_logo_block_left {
    float: right;
}

.bottomfooter p.powered a {
    color: #000;
    text-decoration: underline;
}

.bottomfooter p.powered a:hover {
    color: #2d5016;
    text-decoration: none;
}

#payement_logo_block_left img {
    margin: 0 10px 0 0;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    vertical-align: text-top;
    height: 17px;
}

#payement_logo_block_left img:hover {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}

.bottomfooter .container .row {
    margin: 0px;
}

.bottomfooter ul li {
    display: inline-block;
    padding: 0 12px;
}

.bottomfooter .list-unstyled {
    text-align: center;
    margin: 5px 0;
}

p.powered {
    margin-bottom: 0;
    color: #000;
    text-align: center;
    font-size: 13px;
}

.bottomfooter .paiement_logo_block.footer-block {
    text-align: center;
}

.bottomfooter .paiement_logo_block img {
    margin: 0px 5px;
    cursor: pointer;
}

.footerbottom-cms {
    float: right;
}


/* alert */
.alert {
    padding: 8px 14px 8px 14px;
}

/* breadcrumb */

.common-home .wrap-breadcrumb {
    display: none;
}

.wrap-breadcrumb {
    margin: 0px 0 40px;
    width: 100%;
    padding: 16px 0px;
    overflow: hidden;
    position: relative;
    text-align: right;
background: linear-gradient(135deg, #2d5016 0%, #4a7c59 100%);
}

.wrap-breadcrumb .breadcrumb {
    display: block;
    margin: 0;
    text-align: center;
}

.wrap-breadcrumb .breadcrumb h1,
.wrap-breadcrumb .breadcrumb h2,
.wrap-breadcrumb .breadcrumb h3.product-title {
    float: none;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
}

.breadcrumb {
    padding: 0;
    list-style: none;
    display: none;
    color: #ffffff;
}

.breadcrumb i {
    font-size: 15px;
}

.breadcrumb>li {
    position: relative;
    white-space: nowrap;
}

.breadcrumb>li+li:before {
    content: '';
    padding: 0;
}

.breadcrumb>li:after {}

.breadcrumb>li:last-child a,
.breadcrumb>li a:hover,
.breadcrumb>li a.active {
    color: #ffffff;
}

.breadcrumb>li a {
    color: #ffffff;
}

.breadcrumb>li a:hover {
    text-decoration: underline;
    color: #000000;
}

.pagination {
    margin: 0;
}

/* buttons */
.buttons {
    margin: 1em 0;
    display: inline-block;
    width: 100%;
}

.btn {
    padding: 6px 15px;
    font-size: 14px;
    border: 1px solid #e5e5e5;
}

.btn-xs {
    font-size: 9px;
}

.btn-sm {
    font-size: 10.2px;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
}

.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover,
.dropdown-menu.myaccount-menu {

    text-transform: capitalize;
}

.btn-group>.btn-xs {
    font-size: 9px;
}

.btn-group>.btn-sm {
    font-size: 10.2px;
}

.btn-group>.btn-lg {
    font-size: 15px;
}

.btn-default {
    color: #fff;
    background: #000;
    border: 1px solid #000;
}

.btn-primary {
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    color: #fff;
    background-color: #2d5016;
    border: 1px solid #2d5016;
}

.btn-warning {
    color: #ffffff;
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);

}

.btn-danger {
    color: #ffffff;
    background: #d9534f;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
    color: #ffffff;
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
    color: #ffffff;
    background-color: #df5c39;
    background-image: linear-gradient(to bottom, #e06342, #dc512c);
    background-repeat: repeat-x;
    border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #23A1D1;
    border-radius: 0;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;

}

.btn-inverse {
    color: #ffffff;
    background: #363636;
    border: none;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    background-color: #222222;
    background-image: linear-gradient(to bottom, #262626, #111111);
}


/* list group */

.box .filterbox {
    border: medium none;
}

.list-group a {
    padding: 5px 0px;
    text-transform: capitalize;
    font-size: 12px;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
    color: #2d5016;
}

.list-group-item.group-name {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    padding: 0 18px;
    text-transform: capitalize;
}

.filterbox .list-group-item {
    padding: 0px;
}

.filterbox .panel-footer {
    padding: 0px;
    border: medium none;
    background: #FFFFFF;
}

.filterbox .panel-footer #button-filter {
    color: #2d5016;
    border: none;
    background: none;
    padding: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    text-transform: capitalize;
    text-decoration: underline;
}

.filterbox .panel-footer #button-filter:hover {
    color: #000000;
    text-decoration: none;
}

/* carousel */
.carousel-caption {
    color: #FFFFFF;
}

.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}

.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}

/* product list */

.product-thumb {
    margin-bottom: 20px;
    overflow: auto;
}

.product-thumb .image {
    text-align: center;
    position: relative;
    overflow: hidden;
}

.product-thumb .image a {
    display: block;
}

.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.product-grid .product-thumb .image {
    float: none;
}

.product-layout.product-grid {
    padding: 0px;
    width: 33.33%;
}

.product-layout.product-list {
    padding: 0;
}

.product-layout.product-grid .product-block .button-addtocart {
    bottom: 15px;
}

.product-layout.product-grid .product-block.product-thumb {
    padding: 10px 15px 15px 14px;
    border-right: 1px solid #ededed;
}

.product-layout.product-list .product-block-inner {
    padding: 0px;
}

.product-list .product-block {
    padding: 0;
    margin-bottom: 20px;
    margin: 10px 15px 20px 16px;
}

.product-list .product-thumb .price {
    margin-bottom: 15px;
}

.alert-success .fa.fa-check-circle {
    margin-right: 5px;
}

@media (min-width: 651px) {
    .product-layout.product-grid:nth-child(3n) .product-block.product-thumb {
        border-right-color: transparent;
    }
}

@media (max-width: 650px) {
    .product-layout.product-grid:nth-child(2n) .product-block.product-thumb {
        border-right-color: transparent;
    }
}

@media (min-width: 768px) {
    .product-list .product-thumb .image {
        float: left;
    }
}

.tooltip .tooltip-inner {
    background-color: #262626;
    color: #fff;
    font-size: 11px;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #262626 !important;
}

.product-thumb h4 {
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 6px;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
}

.product-list .product-thumb h4 {
    margin-bottom: 14px;
    display: block;
    padding-bottom: 15px;
    border-bottom: 1px solid #ededed;
    text-transform: capitalize;
}

.product-thumb h4 a {
    color: #000;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 0.5px;
    text-align: left;
    text-transform: capitalize;
}

.product-thumb h4 a:hover,
header #cart li a:hover {
    color: #2d5016;
}

.product-block .product-details {
    margin-bottom: 0;
}

.product-thumb .caption {
    padding: 15px 0 15px;
    text-align: center;
}

.account-wishlist table .text-center img {
    border: 0;
}

@media (max-width: 767px) {
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
    }

    .product-grid .product-thumb .caption {
        min-height: 0;
    }
}

.product-thumb .rating {
    padding-bottom: 0;
    line-height: normal;
    margin-bottom: 8px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}

.product-thumb:hover .rating {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}

.product-thumb .percentsaving {
    color: #fff;
    background: #f00;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
    position: absolute;
    top: 10px;
    right: 10px;
    letter-spacing: 0.5px;
    padding: 2px 4px 2px;
}

#column-left .product-thumb .percentsaving,
#column-right .product-thumb .percentsaving {
    display: none;
}

.product-list .product-thumb .percentsaving.list-save {
    right: 5px;
    top: 0px;
    display: block;
    position: absolute;
}

.product-list .product-thumb .percentsaving.grid-save,
.product-grid .product-thumb .percentsaving.list-save {
    display: none;
}

.rating .fa-stack,
#review .fa-stack {
    font-size: 8px;
    width: 12px;
}

.rating .fa-star,
#review .fa-star,
.rating-wrapper .fa-star {
    color: #ffb700;
    font-size: 12px;
}

.rating .fa-star+.fa-star-o,
#review .fa-star+.fa-star-o,
.rating-wrapper .fa-star+.fa-star-o {
    color: #ffb700;
}

.fa-star-o:before {
    content: '\f005' !important;
}

.product-block .fa-star-o:before {
    content: "\f005";
}

.rating .fa-star.off,
.rating-wrapper .fa-star.off,
#review table .fa-star.off {
    color: #b5b5b5;
}

h2.price {
    margin: 0;
}

.product-thumb .price {
    color: #2d5016;
    display: block;
    vertical-align: middle;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.product-thumb .price-new {
    position: relative;
}

.product-thumb .price-old {
    color: #999999;
    text-decoration: line-through;
    margin-left: 2px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
}

.product-thumb .price-tax {
    color: #999999;
    display: none;
    font-size: 12px;
    width: 100%;
    font-weight: 400;
}

.product-list .product-thumb .price-tax {
    display: block;
    clear: both;
    line-height: 18px;
}

#content h3.product-option {
    font-size: 16px;
}

.product-thumb .button-group {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=100);
    top: 44%;
    width: 200px;
    margin: 0 auto;
    display: inline-block;
    z-index: 9;
    height: 45px;
    left: 0;
    right: 0;
    transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    text-align: center;
    background: #ffffff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.product-grid .product-thumb .product-details .button-group,
.productbox-grid .product-thumb .product-details .button-group,
.product-carousel .product-thumb .product-details .button-group,
.category_tab .product-details .button-group {
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    background: #FFFFFF;
}

.product-block:hover .button-group {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    -moz-transform: translateY(0px);
}

.product-grid .product-thumb .product-details .button-group {
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
}

.product-list .product-thumb:hover button.addtocart {
    background-color: #2d5016;
    border-color: #2d5016;
}

.product-list .product-thumb:hover button.addtocart span {
    color: #fff;
}

.product-list .product-thumb button.addtocart {
    margin-top: 12px;
    background: #fff;
    border: 1px solid #ebebeb;
    padding: 9px 25px;
    width: auto;
    height: auto;
    font-size: 12px;
    line-height: 22px;
    text-transform: capitalize;
}

.product-list .product-thumb .button-group button.addtocart {
    display: none;
}

.product-list .product-thumb button.addtocart span {
    color: #000;
    font-size: 12px;
    font-weight: 600;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.product-thumb .button-group button {
    border: none;
    color: #ffffff;
    height: 45px;
    width: 45px;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    text-align: center;
    position: relative;
    margin: 0;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.product-thumb .button-group button:hover {}

.product-thumb .button-group button .fa {
    font-size: 14px;
    display: none;
}

.fa-exchange:before {
    content: "\f0b2";
}

.product-thumb .button-group button.wishlist {
    position: relative;
    background: transparent url(../image/codezeel/icons.png) no-repeat scroll center -132px;
    line-height: 38px;
}

.product-thumb .button-group button.wishlist:hover {
    background-position: center -204px;
}

.product-thumb .button-group button.compare {
    position: relative;
    background: transparent url(../image/codezeel/icons.png) no-repeat scroll center -274px;
}

.product-thumb .button-group button.compare:hover {
    background-position: center -346px;
}

.product-list .product-thumb .caption {
    border: none;
    padding-left: 25px;
    padding-right: 0;
    ;
    text-align: left;
    padding-top: 10px;
}

.product-list .product-block:hover .caption .price {
    opacity: 1;
    filter: alpha(opacity=100);
}

.product-list .product-block .rating,
.product-grid .product-block .rating.list-rate {
    margin: 15px 0;
    display: none;
}

.product-list .product-block .rating.list-rate {
    margin: 0 0 10px;
    display: inline-block;
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
}

.product-list .product-block .desc {
    margin-bottom: 10px;
    line-height: 22px;
}

#cart .text-right .addtocart {
    background: #2d5016;
}

#cart .text-right .addtocart,
#cart .text-right .checkout {
    width: auto;
    border: none;
    display: inline-block;
    float: left;
    color: #fff;
    padding: 8px 21px;
    font-weight: normal;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
    margin: 0;
}

#cart .dropdown-menu .img-thumbnail {
    width: auto;
    max-width: none;
    border: 0;
    margin-right: 8px;
}

#cart .text-right .addtocart strong,
#cart .text-right .checkout strong {
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
}

#cart .text-right .addtocart {
    margin: 0 10px 0 0;
}

#cart .text-right .addtocart {
    background: #000000;
}

#cart .text-right .addtocart:hover {
    background: #2d5016;
}

.product-thumb button.addtocart:hover {
    color: #fff;
    background-position: center -60px;
}

.product-thumb button.addtocart .fa {
    font-size: 15px;
}

.product-thumb button.addtocart {
    background: transparent url(../image/codezeel/icons.png) no-repeat scroll center 12px;
    display: inline-block;
    width: 45px;
    height: 45px;
    font-size: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
}

.product-grid .product-thumb .image .addtocart,
.productbox-grid .product-thumb .image .addtocart,
.product-carousel .product-thumb .image .addtocart,
.category_tab .image .addtocart {
    display: inline-block;
}

.productbox-grid .product-block button.addtocart span,
.product-carousel .product-block button.addtocart span,
.product-grid .product-block button.addtocart span {
    color: #fff;
    padding: 0px;
    font-size: 0px;
    font-weight: 400;
    letter-spacing: 0.9px;
    line-height: 22px;
    text-transform: uppercase;
    border: 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.productbox-grid .product-block button.addtocart,
.product-carousel .product-block button.addtocart,
.product-grid .product-block button.addtocart {
    display: none;
}

.special-carousel .product-block .button-addtocart {
    position: absolute;
    bottom: -50px;
    border: 0px;
    left: 0;
    right: 0;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}

.special-carousel .product-block:hover .button-addtocart {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    bottom: 0;
}

.special-carousel .product-block button.addtocart {
    color: #fff;
    padding: 9px 20px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.8px;
    line-height: 22px;
    text-transform: capitalize;
    display: inline-block;
    background: #2d5016;
    border: 0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.special-carousel .product-block button.addtocart:hover {
    background: #000000;
}

@media (max-width: 767px) {

    .product-thumb .button-group button,
    .product-thumb .button-group button+button {
        position: static !important;
    }

    .product-thumb .button-group button {
        position: static;
    }
}

.thumbnail {
    border: 1px solid #ebebeb;
}

.thumbnails {
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}

.thumbnails>img {
    width: 100%;
}

.image-additional a {
    margin-bottom: 20px;
    padding: 0px;
    display: block;
}

.product-info .image-additional img:hover {
    border-color: #2d5016;
}

.image-additional {}

.thumbnails .image-additional {
    float: left;
}

/*@media (min-width: 1230px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}*/
.product-info .image {
    display: block;
    margin-bottom: 15px;
    text-align: center;
}

#content.productpage h3.product-price {
    font-weight: 600;
    font-size: 5.rem;

    color:  #2d5016;
}

#content.productpage h3 {
    margin-top: 0;
    font-size: 20px;
    margin-bottom: 0px;
    font-weight: 400;
}

.product-info .zoomContainer {
    z-index: 9;
}

/* It need for ie7 */
.product-info .additional-carousel {
    position: relative;
}

.product-info .additional-carousel .customNavigation {
    top: 35px;
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
}

.product-info .additional-carousel .customNavigation a.prev {
    left: 0px;
}

.product-info .additional-carousel .customNavigation a.next {
    right: 0px;
}

.product-info .image-additional {
    clear: both;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    width: 460px;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.product-info .image-additional img {
    max-width: 100%;
    border: 1px solid transparent;
}

.product-info .image-additional a {
    display: block;
}

.product-right .btn-group .wishlist .fa,
.product-right .btn-group .compare .fa {
    margin-right: 5px;
}

#input-captcha,
#input-payment-captcha {
    margin-bottom: 10px
}

.productpage .form-group.qty .wishlist,
.productpage .form-group.qty .compare,
.quickview .form-group.qty .wishlist,
.quickview .form-group.qty .compare {
    width: 44px;
    font-size: 0;
    height: 44px;
    padding: 14px;
}

.quickview .form-group.qty .compare {
    padding: 13px 10px 14px 16px;
}

#product-compare .table-bordered td.text-center .img-thumbnail {
    border: 0;
}

.productpage .form-group.qty .wishlist,
.quickview .form-group.qty .wishlist {
    background: #000 url(../image/codezeel/icons.png) no-repeat scroll center -688px;
    border: 0;
    border-radius: 15px;
    transition: none;
}

.productpage .form-group.qty .wishlist:hover,
.quickview .form-group.qty .wishlist:hover {
    border-color: #2d5016;
    background-color: #2d5016;
}

.productpage .form-group.qty .compare,
.quickview .form-group.qty .compare {
    background: #000 url(../image/codezeel/icons.png) no-repeat scroll center -632px;
    border: #000000;
    transition: none;
    border-radius: 15px;
}

.productpage .form-group.qty .compare:hover,
.quickview .form-group.qty .compare:hover {
    background-color: #2d5016;
    border-color: #2d5016;
}

.productpage #input-quantity,
.quickview #input-quantity {
    float: left;
    margin-right: 10px;
    width: auto;
    height: 44px;
    text-align: center;
  margin-left: 5px;
}

.quickview .form-group.qty .btn-lg,
.productpage .form-group.qty .btn-lg {
    background: linear-gradient(135deg, #2d5016 0%, #4a7c59 100%);
    border: none;
    border-radius: 25px;
    padding: 12px 24px;
    color: white !important;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none !important;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(45, 80, 22, 0.2);

    align-items: center;
    gap: 8px;
    white-space: nowrap;
    position: relative;
}

.quickview .form-group.qty .btn-lg:hover,
.productpage .form-group.qty .btn-lg:hover {
    background: #000000;
    border-color: #000000;
}

.form-group.qty .control-label {
    float: left;
    margin: 6px 10px 0 0;
}

/* Codezeel Start */

/* box */
.box {
    margin-bottom: 12px;
}

#column-left .box .box-heading,
#column-right .box .box-heading {
    color: #191919;
    text-transform: capitalize;
    padding: 0 0 15px;
    font: 600 16px/18px 'Poppins', sans-serif;
    margin: 0px;
    position: relative;
    text-align: left;
    letter-spacing: 0.8px;
}

#column-left .box:first-child .box-heading,
#column-right .box:first-child .box-heading {
    /*background-color: #2d5016; */
}

#column-left .box:first-child .box-heading:before,
#column-right .box:first-child .box-heading:before {
    border-bottom: 2px solid #2d5016;
}

#column-left .box .box-heading:after,
#column-right .box .box-heading:after {
    background: none;
    height: auto;
}

.box-heading {
    text-align: center;
    border: medium none;
    display: block;
    width: auto;
    margin: 0 auto 10px;
    padding: 0 0px 55px;
    color: #000000;
    position: relative;
    font: 600 34px/36px 'Poppins', sans-serif;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.box-heading:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 36px;
    background-color: #2d5016;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0px;
    z-index: 9;
}

.box.featured {
    float: left;
    width: 100%;
    clear: both;
    margin: 40px 0px 20px;
    position: relative;
}

.box.latest {
    float: left;
    width: 100%;
    clear: both;
    margin: 40px 0px 50px;
}

.box.featured .customNavigation {
    top: 47%;
}

.box.featured .viewmore .btn-default {
    clear: both;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    padding: 9px 35px;
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #000000;
    text-transform: uppercase;
}

.box.featured .viewmore .btn-default:hover {
    background: #2d5016;
    border-color: #2d5016;
    color: #fff;
}

.box.featured:hover .customNavigation,
.box.latest:hover .customNavigation,
.box.special:hover .customNavigation {
    opacity: 1;
    filter: alpha(opacity=100);
}

.category_tab h3 {
    font-weight: 700 !important;
    margin: 0 0 10px !important;
}

.box .box-content {
    background: none;
    margin: 0 -15px;
    position: relative;
}

.box .box-content ul,
#content .content ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.box .box-content ul li,
#content .content ul li {
    line-height: 22px;
    padding: 4px 0;
}

.box .box-content ul li a,
#content .content ul li a {}

.box .box-content ul li a+a,
.box .box-content ul li a+a:hover {
    background: none;
    padding-left: 0;
}

.box .box-content ul li a:hover,
#content .content ul li a:hover {}

.box .box-content ul ul {
    margin-left: 15px;
}


/********** Special Product **********/

.box.special {
    float: left;
    width: 100%;
    padding: 100px 0px 50px;
    clear: both;
    margin: 0;
    background: transparent url(../image/codezeel/special-bg.jpg) no-repeat scroll top center;
    clear: both;
    position: relative;
}

.box.special .box-heading {
    padding-bottom: 40px;
    margin: 0;
}

.box.special .box-heading:after {
    bottom: -20px;
}

.box-product-inner {
    background: #ffffff;
    border: 1px solid #ebebeb;
    padding-top: 60px;
}

.box.special .product-block {
    padding-bottom: 0;
    height: auto !important;
}

.box.special .product-block:after {
    content: "";
    border-right: 1px solid #f3f3f3;
    height: 80%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: auto;
}

.box.special .product-block-inner {
    margin: 0;
    height: auto !important;
}

.box.special .owl-pagination {
    display: none;
}

.box.special .product-thumb .image {
    float: left;
    width: 48%;
    border: 0;
    padding-bottom: 0;
}

.box.special .product-thumb .image .special-image-carousel li.slider-item {
    float: left;
    width: 100%;
    padding: 0;
    border: 0;
}

.box.special .product-thumb .image .special-image-carousel li.slider-item img {
    max-width: 100%;
    width: 280px;
}

.box.special .product-thumb .product-details {
    text-align: center;
    float: right;
    width: 52%;
}

.box.special .product-thumb .product-details .caption {
    padding: 0;
    text-align: center;
}

.box.special .product-thumb .product-details .caption h4 {
    margin: 10px 0 15px;
}

.box.special .product-thumb .product-details .caption h4 a {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: #000;
}

.box.special .product-thumb .product-details .caption h4 a:hover {
    color: #2d5016;
}

.box.special .product-thumb .product-details .caption .price {
    font-size: 17px;
    font-weight: 400;
    opacity: 1;
    filter: alpha(opacity=100);
    margin-bottom: 15px;
}

.box.special .product-thumb .product-details .caption .desc {
    padding: 0 20px;
}

.box.special .product-thumb .product-details .caption .hurryup-text {
    font-size: 13px;
    font-weight: 500;
    color: #ba2954;
    padding-top: 2px;
}

.box.special .product-thumb .rating {
    margin-bottom: 7px;
    position: static;
    opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
}

.box.special .product-thumb .product-details .caption .button-addtocart {
    margin-top: -20px;
}

.box.special .product-thumb .product-details .caption button.addtocart {
    padding: 7px 21px;
    opacity: 1;
    filter: alpha(opacity=100);
    position: static;
    display: inline-block;
}

.box.special .product-thumb:hover .image a {
    opacity: 1;
    filter: alpha(opacity=100);
}

.box.special .product-thumb .image .addtocart {
    background: #ffffff;
    border: 1px solid #ebebeb;
    font-size: 12px;
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: auto;
    padding: 10px 27px;
    border-radius: 0;
    height: auto;
    margin-top: 38px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.box.special .product-thumb .image .addtocart:hover {
    color: #ffffff;
    background-color: #2d5016;
    border-color: #2d5016;
}

.box.special .product-thumb .image .addtocart span {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #000;
}

.box.special .product-thumb .image .addtocart:hover span {
    color: #fff;
}


@media (max-width: 991px) {
    .box.special {
        width: 100%;
        padding: 30px 15px 10px;
    }

    .box.special .product-thumb .image {
        width: 40%;
    }

    .box.special .product-thumb .product-details {
        width: 60%;
    }

    .box.special .product-thumb .image .addtocart {
        margin-top: 20px;
    }
}

@media (max-width: 575px) {
    .box.special .product-thumb .image {
        width: 100%;
        float: none;
        max-width: 282px;
        margin: 0 auto;
    }

    .box.special .product-thumb .product-details {
        text-align: center;
        width: 100%;
        padding-top: 20px;
    }

    .box.special .product-thumb .product-details .caption .button-group {
        opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        -khtml-opacity: 1;
    }

    .box.special .box-heading {
        padding-bottom: 30px;
    }
}



.box-product {
    list-style-type: none;
    position: relative;
    width: 100%;
    padding: 0px;
    margin: 0px;
    list-style: none;
    overflow: hidden;
}

.box-product .product-items {
    margin-bottom: 14px;
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
}

.lb-nav a.lb-next {
    transition: none;
}

.lb-nav a.lb-prev {
    transition: none;
}

.product-grid li,
.box-product .product-items,
.product-carousel .slider-item {
    width: 280px;
    float: left;
    display: inline-block;
}

#featured #featured-grid .product-items {
    display: none;
}

.ie7 .product-grid li {
    width: 192px !important;
}

.image-additional .slider-item {
    display: inline-block;
    float: left;
}

#additional-carousel.image-additional .slider-item .product-block {
    margin: 4px 6px;
    background: transparent;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    clear: both;
    overflow: hidden;
    text-align: center;
    border: 0;
    padding: 0;
}

.image-additional .slider-item .product-block:hover {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

.grid_default_width {
    width: 288px;
}

.featured_default_width {
    width: 288px;
}

.module_default_width {
    width: 220px;
}

.latest_default_width {
    width: 288px;
}

.special_default_width {
    width: 50%;
}

.related_default_width {
    width: 288px;
}

.bestseller_default_width {
    width: 288px;
}

.tabspecial_default_width {
    width: 288px;
}

.tabbestseller_default_width {
    width: 288px;
}

.tablatest_default_width {
    width: 288px;
}

.additional_default_width {
    width: 90px;
}

.testimonial_default_width {
    width: 100%;
}

.ourcategory_default_width {
    width: 190px;
}

#content .banners-slider-carousel .product-carousel .product-block-inner,
#content .banners-slider-carousel .product-grid .product-block-inner {
    text-align: center;
}

.product-block {
    padding: 10px 15px 15px;
    margin: 0;
    clear: both;
    overflow: hidden;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.product-items .product-block {
    padding: 10px 15px 15px 14px;
    height: auto !important;
}

.box.featured .product-block,
.box.latest .product-block,
.box.related .product-block {
    border-right: 1px solid #ededed;
}

@media (min-width: 992px) {

    .box.featured li.item:nth-child(4n) .product-block,
    .box.featured .product-items:nth-child(4n) .product-block,
    .box.featured li.item:nth-child(8n) .product-block,
    .box.featured .product-items:nth-child(8n) .product-block {
        border-right-color: transparent;
    }
}

@media (max-width: 991px) and (min-width: 651px) {

    .box.featured li.item:nth-child(3n) .product-block,
    .box.featured .product-items:nth-child(3n) .product-block,
    .box.featured li.item:nth-child(6n) .product-block,
    .box.featured .product-items:nth-child(6n) .product-block {
        border-right-color: transparent;
    }
}

@media (max-width: 650px) and (min-width: 401px) {

    .box.featured li.item:nth-child(2n) .product-block,
    .box.featured .product-items:nth-child(2n) .product-block,
    .box.featured li.item:nth-child(4n) .product-block,
    .box.featured .product-items:nth-child(4n) .product-block {
        border-right-color: transparent;
    }
}

.banners-slider-carousel .product-carousel .slider-item .product-block {
    border: 0;
    margin: 15px 16px;
    padding: 0;
}

.banners-slider-carousel .product-block {
    margin-bottom: 10px;
}

.banners-slider-carousel .product-block .product-block-inner {
    text-align: center;
    cursor: pointer;
    padding: 0;
}

.ie7 #content .product-carousel .product-block,
/*.ie7 #content .product-grid-list .product-block,*/
.ie7 .product-block {
    border: 1px solid #ddd;
}

.ie7 #content .product-carousel .product-block:hover,
.ie7 .product-block:hover {
    border: 1px solid #ddd;
}


.product-grid .product-thumb .desc,
.productbox-grid .product-thumb .price-tax,
.product-carousel .product-thumb .price-tax {
    display: none;
}

.product-list .product-details {
    overflow: hidden;
}

.product-block-inner {
    text-align: left;
    overflow: hidden;
    position: relative;
}

.stock_status {
    bottom: auto;
    text-transform: uppercase;
    color: #f00;
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    font-weight: 500;
    text-align: center;
    background: #fff;
    padding: 7px 10px;
    box-shadow: 0 0px 5px 0px #ddd;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}

.product-list .product-block .image {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}

.product-block:hover .image .stock_status {
    opacity: 0;
    filter: alpha(opacity=0);
}

.banners-slider-carousel {
    float: left;
    width: 100%;
    clear: both;
    margin: 10px 0px 30px;
}

.banners-slider-carousel .customNavigation {
    top: 40%;
}

.banners-slider-carousel:hover .customNavigation {
    opacity: 1;
    filter: alpha(opacity=100);
}

.banners-slider-carousel .box-heading {
    display: none;
}

.banners-slider-carousel .carousel-block {
    position: relative;
    padding: 40px 0px 20px;
}

.sale {
    color: #000000;
    font-size: 13px;
    left: 15px;
    letter-spacing: 1px;
    position: absolute;
    text-align: right;
    text-transform: capitalize;
    top: 10px;
    display: none;
}

.product-thumb .sale {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}

.product-thumb:hover .sale {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}

/* box products for Left Column and Right Column */
#column-left .box-product,
#column-right .box-product {
    width: 100%;
    overflow: hidden;
}

#column-left .box-product>div,
#column-right .box-product>div {
    display: block;
    vertical-align: top;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0;
    width: 100%;
}

#column-left .box .box-content div.product-items:last-child>div,
#column-right .box .box-content div.product-items:last-child>div,
#column-left .box .box-content div.slider-item:last-child>div,
#column-right .box .box-content div.slider-item:last-child>div {
    border: 0 none;
}

#column-left .box-product .image,
#column-right .box-product .image {
    display: block;
    margin-bottom: 10px;
    float: left;
    margin-right: 15px;
    margin-top: 0px;
}

#column-left .product-items .product-details,
#column-right .product-items .product-details {
    width: auto;
    overflow: hidden;
}

#column-left .product-thumb .caption,
#column-right .product-thumb .caption {
    padding: 3px 0px 3px;
    text-align: left;
}

#column-left .caption a,
#column-right .caption a {
    word-wrap: break-word;
    color: #555555;
}

#column-left .box-product .product-thumb h4,
#column-right .box-product .product-thumb h4 {
    margin: 4px 0 6px;
    color: #555555;
}

#column-left .box-product .name,
#column-right .box-product .name {
    display: block;
}

#column-left .box-product .cart,
#column-right .box-product .cart {
    display: block;
}

#column-left .box-product .cart .button,
#column-right .box-product .cart .button {
    padding: 0;
    background: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    height: auto;
    font-weight: normal;
    border-radius: 0;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    color: #555;
    display: block;
    text-align: left;
}

#column-left .box-product .cart .button:hover,
#column-right .box-product .cart .button:hover {
    text-decoration: underline;
}

#column-left .box-product .image img,
#column-right .box-product .image img {
    width: 85px;
}

#column-left .box-product .rating,
#column-right .box-product .rating,
#column-left .box-product .name,
#column-right .box-product .name,
#column-left .box-product .price,
#column-right .box-product .price,
#column-left .box-product .cart,
#column-right .box-product .cart {
    float: left;
    clear: both;
    display: block;
    line-height: inherit;
    margin-bottom: 5px;
}

#column-left .box-product .product-block:hover .price,
#column-right .box-product .product-block:hover .price {
    opacity: 1;
    filter: alpha(opacity=100);
}

#column-left .box .box-content,
#column-right .box .box-content,
#column-left .box .list-group,
#column-right .box .list-group,
#column-left .box .filterbox,
#column-right .box .filterbox {
    padding: 15px 15px;
    border: 1px solid #ededed;
    border-top: 2px solid #2d5016;
    margin: 0;
}

#column-left .box .filterbox label,
#column-right .box .filterbox label {
    color: #555555;
    font-size: 12px;
}

#column-left .box .filterbox label:hover,
#column-right .box .filterbox label:hover {
    color: #2d5016;
}

#column-left .box-product .rating,
#column-right .box-product .rating {
    display: inline-block;
    margin-bottom: 0px;
    opacity: 1;
    display: none;
}

#column-left .product-thumb,
#column-right .product-thumb {
    border: none;
    margin: 0px 0px;
    padding: 5px 0;
}

#column-left .box.special .product-block-inner,
#column-right .box.special .product-block-inner {
    padding: 0;
}

#column-left .sale,
#column-left .price-tax,
#column-left .wishlist,
#column-left .compare,
#column-right .sale,
#column-right .price-tax,
#column-right .wishlist,
#column-right .compare {
    display: none !important;
}

#column-left .product-thumb .button-group button,
#column-right .product-thumb .button-group button {
    background: none repeat scroll 0 0 transparent;
    padding: 0;
    width: auto;
    line-height: 28px;
    color: #262626;
    text-transform: capitalize;
    left: 0;
    height: auto;
    position: static;
    text-align: left;
}

#column-left .product-thumb .button-group button span,
#column-right .product-thumb .button-group button span {
    display: block !important;
}

#column-left .product-thumb .button-group button:hover,
#column-right .product-thumb .button-group button:hover {
    color: #2d5016
}

#column-left .product-thumb .button-group button .fa,
#column-right .product-thumb .button-group button .fa {
    display: none;
}

#column-left .product-thumb .button-group,
#column-right .product-thumb .button-group {
    background: none;
    border: none;
    position: static;
    display: block;
    float: left;
    opacity: 1;
    padding: 0;
}

#column-left .product-thumb .image .button-group,
#column-right .product-thumb .image .button-group {
    display: none
}

#column-left .container,
#column-right .container {
    width: auto;
    padding: 0;
}

#column-left .box,
#column-right .box {
    margin-bottom: 30px;
    position: relative;
    padding: 0px;
}

#column-left .box.latest,
#column-right .box.latest {
    padding-top: 15px;
}

#column-left .box .product-thumb button.addtocart,
#column-right .box .product-thumb button.addtocart {
    padding: 0px;
    border: 0;
    text-align: left;
    font-weight: 400;
    text-transform: capitalize;
    background: none;
    position: static;
    opacity: 1;
    display: block;
    width: 100%;
    font-size: 12px;
    height: auto;
}

#column-left .box .product-thumb button.addtocart span:hover,
#column-right .box .product-thumb button.addtocart span:hover {
    color: #2d5016;
}

#column-left .box .product-thumb button.addtocart span,
#column-right .box .product-thumb button.addtocart span {
    background: none;
    padding: 0px;
    color: #555;
    text-transform: capitalize;
    display: block;
    font-size: 12px;
    font-weight: 600;
}

#column-left .box .product-block:hover button.addtocart,
#column-right .box .product-block:hover button.addtocart {
    background: transparent;
    color: #2d5016;
}

#column-left .single-banner .swiper-slide a:before {
    content: "";
    background: rgba(255, 255, 255, .5) none repeat scroll 0 0;
    bottom: 20px;
    left: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 1;
    filter: alpha(opacity=100);
}

#column-left .single-banner .swiper-slide:hover a:before,
#column-right .single-banner .swiper-slide:hover a:before {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

#column-left .single-banner .swiper-pagination,
#column-right .single-banner .swiper-pagination {
    display: none;
}

#column-left .product-thumb .caption h4:hover,
#column-right .product-thumb .caption h4:hover {
    color: #2d5016;
}

#column-left .product-thumb h4 a:hover,
#column-right .product-thumb h4 a:hover {
    color: #2d5016;
}

.product-thumb caption h4 a:hover,
header #cart li a:hover,
.product-thumb:hover h4 {
    color: #2d5016;
}

.compare-total a {
    color: #000000;
}

@keyframes blink {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink {
    to {
        visibility: hidden;
    }
}

.top_button {
    bottom: 20px;
    cursor: pointer;
    height: 40px;
    padding: 0;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 40px;
    color: #ffffff;
    background-color: #2d5016;
    z-index: 9;
    line-height: 44px;
    font-size: 0px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation-name: hvr-icon-bob-float, hvr-icon-bob;
    animation-name: hvr-icon-bob-float, hvr-icon-bob;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
}

.top_button:hover {
    color: #000;
}

.top_button:before,
.top_button:after {
    content: "\f106";
    color: #ffffff;
    font-family: "FontAwesome";
    font-size: 22px;
    line-height: 37px;
    font-weight: 300;
}

.top_button:after {
    content: "";
    border: 2px solid #2d5016;
    border-radius: 50%;
    bottom: -5px;
    height: 50px;
    opacity: 1;
    right: -5px;
    position: absolute;
    width: 50px;
    animation: blink 2s steps(5, start) infinite;
    -webkit-animation: blink 1s steps(5, start) infinite;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.top_button:hover:after {
    animation: unset;
    -webkit-animation: unset;
}

#content ul.list-unstyled {
    margin-bottom: 10px;
    overflow: auto;
}

#content ul.list-unstyled li {
    line-height: 26px;
    padding: 4px 0;
}

.manufacturer-list {
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
    padding: 5px;
}

.manufacturer-heading {
    background: none repeat scroll 0 0 #f8f8f8;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 6px;
    padding: 5px 8px;
}

.manufacturer-content {
    padding: 8px;
}

.manufacturer-list ul {
    float: left;
    list-style: outside none none;
    margin: 0 0 10px;
    padding: 0;
    width: 25%;
}

.category_filter .sort .form-control {
    cursor: pointer;
}

.productpage .box {
    margin-top: 20px;
    position: relative;
    margin-bottom: 30px;
    float: left;
    width: 100%;
    clear: both;
}

.box.related:hover .customNavigation {
    opacity: 1;
    filter: alpha(opacity=100);
}

.tab-content {
    overflow: hidden;
}

.col-sm-4.total_amount {
    margin-top: 70px;
}

.product-tag {
    margin: 5px 0;
}

.aboutus {
    clear: both;
    margin-bottom: 40px
}

.aboutus h3 {
    margin-bottom: 10px;
    color: #000;
    font-weight: 700;
}

.image1 {
    background: url("../image/codezeel/cms-sprite.png") no-repeat scroll 0px 0px;
    float: left;
    height: 50px;
    width: 60px;
}

.image2 {
    background: url("../image/codezeel/cms-sprite.png") no-repeat scroll 0px -114px;
    float: left;
    height: 50px;
    width: 60px;
}

.image3 {
    background: url("../image/codezeel/cms-sprite.png") no-repeat scroll 0px -53px;
    float: left;
    height: 50px;
    width: 60px;
}

.image4 {
    background: url("../image/codezeel/cms-sprite.png") no-repeat scroll 0px -172px;
    float: left;
    height: 50px;
    width: 60px;
}

.aboutus h2 {
    clear: both;
    font-size: 20px;
}

.about-content {
    overflow: hidden;
}

.information-information .right {
    float: right;
}

.category_filter #grid-view,
.category_filter #list-view {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    border: none;
    padding: 6px 12px;
}

.category_filter #grid-view {
    background: url(../image/codezeel/sprite.png) no-repeat scroll -4px -31px;
    width: 24px;
    height: 24px;
}

.category_filter #list-view {
    background: url(../image/codezeel/sprite.png) no-repeat scroll -41px -31px;
    width: 24px;
    height: 24px;
}

.category_filter #list-view.active,
.category_filter #list-view:hover {
    background-position: -41px -1px;
}

.category_filter #grid-view:hover,
.category_filter #grid-view.active {
    background-position: -4px -1px;
}

.category_filter #grid-view .fa,
.category_filter #list-view .fa {
    display: none
}

#list-view {
    margin-left: 8px
}

.category_filter #grid-view:hover .fa,
.category_filter #list-view:hover .fa {
    color: #fff;
}

.category_filter .btn-list-grid {
    float: left;
    width: auto;
    padding: 6px 0 0 0;
}

.compare-total {
    float: left;
    margin: 7px 20px 0;
}

.pagination-right {
    float: right;
    margin: 0;
    width: auto;
}

.category_filter .sort-by {
    float: left;
    margin: 8px 10px 0 0;
    width: auto;
    padding: 0;
}

.category_filter .show {
    float: left;
    margin: 8px 10px 0;
    padding: 0;
    width: auto;
}

.category_filter .sort {
    float: left;
    width: 150px;
    padding: 0;
    margin: 3px 0 0;
}

.category_filter .limit {
    float: right;
    width: 100px;
    padding: 0;
    margin: 3px 0 0;
}

.category_filter .sort-by label,
.category_filter .show label {
    font-weight: 400;
    font-size: 12px;
}

.sort-by-wrapper,
.show-wrapper {
    float: left;
}

.category_thumb .category_img,
.category_thumb .category_description {
    float: left;
    width: 100%;
}

.category_img img {
    margin-bottom: 20px;
    border: none;
}

.category_list ul {
    padding: 0;
    display: inline-block;
    margin: 0;
}

#content .refine-search {
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
}

.refine-search ul {
    padding: 0;
}

.refine-search ul li {
    list-style: none;
}

.category_list li a {
    color: #000000;
    display: block;
    padding: 5px 18px;
    border: 1px solid #ededed;
    background-color: #ffffff;
    font-size: 12px;
}

.category_list li a:hover {
    color: #2d5016;
    border-color: #2d5016;
}

.category_list li {
    float: left;
    list-style: outside none none;
    margin: 0 10px 5px 0;
}

.pagination-wrapper {
    display: inline-block;
    margin: 10px 0 10px;
    padding: 0px 0 0px 0;
    width: 100%;
    background: none;
    border-top: 0;
}

.category_filter {
    display: inline-block;
    margin: 10px 0 20px;
    padding: 0 0 0px;
    width: 100%;
}

.pagination-wrapper .page-link {
    float: right;
    padding: 0;
    width: auto;
    margin-top: 6px;
}

.pagination-wrapper .page-result {
    float: left;
    padding: 0;
    width: auto;
    margin: 13px 0 13px;
}

.contact-info .left {
    float: left;
    width: 50%;
}

.contact-info .right {
    float: right;
    width: 50%;
}

.row.contact-info {
    padding: 0 15px;
}

.information-contact .panel-body {
    padding: 30px;
    overflow: auto;
}

.contact-info .address-detail strong {
    background: url("../image/codezeel/cms-sprite.png") no-repeat scroll -6px -235px transparent;
    padding: 0px 0 0 40px;
    height: 28px;
    margin: 10px 0 0;
    float: left;
    clear: both;
    font-weight: 500
}

.contact-info .address-detail,
.contact-info .telephone,
.contact-info .fax,
.contact-info .openingtime,
.contact-info .comments {
    float: left;
    width: 100%;
}

.contact-info .telephone strong {
    background: url("../image/codezeel/cms-sprite.png") no-repeat scroll -5px -314px transparent;
    padding: 0px 0 0 40px;
    margin: 10px 0 0;
    height: 28px;
    float: left;
    clear: both;
    font-weight: 500
}

.contact-info .fax strong {
    background: url("../image/codezeel/cms-sprite.png") no-repeat scroll -5px -272px transparent;
    padding: 0px 0 0 40px;
    height: 28px;
    margin: 10px 0 0;
    float: left;
    clear: both;
    font-weight: 500
}

.contact-info .openingtime strong {
    background: url("../image/codezeel/cms-sprite.png") no-repeat scroll -5px -355px transparent;
    padding: 0px 0 0 40px;
    height: 28px;
    margin: 10px 0 0;
    float: left;
    clear: both;
    font-weight: 500
}

.contact-info .comments strong {
    background: url("../image/codezeel/cms-sprite.png") no-repeat scroll -5px -399px transparent;
    padding: 0px 0 0 40px;
    height: 28px;
    margin: 10px 0 0;
    float: left;
    clear: both;
    font-weight: 500
}

.contact-info address {
    display: inline-block;
    margin: 0 0 0 40px;
    float: left;
    clear: both;
}

.address-detail .btn {
    clear: both;
    float: left;
    margin: 15px 0 0 37px;
}

#spinner {
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100%;
    z-index: 99999;
    background: url(../image/codezeel/loading.gif) no-repeat center center #ffffff;
    width: 100%;
    background-size: 12%;
}

.main-slider {
    position: relative;
    width: 100%;
    clear: both;
}

.main-slider .swiper-pager ul.swiper-pager-button {
    margin-bottom: 0;
}

.main-slider .swiper-pager div {
    text-decoration: none;
    display: block;
    margin: 30px 0 0;
    position: absolute;
    top: 42%;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    background-image: none;
    border: 0;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    line-height: 1;
    height: 100px;
    width: 100px;
    border: 2px solid rgba(255, 255, 255, 0.36);
    border-radius: 50%;
}

.main-slider .swiper-pager div:before {
    height: 100px;
    width: 100px;
    color: #fff;
    display: inline-block;
    float: none;
    font-family: "FontAwesome";
    font-size: 30px;
    line-height: 28px;
    margin: 2px;
    vertical-align: top;
    border-radius: 50%;
    padding: 32px 35px;
}

.main-slider .swiper-pager div:hover:before {
    color: #2d5016;
}

.main-slider .swiper-pager div:hover {
    border-color: #2d5016;
}

.main-slider .swiper-pager .swiper-button-prev:before {
    content: '\f104';
}

.main-slider .swiper-pager .swiper-button-next:before {
    content: '\f105';
    padding-right: 45px;
}

.main-slider .swiper-pager .swiper-button-prev {
    left: 50px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.main-slider .swiper-pager .swiper-button-next {
    right: 50px;
    text-align: right;
    opacity: 0;
    filter: alpha(opacity=0);
}

.main-slider:hover .swiper-pager .swiper-button-prev {
    left: 100px;
    opacity: 1;
    filter: alpha(opacity=100);
}

.main-slider:hover .swiper-pager .swiper-button-next {
    right: 100px;
    opacity: 1;
    filter: alpha(opacity=100);
}

/*******   main-slider navigation image ***/

#slider_banner {
    clear: both;
    position: absolute;
    top: 23%;
    width: 100px;
    height: 100px;
    right: 0;
    background: #ffffff;
    padding: 25px 30px 25px 10px;
    border-radius: 100px 0 0 100px;
    -webkit-border-radius: 100px 0 0 100px;
    -khtml-border-radius: 100px 0 0 100px;
    -moz-border-radius: 100px 0 0 100px;
    z-index: 8;
}

#slider_banner ul#slider_banner_curosel {
    padding: 0;
    margin: 0;
}

#slider_banner .swiper-slide {
    width: 100px;
    height: 100px;
    display: inline-block;
}

#slider_banner .swiper-slide img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}


.information-sitemap .sitge-map ul {
    padding: 0 0 0 20px;
}

.forget-password {
    margin: 5px 0 0;
}

.product-compare .btn-primary {
    margin: 5px 0 5px;
}

.product-compare input.btn.btn-primary.btn-block {
    margin: 5px 0 5px;
}

.productpage .write-review,
.productpage .review-count {
    margin: 0 10px;
    color: #888888;
}

.productpage .write-review:hover,
.productpage .review-count:hover {
    color: #2d5016;
}

.productpage .rating-wrapper,
.quickview .rating-wrapper {
    margin: 0px;
}

.quickview .review-count,
.quickview .write-review {
    display: none;
}

#account-wishlist .table-bordered .price {
    font-family: 'Poppins', sans-serif;
}

#content.productpage ul.list-unstyled {
    border-bottom: medium none;
}

.panel-default>.panel-heading:hover {
    border-color: #888;
}

.panel-default>.panel-heading:hover .panel-title {
    background-color: #ffffff;
}

#accordion h4.panel-title a.accordion-toggle {
    display: block;
}

.checkout-cart #accordion .panel-title>a,
.checkout-checkout #accordion .panel-title {
    color: #444;
    font-weight: 700;
    padding: 10px;
}

#accordion .panel-title>a {
    color: inherit;
}

#accordion .panel-heading .fa.fa-caret-down {
    float: right;
    margin-top: 4px;
}

#accordion .col-sm-10 {
    width: 75%;
}

#accordion .form-horizontal .control-label {
    text-align: left;
}

#accordion .panel-default .panel-body h2 {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
}

.checkout-cart #content .buttons .pull-right .btn {
    background-color: #000;
    border-color: #000;
}

.checkout-cart #content .buttons .pull-right .btn:hover {
    background-color: #2d5016;
    border-color: #2d5016;
}

.checkout-success p a {}

.checkout-cart .hasCustomSelect {
    width: 95% !important;
}

#content ul.list-unstyled.attr span {
    font-weight: 600;
    color: #262626;
}

#content ul.list-unstyled.attr a {
    color: #888888;
}

#content ul.list-unstyled.attr a:hover {
    color: #2d5016;
}

#content ul.list-unstyled.attr {
    padding-bottom: 15px;
    border-bottom: 1px solid #ededed;
    padding-top: 5px;
    margin-bottom: 20px;
}

#content ul.list-unstyled.attr li {
    clear: both
}

.productpage .product-right {}

.productpage .product-right ul.price,
.productpage .product-right ul.price {
    padding-bottom: 10px
}

#content ul.list-unstyled.price li {
    float: left;
    padding: 2px 0;
    font-size: 11px;
}

.productpage .product-right ul li span.old-price,
.productpage .product-right ul li span.special-price {
    float: left;
    margin-bottom: 10px;
}

.productpage .product-right ul li.discount,
.productpage .product-right ul li.rewardpoint,
.productpage .product-right ul li.price-tax {
    clear: both;
}

span.old-price {
    margin-right: 10px;
    font-size: 19px;
    color: #878787;
    font-weight: normal;
}

#content h3.special-price {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #2d5016;
    font-family: 'Poppins', sans-serif;
}

div#product {
    padding-top: 5px;
}

#product .input-group.date span.input-group-btn button {
    padding: 6px 23px;
}

div#product .form-group .hasCustomSelect {
    width: 90% !important;
}

.page-title {
    padding: 0px;
}

.page-title,
.refine-search,
.product-title,
.product-option {
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    color: #ffffff;
    text-transform: capitalize;
    margin: 7px 0px;
}

.copy-right {
    border-top: 1px solid #e5e5e5;
    padding: 10px 0;
    text-align: center;
}

.account-address .table>tbody>tr>td {
    vertical-align: middle;
}

.account-address .btn-info {
    margin: 2px 0;
}

.affiliate-account .btn-primary .list-group-item,
.affiliate-account .btn-primary .list-group-item:hover {
    padding: 0;
    background: none;
    color: #fff;
}

#content .affiliate-logout {}


.shopping-cart .img-thumbnail {
    max-width: none;
    border: 0;
}

.shopping-cart .input-group .form-control {
    width: auto;
    height: 40px;
    text-align: center;
}

.shopping-cart .input-group-btn {
    /* float: left;*/
}

#accordion label.col-sm-2.control-label {
    margin: 7px 0 0;
    padding: 0 15px 0 0;
}

#accordion #collapse-shipping label.col-sm-2.control-label {
    padding: 0 15px;
}

.checkout-checkout #accordion label.col-sm-2.control-label {
    padding-left: 15px;
}

.checkout-cart .input-group-btn:last-child>.btn,
.checkout-cart .input-group-btn:last-child>.btn-group {
    margin-left: 5px;
    font-size: 12px;
}

.col-sm-3.search_subcategory {
    width: auto;
    margin-top: 7px;
}

#button-search {
    float: right;
}

.product-search h2 {
    clear: both;
}

.banners-slider-carousel img {
    max-width: 100%;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.banners-slider-carousel .product-block:hover img {
    filter: alpha(opacity=100);
    filter: grayscale(0);
}

@-webkit-keyframes slideDashXopp {
    from {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
    }

    to {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }
}


@-moz-keyframes slideDashXopp {
    from {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
    }

    to {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }
}

@keyframes slideDashXopp {
    from {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
    }

    to {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }
}

@-webkit-keyframes slideDash {
    from {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }

    to {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
    }
}


@-moz-keyframes slideDash {
    from {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }

    to {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
    }
}

@keyframes slideDash {
    from {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }

    to {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
    }
}


@-webkit-keyframes slideDashY {
    from {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }

    to {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
    }
}


@-moz-keyframes slideDashY {
    from {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }

    to {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
    }
}

@keyframes slideDashY {
    from {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }

    to {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
    }
}


@-webkit-keyframes slideDashYopp {
    from {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
    }

    to {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
}


@-moz-keyframes slideDashYopp {
    from {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
    }

    to {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
}

@keyframes slideDashYopp {
    from {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
    }

    to {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
}



/* CMS */

.box .box-content ul li {
    line-height: 22px;
    padding: 3px 0px;
    position: relative;
}

.box .box-content ul li .hitarea {
    position: absolute;
    right: 0px;
    top: 4px;
}

.box .box-content ul li:last-child a {
    border: medium none;
}

.box .box-content .box-category {
    padding: 0px;
}

#content .content ul li {
    line-height: 22px;
    padding: 5px;
}

.box .box-content ul li ul li+li {
    border-top: medium none;
}

.box .box-content ul li a,
#content .content ul li a {
    color: #555555;
    text-transform: capitalize;
    font-size: 12px;
    line-height: 26px;
    display: inline-block;
    width: 100%;
}

.box .box-content ul li a+a,
.box .box-content ul li a+a:hover {
    background: none;
    padding-left: 0;
}

.box .box-content ul li a:hover,
#content .content ul li a:hover {
    color: #2d5016;
}

.box .box-content ul ul {
    z-index: 99;
    width: auto;
}

.single-banner {
    margin: 0px 0px 30px;
    border: 0;
    text-align: center;
}

#content .single-banner {
    margin: 15px 0 50px;
}

#content #banner2 a {
    position: relative;
    display: block;
}

#content #banner2 a:before {
    content: "";
    position: absolute;
    box-shadow: 0 0 125px rgba(0, 0, 0, 0.56) inset;
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    z-index: 9;
}

#content #banner2:hover a:before {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
}

.box .box-content ul li ul li a.activSub:hover,
.box .box-content ul li a.activSub:hover {}

.box .box-content ul li ul li a.activSub,
.box .box-content ul li a.activSub {}

.box .box-content ul ul li ul {
    padding: 0;
}

.box .box-content ul ul li:hover ul {
    display: block;

}

.box.category {
    width: 23%;
    float: left;
    border: 0;
    padding: 0;
    margin-bottom: 0;
    position: relative;
    min-height: auto;
    overflow: visible;
}

.box-category .box-content {
    background-color: #ffffff;
    width: 100%;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    margin: 0px 0 0 0;
    border: 3px solid #2d5016;
    border-top: 0;
    padding: 20px 0 15px;
    position: absolute;
}

.box.category .box-heading {
    background-color: #2d5016;
    padding: 19px 10px 17px 25px;
    margin-bottom: 0;
    font-size: 14px;
    text-align: left;
    font-weight: 500;
    letter-spacing: .9px;
    cursor: pointer;
    margin-top: 0;
    color: #fff;
    text-transform: uppercase;
    line-height: 26px;
}

.box.category .box-content>ul>li>a,
.box.category .box-content #nav-one li.main.hiden_vertical_menu a,
.box.category li.main.hiden_vertical_menu span {
    padding: 10px 0 10px 40px;
    text-transform: uppercase;
    font-size: 13px;
    width: auto;
    font-weight: 400;
    line-height: 19px;
    display: block;
    color: #6c6c6c;
}

.box.category .box-content>ul>li:hover>a,
.box.category .box-content #nav-one li.main.hiden_vertical_menu a:hover,
.box.category li.main.hiden_vertical_menu span:hover {
    color: #2d5016;
}

.box.category .box-content ul li {
    float: left;
    width: 100%;
    position: relative;
    background: url(../image/codezeel/cat-icon.png) no-repeat scroll 20px 0px;
    padding: 0 20px;
}

.box.category .box-content>ul>li:first-child {
    background-position: 20px 12px;
}

.box.category .box-content>ul>li:hover:first-child {
    background-position: 20px -90px;
}

.box.category .box-content>ul>li:nth-child(2n) {
    background-position: 20px -598px;
}

.box.category .box-content>ul>li:hover:nth-child(2n) {
    background-position: 20px -699px;
}

.box.category .box-content>ul>li:nth-child(3n) {
    background-position: 20px -190px;
}

.box.category .box-content>ul>li:hover:nth-child(3n) {
    background-position: 20px -291px;
}

.box.category .box-content>ul>li:nth-child(4n) {
    background-position: 20px -1411px;
}

.box.category .box-content>ul>li:hover:nth-child(4n) {
    background-position: 20px -1513px;
}

.box.category .box-content>ul>li:nth-child(5n) {
    background-position: 20px -1207px;
}

.box.category .box-content>ul>li:hover:nth-child(5n) {
    background-position: 20px -1309px;
}

.box.category .box-content>ul>li:nth-child(6n) {
    background-position: 20px -2224px;
}

.box.category .box-content>ul>li:hover:nth-child(6n) {
    background-position: 20px -2326px;
}

.box.category .box-content>ul>li:nth-child(7n) {
    background-position: 20px -394px;
}

.box.category .box-content>ul>li:hover:nth-child(7n) {
    background-position: 20px -496px;
}

.box.category .box-content>ul>li:nth-child(8n) {
    background-position: 20px -1004px;
}

.box.category .box-content>ul>li:hover:nth-child(8n) {
    background-position: 20px -1106px;
}

.box.category .box-content>ul>li:nth-child(9n) {
    background-position: 20px -800px;
}

.box.category .box-content>ul>li:hover:nth-child(9n) {
    background-position: 20px -902px;
}

.box.category .box-content>ul>li:nth-child(10n) {
    background-position: 20px -598px;
}

.box.category .box-content>ul>li:hover:nth-child(10n) {
    background-position: 20px -699px;
}

.box.category .box-content>ul>li:nth-child(11n) {
    background-position: 20px -394px;
}

.box.category .box-content>ul>li:hover:nth-child(11n) {
    background-position: 20px -496px;
}

.box.category .box-content>ul>li:nth-child(12n) {
    background-position: 20px -190px;
}

.box.category .box-content>ul>li:hover:nth-child(12n) {
    background-position: 20px -291px;
}

.box.category .box-content>ul>li:nth-child(13n) {
    background-position: 20px -1411px;
}

.box.category .box-content>ul>li:hover:nth-child(13n) {
    background-position: 20px -1513px;
}

.box.category .box-content>ul>li:nth-child(14n) {
    background-position: 20px -2224px;
}

.box.category .box-content>ul>li:hover:nth-child(14n) {
    background-position: 20px -2326px;
}

.box.category .box-content ul li.hiden_vertical_menu .main:first-child {
    background-position: 20px -190px;
}

.box.category .box-content ul li.hiden_vertical_menu .main:hover:first-child {
    background-position: 20px -291px;
}

.box.category .box-content ul li.hiden_vertical_menu {
    background: none;
    padding-left: 0;
}

.box.category li.main.hiden_vertical_menu {
    background: none;
    padding: 0;
}

.box.category .box-content .dropdown-inner ul li {
    background: none;
    padding: 0px;
}

.box.category .box-content #nav-one li.main.hiden_vertical_menu a:hover,
.box.category .box-content #nav-one li.main.hiden_vertical_menu a:hover {
    color: #2d5016;
}

.box.category li.main.hiden_vertical_menu span {
    padding: 10px 15px 10px 25px;
    float: left;
    width: 100%;
    cursor: pointer;
}

.box.category .box-heading:after {
    display: none;
}

.box.category .dropdown-arrow {
    float: left;
    font-weight: 300;
    margin-top: 0;
    padding-right: 20px;
}

.box.category .dropdown-arrow:before {
    font-family: "FontAwesome";
    content: "\F0C9";
    font-size: 18px;
    padding-left: 3px;
    font-weight: 400;
    float: left;
}

.box.category li.main.hiden_vertical_menu span:before {
    font-family: "FontAwesome";
    content: "\F107";
    font-size: 18px;
    padding-left: 3px;
    font-weight: 400;
    float: right;
}

.box.category li.main.hiden_vertical_menu span.active:before {
    content: "\F106";
}

#nav-one li.hiden_vertical_menu .dropdown-inner {
    display: none;
}

.product-block-inner a img {
    vertical-align: middle;
}



.box-category-heading {
    background-color: #000;
    color: #fff;
    padding: 20px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    width: 270px;
    display: inline-block;
    float: left;
    overflow: hidden;
    position: relative;
    letter-spacing: 0.5px;
    cursor: pointer;
}

.box-category-heading .fa {
    float: right;
    font-size: 20px;
    font-weight: 600;
}

.shipping-cms {
    display: inline-block;
    background: url(../image/codezeel/plane.png) no-repeat scroll left center transparent;
    height: 26px;
    padding-left: 75px;
}

.shipping-text .text1 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: #64c1dd;
}

.shipping-text .text2 {
    font-weight: 300;
    text-transform: uppercase;
}


.contact-text .text1 {
    color: #1e1f22;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block
}

.contact-text .text2 {
    color: #f2ab33;
    text-transform: uppercase;
    display: none
}

.content_footer_top {
    background: #262626;
}

.site-map ul li {
    line-height: 35px;
}

.content_footer_top .container {
    padding-top: 0;
}

.content_footer_bottom {
    text-align: center;
}

.footer-blocks {
    float: left;
    width: 100%;
    padding: 58px 0 0;
    position: relative;
}

.footer-blocks .footertop .footerdiv {
    padding-right: 60px;
}

.footer-blocks .footertop #footerlogo .footerlogo {
    margin-bottom: 20px;
}

.footer-blocks .footertop #footerlogo .footerlogo img {
    max-width: 100%;
}

.footer-blocks .footertop #footerlogo .footerdesc {
    margin-bottom: 25px;
    color: #c6c6c6;
}

.footer-blocks .footertop #footerlogo ul {
    display: block;
}

.social-block ul {
    padding: 0px;
}

#footer .column .social-block ul li {
    display: inline-block;
    text-align: center;
    margin: 0 2px 0 0;
}

.social-block ul li:last-child {
    margin: 0;
}

.social-block {
    clear: both;
    margin: 25px 0 0;
}

.social-block ul {
    padding: 0;
    margin: 0;
}

#footer .column .social-block ul li a {
    color: transparent;
    display: inline-block;
    text-align: center;
}

.social-block ul li a span {
    display: none;
    background-color: #000;
}

.social-block ul li a:before {
    font-family: "FontAwesome";
    display: inline-block;
    font-weight: normal;
    height: 36px;
    width: 36px;
    font-size: 16px;
    line-height: 37px;
    color: #fff;
    background-color: #ffffff3b;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}

.social-block ul li:hover a:before {
    color: #2d5016;
}

.social-block ul li.facebook a:before {
    content: "\F09A";
}

.social-block ul li.twitter a:before {
    content: "\F099";
}

.social-block ul li.rss a:before {
    content: "\F09E";
}

.social-block ul li.youtube a:before {
    content: "\F16A";
}

.social-block ul li.googleplus a:before {
    content: "\F0D5";
}

.social-block ul li.instagram a:before {
    content: "\F16D";
}



/* End CMS */

/* Tab cms */
.tab-head,
.box-head {
    text-align: center;
}

.hometab,
.categorytab {
    padding-top: 55px;
    padding-bottom: 30px;
    margin: 0;
    clear: both;
    float: left;
    width: 100%;
}

.hometab.box .customNavigation {
    top: 48%;
}

.hometab.box .tab-content .product-block {
    margin: 30px;
}

.hometab.box .tab-content .product-block .product-block-inner {
    padding: 50px 67px 40px;
}

.hometab.box .box-content {
    margin: 0px -30px;
}

.box.special .customNavigation {}

.htabs {
    display: inline-block;
    width: 100%;
    text-align: center;
    float: none;
    margin-top: 6px;
    margin-bottom: 4px;
}

.categorytab .tabs {
    line-height: normal;
    padding: 0;
    border-bottom: medium none;
    min-height: 405px;
}

#tabs_info {
    float: left;
    width: 100%;
    margin-top: 80px;
    margin-bottom: 50px;
}

#tabs_info .nav-tabs,
.etabs {
    padding: 0;
    margin: 0;
}

#tabs_info.product-tab .nav-tabs {
    float: none;
    text-align: center;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 20px;
    position: relative;
}

#tabs_info .tab-content {
    padding: 25px;
    border: 1px solid #ededed;
    text-align: left;
    background-color: #ffffff;
}

#tabs_info .tab-content .tab-pane {
    padding: 0px;
    border: 0px;
}

#tabs_info .tab-content .tab-pane h3 {
    font-size: 16px;
    font-weight: 700;
}

.htabs .etabs li,
.categorytab .nav-tabs li,
#tabs_info .nav-tabs li {
    list-style: none outside none;
    position: relative;
    text-align: center;
    float: none;
    display: inline-block;
    margin: 0 3px;
}

.categorytab .nav-tabs {
    border: none;
    float: right;
    margin-right: 55px;
    margin-top: -37px;
    padding: 0;
}

#tabs_info .nav-tabs li:last-child,
.htabs .etabs li:last-child,
.categorytab .nav-tabs li:last-child {
    background: none
}


#tabs_info .nav-tabs a,
.nav-tabs a,
.htabs a,
.categorytab .nav-tabs a {
    color: #aaa;
    display: block;
    text-transform: capitalize;
    float: left;
    font-weight: 600;
    font-size: 14px;
    border: 0;
    line-height: 18px;
    background-color: transparent;
    padding: 0px 25px;
    text-align: center;
    position: relative;
    letter-spacing: 0.8px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

#tabs_info .nav-tabs li.active a,
.htabs a.selected,
.categorytab .nav-tabs li.active a {
    color: #2d5016;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.htabs a:hover,
.htabs a:focus,
.categorytab .nav-tabs a:hover,
.categorytab .nav-tabs a:focus,
#tabs_info .nav-tabs li a:hover {
    color: #2d5016;
}

#tabs_info .nav-tabs li.active a {
    color: #2d5016;
}

.tab-content .tab {
    display: none;
}

.tab-content {
    position: relative;
    padding: 0px;
    z-index: 2;
    overflow: visible;
    margin-bottom: 0px;
}

#tab-latest #tablatest-grid .product-items,
#tab-special #tabspecial-grid .product-items,
#tab-bestseller #tabbestseller-grid .product-items {
    display: none;
}

.cz-status {
    display: none;
    color: #000;
    font-size: 18px;
    /* left: 0; */
    /* position: absolute; */
    /* right: 0; */
    text-align: center;
    /* padding: 10px 0; */
    /* margin-bottom: 20px; */
    padding-top: 20px;
    margin: 15px 0 -25px;
}

.viewmore {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 25px;
}

.hometab .viewmore .btn-default {
    padding: 8px 35px;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    text-transform: capitalize;
}

/* End Tab cms */


/*Codezeel Blog CSS */

.box.blogs .blog-left-inner .blog-image {
    background: url(../image/codezeel/blog-image.jpg) no-repeat scroll 0 0;
    width: 599px;
    height: 550px;
    background-size: 100%;
}

.box.blogs .blog-right-inner {
    float: right;
    width: 50%;
}

.box.blogs .box-content {
    margin: 0;
}

.box.blogs .blog-left-inner {
    float: left;
    width: 50%;
    padding: 1px 0;
    position: relative;
}

.box.blogs .blog-left-inner img {
    max-width: 100%;
}

.box.blogs .blog-left-inner .blog-text-detail {
    position: absolute;
    top: 28%;
    left: 0px;
    right: 0px;
    text-align: center;
    color: #ffffff;
}

.box.blogs .blog-left-inner .blog-text-detail .text-title {
    font-size: 46px;
    color: #fff;
    text-transform: capitalize;
    line-height: 46px;
    font-weight: 600;
}

.box.blogs .blog-left-inner .blog-text-detail .text-description {
    width: 100%;
    padding: 45px 80px 60px;
    font-size: 12px;
    display: block;
    line-height: 32px;
    letter-spacing: 0.6px;
}

.box.blogs .blog-left-inner .blog-text-detail a.all-blog-link {
    background: #ffffff;
    border: 1px solid #ffffff;
    font-size: 12px;
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: auto;
    padding: 13px 25px;
    border-radius: 0;
    height: auto;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.box.blogs .blog-left-inner .blog-text-detail a.all-blog-link:hover {
    background: #2d5016;
    border-color: #2d5016;
    color: #ffffff;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}


#content .box-product .blog-items {
    display: inline-block;
    float: left;
}

.blog-left {
    position: relative;
}

.blog-image {
    position: relative;
    overflow: hidden;
}

.blog-left .blog-image img {
    width: 100%;
    height: 100%;
    padding: 0;
    border: none;
}

#blog-carousel .blog-right,
#blog-grid .blog-right {
    background: rgba(148, 197, 70, 0.8);
    box-sizing: border-box;
    text-align: left;
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: -100px;
    height: 100%;
    padding: 80px 20px 0px 30px;
    opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -ms-transition-duration: 500ms;
    -o-transition-duration: 500ms;
}

#blog-carousel .product-block:hover .blog-right,
#blog-grid .product-block:hover .blog-right {
    bottom: 0;
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}

.blog-right h4 {
    margin-top: 0px;
    font-size: 15px;
    margin-bottom: 12px;
}

.blog-right h4 a {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.6px;
    color: #ffffff;
    line-height: 22px;
}

.view-blog {
    float: left;
    width: 100%;
    text-align: left;
    margin: 0 0 10px;
}

.read-more {
    float: left;
    text-transform: capitalize
}

.read-more a {
    font-weight: 400;
}

.read-more .fa {
    display: none;
}

.information-blogger-blogs .read-more .btn-default:hover {
    background-color: #2d5016;
    border-color: #2d5016;
    color: #fff;
}

.information-blogger-blogs .read-more .btn-default {
    border: 1px solid #ebebeb;
    background: #fff;
    color: #000;
    font-weight: 600;
}

.write-comment {
    float: right;
}

.date-time {
    text-align: center;
    font-size: 10px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-left: 0px;
    background: #ffffff;
    line-height: 18px;
    overflow: hidden;
    padding: 8px 10px 3px;
    color: #000000;
}

#content #blog-carousel .product-block .date-comment .blog-day,
#content #blog-grid .product-block .date-comment .blog-day {
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0.8px;
    display: inline-block;
    padding-right: 3px;
}

#content #blog-carousel .product-block .date-comment .blog-month,
#content #blog-grid .product-block .date-comment .blog-month {
    color: #262626;
    margin-top: 5px;
    text-align: center;
    vertical-align: top;
}

.date-comment .fa {
    padding-right: 5px;
    font-size: 14px;
}

#blog-carousel .product-block .write-comment:hover .fa {
    color: #2d5016;
}

.date-time .fa {
    color: gray;
    font-size: 13px;
}

.blog_default_width {
    width: 390px;
}

.blog-desc {
    line-height: 24px;
    clear: both;
}

.blog-img {
    padding: 0px;
}

.blog-right-content .blog-desc {
    margin: 0 0 15px;
}

.comment-wrapper {
    display: inline-block;
    position: relative;
    float: right;
    margin: 0;
    color: #262626;
}

.comment-wrapper .write-comment a::before {
    color: #262626;
    content: "\f0e5";
    float: left;
    font-family: "FontAwesome";
    font-size: 14px;
    margin-right: 7px;
}

.blog-img .img-thumbnail {
    border: none
}

.blogs {
    float: left;
    width: 100%;
    clear: both;
    margin: 50px 0px 40px;
    position: relative;
}

.box.blogs:before {
    content: "";
    background: #f5f5f5;
    position: absolute;
    top: 100px;
    width: 100%;
    height: 350px;
}

.blogs .blog-wrapper {
    float: right;
    width: 50%;
    margin-top: 50px;
    padding-left: 15px;
}

@media (min-width: 992px) {
    .blogs .blog-wrapper .box-heading {
        text-align: left;
    }

    .blogs .blog-wrapper .box-heading:after {
        right: auto;
    }
}

.blogs .customNavigation {
    top: 400px;
    width: 75px;
    left: 258px;
    opacity: 1;
    filter: alpha(opacity=100);
}

.blogs .customNavigation .customNavigation-inner {
    background: #fff;
    width: 100px;
    height: 40px;
    padding: 6px 0;
    text-align: center;
}

.blogs .customNavigation .czblog_prev {
    left: 15px;
}

.blogs .customNavigation .czblog_next {
    right: -5px;
}

.blogs .product-items {
    width: 299px;
}

#blog-carousel,
#content #blog-grid {
    padding: 0px;
    border: none;
    overflow: visible
}

#blog-carousel .blog-item {
    float: left;
}

#blog-carousel .blog-item .product-block {
    padding: 1px;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

#blog-carousel .blog-item .product-block:hover {
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
}

#blog-carousel .blog-item .product-block .product-block-inner,
#blog-grid .product-block-inner {
    max-width: 100%;
    margin: 0;
}

#blog-grid {}

#blog-grid .product-block,
#blog-carousel .product-block {
    margin: 0 0 1px;
    padding: 1px;
}

#blog-carousel .owl-pagination {
    bottom: -5px;
    display: none
}

#blog-carousel .product-block .write-comment,
#blog-grid .product-block .write-comment {
    float: left;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    color: #000000;
}

#blog-carousel .product-block .write-comment a {
    padding-right: 15px;
    border-right: 1px solid #bbb;
}

#blog-carousel .product-block .blog-image img,
#blog-grid .product-block .blog-image img {
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}

#blog-carousel .product-block:hover .blog-image img,
#blog-grid .product-block:hover .blog-image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}

.information-blogger .single-blog h1 {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 19px;
}

.single-blog .blog-img {
    position: relative;
    margin-bottom: 15px;
}

.single-blog .blog-date {
    color: #000000;
    margin-bottom: 8px;
}

.single-blog .panel-default {
    border: medium none;
    background-color: #ffffff;
}

.single-blog .panel-default a {
    text-decoration: underline;
}

#add-comment .col-sm-10.buttons {
    padding: 0 8px;
}

.single-blog .blog-desc {
    padding-bottom: 10px;
}

.single-blog .block-title h3 {
    padding-top: 10px;
}

.single-blog .view-comment .panel-default {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-bottom: 2px solid #e5e5e5;
    padding: 15px;
}

.single-blog .block-title legend {
    font-size: 13px;
    font-weight: 700;
}

.single-blog .panel-default h4.text-center {
    font-size: 12px;
}

.view-comment .col-sm-3 .name {
    font-weight: 500;
    color: #262626;
}

.view-comment .col-sm-3 .date {
    color: #2d5016;
}

.single-blog .view-comment .name,
.single-blog .view-comment .date,
.single-blog .view-comment .comment-text,
.single-blog .view-comment .col-sm-3 {
    width: 100%;
}

.user_icon {
    background-color: #fff;
    border-right: 1px solid #e5e5e5;
    float: left;
    margin: 0px 15px 0 0;
    padding: 10px 15px;
    text-align: center;
}

.comment_info {
    float: right;
    width: 83%;
}

.comment_info .comment-text {
    margin-top: 12px;
}

.view-comment {
    clear: both;
}


/*Codezeel Blog light-box CSS */

.all-blog .blog-left-content:hover .post-image-hover,
.blogs .product-block:hover .post-image-hover {
    background: rgba(0, 0, 0, 0.4);
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    -moz-transition: opacity 0.35s ease 0s, -moz-transform 0.35s ease 0s;
    -ms-transition: opacity 0.35s ease 0s, -ms-transform 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s, -o-transform 0.35s ease 0s;
}

.post-image-hover {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    width: 100%;
}

.blog-image .post_hover {
    bottom: 50px;
    height: 45px;
    left: 28px;
    margin: auto;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 9;
}

.all-blog .blog-left-content .blog-image .post_hover {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.blogs .product-block:hover .post_hover {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -kkhtml-opacity: 1;

}

.product-block .blog-left:hover .zoom,
.product-block .blog-left:hover .readmore_link,
.all-blog .blog-left-content:hover .zoom,
.all-blog .blog-left-content:hover .readmore_link {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -kkhtml-opacity: 1;
}

.blog-left .icon.zoom .fa,
.blog-left .icon.readmore_link .fa {
    font-size: 14px;
    color: #ffffff;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.blog-image .icon.readmore_link {
    margin-left: 5px;
}

.blog-left-content .blog-image .icon,
.blog-left .blog-image .icon {
    display: inline-block;
    float: none;
    height: 44px;
    width: 44px;
    line-height: 12px;
    border: 0;
    padding: 14px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    text-align: center;
    color: #2d5016;
    background-color: rgba(256, 256, 256, 0.43);
}

.blog-left-content .blog-image .icon:hover,
.blog-left .blog-image .icon:hover {
    border-color: #ffffff;
    background: #ffffff;
}

.product-block .blog-image .post_hover a.icon.zoom,
.product-block .blog-image .post_hover a.icon.readmore_link {
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.product-block:hover .blog-image .post_hover a.icon.zoom,
.product-block:hover .blog-image .post_hover a.icon.readmore_link {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
}

.blog-left-content .blog-image .icon .fa,
.blog-left .blog-image .icon .fa {
    font-size: 15px;
    color: #000;
}

.all-blog .blog-left-content {
    float: left;
    width: 100%;
}

.all-blog .blog-left-content .blog-image {
    float: left;
    position: relative;
}

.blog-right-content {
    clear: both;
    float: left;
    width: 100%;
}

.blog-left-content .blog-title {
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0 15px;
    padding: 0 0 5px;
    position: relative;
    text-transform: capitalize;
}

.blog-left-content .blog-title a {
    color: #000;
    font-weight: 600;
    font-size: 18px;
}

.blog-right-content .read-more a:hover::after {
    color: #fff;
}

.blog-right-content .read-more a:hover {
    color: #fff;
    background-color: #2d5016;
    border-color: #2d5016;
}

.blog-right-content .write-comment a:hover,
.blog-right-content .write-comment a:hover:before {
    color: #2d5016;
}

.write-comment-count {
    float: left;
    margin-right: 15px;
}

.information-blogger-blogs .write-comment {
    float: left;
}

.information-blogger-blogs .blog-image img {
    display: none;
}

.all-blog .blog-right-content {
    padding: 20px 0px 5px;
}

.information-blogger-blogs .blog-image {
    margin-bottom: 0px;
    background-position: center center;
    height: 400px;
    overflow: hidden;
    width: 100%;
    background-repeat: no-repeat;
}

.information-blogger-blogs .panel-body {
    padding: 0 0 20px 0;
    position: relative;
    border-bottom: 1px solid #ededed;
}

.information-blogger-blogs .panel-default {
    border: none;
    margin-bottom: 20px;
    padding-bottom: 20px;
    background-color: transparent;
}

.information-blogger-blogs .panel-default>.panel {}

.information-blogger-blogs .panel-default:last-child {
    margin-bottom: 0px;
}

.blog-left-content:hover .post-image-hover::before {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    -ms-opacity: 1;
}

.date-comment {
    width: 100%;
    padding: 15px 0 10px;
    float: left;
    z-index: 9;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.date-comment a {
    color: #fff;
}

.blog-date-comment {
    margin-bottom: 12px;
    float: left;
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #ededed;
}

#blog-carousel .blog-date,
#blog-grid .blog-date {
    color: #262626;
    float: left;
    width: 27.5%;
}

.blog-date-comment .blog-date {
    float: left;
    padding-bottom: 0px;
    width: auto;
    color: #000000;
}

#content #blog-carousel .product-block .date-comment,
#content #blog-grid .product-block .date-comment {
    display: block;
    width: auto;
    padding: 0;
    position: absolute;
    top: 18px;
    bottom: auto;
    left: 0;
    float: none;
}

#content #blog-carousel .product-block:hover .date-comment,
#content #blog-grid .product-block:hover .date-comment {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    left: -10px;
}

#content #blog-carousel .product-block .blog-right h4 a:hover,
#content #blog-grid .product-block .blog-right h4 a:hover {
    color: #000000;
}

.write-comment a {
    color: #000000;
}

.write-comment a:hover,
.write-comment a:focus {}

.comment-wrapper .write-comment a:hover,
.comment-wrapper .write-comment a:focus,
.comment-wrapper .write-comment a:hover::before {}

.information-blogger-blogs .read-more {
    float: right;
    margin: 10px 0 0;
}

.all-blog .blog-left-content:hover .post_hover {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -kkhtml-opacity: 1;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

#add-comment .col-sm-10 {
    width: 66.6667%;
}

#add-comment .col-sm-2 {
    width: 25%;
}

.blogs .buttons,
#blog-carousel .owl-pagination {
    display: none
}

/*Codezeel Blog light-box CSS */

/*Codezeel Blog CSS */

/* Datetimepicker Css */
.bootstrap-datetimepicker-widget {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -khtml-border-radius: 0 !important;
}

.bootstrap-datetimepicker-widget td,
.bootstrap-datetimepicker-widget th {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -khtml-border-radius: 0 !important;
}

.bootstrap-datetimepicker-widget td.day:hover,
.bootstrap-datetimepicker-widget td.hour:hover,
.bootstrap-datetimepicker-widget td.minute:hover,
.bootstrap-datetimepicker-widget td.second:hover {
    background: #000 !important;
    color: #fff;
}

.bootstrap-datetimepicker-widget td.today:before {
    border-bottom: 7px solid #262626 !important;
}

.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover {
    background-color: #262626 !important;
    color: #161b1e !important;
}

.bootstrap-datetimepicker-widget td.active.today:before {
    border-bottom-color: #161b1e !important;
}

.bootstrap-datetimepicker-widget td span {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -khtml-border-radius: 0 !important;
    background-color: #f3f3f3 !important;
}

.bootstrap-datetimepicker-widget td span:hover {
    background: #2d5016 !important;
    color: #FFFFFF
}

.bootstrap-datetimepicker-widget td span.active {
    background-color: #2d5016 !important;
    color: #FFFFFF !important;
}

.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
    background: #f3f3f3 !important;
}

.bootstrap-datetimepicker-widget td span.old:hover {
    color: #fff !important
}

.picker-switch.accordion-toggle .btn {
    border: none;
    background-color: #262626;
    color: #fff
}

.bootstrap-datetimepicker-widget td.day {
    position: relative;
}

.bootstrap-datetimepicker-widget td.day.active:before {
    border-bottom: 7px solid #fff !important;
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-top-color: rgba(0, 0, 0, .2);
    position: absolute;
    bottom: 4px;
    right: 4px;
}


.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover {
    background-color: #262626 !important;
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}

.bootstrap-datetimepicker-widget a[data-action] {
    border: none;
}

/* End Datetimepicker Css */

.product-block .image .hover-image,
#column-right .image .hover-image,
#column-left .image .hover-image {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.product-block:hover .image .hover-image {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.product-block .image:hover .hover-image,
#column-right .image:hover .hover-image,
#column-left .image:hover .hover-image {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}

#product-category h1.page-title {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 18px;
    margin-bottom: 15px;
}

#form-review .col-sm-2,
#form-review .col-sm-10 {
    width: 100%;
}

.container h1,
.container h2 {
    font: 600 20px/28px 'Poppins', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    margin: 8px 0px 20px;
    letter-spacing: 0.6px;
}

#content h3 {
    color: #000;
    margin-bottom: 15px;
    font-weight: 600;
}

#form-review>h3 {
    font-size: 16px;
    font-weight: 700;
}

#content h3.product-title {
    font-size: 22px;
    font-weight: 400;
    padding: 5px 0 15px;
    color: #000000;
    border-bottom: 1px solid #ededed;
    line-height: 32px;
    text-transform: capitalize;
}

#content h3.product-title,
#content h3.product-option {
    margin-bottom: 17px;
}

#content h3.product-option {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 500;
}

.breadcrumb+.row {
    clear: both;
}

#content table thead tr td {
    background: #f8f8f8 none repeat scroll 0 0;
    color: #262626;
    font-weight: 700;
}

.zoomWindowContainer .zoomWindow {}

.account-account #content ul.list-unstyled {
    margin-bottom: 25px;
}

.content-top .container {
    padding-top: 0px;
}


/* QUCIK-VIEW */
.productpage-quickview .product-left {
    width: 50%;
    float: left;
}

.productpage-quickview .product-right {
    width: 50%;
    float: left;
    clear: none !important;
}

.productpage-quickview h3.product-title {}

.quickview .product-right ul li.discount,
.quickview .product-right ul li.rewardpoint,
.quickview .product-right ul li.price-tax {
    clear: both;
}

.quickview {
    background: #FFFFFF;
    padding: 15px 0;
    display: inline-block;
    width: 100%;
}

.quickview .container {
    width: 100%;
    background: #FFFFFF;
    padding: 0 10px;
}

.quickview .container .row {
    margin: 0;
}

.quickview .top_button {
    display: none;
}

.quickview #product2 {
    float: left;
    width: 100%;
}

.quickview #product2 h3 {
    width: 100%;
}

.productpage-quickview #product2 h3 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 10px;
    padding: 0;
    text-transform: none;
    color: #262626;
}

.quickview #content ul.list-unstyled.price h3 {
    font-family: 'Poppins', sans-serif;
    color: #2d5016;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 600;
}

.quickview span.input-group-btn button.btn.btn-default {
    padding: 6px 23px;
}

.quickview-button {
    display: inline-block;
    margin: 0;
}

.quickview-button a.quickbox {
    background: transparent url(../image/codezeel/icons.png) no-repeat scroll center -417px;
    height: 45px;
    width: 45px;
    padding: 0;
    color: #ffffff;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.quickview-button a.quickbox .fa-eye {
    display: none;
}

.product-thumb .quickview-button a.quickbox:hover {
    background-position: center -489px;
}


@media (max-width: 767px) {
    .quickbox {
        display: none;
    }

    .quickview-button {
        display: none;
    }
}

.alert.alert-success.animated {
    width: 100%;
    height: 70px;
    text-align: center;
    vertical-align: middle;
    padding: 20px 20px;
    opacity: 0.95 !important;
    -webkit-opacity: 0.95 !important;
    -moz-opacity: 0.95 !important;
    -khtml-opacity: 0.95 !important;
    background-color: #303030 !important;
    border-color: #303030 !important;
    color: #fff !important;
}

.alert.alert-success.animated span {
    font-size: 16px !important;
}

.alert.alert-success.animated span a {
    color: #fff;
    text-decoration: underline;
}

.alert.alert-success.animated span .fa.fa-check-circle {
    color: #9bcf85;
}

.alert.alert-success.animated button.close {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    color: #fff;
}

.account-login .well .form-group a,
.affiliate-login .well .form-group a {
    line-height: 30px;
}

.form-group.qty {
    clear: both;
    overflow: hidden;
    position: relative;

    margin-bottom: 30px;
}

#button-cart,
#button-cart2,
.productpage .form-group.qty .wishlist,
.productpage .form-group.qty .compare,
.quickview .form-group.qty .wishlist,
.quickview .form-group.qty .compare {
    float: left;
}

.productpage .form-group.qty .wishlist,
.quickview .form-group.qty .wishlist {
    margin: 0 5px;
}

.owl-carousel .item .image-container {
    float: left;
}

.productpage .form-group.qty .wishlist .fa,
.quickview .form-group.qty .wishlist .fa,
.productpage .form-group.qty .compare .fa,
.quickview .form-group.qty .compare .fa {
    display: none;
}


/*********************  About Author section on homepage    *********************/

#czaboutcmsblock {
    padding: 40px 0 60px;
    float: left;
    width: 100%;
}

#czaboutcmsblock .left-part {
    width: 37.4%;
    float: left;
    padding-top: 70px;
    padding-right: 35px;
}

#czaboutcmsblock .right-part {
    width: 62.6%;
    display: inline-block;
    overflow: hidden;
    float: left;
}

#czaboutcmsblock .left-part .title {
    font-size: 46px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    line-height: 46px;
    margin-top: 50px;
    margin-bottom: 40px;
}

#czaboutcmsblock .left-part .storedetail {
    font-size: 12px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.6px;
    color: #6e6e6e;
    margin: 37px 0 106px;
}

#czaboutcmsblock .left-part .viewmore {
    display: inline-block;
    padding: 8px 30px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    color: #000000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: auto;
}

#czaboutcmsblock .left-part .viewmore:hover {
    background-color: #2d5016;
    border-color: #2d5016;
    color: #ffffff;
}

#czaboutcmsblock .right-part .about-image img {
    max-width: 100%;
}

@media (max-width: 1199px) {
    #czaboutcmsblock .left-part .title {
        font-size: 36px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

@media (max-width: 991px) {
    #czaboutcmsblock {
        padding-top: 10px;
    }

    #czaboutcmsblock .left-part {
        width: 100%;
        float: none;
        text-align: center;
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 40px;
    }

    #czaboutcmsblock .left-part .storedetail {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    #czaboutcmsblock .right-part {
        width: 100%;
        float: none;
        text-align: center;
    }
}

@media (max-width: 380px) {
    #czaboutcmsblock .left-part .title {
        font-size: 30px;
        line-height: 32px;
    }
}



/*-------------------------- Start Home page Testimonial Block -------------------------------*/

#cztestimonialcmsblock {
    float: left;
    width: 50%;
    background: transparent url(../image/codezeel/testimonial-bkg.jpg) no-repeat scroll top center;
    min-height: 550px;
    padding-top: 110px;
    padding-bottom: 80px;
}

#cztestimonialcmsblock .testimonial_container {
    color: #808080;
    margin: 0px auto;
    text-align: center;
}

#cztestimonialcmsblock .testimonial_wrapper .box-heading {
    color: #fff;
}

#cztestimonialcmsblock .testimonial_container .testimonial-area {
    float: left;
    width: 100%;
    position: relative;
    padding: 20px 14%;
}

#cztestimonialcmsblock .testimonial_container .testimonial-area ul#testimonial-carousel {
    padding: 0;
    margin: 0;
}

#cztestimonialcmsblock .testimonial_container .testimonial-area ul#testimonial-carousel li.item .cms_face .testimonial-image {
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    background: #fff;
    vertical-align: top;
    margin-right: 10px;
    border: 5px solid #e3e3e3;
}

#cztestimonialcmsblock .testimonial_container .testimonial-area ul#testimonial-carousel li.item .cms_face .testimonial-image img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

#cztestimonialcmsblock .testimonial_container .testimonial-area ul#testimonial-carousel li.item {
    overflow: hidden;
    padding: 0;
}

#cztestimonialcmsblock .testimonial_container .testimonial-area ul#testimonial-carousel li.item .cms_face .title {
    text-align: center;
    display: inline-block;
    margin-top: 10px;
}

#cztestimonialcmsblock .testimonial_container .testimonial-area ul#testimonial-carousel li.item .cms_face .name a {
    display: inline-block;
    line-height: 20px;
    position: relative;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #2d5016;
    letter-spacing: 0.6px;
}

#cztestimonialcmsblock .testimonial_container .testimonial-area ul#testimonial-carousel li.item .cms_face .subheading {
    margin: 0 0 0px;
    color: #fff;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 400;
}

#cztestimonialcmsblock .testimonial_container .testimonial-area ul#testimonial-carousel li.item .product_inner_cms .des {
    color: #ffffff;
    position: relative;
    font-size: 13px;
    letter-spacing: .8px;
    font-weight: 400;
    line-height: 30px;
    padding: 25px 0px 25px;
    margin: 0px 0 0;
}

#cztestimonialcmsblock .testimonial_container .owl-controls {
    text-align: center;
    clear: both;
    position: absolute;
    bottom: -90px;
    left: 0;
    right: 0;
}

#cztestimonialcmsblock:hover .testimonial_container .owl-controls {
    opacity: 1;
}

#cztestimonialcmsblock .testimonial_container .owl-controls .owl-page {
    margin: 10px 2px;
    display: inline-block;
    zoom: 1;
    cursor: pointer;
}

#cztestimonialcmsblock .testimonial_container .owl-controls .owl-page span {
    width: 10px;
    height: 10px;
    display: block;
    background: #ffffff;
    cursor: pointer;
    margin: 3px 2px;
    text-indent: -9999px;
    -webkit-transition: transform 0.3s cubic-bezier(0.7, -0.2, 0.3, 2.5), color 0.15s ease-out;
    -moz-transition: transform 0.3s cubic-bezier(0.7, -0.2, 0.3, 2.5), color 0.15s ease-out;
    -o-transition: transform 0.3s cubic-bezier(0.7, -0.2, 0.3, 2.5), color 0.15s ease-out;
    transition: transform 0.3s cubic-bezier(0.7, -0.2, 0.3, 2.5), color 0.15s ease-out;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

#cztestimonialcmsblock .testimonial_container .owl-controls .owl-page:hover span,
#cztestimonialcmsblock .testimonial_container .owl-controls .owl-page.active span {
    border-color: #2d5016;
    background: #2d5016;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}

#cztestimonialcmsblock .customNavigation {
    bottom: 10px;
    width: 65px;
    top: auto;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    display: none;
}

#cztestimonialcmsblock .customNavigation a.prev {
    left: 0;
}

#cztestimonialcmsblock .customNavigation a.next {
    right: 0;
}

@media (max-width: 1259px) {
    #cztestimonialcmsblock {
        width: 49.99%;
    }
}

@media (max-width: 991px) {
    #cztestimonialcmsblock {
        padding-top: 80px;
        padding-bottom: 60px;
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }

    #cztestimonialcmsblock .testimonial_container .testimonial-area {
        padding: 10px;
    }

    #cztestimonialcmsblock .customNavigation {
        bottom: 0;
    }

    #cztestimonialcmsblock .testimonial_wrapper {
        float: none;
        width: auto;
        margin-bottom: 10px;
    }

    #cztestimonialcmsblock .testimonial_container .testimonial-area ul#testimonial-carousel li.item .product_inner_cms .des {
        padding-left: 80px;
        padding-right: 80px;
    }
}

@media (max-width: 575px) {
    #cztestimonialcmsblock .testimonial_container .testimonial-area ul#testimonial-carousel li.item .product_inner_cms .des {
        padding-left: 20px;
        padding-right: 20px;
    }

    #cztestimonialcmsblock {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    #cztestimonialcmsblock .testimonial_wrapper .box-heading {
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    #cztestimonialcmsblock .testimonial_container .testimonial-area ul#testimonial-carousel li.item .product_inner_cms .des {
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 10px;
    }

    #cztestimonialcmsblock .testimonial_container .owl-controls {
        bottom: -80px;
    }
}



/*-------------------------- Start Home page Service CMS Block -------------------------------*/

#czservicecmsblock {
    clear: both;
    margin: 0;
    padding: 20px 0 0px;
    float: left;
    width: 100%;
    position: relative;
}

#czservicecmsblock .service_container {
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px auto;
}

#czservicecmsblock .service_container .service-area {
    padding: 4px 0px 0px;
    float: left;
    width: 100%;
    text-align: center;
}

#czservicecmsblock .service-right-part .service-inner .service-fourth {
    padding: 50px 15px 35px;
}

#czservicecmsblock .service-right-part .service-inner .service-fourth:first-child {
    padding-top: 0;
}

#czservicecmsblock .service-right-part .service-inner .service-fourth.service2 {
    padding-bottom: 0;
}

#czservicecmsblock .service-right-part {
    width: 50.5%;
    float: right;
    padding-left: 52px;
    margin-top: 10px;
}

#czservicecmsblock .service-right-part .service-inner .service-right-part1 {
    width: 50%;
    float: left;
    padding: 70px 0px 0;
}

#czservicecmsblock .service-right-part .service-inner .service-right-part2 {
    width: 50%;
    float: right;
    padding: 70px 0px 0;
}

#czservicecmsblock .service_container .service-area .service-fourth .service-icon {
    background: url(../image/codezeel/service-icon.png) no-repeat scroll;
    float: none;
    margin-top: 0px;
    height: 50px;
    width: 60px;
    position: relative;
    transition: none;
    text-align: center;
    display: inline-block;
    display: inline-block;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#czservicecmsblock .service_container .service-area .service-fourth:hover .service-icon {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#czservicecmsblock .service_container .service-area .service-fourth.service1 .icon1 {
    background-position: center 1px;
}

#czservicecmsblock .service_container .service-area .service-fourth.service2 .icon2 {
    background-position: center -104px;
}

#czservicecmsblock .service_container .service-area .service-fourth.service3 .icon3 {
    background-position: center -214px;
}

#czservicecmsblock .service_container .service-area .service-fourth.service4 .icon4 {
    background-position: center -321px;
}

#czservicecmsblock .service_container .service-area .service-fourth .service-content .service-heading {
    font-weight: 600;
    font-size: 12px;
    line-height: 22px;
    color: #000000;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

#czservicecmsblock .service_container .service-area .service-fourth .service-content .service-description {
    color: #828282;
    margin-top: 11px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 0.6px;
    padding: 0px;
}

#czservicecmsblock .service_container .service-area .service-fourth:hover .service-content .service-heading {
    color: #2d5016;
}

#czservicecmsblock .service-right-part a.service-anchor img {
    max-width: 100%;
}

#czservicecmsblock .service-right-part .service-banner .service-anchor {
    position: relative;
    width: 100%;
    float: left;
}

#czservicecmsblock .service-left-part {
    float: left;
    width: 49.5%;
    position: relative;
    clear: both;
}

#czservicecmsblock .service-left-part .service-banner img {
    max-width: 100%;
}

@media (max-width: 1429px) {
    #czservicecmsblock .service-right-part {
        margin-top: 0;
    }

    #czservicecmsblock .service-right-part .service-inner .service-fourth {
        padding-top: 30px;
        padding-bottom: 35px;
    }
}

@media (max-width:1199px) {
    #czservicecmsblock .service-right-part {
        padding-left: 30px;
    }

    #czservicecmsblock .service-right-part .service-inner .service-right-part1 {
        padding-top: 10px;
        padding-bottom: 20px;
    }

    #czservicecmsblock .service-right-part .service-inner .service-fourth {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #czservicecmsblock .service-right-part .service-inner .service-right-part2 {
        padding-top: 10px;
    }
}

@media (max-width: 991px) {
    #czservicecmsblock {
        padding-top: 25px;
        padding-bottom: 20px;
    }

    #czservicecmsblock .service-left-part {
        width: 100%;
        margin-bottom: 30px;
    }

    #czservicecmsblock .service-right-part {
        width: 100%;
        float: left;
        padding-left: 0;
    }
}

@media only screen and (max-width: 479px) {
    #czservicecmsblock {
        padding-bottom: 5px;
    }

    #czservicecmsblock .service_container .service-area .service-fourth {
        width: 100%;
        padding-bottom: 25px;
        padding-top: 0px;
        padding-left: 0;
        padding-right: 0;
    }

    #czservicecmsblock .service-right-part .service-inner .service-right-part1 {
        width: 100%;
        float: none;
        border: 0;
    }

    #czservicecmsblock .service-right-part .service-inner .service-right-part2 {
        width: 100%;
    }

    #czservicecmsblock .service-right-part .service-inner .service-fourth.service4,
    #czservicecmsblock .service-right-part .service-inner .service-fourth.service1 {
        border: 0;
    }

    #czservicecmsblock .service-right-part {
        padding-bottom: 20px;
    }

    #czservicecmsblock .service-right-part .service-banner .service-anchor {
        padding: 0;
    }

    #czservicecmsblock .service-right-part .service-inner .service-right-part1 {
        padding-bottom: 25px;
    }

    #czservicecmsblock .service-right-part .service-inner .service-right-part2 {
        padding-bottom: 0;
    }

    #czservicecmsblock .service-right-part .service-inner .service-right-part1,
    #czservicecmsblock .service-right-part .service-inner .service-right-part2 {
        padding-top: 0;
    }
}

/*********************************** Start Home page Category List Block   ******************************************/

#czcategorylistblock {
    clear: both;
    padding: 0px 0px 50px;
    position: relative;
    overflow: hidden;
    z-index: 9;
}

#czcategorylistblock .czcategory_block.container {
    position: relative;
}

#czcategorylistblock .products-section-title {
    font-size: 24px;
    letter-spacing: .4px;
    font-weight: 600;
}

#czcategorylistblock .category_lists {
    margin: 0 -15px;
}

#czcategorylistblock .category_lists .cz-carousel {
    display: block;
    padding: 0;
    margin-bottom: 0;
}

.czcategory_listblock .category_lists ul li.category_item {
    position: relative;
    text-align: center;
    display: block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    padding: 0px 15px 30px;
    width: 100%;
}

.czcategory_listblock .category_lists ul li.category_item .category_list_inner {
    padding-top: 50px;
    box-shadow: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border: 1px solid transparent;
}

.czcategory_listblock .category_lists ul li.category_item:hover .category_list_inner {
    border-color: #ebebeb;
    -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.08);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.czcategory_listblock .category_lists ul li.category_item .cate_image {
    background: url(../image/codezeel/cate-icon.png) no-repeat scroll transparent;
    margin: 0px auto;
    display: inline-block;
    height: 126px;
    width: 104px;
    padding: 30px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.czcategory_listblock .category_lists ul li.category_item .cate_image.cate1 {
    background-position: center 0px;
}

.czcategory_listblock .category_lists ul li.category_item:hover .cate_image.cate1 {
    background-position: center -150px;
}

.czcategory_listblock .category_lists ul li.category_item .cate_image.cate2 {
    background-position: center -378px;
}

.czcategory_listblock .category_lists ul li.category_item:hover .cate_image.cate2 {
    background-position: center -533px;
}

.czcategory_listblock .category_lists ul li.category_item .cate_image.cate3 {
    background-position: center -713px;
}

.czcategory_listblock .category_lists ul li.category_item:hover .cate_image.cate3 {
    background-position: center -883px;
}

.czcategory_listblock .category_lists ul li.category_item .cate_image.cate4 {
    background-position: center -1138px;
}

.czcategory_listblock .category_lists ul li.category_item:hover .cate_image.cate4 {
    background-position: center -1388px;
}

.czcategory_listblock .category_lists ul li.category_item .cate_image.cate5 {
    background-position: center -1710px;
}

.czcategory_listblock .category_lists ul li.category_item:hover .cate_image.cate5 {
    background-position: center -1967px;
}

.czcategory_listblock .category_lists ul li.category_item .cate_image a {
    display: block;
}

.czcategory_listblock .category_lists ul li.category_item .cate-details {
    display: block;
    text-align: center;
    position: relative;
    padding: 45px 0 0;
    margin-top: 34px;
}

.czcategory_listblock .category_lists ul li.category_item .cate-details:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 30px;
    top: 0;
    margin: 0 auto;
    background-color: #2d5016;
    left: 0;
    right: 0;
}

.czcategory_listblock .category_lists ul li.category_item .cate-details .ctegory-title {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    width: 100%;
    color: #000;
    letter-spacing: 0.6px;
    line-height: 26px;
    padding-top: 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-top: 0;
    text-transform: uppercase;
}

.czcategory_listblock .category_lists ul li.category_item .cate-details .ctegory-title a {
    color: #000000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.czcategory_listblock .category_lists ul li.category_item .cate-details .ctegory-title a:hover {
    color: #2d5016;
}

.czcategory_listblock .category_lists ul li.category_item .cate-details .cat_description {
    color: #979797;
    font-size: 12px;
    line-height: 20px;
    text-transform: capitalize;
    width: 100%;
    padding: 23px 40px 31px;
}

.czcategory_listblock .category_lists ul li.category_item .cate-details .view-more a {
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    background: #ffffff;
    padding: 11px 30px;
    color: #000000;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border: 1px solid #ebebeb;
    text-transform: uppercase;
    opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    bottom: -19px;
    position: relative;
}

.czcategory_listblock .category_lists ul li.category_item:hover .cate-details .view-more a {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}

.czcategory_listblock .category_lists ul li.category_item .cate-details .view-more a:hover {
    background: #2d5016;
    color: #ffffff;
    border-color: #2d5016;
}

.czcategory_listblock .category_lists ul li.category_item .cate-details .cate_title {
    margin-bottom: 0;
}

.czcategory_listblock .category_lists ul li.category_item .cate-details ul.category-names {
    font-size: 13px;
    line-height: 26px;
    font-weight: 300;
    letter-spacing: 0.5px;
    color: #ffffff;
    text-transform: capitalize;
    text-align: left;
    margin-bottom: 10px;
}

.czcategory_listblock .category_lists ul li.category_item .cate-details ul.category-names li a {
    color: #ffffff;
    margin-bottom: 6px;
    display: block;
    -webkit-transition: all 0.5s ease;
    -webkit-transition-delay: 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.czcategory_listblock .category_lists ul li.category_item .cate-details ul.category-names li a:hover {
    color: #b89788;
    padding-left: 5px;
    -webkit-transition: all 0.5s ease;
    -webkit-transition-delay: 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

#czcategorylistblock .customNavigation {
    top: 43%;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

#czcategorylistblock:hover .customNavigation {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

#czcategorylistblock .category_lists .owl-controls {
    text-align: center;
    clear: both;
    display: none !important;
}

#czcategorylistblock .category_lists .owl-controls .owl-page {
    margin: 20px 4px 0px;
    display: inline-block;
    zoom: 1;
    cursor: pointer;
}

#czcategorylistblock .category_lists .owl-controls .owl-page span {
    width: 10px;
    height: 10px;
    display: block;
    background: #000;
    cursor: pointer;
    margin: 3px;
    text-indent: -9999px;
    -webkit-transition: transform 0.3s cubic-bezier(0.7, -0.2, 0.3, 2.5), color 0.15s ease-out;
    -moz-transition: transform 0.3s cubic-bezier(0.7, -0.2, 0.3, 2.5), color 0.15s ease-out;
    -o-transition: transform 0.3s cubic-bezier(0.7, -0.2, 0.3, 2.5), color 0.15s ease-out;
    transition: transform 0.3s cubic-bezier(0.7, -0.2, 0.3, 2.5), color 0.15s ease-out;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

#czcategorylistblock .category_lists .owl-controls .owl-page:hover,
#czcategorylistblock .category_lists .owl-controls .owl-page.active {
    border-color: #2a8071;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}

#czcategorylistblock .category_lists .owl-controls .owl-page:hover span,
#czcategorylistblock .category_lists .owl-controls .owl-page.active span {
    background: #2a8071;
}


@media (max-width: 991px) {
    .czcategory_listblock .category_lists ul li.category_item {
        padding-left: 10px;
        padding-right: 10px;
    }

    #czcategorylistblock .category_lists {
        margin: 0 -10px;
    }

    .czcategory_listblock .category_lists ul li.category_item .cate-details .cat_description {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 0px;
    }

    #czcategorylistblock {
        padding-bottom: 30px;
    }
}

@media (max-width:650px) {
    .czcategory_listblock .category_lists ul li.category_item .cate-details .ctegory-title {
        font-size: 14px;
    }

    .czcategory_listblock .category_lists ul li.category_item {
        padding-left: 5px;
        padding-right: 5px;
    }

    #czcategorylistblock .category_lists {
        margin: 0 -5px;
    }
}

@media (max-width:380px) {
    .czcategory_listblock .category_lists ul li.category_item .cate-details .ctegory-title {
        font-size: 13px;
    }
}


/**********		Responsive css start	***********/

@media (min-width: 581px) {
    .nav-toplink a span {
        display: none !important;
    }

    .nav-toplink li.connection .fa {
        font-size: 0;
    }

    .nav-toplink ul.connection-menu {
        display: block !important;
        background-color: transparent;
        border: 0;
        min-width: auto;
        position: relative;
        margin: 0;
        padding: 0;
        line-height: 15px;
        top: 0;
        font-size: 12px;
    }

    #top-links .dropdown-menu a {
        text-shadow: none;
        padding: 0;
        color: #d9d9d9;
    }

    #top-links .dropdown-menu a:hover {
        color: #ffffff;
    }
}

@media (max-width: 1900px) {
    .header-container nav.nav-container {
        width: 100%;
    }
}

@media (max-width: 1750px) {

    .main-menu ul>li>a,
    .hiden_menu li>a {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media (max-width: 1600px) {
    .header-container nav.nav-container {
        width: 100%;
    }

    .header-container nav.nav-container:before,
    .header-container nav.nav-container:after {
        width: 70px;
    }
}

@media (max-width: 1459px) {
    .blogs .blog-wrapper {
        margin-top: 40px;
    }

    #blog-carousel .blog-item .product-block {
        padding-top: 22px;
        padding-bottom: 35px;
    }

    #content #blog-carousel .product-block .date-comment:before,
    #content #blog-grid .product-block .date-comment:before {
        right: 15px;
    }

    .product-info .image-additional {
        width: 360px;
    }

    .header-container nav.nav-container:before,
    .header-container nav.nav-container:after {
        display: none;
    }

    .header-container nav.nav-container {
        width: 100%;
    }

    .header-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 1259px) {
    .blogs .product-items {
        width: 280px;
    }

    .box.blogs .blog-left-inner .blog-image {
        width: 569px;
        height: 513px;
    }

    .box.blogs:before {
        top: 60px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {

    #column-left .product-items .product-details,
    #column-right .product-items .product-details {
        float: left;
        width: 100%;
    }

    .newsletter-block {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 1199px) {
    .header-cart #cart>.btn span#cart-total {
        font-size: 0;
    }

    .hometab.box .tab-content .product-block .product-block-inner {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 30px;
    }

    .header-container nav.nav-container {
        width: 100%;
        padding-left: 70px;
    }

    .main-menu ul>li>a,
    .hiden_menu li>a {
        margin-left: 15px;
        margin-right: 15px;
    }

    .header-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .header-logo img {
        max-height: 64px;
    }

    .header-logo {
        padding-top: 15px;
    }

    .header-container.fixed .header-logo {
        padding: 16px 0 0;
    }

    .product-info .image-additional {
        width: 350px;
    }

    .checkout-cart .table.table-bordered .input-group-btn {
        clear: both;
        margin: 5px 0 0;
        float: left;
    }

    .blogs .blog-wrapper {
        margin-top: 20px;
    }

    .blogs .blog-wrapper .box-heading {
        margin-bottom: 30px;
    }

    .blogs .customNavigation {
        top: -80px;
    }

    #blog-carousel .blog-item .product-block {
        padding-top: 15px;
        padding-bottom: 30px;
    }

    .blogs .product-items {
        width: 230px;
    }

    .box.blogs .blog-left-inner .blog-image {
        width: 464px;
        height: 422px;
    }

    .box.blogs .blog-left-inner .blog-text-detail {
        top: 14%;
    }

    .box.blogs:before {
        top: 40px;
    }

    #content #blog-carousel .product-block .date-comment:before,
    #content #blog-grid .product-block .date-comment:before {
        right: 8px;
    }

    .product-layout.product-grid {
        width: 33.33%;
    }

    .checkout-cart .input-group-btn:last-child>.btn,
    .checkout-cart .input-group-btn:last-child>.btn-group {
        margin-left: 0;
        margin-right: 5px;
    }
}

@media (max-width: 991px) {
    .main-slider {
        width: 100%;
        float: none;
        margin-bottom: 0px;
    }

    .special_default_width {
        width: 100%;
    }

    .header-container nav.nav-container {
        width: 100%;
        text-align: left;
        padding: 0;
    }

    .header-top-right {
        margin: 0px 0 -35px;
    }

    body {
        padding: 0px;
    }

    header {
        padding-top: 0;
        padding-bottom: 35px;
    }

 

    .header-logo {
        padding-top: 22%;
        padding-bottom: 0;
        left: 50px;
        z-index: 9;
        position: absolute;
    }

    .header-logo #logo {
        z-index: 9;
    }

    .header-logo img {
        max-height: 50px;
    }

    .header-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    #cznavcmsblock {
        display: none;
    }

    nav.nav-container .responsive-menu .main-navigation {
        top: 45px;
        width: 100%;
        margin-bottom: 0;
    }

    .header-cart {
        margin-top: 18px;
        z-index: 9;
    }

    .wishlist {
        margin-top: 16px;
        z-index: 9;
    }

    .dropdown.myaccount {
        margin-top: 18px;
        z-index: 9;
    }

    #search {
        margin-top: 18px;
        z-index: 9;
    }

    #search .search_toggle {
        top: 62px;
        width: 280px;
    }

    .header-container.fixed .header-main {
        padding-bottom: 10px;
    }

    .dropdown.myaccount .myaccount-menu {
        top: 62px;
    }

    .box-heading {
        font-size: 25px;
        margin-bottom: 30px;
        line-height: 26px;
    }

    .htabs {
        margin-bottom: 15px;
    }

    .hometab.box .box-content {
        margin: 0px -15px;
    }

    .homepage-banner h1{

        font-size: 5vw;
    }

    .hometab.box .tab-content .product-block {
        margin: 15px;
    }

    .hometab.box .tab-content .product-block .product-block-inner {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;
    }

    #cart .dropdown-menu {
        top: 62px;
    }

    .box.featured {
        margin-top: 40px;
        margin-bottom: 30px;
    }

    .box.latest {
        margin-top: 30px;
        margin-bottom: 8px;
    }

    .blogs .blog-wrapper {
        width: 100%;
        padding-left: 0;
        float: left;
    }

    .blogs .customNavigation {
        width: 100%;
        right: 0;
    }

    .blogs .product-items {
        width: 50%;
    }

    #blog-carousel .blog-item .product-block {
        padding-left: 0;
        padding-right: 0;
    }

    #top-links ul.list-inline li {
        padding: 0 7px 0 0px
    }

    .main-menu ul>li>a {
        padding: 16px 20px 15px;
    }

    .main-menu ul>li:first-child>a {
        padding: 16px 20px 15px 8px;
    }

    .col-md-6.result-info {
        float: left;
        padding: 0 15px;
        position: relative;
        width: 70%;
    }

    .box .box-content ul li .hitarea {
        right: 5px;
    }

    .product-info .image-additional {
        width: 240px;
    }

    .quickview .form-group.qty .btn-lg,
    .productpage .form-group.qty .btn-lg {
        min-width: 170px;
    }

    #tabs_info {
        margin-top: 50px;
    }

    .wrap-breadcrumb {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 30px;
        text-align: center;
    }

    .wrap-breadcrumb .breadcrumb h1,
    .wrap-breadcrumb .breadcrumb h2,
    .wrap-breadcrumb .breadcrumb h3.product-title {
        float: none;
        margin-bottom: 8px;
    }

    .col-md-3.row-result-search-autocomplete-image {
        float: left;
        width: auto;
    }

    .category_img img {
        max-width: 100%;
    }

    .cat-desc {
        width: 55%;
    }

    .category .image {
        width: 45%
    }

    .blog-left .blog-image img {
        height: auto;
        width: 100%;
    }

    #top-links {
        float: none;
        text-align: center;
    }

    .lang-curr {
        float: none;
        display: inline-block;
        margin-bottom: -3px;
    }

    .categoryblock {
        width: 50%;
    }

    #banner0 img,
    #banner1 img,
    #banner2 img {
        max-width: 100%;
    }

    .common-home .category-left-box .box-content {
        display: none;
    }

    .catgory-left {
        position: absolute;
        z-index: 3;
        width: 270px;
        padding: 0;
    }

    .address_content {
        padding-right: 35px;
    }

    .manufacture_block>ul {
        width: 90%;
    }

    .box-category-heading {
        width: 211px;
    }

    .common-home .box-category-heading {
        width: 270px;
    }

    .common-home #nav-one>li>.dropdown-menu {
        left: 268px;
    }

    #nav-one>li>.dropdown-menu {
        left: 168px;
    }

    #column-left .box.special {
        padding-top: 0px;
    }

    .product-list .product-thumb .image {
        width: 36.33%;
    }

    .main-slider .swiper-pager div {
        display: none;
    }

    .box-category-heading {
        display: none;
    }

    .container,
    footer {
        top: auto;
    }

    footer {
        background-position: center bottom;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }

    .box.category {
        display: none;
    }

    #column-left .box,
    #column-right .box {
        margin-bottom: 20px;
    }

    #column-left .box.latest,
    #column-right .box.latest {
        padding-top: 5px;
    }

    .col-md-4.btn-list-grid {
        margin-bottom: 10px;
    }

    .pagination-right {
        clear: both;
        float: left;
        margin: 5px 0;
    }

    #product-compare .table-bordered {
        width: 100%;
        float: left;
        overflow: auto;
        display: inline;
    }

    .viewmore {
        margin-top: 20px;
    }

    .hometab,
    .categorytab {
        padding-top: 40px;
        padding-bottom: 10px;
    }

    #footer .column {
        width: 100% !important;
        margin-left: auto;
        margin-right: auto;
        clear: both;
        min-height: auto;
        padding-left: 15px;
        border: 0;
    }

    #footer .column.footertop #czfootercmsblock {
        margin-bottom: 0px;
        margin-top: 20px;
    }

    #footer .column.footertop #czfootercmsblock ul.block_content {
        margin: 0;
        padding: 0;
        display: none;
    }

    #footer .column #extra-link {
        margin-bottom: 5px;
    }

    #footer .newsletter .news-title {
        line-height: 28px;
        margin-bottom: 10px;
    }

    #footer .newsletter .newsright {
        width: 100%;
        margin-top: 10px;
    }

    #footer .column.footerright {
        padding-right: 15px;
        margin-top: 8px;
    }

    #footer .column .toggle {
        padding-bottom: 8px;
        padding-top: 8px;
    }

    #footer .column h5 {
        display: block;
        font-size: 15px;
        font-weight: 600;
        text-align: left;
    }

    #footer .footertop #czfootercmsblock .footercms.cms1,
    #footer .footertop #czfootercmsblock .footercms.cms2,
    #footer .footertop #czfootercmsblock .footercms.cms3 {
        width: 100%;
        margin: 0;
        background: none;
        text-align: left;
        min-height: auto;
        padding: 8px 0px;
    }

    #footer .footertop #czfootercmsblock .footercms .footer-icon {
        float: left;
        margin: 0;
        padding: 0;
        height: 50px;
        width: 50px;
        display: inline-block;
        background-size: 100%;
    }

    #footer .footertop #czfootercmsblock .footercms .footer-icon.icon1 {
        background-position: center 5px;
    }

    #footer .footertop #czfootercmsblock .footercms .footer-icon.icon2 {
        background-position: center -70px;
        background-size: 80%;
    }

    #footer .footertop #czfootercmsblock .footercms .footer-icon.icon3 {
        background-position: center -167px;
        background-size: 90%;
    }

    #footer .footertop #czfootercmsblock .footercms .footer-content span {
        font-size: 13px;
        font-weight: 400;
        text-transform: capitalize;
    }

    #footer .footertop #czfootercmsblock .footercms .footer-content span a {
        color: #ffffff;
        text-transform: capitalize;
        font-size: 13px;
        font-weight: 400;
    }

    #footer .footertop #czfootercmsblock .footercms .footer-content span a:hover {
        color: #2d5016;
    }

    #footer .footer-blocks .column .social-block ul {
        display: block;
        margin-bottom: 0;
    }

    #footer .column.footerleft:after {
        border: 0;
    }

    .footer-blocks .paiement_logo_block {
        padding-top: 10px;
    }

    #footer .column:nth-child(4):after {
        border: 0;
    }

    .footer-logo {
        margin-bottom: 22px;
        margin-top: 15px;
    }

    #footer .column.contact-block {
        padding: 0px 15px;
        border: 0px;
    }

    #accordion .form-horizontal .control-label {
        width: 100%;
    }

    .information-blogger-blogs .blog-image img {
        display: block;
    }

    #search .col-sm-3.sort {
        width: 37%;
    }

    .col-sm-5.t-search {
        width: 86%;
        padding: 10px 0;
    }

    .cate-heading,
    ul.subcats {
        float: none;
    }

    .cat-desc {
        display: inline-block;
        float: none;
        text-align: center;
        width: 100%;
    }

    .head-right-bottom .header-cms-block {
        margin: 20px 0;
    }

    #search .col-sm-3.sort {
        width: 35%;
    }

    .layout-2.left-col #content,
    .layout-2.right-col #content,
    .layout-3 #content {
        width: 100%;
    }

    .main-slider .owl-carousel {
        width: 100%;
    }

    .newsletter {
        width: 100%;
        background: #f5f5f5;
        padding-bottom: 40px;
        margin-top: 30px;
    }

    .news-subtitle {
        padding-top: 20px;
    }

    .newsletter-block {
        width: 100%;
    }

    #footer {
        margin-top: 0;
        box-shadow: none;
    }

    #footer .column:after {
        content: initial;
    }

    .content_footer_bottom {
        margin-top: 20px
    }

    .footertop-cms .subtitle {
        font-size: 11px
    }

    .footertop-cms .title {
        font-size: 13px
    }

    .blog-left .blog-image img {
        height: auto;
        width: 100%;
    }

    .category-row {
        margin-left: -5px;
        margin-right: -5px;
    }

    .categoryblock {
        padding-left: 5px;
        padding-right: 5px
    }

    .category .image {
        float: none;
        clear: both;
        text-align: center
    }

    .category .image a {
        display: inline-block
    }

    .col-sm-10.subscribe-btn {
        width: 100%;
    }

    .col-sm-10.subscribe-btn {
        float: left;
        clear: both
    }

    .header-left {
        text-align: left;
        width: 50%;
        padding: 0;
        border: medium none;
    }

    .col-sm-4.header-logo {
        float: none;
    }

    .header-right {
        width: 50%;
        border: none;
        padding: 40px 0 0;
    }

    .nav-inner-cms .box-category-heading,
    .nav-inner-cms .main-menu ul {
        display: none
    }

    .nav-responsive span {
        padding: 0;
        font-size: 0;
        line-height: 0;
    }

    #cms-menu {
        position: relative;
    }

    .nav-inner-cms {
        border: none;
        margin-bottom: 0;
    }

    .content-top #content {
        min-height: initial;
    }

    .contact-info .right {
        float: left;
        clear: both;
        margin-top: 20px
    }

    #column-left .box .box-content,
    #column-right .box .box-content,
    #column-left .box .filterbox,
    #column-right .box .filterbox,
    #column-right .single-banner,
    #column-left .single-banner {
        display: none;
    }

    #column-right .toggle .mobile_togglemenu,
    #column-left .toggle .mobile_togglemenu {
        display: block;
        cursor: pointer;
        width: 100%;
        margin-top: 0;
        padding: 10px;
        position: absolute;
        right: 0;
        top: 0px;
        left: 0;
        background: transparent none repeat scroll 0 0;
        transition: initial;
        -webkit-transition: initial;
        -moz-transition: initial;
        -ms-transition: initial;
        -o-transition: initial;
    }

    #column-right .toggle .mobile_togglemenu:before,
    #column-left .toggle .mobile_togglemenu:before {
        background: transparent none repeat scroll 0 0;
        color: #000000;
        content: "\f107";
        font-family: "FontAwesome";
        font-size: 22px;
        font-weight: 400;
        height: 20px;
        margin: 0;
        position: absolute;
        right: 0;
        text-align: center;
        top: 4px;
        width: 20px;
    }

    #column-right .toggle.active .mobile_togglemenu::before,
    #column-left .toggle.active .mobile_togglemenu::before {
        content: "\f106";
    }

    .layout-2.left-col #column-left,
    .layout-2.right-col #column-right,
    .layout-3 #column-left,
    .layout-3 #column-right,
    #column-left,
    #column-right {
        width: 100%;
        clear: both;
        padding-bottom: 20px;
    }

    #column-left .box .box-content,
    #column-right .box .box-content,
    #column-left .box .filterbox,
    #column-right .box .filterbox,
    #column-left .box .list-group,
    #column-right .box .list-group {
        display: none;
    }

    .homepage-testimonials-inner.box-content {
        display: none;
    }

    #testimonial .customNavigation a.next:hover::before,
    #testimonial .customNavigation a.prev:hover::before {
        color: #262626;
    }

    .box.blogs {
        padding-top: 20px;
        margin-top: 20px;
        margin-bottom: 40px;
        padding-bottom: 30px;
        background: #f5f5f5;
    }

    .box.blogs:before {
        display: none;
    }

    .result-search-autocomplete>ul>li {
        display: inline-block;
        float: left;
        clear: both;
    }

    .col-md-3.row-result-search-autocomplete-image {
        float: left;
        width: auto;
    }

    .col-md-6.result-info {
        float: left;
        width: 50%;
    }

    #banner0 img,
    #banner1 img,
    #banner2 img {
        max-width: 100%;
    }

    .zoomWindowContainer .zoomWindow {
        height: 450px !important;
    }

    .catgory-left {
        display: none;
    }

    #footer #contact.column h5 {
        display: block;
    }

    .footer-blocks {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    #bottom-footer {
        padding: 20px 0;
    }

    .block-social {
        float: none;
        text-align: center;
    }

    .manufacture_block>ul {
        width: 80%;
    }

    #footer #contact.column ul {
        margin-top: 15px;
        width: 380px;
    }

    .productpage .product-right {
        padding-left: 10px;
    }

    .banners-slider-carousel {
        margin-bottom: 10px;
    }

    .banners-slider-carousel .carousel-block {
        padding-top: 0;
        padding-bottom: 0;
    }

    .swiper-pager-button {
        display: none;
    }

    .box.blogs .blog-right-inner {
        clear: both;
        float: none;
        width: 100%;
        padding-top: 20px;
    }

    .box.blogs .blog-left-inner {
        width: 100%;
        text-align: center;
        float: none;
        padding: 0;
    }

    .box.blogs .blog-left-inner .blog-image {
        width: 100%;
        height: 550px;
        text-align: center;
    }

    .box.blogs .blog-left-inner .blog-text-detail .text-title {
        font-size: 32px;
        line-height: 40px;
    }

    .box .box-content {
        margin-left: -13px;
        margin-right: -13px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .header-main{

                display: flex
;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
    }

    .layout-2.left-col #column-left,
    .layout-2.right-col #column-right {
        width: 100%;
    }

    .layout-2 #content {
        width: 77.35%;
    }

    #column-left .product-items .product-details,
    #column-right .product-items .product-details {
        float: left;
        margin: 0px 0 0;
    }
}

@media (max-width: 767px) {

    .layout-2 #content,
    .layout-3 #content {
        width: 100%;
    }

    .product-info .image-additional a {
        padding: 0px;
    }

    .header-left {
        width: 100%;
        text-align: center;
    }

    .headertopright {
        float: none;
        display: inline-block;
        margin-bottom: -20px;
    }

    .box.related .box-content {
        margin: 0 -15px;
    }

    .btn-info {
        margin-bottom: 3px;
    }

    #input-search {
        margin-bottom: 8px;
    }

    .col-sm-4.total_amount {
        margin-top: 20px;
    }

    .header-cart #cart:hover {
        background-position: 0px -166px;
    }

    .productpage .product-right {
        padding-top: 50px;
        padding-left: 15px;
    }

    #top-links ul.list-inline li {
        padding: 0 10px 0 8px
    }

    .checkout-cart .btn.btn-danger {
        margin-top: -2px !important;
    }

    .button_class {
        clear: both;
    }

    .show-wrapper {
        clear: both;
        margin: 10px 0 0;
    }

    .category_filter .show {
        float: left;
        margin: 8px 10px 0 0;
    }

    #product-compare .table-bordered {
        float: left;
        width: 100%;
        overflow: auto;
        display: inline;
    }

    .product-info .image,
    .product-info .additional-carousel {
        margin: 0 auto;
        width: 350px;
    }

    .blog-image .post_hover {
        display: none;
    }

    .main-slider .owl-carousel .owl-buttons,
    .main-slider .owl-carousel .owl-pagination {
        display: none;
    }

    .product-info .additional-carousel {
        width: 350px
    }

    .addthis_toolbox.addthis_default_style {
        margin: 10px 0;
    }

    #content .category_list .filterbox {
        border: 1px solid #e5e5e5;
        margin: 10px 0;
        background-color: #fff;
    }

    #content .category_list .filterbox .list-group a {
        border: none;
    }

    .checkout-cart #accordion .input-group-btn:last-child>.btn,
    .checkout-cart #accordion .input-group-btn:last-child>.btn-group {
        margin-left: 5px;
        margin-right: 0;
    }

    .blog-left .blog-image img {
        height: auto;
        width: 100%;
    }

    .addtocart .fa {
        margin: 0;
    }

    .headertopright .text2 span.hidden-xs,
    .headertopright .text2 span.hidden-sm,
    .headertopright .text2 span.hidden-md {
        display: block !important
    }

    .col-sm-5.header-search {
        width: 78.7%;
    }

    #search .col-sm-3.sort {
        width: 39%;
        float: left;
    }

    .col-sm-3.header-cart {
        width: 9%;
    }

    .owl-carousel .owl-buttons div {
        opacity: 1 !important;
        -webkit-opacity: 1 !important;
        -moz-opacity: 1 !important;
        -khtml-opacity: 1 !important;
    }

    .box.bestseller {
        padding-top: 30px
    }

    #column-left .box.bestseller,
    #column-right .box.bestseller {
        padding-top: 0px
    }

    .cz_newsletterdiv {
        width: 100%;
    }

    .news-social {
        width: 100%;
        padding: 20px 10px 25px;
    }

    footer h5,
    #footer .news-title {
        font-size: 16px;
    }

    .product-list .product-thumb .button-group .addtocart .fa {
        margin-right: 10px
    }

    .product-list .product-thumb .image {
        float: left;
    }

    #button-cart {
        margin-bottom: 0;
    }

    .information-blogger-blogs .blog-image img {
        display: inline-block;
        max-width: 100%;
    }

    .all-blog .blog-left-content .blog-image {
        height: auto
    }

    .category_tab .nav-tabs {
        float: left;
        width: 100%;
        margin: 10px 0;
    }

    .category_tab .tab-content {
        clear: both
    }

    .category_tab .tab-pane .owl-carousel .owl-buttons div {
        top: -50px
    }

    .categoryblock {
        width: 50%;
        margin-bottom: 10px;
    }

    .category .image {
        float: none;
        clear: none
    }

    .category {
        padding: 0 10px;
    }

    .layout-2.left-col #column-left,
    .layout-2.right-col #column-right,
    .layout-3 #column-left,
    .layout-3 #column-right,
    #column-left,
    #column-right {
        display: block !important;
    }

    #carousel-0.banners-slider-carousel .customNavigation a {
        opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
    }

    .responsive-menu.container {
        padding: 0 !important;
        position: relative;
        width: 100%;
    }

    .main-slider {
        width: 100%;
    }

    .main-slider img {
        width: 100%;
    }

    .static_links li a {
        padding: 16px 10px 17px;
    }

    .header-right {
        text-align: center;
        display: none;
    }

    .head-right-top {
        float: none;
        margin: 0 auto;
        display: none;
    }

    .footerbottom-cms {
        width: 100%;
        text-align: center;
    }

    .top-inner .left-logo {
        padding-right: 20px;
    }

    .searchbar .col-sm-3.sort {
        width: 100%;
    }

    .content_header_topright {
        letter-spacing: 0.3px;
    }

    #czfootercmsblock .footercms {
        width: 100%;
        margin-bottom: 12px;
    }

    #czfootercmsblock .footercms .footer-icon {
        background-color: transparent;
        height: 55px;
        width: 55px;
    }

    .product-thumb .button-group {
        width: 160px;
    }
}

@media (max-width: 650px) {
    .product-layout.product-grid {
        width: 50%;
    }

    #cznavcmsblock {
        display: none;
    }

    .box.blogs .blog-left-inner .blog-image {
        height: auto;
        min-height: 400px;
    }
}

@media (max-width: 580px) {
    .nav-toplink {
        padding: 0;
    }

    .nav-toplink li.connection .fa {
        font-size: 13px;
    }

    .nav-toplink li.connection a.dropdown-toggle {
        color: #d9d9d9;
        padding: 15px 0px 16px;
        display: inline-block;
    }

    .nav-toplink li.connection ul {
        margin: 0;
        left: auto;
        right: 0;
        padding: 6px 5px;
    }

    #top-links .nav-toplink li.connection ul li {
        margin: 0px;
        text-align: left;
        float: left;
        width: 100%;
    }

    .nav-toplink li.connection a.top-link {
        margin: 1px 0px;
        padding: 6px 10px;
        font-size: 12px;
        color: #000000;
    }

    .nav-toplink li.connection a.top-link:hover {
        background-color: #2d5016;
        color: #ffffff;
    }

    #top-links .nav-toplink ul li:before {
        border: 0;
    }

    #form-currency {
        margin-right: 8px;
    }

    #form-language {
        margin-right: 16px;
    }

    #form-language:after {
        right: -8px;
    }

    #top-links li:first-child {
        margin-left: 6px;
    }

    #form-currency .btn-link:before {
        right: -10px;
    }

    #top-links #form-language .dropdown-menu li {
        margin: 0;
    }

    .lang-curr .fa {
        padding-left: 0px;
    }

    #form-currency .dropdown-menu li {
        margin: 0;
    }

    .tab-head {
        display: inline-block;
        width: 100%;
        height: auto;
        border: none;
    }

    #tabs_info .nav-tabs a:before,
    .htabs .etabs li a:before {
        border: 0px;
    }

    .product-list .product-thumb .image {
        padding: 0;
        margin: 0 auto;
        text-align: center;
        max-width: 255px;
        float: none;
        width: auto;
    }

    .product-list .product-details {
        float: left;
        width: 100%;
        clear: both;
        margin-bottom: 0;
    }

    .product-list .product-thumb .caption {
        padding: 15px 0;
        text-align: center;
    }

    #tabs_info .nav-tabs li {
        width: 100%;
        margin: 0;
    }

    #tabs_info .nav-tabs a,
    .nav-tabs a {
        width: 60%;
        float: none;
        margin: 0 auto;
    }

    #tabs_info .nav-tabs a:after {
        background: none;
    }

    #tabs_info .nav-tabs a,
    .nav-tabs a {
        padding: 5px 0px;
    }

    #tabs_info.product-tab .nav-tabs:before {
        border: 0;
    }

    #tabs_info.product-tab .nav-tabs:after {
        border: 0;
    }

    #tabs_info .tab-content {
        border: 1px solid #ededed;
    }

    .htabs .etabs li,
    .categorytab .nav-tabs li,
    #tabs_info .nav-tabs li {
        width: 100%;
        margin: 0;
    }

    #tabs_info .nav-tabs a,
    .nav-tabs a,
    .htabs a,
    .categorytab .nav-tabs a {
        width: 100%;
        margin: 8px 0px;
        padding: 0;
    }

    .box-heading {
        font-size: 20px;
    }

    .box.blogs .blog-left-inner .blog-text-detail .text-description {
        padding: 30px 40px 50px;
    }

    .newsletter-block {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 70px;
        padding-bottom: 70px;
        min-height: auto;
    }

    .newsletter .newsletter-block .box-heading {
        margin-bottom: 10px;
    }

    .box .box-content {
        margin-left: -12px;
        margin-right: -12px;
    }
}

@media (max-width: 480px) {
    #footer .column .list-unstyled li {
        margin-left: 10px;
        margin-right: 10px;
    }

    #footer .column .list-unstyled li a:after {
        right: -18px;
    }

    .wrap-breadcrumb .breadcrumb h1,
    .wrap-breadcrumb .breadcrumb h2,
    .wrap-breadcrumb .breadcrumb h3.product-title {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .box.blogs .blog-left-inner .blog-text-detail .text-description {
        padding: 20px 20px 40px;
    }

    .box.blogs .blog-left-inner .blog-text-detail {
        top: 15%;
    }

    .blogs .product-items {
        width: 280px;
        margin: 0 auto;
        float: none !important;
        text-align: center;
    }

    .box.blogs .blog-right-inner {
        text-align: center;
    }

    .newsletter-block {
        padding-left: 20px;
        padding-right: 20px;
    }

    .box.blogs .blog-left-inner .blog-image {
        background-size: auto;
    }
}

@media only screen and (max-width: 479px) {
    .product-info .image-additional a {
        float: none;
        text-align: center;
    }

    .head-right-bottom {
        bottom: -65px;
    }

    .table {
        float: left;
        margin-bottom: 20px;
        overflow: scroll;
        width: 100%;
    }

    #column-left .box.special .product-block-inner {
        margin: 0px;
        max-width: none;
    }

    .product-list .product-thumb .product-block-inner {
        text-align: center;
        margin: 0;
        max-width: none;
    }

    .product-layout.product-grid .product-block-inner {
        max-width: 277px;
    }

    .shopping-cart .input-group .form-control {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .account-wishlist .table-bordered {
        float: left;
        width: 100%;
        overflow: auto;
        display: inline;
    }

    .flex-direction-nav a:before {
        font-size: 27px !important;
    }

    .dropdown-menu.pull-right {
        width: 100%;
    }

    #cart .dropdown-menu li>div {
        min-width: 100%;
    }

    .category_filter .limit {
        float: left;
    }

    .contact-info .left,
    .contact-info .right {
        width: 100%;
    }

    .product-info .image,
    .product-info .additional-carousel {
        width: 100%;
    }

    .productpage .write-review,
    .productpage .review-count {
        display: inline-block;
        margin: 5px 0 0;
        width: 100%;
    }

    .pagination-wrapper .page-link {
        float: left;
    }

    .pagination-wrapper .page-result {
        float: left;
        clear: both;
    }

    .checkout-cart .pull-right {
        clear: both;
        float: left;
        margin: 10px 0;
    }

    .bootstrap-datetimepicker-widget.dropdown-menu {
        width: auto;
    }

    .checkout-cart #accordion .input-group-btn {
        float: left;
        margin: 5px 0 0;
    }

    .category_tab .tab-pane .owl-carousel .owl-buttons div {
        top: -45px
    }

    .category_tab .owl-carousel .owl-buttons .owl-prev {
        display: inline-block;
        float: none;
        left: auto !important;
        opacity: 1 !important;
        -khtml-opacity: 1 !important;
        -webkit-opacity: 1 !important;
        -moz-opacity: 1 !important;
        position: absolute;
        right: 51% !important;
    }

    .category_tab .owl-carousel .owl-buttons .owl-next {
        left: 51% !important;
        right: auto !important;
        display: inline-block;
        float: none;
        position: absolute;
        opacity: 1 !important;
        -khtml-opacity: 1 !important;
        -webkit-opacity: 1 !important;
        -moz-opacity: 1 !important;
    }

    .category_tab .tab-content {
        clear: both;
        margin-top: 60px;
        float: left;
        width: 100%;
    }

    .category_tab ul li a {
        float: none;
        width: 100%;
    }

    .category_tab ul li {
        background: none;
        padding: 0;
    }

    .app-cms li {
        margin-right: 5px;
    }

    .social-cms li {
        margin: 0 5px 0 0;
    }

    .footerblock {
        width: auto;
        margin: 15px 0;
        float: left;
        clear: both;
    }

    .hometab .tab-content {
        clear: both
    }

    .news-social .social-title .social-heading,
    .newsletter h5.news-title {
        font-size: 15px;
        line-height: 28px;
    }

    .headertopright .text2-dec {
        display: none;
    }

    ..dropdown.myaccount .myaccount-menu {
        right: 0px;
        text-align: left;
        margin-top: 7px;
    }

    .headertopright {
        text-align: center
    }

    .headertopleft {
        display: inline-block;
        float: none;
        margin-bottom: 10px;
        text-align: center;
        width: 100%;
    }

    .shipping-cms {
        text-align: left
    }

    .productpage #input-quantity {
        float: none;
        margin-bottom: 10px;
        margin-right: 0;
    }

    #tabs_info .table {
        float: none;
    }

    .product-info .image-additional {
        width: 100%
    }

    .checkout-cart .shopping-cart .input-group-btn:last-child>.btn,
    .checkout-cart .shopping-cart .input-group-btn:last-child>.btn-group {
        margin-left: 0px;
        margin-right: 5px
    }

    .checkout-cart #accordion .input-group-btn:last-child>.btn,
    .checkout-cart #accordion .input-group-btn:last-child>.btn-group {
        margin-left: 0px;
        margin-right: 5px;
    }

    .blog-left {
        float: none;
    }

    .category .image {
        float: none;
        clear: both;
        text-align: center
    }

    .result-search-autocomplete {
        width: 100% !important;
    }

    .col-md-6.result-info {
        text-align: left;
        width: 69%;
        padding-right: 0;
    }

    .result-search-autocomplete>ul>li {
        width: 100%;
    }

    .alert.alert-success.animated {
        height: 110px;
    }

    .comment-wrapper {
        width: 100%;
        float: left;
        margin: 0;
    }

    .manufacture_block>ul {
        width: 100%;
        padding: 0;
    }

    .nav-tabs {
        height: auto !important;
    }

    .productpage .breadcrumb {
        width: 100%;
        text-align: left;
    }

    #content .image-additional .slider-item .product-block {
        margin: 4px 3px;
    }

    .subscribe-btn {
        float: none;
    }

    #search .search_toggle {
        width: 230px;
        right: -10px;
    }

    #blog-carousel .blog-date,
    #blog-grid .blog-date {
        width: 100%;
        margin-bottom: 8px;
    }

    #blog-carousel .blog-right,
    #blog-grid .blog-right {
        width: 100%;
        padding-left: 0;
        text-align: center;
        float: left;
    }

    #content #blog-carousel .product-block .date-comment:before,
    #content #blog-grid .product-block .date-comment:before {
        right: 0;
        background: none;
    }

    #content #blog-carousel .product-block .date-comment .blog-day,
    #content #blog-grid .product-block .date-comment .blog-day {
        margin-bottom: 2px;
    }

    .blog-right h4 {
        margin-bottom: 5px;
    }

    #form-language .dropdown-menu {
        left: 0;
        right: auto;
    }

    .nav-responsive .expandable:before {
        right: 32px;
    }

    #search,
    .wishlist,
    .dropdown.myaccount {
        margin-right: 0;
        margin-left: 0;
    }

    #search .search_button,
    header .dropdown.myaccount>a,
    .wishlist ul li a,
    #cart .cart_heading {
        width: 40px;
    }

    #search .search_button:before,
    .wishlist ul li a:before,
    header .dropdown.myaccount>a:before,
    #cart .cart_heading:before {
        display: none;
    }
}

@media only screen and (max-width: 400px) {
    .product-layout.product-grid {
        width: 100% !important;
    }

    .product-block-inner {
        margin: 0 auto;
        max-width: 277px;
    }

    .box.special .product-block-inner {
        margin: 0 auto;
    }

    .box.featured .product-block,
    .box.latest .product-block,
    .box.related .product-block {
        border: 0;
    }

    .product-layout.product-grid .product-block.product-thumb {
        border: 0;
    }

    .box .box-content {
        margin-left: -15px;
        margin-right: -15px;
    }

    .product-thumb .rating {
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

@media (max-width: 380px) {
    #cart .dropdown-menu {
        width: 270px;
    }

    .header-logo img {
        max-height: 40px;
    }

    nav.nav-container .nav-responsive {
        float: left;
        text-align: left;
        line-height: 0;
    }

    .nav-responsive .expandable {
        float: left;
    }

    #search .search_toggle {
        right: -75px;
    }

    nav.nav-container .responsive-menu .main-navigation {
        top: 39px;
    }

    .header-container.fixed .responsive-menu .main-navigation {
        top: 39px;
    }

    #form-language img {
        display: none;
    }

    #form-currency .btn-link strong {
        display: none;
    }

    #column-left .product-items .product-details,
    #column-right .product-items .product-details {
        float: none;
    }

    #cart .text-right .addtocart,
    #cart .text-right .checkout {
        padding-left: 12px;
        padding-right: 12px;
    }

    .hometab.box .box-heading:before,
    .hometab.box .box-heading:after {
        width: auto;
    }

    #search .search_button,
    header .dropdown.myaccount>a,
    .wishlist ul li a,
    #cart .cart_heading {
        width: 32px;
    }

    .header-logo {
        left: 45px;
        padding-top: 18px;
    }

    .dropdown.myaccount .myaccount-menu {
        top: 56px;
    }

    #search .search_toggle {
        top: 56px;
    }

    #cart .dropdown-menu {
        top: 56px;
    }
}

@media only screen and (max-width: 319px) {
    .product-info .additional-carousel {
        width: 196px;
        margin: 0 auto;
    }

    .btn-primary {
        margin-bottom: 2px;
    }

    .compare-total {
        clear: both;
        margin: 8px 10px 10px 0;
    }

    #cart .text-right .checkout {
        margin: 0;
    }

    .subscribe-btn .btn.btn-lg {
        padding: 7px 12px;
    }
}



/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/* display none until init */
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls .owl-buttons div {
    position: absolute;
}

.owl-controls .owl-buttons .owl-prev {
    left: 10px;
    top: 50%;
}

.owl-controls .owl-buttons .owl-next {
    right: 10px;
    top: 50%;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
    cursor: url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}


/* OpenCart Code */
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -o-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls .owl-buttons div {
    position: absolute;
}

.owl-controls .owl-buttons .owl-prev {
    left: 10px;
    top: 45%;
}

.owl-controls .owl-buttons .owl-next {
    right: 10px;
    top: 45%;
}

.owl-carousel .owl-buttons div i {
    font-size: 40px;
    margin: -20px 0 0;
}

.owl-pagination {
    text-align: center;
    top: 0px;
    position: relative;
}

.owl-controls .owl-page {
    display: inline-block;
    margin: 0px 5px;
    zoom: 1;
}

.owl-controls .owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    background: #dddddd;
    text-indent: -9999px;
    border: 2px solid transparent;
    -webkit-transition: transform 0.3s cubic-bezier(.7, -.2, .3, 2.5), color 0.15s ease-out;
    -moz-transition: transform 0.3s cubic-bezier(.7, -.2, .3, 2.5), color 0.15s ease-out;
    -o-transition: transform 0.3s cubic-bezier(.7, -.2, .3, 2.5), color 0.15s ease-out;
    transition: transform 0.3s cubic-bezier(.7, -.2, .3, 2.5), color 0.15s ease-out;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.owl-controls .owl-page.active span {
    background: #2d5016;
    border-color: #2d5016;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.owl-controls .owl-page span:hover {
    background: #2d5016;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}


/******** Contact Page Design *********/
.contact-form {
    float: left;
    width: 100%;
    padding-bottom: 50px;
}

.contact-form .left-part {
    width: 50%;
    float: left;
    margin-right: 30px;
}

.contact-form .left {
    float: right;
    width: 50%;
    padding-left: 30px;
    margin-top: 30px;
    position: relative;
    z-index: 9;
}

.contact-form .right {
    margin-top: 30px;
    float: left;
    width: 50%;
    padding-right: 30px;
    padding-bottom: 0;
    border-right: 1px solid #e8e9eb;
}

.contact-form .map {
    width: 100%;
    float: left;
}

#content .contact-form h3 {
    font-size: 18px;
    margin-bottom: 20px;
}

.contact-form .left strong {
    font-size: 12px;
    text-transform: capitalize;
    padding-bottom: 8px;
    display: inline-block;
    color: #262626;
    vertical-align: top;
    font-weight: 600;
}

.contact-form .left .comments strong {
    padding-bottom: 0;
}

.contact-form .left address {
    display: inline-block;
}

.contact-form .left .address-detail {
    border-bottom: 1px solid #e8e9eb;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.contact-form .left .map-btn a.btn.btn-info {
    color: #ffffff;
    background: #2d5016;
    border: 1px solid #2d5016;
}

.contact-form .left .map-btn a.btn.btn-info:hover {
    background-color: #000000;
    border: 1px solid #000000;
}

.contact-form .left .comments {
    border-top: 1px solid #e8e9eb;
    padding-top: 20px;
    margin-top: 20px;
    width: 100%;
    float: left;
    padding-left: 0;
}

.information-contact .contact-form .panel-body {
    padding: 30px 0;
    overflow: auto;
    width: 100%;
    float: left;
}

.contact-form .form-horizontal .control-label {
    padding-left: 0;
    padding-right: 0;
}

.contact-form .left .contact a.btn.btn-info {
    margin-top: 20px;
}

#google_map {
    width: 100%;
    height: 400px;
    margin-bottom: 40px;
}

@media (max-width:1199px) {
    .contact-form .left .address-detail .img-thumbnail {
        max-height: 40px;
        width: auto;
    }

    .contact-form .left {
        padding-left: 15px;
    }

    .contact-form .right {
        padding-right: 15px;
    }
}

@media (max-width:991px) {

    .contact-form .left,
    .contact-form .right {
        width: 100%;
        padding: 0;
        border: 0;
    }

    .contact-form {
        padding-bottom: 30px;
    }

    .contact-form .left {
        margin-top: 10px;
    }
}

@media(max-width:767px) {
    .contact-form .form-horizontal .control-label {
        margin-bottom: 10px;
        padding-left: 15px;
    }

    .contact-form .map-btn {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}



@media (max-width: 1199px) and (min-width: 992px) {

    .grid_default_width,
    .featured_default_width,
    .latest_default_width,
    .bestseller_default_width,
    .tabspecial_default_width,
    .tabbestseller_default_width,
    .tablatest_default_width,
    .related_default_width {
        width: 25%;
    }
}

@media (max-width: 991px) and (min-width: 651px) {

    .grid_default_width,
    .featured_default_width,
    .latest_default_width,
    .bestseller_default_width,
    .tabspecial_default_width,
    .tabbestseller_default_width,
    .tablatest_default_width,
    .related_default_width {
        width: 33.33%;
    }
}

@media (max-width: 650px) and (min-width: 401px) {

    .grid_default_width,
    .featured_default_width,
    .latest_default_width,
    .bestseller_default_width,
    .tabspecial_default_width,
    .tabbestseller_default_width,
    .tablatest_default_width,
    .related_default_width {
        width: 50%;
    }
}




/* Special Product Count Down */

.countdown {
    margin-top: 0;
    padding: 15px 0 5px;
    float: left;
    width: 100%;
    position: relative;
}

.countdown .count-down.clock {
    width: 70%;
    display: inline-block;
    padding: 0;
}

.countbox .timebox {
    margin: 0;
    display: inline-block;
    text-align: center;
    position: relative;
}

.countdown .count-down.clock .countbox {
    position: relative;
}

.countdown .count-down.clock .countbox:before {
    content: "";
    position: absolute;
    left: 50%;
    width: 1px;
    height: 132px;
    background: #f2f2f2;
    top: 10px;
}

.countdown .count-down.clock .countbox:after {
    content: "";
    position: absolute;
    right: 38px;
    width: 132px;
    height: 1px;
    background: #ededed;
    top: 38%;
}

.countbox .timebox-inner {
    width: 84px;
    height: 84px;
    max-width: 110px;
    color: #ffffff;
    margin: 0 2px;
    display: inline-block;
    float: left;
    text-align: center;
    position: relative;
}

.countbox .timebox .time {
    display: block;
    width: auto;
    text-transform: capitalize;
    padding: 0;
    color: #bbbbbb;
    font-size: 12px;
    top: 30px;
    left: 0;
    right: 0;
    font-weight: 400;
    letter-spacing: 1.2px;
    position: absolute;
}

.count-down .countbox strong {
    color: #000000;
    display: block;
    font-size: 26px;
    line-height: 30px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0;
    width: 100%;
    padding-top: 5px;
}

.countbox .timebox:last-child {
    margin: 0;
}

.product-content .count-down .countbox strong {
    font-size: 16px;

}

@media (max-width: 1289px) {
    .countbox .timebox-inner {
        margin-left: 3px;
        margin-right: 3px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .countbox .timebox-inner {
        height: 50px;
        width: 50px;
    }

    .countbox .timebox .time {
        top: 20px;
    }

    .count-down .countbox strong {
        font-size: 16px;
        padding-top: 0px;
    }

    .countdown .count-down.clock .countbox:after {
        right: 0;
    }

    .countdown .count-down.clock .countbox:before {
        top: 0;
    }

}

@media (max-width: 991px) {
    .countdown .count-down.clock {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .countbox .timebox .time {
        top: 20px;
    }

    .count-down .countbox strong {
        font-size: 16px;
        padding-top: 0px;
    }

    .countdown .count-down.clock {
        width: 60%;
    }

}

@media (max-width: 575px) {
    .countdown .count-down.clock {
        width: 50%;
        display: inline-block;
        padding: 0;
    }

    .countbox .timebox .time {
        top: 25px;
    }

    .count-down .countbox strong {
        font-size: 16px;
        padding-top: 0px;
        top: 5px;
    }

    .countdown .count-down.clock .countbox:after {
        right: 60px;
    }

    .countdown .count-down.clock .countbox:before {
        top: 0px;
    }
}

@media (max-width: 480px) {
    .countdown .count-down.clock {
        width: 65%;
    }

    .countdown .count-down.clock .countbox:after {
        right: 30px;
    }
}

@media (max-width: 350px) {
    .countdown .count-down.clock {
        width: 80%;
    }

}


/* Mevcut seçili dil ve para birimini dropdown'da da göster */
#form-language .language-menu li,
#form-currency .currency-menu li {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Mevcut seçili öğeyi vurgulamak için (opsiyonel) */
#form-language .language-menu li.active,
#form-currency .currency-menu li.active {
    background-color: #e9ecef !important;
}

#form-language .language-menu li.active .language-select,
#form-currency .currency-menu li.active .currency-select {
    background-color: #e9ecef !important;
    font-weight: 600;
}

/* Tüm dropdown öğelerinin görünür olduğundan emin olun */
#form-language .language-select,
#form-currency .currency-select {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Gizlenen öğeleri zorla göster */
#form-language .language-menu li[style*="display: none"],
#form-currency .currency-menu li[style*="display: none"] {
    display: block !important;
}

#form-language .language-select[style*="display: none"],
#form-currency .currency-select[style*="display: none"] {
    display: flex !important;
}