body {
    color: #888;
    background: #ffffff;
    font-family: 'Changa', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.5px;
    position: relative;
}

:focus {
    outline: none !important;
}

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

/* default font size */
.fa {
    font-size: 14px;
}

.fa-stack {
    width: 12px;
    font-size: 8px;
}

.fa-stack .fa {
    font-size: 13px;
}

/* 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: 13px;
    font-weight: 500;
    color: #000;
}

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: 13px;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
    font-size: 13px;
}

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

/* Gradent to all drop down menus */
.dropdown-menu li>a:hover {
    text-decoration: none;
    color: #888;
}

/* top */
#top {
    line-height: initial;
    color: #999;
    font-size: 13px;
    font-weight: 400;
    min-height: 40px;
    background: #262626;
    padding: 0;
    letter-spacing: 0.6px;
    text-transform: capitalize;
}

#top .nav-left.navcms {
    display: inline-block;
}

#top .nav-left.navcms .navcms_text {
    padding: 10px 0;
    position: relative;
    color: #999;
}

.language-floating-btn {
    bottom: 0px;
    cursor: pointer;
    padding-right: 50%;
    height: 40px;
    padding: 0 auto;
    position: fixed;
    right: 35px;
    text-align: center;
    width: 40px;
    z-index: 999;
    font-size: 0;
    display: flex;
    background: url(../image/codezeel/language-icon.png) no-repeat scroll center center transparent;
    align-content: space-between;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

.language-floating-btn:hover {
    opacity: 0.8;
}

.social-block {
    margin-top: 0px;
    float: left;
}

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

.social-block ul li {
    display: inline-block;
    text-align: left;
    margin: 0;
    margin-right: 0px;
}

.social-block ul li a {
    color: #888;
    display: inline-block;
}

.social-block ul li a span {
    display: none;
    background-color: #000;
}

.social-block ul li a:before {
    font-size: 17px;
    font-family: "FontAwesome";
    display: inline-block;
    font-weight: normal;
    height: 35px;
    width: 35px;
    margin-right: 2px;
    color: #888;
    line-height: 38px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.social-block ul li:hover a:before {
    color: #ebb5ac;
}

.social-block ul li a:hover:before {
    color: #ebb5ac;
}

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

.bottomfooter .social-block ul li {
    padding: 0;
}

#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: 8px 8px;
    left: 0px;
    right: auto;
    margin: 0;
    min-width: 170px;
    border: 1px solid #ddd;
    top: -110px;
}

#form-language .dropdown-menu .btn,
#form-currency .dropdown-menu .btn {
    font-size: 13px;
    padding: 8px 15px;
    display: block;
    color: #000;
    float: left;
    width: 100%;
    margin: 0 0 2px 0;
    text-align: left;
}

#form-language .dropdown-menu>li>.btn:hover,
#form-currency .dropdown-menu .btn:hover {
    color: #ebb5ac;
    background: transparent;
}

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;
    width: 30px;
}

/*--------------------------  Start Home page Header Nav CMS Block -------------------------------*/

#cznavcmsblock {
    padding: 11px 20px 8px 20px;
    float: right;
    position: relative;
    cursor: pointer;
}

#cznavcmsblock .block_title {
    font-size: 13px;
    font-weight: 400;
    color: #a6a6a6;
    letter-spacing: 0.5px;
    z-index: 9;
    margin: 0px;
    line-height: 20px;
}

#cznavcmsblock .block_title:hover {
    color: #ebb5ac;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#cznavcmsblock .block_title[aria-expanded="true"] {
    color: #ebb5ac;
}

#cznavcmsblock .navbar-toggler.collapse-icons .fa-icon:before {
    font-size: 14px;
    line-height: 18px;
}

#cznavcmsblock .navbar-toggler {
    padding: 0 0px 0px 5px;
    display: inline-block;
    width: auto;
    height: auto;
}

#cznavcmsblock .navbar-toggler.collapse-icons .fa-icon {
    height: auto;
    line-height: 12px;
}

#cznavcmsblock .navbar-toggler.collapse-icons .fa-icon:before {
    font-size: 14px;
    line-height: 18px;
    font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal;
}

#cznavcmsblock .navbar-toggler.collapse-icons .fa-icon.add:before {
    content: "\F107";
}

#cznavcmsblock .navbar-toggler.collapse-icons .fa-icon.remove:before {
    content: "\F106";
}

#cznavcmsblock .collapse-icons .remove {
    display: none;
}

#cznavcmsblock .block_title[aria-expanded="true"] .collapse-icons .remove {
    display: block;
}

#cznavcmsblock .block_title[aria-expanded="true"] .collapse-icons .add {
    display: none;
}

#cznavcmsblock .collapse ul.block_content {
    display: none;
}

#cznavcmsblock ul.block_content {
    margin: 0;
    padding: 0;
    list-style: none;
}

#cznavcmsblock .collapse.in ul.block_content {
    display: block;
}

#cznavcmsblock #block_cznavcmsblock_toggle {
    background: #ffffff;
    position: absolute;
    left: auto;
    right: 0;
    top: 40px;
    border: 1px solid #dddddd;
    padding: 5px;
    z-index: 999;
    min-width: 160px;
    text-align: left;
    list-style: none;
}

#cznavcmsblock ul.block_content li a {
    display: block;
    padding: 5px 10px;
    clear: both;
    font-weight: 400;
    color: #777777;
    white-space: nowrap;
}

#cznavcmsblock ul.block_content li a:hover {
    color: #ebb5ac;
}

#cznavcmsblock span.img {
    font-size: 15px;
    padding-right: 9px;
}

#cznavcmsblock span.img i.fa.fa-whatsapp {
    color: #25d366;
}

#cznavcmsblock span.img i.fa.fa-skype {
    color: #00aff0;
}

@media (max-width: 991px) {
    #cznavcmsblock {
        padding: 0;
        margin-top: 5px;
        margin-bottom: 5px;
        margin-right: 5px;
    }

    #cznavcmsblock .block_title {
        background: url(../image/codezeel/nav-icon.png) no-repeat scroll center -368px transparent;
        padding: 0;
        width: 30px;
        height: 30px;
        font-size: 0;
    }

    #cznavcmsblock .block_title:hover,
    #cznavcmsblock .block_title[aria-expanded="true"] {
        background-position: center -436px;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
    }

    #cznavcmsblock .navbar-toggler.collapse-icons .fa-icon:before {
        display: none;
    }

    #cznavcmsblock #block_cznavcmsblock_toggle {
        top: 35px;
    }
}

@media (max-width: 380px) {
    #cznavcmsblock {
        margin-right: 0;
    }
}


/*********************************** Header CMS block   ******************************************/

@keyframes mymove {
    0% {
        color: #000000;
    }

    25% {
        color: #ffffff;
    }

    50% {
        color: #000000;
    }

    75% {
        color: #ffffff;
    }

    100% {
        color: #000000;
    }
}

#top .nav-left a {
    float: right;
    background: #f30404;
    padding: 12px 15px 11px 15px;
    margin-right: 2px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 0.5px;
    animation: mymove 2s infinite;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#top-links li,
.header-search li {
    padding: 0;
    list-style: none
}

header .btn-link:hover,
header .btn-link:focus,
#top-links a:hover,
#top-links a:focus {
    color: #ebb5ac;
    text-decoration: none;

}

#top-links .dropdown-menu a {
    text-shadow: none;
}

#top-links .dropdown-menu a:hover,
#top-links .dropdown-menu a:focus {
    color: #000;
    background: #ebb5ac;
}

#top .btn-link strong {
    font-weight: normal;
}

#top-links {
    padding-top: 0px;
    float: right;
}

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

#top-links ul.list-inline {
    float: left;
    margin-top: 2px;
    margin-right: 5px;
}

#top-links ul.list-inline li {
    padding: 0 15px 0 8px;
    font-weight: 300
}

.lang-curr {
    float: right;
    padding: 0px;
}

.lang-curr .pull-left {
    padding-right: 0;
    width: auto;
    text-align: right;
    float: none;
    display: inline-block;
}

.lang-curr .pull-left ul {
    padding: 0px;
}

.lang-curr .pull-left li {
    display: block;
}

#form-currency .currency-menu li .btn-link,
#form-language .language-menu li .btn-link {
    padding-right: 50px;
    font-weight: normal;
    color: #000;
    text-transform: capitalize;
    line-height: initial;
}

#form-currency .currency-menu li:last-child .btn-link,
#form-language .language-menu li:last-child .btn-link {
    border: none;

}

#form-currency .currency-menu li .btn-link:hover,
#form-language .language-menu li .btn-link:hover {
    color: #000;
    background: #ebb5ac;
}

.lang-curr .fa {
    padding-left: 3px;
}

#form-language,
#form-currency {
    padding: 3px 0px 10px;
    margin-right: 0px;
    background-color: #645345;
}

.fa-caret-down {
    vertical-align: middle;
    color: #b2b2b2;
    margin: 0 0 0 2px;
}

#form-currency .btn-link,
#form-language .btn-link {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 13px;
    line-height: inherit;
    text-decoration: none;
    color: #fff;
    letter-spacing: .5px;
    line-height: 16px;
    margin-left: 0px;
}

#form-currency .btn-link.dropdown-toggle,
#form-language .btn-link.dropdown-toggle {
    padding: 10px;
    margin: 0;
    background-color: #645345;
}

#form-language {
    margin-right: 0px;
}

#form-currency .btn-link:hover,
#form-language .btn-link:hover {
    color: #ebb5ac;
}

.headertopright .text2 a:hover {
    color: #ebb5ac;
}

#form-currency .btn-link strong {
    font-weight: normal;
    color: #888888;
    -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;
}

#form-currency .btn-link:hover strong {
    color: #ebb5ac;
    -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;
}

.dropdown.myaccount a {
    color: #999;
    font-family: changa;
}

.dropdown.myaccount .fa {
    padding-left: 5px;
    font-size: 15px;
}

.dropdown.myaccount {
    display: block;
    float: left;
    padding: 10px 1px 10px;
    width: auto;
    margin-right: 34px;
}

.dropdown.myaccount .myaccount-menu {
    top: 40px;
    margin-top: 0;
    min-width: 170px;
    padding: 10px 7px;
    border-color: #ddd;
}

.dropdown.myaccount .myaccount-menu li a {
    font-size: 13px;
    padding: 5px 8px;
    margin-bottom: 2px;
    display: block;
    font-weight: normal;
    color: #000;
    float: left;
    width: 100%;
    /* margin: 0; */
    text-align: left;
    text-transform: capitalize;
    line-height: initial;
}

.dropdown.myaccount .myaccount-menu li:last-child a {
    border: none;
}

.dropdown.myaccount .myaccount-menu li a:hover {
    color: #ebb5ac;
}

.wishlist-info {
    position: relative;
    margin-top: 31px;
    text-align: center;
    margin-bottom: 0px;
    margin-right: 24px;
    margin-left: 28px;
    width: auto;
    float: right;
}

.wishlist-info a:hover {
    color: #ebb5ac;
    background: url(../image/codezeel/wishlist-hover.svg) no-repeat scroll;
    background-size: 18px;
    background-position: 0px;
}

.wishlist-info a {
    font-size: 14px;
    color: #262626;
    font-weight: 500;
    letter-spacing: .6px;
    background: url(../image/codezeel/wishlist.svg) no-repeat scroll;
    background-size: 18px;
    background-position: 0px;
    padding: 13px 0px 13px 23px;
}

/* logo */
.header-logo {
    padding: 28px 0 28px;
    float: left;
    max-width: 180px;
}

.header-container.fixed .header-logo {
    padding-bottom: 18px;
    padding-top: 20px;
}

.header-search {
    float: left;
}

.header-cart {
    text-align: center;
    position: relative;
    width: auto;
    z-index: 9;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 14px 0px 7px 0px;
    float: right;
}

#cart .dropdown-toggle {
    background: none;
    border: 0;
    padding: 0;
    position: static;
    line-height: 20px;
}

#cart .dropdown-toggle:hover {
    color: #ebb5ac;
    background-position: 0px -274px;
}

.header-main {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    text-align: center;
}

header {
    z-index: 99;
    position: relative;
    min-height: 90px;
}

.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;
    max-width: 100%;
}

/* search */

#search {
    width: auto;
    z-index: 9;
    float: right;
    padding: 34px 0px 0 0px;
}

.header-container.fixed #search {
    padding: 28px 0px 0 0px;
}

.header-container.fixed .header-cart {
    margin-top: 14px;
}

.header-container.fixed .wishlist-info {
    margin-top: 25px;
}

#search .search_toggle {
    position: absolute;
    background: #fff;
    z-index: 9;
    width: 300px;
    top: 91px;
    display: none;
    right: 0;
}

#search .search_button {
    display: block;
    font-size: 14px;
    padding: 0 0 0 22px;
    text-align: center;
    cursor: pointer;
    font-weight: 500;
    z-index: 9;
    letter-spacing: .6px;
    left: 0px;
    top: -3px;
    color: #262626;
    background: url(../image/codezeel/search.svg) no-repeat scroll;
    background-size: 20px;
    background-position: center left;
    transition: none;
    position: relative;
}

#search .search_button:hover {
    background: url(../image/codezeel/search-hover.svg) no-repeat scroll;
    background-size: 20px;
    background-position: center left;
    color: #ebb5ac;

}

#search .search_button.active {
    background: url(../image/codezeel/search-close.svg) no-repeat scroll;
    background-size: 14px;
    transition: none;
    background-position: center left;
}

#search .search_button.active:hover {
    background: url(../image/codezeel/search-close-hover.svg) no-repeat scroll;
    background-size: 14px;
    background-position: center left;
    color: #ebb5ac;
}

#searchbox {
    position: relative;
}

#search .input-lg {
    text-transform: capitalize;
    font-size: 13px;
    background: #ffffff;
    color: #262626;
    letter-spacing: 0.5px;
    line-height: 15px;
    width: 100%;
    min-width: inherit;
    font-weight: 400;
    padding: 12px 45px 12px 15px;
    height: 45px;
    border: 1px solid #ddd;
}

#search .input-lg::-webkit-input-placeholder,
#search .input-lg::-moz-placeholder,
#search .input-lg::-moz-placeholder,
#search .input-lg::placeholder {
    color: #999999;
}

#search .input-lg::placeholder {
    color: #999999;
}

#search .btn-lg:hover {
    background-image: url(../image/codezeel/search-hover.svg);
    background-position: center center;
    background-size: 22px;
}

#search .btn-lg {
    right: 0;
    padding: 0px;
    border: 0;
    height: 40px;
    font-size: 0px;
    width: 40px;
    transition: none;
    background-image: url(../image/codezeel/search.svg);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 22px;
    top: 0;
}

#search .search_toggle .input-group-btn {
    display: block;
    width: auto;
    position: absolute;
    right: 0;
    padding: 2px;
    /* background:url(../image/codezeel/search.svg) no-repeat scroll center 0 #fff; */
}

#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 {
    display: block;
    font-size: 0px;
    cursor: pointer;
    height: 28px;
    width: 28px;
    transition: none;
}

header .dropdown.myaccount>a:hover {
    background-position: center -151px;
}

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 {
    height: auto;
    width: 100%;
}

.common-home .header-container {
    border-bottom: 0;
}

.header-container .row {
    margin: 0px;
}

.header-container.smaller {
    z-index: 999;
}

.header-logo img {
    max-width: 100%;
}

.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 {
    cursor: pointer;
    padding: 0;
}

#cart:hover .cart_heading {
    background: url(../image/codezeel/cart-hover.svg) no-repeat scroll;
    background-size: 18px;
}

#cart .cart_heading {
    text-decoration: none;
    padding: 0;
    font-size: 0px;
    float: left;
    text-align: left;
    font-weight: 500;
    letter-spacing: 0.4px;
    padding-left: 18px;
    color: #000;
    background: url(../image/codezeel/cart.svg) no-repeat scroll;
    background-size: 18px;
}

.header-cart #cart:hover #cart-total {
    color: #ebb5ac;
}

.header-cart #cart:hover #cart-quantity {
    color: #ebb5ac;
}

.header-cart #cart:hover #cart-quantity:before {
    background: #ebb5ac;
}

#cart:hover {
    color: #ebb5ac;
}

#cart-total {
    color: #262626;
    text-transform: lowercase;
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    padding-left: 5px;
}

#cart-quantity {
    color: #000000;
    background: #ffffff;
    line-height: 21px;
    min-width: 20px;
    min-height: 20px;
    top: 1px;
    font-size: 14px;
    right: auto;
    float: left;
    left: 0px;
    text-align: left;
    font-weight: 500;
    padding: 0px 4px;
    text-transform: lowercase;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

#cart-quantity:before {
    content: "";
    float: right;
    background: #262626;
    font-family: 'FontAwesome';
    width: 1px;
    height: 15px;
    padding: 0;
    top: 2px;
    left: 40px;
    position: absolute;
    transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
}

#cart>.btn .fa {
    display: none
}

header #cart li a,
header #cart li {
    color: #000;
    font-size: 13px;
    line-height: 18px;
    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;
    overflow: hidden;
    display: none;
    margin-top: 0px;
    top: 57px;
    right: 0px;
    border-color: #dddddd;
}

#cart .dropdown-menu strong {
    font-weight: 500;
    color: #000;
    font-size: 13px;
}

#cart .dropdown-menu li {
    float: none
}

#cart .dropdown-menu li:first-child {
    max-height: 124px;
    overflow-y: auto;
    overflow-x: auto;
}

#cart .dropdown-menu li::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

#cart .dropdown-menu li::-webkit-scrollbar-thumb {
    border: 4px solid #888;
}

#cart .dropdown-menu li::-webkit-scrollbar-track {
    background: #cccccc;
}

#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: 15px;
    font-weight: 500;
    color: #000;
    line-height: 20px;
}

#cart .dropdown-menu table td.text-left small {
    font-weight: 400;
}

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

#cart .dropdown-menu li p {
    margin: 20px auto;
    color: #777;
}

.content-bottom>.container {
    width: 100%;
    background-color: #fff;
}

.common-home .alert {
    margin-bottom: 20px
}

/* menu */

.nav-responsive {
    display: none;
}

