/*
Theme Name: OTWtheme
Theme URI: http://otwthemes.com
Author: OTWthemes Team
Author URI: http://otwthemes.com
Description: Our default theme is clean, focused, and designed for clarity.
Version: 1.14
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: otwthemelng
*/

html {
    overflow: -moz-scrollbars-vertical; 
    overflow-y: scroll;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #505050;
    line-height: 24px;
    padding-top: 140px;
}

.container-fluid {
    width: 1140px;
}

/* HEADER */

.site-title {
    margin-bottom: 0;
}

.site-title img {
    max-width: 185px;
    margin-right: 4.8em;
    -webkit-transition: .2s max-width ease-in-out;
    -moz-transition: .2s max-width ease-in-out;
    transition: .2s max-width ease-in-out;
}
.navbar-header {
    margin: 15px 0;
    -webkit-transition: .2s margin ease-in-out;
    -moz-transition: .2s margin ease-in-out;
    transition: .2s margin ease-in-out;
}

#otwmenu > ul {
    margin-top: 20px;
    -webkit-transition: .2s margin ease-in-out;
    -moz-transition: .2s margin ease-in-out;
    transition: .2s margin ease-in-out;
}


.navbar.affix .navbar-header {
    margin: 10px 0;
}
.navbar.affix .site-title img {
    max-width: 135px;
}
.navbar.affix #otwmenu > ul{
    margin-top: 5px;
}

.navbar-toggle {
    background: #F2F2F2;
    border: 0;
}

.navbar-default {
    background-color: white;
    border-color: white;
}


#header .affix {
    box-shadow: 0 3px 3px 0 rgba(33, 33, 33, 0.1);
}

.nav li, .woocommerce-MyAccount-navigation li {
    margin-bottom: 0px;
}
.woocommerce-MyAccount-content fieldset {
     margin-top: 15px;
}
.woocommerce-MyAccount-content legend {
    padding-bottom: 10px;
}
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.woocommerce-MyAccount-navigation ul li a {
    padding: 5px 15px;
    border-radius: 50px;
    margin-bottom: 3px;
    display: block;
}
.woocommerce-MyAccount-navigation ul li a:hover {
    text-decoration: none;
    background: rgba(0,0,0,0.05);
}
.woocommerce-MyAccount-navigation ul li.is-active a {
    background: #3F96DF;
    color: white;
}

/* NAVIGATION */

#popsearch .input-group-btn {
    display: none;
}

#popsearch .form-control {
    border-radius: 4px;
}

.current-menu-item a {
    font-weight: bold;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background: none;
}

.popover{
    min-width: 350px; /* Max Width of the popover (depending on the container!) */
    margin-left: 15px;
    margin-right: 15px;
    border: 0;
    background: #F3F3F3;
    padding: 10px;
    box-shadow: 0 3px 30px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.35);
}
.popover.bottom>.arrow {
    border-bottom-color: #F3F3F3;
}
.popover.bottom>.arrow:after {
    border-top-width: 0px;
    border-bottom-color: #F3F3F3;
    top: 0;
    margin-left: -10px;
}
.popover .nav {
    border: none;
    margin-top: 5px;
}
.popover .nav li a {
    border-radius: 50px;
    padding: 5px 15px;
    font-size: .9em;
}
.popover .nav li a, .popover .nav li a:hover, .popover .nav li.active a, .popover .nav li.active a:focus, .popover .nav li.active a:hover {
    border: 0;
}
.popover .nav li.active a {
    background: #3C96DC;
    color: white;
}
.popover h3 {
    font-size: 1.3em;
    margin: 15px 0;
}
.popover input[type=text], .popover input[type=email], .popover input[type=password], .popover input[type=submit], .popover button {
    width: 100%;
}

.popsearch {
    background-image: url(images/search.png);
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 10px !important;
    max-width: 50px;
}

#mprofile {
    background-image: url(images/user.png);
    background-position: center center;
    background-repeat: no-repeat;
    max-width: 50px;
}

#mcart {
    background-image: url(images/cart.png);
    background-position: center center;
    background-repeat: no-repeat;
    max-width: 50px;
    margin-right: 5px;
}

.cartfull {
    background-image: url(images/cart-full.png);
    background-position: center center;
    background-repeat: no-repeat;
    max-width: 50px;
}

#popaccount ul {
    margin:0px;
    padding: 0px;
    list-style: none;
}

