/*!
Theme Name: bolik
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bolik
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/
/******BASE******
*****************/
*{
    padding: 0;
    margin: 0;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;
}
body{
    font-family: 'Open Sans', sans-serif !important;
    margin: 0 auto;
}
h1{
    font-size: 20px;
    color: #6d6c6c;
    font-style: normal;
    font-weight: 400;
    margin: 20px 0 10px 0;
    text-transform: uppercase;
}
h2{
    font-size: 18px !important;
    color: #6d6c6c !important;
    font-style: normal !important;
    font-weight: 700 !important;
    margin: 20px 0 10px 0;
    text-transform: uppercase;
}
h3{
    font-size: 14px;
    color: #6d6c6c;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}
ul{
    list-style: none;
}
a{
    text-decoration: none;
}
a:hover{
    cursor: pointer;
    text-decoration: none !important;
}
p{
    color: #6d6c6c;
    font-size: 13px;
    font-weight: 400;
}
img{
    /*width: 100%;*/
}
.clear{
    clear: both;
}
input:focus,
div:focus,
a:focus{
    outline: none;
}
input[type="text"], 
input[type="submit"], 
textarea {
    -webkit-appearance: none;
}
table{
    border-spacing: 0;
    border-collapse: collapse;
}
input[type=search]{
   -moz-appearance: none;/* older firefox */
   -webkit-appearance: none; /* safari, chrome */
   appearance: none; /* rest */
}

b, strong {
    color: #6d6c6c;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
}


/******ELEMENTS********
***********************/
.wrap{
    /*background: #fff;
    margin: 0 auto;
    width: 1200px;*/
}
.container{
    margin: 0 auto;
    width: 1170px;
}
.headline{
    text-align: center;
    position: relative;
    overflow: hidden;
}
.headline h2{
    display: inline-block;
    padding: 0 65px;
    margin: 0;
    position: relative;
    z-index: 3;
}
.headline:before{
    content: '';
    width: 100%;
    border-bottom: 3px solid #f2f2f2;
    position: absolute;
    margin-left: -100%;
    top: 45%;
}
.headline:after{
    content: '';
    width: 100%;
    border-bottom: 3px solid #f2f2f2;
    position: absolute;
    margin-right: -100%;
    top: 45%;
}

.page-headline{
    background-attachment: fixed !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    /*height: 350px;*/
}
.page-headline .headline-block{
    padding: 40px 0;
    text-align: center;
}
.page-headline .headline-block .border-line{
    border: 1px solid #fff;
    margin: 0 auto 25px;
    opacity: 0.8;
    width: 460px;
}
.page-headline .headline-block h6{
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin: 10px 0;
}
.page-headline .headline-block h2{
    color: #fff !important;
    font-size: 48px !important;
    font-weight: 700 !important;
    margin: 20px 0;
    text-transform: uppercase;
}
.page-headline .headline-block p{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 10px;
}
.show {
    right: 0;
}
.mask {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 100;
    background-color: rgba(0,0,0,0.6);
}

#toTop{
    background: #fff;
    border: 2px solid #898584;
    color: #898584;
    width: 35px;
    height: 35px;
    font-size: 18px;
    line-height: 35px;
    position: fixed;
    right: 150px;
    bottom: 50px;
    display: none;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 20;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out; 
    -moz-transition: all 0.3s ease-in-out; 
    -o-transition: all 0.3s ease-in-out; 
}
#toTop:before{
    content: '^';
}
#toTop:hover{
    background: #898584;
    color: #fff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out; 
    -moz-transition: all 0.3s ease-in-out; 
    -o-transition: all 0.3s ease-in-out; 
}


/******HEADER**********
***********************/
.topbar{
    background: #eaeaea;
    padding: 10px 0;
}
.topbar i{
    font-size: 20px;
    margin-right: 10px;
    vertical-align: middle;
}
.topbar .topbar-left{
    float: left;
}
.topbar .topbar-left ul li{
    display: inline-block;
    margin-right: 20px;
}
.topbar .topbar-left ul li i{
    color: #000;
}
.topbar .topbar-left ul li a{
    color: #a41103;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.topbar .topbar-left ul li a:hover{
    color: #ff1800;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}

.topbar .topbar-right{
    float: right;
}
.topbar .topbar-right #woocs_selector-2,
.topbar .topbar-right #welcome-menu-login,
.topbar .topbar-right #welcome-menu,
.topbar .topbar-right .widget_nav_menu{
    float: left;
    line-height: 25px;
}

.topbar .topbar-right #woocs_selector-2 a.dd-selected{
    padding: 0px 10px;
}

.topbar .topbar-right #welcome-menu-login,
.topbar .topbar-right #welcome-menu{
    margin: 0 15px;
    position: relative;
}
.topbar .topbar-right #welcome-menu-login ul li.menu-item.dropdown > a,
.topbar .topbar-right #welcome-menu ul li.menu-item.dropdown > a{
    padding: 15px 0;
}
.topbar .topbar-right #welcome-menu-login:hover .submenu,
.topbar .topbar-right #welcome-menu:hover .submenu{
    opacity: 1;
    top: 39px;
    transition: all .5s ease-in-out;
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
}
.topbar .topbar-right #welcome-menu-login .submenu{
    background: #fff;
    border:1px solid #f2f2f2;
    min-width: 280px;
    left: -55px;
    opacity: 0;
    padding: 10px 15px;
    position: absolute;
    top: -1000px;
    z-index: 4;
    transition: all .5s ease-in-out;
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
}
.topbar .topbar-right #welcome-menu-login .submenu #customer_login{
    margin: 16px 0;
}
.topbar .topbar-right #welcome-menu-login .submenu form .form-group{
    margin-bottom: 15px;
}
.topbar .topbar-right #welcome-menu-login .submenu form label{
    color: #6d6c6c;
    display: block;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 5px;
}
.topbar .topbar-right #welcome-menu-login .submenu form input{
    border: 1px solid #dbd8d8;
    color: #555;
    font-size: 14px;
    height: 35px;
    padding: 0 10px;
    width: 100%;
}
.topbar .topbar-right #welcome-menu-login .submenu form .login-submit{
    margin: 25px 0 20px 0;
}
.topbar .topbar-right #welcome-menu-login .submenu form .login-submit input{
    background: #a12418;
    border: 1px solid #a12418;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    padding: 8px 25px;
    text-align: center;
    text-transform: uppercase;
    width: 50%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.topbar .topbar-right #welcome-menu-login .submenu form .login-submit input:hover{
    background: #ae4a14;
    border: 1px solid #ae4a14;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.topbar .topbar-right #welcome-menu-login .submenu form .login-submit .lost_password{
    float: left;
    width: 50%;
}
.topbar .topbar-right #welcome-menu-login .submenu form .login-submit .lost_password p{
    color: #6d6c6c;
    font-size: 11px;
    font-weight: 600;
    text-transform: none;
}
.topbar .topbar-right #welcome-menu-login .submenu form .login-submit .lost_password a{
    color: #6d6c6c;
    display: block;
    font-size: 11px;
    font-weight: 600;
    text-transform: none;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.topbar .topbar-right #welcome-menu-login .submenu form .login-submit .lost_password a.signup{
    color: #ff1800;
    margin-top: -30px;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.topbar .topbar-right #welcome-menu-login .submenu form .login-submit .lost_password a:hover{
    color: #ba1707;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.topbar .topbar-right #welcome-menu .submenu{
    background: #fff;
    border:1px solid #f2f2f2;
    left: -55px;
    min-width: 182px;
    opacity: 0;
    padding: 16px 0;
    position: absolute;
    top: -1000px;
    z-index: 2;
    transition: all .5s ease-in-out;
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
}
.topbar .topbar-right #welcome-menu .submenu ul li{
    padding: 0 18px;
}

.topbar .topbar-right a{
    color: #6d6c6c;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.topbar .topbar-right a:hover{
    color: #ba1707;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}

.topbar .topbar-right .widget_nav_menu{
    border-left: 1px solid #dbd8d8;
    padding-left: 15px;
}

.header .logo,
.header .header-menu{
    float: left;
}

.header .logo{
    margin: 15px 5px 0 0;
    width: 270px;
}
.header .logo a img{
    width: 100%;
}

.header .header-menu .brands-menu{
    display: none;
}
.header .header-menu ul{
    margin-bottom: 0;
}
.header .header-menu ul li{
    display: inline-block;
}
.header .header-menu ul li{
    border-left: 1px solid #f2f2f2;
}
.header .header-menu ul li:first-child{
    border-left: 0;
}
.header .header-menu ul li a{
    color: #6d6c6c;
    display: block;
    font-size: 12px;
    font-weight: 600;
    padding: 32px 14px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.header .header-menu ul li a:hover{
    color: #ba1707;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.header .cart{
    border:1px solid #dbd8d8;
    margin-top: 16px;
    position: relative;
    float: right;
}
.header .cart a.cart-items{
    border:1px solid #f2f2f2;
    display: block;
    margin: 2px;
    padding: 10px 12px 10px 45px;
    position: relative;
}
.header .cart a.cart-items i{
    color: #000;
    font-size: 28px;
    left: 5px;
    position: absolute;
    top: 5px;
}
.header .cart a.cart-items .cart-items-number{
    color: #000;
    font-size: 16px;
    font-weight: 400;
}
.header .cart a.cart-items .amount{
    color: #000;
    font-size: 16px;
    font-weight: 700;
}

.bottombar .bottombar-container{
    border: 3px solid #f2f2f2;
    height: 43px;
    position: relative;
}
.bottombar .shop-category,
.bottombar .offers,
.bottombar .search{
    float: left;
}

.bottombar .shop-category{
    background: #f2f2f2;
    width: 275px;
}
.bottombar .shop-category a{
    color: #6d6c6c;
    display: block;
    font-size: 13px;
    font-weight: 600;
    padding: 11px 16px;
    position: relative;
    text-transform: uppercase;
}
.bottombar .shop-category.hidden > a:before{
    border: 1px solid #6d6c6c;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    bottom: 0;
    color: #6d6c6c;
    content: '\f107';
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 14px;
    font-weight: 400;
    height: 20px;
    line-height: 20px;
    margin: auto;
    position: absolute;
    right: 15px;
    top: 0;
    opacity: 0.8;
    text-align: center;
    width: 22px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: scale(0.8,1) translateZ(0px);
    -webkit-transform: scale(0.8,1) translateZ(0px);
    -moz-transform: scale(0.8,1) translateZ(0px);
    -ms-transform: scale(0.8,1) translateZ(0px);
    -o-transform: scale(0.8,1) translateZ(0px);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.bottombar .shop-category.hidden:hover a:before{
    transform: rotate(180deg) scale(0.8,1) translateZ(0px);
    -webkit-transform: rotate(180deg) scale(0.8,1) translateZ(0px);
    -moz-transform: rotate(180deg) scale(0.8,1) translateZ(0px);
    -ms-transform: rotate(180deg) scale(0.8,1) translateZ(0px);
    -o-transform: rotate(180deg) scale(0.8,1) translateZ(0px);
}
.bottombar .shop-category.hidden:hover .nav-container{
    opacity: 1;
    z-index: 10;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}

.bottombar .nav-container{
    background: #fff;
    border: 2px solid #f2f2f2;
    left: -4px;
    position: absolute;
    top: 43px;
    opacity: 0;
    width: 278px;
    vertical-align: top;
    z-index: -1;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.bottombar .nav-container.visible{
    
}
.bottombar .nav-container ul{
    padding-top: 16px;
    position: relative;
    margin-bottom: 0;
}
.bottombar .nav-container ul li{
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 0px;
    padding: 0 18px;
}
.bottombar .nav-container ul li:hover > a{
    color: #ba1707;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.bottombar .nav-container ul li:last-child{
    border-bottom: none;
    margin-bottom: 0;
}
.bottombar .nav-container ul li.menu-item-has-children > a:after{
    content: "\f107";
    display: inline-block;
    float: right;
    font-family: FontAwesome;
    font-style: normal;
    margin-top: 6px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: scale(0.8,1) translateZ(0px);
    -webkit-transform: scale(0.8,1) translateZ(0px);
    -moz-transform: scale(0.8,1) translateZ(0px);
    -ms-transform: scale(0.8,1) translateZ(0px);
    -o-transform: scale(0.8,1) translateZ(0px);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform: rotate(-90deg) scale(0.8,1) translateZ(0px);
    -webkit-transform: rotate(-90deg) scale(0.8,1) translateZ(0px);
    -moz-transform: rotate(-90deg) scale(0.8,1) translateZ(0px);
    -ms-transform: rotate(-90deg) scale(0.8,1) translateZ(0px);
    -o-transform: rotate(-90deg) scale(0.8,1) translateZ(0px);
}
.bottombar .nav-container ul li.menu-item-has-children > .submenu{
    background: #fff;
    border: 1px solid #f2f2f2;
    -webkit-box-shadow: 1px 1.732px 3px 0px rgba(0,0,0,0.19);
    -moz-box-shadow: 1px 1.732px 3px 0px rgba(0,0,0,0.19);
    box-shadow: 1px 1.732px 3px 0px rgba(0,0,0,0.19);
    left: 278px;
    position: absolute;
    top: 0;
    opacity: 0;
    width: auto;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-delay: 0s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    width: 640px;
}
.bottombar .nav-container ul li.menu-item-has-children:hover > .submenu{
    left: 278px;
    opacity: 1;
    z-index: 1;
}
.bottombar .nav-container ul li.menu-item-has-children > .submenu .sub-menu > li.menu-item-type-taxonomy{
    display: inline-block;
    margin-bottom: 20px;
    vertical-align: top;
    width: 175px;
}
.bottombar .nav-container ul li.menu-item-has-children > .submenu .sub-menu > li.menu-item-type-taxonomy .menu-item,
.bottombar .nav-container ul li.menu-item-has-children > .submenu .sub-menu > li.menu-item{
    border-bottom: 0;
    padding: 0;
}
.bottombar .nav-container ul li.menu-item-has-children > .submenu .sub-menu > li.menu-item-type-taxonomy > a{
    font-size: 11px;
    font-weight: 700;
}
.bottombar .nav-container ul li.menu-item-has-children > .submenu .sub-menu a{
    font-size: 11px;
    font-weight: 400;
}
.bottombar .nav-container ul li a{
    color: #6d6c6c;
    display: block;
    font-size: 11px;
    font-weight: 600;
    padding: 6px 0;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.bottombar .nav-container ul li i{
    margin-right: 15px;
    vertical-align: middle;
}

.bottombar .offers{
    border-right: 1px solid #f2f2f2;
    height: 38px;
    overflow: hidden;
    margin: 0;
    width: 744px;
}
.bottombar .offers .slide-wrap{
    float: left;
    overflow: hidden;
    padding: 10px 15px;
}
.bottombar .offers p{
    color: #000;
    font-size: 12px;
}
.bottombar .offers a{
    color: #a41103;
    font-size: 12px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.bottombar .offers a:hover{
    color: #ff1800;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}

/*.bottombar .search-categories{
    padding: 10px 0;
    position: relative;
}
.bottombar .search-categories a.holder{
    border-right:1px solid #f2f2f2;
    color: #6d6c6c;
    display: block;
    font-size: 11px;
    font-weight: 600;
    padding: 2px 20px;
    text-transform: uppercase;
}
.bottombar .search-categories a.holder:after{
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    margin-left: 6px;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: scale(0.8,1) translateZ(0px);
    -webkit-transform: scale(0.8,1) translateZ(0px);
    -moz-transform: scale(0.8,1) translateZ(0px);
    -ms-transform: scale(0.8,1) translateZ(0px);
    -o-transform: scale(0.8,1) translateZ(0px);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.bottombar .search-categories a.open:after{
    transform: rotate(180deg) scale(0.8,1) translateZ(0px);
    -webkit-transform: rotate(180deg) scale(0.8,1) translateZ(0px);
    -moz-transform: rotate(180deg) scale(0.8,1) translateZ(0px);
    -ms-transform: rotate(180deg) scale(0.8,1) translateZ(0px);
    -o-transform: rotate(180deg) scale(0.8,1) translateZ(0px);
}
.bottombar .search-categories ul{
    background: #fff;
    display: none;
    top: 41px;
    padding: 8px 0;
    position: absolute;
    width: 160px;
    z-index: 1;
}
.bottombar .search-categories ul li{
    padding: 0 0 0 18px;
}
.bottombar .search-categories ul li a{
    color: #6d6c6c;
    display: block;
    font-size: 11px;
    font-family: 'Open Sans',sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 13px;
    padding: 5px 0;
    text-align: left;
    text-transform: uppercase;
}*/

.bottombar .search{
    overflow: hidden;
    width: 145px;
}
.bottombar .search .search-field{
    padding-right: 40px;
    position: relative;
}
.bottombar .search .search-field .search-container input{
    font-size: 11px;
    font-family: 'Open Sans',sans-serif;
    color: #6d6c6c;
    font-style: normal;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    border: 0;
    width: 100%;
    padding: 11px 12px 6px 12px;
}
.bottombar .search .search-field .searchsubmit{
    background: #f8f8f8;
    border: 0;
    height: 100%;
    position: absolute;
    top: 0;
    right: -1px;
    width: 43px;
}
.bottombar .search .search-field:after{
    content: "\f002";
    display: block;
    position: absolute;
    z-index: 1;
    color: #000;
    right: 13px;
    top: 50%;
    margin-top: -8px;
    pointer-events: none;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.bottombar #datafetch{
    
}
.bottombar #datafetch ul{
    background: #fff;
    border: 1px solid #f2f2f2;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    height: 255px;
    overflow-y: scroll;
    padding: 0 10px;
    position: absolute;
    right: -3px;
    top: 42px;
    width: 450px;
    z-index: 10;
}
.bottombar #datafetch ul li.product{
    border-bottom: 1px solid #f2f2f2;
    padding: 20px 0px 10px;
}
.bottombar #datafetch ul li.product:last-child{
    border-bottom: none;
}
.bottombar #datafetch ul li.product .thumb-wrapper{
    float: left;
    margin: 0 15px 0 0;
    width: 50px;
}
.bottombar #datafetch ul li.product .thumb-wrapper .thumb img{
    height: auto;
    width: 50px;
}
.bottombar #datafetch ul li.product .product-meta{
    float: left;
    width: 340px;
}
.bottombar #datafetch ul li.product .product-meta h3 a{
    color: #6d6c6c;
    display: block;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.bottombar #datafetch ul li.product .product-meta h3 a:hover{
    color: #ba1707;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.primary .sidebar .widget.widget_recently_viewed_products ul.product_list_widget li a .product_price{
    color: #939393;
    display: block;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    text-transform: none;
}
.bottombar #datafetch ul li.product .product-meta span.price{
    display: block;
    font-size: 14px;
    font-family: 'Open Sans',sans-serif;
    color: #6d6c6c;
    font-style: normal;
    font-weight: 800;
    text-transform: none;
    margin-bottom: 5px;
}



