/* --------------------------------------------------------------------------
 * jThemes Studio : Product Listing Styles
 *
 * file           : style.css
 * Desc           : Product - Stylesheet
 * Version        : 
 * Date           : 
 * Author         : jThemes Studio
 * Author URI     : 
 * Email          : 
 *
 * jThemes Studio. Copyright 2016. All Rights Reserved.
 * -------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------
 *  Product Listing Styles Template - Table of Content

  1 - General
    1.1 - Preloader
    1.2 - Global properties (body, common classes, structure etc)
    1.3 - Page section block
    1.4 - Typography (section title, links, page dividers)
    1.5 - Buttons 
    1.6 - Form / Input / Textarea  
    1.7 - Product With Slider Navigation
    1.8 - Back To Top
    
  2 - Header

  3 - Breadcrumbs   

  4 - Products Variations
    4.1  - Product Sorting Menubar
    4.2  - Product Main Thumbnail
    4.3  - Product List View-1
    4.4  - Product List View-2  
    4.5  - Product Banner
    4.6  - Product Fullwidth-2
    4.7  - Product With Timeline
    4.8  - Product With Tables
    4.9  - Product Column-5
    4.10 - Product Masonry
    4.11 - Product With Slider
    4.12 - Product Image Slider
    4.13 - Product Tabs With Slider
    4.14 - Product Preview Popup

  5 - Product Hover Styles   
    5.1 - Hover Styles-1   
    5.2 - Hover Styles-2   
    5.3 - Hover Styles-3
    5.4 - Hover Styles-4
    5.5 - Hover Styles-5
    5.6 - Hover Styles-6
    5.7 - Hover Styles-7
    5.8 - Hover Styles-8
    5.9 - Hover Styles-9
    5.10 - Hover Styles-10
  
6 - Sidebar
    6.1 - Price Range Style-1
    6.2 - Price Range Style-2
    6.3 - Price Range Style-3
    6.4 Product Sidebar Style-1
    6.5 Product Sidebar Style-2
    6.6 Product Sidebar Style-3

7 - Product Tag Styles  
    7.1 - Product Tag Style-1
    7.2 - Product Tag Style-2
    7.3 - Product Tag Style-3
    7.4 - Product Tag Style-4

8 - Product Pagination Styles  
    8.1 - Pagination Style-1
    8.2 - Pagination Style-2
    8.3 - Pagination Style-3
    8.4 - Pagination Style-4
    8.5 - Pagination Style-5
    8.6 - Pagination Style-6
    8.7 - Pagination Style-7
    8.8 - Pagination Style-8
    8.9 - Pagination Style-9
    8.10 - Pagination Style-10

9 - Boxed Layout

10 - Footer

 * -------------------------------------------------------------------------- */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,400italic);


/******************************* 
    1 - GENERAL CSS STARTS 
********************************/


/*----------------1.1 Preloader Starts------------------*/
.preloader-wrap {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 2000;   
    top: 0px;
    background: #fff; 
}
#preloader_1{
    position: relative;
    top: 50%;
    left: 50%;
}
#preloader_1 span{
    display:block;
    bottom:0px;
    width: 9px;
    height: 5px;
    background:#9b59b6;
    position:absolute;
    animation: preloader_1 1.5s  infinite ease-in-out;
}