#popaccount ul li a {
    padding: 6px;
    display: block;
    white-space: nowrap;
}

/* SECTORS */

.sector {
    margin: 29px 0;
}

.sector.testimonials {
    margin-top: 0px !important;
}

.sector.counters {
    margin-bottom: 0px;
}

.aboutcontent {
    margin-top: 10px;
    margin-bottom:0px;
}

.aboutcontent h1 {
    max-width: 900px;
    margin: 0 auto 30px auto;
}

.aboutcontent .description {
    max-width: 800px;
    margin:auto;
    padding-bottom: 30px;
}

.homecontent {
    margin: 0 0 86px 0;
}

.homecontent h1 {
    text-align: center;
    margin:0;
    font-size: 38px;
    color: #4D4D4D;
    line-height: 54px;
}


/* SLIDER */
.carousel-control.left, .carousel-control.right {
    background-image: none;
}

.carousel-control {
    opacity: 0;
}

.carousel:focus .carousel-control, .carousel:hover .carousel-control {
    opacity: 0.9;
}

/* FILTER */
.controls {
    font-size: 13px;
    color: #636363;
    margin-bottom: 52px;
}

.big-filter {
    margin-bottom: 10px;
}

.big-filter button {
    width: 24.25%;
}

.big-filter button:hover {
	color: #999999;
}

.controls .all-cats span {
    background: url(images/all-cats.png) left center no-repeat;
    font-weight: bold;
}

.controls .cat-html-templates span {
    background: url(images/cat-html-templates.png) left center no-repeat;
}

.controls .cat-wordpress-plugins span {
    background: url(images/cat-wordpress-plugins.png) left center no-repeat;
}

.controls .cat-wordpress-themes span {
    background: url(images/cat-wordpress-themes.png) left center no-repeat;
}

.controls .big-filter button span {
    padding-left: 15px;
    background-size: 8px 8px;
}

.controls button.all-cats span {
    padding-left: 25px;
    background-size: 18px 16px;
}

.controls .small-filter button {
    margin: 5px 5px 10px 0px;
    /*background-color: #F2F2F2;*/
    background: none !important;
    padding: 5px 10px;
}
.controls .small-filter button:hover{
	color: #999999;
} 
/*.controls .small-filter button:hover span{
	background: url(images/tick.png) left center no-repeat;
	background-size: 16px 16px;
} */
.controls .small-filter button span {
    padding-left: 25px;
}
.controls .small-filter button span {
    background: url(images/tick-not-ticked.png) left center no-repeat;
    background-size: 16px 16px;
    background-color: none;
}
.controls .small-filter button.mixitup-control-active span {
    background: url(images/tick.png) left center no-repeat;
    background-size: 16px 16px;
}

#MixItUp1{
	clear: both;
}

.small-filter button {
    /* Rectangle 2 Copy 2: */
    background: #F7F7F7;
    display: inline-block;
    padding: 4px 15px;
    color: #999999;
    text-decoration: none;
}

.small-filter button:hover, .bgr.selected {
    background: #EDEDED;
}

.small-filter button:active {
    background: #E6e6e6;
}



.controls button {
    background-color: #F7F7F7;
    display: inline-block;
    padding: 10px;
    color: #999999;
    text-decoration: none;
    border:0px;
    font-size: 14px;
    color: #999999;
    margin: 5px 1% 5px 0;
    border-radius: 4px;
    outline: none;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: 0.1s background ease-in-out;
    -moz-transition: 0.1s background ease-in-out;
    transition: 0.1s background ease-in-out;
}

.controls button:last-child {
    margin-right: 0;
}

.controls button:hover, .controls .bgr.selected {
    background: #F2F2F2;
}
.controls button.mixitup-control-active {
    background: #e6e6e6;
}
.controls .btn:active {
    background: #e6e6e6;
}

.container-fluid .mix, .container-fluid .gap{
  display: inline-block;
}

.container-fluid .mix{
/*  display: none;*/
  position: relative;
}

.readmore-cont {
    text-align: left;
}
.btn.readmore {
    display: inline-block;
    background: rgba(0,0,0,0.1);
    text-align: center;
    border-radius: 20px;
}

.comment-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.comment-author img {
    width: 20px;
    height: auto;
}
.comment-meta {
    font-size: .9em;
    margin-bottom: 15px;
}


.comment {
    background: rgba(0,0,0,0.05);
    padding: 15px 20px;
    border-radius: 5px;
}