.header-container.fixed {
    background: #fff;
    color: #000;
    position: fixed;
    top: 0;
    z-index: 9999;
    animation: 0.9s ease 0s normal both 1 running fixedAnim;
    -webkit-animation: 0.9s ease 0s normal both 1 running fixedAnim;
    -moz-animation: 0.9s ease 0s normal both 1 running fixedAnim;
    -o-animation: 0.9s ease 0s normal both 1 running fixedAnim;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 16px rgba(0, 0, 0, .15);
}

@-webkit-keyframes fixedAnim {
    0% {
        top: -100%
    }

    100% {
        top: 0
    }
}

@-moz-keyframes fixedAnim {
    0% {
        top: -100%
    }

    100% {
        top: 0
    }
}

@keyframes fixedAnim {
    0% {
        top: -100%
    }

    100% {
        top: 0
    }
}

@keyframes slide-down {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}

.main-menu {
    height: auto;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
    padding: 0px;
    display: none;
}

.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;
    vertical-align: top;
    text-align: center;
    z-index: 5;
    margin: 0;
    background-color: transparent;
}

.nav-responsive span,
.main-menu>ul>li>a {
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
    color: #000;
    display: block;
    padding: 20px 20px;
    margin-bottom: 0px;
    z-index: 6;
    position: relative;
    text-transform: capitalize;


}

/* .nav-responsive .expandable:before {
    content: "\F0C9";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top:-6px;
    font-size: 18px;
    font-weight: 400;
    display: block;
    color: #000;
} */

.main-menu ul>li>a,
.hiden_menu li>a {
    padding: 32px 26px;
    font-family: 'Changa', sans-serif;
    color: #262626;
    display: block;
    letter-spacing: 0.6px;
    text-transform: capitalize;
    position: relative;
    width: auto;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
}

.header-container.fixed .headertop-inner #menu>ul>li>a {
    padding-top: 24px;
    padding-bottom: 24px;
}

.main-menu>ul>li.top_level>a:before {
    content: '';
    position: absolute;
    bottom: auto;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    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;
}

.main-menu>ul>li.top_level:hover>a:before {
    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;
}

/*.main-menu > ul > li.top_level > a{
    margin: 0 23px;
}*/

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.main-menu a:hover {
    text-decoration: none
}

.main-menu>ul>li:hover>a {
    background: transparent;
    color: #000000;
}

.main-menu>ul>li.top_level>a:hover {
    color: #ebb5ac;
}

.main-menu>ul>li>ul,
.responsive-menu .main-navigation {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dddddd;
    display: none;
    padding: 5px;
    position: absolute;
    z-index: 5;
}

nav.nav-container .responsive-menu .main-navigation {
    max-height: 290px;
    overflow: auto;
    width: 100%;
    top: 52px;
    text-align: left;
}

.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: #ebb5ac;
    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: 14px;
    padding: 0px 0 10px;
    margin-bottom: 2px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.5px;
    text-align: left;
    text-transform: capitalize;
}

.main-menu>ul>.dropdown ul>li>a:before {
    border-top: 1px solid #ddd;
    bottom: -2px;
    content: "";
    float: left;
    height: 2px;
    position: absolute;
    width: 75%;
}

.main-menu ul li ul .list-unstyled a {
    font-weight: 400;
    color: #777;
    text-transform: capitalize;
    padding: 2px 0;
    font-size: 13px;
    margin-bottom: 0;
    letter-spacing: 0.5px;
}

.main-menu>ul>li ul>li>a:hover,
.responsive-menu .main-navigation li a:hover {
    color: #ebb5ac;
}

#menu ul li .megamenu.column1 li>a,
.main-menu>ul>li>ul>ul>li>a {
    color: #777777;
    padding: 2px 0;
    text-transform: capitalize;
    font-size: 13px;
}

#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:hover .dropdown-menu {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -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 #menu .dropdown .dropdown-menu {
    top: 74px;
}

.header-container.fixed #search .search_toggle {
    top: 74px;
}

.header-container.fixed #cart .dropdown-menu {
    top: 46px;
}

#menu .dropdown .dropdown-menu {
    padding: 15px 10px 10px 20px;
    background: #ffffff;
    top: 91px;
    border: 1px solid #ddd;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scaleY(.6);
    -ms-transform: scaleY(.6);
    transform: scaleY(.6);
    transform-origin: 20% 20% 0;
    visibility: visible !important;
    display: block;
    text-align: left;
    transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    visibility: hidden !important;
    -webkit-box-shadow: 0 2px 5px rgb(58 56 56 / 15%);
    box-shadow: 0 2px 5px rgb(58 56 56 / 15%);
}

#menu ul li.hiden_menu .dropdown-menu {
    opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    display: block;
    transition: all 0.8s ease 0s;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    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;
    visibility: hidden !important;
}

#menu ul.nav li .megamenu ul.list-unstyled li .dropdown-menu {
    border: medium none;
    margin: 0;
    padding: 5px 0;
    position: relative;
    box-shadow: none;
    top: 0;
}

#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: 12px 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;
    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;
        visibility: visible !important;
    }
}

@media (max-width: 767px) {
    #menu {
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -khtml-border-radius: 4px;
    }

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

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

#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: #ebb5ac;
}

#nav-one>li.hiden_menu>a {
    font-size: 12px;
    font-weight: 600;
    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: 600;
    padding: 0;
    text-transform: uppercase;
}

#nav-one li .megamenu ul.list-unstyled li>a,
.hiden_menu .top_level a {
    width: 100%;
    color: #ebb5ac;
    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: #000;
    display: block;
    font-size: 13px;
    padding: 6px 8px;
    white-space: nowrap;
    font-weight: 400;
}

#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: 400;
    line-height: 26px;
    color: #777;
    text-transform: capitalize;
    padding: 2px 0;
    border: none;
    margin: 0;
}

#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: #ebb5ac;
}

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

#column-right {
    width: 24.9%;
}

/* 2-col layout */

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

.layout-2.right-col #column-right {
    width: 24.9%;
}

.layout-2 #content {
    width: 75.1%;
}

.layout-2.left-col #content {
    width: 75.1%;
}

.layout-2.right-col #content {
    width: 75.1%;
}

#product-special #content,
#product-manufacturer #content {
    width: 100%;
}

.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;
    float: left;
    width: 100%;
}

/* 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: #b2b2b2;
    cursor: pointer;
    font-size: 13px;
    font-weight: 400;
}

footer {
    background: #262626;
    clear: both;
    overflow: hidden;
}

footer .footerbefore {
    background: #262626;
    padding: 0;
    border-bottom: 1px solid #262626;
}

.footertop-cms.container,
header .container {
    top: auto;
    padding-top: 0;
    position: relative;
}

.headertop-inner {
    float: none;
    margin: 0px auto;
    text-align: center;
    width: auto;
}

.common-home .headertop-inner {
    border-bottom: 0;
}

footer a {
    color: #888;
    line-height: 14px;
    font-weight: 400;
}

#footer .column li {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.6px;
}

#footer .column .contact-block ul {
    padding-left: 0;
}

/*#footer .column li a {
    font-weight: 400;
    line-height: 26px;
    color: #888;
}*/
#footer .column .contact-block ul li {
    margin-bottom: 10px;
    list-style: none;
}

#footer .column li .fa.fa-envelope-o {
    font-size: 16px;
}

#footer .column li .fa {
    color: #ebb5ac;
    height: 25px;
    margin-top: 5px;
    width: 25px;
    font-size: 18px;
    float: left;
}

span {
    display: inline-block;
    vertical-align: top;
}

#footer .column li a:hover,
#footer .column li a:focus {
    color: #ebb5ac;
}

footer a:hover,
footer a:focus {
    color: #fff;
}

#footer .n.footerright {
    width: 24%;
    float: right;
    border: 0;
    padding-left: 70px;
}

#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 {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0;
}

.newsletter .container {
    padding: 0;
}

.newsletter .box-heading {
    float: none;
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    font-weight: 500;
    letter-spacing: .6px;
    background: none;
    text-align: left;
    padding: 0;
    margin-bottom: 22px;
}

.newsletter .box-heading:after {
    border-bottom: 0;
}

.newsletter .news-subtitle {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 0.6px;
    color: #888;
    line-height: 30px;
    padding: 0;
    text-align: left;
}

.newsletter .newsright {
    width: 47.14%;
    display: inline-block;
    padding-top: 35px;
}

footer h5,
#footer .news-title {
    color: #ffffff;
    font: 500 18px/22px 'Poppins', sans-serif;
    text-transform: capitalize !important;
    margin: 0 0 30px 0;
    cursor: pointer;
    font-family: 'Changa';
    letter-spacing: 0.6px;
}

#footer .column.footerright .paiement_logo_block {
    float: left;
}

#footer .column.footerright .paiement_logo_block img {
    margin: 0 3px;
    /*filter: grayscale(100%);
    -webkit-filter: grayscale(100%);*/
}

#footer .column.footerright .paiement_logo_block img:hover {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}

#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: 17%;
}

#footer .column.footerleft {
    width: 25%;
}

#footer .footerright {
    width: 24%;
}

#footer .footerright .contact-block li span {
    display: flex;
}

#footer .footertop.column {
    width: 32%;
}

#footer #contact.column h5 {
    display: none;
}

#czfootercmsblock {
    margin-bottom: 20px;
}

.footer-blocks #czfootercmsblock .footerlogo {
    background: transparent url(../image/codezeel/footer-logo.png) no-repeat scroll 0 0;
    margin-bottom: 15px;
    max-width: 165px;
    min-height: 75px;
}

#czfootercmsblock .footercms-inner .footercms {
    display: inline-block;
    margin-bottom: 10px;
}

#czfootercmsblock .footercms-inner .footercms img {
    max-width: 100%;
    border-radius: 5px;
}

#czfootercmsblock .footerdesc {
    padding-right: 60px;
}

.footer-blocks #czfootercmsblock .view-more {
    margin-top: 35px;
}

.footer-blocks #czfootercmsblock .footer-logo .h3 {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase !important;
    letter-spacing: .7px;
    margin-bottom: 18px;
}


#footer .column:nth-child(1):after {
    height: 100%;
}

#footer .column:nth-child(2):after {
    height: 90%;
}

#footer .column:nth-child(3):after {
    height: 90%;
}

#footer .column:nth-child(4):after {
    height: 105%;
}

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

#footer .newsright {
    display: inline-block;
    width: 100%;
    padding: 15px 0;
}

.newsletter label {
    display: none;
}

.newsletter .input-news {
    width: 100%;
    float: left;
    position: relative;
}

.input-news .text-danger {
    background: 0;
    border: 0;
    color: #a94442;
    margin: 5px 0 0;
    padding: 0px 10px;
    text-align: left;
    width: 100%;
    font-weight: 500;
}

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

.newsletter .form-group {
    margin: 0;
    float: left;
    width: 100%;
    position: relative;
}

.newsletter #txtemail {
    border: none;
    min-width: auto;
    padding: 10px 42px 10px 12px;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.6px;
    background: #fff;
    font-family: 'Changa', sans-serif;
    color: #222;
}

.newsletter .form-control::placeholder {
    color: #aaa;
}

.subscribe-btn .btn.btn-lg {
    text-transform: capitalize;
    float: left;
    font-weight: 500;
    letter-spacing: 0.6px;
    margin-top: 0;
    color: #ffffff;
    border: 0;
    padding: 0 0px;
    width: 45px;
    font-size: 0px;
    height: 45px;
    background: url(../image/codezeel/subscribe.svg) no-repeat scroll;
    background-size: 20px;
    background-position: center;
    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;
}

.subscribe-btn .btn.btn-lg:hover {
    background: url(../image/codezeel/subscribe-hover.svg) no-repeat scroll;
    background-size: 20px;
    background-position: center;
    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;
}

#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 {
    color: #888;
    font-size: 13px;
    font-weight: 400;
    width: 100%;
    float: left;
    letter-spacing: .7px;
    border-top: 1px solid #464646;
}

.bottomfooter p.powered a {
    text-decoration: underline;
    color: #888;
}

.bottomfooter p.powered a:hover {
    color: #ebb5ac;
    text-decoration: none;
}

.bottomfooter a:hover {
    color: #ebb5ac;
}

#payement_logo_block_left img {
    margin: 0 10px 0 0;
    vertical-align: text-top;
    height: 17px;
}

.bottomfooter .container .footer-inner {
    padding-top: 13px;
    padding-bottom: 13px;
}

.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 {
    text-align: left;
    color: #888;
    margin-bottom: 0px;
    float: left;
    letter-spacing: .6px;
}

.footerbottom-cms {
    float: right;
}

.bottomfooter .paiement_logo_block {
    background: none;
    border: none;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 0px;
    float: right;
    cursor: pointer;

}

.bottomfooter .paiement_logo_block img {
    margin: 0 10px 0px 0;
}


/* alert */
.alert {
    padding: 8px 14px 8px 14px;
}

/* breadcrumb */

.common-home .wrap-breadcrumb {
    display: none;
}

.wrap-breadcrumb {
    position: relative;
    margin: 0px 0 35px;
    width: 100%;
    padding: 20px 0 20px;
    text-align: left;
    overflow: hidden;
    background: #f5f5f5;
}

.wrap-breadcrumb .breadcrumb {
    display: block;
    float: none;
}

.breadcrumb {
    padding: 0;
    list-style: none;
    float: right;
    display: none;
    color: #262626;
}

.breadcrumb {
    margin: 0px;
    padding: 0;
}

.breadcrumb i {
    font-size: 15px;
}

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

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

.breadcrumb>li:last-child a,
.breadcrumb>li a:hover,
.breadcrumb>li a.active {
    color: #262626;
}

.breadcrumb>li a {
    color: #262626;
}

.breadcrumb>li a:hover {
    text-decoration: underline;
    color: #ebb5ac;
}

.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: #ebb5ac;
    border: 1px solid #ebb5ac;
}

.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: 13px;
}

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

.list-group-item:last-child {
    max-height: 140px;
    overflow: hidden;
}

.list-group-item.group-name {
    color: #262626;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    padding: 0 18px;
    text-transform: capitalize;
}

#product-category #content .box.sidebarFilter a.list-group-item.group-name {
    border-radius: 0px;
    margin-bottom: 0px;
}

#product-category #content .box.sidebarFilter .list-group-item-wrapper .list-group-item {
    margin-bottom: 10px;
}

#product-category #content .box.sidebarFilter .list-group-item label:hover {
    color: #ebb5ac;
}

.filterbox .list-group-item {
    padding: 0px;
}

.filterbox .panel-footer {
    padding: 0px;
    border: medium none;
    background: #FFFFFF;
}

.filterbox .panel-footer #button-filter {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.6px;
    text-transform: capitalize;
}

.filterbox .panel-footer #button-filter:hover {
    color: #ffffff;
    text-decoration: none;
}

/* filter box #content css */

#product-category #content .box.sidebarFilter {
    float: left;
    width: 40px;
    margin-bottom: 0px;
    padding: 0px;
    margin-top: 0px;
    position: fixed;
    top: 230px;
    height: 40px;
    left: 0px;
    z-index: 99;
}

#product-category #content .box.sidebarFilter>.filter-icon {
    content: "";
    background-image: url(../image/codezeel/filter.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #ebb5ac;
    background-size: 24px;
    height: 44px;
    width: 44px;
    padding: 0px;
    position: relative;
    left: 0px;
    top: 0px;
    font-size: 0px;
    margin: 0;
    cursor: pointer;
    border-radius: 0 5px 5px 0;
}

#product-category #content .box.sidebarFilter.open .filterbox-wrapper .filter-icon {
    background-image: url(../image/codezeel/filter-close.svg);
    background-repeat: no-repeat;
    background-position: center 5px;
    background-color: transparent;
    background-size: 15px;
    height: 25px;
    width: 25px;
    float: right;
    padding: 0px;
    position: relative;
    right: 0px;
    top: -1px;
    font-size: 0px;
    margin: 0;
    cursor: pointer;
}

#product-category #content .box.sidebarFilter .filterbox-wrapper {
    position: fixed;
    z-index: 999;
    display: block;
    margin-top: 0px;
    padding: 0px;
    width: 300px;
    height: 100%;
    background-color: #ffffff;
    list-style: none;
    overflow: auto;
    left: -100%;
    top: 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;
}

#product-category #content .box.sidebarFilter.open .filterbox-wrapper {
    left: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#product-category #content .box.sidebarFilter .filterbox-wrapper .filter-header {
    position: fixed;
    width: 300px;
    background-color: #ffffff;
    z-index: 999;
    padding: 15px 13px 15px 15px;
    float: left;
    border-bottom: 2px solid #ddd;
}

#product-category #content .box.sidebarFilter .filterbox {
    position: relative;
    float: left;
    width: 100%;
    padding: 25px 0px 40px 0px;
    z-index: 4;
    top: 50px;
}

body.open {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;
}

body.open:before {
    content: "";
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    position: absolute;
    left: 300px;
    height: 100%;
    width: calc(100% - 300px);
    top: 0;
    z-index: 99999;
    /*overflow: hidden;*/
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#product-category #content .box.sidebarFilter .list-group-item-wrapper {
    float: left;
    width: 100%;
    padding: 0 12px 0px 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

#product-category #content .box.sidebarFilter .panel-footer.text-right {
    bottom: 0px;
    position: fixed;
    background: transparent;
    clear: both;
    float: left;
    text-align: left;
    padding: 0px 0px;
    border-top: 0;
    z-index: 999;
}

#product-category #content .box.sidebarFilter .panel-footer.text-right button#button-filter {
    display: block;
    min-width: 300px;
    background-color: #ebb5ac;
    border: 0;
    padding: 10px 15px;
    margin: 0;
}

#product-category #content .box.sidebarFilter .panel-footer.text-right button#button-filter:hover {
    color: #ffffff;
    background-color: #000000;
}

#product-category #content .box.sidebarFilter .filterbox .panel-footer #button-filter {
    width: 100%;
}

#product-category #content .box.sidebarFilter .list-group-item:last-child .filter_scrollbar {
    max-height: 140px;
    overflow: auto;
}

#product-category #content .box.sidebarFilter .filterbox-wrapper .list-group-item .filter_scrollbar {
    max-height: 140px;
    overflow-y: auto;
    scrollbar-color: #888 #ccc;
    scrollbar-width: thin;
}