/******FOOTER*******
********************/
.footer{
    background: #f1f1f1;
    padding: 35px 0;
}
.footer .footer-column{
    float: left;
    padding: 0 15px;
    width: 33.3333333%;
}
.footer .footer-column span{
    font-size: 14px;
    font-family: 'Open Sans',sans-serif;
    color: #6d6c6c;
    display: block;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: left;
    text-transform: uppercase;
}
.footer form{
    margin-top: 18px;
}
.footer form span{
    margin-bottom: 0 !important;
}
.footer form input[type="email"]{
    border: 1px solid #dbd8d8;
    font-size: 12px;
    padding: 10px;
    margin-bottom: 10px;
    width: 100%;
}
.footer form input[type="submit"]{
    background: #da8207;
    border: none;
    color: #fff;
    float: right;
    font-size: 11px;
    font-family: 'Open Sans',sans-serif;
    font-weight: 700;
    padding: 9px 25px;
    text-transform: uppercase;
}
.footer .footer-bottom{
    border-top: 1px solid #dbd8d8;
    padding-top: 20px;
    margin-top: 40px;
    text-align: center;
}
.footer .footer-bottom ul{
    border-top: 1px solid #dbd8d8;
    padding-top: 20px;
    margin-bottom: 10px;
}
.footer .footer-bottom ul li{
    display: inline-block;
}
.footer .footer-bottom ul li a{
    color: #6d6c6c;
    font-size: 12px;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.footer .footer-bottom ul li a:hover{
    color: #ba1707;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.footer .footer-bottom ul li a:hover:after{
    color: #6d6c6c;
}
.footer .footer-bottom ul li a:after{
    content: '/';
    margin-left: 4px;
    margin-right: 1px;
}
.footer .footer-bottom ul li:last-child a:after{
    content: '';
}
.footer .footer-bottom .copyright p{
    color: #7b7b7b;
    font-size: 12px;
    font-weight: 400;
}



/******MAIN PAGE*******
***********************/
.info-block{
    margin-top: 70px;
}
.info-block h1,
.info-block h2,
.info-block h3{
    margin: 20px 0 10px 0;
}




.slider-block{

    margin-bottom: 35px;
}
.slider-block .container{
    display: table;
}
.slider-block .rev_slider_wrapper{
    display: table-cell;
    width: 892px;
}
.slider-block .rev_slider{
    background-size: cover !important;
    height: 455px !important;
    width: 100%;
}
.slider-block .rev_slider li div.tp-bgimg{
	background-size: cover !important;
}

.slider-block .nav-container{
    border: 2px solid #f2f2f2;
    border-top: none;
    display: table-cell;
    width: 278px;
    vertical-align: top;
}
.slider-block .nav-container ul{
    padding-top: 16px;
    position: relative;
    margin-bottom: 0;
}
.slider-block .nav-container ul li{
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 0px;
    padding: 0 18px;\
}
.slider-block .nav-container ul li:hover > a{
    color: #ba1707;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.slider-block .nav-container ul li:last-child{
    border-bottom: none;
    margin-bottom: 0;
}
.slider-block .nav-container ul li.menu-item-has-children > a:after{
    content: "\f107";
    display: inline-block;
    float: right;
    font-family: FontAwesome;
    font-style: normal;
    margin-top: 6px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: scale(0.8,1) translateZ(0px);
    -webkit-transform: scale(0.8,1) translateZ(0px);
    -moz-transform: scale(0.8,1) translateZ(0px);
    -ms-transform: scale(0.8,1) translateZ(0px);
    -o-transform: scale(0.8,1) translateZ(0px);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform: rotate(-90deg) scale(0.8,1) translateZ(0px);
    -webkit-transform: rotate(-90deg) scale(0.8,1) translateZ(0px);
    -moz-transform: rotate(-90deg) scale(0.8,1) translateZ(0px);
    -ms-transform: rotate(-90deg) scale(0.8,1) translateZ(0px);
    -o-transform: rotate(-90deg) scale(0.8,1) translateZ(0px);
}
.slider-block .nav-container ul li.menu-item-has-children > .submenu{
    background: #fff;
    border: 1px solid #f2f2f2;
    -webkit-box-shadow: 1px 1.732px 3px 0px rgba(0,0,0,0.19);
    -moz-box-shadow: 1px 1.732px 3px 0px rgba(0,0,0,0.19);
    box-shadow: 1px 1.732px 3px 0px rgba(0,0,0,0.19);
    left: 278px;
    position: absolute;
    top: 0;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-delay: 0s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.slider-block .nav-container ul li.menu-item-has-children > .submenu.lg{
    width: 710px;
}
.slider-block .nav-container ul li.menu-item-has-children > .submenu.md{
    width: 500px;
}
.slider-block .nav-container ul li.menu-item-has-children > .submenu.sm{
    width: 300px;
}
.slider-block .nav-container ul li.menu-item-has-children:hover > .submenu{
    left: 278px;
    opacity: 1;
    z-index: 10;
}
.slider-block .nav-container ul li.menu-item-has-children > .submenu .sub-menu > li.menu-item-type-taxonomy,
.bottombar .nav-container ul li.menu-item-has-children > .submenu .sub-menu > li.menu-item-type-taxonomy{
    border:none;
    display: inline-block;
    margin-bottom: 20px;
    vertical-align: top;
    width: 175px;
}
.slider-block .nav-container ul li.menu-item-has-children > .submenu .sub-menu > li.menu-item-type-taxonomy .menu-item,
.bottombar .nav-container ul li.menu-item-has-children > .submenu .sub-menu > li.menu-item-type-taxonomy .menu-item{
    border-bottom: 0;
    padding: 0;
}
.slider-block .nav-container ul li.menu-item-has-children > .submenu .sub-menu > li.menu-item-type-taxonomy > a{
    font-size: 11px;
    font-weight: 700;
}
.slider-block .nav-container ul li.menu-item-has-children > .submenu .sub-menu a{
    font-size: 11px;
    font-weight: 400;
}
.slider-block .nav-container ul li.menu-item-has-children > .submenu a.more,
.bottombar .nav-container ul li.menu-item-has-children > .submenu a.more{
    background: #a41103;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    margin-top: 5px;
    padding: 5px 15px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.slider-block .nav-container ul li.menu-item-has-children > .submenu a.more:hover,
.bottombar .nav-container ul li.menu-item-has-children > .submenu a.more:hover{
    background: #ae4a14;
    /*background: #ff1800;*/
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.slider-block .nav-container ul li a{
    color: #6d6c6c;
    display: block;
    font-size: 11px;
    font-weight: 600;
    padding: 6px 0;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.slider-block .nav-container ul li i{
    margin-right: 15px;
    vertical-align: middle;
}

.rev_slider_wrapper a.more{
    background: #a41103;
    color: #fff;
    display: inline-block;
    font-size: 16px !important;
    font-weight: 700;
    line-height: 20px !important;
    margin-top: 5px;
    padding: 10px 15px !important;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.rev_slider_wrapper a.more:hover{
    background: #ae4a14;
    /*background: #ff1800;*/
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

/******SIDEBAR******
********************/

.primary .sidebar{
    width: 25%;
}
.primary .sidebar.left{
    float: left;
    padding: 0 15px 0 0;
}
.primary .sidebar.right{
    float: right;
    padding: 0 0 0 15px;
}
.primary .sidebar .border-container{
    border: 2px solid #f2f2f2;
    padding: 15px 15px 0px;
}
.primary .sidebar h3{
    font-size: 15px;
    font-family: 'Open Sans',sans-serif;
    color: #6d6c6c;
    font-style: normal;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}
.primary .sidebar .widget{
    margin-bottom: 30px;
}
.primary .sidebar .widget h3 a{
    color: #6d6c6c;
    font-size: 14px;
    margin: 0 0 10px;
}
.primary .sidebar .widget img{
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.primary .sidebar .widget.yit_toggle_menu ul li{
    border-bottom: 1px solid #f2f2f2;
    padding: 10px 0;
}
.primary .sidebar .widget.yit_toggle_menu ul li a{
    color: #6d6c6c;
    display: block;
    font-size: 13px;
    font-weight: 400;
    padding-right: 20px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.primary .sidebar .widget.yit_toggle_menu ul li a:hover,
.primary .sidebar .widget.yit_toggle_menu ul li a:hover:before{
    color: #ba1707 !important;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.primary .sidebar .widget.yit_toggle_menu ul li.menu-item-has-children > a:before{
    border: 2px solid #f2f2f2;
    color: #6d6c6c;
    content: '\f107';
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 14px;
    font-weight: 400;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.8;
    text-align: center;
    width: 22px;
}
.primary .sidebar .widget.yit_toggle_menu ul li.menu-item-has-children > a.open:before{
    content: '\f106';
}
.primary .sidebar .widget.yit_toggle_menu ul li.menu-item-has-children .sub-menu{
    display: none;
}
.primary .sidebar .widget.yit_toggle_menu ul li.menu-item-has-children .sub-menu li{
    border-bottom: none;
    padding: 10px 0 0 0;
}
.primary .sidebar .widget.yit_toggle_menu ul li.menu-item-has-children .sub-menu li:before{
    color: #6d6c6c;
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 13px;
    display: inline-block;
    margin-right: 8px;
}
.primary .sidebar .widget.yit_toggle_menu ul li.menu-item-has-children .sub-menu li a{
    display: inline-block;
    text-transform: none;
}


.primary .sidebar .widget_nav_menu ul li{
    border-bottom: 1px solid #f2f2f2;
}
.primary .sidebar .widget_nav_menu ul li:hover a{
    color: #ba1707;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.primary .sidebar .widget_nav_menu ul li a{
    color: #6d6c6c;
    display: block;
    font-size: 13px;
    font-weight: 400;
    padding: 8px 0;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}

.primary .sidebar .widget .featured-products-slider .product{
    padding: 0 30px;
}
/*.primary .sidebar .widget .featured-products-slider .product .product-wrapper{
    border:1px solid #dbd8d8;
}*/
.primary .sidebar .widget .featured-products-slider .product .thumb-wrapper{
    position: relative;
}
.primary .sidebar .widget .featured-products-slider .product .thumb-wrapper .onsale-icon{
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 5;
}
.primary .sidebar .widget .featured-products-slider .product .thumb-wrapper .thumb{
    display: block;
}
.primary .sidebar .widget .featured-products-slider .product .thumb-wrapper .thumb .face{
    display: block;
}
.primary .sidebar .widget .featured-products-slider .product .thumb-wrapper .thumb img{
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
}
.primary .sidebar .widget .featured-products-slider .product .product-meta{
    /*border:1px solid #dbd8d8;*/
    padding: 10px 5px 0;
}
.primary .sidebar .widget .featured-products-slider .product .product-meta h3{
    font-size: 12px;
    font-family: 'Open Sans',sans-serif;
    color: #6d6c6c;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 5px;
}
.primary .sidebar .widget .featured-products-slider .product .product-meta h3 a{
    font-size: 12px;
    font-family: 'Open Sans',sans-serif;
    color: #6d6c6c;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.primary .sidebar .widget .featured-products-slider .product .product-meta h3 a:hover{
    color: #ba1707;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.primary .sidebar .widget .featured-products-slider .product .product-meta span.price{
    display: block;
    font-size: 14px;
    font-family: 'Open Sans',sans-serif;
    color: #6d6c6c;
    font-style: normal;
    font-weight: 800;
    text-align: center;
    text-transform: none;
    margin-bottom: 5px;
}
.primary .sidebar .widget .featured-products-slider .product .product-meta span.price del{
    font-size: 90%;
    opacity: 0.5;
}
.primary .sidebar .widget .featured-products-slider .product .product-meta span.price ins{
    text-decoration: none;
}
.primary .sidebar .widget .featured-products-slider .product .product_actions_container .product-actions-wrapper{
    border:1px solid #dbd8d8;
    position: relative;
}
.sidebar .widget .featured-products-slider .slick-prev{
    left: 0px;
}
.sidebar .widget .featured-products-slider .slick-next{
    right: 0px;
}
.sidebar .widget .featured-products-slider .slick-prev,
.sidebar .widget .featured-products-slider .slick-next{
    background: #fff;
    border: 1px solid rgb(219, 216, 216);
    height: 29px;
    width: 18px;
    z-index: 1;
}
.sidebar .widget .featured-products-slider .slick-prev:before{
    color: #8c8c8c;
    content: '\f104';
    font-family: 'FontAwesome';
    font-size: 17px;
}
.sidebar .widget .featured-products-slider .slick-next:before{
    color: #8c8c8c;
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 17px;
}

.primary .sidebar .widget .recent-post p{
    font-size: 13px;
    font-family: 'Open Sans',sans-serif;
    color: #6d6c6c;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6em;
    text-align: left;
    text-transform: none;
    word-wrap: break-word;
}
.primary .sidebar .widget .recent-post p:before{
    content: '';
    width: 37px;
    height: 0px;
    border: 1px solid;
    display: block;
    margin: 20px 0;
}
.primary .sidebar .widget .recent-post .read-more{
    color: #a41103;
    display: inline-block;
    font-size: 12px;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.primary .sidebar .widget .recent-post .read-more:hover{
    color: #ff1800;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}

.primary .sidebar .widget.widget_recently_viewed_products ul.product_list_widget li,
.primary .sidebar .widget.widget_top_rated_products ul.product_list_widget li{
	border-bottom: 1px solid #f2f2f2;
	padding: 20px 0px 10px;
}
.primary .sidebar .widget.widget_recently_viewed_products ul.product_list_widget li a,
.primary .sidebar .widget.widget_top_rated_products ul.product_list_widget li a{
	display: block;
}
.primary .sidebar .widget.widget_recently_viewed_products ul.product_list_widget li a:before,
.primary .sidebar .widget.widget_top_rated_products ul.product_list_widget li a:before{
	content: " ";
	display: table;
}
.primary .sidebar .widget.widget_recently_viewed_products ul.product_list_widget li a:after,
.primary .sidebar .widget.widget_top_rated_products ul.product_list_widget li a:after{
	clear: both;
	content: " ";
	display: table;
}
.primary .sidebar .widget.widget_recently_viewed_products ul.product_list_widget li a img,
.primary .sidebar .widget.widget_top_rated_products ul.product_list_widget li a img{
	float: left;
	margin: 0 15px 0 0;
	width: 65px;
}
.primary .sidebar .widget.widget_recently_viewed_products ul.product_list_widget li a .product-title,
.primary .sidebar .widget.widget_top_rated_products ul.product_list_widget li a .product-title{
    color: #6d6c6c;
    display: block;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.primary .sidebar .widget.widget_recently_viewed_products ul.product_list_widget li a:hover .product-title,
.primary .sidebar .widget.widget_top_rated_products ul.product_list_widget li a:hover .product-title{
	color: #ba1707;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.primary .sidebar .widget.widget_recently_viewed_products ul.product_list_widget li a .product_price,
.primary .sidebar .widget.widget.widget_top_rated_products ul.product_list_widget li a .product_price{
    color: #939393;
    display: block;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    text-transform: none;
}
.primary .sidebar .widget.widget_recently_viewed_products ul.product_list_widget li a .product_price ins,
.primary .sidebar .widget.widget.widget_top_rated_products ul.product_list_widget li a .product_price ins{
	text-decoration: none;
}



/******CONTENT********
**********************/
.primary{
    margin: 35px 0;
}
.primary .content.right{
    float: right;
    padding: 0 0 0 15px;
    width: 75%;
}
.primary .content.left{
    float: left;
    padding: 0 15px 0 0;
    width: 75%;
}
.primary .content .woocommerce.offers .headline{
    margin-bottom: 35px;
}
.primary .content .woocommerce ul.products{
    clear: both;
    margin: 0 0 0 -10px;
    padding: 0;
}
/*.primary .content .woocommerce.offers ul.products:before,
.primary .content .woocommerce.offers ul.products:after{
	display: table;
	content: " ";
}
.primary .content .woocommerce.offers ul.products:after{
    clear: both;
}*/
.primary .content .woocommerce ul.products li.product{
    display: inline-block;
    margin-bottom: 25px;
    min-height: 1px;
    text-align: center;
    padding-right: 10px;
    padding-left: 10px;
    position: relative;
    vertical-align: top;
    width: 24%;
}
.primary .content .woocommerce ul.products li.product .product-wrapper{
    border:1px solid #dbd8d8;
    margin: 0 -1px;
}
.primary .content .woocommerce ul.products li.product .product-wrapper:before,
.primary .content .woocommerce ul.products li.product .product-wrapper:after{
    display: table;
    content: " ";
}
.primary .content .woocommerce ul.products li.product .product-wrapper:after{
    clear: both;
}
.primary .content .woocommerce ul.products li.product .thumb-wrapper{
    position: relative;
}
.primary .content .woocommerce ul.products li.product .thumb-wrapper .onsale-icon{
    background: #84b372;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding:6px 12px;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 5;
}
.primary .content .woocommerce ul.products li.product .thumb-wrapper .onsale-icon:after{
    border: 1px solid #fff;
    content: '';
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
    pointer-events: none;
}
.primary .content .woocommerce ul.products li.product .thumb-wrapper .thumb{
    display: block;
}
.primary .content .woocommerce ul.products li.product .thumb-wrapper .thumb .face{
    display: block;
}
.primary .content .woocommerce ul.products li.product .thumb-wrapper .thumb img{
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
}
.primary .content .woocommerce ul.products li.product:hover .product-quick-view-button{
    opacity: 1 !important;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.primary .content .woocommerce ul.products li.product .product-wrapper .product-quick-view-button{
    opacity: 0;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.primary .content .woocommerce ul.products li.product .product-wrapper .product-quick-view-button a{
    background: #a41103;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    left: 0;
    margin: auto;
    padding: 5px 20px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 80px;
    width: 100px;
}
.primary .content .woocommerce ul.products li.product .product-wrapper span.hidden.product_id{
    display: none;
}
.primary .content .woocommerce ul.products li.product .product-wrapper span.add_to_cart_button_message{
    background: #969b43;
    color: #fff;
    display: none;
    font-size: 10px;
    font-weight: 600;
    left: 0;
    margin: auto;
    padding: 5px 20px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 80px;
    width: 100px;
}
.primary .content .woocommerce ul.products li.product .product-meta{
    border:1px solid #dbd8d8;
    padding: 10px 5px 0;
}
.primary .content .woocommerce ul.products li.product .product-meta h3{
    font-size: 12px;
    font-family: 'Open Sans',sans-serif;
    color: #6d6c6c;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 5px;
}
.primary .content .woocommerce ul.products li.product .product-meta h3 a{
    font-size: 12px;
    font-family: 'Open Sans',sans-serif;
    color: #6d6c6c;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.primary .content .woocommerce ul.products li.product .product-meta h3 a:hover{
    color: #ba1707;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.primary .content .woocommerce ul.products li.product .product-meta span.price{
    display: block;
    font-size: 14px;
    font-family: 'Open Sans',sans-serif;
    color: #6d6c6c;
    font-style: normal;
    font-weight: 800;
    text-align: center;
    text-transform: none;
    margin-bottom: 5px;
}
.primary .content .woocommerce ul.products li.product .product-meta span.price del{
    font-size: 90%;
    opacity: 0.5;
}
.primary .content .woocommerce ul.products li.product .product-meta span.price ins{
    text-decoration: none;
}
.primary .content .woocommerce ul.products li.product .product_actions_container .product-actions-wrapper{
    border:1px solid #dbd8d8;
    position: relative;
}
.primary .content .woocommerce ul.products li.product .product_actions_container .product-actions-wrapper .product-action-button{
    background-color: transparent;
    border-color: #f2f2f2;
    border-width: 3px;
    border-style: solid;
    margin-right: 30px;
}
.primary .content .woocommerce ul.products li.product .product_actions_container .product-actions-wrapper .product-action-button a{
    color: #6d6c6c;
    display: block;
    font-size: 10px;
    font-family: 'Open Sans',sans-serif;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding: 2px 5px;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.primary .content .woocommerce ul.products li.product .product_actions_container .product-actions-wrapper .product-action-button a:hover{
    color: #ba1707;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.primary .content .woocommerce ul.products li.product .product_actions_container .product-actions-wrapper .product-action-button a i{
    font-size: 20px;
    margin-right: 5px;
    vertical-align: middle;
}
.primary .content .woocommerce ul.products li.product .product_actions_container .product-actions-wrapper .product-action-button a img{
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    margin: 0 5px;
}
.primary .content .woocommerce ul.products li.product .product_actions_container .product-actions-wrapper .yith-wcwl-add-to-wishlist{
    top: 0;
    position: absolute;
    right: 0;
    margin-top: 0;
}
.primary .content .woocommerce ul.products li.product .product_actions_container .product-actions-wrapper .yith-wcwl-add-to-wishlist a{
    color: #b1b1b1;
    display: block;
    padding: 8px;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.primary .content .woocommerce ul.products li.product .product_actions_container .product-actions-wrapper .yith-wcwl-add-to-wishlist a:hover{
    color: #ff1800;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.primary .content .woocommerce ul.products li.product .product_actions_container .product-actions-wrapper .yith-wcwl-add-to-wishlist a span{
    vertical-align: middle;
}

.primary .content .woocommerce.categories .headline{
    margin-bottom: 35px;
}
.primary .content .woocommerce.categories .categories-slider-wrapper{
    margin-left: -15px;
}
.primary .content .woocommerce.categories .product-category{
    padding: 0 15px;
}

.primary .content .woocommerce.categories .category-thumb img{
    height: auto;
    width: 100%;
}
.primary .content .woocommerce.categories .category-meta{
    padding: 10px;
    text-align: center;
}
.primary .content .woocommerce.categories .category-meta .category-name h4{
    color: #6d6c6c;
    font-size: 13px;
    font-weight: 700;
    margin:10px 0;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.primary .content .woocommerce.categories .category-meta .category-name h4:hover{
    color: #ba1707;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.primary .content .woocommerce.categories .category-meta .category-count span{
    color: #6d6c6c;
    font-size: 11px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}


.primary .content .woocommerce.categories a{
    border:1px solid #f2f2f2;;
    display: block;
}
.primary .content .woocommerce.categories a:hover span{
    color: #ba1707 !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.primary .content .woocommerce.categories .slick-prev{
    left: 7px;
}
.primary .content .woocommerce.categories .slick-next{
    right: 7px;
}
.primary .content .woocommerce.categories .slick-prev,
.primary .content .woocommerce.categories .slick-next{
    background: #fff;
    border: 1px solid rgb(219, 216, 216);
    height: 29px;
    width: 18px;
    z-index: 1;
}
.primary .content .woocommerce.categories .slick-prev:before{
    color: #d9d9d9;
    content: '\f104';
    font-family: 'FontAwesome';
    font-size: 14px;
}
.primary .content .woocommerce.categories .slick-next:before{
    color: #d9d9d9;
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 14px;
}

.primary .info-block h1{
    color: #6d6c6c;
    font-size: 20px;
    font-weight: 400;
}
.primary .info-block ul{
    list-style: inherit;
    margin-bottom: 10px;
    padding-left: 40px;
}
.primary .info-block ul li{
    color: #6d6c6c;
    font-size: 13px;
    font-weight: 400;
}



/******SHOP*********
********************/
.primary .content .woocommerce .page-meta-wrapper{
    border: 2px solid #f2f2f2;
    margin: 25px 0;
    padding: 8px 20px;
}
.primary .content .woocommerce .woocommerce-result-count{
    float: left;
    color: #6d6c6c;
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    margin-right: 20px;
    text-transform: uppercase;
}
.primary .content .woocommerce #number-of-products{
    float: left;
    font-size: 11px;
}
.primary .content .woocommerce #number-of-products .view-title{
    color: #6d6c6c;
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    margin-right: 10px;
    text-transform: uppercase;
}
.primary .content .woocommerce #number-of-products a.active{
    color: #4b4b4b;
}
.primary .content .woocommerce #number-of-products a.view-12:after,
.primary .content .woocommerce #number-of-products a.view-24:after{
    content: '/';
    display: inline-block;
    padding-left: 3px;
}
.primary .content .woocommerce #number-of-products a{
    color: #b1b1b1;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.primary .content .woocommerce #number-of-products a:hover{
    color: #4b4b4b;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.primary .content .woocommerce #number-of-products a:hover:after,
.primary .content .woocommerce #number-of-products a.active:after{
    color: #b1b1b1;
}
.primary .content .woocommerce .woocommerce-ordering{
    float: right;
    margin-top: -6px;
}
.primary .content .woocommerce .woocommerce-ordering select{
    background: url(/wp-content/themes/bolik/img/select_icon.png) no-repeat 90% 50%;
    border: none;
    color: #6d6c6c;
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.primary .content .woocommerce ul.products li.product .star-rating{
    margin: auto;
}
.woocommerce-pagination ul.page-numbers{
    margin-bottom: 35px;
    text-align: center;
}
.woocommerce-pagination ul.page-numbers li{
    display: inline-block;
    margin: 0 2px;
}
.woocommerce-pagination ul.page-numbers li span.current{
    border: 3px solid #dbd8d8;
    color: #6d6c6c;
    display: block;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 29px;
    width: 35px;
}
.woocommerce-pagination ul.page-numbers li a{
    border: 3px solid #dbd8d8;
    color: #6d6c6c;
    display: block;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 29px;
    width: 35px;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.woocommerce-pagination ul.page-numbers li a:hover{
    font-weight: 700;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}


/******PRODUCT******
********************/
.content .woocommerce-breadcrumb{
    color: #6d6c6c;
    font-size: 10px;
    text-transform: uppercase;
}
.content .woocommerce-breadcrumb a{
    color: #6d6c6c;
    font-size: 10px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.content .woocommerce-breadcrumb a:hover{
    color: #ba1707;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
/*.content .woocommerce-breadcrumb a:after{
    content: '\f105';
    display: inline-block;
    font-family: 'FontAwesome';
    margin: 0 0 0 5px;
}*/

.woocommerce-message{
    background-color: #fff !important;
    border: 1px solid #797b34;
    color: #797b34;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 20px;
    min-height: 60px;
    padding: 20px 10px 14px 70px;
    position: relative;
    text-align: left;
    text-transform: none;
    width: 100%;
}
.woocommerce-message:before{
    content: "\e41b";
    color: #dae678;
    font-family: 'retinaicon-font';
    position: absolute;
    left: 20px;
    top: 3px;
    bottom: 3px;
    font-size: 30px;
    line-height: 60px;
    font-weight: 400;
}
.woocommerce-message::after{
    border: 3px solid #dae678;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    opacity: 0.5;
}
.woocommerce-message a{
    color: #797b34;
}

.product{
	position: relative;
}

.product .woocommerce-product-gallery__trigger{
	display: none !important;
}
.product .images{
    float: left;
    position: relative;
    width: 50%;
}
.product .images span.onsale-icon{
    background: #84b372;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding:6px 12px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5;
}
.product .images span.onsale-icon:after{
    border: 1px solid #bcc25f;
    content: '';
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
    pointer-events: none;
}
.product .woocommerce-product-gallery__image a{
    display: block;
}
.product .woocommerce-product-gallery__image a img{
    width: 100%;
}
.product .images .img-wrap{
    overflow: hidden;
}
.product .images .img-wrap img{
    width: 100%;
}

.product .flex-control-thumbs{
   margin-top: 15px;
}
.product .flex-control-thumbs li{
	display: inline-block;
    height: 80px;
    margin-right: 20px;
    width: 80px !important;
}
.product .flex-control-thumbs li img{
    width: 100%;
}
/*.product .images .thumbnails div{
   padding: 0 !important; 
}
.product .images .thumbnails div.slick-slide{
    height: 80px;
    margin-right: 20px;
    width: 80px !important;
}
.product .images .thumbnails > div img{
    width: 100%;
}*/


.product .summary{
    float: left;
    padding: 0 0 0 20px;
    width: 50%;
}
.product .summary .entry-title{
    font-size: 22px;
    font-family: 'Open Sans',sans-serif;
    color: #6d6c6c;
    font-style: normal;
    font-weight: 700;
    margin: 0 0 10px 0;
    text-align: left;
    text-transform: uppercase;
}
.product .summary .price{
    margin: 20px 0 10px 0;
}
.product .summary .price:before,
.product .summary .price:after{
    border-bottom: 4px solid #f2f2f2;
    content: '';
    display: block;
    width: 60px;
}
.product .summary .price .amount{
    display: block;
    font-size: 18px;
    font-family: 'Open Sans',sans-serif;
    color: #6d6c6c;
    font-style: normal;
    font-weight: 700;
    padding: 10px 0;
    text-align: left;
    text-transform: none;
}
.product .summary .price del{
	display: inline-block;
	opacity: 0.5;
}
.product .summary .price ins{
	display: inline-block;
	text-decoration: none;
}

.product .summary .stock.in-stock{
    margin: 10px 0 15px;
}

.product .summary form.cart p{
	color: #5b5a5a;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 700;
	margin: 15px 0;
	text-align: left;
	text-transform: uppercase;
}
.product .summary form.cart{
	background-color: #fafafa;
	border: 1px solid #dbd8d8;
	padding: 0 10px 10px;
	margin-bottom: 15px;
}
.product .summary form.cart .counter{
	background: #fff;
	border:1px solid #dbd8d8;
	display: inline-block;
	height: 35px;
	margin-right: 10px;
	vertical-align: top;
}
.product .summary form.cart .counter button{
	background: #fff;
	border: none;
	color: #6d6c6c;
	cursor: pointer;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	height: 100%;
	width: 25px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product .summary form.cart .counter button.dec{
	border-right: 1px solid #dbd8d8;
}
.product .summary form.cart .counter button.inc{
	border-left: 1px solid #dbd8d8;
}
.product .summary form.cart .counter button:hover{
	background: #dfdada;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product .summary form.cart .counter input{
	border:none;
	color: #6d6c6c;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	height: 100%;
	text-align: center;
	width: 23px;
}
.product .summary form.cart .single_add_to_cart_button{
	background: #a12418;
	border:1px solid #a12418;
	color: #fff;
	cursor: pointer;
	font-size: 11px;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 700;
	display: inline-block;
	padding: 8px 25px;
	margin-right: 10px;
	text-transform: uppercase;
	vertical-align: top;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product .summary form.cart .single_add_to_cart_button:hover{
	background-color: #ae4a14;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.product .summary form.cart .yith-wcwl-add-to-wishlist{
	background: #fff;
	border: 1px solid #dbd8d8;
	display: inline-block;
	padding: 5px 7px;
	margin-top: 0;
	vertical-align: top;
}
.product .summary form.cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a{
	color: #b1b1b1;
	font-size: 17px;
	vertical-align: middle;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product .summary form.cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover{
	color: #ff1800;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.product .summary .product_meta > span{
	color: #6d6c6c;
    display: block;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 5px;
}
.product .summary .product_meta > span span{
	color: #6d6c6c;
	font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    text-transform: none;
}
.product .summary .product_meta > span a{
	color: #6d6c6c;
	font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    text-transform: none;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product .summary .product_meta > span a:hover{
	color: #ba1707;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.product .woocommerce-tabs{
	margin-top: 30px;
	margin-bottom: 40px;
}
.product .woocommerce-tabs > ul{
	border-bottom: 1px solid #f2f2f2;
	border-top: 1px solid #f2f2f2;
	margin-bottom: 15px !important;
}
.product .woocommerce-tabs > ul:before{
	content: '';
	display: table;
}
.product .woocommerce-tabs > ul:after{
	content: '';
	display: table;
	clear: both;
}
.product .woocommerce-tabs > ul li{
	border-left: 1px solid #f2f2f2;
	float: left;
	padding: 10px 15px;
	margin: 0 0 -1px;
}
.product .woocommerce-tabs > ul li a{
	color: #a5a5a5;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 600;
	padding: 0 !important;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product .woocommerce-tabs > ul li a:hover{
	color: #ba1707;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product .woocommerce-tabs > ul li.active a{
	color: #ba1707;
}

.product .woocommerce-tabs #tab-description h3{
    color: #6d6c6c;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    margin: 20px 0 10px 0;
    text-transform: uppercase;
}
.product .woocommerce-tabs #tab-description h4{
    color: #6d6c6c;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    margin: 10px 0;
    text-transform: uppercase;
}
.product .woocommerce-tabs #tab-description h5{
    color: #6d6c6c;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    margin: 10px 0;
    text-transform: uppercase;
}
.product .woocommerce-tabs #tab-description p{
    color: #6d6c6c;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6em;
    margin: 0 0 10px;
}
.product .woocommerce-tabs #tab-description ul{
    list-style: inherit;
    margin-bottom: 10px;
    padding-left: 15px;
}
.product .woocommerce-tabs #tab-description ul li{
    color: #6d6c6c;
    font-size: 13px;
    font-weight: 400;
}
.product .woocommerce-tabs #tab-description table{
    width: 100%;
}

.product .woocommerce-tabs  table.shop_attributes{
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
}
.product .woocommerce-tabs  table.shop_attributes th,
.product .woocommerce-tabs  table.shop_attributes td{
	color: #6d6c6c;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	text-align: left;
	text-transform: none;
}
.product .woocommerce-tabs  table.shop_attributes p{
	line-height: 1.6em;
	margin: 0 0 10px;
}

.star-rating span::before{
	color: #ffcf02 !important;
}
p.stars{
    width: 135px;
}
p.stars a{
    height: 2em !important;
    width: 2em !important;
}
p.stars a::before{
	color: #404040 !important;
    font-size: 22px;
}
p.stars:hover a::before{
	color: #ffcf02 !important;
}

.woocommerce-noreviews{
    background-color: #fafafa !important;
    color: #6d6c6c;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    padding: 20px 20px;
    text-align: left;
    text-transform: none;
    width: 100%;
}
.product .woocommerce-tabs #tab-reviews #reviews #comments ol{
    list-style: none;
}
.product .woocommerce-tabs #tab-reviews #reviews #reply-title{
    font-size: 14px;
    color: #6d6c6c;
    display: block;
    font-style: normal;
    font-weight: 700;
    margin: 20px 0 10px 0;
    text-transform: uppercase;
}
.product .woocommerce-tabs #tab-reviews #reviews form label{
    color: #6d6c6c;
    display: block;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 5px;
}
.product .woocommerce-tabs #tab-reviews #reviews form .comment-form-rating{
    margin: 15px 0;
}
.product .woocommerce-tabs #tab-reviews #reviews form .comment-form-comment{
    margin-bottom: 15px;
}
.product .woocommerce-tabs #tab-reviews #reviews form .comment-form-author{
    float: left;
    width: 49%;
}
.product .woocommerce-tabs #tab-reviews #reviews form .comment-form-email{
    float: right;
    width: 49%;
}
.product .woocommerce-tabs #tab-reviews #reviews form input{
    border: 1px solid #dbd8d8;
    color: #555;
    font-size: 14px;
    height: 35px;
    padding: 0 10px;
    width: 100%;
}
.product .woocommerce-tabs #tab-reviews #reviews form textarea{
    border: 1px solid #dbd8d8;
    color: #555;
    font-size: 14px;
    padding: 10px;
    resize: none;
    width: 100%;
}
.product .woocommerce-tabs #tab-reviews #reviews form #submit{
    background: #a12418;
    border:1px solid #a12418;
    color: #fff;
    cursor: pointer;
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    display: inline-block;
    padding: 8px 25px;
    margin-top: 15px;
    text-transform: uppercase;
    vertical-align: top;
    width: auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product .woocommerce-tabs #tab-reviews #reviews form #submit:hover{
    background-color: #ae4a14;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.primary .content .related .headline{
	margin-bottom: 35px;
}
.primary .content .related ul.products{
    clear: both;
    margin-left: -15px;
}
.primary .content .related ul.products:before,
.primary .content .related ul.products:after{
	display: table;
	content: " ";
}
.primary .content .related ul.products li.product{
    /*float: left;*/
    display: inline-block;
    margin-bottom: 25px;
    min-height: 1px;
    text-align: center;
    padding-right: 10px;
    padding-left: 10px;
    position: relative;
    vertical-align: top;
    width: 24%;
}
.primary .content .related ul.products li.product .product-wrapper{
    border:1px solid #dbd8d8;
}
.primary .content .related ul.products li.product .thumb-wrapper{
    position: relative;
}
.primary .content .related ul.products li.product .thumb-wrapper .onsale-icon{
    background: #84b372;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding:6px 12px;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 5;
}
.primary .content .related ul.products li.product .thumb-wrapper .onsale-icon:after{
    border: 1px solid #fff;
    content: '';
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
    pointer-events: none;
}
.primary .content .related ul.products li.product .thumb-wrapper .thumb{
    display: block;
}
.primary .content .related ul.products li.product .thumb-wrapper .thumb .face{
    display: block;
}
.primary .content .related ul.products li.product .thumb-wrapper .thumb img{
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
}
.primary .content .related ul.products li.product:hover .product-quick-view-button{
    opacity: 1 !important;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.primary .content .related ul.products li.product .product-wrapper .product-quick-view-button{
    opacity: 0;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.primary .content .related ul.products li.product .product-wrapper .product-quick-view-button a{
    background: #a41103;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    left: 0;
    margin: auto;
    padding: 5px 20px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 80px;
    width: 100px;
}
.primary .content .related ul.products li.product .product-wrapper span.hidden.product_id{
    display: none;
}
.primary .content .related ul.products li.product .product-wrapper span.add_to_cart_button_message{
    background: #969b43;
    color: #fff;
    display: none;
    font-size: 10px;
    font-weight: 600;
    left: 0;
    margin: auto;
    padding: 5px 20px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 80px;
    width: 100px;
}
.primary .content .related ul.products li.product .product-meta{
    border:1px solid #dbd8d8;
    padding: 10px 5px 0;
}
.primary .content .related ul.products li.product .product-meta h3{
    font-size: 12px;
    font-family: 'Open Sans',sans-serif;
    color: #6d6c6c;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 5px;
}
.primary .content .related ul.products li.product .product-meta h3 a{
    font-size: 12px;
    font-family: 'Open Sans',sans-serif;
    color: #6d6c6c;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.primary .content .related ul.products li.product .product-meta h3 a:hover{
    color: #ba1707;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.primary .content .related ul.products li.product .product-meta .star-rating{
    margin: auto;
}
.primary .content .related ul.products li.product .product-meta span.price{
    display: block;
    font-size: 14px;
    font-family: 'Open Sans',sans-serif;
    color: #6d6c6c;
    font-style: normal;
    font-weight: 800;
    text-align: center;
    text-transform: none;
    margin-bottom: 5px;
}
.primary .content .related ul.products li.product .product-meta span.price del{
    font-size: 90%;
    opacity: 0.5;
}
.primary .content .related ul.products li.product .product-meta span.price ins{
    text-decoration: none;
}
.primary .content .related ul.products li.product .product_actions_container .product-actions-wrapper{
    border:1px solid #dbd8d8;
    position: relative;
}
.primary .content .related ul.products li.product .product_actions_container .product-actions-wrapper .product-action-button{
    background-color: transparent;
    border-color: #f2f2f2;
    border-width: 3px;
    border-style: solid;
    margin-right: 30px;
}
.primary .content .related ul.products li.product .product_actions_container .product-actions-wrapper .product-action-button a{
    color: #6d6c6c;
    display: block;
    font-size: 10px;
    font-family: 'Open Sans',sans-serif;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding: 2px 5px;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.primary .content .related ul.products li.product .product_actions_container .product-actions-wrapper .product-action-button a:hover{
    color: #ba1707;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.primary .content .related ul.products li.product .product_actions_container .product-actions-wrapper .product-action-button a i{
    font-size: 20px;
    margin-right: 5px;
    vertical-align: middle;
}
/*.primary .content .related ul.products li.product .product_actions_container .product-actions-wrapper .product-action-button a img{
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    margin: 0 5px;
}*/
.primary .content .related ul.products li.product .product_actions_container .product-actions-wrapper .yith-wcwl-add-to-wishlist{
    top: 0;
    position: absolute;
    right: 0;
    margin-top: 0;
}
.primary .content .related ul.products li.product .product_actions_container .product-actions-wrapper .yith-wcwl-add-to-wishlist a{
    color: #b1b1b1;
    display: block;
    padding: 8px;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.primary .content .related ul.products li.product .product_actions_container .product-actions-wrapper .yith-wcwl-add-to-wishlist a:hover{
    color: #ff1800;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.primary .content .related ul.products li.product .product_actions_container .product-actions-wrapper .yith-wcwl-add-to-wishlist a span{
    vertical-align: middle;
}


/******CART******
*****************/

/*MINI CART*/
.woocommerce.widget_shopping_cart{
    width: 300px !important;
}
.site-header-cart:hover .widget_shopping_cart{
    bottom: -12px;
    left: auto !important;
    right: 0;
}
.woocommerce .widget_shopping_cart_content{
    background: #fff;
    border: 1px solid #dbd8d8;
    -webkit-box-shadow: 1px 1.732px 3px 0px rgba( 0, 0, 0, 0.19 );
    -moz-box-shadow: 1px 1.732px 3px 0px rgba( 0, 0, 0, 0.19 );
    box-shadow: 1px 1.732px 3px 0px rgba( 0, 0, 0, 0.19 );
    padding: 22px 22px 24px;
}
.woocommerce .widget_shopping_cart_content h5.list-title{
    border-bottom: 1px solid #f2f2f2;
    color: #422d2d;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    padding: 0 0 18px;
    text-align: left;
    text-transform: uppercase;
}
.woocommerce .widget_shopping_cart_content ul.cart_list{
    margin: 0 0 20px;
}
.woocommerce .widget_shopping_cart_content ul.cart_list li{
    border-bottom: 1px solid #f2f2f2;
    display: inline-flex;
    padding: 16px 0px;
    position: relative;
}
.woocommerce .widget_shopping_cart_content ul.cart_list li .remove{
    border: 1px solid;
    border-radius: 1px;
    color: #6d6c6c;
    font-size: 8px;
    font-weight: 700;
    line-height: 8px;
    margin-top: 22px;
    padding: 2px 4px 3px;
    position: absolute;
    opacity: 0.4;
    right: 0;
    text-align: center;
    top: auto; 
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.woocommerce .widget_shopping_cart_content ul.cart_list li .remove:hover{
    color: #ba1707;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.woocommerce .widget_shopping_cart_content ul.cart_list li .mini-cart-thumb{
    display: inline-block;
    padding-right: 10px;
    vertical-align: middle;
}
.woocommerce .widget_shopping_cart_content ul.cart_list li .mini-cart-thumb img{
    float: none;
    height: 60px;
    margin: 0;
    width: 60px;
}
.woocommerce .widget_shopping_cart_content ul.cart_list li .mini-cart-item-info{
    display: inline-block;
    vertical-align: middle;
}
.woocommerce .widget_shopping_cart_content ul.cart_list li .mini-cart-item-info a{
    color: #6d6c6c;
    display: block;
    font-size: 11px;
    margin-bottom: 4px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.woocommerce .widget_shopping_cart_content ul.cart_list li .mini-cart-item-info a:hover{
    color: #ba1707;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.woocommerce .widget_shopping_cart_content ul.cart_list li .mini-cart-item-info .mini-cart-item-subtotal{
    color: #6d6c6c;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    text-transform: none;
}
.woocommerce .widget_shopping_cart_content p.total{
    margin-bottom: 25px;
    position: relative;
}
.woocommerce .widget_shopping_cart_content p.total span{
    color: #422d2d;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
.woocommerce .widget_shopping_cart_content p.total span.amount{
    color: #6d6c6c;
    position: absolute;
    right: 0;
}
.woocommerce .widget_shopping_cart_content p.total span.amount .woocommerce-Price-currencySymbol{
    color: #6d6c6c;
}
.woocommerce .widget_shopping_cart_content p.buttons .button{
    display: block;
    font-size: 11px;
    font-weight: 700;
    margin: 0 0 8px;
    padding: 8px 25px;
    text-align: center;
    text-transform: uppercase;
}
.woocommerce .widget_shopping_cart_content p.buttons .button.btn-ghost{
    background: transparent;
    border:2px solid #898584;
    color: #6d6c6c;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.woocommerce .widget_shopping_cart_content p.buttons .button.btn-ghost:hover{
    background: #898584;
    color: #fff;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.woocommerce .widget_shopping_cart_content p.buttons .button.btn-flat-red{
    background: #a12418;
    border:2px solid #a12418;
    color: #fff;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.woocommerce .widget_shopping_cart_content p.buttons .btn-flat-red:hover{
    background: #ae4a14;
    border:2px solid #ae4a14;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}

/*EMPTY CART*/
.cart-empty{
    color: #6d6c6c;
    font-size: 13px;
    font-weight: 600;
    margin: 30px 0;
    text-align: center;
    text-transform: uppercase;
}
.return-to-shop{
    margin-bottom: 100px;
    text-align: center;
}
.return-to-shop a{
    background: transparent;
    border:2px solid #898584;
    color: #898584;
    display: inline-block;
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 50px;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.return-to-shop a:hover{
    background: #898584;
    color: #fff;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}

/*ADDED CART*/
.woocommerce .woocommerce-cart-form .shop_table.cart{
    float: left;
    margin: 20px 0 50px;
    width: 780px;
}
.woocommerce table.shop_table.cart th{
    color: #6d6c6c;
    font-size: 13px;
    font-weight: 700;
    padding-bottom: 13px;
    text-align: left;
    text-transform: uppercase;
    vertical-align: middle;
}
.woocommerce table.shop_table.cart tr.cart_item td{
    border-bottom: 1px solid #dbd8d8;
    border-top: 1px solid #dbd8d8;
    padding: 18px 0px;
    vertical-align: middle;
}
.woocommerce .woocommerce-cart-form .product-remove{
    padding-right: 15px !important;
}
.woocommerce .woocommerce-cart-form .product-remove a{
    border: 1px solid;
    color: #6d6c6c;
    display: block;
    font-size: 13px;
    height: 20px;
    line-height: 18px;
    opacity: 0.5;
    text-align: center;
    width: 20px;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.woocommerce .woocommerce-cart-form .product-remove a:hover{
    color: #ba1707;
    opacity: 1;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.woocommerce .woocommerce-cart-form .product-thumbnail{
    padding-right: 30px !important;
}
.woocommerce .woocommerce-cart-form .product-thumbnail img{
    height: auto;
    width: 75px;
}
.woocommerce .woocommerce-cart-form .product-name{
    padding-right: 10px !important;
}
.woocommerce .woocommerce-cart-form .product-name a{
    color: #6d6c6c;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.woocommerce .woocommerce-cart-form .product-name a:hover{
    color: #ba1707;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.woocommerce .woocommerce-cart-form .product-name span.amount{
    color: #6d6c6c;
    display: block;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    text-transform: none;
}
.woocommerce .woocommerce-cart-form .product-quantity .quantity{
    border:1px solid #dbd8d8;
    height: 35px;
    margin-right: 10px;
    width: 87px;
}
.woocommerce .woocommerce-cart-form .product-quantity .minus, 
.woocommerce .woocommerce-cart-form .product-quantity .plus{
    background: #fff !important;
    border:none !important;
    bottom: 0 !important;
    color: #6d6c6c !important;
    cursor: pointer !important;
    display: block !important;
    float: left !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px !important;
    left: 0 !important;
    line-height: 13px !important;
    height: 100% !important;
    overflow: visible !important;
    margin: 0 !important;
    text-decoration: none !important;
    right: 0 !important;
    top: 0 !important;
    vertical-align: text-top !important;
    width: 25px !important;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.woocommerce .woocommerce-cart-form .product-quantity .minus{
    border-right: 1px solid #dbd8d8 !important;
}
.woocommerce .woocommerce-cart-form .product-quantity .plus{
    border-left: 1px solid #dbd8d8 !important;
}
.woocommerce .woocommerce-cart-form .product-quantity .minus:hover, 
.woocommerce .woocommerce-cart-form .product-quantity .plus:hover{
    background: #dfdada !important;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.woocommerce .woocommerce-cart-form .product-quantity .quantity input.qty{
    background: #fff;
    border:none;
    color: #6d6c6c;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    height: 100%;
    text-align: center;
    width: 35px;
    -webkit-appearance: none;
    -moz-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type='number'] {
    -moz-appearance: textfield;
}
.woocommerce table.shop_table.cart td.product-subtotal{
    color: #6d6c6c;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    text-align: right;
}
.woocommerce table.shop_table.cart td.actions .coupon{
    float: right;
    width: 325px;
}
.woocommerce table.shop_table.cart td.actions .coupon label{
    color: #6d6c6c;
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin: 30px 0 15px 0;
    text-transform: uppercase;
}
.woocommerce table.shop_table.cart td.actions .coupon #coupon_code{
    border:1px solid #dbd8d8;
    color: #6d6c6c;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    height: 35px;
    padding: 0 10px;
    width: 100%;
}
.woocommerce table.shop_table.cart td.actions .coupon .button{
    background: #a12418;
    border:1px solid #a12418;
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    margin-top: 8px;
    padding: 8px 25px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.woocommerce table.shop_table.cart td.actions .coupon .button:hover{
    background: #ae4a14;
    border:1px solid #ae4a14;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}

.woocommerce .cart-collaterals{
    border:2px solid #dbd8d8;
    float: right;
    margin: 20px 0 50px;
    padding: 10px 15px;
    width: 360px;
}
.woocommerce .cart-collaterals .cart_totals h2{
    margin: 10px 0 20px;
    text-align: center;
}
.woocommerce .cart-collaterals .cart_totals table{
    margin-bottom: 30px;
    width: 100%;
}
.woocommerce .cart-collaterals .cart_totals tbody tr td{
    text-align: right;
}
.woocommerce .cart-collaterals .cart_totals tbody tr.cart-subtotal th,
.woocommerce .cart-collaterals .cart_totals tbody tr.cart-subtotal td,
.woocommerce .cart-collaterals .cart_totals tbody tr.shipping th{
    color: #6d6c6c;
    font-size: 13px;
    font-weight: 400;
    padding: 20px 0;
    text-transform: uppercase;
}
.woocommerce .cart-collaterals .cart_totals tbody tr.shipping td{
    color: #6d6c6c;
    font-size: 13px;
    font-weight: 700;
    padding: 20px 0;
    text-transform: uppercase;
}
.woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr td #shipping_method li{
    margin-bottom: 5px;
    position: relative;
}
.woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr td #shipping_method li input{
    margin: 1px 5px 0 0;
    position: absolute;
    right: -5px;
}
.woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr td #shipping_method li label{
    display: block;
    margin-right: 25px;
}
.woocommerce .cart-collaterals .cart_totals tbody tr.order-total th,
.woocommerce .cart-collaterals .cart_totals tbody tr.order-total td{
    border-top: 2px solid #dbd8d8;
    color: #6d6c6c;
    font-size: 13px;
    font-weight: 700;
    padding: 20px 0;
    text-transform: uppercase;
}
/*.woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr td{
    color: #6d6c6c;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding: 20px 0;
    text-align: right;
    text-transform: uppercase;
}
.woocommerce .cart-collaterals tr:nth-last-child(2) th, 
.woocommerce .cart-collaterals tr:nth-last-child(2) td{
    color: #6d6c6c;
    font-size: 13px;
    font-weight: 400;
    padding: 7px 0 20px 0;
    text-transform: uppercase;
}
.woocommerce .cart-collaterals .cart_totals tbody tr.order-total th,
.woocommerce .cart-collaterals .cart_totals tbody tr.order-total td{
    border-top: 2px solid #dbd8d8;
    color: #6d6c6c;
    font-size: 13px;
    font-weight: 700;
    padding: 20px 0;
    text-transform: uppercase;
}
.woocommerce .cart-collaterals .cart_totals tbody tr.cart-subtotal td,
.woocommerce .cart-collaterals .cart_totals tbody tr.order-total td{
    text-align: right;
}
*/
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout button{
    background: transparent;
    border:2px solid #898584;
    color: #6d6c6c;
    cursor: pointer;
    display: block;
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 5px;
    padding: 8px 25px;
    text-transform: uppercase;
    width: 100%;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout button:hover{
    background: #898584;
    color: #fff;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button{
    background: #a12418;
    border:1px solid #a12418;
    color: #fff;
    display: block;
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 5px;
    padding: 8px 25px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button:hover{
    background: #ae4a14;
    border:1px solid #ae4a14;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}

/******CHECKOUT******
*********************/
.woocommerce-info{
    background-color: #fafafa !important;
    color: #6d6c6c;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    padding: 20px 20px;
    text-align: left;
    text-transform: none;
    width: 100%;
}
.woocommerce-info a{
    color: #a41103;
    margin-left: 5px;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.woocommerce-info a:hover{
    color: #ff1800;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.checkout-login-wrap,
.checkout-coupons-wrap{
    background-color: #fafafa !important;
    margin-bottom: 20px;
}
.checkout-login-wrap form,
.checkout-coupons-wrap form{
    padding: 0 20px 20px;
}
.checkout-login-wrap form label,
.checkout-coupons-wrap form label{
    color: #6d6c6c;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    margin-bottom: 5px;
}
.checkout-login-wrap form p,
.checkout-coupons-wrap form p{
    margin: 0 0 10px;
}
.checkout-login-wrap form p.form-row-first input,
.checkout-login-wrap form p.form-row-last input,
.checkout-coupons-wrap form p.form-row-first input{
    border:1px solid #dbd8d8;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    height: 35px;
    padding: 0 10px;
    width: 100%;
}
.checkout-login-wrap form p.form-row-first{
    float: left;
    width: 49%;
}
.checkout-login-wrap form p.form-row-last{
    float: right;
    width: 49%;
}
.checkout-login-wrap form button{
    background: #a12418;
    border:1px solid #a12418;
    color: #fff;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 5px;
    padding: 8px 25px;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.checkout-login-wrap form button:hover{
    background: #ae4a14;
    border:1px solid #ae4a14;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.checkout-coupons-wrap form p.form-row-last input{
    background: #a12418;
    border:1px solid #a12418;
    color: #fff;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 5px;
    padding: 8px 25px;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.checkout-coupons-wrap form p.form-row-last input:hover{
    background: #ae4a14;
    border:1px solid #ae4a14;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.checkout-login-wrap form .lost_password a{
    color: #6d6c6c;
    display: block;
    font-size: 11px;
    font-weight: 700;
    margin: 10px 0;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.checkout-login-wrap form .lost_password a:hover{
    color: #ba1707;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}

.woocommerce-error{
    background-color: #fff !important;
    border: 1px solid #dbd8d8;
    margin-bottom: 20px;
    min-height: 60px;
    padding: 20px 10px 14px 70px;
    position: relative;    
    width: 100%;
}
.woocommerce-error::before {
    bottom: 3px;
    content: "\e41c";
    color: #a51d1d;
    font-family: 'retinaicon-font';
    font-size: 30px;
    font-weight: 400;
    left: 20px;
    line-height: 60px;
    position: absolute;
    top: 3px;
}
.woocommerce-error::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 3px solid #f6a2a2;
    pointer-events: none;
    opacity: 0.5;
}
.woocommerce-error li{
    color: #a51d1d;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    text-align: left;
    text-transform: none;
}

.woocommerce-checkout #customer_details{
    float: left;
    margin-bottom: 40px;
    width: 750px;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields h3{
    margin-bottom: 15px;
    padding-top: 20px;
}
.woocommerce-checkout #customer_details .select2-container--default .select2-selection--single{
    border:1px solid #dbd8d8;
    border-radius: 0;
    height: 35px;
}
.woocommerce-checkout #customer_details .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 35px;
}
.woocommerce-checkout #customer_details .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 35px;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields p.form-row-wide{
    clear: both;
    float: none;
    margin: 0 0 10px;
    width: 100%;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields p.form-row-first{
    float: left;
    margin: 0 0 10px;
    width: 49%;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields p.form-row-last{
    float: right;
    margin: 0 0 10px;
    width: 49%;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields label{
    color: #6d6c6c;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 5px;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields input{
    border:1px solid #dbd8d8;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    height: 35px;
    padding: 0 10px;
    width: 100%;
}
.woocommerce-checkout #customer_details .woocommerce-account-fields{
    margin: 25px 0;
}
.woocommerce-checkout #customer_details .woocommerce-account-fields #account_password_field{
    margin-top: 15px;
}
.woocommerce-checkout #customer_details .woocommerce-account-fields #account_password_field label{
    color: #6d6c6c;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 5px;
}
.woocommerce-checkout #customer_details .woocommerce-account-fields #account_password_field input{
    border:1px solid #dbd8d8;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    height: 35px;
    padding: 0 10px;
    width: 100%;
}
.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address{
    margin-bottom: 15px;
    padding-top: 20px;
}
.woocommerce-checkout #customer_details .woocommerce-shipping-fields .shipping_address p.form-row-wide{
    clear: both;
    float: none;
    margin: 0 0 10px;
    width: 100%;
}
.woocommerce-checkout #customer_details .woocommerce-shipping-fields .shipping_address p.form-row-first{
    float: left;
    margin: 0 0 10px;
    width: 49%;
}
.woocommerce-checkout #customer_details .woocommerce-shipping-fields .shipping_address p.form-row-last{
    float: right;
    margin: 0 0 10px;
    width: 49%;
}
.woocommerce-checkout #customer_details .woocommerce-shipping-fields .shipping_address label{
    color: #6d6c6c;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 5px;
}
.woocommerce-checkout #customer_details .woocommerce-shipping-fields .shipping_address input{
    border:1px solid #dbd8d8;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    height: 35px;
    padding: 0 10px;
    width: 100%;
}
.woocommerce-checkout #customer_details .woocommerce-additional-fields label{
    color: #6d6c6c;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 5px;
}
.woocommerce-checkout #customer_details .woocommerce-additional-fields textarea{
    border: 2px solid #dbd8d8;
    color: #555;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    padding: 5px 10px;
    resize: none;
    width: 100%;
}
.woocommerce-checkout #order_review{
    background: #fafafa;
    border:2px solid #dbd8d8;
    float: right;
    margin-bottom: 40px;
    padding: 10px 15px;
    width: 390px;
}
.woocommerce-checkout #order_review h3{
    font-size: 18px;
    margin: 10px 0 20px;
    text-align: center;
}
.woocommerce-checkout #order_review table.shop_table thead tr th{
    color: #6d6c6c;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding: 7px 0;
    text-transform: uppercase;
}
.woocommerce-checkout #order_review table.shop_table tbody tr td{
    color: #6d6c6c;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    padding: 7px 0;
}
.woocommerce-checkout #order_review table.shop_table tbody tr:last-child td{
    border-bottom:1px solid #dbd8d8;
    padding-bottom: 20px;
}
.woocommerce-checkout #order_review table.shop_table .product-name{
    text-align: left;
}
.woocommerce-checkout #order_review table.shop_table .product-total{
    text-align: right;
}
.woocommerce-checkout #order_review table.shop_table tfoot .shipping ul li{
    margin-bottom: 5px;
    position: relative;
}
.woocommerce-checkout #order_review table.shop_table tfoot .shipping ul li input{
    margin: 1px 5px 0 0;
    position: absolute;
    right: -5px;
}
.woocommerce-checkout #order_review table.shop_table tfoot .shipping ul li label{
    display: block;
    margin-right: 25px;
}
.woocommerce-checkout #order_review table.shop_table tfoot tr th{
    color: #6d6c6c;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding: 7px 0;
    text-align: left;
    text-transform: uppercase;
}
.woocommerce-checkout #order_review table.shop_table tfoot tr td{
    color: #6d6c6c;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding: 20px 0;
    text-align: right;
    text-transform: uppercase;
}
.woocommerce-checkout #order_review .payment_methods li{
    padding: 15px 0;
    position: relative;
}
.woocommerce-checkout #order_review .payment_methods li input.input-radio{
    display: block !important;
    margin: 3px 5px 0 0;
    position: absolute;
}
.woocommerce-checkout #order_review #payment label{
    color: #6d6c6c;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    margin-left: 20px;
}
.woocommerce-checkout #order_review table.shop_table tfoot tr.order-total th,
.woocommerce-checkout #order_review table.shop_table tfoot tr.order-total td{
    border-bottom: 1px solid #dbd8d8;
    border-top: 2px solid #dbd8d8;
}
.woocommerce-checkout #order_review #payment div.payment_box{
    margin-top: 10px;
}
.woocommerce-checkout #order_review #payment div.payment_box p{
    color: #6d6c6c;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}