#preloader_1 span:nth-child(2){
    left:11px;
    animation-delay: .2s;

}
#preloader_1 span:nth-child(3){
    left:22px;
    animation-delay: .4s;
}
#preloader_1 span:nth-child(4){
    left:33px;
    animation-delay: .6s;
}
#preloader_1 span:nth-child(5){
    left:44px;
    animation-delay: .8s;
}
@keyframes preloader_1 {
    0% {height:5px;transform:translateY(0px);background:#9b59b6;}
    25% {height:30px;transform:translateY(15px);background:#3498db;}
    50% {height:5px;transform:translateY(0px);background:#9b59b6;}
    100% {height:5px;transform:translateY(0px);background:#9b59b6;}
}
/*----------------1.1 Preloader Ends------------------*/

/*---------------- 1.2 Global properties (body, common classes, structure etc) Starts----------------------*/

body {
    -webkit-font-kerning: auto;
    -moz-font-kerning: auto;
    font-kerning: auto;
    -o-font-kerning: auto;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-backface-visibility: visible !important;  
    -o-backface-visibility: visible !important;  
    -moz-backface-visibility: visible !important;  
    overflow-x: hidden;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.theme-container{
    padding-left: 0;
    padding-right: 0;
}
.no-padding{
    padding-left: 0;
    padding-right: 0;
}
.no-margin{
    margin: 0;
}
img{
    max-width: 100%; 
    height: auto;
}
.light-bg{
    background-color: #f2f2f2;
}
.list-items li{
    display: inline-block;
    margin: 0 5px;
}
.list-items{ 
    margin-bottom: 0; 
    margin-left: -5px;
}
.theme-color {color: #cc0000; }
.green-color {color: #99cc00; }
.red-color { color: #ff000a; }
.wrapper {padding: 60px 0;}
.black-arrow i,.white-arrow i{   
    padding: 0 15px;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;

    -webkit-transition: transform 0.3s ease 0s;
    -moz-transition: transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}
.black-arrow:hover i, .white-arrow:hover i{
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}
.black-arrow,a.black-arrow{
    color: #000 !important;
}
.white-arrow, a.white-arrow{
    color: #fff !important;
}
.title {
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}
.block-inline {
    display: inline-block; 
    width: 100%;
    vertical-align: middle;
}
.owl-carousel .owl-item img {    
    margin-left: auto;
    margin-right: auto;
    width: auto;
}
.col-md-c5 .hover-style1 li a, .grid-5 .hover-style1 li a, .col-5 .hover-style1 li a {
    padding: 0 12px;  
}
.mt-50 {margin-top: 50px;}
@media (max-width: 1200px) {
    .theme-container{
        padding-left: 15px;
        padding-right: 15px;
    }
}
/*------------------- 1.2 Global properties (body, common classes, structure etc) Ends-----------------*/

/*--------------------------- 1.3 Typography (section title, links, page dividers) Starts-------------------------- */
a:hover 
a:active,
a:focus,
.btn:hover, .btn:focus,.btn:active{  
    text-decoration: none;
    outline: 0;
}
.btn {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
a {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
a:hover,
a:active,
a:focus {
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
p {
    margin-bottom: 15px;
    line-height: 1.7;
}
ul,
ol {
    padding-left: 0;
    list-style: none;
    margin-bottom: 20px;
}
ul ul,
ol ul,
ul ol,
ol ol {
    padding-left: 20px;
}

/*------------------------ 1.3 Typography (section title, links, page dividers) Ends---------------------- */

/*--------------------------- 1.4 Buttons Starts ---------------------- */
.theme-btn-1, .theme-btn, .btn-black {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-osx-font-smoothing: grayscale;
    -o-osx-font-smoothing: grayscale;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}
.theme-btn-1:before, .theme-btn:before, .btn-black:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: top, right, bottom, left;
    -moz-transition-property: top, right, bottom, left;
    -o-transition-property: top, right, bottom, left;
    transition-property: top, right, bottom, left;
}
.theme-btn-1:before {
    border: #454545 solid 4px;
}
.theme-btn:before {
    border: transparent solid 4px;
}
.btn-black:before {
    border: #000 solid 4px;
}
.theme-btn-1:hover:before, .theme-btn-1:focus:before,
.theme-btn:hover:before, .theme-btn:focus:before,
.btn-black:hover:before, .btn-black:focus:before{
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
}
.theme-btn:hover:before, .theme-btn:focus:before{
    border: #999 solid 4px;  
}
.theme-btn:hover, .theme-btn:focus{
    background-color: #999;
}
.theme-btn:hover, .theme-btn:focus{
    border-color: #999;
}
.btn-black:hover, .btn-black:focus{
    background-color: #000;
}
.btn-black:hover, .btn-black:focus{
    border-color: #000;
}
.theme-btn, .theme-btn-1, .btn-black{
    text-align: center;
    border: 1px solid #000;
    border-radius: 0;
    color: #000000;
    background-color: transparent;
    display: inline-block;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    min-width: 170px;
    padding: 0 10px;
    text-transform: uppercase;
    position: relative;
}
.theme-btn-1 {    
    background-color: #454545;
    border: 1px solid #454545;
    color: #ffffff;
}
.btn-black {    
    background-color: #000;
    border: 1px solid #000;
    color: #ffffff;
}
.theme-btn-1:hover, .theme-btn-1:focus, .theme-btn:hover, .theme-btn:focus, .btn-black:hover, .btn-black:focus{
    color: #fff;
}
.theme-btn i, .theme-btn-1 i, .btn-black i {
    margin-right: 6px;
    font-size: 24px;
    vertical-align: middle;
}
.btn.small-btn{
    height: 40px;
    line-height: 40px;
    min-width: 115px;
    font-size: 13px;
}
.btn.larg-btn{
    height: 60px;
    line-height: 60px;
    min-width: 200px;
}
label.btn input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    text-transform: uppercase;
}
.login-form label .pw {
    display: inline-block;
    margin-top: 7px;
}
/*------------------------ 1.4 Buttons Ends ---------------------------- */

/*----------------------- 1.5 Form / Input / Textarea Starts--------------------------- */

/*textarea{
    resize: vertical;
}
label{
    font-weight: normal;
    margin: 0;
}
.form-group {
    margin-bottom: 20px;
}
.form-control, .input-group-addon, .bootstrap-select .btn {
    background-color: rgba(0, 0, 0, 0);
    border-color: #e7e8ec;
    border-radius: 0;
    box-shadow: none;
    color: #999;
    font-size: 13px;
    height: 54px;
    line-height: 50px;
    padding: 10px 20px;
}
.form-control.submit-btn{
    height: auto;
    line-height: normal;
}
.form-alert{
    margin: 0;
}*/

/*-- Checkbox/Radiobox Starts --*/
/*.form-group [type="checkbox"], .form-group [type="radio"]{
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.form-group .checkbox-inline, .form-group .radio-inline {
    margin: 0;
    padding-left: 0;
    line-height: 1.2;
    vertical-align: -moz-middle-with-baseline;
}
.form-group [type="checkbox"] + span, .form-group [type="radio"] + span {
    cursor: pointer;
    vertical-align: text-top;
}
.form-group [type="checkbox"] + span::before{   
    color: #999999;
    content: "\56";
    font-family: "ElegantIcons";
    font-size: 20px;
    margin-right: 3px;
    vertical-align: middle;
    line-height: 0;
}
.form-group [type="checkbox"]:checked + span:before {  
    content: "\5a";
    font-family: "ElegantIcons";
}
.form-group [type="radio"] + span::before{   
    color: #000;
    content: "\5b";
    font-family: "ElegantIcons";
    font-size: 20px;
    margin-right: 3px;
    vertical-align: middle;
    line-height: 0;
}
.form-group [type="radio"]:checked + span:before {  
    content: "\5c";
    font-family: "ElegantIcons";
}*/
/*-- Checkbox/Radiobox Ends --*/


/*--Bootstrap Select--*/
.bootstrap-select .btn .filter-option{
    color: #000000;
    line-height: 30px;
}
.bootstrap-select.btn-group .dropdown-toggle .caret{
    border: none;
    margin-top: 0; 
    right: 30px;
    top: 0;
}
.bootstrap-select.btn-group .dropdown-toggle .caret:after{
    content: "3";
    font-family: "ElegantIcons";
    font-size: 20px;
    color: #000;
}
.bootstrap-select .btn-default.active.focus, .bootstrap-select .btn-default.active:focus, .bootstrap-select .btn-default.active:hover, 
.bootstrap-select .btn-default.focus:active, .bootstrap-select .btn-default:active:focus, .bootstrap-select .btn-default:active:hover, 
.bootstrap-select > .dropdown-toggle.btn-default.focus, .bootstrap-select > .dropdown-toggle.btn-default:focus, 
.bootstrap-select > .dropdown-toggle.btn-default:hover {
    background-color: #f9f9f9;
    border-color: #cccccc;
}
.bootstrap-select .dropdown-toggle:focus {
    outline: 0 none !important;
    outline-offset: 0;
}

::-webkit-input-placeholder {
    color: #999 ;
}
:-moz-placeholder {
    color: #999;
}
::-moz-placeholder {
    color: #999;
}
:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
    opacity: 1;
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control::-ms-input-placeholder{
    color: #999;
    opacity: 1;
}
.form-control:focus {
    background-color: transparent;
    border-color: #e7e8ec;
    box-shadow: none;
    outline: 0 none;
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus{
    outline: 0;
}
input:focus::-webkit-input-placeholder {
    color: transparent !important;
}
input:focus:-moz-placeholder {
    color: transparent !important;
}
input:focus::-moz-placeholder {
    color: transparent !important;
}
input:focus:-ms-input-placeholder {
    color: transparent !important;
}
textarea:focus::-webkit-input-placeholder {
    color: transparent !important;
}
textarea:focus:-moz-placeholder {
    color: transparent !important;
}
textarea:focus::-moz-placeholder {
    color: transparent !important;
}
textarea:focus:-ms-input-placeholder {
    color: transparent !important;
}

/*---------------------------- 1.5 Form / Input / Textarea Ends------------------------------ */

/*------------------------- 1.6 Rating stars Starts --------------------- */

/*.rating .star {
    cursor: pointer;     
}*/
.rating span.star::before{
    color: #ffd33b;
    content: "\e033";
    font-family: "ElegantIcons";
}
.rating span.star.half:before{
    color: #ffd33b;
    content: "\e032";
    font-family: "ElegantIcons";
}
/*.rating span.star.active::before, .rating span.star:hover::before, .rating span.star:hover span.star::before{
    color: #ffd33b;
    content: "\e033";
    font-family: "ElegantIcons";
}*/

/*------------------------- 1.6 Rating stars Ends --------------------- */
/*------------------------- 1.7 Product With Slider Navigation Starts ------------------------------------------- */
.owl-next, .owl-prev {  
    background: #fff none repeat scroll 0 0;
    border-radius: 0;
    border: 1px solid #ccc;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    opacity: 1;
    position: absolute;
    text-align: center;
    top: 45%;    
    width: 50px;
    z-index: 5;

    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}
.owl-prev {
    left: -25px;
}
.owl-next {
    right: -25px;
}
.owl-next:hover, .owl-prev:hover {
    background: #000;
    color: #fff;
}
@media (max-width:767px) {   
    .owl-prev {
        left: 0;
    }
    .owl-next {
        right: 0;
    }
}
.owl-theme .owl-dots {
    text-align: center;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
}
.owl-theme .owl-dots .owl-dot span {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #cccccc;
    display: block;
    height: 15px;
    margin: 5px 7px;
    transition: opacity 200ms ease 0s;
    width: 15px;

    transition: opacity 200ms ease 0s;
    -wbkit-transition: opacity 200ms ease 0s;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #000000 none repeat scroll 0 0;
    border-color: #000000;
}
/*----------------- 1.7 Product With Slider Navigation Ends ---------------------------- */

/*---------------- 1.8 Back To Top Starts -------------------------- */
.to-top { 
    -ms-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; 
    background-color: #000000;
    border: 1px solid #999999;
    border-radius: 0;
    bottom: -150px;
    color: #ffffff;
    cursor: pointer;    
    font-size: 26px;
    height: 30px;
    line-height: 30px;
    position: fixed;
    right: 3%;
    text-align: center;
    width: 30px;
    z-index: 999;
}
.to-top:hover {
    opacity: 0.5;
}
/*---------------- 1.7 Back To Top Ends ------------------------ */

/******************************* 
    1 - GENERAL CSS ENDS 
********************************/


/******************************* 
    2 - HEADER CSS STARTS 
********************************/

/*-- Header Tags --*/
.hot-tag, .hot-tag-left, .black-tag, .black-tag-left {    
    border-radius: 2px;
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    padding: 2px 5px;
    position: relative;
    z-index: 2;
}
.hot-tag, .hot-tag-left {
    background-color: #cc0000;
}
.black-tag, .black-tag-left {
    background-color: #000;
}
.hot-tag::after, .black-tag::before {
    border-bottom: 6px solid rgba(0, 0, 0, 0);   
    bottom: -6px;
    content: "";
    left: 15px;
    position: absolute;
}
.hot-tag::after, .hot-tag::before{
    border-left: 6px solid #cc0000;
}
.black-tag::after, .black-tag::before{
    border-left: 6px solid #000;
}
.bubble {
    display: table;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 6px;
    width: auto;
}
.hot-tag-left:before, .black-tag-left:before{
    border-style: solid;
    border-width: 3px 5px 3px 0;
    content: "";
    height: 0;
    left: -5px;
    position: absolute;
    top: 5px;
    width: 0;  
}
.hot-tag-left:before {
    border-color: transparent #cc0000 transparent transparent; 
}
.black-tag-left:before{
    border-color: transparent #000 transparent transparent; 
}
.hot-tag-left, .black-tag-left {
    margin-left: 8px;
}
/*-- ./Header Tags --*/

/* Header Style */
.header-wrap{     
    display: inline-block;
    background-color: #fff;
    vertical-align: middle;    
    width: 100%;
    border-bottom: 1px solid #ccc;
    z-index: 1001;
    -webkit-transition: all ease-out 0.4s;
    -o-transition: all ease-out 0.4s;
    -moz-transition: all ease-out 0.4s;
    transition: all ease-out 0.4s;
}
.main-header{
    display: inline-block;
    width: 100%;
    vertical-align: middle; 
    z-index: 1001;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    -o-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);    
}
.navbar-brand,.primary-navbar > li, .top-right{
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
}
.header-wrap.sticky{
    position: fixed;
    top: 0;
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;    
    -moz-transition: all ease-in-out 0.4s;    
    -o-transition: all ease-in-out 0.4s;    
}
/*---Header Logo---*/
.logo-title a{
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
}
.logo-title .fa {
    font-size: 24px;
    margin-right: 6px;
}
.logo-title{
    font-size: 22px;   
    margin: 8px 0 0;
}
.logo-title b {
    vertical-align: middle;
}

/*---Header Navigation---*/
.navbar-brand {  
    height: auto;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}
#primary-navigation{
    position: relative;
}
.primary-navbar{
    float: right;
}
.primary-navbar > li.dropdown > a.dropdown-toggle::before {
    border: medium none;
    content: "\33";
    font-family: "ElegantIcons";
    font-size: 22px;
    position: absolute;
    right: -25px;
    top: 8px;
}
.primary-navbar > li{
    padding-left: 20px;
    padding-right: 20px;
}
.primary-navbar li > a{
    color: #000;
}
.primary-navbar > li > a{
    font-size: 14px;
    padding: 10px 0px;
    position: relative;
    text-transform: uppercase;
}
.primary-navbar li > a:hover, .primary-navbar li > a:focus, .primary-navbar > li.active > a, 
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
    background-color: transparent;  
    color: #999;
}
.navbar-toggle .icon-bar{
    background-color: #000;
}
.navbar-toggle{
    margin-right: 0;
}
.navigation .primary-navbar li .dropdown-menu {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    color: #ffffff;
    min-width: 210px;
    padding: 20px 25px;
    box-shadow: none;
    border-radius: 0;     
}
.navigation .dropdown-menu li a{  
    font-size: 13px;
    padding: 8px 0;
    text-transform: uppercase;
    white-space: normal;
}
.navigation .dropdown-menu  li{
    position: relative;
}

/*---Header Navigation Megamenu---*/
.primary-navbar .mega-dropdown {
    position: static;
}
.primary-navbar .mega-dropdown-menu {
    width: 100%;
}
.mega-dropdown-menu .menu-block {
    padding: 0 30px;
}
.menu-block + .menu-block {
    border-left: 1px solid #cccccc;
    min-height: 285px;
}
.navigation .primary-navbar li .mega-dropdown-menu {
    padding: 35px 0;
}
.sub-list > ul {
    padding: 0;
}
.sub-list > ul li a{
    display: block;
}
.navigation .mega-dropdown-menu li a{
    color: #999;
    text-transform: capitalize;
    padding: 5px 0;
}
.navigation .mega-dropdown-menu li:last-child a{
    padding-bottom: 0;
}
.mega-dropdown-menu .title {    
    margin: 30px 0 15px;    
}
.navigation .mega-dropdown-menu li a:hover{
    color: #000;
}
/* Header Style Ends */


/*------- Responsive ------*/

@media (min-width:992px)and (max-width:1199px) { 

    /*header*/
    .top-elements > li{
        margin-left: 15px;
    }
    .logo-title {
        font-size: 18px;
    }
    .primary-navbar > li > a {
        font-size: 14px;
    }
    .primary-navbar > li {
        padding-left: 14px;
        padding-right: 15px;
    }
}
@media (min-width:768px) {
    .navigation .primary-navbar li .dropdown-menu {
        opacity: 0;    
        visibility: hidden;
        display: block;

        transform: translateY(50px);
        -webkit-transform: translateY(50px);
        transition: transform 0.3s ease 0s;
        -webkit-transition: transform 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
    }
    .navigation .primary-navbar > li:hover > .dropdown-menu{
        opacity: 1;    
        visibility: visible;
        transform: translateY(0px);   
        -webkit-transform: translateY(0px);
    }
    .navigation .dropdown-menu  li:hover > .dropdown-menu{
        opacity: 1;
        transform: translateX(0px);
        visibility: visible;
    }
    .navigation .dropdown-menu li .dropdown-menu{
        right: 100%;
        left: auto;
        top: 0;  
        margin-right: 25px;
        transform: translateX(-50px);
    }
}
@media (min-width:768px)and (max-width:991px){
    .navbar-brand  {
        float: none;
        margin: auto;
        text-align: center;
    }
    .primary-navbar {
        float: none;
        text-align: center;
    }
    .primary-navbar > li {
        display: inline-block;
        float: none;
        padding-left: 15px;
        padding-right: 15px;
    }
    .navigation .dropdown-menu li .dropdown-menu {
        left: 100%;
        margin-left: 25px;
        margin-right: 0;
        right: auto;
    }
    .top-right {
        position: absolute;
        right: 0;
    }
}
@media (max-width:767px) {  

    /*Offcanvas*/
    .nav-trigger{
        float: right;
    }
    .nav-trigger .toggle-icon {
        background: #ececec none repeat scroll 0 0;
        color: #000000;
        cursor: pointer;
        display: inline-block;
        height: 50px;
        line-height: 48px;
        margin: 5px 0;
        text-align: center;
        vertical-align: middle;
        width: 50px;
        z-index: 1;
        font-size: 24px;
        position: relative;
    }

    .icon-cube {
        position: relative;
        -webkit-perspective: 800px;
        -o-perspective: 800px;
        -moz-perspective: 800px;
        -ms-perspective: 800px;
        perspective: 800px;
        overflow: visible;
    }
    .icon-cube::before,
    .icon-cube::after {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;  
        content: "";
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .active .icon-cube::before {
        z-index: 2;  
    }
    .active .icon-cube::after {
        z-index: 1;
        opacity: 0;

        -ms-transform: translateY(48px) rotateX(-90deg);
        -webkit-transform: translateY(48px) rotateX(-90deg);
        -o-transform: translateY(48px) rotateX(-90deg);
        -moz-transform: translateY(48px) rotateX(-90deg);
        transform: translateY(48px) rotateX(-90deg);
    }
    .active .icon-cube::before {
        opacity: 0;
        -ms-transform: translateY(-48px) rotateX(90deg);
        -moz-transform: translateY(-48px) rotateX(90deg);
        -o-transform: translateY(-48px) rotateX(90deg);
        -webkit-transform: translateY(-48px) rotateX(90deg);
        transform: translateY(-48px) rotateX(90deg);   
    }
    .active .icon-cube::after {
        opacity: 1;
        -ms-transform: rotateX(0);
        -webkit-transform: rotateX(0);
        -moz-transform: rotateX(0);
        -o-transform: rotateX(0);
        transform: rotateX(0);
        content: "\f2d7";
        font-family: "Ionicons";
    }
    .toggle-icon::after {
        z-index: 1;
        opacity: 1;

        -ms-transform: translateY(48px) rotateX(-90deg);
        -webkit-transform: translateY(48px) rotateX(-90deg);
        -moz-transform: translateY(48px) rotateX(-90deg);
        -o-transform: translateY(48px) rotateX(-90deg);
        transform: translateY(48px) rotateX(-90deg);
    }
    .toggle-icon::before {    
        content: "\f394";
        font-family: "Ionicons";

        -ms-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;

        -ms-transform: translateY(0px) rotateX(0deg);
        -webkit-transform: translateY(0px) rotateX(0deg);
        -moz-transform: translateY(0px) rotateX(0deg);
        -o-transform: translateY(0px) rotateX(0deg);
        transform: translateY(0px) rotateX(0deg);  
    }

    .header-wrap .navigation  {     
        background: #ffffff none repeat scroll 0 0;  
        display: inline-block;
        max-height: 350px;
        padding: 35px 0;
        position: absolute;
        top: 0;  
        left: 0;
        vertical-align: middle;
        width: 250px;
        z-index: 11;
        border-bottom: 1px solid #cccccc;
        border-right: 1px solid #cccccc;

        transform: translateX(-300px);
        transition: all 0.4s ease-out 0s;
        -webkit-transition: all 0.4s ease-out 0s;
    }
    .navigation.off-canvas{
        transform: translateX(0px);
    }
    .navigation .primary-navbar li.open .dropdown-menu{
        display: block;
        border: none;
        padding: 0;
    }
    .navigation .primary-navbar li.open .dropdown-menu .dropdown-menu{
        padding: 0 0 0 15px;
    }
    .primary-navbar {
        float: none;
        margin: 0;
    }
    .primary-navbar > li > a {
        padding: 10px 20px;
    }
    .primary-navbar > li{
        padding: 0;
    }
    .primary-navbar > li.dropdown > a.dropdown-toggle::before{
        right: 15px;
    }
    .primary-navbar > li > a::after{
        background: transparent;
    }
    .menu-block + .menu-block, .hdr-stl-2 .menu-block + .menu-block {
        border: medium none;
        margin-top: 30px;
        min-height: auto;
    }
    /* ./Offcanvas */

    /*-- Header --*/
    .navbar-brand {
        float: none;
        width: 100%;
        padding: 0;
        display: inline-block;
    }
    .navbar-brand .logo-title{
        float: left;
        margin: 18px 0;
    }
    .navbar-brand, .primary-navbar > li, .top-right{
        padding-top: 0;
    }
    .pop-up-box.search-popup, .header-topbar .pop-up-box.search-popup {
        right: 1px;
        width: 95%;
    }

    .header-topbar .top-right {
        clear: both;
        display: inline-block;
        vertical-align: middle;
        width: 100%;    
    }  
    .header-topbar .search-box {        
        margin-bottom: -1px;
        margin-right: 0;
        width: 65%;
    }
}
/*------- ./Responsive ------*/

/******************************* 
    2 - HEADER CSS ENDS 
********************************/

/******************************* 
    3 - BREADCRUMBS STARTS 
********************************/

.light-breadcrumb{
    background: #f2f2f2;
    height: 350px;
}
.breadcrumb-bg {
    background-image: url("../img/main/banner/breadcrumb-bg.png");
    background-position: 85% top;
    background-repeat: no-repeat;
    padding: 80px 0;
}
.site-breadcumb .title {  
    font-size: 23px;
    padding-bottom: 20px;    
}
.breadcrumb-menubar{background:transparent none repeat scroll 0 0;margin:0;padding:0}
.breadcrumb-menubar > li{text-transform:capitalize;}
.breadcrumb-menubar > li{color: #000;}
.breadcrumb-menubar > li > a:after{
    content: "/";
    color: #999;
    padding: 0 3px;
}

/*------- Responsive ------*/
@media (max-width:767px) {

    /*Breadcrumb*/
    .site-breadcumb .section-title {
        font-size: 40px;
    }   
}
@media (max-width:479px){  
    /*Breadcrumb*/
    .site-breadcumb {
        padding-top: 40px;
    }    
}
/*------- ./Responsive ------*/

/******************************* 
    3 - BREADCRUMBS ENDS 
********************************/

/******************************************* 
    4 - PRODUCT VARIATIONS  STARTS 
********************************************/

/*--------------------------------------- 
    4.1 Product Sorting Menubar Starts 
----------------------------------------- */
.show-result .title{
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0 0;
    text-transform: uppercase;
}
.view-tabs {
    border: none;
    margin: 0;
    float: right;
}
.view-tabs li:first-child {
    margin-right: 18px;
}
.view-tabs li a {
    background: transparent;
    border: 1px solid #e7e8ec;
    border-radius: 0;
    color: #ccc;
    display: inline-block;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0;
    width: 50px;
}
.view-tabs > li.active > a, .view-tabs > li.active > a:focus, .view-tabs > li.active > a:hover{
    background: #000000 none repeat scroll 0 0;
    border-color: #000;
    color: #ffffff;
}
/*------- Responsive ------*/
@media (min-width:768px)and (max-width:991px){    
    .view-tabs li:first-child {
        margin-right: 10px;
    }
    .view-wrap {
        padding-left: 0;
    }
}
@media (max-width:767px) {
    .show-result .title {
        margin: 0 0;
    }
    .product-content {
        margin-top: 25px;
    }
    .cat-list-view .thumbnail-img {
        display: inline-block;
    }   
}
@media (max-width:479px) {   
    .show-result,.sorter,.view-wrap {
        display: inline-block;
        width: 100%;
    }
    .view-wrap {
        margin-top: 30px;
        width: 47%;
    }
    .sorter {
        margin-top: 30px;
        padding-right: 0;
        width: 53%;
    }
}
@media (max-width:360px) {
    .view-tabs li:first-child {
        margin-right: 10px;
    }
}
/*------- ./Responsive ------*/

/*----------------------------------------- 
    4.1 Product Sorting Menubar Ends 
------------------------------------------- */

/*-------------------------------------- 
    4.2 Product Main Thumbnail Starts 
---------------------------------------- */
.prod-categories .tab-content {
    margin-top: 50px;
}
.caption-title > a {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.caption-text span{
    color: #000000;
    font-size: 14px;
    margin-right: 5px;
}
.caption-text > del {
    font-size: 14px;
}
.thumbnail-wrap .caption-title {
    padding: 10px 0;
	text-align:center;
}
.thumbnail-wrap{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.thumbnail-wrap .thumbnail {
    padding: 0;  
	width: 100%;
    display: inline-block;
    margin: 0 auto 35px;
    border-radius: 0;
	border: 1px solid #ececec !important;
}
.thumbnail-wrap .thumbnail img {
    border-radius: 0 !important;
	width: 100%;
}
.thumbnail .caption{
    padding: 10px 5px 21px;
    color: #666666;
}
.thumbnail-wrap:hover .back {
    transform: rotateY(360deg);
    opacity: 1;
    backface-visibility: visible;
}
.thumbnail-wrap:hover .front {
    transform: rotateY(180deg);
    opacity: 0;
    backface-visibility: hidden;
}
.flipper .front, .flipper .back { 
    transition: 0.6s;
    transform-style: preserve-3d;
}
.flipper .front {    
    transform: rotateY(0deg);
    backface-visibility: visible;
}
.flipper .back {
    backface-visibility: hidden;
    height: auto;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: rotateY(160deg);
    width: 100%;
}
.thumbnail-img{
    position: relative;
}
.thumbnail-wrap .thumbnail-img {
    overflow: hidden;
}
.thumbnail-wrap:hover .title {
    color: #999;
}
.thumbnail-content i.icon {
    display: inline-block;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;    
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;

}

/*------- Responsive ------*/
@media (min-width:992px) {
    .cat-with-sidebar .cate-box:nth-child(3n+1) {
        clear: both;
    }
}
@media (min-width:768px)and (max-width:991px){    
    .prod-with-sidebar .prod-slider-wrap, .prod-slider-style.prod-slider-wrap {
        margin-left: auto;
    }
    .prod-with-sidebar .hover-style1 li a {  padding: 0 13px; }
    .prod-tab-content li i { width: 5%; }

    .cat-with-sidebar .cate-box:nth-child(2n+1) {
        clear: both;
    }
    .cate-box .hover-style1 li a{
        padding: 0 13px;
    }    
    .cat-fullwidth .cate-box:nth-child(3n+1) {
        clear: both;
    }

}
@media (max-width:767px) {    
    .product-thumbnails{
        text-align: center;
        margin-bottom: 0;
    }
    .product-thumbnails li:last-child{
        margin-right: 0;
    }
    .product-thumbnails li {
        display: inline-block;
        margin: 30px 15px 0 0;
        vertical-align: middle;
        width: 18%;
    }
    .prod-tab-content li i{
        width: 6%;
    }
    .cate-box .thumbnail-img{
        display: inline-block;
        margin: auto;
    }
}
@media (max-width:568px){
    .thumbnail-wrap .thumbnail{
        display: table;
        margin-left: auto;
        margin-right: auto;
        width: auto;
    }
}
/*------- ./Responsive ------*/

/*-------------------------------- 
    4.2 Product Main Thumbnail Ends 
---------------------------------- */

/*------------------------------------------- 
    4.3 Product List View-1 Starts 
--------------------------------------------- */

.cat-list-view .theme-btn:hover::before, .cat-list-view .theme-btn:focus::before{
    border: none;
}
.cat-list-view .thumbnail-wrap:hover .theme-btn{
    background-color: #000;
    color: #fff;
}
.cat-list-view .hover-style1 i{
    margin-right: 5px;
}
.cat-list-view .hover-style1 li a:hover, .cat-list-view .hover-style1 li a:focus{
    color: #999;
}
.cat-list-view .product-price{
    margin-top: 5px;
}
.cat-list-view .thumbnail {
    border: medium none;
    overflow: visible;
}
.product-availability {
    color: #000000;
    font-size: 12px;
    font-weight: 600;
}
.product-heading .title {
    display: block;
    margin: 0 0 15px;
    font-size: 20px;
}
.product-description {
    margin-bottom: 20px;
}
.product-content{
    display: inline-block; width: 100%; vertical-align: middle; position: relative;
}
.product-content .caption-text span, .product-content .caption-text del {
    font-size: 20px;
}
.product-review {
    display: inline-block;
    margin-left: 10px;
}
.product-review li , .stock-detail li { line-height: 1; }
.product-review li + li, .stock-detail li + li { border-left: 1px solid #999; padding-left: 10px; }
.stock-detail li + li{   margin-left: 17px; padding-left: 30px; vertical-align: middle; }
.stock-detail i {
    font-size: 16px;
    margin-right: 5px;
    vertical-align: sub;
}
.product-review a {
    padding-left: 5px;
}
.product-description p{
    margin-bottom: 0;
}
.product-form label {
    color: #000000;
    display: inline-block;
    font-weight: normal;
    width: 100%;
    margin-bottom: 17px;
}
.product-form label .font-2{ text-transform: uppercase; }
.product-form .bootstrap-select .btn .filter-option {
    color: #999999;
    font-style: italic;
}
.product-form .bootstrap-select .btn{
    height: 40px;
    line-height: 40px;
    padding: 5px 20px;
}
.add-to-cart .cart-btn{
    min-width: 200px;
}
.add-to-cart .cart-btn i {
    line-height: 0;
    margin-right: 7px;
    vertical-align: middle;
}
.prod-btns .form-control.qty {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    height: 40px;
    line-height: normal;
}
.prod-btns .quantity .btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    bottom: 0;
    padding: 0;
    position: absolute;
    top: 0;
    font-size: 22px;
}
.prod-btns .quantity .minus {
    left: 10px;
}
.prod-btns .quantity .plus{
    right: 10px;
}
.prod-btns .quantity {
    position: relative;
}
.prod-btns > div{ display: inline-block; vertical-align: middle; }
.quantity input[type=number]::-webkit-outer-spin-button,
.quantity input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.quantity input[type=number] {
    -moz-appearance:textfield;
}

/*------- Responsive ------*/
@media (min-width:992px)and (max-width:1199px) {     
    .cat-list-view .hover-style1 li a{
        padding: 0 12px;
        font-size: 12px;
    }
    .view-wrap {
        padding-left: 0;
    }
    .view-tabs li:first-child {
        margin-right: 6px;
    }
    .cate-box .hover-style1 li a{
        padding: 0 12px;
    }
}

@media (max-width:360px) {
    .product-review {
        margin: 10px 0;   
    }
}
@media (max-width:767px) {
    .product-heading .title {
        font-size: 16px;
    }
}
/*------- ./Responsive ------*/

/*--------------------------------------- 
    4.3 Product List View-1 Ends 
----------------------------------------- */

/*---------------------------------------------------- 
    4.4 Product List View-2 Starts 
----------------------------------------------------- */
.list-style2 .rating {
    padding-top: 20px;
    text-align: center;
}
.list-style2 .prod-btns .form-control.qty {
    padding: 0;
}
.list-style2 .product-description li {
    list-style: inside none disc;
    padding: 2px 0;
}
.list-style2 .box-content {
    border: 1px solid #cccccc;
    border-radius: 3px;
    padding: 10px 0 0;
    display: inline-block;
    width: 100%;
}
.list-style2 .btn-black.btn {
    margin-top: 20px;
}

/*------- Responsive ------*/
@media (min-width:768px)and (max-width:991px) {
    .list-style2 .rating {
        text-align: left;
    }
    .list-style2 .box-content {
        margin-top: 30px;
    }
}
@media (max-width:767px) {
    .list-style2 .rating {
        text-align: left;
    }
    .list-style2 .box-content {
        margin-top: 30px;
    }
    .list-style2 .stock-detail li + li {
        margin-left: 7px;
        padding-left: 10px;
    }
    .list-style2 .prod-btns .quantity {
        margin-bottom: 0;
    }
    .list-style2 .prod-btns .form-control.qty {
        width: 55px;
    }
    .list-style2 .prod-btns > div {
        display: block;
    }
}
/*------- ./Responsive ------*/

/*--------------------------------------------- 
    4.4 Product List View-2 Ends 
---------------------------------------------- */


/*------------------------------------- 
    4.5 Product Banner Starts 
--------------------------------------- */
.prod-banner {
    background-color: #ddd8d3;
    background-image: url("../img/main/banner/prod-banner.png");
    background-position: right center;
    background-repeat: no-repeat;
    color: #ffffff;
    margin-bottom: 50px;
    padding: 60px 30px;
    position: relative;
    text-align: center;
}
.prod-banner::before {
    background-color: rgba(0, 0, 0, 0.2);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.banner-content {
    border: 2px solid #ffffff;
    border-radius: 3px;
    margin: auto;
    padding: 15px 15px 35px;
    position: relative;
}
.banner-content .title {
    color: #ffffff;
    font-size: 35px;
}
.banner-content > p {
    font-size: 16px;
    margin: 0;
}

/*------- Responsive ------*/
@media (min-width:1200px) {
    .banner-content { width: 60%; }
}
@media (max-width:767px) {
    .banner-content .title { font-size: 26px; }
}
/*------- ./Responsive ------*/

/*----------------------------------- 
    4.5 Product Banner Ends 
----------------------------------- */

/*-------------------------------------- 
    4.6 Product Fullwidth-2 Starts 
--------------------------------------- */
.cat2-shorting {
    position: relative;
}
.ttl-itm {
    margin: 15px 0;
}
.ttl-itm .title {
    display: inline-block;
    vertical-align: middle;
    width: 85%;
}
.ttl-itm i {
    display: inline-block;
    vertical-align: middle;
    width: 10%;
    font-size: 16px;
    color: #000;
}
.cat2-sorter .search-selectpicker {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    width: 17%;
}

.cat2-sorter .bootstrap-select .btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    padding: 10px 0;
}
.cat2-sorter .bootstrap-select .btn:hover, .cat2-sorter .bootstrap-select .btn:focus {
    background-color: transparent;
    border-color: transparent;
}
.btn-group.open .dropdown-toggle {
    box-shadow: none;
}
.cat2-sorter .filter-option {
    text-transform: uppercase;
    font-weight: 600;
}
.cat2-sorter .bootstrap-select.btn-group .dropdown-toggle .caret::after {
    font-size: 24px;
    vertical-align: top;
}
.show-itm {
    float: left;
}
.show-itm span {
    margin-right: 10px;
    vertical-align: middle;
}
.show-itm ul {
    margin: 15px 0;
    display: inline-block;
    vertical-align: middle;
}
.show-itm li {
    display: inline-block;
    margin: 0 2px;
}
.cat-stl-2 .thumbnail-content li a {
    padding: 0 10px;
}
.cat-stl-2 .sidebar-1, .cat-stl-2 .sidebar-2, .cat-stl-2 .sidebar-2 {
    margin-top: 50px;
}

/*------- Responsive ------*/
@media (min-width:768px)and (max-width:991px) {
    .shw-res {
        position: absolute;
        right: 0;
    }
}
@media (max-width:767px) {
    .cat2-sorter .search-selectpicker {
        width: 30%;
        margin: 0;
    }
}

/*------- ./Responsive ------*/

/*-------------------------------------- 
    4.6 Product Fullwidth-2 Ends 
--------------------------------------- */


/*------------------------------------ 
    4.7 Product With Timeline Starts 
------------------------------------- */

.timeline .thumbnail {
    padding: 15px;
}
.timeline .caption-title > a , .timeline .caption-text span { font-size: 16px; }
.timeline .caption-text {
    margin-bottom: 5px;
}
.timeline .item-left:before,
.timeline .item-left:after {
    content: '';
    position: absolute;
    top: 20px;
    right: 16px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 15px solid #ffffff;
    border-bottom: 15px solid transparent;
    z-index: 2;
}
.timeline .item-left:after {
    border-left-color: #dddddd;
    border-width: 16px;
    right: 15px;
    top: 19px;
    z-index: 1;
}

.timeline .item-right:before,
.timeline .item-right:after {
    content: '';
    position: absolute;
    top: 50px;
    left: 16px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-right: 15px solid #ffffff;
    border-bottom: 15px solid transparent;
    z-index: 2;
}
.timeline .item-right:after {
    border-right-color: #dddddd;
    border-width: 16px;
    left: 15px;
    top: 49px;
    z-index: 1;
}

.timeline .item-left {
    padding-right: 30px;
}
.timeline .item-right {
    padding-left: 30px;
}

@media (max-width: 767px) {
    .timeline .item-left {padding-right: 15px;}
    .timeline .item-right {padding-left: 15px;}
    .timeline .item-left:before,
    .timeline .item-left:after {
        display: none;
    }
}

.timeline .item-left .dot,
.timeline .item-right .dot {
    display: block;
    position: absolute;
    top: 26px;
    right: -10px;
    width: 20px;
    height: 20px;
    background-color: #cc0000;
    border: solid 5px #ffffff;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
    z-index: 0;
}
.timeline .item-right .dot {
    top: 55px;
    left: -10px;
}

@media (max-width: 767px) {
    .timeline .item-left .dot,
    .timeline .item-right .dot {
        display: none;
    }
}
.timeline-slider .item { position: relative; }
/*-------------------------------------- 
    4.7 Product With Timeline Ends 
--------------------------------------- */

/*--------------------------------------- 
    4.8 Product With Tables Starts 
---------------------------------------- */
.rTable {
    display: block;
    width: 100%;
}
.rTableHeading, .rTableBody, .rTableFoot, .rTableRow{
    clear: both;
}
.rTableHead, .rTableFoot{
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
}
.rTableCell, .rTableHead {
    display: inline-block;
    margin-left: -4px;
    overflow: hidden;
    padding: 20px 10px;
    vertical-align: middle;      
}
.rTable:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.rTableHeading {
    border-bottom: 1px solid #cccccc;  
}
.rTableRow {
    border-bottom: 1px solid #cccccc;
    font-size: 16px;
}
.rTableCell .qty {
    border: 1px solid #cccccc;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 40px;
}

@media (min-width: 1200px) {
    .rTableCell.cell-1, .rTableHead.cell-1 {
        width: 10%; 
    }
    .rTableCell.cell-2, .rTableHead.cell-2 {
        width: 53%; 
        padding: 20px;
    }
    .rTableCell.cell-3, .rTableHead.cell-3 {
        width: 17%; 
        text-align: right;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .rTableCell.cell-1, .rTableHead.cell-1 {
        width: 13%; 
    }
    .rTableCell.cell-2, .rTableHead.cell-2 {
        width: 40%; 
    }
    .rTableCell.cell-3, .rTableHead.cell-3 {
        width: 21%; 
        text-align: right;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .rTableCell.cell-1, .rTableHead.cell-1 {
        width: 13%; 
    }
    .rTableCell.cell-2, .rTableHead.cell-2 {
        width: 35%; 
    }
    .rTableCell.cell-3, .rTableHead.cell-3 {
        width: 26%; 
        text-align: right;
    }
}
@media (max-width: 767px) {
    .rTableHeading { display: none; }
    .rTableCell .btn  {
        min-width: 140px;
    }
    .rTableCell.cell-2 {
        width: 74%;
    }
}
@media (max-width: 480px) {
    .rTableCell.cell-2 {
        width: 60%;
    }
}
/*------------------------------------ 
    4.8 Product With Tables Ends 
-------------------------------------- */

/*--------------------------------- 
    4.9 Product Column-5 Starts 
----------------------------------- */
.col-md-c5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .col-md-c5:nth-child(3n+1) {
        clear: both;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .col-md-c5 {
        width: 25%;
        float: left;
    }
    .col-md-c5:nth-child(4n+1) {
        clear: both;
    }
}
@media (min-width: 1200px) {
    .col-md-c5 {
        width: 20%;
        float: left;
    }
    .col-md-c5:nth-child(5n+1) {
        clear: both;
    }
}
/*-------------------------- 
    4.9 Product Column-5 Ends 
--------------------------- */

/*----------------------------- 
    4.10 Product Masonry Starts 
------------------------------- */
.product-masonry .cate-box {
    float: left;       
}
.product-masonry .cate-box, .product-masonry .grid-sizer {
    padding-left: 15px;
    padding-right: 15px;
}
.grid-5 .cate-box, .grid-5 .grid-sizer {
    width: 20%;
}
.grid-4 .cate-box, .grid-4 .grid-sizer {
    width: 25%;
}
.grid-3 .cate-box, .grid-3 .grid-sizer {
    width: 33.333%;
}
.grid-2 .cate-box, .grid-2 .grid-sizer {
    width: 50%;
}

/*------- Responsive ------*/
@media (max-width: 1200px) {
    .product-masonry .cate-box, .product-masonry .grid-sizer {
        width: 25%;
    }
}
@media (max-width: 991px) {
    .product-masonry .cate-box, .product-masonry .grid-sizer {
        width: 33.333%;
    }
}
@media (max-width: 767px) {
    .product-masonry .cate-box, .product-masonry .grid-sizer {
        width: 50%;
    }
}
@media (max-width: 560px) {
    .product-masonry .cate-box, .product-masonry .grid-sizer {
        width: 100%;
    }
}
/*------- ./Responsive ------*/

/*------------------------------- 
    4.10 Product Masonry Ends 
--------------------------------- */

/*------------------------------------------- 
    4.11 Product Image Slider Starts 
-------------------------------------------- */
.image-slide.thumbnail-wrap .thumbnail  {
    width: 100%;
}
.image-slide.thumbnail-wrap .thumbnail-img {
    overflow: visible;
}
.image-slide .owl-next, .image-slide .owl-prev {
    background-color: transparent;
    border: none;
    height: 30px;
    line-height: 30px;
    width: 30px;
}
.owl-prev {
    left: 0;
}
.owl-next {
    right: 0;
}
/*------------------------------------------- 
    4.11 Product Image Slider Ends 
-------------------------------------------- */

/*----------------------------------- 
    4.12 Product Tabs With Slider Starts 
------------------------------------- */
.rel-div {
    position: relative;
}
.tabs .title {
    display: inline-block;
    font-size: 18px;
    margin: 0 0 25px;
    width: 100%;
    text-align: center;
}
.theme-tabs { text-align: center; }
.theme-tabs > li {
    display: inline-block;
    vertical-align: middle;
}
.theme-tabs > li + li {
    border-left: 2px solid #000000;
    margin-left: -4px;
    vertical-align: middle;
}
.theme-tabs > li a {
    color: #000000;
    font-weight: 600;
    line-height: 15px;
    padding: 0 35px;
    text-transform: uppercase;
}
.theme-tabs > li a:hover, .theme-tabs > li a:focus, .theme-tabs > li.active a{
    background: transparent;
    color: #999;
}
.slide-next, .slide-prev {  
    background: #fff none repeat scroll 0 0;
    border-radius: 0;
    border: 1px solid #ccc;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    opacity: 1;
    position: absolute;
    text-align: center;
    top: 45%;    
    width: 50px;
    z-index: 5;

    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}
.slide-prev {
    left: -25px;
}
.slide-next {
    right: -25px;
}
.slide-next:hover, .slide-prev:hover {
    background: #000;
    color: #fff;
}
@media (max-width:767px) {
    .theme-tabs > li a {       
        padding: 0 20px;
    } 
    .slide-prev {
        left: 0;
    }
    .slide-next {
        right: 0;
    }
}
@media (max-width:479px){  
    .theme-tabs > li {
        border-left: 2px solid #000000;
        border-right: 2px solid #000000;
        margin: 8px auto;
        vertical-align: middle;
        width: 200px;
        display: block;
    }
    .theme-tabs > li + li { margin:  auto;}
}
/*------------------------------------- 
    4.12 Product Tabs With Slider Ends 
-------------------------------------- */

/*------------------------------------------- 
    4.13 Product Preview Popup Starts 
-------------------------------------------- */
.modal-content{
    border-radius: 0;
    display: inline-block;
    width: 100%;
    padding: 30px 15px;
}
.sb-close-btn {
    background: #333333 none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    float: none;
    font-size: 24px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    opacity: 1;
    position: absolute;
    right: 30px;
    text-align: center;
    text-shadow: unset;
    width: 40px;
    z-index: 5;
}
.sb-close-btn:hover {
    background: #ececec none repeat scroll 0 0;
    color: #999999;
}
.caption-link {
    background-color: #ffffff;
    border-radius: 3px;
    bottom: 0;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    left: 0;
    line-height: 30px;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    visibility: hidden;
    width: 30px;
}
.owl-carousel .item:hover .caption-link {
    opacity: 1;
    visibility: visible;
}
.sync2 {
    bottom: 70px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 67%;
}
.sync2 .item {
    cursor: pointer;
    margin: 0 9px;
    text-align: center;
    transition: all 0.4s ease-in-out 0s;
}
.sync2 .item img, .sync1 .item img {
    border: 1px solid rgba(0, 0, 0, 0);
}
.sync2 .synced .item img, .sync2 .item img:hover {
    border: 1px solid #999999;
}
.sync1 .owl-controls .owl-nav .owl-prev, .sync1 .owl-controls .owl-nav .owl-next {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 0;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    opacity: 1;
    position: absolute;
    text-align: center;
    top: 45%;
    transition: all 0.3s ease-in-out 0s;
    width: 50px;
}
.sync1 .owl-dots .owl-dot span , .sync2 .owl-dots .owl-dot span {
    display: none;
}
.sync1 .owl-controls .owl-nav .owl-prev:hover, .sync1 .owl-controls .owl-nav .owl-next:hover {
    background: #000000 none repeat scroll 0 0;
    color: #ffffff;
}
.sync1 .owl-controls .owl-nav .owl-next {
    right: 3%;
}
.sync1 .owl-controls .owl-nav .owl-prev {
    left: 3%;
}
.prod-tabs {
    border-bottom: 1px solid #cccccc;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.prod-tabs li{
    display: inline-block;
    font-weight: bold;
}
.prod-tabs li a{ color: #ccc; padding: 15px; position: relative; }
.prod-tabs li a:hover, .prod-tabs li a:focus, .prod-tabs li.active a{
    background-color: transparent;
    color: #333;
}
.prod-tabs li a::after {
    background: #000;
    content: "";
    height: 2px;
    left: 0;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 90%;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
    -webkit-transition: opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    width: 100%;    
}
.prod-tabs li a:hover::after, .prod-tabs li a:focus::after, .prod-tabs li.active a::after{
    opacity: 1;
    transform: translateY(4px);
    -webkit-transform: translateY(4px);
}
.prod-tab-content p{
    margin-bottom: 5px;
}
.prod-tab-content ul { margin-bottom: 0; }
.prod-tab-content li {
    display: inline-block;
    font-size: 13px;
    padding: 3px 0;
    vertical-align: middle;
    width: 100%;
}
.prod-tab-content li i {
    font-size: 14px;
    vertical-align: middle;
    float: left;
    margin-top: 3px; 
    width: 3%;
}
.prod-tab-content li .des {
    float: left;  
    width: 94%;
}
.prod-tab-content li i {
    width: 5%;
}
.prod-tabs li + li{ 
    margin-left: 20px;
}
.prod-tabs li + li a::after, .prod-tabs li + li a:after{
    left: 13px;
}
.prod-tabs li + li a::before, .prod-tabs li + li a:before  {    
    content: " ";
    border-left: 1px solid #cccccc;    
    padding-left: 20px;
}
.prod-tabs li a {
    padding: 10px 0;
}
.content-style-2 .prod-btns .form-control.qty {
    height: 50px;
}
.content-style-2 .prod-btns .quantity { margin-right: 25px; }

/*----- Responsive -----*/
@media (min-width:1200px) {
    .product-modal{
        width: 1090px;
    }  
}
@media (min-width:768px) and (max-width:991px) {
    .prod-slider {
        margin-bottom: 30px;
    }
    .product-content {
        margin-top: 25px;
    }
    .cat-list-view .thumbnail-img {
        display: table;        
    }
    .prod-tab-content li i { width: 5%; }
}
@media (max-width:767px) {
    .sync2{
        bottom: 30px;
        width: 80%;
    }  
    .prod-btns .quantity {
        margin-bottom: 25px;
    }
    .sb-close-btn {
        right: 15px;
    }
}
@media (max-width:380px) {    
    .prod-tabs li {
        display: block;
        margin: auto;
        width: 100%;
        text-align: center;
    }
    .prod-tabs li {
        width: 150px;
    }
    .prod-tabs li + li {
        margin-left: auto;
    }
    .prod-tabs li + li a::before {
        border-left: medium none;
        padding-left: 0;
    }
    .prod-tabs li + li a::after {
        left: 0;
    }
}
@media (max-width:360px) {
    .modal-content {
        padding: 30px 0;
    }
}
/*--- ./Responsive ----*/

/*------------------------------------- 
    4.13 Product Preview Popup Ends 
---------------------------------------- */

/******************************************* 
    4 - PRODUCT VARIATIONS  ENDS 
********************************************/


/****************************************** 
    5 - PRODUCT HOVER STYLES STARTS 
*******************************************/
/*----------------------------------- 
    5.1 Hover Style-1 Starts
------------------------------------- */
.hover-style1 {
    text-align: right;
}
.hover-style1 li {
    margin: 0;
}
.hover-style1 li:first-child { float: left; }
.hover-style1 li a {
    color: #ffffff;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
}
.hover-style1 li a:hover,.hover-style1 li a:focus {
    background-color: #333333;
}
.hover-style1 li span {
    font-size: 12px;
    vertical-align: middle; 
    text-transform: uppercase;
}
.hover-style1 .icon.ion-android-add {
    font-size: 18px;
}
.hover-style1 li i {
    vertical-align: middle;
    font-size: 20px;
}
.hover-style1 {
    backface-visibility: hidden;
    background-color: #000;
    bottom: 0;
    height: auto;
    position: absolute;
    opacity: 0;
    top: auto;    
    width: 100%;
    margin-left: 0;

    transform: translateY(100%);
    transition: transform 0.4s ease 0s, opacity 0.1s ease 0.3s;
    -webkit-transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.4s ease 0s, opacity 0.1s ease 0.3s;
}
.thumbnail-wrap:hover .hover-style1 {
    opacity: 1;
    transform: translateY(0px);
    transition: transform 0.4s ease 0s, opacity 0.1s ease 0s;
    -webkit-transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.4s ease 0s, opacity 0.1s ease 0s;
}
/*----------------------------------- 
    5.1 Hover Style-1 Ends
------------------------------------- */

/*----------------------------------- 
    5.2 Hover Style-2 Starts
------------------------------------- */
.hover-style2 li {
    background-color: #000000;
    height: 45px;
    margin: 3px 0;
    width: 50px;
}
.hover-style2 li a {
    color: #ffffff;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    padding: 0 17px;
    width: 50px;
}
.hover-style2 li a:hover,.hover-style2 li a:focus {
    background-color: #333333;
}
.hover-style2 li span {
    font-size: 12px;
    vertical-align: middle; 
    text-transform: uppercase;
}
.hover-style2 li i {
    vertical-align: middle;
    font-size: 20px;
}
.hover-style2 {  
    backface-visibility: hidden;
    bottom: 0;
    height: 146px;
    width: auto;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;

    transform: translateX(100%);
    transition: transform 0.4s ease 0s, opacity 0.1s ease 0.3s;
    -webkit-transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.4s ease 0s, opacity 0.1s ease 0.3s;
}
.thumbnail-wrap:hover .hover-style2 {
    opacity: 1;
    transform: translateX(0px);
    transition: transform 0.4s ease 0s, opacity 0.1s ease 0s;
    -webkit-transform: translateX(0px);
    -webkit-transition: -webkit-transform 0.4s ease 0s, opacity 0.1s ease 0s;
}
/*----------------------------------- 
    5.2 Hover Style-2 Ends
------------------------------------- */

/*----------------------------------- 
    5.3 Hover Style-3 Starts
------------------------------------- */
.hover-style3:before {
    content: "";
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    background-color: rgba(0,0,0,0.5);
    opacity: 0;

    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;

    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);

}
.thumbnail-wrap:hover .hover-style3:before {
    opacity: 1;    
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.hover-style3 .rating {
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 2;    
}
.thumbnail-wrap:hover .rating {
    top: 27%;
    opacity: 1;
    visibility: visible;
}
.hover-style3 .thumbnail-content {
    bottom: 0;
    display: block;
    height: 50px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 2;
}
.hover-style3 .thumbnail-content li {
    display: inline-block;
}
.hover-style3 .thumbnail-content .left-link {
    position: absolute;
    left: 80%;
    opacity: 0;
    visibility: hidden;
}
.thumbnail-wrap:hover .left-link{
    left: 37%;
    margin-left: -50px;
    opacity: 1;
    visibility: visible;
}

.hover-style3 .thumbnail-content .center-link{
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
}
.thumbnail-wrap:hover .center-link{
    opacity: 1;
    visibility: visible;

    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: transform;
    transition-property: transform;

    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hover-style3 .thumbnail-content .right-link{
    position: absolute;
    right: 80%;
    opacity: 0;
    visibility: hidden;
}
.thumbnail-wrap:hover .right-link{
    right: 37%;
    margin-right: -50px;
    opacity: 1;
    visibility: visible;
}

.hover-style3 .thumbnail-content i{
    background-color: #ffffff;
    border-radius: 2px;
    color: #282828;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
    vertical-align: middle;
    display: inline-block;
}
.hover-style3 .thumbnail-content i:hover {
    background-color: #000;
    color: #ffffff;
}

.hover-style3 .thumbnail-content .right-link,
.hover-style3 .thumbnail-content .left-link,
.hover-style3 .thumbnail-content i,
.thumbnail-wrap .rating,
.thumbnail-wrap .all-view {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
}

/*----------------------------------- 
    5.3 Hover Style-3 Ends
------------------------------------- */

/*----------------------------------- 
    5.4 Hover Style-4 Starts
------------------------------------- */
.hover-style4 {
    text-align: center;
    margin: 0;
}
.hover-style4 li {
    margin: 0;
    display: inline-block;
}
.hover-style4 li a {
    color: #ffffff;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
}
.hover-style4 li a:hover,.hover-style4 li a:focus {
    background-color: #333333;
}
.hover-style4 li span {
    font-size: 12px;
    vertical-align: middle; 
    text-transform: uppercase;
}
.hover-style4 .icon.ion-android-add {
    font-size: 18px;
}
.hover-style4 li i {
    vertical-align: middle;
    font-size: 20px;
}
.hover-style4 {
    backface-visibility: hidden;
    background-color: #000;
    bottom: 0;
    height: auto;
    position: absolute;
    opacity: 0;
    top: auto;    
    width: 100%;
    margin-left: 0;
}
.thumbnail-wrap:hover .hover-style4 {
    opacity: 1;
}
/*----------------------------------- 
    5.4 Hover Style-4 Ends
------------------------------------- */

/*----------------------------------- 
    5.5 Hover Style-5 Starts
------------------------------------- */

.hover-style5 li {
    margin: 0;
    display: inline-block;
}
.hover-style5 li a {
    background-color: #000000;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    width: 45px;
}
.hover-style5 li a:hover,.hover-style5 li a:focus {
    background-color: #333333;
}
.hover-style5 li span {
    font-size: 12px;
    vertical-align: middle; 
    text-transform: uppercase;
}
.hover-style5 .icon.ion-android-add {
    font-size: 18px;
}
.hover-style5 li i {
    vertical-align: middle;
    font-size: 20px;
}
.hover-style5 {
    backface-visibility: hidden;
    bottom: 0;
    height: 45px;
    left: 0;
    margin: auto;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
}
.thumbnail-wrap:hover .hover-style5 {
    opacity: 1;
}
/*----------------------------------- 
    5.5 Hover Style-5 Ends
------------------------------------- */

/*----------------------------------- 
    5.6 Hover Style-6 Starts
------------------------------------- */

.hover-style6 .preview-btn a {
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    bottom: 0;
    color: #000;
    font-size: 24px;
    height: 50px;
    left: 0;
    line-height: 50px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    opacity: 0;

    -webkit-transform: translateZ(0) rotate(-45deg);
    transform: translateZ(0) rotate(-45deg);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;    
    transition: .4s;
}

.thumbnail-wrap:hover .hover-style6 .preview-btn a {    
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1.2) rotate(-0deg);
    transform: scale(1.2) rotate(-0deg);
    -webkit-transition-timing-function: cubic-bezier(0.47, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 0.31, -0.36);    
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;    
    transition: .4s;
}
.hover-style6 .preview-btn a:hover {
    background-color: rgba(0, 0, 0, 0.7);
    color: #FFF;
}

.hover-style6 .thumbnail-content {
    bottom: 10px;
    margin: 0;
    position: absolute;
    right: -100px;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;

    opacity: 0;
}
.thumbnail-wrap:hover .hover-style6 .thumbnail-content {
    opacity: 1;
    right: 10px;
}
.hover-style6 .thumbnail-content li {
    display: block;
}
.hover-style6 .thumbnail-content li a {
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 3px;
    color: #000000;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
    width: 30px;
}
.hover-style6 .thumbnail-content li a:hover {
    background-color: rgba(0, 0, 0, 0.6);
    color: #FFF;
}

/*----------------------------------- 
    5.6 Hover Style-6 Ends
------------------------------------- */

/*----------------------------------- 
    5.7 Hover Style-7 Starts
------------------------------------- */
.hover-style7 {
    background: #000;
}
.hover-style7 img {
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;        
}

.thumbnail-wrap:hover .hover-style7 img {
    opacity: 0.6;
    -webkit-transform: scale3d(1.1,1.1,1);
    transform: scale3d(1.1,1.1,1);
}

.hover-style7 .thumbnail-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
}

.hover-style7 figcaption::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150px;
    height: 150px;
    border: 2px solid #fff;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(0,0,1);
    transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(0,0,1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
}

.hover-style7 .thumbnail-contentt {
    width: 100px; 
    text-transform: none;
    font-size: 121%;
    line-height: 2;
}

.hover-style7 .thumbnail-content a {
    color: #ffffff;
    display: inline-block;
    font-size: 24px;
    padding: 5px;
    text-align: center;
    width: 35%;
}

.hover-style7 .thumbnail-content a:hover,
.hover-style7 .thumbnail-content a:focus {
    opacity: 0.6;
}

.hover-style7 .thumbnail-content a i {
    display: inline-block;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;

    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.hover-style7 .thumbnail-content a:first-child i {
    -webkit-transform: translate3d(-60px,-60px,0);
    transform: translate3d(-60px,-60px,0);
}

.hover-style7 .thumbnail-content a:nth-child(2) i {
    -webkit-transform: translate3d(60px,-60px,0);
    transform: translate3d(60px,-60px,0);
}

.hover-style7 .thumbnail-content a:nth-child(3) i {
    -webkit-transform: translate3d(-60px,60px,0);
    transform: translate3d(-60px,60px,0);
}

.hover-style7 .thumbnail-content a:nth-child(4) i {
    -webkit-transform: translate3d(60px,60px,0);
    transform: translate3d(60px,60px,0);
}

.thumbnail-wrap:hover .hover-style7 figcaption::before {
    opacity: 1;
    -webkit-transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(1,1,1);
    transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(1,1,1);
}
.thumbnail-wrap:hover .hover-style7 .thumbnail-content i:empty {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0); /* just because it's stronger than nth-child */
    opacity: 1;
}

/*----------------------------------- 
    5.7 Hover Style-7 Ends
------------------------------------- */

/*----------------------------------- 
    5.8 Hover Style-8 Starts
------------------------------------- */
.hover-style8 {
    background: #000;
    text-align: left;
    overflow: hidden;
    position: relative;

}
.hover-style8  figcaption {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.hover-style8 img {
    -webkit-transition: opacity 0.45s;
    transition: opacity 0.45s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.hover-style8 figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0) url("../img/main/product/triangle.svg") no-repeat scroll center bottom;

    content: '';
    -webkit-transition: opacity 0.45s, -webkit-transform 0.45s;
    transition: opacity 0.45s, transform 0.45s;
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.hover-style8 .thumbnail-content {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
}

.hover-style8 .thumbnail-content a {
    display: inline-block;
    margin: 0 5px 10px;
    color: #000;
    font-size: 18px;
}

.hover-style8 a:hover,
.hover-style8 a:focus {
    color: #cc6055;
}

.hover-style8 .thumbnail-content a i {
    display: inline-block;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    opacity: 0;

    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,50px,0);
    transform: translate3d(0,50px,0);
}

.thumbnail-wrap:hover .hover-style8 img {
    opacity: 0.6;
}

.thumbnail-wrap:hover .hover-style8 figcaption::before {
    opacity: 0.7;
    -webkit-transform: rotate3d(0,0,1,20deg);
    transform: rotate3d(0,0,1,20deg);
}

.thumbnail-wrap:hover .hover-style8 .thumbnail-content i {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.thumbnail-wrap:hover .hover-style8 .thumbnail-content a:nth-child(3) i {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

.thumbnail-wrap:hover .hover-style8 .thumbnail-content a:nth-child(2) i {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.thumbnail-wrap:hover .hover-style8 .thumbnail-content a:first-child i {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

/*----------------------------------- 
    5.8 Hover Style-8 Ends
------------------------------------- */

/*----------------------------------- 
    5.9 Hover Style-9 Starts
------------------------------------- */
.hover-style9 {
    text-align: center;
    margin: 0;
}
.hover-style9 li {
    margin: 0;
    display: inline-block;
}
.hover-style9 li a {
    border: 2px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    height: 45px;
    line-height: 40px;
    margin: 0 10px;
    padding: 0;
    width: 45px;
}
.hover-style9 li a:hover,.hover-style9 li a:focus {
    background-color: #333333;
}
.hover-style9 li span {
    font-size: 12px;
    vertical-align: middle; 
    text-transform: uppercase;
}
.hover-style9 .icon.ion-android-add {
    font-size: 18px;
}
.hover-style9 li i {
    vertical-align: middle;
    font-size: 20px;
}
.hover-style9 {
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    height: auto;
    margin-left: 0;
    opacity: 1;
    padding-top: 58%;
    position: absolute;
    top: 0;
    width: 100%;
}
.thumbnail-wrap:hover .hover-style9 {
    opacity: 1;
}

/*----------------------------------- 
    5.9 Hover Style-9 Ends
------------------------------------- */

/*----------------------------------- 
    5.10 Hover Style-10 Starts
------------------------------------- */
.hover-style10 {
    text-align: center;
    margin: 0;
}
.hover-style10 li {
    margin: 0;
    display: inline-block;
}
.hover-style10 li a {
    background-color: #ffffff;
    color: #000000;
    display: inline-block;
    height: 45px;
    line-height: 40px;
    margin: 0 -4px 0 0;
    text-align: center;
    width: 45px;
}
.hover-style10 li a:hover,.hover-style10 li a:focus {
    background-color: #333333;
    color: #fff;
}
.hover-style10 li span {
    font-size: 12px;
    vertical-align: middle; 
    text-transform: uppercase;
}
.hover-style10 .icon.ion-android-add {
    font-size: 18px;
}
.hover-style10 li i {
    vertical-align: middle;
    font-size: 20px;
}
.hover-style10 {
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    height: 100%;
    margin-left: 0;
    opacity: 1;
    position: absolute;
    text-align: left;
    top: 0;
    width: 100%;
}
.thumbnail-wrap:hover .hover-style10 {
    opacity: 1;
}

/*----------------------------------- 
    5.10 Hover Style-10 Ends
------------------------------------- */

/*************************************** 
    5 - PRODUCT HOVER STYLES ENDS 
****************************************/

/******************************* 
    6 - SIDEBAR CSS STARTS 
********************************/

/*********** SIDEBAR SLIDER RANGE STYLES STARTS *********/
/*----------------------------------- 
    6.1 Price Range Style-1 Starts
------------------------------------- */
.slider-range-1 .slider-range {
    margin: 25px 0 20px;
}
.slider-range-1 #slider-range {
    background-color: #e4e3e3;
    background-image: none;
    border-color: #e4e3e3;
    border-radius: 0;
    height: 4px;
    margin: 25px 0 20px;
}
.slider-range-1 .amount {
    color: #000000;
    font-size: 13px;
    font-weight: normal;
}
.slider-range-1 #amount {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #000000;
    font-size: 13px;
    width: 150px;
    margin-bottom: 10px;
}
.slider-range-1 #slider-range .ui-widget-header {
    background-image: none;
    background-color: #000000;
}
.slider-range-1 #slider-range .ui-slider-handle {
    background-color: #cccccc;
    background-image: none;
    border: medium none;
    border-radius: 0;
    height: 27px;
    margin-left: 0;
    top: -12px;
    width: 3px;
}
/*----------------------------------- 
    6.1 Price Range Style-1 Ends
------------------------------------- */

/*----------------------------------- 
    6.2 Price Range Style-2 Starts
------------------------------------- */
.slider-range-2 .slider-range {
    margin: 25px 0 20px;
}
.slider-range-2 #slider-range {
    background-color: #e4e3e3;
    background-image: none;
    border-color: #e4e3e3;
    border-radius: 0;
    height: 4px;
    margin: 25px 0 20px;
}
.slider-range-2 .amount {
    color: #000000;
    font-size: 13px;
    font-weight: normal;
}
.slider-range-2 #amount {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e4e3e3;
    color: #000000;
    font-size: 13px;
    margin-bottom: 10px;
    text-align: center;
    width: 100px;
}
.slider-range-2 #slider-range .ui-widget-header {
    background-image: none;
    background-color: #000000;
}
.slider-range-2 #slider-range .ui-slider-handle {
    background-color: #ffffff;
    background-image: none;
    border: 3px solid #000000;
    border-radius: 1em;
    height: 12px;
    top: -5px;
    width: 12px;
}
/*----------------------------------- 
    6.2 Price Range Style-2 Ends
------------------------------------- */

/*----------------------------------- 
    6.3 Price Range Style-3 Starts
------------------------------------- */
.slider-range-3 .slider-range {
    margin: 25px 0 20px;
}
.slider-range-3 #slider-range {
    background-color: #e4e3e3;
    background-image: none;
    border-color: #e4e3e3;
    border-radius: 0;
    height: 4px;
    margin: 25px 0 20px;
}
.slider-range-3 .amount {
    float: none;
}
.slider-range-3 #amount {
    background: transparent;
    border: none;
    color: #000000;
    font-size: 13px;
    margin: 10px 0;
    text-align: center;
    width: 100px;
    float: right;
    font-weight: 600;
}
.slider-range-3 #slider-range .ui-widget-header {
    background-image: none;
    background-color: #000000;
}
.slider-range-3 #slider-range .ui-slider-handle {
    background-color: #000;
    background-image: none;
    border: medium none;
    border-radius: 0;
    height: 8px;
    top: -3px;
    margin: 0;
    width: 8px;
}
.slider-range-3 #slider-range .ui-slider-handle:before{
    content: "";
    position: absolute;
    top: -8px;
    left: -1px;    
    width: 0;
    height: 0;
    border-radius: 3px;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #000 transparent transparent transparent;
}
.slider-range-3 .btn {
    height: 40px;
    line-height: 40px;
    min-width: auto;
    width: auto;
}
/*----------------------------------- 
    6.3 Price Range Style-3 Ends
------------------------------------- */

/*********** SIDEBAR SLIDER RANGE STYLES ENDS *********/


/*********** SIDEBAR STYLES STARTS *********/
/*----------------------------------------- 
    6.4 Product Sidebar Style-1 Starts 
------------------------------------------- */

/*--- Common css ---*/ 
.widget-title {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 20px;
    text-transform: uppercase;
}
.sidebar-1 .widget-content .title {
    font-size: 16px;  
}
.sidebar-1.with-border .widget-title {       
    padding-bottom: 20px;
}
.sidebar-1 .widget-wrap {
    margin-bottom: 30px;
}
.with-border .widget-title, .with-border .widget-content li, .with-border .widget-content .recent-wrap {
    border-bottom: 1px dashed #cccccc;
}
.with-border .widget-content {
    padding-left: 25px;
}
.sidebar-1 .widget-content ul {
    margin-bottom: 0;
}
.sidebar-1 .widget-content li {
    display: inline-block;
    margin-bottom: 6px;
    padding-bottom: 10px;
    vertical-align: middle;
    width: 100%;
}
.sidebar-1 .widget-content li:last-child, .sidebar-1 .widget-content .recent-wrap:last-child {
    border-bottom: none;
}
.sidebar-1 .widget-content li i {
    display: inline-block;
    vertical-align: middle;
    width: 6%;
}
.with-border .widget-content li > a {
    font-size: 13px;
}
.sidebar-1 .widget-content li > a {
    color: #666;
    display: inline-block;
    font-size: 14px;
    width: 90%;
}
.sidebar-1 .widget-content li > a:hover, .sidebar-1 .widget-content li > a:focus,
.sidebar-1 .widget-content li > a:hover span, .sidebar-1 .widget-content li > a:focus span {
    color: #000;
}
.sidebar-1 .widget-content li > a span {
    color: #999999;
    float: right;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}
/*--- Common css ---*/ 

/*--- Recent Product Widget ---*/ 
.sidebar-1 .widget-content .recent-wrap {    
    margin-bottom: 8px;
    padding-bottom: 18px;
}
.sidebar-1 .recent-wrap {
    display: inline-block; width: 100%;
}
.sidebar-1 .recent-slide-des, .sidebar-1 .recent-slide-img{
    padding-left: 0;
}
.sidebar-1 .caption-title > a {
    font-size: 12px;
}
.sidebar-1 .recent-slide-img img {
    border: 1px solid transparent;
    margin-top: 5px;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}
.sidebar-1 .recent-wrap:hover .recent-slide-img img{ border-color: #000; }
.sidebar-1 .recent-wrap .caption-text {
    padding-top: 5px;
}
.sidebar-1 .recent-wrap:hover .caption-title a, .sidebar-1 .recent-wrap:focus .caption-title a {color: #999;}
/*--- ./ Recent Product Widget ---*/ 

/*------- Responsive ------*/
@media (max-width:767px) {
    .sidebar-1 .recent-slide-img {
        display: inline-block;
    }
    .sidebar-1 .recent-slide-des {
        display: inline-block;
        vertical-align: top;
    }
}
/*------- ./Responsive ------*/

/*------------------------------------ 
    6.4 Product Sidebar Style-1 Ends 
-------------------------------------- */

/*---------------------------------- 
    6.5 Product Sidebar Style-2 Starts 
------------------------------------ */

/*--- Common css ---*/ 
.sidebar-2 .widget-wrap {
    background-color: #f2f2f2;
    border-radius: 3px;    
    margin-bottom: 35px;
    position: relative;
}
.sidebar-2 .widget-title {
    background-color: #000000;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #ffffff;
    display: inline-block;
    padding: 15px;
    text-align: center;
    width: 100%;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.widget-wrap .scroll {
    max-height: 215px;
}
.widget-wrap .scroll .mCSB_scrollTools {
    width: 3px;
}
.sidebar-2 .widget-content {
    padding: 15px 15px 20px;
}
.sidebar-2 li {
    color: #666666;
    padding: 5px 0;
    text-transform: capitalize;
}
.widget-colors [type="checkbox"], .sidebar-2 [type="checkbox"]{
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.sidebar-2 .checkbox-inline {
    margin: 0;
    padding-left: 0;
    vertical-align: -moz-middle-with-baseline;
    width: 100%;
}
.sidebar-2 .checkbox-inline > span + span {
    float: right;
}
.widget-colors [type="checkbox"] + span, .sidebar-2 [type="checkbox"] + span {
    cursor: pointer;
}
.sidebar-2 [type="checkbox"] + span::before{   
    color: #666666;
    content: "\f096";
    font-family: FontAwesome;
    font-size: 14px;
    margin-right: 10px;
    vertical-align: middle;
}
.sidebar-2 [type="checkbox"]:checked + span:before {  
    content: "\f046";
    font-family: FontAwesome;
    color: #000;
}
.sidebar-2 [type="checkbox"]:checked + span, 
.sidebar-2 [type="checkbox"]:checked + span + span {
    color: #000;
}
.widget-colors li {
    float: left;
    width: 50%;
}
.widget-colors [type="checkbox"] + span::before {
    content: "\f111";
    font-size: 16px;
    font-family: FontAwesome;
    margin-right: 10px;
    vertical-align: top;
}
.widget-colors [type="checkbox"]:checked + span::before{    
    content: "\f058";
    font-family: FontAwesome;
}
.widget-colors #brown[type="checkbox"] + span::before{
    color: #e5c890;
}
.widget-colors #light[type="checkbox"] + span::before{
    color: #e4e4e4;
}
.widget-colors #dark[type="checkbox"] + span::before{
    color: #2a2a2a;
}
.widget-colors #orange[type="checkbox"] + span::before{
    color: #f87e1d;
}
.widget-colors #blue[type="checkbox"] + span::before{
    color: #00c1f9;
}
.widget-colors #yellow[type="checkbox"] + span::before{
    color: #f8e300;
}
.widget-colors #green[type="checkbox"] + span::before{
    color: #7ac70b;
}
.widget-colors #white[type="checkbox"] + span::before{
    color: #fff;
}
/*--- Common css ---*/ 