#product-category #content .box.sidebarFilter .filterbox-wrapper::-webkit-scrollbar-thumb,
#product-category #content .box.sidebarFilter .filterbox-wrapper .list-group-item .filter_scrollbar::-webkit-scrollbar-thumb {
    border: 4px solid #888;
    overflow: hidden;
}

#product-category #content .box.sidebarFilter .filterbox-wrapper::-webkit-scrollbar,
#product-category #content .box.sidebarFilter .filterbox-wrapper .list-group-item .filter_scrollbar::-webkit-scrollbar {
    width: 4px;
    background: #ccc;
}

#product-category #content .box.sidebarFilter .filterbox-wrapper {
    scrollbar-color: #888 #ccc;
    scrollbar-width: thin;
}

/* end filter box #content css */

/* 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;
    background-color: #fff
}

.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,
.product-layout.product-list {
    padding: 0px;
}

.product-layout.product-grid {
    width: 24.7%;
    float: none;
    display: inline-block;
    vertical-align: top;

}

.product-layout.product-list {
    width: 50%;
    /*padding: 16px 0 16px;*/
}

.product-layout.product-list .product-block .image {
    width: 31.4%;
}

.product-layout.product-list .product-block .product-details {
    width: 68.6%;
}

#content .product-list .product-block {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 18px;
    overflow: hidden;
}

#content .product-list .product-block .product-block-inner {
    overflow: hidden;
}

.row.cat_prod {
    margin: 0px -15px 15px;
}

.alert-success .fa.fa-check-circle {
    margin-right: 5px;
}

@media (min-width: 767px) {
    .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: 8px;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
}

.product-list .product-thumb h4 {
    margin-bottom: 5px;
    display: block;
    text-transform: capitalize;
}

.product-thumb h4 a {
    color: #262626;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    line-height: 26px;
    font-weight: 400;
    text-transform: inherit;
    letter-spacing: .6px;
}

.product-thumb h4 a:hover,
header #cart li a:hover {
    color: #ebb5ac;
}

.product-thumb .caption {
    background: #fff;
    position: relative;
    padding: 15px 0 10px;
    z-index: 7;
}

.account-wishlist table .text-center img {
    border: 1px solid transparent;
}

@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: 2px;
    margin-top: 0px;
}

.product-thumb .percentsaving {
    z-index: 2;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    padding: 5px 9px;
    font-size: 13px;
    letter-spacing: 0.4px;
    line-height: 14px;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    opacity: 1;
    filter: alpha(opacity=100);
    position: absolute;
    bottom: 10px;
    right: 10px;
    left: auto;
    background: #f34723;
    text-align: center;
    font-weight: 500;
}

#column-left .product-thumb .percentsaving,
#column-right .product-thumb .percentsaving {
    display: none;
}

.product-thumb .percentsaving {
    opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -webkit-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-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;
}

.fa-stack .fa {
    color: #d9d9d9;
}

.rating .fa-stack,
#review .fa-stack {
    font-size: 8px;
    width: 11px;
}

.rating .fa-star,
#review .fa-star,
.rating-wrapper .fa-star {
    color: #ebb5ac;
    font-size: 13px;
}

.rating .fa-star+.fa-star-o,
#review .fa-star+.fa-star-o,
.rating-wrapper .fa-star+.fa-star-o {
    color: #ebb5ac;
}

.fa-star-o:before {
    content: '\f005' !important;
}

.rating .fa-star.off,
.rating-wrapper .fa-star.off,
#review table .fa-star.off {
    color: #b5b5b5;
}

h2.price {
    margin: 0;
}

.product-thumb .price {
    display: block;
    color: #000;
    font-weight: 500;
    margin-bottom: 12px;
    font-size: 16px;
    padding: 0;
    letter-spacing: .6px;
    line-height: 20px;
}

.product-thumb .price-new {
    position: relative;
    font-size: 16px;
    font-weight: 500;

}

.product-thumb .price-old {
    color: #888;
    text-decoration: line-through;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    display: inline-block;
    letter-spacing: .6px;
}

.product-thumb .price-tax {
    color: #878787;
    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: 1;
    filter: alpha(opacity=100);
    top: 10px;
    right: 10px;
    left: auto;
    z-index: 5;
    text-align: center;
    vertical-align: top;
    width: 40px;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}

.product-block:hover .button-group {
    opacity: 1;
    filter: alpha(opacity=100);
    right: 10px;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}


.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: #ebb5ac;
    color: #000;
}

.product-list .product-thumb:hover button.addtocart span {
    color: #fff;
    background: #000;
}

.product-list .product-thumb button.addtocart {
    margin-top: 5px;
    background: #ebb5ac;
    width: auto;
    color: #ffffff;
    height: auto;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    bottom: 0;
    letter-spacing: 0.6px;
    opacity: 1;
    filter: alpha(opacity=100);
    position: relative;
    transition: none;
}

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

.product-thumb .button-group button {
    display: inline-block;
    width: 35px;
    height: 35px;
    border: none;
    background-color: #fff;
    color: #000;
    padding: 8px 0;
    margin-top: 5px;
    background-size: 16px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    vertical-align: top;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

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

.product-list .product-thumb .caption {
    border: none;
    padding-left: 25px;
    padding-right: 0;
    ;
    text-align: left;
    padding-top: 0;
}

.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 8px;
    display: inline-block;
    width: 100%;
}

.product-list .product-block .desc {
    margin-top: 15px;
    margin-bottom: 16px;
    font-size: 13px;
    line-height: 22px;
    display: block;
}

#cart .text-right .addtocart {
    background: #ebb5ac;
}

#cart .text-right .addtocart,
#cart .text-right .checkout {
    width: auto;
    border: none;
    float: left;
    color: #fff;
    padding: 10px 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;
}


#cart .text-right .checkout strong {
    color: #000;
    font-size: 14px;
}

#cart .text-right .checkout:hover strong {
    color: #fff;
}

#cart .text-right .addtocart strong {
    color: #ffffff;
    font-size: 14px;
}

#cart .text-right .addtocart:hover strong {
    color: #000000;
}

#cart .text-right .addtocart {
    margin: 0 10px 0 0;
}

#cart .text-right .addtocart {
    background: #000000;
}

#cart .text-right .addtocart:hover {
    background: #ebb5ac;
}

.product-thumb button.addtocart:hover {
    color: #fff;
}

#cart .text-right .addtocart:focus strong {
    color: #000000;
}

#cart .text-right .checkout:focus strong,
#cart .text-right .checkout:active strong {
    color: #ffffff;
}

.productbox-grid .product-block button.addtocart span:hover,
.product-carousel .product-block button.addtocart span:hover,
.product-grid .product-block button.addtocart span:hover {
    background-color: #000;
    color: #fff;
}

.product-thumb button.addtocart {
    width: 100%;
    color: #333333;
    padding: 0px;
    border: 0;
    font-size: 14px;
    font-weight: 400;
    bottom: -30px;
    text-align: center;
    text-transform: capitalize;
    position: absolute;
    vertical-align: top;
    margin-right: 0px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.product-thumb button.addtocart span {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    padding: 8px 20px;
    display: block;
    min-width: 100%;
    position: relative;
    letter-spacing: .6px;
    background: #ebb5ac;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.product-grid .product-thumb .image .addtocart,
.productbox-grid .product-thumb .image .addtocart,
.product-carousel .product-thumb .image .addtocart,
.category_tab .image .addtocart {
    background: #fff url(../image/codezeel/icons.png) no-repeat scroll 8px -122px;
    display: inline-block;
}

.productbox-grid .product-block:hover button.addtocart:hover,
.product-carousel .product-block:hover button.addtocart:hover,
.product-grid .product-block:hover button.addtocart:hover {
    background-color: #ebb5ac;
}

/* .productbox-grid .product-block button.addtocart, .product-carousel .product-block button.addtocart, .product-grid .product-block button.addtocart {
    display: none;
} */
/* .productbox-grid .product-block button.addtocart span, .product-carousel .product-block button.addtocart span, .product-grid .product-block button.addtocart span {
    display: none;
} */
.product-thumb button.addtocart .fa {
    display: none;
}

.product-block:hover button.addtocart {
    opacity: 1;
    color: #fff;
}

.product-thumb .button-group button.wishlist {
    background: #fff url(../image/codezeel/wishlist.svg) no-repeat scroll;
    background-size: 16px;
    height: 35px;
    width: 35px;
    padding: 8px 0;
    display: inline-block;
    vertical-align: top;
    transition: none;
    position: relative;
    background-position: center center;

}

.product-thumb .button-group button.wishlist:hover {
    background-color: #ebb5ac;
}

.product-thumb .button-group button.compare {
    background: #fff url(../image/codezeel/compare.svg) no-repeat scroll;
    background-size: 16px;
    height: 35px;
    width: 35px;
    padding: 8px 0;
    display: inline-block;
    vertical-align: top;
    transition: none;
    position: relative;
    background-position: center center;
}

.product-thumb .button-group button.compare:hover {
    background-color: #ebb5ac;
}

.box-product .product-items .product-block-inner .button-group button.compare,
.product-thumb .button-group button.compare {
    -webkit-transform: translate3d(0, -1.5rem, 0);
    transform: translate3d(0, -1.5rem, 0);
    -webkit-transition: transform 0.5s ease-out, opacity 0.2s ease-out;
    -moz-transition: transform 0.5s ease-out, opacity 0.2s ease-out;
    -ms-transition: transform 0.5s ease-out, opacity 0.2s ease-out;
    -o-transition: transform 0.5s ease-out, opacity 0.2s ease-out;
    transition: transform 0.5s ease-out, opacity 0.2s ease-out;
    opacity: 0;
}

.product-items .product-thumb:hover .product-block-inner .button-group button.compare,
.product-thumb:hover .button-group button.compare {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.product-thumb .button-group button:focus,
#cart .text-right .addtocart:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    background-color: #ebb5ac;
}

.product-thumb .button-group button:hover,
.product-thumb .button-group button:focus {
    background-color: #ebb5ac;
}

@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 ededed !important
}

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

.thumbnails>img {
    width: 100%;
}

.image-additional a {
    margin-bottom: 15px;
    padding: 0px;
    display: block;
}

.product-info .image-additional img:hover {
    border-color: #ebb5ac;
}

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

#content.productpage h3 {
    margin-top: 0;
    font-size: 18px;
    margin-bottom: 0px;
    font-weight: 500;
}

.product-info .zoomContainer {
    z-index: 9;
}

/* It need for ie7 */
.product-info .additional-carousel {
    position: relative;
}

.product-info .additional-carousel .customNavigation {
    top: 47px;
    right: 0;
    left: 0;
    width: 100%;
}

.product-info .additional-carousel .customNavigation a.prev {
    left: 0px;
}

.product-info .additional-carousel .customNavigation a.next {
    right: 0px;
}

.product-info .additional-carousel .customNavigation a.next::after {
    border: 0;
}

.product-info .additional-carousel .customNavigation:after {
    border: 0;
}

.product-info .image-additional {
    clear: both;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
    width: 470px;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.product-left .product-info .image-additional .slider-wrapper-outer {
    overflow: hidden;
}

.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: 9px;
}

.productpage .form-group.qty .wishlist,
.quickview .form-group.qty .wishlist {
    background: #000 url(../image/codezeel/wishlist-white.svg) no-repeat scroll;
    background-size: 20px;
    background-position: center;
    border-color: #000;
    transition: none;
}

.productpage .form-group.qty .wishlist:hover,
.quickview .form-group.qty .wishlist:hover {
    background: url(../image/codezeel/wishlist.svg) no-repeat scroll;
    background-size: 20px;
    background-position: center;
    border-color: #ebb5ac;
    background-color: #ebb5ac;
}

.productpage .form-group.qty .compare,
.quickview .form-group.qty .compare {
    background: #000 url(../image/codezeel/compare-hover.svg) no-repeat scroll;
    background-position: center;
    background-size: 20px;
    border-color: #000;
    transition: none;
}

.productpage .form-group.qty .compare:hover,
.quickview .form-group.qty .compare:hover {
    background: url(../image/codezeel/compare.svg) no-repeat scroll;
    background-position: center;
    background-size: 20px;
    border-color: #ebb5ac;
    background-color: #ebb5ac;
}

.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 {
    padding: 10px 30px 7px;
    color: #000;
    background: #ebb5ac;
    border-color: #ebb5ac;
    font-size: 14px;
}

.quickview .form-group.qty .btn-lg:hover,
.productpage .form-group.qty .btn-lg:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}

.form-group.qty .control-label {
    float: left;
    margin: 6px 10px 0 0;
    font-size: 14px;
}

/* Codezeel Start */

/* box */
.box {
    margin-bottom: 12px;
}

#column-left .box .box-heading,
#column-right .box .box-heading {
    color: #000000;
    text-transform: capitalize;
    padding: 0px 0px 10px;
    font: 600 16px/24px 'Poppins', sans-serif;
    margin: 0 0 0 0;
    position: relative;
    background: #ffffff;
    letter-spacing: .5px;
    text-align: left;
}

#column-left .box:first-child .box-heading,
#column-right .box:first-child .box-heading {
    background-color: #ebb5ac;
    color: #000;
}

#column-left .box .box-heading,
#column-right .box .box-heading {
    color: #000000;
    text-transform: capitalize !important;
    padding: 10px 15px;
    font: 500 15px/24px 'Poppins', sans-serif;
    margin: 0;
    display: block;
    background: #ededed;
    float: none;
}

#column-left .box .box-heading:after,
#column-right .box .box-heading:after {
    display: none;
}

.box .box-content {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
}

.czcategory_block .box-heading,
.box-heading {
    border: medium none;
    width: auto;
    display: block;
    margin: 12px auto 30px;
    padding: 0 0 20px;
    float: none;
    color: #262626;
    position: relative;
    text-align: center;
    font: 600 28px/30px 'Poppins', sans-serif;
    text-transform: capitalize !important;
    letter-spacing: 0.2px;
    font-family: 'Changa';
}

.box-heading:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    display: inline-block;
    margin: 0 auto;
    top: auto;
    border-bottom: 5px solid #ebb5ac;
    bottom: 0;
    width: 70px;
    -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.sidebarFilter .box-heading:after {
    border: none;
}

#content .box.sidebarFilter .box-heading {
    border: medium none;
    margin: 0px auto 0px;
    padding: 0px;
    float: left;
    width: auto;
    color: #000000;
    position: relative;
    text-align: left;
    font: 500 17px/24px 'Poppins', sans-serif;
}

#content .box.sidebarFilter .list-group-filter {
    padding: 0;
    position: relative;
}

.category_tab h3 {
    font-weight: 700 !important;
    margin: 0 0 10px !important;
}

.box .box-content {
    background: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
    border: none;
    padding: 0px;
    margin: 0 -15px;
    position: relative;
}

.box.related #products-related {
    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+a,
.box .box-content ul li a+a:hover {
    background: none;
    padding-left: 0;
}

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

.box.latest,
.box.bestseller,
.box.featured,
.box.special {
    padding-bottom: 30px;
    padding-top: 35px;
    margin-bottom: 0px;
    text-align: center;
    clear: both;
    float: left;
    width: 100%;
}

.box.special {
    padding-bottom: 50px;
}

.box.featured {
    padding-bottom: 10px;
}

.box.latest {
    padding-bottom: 50px;
    clear: both;
    padding-top: 0;
}

/*.box.hometab .box-content,
.box.latest .box-content, 
.box.bestseller .box-content, 
.box.featured .box-content, 
.box.special .box-content{
    position: relative;
}*/
.box-content .customNavigation {
    opacity: 0;
    filter: alpha(opacity=0);
}

#products-related .customNavigation {
    top: 35%;
}

#products-related .customNavigation:after {
    border: 0;
}

#offerclock {
    width: auto;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    padding: 0;
    background: none;
    font-size: 18px;
    color: #262626;
    font-weight: 400;
    letter-spacing: .6px;
    z-index: 9;
    display: inline-block;
}

#offerclock .time {
    display: inline-block;
    width: 144px;
    padding: 10px 10px;
    position: relative;
}

#offerclock .offertext {
    display: inline-block;
}

#offerclock .time .count {
    position: relative;
    color: #ebb5ac;
}

#offerclock .time .count:before {
    content: ":";
    position: absolute;
    right: -100px;
    top: -1px;
    color: #ccc;
    font-size: 30px;
}

#offerclock .time .second.count {
    color: #ebb5ac;
}

#offerclock .time .second.count:before {
    display: none;
}

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

.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: 295px;
    float: left;
}

.ie7 .product-grid li {
    width: 192px !important;
}

.image-additional .slider-item {
    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;
}

/*.product-block-inner {position: relative;}*/

.grid_default_width {
    width: 290px;
}

.featured_default_width {
    width: 290px;
}

.module_default_width {
    width: 240px;
}

.latest_default_width {
    width: 290px;
}

.special_default_width {
    width: 290px;
}

.related_default_width {
    width: 290px;
}

.bestseller_default_width {
    width: 290px;
}

.tabspecial_default_width {
    width: 290px;
}

.tabbestseller_default_width {
    width: 290px;
}

.tablatest_default_width {
    width: 290px;
}

.additional_default_width {
    width: 90px;
}

.testimonial_default_width {
    width: 100%;
}

.ourcategory_default_width {
    width: 190px;
}

.tabcategory0_default_width {
    width: 290px;
}

.tabcategory1_default_width {
    width: 290px;
}

.tabcategory2_default_width {
    width: 290px;
}

.tabcategory3_default_width {
    width: 290px;
}

.tabcategory4_default_width {
    width: 290px;
}

.tabcategory5_default_width {
    width: 290px;
}

.tabcategory6_default_width {
    width: 290px;
}

.tabcategory7_default_width {
    width: 290px;
}

.tabcategory8_default_width {
    width: 290px;
}

.tabcategory9_default_width {
    width: 290px;
}

#content .banners-slider-carousel .product-carousel .product-block-inner,
#content .banners-slider-carousel .product-grid .product-block-inner {
    text-align: center;
}

.product-block {
    margin: 0px 15px 25px;
    padding: 15px 0px 0px;
    background: #fff;
    clear: both;
    position: relative;
    overflow: visible;
}

.product-layout.product-grid .product-block {
    margin: 0px 13px 10px;
}

#product-category .product-block:hover .product-thumb {
    clear: both;
    z-index: 99;
}

.box.special .product-block {
    margin: 0px 16px 60px 15px;
}