.woocommerce-checkout #order_review .place-order{
    border-top: 1px solid #dbd8d8;
    margin-top: 10px;
    padding-top: 10px;
}
.woocommerce-checkout #order_review #place_order{
    background: #a12418;
    border:1px solid #a12418;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 5px;
    padding: 8px 25px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.woocommerce-checkout #order_review #place_order:hover{
    background: #ae4a14;
    border:1px solid #ae4a14;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}

/******ORDER RECEIVED*******
****************************/
.woocommerce .woocommerce-order p.woocommerce-notice{
    color: #6d6c6c;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    margin: 20px 0;
}
.woocommerce .woocommerce-order ul.woocommerce-thankyou-order-details{
    background-color: #fafafa;
    border: 1px solid #dbd8d8;
    margin-bottom: 20px;
    padding: 15px 15px 15px 60px;
    position: relative;
    width: 100%;
}
.woocommerce .woocommerce-order ul.woocommerce-thankyou-order-details::before {
    content: '';
    background: url('/wp-content/themes/bolik/img/order-complete-icon.png') no-repeat top center;
    position: absolute;
    top: 8px;
    left: 15px;
    width: 35px;
    height: 35px;
}
.woocommerce .woocommerce-order ul.woocommerce-thankyou-order-details li{
    color: #6d6c6c;
    display: inline-block;
    font-size: 13px;
    margin-right: 5px;
}
.woocommerce .woocommerce-order table{
    width: 100%;
}
.woocommerce .woocommerce-order table.shop_table thead tr th{
    color: #6d6c6c;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding: 7px 0;
    text-transform: uppercase;
}
.woocommerce .woocommerce-order table.shop_table tbody tr td,
.woocommerce .woocommerce-order table.shop_table tbody tr td a{
    color: #6d6c6c;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    padding: 7px 0;
}
.woocommerce .woocommerce-order table.shop_table tbody tr:last-child td{
    border-bottom:1px solid #dbd8d8;
    padding-bottom: 20px;
}
.woocommerce .woocommerce-order table.shop_table .product-name{
    text-align: left;
}
.woocommerce .woocommerce-order table.shop_table .product-total{
    text-align: center;
}
.woocommerce .woocommerce-order table.shop_table tfoot tr th{
    color: #6d6c6c;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding: 10px 0;
    text-align: left;
    text-transform: uppercase;
}
.woocommerce .woocommerce-order table.shop_table tfoot tr td{
    color: #6d6c6c;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
}

