
/*
Theme Name: Creator lab
Theme URI: http://creatorlabb.com
Author: Abdelkarim Ouakrim 
Description: Creator Lab is a compatible woocommerce theme made with wordpress. It is the best theme for you to sell anything online, beautifuly designed and fully responsive is fully responsible, has a blog and is compatible with WooCommerce.
Version: 1.1
Tested up to: 5.4.2
Requires PHP: 7.0
Text Domain: creator-lab
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/license/gpl-2.0.html
Tags: e-commerce, custom-menu, custom-logo, featured-images, footer-widgets, theme-options, translation-ready, blog, right-sidebar
*/

/*start main*/
body {
    font-family: "Lato",sans-serif;
}
.container {
    max-width:1200px ;
}
.clearfix {
    clear:both;
}
main article {
    padding:40px 0;
}
main section {
    padding:10px 0;
}
/*end main*/

/*start header banner*/
.img-banner img {
    width:100%;
}
.banner-item {
    position: relative ;
    width:100% ;
    height:80px ;
    max-width:100% ;
}
.banner-item img {
 position:absolute ;
 width:100% ;
 height:100% ;
}
.banner-item .homebannerdetail { 
    margin: 23px auto ;
    z-index: 999 ;
}
.banner-item .homebannerdetail .sub-title {
margin:0;
}
/*end header banner*/

/*start top bar*/
.top-menu i {
    margin-left:10px;
}
.top-bar {
    background-color:#fbfbfb;
    padding: 4px 0;
}
.number-phone {
    margin-right:10px;
}
.top-bar .top-option a {
 font-size:14px;
 padding:0;
 float:left;
}
.top-bar select {
 outline: none;
 border: 1px solid #ddd;
}
.top-bar ul {
    list-style: none;
    padding:0;
    margin:0;
}
.top-bar ul li {
    margin-left: 15px;
    display: inline;
}
.top-bar ul li a {
    font-size:13px;
}
/*end top bar*/