.product-block:hover {
    z-index: 9;
}

.banners-slider-carousel .product-carousel .slider-item .product-block {
    border: 0;
    margin: 15px 16px;
    padding: 0;
}

.banners-slider-carousel .product-block .product-block-inner {
    text-align: center;
    cursor: pointer;
    display: inline-block;
}

.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: visible;
    position: relative;
    margin: 0;
    padding: 0;
}

#content .product-grid .product-block .product-block-inner:before,
.box-product .product-items .product-block .product-block-inner:before,
.product-carousel .slider-wrapper-outer .slider-item .product-block .product-block-inner:before {
    content: "";
    position: absolute;
    -moz-box-shadow: 0 0 8px rgba(41, 35, 35, .16);
    -webkit-box-shadow: 0 0 8px rgba(41, 35, 35, .16);
    box-shadow: 0 0 8px rgba(41, 35, 35, .16);
    left: -12px;
    right: -12px;
    top: -12px;
    bottom: -40px;
    opacity: 0;
    background: #fff;
    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;
}

#content .product-grid .product-block:hover .product-block-inner:before,
.box-product .product-items .product-block:hover .product-block-inner:before,
.product-carousel .slider-wrapper-outer .slider-item .product-block:hover .product-block-inner:before {
    opacity: 1;
}

.product-list .product-block .image {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}

.banners-slider-carousel {
    position: relative;
    width: 100%;
    clear: both;
    text-align: center;
}

.banners-slider-carousel .carousel-block .product-block {
    margin: 15px 15px;
    padding: 0;
    overflow: hidden;
}

.banners-slider-carousel .box-heading {
    display: none;
}

.banners-slider-carousel .customNavigation {
    width: 100%;
    top: 50%;
    right: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 7;
    -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;
}

.banners-slider-carousel:hover .customNavigation {
    opacity: 1;
    filter: alpha(opacity=100);
}

.banners-slider-carousel .customNavigation:after {
    display: none;
}

.banners-slider-carousel .carousel-block {
    position: relative;
    border-top: 1px solid #d9d9d9;
    padding: 58px 0 42px;
}

.sale {
    font-size: 12px;
    font-weight: 500;
    right: 10px;
    display: none;
    letter-spacing: 0.5px;
    text-align: right;
    text-transform: uppercase;
    bottom: 10px;
    line-height: 14px;
    z-index: 2;
    position: absolute;
    color: #ffffff;
    background: #f34723;
    padding: 5px 8px;


}

.product-thumb .sale {
    opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 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;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    -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;
}

/* 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;
    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: 6px;
    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: 0;
    border: none;
    text-align: left;
    padding-top: 10px;
}

#column-left .caption a,
#column-right .caption a {
    word-wrap: break-word;
    font-size: 13px;
    color: #000;
}

#column-left .box-product .product-thumb h4,
#column-right .box-product .product-thumb h4 {
    font-weight: normal;
    font-size: 13px;
    margin: 4px 0 4px;
}

#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;
    font-size: 14px;
    clear: both;
    display: block;
    line-height: inherit;
    margin-bottom: 3px;
}

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

#column-left .box-product .price .price-old,
#column-right .box-product .price .price-old {
    font-size: 15px;
    line-height: 26px;
}

#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 {
    margin: 0px;
    background: #ffffff none repeat scroll 0 0;
    padding: 12px 5px;
    border: 0;
    border-top: none;
}

#column-left .box .filterbox label:hover,
#column-right .box .filterbox label:hover {
    color: #ebb5ac;
}

#column-left .box-product .rating,
#column-right .box-product .rating {
    display: inline-block;
    margin-bottom: 0px;
    opacity: 1;
}

#column-left .product-thumb,
#column-right .product-thumb {
    border: none;
    margin: 0px 0px;
    padding: 5px 0;
    background: #ffffff;
}

#column-left .product-thumb .product-block-inner,
#column-right .product-thumb .product-block-inner {
    max-width: 100%;
    box-shadow: none;
    overflow: hidden;
}

#column-left .product-thumb:hover,
#column-right .product-thumb:hover {
    background: #fff;
}

#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: #ebb5ac;
}

#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: 25px;
    position: relative;
    padding: 0;
}

#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: 13px;
    height: auto;
    display: none;
}

#column-left .box .product-thumb button.addtocart span:hover,
#column-right .box .product-thumb button.addtocart span:hover {
    color: #ebb5ac;
}

#column-left .box .product-thumb button.addtocart span,
#column-right .box .product-thumb button.addtocart span {
    background: none;
    padding: 0px;
    color: #000000;
    text-transform: capitalize;
    display: block;
}

#column-left .box .product-block:hover button.addtocart,
#column-right .box .product-block:hover button.addtocart {
    background: transparent;
    color: #ebb5ac;
}

#column-left .single-banner .swiper-slide a:after {
    background: rgba(255, 255, 255, .5) none repeat scroll 0 0;
    bottom: 20px;
    content: "";
    left: 20px;
    right: 20px;
    top: 20px;
    position: absolute;
    opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    height: 100%;
    width: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

#column-left .single-banner .swiper-slide:hover a:after,
#column-right .single-banner .swiper-slide:hover a:after {
    /* transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg); */
    transition-duration: 1.3s;
    -moz-transition-duration: 1.3s;
    -webkit-transition-duration: 1.3s;
    -khtml-transition-duration: 1.3s;
    -o-transition-duration: 1.3s;
    opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

#column-left .single-banner .swiper-pagination,
#column-right .single-banner .swiper-pagination {
    display: none;
}

#column-left .product-thumb .caption h4 a:hover,
#column-right .product-thumb .caption h4 a:hover {
    color: #ebb5ac;
}

#column-left .product-thumb h4 a:hover,
#column-right .product-thumb h4 a:hover {
    color: #ebb5ac;
}

.product-thumb caption h4 a:hover,
header #cart li a:hover,
.product-thumb:hover h4 {
    color: #ebb5ac;
}

.compare-total a {
    color: #262626;
}

.top_button {
    bottom: 75px;
    cursor: pointer;
    height: 40px;
    padding: 0 0;
    position: sticky;
    right: 35px;
    text-align: center;
    width: 40px;
    z-index: 999;
    font-size: 0;
    display: block;
    background: url(../image/codezeel/top-icon.png) no-repeat scroll center center transparent;
}


#content ul.list-unstyled {
    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;
}

.box.related {
    margin-top: 20px;
    position: relative;
    margin-bottom: 40px;
    float: left;
    width: 100%;
    clear: both;
}

.box.related .product-block {
    margin: 0px 16px 60px 15px;
}

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

.box.latest .customNavigation {
    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;
}

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

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

.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 -6px -172px;
    width: 24px;
    height: 24px;
}

.category_filter #list-view {
    background: url(../image/codezeel/sprite.png) no-repeat scroll -42px -170px;
    width: 24px;
    height: 24px;
}

.category_filter #list-view.active,
.category_filter #list-view:hover {
    background-position: -42px -223px;
}

.category_filter #grid-view:hover,
.category_filter #grid-view.active {
    background-position: -4px -225px;
}

.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: 8px 0 0 0;
}

.compare-total {
    float: left;
    margin: 9px 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;
}

.category_filter .limit {
    float: right;
    width: 100px;
    padding: 0;
}

.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;
    vertical-align: top;
}

.category_list ul {
    padding: 0;
    display: inline-block;
    margin: 0;
}

#content .refine-search {
    margin-bottom: 15px;
    margin-top: 20px;
    padding-bottom: 0px;
    font-size: 15px;
    font-weight: 500;
    text-transform: initial;
}

.refine-search ul {
    padding: 0;
}

.refine-search ul li {
    list-style: none;
}

.category_list li a {
    color: #000000;
    display: block;
    padding: 5px 15px;
    border: 1px solid #ededed;
    background-color: #fff;
    font-size: 13px;
    font-weight: 500;
}

.category_list li a:hover {
    color: #ebb5ac;
    border-color: #ebb5ac;
}

.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: 15px 0 10px 0;
    width: 100%;
    background: none;
}

.category_filter {
    border: none;
    display: inline-block;
    margin: 0px 0 0px;
    padding: 12px 0 0px;
    width: 100%;
    background: none;
}

.pagination-wrapper .page-link {
    float: right;
    padding: 0;
    width: auto;
    margin-top: 6px;
    font-weight: 600;
}

.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 {
    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;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../image/codezeel/loading.gif) no-repeat center center #f0f4f3;
    background-size: 25%;
}

.main-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.main-slider li.swiper-button-prev {
    background-image: none;
}

.main-slider li.swiper-button-next {
    background-image: none;
    list-style: none;
}

.main-slider .swiper-pager-button li {
    display: inline-block;
    padding: 0px;
    position: absolute;
    z-index: 8;
    cursor: pointer;
    height: 60px;
    width: 60px;
    margin-top: 0;
    top: 46%;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;

}

.main-slider .swiper-pager-button li.swiper-button-prev {
    left: 60px;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.main-slider:hover .swiper-pager-button li.swiper-button-prev {
    left: 110px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.main-slider .swiper-pager-button li.swiper-button-next {
    right: 60px;
    -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;
}

.main-slider:hover .swiper-pager-button li.swiper-button-next {
    right: 110px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.main-slider .swiper-pager-button a {
    text-decoration: none;
    display: block;
    margin: 2px;
    position: absolute;
    z-index: 8;
    top: 50%;
    overflow: hidden;
    cursor: pointer;
    font-size: 0;
    height: 50px;
    width: 50px;
    border: 0;
    opacity: 0;
    border: 2px solid #262626;
    filter: alpha(opacity=0);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-slider .swiper-pager-button a:hover {
    border-color: #ebb5ac;
}

.main-slider .swiper-pager ul {
    padding-left: 0;
    margin: 0;
}

.main-slider:hover .swiper-pager-button a {
    opacity: 1;
    filter: alpha(opacity=100);
}

.main-slider .swiper-pager-button a:before {
    height: 42px;
    width: 42px;
    color: #ffffff;
    display: inline-block;
    float: none;
    font-family: "FontAwesome";
    font-size: 30px;
    margin: 2px;
    line-height: 28px;
    vertical-align: top;
    padding: 7px 15px;
    background-color: #262626;
}

.main-slider .swiper-pager-button a.swiper-prev:before {
    content: '\f0d9';
}

.main-slider .swiper-pager-button a.swiper-next:before {
    content: '\f0da';
}

.main-slider .swiper-pager-button a:hover:before {
    background-color: #ebb5ac;
    border-color: #ebb5ac;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #000;
}

.main-slider .swiper-pagination {
    opacity: 0;
}

.main-slider:hover .swiper-pagination {
    opacity: 1;
}

.information-sitemap .sitge-map ul {
    padding: 0 0 0 20px;
}

.forget-password {
    margin: 5px 0 0;
}

.product-compare .btn-primary {
    margin: 5px 0 5px;
}

.productpage .write-review,
.productpage .review-count {
    margin: 0 10px;
    color: gray;
}

.productpage .rating-wrapper,
.quickview .rating-wrapper {
    margin: 0px;
}

.quickview .review-count,
.quickview .write-review {
    display: none;
}

#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: #000000;
    font-weight: 500;
    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: 16px;
    font-weight: 500;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.checkout-cart #content .buttons .pull-right .btn {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.checkout-cart #content .buttons .pull-right .btn:hover {
    background-color: #ebb5ac;
    border-color: #ebb5ac;
    color: #000;
}

.checkout-cart .hasCustomSelect {
    width: 95% !important;
}

#content ul.list-unstyled.attr span {
    font-weight: 500;
    color: #000;
    font-size: 13px;
}

#content ul.list-unstyled.attr a {
    color: gray;
}

#content ul.list-unstyled.attr {
    padding-bottom: 9px;
    border-bottom: 1px solid #ededed;
    padding-top: 5px;
    margin-bottom: 20px;
}

#content ul.list-unstyled.attr li {
    clear: both
}

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

.quickview #content ul.list-unstyled.price li span.old-price {
    float: left;
}

.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: 5px;
    font-size: 20px;
    color: #888;
    font-weight: 400;
}

#content h3.special-price {
    font-size: 22px;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: .6px;
    padding-top: 3px;
}

#content h3.product-price {
    font-size: 22px;
}

div#product .form-group .hasCustomSelect {
    width: 64.2% !important;
}

.page-title {
    padding: 0px;
}

.page-title,
.refine-search,
.product-title,
.product-option {
    font-size: 24px;
    font-weight: 500;
    line-height: 26px;
    color: #000;
    text-transform: initial;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

#product-category h1.page-title {
    border-bottom: 1px solid #ededed;
    padding-bottom: 20px;
    margin-bottom: 19px;
    clear: both;
}

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


.shopping-cart .img-thumbnail {
    max-width: none;
}

.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: 13px;
    padding: 6px 30px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
}

.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%;
    opacity: .6;
    filter: alpha(opacity=60);
}

@keyframes hvr-icon-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }

    33.3% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.banners-slider-carousel .product-block:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-animation-name: hvr-icon-wobble-vertical;
    animation-name: hvr-icon-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@-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,
#content .content ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.box .box-content ul li {
    line-height: 22px;
    padding: 3px 0px;
    position: relative;
}

.box .box-content ul li .hitarea {
    position: absolute;
    right: 5px;
    top: 6px;
}

.box .box-content ul li:last-child a {
    border: medium none;
}

.box .box-content ul li ul li a {
    border: 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 {
    padding: 3px 0;
    text-transform: capitalize;
    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: #ebb5ac;
}

.box .box-content ul ul {
    z-index: 99;
    width: auto;
}

.single-banner {
    margin: 0px 0px 25px;
    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 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 #ebb5ac;
    border-top: 0;
    padding: 20px 0 15px;
    position: absolute;
}

.box.category .box-heading {
    background-color: #ebb5ac;
    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: #ebb5ac;
}

.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: #ebb5ac;
}

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

    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: 36px;
}

.content_footer_top .container {
    padding-top: 0;
}

.content_footer_bottom {
    text-align: center;
}

.footer-blocks {
    width: 100%;
    padding: 112px 0 82px;
    position: relative;
    float: left;
}

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

/* End CMS */

/* Tab cms */
.tab-head,
.box-head {
    text-align: center;
    display: inline-block;
    width: 100%;
}

.hometab,
.categorytab {
    padding-top: 75px;
    padding-bottom: 55px;
    margin: 0px;
    background-color: #fff;
    clear: both;
    float: left;
    width: 100%;
    position: relative;
}

.hometab.box .box {
    margin-bottom: 0px;
}

.hometab.box .box-product {
    padding-bottom: 35px;
    z-index: 99;
}

#czparallaxcmsblock {
    padding: 40px 0 20px;
    position: relative;
    clear: both;
    overflow: hidden;
}

.htabs {
    margin-top: 0px;
    display: block;
    width: auto;
}

.categorytab .tabs {
    line-height: normal;
    padding: 0;
    border-bottom: medium none;
    min-height: 405px;
}

.tab-content .customNavigation {
    top: 48%;
    width: 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;
    opacity: 0;
    width: 100%;
}

.tab-content .customNavigation a.prev {
    left: -40px;
}

.tab-content .customNavigation a.next {
    right: -40px;
}

.tab-content:hover .customNavigation {
    opacity: 1;
}

.tab-head .etabs {
    margin-bottom: 22px;
}

#tabs_info .nav-tabs,
.etabs {
    display: inline-block;
    width: auto;
    text-align: center;
    padding: 0;
    margin-bottom: 10px;
}

#tabs_info.product-tab .nav-tabs {
    float: none;
    text-align: center;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 20px;
}

#tabs_info {
    float: left;
    width: 100%;
    clear: both;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 0;
}

#tabs_info .tab-content {
    padding: 25px;
    border: 1px solid #ededed;
    text-align: left;
}

#tabs_info .tab-content .tab-pane {
    padding: 0px;
    border: 0px;
}

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

.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: #262626;
    display: block;
    text-transform: capitalize;
    float: left;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    margin: 0 18px;
    padding: 0 0 5px;
    text-align: left;
    position: relative;
    letter-spacing: 0.6px;
    border-bottom: 1px solid transparent;
    -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;
}

.htabs .etabs li:first-child a {
    padding-left: 0;
}

.htabs a:hover,
.htabs a:focus,
.categorytab .nav-tabs a:hover,
.categorytab .nav-tabs a:focus,
#tabs_info .nav-tabs li a:hover {
    color: #262626;
    border-bottom-color: #ebb5ac;
    -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: #262626;
    border-bottom-color: #ebb5ac;
    -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;
}

.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 {
    bottom: 0;
    display: none;
    color: #000;
    font-size: 16px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}

.viewmore {
    float: left;
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 0px;
    margin-top: -10px;
}

.hometab .viewmore .btn-default {
    padding: 10px 30px;
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: .6px;
    text-transform: capitalize;
    background: #ebb5ac;
    color: #000;
    border-color: #ebb5ac;
    -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;
}

.hometab .viewmore .btn-default:hover {
    background: #000;
    border-color: #000;
    color: #fff;
    -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;
}

/* End Tab cms */


/*Codezeel Blog CSS */
#content .box-product .blog-items {
    float: left;
}

.blog-left {
    position: relative;
}

.blog-image {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin-bottom: 15px;
}

.blog-left .blog-image img {
    width: 100%;
    height: 100%;
    padding: 0;
    border: none;
}

.blog-right {
    width: 100%;
    padding: 0px;
    text-align: left;
}

.product-block:hover .blog-right {
    bottom: 0;
}

.blog-right .blog-desc,
.blog-right .view-blog {
    font-size: 13px;
    color: #bbb;
}

.blogs .blog-right .blog-desc {
    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;
}

.blogs .product-block:hover .blog-right .blog-desc {
    opacity: 1;
    filter: alpha(opacity=100);
}

.blog-right h4 {
    letter-spacing: .4px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
    line-height: 25px;
    text-transform: inherit;
}

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

.read-more .fa {
    display: none;
}

.write-comment {
    float: right;
}

.date-time {
    float: left;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    padding-right: 10px;
    margin-right: 20px;
}

#content .blog-left-content .blog-date-comment .blog-date {
    padding: 0;
    text-align: left;
    float: left;
    margin: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#content #blog-carousel .product-block .date-comment .date-time,