.comment .children {
    list-style-type: none;
    padding-top: 20px;
}

/* SIDEBAR */

.sidebar aside {
    margin-bottom: 36px;
}

.sidebar .widget-title {
    border-bottom: 1px solid #E1E1E1;
    padding-bottom: 15px;
    margin-top: 10px;
    font-weight: 300;
}

.sidebar .widget .amount, .sidebar .widget .attachment-shop_thumbnail {
    display: none;
}

.sidebar .woocommerce ul.cart_list li a, .sidebar .woocommerce ul.product_list_widget li a {
    font-weight: normal;
}

.sidebar .widget_recent_entries ul {
    margin: 0px;
    padding: 0 0 0 15px;
}

.sidebar .widget_recent_entries li {
    padding: 0 0 0 5px;
}

.side-inner {
    background: white;
    z-index: 10;
    width: inherit;
    top: 90px;
}


/* PRODUCT GRID */

.prodcols header h3 {
    margin-bottom: 30px;
}

.prodcols .mark-product {
    position: absolute;
    background: #FB6E6E;
    border: 2px solid #FFFFFF;
    border-radius: 200px;
    color: white;
    font-size: .9em;
    height: 52px;
    font-weight: bold;
    width: 52px;
    text-align: center;
    text-transform: uppercase;
    line-height: 50px;
    top: -20px;
    right: -20px;
}

.prodcols .innblock {
    display: block;
    background: #3F96DE;
    border-radius: 4px;
    height: 200px;
    text-decoration: none;
}

.prodcols .featured-content {
    position: relative;
    padding: 35px 240px 0 35px;
}



.prodcols .featured-image {
    width: 170px;
    position: absolute;
    right: 50px;
    bottom: 0;
}

.prodcols .featured-image img {
    width: 100%;
    height: auto;
    margin: auto;
}

.prodcols .posted_in a, .prodcols .posted_in {
    opacity: 0.6;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 12px;
    color: #FFFFFF;
}

.prodcols .block {
    margin-bottom: 30px;
}

.prodcols .block2 {
    margin-bottom: 30px;
}

.prodcols .featured-content h1, .prodcols .featured-content h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.85em;
    line-height: 1.1;
    color: #FFFFFF;
    margin: 0px;
    padding: 0px;
}

.prodcols .featured-content h1 a, .prodcols .featured-content h2 a {
    text-decoration: none;
    color: white;
}

.prodcols .featured-content h1 a:hover, .prodcols .featured-content h2 a:hover {
    text-decoration: underline;
}

.prodcols .featured-content h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.15em;
    font-weight: 300;
    line-height: 1.2;
    color: #FFFFFF;
    margin: 5px 0 2px 0;
    padding:0px;
}

.prodcols.internal .featured-content h3 {
    font-family: 'Open Sans', sans-serif;
    opacity: 0.5;
    font-size: 18px;
    line-height: 18px;
    margin-top: 10px;
}

.prodcols .innblock {
    -webkit-transition: 0.2s background ease-in-out;
    -moz-transition: 0.2s background ease-in-out;
    transition: 0.2s background ease-in-out;
}

.prodcols .innblock.cat-wordpress-plugins, .cat-wordpress-plugins img {
  background: #3B96DC;
}
.prodcols .innblock.cat-wordpress-plugins:hover, .cat-wordpress-plugins img:hover {
    background: #2C85C9;
}

.prodcols .innblock.cat-html-templates {
  background: #4DCB9C;
}
.prodcols .innblock.cat-html-templates:hover {
    background: #3EBA8B;
}

.prodcols .innblock.cat-wordpress-themes {
  background: #FA6E6D;
}
.prodcols .innblock.cat-wordpress-themes:hover {
    background: #E55F5E;
}

.prodcols .cont-height {
    min-height: 110px;
}

.prodcols.internal .cont-height {
    min-height: 100px;
}

.contarea .prodcols.internal {
    position: relative;
}
.prodcols.internal .featured-content {
    padding-bottom: 30px;
}
.prodcols.internal .innblock {
    height: auto;
    border-radius: 5px 5px 0 0;
}

.cross-sells .prodcols{
    max-width: 420px;
}