.woocommerce .woocommerce-order table.shop_table.customer_details{
    width: 40%;
}
.woocommerce .woocommerce-order table.shop_table.customer_details tr th,
.woocommerce .woocommerce-order table.shop_table.customer_details tr td{
    color: #6d6c6c;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    text-transform: none;
}
.woocommerce .woocommerce-order section.woocommerce-customer-details{
    margin-bottom: 40px;
}
.woocommerce .woocommerce-order table.shop_table.customer_details tr:last-child td{
    border:none;
    padding: 0;
}
.woocommerce .woocommerce-order .woocommerce-customer-details .col-1{
    float: left;
    width: 49%;
}
.woocommerce .woocommerce-order .woocommerce-customer-details .col-2{
    float: right;
    width: 49%;
}
.woocommerce .woocommerce-order .woocommerce-customer-details h3{
    margin: 20px 0 5px 0;
}
.woocommerce .woocommerce-order .woocommerce-customer-details address{
    color: #6d6c6c;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    text-transform: none;
}

/******WISHLIST*******
**********************/
.woocommerce table.shop_table.wishlist_table thead th{
    border-bottom: 3px solid #e7e7e7;
    padding: 13px 0;
}
.woocommerce table.shop_table.wishlist_table thead th.product-price,
.woocommerce table.shop_table.wishlist_table thead th.product-stock-status{
    text-align: center;
}
.woocommerce table.shop_table.wishlist_table tbody td{
    border-bottom: 1px solid #e7e7e7;
}
.woocommerce table.shop_table.wishlist_table tbody td.product-add-to-cart a{
    background: #a12418;
    border:1px solid #a12418;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 5px;
    padding: 8px 25px;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.woocommerce table.shop_table.wishlist_table tbody td.product-add-to-cart a:hover{
    background: #ae4a14;
    border:1px solid #ae4a14;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}

.woocommerce table.shop_table.wishlist_table .product-remove{
    padding-right: 15px !important;
}
.woocommerce table.shop_table.wishlist_table .product-remove a{
    border: 1px solid;
    color: #6d6c6c;
    display: block;
    font-size: 13px;
    height: 20px;
    line-height: 18px;
    opacity: 0.5;
    text-align: center;
    width: 20px;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.woocommerce table.shop_table.wishlist_table .product-remove a:hover{
    color: #ba1707;
    opacity: 1;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.woocommerce table.shop_table.wishlist_table .product-thumbnail{
    padding-right: 30px !important;
}
.woocommerce table.shop_table.wishlist_table .product-thumbnail img{
    height: auto;
    width: 75px;
}
.woocommerce table.shop_table.wishlist_table .product-name{
    padding-right: 10px !important;
}
.woocommerce table.shop_table.wishlist_table .product-name a{
    color: #6d6c6c;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.woocommerce table.shop_table.wishlist_table .product-name a:hover{
    color: #ba1707;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.woocommerce table.shop_table.wishlist_table .product-name span.amount{
    color: #6d6c6c;
    display: block;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    text-transform: none;
}
.woocommerce table.shop_table.wishlist_table .product-price{
    width: 200px;
}
.woocommerce table.shop_table.wishlist_table .product-price span del,
.woocommerce table.shop_table.wishlist_table .product-price span ins{
    display: inline-block;
}
.woocommerce table.shop_table.wishlist_table .product-price span del span,
.woocommerce table.shop_table.wishlist_table .product-price span ins span{
    color: #6d6c6c;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
}


/******ACCOUNT PAGE*******
**************************/
.woocommerce .lost_reset_password{
    margin-bottom: 40px;
}
.woocommerce .lost_reset_password p{
    margin: 0 0 10px;
}
.woocommerce .lost_reset_password p.form-row-first{
    float: left;
    width: 49%;
}
.woocommerce .lost_reset_password p.form-row-last{
    float: right;
    width: 49%;
}
.woocommerce .lost_reset_password label{
    display: block;
    margin-bottom: 5px;
}
.woocommerce .lost_reset_password input{
    border: 1px solid #dbd8d8;
    color: #6d6c6c;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    height: 35px;
    padding: 0 10px;
    width: 100%;
}
.woocommerce .lost_reset_password button{
    background: #da8207;
    border:1px solid #da8207;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 5px;
    padding: 8px 25px;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.woocommerce .lost_reset_password button:hover{
    background: #ae4a14;
    border:1px solid #ae4a14;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}


.woocommerce #customer_login{
    margin-bottom: 40px;
}
.woocommerce #customer_login .col-1{
    background: #fafafa;
    border: 1px solid #dbd8d8;
    float: left;
    padding: 20px 15px 50px;
    width: 49%;
}
.woocommerce #customer_login .col-1 h2{
    margin:0 0 35px;
    text-align: center;
}
.woocommerce #customer_login .col-1 p.form-row-wide{
    margin-bottom: 15px;
}
.woocommerce #customer_login .col-1 p.form-row-wide label{
    display: block;
    margin-bottom: 5px;
}
.woocommerce #customer_login .col-1 p.form-row-wide input{
    border: 1px solid #dbd8d8;
    color: #6d6c6c;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    height: 35px;
    padding: 0 10px;
    width: 100%;
}
.woocommerce #customer_login .col-1 button{
    background: #da8207;
    border:1px solid #da8207;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 5px;
    padding: 8px 25px;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.woocommerce #customer_login .col-1 button:hover{
    background: #ae4a14;
    border:1px solid #ae4a14;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.woocommerce #customer_login .col-1 .lost_password a{
    color: #6d6c6c;
    display: block;
    font-size: 11px;
    font-weight: 700;
    text-transform: none;
    margin-top: 10px;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.woocommerce #customer_login .col-1 .lost_password a:hover{
    color: #ba1707;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.woocommerce #customer_login .col-2{
    float: right;
    width: 49%;
}
.woocommerce #customer_login .col-2 .headline{
    margin:0 0 35px;
    text-align: center;
}
.woocommerce #customer_login .col-2 p.form-row-wide{
    margin-bottom: 15px;
}
.woocommerce #customer_login .col-2 p.form-row-wide label{
    display: block;
    margin-bottom: 5px;
}
.woocommerce #customer_login .col-2 p.form-row-wide input{
    border: 1px solid #dbd8d8;
    color: #6d6c6c;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    height: 35px;
    padding: 0 10px;
    width: 100%;
}
.woocommerce #customer_login .col-2 button{
    background: #da8207;
    border:1px solid #da8207;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 5px;
    padding: 8px 25px;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.woocommerce #customer_login .col-2 button:hover{
    background: #ae4a14;
    border:1px solid #ae4a14;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}