#content #blog-grid .product-block .date-comment .date-time {
    padding: 0;
    text-align: left;
    float: left;
    margin: 0;
    line-height: 20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#content #blog-carousel .product-block:hover .date-comment .date-time,
#content #blog-grid .product-block:hover .date-comment .date-time {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#content #blog-carousel .product-block .date-comment .blog-day,
#content #blog-grid .product-block .date-comment .blog-day {
    display: block;
    margin-bottom: 3px;
    font-size: 30px;
    line-height: 26px;
    font-weight: 700;
    color: #888888;
    letter-spacing: .2px;
}

#content #blog-carousel .product-block .date-comment .blog-month,
#content #blog-grid .product-block .date-comment .blog-month {
    font-size: 14px;
    color: #888888;
    display: inline-block;
    margin-top: 0px;
    letter-spacing: .2px;
    font-weight: 400;
}

#content #blog-carousel .product-block:hover .date-comment .blog-day,
#content #blog-grid .product-block:hover .date-comment .blog-day,
#content #blog-carousel .product-block:hover .date-comment .blog-month,
#content #blog-grid .product-block:hover .date-comment .blog-month {
    color: #ffffff;
}

.date-comment .fa {
    padding-right: 5px;
}

.date-time .fa,
.date-comment .fa {
    color: #ebb5ac;
    font-size: 13px;
}

.blog_default_width {
    width: 390px;
}

.blog-desc {
    color: #888;
    font-size: 13px;
    line-height: 26px;
    font-weight: 400;
    clear: both;
}

.blog-img {
    padding: 0px;
}

.blog-right-content .blog-desc {
    margin: 0 0 15px;
}

.comment-wrapper {
    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 {
    padding: 40px 0 50px;
    margin: 0px;
    clear: both;
    float: left;
    width: 100%;
}

.blogs .product-items {
    width: 390px;
}

#blog-carousel,
#content #blog-grid {
    padding: 0px;
    border: none;
    overflow: visible
}

.blogs .customNavigation {
    top: auto;
}

.box.blogs .box-content {
    padding: 0;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 0px;
    position: relative;
}

#blog-carousel .blog-item {
    float: left;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}

#blog-grid .product-block {
    margin: 0 0 50px 0;
}

#blog-carousel .product-block,
#blog-grid .product-block {
    margin: 15px 15px;
    padding: 0;
}

#blog-carousel .product-block .product-block-inner,
#blog-grid .product-block .product-block-inner {
    clear: both;
    overflow: hidden;
    position: relative;
    max-width: 100%;
}

#blog-carousel .owl-pagination {
    bottom: -5px;
    display: none
}

#blog-carousel .product-block .write-comment,
#blog-grid .product-block .write-comment {
    float: none;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.5px;
}

#blog-carousel .product-block .blog-image img,
#blog-grid .product-block .blog-image img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -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;
}

#blog-carousel .product-block:hover .blog-image img,
#blog-grid .product-block:hover .blog-image img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -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;
}

.information-blogger .single-blog h1 {
    font-weight: 500;
    text-transform: initial;
    font-size: 20px;
    margin-bottom: 18px;
}

.single-blog .blog-img {
    position: relative;
    margin-bottom: 15px;
}

.single-blog .blog-date {
    padding-bottom: 5px;
}

.single-blog .panel-default {
    border: medium none;
}

#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 .block-title {
    float: left;
    width: 100%;
    clear: both;
    margin-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 #ededed;
    border-bottom: 1px solid #ededed;
    padding: 15px;
    clear: both;
}

.single-blog .view-comment #add-comment {
    border: 0;
    border-bottom: 0;
    padding: 0px;
}

.view-comment .col-sm-3 .name {
    font-weight: 500;
    color: #262626;
}

.view-comment .col-sm-3 .date {
    color: #ebb5ac;
}

/*.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 #ededed;
    /*float: left;*/
    margin: 0px 15px 0 0;
    padding: 10px 15px;
    text-align: center;
}

.single-blog .block-title {
    margin-top: 25px;
}

/*.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);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    /* -webkit-transform: scaleY(1);
    transform: scaleY(1);*/
}

.information-blogger-blogs .panel-default h5.blog-title {
    float: left;
    width: 100%;
    margin: 5px 0 5px;
}

.information-blogger-blogs .panel-default h5.blog-title a {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.4px;
}

.post-image-hover {
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    -webkit-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
    width: 100%;
}

.blog-image .post_hover {
    top: 0px;
    bottom: 0;
    height: 51px;
    left: 0;
    right: 0px;
    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);
}

.blogs .product-block:hover .post_hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;

}

.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;
    filter: alpha(opacity=100);
}

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

.blog-image .icon.readmore_link {
    margin-top: 4px;
}

.blog-left-content .blog-image .icon,
.blog-left .blog-image .icon {
    display: inline-block;
    float: none;
    height: 45px;
    width: 45px;
    line-height: 15px;
    border: 2px solid #fff;
    color: #ffffff;
    font-size: 14px;
    padding: 13px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-align: center;
    margin-right: 3px;
}

.blog-left-content .blog-image .icon:hover,
.blog-left .blog-image .icon:hover {
    color: #000;
    border-color: #ebb5ac;
    background: #ebb5ac;
}

s .blog-item:hover .blog-image .post_hover a.icon.zoom,
.blog-item:hover .blog-image .post_hover a.icon.readmore_link {
    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;
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
}

.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: 500;
    text-transform: uppercase;
    margin: 10px 0 10px;
    padding: 0 0 10px;
    position: relative;
    text-transform: capitalize;
}

.blog-left-content .blog-title a {
    color: #000;
}

.blog-right-content .read-more a:hover::after {
    color: #fff;
}

.blog-right-content .read-more a:hover {
    color: #fff;
    background-color: #ebb5ac;
    border-color: #ebb5ac;
}

.blog-right-content .write-comment,
.blog-right-content .write-comment a {
    color: #262626;
}

.blog-right-content .write-comment a:hover,
.blog-right-content .write-comment a:hover:before {
    color: #ebb5ac;
}

.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: 15px 0px 0px;
}

.all-blog .blog-right-content .comment-wrapper {
    float: left;
}

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

.information-blogger-blogs .panel-default {
    border: none;
    margin-bottom: 20px;
    padding-bottom: 20px;
    background-color: transparent;
}

.information-blogger-blogs .panel-default .panel-inner .panel-default {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 49.7%;
    margin-bottom: 5px;
    margin-top: 0px;
}

.information-blogger-blogs .panel-default .panel-inner {
    margin: 0 -15px;
}

.information-blogger-blogs .panel-default:last-child {
    margin-top: 22px;
    margin-bottom: 0px;
}

.information-blogger-blogs .panel-default {
    width: 100%;
}

.blog-left-content:hover .post-image-hover::before {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    -ms-opacity: 1;
}

.date-comment {
    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 {
    padding: 15px 0 10px;
    float: left;
    z-index: 7;
    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;
}

.blog-date {
    color: #262626;
    padding-bottom: 10px;
    float: left;
    width: 100%;
}

.blog-date-comment .blog-date {
    float: left;
    padding-bottom: 0px;
    width: auto;
}

.blog-date:before {
    color: #262626;
    content: "\f073";
    float: left;
    font-family: "FontAwesome";
    font-size: 0px;
    margin-right: 0px;
}

#content .blog-left-content .blog-date-comment {
    display: block;
    text-transform: capitalize;
    color: #262626;
    float: none;
    padding: 6px 16px;
    margin: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    line-height: 18px;
    overflow: hidden;
    position: absolute;
    top: 41px;
    left: -48px;
    right: auto;
    background: #ebb5ac;
    font-size: 14px;
    font-weight: 400;
    opacity: 1;
    transform: rotate(-90deg);
    letter-spacing: 0.5px;
    /* width: 100%; */
}

#content #blog-carousel .product-block .date-comment,
#content #blog-grid .product-block .date-comment {
    display: block;
    text-transform: capitalize;
    color: #262626;
    float: none;
    padding: 5px 13px;
    margin: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    line-height: 18px;
    overflow: hidden;
    position: absolute;
    top: 41px;
    left: -45px;
    right: auto;
    background: #ebb5ac;
    font-size: 14px;
    font-weight: 400;
    opacity: 1;
    transform: rotate(-90deg);
    letter-spacing: 0.5px;
    /* width: 100%; */
}

#content #blog-carousel .product-block .date-comment .date-time .fa,
#content #blog-grid .product-block .date-comment .date-time .fa {
    font-size: 0;
    padding: 0;
}

.date-time span {
    display: block;
    font-size: 24px;
    line-height: 26px;
    font-weight: 600;
}

#content #blog-carousel .product-block .blog-right h4 a:hover,
#content #blog-grid .product-block .blog-right h4 a:hover {
    color: #ebb5ac;
}

#content #blog-carousel .product-block .blog_title a,
#content #blog-grid .product-block .blog_title a {
    color: #262626;
}

.write-comment a,
.date-time {
    color: #262626;
}

.information-blogger-blogs .read-more {
    float: left;
    margin: 10px 0 0;
}

.information-blogger-blogs .read-more a {
    background-color: transparent;
    border: 0;
    padding: 0;
    color: #ebb5ac;
    text-decoration: underline;
}

.information-blogger-blogs .read-more a:hover {
    text-decoration: none;
    color: #000000;
}

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



@media(max-width: 991px) {
    .box.blogs .box-content:after {
        width: 97%;
    }
}

@media (max-width: 575px) {
    .box.blogs .box-content:after {
        width: 95%;
    }
}

/*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: #ebb5ac !important;
    color: #FFFFFF
}

.bootstrap-datetimepicker-widget td span.active {
    background-color: #ebb5ac !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;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-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-block .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;
}

/* productpage css */

@keyframes loading {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.productpage .product-left {
    width: 34%;
    position: sticky;
    top: 80px;
}

.productpage .product-right {
    width: 66%;
}

.productpage .product-right .product-detail-left {
    width: 68%;
    float: left;
    padding-right: 15px;
}

.productpage .product-right .product-detail-right {
    float: left;
    width: 32%;
    padding-left: 15px;
    overflow: hidden;
}

.productpage .product-right .product-detail-right .customNavigation {
    top: 0;
    width: 75px;
}

.productpage .product-right .product-detail-right .customNavigation a.prev {
    left: 0;
}

.productpage .product-right .product-detail-right .customNavigation a.next {
    right: 0;
}

.productpage .product-right .product-detail-right .czrightbanner-top {
    margin-bottom: 30px;
    overflow: hidden;
}

.productpage .rightbanner-bottom {
    overflow: hidden;
}

.productpage .czrightbanner-top a,
.productpage .rightbanner-bottom a {
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
}

.productpage .czrightbanner-top a img {
    max-width: 100%;
}

.productpage .rightbanner-bottom img {
    max-width: 100%;
}

.productpage .czrightbanner-top a:before,
.productpage .rightbanner-bottom a:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(45 67 88 / 12%);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.productpage .czrightbanner-top a:hover:before,
.productpage .rightbanner-bottom a:hover:before {
    animation-name: loading;
    animation-duration: 1200ms;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    opacity: 1;
    filter: alpha(opacity=100);
}

/* end productpage css */

#form-review .col-sm-2,
#form-review .col-sm-10 {
    width: 100%;
}

.container h2 {
    font: 500 22px/26px 'Poppins', sans-serif;
    color: #000000;
    text-transform: initial;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ededed;
}

#content h3 {
    color: #000;
    margin-bottom: 15px;
    font-weight: 500;
}

#form-review>h3 {
    font-size: 16px;
    font-weight: 600;
}

#content h3.product-title {
    font-size: 22px;
    font-weight: 400;
    padding: 0px 0 5px;
    text-transform: inherit;
    color: #000000;
    line-height: 32px;
    margin-top: 10px;
}

#content h3.product-title,
#content h3.product-option {
    margin-bottom: 5px;
}

#content h3.product-option {
    text-transform: capitalize;
    font-size: 18px;
}

.breadcrumb+.row {
    clear: both;
}

#content table thead tr td {
    background: #f8f8f8 none repeat scroll 0 0;
    color: #262626;
    font-weight: 600;
}

.account-account #content ul.list-unstyled {
    margin-bottom: 25px;
}

.content-top .container {
    padding-top: 0px;
}

#carousel-0.banners-slider-carousel .container {
    position: relative;
}

#carousel-0.banners-slider-carousel .customNavigation a {
    opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    top: -10px;
}

#carousel-0.banners-slider-carousel:hover .customNavigation a {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -ms-transition: none;
    -o-transition: none;
}

#carousel-0.banners-slider-carousel .customNavigation a.prev {
    left: -20px;
}

#carousel-0.banners-slider-carousel .customNavigation a.next {
    right: -20px;
}

/* QUCIK-VIEW */
.productpage-quickview .product-left {
    width: 45%;
    float: left;
}

.productpage-quickview .product-right {
    width: 55%;
    float: left;
    clear: none !important;
}

.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: 600;
    margin: 0 0 10px;
    padding: 0;
    text-transform: none;
    color: #262626;
}

.quickview-button {
    display: inline-block;
    height: 36px;
    width: 36px;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    margin-top: 5px;
}

.product-thumb:hover .button-group .quickview-button {
    -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 .product-block-inner .quickview-button a.quickbox {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.product-block-inner .quickview-button a.quickbox {
    display: inline-block;
    background: #fff url(../image/codezeel/quickview.svg) no-repeat scroll;
    background-size: 18px;
    background-position: center center;
    height: 35px;
    width: 35px;
    padding: 0px;
    transition: none;
    vertical-align: top;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-transform: translate3d(0, -1.5rem, 0);
    transform: translate3d(0, -1.5rem, 0);
    -webkit-transition: transform 0.4s ease-out, opacity 0.2s ease-out;
    -moz-transition: transform 0.4s ease-out, opacity 0.2s ease-out;
    -ms-transition: transform 0.4s ease-out, opacity 0.2s ease-out;
    -o-transition: transform 0.4s ease-out, opacity 0.2s ease-out;
    transition: transform 0.4s ease-out, opacity 0.2s ease-out;
    opacity: 0;

}

.quickview-button a.quickbox:hover {
    background-color: #ebb5ac;
}

.quickview-button a.quickbox .fa {
    display: none;
}

@media (max-width: 767px) {
    .quickbox {
        display: none;
    }

    .quickview-button {
        display: none;
    }
}

.alert.alert-success.animated {
    width: 35%;
    left: auto !important;
    right: 0 !important;
    /*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: 15px !important;
    display: block;
}

.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-top: 30px;
    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;
}

/*********************  CategoryList block homepage    ********************/

/* Icon Pop */
@-webkit-keyframes hvr-icon-pop {
    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
}

@keyframes hvr-icon-pop {
    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
}

#czcategorylistblock {
    margin: 0;
    clear: both;
    float: left;
    width: 100%;
    background: #262626;
    padding: 15px 0 15px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

#czcategorylistblock .customNavigation {
    top: 30%;
    opacity: 0;
    filter: alpha(opacity=0);
}

#czcategorylistblock:hover .customNavigation {
    opacity: 1;
    filter: alpha(opacity=100);
}

.czcategory_listblock ul#ourcategory-carousel li.category_item_inner {
    list-style: none;
}

.czcategory_listblock ul#ourcategory-carousel li.category_item_inner .category-title:after {
    content: "";
    border-right: 1px solid #3c3c3c;
    height: 80px;
    top: 18px;
    position: absolute;
    right: 0;
}

.czcategory_listblock ul#ourcategory-carousel li .block_content {
    width: 100%;
    padding: 10px 15px;
    float: left;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}

.czcategory_listblock ul#ourcategory-carousel li .block_content .cate-inner {
    float: none;
    text-align: center;
    -webkit-transition: all 700ms ease 0s;
    -moz-transition: all 700ms ease 0s;
    -o-transition: all 700ms ease 0s;
    transition: all 700ms ease 0s;
}

.czcategory_listblock ul#ourcategory-carousel li:hover .block_content .cate-inner .cate-icon {
    -webkit-animation-name: hvr-icon-pop;
    animation-name: hvr-icon-pop;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.czcategory_listblock ul#ourcategory-carousel li .block_content .cate-inner .cate-icon {
    background: url(../image/codezeel/cate-icon.png) no-repeat scroll;
    float: none;
    margin-top: 0;
    height: 65px;
    width: 65px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin: 0 auto;
    text-align: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.czcategory_listblock ul#ourcategory-carousel li:hover .block_content .cate-details .category-title a {
    color: #ebb5ac;
}

.czcategory_listblock ul#ourcategory-carousel li:hover .block_content .cate-inner .cate-icon.icon1 {
    background-position: center 10px;
}

.czcategory_listblock ul#ourcategory-carousel li .block_content .cate-inner .cate-icon.icon1 {
    background-position: center -142px;
}

.czcategory_listblock ul#ourcategory-carousel li:hover .block_content .cate-inner .cate-icon.icon2 {
    background-position: center -1255px;
}

.czcategory_listblock ul#ourcategory-carousel li .block_content .cate-inner .cate-icon.icon2 {
    background-position: center -1411px;
}

.czcategory_listblock ul#ourcategory-carousel li:hover .block_content .cate-inner .cate-icon.icon3 {
    background-position: center -941px;
}

.czcategory_listblock ul#ourcategory-carousel li .block_content .cate-inner .cate-icon.icon3 {
    background-position: center -1098px;
}

.czcategory_listblock ul#ourcategory-carousel li:hover .block_content .cate-inner .cate-icon.icon4 {
    background-position: center -300px;
}

.czcategory_listblock ul#ourcategory-carousel li .block_content .cate-inner .cate-icon.icon4 {
    background-position: center -460px;
}

.czcategory_listblock ul#ourcategory-carousel li:hover .block_content .cate-inner .cate-icon.icon5 {
    background-position: center -620px;
}

.czcategory_listblock ul#ourcategory-carousel li .block_content .cate-inner .cate-icon.icon5 {
    background-position: center -781px;
}

.czcategory_listblock ul#ourcategory-carousel li:hover .block_content .cate-inner .cate-icon.icon6 {
    background-position: center -1568px;
}

.czcategory_listblock ul#ourcategory-carousel li .block_content .cate-inner .cate-icon.icon6 {
    background-position: center -1724px;
}

.czcategory_listblock ul#ourcategory-carousel li:hover .block_content .cate-inner .cate-icon.icon7 {
    background-position: center -1885px;
}