/* Sidebar prodcols */
.sidebar .prodcols .featured-content h2 {
    font-size: 1.5em;
}
.sidebar .prodcols .featured-content h3 {
    font-size: 0.85em;
}
.sidebar .prodcols.internal .featured-content h3 {
    font-size: 1em;
}
.sidebar .prodcols .cont-height {
    min-height: 100px;
}
.sidebar .prodcols .innblock {
    height: 155px;
    position: relative;
}
.sidebar .prodcols .featured-image {
    width: 150px;
    right: 30px;
}
.sidebar .prodcols .featured-content {
    padding: 20px 150px 0 20px;
}
.sidebar .prodcols .featured-image {
    max-width: 120px;
}
.sidebar .prodcols .mark-product {
    font-size: .8em;
    width: 40px;
    height: 40px;
    line-height: 38px;
    top: -15px;
    right: -10px;
}
.sidebar .prodcols .view {
    font-size: .75em;
    letter-spacing: 1px;
}
.sidebar .prodcols .block2 {
    margin-bottom: 20px;
}

.social-share {
    border: 2px solid rgba(0,0,0,0.1);
    border-radius: 5px;
    padding: 10px 20px;
    margin-bottom: 25px;
}
.social-share .ssba div {
    text-align: center!important;
}
.social-share .ssba h3 {
    margin: 5px 0;
    font-size: 1.1em;
}

.social-share2 {
    
    width: 100%;
    
    display: block;
}
.social-share2 h3 {
    display: none;
}
.social-share2 > .ssba {
    border: 2px solid #ccc;
    border-width: 0 2px 2px 2px;
    border-radius: 0 0 5px 5px;
    padding: 5px;
}

.prodcols p {
    margin-bottom: 0;
}

.prodcols .view {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #FFF663;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .05em;
}

.prodcols .innblock:hover .view {
    color: white;
}

.prodcols .catlink {
    line-height: 15px;
}


/* SINGLE PRODUCT PAGE */

.buypanel {
    background: white;
    border: 2px solid #CCCCCC;
    box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.05);
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
    width: 100%;
}

.buyhead {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    max-width: 200px;
    float: left;
}

.buyhead a, .product_check a {
    color: #CACACA;
    text-decoration: none;
}
.buyhead a:hover, .product_check a:hover {
    color: #c0c0c0;
}

.buyhead span {
    display: block;
    font-size: 12px;
    line-height: 10px;
}

.product-options {
    overflow: hidden;
    margin: 12px 0 25px 0;
    clear: both;
}

.product_check {
    background: url(images/product-tick.png) left top no-repeat;
    padding-left: 28px;
    background-size: 20px 20px;
    float: left;
    margin: 0 15px 5px 0;
    min-height: 30px;
    line-height: 17px;
    width: 45%;
}

.product_check span {
    font-size: 12px;
    display: block;
}

.sidebar .amount {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    float: right;
    margin: 0 20px 10px;
}

.sidebar .woocommerce-Price-currencySymbol {
    font-size: 20px;
    vertical-align: top;
    margin: -4px 0px 0 -16px;
    position: absolute;
}

.sidebar del .amount {
    text-decoration: line-through;
    font-size: 25px;
    color: silver;
    margin-right: 20px;
}

.sidebar .ourprice {
    float: right;
}

.oursale .amount {
    margin-right: 7px;
}

.woocommerce table.shop_attributes {
    border: 0px !important;
    width: 100%;
}

.attributes-panel .woocommerce table.shop_attributes td, .attributes-panel .woocommerce table.shop_attributes th, .attributes-panel .woocommerce table.shop_attributes td, .attributes-panel .woocommerce table.shop_attributes th {
    border: 0px !important;
}

.attributes-panel table.shop_attributes td {
    font-style: normal;
    font-size: 14px;
    color: #808080;
    background: white !important;
    border: 0px !important;
}

.attributes-panel table.shop_attributes th {
    font-family: 'Montserrat', sans-serif;
    color: #696969;
    background: white !important;
    border: 0px !important;
}

/* COMPRASION TABLE */

.table-responsive {
    margin: 30px 0;
}

table.comprasion {
    background-color: #FAFAFA;
    width: 100%;
    text-align: center;
    margin: 30px 0;
}

table.comprasion tr:hover {
    background-color: #FAFAE4 !important;
}

table.comprasion th {
    background-color: #F0F0F0;
    text-align: center;
    color: #7B7B7B;
    min-width: 100px;
}

table.comprasion td, table.comprasion th {
    padding: 15px 40px;
}