.woocommerce .myaccount-navigation-wrap{
    float: left;
    margin-left: -15px;
    padding: 0 15px;
    width: 25%;
}
.woocommerce .myaccount-navigation-wrap .user-profile{
    border:4px solid #f2f2f2;
    margin-bottom: 20px;
    padding: 15px;
}
.woocommerce .myaccount-navigation-wrap .user-profile .user-image{
    display: inline-block;
    height: 50px;
    margin-right: 10px;
    vertical-align: middle;
    width: 50px;
}
.woocommerce .myaccount-navigation-wrap .user-profile .user-image img{
    height: auto;
    width: 100%;
}
.woocommerce .myaccount-navigation-wrap .user-profile .user-logout{
    display: inline-block;
    vertical-align: middle;
}
.woocommerce .myaccount-navigation-wrap .user-profile .user-logout span.username{
    color: #6d6c6c;
    display: block;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
.woocommerce .myaccount-navigation-wrap .user-profile .user-logout span.logout{
    display: block;
}
.woocommerce .myaccount-navigation-wrap .user-profile .user-logout span.logout a{
    color: #a41103;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.woocommerce .myaccount-navigation-wrap .user-profile .user-logout span.logout a:hover{
    color: #ff1800;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.woocommerce .myaccount-navigation-wrap .woocommerce-MyAccount-navigation ul:after{
    border-right: 1px solid #dbd8d8;
    content: '';
    display:block;
    padding: 60px;
}
.woocommerce .myaccount-navigation-wrap .woocommerce-MyAccount-navigation ul li > a{
    border-bottom: 1px solid rgb(219, 216, 216);
    border-right: 1px solid rgb(219, 216, 216);
    color: #9c9c9c;
    display: block;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    padding: 12px 0;
    text-align: left;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.woocommerce .myaccount-navigation-wrap .woocommerce-MyAccount-navigation ul li > a.active{
    color: #0e0d0d;
}
.woocommerce .myaccount-navigation-wrap .woocommerce-MyAccount-navigation ul li:first-child a{
    border-right: none;
}
.woocommerce .myaccount-navigation-wrap .woocommerce-MyAccount-navigation ul li > a:hover{
    color: #0e0d0d;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.woocommerce .myaccount-navigation-wrap .woocommerce-MyAccount-navigation ul li > a span::before{
    display: inline-block;
    font-size: 18px;
    margin-right: 10px;
    vertical-align: middle;
}
.woocommerce .woocommerce-MyAccount-content{
    float: right;
    margin-bottom: 100px;
    padding: 0 15px;
    width: 75%;
}
.woocommerce .woocommerce-MyAccount-content p{
    margin: 0 0 10px;
}
.woocommerce .woocommerce-MyAccount-content p a{
    color: #a41103;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.woocommerce .woocommerce-MyAccount-content p a:hover{
    color: #ff1800;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.woocommerce .woocommerce-MyAccount-content h2{
    color: #6d6c6c !important;
    font-size: 15px !important;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    margin: 20px 0 10px 0;
    text-align: left;
    text-transform: uppercase;
}
.woocommerce .woocommerce-MyAccount-content table.shop_table.my_account_orders{
    width: 100%;
}
.woocommerce .woocommerce-MyAccount-content table.shop_table.my_account_orders th.order-number{
    text-align: left;
}
.woocommerce .woocommerce-MyAccount-content table.shop_table.my_account_orders th{
    border-bottom:3px solid #f2f2f2;
    padding: 10px 0;
    text-align: center;
}
.woocommerce .woocommerce-MyAccount-content table.shop_table.my_account_orders th span,
.woocommerce .woocommerce-MyAccount-content table.shop_table.order_details th{
    color: #6d6c6c;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.woocommerce .woocommerce-MyAccount-content table.shop_table.my_account_orders tbody td,
.woocommerce .woocommerce-MyAccount-content table.shop_table.order_details tbody td{
    border-bottom:1px solid rgb(219, 216, 216);
    color: #6d6c6c;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding: 20px 0;
    text-align: center;
}
.woocommerce .woocommerce-MyAccount-content table.shop_table.my_account_orders tbody td.order-number,
.woocommerce .woocommerce-MyAccount-content table.shop_table.order_details thead th.product-name,
.woocommerce .woocommerce-MyAccount-content table.shop_table.order_details tfoot th{
    text-align: left;
}
.woocommerce .woocommerce-MyAccount-content table.shop_table.order_details thead th.product-total,
.woocommerce .woocommerce-MyAccount-content table.shop_table.order_details tbody td.product-total,
.woocommerce .woocommerce-MyAccount-content table.shop_table.order_details tfoot td{
    text-align: right;
}
.woocommerce .woocommerce-MyAccount-content table.shop_table.order_details thead th{
    border-bottom:2px solid rgb(219, 216, 216);
    padding: 15px 0;
}

.woocommerce .woocommerce-MyAccount-content table.shop_table.customer_details{
    width: 40%;
}
.woocommerce .woocommerce-MyAccount-content table.shop_table.customer_details tr th,
.woocommerce .woocommerce-MyAccount-content table.shop_table.customer_details tr td{
    color: #6d6c6c;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    text-transform: none;
}
.woocommerce .woocommerce-MyAccount-content section.woocommerce-customer-details{
    margin-bottom: 40px;
}
.woocommerce .woocommerce-MyAccount-content table.shop_table.customer_details tr:last-child td{
    border:none;
    padding: 0;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details .col-1{
    float: left;
    width: 49%;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details .col-2{
    float: right;
    width: 49%;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details h3{
    margin: 20px 0 5px 0;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details address{
    color: #6d6c6c;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    text-transform: none;
}
.woocommerce .woocommerce-MyAccount-content table.shop_table.order_details tfoot td{
    color: #6d6c6c;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 0;
}
.woocommerce .woocommerce-MyAccount-content table.shop_table.my_account_orders tbody td.order-number a,
.woocommerce .woocommerce-MyAccount-content table.shop_table.my_account_orders tbody td.woocommerce-orders-table__cell-order-number a,
.woocommerce .woocommerce-MyAccount-content table.shop_table.order_details tbody td.product-name a{
    color: #a41103;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.woocommerce .woocommerce-MyAccount-content table.shop_table.my_account_orders tbody td.order-number a:hover,
.woocommerce .woocommerce-MyAccount-content table.shop_table.my_account_orders tbody td.woocommerce-orders-table__cell-order-number a:hover,
.woocommerce .woocommerce-MyAccount-content table.shop_table.order_details tbody td.product-name a:hover{
    color: #ff1800;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.woocommerce .woocommerce-MyAccount-content table.shop_table.my_account_orders tbody td.order-actions a,
.woocommerce .woocommerce-MyAccount-content table.shop_table.my_account_orders tbody td.woocommerce-orders-table__cell-order-actions a,
.woocommerce .woocommerce-MyAccount-content table.shop_table.wishlist_table tbody td.product-add-to-cart a{
    background: #a12418;
    border:1px solid #a12418;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 5px;
    padding: 8px 25px;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.woocommerce .woocommerce-MyAccount-content table.shop_table.my_account_orders tbody td.order-actions a:hover,
.woocommerce .woocommerce-MyAccount-content table.shop_table.my_account_orders tbody td.woocommerce-orders-table__cell-order-actions a:hover,
.woocommerce .woocommerce-MyAccount-content table.shop_table.wishlist_table tbody td.product-add-to-cart a:hover{
    background: #ae4a14;
    border:1px solid #ae4a14;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}

.woocommerce .woocommerce-MyAccount-content table.shop_table.wishlist_table .product-remove{
    padding-right: 15px !important;
}
.woocommerce .woocommerce-MyAccount-content table.shop_table.wishlist_table .product-remove a{
    border: 1px solid;
    color: #6d6c6c;
    display: block;
    font-size: 13px;
    height: 20px;
    line-height: 18px;
    opacity: 0.5;
    text-align: center;
    width: 20px;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.woocommerce .woocommerce-MyAccount-content table.shop_table.wishlist_table .product-remove a:hover{
    color: #ba1707;
    opacity: 1;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.woocommerce .woocommerce-MyAccount-content table.shop_table.wishlist_table .product-thumbnail{
    padding-right: 30px !important;
}
.woocommerce .woocommerce-MyAccount-content table.shop_table.wishlist_table .product-thumbnail img{
    height: auto;
    width: 75px;
}
.woocommerce .woocommerce-MyAccount-content table.shop_table.wishlist_table .product-name{
    padding-right: 10px !important;
}
.woocommerce .woocommerce-MyAccount-content table.shop_table.wishlist_table .product-name a{
    color: #6d6c6c;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.woocommerce .woocommerce-MyAccount-content table.shop_table.wishlist_table .product-name a:hover{
    color: #ba1707;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.woocommerce .woocommerce-MyAccount-content table.shop_table.wishlist_table .product-name span.amount{
    color: #6d6c6c;
    display: block;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    text-transform: none;
}
.woocommerce .woocommerce-MyAccount-content table.shop_table.wishlist_table .product-price{
    width: 200px;
}
.woocommerce .woocommerce-MyAccount-content table.shop_table.wishlist_table .product-price span del,
.woocommerce .woocommerce-MyAccount-content table.shop_table.wishlist_table .product-price span ins{
    display: inline-block;
}
.woocommerce .woocommerce-MyAccount-content table.shop_table.wishlist_table .product-price span del span,
.woocommerce .woocommerce-MyAccount-content table.shop_table.wishlist_table .product-price span ins span{
    color: #6d6c6c;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .col-1{
    float: left;
    width: 49%;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .col-2{
    float: right;
    width: 49%;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title{
    margin-bottom: 10px;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses h3{
    margin: 20px 0 5px; 
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses a.edit{
    color: #a41103;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses a.edit:hover{
    color: #ff1800;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses address{
    color: #6d6c6c;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    text-transform: none;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields p.form-row-first{
    float: left;
    width: 49%;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields p.form-row-last{
    float: right;
    width: 49%;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields p.form-row-wide{
    clear: both;
    width: 100%;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields p{
    margin: 0 0 10px;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields label{
    display: block;
    margin-bottom: 5px;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields input{
    border: 1px solid #dbd8d8;
    color: #6d6c6c;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    height: 35px;
    padding: 0 10px;
    width: 100%;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .select2-container--default .select2-selection--single{
    border:1px solid #dbd8d8;
    border-radius: 0;
    height: 35px;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 35px;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 35px;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields button{
    background: #a12418;
    border:1px solid #a12418;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 5px;
    padding: 8px 25px;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields button:hover{
    background: #ae4a14;
    border:1px solid #ae4a14;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}

.woocommerce .woocommerce-MyAccount-content form.woocommerce-EditAccountForm p.form-row-first{
    float: left;
    width: 49%;
}
.woocommerce .woocommerce-MyAccount-content form.woocommerce-EditAccountForm p.form-row-last{
    float: right;
    width: 49%;
}
.woocommerce .woocommerce-MyAccount-content form.woocommerce-EditAccountForm p.form-row-wide{
    clear: both;
    width: 100%;
}
.woocommerce .woocommerce-MyAccount-content form.woocommerce-EditAccountForm p{
    margin: 0 0 10px;
    position: relative;
}
.woocommerce .woocommerce-MyAccount-content form.woocommerce-EditAccountForm label{
    display: block;
    margin: 0 0 5px 5px;
}
/*.woocommerce .woocommerce-MyAccount-content form.woocommerce-EditAccountForm label[for="track_notification"]{
    padding-left: 25px;
    position: relative;
}
.woocommerce .woocommerce-MyAccount-content form.woocommerce-EditAccountForm label[for="track_notification"] input#track_notification{
    position: absolute;
}*/
.woocommerce .woocommerce-MyAccount-content form.woocommerce-EditAccountForm input{
    border: 1px solid #dbd8d8;
    color: #6d6c6c;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    height: 35px;
    padding: 0 10px;
    width: 100%;
}
/*.woocommerce .woocommerce-MyAccount-content form.woocommerce-EditAccountForm input#track_notification{
    position: absolute;
}*/
.woocommerce .woocommerce-MyAccount-content form.woocommerce-EditAccountForm fieldset{
    border: none;
}
.woocommerce .woocommerce-MyAccount-content form.woocommerce-EditAccountForm legend{
    color: #6d6c6c;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    margin: 20px 0 10px;
    text-transform: uppercase;
}
.woocommerce .woocommerce-MyAccount-content form.woocommerce-EditAccountForm button{
    background: #a12418;
    border:1px solid #a12418;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 5px;
    padding: 8px 25px;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.woocommerce .woocommerce-MyAccount-content form.woocommerce-EditAccountForm button:hover{
    background: #ae4a14;
    border:1px solid #ae4a14;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}

.woocommerce .woocommerce-MyAccount-content table.shop_table.my_account_orders tbody td a.order-track{
    color: #a41103;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.woocommerce .woocommerce-MyAccount-content table.shop_table.my_account_orders tbody td a.order-track:hover{
    color: #ff1800;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.woocommerce .woocommerce-MyAccount-content table.shop_table.my_account_orders tbody td a.track-button{
    height: 33px !important;
    margin: 0 15px 0 0;
    vertical-align: middle;
}
.woocommerce .woocommerce-MyAccount-content table.shop_table.my_account_orders tbody td a.track-button img{
    margin-top: 4px;
}




/******FULL WIDTH PAGE******
****************************/
#slogan{
    margin: 40px 0;
}
#slogan .container .slogan-wrap{
    background: url(/wp-content/themes/bolik/img/slogan_new.jpg);
    background-size: 100%;
    height: 246px;
    padding: 100px 0;
    text-align: center;
    vertical-align: middle;
}
#slogan .container .slogan-wrap .slogan-title{
    color: #ffffff;
    display: inline-flex;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase
}
#slogan .container .slogan-wrap .slogan-title span{
    background: #040404;
    display: inline-block;
    padding: 16px 10px;
}
#slogan .container .slogan-wrap .slogan-title span.title-highlight{
    background: #c11200;
}
#slogan .container .slogan-wrap .slogan-title .slogan-cart:before{
	content: '';
	display: inline-block;
	width: 21px;
	height: 20px;
	background: url('/wp-content/themes/bolik/img/breadcrumb-cart.png') no-repeat;
    background-position: right center;
	margin-right: 10px;
}
#slogan .container .slogan-wrap .slogan-title .slogan-checkout{
	margin: 0 10px;
}
#slogan .container .slogan-wrap .slogan-title .slogan-checkout:before{
	content: '';
	display: inline-block;
	width: 21px;
	height: 20px;
	background: url('/wp-content/themes/bolik/img/breadcrumb-cart.png') no-repeat;
    background-position: -3px center;
	margin-right: 10px;
}
#slogan .container .slogan-wrap .slogan-title .slogan-complete:before{
	content: '';
	display: inline-block;
	width: 21px;
	height: 20px;
	background: url('/wp-content/themes/bolik/img/breadcrumb-cart.png') no-repeat;
    background-position: -25px center;
	margin-right: 10px;
}


/********PAGE STYLES********
****************************/
.toggle{
    border: 1px solid #dbd8d8;
    margin-bottom: 18px;
    padding: 12px 40px 12px 20px;
    position: relative;
}
.toggle .toggle-title{
    cursor: pointer;
    
}
.toggle .toggle-title span.toggle-icon{
    border-right: 1px solid #dbd8d8;
    bottom: 0;
    display: inline-block;
    left: 0;
    padding: 14px 7px;
    right: 0;
    top: 0;
    position: absolute;
    width: 23px;
}
.toggle.open .toggle-title span.toggle-icon{
    background: #f2f2f2;
}
.toggle .toggle-title span.toggle-icon:before{
    color: #a5a5a5;
    content: '\f067';
    display: block;
    font-family: FontAwesome;
    font-size: 10px;
    position: absolute;
}
.toggle.open .toggle-title span.toggle-icon:before{
    color: #6d6c6c;
    content: '\f068';
}
.toggle .toggle-title h4{
    color: #6d6c6c;
    font-size: 13px;
    font-weight: 600;
    padding-left: 20px;
    text-transform: uppercase;
}
.toggle .tab-content{
    display: none;
    padding: 20px 0 0 20px;
}

.page .content.right table{
    border: 1px solid #dbd8d8;
    margin: 25px 0;
    width: 100%;
}
.page .content.right table td{
    border: 1px solid #dbd8d8;
    color: #6d6c6c;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    padding: 5px;
}

.page .content.right h1{
    color: #6d6c6c;
    font-size: 20px;
    font-weight: 400;
}
.page .content.right ul{
    list-style: inherit;
    margin-bottom: 10px;
    padding-left: 40px;
}
.page .content.right ul li{
    color: #6d6c6c;
    font-size: 13px;
    font-weight: 400;
}
.page .content.right img{
    width: 100%;
}

.page .content.right ul.contact-block{
    list-style: none;
    margin-top: 10px;
    padding-left: 0;
}
.page .content.right ul.contact-block li{
    border: 8px solid #f2f2f2;
    display: inline-block;
    font-weight: 700;
    padding: 35px 9px;
    margin: 0 1% 1% 0;
    text-align: center;
    text-transform: uppercase;
    vertical-align: top;
    width: 32%;
}
.page .content.right ul.contact-block li:last-child{
    margin: 0 1% 0 0;
}
.page .content.right ul.contact-block li span{
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin: 5px 0 0 0;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
}
/*.page .content.right ul.contact-block li span:after{
    background: #f2f2f2;
    bottom: 0;
    content: '';
    display: block;
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 40px;
}*/
.page .content.right ul.contact-block li i{
    display: block;
    font-size: 22px;
    margin: 10px 0;
}
.page .content.right ul.contact-block li a{
    color: #a41103;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    word-break: break-all;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.page .content.right ul.contact-block li a:hover{
    color: #ff1800;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}

.page .content.right form .contact-page-form{
    background: #f2f2f2;
    margin: 25px 0;
    padding: 25px;
}
.page .content.right form .contact-page-form .left-row,
.page .content.right form .contact-page-form .right-row{
    margin-bottom: 15px;
    width: 49%;
}
.page .content.right form .contact-page-form .left-row{
    float: left;
}
.page .content.right form .contact-page-form .right-row{
    float: right;
}
.page .content.right form .contact-page-form label{
    color: #6d6c6c;
    display: block;
    font-size: 13px;
    margin-bottom:5px;
    width: 100%;
}
.page .content.right form .contact-page-form input{
    border: 1px solid #dbd8d8;
    font-family: 'Open Sans', sans-serif;
    height: 35px;
    padding: 0 10px;
    width: 100%;
}
.page .content.right form .contact-page-form textarea{
    border: 1px solid #dbd8d8;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    padding: 10px;
    resize: none;
    width: 100%;
}
.page .content.right form .contact-page-form input[type="submit"]{
    background: #a12418;
    border:2px solid #a12418;
    color: #fff;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: 700;
    margin: 10px 0 0 0;
    text-transform: uppercase;
    padding: 0 32px;
    width: auto;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.page .content.right form .contact-page-form input[type="submit"]:hover{
    background: #ae4a14;
    border:2px solid #ae4a14;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}

.page .content.right .websites{
    list-style: none;
    padding-left: 0;
}
.page .content.right .websites li{
    display: inline-block;
    text-align: center;
    width: 24%;
}

.check-slider,
.video-slider{
    margin: 30px 0 30px -15px;
}

.check-slider .slick-slide{
    padding: 0 15px;
}
.check-slider img{
    width: 100%;
}
.check-slider .slick-prev{
    left: 7px;
}
.check-slider .slick-next{
    right: 7px;
}
.check-slider .slick-prev,
.check-slider .slick-next{
    background: #fff;
    border: 1px solid rgb(219, 216, 216);
    height: 29px;
    width: 18px;
    z-index: 1;
}
.check-slider .slick-prev:before{
    color: #d9d9d9;
    content: '\f104';
    font-family: 'FontAwesome';
    font-size: 14px;
}
.check-slider .slick-next:before{
    color: #d9d9d9;
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 14px;
}

.video-slider .slick-slide{
    padding: 0 15px;
}
.video-slider iframe{
    width: 100%;
}
.video-slider .slick-prev{
    left: 7px;
}
.video-slider .slick-next{
    right: 7px;
}
.video-slider .slick-prev,
.video-slider .slick-next{
    background: #fff;
    border: 1px solid rgb(219, 216, 216);
    height: 29px;
    width: 18px;
    z-index: 1;
}
.video-slider .slick-prev:before{
    color: #d9d9d9;
    content: '\f104';
    font-family: 'FontAwesome';
    font-size: 14px;
}
.video-slider .slick-next:before{
    color: #d9d9d9;
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 14px;
}

/******QUICK VIEW*************
******************************/
.quick-view-overlay{
    background-color: rgba(0,0,0,0.8);
    bottom: 0;
    display: none;
    left: 0;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.quick-view-overlay .content-wrapper{
    background: #fff;
    border: 15px solid rgba(0,0,0,0.6);
    bottom: 0;
    left: 0;
    height: 450px;
    overflow: hidden;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    width: 925px;
}
.quick-view-overlay .content-wrapper .overlay-close{
    border: 1px solid #6d6c6c;
    color: #6d6c6c;
    height: 20px;
    line-height: 18px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 5px;
    width: 20px;
}
.quick-view-overlay .content-wrapper .woocommerce-product-gallery{
    opacity: 1 !important;
    float: left;
    height: 420px;
    position: relative;
    overflow: hidden;
    width: 50%;
}
.quick-view-overlay .content-wrapper .woocommerce-product-gallery figure,
.quick-view-overlay .content-wrapper .woocommerce-product-gallery figure > div,
.quick-view-overlay .content-wrapper .woocommerce-product-gallery figure > div a,
.quick-view-overlay .content-wrapper .woocommerce-product-gallery figure > div a img{
    display: block;
    height: 420px;
    width: auto;
}
.quick-view-overlay .content-wrapper .woocommerce-product-gallery figure > div a img{
    -webkit-transform: translate(-10%, 0);
    -ms-transform: translate(-10%, 0);
    transform: translate(-10%, 0);
}
.quick-view-overlay .content-wrapper .woocommerce-product-gallery span.onsale-icon{
    background: #84b372;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding:6px 12px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5;
}
.quick-view-overlay .content-wrapper .woocommerce-product-gallery span.onsale-icon:after{
    border: 1px solid #fff;
    content: '';
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
    pointer-events: none;
}

.quick-view-overlay .content-wrapper .woocommerce-product-gallery img{
    width: 100%;
}

.quick-view-overlay .content-wrapper .summary{
    float: left;
    padding: 20px;
    width: 50%;
}
.quick-view-overlay .content-wrapper .summary .entry-title{
    font-size: 22px;
    font-family: 'Open Sans',sans-serif;
    color: #6d6c6c;
    font-style: normal;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
}
.quick-view-overlay .content-wrapper .summary .price{
    margin: 20px 0 10px 0;
}
.quick-view-overlay .content-wrapper .summary .price:before,
.quick-view-overlay .content-wrapper .summary .price:after{
    border-bottom: 4px solid #f2f2f2;
    content: '';
    display: block;
    width: 60px;
}
.quick-view-overlay .content-wrapper .summary .price .amount{
    display: block;
    font-size: 18px;
    font-family: 'Open Sans',sans-serif;
    color: #6d6c6c;
    font-style: normal;
    font-weight: 700;
    padding: 10px 0;
    text-align: left;
    text-transform: none;
}
.quick-view-overlay .content-wrapper .summary .price del{
    display: inline-block;
    opacity: 0.5;
}
.quick-view-overlay .content-wrapper .summary .price ins{
    display: inline-block;
    text-decoration: none;
}

.quick-view-overlay .content-wrapper .summary form.cart p{
    color: #5b5a5a;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    margin: 15px 0;
    text-align: left;
    text-transform: uppercase;
}
.quick-view-overlay .content-wrapper .summary form.cart{
    background-color: #fafafa;
    border: 1px solid #dbd8d8;
    padding: 0 10px 10px;
    margin-bottom: 15px;
}
.quick-view-overlay .content-wrapper .summary form.cart .counter{
    background: #fff;
    border:1px solid #dbd8d8;
    display: inline-block;
    height: 35px;
    margin-right: 10px;
    vertical-align: top;
}
.quick-view-overlay .content-wrapper .summary form.cart .counter button{
    background: #fff;
    border: none;
    color: #6d6c6c;
    cursor: pointer;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    height: 100%;
    width: 25px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.quick-view-overlay .content-wrapper .summary form.cart .counter button.dec{
    border-right: 1px solid #dbd8d8;
}
.quick-view-overlay .content-wrapper .summary form.cart .counter button.inc{
    border-left: 1px solid #dbd8d8;
}
.quick-view-overlay .content-wrapper .summary form.cart .counter button:hover{
    background: #dfdada;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.quick-view-overlay .content-wrapper .summary form.cart .counter input{
    border:none;
    color: #6d6c6c;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    height: 100%;
    text-align: center;
    width: 23px;
}
.quick-view-overlay .content-wrapper .summary form.cart .single_add_to_cart_button{
    background: #a12418;
    border:1px solid #a12418;
    color: #fff;
    cursor: pointer;
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    display: inline-block;
    padding: 8px 25px;
    margin-right: 10px;
    text-transform: uppercase;
    vertical-align: top;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.quick-view-overlay .content-wrapper .summary form.cart .single_add_to_cart_button:hover{
    background-color: #ae4a14;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.quick-view-overlay .content-wrapper .summary form.cart .yith-wcwl-add-to-wishlist{
    background: #fff;
    border: 1px solid #dbd8d8;
    display: inline-block;
    padding: 5px 7px;
    margin-top: 0;
    vertical-align: top;
}
.quick-view-overlay .content-wrapper .summary form.cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a{
    color: #b1b1b1;
    font-size: 17px;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.quick-view-overlay .content-wrapper .summary form.cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover{
    color: #ff1800;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.quick-view-overlay .content-wrapper .summary .product_meta > span{
    color: #6d6c6c;
    display: block;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 5px;
}
.quick-view-overlay .content-wrapper .summary .product_meta > span span{
    color: #6d6c6c;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    text-transform: none;
}
.quick-view-overlay .content-wrapper .summary .product_meta > span a{
    color: #6d6c6c;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    text-transform: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.quick-view-overlay .content-wrapper .summary .product_meta > span a:hover{
    color: #ba1707;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/******404 PAGE******
*********************/
.page-not-found{
    color: #6d6c6c;
    font-size: 13px;
    font-weight: 600;
    margin: 30px 0;
    text-align: center;
    text-transform: uppercase;
}
.return-to-main {
    margin-bottom: 100px;
    text-align: center;
}
.return-to-main a {
    background: transparent;
    border: 2px solid #898584;
    color: #898584;
    display: inline-block;
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 50px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.return-to-main a:hover {
    background: #898584;
    color: #fff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

/******TELEGRAM CHANNEL******
****************************/
#tgwidgetbox iframe{
    min-width: 100% !important;
    width: 100%;
}
.tgchannelwdgbody{
    min-width: 100% !important;
    width: 100% !important;
}
#tgwidget h3 {
    color: #ffffff !important;
    text-align: center;
}
#joinchannel{
    line-height: 30px;
}


/******RESPONSIVE STYLES******
******************************/


/*****RESPONSIVE ELEMENTS*****/
@media (max-width: 1200px){
    .container{
        width: 970px;
    }
    #toTop{
        right: 10px;
        z-index: 10;
    }
}
@media (max-width: 1100px){
    #toTop{
        right: 5%;
        z-index: 10;
    }
}
@media (max-width: 1024px){
    .container{
        width: 90%;
    }
    .headline h2{
        padding: 0 40px;
    }
    #toTop{
        right: 5%;
        z-index: 10;
    }
}
 
/*****RESPONSIVE HEADER*****/
@media (max-width: 1280px){
    .topbar .topbar-right #welcome-menu-login .submenu{
        left: -88px;
    }
}
@media (max-width: 1200px){
    .header .logo{
        margin: 13px 5px 10px 0;
    }
    .header .header-menu ul li a{
        padding: 32px 10px;
    }
    .header .cart a.cart-items .cart-items-number{
        display: none;
    }
    .bottombar .shop-category{
        width: 263px;
    }
    .bottombar .offers{
        width: 556px;
    }
    .bottombar .offers .slide-wrap{
        padding: 10px 5px;
    }
    /*.bottombar .search{
        width: 260px;
    }*/
    .bottombar .search .search-field{
        padding-right: 35px;
    }
}
@media (max-width: 1024px){
    .topbar .topbar-right{
        float: none;
        margin: 0 auto;
        width: 320px;
    }
    .header .container{
        position: relative;
    }
    .header .logo{
        width: 100%;
    }
    .header .logo a{
        display: block;
        margin: 0 auto;
        width: 270px;
    }
    .header .cart{
        float: none;
        position: absolute;
        right: 0;
    }
    .header .cart a.cart-items{
        height: 45px;
        padding: 0;
        width: 45px;
    }
    .header .cart a.cart-items .yit-mini-cart-icon{
        display: none;
    }
    .header .open-bars{
        cursor: pointer;
        height: 35px;
        position: absolute;
        left: 0;
        top: 25px;
        width: 35px;
    }
    .header .open-bars .bar {
        background: #6d6c6c;
        height: 4px;
        position: absolute;
        top: 15px;
        width: 100%;
    }
    .header .open-bars .bar::after, 
    .header .open-bars .bar::before {
        background-color: #6d6c6c;
        content: "";
        display: block;
        height: 4px;
        left: 0;
        position: absolute;
        width: 100%;
    }
    .header .open-bars .bar::before {
        top: -9px;
        transition: top .2s .2s,-webkit-transform .2s 0s;
        transition: top .2s .2s,transform .2s 0s;
        transition: top .2s .2s,transform .2s 0s,-webkit-transform .2s 0s;
    }
    .header .open-bars .bar::after {
        bottom: -9px;
        transition: bottom .2s .2s,-webkit-transform .2s 0s;
        transition: bottom .2s .2s,transform .2s 0s;
        transition: bottom .2s .2s,transform .2s 0s,-webkit-transform .2s 0s;
    }   
    .header .open-bars.close .bar {
        background: transparent;
    }
    .header .open-bars.close .bar::before {
        top: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        transition: top .2s 0s,-webkit-transform .2s .2s;
        transition: top .2s 0s,transform .2s .2s;
        transition: top .2s 0s,transform .2s .2s,-webkit-transform .2s .2s;
    }
    .header .open-bars.close .bar::after {
        bottom: 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        transition: bottom .2s 0s,-webkit-transform .2s .2s;
        transition: bottom .2s 0s,transform .2s .2s;
        transition: bottom .2s 0s,transform .2s .2s,-webkit-transform .2s .2s;
    }
    .header .header-menu{
        background: #fff;
        display: block;
        height: 100%;
        left: -100%;
        overflow: scroll;
        padding: 25px 12px;
        position: fixed;
        top: 0;
        width: 260px;
        z-index: 101;
        transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    }
    .header .header-menu.active-menu{
        left: 0;
        transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    }
    .header .header-menu ul li{
        border-bottom: 1px solid #f2f2f2;
        border-left: none;
        display: block;
    }
    .header .header-menu ul li a{
        padding: 10px 0;
    }
    .header .header-menu ul li i{
        color: #000;
        margin-right: 10px;
        vertical-align: middle;
    }
    .header .header-menu .topbar-left ul li a{
        color: #a41103;
    }
    .header .header-menu .topbar-left ul li a:hover{
        color: #ff1800;
    }
    .header .header-menu .brands-menu{
        display: block;
        margin: 25px 0;
    }
    .header .header-menu .brands-menu span{
        font-size: 15px;
        font-family: 'Open Sans',sans-serif;
        color: #6d6c6c;
        display: block;
        font-style: normal;
        font-weight: 700;
        text-align: left;
        text-transform: uppercase;
        margin: 0 0 20px 0;
    }
    .header .header-menu .search-container input{
        border: 1px solid #e4e4e4;
        padding: 10px;
        width: 100%;
    }
    .header .header-menu .offers{
        margin: 10px 0;
        width: 100%;
    }
    .header .header-menu .offers p{
        color: #000;
        font-size: 12px;
    }
    .header .header-menu .offers a{
        color: #a41103;
        font-size: 12px;
        font-weight: 600;
        transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    }
    .header .header-menu .offers a:hover{
        color: #ff1800;
        transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    }
    .bottombar .shop-category{
        width: 100%;
    }
    .bottombar .shop-category > a:before{
        border: 1px solid #6d6c6c;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        bottom: 0;
        color: #6d6c6c;
        content: '\f107';
        display: inline-block;
        font-family: 'FontAwesome';
        font-size: 14px;
        font-weight: 400;
        height: 20px;
        line-height: 20px;
        margin: auto;
        position: absolute;
        right: 15px;
        top: 0;
        opacity: 0.8;
        text-align: center;
        width: 22px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: scale(0.8,1) translateZ(0px);
        -webkit-transform: scale(0.8,1) translateZ(0px);
        -moz-transform: scale(0.8,1) translateZ(0px);
        -ms-transform: scale(0.8,1) translateZ(0px);
        -o-transform: scale(0.8,1) translateZ(0px);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    /*.bottombar .shop-category:hover a:before{
        transform: rotate(180deg) scale(0.8,1) translateZ(0px);
        -webkit-transform: rotate(180deg) scale(0.8,1) translateZ(0px);
        -moz-transform: rotate(180deg) scale(0.8,1) translateZ(0px);
        -ms-transform: rotate(180deg) scale(0.8,1) translateZ(0px);
        -o-transform: rotate(180deg) scale(0.8,1) translateZ(0px);
    }*/
    .bottombar .shop-category.hidden:hover a:before{
        transform: scale(0.8,1) translateZ(0px);
        -webkit-transform: scale(0.8,1) translateZ(0px);
        -moz-transform: scale(0.8,1) translateZ(0px);
        -ms-transform: scale(0.8,1) translateZ(0px);
        -o-transform: scale(0.8,1) translateZ(0px);
    }
    .bottombar .nav-container{
        display: none;
        left: auto;
        opacity: 1;
        position:  relative;
        top: auto;
        width: 100%;
        z-index: 1;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }
    .bottombar .nav-container ul li.menu-item-has-children > .submenu,
    .bottombar .nav-container ul li.menu-item-has-children:hover > .submenu{
        display: none;
        left: auto;
        opacity: 1;
        position: relative;
        top: auto;
        width: 100%;
    }
    .bottombar .nav-container ul li.menu-item-has-children{
        position: relative;
    }
    .bottombar .nav-container ul li.menu-item-has-children > a::after{
        display: none;
    }
    .bottombar .nav-container ul li.menu-item-has-children > a{
        margin-right: 20px;
    }
    .bottombar .nav-container ul li.menu-item-has-children > span{
        cursor: pointer;
        height: 25px;
        position: absolute;
        right: 10px;
        text-align: center;
        top: 7px;
        width: 25px;
        z-index: 100px;
    }
    .bottombar .nav-container ul li.menu-item-has-children > span:before{
        color: #6d6c6c;
        content: '\f107';
        display: block;
        font-family: 'FontAwesome';
        font-size: 18px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .bottombar .nav-container ul li.menu-item-has-children.active_block > span:before{
        transform: rotate(180deg) scale(0.8,1) translateZ(0px);
        -webkit-transform: rotate(180deg) scale(0.8,1) translateZ(0px);
        -moz-transform: rotate(180deg) scale(0.8,1) translateZ(0px);
        -ms-transform: rotate(180deg) scale(0.8,1) translateZ(0px);
        -o-transform: rotate(180deg) scale(0.8,1) translateZ(0px);
    }
    .bottombar .nav-container ul li.menu-item-has-children > .submenu{
        border: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }
    .bottombar .nav-container ul li.menu-item-has-children > .submenu > .sub-menu{
        background-image: none !important;   
        padding: 0 0 10px 0;
    }
    .bottombar .nav-container ul li.menu-item-has-children > .submenu .sub-menu > li.menu-item-type-taxonomy{
        margin: 0;
        padding: 5px 35px;
        width: 100%;
    }
    .bottombar .nav-container ul li.menu-item-has-children > .submenu .sub-menu > li.menu-item-type-taxonomy .submenu{
        display: none !important;
    }
}
@media (max-width: 450px){
    .header .logo a{
        margin: 6px auto 0;
        width: 200px;
    }
}
@media (max-width: 360px){
	.topbar .topbar-right{
		width: 300px;
	}
	.topbar .topbar-right #welcome-menu-login, .topbar .topbar-right #welcome-menu{
		margin: 0 5px;
	}
	.topbar .topbar-right .widget_nav_menu{
		padding-left: 5px;
	}
    .header .logo a{
        width: 170px;
    }
}


/*****RESPONSIVE FOOTER*****/
@media (max-width: 1024px){
    .footer .footer-column{
        width: 50%;
    }
    .footer .footer-column:nth-child(3){
        margin-top: 25px;
        width: 100%;
    }
}
@media (max-width: 768px){
    .sticky-side img{
        height: auto;
        width: 35px;
    }
}
@media (max-width: 450px){
    .footer .footer-column{
        margin-top: 25px;
        width: 100%;
    }
}



/*****RESPONSIVE MAIN PAGE*****/
@media (max-width: 1024px){
    .slider-block{
        display: none;
    }
    .slider-block .rev_slider{
        height: 100% !important;
    }
    .primary .sidebar{
        display: none;
    }
    .primary .content.right{
        padding: 0;
        width: 100%;
    }
    .primary .content .woocommerce ul.products{
        margin-left: 0;
    }
    .primary .content .woocommerce.categories .categories-slider-wrapper{
        margin-left: 0;
    }
}
@media (max-width: 950px){
    .primary .content .woocommerce ul.products li.product .product-wrapper .product-quick-view-button a{
        display: none;
    }
}
@media (max-width: 768px){
    .primary .content .woocommerce ul.products li.product{
        width: 32%;
    }
}
@media (max-width: 600px){
    .primary .content .woocommerce ul.products li.product{
        width: 49%;
    }
}
@media (max-width: 380px){
    .primary .content .woocommerce ul.products li.product{
        padding-right: 2px;
        padding-left: 2px;
    }
    /*.primary .content .woocommerce ul.products li.product .product_actions_container .product-actions-wrapper .product-action-button a{
        padding: 5px 3px;
    }*/
}


/*****RESPONSIVE SHOP*****/
@media (max-width: 1024px){
    .page-headline{
        background-size: cover !important;
    }
    .page-headline .headline-block{
        padding: 40px 60px;
    }
    .page-headline .headline-block h2{
        font-size: 38px !important;
    }
}
@media (max-width: 700px){
    .primary .content .woocommerce .woocommerce-result-count,
    .primary .content .woocommerce #number-of-products,
    .primary .content .woocommerce .woocommerce-ordering{
        float: none;
        width: 100%;
    }
    .primary .content .woocommerce .woocommerce-result-count,
    .primary .content .woocommerce #number-of-products{
        margin-bottom: 10px;
        padding-left: 5px;
    }
    .primary .content .woocommerce .woocommerce-ordering select{
        background-position: 100% 50%;
        width: 100%;
    }
}
@media (max-width: 600px){
    .page-headline .headline-block{
        padding: 40px 50px;
    }
    .page-headline .headline-block .border-line{
        width: 50%;
    }
    .page-headline .headline-block h6{
        font-size: 16px;
    }
    .page-headline .headline-block h2{
        font-size: 30px !important;
    }
    .page-headline .headline-block p{
        font-size: 12px;
    }
    .woocommerce-pagination ul.page-numbers li{
        margin: 5px 1px;
    }
    .woocommerce-pagination ul.page-numbers li a,
    .woocommerce-pagination ul.page-numbers li span.current{
        /*font-size: 10px;
        line-height: 20px;
        width: 20px;*/
    }
}


/*****RESPONSIVE PRODUCT*****/
@media (max-width: 1200px){
    .product .flex-control-thumbs li{
        margin-right: 12px;
    }
}
@media (max-width: 1024px){
    .primary .content.left{
        padding: 0;
        width: 100%;
    }
    .primary .content .related ul.products{
        margin-left: 0;
    }
}
@media (max-width:800px){
    .product .flex-control-thumbs li{
        margin-right: 8px;
    }
}
@media (max-width:768px){
    .single-product div.product{
        display: block !important;
    }
    .product .images{
        width: 345px;
    }
    .product .summary{
        padding: 0;
        width: 100%;
    }
    .primary .content .related ul.products li.product{
        padding-right: 2px;
        padding-left: 2px;
    }
}
@media (max-width:680px){
    .primary .content .related ul.products li.product{
        padding-right: 10px;
        padding-left: 10px;
        width: 49%;
    }
}
@media (max-width:500px){
    .product .images{
        width: 100%;
    }
}
@media (max-width: 420px){
    .product .woocommerce-tabs #tab-description table{
        display: none;
    }
    .product .flex-control-thumbs li{
        height: 65px;
        width: 65px !important;
    }
}
@media (max-width: 380px){
    .primary .content .related ul.products li.product{
        padding-right: 2px;
        padding-left: 2px;
    }
    /*.primary .content .related ul.products li.product .product_actions_container .product-actions-wrapper .product-action-button a{
        padding: 5px 2px;
    }*/
}

/*****RESPONSIVE CART*****/
@media (max-width: 1200px){
    .woocommerce .woocommerce-cart-form .shop_table.cart{
        width: 680px;
    }
    .woocommerce .cart-collaterals{
        width: 260px;
    }
}
@media (max-width: 1024px){
    .woocommerce .woocommerce-cart-form .shop_table.cart{
        float: none;
        width: 100%;
    }
    .woocommerce .cart-collaterals{
        float: none;
        width: 100%;
    }
    #slogan .container .slogan-wrap .slogan-title{
        font-size: 16px;
    }
}
@media (max-width: 700px){
    /*#slogan .container .slogan-wrap .slogan-title .slogan-cart,
    #slogan .container .slogan-wrap .slogan-title .slogan-checkout,
    #slogan .container .slogan-wrap .slogan-title .slogan-complete{
        display: block;
    }*/
    .woocommerce-cart #slogan .container .slogan-wrap .slogan-title,
    .woocommerce-checkout #slogan .container .slogan-wrap .slogan-title{
        display: block;
    }
    .woocommerce-cart #slogan .container .slogan-wrap,
    .woocommerce-checkout #slogan .container .slogan-wrap{
        padding: 30px 0;
    }
    .woocommerce-cart #slogan .container .slogan-wrap .slogan-title span,
    .woocommerce-checkout #slogan .container .slogan-wrap .slogan-title span{
        display: block;
        margin: 0 auto 10px;
        width: 90%;
    }
}
@media (max-width: 500px){
    #slogan .container .slogan-wrap{
        height: auto;
        padding: 40px 0;
    }
    #slogan .container .slogan-wrap .slogan-title{
        font-size: 16px;
    }
    #slogan .container .slogan-wrap .slogan-title span{
        padding: 10px;
    }
    .woocommerce .woocommerce-cart-form .product-thumbnail{
        display: none;
    }
    .woocommerce table.shop_table.cart td.actions .coupon{
        width: 100%;
    }
    .woocommerce .woocommerce-cart-form .product-name a{
        font-size: 10px;
    }
    .woocommerce .woocommerce-cart-form .product-quantity{
        padding-right: 10px !important;
    }
}
@media (max-width: 380px){
    .woocommerce .woocommerce-cart-form .product-subtotal{
        display: none;
    }
}


/*****RESPONSIVE CHECKOUT*****/
@media (max-width: 1200px){
    .woocommerce-checkout #customer_details{
        width: 680px;
    }
    .woocommerce-checkout #order_review{
        width: 260px;
    }
}
@media (max-width: 1024px){
    .woocommerce-checkout #customer_details{
        float: none;
        width: 100%;
    }
    .woocommerce-checkout #order_review{
        float: none;
        width: 100%;
    }
    .woocommerce-checkout #order_review table{
        width: 100%;
    }
}
@media (max-width: 700px){
    .checkout-login-wrap form p.form-row-first,
    .woocommerce-checkout #customer_details .woocommerce-billing-fields p.form-row-first,
    .woocommerce-checkout #customer_details .woocommerce-shipping-fields .shipping_address p.form-row-first,
    .checkout-login-wrap form p.form-row-last,
    .woocommerce-checkout #customer_details .woocommerce-billing-fields p.form-row-last,
    .woocommerce-checkout #customer_details .woocommerce-shipping-fields .shipping_address p.form-row-last{
        float: none;
        width: 100%;
    }
}

/*****RESPONSIVE ORDER RECEIVED*****/
@media (max-width: 500px){
    .woocommerce .woocommerce-order table.shop_table tfoot tr td{
        font-size: 11px;
    }
}

/*****RESPONSIVE MY ACCOUNT*****/
@media (max-width: 900px){
    .woocommerce .myaccount-navigation-wrap{
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .woocommerce .myaccount-navigation-wrap .woocommerce-MyAccount-navigation ul::after{
        content: none;
    }
    .woocommerce .woocommerce-MyAccount-content{
        margin: 40px 0 40px 0;
        padding: 0;
        width: 100%;
    }
    .woocommerce .woocommerce-MyAccount-content table{
        width: 100%;
    }
    .woocommerce .woocommerce-MyAccount-content table.shop_table.order_details tbody td{
        text-align: left;
    }
}
@media (max-width: 768px){
    .woocommerce #customer_login .u-column1{
        margin-bottom: 50px;
    }
    .woocommerce #customer_login .u-column1,
    .woocommerce #customer_login .u-column2{
        width: 100%;
    }
}
@media (max-width: 650px){
    .woocommerce .lost_reset_password p.form-row-first,
    .woocommerce .lost_reset_password p.form-row-last{
        float: none;
        width: 100%;
    }
    .woocommerce .woocommerce-MyAccount-content table.shop_table.my_account_orders .order-date,
    .woocommerce .woocommerce-MyAccount-content table.shop_table.my_account_orders .order-status{
        display: none;
    }
    .woocommerce .woocommerce-MyAccount-content table.shop_table.wishlist_table .product-remove{
        padding-right: 10px !important;
    }
    .woocommerce .woocommerce-MyAccount-content table.shop_table.wishlist_table .product-thumbnail,
    .woocommerce .woocommerce-MyAccount-content table.shop_table.wishlist_table .product-stock-status{
        display: none;
    }
    .woocommerce .woocommerce-MyAccount-content table.shop_table.wishlist_table .product-name{
        padding: 16px 0 !important;
    }
    .woocommerce .woocommerce-MyAccount-content table.shop_table.wishlist_table .product-name a{
        font-size: 10px; 
    }
    .woocommerce .woocommerce-MyAccount-content table.shop_table.wishlist_table .product-price{
        width: auto;
    }
    .woocommerce .woocommerce-MyAccount-content table.shop_table.my_account_orders tbody td.order-actions a,
    .woocommerce .woocommerce-MyAccount-content table.shop_table.wishlist_table tbody td.product-add-to-cart a{
        font-size: 10px;
        padding: 8px 15px;
    }
}

/********RESPONSIVE PAGE STYLES*******/
@media (max-width: 1200px){
    .page .content.right ul.contact-block li{
        margin: 0 0% 1% 0;
    }
}
@media (max-width: 768px){
    .page .content.right form .contact-page-form .left-row,
    .page .content.right form .contact-page-form .right-row{
        width: 100%;
    }
    .page .content.right ul.contact-block li{
        width: 100%;
    }
    .page .content.right .websites li{
        width: 32%;
    }
    .page .content.right .websites li img{
        width: 100%;
    }
}
@media (max-width: 400px){
    .page .content.right .websites li{
        width: 49%;
    }
}

.term-description img,
.single-post .content.right p img.alignnone{
    height: auto;
    float: left;
    padding: 25px 25px 25px 0;
    width: auto;
}
.term-description ul li,
.single-post .content.right ul li {
    color: #6d6c6c;
    font-size: 13px;
    font-weight: 400;
    padding-left: 15px;
    position: relative;
}

.term-description ul li:before,
.single-post .content.right ul li:before {
    content: '.';
    display: block;
    vertical-align: middle;
    font-size: 45px;
    line-height: 0;
    height: 35px;
    position: absolute;
    top: -7px;
    left: 0;
}