.czcategory_listblock ul#ourcategory-carousel li .block_content .cate-inner .cate-icon.icon7 {
    background-position: center -2045px;
}

.czcategory_listblock ul#ourcategory-carousel li:hover .block_content .cate-inner .cate-icon.icon8 {
    background-position: center -2206px;
}

.czcategory_listblock ul#ourcategory-carousel li .block_content .cate-inner .cate-icon.icon8 {
    background-position: center -2366px;
}

.czcategory_listblock .categorylist-container.container .categoryblock-wrapper {
    width: 100%;
    float: left;
    position: relative;
}

.czcategory_listblock ul#ourcategory-carousel li .block_content .cate-details .category-title {
    font-size: 14px;
    letter-spacing: .6px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin-top: 9px;
}

.czcategory_listblock ul#ourcategory-carousel li .block_content .cate-details .category-title a {
    color: #fff;
}

#czcategorylistblock .box-heading {
    margin-bottom: 40px;
}

#czcategorylistblock #ourcategory-carousel .owl-controls .owl-buttons {
    display: none;
}

#czcategorylistblock #ourcategory-carousel {
    padding: 0;
    margin: 0;
}

@media (max-width: 380px) {
    .czcategory_listblock ul#ourcategory-carousel li .block_content {
        padding-left: 3px;
        padding-right: 3px;
    }

    .czcategory_listblock ul#ourcategory-carousel li.category_item_inner .category-title:after {
        border-right: 0px;
        top: 0;
    }

    .czcategory_listblock ul#ourcategory-carousel li .block_content .cate-details .category-title {
        font-weight: 400;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: 100%;
    }
}

/*-------------------------- Start Home page Service CMS Block -------------------------------*/

#czservicecmsblock {
    clear: both;
    padding: 64px 0 80px;
    position: relative;
    float: left;
    width: 100%;
    border-top: 1px solid #d9d9d9;
}

#czservicecmsblock .service_container.container {
    margin: 0 auto;
}

#czservicecmsblock .service-area {
    padding: 0px;
    float: left;
    width: 100%;
}

#czservicecmsblock .service_container .service-area .service-third {
    float: left;
    width: 33.33%;
    padding: 0px 80px;
    position: relative;
}

#czservicecmsblock .service_container .service-area .service-third::after {
    position: absolute;
    border-right: 0;
    height: 60px;
    content: "";
    left: -20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

#czservicecmsblock .service_container .service-area .service-third:hover .service-icon::after {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 1;
    filter: alpha(opacity=100);
    width: 41px;
}

#czservicecmsblock .service_container .service-area .service-third:first-child:after {
    border: 0;
}

#czservicecmsblock .service_container .service-area .service-third.service1 {
    padding-left: 0;
    padding-right: 120px;
}

#czservicecmsblock .service_container .service-area .service-third.service3 {
    padding-right: 0;
    padding-left: 120px;
}

#czservicecmsblock .service_container .service-area .service-third .service-icon {
    height: 35px;
    width: 35px;
    background: #ebb5ac url(../image/codezeel/service-icon.png) no-repeat scroll;
    float: left;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

#czservicecmsblock .service_container .service-area .service-third .service-content {
    margin-left: 2px;
    text-align: left;
    margin-top: 2px;
}

#czservicecmsblock .service_container .service-area .service-third.service1 .icon1 {
    background-position: center 8px;
}

#czservicecmsblock .service_container .service-area .service-third.service1:hover .icon1 {
    background-position: center -60px;
}

#czservicecmsblock .service_container .service-area .service-third.service2 .icon2 {
    background-position: center -129px;
}

#czservicecmsblock .service_container .service-area .service-third.service2:hover .icon2 {
    background-position: center -264px;
}

#czservicecmsblock .service_container .service-area .service-third.service3 .icon3 {
    background-position: center -399px;
}

#czservicecmsblock .service_container .service-area .service-third.service3:hover .icon3 {
    background-position: center -530px;
}

#czservicecmsblock .service_container .service-area .service-third .service-content .service-heading {
    letter-spacing: 0.2px;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    line-height: 24px;
    padding: 0 0 25px;
    text-align: left;
    margin-left: 45px;
}

#czservicecmsblock .service_container .service-area .service-third .service-content .service-description {
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.6px;
    color: #888;
}

@media (max-width:1729px) {
    #czservicecmsblock .service_container .service-area .service-third {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width:1459px) {
    #czservicecmsblock .service_container .service-area .service-third.service3 {
        padding-right: 0;
        padding-left: 60px;
    }

    #czservicecmsblock .service_container .service-area .service-third.service1 {
        padding-left: 0;
        padding-right: 60px;
    }
}

@media (max-width:1329px) {
    #czservicecmsblock .service_container .service-area .service-third::after {
        border: 0;
    }
}

@media (max-width:1199px) {
    #czservicecmsblock .service_container .service-area .service-third.service1 {
        padding-left: 10px;
    }

    #czservicecmsblock .service_container .service-area .service-third.service4 {
        padding-right: 10px;
    }

    #czservicecmsblock .service_container .service-area .service-third .service-content .service-heading {
        font-size: 18px;
    }

    #czservicecmsblock .service_container .service-area .service-third.service1 {
        padding-left: 0;
        padding-right: 15px;
    }

    #czservicecmsblock .service_container .service-area .service-third {
        padding-left: 30px;
        padding-right: 14px;
    }

    #czservicecmsblock .service_container .service-area .service-third.service3 {
        padding-right: 0;
        padding-left: 48px;
    }

    #czservicecmsblock {
        padding-bottom: 60px;
        padding-top: 60px;
    }

}

@media (max-width:991px) {
    #czservicecmsblock {
        padding-bottom: 50px;
        padding-top: 50px;
    }

    #czservicecmsblock .service_container .service-area .service-third .service-content .service-heading {
        font-size: 14px;
    }

    #czservicecmsblock .service_container .service-area .service-third.service1 {
        padding-right: 10px;
    }

    #czservicecmsblock .service_container .service-area .service-third {
        padding-left: 10px;
        padding-right: 10px;
    }

    #czservicecmsblock .service_container .service-area .service-third.service3 {
        padding-left: 10px;
    }

}

@media (max-width: 767px) {
    #czservicecmsblock .service-area {
        padding-bottom: 10px;
    }

    #czservicecmsblock .service_container .service-area .service-third.service1 {
        padding-left: 5px;
    }

    #czservicecmsblock .service_container .service-area .service-third.service4 {
        padding-right: 5px;
    }
}

@media (max-width: 650px) {
    #czservicecmsblock .service_container .service-area .service-third {
        width: 100%;
        margin-bottom: 15px;
        padding: 0 0px;
    }

    #czservicecmsblock .service_container .service-area .service-third .service-content .service-heading {
        font-size: 15px;
    }

    #czservicecmsblock {
        padding-bottom: 30px;
    }

    #czservicecmsblock .service_container .service-area .service-third.service3 {
        padding-right: 0;
        padding-left: 0px;
    }

    #czservicecmsblock .service_container .service-area .service-third .service-content .service-heading {
        padding-bottom: 13px;
    }
}

@media (max-width: 400px) {
    #czservicecmsblock .service_container .service-area .service-third {
        width: 100%;
        margin-bottom: 20px;
        padding: 0;
    }

    #czservicecmsblock .service_container .service-area .service-third.service4 {
        width: 100%;
    }

    #czservicecmsblock .service_container .service-area .service-third.service1 {
        padding-left: 0;
    }

    #czservicecmsblock .service_container .service-area .service-third.service4 {
        padding-right: 0;
    }

    #czservicecmsblock .service_container .service-area .service-third.service3 {
        padding-left: 0px;
    }
}

/*-------------------------- Start Home page Banner CMS Block -------------------------------*/

@keyframes Gradient {
    0% {
        background-position: 33% 100%;
    }

    50% {
        background-position: 0% 100%;
    }

    100% {
        background-position: 33% 100%;
    }
}

@-webkit-keyframes Gradient {
    0% {
        background-position: 33% 100%;
    }

    50% {
        background-position: 0% 100%;
    }

    100% {
        background-position: 33% 100%;
    }
}

#czbannercmsblock {
    padding: 30px 0;
    clear: both;
    overflow: hidden;
    margin: 0;
}

#czbannercmsblock .cmsbanners {
    margin: 0 -15px;
}

#czbannercmsblock .cmsbanners .one-third {
    float: left;
    width: 33.33%;
    padding: 0 15px;
    overflow: hidden;
}

#czbannercmsblock .cmsbanners .one-third .cmsbanner {
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
}

#czbannercmsblock .cmsbanners .cmsbanner a.banner-anchor {
    position: relative;
    display: block;
}

#czbannercmsblock .cmsbanners .cmsbanner:hover a.banner-anchor {
    color: #ebb5ac;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    outline-offset: 0;
}

#czbannercmsblock .cmsbanners .cmsbanner:hover img {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}

#czbannercmsblock .cmsbanners .cmsbanner img {
    max-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;
}

#czbannercmsblock .cmsbanners .one-third .cmsbanner .banner-detail {
    position: absolute;
    text-align: left;
    right: 34px;
    top: 105px;
    left: auto;
    color: #fff;
    text-transform: capitalize;
}

#czbannercmsblock .cmsbanners .one-third .cmsbanner .banner-detail .offer-title {
    font-size: 14px;
    font-weight: 300;
    padding: 4px 7px;
    line-height: 18px;
    color: #000;
    letter-spacing: .6px;
    background: #fff;
    display: inline-block;
    text-transform: capitalize;
}

#czbannercmsblock .cmsbanners .one-third .cmsbanner .banner-detail .main-title {
    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;
}

#czbannercmsblock .cmsbanners .one-third .cmsbanner .banner-detail .main-title {
    font-size: 20px;
    font-weight: 600;
    padding-top: 15px;
    color: #000;
    letter-spacing: .4px;
    line-height: 30px;
}

#czbannercmsblock .cmsbanners .one-third .cmsbanner .banner-detail .main-title span {
    display: block;
}

#czbannercmsblock .cmsbanners .one-third .cmsbanner.cmsbanner2 .banner-detail {
    left: 0 !important;
    right: 0 !important;
    text-align: center;
    top: 70px;
}

#czbannercmsblock .cmsbanners .one-third .cmsbanner.cmsbanner2 .banner-detail .offer-title,
#czbannercmsblock .cmsbanners .one-third .cmsbanner.cmsbanner2 .banner-detail .sub-title {
    font-size: 18px;
    font-weight: 300;
    background: none;
    color: #000;
    padding: 0;
    letter-spacing: 1.99px;
}

#czbannercmsblock .cmsbanners .one-third .cmsbanner.cmsbanner2 .banner-detail .main-title {
    font-weight: 600;
    font-size: 80px;
    line-height: 60px;
    padding: 20px 20px;
    margin: 5px 0;
    text-transform: uppercase;
    letter-spacing: .69px;
    display: inline-block;
    border-top: 1px solid #ebb5ac;
    border-bottom: 1px solid #ebb5ac;
    animation: Gradient 5s ease infinite;
    -webkit-animation: Gradient 10s ease infinite;
    -moz-animation: Gradient 5s ease infinite;
    background: linear-gradient(110deg, #000000 29%, rgba(0, 0, 0, 0) 0%), linear-gradient(110deg, #000000 0%, #ebb5ac 10%);
    background-size: 400%;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

#czbannercmsblock .cmsbanners .one-third .cmsbanner.cmsbanner2 .banner-detail .offer-title,
#czbannercmsblock .cmsbanners .one-third .cmsbanner.cmsbanner2 .banner-detail .sub-title {
    font-size: 18px;
    font-weight: 300;
    background: none;
    color: #000;
    padding: 0;
    letter-spacing: 1.99px;
}

#czbannercmsblock .cmsbanners .one-third .cmsbanner.cmsbanner3 .banner-detail {
    right: 58px;
}

#czbannercmsblock .cmsbanners .one-third .cmsbanner .banner-detail .main-title span {
    display: block;
}

@media (max-width: 1459px) {
    #czbannercmsblock .cmsbanners .one-third .cmsbanner .banner-detail {
        top: 70px;
    }

    #czbannercmsblock .cmsbanners .one-third .cmsbanner.cmsbanner2 .banner-detail {
        top: 41px;
    }
}

@media (max-width: 1199px) {
    #czbannercmsblock .cmsbanners .one-third .cmsbanner .banner-detail .main-title {
        font-size: 17px;
        line-height: 26px;
        padding-top: 10px;
    }

    #czbannercmsblock .cmsbanners .one-third .cmsbanner.cmsbanner1 .banner-detail {
        top: 50px;
        right: 15px;
    }

    #czbannercmsblock .cmsbanners .one-third .cmsbanner.cmsbanner3 .banner-detail {
        right: 20px;
        top: 50px;
    }

    #czbannercmsblock .cmsbanners .one-third .cmsbanner.cmsbanner2 .banner-detail .main-title {
        font-size: 60px;
        line-height: 42px;
        padding: 15px;
    }

    #czbannercmsblock .cmsbanners .one-third .cmsbanner.cmsbanner2 .banner-detail .offer-title,
    #czbannercmsblock .cmsbanners .one-third .cmsbanner.cmsbanner2 .banner-detail .sub-title {
        font-size: 15px;
    }

    #czbannercmsblock .cmsbanners .one-third .cmsbanner.cmsbanner2 .banner-detail {
        top: 33px;
    }
}

@media (max-width: 991px) {
    #czbannercmsblock .cmsbanners .one-third .cmsbanner .banner-detail .offer-title {
        font-size: 13px;
        padding: 2px 4px;
    }

    #czbannercmsblock .cmsbanners .one-third .cmsbanner .banner-detail .main-title {
        font-size: 14px;
        line-height: 22px;
        padding-top: 5px;
    }

    #czbannercmsblock .cmsbanners .one-third .cmsbanner.cmsbanner2 .banner-detail .offer-title,
    #czbannercmsblock .cmsbanners .one-third .cmsbanner.cmsbanner2 .banner-detail .sub-title {
        font-size: 13px;
        letter-spacing: .6px;
    }

    #czbannercmsblock .cmsbanners .one-third .cmsbanner.cmsbanner2 .banner-detail .main-title {
        font-size: 37px;
        line-height: 32px;
        padding: 7px 5px;
    }

    #czbannercmsblock .cmsbanners .one-third .cmsbanner.cmsbanner1 .banner-detail {
        top: 28px;
        right: 10px;
    }

    #czbannercmsblock .cmsbanners .one-third .cmsbanner.cmsbanner2 .banner-detail {
        top: 17px;
    }

    #czbannercmsblock .cmsbanners .one-third .cmsbanner.cmsbanner3 .banner-detail {
        right: 6px;
        top: 28px;
    }

    #czbannercmsblock {
        padding-top: 15px;
    }
}

@media only screen and (min-width: 651px) and (max-width: 767px) {
    #czbannercmsblock .cmsbanners .one-third .cmsbanner .banner-detail .offer-title {
        font-size: 12px;
        padding: 2px 3px;
    }

    #czbannercmsblock .cmsbanners .one-third .cmsbanner .banner-detail .main-title {
        font-size: 12px;
        line-height: 20px;
    }

    #czbannercmsblock .cmsbanners .one-third .cmsbanner.cmsbanner2 .banner-detail .offer-title,
    #czbannercmsblock .cmsbanners .one-third .cmsbanner.cmsbanner2 .banner-detail .sub-title {
        font-size: 12px;
    }

    #czbannercmsblock .cmsbanners .one-third .cmsbanner.cmsbanner2 .banner-detail .main-title {
        font-size: 35px;
        line-height: 31px;
        padding: 4px 5px;
    }

    #czbannercmsblock .cmsbanners .one-third .cmsbanner.cmsbanner2 .banner-detail {
        top: 12px;
    }

    #czbannercmsblock .cmsbanners .one-third .cmsbanner.cmsbanner3 .banner-detail {
        right: 3px;
        top: 28px;
    }
}

@media (max-width: 650px) {
    #czbannercmsblock .cmsbanners .one-third {
        width: 100%;
        text-align: center;
        float: none;
        padding: 0;
        margin-bottom: 20px;
    }

    #czbannercmsblock .cmsbanners .one-third .cmsbanner.cmsbanner1 .banner-detail {
        right: 36px;
        top: 72px;
    }

    #czbannercmsblock .cmsbanners .one-third .cmsbanner .banner-detail .offer-title {
        font-size: 14px;
        padding: 4px 7px;
    }

    #czbannercmsblock .cmsbanners .one-third .cmsbanner .banner-detail .main-title {
        font-size: 20px;
        padding-top: 15px;
        line-height: 30px;
    }

    #czbannercmsblock .cmsbanners .one-third .cmsbanner.cmsbanner1 .banner-detail {
        right: 34px;
        top: 67px;
    }

    #czbannercmsblock .cmsbanners .one-third .cmsbanner.cmsbanner2 .banner-detail .offer-title,
    #czbannercmsblock .cmsbanners .one-third .cmsbanner.cmsbanner2 .banner-detail .sub-title {
        font-size: 18px;
        letter-spacing: .6px;
    }

    #czbannercmsblock .cmsbanners .one-third .cmsbanner.cmsbanner2 .banner-detail .main-title {
        font-size: 80px;
        line-height: 60px;
        padding: 20px 20px;
    }

    #czbannercmsblock .cmsbanners .one-third .cmsbanner.cmsbanner2 .banner-detail {
        top: 70px;
    }

    #czbannercmsblock .cmsbanners .one-third .cmsbanner.cmsbanner3 .banner-detail {
        right: 55px;
        top: 75px;
    }
}

@media (max-width: 380px) {
    #czbannercmsblock .cmsbanners .one-third .cmsbanner .banner-detail .main-title {
        font-size: 17px;
        padding-top: 10px;
        line-height: 26px;
    }

    #czbannercmsblock .cmsbanners .one-third .cmsbanner.cmsbanner2 .banner-detail {
        top: 50px;
    }

    #czbannercmsblock .cmsbanners .one-third .cmsbanner.cmsbanner2 .banner-detail .sub-title {
        font-size: 14px;
    }

    #czbannercmsblock .cmsbanners .one-third .cmsbanner.cmsbanner2 .banner-detail .main-title {
        font-size: 60px;
        line-height: 48px;
        padding: 8px 15px;
    }

    #czbannercmsblock .cmsbanners .one-third .cmsbanner.cmsbanner3 .banner-detail {
        right: 36px;
    }
}