td.freecol b {
    text-indent: -9999px;
    line-height: 0;
    color:#808080;
    font-size:0px;
    padding: 10px;
    background-image: url(images/tick2.png);
    background-position: center center;
    background-repeat:  no-repeat;
    background-size: 16px 16px;
}

td.procol b {
    text-indent: -9999px;
    line-height: 0;
    color: #FC6F6F;
    font-size:0px;
    padding: 10px;
    background-image: url(images/product-tick.png);
    background-position: center center;
    background-repeat:  no-repeat;
    background-size: 16px 16px;
}

th.featurecol, td.featurecol {
    text-align: right !important;
    min-width: 280px;
}

th.freecol {
    background-color: #808080 !important;
    color: white !important;
}

th.procol {
    background-color: #4EC196 !important;
    color: white !important;
}

table.comprasion tr:nth-child(2n) td {
    background-color: #FAFAFA;
}

table.comprasion tr:nth-child(2n+1) td {
    background-color: #F2F2F2;
}

table.comprasion tr:nth-child(2n) td.freecol {
    background-color: #F2F2F2;
}

table.comprasion tr:nth-child(2n+1) td.freecol {
    background-color: #EAEAEA;
}


/* COUNTERS */

.countbox {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    color: #404040;
    line-height: 45px;
    display: block;
    float: left;
    width: 235px;
    height: 70px;
    letter-spacing: -1px;
    margin: 0 15px 15px 0;
}

.countbox .count {
    width: 24px;
    height: 24px;
}

.countbox .icon {
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(images/icons.png);
    background-size: 40px 290px;
    background-position: 0 0;
    background-repeat: no-repeat;
    float:left;
    margin-right: 10px;
}

.countbox .plus {
    opacity: 0.5;
    font-size: 30px;
    margin-left: -10px;
}

.countbox .countinfo {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #747474;
    display: block;
    font-weight: 300;
    line-height: 16px;
}

.countbox.spewidth {
    width: 170px;
}

.countbox .trending {
    background-position: -2px -120px;
}

.countbox .people {
    background-position: 0px -80px;
}

.countbox .downloads {
    background-position: 0px -38px;
}

.countbox .clock {
    background-position: 0px -165px;
}

.countbox .heart {
    background-position: 2px 4px;
    background-size: 35px 270px;
}


/* MISC */

h1, h2, h3, h4, h5, h6 {
    color: #404040;
}

p {
    margin-bottom: 20px;
}

h1 {
    font-size: 34px;
    line-height: 46px;
    font-weight: 300;
    margin-bottom: 20px;
    padding: 0px;
}

h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
}

h3 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 15px;
}

h4 {
    font-size: 18px;
    margin-bottom: 12px;
}

h5 {
    font-size: 16px;
    margin-bottom: 12px;
}

h6 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

ul {
    list-style-image: url('images/bullet.png');
}

ul li, ol li {
    margin-bottom: 12px;
}

.woocommerce-billing-fields {
    display: none;
}

.screen-reader-text {
    position: absolute !important;
    left: -999em;
}

.page-numbers {
    display: inline-block;
    padding: 10px;
    margin: 0 2px 0 0;
    border: 1px solid #eee;
    line-height: 1;
    text-decoration: none;
    border-radius: 2px;
    font-weight: 600;
    background: #F7F7F7;
}
.page-numbers.current, a.page-numbers:hover {
    background: #f9f9f9;
}

.description {
    font-size: 20px;
    color: #747474;
    font-weight: 300;
    line-height: 28px;
}

hr {
    border-width: 1px 0 0;
    margin-bottom: 30px;
    margin-top: 30px;
}

.click {
    cursor: pointer;
}

input.button {
    padding: 8px 22px !important;
}

.button:hover, .wpcf7-submit:hover, .button-primary:hover {
    opacity: 0.8;
    text-decoration: none;
}
.wpcf7-submit {
    padding: 10px 20px;
}

.woocommerce a.demobutton {
    background-color: #50CF9F;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15);
    border-radius: 3px;
    padding: 15px 30px;
    color: white;
    transition: .2s background ease-in-out;
    -webkit-transition: .2s background ease-in-out;
    -moz-transition: .2s background ease-in-out;
}

.woocommerce a.buybutton, .woocommerce a.pro-version {
    background-color: #50CF9F;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15);
    border-radius: 3px;
    padding: 15px;
    float: left;
    margin-right: 5%;
    width: 47%;
    color: white;
    text-align: center;
    transition: .2s background ease-in-out;
    -webkit-transition: .2s background ease-in-out;
    -moz-transition: .2s background ease-in-out;
}