/*--- Tag Cloud Widget ---*/ 
.sidebar-2 .tag-cloud > a {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    color: #000000;
    display: inline-block;
    font-size: 13px;
    margin: 4px 3px 4px 0;
    padding: 5px 8px;
    text-transform: capitalize;
}
.sidebar-2 .tag-cloud > a:hover, .sidebar-2 .tag-cloud > a:focus {
    background-color: #000;
    color: #fff;
}
/*--- ./Tag Cloud Widget ---*/ 

/*--- Recent Product Widget ---*/ 
.sidebar-2 .recent-wrap {
    display: inline-block;
    margin: 10px 0;
    vertical-align: middle;
    width: 100%;
}
.sidebar-2 .recent-slide-des, .sidebar-2 .recent-slide-img{
    padding-left: 0;
}
.sidebar-2 .caption-title > a {
    font-size: 12px;
}
.sidebar-2 .recent-slide-img img {
    border: 1px solid transparent;
    margin-top: 5px;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}
.sidebar-2 .recent-wrap:hover .recent-slide-img img{ border-color: #000; }
.sidebar-2 .recent-wrap .caption-text {
    padding-top: 5px;
}
.sidebar-2 .recent-wrap:hover .caption-title a, .sidebar-2 .recent-wrap:focus .caption-title a {color: #999;} 
/*--- ./Recent Product Widget ---*/ 

/*------- Responsive ------*/
@media (max-width:767px) {
    .sidebar-2 .recent-slide-img {
        display: inline-block;
    }
    .sidebar-2 .recent-slide-des {
        display: inline-block;
        vertical-align: top;
    }
}
/*------- ./Responsive ------*/

/*---------------------------------- 
    6.5 Product Sidebar Style-2 Ends 
------------------------------------ */

/*----------------------------------------- 
    6.6 Product Sidebar Style-3 Starts 
------------------------------------------- */

/*--- Search Widget ---*/
.sidebar-3 .widget-search input {
    border: none;
}
.widget-search button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    bottom: 0;
    font-size: 18px;
    margin: auto;
    position: absolute;
    right: 10px;
    top: 0;
}
.widget-search {
    position: relative;
}
/*--- ./Search Widget ---*/ 

/*--- Common css ---*/ 
.sidebar-3 .widget-title {
    border-bottom: 1px solid #e7e8ec;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 15px;
    text-transform: uppercase;
}
.sidebar-3 .widget-wrap {
    margin-bottom: 35px;
    border: 3px solid #e9e9e9;
    position: relative;
    overflow: hidden;
}
.sidebar-3 .widget-content {
    display: inline-block; vertical-align: middle; width: 100%;
}
.sidebar-3 .widget-content ul {
    margin-bottom: 0;
}
.sidebar-3 .widget-wrap ul li span {
    float: right;
}
.sidebar-3 .widget-content li > a:hover, .sidebar-3 .widget-content li > a:focus,
.sidebar-3 .widget-content li > a:hover span, .sidebar-3 .widget-content li > a:focus span {
    color: #000;
}
.widget-content.slider-range-3 {
    padding: 15px;
}
.slider-range-3 .title {
    margin: 0;
}
/*--- ./Common css ---*/ 

/*--- Category Widget ---*/ 
.panel-style-1 .panel {
    border-bottom: 1px solid #e7e8ec;
    border-radius: 0;
    box-shadow: none;
    text-transform: capitalize;
}
.panel-style-1 .panel + .panel {
    margin: 0;
}
.panel-style-1 .panel:last-child {
    border-bottom: none;
}
.panel-style-1 {
    margin-bottom: 0;
}
.panel-style-1 .indicator {
    float: right;
    font-size: 24px;
    font-weight: normal;
    line-height: 18px;
    vertical-align: middle;
}
.panel-style-1 ul {
    padding-left: 30px;
    margin-bottom: 0;
}
.sidebar-3 .panel-style-1 ul li {
    padding: 5px 15px 5px 0;
    border-bottom: 1px solid #e7e8ec;
}
.sidebar-3 .panel-style-1 ul li:last-child {
    border-bottom: medium none;
}
/*--- ./Category Widget ---*/ 

/*--- Color Widget ---*/ 
.sidebar-3 .widget-colors a {    
    border: 3px solid #e9e9e9;
    display: inline-block;
    height: 35px;
    padding: 3px;
    width: 35px;
    margin: 4px 3px 4px 0;
    vertical-align: middle;
}
.sidebar-3 .widget-colors a:hover, .sidebar-3 .widget-colors a:focus {
    border-color: #000;
}
.sidebar-3 .widget-colors {
    padding: 15px;
}
.sidebar-3 .widget-colors span  {
    display: block;
    height: 23px;
    width: 23px;
}
.sidebar-3 .widget-colors .white span  {
    background-color: #f8f8f8;
}
.sidebar-3 .widget-colors .black span  {
    background-color: #000;
}
.sidebar-3 .widget-colors .orange span  {
    background-color: #e74c3c;
}
.sidebar-3 .widget-colors .violet span  {
    background-color: #783ce7;
}
.sidebar-3 .widget-colors .blue span  {
    background-color: #3498db;
}
.sidebar-3 .widget-colors .green span  {
    background-color: #00a847;
}
.sidebar-3 .widget-colors .pink span  {
    background-color: #fa17bc;
}
.sidebar-3 .widget-colors .gray span  {
    background-color: gray;
}
/*--- ./Color Widget ---*/ 

/*--- Tags Widget ---*/ 
.sidebar-3 .tag-cloud {
    padding: 15px;
}
.sidebar-3 .tag-cloud a {    
    border: 3px solid #e9e9e9;
    display: inline-block;
    padding: 5px 7px;
    margin: 4px 3px 4px 0;
    vertical-align: middle;
    text-transform: capitalize;
}
.sidebar-3 .tag-cloud a:hover, .sidebar-3 .tag-cloud a:focus{
    border-color: #000;
}
/*--- ./ Tags Widget ---*/ 

/*--- Recent Product Widget ---*/ 
.sidebar-3  .recent-prod-slider {
    padding: 15px;
    text-align: center;
}
.sidebar-3 .hover-style1 li a {
    padding: 0 15px;
}
.sidebar-3 .thumbnail-wrap .thumbnail {
    margin: 0 auto 20px;
}
.sidebar-3 .thumbnail .rating {
    margin-bottom: 10px;
}
.sidebar-3 .hover-style1 li:first-child {
    float: none;
}
.sidebar-3 .hover-style1 {
    text-align: center;
}
/*--- ./Recent Product Widget ---*/ 

/*--- Offer Product ---*/ 
.sidebar-3 .tab-content {
    padding: 15px;
}
.sidebar-tabs > li {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-left: -4px;
    text-align: center;
    text-transform: uppercase;
    width: 33.84%;
}
.sidebar-tabs {
    border-bottom: 1px solid #e7e8ec;
}
.sidebar-tabs li a {
    color: #000000;
    display: inline-block;
    padding: 12px 0;
    width: 100%;
}
.sidebar-tabs li a:hover, .sidebar-tabs li.active a {
    background-color: #e9e9e9;
}
.sidebar-3 .recent-wrap {
    display: inline-block;
    margin: 5px 0;
    vertical-align: middle;
    width: 100%;
}
.sidebar-2 .recent-slide-des, .sidebar-3 .recent-slide-img{
    padding-left: 0;
}
.sidebar-3 .caption-title > a {
    font-size: 12px;
}
.sidebar-3 .recent-slide-img img {
    border: 1px solid transparent;
    margin-top: 5px;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}
.sidebar-3 .recent-wrap:hover .recent-slide-img img{ border-color: #000; }
.sidebar-3 .recent-wrap .caption-text {
    padding-top: 5px;
}
.sidebar-3 .recent-wrap:hover .caption-title a, .sidebar-3 .recent-wrap:focus .caption-title a {color: #999;}

/*--- ./Offer Product ---*/ 

/*------- Responsive ------*/
@media (min-width:768px) and (max-width: 991px) {
    .sidebar-tabs > li {
        font-size: 12px;
    }
}
@media (max-width:767px) {
    .sidebar-3 .recent-slide-img {
        display: inline-block;
    }
    .sidebar-3 .recent-slide-des {
        display: inline-block;
        vertical-align: top;
    }
    .sidebar-tabs > li {
        width: 33.55%;
    }
}
/*------- ./Responsive ------*/

/*------------------------------------ 
    6.6 Product Sidebar Style-3 Ends 
-------------------------------------- */

/*********** SIDEBAR STYLES ENDS *********/

/******************************* 
    6 - SIDEBAR CSS ENDS 
********************************/


/************************************ 
    7 - PRODUCT TAG STYLES STARTS 
*************************************/

.thumbnail-img {
    position: relative;
}

/*------------------------------------ 
    7.1 Product Tag Style-1 Starts 
-------------------------------------- */

/*--------------------- Tag Top Right Starts ------------------------- */

.sale-tag.right > span, .new-tag.right > span {
    font-weight: 600;
    position: absolute;
    right: -55px;
    top: 13px;
    -webkit-transform: rotate(49deg);
    -moz-transform: rotate(49deg);
    -o-transform: rotate(49deg);
    -ms-transform: rotate(49deg);
    transform: rotate(49deg);
}
.sale-tag.right, .new-tag.right {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 60px 60px 0;   
    color: #ffffff;
    font-size: 12px;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 0;
}
.sale-tag.right {
    border-color: transparent #cc0000  transparent transparent;
}
.new-tag.right {
    border-color: transparent #000 transparent transparent;
}
/*--------------------- Tag Top Right Ends ------------------------- */

/*--------------------- Tag Top Left Starts ------------------------- */
.sale-tag.left > span, .new-tag.left > span {
    font-weight: 600;
    left: 0;
    position: absolute;
    top: -47px;
    -webkit-transform: rotate(-49deg);
    -moz-transform: rotate(-49deg);
    -o-transform: rotate(-49deg);
    -ms-transform: rotate(-49deg);
    transform: rotate(-49deg);
}
.sale-tag.left, .new-tag.left {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 60px 0 0;   
    color: #ffffff;
    font-size: 12px;
    position: absolute;
    left: 0;
    text-align: center;
    text-transform: uppercase;
    top: 0;
}
.sale-tag.left {
    border-color:  #cc0000 transparent  transparent transparent;
}
.new-tag.left {
    border-color: #000 transparent transparent transparent;
}
/*--------------------- Tag Top Left Ends ------------------------- */

/*--------------------- Tag Bottom Left Starts ------------------------- */
.sale-tag.bottom-left > span, .new-tag.bottom-left > span {
    bottom: 10px;
    font-weight: 600;
    left: -55px;
    position: absolute;

    -webkit-transform: rotate(48deg);
    -moz-transform: rotate(48deg);
    -o-transform: rotate(48deg);
    -ms-transform: rotate(48deg);
    transform: rotate(48deg);
}
.sale-tag.bottom-left, .new-tag.bottom-left {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 0 0 60px;   
    color: #ffffff;
    font-size: 12px;
    position: absolute;
    left: 0;
    text-align: center;
    text-transform: uppercase;
    bottom: 0;
}
.sale-tag.bottom-left {
    border-color:  transparent transparent transparent #cc0000;
}
.new-tag.bottom-left {
    border-color: transparent transparent transparent #000;
}
/*--------------------- Tag Bottom Left Ends ------------------------- */

/*--------------------- Tag Bottom Right Starts ------------------------- */

.sale-tag.bottom-right > span, .new-tag.bottom-right > span {
    bottom: -50px;
    font-weight: 600;
    position: absolute;
    right: 5px;

    -webkit-transform: rotate(-48deg);
    -moz-transform: rotate(-48deg);
    -o-transform: rotate(-48deg);
    -ms-transform: rotate(-48deg);
    transform: rotate(-48deg);
}
.sale-tag.bottom-right, .new-tag.bottom-right {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 60px 60px;   
    color: #ffffff;
    font-size: 12px;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    bottom: 0;
}
.sale-tag.bottom-right {
    border-color:  transparent  transparent #cc0000 transparent;
}
.new-tag.bottom-right {
    border-color: transparent transparent #000 transparent;
}
/*--------------------- Tag Bottom Right Ends ------------------------- */

/*------------------------------------ 
    7.1 Product Tag Style-1 Ends 
-------------------------------------- */

/*------------------------------------ 
   7.2 Product Tag Style-2 Starts 
-------------------------------------- */

.prod-tag-2.clr-1{
    background: #cc0000 none repeat scroll 0 0;
}
.prod-tag-2.clr-2{
    background: #000 none repeat scroll 0 0;
}
.prod-tag-2 span {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
/*--------------------- Tag-2 Top Right Starts ------------------------- */
.prod-tag-2.right {
    line-height: 30px;
    position: absolute;
    right: -40px;
    top: 10px;
    width: 130px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
/*--------------------- Tag-2 Top Right Ends ------------------------- */

/*--------------------- Tag-2 Top Left Starts ------------------------- */
.prod-tag-2.left {    
    line-height: 30px;
    position: absolute;
    left: -40px;
    top: 10px;    
    width: 130px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
/*--------------------- Tag-2 Top Left Ends ------------------------- */

/*--------------------- Tag-2 Bottom Right Starts ------------------------- */
.prod-tag-2.bottom-right {    
    line-height: 30px;
    position: absolute;
    left: -40px;
    bottom: 10px;    
    width: 130px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
/*--------------------- Tag-2 Bottom Right Ends ------------------------- */

/*--------------------- Tag-2 Bottom Left Starts ------------------------- */
.prod-tag-2.bottom-left {    
    line-height: 30px;
    position: absolute;
    right: -40px;
    bottom: 10px;    
    width: 130px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
/*--------------------- Tag-2 Bottom Left Ends ------------------------- */

/*------------------------------------ 
    7.2 Product Tag Style-2 Ends 
-------------------------------------- */

/*------------------------------------ 
   7.3 Product Tag Style-3 Starts 
-------------------------------------- */

.prod-tag-3.clr-1{
    background: #cc0000 none repeat scroll 0 0;
}
.prod-tag-3.clr-2{
    background: #000 none repeat scroll 0 0;
}
.prod-tag-3 {
    padding-top: 4px;
    height: 30px;
    width: 50px;
}
.prod-tag-3 span {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

/*--------------------- Tag-3 Top Right Starts ------------------------- */
.prod-tag-3.right {
    position: absolute;
    top: 0;
    right: 0;
}

.prod-tag-3.clr-1.right::after {
    border-color: transparent #cc0000 transparent ;
}
.prod-tag-3.clr-2.right::after {
    border-color: transparent #000 transparent ;
}
.prod-tag-3.right::after {
    border-style: solid;
    border-width: 0 15px 15px 0;
    content: "";
    height: 0;
    position: absolute;
    left: -15px;
    top: 0;
    width: 0;
}

.prod-tag-3.clr-1.right::before {
    border-color: transparent transparent #cc0000 ;
}
.prod-tag-3.clr-2.right::before {
    border-color: transparent transparent #000 ;
}
.prod-tag-3.right::before {
    border-style: solid;
    border-width: 0 0 15px 15px;    
    bottom: 0;
    content: "";
    height: 0;
    position: absolute;
    left: -15px;
    width: 0;
}

/*--------------------- Tag-3 Top Right Ends ------------------------- */

/*--------------------- Tag-3 Top Left Starts ------------------------- */

.prod-tag-3.left {
    position: absolute;
    top: 0;
}

.prod-tag-3.clr-1.left::after {    
    border-color: #cc0000 transparent transparent ;
}
.prod-tag-3.clr-2.left::after {    
    border-color: #000 transparent transparent ;
}
.prod-tag-3.left::after {
    border-style: solid;
    border-width: 15px 15px 0 0;
    content: "";
    height: 0;
    position: absolute;
    right: -15px;
    top: 0;
    width: 0;
}

.prod-tag-3.clr-1.left::before {   
    border-color: transparent transparent transparent #cc0000;
}
.prod-tag-3.clr-2.left::before {    
    border-color: transparent transparent transparent #000;
}
.prod-tag-3.left::before {
    border-style: solid;
    border-width: 15px 0 0 15px;
    bottom: 0;
    content: "";
    height: 0;
    position: absolute;
    right: -15px;
    width: 0;
}

/*--------------------- Tag-3 Top Left Ends ------------------------- */

/*--------------------- Tag-3 Bottom Right Starts ------------------------- */
.prod-tag-3.bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
}

.prod-tag-3.clr-1.bottom-right::after {
    border-color: transparent #cc0000 transparent ;
}
.prod-tag-3.clr-2.bottom-right::after {
    border-color: transparent #000 transparent ;
}
.prod-tag-3.bottom-right::after {
    border-style: solid;
    border-width: 0 15px 15px 0;
    content: "";
    height: 0;
    position: absolute;
    left: -15px;
    top: 0;
    width: 0;
}

.prod-tag-3.clr-1.bottom-right::before {
    border-color: transparent transparent #cc0000 ;
}
.prod-tag-3.clr-2.bottom-right::before {
    border-color: transparent transparent #000 ;
}
.prod-tag-3.bottom-right::before {
    border-style: solid;
    border-width: 0 0 15px 15px;    
    bottom: 0;
    content: "";
    height: 0;
    position: absolute;
    left: -15px;
    width: 0;
}

/*--------------------- Tag-3 Bottom Right Ends ------------------------- */

/*--------------------- Tag-3 Bottom Left Starts ------------------------- */

.prod-tag-3.bottom-left  {
    position: absolute;
    bottom: 0;
}

.prod-tag-3.clr-1.bottom-left::after {    
    border-color: #cc0000 transparent transparent ;
}
.prod-tag-3.clr-2.bottom-left::after {    
    border-color: #000 transparent transparent ;
}
.prod-tag-3.bottom-left::after {
    border-style: solid;
    border-width: 15px 15px 0 0;
    content: "";
    height: 0;
    position: absolute;
    right: -15px;
    top: 0;
    width: 0;
}

.prod-tag-3.clr-1.bottom-left::before {   
    border-color: transparent transparent transparent #cc0000;
}
.prod-tag-3.clr-2.bottom-left::before {    
    border-color: transparent transparent transparent #000;
}
.prod-tag-3.bottom-left::before {
    border-style: solid;
    border-width: 15px 0 0 15px;
    bottom: 0;
    content: "";
    height: 0;
    position: absolute;
    right: -15px;
    width: 0;
}
/*--------------------- Tag-3 Bottom Left Ends ------------------------- */

/*------------------------------------ 
    7.3 Product Tag Style-3 Ends 
-------------------------------------- */

/*------------------------------------ 
   7.4 Product Tag Style-4 Starts 
-------------------------------------- */

.prod-tag-4.clr-1{
    background: #cc0000 none repeat scroll 0 0;
}
.prod-tag-4.clr-2{
    background: #000 none repeat scroll 0 0;
}
.prod-tag-4 {    
    height: 55px;
    width: 30px;
}
.prod-tag-4 span {
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: 600;
    margin-top: 18px;
    text-transform: uppercase;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

/*--------------------- Tag-4 Top Right Starts ------------------------- */
.prod-tag-4.right {
    position: absolute;
    top: 0;
    right: 5px;
}

.prod-tag-4.clr-1.right::after {
    border-color: #cc0000 transparent transparent ;
}
.prod-tag-4.clr-2.right::after {
    border-color: #000 transparent transparent ;
}
.prod-tag-4.right::after {
    border-style: solid;
    border-width: 13px 7px 0 7px;
    content: "";
    height: 0;
    position: absolute;
    bottom: -13px;
    right: 0;
    width: 0;
}

.prod-tag-4.clr-1.right::before {
    border-color: #cc0000 transparent transparent ;
}
.prod-tag-4.clr-2.right::before {
    border-color: #000 transparent transparent ;
}
.prod-tag-4.right::before {
    border-style: solid;
    border-width: 13px 7px 0 7px; 
    content: "";
    height: 0;
    position: absolute;
    bottom: -13px;
    left: 0;
    width: 0;
}

/*--------------------- Tag-4 Top Right Ends ------------------------- */

/*--------------------- Tag-4 Top Left Starts ------------------------- */

.prod-tag-4.left {
    position: absolute;
    top: 0;
    left: 5px;
}

.prod-tag-4.clr-1.left::after {    
    border-color: #cc0000 transparent transparent ;
}
.prod-tag-4.clr-2.left::after {    
    border-color: #000 transparent transparent ;
}
.prod-tag-4.left::after {
    border-style: solid;
    border-width: 13px 7px 0 7px;
    content: "";
    height: 0;
    position: absolute;
    bottom: -13px;
    left: 0;
    width: 0;
}

.prod-tag-4.clr-1.left::before {   
    border-color: #cc0000 transparent transparent ;
}
.prod-tag-4.clr-2.left::before {    
    border-color: #000 transparent transparent ;
}
.prod-tag-4.left::before {
    border-style: solid;
    border-width: 13px 7px 0 7px;    
    content: "";
    height: 0;
    position: absolute;
    bottom: -13px;
    right: 0;
    width: 0;
}

/*--------------------- Tag-4 Top Left Ends ------------------------- */

/*--------------------- Tag-4 Bottom Right Starts ------------------------- */
.prod-tag-4.bottom-right {
    position: absolute;
    bottom: 0;
    right: 5px;
}

.prod-tag-4.clr-1.bottom-right::after {
    border-color: transparent transparent #cc0000 transparent; 
}
.prod-tag-4.clr-2.bottom-right::after {
    border-color: transparent transparent #000 transparent; 
}
.prod-tag-4.bottom-right::after {
    border-style: solid;
    border-width: 0 7px 13px 7px;
    content: "";
    height: 0;
    position: absolute;
    top: -13px;
    left: 0;
    width: 0;
}

.prod-tag-4.clr-1.bottom-right::before {
    border-color: transparent transparent #cc0000 transparent; 
}
.prod-tag-4.clr-2.bottom-right::before {
    border-color: transparent transparent #000 transparent; 
}
.prod-tag-4.bottom-right::before {
    border-style: solid;
    border-width: 0 7px 13px 7px;  
    content: "";
    height: 0;
    position: absolute;
    top: -13px;
    right: 0;
    width: 0;
}

/*--------------------- Tag-4 Bottom Right Ends ------------------------- */

/*--------------------- Tag-4 Bottom Left Starts ------------------------- */

.prod-tag-4.bottom-left  {
    position: absolute;
    bottom: 0;
    left: 5px;
}

.prod-tag-4.clr-1.bottom-left::after {    
    border-color: transparent transparent #cc0000 transparent; 
}
.prod-tag-4.clr-2.bottom-left::after {    
    border-color: transparent transparent #000 transparent; 
}
.prod-tag-4.bottom-left::after {
    border-style: solid;
    border-width: 0 7px 13px 7px;  
    content: "";
    height: 0;
    position: absolute;
    top: -13px;
    left: 0;
    width: 0;
}

.prod-tag-4.clr-1.bottom-left::before {   
    border-color: transparent transparent #cc0000 transparent; 
}
.prod-tag-4.clr-2.bottom-left::before {    
    border-color: transparent transparent #000 transparent; 
}
.prod-tag-4.bottom-left::before {
    border-style: solid;
    border-width: 0 7px 13px 7px;   
    content: "";
    height: 0;
    position: absolute;
    top: -13px;
    right: 0;
    width: 0;
}

/*--------------------- Tag-4 Bottom Left Ends ------------------------- */

/*------------------------------------ 
    7.4 Product Tag Style-4 Ends 
-------------------------------------- */


/******************************* 
    7 - PRODUCT TAG STYLES ENDS 
********************************/



/*********************************** 
    8 - PAGINATIONS STYLE STARTS 
************************************/

/*----------------------------- 
    8.1 Pagination Style-1 Starts 
------------------------------ */
.pagination-list {
    margin: 50px 0;
    text-align: center;
}
.pagination-list > li {
    border: medium none;
    border-bottom: 1px solid transparent;
    color: #000000;
    display: inline-block;
    font-size: 18px;
    line-height: normal;
    margin: 0 8px;
    text-align: center;
    padding-bottom: 5px;

    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}
.pagination-list > li:last-child{
    margin-right: 0;
}
.pagination-list > li a{
    color: #999999;
}
.pagination-list > li a:hover{
    color: #000;
}
.pagination-list > li.active, .pagination-list > li:hover {
    border-bottom: 1px solid #000000;
}
/*----------------------------- 
    8.1 Pagination Style-1 Ends 
------------------------------ */

/*----------------------------- 
    8.2 Pagination Style-2 Starts 
------------------------------ */
.pagination-1 {
    margin: 50px 0;
    text-align: center;
}
.pagination-1 > li {
    border: medium none;    
    color: #000000;
    display: inline-block;
    font-size: 18px;
    line-height: normal;
    margin: 0 8px;
    text-align: center;

    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}
.pagination-1 > li:last-child{
    margin-right: 0;
}
.pagination-1 > li a {
    border: 1px solid #999999;
    color: #999999;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    width: 35px;
}
.pagination-1 > li a:hover, .pagination-1 > li a:focus, .pagination-1 > li a.active {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
}
@media (max-width: 479px) {
    .pagination-1 > li { margin: 0; }
}
/*----------------------------- 
    8.2 Pagination Style-2 Ends 
------------------------------ */

/*----------------------------- 
    8.3 Pagination Style-3 Starts 
------------------------------ */
.pagination-3 {
    margin: 50px 0;
    text-align: center;
}
.pagination-3 > li {
    border: medium none;    
    color: #000000;
    display: inline-block;
    font-size: 18px;
    line-height: normal;
    text-align: center;


    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}
.pagination-3 > li:last-child{
    margin-right: 0;
}
.pagination-3 > li a {
    color: #999999;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    width: 35px;    
}
.pagination-3 > li a:hover, .pagination-1 > li a:focus, .pagination-3 > li a.active {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
}
/*----------------------------- 
    8.3 Pagination Style-3 Ends 
------------------------------ */

/*----------------------------- 
    8.4 Pagination Style-4 Starts 
------------------------------ */
.pagination-4 {
    margin: 50px 0;
    text-align: center;
}
.pagination-4 > li {
    border: medium none;    
    color: #000000;
    display: inline-block;
    font-size: 18px;
    line-height: normal;
    margin: 0 8px;
    text-align: center;

    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}
.pagination-4 > li:last-child{
    margin-right: 0;
}
.pagination-4 > li a {
    color: #999999;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    width: 35px;
    border-radius: 4px;
    border: 1px solid #999999;
}
.pagination-4 > li a:hover, .pagination-1 > li a:focus, .pagination-4 > li a.active {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
}
@media (max-width: 479px) {
    .pagination-4 > li { margin: 0; }
}
/*----------------------------- 
    8.4 Pagination Style-4 Ends 
------------------------------ */

/*----------------------------- 
    8.5 Pagination Style-5 Starts 
------------------------------ */
.pagination-5 {
    margin: 50px 0;
    text-align: center;
}
.pagination-5 > li {
    border: medium none;    
    color: #000000;
    display: inline-block;
    font-size: 18px;
    line-height: normal;
    margin-left: -4px;
    text-align: center;

    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}
.pagination-5 > li:last-child a {
    border-width: 1px;
}
.pagination-5 > li a {
    border-color: #999999;
    border-style: solid;
    border-width: 1px 0 1px 1px;
    color: #999999;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    width: 35px;
}
.pagination-5 > li a:hover, .pagination-1 > li a:focus, .pagination-5 > li a.active {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
}

/*----------------------------- 
    8.5 Pagination Style-5 Ends 
------------------------------ */

/*----------------------------- 
    8.6 Pagination Style-6 Starts 
------------------------------ */
.pagination-6 {
    margin: 50px 0;
}
.pagination-6 ul, .pagination-6 li {
    display: inline-block;
    margin: 0;
}
.pagination-6 em {
    font-style: normal;
    margin-right: 8px;
    position: relative;    
}
.pagination-6 li {
    margin-right: 5px;
}
.pagination-6 li + li {
    border-left: 1px solid #cccccc;
    line-height: normal;
    padding-left: 10px;
}
.pagination-6 li.active a {
    color: #000;
}
@media (max-width: 479px) {
    .pagination-6 .row div {
        display: inline-block;
        float: none;
        margin: 5px 0;
        text-align: center;
        width: 100%;
    }
}
/*----------------------------- 
    8.6 Pagination Style-6 Ends 
------------------------------ */

/*----------------------------- 
    8.7 Pagination Style-7 Starts 
------------------------------ */
.pagination-7 {
    margin: 50px 0;
}
.pagination-7 ul, .pagination-7 li {
    display: inline-block;
    margin: 0;
}
.pagination-7 em {
    font-style: normal;
    margin-right: 5px;
    position: relative;    
}
.pagination-7 li a {
    border: 1px solid #cccccc;
    line-height: normal;
    padding: 5px 10px;
    border-radius: 50%;
    margin-left: 5px;
}
.pagination-7 li.next a , .pagination-7 li.prev a {
    background-color: #cccccc;
    border-color: #cccccc;
    color: #ffffff;    
}
.pagination-7 li a:hover, .pagination-7 li a:focus, .pagination-7 li.active a {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

@media (max-width: 479px) {
    .pagination-7 .row div {
        display: inline-block;
        float: none;
        margin: 5px 0;
        text-align: center;
        width: 100%;
    }
}
/*----------------------------- 
    8.7 Pagination Style-7 Ends 
------------------------------ */

/*----------------------------- 
    8.8 Pagination Style-8 Starts 
------------------------------ */
.pagination-8 {
    text-align: center;
    margin: 50px 0;
}
.pagination-8 > li{
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 18px 8px;
    display: inline-block;
}
.pagination-8 > li.prev{
    float: left;
    margin: 0;
    padding: 0;
    border: none;
}
.pagination-8 > li.next {
    float: right;
    margin: 0;
    padding: 0;
    border: none;
}
.pagination-8 > li.prev a:before{
    position: absolute;
    height: 60px;
    width: 60px;
    left: 0;
    top: 0;
    background-color: #ebf0f1;
    content: "";
    z-index: -1;
}
.pagination-8 > li.next a:after{
    position: absolute;
    height: 60px;
    width: 60px;
    right: 0;
    top: 0;
    background-color: #ebf0f1;
    content: "";
    z-index: -1;
}
.pagination-8 > li.prev a, 
.pagination-8 > li.next a{
    height: 60px;
    line-height: 60px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 110px;
    display: inline-block;
}
.pagination-8 > li.active a {
    color: #000;
}
@media (max-width: 479px) {
    .pagination-8 > li.prev a, .pagination-8 > li.next a {
        width: 80px;
    }
    .pagination-8 > li.prev a::before, .pagination-8 > li.next a::after {
        width: 40px;
    }
}
/*----------------------------- 
    8.8 Pagination Style-8 Ends 
------------------------------ */

/*----------------------------- 
    8.9 Pagination Style-9 Starts 
------------------------------ */
.pagination-9 {
    text-align: center;
    margin: 50px 0;
}
.pagination-9 > li{
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 14px 8px;
    display: inline-block;
}
.pagination-9 li a {
    border: 1px solid #cccccc;
    display: inline-block;
    padding: 5px 10px;
}

.pagination-9 > li.prev{
    float: left;
    margin: 0;
    padding: 0;
    border: none;
}
.pagination-9 > li.next {
    float: right;
    margin: 0;
    padding: 0;
    border: none;
}
.pagination-9 > li.prev a:before{
    position: absolute;
    height: 60px;
    width: 60px;
    left: 0;
    top: 0;
    background-color: #ebf0f1;
    content: "";
    z-index: -1;
}
.pagination-9 > li.next a:after{
    position: absolute;
    height: 60px;
    width: 60px;
    right: 0;
    top: 0;
    background-color: #ebf0f1;
    content: "";
    z-index: -1;
}
.pagination-9 > li.prev a, 
.pagination-9 > li.next a{
    height: 60px;
    line-height: 60px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 110px;
    display: inline-block;
}
.pagination-9 > li.active a {
    color: #000;
}
@media (max-width: 479px) {
    .pagination-9 > li.prev a, .pagination-9 > li.next a {
        width: 65px;
    }
    .pagination-9 > li.prev a::before, .pagination-9 > li.next a::after {
        width: 35px;
    }
    .pagination-9 > li {
        margin: 14px 0;
    }
}
/*----------------------------- 
    8.9 Pagination Style-9 Ends 
------------------------------ */

/*----------------------------- 
    8.10 Pagination Style-10 Starts 
------------------------------ */
.pagination-10 {
    margin: 50px 0;
    text-align: center;
}
.pagination-10 > li {
    border: medium none;    
    color: #000000;
    display: inline-block;
    font-size: 18px;
    line-height: normal;
    margin: 0 8px;
    text-align: center;

    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}
.pagination-10 > li:last-child{
    margin-right: 0;
}
.pagination-10 > li a {
    color: #999999;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    width: 35px;
    border-radius: 50%;
    border: 1px solid #999999;
}
.pagination-10 > li a:hover, .pagination-1 > li a:focus, .pagination-10 > li a.active {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
}
@media (max-width: 479px) {
    .pagination-10 > li { margin: 0; }
}
/*----------------------------- 
    8.10 Pagination Style-10 Ends 
------------------------------ */

/*********************************** 
    8 - PAGINATIONS STYLE ENDS 
************************************/


/******************************* 
    9 - BOXED LAYOUT STARTS 
********************************/

.boxed .wrapper-box {
    background-color: #ffffff;
    margin: 0 auto;
    max-width: 1200px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.boxed .header-wrap{
    max-width: 1200px;
}

/******************************* 
    9 - BOXED LAYOUT ENDS 
********************************/


/******************************* 
    10 - FOOTER STARTS 
********************************/
.footer-bg{
    background-color: #333333;
    padding: 70px 0;
}
.footer-bg .logo-title{
    margin: 20px 0;
    font-size: 30px;
}
.social-icons a {    
    font-size: 20px;     
}
.footer a{
    color: #fff;
}
.footer-bg li{
    margin: 0 15px;
    text-transform: uppercase;
}
.footer a:hover{
    color: #666666;
}
.copy-rights-bg {
    background-color: #000000;
    padding: 15px 0;
}
.copy-rights {  
    margin: 0;
}
/*------- Responsive ------*/
@media (max-width:767px) {
    /* Footer */
    .footer-bg li {
        margin: 5px;
    }
}
/*------- ./Responsive ------*/

/******************************* 
    10 - FOOTER ENDS 
********************************/