/*-------------------------- Start Home Page Video CMS Block -------------------------------*/

#czvideocmsblock {
    width: 50%;
    float: left;
    overflow: hidden;
    position: relative;
    padding: 30px 0 30px;
    padding-right: 15px;
}

#czvideocmsblock .cms-banner-inner .cms-banner-video {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

#czvideocmsblock video {
    vertical-align: top;
    max-width: 100%;
}

video {
    display: block;
    max-width: 100%;
    height: auto !important;
    margin-bottom: 0;
    width: 100%;
}

.cms-banner-inner .static-wrapper {
    top: 41%;
    padding: 0;
}

.static-wrapper {
    display: block;
    margin: 0 auto;
    padding: 10px;
    position: absolute;
    text-align: center;
    letter-spacing: 0;
    top: 45px;
    left: 0;
    right: 0;
    opacity: 1;
}

.cms-banner-inner .static-inner {
    display: block;
    position: relative;
}

.static-wrapper .link-text {
    background: url(../image/codezeel/play.png) no-repeat scroll center center;
    font-size: 0;
    padding: 0 0 0 0;
    height: 70px;
    width: 70px;
    margin: 0;
    display: inline-block;
    vertical-align: top;
}

#fade {
    display: block;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    z-index: 10000;
}

#light {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    border: 2px solid #FFF;
    background: #FFF;
    z-index: 1002;
    overflow: visible;
    transform: translate(-50%, -50%);
}

#boxclose {
    float: right;
    cursor: pointer;
    color: #fff;
    border: 1px solid #AEAEAE;
    border-radius: 3px;
    background: #222;
    font-weight: 700;
    line-height: 0;
    padding: 12px 6px;
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 1002;
    opacity: .9;
}

#boxclose:before {
    content: "X";
    font-size: 18px;
}


/*-------------------------- Start Home Page Parallax Block -------------------------------*/

#cztestimonialcmsblock {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
    float: right;
    padding-left: 15px;
    width: 50%;
}

#cztestimonialcmsblock .testimonial_container {
    color: gray;
    margin: 0px auto;
    text-align: center;
    padding: 30px;
    overflow: hidden;
    background: url(../image/codezeel/testimonial-bkg.jpg) no-repeat scroll center center #888;
}

#cztestimonialcmsblock .testimonial_wrapper {
    padding: 35px 20px 60px;
    float: left;
    width: 100%;
    position: relative;
    background: #fff;
}

#cztestimonialcmsblock .testimonial-title {
    border: medium none;
    display: inline-block;
    font-size: 0;
    width: auto;
    position: relative;
    /* margin: 0 auto 35px;
    padding-bottom: 20px; */
    color: #000000;
    text-align: center;
    text-transform: capitalize !important;
    letter-spacing: 0;
}

#cztestimonialcmsblock .testimonial_container .testimonial-area ul#testimonial-carousel {
    padding: 0;
    margin: 0;
}

#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 {
    float: left;
    width: 100%;
}

#cztestimonialcmsblock .testimonial_container .testimonial-area ul#testimonial-carousel li.item .cms_face .testimonial-image {
    float: none;
    display: inline-block;
    text-align: center;
    position: relative;
}

#cztestimonialcmsblock .testimonial_container .testimonial-area ul#testimonial-carousel li.item .cms_face .testimonial-image:after {
    position: absolute;
    content: "";
    background: transparent url(../image/codezeel/quote.png) no-repeat scroll 0 0;
    height: 22px;
    width: 22px;
    left: -13px;
    right: auto;
    top: 0px;
    bottom: auto;
}

#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%;
    display: none;
}

#cztestimonialcmsblock .testimonial_container .testimonial-area ul#testimonial-carousel li.item .cms_face .title {
    text-align: center;
    margin-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
}

#cztestimonialcmsblock .testimonial_container .testimonial-area ul#testimonial-carousel li.item .cms_face .title .name {
    display: inline-block;
}

#cztestimonialcmsblock .testimonial_container .testimonial-area ul#testimonial-carousel li.item .cms_face .name a {
    color: #000;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-transform: capitalize;
    position: relative;
    letter-spacing: 0.6px;
}

#cztestimonialcmsblock .testimonial_container .testimonial-area ul#testimonial-carousel li.item .cms_face .name a:after {
    content: "-";
    padding: 0 4px;
}

#cztestimonialcmsblock .testimonial_container .testimonial-area ul#testimonial-carousel li.item .cms_face .subheading {
    color: #888;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.6px;
    line-height: 24px;
}

#cztestimonialcmsblock .testimonial_container .testimonial-area ul#testimonial-carousel li.item .product_inner_cms {
    padding-top: 0;
    text-align: center;
}

#cztestimonialcmsblock .testimonial_container .testimonial-area ul#testimonial-carousel li.item .quote_img {
    background: transparent url(../image/codezeel/quote.png) no-repeat scroll 0 0;
    width: 50px;
    height: 40px;
    display: inline-block;
}

#cztestimonialcmsblock .testimonial_container .testimonial-area ul#testimonial-carousel li.item .product_inner_cms .des {
    color: #888;
    position: relative;
    font-size: 13px;
    letter-spacing: .6px;
    font-weight: 400;
    line-height: 30px;
    padding: 0 30px 30px;
}

#cztestimonialcmsblock .testimonial_container .testimonial-area ul#testimonial-carousel li.item .product_inner_cms .des:after {
    content: "";
    border-bottom: 1px solid #ebb5ac;
    width: 90px;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#cztestimonialcmsblock .customNavigation {
    top: 48%;
    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;
    left: 0;
}

#cztestimonialcmsblock: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;
}

#cztestimonialcmsblock .owl-controls {
    position: absolute;
    right: 0;
    left: 0;
    opacity: 1;
    padding-top: 3px;
    text-align: center;
    clear: both;
}

#cztestimonialcmsblock .testimonial_container .owl-controls .owl-page span:hover,
#cztestimonialcmsblock .testimonial_container .owl-controls .owl-page.active span {
    border-color: #ebb5ac;
    -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;
    background: #ebb5ac;
}

#cztestimonialcmsblock .testimonial_container .owl-controls .owl-page {
    margin: 5px 4px;
    display: inline-block;
    zoom: 1;
    cursor: pointer;
}

#cztestimonialcmsblock .testimonial_container .owl-controls .owl-page span {
    width: 10px;
    height: 10px;
    display: block;
    border: 0;
    background: #000000;
    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;
    border-radius: 50%;
}


@media (max-width: 1459px) {
    #cztestimonialcmsblock .testimonial_container {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        padding-top: 15px;
    }

    #cztestimonialcmsblock .testimonial_wrapper {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 0px;
        padding-bottom: 55px;
    }
}

@media (max-width: 1199px) {
    #cztestimonialcmsblock .testimonial_container .testimonial-area ul#testimonial-carousel li.item .product_inner_cms .des {
        padding-bottom: 20px;
    }

    #cztestimonialcmsblock .testimonial_wrapper {
        padding-bottom: 42px;
    }
}

@media (max-width: 991px) {
    #czvideocmsblock {
        width: 100%;
        padding-right: 0;
        padding-bottom: 15px;
        padding-top: 10px;
    }

    #cztestimonialcmsblock .testimonial_container .testimonial-area ul#testimonial-carousel li.item .product_inner_cms .des {
        padding-left: 15px;
        padding-right: 15px;
    }

    #cztestimonialcmsblock {
        width: 100%;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 8px;
    }
}

@media (max-width: 767px) {

    #cztestimonialcmsblock .testimonial_container .testimonial-area ul#testimonial-carousel li.item .product_inner_cms .des {
        padding-left: 10px;
        padding-right: 10px;
    }

    #cztestimonialcmsblock .testimonial_wrapper {
        padding-top: 0px;
        padding-left: 10px;
        padding-right: 10px;
    }
}


/*-------------------------- End Home Page Parallax Block -------------------------------*/

@media (max-width: 991px) {

    .footer-container .links.block-contact,
    .footer-container .links,
    .footer .payement_logo_block {
        width: 100%;
        padding-left: 15px;
        margin: 0;
        padding-right: 15px;
        padding-top: 0;
        padding-bottom: 0;
    }

    #footer .block_newsletter {
        width: 100%;
        padding: 5px 15px;
    }

    #footer .links .navbar-toggler {
        display: inline-block;
        padding: 0;
        width: auto;
    }

    .footer-after .links span {
        margin: 0;
        display: inline-block;
    }

    .homeblog-latest .products-section-title {
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .products-sort-order {
        padding: 0;
    }

    .products .product-title a {
        font-size: 13px;
    }
}

@media (max-width: 650px) {
    .products .product_list li.product_item {
        width: 50%;
    }

    #products .products .product_list.list li.product_item {
        width: 100%;
    }

    #products .product_list li.product_item.col-md-4,
    .products .product_list li.product_item.col-md-6 {
        width: 50%;
    }

    .footer-after .links li {
        padding-right: 10px;
    }

    #footer .block_newsletter .block_content {
        width: 100%;
    }
}

@media (max-width: 479px) {
    .products .product_list li.product_item {
        width: auto;
        display: inline-block;
        margin: 0 auto;
        float: none;
    }

    #products .product_list li.product_item.col-md-4,
    .products .product_list li.product_item.col-md-6 {
        width: auto;
    }

    .products .product_list {
        text-align: center;
    }
}

/**********		Responsive css start	***********/

@media (max-width: 1329px) and (min-width: 1200px) {
    .all-blog .blog-desc {
        min-height: 120px;
    }
}

@media (max-width: 1780px) {
    .tab-content .customNavigation a.prev {
        left: -5px;
    }

    .tab-content .customNavigation a.next {
        right: -5px;
    }

    .product-info .image-additional {
        width: 370px;
    }
}

@media (max-width: 1459px) {
    .wishlist-info a {
        font-size: 0;
        width: 20px;
        display: block;
        height: 22px;
        padding: 0;
    }

    .wishlist-info {
        margin-right: 12px;
        margin-left: 9px;
        margin-top: 34px;
    }

    #search {
        padding-top: 32px;
    }

    .header-container.fixed #search {
        padding-top: 26px;
    }

    .header-container.fixed .wishlist-info {
        margin-top: 28px;
    }

    #search .search_button {
        font-size: 0;
        width: 25px;
        height: 25px;
        top: 0px;
        padding: 0;
    }

    #cart-total {
        font-size: 0;
    }

    #cart-quantity {
        background-color: #ebb5ac;
        width: 15px;
        height: 15px;
        font-size: 12px;
        text-align: center;
        top: -7px;
        left: 10px;
        position: absolute;
        line-height: 19px;
    }

    .header-cart #cart:hover #cart-quantity {
        color: #000000;
    }

    #cart-quantity:before {
        display: none;
    }

    .main-menu ul>li>a,
    .hiden_menu li>a {
        padding-left: 18px;
        padding-right: 18px;
    }

    .headertop-inner {
        width: 70%;
    }
}

@media (max-width: 1329px) {
    .product-layout.product-list .product-block .image {
        width: 26%;
    }

    .product-layout.product-list .product-block .product-details {
        width: 74%;
    }
}

@media (max-width: 1300px) {
    #leftbannercmsblock {
        display: none;
    }

    .box.featured {
        margin-bottom: 20px;
    }
}

@media (max-width: 1199px) {
    .product-info .image-additional {
        width: 255px;
    }

    .box.featured {
        margin-bottom: 10px;
    }

    #product-category .product-layout.product-grid {
        width: 24.6%;
    }

    .product-layout.product-grid {
        width: 33%;
    }

    .main-menu>ul>li.top_level>a {
        padding-left: 10px;
        padding-right: 10px;
    }

    #czfootercmsblock .footerdesc {
        padding-right: 20px;
    }

    .product-layout.product-list {
        width: 100%;
    }

    .main-slider:hover .swiper-pager-button li.swiper-button-prev {
        left: 70px;
    }

    .main-slider:hover .swiper-pager-button li.swiper-button-next {
        right: 70px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {

    #column-left .product-items .product-details,
    #column-right .product-items .product-details {
        float: left;
        width: 100%;
    }

    #column-left .product-thumb .caption,
    #column-right .product-thumb .caption {
        padding-top: 5px;
    }

    .hometab {
        padding-top: 60px;
        padding-bottom: 40px;
    }
}