.woocommerce a.buybutton:hover, .woocommerce a.demobutton:hover {
    background: #5DE7B3;
    opacity: 1;
    color: white;
}

.woocommerce a.trialbutton, .woocommerce a.trial-version {
    background-color: #808080;
    margin-right: 0px;
}

.woocommerce a.trialbutton:hover, .woocommerce a.trial-version:hover {
    background: #999;
}

.woocommerce-Address-title {
    position: relative;
}
.woocommerce-Address-title a {
    position: absolute;
    top: 2px;
    right: 0;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    margin: 1em 0 1em!important;
    border-top: 0;
    border-radius: 5px;
}
.woocommerce-error a, .woocommerce-info a, .woocommerce-message a, .woocommerce-error a, .woocommerce-info, .woocommerce-message a:focus, .woocommerce-error a, .woocommerce-info a, .woocommerce-message a:hover {
    color: white;
}
.woocommerce-error a, .woocommerce-info a, .woocommerce-message a {
    text-decoration: underline;
}
.woocommerce-error a:hover, .woocommerce-info a:hover, .woocommerce-message a:hover {
    text-decoration: none;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message a.button {
    background: rgba(255,255,255,.2);
    color: white;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message a.button:hover {
    opacity: 1;
    background: rgba(255,255,255,.89);
}
.woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before {
    color: white;
}

.woocommerce-message {
    background: #5DE7B3;
    color: white;
}
.woocommerce-error {
    background: #FB6E6E;
    color: white;
}
.woocommerce-info {
    background: #3F96DF;
    color: white;
}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
    background: #e6e6e6;
}
.woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: auto;
    border: 2px solid #ccc;
    padding: 3px 10px;
    line-height: 1.3em;
}

.woocommerce-thankyou-order-received {
    float: left;
}

.woocommerce-thankyou-order-details {
    float: right;
}

.pro-version span {
    padding-left: 25px;
    background-image: url(images/cart2.png) !important;
    background-position: left center !important;
    background-repeat: no-repeat !important;
    background-size: 22px 22px !important;
}

.demobutton span {
    padding-left: 30px;
    background-image: url(images/link.png) !important;
    background-position: left center !important;
    background-repeat: no-repeat !important;
    background-size: 24px 24px !important;
}

.ldiv {
    display: block;
    clear: both;
    text-align: center !important;
    margin: 10px 0 0 0;
    padding-right: 20px;
}

iframe{
  width: 100% !important;
}

.hr, .hr2, .hr3  {
    border-top: 2px solid #F1F1F1;
    max-width: 500px;
    margin: 50px auto;
}

.hr2 {
    margin: 30px auto;
}

.hr3 {
    margin: 10px auto 65px auto !important;
}

.testimonial {
    margin-bottom: 20px;
}

.blog-page .block {
    margin-bottom: 50px;
}
.blog-page .featured-title a:hover {
    text-decoration: none;
}
.blog-page .featured-image img{
    border-radius: 5px;
}

.page-template-page-about .entry-title, .page-template-page-about .entry-content {
    text-align: center;
}

.page-template-page-about .homecontent h2 {
    color: #747474 !important;
    font-size: 20px;
}