/*start md bar*/
.md-bar {
    padding:20px 0;
}
.md-bar .brand {
    padding:0;
}
.brand .site-title {
    margin-bottom:0;
}
.menus {
    margin:20px 0;
}
.search div.d-md-flex {
    position: relative;
    width: 90%;
}
.search .search-form {
    position: absolute;
    width: 100%;
}
.search input {
    width: 100%;
    outline: none;
    height: 35px;
    border: 1px solid #ddd;
    border-radius: 13px 0 0 13px;
    padding: 10px;
    background-color: #ddd ; 
}
.search select.postform {
    position: absolute;
    outline: none;
    right: 0;
    top: 1px;
    height: 34px;
    background-color: #ddd;
    border-top: none;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.search .search-submit {
    position: absolute;
    border: none;
    background: transparent;
    outline: none;
    top: 0;
    right: -13px;
}
.fa-search:before {
content: '\f002';
    width: 42px;
    height: 35px;
    background-color: #ddd;
    position: absolute;
    top: 0px;
    right: -29px;
    border: 1px solid #ddd;
    padding: 4px 0;
    border-radius: 0 13px 13px 0;
    line-height:1.7em;
}
.md-bar .brand img {
    width:100%;
    max-width:53%;
    height:40px;
}
.magni-box {
    z-index:0;
}
.md-bar .list-icons {
    padding:10px 0 0 0;
}
.md-bar .list-icons i {
    font-size:22px;
    color:black;
}
.md-bar .list-icons i:hover {
    color:#446084;
}
.md-bar .list-icons a {
    margin:0 7px;
    position: relative;
    text-decoration: none ;
}
.md-bar .list-icons span.items {
    top: -15px;
    left: 15px;
    text-align: center;
    background: #ddd;
    width: 18px;
    height: 18px;
    box-shadow: 0 0 black;
}
/*end md bar*/

/*start bt bar*/
.bt-bar .dropdown-menu li a {
    padding: 8px;
    font-size: 17px;
    line-height:1em;
}
.bt-bar .dropdown-menu li a:hover {
    background-color: transparent;
}
.bt-bar .dropdown-menu li ul li a {
    font-weight:normal;
    line-height: 1em;
}
.bt-bar .dropdown-menu li ul li a:hover {
    background-color: transparent;
}
.bt-bar .dropdown-menu li ul {
    display: block;
    left: -1px;
    top: 33px;
    width: 184px;
    border-top: none;
}
.bt-bar {
    background-color: #446084 ;
}
.bt-bar .dropdown-menu {
    width: 184px;
    border-radius: 0;
}
.fixe {
    position: fixed;
    width:100%;
    top:0;
    z-index:999999999999;
}
.main-menu {
    padding:0;
    position: relative;
    width:100%;
}
.main-menu ul {
    list-style:none; 
    margin:0;
    padding:0;
}
.navbar ul li {
    margin-right:15px;
}
.navbar-light .navbar-nav .nav-link {
color:rgba(255,255,255,0.8);
padding:14px 15px;
transition: .2s;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    background-color: #081d2f;
}
.navbar-light .navbar-nav .active>.nav-link, 
.navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .nav-link.show, 
.navbar-light .navbar-nav .show>.nav-link {
    color:#fff;
    background-color:#081d2f; 
}

.main-menu .dropdown-toggle::after {
 top:27px;
 position: absolute;
}
.bt-bar .dropdown:hover>.dropdown-menu,
.bt-bar .dropup:hover>.dropdown-menu {
    display: block;
}
/*end bt bar*/

/*start slider*/
.d-none {
    display: block !important;
}
.home .slider .carousel-caption li.sub-title {
    width : 800px;
}
.home .slider .carousel-caption li.sub-content {
    width:465px;
}
.home .slider .carousel-caption li.sub-button {
    width:465px;
}
.home .slider .carousel-indicators {
 margin-bottom:0;
}
.home .slider .carousel-caption {
    top:241px;
    color:#FFF; 
}
.home .slider .carousel-caption li {
    display: block;
    float: right;
    width: 368px;
}
.home .slider .sub-title {
    font-size:3.9em;
    margin-bottom:30px ;
    opacity: 1 ;
    transition: .5s ;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight:bolder;
    width:76%;
}
.home .slider .carousel-item-next .sub-title {
    margin-top:0;
    opacity: 0;
    transform: translateX(-60px);
}
.home .slider .sub-content {
opacity: 1;
transition: .7s;
width: 368px;
font-family: 'Roboto', sans-serif;
font-size: 1.2em;
}
.home section.slider {
    padding-bottom:40px;
    padding-top:0;
}
.home .slider .carousel-item-next .sub-content {
    margin-top:0;
    opacity: 0;
    transform: translateY(60px);
}
.home .slider .bt {
    margin-top: 1em;
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    transition: .8s;
    opacity: 1;
    padding:10px;
    outline:none;
}
.home .slider .carousel-item-next .bt {
 transform: translateX(60px);
    opacity: 0;
}
.home .slider .bt:hover {
    background-color: #446084;
    color: #fff !important;
}
.carousel .chevron span {
    color:#446084;
}
/*end slider*/

/*start top down*/
.top-down {
    position: fixed;
    z-index:9996;
    border-radius: 50%;
    width:44px;
    height:44px;
    right:50px;
    background-color: #446084;
    text-align: center;
    cursor: pointer;
    top:20%;
    display: none ;
    box-shadow: 2px 1px 10px;
}
.top-down i {
    line-height: 3.4em;
    font-size: 13px;
    color:#ddd;
}
/*end top down*/

/*start footer*/
.footer-widgets {
    background-color: #555;
    padding:40px 0;
}
.footer-widgets i.fa,
.footer-widgets i.fas,
.footer-widgets i.fal{
    width: 32px;
    height: 32px;
    border: 2px solid #EEE;
    text-align: center;
    line-height: 29px;
    margin-bottom: 10px;
    margin-right: 6px;
    border-radius: 50%;
    color:#ddd;
}
.footer-widgets .widget-title {
    margin-bottom:23px;
    position: relative;
    font-size:20px;
    color:#ddd;
}
.footer-widgets .widget-title:after {
    content:"";
    position: absolute;
    bottom:-10px;
    left:0;
    width:20px;
    height:3px;
    background-color: #ddd ;
}
.footer-widgets i + span,
.footer-widgets p,
.footer-widgets {
    color:#DDD !important;
}
.footer-widgets .tagcloud a {
    color:#ddd !important;
}
.footer-copyright {
    background-color: #333;
    color:#DDD;
    padding:10px 0;
}
/*end footer*/

/*start contact page*/
iframe {
    width: 50%;
    float: left;
    margin-right: 3%;
    margin-bottom:40px;
}
.wpcf7-form {
    width: 47%;
    float: left;
}
.wpcf7-form label {
    width:100% !important;
}
.wpcf7-form input[type='text'],
.wpcf7-form input[type='email'],
.wpcf7-form textarea {
    width:100%;
    outline: none;
}
.wpcf7-form input[type='submit'] {
color:#fff;
background-color: #446084;
outline: none ;
width:100%;
border:none;
padding:5px;
}
/*end contact page*/

/*start home page section*/
.slideanim {
    visibility:hidden;
}
.slid {
  /* The name of the animation */
  animation-name: slide;
  -webkit-animation-name: slide;
  /* The duration of the animation */
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  /* Make the element visible */
  visibility: visible;
}
@keyframes slide {
  0% {
    opacity: 0;
    transform: translateY(70%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@-webkit-keyframes slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}
/*--------------------------------*/
 .home section h2.sub-title {
    font-size: 20px;
    margin-bottom: 40px;
    position: relative;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    letter-spacing: .02em;
    color:#555;
    text-transform: uppercase;
 }
 .home section h2.sub-title:before {
    position: absolute;
    content:"";
    bottom:-20px;
    width:100%;
    left:0;
    height:1px;
    background-color: #ddd;
  }
  .home section .product-thumbnail-detail .sub-title {
    margin:0;
  }
  .home section.deals-of-the-week {
    padding-bottom:40px;
}
  .home section.deals-of-the-week .prices {
    margin-bottom:20px;
}
 .home section.deals-of-the-week p {
    margin-bottom:10px;
 }
  .home section.deals-of-the-week .add-to-cart {
    border:1px solid #446084;
    padding:10px;
    color: #446084;
    text-decoration: none ;
    transition:.5s;
}
.home section.deals-of-the-week .add-to-cart:hover {
    background-color:#446084;
    color:#fff !important; 
}
.home .detail-blog-home {
    margin: -40px auto 20px auto;
    position: inherit;
    background: #fff;
    width: 95%;
}
.home .detail-blog-home .author-posts {
    text-align: center ;
}
.home .detail-blog-home .author-posts a {
color:#666;
font-style: italic;
font-family: 'lato',sans-serif;
}
.home .c-blog h3 {
    text-align: center;
    margin:0;
}
.home .c-blog a {
font-size: 16px;
color:#111;
letter-spacing: 2px;
font-family: 'lato',sans-serif;
}
.home .c-blog {
    padding-bottom:0;
}
.home .c-blog .img-fluid {
    width:100%;
}
/*end home page*/

/*start shop page*/
.shop-content {
    padding-top:40px;
    padding-bottom:40px;
}
.shop-banner .shop-detail .woocommerce-breadcrumb {
    margin:0;
    color:#fff;
}
.shop-banner .shop-detail .woocommerce-breadcrumb a {
color:#fff;
}
.woocommerce ul.products li.product .onsale {
    background-color: #446084;
    border-radius: 0;
    background-color: #446084;
    line-height:normal;
    padding: 3px;
    min-height: 0;
}
.woocommerce ul.products.columns-3 li.product, 
.woocommerce-page ul.products.columns-3 li.product,
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
    text-align: center;
    padding-bottom:10px;
}
.woocommerce img, 
.woocommerce-page img {
width:100%;
max-width:100%;
}
.product_banner_detail {
    margin:40px 0;
}
.product_banner_detail p {
    font-weight: 400;
   line-height: 1.6em;
   color:#777;
}
.woocommerce .woocommerce-ordering select {
    outline: none ;
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.woocommerce .products ul, 
.woocommerce ul.products {
    margin:0;
}

.woocommerce ul.products li.product img {
    border-radius:10px;
}
.woocommerce ul.products li.product .button {
position:absolute ;
opacity: 0;
margin-top:-42px ;
left:0;
width:100%;
transition: .5s ;
background-color: #446084 ;
font-weight:600;
color:#fff;
text-decoration: none ;
z-index:999 ;
}
.add-cart .added_to_cart {
    z-index:999999999;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3,
.woocommerce ul.cart_list li a, 
.woocommerce ul.product_list_widget li a {
    color: #666;
    font-size: 17px;
    font-weight:600;
}
.add-cart a {
position:absolute;
display: none ;
margin-top:-52px;
left:0;
width:100%;
transition: .5s;
z-index:2;
padding: 4px 0;
background-color: #ddd;
font-weight:600;
color:#333;
text-decoration: none ;
}
.woocommerce ul.products li.product .button:hover,
.woocommerce .widget_price_filter .price_slider_amount .button:hover {
    background-color: #446084;
    color: #fff;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3 {
    padding:0;
    font-weight: 400;
    font-family: 'lato',sans-serif;
    letter-spacing: 0.09em;
    color:#666;
    text-transform: lowercase;
    font-size:0.9em;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title:hover, 
.woocommerce ul.products li.product .woocommerce-loop-product__title:hover, 
.woocommerce ul.products li.product h3:hover {
    color:#111;
}
.woocommerce .rating {
    padding:6px 0;
}
.woocommerce ul.products li.product .star-rating {
    margin:auto;
    color:#446084;
    font-size:14px;
}
.woocommerce ul.products li.product .price {
    font-size:15px;
    color:#666;
}
.woocommerce ul.products li.product .price ins {
    text-decoration: none ;
}
ins span {
    color:#111;
    font-weight: 700;
    font-size: 0.9em;
}
.exc {
    display: none ;
}
.sidebar-tags ul.product-categories li.cat-parent a {
    position: relative;
}

.sidebar-tags ul.product-categories li.cat-parent::before {
    content: '+';
    position: absolute;
    font-family: FontAwesome;
    right: 6px;
    font-size: 17px;
    font-weight: 300;
    cursor: pointer;
    z-index: 999;

    top: 4px;
}
.sidebar-tags ul.product-categories li.cat-parent::before:hover {
    font-weight:900;
}

.sidebar-tags ul.children {
    display: none ;
    padding:0 !important;
}
.sidebar-tags ul.children a {
    padding:0 10px !important;
}
.sidebar-tags .widget-title {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: 600;
    line-height: 22px;
    position: relative;
    padding: 10px 15px;
    background-color: #446084;
    color: #fff;
    margin:0;
}
.sidebar-tags form.woocommerce-product-search {
    position: relative;
    width:100%;
    height:30px;
    margin-bottom:24px;
}
.sidebar-tags form.woocommerce-product-search input {
    width: 100%;
    position: absolute;
    left: 0;
    height:35px;
    outline: none;
    border: 1px solid #ddd;
    border-radius: 13px;
    background: #ddd;
    padding: 10px;
}
.woocommerce .widget_rating_filter ul li {
 padding:10px 0;   
}
.sidebar-tags form.woocommerce-product-search button {
    position: absolute;
    right: 0;
    height: 35px;
    background: #446084;
    border: none;
    color: #fff;
    outline: none ;
    border-radius: 0 13px 13px 0;
}
.sidebar-tags ul {
    margin:0;
    list-style: none ;
    padding: 10px 12px;
}
.sidebar-tags ul li {
    line-height:1.9em;
    position: relative;
}
.sidebar-tags ul.product-categories li a {
    width: 100%;
    display: block ;
    border-bottom:1px solid #eee;
    padding:2px 0;
    font-weight:600;
}
.sidebar-tags ul.product-categories li a:hover {
    color:#111;
}
span.count {
    position: absolute;
    font-weight: 400;
    font-size: 13px;
    color:#446084;
    right:40px;
    top:3px;
}
.sidebar-tags form .price_slider_wrapper {
    padding:60px 0 20px;
}
.sidebar-tags ins span {
    color: #111;
    font-weight: 700;
    font-size: 13px;
}
.sidebar-tags .product_list_widget del {
    color: inherit;
    opacity: .5;
    display: inline-block;
    font-size: 13px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    width: 12px;
    height: 12px;
    top: -4px;
    background-color: #446084;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #446084;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
    height:5px;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
    outline: none;
    transition: .5s;
    width: max-content;
    left:0;
}
.woocommerce ul.cart_list, 
.woocommerce ul.product_list_widget {
    padding:10px 0;
}
.woocommerce ul.cart_list li img, 
.woocommerce ul.product_list_widget li img {
    width:70px;
}
span.product-title {
    font-size:14px;
}
.woocommerce ul.cart_list li .star-rating, 
.woocommerce ul.product_list_widget li .star-rating {
    font-size:14px;
}
.woocommerce .star-rating span {
    color:#446084;
}
span.reviewer {
    font-style:italic;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current {
    color:#fff;
}
.tagcloud {
    margin:10px 0;
}
.tagcloud a {
    padding: 8px;
    border-radius: 2px;
    font-size:9pt !important;
    line-height:38px;
    margin-right:6px;
    color:#111 !important;
    border:1px solid #ddd;
}
/*end shop page*/

/*start single product page*/
.single-product .content-area {
    padding:0 !important;
}
.woocommerce span.onsale {
    background-color:#446084; 
    border-radius:0;
    line-height: normal;
    padding: 3px;
    min-height: 0;
}
.woocommerce div.product div.images .flex-control-thumbs {
    margin-top: 10px;
    width: 260px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    margin-right:10px;
}
.woocommerce div.product .woocommerce-product-rating {
    margin-bottom:0;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color:#777;
}
ins {
    text-decoration: none;
}
.single-product .product span.count {
    position: inherit;
}
.woocommerce .quantity .qty {
height:36px;
}
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
    border-radius:0 !important;
}
.woocommerce div.product form.cart .button {
    background-color:#446084;
    outline:none;
} 
.product_meta span {
    display: block ;
    color:#777;
    font-size:.8em;
}
.product_meta span.posted_in a,
.product_meta span.tagged_as a {
    color:#334862 ;
    font-weight:400;
}
.product_meta span.posted_in a:hover,
.product_meta span.tagged_as a:hover {
    color:#111;
}
.woocommerce #review_form #respond .form-submit input {
    background-color: #446084;
    color:#ddd;
}
.woocommerce #review_form #respond textarea {
    outline: none;
    border: 1px solid #ddd;
}
.comment-form input[type="text"],
.comment-form input[type="email"]{
    outline: none;
    border: 1px solid #ddd;
    width: 100%;
}
/*end single product page*/

/*start blog page*/
.c-blog {
    padding-top:40px;
    padding-bottom:40px;
}
.c-blog article {
 margin-bottom:40px ;
 padding-top:0;
}
 .c-blog .cadre, 
 .c-blog .post-thumbnail {
    position: relative;
    overflow: hidden;
}
 .c-blog .cadre .img-fluid,
 .c-blog .post-thumbnail .img-fluid {
    transition: all .3s ease 0s;
}
.c-blog .cadre .img-fluid:hover,
 .c-blog .post-thumbnail .img-fluid:hover{
      transform: perspective(400px) translateZ(40px) ;
}
.c-blog .post-thumbnail {
    float:left;
}
.post-thumbnail img {
    width:100%;
    max-width:100%;
}
.blogdetail p {
    line-height:1.9em;
}
.blogdetail .more-link {
 padding:5px 20px;
 color:#fff;
 border-radius:20px;
 background-color: #446084;
}
.c-blog article h2,
h3 {
    font-size:20px;
    letter-spacing: 2px;
}
.c-blog article h2 a {
    font-weight:900;
    font-size:16px;
    color:black;
}
aside .widget_search form input,
.single .sidebar-tags .widget_search form input {
 width: 90%;
 outline: none;
    border: 1px solid #ddd;
    height: 33px;
    padding:10px;
}
.c-blog aside .postform,
.single .sidebar-tags .postform {
display: none ;
}
.c-blog aside .fa-search,
.single .sidebar-tags .fa-search {
position: absolute;
}
.c-blog aside .fa-search:before,
.single .sidebar-tags .fa-search:before {
    top: -3px;
    right: -22px;
    color:#fff;
    background-color: #446084;
}
aside .widget_search form,
.single .sidebar-tags .widget_search form {
    padding:0 10px 12px 0;
}
.textwidget {
    margin:20px 0;
}
.textwidget p {
    color:#555;
}
.sidebar-tags #wp-calendar {
 margin:20px 0;
 width:100%;
}
.sidebar-tags .image {
    margin:20px 0;
}
.sidebar-tags a {
    color:#777 !important;
    font-weight:300;
}
.sidebar-tags a:hover {
    color:#111 !important;
}
/*end blog page*/

/*start single blog page*/
.single .content-area {
    padding:20px 0;
}
.single .post-thumbnail {
    margin:20px 0;
}
.single .content-area p {
    line-height: 1.9em;
    font-weight: 400;
    color:#777;
}
.single .previous .far,
.single .next .far {
    font-size:22px;
}
.comments-area form textarea,
.comments-area form input[type="text"] {
 max-width:100%;
 outline:none;
 width:100%;
 transition:.5s;
 border:1px solid #ddd;
}
.single .form-submit .submit {
    color:#fff;
    outline: none;
    border:none;
    background-color:#446084; 
    padding:10px;
}
/*end single blog page*/

/*start account page*/
.woocommerce-MyAccount-navigation ul {
    list-style: none ;
}
.woocommerce-MyAccount-navigation ul li {
 line-height:2.8em;
 position:relative;
}
.woocommerce-MyAccount-navigation ul li:before {
    content: "";
    left: -20px;
    top: 19px;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #446084;
}
.woocommerce-account .woocommerce-Input {
display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.woocommerce-account .woocommerce .col2-set .col-1, 
.woocommerce-account .col2-set .col-1, 
.woocommerce-account .woocommerce .col2-set .col-2,
.woocommerce-account .col2-set .col-2 {
    float: left;
    width: 50%;
    max-width: 100%
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    color:#fff;
    outline:none;
}
/*end account page*/

/*start checkout page*/
.checkout_coupon input {
    outline: none ;
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.woocommerce-checkout .woocommerce .col2-set, 
.woocommerce-checkout .woocommerce-page .col2-set {
    width:50%;
    float:left;
    padding-bottom: 40px;
}
.woocommerce-checkout-review-order {
    width:50%;
    float:left;
}
.woocommerce-checkout .woocommerce .col2-set .col-2, 
.woocommerce-checkout .woocommerce-page .col2-set .col-2 {
clear: both;
}
.woocommerce .col2-set .col-1, 
.col2-set .col-1, 
.woocommerce .col2-set .col-2, 
.col2-set .col-2 {
    float: left;
    width: 100%;
    max-width: 100%;
}
.woocommerce form .form-row {
    display: block;
}
.woocommerce-checkout .col2-set input {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/*end checkout page*/

/*start menu responsive*/
.navbar-light .toggler {
    outline: none;
    border:none;
    position: relative;
    width:30px;
    height:30px;
    margin:10px;
    border-radius:5px;
    background-color: #fff;
    z-index:9999999999999999999;
    display: none ;
}
.main-menu .toggler span {
    position: absolute;
    width:20px;
    height:2px;
    background-color: #888;
    transition: .5s;
    top:9px;
    left:16%;
}
.toggler span:nth-child(2) {
  top:14px;
}
.toggler span:nth-child(3) {
  top:19px;
}
.res-menu {
    width:70%;
    background-color: #446084 ;
    height:100%;
    left:-530px;
    position: fixed;
    top:0;
    z-index:9999999999999999999;
    transition: .5s;
    display: none ;
    overflow-x:auto;
    overflow-y: none ;
}
.res-menu.open {
left:0;
} 
.res-menu .brand {
    padding: 0 0 0 18px;
    margin-top: 122px;
    margin-bottom: 40px;
    width:max-content;
}
.res-menu .brand p,
.res-menu .brand span {
    color:#fff;
}
.res-menu form {
    width:86% !important;
    padding-left:15px;
    position: relative;
}
.res-menu form select {
    display: none ;
}
.res-menu form input {
    width: 100% ;
    outline: none ;
    height: 35px ;
    border: 1px solid #ddd ;
    border-radius: 13px 0 0 13px ;
    padding: 10px;
    background-color: #ddd ; 
}
.res-menu form button {
    position: absolute;
    top:0;
    right:0;
}
.res-menu form button::after {
    content: '\f002';
    width: 42px;
    font-family: FontAwesome;
    height: 35px;
    background-color: #ddd;
    position: absolute;
    top: -2px;
    right: -28px;
    border: 1px solid #ddd;
    padding: 4px 0;
    border-radius: 0 13px 13px 0;
    display: none;
}
.res-menu ul {
    list-style:none;
    padding: 42px 15px;
}
.res-menu .dropdown-toggle::after {
    position: absolute;
    right:0;
    top:23px;
    z-index:999999;
}
.res-menu ul li a {
    color: #fff;
    line-height: 2.9rem;
    width: 100%;
    opacity: 0.5;
    display: block;
    padding:0;
    text-decoration: none;
}
.res-menu ul li a:hover {
    background: transparent;
    color:#fff;
}
.res-menu .dropdown-menu {
    padding: 0 10px;
    margin: 0;
    background: #446084;
    display: none;
    border: none;
    position: inherit;
    float: none;
}
.res-menu .res-icon {  
 padding:10px 15px;
 text-align:center;
}
.res-menu .res-icon i {
    font-size:22px;
    color:#fff;
}
.res-menu .res-icon a {
    margin:0 7px;
    position: relative;
    text-decoration: none ;
}
.res-icon .items {
    left: 15px;
    top: -15px;
    position: absolute;
    color: #111;
    font-size: 11px;
    background: #ddd;
    border-radius: 50%;
    width: 18px;
    height: 18px;
}
.res-menu .dropdown-menu li {
  border:none;
}
.res-menu .fa-search:before {
    content: '\f002';
    width: 42px;
    height: 35px;
    background-color: #ddd;
    position: absolute;
    top: -2px;
    right: -27px;
    border: 1px solid #ddd;
    padding: 4px 0;
    border-radius: 0 13px 13px 0;
    line-height: 1.7em;
}
.overlay-menu {
 position: fixed ;
 top:0;
 left:0;
 width:100% ;
 height:100% ;
 background-color: rgba(0, 0, 0, 0.9) ;
 z-index:9997;
 display: none ;
}
/*end menu responsive*/

/*start plugin ti wishlist*/
.page .tinv-wishlist {
    display: block ;
}
.tinv-wishlist {
    display: none ;
}
.tinv-wishlist img {
    width:32px;
}
.icon-detail-product  {
    top:10px;
    left:0px;
    position: absolute;
    background-color: #fff;
    opacity:0;
    transition: .5s;
    z-index:99999;
}
.icon-detail-product .wishlist {
    border-bottom:1px solid #ddd;
}
.icon-detail-product .tinv-wishlist {
    display: block;
}
.icon-detail-product .tinv-wishlist a {
    margin:0 !important;
}
.tinv-wishlist table td, 
.tinv-wishlist table th {
padding:10px;
}
.tinv-wishlist .tinv-header {
    margin:0;
}
.md-bar .list-icons .items,
.wishlist_products_counter_number {
    color: black;
    border-radius: 50%;
    font-size: 11px;
    font-weight: bold;
    left: 4px;
    top: 4px;
    position: absolute;
    width: 9px;
}
.wishlist_products_counter_number {
    top: -15px;
    left: 20px;
    text-align: center;
    background: #ddd;
    width: 18px;
    height: 18px;
    box-shadow: 0 0 black;
}
.woocommerce.tinv-wishlist #respond input#submit.alt, 
.woocommerce.tinv-wishlist a.button.alt, 
.woocommerce.tinv-wishlist button.button.alt, 
.woocommerce.tinv-wishlist input.button.alt {
    background-color: #446084;
}
/*end plugin ti wishlist*/

/*start woocommerce cart page*/
.woocommerce .cart-collaterals .cart_totals, 
.woocommerce-page .cart-collaterals .cart_totals {
    width:100%;
}
.woocommerce .cart .button, 
.woocommerce .cart input.button {
    outline:none;
}
.woocommerce .cart .button:hover, 
.woocommerce .cart input.button:hover {
   background-color: #446084;    
}
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt {
background-color: #446084;
color:#fff;
width:max-content;
font-size:16px;
}
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover {
background-color: #446084;
color:#fff;
}
.woocommerce a.remove {
  color:#446084 !important;
}
.woocommerce a.remove:hover {
    color:#ddd;
    background-color:#446084 !important; 
}
/*end woocommerce cart page*/

/*start same style*/
.top-bar a,
.md-bar a,
.content-area a {
    color:#777;
    font-weight:600;
}
.content-area a:hover {
    color:#111;
}
.content-area p {
    color:#777;
}
.shop-banner,
.page-banner,
.blog-banner,
.about-banner {
    background-color: #eaeaea;
    position: relative;
}
.shop-banner .shop-detail,
.blog-banner .blog-detail,
.page-banner .page-detail,
.about-banner .about-detail {
    z-index:999;
    position: absolute;
    left: 0;
    top: 22px;
}
.blog-title,
.page-title,
.about-title {
    color:#fff;
    z-index:9999999;
    line-height:3.4em !important;
}
.shop-banner .overlay,
.blog-banner .overlay,
.page-banner .overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background-color: rgba(155,155,155,0.7);
    z-index: 998;
}
.shop-banner .shop-thumbnail img,
.blog-banner .blog-thumbnail img,
.page-banner .page-thumbnail img,
.about-banner img {
    width:100%;
    height:100px;
    top:0;
    position: relative;
}
.single h2, 
.single-product h2,
.cart_totals h2 {
    font-size:21px;
    margin-bottom:20px;
}
.single h1, 
.single-product h1 {
    font-weight: 700;
    font-size: 1.7em;
}
table thead {
    background: #446084;
    color: #fff;
}
a {
    color:#446084;
    text-decoration: none !important ; 
}
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
    transition: .5s;
}
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover {
    color:#fff;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

.sticky
{
}

.gallery-caption
{
}

.bypostauthor
{
}
/*end same style*/
/*--------------------------------------------------------------------------------------------*/
.screen-reader-text {
	display: none ;
}
body.open {
	overflow: hidden;
}
h1.page-title {
    color:#555;
    z-index:9999999;
    font-size:18px;
}
.blog .current {
	display: initial;
    font-weight:bold;
}



.comment-list ul,
.comment-list ol,
.comments-area ol {
    list-style: none;
    margin:0;
    padding:0;
}
.comment-list > .comment {
 padding:10px;
 border:1px solid #ddd;
 margin-bottom:15px;
}
.comment-list > .comment > .children > .comment {
 padding:10px ;
 background-color: #eee;
 margin-top:10px;
 border:1px solid #bbb;
}
.comment-list > .comment > .children > .comment .comment {
 padding:10px ;
 background-color: #ddd;
 margin-top:10px;
 border:1px solid #aaa;
}