@media (max-width: 991px) and (min-width: 576px) {
    .product-layout.product-list .product-block .image {
        width: 33%;
    }

    .product-layout.product-list .product-block .product-details {
        width: 67%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .product-info .image-additional {
        width: 140px;
    }
}

@media (max-width: 991px) {
    .alert.alert-success.animated {
        width: 100%;
    }

    .headertop-inner {
        width: 100%;
        float: none;
        margin: 0;
    }

    .productpage .product-left {
        width: 45%;
    }

    .productpage .product-right {
        width: 55%;
    }

    .productpage .product-right .product-detail-left {
        width: 100%;
        padding-right: 0;
    }

    .productpage .product-right .product-detail-right {
        width: 100%;
        padding-left: 0;
    }

    .wrap-breadcrumb {
        margin-bottom: 25px;
    }

    .header-container.fixed nav.nav-container .responsive-menu .main-navigation {
        top: 52px;
    }

    .header-container.fixed .wishlist-info {
        margin-top: 8px;
    }

    .header-container.fixed .header-cart {
        margin-top: 8px;
    }

    #top .nav-left.navcms {
        display: none;
    }

    #top-links {
        float: none;
        display: inline-block;
    }

    .nav-responsive span,
    .main-menu>ul>li>a {
        line-height: 26px;
    }

    .newsletter {
        margin-top: 10px;
    }

    .newsletter .form-group {
        width: 100%;
    }

    .dropdown.myaccount {
        margin-right: 20px;
        float: none;
        display: inline-block;
    }

    #form-language {
        margin-right: 20px;
    }

    #cart .dropdown-menu {
        top: 43px;
        right: 0;
    }

    #cztestimonialcmsblock .testimonial_container .testimonial-area ul#testimonial-carousel li.item .product_inner_cms .des:after {
        content: "";
        bottom: -3px;
    }

    .headertop-inner.fixed .responsive-menu .nav-responsive .expandable {
        width: 20px;
    }

    .headertop-inner.fixed .responsive-menu .nav-responsive .expandable:before {
        left: 20px;
        top: 12px;
    }

    .header-logo {
        padding: 0;
        position: absolute;
        left: 25px;
        right: auto;
        top: 4px;
        bottom: auto;
        z-index: 8;
        max-width: 145px;
    }

    .header-container.fixed .header-logo {
        top: -16px;
    }

    #search .search_toggle {
        top: 52px;
        width: 260px;
    }

    .header-cart {
        background: none;
        padding: 0;
        margin-top: 8px;
        margin-bottom: 0px;
    }

    #cart {
        font-size: 0;
        width: 25px;
        height: 25px;
        padding: 0;
    }

    #cart-total {
        font-size: 0;
        padding: 0;
    }

    .header-cart #cart:hover #cart-quantity {
        color: #000;
    }

    .information-blogger-blogs .panel-default .panel-inner .panel-default {
        width: 100%;
        float: left;
    }

    #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: 0px;
    }

    .col-md-3.row-result-search-autocomplete-image {
        float: left;
        width: auto;
    }

    .box.featured {
        margin-top: 0;
        padding-top: 10px;
        margin-bottom: 0;
    }

    .box.special {
        padding-bottom: 15px;
        padding-top: 12px;
    }

    .box-heading {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    #button-cart {
        padding-left: 22px;
        padding-right: 22px;
    }

    #offerclock {
        margin-bottom: 10px;
    }

    #offerclock .time {
        width: 120px;
    }

    #offerclock .time .count:before {
        right: -88px;
    }

    .box.latest,
    .box.bestseller,
    .box.featured {
        padding-bottom: 15px;
    }

    .blogs .customNavigation {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    #carousel-0.banners-slider-carousel .customNavigation a {
        opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
    }

    #carousel-0.banners-slider-carousel .customNavigation a.prev {
        left: 0px;
    }

    #carousel-0.banners-slider-carousel .customNavigation a.next {
        right: 0px;
    }

    .top_button {
        bottom: 15px;
        right: 15px;
    }

    .category_img img {
        max-width: 100%;
    }

    .cat-desc {
        width: 55%;
    }

    .category .image {
        width: 45%
    }

    .blog-left .blog-image img {
        height: auto;
        width: 100%;
    }

    .lang-curr {
        margin-left: 0;
        float: none;
        display: inline-block;
    }

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

    #blog-carousel .product-block,
    #blog-grid .product-block {
        margin-top: 0px;
        padding-bottom: 10px;
    }

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

    p.powered,
    .bottomfooter .paiement_logo_block {
        float: none;
        text-align: center;
    }

    .bottomfooter .container .footer-inner {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .bottomfooter .paiement_logo_block {
        padding-top: 5px;
        padding-right: 0px;
        padding-bottom: 5px;
        padding-left: 0px;
    }

    .productpage .product-right .product-detail-right .czrightbanner-top {
        margin-bottom: 15px;
    }

    #column-left .box.special {
        padding-top: 0px;
    }

    .main-slider .swiper-pager div {
        display: none;
    }

    .box-category-heading {
        display: none;
    }

    .header-container {
        position: relative;
        padding-top: 17px;
        padding-bottom: 18px;
    }

    .container,
    footer {
        text-align: center;
    }

    .box.category {
        display: none;
    }

    #column-left .box-product .image,
    #column-right .box-product .image {
        margin-right: 15px;
    }

    .col-md-4.btn-list-grid {
        margin-bottom: 10px;
    }

    .pagination-right {
        clear: both;
        float: left;
        margin: 5px 0;
    }

    .tab-head .etabs {
        margin-bottom: 12px;
    }

    .product-compare .table-bordered {
        width: 100%;
        float: left;
        overflow: auto;
    }

    .viewmore {
        margin-top: 10px;
    }

    .hometab,
    .categorytab {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    div#product .form-group .hasCustomSelect {
        width: 90% !important;
    }

    #product-category #content .box.sidebarFilter .list-group-item-wrapper div.list-group-item {
        display: none;
    }

    #product-category #content .box.sidebarFilter .list-group-item-wrapper div.list-group-item:last-child {
        width: 264px;
    }

    #product-category #content .box.sidebarFilter .filterbox-wrapper .list-group-item .filter_scrollbar {
        margin-top: -10px;
    }

    #product-category #content .box.sidebarFilter .filterbox-wrapper .list-group-item .filter_scrollbar {
        width: 264px;
    }

    #product-category #content .box.sidebarFilter .toggle .mobile_togglemenu:before {
        color: #000000;
        top: 0;
        right: 0;
        font-size: 22px;
    }

    #product-category #content .box.sidebarFilter a.list-group-item.group-name {
        margin-bottom: 12px;
    }

    #product-category #content .box.sidebarFilter a.list-group-item.group-name.active {
        background-color: transparent;
        border: 0;
        color: #000000;
    }

    #footer .column ul {
        display: none;
    }

    #footer .column {
        width: 100% !important;
        margin-left: auto;
        margin-right: auto;
        clear: both;
        min-height: auto;
        padding-left: 15px;
        border: 0;
    }

    #footer .newsletter .news-title {
        font-size: 16px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    #footer .newsletter .news-description {
        padding-bottom: 15px;
    }

    #footer .newsletter .newsright {
        width: 100%;
        margin: 0;
    }

    .newsletter .news-title {
        padding: 0;
        background: none;
    }

    .newsletter .input-news {
        width: 100%;
    }

    .footerlogo {
        margin-bottom: 10px;
    }

    .footer-blocks #footerlogo .footerdesc {
        margin-bottom: 10px;
        padding: 0;
    }

    #footer .column.footerright {
        padding-right: 15px;
    }

    #footer .footer-blocks .column .social-block ul {
        display: block;
        margin-bottom: 0;
    }

    .social-block {
        float: none;
        display: block;
        text-align: center;
        padding-bottom: 10px;
        margin: 0;
    }

    #footer .column.contact-block {
        padding: 0px 15px;
        border: 0px;
    }

    #footer .column.footerleft {
        margin-bottom: 0;
    }

    #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%;
    }

    #footer {
        margin-top: 0;
        box-shadow: none;
    }

    #footer .column ul {
        margin-bottom: 15px;
    }

    #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 {
        display: block;
        color: #fff;
        margin-bottom: 0px
    }

    .nav-inner-cms .box-category-heading,
    .nav-inner-cms .main-menu ul {
        display: none
    }

    .nav-responsive span {
        border: none;
        padding: 0;
        font-size: 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: 10px;
        text-align: center;
        top: 11px;
        width: 20px;
    }

    #column-right .box:first-child .toggle .mobile_togglemenu:before,
    #column-left .box:first-child .toggle .mobile_togglemenu:before {
        color: #000000;
    }

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

    #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 {
        text-align: left;
    }

    .homepage-testimonials-inner.box-content {
        display: none;
    }

    #testimonial .customNavigation a.next:hover::before,
    #testimonial .customNavigation a.prev:hover::before {
        color: #262626;
    }

    .result-search-autocomplete>ul>li {
        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: 32px;
        padding-right: 0px;
        padding-bottom: 29px;
        padding-left: 0px;
        float: left;
        text-align: left;
    }

    .block-social {
        float: none;
        text-align: center;
    }

    .manufacture_block>ul {
        width: 80%;
    }

    #footer #contact.column ul {
        margin-top: 15px;
        width: 380px;
    }

    .banners-slider-carousel {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .swiper-pager-button {
        display: none;
    }

    .main-slider .swiper-pagination {
        opacity: 1;
    }

    .box.latest {
        padding-bottom: 40px;
    }

    .header-container.fixed .responsive-menu .nav-responsive span {
        padding-top: 0px;
    }

    .productpage #tab_before {
        margin-top: 40px;
        float: left;
        width: 100%;
        clear: both;
        padding: 0;
    }

    .productpage #tab_before .czrightbanner-top {
        float: left;
        width: 35%;
        overflow: hidden;
    }

    .productpage #tab_before .rightbanner-bottom {
        float: left;
        padding-left: 15px;
        width: 45%;
    }

    #top .nav-left a {
        margin-top: 5px;
        z-index: 8;
        margin-bottom: 5px;
        margin-right: 3px;
        background: url(../image/codezeel/nav-icon.png) no-repeat scroll center -377px transparent;
        padding: 0;
        margin: 0;
        width: 30px;
        height: 30px;
        background-size: 20px;
        font-size: 0;
    }

    .wishlist-info {
        margin-top: 8px;
    }

    .wishlist-info a {
        padding: 0;
        float: left;
    }

    .wishlist-info:after,
    .dropdown.myaccount:after {
        border: 0;
    }

    .newsletter .newsright {
        width: 100%;
    }

    .newsletter .news-subtitle {
        padding-left: 0px;
        padding-right: 0px;
        float: left;
    }

    .blogs {
        padding-bottom: 5px;
    }

    header {
        min-height: 60px;
    }

    .tab-content .customNavigation a.prev {
        left: 0;
    }

    .tab-content .customNavigation a.next {
        right: 0;
    }

    #blog-carousel .blog-item {
        padding-top: 15px;
    }

    #content {
        text-align: left;
    }

    #product-category .product-layout.product-grid {
        width: 32.33%;
    }

    .product-layout.product-grid {
        width: 32.8%;
    }

    .quickview #input-quantity {
        margin-right: 5px;
        margin-left: 2px;
        padding-left: 0px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }

    .newsletter .box-heading {
        margin-bottom: 5px;
        font-size: 16px;
    }

    .breadcrumb {
        text-align: left;
    }

    .header-container.fixed #search {
        padding-top: 6px;
    }

    #search {
        padding-top: 6px;
    }

    .header-container.fixed .nav-responsive .expandable:before {
        top: 5px;
    }

    .nav-responsive .expandable:before {
        content: "";
        background-image: url(../image/codezeel/menu.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-color: transparent;
        background-size: 18px;
        width: 20px;
        height: 25px;
        position: absolute;
        left: 0px;
        top: 5px;
    }

    .header-container.fixed #search .search_toggle {
        top: 52px;
    }

    .header-container.fixed #cart .dropdown-menu {
        top: 43px;
    }

    footer h5,
    #footer .news-title {
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

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

    #button-cart2 .quickview .form-group.qty .btn-lg {
        padding-right: 16px;
        padding-left: 16px;
    }

    .quickview .form-group.qty .wishlist {
        margin-left: 4px;
        margin-right: 4px;
    }
}

@media (max-width: 767px) {

    .common-home .container,
    .common-home #top .container,
    .common-home header .container {
        width: auto;
    }

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

    .header-logo>div {
        display: inline-block;
    }

    .btn-info {
        margin-bottom: 3px;
    }

    #input-search {
        margin-bottom: 8px;
    }

    .header-logo #logo {
        margin: 0px;
        position: static;
    }

    .col-sm-4.total_amount {
        margin-top: 20px;
    }

    .header-cart #cart>.btn:hover {
        color: #ebb5ac;
    }

    .productpage .product-left {
        position: relative;
        top: 0;
        width: 100%;
        float: left;
    }

    .productpage .product-right {
        margin-top: 50px;
        width: 100%;
        float: left;
        clear: both;
    }

    #top-links ul.list-inline li {
        padding: 0 10px 0 8px
    }

    .checkout-cart .table.table-bordered .input-group-btn {
        clear: both;
        margin: 5px 0 0;
        float: left;
    }

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

    .product-info .image,
    .product-info .additional-carousel {
        margin: 0 auto;
        width: 350px;
        clear: both;
    }

    .breadcrumb {
        right: 15px;
    }

    .information-blogger .breadcrumb {
        position: relative;
        left: 0px;
        right: auto;
    }

    .blog-right h4 {
        margin-bottom: 0px;
    }

    .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 .input-group-btn:last-child>.btn,
    .checkout-cart .input-group-btn:last-child>.btn-group {
        margin-left: 0;
        margin-right: 5px;
    }

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

    .cz_newsletterdiv {
        width: 100%;
    }

    .news-social {
        width: 100%;
        padding: 20px 10px 25px;
    }

    .product-list .product-thumb .button-group .addtocart .fa {
        margin-right: 10px
    }

    .product-list .product-thumb .image {
        float: left;
    }

    #content h3.product-title,
    #content h3.product-option {
        margin-top: 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;
    }

    #content .product-carousel .product-block:hover .price,
    #content .product-grid .product-block:hover .price,
    #content .box-product .product-block:hover .price {
        opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
    }

    .bottomfooter .paiement_logo_block {
        text-align: center;
    }

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

    #tabs_info {
        margin-top: 30px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 650px) {
    .product-layout.product-grid {
        width: 49%;
    }

    #tabs_info .nav-tabs li a,
    #tabs_info .nav-tabs li.active a,
    .htabs a,
    .htabs a.selected {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 15px;
        margin: 0;
    }

    #product-category .product-layout.product-grid {
        width: 49.5%;
    }
}

@media only screen and (max-width: 575px) {
    .social-block {
        display: none;
    }

    .tab-head {
        display: inline-block;
        width: 100%;
        height: auto;
        border: none;
    }

    .htabs {
        width: 100%;
        margin: 0;
    }

    #tabs_info .nav-tabs li,
    .htabs .etabs li {
        margin: 0;
    }

    #tabs_info .nav-tabs a:before,
    .htabs .etabs li a:before {
        border: 0px;
    }

    .htabs a:before,
    #tabs_info .nav-tabs a:before,
    .categorytab .nav-tabs a:before {
        display: none;
    }

    #tabs_info .nav-tabs a,
    .nav-tabs a,
    .htabs a,
    .categorytab .nav-tabs a {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .tab-head,
    .box-head {
        text-align: center;
    }

    .newsletter .news-title {
        font-size: 20px;
    }

    .product-layout.product-list .product-block .image {
        width: 100%;
        max-width: 270px;
        float: none;
        margin: 0 auto;
    }

    .product-layout.product-list .product-block .product-details {
        width: 100%;
        text-align: center;
        padding-left: 0;
        padding-top: 15px;
    }

    .header-logo img {
        max-height: 28px;
    }

    .hometab {
        padding-top: 40px;
    }

    .dropdown.myaccount .myaccount-menu {
        left: 0;
        right: auto;
    }

    .product-list .product-thumb .caption {
        text-align: center;
        padding-left: 0px;
    }

    .productpage #tab_before .czrightbanner-top {
        width: 46%;
    }

    .productpage #tab_before .rightbanner-bottom {
        width: 54%;
    }
}

@media (max-width: 480px) {
    #spinner {
        background-size: 65%;
        
    }

    #top-links span {
        font-size: 0;
    }

    #form-currency .btn-link strong {
        font-size: 14px;
    }

    #form-language .btn-link {
        margin-right: 10px;
    }

    .subscribe-btn .btn.btn-lg {
        padding-left: 25px;
        padding-right: 25px;
    }

    .newsletter #txtemail {
        padding-left: 15px;
        padding-right: 140px;
    }

    .main-slider .swiper-pagination {
        bottom: 5px;
    }

    header {
        min-height: 55px;
    }

    .main-slider .swiper-pager ul {
        margin-right: 20px;
    }

    .dropdown.myaccount .fa {
        padding-left: 0px;
    }

    .lang-curr .fa {
        padding-left: 0px;
    }

    #offerclock {
        font-size: 17px;
    }

    #offerclock .time {
        width: auto;
        padding: 10px 10px;
    }

    #offerclock .offertext {
        display: block;
        padding: 0;
    }

    #offerclock .time .count:before {
        right: -29px;
    }

    .dropdown.myaccount>a {
        background: url(../image/codezeel/user.svg) no-repeat scroll;
        padding-left: 22px;
        background-size: 17px;
        background-color: transparent;
    }

    .dropdown.myaccount>a:hover {
        background: url(../image/codezeel/user-hover.svg) no-repeat scroll;
        background-size: 17px;
    }

    .dropdown.myaccount:hover a {
        color: #ebb5ac;
    }

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

@media only screen and (max-width: 479px) {

    span.hidden-xs,
    span.hidden-sm,
    span.hidden-md,
    span.hidden-lg {
        display: none !important;
    }

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

    .shopping-cart .input-group .form-control {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .account-wishlist .table-bordered {
        float: left;
        width: 100%;
        overflow: auto;
    }

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

    .blog-right {
        width: 100%;
    }

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

    #menu {
        width: 60%
    }

    .news-social .social-title .social-heading,
    .newsletter h5.news-title {
        font-size: 15px;
        line-height: 28px;
    }

    .headertopright .text2-dec {
        display: none;
    }

    .headertopright {
        text-align: center
    }

    .headertopleft {
        display: inline-block;
        float: none;
        margin-bottom: 10px;
        text-align: center;
        width: 100%;
    }

    .shipping-cms {
        text-align: left
    }

    #form-language .dropdown-menu,
    #form-currency .dropdown-menu {
        top: -110px;
    }

    #form-currency .btn-link,
    #form-language .btn-link {
        margin-top: -4px;
    }

    .quickview .product-info .image {
        width: 100%;
    }

    .box.related .product-block-inner {
        max-width: 310px;
    }

    .productpage #input-quantity {
        float: none;
        margin-bottom: 10px;
        margin-right: 0;
    }

    .breadcrumb {
        left: 0;
        position: relative;
        right: auto;
    }

    #tabs_info .table {
        float: none;
    }

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

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

    #form-language,
    #form-currency {
        background: none;
    }

    .subscribe-btn {
        float: none;
    }

    #search .search_button {
        display: block;
    }

    #search {
        width: auto;
    }
}

@media (max-width: 399px) {

    .productbox-grid .product-block .product-block-inner,
    .product-carousel .product-block .product-block-inner,
    .product-grid .product-block .product-block-inner {
        max-width: 327px;
        margin: 0 auto;
    }

    #product-category .product-layout.product-grid {
        width: 100%;
    }

    .product-layout.product-grid {
        width: 100%;
    }

    .product-info .image-additional {
        width: 100%
    }

    #form-language {
        margin-right: 10px;
    }

    .dropdown.myaccount {
        margin-right: 10px;
    }
}

@media (max-width: 350px) {
    .productpage .product-right .product-detail-right .czrightbanner-top {
        width: 100%;
    }

    .productpage .product-right .product-detail-right .rightbanner-bottom {
        width: 100%;
        padding-left: 0;
    }
}

@media (max-width: 380px) {
    .header-container.fixed nav.nav-container .responsive-menu .main-navigation {
        width: 90%;
    }

    #cart .dropdown-menu {
        width: 275px;
    }

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

    .dropdown.myaccount .myaccount-menu {
        left: 0px;
    }

    .product-block-inner {
        margin: 0 auto;
        max-width: 310px;
    }

    #search .search_toggle {
        width: 230px;
        right: -25px;
    }
}


@media only screen and (max-width: 320px) {

    .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 .owl-wrapper {
    display: none;
    position: relative;
    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 {
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    text-align: center;
}


/* OpenCart Code */
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    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;
    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: #000000;
    margin: 3px;
    text-indent: -9999px;
    -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);
}

.owl-controls .owl-page.active span {
    background: #ebb5ac;
    border-color: #ebb5ac;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.owl-controls .owl-page span:hover {
    background: #ebb5ac;
}

@media (max-width: 1199px) and (min-width: 992px) {

    .grid_default_width,
    .tablatest_default_width,
    .tabbestseller_default_width,
    .tabspecial_default_width,
    .featured_default_width,
    .latest_default_width,
    .special_default_width,
    .bestseller_default_width,
    .related_default_width,
    .tabcategory0_default_width,
    .tabcategory1_default_width,
    .tabcategory2_default_width,
    .tabcategory3_default_width,
    .tabcategory4_default_width,
    .tabcategory5_default_width,
    .tabcategory6_default_width,
    .tabcategory7_default_width,
    .tabcategory8_default_width,
    .tabcategory9_default_width {
        width: 25%;
    }
}

@media (max-width: 991px) and (min-width: 651px) {

    .grid_default_width,
    .tablatest_default_width,
    .tabbestseller_default_width,
    .tabspecial_default_width,
    .featured_default_width,
    .latest_default_width,
    .special_default_width,
    .bestseller_default_width,
    .related_default_width,
    .tabcategory0_default_width,
    .tabcategory1_default_width,
    .tabcategory2_default_width,
    .tabcategory3_default_width,
    .tabcategory4_default_width,
    .tabcategory5_default_width,
    .tabcategory6_default_width,
    .tabcategory7_default_width,
    .tabcategory8_default_width,
    .tabcategory9_default_width {
        width: 33%;
    }
}

@media (max-width: 650px) and (min-width: 400px) {

    .grid_default_width,
    .tablatest_default_width,
    .tabbestseller_default_width,
    .tabspecial_default_width,
    .featured_default_width,
    .latest_default_width,
    .special_default_width,
    .bestseller_default_width,
    .related_default_width,
    .tabcategory0_default_width,
    .tabcategory1_default_width,
    .tabcategory2_default_width,
    .tabcategory3_default_width,
    .tabcategory4_default_width,
    .tabcategory5_default_width,
    .tabcategory6_default_width,
    .tabcategory7_default_width,
    .tabcategory8_default_width,
    .tabcategory9_default_width {
        width: 50%;
    }
}


/******** 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: 3;
}

.contact-form .right {
    margin-top: 30px;
    float: left;
    width: 50%;
    padding-right: 30px;
    padding-bottom: 0;
    border-right: 1px solid #ededed;
}

.contact-form .map {
    width: 100%;
    float: left;
}

#content .contact-form h3 {
    font-size: 16px;
    margin-bottom: 20px;
}

.contact-form .left strong {
    font-size: 13px;
    text-transform: capitalize;
    display: inline-block;
    color: #000;
    vertical-align: top;
    font-weight: 500;
}

.contact-form .left address {
    display: inline-block;
}

.contact-form .left .address-detail {
    border-bottom: 1px solid #ededed;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.contact-form .left .comments {
    border-top: 1px solid #ededed;
    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: 350px;
    margin-bottom: 30px;
}

.contact-form .map-btn .btn-info {
    background: #ebb5ac;
    color: #000;
    border-color: #ebb5ac;
}

.contact-form .map-btn .btn-info:hover {
    background-color: #000000;
    border-color: #000000;
    color: #fff;
}

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

}