/* Jet Cache: catalog/view/theme/Styleway_Goggles/stylesheet/stylesheet.css */
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #666666;
    line-height: 26px;
    background: #fff;
    letter-spacing: 0.5px;
    position: relative;
}
:focus{outline:none !important;}
h1, h2, h3, h4, h5, h6 {
	color: #333;
}
/* default font size */
.fa {
	font-size: 14px;
}
.fa-stack{width: 12px;
    font-size: 8px;
}
.fa-stack .fa{font-size:13px;}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #262626;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 14px;
    font-weight: 500;
    color: #000;
}
h1, h2, h3, h4, h5, h6{
    color: #262626;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 14px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 14px;
}
.input-group .input-group-addon {
	font-size: 13px;
	height: 30px;
}
.contact-form .right form.form-horizontal {
    padding-right: 15px;
}
#account-login #content h3 {
    font-size: 18px;
}
#account-account h2 {
    margin-bottom: 0px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline-block !important;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight:500;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #888;
}
/* top */
#top {
    line-height: initial;
    font-size: 13px;
    font-weight: 400;
    min-height: 38px;
    padding: 0;
    letter-spacing: 0.5px;
    color: #666666;
    text-transform: capitalize;
    border-bottom: 1px solid #ddd;
}
#top .nav-left.navcms {
    float: left;
}
#top .nav-left.navcms{
    padding:9px 0 9px;
    position: relative;
    display: inline-block;
    text-transform: initial;
}
.social-block {
    margin-top: 0px;
    /*float: left;*/
}
 .social-block ul {
    padding: 0px;
	margin: 0;
}
.social-block ul li {
    display: inline-block;
    text-align: left;
    margin: 0;
	margin-right: 0px;
}
.social-block ul li a {
    color: #000000;
    display: inline-block;
}
 .social-block ul li a span {
    display: none;
    background-color: #000;
}
 .social-block ul li a:before {
    font-size: 18px;
    font-family: "FontAwesome";
    display: inline-block;
    font-weight: normal;
    height: 30px;
    width: 20px;
    margin-right: 7px;
    color: #666666;
    line-height: 38px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.social-block ul li:hover a:before {
    color: #117f70;
}
.social-block ul li a:hover:before {
       color: #117f70;
}
.social-block ul li.facebook a:before { content: "\F09A"; }
.social-block ul li.twitter a:before { content: "\F099"; }
.social-block ul li.rss a:before { content: "\F09E"; }
.social-block ul li.youtube a:before { content: "\F16A"; }
.social-block ul li.googleplus a:before { content: "\F0D5"; }
.social-block ul li.instagram a:before { content: "\F16D"; }
.bottomfooter .social-block ul li {
    padding: 0;
}
#top-links span{ text-transform: capitalize;}
#form-currency .currency-select {
	text-align: left;
	width:100%;	
}
#form-currency .currency-select:hover {
	text-shadow: none;
	color: #262626;
    background-color: #fff;
}

#form-language .dropdown-menu,
#form-currency .dropdown-menu { 
    padding:8px 5px;
    left: auto;
    right: 0;
    margin: 0;
    min-width: 160px;
    border: 1px solid #ddd;
    top: 28px;
}
#form-language .dropdown-menu .btn,
#form-currency .dropdown-menu .btn {
    font-size: 13px;
    padding: 8px 15px;
    display: block;
    color: #000;
    float: left;
    width: 100%;
    margin: 0 0 2px 0;
    text-align: left;
}

#form-language .dropdown-menu > li > .btn:hover, 
#form-currency .dropdown-menu .btn:hover{
	color: #117f70;
    background: transparent;
}
header .btn-link, header li, header a {
    text-decoration: none;
   
}
header li{
	list-style: none;
}


/* header cms start*/

.headertopright {
    float: right;
    position: relative;
    z-index: 999;
}

#form-language img{vertical-align:inherit; padding-right: 3px;}
/* header menu slide function responsive css */
@media (max-width: 991px) {
	.mob_only_service{
		display:block;
	}
	.pc_only_service{
		display:none;
	}
    body.menu-open {
        position: relative;
        width: 100%;
        overflow: hidden;
        height: 100%;
    }
    body.menu-open:before { 
        content: "";
        background: #000;
        opacity: 0.7;
        filter: alpha(opacity=70);
        position: absolute;
        left: 300px;
        height: 100%;
        width: calc(100% - 300px);
        top: 0;
        z-index: 99999;
        overflow: hidden;
    }
    header .responsive-menu .main-navigation {
        position: fixed;
        z-index: 9999;
        display: block;
        margin-top: 0px;
        padding: 0px 10px 10px;
        width: 300px;
        height: 100%;
        max-height: initial;
        background-color: #ffffff;
        list-style: none;
        overflow: auto;
        left: -100%;
        top: 0;
        border: 1px solid #ededed;
        -webkit-box-shadow: 0 8px 15px 0 rgb(0 0 0 / 10%);
        box-shadow: 0 8px 15px 0 rgb(0 0 0 / 10%);
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }
    header .responsive-menu.open .main-navigation {
        left: 0px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    header .responsive-menu.open .main-navigation .menu.expandable {
        border-bottom: 1px solid #dddddd;
        margin-bottom: 10px;
        padding: 12px 0px 12px 30px;
        position: sticky;
        background-color: #fff;
        top: 0;
        z-index: 99;
        cursor: pointer;
    }
    header .responsive-menu.open .main-navigation .menu.expandable span {
        font-size: 15px;
        text-align: left;
        line-height: 26px;
        font-weight: 600;
        color: #000000;
        display: block;
    }
    header .responsive-menu.open .main-navigation .menu.expandable span:after {
        content: "";
        background-position: center;
        background-color: transparent;
        background-repeat: no-repeat;
        left: 5px;
        display: block;
        top: 12px;
        font-weight: 400;
        position: absolute;
        width: 17px;
        height: 26px;
        background-size: 16px;
        background-image: url(https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/codezeel/menu-close.svg);
    }
    header .nav-responsive .expandable.open {
        width: auto;
    }
  
}
/* end header menu slide function responsive css */

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

 #cznavcmsblock {
    padding: 11px 20px 8px 20px;
    float: right;
    position: relative;
    cursor: pointer;
}
#cznavcmsblock .block_title {
    font-size: 13px;
    font-weight: 400;
    color: #a6a6a6;
    letter-spacing: 0.5px;
    z-index: 9;
    margin: 0px;
    line-height: 20px;
}
#cznavcmsblock .block_title:hover {
    color: #117f70;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#cznavcmsblock .block_title[aria-expanded="true"]{
    color: #117f70;
}
#cznavcmsblock .navbar-toggler.collapse-icons .fa-icon:before {
    font-size: 14px;
    line-height: 18px;
}
#cznavcmsblock .navbar-toggler {
    padding: 0 0px 0px 5px;
    display: inline-block;
    width: auto;
    height: auto;
}
#cznavcmsblock .navbar-toggler.collapse-icons .fa-icon {
    height: auto;
    line-height: 12px;
}
#cznavcmsblock .navbar-toggler.collapse-icons .fa-icon:before {
    font-size: 14px;
    line-height: 18px;
    font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal;
}
#cznavcmsblock .navbar-toggler.collapse-icons .fa-icon.add:before {
    content: "\F107";
}
#cznavcmsblock .navbar-toggler.collapse-icons .fa-icon.remove:before {
    content: "\F106";
}
#cznavcmsblock .collapse-icons .remove {
    display: none;
}
#cznavcmsblock .block_title[aria-expanded="true"] .collapse-icons .remove {
    display: block;
}
#cznavcmsblock .block_title[aria-expanded="true"] .collapse-icons .add {
    display: none;
}
#cznavcmsblock .collapse ul.block_content {
   display: none;
}
#cznavcmsblock ul.block_content {
    margin: 0;
    padding: 0;
    list-style: none;
}
#cznavcmsblock .collapse.in ul.block_content {
    display: block;
}
#cznavcmsblock #block_cznavcmsblock_toggle {
    background: #ffffff;
    position: absolute;
    left: auto;
    right: 0;
    top: 40px;
    border: 1px solid #dddddd;
    padding: 5px;
    z-index: 999;
    min-width: 160px;
    text-align: left;
    list-style: none;
}

#cznavcmsblock ul.block_content li a {
    display: block;
    padding: 5px 10px;
    clear: both;
    font-weight: 400;
    color: #777777;
    white-space: nowrap;
}
#cznavcmsblock ul.block_content li a:hover {
    color: #117f70;
}
#cznavcmsblock span.img {
    font-size: 15px;
    padding-right: 9px;
}
#cznavcmsblock span.img i.fa.fa-whatsapp {
    color: #25d366;
}
#cznavcmsblock span.img i.fa.fa-skype {
    color: #00aff0;
}
@media (max-width: 991px) {
    #cznavcmsblock {
        padding: 0;
        margin-top: 5px;
        margin-bottom: 5px;
        margin-right: 5px;
    }
    #cznavcmsblock .block_title {
        background: url(https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/codezeel/nav-icon.png) no-repeat scroll center -368px transparent;
        padding: 0;
        width: 30px;
        height: 30px;
        font-size: 0;
    }
    #cznavcmsblock .block_title:hover,
    #cznavcmsblock .block_title[aria-expanded="true"] {
        background-position: center -436px;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
    }
    #cznavcmsblock .navbar-toggler.collapse-icons .fa-icon:before{
        display: none;
    }
    #cznavcmsblock #block_cznavcmsblock_toggle {
        top: 35px;
    }
}
@media (max-width: 380px) { 
    #cznavcmsblock {
        margin-right: 0;
    }
}


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

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

    25% {
        color: #ffffff;
    }
    50% {
        color: #000000;
    }
    75% {
        color: #ffffff;
    }
    100% {
        color: #000000;
    }
}

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

#top-links li,.header-search li{padding:0; list-style:none}
header .btn-link:hover,header .btn-link:focus, #top-links a:hover,  #top-links a:focus{
	color: #117f70;
    text-decoration:none;
  
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover,#top-links .dropdown-menu a:focus {
    color: #117f70;
}
#top .btn-link strong {
	font-weight: normal;
}

#top .nav.pull-left {
    float: right;
}
#top-links a + a {
	margin-left: 15px;
}

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

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

.lang-curr {
    float: left;
	padding: 0px;
}
.lang-curr .pull-left {
    padding-right: 0;
    width: auto;
    text-align: left;
    float: none;
    display: inline-block;
}
.lang-curr .pull-left ul {
    padding: 0px;
}
.lang-curr .pull-left li {
    display: block;
}
#form-currency .currency-menu li .btn-link, 
#form-language .language-menu li .btn-link {
    padding:4px 10px;
    font-weight: normal;
    color: #000;
    text-transform: capitalize;
    line-height: initial;
}
#form-currency .currency-menu li:last-child .btn-link, 
#form-language .language-menu li:last-child .btn-link {border:none;}

.lang-curr .fa{ padding-left: 3px; }
#form-language, #form-currency { 
    padding:9px 0px 9px;
    margin-right: 0px;
}

.fa-caret-down{vertical-align:middle; color: #b2b2b2; margin:0 0 0 2px;}
#form-currency .btn-link, #form-language .btn-link {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 13px;
    line-height: inherit;
    text-decoration: none;
    color: #666666;
    letter-spacing: .5px;
    line-height: 16px;
    margin-left: 15px;
}
#form-currency .btn-link.dropdown-toggle, 
#form-language .btn-link.dropdown-toggle {
    padding: 0;
    margin: 0;  
}
#form-language {
    margin-right: 26px;
}
#form-currency .btn-link:hover, #form-language .btn-link:hover {color: #117f70; }

.headertopright .text2 a:hover{  color: #117f70; }
#form-currency .btn-link strong{
	font-weight:normal;
	color: #666666;
	-webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
#form-currency .btn-link:hover strong {
    color: #117f70;
	-webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.dropdown.myaccount a, .myservice a{
    color: #222;  
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.dropdown.myaccount .fa, .myservice .fa{ 
    padding-left: 5px;
    font-size: 15px; 
}
.dropdown.myaccount{
    display: block;
    float: left;
    padding: 18px 1px 18px;
    width: auto;
    /*margin-right: 34px;*/
}

.myservice{
    float: left;
    padding: 18px 20px 18px;
    width: auto;
}

.dropdown.myaccount .myaccount-menu, .myservice .myservice-menu{
    top: 38px;
    margin-top: 0;
    min-width: 170px;
    padding: 8px 5px;
    border-color: #ddd;
}

.myservice .myservice-menu{
	right:150px;
}

.phonemob .phonemob-menu{
    margin-top: 0px;
    padding: 8px;
    left: -25px;
	box-shadow: 10px 5px 5px #888;
}

.mob-zat{
	margin:15px 0px;
}

.dropdown.myaccount .myaccount-menu li a, .myservice .myservice-menu li a{  
    font-size: 13px;
    padding: 4px 10px;
    margin-bottom: 2px;
    display: block;
    font-weight: normal;
    color: #000;
    float: left;
    width: 100%;
    /* margin: 0; */
    text-align: left;
    text-transform: capitalize;
    line-height: initial;
}
.dropdown.myaccount .myaccount-menu li:last-child a{ border:none; }
.dropdown.myaccount .myaccount-menu li a:hover{ color: #117f70;}

.wishlist-info {
    position: relative;
    margin-top: 37px;
    text-align: center;
    margin-bottom: 0px;
    margin-right: 23px;
    margin-left: 19px;
    width: auto;
    float: right;
}

.compare-info{
	position: relative;
    margin-top: 35px;
    margin-left: 19px;
    width: auto;
    float: right;
    margin-top: 38px;
}

.fixed .compare-info{margin-top: 31px;}

.compare-info .fa{font-size: 15px;}

.wishlist-info a:hover {
    color: #117f70;
    background-image: url(https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/codezeel/head-wishlist-hover.svg);
    background-repeat: no-repeat;
}
.wishlist-info a {
    font-size: 0px;
    color: #000000;
    font-weight: 500;
    letter-spacing: .6px;
    background-image: url(https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/codezeel/head-wishlist.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 17px;
    background-color: transparent;
    padding: 10px 0px 9px 16px;
    height: 25px;
    width: 25px;
}

/* logo */
.header-logo{
    padding: 5px 0 5px;
    float: left;
    max-width: 180px;
}
.header-container.fixed .header-logo {
    padding-bottom: 10px;
    padding-top: 10px;
    /*width: 130px;*/
}

.header-container.fixed .header-logo img
{
	height:70px;
}

.header-search{float:left;}
.header-cart{
    text-align: center;
    position: relative;
    width: auto;
    z-index: 9;
    margin-top: 39px;
    margin-bottom: 0;
    padding: 0px;
   float: right;
}
#cart .dropdown-toggle {
    background: none;
    border: 0;
    padding: 0;
    position: static;
    line-height: 20px;
    margin-top: 2px;
}
/* #cart .dropdown-toggle:hover {
    color: #117f70;
    background-position: 0px -274px;
} */
.header-main {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    text-align: center;
}

header{
    z-index: 9;
    position: relative;
    min-height: 130px;
    float: left;
    width: 100%;
	border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #dadada;
}
#menu {
    width:58%;
    float: right;
    text-align: right;
    z-index: 5;
}
.col-sm-3.sort{width:33.1%; padding:0; }
.searchbar .col-sm-3.sort { padding:0 15px; width:25%; }

.headertopright .text2{
    color: #f5f5f5;
    display: inline-block;
}
.headertopright .text2 a{ color: #f5f5f5;}
.headertopright .text2-dec {  display: inline-block; padding-right: 5px; } 

.col-sm-3.sort select.form-control{
	padding: 10px 33px;
    height: 40px;
    text-transform: capitalize;
	background-color:#fff;
	color:#262626;
	border:none;
	overflow:hidden;
	border-radius:20px 0 0 20px;
	-webkit-border-radius:20px 0 0 20px;
	-moz-border-radius:20px 0 0 20px;
	-khtml-border-radius:20px 0 0 20px;
	left:15px;
}
.header-logo #logo {
    padding: 0;
    max-width: 100%;
}

/* search */

#search {
    width: auto;
    /*z-index: 9;*/
    float: right;
    padding: 30px 0px 0 0px;
}
.header-container.fixed #search {
    padding:21px 0px 0 0px;
}

.header-container.fixed #smartsearch {
    top:65px;
}

.header-container.fixed .header-cart {
    margin-top: 28px;
}
.header-container.fixed .wishlist-info {
    margin-top: 27px;
}
#search .search_toggle{
    position: absolute;
    background: #fff;
    z-index: 9;
    width: 300px;
    top:91px;
    display: none;
    right: 0;
}
#search  .search_button {
    display: block;
    font-size: 0px;
    padding: 0 0 0 23px;
    text-align: center;
    cursor: pointer;
    z-index: 9;
    left: 0px;
    top: 0px;
    color: #000000;
    background-image: url(https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/codezeel/search.svg);
    background-repeat: no-repeat;
    background-size: 19px;
    background-position: center center;
    transition: none;
    position: relative;
}

#search .search_button:hover {
    background-image: url(https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/codezeel/search-hover.svg);
    background-repeat: no-repeat;
    color: #117f70;

}
#search .search_button:before {
    content: "";
    position: absolute;
    top: 5px;
    width: 3px;
    height: 18px;
    left: -26px;
    border-left: 1px solid #ddd;
}
#search  .search_button.active{
    background-image: url(https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/codezeel/close.svg);
    background-repeat: no-repeat;
    background-size: 13px;
    transition: none;
    background-position: center center;
}
#search  .search_button.active:hover{
	background-image: url(https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/codezeel/close-hover.svg);
    color: #117f70;
}
#searchbox{ position: relative; }
#search .input-lg, .callback input {
    text-transform: capitalize;
    font-size: 14px;
    background: #ffffff;
    color: #262626;
    letter-spacing: 0.5px;
    line-height: 15px;
    width: 100%;
    min-width: inherit;
    font-weight: 400;
    padding: 12px 45px 12px 15px;
    height: 45px;
    border: 1px solid #ddd;
	width:300px;
}
#search .input-lg::-webkit-input-placeholder,
#search .input-lg::-moz-placeholder,
#search .input-lg::-moz-placeholder,
#search .input-lg::placeholder{ 
	color: #999999; 
}
#search .input-lg::placeholder{ 
    color: #999999; 
}

#search .btn-lg:hover {
    background-image: url(https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/codezeel/search-hover.svg);
    background-position: center center;
    background-size: 22px;
}
#search .btn-lg {
    right: 0;
    padding: 0px;
    border: 0;
    height: 40px;
    font-size: 0px;
    width: 40px;
    transition: none;
    background-image: url(https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/codezeel/btn-search.svg);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 22px;
    top: 0;
}
#search .input-group-btn{
    display: block;
    width: auto;
    position: absolute;
    right: 0;
    padding: 2px;
    /* background:url(https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/codezeel/search.svg) no-repeat scroll center 0 #fff; */
}
#search .btn-lg .fa {
    font-size: 0px;
	display: none;
}

.show-result {
    overflow: hidden;
}
.header-search .show-result > li {
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.product-search #content > p{margin-top:10px;}

.header-container {
    height: auto; 
    width: 100%;
    clear: both;
}
.common-home .header-container {
    border-bottom: 0;
}
.header-container .row{ margin: 0px; }
.header-container.smaller{z-index:999;}
.header-logo img{
	max-width: 100%; 
height:90px;
}
.hed-right-top {
    position: relative;
    width: 100%;
	transition: all 300ms linear 0s;
	-webkit-transition: all 300ms linear 0s;
	-moz-transition: all 300ms linear 0s;
	-ms-transition: all 300ms linear 0s;
	-o-transition: all 300ms linear 0s;
	margin: 0px;
	opacity:1;
	-khtml-opacity:1;
	-moz-opacity:1;
	-webkit-opacity:1;	
}
#cart {
    cursor: pointer;
    padding: 0;
}
#cart:hover .cart_heading {
    background-image: url(https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/codezeel/head-cart-hover.svg);
    background-repeat: no-repeat;
}
#cart .cart_heading {
    text-decoration: none;
    padding: 0;
    font-size: 0px;
    float: left;
    text-align: left;
    font-weight: 400;
    letter-spacing: 0.4px;
    padding-left: 19px;
    color: #000;
    background-image: url(https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/codezeel/head-cart.svg);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 18px;
    background-color: transparent;
}

#cart:hover  {color: #117f70;}
#cart-total {
    color: #000000;
    text-transform: lowercase;
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    padding-left: 5px;
    letter-spacing: 0.6px;
}
/*#cart-quantity {
    color: #000000;
    line-height: 24px;
    min-width: 20px;
    min-height: 20px;
    top: 1px;
    font-size: 14px;
    right: auto;
    float: left;
    left: 0px;
    text-align: left;
    font-weight: 500;
    padding:0px 4px;
    text-transform: lowercase;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
/*#cart-quantity:before {
    content: "";
    float: right;
    background: #000000;
    font-family: 'FontAwesome';
    width: 1px;
    height: 15px;
    padding: 0;
    top: 5px;
    left: 40px;
    position: absolute;
    transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
}*/
#cart > .btn .fa{display:none}

header #cart li a, header #cart li {
    color: #000;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}
#cart.open > .btn {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	text-shadow: none;
}
#cart .dropdown-menu {
	background: #fff;
	z-index: 1001;
}
#cart .dropdown-menu {
    width: 427px;
    padding: 10px;
    overflow: hidden;
    display: none;
    margin-top: 0px;
    top: 59px;
    right: 0px;
    border-color: #dddddd;
}
#cart .dropdown-menu  strong{
    font-weight: 500;
    color: #000;
    font-size: 14px;
}
#cart .dropdown-menu li{float:none}
#cart .dropdown-menu li:first-child {
    max-height: 130px;
    overflow-y: auto;
    overflow-x: auto;
}
#cart .dropdown-menu li::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
#cart .dropdown-menu li::-webkit-scrollbar-thumb {
    border: 4px solid #888;
}
#cart .dropdown-menu li::-webkit-scrollbar-track {
    background: #cccccc;
}
#cart .dropdown-menu li + li {
    border-top: 1px solid #ededed;
    padding: 15px 0 0;
}

#cart .button-container {  
    width: auto;
	float:right;
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
	border:none;
}

#cart .dropdown-menu table td { 
    border: none;
    background: none;
    padding: 5px 3px;
    font-size: 15px;
    font-weight: 500;
    color: #262626;
    line-height: 20px;
}
#cart .dropdown-menu table td.text-left small {
    font-weight: 400;
}

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

#cart .dropdown-menu li p {	
	margin:20px auto;
	color:#777;
}
.content-bottom > .container{width:100%; background-color: #fff;}

.common-home .alert {margin-bottom:20px}
#checkout-checkout #content h1 {
    font-size: 22px;
    padding-bottom: 10px;
}
/* menu */

.nav-responsive { display:none;}

.header-container.fixed {
    background: #ffffff;
    color: #ffffff;
    position: fixed;
    top: 0;
    z-index: 999;
    animation: 0.9s ease 0s normal both 1 running fixedAnim;
    -webkit-animation: 0.9s ease 0s normal both 1 running fixedAnim;
    -moz-animation: 0.9s ease 0s normal both 1 running fixedAnim;
    -o-animation: 0.9s ease 0s normal both 1 running fixedAnim;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 4px 16px rgb(0 0 0 / 15%);
    box-shadow: 0 4px 16px rgb(0 0 0 / 15%);
}

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

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

@keyframes fixedAnim {
	0% {
		top: -100%
	}
	100% {
		top: 0
	}
}
.main-menu {
	height: auto;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	padding: 0px ; 
	display:none;	  
}
.main-menu ul {
	list-style: none;
	margin: 0;
	padding: 0; 
}
#menu ul li .megamenu ul.list-unstyled {
    padding: 0px 15px 0px 0px ;
}
#menu ul li .megamenu ul.list-unstyled:last-child{ padding-right: 0px; }
#menu > ul {
	display: block !important;
   	text-align: left;
   
}
#menu ul {
    display: table-cell;
    float: none;
    list-style: outside none none;
    margin: 0;
    top: auto;
    text-align: center; 
    padding-left: 0px;
    vertical-align: top;
}
.main-menu > ul > li {
	position: relative;
	float: none;
    display: inline-block;
    vertical-align: top;
    text-align: center;
	z-index: 5;
    margin: 0;
    background-color:transparent;
}
.nav-responsive span,
.main-menu > ul > li > a {
	font-size: 14px;
	line-height:26px;
	font-weight: 500;
	color: #000;
	display: block;
	padding: 20px 20px;
	margin-bottom: 0px;
	z-index: 6;
	position: relative;
    text-transform:capitalize;
    
    
}
.main-menu ul > li:first-child > a {
    padding-left: 0px;
}
.main-menu ul > li:last-child > a {
    padding-right: 0px;
}
.main-menu ul > li > a, .hiden_menu li > a {
    padding: 37px 13px;
    font-family: 'Montserrat',sans-serif;
    color: #000000;
    display: block;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    position: relative;
    width: auto;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
}
.header-container.fixed .headertop-inner #menu > ul > li > a {
    padding-top: 31px;
    padding-bottom: 24px;
}
.main-menu > ul > li.top_level > a:before {
    content: '';
    position: absolute;
    bottom: auto;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    opacity: 0;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}
.main-menu > ul > li.top_level:hover > a:before {
    opacity: 1;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}
/*.main-menu > ul > li.top_level > a{
    margin: 0 23px;
}*/


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

.main-menu > ul > li:hover > a {
    color: #117f70;
}
.main-menu > ul > li.top_level > a:hover {
    color: #117f70;
}
.main-menu > ul > li > ul , .responsive-menu .main-navigation{
	background: #fff none repeat scroll 0 0;
    border: 1px solid #dddddd;
    display: none;
    padding: 5px;
    position: absolute;
    z-index: 5;	
} 
.main-menu > ul > li:hover > ul {
	display: block;
} 
.main-menu > ul > li ul > li > ul {
	display: none;
	background: #15BCF0;
	position: absolute;	
	z-index: 5;
	padding: 5px;	
	margin-left:-13px;
}
.main-menu > ul > li ul > li:hover > ul {
	display: block;
	 top: 0px;
    left: 173px;
}
#menu ul.nav li .megamenu.column1 ul.list-unstyled > li.dropdown .dropdown-menu {
    display: none;
    left: 200px;
    padding: 15px 0;
    position: absolute;
    top: 0;
	border: 2px solid #e5e5e5;
}
.main-menu > ul > li ul > li > a {
	color: #262626;
	display: block;
	white-space: nowrap; 
}
.responsive-menu .main-navigation li a{	
	padding: 8px;
	color: #262626;
	display: block;
	white-space: normal; 
}

.responsive-menu .navcms a{
	display:inline-block!important;
	padding: 0px !important;
	margin-top: 10px;
	margin-left: 5px;
}

.responsive-menu .navcms img, .responsive-menu .navcms .fa{
	vertical-align: text-bottom;
}

.responsive-menu .navcms .fa {
	margin-tight:0px;
}


#menu ul li .megamenu.column1 a{ font-weight: 400; }

#menu ul li .megamenu.column1 a:hover{
    color: #117f70;
    background: none;
}
.main-menu > ul > li ul > li > a{min-width: 160px;}
.main-menu > ul > .dropdown ul > li > a, .hiden_menu .top_level > a{
    color: #000;
    font-size: 14px;
    padding: 0px 0 10px;
    margin-bottom: 2px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.5px;
    text-align: left;
    text-transform: capitalize;
}
.main-menu > ul > .dropdown ul > li > a:before{
    border-top: 1px solid #ddd;
    bottom: 0px;
    content: "";
    float: left;
    height: 2px;
    position: absolute;
    width: 75%;
}

.main-menu ul li ul .list-unstyled a {
    font-weight: 400;
    color: #888;
    text-transform: capitalize;
    padding: 3px 0;
    font-size: 14px;
    margin-bottom: 0;
    letter-spacing: 0.5px;
}
.main-menu > ul > li ul > li > a:hover  , .responsive-menu .main-navigation li a:hover  {
	color: #117f70;
}
#menu ul li .megamenu.column1  li > a,
.main-menu > ul > li > ul > ul > li > a {
	color: #333;
	padding: 2px 10px;
	text-transform: inherit;
	font-size: 14px;
}

#menu ul li .megamenu.column1  li > a:before,
.main-menu ul li ul .list-unstyled a:before{ display: none; margin-bottom: 0px; }

#menu ul.nav li .megamenu.column1 ul.list-unstyled > li.dropdown:hover > .dropdown-menu {
    display: block;
}
#menu .nav li .list-unstyled .dropdown {
    float: left;
}
#menu .dropdown:hover .dropdown-menu{
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    visibility: visible;
    transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -ms-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
}
.header-container.fixed #menu .dropdown .dropdown-menu {
    top: 74px;
}
.header-container.fixed #search .search_toggle {
    top: 74px;
}
.header-container.fixed #cart .dropdown-menu {
    top: 50px;
}
#menu .dropdown .dropdown-menu{
    padding:18px 10px 10px 20px;
    background: #ffffff;
    top:91px;
    border: 1px solid #ddd;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform-origin: top;
    visibility: visible !important;
    display: block;
    text-align: left;
    transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    visibility: hidden !important;
}

#menu ul li.hiden_menu .dropdown-menu{
	 opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity:0;
	display:block;
	transition: all 0.8s ease 0s;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transform-origin: top;
    visibility: hidden !important;
}
#menu ul.nav li .megamenu ul.list-unstyled li .dropdown-menu {
    border: medium none;
    margin: 0;
    padding: 5px 0;
    position: relative;
    box-shadow: none;
    top: 0; 
    float: right;
}
#menu ul li.dropdown.more_menu .dropdown-menu{ left:auto; right:0;}

#menu ul li .megamenu.column1, #menu ul li.hiden_menu .dropdown-menu{
    padding: 12px 20px;
}
.hiden_menu .dropdown-menu{min-width:180px;}
#menu ul li .megamenu.column1 ul.list-unstyled {
    padding: 0;
}
#menu ul li .megamenu.column1 ul.list-unstyled li, .hiden_menu li.top_level {
    float: left;
	width:100%;
}
#menu li.hiden_menu:hover .dropdown-menu.megamenu{display:none;}

.hiden_menu .top_level > a{color:#262626;}
 
@media (min-width: 768px) {
	#wishlist-quantity{top:1px!important;}
	#smartsearch{
		left:-25%;
	}
	.mob_only{display:none!important;}
	.pc_only{display:block!important;}
	#menu li:hover .dropdown-menu, #menu ul li.hiden_menu:hover .dropdown-menu{
    	opacity: 1;
    	-khtml-opacity: 1;
    	-webkit-opacity: 1;
    	-moz-opacity:1;
        visibility: visible !important;
    }
}
@media (max-width: 767px) {
	#cart-quantity{top:0px!important;}
		.compare-info{
    margin-top: 3px!important;
	}
	.phonemob-menu{
		/*left: -8px!important;
		box-shadow: 10px 5px 5px #888;
		padding: 8px 8px!important;
		margin: 0px 0 0!important;*/
		        width: 290px;
	}
	.phonemob{
		display:inline-block;
	}
	.phonemob .dropdown-toggle{

	}
	.phonemob .fa{
		font-size:15px;
	}
	.navcms img{
		margin-right:10px!important;
	}
	.header-cart { 
        margin-top: -1px!important;
	}
	.wishlist-info {
        margin-top: 4px!important;
	}
	.mob_only{display:block!important;}
	.pc_only{display:none!important;}
	#menu {
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-khtml-border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		-webkit-border-radius:0px;
		-khtml-border-radius:0px;
		-moz-border-radius:0px;
		color: #fff;
	}
}

/* Codezeel Category CSS */
.home_row.row{ margin:0px; }
#column-left .box.category-left-box , #column-right .box.category-left-box  { margin-bottom: 30px !important; }
.catgory-left { width:24%; float:left; padding-right:30px; }
.category-left-box { border:1px solid #E0E0E0; border-top:none; background:#ffffff; margin:0 !important; }
.category-left-box .box-content { display:block; }
.category-left-box .box-content ul li a{
	transition: all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-ms-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
}
.category-left-box .box-content > ul > li:hover > a{
padding-left:15px;
transition: all 0.3s ease 0s;
-webkit-transition:all 0.3s ease 0s;
-moz-transition:all 0.3s ease 0s;
-ms-transition:all 0.3s ease 0s;
-o-transition:all 0.3s ease 0s;
}
#column-left .box.category-left-box .box-content { margin:0; background:#FFFFFF; }
#nav-one .dropdown:hover .dropdown-menu, #nav-one .hiden_menu:hover .dropdown-menu {
    display: block;
}
#nav-one .hiden_menu .dropdown-menu li.dropdown .dropdown-menu { display:none; }   
#nav-one > li > .dropdown-menu {
    background: #fff none repeat scroll 0 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0;
    padding: 0 25px;
    left: 263px;
    top: 0;
    border: 3px solid #117f70;
}
#nav-one > li.dropdown:after, 
#nav-one > li.hiden_menu:after{
	font-family:'FontAwesome';
	content:'\f105';
	font-size: 18px;
	position:absolute;
	right:20px;
	top:10px;
}
#nav-one > li.dropdown .column1 ul .dropdown:after{
	font-family:'FontAwesome';
	content:'\f105';
	font-size:12px;
	position:absolute;
	right:5px;
	top:10px;
}
#nav-one > li.dropdown:hover:after, #nav-one > li.hiden_menu:hover:after, #nav-one > li.dropdown .column1 ul .dropdown:hover:after{
	color: #117f70;
}

#nav-one > li.hiden_menu > a { font-size:12px; font-weight:600; color:#262626; } 
#nav-one > li.hiden_menu > .dropdown-menu{padding:22px;}
.top_level.hiden_menu{position:relative;}
#nav-one li .megamenu ul.childs_1:first-child {
    padding: 20px 2px;
}
#nav-one li ul {
    display: table-cell;
    float: none;
}
#nav-one ul {
    display: inline-block;
    float: none;
    margin: 0 auto;
    text-align: left;
}
#nav-one li .megamenu ul.list-unstyled li > a, .hiden_menu .top_level a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-size: 13px;
    font-weight: 700;
    padding: 1px 8px;
}
#nav-one li .megamenu ul.list-unstyled li > a, .hiden_menu .top_level a {
    width: 100%;
}
#nav-one > li ul > li > a {
    min-width: 188px;
}
#nav-one li .megamenu ul.list-unstyled li > a, .hiden_menu .top_level a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    text-transform: uppercase;
}
#nav-one li .megamenu ul.list-unstyled li > a, .hiden_menu .top_level a {
    width: 100%;
	color: #117f70;
	border:none;
    position: relative;
    padding-bottom: 15px;
}
#nav-one li .megamenu ul.list-unstyled li > a:after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #dddddd;
    width: 50%;
    top: 30px;;
    left: 0;
}
#nav-one li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li > a:after, #nav-one li .megamenu.column1 ul.list-unstyled li > a:after {
    border: none;
}
#nav-one > li ul > li > a {
    min-width: 188px;
}

#nav-one li ul > li > a, .responsive-menu .main-navigation li a {
    color: #000;
    display: block;
    font-size: 14px;
    padding: 6px 8px;
    white-space: pre-wrap;
    font-weight: 400;
    text-align: left;
}
#nav-one li .megamenu ul.list-unstyled li .dropdown-menu {
    background: #fff none repeat scroll 0 0; 
    margin: 0;
    padding: 6px 0 0;
    position: relative;
	width:220px;
	border:none;
}
#nav-one li ul {
    display: table-cell;
    float: none;
}
#nav-one li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li > a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #888888;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    position: relative;
    text-transform: capitalize;
    padding-bottom: 10px;
    letter-spacing: 0.6px;
}
#nav-one li .megamenu ul.list-unstyled.childs_2 a {
    min-width: 145px;
}
#nav-one li .megamenu.column1 ul.childs_1 {
    border: medium none;
    padding: 22px 0;
}
#nav-one li .megamenu.column1 ul.list-unstyled li > a, .hiden_menu .top_level > a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #888888;
    text-transform: capitalize;
    padding: 2px 0;
    border: none;
    margin: 0;
}
#nav-one li .megamenu.column1 ul.list-unstyled > li.dropdown .dropdown-menu {
    display: none;
    left: 188px;
    padding: 10px;
    position: absolute;
    top: 0;
}
#nav-one li .megamenu.column1 ul.list-unstyled > li.dropdown:hover > .dropdown-menu {
    display: block;
	padding:15px 30px;
	border:1px solid #e5e5e5;
}
#nav-one li .megamenu.column1 ul.list-unstyled > li.dropdown:hover > .dropdown-menu ul { min-width:190px; }
#nav-one li .megamenu.column1 ul.list-unstyled li:hover > a, #nav-one li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li:hover > a, .hiden_menu .top_level:hover > a {
	color: #117f70;
}
.column_left_cms .box.last .list-group{
    border-bottom: medium none;
	margin-bottom:0;
	padding:4px 0 0;
}
.column_left_cms .box.last{margin-bottom:0;}

/* Codezeel Category CSS */

/* 1-col layout */

#column-left{
	width: 23.9%;	
}
#column-right{
	width: 24.9%;
}
/* 2-col layout */

/* .layout-2.left-col #column-left{
    width: 23.9%;
} */
.layout-2.right-col #column-right{
	width: 23.9%;
}
.layout-2 #content{
	width: 76.1%;
}
/* .layout-2.left-col #content {
    width: 76.1%;
} */
.layout-2.right-col #content {  
	width: 76.1%;
}



.layout-2 .content-bottom #content{width:100%; padding:0; margin-left:auto; margin-right:auto}

/* 3-col layout */
.layout-3 #column-left{	
	width:24%;
}
.layout-3 #column-right{			
	width:24%;
}
.layout-3 #content{		
	width:52%;
	padding-top: 5px;
}
/* content */
#content {
	min-height: 600px;
	padding-top: 0px;   
	padding-bottom: 20px;
}
.common-home #content {
    padding: 0;
    float: left;
    width: 100%;
}

/* footer */

.footerlogo {
    margin-bottom: 30px;
    max-width: 320px;
    min-height: 40px;
    cursor: pointer;
}
.footer-blocks #footerlogo .footerlogo img {
    max-width: 100%;
}
.footer-blocks #footerlogo .footerdesc {
    color: #b2b2b2;
    cursor: pointer;
    font-size: 13px;
    font-weight: 400;
}

footer {
    border-top: 1px solid #dddddd;
    clear: both;
    overflow: hidden;
    float: left;
    width: 100%;
}
footer .footerbefore {
    background:#262626;
    padding: 0;
    border-bottom: 1px solid #262626;
}
.footertop-cms.container, header .container{top:auto; padding-top:0;position: relative; }
.headertop-inner {
    float: none;
    margin: 0px auto;
    text-align: center;
    width: auto;
}
.common-home .headertop-inner {border-bottom: 0;}
footer a {
    color: #666666;
    line-height: 26px;
}
#footer .column li {
    margin-bottom: 10px;
    font-weight: 400;
    letter-spacing: 0.5px;
}
#footer .column .contact-block ul {
    padding-left: 0;
}
/*#footer .column li a {
    font-weight: 400;
    line-height: 26px;
    color: #888;
}*/
#footer .column .contact-block ul li {
    margin-bottom: 10px;
    list-style: none;
}
#footer .column li .fa.fa-envelope-o {
    font-size: 16px;
}
#footer .column li .fa {
    color: #117f70;
    height: 25px;
    margin-top: 5px;
    width: 25px;
    font-size: 18px;
    float: left;
}

#footer .column li .fa-telegram{
	margin-left: 10px;
    float: none;
   color: #0088cc;
}

.fa-telegram{
	margin-left: 10px;
    float: none;
   color: #0088cc;
   font-size:18px;
}

.contact-form .telephone img{
	width: 19px;
    margin-top: -5px;
    margin-left: 10px;
}

#footer .contact-block img{
	width: 19px;
    margin-top: -5px;
}

.navcms .fa {
    margin-right: 10px;
    font-size: 18px;
}

.navcms .fa-phone{
	color: #117f70;
}


.navcms .fa-telegram{
	color: #0088cc;
	margin-left: 10px;
}
.navcms img{
    width: 19px;
    display: inline-block;
    /*vertical-align: top;*/
	vertical-align: sub;
	margin-right: 30px;
}

span {
    display: inline-block;
    vertical-align: top;
}
#footer .column li a:hover,#footer .column li a:focus {
	color:#117f70;
}

footer a:hover,footer a:focus {
	color: #fff;
}
#footer .n.footerright {
    width: 24%;
    float: right;
    border: 0;
	padding-left: 70px;
}
#footer .column.contact-block {
    width: 50%;
    float: left;
    padding-right: 15px;
    padding-left: 0;
}
#footer .column.contact-block ul {
    padding: 0;
    list-style: none;
}

.newsletter {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px; 
}
.newsletter .container {
    padding: 0;
}
.newsletter .box-heading {
    float: none;
    font-size: 18px;
    color: #000000;
    text-transform: capitalize;
    margin: 0;
    font-weight: 500;
    letter-spacing: .6px;
    background: none;
    text-align: left;
    padding: 0;
    margin-bottom: 22px;
    padding-bottom: 15px;
    line-height: 22px;
}
.newsletter .news-subtitle {
    display: inline-block;
    padding: 0 ;
    text-align: left;
}
.newsletter .newsright {
    width: 47.14%;
    display: inline-block;
    padding-top: 35px;
}	 
footer h5,
#footer .news-title {
    color: #000000;
    font: 500 18px/22px 'Montserrat',sans-serif;
    text-transform: capitalize !important;
    margin: 0 0 25px 0;
    cursor: pointer;
    letter-spacing: 0.5px;
    position: relative;
    padding: 0 0 16px 0;
}
footer h5:before,
.newsletter .box-heading:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 55px;
    bottom: 0px;
    background-color: #117f70;
}
.newsletter .box-heading:after{display: none;}
#footer .column.footerright .paiement_logo_block {
    float: left;
}
#footer .column.footerright .paiement_logo_block img {
    margin: 0 3px;
    /*filter: grayscale(100%);
    -webkit-filter: grayscale(100%);*/
}
#footer .column.footerright .paiement_logo_block img:hover {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}
#footer { 
	top:auto;
	margin-top: 0px;
}
#footer #contact.col-sm-3.column .fa {
    clear: left;
    color: #fec107;
    float: left;
    font-size: 16px;
    margin-right: 10px;
    margin-top: 6px;
}
#footer #contact.col-sm-3.column .fa.fa-envelope {
    font-size: 12px;
    margin-top: 8px;
}
#footer #contact.col-sm-3.column { font-size:14px; }
#footer #contact.col-sm-3.column li a { background:none; padding:0; }
.address_content {
    overflow: hidden;
	padding-left:45px;
	padding-right:135px;
	background:rgba(0, 0, 0, 0) url("https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/codezeel/footer-icon.png") no-repeat scroll -8px 4px;
	margin-bottom:35px;
}
#contact .phone { background:url(https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/codezeel/footer-icon.png) no-repeat scroll -6px -66px transparent; padding-left:45px; margin-bottom:35px; padding-top:7px; }
#contact .email { background:url(https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/codezeel/footer-icon.png) no-repeat scroll -6px -132px transparent; padding-left:45px; }

#footer .column{  
    width: 17%;
}
#footer .column.footerleft {
    width: 25%;
}
#footer .footerright {
    width: 24%;
}
#footer .footerright .contact-block li span {
    display: flex;
}
#footer .footertop.column { width:32%; }

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

#czfootercmsblock {
    margin-bottom: 20px;
}
.footer-blocks #czfootercmsblock .footerlogo {
    background: transparent url(https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/codezeel/footer-logo.png) no-repeat scroll 0 0;
    margin-bottom: 15px;
    max-width: 165px;
    min-height: 75px;
}
#czfootercmsblock .footercms-inner .footercms {
    display: inline-block;
    margin-bottom: 10px;
}
#czfootercmsblock .footercms-inner .footercms img {
    max-width: 100%;
    border-radius: 5px;
}
#czfootercmsblock .footerdesc {
    padding-right: 60px;
}
.footer-blocks #czfootercmsblock .view-more {
    margin-top: 35px;
}
.footer-blocks #czfootercmsblock .footer-logo .h3 {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase !important;
    letter-spacing: .7px;
    margin-bottom: 18px;
}


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

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

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

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

#contact ul,#aboutcms ul{list-style:none; padding:0}

#aboutcms h5{display:none}

@media (max-width: 1199px) { 
	.newsletter h5.news-title{font-size:16px;}
}
.footer-logo {
    margin-bottom: 5px;
}
#footer .newsright {
    display: inline-block;
    width: 100%;
    padding: 24px 0 7px;
}
.newsletter label{
	display:none;
}

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

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

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

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

.newsletter #txtemail {
    border: none;
    min-width: auto;
    padding: 10px 42px 10px 12px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.6px;
    background: #ebebeb;
    font-family: 'Montserrat',sans-serif;
    color: #222;
}
.newsletter .form-control::placeholder{color: #aaa;}
.subscribe-btn .btn.btn-lg{
    text-transform: capitalize;
    float: left;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-top: 0;
    color: #ffffff;
    border: 0;
    padding: 0 0px;
    width: 45px;
    font-size: 0px;
    height: 45px;
    background-image:url(https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/codezeel/newsletter.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px;
    background-color: #ebebeb;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.subscribe-btn .btn.btn-lg:hover{
    background-image:url(https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/codezeel/newsletter-hover.svg);
	transition: all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-ms-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
}

#contact ul li,.newsletter ul li{line-height:22px;}

#contact li.call-num {
    margin-top: 15px;
}

.categoryblock {
    padding-left: 11px;
    padding-right: 11px;
	float:left;
	width:33.333%;
	margin-bottom:22px;
}

.category-cms{
	width: 100%;
    float: left;
	padding-bottom: 15px;
	padding-top: 0px;
	margin-bottom: 2px;
}

.category-container{
	position:relative;
	margin:0 auto;
	width:100%;
}

.category-row {
    margin-left: -11px;
    margin-right: -11px;
}

#aboutcms li.content {
    line-height: 25px;
}
.cate-heading{text-transform:uppercase; font-size:16px; color:#1e1f22; font-weight:700; float:left; margin-bottom: 15px;}

.category{padding:0px 20px; border:1px solid #e5e5e5; overflow:auto; display:block; background-color: #fff; min-height:162px; overflow:hidden; position:relative;}

.category .image{float: right;}

.category .image img {
    backface-visibility: hidden;
    max-width: none;
    transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-ms-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate3d(0px, 0px, 0px);
    transition: all 400ms ease 0s;
	-webkit-transition: all 400ms ease 0s;
	-moz-transition: all 400ms ease 0s;
	-ms-transition: all 400ms ease 0s;
	-o-transition: all 400ms ease 0s;
}
.category:hover .image img {
    overflow: hidden;
    transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
    transition: all 400ms ease 0s;
	-webkit-transition: all 400ms ease 0s;
	-moz-transition: all 400ms ease 0s;
	-ms-transition: all 400ms ease 0s;
	-o-transition: all 400ms ease 0s;
}
.cat-desc{float:left; padding-top: 24px;}
#payement_logo_block_left {
    float: right;
}

.bottomfooter {
    width: 100%;
    float: left;
    border-top: 1px solid #dddddd;
}
.bottomfooter p.powered a{ text-decoration: underline; }
.bottomfooter p.powered a:hover {
    color: #117f70;
	text-decoration: none;
}
.bottomfooter a:hover{ color: #117f70; }
#payement_logo_block_left img {
    margin: 0 10px 0 0;
    vertical-align: text-top;
    height: 17px;
}
.bottomfooter .container .footer-inner {
    padding-top: 18px;
    padding-bottom: 18px;
}
.bottomfooter .container .row { margin: 0px; }
.bottomfooter ul li {
    display: inline-block; 
    padding: 0 12px;
}

.bottomfooter .list-unstyled {
    text-align: center;
	margin: 5px 0;
}
p.powered {    
    text-align: left;
    margin-bottom: 0px;
    float: left;
}
.footerbottom-cms { float:right; }

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

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


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

.common-home .wrap-breadcrumb{ display: none; }
.wrap-breadcrumb{
    position: relative;
    margin: 0px 0 20px;
    width: 100%;
    padding: 20px 0;
    /*text-align: center;*/
    overflow: hidden;
    /*background: url(https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/codezeel/breadcum-bg.jpg) no-repeat #b8b1ab;*/
}

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

.breadcrumb {
	margin: 0px;
	padding: 0;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	position: relative;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:last-child a, .breadcrumb > li a:hover, .breadcrumb > li a.active{ 
	color:#262626;
}
.breadcrumb > li a{ color:#262626; }
.breadcrumb > li a:hover{ text-decoration: underline; }
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
	display:inline-block;
	width:100%;
}
#account-newsletter .buttons.clearfix {
    margin-bottom: 0px;
}
.btn {
	padding: 6px 15px;
	font-size: 14px;
	border: 1px solid #e5e5e5;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover, .dropdown-menu.myaccount-menu{
	 
    text-transform: capitalize;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
  	color: #fff;
    background: #000;
    border: 1px solid #000;
}
.btn-primary {
	color: #fff;
    background-color: #000;
    border:1px solid #000;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	color: #fff;
    background-color: #117f70;
    border:1px solid #117f70;
}
.btn-warning {
	color: #ffffff;
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	
}
.btn-danger {
	color: #ffffff;	
	background: #d9534f;			
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
	-webkit-border-radius:0px;
	-khtml-border-radius:0px;
	-moz-border-radius:0px;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0,0,0,0);
	background-image: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	
}
.btn-inverse {
	color: #ffffff;	
	background: #363636;
	border:none;		
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #262626, #111111);
}


/* list group */

.box .filterbox { 
    border: medium none;
}
.list-group a {
	padding: 5px 0px;
	text-transform:capitalize;
	font-size: 14px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #117f70;
}
.list-group-item:last-child {
    overflow: hidden;
}
.list-group-item.group-name {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    padding: 0 18px;
    text-transform: capitalize;
}
/* #product-category #content .box.sidebarFilter a.list-group-item.group-name {
    border-radius: 0px;
    margin-bottom: 0px;
}
#product-category #content .box.sidebarFilter .list-group-item-wrapper .list-group-item {
    margin-bottom: 10px;
}
#product-category #content .box.sidebarFilter .list-group-item label:hover {
    color: #117f70;
} */
.filterbox .list-group-item{padding:0px;}
.filterbox .panel-footer {
    padding: 0px;
	border:medium none;
    background:#FFFFFF;
}
.filterbox .panel-footer #button-filter {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    background: none;
    border: 0;
    text-decoration: underline;
    color: #000;
}
.filterbox .panel-footer #button-filter:hover {
    color: #117f70;
	text-decoration: none;
}

/* filter box #content css */

/* #product-category #content .box.sidebarFilter {
    float: left;
    width: 40px;
    margin-bottom: 0px;
    padding: 0px;
    margin-top: 0px;
    position: fixed;
    top: 230px;
    height: 40px;
    left: 0px;
    z-index: 99;
}
#product-category #content .box.sidebarFilter > .filter-icon {
    content: "";
    background-image: url(https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/codezeel/filter.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #117f70;
    background-size: 24px;
    height: 44px;
    width: 44px;
    padding: 0px;
    position: relative;
    left: 0px;
    top: 0px;
    font-size: 0px;
    margin: 0;
    cursor: pointer;
    border-radius: 0 5px 5px 0;
}
#product-category #content .box.sidebarFilter.open .filterbox-wrapper .filter-icon {
    background-image: url(https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/codezeel/filter-close.svg);
    background-repeat: no-repeat;
    background-position: center 5px;
    background-color: transparent;
    background-size: 15px;
    height: 25px;
    width: 25px;
    float: right;
    padding: 0px;
    position: relative;
    right: 0px;
    top: -1px;
    font-size: 0px;
    margin: 0;
    cursor: pointer;
}
#product-category #content .box.sidebarFilter .filterbox-wrapper {
    position: fixed;
    z-index: 999;
    display: block;
    margin-top: 0px;
    padding: 0px;
    width: 300px;
    height: 100%;
    background-color: #ffffff;
    list-style: none;
    overflow: auto;
    left: -100%;
    top: 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
#product-category #content .box.sidebarFilter.open .filterbox-wrapper {
    left: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#product-category #content .box.sidebarFilter .filterbox-wrapper .filter-header {
    position: fixed;
    width: 300px;
    background-color: #ffffff;
    z-index: 999;
    padding: 15px 13px 15px 15px;
    float: left;
    border-bottom: 2px solid #ddd;
}
#product-category #content .box.sidebarFilter .filterbox {
    position: relative;
    float: left;
    width: 100%;
    padding: 25px 0px 40px 0px;
    z-index: 4;
    top: 50px;
} */
body.open {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;
}
body.open:before {
    content: "";
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    position: absolute;
    left: 300px;
    height: 100%;
    width: calc(100% - 300px);
    top: 0;
    z-index: 99999;
    /*overflow: hidden;*/
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/* end filter box #content css */

/* carousel */
.carousel-caption {
	color: #FFFFFF;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {	
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
	position:relative;
	overflow:hidden;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image img {
    max-width: 100%;
    margin: 0 auto;
}
.product-grid .product-thumb .image {
	float: none;
}

.product-layout.product-grid, .product-layout.product-list{padding: 0px; }
.product-layout.product-grid{
    width:32.55%;
    float: none;
    display: inline-block;
    vertical-align: top;

}

#product-search .product-layout.product-grid{
	width:24.55%;
}

.product-layout.product-list .product-block .image {
    width: 31.02% ;
    border: 1px solid #dddddd;
}
.product-layout.product-list .product-block .product-details {
    width: 68.02%;
}
#content .product-list .product-block {
    margin-bottom: 18px;
}
#content .product-list .product-block .product-block-inner {
    overflow: hidden;
    background: none;
    border: none;
}
.product-layout.product-grid .image a ,
.product-layout.product-list .image a,
.hometab.box .box-product.productbox-grid .image a,
.box.special .product-block .image a{
    margin-bottom: -1px;
}
.row.cat_prod { margin: 0px -15px 15px; }

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

@media (min-width: 767px) {
	.product-list .product-thumb .image {
		float: left;
	}
}

.tooltip .tooltip-inner {
    background-color: #262626;
	color: #fff;
	font-size: 11px;
}
.tooltip.top .tooltip-arrow {
      border-top-color: #262626 !important;
}

.productpage .percentsaving{
	color: #f00;
    margin-top: -10px;
}

.hometab .product-details, .common-home .product-details{
	height:275px;
}

.hometab .product-block-inner, .common-home .product-block-inner{
	height:516px;
}

.hometab .product-thumb h4{
	/*height: 96px;
	display: block;*/
}

.product-thumb h4 {
	font-weight: 400;
	margin-top:0;
	margin-bottom: 10px;
	font-size:14px;
	line-height:20px;
	
}

.product-grid .product-thumb h4 {
	min-height: 96px;
}

.blog_post .product-thumb h4 {
	min-height: 150px;
}

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

.hometab .product-thumb h4 a{
	/*height: 96px;
	display: block;*/
}

.product-thumb h4 a{
    color: #000000;
    font-size: 15px;
    text-decoration: none;
    text-align: center;
    line-height: 24px;
    font-weight: 400;
    text-transform: initial;
    letter-spacing: 0.5px;
}
.product-thumb h4 a:hover, header #cart li a:hover {
    color: #117f70;
}

.product-thumb .caption {
    background: #fff;
    position: relative;
    padding: 15px 15px;
    text-align: center;
}
.account-wishlist table .text-center img {
    border: 1px solid transparent;
}

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

.product-thumb .rating {
	padding-bottom: 0;
	line-height: normal;
    margin-bottom: 4px;
    margin-top: 0px;
}

.product-carousel .product-thumb .percentsaving, .related-products .product-thumb .percentsaving{
	/*top:15px;*/
}

.related-products .product-thumb .percentsaving{
	top:90px;
}

.product-thumb .percentsaving { 
    z-index: 2;
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 26px;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    opacity: 1;
    filter: alpha(opacity=100);
    position: absolute;
    top: 80px;
    /*left: 10px;
    right: auto;*/
    color: #f00;
    text-align: center;
    font-weight: 500;
	right: 3px;
    left: auto;
	background: #fff;
    box-shadow: 5px 5px 5px 0px #888;
    padding-left: 5px;
}
#column-left .product-thumb .percentsaving, #column-right .product-thumb .percentsaving {
    display: none;
}
.product-thumb .percentsaving { 
	opacity: 1;
	-khtml-opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;	
	    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}

.product-list .product-thumb .percentsaving.list-save { right:5px; top:0px; display:block; position:absolute; }
.product-list .product-thumb .percentsaving.grid-save, .product-grid .product-thumb .percentsaving.list-save { display:none; } 
.fa-stack .fa {
    color: #d3d3d3;
}
.rating .fa-stack,#review .fa-stack{
	font-size: 8px;
	width: 11px;
}
.rating .fa-star,#review .fa-star,.rating-wrapper .fa-star{
	color: #f0b500;
	font-size: 13px;
}
.rating .fa-star + .fa-star-o,#review .fa-star + .fa-star-o,.rating-wrapper .fa-star + .fa-star-o{
	color: #f0b500;
}
.fa-star-o:before {
    content: '\f005' !important;
}
.rating .fa-star.off,.rating-wrapper .fa-star.off, #review table .fa-star.off{color:#b5b5b5;}

h2.price {
	margin: 0;
}
.product-thumb .price {
    display: block;
    color: #117f70;
    font-weight: 600;
    font-size: 18px;
    padding: 0;
    letter-spacing: .5px;
    line-height: 20px;
    margin: 0;
	margin-bottom:15px;
}
.product-thumb .price-new {
    position:relative;
}
.product-thumb .price-old {
    color: #666666;
    text-decoration: line-through;
    font-size: 17px;
    font-weight: 400;
    display: inline-block;
}
.product-thumb .price-tax {
	color: #878787;
    display: none;
    font-size: 12px;
    width: 100%;
    font-weight: 400;
}

.product-list .product-thumb .price-tax{display:block; clear:both; line-height:18px; padding-top: 8px;}
#content h3.product-option {
    font-size: 16px;
}

.product-thumb .button-group {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    bottom: 8px;
    right: 0px;
    left: 0px;
    z-index: 5;
    text-align: center;
    width: auto;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}

.product-block:hover .button-group {
	opacity: 1;
    filter: alpha(opacity=100);  
}
.product-thumb .button-group .top-btn {
    display: inline-block;
    position: relative;
    width: 100%;
}

.product-grid .product-thumb .product-details .button-group{
	opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
}
.product-list .product-thumb:hover button.addtocart{background:#117f70;color: #000;}

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

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

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

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

.product-list .product-block .rating , .product-grid .product-block .rating.list-rate  { margin:15px 0; display:none; }
.product-list .product-block .rating.list-rate {margin: 0 0 8px; display:inline-block; width:100%;}
.product-list .product-block .desc { 
    margin-top: 10px;
    margin-bottom: 12px;
    font-size: 13px;
    line-height: 22px;
    display: block; 
}
#cart .text-right .addtocart{
	background: #117f70;
}
#cart .text-right .addtocart,#cart .text-right .checkout{
    width: auto;
    border: none;
    float: left;
    color: #fff;
    padding: 10px 23px;
    font-weight: normal;
    text-align: center;
    font-size: 15px;
    line-height: 22px;
    margin: 0;
}
#cart .dropdown-menu .img-thumbnail{width:auto; max-width:none; border: 0;}


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

#cart .text-right .addtocart strong{color: #ffffff; font-size: 14px;}
#cart .text-right .addtocart{
    margin:0 10px 0 0;     
}
#cart .text-right .addtocart {
    background: #000000;
}
#cart .text-right .addtocart:hover {
    background: #117f70;
}
.product-thumb button.addtocart:hover {    
    color: #fff;
}
#cart .text-right .checkout:focus strong,
#cart .text-right .checkout:active strong {
    color: #ffffff;
}
.productbox-grid .product-block button.addtocart span:hover,
.product-carousel .product-block button.addtocart span:hover, 
.product-grid .product-block button.addtocart span:hover {
    background-color: #000;
    color: #fff;
}
.product-thumb  button.addtocart {
    color: #000;
    padding: 0px;
    border: 0;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    text-transform: capitalize;
    position: relative;
    vertical-align: top;
    margin-right: 0px;  
}
.product-thumb button.addtocart span {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    padding: 10px 25px;
    display: block;
    min-width: 100%;
    position: relative;
    letter-spacing: .6px;
    background: #117f70;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.product-grid .product-thumb .image .addtocart, 
.productbox-grid .product-thumb .image .addtocart, 
.product-carousel .product-thumb .image .addtocart, 
.category_tab .image .addtocart {
    background-image: url(https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/codezeel/cart.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 18px;
    background-color: #ffffff;
    display: inline-block;
    vertical-align: top;
}
.product-layout.product-grid button.addtocart {
    /*display: none;*/
}
.productbox-grid .product-block:hover button.addtocart:hover, 
.product-carousel .product-block:hover button.addtocart:hover, 
.product-grid .product-block:hover button.addtocart:hover,
.product-thumb .button-group button:focus  {
    background-color: #117f70;
    background-image: url(https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/codezeel/cart-hover.svg);
}
/* .productbox-grid .product-block button.addtocart, .product-carousel .product-block button.addtocart, .product-grid .product-block button.addtocart {
    display: none;
} */
/* .productbox-grid .product-block button.addtocart span, .product-carousel .product-block button.addtocart span, .product-grid .product-block button.addtocart span {
    display: none;
} */
.product-thumb  button.addtocart .fa {
    display: none;
}

.product-block:hover  button.addtocart{	
    opacity: 1;
    color: #fff;
}
.product-thumb .button-group button.wishlist { 
    background-image:url(https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/codezeel/wishlist.svg);
    background-repeat: no-repeat;
    background-position:center center;
    background-size: 16px;
    background-color: #ffffff;
    height: 35px;
    width: 35px;
    padding: 8px 0;
    display: inline-block;
    transition: none;
    position: relative;
    margin-top: 0px;
    vertical-align: top;
}
.product-thumb .button-group button.wishlist:hover {  
    background-color: #117f70;
    background-image: url(https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/codezeel/wishlist-hover.svg);
}	 
.product-thumb .button-group button.compare { 
    background-image: url(https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/codezeel/compare.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 17px;
    background-color: #ffffff;
    height: 35px;
    width: 35px;
    padding: 8px 0;
    display: inline-block;
    vertical-align: top;
    transition: none;
    position: relative;
}
.product-thumb .button-group button.compare:hover {
    background-color: #117f70;
    background-image: url(https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/codezeel/compare-hover.png);
}

@media (max-width: 767px) {
.product-thumb .button-group button, .product-thumb .button-group button + button {	
	position:static !important; 
}
.product-thumb .button-group button {
	position:static;
	}
}
.thumbnail{
	border: 1px solid ededed !important
}
.thumbnails {
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}

.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 15px;
	padding: 0px;
	display: block;
}
.product-info .image-additional img:hover {
	border-color: #117f70;
}

.thumbnails .image-additional {
	float: left;
}

@media (min-width: 1230px) {
/*	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}*/
}
.product-info .image {
	display:block;
	margin-bottom: 15px;
	text-align: center;
}
#content.productpage h3.product-price{ font-weight: 600;margin-top: 5px;}
#content.productpage h3 {margin-top:15px;font-size:18px; margin-bottom:0px; font-weight:500;}
.product-info .zoomContainer{ z-index:9; } /* It need for ie7 */
.product-info .additional-carousel{ position:relative; }
.product-info .additional-carousel .customNavigation{
    top: 27px;
	right: 0;
    left: 0;
    width: 100%;
}
.product-info .additional-carousel .customNavigation a.prev {
    left: 0px;
}
.product-info .additional-carousel .customNavigation a.next {
    right: 0px;
}
.product-info .additional-carousel .customNavigation a.next::after {
    border: 0;
}
.product-info .additional-carousel .customNavigation:after {
    border: 0;
}
.product-info .image-additional {
    clear: both;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
    width: 480px;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.product-left .product-info .image-additional .slider-wrapper-outer {
    overflow: hidden;
}
.product-info .image-additional img { 
    max-width: 100%;
    border: 1px solid transparent; 
}
.product-info .image-additional a {
	display: block;	
}

.product-right .btn-group .wishlist .fa,.product-right .btn-group .compare .fa{margin-right:5px;}

#input-captcha, #input-payment-captcha{margin-bottom:10px}
.wish-com {
    width: 100%;
    float: left;
    padding-top: 10px;
	padding-left:3px;
}
.productpage .form-group.qty .wishlist, 
.productpage .form-group.qty .compare, 
.quickview .form-group.qty .wishlist, 
.quickview .form-group.qty .compare {
    color: #000;
    background: #fff;
    border: 0;
    text-align: left;
    padding-left: 0px;
}
.productpage .form-group.qty .wishlist:before,
.quickview .form-group.qty .wishlist:before {
    content: "\f08a";
    font-family: "FontAwesome";
    font-size: 17px;
    text-align: center;
    line-height: 20px;
    display: inline-block;
    color: #000;
    padding: 0 8px 0 0;
    font-weight: 400;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.productpage .form-group.qty .compare:before,
.quickview .form-group.qty .compare:before {
    /* content: ""; */
    /*content: "\f24d";*/
    display: inline-block;
    font-family: "FontAwesome";
    padding: 0 8px 0 0;
    font-size: 17px;
    color: #000;
    font-weight: 400;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
	content: "\f24e";
}
.productpage .form-group.qty .wishlist:hover , .quickview .form-group.qty .wishlist:hover  { 
    color: #117f70;
} 

.productpage .form-group.qty .compare:hover, .quickview .form-group.qty .compare:hover { 
    color: #117f70;
}
.productpage .form-group.qty .wishlist:hover:before, 
.quickview .form-group.qty .wishlist:hover:before,
.productpage .form-group.qty .compare:hover:before, 
.quickview .form-group.qty .compare:hover:before {
    color: #117f70;
}
.productpage #input-quantity, .quickview #input-quantity{
	float: left;
    margin-right: 10px;
    width: 45px;
    height: 45px;
    text-align: center;    
    margin-left: 5px;
    border: 1px solid rgba(0, 0, 0, 0.15);
}
.quickview .form-group.qty .btn-lg,
.productpage .form-group.qty .btn-lg{
    padding: 10px 30px 11px;
    color: #ffffff;
    background: #117f70;
    border-color: #117f70;
    font-size: 14px;
    min-width: 200px;
    font-weight: 500;
}
.quickview .form-group.qty .btn-lg:hover,
.productpage .form-group.qty .btn-lg:hover{
    background: #000;
    border-color: #000;
    color: #fff;
}
.form-group.qty .control-label{
	float: left;
    margin: 6px 10px 0 0;
	font-size:14px;
}
.viewmore a.btn.btn-primary {
    font-size: 15px;
    padding: 12px 25px;
}

/* Codezeel Start */

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

#column-left .box .box-heading, #column-right .box .box-heading {
    color: #ffffff;
    text-transform: capitalize !important;
    padding: 12px 20px;
    font: 500 16px/25px 'Montserrat',sans-serif;
    margin: 5px;
    display: block;
    background: #888888;
    float: none;
    text-align: left;
    letter-spacing: 0.5px;
}

#column-left .box .box-heading:after, #column-right .box .box-heading:after {
    display: none;
}
.box .box-content {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
}
.czcategory_block .box-heading,
.box-heading { 
    border: medium none;
    display: block;
    width: auto;
    margin: 0 auto 30px;
    padding: 0 0px 15px;
    color: #262626;
    position: relative;
    text-align: center;
    font: 600 30px/38px Montserrat, Helvetica, sans-serif;
    /*text-transform: capitalize !important;
    letter-spacing: 0px;*/
}
.box-heading:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    display: inline-block;
    margin: 0 auto;
    top: auto;
    border-bottom: 4px solid #117f70;
    bottom: 0;
    width: 70px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
#content .box.sidebarFilter .box-heading:after{
    border: none;
}
#content .box.sidebarFilter .box-heading {
    border: medium none;
    margin: 0px auto 0px;
    padding: 0px;
    float: left;
    width: auto;
    color: #000000;
    position: relative;
    text-align: left;
    font: 500 17px/24px 'Montserrat',sans-serif;
}
#content .box.sidebarFilter .list-group-filter {
    padding: 0;
    position: relative;
}
.category_tab h3 {
    font-weight: 700 !important;
    margin: 0 0 10px !important;
}
.box .box-content {
	background: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	border:none;
	padding: 0px;
    margin: 0 -15px;
    position: relative;
}
.box.related #products-related {
    position: relative;
}
.box .box-content ul , #content .content ul { 
	padding:0px;
	margin:0px;
	list-style:none;
}
.box .box-content ul li , #content .content ul li {
	line-height:22px;
	padding:4px 0;
}

.box .box-content ul li a + a , .box .box-content ul li a + a:hover{ background:none; padding-left:0; }

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

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

#product-product table.table.table-bordered {
    margin-bottom: 0px;
}
.box-content .customNavigation {
    opacity: 0;
    filter: alpha(opacity=0);
}
#products-related .customNavigation:after {
    border: 0;
}
#offerclock {
    width: auto;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    padding: 0;
    background: none;
    font-size: 18px;
    color: #262626;
    font-weight: 400;
    letter-spacing: .6px;
    z-index: 9;
    display: inline-block;
}
#offerclock .time {
    display: inline-block;
    width: 144px;
    padding: 10px 10px;
    position: relative;
}
#offerclock .offertext {
    display: inline-block;
}
#offerclock .time .count{position:relative; color: #117f70;}
#offerclock .time .count:before {
    content: ":";
    position: absolute;
    right: -100px;
    top: -1px;
    color: #ccc;
    font-size: 30px;
}
#offerclock .time .second.count{ color: #117f70;}
#offerclock .time .second.count:before {display:none;}
.box-product { 
	list-style-type: none;
	position:relative;
	width: 100%;
	padding:0px;
	margin:0px;
	list-style: none;
	overflow: hidden;
}
.box-product .product-items { 
	margin-bottom: 14px;
	padding: 0;
	margin:0;
	position:relative;
	overflow: visible;
}
.lb-nav a.lb-next {
    transition: none;
}
.lb-nav a.lb-prev {
    transition: none;
}

.product-grid li,
.box-product .product-items,
.product-carousel .slider-item {
	width:329px;
	float:left;
}
 
.ie7 .product-grid li{ width:192px !important; }
.image-additional .slider-item{	
    float: left;
}

#additional-carousel.image-additional .slider-item .product-block {
    margin:4px 6px;
    background: transparent;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    clear: both;
    overflow: hidden;
    text-align: center;
    border: 0;
    padding: 0;
}

.image-additional .slider-item .product-block:hover {   box-shadow: none !important; -webkit-box-shadow: none !important; -moz-box-shadow: none !important; }	
/*.product-block-inner {position: relative;}*/

.grid_default_width { width: 290px;}
.featured_default_width{ width: 290px;}
.module_default_width{ width: 240px;}
.latest_default_width{ width: 290px;}
.special_default_width{ width: 290px;}
.related_default_width{ width: 290px;}
.bestseller_default_width{ width: 290px;}
.tabspecial_default_width{ width: 290px;}
.tabbestseller_default_width{ width: 290px;}
.tablatest_default_width{ width: 290px;}
.additional_default_width{ width:90px;}
.testimonial_default_width{width:100%;}
.ourcategory_default_width{width:190px;}
.tabcategory0_default_width{ width: 290px;}
.tabcategory1_default_width{ width: 290px;}
.tabcategory2_default_width{ width: 290px;}
.tabcategory3_default_width{ width: 290px;}
.tabcategory4_default_width{ width: 290px;}
.tabcategory5_default_width{ width: 290px;}
.tabcategory6_default_width{ width: 290px;}
.tabcategory7_default_width{ width: 290px;}
.tabcategory8_default_width{ width: 290px;}
.tabcategory9_default_width{ width: 290px;}
#content .banners-slider-carousel .product-carousel .product-block-inner,#content .banners-slider-carousel .product-grid .product-block-inner{text-align:center;}
.hometab.box .box-product.productbox-grid .product-block {
    margin: 15px 14px 15px 14px;
}
#special-grid .product-items.first_item_cz .product-block {
    margin: 15px 14px 15px 14px;
}
.product-block  {
    margin: 15px 15px 15px 14px;
    padding: 0px;
    clear: both;
    position: relative;
    overflow: visible;
}
.product-layout.product-grid .product-block {
    margin:15px 11px 15px 14px;
}
#product-category .product-block:hover .product-thumb {
    clear: both;
    z-index: 99;
}
.banners-slider-carousel .product-carousel .slider-item .product-block {
    border: 0;
    margin: 15px 16px;
    padding: 0;
}
.banners-slider-carousel .product-block .product-block-inner { text-align: center;  cursor: pointer; display: inline-block; border: 0; }

.ie7 #content .product-carousel .product-block,
/*.ie7 #content .product-grid-list .product-block,*/
.ie7  .product-block {border:1px solid #ddd;}

.ie7 #content .product-carousel .product-block:hover,
.ie7 .product-block:hover {border:1px solid #ddd;}


.product-grid .product-thumb .desc,.productbox-grid .product-thumb .price-tax,.product-carousel .product-thumb .price-tax{display:none;}
.product-list .product-details{overflow:hidden;}

.product-block-inner{
	text-align:left; 
	overflow: hidden;
	position:relative;   
	margin:0;
    padding:0;
    background-color: #fff;
    border: 1px solid #dddddd;
}
.banners-slider-carousel {
    position: relative;
    width: 100%;
    clear: both;
    text-align: center;
    background: #fff;
}
.banners-slider-carousel .carousel-block .product-block {
    margin: 15px 15px;
    padding: 0;
    overflow: hidden;
}
.banners-slider-carousel .box-heading { display: none; }
.banners-slider-carousel .customNavigation { 
	width: 100%;
    top:46%;
	right: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 7;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; 
}
.banners-slider-carousel:hover .customNavigation {
    opacity: 1;
    filter: alpha(opacity=100);
}
.banners-slider-carousel .customNavigation:after{display: none;}
.banners-slider-carousel  .carousel-block { 
    position: relative;
    padding:35px 0 35px;
}
.sale{
    font-size: 12px;
    font-weight: 500;
    right: 10px;
    display: none;
    letter-spacing: 0.5px;
    text-align: right;
    text-transform: uppercase;
    bottom: 10px;
    line-height: 14px;
    z-index: 2;
    position: absolute;
    color: #ffffff;
    background: #f34723;
    padding: 5px 8px;
  
    
}
.product-thumb .sale{
    opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1; 
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
	-webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;

}
.product-thumb:hover .sale { 
	 opacity: 1;
	-khtml-opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
	-webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}

/* box products for Left Column and Right Column */
#column-left .box-product,
#column-right .box-product {
	width: 100%;
	overflow: hidden;
}
#column-left .box-product > div,
#column-right .box-product > div  {
	display:block;
	margin-right:0px;
	margin-top: 0px;
	margin-bottom:0;	
	width:100%;
}

#column-left .box .box-content div.product-items:last-child > div, #column-right .box .box-content div.product-items:last-child > div,
#column-left .box .box-content div.slider-item:last-child > div, #column-right .box .box-content div.slider-item:last-child > div {
    border: 0 none;
}

#column-left .box-product .image,
#column-right .box-product .image {
	display: block;
	margin-bottom:6px;
	float:left;
	margin-right:15px;
	margin-top: 0px;	
}

#column-left .product-items .product-details,
#column-right .product-items .product-details{
	width:auto; 
	overflow: hidden;
}
#column-left .product-thumb .caption,
#column-right .product-thumb .caption{
	padding:0;
	border:none;
	text-align: left;
    padding-top: 0px;
    min-height: auto;
}

#column-left .caption a, #column-right .caption a{
	word-wrap:break-word;
    color: #222222;
    font-size: 14px;
}
#column-left .box-product .product-thumb h4, #column-right .box-product .product-thumb h4 {
	font-weight:normal; 
	font-size:13px; 
    margin: 4px 0 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
}
#column-left .box-product .name,
#column-right .box-product .name {
	display: block;
}
#column-left .box-product .cart,
#column-right .box-product .cart {
	display: block;
}
#column-left .box-product .cart .button,
#column-right .box-product .cart .button{
	padding:0; 
	background:none;
	box-shadow:none; 
	-moz-box-shadow:none; 
	-webkit-box-shadow:none; 
	height:auto;
	font-weight:normal;
	border-radius:0;
	-webkit-border-radius:0px;
	-khtml-border-radius:0px;
	-moz-border-radius:0px;
	color:#555;
	display:block;
	text-align:left;
}
#column-left .box-product .cart .button:hover,
#column-right .box-product .cart .button:hover {
	text-decoration:underline;
}
#column-left .box-product .image img,
#column-right .box-product .image img { width:85px;}

#column-left .box-product .rating,
#column-right .box-product .rating,
#column-left .box-product .name,
#column-right .box-product .name,
#column-left .box-product .price,
#column-right .box-product .price,
#column-left .box-product .cart,
#column-right .box-product .cart {
	float: left;
    font-weight: 500;
    clear: both;
    display: block;
	line-height: inherit;
    margin-bottom: 3px;
    font-size: 16px;
}
#column-left .box-product .rating{
    margin-top: 0;
}
#column-left .box-product .price .price-old,
#column-right .box-product .price .price-old {
	font-size: 14px;
    line-height: 26px;
}

#column-left .box .box-content, #column-right .box .box-content,
#column-left .box .list-group, #column-right .box .list-group,
#column-left .box .filterbox, #column-right .box .filterbox{
	margin: 0px;
    background: #ffffff none repeat scroll 0 0;
    padding: 15px 20px;
    border: 0;
    border-top: none;
}
#column-left .box .filterbox label:hover, 
#column-right .box .filterbox label:hover{
	 color: #117f70;
}
#column-left .box-product .rating,
#column-right .box-product .rating {
	display: inline-block;
	margin-bottom: 0px;
	opacity:1;
}
#column-left .product-thumb, #column-right .product-thumb {
	border:none;
	margin: 0px 0px;
    padding: 5px 0;
	background:#ffffff;
}
#column-left .product-thumb .product-block-inner,
#column-right .product-thumb .product-block-inner {
    max-width: 100%;
    box-shadow: none;
    overflow: hidden;
    border: 0;
}
#column-left .product-thumb:hover, #column-right .product-thumb:hover{
	background:#fff;
}
#column-left .sale, #column-left .price-tax, #column-left .wishlist, #column-left .compare,
#column-right .sale, #column-right .price-tax, #column-right .wishlist , #column-right .compare {display:none !important;}

#column-left .product-thumb .button-group button, 
#column-right .product-thumb .button-group button  {   
	background: none repeat scroll 0 0 transparent;
    padding: 0;
    width: auto;
	line-height: 28px;
	color:#262626;
	text-transform:capitalize;
	left:0;
	height:auto;
	position:static;
	text-align: left;
}	

#column-left .product-thumb .button-group button span, 
#column-right .product-thumb .button-group button span { display:block !important; }

#column-left .product-thumb .button-group button:hover, 
#column-right .product-thumb .button-group button:hover{color:#117f70;}

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

#column-left .product-thumb .button-group, 
#column-right .product-thumb .button-group {background:none; border:none; position:static; display:block; float:left; opacity:1; padding:0; }
#column-left .product-thumb .image .button-group, 
#column-right .product-thumb .image .button-group {display:none}
#column-left .container,
#column-right .container{width:auto; padding: 0;}
#column-left .box,
#column-right .box{
	margin-bottom: 30px;
    position: relative;
    padding:0px 0px;
    background: #fff;
    border:2px solid #ededed;
}
#column-left .box .product-thumb  button.addtocart,
#column-right .box .product-thumb  button.addtocart{    
    padding: 0px;
    border: 0;
    text-align: left;
    font-weight: 400;
    text-transform: capitalize;
    background: none;
    position: static;
    opacity: 1;
    display: block;
    width: 100%;
    font-size: 13px;
    height: auto;
    display: none;
}
#column-left .box .product-thumb button.addtocart span:hover,
#column-right .box .product-thumb button.addtocart span:hover{
     color: #117f70;
}
#column-left .box .product-thumb  button.addtocart span,
#column-right .box .product-thumb  button.addtocart span { 
	background: none;
	padding: 0px;
	color: #000000;
	text-transform: capitalize;
    display: block; 
}
#column-left .box .product-block:hover  button.addtocart, 
#column-right .box .product-block:hover  button.addtocart
{
	background:transparent;
	 color: #117f70;
}
#column-left .single-banner .swiper-slide a:after{
	background:rgba(255,255,255,.5) none repeat scroll 0 0;
    bottom: 20px;
    content: "";
    left: 20px;
    right: 20px;
    top: 20px;
    position: absolute;
    opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
#column-left .single-banner .swiper-slide:hover a:after, #column-right .single-banner .swiper-slide:hover a:after {
	/* transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg); */
    transition-duration: 1.3s;
    -moz-transition-duration: 1.3s;
    -webkit-transition-duration: 1.3s;
    -khtml-transition-duration: 1.3s;
    -o-transition-duration: 1.3s;
    opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
#column-left .single-banner .swiper-pagination, #column-right .single-banner .swiper-pagination {
    display: none;
}
#column-left .product-thumb .caption h4 a:hover, #column-right .product-thumb .caption h4 a:hover {
     color: #117f70;
}
#column-left .product-thumb h4 a:hover, #column-right .product-thumb h4 a:hover {
     color: #117f70;
}
.product-thumb caption h4 a:hover, header #cart li a:hover, .product-thumb:hover h4 {
     color: #117f70;
}
.compare-total a {
    color: #262626;
}

.top_button {
    bottom: 30px;
    cursor: pointer;
    height: 42px;
    padding: 0 0;
    position: fixed;
    right: 35px;
    text-align: center;
    width: 42px;
    z-index: 999;
    border:2px solid #117f70;
    font-size: 0;
    display: none;
    background: url(https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/codezeel/top-icon.png) no-repeat scroll center center transparent;
}


#content ul.list-unstyled {  
    overflow: auto;
}
#content ul.list-unstyled li {
    line-height: 26px;
    padding: 4px 0;
}
.manufacturer-list {
    border:1px solid #dddddd;
    margin-bottom: 20px;
    padding: 5px;
}
.manufacturer-heading {
    background: none repeat scroll 0 0 #eeeeee;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 6px;
    padding: 5px 8px;
}
.manufacturer-content {
    padding: 8px;
}
.manufacturer-list ul {
    float: left;
    list-style: outside none none;
    margin: 0 0 10px;
    padding: 0;
    width: 25%;
}

.category_filter .sort .form-control {cursor:pointer;}
.box.related {
    margin-top: 90px;
    position: relative;
    margin-bottom: 40px;
    float: left;
    width: 100%;
    clear: both;
}

.hometab:hover .customNavigation {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.box.latest .customNavigation {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.box:hover .customNavigation {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.tab-content {
	overflow:hidden;
}
.col-sm-4.total_amount { margin-top: 70px;}
.product-tag{margin:5px 0;}
.aboutus {
    clear: both;
	margin-bottom: 40px
}

.aboutus h3 {
	margin-bottom:10px;
	color: #000;
    font-weight: 500;
}
.image1 {
    background: url("https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/codezeel/cms-sprite.png") no-repeat scroll 0px 0px;
    float: left;
    height: 50px;
    width: 60px;
}

.image2 {
    background: url("https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/codezeel/cms-sprite.png") no-repeat scroll 0px -114px;
    float: left;
    height: 50px;
    width: 60px;
}

.image3 {
    background: url("https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/codezeel/cms-sprite.png") no-repeat scroll 0px -53px;
    float: left;
    height: 50px;
    width: 60px;
}
.image4 {
    background: url("https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/codezeel/cms-sprite.png") no-repeat scroll 0px -172px;
    float: left;
    height: 50px;
    width: 60px;
}
.aboutus h2{clear:both;font-size:20px;}
.about-content{overflow:hidden;}
.information-information .right{float:right;}

.category_filter #grid-view,.category_filter #list-view{
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	border:none;
	padding:6px 12px;
}

.category_filter #grid-view{
	background:url(https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/codezeel/sprite.png) no-repeat scroll -6px  -112px;
	width:24px;
	height:24px;
}
.category_filter #list-view{
	background:url(https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/codezeel/sprite.png) no-repeat scroll -42px -110px ;
	width:24px;
	height:24px;
}
.category_filter #list-view.active, .category_filter #list-view:hover{
	background-position:-41px -161px;
}
.category_filter #grid-view:hover, .category_filter #grid-view.active{
	background-position:-3px -162px ;
}
.category_filter #grid-view .fa, .category_filter #list-view .fa{display:none}

#list-view{margin-left:8px}

.category_filter #grid-view:hover .fa,.category_filter #list-view:hover .fa{color:#fff;}
.category_filter .btn-list-grid{float:left;width:auto; padding: 8px 0 0 0;}
.compare-total { float: left; margin: 9px 20px 0; }
.pagination-right { float: right;margin:0; width: auto;}
.category_filter .sort-by {float: left;margin: 8px 10px 0 0; width: auto;padding:0;}
.category_filter .show {float: left; margin: 8px 10px 0;padding:0; width:auto;}
.category_filter .sort { float: left; width: 260px;padding:0;}
.category_filter .limit {float: right; width: 100px;padding:0;}
.sort-by-wrapper,.show-wrapper{
    float: left;
}
.category_thumb .category_img, .category_thumb .category_description {
    float: left;
    width: 100%;
}

.category_img img { margin-bottom:20px; border:none; vertical-align: top; }

.category_list ul {
    padding: 0;
	display:inline-block;
	margin:0;
}
.category_thumb .category_description p {
    margin-bottom: 20px;
}
#content .refine-search {
	margin-bottom: 15px;
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
    text-transform: initial;
}
.refine-search ul{padding:0;}
.refine-search ul li{list-style:none;}
.category_list li a {      
    color: #000000;
    display: block;
    padding: 5px 15px;
    border:1px solid #d9d9d9;
    background-color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.category_list li a:hover {
     color: #117f70;
	border-color:#117f70;
}
.category_list li {
    float: left;
    list-style: outside none none;
    margin: 0 10px 5px 0;
}
.pagination-wrapper {
	display: inline-block;
    margin: 10px 0 10px;
    padding: 15px 0 10px 0;
    width: 100%;
    background: none;
}
.category_filter{
	border: none;
    display: inline-block;
    margin: 0px 0 0px;
    padding: 12px 0 0px;
    width: 100%;
    background: none;
}
.pagination-wrapper .page-link {
    float: right;
    padding: 0;
    width: auto;
    margin-top: 6px;
    font-weight: 600;
}
.pagination-wrapper .page-result{
    float: left;
    padding: 0;
    width: auto;
	margin: 13px 0 13px;
}
.contact-info .left {
    float: left;   
    width: 50%;	
}
.contact-info .right {
    float: right;
    width: 50%;
}
.row.contact-info {
    padding: 0 15px;
}
.information-contact .panel-body{padding:30px;overflow:auto;}

.contact-info .address-detail strong {
    background: url("https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/codezeel/cms-sprite.png") no-repeat scroll -6px -235px transparent;
   	padding: 0px 0 0 40px;
	height:28px;
	margin:10px 0 0;
	float:left;
	clear:both;
	font-weight: 500
}
.contact-info .address-detail,.contact-info .telephone,.contact-info .fax,  .contact-info .openingtime,.contact-info .comments{float:left;width:100%;}
.contact-info .telephone strong{
    background: url("https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/codezeel/cms-sprite.png") no-repeat scroll -5px -314px transparent;
    padding: 0px 0 0 40px;
	margin:10px 0 0;
	height:28px;
	float:left;
	clear:both;
	font-weight: 500
}
.contact-info .fax strong{
    background: url("https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/codezeel/cms-sprite.png") no-repeat scroll -5px -272px transparent;
    padding: 0px 0 0 40px;
	height:28px;
	margin:10px 0 0;
	float:left;
	clear:both;
	font-weight: 500
}
.contact-info .openingtime strong{
	background: url("https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/codezeel/cms-sprite.png") no-repeat scroll -5px -355px transparent;
	padding: 0px 0 0 40px;
	height:28px;
	margin:10px 0 0;
	float:left;
	clear:both;
	font-weight: 500
}
.contact-info .comments strong{
	background: url("https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/codezeel/cms-sprite.png") no-repeat scroll -5px -399px transparent;
	padding: 0px 0 0 40px;
	height:28px;
	margin:10px 0 0;
	float:left;
	clear:both;
	font-weight: 500
}
.contact-info address {
    margin: 0 0 0 40px;
	float:left;
	clear:both;
}
.address-detail .btn {
    clear: both;
    float: left;
    margin: 15px 0 0 37px;
}

#spinner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background:url(https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/codezeel/loading.gif) no-repeat center center #ede0e3;
    background-size: 15%;
}
.main-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.main-slider li.swiper-button-prev {
    background-image: none;
}
.main-slider li.swiper-button-next {
    background-image: none;
    list-style: none;
}

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

}
.main-slider .swiper-pager-button li.swiper-button-prev {
    left: 60px;
	 -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
.main-slider:hover .swiper-pager-button li.swiper-button-prev {
    left: 110px;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.main-slider .swiper-pager-button li.swiper-button-next {
    right: 60px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.main-slider:hover .swiper-pager-button li.swiper-button-next {
    right: 110px;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.main-slider .swiper-pager-button a {
    text-decoration: none;
    display: block;
    margin: 2px;
    position: absolute;
    z-index: 8;
    top: 50%;
    overflow: hidden;
    cursor: pointer;
    font-size: 0;
    height: 50px;
    width: 50px;
    border: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    background-size: 40px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
}
.main-slider .swiper-pager-button a.swiper-prev {
    background-image: url(https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/codezeel/left-angle-black.svg);
}
.main-slider .swiper-pager-button a.swiper-prev:hover{
    background-image: url(https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/codezeel/left-angle-black-hover.svg);
}
.main-slider .swiper-pager-button a.swiper-next {
    background-image: url(https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/codezeel/right-angle-black.svg);
}
.main-slider .swiper-pager-button a.swiper-next:hover{
    background-image: url(https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/codezeel/right-angle-black-hover.svg);
}
.main-slider .swiper-pager ul {
    padding-left: 0;
    margin: 0;
}
.main-slider:hover .swiper-pager-button a {
    opacity: 1;
    filter: alpha(opacity=100);
}

.main-slider .swiper-pagination {
    opacity: 0;
}
.main-slider:hover .swiper-pagination {
    opacity: 1;
}
.information-sitemap .sitge-map ul{padding:0 0 0 20px;}
.forget-password {margin: 5px 0 0;}
.product-compare .btn-primary{margin:5px 0 5px;}
.productpage .write-review,.productpage .review-count {margin: 0 10px; color: gray;}
.productpage .write-review:hover, .productpage .review-count:hover {
    color: #117f70;
}
.productpage .rating-wrapper, .quickview .rating-wrapper { margin: 0px;}
.quickview .review-count , .quickview .write-review { display:none; }

#content.productpage ul.list-unstyled{border-bottom:medium none;}
.panel-default>.panel-heading:hover{  border-color: #117f70; }
.panel-default>.panel-heading:hover .panel-title {background-color: #ffffff;}
#accordion h4.panel-title a.accordion-toggle {display: block;}
.checkout-cart #accordion .panel-title > a, .checkout-checkout #accordion .panel-title {
    color: #000000;
    font-weight: 500;
    padding: 10px 15px;}
#accordion .panel-title > a {color: inherit;}
#accordion .panel-heading .fa.fa-caret-down {float: right; margin-top:4px;}
#accordion .col-sm-10 {width: 75%;}
#accordion .form-horizontal .control-label {text-align:left;}
#accordion .panel-default .panel-body h2 {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

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

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

#content ul.list-unstyled.attr span{
    font-weight: 500;
    color: #000;
}
#content ul.list-unstyled.attr a {
    text-decoration:underline;
}
#content ul.list-unstyled.attr a:hover {
    color: #117f70;
}
#content ul.list-unstyled.attr{
	padding-bottom:15px;
	border-bottom:1px solid #d9d9d9;
    padding-top: 0px;
	margin-bottom:20px;
}
.quickview #product2 hr {
    border-top: 1px solid #d9d9d9;
    margin-top: 15px;
}
#content ul.list-unstyled.attr li{clear:both}

#content ul.list-unstyled.price li{
    float: left;
    padding: 2px 0;
    font-size: 12px;
}
.quickview #content ul.list-unstyled.price li span.old-price {float: left;}
.productpage .product-right ul li span.old-price, .productpage .product-right ul li span.special-price{ margin-bottom:10px; }

.productpage .product-right ul li.discount,.productpage .product-right ul li.rewardpoint,.productpage .product-right ul li.price-tax {
    clear: both;
}

span.old-price {
    margin-right: 5px;
    font-size: 20px;
    color: #888;
    font-weight: 400;
}

#content h3.special-price {
    font-size: 22px;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 20px;
    padding-top: 3px;
    color: #117f70;
    margin-top: 0px;
}
#content h3.product-price {
    font-size: 22px;
    color: #117f70;
    margin-bottom: 5px;
    font-weight: 600;
}
div#product .form-group .hasCustomSelect{ width: 64.2% !important; }
.page-title{padding:0px;}
.page-title, .refine-search, .product-title, .product-option {
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    color: #000;
    text-transform: initial;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.layout-2 #content h1 {
    padding-bottom: 15px;
}
#product-category h1.page-title {
    border-bottom:1px solid #d9d9d9;
    padding-bottom: 20px;
    margin-bottom: 19px;
    clear: both;
}
.copy-right {
    border-top: 1px solid #e5e5e5;
    padding: 10px 0;
	text-align:center;
}
.account-address .table>tbody>tr>td{vertical-align:middle;}
.account-address .btn-info{margin:2px 0;}

.affiliate-account .btn-primary .list-group-item,.affiliate-account .btn-primary .list-group-item:hover{padding:0; background:none; color:#fff;}


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

.shopping-cart .input-group .form-control {
    width: auto;
    height: 40px;
    text-align: center;
}

.shopping-cart .input-group-btn {
    float: left;
}

#accordion label.col-sm-2.control-label{margin:7px 0 0; padding:0 15px 0 0;}
#accordion #collapse-shipping label.col-sm-2.control-label{padding:0 15px;}
.checkout-checkout #accordion label.col-sm-2.control-label{padding-left:15px;}
.checkout-cart .input-group-btn:last-child > .btn, .checkout-cart .input-group-btn:last-child > .btn-group{
    margin-left: 5px;
    font-size: 14px;
    padding: 8px 23px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
}

.col-sm-3.search_subcategory, .col-sm-2.search_subcategory {width: auto; margin-top:7px;}

#button-search{float:right;}
.product-search h2{clear:both;}
.product-search .container h2 {
    margin-bottom: 0px;
}
.banners-slider-carousel img {
    max-width: 100%;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
@keyframes bounceIn {
	from, 20%, 40%, 60%, 80%, to {
	  animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}
	0% {
	  opacity: 0;
	  transform: scale3d(.3, .3, .3);
	}
	20% {
	  transform: scale3d(1.1, 1.1, 1.1);
	}
	40% {
	  transform: scale3d(.9, .9, .9);
	}
	60% {
	  opacity: 1;
	  transform: scale3d(1.03, 1.03, 1.03);
	}
	80% {
	  transform: scale3d(.97, .97, .97);
	}
	to {
	  opacity: 1;
	  transform: scale3d(1, 1, 1);
	}
}
.banners-slider-carousel .product-block:hover img {
	opacity: 1;
    filter: alpha(opacity=100);
    animation: 3s ease-in 1s 2 reverse both paused bounceIn;
    animation: 3s linear 1s bounceIn;
    animation: bounceIn 1s;
}

@-webkit-keyframes slideDashXopp {
  from { -webkit-transform: translateX( 0% ); transform: translateX( 0% ); -moz-transform: translateX( 0% ); -ms-transform: translateX( 0% ); -o-transform: translateX( 0% );  }
  to   { -webkit-transform: translateX( -50% ); transform: translateX( -50% ); -moz-transform: translateX( -50% ); -ms-transform: translateX( -50% ); -o-transform: translateX( -50% );}
}


@-moz-keyframes slideDashXopp {
  from { -webkit-transform: translateX( 0% ); transform: translateX( 0% ); -moz-transform: translateX( 0% ); -ms-transform: translateX( 0% ); -o-transform: translateX( 0% );  }
  to   { -webkit-transform: translateX( -50% ); transform: translateX( -50% ); -moz-transform: translateX( -50% ); -ms-transform: translateX( -50% ); -o-transform: translateX( -50% );}
}

@keyframes slideDashXopp {
   from { -webkit-transform: translateX( 0% ); transform: translateX( 0% ); -moz-transform: translateX( 0% ); -ms-transform: translateX( 0% ); -o-transform: translateX( 0% );  }
  to   { -webkit-transform: translateX( -50% ); transform: translateX( -50% ); -moz-transform: translateX( -50% ); -ms-transform: translateX( -50% ); -o-transform: translateX( -50% );}
}
			
@-webkit-keyframes slideDash {
  from { -webkit-transform: translateX( -50% ); transform: translateX( -50% ); -moz-transform: translateX( -50% ); -ms-transform: translateX( -50% ); -o-transform: translateX( -50% ); }
  to   { -webkit-transform: translateX( 0% ); transform: translateX( 0% ); -moz-transform: translateX( 0% ); -ms-transform: translateX( 0% ); -o-transform: translateX( 0% ); }
}


@-moz-keyframes slideDash {
  from { -webkit-transform: translateX( -50% ); transform: translateX( -50% ); -moz-transform: translateX( -50% ); -ms-transform: translateX( -50% ); -o-transform: translateX( -50% ); }
  to   { -webkit-transform: translateX(   0% ); transform: translateX( 0% ); -moz-transform: translateX( 0% ); -ms-transform: translateX( 0% ); -o-transform: translateX( 0% ); }
}

@keyframes slideDash {
  from { -webkit-transform: translateX( -50% ); transform: translateX( -50% ); -moz-transform: translateX( -50% ); -ms-transform: translateX( -50% ); -o-transform: translateX( -50% ); }
  to   { -webkit-transform: translateX(   0% ); transform: translateX( 0% ); -moz-transform: translateX( 0% ); -ms-transform: translateX( 0% ); -o-transform: translateX( 0% ); }
}


@-webkit-keyframes slideDashY {
  from { -webkit-transform: translateY( -50% ); transform: translateY( -50% ); -moz-transform: translateY( -50% ); -ms-transform: translateY( -50% ); -o-transform: translateY( -50% ); }
  to   { -webkit-transform: translateY( 0% ); transform: translateY( 0% ); -moz-transform: translateY( 0% ); -ms-transform: translateY( 0% ); -o-transform: translateY( 0% ); }
}


@-moz-keyframes slideDashY {
  from { -webkit-transform: translateY( -50% ); transform: translateY( -50% ); -moz-transform: translateY( -50% ); -ms-transform: translateY( -50% ); -o-transform: translateY( -50% ); }
  to   { -webkit-transform: translateY( 0% ); transform: translateY( 0% ); -moz-transform: translateY( 0% ); -ms-transform: translateY( 0% ); -o-transform: translateY( 0% ); }
}

@keyframes slideDashY {
  from { -webkit-transform: translateY( -50% ); transform: translateY( -50% ); -moz-transform: translateY( -50% ); -ms-transform: translateY( -50% ); -o-transform: translateY( -50% ); }
  to   { -webkit-transform: translateY( 0% ); transform: translateY( 0% ); -moz-transform: translateY( 0% ); -ms-transform: translateY( 0% ); -o-transform: translateY( 0% ); }
}


@-webkit-keyframes slideDashYopp {
  from { -webkit-transform: translateY( 0% ); transform: translateY( 0% ); -moz-transform: translateY( 0% ); -ms-transform: translateY( 0% ); -o-transform: translateY( 0% ); }
  to   {  -webkit-transform: translateY( -50% ); transform: translateY( -50% ); -moz-transform: translateY( -50% ); -ms-transform: translateY( -50% ); -o-transform: translateY( -50% );}
}


@-moz-keyframes slideDashYopp {
  from { -webkit-transform: translateY( 0% ); transform: translateY( 0% ); -moz-transform: translateY( 0% ); -ms-transform: translateY( 0% ); -o-transform: translateY( 0% ); }
  to   {  -webkit-transform: translateY( -50% ); transform: translateY( -50% ); -moz-transform: translateY( -50% ); -ms-transform: translateY( -50% ); -o-transform: translateY( -50% );}
}

@keyframes slideDashYopp {
  from { -webkit-transform: translateY( 0% ); transform: translateY( 0% ); -moz-transform: translateY( 0% ); -ms-transform: translateY( 0% ); -o-transform: translateY( 0% ); }
  to   {  -webkit-transform: translateY( -50% ); transform: translateY( -50% ); -moz-transform: translateY( -50% ); -ms-transform: translateY( -50% ); -o-transform: translateY( -50% );}
}



/* CMS */


.box .box-content ul , #content .content ul { 
	padding: 0px;
	margin:0px;
	list-style:none;
}
.box .box-content ul li{
	line-height:  22px;
	padding: 0px;	
	position: relative;
}
.box .box-content ul li .hitarea {
	position: absolute;
	right: 0px;
	top: 6px;
}
.box .box-content ul li:last-child a{
    border: medium none;
}
.box .box-content ul li ul li a{
	border:none;
}
.box .box-content .box-category{
	padding: 0px;
}
#content .content ul li {
	line-height:22px;
	padding:5px;
}
.box .box-content ul li ul li + li{border-top:medium none;}
.box .box-content ul li a , #content .content ul li a{
	padding: 3px 0;
    text-transform: capitalize;
    line-height: 26px;
    display: inline-block;
    width: 100%;
    color: #222222;
}
.box .box-content ul li a + a , .box .box-content ul li a + a:hover{ background:none; padding-left:0; }
.box .box-content ul li a:hover , #content .content ul li a:hover{
	 color: #117f70;
}

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

.single-banner { margin: 0px 0px 30px; border: 0; text-align: center;}
#content .single-banner { margin:15px 0 50px; }
#content #banner2 a { position:relative; display:block; }
#content #banner2 a:before { 
	content:"";
	position:absolute;
	box-shadow:0 0 125px rgba(0,0,0,0.56) inset;
	height:100%;
	width:100%;
	opacity:0;
	-webkit-opacity:0;
	-moz-opacity:0;
	-khtml-opacity:0;
	transition: all 0.3s ease; 
	-webkit-transition: all 0.3s ease; 
	-moz-transition: all 0.3s ease; 
	-ms-transition: all 0.3s ease; 
	-o-transition: all 0.3s ease;
	z-index:9;
}

#content #banner2:hover a:before { 
	opacity:1;
	-webkit-opacity:1;
	-moz-opacity:1;
	-khtml-opacity:1;
 }

.box .box-content ul ul li ul {padding:0;}

.box .box-content ul ul li:hover ul {
	display: block;

}
.box.category {
    width: 23%;
    float: left;
    border: 0;
    padding: 0;
    margin-bottom: 0;
    position: relative; 
    min-height: auto;
    overflow: visible;
}
.box-category .box-content {
    background-color: #ffffff;
    width: 100%;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    margin: 0px 0 0 0;
    border: 3px solid #117f70;
    border-top: 0;
    padding: 20px 0 15px;
    position: absolute;
}
.box.category .box-heading {
    background-color: #117f70;
    padding: 19px 10px 17px 25px;
    margin-bottom: 0;
    font-size: 14px;
    text-align: left;
    font-weight: 500;
    letter-spacing: .9px;
    cursor: pointer;
    margin-top: 0;
    color: #fff;
    text-transform: uppercase;
    line-height: 26px;
}
.box.category .box-content > ul > li > a, .box.category .box-content #nav-one li.main.hiden_vertical_menu a ,.box.category li.main.hiden_vertical_menu span{
    padding: 10px 0 10px 40px;
    text-transform: uppercase;
    font-size: 13px;
    width: auto;
    font-weight: 400;
    line-height: 19px;
    display: block;
    color: #6c6c6c;
}
.box.category .box-content > ul > li:hover > a, .box.category .box-content #nav-one li.main.hiden_vertical_menu a:hover ,.box.category li.main.hiden_vertical_menu span:hover {
     color: #117f70;
}
.box.category .box-content .dropdown-inner ul li { background: none; padding: 0px; }
.box.category .box-content #nav-one li.main.hiden_vertical_menu a:hover, .box.category .box-content #nav-one li.main.hiden_vertical_menu a:hover {
     color: #117f70;
}
.box.category li.main.hiden_vertical_menu span {
    padding: 10px 15px 10px 25px;
    float: left;
    width: 100%;
    cursor: pointer;
}
.box.category .box-heading:after{display:none;}
.box.category .dropdown-arrow {
    float: left;
    font-weight: 300;
    margin-top: 0;
    padding-right: 20px;
}
.box.category .dropdown-arrow:before {
    font-family: "FontAwesome";
    content: "\F0C9";
    font-size: 18px;
    padding-left: 3px;
    font-weight: 400;
    float: left;
}
.box.category li.main.hiden_vertical_menu span:before {
    font-family: "FontAwesome";
    content: "\F107";
    font-size: 18px;
    padding-left: 3px;
    font-weight: 400;
    float: right;
}
.box.category li.main.hiden_vertical_menu span.active:before {
    content: "\F106";
}
#nav-one li.hiden_vertical_menu .dropdown-inner {
    display: none;
}
.product-block-inner a img{vertical-align:middle;}



.box-category-heading {
    background-color: #000;
    color: #fff;
    padding: 20px;
    font-size: 14px;
	font-weight:600;
    text-transform: uppercase;
    width: 270px;

	overflow:hidden;
	position:relative;
	letter-spacing: 0.5px;
	cursor:pointer;
}
.box-category-heading .fa {
    float: right;
    font-size: 20px;
    font-weight: 600;
}

.shipping-cms {
    display: inline-block;
	background:url(https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/codezeel/plane.png) no-repeat scroll left center transparent;
	height: 26px;
    padding-left: 75px;
}

.shipping-text .text1{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: #64c1dd;
}

.shipping-text .text2{
	font-weight: 300;
    text-transform: uppercase;
}


.contact-text .text1 {
	color:#1e1f22;
	font-weight:500;
	text-transform:uppercase;
	display:inline-block
}

.contact-text .text2 {
	color:#f2ab33;
	text-transform:uppercase;
	display:none
}

.content_footer_top {
    background: #262626;
}
.site-map ul li{ line-height: 36px;  }
#information-sitemap li a,
#account-account li a {
    color: #222222;
}
#information-sitemap li a:hover,
#account-account li a:hover {
    color: #117f70;
}
.content_footer_top .container { padding-top:0; }
.content_footer_bottom { 
	text-align:center;
}
.footer-blocks {
    width: 100%;
	padding: 94px 0 94px;
    position:relative;
    float: left;
}

.footer-blocks .footertop .footerdiv{padding-right:60px;}

.footer-blocks .footertop #footerlogo .footerlogo{ 
	margin-bottom: 20px;
}
.footer-blocks .footertop #footerlogo .footerlogo img{
	max-width: 100%;
}
.footer-blocks .footertop #footerlogo .footerdesc{ 
    margin-bottom: 25px;
    color:#c6c6c6; 
}
.footer-blocks .footertop #footerlogo ul {
    display: block;
}

/* End CMS */

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

.hometab,.categorytab {
    padding-top: 40px;
    padding-bottom: 60px;
	margin: 0px;
    clear: both;
    float: left;
    width: 100%;
    position: relative;
}
.hometab.box .box {
    margin-bottom: 0px;
}
#czparallaxcmsblock {
    padding: 40px 0 20px;
    position: relative;
    clear: both;
    overflow: hidden;
}
.htabs {
    margin-top: 0px;
    display: block;
    width: auto;
}

.categorytab .tabs {
    line-height: normal;
    padding: 0;
    border-bottom: medium none;
	min-height:405px;
}
.tab-content .customNavigation {
    top: 48%;
    width: 100%;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    opacity: 0;
    width: 100%;
}

.tab-content:hover .customNavigation {
    opacity: 1;
}
.tab-head .etabs {
    margin-bottom: 16px;
}
#tabs_info .nav-tabs,
.etabs {
    display: inline-block;
    width: auto;
    text-align: center;
    padding: 0;
    margin-bottom: 10px;
}
#tabs_info.product-tab .nav-tabs {
    float: none;
    text-align: center;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 20px;
}
#tabs_info {
    float: left;
    width: 100%;
    clear: both;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 70px;
    padding: 0;
}
#tabs_info .tab-content{
	padding: 30px;
    background: #ffffff;
    text-align: left;
    border: 1px solid #d9d9d9;
}
#product-product form#form-review {
    padding: 0;
}
#tabs_info .tab-content .tab-pane{ padding: 0px; border: 0px; }

.htabs .etabs li,.categorytab .nav-tabs li, #tabs_info .nav-tabs  li {
    list-style: none outside none;
    position: relative;
    text-align: center;
    float: none;
    display: inline-block;
    margin: 0px;
}
.box.related #products-related .image a {
    margin-bottom: -1px;
}
.box.related .product-block {
    margin: 15px 14px 15px 15px;
}
.categorytab .nav-tabs{border:none; float: right; margin-right: 55px; margin-top: -37px; padding:0;}

#tabs_info .nav-tabs li:last-child,
.htabs .etabs li:last-child,.categorytab .nav-tabs li:last-child {background:none}


#tabs_info .nav-tabs a,
.nav-tabs a, .htabs a,.categorytab .nav-tabs a {
    color: #000000;
    display: block;
    text-transform: uppercase;
    float: left;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    margin: 0px 2px;
    padding: 10px 34px;
    text-align: left;
    position: relative;
    letter-spacing: 0.6px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.htabs a:hover,.htabs a:focus,.categorytab .nav-tabs a:hover,.categorytab .nav-tabs a:focus, #tabs_info .nav-tabs li a:hover{     
    color: #ffffff;
    background-color:#117f70;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
#tabs_info .nav-tabs li.active a,
.htabs a.selected, .categorytab .nav-tabs li.active a{	
    color: #ffffff;
    background-color:#117f70;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.tab-content .tab {
    display: none;
}

.tab-content {
	position:relative;
	padding: 0px;
	z-index: 2;
	overflow: visible;
	margin-bottom: 0px;
}
/* #tab-latest #tablatest-grid .product-items, #tab-special #tabspecial-grid .product-items, #tab-bestseller #tabbestseller-grid .product-items {
    display: none;
} */
.cz-status {
    bottom: 0;
    display: none;
    color: #000;
    font-size: 16px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    line-height: 12px;
}
.viewmore {
    float: left;
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 0px;
    margin-top: 40px;
    margin-bottom: 30px;
}
.hometab .viewmore .btn-default {
    padding: 10px 30px;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: .6px;
    text-transform: capitalize;
    background: #117f70;
    border-color: #117f70;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.hometab .viewmore .btn-default:hover {
    background: #000;
    border-color: #000;
    color: #fff;   
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

/* End Tab cms */


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

.blog-left { position:relative; }
.blog-image{
    position:relative;
    overflow:hidden;padding: 0;
    margin-bottom: 15px;
}
.blog-left .blog-image img  { width:100%; height:100%; padding:0; border:none; } 
.blog-right {
    width: 100%;
    padding: 0px;
    text-align: left;
    clear: both;
}
.product-block:hover .blog-right {
    bottom: 0;
}
.blog-right .blog-desc,
.blog-right .view-blog{
    font-size: 14px;
    color: #666666;
}
.blogs .blog-right .blog-desc {
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}

.blog-right h4{
    font-weight: 500;
    text-transform: initial;
    line-height: 26px;
    font-size: 16px;
    padding-top: 0px;
    clear: both;
    margin: 0 0 4px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    color: #000000;
}
.blog-right h4:hover {
    color: #117f70;
}
.view-blog { float:left; width:100%; text-align:left; margin:0 0 10px; }
.read-more { text-decoration: underline; text-transform:capitalize;  font-weight: 500; }
.read-more a{ font-weight: 500; }
.read-more .fa{display:none;}

.write-comment { float:right; }
.date-time {
    float: left;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    padding-right: 10px;
    margin-right: 20px;
}
#content .blog-left-content .blog-date-comment .blog-date{
    padding: 0;
    text-align: left;
    float: left;
    margin: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#content #blog-carousel .product-block .date-comment .date-time,
#content #blog-grid .product-block .date-comment .date-time {
    padding: 0;
    text-align: left;
    float: left;
    margin: 0;
    line-height: 20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#content #blog-carousel .product-block:hover .date-comment .date-time,
#content #blog-grid .product-block:hover .date-comment .date-time {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#content #blog-carousel .product-block .date-comment .blog-day, 
#content #blog-grid .product-block .date-comment .blog-day {
    display: block;
    margin-bottom: 3px;
    font-size: 30px;
    line-height: 26px;
    font-weight: 700;
    color: #888888;
    letter-spacing: .2px;
}
#content #blog-carousel .product-block .date-comment .blog-month, 
#content #blog-grid .product-block .date-comment .blog-month {
    font-size: 14px;
    color: #888888;
    display: inline-block;
    margin-top: 0px;
    letter-spacing: .2px;
    font-weight: 400;
}
#content #blog-carousel .product-block:hover .date-comment .blog-day, 
#content #blog-grid .product-block:hover .date-comment .blog-day,
#content #blog-carousel .product-block:hover .date-comment .blog-month, 
#content #blog-grid .product-block:hover .date-comment .blog-month {
    color: #ffffff;
}
.date-comment .fa { padding-right: 5px; }
.date-time .fa,.date-comment .fa { 
    color: #fff;
    font-size: 13px;
}

.blog_default_width{ width:390px;}

.blog-img { padding: 0px; }
.blog-right-content .blog-desc {
    margin: 0 0 15px;
}
.comment-wrapper {
    position: relative;
    float: right;
    margin: 0;
	color: #262626;
}
.comment-wrapper .write-comment a::before {
    color: #262626;
    content: "\f0e5";
    float: left;
    font-family: "FontAwesome";
    font-size: 14px;
    margin-right: 7px;
}
.blog-img .img-thumbnail{border:none}
.blogs {
    padding: 50px 0 70px;
    margin: 0px;
    clear: both;
    float: left;
    width: 100%;
    background: #fff;
}
.blogs .product-items{ width: 390px; }

#blog-carousel, #content #blog-grid { 
	padding:0px; 
	border:none;  
	overflow: visible
}
.blogs .customNavigation {
    top: auto;
}

.box.blogs .box-content {padding:0; margin-left: -15px; margin-right: -15px; margin-top: 0px; position: relative;}
#blog-carousel .blog-item { 
    position: relative;
    overflow: hidden;
}

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

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

#blog-carousel .product-block .write-comment, 
#blog-grid .product-block .write-comment{
	float: none;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.5px;
}
#blog-carousel .product-block .blog-image img, 
#blog-grid .product-block .blog-image img{
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
#blog-carousel .product-block:hover .blog-image img, 
#blog-grid .product-block:hover .blog-image img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.information-blogger .single-blog h1 {  
	font-weight: 500;
    text-transform: initial;
    font-size: 20px;
    margin-bottom: 18px;
}
.information-blogger form.form-horizontal {
    background: none;
    padding: 0px;
}
.single-blog .blog-img{position:relative; margin-bottom:15px;}
.single-blog .blog-date {
    padding-bottom: 5px;
    color: #117f70;
    font-weight:500;
}
.single-blog .blog-date:before {
    color: #117f70;
}
#column-left .swiper-wrapper {
    height: auto;
}
.single-blog .panel-default{border:medium none;}
#add-comment .col-sm-10.buttons {
    padding: 0 8px;
}
.single-blog .blog-desc { padding-bottom:10px; }
.single-blog .block-title h3{  padding-top:10px; }
.single-blog .view-comment .block-title {
    float: left;
    width: 100%;
    clear: both;
    margin-top: 10px;
}
.single-blog .view-comment .panel-default { 
    box-shadow: none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	background-color: #fff;
	border:1px solid #ededed;
	border-bottom: 1px solid #ededed; 
    padding:15px;
    clear: both;
}
.single-blog .view-comment #add-comment {
    border: 0;
    border-bottom: 0;
    padding: 0px;
}
.view-comment .col-sm-3 .name{font-weight:500; color:#262626;}
.view-comment .col-sm-3 .date{ color: #117f70;}
/*.single-blog .view-comment .name, .single-blog .view-comment .date, .single-blog .view-comment .comment-text, .single-blog .view-comment .col-sm-3 {
    width: 100%;
}*/
.user_icon {
    background-color: #fff;
    border-right: 1px solid #ededed;
    /*float: left;*/
    margin: 0px 15px 0 0;
    padding: 10px 15px;
	text-align:center;
}
.single-blog .block-title {
    margin-top: 25px;
}
/*.comment_info{float:right; width:83%; }
.comment_info .comment-text{margin-top:12px;}*/
.view-comment{clear:both;}


/*Codezeel Blog light-box CSS */ 

.all-blog .blog-left-content:hover .post-image-hover,
.blogs .product-block:hover .post-image-hover {
	background: rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    /* -webkit-transform: scaleY(1);
    transform: scaleY(1);*/
} 
.information-blogger-blogs .panel-default h5.blog-title:hover {
    color: #775011;
}
.information-blogger-blogs .panel-default h5.blog-title {
    float: left;
    width: 100%;
    margin: 5px 0 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.information-blogger-blogs .panel-default h5.blog-title a {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.4px;
    text-transform: initial;
}
.post-image-hover {
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    -webkit-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
    width: 100%;
}

.blog-image .post_hover {
    top: 0px;
    bottom: 0;
    height: 51px;
    left: 0;
    right: 0px;
    margin: auto;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.blogs .product-block:hover .post_hover{
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
	
}
.product-block .blog-left:hover .zoom, .product-block .blog-left:hover .readmore_link,
.all-blog .blog-left-content:hover .zoom, .all-blog .blog-left-content:hover .readmore_link{
    opacity: 1;
    filter: alpha(opacity=100);
}

.blog-left .icon.zoom .fa, .blog-left .icon.readmore_link .fa {
    font-size: 14px;
}
.blog-image .icon.readmore_link{	
	margin-top: 4px;
}
.blog-left-content .blog-image .icon,
.blog-left .blog-image .icon{
    display: inline-block;
    float: none;
    height: 45px;
    width: 45px;
    line-height: 17px;
    border: 2px solid #ffffff;
    color: #ffffff;
    background: transparent;
    font-size: 14px;
    padding: 12px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-align: center;
    margin-right: 0px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.blog-left-content .blog-image .icon:hover,
.blog-left .blog-image .icon:hover{
	color:#fff; 
	border-color:#117f70; 
	background:#117f70;
}
.blog-left .icon.zoom .fa-search-plus:before {
    content: "\f002";
    left: 0;
}
.blog-item:hover .blog-image .post_hover a.icon.zoom,
.blog-item:hover .blog-image .post_hover a.icon.readmore_link {
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
}
.all-blog .blog-left-content { float:left;  width:100%; }
.blog-left-content .blog-image .icon i.fa.fa-search-plus:before {
    content: "\f002";
}
.all-blog .blog-left-content .blog-image { float:left; position:relative; }
.all-blog .blog-left-content:hover .blog-image .img-thumbnail {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.all-blog .blog-left-content .blog-image .img-thumbnail{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.blog-right-content {
    clear: both;
    float: left;
    width: 100%;
}

.blog-left-content .blog-title {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 10px 0 10px;
    padding: 0 0 10px;
    position: relative;
    text-transform: capitalize;
}
.blog-left-content .blog-title a{ color: #000; }

.blog-right-content .read-more a:hover::after {
    color: #fff;
}
.blog-right-content .read-more a:hover{
	color:#fff;
	background-color: #117f70;
	border-color:#117f70;
}
.blog-right-content .write-comment,
.blog-right-content .write-comment a {
    color: #262626;
}
.blog-right-content .write-comment a:hover,
.blog-right-content .write-comment a:hover:before{ color: #117f70;}
.write-comment-count{float:left; margin-right:15px;}
.information-blogger-blogs .write-comment {
    float: left;
}

/* .information-blogger-blogs .blog-image img {
    display: none;
} */
.all-blog .blog-right-content {
    padding: 15px 0px 0px;
}
.all-blog .blog-right-content .comment-wrapper {
    float: left;
}
.information-blogger-blogs .blog-image {
    margin-bottom: 0px;
    background-position: center center;
    height: 100%;
    overflow: hidden;
    width: 100%;
    background-repeat: no-repeat;
}

.information-blogger-blogs .panel-body{
	padding: 0 0 20px 0;
    position: relative;   
}
.information-blogger-blogs .panel-default {
    border: none;
    margin-bottom: 20px;
    padding-bottom: 20px;
    background-color:transparent;
}
.information-blogger-blogs .panel-default .panel-inner .panel-default {
    float: none;
    display: inline-block;
    vertical-align: top;
    width:32.94%;
    margin-bottom: 5px;
    margin-top: 0px;
}
.information-blogger-blogs .panel-default .panel-inner {
    margin: 0 -15px;
}
.information-blogger-blogs .panel-default:last-child{
    margin-top: 22px;
    margin-bottom:0px; 
}
.information-blogger-blogs .panel-default {
    width: 100%;
}
.blog-left-content:hover .post-image-hover::before {
    opacity:1;
	-moz-opacity:1;
	-webkit-opacity:1;
	-ms-opacity:1;
}

.date-comment{
    padding: 15px 0 10px; 
    float: left; 
	z-index:9;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}	
.date-comment a {color: #fff; }
.blog-date-comment{
    padding: 15px 0 10px;
    float: left;
    z-index: 7;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.blog-date{ color: #ffffff; padding-bottom: 10px; float:left; width: 100%; }
.blog-date-comment .blog-date {
   float: left;
   padding-bottom: 0px;
   width: auto;
}
.blog-date:before{
    color: #ffffff;
    content: "\f073";
    float: left;
    font-family: "FontAwesome";
    font-size: 14px;
    margin-right: 8px;
}
#content .blog-left-content .blog-date-comment{
    display: block;
    text-transform: capitalize;
    float: none;
    padding: 6px 15px;
    margin: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    line-height: 18px;
    overflow: hidden;
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: auto;
    background: #117f70;
    font-size: 14px;
    font-weight: 400;
    opacity: 1;
    letter-spacing: 0.5px;
}
#content #blog-carousel .product-block .date-comment, 
#content #blog-grid .product-block .date-comment {
    display: block;
    text-transform: capitalize;
    color: #ffffff;
    float: none;
    padding:5px 10px 5px;
    margin: 0;
    line-height: 26px;
    overflow: hidden;
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: auto;
    background: #117f70;
    font-size: 14px;
    font-weight: 400;
    opacity: 1;
    letter-spacing: 0.5px;
}
#content #blog-carousel .product-block .date-comment .date-time .fa,
#content #blog-grid .product-block .date-comment .date-time .fa {
    font-size: 14px;
    padding-right: 7px;
}
.date-time span {
    display: block;
    font-size: 24px;
    line-height: 26px;
    font-weight: 600;
}
#content #blog-carousel .product-block .blog-right h4 a:hover,
#content #blog-grid .product-block .blog-right h4 a:hover {
	color: #117f70; 	
}
#content #blog-carousel .product-block .blog_title a, 
#content #blog-grid .product-block .blog_title a {
    color: #000000;
}
.write-comment a,.date-time{ color: #ffffff; }

.information-blogger-blogs .read-more a {
    background-color: transparent;
    border: 0;
    padding: 0;
    color: #117f70;
    text-decoration: underline;
}
.information-blogger-blogs .read-more a:hover {
    text-decoration: none;
    color: #000000;
}
.all-blog .blog-left-content:hover .post_hover {
	opacity:1;
	-webkit-opacity:1;
	-moz-opacity:1;
	-kkhtml-opacity:1; 
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
#add-comment .col-sm-10 {
    width: 66.6667%;
}

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

.blogs .buttons,#blog-carousel .owl-pagination{display:none}



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

/*Codezeel Blog light-box CSS */ 

/*Codezeel Blog CSS */ 

/* Datetimepicker Css */
.bootstrap-datetimepicker-widget {
	border-radius:0 !important;
    -webkit-border-radius:0 !important;
    -moz-border-radius:0 !important;
    -khtml-border-radius:0 !important;
}

.bootstrap-datetimepicker-widget td,
.bootstrap-datetimepicker-widget th {
border-radius:0 !important;
-webkit-border-radius:0 !important;
-moz-border-radius:0 !important;
-khtml-border-radius:0 !important;
}

.bootstrap-datetimepicker-widget td.day:hover,
.bootstrap-datetimepicker-widget td.hour:hover,
.bootstrap-datetimepicker-widget td.minute:hover,
.bootstrap-datetimepicker-widget td.second:hover{
	background: #000 !important;
    color: #fff;
}

.bootstrap-datetimepicker-widget td.today:before {border-bottom: 7px solid #262626 !important;}

.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover{
	background-color:#262626 !important;
	color: #161b1e !important;
}

.bootstrap-datetimepicker-widget td.active.today:before {
	border-bottom-color:#161b1e !important;
}

.bootstrap-datetimepicker-widget td span {
    border-radius:0 !important;
    -webkit-border-radius:0 !important;
    -moz-border-radius:0 !important;
    -khtml-border-radius:0 !important;
    background-color: #f3f3f3 !important;
}

.bootstrap-datetimepicker-widget td span:hover {background: #117f70 !important; color:#FFFFFF}

.bootstrap-datetimepicker-widget td span.active {
	background-color: #117f70 !important;
    color: #FFFFFF !important;
}

.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
background:#f3f3f3 !important;
}

.bootstrap-datetimepicker-widget td span.old:hover{color:#fff !important}

.picker-switch.accordion-toggle .btn{border:none; background-color:#262626; color:#fff}

.bootstrap-datetimepicker-widget td.day{position:relative;}

.bootstrap-datetimepicker-widget td.day.active:before {
    border-bottom: 7px solid #fff !important;
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-top-color: rgba(0,0,0,.2);
    position: absolute;
    bottom: 4px;
    right: 4px;
}


.bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover {
    background-color: #262626 !important;
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}

.bootstrap-datetimepicker-widget a[data-action]{border:none;}
/* End Datetimepicker Css */

.product-block .image .hover-image, #column-right .image .hover-image, #column-left .image .hover-image{
	left: 0;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.product-block:hover .image .hover-image{
	opacity:1;
	-webkit-opacity:1;
	-moz-opacity:1;
	-khtml-opacity:1;
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

/* productpage css */

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

.productpage .product-left {
    position: sticky;
    top: 80px;
}
.rightbanner {
    width: 100%;
    float: right;
    position: relative;
}
.productpage .product-detail-right .rightbanner .rightbanner-bottom .offer-banner .offer-inner a .img-responsive {
    max-width: 100%;
}
.productpage .product-right .product-detail-left {
    float: left;
    padding-right: 15px;
}
.productpage .product-right .product-detail-right {
    float: left;
    width: 35.22%;
    padding-left: 15px;
    overflow: hidden;
}
.productpage .product-right .product-detail-right .customNavigation {
   display: none;
}
.rightbanner_lists #ourrightbanner-carousel li.banner_item.item {
    text-align: left;
    display: block;
}
.rightbanner_block .czrightbanner-top .rightbanner_lists #ourrightbanner-carousel {
    padding: 0;
}
.rightbanner_lists #ourrightbanner-carousel li.banner_item.item .cate_image .banner-inner a img.img-responsive {
    max-width: 100%;
}
.rightbanner_block .czrightbanner-top {
    margin-bottom: 25px;
    float: left;
    width: 100%;
}
.rightbanner_block .rightbanner-bottom {
    float: left;
    position: relative;
}
.productpage .product-right .product-detail-right .czofferbanner-top {
    margin-bottom: 30px;
    overflow: hidden;
}
.productpage .offerbanner-bottom {
    overflow: hidden;
}
.productpage #czofferbannercmsblock .offter-inner a{
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
}
.productpage #czofferbannercmsblock .offter-inner a img {
    max-width: 100%;
}
.productpage .offerbanner-bottom img {
    max-width: 100%;
}

.productpage #czofferbannercmsblock .offter-inner a:hover:before {
    background: rgb(0 0 0 / 14%) none repeat scroll 0 0;
    left: 50%;
    right: 50%;
}
.productpage #czofferbannercmsblock .offter-inner a:hover:after{
    background: rgb(0 0 0 / 14%) none repeat scroll 0 0;
    bottom: 50%;
    top: 50%;
}
.productpage #czofferbannercmsblock .offter-inner a:before, 
.productpage #czofferbannercmsblock .offter-inner a:after{
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.rightbanner_block .czrightbanner-top .owl-controls {
    bottom: 0px;
    position: absolute;
    left: 0;
    right: 0;
}
.rightbanner_block .czrightbanner-top .owl-controls .owl-page {
    margin: 0px 1px;
}
.rightbanner_block .czrightbanner-top .owl-controls .owl-page.active span{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}


@media (max-width: 991px) and (min-width: 651px) {
	.header-logo img{
		height:65px;
	}
	#search .input-lg{
		width:350px!important;
	}
	#smartsearch{
		top:47px!important;
	}
    .rightbanner_block .czrightbanner-top {
        width: 38.85%;
    }
}
@media (max-width: 991px){
    .rightbanner_block .czrightbanner-top {
        margin-right: 25px;
    }
}
@media (max-width: 650px) and (min-width: 450px) {
    .rightbanner_block .czrightbanner-top {
        width: 44%;
    }
    .rightbanner_block .rightbanner-bottom {
        width: 50%;
    }
}
@media (max-width: 449px){
    .rightbanner_block .czrightbanner-top {
        width: 64%;
        margin-right: 0px;
    }
}

/* end productpage css */

#form-review .col-sm-2, #form-review .col-sm-10{width:100%;}
.container h2{
    font: 500 22px/26px 'Montserrat',sans-serif;
    color: #000000;
    text-transform: initial;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
#content h3{color:#000; margin-bottom:15px; font-weight: 500; font-size: 18px;}
#form-review > h3{font-size:16px; font-weight: 600;}
#content h3.product-title, #content h1.product-title {     
    font-size: 22px;
    font-weight: 400;
    padding: 0px 0 5px;
    text-transform: inherit;
    color: #000000;
    line-height: 32px;
    margin-top: 10px;
}
#content h3.product-title, #content h3.product-option, #content h1.product-title{margin-bottom: 0px;}
#content h3.product-option { text-transform:capitalize; font-size:18px; }
.breadcrumb + .row {
    clear: both;
}
#content table thead tr td{
	background:#ebebeb none repeat scroll 0 0;
	color:#000000;
	font-weight: 600;
}
.account-account #content ul.list-unstyled{margin-bottom:25px; }
.content-top .container{ padding-top:0px; }
#carousel-0.banners-slider-carousel .container{  position: relative; }
#carousel-0.banners-slider-carousel .customNavigation a{
	opacity:0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity:0;
	top: -10px;
}
#carousel-0.banners-slider-carousel:hover .customNavigation a{
	opacity:1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity:1;
	 transition: none;
	-moz-transition: none;
	-webkit-transition:none;
	-ms-transition: none;
	-o-transition: none;
}

.input-group.date .input-group-btn button.btn.btn-default {
    color: #fff;
}
/* QUCIK-VIEW */
.productpage-quickview .product-left { width: 45%; float:left; }
.productpage-quickview .product-right { width:55%; float:left; clear:none !important; }

.quickview .product-right ul li.discount, .quickview .product-right ul li.rewardpoint, .quickview .product-right ul li.price-tax { clear:both; }
.quickview {padding:15px 0; display:inline-block; width:100%; }
.quickview .container { width:100%; background:#FFFFFF; padding:0 10px; }
.quickview .container .row { margin:0; }
.quickview .top_button { display:none; }
.quickview #product2 { float:left; width:100%; }
.quickview #product2 h3 { width:100%; } 
.productpage-quickview #product2 h3 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 10px;
    padding: 0;
    text-transform: none;
	color:#000;
}

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

.product-thumb:hover .button-group .quickview-button{
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}

.product-block-inner .quickview-button a.quickbox {
    display: block;
    background-image: url(https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/codezeel/quickview.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 17px;
    background-color: #ffffff;
    height: 35px;
    width: 35px;
    padding: 0px;
    transition: none; 
    
}
.quickview-button a.quickbox:hover { 
    background-color: #117f70;
    background-image: url(https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/codezeel/quickview-hover.svg);
} 	
.quickview-button a.quickbox .fa { display: none; }

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

.alert.alert-success.animated{
    width: 35%; 
    left: auto !important;
    right: 0 !important;
	/*height:70px; */
	text-align:center;
	vertical-align:middle; 
	padding:20px 20px; 
	opacity:0.95 !important; 
	-webkit-opacity:0.95 !important; 
	-moz-opacity:0.95 !important; 
	-khtml-opacity:0.95 !important; 
	background-color: #fff  !important;
    border-color: #dddddd !important;
    color: #000 !important;

}
.alert.alert-success.animated span{font-size:15px !important; display: block;}
.alert.alert-success.animated span a{color:#000; text-decoration:underline; }
.alert.alert-success.animated span .fa.fa-check-circle{color:#9bcf85;}
.alert.alert-success.animated button.close{
	opacity:1; 
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity:1;
	color:#000;
}
.account-login .well .form-group a, .affiliate-login .well .form-group a{line-height:30px;}

.form-group.qty {
    clear: both;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}
.owl-carousel .item .image-container{float:left;}

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

/* Icon Pop */
@-webkit-keyframes hvr-icon-pop {
    50% {
            -webkit-transform: scale(1.3);
            transform: scale(1.3);
        }
}
@keyframes hvr-icon-pop {
    50% {
            -webkit-transform: scale(1.3);
            transform: scale(1.3);
        }
}
  
#czcategorylistblock {
    margin: 0;
    clear: both;
    float: left;
    width: 100%;
    background: #262626;
    padding:15px 0 15px;
    overflow: hidden;
    position: relative;
    text-align: center;
}
#czcategorylistblock .customNavigation {
    top: 30%;
    opacity: 0;
    filter: alpha(opacity=0);
}
#czcategorylistblock:hover .customNavigation {
    opacity: 1;
    filter: alpha(opacity=100);
}
.czcategory_listblock ul#ourcategory-carousel li.category_item_inner{
    list-style: none;
}
.czcategory_listblock ul#ourcategory-carousel li.category_item_inner .category-title:after {
    content: "";
    border-right: 1px solid #3c3c3c;
    height: 80px;
    top: 18px;
    position: absolute;
    right: 0;
}
.czcategory_listblock ul#ourcategory-carousel li .block_content{
    width: 100%;
    padding: 10px 15px;
    float: left;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}
.czcategory_listblock ul#ourcategory-carousel li .block_content .cate-inner{
    float: none;
    text-align: center;
    -webkit-transition: all 700ms ease 0s;
    -moz-transition: all 700ms ease 0s;
    -o-transition: all 700ms ease 0s;
    transition: all 700ms ease 0s;
}
.czcategory_listblock ul#ourcategory-carousel li:hover .block_content .cate-inner .cate-icon{
    -webkit-animation-name: hvr-icon-pop;
    animation-name: hvr-icon-pop;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.czcategory_listblock ul#ourcategory-carousel li .block_content .cate-inner .cate-icon{
    background: url(https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/codezeel/cate-icon.png) no-repeat scroll;
    float: none;
    margin-top: 0;
    height: 65px;
    width: 65px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin: 0 auto;
    text-align: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.czcategory_listblock ul#ourcategory-carousel li:hover .block_content .cate-details .category-title a{
    color: #117f70;
}
.czcategory_listblock ul#ourcategory-carousel li:hover .block_content .cate-inner .cate-icon.icon1{
    background-position: center 10px;
}
.czcategory_listblock ul#ourcategory-carousel li .block_content .cate-inner .cate-icon.icon1{
    background-position: center -142px;
}
.czcategory_listblock ul#ourcategory-carousel li:hover .block_content .cate-inner .cate-icon.icon2{
    background-position: center -1255px;
}
.czcategory_listblock ul#ourcategory-carousel li .block_content .cate-inner .cate-icon.icon2{
    background-position: center -1411px;
}
.czcategory_listblock ul#ourcategory-carousel li:hover .block_content .cate-inner .cate-icon.icon3{
    background-position: center -941px;
}
.czcategory_listblock ul#ourcategory-carousel li .block_content .cate-inner .cate-icon.icon3{
    background-position: center -1098px;
}
.czcategory_listblock ul#ourcategory-carousel li:hover .block_content .cate-inner .cate-icon.icon4{
    background-position: center -300px;
}
.czcategory_listblock ul#ourcategory-carousel li .block_content .cate-inner .cate-icon.icon4{
    background-position: center -460px;
}
.czcategory_listblock ul#ourcategory-carousel li:hover .block_content .cate-inner .cate-icon.icon5{
    background-position: center -620px;
}
.czcategory_listblock ul#ourcategory-carousel li .block_content .cate-inner .cate-icon.icon5{
    background-position: center -781px;
}
.czcategory_listblock ul#ourcategory-carousel li:hover .block_content .cate-inner .cate-icon.icon6{
    background-position: center -1568px;
}
.czcategory_listblock ul#ourcategory-carousel li .block_content .cate-inner .cate-icon.icon6{
    background-position: center -1724px;
}
.czcategory_listblock ul#ourcategory-carousel li:hover .block_content .cate-inner .cate-icon.icon7{
    background-position: center -1885px;
}
.czcategory_listblock ul#ourcategory-carousel li .block_content .cate-inner .cate-icon.icon7{
    background-position: center -2045px;
}
.czcategory_listblock ul#ourcategory-carousel li:hover .block_content .cate-inner .cate-icon.icon8{
    background-position: center -2206px;
}
.czcategory_listblock ul#ourcategory-carousel li .block_content .cate-inner .cate-icon.icon8{
    background-position: center -2366px;
}
.czcategory_listblock .categorylist-container.container .categoryblock-wrapper {
    width: 100%;
    float: left;
    position: relative;
}
.czcategory_listblock ul#ourcategory-carousel li .block_content .cate-details .category-title{
    font-size: 14px;
    letter-spacing: .6px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin-top: 9px;
}
.czcategory_listblock ul#ourcategory-carousel li .block_content .cate-details .category-title a {
    color: #fff;
}
#czcategorylistblock .box-heading {
    margin-bottom: 40px;
}
#czcategorylistblock #ourcategory-carousel .owl-controls .owl-buttons {
    display: none;
}   
#czcategorylistblock #ourcategory-carousel {
    padding: 0;
    margin: 0;
}
@media (max-width: 380px) {
    .czcategory_listblock ul#ourcategory-carousel li .block_content {
        padding-left: 3px;
        padding-right: 3px;
    }
    .czcategory_listblock ul#ourcategory-carousel li.category_item_inner .category-title:after {
        border-right: 0px;
        top: 0;
    }
    .czcategory_listblock ul#ourcategory-carousel li .block_content .cate-details .category-title {
        font-weight: 400;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: 100%;
    }
}

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

#czservicecmsblock {
	clear: both;
	float: left;
	width: 100%;
	position: relative;
}
#czservicecmsblock .service-area {
	padding: 100px 0px 50px;
	float: left;
	width: 100%;
}
#czservicecmsblock .service_container .service-area .service-fourth {
	float: left;
	width: 25%;
	padding: 0px 15px;
	position: relative;
}
#czservicecmsblock .service_container .service-area .service-fourth:after {
    content: "";
    position: absolute;
    border-right: 1px solid #c2c2c2;
    right: 5px;
    height: 46px;
    top: 2px;
}
#czservicecmsblock .service_container .service-area .service-fourth.service3 {
	padding-left: 50px;
}
#czservicecmsblock .service_container .service-area .service-fourth.service4 {
	padding-right: 0;
	padding-left: 90px;
}
#czservicecmsblock .service_container .service-area .service-fourth.service1:after {
    right: 50px;
}
#czservicecmsblock .service_container .service-area .service-fourth.service3:after {
    right: -38px;
}
#czservicecmsblock .service_container .service-area .service-fourth.service4:after {
    border-right: 0;
}
#czservicecmsblock .service_container .service-area .service-fourth:hover .service-icon::after {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: 1;
	filter: alpha(opacity=100);
	width: 41px;
}
#czservicecmsblock .service_container .service-area .service-fourth .service-content {
	margin-left: 70px;
	text-align: left;
	margin-top: 2px;
}
#czservicecmsblock .service_container .service-area .service-fourth .service-content .service-heading {
	text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    color: #222222;
}
#czservicecmsblock .service_container .service-area .service-fourth:hover .service-content .service-heading {
    color: #117f70;
}
#czservicecmsblock .service_container .service-area .service-fourth .service-content .service-description {
	margin-top: 1px;
}

/* bouncein effect */

@keyframes bounceIn {
	from,
	20%,
	40%,
	60%,
	80%,
	to {
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}
	0% {
		opacity: 0;
		transform: scale3d(.3, .3, .3);
	}
	20% {
		transform: scale3d(1.1, 1.1, 1.1);
	}
	40% {
		transform: scale3d(.9, .9, .9);
	}
	60% {
		opacity: 1;
		transform: scale3d(1.03, 1.03, 1.03);
	}
	80% {
		transform: scale3d(.97, .97, .97);
	}
	to {
		opacity: 1;
		transform: scale3d(1, 1, 1);
	}
}

#czservicecmsblock .service_container .service-area .service-fourth .service-icon {
	height: 55px;
	width: 55px;
	background: url(https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/codezeel/service-icon.png) no-repeat scroll;
	float: left;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
}
#czservicecmsblock .service_container .service-area .service-fourth:hover .service-icon {
    -webkit-transition-duration: 400ms;
    -moz-transition-duration: 400ms;
    -ms-transition-duration: 400ms;
    -o-transition-duration: 400ms;
    transition-duration: 400ms;
    animation: 3s linear 1s bounceIn;
    animation: bounceIn 1s;
}
#czservicecmsblock .service_container .service-area .service-fourth.service1 .icon1 {
	/*background-position:center 4px ;*/
	background-position:center -215px;
}
#czservicecmsblock .service_container .service-area .service-fourth.service1:hover .icon1 {
	/*background-position: center -107px;*/
	background-position:center -326px;
}
#czservicecmsblock .service_container .service-area .service-fourth.service2 .icon2 {
	/*background-position:center -215px;*/
	background-position:center 4px ;
}
#czservicecmsblock .service_container .service-area .service-fourth.service2:hover .icon2 {
	/*background-position:center -326px;*/
	background-position: center -107px;
}
#czservicecmsblock .service_container .service-area .service-fourth.service3 .icon3 {
	background-position:center -437px ;
}
#czservicecmsblock .service_container .service-area .service-fourth.service3:hover .icon3 {
	background-position:center -547px;
}
#czservicecmsblock .service_container .service-area .service-fourth.service4 .icon4 {
	background-position:center -653px;
}
#czservicecmsblock .service_container .service-area .service-fourth.service4:hover .icon4 {
	background-position: center -764px;
}
@media (min-width: 992px) {
	.mob_only_service{
		display:none;
	}
	.pc_only_service{
		display:block;
	}
	#button-oneclick{
    margin-top: 15px;
	}
	#oneclick #input-payment-email{
	margin-top: 15px;
}
	.mob_only{display:none;}
	.pc_only{display:block;}
	#czservicecmsblock .service_container .service-area .service-fourth.service1 {
        padding-left: 0;
        width: 21%;
	}
}
@media ( max-width: 1459px ) {
	#search .input-lg, .callback input{width: 260px;}
	#czservicecmsblock .service_container .service-area .service-fourth.service3 {
        padding-left: 10px;
        width: 28%;
	}
	#czservicecmsblock .service_container .service-area .service-fourth.service4 {
        padding-left: 10px;
    }
    #czservicecmsblock .service_container .service-area .service-fourth.service2 {
        width: 26%;
    }
    #czservicecmsblock .service_container .service-area .service-fourth:after{
        display: none;
    }
}

@media ( max-width: 1199px ) {
	#menu{
		width: 43%!important;
	}
	#czservicecmsblock .service_container .service-area .service-fourth .service-icon {
		float: none;
		margin: 0 auto 8px;
	}
	#czservicecmsblock .service_container .service-area .service-fourth .service-content {
		margin-left: 0;
		text-align: center;
	}
	#czservicecmsblock .service_container .service-area .service-fourth.service3 {
		padding-left: 15px;
	}
	#czservicecmsblock .service_container .service-area .service-fourth.service4 {
		padding-left: 15px;
	}
	#czservicecmsblock .service_container .service-area .service-fourth:after {
		border: 0px;
	}
	#czservicecmsblock .service_container .service-area .service-fourth.service1:after,
	#czservicecmsblock .service_container .service-area .service-fourth.service3:after {
		right: 0px;
	}
}
@media ( max-width: 1199px ) and ( min-width: 992px ) {
	#czservicecmsblock .service_container .service-area .service-fourth .service-content .service-heading {
		font-size: 15px;
	}
	#czservicecmsblock .service_container .service-area .service-fourth .service-content .service-description {
		font-size: 13px;
	}
}
@media (max-width: 991px) {
	#oneclick .input-group .form-control{
		margin-bottom: 10px;
	}
	#czservicecmsblock .service_container .service-area {
		padding-top: 50px;
    	padding-bottom: 10px;
	}
	#czservicecmsblock .service_container .service-area .service-fourth {
		width: 50%;
		margin-bottom: 28px;
	}
	#czservicecmsblock .service_container .service-area .service-fourth.service4 {
		padding-right: 15px;
    }
    #czservicecmsblock .service_container .service-area .service-fourth.service3,
    #czservicecmsblock .service_container .service-area .service-fourth.service2 {
        width: 50%;
    }
}
@media (max-width: 480px) {
	#cart .dropdown-menu {
	   width:340px;
       top: 47px!important;
       right: -7px;
    }
    #czservicecmsblock .service_container .service-area .service-fourth.service4,
    #czservicecmsblock .service_container .service-area .service-fourth.service3,
    #czservicecmsblock .service_container .service-area .service-fourth.service2,
    #czservicecmsblock .service_container .service-area .service-fourth.service1{
        padding: 0px;
    }
	#czservicecmsblock .service_container .service-area .service-fourth .service-content .service-heading {
		font-size: 15px;
	}
}
@media (max-width: 380px) {
    #czservicecmsblock .service_container .service-area .service-fourth.service4,
    #czservicecmsblock .service_container .service-area .service-fourth.service3,
    #czservicecmsblock .service_container .service-area .service-fourth.service2,
    #czservicecmsblock .service_container .service-area .service-fourth.service1 {
		width: 100%;
	}
}

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

/********************* Start Sub Banner CMS Block homepage    ********************/

#czsubbannercmsblock {
    float: left;
    width: 100%;
    padding: 50px 0;
    clear: both;
    position: relative;
}
#czsubbannercmsblock .subbanners {
    margin: 0 -14px;
}
#czsubbannercmsblock .subbanners .one-third {
    float: left;
    width: 33.33%;
    position: relative;
    overflow: hidden;
    padding: 0 14px;
}
#czsubbannercmsblock .subbanners .one-third .subbanner {
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
#czsubbannercmsblock .subbanners .subbanner a.banner-anchor {
    display: block;
    position: relative;
    overflow: hidden;
}
#czsubbannercmsblock .subbanners .subbanner a.banner-anchor img {
    max-width: 100%;
    -webkit-transition: all 700ms ease 0s;
    -moz-transition: all 700ms ease 0s;
    -o-transition: all 700ms ease 0s;
    transition: all 700ms ease 0s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
	opacity:0.6;
}
#czsubbannercmsblock .subbanners .one-third .subbanner img {
    max-width: 100%;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
#czsubbannercmsblock .subbanners .one-third .subbanner:hover img {
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
#czsubbannercmsblock .subbanners .subbanner .banner-detail {
    position: absolute;
    top: 65px;
    right: 20px;
    text-align: left;
}
#czsubbannercmsblock .subbanners .subbanner .banner-detail .offer {
    font-size: 17px;
    line-height: 30px;
    font-weight: 300;
    color: #000;
    letter-spacing: 0;
}
#czsubbannercmsblock .subbanners .subbanner .banner-detail .title {
    font-size: 30px;
    line-height: 35px;
    color: #000;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 30px;
}
#czsubbannercmsblock .subbanners .subbanner .banner-detail .title span {
    display: block;
}
#czsubbannercmsblock .subbanners .subbanner .banner-detail a {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    text-decoration: underline;
}
#czsubbannercmsblock .subbanners .subbanner .banner-detail a:hover{
	text-decoration: none;
	color: #000;
}
#czsubbannercmsblock .subbanners .one-third .subbanner.subbanner2 .banner-detail {
    text-align: center;
    left: 25px;
    top: 25px;
    padding: 25px;
    background-color: #ffffffed;
    right: 25px;
    bottom: 25px;
    font-family: 'Lora', sans-serif;
}
#czsubbannercmsblock .subbanners .one-third .subbanner.subbanner2 .banner-detail .offer:before {
    content: '';
    border-top: 2px solid #000;
    height: 2px;
    width: 75px;
    transform: rotate(180deg);
    position: absolute;
    left: 63px;
    top: 38px;
}
#czsubbannercmsblock .subbanners .one-third .subbanner.subbanner2 .banner-detail .offer:after {
    content: '';
    border-top: 2px solid #000;
    height: 2px;
    width: 75px;
    transform: rotate(180deg);
    position: absolute;
    right: 68px;
    top: 38px;
}
#czsubbannercmsblock .subbanners .one-third .subbanner.subbanner2 .banner-detail .offer {
    letter-spacing: 2px;
    margin-bottom: 20px;
    font-size: 23px;
    text-transform: uppercase;
}
#czsubbannercmsblock .subbanners .one-third .subbanner.subbanner2 .banner-detail .title {
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 6px;
    text-transform: uppercase;
    margin-bottom: 45px;
    line-height: 50px;
}
#czsubbannercmsblock .subbanners .one-third .subbanner.subbanner2 .banner-detail .discount {
    font-size: 36px;
    font-weight: 500;
    color: #000;
    letter-spacing: 2px;
    line-height: 40px;
}
#czsubbannercmsblock .subbanners .one-third .subbanner.subbanner2 .banner-detail .title:before {
    content: '';
    border-bottom: 2px solid #000;
    position: absolute;
    top: 155px;
    width: 267px;
}
@media (max-width: 1459px){
	#czsubbannercmsblock .subbanners .subbanner .banner-detail{
		top: 35px;
		right: 10px;
	}
	#czsubbannercmsblock .subbanners .subbanner .banner-detail .title{
		font-size: 28px;
	}
	#czsubbannercmsblock .subbanners .one-third .subbanner.subbanner2 .banner-detail{
		top: 10px;
		right: 10px;
		left: 10px;
		bottom: 10px;
	}
	#czsubbannercmsblock .subbanners .one-third .subbanner.subbanner2 .banner-detail .offer:before{
		left: 30px;
	}
	#czsubbannercmsblock .subbanners .one-third .subbanner.subbanner2 .banner-detail .offer:after{
		right: 35px;
	}
	#czsubbannercmsblock .subbanners .one-third .subbanner.subbanner2 .banner-detail .title:before{
		top: 130px;
	}
	#czsubbannercmsblock .subbanners .one-third .subbanner.subbanner2 .banner-detail .title{
		margin-bottom: 30px;
	}
	#czsubbannercmsblock .subbanners .one-third .subbanner.subbanner2 .banner-detail .offer{
		line-height: 25px;
	}
}
@media (max-width: 1199px){
	#czsubbannercmsblock .subbanners .subbanner .banner-detail{
		top: 20px;
	}
	#czsubbannercmsblock .subbanners .subbanner .banner-detail .offer{
		font-size: 16px;
		line-height: 26px;
	}
	#czsubbannercmsblock .subbanners .subbanner .banner-detail .title {
    	font-size: 22px;
    	line-height: 30px;
    	margin-bottom: 25px;
	}
	#czsubbannercmsblock .subbanners .one-third .subbanner.subbanner2 .banner-detail{
		padding: 10px;
	}
	#czsubbannercmsblock .subbanners .one-third .subbanner.subbanner2 .banner-detail .offer:before{
		width: 50px;
   	 	top: 21px;
    	left: 35px;
	}
	#czsubbannercmsblock .subbanners .one-third .subbanner.subbanner2 .banner-detail .offer:after{
		right: 40px;
    	top: 21px;
    	width: 50px;
	}
	#czsubbannercmsblock .subbanners .one-third .subbanner.subbanner2 .banner-detail .offer{
		font-size: 19px;
		margin-bottom: 10px;
	}
	#czsubbannercmsblock .subbanners .one-third .subbanner.subbanner2 .banner-detail .title {
    	margin-bottom: 25px;
    	font-size: 35px;
    	line-height: 40px;
	}
	#czsubbannercmsblock .subbanners .one-third .subbanner.subbanner2 .banner-detail .title:before {
    	top: 95px;
    	width: 198px;
	}
	#czsubbannercmsblock .subbanners .one-third .subbanner.subbanner2 .banner-detail .discount{
		font-size: 30px;
		line-height: 35px;
	}
}
@media (max-width: 991px){
	#czsubbannercmsblock{
		padding: 10px 0 25px 0;
	}
	#czsubbannercmsblock .subbanners{
		margin: 0 -10px;
	}
	#czsubbannercmsblock .subbanners .one-third{
		padding: 0 10px;
	}
	#czsubbannercmsblock .subbanners .subbanner .banner-detail{
		top: 10px;
	}
	#czsubbannercmsblock .subbanners .subbanner .banner-detail .title {
    	font-size: 16px;
    	line-height: 23px;
    	margin-bottom: 15px;
	}
	#czsubbannercmsblock .subbanners .subbanner .banner-detail .offer{
		font-size: 14px;
	}
	#czsubbannercmsblock .subbanners .one-third .subbanner.subbanner2 .banner-detail {
	    top: 5px;
	    right: 5px;
	    left: 5px;
	    bottom: 5px;
	    padding: 5px;
	}
	#czsubbannercmsblock .subbanners .one-third .subbanner.subbanner2 .banner-detail .offer {
    	font-size: 15px;
    	margin-bottom: 7px;
	}
	#czsubbannercmsblock .subbanners .one-third .subbanner.subbanner2 .banner-detail .offer:before {
    	width: 35px;
    	top: 16px;
    	left: 30px;
	}
	#czsubbannercmsblock .subbanners .one-third .subbanner.subbanner2 .banner-detail .offer:after {
    	right: 34px;
    	top: 16px;
    	width: 33px;
	}
	#czsubbannercmsblock .subbanners .one-third .subbanner.subbanner2 .banner-detail .title {
    	margin-bottom: 20px;
    	font-size: 22px;
    	line-height: 30px;
	}
	#czsubbannercmsblock .subbanners .one-third .subbanner.subbanner2 .banner-detail .title:before {
    	top: 75px;
    	width: 145px;
	}
	#czsubbannercmsblock .subbanners .one-third .subbanner.subbanner2 .banner-detail .discount {
    	font-size: 24px;
    	line-height: 28px;
	}
}
@media (max-width: 767px){
	#czsubbannercmsblock .subbanners .subbanner .banner-detail{
		top: 5px;
	}
	#czsubbannercmsblock .subbanners .subbanner .banner-detail .title {
    	font-size: 16px;
    	line-height: 23px;
    	margin-bottom: 10px;
	}
	#czsubbannercmsblock .subbanners .subbanner .banner-detail a{
		font-size: 14px;
	}
	#czsubbannercmsblock .subbanners .one-third .subbanner.subbanner2 .banner-detail .offer{
		margin-bottom: 3px;
	}
	#czsubbannercmsblock .subbanners .one-third .subbanner.subbanner2 .banner-detail .title:before{
		top: 70px;
	}
	#czsubbannercmsblock .subbanners .one-third .subbanner.subbanner2 .banner-detail .discount {
    	font-size: 22px;
    	line-height: 26px;
	}
}
@media (max-width: 700px){
	#czsubbannercmsblock .subbanners .one-third {
	    width: 100%;
	    text-align: center;
	    padding: 0;
	    margin-bottom: 15px;
	}
	#czsubbannercmsblock .subbanners .one-third.cmssubbanner-part3 {
		margin-bottom: 0;
	}
	#czsubbannercmsblock .subbanners{
		margin: 0;
	}
	#czsubbannercmsblock .subbanners .subbanner .banner-detail{
		top: 65px;
		right: 20px;
	}
	#czsubbannercmsblock .subbanners .subbanner .banner-detail .offer{
		font-size: 17px;
		line-height: 30px;
	}
	#czsubbannercmsblock .subbanners .subbanner .banner-detail .title{
		font-size: 30px;
		line-height: 35px;
		margin-bottom: 30px;
	}
	#czsubbannercmsblock .subbanners .subbanner .banner-detail a{
		font-size: 16px;
	}
	#czsubbannercmsblock .subbanners .one-third .subbanner.subbanner2 .banner-detail{
		left: 25px;
		right: 25px;
		top: 25px;
		bottom: 25px;
		padding: 25px;
	}
	#czsubbannercmsblock .subbanners .one-third .subbanner.subbanner2 .banner-detail .offer{
		font-size: 23px;
		line-height: 30px;
		margin-bottom: 20px;
	}
	#czsubbannercmsblock .subbanners .one-third .subbanner.subbanner2 .banner-detail .offer:before{
		width: 75px;
		left: 63px;
		top: 38px;
	}
	#czsubbannercmsblock .subbanners .one-third .subbanner.subbanner2 .banner-detail .offer:after{
		width: 75px;
		right: 68px;
		top: 38px;
	}
	#czsubbannercmsblock .subbanners .one-third .subbanner.subbanner2 .banner-detail .title{
		font-size: 50px;
		line-height: 50px;
		margin-bottom: 45px;
	}
	#czsubbannercmsblock .subbanners .one-third .subbanner.subbanner2 .banner-detail .title:before{
		top: 155px;
		width: 267px;
	}
	#czsubbannercmsblock .subbanners .one-third .subbanner.subbanner2 .banner-detail .discount{
		font-size: 36px;
		line-height: 40px;
	}
	
}
@media (max-width: 480px){
	#smartsearch li.item .item_block .price{
		display:none!important;
	}
	.dropdown.myaccount .myaccount-menu{
		width:220px;
	}
	#czsubbannercmsblock .subbanners .subbanner .banner-detail {
    	top: 40px;
    	right: 10px;
	}
	#czsubbannercmsblock .subbanners .subbanner .banner-detail .title {
    	font-size: 25px;
    	line-height: 30px;
    	margin-bottom: 25px;
	}
	#czsubbannercmsblock .subbanners .one-third .subbanner.subbanner2 .banner-detail {
	    left: 10px;
	    right: 10px;
	    top: 10px;
	    bottom: 10px;
	    padding: 10px;
	}
	#czsubbannercmsblock .subbanners .one-third .subbanner.subbanner2 .banner-detail .offer:before {
	    width: 50px;
    	left: 93px;
    	top: 25px;
	}
	#czsubbannercmsblock .subbanners .one-third .subbanner.subbanner2 .banner-detail .offer:after {
	    width: 50px;
    	right: 100px;
    	top: 25px;
	}
	#czsubbannercmsblock .subbanners .one-third .subbanner.subbanner2 .banner-detail .title{
		margin-bottom: 40px;
		font-size: 40px;
		line-height: 45px;
	}
	#czsubbannercmsblock .subbanners .one-third .subbanner.subbanner2 .banner-detail .title:before{
		top: 125px;
		width: 221px;
	}
	#czsubbannercmsblock .subbanners .one-third .subbanner.subbanner2 .banner-detail .discount{
		font-size: 33px;
	}
}
@media (max-width: 450px){
	#czsubbannercmsblock .subbanners .one-third .subbanner.subbanner2 .banner-detail .offer:before {
    	width: 60px;
    	left: 60px;
	}
	#czsubbannercmsblock .subbanners .one-third .subbanner.subbanner2 .banner-detail .offer:after {
    	width: 55px;
    	right: 70px;
	}
}
@media (max-width: 380px){
	#czsubbannercmsblock .subbanners .subbanner .banner-detail{
		top: 20px;
	}
	#czsubbannercmsblock .subbanners .subbanner .banner-detail .title {
    	font-size: 21px;
    	line-height: 26px;
    	margin-bottom: 20px;
	}
	#czsubbannercmsblock .subbanners .one-third .subbanner.subbanner2 .banner-detail .offer {
	    font-size: 20px;
	    line-height: 26px;
	    margin-bottom: 5px;
	}
	#czsubbannercmsblock .subbanners .one-third .subbanner.subbanner2 .banner-detail .offer:before {
	    width: 50px;
    	left: 40px;
	    top: 22px;
	}
	#czsubbannercmsblock .subbanners .one-third .subbanner.subbanner2 .banner-detail .offer:after {
    	width: 46px;
    	right: 46px;
	    top: 22px;
	}
	#czsubbannercmsblock .subbanners .one-third .subbanner.subbanner2 .banner-detail .title:before {
    	top: 94px;
    	width: 187px;
	}
	#czsubbannercmsblock .subbanners .one-third .subbanner.subbanner2 .banner-detail .title {
    	margin-bottom: 30px;
    	font-size: 32px;
	}
	#czsubbannercmsblock .subbanners .one-third .subbanner.subbanner2 .banner-detail .discount{
		font-size: 30px;
		line-height: 30px;
	}
}

/********************* End Sub Banner CMS Block homepage    ********************/


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

#czbannercmsblock {
    padding: 50px 0;
    clear: both;
    float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
	background-color: #ffffff;
}
#czbannercmsblock .cmsbanners {
	margin: 0 -15px
}
#czbannercmsblock .cmsbanners .one-half {
	float: left;
	width: 50%;
	padding: 0 15px;
	overflow: hidden
}
#czbannercmsblock .cmsbanners .one-half .cmsbanner {
	position: relative;
	overflow: hidden;
	vertical-align: top;
	display: inline-block
}
#czbannercmsblock .cmsbanners .cmsbanner img {
	max-width: 100%;
    -webkit-transition: all 800ms ease 0s;
    -moz-transition: all 800ms ease 0s;
    -o-transition: all 800ms ease 0s;
	transition: all 800ms ease 0s;
}
#czbannercmsblock .cmsbanners .cmsbanner:hover img {
	-webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
    -webkit-transition: all 800ms ease 0s;
    -moz-transition: all 800ms ease 0s;
    -o-transition: all 800ms ease 0s;
	transition: all 800ms ease 0s;
}
#czbannercmsblock .cmsbanners .cmsbanner a.banner-anchor {
	position: relative;
    display: inline-block;
	vertical-align: top;
	overflow: hidden;
}
#czbannercmsblock .cmsbanners .one-half .cmsbanner .cmsbanner-text {
    position: absolute;
    top: 65px;
	right: 50px;
	text-align: left;
}
#czbannercmsblock .cmsbanners .one-half .cmsbanner .cmsbanner-text .offer-title {
    font-size: 19px;
    line-height: 28px;
    font-weight: 300;
    color: #000;
    margin-bottom: 8px;
}
#czbannercmsblock .cmsbanners .one-half .cmsbanner .cmsbanner-text .main-title {
    font-size: 32px;
    font-weight: 500;
    color: #000;
    letter-spacing: 0.2px;
    line-height: 40px;
    margin-bottom: 40px;
}
#czbannercmsblock .cmsbanners .one-half .cmsbanner .cmsbanner-text span {
    display: block;
}
#czbannercmsblock .cmsbanners .one-half .cmsbanner .cmsbanner-text a.shop-now {
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
}
#czbannercmsblock .cmsbanners .one-half .cmsbanner .cmsbanner-text a.shop-now:hover{
	text-decoration: none;
	color: #000;
}
@media (max-width: 1459px){
	#czbannercmsblock .cmsbanners .one-half .cmsbanner .cmsbanner-text{
		top: 35px;
		right: 30px;
	}
}
@media (max-width: 1199px){
	#czbannercmsblock .cmsbanners .one-half .cmsbanner .cmsbanner-text {
	    top: 25px;
	    right: 20px;
	}
	#czbannercmsblock .cmsbanners .one-half .cmsbanner .cmsbanner-text .offer-title{
		font-size: 17px;
		margin-bottom: 5px;
	}
	#czbannercmsblock .cmsbanners .one-half .cmsbanner .cmsbanner-text .main-title{
		font-size: 27px;
		line-height: 35px;
		margin-bottom: 25px;
	}
}
@media (max-width: 991px){
	#czbannercmsblock .cmsbanners{
		margin: 0 -10px;
	}
	#czbannercmsblock .cmsbanners .one-half{
		padding: 0 10px;
	}
	#czbannercmsblock{
		padding: 25px 0 10px 0;
	}
	#czbannercmsblock .cmsbanners .one-half .cmsbanner .cmsbanner-text {
    	top: 15px;
    	right: 10px;
	}
	#czbannercmsblock .cmsbanners .one-half .cmsbanner .cmsbanner-text .offer-title {
    	font-size: 16px;
    	margin-bottom: 0px;
    	line-height: 26px;
	}
	#czbannercmsblock .cmsbanners .one-half .cmsbanner .cmsbanner-text .main-title {
    	font-size: 20px;
    	line-height: 27px;
    	margin-bottom: 10px;
	}
	#czbannercmsblock .cmsbanners .one-half .cmsbanner .cmsbanner-text a.shop-now{
		font-size: 15px;
	}
}
@media (max-width: 767px){
	#czbannercmsblock .cmsbanners .one-half .cmsbanner .cmsbanner-text {
    	top: 10px;
    	right: 10px;
	}
	#czbannercmsblock .cmsbanners .one-half .cmsbanner .cmsbanner-text .offer-title {
    	font-size: 15px;
    	line-height: 26px;
	}
	#czbannercmsblock .cmsbanners .one-half .cmsbanner .cmsbanner-text .main-title {
	    font-size: 18px;
	    line-height: 26px;
	    margin-bottom: 5px;
	}
}
@media (max-width: 650px){
	#czbannercmsblock .cmsbanners{
		margin: 0;
	}
	#czbannercmsblock .cmsbanners .one-half {
	    width: 100%;
	    padding: 0;
	    margin-bottom: 15px;
	}
	#czbannercmsblock .cmsbanners .one-half .cmsbanner .cmsbanner-text{
		top: 50px;
		right: 50px;
	}
	#czbannercmsblock .cmsbanners .one-half .cmsbanner .cmsbanner-text .offer-title{
		font-size: 19px;
		line-height: 28px;
		margin-bottom: 8px;
	}
	#czbannercmsblock .cmsbanners .one-half .cmsbanner .cmsbanner-text .main-title{
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 40px;
	}
	#czbannercmsblock .cmsbanners .one-half.cmsbanner-part2 {
		margin-bottom: 0;
	}
}
@media (max-width: 575px){
	#czbannercmsblock .cmsbanners .one-half .cmsbanner .cmsbanner-text {
    	top: 20px;
    	right: 20px;
	}
	#czbannercmsblock .cmsbanners .one-half .cmsbanner .cmsbanner-text .main-title {
    	font-size: 28px;
    	line-height: 35px;
    	margin-bottom: 20px;
	}
}
@media (max-width: 480px){
	#czbannercmsblock .cmsbanners .one-half .cmsbanner .cmsbanner-text {
    	top: 10px;
    	right: 10px;
	}
	#czbannercmsblock .cmsbanners .one-half .cmsbanner .cmsbanner-text .offer-title {
	    font-size: 16px;
	    line-height: 26px;
	    margin-bottom: 0px;
	}
	#czbannercmsblock .cmsbanners .one-half .cmsbanner .cmsbanner-text .main-title {
	    font-size: 22px;
	    line-height: 30px;
	    margin-bottom: 15px;
	}
}
@media (max-width: 380px){
	#czbannercmsblock .cmsbanners .one-half .cmsbanner .cmsbanner-text .offer-title{
		font-size: 15px;
	}
	#czbannercmsblock .cmsbanners .one-half .cmsbanner .cmsbanner-text .main-title {
	    font-size: 18px;
	    line-height: 26px;
	    margin-bottom: 5px;
	}
}

/*-------------------------- End Home page Banner CMS Block -------------------------------*/

/*-------------------------- Start Home Page About Us Cms Block -------------------------------*/

#czaboutcmsblock {
	padding-top: 100px;
	padding-bottom: 100px;
	width: 100%;
	float: left;
	text-align: center;
	clear: both;
	background-color: #ffffff;
}
#czaboutcmsblock .aboutstore-left {
	width: 39.3%;
    float: left;
}
#czaboutcmsblock .aboutstore-right {
    width: 60.7%;
    float: left;
    text-align: left;
    padding: 55px 80px 0px 80px;
}
#czaboutcmsblock .aboutstore-right .heading {
    border: medium none;
    display: block;
    width: auto;
    margin: 0 auto 30px;
    padding: 0 0px 15px;
    color: #262626;
    position: relative;
    text-align: center;
    font: 600 30px/38px 'Montserrat', sans-serif;
    text-transform: capitalize !important;
    letter-spacing: 0px;
    text-align: left;
}
#czaboutcmsblock .aboutstore-right .heading {
    padding-bottom: 0px;
}
#czaboutcmsblock .aboutstore-left .about-image {
    position: relative;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}
#czaboutcmsblock .aboutstore-left .about-image:before, 
#czaboutcmsblock .aboutstore-left .about-image:after {
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
#czaboutcmsblock .aboutstore-left .about-image:hover:before {
    background: rgb(255 255 255 / 35%) none repeat scroll 0 0;
    left: 50%;
    right: 50%;
}
#czaboutcmsblock .aboutstore-left .about-image:hover:after {
    background: rgb(255 255 255 / 35%) none repeat scroll 0 0;
    bottom: 50%;
    top: 50%;
}
#czaboutcmsblock .aboutstore-left img {
    max-width: 100%;
}
#czaboutcmsblock .products-section-title {
	padding-bottom: 0px;
	text-align: left;
	margin-bottom: 28px;
}
#czaboutcmsblock .products-section-title:before {
    border-bottom: 0px;
    position: relative;
    width: auto;
}
#czaboutcmsblock .about-store .about-store-inner .mainheading:before {
	content: "";
	position: absolute;
	width: 70px;
	height: 2px;
	left: 0;
	right: 0;
	top: auto;
	bottom: 0;
	margin: 0 auto;
	background: #ffc700;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
#czaboutcmsblock .about-store .about-store-inner .mainheading:hover:before {
	background-color: #0a694d;
	width: 100px;
}
#czaboutcmsblock .about-store .about-store-inner .title {
	color: #c7a13f;
	letter-spacing: .6px;
	margin-bottom: 11px;
	margin-top: 18px;
}
#czaboutcmsblock .about-store .about-store-inner .storedetail {
    clear: both;
    float: left;
	width: auto;
	line-height: 30px;
    margin-bottom: 50px;
    margin-top: 0px;
    color: #666666;
}
#czaboutcmsblock .about-store-inner .action-button {
	display: inline-block;
    vertical-align: top;
}
#czaboutcmsblock .about-store .about-store-inner .action-button a.shopnow-btn {
	color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    display: inline-block;
    vertical-align: top;
    line-height: 24px;
    padding: 10px 26px 11px 25px;
    background-color: #117f70;
	-webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
#czaboutcmsblock .about-store .about-store-inner .action-button a.shopnow-btn:hover {
    background-color: #000000;
}
@media ( max-width: 1459px) {
	#czaboutcmsblock .aboutstore-right {
		padding-top: 10px;
		padding-right: 40px;
		padding-left: 40px;
	}
}
@media ( max-width: 1199px) {
	#czaboutcmsblock .aboutstore-right {
		padding-top: 2px;
		padding-right: 15px;
	}
    #czaboutcmsblock .aboutstore-right .heading  {
		margin-bottom: 8px;
        font-size: 26px;
        padding: 0;
	}
	#czaboutcmsblock .about-store .about-store-inner .storedetail {
		margin-bottom: 15px;
    }
  
}
@media ( max-width: 991px) {
	#czaboutcmsblock {
		padding-top: 55px;
		padding-bottom: 55px;
	}
	#czaboutcmsblock .aboutstore-right {
		padding-top: 0px;
		padding-right: 0px;
		padding-left: 20px;
	}
}
@media ( max-width: 767px) {
	#czaboutcmsblock .aboutstore-left {
		width: 45.3%;
	}
	#czaboutcmsblock .aboutstore-right {
		width: 54.7%;
	}
}
@media ( max-width: 650px) {
	#czaboutcmsblock .aboutstore-left {
		width: 100%;
		margin-bottom: 20px;
	}
	#czaboutcmsblock .aboutstore-right {
		width: 100%;
		padding-left: 0px;
		text-align: center;
	}
    #czaboutcmsblock .aboutstore-right .heading  {
		text-align: center;
	}
}
@media ( max-width: 650px) {
    #czaboutcmsblock .aboutstore-right .heading  {
		font-size: 22px;
    }
    #czaboutcmsblock {
        padding-top: 40px;
    }
}

/*-------------------------- End Home Page About Us Cms Block -------------------------------*/


/*-------------------------- Start Home Page Parallax Block -------------------------------*/

#cztestimonialcmsblock {
    width: 100%;
    position: relative;
    clear: both;
    text-align: center;
    overflow: hidden;
    background: url(https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/codezeel/testimonial-bg.jpg) no-repeat #000;
    margin: 50px 0 40px;
}

#cztestimonialcmsblock .testimonial_wrapper {
    padding: 100px 50px 110px 50px;
    float: left;
    width: 100%;
    position: relative;
    margin: 0;
}
#cztestimonialcmsblock .testimonial-title {
    border: medium none;
    display: inline-block;
    font-size: 0;
    width: auto;
    position: relative;
    /* margin: 0 auto 35px;
    padding-bottom: 20px; */
    color: #000000;
    text-align: center;
    text-transform: capitalize !important;
    letter-spacing: 0;
}
#cztestimonialcmsblock li.slider-item {
    overflow: hidden;
    padding: 0;
}
#cztestimonialcmsblock .testimonial_container .testimonial-area ul#testimonial-carousel {
    padding: 0;
    margin: 0;
}
#cztestimonialcmsblock .testimonial_container .testimonial-area ul#testimonial-carousel li.item {
    overflow: hidden;
    padding: 0;
}
#cztestimonialcmsblock .testimonial_container .testimonial-area ul#testimonial-carousel li.item .cms_face {
    float: left;
    width: 100%;
}

#cztestimonialcmsblock .testimonial-image {
    display: inline-block;
    vertical-align: top;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    border: 3px solid #896a53;
}
#cztestimonialcmsblock .testimonial-image img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
#cztestimonialcmsblock .testimonial-area .item.cms_face .quote_img {
    background: transparent url(https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/codezeel/quote.png) no-repeat scroll 0 0;
    width: 70px;
    height: 60px;
    display: inline-block;
}
#cztestimonialcmsblock .testimonial-area .title {
    text-align: center;
    display: block;
}

#cztestimonialcmsblock .testimonial-area .title .name a {
    font-size: 16px;
    color: #117f70;
    font-weight: 600;
    letter-spacing: 0.5px;
}
#cztestimonialcmsblock .testimonial-area .title span.subheading {
    color: #ededed;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.5px;
}
#cztestimonialcmsblock .testimonial_container .testimonial-area ul#testimonial-carousel li.item .cms_face .subheading {
    color: #888;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.6px;
    line-height: 24px;
}
#cztestimonialcmsblock .testimonial_container .testimonial-area ul#testimonial-carousel li.item .product_inner_cms {
    padding-top: 0;
    text-align: center;
}

#cztestimonialcmsblock .item.cms_face .des {
    color: #ffff;
    padding: 25px 120px 40px 120px;
    line-height: 30px;
}
#cztestimonialcmsblock:hover .customNavigation {
    opacity: 1;
    filter: alpha(opacity=100);
}
#cztestimonialcmsblock .customNavigation {
    top: 48%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    left:0;
}
#cztestimonialcmsblock .customNavigation a.prev {
    left: 30px;
    background-image: url(https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/codezeel/left-angle.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px;
    border-radius: 0;
    background-color: transparent;
    border: 0;
}
#cztestimonialcmsblock .customNavigation a.prev:hover{
    background-image:url(https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/codezeel/left-angle-hover.svg);
}
#cztestimonialcmsblock .customNavigation a.next {
    right: 30px;
    background-image: url(https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/codezeel/right-angle.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px;
    border-radius: 0;
    background-color: transparent;
    border: 0;
}
#cztestimonialcmsblock .customNavigation a.next:hover{
    background-image: url(https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/codezeel/right-angle-hover.svg);
}
#cztestimonialcmsblock .owl-controls {
    position: absolute;
    right: 0;
    left: 0;
    opacity: 0;
    padding-top: 10px;
    text-align: center;
    clear: both;
}
#cztestimonialcmsblock .testimonial_container .owl-controls .owl-page span:hover, 
#cztestimonialcmsblock .testimonial_container .owl-controls .owl-page.active span{
    border-color: #117f70;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    background: #117f70;
}

#cztestimonialcmsblock .testimonial_container .owl-controls .owl-page {
    margin:5px 4px;
    display: inline-block;
    zoom: 1;
    cursor: pointer;
}

#cztestimonialcmsblock .testimonial_container .owl-controls .owl-page span {
    width: 10px;
    height: 10px;
    display: block;
    border: 0;
    background: #ffffff;
    cursor: pointer;
    margin: 1px;
    text-indent: -9999px;
    -webkit-transition: transform 0.3s cubic-bezier(0.7, -0.2, 0.3, 2.5), color 0.15s ease-out;
    -moz-transition: transform 0.3s cubic-bezier(0.7, -0.2, 0.3, 2.5), color 0.15s ease-out;
    -o-transition: transform 0.3s cubic-bezier(0.7, -0.2, 0.3, 2.5), color 0.15s ease-out;
    transition: transform 0.3s cubic-bezier(0.7, -0.2, 0.3, 2.5), color 0.15s ease-out;
    border-radius: 50%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}


@media (max-width: 1459px){
    #cztestimonialcmsblock .testimonial_wrapper {
        padding-bottom: 55px;
        padding-top: 75px;
    }
    #cztestimonialcmsblock .item.cms_face .des{
        padding-left: 80px;
        padding-right: 80px;
    }
}
@media (max-width: 1199px){
    #cztestimonialcmsblock .testimonial_container .testimonial-area ul#testimonial-carousel li.item .product_inner_cms .des {
        padding-bottom: 20px;
    }s
    #cztestimonialcmsblock .item.cms_face .des{
        padding-left: 15px;
        padding-right: 15px;
    }
    #cztestimonialcmsblock .customNavigation a.prev {
        left: 0px;
    }
    #cztestimonialcmsblock .customNavigation a.next{
        right: 0px;
    }
    #cztestimonialcmsblock .customNavigation {
        top: 45%;
    }
    #cztestimonialcmsblock .item.cms_face .des {
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media (max-width: 991px) {
    #cztestimonialcmsblock .parallax.czparallax_1{
        padding-top: 60px;
        padding-bottom: 20px;
    }
    #cztestimonialcmsblock {
        width: 100%;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 8px;
    }
    #cztestimonialcmsblock .item.cms_face .des {
        padding-left: 0px;
        padding-right: 0px;
    }
    #cztestimonialcmsblock .testimonial_wrapper {
        padding-left: 0px;
        padding-right: 0px;
    }
    #cztestimonialcmsblock .customNavigation a.prev {
        left: -40px;
    }
    #cztestimonialcmsblock .customNavigation a.next{
        right: -40px;
    }
}
@media (max-width: 767px) {
   
    #cztestimonialcmsblock .testimonial_container .testimonial-area ul#testimonial-carousel li.item .product_inner_cms .des {
        padding-left: 10px;
        padding-right: 10px;
    }
    #cztestimonialcmsblock .testimonial_wrapper {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    #cztestimonialcmsblock .owl-controls {
        opacity: 1;
    }
    #cztestimonialcmsblock .item.cms_face .des {
        padding-top: 22px;
        padding-bottom: 20px;
    }
}
@media (max-width: 480px){
    #cztestimonialcmsblock {
        background-image: none;
    }
}



/*-------------------------- End Home Page Parallax Block -------------------------------*/

@media (max-width: 991px) {
    
    .footer-container .links.block-contact, .footer-container .links, .footer .payement_logo_block {
        width: 100%;
        padding-left: 15px;
        margin: 0;
        padding-right: 15px;
        padding-top: 0;
        padding-bottom: 0;
    }
    #footer .block_newsletter {
        width: 100%;
        padding: 5px 15px;
    }
    
    #footer .links .navbar-toggler {
        display: inline-block;
        padding: 0;
        width: auto;
    }
    .footer-after .links span{
        margin: 0;
        display: inline-block;
    }
    .homeblog-latest .products-section-title {
        margin-bottom: 15px;
    }
}
@media (max-width: 767px) {
    .products-sort-order {
        padding: 0;
    }
    .products .product-title a {
        font-size: 13px;
    }
}
@media (max-width: 650px) {
    .products .product_list li.product_item {
        width: 50%;
    }
    #products .products .product_list.list li.product_item {
        width: 100%;
    }
    #products .product_list li.product_item.col-md-4, .products .product_list li.product_item.col-md-6 {
        width: 50%;
    }

    .footer-after .links li {
        padding-right: 10px;
    }
    #footer .block_newsletter .block_content {
        width: 100%;
    }
} 
@media (max-width: 479px) {
    .products .product_list li.product_item {
        width: auto;
        display: inline-block;
        margin: 0 auto;
        float: none;
    }
    #products .product_list li.product_item.col-md-4, .products .product_list li.product_item.col-md-6 {
        width: auto;
    }
    .products .product_list {
        text-align: center;
    }
}

/**********		Responsive css start	***********/

@media (max-width: 1329px) and (min-width: 1200px){
    .all-blog .blog-desc {
        min-height: 120px;
    }
}
@media (max-width: 1459px){
    .wishlist-info a {
        font-size: 0;
        width: 20px;
        display: block;
        height: 22px;
        padding: 0;
    }
    .wishlist-info {
        margin-right: 20px;
        margin-left: 16px;
        margin-top: 38px;
    }

    #search {
        padding-top: 25px;
    }
	#smartsearch{
		top:70px;
	}
	.header-cart{
		margin-top: 35px;
	}
    .header-container.fixed #search {
        padding-top: 26px;
    }
    .header-container.fixed .wishlist-info {
        margin-top: 28px;
    }
    #search .search_button{
        font-size: 0;
        width: 25px;
        height: 25px;
        top: 0px;
        padding: 0;
    }

    .header-cart #cart:hover #cart-quantity {
        color: #ffffff;
    }
    #cart-quantity:before{
        display: none;
    } 
    .main-menu ul > li > a, .hiden_menu li > a {
        padding-left: 16px;
        padding-right: 8px;   
    }
    .product-info .image-additional {
        width: 360px;
    }
    #menu {
        width: 54%;
    }
}
@media (max-width: 1329px){
    .product-layout.product-list .product-block .image {
        width: 26%;
    }
    .product-layout.product-list .product-block .product-details {
        width: 74%;
    }
}
@media (max-width: 1300px) {
    #leftbannercmsblock {
        display: none;
    }
    .box.featured {
        margin-bottom: 20px;
    }
}
@media (max-width: 1259px){
    .header-logo {
        max-width: 160px;
    }
    .main-menu ul > li > a, .hiden_menu li > a {
        padding-left: 14px;
        padding-right: 14px;
    }
}
@media (max-width: 1199px) {
    .product-info .image-additional { width: 255px; }
	
    .box.featured {
        margin-bottom: 10px;
    }
	.main-menu > ul > li.top_level > a {
	    padding-left: 8px;
        padding-right: 8px;
	}
    #czfootercmsblock .footerdesc {
        padding-right: 20px;
    }
    .product-layout.product-list {
        width: 100%;
    }
    .main-slider:hover .swiper-pager-button li.swiper-button-prev{
    	left: 70px;
    }
    .main-slider:hover .swiper-pager-button li.swiper-button-next{
    	right: 70px;
    }
    .product-thumb h4 {
        /*text-overflow:ellipsis;
        white-space:nowrap;
        overflow:hidden;*/
		min-height: auto;
		width:100%;
    }
    .checkout-cart .table.table-bordered .input-group-btn {clear: both; margin: 5px 0 0; float: left;}
}
@media (max-width: 1199px) and (min-width: 992px) {
	#column-left .product-items .product-details, #column-right .product-items .product-details{
        float: left;
        width: 100%;
    }	
    #column-left .product-thumb .caption, #column-right .product-thumb .caption {
        padding-top: 5px;
    }
    .hometab {
        padding-top: 60px;
        padding-bottom: 40px;
    }
    .social-block ul li a:before {
        margin-right: 6px;
        text-align: center;
    }
    .form-group.qty {
        margin-bottom: 20px;
    }
}
@media (max-width: 991px) and (min-width: 576px) {
    .product-layout.product-list .product-block .image {
        width: 33%;
    }
    .product-layout.product-list .product-block .product-details {
        width: 67%;
    }
   
}
@media (max-width: 991px) and (min-width: 768px) {
    .product-info .image-additional{ width: 235px; }
}

@media (max-width: 991px) {
    .alert.alert-success.animated {
        width: 100%;
    }
    .headertop-inner {
        width: 100%;
        float: none;
        margin: 0;
    }
    .productpage .product-left {
        width: 45%;
    }
    .productpage .product-right {
        width: 55%;
    }
    .productpage .product-right .product-detail-left {
        width: 100%;
        padding-right: 0;
    }
    .productpage .product-right .product-detail-right {
        width: 100%;
        padding-left: 0;
    }
    .wrap-breadcrumb {
        padding: 20px 0;
    }
   
    .header-container.fixed .wishlist-info {
        margin-top: 4px;
    }
    .header-container.fixed .header-cart {
        margin-top: -1px;
    }
    #top .nav-left.navcms {
        /*display: none;*/
		/*width: 289px;*/
    }
    #top-links {
        float: none;
        display: inline-block;
    }
	.nav-responsive span, .main-menu > ul > li > a{
		line-height: 26px;
	}
    .newsletter {
        margin-top: 10px;
    }
    .newsletter .form-group {
       width: 100%;
    }
    .dropdown.myaccount {
        /*margin-right: 20px;*/
        float: none;
        display: inline-block;
    }
    #form-language {
        margin-right: 20px;
    }
    #cztestimonialcmsblock .testimonial_container .testimonial-area ul#testimonial-carousel li.item .product_inner_cms .des:after {
        content: "";
        bottom: -3px;
    }
    .headertop-inner.fixed .responsive-menu .nav-responsive .expandable {
        width: 20px;
    }
    .headertop-inner.fixed .responsive-menu .nav-responsive .expandable:before {
        left: 20px;
        top: 12px;
    }
    .header-logo {
        padding: 0;
position: absolute;
        left: 48px;
        right: auto;
        top: -7px;
        bottom: auto;
        z-index: 8;
        max-width: 145px;
    }
    .header-container.fixed .header-logo {
        top: -18px;
    }
	#search .search_toggle {
		top: 60px;
		width: 260px;
	}
    .header-cart { 
        background: none;
        padding: 0;
        margin-top: 7px;
        margin-bottom: 0px;
    }
    #cart {
        font-size: 0;
        width: 25px;
        height: 25px;
        padding: 0;
    }
    #cart-total {
        font-size: 0;
        padding: 0;
    }
    .information-blogger-blogs .panel-default .panel-inner .panel-default {
        width: 100%;
        float: left;
    }
	#top-links ul.list-inline li{padding: 0 7px 0 0px}
	.main-menu ul > li > a{padding:16px 20px 15px;}
	.main-menu ul > li:first-child > a{padding:16px 20px 15px 8px;}
	.col-md-6.result-info {
		float: left;
		padding: 0 15px;
		position: relative;
		width: 70%;
	}
    .box .box-content ul li .hitarea {
        right: 0px;
    }
	.col-md-3.row-result-search-autocomplete-image {
		float: left;
		width: auto;
	}	
    .box.featured {
       margin-top: 0;
   	   padding-top: 10px;
	   margin-bottom: 0;
    }
    .box.special {
        padding-bottom: 15px;
        padding-top: 12px;
    }
    .box-heading {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    #button-cart {
        /*padding-left: 22px;
        padding-right: 22px;*/
		width: 200px;
    }
    .quickview .form-group.qty .btn-lg, .productpage .form-group.qty .btn-lg {
        min-width: auto;
    }
    #offerclock {
        margin-bottom: 10px;
    }
    #offerclock .time {
        width: 120px;
    }
    #offerclock .time .count:before {
        right: -88px;
    }
	.box.latest, .box.bestseller, .box.featured {
		padding-bottom: 15px;
	}
    .blogs .customNavigation {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    #carousel-0.banners-slider-carousel .customNavigation a {
        opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
    }
    #carousel-0.banners-slider-carousel .customNavigation a.prev {
        left: 0px;
    }
    #carousel-0.banners-slider-carousel .customNavigation a.next {
        right: 0px;
    }
    .top_button {
        bottom: 15px;
        right: 15px;
    }
	.category_img img{max-width:100%;}
	.cat-desc{width:55%;}
	.category .image{width:45%}
	.blog-left .blog-image img{height:auto; width:100%;}
	.lang-curr{margin-left:0;float: none;display: inline-block;}	
	.categoryblock{width:50%;}
	#banner0 img, #banner1 img, #banner2 img{max-width:100%;}
	.common-home .category-left-box .box-content { display:none; }
	.catgory-left { position:absolute; z-index:3; width:270px; padding:0; }
	#blog-carousel .product-block, #blog-grid .product-block { margin-top:0px; padding-bottom:10px; }
	.address_content { padding-right:35px; }
	.manufacture_block > ul { width:90%; }
	.box-category-heading { width:211px; }
	.common-home .box-category-heading { width:270px; }
	.common-home #nav-one > li > .dropdown-menu { left:268px; }
	#nav-one > li > .dropdown-menu { left:168px; }
	p.powered, .bottomfooter .paiement_logo_block{
		float:none;
     	text-align: center;
	}
    .bottomfooter .container .footer-inner {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .bottomfooter .paiement_logo_block { 
        padding-top: 5px;
        padding-right: 0px;
        padding-bottom: 10px;
        padding-left: 0px; 
    }
    .productpage .product-right .product-detail-right .czofferbanner-top {
        margin-bottom: 15px;
    }	
    #column-left .box.special {
        padding-top: 0px;
    }
	.main-slider .swiper-pager div{display: none;}
	.box-category-heading { display:none; }
    .header-container{
        position: relative;
        padding-top: 17px;
        padding-bottom: 20px;
    }	
	.container, footer{text-align: center; }
    .box.category { display: none; }
	#column-left .box-product .image,
	#column-right .box-product .image {margin-right: 15px;}
	.col-md-4.btn-list-grid {margin-bottom: 10px;}	
	.pagination-right {
		clear: both;
		float: left;
		margin: 5px 0;   
    }
    .tab-head .etabs {
        margin-bottom: 12px;
    }
	.product-compare .table-bordered{
		width:100%;
		float:left;
		overflow:auto;
	}
	.viewmore {
		margin-top: 10px;
    }
	.hometab, .categorytab {
	    padding-top: 40px;
        padding-bottom: 20px;
    }
    div#product .form-group .hasCustomSelect {
        width: 90% !important;
    }
    #product-category #content .box.sidebarFilter .list-group-item-wrapper div.list-group-item {
        display: none;
    }
    #product-category #content .box.sidebarFilter .list-group-item-wrapper div.list-group-item:last-child {
        width: 264px;
    }
    #product-category #content .box.sidebarFilter .filterbox-wrapper .list-group-item .filter_scrollbar {
        margin-top: -10px;
    }
    #product-category #content .box.sidebarFilter .filterbox-wrapper .list-group-item .filter_scrollbar {
        width: 264px;
    }
    #product-category #content .box.sidebarFilter .toggle .mobile_togglemenu:before {
        color: #000000;
        top: 0;
        right: 0;
        font-size: 22px;
    }
    #product-category #content .box.sidebarFilter a.list-group-item.group-name {
        margin-bottom: 12px;
    }
    #product-category #content .box.sidebarFilter a.list-group-item.group-name.active {
        background-color: transparent;
        border: 0;
        color: #000000;
    }
	#footer .column ul {
		display: none;
	}
	#footer .column {
		width: 100% !important;
		margin-left:auto;
		margin-right:auto;
        clear: both;
        min-height: auto;
        padding-left: 15px;
        border: 0;
	}
    #footer .newsletter .news-title {
        font-size: 16px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
	#footer .newsletter .news-description{padding-bottom: 15px;}
    #footer .newsletter .newsright {
        width: 100%;
        margin: 0;
        padding-bottom: 0px;
        padding-top: 15px;
    }
	.newsletter .news-title {
		padding: 0;
		background: none;
	}
	.newsletter .input-news {
		width: 100%;
	}	
    .footerlogo {
        margin-bottom: 10px;
    }
    .footer-blocks #footerlogo .footerdesc {
        margin-bottom: 10px;
        padding: 0;
    }
    #footer .column.footerright { 
        padding-right: 15px; 
    }
    #footer .footer-blocks .column .social-block ul {
        display: block;
		margin-bottom: 0;
    }
    .social-block {
        float: none;
        display: block;
        text-align: center;
        padding-bottom: 0px;
        margin: 0;
    }
	#footer .column.footerright .paiement_logo_block{
		float:none;
		text-align:center;
	}
    #footer .column.contact-block { padding: 0px 15px; border: 0px; }
	 #footer .column.footerleft{margin-bottom:0;}
	#accordion .form-horizontal .control-label{width:100%;}
	.information-blogger-blogs .blog-image img{display:block;}	
	#search .col-sm-3.sort{width:37%;}
	.col-sm-5.t-search{width:86%; padding:10px 0; }
	.cate-heading, ul.subcats{float:none;}
	.cat-desc {
		display: inline-block;
		float: none;
		text-align: center;
		width: 100%;
	}
	.head-right-bottom  .header-cms-block{ margin: 20px 0; }
	#search .col-sm-3.sort{width:35%;}

	.layout-2.left-col #content,.layout-2.right-col #content,.layout-3 #content{width:100%; }

	.main-slider .owl-carousel{width:100%;}
	
	#footer{ margin-top: 0; box-shadow: none;}
	
	#footer .column ul{margin-bottom:15px;}
	
	#footer .column:after{content:initial;}
	.content_footer_bottom{margin-top:20px}
	.footertop-cms .subtitle{font-size:11px}
	
	.footertop-cms .title{font-size:13px}
	
	.blog-left .blog-image img{height:auto; width:100%;}
	
	.category-row{margin-left:-5px; margin-right:-5px;}
	
	.categoryblock{padding-left:5px; padding-right:5px}
	.category .image{float:none; clear:both; text-align:center}
	.category .image a{display:inline-block}
	
	.col-sm-10.subscribe-btn{ width:100%; }
	.col-sm-10.subscribe-btn{float:left; clear:both}
	.header-left{text-align:left; width:50%; padding:0; border:medium none;}
	.col-sm-4.header-logo{float: none;}
	.header-right{width:50%; border:none; padding:40px 0 0; }
	.nav-inner{display:block; color:#fff; margin-bottom:0px}
	.nav-inner-cms .box-category-heading,.nav-inner-cms .main-menu ul{display:none}
	.nav-responsive span{border:none; padding: 0; font-size: 0;}
	#cms-menu {position:relative;}
	.nav-inner-cms{border:none; margin-bottom:0;}
	.content-top #content{min-height:initial;}
	.contact-info .right{float:left; clear:both; margin-top:20px}
	#column-left .box .box-content, #column-right .box .box-content, #column-left .box .filterbox, #column-right .box .filterbox,
	#column-right .single-banner, #column-left .single-banner {display: none;}
	#column-right .toggle .mobile_togglemenu, #column-left .toggle .mobile_togglemenu {
		display: block;
		cursor: pointer;
		width: 100%;
		margin-top: 0;
		padding: 10px;
		position: absolute;
		right: 0;
		top: 0px;
		left: 0;
		background:transparent none repeat scroll 0 0;
		transition: initial;
		-webkit-transition: initial;
		-moz-transition: initial;
		-ms-transition: initial;
		-o-transition: initial;
	}
	#column-right .toggle .mobile_togglemenu:before, #column-left .toggle .mobile_togglemenu:before{
		background: transparent none repeat scroll 0 0;
		color: #ffffff;
		content: "\f107";
		font-family: "FontAwesome";
		font-size: 22px;
		font-weight: 400;
		height: 20px;
		margin: 0;
		position: absolute;
        right: 10px;
        text-align: center;
        top: 12px;
		width: 20px;
	}
	#column-right .box:first-child .toggle .mobile_togglemenu:before, #column-left .box:first-child .toggle .mobile_togglemenu:before {
		color:#ffffff;
	}
	#column-right .toggle.active .mobile_togglemenu::before, #column-left .toggle.active .mobile_togglemenu::before{
		content: "\f106";
	}

	.layout-2.left-col #column-left, .layout-2.right-col #column-right,.layout-3 #column-left, .layout-3 #column-right,#column-left,#column-right{width:100%; clear:both; padding-bottom:20px;}
	#column-left .box .box-content, #column-right .box .box-content, #column-left .box .filterbox, #column-right .box .filterbox,#column-left .box .list-group,#column-right .box .list-group{
		display:none; 
    }
    #column-left .box .box-content, 
    #column-right .box .box-content, 
    #column-left .box .list-group, 
    #column-right .box .list-group, 
    #column-left .box .filterbox, 
    #column-right .box .filterbox {
        text-align: left;
    }
	.homepage-testimonials-inner.box-content{display:none;}
	#testimonial .customNavigation a.next:hover::before, #testimonial .customNavigation a.prev:hover::before{color:#262626;}
	.result-search-autocomplete > ul > li{ float:left; clear:both;}
	.col-md-3.row-result-search-autocomplete-image {float: left; width: auto;}
	.col-md-6.result-info {float: left; width: 50%;}
	#banner0 img, #banner1 img, #banner2 img{max-width:100%;}
	.zoomWindowContainer .zoomWindow{height:450px !important;}
	.catgory-left { display:none; }

	#footer #contact.column h5 { display:block; }
	.footer-blocks {     
		padding-top: 40px;
		padding-right: 0px;
		padding-bottom: 30px;
        padding-left: 0px;
        float: left;
        text-align: left;
    }
    .block-social { float: none; text-align: center; }
	.manufacture_block > ul { width:80%; }
	#footer #contact.column ul { margin-top:15px; width:380px; }

	.swiper-pager-button{display:none;}
	.main-slider .swiper-pagination {
	    opacity: 1;
	}
	.box.latest {
		padding-bottom: 40px;
	}
	.header-container.fixed .responsive-menu .nav-responsive span {
		padding-top: 0px;
	}
    .productpage #tab_before {
        margin-top: 40px;
        float: left;
        width: 100%;
        clear: both;
        padding: 0;
    }
    .productpage #tab_before .czofferbanner-top {
        float: left;
        width: 35%;
        overflow: hidden;
    }
    .productpage #tab_before .offerbanner-bottom {
        float: left;
        padding-left: 15px;
        width: 45%;
    }
    #top .nav-left a {
        margin-top: 5px;
        z-index: 8;
        margin-bottom: 5px;
        margin-right: 3px;
        background: url(https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/codezeel/nav-icon.png) no-repeat scroll center -377px transparent;
        padding: 0;
        margin: 0;
        width: 30px;
        height: 30px;
        background-size: 20px;
        font-size: 13px;
    }
    .wishlist-info {
        margin-top: 12px;
        margin-right: 18px;
        margin-left: 14px;
    }
    .wishlist-info a {
        padding: 0;
        float: left;
    }
	.compare-info{
	margin-left: 14px;
    margin-top: 11px;
	}
    .wishlist-info:after,.dropdown.myaccount:after{border: 0;}
    .newsletter .newsright {
        width: 100%;
    }
    .newsletter .news-subtitle {
        padding-left: 0px;
        padding-right: 0px;
        float: left;
    }
    .blogs {
        padding-bottom: 5px;
        padding-top: 20px;
    }   
    header {
        min-height: 60px;
    }
    .tab-content .customNavigation a.prev {
        left: 0;
    }
    .tab-content .customNavigation a.next {
        right: 0;
    }
    #blog-carousel .blog-item {
        padding-top: 15px;
        margin-bottom: 0px;
    }
    #content {
        text-align: left;
    }
    #product-category .product-layout.product-grid{
        width: 32.33%;
    }
    .product-layout.product-grid {
        width: 32.8%!important;
    }
    .quickview #input-quantity {
        margin-right: 5px;
        margin-left: 5px;
        padding-left: 0px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        border: 1px solid rgba(0, 0, 0, 0.15);
    }
    .newsletter .box-heading {
        margin-bottom: 10px;
        font-size: 16px;
    }    
    .header-container.fixed #search {
        padding-top: 3px;
    }
    #search {
        padding-top: 3px;
    }
    .header-container.fixed .nav-responsive .expandable:before {
        top: 5px;
    }
    .nav-responsive .expandable:before {
        content: "";
        background-image: url(https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/codezeel/menu.svg);
        background-repeat: no-repeat;
        background-position: -1px 0px;
        background-color: transparent;
        background-size: 20px;
        width: 18px;
        height: 22px;
        position: absolute;
        left: 0px;
        top: 5px;
    }
    .nav-responsive .expandable.open:before {
        background-image: url(https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/codezeel/menu-close.svg);
        background-position: 0px 2px;
        background-size:16px;
        width: 22px;
    }
    .header-container.fixed #search .search_toggle {
        top: 48px;
    }
    .header-container.fixed #cart .dropdown-menu {
        top: 47px;
    }
    footer h5, #footer .news-title{font-size: 16px;}
    #top .nav.pull-left {
        /*float: none;*/
		float:right;
    }
    li.nav-top.last .nav-left.navcms {
        text-align: left;
        padding: 7px 10px 0px;
        color: #000;
    }
    li.nav-top.last .nav-left.navcms:hover {
        color: #117f70;
    }
   
    .banners-slider-carousel .carousel-block {
        padding-bottom:25px;
        padding-top: 25px;
    }
    #tabs_info .tab-content {
        padding: 20px;
    }
    .box.related {
        margin-bottom: 20px;
    }
    .rightbanner .customNavigation {
        display: none;
    }
   
    #column-left .box .box-heading:hover:before, #column-right .box .box-heading:hover:before{width: 60px;}
    #search .search_button:before{
        display: none;
    }
   
}
		
@media only screen and (min-width: 768px) and (max-width: 991px){
	.layout-2.left-col #column-left,.layout-2.right-col #column-right{width:100%; }
	.layout-2 #content{width:77.35%;}
    #column-left .product-items .product-details, #column-right .product-items .product-details {float: left;margin: 0px 0 0;}
    #button-cart2 .quickview .form-group.qty .btn-lg{
        padding-right: 16px;
        padding-left: 16px;
    }
}
@media (max-width: 767px) {
    .common-home .container, .common-home #top .container, .common-home header .container {
        width: auto;
    }
	.layout-2 #content,.layout-3 #content{width:100%;}
	.product-info .image-additional a {padding: 0px;} 
	.header-left { width:100%; text-align:center; }	    
    .headertopright { float: none; display: inline-block; margin-bottom: -20px; }       
	.header-logo > div{display:inline-block;}
	.btn-info {margin-bottom:3px;} 
	#input-search {margin-bottom: 8px;}
	.header-logo #logo { margin: 0px; position: static; }
	.col-sm-4.total_amount {margin-top: 20px;}	
    .header-cart #cart > .btn:hover{ color: #117f70; }
    .productpage .product-left {
        position: relative;
        top: 0;
        width: 100%;
        float: left;
    }
    .productpage .product-right {
        margin-top: 50px;
        width: 100%;
        float: left;
        clear: both;
    }
	#top-links ul.list-inline li{padding: 0 10px 0 8px}

	.checkout-cart .btn.btn-danger { margin-top: -2px !important;}
	.button_class {clear:both;}
	.show-wrapper{clear:both;margin:10px 0 0;}
	.category_filter .show {float: left; margin: 8px 10px 0 0;}
	.product-compare .table-bordered{float:left;width:100%;overflow:auto; display: block;}
	.product-info .image, .product-info .additional-carousel { margin: 0 auto; width: 350px; clear: both; }
	.breadcrumb{right:15px;}
	.information-blogger .breadcrumb{position:relative; left:0px; right:auto;}
	.blog-right h4{ margin-bottom:0px; }
	.main-slider .owl-carousel .owl-buttons,
	.main-slider .owl-carousel .owl-pagination{ display: none; }
	.product-info .additional-carousel{width:350px}
	.addthis_toolbox.addthis_default_style{margin: 10px 0;}
	#content .category_list .filterbox{border:1px solid #e5e5e5; margin:10px 0; background-color:#fff;}
	#content .category_list .filterbox .list-group a{border:none;}	
	.checkout-cart .input-group-btn:last-child > .btn, .checkout-cart .input-group-btn:last-child > .btn-group{margin-left:0; margin-right:5px;}
	.checkout-cart #accordion .input-group-btn:last-child > .btn, .checkout-cart #accordion .input-group-btn:last-child > .btn-group{margin-left: 5px; margin-right: 0;}
	.blog-left .blog-image img {
    	height: auto;
    	width: 100%;
	}
	.addtocart .fa{margin:0;}
	.headertopright .text2 span.hidden-xs,.headertopright .text2 span.hidden-sm,.headertopright .text2 span.hidden-md{display:block !important}
	.col-sm-5.header-search{width:78.7%;}
	#search .col-sm-3.sort{width: 39%; float: left;}
	.col-sm-3.header-cart{ width:9%; }	
	
	.owl-carousel .owl-buttons div{opacity:1 !important; -webkit-opacity:1 !important; -moz-opacity:1 !important; -khtml-opacity:1 !important;}
	.box.bestseller{padding-top:30px}
	.cz_newsletterdiv{ width: 100%;} 
	.news-social{ width: 100%; padding: 20px 10px 25px;}
	.product-list .product-thumb .button-group .addtocart .fa{margin-right:10px}
	.product-list .product-thumb .image{float:left;}
    #content h3.product-title, #content h3.product-option, #content h1.product-title {
        margin-top: 0;
    }
	.information-blogger-blogs .blog-image img {
    	display: inline-block;
    	max-width: 100%;
	}
	.all-blog .blog-left-content .blog-image{height:auto}

	.category_tab .nav-tabs{float: left; width: 100%; margin: 10px 0;}
	.category_tab .tab-content{clear:both}
	.category_tab .tab-pane .owl-carousel .owl-buttons div{top:-50px}
	.categoryblock{width:50%; margin-bottom: 10px;}
	.category .image{float:none; clear:none}
	.category{padding:0 10px;}
	.layout-2.left-col #column-left, .layout-2.right-col #column-right, .layout-3 #column-left, .layout-3 #column-right, #column-left, #column-right{display:block !important;}
	#carousel-0.banners-slider-carousel .customNavigation a{
		opacity:1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		-moz-opacity:1;
	}
	.responsive-menu.container { padding: 0!important; position:relative; width:100%; }
	.main-slider { width:100%; }
	.main-slider img { width:100%; }
	.static_links li a { padding:16px 10px 17px; }
	.header-right { text-align:center; display:none; }
	.head-right-top { float:none; margin:0 auto; display:none; }
		#content .product-carousel .product-block:hover .price, #content .product-grid .product-block:hover .price, #content .box-product .product-block:hover .price { 
    	opacity: 1 ;
    	-khtml-opacity: 1 ;
    	-webkit-opacity: 1 ;
    	-moz-opacity:1 ;
	 }
	 .bottomfooter .paiement_logo_block{ text-align: center; }
	 .footerbottom-cms { width:100%; text-align:center; } 
	 .top-inner .left-logo { padding-right:20px; }
	 .searchbar .col-sm-3.sort { width:100%; }
	 .content_header_topright { letter-spacing:0.3px; }	 
  
    #tabs_info {
        margin-top: 30px;
        margin-bottom: 20px;
    }
    #product-search .col-sm-3.sort {
        padding-left: 15px;
    }
}
@media only screen and (max-width: 650px) {
	.product-layout.product-grid {
		width: 49%!important;
	}
    #tabs_info .nav-tabs li a, #tabs_info .nav-tabs li.active a, .htabs a, .htabs a.selected {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 15px;
        margin: 0;
    }
    #product-category .product-layout.product-grid {
        width: 49%;
    }  
    #blog-carousel .product-block, #blog-grid .product-block {
        padding-bottom: 0px;
    }
}
@media only screen and (max-width: 575px) {
	.tab-head { display:inline-block; width:100%; height:auto; border:none; }
	.htabs  { width:100%; margin:0; }
	#tabs_info .nav-tabs li, .htabs .etabs li { margin: 0;}
    #tabs_info .nav-tabs a:before, .htabs .etabs li a:before { border: 0px; }
	.htabs a:before, #tabs_info .nav-tabs a:before, .categorytab .nav-tabs a:before{
	    display:none;
	}
	#tabs_info .nav-tabs a, .nav-tabs a, .htabs a, .categorytab .nav-tabs a {
		padding-top: 10px;
        padding-bottom: 10px;
    }
    #tabs_info .nav-tabs li.active a, .htabs a.selected, .categorytab .nav-tabs li.active a {
        background: transparent;
        color: #117f70;
    }
	.tab-head, .box-head {
		text-align: center;
	}
	.newsletter .news-title {
		font-size: 20px;
	}
    .product-layout.product-list .product-block .image {
        width: 100%;
        max-width: 270px;
        float: none;
        margin: 0 auto;
    }
    .product-layout.product-list .product-block .product-details {
        width: 100%;
        text-align: center;
        padding-left: 0;
        padding-top: 15px;
    }
    .header-logo img {
        max-height: 50px;
    }
    .hometab {
        padding-top: 40px;
    }
    .dropdown.myaccount .myaccount-menu {
        left: auto;
        right: 0;
    }
    .product-list .product-thumb .caption {
        text-align: center;
        padding-left: 0px;
        width: 100%;
    }
    .productpage #tab_before .czofferbanner-top {
        width: 46%;
    }
    .productpage #tab_before .offerbanner-bottom {
        width: 54%;
    }
    .tab-head .etabs {
        margin-bottom: 0px;
    }
    .htabs a:hover, .htabs a:focus, .categorytab .nav-tabs a:hover, .categorytab .nav-tabs a:focus, #tabs_info .nav-tabs li a:hover {
        color: #117f70;
        background: transparent;
    }
    
}
@media (max-width: 480px) {
    #spinner {
        background-size: 10%;
    }
    #top-links span {
        font-size: 0;
    }
   #form-currency .btn-link strong{font-size:14px;}
   #form-language .btn-link {
		margin-right: 10px;
	}
    .subscribe-btn .btn.btn-lg {
        padding-left: 25px;
        padding-right: 25px;
    }
    .newsletter #txtemail {
        padding-left: 15px;
        padding-right: 140px;
    }
    .main-slider .swiper-pagination {
        bottom: 5px;
    }
    header {
        min-height: 55px;
    }
    .main-slider .swiper-pager ul { 
        margin-right: 20px;
    }
    .dropdown.myaccount .fa {
        padding-left: 0px;
    }
    .lang-curr .fa {
        padding-left: 0px;
    }
    #offerclock {
        font-size: 17px;
    }
    #offerclock .time {
        width: auto;
        padding: 10px 10px;
    }
    #offerclock .offertext {
        display: block;
        padding: 0;
    }
    #offerclock .time .count:before {
        right: -29px;
    }
    .dropdown.myaccount > a {
        background: url(https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/codezeel/user.svg) no-repeat scroll ;
        padding-left: 22px;
        background-size: 17px;
        background-color: transparent;
    }
    .dropdown.myaccount > a:hover{
        background: url(https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/codezeel/user-hover.svg) no-repeat scroll;
        background-size: 17px;
    }
    .dropdown.myaccount:hover  a{color: #117f70; }
    .dropdown-menu-right {
        right: auto;
        left: 0;
    }
    .dropdown.myaccount {
        /*margin-right: 10px;*/
    }
    #form-language {
        margin-right: 10px;
    }
    #tabs_info .nav-tabs li a, #tabs_info .nav-tabs li.active a, .htabs a, .htabs a.selected {
        padding-bottom: 0px;
    }
  
}

@media only screen and (max-width: 479px) {
	span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
		display: none!important;
	}
	.product-info .image-additional a{float:none; text-align:center;}
	.head-right-bottom{ bottom: -65px; }
	.table{	
		float: left;
		margin-bottom: 20px;
		overflow: scroll;
		width: 100%;
	}
    #column-left .box.special .product-block-inner {
        margin: 0px;
        max-width: none;
    }
    .product-list .product-thumb .product-block-inner {
        text-align: center;
        margin: 0;
        max-width: none;
    }
  
	.shopping-cart .input-group .form-control{width:100%;padding:0;text-align:center;}
	.account-wishlist .table-bordered{float:left;width:100%;overflow:auto; display: block;}
	.flex-direction-nav a:before {font-size:27px !important;}
	.dropdown-menu.pull-right {width: 100%;}
	#cart .dropdown-menu li > div {min-width:100%;}	
	.category_filter .limit {float: left;}
	.contact-info .left,.contact-info .right{width:100%;}
	.product-info .image, .product-info .additional-carousel {width: 100%;}
	.productpage .write-review, .productpage .review-count { display: inline-block;margin: 5px 0 0;width: 100%;}
	.pagination-wrapper .page-link{float:left;}
	.pagination-wrapper .page-result{float:left;clear:both;}
	.checkout-cart .pull-right {clear: both;float: left; margin: 10px 0;}
	.bootstrap-datetimepicker-widget.dropdown-menu{width:auto;}
	.checkout-cart #accordion .input-group-btn {float: left; margin: 5px 0 0;}
	.blog-right { width:100%; }	
    .category_tab .tab-pane .owl-carousel .owl-buttons div{top:-45px}
	.category_tab .owl-carousel .owl-buttons .owl-prev{
	display: inline-block;
    float: none;
    left: auto !important;
    opacity: 1 !important;
	-khtml-opacity: 1 !important;
	-webkit-opacity: 1 !important;
	-moz-opacity:1 !important;
    position: absolute;
    right: 51% !important;
	}
	.category_tab .owl-carousel .owl-buttons .owl-next{
	left: 51% !important;
    right: auto !important;
    display: inline-block;
    float: none;
    position: absolute;
	opacity: 1 !important;
	-khtml-opacity: 1 !important;
	-webkit-opacity: 1 !important;
	-moz-opacity:1 !important;
	}
	.category_tab .tab-content{clear:both; margin-top: 60px; float: left; width: 100%;}
	.category_tab ul li a{float:none; width:100%;}
	.category_tab ul li{background:none; padding:0;}
	.app-cms li{margin-right:5px;}
	.social-cms li{margin:0 5px 0 0;}
	.footerblock{width: auto;
    margin: 15px 0;
    float: left;
    clear: both;
	}	
	.hometab .tab-content{clear:both}
	#menu{width:60%}
	.news-social .social-title .social-heading,
	.newsletter h5.news-title{     
		font-size: 15px;
		line-height: 28px;
	}
	.headertopright .text2-dec{ display: none; }

	.headertopright{text-align:center}
	.headertopleft{display:inline-block; float:none; margin-bottom:10px; text-align:center; width:100%;}
	.shipping-cms{text-align:left}
	#form-currency .btn-link, #form-language .btn-link{margin-top:-4px; }
    .quickview .product-info .image {
        width: 100%;
    }
	.productpage #input-quantity{float:none; margin-bottom: 10px; margin-right: 0;}
	.breadcrumb{left: 0;
    position: relative;
    right: auto;}
	#tabs_info .table{float:none;}
	.checkout-cart .shopping-cart .input-group-btn:last-child > .btn, .checkout-cart .shopping-cart .input-group-btn:last-child > .btn-group{margin-left:0px; margin-right:5px}
	.checkout-cart #accordion .input-group-btn:last-child > .btn, .checkout-cart #accordion .input-group-btn:last-child > .btn-group{margin-left: 0px; margin-right: 5px;}
	.category .image{float:none; clear:both; text-align:center}
	.result-search-autocomplete{width:100% !important;}
	.col-md-6.result-info{text-align:left; width:69%; padding-right:0;}
	.result-search-autocomplete > ul > li{width:100%;}
	.alert.alert-success.animated{height:110px;}
	.comment-wrapper{width:100%; float:left; margin:0;}

	.manufacture_block > ul { width:100%; padding:0; }
	
	.nav-tabs { height:auto !important; }
	.productpage .breadcrumb { width:100%; text-align:left; }
	#content .image-additional .slider-item .product-block { margin:4px 3px; }
	#form-language, #form-currency { background:none; }	
	.subscribe-btn{ float: none; }
	
    #search .search_button {
        display: block;
    }
    #search {
        width: auto;
		/*position: relative;
        top: 40px;
        left: 35px;*/
    }
	.header-container{
		/*padding-bottom: 50px;*/
	}
	#smartsearch{
		top:105px!important;
		width: 250px!important;
		left: -180px;
		z-index: 99999!important;		
	}
	
	#smartsearch li.item .item_block .image{
		display:none!important;
	}
	#search .btn-lg {
    right: 10px;
	}
	#smartsearch li.item .item_block .title{
		font-size:13px;
	}
	#search .input-lg{
		width:250px;
		border: none;
	}
    .product-thumb .price {
        font-size: 17px;
    }
}

@media (max-width: 399px){
    .product-thumb .caption {
        padding-left:12px;
        padding-right:12px;
    }
    .productpage .form-group.qty .wishlist, .productpage .form-group.qty .compare, .quickview .form-group.qty .wishlist, .quickview .form-group.qty .compare {
        padding-top: 0;
    }
}

@media (max-width: 380px) {
	#search .btn-lg {
    right: -20px;
	}
    #cart .dropdown-menu {
        width: 275px;
    }
    #column-left .product-items .product-details, #column-right .product-items .product-details {
        float: none;
    }
    #cart .text-right .addtocart, #cart .text-right .checkout {
        padding-left: 12px;
        padding-right: 12px;
    }
	#search .search_toggle {
        width: 230px;
        right: -25px;
    }
     .productbox-grid .product-block .product-block-inner, 
    .product-carousel .product-block .product-block-inner, 
    .product-grid .product-block .product-block-inner {
        max-width: 329px;
        margin: 0 auto;
    } 
    #product-category .product-layout.product-grid {
        width: 100%;
    }
    .product-layout.product-grid {
        width: 100%;
    }
    #tabs_info .nav-tabs a, .nav-tabs a, .htabs a, .categorytab .nav-tabs a {
        padding-top: 0px;
        padding-bottom: 5px;
    }
    #tabs_info.product-tab .nav-tabs {
        margin-bottom: 0px;
    }
}

@media (max-width: 350px) {
    .productpage .product-right .product-detail-right .czofferbanner-top {
        width: 100%;
    }
    .productpage .product-right .product-detail-right .offerbanner-bottom {
        width: 100%;
        padding-left: 0;
    }
}

@media only screen and (max-width: 320px){

	.btn-primary {margin-bottom:2px;}
	.compare-total {clear: both; margin: 8px 10px 10px 0;}
	#cart .text-right .checkout{margin:0;}
    .subscribe-btn .btn.btn-lg {
        padding: 7px 12px;
    }
    .wishlist-info {
        margin-right: 10px;
        margin-left: 10px;
    }
}



/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */

.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls .owl-buttons div {
	position: absolute;
}
.owl-controls .owl-buttons .owl-prev {
	left: 10px;
	top: 50%;
}
.owl-controls .owl-buttons .owl-next {
	right: 10px;
	top: 50%;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
	cursor: url(https://paffoni.shop/catalog/view/theme/Styleway_Goggles/stylesheet/grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    text-align: center;
}


/* OpenCart Code */
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	touch-action: pan-y;
}
/* .owl-carousel .owl-wrapper {
	display: none;
	position: relative;
    -o-transform: translate3d(0px,0px,0px);
    transform: translate3d(0px,0px,0px);
    -webkit-transform: translate3d(0px,0px,0px);
    -moz-transform: translate3d(0px,0px,0px);
    -ms-transform: translate3d(0px,0px,0px);
} */
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls .owl-buttons div {
  position: absolute;
}
.owl-controls .owl-buttons .owl-prev{
  left: 10px;
  top: 45%; 
}
 
.owl-controls .owl-buttons .owl-next{
  right: 10px;
  top: 45%;
}
.owl-carousel .owl-buttons div i {
	font-size: 40px;
	margin: -20px 0 0;
}
.owl-pagination {
	text-align: center;      
	position: relative;
}
.owl-controls .owl-page {
	display: inline-block;
	margin: 0px 5px;
    zoom: 1;
}
.owl-controls .owl-page span {
	display: block;
    width: 10px;
    height: 10px;
    background: #000000;
    margin: 3px;
    text-indent: -9999px;
    -webkit-transition: transform 0.3s cubic-bezier(.7,-.2,.3,2.5),color 0.15s ease-out;
    -moz-transition: transform 0.3s cubic-bezier(.7,-.2,.3,2.5),color 0.15s ease-out;
    -o-transition: transform 0.3s cubic-bezier(.7,-.2,.3,2.5),color 0.15s ease-out;
    transition: transform 0.3s cubic-bezier(.7,-.2,.3,2.5),color 0.15s ease-out;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.owl-controls .owl-page.active span {
	background: #117f70;
    border-color: #117f70;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.owl-controls .owl-page span:hover {
    background: #117f70;
}
@media (max-width: 991px) and (min-width: 651px){
    .special_default_width {
        width: 240px;
    }
}
@media (max-width: 1199px) and (min-width: 992px) {
    .grid_default_width,
    .tablatest_default_width,
    .tabbestseller_default_width,
    .tabspecial_default_width,
    .featured_default_width,
    .latest_default_width,
    .bestseller_default_width,
    .related_default_width,
    .tabcategory0_default_width,
    .tabcategory1_default_width,
    .tabcategory2_default_width,
    .tabcategory3_default_width,
    .tabcategory4_default_width,
    .tabcategory5_default_width,
    .tabcategory6_default_width,
    .tabcategory7_default_width,
    .tabcategory8_default_width,
    .tabcategory9_default_width{
        width: 33%;
    }
}
@media (max-width: 991px) and (min-width: 651px) {
    .grid_default_width,
    .tablatest_default_width,
    .tabbestseller_default_width,
    .tabspecial_default_width,
    .featured_default_width,
    .latest_default_width,
    .bestseller_default_width,
    .related_default_width,
    .tabcategory0_default_width,
    .tabcategory1_default_width,
    .tabcategory2_default_width,
    .tabcategory3_default_width,
    .tabcategory4_default_width,
    .tabcategory5_default_width,
    .tabcategory6_default_width,
    .tabcategory7_default_width,
    .tabcategory8_default_width,
    .tabcategory9_default_width {
        width: 32%;
    }
}
@media (max-width: 650px) and (min-width: 381px) {
    .grid_default_width,
    .tablatest_default_width,
    .tabbestseller_default_width,
    .tabspecial_default_width,
    .featured_default_width,
    .latest_default_width,
    .special_default_width,
    .bestseller_default_width,
    .related_default_width, 
    .tabcategory0_default_width,
    .tabcategory1_default_width,
    .tabcategory2_default_width,
    .tabcategory3_default_width,
    .tabcategory4_default_width,
    .tabcategory5_default_width,
    .tabcategory6_default_width,
    .tabcategory7_default_width,
    .tabcategory8_default_width,
    .tabcategory9_default_width {
        width: 50%;
    }
}


/******** Contact Page Design *********/
.contact-form {
    float: left;
    width: 100%;
    padding-bottom: 50px;
}
.contact-form .left-part {
    width: 50%;
    float: left;
    margin-right: 30px;
}
.contact-form .left {
    float: right;
    width: 50%;
    margin-top: 30px;
    position: relative;
    z-index: 3;
    padding: 20px;
}
.contact-form .right {
    margin-top: 30px;
    float: left;
    width: 50%;
    padding-right: 30px;
	padding-bottom: 0;
    border-right:1px solid #dddddd;
}
.contact-form .map {
    width: 100%;
    float: left;
}
#content .contact-form h3 {
    font-size: 16px;
	margin-bottom: 20px;
}
.contact-form .left strong {
    font-size: 14px;
    text-transform: capitalize;
    display: inline-block;
    color: #000;
    vertical-align: top;
    font-weight: 500;
}
.contact-form .left address {
    display: inline-block;
}
.contact-form .left .address-detail {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.contact-form .left  .comments {
   border-top:1px solid #dddddd;
    padding-top: 20px;
    margin-top: 20px;
    width: 100%;
    float: left;
    padding-left: 0;
}
.information-contact .contact-form .panel-body {
    padding: 30px 0;
    overflow: auto;
    width: 100%;
    float: left;
}
.contact-form .form-horizontal .control-label {
    padding-left: 0;
    padding-right: 0;
}
.contact-form .left .contact a.btn.btn-info {
    margin-top: 20px;
}
#google_map {
	width:100%;
    height:350px;
    margin-bottom: 30px;
}

.contact-form .map-btn .btn-info {
    background: #117f70;
    color: #fff;
    border-color: #117f70;
}
.contact-form .map-btn .btn-info:hover {
    background-color: #000000;
    border-color: #000000;
    color: #fff;
}
@media (max-width:1199px){
	.contact-form .left .address-detail .img-thumbnail {
		max-height: 40px;
		width: auto;
	}
	.contact-form .left {
        padding-left: 15px;
        padding-right: 15px;
	}
	.contact-form .right {
        padding-right: 15px;
    }
	
}
@media (max-width:991px){
	.contact-form .left,
	.contact-form .right {
        width: 100%;
        padding-right: 0px;
		border:0;
	}
	.contact-form {
		padding-bottom: 30px;
	}
	.contact-form .left {
		margin-top: 10px;
	}
}


.down-button{
	color: #117f70;
	margin-left: 30px;
}

#tab-documentation{
	text-align: center;
}
 #tab-documentation .docs{
	 padding-left:0px;
 }
 
#tab-documentation .docs li{
	margin-bottom:5px;
}

#oneclick .input-group .form-control{
	width:45%;
	margin-right: 20px;
}

#oneclick{
	margin: 30px 0px 0px;
}

#oneclick h3{
	margin-bottom:10px!important;
}



#button-oneclick{
	width: 45%;
    padding: 8px 12px;
	background-color: #303030;
    border: 1px solid #303030;
}

.simplecheckout-cart .btn{
	padding: 8px 8px!important;
}

.fa-viber:before {
    content: "\f409";
}

#product-manufacturer .product-block a{
	/*font-size: 18px;
    line-height: 35px;*/
}

.product-layout .timer-block, .box-product .timer-block{
	position: absolute;
    top: 36%;
    left: 14%;
}
#product-search .timer-block{
left:22%;
}

.label-product {
	color: #fff;
	font-weight: 400;
	text-align: center;
	line-height: 22px;
	padding: 2px 9px;
	position: absolute;
	min-width: 46px;
	margin-left: 10px;
	text-transform: uppercase;
	font-size: 12px;
	z-index: 3;
	border-radius: 0px;
	
}
.label-product span {	
	display: block;
}
.label_new {
	background: #8bad49;
	color: #fff;
}
.label_sale {
	background: #de6767;
	color: #fff;
}
.label_hit {
	background: #ba86ae;
	color: #fff;
}
.label-product:nth-child(1) {
	top: 20px;
}
.label-product:nth-child(2) {
	top: 47px;
}
.label-product:nth-child(3) {
top: 74px;}

.ocf-popover.ocf-right{
	z-index:4;
}

.view0_product{
	padding: 3px 3px 4px 3px;
    border: 1px solid #117f70;
    border-radius: 4px;
}

.option-variant{
	padding-right: 7px;
}

.stock-status{
	font-weight:bold;
	margin-bottom:10px;
}

.stock-status-empty{
	height:37px;
}

#tab-specification td{
	cursor: default;
}

.category_description a, .ocf-description a{
	text-decoration:underline;
}

.category_description b, .ocf-description b{
	font-weight:500;
}

.category_description h3 span, .ocf-description h3 span, .category_description span, .ocf-description span{
	font-size: 18px!important;
	    color: #000 !important;
}

@media (min-width:1460px){
	.compare-info{
    margin-top: 40px;
}
}


    #cart-total {
        font-size: 0;
    }
    #cart-quantity, #wishlist-quantity, #compare-quantity {
        background-color: #117f70;
        min-width: 18px;
        min-height: 18px;
        font-size: 12px;
        text-align: center;
        top: -2px;
        left: 10px;
        position: absolute;
        line-height: 18px;
        color: #fff;
		border-radius: 50%;
    }
	
	
.rating-stars {
  direction: rtl; /* щоб клік справа наліво */
  unicode-bidi: bidi-override;
  display: inline-flex;
  gap: 5px;
}

.rating-stars input {
  display: none;
}

.rating-stars label {
  font-size: 32px;
  color: #ddd;
  cursor: pointer;
}

.rating-stars label:before {
  content: '★';
}

.rating-stars input:checked ~ label {
  color: #ffc107; /* активні зірки */
}

.rating-stars label:hover,
.rating-stars label:hover ~ label {
  color: #ffda55;
}

.block-review {margin-top:20px;}	
.label-oc{	
display: block;
    margin-bottom: 5px;	
}

.oneclick-popup {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

.oneclick-popup__inner {
  background: #fff;
  padding: 20px 30px;
  border-radius: 12px;
  font-size: 16px;
  max-width: 350px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
  text-align: center;
  position: relative;
      margin: 0 auto;
    top: 250px;
}

.oneclick-popup__inner .close {
  position: absolute;
  top: 8px;
  right: 12px;
  cursor: pointer;
  font-size: 22px;
  color: #000;
}

.blog .box-product .product-items{width: 350px!important;}
.blog_grid_holder.related{margin-left: 15px;
    margin-right: 15px;}
	
	
.blog_post h1{    margin-top: 20px;}	


.main-slider {
  width: 100%;
}

.main-slider .swiper-viewport {
  max-width: 1900px;   
  margin: 0 auto;
}
.blog .pagination>li>a, .pagination>li>span, .pagination>li>a{padding: 4px 12px 4px 7px!important;margin:5px;}

#button-ukrcredits{
	display: block;
    margin-top: 20px;
}

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

.category-free-delivery-sticker img, .product-free-delivery-sticker img {
    display: block;
    width: 100%;
    height: auto;
}

.product-thumb .percentsaving,
.product-thumb .saleback {
    z-index: 5;
}

.category-free-delivery-sticker {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 4;
    width: 85px;
    line-height: 0;
	opacity: 0.9;
}

.product-free-delivery-sticker {
	position: absolute;
	top: 10px;
	right: 50px;
	z-index: 5;
	width: 100px;
	opacity:0.9;
}


.product-thumb .percentsaving {
    position: absolute;
    top: 80px;
    right: 0px;
    z-index: 4;
    display: inline-block;
    padding: 7px 10px 6px;
    background: #fff;
    color: #de6767;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.1;
    border-radius: 10px 0 10px 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
    /*white-space: nowrap;*/
    overflow: hidden;
	opacity: 0.9;
	width: 85px;
    text-align: right;
}

.product-info .ukrcreditsticker{
	    top: 110px;
    right: 52px;
}

@media (min-width:1200px) and (max-width:1500px){
	.main-menu ul > li > a {
    padding: 17px 13px;
	}
	.more_menu a{
	padding-top: 0px!important;
    padding-bottom: 15px!important;
}
}

@media(max-width:767px){
	.product-thumb .percentsaving{
	top: 60px;
    width: 60px;
    white-space: break-spaces;
    font-size: 11px;
    padding: 5px 2px;
    z-index: 1000;
	}
	.category-free-delivery-sticker{width: 60px!important;}
	.product-free-delivery-sticker{width:80px;}
	.contact-form .form-horizontal .control-label {
		margin-bottom: 10px;
		padding-left: 15px;
	}
	.contact-form .map-btn {
		margin-top: 20px;
		margin-bottom: 20px;
	}

}

/* Jet Cache: catalog/view/javascript/jquery/magnific/magnific-popup.css */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure {
    /* The shadow behind the image */ }
    .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* Jet Cache: catalog/view/theme/Styleway_Goggles/stylesheet/codezeel/carousel.css */

/* display none until init */
.product-carousel{
	display: none;
	opacity:1!important;
	position: relative;
	width: 100%;
	touch-action: pan-y;
}
#column-left .product-carousel, #column-right .product-carousel { display:block;}
#column-left .customNavigation, #column-right .customNavigation { display:none;}

#column-left .banners-slider-carousel .customNavigation,
#column-right .banners-slider-carousel .customNavigation{ display:block;}

.product-carousel .slider-wrapper{
	display: none;
	position: relative;
	transform: translate3d(0px, 0px, 0px);
}
.product-carousel .slider-wrapper-outer{
	/* overflow: hidden; */
	position: relative;
	width: 100%;
}
.product-carousel .slider-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.product-carousel .slider-item{
	float: left;
}
.slider-controls .slider-page,
.slider-controls .slider-buttons div{
	cursor: pointer;
}
.slider-controls {
	-webkit-tap-highlight-color: transparent;
}

/* mouse grab icon */
 



/* fix */
.product-carousel  .slider-wrapper,
.product-carousel  .slider-item{
	backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
}
.customNavigation {
    top: 45%;
    position: absolute;
    width: 100%;
    z-index: 7;
    direction: ltr !important;
}
.blogs .customNavigation{
    top: 33%;
    z-index: 7;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}
#czcategorylistblock:hover .customNavigation{
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}
#czcategorylistblock .customNavigation::after,
.blogs .customNavigation:after {
    position: absolute;
    content: "";
}
/* .customNavigation a:before {
    content: "";
}*/
.customNavigation a {
    font-size: 0;
    position: absolute;
    font-weight: 400;
    height: 32px;
    width: 32px;
    line-height: 24px;
    padding: 0px;
    color: #000000;
    cursor: pointer;
    overflow: hidden;
    transition: none;
    background-color: #ffffff;
    text-transform: capitalize;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 25px;
}
.customNavigation a.prev:hover {
    background-image: url(https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/codezeel/left-angle-black-hover.svg);
}
.customNavigation a.next:hover {
    background-image: url(https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/codezeel/right-angle-black-hover.svg);
}
.customNavigation a.prev {
   left: -40px;
   background-image: url(https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/codezeel/left-angle-black.svg);
}
.customNavigation a.next {
  right: -40px;
  background-image: url(https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/codezeel/right-angle-black.svg);
}

.categoryblock-wrapper .customNavigation a:hover{
    background: none;
  
}
.customNavigation a:hover {
    border-color: #8a6b54;
}
@media (max-width: 1550px) {
    .customNavigation a.prev {
        left: 0px;
    }
    .customNavigation a.next {
        right: 0px;
    }
    .customNavigation a.btn-prev {
        left: 0;
    }
    .customNavigation a.btn-next {
        right: 0;
    }
}
@media (max-width: 991px) {
    .customNavigation a.btn-prev {
        left: 0px;
      }
      .customNavigation a.btn-next {
        right: 0px;
      }
  }

/* Jet Cache: catalog/view/theme/Styleway_Goggles/stylesheet/codezeel/custom.css */
/* -------------
 * Selects
 * ------------- */
/* Custom Select*/
span.customSelect {
    font-size: 12px;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    color: #000;
    text-decoration: none;
    white-space: nowrap;
    text-align: left;
    height: 34px;
}
span.customSelect option {font-size:12px !important;}
span.customSelect.changed {
	background-color: #f0dea4;
}
.customSelectOpen {
  -moz-box-shadow: none;
  -webkit-box-shadow: none; 
  box-shadow: none;
}
.form-control.hasCustomSelect{ width:95% !important; }
.customSelectInner {
	background:url('https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/codezeel/select-arrow-down.gif') no-repeat center right;
	width:100% !important;
}
.customSelectOpen .customSelectInner{ background:url('https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/codezeel/select-arrow-up.gif') no-repeat center right; }

#input-sort , #input-limit, #product .form-group select { cursor:pointer;}


/* TREEVIEW CATEGORY LEFT */
.treeview-list, .treeview-list ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}
.treeview-list ul {
	background:none; 
	margin:0px;
}
.treeview-list .hitarea {
	background: none;
	height: 9px;
	width: 9px;
	float: right;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea { display: inline;float:none; }
.treeview-list li { margin: 0; }
.treeview-list li.last, .treeview-list li.lastExpandable {border:none;}
.treeview-list a.selected { background-color: #eee; }

.treeview-list .hover { color:#38B0E3; cursor: pointer; }
.treeview-list li a:hover,.treeview-list li.nav-1 a:hover	 {   cursor:pointer; }
.treeview-list li ul li:hover	{ background:none;}
.treeview-list li a { display:inline;  padding-left:0px; }
.treeview-list li.active a	{ font-weight:bold; /*color:#D09E00 ;*/  } 
.treeview-list li.active ul li a	{ font-weight:normal; color:#5E5E5E;}
.treeview-list li a:hover  {/*color:#D09E00;*/ } 	
.treeview-list li ul li a:hover	{/*color:#D09E00;*/ } 	
.treeview-list li ul li { background:none; border-bottom:none; }
.treeview-list .collapsable .expandable-hitarea { 
    height: 20px;
    width: 20px ;
	text-align:right;
} 
.treeview-list .expandable .collapsable-hitarea{ 
    height: 20px;
    width: 20px ;
	text-align:right;  
} 

.treeview-list .expandable-hitarea { 
    height: 20px;
    width: 20px ;
	text-align:right;
} 
.treeview-list .collapsable-hitarea { 
   	height: 20px;
    width: 20px;
	text-align:right;
}
.treeview-list .expandable .collapsable-hitarea, 
.treeview-list .expandable-hitarea{
	background:url(https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/codezeel/sprite.png) no-repeat scroll -42px -7px;
}
.responsive-menu .expandable .collapsable-hitarea, 
.responsive-menu .expandable-hitarea{
	background:url(https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/codezeel/sprite.png) no-repeat scroll -46px 1px;
}
.treeview-list .collapsable .expandable-hitarea, 
.treeview-list .collapsable-hitarea{
	background:url(https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/codezeel/sprite.png) no-repeat scroll -42px -36px;
}
.responsive-menu .collapsable-hitarea{
	background:url(https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/codezeel/sprite.png) no-repeat scroll -46px -28px;
}
/* TREEVIEW CATEGORY LEFT */


/* FancyBox */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	 -khtml-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/codezeel/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/codezeel/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/codezeel/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/codezeel/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Product zoom CSS*/

.zoomContainer {
    margin-bottom: 5px;
}
.zoomContainer .zoomLens{
}
/*.zoomContainer .zoomWindow{
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	margin-left:10px;

}*/

/* FancyBox */

.last_item_tm .product-block{}
.first_item_tm .product-block{}


.toggle .mobile_togglemenu{ 	
	display:block;
	cursor:pointer;
	width:100%;  
	margin-top: 0; 
	overflow: hidden;
	padding:0 0 15px;
	position: absolute;
	right: 0px;
    top: 0px;
}

.toggle {
    background: none;
    padding: 10px 0px;
	margin:0 auto;
}

.active .mobile_togglemenu {  }
#footer .mobile_togglemenu:hover	{ text-decoration:none;}

.toggle .mobile_togglemenu:before {	
	color: #000000;
	content: "\f107";
	font-family: "FontAwesome";
	font-size: 24px;
	font-weight: 400;
	height: 20px;
	margin: 0;
	position: absolute;
	right: 0px;
	text-align: center;
	top: 5px;
	width: 20px;
}
.active .mobile_togglemenu:before { 
	content: "\f106";
} 


/* Responsive menu Css Start */
.nav-responsive span { display:inline-block;}
.ie7 .nav-responsive span { display:inline;}
.nav-responsive { cursor:pointer; display:none; float: left;  }
.main-navigation  ul  li{ list-style:none; position:relative;}
.nav-responsive .expandable{
    float: left;
    font-size: 0px;
} 
.responsive-menu {padding:0; position:relative;}
.responsive-menu .main-navigation{ 
	position:absolute; 
	z-index:999;  
	display:none; 
	margin-top:0px; 
	padding:2%;
	width: 97%; 
	list-style:none;
}
.responsive-menu .main-navigation ul{padding-left:12px;}
.nav-responsive div,
.responsive-menu .hitarea {
	height: 9px;
	width: 9px;
	float: right;
	cursor: pointer;
	margin-right: 0px;
}
.responsive-menu .hitarea{margin-left:0; }
.responsive-menu .expandable .collapsable-hitarea{ 
	height: 30px;		
	padding: 0;
	width: 25px;
} 
.responsive-menu .expandable-hitarea { 
	height: 30px;
	width: 25px;		
	padding: 5px;
} 
.responsive-menu .collapsable-hitarea { 
	height: 30px;
	width: 25px;
	padding: 5px;	
} 
@media (max-width: 991px){
	.toggle {
		margin-bottom: 10px;
	}
}
@media (max-width: 767px){
	.responsive-menu .main-navigation {
		width: 100%;
	}
}
/* Responsive menu Css End */
/* Jet Cache: catalog/view/theme/Styleway_Goggles/stylesheet/codezeel/bootstrap.min.css */
/*!
 * Bootstrap v3.1.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
    display: block;
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],template {
    display: none;
}

a {
    background: 0 0;
}

a:active,a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,strong {
    font-weight: 600;
	color: #000000;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,kbd,pre,samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

button,input,optgroup,select,textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,select {
    text-transform: none;
	cursor: pointer;
}

button,html input[type=button],input[type=reset],input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type=checkbox],input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    height: auto;
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,th {
    padding: 0;
}

@media print {
    * {
        text-shadow: none!important;
        color: #000!important;
        background: transparent!important;
        box-shadow: none!important;
    }

    a,a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="javascript:"]:after,a[href^="#"]:after {
        content: "";
    }

    pre,blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100%!important;
    }

    p,h2,h3 {
        orphans: 3;
        widows: 3;
    }

    h2,h3 {
        page-break-after: avoid;
    }

    select {
        background: #fff!important;
    }

    .navbar {
        display: none;
    }

    .table td,.table th {
        background-color: #fff!important;
    }

    .btn>.caret,.dropup>.btn>.caret {
        border-top-color: #000!important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse!important;
    }

    .table-bordered th,.table-bordered td {
        border: 1px solid #ddd!important;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:before,:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

input,button,select,textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover,a:focus {
    color: #117f70;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 0px;
    background-color: #fff;
    border:0;
    -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top:1px solid #d9d9d9;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    font-family: inherit;
    font-weight: 500;
}

h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #999;
}

h1,.h1,h2,.h2,h3,.h3 {
    margin-bottom: 10px;
	margin-top:0;
}

h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small {
    font-size: 65%;
}

h4,.h4,h5,.h5,h6,.h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small {
    font-size: 75%;
}

h1,.h1 {
    font-size: 22px;
}

h2,.h2 {
    font-size: 16px;
}

h3,.h3 {
    font-size: 16px;
}

h4,.h4 {
    font-size: 14px;
}

h5,.h5 {
    font-size: 12px;
}

h6,.h6 {
    font-size: 10px;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 200;
   
}

@media (min-width:768px) {
    .lead {
        font-size: 21px;
    }
}

small,.small {
    font-size: 85%;
}

cite {
    font-style: normal;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

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

.text-justify {
    text-align: justify;
}

.text-muted {
    color: #999;
}

.text-primary {
    color: #428bca;
}

a.text-primary:hover {
    color: #3071a9;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover {
    color: #843534;
}

.bg-primary {
    color: #fff;
    background-color: #428bca;
}

a.bg-primary:hover {
    background-color: #3071a9;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

ul,ol {
    margin-top: 0;
    margin-bottom: 10px;
}

ul ul,ol ul,ul ol,ol ol {
    margin-bottom: 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
	margin-bottom:0
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

.list-inline>li:first-child {
    padding-left: 0;
}

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt {
    font-weight: 700;
}

dd {
    margin-left: 0;
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title],abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child {
    margin-bottom: 0;
}

blockquote footer,blockquote small,blockquote .small {
    display: block;
    font-size: 80%;
    
    color: #999;
}

blockquote footer:before,blockquote small:before,blockquote .small:before {
    content: '\2014 \00A0';
}

.blockquote-reverse,blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right;
}

.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before {
    content: '';
}

.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}

blockquote:before,blockquote:after {
    content: "";
}

address {
    margin-bottom: 20px;
    font-style: normal;   
}

code,kbd,pre,samp {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    white-space: nowrap;
    border-radius: 4px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width:767px) {
    .container{
        width: auto;
		/*padding:0 20px;*/
    }
}
@media (min-width: 768px) {
    .container{
        width: 720px;
        max-width: 100%;
    }
}
@media (min-width: 992px) {
    .container {
        width: 960px;
        max-width: 100%;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
        max-width: 100%;
    }
}
@media (min-width: 1460px) {
    .container {
        width: 1430px;
        max-width: 100%;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666666666666%;
}

.col-xs-10 {
    width: 83.33333333333334%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666666666666%;
}

.col-xs-7 {
    width: 58.333333333333336%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666666666667%;
}

.col-xs-4 {
    width: 33.33333333333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.666666666666664%;
}

.col-xs-1 {
    width: 8.333333333333332%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666666666666%;
}

.col-xs-pull-10 {
    right: 83.33333333333334%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666666666666%;
}

.col-xs-pull-7 {
    right: 58.333333333333336%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666666666667%;
}

.col-xs-pull-4 {
    right: 33.33333333333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.666666666666664%;
}

.col-xs-pull-1 {
    right: 8.333333333333332%;
}

.col-xs-pull-0 {
    right: 0;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666666666666%;
}

.col-xs-push-10 {
    left: 83.33333333333334%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666666666666%;
}

.col-xs-push-7 {
    left: 58.333333333333336%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666666666667%;
}

.col-xs-push-4 {
    left: 33.33333333333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.666666666666664%;
}

.col-xs-push-1 {
    left: 8.333333333333332%;
}

.col-xs-push-0 {
    left: 0;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666666666666%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333333334%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666666666666%;
}

.col-xs-offset-7 {
    margin-left: 58.333333333333336%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666666666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.666666666666664%;
}

.col-xs-offset-1 {
    margin-left: 8.333333333333332%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width:768px) {
    .col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666666666666%;
    }

    .col-sm-10 {
        width: 83.33333333333334%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666666666666%;
    }

    .col-sm-7 {
        width: 58.333333333333336%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666666666667%;
    }

    .col-sm-4 {
        width: 33.33333333333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.666666666666664%;
    }

    .col-sm-1 {
        width: 8.333333333333332%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666666666666%;
    }

    .col-sm-pull-10 {
        right: 83.33333333333334%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666666666666%;
    }

    .col-sm-pull-7 {
        right: 58.333333333333336%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666666666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.666666666666664%;
    }

    .col-sm-pull-1 {
        right: 8.333333333333332%;
    }

    .col-sm-pull-0 {
        right: 0;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666666666666%;
    }

    .col-sm-push-10 {
        left: 83.33333333333334%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666666666666%;
    }

    .col-sm-push-7 {
        left: 58.333333333333336%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666666666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.666666666666664%;
    }

    .col-sm-push-1 {
        left: 8.333333333333332%;
    }

    .col-sm-push-0 {
        left: 0;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666666666666%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-sm-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-sm-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width:992px) {
    .col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666666666666%;
    }

    .col-md-10 {
        width: 83.33333333333334%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666666666666%;
    }

    .col-md-7 {
        width: 58.333333333333336%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666666666667%;
    }

    .col-md-4 {
        width: 33.33333333333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.666666666666664%;
    }

    .col-md-1 {
        width: 8.333333333333332%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666666666666%;
    }

    .col-md-pull-10 {
        right: 83.33333333333334%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666666666666%;
    }

    .col-md-pull-7 {
        right: 58.333333333333336%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666666666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.666666666666664%;
    }

    .col-md-pull-1 {
        right: 8.333333333333332%;
    }

    .col-md-pull-0 {
        right: 0;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666666666666%;
    }

    .col-md-push-10 {
        left: 83.33333333333334%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666666666666%;
    }

    .col-md-push-7 {
        left: 58.333333333333336%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666666666667%;
    }

    .col-md-push-4 {
        left: 33.33333333333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.666666666666664%;
    }

    .col-md-push-1 {
        left: 8.333333333333332%;
    }

    .col-md-push-0 {
        left: 0;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666666666666%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-md-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-md-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width:1200px) {
    .col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666666666666%;
    }

    .col-lg-10 {
        width: 83.33333333333334%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666666666666%;
    }

    .col-lg-7 {
        width: 58.333333333333336%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666666666667%;
    }

    .col-lg-4 {
        width: 33.33333333333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.666666666666664%;
    }

    .col-lg-1 {
        width: 8.333333333333332%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666666666666%;
    }

    .col-lg-pull-10 {
        right: 83.33333333333334%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666666666666%;
    }

    .col-lg-pull-7 {
        right: 58.333333333333336%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666666666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.666666666666664%;
    }

    .col-lg-pull-1 {
        right: 8.333333333333332%;
    }

    .col-lg-pull-0 {
        right: 0;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666666666666%;
    }

    .col-lg-push-10 {
        left: 83.33333333333334%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666666666666%;
    }

    .col-lg-push-7 {
        left: 58.333333333333336%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666666666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.666666666666664%;
    }

    .col-lg-push-1 {
        left: 8.333333333333332%;
    }

    .col-lg-push-0 {
        left: 0;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666666666666%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-lg-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-lg-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

table {
    max-width: 100%;
    background-color: transparent;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    margin-bottom: 20px;
}

.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td {
    padding: 10px 15px;
    vertical-align: top;
    border-top: 1px solid #e5e5e5;
	background-color: #ffffff;
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #e5e5e5;
}

/* .table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td {
    border-top: 0;
} */

.table>tbody+tbody {
    border-top: 2px solid #e5e5e5;
}

.table .table {
    background-color: #fff;
}

.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ededed;
}

.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td {
    border:1px solid #dfdfdf;
}
.table-bordered>thead>tr>td{border-bottom:none;}
.table-bordered>thead>tr>th,.table-bordered>thead>tr>td {
    border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #fff;
}


table col[class*=col-] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*=col-],table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell;
}

.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th {
    background-color: #f5f5f5;
}

.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8;
}

.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th {
    background-color: #dff0d8;
}

.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6;
}

.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th {
    background-color: #d9edf7;
}

.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th {
    background-color: #c4e3f3;
}

.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th {
    background-color: #fcf8e3;
}

.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc;
}

.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th {
    background-color: #f2dede;
}

.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th {
    background-color: #ebcccc;
}

@media (max-width:767px) {
.table-responsive {
	/* float: left; */
	margin-bottom: 15px;
	overflow: auto;
	width: 100%;
	-ms-overflow-style: -ms-autohiding-scrollbar;       
	-webkit-overflow-scrolling: touch;
}

.table-responsive>.table {
	margin-bottom: 0;
}

.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td {
	white-space: nowrap;
}

.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child {
	border-left: 0;
}

.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child {
	border-right: 0;
}

.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td {
	border-bottom: 0;
}
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    border-bottom: 1px solid #dddddd;
    /* display: inline-block; */
    float: left;
    font-size: 16px;
    font-weight: 500;
    line-height: initial;
    margin-bottom: 20px;
    padding: 0 0 12px;
    width: 100%;
    color: #000;
}

label {
    display: inline-block;
    margin-bottom: 5px;
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type=radio],input[type=checkbox] {
    margin-top: 1px;
    line-height: normal;
	margin: 4px 5px 0;
    vertical-align: -3px;
}

input[type=file] {
    display: block;
}

input[type=range] {
    display: block;
    width: 100%;
}

select[multiple],select[size] {
    height: auto;
}

input[type=file]:focus,input[type=radio]:focus,input[type=checkbox]:focus {   
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
   
    color: #555;
}

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    color: #262626;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9d9d9;      
}

select.hasCustomSelect::-webkit-scrollbar { width: 0 !important; display:none !important; }


.form-control:focus {    
    outline: 0;    
}

.form-control:-moz-placeholder {
    color: #888;
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #888;
}

.form-control::-webkit-input-placeholder {
    color: #888;
}

.header-search .form-control::-webkit-input-placeholder {
    color: #888;
	text-transform:uppercase;
}

.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
}

textarea.form-control {
    height: auto;
}

input[type=date] {
    line-height: 34px;
}

.form-group {
    margin-bottom: 15px;
}

.radio,.checkbox {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;   
	cursor:pointer;
}

.radio label,.checkbox label {
    display: inline;
    font-weight: 400;
    cursor: pointer;
    color: #222222;
}

.radio input[type=radio],.radio-inline input[type=radio],.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox] {
    float: left;
    margin: 6px 8px 0 0;
}

.radio+.radio,.checkbox+.checkbox {
    margin-top: -5px;
}

.radio-inline,.checkbox-inline {
    display: inline-block;  
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer;
}

.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}

input[type=radio][disabled],input[type=checkbox][disabled],.radio[disabled],.radio-inline[disabled],.checkbox[disabled],.checkbox-inline[disabled],fieldset[disabled] input[type=radio],fieldset[disabled] input[type=checkbox],fieldset[disabled] .radio,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox,fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm,select[multiple].input-sm {
    height: auto;
}

.input-lg {
    height: 45px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
}

select.input-lg {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg,select[multiple].input-lg {
    height: auto;
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 42.5px;
}

.has-feedback .form-control-feedback {
    position: absolute;
    top: 25px;
    right: 0;
    display: block;

    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}

.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.form-control-static {
    margin-bottom: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio,.form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: middle;
    }

    .form-inline .radio input[type=radio],.form-inline .checkbox input[type=checkbox] {
        float: none;
        margin-left: 0;
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .control-label,.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5px;
}

.form-horizontal .radio,.form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-left: -10px;
    margin-right: -10px;
}

.form-horizontal .form-control-static {
    padding-top: 7px;
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        text-align: left;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 15px;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding:10px 23px;
    line-height: 22px;
    /*text-transform: capitalize;*/
    font-size: 14px;
    letter-spacing: 0.5px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;    
}

.btn:focus {   
    outline-offset: -2px;
}

.btn:hover,.btn:focus {
    color: #000000;
    text-decoration: none;
}

.btn:active,.btn.active {
    outline: 0;
    background-image: none;   
}

.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-default {
    color: #ffffff;
    background: #000000;
    border: 1px solid #000000;
}

.btn-default:hover,.open .dropdown-toggle.btn-default {    
    color: #fff;
    background: #117f70;
    border: 1px solid #117f70;
}

.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active {
    background: #fff;
    border:1px solid #ccc;
}

.btn-default .badge {
    color: #fff;
    background-color: #333;
}

.btn-primary {
    color: #ffffff;
    background-color: #117f70;
    border: 1px solid #117f70;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;	
}

.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary {
    color: #ffffff;
    background: #000000;
    border: 1px solid #000000;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active {
    background: #888;
    border: 1px solid #888;
}


.btn-primary .badge {
    color: #428bca;
    background: #fff;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #888;
    border-color: #888;
}

.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success {
    background-image: none;
}

.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}

.btn-info {
    color: #333;
    background: #ececec;
    border:1px solid #ececec;
}

.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #000000;
    border:1px solid #000000;
}

.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info {
    background-image: none;
}

.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active {
    background-color: #000000;
    border-color: #000000;
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512;
}

.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning {
    background-image: none;
}

.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925;
}

.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger {
    background-image: none;
}

.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}

.btn-link {
    color: #428bca;
    font-weight: 400;
    cursor: pointer;
    border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
}

.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
    box-shadow: none;
}

.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active {
    border-color: transparent;
}

.btn-link:hover,.btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus {
    color: #999;
    text-decoration: none;
}

.btn-lg {
    padding: 6px 15px;
    font-size: 13px;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    /*border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;*/
}

.btn-block {
    display: inline-block;
    width: auto;   
}

input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block {
    width: auto;
}

.fade {
    opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
	-moz-transition: opacity .15s linear;
	-ms-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
}

.fade.in {
    opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
	-moz-transition: height .35s ease;
	-ms-transition: height .35s ease;
	-o-transition: height .35s ease;
    transition: height .35s ease;
}



.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\2a";
}

.glyphicon-plus:before {
    content: "\2b";
}

.glyphicon-euro:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 8px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ededed;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: 400;
    color: #333333;
    white-space: nowrap;
	text-transform:uppercase
}

.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus {
    text-decoration: none;
    color:#117f70;
    background-color: transparent;
}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
}

.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus {
    color: #999;
}

.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    cursor: not-allowed;
}

.open>.dropdown-menu {
    display: block;
}

.open>a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
	margin-top: 9px;
}

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

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    color: #999;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: "";
}

.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0;
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.btn-group,.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group>.btn,.btn-group-vertical>.btn {
    position: relative;
    float: left;
}

.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active {
    z-index: 2;
}

.btn-group>.btn:focus,.btn-group-vertical>.btn:focus {
    outline: 0;
}

.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group {
    margin-left: -1px;
}

.btn-toolbar {
    margin-left: -5px;
}

.btn-toolbar .btn-group,.btn-toolbar .input-group {
    float: left;
}

.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group {
    margin-left: 5px;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
}

.btn-group>.btn:first-child {
    margin-left: 0;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group>.btn-group {
    float: left;
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
}

.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group>.btn-group:last-child>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
}

.btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
}

.btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
}

.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	-moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
    box-shadow: none;
}

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

.btn-group-vertical>.btn-group>.btn {
    float: none;
}

.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0;
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.btn-group-justified>.btn,.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%;
}

.btn-group-justified>.btn-group .btn {
    width: 100%;
}

[data-toggle=buttons]>.btn>input[type=radio],[data-toggle=buttons]>.btn>input[type=checkbox] {
    display: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}

.input-group .form-control {
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
}

select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px;
}

textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn {
    height: auto;
}

.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
}

select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn {
    height: auto;
}

.input-group-addon,.input-group-btn,.input-group .form-control {
    display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
}

.input-group-addon,.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
}

.input-group-addon input[type=radio],.input-group-addon input[type=checkbox] {
    margin-top: 0;
}

.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    padding: 8px 30px;
}

.input-group-addon:last-child {
    border-left: 0;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-btn>.btn {
    position: relative;
}

.input-group-btn>.btn+.btn {
    margin-left: -1px;
}

.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active {
    z-index: 2;
}

.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group {
    margin-right: -1px;
}

.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group {
    margin-left: -1px;
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.nav>li {
    position: relative;
    display: block;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav>li>a:hover,.nav>li>a:focus {
	text-decoration: none;
}

.nav>li.disabled>a {
    color: #999;
}

.nav>li.disabled>a:hover,.nav>li.disabled>a:focus {
    color: #999;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e0e0e0;
}

.nav>li>a>img {
    max-width: none;
}

.nav-tabs {
   	clear:both;
	margin-top: 60px;
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs>li>a {
    margin-right: 4px;
    border: 2px solid transparent;
	text-transform:uppercase;
	font-size: 15px;
	font-weight:500;
	overflow:hidden;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.nav-tabs>li>a:hover {
    border-color: transparent;
    color: #888;
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus {
    color: #888;  
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s; 
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}

.nav-tabs.nav-justified>li {
    float: none;
}

.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px;
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%;
    }

    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0;
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
}

.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd;
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-khtml-border-radius: 0;
    }

    .nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #fff;
    }
}

.nav-pills>li {
    float: left;
}

.nav-pills>li>a {
    border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
}

.nav-pills>li+li {
    margin-left: 2px;
}

.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #428bca;
}

.nav-stacked>li {
    float: none;
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-justified {
    width: 100%;
}

.nav-justified>li {
    float: none;
}

.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px;
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%;
    }

    .nav-justified>li>a {
        margin-bottom: 0;
    }
}

.nav-tabs-justified {
    border-bottom: 0;
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
}

.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus {
    border: 1px solid #ddd;
}

@media (min-width:768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-khtml-border-radius: 0;
    }

    .nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus {
        border-bottom-color: #fff;
    }
}

.tab-content>.tab-pane {
    display: none;
	padding: 25px;
	border: 2px solid #e0e0e0;
    border-top: none;	
}

.tab-content>.active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

@media (min-width:768px) {
    .navbar {
        border-radius: 0px;
		-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
    }
}

@media (min-width:768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    max-height: 340px;
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    -webkit-overflow-scrolling: touch;
}

.navbar-collapse.in {
    overflow-y: auto;
}

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important;
    }

    .navbar-collapse.in {
        overflow-y: visible;
    }

    .navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse {
    margin-right: -10px;
    margin-left: -10px;
}

@media (min-width:768px) {
    .container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top,.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width:768px) {
    .navbar-fixed-top,.navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 15px;
    font-size: 18px;
    line-height: 20px;
    height: 20px;
}

.navbar-brand:hover,.navbar-brand:focus {
    text-decoration: none;
}

@media (min-width:768px) {
    .navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
}

.navbar-toggle:focus {
    outline: 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
}


.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

@media (min-width:768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
    }

    .navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px;
    }

    .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none;
    }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

    .navbar-nav>li {
        float: left;
    }

    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .navbar-nav.navbar-right:last-child {
        margin-right: -15px;
    }
}

@media (min-width:768px) {
    .navbar-left {
        float: left!important;
    }

    .navbar-right {
        float: right!important;
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    margin-top: 8px;
    margin-bottom: 8px;
}

@media (min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio,.navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: middle;
    }

    .navbar-form .radio input[type=radio],.navbar-form .checkbox input[type=checkbox] {
        float: none;
        margin-left: 0;
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-form.navbar-right:last-child {
        margin-right: -15px;
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }

    .navbar-text.navbar-right:last-child {
        margin-right: 0;
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
    color: #777;
}

.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}

.navbar-default .navbar-text {
    color: #777;
}

.navbar-default .navbar-nav>li>a {
    color: #777;
}

.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus {
    color: #333;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #e7e7e7;
}

.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus {
    color: #ccc;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}

.navbar-default .navbar-collapse,.navbar-default .navbar-form {
    border-color: #e7e7e7;
}

.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus {
    background-color: #e7e7e7;
    color: #555;
}

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333;
        background-color: transparent;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

.navbar-default .navbar-link:hover {
    color: #333;
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}

.navbar-inverse .navbar-brand {
    color: #999;
}

.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-text {
    color: #999;
}

.navbar-inverse .navbar-nav>li>a {
    color: #999;
}

.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #080808;
}

.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus {
    background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form {
    border-color: #101010;
}

.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #080808;
    color: #fff;
}

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #999;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: transparent;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #999;
}

.navbar-inverse .navbar-link:hover {
    color: #fff;
}

.breadcrumb>li {
    display: inline-block;
}

.breadcrumb>li+li:before {
    content: "|";
    padding: 0 10px 0 5px;    
	font-family:'FontAwesome';
	color: #262626;
}

.breadcrumb>.active {
   text-decoration: underline;
}

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

.pagination>li {
    display: inline;
}

.pagination>li>a,.pagination>li>span {
    position: relative;
    float: left;
    padding: 4px 5px 4px 13px;
    text-decoration: none;
    color: #ffffff;
    background-color: #000;
    border: 1px solid #000;
    margin-left: 3px;
    height: 35px;
    width: 35px;
}

.pagination>li:first-child>a,.pagination>li:first-child>span {
    margin-left: 0;
}

.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus {
    background-color: #117f70;
    border-color: #117f70;
}

.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus {
    z-index: 2;
    background-color: #117f70;
    border-color: #117f70;
    cursor: default;
}

.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus {
    color: #ffffff;
    background-color: #888;
    border-color: #888;
    cursor: not-allowed;
}

.pagination-lg>li>a,.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pagination-sm>li>a,.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}

.pager li {
    display: inline;
}

.pager li>a,.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
}

.pager li>a:hover,.pager li>a:focus {
    text-decoration: none;
    background-color: #eee;
}

.pager .next>a,.pager .next>span {
    float: right;
}

.pager .previous>a,.pager .previous>span {
    float: left;
}

.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span {
    color: #999;
    background-color: #fff;
    cursor: not-allowed;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label[href]:hover,.label[href]:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #999;
}

.label-default[href]:hover,.label-default[href]:focus {
    background-color: gray;
}

.label-primary {
    background-color: #428bca;
}

.label-primary[href]:hover,.label-primary[href]:focus {
    background-color: #3071a9;
}

.label-success {
    background-color: #5cb85c;
}

.label-success[href]:hover,.label-success[href]:focus {
    background-color: #449d44;
}

.label-info {
    background-color: #5bc0de;
}

.label-info[href]:hover,.label-info[href]:focus {
    background-color: #31b0d5;
}

.label-warning {
    background-color: #f0ad4e;
}

.label-warning[href]:hover,.label-warning[href]:focus {
    background-color: #ec971f;
}

.label-danger {
    background-color: #d9534f;
}

.label-danger[href]:hover,.label-danger[href]:focus {
    background-color: #c9302c;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #999;
    border-radius: 10px;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}

a.badge:hover,a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

a.list-group-item.active>.badge,.nav-pills>.active>a>.badge {
    color: #428bca;
    background-color: #fff;
}

.filterbox .list-group-filter {border:none; margin-bottom:0; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -khtml-border-radius: 0; padding:0px 0 10px; }

.nav-pills>li>a>.badge {
    margin-left: 3px;
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
}

.jumbotron h1,.jumbotron .h1 {
    color: inherit;
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}

.container .jumbotron {
    border-radius: 6px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }

    .jumbotron h1,.jumbotron .h1 {
        font-size: 63px;
    }
}

.thumbnail {
    display: block;
    padding: 0px;
    margin-bottom: 20px;
    background-color: #fff;
}

.thumbnail>img,.thumbnail a>img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.thumbnail .caption {
    padding: 9px;
    color: #333;
}

.alert {
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid transparent;
	margin-top: 10px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: 700;
}

.alert>p,.alert>ul {
    margin-bottom: 0;
}

.alert>p+p {
    margin-top: 5px;
}

.alert-dismissable {
    padding-right: 35px;
}

.alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
}

.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.media,.media-body {
    overflow: hidden;
}

.media,.media .media {
    margin-top: 15px;
}

.media:first-child {
    margin-top: 0;
}

.media-object {
    display: block;
}

.media-heading {
    margin: 0 0 5px;
}

.media>.pull-left {
    margin-right: 10px;
}

.media>.pull-right {
    margin-left: 10px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
	border:medium none;
	border-top:none;    
    background: none repeat scroll 0 0 #ffffff;   
    border-image: none;    
    margin-bottom: 20px;
    padding-left: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}


.list-group-item {
    position: relative;
    display: block;
    padding: 10px 18px;
    margin-bottom: -1px;
}

.list-group-item:last-child {
    margin-bottom: 20px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.list-group-item>.badge {
    float: right;
}

.list-group-item>.badge+.badge {
    margin-right: 5px;
}

a.list-group-item {
    color: #222222;
}

a.list-group-item .list-group-item-heading {
    color: #262626;
}

a.list-group-item:hover,a.list-group-item:focus {
    text-decoration: none;
    background-color: none;
}

a.list-group-item.active,a.list-group-item.active:hover,a.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}

a.list-group-item.active .list-group-item-heading,a.list-group-item.active:hover .list-group-item-heading,a.list-group-item.active:focus .list-group-item-heading {
    color: inherit;
}

a.list-group-item.active .list-group-item-text,a.list-group-item.active:hover .list-group-item-text,a.list-group-item.active:focus .list-group-item-text {
    color: #e1edf7;
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success {
    color: #3c763d;
}

a.list-group-item-success .list-group-item-heading {
    color: inherit;
}

a.list-group-item-success:hover,a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6;
}

a.list-group-item-success.active,a.list-group-item-success.active:hover,a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info {
    color: #31708f;
}

a.list-group-item-info .list-group-item-heading {
    color: inherit;
}

a.list-group-item-info:hover,a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3;
}

a.list-group-item-info.active,a.list-group-item-info.active:hover,a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning {
    color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading {
    color: inherit;
}

a.list-group-item-warning:hover,a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc;
}

a.list-group-item-warning.active,a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger {
    color: #a94442;
}

a.list-group-item-danger .list-group-item-heading {
    color: inherit;
}

a.list-group-item-danger:hover,a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc;
}

a.list-group-item-danger.active,a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 20px;
    border: 1px solid #e5e5e5;
}

.panel-body {
    padding: 15px;
}

.panel>.list-group {
    margin-bottom: 0;
}

.panel>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
}

.panel>.list-group .list-group-item:first-child {
    border-top: 0;
}

.panel>.list-group .list-group-item:last-child {
    border-bottom: 0;
}

.panel>.list-group:first-child .list-group-item:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0;
}

.panel>.table,.panel>.table-responsive>.table {
    margin-bottom: 0;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}

.panel>.panel-body+.table,.panel>.panel-body+.table-responsive {
    border-top: 1px solid #ddd;
}

.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td {
    border-top: 0;
}

.panel>.table-bordered,.panel>.table-responsive>.table-bordered {
    border: 0;
}

.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0;
}

.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0;
}

.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>tfoot>tr:first-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tfoot>tr:first-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:first-child>td {
    border-top: 0;
}

.panel>.table-bordered>thead>tr:last-child>th,.panel>.table-responsive>.table-bordered>thead>tr:last-child>th,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,.panel>.table-bordered>thead>tr:last-child>td,.panel>.table-responsive>.table-bordered>thead>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td {
    border-bottom: 0;
}

.panel>.table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: inherit;
}

.panel-title > a {
    color: inherit;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
}

.panel-group {
    margin-bottom: 20px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
    overflow: hidden;
    border: 0;
}

.panel-group .panel+.panel {
    margin-top: 10px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse .panel-body {
    border: 1px solid #d9d9d9;
}

.panel-group .panel-footer {
    border-top: 0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #e5e5e5;
}

.panel-default {
    border-color: #e5e5e5;
}

.panel-default>.panel-heading {
    color: #1f2022;
    background-color: #ffffff ;
    border: 1px solid #d9d9d9;
	padding:0;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-khtml-border-radius:0;
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
    border-top-color: transparent;
}

.panel-default>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #ddd;
}

.panel-primary {
    border-color: #428bca;
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}

.panel-primary>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #428bca;
}

.panel-primary>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #428bca;
}

.panel-success {
    border-color: #d6e9c6;
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.panel-success>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #d6e9c6;
}

.panel-success>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #d6e9c6;
}

.panel-info {
    border-color: #bce8f1;
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.panel-info>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #bce8f1;
}

.panel-info>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #bce8f1;
}

.panel-warning {
    border-color: #faebcc;
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.panel-warning>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #faebcc;
}

.panel-warning>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #faebcc;
}

.panel-danger {
    border-color: #ebccd1;
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.panel-danger>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #ebccd1;
}

.panel-danger>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #ebccd1;
}

.well {
    min-height: 20px;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #d9d9d9;
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0,0,0,.15);
}

.well-lg {
    padding: 24px;
    border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
}

.well-sm {
    padding: 9px;
    border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
}

.close {
    float: right;
    font-size: 27px;
    font-weight: 700;
    line-height: 1;
    color: #1f2022;
    opacity: 0.2;
	-webkit-opacity: 0.2;
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
}

.close:hover,.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: none;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
	-moz-transform: translate(0,-25%);
	-o-transform: translate(0,-25%);
    transform: translate(0,-25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
	-ms-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-o-transform: translate(0,0);
    transform: translate(0,0);
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-moz-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.in {
    opacity: .5;
}

.modal-header {
    padding: 15px;
    border-bottom: medium none;
    min-height: 16.428571429px;
	background:#303030 none repeat scroll 0 0;
}
.modal-header h4{
	font-size:15px;
	text-transform:uppercase;
	color:#fff;
}

.modal-header .close {
    margin-top: -2px;
	color:#fff;
	opacity:1;
}

.modal-title {
    margin: 0;
   
}

.modal-body {
    position: relative;
    padding: 20px;
}

.modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0;
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
    }

    .modal-sm {
        width: 300px;
    }

    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 12px;
    opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
}

.tooltip.in {
    opacity: 0.9;
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	-webkit-opacity: 0.9;
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #1f2022;
    text-align: center;
    text-decoration: none;
    background-color: #e0e0e0;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #e0e0e0;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #e0e0e0;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #e0e0e0;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #1f2022;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #1f2022;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #e0e0e0;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #e0e0e0;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #e0e0e0;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    white-space: normal;
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
}

.popover-content {
    padding: 9px 14px;
}

.popover .arrow,.popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover .arrow {
    border-width: 11px;
}

.popover .arrow:after {
    border-width: 10px;
    content: "";
}

.popover.top .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    bottom: -11px;
}

.popover.top .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff;
}

.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25);
}

.popover.right .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff;
}

.popover.bottom .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25);
    top: -11px;
}

.popover.bottom .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff;
}

.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,.25);
}

.popover.left .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}

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

.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev {
    display: block;
}

.carousel-inner>.active {
    left: 0;
}

.carousel-inner>.next,.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner>.next {
    left: 100%;
}

.carousel-inner>.prev {
    left: -100%;
}

.carousel-inner>.next.left,.carousel-inner>.prev.right {
    left: 0;
}

.carousel-inner>.active.left {
    left: -100%;
}

.carousel-inner>.active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left,color-stop(rgba(0,0,0,.5) 0),color-stop(rgba(0,0,0,.0001) 100%));
    background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-repeat: repeat-x;
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left,color-stop(rgba(0,0,0,.0001) 0),color-stop(rgba(0,0,0,.5) 100%));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-repeat: repeat-x;
}

.carousel-control:hover,.carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
}

.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}

.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left {
    left: 50%;
}

.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right {
    right: 50%;
}

.carousel-control .icon-prev,.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    font-family: serif;
}

.carousel-control .icon-prev:before {
    content: '\2039';
}

.carousel-control .icon-next:before {
    content: '\203a';
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
    cursor: pointer;
    background-color: rgba(0,0,0,0);
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.carousel-caption .btn {
    text-shadow: none;
}

@media screen and (min-width:768px) {
    .carousel-control .glyphicons-chevron-left,.carousel-control .glyphicons-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 30px;
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before,.clearfix:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after {
    content: " ";
    display: table;
}

.clearfix:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-footer:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.hide {
    display: none!important;
}

.show {
    display: block!important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none!important;
    visibility: hidden!important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width:device-width;
}

.visible-xs,tr.visible-xs,th.visible-xs,td.visible-xs {
    display: none!important;
}

@media (max-width:767px) {
    .visible-xs {
        display: block!important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row!important;
    }

    th.visible-xs,td.visible-xs {
        display: table-cell!important;
    }
	.btn-primary, .btn-info {margin-bottom:2px;}
}

.visible-sm,tr.visible-sm,th.visible-sm,td.visible-sm {
    display: none!important;
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block!important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row!important;
    }

    th.visible-sm,td.visible-sm {
        display: table-cell!important;
    }
}

.visible-md,tr.visible-md,th.visible-md,td.visible-md {
    display: none!important;
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block!important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row!important;
    }

    th.visible-md,td.visible-md {
        display: table-cell!important;
    }
}

.visible-lg,tr.visible-lg,th.visible-lg,td.visible-lg {
    display: none!important;
}

@media (min-width:1200px) {
    .visible-lg {
        display: block!important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row!important;
    }

    th.visible-lg,td.visible-lg {
        display: table-cell!important;
    }
}

@media (max-width:767px) {
    .hidden-xs,tr.hidden-xs,th.hidden-xs,td.hidden-xs {
        display: none!important;
    }
}

@media (min-width:1200px) {
    .hidden-lg,tr.hidden-lg,th.hidden-lg,td.hidden-lg {
        display: none!important;
    }
}

.visible-print,tr.visible-print,th.visible-print,td.visible-print {
    display: none!important;
}

@media print {
    .visible-print {
        display: block!important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row!important;
    }

    th.visible-print,td.visible-print {
        display: table-cell!important;
    }
}

@media print {
    .hidden-print,tr.hidden-print,th.hidden-print,td.hidden-print {
        display: none!important;
    }
}
/* Jet Cache: catalog/view/theme/Styleway_Goggles/stylesheet/codezeel/lightbox.css */
/* line 7, ../sass/lightbox.sass */
body:after {
  content:url(https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/lightbox/close.png) url(https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/lightbox/loading.gif) url(https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/lightbox/prev.png) url(https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/lightbox/next.png);
  display: none;
}

/* line 11, ../sass/lightbox.sass */
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

/* line 20, ../sass/lightbox.sass */
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
/* line 28, ../sass/lightbox.sass */
.lightbox .lb-image {
  display: block;
  height: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 32, ../sass/lightbox.sass */
.lightbox a img {
  border: none;
}

/* line 35, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: white;
  zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 44, ../sass/lightbox.sass */
.lb-container {
  padding: 4px;
}

/* line 47, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 56, ../sass/lightbox.sass */
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background:url(https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/lightbox/loading.gif) no-repeat;
}

/* line 63, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 71, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}

/* line 74, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}

/* line 77, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  cursor: pointer;
  /* Trick IE into showing hover */
  display: block;
}

/* line 84, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
}
/* line 87, ../sass/lightbox.sass */
.lb-prev:hover {
  background:url(https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/lightbox/prev.png) left 48% no-repeat;
}

/* line 90, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
}
/* line 93, ../sass/lightbox.sass */
.lb-next:hover {
  background:url(https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/lightbox/next.png) right 48% no-repeat;
}

/* line 96, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 103, ../sass/lightbox.sass */
.lb-data {
  padding: 0 4px;
  color: #bbbbbb;
}
/* line 106, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 111, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
/* line 115, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
/* line 121, ../sass/lightbox.sass */
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background:url(https://paffoni.shop/catalog/view/theme/Styleway_Goggles/image/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 130, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Jet Cache: catalog/view/javascript/jquery/swiper/css/swiper.min.css */
/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform,height}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-o-transform:translate(0,-50%);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px}.swiper-pagination-progress{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progress .swiper-pagination-progressbar{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar{-webkit-transform-origin:right top;-moz-transform-origin:right top;-ms-transform-origin:right top;-o-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progress{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progress{width:4px;height:100%;left:0;top:0}.swiper-pagination-progress.swiper-pagination-white{background:rgba(255,255,255,.5)}.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar{background:#fff}.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar{background:#000}.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-moz-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}
/* Jet Cache: catalog/view/javascript/jquery/swiper/css/opencart.css */
/* CSS Document */
.swiper-viewport {
	margin: 0px;
	z-index: 1;
    width: 100%;
	position: relative;
	overflow: hidden;
}
/* OpenCart Code */
.main-slider .swiper-wrapper, .swiper-container {
	direction: ltr !important;
}
.main-slider .swiper-viewport img {
    overflow: hidden;
}
.swiper-pagination {
    bottom: 15px;
    left: 0;
    text-align: center;
    width: 100%;
}
.swiper-pagination-bullet {
	display: inline-block;
    margin: 0 4px;
    opacity: 1;
    cursor: pointer;
    width: 12px;
    border-radius: 0;
    height: 12px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background-color: #000000;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.swiper-pagination-bullet:hover,
.swiper-pagination-bullet-active {
	background: #09c6aa;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    cursor: pointer;
    pointer-events: auto;
}
/* Jet Cache: catalog/view/javascript/sociallogin/css/sociallogin.css */
@charset "UTF-8";
:root {
	--sl-rubik-medium: Rubik-Medium;
	--sl-rubik-light: Rubik-Light;
	--sl-primary-color: #008171;
	--sl-white:#fff;
	--sl-black: #000;
	--sl-black-rgb: 0, 0, 0;
	--sl-gray: #777;
	--sl-light-gray: #ccc;
	--sl-lighter-gray-color: #e5e5e5;
	--sl-transparent-color: rgba(var(--sl-black-rgb), 0);
	--sl-text-color: rgba(var(--sl-black-rgb), .7);
	--sl-border-color: #c4c4c4;
	--sl-error-color: #ef4444;
	--sl-hover-color: rgba(var(--sl-black-rgb), .03);
	--sl-facebook-color: #0866ff;
	--sl-google-color: #ea4335;
	--sl-twitter-color: var(--sl-black);
	--sl-telegram-color: #0088cc;
	--sl-apple-color: var(--sl-black);
	--sl-discord-color: #5865F2;
	--sl-reddit-color: #ff4500;
	--sl-linkedin-color: #0A66C2;
	--sl-border-width: 1.5px;
	--sl-border-radius: 16px;
	--sl-border-radius-sm: 12px;
	--sl-shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
	--sl-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
	--sl-tr: .2s;
}
.dark-theme {
	--sl-black-rgb: 24, 24, 25;
	--sl-color-dark: #050505;
	--sl-color-dark-2: #1D1D1D;
	--sl-color-gray-1: #94a3b8;
	--sl-color-link: #60a5fa;
	--sl-border-color: #1D1D1D;
	--sl-hover-color: rgba(255, 255, 255, 0.1);
}
.onclick {
	cursor: pointer;
}
.btn-social {
	
	color: var(--sl-white);
	box-sizing: border-box;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	box-shadow: var(--sl-shadow);
	min-height: clamp(50px, 4.2857142857vw, 60px);
	border-radius: clamp(50px, 4.2857142857vw, 60px);
	font-size: clamp(17px, 1.3571428571vw, 19px);
	font-weight: 500;
	position: relative;
	overflow: hidden;
}
.btn-social:active::after {
	transform: scale(1.5);
	opacity: 1;
	transition: none;
}
.btn-social:focus {
	outline: 0;
}
.none {
	display: none;
}
.m-top-20 {
	margin-top: 20px;
}
.clearfix::after {
	display: block;
	content: "";
	clear: both;
}
.form {
	box-sizing: border-box;
	margin-bottom: 10px;
}
.form p {
	font-size: clamp(15px, 2vw, 17px);
	line-height: 22px;
	color: var(--sl-text-color);
	margin-bottom: 24px;
}
.form .form-group {
	position: relative;
	margin-bottom: 23px;
}
.slerror {
	color: var(--sl-error-color) !important;
}
.form-group.has-error .form-field,
.iti.has-error .form-field {
	border-color: orange;
}
.form-group.has-error .form-field+.slerror,
.iti.has-error .form-field+.slerror {
	
	text-align: left;
	font-weight: 500;
	font-size: clamp(12px, 1vw, 14px);
	padding: 2px 10px;
	display: block;
	position: absolute;
	top: -26px;
}
.form-group.has-error .form-field+.slerror:before,
.iti.has-error .form-field+.slerror:before {
	position: relative;
	top: 3px;
	content: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="16" height="16"><circle cx="12" cy="12" r="10" fill="%23ef4444"/><text x="12" y="16" font-size="14" fill="white" text-anchor="middle">!</text></svg>');
	margin-right: 5px;
}
.form-group.has-error .form-field+.slerror,
.iti.has-error .form-field+.slerror,
.alert-warning,
.alert-danger {
	color: var(--sl-error-color);
	border-color: #eed8d4;
}
.form-group.has-error .form-field+.slerror,
.iti.has-error .form-field+.slerror,
.form-group.has-error .form-field,
.iti.has-error .form-field {
	border-color: var(--sl-error-color) !important;
	animation: shake 0.3s ease-in-out;
}
@keyframes shake {
	0%,100% { transform: translate3d(0,0,0); }
	25% { transform: translate3d(-4px,0,0); }
	75% { transform: translate3d(4px,0,0); }
}
.form-group .form-field.readonly {
	background: #fafafa !important;
	pointer-events: none;
}
#newsletter {
	margin-bottom: 0px;
	margin-top: -12px;
}
#slagreep {
	margin-bottom: clamp(10px, 1vw, 15px);
}
#sagree {
	margin-left: 0px;
	font-size: clamp(12px, 1vw, 14px);
	text-align: justify;
	max-width: none !important;
}
.popup-window .form input[type="email"],
.popup-window .form input[type="password"],
.popup-window .form input[type="tel"],
.popup-window .form input[type="text"],
.popup-window .form select,
.popup-window .form textarea {
	width: 100%;
	height: clamp(40px, 5.5556vw, 45px);
	padding: 0 24px;
	background: transparent;
	box-sizing: border-box;
	border: var(--sl-border-width) solid var(--sl-border-color);
	border-radius: var(--sl-border-radius-sm);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05);
	
	font-size: clamp(16px, 2.6316vw, 18px);
	font-weight: 400;
	transition: border-color 0.2s ease, transform 0.2s ease;
	-webkit-appearance: none;
}
.popup-window .form textarea {
	min-height: 144px;
	padding: 20px 24px;
	resize: none;
}
.popup-window .form #input-firstname,
.popup-window .form #input-lastname {
	text-transform: capitalize;
}
@media (max-width: 767px) {
	.popup-window .form input[type="email"],
	.popup-window .form input[type="password"],
	.popup-window .form input[type="tel"],
	.popup-window .form input[type="text"],
	.popup-window .form select,
	.popup-window .form textarea {
		padding: 0 15px;
	}
	.popup-window .form textarea {
		padding: 15px;
	}
}
.popup-window .form input[type="email"]::placeholder,
.popup-window .form input[type="password"]::placeholder,
.popup-window .form input[type="tel"]::placeholder,
.popup-window .form input[type="text"]::placeholder,
.popup-window .form select::placeholder,
.popup-window .form textarea::placeholder {
	color: #acacac;
}
.popup-window .form input[type="email"]:focus,
.popup-window .form input[type="password"]:focus,
.popup-window .form input[type="tel"]:focus,
.popup-window .form input[type="text"]:focus,
.popup-window .form select:focus,
.popup-window .form textarea:focus {
	outline: 0;
	border-color: var(--sl-primary-color);
	transform: translateY(-1px);
}
.popup-window .form select {
	cursor: pointer;
	-webkit-appearance: none;
	text-indent: var(--sl-border-width);
	text-overflow: "";
	background: url(https://paffoni.shop/catalog/view/javascript/sociallogin/css/arrow_down_black.png) 96% 19px no-repeat;
}
@media (max-width: 767px) {
	.popup-window .form select {
		background-position-y: 20px;
	}
}
.form .upload_files {
	display: flex;
	margin-bottom: 23px;
}
.form .attachments_text {
	
	font-size: 18px;
	line-height: 40px;
	margin-right: 10px;
}
.form .upload_files .upload_btn {
	display: inline-block;
	position: relative;
	cursor: pointer;
	width: 40px;
	height: 40px;
	box-sizing: border-box;
	border-radius: 50%;
	border: var(--sl-border-width) solid var(--sl-border-color);
	transition: all var(--sl-tr);
}
.form .upload_files .upload_btn svg {
	width: 20px;
	height: 18px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	fill: var(--sl-primary-color);
}
.form .upload_files .upload_btn input[type="file"] {
	display: none;
}
.form-group .iti__selected-dial-code {
	max-height: 55px !important;
	
	font-size: 18px;
	transition: all var(--sl-tr);
}
.form-group .iti__selected-country-primary:hover {
	background-color: var(--sl-transparent-color) !important;
}
#popup-registration .form-group.captcha {
	display: flex;
}
.form-group .checkbox.is_checkbox label {
	
	font-size: clamp(15px, 1rem + 0.3125vw, 17px);
	color: #a3a3a3;
	font-size: 14px;
	line-height: clamp(18px, 1.125rem + 0.2083vw, 22px);
}
.checkbox.is_checkbox input[type=checkbox].input-checkbox_reg {
	margin-right: 5px;
	position: relative;
}
.form-group required {
	position: absolute;
	right: 0px;
	top: 0px;
	transition: var(--sl-tr) ease all;
	-webkit-transition: var(--sl-tr) ease all;
	z-index: 22;
	width: 42px;
	background-color: rgba(242, 222, 222, .22);
	height: 42px;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	text-align: center;
	padding: 13px;
	border-left: var(--sl-border-width) solid #ddd;
}
.form-group required:after {
	content: "\f314";
	display: inline-block;
	font: normal normal normal 18px/1 'Ionicons';
	font-size: 10px;
	color: var(--sl-gray);
}
#popup-registration .form-group .control-label {
	font-size: 17px;
	line-height: 22px;
	color: var(--sl-text-color);
	margin-bottom: 5px;
}
.input-checkbox_reg {
	background: transparent;
	width: 20px;
	height: 20px;
	box-shadow: var(--sl-shadow-sm);
	transition: border-color var(--sl-tr), transform var(--sl-tr);
	-webkit-appearance: none;
	-webkit-font-smoothing: inherit;
	position: relative;
	cursor: pointer;
	vertical-align: -4px;
	outline: 0;
	border: 2px solid var(--sl-border-color);
	border-radius: 6px;
}
.input-checkbox_reg:checked:after {
	opacity: 1;
	content: "";
	display: block;
	width: 5px;
	height: 10px;
	border-top: 2px solid var(--sl-primary-color);
	border-left: 2px solid var(--sl-primary-color);
	transform: rotate(-135deg);
	position: absolute;
	top: 2px;
	left: 6px;
}
.input-checkbox_reg:hover {
	border-color: var(--sl-light-gray);
	transform: scale(1.05);
}
.form-group .input-radio {
	margin-right: 5px;
}
.input-radio_reg {
	width: 18px;
	height: 18px;
	box-shadow: 0 0 0 0 green inset;
	transition: all var(--sl-tr) ease-in-out;
	position: relative;
	cursor: pointer;
	vertical-align: -4px;
	outline: 0;
	border: var(--sl-border-width) solid;
	border-radius: 50%;
	color: var(--sl-gray);
	font: inherit;
	padding: 0;
	-webkit-appearance: none;
	-webkit-font-smoothing: inherit;
	background: transparent;
	line-height: normal;
	margin: 4px 0 0;
}
.input-radio_reg:checked {
	border: none;
	box-shadow: 0 0 0 10px #1f90bb inset;
}
.input-radio_reg:checked:after {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.input-radio_reg:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: scale(.2);
	transform: scale(.2);
	transition: all var(--sl-tr) ease-in-out .1s;
	opacity: 0;
	width: 4px;
	height: 4px;
	margin-left: -2px;
	margin-top: -2px;
	background-color: var(--sl-white);
	border-radius: 50%;
}
.form .send_btn {
	cursor: pointer;
	width: 257px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	background: var(--sl-primary-color);
	border: 2px solid var(--sl-primary-color);
}
@media (max-width: 767px) {
	.form .send_btn {
		margin: 0 auto 15px;
	}
}
.form .send_btn:hover {
	background: transparent;
	color: var(--sl-primary-color);
}
.social_block {
	display: flex;
	flex-wrap: wrap;
}
.social_block .soc_ico {
	width: clamp(55px, 4.5714285714vw, 64px);
	height: clamp(55px, 4.5714285714vw, 64px);
	margin-right: clamp(3px, 0.5714285714vw, 8px);
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	border: 2px solid var(--sl-lighter-gray-color);
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.social_block .soc_ico:focus-visible {
	outline-offset: 2px;
}
@media (max-width: 767px) {
	.social_block .soc_ico {
		margin: 0 3px;
	}
}
.popup-social .soc_ico {
	width: 55px;
	height: 55px;
}
.social_block .soc_ico svg {
	transition: all var(--sl-tr);
}
.tooltip {
	z-index: 19010;
}
.tooltip .tooltip-inner {
	color: var(--sl-white);
	
	font-size: 13px;
	padding: 6px 12px;
	border-radius: 6px;
	box-shadow: var(--sl-shadow);
}
.dark-theme .social_block .tooltip .tooltip-inner {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}
.social_block .soc_ico:hover.facebook,
.tooltip.tooltip-facebook .tooltip-inner {
	background-color: var(--sl-facebook-color);
}
.tooltip.tooltip-facebook .tooltip-arrow,
.tooltip.tooltip-facebook.top .tooltip-arrow,
.tooltip.tooltip-facebook.bs-tooltip-top .tooltip-arrow {
	border-top-color: var(--sl-facebook-color);
}
.social_block .soc_ico:hover.google,
.tooltip.tooltip-google .tooltip-inner {
	background-color: var(--sl-google-color);
}
.tooltip.tooltip-google .tooltip-arrow,
.tooltip.tooltip-google.top .tooltip-arrow,
.tooltip.tooltip-google.bs-tooltip-top .tooltip-arrow {
	border-top-color: var(--sl-google-color);
}
.social_block .soc_ico:hover.twitter,
.tooltip.tooltip-twitter .tooltip-inner {
	background-color: var(--sl-twitter-color);
}
.tooltip.tooltip-twitter .tooltip-arrow,
.tooltip.tooltip-twitter.top .tooltip-arrow,
.tooltip.tooltip-twitter.bs-tooltip-top .tooltip-arrow {
	border-top-color: var(--sl-twitter-color);
}
.social_block .soc_ico:hover.telegram,
.tooltip.tooltip-telegram .tooltip-inner {
	background-color: var(--sl-telegram-color);
}
.tooltip.tooltip-telegram .tooltip-arrow,
.tooltip.tooltip-telegram.top .tooltip-arrow,
.tooltip.tooltip-telegram.bs-tooltip-top .tooltip-arrow {
	border-top-color: var(--sl-telegram-color);
}
.social_block .soc_ico:hover.apple,
.tooltip.tooltip-apple .tooltip-inner {
	background-color: var(--sl-apple-color);
}
.tooltip.tooltip-apple .tooltip-arrow,
.tooltip.tooltip-apple.top .tooltip-arrow,
.tooltip.tooltip-apple.bs-tooltip-top .tooltip-arrow {
	border-top-color: var(--sl-apple-color);
}
.social_block .soc_ico:hover.discord,
.tooltip.tooltip-discord .tooltip-inner {
	background-color: var(--sl-discord-color);
}
.tooltip.tooltip-discord .tooltip-arrow,
.tooltip.tooltip-discord.top .tooltip-arrow,
.tooltip.tooltip-discord.bs-tooltip-top .tooltip-arrow {
	border-top-color: var(--sl-discord-color);
}
.social_block .soc_ico:hover.reddit,
.tooltip.tooltip-reddit .tooltip-inner {
	background-color: var(--sl-reddit-color);
}
.tooltip.tooltip-reddit .tooltip-arrow,
.tooltip.tooltip-reddit.top .tooltip-arrow,
.tooltip.tooltip-reddit.bs-tooltip-top .tooltip-arrow {
	border-top-color: var(--sl-reddit-color);
}
.social_block .soc_ico:hover.reddit svg path {
	fill: var(--sl-white) !important;
}
.social_block .soc_ico:hover.linkedin,
.tooltip.tooltip-linkedin .tooltip-inner {
	background-color: var(--sl-linkedin-color);
}
.tooltip.tooltip-linkedin .tooltip-arrow,
.tooltip.tooltip-linkedin.top .tooltip-arrow,
.tooltip.tooltip-linkedin.bs-tooltip-top .tooltip-arrow {
	border-top-color: var(--sl-linkedin-color);
}
.dark-theme .tooltip.tooltip-twitter .tooltip-inner,
.dark-theme .tooltip.tooltip-apple .tooltip-inner {
	background-color: var(--sl-white);
	color: var(--sl-black);
}
.dark-theme .tooltip.tooltip-twitter .tooltip-arrow,
.dark-theme .tooltip.tooltip-twitter.top .tooltip-arrow,
.dark-theme .tooltip.tooltip-twitter.bs-tooltip-top .tooltip-arrow,
.dark-theme .tooltip.tooltip-apple .tooltip-arrow,
.dark-theme .tooltip.tooltip-apple.top .tooltip-arrow,
.dark-theme .tooltip.tooltip-apple.bs-tooltip-top .tooltip-arrow {
	border-top-color: var(--sl-white);
}
.social_block .soc_ico svg {
	width: 30px;
	height: 30px;
}
.social_block .soc_ico.apple svg,
.social_block .soc_ico.discord svg,
.social_block .soc_ico.reddit svg {
	width: 40px;
	height: 40px;
}
.social_block .soc_ico:hover {
	border-color: transparent;
	transform: translateY(-2px);
	will-change: transform;
}
.social_block .soc_ico:hover::before {
	opacity: 0.1;
}
.social_block .soc_ico:hover svg {
	fill: var(--sl-white);
}
.social_block .social-icon {
	display: inline-block;
	min-width: 150px;
	margin: 10px 0px;;
}
.social_block .social-icon:first-child {
	padding-left: 0;
}
.social_block .social-icon:last-child {
	padding-right: 0;
}
.social_block .social-icon .social-container-box {
	border: var(--sl-border-width) solid #bfc0c6;
	background-color: var(--sl-white);
	border-radius: 8px;
	text-align: left;
	padding-top: 2px;
	cursor: pointer;
	/*max-width: 150px;*/
	margin: 0 auto;
	height:40px;
}
.social_block .social-icon .social-container-box:hover {
	box-shadow: 0 0px 5px #eaeaec;
	border-color: #a6a5a5;
}
.social_block .login-facebook-logo,
.social_block .login-twitter-logo,
.social_block .login-telegram-logo,
.social_block .login-apple-logo,
.social_block .login-discord-logo,
.social_block .login-reddit-logo,
.social_block .login-linkedin-logo {
	position: absolute;
	left: 9px;
	top: -6px;
}

.social_block .login-google-logo{width: 20px;
    position: relative;
    top: 2px;
    margin-right: 10px;}

.popup-social .social_block .social-container {
	min-width: 133px;
}
.login-button {
	display: block;
	margin: 0 auto;
	width: 100%;
	/*max-width: 186px;*/
	padding-left: 50px;
	position: relative;
	font-weight: 500;
	text-align: center;
	text-decoration: none !important;
	padding: 5px 50px;
    font-size: 16px;
}
a.login-button,
a.login-button:hover {
	color: #000;
}
.login-button:focus {
	outline: 0;
}
@media (max-width: 991px) {
	.social_block .social-icon {
		min-width: 150px;
		max-width: 150px;
	}
}
@media (max-width: 450px) {
	.social_block .social-icon {
		min-width: 145px !important;
		max-width: 145px;
		width: 145px;
		margin: 4px auto;
	}
	.social_block .login-facebook-logo,
	.social_block .login-google-logo,
	.social_block .login-twitter-logo,
	.social_block .login-telegram-logo,
	.social_block .login-apple-logo,
	.social_block .login-discord-logo,
	.social_block .login-reddit-logo,
	.social_block .login-linkedin-logo {
		left: 9px;
		top: -7px;
	}
}
@media (max-width: 335px) {
	.social_block .social-icon {
		min-width: 100px !important;
		max-width: 100px;
		width: 100px;
		margin: 4px auto;
	}
	.social_block .social-icon .social-container-box {
		padding: 9px 9px 0 0;
		height: 40px;
		max-width: 150px;
	}
	.social_block .social-icon .login-button {
		padding-left: 32px;
		font-size: 11px;
	}
	.social_block .login-facebook-logo,
	.social_block .login-google-logo,
	.social_block .login-twitter-logo,
	.social_block .login-telegram-logo,
	.social_block .login-apple-logo,
	.social_block .login-discord-logo,
	.social_block .login-reddit-logo,
	.social_block .login-linkedin-logo {
		left: 5px;
		top: -3px;
		width: 25px;
	}
}
.popup-overlay {
	display: none;
	position: fixed;
	inset: 0;
	background: var(--sl-text-color);
	z-index: 19009;
	animation: fadeIn 0.3s ease-out;
}
@keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}
.popup-window {
	display: none;
	background: var(--sl-white);
	width: 90%;
	max-width: 500px;
	height: -moz-max-content;
	height: -webkit-max-content;
	height: max-content;
	max-height: calc(100vh - 30px);
	overflow: hidden;
	margin: auto;
	position: fixed;
	inset: 0;
	-webkit-overflow-scrolling: touch;
}
.popup-window .inner {
	overflow-y: auto;
	padding: 35px 25px;
	scrollbar-width: thin;
	scroll-behavior: auto;
	scrollbar-color: var(--sl-primary-color) transparent;
	max-height: calc(100vh - 30px);
}
.popup-window .inner::-webkit-scrollbar {
	width: 8px;
}
.popup-window .inner::-webkit-scrollbar-track {
	background: transparent;
}
.popup-window .inner::-webkit-scrollbar-thumb {
	background: var(--sl-primary-color);
	border-radius: 4px;
}
.popup-window .inner::-webkit-scrollbar-thumb:hover {
	background: #4a9d39;
}
.popup-window .inner .popup-title {
	
	font-weight: 700;
	font-size: 22px;
	text-align: center;
	margin-bottom: 25px;
	line-height: 1.2;
}
.popup-window .inner .popup-text {
	
	font-size: 16px;
	line-height: 135%;
	text-align: center;
	margin-bottom: 25px;
}
.popup-window .inner .popup-btn .btn-social {
	width: 251px;
	background: var(--sl-primary-color);
	border: 2px solid var(--sl-primary-color);
	display: flex;
	justify-content: center;
	margin: 0 auto;
	cursor: pointer;
}
.popup-window .inner .popup-btn .btn-social:hover {
	border-color: var(--sl-primary-color);
	background: var(--sl-white);
	color: var(--sl-primary-color);
}
.popup-window .inner .popup-btn .btn-social:last-child {
	background: var(--sl-white);
	color: var(--sl-primary-color);
	margin-top: 15px;
}
.popup-window .inner .popup-btn .btn-social:last-child:hover {
	background: var(--sl-primary-color);
	color: var(--sl-white);
}
.btn-close-popup {
	position: absolute;
	z-index: 99;
	width: 40px;
	height: 40px;
	top: 16px;
	right: 16px;
	background-color: transparent;
	border: none;
	cursor: pointer;
	will-change: transform, background-color;
	border-radius: 50%;
	transition: transform 0.2s ease, background-color 0.2s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn-close-popup:hover {
	background-color: rgba(239, 68, 68, 0.1);
	transform: rotate(90deg);
}
.btn-close-popup:after,
.btn-close-popup:before {
	content: "";
	width: 18px;
	height: 2px;
	border-radius: 2px;
	background-color: #64748b;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
	transition: background-color .2s ease;
}
.btn-close-popup:after {
	transform: translate(-50%, -50%) rotate(45deg);
}
.btn-close-popup:hover:after,
.btn-close-popup:hover:before {
	background-color: #ef4444;
}
.popup-window p {
	font-size: clamp(15px, 2vw, 17px);
	line-height: 22px;
	color: var(--sl-text-color);
	margin-bottom: 5px;
}
.popup-social {
	padding: 5px 0 5px;
}
.popup-social p {
	margin-bottom: 15px;
	text-align: center !important;
}
.popup-social .social_block {
	justify-content: center;
	margin-bottom: 15px;
}
.popup-social .social_block .soc_ico {
	width: clamp(50px, 4.5714285714vw, 64px);
	height: clamp(50px, 4.5714285714vw, 64px);
	margin-right: clamp(3px, 0.5714285714vw, 8px);
	display: flex;
}
@media (min-width: 768px) {
	.popup-window {
		border-radius: var(--sl-border-radius);
		box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
	}
}
@media (max-width: 767px) {
	.popup-window {
		width: 100%;
		height: 100%;
		max-height: 100%;
		overscroll-behavior: contain;
	}
	.popup-window .inner {
		max-height: 100%;
		padding: 20px;
	}
	.popup-social {
		padding: 0 0 5px;
	}
	#popup-registration .popup-social {
		margin-top: -5px;
	}
	.popup-social .social_block .soc_ico {
		margin: 3px 3px;
	}
	.form .form-group {
		margin-bottom: 18px;
	}
	
	.popup-social .social_block {
		margin-bottom: 5px;
	}
}
.popup-window .reg_block {
	border-top: var(--sl-border-width) solid var(--sl-lighter-gray-color);
	padding-top: 10px;
}
#popup-registration .login-show,
.popup-window .forgot_password,
.popup-window .reg_form_link {
	color: var(--sl-primary-color);
	display: inline-block;
	border-bottom: var(--sl-border-width) dashed var(--sl-primary-color);
	font-size: 16px;
}
.popup-window .forgot_password {
	margin: -12px 0 12px;
}
#popup-registration .login-show:hover,
.popup-window .forgot_password:hover,
.popup-window .reg_form_link:hover {
	border-bottom: var(--sl-border-width) dashed var(--sl-white);
}
#popup-forgot_password-sucess .login-show {
	display: flex;
	align-items: center;
	justify-content: center;
}
#account-support-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
}
.datetime,
.date,
.time {
	position: relative;
	display: unset;
}
.input-icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: var(--sl-primary-color);
	display: flex;
	align-items: center;
}
.login-input {
	left: 0;
	height: 75%;
	border-right: var(--sl-border-width) solid var(--sl-border-color);
	padding: 10px 7px 10px 8px;
}
.calendar {
	right: 14px;
}
.form-group.has-error .icon-error {
	color: var(--sl-error-color);
	border-color: var(--sl-error-color);
}
.form-group.has-error .input-icon {
	color: var(--sl-error-color);
	border-right: var(--sl-border-width) solid var(--sl-error-color);
}
#form-forgot_password .form-group.group-email input[type="email"]:focus+.input-icon,
#popup-login .form-group.group-email input[type="email"]:focus+.input-icon,
#popup-login .form-group.group-password input[type="password"]:focus+.input-icon,
#popup-login .form-group.group-password input[type="text"]:focus+.input-icon {
	outline: 0;
	border-color: var(--sl-primary-color);
}
#popup-login .form-group.group-email,
#popup-login .form-group.group-password {
	position: relative;
}
#popup-login .form-group.group-email input[type="email"],
#popup-login .form-group.group-password input[type="text"],
#popup-login .form-group.group-password input[type="password"],
#popup-forgot_password .form-group.group-email input[type="email"] {
	padding: 0 24px 0 49px !important;
}
.popup-social .social_title {
	margin-bottom: clamp(5px, 1vw, 15px);
}
.no-overflow {
	overflow: hidden;
}
#credential_picker_iframe {
	bottom: 50px !important;
}
.popup-social .social_block .network {
	text-align: center;
	cursor: pointer;
	vertical-align: baseline;
}
.popup-social .social_block .inserted {
	text-align: left;
	font-size: 10px;
	color: #3e77aa;
	position: relative;
	top: -8px;
}
.popup-social .social_block .provider {
	position: relative;
	top: -5px;
	display: block;
	text-transform: capitalize;
}
.account.onclick {
	filter: grayscale(100%);
	opacity: .6;
}
.social-container-box:hover .provider {
	color: #221f1f;
}
.account.inactive .social-container-box:hover .inserted {
	color: #ff7878;
}
.network-buttons .popup-social p {
	line-height: 22px;
	color: var(--sl-text-color);
	margin-bottom: 5px;
}
.network-buttons {
	padding-top: 24px;
}
.social_block .social-icon.account .social-container-box {
	padding: 10px 2px 0 0;
}
.social-icon.account .login-button {
	padding-left: 45px;
}
.tooltip {
	z-index: 19010;
}
.login-button span {
	text-align: center;
}
#modal-agree {
	z-index: 19011;
}
.email-advice {
	background-color: var(--sl-white);
	border: var(--sl-border-width) solid var(--sl-light-gray);
	box-shadow: 1px 1px 4px rgba(var(--sl-black-rgb), .2);
	border-radius: 3px;
	max-height: 185px;
	list-style: none;
	overflow-y: scroll;
	position: absolute;
	display: none;
	padding: 0;
	margin-top: 3px;
	margin-left: calc(var(--sl-border-width) * -1);
	width: calc(100% - 2px);
	z-index: 2;
}
.email-advice li {
	display: flex;
	align-items: center;
	padding: 8px 24px;
	outline: none;
	cursor: pointer;
}
.email-advice li:hover {
	background-color: var(--sl-hover-color);
}
.dark-theme .social_block .soc_ico svg {
	fill: var(--sl-white);
}
#popup-login #otpbox .input-group .send_otp_btn {
	border-radius: 12px !important;
	margin: 0 0 0 2px !important;
}
#popup-registration .form input[type="tel"] {
	border-radius: 12px !important;
}
.dark-theme .popup-window,
.dark-theme .popup-window .inner {
	background: var(--sl-color-dark);
	border: 1px solid var(--sl-color-dark-2);
}
@media (max-width: 767px) {
	.dark-theme .popup-window .inner {
		border: none;
	}
}
.dark-theme .popup-window .form input[type="email"],
.dark-theme .popup-window .form input[type="password"],
.dark-theme .popup-window .form input[type="tel"],
.dark-theme .popup-window .form input[type="text"],
.dark-theme .popup-window .form select,
.dark-theme .popup-window .form textarea,
.dark-theme .popup-window .popup-title,
.dark-theme .popup-window p,
.dark-theme .email-advice li {
	color: var(--sl-white);
}
.dark-theme .popup-window .form input[type="email"]::placeholder,
.dark-theme .popup-window .form input[type="password"]::placeholder,
.dark-theme .popup-window .form input[type="tel"]::placeholder,
.dark-theme .popup-window .form input[type="text"]::placeholder,
.dark-theme .popup-window .form select::placeholder,
.dark-theme .popup-window .form textarea::placeholder {
	color: var(--sl-color-gray-1);
}
.dark-theme .popup-window .form-field {
	color: var(--sl-color-gray-1);
	border-color: var(--otp-color-dark-2);
	background-color: #141414 !important;
}
.dark-theme .input-icon {
	filter: invert(48%);
}
.dark-theme .popup-window a {
	color: var(--sl-color-link) !important;
	border-bottom: var(--sl-border-width) dashed var(--sl-color-link);
}
.dark-theme .btn-social {
	color: var(--sl-black);
}
.dark-theme .btn-close-popup {
	background-color: rgba(255, 255, 255, 0.05);
}
.dark-theme .btn-close-popup:hover {
	background-color: rgba(239, 68, 68, 0.15);
}
.dark-theme .btn-close-popup:after,
.dark-theme .btn-close-popup:before {
	background-color: #94a3b8;
}
.dark-theme .btn-close-popup:hover:after,
.dark-theme .btn-close-popup:hover:before {
	background-color: #ef4444;
}
.dark-theme .email-advice {
	background: #141414 !important;
	border-color: var(--sl-border-color);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.6);
}
.dark-theme .email-advice li:hover {
	background: rgba(255, 255, 255, 0.08);
}
.dark-theme .popup-window .inner::-webkit-scrollbar-thumb {
	background: var(--sl-primary-color);
	border-radius: 4px;
}
.dark-theme .popup-window .inner::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.05);
}
.reg-confirm-eye,
.reg-password-eye,
.password-eye {
	right: 12px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	cursor: pointer;
	border: none;
	background: transparent;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all var(--sl-tr);
}
.reg-confirm-eye svg,
.reg-password-eye svg,
.password-eye svg {
	width: 24px;
	height: 24px;
	fill: var(--sl-gray);
	transition: fill var(--sl-tr);
}
.reg-confirm-eye:hover svg,
.reg-password-eye:hover svg,
.password-eye:hover svg {
	fill: var(--sl-primary-color);
}
.reg-confirm-eye.active svg,
.reg-password-eye.active svg,
.password-eye.active svg {
	fill: var(--sl-primary-color);
}
.reg-confirm-eye svg .eye-open,
.reg-password-eye svg .eye-open,
.password-eye svg .eye-open {
	display: none;
}
.reg-confirm-eye svg .eye-slash,
.reg-password-eye svg .eye-slash,
.password-eye svg .eye-slash {
	display: block;
}
.reg-confirm-eye.active svg .eye-open,
.reg-password-eye.active svg .eye-open,
.password-eye.active svg .eye-open {
	display: block;
}
.reg-confirm-eye.active svg .eye-slash,
.reg-password-eye.active svg .eye-slash,
.password-eye.active svg .eye-slash {
	display: none;
}
.dark-theme .reg-confirm-eye svg,
.dark-theme .reg-password-eye svg,
.dark-theme .password-eye svg {
	fill: var(--sl-color-gray-1);
}
.generate-password-btn {
	position: absolute;
	right: 45px;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	cursor: pointer;
	border: none;
	background: transparent;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all var(--sl-tr);
}
.generate-password-btn svg {
	width: 22px;
	height: 22px;
	fill: var(--sl-gray);
	transition: fill var(--sl-tr);
}
.generate-password-btn:hover svg {
	fill: var(--sl-primary-color);
}
.dark-theme .generate-password-btn svg {
	fill: var(--sl-color-gray-1);
}
.password-copied-message {
	position: fixed;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	color: var(--sl-white);
	background: var(--sl-primary-color);
	padding: 12px 24px;
	border-radius: var(--sl-border-radius-sm);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
	
	font-size: 15px;
	z-index: 99999;
	opacity: 0;
	animation: slideDown 0.3s ease forwards;
	max-width: calc(100% - 40px);
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.generate-password-btn svg,
.generate-password-btn svg *,
.password-eye svg,
.password-eye svg *,
.reg-password-eye svg,
.reg-password-eye svg *,
.reg-confirm-eye svg,
.reg-confirm-eye svg * {
    pointer-events: none;
}

.generate-password-btn,
.password-eye,
.reg-password-eye,
.reg-confirm-eye {
    cursor: pointer;
}
@media (max-width: 767px) {
	.password-copied-message {
		padding: 10px 20px;
		font-size: 14px;
		max-width: calc(100% - 32px);
		border-radius: 10px;
		box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
	}
}
@media (max-width: 360px) {
	.password-copied-message {
		padding: 8px 16px;
		font-size: 13px;
		max-width: calc(100% - 24px);
	}
}
@keyframes slideDown {
	from {
		opacity: 0;
		transform: translateX(-50%) translateY(-10px);
	}
	to {
		opacity: 1;
		transform: translateX(-50%) translateY(0);
	}
}
.password-copied-message.fade-out {
	animation: fadeOut 0.3s ease forwards;
}
@keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		transform: translateX(-50%) translateY(-20px);
	}
}
.dark-theme .password-copied-message {
	color: var(--sl-black) !important;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}
@media (max-width: 767px) {
	.dark-theme .password-copied-message {
		box-shadow: 0 4px 16px rgba(0, 0, 0, 0.5);
	}
}
@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}
@media (hover: none) and (pointer: coarse) {
	* {
		transition: none !important;
	}
	.btn-social,
	.social_block .soc_ico {
		min-height: 48px;
		min-width: 48px;
	}
	.popup-window .form input,
	.popup-window .form select,
	.popup-window .form textarea {
		font-size: 16px !important;
	}
}

/* Jet Cache: catalog/view/theme/default/stylesheet/callback.css */
.callback {
  background: rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 25px 40px 12px 40px;
  margin: 15px 20px 30px 20px;
  font-family: "Open Sans",Arial,"Helvetica";
}
.callback .cb-title {
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 28px;
  font-size: 24px;
}
.callback input {
  width: 100%;
  padding: 7px 14px 12px 14px;
  
}
.callback input:focus {
  outline: 0;
  border: 0;
  box-shadow: none;
}
.callback input:focus::-webkit-input-placeholder {
  color: #fff;
}
.callback input:focus:-moz-placeholder {
  color: #fff;
}
.callback input:focus::-moz-placeholder {
  color: #fff;
}
.callback input:focus:-ms-input-placeholder {
  color: #fff;
}
.callback input::-webkit-input-placeholder {
  position: relative;
  top: 3px;
}
.callback input:-moz-placeholder {
  position: relative;
  top: 3px;
}
.callback input::-moz-placeholder {
  position: relative;
  top: 3px;
}
.callback input:-ms-input-placeholder {
  position: relative;
  top: 3px;
}
.callback .fcallback {
  background-color: #117f70 !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#56c5eb", endColorstr="#1798c4");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#56c5eb), to(#1798c4));
  background-image: -moz-linear-gradient(top, #56c5eb, #1798c4);
  background-image: -ms-linear-gradient(top, #56c5eb, #1798c4);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #56c5eb), color-stop(100%, #1798c4));
  background-image: -webkit-linear-gradient(top, #56c5eb, #1798c4);
  background-image: -o-linear-gradient(top, #56c5eb, #1798c4);
  background-image: linear-gradient(#56c5eb, #1798c4);
  border-color: #1798c4 #1798c4 hsl(195, 79%, 38%);
  -webkit-font-smoothing: antialiased;
  width: 100%;
  padding: 8px 14px 11px 14px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  border: 0;
  font-size: 19px;
  text-align: center;
  height: 38px;
  color: #fff;
  font-family: "Open Sans",Arial,"Helvetica";
  cursor: pointer;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.callback .fcallback:hover {
  background-color: #000 !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2dbff0", endColorstr="#0b83ab");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#2dbff0), to(#0b83ab));
  background-image: -moz-linear-gradient(top, #2dbff0, #0b83ab);
  background-image: -ms-linear-gradient(top, #2dbff0, #0b83ab);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2dbff0), color-stop(100%, #0b83ab));
  background-image: -webkit-linear-gradient(top, #2dbff0, #0b83ab);
  background-image: -o-linear-gradient(top, #2dbff0, #0b83ab);
  background-image: linear-gradient(#2dbff0, #0b83ab);
  border-color: #0b83ab #0b83ab hsl(195, 87%, 31%);
  -webkit-font-smoothing: antialiased;
}
.callback .ok-message {
  text-align: center;
  color: #fff;
  margin-top: 12px;
  font-size: 14px;
}
@media (max-width: 767px) {
.callback .cb-title {
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 25px;
  font-size: 18px;
}
.callback {
    background: rgba(0, 0, 0, 0.6);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding: 15px 20px 10px 20px;
    margin: 25px auto;
    max-width: 300px;
  }
.callback input {
    width: 100%;
    padding: 8px 14px 12px 14px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    border: 0;
    font-size: 16px;
    background: #FFF;
    height: 34px;
    margin-bottom: 10px;
  }
.callback .fcallback {
    font-size: 16px;
    height: 38px;
    padding: 6px 14px 11px 14px;
  }
}
/* Jet Cache: catalog/view/javascript/timer/css/timer.css */
/* Basic timer output */
.product-timer-block {
  margin: 14px 0px 14px 0px;
}
.product-timer-block .timer, 
.product-timer-block .prices-block {
  display: inline-block;
  vertical-align: top;
  padding: 0px 0px 0px 0px;
}
.product-timer-block .special-price, 
.product-timer-block .old-price {
  display: inline-block;
  width: 100%;
}
.timer {
  width: 60%;
}
.timer .text {
  font-size: 17px;
  color: #121212;
  letter-spacing: 1px;
  margin-bottom: 10px;
  padding: 0px 0px 0px 0px;
}

.prices-block {
  /*padding: 5px 0px;*/
  width: 38%;
  line-height: 1.5;
  text-align: center; 
}
.prices-block .special-price {
  color: #e95144;
  font-weight: normal;
  font-size: 33px;
  /*margin: 10px 0;*/
  display: inline-block;
}
.prices-block .old-price {
  font-size: 19px;
  text-decoration: line-through;
}


/* Display on categories/specials, in modules */
.timer-block .prices-block {
  width: 100%;
  margin-bottom: 10px;
}
.timer-block .special-price, 
.timer-block .old-price {
  display: inline-block;
  margin: 0px;
  font-size: 14px;
}
.timer-block .special-price {
  font-weight: bold;
}
.timer-block .old-price {
  margin: 0 3px 0 3px;
}


/* long Label near product special & ordinary price */
.percentage-discount {
  background: #e95144;
  color: #fff;
  font-size: 11px;
  border-radius: 3px;
  padding: 2px 4px 2px 4px;
  margin: 0px 4px 0px 0px;
  position: relative;
  z-index: 9;
  display: inline-block;
  vertical-align: middle;
}


/* Discount stiker */
.discount-sticker {
  background-color: #FF3E30;
  color: #FFFCF7;
  float: right;
  font-size: 12pt;
  font-weight: 700;
  padding: 4px 8px 4px;
  position: absolute;
  text-align: center;
  top: 10px;
  z-index: 1;
  padding-left: 10px;
  right: 15px;
}
.discount-sticker::before {
  border-style: solid;
  border-width: 13px 9px;
  content: "";
  position: absolute;
  border-color: #FF3E30 #FF3E30 rgb(255, 62, 48) transparent;
  top: 0px;
  left: -10px;
  height: 100%;
}


/* jQuery Countdown styles 2.0.0. */
.is-opencartCountdown {
	border: 1px solid #ccc;
    display: inline-block;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 1px 0px 1px 0px;
    background: #666 none repeat scroll 0 0;
    color: #fff;
    text-align: center;
    width: 240px;
}
.opencartCountdown-rtl {
  direction: rtl;
}
.opencartCountdown-holding span {
  color: #888;
}
.opencartCountdown-row {
  clear: both;
  width: 100%;
  padding: 0px 2px;
  display: block;
  text-align: center;
}
.opencartCountdown-show1 .opencartCountdown-section {
  width: 98%;
}
.opencartCountdown-show2 .opencartCountdown-section {
  width: 48%;
}
.opencartCountdown-show3 .opencartCountdown-section {
  width: 32.5%;
}
.opencartCountdown-show4 .opencartCountdown-section {
  width: 24.5%;
}
.opencartCountdown-show5 .opencartCountdown-section {
  width: 19.5%;
}
.opencartCountdown-show6 .opencartCountdown-section {
  width: 16.25%;
}
.opencartCountdown-show7 .opencartCountdown-section {
  width: 14%;
}
.opencartCountdown-section {
  display: block;
  float: left;
  font-size: 75%;
  text-align: center;
  border-right: 1px solid #ccc;
}

.opencartCountdown-section:last-child {border:none;}
.opencartCountdown-amount {font-size: 200%;}
.opencartCountdown-period {display: block; font-size: 100%;}
.opencartCountdown-descr {display: block; width: 100%;}
/* Jet Cache: catalog/view/theme/default/stylesheet/smartsearch.css */
#smartsearch {
	position: absolute;
    width: 150%;
    top: 74px;
    z-index: 3;
    background: #fff;
    border: 1px solid #ccc;
    border-top: none;
    display: none;
}
#smartsearch ul.items {
	margin: 0px;
    padding: 0px;
}
#smartsearch li.item {
	list-style-type: none;
	border-top: 1px solid #ccc;
}
#smartsearch li.item.current {
    background: #fcfeab;
}
#smartsearch li.item .item_block {
	display: flex;
    align-items: center;
}
#smartsearch li.item .item_block .image {
	display: flex;
    padding: 5px 10px;
}
#smartsearch li.item .item_block .image img {
	
}
#smartsearch li.item .item_block .title {
    padding: 10px 10px;
    width: 100%;
}
#smartsearch li.item .item_block .price {
	display: flex;
    padding: 10px 10px;
    white-space: nowrap;
    color: #444;
}
#smartsearch li.item .item_block .oldprice {
	margin-right: 5px;
    text-decoration: line-through;
    font-size: 11px;
	color: #cd0000;
}
#smartsearch li.item .item_block a {
	width: 100%;
    color:#333;
}
#smartsearch li.item .item_block a b {
    color: #000;
}
#smartsearch .button {
    text-align: center;
    background: #eee;
    padding: 10px 10px;
}

/* Jet Cache: catalog/view/theme/default/stylesheet/jet.css */
body {
    opacity: 1;
    visibility: visible;
}
/* Jet Cache: catalog/view/theme/default/stylesheet/ocfilter/ocf.cache.767.5174427066.css */
.ocf-noUi-target,.ocf-noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.ocf-noUi-base,.ocf-noUi-connects{width:100%;height:18px;position:relative;z-index:1}.ocf-noUi-connect,.ocf-noUi-origin{will-change:transform;position:absolute;z-index:1;top:0;right:0;-ms-transform-origin:0;-webkit-transform-origin:0;-webkit-transform-style:preserve-3d;transform-origin:0;transform-style:flat}.ocf-noUi-connect{height:100%;width:100%}.ocf-noUi-origin{height:10%;width:10%}.ocf-noUi-txt-dir-rtl .ocf-noUi-origin{left:0;right:auto}.ocf-noUi-origin{height:0}.ocf-noUi-handle{-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute}.ocf-noUi-touch-area{height:100%;width:100%}.ocf-noUi-state-tap .ocf-noUi-connect,.ocf-noUi-state-tap .ocf-noUi-origin{-webkit-transition:transform .3s;transition:transform .3s}.ocf-noUi-state-drag *{cursor:inherit!important}.ocf-noUi-handle{width:24px;height:24px;right:-13px;top:-3px}.ocf-noUi-txt-dir-rtl .ocf-noUi-handle{left:-13px;right:auto}.ocf-noUi-base:before,.ocf-noUi-connect:before{content:"";border-radius:20px;width:100%;height:4px;position:absolute;top:50%;margin-top:-2px}.ocf-noUi-base:before{background-color:#eceef2}.ocf-noUi-connect:before,.ocf-noUi-handle{background-color:#3366d5}.ocf-noUi-connects:before,.ocf-noUi-connects:after{content:"";border-radius:100%;position:absolute;background-color:#eceef2;width:10px;height:10px;top:50%;margin-top:-5px}.ocf-noUi-connects:before{left:0;margin-left:-5px}.ocf-noUi-connects:after{right:0;margin-right:-5px}.ocf-noUi-draggable{cursor:ew-resize}.ocf-noUi-handle{border:3px solid #fff;border-radius:100%;cursor:default;box-shadow:0 3px 6px -3px #bbb}.ocf-loading .ocf-noUi-handle{background-image:linear-gradient(45deg,rgba(255,255,255,.40) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.40) 50%,rgba(255,255,255,.40) 75%,transparent 75%,transparent);background-size:1rem 1rem;-webkit-animation:progresss 600ms linear infinite;animation:ocf-progress 600ms linear infinite}.ocf-noUi-active{box-shadow:0 0 0 6px #3366d540}[disabled].ocf-noUi-handle,[disabled] .ocf-noUi-handle,[disabled] .ocf-noUi-connect:before,.ocf-loading .ocf-noUi-connect:before{background-color:#AEB5BD}[disabled].ocf-noUi-target,[disabled].ocf-noUi-handle,[disabled] .ocf-noUi-handle{cursor:not-allowed}.ocf-noUi-pips,.ocf-noUi-pips *{-moz-box-sizing:border-box;box-sizing:border-box}.ocf-noUi-pips{position:relative;color:#999;padding:10px 0 0;height:45px}.ocf-noUi-value{position:absolute;margin-top:15px;top:0;white-space:nowrap;text-align:center;font-size:11px;-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%)}.ocf-noUi-marker:first-child + .ocf-noUi-value,.ocf-noUi-value:last-child{color:#555}.ocf-noUi-rtl .ocf-noUi-value{-webkit-transform:translate(50%,50%);transform:translate(50%,50%)}.ocf-noUi-value-sub{color:#ccc;font-size:10px}.ocf-noUi-marker{position:absolute;background:#CCC;margin-left:-1px;width:2px;margin-top:6px;height:3px}.ocf-noUi-marker:first-child,.ocf-noUi-marker[style*="100%"]{height:10px;margin-top:0}@keyframes ocf-progress{from{background-position:0 0}to{background-position:1rem 0}}.ocf-text-right{text-align:right!important}.ocf-text-center{text-align:center!important}.ocf-btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:normal;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;background-color:#ECEEF2;border:0;border-radius:4px}[role=button]{cursor:pointer}.ocf-btn:focus,.ocf-btn:active:focus{outline:0}.ocf-btn:hover,.ocf-btn:focus{color:#333;text-decoration:none}.ocf-btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 6px rgba(0,0,0,.2);box-shadow:inset 0 3px 6px rgba(0,0,0,.2)}.ocf-btn.ocf-disabled,.ocf-btn[disabled]{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.ocf-btn.ocf-disabled{pointer-events:none}.ocf-btn-link{font-weight:normal;color:#337ab7;border-radius:0}.ocf-btn-link,.ocf-btn-link:active,.ocf-btn-link[disabled]{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.ocf-btn-link:hover,.ocf-btn-link:focus{color:#23527c;text-decoration:underline;background-color:transparent}.ocf-btn-link[disabled],.ocf-btn-link[disabled]:hover,.ocf-btn-link[disabled]:focus{color:#777;text-decoration:none}.ocf-btn-block{display:block;width:100%}.ocf-collapse{display:none}.ocf-collapse.ocf-in{display:block}.ocf-collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}.ocf-input-group{position:relative;display:table;border-collapse:separate;width:100%}.ocf-input-group .ocf-form-control{font-size:14px;position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.ocf-input-group .ocf-form-control:focus{z-index:3}.ocf-input-group-addon,.ocf-input-group-btn,.ocf-input-group .ocf-form-control{display:table-cell}.ocf-input-group-addon:not(:first-child):not(:last-child),.ocf-input-group-btn:not(:first-child):not(:last-child),.ocf-input-group .ocf-form-control:not(:first-child):not(:last-child){border-radius:0}.ocf-input-group-addon,.ocf-input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.ocf-input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#ECEEF2;border-radius:4px}.ocf-input-group .ocf-form-control:first-child,.ocf-input-group-addon:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.ocf-input-group-addon:first-child{border-right:0}.ocf-input-group .ocf-form-control:last-child,.ocf-input-group-addon:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.ocf-input-group-addon:last-child{border-left:0}.ocf-form-control,input.ocf-form-control,textarea.ocf-form-control{display:block;width:100%;height:34px;padding:6px 12px;margin:0;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #eee;border-radius:4px;-webkit-box-shadow:none;box-shadow:none;-webkit-transition:border-color ease-in-out .15s,background-color ease-in-out .2s,box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,background-color ease-in-out .2s,box-shadow ease-in-out .15s;-webkit-transition:border-color ease-in-out .15s,background-color ease-in-out .2s,-webkit-box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,background-color ease-in-out .2s,-webkit-box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s,background-color ease-in-out .2s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s,background-color ease-in-out .2s,-webkit-box-shadow ease-in-out .15s}.ocf-form-control:focus,input.ocf-form-control:focus,textarea.ocf-form-control:focus{border-color:#5AA3C6!important;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.ocf-form-control::-moz-placeholder{color:#999;opacity:1}.ocf-form-control:-ms-input-placeholder{color:#999}.ocf-form-control::-webkit-input-placeholder{color:#999}.ocf-form-control::-ms-expand{background-color:transparent;border:0}.ocf-form-control[disabled],.ocf-form-control[readonly]{background-color:#eee;opacity:1}.ocf-form-control[disabled]{cursor:not-allowed}.ocf-invisible{visibility:hidden}.ocf-hidden{display:none!important}.ocf-overflow-hidden{overflow:hidden!important}.ocf-clearfix::before,.ocf-clearfix::after{display:table;content:"";clear:both;width:100%}@-ms-viewport{width:device-width}.ocf-form-control[type=number]::-webkit-outer-spin-button,.ocf-form-control[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.ocf-form-control[type=number]{-moz-appearance:textfield}.ocf-icon{background-repeat:no-repeat;background-position:center;background-size:contain;min-width:12px;min-height:12px;display:inline-block;vertical-align:middle}.ocf-icon-16{min-width:16px;min-height:16px}.ocf-sliders{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23777' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath d='M11.5 2a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zM9.05 3a2.5 2.5 0 0 1 4.9 0H16v1h-2.05a2.5 2.5 0 0 1-4.9 0H0V3h9.05zM4.5 7a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zM2.05 8a2.5 2.5 0 0 1 4.9 0H16v1H6.95a2.5 2.5 0 0 1-4.9 0H0V8h2.05zm9.45 4a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm-2.45 1a2.5 2.5 0 0 1 4.9 0H16v1h-2.05a2.5 2.5 0 0 1-4.9 0H0v-1h9.05z'/%3e%3c/svg%3e")}.ocf-angle{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23777' width='12' height='12' viewBox='0 0 16 16'%3e%3cpath d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/%3e%3c/svg%3e")}.ocf-angle-right{transform:rotate(90deg)}.ocf-angle-down{transform:rotate(180deg)}.ocf-angle-left{transform:rotate(-90deg)}.ocf-arrow-long{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23777' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath d='M8 15a.5.5 0 0 0 .5-.5V2.707l3.146 3.147a.5.5 0 0 0 .708-.708l-4-4a.5.5 0 0 0-.708 0l-4 4a.5.5 0 1 0 .708.708L7.5 2.707V14.5a.5.5 0 0 0 .5.5z'/%3e%3c/svg%3e")}.ocf-arrow-right{transform:rotate(90deg)}.ocf-arrow-down{transform:rotate(180deg)}.ocf-arrow-left{transform:rotate(-90deg)}.ocf-times-circle{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%236B7275' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM5.354 4.646a.5.5 0 1 0-.708.708L7.293 8l-2.647 2.646a.5.5 0 0 0 .708.708L8 8.707l2.646 2.647a.5.5 0 0 0 .708-.708L8.707 8l2.647-2.646a.5.5 0 0 0-.708-.708L8 7.293 5.354 4.646z'/%3e%3c/svg%3e")}.ocf-times{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%236B7275' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath d='M1.293 1.293a1 1 0 0 1 1.414 0L8 6.586l5.293-5.293a1 1 0 1 1 1.414 1.414L9.414 8l5.293 5.293a1 1 0 0 1-1.414 1.414L8 9.414l-5.293 5.293a1 1 0 0 1-1.414-1.414L6.586 8 1.293 2.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e")}.ocf-help-circle{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM5.496 6.033h.825c.138 0 .248-.113.266-.25.09-.656.54-1.134 1.342-1.134.686 0 1.314.343 1.314 1.168 0 .635-.374.927-.965 1.371-.673.489-1.206 1.06-1.168 1.987l.003.217a.25.25 0 0 0 .25.246h.811a.25.25 0 0 0 .25-.25v-.105c0-.718.273-.927 1.01-1.486.609-.463 1.244-.977 1.244-2.056 0-1.511-1.276-2.241-2.673-2.241-1.267 0-2.655.59-2.75 2.286a.237.237 0 0 0 .241.247zm2.325 6.443c.61 0 1.029-.394 1.029-.927 0-.552-.42-.94-1.029-.94-.584 0-1.009.388-1.009.94 0 .533.425.927 1.01.927z'/%3e%3c/svg%3e")}.ocf-minus-circle{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23666' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM4.5 7.5a.5.5 0 0 0 0 1h7a.5.5 0 0 0 0-1h-7z'/%3e%3c/svg%3e")}.ocf-between{display:flex!important;justify-content:space-between;flex-wrap:nowrap;align-items:center}.ocf-collapse,.ocf-collapsing{width:100%}[aria-expanded=false]>.ocf-hide-expand-0{display:none}[aria-expanded=true]>.ocf-hide-expand-1{display:none}.ocf-is-mobile{display:none;height:0;overflow:hidden}.ocf-mobile{display:none}.ocf-container,.ocf-filter-list{overflow-anchor:auto}.ocf-header{font-size:20px;line-height:1.2;display:flex;align-items:center}.ocf-header .ocf-brand{margin-right:10px}.ocf-hidden-filters-divider{margin-bottom:45px;position:relative;top:15px;text-align:center;height:1px}.ocf-hidden-filters-divider>span{cursor:pointer;padding:1px 10px;border-radius:15px;vertical-align:top;margin-top:-10px;display:inline-block}.ocf-filter-header{display:flex;align-items:center;font-style:normal;line-height:1.5;cursor:default}.ocf-more-selected{background-color:rgba(0 0 0 / 12%);padding:1px 5px;border-radius:2px;font-size:12px;color:#444}.ocf-filter-name,.ocf-active-label{font-size:inherit;font-weight:inherit;line-height:inherit}.ocf-filter-header-append{margin-left:auto;display:flex;align-items:center;order:9}.ocf-filter-header-append>*{min-width:16px}.ocf-filter-discard{display:none;cursor:pointer}.ocf-collapse-value .ocf-value-list{border-top:1px solid #e0e1e5;margin-top:10px}.ocf-collapse-value .ocf-value-list-body{padding-top:10px}.ocf-value,.ocf-value:active,.ocf-value:focus,.ocf-value:visited,.ocf-value:hover{cursor:pointer;font-weight:normal;font-style:normal;display:flex;font-size:13px;width:100%!important;color:#353535;flex-wrap:nowrap;align-items:flex-start;text-decoration:none;text-transform:none;padding:0;line-height:1.5;height:auto!important;margin-bottom:6px;text-transform:none;background:transparent;box-shadow:none;border:0;outline:0}.ocf-value:last-child{margin-bottom:0}.ocf-value.ocf-disabled,.ocf-value[disabled],.ocf-value:disabled{color:#AEB5BD;cursor:not-allowed}.ocf-value-image,.ocf-value-color{position:relative;width:22px;height:22px;flex:0 0 22px;margin-right:10px;overflow:hidden;border:1px solid transparent;border-radius:50%;background-repeat:no-repeat;background-size:cover;transition:opacity 200ms}.ocf-selected .ocf-value-image,.ocf-selected .ocf-value-color{box-shadow:inset 0 0 0 2px #fff;border-color:#65A2C7}.ocf-disabled .ocf-value-image,.ocf-disabled .ocf-value-color{opacity:.25;filter:saturate(0.5)}.ocf-value-image + .ocf-value-name,.ocf-value-color + .ocf-value-name{align-self:center}.ocf-value-input{position:relative;width:16px;height:16px;flex:0 0 16px;margin-right:10px;margin-top:2px}.ocf-value-input::before,.ocf-value-input::after{content:"";position:absolute;top:0;left:0;display:block;width:100%;height:100%}.ocf-value-input::before{pointer-events:none;background-color:#fff;border:#adb5bd solid 1px;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.ocf-value-input::before{transition:none}}.ocf-value:active .ocf-value-input::before{box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.ocf-value:focus:not(:active) .ocf-value-input::before{border-color:#328ca7}.ocf-value:not(.ocf-disabled):active .ocf-value-input::before{color:#fff;background-color:#4fa6d966;border-color:transparent}.ocf-value.ocf-disabled .ocf-value-input::before,.ocf-value[disabled] .ocf-value-input::before,.ocf-value:disabled .ocf-value-input::before{background-color:#eceef2}.ocf-selected .ocf-value-input::before{color:#fff;border-color:#3366D5;background-color:#3366D5}.ocf-value .ocf-value-input::after{background-repeat:no-repeat;background-position:center;background-size:8px}.ocf-value-input-checkbox::before{border-radius:2px}.ocf-value:active .ocf-value-input-checkbox::before{border-color:#328ca7;background-color:#219ac7}.ocf-value.ocf-selected.ocf-disabled .ocf-value-input-checkbox::before,.ocf-value.ocf-disabled:active .ocf-value-input-checkbox::before{background-color:rgb(33 154 200 / 50%)}.ocf-selected .ocf-value-input-checkbox::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")}.ocf-value.ocf-selected:active .ocf-value-input-checkbox::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")}.ocf-value-input-radio::before{border-radius:50%}.ocf-value.ocf-selected.ocf-disabled .ocf-value-input-radio::before{background-color:rgba(0,123,255,.5)}.ocf-value.ocf-selected .ocf-value-input-radio::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.ocf-value.ocf-selected:active .ocf-value-input-radio::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")}.ocf-value-name{margin-right:5px;word-break:break-word;text-align:left;font-size:inherit}.ocf-auto-column .ocf-value-name{white-space:nowrap}.ocf-value-append{margin-left:auto;min-width:50px;text-align:right}.ocf-auto-column .ocf-value-append{min-width:auto}.ocf-value-count{padding:2px 6px;font-size:11px;font-weight:400}.ocf-value-count .ocf-num-abbr{font-weight:600;color:#DB5C68}.ocf-selected .ocf-value-count,.ocf-value-count:empty{display:none}.ocf-disabled .ocf-value-count{color:#b5b9c1}.ocf-search-btn-static,.ocf-search-btn-popover{padding-top:9px;padding-bottom:9px}.ocf-page-list-top,.ocf-page-list-bottom{position:relative;z-index:3}.ocf-page-list-top{margin-bottom:5px}.ocf-page-list-bottom{margin-top:25px}.ocf-page-group{margin-bottom:10px;display:flex;align-items:start}.ocf-page-group-name{font-weight:bold;font-size:14px;margin-top:3px;margin-right:15px;width:150px;flex:0 0 150px}.ocf-category-page-list{max-height:135px;list-style-type:none;padding:0;display:flex;flex-wrap:wrap;margin:0 -5px;overflow-y:scroll;overflow-x:hidden}.ocf-category-page-list::-webkit-scrollbar{width:8px}.ocf-category-page-list::-webkit-scrollbar-track{background-color:transparent;border-radius:10px}.ocf-category-page-list::-webkit-scrollbar-thumb{background-color:#DFE3ED;border-radius:10px}.ocf-category-page-list:hover::-webkit-scrollbar-thumb{background-color:#9096A4}.ocf-category-page-list::-webkit-scrollbar-corner{display:none}.ocf-category-page-list::-webkit-resizer{display:none}.ocf-category-page-list li{margin-bottom:10px}.ocf-category-page-list li.ocf-page-selected{}.ocf-category-page-list a{background-color:#eceef2;padding:3px 7px;border-radius:7px;color:#3a3c40;display:block;font-size:13px;align-items:center;font-weight:normal;margin:0 5px;min-height:100%;text-decoration:none}.ocf-category-page-list .ocf-page-selected a{background-color:#656565;color:#fff}.ocf-category-page-list .ocf-page-selected a:after{content:"";width:12px;height:12px;display:inline-block;color:#656565;vertical-align:top;margin-left:5px;margin-top:4px;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23fff' fill-opacity='0.8' viewBox='0 0 16 16'%3e%3cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM5.354 4.646a.5.5 0 1 0-.708.708L7.293 8l-2.647 2.646a.5.5 0 0 0 .708.708L8 8.707l2.646 2.647a.5.5 0 0 0 .708-.708L8.707 8l2.647-2.646a.5.5 0 0 0-.708-.708L8 7.293 5.354 4.646z'/%3e%3c/svg%3e")}.ocf-theme-light .ocf-text-danger{color:#D1524C}.ocf-theme-light .ocf-hidden-filters-divider{background-color:#ebebeb}.ocf-theme-light .ocf-hidden-filters-divider>span{background-color:#eceef2;color:#a0a4a6;box-shadow:0 0 0 10px #fff;font-size:13px}.ocf-theme-light .ocf-hidden-filters-divider>span:hover{background-color:#cbced4;color:#575c5f}.ocf-theme-light .ocf-hidden-filters-divider>span .ocf-icon{filter:brightness(1.3)}.ocf-theme-light .ocf-hidden-filters-divider>span:hover .ocf-icon{filter:brightness(0.7)}.ocf-theme-light .ocf-filter-header{color:#444}.ocf-theme-light .ocf-value-count{background-color:#eceef2;border-radius:50px;color:#46494e}.ocf-theme-light .ocf-footer{background-color:#fff;box-shadow:-10px -10px 10px 0 #fff}.ocf-theme-light .ocf-search-btn-static:hover,.ocf-theme-light .ocf-search-btn-popover:hover{background-color:#596063}.ocf-theme-light .ocf-search-btn-static:focus,.ocf-theme-light .ocf-search-btn-static:active,.ocf-theme-light .ocf-search-btn-popover:focus,.ocf-theme-light .ocf-search-btn-popover:active{background-color:#596063}.ocf-theme-light .ocf-search-btn-static,.ocf-theme-light .ocf-search-btn-popover,.ocf-theme-light .ocf-search-btn-static.ocf-disabled,.ocf-theme-light .ocf-search-btn-popover.ocf-disabled{background-color:#117f70;color:#fff}.ocf-btn-label{color:#fff}.ocf-theme-light-block .ocf-noUi-connects:before,.ocf-theme-light-block .ocf-noUi-connects:after,.ocf-theme-light-block .ocf-noUi-base:before{background-color:#81858c}.ocf-theme-light-block .ocf-text-danger{color:#D1524C}.ocf-theme-light-block .ocf-footer{background-color:#fff;box-shadow:0 -10px 10px 0 #fff}.ocf-theme-light-block .ocf-hidden-filters-divider{background-color:#ebebeb}.ocf-theme-light-block .ocf-hidden-filters-divider>span{background-color:#eceef2;color:#a0a4a6;box-shadow:0 0 0 10px #fff}.ocf-theme-light-block .ocf-hidden-filters-divider>span:hover{background-color:#cbced4;color:#575c5f}.ocf-theme-light-block .ocf-hidden-filters-divider>span .ocf-icon{filter:brightness(1.3)}.ocf-theme-light-block .ocf-hidden-filters-divider>span:hover .ocf-icon{filter:brightness(0.7)}.ocf-theme-light-block .ocf-input-group-addon{background-color:#DEE2E6}.ocf-theme-light-block .ocf-form-control{border-color:#DEE2E6;border-width:2px}.ocf-theme-light-block .ocf-search-btn-static:hover,.ocf-theme-light-block .ocf-search-btn-popover:hover{background-color:#596063}.ocf-theme-light-block .ocf-search-btn-static:focus,.ocf-theme-light-block .ocf-search-btn-static:active,.ocf-theme-light-block .ocf-search-btn-popover:focus,.ocf-theme-light-block .ocf-search-btn-popover:active{background-color:#596063}.ocf-theme-light-block .ocf-search-btn-static,.ocf-theme-light-block .ocf-search-btn-popover,.ocf-theme-light-block .ocf-search-btn-static.ocf-disabled,.ocf-theme-light-block .ocf-search-btn-popover.ocf-disabled{background-color:#6a7275;color:#fff}
@media (max-width: 767px) {
html{height:100%!important;min-height:100vh;width:100%!important}body{min-height:100%!important}.ocf-mobile,.ocf-is-mobile{display:block}.ocf-desktop{display:none}#column-left-grid,#column-right-grid,#column-left,#column-right{position:absolute!important;top:-100%!important;left:-100%!important;right:100%!important;bottom:auto!important;display:block!important;visibility:visible!important;overflow:visible!important;z-index:2147483648!important;-webkit-backface-visibility:hidden;backface-visibility:hidden;text-indent:0!important;opacity:1!important}.extended-container{z-index:100!important}.ocf-overflow-hidden .extended-container{z-index:99999!important}#column-left-grid.active,#column-right-grid.active,#column-left.active,#column-right.active{top:auto!important;left:-72%!important;right:auto!important;bottom:auto!important;z-index:1!important}.ocf-noUi-handle{border-width:4px;width:28px;height:28px;right:-14px;top:-5px}.ocf-noUi-txt-dir-rtl .ocf-noUi-handle{left:-14px;right:auto}.ocf-noUi-base:before,.ocf-noUi-connect:before{height:6px;margin-top:-3px}.ocf-noUi-active{box-shadow:0 0 0 10px #3366d540}.ocf-noUi-pips{padding-top:20px}.ocf-container{display:none}.ocf-container.ocf-mobile-1{display:block!important;will-change:transform,box-shadow}#column-left-grid>.ocf-container.ocf-mobile-1,#column-right-grid>.ocf-container.ocf-mobile-1,#column-left>.ocf-container.ocf-mobile-1,#column-right>.ocf-container.ocf-mobile-1{display:block!important}.ocf-container{position:fixed;left:0;top:0;height:100%;transform:translateX(-100%) translate3d(0,0,0);transition:transform 300ms ease-in-out,box-shadow 150ms linear;z-index:2147483648!important;width:330px}.ocf-container.ocf-mobile-open{transition:none}.ocf-container.ocf-mobile-right{left:auto;right:0;transform:translateX(100%)}.ocf-container.ocf-mobile-active{box-shadow:0 0 0 99999px rgb(0 0 0 / 60%);transform:translateX(0)}@media (max-width:360px){.ocf-container{width:100%;width:100vw;transition:transform 300ms ease-in-out}.ocf-container.ocf-mobile-active{box-shadow:none}}.ocf-content{background-color:#fff;margin:0;padding:0;position:relative;top:0;left:0;height:100%;width:100%;z-index:2}.ocf-header{padding:15px 20px;line-height:1.5;position:relative;z-index:1}.ocf-header .ocf-close-mobile{margin-left:auto;padding:0;line-height:1}.ocf-body{position:absolute;top:60px;width:100%;bottom:52px;z-index:3}.ocf-body>.ocf-filter-list{overflow-x:hidden;overflow-y:scroll;height:100%;padding-bottom:20px}.ocf-btn-show-filters{margin-top:15px;width:calc(100% - 40px);margin-right:20px;margin-left:20px}.ocf-filter{margin:0 20px}.ocf-filter.ocf-active{margin-left:0;margin-right:0;padding-left:20px;padding-right:20px}.ocf-filter-header,.ocf-module-page-header{flex-wrap:wrap;padding:10px 0;font-size:16px}.ocf-open .ocf-filter-header{flex-wrap:nowrap;position:absolute;bottom:100%;left:0;padding:18px 20px;background-color:#fff;width:100%;height:60px}.ocf-filter-name,.ocf-active-label{font-weight:normal}.ocf-active-label{display:none;font-size:80%}.ocf-active .ocf-active-label{display:block;flex-basis:100%;margin-top:5px;order:10}.ocf-open .ocf-active-label{display:none}.ocf-open:not(.ocf-has-input).ocf-slider .ocf-active-label{display:block;flex-basis:auto;order:2;white-space:nowrap;margin-left:10px;margin-right:5px;margin-top:0;font-size:inherit}.ocf-filter-name{flex-basis:90%}.ocf-open .ocf-filter-name{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;flex-basis:auto}.ocf-active .ocf-filter-discard{display:block}.ocf-active .ocf-filter-header .ocf-angle-right{display:none}.ocf-open .ocf-filter-discard{width:22px;height:22px}.ocf-filter-header .ocf-arrow-left{display:none;order:-2;margin-right:5px;width:22px;height:22px;flex:0 0 22px}.ocf-open .ocf-filter-header .ocf-arrow-left{display:block}.ocf-open .ocf-filter-header .ocf-angle-right{display:none}.ocf-filter-body>.ocf-value-list{display:block!important;position:absolute!important;top:0;left:0!important;right:auto!important;height:100%;width:100%;min-width:160px!important;box-shadow:none!important;padding:20px!important;margin:0!important;overflow:auto!important;transform:translateX(-100%) translate3d(0,0,0);transition:transform 300ms ease-in-out;z-index:2!important;background-color:#fff!important;will-change:transform;overscroll-behavior:contain}.ocf-mobile-right .ocf-filter-body>.ocf-value-list{left:auto!important;right:0!important;transform:translateX(100%)}.ocf-open .ocf-filter-body>.ocf-value-list{transform:translateX(0)!important}.ocf-collapse-value .ocf-value-list{margin-top:12px}.ocf-slider-input-group{margin-bottom:30px}.ocf-value-slider{padding:0 20px}.ocf-btn-search-slider{padding-top:25px}.ocf-btn-show-values{margin-top:20px;font-size:16px;padding:0}.ocf-value,.ocf-value:active,.ocf-value:focus,.ocf-value:visited,.ocf-value:hover{font-size:16px;margin-bottom:12px}.ocf-value-image,.ocf-value-color{width:24px;height:24px;flex:0 0 24px}.ocf-value-input{width:22px;height:22px;flex:0 0 22px;margin-top:1px}.ocf-value .ocf-value-input::after{background-size:12px;background-position:center}.ocf-value-count{font-size:12px}.ocf-footer{position:absolute;padding:10px 20px 510px 8px;margin:0 0 -500px;z-index:5;width:100%;bottom:0}.ocf-btn-mobile-fixed{position:absolute;left:100%;top:56%;transform:rotate(-90deg) translate(-40%,50%);transform-origin:left center;transition:transform 200ms ease-in-out 400ms;z-index:1}.ocf-mobile-right .ocf-btn-mobile-fixed{left:0;transform:rotate(-90deg) translate(-40%,-50%);transform-origin:left center}.ocf-mobile-active .ocf-btn-mobile-fixed{transform:rotate(-90deg) translate(-40%,-50%);z-index:0}.ocf-mobile-active.ocf-mobile-right .ocf-btn-mobile-fixed{transform:rotate(-90deg) translate(-40%,50%)}.ocf-btn-mobile-static{display:block!important;text-align:right;margin-bottom:15px;border-bottom:1px solid #eee;padding-bottom:15px}.ocf-btn-mobile-fixed .ocf-btn{background-color:#c31929d9;color:#fff;display:flex;align-items:center}.ocf-mobile-left .ocf-btn-mobile-fixed .ocf-btn{border-top-left-radius:0;border-top-right-radius:0}.ocf-mobile-right .ocf-btn-mobile-fixed .ocf-btn{border-bottom-left-radius:0;border-bottom-right-radius:0}.ocf-btn-mobile-fixed .ocf-btn-name{order:1}.ocf-btn-mobile-fixed .ocf-icon{margin-right:5px;filter:brightness(3)}.ocf-btn-mobile-fixed .ocf-btn-name:empty + .ocf-icon{margin-right:0}.ocf-page-group{flex-wrap:wrap}.ocf-page-group-name{width:100%;flex:0 0 100%;padding-left:0;margin-bottom:8px}.ocf-category-page-list{max-height:120px}.ocf-category-page-list li{margin-bottom:5px}.ocf-module-page-list{list-style-type:none;margin:0 -20px 0 0;padding:0 20px 0 0;max-height:140px;overflow-y:scroll;overflow-x:hidden}.ocf-module-page-header{margin-bottom:10px}.ocf-module-page-list li + li{margin-top:6px}.ocf-module-page-list a{display:block;line-height:1.3;font-size:14px}.ocf-module-page-list a:hover{color:#353A40;text-decoration:underline}.ocf-module-page-list a.ocf-page-selected{font-weight:bold;color:#000}.ocf-theme-light .ocf-module-page{padding:10px 20px 20px;margin:0 0 10px;background-color:#f1f2f5}.ocf-theme-light .ocf-module-page-list a{color:#4A5057}.ocf-theme-light .ocf-filter + .ocf-filter{border-top:1px solid #ebebeb}.ocf-theme-light .ocf-filter.ocf-active{background-color:#fff0e2;border-top-color:transparent}.ocf-theme-light .ocf-filter.ocf-active + .ocf-filter{border-top-color:transparent}.ocf-theme-light .ocf-filter.ocf-active + .ocf-filter.ocf-active{border-top-color:#f3e2cd}.ocf-theme-light .ocf-dropdown.ocf-open .ocf-filter-header,.ocf-theme-light .ocf-open .ocf-filter-header{background-color:#eceef2;color:#000}.ocf-theme-light .ocf-footer{box-shadow:-10px -10px 10px 0 #fff}.ocf-theme-light.ocf-mobile-right .ocf-footer{box-shadow:10px -10px 10px 0 #fff}.ocf-theme-light-block .ocf-filter{background-color:#f0f2f5;padding:0 10px;margin:0 20px 10px;border-radius:10px}.ocf-theme-light-block .ocf-module-page{padding:0 20px 20px;margin:0 0 20px;background-image:linear-gradient(0deg,#f0f2f5,#fff)}.ocf-theme-light-block .ocf-module-page-list a{color:#102D67}.ocf-theme-light-block .ocf-active{background-color:#fff0e2}.ocf-theme-light-block .ocf-active .ocf-filter-header{color:#613101}.ocf-theme-light-block .ocf-open .ocf-filter-header{background-color:#eceef2;color:#000}.ocf-btn-show-filters{border-radius:10px}.ocf-theme-light-block .ocf-value-count{background-color:#eceef2;border-radius:3px}.ocf-theme-light-block .ocf-footer{box-shadow:-10px -10px 10px 0 #fff}.ocf-theme-light-block.ocf-mobile-right .ocf-footer{box-shadow:10px -10px 10px 0 #fff}
}
@media (min-width: 768px) {
#column-left-grid,#column-right-grid,#column-left,#column-right{position:relative;z-index:5}.ocf-popover{position:absolute;max-width:240px;opacity:0;top:0;left:0;z-index:1075;display:none;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:normal;letter-spacing:normal;line-break:auto;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:14px;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:6px;box-shadow:0 6px 30px rgb(0 0 0 / 25%);-webkit-transition:transform 300ms ease-in-out,opacity 200ms linear;-moz-transition:transform 300ms ease-in-out,opacity 200ms linear;-ms-transition:transform 300ms ease-in-out,opacity 200ms linear;-o-transition:transform 300ms ease-in-out,opacity 200ms linear;transition:transform 300ms ease-in-out,opacity 200ms linear;will-change:transform,opacity}.ocf-popover.ocf-in{opacity:1}.ocf-popover.ocf-in.ocf-top{transform:translateY(-3px)}.ocf-popover.ocf-in.ocf-right{transform:translateX(3px)}.ocf-popover.ocf-in.ocf-bottom{transform:translateY(3px)}.ocf-popover.ocf-in.ocf-left{transform:translateX(-3px)}.ocf-popover.ocf-top{margin-top:-15px}.ocf-popover.ocf-right{margin-left:15px}.ocf-popover.ocf-bottom{margin-top:15px}.ocf-popover.ocf-left{margin-left:-15px}.ocf-popover-title{margin:0;padding:8px 14px;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.ocf-popover-content{color:#333;padding:12px}.ocf-popover>.ocf-arrow{position:absolute;display:block;background-color:#fff;transform:rotate(45deg);border-radius:3px;width:16px;height:16px;z-index:-1}.ocf-popover.ocf-top>.ocf-arrow{left:50%;margin-left:-8px;bottom:-5px}.ocf-popover.ocf-bottom>.ocf-arrow{left:50%;margin-left:-8px;top:-5px}.ocf-popover.ocf-right>.ocf-arrow{top:50%;margin-top:-8px;left:-5px}.ocf-popover.ocf-left>.ocf-arrow{top:50%;margin-top:-8px;right:-5px}.ocf-scroll-y{max-height:240px;margin-right:-12px!important;padding-right:10px!important;overflow-y:scroll;overflow-x:hidden;overscroll-behavior:contain;background-image:linear-gradient(white 30%,transparent),linear-gradient(transparent,white 70%),radial-gradient(farthest-side at 50% 0,rgb(0 0 0 / 10%),transparent),radial-gradient(farthest-side at 50% 100%,rgb(0 0 0 / 10%),transparent);background-position-x:0;background-position-y:0,100%,0,100%;background-repeat:no-repeat;background-color:#fff;background-size:100% 65px,100% 65px,100% 12px,100% 12px;background-attachment:local,local,scroll,scroll}.ocf-scroll-y:hover{padding-right:2px!important}.ocf-scroll-y::-webkit-scrollbar{width:2px;margin-right:-5px}.ocf-scroll-y:hover::-webkit-scrollbar{width:10px}.ocf-scroll-y::-webkit-scrollbar-track{background-color:transparent;border-radius:10px}.ocf-scroll-y:hover::-webkit-scrollbar-track{background-color:transparent}.ocf-scroll-y::-webkit-scrollbar-thumb{background-color:#3F67D8;border-radius:10px}.ocf-scroll-y::-webkit-scrollbar-corner{display:none}.ocf-scroll-y::-webkit-resizer{display:none}.ocf-content{margin-bottom:25px}.ocf-header{margin-bottom:15px}.ocf-header .ocf-header-btn{margin-left:auto}.ocf-selected-card{padding:15px;margin-bottom:20px}.ocf-selected-header{font-size:16px;margin-bottom:10px}.ocf-selected-filter{font-size:13px;display:flex;flex-wrap:wrap;align-items:center;margin-bottom:10px;padding:4px 10px}.ocf-selected-filter-name{font-size:inherit;margin-right:5px;margin-left:7px}.ocf-selected-discard{padding:0 2px 0 6px;max-width:100%;display:flex;align-items:center;flex-wrap:nowrap}.ocf-selected-value-name{font-size:inherit;overflow:hidden;margin-right:5px;text-overflow:ellipsis}.ocf-selected-discard .ocf-icon{border-radius:14px;width:14px;height:14px;flex:0 0 14px;margin-left:auto}.ocf-filter-list{}.ocf-horizontal .ocf-filter-list{display:flex;flex-wrap:wrap;align-items:stretch;justify-content:space-between;margin-right:-5px;margin-left:-5px}.ocf-horizontal .ocf-collapse-filter .ocf-filter-list{margin-left:0;margin-right:0}.ocf-horizontal .ocf-btn-show-filters{margin-bottom:10px;margin-top:0;margin-right:5px;margin-left:5px}.ocf-filter{margin-bottom:15px}.ocf-horizontal .ocf-filter{padding-left:5px;padding-right:5px;min-width:200px;flex:auto}.ocf-filter-body{position:relative}.ocf-filter-header,.ocf-module-page-header{font-weight:bold;font-size:14px;margin-bottom:10px}.ocf-dropdown .ocf-filter-header{cursor:pointer;margin-bottom:0;position:relative;z-index:1}.ocf-dropdown.ocf-open .ocf-filter-header{z-index:21}.ocf-active-label{margin-right:5px}.ocf-slider .ocf-active-label{white-space:nowrap}.ocf-dropdown .ocf-active-label,.ocf-slider .ocf-active-label,.ocf-horizontal .ocf-slider.ocf-has-input .ocf-active-label,.ocf-slider.ocf-open .ocf-active-label{display:block}.ocf-active-label,.ocf-open .ocf-active-label,.ocf-slider.ocf-has-input .ocf-active-label,.ocf-slider.ocf-has-input.ocf-open .ocf-active-label{display:none}.ocf-filter-name{margin-right:5px;order:-1}.ocf-horizontal .ocf-filter-name,.ocf-slider .ocf-filter-name,.ocf-horizontal .ocf-active-label{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.ocf-dropdown .ocf-active-label + .ocf-filter-name{display:none}.ocf-dropdown.ocf-slider .ocf-active-label + .ocf-filter-name{display:block}.ocf-active-label:empty + .ocf-filter-name,.ocf-open .ocf-active-label + .ocf-filter-name{display:block}.ocf-open .ocf-active-label + .ocf-filter-name:hover{white-space:nowrap;text-overflow:initial;overflow:visible;background-color:#fff}.ocf-has-input .ocf-slider-value{display:none}.ocf-horizontal .ocf-has-input .ocf-slider-value{display:block}.ocf-filter-description~*{margin-left:5px}.ocf-filter-description .ocf-icon{display:block;filter:invert(37%) sepia(24%) saturate(2825%) hue-rotate(199deg) brightness(96%) contrast(94%)}.ocf-active .ocf-filter-header .ocf-angle-down{display:none}.ocf-dropdown.ocf-active .ocf-filter-discard,.ocf-horizontal .ocf-active .ocf-filter-discard,.ocf-slider.ocf-active .ocf-filter-discard{display:block}.ocf-dropdown .ocf-filter-body>.ocf-value-list{background-color:#fff;padding:55px 15px 15px;margin:-10px 0 0;position:absolute;top:0;left:-3px;right:-3px;z-index:20;display:none;min-width:100%}.ocf-horizontal .ocf-dropdown .ocf-filter-body>.ocf-value-list{min-width:260px}.ocf-dropdown.ocf-open .ocf-filter-body>.ocf-value-list{display:block}.ocf-auto-column{display:grid;gap:6px 15px;justify-items:stretch}.ocf-column-1{grid-template-columns:repeat(1,1fr)}.ocf-column-2{grid-template-columns:repeat(2,1fr)}.ocf-column-3{grid-template-columns:repeat(3,1fr)}.ocf-column-4{grid-template-columns:repeat(4,1fr)}.ocf-column-5{grid-template-columns:repeat(5,1fr)}.ocf-column-6{grid-template-columns:repeat(6,1fr)}.ocf-slider-input-group{margin-bottom:10px}.ocf-value-slider{padding:10px 10px 0}.ocf-btn-show-values{margin-top:10px;padding:0}.ocf-auto-column .ocf-value{margin-bottom:0;width:auto!important}.ocf-value-image~.ocf-value-append,.ocf-value-color~.ocf-value-append{margin-top:2px}.ocf-footer{background-color:#fff;position:sticky;bottom:0;z-index:3;margin:15px -10px 0;padding:10px}.ocf-search-btn-popover{min-width:190px}.ocf-module-page{background-color:#fff!important;box-shadow:0 3px 15px rgb(0 0 0 / 12%);margin-bottom:15px}.ocf-module-page-header{margin-bottom:15px}.ocf-module-page-list{list-style-type:none;margin:0;padding:0;max-height:200px}.ocf-module-page-list li + li{margin-top:3px}.ocf-module-page-list a{display:block;line-height:1.5;color:#4A5057;font-size:13px}.ocf-module-page-list a:hover{color:#353A40;text-decoration:underline}.ocf-module-page-list a.ocf-page-selected{font-weight:bold;color:#000}.ocf-theme-light .ocf-module-page{padding:12px;border-radius:4px;box-shadow:none;border:4px solid #fff8e1}.ocf-theme-light .ocf-module-page-header{}.ocf-theme-light .ocf-module-page-list{margin:0}.ocf-theme-light .ocf-module-page-list a{color:#2e3135}.ocf-theme-light .ocf-selected-card{background-color:#fff;box-shadow:0 0 16px rgb(0 0 0 / 15%);border-radius:5px}.ocf-theme-light .ocf-selected-header{font-weight:bold}.ocf-theme-light .ocf-selected-filter{background-color:#F5F7F9;border-radius:15px}.ocf-theme-light .ocf-selected-filter-name{color:#8596a4}.ocf-theme-light .ocf-selected-discard{border:1px solid transparent;border-radius:20px;background-color:transparent}.ocf-theme-light .ocf-selected-discard:hover{border-color:#d9534f}.ocf-theme-light .ocf-selected-value-name{color:#222}.ocf-theme-light .ocf-filter{margin-bottom:25px}.ocf-theme-light.ocf-horizontal .ocf-filter{margin-bottom:10px}.ocf-theme-light .ocf-filter-header,.ocf-theme-light .ocf-module-page-header{color:#212529;text-transform:uppercase;font-weight:bold;font-size:13px;margin-bottom:15px}.ocf-theme-light .ocf-filter-header .ocf-active-label{font-weight:normal}.ocf-theme-light.ocf-horizontal .ocf-filter-header{font-weight:normal;margin-bottom:0}.ocf-theme-light .ocf-dropdown .ocf-filter-header{border:0;font-weight:bold;padding:8px 12px;background-color:#eceef2;border-radius:3px}.ocf-theme-light .ocf-dropdown .ocf-filter-header:hover{background-color:#F4F5F8}.ocf-theme-light.ocf-horizontal .ocf-dropdown .ocf-filter-header{font-weight:normal}.ocf-theme-light .ocf-active.ocf-dropdown .ocf-filter-header{background-color:#ffeedf}.ocf-theme-light .ocf-filter-header .ocf-filter-discard:hover{filter:invert(38%) sepia(18%) saturate(5963%) hue-rotate(328deg) brightness(81%) contrast(105%)}.ocf-theme-light .ocf-more-selected{background-color:rgba(0 0 0 / 12%);padding:1px 5px;border-radius:2px;color:#444;font-weight:bold}.ocf-theme-light .ocf-dropdown.ocf-open .ocf-filter-header{background-color:#fff}.ocf-theme-light .ocf-dropdown .ocf-filter-body>.ocf-value-list{background-color:#fff;box-shadow:0 0 15px rgba(0 0 0 / 15%);border-radius:5px}.ocf-theme-light .ocf-footer:after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;box-shadow:10px -10px 10px 0 #fff;z-index:-1}.ocf-theme-light-block .ocf-selected-card{box-shadow:0 0 16px rgb(0 0 0 / 15%);border-radius:5px}.ocf-theme-light-block .ocf-selected-header{font-size:16px;font-weight:bold}.ocf-theme-light-block .ocf-selected-filter{background-color:#F5F7F9;border-radius:15px}.ocf-theme-light-block .ocf-selected-filter-name{color:#8596a4;font-size:13px}.ocf-theme-light-block .ocf-selected-discard{border:1px solid transparent;border-radius:20px;background-color:transparent}.ocf-theme-light-block .ocf-selected-discard:hover{border-color:#d9534f}.ocf-theme-light-block .ocf-selected-value-name{font-size:13px;color:#222}.ocf-theme-light-block.ocf-vertical .ocf-filter,.ocf-theme-light-block.ocf-vertical .ocf-module-page{margin-bottom:15px;padding:15px 20px;border-radius:5px}.ocf-theme-light-block.ocf-vertical .ocf-filter{background-color:#f0f2f5}.ocf-theme-light-block.ocf-horizontal .ocf-filter{margin-bottom:10px}.ocf-theme-light-block.ocf-vertical .ocf-active{background-color:#ffeedf}.ocf-theme-light-block.ocf-horizontal .ocf-filter-header{background-color:#f0f2f5;padding:10px 15px;border-radius:5px}.ocf-theme-light-block.ocf-horizontal .ocf-dropdown.ocf-open .ocf-filter-header{background-color:#fff}.ocf-theme-light-block .ocf-filter-header .ocf-filter-name,.ocf-theme-light-block .ocf-filter-header .ocf-active-label,.ocf-theme-light-block .ocf-module-page-header{color:#444}.ocf-theme-light-block .ocf-filter-header .ocf-active-label{font-weight:normal}.ocf-theme-light-block.ocf-horizontal .ocf-filter-header .ocf-filter-name,.ocf-theme-light-block.ocf-horizontal .ocf-filter-header .ocf-active-label{font-weight:normal}.ocf-theme-light-block.ocf-horizontal .ocf-active.ocf-dropdown .ocf-filter-header{background-color:#FDEEDE}.ocf-theme-light-block .ocf-filter-header .ocf-filter-discard:hover{filter:invert(1) saturate(20)}.ocf-theme-light-block .ocf-more-selected{background-color:rgba(0 0 0 / 12%);padding:1px 5px;border-radius:2px;font-size:12px;color:#444;font-weight:bold}.ocf-theme-light-block .ocf-dropdown .ocf-open .ocf-filter-header,.ocf-theme-light-block.ocf-horizontal .ocf-open.ocf-active.ocf-dropdown .ocf-filter-header{background-color:#fff}.ocf-theme-light-block .ocf-dropdown .ocf-filter-body>.ocf-value-list{background-color:#fff;box-shadow:0 5px 17px rgb(0 0 0 / 15%);border-radius:5px;padding:55px 20px 15px;margin:-15px -17px 0}.ocf-theme-light-block.ocf-horizontal .ocf-dropdown .ocf-filter-body>.ocf-value-list{padding:60px 17px 15px;margin:-8px 0 0}.ocf-theme-light-block .ocf-scroll-y{background-color:transparent;background-image:linear-gradient(#F0F2F5 30%,transparent),linear-gradient(transparent,#F0F2F5 70%),radial-gradient(farthest-side at 50% 0,rgb(0 0 0 / 10%),transparent),radial-gradient(farthest-side at 50% 100%,rgb(0 0 0 / 10%),transparent)}.ocf-theme-light-block .ocf-active .ocf-scroll-y{background-image:linear-gradient(#FDEEDE 30%,transparent),linear-gradient(transparent,#FDEEDE 70%),radial-gradient(farthest-side at 50% 0,rgb(0 0 0 / 10%),transparent),radial-gradient(farthest-side at 50% 100%,rgb(0 0 0 / 10%),transparent)}.ocf-theme-light-block .ocf-dropdown .ocf-scroll-y,.ocf-theme-light-block .ocf-module-page-list.ocf-scroll-y{background-image:linear-gradient(white 30%,transparent),linear-gradient(transparent,white 70%),radial-gradient(farthest-side at 50% 0,rgb(0 0 0 / 10%),transparent),radial-gradient(farthest-side at 50% 100%,rgb(0 0 0 / 10%),transparent)}.ocf-theme-light-block .ocf-selected .ocf-value-input::before{background-color:#fff}.ocf-theme-light-block .ocf-value .ocf-value-input::after{filter:invert(46%) sepia(39%) saturate(589%) hue-rotate(151deg) brightness(100%) contrast(88%);background-size:10px}.ocf-theme-light-block .ocf-value-count{font-size:11px;background-color:rgb(79 83 88 / 10%);border-radius:50px;font-weight:400;color:#46494e}
}