.post-meta {
    line-height: 17px;
    color: rgba(0,0,0,0.5);
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.post-meta-structured-data {
    display: none;
}

.archive-title, .entry-title, .page-title {
    margin-bottom: 30px;
    margin-top: 5px;
}


/* FORMS */

label{display:block;margin:5px 0; font-weight: normal;}

input,textarea,select, .form-control {
    border:2px solid #CCCCCC;
    padding:5px;
    color:#CCCBCB;
    margin-bottom:1px;
    border-radius: 50px;
    background-color: #fff;
    background-image: none;
    color: #555;
    outline: none;
    line-height: 1.42857;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    line-height: 20px;
}

input[type=submit], button, .comment .reply a, .woocommerce input.button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    border-radius: 50px;
    background: #3B96DC;
    padding: 10px 20px;
    font-size: .9em;
    border: none;
    color: white;
    display: inline-block;
}
input[type=submit]:hover, button:hover, .comment .reply a:hover, .woocommerce input.button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, input[type=submit].btn-success:active, input.btn-success:focus {
    background: #3B96DC;
    color: white;
    opacity: .9;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background: #3B96DC;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    opacity: 0.9;
    background: #3B96DC;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    width: 100%;
    font-size: 1.2em;
    padding: 15px 25px;
}
.form-row {
    margin-bottom: 10px;
}
textarea, textarea.form-control {height:100px; width: 100%; border-radius: 10px;}
div.wpcf7-response-output {border: 0; background: #FB6E6E; color: white; border-radius: 50px;}
div.wpcf7-response-output.wpcf7-mail-sent-ok {background: #4DCB9C;}
.wpcf7-captchac{float:left;margin:0px 10px 0 0; margin-right: 10px; background: white; border: 1px solid silver; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px}
.wpcf7-captchar{width:70px; text-transform:uppercase;}
.wpcf7-submit{cursor:pointer; border:0 !important;}
div.wpcf7-response-output {margin:10px 0px !important; padding:10px !important;border-color: #6F6E6A;}
.wpcf7-validation-errors{color:#864141;font-weight:bold;}
.wpcf7-not-valid{border-color:#864141 !important; background: #F4E9E9;}
a.wpcf7-textarea {height:100px;width:350px;}

.wpcf7-form {
    max-width: 500px;
}


/* FOOTER MYMAIL */

#footer .input.mymail-email{
    border: 0px !important;
    box-shadow: none;
    background: none;
    width: 100%;
    margin-top: 15px;
    font-size: 14px;
    color: #BFBFBF;
    outline: none;
}

#footer .mymail-wrapper.mymail-email-wrapper {
    float: left;
    width: 100%;
    max-width: 380px;
    background: url(images/email.png) 10px 27px no-repeat;
    border-bottom: 2px solid #7D7D7D;
    padding-left: 30px;
}



#footer .mymail-widget-text.mymail-widget-text-before {
    font-size: 16px;
    color: white;
}

#footer .mymail-form-0 .mymail-form-info.error {
    color: white;
    background: #FB6E6E;
    border: 0;
    padding: 5px 15px;
    margin: 15px 0 5px 0;
}
#footer .mymail-form-0 .mymail-form-info.success{
    color: white;
    background: #4EC296;
    border: 0;
    padding: 5px 15px;
    margin: 15px 0 5px 0;
}
.mymail-form-0 .mymail-form-info ul {
    list-style: circle;
    margin-left: 20px;
}
.mymail-form-0 .mymail-form-info ul li {
    margin: 0;
}

#footer .form-submit {
    float: left;
    margin-left: 15px;
    max-width: 120px;
    border: 0px !important;

}

#footer .submit-button {
    border: 0px !important;
    padding: 10px 20px !important;
}


/* FOOTER */

#footer {
    margin-top: 30px;
    background: #404040;
    color: #9F9F9F;
    padding: 3em 0 1em 0;
}

#footer a {
    color: white;
    font-size: 14px;
    line-height: 24px;
    padding: 3px !important;
}

#footer .nav > li > a {
    display: inline-block;
}


#footer .nav > li > a:focus, #footer .nav > li > a:hover {
    background:none;
    text-decoration: underline;
}

#footer .footer-copyright {
    margin-top: 30px;
    opacity: 0.5;
    font-size: 12px;
    color: #FFFFFF;
}

/* RESPONSIVE */
#fixedNav {
    width: 263px;
}
#fixedNav.affix-bottom {
    position: relative
}

.buybutton {
    margin-bottom: 10px !important;
}

.product_check:last-child {
    margin-right: 0px;
}

#footer .widget_mymail_signup h2{
	display: none;
}

.woocommerce table.shop_attributes th {
    width: auto;
    padding-right: 10px;
}

.shop_table .product-thumbnail {
    width: 0px !important;
    min-width: 0px !important;
    padding: 0px !important;
    font-size: 0px !important;
}

@media(max-width:1200px){
    .container-fluid {
        width: 100%;
    }

    .prodcols .innblock {
        height: 185px;
    }
    .prodcols .featured-image {
        width: 150px;
        right: 40px;
    }
    .prodcols .featured-content {
        padding: 25px 200px 0 25px;
    }
    .prodcols .featured-content h1, .prodcols .featured-content h2 {
        font-size: 1.65em;
    }
    .prodcols .featured-content h3 {
        font-size: 1em;
    }


}

@media (max-width: 1024px) {

    .prodcols .featured-content h1, .prodcols .featured-content h2 {
        font-size: 1.5em;
    }
    .prodcols .featured-content h3 {
        font-size: 0.95em;
    }

    #footer .mymail-widget-text {
        text-align: left;
    }
    #footer .mymail-wrapper.mymail-email-wrapper {
        margin: 0px;
        width: 100%;
        max-width: none;
    }
    .lite, .ldiv {
        text-align: left !important;
        margin-top: 10px;
    }
    .prodcols .featured-image {
        max-width: 170px;
    }
    #mymail_signup-4 {
        margin-top: 30px;
    }
    #footer .widget_mymail_signup {
        max-width: 470px;
    }
    .side-inner.affix {
        margin-right: 45px;
    }
}

@media (max-width: 992px) {
    #fixedNav {
        position: fixed;
        left: 0;
        top: calc(100% - 70px);
        width: 100%;
    }
    #fixedNav.opened {
        top: auto;
        bottom: -15px;
    }
    .buypanel {
        padding: 15px 20px;
    }
    .buypanel .arrow-up {
        float: left;
        margin-right: 15px;
        width: 35px;
        height: 35px;
        border-radius: 35px;
        background: #4EC297 url(images/ic_keyboard_arrow_up_white_24px.svg) no-repeat center center;
    }
    .buypanel .arrow-up.down {
        background: #4EC297 url(images/ic_keyboard_arrow_down_white_24px.svg) no-repeat center center;
    }

    #fixedNav.affix-bottom {
        position: fixed;
        top: auto!important;
    }

    .side-inner .buypanel, .attributes-panel {
        max-width: none !important;
        width: auto !important;
    }
}

@media (max-width: 900px) {
    .prodcols .block2 {
        width: 100%;
    }
}

@media (max-width: 768px) { 

    .site-title {
        margin: 0 0 0 15px;
    }

    .navbar-fixed-top {
        position: relative;
    }
    #otwmenu > ul {
        margin: 0;
    }
    .navbar-collapse, .navbar-collapse.collapse.in {
        background-color: #F2F2F2;
        border: 2px solid rgba(33, 33, 33, 0.1);
        border-width: 2px 0;
    }

    body {
        padding-top: 0px;
    }

    .big-filter button:nth-child(2) {
        margin-right: 0;
    }
    .big-filter button {
        width: 49.5%;
    }


    #footer .mymail-wrapper.mymail-email-wrapper {
        margin: 0px;
        width: 100%;
        max-width: 340px;
    }
}

@media (max-width: 630px) {
    .homecontent {
        margin-bottom: 45px;
    }


    /* Filter */
    .prodcols .featured-content h1, .prodcols .featured-content h2 {
        font-size: 1.3em;
    }
    .prodcols .featured-content h3 {
        font-size: 0.85em;
    }
    .prodcols.internal .featured-content h3 {
        font-size: 1em;
    }
    .prodcols .cont-height {
        min-height: 100px;
    }
    .prodcols .innblock {
        height: 155px;
    }
    .prodcols .featured-image {
        width: 150px;
        right: 30px;
    }
    .prodcols .featured-content {
        padding: 20px 150px 0 20px;
    }
    .prodcols .featured-image {
        max-width: 120px;
    }
    .prodcols .mark-product {
        font-size: .8em;
        width: 40px;
        height: 40px;
        line-height: 38px;
        top: -15px;
        right: -10px;
    }
    .prodcols .view {
        font-size: .75em;
        letter-spacing: 1px;
    }
    .prodcols .block2 {
        margin-bottom: 20px;
    }
    .woocommerce a.demobutton {
        padding: 10px 15px;
    }
    .woocommerce a.demobutton span {
        padding-left: 0;
        background: none!important;
    }
    .site-title img {
        max-width: 155px;
    }
    .controls {
        margin-bottom: 25px;
    }
    .big-filter button {
        width: 100%;
        margin-right: 0;
    }

    table.comprasion th {
        min-width: auto;
        line-height: 20px;
    }
    table.comprasion td, table.comprasion th {
        padding: 15px 0;
    }
    th.featurecol, td.featurecol {
        min-width: auto;
        padding-right: 5px!important;
    }
}

@media (max-width: 500px) {
    .ourprice del {
        display: none;
    }
    .ourprice {
        margin: 5px;
    }
    #fixedNav.opened {
        bottom: -15px;
    }
    .testimonials .col-xs-6 {
        width: 100%;
    }
    .countbox {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .countinfo {
        text-align: center;
    }
    .demobutton {
        margin-top: 10px !important;
    }
}